[gdb/testsuite] Add target board gold-gdb-index
[deliverable/binutils-gdb.git] / gdb / testsuite / ChangeLog
1 2020-05-25 Tom de Vries <tdevries@suse.de>
2
3 * boards/gold-gdb-index.exp: New file.
4
5 2020-05-25 Simon Marchi <simon.marchi@efficios.com>
6
7 * boards/simavr.exp: New file.
8
9 2020-05-25 Simon Marchi <simon.marchi@efficios.com>
10
11 * lib/gdb.exp (gdb_run_cmd): Return success or failure.
12 * gdb.base/inferior-args.exp: New file.
13 * gdb.base/inferior-args.c: New file.
14
15 2020-05-25 Simon Marchi <simon.marchi@efficios.com>
16
17 * lib/gdb.exp (gdb_run_cmd): Change argument from args to
18 inferior_args. Pass it to gdb_reload.
19 (gdb_start_cmd, gdb_starti_cmd): Change argument from args to
20 inferior_args.
21 (gdb_reload): Add inferior_args argument.
22 * config/gdbserver.exp (gdb_reload): Add inferior_args argument,
23 pass it to gdbserver_run.
24 * boards/native-gdbserver.exp: Do not set noargs.
25 * boards/native-extended-gdbserver.exp (gdb_reload): Add
26 inferior_args argument.
27 * boards/stdio-gdbserver-base.exp (gdb_reload): Likewise.
28 * gdb.base/a2-run.exp: Check for use_gdb_stub.
29 * gdb.base/args.exp: Likewise.
30
31 2020-05-25 Tom de Vries <tdevries@suse.de>
32
33 * lib/gdb.exp (exec_is_pie): Add comment.
34
35 2020-05-25 Tom de Vries <tdevries@suse.de>
36
37 * lib/jit-elf-helpers.exp (compile_and_download_n_jit_so): Use $f
38 instead of $binfile in the untested message.
39
40 2020-05-25 Tom de Vries <tdevries@suse.de>
41
42 PR testsuite/26031
43 * lib/gdb.exp (exec_is_pie): Test readelf -h output.
44
45 2020-05-25 Tom de Vries <tdevries@suse.de>
46
47 * boards/gold.exp: New file.
48
49 2020-05-23 Tom Tromey <tom@tromey.com>
50
51 * gdb.base/style.exp: Remove completion styling test.
52 * lib/gdb-utils.exp (style): Remove completion styles.
53
54 2020-05-23 Tom Tromey <tom@tromey.com>
55
56 * gdb.base/style.exp: Add completion styling test.
57 * lib/gdb-utils.exp (style): Add completion styles.
58
59 2020-05-22 Andrew Burgess <andrew.burgess@embecosm.com>
60
61 * gdb.base/annota1.exp: Update expected results.
62 * gdb.cp/annota2.exp: Update expected results, remove duplicate
63 test name.
64 * gdb.cp/annota3.exp: Update expected results.
65
66 2020-05-20 Simon Marchi <simon.marchi@efficios.com>
67
68 PR gdb/26016
69 * gdb.base/coredump-filter.c (do_mmap): Check mmap ret val
70 against MAP_FAILED.
71 * gdb.base/coremaker.c (mmapdata): Likewise.
72 * gdb.base/jit-reader-host.c (main): Likewise.
73 * gdb.base/sym-file-loader.c (load): Likewise.
74 (load_shlib): Likewise.
75
76 2020-05-20 Tom Tromey <tromey@adacore.com>
77
78 * gdb.ada/array_char_idx.exp: Recognize initialized array.
79
80 2020-05-20 Tom de Vries <tdevries@suse.de>
81
82 PR symtab/25833
83 * gdb.base/with-mf-inc.c: New test.
84 * gdb.base/with-mf-main.c: New test.
85 * gdb.base/with-mf.exp: New file.
86
87 2020-05-19 Tom Tromey <tromey@adacore.com>
88
89 * gdb.rust/simple.exp: Restore missing test result.
90
91 2020-05-19 Tom de Vries <tdevries@suse.de>
92
93 * gdb.base/gdb-caching-proc.exp: Fix typo.
94
95 2020-05-19 Tom Tromey <tromey@adacore.com>
96
97 * gdb.rust/simple.exp: Add some test descriptions.
98 (test_one_slice): Use with_test_prefix.
99
100 2020-05-18 Tom de Vries <tdevries@suse.de>
101
102 * gdb.base/gdb-caching-proc.exp: Use with_test_prefix.
103
104 2020-05-17 Pedro Alves <palves@redhat.com>
105
106 PR gdb/25741
107 * gdb.base/hw-sw-break-same-address.exp: New file.
108
109 2020-05-16 Pedro Alves <palves@redhat.com>
110
111 * gdb.multi/multi-re-run.exp (test_re_run): Switch
112 LAST_LOADED_FILE accordingly.
113
114 2020-05-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
115
116 * gdb.base/alias.exp: Verify 'help aliases' shows user defined aliases.
117
118 2020-05-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
119
120 * gdb.base/help.exp: Test apropos and help for commands
121 having aliases. Fixed comments not starting with an
122 upper-case letter or not finishing with a dot.
123
124 2020-05-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
125
126 * gdb.base/alias.exp: Update help output check.
127
128 2020-05-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
129
130 * gdb.base/default.exp: Update output following fixes.
131
132 2020-05-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
133
134 * gdb.base/alias.exp: Test aliases starting with a prefix of
135 another alias.
136
137 2020-05-15 Gary Benson <gbenson@redhat.com>
138
139 * gdb.base/info-os.c (main): Add return statement.
140 * gdb.base/info_minsym.c (minsym_fun): Likewise.
141 * gdb.base/large-frame-2.c (func): Likewise.
142 * gdb.base/pr10179-a.c (foo1, bar1): Likewise.
143 * gdb.base/pr10179-b.c (foo2): Likewise.
144 * gdb.base/valgrind-disp-step.c (foo): Likewise.
145 * gdb.base/watch-cond.c (func): Likewise.
146 * gdb.multi/goodbye.c (verylongfun): Likewise.
147 * gdb.multi/hello.c (commonfun): Likewise.
148 * gdb.python/py-finish-breakpoint.c (call_longjmp): Likewise.
149 * gdb.threads/fork-plus-threads.c (thread_func): Likewise.
150 * gdb.threads/forking-threads-plus-breakpoint.c (thread_forks):
151 Likewise.
152 * gdb.threads/hand-call-new-thread.c (foo): Likewise.
153 * gdb.threads/interrupt-while-step-over.c (child_function):
154 Likewise.
155 * gdb.trace/actions-changed.c (end): Likewise.
156
157 2020-05-15 Gary Benson <gbenson@redhat.com>
158
159 * gdb.opencl/callfuncs.exp: Report when test skipped.
160 * gdb.opencl/convs_casts.exp: Likewise.
161 * gdb.opencl/datatypes.exp: Likewise.
162 * gdb.opencl/operators.exp: Likewise.
163 * gdb.opencl/vec_comps.exp: Likewise.
164
165 2020-05-15 Tom de Vries <tdevries@suse.de>
166
167 * gdb.base/align.exp.in: Rename to ...
168 * gdb.base/align.exp.tcl: ... this.
169 * gdb.base/align-c++.exp: Update.
170 * gdb.base/align-c.exp: Update.
171 * gdb.base/all-architectures.exp.in: Rename to ...
172 * gdb.base/all-architectures.exp: ... this.
173 * gdb.base/all-architectures-0.exp: Update.
174 * gdb.base/all-architectures-1.exp: Update.
175 * gdb.base/all-architectures-2.exp: Update.
176 * gdb.base/all-architectures-3.exp: Update.
177 * gdb.base/all-architectures-4.exp: Update.
178 * gdb.base/all-architectures-5.exp: Update.
179 * gdb.base/all-architectures-6.exp: Update.
180 * gdb.base/all-architectures-7.exp: Update.
181 * gdb.base/infcall-nested-structs.exp.in: Rename to ...
182 * gdb.base/infcall-nested-structs.exp.tcl: ... this.
183 * gdb.base/infcall-nested-structs-c++.exp: Update.
184 * gdb.base/infcall-nested-structs-c.exp: Update.
185 * gdb.base/info-types.exp.in: Rename to ...
186 * gdb.base/info-types.exp.tcl: ... this.
187 * gdb.base/info-types-c++.exp: Update.
188 * gdb.base/info-types-c.exp: Update.
189 * gdb.base/max-depth.exp.in: Rename to ...
190 * gdb.base/max-depth.exp.tcl: ... this.
191 * gdb.base/max-depth-c++.exp: Update.
192 * gdb.base/max-depth-c.exp: Update.
193 * gdb.cp/cpexprs.exp.in: Rename to ...
194 * gdb.cp/cpexprs.exp.tcl: ... this.
195 * gdb.cp/cpexprs-debug-types.exp: Update.
196 * gdb.cp/cpexprs.exp: Update.
197 * gdb.cp/infcall-nodebug.exp.in: Rename to ...
198 * gdb.cp/infcall-nodebug.exp.tcl: ... this.
199 * gdb.cp/infcall-nodebug-c++-d0.exp: Update.
200 * gdb.cp/infcall-nodebug-c++-d1.exp: Update.
201 * gdb.cp/infcall-nodebug-c-d0.exp: Update.
202 * gdb.cp/infcall-nodebug-c-d1.exp: Update.
203 * gdb.dwarf2/clang-debug-names.exp.in: Rename to ...
204 * gdb.dwarf2/clang-debug-names.exp.tcl: ... this.
205 * gdb.dwarf2/clang-debug-names-2.exp: Update.
206 * gdb.dwarf2/clang-debug-names.exp: Update.
207
208 2020-05-15 Andrew Burgess <andrew.burgess@embecosm.com>
209
210 * lib/check-test-names.exp: Remove code that prevents this file
211 loading when tests are run in parallel.
212
213 2020-05-15 Pedro Alves <palves@redhat.com>
214
215 * gdb.multi/multi-kill.exp (start_inferior): Remove
216 'testpid' parameter. Refer to namespace variable directly.
217 (testpid): Declare as namespace variable.
218
219 2020-05-15 Pedro Alves <palves@redhat.com>
220
221 * gdb.multi/multi-kill.exp: Wrap in namespace.
222 (start_inferior): Add TESTPID parameter. Use it instead of the
223 testpid global.
224 (top level): Define empty TESTPID array, and pass it down to
225 start_inferior.
226
227 2020-05-14 Tom de Vries <tdevries@suse.de>
228
229 * gdb.fortran/nested-funcs-2.exp: Use gdb_test_stdio to test inferior
230 output.
231
232 2020-05-14 Tom de Vries <tdevries@suse.de>
233
234 * gdb.base/align.exp: Split into ...
235 * gdb.base/align.exp.in: ...
236 * gdb.base/align-c++.exp: ...
237 * gdb.base/align-c.exp: ... these.
238 * gdb.base/infcall-nested-structs.exp: Split into ...
239 * gdb.base/infcall-nested-structs.exp.in: ...
240 * gdb.base/infcall-nested-structs-c++.exp: ...
241 * gdb.base/infcall-nested-structs-c.exp: ... these.
242 * gdb.base/info-types.exp: Split into ...
243 * gdb.base/info-types.exp.in: ...
244 * gdb.base/info-types-c++.exp: ...
245 * gdb.base/info-types-c.exp: ... these.
246 * gdb.base/max-depth.exp: Split into ...
247 * gdb.base/max-depth.exp.in: ...
248 * gdb.base/max-depth-c++.exp: ...
249 * gdb.base/max-depth-c.exp: ... these.
250 * gdb.cp/infcall-nodebug.exp: Split into ...
251 * gdb.cp/infcall-nodebug.exp.in: ...
252 * gdb.cp/infcall-nodebug-c++-d0.exp: ...
253 * gdb.cp/infcall-nodebug-c++-d1.exp: ...
254 * gdb.cp/infcall-nodebug-c-d0.exp: ...
255 * gdb.cp/infcall-nodebug-c-d1.exp: ... these.
256
257 2020-05-14 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
258 Pedro Alves <palves@redhat.com>
259
260 * gdb.multi/multi-exit.c: New file.
261 * gdb.multi/multi-exit.exp: New file.
262 * gdb.multi/multi-kill.c: New file.
263 * gdb.multi/multi-kill.exp: New file.
264
265 2020-05-14 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
266
267 * gdb.base/annota1.exp: Update the expected output.
268 * gdb.cp/annota2.exp: Ditto.
269
270 2020-05-12 Andrew Burgess <andrew.burgess@embecosm.com>
271
272 * lib/check-test-names.exp: Disable when testing is being run in
273 parallel.
274
275 2020-05-12 Tom de Vries <tdevries@suse.de>
276
277 * gdb.base/jit-elf.exp: Fix string concat.
278
279 2020-05-12 Tom de Vries <tdevries@suse.de>
280
281 * lib/jit-elf-helpers.exp: Don't use undefined variables in untested
282 messages.
283
284 2020-05-12 Tom de Vries <tdevries@suse.de>
285
286 * gdb.multi/multi-term-settings.exp: Use with_test_prefix.
287
288 2020-05-12 Tom de Vries <tdevries@suse.de>
289
290 * gdb.ada/catch_ex.exp: Use with_test_prefix.
291 * gdb.ada/mi_catch_ex.exp: Same.
292 * gdb.ada/mi_catch_ex_hand.exp: Same.
293
294 2020-05-12 Tom de Vries <tdevries@suse.de>
295
296 * gdb.fortran/complex.exp: Use with_test_prefix.
297
298 2020-05-12 Tom de Vries <tdevries@suse.de>
299
300 * gdb.trace/passcount.exp: Fix test-names.
301
302 2020-05-12 Tom de Vries <tdevries@suse.de>
303
304 * gdb.pascal/gdb11492.exp: Use with_test_prefix.
305
306 2020-05-12 Tom de Vries <tdevries@suse.de>
307
308 * gdb.gdb/complaints.exp: Use with_test_prefix.
309 * gdb.xml/tdesc-regs.exp: Same.
310 * gdb.opt/inline-locals.exp: Fix test name.
311
312 2020-05-12 Tom de Vries <tdevries@suse.de>
313
314 * gdb.dwarf2/comp-unit-lang.exp: Use with_test_prefix.
315 * gdb.dwarf2/dw2-bad-parameter-type.exp: Same.
316 * gdb.dwarf2/implref-struct.exp: Same.
317 * gdb.dwarf2/varval.exp: Ensure get_sizeof is called once per type.
318 * gdb.dwarf2/data-loc.exp: Same. Remove duplicate test.
319
320 2020-05-11 Simon Marchi <simon.marchi@polymtl.ca>
321
322 * gdb.base/jit-so.exp (one_jit_test): Change test name.
323
324 2020-05-11 Andrew Burgess <andrew.burgess@embecosm.com>
325
326 * lib/check-test-names.exp (all_test_names): New module variable.
327 (counts): Add 'duplicates' field.
328 (_check_duplicates): New procedure.
329 (check): Also check for duplicates.
330 (do_log_summary): Print duplicates count.
331 (do_reset_vars): Reset counter for duplicate test names, and
332 discard all know test names.
333
334 2020-05-11 Andrew Burgess <andrew.burgess@embecosm.com>
335
336 * lib/gdb.exp: Include check-test-names.exp library.
337 * lib/check-test-names.exp: New file.
338
339 2020-05-11 Tom de Vries <tdevries@suse.de>
340
341 * gdb.ada/packed_tagged.exp: Change kfail into xfail.
342
343 2020-05-11 Keith Seitz <keiths@redhat.com>
344
345 * gdb.ada/attr_ref_and_charlit.exp: Fix typo.
346
347 2020-05-11 Tom de Vries <tdevries@suse.de>
348
349 * gdb.cp/cpexprs.exp: Move everything except flags setting ...
350 * gdb.cp/cpexprs.exp.in: .. here.
351 * gdb.cp/cpexprs-debug-types.exp: Include cpexprs.exp.in instead of
352 cpexprs.exp.
353
354 2020-05-11 Keith Seitz <keiths@redhat.com>
355
356 * gdb.ada/arrayparam.exp: Resolve duplicate and tail parentheses
357 test names.
358 * gdb.ada/arrayptr.exp: Likewise.
359 * gdb.ada/assign_arr.exp: Likewise.
360 * gdb.ada/attr_ref_and_charlit.exp: Likewise.
361 * gdb.ada/bp_on_var.exp: Likewise.
362 * gdb.ada/call_pn.exp: Likewise.
363 * gdb.ada/complete.exp: Likewise.
364 * gdb.ada/fun_overload_menu.exp: Likewise.
365 * gdb.ada/funcall_param.exp: Likewise.
366 * gdb.ada/funcall_ref.exp: Likewise.
367 * gdb.ada/packed_array_assign.exp: Likewise.
368 * gdb.ada/same_component_name.exp: Likewise.
369 * gdb.ada/type_coercion.exp: Likewise.
370 * gdb.ada/unc_arr_ptr_in_var_rec.exp: Likewise.
371 * gdb.ada/variant_record_packed_array.exp: Likewise.
372
373 2020-05-11 Tom de Vries <tdevries@suse.de>
374
375 PR symtab/25941
376 * gdb.dwarf2/clang-debug-names.exp.in: New include exp file, factored
377 out of ...
378 * gdb.dwarf2/clang-debug-names.exp: ... here.
379 * gdb.dwarf2/clang-debug-names-2.exp: New file. Include
380 clang-debug-names.exp.in.
381 * gdb.dwarf2/clang-debug-names-2-foo.c: New test.
382 * gdb.dwarf2/clang-debug-names-2.c: New test.
383
384 2020-05-10 Alok Kumar Sharma <alokkumar.sharma@amd.com>
385
386 * lib/fortran.exp (fortran_main): New Proc, handle flang MAIN_,
387 (fortran_runto_main): New Proc, fortran version of runto_main.
388 * gdb.fortran/array-bounds-high.exp: Handle flang MAIN_
389 * gdb.fortran/array-bounds.exp: Likewise.
390 * gdb.fortran/array-slices.exp: Likewise.
391 * gdb.fortran/block-data.exp: Likewise.
392 * gdb.fortran/charset.exp: Likewise.
393 * gdb.fortran/common-block.exp: Likewise.
394 * gdb.fortran/complex.exp: Likewise.
395 * gdb.fortran/derived-type-function.exp: Likewise.
396 * gdb.fortran/derived-type.exp: Likewise.
397 * gdb.fortran/info-modules.exp: Likewise.
398 * gdb.fortran/info-types.exp: Likewise.
399 * gdb.fortran/intrinsics.exp: Likewise.
400 * gdb.fortran/library-module.exp: Likewise.
401 * gdb.fortran/logical.exp: Likewise.
402 * gdb.fortran/max-depth.exp: Likewise.
403 * gdb.fortran/module.exp: Likewise.
404 * gdb.fortran/multi-dim.exp: Likewise.
405 * gdb.fortran/nested-funcs.exp: Likewise.
406 * gdb.fortran/print-formatted.exp: Likewise.
407 * gdb.fortran/print_type.exp: Likewise.
408 * gdb.fortran/printing-types.exp: Likewise.
409 * gdb.fortran/ptr-indentation.exp: Likewise.
410 * gdb.fortran/ptype-on-functions.exp: Likewise.
411 * gdb.fortran/subarray.exp: Likewise.
412 * gdb.fortran/vla-alloc-assoc.exp: Likewise.
413 * gdb.fortran/vla-datatypes.exp: Likewise.
414 * gdb.fortran/vla-history.exp: Likewise.
415 * gdb.fortran/vla-ptr-info.exp: Likewise.
416 * gdb.fortran/vla-ptype-sub.exp: Likewise.
417 * gdb.fortran/vla-ptype.exp: Likewise.
418 * gdb.fortran/vla-sizeof.exp: Likewise.
419 * gdb.fortran/vla-type.exp: Likewise.
420 * gdb.fortran/vla-value-sub-arbitrary.exp: Likewise.
421 * gdb.fortran/vla-value-sub-finish.exp: Likewise.
422 * gdb.fortran/vla-value-sub.exp: Likewise.
423 * gdb.fortran/vla-value.exp: Likewise.
424 * gdb.fortran/whatis_type.exp: Likewise.
425 * gdb.mi/mi-var-child-f.exp: Likewise.
426
427 2020-05-09 Tom de Vries <tdevries@suse.de>
428
429 * gdb.dwarf2/clang-debug-names.exp: Remove PR25952 kfail.
430
431 2020-05-08 Tom de Vries <tdevries@suse.de>
432
433 * gdb.dwarf2/clang-debug-names.c: New test.
434 * gdb.dwarf2/clang-debug-names.exp: New file.
435
436 2020-05-06 Simon Marchi <simon.marchi@efficios.com>
437
438 * gdb.arch/amd64-prologue-skip-cf-protection.exp: New file.
439 * gdb.arch/amd64-prologue-skip-cf-protection.c: New file.
440
441 2020-05-06 Tom de Vries <tdevries@suse.de>
442
443 * gdb.reverse/consecutive-precsave.exp: Handle if instruction after
444 breakpoint is at a "recommended breakpoint location".
445 * gdb.reverse/consecutive-reverse.exp: Same.
446
447 2020-05-06 Tom de Vries <tdevries@suse.de>
448
449 * gdb.base/watchpoint-reuse-slot.exp (stepi): Print $pc to get current
450 address.
451
452 2020-05-06 Tom de Vries <tdevries@suse.de>
453
454 * gdb.base/watchpoint-reuse-slot.exp: Fix incorrect assignment.
455
456 2020-05-06 Tom de Vries <tdevries@suse.de>
457
458 * gdb.base/store.exp (check_set, up_set): Allowing missing location
459 info for r.
460
461 2020-05-06 Tom de Vries <tdevries@suse.de>
462
463 * gdb.base/shlib-call.exp: Add extra step to reach shmain.c:42, if
464 necessary.
465
466 2020-05-06 Tom de Vries <tdevries@suse.de>
467
468 * lib/unbuffer_output.c (gdb_unbuffer_output): Change return type to
469 void.
470
471 2020-05-06 Tom de Vries <tdevries@suse.de>
472
473 * lib/gdb.exp (is_stmt_addresses, hex_in_list): New proc, factored out
474 of ...
475 * gdb.base/async.exp: ... here.
476 * gdb.base/consecutive.exp: Handle if 2nd breakpoint is at a
477 "recommended breakpoint location".
478
479 2020-05-06 Tom de Vries <tdevries@suse.de>
480
481 * gdb.compile/compile-ifunc.exp: Use -Wno-attribute-alias.
482
483 2020-05-04 Tom de Vries <tdevries@suse.de>
484
485 * gdb.base/async.exp: Check whether instruction addresses are a
486 "recommended breakpoint location".
487
488 2020-05-03 Tom Tromey <tom@tromey.com>
489
490 * gdb.base/sepdebug.exp: Remove "catch" test.
491 * gdb.base/break.exp: Remove "catch" test.
492 * gdb.base/default.exp: Update expected output.
493
494 2020-05-02 Tom de Vries <tdevries@suse.de>
495
496 * lib/gdb.exp (supports_mpx_check_pointer_bounds): New proc.
497 * gdb.arch/i386-mpx-call.exp: Use supports_mpx_check_pointer_bounds.
498 * gdb.arch/i386-mpx-map.exp: Same.
499 * gdb.arch/i386-mpx-sigsegv.exp: Same.
500 * gdb.arch/i386-mpx-simple_segv.exp: Same.
501 * gdb.arch/i386-mpx.exp: Same.
502
503 2020-05-02 Tom de Vries <tdevries@suse.de>
504
505 * gdb.base/psym-external-decl.c (main): Add use of variable aaa.
506
507 2020-05-01 Tom de Vries <tdevries@suse.de>
508
509 * gdb.ada/operator_bp.exp: Allow more than required amount of
510 breakpoint.
511
512 2020-05-01 Tom de Vries <tdevries@suse.de>
513
514 * gdb.reverse/until-reverse.c (main): Fix Wunused-result warning.
515
516 2020-04-30 Hannes Domani <ssbssa@yahoo.de>
517
518 PR gdb/18706
519 * gdb.cp/stub-array-size.cc: New test.
520 * gdb.cp/stub-array-size.exp: New file.
521 * gdb.cp/stub-array-size.h: New test.
522 * gdb.cp/stub-array-size2.cc: New test.
523
524 2020-04-30 Hannes Domani <ssbssa@yahoo.de>
525
526 * gdb.python/py-format-string.exp: Adjust pretty_arrays expected
527 output to the new format.
528
529 2020-04-29 Simon Marchi <simon.marchi@efficios.com>
530
531 * gdb.base/break.exp: Use with_test_prefix.
532
533 2020-04-29 Tom de Vries <tdevries@suse.de>
534
535 * lib/gdb.exp (debug_types): New proc.
536 * gdb.guile/scm-symtab.exp: Add xfail for PR gcc/90232.
537 * gdb.python/py-symtab.exp: Same.
538
539 2020-04-29 Hannes Domani <ssbssa@yahoo.de>
540
541 PR gdb/17320
542 * gdb.base/pretty-array.c: New test.
543 * gdb.base/pretty-array.exp: New file.
544
545 2020-04-29 Tom de Vries <tdevries@suse.de>
546
547 PR symtab/25889
548 * gdb.cp/cpexprs.exp: Adapt for inclusion.
549 * gdb.cp/cpexprs-debug-types.exp: New file. Set -fdebug-types-section
550 and include cpexprs.exp.
551
552 2020-04-28 Mark Williams <mark@myosotissp.com>
553
554 PR gdb/24480
555 * dw4-toplevel-types.exp: Test for top level types.
556 * dw4-toplevel-types.cc: Test for top level types.
557
558 2020-04-28 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
559
560 * gdb.threads/stop-with-handle.exp: Fix typo in comment
561 (theads -> threads).
562
563 2020-04-28 Tom de Vries <tdevries@suse.de>
564
565 * gdb.opt/inline-cmds.exp: Set KFAIL PR.
566
567 2020-04-28 Tom de Vries <tdevries@suse.de>
568
569 * gdb.base/info-macros.exp: Remove KFAIL. Add missing trailing ".*".
570
571 2020-04-28 Tom de Vries <tdevries@suse.de>
572
573 * gdb.ada/array_ptr_renaming.exp: Add PR number in KFAIL.
574
575 2020-04-28 Tom de Vries <tdevries@suse.de>
576
577 * gdb.dwarf2/main-foo.c: New test.
578 * gdb.dwarf2/struct-with-sig.exp: New file.
579
580 2020-04-25 Tom de Vries <tdevries@suse.de>
581
582 * boards/debug-types.exp: New file.
583
584 2020-04-25 Andrew Burgess <andrew.burgess@embecosm.com>
585
586 * gdb.btrace/multi-inferior.exp: Avoid paths in test names.
587
588 2020-04-24 Tom Tromey <tom@tromey.com>
589
590 PR symtab/12707:
591 * gdb.python/py-symbol.exp: Update expected results for
592 linkage_name test.
593 * gdb.cp/print-demangle.exp: New file.
594 * gdb.base/c-linkage-name.exp: Fix test.
595 * gdb.guile/scm-symbol.exp: Update expected results for
596 linkage_name test.
597
598 2020-04-24 Tom Tromey <tom@tromey.com>
599
600 * gdb.dwarf2/dw2-namespaceless-anonymous.S: Remove.
601 * gdb.dwarf2/dw2-namespaceless-anonymous.c: New file.
602 * gdb.dwarf2/dw2-namespaceless-anonymous.exp: Use DWARF
603 assembler.
604
605 2020-04-24 Tom de Vries <tdevries@suse.de>
606
607 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: Set language of CU to
608 C++.
609
610 2020-04-24 Tom Tromey <tromey@adacore.com>
611
612 * gdb.ada/frame_arg_lang.exp: Run with multiple -fgnat-encodings
613 values.
614 * gdb.ada/funcall_ref.exp: Run with multiple -fgnat-encodings
615 values. Update test for minimal encodings.
616 * gdb.ada/lang_switch.exp: Update test for minimal encodings.
617 * gdb.ada/var_rec_arr.exp: Run with multiple -fgnat-encodings
618 values. Update test for minimal encodings.
619
620 2020-04-24 Tom Tromey <tromey@adacore.com>
621
622 PR python/23662:
623 * gdb.ada/variant.exp: Add Python checks.
624 * gdb.rust/simple.exp: Add dynamic type checks.
625
626 2020-04-24 Tom Tromey <tromey@adacore.com>
627
628 * gdb.ada/mi_var_array.exp: Try all -fgnat-encodings settings.
629 Make array type matching more lax.
630 * gdb.ada/mi_var_union.exp: Try all -fgnat-encodings settings.
631 * gdb.ada/mi_variant.exp: New file.
632 * gdb.ada/mi_variant/pck.ads: New file.
633 * gdb.ada/mi_variant/pkg.adb: New file.
634 * gdb.ada/packed_tagged.exp: Try all -fgnat-encodings settings.
635 * gdb.ada/unchecked_union.exp: Try all -fgnat-encodings settings.
636
637 2020-04-24 Tom Tromey <tromey@adacore.com>
638
639 * gdb.ada/variant.exp: Add dynamic field offset tests.
640 * gdb.ada/variant/pck.ads (Nested_And_Variable): New type.
641 * gdb.ada/variant/pkg.adb: Add new variables.
642
643 2020-04-24 Tom Tromey <tromey@adacore.com>
644
645 * gdb.ada/variant.exp: New file
646 * gdb.ada/variant/pkg.adb: New file
647 * gdb.ada/variant/pck.adb: New file
648
649 2020-04-24 Tom de Vries <tdevries@suse.de>
650
651 * lib/gdb.exp (clean_restart): Reset errcnt and warncnt.
652
653 2020-04-24 Tom de Vries <tdevries@suse.de>
654
655 * gdb.dwarf2/dwzbuildid.exp: Add quiet to dwzbuildid-mismatch compile
656 flags.
657
658 2020-04-24 Tom de Vries <tdevries@suse.de>
659
660 * gdb.dwarf2/dw2-error.exp: Add quiet to compile flags.
661
662 2020-04-24 Tom de Vries <tdevries@suse.de>
663
664 * lib/gdb.exp (default_gdb_start): Handle eof.
665 (clean_restart): Detect and handle gdb_start failure. Return -1 upon
666 failure.
667 * gdb.base/readnever.exp: Handle clean_restart failure.
668
669 2020-04-23 Tom de Vries <tdevries@suse.de>
670
671 * gdb.base/decl-before-def.exp: Run to main and print a again.
672
673 2020-04-23 Tom de Vries <tdevries@suse.de>
674
675 * gdb.base/decl-before-def-decl.c: New test.
676 * gdb.base/decl-before-def-def.c: New test.
677 * gdb.base/decl-before-def.exp: New file.
678
679 2020-04-23 Tom de Vries <tdevries@suse.de>
680
681 * gdb.base/readnever.exp: Skip if GDBFLAGS contain -readnow/--readnow.
682
683 2020-04-22 Tom de Vries <tdevries@suse.de>
684
685 * gdb.mi/dw2-ref-missing-frame-func.c (.debug_aranges): Fix
686 debug_info_offset.
687 * gdb.mi/dw2-ref-missing-frame.exp: Make sure $objfuncfile comes
688 before $objsfile in the line line.
689
690 2020-04-22 Tom de Vries <tdevries@suse.de>
691
692 * gdb.dlang/watch-loc.c (.debug_aranges): Fix _Dmain length.
693
694 2020-02-18 Mihails Strasuns <mihails.strasuns@intel.com>
695
696 * gdb.base/jit-attach-pie.c: Use jit-protocol.h.
697 * gdb.base/jit-elf-main.c: Use jit-protocol.h.
698 * gdb.base/jit-reader-host.c: Use jit-protocol.h.
699 * gdb.base/jit-reader-simple-jit.c: Use jit-protocol.h.
700 * gdb.base/jit-protocol.h: Update definitions to match all usage
701 contexts.
702
703 2020-02-18 Mihails Strasuns <mihails.strasuns@intel.com>
704
705 * gdb.base: Rename all jit related test and source files.
706
707 2020-02-18 Mihails Strasuns <mihails.strasuns@intel.com>
708
709 * gdb.base/jit-reader.exp: Relax register output check.
710
711 2020-04-22 Tom de Vries <tdevries@suse.de>
712
713 PR symtab/25764
714 * gdb.base/psym-external-decl-2.c: New test.
715 * gdb.base/psym-external-decl.c: New test.
716 * gdb.base/psym-external-decl.exp: New file.
717 * gdb.threads/tls.exp: Add PR25807 kfail.
718
719 2020-04-22 Tom de Vries <tdevries@suse.de>
720
721 PR symtab/25801
722 * gdb.dwarf2/imported-unit.exp: Test that we can get imported_unit.c
723 in "info source" output.
724
725 2020-04-22 Tom de Vries <tdevries@suse.de>
726
727 PR symtab/25700
728 * gdb.dwarf2/imported-unit.exp: Verify that there's only one partial
729 symtab for imported_unit.c.
730
731 2020-04-21 Gary Benson <gbenson@redhat.com>
732
733 * gdb.base/advance.c (func): New argument, to match call site.
734 (func2, func3): Add return statements.
735
736 2020-04-21 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
737
738 * gdb.multi/run-only-second-inf.c: New file.
739 * gdb.multi/run-only-second-inf.exp: New file.
740
741 2020-04-21 Markus Metzger <markus.t.metzger@intel.com>
742
743 * gdb.btrace/multi-inferior.c: New test.
744 * gdb.btrace/multi-inferior.exp: New file.
745
746 2020-04-21 Markus Metzger <markus.t.metzger@intel.com>
747
748 * gdb.btrace/enable-new-thread.c: New test.
749 * gdb.btrace/enable-new-thread.exp: New file.
750
751 2020-04-21 Tom de Vries <tdevries@suse.de>
752
753 PR gdb/25471
754 * gdb.threads/killed-outside.c: New test.
755 * gdb.threads/killed-outside.exp: New file.
756
757 2020-04-20 Gary Benson <gbenson@redhat.com>
758
759 * gdb.base/nested-subp1.exp: Use support_nested_function_tests.
760 * gdb.base/nested-subp2.exp: Likewise.
761 * gdb.base/nested-subp3.exp: Likewise.
762
763 2020-04-20 Gary Benson <gbenson@redhat.com>
764
765 * gdb.base/nested-subp1.exp: Disable test when using clang.
766 * gdb.base/nested-subp2.exp: Likewise.
767 * gdb.base/nested-subp3.exp: Likewise.
768
769 2020-04-20 Gary Benson <gbenson@redhat.com>
770
771 * gdb.cp/exception.cc: Fix compilation error with clang.
772
773 2020-04-20 Gary Benson <gbenson@redhat.com>
774
775 * gdb.trace/tspeed.c: Fix compilation error with clang.
776
777 2020-04-20 Gary Benson <gbenson@redhat.com>
778
779 * gdb.base/jit-main.c: Fix compilation error with clang.
780
781 2020-04-17 Kamil Rytarowski <n54@gmx.com>
782
783 * gdb.base/attach-twice.c: Include "sys/types.h".
784 (PTRACE_ATTACH): Add fallback definition.
785 (main): Pass `0' to the 4th argument of `ptrace'.
786
787 2020-04-17 Kamil Rytarowski <n54@gmx.com>
788
789 * gdb.base/fork-running-state.c: Include "signal.h".
790
791 2020-04-17 Tom Tromey <tromey@adacore.com>
792
793 * gdb.cp/maint.exp (test_help): Simplify multiple_help_body.
794 Update tests.
795 * gdb.btrace/cpu.exp: Update tests.
796 * gdb.base/maint.exp: Update tests.
797 * gdb.base/default.exp: Update tests.
798 * gdb.base/completion.exp: Update tests.
799
800 2020-04-16 Tom de Vries <tdevries@suse.de>
801
802 PR symtab/25791
803 * gdb.dwarf2/gdb-add-index.exp (add_gdb_index): Move ...
804 (ensure_gdb_index): and factor out and move ...
805 * lib/gdb.exp (add_gdb_index, ensure_gdb_index): ... here.
806 * gdb.dwarf2/imported-unit-runto-main.exp: New file.
807
808 2020-04-16 Tom de Vries <tdevries@suse.de>
809
810 * gdb.base/maint-expand-symbols-header-file.exp: Set language before
811 loading exec.
812
813 2020-04-15 Andrew Burgess <andrew.burgess@embecosm.com>
814
815 * gdb.base/many-completions.exp: New file.
816
817 2020-04-14 Tom de Vries <tdevries@suse.de>
818
819 PR symtab/25718
820 * gdb.dwarf2/dw2-symtab-includes.exp: New file.
821
822 2020-04-14 Tom de Vries <tdevries@suse.de>
823
824 PR symtab/25720
825 * gdb.base/maint-expand-symbols-header-file.c: New test.
826 * gdb.base/maint-expand-symbols-header-file.exp: New file.
827 * gdb.base/maint-expand-symbols-header-file.h: New test.
828
829 2020-04-14 Andrew Burgess <andrew.burgess@embecosm.com>
830
831 * gdb.dwarf2/dw2-inline-many-frames.exp (get_func_info): Delete.
832 * gdb.dwarf2/dw2-inline-small-func.exp: Pass options to
833 get_func_info.
834 (get_func_info): Delete.
835 * gdb.dwarf2/dw2-is-stmt-2.exp (get_func_info): Delete.
836 * gdb.dwarf2/dw2-is-stmt.exp (get_func_info): Delete.
837 * lib/dwarf.exp (get_func_info): New function.
838
839 2020-04-13 Tom de Vries <tdevries@suse.de>
840
841 * lib/ada.exp (find_ada_tool): Pass --GCC and -B to gnatlink, similar
842 to what find_gnatmake does.
843
844 2020-04-10 Tom de Vries <tdevries@suse.de>
845
846 * gdb.base/style.exp: Expect "Expanding full symbols" message for
847 -readnow.
848
849 2020-04-10 Tom de Vries <tdevries@suse.de>
850
851 PR cli/25808
852 * gdb.base/style.c: Add leading newlines.
853 * gdb.base/style.exp: Use gdb_get_line_number to get specific lines.
854 Check listing of main's one-line body.
855
856 2020-04-08 Tom de Vries <tdevries@suse.de>
857
858 * lib/gdb.exp (psymtabs_p): New proc.
859 * gdb.dwarf2/imported-unit.exp: Mark "no static partial symbols in
860 importing unit" unsupported if there are no partial symbols.
861
862 2020-04-08 Tom de Vries <tdevries@suse.de>
863
864 PR testsuite/25760
865 * gdb.ada/call_pn.exp: Call "maint expand-symtabs". Add xfails.
866
867 2020-04-07 Tom de Vries <tdevries@suse.de>
868
869 PR symtab/25796
870 * gdb.dwarf2/imported-unit-abstract-const-value.exp: New file.
871
872 2020-04-07 Tom de Vries <tdevries@suse.de>
873
874 * gdb.base/check-psymtab.c: New test.
875 * gdb.base/check-psymtab.exp: New file.
876
877 2020-04-06 Tom Tromey <tromey@adacore.com>
878
879 * gdb.ada/variant-record/proc.adb: New file.
880 * gdb.ada/variant-record/value.adb: New file.
881 * gdb.ada/variant-record/value.s: New file.
882 * gdb.ada/variant-record.exp: New file.
883
884 2020-04-03 Hannes Domani <ssbssa@yahoo.de>
885
886 PR gdb/25325
887 * gdb.cp/typed-enum.cc: New test.
888 * gdb.cp/typed-enum.exp: New file.
889
890 2020-04-02 Andrew Burgess <andrew.burgess@embecosm.com>
891
892 * gdb.dwarf2/dw2-inline-small-func-lbls.c: New file.
893 * gdb.dwarf2/dw2-inline-small-func.c: New file.
894 * gdb.dwarf2/dw2-inline-small-func.exp: New file.
895 * gdb.dwarf2/dw2-inline-small-func.h: New file.
896 * gdb.opt/inline-small-func.c: New file.
897 * gdb.opt/inline-small-func.exp: New file.
898 * gdb.opt/inline-small-func.h: New file.
899
900 2020-04-02 Andrew Burgess <andrew.burgess@embecosm.com>
901
902 * lib/dwarf.exp (Dwarf::lines::program::DW_LNS_set_file): New
903 function.
904
905 2020-04-02 Andrew Burgess <andrew.burgess@embecosm.com>
906
907 * lib/dwarf.exp (function_range): Allow compiler options to be
908 specified.
909
910 2020-04-02 Tom de Vries <tdevries@suse.de>
911
912 * gdb.dwarf2/break-inline-psymtab-2.c (bar): Add
913 __attribute__((always_inline)).
914 * gdb.dwarf2/break-inline-psymtab.exp: Don't use -O2.
915
916 2020-04-02 Tom de Vries <tdevries@suse.de>
917
918 * lib/gdbserver-support.exp (gdbserver_exit): Factor out of ...
919 (gdbserver_gdb_exit): ... here. Add timeout warning.
920 * gdb.multi/multi-target.exp (server_spawn_ids): New global var.
921 (connect_target_extended_remote): Append new server_spawn_id to
922 server_spawn_ids.
923 (cleanup): New proc.
924 (setup, <toplevel>): Call cleanup.
925
926 2020-04-02 Tom de Vries <tdevries@suse.de>
927
928 * gdb.base/main-psymtab.exp: New file.
929
930 2020-04-02 Tom de Vries <tdevries@suse.de>
931
932 * gdb.fortran/mixed-lang-stack.exp: Accept new complex printing style.
933
934 2020-04-01 Tom Tromey <tom@tromey.com>
935
936 * gdb.base/complex-parts.exp: Add type tests.
937
938 2020-04-01 Tom Tromey <tom@tromey.com>
939
940 * gdb.base/complex-parts.exp: Add arithmetic tests.
941
942 2020-04-01 Tom Tromey <tom@tromey.com>
943
944 * gdb.compile/compile.exp: Update.
945 * gdb.compile/compile-cplus.exp: Update.
946 * gdb.base/varargs.exp: Update.
947 * gdb.base/floatn.exp: Update.
948 * gdb.base/endianity.exp: Update.
949 * gdb.base/callfuncs.exp (do_function_calls): Update.
950 * gdb.base/funcargs.exp (complex_args, complex_integral_args)
951 (complex_float_integral_args): Update.
952 * gdb.base/complex.exp: Update.
953 * gdb.base/complex-parts.exp: Update.
954
955 2020-04-01 Tom Tromey <tromey@adacore.com>
956
957 * gdb.rust/union.rs: New file.
958 * gdb.rust/union.exp: New file.
959 * gdb.rust/simple.rs (Union, Union2): Move to union.rs.
960 (main): Update.
961 * gdb.rust/simple.exp: Move union tests to union.exp.
962
963 2020-04-01 Tom Tromey <tromey@adacore.com>
964
965 * gdb.rust/simple.rs (main): Remove "y0".
966
967 2020-04-01 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
968
969 * gdb.multi/stop-all-on-exit.c: New test.
970 * gdb.multi/stop-all-on-exit.exp: New file.
971
972 2020-04-01 Hannes Domani <ssbssa@yahoo.de>
973
974 PR gdb/24789
975 * gdb.cp/misc.cc: Add integer reference variable.
976 * gdb.cp/misc.exp: Add test.
977
978 2020-04-01 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
979
980 * gdb.server/stop-reply-no-thread.exp: Enhance the test
981 scenario to cover execution until the end and also the case
982
983 2020-03-31 Tom de Vries <tdevries@suse.de>
984
985 * gdb.base/c-linkage-name.exp: Fix test-case comment. Set language to
986 c. Use "maint info symtabs" to check symtab expansion.
987
988 2020-03-30 Tom de Vries <tdevries@suse.de>
989
990 * gdb.base/c-linkage-name.exp: Use readnow call to mark a test
991 unsupported.
992 (verify_psymtab_expanded): Move ...
993 * lib/gdb.exp (verify_psymtab_expanded): ... here. Add unsupported
994 test.
995 (readnow): New proc.
996
997 2020-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
998
999 * gdb.fortran/mixed-lang-stack.exp: Replace two hard coded address
1000 with $hex.
1001
1002 2020-03-20 Tom Tromey <tromey@adacore.com>
1003
1004 * gdb.dwarf2/dw2-ranges-base.exp: Update regular expressions.
1005
1006 2020-03-20 Tom Tromey <tromey@adacore.com>
1007
1008 * gdb.ada/sub_variant/subv.adb: New file.
1009 * gdb.ada/sub_variant.exp: New file.
1010
1011 2020-03-20 Tom de Vries <tdevries@suse.de>
1012
1013 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): Bail out if
1014 first break fails.
1015 * gdb.threads/step-over-trips-on-watchpoint.exp: (do_test): Same.
1016
1017 2020-03-19 Andrew Burgess <andrew.burgess@embecosm.com>
1018
1019 * gdb.server/exit-multiple-threads.c: New file.
1020 * gdb.server/exit-multiple-threads.exp: New file.
1021
1022 2020-03-19 Andrew Burgess <andrew.burgess@embecosm.com>
1023
1024 * gdb.fortran/mixed-lang-stack.c: New file.
1025 * gdb.fortran/mixed-lang-stack.cpp: New file.
1026 * gdb.fortran/mixed-lang-stack.exp: New file.
1027 * gdb.fortran/mixed-lang-stack.f90: New file.
1028
1029 2020-03-19 Andrew Burgess <andrew.burgess@embecosm.com>
1030
1031 * gdb.linespec/cp-completion-aliases.cc: New file.
1032 * gdb.linespec/cp-completion-aliases.exp: New file.
1033
1034 2020-03-19 Tom de Vries <tdevries@suse.de>
1035
1036 * gdb.opt/inline-locals.exp: Add kfail PR number. Make kfail matching
1037 more precise.
1038
1039 2020-03-18 Tom de Vries <tdevries@suse.de>
1040
1041 * gdb.dwarf2/break-inline-psymtab-2.c: New test.
1042 * gdb.dwarf2/break-inline-psymtab.c: New test.
1043 * gdb.dwarf2/break-inline-psymtab.exp: New file.
1044
1045 2020-03-16 Tom de Vries <tdevries@suse.de>
1046
1047 * lib/cache.exp (gdb_do_cache): Add and handle local variables
1048 cache_verify and cache_verify_proc.
1049
1050 2020-03-15 Tom de Vries <tdevries@suse.de>
1051
1052 * gdb.server/solib-list.exp: Handle
1053 'Load new symbol table from "/lib64/ld-2.26.so"? (y or n)'.
1054
1055 2020-03-15 Tom de Vries <tdevries@suse.de>
1056
1057 * gdb.base/maint.exp: Use exp_continue in long lines for "maint print
1058 objfiles".
1059
1060 2020-03-14 Tom Tromey <tom@tromey.com>
1061
1062 * gdb.base/cvexpr.exp: Add test for _Atomic and restrict.
1063
1064 2020-03-14 Tom de Vries <tdevries@suse.de>
1065
1066 * gdb.mi/mi-fortran-modules.exp: Use exp_continue.
1067
1068 2020-03-14 Tom de Vries <tdevries@suse.de>
1069
1070 * gdb.threads/attach-many-short-lived-threads.exp: Read "info threads"
1071 result in line-by-line fashion.
1072
1073 2020-03-14 Tom de Vries <tdevries@suse.de>
1074
1075 * lib/gdb.exp (supports_statement_frontiers): New proc.
1076 * gdb.cp/step-and-next-inline.exp: Use supports_statement_frontiers.
1077
1078 2020-03-14 Tom de Vries <tdevries@suse.de>
1079
1080 * gdb.base/printcmds.exp: Add missing quoting for "print
1081 teststring2".
1082
1083 2020-03-13 Tom Tromey <tom@tromey.com>
1084
1085 * gdb.base/printcmds.exp (test_print_strings): Add regression
1086 test.
1087 * gdb.base/printcmds.c (charptr): New typedef.
1088 (teststring2): New global.
1089
1090 2020-03-13 Andrew Burgess <andrew.burgess@embecosm.com>
1091
1092 * gdb.base/break-interp.exp: Use the tail of the filename, not the
1093 full path in the test name.
1094 (test_ld): Add some with_test_prefix blocks to make test names
1095 unique.
1096
1097 2020-03-13 Tom de Vries <tdevries@suse.de>
1098
1099 * gdb.mi/mi-sym-info.exp: Fix buffer full errors, and timeouts.
1100
1101 2020-03-13 Tom de Vries <tdevries@suse.de>
1102
1103 * gdb.mi/mi-sym-info.exp: Make matching more precise.
1104
1105 2020-03-13 Tom de Vries <tdevries@suse.de>
1106
1107 PR symtab/25646
1108 * gdb.dwarf2/imported-unit.exp: Add test.
1109
1110 2020-03-13 Tom de Vries <tdevries@suse.de>
1111
1112 * gdb.mi/mi-sym-info-2.c (another_char_t, another_short_t): New typedef.
1113 (var1, var2): New variable.
1114 * gdb.mi/mi-sym-info.exp: Add --name to various commands to restrict
1115 matching symbols.
1116
1117 2020-03-13 Tom de Vries <tdevries@suse.de>
1118
1119 * lib/tuiterm.exp (Term::command_no_prompt_prefix): New proc.
1120 (Term::command): Use prompt prefix.
1121 (Term::enter_tui): Use command_no_prompt_prefix instead of prefix.
1122 * gdb.tui/tui-layout-asm-short-prog.exp: Use
1123 command_no_prompt_prefix instead of prefix.
1124 * gdb.tui/tui-layout-asm.exp: Same.
1125
1126 2020-03-12 Simon Marchi <simon.marchi@efficios.com>
1127
1128 * gdb.base/break-interp.exp: Use foreach_with_prefix.
1129
1130 2020-03-12 Simon Marchi <simon.marchi@efficios.com>
1131
1132 * gdb.arch/amd64-disp-step-avx.S: Add nops after _start.
1133 * gdb.arch/amd64-disp-step-avx.exp: Enable "set debug displaced
1134 on" while stepping over the test instruction, match printed
1135 message.
1136
1137 2020-03-12 Tom de Vries <tdevries@suse.de>
1138
1139 * gdb.base/info-types.exp: Use exp_continue during matching of output
1140 of "info types".
1141
1142 2020-03-12 Tom de Vries <tdevries@suse.de>
1143
1144 * gdb.threads/execl.exp: Delete breakpoint after hitting it.
1145
1146 2020-03-12 Tom de Vries <tdevries@suse.de>
1147
1148 * gdb.fortran/module.exp: Use exp_continue during matching of output
1149 of "info variable -n".
1150
1151 2020-03-12 Tom de Vries <tdevries@suse.de>
1152
1153 * gdb.dwarf2/dw2-ranges-base.exp: Limit "maint info line-table" to
1154 gdb.dwarf2/dw2-ranges-base.c.
1155
1156 2020-03-12 Tom de Vries <tdevries@suse.de>
1157
1158 * gdb.linespec/explicit.exp: Fix "complete non-unique file name" test
1159 in presence of GLIBC debuginfo.
1160
1161 2020-03-12 Tom de Vries <tdevries@suse.de>
1162
1163 * lib/gdb.exp (gdb_core_cmd): Use string_to_regexp for regexp-matching
1164 $core.
1165
1166 2020-03-12 Tom de Vries <tdevries@suse.de>
1167
1168 * lib/gdb.exp (gdb_core_cmd): Make "No such file or directory" regexp
1169 more precise.
1170
1171 2020-03-11 Simon Marchi <simon.marchi@efficios.com>
1172
1173 * lib/gdb.exp (standard_output_file): Use `pwd -W` to convert
1174 from Unix to Windows path.
1175
1176 2020-03-11 Tom de Vries <tdevries@suse.de>
1177
1178 * gdb.ada/minsyms.exp: Set language to ada.
1179
1180 2020-03-11 Tom de Vries <tdevries@suse.de>
1181
1182 * gdb.server/sysroot.exp: Allow GLIBC's printf alias __printf.
1183
1184 2020-03-11 Tom de Vries <tdevries@suse.de>
1185
1186 * gdb.btrace/reconnect.exp: Allow source line pattern after stepi.
1187
1188 2020-03-11 Tom Tromey <tromey@adacore.com>
1189
1190 * gdb.dwarf2/variant.exp: Mark discriminants as artificial.
1191
1192 2020-03-11 Tom de Vries <tdevries@suse.de>
1193
1194 * gdb.base/foll-fork.exp: Allow "Reading in symbols" messages.
1195
1196 2020-03-11 Tom de Vries <tdevries@suse.de>
1197
1198 * gdb.base/break-interp.exp: Limit verbose scope.
1199
1200 2020-03-11 Tom de Vries <tdevries@suse.de>
1201
1202 * gdb.fortran/logical.f90: Define variable with character type.
1203 * gdb.fortran/logical.exp: Use character type instead of uint8_t.
1204
1205 2020-03-11 Tom de Vries <tdevries@suse.de>
1206
1207 * gdb.base/list-ambiguous.exp: Set EDITOR to true.
1208
1209 2020-03-11 Tom de Vries <tdevries@suse.de>
1210
1211 * gdb.ada/access_to_packed_array.exp: Test printing of expanded
1212 symtabs.
1213
1214 2020-03-10 Andrew Burgess <andrew.burgess@embecosm.com>
1215 Bernd Edlinger <bernd.edlinger@hotmail.de>
1216
1217 * gdb.cp/step-and-next-inline.cc: New file.
1218 * gdb.cp/step-and-next-inline.exp: New file.
1219 * gdb.cp/step-and-next-inline.h: New file.
1220 * gdb.dwarf2/dw2-is-stmt.c: New file.
1221 * gdb.dwarf2/dw2-is-stmt.exp: New file.
1222 * gdb.dwarf2/dw2-is-stmt-2.c: New file.
1223 * gdb.dwarf2/dw2-is-stmt-2.exp: New file.
1224 * gdb.dwarf2/dw2-ranges-base.exp: Update line table pattern.
1225
1226 2020-03-10 Andrew Burgess <andrew.burgess@embecosm.com>
1227
1228 * lib/dwarf.exp (Dwarf::lines) Add support for modifying the
1229 is-stmt flag in the line table.
1230
1231 2020-03-09 Tom de Vries <tdevries@suse.de>
1232
1233 * lib/gdb.exp (cached_file): Create cache dir.
1234
1235 2020-03-07 Tom de Vries <tdevries@suse.de>
1236
1237 * gdb.cp/ref-params.exp: Compare build_executable result with -1.
1238 * gdb.cp/rvalue-ref-params.exp: Same.
1239
1240 2020-03-06 Tom de Vries <tdevries@suse.de>
1241
1242 * lib/gdb.exp (tentative_rename, cached_file): New proc.
1243 * boards/cc-with-tweaks.exp: Use cached_file to create gdb.sh.
1244
1245 2020-03-06 Tom de Vries <tdevries@suse.de>
1246
1247 * README: Fix "the the".
1248 * gdb.base/dprintf.exp: Same.
1249
1250 2020-03-05 Tom de Vries <tdevries@suse.de>
1251
1252 * gdb.base/maint.exp: Update "main print statistics" expected output.
1253
1254 2020-03-04 Alok Kumar Sharma <AlokKumar.Sharma@amd.com>
1255
1256 * lib/fortran.exp (fortran_int4): Handle flang kind printing.
1257 (fortran_int8): Likewise.
1258 (fortran_real4): Likewise.
1259 (fortran_real8): Likewise.
1260 (fortran_complex4): Likewise.
1261 (fortran_logical4): Likewise.
1262 (fortran_character1): Likewise.
1263
1264 2020-03-03 Andrew Burgess <andrew.burgess@embecosm.com>
1265
1266 * gdb.fortran/logical.exp: Add tests that any non-zero value is
1267 printed as true.
1268
1269 2020-03-03 Sergio Durigan Junior <sergiodj@redhat.com>
1270
1271 * gdb.base/printcmds.exp: Add test to verify printf of a
1272 variable holding an address.
1273
1274 2020-03-03 Tom de Vries <tdevries@suse.de>
1275
1276 * gdb.mi/gdb2549.exp: Fix "register values t" check-read1 timeout.
1277
1278 2020-03-03 Tom de Vries <tdevries@suse.de>
1279
1280 * gdb.mi/list-thread-groups-available.exp: Use -prompt syntax for
1281 gdb_test_multiple call.
1282
1283 2020-03-03 Tom de Vries <tdevries@suse.de>
1284
1285 * gdb.mi/mi-sym-info.exp: Add missing -prompt "$mi_gdb_prompt$" to
1286 gdb_test_multiple calls.
1287
1288 2020-03-02 Andrew Burgess <andrew.burgess@embecosm.com>
1289
1290 * gdb.base/default.exp: Remove test of 'set history filename'.
1291 * gdb.base/gdbinit-history.exp: Add tests for setting the history
1292 filename to the empty string.
1293 * lib/gdb.exp (gdb_init): Unset environment variables GDBHISTFILE
1294 and GDBHISTSIZE.
1295
1296 2020-03-02 Andrew Burgess <andrew.burgess@embecosm.com>
1297
1298 * gdb.server/stop-reply-no-thread.exp: Add test where T packet is
1299 disabled.
1300
1301 2020-03-02 Pedro Alves <palves@redhat.com>
1302 Tom de Vries <tdevries@suse.de>
1303
1304 * lib/gdb.exp (gdb_test_multiple): Handle prompt_regexp option using
1305 -prompt prefix, before user_code argument. Add -lbl option likewise.
1306 (skip_python_tests_prompt, skip_libstdcxx_probe_tests_prompt)
1307 (gdb_is_target_1): Add -prompt prefix and move to before user_code
1308 argument.
1309 * gdb.base/corefile-buildid.exp: Use -lbl option. Rewrite regexps to
1310 have "\r\n" at start-of-line, instead of at end-of-line.
1311
1312 2020-02-28 Simon Marchi <simon.marchi@efficios.com>
1313
1314 * lib/trace-support.exp (get_in_proc_agent): Adjust path to
1315 libinproctrace.so.
1316
1317 2020-02-28 Luis Machado <luis.machado@linaro.org>
1318
1319 * gdb.arch/aarch64-fp.exp: Switch from "info registers" command
1320 to "p/x".
1321
1322 2020-02-28 Luis Machado <luis.machado@linaro.org>
1323
1324 * gdb.arch/aarch64-dbreg-contents.c: Include stdlib.h, unistd.h,
1325 asm/ptrace.h and error.h.
1326
1327 2020-02-28 Tom de Vries <tdevries@suse.de>
1328
1329 * gdb.base/c-linkage-name.c (main): Call do_something_other_cu.
1330 (struct wrapper, do_something, mundane/symada__cS): Move ...
1331 * gdb.base/c-linkage-name-2.c: ... here. New source file.
1332 * gdb.base/c-linkage-name.exp: Add verification of psymtab expansion.
1333 Update "print symada__cS before partial symtab expansion" regexp.
1334 Update breakpoint location. Flush symbol cache after expansion.
1335
1336 2020-02-28 Luis Machado <luis.machado@linaro.org>
1337
1338 * gdb.arch/aarch64-pauth.exp: Recognize optional PAC output.
1339
1340 2020-02-27 Tom de Vries <tdevries@suse.de>
1341
1342 * config/sid.exp: Remove unused globals.
1343 * gdb.base/attach.exp: Same.
1344 * gdb.base/catch-load.exp: Same.
1345 * gdb.base/dbx.exp: Same.
1346 * lib/gdb.exp: Same.
1347 * lib/mi-support.exp: Same.
1348 * lib/prompt.exp: Same.
1349
1350 2020-02-27 Tom de Vries <tdevries@suse.de>
1351
1352 * lib/tuiterm.exp (spawn): Handle case that spawn_out(slave,name) is
1353 not set.
1354
1355 2020-02-26 Aaron Merey <amerey@redhat.com>
1356
1357 * gdb.debuginfod: New directory for debuginfod tests.
1358 * gdb.debuginfod/main.c: New test file.
1359 * gdb.debuginfod/fetch_src_and_symbols.exp: New tests.
1360
1361 2020-02-26 Tom de Vries <tdevries@suse.de>
1362
1363 PR gdb/25603
1364 * gdb.base/persistent-lang.cc: New test.
1365 * gdb.base/persistent-lang.exp: New file.
1366
1367 2020-02-25 Andrew Burgess <andrew.burgess@embecosm.com>
1368
1369 * gdb.fortran/derived-type-striding.exp: Add a new test.
1370 * gdb.fortran/derived-type-striding.f90: Add pointer variable for
1371 new test.
1372
1373 2020-02-25 Andrew Burgess <andrew.burgess@embecosm.com>
1374
1375 * gdb.base/cached-source-file.exp: Avoid source file paths in test
1376 names.
1377
1378 2020-02-25 Tom de Vries <tdevries@suse.de>
1379
1380 PR go/18926
1381 * gdb.go/methods.exp: Remove gcc/93866 xfail.
1382
1383 2020-02-24 Tom de Vries <tdevries@suse.de>
1384
1385 PR gdb/25592
1386 * gdb.base/info-locals-unused-static-var.c: New test.
1387 * gdb.base/info-locals-unused-static-var.exp: New file.
1388
1389 2020-02-22 Tom Tromey <tom@tromey.com>
1390
1391 * gdb.python/tui-window.exp: New file.
1392 * gdb.python/tui-window.py: New file.
1393
1394 2020-02-22 Tom Tromey <tom@tromey.com>
1395
1396 PR tui/17850:
1397 * gdb.tui/new-layout.exp: Add horizontal layout and winheight
1398 tests.
1399
1400 2020-02-22 Tom Tromey <tom@tromey.com>
1401
1402 * gdb.tui/new-layout.exp: Add sub-layout tests.
1403
1404 2020-02-22 Tom Tromey <tom@tromey.com>
1405
1406 * gdb.tui/new-layout.exp: New file.
1407
1408 2020-02-22 Tom Tromey <tom@tromey.com>
1409
1410 * gdb.rust/rust-style.rs: New file.
1411 * gdb.rust/rust-style.exp: New file.
1412 * gdb.base/style.exp: Test structure printing.
1413 * gdb.base/style.c (struct some_struct): New type.
1414 (enum etype): New type.
1415 (struct_value): New global.
1416
1417 2020-02-21 Tom de Vries <tdevries@suse.de>
1418
1419 PR go/18926
1420 * lib/gdb.exp (bp_location2/bp_location2_regexp): Fix.
1421 Remove blanket xfails. Use message argument for gdb_breakpoint.
1422 Make continuing to breakpoint test conditional on setting breakpoint.
1423 Fix continuing to breakpoint regexp. Add xfails for gccgo-6/7
1424 DW_AT_name attribute. Add xfail for GCC PR93866.
1425
1426 2020-02-21 Andrew Burgess <andrew.burgess@embecosm.com>
1427
1428 * gdb.dwarf2/cpp-linkage-name.c: New file.
1429 * gdb.dwarf2/cpp-linkage-name.exp: New file.
1430
1431 2020-02-21 Shahab Vahedi <shahab@synopsys.com>
1432
1433 * lib/gdb.exp (gdb_wrapper_init): Reset
1434 "gdb_wrapper_initialized" to 0 if "wrapper_file" does
1435 not exist.
1436
1437 2020-02-20 Tom de Vries <tdevries@suse.de>
1438
1439 PR go/17018
1440 * gdb.go/hello.exp: Copy ...
1441 * gdb.go/global-local-var-shadow.exp: ... here. New file. Expect
1442 print of st to print value of global definition. Add xfail for GCC
1443 PR93844.
1444 * gdb.go/hello.exp: Remove printing of st before definition.
1445 * gdb.go/hello.go: Copy ...
1446 * gdb.go/global-local-var-shadow.go: ... here. New test. Rename myst
1447 to st.
1448 * gdb.go/hello.go: Remove myst. Remove comment about shadowing.
1449
1450 2020-02-20 Tom de Vries <tdevries@suse.de>
1451
1452 * lib/gdb.exp (support_go_compile): New gdb_caching_proc.
1453 (gdb_simple_compile): Handle compile_flags go by using .go extension
1454 for source file.
1455 * gdb.go/chan.exp: Use support_go_compile.
1456 * gdb.go/handcall.exp: Same.
1457 * gdb.go/hello.exp: Same.
1458 * gdb.go/integers.exp: Same.
1459 * gdb.go/max-depth.exp: Same.
1460 * gdb.go/methods.exp: Same.
1461 * gdb.go/package.exp: Same.
1462 * gdb.go/strings.exp: Same.
1463 * gdb.go/types.exp: Same.
1464 * gdb.go/unsafe.exp: Same.
1465
1466 2020-02-19 Tom de Vries <tdevries@suse.de>
1467
1468 * gdb.python/lib-types.exp: Make xfail more strict.
1469
1470 2020-02-19 Tom de Vries <tdevries@suse.de>
1471
1472 * gdb.ada/funcall_ref.exp: Replace xfail setup by unsupported check.
1473
1474 2020-02-19 Doug Evans <dje@google.com>
1475
1476 PR rust/25535
1477 * gdb.rust/simple.exp: Add test.
1478 * gdb.rust/simple.rs: Add test.
1479
1480 2020-02-19 Tom de Vries <tdevries@suse.de>
1481
1482 * gdb.base/corefile-buildid.exp (check_exec_file): Match info files
1483 output line-by-line.
1484
1485 2020-02-19 Tom de Vries <tdevries@suse.de>
1486
1487 * gdb.cp/cpexprs.exp: Remove c++/14186 kfail.
1488
1489 2020-02-19 Tom de Vries <tdevries@suse.de>
1490
1491 * gdb.base/solib-overlap.exp: Use exec instead of system to execute
1492 prelink.
1493
1494 2020-02-19 Tom de Vries <tdevries@suse.de>
1495
1496 * lib/cache.exp (ignore_pass, gdb_do_cache_wrap): New proc.
1497 (gdb_do_cache): Use gdb_do_cache_wrap.
1498 * gdb.base/gdb-caching-proc.exp (test_proc): Use gdb_do_cache_wrap.
1499
1500 2020-02-19 Tom de Vries <tdevries@suse.de>
1501
1502 * lib/dtrace.exp (dtrace_build_usdt_test_program): Use quiet as
1503 gdb_compile option.
1504
1505 2020-02-18 Simon Marchi <simon.marchi@efficios.com>
1506
1507 * gdb.base/printcmds.exp (test_print_enums): Update expected
1508 output.
1509
1510 2020-02-18 Simon Marchi <simon.marchi@efficios.com>
1511
1512 * gdb.base/printcmds.exp (test_print_enums): Expect hex values
1513 for "unknown".
1514
1515 2020-02-18 Simon Marchi <simon.marchi@efficios.com>
1516
1517 * gdb.base/printcmds.c (enum flag_enum): Add FE_TWO_LEGACY
1518 enumerator.
1519
1520 2020-02-18 Simon Marchi <simon.marchi@efficios.com>
1521
1522 * gdb.base/printcmds.c (enum flag_enum): Prefix enumerators with
1523 FE_, add FE_NONE.
1524 (three): Update.
1525 (enum flag_enum_without_zero): New enum.
1526 (flag_enum_without_zero): New variable.
1527 (enum not_flag_enum): New enum.
1528 (three_not_flag): New variable.
1529 * gdb.base/printcmds.exp (test_artificial_arrays): Update.
1530 (test_print_enums): Add more tests for printing flag enums.
1531
1532 2020-02-18 Tom de Vries <tdevries@suse.de>
1533
1534 * lib/ada.exp (gdb_compile_ada_1): Factor out of ...
1535 (gdb_compile_ada): ... here.
1536 (gnat_runtime_has_debug_info): Remove fail call for gdb_compile_ada
1537 failure. Use gdb_compile_ada_1 instead of gdb_compile_ada.
1538
1539 2020-02-14 Tom Tromey <tom@tromey.com>
1540
1541 * lib/gdbserver-support.exp (find_gdbserver): Find gdbserver in
1542 build directory.
1543 * boards/gdbserver-base.exp: Update path to gdbserver.
1544
1545 2020-02-13 Tom de Vries <tdevries@suse.de>
1546
1547 * lib/ada.exp (gdb_compile_ada): Delete stale exec before compilation.
1548
1549 2020-02-13 Tom de Vries <tdevries@suse.de>
1550
1551 * gdb.ada/catch_ex_std.exp: Indicate unsupported if gnatbind/gnatlink
1552 are missing.
1553
1554 2020-02-13 Tom de Vries <tdevries@suse.de>
1555
1556 * lib/ada.exp (gnatmake_version_at_least): Wrap exec call in a catch
1557 call.
1558
1559 2020-02-11 Sergio Durigan Junior <sergiodj@redhat.com>
1560
1561 PR tui/25126
1562 https://bugzilla.redhat.com/show_bug.cgi?id=1784210
1563 * gdb.base/cached-source-file.c: New file.
1564 * gdb.base/cached-source-file.exp: New file.
1565
1566 2020-02-11 Tom de Vries <tdevries@suse.de>
1567
1568 PR testsuite/25488
1569 * lib/gdb.exp (gdb_init): Unset $file_last_loaded.
1570
1571 2020-02-10 Tom de Vries <tdevries@suse.de>
1572
1573 * gdb.multi/multi-target.exp: Skip if skip_gdbserver_tests.
1574
1575 2020-02-10 Maciej W. Rozycki <macro@wdc.com>
1576
1577 * gdb.base/step-over-no-symbols.exp: Verify that $before_addr
1578 and $after_addr are both integers before making a comparison.
1579
1580 2020-02-09 Tom de Vries <tdevries@suse.de>
1581
1582 * gdb.base/many-headers.exp: Echo gdb command to gdb.log. Capture gdb
1583 command output and paste it into gdb.log. If any, paste catch message
1584 to gdb.log.
1585
1586 2020-02-07 Tom Tromey <tromey@adacore.com>
1587
1588 PR breakpoints/24915:
1589 * gdb.base/annotate-symlink.exp: Use setup_xfail.
1590
1591 2020-02-06 Shahab Vahedi <shahab@synopsys.com>
1592
1593 * gdb.tui/tui-missing-src.exp: Add the "missing source
1594 file" test for the TUI.
1595
1596 2020-02-06 Andrew Burgess <andrew.burgess@embecosm.com>
1597
1598 * gdb.server/multi-ui-errors.exp: Give a test a real name to avoid
1599 including a port number in the output.
1600
1601 2020-02-04 Alok Kumar Sharma <alokkumar.sharma@amd.com>
1602
1603 * lib/fortran.exp (fortran_int4): Handle clang.
1604 (fortran_int8): Likewise.
1605 (fortran_real4): Likewise.
1606 (fortran_real8): Likewise.
1607 (fortran_complex4): Likewise.
1608 (fortran_logical4): Likewise.
1609 (fortran_character1): Likewise.
1610
1611 2020-02-04 Tom de Vries <tdevries@suse.de>
1612
1613 * README (Race detection): Add note.
1614
1615 2020-02-04 Tom de Vries <tdevries@suse.de>
1616
1617 * lib/gdb.exp (inferior_exited_re): Use "\[^\n\r\]*" instead of ".*".
1618
1619 2020-02-04 Tom de Vries <tdevries@suse.de>
1620
1621 * lib/gdb.exp (inferior_exited_re): Use non-capturing parentheses.
1622
1623 2020-02-03 Rogerio A. Cardoso <rcardoso@linux.ibm.com>
1624
1625 * gdb.arch/powerpc-power8.exp: Delete trailing whitespace of
1626 tbegin., tend. instructions. Replace bctar-, bctar+, bctarl-,
1627 bctarl+ extended mnemonics when avaliable by bgttar, bnstarl,
1628 blttar, bnetarl.
1629 * gdb.arch/powerpc-power8.s: Fix comments. Fix instructions
1630 binary for blttar, bnetarl.
1631 * gdb.arch/powerpc-power9.exp: Delete trailing whitespace of
1632 wait instruction. Delete ldmx test.
1633 * gdb.arch/powerpc-power9.s: Delete ldmx instruction.
1634
1635 2020-02-03 Alok Kumar Sharma <AlokKumar.Sharma@amd.com>
1636
1637 * gdb.fortran/array-bounds-high.exp: New file.
1638 * gdb.fortran/array-bounds-high.f90: New file.
1639
1640 2020-02-03 Lukas Durfina <ldurfina@tachyum.com> (tiny change)
1641
1642 * gdb.base/fileio.c: Remove #include of <sys/errno.h>.
1643 Replace #include of <sys/fcntl.h> by <fcntl.h>.
1644
1645 2020-02-01 Tom de Vries <tdevries@suse.de>
1646
1647 * gdb.server/server-kill-python.exp: Fix $gdb_tst_name typo.
1648
1649 2020-01-31 Andrew Burgess <andrew.burgess@embecosm.com>
1650
1651 PR tui/9765
1652 * gdb.tui/tui-layout-asm-short-prog.S: New file.
1653 * gdb.tui/tui-layout-asm-short-prog.exp: New file.
1654
1655 2020-01-29 Luis Machado <luis.machado@linaro.org>
1656
1657 * gdb.arch/aarch64-brk-patterns.c: New source file.
1658 * gdb.arch/aarch64-brk-patterns.exp: New test.
1659
1660 2020-01-29 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1661
1662 * gdb.cp/pass-by-ref-2.exp: Mark some tests as XFAIL based on the
1663 GCC/Clang version.
1664 * gdb.cp/pass-by-ref.exp: Ditto.
1665
1666 2020-01-29 Tom de Vries <tdevries@suse.de>
1667
1668 * gdb.threads/watchpoint-fork-child.c: Guard prints with #if DEBUG.
1669 * gdb.threads/watchpoint-fork-mt.c: Same.
1670 * gdb.threads/watchpoint-fork-parent.c: Same.
1671 * gdb.threads/watchpoint-fork-st.c: Same.
1672 * gdb.threads/watchpoint-fork.exp: Compile with DEBUG=0.
1673
1674 2020-01-27 Luis Machado <luis.machado@linaro.org>
1675
1676 * gdb.base/step-over-syscall.exp (setup): Check if we're already
1677 sitting at a syscall instruction when we hit the syscall function's
1678 breakpoint.
1679 Check PC against one obtained with the x command.
1680 Validate syscall number.
1681 (step_over_syscall): Don't continue to the syscall instruction if
1682 we're already there.
1683
1684 2020-01-25 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1685
1686 * gdb.base/attach.exp: Test 'set exec-file-mismatch'.
1687
1688 2020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
1689
1690 * gdb.dwarf2/dw2-inline-many-frames.c: New file.
1691 * gdb.dwarf2/dw2-inline-many-frames.exp: New file.
1692
1693 2020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
1694
1695 * gdb.dwarf2/dw2-inline-stepping.c: New file.
1696 * gdb.dwarf2/dw2-inline-stepping.exp: New file.
1697
1698 2020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
1699
1700 * gdb.base/maint.exp: Update line table parsing test.
1701 * gdb.dwarf2/dw2-ranges-base.exp: Add new line table parsing test.
1702
1703 2020-01-24 Pedro Alves <palves@redhat.com>
1704
1705 PR gdb/25410
1706 * gdb.multi/multi-re-run-1.c: New.
1707 * gdb.multi/multi-re-run-2.c: New.
1708 * gdb.multi/multi-re-run.exp: New.
1709
1710 2020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
1711
1712 PR gdb/23718
1713 * gdb.server/server-kill-python.exp: New file.
1714
1715 2020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
1716
1717 * gdb.server/multi-ui-errors.c: New file.
1718 * gdb.server/multi-ui-errors.exp: New file.
1719
1720 2020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
1721
1722 PR tui/9765
1723 * gdb.tui/tui-layout-asm.exp: Add scrolling test for asm window.
1724
1725 2020-01-19 Tom Tromey <tom@tromey.com>
1726
1727 * gdb.tui/main.exp: Add check for plain "file".
1728
1729 2020-01-16 Christian Biesinger <cbiesinger@google.com>
1730
1731 * lib/gdb.exp: Fix spelling error (seperatelly).
1732
1733 2020-01-14 Tom Tromey <tom@tromey.com>
1734
1735 PR symtab/12535:
1736 * gdb.python/python.exp: Test decode_line with empty string
1737 argument.
1738
1739 2020-01-14 Bernd Edlinger <bernd.edlinger@hotmail.de>
1740
1741 * gdb.base/skip-inline.exp: Extend test.
1742
1743 2020-01-13 Andrew Burgess <andrew.burgess@embecosm.com>
1744
1745 * gdb.dwarf2/dw2-bad-elf-other.S: New file.
1746 * gdb.dwarf2/dw2-bad-elf.c: New file.
1747 * gdb.dwarf2/dw2-bad-elf.exp: New file.
1748
1749 2020-01-13 Andrew Burgess <andrew.burgess@embecosm.com>
1750
1751 * lib/dwarf.exp (Dwarf::lines): Reset _line_saw_program and
1752 _line_saw_file.
1753
1754 2020-01-13 Andrew Burgess <andrew.burgess@embecosm.com>
1755
1756 * lib/tuiterm.exp (Term::_check_box): Check some parts of the top
1757 border.
1758
1759 2020-01-10 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1760
1761 * gdb.multi/multi-target.exp (setup): Factor out "info
1762 connections" and "info inferiors" tests to ...
1763 (test_info_inferiors): ... this new procedure.
1764 (top level): Run new "info-inferiors" tests.
1765
1766 2020-01-10 Pedro Alves <palves@redhat.com>
1767
1768 * gdb.server/bkpt-other-inferior.exp: New file.
1769
1770 2020-01-10 Pedro Alves <palves@redhat.com>
1771
1772 * gdb.base/kill-detach-inferiors-cmd.exp: Adjust expected output
1773 of "add-inferior".
1774 * gdb.base/quit-live.exp: Likewise.
1775 * gdb.base/remote-exec-file.exp: Likewise.
1776 * gdb.guile/scm-progspace.exp: Likewise.
1777 * gdb.linespec/linespec.exp: Likewise.
1778 * gdb.mi/new-ui-mi-sync.exp: Likewise.
1779 * gdb.mi/user-selected-context-sync.exp: Likewise.
1780 * gdb.multi/multi-target.exp (setup): Add "info connection" and
1781 "info inferiors" tests.
1782 * gdb.multi/remove-inferiors.exp: Adjust expected output of
1783 "add-inferior".
1784 * gdb.multi/watchpoint-multi.exp: Likewise.
1785 * gdb.python/py-inferior.exp: Likewise.
1786 * gdb.server/extended-remote-restart.exp: Likewise.
1787 * gdb.threads/fork-plus-threads.exp: Adjust expected output of
1788 "info inferiors".
1789 * gdb.threads/forking-threads-plus-breakpoint.exp: Likewise.
1790 * gdb.trace/report.exp: Likewise.
1791
1792 2020-01-10 Pedro Alves <palves@redhat.com>
1793
1794 * gdb.multi/multi-target.c: New file.
1795 * gdb.multi/multi-target.exp: New file.
1796 * lib/gdbserver-support.exp (gdb_target_cmd): Handle "Non-stop
1797 mode requested, but remote does not support non-stop".
1798
1799 2020-01-10 Pedro Alves <palves@redhat.com>
1800
1801 * gdb.server/extended-remote-restart.exp (test_reload): Explicitly
1802 disconnect before reconnecting.
1803
1804 2020-01-10 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1805 Pedro Alves <palves@redhat.com>
1806
1807 * gdb.server/connect-without-multi-process.exp: Also test
1808 continuing to end.
1809
1810 2020-01-10 Pedro Alves <palves@redhat.com>
1811
1812 * gdb.base/remote-exec-file.exp: New file.
1813
1814 2020-01-10 Pedro Alves <palves@redhat.com>
1815
1816 * gdb.base/fork-running-state.exp (do_test): Adjust expected
1817 output.
1818 * gdb.threads/async.c: New.
1819 * gdb.threads/async.exp: New.
1820 * gdb.multi/tids-gid-reset.c: New.
1821 * gdb.multi/tids-gid-reset.exp: New.
1822
1823 2020-01-10 George Barrett <bob@bob131.so>
1824
1825 * gdb.base/stap-probe.c (relocation_marker): Add dummy variable
1826 to help in finding the image relocation offset.
1827 * gdb.base/stap-probe.exp (stap_test): Accept arbitrary compile
1828 options in arguments.
1829 (stap_test_no_debuginfo): Likewise.
1830 (stap-probe-nosem-noopt-pie, stap-probe-nosem-noopt-nopie): Add
1831 test variants.
1832 (stap_test): Add null semaphore relocation test.
1833
1834 2020-01-10 George Barrett <bob@bob131.so>
1835
1836 * gdb.base/stap-probe.c: Rename USE_PROBES to USE_SEMAPHORES.
1837 * gdb.base/stap-probe.exp: Likewise.
1838 (stap_test): Pass argument as an additional flag.
1839 (stap_test_no_debuginfo): Likewise.
1840 (stap_test): Check `info probes stap' output for semaphore
1841 addresses if the test binary is supposed to have them.
1842
1843 2020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
1844
1845 * gdb.tui/basic.exp: Add more scrolling tests.
1846
1847 2020-01-09 Tom Tromey <tom@tromey.com>
1848
1849 PR tui/18932:
1850 * lib/tuiterm.exp (Term::wait_for): Rename from _accept. Return a
1851 meangingful value.
1852 (Term::command, Term::resize): Update.
1853 * gdb.tui/basic.exp: Add scrolling test.
1854
1855 2020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
1856
1857 * gdb.tui/tui-layout-asm.exp: New file.
1858
1859 2020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
1860
1861 * lib/tuiterm.exp (Term::check_box_contents): New proc.
1862
1863 2020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
1864
1865 * lib/tuiterm.exp (Term::prepare_for_tui): New proc.
1866 (Term::enter_tui): Use Term::prepare_for_tui.
1867
1868 2020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
1869
1870 * lib/tuiterm.exp (Term::dump_screen): Always dump the screen when
1871 called.
1872
1873 2020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
1874
1875 * gdb.base/skip.exp: Fix race condition in test.
1876
1877 2020-01-06 Andrew Burgess <andrew.burgess@embecosm.com>
1878
1879 * gdb.base/backtrace.c: New file.
1880 * gdb.base/backtrace.exp: New file.
1881
1882 2020-01-05 Andrew Burgess <andrew.burgess@embecosm.com>
1883
1884 * gdb.tui/list.exp: Test 'focus next' after 'list main'.
1885
1886 2020-01-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1887
1888 * gdb.base/style.exp: Test that warnings are styled.
1889
1890 2019-12-29 Bernd Edlinger <bernd.edlinger@hotmail.de>
1891
1892 * gdb.base/line65535.exp: New file.
1893 * gdb.base/line65535.c: New file.
1894
1895 2019-12-27 Simon Marchi <simon.marchi@polymtl.ca>
1896
1897 * lib/ada.exp (gnat_runtime_has_debug_info): New proc.
1898 * lib/gnat_debug_info_test.adb: New file.
1899 * gdb.ada/ptype_tagged_param.exp: Use
1900 gnat_runtime_has_debug_info, expect a different output if
1901 runtime does not have debug info.
1902
1903 2019-12-20 Simon Marchi <simon.marchi@efficios.com>
1904
1905 * lib/sym-info-cmds.exp (GDBInfoSymbols::check_no_entry): Add
1906 (another) quote in test name.
1907
1908 2019-12-20 Simon Marchi <simon.marchi@efficios.com>
1909
1910 * lib/sym-info-cmds.exp (GDBInfoModuleSymbols::check_no_entry):
1911 Add quote in test name.
1912
1913 2019-12-20 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1914
1915 * gdb.cp/pass-by-ref.cc: Delete. Generated in the output
1916 directory instead.
1917 * gdb.cp/pass-by-ref.exp: Extend with more cases.
1918 * gdb.cp/pass-by-ref-2.cc: New file.
1919 * gdb.cp/pass-by-ref-2.exp: New file.
1920
1921 2019-12-20 Tom Tromey <tom@tromey.com>
1922
1923 * gdb.tui/list-before.exp: New file.
1924
1925 2019-12-20 Tom Tromey <tom@tromey.com>
1926
1927 * gdb.tui/list.exp: Check for source on initial listing.
1928
1929 2019-12-11 Tom Tromey <tromey@adacore.com>
1930
1931 * gdb.xml/tdesc-arch.exp (set_arch): Add "trans_mode" parameter.
1932 Add crlf test.
1933
1934 2019-12-18 Simon Marchi <simon.marchi@efficios.com>
1935
1936 * gdb.base/default.exp: Update value of $_gdb_major.
1937
1938 2019-12-17 Bernd Edlinger <bernd.edlinger@hotmail.de>
1939
1940 * gdb.base/skip.exp: Fix test failure observed with gcc-9.2.0.
1941
1942 2019-12-17 Bernd Edlinger <bernd.edlinger@hotmail.de>
1943
1944 * gdb.base/skip.exp: Whitespace fix.
1945
1946 2019-12-16 Bernd Edlinger <bernd.edlinger@hotmail.de>
1947
1948 * gdb.base/skip-inline.c: New file.
1949 * gdb.base/skip-inline.exp: New file.
1950
1951 2019-12-16 Simon Marchi <simon.marchi@polymtl.ca>
1952
1953 * gdb.base/jit-reader.exp (jit_reader_test): Rename
1954 jit_function_00 to jit_function_stack_mangle.
1955 * gdb.base/jithost.c (jit_function_t): Rename to...
1956 (jit_function_stack_mangle_t): ... this.
1957 (jit_function_add_t): New typedef.
1958 (jit_function_00_code): Rename to...
1959 (jit_function_stack_mangle_code): ... this, make static.
1960 (jit_function_add_code): New.
1961 (main): Generate "add" function and call it. Adjust to changes
1962 in jithost_abi.
1963 * gdb.base/jithost.h (struct jithost_abi_bounds): New.
1964 (struct jithost_abi) <begin, end>: Remove fields.
1965 <object, function_stack_mangle, function_add>: New fields.
1966 * gdb.base/jitreader.c (struct reader_state) <code_begin,
1967 code_end>: Remove fields.
1968 <func_stack_mangle>: New field.
1969 (read_debug_info): Adjust to renaming, create block for "add"
1970 function.
1971 (read_sp, unwind_frame, get_frame_id): Adjust to other changes.
1972
1973 2019-12-11 Tom Tromey <tom@tromey.com>
1974
1975 * gdb.tui/resize.exp: Fix regexp.
1976 * gdb.tui/regs.exp: Fix regexps.
1977 * gdb.tui/main.exp: Fix regexp.
1978
1979 2019-12-11 Tom Tromey <tom@tromey.com>
1980
1981 * gdb.tui/resize.exp: Update.
1982 * gdb.tui/empty.exp (layouts): Update.
1983
1984 2019-12-11 Tom Tromey <tom@tromey.com>
1985
1986 * gdb.tui/regs.exp: Update.
1987 * gdb.tui/empty.exp (layouts): Update.
1988 * gdb.tui/basic.exp: Update.
1989 * lib/tuiterm.exp (_check_box): Don't check bottom border.
1990
1991 2019-12-11 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1992
1993 * gdb.base/options.exp: Add -raw-values in the print completion list.
1994 * gdb.python/py-prettyprint.exp: Add tests for -raw-values.
1995
1996 2019-12-10 Kevin Buettner <kevinb@redhat.com>
1997
1998 * gdb.threads/omp-par-scope.c: New file.
1999 * gdb/threads/omp-par-scope.exp: New file.
2000
2001 2019-12-10 Kevin Buettner <kevinb@redhat.com>
2002
2003 * lib/gdb.exp (support_nested_function_tests): New proc.
2004
2005 2019-12-10 Kevin Buettner <kevinb@redhat.com>
2006
2007 * lib/gdb.exp (gdb_compile_openmp): New proc.
2008 (build_executable_from_specs): Add an "openmp" option.
2009 (gdb_compile_pthreads): Add non-executable case.
2010
2011 2019-12-10 Tom Tromey <tromey@adacore.com>
2012
2013 * gdb.ada/unchecked_union.exp: New file.
2014 * gdb.ada/unchecked_union/pck.adb: New file.
2015 * gdb.ada/unchecked_union/pck.ads: New file.
2016 * gdb.ada/unchecked_union/unchecked_union.adb: New file.
2017 * gdb-utils.exp (string_to_regexp): Also quote "?".
2018
2019 2019-12-10 George Barrett <bob@bob131.so>
2020
2021 Test scripted probe breakpoints.
2022 * gdb.guile/scm-breakpoint.c (main): Add probe point.
2023 * gdb.python/py-breakpoint.c (main): Likewise.
2024 * gdb.guile/scm-breakpoint.exp (test_bkpt_probe): Add probe
2025 specifier test.
2026 * gdb.python/py-breakpoint.exp (test_bkpt_probe): Likewise.
2027
2028 2019-12-09 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2029
2030 * gdb.cp/rvalue-ref-overload.cc (g): New function that takes
2031 an rvalue parameter.
2032 * gdb.cp/rvalue-ref-overload.exp: Test calling it with an lvalue
2033 parameter.
2034
2035 2019-12-09 Andrew Burgess <andrew.burgess@embecosm.com>
2036
2037 * gdb.mi/mi-fortran-modules.exp: Add patterns to skip system
2038 modules.
2039
2040 2019-12-09 Andrew Burgess <andrew.burgess@embecosm.com>
2041
2042 * gdb.fortran/derived-type-striding.exp: KFAIL if we are using a
2043 broken version of GCC.
2044
2045 2019-12-09 Andrew Burgess <andrew.burgess@embecosm.com>
2046
2047 * gdb.fortran/info-modules.exp: Rewrite to make use of new
2048 sym-info-cmds library.
2049 * gdb.fortran/info-types.exp: Likewise.
2050 * lib/sym-info-cmds.exp: New file.
2051
2052 2019-12-08 Tom de Vries <tdevries@suse.de>
2053
2054 * gdb.dwarf2/imported-unit.exp: Fix inter-CU references.
2055
2056 2019-12-07 Keith Seitz <keiths@redhat.com>
2057
2058 * gdb.base/corefile-buildid-shlib-shr.c: New file.
2059 * gdb.base/corefile-buildid-shlib.c: New file.
2060 * gdb.base/corefile-buildid.c: New file.
2061 * gdb.base/corefile-buildid.exp: New file.
2062
2063 2019-12-06 Tom de Vries <tdevries@suse.de>
2064
2065 * gdb.dwarf2/varval.exp: Add decl before def test.
2066
2067 2019-12-06 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2068
2069 * gdb.cp/rvalue-ref-overload.exp: Minor cleanup.
2070
2071 2019-12-06 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2072
2073 * gdb.cp/rvalue-ref-overload.cc: Add a case that involves both
2074 CV and reference conversion for overload resolution.
2075 * gdb.cp/rvalue-ref-overload.exp: Test it.
2076
2077 2019-12-06 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2078
2079 * gdb.threads/pthreads.exp: Test taas and tfaas without command.
2080 * gdb.base/frameapply.exp: Test faas without command.
2081
2082 2019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
2083
2084 * lib/gdb.exp (gdb_compile): Add -J compiler option when building
2085 Fortran tests.
2086 * gdb.mi/mi-fortran-modules.exp: Compile source files in correct
2087 order.
2088
2089 2019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
2090
2091 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): Handle
2092 casting to type with no kind specified.
2093 (test_basic_parsing_of_type_kinds): Additional tests for types
2094 with no kind specified, and add tests for single/double
2095 precision/complex types.
2096
2097 2019-12-04 Tom Tromey <tromey@adacore.com>
2098
2099 * gdb.base/endianity.c (struct other) <x>: New field.
2100 (main): Initialize it.
2101 * gdb.base/endianity.exp: Update.
2102
2103 2019-12-04 Tom Tromey <tromey@adacore.com>
2104
2105 * gdb.ada/scalar_storage/storage.adb: New file.
2106 * gdb.ada/scalar_storage/pck.adb: New file.
2107 * gdb.ada/scalar_storage/pck.ads: New file.
2108 * gdb.ada/scalar_storage.exp: New file.
2109
2110 2019-12-04 Tom Tromey <tromey@adacore.com>
2111
2112 * gdb.base/endianity.c (struct otherendian) <f>: New field.
2113 (main): Initialize it.
2114 * gdb.base/endianity.exp: Update.
2115
2116 2019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
2117
2118 * gdb.mi/mi-sym-info.exp: Add tests for -max-results parameter.
2119
2120 2019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
2121
2122 * gdb.mi/mi-fortran-modules.exp: Add additional tests for
2123 -symbol-info-module-functions and -symbol-info-module-variables.
2124
2125 2019-12-01 Andrew Burgess <andrew.burgess@embecosm.com>
2126
2127 * gdb.fortran/array-slices.exp: Add test for dynamic strings.
2128
2129 2019-12-01 Richard Bunt <richard.bunt@arm.com>
2130 Andrew Burgess <andrew.burgess@embecosm.com>
2131
2132 * gdb.fortran/derived-type-striding.exp: New file.
2133 * gdb.fortran/derived-type-striding.f90: New file.
2134 * gdb.fortran/array-slices.exp: New file.
2135 * gdb.fortran/array-slices.f90: New file.
2136
2137 2019-11-30 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2138
2139 * gdb.base/define.exp: Test . in command names.
2140 * gdb.base/setshow.exp: Update test, as . is now part of
2141 command name.
2142
2143 2019-11-30 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2144
2145 * gdb.base/define-prefix.exp: New file.
2146
2147 2019-11-28 Andrew Burgess <andrew.burgess@embecosm.com>
2148
2149 * lib/gdb.exp (skip_btrace_tests): Return 1 if the test fails to
2150 compile.
2151 (skip_btrace_pt_tests): Likewise.
2152
2153 2019-11-27 Andrew Burgess <andrew.burgess@embecosm.com>
2154
2155 * gdb.fortran/info-modules.exp: Compile source files in correct
2156 order.
2157
2158 2019-11-27 Kevin Buettner <kevinb@redhat.com>
2159
2160 * gdb.dwarf2/imported-unit.exp: New file.
2161 * gdb.dwarf2/imported-unit.c: New file.
2162
2163 2019-11-27 Andrew Burgess <andrew.burgess@embecosm.com>
2164
2165 * gdb.mi/mi-fortran-modules-2.f90: New file.
2166 * gdb.mi/mi-fortran-modules.exp: New file.
2167 * gdb.mi/mi-fortran-modules.f90: New file.
2168
2169 2019-11-27 Andrew Burgess <andrew.burgess@embecosm.com>
2170
2171 * gdb.mi/mi-sym-info-1.c: New file.
2172 * gdb.mi/mi-sym-info-2.c: New file.
2173 * gdb.mi/mi-sym-info.exp: New file.
2174
2175 2019-11-22 Tom Tromey <tromey@adacore.com>
2176
2177 * gdb.ada/tasks.exp: Add -ada-task-info regression test.
2178 * gdb.ada/tasks/foo.adb: Add another stopping location.
2179
2180 2019-11-21 Peeter Joot <peeter.joot@lzlabs.com>
2181
2182 * gdb.base/endianity.c: New test.
2183 * gdb.base/endianity.exp: New file.
2184
2185 2019-11-21 Lukas Durfina <ldurfina@tachyum.com>
2186
2187 * gdb.arch/amd64-eval.exp: Skip test if target is not x86-64.
2188
2189 2019-11-21 Tom de Vries <tdevries@suse.de>
2190
2191 PR gdb/24956
2192 * gdb.base/ui-redirect.exp: Test output of user-defined command.
2193
2194 2019-11-20 Sergio Durigan Junior <sergiodj@redhat.com>
2195
2196 * gdb.python/py-progspace.exp: Add missing parentheses on some
2197 'print' commands.
2198
2199 2019-11-19 Tom Tromey <tom@tromey.com>
2200
2201 * gdb.tui/winheight.exp: New file.
2202
2203 2019-11-19 Andrew Burgess <andrew.burgess@embecosm.com>
2204
2205 * gdb.base/ctf-whatis.c: Delete.
2206 * gdb.base/ctf-whatis.exp: Delete.
2207 * gdb.base/whatis.exp: Rewrite to compile as both dwarf and ctf.
2208
2209 2019-11-19 Andrew Burgess <andrew.burgess@embecosm.com>
2210
2211 * gdb.base/ctf-cvexpr.exp: Delete.
2212 * gdb.base/cvexpr.exp: Rewrite to compile as both dwarf and ctf.
2213
2214 2019-11-19 Andrew Burgess <andrew.burgess@embecosm.com>
2215
2216 * gdb.base/ctf-constvars.exp: Skip test if CTF is not supported in
2217 the compiler. Clean up header comment a little.
2218 * gdb.base/ctf-ptype.exp: Likewise.
2219 * gdb.base/ctf-whatis.exp: Likewise.
2220 * lib/gdb.exp (skip_ctf_tests): New proc.
2221
2222 2019-11-18 Sergio Durigan Junior <sergiodj@redhat.com>
2223
2224 https://bugzilla.redhat.com/show_bug.cgi?id=1765117
2225 * gdb.tui/corefile-run.exp: New file.
2226
2227 2019-11-14 Tom Tromey <tromey@adacore.com>
2228
2229 * gdb.base/gdbvars.exp (test_convenience_variables): Add
2230 regression tests.
2231
2232 2019-11-12 Tom Tromey <tom@tromey.com>
2233
2234 * lib/tuiterm.exp (_accept): Add wait_for parameter. Check output
2235 after any command. Expect prompt after WAIT_FOR is seen.
2236 (enter_tui): Enable resize messages.
2237 (command): Expect command in output.
2238 (get_line): Avoid error when cursor appears to be off-screen.
2239 (dump_screen): Include screen size in title.
2240 (_do_resize): New proc, from "resize".
2241 (resize): Rewrite. Do resize in two steps.
2242 * gdb.tui/empty.exp (layouts): Fix entries.
2243 (check_boxes): Remove xfail.
2244 (check_text): Dump screen on failure.
2245
2246 2019-11-10 Andrew Burgess <andrew.burgess@embecosm.com>
2247
2248 * gdb.python/py-symbol.exp: Add test for
2249 gdb.lookup_static_symbols.
2250
2251 2019-11-10 Andrew Burgess <andrew.burgess@embecosm.com>
2252
2253 * gdb.python/py-symbol.c: Declare and call function from new
2254 py-symbol-2.c file.
2255 * gdb.python/py-symbol.exp: Compile both source files, and add new
2256 tests for gdb.lookup_static_symbol.
2257 * gdb.python/py-symbol-2.c: New file.
2258
2259 2019-11-02 Tom de Vries <tdevries@suse.de>
2260
2261 * gdb.base/advance.exp: Drop superfluous 3rd argument to gdb_test.
2262 * gdb.base/anon.exp: Same.
2263 * gdb.base/auto-connect-native-target.exp: Same.
2264 * gdb.base/call-ar-st.exp: Same.
2265 * gdb.base/catch-syscall.exp: Same.
2266 * gdb.base/commands.exp: Same.
2267 * gdb.base/default.exp: Same.
2268 * gdb.base/display.exp: Same.
2269 * gdb.base/float.exp: Same.
2270 * gdb.base/foll-fork.exp: Same.
2271 * gdb.base/help.exp: Same.
2272 * gdb.base/info-macros.exp: Same.
2273 * gdb.base/info-proc.exp: Same.
2274 * gdb.base/info-target.exp: Same.
2275 * gdb.base/long_long.exp: Same.
2276 * gdb.base/macscp.exp: Same.
2277 * gdb.base/memattr.exp: Same.
2278 * gdb.base/nofield.exp: Same.
2279 * gdb.base/pointers.exp: Same.
2280 * gdb.base/printcmds.exp: Same.
2281 * gdb.base/ptype.exp: Same.
2282 * gdb.base/restore.exp: Same.
2283 * gdb.base/return.exp: Same.
2284 * gdb.base/scope.exp: Same.
2285 * gdb.base/set-noassign.exp: Same.
2286 * gdb.base/setshow.exp: Same.
2287 * gdb.base/shlib-call.exp: Same.
2288 * gdb.base/signals.exp: Same.
2289 * gdb.base/sigstep.exp: Same.
2290 * gdb.base/skip.exp: Same.
2291 * gdb.base/solib-symbol.exp: Same.
2292 * gdb.base/stap-probe.exp: Same.
2293 * gdb.base/step-line.exp: Same.
2294 * gdb.base/step-test.exp: Same.
2295 * gdb.base/style.exp: Same.
2296 * gdb.base/varargs.exp: Same.
2297 * gdb.base/vla-datatypes.exp: Same.
2298 * gdb.base/vla-ptr.exp: Same.
2299 * gdb.base/vla-sideeffect.exp: Same.
2300 * gdb.base/volatile.exp: Same.
2301 * gdb.base/watch-cond-infcall.exp: Same.
2302 * gdb.base/watchpoint.exp: Same.
2303
2304 2019-11-02 Tom de Vries <tdevries@suse.de>
2305
2306 * gdb.cp/anon-union.exp: Drop superfluous 3rd argument to gdb_test.
2307 * gdb.cp/cpexprs.exp: Same.
2308 * gdb.cp/except-multi-location.exp: Same.
2309 * gdb.cp/exceptprint.exp: Same.
2310 * gdb.cp/gdb2384.exp: Same.
2311 * gdb.cp/inherit.exp: Same.
2312 * gdb.cp/m-static.exp: Same.
2313 * gdb.cp/meth-typedefs.exp: Same.
2314 * gdb.cp/misc.exp: Same.
2315 * gdb.cp/namespace.exp: Same.
2316 * gdb.cp/non-trivial-retval.exp: Same.
2317 * gdb.cp/overload.exp: Same.
2318 * gdb.cp/pr17132.exp: Same.
2319 * gdb.cp/re-set-overloaded.exp: Same.
2320 * gdb.cp/rvalue-ref-types.exp: Same.
2321 * gdb.cp/templates.exp: Same.
2322
2323 2019-11-01 Luis Machado <luis.machado@linaro.org>
2324
2325 PR gdb/25124
2326
2327 * gdb.arch/pr25124.S: New file.
2328 * gdb.arch/pr25124.exp: New file.
2329
2330 2019-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
2331
2332 * gdb.fortran/info-modules.exp: Update expected results, and add
2333 additional tests for 'info module functinos', and 'info module
2334 variables'.
2335 * gdb.fortran/info-types.exp: Update expected results.
2336 * gdb.fortran/info-types.f90: Extend testcase with additional
2337 module variables and functions.
2338
2339 2019-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
2340
2341 * gdb.fortran/info-modules.exp: New file.
2342 * gdb.fortran/info-types.exp: Build with new file.
2343 * gdb.fortran/info-types.f90: Include and use new module.
2344 * gdb.fortran/info-types-2.f90: New file.
2345
2346 2019-10-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2347
2348 * gdb.base/setshow.exp: Test $_gdb_setting and $_gdb_setting_str.
2349 * gdb.base/settings.exp: Test all settings types using
2350 $_gdb_maint_setting and $_gdb_maint_setting_str in proc_show_setting,
2351 that now verifies that the value of "maint show" is the same as
2352 returned by the settings functions. Test the type of the
2353 maintenance settings.
2354 * gdb.base/default.exp: Update show_conv_list.
2355
2356 2019-10-31 Tom de Vries <tdevries@suse.de>
2357
2358 * gdb.arch/amd64-disp-step-avx.exp: Drop superfluous 3rd argument to
2359 gdb_test.
2360 * gdb.arch/amd64-disp-step.exp: Same.
2361 * gdb.asm/asm-source.exp: Same.
2362 * gdb.btrace/buffer-size.exp: Same.
2363 * gdb.btrace/cpu.exp: Same.
2364 * gdb.btrace/enable.exp: Same.
2365 * gdb.dwarf2/count.exp: Same.
2366 * gdb.dwarf2/dw2-ranges-func.exp: Same.
2367 * gdb.dwarf2/dw2-ranges-psym.exp: Same.
2368 * gdb.fortran/vla-datatypes.exp: Same.
2369 * gdb.fortran/vla-history.exp: Same.
2370 * gdb.fortran/vla-ptype.exp: Same.
2371 * gdb.fortran/vla-value.exp: Same.
2372 * gdb.fortran/whatis_type.exp: Same.
2373 * gdb.guile/guile.exp: Same.
2374 * gdb.multi/tids.exp: Same.
2375 * gdb.python/py-finish-breakpoint.exp: Same.
2376 * gdb.python/py-framefilter.exp: Same.
2377 * gdb.python/py-pp-registration.exp: Same.
2378 * gdb.python/py-xmethods.exp: Same.
2379 * gdb.python/python.exp: Same.
2380 * gdb.server/connect-with-no-symbol-file.exp: Same.
2381 * gdb.server/no-thread-db.exp: Same.
2382 * gdb.server/run-without-local-binary.exp: Same.
2383 * gdb.stabs/weird.exp: Same.
2384 * gdb.threads/attach-many-short-lived-threads.exp: Same.
2385 * gdb.threads/thread-find.exp: Same.
2386 * gdb.threads/tls-shared.exp: Same.
2387 * gdb.threads/tls.exp: Same.
2388 * gdb.threads/wp-replication.exp: Same.
2389 * gdb.trace/ax.exp: Same.
2390 * lib/gdb.exp (gdb_test_exact, help_test_raw): Same.
2391
2392 2019-10-31 Tom de Vries <tdevries@suse.de>
2393
2394 * gdb.ada/array_bounds.exp: Drop superfluous 3rd argument to gdb_test.
2395 * gdb.ada/array_subscript_addr.exp: Same.
2396 * gdb.ada/arrayidx.exp: Same.
2397 * gdb.ada/arrayparam.exp: Same.
2398 * gdb.ada/arrayptr.exp: Same.
2399 * gdb.ada/boolean_expr.exp: Same.
2400 * gdb.ada/call_pn.exp: Same.
2401 * gdb.ada/complete.exp: Same.
2402 * gdb.ada/fixed_cmp.exp: Same.
2403 * gdb.ada/fun_addr.exp: Same.
2404 * gdb.ada/funcall_param.exp: Same.
2405 * gdb.ada/interface.exp: Same.
2406 * gdb.ada/mod_from_name.exp: Same.
2407 * gdb.ada/null_array.exp: Same.
2408 * gdb.ada/packed_array.exp: Same.
2409 * gdb.ada/packed_tagged.exp: Same.
2410 * gdb.ada/print_chars.exp: Same.
2411 * gdb.ada/print_pc.exp: Same.
2412 * gdb.ada/ptype_arith_binop.exp: Same.
2413 * gdb.ada/ptype_field.exp: Same.
2414 * gdb.ada/ptype_tagged_param.exp: Same.
2415 * gdb.ada/rec_return.exp: Same.
2416 * gdb.ada/ref_tick_size.exp: Same.
2417 * gdb.ada/str_ref_cmp.exp: Same.
2418 * gdb.ada/taft_type.exp: Same.
2419 * gdb.ada/tagged.exp: Same.
2420 * gdb.ada/type_coercion.exp: Same.
2421 * gdb.ada/uninitialized_vars.exp: Same.
2422
2423 2019-10-30 Tom de Vries <tdevries@suse.de>
2424
2425 * lib/gdb.exp (gdb_test_multiple): Handle -early pattern flag.
2426
2427 2019-10-26 Tom de Vries <tdevries@suse.de>
2428
2429 * gdb.base/bigcore.c: Fix typos in comments.
2430 * gdb.base/ctf-ptype.c: Same.
2431 * gdb.base/long_long.c: Same.
2432 * gdb.dwarf2/dw2-op-out-param.S: Same.
2433 * gdb.python/py-evthreads.c: Same.
2434 * gdb.reverse/i387-stack-reverse.c: Same.
2435 * gdb.trace/tfile.c: Same.
2436 * lib/compiler.c: Same.
2437 * lib/compiler.cc: Same.
2438
2439 2019-10-25 Tom de Vries <tdevries@suse.de>
2440
2441 * gdb.reverse/sigall-precsave.exp: Use -wrap and $gdb_test_name in
2442 gdb_test_multiple calls.
2443 * gdb.reverse/sigall-reverse.exp: Same.
2444 * gdb.reverse/solib-precsave.exp: Same.
2445 * gdb.reverse/solib-reverse.exp: Same.
2446 * gdb.reverse/until-precsave.exp: Same.
2447 * gdb.reverse/until-reverse.exp: Same.
2448
2449 2019-10-24 Tom de Vries <tdevries@suse.de>
2450
2451 * lib/gdb.exp (gdb_test_multiple): Add -wrap pattern flag.
2452 * gdb.reverse/step-precsave.exp: Rewrite gdb_test_multiple containing
2453 kfail using -wrap pattern flag and convenience variable
2454 gdb_test_name.
2455
2456 2019-10-24 Andrew Burgess <andrew.burgess@embecosm.com>
2457
2458 * gdb.python/py-progspace.exp: Add tests for the
2459 Progspace.block_for_pc method.
2460
2461 2019-10-23 Tom Tromey <tom@tromey.com>
2462
2463 * configure: Rebuild.
2464 * aclocal.m4: Use m4_include, not sinclude.
2465
2466 2019-10-21 Tom de Vries <tdevries@suse.de>
2467
2468 * gdb.base/infcall-nested-structs.c: Add
2469 __attribute__((noinline,noclone)) to all functions.
2470 (call_all): Add missing variable initialization. Simplify return value.
2471 (breakpt): Increment volatile variable, to prevent call from being
2472 optimized out.
2473 * gdb.base/infcall-nested-structs.exp: Compile with -O2.
2474
2475 2019-10-17 Tom de Vries <tdevries@suse.de>
2476
2477 * gdb.fortran/module.exp: Allow info variables to print info for files
2478 other than module.f90.
2479
2480 2019-10-16 Andrew Burgess <andrew.burgess@embecosm.com>
2481
2482 * gdb.fortran/module.exp: Extend with 'info variables' test.
2483
2484 2019-10-16 Andrew Burgess <andrew.burgess@embecosm.com>
2485
2486 * boards/cc-with-tweaks.exp: Setup F90_FOR_TARGET and
2487 F77_FOR_TARGET.
2488
2489 2019-10-16 Tom de Vries <tdevries@suse.de>
2490
2491 PR tdep/25096
2492 * gdb.base/infcall-nested-structs.exp: Remove PR25096 KFAILs.
2493
2494 2019-10-16 Tom de Vries <tdevries@suse.de>
2495
2496 PR tdep/24104
2497 * gdb.base/infcall-nested-structs.exp: Remove XFAIL for PR tdep/24104.
2498 Add KFAIL for PR tdep/25096.
2499
2500 2019-10-16 Tom de Vries <tdevries@suse.de>
2501
2502 PR testsuite/25059
2503 * gdb.cp/local-static.exp (do_test): Add xfails for gcc PR debug/55541.
2504
2505 2019-10-16 Tom de Vries <tdevries@suse.de>
2506
2507 * gdb.base/jit-reader.exp: Allow non-pointer registers to be printed
2508 as signed.
2509
2510 2019-10-14 Simon Marchi <simon.marchi@polymtl.ca>
2511
2512 * gdb.mi/list-thread-groups-available.exp: Read entries one by
2513 one instead of increasing timeout.
2514
2515 2019-10-13 Tom de Vries <tdevries@suse.de>
2516
2517 PR record/25038
2518 * gdb.reverse/sigall-precsave.exp: Add PR record/25038 KFAIL.
2519 * gdb.reverse/sigall-reverse.exp: Same.
2520 * gdb.reverse/solib-precsave.exp: Same.
2521 * gdb.reverse/solib-reverse.exp: Same.
2522 * gdb.reverse/step-precsave.exp: Same.
2523 * gdb.reverse/until-precsave.exp: Same.
2524 * gdb.reverse/until-reverse.exp: Same.
2525 * lib/gdb.exp (gdb_continue_to_breakpoint): Same.
2526
2527 2019-10-10 Andreas Arnez <arnez@linux.ibm.com>
2528
2529 * gdb.base/infcall-nested-structs.c (cmp_struct_02_01)
2530 (cmp_struct_02_02, cmp_struct_04_01, cmp_struct_04_02)
2531 (cmp_struct_05_01, cmp_struct_static_02_01)
2532 (cmp_struct_static_04_01, cmp_struct_static_06_01): Fix redundant
2533 comparisons.
2534
2535 2019-10-10 Tom de Vries <tdevries@suse.de>
2536
2537 PR testsuite/24888
2538 * lib/ada.exp (target_compile_ada_from_dir): Route -pie/-no-pie to
2539 gnatlink.
2540
2541 2019-10-09 Tom de Vries <tdevries@suse.de>
2542
2543 PR testsuite/25048
2544 * gdb.rust/simple.exp: Add xfails for incorrect DWARF.
2545
2546 2019-10-07 Andrew Burgess <andrew.burgess@embecosm.com>
2547
2548 * gdb.ada/catch_ex_std.exp: Handle being unabled to catch Ada
2549 exceptions due to missing debug information.
2550
2551 2019-10-07 Tom de Vries <tdevries@suse.de>
2552
2553 * gdb.base/default.exp: Expect _gdb_major/_gdb_minor to be 9.1.
2554
2555 2019-10-07 Andrew Burgess <andrew.burgess@embecosm.com>
2556
2557 * lib/gdb.exp (gdb_test_multiple): Add gdb_test_name mechanism.
2558 * gdb.base/annota1.exp: Update to use gdb_test_name.
2559
2560 2019-10-07 Weimin Pan <weimin.pan@oracle.com>
2561
2562 * gdb.base/ctf-whatis.exp: New file.
2563 * gdb.base/ctf-whatis.c: New file.
2564 * gdb.base/ctf-ptype.exp: New file.
2565 * gdb.base/ctf-ptype.c: New file.
2566 * gdb.base/ctf-constvars.exp: New file.
2567 * gdb.base/ctf-constvars.c: New file.
2568 * gdb.base/ctf-cvexpr.exp: New file.
2569
2570 2019-10-04 Tom de Vries <tdevries@suse.de>
2571
2572 * gdb.cp/local-static.c (main): Move declaration of int i out of the
2573 for loop.
2574
2575 2019-10-03 Tom Tromey <tom@tromey.com>
2576
2577 PR rust/24976:
2578 * gdb.rust/simple.rs (Union2): New type.
2579 (main): Use Union2.
2580 * gdb.rust/simple.exp: Add test.
2581
2582 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
2583
2584 * gdb.fortran/nested-funcs-2.exp: Run tests with and without the
2585 nested function prefix.
2586
2587 2019-10-03 Bernhard Heckel <bernhard.heckel@intel.com>
2588 Richard Bunt <richard.bunt@arm.com>
2589 Andrew Burgess <andrew.burgess@embecosm.com>
2590
2591 * gdb.fortran/nested-funcs.exp: Tests for placing breakpoints on
2592 nested functions.
2593 * gdb.fortran/nested-funcs.f90: Update expected results.
2594 * gdb.fortran/nested-funcs-2.exp: New file.
2595 * gdb.fortran/nested-funcs-2.f90: New file.
2596
2597 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
2598
2599 * gdb.python/py-parameter.exp: Make test names unique.
2600 * gdb.python/py-template.exp: Likewise.
2601 * gdb.python/py-value.exp: Likewise.
2602
2603 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
2604
2605 * gdb.base/break-interp.exp: Reduce test name duplication.
2606 * gdb.base/call-sc.exp: Likewise.
2607 * gdb.base/callfuncs.exp: Likewise.
2608 * gdb.base/charset.exp: Likewise.
2609 * gdb.base/dump.exp: Likewise.
2610 * gdb.base/ena-dis-br.exp: Likewise.
2611 * gdb.base/relational.exp: Likewise.
2612 * gdb.base/step-over-syscall.exp: Likewise.
2613 * gdb.base/structs.exp: Likewise.
2614
2615 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
2616
2617 * gdb.linespec/explicit.exp: Make test names unique.
2618 * gdb.linespec/ls-errs.exp: Likewise.
2619
2620 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
2621
2622 * gdb.reverse/break-precsave.exp: Make test names unique.
2623 * gdb.reverse/break-reverse.exp: Likewise.
2624 * gdb.reverse/finish-precsave.exp: Likewise.
2625 * gdb.reverse/finish-reverse.exp: Likewise.
2626 * gdb.reverse/machinestate-precsave.exp: Likewise.
2627 * gdb.reverse/machinestate.exp: Likewise.
2628 * gdb.reverse/readv-reverse.exp: Likewise.
2629 * gdb.reverse/recvmsg-reverse.exp: Likewise.
2630 * gdb.reverse/sigall-precsave.exp: Likewise.
2631 * gdb.reverse/sigall-reverse.exp: Likewise.
2632 * gdb.reverse/step-indirect-call-thunk.exp: Likewise.
2633 * gdb.reverse/watch-precsave.exp: Likewise.
2634 * gdb.reverse/watch-reverse.exp: Likewise.
2635
2636 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
2637
2638 * gdb.threads/stop-with-handle.c: New file.
2639 * gdb.threads/stop-with-handle.exp: New file.
2640
2641 2019-10-03 Tom de Vries <tdevries@suse.de>
2642
2643 PR testsuite/25059
2644 * gdb.base/list-missing-source.exp: Allowing the "Compilation
2645 directory" line to be missing.
2646
2647 2019-10-03 Tom de Vries <tdevries@suse.de>
2648
2649 PR testsuite/25059
2650 * gdb.base/info-types.exp: Make the presence of the 'unsigned int'
2651 type optional.
2652
2653 2019-10-02 Andreas Arnez <arnez@linux.ibm.com>
2654
2655 * gdb.python/py-format-string.c (string.h): New include.
2656 (main): Fill a_struct_with_union.the_union.an_int with bytes of
2657 the same value, for endianness-independence.
2658 * gdb.python/py-format-string.exp (default_regexp_dict)
2659 (test_pretty_structs, test_format): Adjust expected output to the
2660 changed initialization.
2661
2662 2019-10-02 Tom Tromey <tromey@adacore.com>
2663
2664 * gdb.ada/catch_ex_std.exp: Add $_ada_exception test.
2665
2666 2019-10-02 Pedro Alves <palves@redhat.com>
2667 Andrew Burgess <andrew.burgess@embecosm.com>
2668
2669 * gdb.base/print-file-var-lib1.c: Include <stdio.h> and
2670 "print-file-var.h".
2671 (this_version_id) Use ATTRIBUTE_VISIBILITY.
2672 (get_version_1): Print this_version_id and its address.
2673 Add extern "C" wrappers around interface functions.
2674 * gdb.base/print-file-var-lib2.c: Include <stdio.h> and
2675 "print-file-var.h".
2676 (this_version_id) Use ATTRIBUTE_VISIBILITY.
2677 (get_version_2): Print this_version_id and its address.
2678 Add extern "C" wrappers around interface functions.
2679 * gdb.base/print-file-var-main.c: Include <dlfcn.h>, <assert.h>,
2680 <stddef.h> and "print-file-var.h".
2681 Add extern "C" wrappers around interface functions.
2682 [VERSION_ID_MAIN] (this_version_id): Define.
2683 (main): Define v0. Use dlopen if SHLIB_NAME is defined.
2684 * gdb.base/print-file-var.h: Add some #defines to simplify setting
2685 up extern "C" blocks.
2686 * gdb.base/print-file-var.exp (test): New, factored out from top
2687 level.
2688 (top level): Test all combinations of attribute hidden or not,
2689 dlopen or not, and this_version_id symbol in main file or not.
2690 Compile tests as both C++ and C, make test names unique.
2691
2692 2019-10-01 Tom Tromey <tom@tromey.com>
2693
2694 * gdb.base/style.exp: Test "show logging filename".
2695
2696 2019-10-01 Tom Tromey <tom@tromey.com>
2697
2698 * lib/gdb-utils.exp (style): Handle "metadata" argument.
2699 * gdb.base/style.exp: Add metadata style test.
2700
2701 2019-10-01 Tom Tromey <tom@tromey.com>
2702
2703 * gdb.base/style.exp: Test "pwd".
2704
2705 2019-10-01 Tom Tromey <tom@tromey.com>
2706
2707 * gdb.base/style.exp: Update tests.
2708
2709 2019-10-01 Andreas Arnez <arnez@linux.ibm.com>
2710
2711 * gdb.base/pretty-print.c (struct s1_t): Change fields 'three' and
2712 'six' to unsigned.
2713 (s1): Initialize fields 'four' and 'six' instead of 'three' and
2714 'five'. Use an all-ones bit pattern for each.
2715 * gdb.base/pretty-print.exp: Adjust expected output of "print s1"
2716 to its changed values.
2717
2718 2019-09-30 Tom Tromey <tromey@adacore.com>
2719
2720 * gdb.rust/traits.rs: Disable all warnings.
2721
2722 2019-09-29 Tom de Vries <tdevries@suse.de>
2723
2724 * gdb.dwarf2/gdb-index.exp: Handle new location of .dwz file.
2725
2726 2019-09-29 Tom de Vries <tdevries@suse.de>
2727
2728 * gdb.dwarf2/gdb-index.exp: Use with_test_prefix for second objcopy.
2729
2730 2019-09-27 Tom de Vries <tdevries@suse.de>
2731
2732 * gdb.reverse/step-precsave.exp: Add missing $gdb_prompt in regexps.
2733
2734 2019-09-27 Tom de Vries <tdevries@suse.de>
2735
2736 PR record/23188
2737 * gdb.reverse/step-precsave.exp: Add kfail for PR record/23188.
2738
2739 2019-09-26 Tom Tromey <tromey@adacore.com>
2740
2741 * gdb.ada/py_taft.exp: New file.
2742 * gdb.ada/py_taft/main.adb: New file.
2743 * gdb.ada/py_taft/pkg.adb: New file.
2744 * gdb.ada/py_taft/pkg.ads: New file.
2745
2746 2019-09-24 Tom de Vries <tdevries@suse.de>
2747
2748 PR gdb/24598
2749 * gdb.arch/amd64-init-x87-values.exp: Add xfail.
2750
2751 2019-09-22 Tom de Vries <tdevries@suse.de>
2752
2753 * gdb.base/restore.exp: Allow register variables to be optimized out at
2754 -O0.
2755
2756 2019-09-20 Ulrich Weigand <uweigand@de.ibm.com>
2757
2758 * gdb.arch/spu-info.exp: Remove file.
2759 * gdb.arch/spu-info.c: Remove file.
2760 * gdb.arch/spu-ls.exp: Remove file.
2761 * gdb.arch/spu-ls.c: Remove file.
2762
2763 * gdb.asm/asm-source.exp: Remove support for spu*-*-*.
2764 * gdb.asm/spu.inc: Remove file.
2765
2766 * gdb.base/dump.exp: Remove support for spu*-*-*.
2767 * gdb.base/stack-checking.exp: Likewise.
2768 * gdb.base/overlays.exp: Likewise.
2769 * gdb.base/ovlymgr.c: Likewise.
2770 * gdb.base/spu.ld: Remove file.
2771
2772 * gdb.cp/bs15503.exp: Remove support for spu*-*-*.
2773 * gdb.cp/cpexprs.exp: Likewise.
2774 * gdb.cp/exception.exp: Likewise.
2775 * gdb.cp/gdb2495.exp: Likewise.
2776 * gdb.cp/mb-templates.exp: Likewise.
2777 * gdb.cp/pr9167.exp: Likewise.
2778 * gdb.cp/userdef.exp: Likewise.
2779
2780 * gdb.xml/tdesc-regs.exp: Remove support for spu*-*-*.
2781
2782 * gdb.cell: Remove directory.
2783 * lib/cell.exp: Remove file.
2784
2785 2019-09-19 Tom de Vries <tdevries@suse.de>
2786
2787 * lib/gdb.exp (gdb_test): Eliminate "^FOOBAR$" pattern.
2788
2789 2019-09-19 Tom de Vries <tdevries@suse.de>
2790
2791 * lib/gdbserver-support.exp (gdb_target_cmd): Fix argument passing.
2792
2793 2019-09-19 Tom de Vries <tdevries@suse.de>
2794
2795 * lib/gdbserver-support.exp (gdb_target_cmd_ext): Return 2 (meaning
2796 UNSUPPORTED) for 'Network is unreachable' message. Factor out of ...
2797 (gdb_target_cmd): ... here.
2798 * gdb.server/server-connect.exp: Use gdb_target_cmd_ext, handle return
2799 value 2.
2800
2801 2019-09-18 Andrew Burgess <andrew.burgess@embecosm.com>
2802
2803 * gdb.base/source-dir.exp: Avoid having directory names in test
2804 names.
2805
2806 2019-09-17 Andrew Burgess <andrew.burgess@embecosm.com>
2807
2808 * gdb.base/source-dir.exp: Add extra test for mapped compilation
2809 directory.
2810
2811 2019-09-17 Andrew Burgess <andrew.burgess@embecosm.com>
2812
2813 * gdb.base/list-missing-source.exp: New file.
2814
2815 2019-09-14 Tom de Vries <tdevries@suse.de>
2816
2817 PR teststuite/24599
2818 * gdb.ada/rename_subscript_param.exp: Require gnatmake 8.
2819 * lib/ada.exp (gnatmake_version_at_least): New proc.
2820
2821 2019-09-12 Andrew Burgess <andrew.burgess@embecosm.com>
2822
2823 * gdb.base/maint.exp: Use exec_has_index_section.
2824
2825 2019-09-12 Andrew Burgess <andrew.burgess@embecosm.com>
2826
2827 * gdb.base/maint.exp: Add test for 'maint info sections'.
2828
2829 2019-09-12 Tom de Vries <tdevries@suse.de>
2830
2831 * gdb.base/store.exp: Allow register variables to be optimized out at
2832 -O0.
2833
2834 2019-09-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2835
2836 * gdb.ada/rdv_wait.exp: Update to new task names.
2837 * gdb.base/task_switch_in_core.exp: Likewise.
2838 * gdb.base/info_sources_base.c: Likewise.
2839
2840 2019-09-10 Tom Tromey <tromey@adacore.com>
2841
2842 * boards/cc-with-tweaks.exp: Set GNATMAKE_FOR_TARGET.
2843
2844 2019-09-10 Tom Tromey <tromey@adacore.com>
2845
2846 * gdb.ada/dgopt.exp: New file.
2847 * gdb.ada/dgopt/x.adb: New file.
2848
2849 2019-09-08 Tom Tromey <tom@tromey.com>
2850
2851 * gdb.tui/resize.exp: Remove setup_xfail.
2852 * gdb.tui/regs.exp: Remove setup_xfail.
2853 * gdb.tui/basic.exp: Remove setup_xfail.
2854
2855 2019-09-06 David Blaikie <dblaikie@gmail.com>
2856
2857 * gdb.base/label.exp: un-XFAIL label related tests under Clang.
2858 * gdb.cp/cplabel.exp: Ditto.
2859 * gdb.linespec/ls-errs.exp: Ditto.
2860
2861 2019-09-05 Tom de Vries <tdevries@suse.de>
2862
2863 * lib/gdb.exp (cmp_file_string): New proc.
2864 * gdb.base/ui-redirect.exp: Replace "gdb_breakpoint main" with
2865 runto_main. Verify save breakpoints output.
2866
2867 2019-09-04 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2868
2869 * gdb.base/info-var.exp: Test info variables without running
2870 to main, to avoid expect's buffer overflow.
2871
2872 2019-09-03 Tom Tromey <tromey@adacore.com>
2873
2874 * gdb.ada/bias.exp: New file.
2875 * gdb.ada/bias/bias.adb: New file.
2876 * gdb.ada/print_chars.exp: Add regression test.
2877 * gdb.ada/print_chars/foo.adb (My_Character): New type.
2878 (MC): New variable.
2879
2880 2019-08-29 Sandra Loosemore <sandra@codesourcery.com>
2881
2882 * gdb.base/argv0-symlink.exp: Run only on native target
2883 and local host.
2884
2885 2019-08-29 Tom de Vries <tdevries@suse.de>
2886
2887 * gdb.fortran/info-types.exp: Fix gdb_test regexp to allow more
2888 diverse debug info.
2889 * lib/fortran.exp (fortran_int8): New proc, based on fortran_int4.
2890
2891 2019-08-28 Tom de Vries <tdevries@suse.de>
2892
2893 * gdb.base/info-var.exp: Allow info variables to print info for files
2894 other than info-var-f1.c and info-var-f2.c.
2895
2896 2019-08-28 Andrew Burgess <andrew.burgess@embecosm.com>
2897
2898 * gdb.fortran/info-types.exp: Add module.
2899 * gdb.fortran/info-types.f90: Update expected results.
2900
2901 2019-08-28 Andrew Burgess <andrew.burgess@embecosm.com>
2902
2903 * gdb.fortran/info-types.exp: New file.
2904 * gdb.fortran/info-types.f90: New file.
2905 * lib/fortran.exp (fortran_character1): New proc.
2906
2907 2019-08-27 Andrew Burgess <andrew.burgess@embecosm.com>
2908
2909 * gdb.base/info-fun.exp: Extend to test the -n flag for 'info
2910 functions'. Reindent as needed.
2911 * gdb.base/info-var-f1.c: New file.
2912 * gdb.base/info-var-f2.c: New file.
2913 * gdb.base/info-var.exp: New file.
2914 * gdb.base/info-var.h: New file.
2915
2916 2019-08-26 Tom de Vries <tdevries@suse.de>
2917
2918 PR c++/24852
2919 * gdb.cp/no-libstdcxx-probe.exp: New test.
2920
2921 2019-08-26 Tom de Vries <tdevries@suse.de>
2922
2923 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt): Return 1 if probe
2924 * tests need to be skipped.
2925 * gdb.cp/exceptprint.exp: Update call to skip_libstdcxx_probe_tests.
2926 * gdb.mi/mi-catch-cpp-exceptions.exp: Update call to
2927 mi_skip_libstdcxx_probe_tests.
2928
2929 2019-08-26 Sergio Durigan Junior <sergiodj@redhat.com>
2930
2931 * gdb.python/py-xmethods.exp: Use raw strings when passing
2932 arguments to SimpleXMethodMatcher.
2933
2934 2019-08-22 Tom de Vries <tdevries@suse.de>
2935
2936 * gdb.multi/multi-term-settings.exp (coretest): Make gdb_test messages
2937 more informative.
2938
2939 2019-08-21 Pedro Alves <palves@redhat.com>
2940
2941 * gdb.base/with.exp: Test "with" with no arguments.
2942
2943 2019-08-21 Tom de Vries <tdevries@suse.de>
2944
2945 * gdb.base/gdb-caching-proc.exp: Sort files.
2946
2947 2019-08-20 Tom de Vries <tdevries@suse.de>
2948
2949 * lib/pascal.exp (gdb_compile_pascal): Remove $destfile before
2950 compilation.
2951
2952 2019-08-16 Tom de Vries <tdevries@suse.de>
2953
2954 * gdb.base/compare-sections.exp ("after run to main"): Allow
2955 mismatched read-only sections for PIE executables.
2956
2957 2019-08-16 Tom Tromey <tom@tromey.com>
2958
2959 * lib/tuiterm.exp (_csi_Z): New proc.
2960 * gdb.tui/basic.exp: Update window positions.
2961 * gdb.tui/empty.exp: Update window positions.
2962
2963 2019-08-15 Sandra Loosemore <sandra@codesourcery.com>
2964
2965 * gdb.base/examine-backward.exp: Correct regexp for
2966 "examine 3 bytes backward from ${address_zero}".
2967
2968 2019-08-15 Tom Tromey <tom@tromey.com>
2969
2970 * gdb.tui/empty.exp: Enable resizing tests.
2971
2972 2019-08-15 Tom Tromey <tromey@adacore.com>
2973
2974 * gdb.ada/char_enum.exp: Add regression tests.
2975 * gdb.ada/char_enum/foo.adb (Char_Enum_Type): Use '_'
2976 and '0'.
2977 (Char, Gchar): Update.
2978 * gdb.ada/char_enum/pck.ads (Global_Enum_Type): Use '+'.
2979
2980 2019-08-15 Christian Biesinger <cbiesinger@google.com>
2981
2982 * gdb.python/python.exp: Expect a leading underscore on
2983 GdbOutput{,Error}File.
2984
2985 2019-08-15 Sandra Loosemore <sandra@codesourcery.com>
2986
2987 * gdb.dwarf2/dw2-dir-file-name.exp: Skip on remote or
2988 Windows host.
2989
2990 2019-08-15 Sandra Loosemore <sandra@codesourcery.com>
2991
2992 * gdb.base/batch-preserve-term-settings.exp
2993 (test_terminal_settings_preserved_after_sigterm): Skip on Windows.
2994
2995 2019-08-15 Christian Biesinger <cbiesinger@google.com>
2996
2997 * lib/gdb.exp: When running on a mingw target, replace
2998 /x/ with x:/.
2999
3000 2019-08-14 Alan Hayward <alan.hayward@arm.com>
3001
3002 * gdb.arch/aarch64-prologue.c: New test.
3003 * gdb.arch/aarch64-prologue.exp: New file.
3004
3005 2019-08-13 Tom de Vries <tdevries@suse.de>
3006
3007 * gdb.gdb/selftest.exp (send ^C to child process again): Accept also
3008 Thread.
3009
3010 2019-08-13 Sandra Loosemore <sandra@codesourcery.com>
3011
3012 * gdb.python/py-completion.exp: Download the .py file to the host
3013 and use its host pathname. Conditionalize tests that use
3014 tab completion and manipulate files on the build machine.
3015 * gdb.python/py-events.exp: Download the .py file to the host
3016 and use its host pathname.
3017 * gdb.python/py-evsignal.exp: Likewise.
3018 * gdb.python/py-evthreads.exp: Likewise.
3019 * gdb.python/py-framefilter-invalidarg.exp: Match Windows
3020 pathname syntax.
3021 * gdb.python/py-framefilter.exp: Download the .py file to the right
3022 place on the host. Match Windows pathname syntax.
3023 * gdb.python/py-mi-var-info-path-expression.exp: Download the
3024 .py file to the host and use its host pathname.
3025 * gdb.python/py-objfile-script.exp: Match Windows pathname syntax.
3026 * gdb.python/py-objfile.exp: Expect a host pathname, not a
3027 build pathname. Skip symlink test on Windows host. Add missing
3028 newline at end of file.
3029 * gdb.python/py-pp-maint.exp: Download the .py file to the host
3030 and use its host pathname.
3031 * gdb.python/py-pp-registration.exp: Match Windows pathname syntax.
3032 * gdb.python/py-section-script.exp: Use host location of binfile
3033 on safe-path. Use correct path separator on Windows host.
3034 Reorder alternatives in gdb_test_multiple to prevent matching
3035 the wrong alternative on success.
3036 * gdb.python/py-symtab.exp: Match Windows pathname syntax.
3037
3038 2019-08-12 Patrick Palka <patrick@parcs.ath.cx>
3039
3040 * gdb.gdb/selftest.exp (test_with_self): Update test to now
3041 expect the GDB inferior to no longer immediately stop after
3042 being resumed with "signal SIGINT".
3043
3044 2019-08-09 Sandra Loosemore <sandra@codesourcery.com>
3045
3046 * gdb.linespec/break-ask.exp: Generalize regexps to match
3047 Windows pathnames too.
3048
3049 2019-08-08 Tom de Vries <tdevries@suse.de>
3050
3051 PR testsuite/24862
3052 * lib/tuiterm.exp (_accept): Fix CSI regexp.
3053
3054 2019-08-07 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3055
3056 * gdb.base/style.exp: Update tests for help doc new invariants.
3057 * gdb.base/help.exp: Likewise.
3058
3059 2019-08-06 Tom Tromey <tom@tromey.com>
3060
3061 * gdb.base/style.exp: Add disassemble test.
3062 * gdb.base/style.c (some_called_function): New function.
3063 (main): Use it.
3064
3065 2019-08-05 Christian Biesinger <cbiesinger@google.com>
3066
3067 * gdb.python/py-block.exp: Test dictionary access on blocks.
3068
3069 2019-08-05 Simon Marchi <simon.marchi@efficios.com>
3070
3071 PR gdb/24863
3072 * gdb.mi/list-thread-groups-available.exp: Increase timeout for
3073 -list-thread-groups --available test when running under
3074 check-read1.
3075
3076 2019-08-05 Tom de Vries <tdevries@suse.de>
3077
3078 PR testsuite/24863
3079 * lib/gdb.exp (with_read1_timeout_factor): New proc.
3080 * gdb.base/help.exp: Use with_read1_timeout_factor.
3081 * gdb.base/info-macros.exp: Same.
3082 * gdb.cp/nested-types.exp: Same.
3083
3084 2019-08-05 Tom de Vries <tdevries@suse.de>
3085
3086 * lib/gdb.exp (version_at_least): Factor out of ...
3087 (tcl_version_at_least): ... here.
3088 (gdb_compile): Fail if pie results in non-PIE executable.
3089 (readelf_version, readelf_prints_pie): New proc.
3090 (exec_is_pie): Return -1 if unknown.
3091
3092 2019-08-05 Tom de Vries <tdevries@suse.de>
3093
3094 * lib/gdb.exp (tcl_version_at_least): Fix typo.
3095
3096 2019-08-04 Sandra Loosemore <sandra@codesourcery.com>
3097
3098 * gdb.server/reconnect-ctrl-c.exp: Skip if nointerrupts.
3099
3100 2019-08-04 Sandra Loosemore <sandra@codesourcery.com>
3101
3102 * lib/completion-support.exp (test_gdb_complete_none): Skip
3103 tab completion tests if no readline support.
3104 (test_gdb_complete_unique_re): Likewise.
3105 (test_gdb_complete_multiple): Likewise.
3106
3107 2019-08-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3108
3109 * gdb.base/info_sources.exp: New file.
3110 * gdb.base/info_sources.c: New file.
3111 * gdb.base/info_sources_base.c: New file.
3112
3113 2019-08-01 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
3114
3115 * gdb.base/batch-exit-status.exp: Call test_exit_status with
3116 prefix argument.
3117 (test_exit_status): Add prefix argument.
3118
3119 2019-08-01 Tom de Vries <tdevries@suse.de>
3120
3121 PR testsuite/24863
3122 * gdb.threads/fork-plus-threads.exp: Fix check-run1 timeout by
3123 calling exp_continue for new thread and thread exited messages.
3124
3125 2019-08-01 Tom de Vries <tdevries@suse.de>
3126
3127 PR testsuite/24863
3128 * gdb.base/structs.exp: Fix check-read1 timeout using
3129 gdb_test_sequence.
3130 * lib/gdb.exp (tcl_version_at_least, lrepeat): New proc.
3131
3132 2019-08-01 Tom de Vries <tdevries@suse.de>
3133
3134 PR testsuite/24863
3135 * gdb.base/break-interp.exp: Use exp_continue after each "info files"
3136 line.
3137
3138 2019-08-01 Tom de Vries <tdevries@suse.de>
3139
3140 PR testsuite/24863
3141 * gdb.base/signals.exp: Fix check-read1 timeout using gdb_test_sequence.
3142
3143 2019-07-30 Tom Tromey <tromey@adacore.com>
3144
3145 * gdb.ada/display_nested.exp: New file.
3146 * gdb.ada/display_nested/foo.adb: New file.
3147 * gdb.ada/display_nested/pack.adb: New file.
3148 * gdb.ada/display_nested/pack.ads: New file.
3149
3150 2019-07-30 Christian Biesinger <cbiesinger@google.com>
3151
3152 * gdb.python/py-symbol.c: Add a static variable and one in an anonymous
3153 namespace.
3154 * gdb.python/py-symbol.exp: Test gdb.lookup_static_symbol.
3155
3156 2019-07-30 Tom de Vries <tdevries@suse.de>
3157
3158 * lib/read1.c (read): Don't use unsetenv (v), use setenv (v, "", 1)
3159 instead.
3160
3161 2019-07-30 Tom de Vries <tdevries@suse.de>
3162
3163 PR testsuite/24834
3164 * lib/gdb.exp (gdb_compile): Fail if nopie results in PIE executable.
3165 (exec_is_pie): New proc.
3166
3167 2019-07-29 Christian Biesinger <cbiesinger@google.com>
3168
3169 * gdb.python/py-objfile.exp: Fix misspelling (nonexistant -> nonexistent)
3170
3171 2019-07-29 Christian Biesinger <cbiesinger@google.com>
3172
3173 * gdb.python/py-objfile.c: Add global and static vars.
3174 * gdb.python/py-objfile.exp: Test new functions Objfile.
3175 lookup_global_symbol and lookup_static_symbol.
3176
3177 2019-07-29 Tom Tromey <tom@tromey.com>
3178
3179 * lib/tuiterm.exp (Term::_csi_@): New proc.
3180 (Term::_csi_X): Don't move cursor.
3181
3182 2019-07-29 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3183
3184 * gdb.base/options.exp: Update backtrace - completion to
3185 new option -frame-info.
3186 * gdb.base/frame-args.exp: Test new 'frame-arguments presence'.
3187 Test new 'set print frame-info'. Test backtrace -frame-info
3188 overriding 'set print frame-info'.
3189 * gdb.python/py-framefilter.exp: Test new 'frame-arguments presence'.
3190 Test new 'set print frame-info'.
3191 Verify consistency of backtrace with and without filters, with and
3192 without -no-filters.
3193 * gdb.python/py-framefilter-invalidarg.exp: Update to new print_what
3194 default.
3195
3196 2019-07-29 Tom de Vries <tdevries@suse.de>
3197
3198 * gdb.linespec/explicit.exp: Fix completion trigger for "complete with
3199 no arguments".
3200
3201 2019-07-29 Tom de Vries <tdevries@suse.de>
3202
3203 * gdb.linespec/explicit.exp: Fix gdb_test_multiple regexps where second
3204 is a substring of the first for "complete non-unique file name".
3205
3206 2019-07-29 Tom de Vries <tdevries@suse.de>
3207
3208 * gdb.python/python.exp: Don't terminate gdb_test_multiple regexp
3209 with ".*".
3210
3211 2019-07-29 Tom de Vries <tdevries@suse.de>
3212
3213 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt, gdb_is_target_1):
3214 Pass prompt_regexp parameter to gdb_test_multiple calls.
3215
3216 2019-07-29 Tom de Vries <tdevries@suse.de>
3217
3218 * gdb.base/maint.exp: Use "\r\n" instead of "\[\r\n\]+" in "maint
3219 print registers" regexps.
3220
3221 2019-07-29 Tom de Vries <tdevries@suse.de>
3222
3223 * gdb.base/define.exp: Add "\r\n" to "reset gdb_prompt" regexp.
3224
3225 2019-07-29 Tom de Vries <tdevries@suse.de>
3226
3227 PR gdb/24855
3228 * lib/gdb.exp (gdb_test_multiple): Add prompt_regexp parameter.
3229 (skip_python_tests_prompt): Add prompt_regexp argument to
3230 gdb_test_multiple calls.
3231
3232 2019-07-27 Tom Tromey <tom@tromey.com>
3233
3234 * gdb.tui/main.exp: New file.
3235
3236 2019-07-27 Tom Tromey <tom@tromey.com>
3237
3238 * lib/tuiterm.exp (Term::clean_restart): Make "executable"
3239 optional.
3240 * gdb.tui/empty.exp: New file.
3241
3242 2019-07-27 Tom Tromey <tom@tromey.com>
3243
3244 * lib/tuiterm.exp (spawn): New proc.
3245 (Term::resize): New proc.
3246 * gdb.tui/resize.exp: New file.
3247
3248 2019-07-27 Tom Tromey <tom@tromey.com>
3249
3250 * gdb.tui/list.exp: New file.
3251
3252 2019-07-27 Tom Tromey <tom@tromey.com>
3253
3254 * gdb.tui/regs.exp: New file.
3255
3256 2019-07-27 Tom Tromey <tom@tromey.com>
3257
3258 * gdb.tui/basic.exp: Add "layout split" test.
3259
3260 2019-07-27 Tom Tromey <tom@tromey.com>
3261
3262 * gdb.tui/basic.exp: Add "layout asm" test.
3263
3264 2019-07-27 Tom Tromey <tom@tromey.com>
3265
3266 * lib/tuiterm.exp: New file.
3267 * gdb.tui/basic.exp: New file.
3268
3269 2019-07-27 Kevin Buettner <kevinb@redhat.com>
3270
3271 * gdb.dwarf2/dw2-ranges-func.exp (enable_foo_cold_stepping):
3272 Enable tests associated with this flag. Adjust regex
3273 referencing "foo_low" to now refer to "foo_cold" instead.
3274
3275 2019-07-27 Kevin Buettner <kevinb@redhat.com>
3276
3277 * gdb.dwarf2/dw2-ranges-func.c: Rename to...
3278 * gdb.dwarf2/dw2-ranges-func-lo-cold.c: ...this.
3279 * gdb.dwarf2/dw2-ranges-func-lo-cold.c (foo_low): Change name to
3280 foo_cold. Revise comments to match.
3281 * gdb.dwarf2/dw2-ranges-func-hi-cold.c: New file.
3282 * gdb.dwarf2/dw2-ranges-func.exp (do_test): New proc. Existing tests
3283 were wrapped into this proc; Call do_test in loop from outermost
3284 level.
3285 (foo_low): Rename all occurrences to "foo_cold".
3286 (backtrace from baz): New test.
3287 (x2/i foo_cold): New test.
3288 (info line *foo_cold): New test.
3289
3290 2019-07-26 Tom de Vries <tdevries@suse.de>
3291
3292 * gdb.arch/i386-pkru.exp: Fix unterminated string.
3293
3294 2019-07-25 Tom de Vries <tdevries@suse.de>
3295
3296 PR testsuite/24830
3297 * gdb.mi/mi-catch-cpp-exceptions.exp: Call
3298 mi_skip_libstdcxx_probe_tests, and skip unsupported tests.
3299 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt): Factor out of ...
3300 (skip_libstdcxx_probe_tests): ... here.
3301 * lib/mi-support.exp (mi_skip_libstdcxx_probe_tests): New proc.
3302
3303 2019-07-24 Tom de Vries <tdevries@suse.de>
3304
3305 PR testsuite/24807
3306 * gdb.objc/basicclass.m: Include stdio.h.
3307 * gdb.objc/nondebug.m: Same.
3308 * gdb.objc/objcdecode.m: Same.
3309
3310 2019-07-24 Tom de Vries <tdevries@suse.de>
3311
3312 PR testsuite/24612
3313 * gdb.base/infoline-reloc-main-from-zero.exp: Add -Wl,-N to
3314 additional_flags.
3315
3316 2019-07-24 Tom de Vries <tdevries@suse.de>
3317
3318 PR testsuite/24831
3319 * gdb.multi/tids.exp: Update error messages for info threads.
3320
3321 2019-07-24 Tom de Vries <tdevries@suse.de>
3322
3323 * gdb.base/info-types.exp: Allow info types to print info for more than
3324 one file.
3325
3326 2019-07-23 Tom de Vries <tdevries@suse.de>
3327
3328 PR testsuite/24842
3329 * gdb.dwarf2/multidictionary.exp: Consume initial prompt after
3330 gdb_spawn_with_cmdline_opts.
3331
3332 2019-07-23 Srinath Parvathaneni <srinath.parvathaneni@arm.com>
3333
3334 * gdb.arch/arm-cmse-sgstubs.c: New test.
3335 * gdb.arch/arm-cmse-sgstubs.exp: New file.
3336
3337 2019-07-23 Tom de Vries <tdevries@suse.de>
3338
3339 PR testsuite/24711
3340 * gdb.mi/mi-complete.exp: Wait for "set max-completions" result before
3341 issuing next command.
3342
3343 2019-07-22 Andrew Burgess <andrew.burgess@embecosm.com>
3344
3345 * gdb.ada/info_auto_lang.exp: Update expected results.
3346 * gdb.base/info-types.c: Add additional types to check.
3347 * gdb.base/info-types.exp: Update expected results.
3348
3349 2019-07-22 Andrew Burgess <andrew.burgess@embecosm.com>
3350
3351 * gdb.base/info-types.c: New file.
3352 * gdb.base/info-types.exp: New file.
3353
3354 2019-07-19 Andrew Burgess <andrew.burgess@embecosm.com>
3355
3356 * gdb.arch/riscv-bp-infcall.c: New file.
3357 * gdb.arch/riscv-bp-infcall.exp: New file.
3358
3359 2019-07-17 Andrew Burgess <andrew.burgess@embecosm.com>
3360
3361 PR breakpoints/24541
3362 * gdb.mi/mi-catch-cpp-exceptions.exp: Remove kfail due to 24541.
3363
3364 2019-07-14 Tom de Vries <tdevries@suse.de>
3365
3366 PR testsuite/24760
3367 * gdb.objc/basicclass.exp: Fix unterminated string.
3368
3369 2019-07-12 Bernhard Heckel <bernhard.heckel@intel.com>
3370 Andrew Burgess <andrew.burgess@embecosm.com>
3371
3372 * gdb.fortran/vla-ptype.exp: Print array with negative bounds.
3373 * gdb.fortran/vla-sizeof.exp: Print the size of an array with
3374 negative bounds.
3375 * gdb.fortran/vla-value.exp: Print elements of an array with
3376 negative bounds.
3377 * gdb.fortran/vla.f90: Setup an array with negative bounds for
3378 testing.
3379
3380 2019-07-11 Andrew Burgess <andrew.burgess@embecosm.com>
3381
3382 * gdb.base/options.exp (expect_string): Dequote strings in
3383 results.
3384 (test-string): Test strings with different quoting and reindent.
3385
3386 2019-07-10 Tom Tromey <tromey@adacore.com>
3387
3388 * gdb.ada/mi_ex_cond.exp: Update expected results.
3389 * gdb.ada/mi_catch_ex_hand.exp: Update expected results.
3390 * gdb.ada/mi_catch_ex.exp: Update expected results.
3391 * gdb.ada/mi_catch_assert.exp: Update expected results.
3392 * gdb.ada/catch_ex.exp (catch_exception_info)
3393 (catch_exception_entry, catch_assert_entry)
3394 (catch_unhandled_entry): Update.
3395 * gdb.ada/catch_assert_if.exp: Update expected results.
3396
3397 2019-07-10 Richard Bunt <richard.bunt@arm.com>
3398 Stephen Roberts <stephen.roberts@arm.com>
3399
3400 * gdb.base/define.exp: Restore original prompt.
3401
3402 2019-07-09 Pedro Alves <palves@redhat.com>
3403
3404 * gdb.cp/catch-multi-stdlib.exp: Adjust expected "info
3405 breakpoints" output.
3406 * gdb.cp/exception.exp: Adjust expected "info breakpoints" output.
3407 * gdb.python/py-breakpoint.exp: No longer expect that "catch
3408 throw" creates breakpoint.
3409 * gdb.mi/mi-catch-cpp-exceptions.exp (setup_catchpoint): Expect
3410 'type="catchpoint"'.
3411
3412 2019-07-09 Pedro Alves <palves@redhat.com>
3413
3414 PR c++/15468
3415 * gdb.cp/except-multi-location-lib.cc: New.
3416 * gdb.cp/except-multi-location-main.cc: New.
3417 * gdb.cp/except-multi-location.exp: New.
3418
3419 2019-07-09 Sergio Durigan Junior <sergiodj@redhat.com>
3420
3421 * gdb.base/printcmds.exp (test_printf_convenience_var): Set
3422 language to "c++" before dealing with wchar_t. Remove DO_WSTRING
3423 argument and update callers.
3424
3425 2019-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
3426
3427 * gdb.arch/amd64-break-on-asm-line.S: New file.
3428 * gdb.arch/amd64-break-on-asm-line.exp: New file.
3429
3430 2019-07-08 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3431
3432 * gdb.base/printcmds.exp: Test printing C string and
3433 C wide string convenience vars without transiting via the inferior.
3434 Also make test names unique.
3435
3436 2019-07-08 Alan Hayward <alan.hayward@arm.com>
3437
3438 PR breakpoints/25011
3439 * gdb.base/break-idempotent.exp: Test both PIE and non PIE.
3440
3441 2019-07-04 Pedro Alves <palves@redhat.com>
3442
3443 * lib/gdb.exp (foreach_with_prefix): Don't return early if
3444 body returned ok(0), break(3) or continue(4).
3445 * gdb.testsuite/foreach_with_prefix.exp: New file.
3446
3447 2019-07-04 Alan Hayward <alan.hayward@arm.com>
3448
3449 * gdb.server/unittest.exp: Allow 0 unit tests to run.
3450
3451 2019-07-03 Pedro Alves <palves@redhat.com>
3452
3453 * lib/gdb.exp (foreach_with_prefix): Use "catch" and
3454 "return -code".
3455
3456 2019-07-03 Pedro Alves <palves@redhat.com>
3457
3458 PR cli/24732
3459 * gdb.base/shell.exp: Load completion-support.exp.
3460 Adjust expected error output. Add completion tests.
3461
3462 2019-07-03 Pedro Alves <palves@redhat.com>
3463
3464 * lib/completion-support.exp (test_gdb_complete_cmd_multiple): Use
3465 string_to_regexp.
3466
3467 2019-07-03 Pedro Alves <palves@redhat.com>
3468
3469 * gdb.base/options.exp (expect_none, expect_flag, expect_bool)
3470 (expect_integer): Adjust to expect "-string".
3471 (expect_string): New.
3472 (all_options): Expect "-string".
3473 (test-flag, test-boolean): Adjust to expect "-string".
3474 (test-string): New proc.
3475 (top level): Call it.
3476
3477 2019-07-03 Pedro Alves <palves@redhat.com>
3478
3479 * gdb.base/options.exp (test-misc, test-flag, test-boolean)
3480 (test-uinteger, test-enum): Adjust res_test_gdb_... calls to pass
3481 the expected output in the success.
3482
3483 2019-07-03 Pedro Alves <palves@redhat.com>
3484
3485 * lib/completion-support.exp (test_gdb_complete_tab_multiple):
3486 Split one gdb_test_multiple call in two to avoid a race.
3487
3488 2019-07-03 Pedro Alves <palves@redhat.com>
3489
3490 * gdb.base/with.c: New file.
3491 * gdb.base/with.exp: New file.
3492
3493 2019-07-03 Pedro Alves <palves@redhat.com>
3494
3495 * gdb.base/settings.exp: Replace all references to "maint
3496 test-settings set" with references to "maint set test-settings",
3497 and all references to "maint test-settings show" with references
3498 to "maint show test-settings".
3499
3500 2019-07-03 Pedro Alves <palves@redhat.com>
3501
3502 * gdb.base/settings.exp (test-string): Adjust expected out when
3503 testing "maint test-settings show filename"
3504
3505 2019-07-02 Pedro Alves <palves@redhat.com>
3506
3507 * gdb.base/options.exp (test-info-threads): New procedure.
3508 (top level): Call it.
3509
3510 2019-06-28 Tom Tromey <tromey@adacore.com>
3511
3512 * gdb.dwarf2/ada-linkage-name.c: New file.
3513 * gdb.dwarf2/ada-linkage-name.exp: New file.
3514
3515 2019-06-27 Tom Tromey <tromey@adacore.com>
3516
3517 PR c++/20020:
3518 * gdb.cp/constexpr-field.exp: Use setup_xfail.
3519
3520 2019-06-26 Tom de Vries <tdevries@suse.de>
3521
3522 * gdb.dwarf2/varval.exp: Compile twice, once without bad DWARF.
3523
3524 2019-06-26 Tom de Vries <tdevries@suse.de>
3525
3526 * gdb.base/index-cache.exp: Add back missing debug option.
3527
3528 2019-06-23 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3529
3530 * gdb.base/alias.exp: Test non matching/non existing prefixes.
3531
3532 2019-06-25 Tom de Vries <tdevries@suse.de>
3533
3534 PR testsuite/24727
3535 * gdb.dwarf2/dw2-restrict.S: Regenerate using clang 5.0.1.
3536
3537 2019-06-24 Tom de Vries <tdevries@suse.de>
3538
3539 * gdb.dwarf2/implptr-64bit.exp: Fix intra-CU '%' label reference.
3540
3541 2019-06-24 Tom de Vries <tdevries@suse.de>
3542
3543 * gdb.trace/entry-values.exp: Use DW_FORM_udata instead of
3544 DW_FOR_sdata for DW_AT_decl_file. Use 0 for DW_AT_decl_file.
3545 * gdb.trace/unavailable-dwarf-piece.exp: Same.
3546
3547 2019-06-24 Tom de Vries <tdevries@suse.de>
3548
3549 * gdb.dwarf2/inlined_subroutine-inheritance.exp:
3550
3551 2019-06-21 Tom de Vries <tdevries@suse.de>
3552
3553 * gdb.base/index-cache.exp: Add additional_flags=-Wl,--build-id.
3554
3555 2019-06-21 Tom de Vries <tdevries@suse.de>
3556
3557 PR testsuite/24518
3558 PR ada/24713
3559 * gdb.ada/ptype_union.exp: Mark as unsupported if executable contains
3560 index.
3561
3562 2019-06-19 Tom Tromey <tromey@adacore.com>
3563
3564 * gdb.ada/length_cond.exp: Add intro comment.
3565
3566 2019-06-19 Tom Tromey <tromey@adacore.com>
3567
3568 * gdb.ada/length_cond.exp: New file.
3569 * gdb.ada/length_cond/length_cond.adb: New file.
3570 * gdb.ada/length_cond/pck.adb: New file.
3571 * gdb.ada/length_cond/pck.ads: New file.
3572
3573 2019-06-18 Tom de Vries <tdevries@suse.de>
3574
3575 * boards/fission.exp (debug_flags): Add "-fuse-ld=gold".
3576
3577 2019-06-18 Tom Tromey <tromey@adacore.com>
3578
3579 * gdb.base/list0.h: Add comment explaining control character.
3580
3581 2019-06-18 Tom de Vries <tdevries@suse.de>
3582
3583 * boards/fission.exp: Break up long debug_flags line.
3584
3585 2019-06-16 Tom de Vries <tdevries@suse.de>
3586
3587 PR gdb/24445
3588 * gdb.dwarf2/gdb-index.exp (add_gdb_index): Update dwz file with
3589 generated index.
3590
3591 2019-06-16 Andrew Burgess <andrew.burgess@embecosm.com>
3592
3593 PR gdb/24686
3594 * gdb.mi/mi-catch-cpp-exceptions.exp: Add an extra pattern to
3595 improve detection of bug gdb/24541.
3596
3597 2019-06-16 Simon Marchi <simon.marchi@polymtl.ca>
3598
3599 PR gdb/24669
3600 * gdb.base/index-cache.exp (uses_readnow,
3601 expecting_index_cache_use): Define global variable.
3602 (test_cache_enabled_miss, test_cache_enabled_hit): Use
3603 expecting_index_cache_use.
3604
3605 2019-06-16 Bernhard Heckel <bernhard.heckel@intel.com>
3606 Andrew Burgess <andrew.burgess@embecosm.com>
3607
3608 * gdb.fortran/pointers.f90: New file.
3609 * gdb.fortran/print_type.exp: New file.
3610 * gdb.fortran/vla-ptype.exp: Adapt expected results.
3611 * gdb.fortran/vla-type.exp: Likewise.
3612 * gdb.fortran/vla-value.exp: Likewise.
3613 * gdb.mi/mi-vla-fortran.exp: Likewise.
3614
3615 2019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
3616
3617 * gdb.mi/mi-catch-cpp-exceptions.cc: New file.
3618 * gdb.mi/mi-catch-cpp-exceptions.exp: New file.
3619 * lib/mi-support.exp (mi_expect_stop): Handle 'exception-caught'
3620 as a stop reason.
3621
3622 2019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
3623
3624 * gdb.base/annota1.exp: Update expected results.
3625 * gdb.cp/annota2.exp: Likewise.
3626 * gdb.cp/annota3.exp: Likewise.
3627
3628 2019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
3629
3630 * gdb.base/style-logging.exp: Remove path from test name.
3631
3632 2019-06-14 Tom Tromey <tromey@adacore.com>
3633
3634 PR gdb/24502:
3635 * gdb.base/style-logging.exp: New file.
3636
3637 2019-06-14 Tom Tromey <tromey@adacore.com>
3638
3639 * gdb.base/symfile-warn.exp: New file.
3640 * gdb.base/symfile-warn.c: New file.
3641
3642 2019-06-14 Tom Tromey <tromey@adacore.com>
3643
3644 * gdb.base/annotate-symlink.exp: New file.
3645
3646 2019-06-14 Tom Tromey <tromey@adacore.com>
3647
3648 * gdb.ada/set_wstr.exp: Add reassignment test.
3649
3650 2019-06-14 Tom Tromey <tromey@adacore.com>
3651
3652 * gdb.ada/formatted_ref.exp (test_p_x_addr): Check
3653 'unchecked_access and 'unrestricted_access as well.
3654
3655 2019-06-14 Tom Tromey <tromey@adacore.com>
3656
3657 PR ada/24539:
3658 * gdb.ada/vla.exp: Update tests.
3659 * gdb.ada/vla/vla.adb (Record_Type): Use No_Component_Reordering
3660 pragma.
3661
3662 2019-06-13 Pedro Alves <palves@redhat.com>
3663
3664 * gdb.base/settings.exp (test-integer): Test junk after
3665 "unlimited".
3666
3667 2019-06-13 Pedro Alves <palves@redhat.com>
3668
3669 * gdb.base/options.exp (test-thread-apply): New.
3670 (top level): Call it.
3671
3672 2019-06-13 Pedro Alves <palves@redhat.com>
3673
3674 * gdb.base/options.exp (test-frame-apply): New.
3675 (top level): Test print commands with different "frame apply"
3676 prefixes.
3677
3678 2019-06-13 Pedro Alves <palves@redhat.com>
3679
3680 * lib/completion-support.exp (test_gdb_complete_tab_multiple)
3681 (test_gdb_complete_cmd_multiple, test_gdb_complete_multiple): Add
3682 'max_completions' parameter and handle it.
3683 (test_gdb_completion_offers_commands): New.
3684
3685 2019-06-13 Pedro Alves <palves@redhat.com>
3686
3687 * gdb.base/options.exp (test-backtrace): Test completing qualifiers.
3688
3689 2019-06-13 Pedro Alves <palves@redhat.com>
3690
3691 * gdb.base/options.exp (test-backtrace): New.
3692 (top level): Call it.
3693
3694 2019-06-13 Pedro Alves <palves@redhat.com>
3695
3696 * gdb.guile/scm-frame-args.exp: Use "set print
3697 raw-frame-arguments" instead of "set print raw frame-arguments".
3698 * gdb.python/py-frame-args.exp: Likewise.
3699
3700 2019-06-13 Pedro Alves <palves@redhat.com>
3701
3702 * gdb.compile/compile.exp: Adjust expected output to option
3703 processing changes.
3704
3705 2019-06-13 Pedro Alves <palves@redhat.com>
3706
3707 * gdb.base/options.exp: Build executable.
3708 (test-print): New procedure.
3709 (top level): Call it, once for "print" and another for "compile
3710 print".
3711
3712 2019-06-13 Pedro Alves <palves@redhat.com>
3713
3714 * gdb.base/options.c: New file.
3715 * gdb.base/options.exp: New file.
3716
3717 2019-06-13 Pedro Alves <palves@redhat.com>
3718
3719 * gdb.base/settings.exp (test-boolean, test-auto-boolean): Check
3720 that "o" is ambiguous.
3721
3722 2019-06-13 Pedro Alves <palves@redhat.com>
3723
3724 * gdb.base/settings.c: New file.
3725 * gdb.base/settings.exp: New file.
3726
3727 2019-06-13 Pedro Alves <palves@redhat.com>
3728
3729 * gdb.base/completion.exp: Fix comment typo.
3730
3731 2019-06-13 Pedro Alves <palves@redhat.com>
3732
3733 * gdb.multi/tids.exp: Adjust expected output. Add "thread apply 1
3734 foo --1" test.
3735
3736 2019-06-11 Bernhard Heckel <bernhard.heckel@intel.com>
3737
3738 * gdb.fortran/block-data.f: New.
3739 * gdb.fortran/block-data.exp: New.
3740
3741 2019-06-11 Tom de Vries <tdevries@suse.de>
3742
3743 PR testsuite/24521
3744 * gdb.multi/remove-inferiors.exp: Allow "Expanding full symbols"
3745 message.
3746
3747 2019-06-11 Tom de Vries <tdevries@suse.de>
3748
3749 PR testsuite/24521
3750 * gdb.dwarf2/nonvar-access.exp: Fix main high_pc.
3751
3752 2019-06-11 Tom de Vries <tdevries@suse.de>
3753
3754 * boards/readnow.exp: New file.
3755
3756 2019-06-10 Andrew Burgess <andrew.burgess@embecosm.com>
3757
3758 * gdb.fortran/vla-sizeof.exp: Update expected results.
3759
3760 2019-06-06 Amos Bird <amosbird@gmail.com>
3761
3762 * gdb.base/annota1.exp (thread_switch): Add test for
3763 thread-exited annotation.
3764
3765 2019-06-06 Tom Tromey <tromey@adacore.com>
3766
3767 * gdb.base/maint.exp: Expect command started/finished output.
3768
3769 2019-06-05 Andrew Burgess <andrew.burgess@embecosm.com>
3770
3771 * gdb.arch/riscv-unwind-long-insn-6.s: Remove use of 'I' in
3772 comment.
3773 * gdb.arch/riscv-unwind-long-insn-8.s: Likewise.
3774
3775 2019-06-05 Andrew Burgess <andrew.burgess@embecosm.com>
3776
3777 * gdb.arch/riscv-unwind-long-insn-6.s: New file.
3778 * gdb.arch/riscv-unwind-long-insn-8.s: New file.
3779 * gdb.arch/riscv-unwind-long-insn.c: New file.
3780 * gdb.arch/riscv-unwind-long-insn.exp: New file.
3781
3782 2019-06-04 Christian Biesinger <cbiesinger@google.com>
3783
3784 * gdb.python/py-type.exp: Test for new gdb.Type.objfile property.
3785
3786 2019-06-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3787
3788 * lib/gdb.exp (help_list_trailer): New regexp variable
3789 factorizing the help trailer message.
3790 (test_class_help): Use help_list_trailer. Add LIST_OF_COMMANDS
3791 arg to allow to better factorize various tests.
3792 (test_user_defined_class_help): Factorizes testing 'help user-defined'.
3793 (test_prefix_command_help): Use help_list_trailer.
3794 * gdb.python/py-cmd.exp: Use test_user_defined_class_help.
3795 * gdb.guile/scm-cmd.exp: Likewise.
3796 * gdb.trace/tracecmd.exp: Update caller of test_class_help.
3797 * gdb.base/help.exp: Use test_user_defined_class_help.
3798 * gdb.base/style.exp: Add tests for styling of help and apropos.
3799 * lib/gdb-utils.exp (style): Add title and highlight styles.
3800
3801 2019-05-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3802
3803 * gdb.base/shell.exp: Test pipe command, $_shell_exitcode,
3804 $_shell_exitsignal.
3805 * gdb.base/default.exp: Update for new convenience variables.
3806
3807 2019-05-29 Tom Tromey <tromey@adacore.com>
3808
3809 * gdb.ada/complete.exp (test_gdb_no_completion): Add "/" and "-"
3810 to "break complete ada" test case's regexp.
3811
3812 2019-05-29 Tom Tromey <tromey@adacore.com>
3813
3814 PR c++/20020:
3815 * gdb.cp/constexpr-field.exp: New file.
3816 * gdb.cp/constexpr-field.cc: New file.
3817
3818 2019-05-29 Tom Tromey <tromey@adacore.com>
3819
3820 * gdb.base/finish.exp (finish_no_print): New proc.
3821 (finish_tests): Call it.
3822
3823 2019-05-24 Tom de Vries <tdevries@suse.de>
3824
3825 * gdb.dwarf2/gdb-add-index.exp: New file.
3826
3827 2019-05-22 Tom Tromey <tromey@adacore.com>
3828
3829 * gdb.base/info-shared.exp (check_info_shared): Use "style".
3830 * gdb.base/style.exp: Use "style".
3831 * lib/gdb-utils.exp (style): New proc.
3832
3833 2019-05-22 Tom de Vries <tdevries@suse.de>
3834
3835 * gdb.base/align.exp: Require c++11.
3836
3837 2019-05-22 Tom de Vries <tdevries@suse.de>
3838
3839 PR testsuite/24586
3840 * gdb.python/py-mi-var-info-path-expression.exp: Call
3841 mi_skip_python_tests to check if python is supported.
3842
3843 2019-05-22 Alan Hayward <alan.hayward@arm.com>
3844
3845 * gdb.arch/aarch64-pauth.c: New test.
3846 * gdb.arch/aarch64-pauth.exp: New file.
3847
3848 2019-05-22 Alan Hayward <alan.hayward@arm.com>
3849
3850 * README (Re-running Tests Outside The Testsuite): New section.
3851
3852 2019-05-21 Tom de Vries <tdevries@suse.de>
3853
3854 * gdb.arch/amd64-eval.exp: Require c++11.
3855 * gdb.base/max-depth.exp: Same.
3856 * gdb.compile/compile-cplus-array-decay.exp: Same.
3857 * gdb.cp/meth-typedefs.exp: Same.
3858 * gdb.cp/subtypes.exp: Same.
3859 * gdb.cp/temargs.exp: Same.
3860
3861 2019-05-21 Alan Hayward <alan.hayward@arm.com>
3862
3863 * lib/gdbserver-support.exp (gdbserver_run): Mark kill as optional.
3864
3865 2019-05-18 Andrew Burgess <andrew.burgess@embecosm.com>
3866
3867 PR gdb/18644
3868 * gdb.fortran/complex.exp: Remove setup_kfail calls.
3869 * gdb.fortran/printing-types.exp: Add new test.
3870 * gdb.fortran/printing-types.f90: Add 16-byte real variable for
3871 testing.
3872 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): Remove
3873 setup_kfail call.
3874
3875 2019-05-17 Alan Hayward <alan.hayward@arm.com>
3876
3877 * README (Running the Testsuite): Change example.
3878 (Testsuite Parameters): Remove TRANSCRIPT.
3879 * lib/gdb.exp: Remove TRANSCRIPT check.
3880
3881 2019-05-17 Alan Hayward <alan.hayward@arm.com>
3882
3883 * README (Testsuite Parameters): Add replay logging to
3884 GDBSERVER_DEBUG.
3885 (gdbserver,debug): Refer to GDBSERVER_DEBUG.
3886 * lib/gdbserver-support.exp (gdbserver_start): Treat gdbserverdebug
3887 as a comma separated list.
3888 (gdb_debug_init): Override procedure.
3889
3890 2019-05-17 Alan Hayward <alan.hayward@arm.com>
3891
3892 * lib/gdb.exp (default_gdb_spawn): Call gdb_write_cmd_file.
3893 (gdb_write_cmd_file): New procedure.
3894 * lib/gdbserver-support.exp (gdbserver_start): Call
3895 gdbserver_write_cmd_file.
3896 (gdbserver_write_cmd_file): New procedure.
3897
3898 2019-05-17 Alan Hayward <alan.hayward@arm.com>
3899
3900 * lib/gdb.exp (gdb_unload): Mark Y as an answer.
3901 (delete_breakpoints): Likewise.
3902 (gdb_run_cmd): Likewise.
3903 (gdb_start_cmd): Likewise.
3904 (gdb_starti_cmd): Likewise.
3905 (gdb_internal_error_resync): Likewise.
3906 (gdb_test_multiple): Likewise.
3907 (gdb_reinitialize_dir): Likewise.
3908 (default_gdb_exit): Likewise.
3909 (gdb_file_cmd): Mark kill as optional.
3910 (default_gdb_start): Call gdb_stdin_log_init.
3911 (send_gdb): Call gdb_stdin_log_write.
3912 (rerun_to_main): Mark Y as an answer.
3913 (gdb_stdin_log_init): New function.
3914 (gdb_stdin_log_write): Likewise.
3915
3916 2019-05-17 Alan Hayward <alan.hayward@arm.com>
3917
3918 * gdb.base/breakpoint-in-ro-region.exp: Disable when debugging.
3919 * gdb.base/debug-expr.exp: Likewise.
3920 * gdb.base/foll-fork.exp: Likewise.
3921 * gdb.base/foll-vfork.exp: Likewise.
3922 * gdb.base/fork-print-inferior-events.exp: Likewise.
3923 * gdb.base/gdb-sigterm.exp: Likewise.
3924 * gdb.base/gdbinit-history.exp: Likewise.
3925 * gdb.base/osabi.exp: Likewise.
3926 * gdb.base/sss-bp-on-user-bp-2.exp: Likewise.
3927 * gdb.base/ui-redirect.exp: Likewise.
3928 * gdb.gdb/unittest.exp: Likewise.
3929 * gdb.mi/mi-break.exp: Disable separate-mi-tty when debugging.
3930 * gdb.mi/mi-watch.exp: Likewise.
3931 * gdb.mi/new-ui-mi-sync.exp: Likewise.
3932 * gdb.mi/user-selected-context-sync.exp: Likewise.
3933 * gdb.python/python.exp: Disable debug test when debugging.
3934 * gdb.threads/check-libthread-db.exp: Disable when debugging.
3935 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
3936 Likewise.
3937 * gdb.threads/stepi-random-signal.exp: Likewise.
3938
3939 2019-05-17 Alan Hayward <alan.hayward@arm.com>
3940
3941 * Makefile.in: Pass through GDB_DEBUG.
3942 * README (Testsuite Parameters): Add GDB_DEBUG.
3943 (gdb,debug): Add board setting.
3944 * lib/gdb.exp (default_gdb_start): Start debugging.
3945 (gdb_debug_enabled): New procedure.
3946 (gdb_debug_init): Likewise.
3947
3948 2019-05-17 Alan Hayward <alan.hayward@arm.com>
3949
3950 * Makefile.in: Pass through GDB_DEBUG.
3951 * README (Testsuite Parameters): Add GDB_DEBUG.
3952 (gdb,debug): Add board setting.
3953 * lib/gdb.exp (default_gdb_start): Start debugging.
3954 (gdb_debug_enabled): New procedure.
3955 (gdb_debug_init): Likewise.
3956
3957 2019-05-17 Alan Hayward <alan.hayward@arm.com>
3958
3959 * gdb.base/ui-redirect.exp: Add debug redirect tests.
3960
3961 2019-05-17 Alan Hayward <alan.hayward@arm.com>
3962
3963 * gdb.base/ui-redirect.exp: Test redirection.
3964
3965 2019-01-28 Jan Vrany <jan.vrany@fit.cvut.cz>
3966
3967 * gdb.mi/mi-complete.exp: New file.
3968 * gdb.mi/mi-complete.cc: Likewise.
3969
3970 2019-05-15 Bernhard Heckel <bernhard.heckel@intel.com>
3971
3972 * gdb.fortran/vla-sizeof.exp: Add tests of sizeof applied to
3973 indexed and sliced arrays, and pointers to arrays.
3974
3975 2019-05-14 Tom Tromey <tromey@adacore.com>
3976
3977 * gdb.base/info-shared.exp (check_info_shared): Add "info shared"
3978 styling test.
3979
3980 2019-05-14 Tom de Vries <tdevries@suse.de>
3981
3982 * gdb.dwarf2/dw2-skip-prologue.S (.debug_loc): Fix base address
3983 selection entry encoding.
3984
3985 2019-05-10 Tom Tromey <tromey@adacore.com>
3986
3987 * gdb.ada/info_exc.exp: Add "complete" test.
3988
3989 2019-05-09 Tom de Vries <tdevries@suse.de>
3990
3991 * gdb.arch/amd64-tailcall-self.S: Make DW_FORM_ref4 references
3992 CU-relative.
3993
3994 2019-05-09 Tom de Vries <tdevries@suse.de>
3995
3996 * gdb.arch/amd64-entry-value-paramref.S: Make DW_FORM_ref4 references
3997 CU-relative.
3998
3999 2019-05-08 Joel Brobecker <brobecker@adacore.com>
4000
4001 * gdb.ada/frame_arg_lang.exp: New testcase.
4002 * gdb.ada/frame_arg_lang/bla.adb: New file.
4003 * gdb.ada/frame_arg_lang/pck.ads: New file.
4004 * gdb.ada/frame_arg_lang/pck.adb: New file.
4005 * gdb.ada/frame_arg_lang/foo.c: New file.
4006
4007 2019-05-08 Tom Tromey <tromey@adacore.com>
4008
4009 * gdb.python/py-value.exp (test_value_in_inferior): Add Ada test.
4010
4011 2019-05-08 Tom Tromey <tromey@adacore.com>
4012
4013 * gdb.base/ptype-offsets.exp: Update tests.
4014
4015 2019-05-08 Tom Tromey <tromey@adacore.com>
4016
4017 * gdb.base/ptype-offsets.exp: Use string_to_regexp. Fix test
4018 cases.
4019 * gdb.base/ptype-offsets.cc (struct abc) <my_int_type>: Now
4020 "short".
4021
4022 2019-05-08 Tom Tromey <tromey@adacore.com>
4023
4024 * gdb.ada/vla.exp: New file.
4025 * gdb.ada/vla/vla.adb: New file.
4026
4027 2019-05-07 Tom de Vries <tdevries@suse.de>
4028
4029 * gdb.base/index-cache.exp (ls_host): Fix return statement.
4030
4031 2019-05-07 Tom de Vries <tdevries@suse.de>
4032
4033 PR testsuite/24522
4034 * gdb.dlang/watch-loc.c: Fix debug_info_offset in .debug_aranges
4035 section.
4036
4037 2019-05-07 Tom de Vries <tdevries@suse.de>
4038
4039 PR testsuite/24522
4040 * gdb.dwarf2/dw2-case-insensitive-debug.S: Fix debug_info_offset in
4041 .debug_aranges section.
4042
4043 2019-05-07 Tom de Vries <tdevries@suse.de>
4044
4045 PR testsuite/24159
4046 * lib/dwarf.exp: Fix handling of DW_FORM_ref_addr.
4047
4048 2019-05-06 Tom de Vries <tdevries@suse.de>
4049
4050 * lib/gdb.exp (exec_has_index_section): New proc.
4051 * gdb.base/index-cache.exp: Handle case that binfile contains an index
4052 section.
4053
4054 2019-05-04 Tom de Vries <tdevries@suse.de>
4055
4056 * boards/cc-with-debug-names.exp: New file.
4057
4058 2019-05-03 Tom Tromey <tromey@adacore.com>
4059
4060 * gdb.ada/char_enum/pck.ads (Global_Enum_Type): New type.
4061 * gdb.ada/char_enum/foo.adb: Use Global_Enum_Type.
4062 * gdb.ada/char_enum.exp: Add test.
4063
4064 2019-05-03 Tom de Vries <tdevries@suse.de>
4065
4066 * boards/cc-with-gdb-index.exp: New file.
4067
4068 2019-05-02 Andrew Burgess <andrew.burgess@embecosm.com>
4069
4070 * gdb.rust/simple.exp: Add new test case.
4071 * gdb.rust/simple.rs (struct StringAtOffset): New struct.
4072 (main): Initialise an instance of the new struct.
4073
4074 2019-05-01 Tom Tromey <tromey@adacore.com>
4075
4076 * gdb.ada/packed_array_assign/aggregates.ads (Nested_Packed): New
4077 record.
4078 (NPR): New variable.
4079 * gdb.ada/packed_array_assign.exp: Add nested packed assignment
4080 test.
4081
4082 2019-05-01 Tom Tromey <tromey@adacore.com>
4083
4084 * gdb.ada/packed_array_assign.exp: Add packed assignment
4085 regression test.
4086
4087 2019-05-01 Tom de Vries <tdevries@suse.de>
4088
4089 * boards/cc-with-tweaks.exp: Generate gdb.sh, and pass it in env(GDB).
4090
4091 2019-05-01 Tom de Vries <tdevries@suse.de>
4092
4093 * boards/dwarf4-gdb-index.exp: Use cc-with-tweaks.exp.
4094
4095 2019-04-30 Ali Tamur <tamur@google.com>
4096
4097 * lib/dwarf.exp(): Added DW_FORM_strx1-4.
4098
4099 2019-04-30 Tom Tromey <tromey@adacore.com>
4100
4101 * lib/ada.exp (find_ada_tool): New proc.
4102 * lib/gdb.exp (gdb_compile_shlib): Allow .o files as inputs.
4103 * gdb.ada/catch_ex_std.exp: New file.
4104 * gdb.ada/catch_ex_std/foo.adb: New file.
4105 * gdb.ada/catch_ex_std/some_package.adb: New file.
4106 * gdb.ada/catch_ex_std/some_package.ads: New file.
4107
4108 2019-04-30 Tom Tromey <tromey@adacore.com>
4109
4110 PR c++/24470:
4111 * gdb.cp/temargs.cc: Add test code from PR.
4112
4113 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
4114
4115 * gdb.fortran/vla-datatypes.exp: Update expected results.
4116 * gdb.fortran/vla-ptype.exp: Likewise.
4117 * gdb.fortran/vla-type.exp: Likewise.
4118 * gdb.fortran/vla-value.exp: Likewise.
4119
4120 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
4121
4122 * gdb.fortran/ptr-indentation.exp: Update expected results.
4123 * gdb.fortran/ptype-on-functions.exp: Likewise.
4124 * gdb.fortran/vla-ptr-info.exp: Likewise.
4125 * gdb.fortran/vla-value.exp: Likewise.
4126
4127 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
4128
4129 * gdb.fortran/ptype-on-functions.exp: New file.
4130 * gdb.fortran/ptype-on-functions.f90: New file.
4131
4132 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
4133
4134 * gdb.fortran/exprs.exp (test_convenience_variables): Expect lower
4135 case void string.
4136
4137 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
4138
4139 * gdb.fortran/complex.exp: Expand.
4140 * gdb.fortran/complex.f: Renamed to...
4141 * gdb.fortran/complex.f90: ...this, and extended to add more
4142 complex values.
4143
4144 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
4145
4146 * gdb.fortran/intrinsics.exp: Extend to cover MOD, CEILING, FLOOR,
4147 MODULO, CMPLX.
4148
4149 2019-04-29 Andrew Burgess <andrew.burgess@embecosm.com>
4150 Richard Bunt <richard.bunt@arm.com>
4151
4152 * gdb.base/max-depth.c: New file.
4153 * gdb.base/max-depth.exp: New file.
4154 * gdb.python/py-nested-maps.c: New file.
4155 * gdb.python/py-nested-maps.exp: New file.
4156 * gdb.python/py-nested-maps.py: New file.
4157 * gdb.python/py-format-string.exp (test_max_depth): New proc.
4158 (test_all_common): Call test_max_depth.
4159 * gdb.fortran/max-depth.exp: New file.
4160 * gdb.fortran/max-depth.f90: New file.
4161 * gdb.go/max-depth.exp: New file.
4162 * gdb.go/max-depth.go: New file.
4163 * gdb.modula2/max-depth.exp: New file.
4164 * gdb.modula2/max-depth.c: New file.
4165 * lib/gdb.exp (get_print_expr_at_depths): New proc.
4166
4167 2019-04-29 Tom de Vries <tdevries@suse.de>
4168
4169 * lib/opencl.exp (skip_opencl_tests): Add missing "with" in regexp.
4170
4171 2019-04-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4172
4173 * gdb.base/callexit.exp: Test may-call-functions off.
4174
4175 2019-04-25 Keith Seitz <keiths@redhat.com>
4176
4177 PR c++/24367
4178 * gdb.cp/meth-typedefs.cc (incomplete_struct)
4179 (another_incomplete_struct, test_incomplete): New definitions.
4180 (main): Use new definitions.
4181 * gdb.cp/meth-typedefs.exp: Add new tests for `test_incomplete'
4182 functions.
4183
4184 2019-04-25 Ali Tamur <tamur@google.com>
4185
4186 * lib/dwarf.exp (_handle_DW_FORM): Add DW_FORM_strx.
4187
4188 2019-04-25 Sergio Durigan Junior <sergiodj@redhat.com>
4189
4190 PR corefiles/11608
4191 PR corefiles/18187
4192 * gdb.base/coredump-filter-build-id.exp: New file.
4193
4194 2019-04-25 Alan Hayward <alan.hayward@arm.com>
4195
4196 * Makefile.in: Pass through GDBSERVER_DEBUG.
4197 * README (Testsuite Parameters): Add GDBSERVER_DEBUG.
4198 (gdbserver,debug): Add board setting.
4199 * gdb.trace/tspeed.exp: Skip when debugging.
4200 * lib/gdb.exp (gdbserver_debug_enabled): New procedure.
4201 * lib/gdbserver-support.exp: Likewise
4202
4203 2019-04-24 Tom Tromey <tromey@adacore.com>
4204
4205 * lib/gdb.exp (gdb_compile): Don't add -fno-stack-protector for
4206 Rust.
4207
4208 2019-04-24 Tom Tromey <tromey@adacore.com>
4209
4210 * gdb.arch/amd64-eval.exp: Test bitfield return.
4211 * gdb.arch/amd64-eval.cc (struct Bitfields): New.
4212 (class Foo) <return_bitfields>: New method.
4213 (main): Call it.
4214
4215 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
4216
4217 * gdb.cp/many-args.cc: New file.
4218 * gdb.cp/many-args.exp: New file.
4219
4220 2019-04-23 Tom de Vries <tdevries@suse.de>
4221
4222 PR gdb/24433
4223 * gdb.btrace/reconnect.exp: Fix stepi 19 pattern.
4224
4225 2019-04-23 Alan Hayward <alan.hayward@arm.com>
4226
4227 * gdb.trace/backtrace.exp: Use nopie flag.
4228 * gdb.trace/circ.exp: Likewise.
4229 * gdb.trace/collection.exp: Likewise.
4230 * gdb.trace/ftrace.exp: Likewise.
4231 * gdb.trace/mi-trace-unavailable.exp: Likewise.
4232 * gdb.trace/mi-traceframe-changed.exp: Likewise.
4233 * gdb.trace/qtro.exp: Likewise.
4234 * gdb.trace/read-memory.exp: Likewise.
4235 * gdb.trace/report.exp: Likewise.
4236 * gdb.trace/tfile.exp: Likewise.
4237 * gdb.trace/tfind.exp: Likewise.
4238 * gdb.trace/unavailable.exp: Likewise.
4239
4240 2019-04-22 Pedro Alves <palves@redhat.com>
4241
4242 * gdb.base/solib-probes-nosharedlibrary.c,
4243 gdb.base/solib-probes-nosharedlibrary.exp: New files.
4244
4245 2019-04-19 Tom Tromey <tromey@adacore.com>
4246
4247 * gdb.ada/ptype_union.c: New file.
4248 * gdb.ada/ptype_union.exp: New file.
4249
4250 2019-04-19 Tom Tromey <tromey@adacore.com>
4251
4252 PR symtab/24423:
4253 * gdb.base/list0.h (foo): Add a control-l character.
4254
4255 2019-04-18 Tom de Vries <tdevries@suse.de>
4256
4257 PR gdb/24433
4258 * boards/local-board.exp: Set sysroot to "".
4259
4260 2019-04-18 Tom de Vries <tdevries@suse.de>
4261 Pedro Alves <palves@redhat.com>
4262
4263 PR gdb/24454
4264 * gdb.threads/vfork-follow-child-exec.c: New file.
4265 * gdb.threads/vfork-follow-child-exec.exp: New file.
4266 * gdb.threads/vfork-follow-child-exit.c: New file.
4267 * gdb.threads/vfork-follow-child-exit.exp: New file.
4268
4269 2019-04-15 Leszek Swirski <leszeks@google.com>
4270
4271 * gdb.arch/amd64-eval.cc: New file.
4272 * gdb.arch/amd64-eval.exp: New file.
4273
4274 2019-04-11 Alan Hayward <alan.hayward@arm.com>
4275
4276 * gdb.server/sysroot.c: New test.
4277 * gdb.server/sysroot.exp: New file.
4278 * lib/gdbserver-support.exp (gdb_target_cmd): Add additional text
4279 matching param.
4280
4281 2019-04-11 Andrew Burgess <andrew.burgess@embecosm.com>
4282
4283 * gdb.base/align.exp: Extend test to cover structures containing
4284 only static fields.
4285
4286 2019-04-11 Tom de Vries <tdevries@suse.de>
4287
4288 * boards/cc-with-dwz-m.exp: New file.
4289 * boards/cc-with-dwz.exp: New file.
4290 * boards/cc-with-tweaks.exp: Note that check-gdb doesn't work.
4291
4292 2019-04-09 Simon Marchi <simon.marchi@efficios.com>
4293
4294 * gdb.base/start-cpp.exp: New file.
4295 * gdb.base/start-cpp.cc: New file.
4296
4297 2019-04-08 Kevin Buettner <kevinb@redhat.com>
4298
4299 * gdb.python/py-thrhandle.exp: Adjust tests to call
4300 thread_from_handle instead of thread_from_thread_handle.
4301
4302 2019-04-08 Kevin Buettner <kevinb@redhat.com>
4303
4304 * gdb.python/py-thrhandle.exp: Add tests for
4305 gdb.InferiorThread.handle.
4306
4307 2019-04-01 Andrew Burgess <andrew.burgess@embecosm.com>
4308
4309 * gdb.python/py-function.exp: Check calling helper function from
4310 all languages.
4311 * lib/gdb.exp (gdb_supported_languages): New proc.
4312
4313 2019-04-01 Andrew Burgess <andrew.burgess@embecosm.com>
4314
4315 * gdb.base/complex-parts.c: New file.
4316 * gdb.base/complex-parts.exp: New file.
4317
4318 2019-04-01 Tom Tromey <tromey@adacore.com>
4319
4320 PR symtab/23331:
4321 * gdb.dwarf2/dw2-ranges-main.c: New file.
4322 * gdb.dwarf2/dw2-ranges-psym.c: New file.
4323 * gdb.dwarf2/dw2-ranges-psym.exp: New file.
4324
4325 2019-03-30 Simon Marchi <simark@simark.ca>
4326
4327 * gdb.base/default.exp: Add values for $_gdb_major and
4328 $_gdb_minor.
4329
4330 2019-03-29 Tom Tromey <tromey@adacore.com>
4331
4332 * gdb.base/help.exp: Tighten apropos regexp.
4333
4334 2019-03-29 Keith Seitz <keiths@redhat.com>
4335
4336 * gdb.fortran/array-bounds.exp: New file.
4337 * gdb.fortran/array-bounds.f90: New file.
4338
4339 2019-03-28 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4340
4341 * gdb.multi/multi-term-settings.c (main): Increase alarm timer.
4342
4343 2019-03-28 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4344
4345 * gdb.multi/hello.c (main): Increase alarm timer.
4346
4347 2019-03-28 Sandra Loosemore <sandra@codesourcery.com>
4348
4349 * gdb.threads/watchpoint-fork.exp (test): Use large timeout
4350 factor when no hardware watchpoint support.
4351
4352 2019-03-28 Alan Hayward <alan.hayward@arm.com>
4353 Pedro Alves <palves@redhat.com>
4354
4355 * boards/local-board.exp: set sysroot to /.
4356
4357 2019-03-27 Alan Hayward <alan.hayward@arm.com>
4358
4359 * gdb.base/interrupt-daemon-attach.c (main): Add alarm and sleep
4360 in child.
4361
4362 2019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
4363
4364 * gdb.python/py-prettyprint.c (struct container) <is_map_p>: New
4365 field.
4366 (make_container): Initialise new field.
4367 * gdb.python/py-prettyprint.exp: Add new tests.
4368 * gdb.python/py-prettyprint.py (class ContainerPrinter)
4369 <display_hint>: New method.
4370
4371 2019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
4372
4373 * gdb.python/py-prettyprint.exp: Use gdb_breakpoint and
4374 gdb_continue_to_breakpoint more throughout this test.
4375 (run_lang_tests) Supply unique test names, and use
4376 gdb_test_no_output.
4377
4378 2019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
4379
4380 * gdb.base/finish-pretty.exp: Update expected results.
4381 * gdb.base/pretty-print.c: New file.
4382 * gdb.base/pretty-print.exp: New file.
4383
4384 2019-03-25 Pedro Alves <palves@redhat.com>
4385
4386 * lib/gdb.exp (gdb_test_multiple): Split appends to $code and
4387 move comments outside list. Append '-i "" eof' section.
4388
4389 2019-03-22 Alan Hayward <alan.hayward@arm.com>
4390
4391 PR testsuite/25016
4392 * README: Add pie options.
4393 * gdb.base/break-interp.exp: Ensure pie is disabled.
4394 * gdb.base/dump.exp: Likewise.
4395 * lib/gdb.exp (gdb_compile): Add pie option.
4396
4397 2019-03-19 Tom Tromey <tromey@adacore.com>
4398
4399 * gdb.mi/mi2-cli-display.c: New file.
4400 * gdb.mi/mi2-cli-display.exp: New file.
4401
4402 2019-03-18 Joel Brobecker <brobecker@adacore.com>
4403 Tom Tromey <tromey@adacore.com>
4404
4405 * gdb.ada/ptype_array/pck.adb: New file.
4406 * gdb.ada/ptype_array/pck.ads: New file.
4407 * gdb.ada/ptype_array/foo.adb: New file.
4408 * gdb.ada/ptype_array.exp: New file.
4409
4410 2019-03-14 Tom Tromey <tromey@adacore.com>
4411
4412 * gdb.base/style.exp: Add "set style sources" test.
4413
4414 2019-03-13 Simon Marchi <simon.marchi@ericsson.com>
4415
4416 * mi-breakpoint-location-ena-dis.exp: Rename to ...
4417 * mi-breakpoint-multiple-locations.exp: ... this.
4418 (make_breakpoints_pattern): New proc.
4419 (do_test): Add mi_version parameter, test -break-insert,
4420 -break-info and =breakpoint-created.
4421
4422 2019-03-12 Andrew Burgess <andrew.burgess@embecosm.com>
4423
4424 * config/default.exp: Remove 'load_lib gdb.exp'.
4425 * config/monitor.exp: Likewise.
4426 * config/sid.exp: Likewise.
4427 * config/sim.exp: Likewise.
4428 * config/slite.exp: Likewise.
4429 * config/unix.exp: Likewise.
4430 * gdb.base/default.exp: Remove unhelpful comment.
4431
4432 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
4433
4434 * gdb.fortran/type-kinds.exp: Extend to cover TYPE*SIZE cases.
4435
4436 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
4437
4438 * gdb.fortran/intrinsics.exp: Extend to cover ABS.
4439
4440 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
4441
4442 * gdb.fortran/type-kinds.exp: Update expected results.
4443
4444 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
4445
4446 * gdb.fortran/type-kinds.exp: Test new integer type kind.
4447
4448 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
4449
4450 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): New
4451 function.
4452 (test_basic_parsing_of_type_kinds): Expand types tested.
4453 (test_parsing_invalid_type_kinds): New function.
4454
4455 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
4456
4457 * gdb.fortran/intrinsics.exp: New file.
4458 * gdb.fortran/intrinsics.f90: New file.
4459 * gdb.fortran/type-kinds.exp: New file.
4460
4461 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
4462
4463 * gdb.fortran/dot-ops.exp: New file.
4464
4465 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
4466
4467 * gdb.fortran/types.exp (test_logical_literal_types_accepted):
4468 Check upper and lower case logical literals.
4469
4470 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
4471
4472 * gdb.fortran/types.exp (test_float_literal_types_accepted):
4473 Remove duplicate tests.
4474
4475 2019-03-06 Alan Hayward <alan.hayward@arm.com>
4476
4477 * lib/gdb.exp (builtin_cd): rename of cd.
4478 (cd): Override builtin.
4479
4480 2019-03-06 Richard Bunt <richard.bunt@arm.com>
4481
4482 * gdb.fortran/function-calls.exp: New file.
4483 * gdb.fortran/function-calls.f90: New test.
4484
4485 2019-03-04 Richard Bunt <richard.bunt@arm.com>
4486
4487 * gdb.fortran/short-circuit-argument-list.exp: Remove reliance
4488 on user program standard output.
4489 * gdb.fortran/short-circuit-argument-list.f90: Record function
4490 calls.
4491
4492 2019-02-28 Alan Hayward <alan.hayward@arm.com>
4493
4494 * lib/gdbserver-support.exp (gdbserver_start): Check for listen
4495 failure.
4496
4497 2019-02-28 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
4498
4499 PR gdb/8527
4500 * gdb.base/interrupt-daemon-attach.c,
4501 gdb.base/interrupt-daemon-attach.exp: New test.
4502
4503 2019-02-27 Pedro Alves <palves@redhat.com>
4504
4505 * gdb.base/page.exp: Add tests for "set width/height -1".
4506
4507 2019-02-27 Pedro Alves <palves@redhat.com>
4508
4509 * gdb.base/page.exp: Add tests for "set/show width/height" with
4510 "infinite" values.
4511
4512 2019-02-27 Tom Tromey <tromey@adacore.com>
4513
4514 * lib/gdb.exp (skip_python_tests_prompt): Don't check for Python
4515 2.4.
4516 * gdb.python/py-finish-breakpoint.exp: Remove Python 2.4
4517 workaround.
4518
4519 2019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
4520
4521 * gdb.base/align.exp: Extend to compile in both C and C++, and add
4522 tests for structs with static members.
4523
4524 2019-02-26 Tom Tromey <tromey@adacore.com>
4525
4526 * gdb.python/py-value.exp (test_value_from_buffer): Check for
4527 ValueError, not TypeError.
4528
4529 2019-02-26 Kevin Buettner <kevinb@redhat.com>
4530
4531 * gdb.python/py-value.exp (test_value_from_buffer): New proc with
4532 call from main program.
4533
4534 2019-02-23 Joel Brobecker <brobecker@adacore.com>
4535
4536 * gdb.ada/mi_ref_changeable.exp: Update copyright year range.
4537 * gdb.ada/mi_ref_changeable/foo_rb20_056.adb: Likewise.
4538 * gdb.ada/mi_ref_changeable/pck.adb: Likewise.
4539 * gdb.ada/mi_ref_changeable/pck.ads: Likewise.
4540 * gdb.dwarf2/inlined_subroutine-inheritance.exp: Likewise.
4541
4542 2019-02-22 Keith Seitz <keiths@redhat.com>
4543
4544 PR symtab/23853
4545 * gdb.base/symlink-sourcefile.c: New file.
4546 * gdb.base/symlink-sourcefile.exp: New file.
4547
4548 2019-02-20 Tom Tromey <tom@tromey.com>
4549
4550 * gdb.base/info_qt.exp: Update.
4551
4552 2019-02-19 Simon Marchi <simon.marchi@polymtl.ca>
4553
4554 * gdb.base/source.exp: Move "error in sourced script" code to
4555 the end.
4556 * gdb.base/source-error.gdb: Move contents to
4557 source-error-1.gdb. Add new code to source source-error-1.gdb.
4558 * gdb.base/source-error-1.gdb: New file, from previous
4559 source-error.gdb.
4560
4561 2019-02-17 Tom Tromey <tom@tromey.com>
4562
4563 * gdb.base/style.exp: Use -g3 to compile when possible. Add test
4564 for macro styling.
4565 * gdb.base/style.c (SOME_MACRO): New macro.
4566
4567 2019-02-17 Tom Tromey <tom@tromey.com>
4568
4569 * gdb.base/style.exp: Add line-wrapping tests.
4570 * gdb.base/page.exp: Add test for quitting during pagination.
4571
4572 2019-02-17 Joel Brobecker <brobecker@adacore.com>
4573
4574 * gdb.ada/big_packed_array: New testcase.
4575 * gdb.ada/homonym.exp: Fix incorrect expected output for
4576 "break <homonym__get_value>" test.
4577
4578 2019-02-13 Weimin Pan <weimin.pan@oracle.com>
4579
4580 PR breakpoints/21870
4581 * gdb.arch/aarch64-dbreg-contents.exp: Use runto_main + continue
4582 and prepare_for_testing. Add comment.
4583 * gdb.arch/aarch64-dbreg-contents.c: Remove SET_WATCHPOINT and
4584 redundant cleanup call. Clean up comment.
4585
4586 2019-02-12 Weimin Pan <weimin.pan@oracle.com>
4587
4588 PR breakpoints/21870
4589 * gdb.arch/aarch64-dbreg-contents.exp: New file.
4590 * gdb.arch/aarch64-dbreg-contents.c: New file.
4591
4592 2019-02-10 Joel Brobecker <brobecker@adacore.com>
4593
4594 * gdb.ada/mi_ref_changeable: New testcase.
4595
4596 2019-02-07 Alan Hayward <alan.hayward@arm.com>
4597
4598 * gdb.base/attach.exp: Add double attach test.
4599
4600 2019-02-07 Simon Marchi <simon.marchi@polymtl.ca>
4601
4602 * lib/gdb.exp (default_gdb_start): Don't match pagination
4603 prompt.
4604 (gdb_init): Set stty_init.
4605
4606 2019-01-27 Tom Tromey <tom@tromey.com>
4607
4608 * gdb.python/py-finish-breakpoint.exp: Remove duplicate call to
4609 skip_python_tests.
4610
4611 2019-01-24 Alan Hayward <alan.hayward@arm.com>
4612
4613 * gdb.base/infcall-nested-structs.c (struct struct_static_02_01):
4614 New structure.
4615 (struct struct_static_02_02): Likewise.
4616 (struct struct_static_02_03): Likewise.
4617 (struct struct_static_02_04): Likewise.
4618 (struct struct_static_04_01): Likewise.
4619 (struct struct_static_04_02): Likewise.
4620 (struct struct_static_04_03): Likewise.
4621 (struct struct_static_04_04): Likewise.
4622 (struct struct_static_06_01): Likewise.
4623 (struct struct_static_06_02): Likewise.
4624 (struct struct_static_06_03): Likewise.
4625 (struct struct_static_06_04): Likewise.
4626 (cmp_struct_static_02_01): Likewise.
4627 (cmp_struct_static_02_02): Likewise.
4628 (cmp_struct_static_02_03): Likewise.
4629 (cmp_struct_static_02_04): Likewise.
4630 (cmp_struct_static_04_01): Likewise.
4631 (cmp_struct_static_04_02): Likewise.
4632 (cmp_struct_static_04_03): Likewise.
4633 (cmp_struct_static_04_04): Likewise.
4634 (cmp_struct_static_06_01): Likewise.
4635 (cmp_struct_static_06_02): Likewise.
4636 (cmp_struct_static_06_03): Likewise.
4637 (cmp_struct_static_06_04): Likewise.
4638 (call_all): Test new structs.
4639 * gdb.base/infcall-nested-structs.exp: Likewise.
4640
4641 2019-01-21 Alan Hayward <alan.hayward@arm.com>
4642 * gdb.base/infcall-nested-structs.exp: Test C++ in addition to C.
4643
4644 2019-01-21 Alan Hayward <alan.hayward@arm.com>
4645 * gdb.base/stack-protector.c: New test.
4646 * gdb.base/stack-protector.exp: New file.
4647 * gdb.cp/ovldbreak.exp: Only allow a single break line.
4648 * lib/gdb.exp (get_compiler_info): Use getting_compiler_info
4649 option.
4650 (gdb_compile): Remove stack protector for GCC and prevent
4651 recursion.
4652
4653 2019-01-16 Keith Seitz <keiths@redhat.com>
4654
4655 PR gdb/23773
4656 * gdb.dwarf2/inlined_subroutine-inheritance.exp: New file.
4657
4658 2019-01-14 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
4659
4660 * gdb.arch/vsx-regs.exp: Add tests that use the vector register
4661 aliases.
4662 * gdb.arch/altivec-regs.exp: Likewise. Fix indentation of two
4663 tests.
4664 * gdb.arch/powerpc-vector-regs.c: New file.
4665 * gdb.arch/powerpc-vector-regs.exp: New file.
4666
4667 2019-01-14 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
4668
4669 * gdb.arch/altivec-regs.exp: Fix the list passed to
4670 gdb_expect_list when testing "info vector".
4671
4672 2019-01-12 Andrew Burgess <andrew.burgess@embecosm.com>
4673
4674 * gdb.base/style.exp: Don't include path in testname.
4675
4676 2019-01-10 Keith Seitz <keiths@redhat.com>
4677
4678 PR gdb/23712
4679 PR symtab/23010
4680 * gdb.dwarf2/multidictionary.exp: New file.
4681
4682 2019-01-09 Simon Marchi <simon.marchi@ericsson.com>
4683
4684 * gdb.cp/demangle.exp (test_gnu_style_demangling): Rename to...
4685 (test_gnuv3_style_demangling): ... this.
4686 (test_lucid_style_demangling): Remove.
4687 (test_arm_style_demangling): Remove.
4688 (test_hp_style_demangling): Remove.
4689 (do_tests): Remove calls to the above.
4690
4691 2019-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
4692
4693 * lib/mi-support.exp (mi_gdb_test): Remove interactive prompt
4694 case.
4695
4696 2019-01-06 Tom Tromey <tom@tromey.com>
4697
4698 PR gdb/28155:
4699 * gdb.dwarf2/typedef-void-finish.exp: New file.
4700
4701 2018-12-28 Tom Tromey <tom@tromey.com>
4702 Simon Marchi <simark@simark.ca>
4703
4704 * gdb.base/jit-exec.exp: New file.
4705 * gdb.base/jit-exec.c: New file.
4706 * gdb.base/jit-execd.c: New file.
4707
4708 2018-12-28 Tom Tromey <tom@tromey.com>
4709
4710 * gdb.base/style.exp: Update test to check for address styling.
4711
4712 2018-12-28 Tom Tromey <tom@tromey.com>
4713
4714 * gdb.base/style.exp: Add test for styling of "Reading symbols"
4715 message.
4716
4717 2018-12-28 Tom Tromey <tom@tromey.com>
4718
4719 * gdb.base/style.exp: Add test for version number styling.
4720
4721 2018-12-28 Tom Tromey <tom@tromey.com>
4722
4723 * gdb.base/style.exp: Add test for print_address_symbolic.
4724
4725 2018-12-28 Tom Tromey <tom@tromey.com>
4726
4727 * gdb.base/style.exp: Add test for breakpoint setting.
4728
4729 2018-12-28 Tom Tromey <tom@tromey.com>
4730
4731 * gdb.base/style.exp: Add test for variable names.
4732
4733 2018-12-28 Tom Tromey <tom@tromey.com>
4734
4735 * gdb.base/style.exp: New file.
4736 * gdb.base/style.c: New file.
4737
4738 2018-12-28 Tom Tromey <tom@tromey.com>
4739
4740 * lib/gdb.exp (gdb_init): Set the TERM environment variable to
4741 "dumb".
4742 * gdb.base/readline.exp (operate_and_get_next): Save and restore
4743 the TERM environment variable.
4744
4745 2018-12-27 Tom Tromey <tom@tromey.com>
4746
4747 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): Add
4748 pagination test.
4749
4750 2018-12-24 Andrew Burgess <andrew.burgess@embecosm.com>
4751
4752 * gdb.dwarf2/dw2-unusual-field-names.c: New file.
4753 * gdb.dwarf2/dw2-unusual-field-names.exp: New file.
4754
4755 2018-12-24 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4756
4757 * gdb.ada/bp_fun_addr/a.adb (a): Rename to bp_fun_addr.
4758 Filename a.adb changed to bp_fun_addr.adb.
4759 gdb.ada/bp_fun_addr.exp: Update test accordingly.
4760
4761 2018-12-21 Jan Vrany <jan.vrany@fit.cvut.cz>
4762
4763 * lib/gdb.exp (gdb_compile): Add new nopie flag enforce
4764 non-PIE executables.
4765 * README: Mention the gdb,nopie_flag board setting.
4766 * gdb.arch/amd64-disp-step.exp: Use nopie flag to enforce
4767 non-PIE executable.
4768 * gdb.arch/amd64-entry-value.exp: Likewise.
4769 * gdb.arch/amd64-invalid-stack-middle.exp: Likewise.
4770 * gdb.arch/i386-float.exp: Likewise.
4771 * gdb.arch/i386-signal.exp: Likewise.
4772 * gdb.mi/mi-reg-undefined.exp: Likewise.
4773
4774 2018-12-21 Paul Marechal <paul.marechal@ericsson.com>
4775
4776 PR gdb/23974
4777 * gdb.base/info-os.exp: Check return for unknown "info os" type.
4778
4779 2018-12-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4780
4781 * gdb.ada/info_auto_lang.exp: Normalize some_c source file.
4782 Update order of results accordingly.
4783
4784 2018-12-12 Andrew Burgess <andrew.burgess@embecosm.com>
4785
4786 * gdb.base/annota1.exp: Update a test regexp.
4787
4788 2018-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
4789
4790 * gdb.base/float.exp: Handle RISC-V targets without an FPU.
4791
4792 2018-12-09 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4793
4794 * gdb.threads/tid-reuse.c (REUSE_TIME_CAP): Declare as 60.
4795 (reuse_time): Initialize to REUSE_TIME_CAP.
4796 (check_rc): New function.
4797 (main): Use REUSE_TIME_CAP instead of hardcoded 60.
4798 Check pthread_create rc.
4799 (spawner_thread_func): Check pthread_create and pthread_join rc.
4800
4801 2018-12-08 Pedro Alves <palves@redhat.com>
4802
4803 * gdb.base/list.exp (test_forward_search): Rename to ...
4804 (test_forward_reverse_search): ... this. Also test reverse-search
4805 and the forward-search alias.
4806
4807 2018-12-05 Andrew Burgess <andrew.burgess@embecosm.com>
4808
4809 * config/sim.exp (gdb_target_sim): Remove redundant adjustment of
4810 local timeout variable before return, and remove all local timeout
4811 variable entirely.
4812 (gdb_load): Likewise.
4813
4814 2018-12-01 Tom de Vries <tdevries@suse.de>
4815
4816 * gdb.base/gdb-caching-proc.exp: New file.
4817
4818 2018-11-25 Sergio Durigan Junior <sergiodj@redhat.com>
4819
4820 * Makefile.in (TIMESTAMP): New variable.
4821 (check-single): Add $(TIMESTAMP) to the end of $(DO_RUNTEST)
4822 command.
4823 (check-single-racy): Likewise.
4824 (check/%.exp): Likewise.
4825 (check-racy/%.exp): Likewise.
4826 (workers/%.worker): Likewise.
4827 (build-perf): Likewise.
4828 (check-perf): Likewise.
4829 * README: Describe new "TS" and "TS_FORMAT" variables.
4830 * print-ts.py: New file.
4831
4832 2018-11-21 Benno Fünfstück <benno.fuenfstueck@gmail.com>
4833
4834 PR python/23714
4835 * gdb.python/python.exp: Test command repetition after
4836 gdb.execute.
4837
4838 2018-11-20 Andrew Burgess <andrew.burgess@embecosm.com>
4839
4840 * gdb.opt/inline-break.exp: Add test that info breakpoint output
4841 is correctly aligned.
4842
4843 2018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4844
4845 * gdb.ada/info_auto_lang.exp: New testcase.
4846 * gdb.ada/info_auto_lang/global_pack.ads: New file.
4847 * gdb.ada/info_auto_lang/proc_in_ada.adb: New file.
4848 * gdb.ada/info_auto_lang/some_c.c: New file.
4849
4850 2018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4851
4852 * gdb.dwarf2/dw2-case-insensitive.exp: Update due to auto switch to
4853 FUNC_lang language syntax.
4854
4855 2018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4856
4857 * gdb.base/info_minsym.c: New file.
4858 * gdb.base/info_minsym.exp: New file.
4859
4860 2018-11-19 Tom Tromey <tom@tromey.com>
4861
4862 PR rust/23625:
4863 * gdb.rust/simple.exp: Add ptype test. Update expected output.
4864 * gdb.rust/expr.exp: Update expected output. Change one test.
4865
4866 2018-11-19 Tom Tromey <tom@tromey.com>
4867
4868 * gdb.rust/simple.rs: Don't initialize empty_enum_value.
4869
4870 2018-11-19 Pedro Alves <palves@redhat.com>
4871
4872 * gdb.base/warning.exp: Don't override INTERNAL_FLAGS. Use
4873 gdb_spawn_with_cmdline_opts instead of gdb_start. Check that we
4874 see the expected warning.
4875
4876 2018-11-16 Alan Hayward <alan.hayward@arm.com>
4877
4878 PR gdb/22736:
4879 * gdb.cp/infcall-nodebug-lib.c: New test.
4880 * gdb.cp/infcall-nodebug-main.c: New test.
4881 * gdb.cp/infcall-nodebug.exp: New file.
4882
4883 2018-11-12 Simon Marchi <simon.marchi@polymtl.ca>
4884
4885 * gdb.base/skip.exp: Add standard_testfile. Add "skip delete"
4886 completer tests.
4887
4888 2018-11-09 Tom de Vries <tdevries@suse.de>
4889
4890 * gdb.base/msym-lang.c: New test.
4891 * gdb.base/msym-lang.exp: New file.
4892 * gdb.base/msym-lang-main.c: New test.
4893
4894 2018-11-08 Tom Tromey <tom@tromey.com>
4895
4896 PR gdb/23555:
4897 PR gdb/23838:
4898 * gdb.base/warning.exp: New file.
4899
4900 2018-11-08 Jan Beulich <jbeulich@suse.com>
4901
4902 * testsuite/gdb.arch/i386-avx512.c,
4903 testsuite/gdb.arch/i386-avx512.exp: Add 7th test.
4904
4905 2018-11-08 Andrew Burgess <andrew.burgess@embecosm.com>
4906
4907 * gdb.arch/riscv-reg-aliases.exp: Handle targets without floating
4908 point hardware.
4909
4910 2018-11-07 Andrew Burgess <andrew.burgess@embecosm.com>
4911
4912 * gdb.dwarf2/void-type.exp: Rename types, and make var_a an 'int'.
4913 * gdb.dwarf2/missing-type-name.exp: New file.
4914
4915 2018-11-06 Tom de Vries <tdevries@suse.de>
4916
4917 * gdb.base/many-headers.c: New test.
4918 * gdb.base/many-headers.exp: New file.
4919
4920 2018-11-06 Jim Wilson <jimw@sifive.com>
4921
4922 * gdb.base/code_elim.exp: For riscv, set additional_flags
4923 to include -msmall-data-limit=0.
4924
4925 2018-11-01 Joel Brobecker <brobecker@adacore.com>
4926
4927 * gdb.ada/watch_minus_l: New testcase.
4928
4929 2018-11-01 Sangamesh Mallayya <sangamesh.swamy@in.ibm.com>
4930
4931 * gdb.arch/aix-sighandle.c: New file.
4932 * gdb.arch/aix-sighandle.exp: New file.
4933
4934 2018-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
4935
4936 * gdb.arch/riscv-reg-aliases.exp: Rewrite to take account of float
4937 registers being unions.
4938
4939 2018-10-31 Tom de Vries <tdevries@suse.de>
4940
4941 * lib/valgrind.exp: New file.
4942 (vgdb_start, vgdb_stop): New procs, factored out of ...
4943 * gdb.base/valgrind-bt.exp: ... here, ...
4944 * gdb.base/valgrind-disp-step.exp: ... here and ...
4945 * gdb.base/valgrind-infcall.exp: ... here.
4946
4947 2018-10-31 Tom de Vries <tdevries@suse.de>
4948
4949 * lib/gdb.exp (get_valueof): Don't output read value in test name.
4950
4951 2018-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
4952
4953 * gdb.dwarf2/void-type.c: New file.
4954 * gdb.dwarf2/void-type.exp: New file.
4955
4956 2018-10-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4957
4958 * gdb.base/info_qt.c: New file.
4959 * gdb.base/info_qt.exp: New file.
4960
4961 2018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
4962
4963 * gdb.arch/powerpc-htm-regs.c: New file.
4964 * gdb.arch/powerpc-htm-regs.exp: New file.
4965
4966 2018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
4967
4968 * gdb.arch/powerpc-tar.c: New file.
4969 * gdb.arch/powerpc-tar.exp: New file.
4970
4971 2018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
4972
4973 * gdb.arch/powerpc-ppr-dscr.c: New file.
4974 * gdb.arch/powerpc-ppr-dscr.exp: New file.
4975
4976 2018-10-25 Tom de Vries <tdevries@suse.de>
4977
4978 * gdb.base/valgrind-db-attach.exp: Rewrite to use vgdb.
4979
4980 2018-10-24 Tom de Vries <tdevries@suse.de>
4981
4982 * lib/gdb.exp (gdb_test_multiple): Log wait status on process no
4983 longer exists error.
4984
4985 2018-10-24 Tom de Vries <tdevries@suse.de>
4986
4987 * gdb.base/catch-follow-exec.exp: Rewrite using gdb_test.
4988
4989 2018-10-24 Tom de Vries <tdevries@suse.de>
4990
4991 * gdb.base/valgrind-db-attach.exp: Handle removed support for
4992 --db-attach in valgrind.
4993
4994 2018-10-23 Andrew Burgess <andrew.burgess@embecosm.com>
4995
4996 * gdb.arch/riscv-reg-aliases.c: New file.
4997 * gdb.arch/riscv-reg-aliases.exp: New file.
4998
4999 2018-10-19 Alan Hayward <alan.hayward@arm.com>
5000
5001 * gdb.python/py-cmd.exp: Check for gdb_prompt.
5002
5003 2018-10-19 Alan Hayward <alan.hayward@arm.com>
5004
5005 * gdb.base/vla-optimized-out.exp: Allow either optimized out or 6.
5006
5007 2018-10-19 Alan Hayward <alan.hayward@arm.com>
5008
5009 * gdb.cp/ovldbreak.exp: Fix regexps.
5010
5011 2018-10-19 Alan Hayward <alan.hayward@arm.com>
5012
5013 * gdb.compile/compile-cplus-print.exp: Start inferior earlier.
5014
5015 2018-10-18 Sergio Durigan Junior <sergiodj@redhat.com>
5016
5017 PR cli/23785
5018 * gdb.base/restore.exp: New test to check if "restore" with an
5019 invalid file doesn't segfault.
5020
5021 2018-10-18 Tom de Vries <tdevries@suse.de>
5022
5023 * gdb.ada/bp_inlined_func.exp: Fix capitalized test name.
5024 * gdb.ada/excep_handle.exp: Same.
5025 * gdb.ada/mi_string_access.exp: Same.
5026 * gdb.ada/mi_var_union.exp: Same.
5027 * gdb.arch/arc-analyze-prologue.exp: Same.
5028 * gdb.arch/arc-decode-insn.exp: Same.
5029 * gdb.base/readnever.exp: Same.
5030 * gdb.fortran/printing-types.exp: Same.
5031 * gdb.guile/scm-lazy-string.exp: Same.
5032
5033 2018-10-16 Tom de Vries <tdevries@suse.de>
5034
5035 PR gdb/23730
5036 * gdb.base/catch-follow-exec.c: Add copyright notice.
5037 * gdb.base/catch-follow-exec.exp: Rewrite to use
5038 gdb_spawn_with_cmdline_opts. Require gdb-native.
5039
5040 2018-10-12 Sandra Loosemore <sandra@codesourcery.com>
5041
5042 * gdb.trace/actions-changed.exp: Check for arch support.
5043 * gdb.trace/actions.exp: Likewise.
5044 * gdb.trace/ax.exp: Likewise.
5045 * gdb.trace/backtrace.exp: Likewise.
5046 * gdb.trace/change-loc.exp: Likewise.
5047 * gdb.trace/deltrace.exp: Likewise.
5048 * gdb.trace/ftrace-lock.exp: Check for shlib and arch support.
5049 * gdb.trace/ftrace.exp: Likewise.
5050 * gdb.trace/infotrace.exp: Check for arch support.
5051 * gdb.trace/mi-trace-frame-collected.exp: Likewise.
5052 * gdb.trace/mi-tracepoint-changed.exp: Likewise.
5053 * gdb.trace/mi-tsv-changed.exp: Likewise.
5054 * gdb.trace/packetlen.exp: Likewise.
5055 * gdb.trace/passc-dyn.exp: Likewise.
5056 * gdb.trace/passcount.exp: Likewise.
5057 * gdb.trace/pending.exp: Likewise.
5058 * gdb.trace/range-stepping.exp: Check for shlib support.
5059 * gdb.trace/report.exp: Check for arch support.
5060 * gdb.trace/save-trace.exp: Likewise.
5061 * gdb.trace/signal.exp: Check for signal support.
5062 * gdb.trace/tfind.exp: Check for arch support.
5063 * gdb.trace/trace-break.exp: Check for arch and shlib support.
5064 * gdb.trace/trace-common.h: Add comment.
5065 * gdb.trace/trace-condition.exp: Check for shlib and arch support.
5066 * gdb.trace/trace-enable-disable.exp: Likewise.
5067 * gdb.trace/trace-mt.exp: Likewise. Remove redundant untested call.
5068 * gdb.trace/tracecmd.exp: Check for arch support.
5069 * gdb.trace/tspeed.exp: Check for shlib and target support.
5070 * gdb.trace/tstatus.exp: Check for arch support.
5071 * gdb.trace/tsv.exp: Likewise.
5072 * gdb.trace/while-dyn.exp: Likewise.
5073 * gdb.trace/while-stepping.exp: Likewise.
5074 * lib/trace-support.exp (gdb_trace_common_supports_arch): New.
5075
5076 2018-10-12 Simon Marchi <simon.marchi@ericsson.com>
5077
5078 * gdb.trace/tspeed.exp: Remove nowarnings.
5079 (prepare_for_trace_test): Declare "global ipalib".
5080 * gdb.trace/tspeed.c: Include unistd.h.
5081 (main): Remove superfluous printf argument.
5082
5083 2018-10-11 Sandra Loosemore <sandra@codesourcery.com>
5084
5085 * gdb.base/solib-vanish.exp: Fix regexp not to require a POSIX
5086 directory prefix on the filename.
5087
5088 2018-10-10 Sergio Durigan Junior <sergiodj@redhat.com>
5089
5090 * gdb.gdb/unittest.exp: Update expected message informing that
5091 selftests have been disabled.
5092 * gdb.server/unittest.exp: Likewise.
5093
5094 2018-10-09 Tom de Vries <tdevries@suse.de>
5095
5096 * lib/gdb.exp (target_supports_scheduler_locking): Replace gdb_start_cmd
5097 with runto_main.
5098
5099 2018-10-08 Weimin Pan <weimin.pan@oracle.com>
5100
5101 PR c++/16841
5102 * gdb.cp/virtbase2.cc: New file.
5103 * gdb.cp/virtbase2.exp: New file.
5104
5105 2018-10-06 Tom Tromey <tom@tromey.com>
5106
5107 PR python/19399:
5108 * gdb.python/py-inferior.exp: Add architecture test.
5109
5110 2018-10-06 Tom Tromey <tom@tromey.com>
5111
5112 * gdb.base/gnu-ifunc.exp (build): Use standard_output_file.
5113 * gdb.trace/unavailable-dwarf-piece.exp: Use standard_output_file.
5114
5115 2018-10-06 Tom Tromey <tom@tromey.com>
5116
5117 * gdb.python/py-breakpoint.exp (check_last_event): Check location
5118 of a "throw" catchpoint.
5119
5120 2018-10-06 Sergio Durigan Junior <sergiodj@redhat.com>
5121
5122 * gdb.base/info-proc.exp: Update string expected from "help info
5123 proc".
5124
5125 2018-10-04 Tom Tromey <tom@tromey.com>
5126
5127 * gdb.cp/maint.exp (test_invalid_name): Update expected output.
5128 * gdb.gdb/complaints.exp (test_short_complaints): Remove.
5129 (test_initial_complaints, test_empty_complaints): Update.
5130 * gdb.dwarf2/dw2-stack-boundary.exp: Update.
5131
5132 2018-10-04 Tom Tromey <tom@tromey.com>
5133
5134 PR cli/19551:
5135 * lib/mi-support.exp (mi_gdb_file_cmd): Update.
5136 * lib/gdb.exp (gdb_file_cmd): Update.
5137 * gdb.stabs/weird.exp (print_weird_var): Update.
5138 * gdb.server/solib-list.exp: Update.
5139 * gdb.multi/remove-inferiors.exp (test_remove_inferiors): Update.
5140 * gdb.mi/mi-cli.exp: Update.
5141 * gdb.linespec/linespec.exp: Update.
5142 * gdb.dwarf2/dw2-stack-boundary.exp: Update.
5143 * gdb.dwarf2/dw2-objfile-overlap.exp: Update.
5144 * gdb.cp/cp-relocate.exp: Update.
5145 * gdb.base/sym-file.exp: Update.
5146 * gdb.base/relocate.exp: Update.
5147 * gdb.base/readnever.exp: Update.
5148 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
5149 * gdb.base/kill-detach-inferiors-cmd.exp: Update.
5150 * gdb.base/dbx.exp (gdb_file_cmd): Update.
5151 * gdb.base/code_elim.exp: Update.
5152 * gdb.base/break-unload-file.exp (test_break): Update.
5153 * gdb.base/break-interp.exp (test_attach_gdb): Update.
5154 * gdb.base/break-idempotent.exp (force_breakpoint_re_set):
5155 Update.
5156 * gdb.base/attach.exp (do_attach_tests): Update.
5157 * gdb.base/sepdebug.exp: Update.
5158 * gdb.python/py-section-script.exp: Update.
5159
5160 2018-10-04 Tom Tromey <tom@tromey.com>
5161
5162 PR cli/22234:
5163 * gdb.dwarf2/dw2-stack-boundary.exp: Update expected output.
5164 * gdb.gdb/complaints.exp (test_short_complaints): Update expected
5165 output.
5166
5167 2018-10-04 Tom Tromey <tom@tromey.com>
5168
5169 * gdb.base/attach.exp (test_command_line_attach_run): Use -quiet;
5170 set width and height to 0.
5171 (test_command_line_attach_run): Use -quiet.
5172
5173 2018-10-03 Sandra Loosemore <sandra@codesourcery.com>
5174
5175 * lib/gdb.exp (skip_ifunc_tests): New.
5176 * gdb.base/gnu-ifunc.exp: Skip if no ifunc support. Handle
5177 other compile failures.
5178 * gdb.compile/compile-ifunc.exp: Skip if no ifunc support.
5179
5180 2018-10-01 Simon Marchi <simon.marchi@ericsson.com>
5181
5182 * gdb.arch/i386-avx512.exp: Fix setting of nr_regs based on
5183 is_amd64_regs_target.
5184
5185 2018-10-01 Alan Hayward <alan.hayward@arm.com>
5186
5187 * gdb.arch/aarch64-sighandler-regs.c: New test.
5188 * gdb.arch/aarch64-sighandler-regs.exp: New file.
5189 * lib/gdb.exp (skip_aarch64_sve_tests): New proc.
5190
5191 2018-10-01 Markus Metzger <markus.t.metzger@intel.com>
5192
5193 * lib/gdb.exp (is_amd64_regs_target): Change assembly to C inline
5194 assembly.
5195
5196 2018-09-28 Andrew Burgess <andrew.burgess@embecosm.com>
5197
5198 * gdb.base/frame-selection.exp: New file.
5199 * gdb.base/frame-selection.c: New file.
5200
5201 2018-09-27 Alan Hayward <alan.hayward@arm.com>
5202
5203 * gdb.threads/check-libthread-db.c (thread_routine): Use a
5204 pthread barrier.
5205 (main): Likewise.
5206
5207 2018-09-26 Andrew Burgess <andrew.burgess@embecosm.com>
5208
5209 * gdb.base/large-frame-1.c: New file.
5210 * gdb.base/large-frame-2.c: New file.
5211 * gdb.base/large-frame.exp: New file.
5212 * gdb.base/large-frame.h: New file.
5213
5214 2018-09-24 Jozef Lawrynowicz <jozef.l@mittosystems.com>
5215
5216 PR gdb/20948
5217 * gdb.base/write_mem.exp: New test.
5218 * gdb.base/write_mem.c: Likewise.
5219
5220 2018-09-23 Tom Tromey <tom@tromey.com>
5221
5222 PR python/18852:
5223 * gdb.python/py-parameter.exp: Add test for parameter that throws
5224 on "set".
5225
5226 2018-09-23 Tom Tromey <tom@tromey.com>
5227
5228 PR python/17284:
5229 * gdb.python/py-template.exp (test_template_arg): Add test for
5230 negative template argument number.
5231
5232 2018-09-23 Tom Tromey <tom@tromey.com>
5233
5234 PR python/14062:
5235 * gdb.python/python.exp: Add test for post_event error.
5236
5237 2018-09-23 Tom Tromey <tom@tromey.com>
5238
5239 PR python/18170:
5240 * gdb.python/py-value.exp (test_value_numeric_ops): Add tests to
5241 convert pointers to int and long.
5242
5243 2018-09-23 Tom Tromey <tom@tromey.com>
5244
5245 PR python/20126:
5246 * gdb.python/py-value.exp (test_value_numeric_ops): Add
5247 signed-ness conversion tests.
5248
5249 2018-09-23 Tom Tromey <tom@tromey.com>
5250
5251 PR python/18352;
5252 * gdb.python/py-value.exp (test_float_conversion): New proc.
5253 Use it.
5254
5255 2018-09-20 Hafiz Abid Qadeer <abidh@codesourcery.com>
5256
5257 gdb.base/reggroups.exp (fetch_reggroups): Add '_' in match pattern.
5258
5259 2018-09-18 Sandra Loosemore <sandra@codesourcery.com>
5260
5261 * gdb.base/complete-empty.exp: Skip tab-completion tests if
5262 no readline.
5263 * gdb.base/utf8-identifiers.exp: Likewise.
5264 * gdb.cp/cpcompletion.exp: Likewise.
5265 * gdb.linespec/cpcompletion.exp: Likewise.
5266 * gdb.linespec/cpls-abi-tag.exp: Likewise.
5267 * gdb.linespec/cpls-ops.exp: Likewise.
5268
5269 2018-09-19 Richard Bunt <richard.bunt@arm.com>
5270 Chris January <chris.january@arm.com>
5271
5272 * gdb.cp/koenig.exp: Extend to test logical short circuiting.
5273 * gdb.fortran/short-circuit-argument-list.exp: New file.
5274 * gdb.fortran/short-circuit-argument-list.f90: New test.
5275
5276 2018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
5277
5278 * gdb.arch/amd64-invalid-stack-top.exp: Expect optional
5279 "arch=" keyword when executing "-stack-list-frames".
5280
5281 2018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
5282
5283 * gdb.arch/amd64-invalid-stack-middle.exp: Expect optional
5284 "arch=" keyword when executing "-stack-list-frames".
5285
5286 2018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
5287
5288 * gdb.ada/complete.exp: Expect for "@" when doing "complete
5289 break ada".
5290
5291 2018-09-17 Simon Marchi <simon.marchi@polymtl.ca>
5292
5293 PR python/23669
5294 * gdb.python/python.exp: Test gdb.execute("show commands").
5295
5296 2018-09-16 Tom Tromey <tom@tromey.com>
5297
5298 * gdb.base/new-ui.exp (do_execution_tests): Update.
5299 * gdb.base/dbx.exp (test_breakpoints): Update.
5300
5301 2018-09-14 Alan Hayward <alan.hayward@arm.com>
5302
5303 * lib/gdb.exp (gdb_simple_compile): Add proc.
5304 (is_elf_target): Use gdb_simple_compile.
5305 (skip_altivec_tests): Likewise.
5306 (skip_vsx_tests): Likewise.
5307 (skip_tsx_tests): Likewise.
5308 (skip_btrace_tests): Likewise.
5309 (skip_btrace_pt_tests): Likewise.
5310 (gdb_can_simple_compile): Likewise.
5311 (gdb_has_argv0): Likewise.
5312 (gdb_target_symbol_prefix): Likewise.
5313 (target_supports_scheduler_locking): Likewise.
5314
5315 2018-09-13 Tom Tromey <tom@tromey.com>
5316
5317 * Makefile.in (TAGS): Recognize proc_with_prefix and
5318 gdb_caching_proc.
5319
5320 2018-09-13 Simon Marchi <simon.marchi@ericsson.com>
5321
5322 * gdb.python/py-progspace.exp: Test the Progspace.objfiles
5323 method.
5324
5325 2018-09-13 Simon Marchi <simon.marchi@ericsson.com>
5326
5327 * gdb.python/py-inferior.exp: Add tests for Inferior.progspace
5328 and a few other Inferior properties when the Inferior is no
5329 longer valid.
5330
5331 2018-09-13 Tom Tromey <tom@tromey.com>
5332
5333 PR rust/23650:
5334 * gdb.rust/simple.exp: Add test for enum field access error.
5335
5336 2018-09-13 Tom Tromey <tom@tromey.com>
5337
5338 PR rust/23626:
5339 * gdb.rust/simple.rs (EmptyEnum): New type.
5340 (main): Use it.
5341 * gdb.rust/simple.exp (test_one_slice): Add empty enum test.
5342
5343 2018-09-13 Simon Marchi <simon.marchi@ericsson.com>
5344
5345 * gdb.python/py-inferior.exp: Test repr() of gdb.Inferior.
5346 * gdb.python/py-objfile.exp: Test repr() of gdb.Objfile.
5347 * gdb.python/py-symtab.exp: Update test printing an objfile.
5348
5349 2018-09-12 Simon Marchi <simon.marchi@ericsson.com>
5350
5351 * gdb.python/py-inferior.exp: Test using an invalid gdb.Inferior
5352 object.
5353
5354 2018-09-12 Alan Hayward <alan.hayward@arm.com>
5355
5356 * lib/gdb.exp (gdb_can_simple_compile): Add proc.
5357 (support_complex_tests): Use gdb_can_simple_compile.
5358 (is_ilp32_target): Likewise.
5359 (is_lp64_target): Likewise.
5360 (is_64_target): Likewise.
5361 (is_amd64_regs_target): Likewise.
5362 (is_aarch32_target): Likewise.
5363 (gdb_int128_helper): Likewise.
5364
5365 2018-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
5366
5367 * Makefile.in (check-parallel-racy): Fix dg-extract-results.sh path.
5368
5369 2018-09-10 Jerome Guitton <guitton@adacore.com>
5370
5371 * gdb.ada/same_component_name: Add test for case of tagged record
5372 with variable-length fields.
5373
5374 2018-09-10 Xavier Roirand <roirand@adacore.com>
5375
5376 * gdb.ada/access_to_unbounded_array.exp: New testcase.
5377 * gdb.ada/access_to_unbounded_array/foo.adb: New file.
5378 * gdb.ada/access_to_unbounded_array/pack.adb: New file.
5379 * gdb.ada/access_to_unbounded_array/pack.ads: New file.
5380
5381 2018-09-10 Xavier Roirand <roirand@adacore.com>
5382
5383 * gdb.ada/mi_string_access.exp: New testcase.
5384 * gdb.ada/mi_string_access/bar.adb: New file.
5385 * gdb.ada/mi_string_access/pck.adb: New file.
5386 * gdb.ada/mi_string_access/pck.asd: New file.
5387
5388 2018-09-10 Xavier Roirand <roirand@adacore.com>
5389
5390 * gdb.ada/mi_var_union.exp: New testcase.
5391 * gdb.ada/mi_var_union/bar.adb: New file.
5392 * gdb.ada/mi_var_union/pck.adb: New file.
5393 * gdb.ada/mi_var_union/pck.asd: New file.
5394
5395 2018-09-08 Tom Tromey <tom@tromey.com>
5396
5397 * gdb.python/py-prettyprint.exp: Use with_test_prefix.
5398
5399 2018-09-08 Tom Tromey <tom@tromey.com>
5400
5401 PR python/16047:
5402 * gdb.python/py-prettyprint.py (pp_int_typedef3): New class.
5403 (register_pretty_printers): Register new printer.
5404 * gdb.python/py-prettyprint.exp (run_lang_tests): Add int_type3
5405 test.
5406 * gdb.python/py-prettyprint.c (int_type3): New typedef.
5407 (an_int_type3): New global.
5408
5409 2018-09-08 Joel Brobecker <brobecker@adacore.com>
5410
5411 * gdb.ada/expr_with_funcall: New testcase.
5412
5413 2018-09-08 Joel Brobecker <brobecker@adacore.com>
5414
5415 * gdb.ada/packed_array_assign: New testcase.
5416
5417 2018-09-07 Andrew Burgess <andrew.burgess@embecosm.com>
5418
5419 * gdb.base/watchpoint.exp (test_complex_watchpoint): Extend test
5420 names, and add test prefixes to make test names unique.
5421
5422 2018-09-05 Tom de Vries <tdevries@suse.de>
5423
5424 * gdb.dwarf2/varval.exp: Add test.
5425
5426 2018-09-04 Gary Benson <gbenson@redhat.com>
5427
5428 * gdb.base/batch-exit-status.exp: Use gdb_test_multiple and expect
5429 'eof' before 'wait -i'. Use remote_close and clear_gdb_spawn_id.
5430
5431 2018-08-31 Tom Tromey <tom@tromey.com>
5432
5433 * gdb.rust/simple.rs: Rename second variable "v".
5434
5435 2018-08-30 Andrew Burgess <andrew.burgess@embecosm.com>
5436
5437 * gdb.base/funcargs.c (use_a): New function.
5438 (recurse): Call use_a.
5439
5440 2018-08-29 Keith Seitz <keiths@redhat.com>
5441
5442 * gdb.compile/compile-cplus-anonymous.cc: New file.
5443 * gdb.compile/compile-cplus-anonymous.exp: New file.
5444 * gdb.compile/compile-cplus-array-decay.cc: New file.
5445 * gdb.compile/compile-cplus-array-decay.exp: New file.
5446 * gdb.compile/compile-cplus-inherit.cc: New file.
5447 * gdb.compile/compile-cplus-inherit.exp: New file.
5448 * gdb.compile/compile-cplus-member.cc: New file.
5449 * gdb.compile/compile-cplus-member.exp: New file.
5450 * gdb.compile/compile-cplus-method.cc: New file.
5451 * gdb.compile/compile-cplus-method.exp: New file.
5452 * gdb.compile/compile-cplus-mod.c: "New" file.
5453 * gdb.compile/compile-cplus-namespace.cc: New file.
5454 * gdb.compile/compile-cplus-namespace.exp: New file.
5455 * gdb.compile/compile-cplus-nested.cc: New file.
5456 * gdb.compile/compile-cplus-nested.exp: New file.
5457 * gdb.compile/compile-cplus-print.c: "New" file.
5458 * gdb.compile/compile-cplus-print.exp: "New" file.
5459 * gdb.compile/compile-cplus-virtual.cc: New file.
5460 * gdb.compile/compile-cplus-virtual.exp: New file.
5461 * gdb.compile/compile-cplus.c: "New" file.
5462 * gdb.compile/compile-cplus.exp: "New" file.
5463 * lib/compile-support.exp: New file.
5464
5465 2018-08-16 Gary Benson <gbenson@redhat.com>
5466
5467 PR gdb/13000:
5468 * gdb.base/batch-exit-status.exp: New file.
5469 * gdb.base/batch-exit-status.good-commands: Likewise.
5470 * gdb.base/batch-exit-status.bad-commands: Likewise.
5471
5472 2018-08-29 Alan Hayward <alan.hayward@arm.com>
5473
5474 * gdb.base/infcall-nested-structs.c (struct struct01): Remove.
5475 (struct struct02): Likewise.
5476 (struct struct03): Likewise.
5477 (struct struct04): Likewise.
5478 (struct struct_01_01): New struct.
5479 (struct struct_01_02): Likewise.
5480 (struct struct_01_03): Likewise.
5481 (struct struct_01_04): Likewise.
5482 (struct struct_02_01): Likewise.
5483 (struct struct_02_02): Likewise.
5484 (struct struct_02_03): Likewise.
5485 (struct struct_02_04): Likewise.
5486 (struct struct_04_01): Likewise.
5487 (struct struct_04_02): Likewise.
5488 (struct struct_04_03): Likewise.
5489 (struct struct_04_04): Likewise.
5490 (struct struct_05_01): Likewise.
5491 (struct struct_05_02): Likewise.
5492 (struct struct_05_03): Likewise.
5493 (struct struct_05_04): Likewise.
5494 (cmp_struct01): Remove function.
5495 (cmp_struct02): Likewise.
5496 (cmp_struct03): Likewise.
5497 (cmp_struct04): Likewise.
5498 (cmp_struct_01_01): Add Function.
5499 (cmp_struct_01_02): Likewise.
5500 (cmp_struct_01_03): Likewise.
5501 (cmp_struct_01_04): Likewise.
5502 (cmp_struct_02_01): Likewise.
5503 (cmp_struct_02_02): Likewise.
5504 (cmp_struct_02_03): Likewise.
5505 (cmp_struct_02_04): Likewise.
5506 (cmp_struct_04_01): Likewise.
5507 (cmp_struct_04_02): Likewise.
5508 (cmp_struct_04_03): Likewise.
5509 (cmp_struct_04_04): Likewise.
5510 (cmp_struct_05_01): Likewise.
5511 (cmp_struct_05_02): Likewise.
5512 (cmp_struct_05_03): Likewise.
5513 (cmp_struct_05_04): Likewise.
5514 (call_all): Add new structs.
5515 * gdb.base/infcall-nested-structs.exp: Likewise.
5516
5517 2018-08-27 Jan Vrany <jan.vrany@fit.cvut.cz>
5518
5519 * gdb.python/py-framefilter-mi.exp: Update regexp to
5520 check for "arch" field in frame output.
5521
5522 2018-08-23 Kevin Buettner <kevinb@redhat.com>
5523
5524 * gdb.dwarf2/dw2-ranges-func.c: New file.
5525 * gdb.dwarf2/dw2-ranges-func.exp: New file.
5526
5527 2018-08-22 Simon Marchi <simon.marchi@polymtl.ca>
5528
5529 * gdb.base/term.exp: Compare terminal settings with values from
5530 the inferior.
5531 * gdb.base/term.c: Get and set terminal settings.
5532
5533 2018-08-22 Jan Vrany <jan.vrany@fit.cvut.cz>
5534
5535 * lib/mi-support.exp (mi_expect_stop): Update regexp to
5536 accommodate new "arch" field in frame output.
5537 * gdb.mi/mi-return.exp: Likewise.
5538 * gdb.mi/mi-stack.exp: Likewise.
5539 * gdb.mi/mi-syn-frame.exp: Likewise.
5540 * gdb.mi/user-selected-context-sync.exp: Likewise.
5541
5542 2018-08-19 Michael Spang <spang@google.com>
5543
5544 PR gdb/11786
5545 * gdb.base/gcore-tls-pie.c: New file.
5546 * gdb.base/gcore-tls-pie.exp: New file.
5547
5548 2018-08-18 Kevin Buettner <kevinb@redhat.com>
5549
5550 * lib/dwarf.exp: Add support for DW_OP_GNU_variable_value.
5551 * gdb.dwarf2/varval.c: New file.
5552 * gdb.dwarf2/varval.exp: New file.
5553
5554 2018-08-17 Alan Hayward <alan.hayward@arm.com>
5555
5556 PR gdb/18931
5557 * gdb.arch/aarch64-fp.c (main): Fix asm registers.
5558
5559 2018-08-16 Keith Seitz <keiths@redhat.com>
5560
5561 * gdb.compile/compile.exp: Use gdb_test_no_output for "compile code"
5562 tests expected to pass.
5563
5564 2018-08-14 Jan Vrany <jan.vrany@fit.cvut.cz>
5565
5566 * gdb.mi/mi-disassemble.exp (test_disassembly_only): Add tests for
5567 -data-disassemble -a.
5568 (test_disassembly_bogus_args): Likewise.
5569
5570 2018-08-14 Andrew Burgess <andrew.burgess@embecosm.com>
5571
5572 * gdb.mi/list-thread-groups-available.exp: Update test regexp.
5573
5574 2018-08-09 Andrew Burgess <andrew.burgess@embecosm.com>
5575
5576 * gdb.base/vla-optimized-out.exp: Add new test.
5577
5578 2018-08-09 Andrew Burgess <andrew.burgess@embecosm.com>
5579
5580 * gdb.base/vla-optimized-out-o3.exp: Delete.
5581 * gdb.base/vla-optimized-out-o3-strict.exp: Delete.
5582 * gdb.base/vla-optimized-out.exp: Extend to cover all of the
5583 deleted tests.
5584
5585 2018-08-08 Andrew Burgess <andrew.burgess@embecosm.com>
5586
5587 PR gdb/18050:
5588 * gdb.server/extended-remote-restart.c: New file.
5589 * gdb.server/extended-remote-restart.exp: New file.
5590
5591 2018-08-07 Simon Marchi <simon.marchi@polymtl.ca>
5592
5593 * gdb.fortran/nested-funcs.exp: Replace "set index = 42" with
5594 "set variable index = 42".
5595
5596 2018-08-07 Simon Marchi <simon.marchi@ericsson.com>
5597
5598 * boards/index-cache-gdb.exp: New file.
5599 * gdb.dwarf2/index-cache.exp: New file.
5600 * gdb.dwarf2/index-cache.c: New file.
5601 * gdb.base/maint.exp: Check if we are using the index cache.
5602
5603 2018-08-07 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
5604
5605 * Makefile.in (saw_dash_j): Allow for GNU make 4.2+ passing -jN in
5606 MAKEFLAGS.
5607
5608 2018-08-06 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
5609
5610 * dg-extract-results.sh: Move to toplevel contrib.
5611 * Makefile.in (check-parallel): Reflect dg-extract-results.sh move.
5612 * Makefile.in (check-parallel-racy): Likewise.
5613
5614 2018-08-06 Andrew Burgess <andrew.burgess@embecosm.com>
5615
5616 * lib/gdb.exp (target_supports_scheduler_locking): New proc.
5617 * gdb.mi/mi-cmd-param-changed.exp: Only run scheduler locking
5618 tests if the target supports scheduler locking.
5619
5620 2018-08-04 Tom de Vries <tdevries@suse.de>
5621
5622 * gdb.python/py-rbreak.exp: Fix rbreak regexp.
5623
5624 2018-08-02 Tom Tromey <tom@tromey.com>
5625
5626 PR symtab/16842.
5627 * gdb.cp/temargs.exp: Test "info address" of a template
5628 parameter.
5629
5630 2018-07-31 Jan Vrany <jan.vrany@fit.cvut.cz>
5631
5632 * gdb.python/py-mi-var-info-path-expression.c: New file.
5633 * gdb.python/py-mi-var-info-path-expression.py: New file.
5634 * gdb.python/py-mi-var-info-path-expression.exp: New file.
5635
5636 2018-07-30 Sergio Durigan Junior <sergiodj@redhat.com>
5637
5638 * lib/gdbserver-support.exp (gdbserver_start): Match any kind of
5639 error after "cannot resolve name" string.
5640
5641 2018-07-28 Andrew Burgess <andrew.burgess@embecosm.com>
5642
5643 * gdb.trace/tspeed.exp: Only call gdb_load_shlib after gdb has
5644 started.
5645 * lib/gdb.exp (gdb_load_shlib): Call perror if GDB is not running.
5646
5647 2018-07-28 Tom de Vries <tdevries@suse.de>
5648
5649 * gdb.base/vla-optimized-out-o3-strict.exp: New file.
5650
5651 2018-07-26 Tom de Vries <tdevries@suse.de>
5652
5653 * gdb.base/vla-optimized-out.c: Add comment about origin of test-case.
5654
5655 2018-07-26 Andrew Burgess <andrew.burgess@embecosm.com>
5656
5657 * gdb.base/maint.exp: Add check that dwarf unwinders control flag
5658 is visible.
5659
5660 2018-07-26 Tom de Vries <tdevries@suse.de>
5661
5662 PR breakpoints/23366
5663 * gdb.base/catch-follow-exec.c: New test.
5664 * gdb.base/catch-follow-exec.exp: New file.
5665
5666 2018-07-25 Tom de Vries <tdevries@suse.de>
5667
5668 * gdb.base/vla-optimized-out-o3.exp: New file. Reuse
5669 vla-optimized-out.c.
5670
5671 2018-07-25 Jan Vrany <jan.vrany@fit.cvut.cz>
5672
5673 * gdb.mi/mi-breakpoint-location-ena-dis.cc: New file.
5674 * gdb.mi/mi-breakpoint-location-ena-dis.exp: New file.
5675
5676 2018-07-20 Tom de Vries <tdevries@suse.de>
5677
5678 * gdb.base/vla-optimized-out.c: Make noclone attribute conditional on
5679 NOCLONE macro.
5680 * gdb.base/vla-optimized-out.exp: Use additional_flags -DNOCLONE.
5681
5682 2018-07-19 Tom de Vries <tdevries@suse.de>
5683
5684 * gdb.mi/list-thread-groups-available.exp (cores_re): Fix quoting in
5685 regular expression.
5686
5687 2018-07-18 Tom de Vries <tdevries@suse.de>
5688
5689 * gdb.base/vla-optimized-out.c: New test.
5690 * gdb.base/vla-optimized-out.exp: New file.
5691
5692 2018-07-13 Sergio Durigan Junior <sergiodj@redhat.com>
5693
5694 * lib/gdbserver-support.exp (gdbserver_start): Expect for the
5695 message "No address associated with hostname" when gdbserver
5696 cannot resolve the hostname.
5697
5698 2018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5699
5700 * gdb.threads/pthreads.exp: Test qcs FLAG arguments.
5701 Add some test prefixes to make tests unique.
5702
5703 2018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5704
5705 * gdb.base/frameapply.c: New file.
5706 * gdb.base/frameapply.exp: New file.
5707
5708 2018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5709
5710 * gdb.base/skip.exp: Update expected error message.
5711
5712 2018-07-11 Sergio Durigan Junior <sergiodj@redhat.com>
5713 Jan Kratochvil <jan.kratochvil@redhat.com>
5714 Paul Fertser <fercerpav@gmail.com>
5715 Tsutomu Seki <sekiriki@gmail.com>
5716
5717 * README (Testsuite Parameters): Mention new 'GDB_TEST_SOCKETHOST'
5718 parameter.
5719 * boards/native-extended-gdbserver.exp: Do not set 'sockethost'
5720 by default.
5721 * boards/native-gdbserver.exp: Likewise.
5722 * gdb.server/run-without-local-binary.exp: Improve regexp used
5723 for detecting when a remote debugging connection succeeds.
5724 * gdb.server/server-connect.exp: New file.
5725 * lib/gdbserver-support.exp (gdbserver_default_get_comm_port):
5726 Do not prefix the port number with ":".
5727 (gdbserver_start): New global GDB_TEST_SOCKETHOST. Implement
5728 support for detecting and using it. Add '$debughost_gdbserver'
5729 to the list of arguments used to start gdbserver. Handle case
5730 when gdbserver cannot resolve a network name.
5731
5732 2018-07-11 Sergio Durigan Junior <sergiodj@redhat.com>
5733
5734 PR c++/23373
5735 * gdb.base/ptype-offsets.cc (struct static_member): New
5736 struct.
5737 (main) <stmember>: New variable.
5738 * gdb.base/ptype-offsets.exp: Add test for printing a struct
5739 with a static member in it.
5740
5741 2018-07-10 Andrew Burgess <andrew.burgess@embecosm.com>
5742
5743 * gdb.base/watchpoint-reuse-slot.exp: Test with hardware
5744 watchpoints enabled and disabled.
5745
5746 2018-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
5747
5748 * gdb.base/examine-backward.exp: Still run tests around address
5749 0x0, even if address 0x0 is not readable. Update the pattern for
5750 matching address 0x0 in expected output.
5751
5752 2018-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
5753
5754 * gdb.base/share-env-with-gdbserver.c (main): Add call to
5755 malloc/free.
5756
5757 2018-07-04 Tom de Vries <tdevries@suse.de>
5758
5759 * gdb.dwarf2/dw2-error.exp: Update expected error message.
5760
5761 2018-07-02 Maciej W. Rozycki <macro@mips.com>
5762
5763 PR tdep/8282
5764 * gdb.arch/mips-disassembler-options.exp: New test.
5765 * gdb.arch/mips-disassembler-options.s: New test source.
5766
5767 2018-06-29 Pedro Alves <palves@redhat.com>
5768
5769 * gdb.threads/names.exp: Adjust expected "info threads" output.
5770
5771 2018-06-29 Pedro Alves <palves@redhat.com>
5772
5773 * gdb.opt/inline-break.exp (line number, address): Add "info
5774 break" tests.
5775
5776 2018-06-29 Pedro Alves <palves@redhat.com>
5777
5778 * gdb.opt/inline-break.c (func1): Add "break here" marker.
5779 * gdb.opt/inline-break.exp: Test setting breakpoints by line
5780 number and address and running to them.
5781
5782 2018-06-29 Richard Bunt <richard.bunt@arm.com>
5783
5784 * gdb.base/watchpoint-hw-attach.exp: Remove unstable output.
5785
5786 2018-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
5787
5788 * lib/compiler.c: Remove executable permission flag.
5789
5790 2018-06-28 Richard Bunt <richard.bunt@arm.com>
5791
5792 * gdb.base/watchpoint-hw-attach.c (main): Remove unneeded
5793 code.
5794 * gdb.base/watchpoint-hw-attach.exp: Break in outermost frame.
5795
5796 2018-06-28 Petr Tesarik <ptesarik@suse.cz>
5797
5798 * gdb.base/relocate.exp: Add test for "add-symbol-file -o ".
5799
5800 2018-06-28 Petr Tesarik <ptesarik@suse.cz>
5801
5802 * gdb.base/relocate.exp: Test add-symbol-file behavior when the
5803 address argument is omitted.
5804
5805 2018-06-28 Petr Tesarik <ptesarik@suse.cz>
5806
5807 * gdb.base/relocate.exp: Add test for "symbol-file -o ".
5808
5809 2018-06-27 Omair Javaid <omair.javaid@linaro.org>
5810
5811 PR gdb/21695
5812 * gdb.base/infoline-reloc-main-from-zero.exp: New test.
5813 * gdb.base/infoline-reloc-main-from-zero.c: New file.
5814
5815 2018-06-26 Tom Tromey <tom@tromey.com>
5816
5817 PR rust/22574:
5818 * gdb.rust/simple.exp (test_one_slice): Add ptype/o tests.
5819 * gdb.rust/simple.rs (struct SimpleLayout): New.
5820
5821 2018-06-22 Simon Marchi <simon.marchi@ericsson.com>
5822
5823 * gdb.base/jit-reader.exp (jit_reader_test): Expect spaces in
5824 "info registers" output.
5825
5826 2018-06-21 Richard Bunt <richard.bunt@arm.com>
5827
5828 * gdb.base/watchpoint-hw-attach.c: New test.
5829 * gdb.base/watchpoint-hw-attach.exp: New file.
5830
5831 2018-06-20 Simon Marchi <simon.marchi@ericsson.com>
5832
5833 * boards/cc-with-tweaks.exp: Don't call cc-with-tweaks.sh
5834 through /bin/sh.
5835 * boards/dwarf4-gdb-index.exp: Likewise.
5836 * boards/fission-dwp.exp: Likewise.
5837
5838 2018-06-20 Ulrich Weigand <uweigand@de.ibm.com>
5839
5840 * gdb.base/float128.exp: Add comment and improved fail message
5841 to the failure case of "print large128" test.
5842
5843 2018-06-19 Simon Marchi <simon.marchi@ericsson.com>
5844
5845 * configure.ac: Remove AC_PREREQ.
5846 * configure: Re-generate.
5847
5848 2018-06-19 Pedro Alves <palves@redhat.com>
5849
5850 * gdb.opt/inline-break.c (func_inline_callee, func_inline_caller)
5851 (func_extern_caller): New.
5852 (main): Call func_extern_caller.
5853 * gdb.opt/inline-break.exp: Add tests for inline frame skipping
5854 logic change.
5855
5856 2018-06-18 Weimin Pan <weimin.pan@oracle.com>
5857
5858 PR gdb/16841
5859 * gdb.cp/typedef-base.cc: New file.
5860 * gdb.cp/typedef-base.exp: New file.
5861
5862 2018-06-18 Tom de Vries <tdevries@suse.de>
5863
5864 * gdb.ada/bp_inlined_func.exp: Allow 5 breakpoint locations.
5865
5866 2018-06-16 Andrew Burgess <andrew.burgess@embecosm.com>
5867 Richard Bunt <Richard.Bunt@arm.com>
5868
5869 * gdb.threads/attach-slow-waitpid.c: New file.
5870 * gdb.threads/attach-slow-waitpid.exp: New file.
5871 * gdb.threads/slow-waitpid.c: New file.
5872
5873 2018-06-14 Pedro Alves <palves@redhat.com>
5874
5875 * gdb.base/fork-running-state.c: Include <errno.h>.
5876 (exit_if_relative_exits): New.
5877 (fork_child): If 'exit_if_relative_exits' is true, exit if the parent
5878 exits.
5879 (fork_parent): If 'exit_if_relative_exits' is true, exit if the
5880 child exits.
5881
5882 2018-06-14 Tom de Vries <tdevries@suse.de>
5883
5884 PR cli/22573
5885 * gdb.base/finish-pretty.c: New test.
5886 * gdb.base/finish-pretty.exp: New file.
5887
5888 2018-06-14 Pedro Alves <palves@redhat.com>
5889
5890 * gdb.gdb/selftest.exp (test_with_self): Use multi_line to build
5891 gdb's expected startup output.
5892
5893 2018-06-14 Pedro Alves <palves@redhat.com>
5894
5895 * lib/selftest-support.exp (selftest_setup): Remove inlined
5896 function handling.
5897
5898 2018-06-14 Tom de Vries <tdevries@suse.de>
5899
5900 * lib/selftest-support.exp (selftest_setup): Allow function arguments in
5901 matching of breakpoint printing.
5902
5903 2018-06-13 Tom de Vries <tdevries@suse.de>
5904
5905 PR testsuite/23269
5906 * gdb.base/fork-running-state.c (main): Move setting of alarm ...
5907 (fork_child): ... here, and ...
5908 (fork_parent): ... here.
5909
5910 2018-06-12 Tom de Vries <tdevries@suse.de>
5911
5912 * gdb.gdb/selftest.exp (test_with_self): Update gdb startup text.
5913
5914 2018-06-12 Andrew Burgess <andrew.burgess@embecosm.com>
5915 Stephen Roberts <stephen.roberts@arm.com>
5916
5917 * gdb.threads/multiple-successive-infcall.exp: Remove kfail case,
5918 rewrite test to describe action performed, rather than possible
5919 failure.
5920
5921 2018-06-08 Gary Benson <gbenson@redhat.com>
5922
5923 * gdb.threads/check-libthread-db.exp: New file.
5924 * gdb.threads/check-libthread-db.c: Likewise.
5925
5926 2018-06-05 Tom Tromey <tom@tromey.com>
5927
5928 * gdb.base/default.exp: Update expected "show version" output.
5929
5930 2018-06-05 Tom Tromey <tom@tromey.com>
5931
5932 PR cli/12326:
5933 * gdb.cp/static-print-quit.exp: Update.
5934 * lib/gdb.exp (pagination_prompt): Update.
5935 * gdb.base/page.exp: Use pagination_prompt. Add new tests.
5936 * gdb.python/python.exp: Update.
5937
5938 2018-06-04 Joel Brobecker <brobecker@adacore.com>
5939
5940 * gdb.mi/list-thread-groups-no-inferior.exp: New testcase.
5941
5942 2018-06-01 Joel Brobecker <brobecker@adacore.com>
5943
5944 * gdb.ada/bp_fun_addr: New testcase.
5945
5946 2018-06-01 Tom Tromey <tom@tromey.com>
5947
5948 * gdb.xml/tdesc-regs.exp (load_description): Update expected
5949 results.
5950 * gdb.dwarf2/method-ptr.exp: Set language to C++.
5951 * gdb.dwarf2/member-ptr-forwardref.exp: Set language to C++.
5952 * gdb.cp/typeid.exp (do_typeid_tests): Update type_re.
5953 * gdb.base/maint.exp (maint_pass_if): Update.
5954
5955 2018-05-31 Maciej W. Rozycki <macro@mips.com>
5956
5957 * gdb.base/endian.exp: New test.
5958 * gdb.base/endian.c: New test source.
5959
5960 2018-05-24 Andrew Burgess <andrew.burgess@embecosm.com>
5961
5962 PR gdb/23203
5963 * gdb.base/bt-selected-frame.c: New file.
5964 * gdb.base/bt-selected-frame.exp: New file.
5965 * lib/gdb.exp (get_current_frame_number): New function.
5966
5967 2018-05-24 Maciej W. Rozycki <macro@mips.com>
5968 Pedro Alves <palves@redhat.com>
5969
5970 * gdb.threads/tls-core.c: Include <stdlib.h>
5971 (thread_proc): Call `abort'.
5972 * gdb.threads/tls-core.exp: Generate a core with core_find too.
5973 (tls_core_test): New procedure, bits factored out from ...
5974 (top level): ... here. Test both native cores and gcore cores.
5975
5976 2018-05-23 Tom Tromey <tom@tromey.com>
5977
5978 * gdb.gdb/complaints.exp (test_initial_complaints): Simplify.
5979
5980 2018-05-23 Tom Tromey <tom@tromey.com>
5981
5982 * gdb.gdb/complaints.exp (test_initial_complaints): Don't mention
5983 symfile_complaints.
5984 (test_short_complaints): Likewise.
5985 (test_empty_complaints): Likewise.
5986 (test_initial_complaints): Update.
5987
5988 2018-05-23 Tom Tromey <tom@tromey.com>
5989
5990 * gdb.gdb/complaints.exp (test_empty_complaints): Update.
5991
5992 2018-05-23 Tom Tromey <tom@tromey.com>
5993
5994 * gdb.gdb/complaints.exp (test_serial_complaints): Remove.
5995 (test_short_complaints): Update.
5996
5997 2018-05-22 Pedro Alves <palves@redhat.com>
5998
5999 * gdb.base/remote.exp: Only gdb_start after compiling the
6000 testcase. Issue "disconnect" before testing "set remote" command
6001 defaults. Issue clean_restart before running to main.
6002
6003 2018-05-22 Pedro Alves <palves@redhat.com>
6004
6005 * gdb.base/remote.exp: Adjust expected output of "show remote
6006 memory-write-packet-size". Add tests for "set remote
6007 memory-write-packet-size 0" and "set remote
6008 memory-write-packet-size fixed/limit".
6009
6010 2018-05-22 Pedro Alves <palves@redhat.com>
6011
6012 PR gdb/22973
6013 * gdb.base/utf8-identifiers.c: New file.
6014 * gdb.base/utf8-identifiers.exp: New file.
6015
6016 2018-05-22 Pedro Franco de Carvalho <pedromfc@linux.vnet.ibm.com>
6017
6018 * gdb.arch/powerpc-fpscr-gcore.exp: New file.
6019
6020 2018-05-22 Pedro Franco de Carvalho <pedromfc@linux.vnet.ibm.com>
6021
6022 * gdb.arch/powerpc-vsx-gcore.exp: New file.
6023
6024 2018-05-18 Tom Tromey <tom@tromey.com>
6025
6026 * gdb.base/ptype-offsets.exp: Update.
6027
6028 2018-05-17 Keith Seitz <keiths@redhat.com>
6029
6030 * gdb.ada/bp_inlined_func.exp: Update inlined frame locations
6031 in expected breakpoint stop locations.
6032 * gdb.dwarf2/implptr.exp (implptr_test_baz): Use up/down to
6033 move to proper scope to test variable values.
6034 * gdb.opt/inline-break.c (inline_func1, not_inline_func1)
6035 (inline_func2, not_inline_func2, inline_func3, not_inline_func3):
6036 New functions.
6037 (main): Call not_inline_func3.
6038 * gdb.opt/inline-break.exp: Start inferior and set breakpoints at
6039 inline_func1, inline_func2, and inline_func3. Test that when each
6040 breakpoint is hit, GDB properly reports both the stop location
6041 and the backtrace. Repeat tests for temporary breakpoints.
6042
6043 2018-05-15 Maciej W. Rozycki <macro@mips.com>
6044
6045 * gdb.server/server-kill.exp: Verify whether `server_pid' exists
6046 rather then trying to access it in determining whether the PID
6047 of `gdbserver' could have been retrieved.
6048
6049 2018-05-08 Andrew Burgess <andrew.burgess@embecosm.com>
6050
6051 * gdb.arch/amd64-init-x87-values.S: New file.
6052 * gdb.arch/amd64-init-x87-values.exp: New file.
6053
6054 2018-05-08 Jan Kratochvil <jan.kratochvil@redhat.com>
6055
6056 * gdb.base/watchpoint-unaligned.exp: Use skip_hw_watchpoint_tests.
6057
6058 2018-05-04 Tom Tromey <tom@tromey.com>
6059
6060 PR python/22730:
6061 * gdb.python/python.exp: Test multi-line execute.
6062
6063 2018-05-04 Tom Tromey <tom@tromey.com>
6064
6065 PR python/22731:
6066 * gdb.python/py-breakpoint.exp: Test setting breakpoint commands.
6067
6068 2018-05-04 Tom Tromey <tom@tromey.com>
6069
6070 PR gdb/11750:
6071 * gdb.base/define.exp: Test defining a user command inside a user
6072 command.
6073 * gdb.base/commands.exp (define_if_without_arg_test): Test "define".
6074
6075 2018-05-04 Jan Kratochvil <jan.kratochvil@redhat.com>
6076 Pedro Alves <palves@redhat.com>
6077
6078 PR breakpoints/19806 and support for PR external/20207.
6079 * gdb.base/watchpoint-unaligned.c: New file.
6080 * gdb.base/watchpoint-unaligned.exp: New file.
6081
6082 2018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
6083
6084 * gdb.base/maint.exp: Make test names unique, use
6085 test_prefix_command_help to test 'help maint info', and remove
6086 repeated test of 'help maint'.
6087
6088 2018-05-04 Tom Tromey <tom@tromey.com>
6089
6090 PR gdb/22619:
6091 * gdb.base/long_long.exp (gdb_test_long_long): Add test for repeat
6092 behavior.
6093
6094 2018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
6095
6096 * gdb.base/maint.exp: Process output from 'maint print registers'
6097 line at a time.
6098
6099 2018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
6100
6101 * lib/mi-support.exp (mi_run_cmd_full): Fix regexp and add a
6102 timeout.
6103
6104 2018-05-03 Andrew Burgess <andrew.burgess@embecosm.com>
6105
6106 * gdb.base/callfuncs.exp (fetch_all_registers): Add riscv register
6107 filter pattern.
6108
6109 2018-05-02 Pedro Alves <palves@redhat.com>
6110
6111 * gdb.base/breakpoint-in-ro-region.exp: Adjust to to_resume and
6112 to_log_command renames.
6113 * gdb.base/sss-bp-on-user-bp-2.exp: Likewise.
6114
6115 2018-05-02 Tom Tromey <tom@tromey.com>
6116
6117 * gdb.python/py-parameter.exp: Set test message.
6118
6119 2018-05-02 Tom Tromey <tom@tromey.com>
6120
6121 PR python/20084:
6122 * gdb.python/py-parameter.exp: Add PARAM_ZUINTEGER and
6123 PARAM_ZUINTEGER_UNLIMITED tests.
6124
6125 2018-04-28 Dan Robertson <danlrobertson89@gmail.com>
6126
6127 PR rust/23124
6128 * gdb.rust/expr.exp: Test that the unit type is correctly parsed
6129 when casting.
6130
6131 2018-04-30 Tom Tromey <tom@tromey.com>
6132
6133 * gdb.python/py-type.exp: Check align attribute.
6134 * gdb.python/py-type.c: New "aligncheck" global.
6135
6136 2018-04-30 Tom Tromey <tom@tromey.com>
6137
6138 PR exp/17095:
6139 * gdb.dwarf2/dw2-align.exp: New file.
6140 * gdb.cp/align.exp: New file.
6141 * gdb.base/align.exp: New file.
6142 * lib/gdb.exp (gdb_int128_helper): New proc.
6143 (has_int128_c, has_int128_cxx): New caching procs.
6144
6145 2018-04-27 Tom Tromey <tom@tromey.com>
6146
6147 PR rust/22545:
6148 * gdb.rust/simple.exp: Add inclusive range tests.
6149
6150 2018-04-26 Pedro Alves <palves@redhat.com>
6151
6152 * gdb.base/gnu-ifunc.exp (set-break): Test that GDB resolves
6153 ifunc breakpoint locations correctly of ifunc breakpoints set
6154 while the program resolves the ifunc.
6155
6156 2018-04-26 Pedro Alves <palves@redhat.com>
6157
6158 * gdb.base/gnu-ifunc-final.c: New file.
6159 * gdb.base/gnu-ifunc.c (final): Delete, moved to gnu-ifunc-final.c.
6160 * gdb.base/gnu-ifunc.exp (executable): Delete.
6161 (staticexecutable): Adjust.
6162 (lib_opts, exec_opts): Delete.
6163 (make_binsuffix, build, set-break): New procedures.
6164 (misc_tests): New, with tests factored out from the top level.
6165 (top level): Test different combinations of ifunc resolver name,
6166 resolver with and with debug info, and ifunc target with and
6167 without debug info. Wrap static tests with with_target_prefix.
6168
6169 2018-04-26 Pedro Alves <palves@redhat.com>
6170
6171 * gdb.compile/compile-ifunc.exp: Also expect "function has unknown
6172 return type" warnings.
6173
6174 2018-04-25 Pedro Alves <palves@redhat.com>
6175
6176 * gdb.base/hook-stop.exp: Expect "killed" instead of "has been
6177 killed".
6178 * gdb.base/kill-after-signal.exp: Likewise.
6179 * gdb.threads/kill.exp: Likewise.
6180
6181 2018-04-24 Jan Kratochvil <jan.kratochvil@redhat.com>
6182 Sergio Durigan Junior <sergiodj@redhat.com>
6183 Pedro Alves <palves@redhat.com>
6184
6185 * gdb.base/attach-non-pgrp-leader.exp: Adjust 'Detaching...'
6186 regexps to expect for '[Inferior ... detached]' as well.
6187 * gdb.base/attach.exp: Likewise.
6188 * gdb.base/catch-syscall.exp (check_for_program_end): Adjust
6189 "gdb_continue_to_end".
6190 (test_catch_syscall_with_wrong_args): Likewise.
6191 * gdb.base/foll-fork.exp: Adjust regexps to match '[' and
6192 ']'. Don't set 'verbose' on.
6193 * gdb.base/foll-vfork.exp: Likewise.
6194 * gdb.base/fork-print-inferior-events.c: New file.
6195 * gdb.base/fork-print-inferior-events.exp: New file.
6196 * gdb.base/hook-stop.exp: Adjust regexps to expect for new
6197 '[Inferior ... has been killed]' message.
6198 * gdb.base/kill-after-signal.exp: Likewise.
6199 * gdb.base/solib-overlap.exp: Adjust regexps to expect for new
6200 detach message.
6201 * gdb.threads/kill.exp: Adjust regexps to expect for new kill
6202 message.
6203 * gdb.threads/clone-attach-detach.exp: Adjust 'Detaching...'
6204 regexps to expect for '[Inferior ... detached]' as well.
6205 * gdb.threads/process-dies-while-detaching.exp: Likewise.
6206
6207 2018-04-24 Simon Marchi <simon.marchi@ericsson.com>
6208
6209 PR gdb/23104
6210 * gdb.base/info-shared.exp: Replace libs=-ldl with shlib_load.
6211
6212 2018-04-22 Rajendra SY <rajendra.sy@gmail.com>
6213
6214 PR gdb/23095
6215 * gdb.base/break-probes.exp: Pass shlib_load to
6216 prepare_for_testing. Set normal_bp to r_debug_state if target is
6217 bsd.
6218
6219 2018-04-19 Richard Bunt <richard.bunt@arm.com>
6220
6221 * gdb.threads/multiple-successive-infcall.c: New test.
6222 * gdb.threads/multiple-successive-infcall.exp: New file.
6223
6224 2018-04-17 Tom Tromey <tom@tromey.com>
6225
6226 * gdb.rust/simple.rs (Union): New type.
6227 (main): New local "u".
6228 * gdb.rust/simple.exp (test_one_slice): Add new test case.
6229
6230 2018-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
6231
6232 * gdb.base/dbx.exp (test_whereis): Adjust regexp to added line
6233 number information in output of "whereis" command.
6234 * gdb.base/info-fun.exp: Likewise, for "info fun" command.
6235
6236 2018-04-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
6237
6238 * gdb.ada/info_types.exp: Adjust expected output to the line
6239 numbers now printed by "info var/func/type".
6240 * gdb.base/completion.exp: Likewise.
6241 * gdb.base/included.exp: Likewise.
6242 * gdb.cp/cp-relocate.exp: Likewise.
6243 * gdb.cp/cplusfuncs.exp: Likewise.
6244 * gdb.cp/namespace.exp: Likewise.
6245 * gdb.dwarf2/dw2-case-insensitive.exp: Likewise.
6246
6247 2018-04-13 Markus Metzger <markus.t.metzger@intel.com>
6248
6249 * gdb.btrace/cpu.exp: New.
6250
6251 2018-04-13 Markus Metzger <markus.t.metzger@intel.com>
6252
6253 * gdb.base/step-indirect-call-thunk.exp: New.
6254 * gdb.base/step-indirect-call-thunk.c: New.
6255 * gdb.reverse/step-indirect-call-thunk.exp: New.
6256 * gdb.reverse/step-indirect-call-thunk.c: New.
6257
6258 2018-04-11 Simon Marchi <simon.marchi@ericsson.com>
6259
6260 * gdb.base/pie-fork.c: New file.
6261 * gdb.base/pie-fork.exp: New file.
6262
6263 2018-04-11 Tom Tromey <tom@tromey.com>
6264
6265 * gdb.rust/simple.exp: Add test for ".." struct initializer.
6266
6267 2018-04-10 Pedro Alves <palves@redhat.com>
6268
6269 * gdb.base/fork-running-state.c (fork_child): Don't exit if parent
6270 exits. Instead loop running forever.
6271 (fork_parent): Run forever too.
6272
6273 2018-04-07 Simon Marchi <simon.marchi@polymtl.ca>
6274
6275 * gdb.mi/mi-stack.exp (test_stack_frame_listing): Use
6276 mi_continue_to_line.
6277 * gdb.mi/mi-stack.c (callee4): Add comment.
6278
6279 2018-04-07 Simon Marchi <simon.marchi@polymtl.ca>
6280
6281 * gdb.mi/mi-stack.exp: Fix indentation.
6282
6283 2018-04-07 Simon Marchi <simon.marchi@ericsson.com>
6284
6285 PR gdb/22979
6286 * gdb.arch/amd64-osabi.exp: New file.
6287
6288 2018-04-07 Simon Marchi <simon.marchi@ericsson.com>
6289
6290 PR gdb/22980
6291 * gdb.base/osabi.exp: New file.
6292
6293 2018-04-02 Weimin Pan <weimin.pan@oracle.com>
6294
6295 * gdb.cp/static-typedef-print.exp: New file.
6296 * gdb.cp/static-typedef-print.cc: New file.
6297
6298 2018-03-27 Joel Brobecker <brobecker@adacore.com>
6299
6300 * gdb.ada/varsize_limit: New testcase.
6301
6302 2018-03-27 Joel Brobecker <brobecker@adacore.com>
6303
6304 * gdb.ada/maint_with_ada.exp: Remove PR gdb/22670 setup_kfail.
6305
6306 * gdb.ada/notcplusplus: New testcase.
6307
6308 * gdb.base/c-linkage-name.c: New file.
6309 * gdb.base/c-linkage-name.exp: New testcase.
6310
6311 2018-03-26 Tom Tromey <tom@tromey.com>
6312
6313 * gdb.python/py-framefilter.exp: Add test for KeyboardInterrupt.
6314 * gdb.python/py-framefilter.py (name_error): New global.
6315 (ErrorInName.function): Use name_error.
6316
6317 2018-03-26 Tom Tromey <tom@tromey.com>
6318
6319 PR backtrace/15582:
6320 * gdb.python/py-framefilter.exp: Add "bt hide" test.
6321
6322 2018-03-23 Keith Seitz <keiths@redhat.com>
6323
6324 PR c++/22968
6325 * gdb.cp/subtypes.exp: New file.
6326 * gdb.cp/subtypes.h: New file.
6327 * gdb.cp/subtypes.cc: New file.
6328 * gdb.cp/subtypes-2.cc: New file.
6329
6330 2018-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
6331
6332 * gdb.arch/amd64-disp-step-avx.S: Add '_start' label.
6333 (done): Call '_exit' not 'exit' to avoid atexit handlers.
6334 * gdb.arch/amd64-disp-step-avx.exp: Pass -static, and
6335 -nostartfiles when compiling the test. Confirm that all registers
6336 xmm0 to xmm15 are initially 0, and that xmm1 to xmm15 are 0 after.
6337
6338 2018-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
6339
6340 * gdb.arch/amd64-disp-step-avx.exp: Remove unneeded assembler flag
6341 option, syntax was wrong anyway.
6342 * gdb.arch/arm-disp-step.exp: Likewise.
6343 * gdb.arch/sparc64-regs.exp: Likewise.
6344 * gdb.arch/amd64-disp-step.exp: Remove unneeded assembler flag
6345 option, syntax was wrong anyway, switch to use
6346 prepare_for_testing.
6347 * gdb.arch/i386-disp-step.exp: Likewise.
6348
6349 2018-03-23 Andreas Arnez <arnez@linux.vnet.ibm.com>
6350
6351 * gdb.ada/exec_changed.exp: Replace "target_info exists
6352 use_gdb_stub" by "use_gdb_stub".
6353 * gdb.ada/start.exp: Likewise.
6354 * gdb.base/async-shell.exp: Likewise.
6355 * gdb.base/attach-pie-misread.exp: Likewise.
6356 * gdb.base/attach-wait-input.exp: Likewise.
6357 * gdb.base/break-entry.exp: Likewise.
6358 * gdb.base/break-interp.exp: Likewise.
6359 * gdb.base/dprintf-detach.exp: Likewise.
6360 * gdb.base/nostdlib.exp: Likewise.
6361 * gdb.base/solib-nodir.exp: Likewise.
6362 * gdb.base/statistics.exp: Likewise.
6363 * gdb.base/testenv.exp: Likewise.
6364 * gdb.mi/mi-exec-run.exp: Likewise.
6365 * gdb.mi/mi-start.exp: Likewise.
6366 * gdb.multi/dummy-frame-restore.exp: Likewise.
6367 * gdb.multi/multi-arch-exec.exp: Likewise.
6368 * gdb.multi/multi-arch.exp: Likewise.
6369 * gdb.multi/tids.exp: Likewise.
6370 * gdb.multi/watchpoint-multi.exp: Likewise.
6371 * gdb.python/py-events.exp: Likewise.
6372 * gdb.threads/attach-into-signal.exp: Likewise.
6373 * gdb.threads/attach-stopped.exp: Likewise.
6374 * gdb.threads/threadapply.exp: Likewise.
6375 * lib/selftest-support.exp: Likewise.
6376
6377 2018-03-22 Andreas Arnez <arnez@linux.vnet.ibm.com>
6378
6379 * gdb.base/info-proc.exp: Add test for "info proc cmdline".
6380
6381 2018-03-20 Stephen Roberts <stephen.roberts@arm.com>
6382
6383 * gdb.perf/template-breakpoints.cc: New file.
6384 * gdb.perf/template-breakpoints.exp: New file.
6385 * gdb.perf/template-breakpoints.py: New file.
6386
6387 2018-03-19 Tom Tromey <tom@tromey.com>
6388
6389 * gdb.rust/simple.rs (main): Add local variables field1, field2,
6390 y0.
6391 * gdb.rust/simple.exp: Test bare identifier form of struct
6392 initializer.
6393
6394 2018-03-19 Tom Tromey <tom@tromey.com>
6395
6396 * gdb.gdb/observer.exp: Remove.
6397
6398 2018-03-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
6399
6400 * gdb.trace/actions-changed.exp: Call gdb_breakpoint with the
6401 "qualified" option when setting breakpoints.
6402 * gdb.trace/backtrace.exp: Likewise.
6403 * gdb.trace/circ.exp: Likewise.
6404 * gdb.trace/collection.exp: Likewise.
6405 * gdb.trace/disconnected-tracing.exp: Likewise.
6406 * gdb.trace/ftrace-lock.exp: Likewise.
6407 * gdb.trace/ftrace.exp: Likewise.
6408 * gdb.trace/infotrace.exp: Likewise.
6409 * gdb.trace/packetlen.exp: Likewise.
6410 * gdb.trace/passc-dyn.exp: Likewise.
6411 * gdb.trace/qtro.exp: Likewise.
6412 * gdb.trace/read-memory.exp: Likewise.
6413 * gdb.trace/report.exp: Likewise.
6414 * gdb.trace/signal.exp: Likewise.
6415 * gdb.trace/status-stop.exp: Likewise.
6416 * gdb.trace/strace.exp: Likewise.
6417 * gdb.trace/tfind.exp: Likewise.
6418 * gdb.trace/trace-break.exp: Likewise.
6419 * gdb.trace/trace-condition.exp: Likewise.
6420 * gdb.trace/trace-mt.exp: Likewise.
6421 * gdb.trace/tstatus.exp: Likewise.
6422 * gdb.trace/tsv.exp: Likewise.
6423 * gdb.trace/unavailable-dwarf-piece.exp: Likewise.
6424 * gdb.trace/unavailable.exp: Likewise.
6425 * gdb.trace/while-dyn.exp: Likewise.
6426
6427 2018-03-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
6428
6429 * gdb.trace/tspeed.exp: Add invocation of gdb_load_shlib to ensure
6430 that libinproctrace is copied to the target.
6431
6432 2018-03-14 Tom Tromey <tom@tromey.com>
6433
6434 PR cli/14977:
6435 * gdb.base/printcmds.exp (test_printf): Add printf test of %s with
6436 a null pointer.
6437 * gdb.base/wchar.exp: Likewise.
6438
6439 2018-03-14 Tom Tromey <tom@tromey.com>
6440
6441 PR cli/19918:
6442 * gdb.base/printcmds.exp (test_printf): Add printf test using '-'
6443 flag.
6444
6445 2018-03-08 Simon Marchi <simon.marchi@ericsson.com>
6446
6447 PR gdb/22841
6448 * boards/remote-stdio-gdbserver.exp (${board}_file): Pass
6449 "target" to remote_exec.
6450
6451 2018-03-08 Simon Marchi <simon.marchi@polymtl.ca>
6452
6453 PR gdb/22841
6454 * boards/gdbserver-base.exp (${board}_file, ${board}_download,
6455 ${board}_upload): Remove.
6456
6457 2018-03-07 Andreas Arnez <arnez@linux.vnet.ibm.com>
6458
6459 * gdb.cp/watch-cp.cc: New test.
6460 * gdb.cp/watch-cp.exp: New file.
6461
6462 2018-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
6463
6464 * gdb.base/infcall-nested-structs.exp: New file.
6465 * gdb.base/infcall-nested-structs.c: New file.
6466 * gdb.base/float.exp: Add riscv support.
6467
6468 2018-03-02 Thomas Preud'homme <thomas.preudhomme@arm.com>
6469
6470 * gdb.dlang/watch-loc.c: Use %progbits instead of @progbits.
6471 * gdb.mi/dw2-ref-missing-frame-func.c: Likewise.
6472
6473 2018-02-28 Sergio Durigan Junior <sergiodj@redhat.com>
6474
6475 * gdb.server/abspath.exp: New file.
6476 * lib/gdb.exp (with_cwd): New procedure.
6477
6478 2018-02-28 Simon Marchi <simon.marchi@ericsson.com>
6479
6480 * lib/gdb.exp (gdb_is_target_1): Add prompt_regexp parameter and
6481 use it.
6482 (gdb_is_target_remote_prompt): New proc.
6483 (gdb_is_target_remote): Use gdb_is_target_remote_prompt.
6484 (gdb_is_target_native): Pass prompt parameter to
6485 gdb_is_target_1.
6486
6487 2018-02-26 Simon Marchi <simon.marchi@polymtl.ca>
6488
6489 * gdb.base/load-command.c: New file.
6490 * gdb.base/load-command.exp: New file.
6491 * lib/gdb.exp (gdb_is_target_remote_prompt): Rename to...
6492 (gdb_is_target_1): ...this, and generalize for other targets
6493 than just remote.
6494 (gdb_is_target_remote): Use gdb_is_target_1.
6495 (gdb_is_target_native): use gdb_is_target_1.
6496
6497 2018-02-26 Tom Tromey <tom@tromey.com>
6498
6499 PR python/16497:
6500 * gdb.python/py-framefilter.exp: Update test.
6501
6502 2018-02-26 Tom Tromey <tom@tromey.com>
6503
6504 * gdb.dwarf2/variant.c: New file.
6505 * gdb.dwarf2/variant.exp: New file.
6506
6507 2018-02-26 Tom Tromey <tom@tromey.com>
6508
6509 * gdb.rust/simple.exp: Accept more possible results in enum test.
6510
6511 2018-02-25 Simon Marchi <simon.marchi@polymtl.ca>
6512
6513 * lib/cp-support.exp (cp_test_ptype_class): Move space inside
6514 parentheses.
6515
6516 2018-02-23 Maciej W. Rozycki <macro@mips.com>
6517
6518 * lib/cp-support.exp (cp_test_ptype_class): Fix a typo in the
6519 name of a variable: $actual_linejj -> $actual_line.
6520
6521 2018-02-21 John Baldwin <jhb@FreeBSD.org>
6522
6523 * gdb.arch/amd64-i386-address.exp: Fix a typo.
6524
6525 2018-02-20 Markus Metzger <markus.t.metzger@intel.com>
6526
6527 * gdb.btrace/buffer-size.exp: Do not force BTS.
6528
6529 2018-02-14 Pedro Alves <palves@redhat.com>
6530
6531 * gdb.base/bp-cmds-continue-ctrl-c.exp (do_test): Test "bt" after
6532 getting a "Quit".
6533
6534 2018-02-09 Markus Metzger <markus.t.metzger@intel.com>
6535
6536 * lib/gdb.exp (skip_btrace_pt_tests): Update expected error message.
6537 Fix test name.
6538
6539 2018-02-07 Simon Marchi <simon.marchi@ericsson.com>
6540
6541 * gdb.cp/m-static.exp: Check type of optimized out static
6542 member.
6543
6544 2018-02-03 Andrew Burgess <andrew.burgess@embecosm.com>
6545
6546 * config/sid.exp (gdb_target_sid): Remove use of cleanup.
6547 * config/sim.exp (gdb_target_sim): Remove use of cleanup.
6548
6549 2018-02-01 Simon Marchi <simon.marchi@polymtl.ca>
6550 Leszek Swirski <leszeks@google.com>
6551
6552 * gdb.python/py-prettyprint.c
6553 (struct to_string_returns_value_inner,
6554 struct to_string_returns_value_wrapper): New.
6555 (main): Add tsrvw variable.
6556 * gdb.python/py-prettyprint.py (ToStringReturnsValueInner,
6557 ToStringReturnsValueWrapper): New classes.
6558 (register_pretty_printers): Register new pretty-printers.
6559 * gdb.python/py-prettyprint.exp (run_lang_tests): Test printing
6560 recursive pretty printer.
6561 * gdb.python/py-mi.exp: Likewise.
6562
6563 2018-02-01 Leszek Swirski <leszeks@google.com>
6564
6565 * gdb.cp/filename.cc, gdb.cp/filename.exp: Test that member
6566 functions with the same name as an include file are parsed
6567 correctly.
6568
6569 2018-02-01 Yao Qi <yao.qi@linaro.org>
6570
6571 * gdb.base/attach.exp (do_attach_tests): Set sysroot to
6572 "\[^\r\n\]*".
6573
6574 2018-01-31 Nikola Prica <nikola.prica@rt-rk.com>
6575
6576 * gdb.arch/powerpc-prologue-frame.s: New file.
6577 * gdb.arch/powerpc-prologue-frame.c: Likewise.
6578 * gdb.arch/powerpc-prologue-frame.exp: Likewise.
6579
6580 2018-01-31 Joel Brobecker <brobecker@adacore.com>
6581
6582 * testsuite/gdb.ada/dyn_stride.exp: Add "print a1(1)@3" test.
6583
6584 2018-01-30 Pedro Alves <palves@redhat.com>
6585
6586 PR gdb/13211
6587 * gdb.base/interrupt-daemon.c: New.
6588 * gdb.base/interrupt-daemon.exp: New.
6589 * gdb.multi/multi-term-settings.c: New.
6590 * gdb.multi/multi-term-settings.exp: New.
6591
6592 2018-01-30 Joel Brobecker <brobecker@adacore.com>
6593
6594 * gdb.base/break.exp: Save the location where the breakpoint
6595 on break.c:47 was actually inserted when debugging the version
6596 compiled at -O2 and use it in the expected output of the "info
6597 break" test performed soon after.
6598
6599 2018-01-22 Pedro Alves <palves@redhat.com>
6600 Sergio Durigan Junior <sergiodj@redhat.com>
6601
6602 * gdb.base/whatis.exp: Add tests for 'set print object on' +
6603 'whatis <struct>' 'whatis <struct> *' and 'whatis <struct> &'.
6604
6605 2018-01-22 Joel Brobecker <brobecker@adacore.com>
6606
6607 * gdb.base/break-include.c, gdb.base/break-include.inc,
6608 gdb.base/break-include.exp: New files.
6609 * gdb.base/ending-run.exp: Minor adaptations due to the breakpoint's
6610 line number now being the actual line number where the breakpoint
6611 was inserted.
6612 * gdb.mi/mi-break.exp: Likewise.
6613 * gdb.mi/mi-reverse.exp: Likewise.
6614 * gdb.mi/mi-simplerun.exp: Ditto.
6615
6616 2018-01-21 Andrew Burgess <andrew.burgess@embecosm.com>
6617
6618 * gdb.python/py-mi.exp: Don't expect a thread-id for floating
6619 varobj.
6620 * gdb.mi/mi-var-create-rtti.exp: Likewise.
6621
6622 2018-01-21 Don Breazeal <donb@codesourcery.com>
6623 Andrew Burgess <andrew.burgess@embecosm.com>
6624
6625 * gdb.mi/basics.c: Add new global.
6626 * gdb.mi/mi-frame-regs.exp: New file.
6627 * gdb.mi/mi-var-create-rtti.exp: Update expected results, add new
6628 case.
6629
6630 2018-01-21 Andrew Burgess <andrew.burgess@embecosm.com>
6631
6632 * gdb.arch/amd64-entry-value.exp: Test using @entry on a
6633 non-parameter, and on an unknown symbol.
6634
6635 2018-01-19 Tom Tromey <tom@tromey.com>
6636
6637 * gdb.rust/modules.rs (TWENTY_THREE): New global.
6638 * gdb.rust/modules.exp: Add ::-qualified lookup test.
6639
6640 2018-01-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
6641
6642 * gdb.arch/s390-vregs.exp: Explicitly cast the return values of
6643 setrlimit and chdir to int.
6644
6645 2018-01-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
6646
6647 * gdb.arch/s390-tdbregs.c (my_tbegin): Add comment documenting the
6648 function.
6649 (my_tend): Likewise.
6650 * gdb.arch/s390-tdbregs.exp: Enhance comment; explain the
6651 rationale of avoiding FP- and vector instructions.
6652
6653 2018-01-19 Ruslan Kabatsayev <b7.10110111@gmail.com>
6654
6655 * gdb.arch/powerpc-d128-regs.exp: Replace expected "\[\t\]*" from
6656 "info reg" with "\[ \t\]*".
6657 * gdb.arch/altivec-regs.exp: Replace expected "\t" from "info reg" with
6658 "\[ \t\]+".
6659 * gdb.arch/s390-multiarch.exp: Ditto.
6660 * gdb.base/pc-fp.exp: Ditto.
6661 * gdb.reverse/i386-precsave.exp: Ditto.
6662 * gdb.reverse/i386-reverse.exp: Ditto.
6663 * gdb.reverse/i387-env-reverse.exp: Ditto.
6664 * gdb.reverse/i387-stack-reverse.exp: Ditto.
6665
6666 2018-01-18 Andreas Arnez <arnez@linux.vnet.ibm.com>
6667
6668 * lib/gdb.exp (gdb_compile): Re-enable use of
6669 universal_compile_options for languages other than Rust.
6670
6671 2018-01-18 Andreas Arnez <arnez@linux.vnet.ibm.com>
6672
6673 * gdb.arch/s390-tdbregs.exp: Add the compile option -msoft-float.
6674
6675 2018-01-17 Mike Gulick <mgulick@mathworks.com>
6676
6677 PR gdb/16577
6678 * gdb.base/solib-vanish.exp: New.
6679 * gdb.base/solib-vanish-main.c: New.
6680 * gdb.base/solib-vanish-lib1.c: New.
6681 * gdb.base/solib-vanish-lib2.c: New.
6682
6683 2018-01-17 Yao Qi <yao.qi@linaro.org>
6684
6685 * gdb.compile/compile.exp: Match the address printed for
6686 frame in the output of command "bt".
6687
6688 2018-01-15 Tom Tromey <tom@tromey.com>
6689
6690 * gdb.guile/scm-ports.exp (test_mem_port_rw): Use get_valueof to
6691 compute sp_reg.
6692
6693 2018-01-12 Andrew Burgess <andrew.burgess@embecosm.com>
6694
6695 * gdb.base/whatis-ptype-typedefs.exp: Don't run tests if we failed
6696 to prepare.
6697 (prepare): Return 0 on error, 1 on success.
6698
6699 2018-01-12 Pedro Alves <palves@redhat.com>
6700
6701 * gdb.base/continue-after-aborted-step-over.c: New.
6702 * gdb.base/continue-after-aborted-step-over.exp: New.
6703
6704 2018-01-11 Simon Marchi <simon.marchi@ericsson.com>
6705
6706 * lib/gdb.exp (gdb_compile): Ignore shlib= and shlib_load
6707 options when not creating an executable.
6708
6709 2018-01-11 Pedro Alves <palves@redhat.com>
6710
6711 PR remote/22597
6712 * gdb.server/stop-reply-no-thread.c: New file.
6713 * gdb.server/stop-reply-no-thread.exp: New file.
6714
6715 2018-01-10 Pedro Alves <palves@redhat.com>
6716
6717 PR gdb/22670
6718 * gdb.ada/bp_c_mixed_case.exp: Add intro comment. Test printing C
6719 functions too. Test setting breakpoints and printing C functions
6720 with no debug info too.
6721 * gdb.ada/bp_c_mixed_case/qux.c: New file.
6722
6723 2018-01-10 Pedro Alves <palves@redhat.com>
6724
6725 PR gdb/22670
6726 * gdb.ada/complete.exp ("complete break ada"): Replace kfail with
6727 a fail.
6728
6729 2018-01-10 Pedro Alves <palves@redhat.com>
6730
6731 PR gdb/22670
6732 * gdb.ada/bp_c_mixed_case.exp: Remove setup_kfail calls.
6733
6734 2018-01-08 Simon Marchi <simon.marchi@ericsson.com>
6735
6736 * gdb.server/unittest.exp: Match the output in non-development
6737 mode.
6738
6739 2018-01-08 Simon Marchi <simon.marchi@ericsson.com>
6740
6741 * gdb.gdb/unittest.exp: Match output in non-development mode.
6742
6743 2018-01-08 Joel Brobecker <brobecker@adacore.com>
6744
6745 * gdb.ada/access_tagged_param.exp: Relax expected output
6746 for value of "ObjL" in "continue" to pck.inspect breakpoint
6747 test.
6748
6749 2018-01-08 Joel Brobecker <brobecker@adacore.com>
6750
6751 * gdb.ada/arr_enum_idx_w_gap.exp: New file.
6752 * gdb.ada/arr_enum_idx_w_gap/foo_q418_043.adb: New file.
6753
6754 2018-01-05 Pedro Alves <palves@redhat.com>
6755
6756 PR gdb/18653
6757 * gdb.base/libsegfault.exp: New.
6758
6759 2018-01-05 Joel Brobecker <brobecker@adacore.com>
6760
6761 PR gdb/22670
6762 * gdb.ada/access_tagged_param.exp: New file.
6763 * gdb.ada/access_tagged_param/foo.adb: New file.
6764
6765 2018-01-05 Pedro Alves <palves@redhat.com>
6766
6767 PR gdb/22670
6768 * gdb.ada/info_addr_mixed_case.exp: Remove kfail. Extend test to
6769 exercise lower case too, and to exercise both full matching and
6770 wild matching.
6771
6772 2018-01-05 Joel Brobecker <brobecker@adacore.com>
6773
6774 * gdb.ada/rename_subscript_param: New testcase.
6775
6776 2018-01-05 Jerome Guitton <guitton@adacore.com>
6777
6778 * gdb.ada/arr_acc_idx_w_gap: New testcase.
6779
6780 2018-01-05 Joel Brobecker <brobecker@adacore.com>
6781
6782 * gdb.ada/convvar_comp: New testcase.
6783
6784 2018-01-05 Xavier Roirand <roirand@adacore.com>
6785
6786 * testsuite/gdb.ada/array_char_idx/pck.ads (Table): New type.
6787 (My_Table): New global variable.
6788 * testsuite/gdb.ada/array_char_idx.exp: Add test.
6789
6790 2018-01-04 Joel Brobecker <brobecker@adacore.com>
6791
6792 PR gdb/22670
6793 * gdb.ada/maint_with_ada: New testcase.
6794
6795 2018-01-04 Joel Brobecker <brobecker@adacore.com>
6796
6797 PR gdb/22670
6798 * gdb.ada/bp_c_mixed_case: New testcase.
6799
6800 2018-01-04 Joel Brobecker <brobecker@adacore.com>
6801
6802 PR gdb/22670
6803 * gdb.ada/complete.exp: Add "complete break ada" test.
6804
6805 2018-01-04 Joel Brobecker <brobecker@adacore.com>
6806
6807 PR gdb/22670
6808 * gdb.ada/info_addr_mixed_case: New testcase.
6809
6810 2018-01-03 Xavier Roirand <roirand@adacore.com>
6811
6812 * gdb.ada/excep_handle.exp: New testcase.
6813 * gdb.ada/excep_handle/foo.adb: New file.
6814 * gdb.ada/excep_handle/pck.ads: New file.
6815
6816 2018-01-03 Joel Brobecker <brobecker@adacore.com>
6817
6818 * gdb.base/step-line.c: Add extra empty line in copyright header.
6819 * gdb.base/step-line.inp: Likewise.
6820
6821 2018-01-02 Joel Brobecker <brobecker@adacore.com>
6822
6823 * gdb.ada/dyn_stride.exp: Add slice test.
6824
6825 2018-01-02 Joel Brobecker <brobecker@adacore.com>
6826
6827 * gdb.ada/dyn_stride: New testcase.
6828
6829 2017-12-27 Stafford Horne <shorne@gmail.com>
6830
6831 * gdb.xml/extra-regs.xml: Add example foo reggroup.
6832 * gdb.xml/tdesc-regs.exp: Add test to check for foo reggroup.
6833
6834 2017-12-27 Stafford Horne <shorne@gmail.com>
6835
6836 * gdb.base/reggroups.c: New file.
6837 * gdb.base/reggroups.exp: New file.
6838
6839 2017-12-18 Joel Brobecker <brobecker@adacore.com>
6840
6841 * gdb.dwarf2/ada-valprint-error.c: New file.
6842 * gdb.dwarf2/ada-valprint-error.exp: New file.
6843
6844 2017-12-18 Joel Brobecker <brobecker@adacore.com>
6845
6846 * gdb.ada/assign_arr: New testcase.
6847
6848 2017-12-18 Xavier Roirand <roirand@adacore.com>
6849
6850 * gdb.ada/funcall_ptr: New testcase.
6851
6852 2017-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
6853
6854 PR cli/16224
6855 * gdb.base/ptype-offsets.cc: New file.
6856 * gdb.base/ptype-offsets.exp: New file.
6857
6858 2017-12-15 Yao Qi <yao.qi@linaro.org>
6859
6860 * gdb.gdb/unittest.exp: Skip 'maintenance check xml-descriptions'
6861 if XML is disabled.
6862
6863 2017-12-15 Xavier Roirand <roirand@adacore.com>
6864
6865 * gdb.ada/same_component_name: New testcase.
6866
6867 2017-12-14 Joel Brobecker <brobecker@adacore.com>
6868
6869 * gdb.ada/str_binop_equal: New testcase.
6870
6871 2017-12-14 Joel Brobecker <brobecker@adacore.com>
6872
6873 * gdb.ada/task_switch_in_core: New testcase.
6874
6875 2017-12-13 Simon Marchi <simon.marchi@ericsson.com>
6876
6877 * gdb.python/py-breakpoint.c (foo_ns::multiply): New function.
6878 * gdb.python/py-breakpoint.exp: Compile the test case as c++,
6879 call test_bkpt_qualified.
6880 (test_bkpt_qualified): New proc.
6881
6882 2017-12-13 Pedro Alves <palves@redhat.com>
6883
6884 * lib/completion-support.exp (test_gdb_complete_tab_multiple):
6885 Tighten regexp by matching with an anchor.
6886
6887 2017-12-13 Pedro Alves <palves@redhat.com>
6888
6889 * gdb.cp/cpcompletion.exp: Load completion-support.exp.
6890 ("expression with namespace"): New set of tests.
6891 * gdb.cp/pr9594.cc (Test_NS::foo, Test_NS::bar)
6892 (Nested::Test_NS::qux): New.
6893 * lib/completion-support.exp (test_gdb_complete_cmd_multiple): Add
6894 defaults to 'start_quote_char' and 'end_quote_char' parameters.
6895
6896 2017-12-13 Joel Brobecker <brobecker@adacore.com>
6897
6898 * gdb.base/server-del-break.c: New file.
6899 * gdb.base/server-del-break.exp: New file.
6900
6901 2017-12-12 Stafford Horne <shorne@gmail.com>
6902
6903 * gdb.xml/tdesc-regs.exp: Add or1k support.
6904
6905 2017-12-12 Stafford Horne <shorne@gmail.com>
6906
6907 * gdb.base/bp-permanent.c: Define nop of or1k.
6908
6909 2017-12-11 Joel Brobecker <brobecker@adacore.com>
6910
6911 * gdb.ada/variant_record_packed_array.exp: Adapt test to accept
6912 output with components being reordered.
6913
6914 2017-12-11 Joel Brobecker <brobecker@adacore.com>
6915
6916 * gdb.ada/pkd_arr_elem.exp: Adapt "print test" test to accept
6917 output with components being reordered.
6918
6919 2017-12-08 Jan Kratochvil <jan.kratochvil@redhat.com>
6920 Pedro Alves <palves@redhat.com>
6921
6922 * gdb.base/maint.exp (check for .gdb_index): Check also for
6923 .debug_names.
6924 * gdb.dlang/watch-loc.c (.debug_aranges): New.
6925 * gdb.dwarf2/dw2-case-insensitive-debug.S: Likewise.
6926 * gdb.dwarf2/gdb-index.exp (check if index present, .gdb_index used)
6927 (.gdb_index used after symbol reloading): Support also .debug_names.
6928 * gdb.mi/dw2-ref-missing-frame-func.c (.debug_aranges): New.
6929
6930 2017-12-08 Yao Qi <yao.qi@linaro.org>
6931
6932 * gdb.arch/aarch64-tagged-pointer.c (main): Update.
6933 * gdb.arch/aarch64-tagged-pointer.exp: Add tests for watchpoint.
6934
6935 2017-12-08 Yao Qi <yao.qi@linaro.org>
6936
6937 * gdb.arch/aarch64-tagged-pointer.c (main): Update.
6938 * gdb.arch/aarch64-tagged-pointer.exp: Add test for breakpoint.
6939
6940 2017-12-08 Yao Qi <yao.qi@linaro.org>
6941
6942 * gdb.arch/aarch64-tagged-pointer.c: New file.
6943 * gdb.arch/aarch64-tagged-pointer.exp: New file.
6944
6945 2017-12-08 Sergio Durigan Junior <sergiodj@redhat.com>
6946
6947 * gdb.arch/i386-sse-stack-align.exp: Cast "print" function call
6948 "int".
6949
6950 2017-12-07 Keith Seitz <keiths@redhat.com>
6951
6952 PR breakpoints/22569
6953 * gdb.linespec/ls-errs.exp: Change expected result of "break
6954 -source this file has spaces.c -line 3".
6955 Check that an explicit source file followed by whitespace is
6956 identified as an invalid explicit location.
6957
6958 2017-12-07 Keith Seitz <keiths@redhat.com>
6959
6960 * gdb.cp/nested-types.cc: New file.
6961 * gdb.cp/nested-types.exp: New file.
6962 * lib/cp-support.exp: Load data-structures.exp library.
6963 (debug_cp_test_ptype_class): New global.
6964 (cp_ptype_class_verbose, next_line): New procedures.
6965 (cp_test_ptype_class): Add and document new parameter `recursive_qid'.
6966 Add and document new return value.
6967 Switch the list of lines to a queue.
6968 Add support for new `type' key for nested type definitions.
6969 Add debugging/troubleshooting messages.
6970 * lib/data-structures.exp: New file.
6971
6972 2017-12-07 Simon Marchi <simon.marchi@ericsson.com>
6973
6974 * gdb.python/py-breakpoint.exp (test_bkpt_explicit_loc): Define
6975 with proc_with_prefix, don't use with_test_prefix.
6976
6977 2017-12-07 Tom Tromey <tom@tromey.com>
6978
6979 * gdb.base/break.exp: Add test for empty "commands".
6980
6981 2017-12-07 Yao Qi <yao.qi@linaro.org>
6982
6983 * gdb.trace/ftrace.exp (run_trace_experiment): Set breakpoint on
6984 malloc and catch syscall.
6985
6986 2017-12-07 Phil Muldoon <pmuldoon@redhat.com>
6987
6988 * gdb.python/py-breakpoint.exp (test_bkpt_explicit_loc): Add new
6989 tests for explicit locations.
6990
6991 2017-12-06 Pedro Alves <palves@redhat.com>
6992
6993 * gdb.arch/i386-avx.exp: If testing with a RSP target, check
6994 force-disabling XML descriptions.
6995
6996 2017-12-04 Pedro Alves <palves@redhat.com>
6997
6998 PR gdb/22499
6999 * gdb.arch/amd64-disp-step-avx.S: New file.
7000 * gdb.arch/amd64-disp-step-avx.exp: New file.
7001
7002 2017-12-03 Pedro Alves <palves@redhat.com>
7003
7004 * gdb.threads/process-dies-while-detaching.c: Include <errno.h>
7005 and <string.h>.
7006 (parent_function): Print distinct messages when waitpid fails, or
7007 the child exits with a signal, or the child exits for an unhandled
7008 reason.
7009 * gdb.threads/process-dies-while-detaching.exp
7010 (detach_and_expect_exit): New 'inf_output_re' parameter and use
7011 it. Wait for both inferior output and GDB's prompt. Use an
7012 indirect spawn id list.
7013 (do_detach): New parameter 'child_exit'. Use it to compute
7014 expected inferior output.
7015 (test_detach, test_detach_watch, test_detach_killed_outside):
7016 Adjust to pass down the expected child exit kind.
7017
7018 2017-12-01 Joel Brobecker <brobecker@adacore.com>
7019 Sergio Durigan Junior <sergiodj@redhat.com>
7020 Pedro Alves <palves@redhat.com>
7021
7022 * gdb.base/readnever.c, gdb.base/readnever.exp: New files.
7023
7024 2017-12-01 Sergio Durigan Junior <sergiodj@redhat.com>
7025
7026 * gdb.base/relocate.exp: Add tests to guarantee that arguments
7027 to 'symbol-file' and 'add-symbol-file' can be
7028 position-independent.
7029
7030 2017-12-01 Yao Qi <yao.qi@linaro.org>
7031
7032 * gdb.arch/aarch64-atomic-inst.exp: Replace mail address with
7033 the URL in copyright header.
7034 * gdb.arch/aarch64-fp.exp: Likewise.
7035 * gdb.arch/ppc64-atomic-inst.exp: Likewise.
7036 * gdb.arch/ppc64-isa207-atomic-inst.exp: Likewise.
7037 * gdb.base/expand-psymtabs.exp: Likewise.
7038 * gdb.cp/expand-psymtabs-cxx.exp: Likewise.
7039 * gdb.fortran/common-block.exp: Likewise.
7040 * gdb.fortran/common-block.f90: Likewise.
7041 * gdb.fortran/logical.exp: Likewise.
7042 * gdb.fortran/vla-datatypes.f90: Likewise.
7043 * gdb.fortran/vla-sub.f90: Likewise.
7044
7045 2017-11-30 Joel Brobecker <brobecker@adacore.com>
7046
7047 * gdb.ada/repeat_dyn: New testcase.
7048
7049 2017-11-30 Ulrich Weigand <uweigand@de.ibm.com>
7050
7051 * gdb.cell/gcore.exp: Fix typo when setting spu_bin.
7052 Update for changed thread numbering.
7053 * gdb.cell/bt.exp: Update for changed GDB output.
7054
7055 2017-11-30 Simon Marchi <simon.marchi@ericsson.com>
7056
7057 * boards/cc-with-tweaks.exp: Include local-board.exp instead of
7058 setting isremote by hand.
7059 * boards/dwarf4-gdb-index.exp: Likewise.
7060 * boards/fission.exp: Likewise.
7061 * boards/stabs.exp: Likewise.
7062
7063 2017-11-30 Pedro Alves <palves@redhat.com>
7064
7065 * gdb.linespec/cpls-ops.exp
7066 (check_explicit_skips_function_argument): Extract the underlying
7067 type of size_t instead of hardcoding it.
7068
7069 2017-11-29 Pedro Alves <palves@redhat.com>
7070
7071 PR c++/19436
7072 * gdb.linespec/cpls-abi-tag.cc: New file.
7073 * gdb.linespec/cpls-abi-tag.exp: New file.
7074
7075 2017-11-29 Pedro Alves <palves@redhat.com>
7076
7077 * gdb.base/langs.exp: Use -qualified.
7078 * gdb.cp/meth-typedefs.exp: Use -qualified, and add tests without
7079 it.
7080 * gdb.cp/namespace.exp: Use -qualified.
7081 * gdb.linespec/cpcompletion.exp (overload-2, fqn, fqn-2)
7082 (overload-3, template-overload, template-ret-type, const-overload)
7083 (const-overload-quoted, anon-ns, ambiguous-prefix): New
7084 procedures.
7085 (test_driver): Call them.
7086 * gdb.cp/save-bp-qualified.cc: New.
7087 * gdb.cp/save-bp-qualified.exp: New.
7088 * gdb.linespec/explicit.exp: Test -qualified.
7089 * lib/completion-support.exp (completion::explicit_opts_list): Add
7090 "-qualified".
7091 * lib/gdb.exp (gdb_breakpoint): Handle "qualified".
7092
7093 2017-11-29 Phil Muldoon <pmuldoon@redhat.com>
7094
7095 * gdb.python/py-rbreak.exp: Set nosharedlibrary before tests.
7096
7097 2017-11-29 Tom Tromey <tom@tromey.com>
7098
7099 * gdb.base/relocate.exp: Update invalid argument test.
7100 Add new tests for invalid arguments.
7101
7102 2017-11-29 Thomas Preud'homme <thomas.preudhomme@arm.com>
7103
7104 * gdb.cp/psymtab-parameter.cc (func): Change return type back to long.
7105 Return 0 as a long.
7106 * gdb.cp/psymtab-parameter.exp: Change func's return type back to long.
7107
7108 2017-11-29 Thomas Preud'homme <thomas.preudhomme@arm.com>
7109
7110 * gdb.cp/breakpoint.cc (bar): Set return type to void.
7111 * gdb.cp/psymtab-parameter.cc (func): Likewise.
7112 * gdb.cp/psymtab-parameter.exp: Update comment regarding prototype of
7113 func ().
7114 * gdb.cp/shadow.cc (B.func): Return 0.
7115
7116 2017-11-27 Joel Brobecker <brobecker@adacore.com>
7117
7118 * gdb.ada/mi_catch_ex.exp (continue_to_exception): Adjust
7119 expected output in gdb_expect call to allow the exception
7120 message to be present as well. Fix syntax confusion to avoid
7121 TCL thinking that exception_name is an array.
7122
7123 2017-11-26 Ulrich Weigand <uweigand@de.ibm.com>
7124
7125 * gdb.arch/spu-info.c: Include <unistd.h>.
7126 (do_signal_test): Fix broken calls to write.
7127 * gdb.arch/spu-info.exp: Use prepare_for_testing.
7128 Fix checks for empty mailboxes. Update signal tests for corrected
7129 do_signal_test routine. Allow nonzero event status.
7130 * gdb.arch/spu-ls.exp: Use prepare_for_testing.
7131 * gdb.cell/arch.exp: Use standard_output_file.
7132 * gdb.cell/break.exp: Likewise.
7133 * gdb.cell/bt.exp: Likewise.
7134 * gdb.cell/core.exp: Likewise.
7135 * gdb.cell/dwarfaddr.exp: Likewise.
7136 * gdb.cell/ea-cache.exp: Likewise.
7137 * gdb.cell/ea-standalone.exp: Likewise.
7138 * gdb.cell/f-regs.exp: Likewise.
7139 * gdb.cell/fork.exp: Likewise.
7140 * gdb.cell/gcore.exp: Likewise.
7141 * gdb.cell/mem-access.exp: Likewise.
7142 * gdb.cell/ptype.exp: Likewise.
7143 * gdb.cell/registers.exp: Likewise.
7144 * gdb.cell/sizeof.exp: Likewise.
7145 * gdb.cell/solib-symbol.exp: Likewise.
7146 * gdb.cell/solib.exp: Likewise.
7147
7148 2017-11-25 Pedro Alves <palves@redhat.com>
7149
7150 * gdb.base/complete-empty.exp: New file.
7151 * gdb.base/completion.exp: Adjust.
7152
7153 2017-11-25 Pedro Alves <palves@redhat.com>
7154
7155 * gdb.linespec/cpls-ops.cc: New file.
7156 * gdb.linespec/cpls-ops.exp: New file.
7157 * lib/completion-support.exp (test_complete_prefix_range_re): New,
7158 factored out from ...
7159 (test_complete_prefix_range): ... this.
7160
7161 2017-11-24 Pedro Alves <palves@redhat.com>
7162
7163 * gdb.linespec/cpcompletion.exp: New file.
7164 * gdb.linespec/cpls-hyphen.cc: New file.
7165 * gdb.linespec/cpls.cc: New file.
7166 * gdb.linespec/cpls2.cc: New file.
7167 * gdb.linespec/explicit.exp: Load completion-support.exp. Adjust
7168 test to use test_gdb_complete_unique. Add label completion,
7169 keyword completion and explicit location completion tests.
7170 * lib/completion-support.exp: New file.
7171
7172 2017-11-24 Joel Brobecker <brobecker@adacore.com>
7173
7174 * gdb.ada/catch_ex.exp, gdb.ada/mi_catch_ex.exp,
7175 gdb.ada/mi_ex_cond.exp: Accept optional exception message in
7176 when hitting an exception catchpoint.
7177
7178 2017-11-22 Yao Qi <yao.qi@linaro.org>
7179
7180 * gdb.base/macscp.exp: Append -g3 to additional_flags for clang.
7181
7182 2017-11-22 Simon Marchi <simon.marchi@ericsson.com>
7183
7184 * gdb.opt/inline-locals.exp: Mark tests as KFAIL.
7185 * gdb.dwarf2/info-locals-optimized-out.exp: New file.
7186 * gdb.dwarf2/info-locals-optimized-out.c: New file.
7187
7188 2017-11-22 Yao Qi <yao.qi@linaro.org>
7189
7190 * gdb.base/info-os.exp: Pass pthreads.
7191 * gdb.multi/multi-attach.exp: Likewise.
7192
7193 2017-11-22 Yao Qi <yao.qi@linaro.org>
7194
7195 * gdb.dwarf2/pr10770.exp: Remove code skipping non-gcc
7196 compiler.
7197
7198 2017-11-22 Yao Qi <yao.qi@linaro.org>
7199
7200 * gdb.base/attach-pie-noexec.exp: Pass "-pie" in ldflags.
7201 * gdb.base/break-interp.exp: Likewise.
7202 * gdb.base/jit-attach-pie.exp: Likewise.
7203
7204 2017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
7205
7206 * gdb.base/float128.c (large128): New variable.
7207 * gdb.base/float128.exp: Add test to print largest __float128 value.
7208
7209 2017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
7210
7211 * gdb.arch/vsx-regs.exp: Update register content checks.
7212
7213 2017-11-21 Ulrich Weigand <uweigand@de.ibm.com>
7214
7215 * gdb.arch/ppc-longdouble.exp: New file.
7216 * gdb.arch/ppc-longdouble.c: Likewise.
7217
7218 2017-11-21 Pedro Alves <palves@redhat.com>
7219
7220 * gdb.ada/minsyms.exp: Accept any address for 'some_minsym'.
7221
7222 2017-11-20 Pedro Alves <palves@redhat.com>
7223
7224 * gdb.base/whatis-ptype-typedefs.c (double_typedef)
7225 (long_double_typedef): New typedefs.
7226 Use DEF on double and long double.
7227 * gdb.base/whatis-ptype-typedefs.exp: Add double and long double
7228 cases.
7229 (run_tests): New 'float_ptr_same_size', 'double_ptr_same_size',
7230 and 'long_double_ptr_same_size' locals. Use them to decide
7231 whether cast from array/function to float is valid/invalid.
7232
7233 2017-11-17 Tom Tromey <tom@tromey.com>
7234
7235 * gdb.rust/traits.rs: New file.
7236 * gdb.rust/traits.exp: New file.
7237
7238 2017-11-17 Joel Brobecker <brobecker@adacore.com>
7239
7240 * gdb.ada/minsyms: New testcase.
7241
7242 2017-11-16 Pedro Alves <palves@redhat.com>
7243
7244 * gdb.base/bp-cmds-continue-ctrl-c.c: New file.
7245 * gdb.base/bp-cmds-continue-ctrl-c.exp: New file.
7246
7247 2017-11-16 Pedro Alves <palves@redhat.com>
7248
7249 * gdb.rust/modules.exp: Skip tests that rely on inferior I/O if
7250 gdb,noinferiorio is set, and use gdb_test_stdio otherwise.
7251
7252 2017-11-16 Pedro Alves <palves@redhat.com>
7253
7254 * gdb.server/reconnect-ctrl-c.c: New file.
7255 * gdb.server/reconnect-ctrl-c.exp: New file.
7256
7257 2017-11-16 Phil Muldoon <pmuldoon@redhat.com>
7258
7259 * gdb.python/py-rbreak.exp: New file.
7260 * gdb.python/py-rbreak.c: New file.
7261 * gdb.python/py-rbreak-func2.c: New file.
7262
7263 2017-11-16 Pedro Alves <palves@redhat.com>
7264
7265 * gdb.base/starti.exp ("continue" test): Remove ".*"s from
7266 pattern.
7267 * lib/gdb.exp (gdb_test_sequence): Don't send empty command to
7268 GDB.
7269
7270 2017-11-15 Simon Marchi <simon.marchi@ericsson.com>
7271
7272 * gdb.tui/completionn.exp (test_tab_completion): Add space in
7273 regex.
7274
7275 2017-11-13 Simon Marchi <simon.marchi@polymtl.ca>
7276
7277 * gdb.opt/inline-locals.exp: Remove trailing parentheses from
7278 test names.
7279
7280 2017-11-09 Pedro Alves <palves@redhat.com>
7281
7282 * gdb.tui/tui-completion.exp (test_tab_completion): New procedure,
7283 factored out from ...
7284 (top level): ... here, and adjusted to avoid expecting beyond the
7285 prompt in a single gdb_test_multiple.
7286
7287 2017-11-09 Pedro Alves <palves@redhat.com>
7288
7289 * gdb.multi/multi-attach.exp ("kill" test): Match the whole query
7290 output.
7291 * gdb.server/ext-attach.exp ("kill" test): Likewise.
7292 * gdb.server/ext-restart.exp ("kill" test): Likewise.
7293 * gdb.server/ext-run.exp ("kill" test): Likewise.
7294 * gdb.server/ext-wrapper.exp ("kill" test): Likewise.
7295
7296 2017-11-09 Pedro Alves <palves@redhat.com>
7297
7298 * gdb.cp/cpcompletion.exp (test_class_complete): Tighten regex to
7299 match till end of line.
7300
7301 2017-11-09 Pedro Alves <palves@redhat.com>
7302
7303 * gdb.base/memattr.exp: Tighten regexes to match the end line.
7304
7305 2017-11-09 Pedro Alves <palves@redhat.com>
7306
7307 * gdb.base/completion.exp (ignore_and_resync, test_tab_complete):
7308 New procedures, factored out from ...
7309 (top level): ... here, and adjusted to avoid expecting beyond the
7310 prompt in one go.
7311
7312 2017-11-09 Pedro Alves <palves@redhat.com>
7313
7314 * gdb.asm/asm-source.exp ("kill" test): Match the whole query
7315 output. Fix '?' match.
7316
7317 2017-11-08 Joel Brobecker <brobecker@adacore.com>
7318
7319 * gdb.ada/scoped_watch: New testcase.
7320 * gdb.ada/watch_arg.exp: Adjust expected behavior to the behavior
7321 which is actually correct.
7322 * gdb.ada/mi_interface.exp: Add missing thread-id in expected varobj.
7323 * gdb.ada/mi_var_array.exp: Add missing thread-id in expected varobj.
7324
7325 2017-11-08 Pedro Alves <palves@redhat.com>
7326
7327 * gdb.gdb/complaints.exp (test_initial_complaints)
7328 (test_serial_complaints, test_short_complaints): Call
7329 complaint_internal instead of complaint.
7330
7331 2017-11-08 Djordje Todorovic <djordje.todorovic@rt-rk.com>
7332
7333 * gdb.threads/tls-core.c: New file.
7334 * gdb.threads/tls-core.exp: Likewise.
7335
7336 2017-11-08 Pedro Alves <palves@redhat.com>
7337
7338 * gdb.ada/complete.exp (p <Exported_Capitalized>): New test.
7339 (p Exported_Capitalized): New test.
7340 (p exported_capitalized): New test.
7341
7342 2017-11-07 Pedro Alves <palves@redhat.com>
7343
7344 * gdb.cp/ena-dis-br-range.exp: Add more tests.
7345
7346 2017-11-07 Pedro Alves <palves@redhat.com>
7347
7348 * gdb.base/ena-dis-br.exp (test_ena_dis_br): Adjust test.
7349 * gdb.cp/ena-dis-br-range.exp: Adjust tests.
7350 (disable_invalid, disable_inverted, disable_negative): New
7351 procedures.
7352 ("bad numbers"): New set of tests.
7353
7354 2017-11-07 Pedro Alves <palves@redhat.com>
7355
7356 * gdb.cp/ena-dis-br-range.exp: Add tests.
7357
7358 2017-11-07 Pedro Alves <palves@redhat.com>
7359
7360 * gdb.base/ena-dis-br.exp: Don't expect "warning:".
7361
7362 2017-11-07 Xavier Roirand <roirand@adacore.com>
7363 Pedro Alves <palves@redhat.com>
7364
7365 * gdb.base/ena-dis-br.exp: Add reference to
7366 gdb.cp/ena-dis-br-range.exp.
7367 * gdb.cp/ena-dis-br-range.exp: New file.
7368 * gdb.cp/ena-dis-br-range.cc: New file.
7369
7370 2017-11-06 Pedro Alves <palves@redhat.com>
7371
7372 * gdb.base/attach-non-pgrp-leader.c: New.
7373 * gdb.base/attach-non-pgrp-leader.exp: New.
7374
7375 2017-11-06 Pedro Alves <palves@redhat.com>
7376
7377 * configure.ac: No longer check for termio.h and sgtty.h.
7378 * configure: Regenerate.
7379 * remote-utils.c: Include termios.h instead of gdb_termios.h.
7380 (remote_open): Check HAVE_TERMIOS_H instead of HAVE_TERMIOS.
7381 Remove termio and sgtty code.
7382
7383 2017-11-03 Yao Qi <yao.qi@linaro.org>
7384
7385 * gdb.mi/list-thread-groups-available.exp: Skip it if XML parsing
7386 in GDB is disabled.
7387
7388 2017-11-03 Yao Qi <yao.qi@linaro.org>
7389
7390 * gdb.python/py-thrhandle.exp: Skip it if python is not
7391 enabled.
7392
7393 2017-10-31 Simon Marchi <simon.marchi@polymtl.ca>
7394
7395 * gdb.mi/mi-break.exp (test_breakpoint_commands): Test backtrace
7396 as a breakpoint command.
7397
7398 2017-10-28 Maksim Dzabraev <dzabraew@gmail.com>
7399
7400 PR python/21213
7401 * gdb.python/py-infthread.exp: Test calling
7402 InferiorThread.inferior () multiple times in a row.
7403
7404 2017-10-27 Keith Seitz <keiths@redhat.com>
7405
7406 * gdb.opt/inline-break.exp (break_info_1): New procedure.
7407 Test "info break" for every inlined function breakpoint.
7408
7409 2017-10-27 Yao Qi <yao.qi@linaro.org>
7410
7411 * gdb.arch/insn-reloc.c (can_relocate_bl): Mark "x30" clobbered.
7412
7413 2017-10-26 Patrick Frants <osscontribute@gmail.com>
7414
7415 * gdb.cp/classes.exp (test_static_members): Test printing
7416 Outer::instance.
7417 * gdb.cp/classes.c (struct Inner, struct Outer): New.
7418 (Inner::instance, Outer::instance): New.
7419
7420 2017-10-24 Pedro Alves <palves@redhat.com>
7421
7422 * gdb.base/new-ui.exp (do_test): Split "delete all breakpoints on
7423 extra console" test in two stages.
7424
7425 2017-10-24 Pedro Alves <palves@redhat.com>
7426
7427 * gdb.threads/attach-into-signal.exp (corefunc): Reindent.
7428
7429 2017-10-24 Pedro Alves <palves@redhat.com>
7430
7431 * gdb.threads/attach-into-signal.exp: Remove whole "stoppedtry"
7432 loop.
7433
7434 2017-10-24 Pedro Alves <palves@redhat.com>
7435
7436 * gdb.threads/attach-into-signal.exp (corefunc): Remove "attach
7437 $attempt" and "stoppedtry $stoppedtry" test prefixes.
7438
7439 2017-10-24 Pedro Alves <palves@redhat.com>
7440
7441 * lib/gdb-python.exp (get_python_valueof): Add 'test' optional
7442 parameter and handle it. Don't output read value in test name.
7443
7444 2017-10-24 Pedro Alves <palves@redhat.com>
7445
7446 * gdb.gdb/unittest.exp ('maintenance check xml-descriptions'): Use
7447 custom test name.
7448
7449 2017-10-24 Pedro Alves <palves@redhat.com>
7450
7451 * gdb.base/startup-with-shell.exp ('touch $unique_file'): Don't
7452 include the unstable output directory name in the test's name.
7453 (initial_setup_simple) <'set args'>: Use custom test name.
7454
7455 2017-10-24 Pedro Alves <palves@redhat.com>
7456
7457 * gdb.arch/arc-tdesc-cpu.exp ('set tdesc filename'): Use gdb_test
7458 with explicit test name.
7459
7460 2017-10-20 Pedro Alves <palves@redhat.com>
7461
7462 * gdb.base/quit.exp: Use gdb_test_multiple and expect 'eof' before
7463 'wait -i'. Use gdb_assert and remote_close.
7464
7465 2017-10-19 Andrew Burgess <andrew.burgess@embecosm.com>
7466
7467 * gdb.linespec/ls-errs.exp (do_test): Update comment, use line
7468 number from variable rather than hard-coded.
7469
7470 2017-10-19 Pedro Alves <palves@redhat.com>
7471
7472 * gdb.base/long-inferior-output.c: New file.
7473 * gdb.base/long-inferior-output.exp: New file.
7474
7475 2017-11-18 Keith Seitz <keiths@redhat.com>
7476
7477 * gdb.cp/cpexprs.cc (base) <operator fluff const* const*>: New
7478 method.
7479 (main): Call it.
7480 * gdb.cp/cpexprs.exp: Add new conversion operator to test matrix.
7481 Add additional user-defined conversion operator tests.
7482
7483 2017-10-17 Pedro Alves <palves@redhat.com>
7484
7485 * boards/native-stdio-gdbserver.exp: Load "local-board".
7486
7487 2017-10-17 Pedro Alves <palves@redhat.com>
7488
7489 * gdb.base/quit-live.c: New file.
7490 * gdb.base/quit-live.exp: New file.
7491
7492 2017-10-16 Keith Seitz <keiths@redhat.com>
7493
7494 * gdb.cp/classes.cc (class_with_typedefs, class_with_public_typedef)
7495 (class_with_protected_typedef, class_with_private_typedef)
7496 (struct_with_public_typedef, struct_with_protected_typedef)
7497 (struct_with_private_typedef): New classes/structs.
7498 * gdb.cp/classes.exp (test_ptype_class_objects): Add tests for
7499 typedefs and access specifiers.
7500
7501 2017-10-16 Pedro Alves <palves@redhat.com>
7502 Simon Marchi <simon.marchi@polymtl.ca>
7503
7504 * README (Local vs Remote vs Native): New section.
7505 * boards/local-board.exp: New file, with bits factored out from
7506 ...
7507 * boards/native-extended-gdbserver.exp: ... here. Load
7508 "local-board".
7509 * boards/native-gdbserver.exp: Load "local-board".
7510 (${board}_spawn, ${board}_exec): Delete.
7511 * boards/native-stdio-gdbserver.exp: Most contents factored out to
7512 ...
7513 * boards/stdio-gdbserver-base.exp: ... this new file.
7514 * boards/native-stdio-gdbserver.exp: Reimplement, by loading
7515 "stdio-gdbserver-base" and defining a get_target_remote_pipe_cmd
7516 procedure.
7517 * boards/remote-stdio-gdbserver.exp: Load stdio-gdbserver-base
7518 instead of native-stdio-gdbserver. Don't set gdb_server_prog nor
7519 stdio_gdbserver_command.
7520 (${board}_get_remote_address, ${board}_get_comm_port)
7521 (${board}_download, ${board}_upload): Delete.
7522 (get_target_remote_pipe_cmd): New.
7523
7524 2017-10-16 Simon Marchi <simon.marchi@ericsson.com>
7525
7526 * gdb.python/py-breakpoint.exp (test_bkpt_basic,
7527 test_bkpt_deletion, test_bkpt_cond_and_cmds,
7528 test_bkpt_invisible, test_watchpoints, test_bkpt_internal,
7529 test_bkpt_eval_funcs, test_bkpt_temporary, test_bkpt_address,
7530 test_bkpt_pending, test_bkpt_events): Use proc_with_prefix,
7531 remove with_test_prefix.
7532
7533 2017-10-13 Pedro Alves <palves@redhat.com>
7534
7535 * lib/gdb.exp (target_can_use_run_cmd): New procedure.
7536 * gdb.base/annota1.exp: Use it instead of is_remote.
7537 * gdb.base/annota3.exp: Use it instead of is_remote.
7538 * gdb.cp/annota2.exp: Use it instead of is_remote.
7539 * gdb.cp/annota3.exp: Use it instead of is_remote.
7540 * gdb.multi/bkpt-multi-exec.exp: Use it instead of is_remote.
7541
7542 2017-10-13 Pedro Alves <palves@redhat.com>
7543
7544 * gdb.base/testenv.exp: Check use_gdb_stub instead of is_remote.
7545 (test_num_test_vars, run_and_count_vars, find_env)
7546 (test_set_unset_env, test_inherit_env_var): New procedures.
7547 (top level): Use them.
7548
7549 2017-10-13 Pedro Alves <palves@redhat.com>
7550
7551 * lib/selftest-support.exp (selftest_setup): Extend comments, and
7552 also skip on stub-like targets.
7553
7554 2017-10-13 Pedro Alves <palves@redhat.com>
7555
7556 PR gdb/22293
7557 * gdb.base/find-unmapped.exp: Don't skip if is_remote target.
7558 (top level): Move some tests to ...
7559 (test_not_found): ... this new procedure.
7560 (top level): Call it.
7561
7562 2017-10-13 Pedro Alves <palves@redhat.com>
7563
7564 * gdb.base/term.exp: Don't skip if is_remote target. Instead,
7565 expect different "info terminal" output if testing with a
7566 non-native target.
7567
7568 2017-10-13 Pedro Alves <palves@redhat.com>
7569 Simon Marchi <simon.marchi@polymtl.ca>
7570
7571 PR python/12966
7572 * gdb.python/py-evthreads.exp: Remove is_remote target kfail.
7573
7574 2017-10-13 Pedro Alves <palves@redhat.com>
7575
7576 * gdb.python/py-evthreads.exp: Start GDB with "set non-stop on"
7577 already.
7578
7579 2017-10-13 Pedro Alves <palves@redhat.com>
7580
7581 * gdb.python/py-evsignal.exp: Check gdb_protocol instead of
7582 is_remote.
7583
7584 2017-10-13 Pedro Alves <palves@redhat.com>
7585
7586 * gdb.threads/thread_events.exp: Check gdb_protocol instead of
7587 is_remote.
7588
7589 2017-10-13 Pedro Alves <palves@redhat.com>
7590
7591 * gdb.base/corefile.exp (corefile_test_run): Skip if gdb_protocol
7592 is set.
7593 (corefile_test_attach): Likewise. Check can_spawn_for_attach
7594 instead of is_remote.
7595
7596 2017-10-13 Pedro Alves <palves@redhat.com>
7597
7598 * gdb.base/remote.exp: Check gdb_protocol instead of is_remote.
7599 (top level): Add comment.
7600
7601 2017-10-13 Pedro Alves <palves@redhat.com>
7602
7603 * gdb.base/remote.exp (top level): Fix comment typo and add
7604 missing return.
7605
7606 2017-10-13 Pedro Alves <palves@redhat.com>
7607 Simon Marchi <simon.marchi@polymtl.ca>
7608
7609 * gdb.base/solib-nodir.exp: Split is_remote and skip_shlib_tests
7610 calls and add comments. Skip test if use_gdb_stub is set.
7611 (top level): Use "set cwd" command instead of "cd" command.
7612
7613 2017-10-13 Pedro Alves <palves@redhat.com>
7614
7615 * gdb.base/shlib-call.exp (top level): Use gdb_run_cmd and remove
7616 is_remote target check.
7617
7618 2017-10-13 Pedro Alves <palves@redhat.com>
7619
7620 * gdb.base/scope.exp: Use build_executable + clean_restart +
7621 gdb_file_cmd instead of prepare_for_testing and no longer skip
7622 "before run" tests on is_remote target boards. Update comments.
7623 * boards/native-extended-gdbserver.exp
7624 (extended_gdbserver_load_last_file): New, factored out from ...
7625 (gdb_load): ... this. Move further below and add comment.
7626 (extended_gdbserver_gdb_file_cmd, gdb_file_cmd, gdb_reload): New.
7627
7628 2017-10-12 Pedro Alves <palves@redhat.com>
7629
7630 * gdb.base/attach.exp: Remove references to gdb64.
7631 * gdb.base/dbx.exp: Remove references to gdb64.
7632
7633 2017-10-12 Simon Marchi <simon.marchi@polymtl.ca>
7634 Pedro Alves <palves@redhat.com>
7635
7636 * gdb.base/label.exp: Remove is_remote target check.
7637
7638 2017-10-12 Pedro Alves <palves@redhat.com>
7639
7640 * gdb.base/auvx.exp (coredir): Update comment.
7641 (top level) <core_works>: Use "set cwd" command instead of "cd"
7642 command.
7643
7644 2017-10-12 Pedro Alves <palves@redhat.com>
7645 Simon Marchi <simon.marchi@polymtl.ca>
7646
7647 * gdb.base/catch-fork-static.exp: No longer skip on is_remote
7648 target boards.
7649
7650 2017-10-12 Pedro Alves <palves@redhat.com>
7651 Simon Marchi <simon.marchi@polymtl.ca>
7652
7653 * gdb.base/checkpoint.exp: Don't check is_remote or isnative.
7654 Instead skip if there's any gdb_protocol set.
7655
7656 2017-10-12 Simon Marchi <simon.marchi@polymtl.ca>
7657 Pedro Alves <palves@redhat.com>
7658
7659 * gdb.base/dprintf-non-stop.exp: Remove is_remote target check.
7660
7661 2017-10-12 Pedro Alves <palves@redhat.com>
7662 Simon Marchi <simon.marchi@polymtl.ca>
7663
7664 * gdb.base/argv0-symlink.exp: kfail on remote gdbserver,
7665 instead of on dejagnu remote boards.
7666
7667 2017-10-12 Pedro Alves <palves@redhat.com>
7668 Simon Marchi <simon.marchi@polymtl.ca>
7669
7670 * gdb.base/inferior-died.exp: Remove is_remote and isnative
7671 checks. Use build_executable + clean_restart instead of
7672 prepare_for_testing. Pass "set non-stop on" via GDBFLAGS instead
7673 of enabling non-stop after starting gdb.
7674
7675 2017-10-12 Pedro Alves <palves@redhat.com>
7676
7677 * gdb.threads/non-ldr-exc-1.exp: No longer skip if is_remote target.
7678 * gdb.threads/non-ldr-exc-2.exp: Ditto.
7679 * gdb.threads/non-ldr-exc-3.exp: Ditto.
7680 * gdb.threads/non-ldr-exc-4.exp: Ditto.
7681
7682 2017-10-11 Anton Kolesov <Anton.Kolesov@synopsys.com>
7683
7684 * gdb.arch/arc-tdesc-cpu.exp: New file.
7685 * gdb.arch/arc-tdesc-cpu.xml: Likewise.
7686
7687 2017-10-10 Simon Marchi <simon.marchi@ericsson.com>
7688
7689 * lib/gdb.exp (get_integer_valueof): Don't output read value in test name.
7690
7691 2017-10-10 Pedro Alves <palves@redhat.com>
7692
7693 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Don't
7694 expect CLI output.
7695
7696 2017-10-10 Pedro Alves <palves@redhat.com>
7697
7698 * lib/selftest-support.exp (selftest_setup): Update for
7699 captured_command_loop's prototype change.
7700
7701 2017-10-09 Pedro Alves <palves@redhat.com>
7702
7703 Test both arch1=>arch2 and arch2=>arch1.
7704
7705 * gdb.multi/multi-arch-exec.exp (exec1, srcfile1, binfile1, exec2)
7706 (srcfile2, binfile2, march1, march2): Remove globals. Largely
7707 factored out to...
7708 (append_arch1_options, append_arch2_options, append_arch_options)
7709 (build_executables): New procedures.
7710 (do_test): New 'first_arch' parameter. Use it to define 'from_exec'
7711 local.
7712 (top level): Add new 'first_arch' testing axis.
7713
7714 2017-10-09 Pedro Alves <palves@redhat.com>
7715
7716 * gdb.multi/multi-arch-exec.c: Include <pthread.h> and <assert.h>.
7717 (barrier): New.
7718 (thread_start, all_started): New functions.
7719 (main): Spawn new thread and wait until it is scheduled.
7720 * gdb.multi/multi-arch-exec.exp: Build $srcfile1 with the pthreads
7721 option.
7722 (do_test): Add 'selected_thread' parameter. Run to all_started
7723 instead of main. Explicitly set the breakpoint at main. Switch
7724 to the SELECTED_THREAD thread.
7725 (top level): Test handling the exec event with either the main
7726 thread or the second thread selected.
7727
7728 2017-10-09 Pedro Alves <palves@redhat.com>
7729
7730 * gdb.base/print-file-var-main.c: Fix get_version_2 value check
7731 logic. Move STOP marker after the value checks.
7732 * gdb.base/print-file-var.exp (continue to STOP marker): Tighten
7733 regexp.
7734
7735 2017-10-06 Sandra Loosemore <sandra@codesourcery.com>
7736
7737 * gdb.mi/mi-threads-interrupt.exp: Skip test if nointerrupts.
7738
7739 2017-10-05 Ulrich Weigand <uweigand@de.ibm.com>
7740
7741 * gdb.base/dfp-exprs.exp: Update tests to larger range of supported
7742 integer-to-dfp conversion.
7743 * gdb.base/dfp-test.exp: Likewise.
7744
7745 2017-10-04 Pedro Alves <palves@redhat.com>
7746
7747 * gdb.multi/hangout.c: Include <unistd.h>.
7748 (hangout_loop): New function.
7749 (main): Call alarm. Call hangout_loop in a loop.
7750 * gdb.multi/hello.c: Include <unistd.h>.
7751 (hello_loop): New function.
7752 (main): Call alarm. Call hangout_loop in a loop.
7753 * gdb.multi/multi-arch.exp: Test running to a breakpoint one
7754 inferior with the other selected.
7755
7756 2017-10-04 Simon Marchi <simon.marchi@ericsson.com>
7757
7758 * gdb.mi/list-thread-groups-available.exp: New file.
7759 * gdb.mi/list-thread-groups-available.c: New file.
7760
7761 2017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
7762
7763 * gdb.base/set-cwd.exp: Make it available on
7764 native-extended-gdbserver.
7765
7766 2017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
7767
7768 * gdb.base/set-cwd.c: New file.
7769 * gdb.base/set-cwd.exp: Likewise.
7770
7771 2017-10-02 Tom Tromey <tom@tromey.com>
7772
7773 PR rust/22236:
7774 * gdb.rust/simple.rs (main): New variable "fslice".
7775 * gdb.rust/simple.exp: Add slice tests. Update string tests.
7776
7777 2017-10-02 Tom Tromey <tom@tromey.com>
7778
7779 * gdb.rust/simple.exp: Test ptype of a slice.
7780
7781 2017-10-02 Tom Tromey <tom@tromey.com>
7782
7783 * gdb.rust/simple.exp: Test index of slice.
7784
7785 2017-09-27 Tom Tromey <tom@tromey.com>
7786
7787 * gdb.base/macscp.exp: Add __VA_OPT__ tests.
7788
7789 2017-09-26 Thomas Preud'homme <thomas.preudhomme@arm.com>
7790 Pedro Alves <palves@redhat.com>
7791
7792 * gdb.base/compare-sections.exp (get value of read-only section): Read
7793 as unsigned value.
7794 (corrupt read-only section): Likewise and don't set written if patching
7795 failed.
7796
7797 2017-09-21 Kevin Buettner <kevinb@redhat.com>
7798
7799 * gdb.python/py-thrhandle.c, gdb.python/py-thrhandle.exp: New
7800 files.
7801
7802 2017-09-20 Pedro Alves <palves@redhat.com>
7803
7804 * gdb.base/list-ambiguous.exp (test_list_ambiguous_symbol): Expect
7805 symbol names in gdb's output.
7806 * gdb.cp/overload.exp ("list all overloads"): Likewise.
7807
7808 2017-09-20 Pedro Alves <palves@redhat.com>
7809
7810 * gdb.base/list-ambiguous.exp (test_list_ambiguous_function):
7811 Rename to ...
7812 (test_list_ambiguous_symbol): ... this and add a symbol name
7813 parameter. Adjust.
7814 (test_list_ambiguous_function): Reimplement on top of
7815 test_list_ambiguous_symbol and also test listing ambiguous
7816 variables.
7817 * gdb.base/list-ambiguous0.c (ambiguous): Rename to ...
7818 (ambiguous_fun): ... this.
7819 (ambiguous_var): New.
7820 * gdb.base/list-ambiguous1.c (ambiguous): Rename to ...
7821 (ambiguous_fun): ... this.
7822 (ambiguous_var): New.
7823
7824 2017-09-19 John Baldwin <jhb@FreeBSD.org>
7825
7826 * gdb.base/starti.c: New file.
7827 * gdb.base/starti.exp: New file.
7828 * lib/gdb.exp (gdb_starti_cmd): New procedure.
7829
7830 2017-09-14 Pedro Alves <palves@redhat.com>
7831
7832 * gdb.base/nodebug.exp (nodebug_runto): New procedure.
7833 (top level): Use it instead of runto.
7834
7835 2017-09-11 Tom Tromey <tom@tromey.com>
7836
7837 * gdb.base/ena-dis-br.exp (test_ena_dis_br): Update test.
7838
7839 2017-09-11 Tom Tromey <tom@tromey.com>
7840
7841 * gdb.python/py-infthread.exp: Add tests for new_thread event.
7842 * gdb.python/py-inferior.exp: Add tests for new inferior events.
7843
7844 2017-09-08 Christoph Weinmann <christoph.t.weinmann@intel.com>
7845
7846 * gdb.fortran/printing-types.exp: New file.
7847 * gdb.fortran/printing-types.exp: New file.
7848
7849 2017-09-08 Bernhard Heckel <bernhard.heckel@intel.com>
7850
7851 * gdb.fortran/vla-ptype.exp: Fix typos.
7852 * gdb.fortran/vla-value.exp: Same.
7853
7854 2017-09-08 Bernhard Heckel <bernhard.heckel@intel.com>
7855
7856 * gdb.fortran/vla-value.exp: Use type names defined in libfortran.
7857 * gdb.mi/mi-var-child-f.exp: Likewise.
7858 * gdb.mi/mi-vla-fortran.exp: Likewise.
7859
7860 2017-09-08 Frank Penczek <frank.penczek@intel.com>
7861 Christoph Weinmann <christoph.t.weinmann@intel.com>
7862 Bernhard Heckel <bernhard.heckel@intel.com>
7863
7864 * gdb.fortran/ptr-indentation.f90: New file.
7865 * gdb.fortran/ptr-indentation.exp: New file.
7866
7867 2017-09-05 Tom Tromey <tom@tromey.com>
7868
7869 PR gdb/22010:
7870 * gdb.base/sizeof.exp (check_valueof): Cast char constant to int.
7871
7872 2017-09-06 Thomas Preud'homme <thomas.preudhomme@arm.com>
7873
7874 * gdb.arch/thumb2-it.exp: Cast call to assembly defined function.
7875
7876 2017-09-06 Jan Kratochvil <jan.kratochvil@redhat.com>
7877
7878 * gdb.threads/tls-nodebug-pie.c: New file.
7879 * gdb.threads/tls-nodebug-pie.exp: New file.
7880
7881 2017-09-05 Tom Tromey <tom@tromey.com>
7882
7883 * lib/gdb.exp (gdb_compile): Don't use universal_compile_options
7884 for rust.
7885
7886 2017-09-05 Simon Marchi <simon.marchi@ericsson.com>
7887
7888 * gdb.multi/multi-arch-exec.exp: Test with different
7889 "follow-exec-mode" settings.
7890 (do_test): New procedure.
7891
7892 2017-09-04 Pedro Alves <palves@redhat.com>
7893
7894 * gdb.base/func-static.c (S::method const, S::method volatile)
7895 (S::method volatile const): New methods.
7896 (c_s, v_s, cv_s): New instances.
7897 (main): Call method() on them.
7898 * gdb.base/func-static.exp (syntax_re, cannot_resolve_re): New variables.
7899 (cannot_resolve): New procedure.
7900 (cxx_scopes_list): Test cv methods. Add print-scope-quote and
7901 print-quote-unquoted columns.
7902 (do_test): Test printing each scope too.
7903
7904 2017-09-04 Pedro Alves <palves@redhat.com>
7905
7906 * gdb.base/local-static.exp: Also test with
7907 class::method::variable wholly quoted.
7908 * gdb.cp/m-static.exp (class::method::variable): Remove test.
7909
7910 2017-09-04 Pedro Alves <palves@redhat.com>
7911
7912 * gdb.base/local-static.c: New.
7913 * gdb.base/local-static.cc: New.
7914 * gdb.base/local-static.exp: New.
7915
7916 2017-09-04 Pedro Alves <palves@redhat.com>
7917
7918 * gdb.asm/asm-source.exp: Add casts to int.
7919 * gdb.base/nodebug.c (dataglobal8, dataglobal32_1, dataglobal32_2)
7920 (dataglobal64_1, dataglobal64_2): New globals.
7921 * gdb.base/nodebug.exp: Test different expressions involving the
7922 new globals, with print, whatis and ptype. Add casts to int.
7923 * gdb.base/solib-display.exp: Add casts to int.
7924 * gdb.compile/compile-ifunc.exp: Expect warning. Add cast to int.
7925 * gdb.cp/m-static.exp: Add cast to int.
7926 * gdb.dwarf2/dw2-skip-prologue.exp: Add cast to int.
7927 * gdb.threads/tls-nodebug.exp: Check that gdb errors out printing
7928 tls variable with no debug info without a cast. Test with a cast
7929 to int too.
7930 * gdb.trace/entry-values.exp: Add casts.
7931
7932 2017-09-04 Pedro Alves <palves@redhat.com>
7933
7934 * gdb.base/nodebug.exp: Test that ptype's error about functions
7935 with unknown return type includes the function name too.
7936
7937 2017-09-04 Pedro Alves <palves@redhat.com>
7938
7939 * gdb.base/break-main-file-remove-fail.exp (test_remove_bp): Cast
7940 return type of munmap in infcall.
7941 * gdb.base/break-probes.exp: Cast return type of foo in infcall.
7942 * gdb.base/checkpoint.exp: Simplify using for loop. Cast return
7943 type of ftell in infcall.
7944 * gdb.base/dprintf-detach.exp (dprintf_detach_test): Cast return
7945 type of getpid in infcall.
7946 * gdb.base/infcall-exec.exp: Cast return type of execlp in
7947 infcall.
7948 * gdb.base/info-os.exp: Cast return type of getpid in infcall.
7949 Bail on failure to extract the pid.
7950 * gdb.base/nodebug.c: #include <stdint.h>.
7951 (multf, multf_noproto, mult, mult_noproto, add8, add8_noproto):
7952 New functions.
7953 * gdb.base/nodebug.exp (test_call_promotion): New procedure.
7954 Change expected output of print/whatis/ptype with functions with
7955 no debug info. Test all supported languages. Call
7956 test_call_promotion.
7957 * gdb.compile/compile.exp: Adjust expected output to expect
7958 warning.
7959 * gdb.threads/siginfo-threads.exp: Likewise.
7960
7961 2017-09-04 Pedro Alves <palves@redhat.com>
7962
7963 * gdb.base/callfuncs.exp (do_function_calls): New parameter
7964 "prototypes". Test calling float functions via prototyped and
7965 unprototyped function pointers.
7966 (perform_all_tests): New parameter "prototypes". Pass it down.
7967 (top level): Pass down "prototypes" parameter to
7968 perform_all_tests.
7969
7970 2017-09-04 Simon Marchi <simon.marchi@ericsson.com>
7971
7972 * gdb.base/commands.exp (loop_break_test, loop_continue_test):
7973 Test with nested loops.
7974
7975 2017-09-04 Simon Marchi <simon.marchi@ericsson.com>
7976
7977 * gdb.base/commands.exp: Call the new procedures.
7978 (loop_break_test, loop_continue_test): New procedures.
7979
7980 2017-09-04 Simon Marchi <simon.marchi@ericsson.com>
7981
7982 * gdb.base/commands.exp: Call new procedure.
7983 (define_if_without_arg_test): New procedure.
7984
7985 2017-09-04 Pedro Alves <palves@redhat.com>
7986
7987 * gdb.base/list-ambiguous.exp: New file.
7988 * gdb.base/list-ambiguous0.c: New file.
7989 * gdb.base/list-ambiguous1.c: New file.
7990 * gdb.base/list.exp (test_list_range): Adjust expected output.
7991
7992 2017-08-31 Sergio Durigan Junior <sergiodj@redhat.com>
7993
7994 * gdb.base/share-env-with-gdbserver.c: New file.
7995 * gdb.base/share-env-with-gdbserver.exp: Likewise.
7996
7997 2017-08-28 Simon Marchi <simon.marchi@ericsson.com>
7998
7999 * gdb.base/commands.exp (gdbvar_simple_if_test,
8000 gdbvar_simple_if_test, gdbvar_complex_if_while_test,
8001 progvar_simple_if_test, progvar_simple_while_test,
8002 progvar_complex_if_while_test, user_defined_command_test,
8003 user_defined_command_args_eval,
8004 user_defined_command_args_stack_test,
8005 user_defined_command_manyargs_test, bp_deleted_in_command_test,
8006 temporary_breakpoint_commands,
8007 gdb_test_no_prompt, redefine_hook_test,
8008 redefine_backtrace_test): Remove "global gdb_prompt".
8009
8010 2017-08-28 Simon Marchi <simon.marchi@ericsson.com>
8011
8012 * gdb.base/commands.exp (user_defined_command_case_sensitivity):
8013 New proc, call it from toplevel.
8014
8015 2017-08-23 Sergio Durigan Junior <sergiodj@redhat.com>
8016
8017 PR remote/21852
8018 * gdb.server/normal.c: New file, copied from gdb.base.
8019 * gdb.server/run-without-local-binary.exp: New file.
8020
8021 2017-08-07 Weimin Pan <weimin.pan@oracle.com>
8022
8023 * gdb.arch/sparc64-adi.exp: New file.
8024 * gdb.arch/sparc64-adi.c: New file.
8025
8026 2017-08-22 Pedro Alves <palves@redhat.com>
8027
8028 * gdb.cp/overload.exp (line_range_pattern): New procedure.
8029 (top level): Add "list all overloads" tests.
8030
8031 2017-08-22 Tom Tromey <tom@tromey.com>
8032
8033 * gdb.gdb/xfullpath.exp: Remove.
8034
8035 2017-08-21 Pedro Alves <palves@redhat.com>
8036
8037 PR gdb/19487
8038 * gdb.base/symbol-alias.c: New.
8039 * gdb.base/symbol-alias2.c: New.
8040 * gdb.base/symbol-alias.exp: New.
8041
8042 2017-08-21 Pedro Alves <palves@redhat.com>
8043
8044 * gdb.base/dfp-test.c
8045 (d32_t, d64_t, d128_t, d32_t2, d64_t2, d128_t2, v_d32_t, v_d64_t)
8046 (v_d128_t, v_d32_t2, v_d64_t2, v_d128_t2): New.
8047 * gdb.base/dfp-test.exp: Add whatis/ptype/cast tests.
8048 * gdb.base/gnu_vector.exp: Add whatis/ptype/cast tests.
8049 * gdb.base/whatis-ptype-typedefs.c: New.
8050 * gdb.base/whatis-ptype-typedefs.exp: New.
8051 * gdb.python/py-prettyprint.c (int_type, int_type2): New typedefs.
8052 (an_int, an_int_type, an_int_type2): New globals.
8053 * gdb.python/py-prettyprint.exp (run_lang_tests): Add tests
8054 involving typedefs and cast expressions.
8055 * gdb.python/py-prettyprint.py (class pp_int_typedef): New.
8056 (lookup_typedefs_function): New.
8057 (typedefs_pretty_printers_dict): New.
8058 (top level): Register lookup_typedefs_function in
8059 gdb.pretty_printers.
8060
8061 2017-08-18 Yao Qi <yao.qi@linaro.org>
8062
8063 * gdb.server/unittest.exp: New.
8064
8065 2017-08-15 Sergio Durigan Junior <sergiodj@redhat.com>
8066
8067 PR gdb/21954
8068 * gdb.base/environ.exp: Add test to check if 'unset environment'
8069 works.
8070
8071 2017-08-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
8072
8073 * lib/gdb.exp (universal_compile_options): New caching proc.
8074 (gdb_compile): Suppress GCC's coloring of messages.
8075
8076 2017-08-14 Tom Tromey <tom@tromey.com>
8077
8078 PR gdb/21675:
8079 * gdb.base/printcmds.exp (test_radices): New function.
8080 * gdb.dwarf2/var-access.exp: Use p/u, not p/d.
8081 * gdb.base/sizeof.exp (check_valueof): Use p/d.
8082 * lib/gdb.exp (get_integer_valueof): Use p/d.
8083
8084 2017-08-12 Simon Marchi <simon.marchi@ericsson.com>
8085
8086 * lib/gdb.exp (get_valueof): Don't capture end-of-line
8087 characters.
8088
8089 2017-08-05 Tom Tromey <tom@tromey.com>
8090
8091 * gdb.rust/simple.exp: Allow String to appear in a different
8092 namespace.
8093
8094 2017-07-26 Yao Qi <yao.qi@linaro.org>
8095
8096 * gdb.gdb/unittest.exp: Invoke command
8097 "maintenance check xml-descriptions".
8098
8099 2017-07-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
8100
8101 * gdb.arch/s390-vregs.exp: Calculate parameters to hex128 in the
8102 calling context.
8103 (hex128): Drop erroneous calculation of parameters.
8104
8105 2017-07-22 Simon Marchi <simon.marchi@ericsson.com>
8106
8107 * gdb.python/py-unwind.exp: Disable stack protection when
8108 building test file.
8109
8110 2017-07-20 Pedro Alves <palves@redhat.com>
8111
8112 * gdb.base/default.exp (set language): Adjust expected output.
8113
8114 2017-07-20 Pedro Alves <palves@redhat.com>
8115
8116 * gdb.base/dmsym.c (pck__foo__bar__minsym): Rename to ...
8117 (test_minsym): ... this, and make static.
8118 (get_pck__foo__bar__minsym): Rename to ...
8119 (get_test_minsym): ... this.
8120 * gdb.base/dmsym.exp (): Remove "set language ada" call. Adjust
8121 symbol names and comments.
8122 * gdb.base/dmsym_main.c (get_pck__foo__bar__minsym): Rename to ...
8123 (get_test_minsym): ... this.
8124 (pck__foo__bar__minsym__2): Rename to ...
8125 (test_minsym): ... this.
8126 (main): Adjust.
8127
8128 2017-07-17 Pedro Alves <palves@redhat.com>
8129
8130 * gdb.base/completion.exp: Adjust expected output.
8131 * gdb.linespec/ls-errs.exp: Don't send tab characters, now that
8132 the completer works.
8133
8134 2017-07-17 Pedro Alves <palves@redhat.com>
8135
8136 * gdb.linespec/ls-errs.exp (do_test): Adjust expected output.
8137
8138 2017-07-15 Andrew Burgess <andrew.burgess@embecosm.com>
8139
8140 * gdb.mi/mi-vla-fortran.exp: Make test names unique.
8141
8142 2017-07-14 Tom Tromey <tom@tromey.com>
8143
8144 PR rust/21764:
8145 * gdb.rust/simple.exp: Add tests.
8146
8147 2017-07-14 Tom Tromey <tom@tromey.com>
8148
8149 * gdb.rust/simple.exp: Add regression test for PR rust/21763.
8150
8151 2017-07-14 Pedro Alves <palves@redhat.com>
8152
8153 * gdb.linespec/base/one/thefile.cc (z1): New function.
8154 * gdb.linespec/base/two/thefile.cc (z2): New function.
8155 * gdb.linespec/linespec.exp: Add tests.
8156
8157 2017-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
8158
8159 * gdb.mi/mi-vla-fortran.exp: Correct even more parameter passing
8160 to mi_create_breakpoint.
8161
8162 2017-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
8163
8164 * gdb.mi/mi-vla-fortran.exp: Correct parameter passing to
8165 mi_create_breakpoint.
8166
8167 2017-07-11 Iain Buclaw <ibuclaw@gdcproject.org>
8168
8169 * gdb.dlang/demangle.exp: Update for demangling changes.
8170
8171 2017-07-09 Tom Tromey <tom@tromey.com>
8172
8173 * gdb.dwarf2/shortpiece.exp: New file.
8174
8175 2017-07-06 David Blaikie <dblaikie@gmail.com>
8176
8177 * gdb.dwarf2/fission-multi-cu.S: Test containing multiple CUs in a DWO,
8178 built from fissiont-multi-cu{1,2}.c.
8179 * gdb.dwarf2/fission-multi-cu.exp: Test similar to fission-base.exp,
8180 except putting 'main' and 'func' in separate CUs in the same DWO file.
8181 * gdb.dwarf2/fission-multi-cu1.c: First CU for the multi-CU-single-DWO
8182 test.
8183 * gdb.dwarf2/fission-multi-cu2.c: Second CU in the multi-CU-single-DWO
8184 test.
8185
8186 2017-07-06 Pedro Alves <palves@redhat.com>
8187
8188 * gdb.python/py-unwind.exp: Test flushregs.
8189
8190 2017-06-30 Sergio Durigan Junior <sergiodj@redhat.com>
8191
8192 PR cli/21688
8193 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): Add new
8194 tests for alias commands and trailing whitespace.
8195
8196 2017-06-30 Sergio Durigan Junior <sergiodj@redhat.com>
8197
8198 PR cli/21688
8199 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): New
8200 procedure. Call it.
8201
8202 2017-06-29 Pedro Alves <palves@redhat.com>
8203
8204 * gdb.base/printcmds.exp: Add tests.
8205
8206 2017-06-28 Doug Gilmore <Doug.Gilmore@imgtec.com>
8207
8208 PR gdb/21337
8209 * gdb.base/reread-readsym.exp: New file.
8210 * gdb.base/reread-readsym.c: New file.
8211
8212 2017-06-21 Kevin Buettner <kevinb@redhat.com>
8213
8214 * gdb.exp (gdb_test): Using noncapturing parens for the $pattern
8215 subpattern.
8216
8217 2017-06-19 Peter Bergner <bergner@vnet.ibm.com>
8218
8219 * gdb.arch/powerpc-power9.exp: Update test case for new lnia
8220 extended mnemonic.
8221 * gdb.arch/powerpc-power9.s: Likewise.
8222
8223 2017-06-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
8224
8225 * gdb.dwarf2/var-access.exp: Use register name ecx instead of edx
8226 on 32-bit x86 targets. Exploit is_*_target macros where
8227 appropriate.
8228
8229 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8230
8231 * gdb.dwarf2/var-access.exp: Add test for non-byte-aligned
8232 register pieces.
8233
8234 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8235
8236 * gdb.dwarf2/var-access.exp: Add tests for accessing bit-fields
8237 located in one or more DWARF pieces.
8238
8239 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8240
8241 * lib/gdb.exp (get_endianness): New proc.
8242 * gdb.arch/aarch64-fp.exp: Use it.
8243 * gdb.arch/altivec-regs.exp: Likewise.
8244 * gdb.arch/e500-regs.exp: Likewise.
8245 * gdb.arch/vsx-regs.exp: Likewise.
8246 * gdb.base/dump.exp: Likewise.
8247 * gdb.base/funcargs.exp: Likewise.
8248 * gdb.base/gnu_vector.exp: Likewise.
8249 * gdb.dwarf2/formdata16.exp: Likewise.
8250 * gdb.dwarf2/implptrpiece.exp: Likewise.
8251 * gdb.dwarf2/nonvar-access.exp: Likewise.
8252 * gdb.python/py-inferior.exp: Likewise.
8253 * gdb.trace/unavailable-dwarf-piece.exp: Likewise.
8254
8255 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8256
8257 PR gdb/21226
8258 * gdb.dwarf2/nonvar-access.exp: Add checks for verifying that
8259 stack value pieces are taken from the LSB end.
8260
8261 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8262
8263 * gdb.dwarf2/var-pieces.exp: Add test case for modifying a
8264 variable at nonzero offset.
8265
8266 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8267
8268 * gdb.dwarf2/var-access.c: New file.
8269 * gdb.dwarf2/var-access.exp: New test.
8270 * lib/gdb-utils.exp (string_to_regexp): Quote braces as well.
8271
8272 2017-06-12 Tom Tromey <tom@tromey.com>
8273
8274 * gdb.dwarf2/formdata16.exp: Add tests.
8275
8276 2017-06-12 Tom Tromey <tom@tromey.com>
8277
8278 * gdb.arch/altivec-regs.exp: Expect decimal results for uint128.
8279
8280 2017-06-12 Tom Tromey <tom@tromey.com>
8281
8282 PR exp/16225:
8283 * gdb.reverse/i386-sse-reverse.exp: Update tests.
8284 * gdb.arch/vsx-regs.exp: Update tests.
8285 * gdb.arch/s390-vregs.exp (hex128): New proc.
8286 Update test.
8287 * gdb.arch/altivec-regs.exp: Update tests.
8288
8289 2017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
8290
8291 * gdb.base/startup-with-shell.c: New file.
8292 * gdb.base/startup-with-shell.exp: Likewise.
8293
8294 2017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
8295
8296 * gdb.server/non-existing-program.exp: Update regex in order to
8297 reflect the fact that gdbserver is now using fork_inferior (with a
8298 shell) to startup the inferior.
8299
8300 2017-05-30 Simon Marchi <simon.marchi@ericsson.com>
8301
8302 * gdb.base/watch-cond-infcall.exp: Don't run if target doesn't
8303 support function calls from GDB.
8304
8305 2017-05-21 Tom Tromey <tom@tromey.com>
8306
8307 PR rust/21466:
8308 * gdb.rust/unsized.exp: New file.
8309 * gdb.rust/unsized.rs: New file.
8310
8311 2017-05-19 Tom Tromey <tom@tromey.com>
8312
8313 PR rust/21484:
8314 * gdb.rust/watch.exp: New file.
8315 * gdb.rust/watch.rs: New file.
8316
8317 2017-05-18 Tom Tromey <tom@tromey.com>
8318
8319 * gdb.rust/simple.exp: Allow Box to be qualified.
8320
8321 2017-05-18 Thomas Preud'homme <thomas.preudhomme@arm.com>
8322
8323 * gdb.base/float.exp: Expect GDB prompt for targets without FPU.
8324
8325 2017-05-18 Pedro Alves <palves@redhat.com>
8326
8327 * gdb.base/fileio.c (test_write, test_read, test_close)
8328 (test_fstat): Don't print 'ret' in the fail path.
8329
8330 2017-05-18 Pedro Alves <palves@redhat.com>
8331
8332 * gdb.base/fileio.c (stop, test_open, test_write, test_read)
8333 (test_lseek, test_close, test_stat, test_fstat, test_isatty)
8334 (test_system, test_rename, test_unlink, test_time): Change
8335 prototypes.
8336 * gdb.base/fileio.exp (stop_msg): Adjust.
8337
8338 2017-05-18 Pedro Alves <palves@redhat.com>
8339
8340 * gdb.base/fileio.c (null_str): New global.
8341 (test_stat): Use it.
8342 * gdb.base/fileio.exp: Remove nowarnings.
8343
8344 2017-05-17 Yao Qi <yao.qi@linaro.org>
8345
8346 * gdb.base/fileio.exp: Pass nowarnings to gdb_compile.
8347
8348 2017-05-17 Simon Marchi <simon.marchi@ericsson.com>
8349
8350 * gdb.base/set-inferior-tty.exp (test_set_inferior_tty): Add
8351 argument command.
8352 (top-level): Invoke test_set_inferior_tty.
8353
8354 2017-05-04 Pedro Alves <palves@redhat.com>
8355
8356 * gdb.python/py-record-btrace-threads.exp (check_insn_for_thread):
8357 Add parens to print call for Python 3.
8358
8359 2017-05-03 Keith Seitz <keiths@redhat.com>
8360
8361 * gdb.cp/oranking.cc (dummy): New function to grab malloc.
8362 (main): Call it.
8363
8364 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
8365
8366 * gdb.python/py-record-btrace.exp: Rename prev_sibling and next_sibling
8367 to prev and next.
8368
8369 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
8370
8371 * gdb.python/py-record-btrace.exp: Remove test for
8372 gdb.BtraceInstruction.error.
8373
8374 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
8375
8376 * gdb.python/py-record-btrace.exp: Remove Record.ptid test.
8377
8378 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
8379
8380 * gdb.python/py-record-btrace-threads.c: New file.
8381 * gdb.python/py-record-btrace-threads.exp: New file.
8382
8383 2017-04-28 Sergio Durigan Junior <sergiodj@redhat.com>
8384
8385 PR testsuite/8595
8386 * gdb.base/environ.exp: Make test available in all architectures.
8387 Move bits related to "info program" testing to
8388 gdb.base/info-program.exp. Rewrite tests to use the two new
8389 procedures mentione below.
8390 (test_set_show_env_var) New procedure.
8391 (test_set_show_env_var_equal): Likewise.
8392 * gdb.base/info-program.exp: New file.
8393
8394 2017-04-27 Keith Seitz <keiths@redhat.com>
8395
8396 * gdb.cp/oranking.cc (test15): New function.
8397 (main): Call test15 and declare additional variables for testing.
8398 * gdb.cp/oranking.exp: Remove kfail status for "p foo4(&a)" and
8399 "p foo101('abc')" tests.
8400 Add tests for cv qualifier overloads.
8401 * gdb.cp/rvalue-ref-overloads.exp: Remove kfail status for
8402 "lvalue reference overload" test.
8403 * gdb.cp/rvalue-ref-params.exp: Remove kfail status for
8404 "print value of f1 on Child&& in f2" test.
8405
8406 2017-04-19 Pedro Alves <palves@redhat.com>
8407
8408 * gdb.threads/threadapply.exp (kill_and_remove_inferior): New
8409 procedure.
8410 (top level): Call it.
8411 * lib/gdb.exp (gdb_define_cmd): New procedure.
8412
8413 2017-04-12 Pedro Alves <palves@redhat.com>
8414
8415 PR gdb/21323
8416 * gdb.cp/wide_char_types.c: Include <wchar.h>.
8417 (wchar): New global.
8418 * gdb.cp/wide_char_types.exp (wide_char_types_program)
8419 (do_test_wide_char, wide_char_types_no_program, top level): Add
8420 wchar_t testing.
8421
8422 2017-04-12 Pedro Alves <palves@redhat.com>
8423
8424 PR c++/21323
8425 * gdb.cp/wide_char_types.c: New file.
8426 * gdb.cp/wide_char_types.exp: New file.
8427
8428 2017-04-05 Sergio Durigan Junior <sergiodj@redhat.com>
8429
8430 PR gdb/21352
8431 * gdb.trace/tsv.exp: Add test for "tsave -r".
8432
8433 2017-03-30 Iain Buclaw <ibuclaw@gdcproject.org>
8434
8435 * gdb.dlang/watch-loc.c: New file.
8436 * gdb.dlang/watch-loc.exp: New file.
8437
8438 2017-03-29 Jan Kratochvil <jan.kratochvil@redhat.com>
8439
8440 * gdb.python/py-section-script.exp (sepdebug): New testcases.
8441
8442 2017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
8443
8444 * gdb.arch/arc-analyze-prologue.S: New file.
8445 * gdb.arch/arc-analyze-prologue.exp: Likewise.
8446
8447 2017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
8448
8449 * gdb.arch/arc-decode-insn.S: New file.
8450 * gdb.arch/arc-decode-insn.exp: Likewise.
8451
8452 2017-03-21 Ivo Raisr <ivo.raisr@oracle.com>
8453
8454 PR tdep/20928
8455 * gdb.arch/sparc64-regs.exp: New file.
8456 * gdb.arch/sparc64-regs.S: Likewise.
8457
8458 2017-03-21 Tim Wiederhake <tim.wiederhake@intel.com>
8459
8460 * gdb.python/py-record-btrace.exp: Check for buffer on Python 2
8461 and memory view on Python 3.
8462
8463 2017-03-20 Artemiy Volkov <artemiyv@acm.org>
8464 Keith Seitz <keiths@redhat.com>
8465
8466 PR gdb/14441
8467 * gdb.cp/demangle.exp: Add rvalue reference tests.
8468 * gdb.cp/rvalue-ref-casts.cc: New file.
8469 * gdb.cp/rvalue-ref-casts.exp: New file.
8470 * gdb.cp/rvalue-ref-overload.cc: New file.
8471 * gdb.cp/rvalue-ref-overload.exp: New file.
8472 * gdb.cp/rvalue-ref-params.cc: New file.
8473 * gdb.cp/rvalue-ref-params.exp: New file.
8474 * gdb.cp/rvalue-ref-sizeof.cc: New file.
8475 * gdb.cp/rvalue-ref-sizeof.exp: New file.
8476 * gdb.cp/rvalue-ref-types.cc: New file.
8477 * gdb.cp/rvalue-ref-types.exp: New file.
8478 * gdb.python/py-rvalue-ref-value-cc.cc: New file.
8479 * gdb.python/py-rvalue-ref-value-cc.exp: New file.
8480
8481 2017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
8482
8483 * gdb.mi/mi-solib.exp (test_file_list_shared_libraries):
8484 New procedure.
8485
8486 2017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
8487
8488 * lib/mi-support.exp (mi_gdb_test): Add additional message
8489 for unexpected output.
8490
8491 2017-03-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
8492
8493 * gdb.base/examine-backward.c (Barrier): New character array
8494 constant, to ensure that TestStrings is preceded by a string
8495 terminator.
8496
8497 2017-03-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
8498
8499 * lib/dwarf.exp: Add support for DW_OP_implicit_pointer.
8500 * gdb.dwarf2/nonvar-access.exp: Add test for stack value location
8501 and implicit pointer into such a location.
8502
8503 2017-03-16 Doug Evans <dje@google.com>
8504
8505 * gdb.python/py-lazy-string (pointer): Really add new typedef.
8506
8507 2017-03-16 Thomas Preud'homme <thomas.preudhomme@arm.com>
8508
8509 * gdb.cp/m-static.exp: Fix expectation for prototype of
8510 test5.single_constructor and single_constructor::single_constructor.
8511
8512 2017-03-16 Doug Evans <dje@google.com>
8513
8514 * gdb.guile/scm-value.c (main) Delete locals sptr, sn.
8515 * gdb.guile/scm-lazy-string.c: New file.
8516 * gdb.guile/scm-value.exp: Move lazy string tests to ...
8517 * gdb.guile/scm-lazy-string.exp: ... here, new file. Add more tests
8518 for pointer, array, typedef lazy strings.
8519
8520 2017-03-16 Doug Evans <dje@google.com>
8521
8522 PR python/17728, python/18439, python/18779
8523 * gdb.python/py-value.c (main) Delete locals sptr, sn.
8524 * gdb.python/py-lazy-string.c (pointer): New typedef.
8525 (main): New locals ptr, array, typedef_ptr.
8526 * gdb.python/py-value.exp: Move lazy string tests to ...
8527 * gdb.python/py-lazy-string.exp: ... here. Add more tests for pointer,
8528 array, typedef lazy strings.
8529
8530 2017-03-14 Anton Kolesov <anton.kolesov@synopsys.com>
8531
8532 * lib/gdb.exp (get_valueof, get_integer_valueof, get_sizeof):
8533 Add optional 'test' parameter.
8534
8535 2017-03-13 Simon Marchi <simon.marchi@ericsson.com>
8536
8537 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
8538 Skip for versions of DejaGnu < 1.5.
8539
8540 2017-03-13 Simon Marchi <simon.marchi@ericsson.com>
8541
8542 * lib/gdb.exp (dejagnu_version): New proc.
8543 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
8544 Use dejagnu_version.
8545
8546 2017-03-10 Keith Seitz <keiths@redhat.com>
8547
8548 PR c++/8128
8549 * gdb.cp/templates.exp (test_ptype_of_templates): Remove argument
8550 type from destructor regexps.
8551 Add a branch which actually passes the test.
8552 Adjust "ptype t5i" test names.
8553
8554 2017-03-08 Pedro Alves <palves@redhat.com>
8555
8556 * gdb.base/step-over-exit.exp: Add explicit test message.
8557
8558 2017-03-08 Pedro Alves <palves@redhat.com>
8559
8560 PR gdb/18360
8561 * gdb.threads/interrupt-while-step-over.c: New file.
8562 * gdb.threads/interrupt-while-step-over.exp: New file.
8563
8564 2017-03-08 Pedro Alves <palves@redhat.com>
8565
8566 * gdb.arch/amd64-entry-value-param-dwarf5.exp: Use with_test_prefix.
8567 * gdb.arch/amd64-entry-value-param.exp: Use with_test_prefix.
8568
8569 2017-03-08 Pedro Alves <palves@redhat.com>
8570
8571 * gdb.arch/i386-pkru.exp (probe PKRU support): Handle detecting
8572 PKRU as not supported as a PASS.
8573
8574 2017-03-08 Pedro Alves <palves@redhat.com>
8575
8576 * gdb.base/break-fun-addr.exp: Use $testfile1/$testfile2 for test
8577 prefix instead of $binfile1/$binfile2.
8578 * gdb.btrace/gcore.exp: Use "core" instead of unstable path name
8579 in test message.
8580 * gdb.python/py-completion.exp: Use "load python file" as test
8581 messages instead of unstable path names.
8582
8583 2017-03-08 Pedro Alves <palves@redhat.com>
8584 Jan Kratochvil <jan.kratochvil@redhat.com>
8585
8586 PR cli/21218
8587 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
8588 New proc.
8589 (top level): Call it.
8590
8591 2017-03-08 Pedro Alves <palves@redhat.com>
8592
8593 PR tui/21216
8594 * gdb.tui/tui-nl-filtered-output.exp: New file.
8595
8596 2017-03-08 Pedro Alves <palves@redhat.com>
8597
8598 * gdb.base/completion.exp: Move TUI completion tests to ...
8599 * gdb.tui/completion.exp: ... this new file.
8600
8601 2017-03-08 Pedro Alves <palves@redhat.com>
8602
8603 * gdb.base/tui-disasm-long-lines.c,
8604 gdb.base/tui-disasm-long-lines.exp, gdb.base/tui-layout.c,
8605 gdb.base/tui-layout.exp: Move to ...
8606 * gdb.tui/: ... this new directory.
8607
8608 2017-03-07 Pedro Alves <palves@redhat.com>
8609
8610 * gdb.base/tui-layout.c: New file.
8611 * gdb.base/tui-layout.exp: New file.
8612
8613 2017-03-07 Pedro Alves <palves@redhat.com>
8614
8615 * gdb.base/tui-layout.c: Rename to ...
8616 * gdb.base/tui-disasm-long-lines.c: ... this.
8617 * gdb.base/tui-layout.exp: Rename to ...
8618 * gdb.base/tui-disasm-long-lines.exp: ... this.
8619
8620 2017-03-07 Pedro Alves <palves@redhat.com>
8621
8622 * gdb.base/tui-layout.exp: Add intro comment and fix typo.
8623
8624 2017-03-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
8625
8626 * i386-mpx-call.c: New file.
8627 * i386-mpx-call.exp: New file.
8628
8629 2017-02-28 Peter Bergner <bergner@vnet.ibm.com>
8630
8631 * gdb.arch/powerpc-power.exp: Delete test.
8632 * gdb.arch/powerpc-power.s: Likewise.
8633 * gdb.disasm/disassembler-options.exp: New test.
8634 * gdb.arch/powerpc-altivec.exp: Likewise.
8635 * gdb.arch/powerpc-altivec.s: Likewise.
8636 * gdb.arch/powerpc-altivec2.exp: Likewise.
8637 * gdb.arch/powerpc-altivec2.s: Likewise.
8638 * gdb.arch/powerpc-altivec3.exp: Likewise.
8639 * gdb.arch/powerpc-altivec3.s: Likewise.
8640 * gdb.arch/powerpc-power7.exp: Likewise.
8641 * gdb.arch/powerpc-power7.s: Likewise.
8642 * gdb.arch/powerpc-power8.exp: Likewise.
8643 * gdb.arch/powerpc-power8.s: Likewise.
8644 * gdb.arch/powerpc-power9.exp: Likewise.
8645 * gdb.arch/powerpc-power9.s: Likewise.
8646 * gdb.arch/powerpc-vsx.exp: Likewise.
8647 * gdb.arch/powerpc-vsx.s: Likewise.
8648 * gdb.arch/powerpc-vsx2.exp: Likewise.
8649 * gdb.arch/powerpc-vsx2.s: Likewise.
8650 * gdb.arch/powerpc-vsx3.exp: Likewise.
8651 * gdb.arch/powerpc-vsx3.s: Likewise.
8652 * gdb.arch/arm-disassembler-options.exp: Likewise.
8653 * gdb.arch/powerpc-disassembler-options.exp: Likewise.
8654 * gdb.arch/s390-disassembler-options.exp: Likewise.
8655
8656 2017-02-23 Luis Machado <lgustavo@codesourcery.com>
8657
8658 * gdb.reverse/insn-reverse.x86.c (check_rdrand_support): Renamed to ...
8659 (check_supported_features): ... this. Changed return type to void.
8660 (supports_rdseed): New static global.
8661 (rdseed): Check supports_rdseed.
8662 (initialize): Call check_supported_features.
8663
8664 2017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
8665
8666 * gdb.arch/ppc64-isa207-atomic-inst.exp: New testcase based on
8667 gdb.arch/ppc64-atomic-inst.exp. Add tests for lbarx/stbcx, lharx/sthcx
8668 and lqarx/stqcx.
8669 * gdb.arch/ppc64-isa207-atomic-inst.S: New file.
8670 * gdb.arch/ppc64-isa207-atomic-inst.c: Likewise.
8671
8672 2017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
8673
8674 * gdb.arch/ppc64-atomic-inst.exp: Fix test names starting with
8675 uppercase.
8676
8677 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
8678
8679 * gdb.dwarf2/formdata16.c: New file.
8680 * gdb.dwarf2/formdata16.exp: New file.
8681 * lib/dwarf.exp (Dwarf): Add DW_FORM_data16.
8682
8683 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
8684
8685 * gdb.arch/amd64-entry-value-param-dwarf5.S: New file.
8686 * gdb.arch/amd64-entry-value-param-dwarf5.c: New file.
8687 * gdb.arch/amd64-entry-value-param-dwarf5.exp: New file.
8688 * gdb.arch/amd64-entry-value.exp: Rename DW_OP_GNU_*, DW_TAG_GNU_* and
8689 DW_AT_GNU_*.
8690
8691 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
8692
8693 * gdb.dwarf2/dw2-error.exp (file $testfile): Update expected string.
8694
8695 2017-02-15 Sergio Durigan Junior <sergiodj@redhat.com>
8696
8697 PR gdb/21164
8698 * gdb.base/maint.exp: Add testcases for when the commands do
8699 not have arguments.
8700
8701 2017-02-15 Thomas Preud'homme <thomas.preudhomme@arm.com>
8702
8703 * gdb.cp/chained-calls.exp: Use p instead of P.
8704
8705 2017-02-14 Tim Wiederhake <tim.wiederhake@intel.com>
8706
8707 * gdb.python/py-record-btrace.c, gdb.python/py-record-btrace.exp,
8708 gdb.python/py-record-full.c, gdb.python/py-record-full.exp: New file.
8709
8710 2017-02-14 Tom Tromey <tom@tromey.com>
8711
8712 PR python/13598:
8713 * gdb.python/py-events.exp: Add before_prompt event tests.
8714
8715 2017-02-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
8716
8717 * gdb.dwarf2/implptrpiece.exp: Fix check for big-endian targets.
8718
8719 2017-02-13 Luis Machado <lgustavo@codesourcery.com>
8720
8721 * gdb.linespec/explicit.c (my_unique_function_name): New function.
8722 (main): Call my_unique_function_name.
8723 * gdb.linespec/explicit.exp: Use my_unique_function_name to test
8724 completion of patterns with a single match.
8725 Add missing -re switches to gdb_test_multiple calls.
8726
8727 2017-02-13 Luis Machado <lgustavo@codesourcery.com>
8728
8729 * gdb.arch/i386-biarch-core.exp: Check for i386 arch support and
8730 return if core file is not recognized.
8731
8732 2017-02-10 Simon Marchi <simon.marchi@ericsson.com>
8733
8734 * gdb.base/new-ui.exp (do_test): Test queries behavior on main
8735 and extra UIs.
8736
8737 2017-02-10 Simon Marchi <simon.marchi@ericsson.com>
8738
8739 * gdb.base/new-ui.exp (do_test, do_test_invalid_args): Use
8740 proc_with_prefix.
8741
8742 2017-02-10 Tom Tromey <tom@tromey.com>
8743
8744 * gdb.python/py-xmethods.exp: Use "p" command, not "P".
8745
8746 2017-02-10 Martin Galvan <martingalvan@sourceware.org>
8747
8748 PR gdb/21122
8749 * gdb.base/help.exp: Update match pattern for testing 'help commands'.
8750
8751 2017-02-08 Jerome Guitton <guitton@adacore.com>
8752
8753 * gdb.base/define.exp: Add test for command abbreviations
8754 in define.
8755
8756 2017-02-06 Luis Machado <lgustavo@codesourcery.com>
8757
8758 * gdb.reverse/insn-reverse.c: Include insn-reverse-x86.c.
8759 * gdb.reverse/insn-reverse-x86.c: New file.
8760
8761 2017-02-06 Ivo Raisr <ivo.raisr@oracle.com>
8762
8763 PR tdep/20936
8764 * gdb.xml/tdesc-regs.exp: Provide sparc core registers for the tests.
8765
8766 2017-02-03 Tom Tromey <tom@tromey.com>
8767
8768 PR rust/21097:
8769 * gdb.rust/simple.exp: Add new tests.
8770
8771 2017-02-02 Pedro Alves <palves@redhat.com>
8772
8773 * gdb.mi/mi-logging.exp: Add "redirect while already logging"
8774 tests.
8775
8776 2017-02-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
8777
8778 * gdb.dwarf2/dw2-op-stack-value.exp: Adjust expected result of
8779 taking a 2-byte value out of a 4-byte DWARF implicit value on
8780 big-endian targets.
8781 * gdb.dwarf2/nonvar-access.exp: Add more comments to existing
8782 logic. Add test cases for DW_OP_implicit.
8783
8784 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
8785
8786 * lib/gdb.exp (gdb_skip_xml_tests): Error if GDB is running.
8787
8788 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
8789
8790 * gdb.btrace/enable.exp: Call gdb_exit before
8791 skip_gdbserver_tests.
8792
8793 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
8794
8795 * gdb.btrace/non-stop.exp: Add '-ex "set non-stop on"' to
8796 GDBFLAGS.
8797
8798 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
8799
8800 * gdb.btrace/buffer-size.exp: Add unsupported/untested message if
8801 the test is skipped.
8802 * gdb.btrace/data.exp: Likewise.
8803 * gdb.btrace/delta.exp: Likewise.
8804 * gdb.btrace/dlopen.exp: Likewise.
8805 * gdb.btrace/enable-running.exp: Likewise.
8806 * gdb.btrace/enable.exp: Likewise.
8807 * gdb.btrace/exception.exp: Likewise.
8808 * gdb.btrace/function_call_history.exp: Likewise.
8809 * gdb.btrace/gcore.exp: Likewise.
8810 * gdb.btrace/instruction_history.exp: Likewise.
8811 * gdb.btrace/multi-thread-step.exp: Likewise.
8812 * gdb.btrace/nohist.exp: Likewise.
8813 * gdb.btrace/non-stop.exp: Likewise.
8814 * gdb.btrace/reconnect.exp: Likewise.
8815 * gdb.btrace/record_goto-step.exp: Likewise.
8816 * gdb.btrace/record_goto.exp: Likewise.
8817 * gdb.btrace/rn-dl-bind.exp: Likewise.
8818 * gdb.btrace/segv.exp: Likewise.
8819 * gdb.btrace/step.exp: Likewise.
8820 * gdb.btrace/stepi.exp: Likewise.
8821 * gdb.btrace/tailcall-only.exp: Likewise.
8822 * gdb.btrace/tailcall.exp: Likewise.
8823 * gdb.btrace/tsx.exp: Likewise.
8824 * gdb.btrace/unknown_functions.exp: Likewise.
8825 * gdb.btrace/vdso.exp: Likewise.
8826
8827 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
8828
8829 * gdb.btrace/enable-running.c: New.
8830 * gdb.btrace/enable-running.exp: New.
8831
8832 2017-01-27 Walfred Tedeschi <walfred.tedeschi@intel.com>
8833
8834 * gdb.arch/amd64-gs_base.c: New file.
8835 * gdb.arch/amd64-gs_base.exp: New file.
8836
8837 2017-01-26 Luis Machado <lgustavo@codesourcery.com>
8838
8839 * lib/memory.exp: Remove spurious empty newlines.
8840
8841 2017-01-26 Simon Marchi <simon.marchi@polymtl.ca>
8842
8843 * gdb.python/py-bad-printers.exp: Load python file using "source".
8844 * gdb.python/py-events.exp: Likewise.
8845 * gdb.python/py-evsignal.exp: Likewise.
8846 * gdb.python/py-evthreads.exp: Likewise.
8847 * gdb.python/py-frame-args.exp: Likewise.
8848 * gdb.python/py-framefilter-invalidarg.exp: Likewise.
8849 * gdb.python/py-framefilter-mi.exp: Likewise.
8850 * gdb.python/py-framefilter.exp: Likewise.
8851 * gdb.python/py-mi.exp: Likewise.
8852 * gdb.python/py-pp-maint.exp: Likewise.
8853 * gdb.python/py-pp-registration.exp: Likewise.
8854 * gdb.python/py-prettyprint.exp: Likewise.
8855 (run_lang_tests): Likewise.
8856 * gdb.python/py-typeprint.exp: Likewise.
8857
8858 2017-01-26 Luis Machado <lgustavo@codesourcery.com>
8859
8860 * lib/memory.exp: New file.
8861 * lib/gdb.exp: Load memory.exp.
8862 * gdb.base/memattr.exp (delete_memory): Move proc to
8863 lib/memory.exp and rename to delete_memory_regions.
8864 Replace delete_memory with delete_memory_regions.
8865 Cleanup memory regions before tests.
8866 * gdb.base/breakpoint-in-ro-region.exp: Cleanup memory regions
8867 before tests.
8868
8869 2017-01-26 Luis Machado <lgustavo@codesourcery.com>
8870
8871 * gdb.reverse/insn-reverse.c: Move arm and aarch64 code to their own
8872 files.
8873 (initialize): New function conditionally defined.
8874 (testcases): Move within conditional block.
8875 (main): Call initialize.
8876 * gdb.reverse/insn-reverse-aarch64.c: New file, based on aarch64 bits
8877 of gdb.reverse/insn-reverse.c.
8878 * gdb.reverse/insn-reverse-arm.c: New file, based on arm bits of
8879 gdb.reverse/insn-reverse.c.
8880
8881 2017-01-26 Yao Qi <yao.qi@linaro.org>
8882
8883 * gdb.base/all-architectures.exp.in (do_arch_tests): Test
8884 disassemble on address 0.
8885
8886 2017-01-25 Andreas Arnez <arnez@linux.vnet.ibm.com>
8887 Yao Qi <yao.qi@linaro.org>
8888
8889 * gdb.dwarf2/implptr-64bit.exp: Use dwarf assembler.
8890 * gdb.dwarf2/implptr-64bit.S: Remove.
8891 * lib/dwarf.exp (Dwarf): Handle character "%". Evaluate some
8892 variables in caller's context. Add DW_OP_implicit_value.
8893
8894 2017-01-25 Yao Qi <yao.qi@linaro.org>
8895
8896 * lib/dwarf.exp (Dwarf::_location): Handle
8897 DW_OP_GNU_implicit_pointer with proper size.
8898
8899 2017-01-20 Luis Machado <lgustavo@codesourcery.com>
8900
8901 * gdb.python/py-xmethods.exp: Fix test names starting with lowercase
8902 and add untested calls.
8903
8904 2017-01-20 Luis Machado <lgustavo@codesourcery.com>
8905
8906 * gdb.python/python.exp: Check line number against what GDB thinks
8907 the line number is for func1.
8908
8909 2017-01-08 Iain Buclaw <ibuclaw@gdcproject.org>
8910
8911 * gdb.dlang/debug-expr.exp: New file.
8912
8913 2016-12-23 Luis Machado <lgustavo@codesourcery.com>
8914
8915 Fix test names for the following files:
8916
8917 * gdb.ada/exec_changed.exp
8918 * gdb.ada/info_types.exp
8919 * gdb.arch/aarch64-atomic-inst.exp
8920 * gdb.arch/aarch64-fp.exp
8921 * gdb.arch/altivec-abi.exp
8922 * gdb.arch/altivec-regs.exp
8923 * gdb.arch/amd64-byte.exp
8924 * gdb.arch/amd64-disp-step.exp
8925 * gdb.arch/amd64-dword.exp
8926 * gdb.arch/amd64-entry-value-inline.exp
8927 * gdb.arch/amd64-entry-value-param.exp
8928 * gdb.arch/amd64-entry-value-paramref.exp
8929 * gdb.arch/amd64-entry-value.exp
8930 * gdb.arch/amd64-i386-address.exp
8931 * gdb.arch/amd64-invalid-stack-middle.exp
8932 * gdb.arch/amd64-invalid-stack-top.exp
8933 * gdb.arch/amd64-optimout-repeat.exp
8934 * gdb.arch/amd64-prologue-skip.exp
8935 * gdb.arch/amd64-prologue-xmm.exp
8936 * gdb.arch/amd64-stap-special-operands.exp
8937 * gdb.arch/amd64-stap-wrong-subexp.exp
8938 * gdb.arch/amd64-tailcall-cxx.exp
8939 * gdb.arch/amd64-tailcall-noret.exp
8940 * gdb.arch/amd64-tailcall-ret.exp
8941 * gdb.arch/amd64-tailcall-self.exp
8942 * gdb.arch/amd64-word.exp
8943 * gdb.arch/arm-bl-branch-dest.exp
8944 * gdb.arch/arm-disp-step.exp
8945 * gdb.arch/arm-neon.exp
8946 * gdb.arch/arm-single-step-kernel-helper.exp
8947 * gdb.arch/avr-flash-qualifier.exp
8948 * gdb.arch/disp-step-insn-reloc.exp
8949 * gdb.arch/e500-abi.exp
8950 * gdb.arch/e500-regs.exp
8951 * gdb.arch/ftrace-insn-reloc.exp
8952 * gdb.arch/i386-avx512.exp
8953 * gdb.arch/i386-bp_permanent.exp
8954 * gdb.arch/i386-byte.exp
8955 * gdb.arch/i386-cfi-notcurrent.exp
8956 * gdb.arch/i386-disp-step.exp
8957 * gdb.arch/i386-dr3-watch.exp
8958 * gdb.arch/i386-float.exp
8959 * gdb.arch/i386-gnu-cfi.exp
8960 * gdb.arch/i386-mpx-map.exp
8961 * gdb.arch/i386-mpx-sigsegv.exp
8962 * gdb.arch/i386-mpx-simple_segv.exp
8963 * gdb.arch/i386-mpx.exp
8964 * gdb.arch/i386-permbkpt.exp
8965 * gdb.arch/i386-prologue.exp
8966 * gdb.arch/i386-signal.exp
8967 * gdb.arch/i386-size-overlap.exp
8968 * gdb.arch/i386-unwind.exp
8969 * gdb.arch/i386-word.exp
8970 * gdb.arch/mips-fcr.exp
8971 * gdb.arch/powerpc-d128-regs.exp
8972 * gdb.arch/powerpc-stackless.exp
8973 * gdb.arch/ppc64-atomic-inst.exp
8974 * gdb.arch/s390-stackless.exp
8975 * gdb.arch/s390-tdbregs.exp
8976 * gdb.arch/s390-vregs.exp
8977 * gdb.arch/sparc-sysstep.exp
8978 * gdb.arch/thumb-bx-pc.exp
8979 * gdb.arch/thumb-singlestep.exp
8980 * gdb.arch/thumb2-it.exp
8981 * gdb.arch/vsx-regs.exp
8982 * gdb.asm/asm-source.exp
8983 * gdb.base/a2-run.exp
8984 * gdb.base/advance.exp
8985 * gdb.base/all-bin.exp
8986 * gdb.base/anon.exp
8987 * gdb.base/args.exp
8988 * gdb.base/arithmet.exp
8989 * gdb.base/async-shell.exp
8990 * gdb.base/async.exp
8991 * gdb.base/attach-pie-noexec.exp
8992 * gdb.base/attach-twice.exp
8993 * gdb.base/auto-load.exp
8994 * gdb.base/bang.exp
8995 * gdb.base/bitfields.exp
8996 * gdb.base/break-always.exp
8997 * gdb.base/break-caller-line.exp
8998 * gdb.base/break-entry.exp
8999 * gdb.base/break-inline.exp
9000 * gdb.base/break-on-linker-gcd-function.exp
9001 * gdb.base/break-probes.exp
9002 * gdb.base/break.exp
9003 * gdb.base/breakpoint-shadow.exp
9004 * gdb.base/call-ar-st.exp
9005 * gdb.base/call-sc.exp
9006 * gdb.base/call-signal-resume.exp
9007 * gdb.base/call-strs.exp
9008 * gdb.base/callfuncs.exp
9009 * gdb.base/catch-fork-static.exp
9010 * gdb.base/catch-gdb-caused-signals.exp
9011 * gdb.base/catch-load.exp
9012 * gdb.base/catch-signal-fork.exp
9013 * gdb.base/catch-signal.exp
9014 * gdb.base/catch-syscall.exp
9015 * gdb.base/charset.exp
9016 * gdb.base/checkpoint.exp
9017 * gdb.base/chng-syms.exp
9018 * gdb.base/code-expr.exp
9019 * gdb.base/code_elim.exp
9020 * gdb.base/commands.exp
9021 * gdb.base/completion.exp
9022 * gdb.base/complex.exp
9023 * gdb.base/cond-expr.exp
9024 * gdb.base/condbreak.exp
9025 * gdb.base/consecutive.exp
9026 * gdb.base/continue-all-already-running.exp
9027 * gdb.base/coredump-filter.exp
9028 * gdb.base/corefile.exp
9029 * gdb.base/dbx.exp
9030 * gdb.base/debug-expr.exp
9031 * gdb.base/define.exp
9032 * gdb.base/del.exp
9033 * gdb.base/disabled-location.exp
9034 * gdb.base/disasm-end-cu.exp
9035 * gdb.base/disasm-optim.exp
9036 * gdb.base/display.exp
9037 * gdb.base/duplicate-bp.exp
9038 * gdb.base/ena-dis-br.exp
9039 * gdb.base/ending-run.exp
9040 * gdb.base/enumval.exp
9041 * gdb.base/environ.exp
9042 * gdb.base/eu-strip-infcall.exp
9043 * gdb.base/eval-avoid-side-effects.exp
9044 * gdb.base/eval-skip.exp
9045 * gdb.base/exitsignal.exp
9046 * gdb.base/expand-psymtabs.exp
9047 * gdb.base/filesym.exp
9048 * gdb.base/find-unmapped.exp
9049 * gdb.base/finish.exp
9050 * gdb.base/float.exp
9051 * gdb.base/foll-exec-mode.exp
9052 * gdb.base/foll-exec.exp
9053 * gdb.base/foll-fork.exp
9054 * gdb.base/fortran-sym-case.exp
9055 * gdb.base/freebpcmd.exp
9056 * gdb.base/func-ptr.exp
9057 * gdb.base/func-ptrs.exp
9058 * gdb.base/funcargs.exp
9059 * gdb.base/gcore-buffer-overflow.exp
9060 * gdb.base/gcore-relro-pie.exp
9061 * gdb.base/gcore-relro.exp
9062 * gdb.base/gcore.exp
9063 * gdb.base/gdb1090.exp
9064 * gdb.base/gdb11530.exp
9065 * gdb.base/gdb11531.exp
9066 * gdb.base/gdb1821.exp
9067 * gdb.base/gdbindex-stabs.exp
9068 * gdb.base/gdbvars.exp
9069 * gdb.base/hbreak.exp
9070 * gdb.base/hbreak2.exp
9071 * gdb.base/included.exp
9072 * gdb.base/infcall-input.exp
9073 * gdb.base/inferior-died.exp
9074 * gdb.base/infnan.exp
9075 * gdb.base/info-macros.exp
9076 * gdb.base/info-os.exp
9077 * gdb.base/info-proc.exp
9078 * gdb.base/info-shared.exp
9079 * gdb.base/info-target.exp
9080 * gdb.base/infoline.exp
9081 * gdb.base/interp.exp
9082 * gdb.base/interrupt.exp
9083 * gdb.base/jit-reader.exp
9084 * gdb.base/jit-simple.exp
9085 * gdb.base/kill-after-signal.exp
9086 * gdb.base/kill-detach-inferiors-cmd.exp
9087 * gdb.base/label.exp
9088 * gdb.base/langs.exp
9089 * gdb.base/ldbl_e308.exp
9090 * gdb.base/line-symtabs.exp
9091 * gdb.base/linespecs.exp
9092 * gdb.base/list.exp
9093 * gdb.base/long_long.exp
9094 * gdb.base/longest-types.exp
9095 * gdb.base/maint.exp
9096 * gdb.base/max-value-size.exp
9097 * gdb.base/memattr.exp
9098 * gdb.base/mips_pro.exp
9099 * gdb.base/morestack.exp
9100 * gdb.base/moribund-step.exp
9101 * gdb.base/multi-forks.exp
9102 * gdb.base/nested-addr.exp
9103 * gdb.base/nextoverexit.exp
9104 * gdb.base/noreturn-finish.exp
9105 * gdb.base/noreturn-return.exp
9106 * gdb.base/nostdlib.exp
9107 * gdb.base/offsets.exp
9108 * gdb.base/opaque.exp
9109 * gdb.base/pc-fp.exp
9110 * gdb.base/permissions.exp
9111 * gdb.base/print-symbol-loading.exp
9112 * gdb.base/prologue-include.exp
9113 * gdb.base/psymtab.exp
9114 * gdb.base/ptype.exp
9115 * gdb.base/random-signal.exp
9116 * gdb.base/randomize.exp
9117 * gdb.base/range-stepping.exp
9118 * gdb.base/readline-ask.exp
9119 * gdb.base/recpar.exp
9120 * gdb.base/recurse.exp
9121 * gdb.base/relational.exp
9122 * gdb.base/restore.exp
9123 * gdb.base/return-nodebug.exp
9124 * gdb.base/return.exp
9125 * gdb.base/run-after-attach.exp
9126 * gdb.base/save-bp.exp
9127 * gdb.base/scope.exp
9128 * gdb.base/sect-cmd.exp
9129 * gdb.base/set-lang-auto.exp
9130 * gdb.base/set-noassign.exp
9131 * gdb.base/setvar.exp
9132 * gdb.base/sigall.exp
9133 * gdb.base/sigbpt.exp
9134 * gdb.base/siginfo-addr.exp
9135 * gdb.base/siginfo-infcall.exp
9136 * gdb.base/siginfo-obj.exp
9137 * gdb.base/siginfo.exp
9138 * gdb.base/signals-state-child.exp
9139 * gdb.base/signest.exp
9140 * gdb.base/sigstep.exp
9141 * gdb.base/sizeof.exp
9142 * gdb.base/skip.exp
9143 * gdb.base/solib-corrupted.exp
9144 * gdb.base/solib-nodir.exp
9145 * gdb.base/solib-search.exp
9146 * gdb.base/stack-checking.exp
9147 * gdb.base/stale-infcall.exp
9148 * gdb.base/stap-probe.exp
9149 * gdb.base/start.exp
9150 * gdb.base/step-break.exp
9151 * gdb.base/step-bt.exp
9152 * gdb.base/step-line.exp
9153 * gdb.base/step-over-exit.exp
9154 * gdb.base/step-over-syscall.exp
9155 * gdb.base/step-resume-infcall.exp
9156 * gdb.base/step-test.exp
9157 * gdb.base/store.exp
9158 * gdb.base/structs3.exp
9159 * gdb.base/sym-file.exp
9160 * gdb.base/symbol-without-target_section.exp
9161 * gdb.base/term.exp
9162 * gdb.base/testenv.exp
9163 * gdb.base/ui-redirect.exp
9164 * gdb.base/until.exp
9165 * gdb.base/unwindonsignal.exp
9166 * gdb.base/value-double-free.exp
9167 * gdb.base/vla-datatypes.exp
9168 * gdb.base/vla-ptr.exp
9169 * gdb.base/vla-sideeffect.exp
9170 * gdb.base/volatile.exp
9171 * gdb.base/watch-cond-infcall.exp
9172 * gdb.base/watch-cond.exp
9173 * gdb.base/watch-non-mem.exp
9174 * gdb.base/watch-read.exp
9175 * gdb.base/watch-vfork.exp
9176 * gdb.base/watchpoint-cond-gone.exp
9177 * gdb.base/watchpoint-delete.exp
9178 * gdb.base/watchpoint-hw-hit-once.exp
9179 * gdb.base/watchpoint-hw.exp
9180 * gdb.base/watchpoint-stops-at-right-insn.exp
9181 * gdb.base/watchpoints.exp
9182 * gdb.base/wchar.exp
9183 * gdb.base/whatis-exp.exp
9184 * gdb.btrace/buffer-size.exp
9185 * gdb.btrace/data.exp
9186 * gdb.btrace/delta.exp
9187 * gdb.btrace/dlopen.exp
9188 * gdb.btrace/enable.exp
9189 * gdb.btrace/exception.exp
9190 * gdb.btrace/function_call_history.exp
9191 * gdb.btrace/gcore.exp
9192 * gdb.btrace/instruction_history.exp
9193 * gdb.btrace/nohist.exp
9194 * gdb.btrace/reconnect.exp
9195 * gdb.btrace/record_goto-step.exp
9196 * gdb.btrace/record_goto.exp
9197 * gdb.btrace/rn-dl-bind.exp
9198 * gdb.btrace/segv.exp
9199 * gdb.btrace/step.exp
9200 * gdb.btrace/stepi.exp
9201 * gdb.btrace/tailcall-only.exp
9202 * gdb.btrace/tailcall.exp
9203 * gdb.btrace/tsx.exp
9204 * gdb.btrace/unknown_functions.exp
9205 * gdb.btrace/vdso.exp
9206 * gdb.compile/compile-ifunc.exp
9207 * gdb.compile/compile-ops.exp
9208 * gdb.compile/compile-print.exp
9209 * gdb.compile/compile-setjmp.exp
9210 * gdb.cp/abstract-origin.exp
9211 * gdb.cp/ambiguous.exp
9212 * gdb.cp/annota2.exp
9213 * gdb.cp/annota3.exp
9214 * gdb.cp/anon-ns.exp
9215 * gdb.cp/anon-struct.exp
9216 * gdb.cp/anon-union.exp
9217 * gdb.cp/arg-reference.exp
9218 * gdb.cp/baseenum.exp
9219 * gdb.cp/bool.exp
9220 * gdb.cp/breakpoint.exp
9221 * gdb.cp/bs15503.exp
9222 * gdb.cp/call-c.exp
9223 * gdb.cp/casts.exp
9224 * gdb.cp/chained-calls.exp
9225 * gdb.cp/class2.exp
9226 * gdb.cp/classes.exp
9227 * gdb.cp/cmpd-minsyms.exp
9228 * gdb.cp/converts.exp
9229 * gdb.cp/cp-relocate.exp
9230 * gdb.cp/cpcompletion.exp
9231 * gdb.cp/cpexprs.exp
9232 * gdb.cp/cplabel.exp
9233 * gdb.cp/cplusfuncs.exp
9234 * gdb.cp/cpsizeof.exp
9235 * gdb.cp/ctti.exp
9236 * gdb.cp/derivation.exp
9237 * gdb.cp/destrprint.exp
9238 * gdb.cp/dispcxx.exp
9239 * gdb.cp/enum-class.exp
9240 * gdb.cp/exception.exp
9241 * gdb.cp/exceptprint.exp
9242 * gdb.cp/expand-psymtabs-cxx.exp
9243 * gdb.cp/expand-sals.exp
9244 * gdb.cp/extern-c.exp
9245 * gdb.cp/filename.exp
9246 * gdb.cp/formatted-ref.exp
9247 * gdb.cp/fpointer.exp
9248 * gdb.cp/gdb1355.exp
9249 * gdb.cp/gdb2495.exp
9250 * gdb.cp/hang.exp
9251 * gdb.cp/impl-this.exp
9252 * gdb.cp/infcall-dlopen.exp
9253 * gdb.cp/inherit.exp
9254 * gdb.cp/iostream.exp
9255 * gdb.cp/koenig.exp
9256 * gdb.cp/local.exp
9257 * gdb.cp/m-data.exp
9258 * gdb.cp/m-static.exp
9259 * gdb.cp/mb-ctor.exp
9260 * gdb.cp/mb-inline.exp
9261 * gdb.cp/mb-templates.exp
9262 * gdb.cp/member-name.exp
9263 * gdb.cp/member-ptr.exp
9264 * gdb.cp/meth-typedefs.exp
9265 * gdb.cp/method.exp
9266 * gdb.cp/method2.exp
9267 * gdb.cp/minsym-fallback.exp
9268 * gdb.cp/misc.exp
9269 * gdb.cp/namelessclass.exp
9270 * gdb.cp/namespace-enum.exp
9271 * gdb.cp/namespace-nested-import.exp
9272 * gdb.cp/namespace.exp
9273 * gdb.cp/nextoverthrow.exp
9274 * gdb.cp/no-dmgl-verbose.exp
9275 * gdb.cp/non-trivial-retval.exp
9276 * gdb.cp/noparam.exp
9277 * gdb.cp/nsdecl.exp
9278 * gdb.cp/nsimport.exp
9279 * gdb.cp/nsnested.exp
9280 * gdb.cp/nsnoimports.exp
9281 * gdb.cp/nsrecurs.exp
9282 * gdb.cp/nsstress.exp
9283 * gdb.cp/nsusing.exp
9284 * gdb.cp/operator.exp
9285 * gdb.cp/oranking.exp
9286 * gdb.cp/overload-const.exp
9287 * gdb.cp/overload.exp
9288 * gdb.cp/ovldbreak.exp
9289 * gdb.cp/ovsrch.exp
9290 * gdb.cp/paren-type.exp
9291 * gdb.cp/parse-lang.exp
9292 * gdb.cp/pass-by-ref.exp
9293 * gdb.cp/pr-1023.exp
9294 * gdb.cp/pr-1210.exp
9295 * gdb.cp/pr-574.exp
9296 * gdb.cp/pr10687.exp
9297 * gdb.cp/pr12028.exp
9298 * gdb.cp/pr17132.exp
9299 * gdb.cp/pr17494.exp
9300 * gdb.cp/pr9067.exp
9301 * gdb.cp/pr9167.exp
9302 * gdb.cp/pr9631.exp
9303 * gdb.cp/printmethod.exp
9304 * gdb.cp/psmang.exp
9305 * gdb.cp/psymtab-parameter.exp
9306 * gdb.cp/ptype-cv-cp.exp
9307 * gdb.cp/ptype-flags.exp
9308 * gdb.cp/re-set-overloaded.exp
9309 * gdb.cp/ref-types.exp
9310 * gdb.cp/rtti.exp
9311 * gdb.cp/scope-err.exp
9312 * gdb.cp/shadow.exp
9313 * gdb.cp/smartp.exp
9314 * gdb.cp/static-method.exp
9315 * gdb.cp/static-print-quit.exp
9316 * gdb.cp/temargs.exp
9317 * gdb.cp/templates.exp
9318 * gdb.cp/try_catch.exp
9319 * gdb.cp/typedef-operator.exp
9320 * gdb.cp/typeid.exp
9321 * gdb.cp/userdef.exp
9322 * gdb.cp/using-crash.exp
9323 * gdb.cp/var-tag.exp
9324 * gdb.cp/virtbase.exp
9325 * gdb.cp/virtfunc.exp
9326 * gdb.cp/virtfunc2.exp
9327 * gdb.cp/vla-cxx.exp
9328 * gdb.disasm/t01_mov.exp
9329 * gdb.disasm/t02_mova.exp
9330 * gdb.disasm/t03_add.exp
9331 * gdb.disasm/t04_sub.exp
9332 * gdb.disasm/t05_cmp.exp
9333 * gdb.disasm/t06_ari2.exp
9334 * gdb.disasm/t07_ari3.exp
9335 * gdb.disasm/t08_or.exp
9336 * gdb.disasm/t09_xor.exp
9337 * gdb.disasm/t10_and.exp
9338 * gdb.disasm/t11_logs.exp
9339 * gdb.disasm/t12_bit.exp
9340 * gdb.disasm/t13_otr.exp
9341 * gdb.dlang/circular.exp
9342 * gdb.dwarf2/arr-stride.exp
9343 * gdb.dwarf2/arr-subrange.exp
9344 * gdb.dwarf2/atomic-type.exp
9345 * gdb.dwarf2/bad-regnum.exp
9346 * gdb.dwarf2/bitfield-parent-optimized-out.exp
9347 * gdb.dwarf2/callframecfa.exp
9348 * gdb.dwarf2/clztest.exp
9349 * gdb.dwarf2/corrupt.exp
9350 * gdb.dwarf2/data-loc.exp
9351 * gdb.dwarf2/dup-psym.exp
9352 * gdb.dwarf2/dw2-anon-mptr.exp
9353 * gdb.dwarf2/dw2-anonymous-func.exp
9354 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp
9355 * gdb.dwarf2/dw2-bad-unresolved.exp
9356 * gdb.dwarf2/dw2-basic.exp
9357 * gdb.dwarf2/dw2-canonicalize-type.exp
9358 * gdb.dwarf2/dw2-case-insensitive.exp
9359 * gdb.dwarf2/dw2-common-block.exp
9360 * gdb.dwarf2/dw2-compdir-oldgcc.exp
9361 * gdb.dwarf2/dw2-compressed.exp
9362 * gdb.dwarf2/dw2-const.exp
9363 * gdb.dwarf2/dw2-cp-infcall-ref-static.exp
9364 * gdb.dwarf2/dw2-cu-size.exp
9365 * gdb.dwarf2/dw2-dup-frame.exp
9366 * gdb.dwarf2/dw2-entry-value.exp
9367 * gdb.dwarf2/dw2-icycle.exp
9368 * gdb.dwarf2/dw2-ifort-parameter.exp
9369 * gdb.dwarf2/dw2-inline-break.exp
9370 * gdb.dwarf2/dw2-inline-param.exp
9371 * gdb.dwarf2/dw2-intercu.exp
9372 * gdb.dwarf2/dw2-intermix.exp
9373 * gdb.dwarf2/dw2-lexical-block-bare.exp
9374 * gdb.dwarf2/dw2-linkage-name-trust.exp
9375 * gdb.dwarf2/dw2-minsym-in-cu.exp
9376 * gdb.dwarf2/dw2-noloc.exp
9377 * gdb.dwarf2/dw2-op-call.exp
9378 * gdb.dwarf2/dw2-op-out-param.exp
9379 * gdb.dwarf2/dw2-opt-structptr.exp
9380 * gdb.dwarf2/dw2-param-error.exp
9381 * gdb.dwarf2/dw2-producer.exp
9382 * gdb.dwarf2/dw2-ranges-base.exp
9383 * gdb.dwarf2/dw2-ref-missing-frame.exp
9384 * gdb.dwarf2/dw2-reg-undefined.exp
9385 * gdb.dwarf2/dw2-regno-invalid.exp
9386 * gdb.dwarf2/dw2-restore.exp
9387 * gdb.dwarf2/dw2-restrict.exp
9388 * gdb.dwarf2/dw2-single-line-discriminators.exp
9389 * gdb.dwarf2/dw2-strp.exp
9390 * gdb.dwarf2/dw2-undefined-ret-addr.exp
9391 * gdb.dwarf2/dw2-unresolved.exp
9392 * gdb.dwarf2/dw2-var-zero-addr.exp
9393 * gdb.dwarf2/dw4-sig-types.exp
9394 * gdb.dwarf2/dwz.exp
9395 * gdb.dwarf2/dynarr-ptr.exp
9396 * gdb.dwarf2/enum-type.exp
9397 * gdb.dwarf2/gdb-index.exp
9398 * gdb.dwarf2/implptr-64bit.exp
9399 * gdb.dwarf2/implptr-optimized-out.exp
9400 * gdb.dwarf2/implptr.exp
9401 * gdb.dwarf2/implref-array.exp
9402 * gdb.dwarf2/implref-const.exp
9403 * gdb.dwarf2/implref-global.exp
9404 * gdb.dwarf2/implref-struct.exp
9405 * gdb.dwarf2/mac-fileno.exp
9406 * gdb.dwarf2/main-subprogram.exp
9407 * gdb.dwarf2/member-ptr-forwardref.exp
9408 * gdb.dwarf2/method-ptr.exp
9409 * gdb.dwarf2/missing-sig-type.exp
9410 * gdb.dwarf2/nonvar-access.exp
9411 * gdb.dwarf2/opaque-type-lookup.exp
9412 * gdb.dwarf2/pieces-optimized-out.exp
9413 * gdb.dwarf2/pieces.exp
9414 * gdb.dwarf2/pr10770.exp
9415 * gdb.dwarf2/pr13961.exp
9416 * gdb.dwarf2/staticvirtual.exp
9417 * gdb.dwarf2/subrange.exp
9418 * gdb.dwarf2/symtab-producer.exp
9419 * gdb.dwarf2/trace-crash.exp
9420 * gdb.dwarf2/typeddwarf.exp
9421 * gdb.dwarf2/valop.exp
9422 * gdb.dwarf2/watch-notconst.exp
9423 * gdb.fortran/array-element.exp
9424 * gdb.fortran/charset.exp
9425 * gdb.fortran/common-block.exp
9426 * gdb.fortran/complex.exp
9427 * gdb.fortran/derived-type-function.exp
9428 * gdb.fortran/derived-type.exp
9429 * gdb.fortran/logical.exp
9430 * gdb.fortran/module.exp
9431 * gdb.fortran/multi-dim.exp
9432 * gdb.fortran/nested-funcs.exp
9433 * gdb.fortran/print-formatted.exp
9434 * gdb.fortran/subarray.exp
9435 * gdb.fortran/vla-alloc-assoc.exp
9436 * gdb.fortran/vla-datatypes.exp
9437 * gdb.fortran/vla-history.exp
9438 * gdb.fortran/vla-ptr-info.exp
9439 * gdb.fortran/vla-ptype-sub.exp
9440 * gdb.fortran/vla-ptype.exp
9441 * gdb.fortran/vla-sizeof.exp
9442 * gdb.fortran/vla-type.exp
9443 * gdb.fortran/vla-value-sub-arbitrary.exp
9444 * gdb.fortran/vla-value-sub-finish.exp
9445 * gdb.fortran/vla-value-sub.exp
9446 * gdb.fortran/vla-value.exp
9447 * gdb.fortran/whatis_type.exp
9448 * gdb.go/chan.exp
9449 * gdb.go/handcall.exp
9450 * gdb.go/hello.exp
9451 * gdb.go/integers.exp
9452 * gdb.go/methods.exp
9453 * gdb.go/package.exp
9454 * gdb.go/strings.exp
9455 * gdb.go/types.exp
9456 * gdb.go/unsafe.exp
9457 * gdb.guile/scm-arch.exp
9458 * gdb.guile/scm-block.exp
9459 * gdb.guile/scm-breakpoint.exp
9460 * gdb.guile/scm-cmd.exp
9461 * gdb.guile/scm-disasm.exp
9462 * gdb.guile/scm-equal.exp
9463 * gdb.guile/scm-frame-args.exp
9464 * gdb.guile/scm-frame-inline.exp
9465 * gdb.guile/scm-frame.exp
9466 * gdb.guile/scm-iterator.exp
9467 * gdb.guile/scm-math.exp
9468 * gdb.guile/scm-objfile.exp
9469 * gdb.guile/scm-ports.exp
9470 * gdb.guile/scm-symbol.exp
9471 * gdb.guile/scm-symtab.exp
9472 * gdb.guile/scm-value-cc.exp
9473 * gdb.guile/types-module.exp
9474 * gdb.linespec/break-ask.exp
9475 * gdb.linespec/cpexplicit.exp
9476 * gdb.linespec/explicit.exp
9477 * gdb.linespec/keywords.exp
9478 * gdb.linespec/linespec.exp
9479 * gdb.linespec/ls-dollar.exp
9480 * gdb.linespec/ls-errs.exp
9481 * gdb.linespec/skip-two.exp
9482 * gdb.linespec/thread.exp
9483 * gdb.mi/mi-async.exp
9484 * gdb.mi/mi-basics.exp
9485 * gdb.mi/mi-break.exp
9486 * gdb.mi/mi-catch-load.exp
9487 * gdb.mi/mi-cli.exp
9488 * gdb.mi/mi-cmd-param-changed.exp
9489 * gdb.mi/mi-console.exp
9490 * gdb.mi/mi-detach.exp
9491 * gdb.mi/mi-disassemble.exp
9492 * gdb.mi/mi-eval.exp
9493 * gdb.mi/mi-file-transfer.exp
9494 * gdb.mi/mi-file.exp
9495 * gdb.mi/mi-fill-memory.exp
9496 * gdb.mi/mi-inheritance-syntax-error.exp
9497 * gdb.mi/mi-linespec-err-cp.exp
9498 * gdb.mi/mi-logging.exp
9499 * gdb.mi/mi-memory-changed.exp
9500 * gdb.mi/mi-read-memory.exp
9501 * gdb.mi/mi-record-changed.exp
9502 * gdb.mi/mi-reg-undefined.exp
9503 * gdb.mi/mi-regs.exp
9504 * gdb.mi/mi-return.exp
9505 * gdb.mi/mi-reverse.exp
9506 * gdb.mi/mi-simplerun.exp
9507 * gdb.mi/mi-solib.exp
9508 * gdb.mi/mi-stack.exp
9509 * gdb.mi/mi-stepi.exp
9510 * gdb.mi/mi-syn-frame.exp
9511 * gdb.mi/mi-until.exp
9512 * gdb.mi/mi-var-block.exp
9513 * gdb.mi/mi-var-child.exp
9514 * gdb.mi/mi-var-cmd.exp
9515 * gdb.mi/mi-var-cp.exp
9516 * gdb.mi/mi-var-display.exp
9517 * gdb.mi/mi-var-invalidate.exp
9518 * gdb.mi/mi-var-list-children-invalid-grandchild.exp
9519 * gdb.mi/mi-vla-fortran.exp
9520 * gdb.mi/mi-watch.exp
9521 * gdb.mi/mi2-var-child.exp
9522 * gdb.mi/user-selected-context-sync.exp
9523 * gdb.modula2/unbounded-array.exp
9524 * gdb.multi/dummy-frame-restore.exp
9525 * gdb.multi/multi-arch-exec.exp
9526 * gdb.multi/multi-arch.exp
9527 * gdb.multi/tids.exp
9528 * gdb.multi/watchpoint-multi.exp
9529 * gdb.opencl/callfuncs.exp
9530 * gdb.opencl/convs_casts.exp
9531 * gdb.opencl/datatypes.exp
9532 * gdb.opencl/operators.exp
9533 * gdb.opencl/vec_comps.exp
9534 * gdb.opt/clobbered-registers-O2.exp
9535 * gdb.opt/inline-break.exp
9536 * gdb.opt/inline-bt.exp
9537 * gdb.opt/inline-cmds.exp
9538 * gdb.opt/inline-locals.exp
9539 * gdb.pascal/case-insensitive-symbols.exp
9540 * gdb.pascal/floats.exp
9541 * gdb.pascal/gdb11492.exp
9542 * gdb.python/lib-types.exp
9543 * gdb.python/py-arch.exp
9544 * gdb.python/py-as-string.exp
9545 * gdb.python/py-bad-printers.exp
9546 * gdb.python/py-block.exp
9547 * gdb.python/py-breakpoint-create-fail.exp
9548 * gdb.python/py-breakpoint.exp
9549 * gdb.python/py-caller-is.exp
9550 * gdb.python/py-cmd.exp
9551 * gdb.python/py-explore-cc.exp
9552 * gdb.python/py-explore.exp
9553 * gdb.python/py-finish-breakpoint.exp
9554 * gdb.python/py-finish-breakpoint2.exp
9555 * gdb.python/py-frame-args.exp
9556 * gdb.python/py-frame-inline.exp
9557 * gdb.python/py-frame.exp
9558 * gdb.python/py-framefilter-mi.exp
9559 * gdb.python/py-infthread.exp
9560 * gdb.python/py-lazy-string.exp
9561 * gdb.python/py-linetable.exp
9562 * gdb.python/py-mi-events.exp
9563 * gdb.python/py-mi-objfile.exp
9564 * gdb.python/py-mi.exp
9565 * gdb.python/py-objfile.exp
9566 * gdb.python/py-pp-integral.exp
9567 * gdb.python/py-pp-maint.exp
9568 * gdb.python/py-pp-re-notag.exp
9569 * gdb.python/py-pp-registration.exp
9570 * gdb.python/py-recurse-unwind.exp
9571 * gdb.python/py-strfns.exp
9572 * gdb.python/py-symbol.exp
9573 * gdb.python/py-symtab.exp
9574 * gdb.python/py-sync-interp.exp
9575 * gdb.python/py-typeprint.exp
9576 * gdb.python/py-unwind-maint.exp
9577 * gdb.python/py-unwind.exp
9578 * gdb.python/py-value-cc.exp
9579 * gdb.python/py-xmethods.exp
9580 * gdb.reverse/amd64-tailcall-reverse.exp
9581 * gdb.reverse/break-precsave.exp
9582 * gdb.reverse/break-reverse.exp
9583 * gdb.reverse/consecutive-precsave.exp
9584 * gdb.reverse/consecutive-reverse.exp
9585 * gdb.reverse/finish-precsave.exp
9586 * gdb.reverse/finish-reverse-bkpt.exp
9587 * gdb.reverse/finish-reverse.exp
9588 * gdb.reverse/fstatat-reverse.exp
9589 * gdb.reverse/getresuid-reverse.exp
9590 * gdb.reverse/i386-precsave.exp
9591 * gdb.reverse/i386-reverse.exp
9592 * gdb.reverse/i386-sse-reverse.exp
9593 * gdb.reverse/i387-env-reverse.exp
9594 * gdb.reverse/i387-stack-reverse.exp
9595 * gdb.reverse/insn-reverse.exp
9596 * gdb.reverse/machinestate-precsave.exp
9597 * gdb.reverse/machinestate.exp
9598 * gdb.reverse/next-reverse-bkpt-over-sr.exp
9599 * gdb.reverse/pipe-reverse.exp
9600 * gdb.reverse/readv-reverse.exp
9601 * gdb.reverse/recvmsg-reverse.exp
9602 * gdb.reverse/rerun-prec.exp
9603 * gdb.reverse/s390-mvcle.exp
9604 * gdb.reverse/step-precsave.exp
9605 * gdb.reverse/step-reverse.exp
9606 * gdb.reverse/time-reverse.exp
9607 * gdb.reverse/until-precsave.exp
9608 * gdb.reverse/until-reverse.exp
9609 * gdb.reverse/waitpid-reverse.exp
9610 * gdb.reverse/watch-precsave.exp
9611 * gdb.reverse/watch-reverse.exp
9612 * gdb.rust/generics.exp
9613 * gdb.rust/methods.exp
9614 * gdb.rust/modules.exp
9615 * gdb.rust/simple.exp
9616 * gdb.server/connect-with-no-symbol-file.exp
9617 * gdb.server/ext-attach.exp
9618 * gdb.server/ext-restart.exp
9619 * gdb.server/ext-wrapper.exp
9620 * gdb.server/file-transfer.exp
9621 * gdb.server/server-exec-info.exp
9622 * gdb.server/server-kill.exp
9623 * gdb.server/server-mon.exp
9624 * gdb.server/wrapper.exp
9625 * gdb.stabs/exclfwd.exp
9626 * gdb.stabs/gdb11479.exp
9627 * gdb.threads/clone-new-thread-event.exp
9628 * gdb.threads/corethreads.exp
9629 * gdb.threads/current-lwp-dead.exp
9630 * gdb.threads/dlopen-libpthread.exp
9631 * gdb.threads/gcore-thread.exp
9632 * gdb.threads/sigstep-threads.exp
9633 * gdb.threads/watchpoint-fork.exp
9634 * gdb.trace/actions-changed.exp
9635 * gdb.trace/backtrace.exp
9636 * gdb.trace/change-loc.exp
9637 * gdb.trace/circ.exp
9638 * gdb.trace/collection.exp
9639 * gdb.trace/disconnected-tracing.exp
9640 * gdb.trace/ftrace.exp
9641 * gdb.trace/mi-trace-frame-collected.exp
9642 * gdb.trace/mi-trace-unavailable.exp
9643 * gdb.trace/mi-traceframe-changed.exp
9644 * gdb.trace/mi-tsv-changed.exp
9645 * gdb.trace/no-attach-trace.exp
9646 * gdb.trace/passc-dyn.exp
9647 * gdb.trace/qtro.exp
9648 * gdb.trace/range-stepping.exp
9649 * gdb.trace/read-memory.exp
9650 * gdb.trace/save-trace.exp
9651 * gdb.trace/signal.exp
9652 * gdb.trace/status-stop.exp
9653 * gdb.trace/tfile.exp
9654 * gdb.trace/trace-break.exp
9655 * gdb.trace/trace-buffer-size.exp
9656 * gdb.trace/trace-condition.exp
9657 * gdb.trace/tracefile-pseudo-reg.exp
9658 * gdb.trace/tstatus.exp
9659 * gdb.trace/unavailable.exp
9660 * gdb.trace/while-dyn.exp
9661 * gdb.trace/while-stepping.exp
9662
9663 2016-12-22 Doug Evans <xdje42@gmail.com>
9664
9665 * gdb.base/maint.exp: Update tests for maint print symbols, psymbols
9666 and msymbols.
9667
9668 2016-12-19 Yao Qi <yao.qi@linaro.org>
9669
9670 * gdb.gdb/selftest.exp (do_steps_and_nexts): Remove.
9671 (test_with_self): Don't call do_steps_and_nexts, and remove
9672 code about stepping into xmalloc.
9673
9674 2016-12-09 Yao Qi <yao.qi@linaro.org>
9675
9676 * gdb.base/all-architectures.exp.in: Remove kfail for rx.
9677
9678 2016-12-09 Yao Qi <yao.qi@linaro.org>
9679
9680 * gdb.base/all-architectures.exp.in: Remove kfail for rl78.
9681
9682 2016-12-09 Pedro Alves <palves@redhat.com>
9683
9684 * gdb.base/all-architectures-0.exp: New file.
9685 * gdb.base/all-architectures-1.exp: New file.
9686 * gdb.base/all-architectures-2.exp: New file.
9687 * gdb.base/all-architectures-3.exp: New file.
9688 * gdb.base/all-architectures-4.exp: New file.
9689 * gdb.base/all-architectures-5.exp: New file.
9690 * gdb.base/all-architectures-6.exp: New file.
9691 * gdb.base/all-architectures-7.exp: New file.
9692 * gdb.base/all-architectures.exp.in: New file.
9693
9694 2016-12-09 Yao Qi <yao.qi@linaro.org>
9695
9696 * gdb.perf/skip-prologue.exp: Add parameter COMPILE.
9697
9698 2016-12-02 Luis Machado <lgustavo@codesourcery.com>
9699
9700 * gdb.base/maint.exp: Use gdb_test instead of gdb_test_multiple when
9701 possible.
9702 Remove useless pattern-matching code.
9703
9704 2016-12-02 Pedro Alves <palves@redhat.com>
9705
9706 * gdb.base/commands.exp (user_defined_command_manyargs_test): New
9707 procedure.
9708 (top level): Call it.
9709
9710 2016-12-02 Pedro Alves <palves@redhat.com>
9711
9712 * gdb.base/commands.exp (user_defined_command_args_stack_test):
9713 New procedure.
9714 (top level): Call it.
9715
9716 2016-12-02 Pedro Alves <palves@redhat.com>
9717
9718 PR cli/20559
9719 * gdb.base/commands.exp (user_defined_command_args_eval): New
9720 procedure.
9721 (top level): Call it.
9722
9723 2016-12-02 Luis Machado <lgustavo@codesourcery.com>
9724
9725 * gdb.base/ovldbreak.exp (take_gdb_out_of_choice_menu): Restore
9726 timeout handling.
9727
9728 2016-12-02 Tom Tromey <tom@tromey.com>
9729
9730 * gdb.dwarf2/main-subprogram.c: New file.
9731 * gdb.dwarf2/main-subprogram.exp: New file.
9732
9733 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
9734
9735 * gdb.base/maint.exp: Remove timeout handling for gdb_test_multiple.
9736 * gdb.cp/gdb2495.exp: Likewise and convert gdb_test_multiple into
9737 gdb_test_no_output for a couple of cases.
9738 * gdb.cp/ovldbreak.exp: Remove timeout handling for gdb_test_multiple.
9739
9740 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
9741
9742 Fix test names and standardize compilation error messages throughout
9743 the following files:
9744
9745 * gdb.ada/start.exp
9746 * gdb.arch/alpha-step.exp
9747 * gdb.arch/e500-prologue.exp
9748 * gdb.arch/ftrace-insn-reloc.exp
9749 * gdb.arch/gdb1291.exp
9750 * gdb.arch/gdb1431.exp
9751 * gdb.arch/gdb1558.exp
9752 * gdb.arch/i386-dr3-watch.exp
9753 * gdb.arch/i386-sse-stack-align.exp
9754 * gdb.arch/ia64-breakpoint-shadow.exp
9755 * gdb.arch/pa-nullify.exp
9756 * gdb.arch/powerpc-aix-prologue.exp
9757 * gdb.arch/thumb-bx-pc.exp
9758 * gdb.base/annota1.exp
9759 * gdb.base/annota3.exp
9760 * gdb.base/arrayidx.exp
9761 * gdb.base/assign.exp
9762 * gdb.base/attach.exp
9763 * gdb.base/auxv.exp
9764 * gdb.base/bang.exp
9765 * gdb.base/bfp-test.exp
9766 * gdb.base/bigcore.exp
9767 * gdb.base/bitfields2.exp
9768 * gdb.base/break-fun-addr.exp
9769 * gdb.base/break-probes.exp
9770 * gdb.base/call-rt-st.exp
9771 * gdb.base/callexit.exp
9772 * gdb.base/catch-fork-kill.exp
9773 * gdb.base/charset.exp
9774 * gdb.base/checkpoint.exp
9775 * gdb.base/comprdebug.exp
9776 * gdb.base/constvars.exp
9777 * gdb.base/coredump-filter.exp
9778 * gdb.base/cursal.exp
9779 * gdb.base/cvexpr.exp
9780 * gdb.base/detach.exp
9781 * gdb.base/display.exp
9782 * gdb.base/dmsym.exp
9783 * gdb.base/dprintf-pending.exp
9784 * gdb.base/dso2dso.exp
9785 * gdb.base/dtrace-probe.exp
9786 * gdb.base/dump.exp
9787 * gdb.base/enum_cond.exp
9788 * gdb.base/exe-lock.exp
9789 * gdb.base/exec-invalid-sysroot.exp
9790 * gdb.base/execl-update-breakpoints.exp
9791 * gdb.base/exprs.exp
9792 * gdb.base/fileio.exp
9793 * gdb.base/find.exp
9794 * gdb.base/finish.exp
9795 * gdb.base/fixsection.exp
9796 * gdb.base/foll-vfork.exp
9797 * gdb.base/frame-args.exp
9798 * gdb.base/gcore.exp
9799 * gdb.base/gdb1250.exp
9800 * gdb.base/global-var-nested-by-dso.exp
9801 * gdb.base/gnu-ifunc.exp
9802 * gdb.base/hashline1.exp
9803 * gdb.base/hashline2.exp
9804 * gdb.base/hashline3.exp
9805 * gdb.base/hbreak-in-shr-unsupported.exp
9806 * gdb.base/huge.exp
9807 * gdb.base/infcall-input.exp
9808 * gdb.base/info-fun.exp
9809 * gdb.base/info-shared.exp
9810 * gdb.base/jit-simple.exp
9811 * gdb.base/jit-so.exp
9812 * gdb.base/jit.exp
9813 * gdb.base/jump.exp
9814 * gdb.base/label.exp
9815 * gdb.base/lineinc.exp
9816 * gdb.base/logical.exp
9817 * gdb.base/longjmp.exp
9818 * gdb.base/macscp.exp
9819 * gdb.base/miscexprs.exp
9820 * gdb.base/new-ui-echo.exp
9821 * gdb.base/new-ui-pending-input.exp
9822 * gdb.base/new-ui.exp
9823 * gdb.base/nodebug.exp
9824 * gdb.base/nofield.exp
9825 * gdb.base/offsets.exp
9826 * gdb.base/overlays.exp
9827 * gdb.base/pending.exp
9828 * gdb.base/pointers.exp
9829 * gdb.base/pr11022.exp
9830 * gdb.base/printcmds.exp
9831 * gdb.base/prologue.exp
9832 * gdb.base/ptr-typedef.exp
9833 * gdb.base/realname-expand.exp
9834 * gdb.base/relativedebug.exp
9835 * gdb.base/relocate.exp
9836 * gdb.base/remote.exp
9837 * gdb.base/reread.exp
9838 * gdb.base/return2.exp
9839 * gdb.base/savedregs.exp
9840 * gdb.base/sep.exp
9841 * gdb.base/sepdebug.exp
9842 * gdb.base/sepsymtab.exp
9843 * gdb.base/set-inferior-tty.exp
9844 * gdb.base/setshow.exp
9845 * gdb.base/shlib-call.exp
9846 * gdb.base/sigaltstack.exp
9847 * gdb.base/siginfo-addr.exp
9848 * gdb.base/signals.exp
9849 * gdb.base/signull.exp
9850 * gdb.base/sigrepeat.exp
9851 * gdb.base/so-impl-ld.exp
9852 * gdb.base/solib-display.exp
9853 * gdb.base/solib-overlap.exp
9854 * gdb.base/solib-search.exp
9855 * gdb.base/solib-symbol.exp
9856 * gdb.base/structs.exp
9857 * gdb.base/structs2.exp
9858 * gdb.base/symtab-search-order.exp
9859 * gdb.base/twice.exp
9860 * gdb.base/unload.exp
9861 * gdb.base/varargs.exp
9862 * gdb.base/watchpoint-solib.exp
9863 * gdb.base/watchpoint.exp
9864 * gdb.base/whatis.exp
9865 * gdb.base/wrong_frame_bt_full.exp
9866 * gdb.btrace/dlopen.exp
9867 * gdb.cell/ea-standalone.exp
9868 * gdb.cell/ea-test.exp
9869 * gdb.cp/dispcxx.exp
9870 * gdb.cp/gdb2384.exp
9871 * gdb.cp/method2.exp
9872 * gdb.cp/nextoverthrow.exp
9873 * gdb.cp/pr10728.exp
9874 * gdb.disasm/am33.exp
9875 * gdb.disasm/h8300s.exp
9876 * gdb.disasm/mn10300.exp
9877 * gdb.disasm/sh3.exp
9878 * gdb.dwarf2/dw2-dir-file-name.exp
9879 * gdb.fortran/complex.exp
9880 * gdb.fortran/library-module.exp
9881 * gdb.guile/scm-pretty-print.exp
9882 * gdb.guile/scm-symbol.exp
9883 * gdb.guile/scm-type.exp
9884 * gdb.guile/scm-value.exp
9885 * gdb.linespec/linespec.exp
9886 * gdb.mi/gdb701.exp
9887 * gdb.mi/gdb792.exp
9888 * gdb.mi/mi-breakpoint-changed.exp
9889 * gdb.mi/mi-dprintf-pending.exp
9890 * gdb.mi/mi-dprintf.exp
9891 * gdb.mi/mi-exit-code.exp
9892 * gdb.mi/mi-pending.exp
9893 * gdb.mi/mi-solib.exp
9894 * gdb.mi/new-ui-mi-sync.exp
9895 * gdb.mi/pr11022.exp
9896 * gdb.mi/user-selected-context-sync.exp
9897 * gdb.opt/solib-intra-step.exp
9898 * gdb.python/py-events.exp
9899 * gdb.python/py-finish-breakpoint.exp
9900 * gdb.python/py-mi.exp
9901 * gdb.python/py-prettyprint.exp
9902 * gdb.python/py-shared.exp
9903 * gdb.python/py-symbol.exp
9904 * gdb.python/py-template.exp
9905 * gdb.python/py-type.exp
9906 * gdb.python/py-value.exp
9907 * gdb.reverse/solib-precsave.exp
9908 * gdb.reverse/solib-reverse.exp
9909 * gdb.server/solib-list.exp
9910 * gdb.stabs/weird.exp
9911 * gdb.threads/reconnect-signal.exp
9912 * gdb.threads/stepi-random-signal.exp
9913 * gdb.trace/actions.exp
9914 * gdb.trace/ax.exp
9915 * gdb.trace/backtrace.exp
9916 * gdb.trace/change-loc.exp
9917 * gdb.trace/deltrace.exp
9918 * gdb.trace/ftrace-lock.exp
9919 * gdb.trace/ftrace.exp
9920 * gdb.trace/infotrace.exp
9921 * gdb.trace/mi-tracepoint-changed.exp
9922 * gdb.trace/packetlen.exp
9923 * gdb.trace/passcount.exp
9924 * gdb.trace/pending.exp
9925 * gdb.trace/range-stepping.exp
9926 * gdb.trace/report.exp
9927 * gdb.trace/stap-trace.exp
9928 * gdb.trace/tfind.exp
9929 * gdb.trace/trace-break.exp
9930 * gdb.trace/trace-condition.exp
9931 * gdb.trace/trace-enable-disable.exp
9932 * gdb.trace/trace-mt.exp
9933 * gdb.trace/tracecmd.exp
9934 * gdb.trace/tspeed.exp
9935 * gdb.trace/tsv.exp
9936 * lib/perftest.exp
9937
9938 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
9939
9940 * gdb.cp/gdb2495.exp: Replace gdb_test_multiple
9941 with gdb_test_no_output.
9942 Use command as test name.
9943
9944 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
9945
9946 Fix test names starting with uppercase throughout the files.
9947
9948 * gdb.ada/assign_1.exp
9949 * gdb.ada/boolean_expr.exp
9950 * gdb.base/arrayidx.exp
9951 * gdb.base/del.exp
9952 * gdb.base/gcore-buffer-overflow.exp
9953 * gdb.base/testenv.exp
9954 * gdb.compile/compile.exp
9955 * gdb.python/py-framefilter-invalidarg.exp
9956 * gdb.python/py-framefilter.exp
9957
9958 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
9959
9960 Fix test names starting with uppercase throughout the files.
9961
9962 * gdb.ada/array_return.exp
9963 * gdb.ada/expr_delims.exp
9964 * gdb.ada/mi_dyn_arr.exp
9965 * gdb.ada/mi_interface.exp
9966 * gdb.ada/mi_var_array.exp
9967 * gdb.ada/watch_arg.exp
9968 * gdb.arch/alpha-step.exp
9969 * gdb.arch/altivec-regs.exp
9970 * gdb.arch/e500-regs.exp
9971 * gdb.arch/powerpc-d128-regs.exp
9972 * gdb.base/arrayidx.exp
9973 * gdb.base/break.exp
9974 * gdb.base/checkpoint.exp
9975 * gdb.base/debug-expr.exp
9976 * gdb.base/dmsym.exp
9977 * gdb.base/radix.exp
9978 * gdb.base/sepdebug.exp
9979 * gdb.base/testenv.exp
9980 * gdb.base/watch_thread_num.exp
9981 * gdb.base/watchpoint-cond-gone.exp
9982 * gdb.cell/break.exp
9983 * gdb.cell/ea-cache.exp
9984 * gdb.compile/compile.exp
9985 * gdb.cp/gdb2495.exp
9986 * gdb.gdb/selftest.exp
9987 * gdb.gdb/xfullpath.exp
9988 * gdb.go/hello.exp
9989 * gdb.go/integers.exp
9990 * gdb.objc/basicclass.exp
9991 * gdb.pascal/hello.exp
9992 * gdb.pascal/integers.exp
9993 * gdb.python/py-breakpoint.exp
9994 * gdb.python/py-cmd.exp
9995 * gdb.python/py-linetable.exp
9996 * gdb.python/py-xmethods.exp
9997 * gdb.python/python.exp
9998 * gdb.reverse/consecutive-precsave.exp
9999 * gdb.reverse/finish-precsave.exp
10000 * gdb.reverse/i386-precsave.exp
10001 * gdb.reverse/machinestate-precsave.exp
10002 * gdb.reverse/sigall-precsave.exp
10003 * gdb.reverse/solib-precsave.exp
10004 * gdb.reverse/step-precsave.exp
10005 * gdb.reverse/until-precsave.exp
10006 * gdb.reverse/watch-precsave.exp
10007 * gdb.threads/leader-exit.exp
10008 * gdb.threads/pthreads.exp
10009 * gdb.threads/wp-replication.exp
10010 * gdb.trace/actions.exp
10011 * gdb.trace/mi-tsv-changed.exp
10012 * gdb.trace/tsv.exp
10013
10014 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
10015
10016 Fix test names starting with uppercase throughout the files.
10017
10018 * gdb.arch/i386-bp_permanent.exp
10019 * gdb.arch/i386-gnu-cfi.exp
10020 * gdb.base/disasm-end-cu.exp
10021 * gdb.base/macscp.exp
10022 * gdb.base/pending.exp
10023 * gdb.base/watch_thread_num.exp
10024 * gdb.cp/exception.exp
10025 * gdb.cp/gdb2495.exp
10026 * gdb.cp/local.exp
10027 * gdb.python/py-evsignal.exp
10028 * gdb.python/python.exp
10029 * gdb.trace/tracecmd.exp
10030
10031 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
10032
10033 Fix test names starting with uppercase throughout the files.
10034
10035 * gdb.base/charset.exp
10036 * gdb.base/eval.exp
10037 * gdb.base/multi-forks.exp
10038 * gdb.guile/scm-progspace.exp
10039 * gdb.opencl/datatypes.exp
10040 * gdb.python/py-block.exp
10041 * gdb.python/py-function.exp
10042 * gdb.python/py-symbol.exp
10043 * gdb.python/py-symtab.exp
10044 * gdb.python/py-xmethods.exp
10045 * gdb.reverse/break-precsave.exp
10046 * gdb.reverse/break-reverse.exp
10047 * gdb.reverse/consecutive-precsave.exp
10048 * gdb.reverse/consecutive-reverse.exp
10049 * gdb.reverse/finish-precsave.exp
10050 * gdb.reverse/finish-reverse-bkpt.exp
10051 * gdb.reverse/finish-reverse.exp
10052 * gdb.reverse/fstatat-reverse.exp
10053 * gdb.reverse/getresuid-reverse.exp
10054 * gdb.reverse/i386-precsave.exp
10055 * gdb.reverse/i386-reverse.exp
10056 * gdb.reverse/i386-sse-reverse.exp
10057 * gdb.reverse/i387-stack-reverse.exp
10058 * gdb.reverse/insn-reverse.exp
10059 * gdb.reverse/machinestate-precsave.exp
10060 * gdb.reverse/machinestate.exp
10061 * gdb.reverse/next-reverse-bkpt-over-sr.exp
10062 * gdb.reverse/pipe-reverse.exp
10063 * gdb.reverse/readv-reverse.exp
10064 * gdb.reverse/recvmsg-reverse.exp
10065 * gdb.reverse/rerun-prec.exp
10066 * gdb.reverse/s390-mvcle.exp
10067 * gdb.reverse/sigall-precsave.exp
10068 * gdb.reverse/sigall-reverse.exp
10069 * gdb.reverse/solib-precsave.exp
10070 * gdb.reverse/solib-reverse.exp
10071 * gdb.reverse/step-precsave.exp
10072 * gdb.reverse/step-reverse.exp
10073 * gdb.reverse/time-reverse.exp
10074 * gdb.reverse/until-precsave.exp
10075 * gdb.reverse/until-reverse.exp
10076 * gdb.reverse/waitpid-reverse.exp
10077 * gdb.reverse/watch-precsave.exp
10078 * gdb.reverse/watch-reverse.exp
10079
10080 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
10081
10082 Fix test names starting with uppercase throughout the files.
10083
10084 * gdb.arch/i386-mpx-simple_segv.exp
10085 * gdb.arch/i386-mpx.exp
10086 * gdb.arch/i386-permbkpt.exp
10087 * gdb.arch/pa-nullify.exp
10088 * gdb.arch/powerpc-d128-regs.exp
10089 * gdb.arch/vsx-regs.exp
10090 * gdb.base/bfp-test.exp
10091 * gdb.base/break.exp
10092 * gdb.base/breakpoint-shadow.exp
10093 * gdb.base/callfuncs.exp
10094 * gdb.base/charset.exp
10095 * gdb.base/commands.exp
10096 * gdb.base/completion.exp
10097 * gdb.base/dfp-test.exp
10098 * gdb.base/echo.exp
10099 * gdb.base/ending-run.exp
10100 * gdb.base/eval.exp
10101 * gdb.base/expand-psymtabs.exp
10102 * gdb.base/float128.exp
10103 * gdb.base/floatn.exp
10104 * gdb.base/foll-exec-mode.exp
10105 * gdb.base/gdb1056.exp
10106 * gdb.base/gdb11531.exp
10107 * gdb.base/kill-after-signal.exp
10108 * gdb.base/multi-forks.exp
10109 * gdb.base/overlays.exp
10110 * gdb.base/pending.exp
10111 * gdb.base/sepdebug.exp
10112 * gdb.base/testenv.exp
10113 * gdb.base/valgrind-db-attach.exp
10114 * gdb.base/watch_thread_num.exp
10115 * gdb.base/watchpoint-cond-gone.exp
10116 * gdb.base/watchpoint.exp
10117 * gdb.base/watchpoints.exp
10118 * gdb.cp/arg-reference.exp
10119 * gdb.cp/baseenum.exp
10120 * gdb.cp/operator.exp
10121 * gdb.cp/shadow.exp
10122 * gdb.dwarf2/dw2-op-out-param.exp
10123 * gdb.dwarf2/dw2-reg-undefined.exp
10124 * gdb.go/chan.exp
10125 * gdb.go/hello.exp
10126 * gdb.go/integers.exp
10127 * gdb.go/methods.exp
10128 * gdb.go/package.exp
10129 * gdb.guile/scm-parameter.exp
10130 * gdb.guile/scm-progspace.exp
10131 * gdb.guile/scm-value.exp
10132 * gdb.mi/mi-pending.exp
10133 * gdb.mi/user-selected-context-sync.exp
10134 * gdb.multi/multi-attach.exp
10135 * gdb.multi/tids.exp
10136 * gdb.opt/clobbered-registers-O2.exp
10137 * gdb.pascal/floats.exp
10138 * gdb.pascal/integers.exp
10139 * gdb.python/py-block.exp
10140 * gdb.python/py-events.exp
10141 * gdb.python/py-parameter.exp
10142 * gdb.python/py-symbol.exp
10143 * gdb.python/py-symtab.exp
10144 * gdb.python/py-type.exp
10145 * gdb.python/py-value.exp
10146 * gdb.python/py-xmethods.exp
10147 * gdb.python/python.exp
10148 * gdb.reverse/break-precsave.exp
10149 * gdb.reverse/consecutive-precsave.exp
10150 * gdb.reverse/finish-precsave.exp
10151 * gdb.reverse/i386-precsave.exp
10152 * gdb.reverse/machinestate-precsave.exp
10153 * gdb.reverse/sigall-precsave.exp
10154 * gdb.reverse/solib-precsave.exp
10155 * gdb.reverse/step-precsave.exp
10156 * gdb.reverse/until-precsave.exp
10157 * gdb.reverse/watch-precsave.exp
10158 * gdb.server/ext-attach.exp
10159 * gdb.server/ext-restart.exp
10160 * gdb.server/ext-run.exp
10161 * gdb.server/ext-wrapper.exp
10162 * gdb.stabs/gdb11479.exp
10163 * gdb.stabs/weird.exp
10164 * gdb.threads/attach-many-short-lived-threads.exp
10165 * gdb.threads/kill.exp
10166 * gdb.threads/watchpoint-fork.exp
10167
10168 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
10169
10170 Fix test names starting with uppercase throughout all the files below.
10171
10172 * gdb.ada/array_return.exp
10173 * gdb.ada/catch_ex.exp
10174 * gdb.ada/info_exc.exp
10175 * gdb.ada/mi_catch_ex.exp
10176 * gdb.ada/mi_dyn_arr.exp
10177 * gdb.ada/mi_ex_cond.exp
10178 * gdb.ada/mi_exc_info.exp
10179 * gdb.ada/mi_interface.exp
10180 * gdb.ada/mi_task_arg.exp
10181 * gdb.ada/mi_task_info.exp
10182 * gdb.ada/mi_var_array.exp
10183 * gdb.arch/alpha-step.exp
10184 * gdb.arch/amd64-disp-step.exp
10185 * gdb.arch/arm-disp-step.exp
10186 * gdb.arch/disp-step-insn-reloc.exp
10187 * gdb.arch/e500-prologue.exp
10188 * gdb.arch/ftrace-insn-reloc.exp
10189 * gdb.arch/gdb1558.exp
10190 * gdb.arch/i386-bp_permanent.exp
10191 * gdb.arch/i386-disp-step.exp
10192 * gdb.arch/i386-float.exp
10193 * gdb.arch/i386-gnu-cfi.exp
10194 * gdb.arch/ia64-breakpoint-shadow.exp
10195 * gdb.arch/mips16-thunks.exp
10196 * gdb.arch/pa-nullify.exp
10197 * gdb.arch/powerpc-aix-prologue.exp
10198 * gdb.arch/powerpc-power.exp
10199 * gdb.arch/ppc-dfp.exp
10200 * gdb.arch/s390-tdbregs.exp
10201 * gdb.arch/spu-info.exp
10202 * gdb.arch/spu-ls.exp
10203 * gdb.arch/thumb-bx-pc.exp
10204 * gdb.base/advance.exp
10205 * gdb.base/annota-input-while-running.exp
10206 * gdb.base/arrayidx.exp
10207 * gdb.base/asmlabel.exp
10208 * gdb.base/async.exp
10209 * gdb.base/attach-wait-input.exp
10210 * gdb.base/auto-connect-native-target.exp
10211 * gdb.base/batch-preserve-term-settings.exp
10212 * gdb.base/bfp-test.exp
10213 * gdb.base/bigcore.exp
10214 * gdb.base/bp-permanent.exp
10215 * gdb.base/break-always.exp
10216 * gdb.base/break-fun-addr.exp
10217 * gdb.base/break-idempotent.exp
10218 * gdb.base/break-main-file-remove-fail.exp
10219 * gdb.base/break-probes.exp
10220 * gdb.base/break-unload-file.exp
10221 * gdb.base/break.exp
10222 * gdb.base/call-ar-st.exp
10223 * gdb.base/call-rt-st.exp
10224 * gdb.base/call-sc.exp
10225 * gdb.base/call-signal-resume.exp
10226 * gdb.base/call-strs.exp
10227 * gdb.base/callexit.exp
10228 * gdb.base/callfuncs.exp
10229 * gdb.base/catch-gdb-caused-signals.exp
10230 * gdb.base/catch-signal-siginfo-cond.exp
10231 * gdb.base/catch-syscall.exp
10232 * gdb.base/compare-sections.exp
10233 * gdb.base/cond-eval-mode.exp
10234 * gdb.base/condbreak-call-false.exp
10235 * gdb.base/consecutive-step-over.exp
10236 * gdb.base/cursal.exp
10237 * gdb.base/disabled-location.exp
10238 * gdb.base/disasm-end-cu.exp
10239 * gdb.base/display.exp
10240 * gdb.base/double-prompt-target-event-error.exp
10241 * gdb.base/dprintf-bp-same-addr.exp
10242 * gdb.base/dprintf-detach.exp
10243 * gdb.base/dprintf-next.exp
10244 * gdb.base/dprintf-non-stop.exp
10245 * gdb.base/dprintf-pending.exp
10246 * gdb.base/dso2dso.exp
10247 * gdb.base/ending-run.exp
10248 * gdb.base/enum_cond.exp
10249 * gdb.base/examine-backward.exp
10250 * gdb.base/exe-lock.exp
10251 * gdb.base/exec-invalid-sysroot.exp
10252 * gdb.base/execl-update-breakpoints.exp
10253 * gdb.base/execution-termios.exp
10254 * gdb.base/fileio.exp
10255 * gdb.base/fixsection.exp
10256 * gdb.base/foll-exec-mode.exp
10257 * gdb.base/foll-exec.exp
10258 * gdb.base/fork-running-state.exp
10259 * gdb.base/frame-args.exp
10260 * gdb.base/fullpath-expand.exp
10261 * gdb.base/func-ptr.exp
10262 * gdb.base/gcore-relro-pie.exp
10263 * gdb.base/gdb1090.exp
10264 * gdb.base/gdb1555.exp
10265 * gdb.base/global-var-nested-by-dso.exp
10266 * gdb.base/gnu-ifunc.exp
10267 * gdb.base/hbreak-in-shr-unsupported.exp
10268 * gdb.base/hbreak-unmapped.exp
10269 * gdb.base/hook-stop.exp
10270 * gdb.base/infcall-input.exp
10271 * gdb.base/info-fun.exp
10272 * gdb.base/info-shared.exp
10273 * gdb.base/interrupt-noterm.exp
10274 * gdb.base/jit-so.exp
10275 * gdb.base/jit.exp
10276 * gdb.base/line-symtabs.exp
10277 * gdb.base/list.exp
10278 * gdb.base/longjmp.exp
10279 * gdb.base/macscp.exp
10280 * gdb.base/max-value-size.exp
10281 * gdb.base/nodebug.exp
10282 * gdb.base/nofield.exp
10283 * gdb.base/overlays.exp
10284 * gdb.base/paginate-after-ctrl-c-running.exp
10285 * gdb.base/paginate-bg-execution.exp
10286 * gdb.base/paginate-inferior-exit.exp
10287 * gdb.base/pending.exp
10288 * gdb.base/pr11022.exp
10289 * gdb.base/printcmds.exp
10290 * gdb.base/ptr-typedef.exp
10291 * gdb.base/ptype.exp
10292 * gdb.base/randomize.exp
10293 * gdb.base/range-stepping.exp
10294 * gdb.base/realname-expand.exp
10295 * gdb.base/relativedebug.exp
10296 * gdb.base/remote.exp
10297 * gdb.base/savedregs.exp
10298 * gdb.base/sepdebug.exp
10299 * gdb.base/set-noassign.exp
10300 * gdb.base/shlib-call.exp
10301 * gdb.base/shreloc.exp
10302 * gdb.base/sigaltstack.exp
10303 * gdb.base/sigbpt.exp
10304 * gdb.base/siginfo-addr.exp
10305 * gdb.base/siginfo-obj.exp
10306 * gdb.base/siginfo-thread.exp
10307 * gdb.base/signest.exp
10308 * gdb.base/signull.exp
10309 * gdb.base/sigrepeat.exp
10310 * gdb.base/skip.exp
10311 * gdb.base/so-impl-ld.exp
10312 * gdb.base/solib-corrupted.exp
10313 * gdb.base/solib-disc.exp
10314 * gdb.base/solib-display.exp
10315 * gdb.base/solib-overlap.exp
10316 * gdb.base/solib-search.exp
10317 * gdb.base/solib-symbol.exp
10318 * gdb.base/source-execution.exp
10319 * gdb.base/sss-bp-on-user-bp-2.exp
10320 * gdb.base/sss-bp-on-user-bp.exp
10321 * gdb.base/stack-checking.exp
10322 * gdb.base/stale-infcall.exp
10323 * gdb.base/step-break.exp
10324 * gdb.base/step-line.exp
10325 * gdb.base/step-over-exit.exp
10326 * gdb.base/step-test.exp
10327 * gdb.base/structs.exp
10328 * gdb.base/sym-file.exp
10329 * gdb.base/symtab-search-order.exp
10330 * gdb.base/term.exp
10331 * gdb.base/type-opaque.exp
10332 * gdb.base/unload.exp
10333 * gdb.base/until-nodebug.exp
10334 * gdb.base/until.exp
10335 * gdb.base/unwindonsignal.exp
10336 * gdb.base/watch-cond.exp
10337 * gdb.base/watch-non-mem.exp
10338 * gdb.base/watch_thread_num.exp
10339 * gdb.base/watchpoint-reuse-slot.exp
10340 * gdb.base/watchpoint-solib.exp
10341 * gdb.base/watchpoint.exp
10342 * gdb.btrace/dlopen.exp
10343 * gdb.cell/arch.exp
10344 * gdb.cell/break.exp
10345 * gdb.cell/bt.exp
10346 * gdb.cell/core.exp
10347 * gdb.cell/data.exp
10348 * gdb.cell/dwarfaddr.exp
10349 * gdb.cell/ea-cache.exp
10350 * gdb.cell/ea-standalone.exp
10351 * gdb.cell/ea-test.exp
10352 * gdb.cell/f-regs.exp
10353 * gdb.cell/fork.exp
10354 * gdb.cell/gcore.exp
10355 * gdb.cell/mem-access.exp
10356 * gdb.cell/ptype.exp
10357 * gdb.cell/registers.exp
10358 * gdb.cell/sizeof.exp
10359 * gdb.cell/solib-symbol.exp
10360 * gdb.cell/solib.exp
10361 * gdb.compile/compile-tls.exp
10362 * gdb.cp/exception.exp
10363 * gdb.cp/gdb2495.exp
10364 * gdb.cp/local.exp
10365 * gdb.cp/mb-inline.exp
10366 * gdb.cp/mb-templates.exp
10367 * gdb.cp/pr10687.exp
10368 * gdb.cp/pr9167.exp
10369 * gdb.cp/scope-err.exp
10370 * gdb.cp/templates.exp
10371 * gdb.cp/virtfunc.exp
10372 * gdb.dwarf2/dw2-dir-file-name.exp
10373 * gdb.dwarf2/dw2-single-line-discriminators.exp
10374 * gdb.fortran/complex.exp
10375 * gdb.fortran/library-module.exp
10376 * gdb.guile/guile.exp
10377 * gdb.guile/scm-cmd.exp
10378 * gdb.guile/scm-frame-inline.exp
10379 * gdb.guile/scm-objfile.exp
10380 * gdb.guile/scm-pretty-print.exp
10381 * gdb.guile/scm-symbol.exp
10382 * gdb.guile/scm-type.exp
10383 * gdb.guile/scm-value.exp
10384 * gdb.linespec/keywords.exp
10385 * gdb.linespec/ls-errs.exp
10386 * gdb.linespec/macro-relative.exp
10387 * gdb.linespec/thread.exp
10388 * gdb.mi/mi-breakpoint-changed.exp
10389 * gdb.mi/mi-dprintf-pending.exp
10390 * gdb.mi/mi-fullname-deleted.exp
10391 * gdb.mi/mi-logging.exp
10392 * gdb.mi/mi-pending.exp
10393 * gdb.mi/mi-solib.exp
10394 * gdb.mi/new-ui-mi-sync.exp
10395 * gdb.mi/user-selected-context-sync.exp
10396 * gdb.multi/dummy-frame-restore.exp
10397 * gdb.multi/multi-arch-exec.exp
10398 * gdb.multi/remove-inferiors.exp
10399 * gdb.multi/watchpoint-multi-exit.exp
10400 * gdb.opt/solib-intra-step.exp
10401 * gdb.perf/backtrace.exp
10402 * gdb.perf/single-step.exp
10403 * gdb.perf/skip-command.exp
10404 * gdb.perf/skip-prologue.exp
10405 * gdb.perf/solib.exp
10406 * gdb.python/lib-types.exp
10407 * gdb.python/py-as-string.exp
10408 * gdb.python/py-bad-printers.exp
10409 * gdb.python/py-block.exp
10410 * gdb.python/py-breakpoint.exp
10411 * gdb.python/py-cmd.exp
10412 * gdb.python/py-events.exp
10413 * gdb.python/py-evthreads.exp
10414 * gdb.python/py-finish-breakpoint.exp
10415 * gdb.python/py-finish-breakpoint2.exp
10416 * gdb.python/py-frame-inline.exp
10417 * gdb.python/py-frame.exp
10418 * gdb.python/py-inferior.exp
10419 * gdb.python/py-infthread.exp
10420 * gdb.python/py-mi.exp
10421 * gdb.python/py-objfile.exp
10422 * gdb.python/py-pp-maint.exp
10423 * gdb.python/py-pp-registration.exp
10424 * gdb.python/py-prettyprint.exp
10425 * gdb.python/py-recurse-unwind.exp
10426 * gdb.python/py-shared.exp
10427 * gdb.python/py-symbol.exp
10428 * gdb.python/py-symtab.exp
10429 * gdb.python/py-template.exp
10430 * gdb.python/py-type.exp
10431 * gdb.python/py-unwind-maint.exp
10432 * gdb.python/py-unwind.exp
10433 * gdb.python/py-value.exp
10434 * gdb.python/python.exp
10435 * gdb.reverse/finish-reverse-bkpt.exp
10436 * gdb.reverse/insn-reverse.exp
10437 * gdb.reverse/next-reverse-bkpt-over-sr.exp
10438 * gdb.reverse/solib-precsave.exp
10439 * gdb.reverse/solib-reverse.exp
10440 * gdb.stabs/gdb11479.exp
10441 * gdb.stabs/weird.exp
10442 * gdb.threads/fork-child-threads.exp
10443 * gdb.threads/fork-plus-threads.exp
10444 * gdb.threads/fork-thread-pending.exp
10445 * gdb.threads/forking-threads-plus-breakpoint.exp
10446 * gdb.threads/hand-call-in-threads.exp
10447 * gdb.threads/interrupted-hand-call.exp
10448 * gdb.threads/linux-dp.exp
10449 * gdb.threads/local-watch-wrong-thread.exp
10450 * gdb.threads/next-while-other-thread-longjmps.exp
10451 * gdb.threads/non-ldr-exit.exp
10452 * gdb.threads/pending-step.exp
10453 * gdb.threads/print-threads.exp
10454 * gdb.threads/process-dies-while-detaching.exp
10455 * gdb.threads/process-dies-while-handling-bp.exp
10456 * gdb.threads/pthreads.exp
10457 * gdb.threads/queue-signal.exp
10458 * gdb.threads/reconnect-signal.exp
10459 * gdb.threads/signal-command-handle-nopass.exp
10460 * gdb.threads/signal-command-multiple-signals-pending.exp
10461 * gdb.threads/signal-delivered-right-thread.exp
10462 * gdb.threads/signal-sigtrap.exp
10463 * gdb.threads/sigthread.exp
10464 * gdb.threads/staticthreads.exp
10465 * gdb.threads/stepi-random-signal.exp
10466 * gdb.threads/thread-unwindonsignal.exp
10467 * gdb.threads/thread_check.exp
10468 * gdb.threads/thread_events.exp
10469 * gdb.threads/tid-reuse.exp
10470 * gdb.threads/tls-nodebug.exp
10471 * gdb.threads/tls-shared.exp
10472 * gdb.threads/tls-so_extern.exp
10473 * gdb.threads/tls.exp
10474 * gdb.threads/wp-replication.exp
10475 * gdb.trace/actions-changed.exp
10476 * gdb.trace/actions.exp
10477 * gdb.trace/backtrace.exp
10478 * gdb.trace/change-loc.exp
10479 * gdb.trace/collection.exp
10480 * gdb.trace/deltrace.exp
10481 * gdb.trace/disconnected-tracing.exp
10482 * gdb.trace/entry-values.exp
10483 * gdb.trace/ftrace-lock.exp
10484 * gdb.trace/ftrace.exp
10485 * gdb.trace/infotrace.exp
10486 * gdb.trace/mi-trace-frame-collected.exp
10487 * gdb.trace/mi-trace-unavailable.exp
10488 * gdb.trace/mi-traceframe-changed.exp
10489 * gdb.trace/mi-tracepoint-changed.exp
10490 * gdb.trace/mi-tsv-changed.exp
10491 * gdb.trace/no-attach-trace.exp
10492 * gdb.trace/packetlen.exp
10493 * gdb.trace/passc-dyn.exp
10494 * gdb.trace/passcount.exp
10495 * gdb.trace/pending.exp
10496 * gdb.trace/pr16508.exp
10497 * gdb.trace/qtro.exp
10498 * gdb.trace/range-stepping.exp
10499 * gdb.trace/read-memory.exp
10500 * gdb.trace/report.exp
10501 * gdb.trace/save-trace.exp
10502 * gdb.trace/signal.exp
10503 * gdb.trace/stap-trace.exp
10504 * gdb.trace/status-stop.exp
10505 * gdb.trace/strace.exp
10506 * gdb.trace/tfile.exp
10507 * gdb.trace/tfind.exp
10508 * gdb.trace/trace-break.exp
10509 * gdb.trace/trace-condition.exp
10510 * gdb.trace/trace-enable-disable.exp
10511 * gdb.trace/trace-mt.exp
10512 * gdb.trace/tracecmd.exp
10513 * gdb.trace/tracefile-pseudo-reg.exp
10514 * gdb.trace/tspeed.exp
10515 * gdb.trace/tstatus.exp
10516 * gdb.trace/tsv.exp
10517 * gdb.trace/unavailable.exp
10518 * gdb.trace/while-dyn.exp
10519 * gdb.trace/while-stepping.exp
10520 * lib/gdb-guile.exp
10521 * lib/gdb.exp
10522 * lib/mi-support.exp
10523 * lib/pascal.exp
10524 * lib/perftest.exp
10525 * lib/prelink-support.exp
10526 * lib/selftest-support.exp
10527
10528 2016-11-30 Simon Marchi <simon.marchi@polymtl.ca>
10529
10530 * Makefile.in: Include disable-implicit-rules.mk.
10531
10532 2016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
10533
10534 * gdb.dwarf2/nonvar-access.exp: Add a test for accessing
10535 non-byte-aligned bit fields.
10536
10537 2016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
10538
10539 PR gdb/12616
10540 * gdb.dwarf2/nonvar-access.exp: New testcase. Check that GDB
10541 respects the DW_AT_data_bit_offset attribute.
10542
10543 2016-11-22 Simon Marchi <simon.marchi@polymtl.ca>
10544
10545 * gdb.base/default.exp: Fix output of "set language".
10546
10547 2016-11-17 Simon Marchi <simon.marchi@polymtl.ca>
10548
10549 * Makefile.in: Remove @GMAKE_TRUE@ prefixes and removes lines
10550 prefixed with @GMAKE_FALSE@. Update comment related to non-GNU
10551 make.
10552 * configure.ac: Remove checks for the make program.
10553 * configure: Re-generate.
10554
10555 2016-11-16 Kevin Buettner <kevinb@redhat.com>
10556
10557 * gdb.python/py-recurse-unwind.c (main): Add loop.
10558 * gdb.python/py-recurse-unwind.py (TestUnwinder): Add calls
10559 to read_register() and gdb.parse_and_eval(). Make each code
10560 call a separate case that can be individually tested.
10561 * gdb.python/py-recurse-unwind.exp (cont_and_backtrace): New
10562 proc. Call cont_and_backtrace for each of the code paths that
10563 we want to test in the unwinder.
10564
10565 2016-11-15 Andreas Arnez <arnez@linux.vnet.ibm.com>
10566
10567 * gdb.dwarf2/bitfield-parent-optimized-out.exp: Fix DWARF code for
10568 the definition of struct S.
10569
10570 2016-11-11 Catherine Moore <clm@codesourcery.com>
10571
10572 * gdb.base/dump.exp: Identify verilog format dump tests as such.
10573
10574 2016-11-09 Pedro Alves <palves@redhat.com>
10575
10576 * gdb.base/commands.exp (runto_or_return): New procedure.
10577 (gdbvar_simple_if_test, gdbvar_simple_while_test)
10578 (gdbvar_complex_if_while_test, progvar_simple_if_test)
10579 (progvar_simple_while_test, progvar_complex_if_while_test)
10580 (if_while_breakpoint_command_test)
10581 (infrun_breakpoint_command_test, breakpoint_command_test)
10582 (user_defined_command_test, watchpoint_command_test)
10583 (test_command_prompt_position, redefine_hook_test)
10584 (stray_arg0_test, error_clears_commands_left, redefine_hook_test)
10585 (redefine_backtrace_test): Use runto_or_return, $valnum_re,
10586 multi_line_input and multi_line. Remove gdb_expect and
10587 gdb_stop_suppressing_tests uses.
10588 * lib/gdb.exp (valnum_re): New global.
10589 (multi_line_input): New procedure.
10590
10591 2016-11-09 Simon Marchi <simon.marchi@polymtl.ca>
10592
10593 * gdb.mi/user-selected-context-sync.exp (with_test_prefix_procname):
10594 Remove.
10595 (test_setup): Define with proc_with_prefix.
10596 (test_cli_inferior): Likewise.
10597 (test_cli_thread): Likewise.
10598 (test_cli_frame): Likewise.
10599 (test_cli_select_frame): Likewise.
10600 (test_cli_up_down): Likewise.
10601 (test_mi_thread_select): Likewise.
10602 (test_mi_stack_select_frame): Likewise.
10603 (test_cli_in_mi_inferior): Likewise.
10604 (test_cli_in_mi_thread): Likewise.
10605 (test_cli_in_mi_frame): Likewise.
10606 (top level): Do not use with_test_prefix_procname.
10607
10608 2016-11-09 Pedro Alves <palves@redhat.com>
10609
10610 * gdb.base/commands.exp (gdbvar_simple_if_test)
10611 (gdbvar_simple_while_test, gdbvar_complex_if_while_test)
10612 (progvar_simple_if_test, progvar_simple_while_test)
10613 (progvar_complex_if_while_test, if_while_breakpoint_command_test)
10614 (infrun_breakpoint_command_test, breakpoint_command_test)
10615 (user_defined_command_test, watchpoint_command_test)
10616 (test_command_prompt_position, deprecated_command_test)
10617 (bp_deleted_in_command, temporary_breakpoint_commands)
10618 (stray_arg0_test, source_file_with_indented_comment)
10619 (recursive_source_test, if_commands_test)
10620 (error_clears_commands_left, redefine_hook_test)
10621 (redefine_backtrace_test): Use proc_with_prefix.
10622 * lib/gdb.exp (proc_with_prefix): New proc.
10623
10624 2016-11-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
10625
10626 * gdb.base/tui-layout.c: New file.
10627 * gdb.base/tui-layout.exp: Use tui-layout.c, to ensure that the
10628 disassembly window contains very long lines.
10629
10630 2016-11-08 Tom Tromey <tom@tromey.com>
10631
10632 * gdb.python/py-value.exp (test_value_creation): Make "long" test
10633 depend on Python 2.
10634
10635 2016-11-08 Tom Tromey <tom@tromey.com>
10636
10637 * gdb.python/py-framefilter.py (ElidingFrameDecorator.address):
10638 New method.
10639
10640 2016-10-29 Manish Goregaokar <manish@mozilla.com>
10641
10642 * gdb.rust/simple.exp: Add tests for `sizeof(expr)`.
10643
10644 2016-10-27 Manish Goregaokar <manish@mozilla.com>
10645
10646 * gdb.rust/simple.rs: Add test for univariant enums without
10647 discriminants and for encoded struct-like enums.
10648
10649 2016-10-28 Pedro Alves <palves@redhat.com>
10650
10651 * gdb.base/maint.exp <maint info line-table w/o a file name>: Use
10652 gdb_test_multiple, tighten regexps and match symtabs and line
10653 tables incrementally.
10654
10655 2016-10-28 Luis Machado <lgustavo@codesourcery.com>
10656
10657 * gdb.base/foll-exec.exp (do_exec_tests): Make test pattern more
10658 general.
10659
10660 2016-10-25 Luis Machado <lgustavo@codesourcery.com>
10661
10662 * gdb.base/exec-invalid-sysroot.exp: New file.
10663
10664 2016-10-24 Jan Kratochvil <jan.kratochvil@redhat.com>
10665
10666 * gdb.base/morestack.exp: Try to build it using -fuse-ld=gold first.
10667
10668 2016-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
10669
10670 * lib/gdb.exp (get_compiler_info): Generalize gcc_compile regexp.
10671
10672 2016-10-19 Maciej W. Rozycki <macro@imgtec.com>
10673
10674 * gdb.base/killed-outside.exp: Remove $options from a call to
10675 `prepare_for_testing'.
10676
10677 2016-10-17 Simon Marchi <simon.marchi@ericsson.com>
10678
10679 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
10680 Change test message.
10681
10682 2016-10-17 Simon Marchi <simon.marchi@ericsson.com>
10683
10684 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
10685 Update comment.
10686
10687 2016-10-17 Simon Marchi <simon.marchi@ericsson.com>
10688
10689 * gdb.trace/mi-trace-save.exp: New file.
10690
10691 2016-10-13 Yao Qi <yao.qi@linaro.org>
10692
10693 * gdb.base/code_elim.exp (get_var_address): Remove.
10694 * gdb.base/relocate.exp: Likewise.
10695 * gdb.base/shreloc.exp: Likewise.
10696 * lib/gdb.exp (get_var_address): New.
10697
10698 2016-10-13 Yao Qi <yao.qi@linaro.org>
10699
10700 * gdb.base/structs.exp: Invoke gdb_skip_float_test, and do
10701 floating point tests if $skip_float_test is false.
10702
10703 2016-10-12 Luis Machado <lgustavo@codesourcery.com>
10704
10705 * gdb.python/py-value.c (main): Check if argv is NULL before using it.
10706 * gdb.python/py-value.exp (test_value_in_inferior): Don't use hardcoded
10707 argc values.
10708 Add 1 to argc so we guarantee distinct initial/modified argc values.
10709
10710 2016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
10711
10712 * gdb.arch/powerpc-prologue.c (optimized_1): New declaration.
10713
10714 2016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
10715
10716 * gdb.arch/powerpc-prologue.exp: Use standard_output_file
10717 * gdb.arch/ppc64-symtab-cordic.exp: Likewise.
10718 * gdb.arch/vsx-regs.exp: Likewise.
10719
10720 2016-10-07 Yao Qi <yao.qi@linaro.org>
10721
10722 * gdb.xml/tdesc-regs.exp: Set regdir to "arm/".
10723
10724 2016-10-07 Markus Metzger <markus.t.metzger@intel.com>
10725
10726 * gdb.python/python.exp: Test decode_line("*0").
10727
10728 2016-10-06 Doug Evans <dje@google.com>
10729
10730 * gdb.python/py-value.exp (test_value_creation): Add test for large
10731 unsigned 64-bit value.
10732
10733 2016-10-06 Tom Tromey <tom@tromey.com>
10734
10735 * gdb.compile/compile.exp: Change java tests to rust.
10736 * gdb.base/setshow.exp: Change java tests to rust.
10737 * gdb.base/default.exp: Remove java from language list.
10738 * README (Examples): Update language example.
10739 * gdb.python/py-lookup-type.exp (test_lookup_type): Remove java
10740 test.
10741 * lib/gdb.exp (skip_java_tests): Remove.
10742 * lib/java.exp: Remove.
10743 * gdb.java: Remove.
10744
10745 2016-10-06 Maciej W. Rozycki <macro@imgtec.com>
10746
10747 * gdb.arch/mips-fcr.exp: New test.
10748 * gdb.arch/mips-fcr.c: Source for the new test.
10749
10750 2016-10-06 Maciej W. Rozycki <macro@imgtec.com>
10751
10752 * gdb.base/solib-disc.exp: Use `standard_output_file'
10753 throughout.
10754
10755 2016-10-06 Pedro Alves <palves@redhat.com>
10756
10757 * gdb.base/jit-simple-dl.c: New file.
10758 * gdb.base/jit-simple-jit.c: New file, factored out from ...
10759 * gdb.base/jit-simple.c: ... this.
10760 * gdb.base/jit-simple.exp (jit_run): Delete.
10761 (build_jit): New proc.
10762 (jit_test_reread): Recompile either the main program or the shared
10763 library, depending on what is being tested. Skip changing address
10764 if caller wants to. Compare before/after addresses. If testing
10765 standalone, explicitly load the binary. Test "maint info
10766 breakpoints".
10767 (top level): Add "standalone vs shared lib" and "change address"
10768 vs "same address" axes.
10769
10770 2016-10-06 Pedro Alves <palves@redhat.com>
10771
10772 * gdb.base/jit-simple.exp (top level) Delete get_compiler_info
10773 call.
10774 (jit_run): Delete.
10775 (jit_test_reread): Use with_test_prefix. Reload the main binary
10776 explicitly. Compare the before/after addresses of the JIT
10777 descriptor.
10778
10779 2016-08-15 Doug Evans <dje@google.com>
10780
10781 * gdb.xml/extra-regs.xml: Update, end field now required, default type
10782 for single bitfields is bool.
10783 * gdb.xml/tdesc-regs.exp: Ditto.
10784
10785 2016-10-05 Jan Kratochvil <jan.kratochvil@redhat.com>
10786
10787 * gdb.arch/i386-signal.exp (backtrace 10): Fix #2 typo.
10788
10789 2016-10-05 Yao Qi <yao.qi@linaro.org>
10790
10791 * lib/gdb.exp (support_complex_tests): Return zero if
10792 gdb_skip_float_test return true.
10793
10794 2016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
10795 Simon Marchi <simon.marchi@ericsson.com>
10796
10797 PR gdb/20487
10798 * gdb.mi/user-selected-context-sync.exp: New file.
10799 * gdb.mi/user-selected-context-sync.c: New file.
10800
10801 2016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
10802 Simon Marchi <simon.marchi@ericsson.com>
10803
10804 PR gdb/20487
10805 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Adapt
10806 =thread-select-event check.
10807
10808 2016-09-29 Peter Bergner <bergner@vnet.ibm.com>
10809
10810 * gdb.arch/powerpc-power.exp <cmprb>: Update tests to account for
10811 the compulsory L operand changes.
10812 * gdb.arch/powerpc-power.s: Likewise.
10813
10814 2016-09-29 Jan Kratochvil <jan.kratochvil@redhat.com>
10815
10816 PR gdb/20609 - attach of JIT-debug-enabled inf 7.11.1 regression
10817 * gdb.base/jit-attach-pie.c: New file.
10818 * gdb.base/jit-attach-pie.exp: New file.
10819
10820 2016-09-28 Pedro Alves <palves@redhat.com>
10821
10822 * gdb.base/infcall-input.c: New file.
10823 * gdb.base/infcall-input.exp: New file.
10824
10825 2016-09-22 Yao Qi <yao.qi@linaro.org>
10826
10827 * lib/gdbserver-support.exp: Rename mi_gdb_exit.
10828 (gdb_exit): Rename it to ...
10829 (gdbserver_gdb_exit): ... Close GDBserver.
10830 (gdb_exit): New proc, call gdbserver_gdb_exit.
10831 (mi_gdb_exit): Likewise.
10832
10833 2016-09-22 Yao Qi <yao.qi@linaro.org>
10834
10835 * boards/gdbserver-base.exp (gdb_server_prog): Set the absolute
10836 path.
10837 * boards/remote-gdbserver-on-localhost.exp: Use gdbserver-base.
10838 Remove duplication.
10839
10840 2016-09-22 Yao Qi <yao.qi@linaro.org>
10841
10842 * lib/gdbserver-support.exp: Check the existence of
10843 gdbserver_orig_gdb_exit rather than gdbserver_gdb_exit.
10844
10845 2016-09-21 Anton Kolesov <anton.kolesov@synopsys.com>
10846
10847 * gdb.xml/tdesc-regs.exp: set core-regs for arc*-*-elf32.
10848
10849 2016-09-21 Tom Tromey <tom@tromey.com>
10850
10851 PR gdb/20604:
10852 * gdb.base/quit.exp: New file.
10853
10854 2016-09-21 Simon Marchi <simon.marchi@ericsson.com>
10855
10856 * .gitignore: New file.
10857
10858 2016-09-21 Maciej W. Rozycki <macro@imgtec.com>
10859
10860 * gdb.arch/mips16-thunks.exp: Use `standard_output_file'
10861 throughout.
10862
10863 2016-09-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
10864
10865 * lib/gdb.exp: No longer skip hardware breakpoint tests on s390.
10866
10867 2016-09-16 Jan Kratochvil <jan.kratochvil@redhat.com>
10868
10869 * gdb.cp/casts.cc (decltype): Move it ...
10870 (main): ... with its call to ...
10871 * gdb.cp/casts03.cc: ... a new file.
10872 * gdb.cp/casts.exp: Add new file casts03.cc, move decltype test to it.
10873
10874 2016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
10875
10876 * gdb.cp/m-static.h (gnu_obj_4::somewhere): Use constexpr for C++11.
10877
10878 2016-09-15 Peter Bergner <bergner@vnet.ibm.com>
10879
10880 * gdb.arch/powerpc-power.s: Update Power9 instruction tests
10881 and sync up the test with tests in gas/testsuite/gas/ppc.
10882 * gdb.arch/powerpc-power.exp: Likewise.
10883
10884 2016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
10885
10886 * lib/future.exp: Set CCACHE_DISABLE, clear CCACHE_NODISABLE.
10887
10888 2016-09-11 Sergio Durigan Junior <sergiodj@redhat.com>
10889 Jan Kratochvil <jan.kratochvil@redhat.com>
10890
10891 * gdb.base/stap-probe.c (m1): New variable 'dummy', necessary to
10892 make m1's definition to be different from m2's. Use 'dummy' as an
10893 argument for probe 'two'.
10894
10895 2016-09-10 Jon Beniston <jon@beniston.com>
10896
10897 * lib/mi-support.exp (mi_gdb_target_load): Use target_sim_options
10898 for sim target.
10899
10900 2016-09-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
10901
10902 * gdb.base/gnu-ifunc-lib.c (resolver_hwcap): New external
10903 variable declaration.
10904 (gnu_ifunc): Add parameter hwcap. Store it in resolver_hwcap.
10905 * gdb.base/gnu-ifunc.c (resolver_hwcap): New global variable.
10906 * gdb.base/gnu-ifunc.exp: Add test to verify that the resolver
10907 received HWCAP as its argument.
10908
10909 2016-09-06 Pedro Alves <palves@redhat.com>
10910
10911 * gdb.base/new-ui-pending-input.c: New file.
10912 * gdb.base/new-ui-pending-input.exp: New file.
10913 * gdb.exp (clear_gdb_spawn_id): New procedure.
10914 (with_spawn_id): Check whether gdb_spawn_id exists before
10915 referencing it. If gdb_spawn_id didn't exist on entry, clear it
10916 on exit.
10917
10918 2016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
10919
10920 * gdb.base/float128.c: New file.
10921 * gdb.base/float128.exp: Likewise.
10922 * gdb.base/floatn.c: Likewise.
10923 * gdb.base/floatn.exp: Likewise.
10924
10925 2016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
10926
10927 * gdb.cp/hang.exp: Remove reference to TYPE_FLAG_STUB in comment.
10928
10929 2016-09-05 Pedro Alves <palves@redhat.com>
10930
10931 PR backtrace/19927
10932 * gdb.python/py-unwind-maint.exp: Adjust tests to not expect that
10933 unwinders are immediately called as side effect of "source" or
10934 "disable unwinder" commands.
10935 * gdb.python/py-recurse-unwind.exp: Remove setup_kfail calls.
10936
10937 2016-09-02 Yao Qi <yao.qi@linaro.org>
10938
10939 * gdb.base/return-nodebug.exp: Skip the test if skip_float_test
10940 is true and $type is "float" or "double".
10941
10942 2016-09-02 Yao Qi <yao.qi@linaro.org>
10943
10944 * gdb.arch/arm-neon.exp: Skip it if gdb_skip_float_test returns
10945 true.
10946 * gdb.base/call-ar-st.exp: Invoke gdb_skip_float_test.
10947 * gdb.base/call-rt-st.exp: Likewise.
10948 * gdb.base/call-sc.exp: Invoke gdb_skip_float_test and use its
10949 return value instead of gdb,skip_float_test.
10950 * gdb.base/callfuncs.exp: Invoke gdb_skip_float_test.
10951 (do_function_calls): Use its return value instead of
10952 gdb,skip_float_test.
10953 * gdb.base/finish.exp: Likewise.
10954 * gdb.base/funcargs.exp: Likewise.
10955 * gdb.base/return.exp: Likewise.
10956 * gdb.base/return2.exp: Likewise.
10957 * gdb.base/varargs.exp: Likewise.
10958 * lib/gdb.exp (gdb_skip_float_test): Change it to
10959 gdb_caching_proc. Detect the broken ptrace on arm-linux.
10960
10961 2016-08-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
10962
10963 * gdb.multi/tids.exp: Test "thread apply all".
10964
10965 2016-08-29 Jan Kratochvil <jan.kratochvil@redhat.com>
10966
10967 * gdb.base/default.exp (tty): Remove.
10968
10969 2016-08-24 Kevin Buettner <kevinb@redhat.com>
10970
10971 * gdb.python/py-recurse-unwind.c: New file.
10972 * gdb.python/py-recurse-unwind.py: New file.
10973 * gdb.python/py-recurse-unwind.exp: New file.
10974
10975 2016-08-24 Simon Marchi <simon.marchi@ericsson.com>
10976
10977 * gdb.base/set-inferior-tty.exp: New file.
10978 * gdb.base/set-inferior-tty.c: New file.
10979
10980 2016-08-23 Pedro Alves <palves@redhat.com>
10981
10982 PR gdb/20494
10983 * gdb.base/new-ui-echo.c: New file.
10984 * gdb.base/new-ui-echo.exp: New file.
10985
10986 2016-08-23 Yao Qi <yao.qi@linaro.org>
10987
10988 * gdb.server/connect-stopped-target.exp (do_test): Pass "" to
10989 gdbserver_spawn.
10990 * gdb.server/connect-without-multi-process.exp (do_test):
10991 Likewise.
10992
10993 2016-08-23 Yao Qi <yao.qi@linaro.org>
10994
10995 * gdb.base/signals-state-child.exp: Set variables gdb_txt and
10996 standalone_txt. Delete gdb_txt and standalone_txt on host
10997 and target. Spawn the binary on target. Copy files from
10998 target to host.
10999
11000 2016-08-22 Pedro Alves <palves@redhat.com>
11001
11002 PR gdb/20505
11003 * gdb.base/vdso-warning.exp: Test core dumps too. Use
11004 with_test_prefix. Factor out bits to ...
11005 (test_no_vdso): ... this new procedure.
11006
11007 2016-08-19 Carl Love <cel@us.ibm.com>
11008
11009 * gdb.arch/altivec-regs.exp: Use standard_testfile instead of
11010 maintaining separate logic for constructing the output path.
11011 * gdb.arch/powerpc-d128-regs.exp: Likewise.
11012 * gdb.arch/ppc-dfp.exp: Likewise.
11013 * gdb.arch/ppc-fp.exp: Likewise.
11014 * gdb.arch/vsx-regs.exp: Likewise.
11015 * gdb.arch/altivec-abi.exp: Likewise, plus added local variable
11016 binprefix for generating the additional binary files.
11017
11018 2016-08-19 Pedro Alves <palves@redhat.com>
11019
11020 * gdb.trace/mi-trace-frame-collected.exp
11021 (test_trace_frame_collected): On x32, expect two registers.
11022
11023 2016-08-18 Carl Love <cel@us.ibm.com>
11024
11025 * gdb.arch/powerpc-power.s: Add new Power9 instruction tests
11026 and sync up the test with tests in gas/testsuite/gas/ppc.
11027 * gdb.arch/powerpc-power.exp: Likewise.
11028
11029 2016-08-17 Simon Marchi <simon.marchi@ericsson.com>
11030
11031 * gdb.multi/remove-inferiors.exp (test_remove_inferiors): Fix
11032 expected error message.
11033
11034 2016-08-17 Simon Marchi <simon.marchi@ericsson.com>
11035
11036 * gdb.multi/remove-inferiors.exp: New file.
11037 * gdb.multi/remove-inferiors.c: New file.
11038
11039 2016-08-12 Yao Qi <yao.qi@linaro.org>
11040
11041 * gdb.base/signals-state-child.c (main): Remove "i" from fprintf's
11042 argument list.
11043
11044 2016-08-10 Pedro Alves <palves@redhat.com>
11045
11046 PR gdb/19187
11047 * gdb.reverse/waitpid-reverse.exp: Add comment and remove
11048 setup_kfails.
11049
11050 2016-08-09 Pedro Alves <palves@redhat.com>
11051 Simon Marchi <simon.marchi@ericsson.com>
11052
11053 PR gdb/20418
11054 * gdb.mi/new-ui-mi-sync.c, gdb.mi/new-ui-mi-sync.exp: New files.
11055 * lib/mi-support.exp (mi_expect_interrupt): Remove anchors.
11056
11057 2016-08-09 Pedro Alves <palves@redhat.com>
11058
11059 PR mi/20431
11060 * gdb.mi/mi-cmd-error.exp: New file.
11061
11062 2016-08-09 Pedro Alves <palves@redhat.com>
11063
11064 PR gdb/18653
11065 * gdb.base/signals-state-child.c: New file.
11066 * gdb.base/signals-state-child.exp: New file.
11067 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new pattern.
11068
11069 2016-08-09 Pedro Alves <palves@redhat.com>
11070
11071 * gdb.dwarf2/bitfield-parent-optimized-out.exp: New file.
11072
11073 2016-08-03 Tom Tromey <tom@tromey.com>
11074
11075 PR python/18565:
11076 * gdb.python/py-frame-inline.exp: Add Frame.function test.
11077
11078 2016-08-01 Yao Qi <yao.qi@linaro.org>
11079
11080 * gdb.threads/process-dies-while-detaching.exp (do_test): Set
11081 variable mode to "multi-process" if $multi_process is 1, otherwise
11082 set it to "single-process".
11083
11084 2016-08-01 Yao Qi <yao.qi@linaro.org>
11085
11086 * gdb.cp/anon-struct.exp: Check is_aarch32_target.
11087 * gdb.cp/cpexprs.exp: Likewise.
11088 * gdb.cp/m-static.exp: Likewise.
11089
11090 2016-07-26 Tom Tromey <tom@tromey.com>
11091
11092 PR python/20190:
11093 * gdb.threads/tls.exp (check_thread_local): Add python symbol
11094 test.
11095
11096 2016-07-26 Markus Metzger <markus.t.metzger@intel.com>
11097
11098 * gdb.btrace/record_goto.exp: se is_amd64_regs_target for
11099 selecting assembly source files.
11100 * gdb.btrace/stepi.exp: se is_amd64_regs_target for selecting
11101 assembly source files.
11102 * gdb.btrace/tailcall.exp: se is_amd64_regs_target for selecting
11103 assembly source files.
11104 * gdb.btrace/tailcall-only.exp: se is_amd64_regs_target for
11105 selecting assembly source files.
11106
11107 2016-07-25 Simon Marchi <simon.marchi@ericsson.com>
11108
11109 * gdb.base/new-ui.exp (do_test_invalid_args): New
11110 procedure.
11111
11112 2016-07-25 Tim Wiederhake <tim.wiederhake@intel.com>
11113
11114 * gdb.btrace/reconnect.c: New file.
11115 * gdb.btrace/reconnect.exp: New file.
11116
11117 2016-07-23 Gabriel Krisman Bertazi <gabriel@krisman.be>
11118
11119 * gdb.base/catch-syscall.exp (do_syscall_tests): Add call
11120 to test_catch_syscall_group.
11121 (test_catch_syscall_group): New.
11122
11123 2016-07-21 Tom Tromey <tom@tromey.com>
11124
11125 * gdb.rust/simple.rs (main): Use empty struct expression.
11126 * gdb.rust/simple.exp: Add tests for empty struct expression.
11127
11128 2016-07-21 Yao Qi <yao.qi@linaro.org>
11129
11130 * lib/gdbserver-support.exp (skip_gdbserver_tests): Return 1
11131 if gdb_skip_xml_test is true on some targets.
11132
11133 2016-07-21 Yao Qi <yao.qi@linaro.org>
11134
11135 * gdb.server/solib-list.exp: Unset last_loaded_file.
11136
11137 2016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
11138
11139 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add "next over TRY" and
11140 "step into captured_main (args)".
11141
11142 2016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
11143
11144 * gdb.btrace/tailcall-only.exp: Use is_lp64_target check.
11145
11146 2016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
11147
11148 * gdb.python/py-unwind.exp: Test also ![is_lp64_target].
11149
11150 2016-07-19 Pedro Alves <palves@redhat.com>
11151
11152 * gdb.opt/inline-break.exp: Remove optimize=-O2.
11153 * gdb.opt/inline-bt.exp: Likewise.
11154 * gdb.opt/inline-cmds.exp: Remove optimize=-O2 and add
11155 additional_flags=-Winline.
11156 * gdb.opt/inline-locals.exp: Likewise.
11157 * gdb.opt/inline-markers.c (ATTR): Define.
11158 (inlined_fn): Use it.
11159
11160 2016-07-19 Yao Qi <yao.qi@linaro.org>
11161
11162 * gdb.gdb/selftest.exp: Remove checks on is_remote and isnative.
11163 (test_with_self): Remove some code. Remove argument executable.
11164 (top-level): Use do_self_tests.
11165
11166 2016-07-15 Zachary Welch <zwelch@codesourcery.com>
11167 Don Breazeal <donb@codesourcery.com>
11168
11169 * gdb.base/maint.exp: Escape paths used in regular expressions.
11170 * gdb.stabs/weird.exp: Likewise.
11171
11172 2016-07-13 Tom Tromey <tom@tromey.com>
11173
11174 PR python/15620, PR python/18620:
11175 * gdb.python/py-breakpoint.exp (connect_event, check_last_event)
11176 (test_bkpt_events): New procs.
11177
11178 2016-07-13 Tom Tromey <tom@tromey.com>
11179
11180 PR python/17698:
11181 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add "pending"
11182 test.
11183 (test_watchpoints): Likewise.
11184 (test_bkpt_pending): New proc.
11185
11186 2016-07-13 Tom Tromey <tom@tromey.com>
11187
11188 PR cli/18053:
11189 * gdb.base/jit-so.exp (one_jit_test): Add jit-reader-load
11190 completion test.
11191
11192 2016-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
11193
11194 * gdb.dwarf2/atomic-type.exp: Use function_range for low_pc and high_pc.
11195 * gdb.dwarf2/atomic.c (f): Rename f_end_lbl to f_label.
11196 * gdb.dwarf2/dw2-bad-mips-linkage-name.c (f): Rename f_end_lbl to
11197 f_label.
11198 (g): Rename g_end_lbl to g_label.
11199 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: Use function_range for
11200 low_pc and high_pc.
11201 * gdb.dwarf2/dw2-lexical-block-bare.exp: Likewise.
11202
11203 2016-07-12 Tom Tromey <tom@tromey.com>
11204
11205 PR python/19293:
11206 * gdb.python/py-unwind-maint.exp: Update tests.
11207
11208 2016-07-12 Yao Qi <yao.qi@linaro.org>
11209
11210 * lib/selftest-support.exp (selftest_setup): Match the output
11211 when captured_main is inlined.
11212
11213 2016-07-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
11214
11215 * gdb.fortran/derived-types.exp (result_line, result_line_2):
11216 New variables.
11217 (print this%a, print this%b, print this): New tests.
11218 * gdb.fortran/derived-types.f90 (this): New object and
11219 initialization.
11220
11221 2016-07-06 Simon Marchi <simon.marchi@ericsson.com>
11222
11223 * gdb.ada/arraydim.exp: Remove extra directory level in build
11224 directory.
11225
11226 2016-07-06 Simon Marchi <simon.marchi@ericsson.com>
11227
11228 * lib/ada.exp: Remove extra directory level in build directory.
11229 * gdb.ada/cond_lang.exp: Likewise.
11230 * gdb.ada/exec_changed.exp: Likewise.
11231 * gdb.ada/lang_switch.exp: Likewise.
11232
11233 2016-07-06 Manish Goregaokar <manish@mozilla.com>
11234
11235 * simple.rs: Add test for raw pointer subscripting.
11236 * simple.exp: Add test expectations.
11237
11238 2016-07-05 Yao Qi <yao.qi@linaro.org>
11239
11240 * gdb.mi/mi-reverse.exp: Match =record-started output.
11241
11242 2016-07-01 Pedro Alves <palves@redhat.com>
11243
11244 * gdb.base/jit-reader.exp (info_registers_current_frame): New
11245 procedure.
11246 (jit_reader_test): Test the jit reader's unwinder.
11247 * gdb.base/jithost.c (jit_function_00_code): New global.
11248 (main): Use memcpy to fill in the mmapped code, instead of poking
11249 bytes manually here.
11250 * gdb.base/jitreader.c (enum register_mapping) <AMD64_RBP>: New
11251 value.
11252 (read_debug_info): Save the function's range.
11253 (read_sp): New function.
11254 (unwind_frame): Use it. Also unwind RBP.
11255 (get_frame_id): Use read_sp.
11256 (gdb_init_reader): Use calloc instead of malloc.
11257 * lib/gdb.exp (get_hexadecimal_valueof): Add optional 'test'
11258 parameter. Use gdb_test_multiple.
11259
11260 2016-07-01 Pedro Alves <palves@redhat.com>
11261 Antoine Tremblay <antoine.tremblay@ericsson.com>
11262
11263 * gdb.threads/process-dies-while-detaching.c: New file.
11264 * gdb.threads/process-dies-while-detaching.exp: New file.
11265
11266 2016-07-01 Pedro Alves <palves@redhat.com>
11267
11268 * gdb.multi/watchpoint-multi-exit.c: New file.
11269 * gdb.multi/watchpoint-multi-exit.exp: New file.
11270
11271 2016-06-30 Pedro Alves <palves@redhat.com>
11272
11273 * lib/gdbserver-support.exp (close_gdbserver, gdb_exit): Don't
11274 unset inferior_spawn_id.
11275
11276 2016-06-30 Pedro Alves <palves@redhat.com>
11277
11278 * lib/mi-support.exp (default_mi_gdb_start): Declare global
11279 FORCE_SEPARATE_MI_TTY, not SEPARATE_MI_TTY.
11280
11281 2016-06-29 Yao Qi <yao.qi@linaro.org>
11282
11283 * gdb.base/return.c: Add copyright header.
11284
11285 2016-06-29 Tom Tromey <tom@tromey.com>
11286
11287 PR python/20129:
11288 * gdb.python/py-framefilter.exp: Add tests for setting priority
11289 and disabling of non-existent frame filter.
11290
11291 2016-06-29 Yao Qi <yao.qi@linaro.org>
11292
11293 * gdb.base/catch-syscall.c [__arm__]: Set unknown_syscall to
11294 0x0f07ff.
11295
11296 2016-06-28 Yao Qi <yao.qi@linaro.org>
11297
11298 * gdb.base/catch-syscall.exp: Remove check on isnative and target
11299 triplets. Start gdb, execute catch syscall, and continue. Check
11300 gdb's output to determine catch syscall is supported.
11301
11302 2016-06-27 Manish Goregaokar <manish@mozilla.com>
11303
11304 * gdb.rust/simple.rs: Add test for returning unit in a function.
11305 * gdb.rust/simple.exp: Add expectation for functions returning
11306 unit.
11307
11308 2016-06-27 Pierre-Marie de Rodat <derodat@adacore.com>
11309
11310 * gdb.python/py-breakpoint-create-fail.c,
11311 gdb.python/py-breakpoint-create-fail.exp,
11312 gdb.python/py-breakpoint-create-fail.py: New testcase.
11313
11314 2016-06-25 Manish Goregaokar <manish@mozilla.com>
11315
11316 PR gdb/20239
11317 * gdb.rust/simple.rs: Add more tests for printing NonZero enums.
11318 * gdb.rust/simple.exp: Add test expectations for new NonZero
11319 tests.
11320
11321 2016-06-24 David Taylor <dtaylor@emc.com>
11322
11323 * gdb.base/offsets.exp: New file.
11324 * gdb.base/offsets.c: New file.
11325
11326 2016-06-23 Tom Tromey <tom@tromey.com>
11327
11328 PR gdb/16483:
11329 * gdb.python/py-framefilter.exp: Add "info frame-filter" test
11330 before any filters are loaded.
11331
11332 2016-06-21 Walfred Tedeschi <walfred.tedeschi@intel.com>
11333
11334 * gdb.fortran/derived-type.exp (print q): Add fields to the output.
11335 * gdb.fortran/vla-type.exp (print twov): Fix vla tests with
11336 structs.
11337 * gdb.fortran/derived-type-function.exp: New file.
11338 * gdb.fortran/derived-type-function.f90: New file.
11339
11340
11341 2016-06-21 Pedro Alves <palves@redhat.com>
11342
11343 * gdb.base/new-ui.exp: New file.
11344 * lib/mi-support.exp (switch_gdb_spawn_id): Move to ...
11345 * lib/gdb.exp (switch_gdb_spawn_id): ... here.
11346 (with_spawn_id): New procedure.
11347
11348 2016-06-21 Pedro Alves <palves@redhat.com>
11349
11350 * gdb.mi/mi-exec-run.exp: New file.
11351
11352 2016-06-21 Pedro Alves <palves@redhat.com>
11353
11354 * gdb.mi/mi-break.exp (test_breakpoint_commands): Always expect
11355 breakpoint command's output on the main UI.
11356 (test_break): New procedure, factored out from calls in the top
11357 level.
11358 (top level): Use foreach_with_prefix to test MI as main UI and as
11359 separate UI.
11360
11361 2016-06-21 Pedro Alves <palves@redhat.com>
11362
11363 * gdb.mi/mi-watch.exp (test_watchpoint_creation_and_listing)
11364 (test_awatch_creation_and_listing)
11365 (test_rwatch_creation_and_listing, test_watchpoint_triggering):
11366 Remove 'type' parameter.
11367 (test_watchpoint_all): New parameter mi_mode. Remove
11368 with_test_prefix.
11369 (top level): Use foreach_with_prefix, and add main/separate UI MI
11370 testing axis.
11371
11372 2016-06-21 Pedro Alves <palves@redhat.com>
11373
11374 * README (Testsuite Parameters): Document FORCE_SEPARATE_MI_TTY.
11375 * lib/gdb.exp (default_gdb_exit): Clear inferior_spawn_id.
11376 * lib/mi-support.exp (mi_uncatched_gdb_exit): Unset
11377 gdb_main_spawn_id, mi_spawn_id, unset inferior_spawn_id.
11378 (gdb_main_spawn_id, mi_spawn_id): Declare and
11379 comment.
11380 (mi_create_inferior_pty): New procedure,
11381 factored out from default_mi_gdb_start.
11382 (switch_gdb_spawn_id, mi_gdb_start_separate_mi_tty): New
11383 procedures.
11384 (default_mi_gdb_start): Call mi_gdb_start_separate_mi_tty if the
11385 separate-mi-tty option is specified, or SEPARATE_MI_TTY is set.
11386 Use mi_create_inferior_pty.
11387 (mi_gdb_start): Use eval to pass down args list.
11388
11389 2016-06-21 Pedro Alves <palves@redhat.com>
11390
11391 * gdb.opt/inline-cmds.c: Add "set mi break here" marker.
11392 * gdb.opt/inline-cmds.exp: Add MI tests.
11393
11394 2016-06-21 Pedro Alves <palves@redhat.com>
11395
11396 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new regexp.
11397
11398 2016-06-21 Pedro Alves <palves@redhat.com>
11399
11400 * gdb.ada/mi_catch_ex.exp (continue_to_exception): New procedure.
11401 (top level): Use it instead of mi_execute_to.
11402
11403 2016-06-21 Pedro Alves <palves@redhat.com>
11404
11405 * gdb.python/py-mi-events-gdb.py (stop_handler_str)
11406 (cont_handler_str): New.
11407 (signal_stop_handler): Set stop_handler_str instead of printing to
11408 stdout.
11409 (continue_handler): Set cont_handler_str instead of printing to
11410 stdout.
11411 * gdb.python/py-mi-events.exp: Ues mi_execute_to instead of
11412 mi_send_resuming_command. Print stop_handler_str and
11413 cont_handler_str instead of expecting the python events print
11414 directly.
11415
11416 2016-06-17 Sanjoy Das <sanjoy@playingwithpointers.com>
11417
11418 * gdb.base/jit-reader.exp: New file.
11419 * gdb.base/jithost.c: New file.
11420 * gdb.base/jithost.h: New file.
11421 * gdb.base/jitreader.c : New file.
11422 * gdb.base/jit-protocol.h: New file.
11423
11424 2016-06-17 Yao Qi <yao.qi@linaro.org>
11425
11426 * gdb.base/step-over-syscall.exp (break_cond_on_syscall): New
11427 parameters follow_fork and detach_on_fork. Set follow-fork-mode
11428 and detach-on-fork. Adjust tests.
11429 (top level): Invoke break_cond_on_syscall with combinations of
11430 syscall, follow-fork-mode and detach-on-fork.
11431
11432 2016-06-17 Yao Qi <yao.qi@linaro.org>
11433
11434 * gdb.base/step-over-exit.c: New.
11435 * gdb.base/step-over-exit.exp: New.
11436
11437 2016-06-17 Yan-Ting Lin <currygt52@gmail.com>
11438
11439 * gdb.base/float.exp: Add target check for nds32*-*-*.
11440 * gdb.xml/tdesc-regs.exp: Set core-regs for nds32*-*-*.
11441
11442 2016-06-13 Andrew Burgess <andrew.burgess@embecosm.com>
11443
11444 * gdb.base/call-ar-st.exp: Report unsupported rather than xfail
11445 for unsupported target features.
11446 * gdb.base/call-rt-st.exp: Likewise.
11447 * gdb.base/call-sc.exp: Likewise.
11448 * gdb.base/call-signal-resume.exp: Likewise.
11449 * gdb.base/call-strs.exp: Likewise.
11450 * gdb.base/callexit.exp: Likewise.
11451 * gdb.base/callfuncs.exp: Likewise.
11452 * gdb.base/nodebug.exp: Likewise.
11453 * gdb.base/printcmds.exp: Likewise.
11454 * gdb.base/ptype.exp: Likewise.
11455 * gdb.base/structs.exp: Likewise.
11456 * gdb.base/unwindonsignal.exp: Likewise.
11457 * gdb.cp/gdb2495.exp: Likewise.
11458 * gdb.cp/templates.exp: Likewise.
11459 * gdb.cp/virtfunc.exp: Likewise.
11460 * gdb.threads/hand-call-in-threads.exp: Likewise.
11461 * gdb.threads/interrupted-hand-call.exp: Likewise.
11462 * gdb.threads/thread-unwindonsignal.exp: Likewise.
11463
11464 2016-06-10 Tom Tromey <tom@tromey.com>
11465
11466 PR rust/20110:
11467 * gdb.rust/expr.exp: Add test for integer constant larger than
11468 i32.
11469
11470 2016-06-10 Bernhard Heckel <bernhard.heckel@intel.com>
11471
11472 * gdb.fortran/nested-funcs.exp: New.
11473 * gdb.fortran/nested-funcs.f90: New.
11474
11475 2016-06-09 Toshihito Kikuchi <k.toshihito@yahoo.de>
11476
11477 * gdb.base/examine-backward.c: New file.
11478 * gdb.base/examine-backward.exp: New file.
11479
11480 2016-06-06 Simon Marchi <simon.marchi@ericsson.com>
11481
11482 * gdb.mi/mi-record-changed.exp: Adjust =record-started output
11483 matching.
11484
11485 2016-06-02 Tom Tromey <tom@tromey.com>
11486
11487 PR python/18984:
11488 * gdb.python/py-shared.exp: Add solib_name test.
11489
11490 2016-06-02 Simon Marchi <simon.marchi@ericsson.com>
11491
11492 * gdb.mi/mi-memory-changed.exp: Fix filename passed to untested.
11493
11494 2016-05-31 Martin Galvan <martin.galvan@tallertechnologies.com>
11495
11496 PR c++/19893
11497 * gdb.dwarf2/implref.exp: Rename to...
11498 * gdb.dwarf2/implref-const.exp: ...this. Also add more test statements.
11499 * gdb.dwarf2/implref-array.c: New file.
11500 * gdb.dwarf2/implref-array.exp: Likewise.
11501 * gdb.dwarf2/implref-global.c: Likewise.
11502 * gdb.dwarf2/implref-global.exp: Likewise.
11503 * gdb.dwarf2/implref-struct.c: Likewise.
11504 * gdb.dwarf2/implref-struct.exp: Likewise.
11505
11506 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
11507
11508 * gdb.trace/trace-condition.exp: Add 64bit tests.
11509
11510 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
11511
11512 * gdb.trace/trace-condition.c (marker): Adapt signature to 8 to 64
11513 bits types.
11514 (main): Adapt to 8 to 64 bits types.
11515 * gdb.trace/trace-condition.exp: Add new tests.
11516
11517 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
11518
11519 * gdb.trace/trace-condition.exp: Add emit_less_unsigned test.
11520
11521 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
11522
11523 * gdb.trace/ftrace.exp (test_ftrace_condition): Remove.
11524 Move condition tests...
11525 * gdb.trace/trace-condition.exp: Here.
11526
11527 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
11528
11529 * gdb.trace/trace-condition.exp: Add counter-case tests.
11530
11531 2016-05-30 Jan Kratochvil <jan.kratochvil@redhat.com>
11532
11533 PR c++/15231
11534 * gdb.ada/out_of_line_in_inlined.exp: Remove xfails.
11535 * gdb.dwarf2/dw2-lexical-block-bare.exp: New file.
11536
11537 2016-05-27 Pedro Alves <palves@redhat.com>
11538
11539 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
11540 New procedure.
11541 (top level): Call it, and bail out of DejaGnu is known to be bad.
11542
11543 2016-05-27 Andrew Burgess <andrew.burgess@embecosm.com>
11544
11545 * gdb.base/whatis.c: Extend the test case.
11546 * gdb.base/whatis.exp: Add additional tests.
11547
11548 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
11549
11550 * gdb.fortran/type.f90: Add pointer variable.
11551 * gdb.fortran/whatis_type.exp: Add whatis/ptype of pointers.
11552
11553 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
11554
11555 * gdb.fortran/vla-type.exp: Fix testcase name.
11556
11557 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
11558
11559 * gdb.fortran/vla-type.exp: Access elements in nested structs.
11560
11561 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
11562
11563 * gdb.fortran/type.f90: Add nested structures.
11564 * gdb.fortran/whatis-type.exp: Whatis/ptype nested structures.
11565 * gdb.fortran/derived-type.exp: Adapt expected output.
11566 * gdb.fortran/vla-type.exp: Adapt expected output.
11567
11568 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
11569
11570 * gdb.fortran/whatis_type.exp: Adapt expected output.
11571
11572 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
11573
11574 * gdb.fortran/print_type.exp: Fix expected output.
11575 * gdb.fortran/whatis_type.exp: Fix expected output.
11576
11577 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
11578
11579 * gdb.fortran/whatis_type.exp: Use multi_line.
11580
11581 2016-05-24 Tom Tromey <tom@tromey.com>
11582
11583 PR python/17386:
11584 * gdb.python/py-value.exp (test_value_numeric_ops): Add tests that
11585 use value as an index.
11586
11587 2016-05-23 Tom Tromey <tom@tromey.com>
11588
11589 PR python/17981:
11590 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add test for
11591 no-breakpoint case.
11592
11593 2016-05-24 Pedro Alves <palves@redhat.com>
11594
11595 PR gdb/19828
11596 * gdb.threads/clone-attach-detach.c: New file.
11597 * gdb.threads/clone-attach-detach.exp: New file.
11598
11599 2016-05-24 Francis Ricci <francisjricci@gmail.com> (tiny patch)
11600
11601 * gdb.base/annota-input-while-running.exp: Fix syntax error.
11602
11603 2016-05-23 Tom Tromey <tom@tromey.com>
11604
11605 PR python/19438, PR python/18393:
11606 * gdb.python/py-progspace.exp: Add "dir" test.
11607 * gdb.python/py-objfile.exp: Add "dir" test.
11608
11609 2016-05-23 Yao Qi <yao.qi@linaro.org>
11610
11611 * gdb.arch/thumb-prologue.exp: Use standard_testfile.
11612 * gdb.arch/thumb2-it.exp: Likewise.
11613
11614 2016-05-18 Simon Marchi <simon.marchi@ericsson.com>
11615
11616 * gdb.mi/mi-threads-interrupt.c: New file.
11617 * gdb.mi/mi-threads-interrupt.exp: New file.
11618
11619 2016-05-17 Simon Marchi <simon.marchi@ericsson.com>
11620
11621 PR gdb/18077
11622 * gdb.mi/mi-async-run.exp: New file.
11623 * gdb.mi/mi-async-run.c: New file.
11624
11625 2016-05-17 Tom Tromey <tom@tromey.com>
11626 Manish Goregaokar <manishsmail@gmail.com>
11627
11628 * lib/rust-support.exp: New file.
11629 * lib/gdb.exp (skip_rust_tests): New proc.
11630 (build_executable_from_specs): Handle rust.
11631 * lib/future.exp (gdb_find_rustc): New proc.
11632 (gdb_default_target_compile): Handle rust.
11633 * gdb.rust/expr.exp: New file.
11634 * gdb.rust/generics.exp: New file.
11635 * gdb.rust/generics.rs: New file.
11636 * gdb.rust/methods.exp: New file.
11637 * gdb.rust/methods.rs: New file.
11638 * gdb.rust/modules.exp: New file.
11639 * gdb.rust/modules.rs: New file.
11640 * gdb.rust/simple.exp: New file.
11641 * gdb.rust/simple.rs: New file.
11642
11643 2016-05-17 Tom Tromey <tom@tromey.com>
11644
11645 * gdb.base/default.exp (set language): Add rust.
11646
11647 2016-05-17 Tom Tromey <tom@tromey.com>
11648
11649 * gdb.gdb/unittest.exp: New file.
11650
11651 2016-05-16 Yao Qi <yao.qi@linaro.org>
11652
11653 * gdb.base/batch-preserve-term-settings.exp: Remove variable
11654 shell_prompt. Update shell_prompt_re.
11655
11656 2016-05-12 Doug Evans <dje@google.com>
11657
11658 PR symtab/19999
11659 * lib/dwarf.exp (build_executable_from_fission_assembler): Pass
11660 $options when building executable.
11661 * gdb.dwarf2/fission-loclists-pie.S: New file.
11662 * gdb.dwarf2/fission-loclists-pie.exp: New file.
11663
11664 2016-05-04 Simon Marchi <simon.marchi@ericsson.com>
11665
11666 * gdb.base/solib-display.exp: Check for [use_gdb_stub] instead
11667 of [is_remote target],
11668
11669 2016-05-04 Simon Marchi <simon.marchi@ericsson.com>
11670
11671 * lib/gdb.exp (use_gdb_stub): New procedure.
11672
11673 2016-05-03 Yunlian Jiang <yunlian@google.com>
11674 Doug Evans <dje@google.com>
11675
11676 PR symtab/19914
11677 * gdb.dwarf2/dwp-sepdebug.c: New file.
11678 * gdb.dwarf2/dwp-sepdebug.exp: New file.
11679
11680 2016-05-02 Simon Marchi <simon.marchi@ericsson.com>
11681
11682 * gdb.base/detach.exp: Remove is_remote check.
11683
11684 2016-05-02 Simon Marchi <simon.marchi@ericsson.com>
11685
11686 * gdb.base/annota-input-while-running.exp: Don't check for
11687 [is_remote target]. Enable annotations after running to main.
11688 Remove unused "set test..." line.
11689
11690 2016-04-28 Simon Marchi <simon.marchi@ericsson.com>
11691
11692 * gdb.trace/trace-enable-disable.exp: New file.
11693 * gdb.trace/trace-enable-disable.c: New file.
11694
11695 2016-04-28 Simon Marchi <simon.marchi@ericsson.com>
11696
11697 * gdb.arch/ftrace-insn-reloc.exp: Save gdb_load_shlib result,
11698 use it in info sharedlibrary test.
11699 * gdb.trace/ftrace-lock.exp: Likewise.
11700 * gdb.trace/ftrace.exp: Likewise.
11701 * gdb.trace/range-stepping.exp: Likewise.
11702 * gdb.trace/trace-break.exp: Likewise.
11703 * gdb.trace/trace-condition.exp: Likewise.
11704 * gdb.trace/trace-mt.exp: Likewise.
11705
11706 2016-04-27 Simon Marchi <simon.marchi@ericsson.com>
11707
11708 * lib/gdb.exp (gdb_load_shlibs): Rename to...
11709 (gdb_load_shlib): ... this.
11710 * gdb.arch/ftrace-insn-reloc.exp: Adjust gdb_load_shlibs ->
11711 gdb_load_shlib.
11712 * gdb.base/catch-load.exp (one_catch_load_test): Likewise.
11713 * gdb.base/ctxobj.exp: Likewise.
11714 * gdb.base/dprintf-pending.exp: Likewise.
11715 * gdb.base/dso2dso.exp: Likewise.
11716 * gdb.base/fixsection.exp: Likewise.
11717 * gdb.base/gcore-relro.exp: Likewise.
11718 * gdb.base/gdb1555.exp: Likewise.
11719 * gdb.base/global-var-nested-by-dso.exp: Likewise.
11720 * gdb.base/gnu-ifunc.exp: Likewise.
11721 * gdb.base/hbreak-in-shr-unsupported.exp: Likewise.
11722 * gdb.base/jit-so.exp (one_jit_test): Likewise.
11723 * gdb.base/pending.exp: Likewise.
11724 * gdb.base/print-file-var.exp: Likewise.
11725 * gdb.base/print-symbol-loading.exp: Likewise.
11726 * gdb.base/shlib-call.exp: Likewise.
11727 * gdb.base/shreloc.exp: Likewise.
11728 * gdb.base/so-impl-ld.exp: Likewise.
11729 * gdb.base/solib-disc.exp: Likewise.
11730 * gdb.base/solib-nodir.exp: Likewise.
11731 * gdb.base/solib-overlap.exp: Likewise.
11732 * gdb.base/solib-symbol.exp: Likewise.
11733 * gdb.base/solib-weak.exp (do_test): Likewise.
11734 * gdb.base/sym-file.exp: Likewise.
11735 * gdb.base/symtab-search-order.exp: Likewise.
11736 * gdb.base/type-opaque.exp: Likewise.
11737 * gdb.base/unload.exp: Likewise.
11738 * gdb.base/watchpoint-solib.exp: Likewise.
11739 * gdb.compile/compile.exp: Likewise.
11740 * gdb.cp/gdb2384.exp: Likewise.
11741 * gdb.cp/infcall-dlopen.exp: Likewise.
11742 * gdb.cp/re-set-overloaded.exp: Likewise.
11743 * gdb.fortran/library-module.exp: Likewise.
11744 * gdb.opt/solib-intra-step.exp: Likewise.
11745 * gdb.python/py-finish-breakpoint.exp: Likewise.
11746 * gdb.python/py-shared.exp: Likewise.
11747 * gdb.reverse/solib-precsave.exp: Likewise.
11748 * gdb.reverse/solib-reverse.exp: Likewise.
11749 * gdb.server/solib-list.exp: Likewise.
11750 * gdb.threads/dlopen-libpthread.exp: Likewise.
11751 * gdb.threads/tls-shared.exp: Likewise.
11752 * gdb.threads/tls-so_extern.exp: Likewise.
11753 * gdb.trace/change-loc.exp: Likewise.
11754 * gdb.trace/ftrace-lock.exp: Likewise.
11755 * gdb.trace/ftrace.exp: Likewise.
11756 * gdb.trace/mi-tracepoint-changed.exp (test_reconnect): Likewise.
11757 * gdb.trace/pending.exp: Likewise.
11758 * gdb.trace/range-stepping.exp: Likewise.
11759 * gdb.trace/strace.exp (strace_remove_socket): Likewise.
11760 (strace_info_marker): Likewise.
11761 (strace_probe_marker): Likewise.
11762 (strace_trace_on_same_addr): Likewise.
11763 (strace_trace_on_diff_addr): Likewise.
11764 * gdb.trace/trace-break.exp: Likewise.
11765 * gdb.trace/trace-condition.exp: Likewise.
11766 * gdb.trace/trace-mt.exp: Likewise.
11767
11768 2016-04-27 Simon Marchi <simon.marchi@ericsson.com>
11769
11770 * lib/gdb.exp (gdb_load_shlibs): Accept a single argument. Return
11771 result of gdb_remote_download.
11772 * gdb.base/ctxobj.exp: Split gdb_load_shlibs call.
11773 * gdb.base/dso2dso.exp: Likewise.
11774 * gdb.base/global-var-nested-by-dso.exp: Likewise.
11775 * gdb.base/print-file-var.exp: Likewise.
11776 * gdb.base/shlib-call.exp: Likewise.
11777 * gdb.base/shreloc.exp: Likewise.
11778 * gdb.base/solib-overlap.exp: Likewise.
11779 * gdb.base/solib-weak.exp (do_test): Likewise.
11780 * gdb.base/unload.exp: Likewise.
11781
11782 2016-04-27 Yao Qi <yao.qi@linaro.org>
11783
11784 * gdb.base/branch-to-self.exp: Skip it if gdb,nosignals
11785 exists.
11786
11787 2016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
11788
11789 * vla-type.exp: Print structure from toplevel.
11790
11791 2016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
11792
11793 * gdb.fortran/vla-type.f90: Add test for static and dynamic arrays
11794 of dynamic types.
11795 * gdb.fortran/vla-type.exp: Add test for static and dynamic arrays
11796 of dynamic types.
11797
11798 2016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
11799
11800 * gdb.fortran/vla-type.f90: New file.
11801 * gdb.fortran/vla-type.exp: New file.
11802
11803 2016-04-25 Yao Qi <yao.qi@linaro.org>
11804
11805 * gdb.base/branch-to-self.c: New file.
11806 * gdb.base/branch-to-self.exp: New file.
11807
11808 2016-04-22 Yao Qi <yao.qi@linaro.org>
11809
11810 * gdb.trace/unavailable.exp (gdb_collect_globals_test_1): Match
11811 more after $hex.
11812
11813 2016-04-22 Yao Qi <yao.qi@linaro.org>
11814
11815 * gdb.base/annota1.exp: Set breakpoint on line $main_line.
11816 * gdb.base/annota3.exp: Likewise.
11817
11818 2016-04-22 Yao Qi <yao.qi@linaro.org>
11819
11820 * gdb.reverse/step-precsave.exp: Do one step and test program
11821 stops in "callee" and do multiple steps until program goes out
11822 of "callee".
11823 * gdb.reverse/step-reverse.exp: Likewise.
11824
11825 2016-04-22 Yao Qi <yao.qi@linaro.org>
11826
11827 * gdb.trace/signal.exp: Also pass if
11828 $tracepoint_hits($i) > $iterations.
11829
11830 2016-04-22 Yao Qi <yao.qi@linaro.org>
11831
11832 * gdb.trace/signal.c: New file.
11833 * gdb.trace/signal.exp: New file.
11834
11835 2016-04-19 Doug Evans <xdje42@gmail.com>
11836
11837 * gdb.base/bad-file.exp: New file.
11838
11839 2016-04-18 Martin Galvan <martin.galvan@tallertechnologies.com>
11840
11841 * gdb.dwarf2/implref.exp: New file.
11842
11843 2016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
11844
11845 * gdb.fortran/common-block.exp: Use type naming defined in lib fortran.
11846 * gdb.fortran/derived-type.exp: Use type naming defined in lib fortran.
11847 * gdb.fortran/multi-dim.exp: Use type naming defined in lib fortran.
11848 * gdb.fortran/vla-datatypes.exp: Use type naming defined in lib fortran.
11849 * gdb.fortran/vla-ptype-sub.exp: Use type naming defined in lib fortran.
11850 * gdb.fortran/vla-ptype.exp: Use type naming defined in lib fortran.
11851 * gdb.fortran/whatis_type.exp: Use type naming defined in lib fortran.
11852 * lib/fortran.exp (fortran_int4): New procedure.
11853 (fortran_real4, fortran_real8, fortran_complex4): Likewise.
11854 (fortran_logical4): Likewise.
11855
11856 2016-04-18 Benrhard Heckel <bernhard.heckel@intel.com>
11857
11858 * lib/gdb.exp (gdb_compile_shlib): Add flag for ICC compiler.
11859
11860 2016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
11861
11862 * lib/compiler.c: Add Intel specific preprocessor macros.
11863 * lib/compiler.cc: Likewise.
11864
11865 2016-04-13 Luis Machado <lgustavo@codesourcery.com>
11866
11867 * gdb.server/connect-with-no-symbol-file.c: New file.
11868 * gdb.server/connect-with-no-symbol-file.exp: New file.
11869
11870 2016-04-13 Simon Marchi <simon.marchi@ericsson.com>
11871
11872 * lib/gdb.exp (gdb_remote_download): Fix and extend comment.
11873
11874 2016-04-13 Simon Marchi <simon.marchi@ericsson.com>
11875
11876 * boards/gdbserver-base.exp (${board}_download): Copy source file to
11877 standard output directory.
11878
11879 2016-04-13 Antoine Tremblay <antoine.tremblay@ericsson.com>
11880
11881 * gdb.trace/trace-condition.exp (foreach): Fix emit_sub testcase.
11882
11883 2016-04-13 Markus Metzger <markus.t.metzger@intel.com>
11884
11885 * gdb.btrace/instruction_history.c (loop): Add declaration.
11886
11887 2016-04-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
11888
11889 * gdb.trace/ftrace.exp (proc): Change test prefix from "ond" to "cond".
11890
11891 2016-04-09 Simon Marchi <simon.marchi@polymtl.ca>
11892
11893 * gdb.python/py-mi-events-gdb.py (signal_stop_handler): Add
11894 parentheses to print.
11895 (continue_handler): Likewise.
11896
11897 2016-04-08 Simon Marchi <simon.marchi@ericsson.com>
11898
11899 * gdb.server/solib-list.exp: Remove is_remote check.
11900 Pass shlib= to gdb_compile. Don't link shared library with
11901 -soname. Call gdb_remote_download instead of gdb_load_shlibs.
11902 Run binary filename through "readlink -f" on the target.
11903
11904 2016-04-08 Pedro Alves <palves@redhat.com>
11905
11906 * gdb.server/solib-list.exp: Don't use gdb_load. Instead pass the
11907 interpreter filename as argument to gdbserver_spawn.
11908 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
11909 Return empty if $last_loaded_file does not exist.
11910
11911 2016-04-08 Jan Kratochvil <jan.kratochvil@redhat.com>
11912
11913 Fix compatibility with gcc-4.8.5-4.el7.x86_64.
11914 * gdb.base/jit-main.c: Use exit after usage.
11915
11916 2016-04-07 Jan Kratochvil <jan.kratochvil@redhat.com>
11917
11918 * gdb.base/gdbhistsize-history.exp: Save and unset GDBHISTFILE and
11919 GDBHISTSIZE prior to the tests.
11920 * gdb.base/gdbinit-history.exp: Likewise.
11921
11922 2016-04-07 Pedro Alves <palves@redhat.com>
11923
11924 * gdb.compile/compile.exp: Use gdb_compile with "shlib=" option
11925 instead of build_executable. Use gdb_load_shlibs.
11926
11927 2016-04-07 Yao Qi <yao.qi@linaro.org>
11928
11929 * gdb.reverse/finish-reverse-bkpt.exp: Use temporary breakpoint.
11930 Execute "si" command.
11931
11932 2016-04-07 Yao Qi <yao.qi@linaro.org>
11933
11934 * gdb.reverse/next-reverse-bkpt-over-sr.exp: Match the breakpoint
11935 number instead of the comments on some line.
11936
11937 2016-04-06 Don Breazeal <donb@codesourcery.com>
11938
11939 * gdb.dwarf2/dw2-opt-structptr.c: New test program.
11940 * gdb.dwarf2/dw2-opt-structptr.exp: New test script.
11941
11942 2016-04-06 Simon Marchi <simon.marchi@ericsson.com>
11943
11944 * gdb.threads/dlopen-libpthread.exp: Set binfile_lib using
11945 standard_output_file. Remove unused binfile variable.
11946
11947 2016-04-05 Catalin Udma <catalin.udma@freescale.com>
11948
11949 * gdb.python/py-mi-objfile-gdb.py: Use "list main" command.
11950 * gdb.python/py-mi-objfile.exp: Match "list main" output
11951 in console format.
11952
11953 2016-04-05 Simon Marchi <simon.marchi@polymtl.ca>
11954
11955 * gdb.arch/ftrace-insn-reloc.exp: Check for IPA basename instead of
11956 absolute.
11957
11958 2016-04-05 Simon Marchi <simon.marchi@ericsson.com>
11959
11960 * gdb.trace/ftrace-lock.exp: Check for IPA basename instead of
11961 absolute.
11962 * gdb.trace/ftrace.exp: Likewise.
11963 * lib/gdb.exp (gdb_compile): Set rpath $ORIGIN for non-remote
11964 targets as well.
11965 (gdb_compile_shlib): Set SONAME for non-remote targets as well.
11966 (gdb_load_shlibs): Copy libraries to test directory when testing
11967 natively. Only set solib-search-path if testing remotely.
11968 * lib/mi-support.exp (mi_load_shlibs): Likewise.
11969
11970 2016-04-05 Simon Marchi <simon.marchi@ericsson.com>
11971
11972 * gdb.base/jit-so.exp: Use gdb_remote_download instead of
11973 gdb_download. Use it even if the target is not remote.
11974 * gdb.base/jit.exp (compile_jit_test): Likewise.
11975 * lib/gdb.exp (gdb_remote_download): Copy files to the standard
11976 output directory if the destination board is local, otherwise use
11977 the standard remote_download from DejaGnu.
11978 (gdb_download): Remove.
11979 (gdb_load_shlibs): Use gdb_remote_download instead of
11980 gdb_download.
11981 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
11982 Use gdb_remote_download instead of gdb_download. Use it even if
11983 the target is not remote.
11984 * lib/mi-support.exp (mi_load_shlibs): Use gdb_remote_download
11985 instead of gdb_download.
11986
11987 2016-04-04 Simon Marchi <simon.marchi@polymtl.ca>
11988
11989 * gdb.mi/mi-breakpoint-changed.exp: Add some with_test_prefix.
11990 (test_insert_delete_modify): Call mi_load_shlibs before trying to
11991 run.
11992
11993 2016-04-01 Artemiy Volkov <artemiyv@acm.org>
11994
11995 PR gdb/19820
11996 * gdb.base/printcmds.exp: Add artificial arrays tests.
11997
11998 2016-03-31 Pedro Alves <palves@redhat.com>
11999
12000 PR gdb/19858
12001 * gdb.base/jit-main.c: Include unistd.h.
12002 (ATTACH): Define to 0 if not already defined.
12003 (wait_for_gdb, mypid): New globals.
12004 (WAIT_FOR_GDB): New macro.
12005 (MAIN): Set an alarm. Store the process's pid. Wait for GDB at
12006 some breakpoint locations.
12007 * gdb.base/jit.exp (clean_reattach, continue_to_test_location):
12008 New procedures.
12009 (one_jit_test): Add REATTACH parameter, and handle it. Use
12010 continue_to_test_location.
12011 (top level): Test attach, and adjusts calls to one_jit_test.
12012
12013 2016-03-31 Pedro Alves <palves@redhat.com>
12014
12015 PR gdb/19858
12016 * gdb.base/jit.exp (compile_jit_test): Add intro comment. Add
12017 BINSUFFIX parameter, and handle it.
12018 (top level): Adjust calls compile_jit_test.
12019
12020 2016-03-31 Catalin Udma <catalin.udma@freescale.com>
12021
12022 PR python/19743
12023 * gdb.python/py-mi-events-gdb.py: New file.
12024 * gdb.python/py-mi-events.c: New file.
12025 * gdb.python/py-mi-events.exp: New file.
12026
12027 2016-03-30 Yao Qi <yao.qi@linaro.org>
12028
12029 * gdb.reverse/until-precsave.exp: Match function name only.
12030 * gdb.reverse/until-reverse.c (main): Don't call fprintf nor printf.
12031 Move malloc to a condition block.
12032 * gdb.reverse/until-reverse.exp: Match function name only.
12033
12034 2016-03-29 Marcin Kościelnicki <koriakin@0x04.net>
12035
12036 * gdb.trace/ftrace.exp: Set arg0exp for s390.
12037 * gdb.trace/mi-trace-frame-collected.exp: Expect 4 registers on s390.
12038 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for s390, add gpr0num
12039 variable for GPR 0 instead of assuming it is register 0.
12040 * gdb.trace/trace-common.h: Add s390 fast tracepoint placeholder.
12041 * lib/trace-support.exp: Add s390 registers.
12042
12043 2016-03-29 Yao Qi <yao.qi@linaro.org>
12044
12045 * gdb.arch/arm-neon.exp: Pass debug to prepare_for_testing.
12046
12047 2016-03-24 Yao Qi <yao.qi@linaro.org>
12048
12049 * gdb.reverse/break-reverse.exp: Add quotation mark in the
12050 test message.
12051
12052 2016-03-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
12053
12054 * gdb.arch/s390-multiarch.exp: Use standard_testfile instead of
12055 maintaining separate logic for constructing the output path.
12056
12057 2016-03-16 Don Breazeal <donb@codesourcery.com>
12058
12059 * gdb.threads/forking-threads-plus-breakpoint.c (thread_forks):
12060 Retry fork and waitpid on interrupted system call errors.
12061 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
12062 Use with_timeout_factor to increase timeout by factor of 10.
12063
12064 2016-03-15 Don Breazeal <donb@codesourcery.com>
12065
12066 * gdb.cp/scope-err.cc: New test program.
12067 * gdb.cp/scope-err.exp: New test script.
12068 * gdb.linespec/ls-errs.c (myfunction): Expanded to have multiple
12069 lines and "set breakpoint here" comment.
12070 * gdb.linespec/ls-errs.exp: Added C++ testing and new test case.
12071 Fixed some whitespace and format issues.
12072 * gdb.mi/mi-linespec-err-cp.cc: New test program.
12073 * gdb.mi/mi-linespec-err-cp.exp: New test script.
12074
12075 2016-03-15 Doug Evans <dje@google.com>
12076
12077 * gdb.xml/extra-regs.xml: Add enum, mixed_flags values.
12078 * gdb.xml/tdesc-regs.exp (load_description): New arg xml_file.
12079 All callers updated. Add tests for enums, mixed flags register.
12080
12081 2016-03-15 Doug Evans <dje@google.com>
12082
12083 * gdb.base/skip.c (main): Call test_skip_file_and_function.
12084 * gdb.base/skip.exp: Remove hand calling test_skip_file_and_function.
12085
12086 2016-03-14 Simon Marchi <simon.marchi@ericsson.com>
12087
12088 * gdb.base/default.exp: Add $_as_string to the list of expected
12089 convenience functions.
12090
12091 2016-03-11 Andrew Burgess <andrew.burgess@embecosm.com>
12092
12093 * gdb.base/maint.exp: New tests for 'maint info line-table'.
12094
12095 2016-03-10 Simon Marchi <simon.marchi@polymtl.ca>
12096
12097 * gdb.python/py-as-string.exp: New file.
12098 * gdb.python/py-as-string.c: New file.
12099
12100 2016-03-09 Pedro Alves <palves@redhat.com>
12101
12102 * gdb.threads/attach-into-signal.exp: Adjust to "Program received
12103 signal" -> "Thread NN received signal" output change.
12104 * gdb.threads/ia64-sigill.exp: Likewise.
12105 * gdb.threads/linux-dp.exp: Likewise.
12106 * gdb.threads/manythreads.exp: Likewise.
12107 * gdb.threads/pending-step.exp: Likewise.
12108 * gdb.threads/print-threads.exp: Likewise.
12109 * gdb.threads/sigstep-threads.exp: Likewise.
12110 * gdb.threads/staticthreads.exp: Likewise.
12111 * gdb.threads/tls.exp: Likewise.
12112
12113 2016-03-09 Pedro Alves <palves@redhat.com>
12114
12115 * gdb.base/command-line-input.exp: New file.
12116
12117 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
12118
12119 * gdb.trace/ftrace.exp: Set arg0exp for ppc.
12120 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for ppc.
12121 * gdb.trace/pending.exp: Accept leading dot before function name.
12122 * gdb.trace/trace-common.h: Add fast tracepoint dummy insn for ppc.
12123 * lib/trace-support.exp: Set registers for ppc.
12124
12125 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
12126
12127 * gdb.trace/entry-values.exp: Link ${binfile}1.o to ${binfile}1 and
12128 use it for disassembly; accept .main in addition to main in backtrace.
12129
12130 2016-03-09 Wei-cheng Wang <cole945@gmail.com>
12131 Marcin Kościelnicki <koriakin@0x04.net>
12132
12133 * gdb.trace/actions.c (gdb_recursion_test_fp): New typedef.
12134 (gdb_recursion_test_ptr): New global variable.
12135 (gdb_recursion_test): Call gdb_recursion_test_ptr instead of
12136 gdb_recursion_test.
12137 (gdb_c_test): Ditto.
12138
12139 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
12140
12141 * gdb.trace/change-loc.exp: Don't depend on tracepoint location
12142 ordering.
12143
12144 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
12145
12146 * gdb.trace/unavailable-dwarf-piece.c (foo): Add foo_start_lbl label.
12147 (bar): Add bar_start_lbl label.
12148 * gdb.trace/unavailable-dwarf-piece.exp: Use foo/bar_start_lbl instead
12149 of foo/bar for emitting DWARF and tracing.
12150
12151 2016-03-06 Sergio Durigan Junior <sergiodj@redhat.com>
12152
12153 * analyze-racy-logs.py: Set executable bit.
12154
12155 2016-03-05 Sergio Durigan Junior <sergiodj@redhat.com>
12156
12157 * Makefile.in (DEFAULT_RACY_ITER): New variable.
12158 (CHECK_TARGET_TMP): Likewise.
12159 (check-single-racy): New rule.
12160 (check-parallel-racy): Likewise.
12161 (TEST_TARGETS): Adjust rule to account for RACY_ITER.
12162 (do-check-parallel-racy): New rule.
12163 (check-racy/%.exp): Likewise.
12164 * README (Racy testcases): New section.
12165 * analyze-racy-logs.py: New file.
12166
12167 2016-03-03 Doug Evans <dje@google.com>
12168
12169 * gdb.base/skip.exp: Use with_test_prefix.
12170
12171 2016-03-03 Yao Qi <yao.qi@linaro.org>
12172
12173 * gdb.base/step-over-syscall.exp (step_over_syscall): Kfail.
12174 Invoke step_over_syscall "clone" and break_cond_on_syscall
12175 "clone".
12176 * gdb.base/step-over-clone.c: New file.
12177
12178 2016-03-03 Yao Qi <yao.qi@linaro.org>
12179
12180 * gdb.base/step-over-syscall.exp (disp_step_cross_syscall): Fix
12181 code format.
12182
12183 2016-03-03 Yao Qi <yao.qi@linaro.org>
12184
12185 * gdb.base/disp-step-fork.c: Rename to ...
12186 * gdb.base/step-over-fork.c: ... it. New file.
12187 * gdb.base/disp-step-vfork.c: Rename to ...
12188 * gdb.base/step-over-vfork.c: ... it. New file.
12189 * gdb.base/disp-step-syscall.exp: Rename to ...
12190 * gdb.base/step-over-syscall.exp: ... it. New file.
12191 (disp_step_cross_syscall): Rename to ...
12192 (step_over_syscall): ... it.
12193
12194 2016-03-03 Yao Qi <yao.qi@linaro.org>
12195
12196 * gdb.base/disp-step-syscall.exp (break_cond_on_syscall): New.
12197 If target supports condition evaluation on target, invoke
12198 break_cond_on_syscall for fork and vfork.
12199
12200 2016-03-03 Yao Qi <yao.qi@linaro.org>
12201
12202 * gdb.base/disp-step-syscall.exp: Don't invoke
12203 support_displaced_stepping.
12204 (disp_step_cross_syscall): Test with displaced stepping off and
12205 on if supported.
12206
12207 2016-03-03 Yao Qi <yao.qi@linaro.org>
12208
12209 * gdb.base/disp-step-syscall.exp (check_pc_after_cross_syscall): New
12210 proc.
12211 (setup): New proc.
12212 (disp_step_cross_syscall): Move code to check_pc_after_cross_syscall
12213 and setup.
12214
12215 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
12216
12217 * gdb.fortran/vla-history.exp: Remove breakpoint.
12218
12219 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
12220
12221 * gdb.fortran/vla-history.exp: Lookup array elements and printing
12222 exceeds timeout.
12223
12224 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
12225
12226 * gdb.cp/vla-cxx.cc: Insert dummy assignment as anchor for an
12227 breakpoint.
12228
12229 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
12230
12231 * gdb.mi/vla.f90: Nullify pointer after declaration.
12232
12233 2016-03-01 Pedro Alves <palves@redhat.com>
12234
12235 * gdb.trace/ftrace-lock.c: Include <unistd.h>.
12236
12237 2016-03-01 Pedro Alves <palves@redhat.com>
12238
12239 * gdb.threads/watchpoint-fork-child.c: Include "watchpoint-fork.h"
12240 before anything else.
12241 * gdb.threads/watchpoint-fork-mt.c: Likewise. Don't define
12242 _GNU_SOURCE here.
12243 * gdb.threads/watchpoint-fork-st.c: Include "watchpoint-fork.h"
12244 before anything else.
12245 * gdb.threads/watchpoint-fork.h: Define _GNU_SOURCE.
12246
12247 2016-03-01 Pedro Alves <palves@redhat.com>
12248
12249 * gdb.base/catch-fork-kill.c: Include <sys/wait.h>.
12250
12251 2016-03-01 Yao Qi <yao.qi@linaro.org>
12252
12253 * gdb.arch/arm-disp-step.exp: Use standard_testfile and
12254 prepare_for_testing.
12255
12256 2016-03-01 Yao Qi <yao.qi@linaro.org>
12257
12258 * gdb.arch/arm-neon.exp: Pass quiet to prepare_for_testing.
12259
12260 2016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
12261
12262 * gdb.arch/s390-tdbregs.exp: Use prepare_for_testing instead of
12263 manually constructing the output path.
12264
12265 2016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
12266
12267 * gdb.arch/s390-stackless.S: New.
12268 * gdb.arch/s390-stackless.exp: New.
12269
12270 2016-02-28 Iain Buclaw <ibuclaw@gdcproject.org>
12271
12272 * gdb.dlang/circular.c: New file.
12273 * gdb.dlang/circular.exp: New file.
12274
12275 2016-02-26 Yao Qi <yao.qi@linaro.org>
12276
12277 * gdb.reverse/insn-reverse.c [__arm__] (ext_reg_load): New.
12278 [__arm__] (ext_reg_mov, ext_reg_push_pop): New.
12279 (testcases): Update.
12280
12281 2016-02-26 Yao Qi <yao.qi@linaro.org>
12282
12283 * gdb.reverse/aarch64.c: Rename to ...
12284 * gdb.reverse/insn-reverse.c: ... it.
12285 * gdb.reverse/aarch64.exp: Rename to ...
12286 * gdb.reverse/insn-reverse.exp: ... it.
12287
12288 2016-02-26 Yao Qi <yao.qi@linaro.org>
12289
12290 * gdb.reverse/aarch64.c: [__aarch64__] Include arm_neon.h.
12291 (testcase_ftype): New.
12292 (testcases): New array.
12293 (n_testcases): New.
12294 (main): Call each element in testcases.
12295 * gdb.reverse/aarch64.exp: Remove is_aarch64_target check.
12296 (read_testcase): New.
12297 Do the tests in a loop.
12298
12299 2016-02-25 Yao Qi <yao.qi@linaro.org>
12300
12301 * gdb.base/branches.c: Remove.
12302
12303 2016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
12304
12305 PR gdb/13808
12306 * gdb.trace/ftrace.exp (test_fast_tracepoints): Remove kfail.
12307
12308 2016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
12309
12310 * gdb.trace/ftrace.exp: Remove unnecessary target check.
12311
12312 2016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
12313
12314 * gdb.trace/entry-values.exp: Surround $call_insn with '\y',
12315 change x86_64 call_insn to 'callq'.
12316
12317 2016-02-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
12318
12319 * gdb.trace/tfile-avx.c: Move to...
12320 * gdb.trace/tracefile-pseudo-reg.c: Here.
12321 * gdb.trace/tfile-avx.exp: Move to...
12322 * gdb.trace/tracefile-pseudo-reg.exp: Here.
12323
12324 2016-02-24 Gary Benson <gbenson@redhat.com>
12325
12326 * gdb.base/attach-pie-noexec.exp: Do not expect an error
12327 message on attach.
12328
12329 2016-02-23 Doug Evans <dje@google.com>
12330
12331 * gdb.base/skip.c (test_skip): New function.
12332 (end_test_skip_file_and_function): New function.
12333 (test_skip_file_and_function): New function.
12334 * gdb.base/skip1.c (test_skip): New function.
12335 (skip1_test_skip_file_and_function): New function.
12336 * gdb.base/skip.exp: Add tests for new skip options.
12337 * gdb.base/skip-solib.exp: Update expected output.
12338 * gdb.perf/skip-command.cc: New file.
12339 * gdb.perf/skip-command.exp: New file.
12340 * gdb.perf/skip-command.py: New file.
12341
12342 2016-02-22 Marcin Kościelnicki <koriakin@0x04.net>
12343
12344 * gdb.trace/unavailable.exp (gdb_unavailable_registers_test_1): Fix
12345 info registers pattern.
12346
12347 2016-02-18 Iain Buclaw <ibuclaw@gdcproject.org>
12348
12349 * lib/future.exp: Add D support.
12350 (gdb_find_gdc): New proc.
12351 (gdb_default_target_compile): Add D support.
12352
12353 2016-02-18 Wei-cheng Wang <cole945@gmail.com>
12354
12355 * gdb.trace/tspeed.c (myclock): Return wallclock instead of
12356 user+system time.
12357 (trace_speed_test): Determine the iteration count for a time
12358 between 15..30 seconds.
12359
12360 2016-02-18 Walfred Tedeschi <walfred.tedeschi@intel.com>
12361
12362 * gdb.arch/i386-mpx-sigsegv.c: New file.
12363 * gdb.arch/i386-mpx-sigsegv.exp: New file.
12364 * gdb.arch/i386-mpx-simple_segv.c: New file.
12365 * gdb.arch/i386-mpx-simple_segv.exp: New file.
12366
12367 2016-02-18 Yao Qi <yao.qi@linaro.org>
12368
12369 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
12370 Don't call setup_kfail.
12371
12372 2016-02-18 Yao Qi <yao.qi@linaro.org>
12373
12374 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
12375 Set "set breakpoint condition-evaluation" per $cond_bp_target.
12376
12377 2016-02-16 Doug Evans <dje@google.com>
12378
12379 * gdb.base/skip.c: Add copyright. Whitespace cleanup.
12380 * gdb.base/skip1.c: Ditto.
12381 * gdb.base/skip.exp: Whitespace cleanup.
12382
12383 2016-02-16 Don Breazeal <donb@codesourcery.com>
12384
12385 PR remote/19496
12386 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
12387 Remove kfail for PR remote/19496.
12388
12389 2016-02-16 Simon Marchi <simon.marchi@ericsson.com>
12390
12391 * lib/gdb.exp (standard_temp_file): Return a path specific to
12392 the runtest invocation.
12393
12394 2016-02-16 Simon Marchi <simon.marchi@ericsson.com>
12395
12396 * gdb.trace/save-trace.exp: Change relative path to be in the
12397 standard output directory.
12398
12399 2016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
12400
12401 * gdb.arch/i386-prologue.c: Add missing prototypes.
12402
12403 2016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
12404
12405 * gdb.arch/i386-gnu-cfi.exp: Use standard_output_file.
12406 * gdb.arch/i386-prologue.exp: Likewise.
12407 * gdb.arch/i386-size.exp: Likewise.
12408
12409 2016-02-15 Simon Marchi <simon.marchi@ericsson.com>
12410
12411 * gdb.base/wrong_frame_bt_full.exp: Use standard_output_file to
12412 define object file path.
12413 * gdb.btrace/gcore.exp: Use standard_output_file to define core
12414 file path.
12415 * lib/opencl.exp (gdb_compile_opencl_hostapp): Use
12416 standard_output_file to define binfile.
12417
12418 2016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
12419
12420 Fix compatibility with recent gfortran-5.3.1.
12421 * gdb.fortran/vla-history.exp (print vla1 allocated)
12422 (print vla2 allocated, print $2, print $3): Remove
12423 (print $4): Rename to ...
12424 (print $2): ... here.
12425 (print $9): Rename to ...
12426 (print $5): ... here.
12427 (print $10): Rename to ...
12428 (print $6): ... here.
12429 * gdb.fortran/vla.f90: Add pvla initialization.
12430
12431 2016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
12432
12433 * gdb.fortran/vla-value-sub-finish.exp (set max-value-size 1024*1024):
12434 New test.
12435 * gdb.fortran/vla-value-sub.exp: Likewise.
12436
12437 2016-02-12 Marcin Kościelnicki <koriakin@0x04.net>
12438
12439 * gdb.trace/tfile-avx.c (main): Change ymm15 to xmm15.
12440
12441 2016-02-12 Simon Marchi <simon.marchi@ericsson.com>
12442
12443 * i386-biarch-core.exp: Define corefile using
12444 standard_output_file.
12445
12446 2016-02-12 Yao Qi <yao.qi@linaro.org>
12447
12448 * gdb.arch/arm-single-step-kernel-helper.c: New.
12449 * gdb.arch/arm-single-step-kernel-helper.exp: New.
12450
12451 2016-02-12 Markus Metzger <markus.t.metzger@intel.com>
12452
12453 * gdb.btrace/tailcall-only.exp: New.
12454 * gdb.btrace/tailcall-only.c: New.
12455 * gdb.btrace/x86_64-tailcall-only.S: New.
12456 * gdb.btrace/i686-tailcall-only.S: New.
12457
12458 2016-02-11 Pedro Alves <palves@redhat.com>
12459
12460 * README (Parallel testing): Add missing double quotes.
12461
12462 2016-02-11 Pedro Alves <palves@redhat.com>
12463
12464 * README (Parallel testing): New section.
12465 (GDB_PARALLEL): Rewrite.
12466 (FORCE_PARALLEL): Document.
12467
12468 2016-02-11 Marcin Kościelnicki <koriakin@0x04.net>
12469
12470 * gdb.trace/tfile-avx.c: New test.
12471 * gdb.trace/tfile-avx.exp: New test.
12472
12473 2016-02-09 Keith Seitz <keiths@redhat.com>
12474
12475 PR breakpoints/19546
12476 * gdb.base/infcall-exec.c: New file.
12477 * gdb.base/infcall-exec2.c: New file.
12478 * gdb.base/infcall-exec.exp: New file.
12479
12480 2016-02-09 Keith Seitz <keiths@redhat.com>
12481
12482 * gdb.guile/scm-breakpoint.exp (test_bkpt_address): New procedure.
12483 (toplevel): Call test_bkpt_address.
12484
12485 2016-02-09 Keith Seitz <keiths@redhat.com>
12486
12487 PR python/19506
12488 * gdb.python/py-breakpoint.exp (test_bkpt_address): New procedure.
12489 (toplevel): Call test_bkpt_address.
12490
12491 2016-02-09 Simon Marchi <simon.marchi@ericsson.com>
12492
12493 * configure.ac: Use AC_CONFIG_FILES instead of passing arguments
12494 to AC_OUTPUT.
12495 * configure: Regenerate.
12496
12497 2016-02-09 Pedro Alves <palves@redhat.com>
12498
12499 PR breakpoints/19548
12500 * gdb.base/execl-update-breakpoints.c (some_function): New
12501 function.
12502 (main): Call it.
12503 * gdb.base/execl-update-breakpoints.exp: Add a second breakpoint.
12504 Tighten expected GDB output.
12505
12506 2016-02-08 Simon Marchi <simon.marchi@ericsson.com>
12507
12508 * Makefile.in (ALL_SUBDIRS): Remove.
12509 (clean mostlyclean): Do not recurse in ALL_SUBDIRS.
12510 (distclean maintainer-clean realclean): Likewise.
12511 * configure.ac (AC_OUTPUT): Remove gdb.*/Makefile.
12512 * configure: Regenerate.
12513 * gdb.ada/Makefile.in: Delete.
12514 * gdb.arch/Makefile.in: Likewise.
12515 * gdb.asm/Makefile.in: Likewise.
12516 * gdb.base/Makefile.in: Likewise.
12517 * gdb.btrace/Makefile.in: Likewise.
12518 * gdb.cell/Makefile.in: Likewise.
12519 * gdb.compile/Makefile.in: Likewise.
12520 * gdb.cp/Makefile.in: Likewise.
12521 * gdb.disasm/Makefile.in: Likewise.
12522 * gdb.dlang/Makefile.in: Likewise.
12523 * gdb.dwarf2/Makefile.in: Likewise.
12524 * gdb.fortran/Makefile.in: Likewise.
12525 * gdb.gdb/Makefile.in: Likewise.
12526 * gdb.go/Makefile.in: Likewise.
12527 * gdb.guile/Makefile.in: Likewise.
12528 * gdb.java/Makefile.in: Likewise.
12529 * gdb.linespec/Makefile.in: Likewise.
12530 * gdb.mi/Makefile.in: Likewise.
12531 * gdb.modula2/Makefile.in: Likewise.
12532 * gdb.multi/Makefile.in: Likewise.
12533 * gdb.objc/Makefile.in: Likewise.
12534 * gdb.opencl/Makefile.in: Likewise.
12535 * gdb.opt/Makefile.in: Likewise.
12536 * gdb.pascal/Makefile.in: Likewise.
12537 * gdb.perf/Makefile.in: Likewise.
12538 * gdb.python/Makefile.in: Likewise.
12539 * gdb.reverse/Makefile.in: Likewise.
12540 * gdb.server/Makefile.in: Likewise.
12541 * gdb.stabs/Makefile.in: Likewise.
12542 * gdb.threads/Makefile.in: Likewise.
12543 * gdb.trace/Makefile.in: Likewise.
12544 * gdb.xml/Makefile.in: Likewise.
12545 * lib/gdb.exp (make_gdb_parallel_path): Add check for
12546 GDB_PARALLEL.
12547 (standard_output_file): Remove check for GDB_PARALLEL, always
12548 return path in outputs/$subdir/$testname.
12549
12550 2016-02-08 Simon Marchi <simon.marchi@ericsson.com>
12551
12552 * Makefile.in (abs_srcdir): Assign @abs_srcdir@.
12553 (site.exp): Assign abs_srcdir to tcl's srcdir.
12554
12555 2016-02-04 Yao Qi <yao.qi@linaro.org>
12556
12557 * gdb.base/foll-exec-mode.c: Include limits.h.
12558 (main): Add parameters argc and argv. Get directory from
12559 argv[0].
12560 * gdb.base/foll-exec-mode.exp: Don't pass -DBASEDIR in
12561 compilation.
12562 * gdb.base/foll-exec.c: Include limits.h.
12563 (main): Add parameters argc and argv.
12564 Get directory from argv[0].
12565 * gdb.base/foll-exec.exp: Don't pass -DBASEDIR in compilation.
12566 Adjust tests on the number of lines as source code changed.
12567 * gdb.base/foll-vfork-exit.c: Include limits.h.
12568 (main): Add one line of statement before vfork.
12569 * gdb.base/foll-vfork.c: Include limits.h and string.h.
12570 (main): Add parameters argc and argv. Get directory from
12571 argv[0].
12572 * gdb.base/foll-vfork.exp: Don't pass -DBASEDIR in compilation.
12573 (setup_gdb): Set tbreak to skip some source lines.
12574 * gdb.multi/bkpt-multi-exec.c: Include limits.h.
12575 (main): Add parameters argc and argv. Get directory from
12576 argv[0].
12577 * gdb.multi/bkpt-multi-exec.exp: Don't pass -DBASEDIR in
12578 compilation.
12579 * gdb.multi/multi-arch-exec.c: Include limits.h and string.h.
12580 (main): Add parameters argc and argv. Get directory from
12581 argv[0].
12582 * gdb.multi/multi-arch-exec.exp: Don't pass -DBASEDIR in
12583 compilation.
12584
12585 2016-02-01 Doug Evans <dje@google.com>
12586
12587 * gdb.base/skip.exp: Clean up multiple references to same test name.
12588
12589 2016-02-01 Pedro Alves <palves@redhat.com>
12590
12591 PR remote/19496
12592 * gdb.threads/forking-threads-plus-breakpoint.exp
12593 (displaced_stepping_supported): New global.
12594 (probe_displaced_stepping_support): New procedure.
12595 (do_test): Add 'displaced' parameter, and use it.
12596 (top level): Check for displaced stepping support. Add displaced
12597 stepping on/off testing axis.
12598
12599 2016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
12600
12601 * gdb.mi/mi-vla-fortran.exp: Add XFAIL for accessing unassociated
12602 pointer. Don't perform further tests on the unassociated pointer
12603 if the first test fails.
12604
12605 2016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
12606
12607 * gdb.base/max-value-size.c: New file.
12608 * gdb.base/max-value-size.exp: New file.
12609 * gdb.base/huge.exp: Disable max-value-size for this test.
12610
12611 2016-01-28 Iain Buclaw <ibuclaw@gdcproject.org>
12612
12613 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
12614
12615 2016-01-28 Yao Qi <yao.qi@linaro.org>
12616
12617 * gdb.fortran/vla-value.exp: Wrap test with with_timeout_factor.
12618
12619 2016-01-25 Pedro Alves <palves@redhat.com>
12620
12621 PR threads/19461
12622 * gdb.base/fork-running-state.c: New file.
12623 * gdb.base/fork-running-state.exp: New file.
12624
12625 2016-01-25 Pedro Alves <palves@redhat.com>
12626
12627 PR gdb/19494
12628 * gdb.base/catch-fork-kill.c: New file.
12629 * gdb.base/catch-fork-kill.exp: New file.
12630
12631 2016-01-25 Pedro Alves <palves@redhat.com>
12632
12633 * gdb.base/step-sw-breakpoint-adjust-pc.exp (foreach_with_prefix):
12634 Delete, moved to lib/gdb.exp.
12635 * gdb.threads/forking-threads-plus-breakpoint.exp
12636 (foreach_with_prefix): Likewise.
12637 * gdb.threads/process-dies-while-handling-bp.exp
12638 (foreach_with_prefix): Likewise.
12639 * lib/gdb.exp (foreach_with_prefix): New procedure.
12640
12641 2016-01-25 Marcin Kościelnicki <koriakin@0x04.net>
12642
12643 * gdb.trace/backtrace.exp: Bump stack collection fudge factor.
12644 * gdb.trace/entry-values.exp: Bump stack collection fudge factor.
12645
12646 2016-01-23 Marcin Kościelnicki <koriakin@0x04.net>
12647
12648 * gdb.trace/unavailable-dwarf-piece.exp: Fix bitfield handling on big
12649 endian targets.
12650
12651 2016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
12652 Pedro Alves <palves@redhat.com>
12653
12654 Fix testsuite compatibility with Guile.
12655 * gdb.gdb/selftest.exp (send ^C to child process): Drop expected Thread
12656 number.
12657
12658 2016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
12659
12660 Fix testsuite compatibility with Guile.
12661 * gdb.gdb/selftest.exp (send ^C to child process): Accept also Thread.
12662 (thread 1): New test for backtrace through signal handler.
12663
12664 2016-01-22 Yao Qi <yao.qi@linaro.org>
12665
12666 PR testsuite/19491
12667 * gdb.base/multi-forks.c: Include
12668 ../lib/unbuffer_output.c
12669 (main): Call gdb_unbuffer_output.
12670
12671 2016-01-21 Doug Evans <dje@google.com>
12672
12673 * lib/ada.exp (gdb_compile_ada): Fix typo.
12674
12675 2016-01-21 Joel Brobecker <brobecker@adacore.com>
12676
12677 * gdb.base/break-fun-addr.exp: New file.
12678 * gdb.base/break-fun-addr1.c: New file.
12679 * gdb.base/break-fun-addr2.c: New file.
12680
12681 2016-01-20 Simon Marchi <simon.marchi@polymtl.ca>
12682
12683 * gdb.python/py-pp-maint.exp: Change/add enum flag tests.
12684 * gdb.python/py-pp-maint.c (enum flag_enum): Use more complex
12685 enum flag values.
12686
12687 2016-01-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
12688
12689 * gdb.base/gnu_vector.exp: Re-establish handling for should_kfail
12690 when GDB can not set the vector return value. Add more comments
12691 for clarification.
12692
12693 2016-01-20 Antoine Tremblay <antoine.tremblay@ericsson.com>
12694
12695 * gdb.trace/tspeed.exp: Use shlib instead of libs in gdb_compile
12696 command.
12697
12698 2016-01-19 Simon Marchi <simon.marchi@ericsson.com>
12699
12700 * Makefile.in (DO_RUNTEST): Add --status and update usages.
12701
12702 2016-01-19 Simon Marchi <simon.marchi@ericsson.com>
12703
12704 * Makefile.in (check-single): Pass --status to runtest.
12705 (check/%.exp): Likewise.
12706
12707 2016-01-19 Simon Marchi <simon.marchi@ericsson.com>
12708
12709 * Makefile.in (check-parallel): Propagate return code from make
12710 do-check-parallel.
12711
12712 2016-01-19 Marcin Kościelnicki <koriakin@0x04.net>
12713
12714 * gdb.trace/ftrace.exp: Fix expected message on continue.
12715 * gdb.trace/pending.exp: Fix expected message on continue.
12716 * gdb.trace/trace-break.exp: Fix expected message on continue.
12717
12718 2016-01-18 Simon Marchi <simon.marchi@ericsson.com>
12719
12720 * lib/gdb.exp (gdb_test): Remove unused global references.
12721
12722 2016-01-18 Pedro Alves <palves@redhat.com>
12723
12724 * gdb.base/async-shell.exp: Adjust expected output.
12725 * gdb.base/dprintf-non-stop.exp: Adjust expected output.
12726 * gdb.base/siginfo-thread.exp: Adjust expected output.
12727 * gdb.base/watchpoint-hw-hit-once.exp: Adjust expected output.
12728 * gdb.java/jnpe.exp: Adjust expected output.
12729 * gdb.threads/clone-new-thread-event.exp: Adjust expected output.
12730 * gdb.threads/continue-pending-status.exp: Adjust expected output.
12731 * gdb.threads/leader-exit.exp: Adjust expected output.
12732 * gdb.threads/manythreads.exp: Adjust expected output.
12733 * gdb.threads/pthreads.exp: Adjust expected output.
12734 * gdb.threads/schedlock.exp: Adjust expected output.
12735 * gdb.threads/siginfo-threads.exp: Adjust expected output.
12736 * gdb.threads/signal-command-multiple-signals-pending.exp: Adjust
12737 expected output.
12738 * gdb.threads/signal-delivered-right-thread.exp: Adjust expected
12739 output.
12740 * gdb.threads/sigthread.exp: Adjust expected output.
12741 * gdb.threads/watchpoint-fork.exp: Adjust expected output.
12742
12743 2016-01-18 Yao Qi <yao.qi@linaro.org>
12744
12745 * gdb.guile/scm-section-script.c: Replace @progbits with
12746 %progbits.
12747 * gdb.python/py-section-script.c: Likewise.
12748
12749 2016-01-15 Pedro Alves <palves@redhat.com>
12750
12751 * gdb.multi/tids.exp: Test star wildcard ranges.
12752
12753 2016-01-15 Pedro Alves <palves@redhat.com>
12754
12755 * gdb.multi/tids.exp (thr_apply_info_thr_error): Remove "p 1234"
12756 command from "thread apply" invocation.
12757 (thr_apply_info_thr_invalid): Default the expected output to the
12758 input tid list.
12759 (top level): Add tests that use convenience variables. Add tests
12760 for "thread apply" with a valid TID list, but missing the command.
12761
12762 2016-01-13 Pedro Alves <palves@redhat.com>
12763
12764 * gdb.base/default.exp: Expect $_gthread as well.
12765 * gdb.multi/tids.exp: Test $_gthread.
12766 * gdb.threads/thread-specific.exp: Test $_gthread.
12767
12768 2016-01-13 Pedro Alves <palves@redhat.com>
12769
12770 * gdb.multi/tids.exp: Test "info threads -gid".
12771
12772 2016-01-13 Pedro Alves <palves@redhat.com>
12773
12774 * gdb.multi/tids.exp: Test InferiorThread.global_num and
12775 Breakpoint.thread.
12776 * gdb.python/py-infthread.exp: Test InferiorThread.global_num.
12777
12778 2016-01-07 Pedro Alves <palves@redhat.com>
12779
12780 * gdb.base/break.exp: Adjust to output changes.
12781 * gdb.base/hbreak2.exp: Likewise.
12782 * gdb.base/sepdebug.exp: Likewise.
12783 * gdb.base/watch_thread_num.exp: Likewise.
12784 * gdb.linespec/keywords.exp: Likewise.
12785 * gdb.multi/info-threads.exp: Likewise.
12786 * gdb.threads/thread-find.exp: Likewise.
12787 * gdb.multi/tids.c: New file.
12788 * gdb.multi/tids.exp: New file.
12789
12790 2016-01-13 Pedro Alves <palves@redhat.com>
12791
12792 * gdb.python/py-infthread.exp: Test InferiorThread.inferior.
12793
12794 2016-01-13 Pedro Alves <palves@redhat.com>
12795
12796 * gdb.base/default.exp: Expect $_inferior as well.
12797 * gdb.multi/base.exp: Test $_inferior.
12798
12799 2016-01-13 Pedro Alves <palves@redhat.com>
12800
12801 PR breakpoints/19388
12802 * gdb.base/catch-signal-siginfo-cond.c: New file.
12803 * gdb.base/catch-signal-siginfo-cond.exp: New file.
12804
12805 2016-01-12 Josh Stone <jistone@redhat.com>
12806 Philippe Waroquiers <philippe.waroquiers@skynet.be>
12807
12808 * gdb.base/catch-syscall.c (do_execve): New variable.
12809 (main): Conditionally trigger an execve.
12810 * gdb.base/catch-syscall.exp: Enable testing for remote targets.
12811 (test_catch_syscall_execve): New, check entry/return across execve.
12812 (do_syscall_tests): Call test_catch_syscall_execve.
12813
12814 2016-01-12 Pedro Alves <palves@redhat.com>
12815
12816 * gdb.base/random-signal.exp (do_test): New procedure, with body
12817 of testcase moved in.
12818
12819 2016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
12820 Pedro Alves <palves@redhat.com>
12821
12822 * gdb.base/funcargs.exp (finish from indirectly called function):
12823 Reintroduce the case for 'First'.
12824
12825 2016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
12826 Pedro Alves <palves@redhat.com>
12827
12828 * gdb.base/foll-vfork.exp (tcatch_vfork_then_parent_follow)
12829 (tcatch_vfork_then_child_follow_exec)
12830 (tcatch_vfork_then_child_follow_exit): Revert back DWARF vfork
12831 identification.
12832
12833 2016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
12834
12835 * gdb.guile/scm-value.exp (test_value_in_inferior): Set print elements
12836 and repeats to unlimited.
12837 * gdb.python/py-value.exp: Likewise.
12838 * lib/gdb.exp (gdb_has_argv0): Save and temporarily set print elements
12839 and repeats to unlimited.
12840
12841 2016-01-08 Jan Kratochvil <jan.kratochvil@redhat.com>
12842
12843 * gdb.multi/goodbye.c: Fix compilation warnings by adding return types
12844 and reordering the functions.
12845 * gdb.multi/hangout.c: Likewise.
12846 * gdb.multi/hello.c: Likewise.
12847
12848 2016-01-08 Simon Marchi <simon.marchi@ericsson.com>
12849
12850 * gdb.perf/lib/perftest/perftest.py: Change relative imports to
12851 absolute.
12852 (SingleStatisticTestResult.report): Use dict.keys instead of
12853 dict.iterkeys.
12854
12855 2016-01-06 Pedro Alves <palves@redhat.com>
12856
12857 * gdb.python/py-infthread.exp: Fix typo. Expect t0.num to be 1.
12858
12859 2016-01-04 Markus Metzger <markus.t.metzger@intel.com>
12860
12861 * gdb.btrace/dlopen.exp: New.
12862 * gdb.btrace/dlopen.c: New.
12863 * gdb.btrace/dlopen-dso.c: New.
12864
12865 2015-12-25 Sandra Loosemore <sandra@codesourcery.com>
12866
12867 * lib/gdb.exp (gdb_test): Update comments to clarify that the
12868 PATTERN argument is optional.
12869
12870 2015-12-24 Joel Brobecker <brobecker@adacore.com>
12871
12872 * lib/ada.exp (target_compile_ada_from_dir): New function.
12873 (gdb_compile_ada): Reimplement avoiding the use of project files.
12874 * gdb.ada/gnat_ada.gpr: Delete.
12875 * gdb.ada/cond_lang.exp: Adjust test to make path before
12876 filename optional.
12877 * gdb.ada/small_reg_param.exp: Likewise.
12878
12879 2015-12-22 Simon Marchi <simon.marchi@ericsson.com>
12880
12881 * gdb.base/foll-vork.exp: Remove HP-UX special case.
12882
12883 2015-12-22 Thomas Preud'homme <thomas.preudhomme@arm.com>
12884
12885 * lib/mi-support.exp (mi_run_cmd_full): Add an expect for the CLI jump
12886 case.
12887
12888 2015-12-21 Simon Marchi <simon.marchi@ericsson.com>
12889
12890 * gdb.base/break.exp: Remove dead code.
12891 * gdb.base/sepdebug.exp: Likewise.
12892
12893 2015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
12894
12895 * gdb.asm/asm-source.exp: Remove HP-UX references.
12896 * gdb.base/annota1.exp: Likewise.
12897 * gdb.base/annota3.exp: Likewise.
12898 * gdb.base/attach.exp: Likewise.
12899 * gdb.base/bigcore.exp: Likewise.
12900 * gdb.base/break.exp: Likewise.
12901 * gdb.base/call-ar-st.exp: Likewise.
12902 * gdb.base/callfuncs.exp: Likewise.
12903 * gdb.base/catch-fork-static.exp: Likewise.
12904 * gdb.base/display.exp: Likewise.
12905 * gdb.base/foll-exec-mode.exp: Likewise.
12906 * gdb.base/foll-exec.exp: Likewise.
12907 * gdb.base/foll-fork.exp: Likewise.
12908 * gdb.base/foll-vfork.exp: Likewise.
12909 * gdb.base/funcargs.exp: Likewise.
12910 * gdb.base/hbreak2.exp: Likewise.
12911 * gdb.base/inferior-died.exp: Likewise.
12912 * gdb.base/interrupt.exp: Likewise.
12913 * gdb.base/multi-forks.exp: Likewise.
12914 * gdb.base/nodebug.exp: Likewise.
12915 * gdb.base/sepdebug.exp: Likewise.
12916 * gdb.base/solib1.c: Likewise.
12917 * gdb.base/step-test.exp: Likewise.
12918 * gdb.mi/non-stop.c: Likewise.
12919 * gdb.mi/pthreads.c: Likewise.
12920 * gdb.multi/bkpt-multi-exec.ex: Likewise.
12921 * gdb.threads/pthreads.c: Likewise.
12922 * gdb.threads/staticthreads.exp: Likewise.
12923 * lib/future.exp: Likewise.
12924 * lib/gdb.exp: Likewise.
12925 * gdb.base/so-indr-cl.c: Remove.
12926 * gdb.base/so-indr-cl.exp: Likewise.
12927 * gdb.base/solib.c: Likewise.
12928 * gdb.base/solib.exp: Likewise.
12929 * gdb.base/solib2.c: Likewise.
12930
12931 2015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
12932
12933 * gdb.base/break.exp: Remove references to HP CC/aCC compilers.
12934 * gdb.base/call-ar-st.exp: Likewise.
12935 * gdb.base/callfuncs.exp: Likewise.
12936 * gdb.base/condbreak.exp: Likewise.
12937 * gdb.base/constvars.exp: Likewise.
12938 * gdb.base/hbreak2.exp: Likewise.
12939 * gdb.base/langs.exp: Likewise.
12940 * gdb.base/list.exp: Likewise.
12941 * gdb.base/long_long.exp: Likewise.
12942 * gdb.base/ptype.exp: Likewise.
12943 * gdb.base/scope.exp: Likewise.
12944 * gdb.base/signals.exp: Likewise.
12945 * gdb.base/so-impl-ld.exp: Likewise.
12946 * gdb.base/varargs.exp: Likewise.
12947 * gdb.base/volatile.exp: Likewise.
12948 * gdb.base/whatis.exp: Likewise.
12949 * gdb.cp/cplusfuncs.exp: Likewise.
12950 * gdb.cp/inherit.exp: Likewise.
12951 * gdb.cp/local.exp: Likewise.
12952 * gdb.cp/member-ptr.exp: Likewise.
12953 * gdb.cp/method.exp: Likewise.
12954 * gdb.cp/overload.exp: Likewise.
12955 * gdb.cp/templates.exp: Likewise.
12956 * gdb.stabs/weird.exp: Likewise.
12957 * lib/compiler.c: Likewise.
12958 * lib/compiler.cc: Likewise.
12959 * lib/cp-support.exp: Likewise.
12960 * lib/gdb.exp: Likewise.
12961
12962 2015-12-20 Simon Marchi <simon.marchi@polymtl.ca>
12963
12964 * configure.ac: Remove HP-UX case.
12965 * configure: Regenerate.
12966
12967 2015-12-18 Simon Marchi <simon.marchi@ericsson.com>
12968
12969 * lib/gdb.exp (gdb_compile): Add function doc.
12970
12971 2015-12-17 Pedro Alves <palves@redhat.com>
12972
12973 PR threads/19354
12974 * gdb.multi/info-threads.exp: New file.
12975
12976 2015-12-15 Yao Qi <yao.qi@linaro.org>
12977
12978 * gdb.trace/ftrace.exp: Set arg0exp to "$x0" if target
12979 is aarch64*-*-*.
12980
12981 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
12982
12983 * gdb.base/history-duplicates.exp: Skip if no readline support.
12984
12985 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
12986
12987 * gdb.base/gdbinit-history.exp: Skip for remote-host testing.
12988
12989 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
12990
12991 * gdb.base/gdbhistsize-history.exp: Skip for remote-host testing.
12992
12993 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
12994
12995 * gdb.base/completion.exp: Skip tests that interrupt GDB with
12996 ctrl-C if nointerrupts target property is set.
12997 * gdb.base/double-prompt-target-event-error.exp: Likewise.
12998 * gdb.base/paginate-after-ctrl-c-running.exp: Likewise.
12999 * gdb.base/paginate-bg-execution.exp: Likewise.
13000 * gdb.base/paginate-execution-startup.exp: Likewise.
13001 * gdb.base/random-signal.exp: Likewise.
13002 * gdb.base/range-stepping.exp: Likewise.
13003 * gdb.cp/annota2.exp: Likewise.
13004 * gdb.cp/annota3.exp: Likewise.
13005 * gdb.gdb/selftest.exp: Likewise.
13006 * gdb.threads/continue-pending-status.exp: Likewise.
13007 * gdb.threads/leader-exit.exp: Likewise.
13008 * gdb.threads/manythreads.exp: Likewise.
13009 * gdb.threads/pthreads.exp: Likewise.
13010 * gdb.threads/schedlock.exp: Likewise.
13011 * gdb.threads/sigthread.exp: Likewise.
13012
13013 2015-12-11 Don Breazeal <donb@codesourcery.com>
13014
13015 * gdb.base/execl-update-breakpoints.exp (main): Enable for target
13016 remote.
13017 * gdb.base/foll-exec-mode.exp (main): Disable for target remote.
13018 * gdb.base/foll-exec.exp (main): Enable for target remote.
13019 * gdb.base/foll-fork.exp (main): Likewise.
13020 * gdb.base/foll-vfork.exp (main): Likewise.
13021 * gdb.base/multi-forks.exp (main): Likewise, and use clean_restart.
13022 (proc continue_to_exit_bp_loc): Use clean_restart.
13023 * gdb.base/pie-execl.exp (main): Disable for target remote.
13024 * gdb.base/watch-vfork.exp (main): Enable for target remote.
13025 * gdb.mi/mi-nsthrexec.exp (main): Likewise.
13026 * gdb.threads/execl.exp (main): Likewise.
13027 * gdb.threads/fork-child-threads.exp (main): Likewise.
13028 * gdb.threads/fork-plus-threads.exp (main): Disable for target
13029 remote.
13030 * gdb.threads/fork-thread-pending.exp (main): Enable for target
13031 remote.
13032 * gdb.threads/linux-dp.exp (check_philosopher_stack): Allow
13033 pid.tid style ptids, instead of just tid.
13034 * gdb.threads/thread-execl.exp (main): Enable for target remote.
13035 * gdb.threads/watchpoint-fork.exp (main): Likewise.
13036 * gdb.trace/report.exp (use_collected_data): Allow pid.tid style
13037 ptids, instead of just tid.
13038
13039 2015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
13040
13041 * gdb.base/list.exp (test_list_forward): Add end of file error
13042 test.
13043 (test_repeat_list_command): Add end of file error test.
13044 (test_list_backwards): Add beginning of file error test.
13045
13046 2015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
13047
13048 * gdb.base/list.exp (test_list_invalid_args): New function,
13049 defined, and called.
13050
13051 2015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
13052
13053 * gdb.base/list.exp (test_list): Make test names unique.
13054
13055 2015-12-11 Yao Qi <yao.qi@linaro.org>
13056
13057 * gdb.base/coremaker2.c: Remove.
13058
13059 2015-12-10 Pedro Alves <palves@redhat.com>
13060
13061 * gdb.multi/base.exp: Remove stale "spaces" references.
13062
13063 2015-12-10 Pedro Alves <palves@redhat.com>
13064
13065 * gdb.multi/base.exp: Don't use nowarnings.
13066 * gdb.multi/bkpt-multi-exec.exp: Don't use nowarnings.
13067 * gdb.multi/hangout.c: Include stdio.h.
13068 * gdb.multi/hello.c: Include stdlib.h.
13069 * gdb.multi/multi-arch-exec.c: Include stdlib.h.
13070 * gdb.multi/multi-arch-exec.exp: Don't use nowarnings.
13071 * gdb.multi/multi-arch.exp: Don't use nowarnings.
13072
13073 2015-12-10 Andrew Burgess <andrew.burgess@embecosm.com>
13074
13075 * gdb.dwarf2/dw2-ranges-base.c: New file.
13076 * gdb.dwarf2/dw2-ranges-base.exp: New file.
13077 * lib/dwarf.exp (namespace eval Dwarf): Add new variables to
13078 support additional line table, and debug ranges generation.
13079 (Dwarf::ranges): New function, generate .debug_ranges.
13080 (Dwarf::lines): Support generating simple line table programs.
13081 (Dwarf::assemble): Initialise new namespace variables.
13082
13083 2015-12-09 Kevin Buettner <kevinb@redhat.com>
13084
13085 * gdb.base/async.exp (proc test_background): Add case for
13086 asynchronous execution not supported.
13087
13088 2015-12-09 Luis Machado <lgustavo@codesourcery.com>
13089
13090 * gdb.mi/mi-var-display.exp: Add new checks for the zero-hexadecimal
13091 format and change test names to make them unique.
13092
13093 2015-12-09 Ruslan Kabatsayev <b7.10110111@gmail.com>
13094 Pedro Alves <pedro@redhat.com>
13095
13096 PR gdb/18702
13097 Add checking of floatformats setup on x86_64 hosts.
13098 * gdb.arch/i386-float.S (main): Load bigval and smallval.
13099 (smallval, bigval): New labels/constants.
13100 * gdb.arch/i386-float.exp: Use with_test_prefix and test "info
13101 float" after loading bigval and smallval.
13102
13103 2015-12-07 Pierre-Marie de Rodat <derodat@adacore.com>
13104
13105 * gdb.ada/fun_overload_menu.exp: New testcase.
13106 * gdb.ada/fun_overload_menu/foo.adb: New testcase.
13107
13108 2015-12-04 Josh Stone <jistone@redhat.com>
13109
13110 * gdb.base/catch-fork-static.exp: New.
13111
13112 2015-12-03 Yao Qi <yao.qi@linaro.org>
13113
13114 * gdb.base/sizeof.c: Don't include stdio.h and
13115 ../lib/unbuffer_output.c.
13116 (main): New variable 'size' and 'value'. Remove printf and
13117 gdb_unbuffer_output. Assign return value to size and value.
13118 * gdb.base/sizeof.exp: Remove the checking to gdb,noinferiorio
13119 at the beginning.
13120 (check_sizeof): Check the result by printing variable 'size'.
13121 (check_valueof): Check the result by printing variable 'value'.
13122
13123 2015-12-01 Yao Qi <yao.qi@linaro.org>
13124
13125 * gdb.base/disp-step-syscall.exp: Define syscall instruction
13126 for aarch64*-*-linux* target.
13127
13128 2015-11-30 Pedro Alves <palves@redhat.com>
13129
13130 * gdb.threads/no-unwaited-for-left.exp: Remove setup_kfail calls.
13131
13132 2015-11-30 Pedro Alves <palves@redhat.com>
13133
13134 * lib/range-stepping-support.exp (exec_cmd_expect_vCont_count):
13135 Handle non-stop mode vCont replies.
13136
13137 2015-11-30 Pedro Alves <palves@redhat.com>
13138
13139 * gdb.base/dprintf-non-stop.exp: Use build_executable instead of
13140 prepare_for_testing. Start gdb with "set non-stop on" appended to
13141 GDBFLAGS. Lax expected stop output.
13142
13143 2015-11-27 Yao Qi <yao.qi@linaro.org>
13144
13145 * gdb.arch/arm-neon.exp: New.
13146 * gdb.arch/arm-neon.c: New.
13147
13148 2015-11-27 Yao Qi <yao.qi@linaro.org>
13149
13150 * gdb.cp/annota2.exp: Rewrite the pattern using multi_line.
13151
13152 2015-11-27 Yao Qi <yao.qi@linaro.org>
13153
13154 * gdb.cp/annota2.exp: Allow multiple occurrences of the
13155 frames-invalid annotation.
13156
13157 2015-11-27 Yao Qi <yao.qi@linaro.org>
13158
13159 * gdb.cp/annota2.exp: Use ${frames_invalid}.
13160
13161 2015-11-26 Simon Marchi <simon.marchi@ericsson.com>
13162
13163 * gdb.threads/names.exp: New file.
13164 * gdb.threads/names.c: New file.
13165 * README: Mention gdb,no_thread_names.
13166
13167 2015-11-26 Markus Metzger <markus.t.metzger@intel.com>
13168
13169 PR 19297
13170 * lib/gdb.exp (skip_btrace_pt_tests): Check for a "GDB does not
13171 support" error.
13172
13173 2015-11-24 Pedro Alves <palves@redhat.com>
13174
13175 PR 17539
13176 * gdb.base/display.exp: Expect displays to be sorted in ascending
13177 order. Use multi_line.
13178 * gdb.base/solib-display.exp: Likewise.
13179
13180 2015-11-24 Pedro Alves <palves@redhat.com>
13181
13182 PR 17539
13183 * gdb.base/display.exp: Expect displays to be sorted in ascending
13184 order. Use multi_line.
13185 * gdb.base/solib-display.exp: Likewise.
13186
13187 2015-11-24 Pedro Alves <palves@redhat.com>
13188
13189 PR 17539
13190 * gdb.base/foll-exec-mode.exp: Adjust to GDB listing inferiors and
13191 threads in ascending order.
13192 * gdb.base/foll-fork.exp: Likewise.
13193 * gdb.base/foll-vfork.exp: Likewise.
13194 * gdb.base/multi-forks.exp: Likewise.
13195 * gdb.mi/mi-nonstop.exp: Likewise.
13196 * gdb.mi/mi-nsintrall.exp: Likewise.
13197 * gdb.multi/base.exp: Likewise.
13198 * gdb.multi/multi-arch.exp: Likewise.
13199 * gdb.python/py-inferior.exp: Likewise.
13200 * gdb.threads/break-while-running.exp: Likewise.
13201 * gdb.threads/execl.exp: Likewise.
13202 * gdb.threads/gcore-thread.exp: Likewise.
13203 * gdb.threads/info-threads-cur-sal.exp: Likewise.
13204 * gdb.threads/kill.exp: Likewise.
13205 * gdb.threads/linux-dp.exp: Likewise.
13206 * gdb.threads/multiple-step-overs.exp: Likewise.
13207 * gdb.threads/next-bp-other-thread.exp: Likewise.
13208 * gdb.threads/step-bg-decr-pc-switch-thread.exp: Likewise.
13209 * gdb.threads/step-over-lands-on-breakpoint.exp: Likewise.
13210 * gdb.threads/step-over-trips-on-watchpoint.exp: Likewise.
13211 * gdb.threads/thread-find.exp: Likewise.
13212 * gdb.threads/tls.exp: Likewise.
13213 * lib/mi-support.exp (mi_reverse_list): Delete.
13214 (mi_check_thread_states): No longer reverse list.
13215
13216 2015-11-24 Pedro Alves <palves@redhat.com>
13217
13218 * gdb.python/py-inferior.exp: Use with_test_prefix. Consistently
13219 use lowercase.
13220
13221 2015-11-23 Simon Marchi <simon.marchi@ericsson.com>
13222
13223 * gdb.trace/actions.c: Include trace-common.h.
13224 (main): Add a location for a fast tracepoint.
13225 * gdb.trace/save-trace.exp: Set a fast tracepoint in addition to
13226 the normal tracepoints.
13227 (gdb_verify_tracepoints): Adjust number of expected tracepoints.
13228
13229 2015-11-23 Simon Marchi <simon.marchi@ericsson.com>
13230
13231 * save-trace.exp: Factor out code to these...
13232 (gdb_save_tracepoints): New.
13233 (gdb_load_tracepoints): New.
13234 (do_save_load_test): New.
13235
13236 2015-11-23 Kevin Buettner <kevinb@redhat.com>
13237
13238 * gdb.base/asmlabel.exp: New test.
13239 * gdb.base/asmlabel.c: New test case.
13240
13241 2015-11-23 Joel Brobecker <brobecker@adacore.com>
13242
13243 * gdb.base/wrong_frame_bt_full-main.c: New file.
13244 * gdb.base/wrong_frame_bt_full-opaque.c: New file.
13245 * gdb.base/wrong_frame_bt_full.exp: New file.
13246
13247 2015-11-23 Joel Brobecker <brobecker@adacore.com>
13248
13249 * testsuite/gdb.ada/var_rec_arr.exp: Add "ptype a1(1)" test.
13250
13251 2015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
13252
13253 * gdb.base/callfuncs.exp (fetch_all_registers): Filter out the
13254 pstate register when comparing registers values in
13255 sparc64-*-linux-gnu targets to avoid spurious differences.
13256
13257 2015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
13258
13259 * gdb.arch/sparc-sysstep.c: Include unistd.h for getpid.
13260
13261 2015-11-19 Sandra Loosemore <sandra@codesourcery.com>
13262
13263 * gdb.base/nested-subp1.exp: Pass executable, not executable name,
13264 as type argument to gdb_compile.
13265 * gdb.base/nested-subp2.exp: Likewise.
13266 * gdb.base/nested-subp3.exp: Likewise.
13267
13268 2015-11-17 Dominik Vogt <vogt@linux.vnet.ibm.com>
13269
13270 * lib/dwarf.exp (_note): Fix left shift of negative value.
13271 * gdb.trace/trace-condition.exp: Likewise.
13272
13273 2015-11-13 Yao Qi <yao.qi@linaro.org>
13274
13275 * gdb.base/call-sc.exp (test_scalar_returns): Remove the
13276 comments about d10v.
13277 (test_scalar_returns): Likewise.
13278 * gdb.base/d10v.ld: Remove.
13279 * gdb.base/overlays.exp: Remove the target triplet checking for
13280 d10v-*-*.
13281 * gdb.base/structs.exp (test_struct_returns): Remove the
13282 comments about d10v.
13283 (test_struct_calls): Likewise.
13284
13285 2015-11-13 Yao Qi <yao.qi@linaro.org>
13286
13287 * gdb.base/gnu_vector.exp: Check the return value by "p res".
13288 * gdb.base/gnu_vector.c: Don't include stdio.h.
13289 (main): Don't print res and call add_some_intvecs.
13290
13291 2015-11-11 Marcin Kościelnicki <koriakin@0x04.net>
13292
13293 * gdb.trace/change-loc.h: include "trace-common.h", remove SYMBOL
13294 macro.
13295 (func5): Removed.
13296 (func4): Use FAST_TRACEPOINT_LABEL.
13297 * gdb.trace/ftrace-lock.c: include "trace-common.h", remove SYMBOL
13298 macro.
13299 (func): Removed.
13300 (thread_function): Use FAST_TRACEPOINT_LABEL.
13301 * gdb.trace/ftrace.c: include "trace-common.h", remove SYMBOL macro.
13302 (func): Remove.
13303 (marker): Use FAST_TRACEPOINT_LABEL.
13304 * gdb.trace/pendshr1.c: include "trace-common.h", remove SYMBOL macro.
13305 (pendfunc1): Remove.
13306 (pendfunc): Use FAST_TRACEPOINT_LABEL.
13307 * gdb.trace/pendshr2.c: include "trace-common.h", remove SYMBOL macro.
13308 (foo): Remove.
13309 (pendfunc2): Use FAST_TRACEPOINT_LABEL.
13310 * gdb.trace/trace-break.c: include "trace-common.h", remove SYMBOL
13311 macro.
13312 (func): Remove.
13313 (marker): Use FAST_TRACEPOINT_LABEL.
13314 * gdb.trace/trace-common.h: New header.
13315 * gdb.trace/trace-condition.c: include "trace-common.h", remove SYMBOL
13316 macro.
13317 (func): Remove.
13318 (marker): Use FAST_TRACEPOINT_LABEL.
13319 * gdb.trace/trace-mt.c: include "trace-common.h", remove SYMBOL macro.
13320 (func): Remove.
13321 (thread_function): Use FAST_TRACEPOINT_LABEL.
13322
13323 2015-11-10 Marcin Kościelnicki <koriakin@0x04.net>
13324
13325 * gdb.trace/backtrace.exp: Use global fpreg/spreg definition, add $
13326 in front.
13327 * gdb.trace/change-loc.exp: Use global pcreg definition.
13328 * gdb.trace/collection.exp: Use global pcreg/fpreg/spreg definition.
13329 * gdb.trace/entry-values.exp: Use global spreg definition, add $
13330 in front.
13331 * gdb.trace/mi-trace-frame-collected.exp: Use global pcreg definition.
13332 * gdb.trace/pending.exp: Likewise.
13333 * gdb.trace/report.exp: Use global pcreg/fpreg/spreg definition.
13334 * gdb.trace/trace-break.exp: Likewise.
13335 * gdb.trace/trace-condition.exp: Use global pcreg definition, add $
13336 in front.
13337 * gdb.trace/unavailable.exp: Use global pcreg/fpreg/spreg definition.
13338 * gdb.trace/while-dyn.exp: Use global fpreg definition, add $
13339 in front.
13340 * lib/trace-support.exp: Define fpreg, spreg, pcreg variables.
13341
13342 2015-11-09 Joel Brobecker <brobecker@adacore.com>
13343
13344 * gdb.ada/fin_fun_out: New testcase.
13345
13346 2015-11-07 Kevin Buettner <kevinb@redhat.com>
13347
13348 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Don't hardcode
13349 value associated with DW_AT_byte_size.
13350 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Don't hardcode
13351 constants for DW_AT_byte_size, DW_AT_lower_bound, and
13352 DW_AT_upper_bound.
13353
13354 2015-11-07 Kevin Buettner <kevinb@redhat.com>
13355
13356 * lib/gdb (gdb_target_symbol_prefix_flags_asm): New proc.
13357 (gdb_target_symbol_prefix_flags): Define in terms of _asm
13358 version.
13359 * gdb.arch/i386-float.exp, gdb.arch/i386-permbkpt.exp,
13360 gdb.dwarf2/dw2-canonicalize-type.exp,
13361 gdb.dwarf2/dw2-compdir-oldgcc.exp, gdb.dwarf2/dw2-minsym-in-cu.exp,
13362 gdb.dwarf2/dw2-op-stack-value.exp, gdb.dwarf2/dw2-unresolved.exp,
13363 gdb.dwarf2/fission-reread.exp, gdb.dwarf2/pr13961.exp: Use flags
13364 provided by gdb_target_symbol_prefix_flags_asm.
13365 * gdb.dwarf2/dw2-canonicalize-type.S, gdb.dwarf2/dw2-compdir-oldgcc.S,
13366 testsuite/gdb.dwarf2/dw2-minsym-in-cu.S,
13367 testsuite/gdb.dwarf2/dw2-unresolved-main.c,
13368 testsuite/gdb.dwarf2/dw2-unresolved.S, gdb.dwarf2/fission-reread.S,
13369 gdb.dwarf2/pr13961.S: Define and use SYMBOL macro (and supporting
13370 macros where needed). Use this macro for symbols which require
13371 the prefix provided by SYMBOL_PREFIX.
13372
13373 2015-11-05 Kevin Buettner <kevinb@redhat.com>
13374
13375 * lib/gdb.exp (gdb_target_symbol_prefix, gdb_target_symbol):
13376 New procs.
13377 * lib/dwarf.exp (_handle_DW_TAG): Handle attribute values,
13378 representing expressions, of more than one list element.
13379 * gdb.dwarf2/atomic-type.exp (Dwarf::assemble): Use gdb_target_symbol
13380 to prepend linker symbol prefix to f.
13381 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Likewise, for
13382 table_1 and table_2.
13383 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp (Dwarf::assemble):
13384 Likewise, for f and g.
13385 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble): Likewise,
13386 for ptr.
13387 * gdb.dwarf2/dw2-regno-invalid.exp (Dwarf::assemble): Likewise,
13388 for main.
13389 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Likewise, for
13390 table_1_ptr and table_2_ptr.
13391
13392 2015-11-03 Jan Kratochvil <jan.kratochvil@redhat.com>
13393 Joel Brobecker <brobecker@adacore.com>
13394
13395 * gdb.mi/mi-vla-fortran.exp (evaluate allocated vla): Permit any data.
13396
13397 2015-11-04 Marcin Kościelnicki <koriakin@0x04.net>
13398
13399 * gdb.reverse/s390-mvcle.c: New test.
13400 * gdb.reverse/s390-mvcle.exp: New file.
13401 * lib/gdb.exp: Enable reverse tests on s390*-linux.
13402
13403 2015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
13404
13405 * gdb.reverse/readv-reverse.exp: Obvious typo fixed.
13406
13407 2015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
13408
13409 * gdb.reverse/fstatat-reverse.exp: Set breakpoint on marker1 after
13410 reaching marker2.
13411 * gdb.reverse/getresuid-reverse.exp: Likewise.
13412 * gdb.reverse/pipe-reverse.exp: Likewise.
13413 * gdb.reverse/readv-reverse.exp: Likewise.
13414 * gdb.reverse/recvmsg-reverse.exp: Likewise.
13415 * gdb.reverse/time-reverse.exp: Likewise.
13416 * gdb.reverse/waitpid-reverse.exp: Likewise and add KFAILs.
13417
13418 2015-10-30 Yao Qi <yao.qi@linaro.org>
13419
13420 * gdb.threads/wp-replication.c (watch_count_done): Remove.
13421 (empty_cycle): Remove.
13422 (main): Don't call empty_cycle. Don't use watch_count_done.
13423 * gdb.threads/wp-replication.exp: Don't set breakpoint on
13424 empty_cycle. Rewrite the code counting HW watchpoints.
13425
13426 2015-10-30 Marcin Kościelnicki <koriakin@0x04.net>
13427
13428 * gdb.reverse/fstatat-reverse.c: New test.
13429 * gdb.reverse/fstatat-reverse.exp: New file.
13430 * gdb.reverse/getresuid-reverse.c: New test.
13431 * gdb.reverse/getresuid-reverse.exp: New file.
13432 * gdb.reverse/pipe-reverse.c: New test.
13433 * gdb.reverse/pipe-reverse.exp: New file.
13434 * gdb.reverse/readv-reverse.c: New test.
13435 * gdb.reverse/readv-reverse.exp: New file.
13436 * gdb.reverse/recvmsg-reverse.c: New test.
13437 * gdb.reverse/recvmsg-reverse.exp: New file.
13438 * gdb.reverse/time-reverse.c: New test.
13439 * gdb.reverse/time-reverse.exp: New file.
13440 * gdb.reverse/waitpid-reverse.c: New test.
13441 * gdb.reverse/waitpid-reverse.exp: New file.
13442
13443 2015-10-27 Jan Kratochvil <jan.kratochvil@redhat.com>
13444
13445 * gdb.ada/access_to_packed_array.exp: Fix typos erroring the testfile.
13446
13447 2015-10-26 Doug Evans <dje@google.com>
13448
13449 PR symtab/17391
13450 * lib/dwarf.exp (_location): Add support for DW_OP_regx.
13451 * gdb.dwarf2/bad-regnum.c: New file.
13452 * gdb.dwarf2/bad-regnum.exp: New file.
13453
13454 2015-10-26 Doug Evans <dje@google.com>
13455
13456 PR python/18938
13457 * gdb.python/python.exp: Add test for symlink from .py file to .notpy
13458 file.
13459
13460 2015-10-25 Jan Kratochvil <jan.kratochvil@redhat.com>
13461
13462 * gdb.compile/compile.exp (compile code globalvar): Update expectation
13463 for a change by "Mention language in compile error message".
13464
13465 2015-10-21 Simon Marchi <simon.marchi@polymtl.ca>
13466
13467 PR python/18073
13468 * gdb.python/py-type.c (C::a_method): New.
13469 (C::a_const_method): New.
13470 (C::a_static_method): New.
13471 (a_function): New.
13472 * gdb.python/py-type.exp (test_fields): Test getting fields
13473 from function and method.
13474
13475 2015-10-21 Keven Boell <keven.boell@intel.com>
13476
13477 * gdb.fortran/vla-alloc-assoc.exp: New file.
13478 * gdb.fortran/vla-datatypes.exp: New file.
13479 * gdb.fortran/vla-datatypes.f90: New file.
13480 * gdb.fortran/vla-history.exp: New file.
13481 * gdb.fortran/vla-ptype-sub.exp: New file.
13482 * gdb.fortran/vla-ptype.exp: New file.
13483 * gdb.fortran/vla-sizeof.exp: New file.
13484 * gdb.fortran/vla-sub.f90: New file.
13485 * gdb.fortran/vla-value-sub-arbitrary.exp: New file.
13486 * gdb.fortran/vla-value-sub-finish.exp: New file.
13487 * gdb.fortran/vla-value-sub.exp: New file.
13488 * gdb.fortran/vla-value.exp: New file.
13489 * gdb.fortran/vla-ptr-info.exp: New file.
13490 * gdb.mi/mi-vla-fortran.exp: New file.
13491 * gdb.mi/vla.f90: New file.
13492
13493 2015-10-21 Sandra Loosemore <sandra@codesourcery.com>
13494
13495 * gdb.base/freebpcmd.exp: Use with_timeout_factor instead
13496 of hardwired timeout value.
13497
13498 2015-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
13499 Pedro Alves <palves@redhat.com>
13500
13501 * gdb.dwarf2/dw2-regno-invalid.exp: New file.
13502 * lib/dwarf.exp (Dwarf): Add DW_OP_bregx.
13503
13504 2015-10-19 Josh Stone <jistone@redhat.com>
13505
13506 * gdb.base/catch-syscall.c: Include <sched.h>.
13507 (unknown_syscall): New variable.
13508 (main): Trigger a vfork and an unknown syscall.
13509 * gdb.base/catch-syscall.exp (vfork_syscalls): New variable.
13510 (unknown_syscall_number): Likewise.
13511 (check_call_to_syscall): Accept an optional syscall pattern.
13512 (check_return_from_syscall): Likewise.
13513 (check_continue): Likewise.
13514 (test_catch_syscall_without_args): Check for vfork and ENOSYS.
13515 (test_catch_syscall_skipping_return): New test toggling off 'catch
13516 syscall' to step over the syscall return, then toggling back on.
13517 (test_catch_syscall_mid_vfork): New test turning on 'catch syscall'
13518 during a PTRACE_EVENT_VFORK stop, in the middle of a vfork syscall.
13519 (do_syscall_tests): Call test_catch_syscall_without_args and
13520 test_catch_syscall_mid_vfork.
13521 (test_catch_syscall_without_args_noxml): Check for vfork and ENOSYS.
13522 (fill_all_syscalls_numbers): Initialize unknown_syscall_number.
13523
13524 2015-10-19 Andrew Stubbs <ams@codesourcery.com>
13525
13526 * gdb.cp/inherit.exp (print g_vB, print g_vC, print g_vD,
13527 print g_vE): Add new pass patterns.
13528 * gdb.cp/virtbase.exp (print *this, print *(D *) e): Allow GDB to
13529 print various symbol names for vptr fields.
13530
13531 2015-10-12 Andrew Burgess <andrew.burgess@embecosm.com>
13532
13533 * gdb.base/dbx.exp (test_func): Remove xfails, update expected
13534 results.
13535
13536 2015-10-12 Yao Qi <yao.qi@linaro.org>
13537
13538 * gdb.arch/disp-step-insn-reloc.exp: New test case.
13539
13540 2015-10-12 Yao Qi <yao.qi@linaro.org>
13541
13542 * lib/gdb.exp (support_displaced_stepping): Return 1 if target
13543 is aarch64*-*-linux*.
13544
13545 2015-10-12 Yao Qi <yao.qi@linaro.org>
13546
13547 * gdb.arch/insn-reloc.c (can_relocate_bcond): Rename to ...
13548 (can_relocate_bcond_true): ... it.
13549 (can_relocate_bcond_false): New function.
13550 (foo): Likewise.
13551 (can_relocate_bl): Likewise.
13552 (testcases) [__aarch64__]: Add can_relocate_bcond_false and
13553 can_relocate_bl.
13554
13555 2015-10-12 Pierre-Marie de Rodat <derodat@adacore.com>
13556
13557 * gdb.base/nested-addr.c: New file.
13558 * gdb.base/nested-addr.exp: New testcase.
13559
13560 2015-10-09 Markus Metzger <markus.t.metzger@intel.com>
13561
13562 * gdb.btrace/vdso.c (main): Remove breakpoint markers.
13563 * gdb.btrace/vdso.exp: Change stepping command to "next" and ignore
13564 its output. Ignore the output of "record goto begin" and instead
13565 check that GDB is replaying.
13566
13567 2015-10-09 Pedro Alves <palves@redhat.com>
13568
13569 * gdb.base/a2-run.exp (maybe_exp_continue): New procedure.
13570 (top level): Use it in the run with no args test.
13571
13572 2015-10-08 Iain Buclaw <ibuclaw@gdcproject.org>
13573
13574 * gdb.dlang/properties.exp: New file.
13575
13576 2015-10-02 Sandra Loosemore <sandra@codesourcery.com>
13577
13578 * gdb.dwarf2/staticvirtual.exp: Generalize regexp so it can match
13579 whether or not address 0x1000 is mapped on the target.
13580
13581 2015-09-30 Simon Marchi <simon.marchi@ericsson.com>
13582
13583 * gdb.python/py-type.exp: Do not run tests if binaries fail to
13584 build.
13585
13586 2015-09-30 Markus Metzger <markus.t.metzger@intel.com>
13587
13588 * gdb.btrace/tsx.exp: Consider multiple correct outputs in the record
13589 instruction-history test.
13590
13591 2015-09-28 Doug Evans <dje@google.com>
13592
13593 * gdb.base/gcore.c (array_func): Add reference to static_array.
13594
13595 2015-09-25 Simon Marchi <simon.marchi@ericsson.com>
13596
13597 * gdb.gdb/selftest.exp (do_steps_and_nexts): Adjust expected
13598 source line.
13599
13600 2015-09-24 Sandra Loosemore <sandra@codesourcery.com>
13601
13602 * gdb.cp/classes.exp (test_enums): Generalize regexp to allow
13603 short or char as base type.
13604
13605 2015-09-23 Sandra Loosemore <sandra@codesourcery.com>
13606
13607 * gdb.cp/var-tag.exp (do_global_tests): Generalize opt_underlying
13608 to allow any size enum.
13609
13610 2015-09-23 Pierre-Marie de Rodat <derodat@adacore.com>
13611
13612 * gdb.ada/array_ptr_renaming.exp: New testcase.
13613 * gdb.ada/array_ptr_renaming/foo.adb: New file.
13614 * gdb.ada/array_ptr_renaming/pack.ads: New file.
13615
13616 2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
13617
13618 * gdb.trace/ftrace-lock.c: New file.
13619 * gdb.trace/ftrace-lock.exp: New file.
13620
13621 2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
13622
13623 * gdb.arch/insn-reloc.c: New file.
13624 * gdb.arch/ftrace-insn-reloc.exp: New file.
13625
13626 2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
13627
13628 * gdb.trace/change-loc.h (func4) [__aarch64__]: Add a nop
13629 instruction.
13630 * gdb.trace/pendshr1.c (pendfunc): Likewise.
13631 * gdb.trace/pendshr2.c (pendfunc2): Likewise.
13632 * gdb.trace/range-stepping.c: Likewise.
13633 * gdb.trace/trace-break.c: Likewise.
13634 * gdb.trace/trace-mt.c (thread_function): Likewise.
13635 * gdb.trace/ftrace.c (marker): Likewise.
13636 * gdb.trace/trace-condition.c (marker): Likewise.
13637 * gdb.trace/ftrace.exp: Enable ftrace test if is_aarch64_target.
13638 * gdb.trace/trace-condition.exp: Set pcreg to "\$pc" if
13639 is_aarch64_target.
13640
13641 2015-09-18 Doug Evans <xdje42@gmail.com>
13642
13643 * gdb.dwarf2/dw2-bad-unresolved.c: New file.
13644 * gdb.dwarf2/dw2-bad-unresolved.exp: New file.
13645
13646 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
13647
13648 * gdb.base/dso2dso.exp: Don't use directory prefix when setting
13649 the breakpoint.
13650
13651 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
13652
13653 * gdb.mi/mi-pending.exp: Don't use directory prefix when setting
13654 the pending breakpoint. Remove timeout override for "Run till
13655 MI pending breakpoint on pendfunc3 on thread 2" test.
13656
13657 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
13658
13659 * gdb.mi/mi-cli.exp: Don't require directory prefix in breakpoint
13660 filename pattern.
13661
13662 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
13663
13664 * gdb.mi/mi-dprintf-pending.exp: Don't require directory prefix
13665 in breakpoint filename pattern.
13666
13667 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
13668
13669 * gdb.base/global-var-nested-by-dso.exp: Call gdb_load_shlibs.
13670
13671 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
13672
13673 * gdb.linespec/explicit.exp: Check for readline support for
13674 tab-completion tests. Fix obvious typo.
13675
13676 2015-09-18 Markus Metzger <markus.t.metzger@intel.com>
13677
13678 * gdb.btrace/multi-thread-step.exp: Test scheduler-locking on, step,
13679 and replay.
13680
13681 2015-09-18 Markus Metzger <markus.t.metzger@intel.com>
13682
13683 * gdb.btrace/non-stop.c: New.
13684 * gdb.btrace/non-stop.exp: New.
13685
13686 2015-09-17 Pierre Langlois <pierre.langlois@arm.com>
13687 Yao Qi <yao.qi@linaro.org>
13688
13689 * gdb.trace/trace-condition.c: New file.
13690 * gdb.trace/trace-condition.exp: New file.
13691
13692 2015-09-16 Wei-cheng Wang <cole945@gmail.com>
13693
13694 * gdb.trace/ftrace.exp: (test_ftrace_condition) New function
13695 for testing bytecode compilation.
13696
13697 2015-09-16 Pedro Alves <palves@redhat.com>
13698 Sandra Loosemore <sandra@codesourcery.com>
13699
13700 * gdb.threads/non-stop-fair-events.c (timeout): New global.
13701 (SECONDS): Redefine.
13702 (main): Call pthread_kill and alarm early.
13703 * gdb.threads/non-stop-fair-events.exp: Probe displaced stepping
13704 support.
13705 (test): If the target can't hardware step and doesn't support
13706 displaced stepping, increase the timeout.
13707
13708 2015-09-16 Pedro Alves <palves@redhat.com>
13709
13710 * gdb.threads/non-stop-fair-events.exp (gdb_test_no_anchor)
13711 (enable_debug): New procedures.
13712 (test): Use them. Bail out if waiting for threads fails.
13713 (top level): Bail out if a test fails.
13714
13715 2015-09-16 Yao Qi <yao.qi@linaro.org>
13716
13717 * gdb.asm/asm-source.exp: Set asm-arch for
13718 aarch64*-*-* target.
13719 * gdb.asm/aarch64.inc: New file.
13720
13721 2015-09-15 Pierre-Marie de Rodat <derodat@adacore.com>
13722
13723 * gdb.ada/array_of_variable_length.exp: New testcase.
13724 * gdb.ada/array_of_variable_length/foo.adb: New file.
13725 * gdb.ada/array_of_variable_length/pck.adb: New file.
13726 * gdb.ada/array_of_variable_length/pck.ads: New file.
13727
13728 2015-09-15 Doug Evans <dje@google.com>
13729
13730 * gdb.base/callfuncs.exp (do_function_calls): Handle clang naming
13731 of function static local variable.
13732
13733 2015-09-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
13734
13735 * gdb.threads/tls-so_extern.exp: New test file.
13736 * gdb.threads/tls-so_extern.c: New test file.
13737 * gdb.threads/tls-so_extern_main.c: New test file.
13738
13739 2015-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
13740
13741 * gdb.opt/solib-intra-step-lib.c: New file.
13742 * gdb.opt/solib-intra-step-main.c: New file.
13743 * gdb.opt/solib-intra-step.exp: New file.
13744
13745 2015-09-15 Pedro Alves <palves@redhat.com>
13746
13747 * gdb.threads/non-ldr-exc-3.exp (do_test): Use
13748 gdb_continue_to_breakpoint instead of gdb_test_multiple.
13749
13750 2015-09-14 Pedro Alves <palves@redhat.com>
13751
13752 * gdb.base/hook-stop-continue.c: Delete.
13753 * gdb.base/hook-stop-continue.exp: Delete.
13754 * gdb.base/hook-stop-frame.c: Delete.
13755 * gdb.base/hook-stop-frame.exp: Delete.
13756 * gdb.base/hook-stop.c: New file.
13757 * gdb.base/hook-stop.exp: New file.
13758
13759 2015-09-14 Pierre-Marie de Rodat <derodat@adacore.com>
13760
13761 * gdb.ada/access_to_packed_array.exp: New testcase.
13762 * gdb.ada/access_to_packed_array/foo.adb: New file.
13763 * gdb.ada/access_to_packed_array/pack.adb: New file.
13764 * gdb.ada/access_to_packed_array/pack.ads: New file.
13765
13766 2015-09-14 Markus Metzger <markus.t.metzger@intel.com>
13767
13768 * gdb.btrace/buffer-size.exp: Remove recording with unlimited BTS
13769 buffer size test.
13770
13771 2015-09-11 Don Breazeal <donb@codesourcery.com>
13772
13773 * gdb.base/foll-exec.c: Add copyright header. Fix
13774 formatting issues.
13775 * gdb.base/foll-exec.exp (zap_session): Delete proc.
13776 (do_exec_tests): Use clean_restart in place of zap_session,
13777 and for test initialization. Fix formatting issues. Use
13778 fail in place of perror.
13779 * gdb.base/pie-execl.exp (main): Use 'inferior_spawn_id' in
13780 an expect statement to match an expression with output from
13781 the program under debug.
13782 * gdb.threads/non-ldr-exc-1.exp (do_test, main): Add
13783 non-stop tests and use save_vars to enable non-stop in GDBFLAGS.
13784 * gdb.threads/non-ldr-exc-2.exp: Likewise.
13785 * gdb.threads/non-ldr-exc-3.exp: Likewise.
13786 * gdb.threads/non-ldr-exc-4.exp: Likewise.
13787
13788 2015-09-09 Doug Evans <dje@google.com>
13789
13790 * gdb.python/py-prettyprint.exp: Check result of run_lang_tests.
13791
13792 2015-09-09 Doug Evans <dje@google.com>
13793
13794 * gdb.base/pie-execl.exp: Fix result test of build_executable.
13795
13796 2015-09-09 Doug Evans <dje@google.com>
13797
13798 * gdb.base/savedregs.exp: Fix typo.
13799
13800 2015-09-09 Pedro Alves <palves@redhat.com>
13801
13802 * gdb.mi/mi-cli.exp: Add CLI finish tests.
13803
13804 2015-09-08 Sandra Loosemore <sandra@codesourcery.com>
13805
13806 * gdb.threads/hand-call-in-threads.exp: Make sure the thread
13807 command actually switches threads. Give up on remaining
13808 tests if target fails to stop at breakpoint.
13809
13810 2015-09-03 Pierre-Marie de Rodat <derodat@adacore.com>
13811
13812 * gdb.ada/funcall_char.exp: New testcase.
13813 * gdb.ada/funcall_char/foo.adb: New file.
13814
13815 2015-09-01 Pierre-Marie de Rodat <derodat@adacore.com>
13816
13817 * gdb.ada/complete.exp: Add "pck.ambiguous_func" to the relevant
13818 expected outputs. Add two testcases for completing ambiguous
13819 functions.
13820 * gdb.ada/complete/aux_pck.adb: New file.
13821 * gdb.ada/complete/aux_pck.ads: New file.
13822 * gdb.ada/complete/foo.adb: Pull Aux_Pck and call the two
13823 Ambiguous_Func functions.
13824 * gdb.ada/complete/pck.ads: Add an Ambiguous_Func function.
13825 * gdb.ada/complete/pck.adb: Likewise.
13826
13827 2015-08-27 Ulrich Weigand <uweigand@de.ibm.com>
13828
13829 * lib/cell.exp (skip_cell_tests): Report UNRESOLVED on unexpected
13830 failures to run the test program under GDB.
13831
13832 2015-08-26 Luis Machado <lgustavo@codesourcery.com>
13833
13834 * gdb.compile/compile-ifunc.exp (with_test_prefix): Force language
13835 to C.
13836
13837 2015-08-26 Patrick Palka <patrick@parcs.ath.cx>
13838
13839 * gdb.base/run-after-attach.exp: New test file.
13840 * gdb.base/run-after-attach.c: New test file.
13841
13842 2015-08-26 Don Breazeal <donb@codesourcery.com>
13843
13844 * gdb.base/foll-exec-2.c: New test program.
13845 * gdb.base/foll-exec-2.exp: New test.
13846
13847 2015-08-25 Pierre-Marie de Rodat <derodat@adacore.com>
13848
13849 * gdb.base/nested-subp1.exp: New file.
13850 * gdb.base/nested-subp1.c: New file.
13851 * gdb.base/nested-subp2.exp: New file.
13852 * gdb.base/nested-subp2.c: New file.
13853 * gdb.base/nested-subp3.exp: New file.
13854 * gdb.base/nested-subp3.c: New file.
13855
13856 2015-08-24 Pedro Alves <palves@redhat.com>
13857
13858 * gdb.server/connect-without-multi-process.c: New file.
13859 * gdb.server/connect-without-multi-process.exp: New file.
13860
13861 2015-08-24 Luis Machado <lgustavo@codesourcery.com>
13862
13863 * gdb.opt/inline-markers.c: Make z int.
13864
13865 2015-08-24 Luis Machado <lgustavo@codesourcery.com>
13866
13867 * gdb.opt/inline-markers.c: Make z volatile.
13868
13869 2015-08-24 Luis Machado <lgustavo@codesourcery.com>
13870
13871 * gdb.opt/inline-bt.c: New volatile global z.
13872 * gdb.opt/inline-cmds.c: Likewise.
13873 * gdb.opt/inline-locals.c: Likewise.
13874 * gdb.opt/inline-markers.c: New extern global z.
13875 (marker): Use z.
13876 (inline_fn): Likewise.
13877
13878 2015-08-24 Pedro Alves <palves@redhat.com>
13879
13880 * config/m32r-stub.exp: Remove file.
13881 * gdb.base/call-ar-st.exp: Remove reference to sparclet.
13882 * gdb.base/call-rt-st.exp: Likewise.
13883 * gdb.base/call-strs.exp: Likewise.
13884 * gdb.base/default.exp: Remove references to h8300-*-hms and
13885 *-*-udi*.
13886 * gdb.base/funcargs.exp: Remove reference to sparclet-*-*.
13887
13888 2015-08-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
13889
13890 * gdb.base/gnu_vector.exp: Try compilation with "-mcpu=native
13891 -Wno-psabi" if "-mcpu=native" fails. For the tests with "finish"
13892 and "return" use KFAIL when GDB can not read/write the vector
13893 return value.
13894
13895 2015-08-21 Gary Benson <gbenson@redhat.com>
13896
13897 * gdb.trace/pending.exp: Cope with remote transfer warnings.
13898
13899 2015-08-20 Pedro Alves <palves@redhat.com>
13900
13901 * gdb.server/solib-list.exp: No longer expect an interior stop in
13902 non-stop mode.
13903
13904 2015-08-20 Pedro Alves <palves@redhat.com>
13905
13906 * gdb.server/connect-stopped-target.c: New file.
13907 * gdb.server/connect-stopped-target.exp: New file.
13908
13909 2015-08-20 Pedro Alves <palves@redhat.com>
13910
13911 * gdb.dwarf2/comp-unit-lang.exp: New file.
13912 * gdb.dwarf2/comp-unit-lang.c: New file.
13913
13914 2015-08-20 Pierre-Marie de Rodat <derodat@adacore.com>
13915
13916 * gdb.ada/attr_ref_and_charlit.exp: New testcase.
13917 * gdb.ada/attr_ref_and_charlit/foo.adb: New file.
13918
13919 2015-08-19 Kevin Buettner <kevinb@redhat.com>
13920
13921 * gdb.dwarf2/dw2-bad-mips-linkage-name.c: New file.
13922 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: New file.
13923
13924 2015-08-18 Doug Evans <dje@google.com>
13925 Adrian Sendroiu <adrian.sendroiu@freescale.com>
13926
13927 * lib/gdb.exp (skip_python_tests_prompt): Renamed from
13928 skip_python_tests. New arg prompt_regexp.
13929 (skip_python_tests): New function.
13930 * lib/mi-support.exp (mi_skip_python_tests): New function.
13931 * gdb.python/py-mi-objfile-gdb.py: New file.
13932 * gdb.python/py-mi-objfile.c: New file.
13933 * gdb.python/py-mi-objfile.exp: New file.
13934
13935 2015-08-17 Keith Seitz <keiths@redhat.com>
13936
13937 * gdb.linespec/explicit.exp: Move strace test from here ...
13938 * gdb.trace/strace.exp: ... to here.
13939
13940 2015-08-15 Patrick Palka <patrick@parcs.ath.cx>
13941
13942 * gdb.base/kill-detach-inferiors-cmd.exp: New test file.
13943 * gdb.base/kill-detach-inferiors-cmd.c: New test file.
13944
13945 2015-08-14 Doug Evans <xdje42@gmail.com>
13946
13947 * gdb.perf/lib/perftest/utils.py (select_file): Kill any existing
13948 inferior before selecting a new file.
13949
13950 2015-08-14 Doug Evans <xdje42@gmail.com>
13951
13952 * gdb.mi/mi-disassemble.exp: Update.
13953 * gdb.base/disasm-optim.S: New file.
13954 * gdb.base/disasm-optim.c: New file.
13955 * gdb.base/disasm-optim.h: New file.
13956 * gdb.base/disasm-optim.exp: New file.
13957
13958 2015-08-14 Keith Seitz <keiths@redhat.com>
13959
13960 * lib/mi-support.exp (mi_make_breakpoint): Add option/handling for
13961 "evaluated-by".
13962
13963 2015-08-13 Joel Brobecker <brobecker@adacore.com>
13964
13965 * gdb.base/dso2dso.exp: Improve the testcase's documentation.
13966
13967 2015-08-13 Pierre-Marie de Rodat <derodat@adacore.com>
13968
13969 * gdb.ada/fun_renaming.exp: New testcase.
13970 * gdb.ada/fun_renaming/fun_renaming.adb: New file.
13971 * gdb.ada/fun_renaming/pack.adb: New file.
13972 * gdb.ada/fun_renaming/pack.ads: New file.
13973
13974 2015-08-12 Keith Seitz <keiths@redhat.com>
13975
13976 * gdb.base/dso2dso.exp: Pass basename of source file in call to
13977 gdb_get_line_number.
13978
13979 2015-08-12 Joel Brobecker <brobecker@adacore.com>
13980
13981 * gdb.base/dso2dso-dso2.c, gdb.base/dso2dso-dso2.h,
13982 gdb.base/dso2dso-dso1.c, gdb.base/dso2dso-dso1.h, gdb.base/dso2dso.c,
13983 gdb.base/dso2dso.exp: New files.
13984
13985 2015-08-12 Sergio Durigan Junior <sergiodj@redhat.com>
13986 Pedro Alves <palves@redhat.com>
13987 Keith Seitz <keiths@redhat.com>
13988
13989 * gdb.base/checkpoint-ns.exp: Use save_vars to save and restore
13990 GDBFLAGS.
13991
13992 2015-08-12 Patrick Palka <patrick@parcs.ath.cx>
13993
13994 * gdb.base/gdbhistsize-history.exp
13995 (test_histsize_history_setting): Use save_vars.
13996 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
13997 Use save_vars.
13998 (test_no_truncation_of_unlimited_history_file): Use save_vars.
13999 * gdb.base/readline.exp: Use save_vars.
14000
14001 2015-08-12 Patrick Palka <patrick@parcs.ath.cx>
14002
14003 * lib/gdb.exp (save_vars): New proc.
14004
14005 2015-08-11 Keith Seitz <keiths@redhat.com>
14006
14007 * gdb.base/help.exp: Update help_breakpoint_text.
14008
14009 2015-08-11 Keith Seitz <keiths@redhat.com>
14010
14011 * gdb.mi/mi-break.exp (test_explicit_breakpoints): New proc.
14012 (at toplevel): Call test_explicit_breakpoints.
14013 * gdb.mi/mi-dprintf.exp: Add tests for explicit dprintf
14014 breakpoints.
14015 * lib/mi-support.exp (mi_make_breakpoint): Add support for
14016 breakpoint conditions, "-cond".
14017
14018 2015-08-11 Keith Seitz <keiths@redhat.com>
14019
14020 * gdb.linespec/3explicit.c: New file.
14021 * gdb.linespec/cpexplicit.cc: New file.
14022 * gdb.linespec/cpexplicit.exp: New file.
14023 * gdb.linespec/explicit.c: New file.
14024 * gdb.linespec/explicit.exp: New file.
14025 * gdb.linespec/explicit2.c: New file.
14026 * gdb.linespec/ls-errs.exp: Add explicit location tests.
14027 * lib/gdb.exp (capture_command_output): Regexp-escape `command'
14028 before using in the matching pattern.
14029 Clarify that `prefix' is a regular expression.
14030
14031 2015-08-11 Keith Seitz <keiths@redhat.com>
14032
14033 * gdb.base/dprintf-pending.exp: Update dprintf "without format"
14034 test.
14035 Add tests for missing ",FMT" and ",".
14036
14037 2015-08-10 Doug Evans <dje@google.com>
14038 Keith Seitz <keiths@redhat.com>
14039
14040 PR gdb/17960
14041 * gdb.base/completion.exp: Add location completer tests.
14042
14043 2015-08-07 Pedro Alves <palves@redhat.com>
14044
14045 * gdb.arch/ppc64-atomic-inst.exp (do_test): New procedure, move
14046 tests here.
14047 (top level): Run do_test with and without displaced stepping.
14048
14049 2015-08-07 Pedro Alves <palves@redhat.com>
14050
14051 * gdb.base/valgrind-disp-step.c: New file.
14052 * gdb.base/valgrind-disp-step.exp: New file.
14053
14054 2015-08-07 Pedro Alves <palves@redhat.com>
14055
14056 * gdb.threads/step-over-lands-on-breakpoint.c (wait_threads):
14057 Delete function.
14058 (main): Add alarm. Run an infinite loop instead of calling
14059 wait_threads.
14060 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): Change
14061 comment.
14062 * gdb.threads/step-over-trips-on-watchpoint.c (wait_threads):
14063 Delete function.
14064 (main): Add alarm. Run an infinite loop instead of calling
14065 wait_threads.
14066 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Change
14067 comment.
14068
14069 2015-08-07 Pedro Alves <palves@redhat.com>
14070
14071 * gdb.base/checkpoint-ns.exp: New file.
14072 * gdb.base/checkpoint.exp: Pass explicit "checkpoint.c" to
14073 standard_testfile.
14074
14075 2015-08-07 Markus Metzger <markus.t.metzger@intel.com>
14076
14077 * lib/gdb.exp (skip_tsx_tests, skip_btrace_pt_tests): New.
14078 * gdb.btrace/instruction_history.exp: Update.
14079 * gdb.btrace/tsx.exp: New.
14080 * gdb.btrace/tsx.c: New.
14081
14082 2015-08-06 Pedro Alves <palves@redhat.com>
14083
14084 * gdb.reverse/step-precsave.exp: Use with_timeout_factor to
14085 increase timeout.
14086 * gdb.reverse/until-precsave.exp: Bump timeouts.
14087
14088 2015-08-06 Pedro Alves <palves@redhat.com>
14089
14090 * gdb.base/valgrind-infcall.exp: Issue a "disconnect".
14091
14092 2015-08-06 Pedro Alves <palves@redhat.com>
14093
14094 PR gdb/18749
14095 * gdb.threads/process-dies-while-handling-bp.c: New file.
14096 * gdb.threads/process-dies-while-handling-bp.exp: New file.
14097
14098 2015-08-06 Pedro Alves <palves@redhat.com>
14099
14100 * gdb.threads/forking-threads-plus-breakpoint.exp: New file.
14101 * gdb.threads/forking-threads-plus-breakpoint.c: New file.
14102
14103 2015-08-05 Pedro Alves <palves@redhat.com>
14104
14105 * gdb.threads/next-while-other-thread-longjmps.c: New file.
14106 * gdb.threads/next-while-other-thread-longjmps.exp: New file.
14107
14108 2015-08-03 Sandra Loosemore <sandra@codesourcery.com>
14109
14110 * gdb.base/bp-permanent.exp: Report test as unsupported if
14111 the target cannot stop at the permanent breakpoint.
14112
14113 2015-08-03 Doug Evans <dje@google.com>
14114
14115 * gdb.perf/single-step.exp (SINGLE_STEP_COUNT): Change to 1000 from
14116 10000.
14117
14118 2015-08-03 Doug Evans <dje@google.com>
14119
14120 * Makefile.in (workers/%.worker, build-perf): New rule.
14121 (GDB_PERFTEST_MODE): New variable.
14122 (check-perf): Use it.
14123 (clean): Clean up gdb.perf parallel build subdirs.
14124 * lib/build-piece.exp: New file.
14125 * lib/gdb.exp (make_gdb_parallel_path): New function
14126 (standard_output_file, standard_temp_file): Call it.
14127 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
14128 of $GDB_PARALLEL.
14129 * lib/cache.exp (gdb_do_cache): Call make_gdb_parallel_path.
14130
14131 2015-08-03 Doug Evans <dje@google.com>
14132
14133 * gdb.perf/lib/perftest/reporter.py (SUM_FILE_NAME): New global.
14134 (LOG_FILE_NAME): New global.
14135 (TextReporter.__init__): Initialize self.txt_sum.
14136 (TextReporter.report): Add support for multiple data-points.
14137 Move report to perftest.sum, put raw data in perftest.log.
14138 (TextReporter.start): Open sum and log files.
14139 (TextReporter.end): Close sum and log files.
14140 * gdb.perf/lib/perftest/testresult.py
14141 (SingleStatisticTestResult.record): Handle multiple data-points.
14142
14143 2015-07-31 Pedro Alves <palves@redhat.com>
14144
14145 * gdb.base/attach-pie-misread.exp: Rename $res to $test_spawn_id.
14146 Use spawn_id_get_pid. Wait for spawn id after eof. Use
14147 kill_wait_spawned_process instead of explicit "kill -9".
14148 * gdb.base/attach-pie-noexec.exp: Adjust to spawn_wait_for_attach
14149 returning a spawn id instead of a pid. Use spawn_id_get_pid and
14150 kill_wait_spawned_process.
14151 * gdb.base/attach-twice.exp: Likewise.
14152 * gdb.base/attach.exp: Likewise.
14153 (do_command_attach_tests): Use gdb_spawn_with_cmdline_opts and
14154 gdb_test_multiple.
14155 * gdb.base/solib-overlap.exp: Adjust to spawn_wait_for_attach
14156 returning a spawn id instead of a pid. Use spawn_id_get_pid and
14157 kill_wait_spawned_process.
14158 * gdb.base/valgrind-infcall.exp: Likewise.
14159 * gdb.multi/multi-attach.exp: Likewise.
14160 * gdb.python/py-prompt.exp: Likewise.
14161 * gdb.python/py-sync-interp.exp: Likewise.
14162 * gdb.server/ext-attach.exp: Likewise.
14163 * gdb.threads/attach-into-signal.exp (corefunc): Use
14164 spawn_wait_for_attach, spawn_id_get_pid and
14165 kill_wait_spawned_process.
14166 * gdb.threads/attach-many-short-lived-threads.exp: Adjust to
14167 spawn_wait_for_attach returning a spawn id instead of a pid. Use
14168 spawn_id_get_pid and kill_wait_spawned_process.
14169 * gdb.threads/attach-stopped.exp (corefunc): Use
14170 spawn_wait_for_attach, spawn_id_get_pid and
14171 kill_wait_spawned_process.
14172 * gdb.base/break-interp.exp: Rename $res to $test_spawn_id.
14173 Use spawn_id_get_pid. Wait for spawn id after eof. Use
14174 kill_wait_spawned_process instead of explicit "kill -9".
14175 * lib/gdb.exp (can_spawn_for_attach): Adjust comment.
14176 (kill_wait_spawned_process, spawn_id_get_pid): New procedures.
14177 (spawn_wait_for_attach): Use spawn instead of exec to spawn
14178 processes. Don't map cygwin/windows pids here. Now returns a
14179 spawn id list.
14180
14181 2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
14182
14183 * gdb.cp/var-tag.exp (do_global_tests): Revert broken commit
14184 4bc4d42859e3b42c79c89295ef39944bdb3e6753 and apply the
14185 correct patch.
14186
14187 2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
14188
14189 * gdb.arch/ppc64-symtab-cordic.exp: Restrict to ppc64 targets.
14190
14191 2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
14192
14193 Reapply:
14194 2014-05-21 Mark Wielaard <mjw@redhat.com>
14195
14196 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
14197
14198 2015-07-30 Pedro Alves <palves@redhat.com>
14199
14200 * linux-low.c (handle_extended_wait): Set the child's last
14201 reported status to TARGET_WAITKIND_STOPPED.
14202
14203 2015-07-30 Pedro Alves <palves@redhat.com>
14204
14205 PR threads/18600
14206 * gdb.threads/fork-plus-threads.exp: Test that "info inferiors"
14207 only shows inferior 1.
14208
14209 2015-07-30 Simon Marchi <simon.marchi@ericsson.com>
14210 Pedro Alves <palves@redhat.com>
14211
14212 PR threads/18600
14213 * gdb.threads/fork-plus-threads.c: New file.
14214 * gdb.threads/fork-plus-threads.exp: New file.
14215
14216 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
14217
14218 * gdb.base/batch-preserve-term-settings.exp
14219 (test_terminal_settings_preserved_after_cli_exit): Use
14220 send_quit_command.
14221
14222 2015-07-29 Pedro Alves <palves@redhat.com>
14223 Don Breazeal <donb@codesourcery.com>
14224
14225 * gdb.base/multi-forks.exp (continue_to_exit_bp_loc): Expect
14226 output from both inferior_spawn_id and gdb_spawn_id.
14227
14228 2015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
14229
14230 * gdb.threads/attach-into-signal.exp (corefunc): Use
14231 with_test_prefix on nested loops, uniquefying the test messages.
14232
14233 2015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
14234
14235 * gdb.python/py-objfile.exp: Fix typo that snuck in from my last
14236 commit.
14237
14238 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
14239
14240 * gdb.base/batch-preserve-term-settings.exp (send_quit_command):
14241 New proc.
14242 (test_terminal_settings_preserved_after_sigterm): New test.
14243
14244 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
14245
14246 * gdb.base/batch-preserve-term-settings.exp
14247 (test_terminal_settings_preserved_after_cli_exit): New test.
14248
14249 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
14250
14251 * gdb.base/batch-preserve-term-settings.exp: Remove top-level
14252 manipulation of saved_gdbflags.
14253 (test_terminal_settings_preserved): Remove global declaration of
14254 the unused variable pagination_prompt. Remove manipulation of
14255 saved_gdbflags. Use a local variable EXTRA_GDBFLAGS instead of
14256 GDBFLAGS.
14257
14258 2015-07-29 Pedro Alves <palves@redhat.com>
14259
14260 * boards/gdbserver-base.exp: Don't set gdb,noinferiorio.
14261
14262 2015-07-29 Pedro Alves <palves@redhat.com>
14263
14264 * gdb.base/interrupt.exp: Revert back to checking gdb,noinferiorio
14265 at the top.
14266
14267 2015-07-29 Pedro Alves <palves@redhat.com>
14268
14269 * gdb.base/call-ar-st.c: Include "../lib/unbuffer_output.c".
14270 (main): Call gdb_unbuffer_output.
14271 * gdb.base/call-rt-st.c: Include "../lib/unbuffer_output.c".
14272 (main): Call gdb_unbuffer_output.
14273 * gdb.base/call-strs.c: Include "../lib/unbuffer_output.c".
14274 (main): Call gdb_unbuffer_output.
14275 * gdb.base/call-strs.exp: Adjust to step over the
14276 gdb_unbuffer_output call.
14277 * gdb.base/catch-gdb-caused-signals.c: Include
14278 "../lib/unbuffer_output.c".
14279 (main): Call gdb_unbuffer_output.
14280 * gdb.base/dprintf.c: Include "../lib/unbuffer_output.c".
14281 (main): Call gdb_unbuffer_output.
14282 * gdb.base/ending-run.c: Include "../lib/unbuffer_output.c".
14283 (main): Call gdb_unbuffer_output.
14284 * gdb.base/run.c: Include "../lib/unbuffer_output.c".
14285 (main): Call gdb_unbuffer_output.
14286 * gdb.base/shlib-call.exp: Adjust to step over the
14287 gdb_unbuffer_output call.
14288 * gdb.base/shmain.c: Include "../lib/unbuffer_output.c".
14289 (main): Call gdb_unbuffer_output.
14290 * gdb.base/sizeof.c: Include "../lib/unbuffer_output.c".
14291 (main): Call gdb_unbuffer_output.
14292 * gdb.base/varargs.c: Include "../lib/unbuffer_output.c".
14293 (main): Rename to ...
14294 (test): ... this.
14295 (main): Reimplement.
14296 * gdb.base/varargs.exp: Run to test instead of to main.
14297 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
14298 (main): Call gdb_unbuffer_output.
14299
14300 2015-07-29 Pedro Alves <palves@redhat.com>
14301
14302 * gdb.mi/mi-dprintf.exp (mi_expect_dprintf): New procedure,
14303 factore out from mi_continue_dprintf. For call-style dprintfs,
14304 expect dprintf output out of $inferior_spawn_id.
14305 (mi_continue_dprintf): Use mi_expect_dprintf.
14306 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
14307 (main): Call gdb_unbuffer_output.
14308
14309 2015-07-29 Pedro Alves <palves@redhat.com>
14310
14311 * lib/mi-support.exp (mi_inferior_spawn_id): Delete.
14312 (default_mi_gdb_start): Set inferior_spawn_id instead of
14313 mi_inferior_spawn_id. If $inferior_spawn_id is not set, set it to
14314 gdb_spawn_id.
14315 (mi_gdb_test): Always expect inferior output from both
14316 $inferior_spawn_id and $gdb_spawn_id.
14317
14318 2015-07-29 Pedro Alves <palves@redhat.com>
14319
14320 * gdb.gdb/selftest.exp (test_with_self): Update comment. Use
14321 send_inferior and $inferior_spawn_id.
14322
14323 2015-07-29 Pedro Alves <palves@redhat.com>
14324
14325 * gdb.gdb/complaints.exp (test_initial_complaints)
14326 (test_serial_complaints, test_short_complaints): Use
14327 gdb_test_stdio.
14328 (test_empty_complaint): Handle $inferior_spawn_id !=
14329 $gdb_spawn_id.
14330
14331 2015-07-29 Pedro Alves <palves@redhat.com>
14332
14333 * gdb.base/varargs.exp: Use gdb_test_stdio.
14334
14335 2015-07-29 Pedro Alves <palves@redhat.com>
14336
14337 * gdb.base/shlib-call.exp: Use gdb_test_stdio.
14338
14339 2015-07-29 Pedro Alves <palves@redhat.com>
14340
14341 * gdb.base/ending-run.exp: Use gdb_test_stdio.
14342
14343 2015-07-29 Pedro Alves <palves@redhat.com>
14344
14345 * gdb.base/call-rt-st.exp (print_struct_call): Split "result"
14346 parameter into two new parameters, "inf_result" and "gdb_result".
14347 Expect inferior output and gdb output from $inferior_spawn_id and
14348 $gdb_spawn_id, respectively. Adjust all callers.
14349
14350 2015-07-29 Pedro Alves <palves@redhat.com>
14351
14352 * gdb.base/call-ar-st.exp: Use gdb_test_stdio+multi_line instead
14353 of gdb_test_sequence.
14354
14355 2015-07-29 Pedro Alves <palves@redhat.com>
14356
14357 * gdb.base/a2-run.exp (saw_usage, saw_exit_wrapper)
14358 (saw_spurious_output): Expect inferior output from
14359 $inferior_spawn_id. Use gdb_test_stdio.
14360
14361 2015-07-29 Pedro Alves <palves@redhat.com>
14362
14363 * gdb.base/dprintf.exp: Use standard_testfile. Change
14364 prepare_for_testing call.
14365 (srcfile): Don't set.
14366 (restart): New procedure.
14367 (test_dprintf): New procecure, use to continue over dprintfs.
14368 (test_call, test_agent): New procedures, tests moved here.
14369 Restart gdb and recreate dprintfs. Adjust expected output.
14370
14371 2015-07-29 Pedro Alves <palves@redhat.com>
14372
14373 * gdb.base/catch-gdb-caused-signals.exp: Use gdb_test_stdio.
14374
14375 2015-07-29 Pedro Alves <palves@redhat.com>
14376
14377 * gdb.base/call-strs.exp: Use gdb_test_stdio instead of gdb_test.
14378
14379 2015-07-29 Pedro Alves <palves@redhat.com>
14380
14381 * gdb.base/sizeof.exp (check_sizeof, check_valueof): Use
14382 gdb_test_stdio.
14383
14384 2015-07-29 Pedro Alves <palves@redhat.com>
14385
14386 * lib/gdb.exp (gdb_test_stdio): New procedure.
14387
14388 2015-07-29 Pedro Alves <palves@redhat.com>
14389
14390 * gdb.base/restore.exp (restore_tests): Use gdb_continue_to_end.
14391
14392 2015-07-29 Pedro Alves <palves@redhat.com>
14393
14394 * gdb.base/call-signal-resume.exp: Remove check for
14395 gdb,noinferiorio. Don't expect "no signal". Use gdb_test.
14396 * gdb.base/unwindonsignal.exp: Likewise.
14397 * gdb.base/call-signals.c (gen_signal): Remove printf call.
14398 * gdb.base/unwindonsignal.c (gen_signal): Likewise.
14399
14400 2015-07-29 Pedro Alves <palves@redhat.com>
14401
14402 * gdb.base/siginfo-addr.c (pass): New function.
14403 (handler): Call it iff si_addr is correct.
14404 * gdb.base/siginfo-addr.exp: Remove gdb_skip_stdio_test check.
14405 Set a breakpoint at "pass" and continue to it.
14406
14407 2015-07-28 Sergio Durigan Junior <sergiodj@redhat.com>
14408
14409 * gdb.python/py-objfile.exp: Make some tests have unique names.
14410 * gdb.python/py-pp-registration.exp: Likewise.
14411
14412 2015-07-28 Pedro Alves <palves@redhat.com>
14413
14414 * gdb.server/server-exec-info.exp: Issue a "disconnect".
14415
14416 2015-07-27 Simon Marchi <simon.marchi@ericsson.com>
14417
14418 * gdb.mi/mi-pending.c (thread_func): Replace return with return NULL.
14419
14420 2015-07-27 Simon Marchi <simon.marchi@ericsson.com>
14421
14422 * gdb.mi/mi-watch.exp (test_watchpoint_triggering): Remove xfail.
14423
14424 2015-07-27 Patrick Palka <patrick@parcs.ath.cx>
14425
14426 * gdb.base/gdb-sigterm-2.exp: New test.
14427
14428 2015-07-25 Doug Evans <xdje42@gmail.com>
14429
14430 Revert:
14431 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
14432 (workers/%.worker, build-perf): New rule.
14433 (GDB_PERFTEST_MODE): New variable.
14434 (check-perf): Use it.
14435 (clean): Clean up gdb.perf parallel build subdirs.
14436 * lib/build-piece.exp: New file.
14437 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
14438 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
14439 name.
14440 (standard_temp_file): Ditto.
14441 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
14442 of $GDB_PARALLEL.
14443
14444 2015-07-24 Doug Evans <dje@google.com>
14445
14446 * gdb.perf/lib/perftest/utils.py: New file.
14447 * gdb.perf/gm-hello.cc: New file.
14448 * gdb.perf/gm-pervasive-typedef.cc: New file.
14449 * gdb.perf/gm-pervasive-typedef.h: New file.
14450 * gdb.perf/gm-std.cc: New file.
14451 * gdb.perf/gm-std.h: New file.
14452 * gdb.perf/gm-use-cerr.cc: New file.
14453 * gdb.perf/gm-utils.h: New file.
14454 * gdb.perf/gmonster-null-lookup.py: New file.
14455 * gdb.perf/gmonster-pervasive-typedef.py: New file.
14456 * gdb.perf/gmonster-print-cerr.py: New file.
14457 * gdb.perf/gmonster-ptype-string.py: New file.
14458 * gdb.perf/gmonster-runto-main.py: New file.
14459 * gdb.perf/gmonster-select-file.py: New file.
14460 * gdb.perf/gmonster1-null-lookup.exp: New file.
14461 * gdb.perf/gmonster1-pervasive-typedef.exp: New file.
14462 * gdb.perf/gmonster1-print-cerr.exp: New file.
14463 * gdb.perf/gmonster1-ptype-string.exp: New file.
14464 * gdb.perf/gmonster1-runto-main.exp: New file.
14465 * gdb.perf/gmonster1-select-file.exp: New file.
14466 * gdb.perf/gmonster1.cc: New file.
14467 * gdb.perf/gmonster1.exp: New file.
14468 * gdb.perf/gmonster2-null-lookup.exp: New file.
14469 * gdb.perf/gmonster2-pervasive-typedef.exp: New file.
14470 * gdb.perf/gmonster2-print-cerr.exp: New file.
14471 * gdb.perf/gmonster2-ptype-string.exp: New file.
14472 * gdb.perf/gmonster2-runto-main.exp: New file.
14473 * gdb.perf/gmonster2-select-file.exp: New file.
14474 * gdb.perf/gmonster2.cc: New file.
14475 * gdb.perf/gmonster2.exp: New file.
14476
14477 2015-07-24 Doug Evans <dje@google.com>
14478
14479 * gdb.perf/README: New file.
14480 * lib/perftest.exp (tcl_string_list_to_python_list): New function.
14481 * lib/gen-perf-test.exp: New file.
14482
14483 2015-07-24 Doug Evans <dje@google.com>
14484
14485 * lib/perftest.exp (PerfTest::compile): Unconditionally call body.
14486 (PerfTest::startup): New function.
14487 (PerfTest::run): Return result of calling body.
14488 (PerfTest::assemble): Rewrite.
14489 * gdb.perf/backtrace.exp (PerfTest::assemble): Update function result.
14490 * gdb.perf/disassemble.exp (PerfTest::assemble): Ditto.
14491 * gdb.perf/single-step.exp (PerfTest::assemble): Ditto.
14492 * gdb.perf/skip-prologue.exp (PerfTest::assemble): Ditto.
14493 * gdb.perf/solib.exp (PerfTest::assemble): Ditto.
14494
14495 2015-07-24 Doug Evans <dje@google.com>
14496
14497 * lib/gdb.exp (clean_restart): Make executable optional.
14498
14499 2015-07-24 Doug Evans <dje@google.com>
14500
14501 * gdb.base/watchpoint.exp (test_complex_watchpoint): Remove
14502 compiler_info references.
14503 * gdb.cp/temargs.exp: Ditto.
14504 * lib/gdb.exp: Unset compiler_info instead of setting to "unknown".
14505 (get_compiler_info): Early exit if already computed. Set compiler_info
14506 to "unknown" if there was a problem.
14507 (test_compiler_info): Add function comment. Call get_compiler_info.
14508
14509 2015-07-24 Doug Evans <dje@google.com>
14510
14511 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
14512 (workers/%.worker, build-perf): New rule.
14513 (GDB_PERFTEST_MODE): New variable.
14514 (check-perf): Use it.
14515 (clean): Clean up gdb.perf parallel build subdirs.
14516 * lib/build-piece.exp: New file.
14517 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
14518 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
14519 name.
14520 (standard_temp_file): Ditto.
14521 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
14522 of $GDB_PARALLEL.
14523
14524 2015-07-24 Doug Evans <dje@google.com>
14525
14526 * lib/future.exp (gdb_default_target_compile): New option
14527 "early_flags".
14528 * lib/gdb.exp (gdb_compile): Undo debian's change in default of
14529 --as-needed.
14530
14531 2015-07-24 Sergio Durigan Junior <sergiodj@redhat.com>
14532
14533 * gdb.base/catch-syscall.exp: Call gdb_exit before
14534 gdb_skip_xml_test.
14535
14536 2015-07-24 Pedro Alves <palves@redhat.com>
14537
14538 * gdb.python/py-events.exp: Accept output between the stop event
14539 and the prompt.
14540 * gdb.python/py-evsignal.exp: Likewise.
14541 * gdb.python/py-evthreads.exp: Likewise.
14542
14543 2015-07-24 Pedro Alves <palves@redhat.com>
14544
14545 PR gdb/18717
14546 * gdb.threads/non-ldr-exit.c: New file.
14547 * gdb.threads/non-ldr-exit.exp: New file.
14548
14549 2015-07-24 Yao Qi <yao.qi@linaro.org>
14550
14551 * gdb.server/ext-wrapper.exp: Test --wrapper option when
14552 restarting process.
14553
14554 2015-07-24 Yao Qi <yao.qi@linaro.org>
14555
14556 * gdb.server/ext-restart.exp: New file.
14557
14558 2015-07-24 Yao Qi <yao.qi@linaro.org>
14559
14560 * lib/gdbserver-support.exp (gdbserver_start_extended): Add
14561 argument options.
14562 * gdb.server/ext-wrapper.exp: New file.
14563
14564 2015-07-23 Doug Evans <dje@google.com>
14565
14566 * gdb.dwarf2/dw2-dummy-cu.S: New file.
14567 * gdb.dwarf2/dw2-dummy-cu.exp: New file.
14568
14569 2015-07-23 Pierre-Marie de Rodat <derodat@adacore.com>
14570
14571 * gdb.ada/var_arr_typedef.exp: New testcase.
14572 * gdb.ada/var_arr_typedef/pack.adb: New file.
14573 * gdb.ada/var_arr_typedef/pack.ads: New file.
14574 * gdb.ada/var_arr_typedef/var_arr_typedef.adb: New file.
14575
14576 2015-07-20 Joel Brobecker <brobecker@adacore.com>
14577
14578 * gdb.ada/info_exc.exp: Adjust "info exceptions" expected output.
14579
14580 2015-07-16 Jan Kratochvil <jan.kratochvil@redhat.com>
14581
14582 * gdb.arch/i386-biarch-core.exp: Replace istarget
14583 by "complete set gnutarget". Remove expectation for the "core-file"
14584 command.
14585
14586 2015-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
14587
14588 Revert the previous commit:
14589 Tests for validate symbol file using build-id.
14590
14591 2015-07-15 Aleksandar Ristovski <aristovski@qnx.com
14592
14593 Tests for validate symbol file using build-id.
14594 * gdb.base/solib-mismatch-lib.c: New file.
14595 * gdb.base/solib-mismatch-libmod.c: New file.
14596 * gdb.base/solib-mismatch.c: New file.
14597 * gdb.base/solib-mismatch.exp: New file.
14598
14599 2015-07-15 Sandra Loosemore <sandra@codesourcery.com>
14600
14601 * gdb.base/sigaltstack.exp (finish_test): Add kfail for
14602 nios2-*-linux*.
14603 * gdb.base/sigbpt.exp (stepi_out): Likewise.
14604 * gdb.base/siginfo.exp: Likewise.
14605 * gdb.base/sigstep.exp (advance, advancei): Likewise.
14606
14607 2015-07-15 Pierre Langlois <pierre.langlois@arm.com>
14608
14609 * gdb.base/range-stepping.exp (gdb_range_stepping_enabled):
14610 Move it to ...
14611 * lib/range-stepping-support.exp (gdb_range_stepping_enabled):
14612 ... here.
14613 * gdb.trace/range-stepping.exp: Check that the target supports
14614 range stepping.
14615
14616 2015-07-14 Jan Kratochvil <jan.kratochvil@redhat.com>
14617
14618 * gdb.arch/i386-biarch-core.exp: Fix comment typo.
14619
14620 2015-07-14 Pedro Alves <palves@redhat.com>
14621
14622 * gdb.base/killed-outside.exp: New file.
14623 * gdb.base/killed-outside.c: New file.
14624
14625 2015-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
14626
14627 * gdb.asm/asm-source.exp (f at main): Stop at gdbasm_enter.
14628 (n at main): New.
14629 * gdb.asm/asmsrc1.s: Add comment "mark: main enter".
14630
14631 2015-07-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
14632
14633 * gdb.base/gnu_vector.exp: On x86 and x86_64 targets, skip the
14634 infcall tests instead of setting up for KFAIL.
14635
14636 2015-07-10 Markus Metzger <markus.t.metzger@intel.com>
14637
14638 * gdb.btrace/record_goto-step.exp: New.
14639
14640 2015-07-08 Jan Kratochvil <jan.kratochvil@redhat.com>
14641
14642 PR compile/18484
14643 * gdb.compile/compile.c (struct struct_type): Add volatile to
14644 selffield's type.
14645 * gdb.compile/compile.exp
14646 (compile code struct_object.selffield = &struct_object): Skip further
14647 struct_object tests if this one xfails.
14648
14649 2015-07-08 Robert O'Callahan <robert@ocallahan.org>
14650
14651 PR exp/18617
14652 * gdb.trace/ax.exp: Add test.
14653
14654 2015-07-07 Yao Qi <yao.qi@linaro.org>
14655
14656 * gdb.arch/aarch64-atomic-inst.exp: Check is_aarch64_target
14657 instead of istarget "aarch64*-*-*".
14658 * gdb.arch/aarch64-fp.exp: Likewise.
14659 * gdb.base/float.exp: Likewise.
14660 * gdb.reverse/aarch64.exp: Likewise.
14661 * lib/gdb.exp (is_aarch64_target): New proc.
14662
14663 2015-07-07 Yao Qi <yao.qi@linaro.org>
14664
14665 * lib/gdb.exp (is_aarch32_target): New proc.
14666 * gdb.arch/arm-bl-branch-dest.exp: Check is_aarch32_target
14667 instead of "istarget "arm*-*-*"".
14668 * gdb.arch/arm-disp-step.exp: Likewise.
14669 * gdb.arch/thumb-bx-pc.exp: Likewise.
14670 * gdb.arch/thumb-prologue.exp: Likewise.
14671 * gdb.arch/thumb-singlestep.exp: Likewise.
14672 * gdb.base/disp-step-syscall.exp: Likewise.
14673 * gdb.base/float.exp: Likewise.
14674
14675 2015-07-07 Yao Qi <yao.qi@linaro.org>
14676
14677 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch):
14678 Set arch1, arch2, syscall1_name, syscall2_name and syscall_number.
14679
14680 2015-07-07 Yao Qi <yao.qi@linaro.org>
14681
14682 * gdb.multi/multi-arch-exec.exp: Set march1 and march2 to "" if target
14683 is aarch64. If target is aarch64, set compiler=${ARM_CC_FOR_TARGET}
14684 if it exists.
14685 * gdb.multi/multi-arch.exp: Likewise.
14686
14687 2015-07-07 Simon Marchi <simon.marchi@ericsson.com>
14688
14689 * gdb.python/py-lazy-string.exp: Add missing parentheses to
14690 print.
14691
14692 2015-07-07 Yao Qi <yao.qi@linaro.org>
14693
14694 * gdb.arch/thumb-singlestep.exp: Do one more single step.
14695
14696 2015-06-30 Martin Galvan <martin.galvan@tallertechnologies.com>
14697
14698 * lib/gdb.exp (test_class_help): Remove the unneeded escaping of
14699 '[' and ']' characters.
14700
14701 2015-06-30 Iain Buclaw <ibuclaw@gdcproject.org>
14702
14703 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
14704
14705 2015-06-29 Pedro Alves <palves@redhat.com>
14706
14707 PR threads/18127
14708 * gdb.threads/hand-call-new-thread.c: New file.
14709 * gdb.threads/hand-call-new-thread.c: New file.
14710
14711 2015-06-26 Keith Seitz <keiths@redhat.com>
14712 Doug Evans <dje@google.com>
14713
14714 PR 16253
14715 * gdb.cp/var-tag-2.cc: New file.
14716 * gdb.cp/var-tag-3.cc: New file.
14717 * gdb.cp/var-tag-4.cc: New file.
14718 * gdb.cp/var-tag.cc: New file.
14719 * gdb.cp/var-tag.exp: New file.
14720
14721 2015-06-26 Patrick Palka <patrick@parcs.ath.cx>
14722
14723 * gdb.base/history-duplicates.exp: New test.
14724
14725 2015-06-26 Patrick Palka <patrick@parcs.ath.cx>
14726
14727 * gdb.base/completion.exp: Test the completion of the "focus"
14728 command.
14729
14730 2015-06-26 Jan Kratochvil <jan.kratochvil@redhat.com>
14731
14732 * gdb.arch/amd64-prologue-skip.S: New file.
14733 * gdb.arch/amd64-prologue-skip.exp: New file.
14734
14735 2015-06-25 Simon Marchi <simon.marchi@ericsson.com>
14736
14737 * gdb.python/py-prettyprint.exp (run_lang_tests): Add
14738 is_address_zero_readable check.
14739
14740 2015-06-24 Peter Bergner <bergner@vnet.ibm.com>
14741
14742 * gdb.arch/powerpc-power.exp <rfebb>: Fixup test results.
14743 * gdb.arch/powerpc-power.s <rfebb>: Likewise.
14744
14745 2015-06-24 Yao Qi <yao.qi@linaro.org>
14746
14747 * lib/gdb.exp (supports_get_siginfo_type): Return 1 for all
14748 linux targets.
14749
14750 2015-06-24 Yao Qi <yao.qi@linaro.org>
14751
14752 * lib/gdb.exp (supports_get_siginfo_type): New proc.
14753 * gdb.base/siginfo-obj.exp: Invoke supports_get_siginfo_type.
14754 * gdb.base/siginfo-thread.exp: Likewise.
14755
14756 2015-06-22 Yao Qi <yao.qi@linaro.org>
14757
14758 * boards/remote-gdbserver-on-localhost.exp: Add comments.
14759
14760 2015-06-22 Yao Qi <yao.qi@linaro.org>
14761
14762 * lib/gdb.exp (skip_hw_breakpoint_tests): Return 0 for target
14763 aarch64*-*-*.
14764 (skip_hw_watchpoint_tests): Likewise.
14765
14766 2015-06-18 Patrick Palka <patrick@parcs.ath.cx>
14767
14768 * gdb.base/gdbinit-history.exp: Test the interaction between
14769 setting GDBHISTSIZE and setting the history size via .gdbinit.
14770
14771 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
14772
14773 PR gdb/16999
14774 * gdb.base/gdbhistsize-history.exp: New test.
14775
14776 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
14777
14778 * gdb.base/gdbinit-history.exp: Replace occurrences of HISTSIZE
14779 with GDBHISTSIZE.
14780 * gdb.base/readline.exp: Likewise.
14781
14782 2015-06-17 Yao Qi <yao.qi@linaro.org>
14783
14784 * lib/gdb.exp (get_build_id): Move braces and "else" to the same
14785 line.
14786
14787 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
14788
14789 * gdb.base/gdbinit-history.exp: Add test case to check that
14790 an unlimited history file does not get truncated on exit.
14791
14792 2015-06-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
14793
14794 * gdb.base/gnu_vector.c: Include stdarg.h and stdio.h.
14795 (VECTOR): New macro. Use it...
14796 (int4, uint4, char4, float4, int2, longlong2, float2, double2):
14797 ...for these typedefs.
14798 (int8, char1, int1, double1): New typedefs.
14799 (struct just_int2, struct two_int2): New structures.
14800 (add_some_intvecs, add_many_charvecs, add_various_floatvecs)
14801 (add_structvecs, add_singlevecs): New functions.
14802 (main): Call add_some_intvecs twice.
14803 * gdb.base/gnu_vector.exp: Drop GCC version check; just attempt
14804 the compile and exit upon failure. Try compiling for the "native"
14805 architecture. Test inferior function calls with vector arguments
14806 and vector return value handling with "finish" and "return".
14807
14808 2015-06-10 Jon Turney <jon.turney@dronecode.org.uk>
14809
14810 * gdb.base/sepdebug.exp: Add EXEEXT where needed.
14811 * lib/gdb.exp (get_build_id): Teach how to extract build-id from a
14812 PE file.
14813 * lib/future.exp (gdb_find_objdump): Add gdb_find_objdump.
14814
14815 2015-06-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
14816
14817 PR breakpoints/16465
14818 * gdb.mi/mi-dprintf-pending.c: New file.
14819 * gdb.mi/mi-dprintf-pending.exp: New test.
14820 * gdb.mi/mi-dprintf-pendshr.c: New file.
14821
14822 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
14823 Mircea Gherzan <mircea.gherzan@intel.com>
14824
14825 * gdb.arch/i386-mpx-map.c: New file.
14826 * gdb.arch/i386-mpx-map.exp: New File.
14827
14828 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
14829
14830 * gdb.arch/i386-mpx.c (have_mpx): Indentation fixed.
14831 * gdb.arch/i386-mpx.exp: Indentation fixed.
14832
14833 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
14834
14835 * gdb.arch/i386-mpx.c: Added final return to the have_mpx
14836 function and improved indentation.
14837 * gdb.arch/i386-mpx.exp: Exchanging gdb_send and gdb_expect for
14838 gdb_test_multiple. Added additional tests to skip the test.
14839
14840 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
14841
14842 * gdb.arch/i386-avx512.c: Change path in include file.
14843 * gdb.arch/i386-avx512.exp: Change include dir path
14844 compilation flag.
14845 * gdb.arch/i386-mpx.c: Change path in include file.
14846 * gdb.arch/i386-mpx.exp: Change include dir path compilation
14847 flag.
14848
14849 2015-06-04 Jan Kratochvil <jan.kratochvil@redhat.com>
14850
14851 * gdb.compile/compile-print.exp (compile print *vararray@3)
14852 (compile print *vararrayp@3): Change xfail to kfail compile/18489.
14853
14854 2015-06-03 Jan Kratochvil <jan.kratochvil@redhat.com>
14855
14856 * gdb.compile/compile.exp (keep jit in memory): Rename to ...
14857 (do not keep jit in memory): ... this.
14858 (expect 5): Change it to ...
14859 (expect no 5): ... this.
14860
14861 2015-06-02 Simon Marchi <simon.marchi@ericsson.com>
14862
14863 PR gdb/15564
14864 * gdb.mi/mi-detach.exp: New file.
14865
14866 2015-06-01 Jan Kratochvil <jan.kratochvil@redhat.com>
14867
14868 PR symtab/18392
14869 * gdb.arch/amd64-tailcall-self.S: New file.
14870 * gdb.arch/amd64-tailcall-self.c: New file.
14871 * gdb.arch/amd64-tailcall-self.exp: New file.
14872
14873 2015-05-28 Don Breazeal <donb@codesourcery.com>
14874
14875 * gdb.base/foll-vfork.exp (main): Disable exec-dependent
14876 tests for remote targets by checking is_target_gdbserver.
14877
14878 2015-05-27 Doug Evans <dje@google.com>
14879
14880 * gdb.dwarf2/opaque-type-lookup-2.c: New file.
14881 * gdb.dwarf2/opaque-type-lookup.c: New file.
14882 * gdb.dwarf2/opaque-type-lookup.exp: New file.
14883
14884 2015-05-26 Doug Evans <dje@google.com>
14885
14886 * gdb.cp/iostream.cc: New file.
14887 * gdb.cp/iostream.exp: New file.
14888
14889 2015-05-26 Doug Evans <dje@google.com>
14890
14891 * gdb.dwarf2/dw2-op-call.exp: Update.
14892 * gdb.dwarf2/dw4-sig-types.exp: Update.
14893 * gdb.dwarf2/implptr.exp: Update.
14894 * gdb.mi/mi-cmd-param-changed.exp: Update.
14895
14896 2015-05-26 Doug Evans <dje@google.com>
14897
14898 * gdb.python/py-lazy-string.c: New file.
14899 * gdb.python/py-lazy-string.exp: New file.
14900 * gdb.python/py-prettyprint.c (lazystring) <len>: New member.
14901 (main): Update. Add estring3.
14902 * gdb.python/py-prettyprint.exp: Add tests for strings at address 0.
14903 * gdb.python/py-prettyprint.py (pp_ls): Handle length.
14904
14905 2015-05-26 Omair Javaid <omair.javaid@linaro.org>
14906 Yao Qi <yao.qi@linaro.org>
14907
14908 * gdb.reverse/aarch64.c: New.
14909 * gdb.reverse/aarch64.exp: New.
14910
14911 2015-05-26 Omair Javaid <omair.javaid@linaro.org>
14912
14913 * lib/gdb.exp (supports_process_record): Return true for
14914 aarch64*-linux*.
14915 (supports_reverse): Likewise.
14916
14917 2015-05-22 Patrick Palka <patrick@parcs.ath.cx>
14918
14919 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
14920 Use with_test_prefix.
14921
14922 2015-05-21 Andrew Burgess <andrew.burgess@embecosm.com>
14923
14924 * gdb.base/completion.exp: Add test for completion of layout
14925 names.
14926
14927 2015-05-20 Andrew Burgess <andrew.burgess@embecosm.com>
14928
14929 * lib/gdb.exp (skip_tui_tests): New proc.
14930 * gdb.base/tui-layout.exp: Check skip_tui_tests.
14931
14932 2015-05-19 Pedro Alves <palves@redhat.com>
14933
14934 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
14935 Save the whole env array instead of just HOME. Unset HISTSIZE in
14936 the environment while testing. Restore whole environment
14937 afterwards.
14938
14939 2015-05-16 Doug Evans <xdje42@gmail.com>
14940
14941 * gdb.guile/scm-ports.c: New file.
14942 * gdb.guile/scm-ports.exp: Add memory port tests.
14943
14944 2015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
14945
14946 * gdb.compile/compile-print.c: New file.
14947 * gdb.compile/compile-print.exp: New file.
14948
14949 2015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
14950
14951 * gdb.compile/compile-ops.exp: Cast param to void.
14952 * gdb.compile/compile.exp: Complete type for _gdb_expr.
14953 (compile code struct_object.selffield = &struct_object): Add xfail.
14954
14955 2015-05-15 Joel Brobecker <brobecker@adacore.com>
14956
14957 * gdb.ada/arr_enum_with_gap: New testcase.
14958
14959 2015-05-15 Joel Brobecker <brobecker@adacore.com>
14960
14961 * gdb.ada/byte_packed_arr: New testcase.
14962
14963 2015-05-15 Joel Brobecker <brobecker@adacore.com>
14964
14965 * gdb.ada/pckd_neg: New testcase.
14966
14967 2015-05-13 Patrick Palka <patrick@parcs.ath.cx>
14968
14969 PR gdb/17820
14970 * gdb.base/gdbinit-history.exp: New test.
14971 * gdb.base/gdbinit-history/unlimited/.gdbinit: New file.
14972 * gdb.base/gdbinit-history/zero/.gdbinit: New file.
14973
14974 2015-05-09 Siva Chandra Reddy <sivachandra@google.com>
14975
14976 * gdb.python/py-xmethods.cc: Enhance test case.
14977 * gdb.python/py-xmethods.exp: New tests.
14978 * gdb.python/py-xmethods.py (A_indexoper): New xmethod worker
14979 function.
14980 (B_indexoper): Likewise.
14981 (global_dm_list) : Add new xmethod worker functions.
14982
14983 2015-05-08 Sergio Durigan Junior <sergiodj@redhat.com>
14984
14985 * gdb.base/coredump-filter.exp: Correctly unset
14986 "coredump_var_addr" array.
14987
14988 2015-05-08 Pedro Alves <palves@redhat.com>
14989
14990 * gdb.server/non-existing-program.exp: Unset spawn_id.
14991
14992 2015-05-08 Siva Chandra Reddy <sivachandra@google.com>
14993
14994 PR python/18291
14995 * gdb.python/py-xmethods.exp: Add tests.
14996
14997 2015-05-08 Yao Qi <yao.qi@linaro.org>
14998
14999 PR gdb/18208
15000 * gdb.base/coredump-filter.c (set_coredump_filter): New function.
15001 * gdb.base/coredump-filter.exp (do_save_core): Call inferior
15002 function set_coredump_filter, and remove remote_exec call.
15003 Remove argument ipid. Callers update.
15004 (top level): Don't get inferior's PID.
15005
15006 2015-05-08 Andreas Arnez <arnez@linux.vnet.ibm.com>
15007
15008 * gdb.base/watch_thread_num.exp: Skip test on targets without
15009 access watchpoints.
15010
15011 2015-05-06 Pedro Alves <palves@redhat.com>
15012
15013 PR server/18081
15014 * gdb.server/non-existing-program.exp: New file.
15015
15016 2015-05-05 Joel Brobecker <brobecker@adacore.com>
15017
15018 * gdb.ada/out_of_line_in_inlined.exp: Add run and "bt" tests.
15019
15020 2015-05-05 Joel Brobecker <brobecker@adacore.com>
15021
15022 * gdb.ada/out_of_line_in_inlined: New testcase.
15023
15024 2015-05-05 Joel Brobecker <brobecker@adacore.com>
15025
15026 * gdb.ada/var_rec_arr: New testcase.
15027
15028 2015-04-30 Yao Qi <yao.qi@linaro.org>
15029
15030 * gdb.base/break-idempotent.exp: If
15031 skip_hw_watchpoint_multi_tests returns true, skip the tests
15032 on "rwatch" and "awatch".
15033
15034 2015-04-30 Yao Qi <yao.qi@linaro.org>
15035
15036 * gdb.base/relativedebug.exp: Invoke gdb command
15037 "info sharedlibrary", and if libc.so doesn't have debug info,
15038 skip the test.
15039
15040 2015-04-29 Doug Evans <dje@google.com>
15041
15042 * gdb.python/py-xmethods.exp: Add ptype tests.
15043 * gdb.python/py-xmethods.py (E_method_char_worker): Add
15044 get_result_type method.
15045
15046 2015-04-29 Luis Machado <lgustavo@codesourcery.com>
15047
15048 * gdb.base/watch-bitfields.exp: Switch to software watchpoints if
15049 the target does not support hardware watchpoints.
15050
15051 2015-04-29 Luis Machado <lgustavo@codesourcery.com>
15052
15053 * gdb.base/break-always.exp: Abort testing if writing to memory
15054 causes an error.
15055
15056 2015-04-28 Doug Evans <dje@google.com>
15057
15058 * gdb.python/py-pp-maint.py: Move "replace" testing to ...
15059 * gdb.python/py-pp-registration.exp: ... here. New file.
15060 * gdb.python/py-pp-registration.c: New file.
15061 * gdb.python/py-pp-registration.py: New file.
15062
15063 2015-04-28 Doug Evans <dje@google.com>
15064
15065 * gdb.python/py-bad-printers.c: New file.
15066 * gdb.python/py-bad-printers.py: New file.
15067 * gdb.python/py-bad-printers.exp: New file.
15068
15069 2015-04-28 Sasha Smundak <asmundak@google.com>
15070
15071 * gdb.python/py-type.exp: New test.
15072
15073 2015-04-28 Andy Wingo <wingo@igalia.com>
15074
15075 * gdb.python/py-parameter.exp:
15076 * gdb.guile/scm-parameter.exp: Escape the path that we are
15077 matching against, as it might contain characters that are special
15078 to regular expressions.
15079
15080 2015-04-27 Joel Brobecker <brobecker@adacore.com>
15081
15082 * gdb.ada/rec_comp: New testcase.
15083
15084 2015-04-26 Sergio Durigan Junior <sergiodj@redhat.com>
15085
15086 * gdb.base/coredump-filter.exp: Clear variable "coredump_var_addr"
15087 before using it.
15088
15089 2015-04-24 Andrew Burgess <andrew.burgess@embecosm.com>
15090
15091 * gdb.base/dump.exp: Add *.verilog files to all_files list. Add
15092 new tests for verilog output.
15093
15094 2015-04-24 Yao Qi <yao.qi@linaro.org>
15095
15096 * boards/remote-gdbserver-on-localhost.exp: New file.
15097
15098 2015-04-23 Pedro Alves <palves@redhat.com>
15099
15100 * gdb.base/interrupt.exp: Use an indirect spawn id list holding
15101 $inferior_spawn_id instead of $inferior_spawn_id directly. On
15102 "end of file", remove $inferior_spawn_id from the indirect list.
15103
15104 2015-04-23 Pedro Alves <palves@redhat.com>
15105
15106 * gdb.base/interrupt.exp: Rename saw_eof to saw_end_of_file.
15107
15108 2015-04-23 Pedro Alves <palves@redhat.com>
15109
15110 * lib/gdb.exp (gdb_test_multiple): Match eof/full_buffer/timeout
15111 on $any_spawn_id instead of only on $gdb_spawn_id.
15112
15113 2015-04-21 Pierre Muller <muller@sourceware.org>
15114
15115 PR pascal/17815
15116 * lib/pascal.exp (gpc_compile): Add new option "class".
15117 (fpc_compile): Likewise.
15118 * gdb.pascal/case-insensitive-symbols.pas: New file.
15119 * gdb.pascal/case-insensitive-symbols.exp: New file.
15120
15121 2015-04-20 Gary Benson <gbenson@redhat.com>
15122
15123 * gdb.base/attach.exp: Fix three extended remote failures.
15124
15125 2015-04-17 Gary Benson <gbenson@redhat.com>
15126
15127 * gdb.server/server-exec-info.exp: Inhibit GDB from accessing
15128 the main executable over the remote protocol.
15129
15130 2015-04-16 Pedro Alves <palves@redhat.com>
15131
15132 * boards/native-extended-gdbserver.exp (mi_gdb_start): Don't start
15133 a new gdbserver if gdbserver_reconnect_p is set.
15134
15135 2015-04-16 Pedro Alves <palves@redhat.com>
15136
15137 * lib/gdbserver-support.exp (gdb_exit): If gdbserver_reconnect_p
15138 is set, don't exit gdbserver.
15139
15140 2015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
15141
15142 * gdb.arch/s390-vregs.S (change_vrs): Replace exrl by an
15143 appropriate .insn, such that an older assembler can be used.
15144 * gdb.arch/s390-vregs.exp: Add the compile flag -mzarch, to enable
15145 the z/Architecture instruction set on 31-bit targets as well.
15146
15147 2015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
15148
15149 * gdb.go/handcall.exp: Remove all logic related to the first
15150 breakpoint and rely on go_runto_main instead.
15151 * gdb.go/strings.exp: Likewise.
15152 * gdb.go/unsafe.exp: Likewise.
15153 * gdb.go/hello.exp: Likewise. Also rename the remaining
15154 breakpoint marker to "breakpoint 1".
15155 * gdb.go/handcall.go: Remove comment "set breakpoint 1 here".
15156 * gdb.go/strings.go: Likewise.
15157 * gdb.go/unsafe.go: Likewise.
15158 * gdb.go/hello.go: Likewise. Also remove the second occurrence of
15159 "set breakpoint 2 here" and rename the remaining breakpoint marker
15160 to "breakpoint 1".
15161
15162 2015-04-15 Simon Marchi <simon.marchi@ericsson.com>
15163
15164 * gdb.python/py-framefilter.py (ErrorFilter.filter): Use map function
15165 if itertools.imap is not present.
15166 * gdb.python/py-objfile.exp: Add parentheses.
15167 * gdb.python/py-type.exp: Same.
15168 * gdb.python/py-unwind-maint.py: Same.
15169
15170 2015-04-15 Yao Qi <yao.qi@linaro.org>
15171
15172 * gdb.dwarf2/dynarr-ptr.exp (assemble): Use $ptr_size instead
15173 of ":$ptr_size" and set its form explicitly.
15174
15175 2015-04-15 Pedro Alves <palves@redhat.com>
15176 Yao Qi <yao.qi@linaro.org>
15177
15178 * gdb.base/watch-bitfields.exp (test_watch_location): Increase
15179 timeout by factor of 4.
15180 (test_regular_watch): Likewise.
15181 * gdb.base/watchpoint-solib.exp: Use with_timeout_factor.
15182 * gdb.reverse/sigall-reverse.exp: Likewise.
15183 * gdb.reverse/until-precsave.exp: Likewise.
15184 * lib/gdb.exp (with_timeout_factor): New proc.
15185 (gdb_expect): Move some code to ...
15186 (get_largest_timeout): ... here. New procedure.
15187
15188 2015-04-14 Luis Machado <lgustavo@codesourcery.com>
15189
15190 * gdb.base/bp-permanent.exp (test): Reinstate correct test message.
15191
15192 2015-04-13 Luis Machado <lgustavo@codesourcery.com>
15193
15194 * gdb.base/bp-permanent.exp (test): Handle the case of being unable
15195 to write to the .text section.
15196
15197 2015-04-13 Luis Machado <lgustavo@codesourcery.com>
15198
15199 * gdb.base/coredump-filter.exp: Restrict test to Linux systems only.
15200 Handle the case of targets that do not provide PID information.
15201
15202 2015-04-13 Yao Qi <yao.qi@linaro.org>
15203
15204 * lib/gdbserver-support.exp (gdb_exit): Catch exception
15205 and use expect instead of gdb_expect.
15206
15207 2015-04-13 Sergio Durigan Junior <sergiodj@redhat.com>
15208
15209 * gdb.base/coredump-filter.exp: Rename variable "addr" to
15210 "coredump_var_addr" to avoid naming conflict with other testcases.
15211
15212 2015-04-10 Pedro Alves <palves@redhat.com>
15213
15214 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp: Use
15215 gdb_test_sequence and gdb_assert.
15216
15217 2015-04-10 Pedro Alves <palves@redhat.com>
15218
15219 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Use
15220 test messages that don't include the breakpoint address.
15221
15222 2015-04-10 Yao Qi <yao.qi@linaro.org>
15223
15224 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): Return
15225 false for some offset and width combinations which aren't
15226 supported by linux kernel.
15227
15228 2015-04-10 Pedro Alves <palves@redhat.com>
15229
15230 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): New
15231 procedure, factored out from ...
15232 (top level): ... here. Add "set displaced-stepping" testing axis.
15233 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): New
15234 parameter "displaced". Use it.
15235 (top level): Use foreach and add "set displaced-stepping" testing
15236 axis.
15237
15238 2015-04-10 Pedro Alves <palves@redhat.com>
15239
15240 * gdb.threads/step-over-trips-on-watchpoint.c (child_function):
15241 Remove comment.
15242 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Find
15243 both the address of the instruction that triggers the watchpoint
15244 and the address of the instruction immediately after, and use
15245 those addresses for the test. Fix comment.
15246
15247 2015-04-10 Pedro Alves <palves@redhat.com>
15248
15249 * gdb.base/sigstep.exp (breakpoint_to_handler)
15250 (breakpoint_to_handler_entry): New parameter 'displaced'. Use it.
15251 Test "backtrace" in handler.
15252 (breakpoint_over_handler): New parameter 'displaced'. Use it.
15253 (top level): Add new "displaced" test axis to
15254 breakpoint_to_handler, breakpoint_to_handler_entry and
15255 breakpoint_over_handler.
15256
15257 2015-04-10 Pedro Alves <palves@redhat.com>
15258
15259 PR gdb/18216
15260 * gdb.threads/multiple-step-overs.exp: Remove expected eof.
15261
15262 2015-04-10 Yao Qi <yao.qi@linaro.org>
15263
15264 * gdb.arch/arm-disp-step.S (main): Call test_add_rn_pc.
15265 (test_add_rn_pc): New function.
15266 * gdb.arch/arm-disp-step.exp (test_add_rn_pc): New proc.
15267 (top level): Invoke test_add_rn_pc.
15268
15269 2015-04-10 Pedro Alves <palves@redhat.com>
15270
15271 PR gdb/13858
15272 * gdb.base/step-over-no-symbols.exp: New file.
15273
15274 2015-04-09 Andy Wingo <wingo@igalia.com>
15275
15276 * gdb.guile/scm-frame.exp: Add frame-read-register tests, modelled
15277 after the Python tests.
15278
15279 2015-04-08 Keith Seitz <keiths@redhat.com>
15280
15281 PR python/16699
15282 * gdb.python/py-completion.exp: New tests for completion.
15283 * gdb.python/py-completion.py (CompleteLimit1): New class.
15284 (CompleteLimit2): Likewise.
15285 (CompleteLimit3): Likewise.
15286 (CompleteLimit4): Likewise.
15287 (CompleteLimit5): Likewise.
15288 (CompleteLimit6): Likewise.
15289 (CompleteLimit7): Likewise.
15290
15291 2015-04-08 Pedro Alves <palves@redhat.com>
15292
15293 PR gdb/18214
15294 PR gdb/18216
15295 * gdb.threads/multiple-step-overs.c (sigusr1_handler): New
15296 function.
15297 (main): Install it as SIGUSR1 handler.
15298 * gdb.threads/multiple-step-overs.exp (setup): Remove 'prefix'
15299 parameter. Always use "setup" as prefix. Toggle "set
15300 displaced-stepping" off/on depending on global. Don't switch to
15301 thread 1 here.
15302 (top level): Add displaced stepping "off/on" test axis. Update
15303 "setup" calls. Wrap each subtest with with_test_prefix. Test
15304 continuing with a queued signal in each thread.
15305
15306 2015-04-08 Pedro Alves <palves@redhat.com>
15307
15308 * gdb.trace/actions.exp: Use gdb_load before gdb_run_cmd.
15309 * gdb.trace/infotrace.exp: Use gdb_load before gdb_run_cmd. Use
15310 gdb_breakpoint instead of gdb_test that doesn't expect anything.
15311 Return early if running to main fails.
15312 * gdb.trace/while-stepping.exp: Likewise.
15313
15314 2015-04-07 Pedro Alves <palves@redhat.com>
15315
15316 * gdb.base/interrupt.exp: Don't skip if $inferior_spawn_id !=
15317 $gdb_spawn_id. Use send_inferior and $inferior_spawn_id to
15318 interact with inferior program.
15319
15320 2015-04-07 Pedro Alves <palves@redhat.com>
15321
15322 * lib/gdb.exp (inferior_spawn_id): New global.
15323 (gdb_test_multiple): Handle "-i". Reset the spawn id to GDB's
15324 spawn id after processing the user code.
15325 (default_gdb_start): Set inferior_spawn_id.
15326 (send_inferior): New procedure.
15327 * lib/gdbserver-support.exp (gdbserver_start): Set
15328 inferior_spawn_id.
15329 (close_gdbserver, gdb_exit): Unset inferior_spawn_id.
15330
15331 2015-04-07 Pedro Alves <palves@redhat.com>
15332
15333 * lib/gdb.exp (gdb_finish): Delete persistent gdbserver handling.
15334 * lib/gdbserver-support.exp (gdbserver_start): Make
15335 $server_spawn_id global.
15336 (gdbserver_start): Don't wait for gdbserver's spawn id with
15337 expect_background.
15338 (close_gdbserver): New procedure.
15339 (gdb_exit): Rename the default version and reimplement.
15340
15341 2015-04-07 Pedro Alves <palves@redhat.com>
15342
15343 * lib/gdb.exp (gdb_test_multiple): When processing an argument,
15344 append the substituted item, not the original item.
15345
15346 2015-04-07 Pedro Alves <palves@redhat.com>
15347
15348 * gdb.base/interrupt.exp: Use gdb_test_multiple instead of
15349 gdb_expect.
15350
15351 2015-04-07 Pedro Alves <palves@redhat.com>
15352
15353 * gdb.base/interrupt.exp: Don't handle the case of the inferior
15354 output appearing once only.
15355
15356 2015-04-07 Pedro Alves <palves@redhat.com>
15357
15358 * gdb.trace/actions.exp: Use gdb_breakpoint instead of gdb_test
15359 that doesn't expect anything. Return early if running to main
15360 fails.
15361
15362 2015-04-07 Yao Qi <yao.qi@linaro.org>
15363
15364 * gdb.threads/non-stop-fair-events.c (SECONDS): New macro.
15365 (child_function): Call alarm.
15366 (main): Move call to alarm into the loop.
15367 * gdb.threads/non-stop-fair-events.exp: Build program with
15368 -DTIMEOUT=$timeout.
15369
15370 2015-04-06 Doug Evans <xdje42@gmail.com>
15371
15372 * lib/pascal.exp (gpc_compile): Rename dest arg to destfile.
15373 Fix dest parameter to board_info.
15374 (fpc_compile): Ditto.
15375 (gdb_compile_pascal): Rename dest arg to destfile.
15376
15377 2015-04-03 Pierre-Marie de Rodat <derodat@adacore.com>
15378
15379 * gdb.ada/funcall_ref.exp: New file.
15380 * gdb.ada/funcall_ref/foo.adb: New file.
15381
15382 2015-04-02 Yao Qi <yao.qi@linaro.org>
15383
15384 * gdb.threads/no-unwaited-for-left.exp: Set up kfail if target
15385 is remote.
15386
15387 2015-04-02 Gary Benson <gbenson@redhat.com>
15388
15389 * gdb.base/break-probes.exp: Cope with "target:" sysroot.
15390
15391 2015-04-01 Sasha Smundak <asmundak@google.com>
15392
15393 * gdb.python/py-unwind-maint.c: New file.
15394 * gdb.python/py-unwind-maint.exp: New test.
15395 * gdb.python/py-unwind-maint.py: New file.
15396 * gdb.python/py-unwind.c: New file.
15397 * gdb.python/py-unwind.exp: New test.
15398 * gdb.python/py-unwind.py: New test.
15399
15400 2015-04-01 Pedro Alves <palves@redhat.com>
15401
15402 * gdb.threads/manythreads.exp (interrupt_and_wait): Pass $message
15403 to fail instead of non-existent $test.
15404
15405 2015-04-01 Pedro Alves <palves@redhat.com>
15406
15407 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): Append space to
15408 GDBFLAGS if not empty.
15409
15410 2015-04-01 Pierre-Marie de Rodat <derodat@adacore.com>
15411
15412 * gdb.ada/complete.exp: Remove "multi_line".
15413 * gdb.ada/info_exc.exp: Remove "multi_line".
15414 * gdb.ada/packed_tagged.exp: Remove "multi_line".
15415 * gdb.ada/ptype_field.exp: Remove "multi_line".
15416 * gdb.ada/sym_print_name.exp: Remove "multi_line".
15417 * gdb.ada/tagged.exp: Remove "multi_line".
15418 * gdb.btrace/buffer-size.exp: Replace [join [list ...]] with
15419 [multi_line ...]
15420 * gdb.btrace/delta.exp: Likewise.
15421 * gdb.btrace/exception.exp: Likewise.
15422 * gdb.btrace/function_call_history.exp: Likewise.
15423 * gdb.btrace/instruction_history.exp: Likewise.
15424 * gdb.btrace/nohist.exp: Likewise.
15425 * gdb.btrace/record_goto.exp: Likewise.
15426 * gdb.btrace/segv.exp: Likewise.
15427 * gdb.btrace/stepi.exp: Likewise.
15428 * gdb.btrace/tailcall.exp: Likewise.
15429 * gdb.btrace/unknown_functions.exp: Likewise.
15430 * gdb.dwarf2/dw2-undefined-ret-addr.exp: Likewise.
15431 * lib/gdb.exp: Add the "multi_line" helper.
15432
15433 2015-04-01 Pedro Alves <palves@redhat.com>
15434
15435 * gdb.threads/tid-reuse.c: New file.
15436 * gdb.threads/tid-reuse.exp: New file.
15437
15438 2015-03-31 Sergio Durigan Junior <sergiodj@redhat.com>
15439
15440 PR corefiles/16092
15441 * gdb.base/coredump-filter.c: New file.
15442 * gdb.base/coredump-filter.exp: Likewise.
15443
15444 2015-03-27 Petr Machata <pmachata@redhat.com>
15445
15446 * lib/dwarf.exp (Dwarf::_handle_DW_FORM): Handle DW_FORM_sec_offset.
15447 (Dwarf::_line_count, Dwarf::_line_saw_file): New variables.
15448 (Dwarf::assemble): Initialize them.
15449 (Dwarf::lines): New function.
15450
15451 2015-03-26 Jon Turney <jon.turney@dronecode.org.uk>
15452
15453 * lib/gdb.exp (gdb_target_symbol_prefix_flags): Don't set
15454 SYMBOL_PREFIX for x86_64-*-cygwin.
15455
15456 2015-03-26 Andy Wingo <wingo@igalia.com>
15457
15458 PR symtab/18148
15459 * gdb.dwarf2/dw2-intercu.S (one, two): Add variables that have a
15460 const_value but not a location.
15461 * gdb.dwarf2/dw2-intercu.exp: Add tests that constants without
15462 location defined in non-main CUs are visible.
15463
15464 2015-03-26 Yao Qi <yao.qi@linaro.org>
15465
15466 PR testsuite/18139
15467 * gdb.linespec/break-asm-file0.s (func): New label .Lfunc_2.
15468 Add a line number entry for the same line.
15469 * gdb.linespec/break-asm-file1.s (func): New label .Lfunc_2.
15470 Add a line number entry for the same line.
15471
15472 2015-03-26 Yao Qi <yao.qi@linaro.org>
15473
15474 * gdb.linespec/break-asm-file0.s (func2): Use nop instead of
15475 .int 0.
15476 (func): Likewise. Add .Lfunc_1 label.
15477 Use .Lfunc_1 label.
15478 * gdb.linespec/break-asm-file1.s (func3): Use nop instead of
15479 .int 0.
15480 (func): Likewise.
15481 Use .Lfunc_1 label.
15482
15483 2015-03-26 Yao Qi <yao.qi@linaro.org>
15484
15485 * gdb.linespec/break-asm-file.exp: Don't call prepare_for_testing.
15486 Call gdb_compile instead to compile each .s files without debug
15487 information.
15488
15489 2015-03-26 Yao Qi <yao.qi@linaro.org>
15490
15491 * gdb.base/savedregs.exp (process_saved_regs): Make
15492 "Saved registers:" optional in the pattern.
15493
15494 2015-03-25 Markus Metzger <markus.t.metzger@intel.com>
15495
15496 * gdb.btrace/next.exp: Merged into step.exp.
15497 * gdb.btrace/finish.exp: Merged into step.exp.
15498 * gdb.btrace/nexti.exp: Merged into stepi.exp.
15499 * gdb.btrace/step.exp: Use record_goto.c as test file. Avoid using
15500 "record goto" and checking the exact replay position.
15501 * gdb.btrace/stepi.exp: Choose test file based on target. Do not
15502 check for "Recording format" in "info record" output.
15503 * gdb.btrace/record_goto.exp: Choose test file based on target.
15504 * gdb.btrace/x86-record_goto.S: Renamed into ...
15505 * gdb.btrace/x86_64-record_goto.S: ... this.
15506 * gdb.btrace/i686-record_goto.S: New.
15507 * gdb.btrace/x86-tailcall.S: Renamed into ...
15508 * gdb.btrace/x86_64-tailcall.S: ... this.
15509 * gdb.btrace/i686-tailcall.S: New.
15510 * gdb.btrace/x86-tailcall.c: Renamed into ...
15511 * gdb.btrace/tailcall.c: ... this. Split "return ++answer" into two
15512 separate statements. Update test.
15513 * gdb.btrace/delta.exp: Use record_goto.c as test file.
15514 * gdb.btrace/gcore.exp: Use record_goto.c as test file.
15515 * gdb.btrace/nohist.exp: Use record_goto.c as test file.
15516 * gdb.btrace/tailcall.exp: Choose test file based on target.
15517 * gdb.btrace/Makefile.in: Remove next, finish, and nexti.
15518
15519 2015-03-25 Markus Metzger <markus.t.metzger@intel.com>
15520
15521 * gdb.btrace/exception.exp: Increase BTS buffer size.
15522
15523 2015-03-24 Pedro Alves <palves@redhat.com>
15524
15525 * gdb.threads/no-unwaited-for-left.exp: Test "thread apply all".
15526
15527 2015-03-24 Pedro Alves <palves@redhat.com>
15528
15529 * gdb.threads/schedlock.exp (test_step): No longer expect that
15530 "set scheduler-locking step" with "next" over a function call runs
15531 threads unlocked.
15532
15533 2015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
15534
15535 * gdb.mi/mi-pending.exp: Fix output of breakpoint test.
15536
15537 2015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
15538
15539 PR breakpoints/16466
15540 * gdb.mi/Makefile.in: Add mi-pendshr2.sl to cleanup.
15541 * gdb.mi/mi-pending.c (thread_func): New function.
15542 (int main): Add threading support required.
15543 * gdb.mi/mi-pending.exp: Add tests for this issue.
15544 * gdb.mi/mi-pendshr.c (pendfunc1): Remove stdio dependency.
15545 (pendfunc2): Remove stdio dependency.
15546 * gdb.mi/mi-pendshr2.c: New file.
15547
15548 2015-03-23 Keith Seitz <keiths@redhat.com>
15549
15550 * gdb.linespec/keywords.c: New file.
15551 * gdb.linespec/keywords.exp: New file.
15552
15553 2015-03-23 Keith Seitz <keiths@redhat.com>
15554
15555 PR gdb/18021
15556 * gdb.dwarf2/staticvirtual.exp: New test.
15557
15558 2015-03-20 Jan Kratochvil <jan.kratochvil@redhat.com>
15559
15560 * Makefile.in (ALL_SUBDIRS): Remove gdb.hp.
15561 * README: Remove HP-UX and gdb.hp.
15562 (configuration):
15563 * configure: Regenerate.
15564 * configure.ac (AC_OUTPUT): Remove gdb.hp/Makefile,
15565 gdb.hp/gdb.objdbg/Makefile, gdb.hp/gdb.base-hp/Makefile,
15566 gdb.hp/gdb.aCC/Makefile, gdb.hp/gdb.compat/Makefile,
15567 gdb.hp/gdb.defects/Makefile.
15568 * gdb.hp/Makefile.in: File deleted.
15569 * gdb.hp/gdb.aCC/Makefile.in: File deleted.
15570 * gdb.hp/gdb.aCC/optimize.c: File deleted.
15571 * gdb.hp/gdb.aCC/optimize.exp: File deleted.
15572 * gdb.hp/gdb.aCC/run.c: File deleted.
15573 * gdb.hp/gdb.aCC/watch-cmd.exp: File deleted.
15574 * gdb.hp/gdb.base-hp/Makefile.in: File deleted.
15575 * gdb.hp/gdb.base-hp/callfwmall.c: File deleted.
15576 * gdb.hp/gdb.base-hp/callfwmall.exp: File deleted.
15577 * gdb.hp/gdb.base-hp/dollar.c: File deleted.
15578 * gdb.hp/gdb.base-hp/dollar.exp: File deleted.
15579 * gdb.hp/gdb.base-hp/genso-thresh.c: File deleted.
15580 * gdb.hp/gdb.base-hp/hwwatchbus.c: File deleted.
15581 * gdb.hp/gdb.base-hp/hwwatchbus.exp: File deleted.
15582 * gdb.hp/gdb.base-hp/pxdb.c: File deleted.
15583 * gdb.hp/gdb.base-hp/pxdb.exp: File deleted.
15584 * gdb.hp/gdb.base-hp/reg-pa64.exp: File deleted.
15585 * gdb.hp/gdb.base-hp/reg-pa64.s: File deleted.
15586 * gdb.hp/gdb.base-hp/reg.exp: File deleted.
15587 * gdb.hp/gdb.base-hp/reg.s: File deleted.
15588 * gdb.hp/gdb.base-hp/sized-enum.c: File deleted.
15589 * gdb.hp/gdb.base-hp/sized-enum.exp: File deleted.
15590 * gdb.hp/gdb.base-hp/so-thresh.exp: File deleted.
15591 * gdb.hp/gdb.base-hp/so-thresh.mk: File deleted.
15592 * gdb.hp/gdb.base-hp/so-thresh.sh: File deleted.
15593 * gdb.hp/gdb.compat/Makefile.in: File deleted.
15594 * gdb.hp/gdb.compat/average.c: File deleted.
15595 * gdb.hp/gdb.compat/sum.c: File deleted.
15596 * gdb.hp/gdb.compat/xdb.c: File deleted.
15597 * gdb.hp/gdb.compat/xdb0.c: File deleted.
15598 * gdb.hp/gdb.compat/xdb0.h: File deleted.
15599 * gdb.hp/gdb.compat/xdb1.c: File deleted.
15600 * gdb.hp/gdb.compat/xdb1.exp: File deleted.
15601 * gdb.hp/gdb.compat/xdb2.exp: File deleted.
15602 * gdb.hp/gdb.compat/xdb3.exp: File deleted.
15603 * gdb.hp/gdb.defects/Makefile.in: File deleted.
15604 * gdb.hp/gdb.defects/bs14602.c: File deleted.
15605 * gdb.hp/gdb.defects/bs14602.exp: File deleted.
15606 * gdb.hp/gdb.defects/solib-d.c: File deleted.
15607 * gdb.hp/gdb.defects/solib-d.exp: File deleted.
15608 * gdb.hp/gdb.defects/solib-d1.c: File deleted.
15609 * gdb.hp/gdb.defects/solib-d2.c: File deleted.
15610 * gdb.hp/gdb.objdbg/Makefile.in: File deleted.
15611 * gdb.hp/gdb.objdbg/objdbg01.exp: File deleted.
15612 * gdb.hp/gdb.objdbg/objdbg01/x1.cc: File deleted.
15613 * gdb.hp/gdb.objdbg/objdbg01/x2.cc: File deleted.
15614 * gdb.hp/gdb.objdbg/objdbg01/x3.cc: File deleted.
15615 * gdb.hp/gdb.objdbg/objdbg01/x3.h: File deleted.
15616 * gdb.hp/gdb.objdbg/objdbg02.exp: File deleted.
15617 * gdb.hp/gdb.objdbg/objdbg02/x1.cc: File deleted.
15618 * gdb.hp/gdb.objdbg/objdbg02/x2.cc: File deleted.
15619 * gdb.hp/gdb.objdbg/objdbg02/x3.cc: File deleted.
15620 * gdb.hp/gdb.objdbg/objdbg03.exp: File deleted.
15621 * gdb.hp/gdb.objdbg/objdbg03/x1.cc: File deleted.
15622 * gdb.hp/gdb.objdbg/objdbg03/x2.cc: File deleted.
15623 * gdb.hp/gdb.objdbg/objdbg03/x3.cc: File deleted.
15624 * gdb.hp/gdb.objdbg/objdbg04.exp: File deleted.
15625 * gdb.hp/gdb.objdbg/objdbg04/x.h: File deleted.
15626 * gdb.hp/gdb.objdbg/objdbg04/x1.cc: File deleted.
15627 * gdb.hp/gdb.objdbg/objdbg04/x2.cc: File deleted.
15628 * gdb.hp/gdb.objdbg/tools/symaddr: File deleted.
15629 * gdb.hp/gdb.objdbg/tools/symaddr.pa64: File deleted.
15630 * gdb.hp/gdb.objdbg/tools/test-objdbg.cc: File deleted.
15631 * gdb.hp/tools/odump: File deleted.
15632
15633 2015-03-19 Pedro Alves <palves@redhat.com>
15634
15635 * gdb.threads/continue-pending-status.exp (saw_thread_2)
15636 (saw_thread_3): New globals.
15637 (top level): Increment them when an event for the corresponding
15638 thread is seen.
15639 (no thread starvation): New test.
15640
15641 2015-03-19 Pedro Alves <palves@redhat.com>
15642
15643 * gdb.threads/continue-pending-status.c: New file.
15644 * gdb.threads/continue-pending-status.exp: New file.
15645
15646 2015-03-18 Pedro Alves <palves@redhat.com>
15647
15648 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
15649 Use gdb_is_target_remote instead of is_remote. Use
15650 gdb_test_multiple instead of gdb_expect. Exit early if
15651 gdb_test_multiple hits its internal matches. Tighten stepi tests
15652 expected output. Fail on exit with any signal, instead of just
15653 SIGILL.
15654
15655 2015-03-18 Yao Qi <yao.qi@linaro.org>
15656
15657 PR tdep/18107
15658 * gdb.base/catch-syscall.c [!SYS_pipe] (pipe2_syscall): New
15659 variable.
15660 * gdb.base/catch-syscall.exp: Don't skip it on
15661 aarch64*-*-linux* target. Remove elements in all_syscalls.
15662 (test_catch_syscall_multi_arch): Skip it on aarch64*-linux*
15663 target.
15664 (setup_all_syscalls): New proc.
15665
15666 2015-03-16 Yao Qi <yao.qi@linaro.org>
15667
15668 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): New proc.
15669 (top level): Skip tests if valid_addr_p returns false for
15670 $cmd1 or $cmd2.
15671
15672 2015-03-11 Andy Wingo <wingo@igalia.com>
15673
15674 * gdb.guile/scm-objfile.exp: Add objfile-progspace test.
15675
15676 2015-03-11 Yao Qi <yao.qi@linaro.org>
15677
15678 * gdb.base/catch-syscall.exp: Fix typo in comments.
15679
15680 2015-03-11 Yao Qi <yao.qi@linaro.org>
15681
15682 * gdb.base/catch-syscall.exp: Skip it on HP-UX target.
15683
15684 2015-03-09 Pedro Alves <palves@redhat.com>
15685
15686 * dg-extract-results.py: Delete.
15687
15688 2015-03-09 Pedro Alves <palves@redhat.com>
15689
15690 Merge dg-extract-results.sh from GCC upstream (r218843).
15691
15692 2014-12-17 Sergio Durigan Junior <sergiodj@redhat.com>
15693 * dg-extract-results.sh: Use --text with grep to avoid issues with
15694 binary files. Fall back to cat -v, if that doesn't work.
15695
15696 2015-03-05 Pedro Alves <palves@redhat.com>
15697
15698 * gdb.base/bp-permanent.exp: Tighten "next over setup" regex.
15699
15700 2015-03-04 Simon Marchi <simon.marchi@ericsson.com>
15701
15702 * lib/mi-support.exp (mi_expect_interrupt): Accept
15703 alternative event for when in all-stop mode.
15704
15705 2015-03-04 Pedro Alves <palves@redhat.com>
15706
15707 * gdb.threads/thread-specific-bp.exp: Delete "info threads" test.
15708
15709 2015-03-04 Mark Kettenis <kettenis@gnu.org>
15710
15711 * gdb.base/foll-fork.exp: Enable on *-*-openbsd*.
15712
15713 2015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
15714
15715 * gdb.base/breakpoint-in-ro-region.exp (test_single_step): In the
15716 regexps for GDB's current line display, accept a hex address
15717 preceding the line number.
15718
15719 2015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
15720
15721 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch): Set
15722 the 'arch1' variable for "s390*-linux*" targets.
15723
15724 2015-03-04 Pedro Alves <palves@redhat.com>
15725
15726 * gdb.threads/clone-thread_db.c: Include unistd.h and pthread.h.
15727 (main): Pass missing retval argument to pthread_join call.
15728
15729 2015-03-02 Pedro Alves <palves@redhat.com>
15730
15731 * gdb.threads/thread-execl.exp (do_test): Handle non-stop.
15732 (top level): Call do_test with non-stop as well.
15733
15734 2015-03-02 Pedro Alves <palves@redhat.com>
15735
15736 * lib/gdb.exp (gdb_test_multiple) <internal error>: Set result to
15737 -1.
15738
15739 2015-03-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
15740
15741 * gdb.arch/s390-vregs.exp: New test.
15742 * gdb.arch/s390-vregs.S: New file.
15743
15744 2015-02-27 Pedro Alves <palves@redhat.com>
15745
15746 * gdb.gdb/python-interrupts.exp (test_python_interrupts): Adjust
15747 call to catch_command_errors.
15748 * gdb.gdb/python-selftest.exp (selftest_python): Adjust call to
15749 catch_command_errors.
15750
15751 2015-02-27 Pedro Alves <palves@redhat.com>
15752
15753 * gdb.gdb/complaints.exp (test_initial_complaints): Also accept
15754 "true" for boolean result.
15755 * gdb.gdb/selftest.exp (test_with_self): Also accept full
15756 prototype of main.
15757
15758 2015-02-27 Pedro Alves <palves@redhat.com>
15759
15760 * lib/unbuffer_output.c: New file.
15761 * gdb.base/interrupt.c: Include "../lib/unbuffer_output.c".
15762 (main): Call gdb_unbuffer_output.
15763
15764 2015-02-27 Yao Qi <yao.qi@linaro.org>
15765
15766 * gdb.base/catch-syscall.exp: Don't skip it on hppa*-hp-hpux*
15767 target.
15768
15769 2015-02-26 Doug Evans <dje@google.com>
15770
15771 * gdb.cp/class2.cc (Dbase, D): New classes.
15772 (main): New local delta.
15773 * gdb.cp/class2.exp: Test printing delta.
15774 * gdb.cp/classes.cc (DynamicBase2, DynamicBar): New classes.
15775 (dynbar): New global.
15776 * gdb.cp/classes.exp (test_ptype_class_objects): Test ptype DynamicBar.
15777
15778 2015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
15779
15780 * gdb.compile/compile-ifunc.c: New file.
15781 * gdb.compile/compile-ifunc.exp: New file.
15782
15783 2015-02-26 Antoine Tremblay <antoine.tremblay@ericsson.com>
15784
15785 * gdb.base/structs.exp: Check for correct struct on finish.
15786
15787 2015-02-26 Yao Qi <yao.qi@linaro.org>
15788
15789 * lib/dwarf.exp (function_range): Adjust pattern when $func_length
15790 is zero.
15791
15792 2015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
15793
15794 * gdb.arch/cordic.ko.bz2: New file.
15795 * gdb.arch/cordic.ko.debug.bz2: New file.
15796 * gdb.arch/ppc64-symtab-cordic.exp: New file.
15797
15798 2015-02-25 Yao Qi <yao.qi@linaro.org>
15799
15800 * gdb.xml/tdesc-regs.exp: Set core-regs to aarch64-core.xml for
15801 aarch64*-*-* target.
15802
15803 2015-02-23 Pedro Alves <palves@redhat.com>
15804
15805 * lib/gdb.exp (delete_breakpoints): Rewrite using
15806 gdb_test_multiple.
15807
15808 2015-02-23 Pedro Alves <palves@redhat.com>
15809
15810 * gdb.base/info-os.c: Include stdlib.h.
15811
15812 2015-02-22 Doug Evans <xdje42@gmail.com>
15813
15814 PR symtab/17855
15815 * gdb.ada/exec_changed.exp: Add second test where symbol lookup cache
15816 is read after symbols have been re-read.
15817 * gdb.ada/exec_changed/first.adb (First): New procedure Break_Me.
15818 * gdb.ada/exec_changed/second.adb (Second): Ditto.
15819
15820 2015-02-21 Doug Evans <dje@google.com>
15821
15822 * gdb.cp/anon-ns.exp: Add test for ptype '(anonymous namespace)'.
15823
15824 2015-02-21 Jan Kratochvil <jan.kratochvil@redhat.com>
15825
15826 PR corefiles/17808
15827 * gdb.arch/i386-biarch-core.core.bz2: New file.
15828 * gdb.arch/i386-biarch-core.exp: New file.
15829
15830 2015-02-21 Pedro Alves <palves@redhat.com>
15831
15832 * gdb.threads/multi-create-ns-info-thr.exp: Return early if
15833 runto_main fails.
15834
15835 2015-02-20 Pedro Alves <palves@redhat.com>
15836
15837 * gdb.base/solib-corrupted.exp: Expect "stap" as first column of
15838 info probes.
15839
15840 2015-02-20 Pedro Alves <palves@redhat.com>
15841
15842 * gdb.threads/multi-create-ns-info-thr.exp: New file.
15843
15844 2015-02-20 Pedro Alves <palves@redhat.com>
15845
15846 * gdb.trace/no-attach-trace.exp: Don't run to main. Do
15847 clean_restart before gdb_target_supports_trace.
15848
15849 2015-02-20 Pedro Alves <palves@redhat.com>
15850
15851 PR threads/18006
15852 * gdb.threads/clone-thread_db.c: New file.
15853 * gdb.threads/clone-thread_db.exp: New file.
15854
15855 2015-02-19 Antoine Tremblay <antoine.tremblay@ericsson.com>
15856
15857 PR breakpoints/16812
15858 * gdb.base/catch-gdb-caused-signals.c: New file.
15859 * gdb.base/catch-gdb-caused-signals.exp: New file.
15860
15861 2015-02-18 Jose E. Marchesi <jose.marchesi@oracle.com>
15862
15863 * configure: Regenerated.
15864 * configure.ac: Use GDB_AC_TRANSFORM.
15865 * aclocal.m4: sinclude ../transform.m4.
15866
15867 2015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
15868
15869 * lib/dtrace.exp: New file.
15870 * gdb.base/dtrace-probe.exp: Likewise.
15871 * gdb.base/dtrace-probe.d: Likewise.
15872 * gdb.base/dtrace-probe.c: Likewise.
15873 * lib/pdtrace.in: Likewise.
15874 * configure.ac: Output variables with the transformed names of
15875 the strip, readelf, as and nm tools. AC_SUBST lib/pdtrace.in.
15876 * configure: Regenerated.
15877
15878 2015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
15879
15880 * gdb.base/stap-probe.exp (stap_test): Remove "SystemTap" from
15881 expected message when trying to access $_probe_* convenience
15882 variables while not on a probe.
15883
15884 2015-02-11 Jan Kratochvil <jan.kratochvil@redhat.com>
15885
15886 * gdb.python/py-framefilter.exp (pagination quit - *): New tests.
15887
15888 2015-02-11 Pedro Alves <pedro@codesourcery.com>
15889
15890 * gdb.threads/step-bg-decr-pc-switch-thread.c: New file.
15891 * gdb.threads/step-bg-decr-pc-switch-thread.exp: New file.
15892
15893 2015-02-10 Doug Evans <xdje42@gmail.com>
15894
15895 * lib/gdb.exp (gdb_load): Always return a result.
15896
15897 2015-02-10 Pedro Alves <palves@redhat.com>
15898
15899 * gdb.threads/signal-sigtrap.c: New file.
15900 * gdb.threads/signal-sigtrap.exp: New file.
15901
15902 2015-02-10 Antoine Tremblay <antoine.tremblay@ericsson.com>
15903
15904 * gdb.trace/no-attach-trace.c: New file.
15905 * gdb.trace/no-attach-trace.exp: New file.
15906
15907 2015-02-09 Mark Wielaard <mjw@redhat.com>
15908
15909 * gdb.dwarf2/atomic.c: New file.
15910 * gdb.dwarf2/atomic-type.exp: Likewise.
15911
15912 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
15913
15914 * gdb.btrace/buffer-size.exp: Update "info record" output.
15915 * gdb.btrace/delta.exp: Update "info record" output.
15916 * gdb.btrace/enable.exp: Update "info record" output.
15917 * gdb.btrace/finish.exp: Update "info record" output.
15918 * gdb.btrace/instruction_history.exp: Update "info record" output.
15919 * gdb.btrace/next.exp: Update "info record" output.
15920 * gdb.btrace/nexti.exp: Update "info record" output.
15921 * gdb.btrace/step.exp: Update "info record" output.
15922 * gdb.btrace/stepi.exp: Update "info record" output.
15923 * gdb.btrace/nohist.exp: Update "info record" output.
15924
15925 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
15926
15927 * gdb.btrace/buffer-size: New.
15928
15929 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
15930
15931 * gdb.btrace/delta.exp: Update "info record" output.
15932 * gdb.btrace/enable.exp: Update "info record" output.
15933 * gdb.btrace/finish.exp: Update "info record" output.
15934 * gdb.btrace/instruction_history.exp: Update "info record" output.
15935 * gdb.btrace/next.exp: Update "info record" output.
15936 * gdb.btrace/nexti.exp: Update "info record" output.
15937 * gdb.btrace/step.exp: Update "info record" output.
15938 * gdb.btrace/stepi.exp: Update "info record" output.
15939 * gdb.btrace/nohist.exp: Update "info record" output.
15940
15941 2015-02-06 Simon Marchi <simon.marchi@ericsson.com>
15942
15943 PR gdb/15678
15944 * gdb.base/ena-dis-br.exp: Test "enable count" for bad user input.
15945
15946 2015-02-06 Pedro Alves <palves@redhat.com>
15947
15948 * gdb.threads/attach-many-short-lived-threads.c (SECONDS): New
15949 macro.
15950 (seconds_left, again): New globals.
15951 (main): Wait seconds_left in a 1-second sleep loop instead of
15952 sleeping 180 seconds. If 'again' is set, reset the seconds
15953 counter.
15954 * gdb.threads/attach-many-short-lived-threads.exp (test): Set
15955 'again' in the inferior before detaching. Print the seconds left.
15956 (options): New global.
15957 (top level): Build program with -DTIMEOUT=$timeout.
15958
15959 2015-02-06 Pedro Alves <palves@redhat.com>
15960
15961 * gdb.base/gdb-sigterm.c (main): Use the TIMEOUT define to
15962 determine how many seconds to pass to 'alarm'.
15963 * gdb.base/gdb-sigterm.exp (top level): Build program with
15964 -DTIMEOUT=$timeout.
15965 (do_test): Return success/failure indication. Add more verbose
15966 logging. Don't fail if 200 single steps are seen. Instead, fail
15967 when the test times out.
15968 (passes): New global.
15969 (top level): Break the testing loop if testing fails on any
15970 iteration. Use gdb_assert.
15971
15972 2015-02-04 Don Breazeal <donb@codesourcery.com>
15973
15974 * gdb.base/info-os.c (shmid, semid, msqid): Make variables static
15975 and initialize them.
15976 (ipc_cleanup): New function.
15977 (main): Don't declare shmid, semid, and msqid. Add a call to
15978 atexit so that we call ipc_cleanup on exit.
15979
15980 2015-02-04 Pedro Alves <palves@redhat.com>
15981
15982 * boards/native-extended-gdbserver.exp: Remove any target variant
15983 specifications from the board name before clearing the isremote
15984 flag from board_info.
15985
15986 2015-01-31 Doug Evans <xdje42@gmail.com>
15987
15988 * gdb.base/maint.exp <maint print type argc>: Update expected output.
15989
15990 2015-01-31 Gary Benson <gbenson@redhat.com>
15991
15992 * gdb.base/completion.exp: Disable completion limiting for
15993 existing tests. Add new tests to check completion limiting.
15994 * gdb.linespec/ls-errs.exp: Disable completion limiting.
15995
15996 2015-01-31 Doug Evans <xdje42@gmail.com>
15997
15998 * gdb.ada/dyn_arrayidx.exp: Add additional_flags=-gnat12.
15999
16000 2015-01-31 Doug Evans <xdje42@gmail.com>
16001
16002 * gdb.guile/scm-section-script.c: Add duplicate inlined section script
16003 entries. Duplicate file section script entries.
16004 * gdb.guile/scm-section-script.exp: Add tests for duplicate entries,
16005 inlined entries. Add test for safe-path rejection.
16006 * gdb.python/py-section-script.c: Add duplicate inlined section script
16007 entries. Duplicate file section script entries.
16008 * gdb.python/py-section-script.exp: Add tests for duplicate entries,
16009 inlined entries. Add test for safe-path rejection.
16010
16011 2015-01-29 Joel Brobecker <brobecker@adacore.com>
16012
16013 * gdb.ada/disc_arr_bound: New testcase.
16014
16015 2015-01-29 Joel Brobecker <brobecker@adacore.com>
16016
16017 * gdb.ada/mi_var_array: New testcase.
16018
16019 2015-01-27 Doug Evans <dje@google.com>
16020
16021 * gdb.python/py-objfile.exp: Add tests for objfile.username.
16022 Add test for objfile.filename, objfile.username after objfile
16023 has been unloaded.
16024
16025 2015-01-26 Joel Brobecker <brobecker@adacore.com>
16026
16027 * gdb.python/py-lookup-type.exp (test_lookup_type): Change
16028 the second test to print the name attribute of value
16029 returned by the call to gdb.lookup_type, and adjust
16030 the expected output accordingly.
16031
16032 2015-01-25 Mark Wielaard <mjw@redhat.com>
16033
16034 * gdb.arch/i386-bp_permanent.c (standard): New declaration.
16035 * gdb.base/disp-step-fork.c: Include unistd.h.
16036 * gdb.base/siginfo-obj.c: Include stdio.h.
16037 * gdb.base/siginfo-thread.c: Likewise.
16038 * gdb.mi/non-stop.c: Include unistd.h.
16039 * gdb.mi/nsthrexec.c: Include stdio.h.
16040 * gdb.mi/pthreads.c: Include unistd.h.
16041 * gdb.modula2/unbounded1.c (main): Declare returns int.
16042 * gdb.reverse/consecutive-reverse.c: Likewise.
16043 * gdb.threads/create-fail.c: Include unistd.h.
16044 * gdb.threads/killed.c: Likewise.
16045 * gdb.threads/linux-dp.c: Likewise.
16046 * gdb.threads/non-ldr-exc-1.c: Include stdio.h and string.h.
16047 * gdb.threads/non-ldr-exc-2.c: Likewise.
16048 * gdb.threads/non-ldr-exc-3.c: Likewise.
16049 * gdb.threads/non-ldr-exc-4.c: Likewise.
16050 * gdb.threads/pthreads.c: Include unistd.h.
16051 (main): Declare returns int.
16052 * gdb.threads/tls-main.c (foo): New declaration.
16053 * gdb.threads/watchpoint-fork-mt.c: Define _GNU_SOURCE.
16054
16055 2015-01-23 Simon Marchi <simon.marchi@ericsson.com>
16056
16057 * gdb.mi/mi-var-list-children-invalid-grandchild.c: New file.
16058 * gdb.mi/mi-var-list-children-invalid-grandchild.exp: New file.
16059
16060 2015-01-15 Mark Wielaard <mjw@redhat.com>
16061
16062 * gdb.base/noreturn-return.c: New file.
16063 * gdb.base/noreturn-return.exp: New file.
16064 * gdb.base/noreturn-finish.c: New file.
16065 * gdb.base/noreturn-finish.exp: New file.
16066
16067 2015-01-23 Pedro Alves <palves@redhat.com>
16068
16069 * gdb.threads/continue-pending-after-query.c: New file.
16070 * gdb.threads/continue-pending-after-query.exp: New file.
16071
16072 2015-01-22 Anders Granlund <anders.granlund@ericsson.com>
16073 Simon Marchi <simon.marchi@ericsson.com>
16074
16075 * gdb.base/statistics.exp: Assign spawn id to gdb_spawn_id.
16076 * gdb.base/valgrind-db-attach.exp: Same.
16077 * gdb.base/valgrind-infcall.exp: Same.
16078 * lib/mi-support.exp (default_mi_gdb_start): Same.
16079 * lib/prompt.exp (default_prompt_gdb_start): Same.
16080 * lib/gdb.exp (default_gdb_spawn): Same.
16081 (gdb_interact): New.
16082
16083
16084 2015-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
16085
16086 * gdb.compile/compile.exp (pointer to jit function): New test.
16087
16088 2015-01-17 Wei-cheng Wang <cole945@gmail.com>
16089
16090 * lib/gdb.exp (supports_process_record): Return true for
16091 powerpc*-*-linux*.
16092 (supports_reverse): Likewise.
16093
16094 2015-01-15 Don Breazeal <donb@codesourcery.com>
16095
16096 * gdb.base/attach-pie-noexec.exp: Use can_spawn_for_attach
16097 instead of checking whether the target board is remote and
16098 use spawn_wait_for_attach instead of exec/sleep.
16099 * gdb.base/attach-twice.exp: Likewise.
16100
16101 2015-01-15 Joel Brobecker <brobecker@adacore.com>
16102
16103 * gdb.ada/var_arr_attrs: New testcase.
16104
16105 2015-01-14 Pedro Alves <palves@redhat.com>
16106 Joel Brobecker <brobecker@adacore.com>
16107
16108 PR gdb/17525
16109 * gdb.base/bp-cmds-execution-x-script.c: New file.
16110 * gdb.base/bp-cmds-execution-x-script.exp: New file.
16111 * gdb.base/bp-cmds-execution-x-script.gdb: New file.
16112
16113 2015-01-14 Pedro Alves <palves@redhat.com>
16114
16115 PR cli/17828
16116 * gdb.base/batch-preserve-term-settings.c: New file.
16117 * gdb.base/batch-preserve-term-settings.exp: New file.
16118
16119 2015-01-13 Doug Evans <dje@google.com>
16120
16121 * gdb.python/py-objfile.exp: Test gdb.lookup_objfile on symlinked
16122 binary.
16123
16124 2015-01-13 Joel Brobecker <brobecker@adacore.com>
16125
16126 * Makefile.in (clean mostlyclean): Do not delete *.py.
16127
16128 2015-01-13 Joel Brobecker <brobecker@adacore.com>
16129
16130 * gdb.python/py-lookup-type.exp: New file.
16131
16132 2015-01-12 Pedro Alves <palves@redhat.com>
16133
16134 * gdb.python/py-prompt.exp: When the board can't spawn for attach,
16135 restore GDBFLAGS before returning.
16136
16137 2015-01-12 Jan Kratochvil <jan.kratochvil@redhat.com>
16138
16139 * gdb.python/py-frame.exp (test Frame.read_register(rip)): Use
16140 is_amd64_regs_target and is_x86_like_target.
16141
16142 2015-01-11 Doug Evans <xdje42@gmail.com>
16143
16144 * lib/dwarf.exp (Dwarf): Flag an error if a numeric attribute value
16145 is given without an explicit form.
16146 * gdb.dwarf2/arr-subrange.exp: Specify forms for all numeric
16147 attributes.
16148 * gdb.dwarf/corrupt.exp: Ditto.
16149 * gdb.dwarf2/enum-type.exp: Ditto.
16150 * gdb.trace/entry-values.exp: Ditto.
16151 * gdb.trace/unavailable-dwarf-piece.exp: Ditto.
16152
16153 2015-01-11 Doug Evans <xdje42@gmail.com>
16154
16155 PR gdb/15830
16156 * gdb.base/maint.exp: Remove references to "maint demangle".
16157 * gdb.cp/demangle.exp: Update. "maint demangle" -> "demangle".
16158 Add tests for explicitly specifying language to demangle.
16159 * gdb.dlang/demangle.exp: Ditto.
16160
16161 2015-01-09 Pedro Alves <palves@redhat.com>
16162
16163 * gdb.threads/non-stop-fair-events.c: New file.
16164 * gdb.threads/non-stop-fair-events.exp: New file.
16165
16166 2015-01-09 Pedro Alves <palves@redhat.com>
16167
16168 * gdb.base/annota1.exp (thread_test): Use srcfile and binfile from
16169 the global scope. Set a breakpoint after all threads are started
16170 rather than stepping over two source lines. Expect the prompt.
16171 * gdb.base/watch_thread_num.c (threads_started_barrier): New
16172 global.
16173 (NUM): Now 15.
16174 (main): Use threads_started_barrier to wait for all threads to
16175 start. Main thread no longer calls thread_function. Exit after
16176 180 seconds.
16177 (loop): New function.
16178 (thread_function): Wait on threads_started_barrier barrier. Call
16179 'loop' at each iteration.
16180 * gdb.base/watch_thread_num.exp: Continue to breakpoint after all
16181 threads have started, instead of hardcoding number of "next"
16182 steps. Use an access watchpoint instead of a write watchpoint.
16183
16184 2015-01-09 Pedro Alves <palves@redhat.com>
16185
16186 * gdb.threads/ia64-sigill.c (threads_started_barrier): New global.
16187 (thread_func): Wait on barrier.
16188 (main): Wait for all threads to start before stopping GDB.
16189 * gdb.threads/siginfo-threads.c (threads_started_barrier): New
16190 global.
16191 (thread1_func, thread2_func): Wait on barrier.
16192 (main): Wait for all threads to start before stopping GDB.
16193 * gdb.threads/watchthreads-reorder.c (threads_started_barrier):
16194 New global.
16195 (thread1_func, thread2_func): Wait on barrier.
16196 (main): Wait for all threads to start before stopping GDB.
16197
16198 2015-01-09 Pedro Alves <palves@redhat.com>
16199
16200 * gdb.threads/attach-many-short-lived-threads.c: New file.
16201 * gdb.threads/attach-many-short-lived-threads.exp: New file.
16202
16203 2014-01-09 Pedro Alves <palves@redhat.com>
16204
16205 * gdb.threads/fork-thread-pending.exp: Switch to the main thread
16206 instead of to thread 2.
16207 * gdb.threads/signal-command-multiple-signals-pending.c (main):
16208 Add barrier around each pthread_create call instead of around all
16209 calls.
16210 * gdb.threads/signal-command-multiple-signals-pending.exp (test):
16211 Set a break on thread_function and have the child threads hit it
16212 one at at a time.
16213
16214 2015-01-09 Pedro Alves <palves@redhat.com>
16215
16216 * lib/gdb.exp (can_spawn_for_attach): New procedure.
16217 (spawn_wait_for_attach): Error out if can_spawn_for_attach returns
16218 false.
16219 * gdb.base/attach.exp: Use can_spawn_for_attach instead of
16220 checking whether the target board is remote.
16221 * gdb.multi/multi-attach.exp: Likewise.
16222 * gdb.python/py-sync-interp.exp: Likewise.
16223 * gdb.server/ext-attach.exp: Likewise.
16224 * gdb.python/py-prompt.exp: Use can_spawn_for_attach before the
16225 tests that need to attach, instead of checking whether the target
16226 board is remote at the top of the file.
16227
16228 2015-01-08 Yao Qi <yao@codesourcery.com>
16229
16230 * gdb.trace/entry-values.exp: Set call_insn for MIPS target.
16231
16232 2015-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
16233
16234 Fix testcase compilation.
16235 * gdb.arch/i386-avx512.exp (comp_flags): Remove /common.
16236
16237 2015-01-06 Joel Brobecker <brobecker@adacore.com>
16238
16239 * gdb.python/py-type.exp: Add a couple test about empty
16240 array creation, and negative-length array creation.
16241
16242 2015-01-02 Doug Evans <xdje42@gmail.com>
16243
16244 * gdb.cp/nsalias.exp: Fix output of external/declaration flags.
16245
16246 2015-01-02 Doug Evans <dje@google.com>
16247
16248 * gdb.dwarf2/dw4-sig-types.exp: Also pass -fdebug-types-section to gcc.
16249
16250 2014-12-29 Yao Qi <yao@codesourcery.com>
16251
16252 * gdb.trace/entry-values.exp: Update comments. Rename variable
16253 bar_call_foo to returned_from_foo.
16254
16255 2014-12-20 Mihail-Marian Nistor <mihail.nistor@freescale.com>
16256
16257 PR gdb/17394
16258 * gdb.linespec/break-asm-file.c: New file.
16259 * gdb.linespec/break-asm-file.exp: New file.
16260 * gdb.linespec/break-asm-file0.s: New file.
16261 * gdb.linespec/break-asm-file1.s: New file.
16262
16263 2014-12-18 Nigel Stephens <nigel@mips.com>
16264 Maciej W. Rozycki <macro@codesourcery.com>
16265
16266 * gdb.base/float.exp: Handle the new output from "info float" on
16267 MIPS targets.
16268
16269 2014-12-17 Jan Kratochvil <jan.kratochvil@redhat.com>
16270
16271 Fix MinGW compilation.
16272 * gdb.compile/compile-ops.exp: Update untested message if
16273 !skip_compile_feature_tests.
16274 * gdb.compile/compile-setjmp.exp: Likewise.
16275 * gdb.compile/compile-tls.exp: Likewise.
16276 * gdb.compile/compile.exp: Likewise.
16277 * lib/gdb.exp (skip_compile_feature_tests): Check also "Command not
16278 supported on this host".
16279
16280 2014-12-16 Doug Evans <xdje42@gmail.com>
16281
16282 * boards/stabs.exp: New file.
16283
16284 2014-12-16 Andreas Arnez <arnez@vnet.linux.ibm.com>
16285
16286 * gdb.base/completion.exp: Adjust to format changes of "maint
16287 print user-registers".
16288
16289 2014-12-16 Catalin Udma <catalin.udma@freescale.com>
16290
16291 PR server/17457
16292 * gdb.arch/aarch64-fp.c: New file.
16293 * gdb.arch/aarch64-fp.exp: New file.
16294
16295 2014-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
16296
16297 Merge dg-extract-results.{sh,py} from GCC upstream (r210243,
16298 r210637, r210913, r211666, r215400, r215817).
16299
16300 2014-05-08 Richard Sandiford <rdsandiford@googlemail.com>
16301 * dg-extract-results.py: New file.
16302 * dg-extract-results.sh: Use it if the environment seems
16303 suitable.
16304
16305 2014-05-20 Richard Sandiford <rdsandiford@googlemail.com>
16306
16307 * dg-extract-results.py (parse_run): Handle warnings that
16308 are printed before a test harness is run.
16309
16310 2014-05-25 Richard Sandiford <rdsandiford@googlemail.com>
16311
16312 * dg-extract-results.py (Named): Remove __cmp__ method.
16313 (output_variation): Use a key to sort variation.harnesses.
16314
16315 2014-06-14 Richard Sandiford <rdsandiford@googlemail.com>
16316
16317 * dg-extract-results.py: For Python 3, force sys.stdout to
16318 handle surrogate escape sequences.
16319 (safe_open): New function.
16320 (output_segment, main): Use it.
16321
16322 2014-09-19 Segher Boessenkool <segher@kernel.crashing.org>
16323
16324 * dg-extract-results.py (Prog.result_re): Include options
16325 in test name.
16326
16327 2014-10-02 Segher Boessenkool <segher@kernel.crashing.org>
16328
16329 * dg-extract-results.py (output_variation): Always sort if
16330 do_sum.
16331
16332 2014-12-15 Simon Marchi <simon.marchi@ericsson.com>
16333
16334 * lib/gdb.exp (default_gdb_start): After starting gdb, loop
16335 as long as we get pagination notifications.
16336
16337 2014-12-15 Jason Merrill <jason@redhat.com>
16338
16339 * Makefile.in (check-gdb.%): Restore.
16340 * README: Mention it.
16341
16342 2014-12-13 Joel Brobecker <brobecker@adacore.com>
16343
16344 * gdb.ada/str_uninit: New testcase.
16345
16346 2014-12-13 Jan Kratochvil <jan.kratochvil@redhat.com>
16347
16348 PR symtab/17642
16349 * gdb.base/vla-stub-define.c: New file.
16350 * gdb.base/vla-stub.c: New file.
16351 * gdb.base/vla-stub.exp: New file.
16352
16353 2014-12-12 Phil Muldoon <pmuldoon@redhat.com>
16354 Jan Kratochvil <jan.kratochvil@redhat.com>
16355 Tom Tromey <tromey@redhat.com>
16356
16357 * configure.ac: Add gdb.compile/.
16358 * configure: Regenerate.
16359 * gdb.compile/Makefile.in: New file.
16360 * gdb.compile/compile-ops.exp: New file.
16361 * gdb.compile/compile-ops.c: New file.
16362 * gdb.compile/compile-tls.c: New file.
16363 * gdb.compile/compile-tls.exp: New file.
16364 * gdb.compile/compile-constvar.S: New file.
16365 * gdb.compile/compile-constvar.c: New file.
16366 * gdb.compile/compile-mod.c: New file.
16367 * gdb.compile/compile-nodebug.c: New file.
16368 * gdb.compile/compile-setjmp-mod.c: New file.
16369 * gdb.compile/compile-setjmp.c: New file.
16370 * gdb.compile/compile-setjmp.exp: New file.
16371 * gdb.compile/compile-shlib.c: New file.
16372 * gdb.compile/compile.c: New file.
16373 * gdb.compile/compile.exp: New file.
16374 * lib/gdb.exp (skip_compile_feature_tests): New proc.
16375
16376 2014-12-12 Tom Tromey <tromey@redhat.com>
16377
16378 * lib/dwarf.exp (_location): Ignore blank lines. Allow comments.
16379 Handle DW_OP_pick, DW_OP_skip, DW_OP_bra.
16380
16381 2014-12-12 Doug Evans <dje@google.com>
16382
16383 * lib/gdb-python.exp (get_python_valueof): New function.
16384 * gdb.python/py-objfile.exp: Add tests for gdb.lookup_objfile.
16385
16386 2014-12-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
16387
16388 * gdb.base/completion.exp: Add test for completion of "info
16389 registers ".
16390
16391 2014-12-12 Maciej W. Rozycki <macro@codesourcery.com>
16392
16393 * gdb.base/func-ptrs.c: New file.
16394 * gdb.base/func-ptrs.exp: New file.
16395
16396 2014-12-10 Simon Marchi <simon.marchi@ericsson.com>
16397
16398 PR breakpoints/17012
16399 * gdb.base/dprintf-detach.c: New file.
16400 * gdb.base/dprintf-detach.exp: New file.
16401
16402 2014-12-10 Simon Marchi <simon.marchi@ericsson.com>
16403
16404 * gdb.trace/qtro.exp: Replace gdbserver detection code by...
16405 * lib/gdb.exp (target_is_gdbserver): New procedure.
16406
16407 2014-12-08 Doug Evans <dje@google.com>
16408
16409 * gdb.python/py-objfile.exp: Add tests for objfile.owner.
16410
16411 2014-12-05 Yao Qi <yao@codesourcery.com>
16412
16413 * gdb.guile/scm-error.exp: Remove the third argument to
16414 gdb_remote_download.
16415 * gdb.guile/scm-frame-args.exp: Likewise.
16416 * gdb.guile/scm-section-script.exp: Likewise.
16417
16418 2014-12-05 Yao Qi <yao@codesourcery.com>
16419
16420 * gdb.arch/i386-bp_permanent.exp: Use standard_testfile.
16421
16422 2014-12-04 Doug Evans <dje@google.com>
16423
16424 * gdb.python/py-objfile.exp: Add tests for
16425 objfile.add_separate_debug_file.
16426
16427 2014-12-04 Doug Evans <dje@google.com>
16428
16429 * lib/gdb.exp (get_build_id): New function.
16430 (build_id_debug_filename_get): Rewrite to use it.
16431 * gdb.python/py-objfile.exp: Add test for objfile.build_id.
16432
16433 2014-12-04 Maciej W. Rozycki <macro@codesourcery.com>
16434
16435 * gdb.cp/expand-psymtabs-cxx.exp: Accept any address of
16436 `method(long)', not just 0x0.
16437 * gdb.cp/nsalias.exp: Align code labels to 4.
16438 * gdb.dwarf2/dw2-canonicalize-type.S (main): Expand to 4-bytes.
16439 * gdb.dwarf2/dw2-empty-pc-range.S (main): Likewise.
16440 * gdb.dwarf2/pr11465.S (_ZN1N1cE): Likewise.
16441 * gdb.dwarf2/dw2-case-insensitive.c (START_INSNS): New macro.
16442 (cu_text_start, FUNC_lang_start): Use `START_INSNS'.
16443 * gdb.dwarf2/dw2-stack-boundary.exp: Accept noise in complaints.
16444
16445 2014-12-02 Doug Evans <dje@google.com>
16446
16447 PR symtab/17602
16448 * gdb.cp/anon-ns.cc: Move guts of this file to ...
16449 * gdb.cp/anon-ns2.cc: ... here. New file.
16450 * gdb.cp/anon-ns.exp: Update.
16451
16452 2014-12-02 Nick Bull <nicholaspbull@gmail.com>
16453
16454 * gdb.python/py-events.py (inferior_call_handler): New.
16455 (register_changed_handler, memory_changed_handler): New.
16456 (test_events.invoke): Register new handlers.
16457 * gdb.python/py-events.exp: Add tests for inferior call,
16458 memory_changed and register_changed events.
16459
16460 2014-12-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
16461
16462 * gdb.base/execl-update-breakpoints.exp: Specify the link address
16463 with '-Ttext-segment' instead of '-Ttext'. Fall back to '-Ttext'
16464 if the linker doesn't understand this.
16465
16466 2014-12-01 Simon Marchi <simon.marchi@ericsson.com>
16467
16468 * gdb.python/python.exp: Change expected reply to help().
16469
16470 2014-12-01 Yao Qi <yao@codesourcery.com>
16471
16472 * configure.ac: Remove AC_ARG_ENABLE for gdbtk. Don't invoke
16473 AC_CONFIG_SUBDIRS(gdb.gdbtk).
16474 * configure: Re-generated.
16475
16476 2014-11-28 Siva Chandra Reddy <sivachandra@google.com>
16477
16478 * gdb.cp/chained-calls.cc: New file.
16479 * gdb.cp/chained-calls.exp: New file.
16480 * gdb.cp/smartp.exp: Remove KFAIL for "p c2->inta".
16481
16482 2014-11-28 Simon Marchi <simon.marchi@ericsson.com>
16483
16484 * gdb.ada/py_range.exp: Add parentheses to python calls to print.
16485 * gdb.dwarf2/symtab-producer.exp: Same.
16486 * gdb.gdb/python-interrupts.exp: Same.
16487 * gdb.gdb/python-selftest.exp: Same.
16488 * gdb.python/py-linetable.exp: Same.
16489 * gdb.python/py-type.exp: Same.
16490 * gdb.python/py-value-cc.exp: Same.
16491 * gdb.python/py-value.exp: Same.
16492
16493 2014-11-28 Yao Qi <yao@codesourcery.com>
16494
16495 * gdb.base/break-probes.exp: Match library name prefixed with
16496 sysroot.
16497
16498 2014-11-27 Simon Marchi <simon.marchi@ericsson.com>
16499
16500 * gdb.python/py-linetable.exp: Escape properly sorted(fset)
16501 test expected output. Add parentheses for the call to print.
16502 Remove L suffix from integers.
16503
16504 2014-11-26 Doug Evans <dje@google.com>
16505
16506 * gdb.dwarf2/dw2-op-out-param.S: Fix comment.
16507
16508 2014-11-22 Yao Qi <yao@codesourcery.com>
16509
16510 * gdb.trace/entry-values.c: Remove asms.
16511 (foo): Add foo_label.
16512 (bar): Add bar_label.
16513 * gdb.trace/entry-values.exp: Remove code computing foo's
16514 length and bar's length.
16515 (Dwarf::assemble): Invoke function_range for bar and use
16516 MACRO_AT_func for foo.
16517
16518 2014-11-22 Yao Qi <yao@codesourcery.com>
16519
16520 * gdb.dwarf2/dw2-compdir-oldgcc.S: Define label .Lgcc42_procstart
16521 and .Lgcc43_procstart. Use .Lgcc42_procstart instead of gcc42.
16522 Use .Lgcc43_procstart instead of gcc43.
16523
16524 2014-11-21 Joel Brobecker <brobecker@adacore.com>
16525
16526 * gdb.ada/n_arr_bound: New testcase.
16527
16528 2014-11-20 Sergio Durigan Junior <sergiodj@redhat.com>
16529
16530 PR breakpoints/10737
16531 * gdb.base/catch-syscall.exp (do_syscall_tests): Call
16532 test_catch_syscall_multi_arch.
16533 (test_catch_syscall_multi_arch): New function.
16534
16535 2014-11-20 Doug Evans <xdje42@gmail.com>
16536
16537 * gdb.base/maint.exp: Update expected output.
16538
16539 2014-11-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
16540
16541 * gdb.base/bp-permanent.c (NOP): Define as 2-byte instead of
16542 4-byte instruction on S390.
16543
16544 2014-11-19 Joel Brobecker <brobecker@adacore.com>
16545
16546 * gdb.ada/arr_arr: New testcase.
16547
16548 2014-11-19 Joel Brobecker <brobecker@adacore.com>
16549
16550 * gdb.ada/pkd_arr_elem: New Testcase.
16551
16552 2014-11-18 Luis Machado <lgustavo@codesourcery.com>
16553
16554 * gdb.reverse/break-precsave: Expect completion message for
16555 core file reads.
16556 * gdb.reverse/consecutive-precsave.exp: Likewise.
16557 * gdb.reverse/finish-precsave.exp: Likewise.
16558 * gdb.reverse/i386-precsave.exp: Likewise.
16559 * gdb.reverse/machinestate-precsave.exp: Likewise.
16560 * gdb.reverse/sigall-precsave.exp: Likewise.
16561 * gdb.reverse/solib-precsave.exp: Likewise.
16562 * gdb.reverse/step-precsave.exp: Likewise.
16563 * gdb.reverse/until-precsave.exp: Likewise.
16564 * gdb.reverse/watch-precsave.exp: Likewise.
16565
16566 2014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
16567
16568 * gdb.base/bp-permanent.c: Include unistd.h.
16569 * gdb.python/py-framefilter-mi.c (main): Add return type.
16570 * gdb.python/py-framefilter.c (main): Likewise.
16571 * gdb.trace/actions-changed.c (main): Likewise.
16572
16573 2014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
16574
16575 * gdb.mi/until.c: Add eye-catchers.
16576 * gdb.mi/mi-until.exp: Refer to eye-catchers instead of literal
16577 line numbers.
16578
16579 2014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
16580
16581 * gdb.base/condbreak.exp: Drop references to removed non-prototype
16582 function header variants in break1.c.
16583 * gdb.base/ena-dis-br.exp: Likewise.
16584 * gdb.base/hbreak2.exp: Likewise.
16585 * gdb.reverse/until-precsave.exp: Drop references to removed
16586 non-prototype function header variants in ur1.c.
16587 * gdb.reverse/until-reverse.exp: Likewise.
16588
16589 2014-11-17 Petr Machata <pmachata@redhat.com>
16590
16591 * lib/dwarf.exp (Dwarf::cu, Dwarf::tu): Emit
16592 ${_cu_offset_size} bytes abbrev offset.
16593
16594 2014-11-15 Doug Evans <xdje42@gmail.com>
16595
16596 PR symtab/17559
16597 * gdb.base/line-symtabs.exp: New file.
16598 * gdb.base/line-symtabs.c: New file.
16599 * gdb.base/line-symtabs.h: New file.
16600
16601 2014-11-14 Yao Qi <yao@codesourcery.com>
16602
16603 * gdb.dwarf2/dw2-ifort-parameter.c: Remove inline asm.
16604 (func): Add label func_label.
16605 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble):
16606 Replace low_pc and high_pc with MACRO_AT_range.
16607 Replace name, low_pc and high_pc with MACRO_AT_func.
16608
16609 2014-11-14 Yao Qi <yao@codesourcery.com>
16610
16611 * gdb.dwarf2/implptr-optimized-out.exp (Dwarf::assemble):
16612 Replace name, low_pc and high_pc with MACRO_AT_func.
16613
16614 2014-11-14 Yao Qi <yao@codesourcery.com>
16615
16616 * gdb.dwarf2/implptr-optimized-out.exp: Use Dwarf::assemble to
16617 produce debug information.
16618 * gdb.dwarf2/implptr-optimized-out.S: Removed.
16619
16620 2014-11-14 Yao Qi <yao@codesourcery.com>
16621
16622 * gdb.dwarf2/dwz.exp: Remove the code to compile main.c to
16623 object and get function length.
16624 (Dwarf::assemble): Replace name, low_pc and high_pc attributes
16625 with MACRO_AT_func.
16626 (top-level): Replace gdb_compile and clean_restart with
16627 prepare_for_testing.
16628 * gdb.dwarf2/main.c (main): Add label main_label.
16629
16630 2014-11-14 Yao Qi <yao@codesourcery.com>
16631
16632 * lib/dwarf.exp (function_range): New procedure.
16633 (Dwarf::_handle_macro_at_func): New procedure.
16634 (Dwarf::_handle_macro_at_range): New procedure.
16635 (Dwarf): Handle MACRO_AT_func and MACRO_AT_range.
16636
16637 2014-11-14 Yao Qi <yao@codesourcery.com>
16638
16639 * lib/dwarf.exp (_handle_DW_TAG): Move some code to ...
16640 (_handle_attribute): New procedure.
16641
16642 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
16643
16644 * gdb.ada/cond_lang/foo.c (callme): Add return type.
16645 * gdb.base/call-sc.c (zed): Likewise.
16646 * gdb.base/checkpoint.c (main): Likewise.
16647 * gdb.base/dump.c (main): Likewise.
16648 * gdb.base/gcore.c (main): Likewise.
16649 * gdb.base/huge.c (main): Likewise.
16650 * gdb.base/multi-forks.c (main): Likewise.
16651 * gdb.base/pr10179-a.c (main): Likewise.
16652 * gdb.base/savedregs.c (main): Likewise.
16653 * gdb.base/sigaltstack.c (main): Likewise.
16654 * gdb.base/siginfo.c (main): Likewise.
16655 * gdb.base/structs.c (zed): Likewise.
16656 * gdb.mi/mi-stack.c (callee3, callee2, callee1, main): Likewise.
16657 * gdb.mi/mi-syn-frame.c (main): Likewise.
16658 * gdb.mi/until.c (foo, main): Likewise.
16659 * gdb.base/global-var-nested-by-dso.c (b_main, c_main): Declare.
16660 * gdb.base/solib-weak.c (foo): Declare.
16661 * gdb.base/attach-twice.c: Include stdio.h.
16662 * gdb.base/weaklib1.c: Likewise.
16663 * gdb.base/weaklib2.c: Likewise.
16664 * gdb.base/catch-signal-fork.c: Include stdio.h and sys/wait.h.
16665 * gdb.mi/mi-condbreak-call-thr-state-mt.c: Include stdio.h and
16666 unistd.h.
16667 * gdb.base/attach-pie-misread.c: Include stdlib.h.
16668 * gdb.mi/mi-exit-code.c: Likewise.
16669 * gdb.base/break-interp-lib.c: Include string.h.
16670 * gdb.base/coremaker.c: Likewise.
16671 * gdb.base/testenv.c: Likewise.
16672 * gdb.python/py-finish-breakpoint.c: Likewise.
16673 * gdb.base/inferior-died.c: Include sys/wait.h.
16674 * gdb.base/fileio.c: Include time.h.
16675 * gdb.base/async-shell.c: Include unistd.h.
16676 * gdb.base/dprintf-non-stop.c: Likewise.
16677 * gdb.base/info-os.c: Likewise.
16678 * gdb.mi/mi-console.c: Likewise.
16679 * gdb.mi/watch-nonstop.c: Likewise.
16680 * gdb.python/py-events.c: Likewise.
16681 * gdb.base/async.c (baz): Move up before its invocation.
16682 * gdb.base/code_elim2.c (my_global_func): Likewise.
16683 * gdb.base/skip-solib-lib.c (multiply): Likewise.
16684 * gdb.base/advance.c (func2): Likewise.
16685
16686 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
16687
16688 * gdb.base/annota1.c: Remove #ifdef PROTOTYPES, keep prototyped
16689 variant.
16690 * gdb.base/annota3.c: Likewise.
16691 * gdb.base/async.c: Likewise.
16692 * gdb.base/average.c: Likewise.
16693 * gdb.base/call-ar-st.c: Likewise.
16694 * gdb.base/call-rt-st.c: Likewise.
16695 * gdb.base/call-sc.c: Likewise.
16696 * gdb.base/call-strs.c: Likewise.
16697 * gdb.base/ending-run.c: Likewise.
16698 * gdb.base/execd-prog.c: Likewise.
16699 * gdb.base/exprs.c: Likewise.
16700 * gdb.base/foll-exec.c: Likewise.
16701 * gdb.base/foll-fork.c: Likewise.
16702 * gdb.base/foll-vfork.c: Likewise.
16703 * gdb.base/funcargs.c: Likewise.
16704 * gdb.base/gcore.c: Likewise.
16705 * gdb.base/jump.c: Likewise.
16706 * gdb.base/langs0.c: Likewise.
16707 * gdb.base/langs1.c: Likewise.
16708 * gdb.base/langs2.c: Likewise.
16709 * gdb.base/mips_pro.c: Likewise.
16710 * gdb.base/nodebug.c: Likewise.
16711 * gdb.base/opaque0.c: Likewise.
16712 * gdb.base/opaque1.c: Likewise.
16713 * gdb.base/recurse.c: Likewise.
16714 * gdb.base/run.c: Likewise.
16715 * gdb.base/scope0.c: Likewise.
16716 * gdb.base/scope1.c: Likewise.
16717 * gdb.base/setshow.c: Likewise.
16718 * gdb.base/setvar.c: Likewise.
16719 * gdb.base/shmain.c: Likewise.
16720 * gdb.base/shr1.c: Likewise.
16721 * gdb.base/shr2.c: Likewise.
16722 * gdb.base/sigall.c: Likewise.
16723 * gdb.base/signals.c: Likewise.
16724 * gdb.base/so-indr-cl.c: Likewise.
16725 * gdb.base/solib2.c: Likewise.
16726 * gdb.base/structs.c: Likewise.
16727 * gdb.base/sum.c: Likewise.
16728 * gdb.base/vforked-prog.c: Likewise.
16729 * gdb.base/watchpoint.c: Likewise.
16730 * gdb.reverse/shr2.c: Likewise.
16731 * gdb.reverse/until-reverse.c: Likewise.
16732 * gdb.reverse/ur1.c: Likewise.
16733 * gdb.reverse/watch-reverse.c: Likewise.
16734
16735 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
16736
16737 * gdb.base/sepdebug.c: Remove #ifdef PROTOTYPES, keep prototyped
16738 variant.
16739 * gdb.base/sepdebug.exp: Drop references to removed code.
16740
16741 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
16742
16743 * gdb.base/list0.h: Remove #ifdef PROTOTYPES, keep prototyped
16744 variant. Preserve original line numbering.
16745 * gdb.base/list1.c: Likewise.
16746
16747 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
16748
16749 * gdb.base/break.c: Remove #ifdef PROTOTYPES, keep prototyped
16750 variant.
16751 * gdb.base/break1.c: Likewise.
16752 * gdb.base/break.exp: Drop references to removed code.
16753
16754 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
16755
16756 * gdb.base/solib1.c: Remove #ifdef PROTOTYPES, keep prototyped
16757 variant.
16758
16759 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
16760
16761 * gdb.base/callfuncs.exp (perform_all_tests): Re-indent.
16762
16763 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
16764
16765 * gdb.base/callfuncs.exp: Remove 'prototypes' variable. Move main
16766 logic into perform_all_tests() and invoke it with and without
16767 function header prototypes.
16768 (do_function_calls): Remove conditional XFAIL for PR 5318.
16769 (rerun_and_prepare): Remove duplicate code.
16770 (perform_all_tests): New. Main logic moved here.
16771
16772 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
16773
16774 * gdb.base/callfuncs.c (t_float_many_args): Fix syntax error in
16775 code guarded by #ifdef NO_PROTOTYPES.
16776 (t_double_many_args): Likewise.
16777 (DEF_FUNC_MANY_ARGS_1): Likewise.
16778 (DEF_FUNC_VALUES_1): Likewise.
16779 (t_structs_ldc): Renamed from t_structs_fc in conditional code
16780 guarded by #ifdef PROTOTYPES.
16781
16782 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
16783
16784 * gdb.mi/mi-console.c: Add eye-catcher.
16785 * gdb.mi/mi-console.exp (semihosted_string): Refer to eye-catcher
16786 instead of literal line number.
16787
16788 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
16789
16790 * gdb.base/shr2.c: Add eye-catcher.
16791 * gdb.base/shlib-call.exp: Refer to eye-catcher instead of literal
16792 line number.
16793
16794 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
16795
16796 * gdb.base/jump.c: Add eye-catchers.
16797 * gdb.base/jump.exp: Refer to eye-catchers instead of literal line
16798 numbers.
16799
16800 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
16801
16802 * gdb.base/execd-prog.c: Add eye-catchers.
16803 * gdb.base/foll-exec.c: Likewise.
16804 * gdb.base/foll-exec.exp: Refer to eye-catchers instead of literal
16805 line numbers.
16806
16807 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
16808
16809 * gdb.base/ending-run.c: Add eye-catchers.
16810 * gdb.base/ending-run.exp: Refer to eye-catchers instead of
16811 literal line numbers.
16812
16813 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
16814
16815 * gdb.base/call-rt-st.c: Add eye-catchers.
16816 * gdb.base/call-rt-st.exp: Refer to eye-catchers instead of
16817 literal line numbers.
16818
16819 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
16820
16821 * gdb.base/call-ar-st.c: Add eye-catchers.
16822 * gdb.base/call-ar-st.exp: Refer to eye-catchers instead of
16823 literal line numbers.
16824
16825 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
16826
16827 * gdb.base/average.c: Add eye-catchers.
16828 * gdb.base/sum.c: Likewise.
16829 * gdb.base/dbx.exp: Use eye-catchers to determine line numbers for
16830 regexps dynamically.
16831
16832 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
16833
16834 * gdb.base/solib1.c: Add eye-catchers.
16835 * gdb.base/so-impl-ld.exp: Match against eye-catchers instead of
16836 literal line numbers.
16837
16838 2014-11-12 Pedro Alves <palves@redhat.com>
16839
16840 * gdb.threads/leader-exit.exp: Test sending ctrl-c works after the
16841 leader has exited.
16842
16843 2014-11-12 Pedro Alves <palves@redhat.com>
16844
16845 * gdb.arch/i386-bp_permanent.c: New file.
16846 * gdb.arch/i386-bp_permanent.exp: Don't skip on x86_64.
16847 (srcfile): Set to i386-bp_permanent.c.
16848 (top level): Adjust to work in both 32-bit and 64-bit modes. Test
16849 that stepi does not execute the 'leave' instruction, instead of
16850 testing it does execute.
16851 * gdb.base/bp-permanent.c: New file.
16852 * gdb.base/bp-permanent.exp: New file.
16853
16854 2014-11-10 Doug Evans <xdje42@gmail.com>
16855
16856 PR symtab/17564
16857 * gdb.base/symtab-search-order.exp: New file.
16858 * gdb.base/symtab-search-order.c: New file.
16859 * gdb.base/symtab-search-order-1.c: New file.
16860 * gdb.base/symtab-search-order-shlib-1.c: New file.
16861
16862 2014-11-07 Pedro Alves <palves@redhat.com>
16863
16864 PR gdb/17511
16865 * gdb.base/sigstep.exp (in_handler_map) <si+advance>: xfail
16866 i?86-*-linux*.
16867
16868 2014-11-03 Siva Chandra Reddy <sivachandra@google.com>
16869
16870 PR c++/17494
16871 * gdb.cp/pr17494.cc: New file.
16872 * gdb.cp/pr17494.exp: New file.
16873
16874 2014-11-02 Yao Qi <yao@codesourcery.com>
16875
16876 * gdb.python/python.exp: Get working directory and match the
16877 output of "set extended-prompt \\w " with it.
16878
16879 2014-10-30 Doug Evans <dje@google.com>
16880
16881 * gdb.python/py-objfile.exp: Add tests for setting random attributes
16882 in objfiles.
16883 * gdb.python/py-progspace.exp: Add tests for setting random attributes
16884 in progspaces.
16885
16886 2014-10-30 Janis Johnson <janisjo@codesourcery.com>
16887
16888 * gdb.base/fullpath-expand.exp: Skip for a remote host.
16889 * gdb.base/realname-expand.exp: Likewise.
16890 * gdb.linespec/macro-relative.exp: Likewise.
16891
16892 2014-10-29 Pedro Alves <palves@redhat.com>
16893
16894 PR gdb/17408
16895 * gdb.threads/schedlock.c (some_function): New function.
16896 (call_function): New global.
16897 (MAYBE_CALL_SOME_FUNCTION): New macro.
16898 (thread_function): Call it.
16899 * gdb.threads/schedlock.exp (get_args): Add description parameter,
16900 and use it instead of a global counter. Adjust all callers.
16901 (get_current_thread): Use "find current thread" for test message
16902 here rather than having all callers pass down the same string.
16903 (goto_loop): New procedure, factored out from ...
16904 (my_continue): ... this.
16905 (step_ten_loops): Change parameter from test message to command to
16906 use. Adjust.
16907 (list_count): Delete global.
16908 (check_result): New procedure, factored out from duplicate top
16909 level code.
16910 (continue tests): Wrap in with_test_prefix.
16911 (test_step): New procedure, factored out from duplicate top level
16912 code.
16913 (top level): Test "step" in combination with all scheduler-locking
16914 modes. Test "next" in combination with all scheduler-locking
16915 modes, and in combination with stepping over a function call or
16916 not.
16917 * gdb.threads/next-bp-other-thread.c: New file.
16918 * gdb.threads/next-bp-other-thread.exp: New file.
16919
16920 2014-10-29 Pedro Alves <palves@redhat.com>
16921
16922 PR python/17372
16923 * gdb.python/python.exp: Test a multi-line command that spawns
16924 interactive Python.
16925 * gdb.base/multi-line-starts-subshell.exp: New file.
16926
16927 2014-10-29 Yao Qi <yao@codesourcery.com>
16928
16929 * gdb.base/fileio.exp: Make directories on host.
16930
16931 2014-10-29 Yao Qi <yao@codesourcery.com>
16932
16933 * gdb.base/fileio.c (test_write): Close the file.
16934
16935 2014-10-28 Pedro Alves <palves@redhat.com>
16936
16937 PR gdb/12623
16938 * gdb.base/sigstep.c (no_handler): New global.
16939 (main): If 'no_handler is true, set the signal handlers to
16940 SIG_IGN.
16941 * gdb.base/sigstep.exp (breakpoint_over_handler): Add
16942 with_sw_watch and no_handler parameters. Handle them.
16943 (top level) <stepping over handler when stopped at a breakpoint
16944 test>: Add a test axis for testing with a software watchpoint, and
16945 another for testing with the signal handler set to SIG_IGN.
16946 * gdb.base/step-sw-breakpoint-adjust-pc.c: New file.
16947 * gdb.base/step-sw-breakpoint-adjust-pc.exp: New file.
16948
16949 2014-10-28 Pedro Alves <palves@redhat.com>
16950
16951 PR gdb/17511
16952 * gdb.base/sigstep.c (handler): Add a few more writes to 'done'.
16953 * gdb.base/sigstep.exp (other_handler_location): New global.
16954 (advance): Support stepping into the signal handler, and running
16955 commands while in the handler.
16956 (in_handler_map): New global.
16957 (top level): In the advance test, add combinations for getting
16958 into the handler with stepping commands, and for running commands
16959 in the handler. Add comment descripting the advancei tests.
16960
16961 2014-10-28 Pedro Alves <palves@redhat.com>
16962
16963 * gdb.base/sigstep.exp: Use build_executable instead of
16964 prepare_for_testing.
16965 (top level): Move code that starts GDB, runs to main and creates a
16966 display to ...
16967 (restart): ... this new procedure.
16968 (top level): Move backtrace from signal handler test to ...
16969 (validate_backtrace): ... this new procedure.
16970 (advance, advancei): Rename parameter from 'i' to 'cmd'. Use
16971 with_test_prefix. Always restart GDB.
16972 (skip_to_handler): Rename parameter from 'i' to 'cmd'. Use
16973 with_test_prefix. Always restart GDB. No need to delete
16974 breakpoints after the test.
16975 (test_skip_handler): Remove prefix parameter.
16976 (skip_over_handler, breakpoint_to_handler)
16977 (breakpoint_to_handler_entry, breakpoint_over_handler): Rename
16978 parameter from 'i' to 'cmd'. Use with_test_prefix. Always
16979 restart GDB. No need to delete breakpoints after the test.
16980 (top level): Use foreach to call the test procedures with
16981 different commands.
16982
16983 2014-10-28 Pedro Alves <palves@redhat.com>
16984
16985 * gdb.base/sigaltstack.exp: Update to use Bugzilla bug numbers
16986 instead of GNATS numbers.
16987 * gdb.base/sigbpt.exp: Likewise.
16988 * gdb.base/siginfo.exp: Likewise.
16989 * gdb.base/sigstep.exp: Likewise.
16990
16991 2014-10-27 Pedro Alves <palves@redhat.com>
16992
16993 * gdb.base/sigstep.c (dummy): New global.
16994 (main): Issue a couple writes to the new global.
16995 * gdb.base/sigstep.exp (get_next_pc, test_skip_handler): New
16996 procedures.
16997 (skip_over_handler): Use test_skip_handler.
16998 (top level): Call skip_over_handler for stepi and nexti too.
16999 (breakpoint_over_handler): Use test_skip_handler.
17000 (top level): Call breakpoint_over_handler for stepi and nexti too.
17001
17002 2014-10-27 Yao Qi <yao@codesourcery.com>
17003
17004 * gdb.trace/tfile.c (adjust_function_address)
17005 [__powerpc64__ && _CALL_ELF != 2]: Get function address from
17006 function descriptor.
17007
17008 2014-10-24 Don Breazeal <donb@codesourcery.com>
17009
17010 * gdb.base/foll-fork.exp (test_follow_fork,
17011 catch_fork_child_follow): Check for updated fork messages emitted
17012 from infrun.c.
17013 * gdb.base/foll-vfork.exp (vfork_parent_follow_through_step,
17014 vfork_parent_follow_to_bp, vfork_and_exec_child_follow_to_main_bp,
17015 vfork_and_exec_child_follow_through_step): Check for updated vfork
17016 messages emitted from infrun.c.
17017
17018 2014-10-24 Pedro Alves <palves@redhat.com>
17019
17020 * gdb.base/corefile.exp: Remove references to ultrix.
17021 * gdb.base/interrupt.exp: Likewise.
17022 * gdb.base/whatis.exp: Likewise.
17023 * gdb.gdb/selftest.exp: Likewise.
17024 * gdb.threads/manythreads.exp: Likewise.
17025 * gdb.threads/print-threads.exp: Likewise.
17026 * gdb.threads/pthreads.exp:: Likewise.
17027 * gdb.threads/schedlock.exp: Likewise.
17028
17029 2014-10-24 Siva Chandra Reddy <sivachandra@google.com>
17030
17031 * gdb.cp/non-trivial-retval.cc: Add a test case.
17032 * gdb.cp/non-trivial-retval.exp: Add a test.
17033
17034 2014-10-20 Yao Qi <yao@codesourcery.com>
17035
17036 * gdb.python/py-objfile-script-gdb.py.in: Rename it to ...
17037 * gdb.python/py-objfile-script-gdb.py: New file.
17038 * gdb.python/py-objfile-script.exp: Update reference to
17039 py-objfile-script-gdb.py.in. Use gdb_remote_donwload instead
17040 of remote_download. Remove the dest file.
17041
17042 2014-10-20 Yao Qi <yao@codesourcery.com>
17043
17044 * gdb.base/checkpoint.exp: Don't remove file copied on host.
17045 * gdb.base/step-line.exp: Likewise.
17046 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
17047 * gdb.dwarf2/dw2-basic.exp: Likewise.
17048 * gdb.dwarf2/dw2-compressed.exp: Likewise.
17049 * gdb.dwarf2/dw2-filename.exp: Likewise.
17050 * gdb.dwarf2/dw2-intercu.exp: Likewise.
17051 * gdb.dwarf2/dw2-intermix.exp: Likewise.
17052 * gdb.dwarf2/dw2-producer.exp: Likewise.
17053 * gdb.dwarf2/mac-fileno.exp: Likewise.
17054 * gdb.python/py-frame-args.exp: Likewise.
17055 * gdb.python/py-framefilter.exp: Likewise.
17056 * gdb.python/py-mi.exp: Likewise.
17057 * gdb.python/py-objfile-script.exp: Likewise
17058 * gdb.python/py-pp-integral.exp: Likewise.
17059 * gdb.python/py-pp-re-notag.exp: Likewise.
17060 * gdb.python/py-prettyprint.exp: Likewise.
17061 * gdb.python/py-section-script.exp: Likewise.
17062 * gdb.python/py-typeprint.exp: Likewise.
17063 * gdb.python/py-xmethods.exp: Likewise.
17064 * gdb.stabs/weird.exp: Likewise.
17065 * gdb.xml/tdesc-regs.exp: Likewise.
17066
17067 2014-10-18 Kwok Cheung Yeung <kcy@codesourcery.com>
17068
17069 * gdb.dwarf2/dw2-dir-file-name.exp (addr_len): New.
17070 (out_cu): Use addr_len for the size of addresses.
17071 (out_line): Likewise. Size DW_LNE_set_address instruction
17072 according to addr_len.
17073 * gdb.dwarf2/dw2-dir-file-name.c (START_INSNS): New.
17074 (FUNC): Add START_INSNS to definition.
17075
17076 2014-10-18 Yao Qi <yao@codesourcery.com>
17077
17078 * gdb.base/argv0-symlink.exp: Check argv[0] value if
17079 gdb_has_argv0 return true.
17080 * gdb.guile/scm-value.exp (test_value_in_inferior): Don't
17081 check [target_info exists noargs], check [gdb_has_argv0]
17082 instead.
17083 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
17084 * lib/gdb.exp (gdb_has_argv0, gdb_has_argv0_1): New
17085 procedures.
17086
17087 2014-10-17 Doug Evans <dje@google.com>
17088
17089 * gdb.python/py-events.exp: Update expected output for clear_objfiles
17090 event.
17091 * gdb.python/py-events.py: Add clear_objfiles event.
17092
17093 2014-10-17 Doug Evans <dje@google.com>
17094
17095 * gdb.python/py-objfile.exp: Test progspace attribute.
17096
17097 2014-10-17 Luis Machado <lgustavo@codesourcery.com>
17098
17099 * gdb.guile/scm-breakpoint.exp: Do not assume any
17100 directory separators when matching source file paths.
17101 * gdb.python/py-breakpoint.exp: Likewise.
17102 * gdb.reverse/break-precsave.exp: Likewise.
17103 * gdb.reverse/break-reverse.exp: Likewise.
17104 * gdb.reverse/consecutive-precsave.exp: Likewise.
17105 * gdb.reverse/finish-precsave.exp: Likewise.
17106 * gdb.reverse/finish-reverse-bkpt.exp: Likewise.
17107 * gdb.reverse/finish-reverse.exp: Likewise.
17108 * gdb.reverse/i386-precsave.exp: Likewise.
17109 * gdb.reverse/i387-env-reverse.exp: Likewise.
17110 * gdb.reverse/i387-stack-reverse.exp: Likewise.
17111 * gdb.reverse/machinestate-precsave.exp: Likewise.
17112 * gdb.reverse/machinestate.exp: Likewise.
17113 * gdb.reverse/sigall-precsave.exp: Likewise.
17114 * gdb.reverse/solib-precsave.exp: Likewise.
17115 * gdb.reverse/step-precsave.exp: Likewise.
17116 * gdb.reverse/until-precsave.exp: Likewise.
17117 * gdb.reverse/watch-precsave.exp: Likewise.
17118 * gdb.reverse/watch-reverse.exp: Likewise.
17119
17120 2014-10-17 Yao Qi <yao@codesourcery.com>
17121
17122 * lib/gdb.exp (gdb_skip_xml_test): Copy trivial.xml to host.
17123 * gdb.xml/tdesc-regs.exp: Copy single-reg.xml to host.
17124
17125 2014-10-17 Pedro Alves <palves@redhat.com>
17126
17127 PR gdb/17471
17128 * gdb.base/bg-execution-repeat.c: New file.
17129 * gdb.base/bg-execution-repeat.exp: New file.
17130
17131 2014-10-17 Pedro Alves <palves@redhat.com>
17132
17133 PR gdb/17300
17134 * gdb.base/continue-all-already-running.c: New file.
17135 * gdb.base/continue-all-already-running.exp: New file.
17136
17137 2014-10-17 Pedro Alves <palves@redhat.com>
17138
17139 PR gdb/17472
17140 * gdb.base/annota-input-while-running.c: New file.
17141 * gdb.base/annota-input-while-running.exp: New file.
17142
17143 2014-10-17 Pedro Alves <palves@redhat.com>
17144
17145 * gdb.base/callfuncs.exp: emove references to osf.
17146 * gdb.base/sigall.exp: Likewise.
17147 * gdb.gdb/selftest.exp: Likewise.
17148 * gdb.hp/gdb.base-hp/callfwmall.exp: Likewise.
17149 * gdb.mi/non-stop.c: Likewise.
17150 * gdb.mi/pthreads.c: Likewise.
17151 * gdb.reverse/sigall-precsave.exp: Likewise.
17152 * gdb.reverse/sigall-reverse.exp: Likewise.
17153 * gdb.threads/pthreads.c: Likewise.
17154 * gdb.threads/pthreads.exp: Likewise.
17155
17156 2014-10-17 Yao Qi <yao@codesourcery.com>
17157
17158 * gdb.base/commands.exp (gdbvar_complex_if_while_test): Don't
17159 check 'target_info exists noargs'.
17160 (test_command_prompt_position): Likewise.
17161 (progvar_simple_if_test): Don't check 'target_info exists noargs'.
17162 Remove "set args".
17163 (progvar_simple_while_test): Likewise.
17164 (progvar_complex_if_while_test): Likewise.
17165 (if_while_breakpoint_command_test): Likewise.
17166 (infrun_breakpoint_command_test): Likewise.
17167 (breakpoint_command_test): Likewise.
17168 (watchpoint_command_test): Likewise.
17169 (bp_deleted_in_command_test): Likewise.
17170 (temporary_breakpoint_commands): Likewise.
17171
17172 2014-10-16 Yao Qi <yao@codesourcery.com>
17173
17174 * gdb.base/remotetimeout.exp: Remove noargs checking.
17175
17176 2014-10-15 Pedro Alves <palves@redhat.com>
17177
17178 PR breakpoints/9649
17179 * gdb.base/breakpoint-in-ro-region.c (main): Add more instructions.
17180 * gdb.base/breakpoint-in-ro-region.exp
17181 (probe_target_hardware_step): New procedure.
17182 (top level): Probe hardware stepping and hardware breakpoint
17183 support. Test stepping through a read-only region, with both
17184 "breakpoint auto-hw" on and off and both "always-inserted" on and
17185 off.
17186
17187 2014-10-15 Iain Buclaw <ibuclaw@gdcproject.org>
17188
17189 * gdb.dlang/demangle.exp: Update for demangling changes.
17190
17191 2014-10-15 Siva Chandra Reddy <sivachandra@google.com>
17192
17193 * gdb.cp/non-trivial-retval.cc: Add new test cases.
17194 * gdb.cp/non-trivial-retval.exp: Add new tests.
17195
17196 2014-10-15 Siva Chandra Reddy <sivachandra@google.com>
17197
17198 PR c++/13403
17199 PR c++/15154
17200 * gdb.cp/non-trivial-retval.cc: New file.
17201 * gdb.cp/non-trivial-retval.exp: New file.
17202
17203 2014-10-15 Yao Qi <yao@codesourcery.com>
17204
17205 * gdb.python/py-parameter.exp: Don't match $srcdir/$subdir on
17206 remote host.
17207
17208 2014-10-15 Yao Qi <yao@codesourcery.com>
17209
17210 * gdb.python/py-symbol.exp: Match file base name if host is
17211 remote, otherwise match file name with dir name.
17212 * gdb.python/py-symtab.exp: Likewise.
17213 * gdb.python/python.exp: Likewise.
17214
17215 2014-10-15 Yao Qi <yao@codesourcery.com>
17216
17217 * gdb.python/py-symbol.exp: Remove trailing ".*" in the
17218 pattern.
17219 * gdb.python/py-symtab.exp: Likewise.
17220 * gdb.python/python.exp: Remove trailing ".*". Fix typo
17221 locationn.
17222
17223 2014-10-14 Joel Brobecker <brobecker@adacore.com>
17224
17225 * gdb.ada/addr_arith: New testcase.
17226
17227 2014-10-14 Maciej W. Rozycki <macro@codesourcery.com>
17228
17229 * gdb.dwarf2/dw2-case-insensitive-debug.S: Handle 64-bit pointers.
17230 * gdb.dwarf2/dw2-case-insensitive.exp: Update accordingly.
17231 * gdb.dwarf2/dw2-skip-prologue.S: Handle 64-bit pointers.
17232 * gdb.dwarf2/dw2-skip-prologue.exp: Update accordingly.
17233
17234 2014-10-14 Sergio Durigan Junior <sergiodj@redhat.com>
17235
17236 * gdb.arch/stap-eval-lang-ada.S: Likewise.
17237 * gdb.arch/stap-eval-lang-ada.c: Likewise.
17238 * gdb.arch/stap-eval-lang-ada.exp: New file.
17239
17240 2014-10-14 Yao Qi <yao@codesourcery.com>
17241
17242 * gdb.mi/mi-var-child.c (nothing1): New function.
17243 (nothing2): New function.
17244 (do_children_tests): Set function pointers by nothing1 and
17245 nothing2.
17246 * gdb.mi/mi-var-child.exp: Step over new added statements.
17247 Update test to match the new output.
17248 * gdb.mi/var-cmd.c (nothing1): New function.
17249 (nothing2): New function.
17250 (do_children_tests): Set function pointers by nothing1 and
17251 nothing2.
17252 * gdb.mi/mi-var-display.exp: Update test to match output.
17253 Step to the line specified by $line_dct_nothing.
17254 Increase the number of lines to step.
17255
17256 2014-10-14 Yao Qi <yao@codesourcery.com>
17257
17258 * gdb.mi/mi-var-child.exp: Use mi_varobj_update to simplify
17259 tests.
17260 * gdb.mi/mi2-var-child.exp: Likewise.
17261
17262 2014-10-13 Doug Evans <dje@google.com>
17263
17264 * gdb.python/py-objfile.exp: Change name of file name test.
17265
17266 2014-10-13 Doug Evans <dje@google.com>
17267
17268 * gdb.dwarf2/dw2-op-out-param.S: Make DW_FORM_ref4 values be the offset
17269 from the start of the CU.
17270
17271 2014-10-13 Jan Kratochvil <jan.kratochvil@redhat.com>
17272 Yao Qi <yao@codesourcery.com>
17273
17274 Fix "save breakpoints" for "catch" command.
17275 * gdb.base/catch-signal.exp: Add gdb_breakpoint "main".
17276 Remove -nonewline. Match also the added "main" line.
17277
17278 2014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
17279
17280 Fix "save breakpoints" for "disable $bpnum" command.
17281 * gdb.base/save-bp.c (main): Add label.
17282 * gdb.base/save-bp.exp: Add 8th disabled breakpoint. Match it.
17283
17284 2014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
17285
17286 * gdb.base/save-bp.exp (info break): Use gdb_test_sequence.
17287
17288 2014-10-11 Yao Qi <yao@codesourcery.com>
17289
17290 * gdb.server/server-kill.exp: Execute command
17291 "set remote trace-status-packet on" before "tstatus".
17292
17293 2014-10-11 Yao Qi <yao@codesourcery.com>
17294
17295 * gdb.server/server-kill.c: Include sys/types.h and unistd.h.
17296 (main): Call getppid.
17297 * gdb.server/server-kill.exp: Set breakpoint on line "i = 0;"
17298 and continue to it. Read variable "server_pid".
17299
17300 2014-10-11 Yao Qi <yao@codesourcery.com>
17301
17302 * gdb.server/server-kill.exp: Remove "delete_breakpoints".
17303
17304 2014-10-11 Yao Qi <yao@codesourcery.com>
17305
17306 * gdb.threads/thread-find.exp: Don't execute command
17307 "info threads".
17308 * gdb.threads/attach-into-signal.exp (corefunc): Likewise.
17309 * gdb.threads/linux-dp.exp: Don't check the condition
17310 $threads_created equals to zero.
17311
17312 2014-10-10 Pedro Alves <palves@redhat.com>
17313
17314 * gdb.base/bigcore.exp: Remove references to IRIX.
17315 * gdb.base/funcargs.exp: Likewise.
17316 * gdb.base/interrupt.exp: Likewise.
17317 * gdb.base/mips_pro.exp: Likewise.
17318 * gdb.base/nodebug.exp: Likewise.
17319 * gdb.base/setvar.exp: Likewise.
17320 * lib/gdb.exp (gdb_compile_shlib): Remove mips-sgi-irix* case.
17321
17322 2014-10-10 Jan Kratochvil <jan.kratochvil@redhat.com>
17323 Pedro Alves <palves@redhat.com>
17324
17325 PR symtab/14466
17326 * gdb.base/vdso-warning.c: New file.
17327 * gdb.base/vdso-warning.exp: New file.
17328
17329 2014-10-02 Doug Evans <dje@google.com>
17330
17331 * gdb.base/structs.c (main): Don't run forever.
17332
17333 2014-10-02 Pedro Alves <palves@redhat.com>
17334
17335 * gdb.threads/manythreads.exp (interrupt_and_wait): New procedure.
17336 (top level) <stop threads 1, stop threads 2>: Use it.
17337
17338 2014-10-02 Pedro Alves <palves@redhat.com>
17339
17340 * gdb.threads/break-while-running.exp (test): Add new
17341 'update_thread_list' argument. Skip "info threads" if false.
17342 (top level): Add new 'update_thread_list' axis.
17343
17344 2014-10-02 Pedro Alves <palves@redhat.com>
17345
17346 PR breakpoints/17431
17347 * gdb.base/execl-update-breakpoints.c: New file.
17348 * gdb.base/execl-update-breakpoints.exp: New file.
17349
17350 2014-10-01 Pedro Alves <palves@redhat.com>
17351
17352 * gdb.base/breakpoint-in-ro-region.c: New file.
17353 * gdb.base/breakpoint-in-ro-region.exp: New file.
17354
17355 2014-10-01 Simon Marchi <simon.marchi@ericsson.com>
17356
17357 * gdb.mi/mi-exit-code.exp: New file.
17358 * gdb.mi/mi-exit-code.c: New file.
17359
17360 2014-09-30 Yao Qi <yao@codesourcery.com>
17361
17362 * lib/prelink-support.exp (build_executable_own_libs): Error if
17363 the target isn't native.
17364
17365 2014-09-30 Yao Qi <yao@codesourcery.com>
17366
17367 * gdb.threads/dlopen-libpthread.exp: Skip it if isnative is
17368 false.
17369
17370 2014-09-22 Pedro Alves <palves@redhat.com>
17371
17372 * gdb.threads/break-while-running.exp: New file.
17373 * gdb.threads/break-while-running.c: New file.
17374
17375 2014-09-19 Yao Qi <yao@codesourcery.com>
17376
17377 * gdb.dwarf2/dw2-var-zero-addr.exp: Move test into new proc test.
17378 Invoke test. Restart GDB with --readnow and invoke test again.
17379
17380 2014-09-19 Yao Qi <yao@codesourcery.com>
17381
17382 * gdb.base/break-on-linker-gcd-function.exp: Move test into new
17383 proc set_breakpoint_on_gcd_function. Invoke
17384 set_breakpoint_on_gcd_function. Restart GDB with --readnow and
17385 invoke set_breakpoint_on_gcd_function again.
17386
17387 2014-09-18 Doug Evans <dje@google.com>
17388
17389 * gdb.dwarf2/symtab-producer.exp: New file.
17390
17391 2014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
17392
17393 * gdb.base/global-var-nested-by-dso-solib1.c: New file.
17394 * gdb.base/global-var-nested-by-dso-solib2.c: Likewise.
17395 * gdb.base/global-var-nested-by-dso.c: Likewise.
17396 * gdb.base/global-var-nested-by-dso.exp: Likewise.
17397
17398 2014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
17399 Pedro Alves <palves@redhat.com>
17400
17401 * gdb.base/watch-bitfields.exp: Pass string other than test file
17402 name to prepare_for_testing.
17403 (watch): New procedure.
17404 (expect_watchpoint): Use with_test_prefix.
17405 (top level): Factor out tests to ...
17406 (test_watch_location, test_regular_watch): ... these new
17407 procedures, and use with_test_prefix and gdb_continue_to_end.
17408
17409 2014-09-16 Patrick Palka <patrick@parcs.ath.cx>
17410
17411 PR breakpoints/12526
17412 * gdb.base/watch-bitfields.exp: New file.
17413 * gdb.base/watch-bitfields.c: New file.
17414
17415 2014-09-16 Pedro Alves <palves@redhat.com>
17416
17417 * gdb.base/watchpoint-stops-at-right-insn.exp (test): Compare
17418 software and hardware addresses, not software address against
17419 itself.
17420
17421 2014-09-16 Pedro Alves <palves@redhat.com>
17422
17423 * gdb.base/watchpoint-stops-at-right-insn.c: New file.
17424 * gdb.base/watchpoint-stops-at-right-insn.exp: New file.
17425
17426 2014-09-16 Pedro Alves <palves@redhat.com>
17427
17428 * config/vx.exp, config/vxworks.exp, config/vxworks29k.exp: Delete
17429 files.
17430 * gdb.base/a2-run.exp: Remove all code guarded by istarget
17431 "*-*-vxworks*" throughout.
17432 * gdb.base/break.exp: Likewise.
17433 * gdb.base/default.exp: Likewise.
17434 * gdb.base/scope.exp: Likewise.
17435 * gdb.base/sepdebug.exp: Likewise.
17436 * gdb.base/break.c: Remove all code guarded by #ifdef vxworks
17437 throughout.
17438 * gdb.base/run.c: Likewise.
17439 * gdb.base/sepdebug.c: Likewise.
17440 * gdb.hp/gdb.aCC/run.c: Likewise.
17441 * gdb.reverse/until-reverse.c: Likewise.
17442 * lib/gdb.exp (gdb_compile): Remove is_vxworks branch.
17443
17444 2014-09-16 Yao Qi <yao@codesourcery.com>
17445
17446 * boards/local-remote-host-native.exp: New file.
17447
17448 2014-09-14 Doug Evans <xdje42@gmail.com>
17449
17450 * gdb.threads/queue-signal.c (thread_count): New variable.
17451 (thread_count_mutex, thread_count_condvar): New variables.
17452 (incr_thread_count, wait_all_threads_running): New functions.
17453 (main): Wait for all threads to be in their thread functions.
17454
17455 2014-09-13 Doug Evans <xdje42@gmail.com>
17456
17457 * gdb.threads/queue-signal.c: New file.
17458 * gdb.threads/queue-signal.exp: New file.
17459
17460 2014-09-13 Doug Evans <xdje42@gmail.com>
17461
17462 * lib/gdb.exp (gdb_prompt): Add comment and change initial value to
17463 be consistent with what default_gdb_init uses.
17464 (with_gdb_prompt): Change form of PROMPT argument from a regexp to
17465 the plain text of the prompt. Add some logging printfs.
17466 * gdb.perf/disassemble.exp: Update call to with_gdb_prompt.
17467
17468 2014-09-12 Pedro Alves <palves@redhat.com>
17469
17470 * gdb.arch/gdb1558.exp: Replace uses of gdb_expect after
17471 gdb_run_cmd with gdb_test_multiple or gdb_test throughout.
17472 * gdb.arch/i386-size-overlap.exp: Likewise.
17473 * gdb.arch/i386-size.exp: Likewise.
17474 * gdb.arch/i386-unwind.exp: Likewise.
17475 * gdb.base/a2-run.exp: Likewise.
17476 * gdb.base/break.exp: Likewise.
17477 * gdb.base/charset.exp: Likewise.
17478 * gdb.base/chng-syms.exp: Likewise.
17479 * gdb.base/commands.exp: Likewise.
17480 * gdb.base/dbx.exp: Likewise.
17481 * gdb.base/find.exp: Likewise.
17482 * gdb.base/funcargs.exp: Likewise.
17483 * gdb.base/jit-simple.exp: Likewise.
17484 * gdb.base/reread.exp: Likewise.
17485 * gdb.base/sepdebug.exp: Likewise.
17486 * gdb.base/step-bt.exp: Likewise.
17487 * gdb.cp/mb-inline.exp: Likewise.
17488 * gdb.cp/mb-templates.exp: Likewise.
17489 * gdb.objc/basicclass.exp: Likewise.
17490 * gdb.threads/killed.exp: Likewise.
17491
17492 2014-09-12 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
17493
17494 PR tdep/17379
17495 * gdb.arch/powerpc-stackless.S: New file.
17496 * gdb.arch/powerpc-stackless.exp: New file.
17497
17498 2014-09-12 Jan Kratochvil <jan.kratochvil@redhat.com>
17499
17500 * gdb.base/attach.c: Include unistd.h.
17501 (main): Call alarm. Add label postloop.
17502 * gdb.base/attach.exp (do_attach_tests): Use gdb_get_line_number,
17503 gdb_breakpoint, gdb_continue_to_breakpoint.
17504 (test_command_line_attach_run): Kill ${testpid} in one exit path.
17505
17506 2014-09-11 Pedro Alves <palves@redhat.com>
17507
17508 PR gdb/17347
17509 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): New procedure.
17510 * gdb.base/attach.exp (test_command_line_attach_run): New
17511 procedure.
17512 (top level): Call it.
17513
17514 2014-09-11 Pedro Alves <palves@redhat.com>
17515
17516 * lib/gdb.exp (spawn_wait_for_attach): New procedure.
17517 * gdb.base/attach.exp (do_attach_tests, do_call_attach_tests)
17518 (do_command_attach_tests): Use spawn_wait_for_attach.
17519 * gdb.base/solib-overlap.exp: Likewise.
17520 * gdb.multi/multi-attach.exp: Likewise.
17521 * gdb.python/py-prompt.exp: Likewise.
17522 * gdb.python/py-sync-interp.exp: Likewise.
17523 * gdb.server/ext-attach.exp: Likewise.
17524
17525 2014-09-11 Gabriel Krisman Bertazi <gabriel@krisman.be>
17526
17527 * gdb.fortran/array-element.exp: Remove unexpected "continue"
17528 command in testcase. Simplify testcase.
17529
17530 2014-09-10 Joel Brobecker <brobecker@adacore.com>
17531
17532 * gdb.dwarf2/dynarr-ptr.exp: Add a few ptype tests.
17533
17534 2014-09-10 Joel Brobecker <brobecker@adacore.com>
17535
17536 * gdb.dwarf2/dynarr-ptr.exp: Add 'first, 'last and 'length tests.
17537
17538 2014-09-10 Joel Brobecker <brobecker@adacore.com>
17539
17540 * gdb.dwarf2/dynarr-ptr.exp: Add subscripting tests.
17541
17542 2014-09-10 Joel Brobecker <brobecker@adacore.com>
17543
17544 * gdb.dwarf2/dynarr-ptr.c: New file.
17545 * gdb.dwarf2/dynarr-ptr.exp: New file.
17546
17547 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
17548
17549 * gdb.base/watchpoint-solib.exp: Increase the timeout by a factor
17550 of 30 rather than hardcoding 120 for a slow test case. Take the
17551 `gdb,timeout' target setting into account for this calculation.
17552 Don't extend the timeout for the test cases that don't need it.
17553
17554 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
17555
17556 * gdb.reverse/sigall-reverse.exp: Increase the timeout by
17557 a factor of 2 for a slow test case. Take the `gdb,timeout'
17558 target setting into account for this calculation.
17559 * gdb.reverse/until-precsave.exp: Increase the timeout by
17560 a factor of 15 and 3 respectively rather than adding 120
17561 for a pair of slow test cases. Take the `gdb,timeout'
17562 target setting into account for this calculation.
17563
17564 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
17565
17566 * lib/gdb.exp (gdb_test_multiple): Remove code to select the
17567 timeout, don't pass one down to gdb_expect.
17568 (gdb_expect): Rework timeout selection.
17569
17570 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
17571
17572 * lib/gdbserver-support.exp (gdbserver_start): Throw an error
17573 exception on timeout.
17574 (gdbserver_run): Catch any `gdbserver_spawn' error exceptions.
17575 (gdbserver_start_extended): Catch any `gdbserver_start' error
17576 exceptions.
17577 (gdbserver_start_multi, mi_gdbserver_start_multi): Likewise.
17578 * lib/mi-support.exp (mi_gdb_target_load): Catch any
17579 `gdbserver_gdb_load' error exceptions.
17580
17581 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
17582
17583 * lib/gdbserver-support.exp (gdbserver_start): Set timeout to
17584 120 on waiting for the TCP socket to open.
17585
17586 2014-09-09 Doug Evans <xdje42@gmail.com>
17587
17588 * gdb.base/default.exp (show_conv_list): Add _caller_is,
17589 _caller_matches, _any_caller_is, _any_caller_matches.
17590
17591 2014-09-09 Doug Evans <xdje42@gmail.com>
17592
17593 * gdb.guile/scm-error.exp: Handle guile 2.2 backtrace output.
17594
17595 2014-09-09 Yao Qi <yao@codesourcery.com>
17596
17597 * gdb.mi/mi-var-display.exp: Set print symbol off.
17598
17599 2014-09-07 Gabriel Krisman Bertazi <gabriel@krisman.be>
17600
17601 PR gdb/17035
17602 * gdb.base/commands.exp: Add tests to verify user-defined
17603 commands with empty bodies.
17604 * gdb.python/py-cmd.exp: Test that we don't show user-defined
17605 python commands in `show user command`.
17606 * gdb.python/scm-cmd.exp: Test that we don't show user-defined
17607 scheme commands in `show user command`.
17608
17609 2014-09-07 Jan Kratochvil <jan.kratochvil@redhat.com>
17610
17611 PR python/17355
17612 * gdb.python/amd64-py-framefilter-invalidarg.S: New file.
17613 * gdb.python/py-framefilter-invalidarg-gdb.py.in: New file.
17614 * gdb.python/py-framefilter-invalidarg.exp: New file.
17615 * gdb.python/py-framefilter-invalidarg.py: New file.
17616
17617 2014-09-06 Doug Evans <xdje42@gmail.com>
17618
17619 PR 15276
17620 * gdb.python/py-caller-is.c: New file.
17621 * gdb.python/py-caller-is.exp: New file.
17622
17623 2014-09-05 Sergio Durigan Junior <sergiodj@redhat.com>
17624
17625 PR gdb/17235
17626 * gdb.arch/amd64-stap-wrong-subexp.exp: New file.
17627 * gdb.arch/amd64-stap-wrong-subexp.S: Likewise.
17628
17629 2014-09-04 Sergio Durigan Junior <sergiodj@redhat.com>
17630
17631 PR fortran/17237
17632 * gdb.fortran/print-formatted.exp: New file.
17633 * gdb.fortran/print-formatted.f90: Likewise.
17634
17635 2014-09-03 Sasha Smundak <asmundak@google.com>
17636
17637 * gdb.python/py-frame.exp: Test Frame.read_register.
17638
17639 2014-09-03 Sergio Durigan Junior <sergiodj@redhat.com>
17640
17641 PR python/16699
17642 * gdb.python/py-completion.exp: New file.
17643 * gdb.python/py-completion.py: Likewise.
17644
17645 2014-08-28 Doug Evans <dje@google.com>
17646
17647 * gdb.arch/amd64-pseudo.c (main): Rewrite to better specify when
17648 eax,etc. are live with values set by gdb and thus the compiler can't
17649 use them.
17650 * gdb.arch/i386-pseudo.c (main): Ditto.
17651
17652 2014-08-27 Doug Evans <dje@google.com>
17653
17654 * lib/gdb.exp (gdb_compile_shlib): Add support for clang.
17655
17656 2014-08-25 Doug Evans <dje@google.com>
17657
17658 * gdb.mi/basics.c (callee3, callee2, callee1): Specify result type.
17659 (main): Ditto.
17660
17661 2014-08-25 Doug Evans <dje@google.com>
17662
17663 * gdb.threads/thread-execl.exp: #include <stdio.h>.
17664
17665 2014-08-24 Yao Qi <yao@codesourcery.com>
17666
17667 * gdb.guile/scm-value.exp (test_lazy_strings): Set print
17668 symbol off.
17669 * gdb.python/py-value.exp (test_lazy_strings): Likewise.
17670
17671 2014-08-22 Doug Evans <dje@google.com>
17672
17673 PR 17276
17674 * gdb.dwarf2/dw2-single-line-discriminators.S: New file.
17675 * gdb.dwarf2/dw2-single-line-discriminators.c: New file.
17676 * gdb.dwarf2/dw2-single-line-discriminators.exp: New file.
17677
17678 2014-08-22 Yao Qi <yao@codesourcery.com>
17679
17680 * gdb.python/py-finish-breakpoint.exp: Copy .py file to host.
17681 * gdb.python/py-finish-breakpoint2.exp: Likewise.
17682 * gdb.python/python.exp: Likewise. Use .py file on the host
17683 instead of the build.
17684
17685 2014-08-21 Jan Kratochvil <jan.kratochvil@redhat.com>
17686
17687 * gdb.threads/gcore-stale-thread.c: New file.
17688 * gdb.threads/gcore-stale-thread.exp: New file.
17689
17690 2014-08-21 Pedro Alves <palves@redhat.com>
17691
17692 * gdb.base/gcore-buffer-overflow.exp: Remove "help gcore" test.
17693 * gdb.base/gcore-relro-pie.exp: Likewise.
17694 * gdb.base/gcore-relro.exp: Likewise.
17695 * gdb.base/gcore.exp: Likewise.
17696 * gdb.base/print-symbol-loading.exp: Likewise.
17697 * gdb.threads/gcore-thread.exp: Likewise.
17698 * lib/gdb.exp (gdb_gcore_cmd): Don't expect "Undefined command".
17699
17700 2014-08-20 Pedro Alves <palves@redhat.com>
17701 Jan Kratochvil <jan.kratochvil@redhat.com>
17702
17703 * Makefile.in (EXTRA_RULES, CC): New variables, get from
17704 configure.
17705 (EXPECT): Handle READ1 being set.
17706 (all): Depend on EXTRA_RULES.
17707 (check-read1, expect-read1, read1.so, read1): New rules.
17708 * README (Testsuite Parameters): Document the READ1 make variable.
17709 (Race detection): New section.
17710 * configure: Regenerate.
17711 * configure.ac: If build==host==target, and running under a
17712 GNU/glibc system, add read1 to the extra Makefile rules.
17713 (EXTRA_RULES): AC_SUBST it.
17714 * lib/read1.c: New file.
17715
17716 2014-08-20 Joel Brobecker <brobecker@adacore.com>
17717
17718 * gdb.dwarf2/data-loc.exp: Add additional tests exercising
17719 the handling of variables declared as a typedef to an array
17720 which a DW_AT_data_location attribute.
17721
17722 2014-08-19 Andrew Burgess <aburgess@broadcom.com>
17723 Pedro Alves <palves@redhat.com>
17724
17725 PR symtab/14604
17726 PR symtab/14605
17727 * gdb.dwarf2/dw2-op-out-param.exp: Remove kfail branches and use
17728 gdb_test.
17729
17730 2014-08-19 Pedro Alves <palves@redhat.com>
17731
17732 * gdb.base/watchpoint-hw-hit-once.c (main): Update comment.
17733
17734 2014-08-19 Yao Qi <yao@codesourcery.com>
17735
17736 * gdb.base/watchpoint-hw-hit-once.exp: Set breakpoint on the
17737 right line.
17738
17739 2014-08-18 David Blaikie <dblaikie@gmail.com>
17740
17741 * boards/fission.exp: Explicitly pass -ggnu-pubnames for clang.
17742
17743 2014-08-18 Joel Brobecker <brobecker@adacore.com>
17744
17745 * gdb.dwarf2/data-loc.exp: Remove second DW_AT_upper bound
17746 attribute in array range.
17747
17748 2014-08-18 Joel Brobecker <brobecker@adacore.com>
17749
17750 * gdb.dwarf2/data-loc.c, gdb.dwarf2/data-loc.exp: New files.
17751
17752 2014-08-15 Siva Chandra Reddy <sivachandra@google.com>
17753
17754 PR c++/17132
17755 * gdb.cp/pr17132.cc: New file.
17756 * gdb.cp/pr17132.exp: New file.
17757
17758 2014-08-15 Siva Chandra Reddy <sivachandra@google.com>
17759
17760 * gdb.python/py-xmethods.py (A_getarrayind)
17761 (E_method_char_worker.__call__, E_method_int_worker.__call__):
17762 Use 'print' with function call syntax.
17763 (E_method_matcher.match): Fix tab vs space indentation mixup.
17764
17765 2014-08-15 Yao Qi <yao@codesourcery.com>
17766
17767 * gdb.trace/tfile.exp: Return -1 if generate_tracefile returns
17768 false.
17769
17770 2014-08-15 Yao Qi <yao@codesourcery.com>
17771
17772 * gdb.cp/casts.exp: Set print symbol off.
17773 * gdb.cp/class2.exp: Likewise.
17774 * gdb.cp/overload.exp: Likewise.
17775 * gdb.cp/templates.exp: Likewise.
17776
17777 2014-08-11 Doug Evans <dje@google.com>
17778
17779 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
17780 (test_load_shlib): Update.
17781
17782 2014-08-09 Yao Qi <yao@codesourcery.com>
17783
17784 * gdb.base/display.exp: Invoke is_address_zero_readable.
17785 * gdb.guile/scm-value.exp (test_value_in_inferior): Likewise.
17786 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
17787 * gdb.base/hbreak-unmapped.exp: Return if
17788 is_address_zero_readable returns true.
17789 * gdb.base/signest.exp: Likewise.
17790 * gdb.base/signull.exp: Likewise.
17791 * gdb.base/sigbpt.exp: Likewise.
17792 * gdb.guile/scm-disasm.exp: Do the test if
17793 is_address_zero_readable returns false.
17794 * gdb.guile/scm-pretty-print.exp (run_lang_tests): Likewise.
17795 * gdb.python/py-arch.exp: Likewise.
17796 * gdb.python/py-prettyprint.exp (run_lang_tests): Likewise.
17797 * lib/gdb.exp (is_address_zero_readable): New proc.
17798
17799 2014-08-09 Yao Qi <yao@codesourcery.com>
17800
17801 PR testsuite/13443
17802 * gdb.mi/mi-var-display.exp: Make test messages unique.
17803
17804 2014-08-04 Tom Tromey <tromey@redhat.com>
17805
17806 * gdb.base/sss-bp-on-user-bp-2.exp: Expect output from "set debug
17807 target 0".
17808
17809 2014-08-04 Tom Tromey <tromey@redhat.com>
17810
17811 * gdb.base/sss-bp-on-user-bp-2.exp: Match "to_resume", not
17812 "target_resume".
17813
17814 2014-08-01 Joel Brobecker <brobecker@adacore.com>
17815
17816 * gdb.base/vla-datatypes.c (vla_factory): Add new variable
17817 inner_vla_struct_object_size.
17818 * gdb.base/vla-datatypes.exp: Adjust last test, and mark it
17819 as xfail.
17820
17821 2014-07-30 Pedro Alves <palves@redhat.com>
17822
17823 * gdb.threads/signal-command-handle-nopass.exp (test): Add
17824 comment.
17825
17826 2014-07-29 Yao Qi <yao@codesourcery.com>
17827
17828 PR gdb/17206
17829 * gdb.base/until-nodebug.exp: New.
17830
17831 2014-07-28 Doug Evans <xdje42@gmail.com>
17832
17833 PR guile/17203
17834 * gdb.guile/scm-parameter.exp: Add tests for trying to create
17835 previously existing parameter, and previously ambiguously spelled
17836 parameter.
17837
17838 2014-07-28 Will Newton <will.newton@linaro.org>
17839
17840 * gdb.base/varargs.exp: Remove KFAILs for ARM.
17841
17842 2014-07-26 Ludovic Courtès <ludo@gnu.org>
17843 Doug Evans <xdje42@gmail.com>
17844
17845 PR guile/17146
17846 * gdb.guile/types-module.exp: Add tests for wrong type arguments.
17847
17848 2014-07-25 Pedro Alves <palves@redhat.com>
17849
17850 * gdb.threads/signal-command-handle-nopass.c: New file.
17851 * gdb.threads/signal-command-handle-nopass.exp: New file.
17852 * gdb.threads/signal-command-multiple-signals-pending.c: New file.
17853 * gdb.threads/signal-command-multiple-signals-pending.exp: New file.
17854 * gdb.threads/signal-delivered-right-thread.c: New file.
17855 * gdb.threads/signal-delivered-right-thread.exp: New file.
17856
17857 2014-07-25 Pedro Alves <palves@redhat.com>
17858
17859 * gdb.base/double-prompt-target-event-error.exp
17860 (cancel_pagination_in_target_event): Remove '-notransfer <return>'
17861 match.
17862 (cancel_pagination_in_target_event): Rework double prompt
17863 detection.
17864 * gdb.base/paginate-after-ctrl-c-running.exp
17865 (test_ctrlc_while_target_running_paginates): Remove '-notransfer
17866 <return>' match.
17867 * gdb.base/paginate-bg-execution.exp
17868 (test_bg_execution_pagination_return)
17869 (test_bg_execution_pagination_cancel): Remove '-notransfer
17870 <return>' matches.
17871 * gdb.base/paginate-execution-startup.exp
17872 (test_fg_execution_pagination_return)
17873 (test_fg_execution_pagination_cancel): Remove '-notransfer
17874 <return>' matches.
17875 * gdb.base/paginate-inferior-exit.exp
17876 (test_paginate_inferior_exited): Remove '-notransfer <return>'
17877 match.
17878 * lib/gdb-utils.exp (string_to_regexp): Move here from lib/gdb.exp.
17879 * lib/gdb.exp (pagination_prompt): Run text through
17880 string_to_regexp.
17881 (gdb_test_multiple): Match $pagination_prompt instead of
17882 "<return>".
17883 (string_to_regexp): Move to lib/gdb-utils.exp.
17884
17885 2014-07-22 Jan Kratochvil <jan.kratochvil@redhat.com>
17886
17887 * gdb.arch/amd64-entry-value-paramref.S: New file.
17888 * gdb.arch/amd64-entry-value-paramref.cc: New file.
17889 * gdb.arch/amd64-entry-value-paramref.exp: New file.
17890 * gdb.arch/amd64-optimout-repeat.S: New file.
17891 * gdb.arch/amd64-optimout-repeat.c: New file.
17892 * gdb.arch/amd64-optimout-repeat.exp: New file.
17893
17894 2014-07-17 Jan Kratochvil <jan.kratochvil@redhat.com>
17895
17896 PR gdb/17170
17897 * gdb.base/statistics.exp: New file.
17898
17899 2014-07-17 Doug Evans <dje@google.com>
17900
17901 PR gdb/17170
17902 * gdb.base/maint.exp: Update testing of per-command stats.
17903
17904 2014-07-16 Pedro Alves <palves@redhat.com>
17905
17906 * gdb.trace/tfile.c: Include unistd.h and stdint.h.
17907 (start_trace_file): Guard S_IRGRP and S_IROTH uses behind #ifdef.
17908 (tfile_write_64, tfile_write_16, tfile_write_8, tfile_write_addr)
17909 (tfile_write_buf): New functions.
17910 (add_memory_block): Rewrite using the above.
17911 (adjust_function_address): New function.
17912 (FUNCTION_ADDRESS): New macro.
17913 (write_basic_trace_file): Remove short_x local, and use
17914 tfile_write_16. Change type of func_addr local to unsigned long
17915 long. Use FUNCTION_ADDRESS instead of handling the Thumb bit
17916 here. Cast argument of add_memory_block to char pointer.
17917 (write_error_trace_file): Avoid alloca. Use FUNCTION_ADDRESS.
17918 (main): Remove parameters.
17919 * gdb.trace/tfile.exp: Remove nowarnings.
17920
17921 2014-07-15 Simon Marchi <simon.marchi@ericsson.com>
17922
17923 * gdb.base/debug-expr.exp: Test string evaluation with
17924 "debug expression" on.
17925
17926 2014-07-15 Pedro Alves <palves@redhat.com>
17927
17928 * gdb.base/reread.exp: Use clean_restart.
17929
17930 2014-07-15 Pierre Langlois <pierre.langlois@embecosm.com>
17931
17932 * gdb.arch/avr-flash-qualifer.c: New.
17933 * gdb.arch/avr-flash-qualifer.exp: New.
17934
17935 2014-07-14 Pedro Alves <palves@redhat.com>
17936
17937 * gdb.base/paginate-after-ctrl-c-running.c: New file.
17938 * gdb.base/paginate-after-ctrl-c-running.exp: New file.
17939
17940 2014-07-14 Pedro Alves <palves@redhat.com>
17941
17942 * gdb.base/double-prompt-target-event-error.c: New file.
17943 * gdb.base/double-prompt-target-event-error.exp: New file.
17944
17945 2014-07-14 Pedro Alves <palves@redhat.com>
17946
17947 PR gdb/17072
17948 * gdb.base/paginate-inferior-exit.c: New file.
17949 * gdb.base/paginate-inferior-exit.exp: New file.
17950
17951 2014-07-14 Pedro Alves <palves@redhat.com>
17952
17953 PR gdb/17072
17954 * gdb.base/paginate-bg-execution.c: New file.
17955 * gdb.base/paginate-bg-execution.exp: New file.
17956
17957 2014-07-14 Pedro Alves <palves@redhat.com>
17958
17959 PR gdb/17072
17960 * gdb.base/paginate-execution-startup.c: New file.
17961 * gdb.base/paginate-execution-startup.exp: New file.
17962 * lib/gdb.exp (pagination_prompt): New global.
17963 (default_gdb_spawn): New procedure, factored out from
17964 default_gdb_spawn.
17965 (default_gdb_start): Adjust to call default_gdb_spawn.
17966 (gdb_spawn): New procedure.
17967
17968 2014-07-14 Pedro Alves <palves@redhat.com>
17969
17970 * lib/gdb.exp (gdb_assert): New procedure.
17971 * gdb.trace/backtrace.exp (gdb_backtrace_tdp_4): Use it.
17972
17973 2014-07-14 Pedro Alves <palves@redhat.com>
17974
17975 * gdb.base/execution-termios.c: New file.
17976 * gdb.base/execution-termios.exp: New file.
17977
17978 2014-07-14 Tom Tromey <tromey@redhat.com>
17979
17980 * gdb.cp/vla-cxx.cc: New file.
17981 * gdb.cp/vla-cxx.exp: New file.
17982
17983 2014-07-14 Tom Tromey <tromey@redhat.com>
17984
17985 * gdb.reverse/rerun-prec.c: New file.
17986 * gdb.reverse/rerun-prec.exp: New file.
17987
17988 2014-07-12 Maciej W. Rozycki <macro@mips.com>
17989 Maciej W. Rozycki <macro@codesourcery.com>
17990
17991 * lib/gdb-utils.exp: New file.
17992 * lib/gdb.exp (gdb_run_cmd): Call gdb_init_commands, replacing
17993 inline `gdb_init_command' processing.
17994 (gdb_start_cmd): Likewise.
17995 * lib/mi-support.exp (mi_run_cmd): Likewise.
17996 * README: Document `gdb_init_command' and `gdb_init_commands'.
17997
17998 2014-07-11 Jan Kratochvil <jan.kratochvil@redhat.com>
17999
18000 Fix false FAIL running under a very long directory name.
18001 * gdb.base/argv0-symlink.exp: Add "set print repeats 10000"
18002 and "set print elements 10000". Twice.
18003
18004 2014-07-11 Yao Qi <yao@codesourcery.com>
18005
18006 * gdb.base/exprs.exp: "set print symbol off".
18007
18008 2014-07-11 Pedro Alves <palves@redhat.com>
18009
18010 * gdb.threads/kill.c: New file.
18011 * gdb.threads/kill.exp: New file.
18012
18013 2014-07-10 Yao Qi <yao@codesourcery.com>
18014
18015 * gdb.trace/tfile.c (write_basic_trace_file)
18016 [__thumb__||__thumb2__]: Clear the Thumb bit of the function
18017 address written to trace file.
18018
18019 2014-07-09 Pedro Alves <palves@redhat.com>
18020
18021 * gdb.base/attach-wait-input.exp: New file.
18022 * gdb.base/attach-wait-input.c: New file.
18023
18024 2014-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
18025
18026 * gdb.mi/var-cmd.c (do_nested_struct_union_tests): New function
18027 setting up test structures.
18028 (main): Call new test function.
18029 * gdb.mi/mi2-var-child.exp: Create additional breakpoint in new
18030 test function, continue into test function and walk test
18031 structures.
18032
18033 2014-07-02 Yao Qi <yao@codesourcery.com>
18034
18035 * gdb.trace/entry-values.c: Define labels 'foo_start' and
18036 'bar_start' at the beginning of functions 'foo' and 'bar'
18037 respectively.
18038 * gdb.trace/entry-values.exp: Use 'foo_start' and 'bar_start'
18039 instead of 'foo' and 'bar'.
18040
18041 2014-07-08 Markus Metzger <markus.t.metzger@intel.com>
18042
18043 * gdb.btrace/segv.exp: New.
18044 * gdb.btrace/segv.c: New.
18045
18046 2014-07-02 Luis Machado <lgustavo@codesourcery.com>
18047
18048 * gdb.trace/entry-values.exp: Handle powerpc-specific branch
18049 instruction.
18050
18051 2014-06-30 Mark Wielaard <mjw@redhat.com>
18052
18053 * gdb.base/constvars.c (violent, violet, vips, virgen, vulgar,
18054 vulture, vilify, villar): New volatile array constants.
18055 (vindictive, vegetation): New const volatile array constants.
18056 * gdb.base/volatile.exp: Test volatile and const volatile array
18057 types.
18058
18059 2014-06-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
18060
18061 * gdb.base/watchpoint-reuse-slot.exp: Handle the case that the
18062 target lacks support for awatch, rwatch, or hbreak.
18063
18064 2014-06-27 Yao Qi <yao@codesourcery.com>
18065
18066 * gdb.multi/dummy-frame-restore.exp: New.
18067 * gdb.multi/dummy-frame-restore.c: New.
18068
18069 2014-06-25 Markus Metzger <markus.t.metzger@intel.com>
18070
18071 * gdb.btrace/gcore.exp: New.
18072
18073 2014-06-23 Pedro Alves <palves@redhat.com>
18074
18075 * gdb.base/watchpoint-reuse-slot.c: New file.
18076 * gdb.base/watchpoint-reuse-slot.exp: New file.
18077
18078 2014-06-23 Siva Chandra Reddy <sivachandra@google.com>
18079
18080 * gdb.python/py-xmethods.exp: Use "progspace" instead of the
18081 progspace's filename in 'info', 'enable' and 'disable' command
18082 tests.
18083
18084 2014-06-23 Jan Kratochvil <jan.kratochvil@redhat.com>
18085
18086 * gdb.arch/amd64-stap-special-operands.exp: Use is_lp64_target.
18087 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
18088 * gdb.dwarf2/dw2-error.exp: Use istarget and is_lp64_target.
18089
18090 2014-06-20 Gary Benson <gbenson@redhat.com>
18091
18092 * gdb.arch/i386-avx.exp: Fix include file location.
18093 * gdb.arch/i386-sse.exp: Likewise.
18094
18095 2014-06-19 Iain Buclaw <ibuclaw@gdcproject.org>
18096
18097 * gdb.dlang/expression.exp: New file.
18098
18099 2014-06-19 Pedro Alves <palves@redhat.com>
18100
18101 * gdb.threads/thread-execl.exp (do_test): New procedure, factored
18102 out from ...
18103 (top level): ... here. Iterate running tests under different
18104 scheduler-locking settings.
18105
18106 2014-06-18 Luis Machado <lgustavo@codesourcery.com>
18107
18108 * gdb.cp/nsalias.exp: Set type of low_pc and high_pc entries
18109 to DW_FORM_addr and use non-zero addresses.
18110
18111 2014-06-18 Siva Chandra Reddy <sivachandra@google.com>
18112
18113 PR gdb/17017
18114 * gdb.python/py-xmethods.cc: Add global function call counters and
18115 increment them in their respective functions. Remove "cout"
18116 statements.
18117 * gdb.python/py-xmethods.exp: Make tests check the global function
18118 call counters instead of depending on inferior IO.
18119
18120 2014-06-18 Don Breazeal <donb@codesourcery.com>
18121
18122 * gdb.base/foll-fork.exp (default_fork_parent_follow):
18123 Deleted procedure.
18124 (explicit_fork_parent_follow): Deleted procedure.
18125 (explicit_fork_child_follow): Deleted procedure.
18126 (test_follow_fork): New procedure.
18127 (do_fork_tests): Replace calls to deleted procedures with
18128 calls to test_follow_fork and reset GDB for subsequent
18129 procedure calls.
18130
18131 2014-06-17 Yao Qi <yao@codesourcery.com>
18132
18133 * gdb.base/wchar.exp: Set $cent to \u00A2 if "host-charset" is
18134 CP1252.
18135
18136 2014-06-17 Luis Machado <lgustavo@codesourcery.com>
18137
18138 * gdb.mi/mi-var-rtti.cc (type_update_when_use_rtti_test):
18139 Initialize ptr and S explicitly.
18140 (skip_type_update_when_not_use_rtti_test): Likewise.
18141
18142 2014-06-16 Keith Seitz <keiths@redhat.com>
18143
18144 PR mi/15863
18145 * gdb.mi/mi-var-cmd.exp: Add test for -var-update before
18146 the inferior is started.
18147
18148 2014-06-16 Pedro Alves <palves@redhat.com>
18149
18150 * gdb.base/break-main-file-remove-fail.c: New file.
18151 * gdb.base/break-main-file-remove-fail.exp: New file.
18152 * gdb.base/break-unload-file.exp: Use build_executable instead of
18153 prepare_for_testing.
18154 (test_break): New parameter "initial_load". Handle it.
18155 (top level): Add initial_load cmdline/file axis.
18156
18157 2014-06-12 Tom Tromey <tromey@redhat.com>
18158
18159 * gdb.base/completion.exp: Don't use directory name in test.
18160
18161 2014-06-09 Gary Benson <gbenson@redhat.com>
18162
18163 * gdb.base/sigall.c [Functions to send signals]: Reorder to
18164 separate the always-available ANSI-standard signals from the
18165 signals that require checking.
18166 (main): Likewise.
18167 * gdb.reverse/sigall-reverse.c [Functions to send signals]:
18168 Likewise.
18169 (main): Likewise.
18170
18171 2014-06-07 Keith Seitz <keiths@redhat.com>
18172
18173 Revert:
18174 PR c++/16253
18175 * gdb.cp/var-tag.cc: New file.
18176 * gdb.cp/var-tag.exp: New file.
18177 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
18178 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
18179 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
18180 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
18181
18182 2014-06-06 Doug Evans <xdje42@gmail.com>
18183
18184 * gdb.guile/scm-frame-args.c (foo): Tweak to work with gcc 4.6.3.
18185
18186 2014-06-06 Pedro Alves <palves@redhat.com>
18187
18188 * gdb.base/sss-bp-on-user-bp-2.exp: Look for target_resume(step)
18189 in target debug output instead of looking at RSP packets,
18190 disabling the test on any target that uses hardware stepping.
18191 Update comments.
18192
18193 2014-06-06 Pedro Alves <palves@redhat.com>
18194
18195 * gdb.base/break-unload-file.exp: Fix typo.
18196
18197 2014-06-06 Yao Qi <yao@codesourcery.com>
18198
18199 * gdb.base/jit.exp (one_jit_test): Restrict the pattern
18200 from "jit_function" to "^jit_function".
18201
18202 2014-06-06 Yao Qi <yao@codesourcery.com>
18203
18204 * gdb.base/async.c (foo): Add one statement.
18205 * gdb.base/async.exp: Get the next instruction address and
18206 match the output of "nexti" by instruction address. Match
18207 the hex address in the output of "finish".
18208
18209 2014-06-06 Gary Benson <gbenson@redhat.com>
18210
18211 * gdb.base/call-signals.c: Remove preprocessor conditionals
18212 for always-defined signals SIGINT, SIGILL, SIGABRT, SIGFPE,
18213 SIGSEGV and SIGTERM.
18214 * gdb.base/sigall.c: Likewise.
18215 * gdb.base/unwindonsignal.c: Likewise.
18216 * gdb.reverse/sigall-reverse.c: Likewise.
18217
18218 2014-06-06 Yao Qi <yao@codesourcery.com>
18219
18220 * gdb.base/hbreak-unmapped.exp: Read memory at address 0. If
18221 readable, skip the test.
18222
18223 2014-06-06 Yao Qi <yao@codesourcery.com>
18224
18225 * gdb.threads/staticthreads.c (thread_function): Move the line
18226 setting breakpoint on forward.
18227 * gdb.threads/staticthreads.exp: Update comments.
18228
18229 2014-06-05 Ludovic Courtès <ludo@gnu.org>
18230
18231 * gdb.guile/scm-value.exp (test_value_in_inferior): Add test
18232 "history-append! type error".
18233
18234 2014-06-05 Simon Marchi <simon.marchi@ericsson.com>
18235
18236 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Fix
18237 erroneous dprintf expected input.
18238
18239 2014-06-04 Doug Evans <xdje42@gmail.com>
18240
18241 * gdb.guile/scm-generics.exp: Delete.
18242
18243 2014-06-04 Doug Evans <xdje42@gmail.com>
18244
18245 * gdb.guile/scm-breakpoint.exp: Update.
18246 Add tests for breakpoint registration.
18247
18248 2014-06-04 Tom Tromey <tromey@redhat.com>
18249
18250 * gdb.base/vla-datatypes.exp: Add tests for VLA-in-structure and
18251 VLA-in-union.
18252 * gdb.base/vla-datatypes.c (vla_factory): Add vla_struct,
18253 inner_vla_struct, vla_union types. Initialize objects of those
18254 types and compute their sizes.
18255
18256 2014-06-04 Nathan Sidwell <nathan@codesourcery.com>
18257 Hui Zhu <hui@codesourcery.com>
18258
18259 * gdb.base/fileio.exp: Add test for shell not available as well as
18260 available.
18261 * gdb.base/fileio.c (test_system): Check for shell twice.
18262
18263 2014-06-04 Yao Qi <yao@codesourcery.com>
18264
18265 * gdb.base/auto-connect-native-target.exp: Remove redundant
18266 space from the regexp pattern.
18267
18268 2014-06-04 Yao Qi <yao@codesourcery.com>
18269
18270 * gdb.base/default.exp: Replace "child" with "native" in
18271 regexp pattern.
18272
18273 2014-06-03 Siva Chandra Reddy <sivachandra@google.com>
18274
18275 * gdb.python/py-xmethods.cc: New testcase to test xmethods.
18276 * gdb.python/py-xmethods.exp: New tests to test xmethods.
18277 * gdb.python/py-xmethods.py: Python script supporting the
18278 new testcase and tests.
18279
18280 2014-06-03 Joel Brobecker <brobecker@adacore.com>
18281 Pedro Alves <palves@redhat.com>
18282
18283 PR breakpoints/17000
18284 * gdb.base/sss-bp-on-user-bp.exp: Remove kfail.
18285 * gdb.base/sss-bp-on-user-bp-2.exp: Remove kfail.
18286
18287 2014-06-03 Brad Mouring <bmouring@ni.com> (tiny patch)
18288
18289 * gdb.base/subst.exp: Add tests to verify partial path matching
18290 output.
18291
18292 2014-06-03 Pedro Alves <palves@redhat.com>
18293
18294 * gdb.base/sss-bp-on-user-bp-2.exp: Skip if testing with a remote
18295 target that doesn't use software single-stepping.
18296
18297 2014-06-03 Pedro Alves <palves@redhat.com>
18298
18299 PR breakpoints/17000
18300 * gdb.base/sss-bp-on-user-bp-2.c: New file.
18301 * gdb.base/sss-bp-on-user-bp-2.exp: New file.
18302
18303 2014-06-02 Doug Evans <xdje42@gmail.com>
18304
18305 * gdb.guile/scm-parameter.exp: New file.
18306
18307 2014-06-02 Doug Evans <xdje42@gmail.com>
18308
18309 * gdb.guile/scm-cmd.c: New file.
18310 * gdb.guile/scm-cmd.exp: New file.
18311
18312 2014-06-02 Doug Evans <xdje42@gmail.com>
18313
18314 * gdb.guile/scm-pretty-print.exp: Add tests for objfile and progspace
18315 pretty-printer lookup.
18316 * gdb.guile/scm-pretty-print.scm (pp_s-printer): New function.
18317 (make-pp_s-printer): Call it.
18318 (make-pretty-printer-from-dict): New function.
18319 (lookup-pretty-printer-maker-from-dict): New function.
18320 (*pretty-printer*): Simplify.
18321 (make-objfile-pp_s-printer): New function.
18322 (install-objfile-pretty-printers!): New function.
18323 (make-progspace-pp_s-printer): New function.
18324 (install-progspace-pretty-printers!): New function.
18325 * gdb.guile/scm-progspace.c: New file.
18326 * gdb.guile/scm-progspace.exp: New file.
18327
18328 2014-06-02 Pedro Alves <palves@redhat.com>
18329
18330 * gdb.base/dprintf-bp-same-addr.c: New file.
18331 * gdb.base/dprintf-bp-same-addr.exp: New file.
18332
18333 2014-06-02 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
18334
18335 * gdb.arch/powerpc-power.exp: Add power8 instructions to the testcase.
18336 * gdb.arch/powerpc-power.s: Likewise.
18337
18338 2014-06-02 Joel Brobecker <brobecker@adacore.com>
18339
18340 * gdb.base/completion.exp: Remove code aimed at restoring TIMEOUT.
18341
18342 2014-06-01 Yao Qi <yao@codesourcery.com>
18343
18344 * gdb.base/watchpoint.exp (test_watch_location): Check null
18345 pointer can be dereferenced. If not, do the test, otherwise
18346 skip it.
18347
18348 2014-05-30 Andrew Burgess <aburgess@broadcom.com>
18349
18350 * gdb.arch/amd64-invalid-stack-middle.exp: Update expected
18351 results.
18352 * gdb.arch/amd64-invalid-stack-top.exp: Likewise.
18353
18354 2014-05-30 Andrew Burgess <aburgess@broadcom.com>
18355
18356 * gdb.arch/amd64-invalid-stack-middle.S: New file.
18357 * gdb.arch/amd64-invalid-stack-middle.c: New file.
18358 * gdb.arch/amd64-invalid-stack-middle.exp: New file.
18359 * gdb.arch/amd64-invalid-stack-top.c: New file.
18360 * gdb.arch/amd64-invalid-stack-top.exp: New file.
18361
18362 2014-05-30 Pedro Alves <palves@redhat.com>
18363
18364 PR breakpoints/17000
18365 * gdb.base/sss-bp-on-user-bp.c: New file.
18366 * gdb.base/sss-bp-on-user-bp.exp: New file.
18367
18368 2014-05-30 David Blaikie <dblaikie@gmail.com>
18369
18370 * gdb.opt/inline-break.c: Fix clang compatibility by specifying
18371 gnu_inline semantics via attribute.
18372 * gdb.opt/inline-break.exp: Remove -std=c89 now that the test
18373 source explicitly specifies the required semantics.
18374
18375 2014-05-30 Maciej W. Rozycki <macro@codesourcery.com>
18376
18377 * gdb.reverse/sigall-reverse.exp: Fix a typo.
18378
18379 2014-05-29 Pedro Alves <palves@redhat.com>
18380 Tom Tromey <tromey@redhat.com>
18381
18382 * gdb.base/async-shell.exp: Don't enable target-async.
18383 * gdb.base/async.exp
18384 * gdb.base/corefile.exp (corefile_test_attach): Remove 'async'
18385 parameter. Adjust.
18386 (top level): Don't test with "target-async".
18387 * gdb.base/dprintf-non-stop.exp: Don't enable target-async.
18388 * gdb.base/gdb-sigterm.exp: Don't test with "target-async".
18389 * gdb.base/inferior-died.exp: Don't enable target-async.
18390 * gdb.base/interrupt-noterm.exp: Likewise.
18391 * gdb.mi/mi-async.exp: Use "mi-async" instead of "target-async".
18392 * gdb.mi/mi-nonstop-exit.exp: Likewise.
18393 * gdb.mi/mi-nonstop.exp: Likewise.
18394 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
18395 * gdb.mi/mi-nsintrall.exp: Likewise.
18396 * gdb.mi/mi-nsmoribund.exp: Likewise.
18397 * gdb.mi/mi-nsthrexec.exp: Likewise.
18398 * gdb.mi/mi-watch-nonstop.exp: Likewise.
18399 * gdb.multi/watchpoint-multi.exp: Adjust comment.
18400 * gdb.python/py-evsignal.exp: Don't enable target-async.
18401 * gdb.python/py-evthreads.exp: Likewise.
18402 * gdb.python/py-prompt.exp: Likewise.
18403 * gdb.reverse/break-precsave.exp: Don't test with "target-async".
18404 * gdb.server/solib-list.exp: Don't enable target-async.
18405 * gdb.threads/thread-specific-bp.exp: Likewise.
18406 * lib/mi-support.exp: Adjust to use mi-async.
18407
18408 2014-05-29 Pedro Alves <palves@redhat.com>
18409
18410 PR gdb/13860
18411 * gdb.mi/mi-cli.exp: Always expect "end-stepping-range" stop
18412 reason, even in sync mode.
18413
18414 2014-05-29 Pedro Alves <palves@redhat.com>
18415 Hui Zhu <hui@codesourcery.com>
18416
18417 PR PR15693
18418 * gdb.mi/mi-condbreak-call-thr-state-mt.c: New file.
18419 * gdb.mi/mi-condbreak-call-thr-state-st.c: New file.
18420 * gdb.mi/mi-condbreak-call-thr-state.c: New file.
18421 * gdb.mi/mi-condbreak-call-thr-state.exp: New file.
18422
18423 2014-05-28 Joel Brobecker <brobecker@adacore.com>
18424
18425 * config/monitor.exp (gdb_target_monitor): Replace use of
18426 "set remotebaud" by "set serial baud".
18427
18428 2014-05-26 Andy Wingo <wingo@igalia.com>
18429
18430 * gdb.guile/scm-breakpoint.exp:
18431 * gdb.guile/scm-gsmob.exp: Update to use plain old object
18432 properties instead of gdb-object-properties.
18433
18434 2014-05-26 Yao Qi <yao@codesourcery.com>
18435
18436 * gdb.server/no-thread-db.exp: Specify source file name
18437 explicitly when setting a breakpoint.
18438
18439 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
18440
18441 * gdb.btrace/vdso.c: New.
18442 * gdb.btrace/vdso.exp: New.
18443
18444 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
18445
18446 * gdb.base/gcore.exp (capture_command_output): Move ...
18447 * lib/gdb.exp (capture_command_output): ... here.
18448
18449 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
18450
18451 * gdb.btrace/data.exp: Test memory access during btrace replay.
18452
18453 2014-05-22 Simon Marchi <simon.marchi@ericsson.com>
18454
18455 * lib/mi-support.exp (mi_run_cmd_full): Add comments.
18456
18457 2014-05-21 Pedro Alves <palves@redhat.com>
18458
18459 PR gdb/13860
18460 * gdb.mi/mi-cli.exp (line_callee4_next_step): New global.
18461 (top level): Test that output related to execution commands is
18462 sent to the console with CLI commands, but not with MI commands.
18463 Test that breakpoint events are always mirrored to the console.
18464 Also expect the new source line to be output after a "next" in
18465 async mode too. Make it a pass/fail test.
18466 * gdb.mi/mi-solib.exp: Test that the CLI solib event note is
18467 output.
18468 * lib/mi-support.exp (mi_gdb_expect_cli_output): New procedure.
18469
18470 2014-05-21 Pedro Alves <palves@redhat.com>
18471
18472 * gdb.base/list.exp (build_pattern, test_list): New procedures.
18473 Use them to test variations of "list" after reaching a breakpoint.
18474 * gdb.mi/mi-cli.exp (line_main_callme_2): New global.
18475 Test "list" with listsize 10 after reaching a breakpoint.
18476 * gdb.python/python.exp (decode_line current location line
18477 number): Adjust expected line number.
18478
18479 2014-05-21 Simon Marchi <simon.marchi@ericsson.com>
18480
18481 * lib/mi-support.exp (mi_run_cmd_full): Revert to original
18482 behavior for $args, pass it directly to "run".
18483
18484 2014-05-21 Maciej W. Rozycki <macro@codesourcery.com>
18485
18486 * lib/gdb.exp (default_gdb_init): Bump `match_max' up from
18487 30000 to 65536.
18488
18489 2014-05-21 Pedro Alves <palves@redhat.com>
18490
18491 * boards/gdbserver-base.exp (GDBFLAGS): Set to "set
18492 auto-connect-native-target off".
18493 * gdb.base/auto-connect-native-target.c: New file.
18494 * gdb.base/auto-connect-native-target.exp: New file.
18495
18496 2014-05-21 Pedro Alves <palves@redhat.com>
18497
18498 * gdb.base/default.exp: Test "target native" instead of "target
18499 child".
18500
18501 2014-05-21 Mark Wielaard <mjw@redhat.com>
18502
18503 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
18504
18505 2014-05-21 Jan Kratochvil <jan.kratochvil@redhat.com>
18506
18507 Fix TLS access for -static -pthread.
18508 * gdb.threads/staticthreads.c <HAVE_TLS> (tlsvar): New.
18509 <HAVE_TLS> (thread_function, main): Initialize it.
18510 * gdb.threads/staticthreads.exp: Try gdb_compile_pthreads for $have_tls.
18511 Add clean_restart.
18512 <$have_tls != "">: Check TLSVAR.
18513
18514 2014-05-21 Pedro Alves <palves@redhat.com>
18515
18516 * gdb.base/dcache-line-read-error.c: New.
18517 * gdb.base/dcache-line-read-error.exp: New.
18518
18519 2014-05-20 Pedro Alves <palves@redhat.com>
18520
18521 * gdb.base/compare-sections.c: New file.
18522 * gdb.base/compare-sections.exp: New file.
18523
18524 2014-05-20 Pedro Alves <palves@redhat.com>
18525
18526 * gdb.base/break-idempotent.c: New file.
18527 * gdb.base/break-idempotent.exp: New file.
18528
18529 2014-05-20 Markus Metzger <markus.t.metzger@intel.com>
18530
18531 * gdb.btrace/nohist.exp: New.
18532
18533 2014-05-20 Yao Qi <yao@codesourcery.com>
18534
18535 * lib/gdb.exp (gdb_init): Set timeout if test file is under
18536 gdb.reverse directory and gdb_reverse_timeout exists in board
18537 setting.
18538 * README: Document gdb_reverse_timeout.
18539
18540 2014-05-20 Yao Qi <yao@codesourcery.com>
18541
18542 * lib/gdb.exp (default_gdb_init): Rename argument 'args' by
18543 'test_file_name'. Treat args as a string instead of a list.
18544 (gdb_init): Rename argument 'args' by 'test_file_name'.
18545
18546 2014-05-19 Jan Kratochvil <jan.kratochvil@redhat.com>
18547
18548 * gdb.arch/powerpc-power.exp: New file.
18549 * gdb.arch/powerpc-power.s: New file.
18550
18551 2014-05-16 Doug Evans <dje@google.com>
18552
18553 * gdb.base/Makefile.in (EXECUTABLES): Add completion.
18554 * gdb.base/completion.exp: Check that all expected files exist
18555 before doing file completion.
18556
18557 2014-05-16 Doug Evans <dje@google.com>
18558
18559 * gdb.base/catch-syscall.exp (test_catch_syscall_fail_nodatadir):
18560 Update.
18561 (do_syscall_tests_without_xml): Update.
18562
18563 2014-05-16 Pedro Alves <palves@redhat.com>
18564
18565 * lib/mi-support.exp (mi_expect_stop): On timeout, say "timeout"
18566 instead of "unknown output after running".
18567
18568 2014-05-16 Yao Qi <yao@codesourcery.com>
18569
18570 * gdb.dwarf2/dw2-filename.exp: Copy file1.txt to host. Remove
18571 file1.txt from host at the end.
18572 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
18573
18574 2014-05-15 Doug Evans <dje@google.com>
18575
18576 * gdb.dwarf2/fission-reread.S: Remove directory from .dwo file path.
18577 * gdb.dwarf2/fission-reread.exp: Set debug-file-directory before
18578 loading file. Add test for TU lookup.
18579
18580 2014-05-15 Simon Marchi <simon.marchi@ericsson.com>
18581
18582 * lib/mi-support.exp (mi_run_cmd_full): Set arguments by
18583 calling "-exec-arguments" or "set args" before running the
18584 inferior.
18585
18586 2014-05-15 Simon Marchi <simon.marchi@ericsson.com>
18587
18588 * lib/mi-support.exp (mi_expect_stop): Expect message for
18589 inferiors that exit with non-zero exit code.
18590
18591 2014-05-14 Yao Qi <yao@codesourcery.com>
18592
18593 * gdb.mi/mi-file.exp (test_file_list_exec_source_file): Don't
18594 match absolute path on remote host.
18595 (test_file_list_exec_source_files): Remove "/" from the
18596 pattern.
18597
18598 2014-05-14 Yao Qi <yao@codesourcery.com>
18599
18600 * boards/local-remote-host-notty.exp (${board}_file): New
18601 proc.
18602
18603 2014-05-07 Kyle McMartin <kyle@redhat.com>
18604
18605 Pushed by Joel Brobecker <brobecker@adacore.com>.
18606 * gdb.arch/aarch64-atomic-inst.c: New file.
18607 * gdb.arch/aarch64-atomic-inst.exp: New file.
18608
18609 2014-05-07 Yao Qi <yao@codesourcery.com>
18610
18611 * gdb.dwarf2/dwzbuildid.exp: Match output "No symbol "the_int"
18612 in current context" too.
18613
18614 2014-05-05 Keith Seitz <keiths@redhat.com>
18615
18616 * gdb.linespec/ls-dollar.exp: Add test for linespec
18617 file:convenience_variable.
18618
18619 2014-05-05 Yao Qi <yao@codesourcery.com>
18620
18621 * gdb.trace/unavailable.exp (gdb_collect_args_test): Save
18622 traceframes into tfile and ctf trace files. Read data from
18623 trace file and test collected data.
18624 (gdb_collect_locals_test): Likewise.
18625 (gdb_unavailable_registers_test): Likewise.
18626 (gdb_unavailable_floats): Likewise.
18627 (gdb_collect_globals_test): Likewise.
18628 (top-level): Append "ctf" to trace_file_targets if GDB
18629 supports.
18630
18631 2014-05-05 Yao Qi <yao@codesourcery.com>
18632
18633 * gdb.trace/unavailable.exp (gdb_collect_args_test): Move some
18634 code to ...
18635 (gdb_collect_args_test_1): ... it. New proc.
18636 (gdb_collect_locals_test): Move some code to ...
18637 (gdb_collect_locals_test_1): ... it. New proc.
18638 (gdb_unavailable_registers_test): Move some code to ...
18639 (gdb_unavailable_registers_test_1): ... it. New proc.
18640 (gdb_unavailable_floats): Move some code to ...
18641 (gdb_unavailable_floats_1): ... it. New proc.
18642
18643 2014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
18644
18645 * gdb.arch/amd64-stap-optional-prefix.S (main): Add several
18646 probes to test for bitness recognition.
18647 * gdb.arch/amd64-stap-optional-prefix.exp
18648 (test_probe_value_without_reg): New procedure.
18649 Add code to test for different kinds of bitness.
18650
18651 2014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
18652
18653 PR breakpoints/16889
18654 * gdb.arch/amd64-stap-optional-prefix.S: New file.
18655 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
18656
18657 2014-05-01 Pedro Alves <palves@redhat.com>
18658
18659 * lib/gdb.exp (gdb_load): Extend comment. Skip calling
18660 gdb_file_cmd if no file is specified.
18661 * boards/native-extended-gdbserver.exp (gdb_load): Use the
18662 last_loaded_file to set the remote exec-file.
18663
18664 2014-05-01 Pedro Alves <palves@redhat.com>
18665
18666 * boards/local-remote-host.exp: New file.
18667
18668 2014-05-01 Pedro Alves <palves@redhat.com>
18669
18670 * boards/local-remote-host.exp: Rename to ...
18671 * boards/local-remote-host-notty.exp: ... this.
18672
18673 2014-04-28 Joel Brobecker <brobecker@adacore.com>
18674
18675 * gdb.ada/dyn_arrayidx: New testcase.
18676
18677 2014-04-26 Yao Qi <yao@codesourcery.com>
18678
18679 * gdb.dwarf2/dwz.exp: Compile main.c to object. Restart GDB
18680 and compute the length of function main. Save it in
18681 $main_length.
18682 (Dwarf::assemble): Use $main_length instead of hard-coded 10.
18683 (top-level): Use gdb_compile to compile objects into
18684 executable and restart GDB. Remove invocation to
18685 prepare_for_testing.
18686
18687 2014-04-25 Simon Marchi <simon.marchi@ericsson.com>
18688 Pedro Alves <palves@redhat.com>
18689
18690 PR server/16255
18691 * gdb.multi/multi-attach.c: New file.
18692 * gdb.multi/multi-attach.exp: New file.
18693
18694 2014-04-25 Pedro Alves <palves@redhat.com>
18695
18696 * gdb.base/cond-eval-mode.exp (warning): Move trailing \r\n to
18697 user.
18698 (top level): Test that "set remote conditional-breakpoints-packet
18699 off" works as intended.
18700 * gdb.base/dprintf.exp: Test that "set remote
18701 breakpoint-commands-packet off" works as intended.
18702 * gdb.trace/change-loc.exp (tracepoint_install_in_trace_disabled):
18703 New function.
18704 (top level): Call it.
18705 * gdb.trace/ftrace.exp (test_fast_tracepoints): Test that "set
18706 remote fast-tracepoints-packet off" works as intended.
18707 * gdb.trace/qtro.exp (gdb_is_target_remote): Moved ...
18708 * lib/gdb.exp (gdb_is_target_remote): ... here.
18709
18710 2014-04-24 David Blaikie <dblaikie@gmail.com>
18711
18712 * gdb.base/catch-syscall.c: Make unreferenced statics non-static to
18713 ensure clang would not discard them.
18714 * gdb.base/gdbvars.c: Ditto.
18715 * gdb.base/memattr.c: Ditto.
18716 * gdb.base/whatis.c: Ditto.
18717 * gdb.python/py-prettyprint.c: Ditto.
18718 * gdb.trace/actions.c: Ditto.
18719 * gdb.cp/ptype-cv-cp.cc: Mark unused global const int as used to
18720 ensure clang would not discard it.
18721
18722 2014-04-24 David Blaikie <dblaikie@gmail.com>
18723
18724 * gdb.stabs/gdb11479.c (tag_dummy_enum): introduce a variable to cause
18725 clang to emit the full definition of type required by the test
18726 * gdb.stabs/gdb11479.exp (do_test): correct a typo in a test message
18727
18728 2014-04-24 David Blaikie <dblaikie@gmail.com>
18729
18730 * gdb.cp/pr10728-x.cc (main::x): Return by value instead of pointer to
18731 coax Clang into emitting the definition of the type.
18732 * gdb.cp/pr10728-x.h (y): Ditto.
18733 * gdb.cp/pr10728-y.cc (y): Ditto.
18734
18735 2014-04-24 David Blaikie <dblaikie@gmail.com>
18736
18737 * gdb.base/label.exp: XFAIL label related tests under Clang.
18738 * gdb.cp/cplabel.exp: Ditto.
18739 * gdb.linespec/ls-errs.exp: Refactor tests to execute directly and XFAIL
18740 under Clang those using labels.
18741
18742 2014-04-25 Yao Qi <yao@codesourcery.com>
18743
18744 * gdb.dwarf2/dwz.exp (Dwarf::assemble): Remove unused
18745 double_label.
18746 * gdb.dwarf2/dwzbuildid.exp (Dwarf::assemble): Remove
18747 partial_label and double_label.
18748
18749 2014-04-24 David Blaikie <dblaikie@gmail.com>
18750
18751 * gdb.python/lib-types.exp: Fix test and xfail under gcc due to gcc/55641.
18752
18753 2014-04-24 David Blaikie <dblaikie@gmail.com>
18754
18755 * gdb.cp/cpexprs.cc: Move braces to the same line as the start
18756 of the function to work across GCC and Clang.
18757 * gdb.cp/cpexprs.exp: Account for GCC/Clang difference in vtable
18758 pointer types (const void ** const V void **).
18759
18760 2014-04-24 Michael Sturm <michael.sturm@mintel.com>
18761 Walfred Tedeschi <walfred.tedeschi@intel.com>
18762
18763 * Makefile.in (EXECUTABLES): Added i386-avx512.
18764 * gdb.arch/i386-avx512.c: New file.
18765 * gdb.arch/i386-avx512.exp: Likewise.
18766
18767 2014-04-23 Keith Seitz <keiths@redhat.com>
18768
18769 * lib/mi-support.exp (mi_list_breakpoints): Delete.
18770 (mi_make_breakpoint_table): New procedure.
18771 (mi_create_breakpoint): Use mi_make_breakpoint
18772 and return the result.
18773 (mi_make_breakpoint): New procedure.
18774 (mi_build_kv_pairs): New procedure.
18775
18776 * gdb.mi/mi-break.exp: Remove unused globals,
18777 update mi_create_breakpoint usage, and use mi_make_breakpoint_table.
18778 All callers updated.
18779 * gdb.mi/mi-dprintf.exp: Use variable to track command
18780 number.
18781 Update all callers of mi_create_breakpoint and use
18782 mi_make_breakpoint_table.
18783 Remove any unused global variables.
18784 * gdb.mi/mi-nonstop.exp: Likewise.
18785 * gdb.mi/mi-nsintrall.exp: Likewise.
18786 * gdb.mi/mi-nsmoribund.exp: Likewise.
18787 * gdb.mi/mi-nsthrexec.exp: Likewise.
18788 * gdb.mi/mi-reverse.exp: Likewise.
18789 * gdb.mi/mi-simplerun.exp: Likewise.
18790 * gdb.mi/mi-stepn.exp: Likewise.
18791 * gdb.mi/mi-syn-frame.exp: Likewise.
18792 * gdb.mi/mi-until.exp: Likewise.
18793 * gdb.mi/mi-var-cp.exp: Likewise.
18794 * gdb.mi/mi-var-display.exp: Likewise.
18795 * gdb.mi/mi2-amd64-entry-value.exp: Likewise.
18796 * gdb.mi/mi2-var-child.exp: Likewise.
18797 * gdb.mi/mi-vla-c99.exp: Likewise.
18798 * lib/mi-support.exp: Likewise.
18799
18800 From Ian Lance Taylor <iant@cygnus.com>:
18801 * lib/gdb.exp (parse_args): New procedure.
18802
18803 2014-04-23 Pedro Alves <palves@redhat.com>
18804
18805 * gdb.base/break-unload-file.c: New file.
18806 * gdb.base/break-unload-file.exp: New file.
18807 * gdb.base/sym-file-lib.c (baz): New function.
18808 * gdb.base/sym-file-loader.c (struct segment) <mapped_size>: New
18809 field.
18810 (load): Store the segment's mapped size.
18811 (unload): New function.
18812 (unload_shlib): New function.
18813 * gdb.base/sym-file-loader.h (unload_shlib): New declaration.
18814 * gdb.base/sym-file-main.c (main): Unload, and reload the library,
18815 set a breakpoint at baz, and call it.
18816 * gdb.base/sym-file.exp: New tests for stale breakpoint
18817 instructions.
18818
18819 2014-04-23 Pedro Alves <palves@redhat.com>
18820
18821 * gdb.base/hbreak-in-shr-unsupported-shr.c: New file.
18822 * gdb.base/hbreak-in-shr-unsupported.c: New file.
18823 * gdb.base/hbreak-in-shr-unsupported.exp: New file.
18824 * gdb.base/hbreak-unmapped.c: New file.
18825 * gdb.base/hbreak-unmapped.exp: New file.
18826 * gdb.trace/qtro.exp (gdb_is_target_remote): Move ...
18827 * lib/gdb.exp (gdb_is_target_remote): ... here.
18828
18829 2014-04-22 Pedro Alves <palves@redhat.com>
18830
18831 * gdb.base/consecutive-step-over.c: New file.
18832 * gdb.base/consecutive-step-over.exp: New file.
18833
18834 2014-04-22 Pedro Alves <palves@redhat.com>
18835
18836 * lib/gdb.exp (gdb_continue_to_breakpoint): Use gdb_test_multiple
18837 instead of send_gdb/gdb_expect.
18838
18839 2014-04-22 Yao Qi <yao@codesourcery.com>
18840
18841 * lib/trace-support.exp (generate_tracefile): New procedure.
18842 * gdb.trace/tfile.exp: Skip the test if generate_tracefile
18843 return 0.
18844 * gdb.trace/mi-traceframe-changed.exp: Invoke test_tfind_tfile
18845 if generate_tracefile returns 1.
18846
18847 2014-04-18 Tom Tromey <palves@redhat.com>
18848 Pedro alves <tromey@redhat.com>
18849
18850 PR backtrace/15558
18851 * gdb.opt/inline-bt.exp: Test backtracing from an inline function
18852 with a backtrace limit.
18853 * gdb.python/py-frame-inline.exp: Test running to an inline
18854 function with a backtrace limit, and printing the newest frame.
18855 * gdb.python/py-frame-inline.c (main): Call f.
18856
18857 2014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
18858
18859 * gdb.java/jnpe.exp: Drop srcdir from untested path.
18860
18861 2014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
18862
18863 * lib/gdb.exp (gdb_compile_pthreads, gdb_compile_objc):
18864 Drop prefix from unsupported source file path.
18865
18866 2014-04-17 Yao Qi <yao@codesourcery.com>
18867
18868 * lib/gdb.exp (with_target_charset): New proc.
18869 * gdb.base/printcmds.exp (test_print_all_chars): Wrap tests with
18870 with_target_charset.
18871 (test_print_strings): Likewise.
18872 (test_repeat_bytes): Likewise.
18873 * gdb.base/setvar.exp: Set target-charset to ASCII temporarily
18874 for some tests.
18875
18876 2014-04-16 Keith Seitz <keiths@redhat.com>
18877
18878 PR gdb/15827
18879 * gdb.dwarf2/corrupt.c: New file.
18880 * gdb.dwarf2/corrupt.exp: New file.
18881
18882 2014-04-16 Keith Seitz <keiths@redhat.com>
18883
18884 PR c++/16597
18885 * gdb.cp/namelessclass.cc: New file.
18886 * gdb.cp/namelessclass.exp: New file.
18887 * gdb.cp/namelessclass.S: New file.
18888
18889 2014-04-16 Doug Evans <dje@google.com>
18890
18891 * lib/gdbserver-support.exp (gdbserver_default_get_remote_address):
18892 Add comment.
18893 (gdbserver_default_get_comm_port): New function.
18894 (gdbserver_start): Check if board file provided
18895 "gdbserver,get_comm_port" and use it if so.
18896 * boards/native-stdio-gdbserver.exp (sockethost): Set to "".
18897 (gdb,socketport): Set to "stdio".
18898 (gdbserver,get_comm_port): Set to ${board}_get_comm_port.
18899 (stdio_gdbserver_template): Delete.
18900 (${board}_get_remote_address): Update.
18901 (${board}_build_remote_cmd): Delete.
18902 (${board}_get_comm_port): New function.
18903 (${board}_spawn): Update.
18904 * boards/remote-stdio-gdbserver.exp (${board}_build_remote_cmd):
18905 Delete.
18906 (${board}_get_remote_address): Update.
18907 (${board}_get_comm_port): New function.
18908
18909 2014-04-16 Andrew Burgess <aburgess@broadcom.com>
18910
18911 * gdb.base/memattr.exp: Improve regexps to handle memory regions
18912 appearing in any order.
18913
18914 2014-04-15 Doug Evans <dje@google.com>
18915
18916 * gdb.gdb/selftest.exp (do_steps_and_nexts): Don't reference
18917 uninitialized value of "description".
18918
18919 2014-04-15 Keith Seitz <keiths@redhat.com>
18920
18921 * gdb.mi/mi-simplerun.exp (test_breakpoints_creation_and_listing):
18922 Remove unused globals.
18923 (test_running_the_program): Likewise.
18924 (test_controlled_execution): Likewise.
18925 (test_controlling_breakpoints): Likewise.
18926 (test_program_termination): Likewise.
18927
18928 2014-04-15 Keith Seitz <keiths@redhat.com>
18929
18930 * gdb.mi/mi-break.exp (test_tbreak_creation_and_listing): Remove
18931 unused globals.
18932 (test_rbreak_creation_and_listing): Likewise.
18933 (test_ignore_count): Likewise.
18934 (test_error): Likewise.
18935
18936 2014-04-15 Pedro Alves <palves@redhat.com>
18937
18938 * gdb.base/sym-file-loader.h: Move inclusion of <inttypes.h>,
18939 <ansidecl.h>, <elf/common.h> and <elf/external.h> to
18940 sym-file-loader.c.
18941 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
18942 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
18943 to sym-file-loader.c.
18944 (struct library): Forward declare.
18945 (load_shlib, lookup_function): Change prototypes.
18946 (find_shstrtab, find_strtab, find_shdr, find_symtab)
18947 (translate_offset): Remove declarations.
18948 (get_text_addr): New declaration.
18949 * gdb.base/sym-file-loader.c: Move inclusion of <inttypes.h>,
18950 <ansidecl.h>, <elf/common.h> and <elf/external.h> here from
18951 sym-file-loader.h.
18952 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
18953 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
18954 here from sym-file-loader.h.
18955 (struct library): New structure.
18956 (load_shlib, lookup_function): Change prototypes and adjust to
18957 work with a struct library.
18958 (find_shstrtab, find_strtab, find_shdr, find_symtab)
18959 (translate_offset): Make static.
18960 (get_text_addr): New function.
18961 * gdb.base/sym-file-main.c (main): Adjust to new loader interface.
18962
18963 2014-04-15 Pedro Alves <palves@redhat.com>
18964
18965 * gdb.base/sym-file-loader.c: Fix typo. SELF_LINK, not SELK_LINK.
18966
18967 2014-04-15 Pedro Alves <palves@redhat.com>
18968
18969 * gdb.base/sym-file-loader.c: Include <limits.h>.
18970 (SELF_LINK): New define.
18971 (get_origin): New function.
18972 (load_shlib): Use it.
18973 * gdb.base/sym-file.exp: Don't early return if the target is
18974 remote. Use runto_main, and issue fail is that fails. Use
18975 gdb_load_shlibs.
18976 (shlib_name): Delete.
18977 (lib_so, lib_syms, lib_dlopen): New globals. Use them throughout.
18978
18979 2014-04-15 Pedro Alves <palves@redhat.com>
18980
18981 * gdb.base/sym-file.exp: Remove regex characters from test
18982 message. Don't refer to breakpoint numbers in test messages.
18983
18984 2014-04-14 Keith Seitz <keiths@redhat.com>
18985
18986 PR c++/16253
18987 * gdb.cp/var-tag.cc: New file.
18988 * gdb.cp/var-tag.exp: New file.
18989 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
18990 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
18991 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
18992 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
18993
18994 2014-04-14 Tom Tromey <tromey@redhat.com>
18995
18996 * gdb.cp/classes.exp (test_enums): Handle underlying type.
18997 * gdb.dwarf2/enum-type.exp: Add test for enum with underlying
18998 type.
18999 * gdb.cp/enum-class.exp: New file.
19000 * gdb.cp/enum-class.cc: New file.
19001
19002 2014-04-14 Tom Tromey <tromey@redhat.com>
19003
19004 * gdb.dwarf2/enum-type.exp: New file.
19005
19006 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
19007
19008 * gdb.mi/mi-vla-c99.exp: New file.
19009 * gdb.mi/vla.c: New file.
19010
19011 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
19012
19013 * gdb.base/vla-datatypes.c: New file.
19014 * gdb.base/vla-datatypes.exp: New file.
19015
19016 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
19017
19018 * gdb.base/vla-ptr.c: New file.
19019 * gdb.base/vla-ptr.exp: New file.
19020
19021 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
19022
19023 * gdb.dwarf2/count.exp: New file.
19024
19025 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
19026
19027 * gdb.base/vla-sideeffect.c: New file.
19028 * gdb.base/vla-sideeffect.exp: New file.
19029
19030 2014-04-14 David Blaikie <dblaikie@gmail.com>
19031
19032 * gdb.mi/non-stop.c: Add return value for non-void function return
19033 statement.
19034 * gdb.threads/staticthreads.c: Ditto.
19035
19036 2014-04-12 Siva Chandra Reddy <sivachandra@google.com>
19037 Doug Evans <xdje42@gmail.com>
19038
19039 * gdb.guile/scm-value.c: Improve test case.
19040 * gdb.guile/scm-value.exp: Add new test.
19041
19042 2014-04-11 David Blaikie <dblaikie@gmail.com>
19043
19044 * gdb.opt/inline-break.exp: Explicitly specify -std=gnu89 to
19045 override Clang's default.
19046
19047 2014-04-11 Joel Brobecker <brobecker@adacore.com>
19048
19049 Revert the following changes (regressions):
19050
19051 * gdb.base/vla-sideeffect.c: New file.
19052 * gdb.base/vla-sideeffect.exp: New file.
19053
19054 * gdb.dwarf2/count.exp: New file.
19055
19056 * gdb.base/vla-multi.c: New file.
19057 * gdb.base/vla-multi.exp: New file.
19058
19059 * gdb.base/vla-ptr.c: New file.
19060 * gdb.base/vla-ptr.exp: New file.
19061
19062 * gdb.base/vla-datatypes.c: New file.
19063 * gdb.base/vla-datatypes.exp: New file.
19064
19065 * gdb.mi/mi-vla-c99.exp: New file.
19066 * gdb.mi/vla.c: New file.
19067
19068 2014-04-11 Keith Seitz <keiths@redhat.com>
19069
19070 PR c++/16675
19071 * gdb.cp/cpsizeof.exp: New file.
19072 * gdb.cp/cpsizeof.cc: New file.
19073
19074 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
19075
19076 * gdb.mi/mi-vla-c99.exp: New file.
19077 * gdb.mi/vla.c: New file.
19078
19079 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
19080
19081 * gdb.base/vla-datatypes.c: New file.
19082 * gdb.base/vla-datatypes.exp: New file.
19083
19084 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
19085
19086 * gdb.base/vla-ptr.c: New file.
19087 * gdb.base/vla-ptr.exp: New file.
19088
19089 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
19090
19091 * gdb.base/vla-multi.c: New file.
19092 * gdb.base/vla-multi.exp: New file.
19093
19094 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
19095
19096 * gdb.dwarf2/count.exp: New file.
19097
19098 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
19099
19100 * gdb.base/vla-sideeffect.c: New file.
19101 * gdb.base/vla-sideeffect.exp: New file.
19102
19103 2014-04-11 Yao Qi <yao@codesourcery.com>
19104
19105 * gdb.base/completion.exp: Check file exists before running tests
19106 on file completion.
19107
19108 2014-04-10 Pedro Alves <palves@redhat.com>
19109
19110 * gdb.base/cond-eval-mode.c: New file.
19111 * gdb.base/cond-eval-mode.exp: Use standard_testfile. Adjust
19112 prepare_for_testing to build the new file. Check result of
19113 runto_main.
19114 (test_break, test_watch): New procedures.
19115 (top level): Use them.
19116
19117 2014-04-08 Pierre Muller <muller@sourceware.org>
19118
19119 * gdb.base/printcmds.exp (test_artificial_arrays): Disable
19120 Ctrl-V use for mingw hosts.
19121
19122 2014-04-07 Siva Chandra Reddy <sivachandra@google.com>
19123
19124 * gdb.python/py-value.c: Improve test case.
19125 * gdb.python/py-value.exp: Add new test.
19126
19127 2014-04-07 David Blaikie <dblaikie@gmail.com>
19128
19129 * lib/compiler.c: Identify the clang compiler.
19130 * lib/compiler.cc: Ditto.
19131
19132 2014-04-03 Yao Qi <yao@codesourcery.com>
19133
19134 * gdb.base/setshow.exp: Invoke string_to_regexp to HOME and PWD.
19135
19136 2014-04-01 Anton Blanchard <anton@samba.org>
19137
19138 * gdb.arch/ppc64-atomic-inst.exp: Use untested. Make test
19139 messages unique.
19140
19141 2014-04-01 Anton Blanchard <anton@samba.org>
19142
19143 * gdb.arch/ppc64-atomic-inst.exp: Use standard_testfile,
19144 prepare_for_testing.
19145
19146 2014-04-01 Anton Blanchard <anton@samba.org>
19147
19148 * gdb.arch/ppc64-atomic-inst.c: Remove.
19149 * gdb.arch/ppc64-atomic-inst.S: New file.
19150 * gdb.arch/ppc64-atomic-inst.exp: Adapt for asm based testcase.
19151
19152 2014-03-31 Doug Evans <dje@google.com>
19153
19154 * gdb.base/print-symbol-loading-lib.c: New file.
19155 * gdb.base/print-symbol-loading-main.c: New file.
19156 * gdb.base/print-symbol-loading.exp: New file.
19157
19158 2014-03-31 Yao Qi <yao@codesourcery.com>
19159
19160 * gdb.base/source-dir.exp: Allow ';' as a directory separator.
19161
19162 2014-03-28 Joel Brobecker <brobecker@adacore.com>
19163
19164 * gdb.ada/mi_dyn_arr: New testcase.
19165
19166 2014-03-27 Doug Evans <dje@google.com>
19167
19168 * gdb.dwarf2/dw2-abs-hi-pc.exp: Build tests with "nodebug".
19169
19170 2014-03-27 Yao Qi <yao@codesourcery.com>
19171
19172 * lib/gdb.exp (can_single_step_to_signal_handler): Return zero
19173 if target is nios2-*-*.
19174
19175 2014-03-26 Yao Qi <yao@codesourcery.com>
19176
19177 * lib/gdb.exp (readline_is_used): New proc.
19178 * gdb.base/completion.exp: Move tests on command complete up.
19179 Skip the rest of tests if readline is not used.
19180 * gdb.ada/complete.exp: Skp the test if readline is not
19181 used.
19182 * gdb.base/filesym.exp: Likewise.
19183 * gdb.base/macscp.exp: Likewise.
19184 * gdb.base/readline-ask.exp: Likewise.
19185 * gdb.base/readline.exp: Likewise.
19186 * gdb.python/py-cmd.exp: Likewise.
19187 * gdb.trace/tfile.exp: Likewise.
19188
19189 2014-03-26 Yao Qi <yao@codesourcery.com>
19190
19191 * gdb.base/macscp.exp: Fix code format issues.
19192
19193 2014-03-25 Ulrich Weigand <uweigand@de.ibm.com>
19194
19195 * gdb.asm/asm-source.exp: Handle powerpc64le-* targets.
19196 * gdb.asm/powerpc64le.inc: New file.
19197
19198 2014-03-25 Pedro Alves <palves@redhat.com>
19199 Doug Evans <dje@google.com>
19200
19201 * gdb.base/source-execution.c: New file.
19202 * gdb.base/source-execution.exp: New file.
19203 * gdb.base/source-execution.gdb: New file.
19204
19205 2014-03-24 Doug Evans <dje@google.com>
19206
19207 * gdb.linespec/macro-relative.exp: Mark the test as unsupported if
19208 using fission.
19209
19210 2014-03-24 Hui Zhu <hui@codesourcery.com>
19211 Pedro Alves <palves@redhat.com>
19212
19213 PR breakpoints/16101
19214 * gdb.base/dprintf.exp: Use unsupported rather than changing the
19215 test pass/fail messages. Detect missing support for dprintf when
19216 breakpoints are actually inserted.
19217 * gdb.base/mi-dprintf.exp: Detect missing support for dprintf when
19218 breakpoints are actually inserted.
19219 * lib/mi-support.exp (mi_run_cmd_full): Return -1 if continue
19220 fails.
19221
19222 2014-03-24 Jan Kratochvil <jan.kratochvil@redhat.com>
19223
19224 * gdb.base/gdb-sigterm.exp (do_test): Remove "set debug lin-lwp 1".
19225
19226 2014-03-22 Doug Evans <xdje42@gmail.com>
19227
19228 * gdb.python/python.exp (python not supported): Verify multi-line
19229 python command issues an error.
19230 * gdb.guile/guile.exp (guile not supported): Verify multi-line
19231 guile command issues an error.
19232
19233 2014-03-21 Maciej W. Rozycki <macro@codesourcery.com>
19234
19235 * gdb.threads/thread-specific.exp: Handle the lack of usable
19236 $this_breakpoint and $this_thread.
19237
19238 2014-03-21 Hui Zhu <hui@codesourcery.com>
19239
19240 * gdb.base/attach.exp (do_command_attach_tests): New.
19241
19242 2014-03-20 Tom Tromey <tromey@redhat.com>
19243 Pedro Alves <palves@redhat.com>
19244
19245 PR cli/15718
19246 * gdb.base/condbreak-call-false.c: New file.
19247 * gdb.base/condbreak-call-false.exp: New file.
19248
19249 2014-03-20 Pedro Alves <palves@redhat.com>
19250
19251 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (pid):
19252 Delete.
19253 (block_signals, unblock_signals): Delete.
19254 (child_function_2, main): Remove references to deleted variable
19255 and functions.
19256
19257 2014-03-20 Pedro Alves <palves@redhat.com>
19258
19259 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (main):
19260 Use pthread_kill to signal thread 2.
19261 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
19262 Adjust to make the test send itself a signal rather than using the
19263 host's "kill" command.
19264
19265 2014-03-20 Pedro Alves <palves@redhat.com>
19266
19267 * gdb.threads/multiple-step-overs.c: New file.
19268 * gdb.threads/multiple-step-overs.exp: New file.
19269 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
19270 Adjust expected infrun debug output.
19271
19272 2014-03-20 Pedro Alves <palves@redhat.com>
19273
19274 * gdb.threads/step-over-trips-on-watchpoint.c: New file.
19275 * gdb.threads/step-over-trips-on-watchpoint.exp: New file.
19276
19277 2014-03-20 Pedro Alves <palves@redhat.com>
19278
19279 PR breakpoints/7143
19280 * gdb.base/watchpoint.exp: Mention bugzilla bug number instead of
19281 old gnats gdb/38. Remove kfail. Adjust to use gdb_test instead
19282 of gdb_test_multiple.
19283 * gdb.cp/annota2.exp: Remove kfail for gdb/38.
19284 * gdb.cp/annota3.exp: Remove kfail for gdb/38.
19285
19286 2014-03-20 Pedro Alves <palves@redhat.com>
19287
19288 * gdb.threads/step-over-lands-on-breakpoint.c: New file.
19289 * gdb.threads/step-over-lands-on-breakpoint.exp: New file.
19290
19291 2014-03-19 Pedro Alves <palves@redhat.com>
19292
19293 * gdb.base/async.exp: Remove early return.
19294
19295 2014-03-19 Pedro Alves <palves@redhat.com>
19296
19297 * gdb.base/async.exp (step& tests): Pass explicit test messages.
19298
19299 2014-03-19 Pedro Alves <palves@redhat.com>
19300
19301 * gdb.base/async.exp (test_background): Expect \r\n after
19302 "completed." in the fail pattern.
19303
19304 2014-03-19 Pedro Alves <palves@redhat.com>
19305
19306 * gdb.base/async.exp (test_background): New procedure.
19307 Use it for all background execution command tests.
19308
19309 2014-03-19 Pedro Alves <palves@redhat.com>
19310
19311 * gdb.base/async.exp: Use prepare_for_testing.
19312
19313 2014-03-19 Pedro Alves <palves@redhat.com>
19314
19315 * gdb.base/async.c (foo): Make 'x' volatile. Write to it twice in
19316 the same line.
19317
19318 2014-03-19 Pedro Alves <palves@redhat.com>
19319
19320 * gdb.base/async.c (main): Add "jump here" and "until here" line
19321 marker comments.
19322 * gdb.base/async.exp (jump_here): New global.
19323 (jump& test): Use it.
19324 (until_here): New global.
19325 (until& test): Use it.
19326
19327 2014-03-19 Pedro Alves <palves@redhat.com>
19328
19329 * gdb.base/async.exp: Don't frob gdb_protocol.
19330
19331 2014-03-18 Doug Evans <xdje42@gmail.com>
19332
19333 * gdb.base/async.exp: Whitespace fixes. Turn on target-async.
19334 Fix spelling of exec-done-display.
19335
19336 2014-03-18 Jan Kratochvil <jan.kratochvil@redhat.com>
19337
19338 PR gdb/15358
19339 * gdb.base/gdb-sigterm.c: New file.
19340 * gdb.base/gdb-sigterm.exp: New file.
19341
19342 2014-03-18 Pedro Alves <palves@redhat.com>
19343
19344 PR gdb/13860
19345 * gdb.mi/mi-solib.exp: Remove gdb/13860 kfail.
19346 * lib/mi-support.exp (mi_expect_stop): Add special handling for
19347 solib-event.
19348
19349 2014-03-17 Joel Brobecker <brobecker@adacore.com>
19350
19351 * gdb.ada/pckd_arr_ren: New testcase.
19352
19353 2014-03-13 Doug Evans <xdje42@gmail.com>
19354
19355 PR guile/16612
19356 * gdb.guile/scm-value.ep (test_value_after_death): Do a garbage
19357 collect after discarding symbols.
19358
19359 2014-03-13 Ludovic Courtès <ludo@gnu.org>
19360 Doug Evans <xdje42@gmail.com>
19361
19362 * gdb.guile/scm-value.exp (test_value_in_inferior): Verify value added
19363 to history survives a gc.
19364
19365 2014-03-13 Pedro Alves <palves@redhat.com>
19366
19367 * gdb.base/default.exp: Don't test "target procfs".
19368
19369 2014-03-13 Pedro Alves <palves@redhat.com>
19370
19371 * gdb.base/default.exp: Update "target child" and "target procfs"
19372 tests to not expect "Unix".
19373
19374 2014-03-12 Tom Tromey <tromey@redhat.com>
19375
19376 * gdb.base/corefile.exp (corefile_test_run, corefile_test_attach):
19377 New procs. Add target-async tests.
19378 * gdb.reverse/break-precsave.exp (precsave_tests): New proc.
19379 Add target-async tests.
19380
19381 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
19382
19383 * gdb.dwarf2/dw2-ifort-parameter.c (func): Define labels
19384 'func_start' and 'func_end' for the beginning and end of the
19385 function code, respectively.
19386 * gdb.dwarf2/dw2-ifort-parameter.exp: Use 'func_start' and
19387 'func_end' instead of 'func' and 'main'.
19388
19389 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
19390
19391 * gdb.dwarf2/dw2-ifort-parameter-debug.S: Remove.
19392 * gdb.dwarf2/dw2-ifort-parameter.exp: Use Dwarf::assemble to
19393 generate the debug info assembler source.
19394
19395 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
19396
19397 * gdb.dwarf2/arr-stride.exp: Exploit 'prepare_for_testing'.
19398 * gdb.dwarf2/arr-subrange.exp: Likewise.
19399 * gdb.dwarf2/dwz.exp: Likewise.
19400 * gdb.dwarf2/method-ptr.exp: Likewise.
19401 * gdb.dwarf2/missing-sig-type.exp: Likewise.
19402 * gdb.dwarf2/subrange.exp: Likewise.
19403 * gdb.dwarf2/implptrconst.exp: Exploit 'build_executable'.
19404 * gdb.dwarf2/implptrpiece.exp: Likewise.
19405 * gdb.dwarf2/nostaticblock.exp: Likewise.
19406
19407 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
19408
19409 * lib/gdb.exp (build_executable_from_specs): Don't prepend source
19410 directory to absolute path name arguments.
19411
19412 2014-03-10 Joel Brobecker <brobecker@adacore.com>
19413
19414 * gdb.ada/tagged_access: New testcase.
19415
19416 2014-03-07 Markus Metzger <markus.t.metzger@intel.com>
19417
19418 * gdb.btrace/data.exp: Update expected output.
19419
19420 2014-03-06 Yao Qi <yao@codesourcery.com>
19421
19422 * gdb.trace/pr16508.exp: New file.
19423
19424 2014-03-05 Pedro Alves <palves@redhat.com>
19425
19426 PR gdb/16575
19427 * gdb.base/breakpoint-shadow.exp (compare_disassembly): New
19428 procedure.
19429 (top level): Adjust to use it. Add tests that exercise breakpoint
19430 interaction with the code-cache.
19431
19432 2014-02-26 Ludovic Courtès <ludo@gnu.org>
19433
19434 * gdb.guile/scm-value.exp (test_value_in_inferior): Add
19435 test for 'history-append!'.
19436
19437 2014-02-26 Joel Brobecker <brobecker@adacore.com>
19438
19439 * gdb.dwarf2/dw2-abs-hi-pc-hello-dbg.S: New file.
19440 * gdb.dwarf2/dw2-abs-hi-pc-hello.c: New file.
19441 * gdb.dwarf2/dw2-abs-hi-pc-world-dbg.S: New file.
19442 * gdb.dwarf2/dw2-abs-hi-pc-world.c: New file.
19443 * gdb.dwarf2/dw2-abs-hi-pc.c: New file.
19444 * gdb.dwarf2/dw2-abs-hi-pc.exp: New file.
19445
19446 2014-02-26 Joel Brobecker <brobecker@adacore.com>
19447
19448 * testsuite/gdb.python/py-pp-re-notag.c: New file.
19449 * testsuite/gdb.python/py-pp-re-notag.ex: New file.
19450 * testsuite/gdb.python/py-pp-re-notag.p: New file.
19451
19452 2014-02-26 Joel Brobecker <brobecker@adacore.com>
19453
19454 * gdb.dwarf2/arr-subrange.c, gdb.dwarf2/arr-subrange.exp: New files.
19455
19456 2014-02-26 Joel Brobecker <brobecker@adacore.com>
19457
19458 * gdb.dwarf2/arr-stride.c: New file.
19459 * gdb.dwarf2/arr-stride.exp: New file.
19460
19461 2014-02-26 Pedro Alves <palves@redhat.com>
19462
19463 * gdb.ada/tasks.exp: Set a task-specific breakpoint at break_me
19464 that won't ever trigger. Make sure that GDB reports the correct
19465 breakpoint that caused the stop.
19466
19467 2014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
19468
19469 PR gdb/16626
19470 * gdb.base/auto-load-script: New file.
19471 * gdb.base/auto-load.c: New file.
19472 * gdb.base/auto-load.exp: New file.
19473
19474 PR gdb/16626
19475 * gdb.base/auto-load.exp: Fix out-of-srctree run.
19476
19477 2014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
19478
19479 Fix dw2-icycle.exp -fsanitize=address GDB crash.
19480 * gdb.dwarf2/dw2-icycle.S: Remove all DW_AT_sibling.
19481
19482 2014-02-24 Doug Evans <dje@google.com>
19483
19484 * lib/gdb.exp (run_on_host): Log error output if program fails.
19485
19486 2014-02-21 Pedro Alves <palves@redhat.com>
19487
19488 * gdb.threads/step-after-sr-lock.c: Rename to ...
19489 * gdb.threads/signal-while-stepping-over-bp-other-thread.c: ... this.
19490 * gdb.threads/step-after-sr-lock.exp: Rename to ...
19491 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
19492 ... this.
19493
19494 2014-02-20 Sergio Durigan Junior <sergiodj@redhat.com>
19495
19496 PR tdep/16397
19497 * gdb.arch/amd64-stap-special-operands.exp: New file.
19498 * gdb.arch/amd64-stap-three-arg-disp.S: Likewise.
19499 * gdb.arch/amd64-stap-three-arg-disp.c: Likewise.
19500 * gdb.arch/amd64-stap-triplet.S: Likewise.
19501 * gdb.arch/amd64-stap-triplet.c: Likewise.
19502
19503 2014-02-20 Joel Brobecker <brobecker@adacore.com>
19504
19505 * gdb.dwarf2/dw2-icycle.S: Remove second and third parameters
19506 in .section pseudo-op.
19507
19508 2014-02-20 lin zuojian <manjian2006@gmail.com>
19509 Joel Brobecker <brobecker@adacore.com>
19510 Doug Evans <xdje42@gmail.com>
19511
19512 PR symtab/16581
19513 * gdb.dwarf2/dw2-icycle.S: New file.
19514 * gdb.dwarf2/dw2-icycle.c: New file.
19515 * gdb.dwarf2/dw2-icycle.exp: New file.
19516
19517 2014-02-19 Siva Chandra Reddy <sivachandra@google.com>
19518
19519 * gdb.python/py-value-cc.cc: Improve test case to enable testing
19520 operations on gdb.Value objects.
19521 * gdb.python/py-value-cc.exp: Add new test to test operations on
19522 gdb.Value objects.
19523
19524 2014-02-18 Doug Evans <dje@google.com>
19525
19526 * Makefile.in (TESTS): New variable.
19527 (expanded_tests, expanded_tests_or_none): New variables
19528 (check-single): Pass $(expanded_tests_or_none) to runtest.
19529 (check-parallel): Only run tests in $(TESTS) if non-empty.
19530 (check/no-matching-tests-found): New rule.
19531 * README: Document TESTS makefile variable.
19532
19533 2014-02-18 Doug Evans <dje@google.com>
19534
19535 * Makefile.in (check-parallel): rm -rf outputs temp.
19536
19537 2014-02-16 Jan Kratochvil <jan.kratochvil@redhat.com>
19538
19539 Fix "ERROR: no fileid for" in the testsuite.
19540 * lib/gdb.exp (gdb_finish): Check gdb_spawn_id.
19541
19542 2014-02-12 Doug Evans <dje@google.com>
19543
19544 * gdb.dwarf2/Makefile.in (EXECUTABLES): Add dwp-symlink.
19545 (MISCELLANEOUS): New variable.
19546 (clean): rm -rf $(MISCELLANEOUS).
19547 * gdb.dwarf2/dwp-symlink.exp: Test the case where the executable and
19548 dwp live in the same directory as symlinks, with each symlink pointed
19549 to a differently named file in a different directory.
19550
19551 2014-02-11 Doug Evans <dje@google.com>
19552
19553 * gdb.dwarf2/dwp-symlink.exp: Rewrite to use remote_* commands instead
19554 of Tcl file commands.
19555
19556 2014-02-10 Mark Kettenis <kettenis@gnu.org>
19557
19558 * gdb.threads/step-after-sr-lock.exp: Avoid executing
19559 "kill -SIGUSR1 -1".
19560
19561 2014-02-10 Joel Brobecker <brobecker@adacore.com>
19562
19563 * gdb.ada/tick_length_array_enum_idx: New testcase.
19564
19565 2014-02-10 Doug Evans <xdje42@gmail.com>
19566
19567 * configure.ac (AC_OUTPUT): Add gdb.guile.
19568 * configure: Regenerate.
19569 * lib/gdb-guile.exp: New file.
19570 * lib/gdb.exp (get_target_charset): New function.
19571 * gdb.base/help.exp: Update expected output from "apropos apropos".
19572 * gdb.guile/Makefile.in: New file.
19573 * gdb.guile/guile.exp: New file.
19574 * gdb.guile/scm-arch.c: New file.
19575 * gdb.guile/scm-arch.exp: New file.
19576 * gdb.guile/scm-block.c: New file.
19577 * gdb.guile/scm-block.exp: New file.
19578 * gdb.guile/scm-breakpoint.c: New file.
19579 * gdb.guile/scm-breakpoint.exp: New file.
19580 * gdb.guile/scm-disasm.c: New file.
19581 * gdb.guile/scm-disasm.exp: New file.
19582 * gdb.guile/scm-equal.c: New file.
19583 * gdb.guile/scm-equal.exp: New file.
19584 * gdb.guile/scm-error.exp: New file.
19585 * gdb.guile/scm-error.scm: New file.
19586 * gdb.guile/scm-frame-args.c: New file.
19587 * gdb.guile/scm-frame-args.exp: New file.
19588 * gdb.guile/scm-frame-args.scm: New file.
19589 * gdb.guile/scm-frame-inline.c: New file.
19590 * gdb.guile/scm-frame-inline.exp: New file.
19591 * gdb.guile/scm-frame.c: New file.
19592 * gdb.guile/scm-frame.exp: New file.
19593 * gdb.guile/scm-generics.exp: New file.
19594 * gdb.guile/scm-gsmob.exp: New file.
19595 * gdb.guile/scm-iterator.c: New file.
19596 * gdb.guile/scm-iterator.exp: New file.
19597 * gdb.guile/scm-math.c: New file.
19598 * gdb.guile/scm-math.exp: New file.
19599 * gdb.guile/scm-objfile-script-gdb.in: New file.
19600 * gdb.guile/scm-objfile-script.c: New file.
19601 * gdb.guile/scm-objfile-script.exp: New file.
19602 * gdb.guile/scm-objfile.c: New file.
19603 * gdb.guile/scm-objfile.exp: New file.
19604 * gdb.guile/scm-ports.exp: New file.
19605 * gdb.guile/scm-pretty-print.c: New file.
19606 * gdb.guile/scm-pretty-print.exp: New file.
19607 * gdb.guile/scm-pretty-print.scm: New file.
19608 * gdb.guile/scm-section-script.c: New file.
19609 * gdb.guile/scm-section-script.exp: New file.
19610 * gdb.guile/scm-section-script.scm: New file.
19611 * gdb.guile/scm-symbol.c: New file.
19612 * gdb.guile/scm-symbol.exp: New file.
19613 * gdb.guile/scm-symtab-2.c: New file.
19614 * gdb.guile/scm-symtab.c: New file.
19615 * gdb.guile/scm-symtab.exp: New file.
19616 * gdb.guile/scm-type.c: New file.
19617 * gdb.guile/scm-type.exp: New file.
19618 * gdb.guile/scm-value-cc.cc: New file.
19619 * gdb.guile/scm-value-cc.exp: New file.
19620 * gdb.guile/scm-value.c: New file.
19621 * gdb.guile/scm-value.exp: New file.
19622 * gdb.guile/source2.scm: New file.
19623 * gdb.guile/types-module.cc: New file.
19624 * gdb.guile/types-module.exp: New file.
19625
19626 2014-02-10 Yao Qi <yao@codesourcery.com>
19627
19628 PR testsuite/16543
19629 * configure.ac: Append gdb.gdb/Makefile in AC_OUTPUT.
19630 * configure: Regenerated.
19631 * Makefile.in: New file.
19632
19633 2014-02-08 Andreas Schwab <schwab@linux-m68k.org>
19634
19635 * gdb.python/py-framefilter.exp: Fix typo.
19636
19637 2014-02-08 Yao Qi <yao@codesourcery.com>
19638
19639 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Test
19640 that no =breakpoint-modified is emitted when breakpoints are
19641 modified through MI commands.
19642
19643 2014-02-07 Pedro Alves <pedro@codesourcery.com>
19644 Pedro Alves <palves@redhat.com>
19645
19646 * gdb.threads/step-after-sr-lock.c: New file.
19647 * gdb.threads/step-after-sr-lock.exp: New file.
19648
19649 2014-02-07 Pedro Alves <palves@redhat.com>
19650
19651 * gdb.threads/stepi-random-signal.exp: Set SIGCHLD to print.
19652
19653 2014-02-06 Jan Kratochvil <jan.kratochvil@redhat.com>
19654
19655 Fix i386-sse-stack-align.exp regression since GDB_PARALLEL.
19656 * gdb.arch/i386-sse-stack-align.exp: Use standard_output_file.
19657
19658 2014-02-06 Doug Evans <xdje42@gmail.com>
19659
19660 * gdb.python/py-breakpoint.exp (test_bkpt_eval_funcs): Update expected
19661 output.
19662
19663 * gdb.gdb/python-interrupts.exp: New file.
19664
19665 2014-02-05 Yao Qi <yao@codesourcery.com>
19666
19667 * gdb.trace/report.exp (use_collected_data): Test the output
19668 of "info threads" and "info inferiors".
19669
19670 2014-02-05 Yao Qi <yao@codesourcery.com>
19671
19672 Revert this patch:
19673
19674 2013-05-24 Yao Qi <yao@codesourcery.com>
19675
19676 * gdb.trace/tfile.exp: Test inferior and thread.
19677
19678 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
19679
19680 * gdb.base/sigbpt.exp: Do not use "*" when setting breakpoint
19681 on a function.
19682 * gdb.base/step-bt.c: Call hello via function pointer to make
19683 sure its first instruction is executed on powerpc64le-linux.
19684
19685 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
19686
19687 * gdb.arch/powerpc-d128-regs.exp: Enable on powerpc64*-*.
19688
19689 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
19690
19691 * gdb.arch/vsx-regs.exp: Check target endianness. Provide variants
19692 of the test patterns for use on little-endian systems.
19693
19694 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
19695
19696 * gdb.arch/altivec-regs.exp: Use gdb_test_multiple for endian test.
19697 (decimal_vector): Fix for little-endian.
19698
19699 2014-01-29 Jose E. Marchesi <jose.marchesi@oracle.com>
19700
19701 * gdb.arch/sparc-sysstep.exp: New file.
19702 * gdb.arch/sparc-sysstep.c: Likewise.
19703
19704 * gdb.arch/Makefile.in (EXECUTABLES): Add sparc-sysstep.
19705
19706 2014-01-28 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
19707
19708 * gdb.base/info-shared.exp: Expect leading `.' on ppc64's symbols.
19709
19710 2014-01-23 Tom Tromey <tromey@redhat.com>
19711
19712 * gdb.ada/array_char_idx: New testcase.
19713
19714 2014-01-23 Tom Tromey <tromey@redhat.com>
19715
19716 PR python/16487:
19717 * gdb.python/py-framefilter.exp: Add test using "Error" filter.
19718 * gdb.python/py-framefilter.py (ErrorInName, ErrorFilter): New
19719 classes.
19720
19721 2014-01-23 Tom Tromey <tromey@redhat.com>
19722
19723 PR python/16491:
19724 * gdb.python/py-framefilter.py (Reverse_Function.function): Read a
19725 string from an inferior frame.
19726 * gdb.python/py-framefilter-mi.exp: Update.
19727
19728 2014-01-22 Doug Evans <dje@google.com>
19729
19730 * gdb.server/server-mon.exp: Add tests for "set debug-format".
19731
19732 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
19733
19734 * gdb.base/catch-syscall.exp: Activate test on s390*-linux.
19735
19736 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
19737
19738 * gdb.trace/entry-values.exp: Remove excess space character from
19739 regex patterns. Handle s390 call instruction.
19740
19741 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
19742
19743 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Insert alignment and
19744 define "*_start" label. Make "name" static.
19745 * gdb.dwarf2/dw2-dir-file-name.exp: Replace references to
19746 ${name} by references to ${name}_start.
19747
19748 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
19749
19750 * gdb.base/info-macros.exp: Remove "debug" from the compile
19751 options.
19752
19753 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
19754
19755 * gdb.dlang/demangle.exp: New file.
19756
19757 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
19758
19759 * gdb.dlang/primitive-types.exp: New file.
19760
19761 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
19762
19763 * configure.ac: Create gdb.dlang/Makefile.
19764 * configure: Regenerate.
19765 * Makefile.in (ALL_SUBDIRS): Add gdb.dlang.
19766 * gdb.dlang/Makefile.in: New file.
19767 * lib/d-support.exp: New file.
19768 * lib/gdb.exp (skip_d_tests): New proc.
19769
19770 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
19771
19772 * gdb.btrace/delta.exp: Check reverse stepi.
19773 * gdb.btrace/tailcall.exp: Update. Add stepping tests.
19774 * gdb.btrace/finish.exp: New.
19775 * gdb.btrace/next.exp: New.
19776 * gdb.btrace/nexti.exp: New.
19777 * gdb.btrace/record_goto.c: Add comments.
19778 * gdb.btrace/step.exp: New.
19779 * gdb.btrace/stepi.exp: New.
19780 * gdb.btrace/multi-thread-step.c: New.
19781 * gdb.btrace/multi-thread-step.exp: New.
19782 * gdb.btrace/rn-dl-bind.c: New.
19783 * gdb.btrace/rn-dl-bind.exp: New.
19784 * gdb.btrace/data.c: New.
19785 * gdb.btrace/data.exp: New.
19786 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
19787
19788 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
19789
19790 * gdb.btrace/Makefile.in (EXECUTABLES): Add delta.
19791 * gdb.btrace/exception.exp: Update.
19792 * gdb.btrace/instruction_history.exp: Update.
19793 * gdb.btrace/record_goto.exp: Update.
19794 * gdb.btrace/tailcall.exp: Update.
19795 * gdb.btrace/unknown_functions.exp: Update.
19796 * gdb.btrace/delta.exp: New.
19797
19798 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
19799
19800 * gdb.btrace/record_goto.exp: Add backtrace test.
19801 * gdb.btrace/tailcall.exp: Add backtrace test.
19802
19803 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
19804
19805 * gdb.btrace/Makefile.in (EXECUTABLES): Add record_goto.
19806 * gdb.btrace/record_goto.c: New.
19807 * gdb.btrace/record_goto.exp: New.
19808 * gdb.btrace/x86-record_goto.S: New.
19809
19810 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
19811
19812 * gdb.btrace/function_call_history.exp: Update tests.
19813 * gdb.btrace/instruction_history.exp: Update tests.
19814
19815 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
19816
19817 * gdb.btrace/function_call_history.exp: Fix expected field
19818 order for "record function-call-history".
19819 Add new tests for "record function-call-history /c".
19820 * gdb.btrace/exception.cc: New.
19821 * gdb.btrace/exception.exp: New.
19822 * gdb.btrace/tailcall.exp: New.
19823 * gdb.btrace/x86-tailcall.S: New.
19824 * gdb.btrace/x86-tailcall.c: New.
19825 * gdb.btrace/unknown_functions.c: New.
19826 * gdb.btrace/unknown_functions.exp: New.
19827 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
19828
19829 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
19830
19831 * gdb.btrace/instruction_history.exp: Update.
19832 * gdb.btrace/function_call_history.exp: Update.
19833
19834 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
19835
19836 * gdb.btrace/function_call_history.exp: Fix expected function
19837 trace.
19838 * gdb.btrace/instruction_history.exp: Initialize traced.
19839 Remove traced_functions.
19840
19841 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
19842
19843 * gdb.btrace/function_call_history.exp: Update
19844 * gdb.btrace/instruction_history.exp: Update.
19845
19846 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
19847
19848 * gdb.btrace/enable.exp: Update expected text.
19849
19850 2014-01-16 Omair Javaid <Omair.Javaid@linaro.org>
19851
19852 * gdb.dwarf2/dw2-dos-drive.S: Increase text section size to 4
19853 bytes.
19854
19855 2014-01-15 Maciej W. Rozycki <macro@codesourcery.com>
19856
19857 * gdb.base/float.exp: Handle "aarch64*-*-*" targets.
19858
19859 2014-01-15 Omair Javaid <omair.javaid@linaro.org>
19860
19861 * lib/gdb.exp (supports_process_record): Return true for
19862 arm*-linux*. (supports_reverse): Likewise.
19863
19864 2014-01-13 Siva Chandra Reddy <sivachandra@google.com>
19865
19866 PR python/15464
19867 PR python/16113
19868 * gdb.python/py-type.c: Enhance test case.
19869 * gdb.python/py-value-cc.cc: Likewise
19870 * gdb.python/py-type.exp: Add new tests.
19871 * gdb.python/py-value-cc.exp: Likewise
19872
19873 2014-01-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
19874 Pedro Alves <palves@redhat.com>
19875
19876 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Remove "*_start" symbol.
19877 Make "name" extern.
19878 * gdb.dwarf2/dw2-dir-file-name.exp (out_cu, out_line): Replace
19879 references to ${name}_start by references to ${name}.
19880
19881 2014-01-10 Joel Brobecker <brobecker@adacore.com>
19882
19883 * gdb.ada/pp-rec-component.exp: Remove path from "source" test.
19884
19885 2014-01-10 Joel Brobecker <brobecker@adacore.com>
19886
19887 * gdb.python/py-pp-integral.exp: Remove path from "source" test.
19888
19889 2014-01-09 Maciej W. Rozycki <macro@codesourcery.com>
19890 Pedro Alves <palves@redhat.com>
19891
19892 * gdb.mi/mi-info-os.exp: Connect to the target with
19893 mi_gdb_target_load.
19894
19895 2014-01-08 Pedro Alves <palves@redhat.com>
19896
19897 * gdb.threads/reconnect-signal.c: New file.
19898 * gdb.threads/reconnect-signal.exp: New file.
19899
19900 2014-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
19901
19902 * gdb.base/source-dir.exp: New file.
19903
19904 2014-01-07 Joel Brobecker <brobecker@adacore.com>
19905
19906 * gdb.ada/mi_interface: New testcase.
19907
19908 2014-01-07 Joel Brobecker <brobecker@adacore.com>
19909
19910 * gdb.ada/pp-rec-component.exp, gdb.ada/pp-rec-component.py,
19911 gdb.ada/pp-rec-component/foo.adb, gdb.ada/pp-rec-component/pck.adb,
19912 gdb.ada/pp-rec-component/pck.ads: New files.
19913
19914 2014-01-07 Joel Brobecker <brobecker@adacore.com>
19915
19916 * gdb.python/py-pp-integral.c: New file.
19917 * gdb.python/py-pp-integral.py: New file.
19918 * gdb.python/py-pp-integral.exp: New file.
19919
19920 For older changes see ChangeLog-1993-2013.
19921 \f
19922 ;; Local Variables:
19923 ;; mode: change-log
19924 ;; left-margin: 8
19925 ;; fill-column: 74
19926 ;; version-control: never
19927 ;; End:
19928
19929 Copyright 2014-2020 Free Software Foundation, Inc.
19930 Copying and distribution of this file, with or without modification,
19931 are permitted provided the copyright notice and this notice are preserved.
This page took 0.578977 seconds and 5 git commands to generate.