]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blob - gdb/testsuite/ChangeLog
gdb/testsuite: support passing inferior arguments with native-gdbserver board
[thirdparty/binutils-gdb.git] / gdb / testsuite / ChangeLog
1 2020-05-25 Simon Marchi <simon.marchi@efficios.com>
2
3 * lib/gdb.exp (gdb_run_cmd): Change argument from args to
4 inferior_args. Pass it to gdb_reload.
5 (gdb_start_cmd, gdb_starti_cmd): Change argument from args to
6 inferior_args.
7 (gdb_reload): Add inferior_args argument.
8 * config/gdbserver.exp (gdb_reload): Add inferior_args argument,
9 pass it to gdbserver_run.
10 * boards/native-gdbserver.exp: Do not set noargs.
11 * boards/native-extended-gdbserver.exp (gdb_reload): Add
12 inferior_args argument.
13 * boards/stdio-gdbserver-base.exp (gdb_reload): Likewise.
14 * gdb.base/a2-run.exp: Check for use_gdb_stub.
15 * gdb.base/args.exp: Likewise.
16
17 2020-05-25 Tom de Vries <tdevries@suse.de>
18
19 * lib/gdb.exp (exec_is_pie): Add comment.
20
21 2020-05-25 Tom de Vries <tdevries@suse.de>
22
23 * lib/jit-elf-helpers.exp (compile_and_download_n_jit_so): Use $f
24 instead of $binfile in the untested message.
25
26 2020-05-25 Tom de Vries <tdevries@suse.de>
27
28 PR testsuite/26031
29 * lib/gdb.exp (exec_is_pie): Test readelf -h output.
30
31 2020-05-25 Tom de Vries <tdevries@suse.de>
32
33 * boards/gold.exp: New file.
34
35 2020-05-23 Tom Tromey <tom@tromey.com>
36
37 * gdb.base/style.exp: Remove completion styling test.
38 * lib/gdb-utils.exp (style): Remove completion styles.
39
40 2020-05-23 Tom Tromey <tom@tromey.com>
41
42 * gdb.base/style.exp: Add completion styling test.
43 * lib/gdb-utils.exp (style): Add completion styles.
44
45 2020-05-22 Andrew Burgess <andrew.burgess@embecosm.com>
46
47 * gdb.base/annota1.exp: Update expected results.
48 * gdb.cp/annota2.exp: Update expected results, remove duplicate
49 test name.
50 * gdb.cp/annota3.exp: Update expected results.
51
52 2020-05-20 Simon Marchi <simon.marchi@efficios.com>
53
54 PR gdb/26016
55 * gdb.base/coredump-filter.c (do_mmap): Check mmap ret val
56 against MAP_FAILED.
57 * gdb.base/coremaker.c (mmapdata): Likewise.
58 * gdb.base/jit-reader-host.c (main): Likewise.
59 * gdb.base/sym-file-loader.c (load): Likewise.
60 (load_shlib): Likewise.
61
62 2020-05-20 Tom Tromey <tromey@adacore.com>
63
64 * gdb.ada/array_char_idx.exp: Recognize initialized array.
65
66 2020-05-20 Tom de Vries <tdevries@suse.de>
67
68 PR symtab/25833
69 * gdb.base/with-mf-inc.c: New test.
70 * gdb.base/with-mf-main.c: New test.
71 * gdb.base/with-mf.exp: New file.
72
73 2020-05-19 Tom Tromey <tromey@adacore.com>
74
75 * gdb.rust/simple.exp: Restore missing test result.
76
77 2020-05-19 Tom de Vries <tdevries@suse.de>
78
79 * gdb.base/gdb-caching-proc.exp: Fix typo.
80
81 2020-05-19 Tom Tromey <tromey@adacore.com>
82
83 * gdb.rust/simple.exp: Add some test descriptions.
84 (test_one_slice): Use with_test_prefix.
85
86 2020-05-18 Tom de Vries <tdevries@suse.de>
87
88 * gdb.base/gdb-caching-proc.exp: Use with_test_prefix.
89
90 2020-05-17 Pedro Alves <palves@redhat.com>
91
92 PR gdb/25741
93 * gdb.base/hw-sw-break-same-address.exp: New file.
94
95 2020-05-16 Pedro Alves <palves@redhat.com>
96
97 * gdb.multi/multi-re-run.exp (test_re_run): Switch
98 LAST_LOADED_FILE accordingly.
99
100 2020-05-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
101
102 * gdb.base/alias.exp: Verify 'help aliases' shows user defined aliases.
103
104 2020-05-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
105
106 * gdb.base/help.exp: Test apropos and help for commands
107 having aliases. Fixed comments not starting with an
108 upper-case letter or not finishing with a dot.
109
110 2020-05-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
111
112 * gdb.base/alias.exp: Update help output check.
113
114 2020-05-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
115
116 * gdb.base/default.exp: Update output following fixes.
117
118 2020-05-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
119
120 * gdb.base/alias.exp: Test aliases starting with a prefix of
121 another alias.
122
123 2020-05-15 Gary Benson <gbenson@redhat.com>
124
125 * gdb.base/info-os.c (main): Add return statement.
126 * gdb.base/info_minsym.c (minsym_fun): Likewise.
127 * gdb.base/large-frame-2.c (func): Likewise.
128 * gdb.base/pr10179-a.c (foo1, bar1): Likewise.
129 * gdb.base/pr10179-b.c (foo2): Likewise.
130 * gdb.base/valgrind-disp-step.c (foo): Likewise.
131 * gdb.base/watch-cond.c (func): Likewise.
132 * gdb.multi/goodbye.c (verylongfun): Likewise.
133 * gdb.multi/hello.c (commonfun): Likewise.
134 * gdb.python/py-finish-breakpoint.c (call_longjmp): Likewise.
135 * gdb.threads/fork-plus-threads.c (thread_func): Likewise.
136 * gdb.threads/forking-threads-plus-breakpoint.c (thread_forks):
137 Likewise.
138 * gdb.threads/hand-call-new-thread.c (foo): Likewise.
139 * gdb.threads/interrupt-while-step-over.c (child_function):
140 Likewise.
141 * gdb.trace/actions-changed.c (end): Likewise.
142
143 2020-05-15 Gary Benson <gbenson@redhat.com>
144
145 * gdb.opencl/callfuncs.exp: Report when test skipped.
146 * gdb.opencl/convs_casts.exp: Likewise.
147 * gdb.opencl/datatypes.exp: Likewise.
148 * gdb.opencl/operators.exp: Likewise.
149 * gdb.opencl/vec_comps.exp: Likewise.
150
151 2020-05-15 Tom de Vries <tdevries@suse.de>
152
153 * gdb.base/align.exp.in: Rename to ...
154 * gdb.base/align.exp.tcl: ... this.
155 * gdb.base/align-c++.exp: Update.
156 * gdb.base/align-c.exp: Update.
157 * gdb.base/all-architectures.exp.in: Rename to ...
158 * gdb.base/all-architectures.exp: ... this.
159 * gdb.base/all-architectures-0.exp: Update.
160 * gdb.base/all-architectures-1.exp: Update.
161 * gdb.base/all-architectures-2.exp: Update.
162 * gdb.base/all-architectures-3.exp: Update.
163 * gdb.base/all-architectures-4.exp: Update.
164 * gdb.base/all-architectures-5.exp: Update.
165 * gdb.base/all-architectures-6.exp: Update.
166 * gdb.base/all-architectures-7.exp: Update.
167 * gdb.base/infcall-nested-structs.exp.in: Rename to ...
168 * gdb.base/infcall-nested-structs.exp.tcl: ... this.
169 * gdb.base/infcall-nested-structs-c++.exp: Update.
170 * gdb.base/infcall-nested-structs-c.exp: Update.
171 * gdb.base/info-types.exp.in: Rename to ...
172 * gdb.base/info-types.exp.tcl: ... this.
173 * gdb.base/info-types-c++.exp: Update.
174 * gdb.base/info-types-c.exp: Update.
175 * gdb.base/max-depth.exp.in: Rename to ...
176 * gdb.base/max-depth.exp.tcl: ... this.
177 * gdb.base/max-depth-c++.exp: Update.
178 * gdb.base/max-depth-c.exp: Update.
179 * gdb.cp/cpexprs.exp.in: Rename to ...
180 * gdb.cp/cpexprs.exp.tcl: ... this.
181 * gdb.cp/cpexprs-debug-types.exp: Update.
182 * gdb.cp/cpexprs.exp: Update.
183 * gdb.cp/infcall-nodebug.exp.in: Rename to ...
184 * gdb.cp/infcall-nodebug.exp.tcl: ... this.
185 * gdb.cp/infcall-nodebug-c++-d0.exp: Update.
186 * gdb.cp/infcall-nodebug-c++-d1.exp: Update.
187 * gdb.cp/infcall-nodebug-c-d0.exp: Update.
188 * gdb.cp/infcall-nodebug-c-d1.exp: Update.
189 * gdb.dwarf2/clang-debug-names.exp.in: Rename to ...
190 * gdb.dwarf2/clang-debug-names.exp.tcl: ... this.
191 * gdb.dwarf2/clang-debug-names-2.exp: Update.
192 * gdb.dwarf2/clang-debug-names.exp: Update.
193
194 2020-05-15 Andrew Burgess <andrew.burgess@embecosm.com>
195
196 * lib/check-test-names.exp: Remove code that prevents this file
197 loading when tests are run in parallel.
198
199 2020-05-15 Pedro Alves <palves@redhat.com>
200
201 * gdb.multi/multi-kill.exp (start_inferior): Remove
202 'testpid' parameter. Refer to namespace variable directly.
203 (testpid): Declare as namespace variable.
204
205 2020-05-15 Pedro Alves <palves@redhat.com>
206
207 * gdb.multi/multi-kill.exp: Wrap in namespace.
208 (start_inferior): Add TESTPID parameter. Use it instead of the
209 testpid global.
210 (top level): Define empty TESTPID array, and pass it down to
211 start_inferior.
212
213 2020-05-14 Tom de Vries <tdevries@suse.de>
214
215 * gdb.fortran/nested-funcs-2.exp: Use gdb_test_stdio to test inferior
216 output.
217
218 2020-05-14 Tom de Vries <tdevries@suse.de>
219
220 * gdb.base/align.exp: Split into ...
221 * gdb.base/align.exp.in: ...
222 * gdb.base/align-c++.exp: ...
223 * gdb.base/align-c.exp: ... these.
224 * gdb.base/infcall-nested-structs.exp: Split into ...
225 * gdb.base/infcall-nested-structs.exp.in: ...
226 * gdb.base/infcall-nested-structs-c++.exp: ...
227 * gdb.base/infcall-nested-structs-c.exp: ... these.
228 * gdb.base/info-types.exp: Split into ...
229 * gdb.base/info-types.exp.in: ...
230 * gdb.base/info-types-c++.exp: ...
231 * gdb.base/info-types-c.exp: ... these.
232 * gdb.base/max-depth.exp: Split into ...
233 * gdb.base/max-depth.exp.in: ...
234 * gdb.base/max-depth-c++.exp: ...
235 * gdb.base/max-depth-c.exp: ... these.
236 * gdb.cp/infcall-nodebug.exp: Split into ...
237 * gdb.cp/infcall-nodebug.exp.in: ...
238 * gdb.cp/infcall-nodebug-c++-d0.exp: ...
239 * gdb.cp/infcall-nodebug-c++-d1.exp: ...
240 * gdb.cp/infcall-nodebug-c-d0.exp: ...
241 * gdb.cp/infcall-nodebug-c-d1.exp: ... these.
242
243 2020-05-14 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
244 Pedro Alves <palves@redhat.com>
245
246 * gdb.multi/multi-exit.c: New file.
247 * gdb.multi/multi-exit.exp: New file.
248 * gdb.multi/multi-kill.c: New file.
249 * gdb.multi/multi-kill.exp: New file.
250
251 2020-05-14 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
252
253 * gdb.base/annota1.exp: Update the expected output.
254 * gdb.cp/annota2.exp: Ditto.
255
256 2020-05-12 Andrew Burgess <andrew.burgess@embecosm.com>
257
258 * lib/check-test-names.exp: Disable when testing is being run in
259 parallel.
260
261 2020-05-12 Tom de Vries <tdevries@suse.de>
262
263 * gdb.base/jit-elf.exp: Fix string concat.
264
265 2020-05-12 Tom de Vries <tdevries@suse.de>
266
267 * lib/jit-elf-helpers.exp: Don't use undefined variables in untested
268 messages.
269
270 2020-05-12 Tom de Vries <tdevries@suse.de>
271
272 * gdb.multi/multi-term-settings.exp: Use with_test_prefix.
273
274 2020-05-12 Tom de Vries <tdevries@suse.de>
275
276 * gdb.ada/catch_ex.exp: Use with_test_prefix.
277 * gdb.ada/mi_catch_ex.exp: Same.
278 * gdb.ada/mi_catch_ex_hand.exp: Same.
279
280 2020-05-12 Tom de Vries <tdevries@suse.de>
281
282 * gdb.fortran/complex.exp: Use with_test_prefix.
283
284 2020-05-12 Tom de Vries <tdevries@suse.de>
285
286 * gdb.trace/passcount.exp: Fix test-names.
287
288 2020-05-12 Tom de Vries <tdevries@suse.de>
289
290 * gdb.pascal/gdb11492.exp: Use with_test_prefix.
291
292 2020-05-12 Tom de Vries <tdevries@suse.de>
293
294 * gdb.gdb/complaints.exp: Use with_test_prefix.
295 * gdb.xml/tdesc-regs.exp: Same.
296 * gdb.opt/inline-locals.exp: Fix test name.
297
298 2020-05-12 Tom de Vries <tdevries@suse.de>
299
300 * gdb.dwarf2/comp-unit-lang.exp: Use with_test_prefix.
301 * gdb.dwarf2/dw2-bad-parameter-type.exp: Same.
302 * gdb.dwarf2/implref-struct.exp: Same.
303 * gdb.dwarf2/varval.exp: Ensure get_sizeof is called once per type.
304 * gdb.dwarf2/data-loc.exp: Same. Remove duplicate test.
305
306 2020-05-11 Simon Marchi <simon.marchi@polymtl.ca>
307
308 * gdb.base/jit-so.exp (one_jit_test): Change test name.
309
310 2020-05-11 Andrew Burgess <andrew.burgess@embecosm.com>
311
312 * lib/check-test-names.exp (all_test_names): New module variable.
313 (counts): Add 'duplicates' field.
314 (_check_duplicates): New procedure.
315 (check): Also check for duplicates.
316 (do_log_summary): Print duplicates count.
317 (do_reset_vars): Reset counter for duplicate test names, and
318 discard all know test names.
319
320 2020-05-11 Andrew Burgess <andrew.burgess@embecosm.com>
321
322 * lib/gdb.exp: Include check-test-names.exp library.
323 * lib/check-test-names.exp: New file.
324
325 2020-05-11 Tom de Vries <tdevries@suse.de>
326
327 * gdb.ada/packed_tagged.exp: Change kfail into xfail.
328
329 2020-05-11 Keith Seitz <keiths@redhat.com>
330
331 * gdb.ada/attr_ref_and_charlit.exp: Fix typo.
332
333 2020-05-11 Tom de Vries <tdevries@suse.de>
334
335 * gdb.cp/cpexprs.exp: Move everything except flags setting ...
336 * gdb.cp/cpexprs.exp.in: .. here.
337 * gdb.cp/cpexprs-debug-types.exp: Include cpexprs.exp.in instead of
338 cpexprs.exp.
339
340 2020-05-11 Keith Seitz <keiths@redhat.com>
341
342 * gdb.ada/arrayparam.exp: Resolve duplicate and tail parentheses
343 test names.
344 * gdb.ada/arrayptr.exp: Likewise.
345 * gdb.ada/assign_arr.exp: Likewise.
346 * gdb.ada/attr_ref_and_charlit.exp: Likewise.
347 * gdb.ada/bp_on_var.exp: Likewise.
348 * gdb.ada/call_pn.exp: Likewise.
349 * gdb.ada/complete.exp: Likewise.
350 * gdb.ada/fun_overload_menu.exp: Likewise.
351 * gdb.ada/funcall_param.exp: Likewise.
352 * gdb.ada/funcall_ref.exp: Likewise.
353 * gdb.ada/packed_array_assign.exp: Likewise.
354 * gdb.ada/same_component_name.exp: Likewise.
355 * gdb.ada/type_coercion.exp: Likewise.
356 * gdb.ada/unc_arr_ptr_in_var_rec.exp: Likewise.
357 * gdb.ada/variant_record_packed_array.exp: Likewise.
358
359 2020-05-11 Tom de Vries <tdevries@suse.de>
360
361 PR symtab/25941
362 * gdb.dwarf2/clang-debug-names.exp.in: New include exp file, factored
363 out of ...
364 * gdb.dwarf2/clang-debug-names.exp: ... here.
365 * gdb.dwarf2/clang-debug-names-2.exp: New file. Include
366 clang-debug-names.exp.in.
367 * gdb.dwarf2/clang-debug-names-2-foo.c: New test.
368 * gdb.dwarf2/clang-debug-names-2.c: New test.
369
370 2020-05-10 Alok Kumar Sharma <alokkumar.sharma@amd.com>
371
372 * lib/fortran.exp (fortran_main): New Proc, handle flang MAIN_,
373 (fortran_runto_main): New Proc, fortran version of runto_main.
374 * gdb.fortran/array-bounds-high.exp: Handle flang MAIN_
375 * gdb.fortran/array-bounds.exp: Likewise.
376 * gdb.fortran/array-slices.exp: Likewise.
377 * gdb.fortran/block-data.exp: Likewise.
378 * gdb.fortran/charset.exp: Likewise.
379 * gdb.fortran/common-block.exp: Likewise.
380 * gdb.fortran/complex.exp: Likewise.
381 * gdb.fortran/derived-type-function.exp: Likewise.
382 * gdb.fortran/derived-type.exp: Likewise.
383 * gdb.fortran/info-modules.exp: Likewise.
384 * gdb.fortran/info-types.exp: Likewise.
385 * gdb.fortran/intrinsics.exp: Likewise.
386 * gdb.fortran/library-module.exp: Likewise.
387 * gdb.fortran/logical.exp: Likewise.
388 * gdb.fortran/max-depth.exp: Likewise.
389 * gdb.fortran/module.exp: Likewise.
390 * gdb.fortran/multi-dim.exp: Likewise.
391 * gdb.fortran/nested-funcs.exp: Likewise.
392 * gdb.fortran/print-formatted.exp: Likewise.
393 * gdb.fortran/print_type.exp: Likewise.
394 * gdb.fortran/printing-types.exp: Likewise.
395 * gdb.fortran/ptr-indentation.exp: Likewise.
396 * gdb.fortran/ptype-on-functions.exp: Likewise.
397 * gdb.fortran/subarray.exp: Likewise.
398 * gdb.fortran/vla-alloc-assoc.exp: Likewise.
399 * gdb.fortran/vla-datatypes.exp: Likewise.
400 * gdb.fortran/vla-history.exp: Likewise.
401 * gdb.fortran/vla-ptr-info.exp: Likewise.
402 * gdb.fortran/vla-ptype-sub.exp: Likewise.
403 * gdb.fortran/vla-ptype.exp: Likewise.
404 * gdb.fortran/vla-sizeof.exp: Likewise.
405 * gdb.fortran/vla-type.exp: Likewise.
406 * gdb.fortran/vla-value-sub-arbitrary.exp: Likewise.
407 * gdb.fortran/vla-value-sub-finish.exp: Likewise.
408 * gdb.fortran/vla-value-sub.exp: Likewise.
409 * gdb.fortran/vla-value.exp: Likewise.
410 * gdb.fortran/whatis_type.exp: Likewise.
411 * gdb.mi/mi-var-child-f.exp: Likewise.
412
413 2020-05-09 Tom de Vries <tdevries@suse.de>
414
415 * gdb.dwarf2/clang-debug-names.exp: Remove PR25952 kfail.
416
417 2020-05-08 Tom de Vries <tdevries@suse.de>
418
419 * gdb.dwarf2/clang-debug-names.c: New test.
420 * gdb.dwarf2/clang-debug-names.exp: New file.
421
422 2020-05-06 Simon Marchi <simon.marchi@efficios.com>
423
424 * gdb.arch/amd64-prologue-skip-cf-protection.exp: New file.
425 * gdb.arch/amd64-prologue-skip-cf-protection.c: New file.
426
427 2020-05-06 Tom de Vries <tdevries@suse.de>
428
429 * gdb.reverse/consecutive-precsave.exp: Handle if instruction after
430 breakpoint is at a "recommended breakpoint location".
431 * gdb.reverse/consecutive-reverse.exp: Same.
432
433 2020-05-06 Tom de Vries <tdevries@suse.de>
434
435 * gdb.base/watchpoint-reuse-slot.exp (stepi): Print $pc to get current
436 address.
437
438 2020-05-06 Tom de Vries <tdevries@suse.de>
439
440 * gdb.base/watchpoint-reuse-slot.exp: Fix incorrect assignment.
441
442 2020-05-06 Tom de Vries <tdevries@suse.de>
443
444 * gdb.base/store.exp (check_set, up_set): Allowing missing location
445 info for r.
446
447 2020-05-06 Tom de Vries <tdevries@suse.de>
448
449 * gdb.base/shlib-call.exp: Add extra step to reach shmain.c:42, if
450 necessary.
451
452 2020-05-06 Tom de Vries <tdevries@suse.de>
453
454 * lib/unbuffer_output.c (gdb_unbuffer_output): Change return type to
455 void.
456
457 2020-05-06 Tom de Vries <tdevries@suse.de>
458
459 * lib/gdb.exp (is_stmt_addresses, hex_in_list): New proc, factored out
460 of ...
461 * gdb.base/async.exp: ... here.
462 * gdb.base/consecutive.exp: Handle if 2nd breakpoint is at a
463 "recommended breakpoint location".
464
465 2020-05-06 Tom de Vries <tdevries@suse.de>
466
467 * gdb.compile/compile-ifunc.exp: Use -Wno-attribute-alias.
468
469 2020-05-04 Tom de Vries <tdevries@suse.de>
470
471 * gdb.base/async.exp: Check whether instruction addresses are a
472 "recommended breakpoint location".
473
474 2020-05-03 Tom Tromey <tom@tromey.com>
475
476 * gdb.base/sepdebug.exp: Remove "catch" test.
477 * gdb.base/break.exp: Remove "catch" test.
478 * gdb.base/default.exp: Update expected output.
479
480 2020-05-02 Tom de Vries <tdevries@suse.de>
481
482 * lib/gdb.exp (supports_mpx_check_pointer_bounds): New proc.
483 * gdb.arch/i386-mpx-call.exp: Use supports_mpx_check_pointer_bounds.
484 * gdb.arch/i386-mpx-map.exp: Same.
485 * gdb.arch/i386-mpx-sigsegv.exp: Same.
486 * gdb.arch/i386-mpx-simple_segv.exp: Same.
487 * gdb.arch/i386-mpx.exp: Same.
488
489 2020-05-02 Tom de Vries <tdevries@suse.de>
490
491 * gdb.base/psym-external-decl.c (main): Add use of variable aaa.
492
493 2020-05-01 Tom de Vries <tdevries@suse.de>
494
495 * gdb.ada/operator_bp.exp: Allow more than required amount of
496 breakpoint.
497
498 2020-05-01 Tom de Vries <tdevries@suse.de>
499
500 * gdb.reverse/until-reverse.c (main): Fix Wunused-result warning.
501
502 2020-04-30 Hannes Domani <ssbssa@yahoo.de>
503
504 PR gdb/18706
505 * gdb.cp/stub-array-size.cc: New test.
506 * gdb.cp/stub-array-size.exp: New file.
507 * gdb.cp/stub-array-size.h: New test.
508 * gdb.cp/stub-array-size2.cc: New test.
509
510 2020-04-30 Hannes Domani <ssbssa@yahoo.de>
511
512 * gdb.python/py-format-string.exp: Adjust pretty_arrays expected
513 output to the new format.
514
515 2020-04-29 Simon Marchi <simon.marchi@efficios.com>
516
517 * gdb.base/break.exp: Use with_test_prefix.
518
519 2020-04-29 Tom de Vries <tdevries@suse.de>
520
521 * lib/gdb.exp (debug_types): New proc.
522 * gdb.guile/scm-symtab.exp: Add xfail for PR gcc/90232.
523 * gdb.python/py-symtab.exp: Same.
524
525 2020-04-29 Hannes Domani <ssbssa@yahoo.de>
526
527 PR gdb/17320
528 * gdb.base/pretty-array.c: New test.
529 * gdb.base/pretty-array.exp: New file.
530
531 2020-04-29 Tom de Vries <tdevries@suse.de>
532
533 PR symtab/25889
534 * gdb.cp/cpexprs.exp: Adapt for inclusion.
535 * gdb.cp/cpexprs-debug-types.exp: New file. Set -fdebug-types-section
536 and include cpexprs.exp.
537
538 2020-04-28 Mark Williams <mark@myosotissp.com>
539
540 PR gdb/24480
541 * dw4-toplevel-types.exp: Test for top level types.
542 * dw4-toplevel-types.cc: Test for top level types.
543
544 2020-04-28 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
545
546 * gdb.threads/stop-with-handle.exp: Fix typo in comment
547 (theads -> threads).
548
549 2020-04-28 Tom de Vries <tdevries@suse.de>
550
551 * gdb.opt/inline-cmds.exp: Set KFAIL PR.
552
553 2020-04-28 Tom de Vries <tdevries@suse.de>
554
555 * gdb.base/info-macros.exp: Remove KFAIL. Add missing trailing ".*".
556
557 2020-04-28 Tom de Vries <tdevries@suse.de>
558
559 * gdb.ada/array_ptr_renaming.exp: Add PR number in KFAIL.
560
561 2020-04-28 Tom de Vries <tdevries@suse.de>
562
563 * gdb.dwarf2/main-foo.c: New test.
564 * gdb.dwarf2/struct-with-sig.exp: New file.
565
566 2020-04-25 Tom de Vries <tdevries@suse.de>
567
568 * boards/debug-types.exp: New file.
569
570 2020-04-25 Andrew Burgess <andrew.burgess@embecosm.com>
571
572 * gdb.btrace/multi-inferior.exp: Avoid paths in test names.
573
574 2020-04-24 Tom Tromey <tom@tromey.com>
575
576 PR symtab/12707:
577 * gdb.python/py-symbol.exp: Update expected results for
578 linkage_name test.
579 * gdb.cp/print-demangle.exp: New file.
580 * gdb.base/c-linkage-name.exp: Fix test.
581 * gdb.guile/scm-symbol.exp: Update expected results for
582 linkage_name test.
583
584 2020-04-24 Tom Tromey <tom@tromey.com>
585
586 * gdb.dwarf2/dw2-namespaceless-anonymous.S: Remove.
587 * gdb.dwarf2/dw2-namespaceless-anonymous.c: New file.
588 * gdb.dwarf2/dw2-namespaceless-anonymous.exp: Use DWARF
589 assembler.
590
591 2020-04-24 Tom de Vries <tdevries@suse.de>
592
593 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: Set language of CU to
594 C++.
595
596 2020-04-24 Tom Tromey <tromey@adacore.com>
597
598 * gdb.ada/frame_arg_lang.exp: Run with multiple -fgnat-encodings
599 values.
600 * gdb.ada/funcall_ref.exp: Run with multiple -fgnat-encodings
601 values. Update test for minimal encodings.
602 * gdb.ada/lang_switch.exp: Update test for minimal encodings.
603 * gdb.ada/var_rec_arr.exp: Run with multiple -fgnat-encodings
604 values. Update test for minimal encodings.
605
606 2020-04-24 Tom Tromey <tromey@adacore.com>
607
608 PR python/23662:
609 * gdb.ada/variant.exp: Add Python checks.
610 * gdb.rust/simple.exp: Add dynamic type checks.
611
612 2020-04-24 Tom Tromey <tromey@adacore.com>
613
614 * gdb.ada/mi_var_array.exp: Try all -fgnat-encodings settings.
615 Make array type matching more lax.
616 * gdb.ada/mi_var_union.exp: Try all -fgnat-encodings settings.
617 * gdb.ada/mi_variant.exp: New file.
618 * gdb.ada/mi_variant/pck.ads: New file.
619 * gdb.ada/mi_variant/pkg.adb: New file.
620 * gdb.ada/packed_tagged.exp: Try all -fgnat-encodings settings.
621 * gdb.ada/unchecked_union.exp: Try all -fgnat-encodings settings.
622
623 2020-04-24 Tom Tromey <tromey@adacore.com>
624
625 * gdb.ada/variant.exp: Add dynamic field offset tests.
626 * gdb.ada/variant/pck.ads (Nested_And_Variable): New type.
627 * gdb.ada/variant/pkg.adb: Add new variables.
628
629 2020-04-24 Tom Tromey <tromey@adacore.com>
630
631 * gdb.ada/variant.exp: New file
632 * gdb.ada/variant/pkg.adb: New file
633 * gdb.ada/variant/pck.adb: New file
634
635 2020-04-24 Tom de Vries <tdevries@suse.de>
636
637 * lib/gdb.exp (clean_restart): Reset errcnt and warncnt.
638
639 2020-04-24 Tom de Vries <tdevries@suse.de>
640
641 * gdb.dwarf2/dwzbuildid.exp: Add quiet to dwzbuildid-mismatch compile
642 flags.
643
644 2020-04-24 Tom de Vries <tdevries@suse.de>
645
646 * gdb.dwarf2/dw2-error.exp: Add quiet to compile flags.
647
648 2020-04-24 Tom de Vries <tdevries@suse.de>
649
650 * lib/gdb.exp (default_gdb_start): Handle eof.
651 (clean_restart): Detect and handle gdb_start failure. Return -1 upon
652 failure.
653 * gdb.base/readnever.exp: Handle clean_restart failure.
654
655 2020-04-23 Tom de Vries <tdevries@suse.de>
656
657 * gdb.base/decl-before-def.exp: Run to main and print a again.
658
659 2020-04-23 Tom de Vries <tdevries@suse.de>
660
661 * gdb.base/decl-before-def-decl.c: New test.
662 * gdb.base/decl-before-def-def.c: New test.
663 * gdb.base/decl-before-def.exp: New file.
664
665 2020-04-23 Tom de Vries <tdevries@suse.de>
666
667 * gdb.base/readnever.exp: Skip if GDBFLAGS contain -readnow/--readnow.
668
669 2020-04-22 Tom de Vries <tdevries@suse.de>
670
671 * gdb.mi/dw2-ref-missing-frame-func.c (.debug_aranges): Fix
672 debug_info_offset.
673 * gdb.mi/dw2-ref-missing-frame.exp: Make sure $objfuncfile comes
674 before $objsfile in the line line.
675
676 2020-04-22 Tom de Vries <tdevries@suse.de>
677
678 * gdb.dlang/watch-loc.c (.debug_aranges): Fix _Dmain length.
679
680 2020-02-18 Mihails Strasuns <mihails.strasuns@intel.com>
681
682 * gdb.base/jit-attach-pie.c: Use jit-protocol.h.
683 * gdb.base/jit-elf-main.c: Use jit-protocol.h.
684 * gdb.base/jit-reader-host.c: Use jit-protocol.h.
685 * gdb.base/jit-reader-simple-jit.c: Use jit-protocol.h.
686 * gdb.base/jit-protocol.h: Update definitions to match all usage
687 contexts.
688
689 2020-02-18 Mihails Strasuns <mihails.strasuns@intel.com>
690
691 * gdb.base: Rename all jit related test and source files.
692
693 2020-02-18 Mihails Strasuns <mihails.strasuns@intel.com>
694
695 * gdb.base/jit-reader.exp: Relax register output check.
696
697 2020-04-22 Tom de Vries <tdevries@suse.de>
698
699 PR symtab/25764
700 * gdb.base/psym-external-decl-2.c: New test.
701 * gdb.base/psym-external-decl.c: New test.
702 * gdb.base/psym-external-decl.exp: New file.
703 * gdb.threads/tls.exp: Add PR25807 kfail.
704
705 2020-04-22 Tom de Vries <tdevries@suse.de>
706
707 PR symtab/25801
708 * gdb.dwarf2/imported-unit.exp: Test that we can get imported_unit.c
709 in "info source" output.
710
711 2020-04-22 Tom de Vries <tdevries@suse.de>
712
713 PR symtab/25700
714 * gdb.dwarf2/imported-unit.exp: Verify that there's only one partial
715 symtab for imported_unit.c.
716
717 2020-04-21 Gary Benson <gbenson@redhat.com>
718
719 * gdb.base/advance.c (func): New argument, to match call site.
720 (func2, func3): Add return statements.
721
722 2020-04-21 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
723
724 * gdb.multi/run-only-second-inf.c: New file.
725 * gdb.multi/run-only-second-inf.exp: New file.
726
727 2020-04-21 Markus Metzger <markus.t.metzger@intel.com>
728
729 * gdb.btrace/multi-inferior.c: New test.
730 * gdb.btrace/multi-inferior.exp: New file.
731
732 2020-04-21 Markus Metzger <markus.t.metzger@intel.com>
733
734 * gdb.btrace/enable-new-thread.c: New test.
735 * gdb.btrace/enable-new-thread.exp: New file.
736
737 2020-04-21 Tom de Vries <tdevries@suse.de>
738
739 PR gdb/25471
740 * gdb.threads/killed-outside.c: New test.
741 * gdb.threads/killed-outside.exp: New file.
742
743 2020-04-20 Gary Benson <gbenson@redhat.com>
744
745 * gdb.base/nested-subp1.exp: Use support_nested_function_tests.
746 * gdb.base/nested-subp2.exp: Likewise.
747 * gdb.base/nested-subp3.exp: Likewise.
748
749 2020-04-20 Gary Benson <gbenson@redhat.com>
750
751 * gdb.base/nested-subp1.exp: Disable test when using clang.
752 * gdb.base/nested-subp2.exp: Likewise.
753 * gdb.base/nested-subp3.exp: Likewise.
754
755 2020-04-20 Gary Benson <gbenson@redhat.com>
756
757 * gdb.cp/exception.cc: Fix compilation error with clang.
758
759 2020-04-20 Gary Benson <gbenson@redhat.com>
760
761 * gdb.trace/tspeed.c: Fix compilation error with clang.
762
763 2020-04-20 Gary Benson <gbenson@redhat.com>
764
765 * gdb.base/jit-main.c: Fix compilation error with clang.
766
767 2020-04-17 Kamil Rytarowski <n54@gmx.com>
768
769 * gdb.base/attach-twice.c: Include "sys/types.h".
770 (PTRACE_ATTACH): Add fallback definition.
771 (main): Pass `0' to the 4th argument of `ptrace'.
772
773 2020-04-17 Kamil Rytarowski <n54@gmx.com>
774
775 * gdb.base/fork-running-state.c: Include "signal.h".
776
777 2020-04-17 Tom Tromey <tromey@adacore.com>
778
779 * gdb.cp/maint.exp (test_help): Simplify multiple_help_body.
780 Update tests.
781 * gdb.btrace/cpu.exp: Update tests.
782 * gdb.base/maint.exp: Update tests.
783 * gdb.base/default.exp: Update tests.
784 * gdb.base/completion.exp: Update tests.
785
786 2020-04-16 Tom de Vries <tdevries@suse.de>
787
788 PR symtab/25791
789 * gdb.dwarf2/gdb-add-index.exp (add_gdb_index): Move ...
790 (ensure_gdb_index): and factor out and move ...
791 * lib/gdb.exp (add_gdb_index, ensure_gdb_index): ... here.
792 * gdb.dwarf2/imported-unit-runto-main.exp: New file.
793
794 2020-04-16 Tom de Vries <tdevries@suse.de>
795
796 * gdb.base/maint-expand-symbols-header-file.exp: Set language before
797 loading exec.
798
799 2020-04-15 Andrew Burgess <andrew.burgess@embecosm.com>
800
801 * gdb.base/many-completions.exp: New file.
802
803 2020-04-14 Tom de Vries <tdevries@suse.de>
804
805 PR symtab/25718
806 * gdb.dwarf2/dw2-symtab-includes.exp: New file.
807
808 2020-04-14 Tom de Vries <tdevries@suse.de>
809
810 PR symtab/25720
811 * gdb.base/maint-expand-symbols-header-file.c: New test.
812 * gdb.base/maint-expand-symbols-header-file.exp: New file.
813 * gdb.base/maint-expand-symbols-header-file.h: New test.
814
815 2020-04-14 Andrew Burgess <andrew.burgess@embecosm.com>
816
817 * gdb.dwarf2/dw2-inline-many-frames.exp (get_func_info): Delete.
818 * gdb.dwarf2/dw2-inline-small-func.exp: Pass options to
819 get_func_info.
820 (get_func_info): Delete.
821 * gdb.dwarf2/dw2-is-stmt-2.exp (get_func_info): Delete.
822 * gdb.dwarf2/dw2-is-stmt.exp (get_func_info): Delete.
823 * lib/dwarf.exp (get_func_info): New function.
824
825 2020-04-13 Tom de Vries <tdevries@suse.de>
826
827 * lib/ada.exp (find_ada_tool): Pass --GCC and -B to gnatlink, similar
828 to what find_gnatmake does.
829
830 2020-04-10 Tom de Vries <tdevries@suse.de>
831
832 * gdb.base/style.exp: Expect "Expanding full symbols" message for
833 -readnow.
834
835 2020-04-10 Tom de Vries <tdevries@suse.de>
836
837 PR cli/25808
838 * gdb.base/style.c: Add leading newlines.
839 * gdb.base/style.exp: Use gdb_get_line_number to get specific lines.
840 Check listing of main's one-line body.
841
842 2020-04-08 Tom de Vries <tdevries@suse.de>
843
844 * lib/gdb.exp (psymtabs_p): New proc.
845 * gdb.dwarf2/imported-unit.exp: Mark "no static partial symbols in
846 importing unit" unsupported if there are no partial symbols.
847
848 2020-04-08 Tom de Vries <tdevries@suse.de>
849
850 PR testsuite/25760
851 * gdb.ada/call_pn.exp: Call "maint expand-symtabs". Add xfails.
852
853 2020-04-07 Tom de Vries <tdevries@suse.de>
854
855 PR symtab/25796
856 * gdb.dwarf2/imported-unit-abstract-const-value.exp: New file.
857
858 2020-04-07 Tom de Vries <tdevries@suse.de>
859
860 * gdb.base/check-psymtab.c: New test.
861 * gdb.base/check-psymtab.exp: New file.
862
863 2020-04-06 Tom Tromey <tromey@adacore.com>
864
865 * gdb.ada/variant-record/proc.adb: New file.
866 * gdb.ada/variant-record/value.adb: New file.
867 * gdb.ada/variant-record/value.s: New file.
868 * gdb.ada/variant-record.exp: New file.
869
870 2020-04-03 Hannes Domani <ssbssa@yahoo.de>
871
872 PR gdb/25325
873 * gdb.cp/typed-enum.cc: New test.
874 * gdb.cp/typed-enum.exp: New file.
875
876 2020-04-02 Andrew Burgess <andrew.burgess@embecosm.com>
877
878 * gdb.dwarf2/dw2-inline-small-func-lbls.c: New file.
879 * gdb.dwarf2/dw2-inline-small-func.c: New file.
880 * gdb.dwarf2/dw2-inline-small-func.exp: New file.
881 * gdb.dwarf2/dw2-inline-small-func.h: New file.
882 * gdb.opt/inline-small-func.c: New file.
883 * gdb.opt/inline-small-func.exp: New file.
884 * gdb.opt/inline-small-func.h: New file.
885
886 2020-04-02 Andrew Burgess <andrew.burgess@embecosm.com>
887
888 * lib/dwarf.exp (Dwarf::lines::program::DW_LNS_set_file): New
889 function.
890
891 2020-04-02 Andrew Burgess <andrew.burgess@embecosm.com>
892
893 * lib/dwarf.exp (function_range): Allow compiler options to be
894 specified.
895
896 2020-04-02 Tom de Vries <tdevries@suse.de>
897
898 * gdb.dwarf2/break-inline-psymtab-2.c (bar): Add
899 __attribute__((always_inline)).
900 * gdb.dwarf2/break-inline-psymtab.exp: Don't use -O2.
901
902 2020-04-02 Tom de Vries <tdevries@suse.de>
903
904 * lib/gdbserver-support.exp (gdbserver_exit): Factor out of ...
905 (gdbserver_gdb_exit): ... here. Add timeout warning.
906 * gdb.multi/multi-target.exp (server_spawn_ids): New global var.
907 (connect_target_extended_remote): Append new server_spawn_id to
908 server_spawn_ids.
909 (cleanup): New proc.
910 (setup, <toplevel>): Call cleanup.
911
912 2020-04-02 Tom de Vries <tdevries@suse.de>
913
914 * gdb.base/main-psymtab.exp: New file.
915
916 2020-04-02 Tom de Vries <tdevries@suse.de>
917
918 * gdb.fortran/mixed-lang-stack.exp: Accept new complex printing style.
919
920 2020-04-01 Tom Tromey <tom@tromey.com>
921
922 * gdb.base/complex-parts.exp: Add type tests.
923
924 2020-04-01 Tom Tromey <tom@tromey.com>
925
926 * gdb.base/complex-parts.exp: Add arithmetic tests.
927
928 2020-04-01 Tom Tromey <tom@tromey.com>
929
930 * gdb.compile/compile.exp: Update.
931 * gdb.compile/compile-cplus.exp: Update.
932 * gdb.base/varargs.exp: Update.
933 * gdb.base/floatn.exp: Update.
934 * gdb.base/endianity.exp: Update.
935 * gdb.base/callfuncs.exp (do_function_calls): Update.
936 * gdb.base/funcargs.exp (complex_args, complex_integral_args)
937 (complex_float_integral_args): Update.
938 * gdb.base/complex.exp: Update.
939 * gdb.base/complex-parts.exp: Update.
940
941 2020-04-01 Tom Tromey <tromey@adacore.com>
942
943 * gdb.rust/union.rs: New file.
944 * gdb.rust/union.exp: New file.
945 * gdb.rust/simple.rs (Union, Union2): Move to union.rs.
946 (main): Update.
947 * gdb.rust/simple.exp: Move union tests to union.exp.
948
949 2020-04-01 Tom Tromey <tromey@adacore.com>
950
951 * gdb.rust/simple.rs (main): Remove "y0".
952
953 2020-04-01 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
954
955 * gdb.multi/stop-all-on-exit.c: New test.
956 * gdb.multi/stop-all-on-exit.exp: New file.
957
958 2020-04-01 Hannes Domani <ssbssa@yahoo.de>
959
960 PR gdb/24789
961 * gdb.cp/misc.cc: Add integer reference variable.
962 * gdb.cp/misc.exp: Add test.
963
964 2020-04-01 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
965
966 * gdb.server/stop-reply-no-thread.exp: Enhance the test
967 scenario to cover execution until the end and also the case
968
969 2020-03-31 Tom de Vries <tdevries@suse.de>
970
971 * gdb.base/c-linkage-name.exp: Fix test-case comment. Set language to
972 c. Use "maint info symtabs" to check symtab expansion.
973
974 2020-03-30 Tom de Vries <tdevries@suse.de>
975
976 * gdb.base/c-linkage-name.exp: Use readnow call to mark a test
977 unsupported.
978 (verify_psymtab_expanded): Move ...
979 * lib/gdb.exp (verify_psymtab_expanded): ... here. Add unsupported
980 test.
981 (readnow): New proc.
982
983 2020-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
984
985 * gdb.fortran/mixed-lang-stack.exp: Replace two hard coded address
986 with $hex.
987
988 2020-03-20 Tom Tromey <tromey@adacore.com>
989
990 * gdb.dwarf2/dw2-ranges-base.exp: Update regular expressions.
991
992 2020-03-20 Tom Tromey <tromey@adacore.com>
993
994 * gdb.ada/sub_variant/subv.adb: New file.
995 * gdb.ada/sub_variant.exp: New file.
996
997 2020-03-20 Tom de Vries <tdevries@suse.de>
998
999 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): Bail out if
1000 first break fails.
1001 * gdb.threads/step-over-trips-on-watchpoint.exp: (do_test): Same.
1002
1003 2020-03-19 Andrew Burgess <andrew.burgess@embecosm.com>
1004
1005 * gdb.server/exit-multiple-threads.c: New file.
1006 * gdb.server/exit-multiple-threads.exp: New file.
1007
1008 2020-03-19 Andrew Burgess <andrew.burgess@embecosm.com>
1009
1010 * gdb.fortran/mixed-lang-stack.c: New file.
1011 * gdb.fortran/mixed-lang-stack.cpp: New file.
1012 * gdb.fortran/mixed-lang-stack.exp: New file.
1013 * gdb.fortran/mixed-lang-stack.f90: New file.
1014
1015 2020-03-19 Andrew Burgess <andrew.burgess@embecosm.com>
1016
1017 * gdb.linespec/cp-completion-aliases.cc: New file.
1018 * gdb.linespec/cp-completion-aliases.exp: New file.
1019
1020 2020-03-19 Tom de Vries <tdevries@suse.de>
1021
1022 * gdb.opt/inline-locals.exp: Add kfail PR number. Make kfail matching
1023 more precise.
1024
1025 2020-03-18 Tom de Vries <tdevries@suse.de>
1026
1027 * gdb.dwarf2/break-inline-psymtab-2.c: New test.
1028 * gdb.dwarf2/break-inline-psymtab.c: New test.
1029 * gdb.dwarf2/break-inline-psymtab.exp: New file.
1030
1031 2020-03-16 Tom de Vries <tdevries@suse.de>
1032
1033 * lib/cache.exp (gdb_do_cache): Add and handle local variables
1034 cache_verify and cache_verify_proc.
1035
1036 2020-03-15 Tom de Vries <tdevries@suse.de>
1037
1038 * gdb.server/solib-list.exp: Handle
1039 'Load new symbol table from "/lib64/ld-2.26.so"? (y or n)'.
1040
1041 2020-03-15 Tom de Vries <tdevries@suse.de>
1042
1043 * gdb.base/maint.exp: Use exp_continue in long lines for "maint print
1044 objfiles".
1045
1046 2020-03-14 Tom Tromey <tom@tromey.com>
1047
1048 * gdb.base/cvexpr.exp: Add test for _Atomic and restrict.
1049
1050 2020-03-14 Tom de Vries <tdevries@suse.de>
1051
1052 * gdb.mi/mi-fortran-modules.exp: Use exp_continue.
1053
1054 2020-03-14 Tom de Vries <tdevries@suse.de>
1055
1056 * gdb.threads/attach-many-short-lived-threads.exp: Read "info threads"
1057 result in line-by-line fashion.
1058
1059 2020-03-14 Tom de Vries <tdevries@suse.de>
1060
1061 * lib/gdb.exp (supports_statement_frontiers): New proc.
1062 * gdb.cp/step-and-next-inline.exp: Use supports_statement_frontiers.
1063
1064 2020-03-14 Tom de Vries <tdevries@suse.de>
1065
1066 * gdb.base/printcmds.exp: Add missing quoting for "print
1067 teststring2".
1068
1069 2020-03-13 Tom Tromey <tom@tromey.com>
1070
1071 * gdb.base/printcmds.exp (test_print_strings): Add regression
1072 test.
1073 * gdb.base/printcmds.c (charptr): New typedef.
1074 (teststring2): New global.
1075
1076 2020-03-13 Andrew Burgess <andrew.burgess@embecosm.com>
1077
1078 * gdb.base/break-interp.exp: Use the tail of the filename, not the
1079 full path in the test name.
1080 (test_ld): Add some with_test_prefix blocks to make test names
1081 unique.
1082
1083 2020-03-13 Tom de Vries <tdevries@suse.de>
1084
1085 * gdb.mi/mi-sym-info.exp: Fix buffer full errors, and timeouts.
1086
1087 2020-03-13 Tom de Vries <tdevries@suse.de>
1088
1089 * gdb.mi/mi-sym-info.exp: Make matching more precise.
1090
1091 2020-03-13 Tom de Vries <tdevries@suse.de>
1092
1093 PR symtab/25646
1094 * gdb.dwarf2/imported-unit.exp: Add test.
1095
1096 2020-03-13 Tom de Vries <tdevries@suse.de>
1097
1098 * gdb.mi/mi-sym-info-2.c (another_char_t, another_short_t): New typedef.
1099 (var1, var2): New variable.
1100 * gdb.mi/mi-sym-info.exp: Add --name to various commands to restrict
1101 matching symbols.
1102
1103 2020-03-13 Tom de Vries <tdevries@suse.de>
1104
1105 * lib/tuiterm.exp (Term::command_no_prompt_prefix): New proc.
1106 (Term::command): Use prompt prefix.
1107 (Term::enter_tui): Use command_no_prompt_prefix instead of prefix.
1108 * gdb.tui/tui-layout-asm-short-prog.exp: Use
1109 command_no_prompt_prefix instead of prefix.
1110 * gdb.tui/tui-layout-asm.exp: Same.
1111
1112 2020-03-12 Simon Marchi <simon.marchi@efficios.com>
1113
1114 * gdb.base/break-interp.exp: Use foreach_with_prefix.
1115
1116 2020-03-12 Simon Marchi <simon.marchi@efficios.com>
1117
1118 * gdb.arch/amd64-disp-step-avx.S: Add nops after _start.
1119 * gdb.arch/amd64-disp-step-avx.exp: Enable "set debug displaced
1120 on" while stepping over the test instruction, match printed
1121 message.
1122
1123 2020-03-12 Tom de Vries <tdevries@suse.de>
1124
1125 * gdb.base/info-types.exp: Use exp_continue during matching of output
1126 of "info types".
1127
1128 2020-03-12 Tom de Vries <tdevries@suse.de>
1129
1130 * gdb.threads/execl.exp: Delete breakpoint after hitting it.
1131
1132 2020-03-12 Tom de Vries <tdevries@suse.de>
1133
1134 * gdb.fortran/module.exp: Use exp_continue during matching of output
1135 of "info variable -n".
1136
1137 2020-03-12 Tom de Vries <tdevries@suse.de>
1138
1139 * gdb.dwarf2/dw2-ranges-base.exp: Limit "maint info line-table" to
1140 gdb.dwarf2/dw2-ranges-base.c.
1141
1142 2020-03-12 Tom de Vries <tdevries@suse.de>
1143
1144 * gdb.linespec/explicit.exp: Fix "complete non-unique file name" test
1145 in presence of GLIBC debuginfo.
1146
1147 2020-03-12 Tom de Vries <tdevries@suse.de>
1148
1149 * lib/gdb.exp (gdb_core_cmd): Use string_to_regexp for regexp-matching
1150 $core.
1151
1152 2020-03-12 Tom de Vries <tdevries@suse.de>
1153
1154 * lib/gdb.exp (gdb_core_cmd): Make "No such file or directory" regexp
1155 more precise.
1156
1157 2020-03-11 Simon Marchi <simon.marchi@efficios.com>
1158
1159 * lib/gdb.exp (standard_output_file): Use `pwd -W` to convert
1160 from Unix to Windows path.
1161
1162 2020-03-11 Tom de Vries <tdevries@suse.de>
1163
1164 * gdb.ada/minsyms.exp: Set language to ada.
1165
1166 2020-03-11 Tom de Vries <tdevries@suse.de>
1167
1168 * gdb.server/sysroot.exp: Allow GLIBC's printf alias __printf.
1169
1170 2020-03-11 Tom de Vries <tdevries@suse.de>
1171
1172 * gdb.btrace/reconnect.exp: Allow source line pattern after stepi.
1173
1174 2020-03-11 Tom Tromey <tromey@adacore.com>
1175
1176 * gdb.dwarf2/variant.exp: Mark discriminants as artificial.
1177
1178 2020-03-11 Tom de Vries <tdevries@suse.de>
1179
1180 * gdb.base/foll-fork.exp: Allow "Reading in symbols" messages.
1181
1182 2020-03-11 Tom de Vries <tdevries@suse.de>
1183
1184 * gdb.base/break-interp.exp: Limit verbose scope.
1185
1186 2020-03-11 Tom de Vries <tdevries@suse.de>
1187
1188 * gdb.fortran/logical.f90: Define variable with character type.
1189 * gdb.fortran/logical.exp: Use character type instead of uint8_t.
1190
1191 2020-03-11 Tom de Vries <tdevries@suse.de>
1192
1193 * gdb.base/list-ambiguous.exp: Set EDITOR to true.
1194
1195 2020-03-11 Tom de Vries <tdevries@suse.de>
1196
1197 * gdb.ada/access_to_packed_array.exp: Test printing of expanded
1198 symtabs.
1199
1200 2020-03-10 Andrew Burgess <andrew.burgess@embecosm.com>
1201 Bernd Edlinger <bernd.edlinger@hotmail.de>
1202
1203 * gdb.cp/step-and-next-inline.cc: New file.
1204 * gdb.cp/step-and-next-inline.exp: New file.
1205 * gdb.cp/step-and-next-inline.h: New file.
1206 * gdb.dwarf2/dw2-is-stmt.c: New file.
1207 * gdb.dwarf2/dw2-is-stmt.exp: New file.
1208 * gdb.dwarf2/dw2-is-stmt-2.c: New file.
1209 * gdb.dwarf2/dw2-is-stmt-2.exp: New file.
1210 * gdb.dwarf2/dw2-ranges-base.exp: Update line table pattern.
1211
1212 2020-03-10 Andrew Burgess <andrew.burgess@embecosm.com>
1213
1214 * lib/dwarf.exp (Dwarf::lines) Add support for modifying the
1215 is-stmt flag in the line table.
1216
1217 2020-03-09 Tom de Vries <tdevries@suse.de>
1218
1219 * lib/gdb.exp (cached_file): Create cache dir.
1220
1221 2020-03-07 Tom de Vries <tdevries@suse.de>
1222
1223 * gdb.cp/ref-params.exp: Compare build_executable result with -1.
1224 * gdb.cp/rvalue-ref-params.exp: Same.
1225
1226 2020-03-06 Tom de Vries <tdevries@suse.de>
1227
1228 * lib/gdb.exp (tentative_rename, cached_file): New proc.
1229 * boards/cc-with-tweaks.exp: Use cached_file to create gdb.sh.
1230
1231 2020-03-06 Tom de Vries <tdevries@suse.de>
1232
1233 * README: Fix "the the".
1234 * gdb.base/dprintf.exp: Same.
1235
1236 2020-03-05 Tom de Vries <tdevries@suse.de>
1237
1238 * gdb.base/maint.exp: Update "main print statistics" expected output.
1239
1240 2020-03-04 Alok Kumar Sharma <AlokKumar.Sharma@amd.com>
1241
1242 * lib/fortran.exp (fortran_int4): Handle flang kind printing.
1243 (fortran_int8): Likewise.
1244 (fortran_real4): Likewise.
1245 (fortran_real8): Likewise.
1246 (fortran_complex4): Likewise.
1247 (fortran_logical4): Likewise.
1248 (fortran_character1): Likewise.
1249
1250 2020-03-03 Andrew Burgess <andrew.burgess@embecosm.com>
1251
1252 * gdb.fortran/logical.exp: Add tests that any non-zero value is
1253 printed as true.
1254
1255 2020-03-03 Sergio Durigan Junior <sergiodj@redhat.com>
1256
1257 * gdb.base/printcmds.exp: Add test to verify printf of a
1258 variable holding an address.
1259
1260 2020-03-03 Tom de Vries <tdevries@suse.de>
1261
1262 * gdb.mi/gdb2549.exp: Fix "register values t" check-read1 timeout.
1263
1264 2020-03-03 Tom de Vries <tdevries@suse.de>
1265
1266 * gdb.mi/list-thread-groups-available.exp: Use -prompt syntax for
1267 gdb_test_multiple call.
1268
1269 2020-03-03 Tom de Vries <tdevries@suse.de>
1270
1271 * gdb.mi/mi-sym-info.exp: Add missing -prompt "$mi_gdb_prompt$" to
1272 gdb_test_multiple calls.
1273
1274 2020-03-02 Andrew Burgess <andrew.burgess@embecosm.com>
1275
1276 * gdb.base/default.exp: Remove test of 'set history filename'.
1277 * gdb.base/gdbinit-history.exp: Add tests for setting the history
1278 filename to the empty string.
1279 * lib/gdb.exp (gdb_init): Unset environment variables GDBHISTFILE
1280 and GDBHISTSIZE.
1281
1282 2020-03-02 Andrew Burgess <andrew.burgess@embecosm.com>
1283
1284 * gdb.server/stop-reply-no-thread.exp: Add test where T packet is
1285 disabled.
1286
1287 2020-03-02 Pedro Alves <palves@redhat.com>
1288 Tom de Vries <tdevries@suse.de>
1289
1290 * lib/gdb.exp (gdb_test_multiple): Handle prompt_regexp option using
1291 -prompt prefix, before user_code argument. Add -lbl option likewise.
1292 (skip_python_tests_prompt, skip_libstdcxx_probe_tests_prompt)
1293 (gdb_is_target_1): Add -prompt prefix and move to before user_code
1294 argument.
1295 * gdb.base/corefile-buildid.exp: Use -lbl option. Rewrite regexps to
1296 have "\r\n" at start-of-line, instead of at end-of-line.
1297
1298 2020-02-28 Simon Marchi <simon.marchi@efficios.com>
1299
1300 * lib/trace-support.exp (get_in_proc_agent): Adjust path to
1301 libinproctrace.so.
1302
1303 2020-02-28 Luis Machado <luis.machado@linaro.org>
1304
1305 * gdb.arch/aarch64-fp.exp: Switch from "info registers" command
1306 to "p/x".
1307
1308 2020-02-28 Luis Machado <luis.machado@linaro.org>
1309
1310 * gdb.arch/aarch64-dbreg-contents.c: Include stdlib.h, unistd.h,
1311 asm/ptrace.h and error.h.
1312
1313 2020-02-28 Tom de Vries <tdevries@suse.de>
1314
1315 * gdb.base/c-linkage-name.c (main): Call do_something_other_cu.
1316 (struct wrapper, do_something, mundane/symada__cS): Move ...
1317 * gdb.base/c-linkage-name-2.c: ... here. New source file.
1318 * gdb.base/c-linkage-name.exp: Add verification of psymtab expansion.
1319 Update "print symada__cS before partial symtab expansion" regexp.
1320 Update breakpoint location. Flush symbol cache after expansion.
1321
1322 2020-02-28 Luis Machado <luis.machado@linaro.org>
1323
1324 * gdb.arch/aarch64-pauth.exp: Recognize optional PAC output.
1325
1326 2020-02-27 Tom de Vries <tdevries@suse.de>
1327
1328 * config/sid.exp: Remove unused globals.
1329 * gdb.base/attach.exp: Same.
1330 * gdb.base/catch-load.exp: Same.
1331 * gdb.base/dbx.exp: Same.
1332 * lib/gdb.exp: Same.
1333 * lib/mi-support.exp: Same.
1334 * lib/prompt.exp: Same.
1335
1336 2020-02-27 Tom de Vries <tdevries@suse.de>
1337
1338 * lib/tuiterm.exp (spawn): Handle case that spawn_out(slave,name) is
1339 not set.
1340
1341 2020-02-26 Aaron Merey <amerey@redhat.com>
1342
1343 * gdb.debuginfod: New directory for debuginfod tests.
1344 * gdb.debuginfod/main.c: New test file.
1345 * gdb.debuginfod/fetch_src_and_symbols.exp: New tests.
1346
1347 2020-02-26 Tom de Vries <tdevries@suse.de>
1348
1349 PR gdb/25603
1350 * gdb.base/persistent-lang.cc: New test.
1351 * gdb.base/persistent-lang.exp: New file.
1352
1353 2020-02-25 Andrew Burgess <andrew.burgess@embecosm.com>
1354
1355 * gdb.fortran/derived-type-striding.exp: Add a new test.
1356 * gdb.fortran/derived-type-striding.f90: Add pointer variable for
1357 new test.
1358
1359 2020-02-25 Andrew Burgess <andrew.burgess@embecosm.com>
1360
1361 * gdb.base/cached-source-file.exp: Avoid source file paths in test
1362 names.
1363
1364 2020-02-25 Tom de Vries <tdevries@suse.de>
1365
1366 PR go/18926
1367 * gdb.go/methods.exp: Remove gcc/93866 xfail.
1368
1369 2020-02-24 Tom de Vries <tdevries@suse.de>
1370
1371 PR gdb/25592
1372 * gdb.base/info-locals-unused-static-var.c: New test.
1373 * gdb.base/info-locals-unused-static-var.exp: New file.
1374
1375 2020-02-22 Tom Tromey <tom@tromey.com>
1376
1377 * gdb.python/tui-window.exp: New file.
1378 * gdb.python/tui-window.py: New file.
1379
1380 2020-02-22 Tom Tromey <tom@tromey.com>
1381
1382 PR tui/17850:
1383 * gdb.tui/new-layout.exp: Add horizontal layout and winheight
1384 tests.
1385
1386 2020-02-22 Tom Tromey <tom@tromey.com>
1387
1388 * gdb.tui/new-layout.exp: Add sub-layout tests.
1389
1390 2020-02-22 Tom Tromey <tom@tromey.com>
1391
1392 * gdb.tui/new-layout.exp: New file.
1393
1394 2020-02-22 Tom Tromey <tom@tromey.com>
1395
1396 * gdb.rust/rust-style.rs: New file.
1397 * gdb.rust/rust-style.exp: New file.
1398 * gdb.base/style.exp: Test structure printing.
1399 * gdb.base/style.c (struct some_struct): New type.
1400 (enum etype): New type.
1401 (struct_value): New global.
1402
1403 2020-02-21 Tom de Vries <tdevries@suse.de>
1404
1405 PR go/18926
1406 * lib/gdb.exp (bp_location2/bp_location2_regexp): Fix.
1407 Remove blanket xfails. Use message argument for gdb_breakpoint.
1408 Make continuing to breakpoint test conditional on setting breakpoint.
1409 Fix continuing to breakpoint regexp. Add xfails for gccgo-6/7
1410 DW_AT_name attribute. Add xfail for GCC PR93866.
1411
1412 2020-02-21 Andrew Burgess <andrew.burgess@embecosm.com>
1413
1414 * gdb.dwarf2/cpp-linkage-name.c: New file.
1415 * gdb.dwarf2/cpp-linkage-name.exp: New file.
1416
1417 2020-02-21 Shahab Vahedi <shahab@synopsys.com>
1418
1419 * lib/gdb.exp (gdb_wrapper_init): Reset
1420 "gdb_wrapper_initialized" to 0 if "wrapper_file" does
1421 not exist.
1422
1423 2020-02-20 Tom de Vries <tdevries@suse.de>
1424
1425 PR go/17018
1426 * gdb.go/hello.exp: Copy ...
1427 * gdb.go/global-local-var-shadow.exp: ... here. New file. Expect
1428 print of st to print value of global definition. Add xfail for GCC
1429 PR93844.
1430 * gdb.go/hello.exp: Remove printing of st before definition.
1431 * gdb.go/hello.go: Copy ...
1432 * gdb.go/global-local-var-shadow.go: ... here. New test. Rename myst
1433 to st.
1434 * gdb.go/hello.go: Remove myst. Remove comment about shadowing.
1435
1436 2020-02-20 Tom de Vries <tdevries@suse.de>
1437
1438 * lib/gdb.exp (support_go_compile): New gdb_caching_proc.
1439 (gdb_simple_compile): Handle compile_flags go by using .go extension
1440 for source file.
1441 * gdb.go/chan.exp: Use support_go_compile.
1442 * gdb.go/handcall.exp: Same.
1443 * gdb.go/hello.exp: Same.
1444 * gdb.go/integers.exp: Same.
1445 * gdb.go/max-depth.exp: Same.
1446 * gdb.go/methods.exp: Same.
1447 * gdb.go/package.exp: Same.
1448 * gdb.go/strings.exp: Same.
1449 * gdb.go/types.exp: Same.
1450 * gdb.go/unsafe.exp: Same.
1451
1452 2020-02-19 Tom de Vries <tdevries@suse.de>
1453
1454 * gdb.python/lib-types.exp: Make xfail more strict.
1455
1456 2020-02-19 Tom de Vries <tdevries@suse.de>
1457
1458 * gdb.ada/funcall_ref.exp: Replace xfail setup by unsupported check.
1459
1460 2020-02-19 Doug Evans <dje@google.com>
1461
1462 PR rust/25535
1463 * gdb.rust/simple.exp: Add test.
1464 * gdb.rust/simple.rs: Add test.
1465
1466 2020-02-19 Tom de Vries <tdevries@suse.de>
1467
1468 * gdb.base/corefile-buildid.exp (check_exec_file): Match info files
1469 output line-by-line.
1470
1471 2020-02-19 Tom de Vries <tdevries@suse.de>
1472
1473 * gdb.cp/cpexprs.exp: Remove c++/14186 kfail.
1474
1475 2020-02-19 Tom de Vries <tdevries@suse.de>
1476
1477 * gdb.base/solib-overlap.exp: Use exec instead of system to execute
1478 prelink.
1479
1480 2020-02-19 Tom de Vries <tdevries@suse.de>
1481
1482 * lib/cache.exp (ignore_pass, gdb_do_cache_wrap): New proc.
1483 (gdb_do_cache): Use gdb_do_cache_wrap.
1484 * gdb.base/gdb-caching-proc.exp (test_proc): Use gdb_do_cache_wrap.
1485
1486 2020-02-19 Tom de Vries <tdevries@suse.de>
1487
1488 * lib/dtrace.exp (dtrace_build_usdt_test_program): Use quiet as
1489 gdb_compile option.
1490
1491 2020-02-18 Simon Marchi <simon.marchi@efficios.com>
1492
1493 * gdb.base/printcmds.exp (test_print_enums): Update expected
1494 output.
1495
1496 2020-02-18 Simon Marchi <simon.marchi@efficios.com>
1497
1498 * gdb.base/printcmds.exp (test_print_enums): Expect hex values
1499 for "unknown".
1500
1501 2020-02-18 Simon Marchi <simon.marchi@efficios.com>
1502
1503 * gdb.base/printcmds.c (enum flag_enum): Add FE_TWO_LEGACY
1504 enumerator.
1505
1506 2020-02-18 Simon Marchi <simon.marchi@efficios.com>
1507
1508 * gdb.base/printcmds.c (enum flag_enum): Prefix enumerators with
1509 FE_, add FE_NONE.
1510 (three): Update.
1511 (enum flag_enum_without_zero): New enum.
1512 (flag_enum_without_zero): New variable.
1513 (enum not_flag_enum): New enum.
1514 (three_not_flag): New variable.
1515 * gdb.base/printcmds.exp (test_artificial_arrays): Update.
1516 (test_print_enums): Add more tests for printing flag enums.
1517
1518 2020-02-18 Tom de Vries <tdevries@suse.de>
1519
1520 * lib/ada.exp (gdb_compile_ada_1): Factor out of ...
1521 (gdb_compile_ada): ... here.
1522 (gnat_runtime_has_debug_info): Remove fail call for gdb_compile_ada
1523 failure. Use gdb_compile_ada_1 instead of gdb_compile_ada.
1524
1525 2020-02-14 Tom Tromey <tom@tromey.com>
1526
1527 * lib/gdbserver-support.exp (find_gdbserver): Find gdbserver in
1528 build directory.
1529 * boards/gdbserver-base.exp: Update path to gdbserver.
1530
1531 2020-02-13 Tom de Vries <tdevries@suse.de>
1532
1533 * lib/ada.exp (gdb_compile_ada): Delete stale exec before compilation.
1534
1535 2020-02-13 Tom de Vries <tdevries@suse.de>
1536
1537 * gdb.ada/catch_ex_std.exp: Indicate unsupported if gnatbind/gnatlink
1538 are missing.
1539
1540 2020-02-13 Tom de Vries <tdevries@suse.de>
1541
1542 * lib/ada.exp (gnatmake_version_at_least): Wrap exec call in a catch
1543 call.
1544
1545 2020-02-11 Sergio Durigan Junior <sergiodj@redhat.com>
1546
1547 PR tui/25126
1548 https://bugzilla.redhat.com/show_bug.cgi?id=1784210
1549 * gdb.base/cached-source-file.c: New file.
1550 * gdb.base/cached-source-file.exp: New file.
1551
1552 2020-02-11 Tom de Vries <tdevries@suse.de>
1553
1554 PR testsuite/25488
1555 * lib/gdb.exp (gdb_init): Unset $file_last_loaded.
1556
1557 2020-02-10 Tom de Vries <tdevries@suse.de>
1558
1559 * gdb.multi/multi-target.exp: Skip if skip_gdbserver_tests.
1560
1561 2020-02-10 Maciej W. Rozycki <macro@wdc.com>
1562
1563 * gdb.base/step-over-no-symbols.exp: Verify that $before_addr
1564 and $after_addr are both integers before making a comparison.
1565
1566 2020-02-09 Tom de Vries <tdevries@suse.de>
1567
1568 * gdb.base/many-headers.exp: Echo gdb command to gdb.log. Capture gdb
1569 command output and paste it into gdb.log. If any, paste catch message
1570 to gdb.log.
1571
1572 2020-02-07 Tom Tromey <tromey@adacore.com>
1573
1574 PR breakpoints/24915:
1575 * gdb.base/annotate-symlink.exp: Use setup_xfail.
1576
1577 2020-02-06 Shahab Vahedi <shahab@synopsys.com>
1578
1579 * gdb.tui/tui-missing-src.exp: Add the "missing source
1580 file" test for the TUI.
1581
1582 2020-02-06 Andrew Burgess <andrew.burgess@embecosm.com>
1583
1584 * gdb.server/multi-ui-errors.exp: Give a test a real name to avoid
1585 including a port number in the output.
1586
1587 2020-02-04 Alok Kumar Sharma <alokkumar.sharma@amd.com>
1588
1589 * lib/fortran.exp (fortran_int4): Handle clang.
1590 (fortran_int8): Likewise.
1591 (fortran_real4): Likewise.
1592 (fortran_real8): Likewise.
1593 (fortran_complex4): Likewise.
1594 (fortran_logical4): Likewise.
1595 (fortran_character1): Likewise.
1596
1597 2020-02-04 Tom de Vries <tdevries@suse.de>
1598
1599 * README (Race detection): Add note.
1600
1601 2020-02-04 Tom de Vries <tdevries@suse.de>
1602
1603 * lib/gdb.exp (inferior_exited_re): Use "\[^\n\r\]*" instead of ".*".
1604
1605 2020-02-04 Tom de Vries <tdevries@suse.de>
1606
1607 * lib/gdb.exp (inferior_exited_re): Use non-capturing parentheses.
1608
1609 2020-02-03 Rogerio A. Cardoso <rcardoso@linux.ibm.com>
1610
1611 * gdb.arch/powerpc-power8.exp: Delete trailing whitespace of
1612 tbegin., tend. instructions. Replace bctar-, bctar+, bctarl-,
1613 bctarl+ extended mnemonics when avaliable by bgttar, bnstarl,
1614 blttar, bnetarl.
1615 * gdb.arch/powerpc-power8.s: Fix comments. Fix instructions
1616 binary for blttar, bnetarl.
1617 * gdb.arch/powerpc-power9.exp: Delete trailing whitespace of
1618 wait instruction. Delete ldmx test.
1619 * gdb.arch/powerpc-power9.s: Delete ldmx instruction.
1620
1621 2020-02-03 Alok Kumar Sharma <AlokKumar.Sharma@amd.com>
1622
1623 * gdb.fortran/array-bounds-high.exp: New file.
1624 * gdb.fortran/array-bounds-high.f90: New file.
1625
1626 2020-02-03 Lukas Durfina <ldurfina@tachyum.com> (tiny change)
1627
1628 * gdb.base/fileio.c: Remove #include of <sys/errno.h>.
1629 Replace #include of <sys/fcntl.h> by <fcntl.h>.
1630
1631 2020-02-01 Tom de Vries <tdevries@suse.de>
1632
1633 * gdb.server/server-kill-python.exp: Fix $gdb_tst_name typo.
1634
1635 2020-01-31 Andrew Burgess <andrew.burgess@embecosm.com>
1636
1637 PR tui/9765
1638 * gdb.tui/tui-layout-asm-short-prog.S: New file.
1639 * gdb.tui/tui-layout-asm-short-prog.exp: New file.
1640
1641 2020-01-29 Luis Machado <luis.machado@linaro.org>
1642
1643 * gdb.arch/aarch64-brk-patterns.c: New source file.
1644 * gdb.arch/aarch64-brk-patterns.exp: New test.
1645
1646 2020-01-29 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1647
1648 * gdb.cp/pass-by-ref-2.exp: Mark some tests as XFAIL based on the
1649 GCC/Clang version.
1650 * gdb.cp/pass-by-ref.exp: Ditto.
1651
1652 2020-01-29 Tom de Vries <tdevries@suse.de>
1653
1654 * gdb.threads/watchpoint-fork-child.c: Guard prints with #if DEBUG.
1655 * gdb.threads/watchpoint-fork-mt.c: Same.
1656 * gdb.threads/watchpoint-fork-parent.c: Same.
1657 * gdb.threads/watchpoint-fork-st.c: Same.
1658 * gdb.threads/watchpoint-fork.exp: Compile with DEBUG=0.
1659
1660 2020-01-27 Luis Machado <luis.machado@linaro.org>
1661
1662 * gdb.base/step-over-syscall.exp (setup): Check if we're already
1663 sitting at a syscall instruction when we hit the syscall function's
1664 breakpoint.
1665 Check PC against one obtained with the x command.
1666 Validate syscall number.
1667 (step_over_syscall): Don't continue to the syscall instruction if
1668 we're already there.
1669
1670 2020-01-25 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1671
1672 * gdb.base/attach.exp: Test 'set exec-file-mismatch'.
1673
1674 2020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
1675
1676 * gdb.dwarf2/dw2-inline-many-frames.c: New file.
1677 * gdb.dwarf2/dw2-inline-many-frames.exp: New file.
1678
1679 2020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
1680
1681 * gdb.dwarf2/dw2-inline-stepping.c: New file.
1682 * gdb.dwarf2/dw2-inline-stepping.exp: New file.
1683
1684 2020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
1685
1686 * gdb.base/maint.exp: Update line table parsing test.
1687 * gdb.dwarf2/dw2-ranges-base.exp: Add new line table parsing test.
1688
1689 2020-01-24 Pedro Alves <palves@redhat.com>
1690
1691 PR gdb/25410
1692 * gdb.multi/multi-re-run-1.c: New.
1693 * gdb.multi/multi-re-run-2.c: New.
1694 * gdb.multi/multi-re-run.exp: New.
1695
1696 2020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
1697
1698 PR gdb/23718
1699 * gdb.server/server-kill-python.exp: New file.
1700
1701 2020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
1702
1703 * gdb.server/multi-ui-errors.c: New file.
1704 * gdb.server/multi-ui-errors.exp: New file.
1705
1706 2020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
1707
1708 PR tui/9765
1709 * gdb.tui/tui-layout-asm.exp: Add scrolling test for asm window.
1710
1711 2020-01-19 Tom Tromey <tom@tromey.com>
1712
1713 * gdb.tui/main.exp: Add check for plain "file".
1714
1715 2020-01-16 Christian Biesinger <cbiesinger@google.com>
1716
1717 * lib/gdb.exp: Fix spelling error (seperatelly).
1718
1719 2020-01-14 Tom Tromey <tom@tromey.com>
1720
1721 PR symtab/12535:
1722 * gdb.python/python.exp: Test decode_line with empty string
1723 argument.
1724
1725 2020-01-14 Bernd Edlinger <bernd.edlinger@hotmail.de>
1726
1727 * gdb.base/skip-inline.exp: Extend test.
1728
1729 2020-01-13 Andrew Burgess <andrew.burgess@embecosm.com>
1730
1731 * gdb.dwarf2/dw2-bad-elf-other.S: New file.
1732 * gdb.dwarf2/dw2-bad-elf.c: New file.
1733 * gdb.dwarf2/dw2-bad-elf.exp: New file.
1734
1735 2020-01-13 Andrew Burgess <andrew.burgess@embecosm.com>
1736
1737 * lib/dwarf.exp (Dwarf::lines): Reset _line_saw_program and
1738 _line_saw_file.
1739
1740 2020-01-13 Andrew Burgess <andrew.burgess@embecosm.com>
1741
1742 * lib/tuiterm.exp (Term::_check_box): Check some parts of the top
1743 border.
1744
1745 2020-01-10 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1746
1747 * gdb.multi/multi-target.exp (setup): Factor out "info
1748 connections" and "info inferiors" tests to ...
1749 (test_info_inferiors): ... this new procedure.
1750 (top level): Run new "info-inferiors" tests.
1751
1752 2020-01-10 Pedro Alves <palves@redhat.com>
1753
1754 * gdb.server/bkpt-other-inferior.exp: New file.
1755
1756 2020-01-10 Pedro Alves <palves@redhat.com>
1757
1758 * gdb.base/kill-detach-inferiors-cmd.exp: Adjust expected output
1759 of "add-inferior".
1760 * gdb.base/quit-live.exp: Likewise.
1761 * gdb.base/remote-exec-file.exp: Likewise.
1762 * gdb.guile/scm-progspace.exp: Likewise.
1763 * gdb.linespec/linespec.exp: Likewise.
1764 * gdb.mi/new-ui-mi-sync.exp: Likewise.
1765 * gdb.mi/user-selected-context-sync.exp: Likewise.
1766 * gdb.multi/multi-target.exp (setup): Add "info connection" and
1767 "info inferiors" tests.
1768 * gdb.multi/remove-inferiors.exp: Adjust expected output of
1769 "add-inferior".
1770 * gdb.multi/watchpoint-multi.exp: Likewise.
1771 * gdb.python/py-inferior.exp: Likewise.
1772 * gdb.server/extended-remote-restart.exp: Likewise.
1773 * gdb.threads/fork-plus-threads.exp: Adjust expected output of
1774 "info inferiors".
1775 * gdb.threads/forking-threads-plus-breakpoint.exp: Likewise.
1776 * gdb.trace/report.exp: Likewise.
1777
1778 2020-01-10 Pedro Alves <palves@redhat.com>
1779
1780 * gdb.multi/multi-target.c: New file.
1781 * gdb.multi/multi-target.exp: New file.
1782 * lib/gdbserver-support.exp (gdb_target_cmd): Handle "Non-stop
1783 mode requested, but remote does not support non-stop".
1784
1785 2020-01-10 Pedro Alves <palves@redhat.com>
1786
1787 * gdb.server/extended-remote-restart.exp (test_reload): Explicitly
1788 disconnect before reconnecting.
1789
1790 2020-01-10 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1791 Pedro Alves <palves@redhat.com>
1792
1793 * gdb.server/connect-without-multi-process.exp: Also test
1794 continuing to end.
1795
1796 2020-01-10 Pedro Alves <palves@redhat.com>
1797
1798 * gdb.base/remote-exec-file.exp: New file.
1799
1800 2020-01-10 Pedro Alves <palves@redhat.com>
1801
1802 * gdb.base/fork-running-state.exp (do_test): Adjust expected
1803 output.
1804 * gdb.threads/async.c: New.
1805 * gdb.threads/async.exp: New.
1806 * gdb.multi/tids-gid-reset.c: New.
1807 * gdb.multi/tids-gid-reset.exp: New.
1808
1809 2020-01-10 George Barrett <bob@bob131.so>
1810
1811 * gdb.base/stap-probe.c (relocation_marker): Add dummy variable
1812 to help in finding the image relocation offset.
1813 * gdb.base/stap-probe.exp (stap_test): Accept arbitrary compile
1814 options in arguments.
1815 (stap_test_no_debuginfo): Likewise.
1816 (stap-probe-nosem-noopt-pie, stap-probe-nosem-noopt-nopie): Add
1817 test variants.
1818 (stap_test): Add null semaphore relocation test.
1819
1820 2020-01-10 George Barrett <bob@bob131.so>
1821
1822 * gdb.base/stap-probe.c: Rename USE_PROBES to USE_SEMAPHORES.
1823 * gdb.base/stap-probe.exp: Likewise.
1824 (stap_test): Pass argument as an additional flag.
1825 (stap_test_no_debuginfo): Likewise.
1826 (stap_test): Check `info probes stap' output for semaphore
1827 addresses if the test binary is supposed to have them.
1828
1829 2020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
1830
1831 * gdb.tui/basic.exp: Add more scrolling tests.
1832
1833 2020-01-09 Tom Tromey <tom@tromey.com>
1834
1835 PR tui/18932:
1836 * lib/tuiterm.exp (Term::wait_for): Rename from _accept. Return a
1837 meangingful value.
1838 (Term::command, Term::resize): Update.
1839 * gdb.tui/basic.exp: Add scrolling test.
1840
1841 2020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
1842
1843 * gdb.tui/tui-layout-asm.exp: New file.
1844
1845 2020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
1846
1847 * lib/tuiterm.exp (Term::check_box_contents): New proc.
1848
1849 2020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
1850
1851 * lib/tuiterm.exp (Term::prepare_for_tui): New proc.
1852 (Term::enter_tui): Use Term::prepare_for_tui.
1853
1854 2020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
1855
1856 * lib/tuiterm.exp (Term::dump_screen): Always dump the screen when
1857 called.
1858
1859 2020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
1860
1861 * gdb.base/skip.exp: Fix race condition in test.
1862
1863 2020-01-06 Andrew Burgess <andrew.burgess@embecosm.com>
1864
1865 * gdb.base/backtrace.c: New file.
1866 * gdb.base/backtrace.exp: New file.
1867
1868 2020-01-05 Andrew Burgess <andrew.burgess@embecosm.com>
1869
1870 * gdb.tui/list.exp: Test 'focus next' after 'list main'.
1871
1872 2020-01-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1873
1874 * gdb.base/style.exp: Test that warnings are styled.
1875
1876 2019-12-29 Bernd Edlinger <bernd.edlinger@hotmail.de>
1877
1878 * gdb.base/line65535.exp: New file.
1879 * gdb.base/line65535.c: New file.
1880
1881 2019-12-27 Simon Marchi <simon.marchi@polymtl.ca>
1882
1883 * lib/ada.exp (gnat_runtime_has_debug_info): New proc.
1884 * lib/gnat_debug_info_test.adb: New file.
1885 * gdb.ada/ptype_tagged_param.exp: Use
1886 gnat_runtime_has_debug_info, expect a different output if
1887 runtime does not have debug info.
1888
1889 2019-12-20 Simon Marchi <simon.marchi@efficios.com>
1890
1891 * lib/sym-info-cmds.exp (GDBInfoSymbols::check_no_entry): Add
1892 (another) quote in test name.
1893
1894 2019-12-20 Simon Marchi <simon.marchi@efficios.com>
1895
1896 * lib/sym-info-cmds.exp (GDBInfoModuleSymbols::check_no_entry):
1897 Add quote in test name.
1898
1899 2019-12-20 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1900
1901 * gdb.cp/pass-by-ref.cc: Delete. Generated in the output
1902 directory instead.
1903 * gdb.cp/pass-by-ref.exp: Extend with more cases.
1904 * gdb.cp/pass-by-ref-2.cc: New file.
1905 * gdb.cp/pass-by-ref-2.exp: New file.
1906
1907 2019-12-20 Tom Tromey <tom@tromey.com>
1908
1909 * gdb.tui/list-before.exp: New file.
1910
1911 2019-12-20 Tom Tromey <tom@tromey.com>
1912
1913 * gdb.tui/list.exp: Check for source on initial listing.
1914
1915 2019-12-11 Tom Tromey <tromey@adacore.com>
1916
1917 * gdb.xml/tdesc-arch.exp (set_arch): Add "trans_mode" parameter.
1918 Add crlf test.
1919
1920 2019-12-18 Simon Marchi <simon.marchi@efficios.com>
1921
1922 * gdb.base/default.exp: Update value of $_gdb_major.
1923
1924 2019-12-17 Bernd Edlinger <bernd.edlinger@hotmail.de>
1925
1926 * gdb.base/skip.exp: Fix test failure observed with gcc-9.2.0.
1927
1928 2019-12-17 Bernd Edlinger <bernd.edlinger@hotmail.de>
1929
1930 * gdb.base/skip.exp: Whitespace fix.
1931
1932 2019-12-16 Bernd Edlinger <bernd.edlinger@hotmail.de>
1933
1934 * gdb.base/skip-inline.c: New file.
1935 * gdb.base/skip-inline.exp: New file.
1936
1937 2019-12-16 Simon Marchi <simon.marchi@polymtl.ca>
1938
1939 * gdb.base/jit-reader.exp (jit_reader_test): Rename
1940 jit_function_00 to jit_function_stack_mangle.
1941 * gdb.base/jithost.c (jit_function_t): Rename to...
1942 (jit_function_stack_mangle_t): ... this.
1943 (jit_function_add_t): New typedef.
1944 (jit_function_00_code): Rename to...
1945 (jit_function_stack_mangle_code): ... this, make static.
1946 (jit_function_add_code): New.
1947 (main): Generate "add" function and call it. Adjust to changes
1948 in jithost_abi.
1949 * gdb.base/jithost.h (struct jithost_abi_bounds): New.
1950 (struct jithost_abi) <begin, end>: Remove fields.
1951 <object, function_stack_mangle, function_add>: New fields.
1952 * gdb.base/jitreader.c (struct reader_state) <code_begin,
1953 code_end>: Remove fields.
1954 <func_stack_mangle>: New field.
1955 (read_debug_info): Adjust to renaming, create block for "add"
1956 function.
1957 (read_sp, unwind_frame, get_frame_id): Adjust to other changes.
1958
1959 2019-12-11 Tom Tromey <tom@tromey.com>
1960
1961 * gdb.tui/resize.exp: Fix regexp.
1962 * gdb.tui/regs.exp: Fix regexps.
1963 * gdb.tui/main.exp: Fix regexp.
1964
1965 2019-12-11 Tom Tromey <tom@tromey.com>
1966
1967 * gdb.tui/resize.exp: Update.
1968 * gdb.tui/empty.exp (layouts): Update.
1969
1970 2019-12-11 Tom Tromey <tom@tromey.com>
1971
1972 * gdb.tui/regs.exp: Update.
1973 * gdb.tui/empty.exp (layouts): Update.
1974 * gdb.tui/basic.exp: Update.
1975 * lib/tuiterm.exp (_check_box): Don't check bottom border.
1976
1977 2019-12-11 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1978
1979 * gdb.base/options.exp: Add -raw-values in the print completion list.
1980 * gdb.python/py-prettyprint.exp: Add tests for -raw-values.
1981
1982 2019-12-10 Kevin Buettner <kevinb@redhat.com>
1983
1984 * gdb.threads/omp-par-scope.c: New file.
1985 * gdb/threads/omp-par-scope.exp: New file.
1986
1987 2019-12-10 Kevin Buettner <kevinb@redhat.com>
1988
1989 * lib/gdb.exp (support_nested_function_tests): New proc.
1990
1991 2019-12-10 Kevin Buettner <kevinb@redhat.com>
1992
1993 * lib/gdb.exp (gdb_compile_openmp): New proc.
1994 (build_executable_from_specs): Add an "openmp" option.
1995 (gdb_compile_pthreads): Add non-executable case.
1996
1997 2019-12-10 Tom Tromey <tromey@adacore.com>
1998
1999 * gdb.ada/unchecked_union.exp: New file.
2000 * gdb.ada/unchecked_union/pck.adb: New file.
2001 * gdb.ada/unchecked_union/pck.ads: New file.
2002 * gdb.ada/unchecked_union/unchecked_union.adb: New file.
2003 * gdb-utils.exp (string_to_regexp): Also quote "?".
2004
2005 2019-12-10 George Barrett <bob@bob131.so>
2006
2007 Test scripted probe breakpoints.
2008 * gdb.guile/scm-breakpoint.c (main): Add probe point.
2009 * gdb.python/py-breakpoint.c (main): Likewise.
2010 * gdb.guile/scm-breakpoint.exp (test_bkpt_probe): Add probe
2011 specifier test.
2012 * gdb.python/py-breakpoint.exp (test_bkpt_probe): Likewise.
2013
2014 2019-12-09 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2015
2016 * gdb.cp/rvalue-ref-overload.cc (g): New function that takes
2017 an rvalue parameter.
2018 * gdb.cp/rvalue-ref-overload.exp: Test calling it with an lvalue
2019 parameter.
2020
2021 2019-12-09 Andrew Burgess <andrew.burgess@embecosm.com>
2022
2023 * gdb.mi/mi-fortran-modules.exp: Add patterns to skip system
2024 modules.
2025
2026 2019-12-09 Andrew Burgess <andrew.burgess@embecosm.com>
2027
2028 * gdb.fortran/derived-type-striding.exp: KFAIL if we are using a
2029 broken version of GCC.
2030
2031 2019-12-09 Andrew Burgess <andrew.burgess@embecosm.com>
2032
2033 * gdb.fortran/info-modules.exp: Rewrite to make use of new
2034 sym-info-cmds library.
2035 * gdb.fortran/info-types.exp: Likewise.
2036 * lib/sym-info-cmds.exp: New file.
2037
2038 2019-12-08 Tom de Vries <tdevries@suse.de>
2039
2040 * gdb.dwarf2/imported-unit.exp: Fix inter-CU references.
2041
2042 2019-12-07 Keith Seitz <keiths@redhat.com>
2043
2044 * gdb.base/corefile-buildid-shlib-shr.c: New file.
2045 * gdb.base/corefile-buildid-shlib.c: New file.
2046 * gdb.base/corefile-buildid.c: New file.
2047 * gdb.base/corefile-buildid.exp: New file.
2048
2049 2019-12-06 Tom de Vries <tdevries@suse.de>
2050
2051 * gdb.dwarf2/varval.exp: Add decl before def test.
2052
2053 2019-12-06 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2054
2055 * gdb.cp/rvalue-ref-overload.exp: Minor cleanup.
2056
2057 2019-12-06 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2058
2059 * gdb.cp/rvalue-ref-overload.cc: Add a case that involves both
2060 CV and reference conversion for overload resolution.
2061 * gdb.cp/rvalue-ref-overload.exp: Test it.
2062
2063 2019-12-06 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2064
2065 * gdb.threads/pthreads.exp: Test taas and tfaas without command.
2066 * gdb.base/frameapply.exp: Test faas without command.
2067
2068 2019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
2069
2070 * lib/gdb.exp (gdb_compile): Add -J compiler option when building
2071 Fortran tests.
2072 * gdb.mi/mi-fortran-modules.exp: Compile source files in correct
2073 order.
2074
2075 2019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
2076
2077 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): Handle
2078 casting to type with no kind specified.
2079 (test_basic_parsing_of_type_kinds): Additional tests for types
2080 with no kind specified, and add tests for single/double
2081 precision/complex types.
2082
2083 2019-12-04 Tom Tromey <tromey@adacore.com>
2084
2085 * gdb.base/endianity.c (struct other) <x>: New field.
2086 (main): Initialize it.
2087 * gdb.base/endianity.exp: Update.
2088
2089 2019-12-04 Tom Tromey <tromey@adacore.com>
2090
2091 * gdb.ada/scalar_storage/storage.adb: New file.
2092 * gdb.ada/scalar_storage/pck.adb: New file.
2093 * gdb.ada/scalar_storage/pck.ads: New file.
2094 * gdb.ada/scalar_storage.exp: New file.
2095
2096 2019-12-04 Tom Tromey <tromey@adacore.com>
2097
2098 * gdb.base/endianity.c (struct otherendian) <f>: New field.
2099 (main): Initialize it.
2100 * gdb.base/endianity.exp: Update.
2101
2102 2019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
2103
2104 * gdb.mi/mi-sym-info.exp: Add tests for -max-results parameter.
2105
2106 2019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
2107
2108 * gdb.mi/mi-fortran-modules.exp: Add additional tests for
2109 -symbol-info-module-functions and -symbol-info-module-variables.
2110
2111 2019-12-01 Andrew Burgess <andrew.burgess@embecosm.com>
2112
2113 * gdb.fortran/array-slices.exp: Add test for dynamic strings.
2114
2115 2019-12-01 Richard Bunt <richard.bunt@arm.com>
2116 Andrew Burgess <andrew.burgess@embecosm.com>
2117
2118 * gdb.fortran/derived-type-striding.exp: New file.
2119 * gdb.fortran/derived-type-striding.f90: New file.
2120 * gdb.fortran/array-slices.exp: New file.
2121 * gdb.fortran/array-slices.f90: New file.
2122
2123 2019-11-30 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2124
2125 * gdb.base/define.exp: Test . in command names.
2126 * gdb.base/setshow.exp: Update test, as . is now part of
2127 command name.
2128
2129 2019-11-30 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2130
2131 * gdb.base/define-prefix.exp: New file.
2132
2133 2019-11-28 Andrew Burgess <andrew.burgess@embecosm.com>
2134
2135 * lib/gdb.exp (skip_btrace_tests): Return 1 if the test fails to
2136 compile.
2137 (skip_btrace_pt_tests): Likewise.
2138
2139 2019-11-27 Andrew Burgess <andrew.burgess@embecosm.com>
2140
2141 * gdb.fortran/info-modules.exp: Compile source files in correct
2142 order.
2143
2144 2019-11-27 Kevin Buettner <kevinb@redhat.com>
2145
2146 * gdb.dwarf2/imported-unit.exp: New file.
2147 * gdb.dwarf2/imported-unit.c: New file.
2148
2149 2019-11-27 Andrew Burgess <andrew.burgess@embecosm.com>
2150
2151 * gdb.mi/mi-fortran-modules-2.f90: New file.
2152 * gdb.mi/mi-fortran-modules.exp: New file.
2153 * gdb.mi/mi-fortran-modules.f90: New file.
2154
2155 2019-11-27 Andrew Burgess <andrew.burgess@embecosm.com>
2156
2157 * gdb.mi/mi-sym-info-1.c: New file.
2158 * gdb.mi/mi-sym-info-2.c: New file.
2159 * gdb.mi/mi-sym-info.exp: New file.
2160
2161 2019-11-22 Tom Tromey <tromey@adacore.com>
2162
2163 * gdb.ada/tasks.exp: Add -ada-task-info regression test.
2164 * gdb.ada/tasks/foo.adb: Add another stopping location.
2165
2166 2019-11-21 Peeter Joot <peeter.joot@lzlabs.com>
2167
2168 * gdb.base/endianity.c: New test.
2169 * gdb.base/endianity.exp: New file.
2170
2171 2019-11-21 Lukas Durfina <ldurfina@tachyum.com>
2172
2173 * gdb.arch/amd64-eval.exp: Skip test if target is not x86-64.
2174
2175 2019-11-21 Tom de Vries <tdevries@suse.de>
2176
2177 PR gdb/24956
2178 * gdb.base/ui-redirect.exp: Test output of user-defined command.
2179
2180 2019-11-20 Sergio Durigan Junior <sergiodj@redhat.com>
2181
2182 * gdb.python/py-progspace.exp: Add missing parentheses on some
2183 'print' commands.
2184
2185 2019-11-19 Tom Tromey <tom@tromey.com>
2186
2187 * gdb.tui/winheight.exp: New file.
2188
2189 2019-11-19 Andrew Burgess <andrew.burgess@embecosm.com>
2190
2191 * gdb.base/ctf-whatis.c: Delete.
2192 * gdb.base/ctf-whatis.exp: Delete.
2193 * gdb.base/whatis.exp: Rewrite to compile as both dwarf and ctf.
2194
2195 2019-11-19 Andrew Burgess <andrew.burgess@embecosm.com>
2196
2197 * gdb.base/ctf-cvexpr.exp: Delete.
2198 * gdb.base/cvexpr.exp: Rewrite to compile as both dwarf and ctf.
2199
2200 2019-11-19 Andrew Burgess <andrew.burgess@embecosm.com>
2201
2202 * gdb.base/ctf-constvars.exp: Skip test if CTF is not supported in
2203 the compiler. Clean up header comment a little.
2204 * gdb.base/ctf-ptype.exp: Likewise.
2205 * gdb.base/ctf-whatis.exp: Likewise.
2206 * lib/gdb.exp (skip_ctf_tests): New proc.
2207
2208 2019-11-18 Sergio Durigan Junior <sergiodj@redhat.com>
2209
2210 https://bugzilla.redhat.com/show_bug.cgi?id=1765117
2211 * gdb.tui/corefile-run.exp: New file.
2212
2213 2019-11-14 Tom Tromey <tromey@adacore.com>
2214
2215 * gdb.base/gdbvars.exp (test_convenience_variables): Add
2216 regression tests.
2217
2218 2019-11-12 Tom Tromey <tom@tromey.com>
2219
2220 * lib/tuiterm.exp (_accept): Add wait_for parameter. Check output
2221 after any command. Expect prompt after WAIT_FOR is seen.
2222 (enter_tui): Enable resize messages.
2223 (command): Expect command in output.
2224 (get_line): Avoid error when cursor appears to be off-screen.
2225 (dump_screen): Include screen size in title.
2226 (_do_resize): New proc, from "resize".
2227 (resize): Rewrite. Do resize in two steps.
2228 * gdb.tui/empty.exp (layouts): Fix entries.
2229 (check_boxes): Remove xfail.
2230 (check_text): Dump screen on failure.
2231
2232 2019-11-10 Andrew Burgess <andrew.burgess@embecosm.com>
2233
2234 * gdb.python/py-symbol.exp: Add test for
2235 gdb.lookup_static_symbols.
2236
2237 2019-11-10 Andrew Burgess <andrew.burgess@embecosm.com>
2238
2239 * gdb.python/py-symbol.c: Declare and call function from new
2240 py-symbol-2.c file.
2241 * gdb.python/py-symbol.exp: Compile both source files, and add new
2242 tests for gdb.lookup_static_symbol.
2243 * gdb.python/py-symbol-2.c: New file.
2244
2245 2019-11-02 Tom de Vries <tdevries@suse.de>
2246
2247 * gdb.base/advance.exp: Drop superfluous 3rd argument to gdb_test.
2248 * gdb.base/anon.exp: Same.
2249 * gdb.base/auto-connect-native-target.exp: Same.
2250 * gdb.base/call-ar-st.exp: Same.
2251 * gdb.base/catch-syscall.exp: Same.
2252 * gdb.base/commands.exp: Same.
2253 * gdb.base/default.exp: Same.
2254 * gdb.base/display.exp: Same.
2255 * gdb.base/float.exp: Same.
2256 * gdb.base/foll-fork.exp: Same.
2257 * gdb.base/help.exp: Same.
2258 * gdb.base/info-macros.exp: Same.
2259 * gdb.base/info-proc.exp: Same.
2260 * gdb.base/info-target.exp: Same.
2261 * gdb.base/long_long.exp: Same.
2262 * gdb.base/macscp.exp: Same.
2263 * gdb.base/memattr.exp: Same.
2264 * gdb.base/nofield.exp: Same.
2265 * gdb.base/pointers.exp: Same.
2266 * gdb.base/printcmds.exp: Same.
2267 * gdb.base/ptype.exp: Same.
2268 * gdb.base/restore.exp: Same.
2269 * gdb.base/return.exp: Same.
2270 * gdb.base/scope.exp: Same.
2271 * gdb.base/set-noassign.exp: Same.
2272 * gdb.base/setshow.exp: Same.
2273 * gdb.base/shlib-call.exp: Same.
2274 * gdb.base/signals.exp: Same.
2275 * gdb.base/sigstep.exp: Same.
2276 * gdb.base/skip.exp: Same.
2277 * gdb.base/solib-symbol.exp: Same.
2278 * gdb.base/stap-probe.exp: Same.
2279 * gdb.base/step-line.exp: Same.
2280 * gdb.base/step-test.exp: Same.
2281 * gdb.base/style.exp: Same.
2282 * gdb.base/varargs.exp: Same.
2283 * gdb.base/vla-datatypes.exp: Same.
2284 * gdb.base/vla-ptr.exp: Same.
2285 * gdb.base/vla-sideeffect.exp: Same.
2286 * gdb.base/volatile.exp: Same.
2287 * gdb.base/watch-cond-infcall.exp: Same.
2288 * gdb.base/watchpoint.exp: Same.
2289
2290 2019-11-02 Tom de Vries <tdevries@suse.de>
2291
2292 * gdb.cp/anon-union.exp: Drop superfluous 3rd argument to gdb_test.
2293 * gdb.cp/cpexprs.exp: Same.
2294 * gdb.cp/except-multi-location.exp: Same.
2295 * gdb.cp/exceptprint.exp: Same.
2296 * gdb.cp/gdb2384.exp: Same.
2297 * gdb.cp/inherit.exp: Same.
2298 * gdb.cp/m-static.exp: Same.
2299 * gdb.cp/meth-typedefs.exp: Same.
2300 * gdb.cp/misc.exp: Same.
2301 * gdb.cp/namespace.exp: Same.
2302 * gdb.cp/non-trivial-retval.exp: Same.
2303 * gdb.cp/overload.exp: Same.
2304 * gdb.cp/pr17132.exp: Same.
2305 * gdb.cp/re-set-overloaded.exp: Same.
2306 * gdb.cp/rvalue-ref-types.exp: Same.
2307 * gdb.cp/templates.exp: Same.
2308
2309 2019-11-01 Luis Machado <luis.machado@linaro.org>
2310
2311 PR gdb/25124
2312
2313 * gdb.arch/pr25124.S: New file.
2314 * gdb.arch/pr25124.exp: New file.
2315
2316 2019-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
2317
2318 * gdb.fortran/info-modules.exp: Update expected results, and add
2319 additional tests for 'info module functinos', and 'info module
2320 variables'.
2321 * gdb.fortran/info-types.exp: Update expected results.
2322 * gdb.fortran/info-types.f90: Extend testcase with additional
2323 module variables and functions.
2324
2325 2019-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
2326
2327 * gdb.fortran/info-modules.exp: New file.
2328 * gdb.fortran/info-types.exp: Build with new file.
2329 * gdb.fortran/info-types.f90: Include and use new module.
2330 * gdb.fortran/info-types-2.f90: New file.
2331
2332 2019-10-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2333
2334 * gdb.base/setshow.exp: Test $_gdb_setting and $_gdb_setting_str.
2335 * gdb.base/settings.exp: Test all settings types using
2336 $_gdb_maint_setting and $_gdb_maint_setting_str in proc_show_setting,
2337 that now verifies that the value of "maint show" is the same as
2338 returned by the settings functions. Test the type of the
2339 maintenance settings.
2340 * gdb.base/default.exp: Update show_conv_list.
2341
2342 2019-10-31 Tom de Vries <tdevries@suse.de>
2343
2344 * gdb.arch/amd64-disp-step-avx.exp: Drop superfluous 3rd argument to
2345 gdb_test.
2346 * gdb.arch/amd64-disp-step.exp: Same.
2347 * gdb.asm/asm-source.exp: Same.
2348 * gdb.btrace/buffer-size.exp: Same.
2349 * gdb.btrace/cpu.exp: Same.
2350 * gdb.btrace/enable.exp: Same.
2351 * gdb.dwarf2/count.exp: Same.
2352 * gdb.dwarf2/dw2-ranges-func.exp: Same.
2353 * gdb.dwarf2/dw2-ranges-psym.exp: Same.
2354 * gdb.fortran/vla-datatypes.exp: Same.
2355 * gdb.fortran/vla-history.exp: Same.
2356 * gdb.fortran/vla-ptype.exp: Same.
2357 * gdb.fortran/vla-value.exp: Same.
2358 * gdb.fortran/whatis_type.exp: Same.
2359 * gdb.guile/guile.exp: Same.
2360 * gdb.multi/tids.exp: Same.
2361 * gdb.python/py-finish-breakpoint.exp: Same.
2362 * gdb.python/py-framefilter.exp: Same.
2363 * gdb.python/py-pp-registration.exp: Same.
2364 * gdb.python/py-xmethods.exp: Same.
2365 * gdb.python/python.exp: Same.
2366 * gdb.server/connect-with-no-symbol-file.exp: Same.
2367 * gdb.server/no-thread-db.exp: Same.
2368 * gdb.server/run-without-local-binary.exp: Same.
2369 * gdb.stabs/weird.exp: Same.
2370 * gdb.threads/attach-many-short-lived-threads.exp: Same.
2371 * gdb.threads/thread-find.exp: Same.
2372 * gdb.threads/tls-shared.exp: Same.
2373 * gdb.threads/tls.exp: Same.
2374 * gdb.threads/wp-replication.exp: Same.
2375 * gdb.trace/ax.exp: Same.
2376 * lib/gdb.exp (gdb_test_exact, help_test_raw): Same.
2377
2378 2019-10-31 Tom de Vries <tdevries@suse.de>
2379
2380 * gdb.ada/array_bounds.exp: Drop superfluous 3rd argument to gdb_test.
2381 * gdb.ada/array_subscript_addr.exp: Same.
2382 * gdb.ada/arrayidx.exp: Same.
2383 * gdb.ada/arrayparam.exp: Same.
2384 * gdb.ada/arrayptr.exp: Same.
2385 * gdb.ada/boolean_expr.exp: Same.
2386 * gdb.ada/call_pn.exp: Same.
2387 * gdb.ada/complete.exp: Same.
2388 * gdb.ada/fixed_cmp.exp: Same.
2389 * gdb.ada/fun_addr.exp: Same.
2390 * gdb.ada/funcall_param.exp: Same.
2391 * gdb.ada/interface.exp: Same.
2392 * gdb.ada/mod_from_name.exp: Same.
2393 * gdb.ada/null_array.exp: Same.
2394 * gdb.ada/packed_array.exp: Same.
2395 * gdb.ada/packed_tagged.exp: Same.
2396 * gdb.ada/print_chars.exp: Same.
2397 * gdb.ada/print_pc.exp: Same.
2398 * gdb.ada/ptype_arith_binop.exp: Same.
2399 * gdb.ada/ptype_field.exp: Same.
2400 * gdb.ada/ptype_tagged_param.exp: Same.
2401 * gdb.ada/rec_return.exp: Same.
2402 * gdb.ada/ref_tick_size.exp: Same.
2403 * gdb.ada/str_ref_cmp.exp: Same.
2404 * gdb.ada/taft_type.exp: Same.
2405 * gdb.ada/tagged.exp: Same.
2406 * gdb.ada/type_coercion.exp: Same.
2407 * gdb.ada/uninitialized_vars.exp: Same.
2408
2409 2019-10-30 Tom de Vries <tdevries@suse.de>
2410
2411 * lib/gdb.exp (gdb_test_multiple): Handle -early pattern flag.
2412
2413 2019-10-26 Tom de Vries <tdevries@suse.de>
2414
2415 * gdb.base/bigcore.c: Fix typos in comments.
2416 * gdb.base/ctf-ptype.c: Same.
2417 * gdb.base/long_long.c: Same.
2418 * gdb.dwarf2/dw2-op-out-param.S: Same.
2419 * gdb.python/py-evthreads.c: Same.
2420 * gdb.reverse/i387-stack-reverse.c: Same.
2421 * gdb.trace/tfile.c: Same.
2422 * lib/compiler.c: Same.
2423 * lib/compiler.cc: Same.
2424
2425 2019-10-25 Tom de Vries <tdevries@suse.de>
2426
2427 * gdb.reverse/sigall-precsave.exp: Use -wrap and $gdb_test_name in
2428 gdb_test_multiple calls.
2429 * gdb.reverse/sigall-reverse.exp: Same.
2430 * gdb.reverse/solib-precsave.exp: Same.
2431 * gdb.reverse/solib-reverse.exp: Same.
2432 * gdb.reverse/until-precsave.exp: Same.
2433 * gdb.reverse/until-reverse.exp: Same.
2434
2435 2019-10-24 Tom de Vries <tdevries@suse.de>
2436
2437 * lib/gdb.exp (gdb_test_multiple): Add -wrap pattern flag.
2438 * gdb.reverse/step-precsave.exp: Rewrite gdb_test_multiple containing
2439 kfail using -wrap pattern flag and convenience variable
2440 gdb_test_name.
2441
2442 2019-10-24 Andrew Burgess <andrew.burgess@embecosm.com>
2443
2444 * gdb.python/py-progspace.exp: Add tests for the
2445 Progspace.block_for_pc method.
2446
2447 2019-10-23 Tom Tromey <tom@tromey.com>
2448
2449 * configure: Rebuild.
2450 * aclocal.m4: Use m4_include, not sinclude.
2451
2452 2019-10-21 Tom de Vries <tdevries@suse.de>
2453
2454 * gdb.base/infcall-nested-structs.c: Add
2455 __attribute__((noinline,noclone)) to all functions.
2456 (call_all): Add missing variable initialization. Simplify return value.
2457 (breakpt): Increment volatile variable, to prevent call from being
2458 optimized out.
2459 * gdb.base/infcall-nested-structs.exp: Compile with -O2.
2460
2461 2019-10-17 Tom de Vries <tdevries@suse.de>
2462
2463 * gdb.fortran/module.exp: Allow info variables to print info for files
2464 other than module.f90.
2465
2466 2019-10-16 Andrew Burgess <andrew.burgess@embecosm.com>
2467
2468 * gdb.fortran/module.exp: Extend with 'info variables' test.
2469
2470 2019-10-16 Andrew Burgess <andrew.burgess@embecosm.com>
2471
2472 * boards/cc-with-tweaks.exp: Setup F90_FOR_TARGET and
2473 F77_FOR_TARGET.
2474
2475 2019-10-16 Tom de Vries <tdevries@suse.de>
2476
2477 PR tdep/25096
2478 * gdb.base/infcall-nested-structs.exp: Remove PR25096 KFAILs.
2479
2480 2019-10-16 Tom de Vries <tdevries@suse.de>
2481
2482 PR tdep/24104
2483 * gdb.base/infcall-nested-structs.exp: Remove XFAIL for PR tdep/24104.
2484 Add KFAIL for PR tdep/25096.
2485
2486 2019-10-16 Tom de Vries <tdevries@suse.de>
2487
2488 PR testsuite/25059
2489 * gdb.cp/local-static.exp (do_test): Add xfails for gcc PR debug/55541.
2490
2491 2019-10-16 Tom de Vries <tdevries@suse.de>
2492
2493 * gdb.base/jit-reader.exp: Allow non-pointer registers to be printed
2494 as signed.
2495
2496 2019-10-14 Simon Marchi <simon.marchi@polymtl.ca>
2497
2498 * gdb.mi/list-thread-groups-available.exp: Read entries one by
2499 one instead of increasing timeout.
2500
2501 2019-10-13 Tom de Vries <tdevries@suse.de>
2502
2503 PR record/25038
2504 * gdb.reverse/sigall-precsave.exp: Add PR record/25038 KFAIL.
2505 * gdb.reverse/sigall-reverse.exp: Same.
2506 * gdb.reverse/solib-precsave.exp: Same.
2507 * gdb.reverse/solib-reverse.exp: Same.
2508 * gdb.reverse/step-precsave.exp: Same.
2509 * gdb.reverse/until-precsave.exp: Same.
2510 * gdb.reverse/until-reverse.exp: Same.
2511 * lib/gdb.exp (gdb_continue_to_breakpoint): Same.
2512
2513 2019-10-10 Andreas Arnez <arnez@linux.ibm.com>
2514
2515 * gdb.base/infcall-nested-structs.c (cmp_struct_02_01)
2516 (cmp_struct_02_02, cmp_struct_04_01, cmp_struct_04_02)
2517 (cmp_struct_05_01, cmp_struct_static_02_01)
2518 (cmp_struct_static_04_01, cmp_struct_static_06_01): Fix redundant
2519 comparisons.
2520
2521 2019-10-10 Tom de Vries <tdevries@suse.de>
2522
2523 PR testsuite/24888
2524 * lib/ada.exp (target_compile_ada_from_dir): Route -pie/-no-pie to
2525 gnatlink.
2526
2527 2019-10-09 Tom de Vries <tdevries@suse.de>
2528
2529 PR testsuite/25048
2530 * gdb.rust/simple.exp: Add xfails for incorrect DWARF.
2531
2532 2019-10-07 Andrew Burgess <andrew.burgess@embecosm.com>
2533
2534 * gdb.ada/catch_ex_std.exp: Handle being unabled to catch Ada
2535 exceptions due to missing debug information.
2536
2537 2019-10-07 Tom de Vries <tdevries@suse.de>
2538
2539 * gdb.base/default.exp: Expect _gdb_major/_gdb_minor to be 9.1.
2540
2541 2019-10-07 Andrew Burgess <andrew.burgess@embecosm.com>
2542
2543 * lib/gdb.exp (gdb_test_multiple): Add gdb_test_name mechanism.
2544 * gdb.base/annota1.exp: Update to use gdb_test_name.
2545
2546 2019-10-07 Weimin Pan <weimin.pan@oracle.com>
2547
2548 * gdb.base/ctf-whatis.exp: New file.
2549 * gdb.base/ctf-whatis.c: New file.
2550 * gdb.base/ctf-ptype.exp: New file.
2551 * gdb.base/ctf-ptype.c: New file.
2552 * gdb.base/ctf-constvars.exp: New file.
2553 * gdb.base/ctf-constvars.c: New file.
2554 * gdb.base/ctf-cvexpr.exp: New file.
2555
2556 2019-10-04 Tom de Vries <tdevries@suse.de>
2557
2558 * gdb.cp/local-static.c (main): Move declaration of int i out of the
2559 for loop.
2560
2561 2019-10-03 Tom Tromey <tom@tromey.com>
2562
2563 PR rust/24976:
2564 * gdb.rust/simple.rs (Union2): New type.
2565 (main): Use Union2.
2566 * gdb.rust/simple.exp: Add test.
2567
2568 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
2569
2570 * gdb.fortran/nested-funcs-2.exp: Run tests with and without the
2571 nested function prefix.
2572
2573 2019-10-03 Bernhard Heckel <bernhard.heckel@intel.com>
2574 Richard Bunt <richard.bunt@arm.com>
2575 Andrew Burgess <andrew.burgess@embecosm.com>
2576
2577 * gdb.fortran/nested-funcs.exp: Tests for placing breakpoints on
2578 nested functions.
2579 * gdb.fortran/nested-funcs.f90: Update expected results.
2580 * gdb.fortran/nested-funcs-2.exp: New file.
2581 * gdb.fortran/nested-funcs-2.f90: New file.
2582
2583 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
2584
2585 * gdb.python/py-parameter.exp: Make test names unique.
2586 * gdb.python/py-template.exp: Likewise.
2587 * gdb.python/py-value.exp: Likewise.
2588
2589 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
2590
2591 * gdb.base/break-interp.exp: Reduce test name duplication.
2592 * gdb.base/call-sc.exp: Likewise.
2593 * gdb.base/callfuncs.exp: Likewise.
2594 * gdb.base/charset.exp: Likewise.
2595 * gdb.base/dump.exp: Likewise.
2596 * gdb.base/ena-dis-br.exp: Likewise.
2597 * gdb.base/relational.exp: Likewise.
2598 * gdb.base/step-over-syscall.exp: Likewise.
2599 * gdb.base/structs.exp: Likewise.
2600
2601 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
2602
2603 * gdb.linespec/explicit.exp: Make test names unique.
2604 * gdb.linespec/ls-errs.exp: Likewise.
2605
2606 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
2607
2608 * gdb.reverse/break-precsave.exp: Make test names unique.
2609 * gdb.reverse/break-reverse.exp: Likewise.
2610 * gdb.reverse/finish-precsave.exp: Likewise.
2611 * gdb.reverse/finish-reverse.exp: Likewise.
2612 * gdb.reverse/machinestate-precsave.exp: Likewise.
2613 * gdb.reverse/machinestate.exp: Likewise.
2614 * gdb.reverse/readv-reverse.exp: Likewise.
2615 * gdb.reverse/recvmsg-reverse.exp: Likewise.
2616 * gdb.reverse/sigall-precsave.exp: Likewise.
2617 * gdb.reverse/sigall-reverse.exp: Likewise.
2618 * gdb.reverse/step-indirect-call-thunk.exp: Likewise.
2619 * gdb.reverse/watch-precsave.exp: Likewise.
2620 * gdb.reverse/watch-reverse.exp: Likewise.
2621
2622 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
2623
2624 * gdb.threads/stop-with-handle.c: New file.
2625 * gdb.threads/stop-with-handle.exp: New file.
2626
2627 2019-10-03 Tom de Vries <tdevries@suse.de>
2628
2629 PR testsuite/25059
2630 * gdb.base/list-missing-source.exp: Allowing the "Compilation
2631 directory" line to be missing.
2632
2633 2019-10-03 Tom de Vries <tdevries@suse.de>
2634
2635 PR testsuite/25059
2636 * gdb.base/info-types.exp: Make the presence of the 'unsigned int'
2637 type optional.
2638
2639 2019-10-02 Andreas Arnez <arnez@linux.ibm.com>
2640
2641 * gdb.python/py-format-string.c (string.h): New include.
2642 (main): Fill a_struct_with_union.the_union.an_int with bytes of
2643 the same value, for endianness-independence.
2644 * gdb.python/py-format-string.exp (default_regexp_dict)
2645 (test_pretty_structs, test_format): Adjust expected output to the
2646 changed initialization.
2647
2648 2019-10-02 Tom Tromey <tromey@adacore.com>
2649
2650 * gdb.ada/catch_ex_std.exp: Add $_ada_exception test.
2651
2652 2019-10-02 Pedro Alves <palves@redhat.com>
2653 Andrew Burgess <andrew.burgess@embecosm.com>
2654
2655 * gdb.base/print-file-var-lib1.c: Include <stdio.h> and
2656 "print-file-var.h".
2657 (this_version_id) Use ATTRIBUTE_VISIBILITY.
2658 (get_version_1): Print this_version_id and its address.
2659 Add extern "C" wrappers around interface functions.
2660 * gdb.base/print-file-var-lib2.c: Include <stdio.h> and
2661 "print-file-var.h".
2662 (this_version_id) Use ATTRIBUTE_VISIBILITY.
2663 (get_version_2): Print this_version_id and its address.
2664 Add extern "C" wrappers around interface functions.
2665 * gdb.base/print-file-var-main.c: Include <dlfcn.h>, <assert.h>,
2666 <stddef.h> and "print-file-var.h".
2667 Add extern "C" wrappers around interface functions.
2668 [VERSION_ID_MAIN] (this_version_id): Define.
2669 (main): Define v0. Use dlopen if SHLIB_NAME is defined.
2670 * gdb.base/print-file-var.h: Add some #defines to simplify setting
2671 up extern "C" blocks.
2672 * gdb.base/print-file-var.exp (test): New, factored out from top
2673 level.
2674 (top level): Test all combinations of attribute hidden or not,
2675 dlopen or not, and this_version_id symbol in main file or not.
2676 Compile tests as both C++ and C, make test names unique.
2677
2678 2019-10-01 Tom Tromey <tom@tromey.com>
2679
2680 * gdb.base/style.exp: Test "show logging filename".
2681
2682 2019-10-01 Tom Tromey <tom@tromey.com>
2683
2684 * lib/gdb-utils.exp (style): Handle "metadata" argument.
2685 * gdb.base/style.exp: Add metadata style test.
2686
2687 2019-10-01 Tom Tromey <tom@tromey.com>
2688
2689 * gdb.base/style.exp: Test "pwd".
2690
2691 2019-10-01 Tom Tromey <tom@tromey.com>
2692
2693 * gdb.base/style.exp: Update tests.
2694
2695 2019-10-01 Andreas Arnez <arnez@linux.ibm.com>
2696
2697 * gdb.base/pretty-print.c (struct s1_t): Change fields 'three' and
2698 'six' to unsigned.
2699 (s1): Initialize fields 'four' and 'six' instead of 'three' and
2700 'five'. Use an all-ones bit pattern for each.
2701 * gdb.base/pretty-print.exp: Adjust expected output of "print s1"
2702 to its changed values.
2703
2704 2019-09-30 Tom Tromey <tromey@adacore.com>
2705
2706 * gdb.rust/traits.rs: Disable all warnings.
2707
2708 2019-09-29 Tom de Vries <tdevries@suse.de>
2709
2710 * gdb.dwarf2/gdb-index.exp: Handle new location of .dwz file.
2711
2712 2019-09-29 Tom de Vries <tdevries@suse.de>
2713
2714 * gdb.dwarf2/gdb-index.exp: Use with_test_prefix for second objcopy.
2715
2716 2019-09-27 Tom de Vries <tdevries@suse.de>
2717
2718 * gdb.reverse/step-precsave.exp: Add missing $gdb_prompt in regexps.
2719
2720 2019-09-27 Tom de Vries <tdevries@suse.de>
2721
2722 PR record/23188
2723 * gdb.reverse/step-precsave.exp: Add kfail for PR record/23188.
2724
2725 2019-09-26 Tom Tromey <tromey@adacore.com>
2726
2727 * gdb.ada/py_taft.exp: New file.
2728 * gdb.ada/py_taft/main.adb: New file.
2729 * gdb.ada/py_taft/pkg.adb: New file.
2730 * gdb.ada/py_taft/pkg.ads: New file.
2731
2732 2019-09-24 Tom de Vries <tdevries@suse.de>
2733
2734 PR gdb/24598
2735 * gdb.arch/amd64-init-x87-values.exp: Add xfail.
2736
2737 2019-09-22 Tom de Vries <tdevries@suse.de>
2738
2739 * gdb.base/restore.exp: Allow register variables to be optimized out at
2740 -O0.
2741
2742 2019-09-20 Ulrich Weigand <uweigand@de.ibm.com>
2743
2744 * gdb.arch/spu-info.exp: Remove file.
2745 * gdb.arch/spu-info.c: Remove file.
2746 * gdb.arch/spu-ls.exp: Remove file.
2747 * gdb.arch/spu-ls.c: Remove file.
2748
2749 * gdb.asm/asm-source.exp: Remove support for spu*-*-*.
2750 * gdb.asm/spu.inc: Remove file.
2751
2752 * gdb.base/dump.exp: Remove support for spu*-*-*.
2753 * gdb.base/stack-checking.exp: Likewise.
2754 * gdb.base/overlays.exp: Likewise.
2755 * gdb.base/ovlymgr.c: Likewise.
2756 * gdb.base/spu.ld: Remove file.
2757
2758 * gdb.cp/bs15503.exp: Remove support for spu*-*-*.
2759 * gdb.cp/cpexprs.exp: Likewise.
2760 * gdb.cp/exception.exp: Likewise.
2761 * gdb.cp/gdb2495.exp: Likewise.
2762 * gdb.cp/mb-templates.exp: Likewise.
2763 * gdb.cp/pr9167.exp: Likewise.
2764 * gdb.cp/userdef.exp: Likewise.
2765
2766 * gdb.xml/tdesc-regs.exp: Remove support for spu*-*-*.
2767
2768 * gdb.cell: Remove directory.
2769 * lib/cell.exp: Remove file.
2770
2771 2019-09-19 Tom de Vries <tdevries@suse.de>
2772
2773 * lib/gdb.exp (gdb_test): Eliminate "^FOOBAR$" pattern.
2774
2775 2019-09-19 Tom de Vries <tdevries@suse.de>
2776
2777 * lib/gdbserver-support.exp (gdb_target_cmd): Fix argument passing.
2778
2779 2019-09-19 Tom de Vries <tdevries@suse.de>
2780
2781 * lib/gdbserver-support.exp (gdb_target_cmd_ext): Return 2 (meaning
2782 UNSUPPORTED) for 'Network is unreachable' message. Factor out of ...
2783 (gdb_target_cmd): ... here.
2784 * gdb.server/server-connect.exp: Use gdb_target_cmd_ext, handle return
2785 value 2.
2786
2787 2019-09-18 Andrew Burgess <andrew.burgess@embecosm.com>
2788
2789 * gdb.base/source-dir.exp: Avoid having directory names in test
2790 names.
2791
2792 2019-09-17 Andrew Burgess <andrew.burgess@embecosm.com>
2793
2794 * gdb.base/source-dir.exp: Add extra test for mapped compilation
2795 directory.
2796
2797 2019-09-17 Andrew Burgess <andrew.burgess@embecosm.com>
2798
2799 * gdb.base/list-missing-source.exp: New file.
2800
2801 2019-09-14 Tom de Vries <tdevries@suse.de>
2802
2803 PR teststuite/24599
2804 * gdb.ada/rename_subscript_param.exp: Require gnatmake 8.
2805 * lib/ada.exp (gnatmake_version_at_least): New proc.
2806
2807 2019-09-12 Andrew Burgess <andrew.burgess@embecosm.com>
2808
2809 * gdb.base/maint.exp: Use exec_has_index_section.
2810
2811 2019-09-12 Andrew Burgess <andrew.burgess@embecosm.com>
2812
2813 * gdb.base/maint.exp: Add test for 'maint info sections'.
2814
2815 2019-09-12 Tom de Vries <tdevries@suse.de>
2816
2817 * gdb.base/store.exp: Allow register variables to be optimized out at
2818 -O0.
2819
2820 2019-09-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2821
2822 * gdb.ada/rdv_wait.exp: Update to new task names.
2823 * gdb.base/task_switch_in_core.exp: Likewise.
2824 * gdb.base/info_sources_base.c: Likewise.
2825
2826 2019-09-10 Tom Tromey <tromey@adacore.com>
2827
2828 * boards/cc-with-tweaks.exp: Set GNATMAKE_FOR_TARGET.
2829
2830 2019-09-10 Tom Tromey <tromey@adacore.com>
2831
2832 * gdb.ada/dgopt.exp: New file.
2833 * gdb.ada/dgopt/x.adb: New file.
2834
2835 2019-09-08 Tom Tromey <tom@tromey.com>
2836
2837 * gdb.tui/resize.exp: Remove setup_xfail.
2838 * gdb.tui/regs.exp: Remove setup_xfail.
2839 * gdb.tui/basic.exp: Remove setup_xfail.
2840
2841 2019-09-06 David Blaikie <dblaikie@gmail.com>
2842
2843 * gdb.base/label.exp: un-XFAIL label related tests under Clang.
2844 * gdb.cp/cplabel.exp: Ditto.
2845 * gdb.linespec/ls-errs.exp: Ditto.
2846
2847 2019-09-05 Tom de Vries <tdevries@suse.de>
2848
2849 * lib/gdb.exp (cmp_file_string): New proc.
2850 * gdb.base/ui-redirect.exp: Replace "gdb_breakpoint main" with
2851 runto_main. Verify save breakpoints output.
2852
2853 2019-09-04 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2854
2855 * gdb.base/info-var.exp: Test info variables without running
2856 to main, to avoid expect's buffer overflow.
2857
2858 2019-09-03 Tom Tromey <tromey@adacore.com>
2859
2860 * gdb.ada/bias.exp: New file.
2861 * gdb.ada/bias/bias.adb: New file.
2862 * gdb.ada/print_chars.exp: Add regression test.
2863 * gdb.ada/print_chars/foo.adb (My_Character): New type.
2864 (MC): New variable.
2865
2866 2019-08-29 Sandra Loosemore <sandra@codesourcery.com>
2867
2868 * gdb.base/argv0-symlink.exp: Run only on native target
2869 and local host.
2870
2871 2019-08-29 Tom de Vries <tdevries@suse.de>
2872
2873 * gdb.fortran/info-types.exp: Fix gdb_test regexp to allow more
2874 diverse debug info.
2875 * lib/fortran.exp (fortran_int8): New proc, based on fortran_int4.
2876
2877 2019-08-28 Tom de Vries <tdevries@suse.de>
2878
2879 * gdb.base/info-var.exp: Allow info variables to print info for files
2880 other than info-var-f1.c and info-var-f2.c.
2881
2882 2019-08-28 Andrew Burgess <andrew.burgess@embecosm.com>
2883
2884 * gdb.fortran/info-types.exp: Add module.
2885 * gdb.fortran/info-types.f90: Update expected results.
2886
2887 2019-08-28 Andrew Burgess <andrew.burgess@embecosm.com>
2888
2889 * gdb.fortran/info-types.exp: New file.
2890 * gdb.fortran/info-types.f90: New file.
2891 * lib/fortran.exp (fortran_character1): New proc.
2892
2893 2019-08-27 Andrew Burgess <andrew.burgess@embecosm.com>
2894
2895 * gdb.base/info-fun.exp: Extend to test the -n flag for 'info
2896 functions'. Reindent as needed.
2897 * gdb.base/info-var-f1.c: New file.
2898 * gdb.base/info-var-f2.c: New file.
2899 * gdb.base/info-var.exp: New file.
2900 * gdb.base/info-var.h: New file.
2901
2902 2019-08-26 Tom de Vries <tdevries@suse.de>
2903
2904 PR c++/24852
2905 * gdb.cp/no-libstdcxx-probe.exp: New test.
2906
2907 2019-08-26 Tom de Vries <tdevries@suse.de>
2908
2909 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt): Return 1 if probe
2910 * tests need to be skipped.
2911 * gdb.cp/exceptprint.exp: Update call to skip_libstdcxx_probe_tests.
2912 * gdb.mi/mi-catch-cpp-exceptions.exp: Update call to
2913 mi_skip_libstdcxx_probe_tests.
2914
2915 2019-08-26 Sergio Durigan Junior <sergiodj@redhat.com>
2916
2917 * gdb.python/py-xmethods.exp: Use raw strings when passing
2918 arguments to SimpleXMethodMatcher.
2919
2920 2019-08-22 Tom de Vries <tdevries@suse.de>
2921
2922 * gdb.multi/multi-term-settings.exp (coretest): Make gdb_test messages
2923 more informative.
2924
2925 2019-08-21 Pedro Alves <palves@redhat.com>
2926
2927 * gdb.base/with.exp: Test "with" with no arguments.
2928
2929 2019-08-21 Tom de Vries <tdevries@suse.de>
2930
2931 * gdb.base/gdb-caching-proc.exp: Sort files.
2932
2933 2019-08-20 Tom de Vries <tdevries@suse.de>
2934
2935 * lib/pascal.exp (gdb_compile_pascal): Remove $destfile before
2936 compilation.
2937
2938 2019-08-16 Tom de Vries <tdevries@suse.de>
2939
2940 * gdb.base/compare-sections.exp ("after run to main"): Allow
2941 mismatched read-only sections for PIE executables.
2942
2943 2019-08-16 Tom Tromey <tom@tromey.com>
2944
2945 * lib/tuiterm.exp (_csi_Z): New proc.
2946 * gdb.tui/basic.exp: Update window positions.
2947 * gdb.tui/empty.exp: Update window positions.
2948
2949 2019-08-15 Sandra Loosemore <sandra@codesourcery.com>
2950
2951 * gdb.base/examine-backward.exp: Correct regexp for
2952 "examine 3 bytes backward from ${address_zero}".
2953
2954 2019-08-15 Tom Tromey <tom@tromey.com>
2955
2956 * gdb.tui/empty.exp: Enable resizing tests.
2957
2958 2019-08-15 Tom Tromey <tromey@adacore.com>
2959
2960 * gdb.ada/char_enum.exp: Add regression tests.
2961 * gdb.ada/char_enum/foo.adb (Char_Enum_Type): Use '_'
2962 and '0'.
2963 (Char, Gchar): Update.
2964 * gdb.ada/char_enum/pck.ads (Global_Enum_Type): Use '+'.
2965
2966 2019-08-15 Christian Biesinger <cbiesinger@google.com>
2967
2968 * gdb.python/python.exp: Expect a leading underscore on
2969 GdbOutput{,Error}File.
2970
2971 2019-08-15 Sandra Loosemore <sandra@codesourcery.com>
2972
2973 * gdb.dwarf2/dw2-dir-file-name.exp: Skip on remote or
2974 Windows host.
2975
2976 2019-08-15 Sandra Loosemore <sandra@codesourcery.com>
2977
2978 * gdb.base/batch-preserve-term-settings.exp
2979 (test_terminal_settings_preserved_after_sigterm): Skip on Windows.
2980
2981 2019-08-15 Christian Biesinger <cbiesinger@google.com>
2982
2983 * lib/gdb.exp: When running on a mingw target, replace
2984 /x/ with x:/.
2985
2986 2019-08-14 Alan Hayward <alan.hayward@arm.com>
2987
2988 * gdb.arch/aarch64-prologue.c: New test.
2989 * gdb.arch/aarch64-prologue.exp: New file.
2990
2991 2019-08-13 Tom de Vries <tdevries@suse.de>
2992
2993 * gdb.gdb/selftest.exp (send ^C to child process again): Accept also
2994 Thread.
2995
2996 2019-08-13 Sandra Loosemore <sandra@codesourcery.com>
2997
2998 * gdb.python/py-completion.exp: Download the .py file to the host
2999 and use its host pathname. Conditionalize tests that use
3000 tab completion and manipulate files on the build machine.
3001 * gdb.python/py-events.exp: Download the .py file to the host
3002 and use its host pathname.
3003 * gdb.python/py-evsignal.exp: Likewise.
3004 * gdb.python/py-evthreads.exp: Likewise.
3005 * gdb.python/py-framefilter-invalidarg.exp: Match Windows
3006 pathname syntax.
3007 * gdb.python/py-framefilter.exp: Download the .py file to the right
3008 place on the host. Match Windows pathname syntax.
3009 * gdb.python/py-mi-var-info-path-expression.exp: Download the
3010 .py file to the host and use its host pathname.
3011 * gdb.python/py-objfile-script.exp: Match Windows pathname syntax.
3012 * gdb.python/py-objfile.exp: Expect a host pathname, not a
3013 build pathname. Skip symlink test on Windows host. Add missing
3014 newline at end of file.
3015 * gdb.python/py-pp-maint.exp: Download the .py file to the host
3016 and use its host pathname.
3017 * gdb.python/py-pp-registration.exp: Match Windows pathname syntax.
3018 * gdb.python/py-section-script.exp: Use host location of binfile
3019 on safe-path. Use correct path separator on Windows host.
3020 Reorder alternatives in gdb_test_multiple to prevent matching
3021 the wrong alternative on success.
3022 * gdb.python/py-symtab.exp: Match Windows pathname syntax.
3023
3024 2019-08-12 Patrick Palka <patrick@parcs.ath.cx>
3025
3026 * gdb.gdb/selftest.exp (test_with_self): Update test to now
3027 expect the GDB inferior to no longer immediately stop after
3028 being resumed with "signal SIGINT".
3029
3030 2019-08-09 Sandra Loosemore <sandra@codesourcery.com>
3031
3032 * gdb.linespec/break-ask.exp: Generalize regexps to match
3033 Windows pathnames too.
3034
3035 2019-08-08 Tom de Vries <tdevries@suse.de>
3036
3037 PR testsuite/24862
3038 * lib/tuiterm.exp (_accept): Fix CSI regexp.
3039
3040 2019-08-07 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3041
3042 * gdb.base/style.exp: Update tests for help doc new invariants.
3043 * gdb.base/help.exp: Likewise.
3044
3045 2019-08-06 Tom Tromey <tom@tromey.com>
3046
3047 * gdb.base/style.exp: Add disassemble test.
3048 * gdb.base/style.c (some_called_function): New function.
3049 (main): Use it.
3050
3051 2019-08-05 Christian Biesinger <cbiesinger@google.com>
3052
3053 * gdb.python/py-block.exp: Test dictionary access on blocks.
3054
3055 2019-08-05 Simon Marchi <simon.marchi@efficios.com>
3056
3057 PR gdb/24863
3058 * gdb.mi/list-thread-groups-available.exp: Increase timeout for
3059 -list-thread-groups --available test when running under
3060 check-read1.
3061
3062 2019-08-05 Tom de Vries <tdevries@suse.de>
3063
3064 PR testsuite/24863
3065 * lib/gdb.exp (with_read1_timeout_factor): New proc.
3066 * gdb.base/help.exp: Use with_read1_timeout_factor.
3067 * gdb.base/info-macros.exp: Same.
3068 * gdb.cp/nested-types.exp: Same.
3069
3070 2019-08-05 Tom de Vries <tdevries@suse.de>
3071
3072 * lib/gdb.exp (version_at_least): Factor out of ...
3073 (tcl_version_at_least): ... here.
3074 (gdb_compile): Fail if pie results in non-PIE executable.
3075 (readelf_version, readelf_prints_pie): New proc.
3076 (exec_is_pie): Return -1 if unknown.
3077
3078 2019-08-05 Tom de Vries <tdevries@suse.de>
3079
3080 * lib/gdb.exp (tcl_version_at_least): Fix typo.
3081
3082 2019-08-04 Sandra Loosemore <sandra@codesourcery.com>
3083
3084 * gdb.server/reconnect-ctrl-c.exp: Skip if nointerrupts.
3085
3086 2019-08-04 Sandra Loosemore <sandra@codesourcery.com>
3087
3088 * lib/completion-support.exp (test_gdb_complete_none): Skip
3089 tab completion tests if no readline support.
3090 (test_gdb_complete_unique_re): Likewise.
3091 (test_gdb_complete_multiple): Likewise.
3092
3093 2019-08-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3094
3095 * gdb.base/info_sources.exp: New file.
3096 * gdb.base/info_sources.c: New file.
3097 * gdb.base/info_sources_base.c: New file.
3098
3099 2019-08-01 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
3100
3101 * gdb.base/batch-exit-status.exp: Call test_exit_status with
3102 prefix argument.
3103 (test_exit_status): Add prefix argument.
3104
3105 2019-08-01 Tom de Vries <tdevries@suse.de>
3106
3107 PR testsuite/24863
3108 * gdb.threads/fork-plus-threads.exp: Fix check-run1 timeout by
3109 calling exp_continue for new thread and thread exited messages.
3110
3111 2019-08-01 Tom de Vries <tdevries@suse.de>
3112
3113 PR testsuite/24863
3114 * gdb.base/structs.exp: Fix check-read1 timeout using
3115 gdb_test_sequence.
3116 * lib/gdb.exp (tcl_version_at_least, lrepeat): New proc.
3117
3118 2019-08-01 Tom de Vries <tdevries@suse.de>
3119
3120 PR testsuite/24863
3121 * gdb.base/break-interp.exp: Use exp_continue after each "info files"
3122 line.
3123
3124 2019-08-01 Tom de Vries <tdevries@suse.de>
3125
3126 PR testsuite/24863
3127 * gdb.base/signals.exp: Fix check-read1 timeout using gdb_test_sequence.
3128
3129 2019-07-30 Tom Tromey <tromey@adacore.com>
3130
3131 * gdb.ada/display_nested.exp: New file.
3132 * gdb.ada/display_nested/foo.adb: New file.
3133 * gdb.ada/display_nested/pack.adb: New file.
3134 * gdb.ada/display_nested/pack.ads: New file.
3135
3136 2019-07-30 Christian Biesinger <cbiesinger@google.com>
3137
3138 * gdb.python/py-symbol.c: Add a static variable and one in an anonymous
3139 namespace.
3140 * gdb.python/py-symbol.exp: Test gdb.lookup_static_symbol.
3141
3142 2019-07-30 Tom de Vries <tdevries@suse.de>
3143
3144 * lib/read1.c (read): Don't use unsetenv (v), use setenv (v, "", 1)
3145 instead.
3146
3147 2019-07-30 Tom de Vries <tdevries@suse.de>
3148
3149 PR testsuite/24834
3150 * lib/gdb.exp (gdb_compile): Fail if nopie results in PIE executable.
3151 (exec_is_pie): New proc.
3152
3153 2019-07-29 Christian Biesinger <cbiesinger@google.com>
3154
3155 * gdb.python/py-objfile.exp: Fix misspelling (nonexistant -> nonexistent)
3156
3157 2019-07-29 Christian Biesinger <cbiesinger@google.com>
3158
3159 * gdb.python/py-objfile.c: Add global and static vars.
3160 * gdb.python/py-objfile.exp: Test new functions Objfile.
3161 lookup_global_symbol and lookup_static_symbol.
3162
3163 2019-07-29 Tom Tromey <tom@tromey.com>
3164
3165 * lib/tuiterm.exp (Term::_csi_@): New proc.
3166 (Term::_csi_X): Don't move cursor.
3167
3168 2019-07-29 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3169
3170 * gdb.base/options.exp: Update backtrace - completion to
3171 new option -frame-info.
3172 * gdb.base/frame-args.exp: Test new 'frame-arguments presence'.
3173 Test new 'set print frame-info'. Test backtrace -frame-info
3174 overriding 'set print frame-info'.
3175 * gdb.python/py-framefilter.exp: Test new 'frame-arguments presence'.
3176 Test new 'set print frame-info'.
3177 Verify consistency of backtrace with and without filters, with and
3178 without -no-filters.
3179 * gdb.python/py-framefilter-invalidarg.exp: Update to new print_what
3180 default.
3181
3182 2019-07-29 Tom de Vries <tdevries@suse.de>
3183
3184 * gdb.linespec/explicit.exp: Fix completion trigger for "complete with
3185 no arguments".
3186
3187 2019-07-29 Tom de Vries <tdevries@suse.de>
3188
3189 * gdb.linespec/explicit.exp: Fix gdb_test_multiple regexps where second
3190 is a substring of the first for "complete non-unique file name".
3191
3192 2019-07-29 Tom de Vries <tdevries@suse.de>
3193
3194 * gdb.python/python.exp: Don't terminate gdb_test_multiple regexp
3195 with ".*".
3196
3197 2019-07-29 Tom de Vries <tdevries@suse.de>
3198
3199 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt, gdb_is_target_1):
3200 Pass prompt_regexp parameter to gdb_test_multiple calls.
3201
3202 2019-07-29 Tom de Vries <tdevries@suse.de>
3203
3204 * gdb.base/maint.exp: Use "\r\n" instead of "\[\r\n\]+" in "maint
3205 print registers" regexps.
3206
3207 2019-07-29 Tom de Vries <tdevries@suse.de>
3208
3209 * gdb.base/define.exp: Add "\r\n" to "reset gdb_prompt" regexp.
3210
3211 2019-07-29 Tom de Vries <tdevries@suse.de>
3212
3213 PR gdb/24855
3214 * lib/gdb.exp (gdb_test_multiple): Add prompt_regexp parameter.
3215 (skip_python_tests_prompt): Add prompt_regexp argument to
3216 gdb_test_multiple calls.
3217
3218 2019-07-27 Tom Tromey <tom@tromey.com>
3219
3220 * gdb.tui/main.exp: New file.
3221
3222 2019-07-27 Tom Tromey <tom@tromey.com>
3223
3224 * lib/tuiterm.exp (Term::clean_restart): Make "executable"
3225 optional.
3226 * gdb.tui/empty.exp: New file.
3227
3228 2019-07-27 Tom Tromey <tom@tromey.com>
3229
3230 * lib/tuiterm.exp (spawn): New proc.
3231 (Term::resize): New proc.
3232 * gdb.tui/resize.exp: New file.
3233
3234 2019-07-27 Tom Tromey <tom@tromey.com>
3235
3236 * gdb.tui/list.exp: New file.
3237
3238 2019-07-27 Tom Tromey <tom@tromey.com>
3239
3240 * gdb.tui/regs.exp: New file.
3241
3242 2019-07-27 Tom Tromey <tom@tromey.com>
3243
3244 * gdb.tui/basic.exp: Add "layout split" test.
3245
3246 2019-07-27 Tom Tromey <tom@tromey.com>
3247
3248 * gdb.tui/basic.exp: Add "layout asm" test.
3249
3250 2019-07-27 Tom Tromey <tom@tromey.com>
3251
3252 * lib/tuiterm.exp: New file.
3253 * gdb.tui/basic.exp: New file.
3254
3255 2019-07-27 Kevin Buettner <kevinb@redhat.com>
3256
3257 * gdb.dwarf2/dw2-ranges-func.exp (enable_foo_cold_stepping):
3258 Enable tests associated with this flag. Adjust regex
3259 referencing "foo_low" to now refer to "foo_cold" instead.
3260
3261 2019-07-27 Kevin Buettner <kevinb@redhat.com>
3262
3263 * gdb.dwarf2/dw2-ranges-func.c: Rename to...
3264 * gdb.dwarf2/dw2-ranges-func-lo-cold.c: ...this.
3265 * gdb.dwarf2/dw2-ranges-func-lo-cold.c (foo_low): Change name to
3266 foo_cold. Revise comments to match.
3267 * gdb.dwarf2/dw2-ranges-func-hi-cold.c: New file.
3268 * gdb.dwarf2/dw2-ranges-func.exp (do_test): New proc. Existing tests
3269 were wrapped into this proc; Call do_test in loop from outermost
3270 level.
3271 (foo_low): Rename all occurrences to "foo_cold".
3272 (backtrace from baz): New test.
3273 (x2/i foo_cold): New test.
3274 (info line *foo_cold): New test.
3275
3276 2019-07-26 Tom de Vries <tdevries@suse.de>
3277
3278 * gdb.arch/i386-pkru.exp: Fix unterminated string.
3279
3280 2019-07-25 Tom de Vries <tdevries@suse.de>
3281
3282 PR testsuite/24830
3283 * gdb.mi/mi-catch-cpp-exceptions.exp: Call
3284 mi_skip_libstdcxx_probe_tests, and skip unsupported tests.
3285 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt): Factor out of ...
3286 (skip_libstdcxx_probe_tests): ... here.
3287 * lib/mi-support.exp (mi_skip_libstdcxx_probe_tests): New proc.
3288
3289 2019-07-24 Tom de Vries <tdevries@suse.de>
3290
3291 PR testsuite/24807
3292 * gdb.objc/basicclass.m: Include stdio.h.
3293 * gdb.objc/nondebug.m: Same.
3294 * gdb.objc/objcdecode.m: Same.
3295
3296 2019-07-24 Tom de Vries <tdevries@suse.de>
3297
3298 PR testsuite/24612
3299 * gdb.base/infoline-reloc-main-from-zero.exp: Add -Wl,-N to
3300 additional_flags.
3301
3302 2019-07-24 Tom de Vries <tdevries@suse.de>
3303
3304 PR testsuite/24831
3305 * gdb.multi/tids.exp: Update error messages for info threads.
3306
3307 2019-07-24 Tom de Vries <tdevries@suse.de>
3308
3309 * gdb.base/info-types.exp: Allow info types to print info for more than
3310 one file.
3311
3312 2019-07-23 Tom de Vries <tdevries@suse.de>
3313
3314 PR testsuite/24842
3315 * gdb.dwarf2/multidictionary.exp: Consume initial prompt after
3316 gdb_spawn_with_cmdline_opts.
3317
3318 2019-07-23 Srinath Parvathaneni <srinath.parvathaneni@arm.com>
3319
3320 * gdb.arch/arm-cmse-sgstubs.c: New test.
3321 * gdb.arch/arm-cmse-sgstubs.exp: New file.
3322
3323 2019-07-23 Tom de Vries <tdevries@suse.de>
3324
3325 PR testsuite/24711
3326 * gdb.mi/mi-complete.exp: Wait for "set max-completions" result before
3327 issuing next command.
3328
3329 2019-07-22 Andrew Burgess <andrew.burgess@embecosm.com>
3330
3331 * gdb.ada/info_auto_lang.exp: Update expected results.
3332 * gdb.base/info-types.c: Add additional types to check.
3333 * gdb.base/info-types.exp: Update expected results.
3334
3335 2019-07-22 Andrew Burgess <andrew.burgess@embecosm.com>
3336
3337 * gdb.base/info-types.c: New file.
3338 * gdb.base/info-types.exp: New file.
3339
3340 2019-07-19 Andrew Burgess <andrew.burgess@embecosm.com>
3341
3342 * gdb.arch/riscv-bp-infcall.c: New file.
3343 * gdb.arch/riscv-bp-infcall.exp: New file.
3344
3345 2019-07-17 Andrew Burgess <andrew.burgess@embecosm.com>
3346
3347 PR breakpoints/24541
3348 * gdb.mi/mi-catch-cpp-exceptions.exp: Remove kfail due to 24541.
3349
3350 2019-07-14 Tom de Vries <tdevries@suse.de>
3351
3352 PR testsuite/24760
3353 * gdb.objc/basicclass.exp: Fix unterminated string.
3354
3355 2019-07-12 Bernhard Heckel <bernhard.heckel@intel.com>
3356 Andrew Burgess <andrew.burgess@embecosm.com>
3357
3358 * gdb.fortran/vla-ptype.exp: Print array with negative bounds.
3359 * gdb.fortran/vla-sizeof.exp: Print the size of an array with
3360 negative bounds.
3361 * gdb.fortran/vla-value.exp: Print elements of an array with
3362 negative bounds.
3363 * gdb.fortran/vla.f90: Setup an array with negative bounds for
3364 testing.
3365
3366 2019-07-11 Andrew Burgess <andrew.burgess@embecosm.com>
3367
3368 * gdb.base/options.exp (expect_string): Dequote strings in
3369 results.
3370 (test-string): Test strings with different quoting and reindent.
3371
3372 2019-07-10 Tom Tromey <tromey@adacore.com>
3373
3374 * gdb.ada/mi_ex_cond.exp: Update expected results.
3375 * gdb.ada/mi_catch_ex_hand.exp: Update expected results.
3376 * gdb.ada/mi_catch_ex.exp: Update expected results.
3377 * gdb.ada/mi_catch_assert.exp: Update expected results.
3378 * gdb.ada/catch_ex.exp (catch_exception_info)
3379 (catch_exception_entry, catch_assert_entry)
3380 (catch_unhandled_entry): Update.
3381 * gdb.ada/catch_assert_if.exp: Update expected results.
3382
3383 2019-07-10 Richard Bunt <richard.bunt@arm.com>
3384 Stephen Roberts <stephen.roberts@arm.com>
3385
3386 * gdb.base/define.exp: Restore original prompt.
3387
3388 2019-07-09 Pedro Alves <palves@redhat.com>
3389
3390 * gdb.cp/catch-multi-stdlib.exp: Adjust expected "info
3391 breakpoints" output.
3392 * gdb.cp/exception.exp: Adjust expected "info breakpoints" output.
3393 * gdb.python/py-breakpoint.exp: No longer expect that "catch
3394 throw" creates breakpoint.
3395 * gdb.mi/mi-catch-cpp-exceptions.exp (setup_catchpoint): Expect
3396 'type="catchpoint"'.
3397
3398 2019-07-09 Pedro Alves <palves@redhat.com>
3399
3400 PR c++/15468
3401 * gdb.cp/except-multi-location-lib.cc: New.
3402 * gdb.cp/except-multi-location-main.cc: New.
3403 * gdb.cp/except-multi-location.exp: New.
3404
3405 2019-07-09 Sergio Durigan Junior <sergiodj@redhat.com>
3406
3407 * gdb.base/printcmds.exp (test_printf_convenience_var): Set
3408 language to "c++" before dealing with wchar_t. Remove DO_WSTRING
3409 argument and update callers.
3410
3411 2019-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
3412
3413 * gdb.arch/amd64-break-on-asm-line.S: New file.
3414 * gdb.arch/amd64-break-on-asm-line.exp: New file.
3415
3416 2019-07-08 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3417
3418 * gdb.base/printcmds.exp: Test printing C string and
3419 C wide string convenience vars without transiting via the inferior.
3420 Also make test names unique.
3421
3422 2019-07-08 Alan Hayward <alan.hayward@arm.com>
3423
3424 PR breakpoints/25011
3425 * gdb.base/break-idempotent.exp: Test both PIE and non PIE.
3426
3427 2019-07-04 Pedro Alves <palves@redhat.com>
3428
3429 * lib/gdb.exp (foreach_with_prefix): Don't return early if
3430 body returned ok(0), break(3) or continue(4).
3431 * gdb.testsuite/foreach_with_prefix.exp: New file.
3432
3433 2019-07-04 Alan Hayward <alan.hayward@arm.com>
3434
3435 * gdb.server/unittest.exp: Allow 0 unit tests to run.
3436
3437 2019-07-03 Pedro Alves <palves@redhat.com>
3438
3439 * lib/gdb.exp (foreach_with_prefix): Use "catch" and
3440 "return -code".
3441
3442 2019-07-03 Pedro Alves <palves@redhat.com>
3443
3444 PR cli/24732
3445 * gdb.base/shell.exp: Load completion-support.exp.
3446 Adjust expected error output. Add completion tests.
3447
3448 2019-07-03 Pedro Alves <palves@redhat.com>
3449
3450 * lib/completion-support.exp (test_gdb_complete_cmd_multiple): Use
3451 string_to_regexp.
3452
3453 2019-07-03 Pedro Alves <palves@redhat.com>
3454
3455 * gdb.base/options.exp (expect_none, expect_flag, expect_bool)
3456 (expect_integer): Adjust to expect "-string".
3457 (expect_string): New.
3458 (all_options): Expect "-string".
3459 (test-flag, test-boolean): Adjust to expect "-string".
3460 (test-string): New proc.
3461 (top level): Call it.
3462
3463 2019-07-03 Pedro Alves <palves@redhat.com>
3464
3465 * gdb.base/options.exp (test-misc, test-flag, test-boolean)
3466 (test-uinteger, test-enum): Adjust res_test_gdb_... calls to pass
3467 the expected output in the success.
3468
3469 2019-07-03 Pedro Alves <palves@redhat.com>
3470
3471 * lib/completion-support.exp (test_gdb_complete_tab_multiple):
3472 Split one gdb_test_multiple call in two to avoid a race.
3473
3474 2019-07-03 Pedro Alves <palves@redhat.com>
3475
3476 * gdb.base/with.c: New file.
3477 * gdb.base/with.exp: New file.
3478
3479 2019-07-03 Pedro Alves <palves@redhat.com>
3480
3481 * gdb.base/settings.exp: Replace all references to "maint
3482 test-settings set" with references to "maint set test-settings",
3483 and all references to "maint test-settings show" with references
3484 to "maint show test-settings".
3485
3486 2019-07-03 Pedro Alves <palves@redhat.com>
3487
3488 * gdb.base/settings.exp (test-string): Adjust expected out when
3489 testing "maint test-settings show filename"
3490
3491 2019-07-02 Pedro Alves <palves@redhat.com>
3492
3493 * gdb.base/options.exp (test-info-threads): New procedure.
3494 (top level): Call it.
3495
3496 2019-06-28 Tom Tromey <tromey@adacore.com>
3497
3498 * gdb.dwarf2/ada-linkage-name.c: New file.
3499 * gdb.dwarf2/ada-linkage-name.exp: New file.
3500
3501 2019-06-27 Tom Tromey <tromey@adacore.com>
3502
3503 PR c++/20020:
3504 * gdb.cp/constexpr-field.exp: Use setup_xfail.
3505
3506 2019-06-26 Tom de Vries <tdevries@suse.de>
3507
3508 * gdb.dwarf2/varval.exp: Compile twice, once without bad DWARF.
3509
3510 2019-06-26 Tom de Vries <tdevries@suse.de>
3511
3512 * gdb.base/index-cache.exp: Add back missing debug option.
3513
3514 2019-06-23 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3515
3516 * gdb.base/alias.exp: Test non matching/non existing prefixes.
3517
3518 2019-06-25 Tom de Vries <tdevries@suse.de>
3519
3520 PR testsuite/24727
3521 * gdb.dwarf2/dw2-restrict.S: Regenerate using clang 5.0.1.
3522
3523 2019-06-24 Tom de Vries <tdevries@suse.de>
3524
3525 * gdb.dwarf2/implptr-64bit.exp: Fix intra-CU '%' label reference.
3526
3527 2019-06-24 Tom de Vries <tdevries@suse.de>
3528
3529 * gdb.trace/entry-values.exp: Use DW_FORM_udata instead of
3530 DW_FOR_sdata for DW_AT_decl_file. Use 0 for DW_AT_decl_file.
3531 * gdb.trace/unavailable-dwarf-piece.exp: Same.
3532
3533 2019-06-24 Tom de Vries <tdevries@suse.de>
3534
3535 * gdb.dwarf2/inlined_subroutine-inheritance.exp:
3536
3537 2019-06-21 Tom de Vries <tdevries@suse.de>
3538
3539 * gdb.base/index-cache.exp: Add additional_flags=-Wl,--build-id.
3540
3541 2019-06-21 Tom de Vries <tdevries@suse.de>
3542
3543 PR testsuite/24518
3544 PR ada/24713
3545 * gdb.ada/ptype_union.exp: Mark as unsupported if executable contains
3546 index.
3547
3548 2019-06-19 Tom Tromey <tromey@adacore.com>
3549
3550 * gdb.ada/length_cond.exp: Add intro comment.
3551
3552 2019-06-19 Tom Tromey <tromey@adacore.com>
3553
3554 * gdb.ada/length_cond.exp: New file.
3555 * gdb.ada/length_cond/length_cond.adb: New file.
3556 * gdb.ada/length_cond/pck.adb: New file.
3557 * gdb.ada/length_cond/pck.ads: New file.
3558
3559 2019-06-18 Tom de Vries <tdevries@suse.de>
3560
3561 * boards/fission.exp (debug_flags): Add "-fuse-ld=gold".
3562
3563 2019-06-18 Tom Tromey <tromey@adacore.com>
3564
3565 * gdb.base/list0.h: Add comment explaining control character.
3566
3567 2019-06-18 Tom de Vries <tdevries@suse.de>
3568
3569 * boards/fission.exp: Break up long debug_flags line.
3570
3571 2019-06-16 Tom de Vries <tdevries@suse.de>
3572
3573 PR gdb/24445
3574 * gdb.dwarf2/gdb-index.exp (add_gdb_index): Update dwz file with
3575 generated index.
3576
3577 2019-06-16 Andrew Burgess <andrew.burgess@embecosm.com>
3578
3579 PR gdb/24686
3580 * gdb.mi/mi-catch-cpp-exceptions.exp: Add an extra pattern to
3581 improve detection of bug gdb/24541.
3582
3583 2019-06-16 Simon Marchi <simon.marchi@polymtl.ca>
3584
3585 PR gdb/24669
3586 * gdb.base/index-cache.exp (uses_readnow,
3587 expecting_index_cache_use): Define global variable.
3588 (test_cache_enabled_miss, test_cache_enabled_hit): Use
3589 expecting_index_cache_use.
3590
3591 2019-06-16 Bernhard Heckel <bernhard.heckel@intel.com>
3592 Andrew Burgess <andrew.burgess@embecosm.com>
3593
3594 * gdb.fortran/pointers.f90: New file.
3595 * gdb.fortran/print_type.exp: New file.
3596 * gdb.fortran/vla-ptype.exp: Adapt expected results.
3597 * gdb.fortran/vla-type.exp: Likewise.
3598 * gdb.fortran/vla-value.exp: Likewise.
3599 * gdb.mi/mi-vla-fortran.exp: Likewise.
3600
3601 2019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
3602
3603 * gdb.mi/mi-catch-cpp-exceptions.cc: New file.
3604 * gdb.mi/mi-catch-cpp-exceptions.exp: New file.
3605 * lib/mi-support.exp (mi_expect_stop): Handle 'exception-caught'
3606 as a stop reason.
3607
3608 2019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
3609
3610 * gdb.base/annota1.exp: Update expected results.
3611 * gdb.cp/annota2.exp: Likewise.
3612 * gdb.cp/annota3.exp: Likewise.
3613
3614 2019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
3615
3616 * gdb.base/style-logging.exp: Remove path from test name.
3617
3618 2019-06-14 Tom Tromey <tromey@adacore.com>
3619
3620 PR gdb/24502:
3621 * gdb.base/style-logging.exp: New file.
3622
3623 2019-06-14 Tom Tromey <tromey@adacore.com>
3624
3625 * gdb.base/symfile-warn.exp: New file.
3626 * gdb.base/symfile-warn.c: New file.
3627
3628 2019-06-14 Tom Tromey <tromey@adacore.com>
3629
3630 * gdb.base/annotate-symlink.exp: New file.
3631
3632 2019-06-14 Tom Tromey <tromey@adacore.com>
3633
3634 * gdb.ada/set_wstr.exp: Add reassignment test.
3635
3636 2019-06-14 Tom Tromey <tromey@adacore.com>
3637
3638 * gdb.ada/formatted_ref.exp (test_p_x_addr): Check
3639 'unchecked_access and 'unrestricted_access as well.
3640
3641 2019-06-14 Tom Tromey <tromey@adacore.com>
3642
3643 PR ada/24539:
3644 * gdb.ada/vla.exp: Update tests.
3645 * gdb.ada/vla/vla.adb (Record_Type): Use No_Component_Reordering
3646 pragma.
3647
3648 2019-06-13 Pedro Alves <palves@redhat.com>
3649
3650 * gdb.base/settings.exp (test-integer): Test junk after
3651 "unlimited".
3652
3653 2019-06-13 Pedro Alves <palves@redhat.com>
3654
3655 * gdb.base/options.exp (test-thread-apply): New.
3656 (top level): Call it.
3657
3658 2019-06-13 Pedro Alves <palves@redhat.com>
3659
3660 * gdb.base/options.exp (test-frame-apply): New.
3661 (top level): Test print commands with different "frame apply"
3662 prefixes.
3663
3664 2019-06-13 Pedro Alves <palves@redhat.com>
3665
3666 * lib/completion-support.exp (test_gdb_complete_tab_multiple)
3667 (test_gdb_complete_cmd_multiple, test_gdb_complete_multiple): Add
3668 'max_completions' parameter and handle it.
3669 (test_gdb_completion_offers_commands): New.
3670
3671 2019-06-13 Pedro Alves <palves@redhat.com>
3672
3673 * gdb.base/options.exp (test-backtrace): Test completing qualifiers.
3674
3675 2019-06-13 Pedro Alves <palves@redhat.com>
3676
3677 * gdb.base/options.exp (test-backtrace): New.
3678 (top level): Call it.
3679
3680 2019-06-13 Pedro Alves <palves@redhat.com>
3681
3682 * gdb.guile/scm-frame-args.exp: Use "set print
3683 raw-frame-arguments" instead of "set print raw frame-arguments".
3684 * gdb.python/py-frame-args.exp: Likewise.
3685
3686 2019-06-13 Pedro Alves <palves@redhat.com>
3687
3688 * gdb.compile/compile.exp: Adjust expected output to option
3689 processing changes.
3690
3691 2019-06-13 Pedro Alves <palves@redhat.com>
3692
3693 * gdb.base/options.exp: Build executable.
3694 (test-print): New procedure.
3695 (top level): Call it, once for "print" and another for "compile
3696 print".
3697
3698 2019-06-13 Pedro Alves <palves@redhat.com>
3699
3700 * gdb.base/options.c: New file.
3701 * gdb.base/options.exp: New file.
3702
3703 2019-06-13 Pedro Alves <palves@redhat.com>
3704
3705 * gdb.base/settings.exp (test-boolean, test-auto-boolean): Check
3706 that "o" is ambiguous.
3707
3708 2019-06-13 Pedro Alves <palves@redhat.com>
3709
3710 * gdb.base/settings.c: New file.
3711 * gdb.base/settings.exp: New file.
3712
3713 2019-06-13 Pedro Alves <palves@redhat.com>
3714
3715 * gdb.base/completion.exp: Fix comment typo.
3716
3717 2019-06-13 Pedro Alves <palves@redhat.com>
3718
3719 * gdb.multi/tids.exp: Adjust expected output. Add "thread apply 1
3720 foo --1" test.
3721
3722 2019-06-11 Bernhard Heckel <bernhard.heckel@intel.com>
3723
3724 * gdb.fortran/block-data.f: New.
3725 * gdb.fortran/block-data.exp: New.
3726
3727 2019-06-11 Tom de Vries <tdevries@suse.de>
3728
3729 PR testsuite/24521
3730 * gdb.multi/remove-inferiors.exp: Allow "Expanding full symbols"
3731 message.
3732
3733 2019-06-11 Tom de Vries <tdevries@suse.de>
3734
3735 PR testsuite/24521
3736 * gdb.dwarf2/nonvar-access.exp: Fix main high_pc.
3737
3738 2019-06-11 Tom de Vries <tdevries@suse.de>
3739
3740 * boards/readnow.exp: New file.
3741
3742 2019-06-10 Andrew Burgess <andrew.burgess@embecosm.com>
3743
3744 * gdb.fortran/vla-sizeof.exp: Update expected results.
3745
3746 2019-06-06 Amos Bird <amosbird@gmail.com>
3747
3748 * gdb.base/annota1.exp (thread_switch): Add test for
3749 thread-exited annotation.
3750
3751 2019-06-06 Tom Tromey <tromey@adacore.com>
3752
3753 * gdb.base/maint.exp: Expect command started/finished output.
3754
3755 2019-06-05 Andrew Burgess <andrew.burgess@embecosm.com>
3756
3757 * gdb.arch/riscv-unwind-long-insn-6.s: Remove use of 'I' in
3758 comment.
3759 * gdb.arch/riscv-unwind-long-insn-8.s: Likewise.
3760
3761 2019-06-05 Andrew Burgess <andrew.burgess@embecosm.com>
3762
3763 * gdb.arch/riscv-unwind-long-insn-6.s: New file.
3764 * gdb.arch/riscv-unwind-long-insn-8.s: New file.
3765 * gdb.arch/riscv-unwind-long-insn.c: New file.
3766 * gdb.arch/riscv-unwind-long-insn.exp: New file.
3767
3768 2019-06-04 Christian Biesinger <cbiesinger@google.com>
3769
3770 * gdb.python/py-type.exp: Test for new gdb.Type.objfile property.
3771
3772 2019-06-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3773
3774 * lib/gdb.exp (help_list_trailer): New regexp variable
3775 factorizing the help trailer message.
3776 (test_class_help): Use help_list_trailer. Add LIST_OF_COMMANDS
3777 arg to allow to better factorize various tests.
3778 (test_user_defined_class_help): Factorizes testing 'help user-defined'.
3779 (test_prefix_command_help): Use help_list_trailer.
3780 * gdb.python/py-cmd.exp: Use test_user_defined_class_help.
3781 * gdb.guile/scm-cmd.exp: Likewise.
3782 * gdb.trace/tracecmd.exp: Update caller of test_class_help.
3783 * gdb.base/help.exp: Use test_user_defined_class_help.
3784 * gdb.base/style.exp: Add tests for styling of help and apropos.
3785 * lib/gdb-utils.exp (style): Add title and highlight styles.
3786
3787 2019-05-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3788
3789 * gdb.base/shell.exp: Test pipe command, $_shell_exitcode,
3790 $_shell_exitsignal.
3791 * gdb.base/default.exp: Update for new convenience variables.
3792
3793 2019-05-29 Tom Tromey <tromey@adacore.com>
3794
3795 * gdb.ada/complete.exp (test_gdb_no_completion): Add "/" and "-"
3796 to "break complete ada" test case's regexp.
3797
3798 2019-05-29 Tom Tromey <tromey@adacore.com>
3799
3800 PR c++/20020:
3801 * gdb.cp/constexpr-field.exp: New file.
3802 * gdb.cp/constexpr-field.cc: New file.
3803
3804 2019-05-29 Tom Tromey <tromey@adacore.com>
3805
3806 * gdb.base/finish.exp (finish_no_print): New proc.
3807 (finish_tests): Call it.
3808
3809 2019-05-24 Tom de Vries <tdevries@suse.de>
3810
3811 * gdb.dwarf2/gdb-add-index.exp: New file.
3812
3813 2019-05-22 Tom Tromey <tromey@adacore.com>
3814
3815 * gdb.base/info-shared.exp (check_info_shared): Use "style".
3816 * gdb.base/style.exp: Use "style".
3817 * lib/gdb-utils.exp (style): New proc.
3818
3819 2019-05-22 Tom de Vries <tdevries@suse.de>
3820
3821 * gdb.base/align.exp: Require c++11.
3822
3823 2019-05-22 Tom de Vries <tdevries@suse.de>
3824
3825 PR testsuite/24586
3826 * gdb.python/py-mi-var-info-path-expression.exp: Call
3827 mi_skip_python_tests to check if python is supported.
3828
3829 2019-05-22 Alan Hayward <alan.hayward@arm.com>
3830
3831 * gdb.arch/aarch64-pauth.c: New test.
3832 * gdb.arch/aarch64-pauth.exp: New file.
3833
3834 2019-05-22 Alan Hayward <alan.hayward@arm.com>
3835
3836 * README (Re-running Tests Outside The Testsuite): New section.
3837
3838 2019-05-21 Tom de Vries <tdevries@suse.de>
3839
3840 * gdb.arch/amd64-eval.exp: Require c++11.
3841 * gdb.base/max-depth.exp: Same.
3842 * gdb.compile/compile-cplus-array-decay.exp: Same.
3843 * gdb.cp/meth-typedefs.exp: Same.
3844 * gdb.cp/subtypes.exp: Same.
3845 * gdb.cp/temargs.exp: Same.
3846
3847 2019-05-21 Alan Hayward <alan.hayward@arm.com>
3848
3849 * lib/gdbserver-support.exp (gdbserver_run): Mark kill as optional.
3850
3851 2019-05-18 Andrew Burgess <andrew.burgess@embecosm.com>
3852
3853 PR gdb/18644
3854 * gdb.fortran/complex.exp: Remove setup_kfail calls.
3855 * gdb.fortran/printing-types.exp: Add new test.
3856 * gdb.fortran/printing-types.f90: Add 16-byte real variable for
3857 testing.
3858 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): Remove
3859 setup_kfail call.
3860
3861 2019-05-17 Alan Hayward <alan.hayward@arm.com>
3862
3863 * README (Running the Testsuite): Change example.
3864 (Testsuite Parameters): Remove TRANSCRIPT.
3865 * lib/gdb.exp: Remove TRANSCRIPT check.
3866
3867 2019-05-17 Alan Hayward <alan.hayward@arm.com>
3868
3869 * README (Testsuite Parameters): Add replay logging to
3870 GDBSERVER_DEBUG.
3871 (gdbserver,debug): Refer to GDBSERVER_DEBUG.
3872 * lib/gdbserver-support.exp (gdbserver_start): Treat gdbserverdebug
3873 as a comma separated list.
3874 (gdb_debug_init): Override procedure.
3875
3876 2019-05-17 Alan Hayward <alan.hayward@arm.com>
3877
3878 * lib/gdb.exp (default_gdb_spawn): Call gdb_write_cmd_file.
3879 (gdb_write_cmd_file): New procedure.
3880 * lib/gdbserver-support.exp (gdbserver_start): Call
3881 gdbserver_write_cmd_file.
3882 (gdbserver_write_cmd_file): New procedure.
3883
3884 2019-05-17 Alan Hayward <alan.hayward@arm.com>
3885
3886 * lib/gdb.exp (gdb_unload): Mark Y as an answer.
3887 (delete_breakpoints): Likewise.
3888 (gdb_run_cmd): Likewise.
3889 (gdb_start_cmd): Likewise.
3890 (gdb_starti_cmd): Likewise.
3891 (gdb_internal_error_resync): Likewise.
3892 (gdb_test_multiple): Likewise.
3893 (gdb_reinitialize_dir): Likewise.
3894 (default_gdb_exit): Likewise.
3895 (gdb_file_cmd): Mark kill as optional.
3896 (default_gdb_start): Call gdb_stdin_log_init.
3897 (send_gdb): Call gdb_stdin_log_write.
3898 (rerun_to_main): Mark Y as an answer.
3899 (gdb_stdin_log_init): New function.
3900 (gdb_stdin_log_write): Likewise.
3901
3902 2019-05-17 Alan Hayward <alan.hayward@arm.com>
3903
3904 * gdb.base/breakpoint-in-ro-region.exp: Disable when debugging.
3905 * gdb.base/debug-expr.exp: Likewise.
3906 * gdb.base/foll-fork.exp: Likewise.
3907 * gdb.base/foll-vfork.exp: Likewise.
3908 * gdb.base/fork-print-inferior-events.exp: Likewise.
3909 * gdb.base/gdb-sigterm.exp: Likewise.
3910 * gdb.base/gdbinit-history.exp: Likewise.
3911 * gdb.base/osabi.exp: Likewise.
3912 * gdb.base/sss-bp-on-user-bp-2.exp: Likewise.
3913 * gdb.base/ui-redirect.exp: Likewise.
3914 * gdb.gdb/unittest.exp: Likewise.
3915 * gdb.mi/mi-break.exp: Disable separate-mi-tty when debugging.
3916 * gdb.mi/mi-watch.exp: Likewise.
3917 * gdb.mi/new-ui-mi-sync.exp: Likewise.
3918 * gdb.mi/user-selected-context-sync.exp: Likewise.
3919 * gdb.python/python.exp: Disable debug test when debugging.
3920 * gdb.threads/check-libthread-db.exp: Disable when debugging.
3921 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
3922 Likewise.
3923 * gdb.threads/stepi-random-signal.exp: Likewise.
3924
3925 2019-05-17 Alan Hayward <alan.hayward@arm.com>
3926
3927 * Makefile.in: Pass through GDB_DEBUG.
3928 * README (Testsuite Parameters): Add GDB_DEBUG.
3929 (gdb,debug): Add board setting.
3930 * lib/gdb.exp (default_gdb_start): Start debugging.
3931 (gdb_debug_enabled): New procedure.
3932 (gdb_debug_init): Likewise.
3933
3934 2019-05-17 Alan Hayward <alan.hayward@arm.com>
3935
3936 * Makefile.in: Pass through GDB_DEBUG.
3937 * README (Testsuite Parameters): Add GDB_DEBUG.
3938 (gdb,debug): Add board setting.
3939 * lib/gdb.exp (default_gdb_start): Start debugging.
3940 (gdb_debug_enabled): New procedure.
3941 (gdb_debug_init): Likewise.
3942
3943 2019-05-17 Alan Hayward <alan.hayward@arm.com>
3944
3945 * gdb.base/ui-redirect.exp: Add debug redirect tests.
3946
3947 2019-05-17 Alan Hayward <alan.hayward@arm.com>
3948
3949 * gdb.base/ui-redirect.exp: Test redirection.
3950
3951 2019-01-28 Jan Vrany <jan.vrany@fit.cvut.cz>
3952
3953 * gdb.mi/mi-complete.exp: New file.
3954 * gdb.mi/mi-complete.cc: Likewise.
3955
3956 2019-05-15 Bernhard Heckel <bernhard.heckel@intel.com>
3957
3958 * gdb.fortran/vla-sizeof.exp: Add tests of sizeof applied to
3959 indexed and sliced arrays, and pointers to arrays.
3960
3961 2019-05-14 Tom Tromey <tromey@adacore.com>
3962
3963 * gdb.base/info-shared.exp (check_info_shared): Add "info shared"
3964 styling test.
3965
3966 2019-05-14 Tom de Vries <tdevries@suse.de>
3967
3968 * gdb.dwarf2/dw2-skip-prologue.S (.debug_loc): Fix base address
3969 selection entry encoding.
3970
3971 2019-05-10 Tom Tromey <tromey@adacore.com>
3972
3973 * gdb.ada/info_exc.exp: Add "complete" test.
3974
3975 2019-05-09 Tom de Vries <tdevries@suse.de>
3976
3977 * gdb.arch/amd64-tailcall-self.S: Make DW_FORM_ref4 references
3978 CU-relative.
3979
3980 2019-05-09 Tom de Vries <tdevries@suse.de>
3981
3982 * gdb.arch/amd64-entry-value-paramref.S: Make DW_FORM_ref4 references
3983 CU-relative.
3984
3985 2019-05-08 Joel Brobecker <brobecker@adacore.com>
3986
3987 * gdb.ada/frame_arg_lang.exp: New testcase.
3988 * gdb.ada/frame_arg_lang/bla.adb: New file.
3989 * gdb.ada/frame_arg_lang/pck.ads: New file.
3990 * gdb.ada/frame_arg_lang/pck.adb: New file.
3991 * gdb.ada/frame_arg_lang/foo.c: New file.
3992
3993 2019-05-08 Tom Tromey <tromey@adacore.com>
3994
3995 * gdb.python/py-value.exp (test_value_in_inferior): Add Ada test.
3996
3997 2019-05-08 Tom Tromey <tromey@adacore.com>
3998
3999 * gdb.base/ptype-offsets.exp: Update tests.
4000
4001 2019-05-08 Tom Tromey <tromey@adacore.com>
4002
4003 * gdb.base/ptype-offsets.exp: Use string_to_regexp. Fix test
4004 cases.
4005 * gdb.base/ptype-offsets.cc (struct abc) <my_int_type>: Now
4006 "short".
4007
4008 2019-05-08 Tom Tromey <tromey@adacore.com>
4009
4010 * gdb.ada/vla.exp: New file.
4011 * gdb.ada/vla/vla.adb: New file.
4012
4013 2019-05-07 Tom de Vries <tdevries@suse.de>
4014
4015 * gdb.base/index-cache.exp (ls_host): Fix return statement.
4016
4017 2019-05-07 Tom de Vries <tdevries@suse.de>
4018
4019 PR testsuite/24522
4020 * gdb.dlang/watch-loc.c: Fix debug_info_offset in .debug_aranges
4021 section.
4022
4023 2019-05-07 Tom de Vries <tdevries@suse.de>
4024
4025 PR testsuite/24522
4026 * gdb.dwarf2/dw2-case-insensitive-debug.S: Fix debug_info_offset in
4027 .debug_aranges section.
4028
4029 2019-05-07 Tom de Vries <tdevries@suse.de>
4030
4031 PR testsuite/24159
4032 * lib/dwarf.exp: Fix handling of DW_FORM_ref_addr.
4033
4034 2019-05-06 Tom de Vries <tdevries@suse.de>
4035
4036 * lib/gdb.exp (exec_has_index_section): New proc.
4037 * gdb.base/index-cache.exp: Handle case that binfile contains an index
4038 section.
4039
4040 2019-05-04 Tom de Vries <tdevries@suse.de>
4041
4042 * boards/cc-with-debug-names.exp: New file.
4043
4044 2019-05-03 Tom Tromey <tromey@adacore.com>
4045
4046 * gdb.ada/char_enum/pck.ads (Global_Enum_Type): New type.
4047 * gdb.ada/char_enum/foo.adb: Use Global_Enum_Type.
4048 * gdb.ada/char_enum.exp: Add test.
4049
4050 2019-05-03 Tom de Vries <tdevries@suse.de>
4051
4052 * boards/cc-with-gdb-index.exp: New file.
4053
4054 2019-05-02 Andrew Burgess <andrew.burgess@embecosm.com>
4055
4056 * gdb.rust/simple.exp: Add new test case.
4057 * gdb.rust/simple.rs (struct StringAtOffset): New struct.
4058 (main): Initialise an instance of the new struct.
4059
4060 2019-05-01 Tom Tromey <tromey@adacore.com>
4061
4062 * gdb.ada/packed_array_assign/aggregates.ads (Nested_Packed): New
4063 record.
4064 (NPR): New variable.
4065 * gdb.ada/packed_array_assign.exp: Add nested packed assignment
4066 test.
4067
4068 2019-05-01 Tom Tromey <tromey@adacore.com>
4069
4070 * gdb.ada/packed_array_assign.exp: Add packed assignment
4071 regression test.
4072
4073 2019-05-01 Tom de Vries <tdevries@suse.de>
4074
4075 * boards/cc-with-tweaks.exp: Generate gdb.sh, and pass it in env(GDB).
4076
4077 2019-05-01 Tom de Vries <tdevries@suse.de>
4078
4079 * boards/dwarf4-gdb-index.exp: Use cc-with-tweaks.exp.
4080
4081 2019-04-30 Ali Tamur <tamur@google.com>
4082
4083 * lib/dwarf.exp(): Added DW_FORM_strx1-4.
4084
4085 2019-04-30 Tom Tromey <tromey@adacore.com>
4086
4087 * lib/ada.exp (find_ada_tool): New proc.
4088 * lib/gdb.exp (gdb_compile_shlib): Allow .o files as inputs.
4089 * gdb.ada/catch_ex_std.exp: New file.
4090 * gdb.ada/catch_ex_std/foo.adb: New file.
4091 * gdb.ada/catch_ex_std/some_package.adb: New file.
4092 * gdb.ada/catch_ex_std/some_package.ads: New file.
4093
4094 2019-04-30 Tom Tromey <tromey@adacore.com>
4095
4096 PR c++/24470:
4097 * gdb.cp/temargs.cc: Add test code from PR.
4098
4099 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
4100
4101 * gdb.fortran/vla-datatypes.exp: Update expected results.
4102 * gdb.fortran/vla-ptype.exp: Likewise.
4103 * gdb.fortran/vla-type.exp: Likewise.
4104 * gdb.fortran/vla-value.exp: Likewise.
4105
4106 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
4107
4108 * gdb.fortran/ptr-indentation.exp: Update expected results.
4109 * gdb.fortran/ptype-on-functions.exp: Likewise.
4110 * gdb.fortran/vla-ptr-info.exp: Likewise.
4111 * gdb.fortran/vla-value.exp: Likewise.
4112
4113 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
4114
4115 * gdb.fortran/ptype-on-functions.exp: New file.
4116 * gdb.fortran/ptype-on-functions.f90: New file.
4117
4118 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
4119
4120 * gdb.fortran/exprs.exp (test_convenience_variables): Expect lower
4121 case void string.
4122
4123 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
4124
4125 * gdb.fortran/complex.exp: Expand.
4126 * gdb.fortran/complex.f: Renamed to...
4127 * gdb.fortran/complex.f90: ...this, and extended to add more
4128 complex values.
4129
4130 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
4131
4132 * gdb.fortran/intrinsics.exp: Extend to cover MOD, CEILING, FLOOR,
4133 MODULO, CMPLX.
4134
4135 2019-04-29 Andrew Burgess <andrew.burgess@embecosm.com>
4136 Richard Bunt <richard.bunt@arm.com>
4137
4138 * gdb.base/max-depth.c: New file.
4139 * gdb.base/max-depth.exp: New file.
4140 * gdb.python/py-nested-maps.c: New file.
4141 * gdb.python/py-nested-maps.exp: New file.
4142 * gdb.python/py-nested-maps.py: New file.
4143 * gdb.python/py-format-string.exp (test_max_depth): New proc.
4144 (test_all_common): Call test_max_depth.
4145 * gdb.fortran/max-depth.exp: New file.
4146 * gdb.fortran/max-depth.f90: New file.
4147 * gdb.go/max-depth.exp: New file.
4148 * gdb.go/max-depth.go: New file.
4149 * gdb.modula2/max-depth.exp: New file.
4150 * gdb.modula2/max-depth.c: New file.
4151 * lib/gdb.exp (get_print_expr_at_depths): New proc.
4152
4153 2019-04-29 Tom de Vries <tdevries@suse.de>
4154
4155 * lib/opencl.exp (skip_opencl_tests): Add missing "with" in regexp.
4156
4157 2019-04-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4158
4159 * gdb.base/callexit.exp: Test may-call-functions off.
4160
4161 2019-04-25 Keith Seitz <keiths@redhat.com>
4162
4163 PR c++/24367
4164 * gdb.cp/meth-typedefs.cc (incomplete_struct)
4165 (another_incomplete_struct, test_incomplete): New definitions.
4166 (main): Use new definitions.
4167 * gdb.cp/meth-typedefs.exp: Add new tests for `test_incomplete'
4168 functions.
4169
4170 2019-04-25 Ali Tamur <tamur@google.com>
4171
4172 * lib/dwarf.exp (_handle_DW_FORM): Add DW_FORM_strx.
4173
4174 2019-04-25 Sergio Durigan Junior <sergiodj@redhat.com>
4175
4176 PR corefiles/11608
4177 PR corefiles/18187
4178 * gdb.base/coredump-filter-build-id.exp: New file.
4179
4180 2019-04-25 Alan Hayward <alan.hayward@arm.com>
4181
4182 * Makefile.in: Pass through GDBSERVER_DEBUG.
4183 * README (Testsuite Parameters): Add GDBSERVER_DEBUG.
4184 (gdbserver,debug): Add board setting.
4185 * gdb.trace/tspeed.exp: Skip when debugging.
4186 * lib/gdb.exp (gdbserver_debug_enabled): New procedure.
4187 * lib/gdbserver-support.exp: Likewise
4188
4189 2019-04-24 Tom Tromey <tromey@adacore.com>
4190
4191 * lib/gdb.exp (gdb_compile): Don't add -fno-stack-protector for
4192 Rust.
4193
4194 2019-04-24 Tom Tromey <tromey@adacore.com>
4195
4196 * gdb.arch/amd64-eval.exp: Test bitfield return.
4197 * gdb.arch/amd64-eval.cc (struct Bitfields): New.
4198 (class Foo) <return_bitfields>: New method.
4199 (main): Call it.
4200
4201 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
4202
4203 * gdb.cp/many-args.cc: New file.
4204 * gdb.cp/many-args.exp: New file.
4205
4206 2019-04-23 Tom de Vries <tdevries@suse.de>
4207
4208 PR gdb/24433
4209 * gdb.btrace/reconnect.exp: Fix stepi 19 pattern.
4210
4211 2019-04-23 Alan Hayward <alan.hayward@arm.com>
4212
4213 * gdb.trace/backtrace.exp: Use nopie flag.
4214 * gdb.trace/circ.exp: Likewise.
4215 * gdb.trace/collection.exp: Likewise.
4216 * gdb.trace/ftrace.exp: Likewise.
4217 * gdb.trace/mi-trace-unavailable.exp: Likewise.
4218 * gdb.trace/mi-traceframe-changed.exp: Likewise.
4219 * gdb.trace/qtro.exp: Likewise.
4220 * gdb.trace/read-memory.exp: Likewise.
4221 * gdb.trace/report.exp: Likewise.
4222 * gdb.trace/tfile.exp: Likewise.
4223 * gdb.trace/tfind.exp: Likewise.
4224 * gdb.trace/unavailable.exp: Likewise.
4225
4226 2019-04-22 Pedro Alves <palves@redhat.com>
4227
4228 * gdb.base/solib-probes-nosharedlibrary.c,
4229 gdb.base/solib-probes-nosharedlibrary.exp: New files.
4230
4231 2019-04-19 Tom Tromey <tromey@adacore.com>
4232
4233 * gdb.ada/ptype_union.c: New file.
4234 * gdb.ada/ptype_union.exp: New file.
4235
4236 2019-04-19 Tom Tromey <tromey@adacore.com>
4237
4238 PR symtab/24423:
4239 * gdb.base/list0.h (foo): Add a control-l character.
4240
4241 2019-04-18 Tom de Vries <tdevries@suse.de>
4242
4243 PR gdb/24433
4244 * boards/local-board.exp: Set sysroot to "".
4245
4246 2019-04-18 Tom de Vries <tdevries@suse.de>
4247 Pedro Alves <palves@redhat.com>
4248
4249 PR gdb/24454
4250 * gdb.threads/vfork-follow-child-exec.c: New file.
4251 * gdb.threads/vfork-follow-child-exec.exp: New file.
4252 * gdb.threads/vfork-follow-child-exit.c: New file.
4253 * gdb.threads/vfork-follow-child-exit.exp: New file.
4254
4255 2019-04-15 Leszek Swirski <leszeks@google.com>
4256
4257 * gdb.arch/amd64-eval.cc: New file.
4258 * gdb.arch/amd64-eval.exp: New file.
4259
4260 2019-04-11 Alan Hayward <alan.hayward@arm.com>
4261
4262 * gdb.server/sysroot.c: New test.
4263 * gdb.server/sysroot.exp: New file.
4264 * lib/gdbserver-support.exp (gdb_target_cmd): Add additional text
4265 matching param.
4266
4267 2019-04-11 Andrew Burgess <andrew.burgess@embecosm.com>
4268
4269 * gdb.base/align.exp: Extend test to cover structures containing
4270 only static fields.
4271
4272 2019-04-11 Tom de Vries <tdevries@suse.de>
4273
4274 * boards/cc-with-dwz-m.exp: New file.
4275 * boards/cc-with-dwz.exp: New file.
4276 * boards/cc-with-tweaks.exp: Note that check-gdb doesn't work.
4277
4278 2019-04-09 Simon Marchi <simon.marchi@efficios.com>
4279
4280 * gdb.base/start-cpp.exp: New file.
4281 * gdb.base/start-cpp.cc: New file.
4282
4283 2019-04-08 Kevin Buettner <kevinb@redhat.com>
4284
4285 * gdb.python/py-thrhandle.exp: Adjust tests to call
4286 thread_from_handle instead of thread_from_thread_handle.
4287
4288 2019-04-08 Kevin Buettner <kevinb@redhat.com>
4289
4290 * gdb.python/py-thrhandle.exp: Add tests for
4291 gdb.InferiorThread.handle.
4292
4293 2019-04-01 Andrew Burgess <andrew.burgess@embecosm.com>
4294
4295 * gdb.python/py-function.exp: Check calling helper function from
4296 all languages.
4297 * lib/gdb.exp (gdb_supported_languages): New proc.
4298
4299 2019-04-01 Andrew Burgess <andrew.burgess@embecosm.com>
4300
4301 * gdb.base/complex-parts.c: New file.
4302 * gdb.base/complex-parts.exp: New file.
4303
4304 2019-04-01 Tom Tromey <tromey@adacore.com>
4305
4306 PR symtab/23331:
4307 * gdb.dwarf2/dw2-ranges-main.c: New file.
4308 * gdb.dwarf2/dw2-ranges-psym.c: New file.
4309 * gdb.dwarf2/dw2-ranges-psym.exp: New file.
4310
4311 2019-03-30 Simon Marchi <simark@simark.ca>
4312
4313 * gdb.base/default.exp: Add values for $_gdb_major and
4314 $_gdb_minor.
4315
4316 2019-03-29 Tom Tromey <tromey@adacore.com>
4317
4318 * gdb.base/help.exp: Tighten apropos regexp.
4319
4320 2019-03-29 Keith Seitz <keiths@redhat.com>
4321
4322 * gdb.fortran/array-bounds.exp: New file.
4323 * gdb.fortran/array-bounds.f90: New file.
4324
4325 2019-03-28 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4326
4327 * gdb.multi/multi-term-settings.c (main): Increase alarm timer.
4328
4329 2019-03-28 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4330
4331 * gdb.multi/hello.c (main): Increase alarm timer.
4332
4333 2019-03-28 Sandra Loosemore <sandra@codesourcery.com>
4334
4335 * gdb.threads/watchpoint-fork.exp (test): Use large timeout
4336 factor when no hardware watchpoint support.
4337
4338 2019-03-28 Alan Hayward <alan.hayward@arm.com>
4339 Pedro Alves <palves@redhat.com>
4340
4341 * boards/local-board.exp: set sysroot to /.
4342
4343 2019-03-27 Alan Hayward <alan.hayward@arm.com>
4344
4345 * gdb.base/interrupt-daemon-attach.c (main): Add alarm and sleep
4346 in child.
4347
4348 2019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
4349
4350 * gdb.python/py-prettyprint.c (struct container) <is_map_p>: New
4351 field.
4352 (make_container): Initialise new field.
4353 * gdb.python/py-prettyprint.exp: Add new tests.
4354 * gdb.python/py-prettyprint.py (class ContainerPrinter)
4355 <display_hint>: New method.
4356
4357 2019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
4358
4359 * gdb.python/py-prettyprint.exp: Use gdb_breakpoint and
4360 gdb_continue_to_breakpoint more throughout this test.
4361 (run_lang_tests) Supply unique test names, and use
4362 gdb_test_no_output.
4363
4364 2019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
4365
4366 * gdb.base/finish-pretty.exp: Update expected results.
4367 * gdb.base/pretty-print.c: New file.
4368 * gdb.base/pretty-print.exp: New file.
4369
4370 2019-03-25 Pedro Alves <palves@redhat.com>
4371
4372 * lib/gdb.exp (gdb_test_multiple): Split appends to $code and
4373 move comments outside list. Append '-i "" eof' section.
4374
4375 2019-03-22 Alan Hayward <alan.hayward@arm.com>
4376
4377 PR testsuite/25016
4378 * README: Add pie options.
4379 * gdb.base/break-interp.exp: Ensure pie is disabled.
4380 * gdb.base/dump.exp: Likewise.
4381 * lib/gdb.exp (gdb_compile): Add pie option.
4382
4383 2019-03-19 Tom Tromey <tromey@adacore.com>
4384
4385 * gdb.mi/mi2-cli-display.c: New file.
4386 * gdb.mi/mi2-cli-display.exp: New file.
4387
4388 2019-03-18 Joel Brobecker <brobecker@adacore.com>
4389 Tom Tromey <tromey@adacore.com>
4390
4391 * gdb.ada/ptype_array/pck.adb: New file.
4392 * gdb.ada/ptype_array/pck.ads: New file.
4393 * gdb.ada/ptype_array/foo.adb: New file.
4394 * gdb.ada/ptype_array.exp: New file.
4395
4396 2019-03-14 Tom Tromey <tromey@adacore.com>
4397
4398 * gdb.base/style.exp: Add "set style sources" test.
4399
4400 2019-03-13 Simon Marchi <simon.marchi@ericsson.com>
4401
4402 * mi-breakpoint-location-ena-dis.exp: Rename to ...
4403 * mi-breakpoint-multiple-locations.exp: ... this.
4404 (make_breakpoints_pattern): New proc.
4405 (do_test): Add mi_version parameter, test -break-insert,
4406 -break-info and =breakpoint-created.
4407
4408 2019-03-12 Andrew Burgess <andrew.burgess@embecosm.com>
4409
4410 * config/default.exp: Remove 'load_lib gdb.exp'.
4411 * config/monitor.exp: Likewise.
4412 * config/sid.exp: Likewise.
4413 * config/sim.exp: Likewise.
4414 * config/slite.exp: Likewise.
4415 * config/unix.exp: Likewise.
4416 * gdb.base/default.exp: Remove unhelpful comment.
4417
4418 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
4419
4420 * gdb.fortran/type-kinds.exp: Extend to cover TYPE*SIZE cases.
4421
4422 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
4423
4424 * gdb.fortran/intrinsics.exp: Extend to cover ABS.
4425
4426 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
4427
4428 * gdb.fortran/type-kinds.exp: Update expected results.
4429
4430 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
4431
4432 * gdb.fortran/type-kinds.exp: Test new integer type kind.
4433
4434 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
4435
4436 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): New
4437 function.
4438 (test_basic_parsing_of_type_kinds): Expand types tested.
4439 (test_parsing_invalid_type_kinds): New function.
4440
4441 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
4442
4443 * gdb.fortran/intrinsics.exp: New file.
4444 * gdb.fortran/intrinsics.f90: New file.
4445 * gdb.fortran/type-kinds.exp: New file.
4446
4447 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
4448
4449 * gdb.fortran/dot-ops.exp: New file.
4450
4451 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
4452
4453 * gdb.fortran/types.exp (test_logical_literal_types_accepted):
4454 Check upper and lower case logical literals.
4455
4456 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
4457
4458 * gdb.fortran/types.exp (test_float_literal_types_accepted):
4459 Remove duplicate tests.
4460
4461 2019-03-06 Alan Hayward <alan.hayward@arm.com>
4462
4463 * lib/gdb.exp (builtin_cd): rename of cd.
4464 (cd): Override builtin.
4465
4466 2019-03-06 Richard Bunt <richard.bunt@arm.com>
4467
4468 * gdb.fortran/function-calls.exp: New file.
4469 * gdb.fortran/function-calls.f90: New test.
4470
4471 2019-03-04 Richard Bunt <richard.bunt@arm.com>
4472
4473 * gdb.fortran/short-circuit-argument-list.exp: Remove reliance
4474 on user program standard output.
4475 * gdb.fortran/short-circuit-argument-list.f90: Record function
4476 calls.
4477
4478 2019-02-28 Alan Hayward <alan.hayward@arm.com>
4479
4480 * lib/gdbserver-support.exp (gdbserver_start): Check for listen
4481 failure.
4482
4483 2019-02-28 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
4484
4485 PR gdb/8527
4486 * gdb.base/interrupt-daemon-attach.c,
4487 gdb.base/interrupt-daemon-attach.exp: New test.
4488
4489 2019-02-27 Pedro Alves <palves@redhat.com>
4490
4491 * gdb.base/page.exp: Add tests for "set width/height -1".
4492
4493 2019-02-27 Pedro Alves <palves@redhat.com>
4494
4495 * gdb.base/page.exp: Add tests for "set/show width/height" with
4496 "infinite" values.
4497
4498 2019-02-27 Tom Tromey <tromey@adacore.com>
4499
4500 * lib/gdb.exp (skip_python_tests_prompt): Don't check for Python
4501 2.4.
4502 * gdb.python/py-finish-breakpoint.exp: Remove Python 2.4
4503 workaround.
4504
4505 2019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
4506
4507 * gdb.base/align.exp: Extend to compile in both C and C++, and add
4508 tests for structs with static members.
4509
4510 2019-02-26 Tom Tromey <tromey@adacore.com>
4511
4512 * gdb.python/py-value.exp (test_value_from_buffer): Check for
4513 ValueError, not TypeError.
4514
4515 2019-02-26 Kevin Buettner <kevinb@redhat.com>
4516
4517 * gdb.python/py-value.exp (test_value_from_buffer): New proc with
4518 call from main program.
4519
4520 2019-02-23 Joel Brobecker <brobecker@adacore.com>
4521
4522 * gdb.ada/mi_ref_changeable.exp: Update copyright year range.
4523 * gdb.ada/mi_ref_changeable/foo_rb20_056.adb: Likewise.
4524 * gdb.ada/mi_ref_changeable/pck.adb: Likewise.
4525 * gdb.ada/mi_ref_changeable/pck.ads: Likewise.
4526 * gdb.dwarf2/inlined_subroutine-inheritance.exp: Likewise.
4527
4528 2019-02-22 Keith Seitz <keiths@redhat.com>
4529
4530 PR symtab/23853
4531 * gdb.base/symlink-sourcefile.c: New file.
4532 * gdb.base/symlink-sourcefile.exp: New file.
4533
4534 2019-02-20 Tom Tromey <tom@tromey.com>
4535
4536 * gdb.base/info_qt.exp: Update.
4537
4538 2019-02-19 Simon Marchi <simon.marchi@polymtl.ca>
4539
4540 * gdb.base/source.exp: Move "error in sourced script" code to
4541 the end.
4542 * gdb.base/source-error.gdb: Move contents to
4543 source-error-1.gdb. Add new code to source source-error-1.gdb.
4544 * gdb.base/source-error-1.gdb: New file, from previous
4545 source-error.gdb.
4546
4547 2019-02-17 Tom Tromey <tom@tromey.com>
4548
4549 * gdb.base/style.exp: Use -g3 to compile when possible. Add test
4550 for macro styling.
4551 * gdb.base/style.c (SOME_MACRO): New macro.
4552
4553 2019-02-17 Tom Tromey <tom@tromey.com>
4554
4555 * gdb.base/style.exp: Add line-wrapping tests.
4556 * gdb.base/page.exp: Add test for quitting during pagination.
4557
4558 2019-02-17 Joel Brobecker <brobecker@adacore.com>
4559
4560 * gdb.ada/big_packed_array: New testcase.
4561 * gdb.ada/homonym.exp: Fix incorrect expected output for
4562 "break <homonym__get_value>" test.
4563
4564 2019-02-13 Weimin Pan <weimin.pan@oracle.com>
4565
4566 PR breakpoints/21870
4567 * gdb.arch/aarch64-dbreg-contents.exp: Use runto_main + continue
4568 and prepare_for_testing. Add comment.
4569 * gdb.arch/aarch64-dbreg-contents.c: Remove SET_WATCHPOINT and
4570 redundant cleanup call. Clean up comment.
4571
4572 2019-02-12 Weimin Pan <weimin.pan@oracle.com>
4573
4574 PR breakpoints/21870
4575 * gdb.arch/aarch64-dbreg-contents.exp: New file.
4576 * gdb.arch/aarch64-dbreg-contents.c: New file.
4577
4578 2019-02-10 Joel Brobecker <brobecker@adacore.com>
4579
4580 * gdb.ada/mi_ref_changeable: New testcase.
4581
4582 2019-02-07 Alan Hayward <alan.hayward@arm.com>
4583
4584 * gdb.base/attach.exp: Add double attach test.
4585
4586 2019-02-07 Simon Marchi <simon.marchi@polymtl.ca>
4587
4588 * lib/gdb.exp (default_gdb_start): Don't match pagination
4589 prompt.
4590 (gdb_init): Set stty_init.
4591
4592 2019-01-27 Tom Tromey <tom@tromey.com>
4593
4594 * gdb.python/py-finish-breakpoint.exp: Remove duplicate call to
4595 skip_python_tests.
4596
4597 2019-01-24 Alan Hayward <alan.hayward@arm.com>
4598
4599 * gdb.base/infcall-nested-structs.c (struct struct_static_02_01):
4600 New structure.
4601 (struct struct_static_02_02): Likewise.
4602 (struct struct_static_02_03): Likewise.
4603 (struct struct_static_02_04): Likewise.
4604 (struct struct_static_04_01): Likewise.
4605 (struct struct_static_04_02): Likewise.
4606 (struct struct_static_04_03): Likewise.
4607 (struct struct_static_04_04): Likewise.
4608 (struct struct_static_06_01): Likewise.
4609 (struct struct_static_06_02): Likewise.
4610 (struct struct_static_06_03): Likewise.
4611 (struct struct_static_06_04): Likewise.
4612 (cmp_struct_static_02_01): Likewise.
4613 (cmp_struct_static_02_02): Likewise.
4614 (cmp_struct_static_02_03): Likewise.
4615 (cmp_struct_static_02_04): Likewise.
4616 (cmp_struct_static_04_01): Likewise.
4617 (cmp_struct_static_04_02): Likewise.
4618 (cmp_struct_static_04_03): Likewise.
4619 (cmp_struct_static_04_04): Likewise.
4620 (cmp_struct_static_06_01): Likewise.
4621 (cmp_struct_static_06_02): Likewise.
4622 (cmp_struct_static_06_03): Likewise.
4623 (cmp_struct_static_06_04): Likewise.
4624 (call_all): Test new structs.
4625 * gdb.base/infcall-nested-structs.exp: Likewise.
4626
4627 2019-01-21 Alan Hayward <alan.hayward@arm.com>
4628 * gdb.base/infcall-nested-structs.exp: Test C++ in addition to C.
4629
4630 2019-01-21 Alan Hayward <alan.hayward@arm.com>
4631 * gdb.base/stack-protector.c: New test.
4632 * gdb.base/stack-protector.exp: New file.
4633 * gdb.cp/ovldbreak.exp: Only allow a single break line.
4634 * lib/gdb.exp (get_compiler_info): Use getting_compiler_info
4635 option.
4636 (gdb_compile): Remove stack protector for GCC and prevent
4637 recursion.
4638
4639 2019-01-16 Keith Seitz <keiths@redhat.com>
4640
4641 PR gdb/23773
4642 * gdb.dwarf2/inlined_subroutine-inheritance.exp: New file.
4643
4644 2019-01-14 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
4645
4646 * gdb.arch/vsx-regs.exp: Add tests that use the vector register
4647 aliases.
4648 * gdb.arch/altivec-regs.exp: Likewise. Fix indentation of two
4649 tests.
4650 * gdb.arch/powerpc-vector-regs.c: New file.
4651 * gdb.arch/powerpc-vector-regs.exp: New file.
4652
4653 2019-01-14 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
4654
4655 * gdb.arch/altivec-regs.exp: Fix the list passed to
4656 gdb_expect_list when testing "info vector".
4657
4658 2019-01-12 Andrew Burgess <andrew.burgess@embecosm.com>
4659
4660 * gdb.base/style.exp: Don't include path in testname.
4661
4662 2019-01-10 Keith Seitz <keiths@redhat.com>
4663
4664 PR gdb/23712
4665 PR symtab/23010
4666 * gdb.dwarf2/multidictionary.exp: New file.
4667
4668 2019-01-09 Simon Marchi <simon.marchi@ericsson.com>
4669
4670 * gdb.cp/demangle.exp (test_gnu_style_demangling): Rename to...
4671 (test_gnuv3_style_demangling): ... this.
4672 (test_lucid_style_demangling): Remove.
4673 (test_arm_style_demangling): Remove.
4674 (test_hp_style_demangling): Remove.
4675 (do_tests): Remove calls to the above.
4676
4677 2019-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
4678
4679 * lib/mi-support.exp (mi_gdb_test): Remove interactive prompt
4680 case.
4681
4682 2019-01-06 Tom Tromey <tom@tromey.com>
4683
4684 PR gdb/28155:
4685 * gdb.dwarf2/typedef-void-finish.exp: New file.
4686
4687 2018-12-28 Tom Tromey <tom@tromey.com>
4688 Simon Marchi <simark@simark.ca>
4689
4690 * gdb.base/jit-exec.exp: New file.
4691 * gdb.base/jit-exec.c: New file.
4692 * gdb.base/jit-execd.c: New file.
4693
4694 2018-12-28 Tom Tromey <tom@tromey.com>
4695
4696 * gdb.base/style.exp: Update test to check for address styling.
4697
4698 2018-12-28 Tom Tromey <tom@tromey.com>
4699
4700 * gdb.base/style.exp: Add test for styling of "Reading symbols"
4701 message.
4702
4703 2018-12-28 Tom Tromey <tom@tromey.com>
4704
4705 * gdb.base/style.exp: Add test for version number styling.
4706
4707 2018-12-28 Tom Tromey <tom@tromey.com>
4708
4709 * gdb.base/style.exp: Add test for print_address_symbolic.
4710
4711 2018-12-28 Tom Tromey <tom@tromey.com>
4712
4713 * gdb.base/style.exp: Add test for breakpoint setting.
4714
4715 2018-12-28 Tom Tromey <tom@tromey.com>
4716
4717 * gdb.base/style.exp: Add test for variable names.
4718
4719 2018-12-28 Tom Tromey <tom@tromey.com>
4720
4721 * gdb.base/style.exp: New file.
4722 * gdb.base/style.c: New file.
4723
4724 2018-12-28 Tom Tromey <tom@tromey.com>
4725
4726 * lib/gdb.exp (gdb_init): Set the TERM environment variable to
4727 "dumb".
4728 * gdb.base/readline.exp (operate_and_get_next): Save and restore
4729 the TERM environment variable.
4730
4731 2018-12-27 Tom Tromey <tom@tromey.com>
4732
4733 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): Add
4734 pagination test.
4735
4736 2018-12-24 Andrew Burgess <andrew.burgess@embecosm.com>
4737
4738 * gdb.dwarf2/dw2-unusual-field-names.c: New file.
4739 * gdb.dwarf2/dw2-unusual-field-names.exp: New file.
4740
4741 2018-12-24 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4742
4743 * gdb.ada/bp_fun_addr/a.adb (a): Rename to bp_fun_addr.
4744 Filename a.adb changed to bp_fun_addr.adb.
4745 gdb.ada/bp_fun_addr.exp: Update test accordingly.
4746
4747 2018-12-21 Jan Vrany <jan.vrany@fit.cvut.cz>
4748
4749 * lib/gdb.exp (gdb_compile): Add new nopie flag enforce
4750 non-PIE executables.
4751 * README: Mention the gdb,nopie_flag board setting.
4752 * gdb.arch/amd64-disp-step.exp: Use nopie flag to enforce
4753 non-PIE executable.
4754 * gdb.arch/amd64-entry-value.exp: Likewise.
4755 * gdb.arch/amd64-invalid-stack-middle.exp: Likewise.
4756 * gdb.arch/i386-float.exp: Likewise.
4757 * gdb.arch/i386-signal.exp: Likewise.
4758 * gdb.mi/mi-reg-undefined.exp: Likewise.
4759
4760 2018-12-21 Paul Marechal <paul.marechal@ericsson.com>
4761
4762 PR gdb/23974
4763 * gdb.base/info-os.exp: Check return for unknown "info os" type.
4764
4765 2018-12-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4766
4767 * gdb.ada/info_auto_lang.exp: Normalize some_c source file.
4768 Update order of results accordingly.
4769
4770 2018-12-12 Andrew Burgess <andrew.burgess@embecosm.com>
4771
4772 * gdb.base/annota1.exp: Update a test regexp.
4773
4774 2018-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
4775
4776 * gdb.base/float.exp: Handle RISC-V targets without an FPU.
4777
4778 2018-12-09 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4779
4780 * gdb.threads/tid-reuse.c (REUSE_TIME_CAP): Declare as 60.
4781 (reuse_time): Initialize to REUSE_TIME_CAP.
4782 (check_rc): New function.
4783 (main): Use REUSE_TIME_CAP instead of hardcoded 60.
4784 Check pthread_create rc.
4785 (spawner_thread_func): Check pthread_create and pthread_join rc.
4786
4787 2018-12-08 Pedro Alves <palves@redhat.com>
4788
4789 * gdb.base/list.exp (test_forward_search): Rename to ...
4790 (test_forward_reverse_search): ... this. Also test reverse-search
4791 and the forward-search alias.
4792
4793 2018-12-05 Andrew Burgess <andrew.burgess@embecosm.com>
4794
4795 * config/sim.exp (gdb_target_sim): Remove redundant adjustment of
4796 local timeout variable before return, and remove all local timeout
4797 variable entirely.
4798 (gdb_load): Likewise.
4799
4800 2018-12-01 Tom de Vries <tdevries@suse.de>
4801
4802 * gdb.base/gdb-caching-proc.exp: New file.
4803
4804 2018-11-25 Sergio Durigan Junior <sergiodj@redhat.com>
4805
4806 * Makefile.in (TIMESTAMP): New variable.
4807 (check-single): Add $(TIMESTAMP) to the end of $(DO_RUNTEST)
4808 command.
4809 (check-single-racy): Likewise.
4810 (check/%.exp): Likewise.
4811 (check-racy/%.exp): Likewise.
4812 (workers/%.worker): Likewise.
4813 (build-perf): Likewise.
4814 (check-perf): Likewise.
4815 * README: Describe new "TS" and "TS_FORMAT" variables.
4816 * print-ts.py: New file.
4817
4818 2018-11-21 Benno Fünfstück <benno.fuenfstueck@gmail.com>
4819
4820 PR python/23714
4821 * gdb.python/python.exp: Test command repetition after
4822 gdb.execute.
4823
4824 2018-11-20 Andrew Burgess <andrew.burgess@embecosm.com>
4825
4826 * gdb.opt/inline-break.exp: Add test that info breakpoint output
4827 is correctly aligned.
4828
4829 2018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4830
4831 * gdb.ada/info_auto_lang.exp: New testcase.
4832 * gdb.ada/info_auto_lang/global_pack.ads: New file.
4833 * gdb.ada/info_auto_lang/proc_in_ada.adb: New file.
4834 * gdb.ada/info_auto_lang/some_c.c: New file.
4835
4836 2018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4837
4838 * gdb.dwarf2/dw2-case-insensitive.exp: Update due to auto switch to
4839 FUNC_lang language syntax.
4840
4841 2018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4842
4843 * gdb.base/info_minsym.c: New file.
4844 * gdb.base/info_minsym.exp: New file.
4845
4846 2018-11-19 Tom Tromey <tom@tromey.com>
4847
4848 PR rust/23625:
4849 * gdb.rust/simple.exp: Add ptype test. Update expected output.
4850 * gdb.rust/expr.exp: Update expected output. Change one test.
4851
4852 2018-11-19 Tom Tromey <tom@tromey.com>
4853
4854 * gdb.rust/simple.rs: Don't initialize empty_enum_value.
4855
4856 2018-11-19 Pedro Alves <palves@redhat.com>
4857
4858 * gdb.base/warning.exp: Don't override INTERNAL_FLAGS. Use
4859 gdb_spawn_with_cmdline_opts instead of gdb_start. Check that we
4860 see the expected warning.
4861
4862 2018-11-16 Alan Hayward <alan.hayward@arm.com>
4863
4864 PR gdb/22736:
4865 * gdb.cp/infcall-nodebug-lib.c: New test.
4866 * gdb.cp/infcall-nodebug-main.c: New test.
4867 * gdb.cp/infcall-nodebug.exp: New file.
4868
4869 2018-11-12 Simon Marchi <simon.marchi@polymtl.ca>
4870
4871 * gdb.base/skip.exp: Add standard_testfile. Add "skip delete"
4872 completer tests.
4873
4874 2018-11-09 Tom de Vries <tdevries@suse.de>
4875
4876 * gdb.base/msym-lang.c: New test.
4877 * gdb.base/msym-lang.exp: New file.
4878 * gdb.base/msym-lang-main.c: New test.
4879
4880 2018-11-08 Tom Tromey <tom@tromey.com>
4881
4882 PR gdb/23555:
4883 PR gdb/23838:
4884 * gdb.base/warning.exp: New file.
4885
4886 2018-11-08 Jan Beulich <jbeulich@suse.com>
4887
4888 * testsuite/gdb.arch/i386-avx512.c,
4889 testsuite/gdb.arch/i386-avx512.exp: Add 7th test.
4890
4891 2018-11-08 Andrew Burgess <andrew.burgess@embecosm.com>
4892
4893 * gdb.arch/riscv-reg-aliases.exp: Handle targets without floating
4894 point hardware.
4895
4896 2018-11-07 Andrew Burgess <andrew.burgess@embecosm.com>
4897
4898 * gdb.dwarf2/void-type.exp: Rename types, and make var_a an 'int'.
4899 * gdb.dwarf2/missing-type-name.exp: New file.
4900
4901 2018-11-06 Tom de Vries <tdevries@suse.de>
4902
4903 * gdb.base/many-headers.c: New test.
4904 * gdb.base/many-headers.exp: New file.
4905
4906 2018-11-06 Jim Wilson <jimw@sifive.com>
4907
4908 * gdb.base/code_elim.exp: For riscv, set additional_flags
4909 to include -msmall-data-limit=0.
4910
4911 2018-11-01 Joel Brobecker <brobecker@adacore.com>
4912
4913 * gdb.ada/watch_minus_l: New testcase.
4914
4915 2018-11-01 Sangamesh Mallayya <sangamesh.swamy@in.ibm.com>
4916
4917 * gdb.arch/aix-sighandle.c: New file.
4918 * gdb.arch/aix-sighandle.exp: New file.
4919
4920 2018-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
4921
4922 * gdb.arch/riscv-reg-aliases.exp: Rewrite to take account of float
4923 registers being unions.
4924
4925 2018-10-31 Tom de Vries <tdevries@suse.de>
4926
4927 * lib/valgrind.exp: New file.
4928 (vgdb_start, vgdb_stop): New procs, factored out of ...
4929 * gdb.base/valgrind-bt.exp: ... here, ...
4930 * gdb.base/valgrind-disp-step.exp: ... here and ...
4931 * gdb.base/valgrind-infcall.exp: ... here.
4932
4933 2018-10-31 Tom de Vries <tdevries@suse.de>
4934
4935 * lib/gdb.exp (get_valueof): Don't output read value in test name.
4936
4937 2018-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
4938
4939 * gdb.dwarf2/void-type.c: New file.
4940 * gdb.dwarf2/void-type.exp: New file.
4941
4942 2018-10-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4943
4944 * gdb.base/info_qt.c: New file.
4945 * gdb.base/info_qt.exp: New file.
4946
4947 2018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
4948
4949 * gdb.arch/powerpc-htm-regs.c: New file.
4950 * gdb.arch/powerpc-htm-regs.exp: New file.
4951
4952 2018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
4953
4954 * gdb.arch/powerpc-tar.c: New file.
4955 * gdb.arch/powerpc-tar.exp: New file.
4956
4957 2018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
4958
4959 * gdb.arch/powerpc-ppr-dscr.c: New file.
4960 * gdb.arch/powerpc-ppr-dscr.exp: New file.
4961
4962 2018-10-25 Tom de Vries <tdevries@suse.de>
4963
4964 * gdb.base/valgrind-db-attach.exp: Rewrite to use vgdb.
4965
4966 2018-10-24 Tom de Vries <tdevries@suse.de>
4967
4968 * lib/gdb.exp (gdb_test_multiple): Log wait status on process no
4969 longer exists error.
4970
4971 2018-10-24 Tom de Vries <tdevries@suse.de>
4972
4973 * gdb.base/catch-follow-exec.exp: Rewrite using gdb_test.
4974
4975 2018-10-24 Tom de Vries <tdevries@suse.de>
4976
4977 * gdb.base/valgrind-db-attach.exp: Handle removed support for
4978 --db-attach in valgrind.
4979
4980 2018-10-23 Andrew Burgess <andrew.burgess@embecosm.com>
4981
4982 * gdb.arch/riscv-reg-aliases.c: New file.
4983 * gdb.arch/riscv-reg-aliases.exp: New file.
4984
4985 2018-10-19 Alan Hayward <alan.hayward@arm.com>
4986
4987 * gdb.python/py-cmd.exp: Check for gdb_prompt.
4988
4989 2018-10-19 Alan Hayward <alan.hayward@arm.com>
4990
4991 * gdb.base/vla-optimized-out.exp: Allow either optimized out or 6.
4992
4993 2018-10-19 Alan Hayward <alan.hayward@arm.com>
4994
4995 * gdb.cp/ovldbreak.exp: Fix regexps.
4996
4997 2018-10-19 Alan Hayward <alan.hayward@arm.com>
4998
4999 * gdb.compile/compile-cplus-print.exp: Start inferior earlier.
5000
5001 2018-10-18 Sergio Durigan Junior <sergiodj@redhat.com>
5002
5003 PR cli/23785
5004 * gdb.base/restore.exp: New test to check if "restore" with an
5005 invalid file doesn't segfault.
5006
5007 2018-10-18 Tom de Vries <tdevries@suse.de>
5008
5009 * gdb.ada/bp_inlined_func.exp: Fix capitalized test name.
5010 * gdb.ada/excep_handle.exp: Same.
5011 * gdb.ada/mi_string_access.exp: Same.
5012 * gdb.ada/mi_var_union.exp: Same.
5013 * gdb.arch/arc-analyze-prologue.exp: Same.
5014 * gdb.arch/arc-decode-insn.exp: Same.
5015 * gdb.base/readnever.exp: Same.
5016 * gdb.fortran/printing-types.exp: Same.
5017 * gdb.guile/scm-lazy-string.exp: Same.
5018
5019 2018-10-16 Tom de Vries <tdevries@suse.de>
5020
5021 PR gdb/23730
5022 * gdb.base/catch-follow-exec.c: Add copyright notice.
5023 * gdb.base/catch-follow-exec.exp: Rewrite to use
5024 gdb_spawn_with_cmdline_opts. Require gdb-native.
5025
5026 2018-10-12 Sandra Loosemore <sandra@codesourcery.com>
5027
5028 * gdb.trace/actions-changed.exp: Check for arch support.
5029 * gdb.trace/actions.exp: Likewise.
5030 * gdb.trace/ax.exp: Likewise.
5031 * gdb.trace/backtrace.exp: Likewise.
5032 * gdb.trace/change-loc.exp: Likewise.
5033 * gdb.trace/deltrace.exp: Likewise.
5034 * gdb.trace/ftrace-lock.exp: Check for shlib and arch support.
5035 * gdb.trace/ftrace.exp: Likewise.
5036 * gdb.trace/infotrace.exp: Check for arch support.
5037 * gdb.trace/mi-trace-frame-collected.exp: Likewise.
5038 * gdb.trace/mi-tracepoint-changed.exp: Likewise.
5039 * gdb.trace/mi-tsv-changed.exp: Likewise.
5040 * gdb.trace/packetlen.exp: Likewise.
5041 * gdb.trace/passc-dyn.exp: Likewise.
5042 * gdb.trace/passcount.exp: Likewise.
5043 * gdb.trace/pending.exp: Likewise.
5044 * gdb.trace/range-stepping.exp: Check for shlib support.
5045 * gdb.trace/report.exp: Check for arch support.
5046 * gdb.trace/save-trace.exp: Likewise.
5047 * gdb.trace/signal.exp: Check for signal support.
5048 * gdb.trace/tfind.exp: Check for arch support.
5049 * gdb.trace/trace-break.exp: Check for arch and shlib support.
5050 * gdb.trace/trace-common.h: Add comment.
5051 * gdb.trace/trace-condition.exp: Check for shlib and arch support.
5052 * gdb.trace/trace-enable-disable.exp: Likewise.
5053 * gdb.trace/trace-mt.exp: Likewise. Remove redundant untested call.
5054 * gdb.trace/tracecmd.exp: Check for arch support.
5055 * gdb.trace/tspeed.exp: Check for shlib and target support.
5056 * gdb.trace/tstatus.exp: Check for arch support.
5057 * gdb.trace/tsv.exp: Likewise.
5058 * gdb.trace/while-dyn.exp: Likewise.
5059 * gdb.trace/while-stepping.exp: Likewise.
5060 * lib/trace-support.exp (gdb_trace_common_supports_arch): New.
5061
5062 2018-10-12 Simon Marchi <simon.marchi@ericsson.com>
5063
5064 * gdb.trace/tspeed.exp: Remove nowarnings.
5065 (prepare_for_trace_test): Declare "global ipalib".
5066 * gdb.trace/tspeed.c: Include unistd.h.
5067 (main): Remove superfluous printf argument.
5068
5069 2018-10-11 Sandra Loosemore <sandra@codesourcery.com>
5070
5071 * gdb.base/solib-vanish.exp: Fix regexp not to require a POSIX
5072 directory prefix on the filename.
5073
5074 2018-10-10 Sergio Durigan Junior <sergiodj@redhat.com>
5075
5076 * gdb.gdb/unittest.exp: Update expected message informing that
5077 selftests have been disabled.
5078 * gdb.server/unittest.exp: Likewise.
5079
5080 2018-10-09 Tom de Vries <tdevries@suse.de>
5081
5082 * lib/gdb.exp (target_supports_scheduler_locking): Replace gdb_start_cmd
5083 with runto_main.
5084
5085 2018-10-08 Weimin Pan <weimin.pan@oracle.com>
5086
5087 PR c++/16841
5088 * gdb.cp/virtbase2.cc: New file.
5089 * gdb.cp/virtbase2.exp: New file.
5090
5091 2018-10-06 Tom Tromey <tom@tromey.com>
5092
5093 PR python/19399:
5094 * gdb.python/py-inferior.exp: Add architecture test.
5095
5096 2018-10-06 Tom Tromey <tom@tromey.com>
5097
5098 * gdb.base/gnu-ifunc.exp (build): Use standard_output_file.
5099 * gdb.trace/unavailable-dwarf-piece.exp: Use standard_output_file.
5100
5101 2018-10-06 Tom Tromey <tom@tromey.com>
5102
5103 * gdb.python/py-breakpoint.exp (check_last_event): Check location
5104 of a "throw" catchpoint.
5105
5106 2018-10-06 Sergio Durigan Junior <sergiodj@redhat.com>
5107
5108 * gdb.base/info-proc.exp: Update string expected from "help info
5109 proc".
5110
5111 2018-10-04 Tom Tromey <tom@tromey.com>
5112
5113 * gdb.cp/maint.exp (test_invalid_name): Update expected output.
5114 * gdb.gdb/complaints.exp (test_short_complaints): Remove.
5115 (test_initial_complaints, test_empty_complaints): Update.
5116 * gdb.dwarf2/dw2-stack-boundary.exp: Update.
5117
5118 2018-10-04 Tom Tromey <tom@tromey.com>
5119
5120 PR cli/19551:
5121 * lib/mi-support.exp (mi_gdb_file_cmd): Update.
5122 * lib/gdb.exp (gdb_file_cmd): Update.
5123 * gdb.stabs/weird.exp (print_weird_var): Update.
5124 * gdb.server/solib-list.exp: Update.
5125 * gdb.multi/remove-inferiors.exp (test_remove_inferiors): Update.
5126 * gdb.mi/mi-cli.exp: Update.
5127 * gdb.linespec/linespec.exp: Update.
5128 * gdb.dwarf2/dw2-stack-boundary.exp: Update.
5129 * gdb.dwarf2/dw2-objfile-overlap.exp: Update.
5130 * gdb.cp/cp-relocate.exp: Update.
5131 * gdb.base/sym-file.exp: Update.
5132 * gdb.base/relocate.exp: Update.
5133 * gdb.base/readnever.exp: Update.
5134 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
5135 * gdb.base/kill-detach-inferiors-cmd.exp: Update.
5136 * gdb.base/dbx.exp (gdb_file_cmd): Update.
5137 * gdb.base/code_elim.exp: Update.
5138 * gdb.base/break-unload-file.exp (test_break): Update.
5139 * gdb.base/break-interp.exp (test_attach_gdb): Update.
5140 * gdb.base/break-idempotent.exp (force_breakpoint_re_set):
5141 Update.
5142 * gdb.base/attach.exp (do_attach_tests): Update.
5143 * gdb.base/sepdebug.exp: Update.
5144 * gdb.python/py-section-script.exp: Update.
5145
5146 2018-10-04 Tom Tromey <tom@tromey.com>
5147
5148 PR cli/22234:
5149 * gdb.dwarf2/dw2-stack-boundary.exp: Update expected output.
5150 * gdb.gdb/complaints.exp (test_short_complaints): Update expected
5151 output.
5152
5153 2018-10-04 Tom Tromey <tom@tromey.com>
5154
5155 * gdb.base/attach.exp (test_command_line_attach_run): Use -quiet;
5156 set width and height to 0.
5157 (test_command_line_attach_run): Use -quiet.
5158
5159 2018-10-03 Sandra Loosemore <sandra@codesourcery.com>
5160
5161 * lib/gdb.exp (skip_ifunc_tests): New.
5162 * gdb.base/gnu-ifunc.exp: Skip if no ifunc support. Handle
5163 other compile failures.
5164 * gdb.compile/compile-ifunc.exp: Skip if no ifunc support.
5165
5166 2018-10-01 Simon Marchi <simon.marchi@ericsson.com>
5167
5168 * gdb.arch/i386-avx512.exp: Fix setting of nr_regs based on
5169 is_amd64_regs_target.
5170
5171 2018-10-01 Alan Hayward <alan.hayward@arm.com>
5172
5173 * gdb.arch/aarch64-sighandler-regs.c: New test.
5174 * gdb.arch/aarch64-sighandler-regs.exp: New file.
5175 * lib/gdb.exp (skip_aarch64_sve_tests): New proc.
5176
5177 2018-10-01 Markus Metzger <markus.t.metzger@intel.com>
5178
5179 * lib/gdb.exp (is_amd64_regs_target): Change assembly to C inline
5180 assembly.
5181
5182 2018-09-28 Andrew Burgess <andrew.burgess@embecosm.com>
5183
5184 * gdb.base/frame-selection.exp: New file.
5185 * gdb.base/frame-selection.c: New file.
5186
5187 2018-09-27 Alan Hayward <alan.hayward@arm.com>
5188
5189 * gdb.threads/check-libthread-db.c (thread_routine): Use a
5190 pthread barrier.
5191 (main): Likewise.
5192
5193 2018-09-26 Andrew Burgess <andrew.burgess@embecosm.com>
5194
5195 * gdb.base/large-frame-1.c: New file.
5196 * gdb.base/large-frame-2.c: New file.
5197 * gdb.base/large-frame.exp: New file.
5198 * gdb.base/large-frame.h: New file.
5199
5200 2018-09-24 Jozef Lawrynowicz <jozef.l@mittosystems.com>
5201
5202 PR gdb/20948
5203 * gdb.base/write_mem.exp: New test.
5204 * gdb.base/write_mem.c: Likewise.
5205
5206 2018-09-23 Tom Tromey <tom@tromey.com>
5207
5208 PR python/18852:
5209 * gdb.python/py-parameter.exp: Add test for parameter that throws
5210 on "set".
5211
5212 2018-09-23 Tom Tromey <tom@tromey.com>
5213
5214 PR python/17284:
5215 * gdb.python/py-template.exp (test_template_arg): Add test for
5216 negative template argument number.
5217
5218 2018-09-23 Tom Tromey <tom@tromey.com>
5219
5220 PR python/14062:
5221 * gdb.python/python.exp: Add test for post_event error.
5222
5223 2018-09-23 Tom Tromey <tom@tromey.com>
5224
5225 PR python/18170:
5226 * gdb.python/py-value.exp (test_value_numeric_ops): Add tests to
5227 convert pointers to int and long.
5228
5229 2018-09-23 Tom Tromey <tom@tromey.com>
5230
5231 PR python/20126:
5232 * gdb.python/py-value.exp (test_value_numeric_ops): Add
5233 signed-ness conversion tests.
5234
5235 2018-09-23 Tom Tromey <tom@tromey.com>
5236
5237 PR python/18352;
5238 * gdb.python/py-value.exp (test_float_conversion): New proc.
5239 Use it.
5240
5241 2018-09-20 Hafiz Abid Qadeer <abidh@codesourcery.com>
5242
5243 gdb.base/reggroups.exp (fetch_reggroups): Add '_' in match pattern.
5244
5245 2018-09-18 Sandra Loosemore <sandra@codesourcery.com>
5246
5247 * gdb.base/complete-empty.exp: Skip tab-completion tests if
5248 no readline.
5249 * gdb.base/utf8-identifiers.exp: Likewise.
5250 * gdb.cp/cpcompletion.exp: Likewise.
5251 * gdb.linespec/cpcompletion.exp: Likewise.
5252 * gdb.linespec/cpls-abi-tag.exp: Likewise.
5253 * gdb.linespec/cpls-ops.exp: Likewise.
5254
5255 2018-09-19 Richard Bunt <richard.bunt@arm.com>
5256 Chris January <chris.january@arm.com>
5257
5258 * gdb.cp/koenig.exp: Extend to test logical short circuiting.
5259 * gdb.fortran/short-circuit-argument-list.exp: New file.
5260 * gdb.fortran/short-circuit-argument-list.f90: New test.
5261
5262 2018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
5263
5264 * gdb.arch/amd64-invalid-stack-top.exp: Expect optional
5265 "arch=" keyword when executing "-stack-list-frames".
5266
5267 2018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
5268
5269 * gdb.arch/amd64-invalid-stack-middle.exp: Expect optional
5270 "arch=" keyword when executing "-stack-list-frames".
5271
5272 2018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
5273
5274 * gdb.ada/complete.exp: Expect for "@" when doing "complete
5275 break ada".
5276
5277 2018-09-17 Simon Marchi <simon.marchi@polymtl.ca>
5278
5279 PR python/23669
5280 * gdb.python/python.exp: Test gdb.execute("show commands").
5281
5282 2018-09-16 Tom Tromey <tom@tromey.com>
5283
5284 * gdb.base/new-ui.exp (do_execution_tests): Update.
5285 * gdb.base/dbx.exp (test_breakpoints): Update.
5286
5287 2018-09-14 Alan Hayward <alan.hayward@arm.com>
5288
5289 * lib/gdb.exp (gdb_simple_compile): Add proc.
5290 (is_elf_target): Use gdb_simple_compile.
5291 (skip_altivec_tests): Likewise.
5292 (skip_vsx_tests): Likewise.
5293 (skip_tsx_tests): Likewise.
5294 (skip_btrace_tests): Likewise.
5295 (skip_btrace_pt_tests): Likewise.
5296 (gdb_can_simple_compile): Likewise.
5297 (gdb_has_argv0): Likewise.
5298 (gdb_target_symbol_prefix): Likewise.
5299 (target_supports_scheduler_locking): Likewise.
5300
5301 2018-09-13 Tom Tromey <tom@tromey.com>
5302
5303 * Makefile.in (TAGS): Recognize proc_with_prefix and
5304 gdb_caching_proc.
5305
5306 2018-09-13 Simon Marchi <simon.marchi@ericsson.com>
5307
5308 * gdb.python/py-progspace.exp: Test the Progspace.objfiles
5309 method.
5310
5311 2018-09-13 Simon Marchi <simon.marchi@ericsson.com>
5312
5313 * gdb.python/py-inferior.exp: Add tests for Inferior.progspace
5314 and a few other Inferior properties when the Inferior is no
5315 longer valid.
5316
5317 2018-09-13 Tom Tromey <tom@tromey.com>
5318
5319 PR rust/23650:
5320 * gdb.rust/simple.exp: Add test for enum field access error.
5321
5322 2018-09-13 Tom Tromey <tom@tromey.com>
5323
5324 PR rust/23626:
5325 * gdb.rust/simple.rs (EmptyEnum): New type.
5326 (main): Use it.
5327 * gdb.rust/simple.exp (test_one_slice): Add empty enum test.
5328
5329 2018-09-13 Simon Marchi <simon.marchi@ericsson.com>
5330
5331 * gdb.python/py-inferior.exp: Test repr() of gdb.Inferior.
5332 * gdb.python/py-objfile.exp: Test repr() of gdb.Objfile.
5333 * gdb.python/py-symtab.exp: Update test printing an objfile.
5334
5335 2018-09-12 Simon Marchi <simon.marchi@ericsson.com>
5336
5337 * gdb.python/py-inferior.exp: Test using an invalid gdb.Inferior
5338 object.
5339
5340 2018-09-12 Alan Hayward <alan.hayward@arm.com>
5341
5342 * lib/gdb.exp (gdb_can_simple_compile): Add proc.
5343 (support_complex_tests): Use gdb_can_simple_compile.
5344 (is_ilp32_target): Likewise.
5345 (is_lp64_target): Likewise.
5346 (is_64_target): Likewise.
5347 (is_amd64_regs_target): Likewise.
5348 (is_aarch32_target): Likewise.
5349 (gdb_int128_helper): Likewise.
5350
5351 2018-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
5352
5353 * Makefile.in (check-parallel-racy): Fix dg-extract-results.sh path.
5354
5355 2018-09-10 Jerome Guitton <guitton@adacore.com>
5356
5357 * gdb.ada/same_component_name: Add test for case of tagged record
5358 with variable-length fields.
5359
5360 2018-09-10 Xavier Roirand <roirand@adacore.com>
5361
5362 * gdb.ada/access_to_unbounded_array.exp: New testcase.
5363 * gdb.ada/access_to_unbounded_array/foo.adb: New file.
5364 * gdb.ada/access_to_unbounded_array/pack.adb: New file.
5365 * gdb.ada/access_to_unbounded_array/pack.ads: New file.
5366
5367 2018-09-10 Xavier Roirand <roirand@adacore.com>
5368
5369 * gdb.ada/mi_string_access.exp: New testcase.
5370 * gdb.ada/mi_string_access/bar.adb: New file.
5371 * gdb.ada/mi_string_access/pck.adb: New file.
5372 * gdb.ada/mi_string_access/pck.asd: New file.
5373
5374 2018-09-10 Xavier Roirand <roirand@adacore.com>
5375
5376 * gdb.ada/mi_var_union.exp: New testcase.
5377 * gdb.ada/mi_var_union/bar.adb: New file.
5378 * gdb.ada/mi_var_union/pck.adb: New file.
5379 * gdb.ada/mi_var_union/pck.asd: New file.
5380
5381 2018-09-08 Tom Tromey <tom@tromey.com>
5382
5383 * gdb.python/py-prettyprint.exp: Use with_test_prefix.
5384
5385 2018-09-08 Tom Tromey <tom@tromey.com>
5386
5387 PR python/16047:
5388 * gdb.python/py-prettyprint.py (pp_int_typedef3): New class.
5389 (register_pretty_printers): Register new printer.
5390 * gdb.python/py-prettyprint.exp (run_lang_tests): Add int_type3
5391 test.
5392 * gdb.python/py-prettyprint.c (int_type3): New typedef.
5393 (an_int_type3): New global.
5394
5395 2018-09-08 Joel Brobecker <brobecker@adacore.com>
5396
5397 * gdb.ada/expr_with_funcall: New testcase.
5398
5399 2018-09-08 Joel Brobecker <brobecker@adacore.com>
5400
5401 * gdb.ada/packed_array_assign: New testcase.
5402
5403 2018-09-07 Andrew Burgess <andrew.burgess@embecosm.com>
5404
5405 * gdb.base/watchpoint.exp (test_complex_watchpoint): Extend test
5406 names, and add test prefixes to make test names unique.
5407
5408 2018-09-05 Tom de Vries <tdevries@suse.de>
5409
5410 * gdb.dwarf2/varval.exp: Add test.
5411
5412 2018-09-04 Gary Benson <gbenson@redhat.com>
5413
5414 * gdb.base/batch-exit-status.exp: Use gdb_test_multiple and expect
5415 'eof' before 'wait -i'. Use remote_close and clear_gdb_spawn_id.
5416
5417 2018-08-31 Tom Tromey <tom@tromey.com>
5418
5419 * gdb.rust/simple.rs: Rename second variable "v".
5420
5421 2018-08-30 Andrew Burgess <andrew.burgess@embecosm.com>
5422
5423 * gdb.base/funcargs.c (use_a): New function.
5424 (recurse): Call use_a.
5425
5426 2018-08-29 Keith Seitz <keiths@redhat.com>
5427
5428 * gdb.compile/compile-cplus-anonymous.cc: New file.
5429 * gdb.compile/compile-cplus-anonymous.exp: New file.
5430 * gdb.compile/compile-cplus-array-decay.cc: New file.
5431 * gdb.compile/compile-cplus-array-decay.exp: New file.
5432 * gdb.compile/compile-cplus-inherit.cc: New file.
5433 * gdb.compile/compile-cplus-inherit.exp: New file.
5434 * gdb.compile/compile-cplus-member.cc: New file.
5435 * gdb.compile/compile-cplus-member.exp: New file.
5436 * gdb.compile/compile-cplus-method.cc: New file.
5437 * gdb.compile/compile-cplus-method.exp: New file.
5438 * gdb.compile/compile-cplus-mod.c: "New" file.
5439 * gdb.compile/compile-cplus-namespace.cc: New file.
5440 * gdb.compile/compile-cplus-namespace.exp: New file.
5441 * gdb.compile/compile-cplus-nested.cc: New file.
5442 * gdb.compile/compile-cplus-nested.exp: New file.
5443 * gdb.compile/compile-cplus-print.c: "New" file.
5444 * gdb.compile/compile-cplus-print.exp: "New" file.
5445 * gdb.compile/compile-cplus-virtual.cc: New file.
5446 * gdb.compile/compile-cplus-virtual.exp: New file.
5447 * gdb.compile/compile-cplus.c: "New" file.
5448 * gdb.compile/compile-cplus.exp: "New" file.
5449 * lib/compile-support.exp: New file.
5450
5451 2018-08-16 Gary Benson <gbenson@redhat.com>
5452
5453 PR gdb/13000:
5454 * gdb.base/batch-exit-status.exp: New file.
5455 * gdb.base/batch-exit-status.good-commands: Likewise.
5456 * gdb.base/batch-exit-status.bad-commands: Likewise.
5457
5458 2018-08-29 Alan Hayward <alan.hayward@arm.com>
5459
5460 * gdb.base/infcall-nested-structs.c (struct struct01): Remove.
5461 (struct struct02): Likewise.
5462 (struct struct03): Likewise.
5463 (struct struct04): Likewise.
5464 (struct struct_01_01): New struct.
5465 (struct struct_01_02): Likewise.
5466 (struct struct_01_03): Likewise.
5467 (struct struct_01_04): Likewise.
5468 (struct struct_02_01): Likewise.
5469 (struct struct_02_02): Likewise.
5470 (struct struct_02_03): Likewise.
5471 (struct struct_02_04): Likewise.
5472 (struct struct_04_01): Likewise.
5473 (struct struct_04_02): Likewise.
5474 (struct struct_04_03): Likewise.
5475 (struct struct_04_04): Likewise.
5476 (struct struct_05_01): Likewise.
5477 (struct struct_05_02): Likewise.
5478 (struct struct_05_03): Likewise.
5479 (struct struct_05_04): Likewise.
5480 (cmp_struct01): Remove function.
5481 (cmp_struct02): Likewise.
5482 (cmp_struct03): Likewise.
5483 (cmp_struct04): Likewise.
5484 (cmp_struct_01_01): Add Function.
5485 (cmp_struct_01_02): Likewise.
5486 (cmp_struct_01_03): Likewise.
5487 (cmp_struct_01_04): Likewise.
5488 (cmp_struct_02_01): Likewise.
5489 (cmp_struct_02_02): Likewise.
5490 (cmp_struct_02_03): Likewise.
5491 (cmp_struct_02_04): Likewise.
5492 (cmp_struct_04_01): Likewise.
5493 (cmp_struct_04_02): Likewise.
5494 (cmp_struct_04_03): Likewise.
5495 (cmp_struct_04_04): Likewise.
5496 (cmp_struct_05_01): Likewise.
5497 (cmp_struct_05_02): Likewise.
5498 (cmp_struct_05_03): Likewise.
5499 (cmp_struct_05_04): Likewise.
5500 (call_all): Add new structs.
5501 * gdb.base/infcall-nested-structs.exp: Likewise.
5502
5503 2018-08-27 Jan Vrany <jan.vrany@fit.cvut.cz>
5504
5505 * gdb.python/py-framefilter-mi.exp: Update regexp to
5506 check for "arch" field in frame output.
5507
5508 2018-08-23 Kevin Buettner <kevinb@redhat.com>
5509
5510 * gdb.dwarf2/dw2-ranges-func.c: New file.
5511 * gdb.dwarf2/dw2-ranges-func.exp: New file.
5512
5513 2018-08-22 Simon Marchi <simon.marchi@polymtl.ca>
5514
5515 * gdb.base/term.exp: Compare terminal settings with values from
5516 the inferior.
5517 * gdb.base/term.c: Get and set terminal settings.
5518
5519 2018-08-22 Jan Vrany <jan.vrany@fit.cvut.cz>
5520
5521 * lib/mi-support.exp (mi_expect_stop): Update regexp to
5522 accommodate new "arch" field in frame output.
5523 * gdb.mi/mi-return.exp: Likewise.
5524 * gdb.mi/mi-stack.exp: Likewise.
5525 * gdb.mi/mi-syn-frame.exp: Likewise.
5526 * gdb.mi/user-selected-context-sync.exp: Likewise.
5527
5528 2018-08-19 Michael Spang <spang@google.com>
5529
5530 PR gdb/11786
5531 * gdb.base/gcore-tls-pie.c: New file.
5532 * gdb.base/gcore-tls-pie.exp: New file.
5533
5534 2018-08-18 Kevin Buettner <kevinb@redhat.com>
5535
5536 * lib/dwarf.exp: Add support for DW_OP_GNU_variable_value.
5537 * gdb.dwarf2/varval.c: New file.
5538 * gdb.dwarf2/varval.exp: New file.
5539
5540 2018-08-17 Alan Hayward <alan.hayward@arm.com>
5541
5542 PR gdb/18931
5543 * gdb.arch/aarch64-fp.c (main): Fix asm registers.
5544
5545 2018-08-16 Keith Seitz <keiths@redhat.com>
5546
5547 * gdb.compile/compile.exp: Use gdb_test_no_output for "compile code"
5548 tests expected to pass.
5549
5550 2018-08-14 Jan Vrany <jan.vrany@fit.cvut.cz>
5551
5552 * gdb.mi/mi-disassemble.exp (test_disassembly_only): Add tests for
5553 -data-disassemble -a.
5554 (test_disassembly_bogus_args): Likewise.
5555
5556 2018-08-14 Andrew Burgess <andrew.burgess@embecosm.com>
5557
5558 * gdb.mi/list-thread-groups-available.exp: Update test regexp.
5559
5560 2018-08-09 Andrew Burgess <andrew.burgess@embecosm.com>
5561
5562 * gdb.base/vla-optimized-out.exp: Add new test.
5563
5564 2018-08-09 Andrew Burgess <andrew.burgess@embecosm.com>
5565
5566 * gdb.base/vla-optimized-out-o3.exp: Delete.
5567 * gdb.base/vla-optimized-out-o3-strict.exp: Delete.
5568 * gdb.base/vla-optimized-out.exp: Extend to cover all of the
5569 deleted tests.
5570
5571 2018-08-08 Andrew Burgess <andrew.burgess@embecosm.com>
5572
5573 PR gdb/18050:
5574 * gdb.server/extended-remote-restart.c: New file.
5575 * gdb.server/extended-remote-restart.exp: New file.
5576
5577 2018-08-07 Simon Marchi <simon.marchi@polymtl.ca>
5578
5579 * gdb.fortran/nested-funcs.exp: Replace "set index = 42" with
5580 "set variable index = 42".
5581
5582 2018-08-07 Simon Marchi <simon.marchi@ericsson.com>
5583
5584 * boards/index-cache-gdb.exp: New file.
5585 * gdb.dwarf2/index-cache.exp: New file.
5586 * gdb.dwarf2/index-cache.c: New file.
5587 * gdb.base/maint.exp: Check if we are using the index cache.
5588
5589 2018-08-07 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
5590
5591 * Makefile.in (saw_dash_j): Allow for GNU make 4.2+ passing -jN in
5592 MAKEFLAGS.
5593
5594 2018-08-06 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
5595
5596 * dg-extract-results.sh: Move to toplevel contrib.
5597 * Makefile.in (check-parallel): Reflect dg-extract-results.sh move.
5598 * Makefile.in (check-parallel-racy): Likewise.
5599
5600 2018-08-06 Andrew Burgess <andrew.burgess@embecosm.com>
5601
5602 * lib/gdb.exp (target_supports_scheduler_locking): New proc.
5603 * gdb.mi/mi-cmd-param-changed.exp: Only run scheduler locking
5604 tests if the target supports scheduler locking.
5605
5606 2018-08-04 Tom de Vries <tdevries@suse.de>
5607
5608 * gdb.python/py-rbreak.exp: Fix rbreak regexp.
5609
5610 2018-08-02 Tom Tromey <tom@tromey.com>
5611
5612 PR symtab/16842.
5613 * gdb.cp/temargs.exp: Test "info address" of a template
5614 parameter.
5615
5616 2018-07-31 Jan Vrany <jan.vrany@fit.cvut.cz>
5617
5618 * gdb.python/py-mi-var-info-path-expression.c: New file.
5619 * gdb.python/py-mi-var-info-path-expression.py: New file.
5620 * gdb.python/py-mi-var-info-path-expression.exp: New file.
5621
5622 2018-07-30 Sergio Durigan Junior <sergiodj@redhat.com>
5623
5624 * lib/gdbserver-support.exp (gdbserver_start): Match any kind of
5625 error after "cannot resolve name" string.
5626
5627 2018-07-28 Andrew Burgess <andrew.burgess@embecosm.com>
5628
5629 * gdb.trace/tspeed.exp: Only call gdb_load_shlib after gdb has
5630 started.
5631 * lib/gdb.exp (gdb_load_shlib): Call perror if GDB is not running.
5632
5633 2018-07-28 Tom de Vries <tdevries@suse.de>
5634
5635 * gdb.base/vla-optimized-out-o3-strict.exp: New file.
5636
5637 2018-07-26 Tom de Vries <tdevries@suse.de>
5638
5639 * gdb.base/vla-optimized-out.c: Add comment about origin of test-case.
5640
5641 2018-07-26 Andrew Burgess <andrew.burgess@embecosm.com>
5642
5643 * gdb.base/maint.exp: Add check that dwarf unwinders control flag
5644 is visible.
5645
5646 2018-07-26 Tom de Vries <tdevries@suse.de>
5647
5648 PR breakpoints/23366
5649 * gdb.base/catch-follow-exec.c: New test.
5650 * gdb.base/catch-follow-exec.exp: New file.
5651
5652 2018-07-25 Tom de Vries <tdevries@suse.de>
5653
5654 * gdb.base/vla-optimized-out-o3.exp: New file. Reuse
5655 vla-optimized-out.c.
5656
5657 2018-07-25 Jan Vrany <jan.vrany@fit.cvut.cz>
5658
5659 * gdb.mi/mi-breakpoint-location-ena-dis.cc: New file.
5660 * gdb.mi/mi-breakpoint-location-ena-dis.exp: New file.
5661
5662 2018-07-20 Tom de Vries <tdevries@suse.de>
5663
5664 * gdb.base/vla-optimized-out.c: Make noclone attribute conditional on
5665 NOCLONE macro.
5666 * gdb.base/vla-optimized-out.exp: Use additional_flags -DNOCLONE.
5667
5668 2018-07-19 Tom de Vries <tdevries@suse.de>
5669
5670 * gdb.mi/list-thread-groups-available.exp (cores_re): Fix quoting in
5671 regular expression.
5672
5673 2018-07-18 Tom de Vries <tdevries@suse.de>
5674
5675 * gdb.base/vla-optimized-out.c: New test.
5676 * gdb.base/vla-optimized-out.exp: New file.
5677
5678 2018-07-13 Sergio Durigan Junior <sergiodj@redhat.com>
5679
5680 * lib/gdbserver-support.exp (gdbserver_start): Expect for the
5681 message "No address associated with hostname" when gdbserver
5682 cannot resolve the hostname.
5683
5684 2018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5685
5686 * gdb.threads/pthreads.exp: Test qcs FLAG arguments.
5687 Add some test prefixes to make tests unique.
5688
5689 2018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5690
5691 * gdb.base/frameapply.c: New file.
5692 * gdb.base/frameapply.exp: New file.
5693
5694 2018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5695
5696 * gdb.base/skip.exp: Update expected error message.
5697
5698 2018-07-11 Sergio Durigan Junior <sergiodj@redhat.com>
5699 Jan Kratochvil <jan.kratochvil@redhat.com>
5700 Paul Fertser <fercerpav@gmail.com>
5701 Tsutomu Seki <sekiriki@gmail.com>
5702
5703 * README (Testsuite Parameters): Mention new 'GDB_TEST_SOCKETHOST'
5704 parameter.
5705 * boards/native-extended-gdbserver.exp: Do not set 'sockethost'
5706 by default.
5707 * boards/native-gdbserver.exp: Likewise.
5708 * gdb.server/run-without-local-binary.exp: Improve regexp used
5709 for detecting when a remote debugging connection succeeds.
5710 * gdb.server/server-connect.exp: New file.
5711 * lib/gdbserver-support.exp (gdbserver_default_get_comm_port):
5712 Do not prefix the port number with ":".
5713 (gdbserver_start): New global GDB_TEST_SOCKETHOST. Implement
5714 support for detecting and using it. Add '$debughost_gdbserver'
5715 to the list of arguments used to start gdbserver. Handle case
5716 when gdbserver cannot resolve a network name.
5717
5718 2018-07-11 Sergio Durigan Junior <sergiodj@redhat.com>
5719
5720 PR c++/23373
5721 * gdb.base/ptype-offsets.cc (struct static_member): New
5722 struct.
5723 (main) <stmember>: New variable.
5724 * gdb.base/ptype-offsets.exp: Add test for printing a struct
5725 with a static member in it.
5726
5727 2018-07-10 Andrew Burgess <andrew.burgess@embecosm.com>
5728
5729 * gdb.base/watchpoint-reuse-slot.exp: Test with hardware
5730 watchpoints enabled and disabled.
5731
5732 2018-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
5733
5734 * gdb.base/examine-backward.exp: Still run tests around address
5735 0x0, even if address 0x0 is not readable. Update the pattern for
5736 matching address 0x0 in expected output.
5737
5738 2018-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
5739
5740 * gdb.base/share-env-with-gdbserver.c (main): Add call to
5741 malloc/free.
5742
5743 2018-07-04 Tom de Vries <tdevries@suse.de>
5744
5745 * gdb.dwarf2/dw2-error.exp: Update expected error message.
5746
5747 2018-07-02 Maciej W. Rozycki <macro@mips.com>
5748
5749 PR tdep/8282
5750 * gdb.arch/mips-disassembler-options.exp: New test.
5751 * gdb.arch/mips-disassembler-options.s: New test source.
5752
5753 2018-06-29 Pedro Alves <palves@redhat.com>
5754
5755 * gdb.threads/names.exp: Adjust expected "info threads" output.
5756
5757 2018-06-29 Pedro Alves <palves@redhat.com>
5758
5759 * gdb.opt/inline-break.exp (line number, address): Add "info
5760 break" tests.
5761
5762 2018-06-29 Pedro Alves <palves@redhat.com>
5763
5764 * gdb.opt/inline-break.c (func1): Add "break here" marker.
5765 * gdb.opt/inline-break.exp: Test setting breakpoints by line
5766 number and address and running to them.
5767
5768 2018-06-29 Richard Bunt <richard.bunt@arm.com>
5769
5770 * gdb.base/watchpoint-hw-attach.exp: Remove unstable output.
5771
5772 2018-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
5773
5774 * lib/compiler.c: Remove executable permission flag.
5775
5776 2018-06-28 Richard Bunt <richard.bunt@arm.com>
5777
5778 * gdb.base/watchpoint-hw-attach.c (main): Remove unneeded
5779 code.
5780 * gdb.base/watchpoint-hw-attach.exp: Break in outermost frame.
5781
5782 2018-06-28 Petr Tesarik <ptesarik@suse.cz>
5783
5784 * gdb.base/relocate.exp: Add test for "add-symbol-file -o ".
5785
5786 2018-06-28 Petr Tesarik <ptesarik@suse.cz>
5787
5788 * gdb.base/relocate.exp: Test add-symbol-file behavior when the
5789 address argument is omitted.
5790
5791 2018-06-28 Petr Tesarik <ptesarik@suse.cz>
5792
5793 * gdb.base/relocate.exp: Add test for "symbol-file -o ".
5794
5795 2018-06-27 Omair Javaid <omair.javaid@linaro.org>
5796
5797 PR gdb/21695
5798 * gdb.base/infoline-reloc-main-from-zero.exp: New test.
5799 * gdb.base/infoline-reloc-main-from-zero.c: New file.
5800
5801 2018-06-26 Tom Tromey <tom@tromey.com>
5802
5803 PR rust/22574:
5804 * gdb.rust/simple.exp (test_one_slice): Add ptype/o tests.
5805 * gdb.rust/simple.rs (struct SimpleLayout): New.
5806
5807 2018-06-22 Simon Marchi <simon.marchi@ericsson.com>
5808
5809 * gdb.base/jit-reader.exp (jit_reader_test): Expect spaces in
5810 "info registers" output.
5811
5812 2018-06-21 Richard Bunt <richard.bunt@arm.com>
5813
5814 * gdb.base/watchpoint-hw-attach.c: New test.
5815 * gdb.base/watchpoint-hw-attach.exp: New file.
5816
5817 2018-06-20 Simon Marchi <simon.marchi@ericsson.com>
5818
5819 * boards/cc-with-tweaks.exp: Don't call cc-with-tweaks.sh
5820 through /bin/sh.
5821 * boards/dwarf4-gdb-index.exp: Likewise.
5822 * boards/fission-dwp.exp: Likewise.
5823
5824 2018-06-20 Ulrich Weigand <uweigand@de.ibm.com>
5825
5826 * gdb.base/float128.exp: Add comment and improved fail message
5827 to the failure case of "print large128" test.
5828
5829 2018-06-19 Simon Marchi <simon.marchi@ericsson.com>
5830
5831 * configure.ac: Remove AC_PREREQ.
5832 * configure: Re-generate.
5833
5834 2018-06-19 Pedro Alves <palves@redhat.com>
5835
5836 * gdb.opt/inline-break.c (func_inline_callee, func_inline_caller)
5837 (func_extern_caller): New.
5838 (main): Call func_extern_caller.
5839 * gdb.opt/inline-break.exp: Add tests for inline frame skipping
5840 logic change.
5841
5842 2018-06-18 Weimin Pan <weimin.pan@oracle.com>
5843
5844 PR gdb/16841
5845 * gdb.cp/typedef-base.cc: New file.
5846 * gdb.cp/typedef-base.exp: New file.
5847
5848 2018-06-18 Tom de Vries <tdevries@suse.de>
5849
5850 * gdb.ada/bp_inlined_func.exp: Allow 5 breakpoint locations.
5851
5852 2018-06-16 Andrew Burgess <andrew.burgess@embecosm.com>
5853 Richard Bunt <Richard.Bunt@arm.com>
5854
5855 * gdb.threads/attach-slow-waitpid.c: New file.
5856 * gdb.threads/attach-slow-waitpid.exp: New file.
5857 * gdb.threads/slow-waitpid.c: New file.
5858
5859 2018-06-14 Pedro Alves <palves@redhat.com>
5860
5861 * gdb.base/fork-running-state.c: Include <errno.h>.
5862 (exit_if_relative_exits): New.
5863 (fork_child): If 'exit_if_relative_exits' is true, exit if the parent
5864 exits.
5865 (fork_parent): If 'exit_if_relative_exits' is true, exit if the
5866 child exits.
5867
5868 2018-06-14 Tom de Vries <tdevries@suse.de>
5869
5870 PR cli/22573
5871 * gdb.base/finish-pretty.c: New test.
5872 * gdb.base/finish-pretty.exp: New file.
5873
5874 2018-06-14 Pedro Alves <palves@redhat.com>
5875
5876 * gdb.gdb/selftest.exp (test_with_self): Use multi_line to build
5877 gdb's expected startup output.
5878
5879 2018-06-14 Pedro Alves <palves@redhat.com>
5880
5881 * lib/selftest-support.exp (selftest_setup): Remove inlined
5882 function handling.
5883
5884 2018-06-14 Tom de Vries <tdevries@suse.de>
5885
5886 * lib/selftest-support.exp (selftest_setup): Allow function arguments in
5887 matching of breakpoint printing.
5888
5889 2018-06-13 Tom de Vries <tdevries@suse.de>
5890
5891 PR testsuite/23269
5892 * gdb.base/fork-running-state.c (main): Move setting of alarm ...
5893 (fork_child): ... here, and ...
5894 (fork_parent): ... here.
5895
5896 2018-06-12 Tom de Vries <tdevries@suse.de>
5897
5898 * gdb.gdb/selftest.exp (test_with_self): Update gdb startup text.
5899
5900 2018-06-12 Andrew Burgess <andrew.burgess@embecosm.com>
5901 Stephen Roberts <stephen.roberts@arm.com>
5902
5903 * gdb.threads/multiple-successive-infcall.exp: Remove kfail case,
5904 rewrite test to describe action performed, rather than possible
5905 failure.
5906
5907 2018-06-08 Gary Benson <gbenson@redhat.com>
5908
5909 * gdb.threads/check-libthread-db.exp: New file.
5910 * gdb.threads/check-libthread-db.c: Likewise.
5911
5912 2018-06-05 Tom Tromey <tom@tromey.com>
5913
5914 * gdb.base/default.exp: Update expected "show version" output.
5915
5916 2018-06-05 Tom Tromey <tom@tromey.com>
5917
5918 PR cli/12326:
5919 * gdb.cp/static-print-quit.exp: Update.
5920 * lib/gdb.exp (pagination_prompt): Update.
5921 * gdb.base/page.exp: Use pagination_prompt. Add new tests.
5922 * gdb.python/python.exp: Update.
5923
5924 2018-06-04 Joel Brobecker <brobecker@adacore.com>
5925
5926 * gdb.mi/list-thread-groups-no-inferior.exp: New testcase.
5927
5928 2018-06-01 Joel Brobecker <brobecker@adacore.com>
5929
5930 * gdb.ada/bp_fun_addr: New testcase.
5931
5932 2018-06-01 Tom Tromey <tom@tromey.com>
5933
5934 * gdb.xml/tdesc-regs.exp (load_description): Update expected
5935 results.
5936 * gdb.dwarf2/method-ptr.exp: Set language to C++.
5937 * gdb.dwarf2/member-ptr-forwardref.exp: Set language to C++.
5938 * gdb.cp/typeid.exp (do_typeid_tests): Update type_re.
5939 * gdb.base/maint.exp (maint_pass_if): Update.
5940
5941 2018-05-31 Maciej W. Rozycki <macro@mips.com>
5942
5943 * gdb.base/endian.exp: New test.
5944 * gdb.base/endian.c: New test source.
5945
5946 2018-05-24 Andrew Burgess <andrew.burgess@embecosm.com>
5947
5948 PR gdb/23203
5949 * gdb.base/bt-selected-frame.c: New file.
5950 * gdb.base/bt-selected-frame.exp: New file.
5951 * lib/gdb.exp (get_current_frame_number): New function.
5952
5953 2018-05-24 Maciej W. Rozycki <macro@mips.com>
5954 Pedro Alves <palves@redhat.com>
5955
5956 * gdb.threads/tls-core.c: Include <stdlib.h>
5957 (thread_proc): Call `abort'.
5958 * gdb.threads/tls-core.exp: Generate a core with core_find too.
5959 (tls_core_test): New procedure, bits factored out from ...
5960 (top level): ... here. Test both native cores and gcore cores.
5961
5962 2018-05-23 Tom Tromey <tom@tromey.com>
5963
5964 * gdb.gdb/complaints.exp (test_initial_complaints): Simplify.
5965
5966 2018-05-23 Tom Tromey <tom@tromey.com>
5967
5968 * gdb.gdb/complaints.exp (test_initial_complaints): Don't mention
5969 symfile_complaints.
5970 (test_short_complaints): Likewise.
5971 (test_empty_complaints): Likewise.
5972 (test_initial_complaints): Update.
5973
5974 2018-05-23 Tom Tromey <tom@tromey.com>
5975
5976 * gdb.gdb/complaints.exp (test_empty_complaints): Update.
5977
5978 2018-05-23 Tom Tromey <tom@tromey.com>
5979
5980 * gdb.gdb/complaints.exp (test_serial_complaints): Remove.
5981 (test_short_complaints): Update.
5982
5983 2018-05-22 Pedro Alves <palves@redhat.com>
5984
5985 * gdb.base/remote.exp: Only gdb_start after compiling the
5986 testcase. Issue "disconnect" before testing "set remote" command
5987 defaults. Issue clean_restart before running to main.
5988
5989 2018-05-22 Pedro Alves <palves@redhat.com>
5990
5991 * gdb.base/remote.exp: Adjust expected output of "show remote
5992 memory-write-packet-size". Add tests for "set remote
5993 memory-write-packet-size 0" and "set remote
5994 memory-write-packet-size fixed/limit".
5995
5996 2018-05-22 Pedro Alves <palves@redhat.com>
5997
5998 PR gdb/22973
5999 * gdb.base/utf8-identifiers.c: New file.
6000 * gdb.base/utf8-identifiers.exp: New file.
6001
6002 2018-05-22 Pedro Franco de Carvalho <pedromfc@linux.vnet.ibm.com>
6003
6004 * gdb.arch/powerpc-fpscr-gcore.exp: New file.
6005
6006 2018-05-22 Pedro Franco de Carvalho <pedromfc@linux.vnet.ibm.com>
6007
6008 * gdb.arch/powerpc-vsx-gcore.exp: New file.
6009
6010 2018-05-18 Tom Tromey <tom@tromey.com>
6011
6012 * gdb.base/ptype-offsets.exp: Update.
6013
6014 2018-05-17 Keith Seitz <keiths@redhat.com>
6015
6016 * gdb.ada/bp_inlined_func.exp: Update inlined frame locations
6017 in expected breakpoint stop locations.
6018 * gdb.dwarf2/implptr.exp (implptr_test_baz): Use up/down to
6019 move to proper scope to test variable values.
6020 * gdb.opt/inline-break.c (inline_func1, not_inline_func1)
6021 (inline_func2, not_inline_func2, inline_func3, not_inline_func3):
6022 New functions.
6023 (main): Call not_inline_func3.
6024 * gdb.opt/inline-break.exp: Start inferior and set breakpoints at
6025 inline_func1, inline_func2, and inline_func3. Test that when each
6026 breakpoint is hit, GDB properly reports both the stop location
6027 and the backtrace. Repeat tests for temporary breakpoints.
6028
6029 2018-05-15 Maciej W. Rozycki <macro@mips.com>
6030
6031 * gdb.server/server-kill.exp: Verify whether `server_pid' exists
6032 rather then trying to access it in determining whether the PID
6033 of `gdbserver' could have been retrieved.
6034
6035 2018-05-08 Andrew Burgess <andrew.burgess@embecosm.com>
6036
6037 * gdb.arch/amd64-init-x87-values.S: New file.
6038 * gdb.arch/amd64-init-x87-values.exp: New file.
6039
6040 2018-05-08 Jan Kratochvil <jan.kratochvil@redhat.com>
6041
6042 * gdb.base/watchpoint-unaligned.exp: Use skip_hw_watchpoint_tests.
6043
6044 2018-05-04 Tom Tromey <tom@tromey.com>
6045
6046 PR python/22730:
6047 * gdb.python/python.exp: Test multi-line execute.
6048
6049 2018-05-04 Tom Tromey <tom@tromey.com>
6050
6051 PR python/22731:
6052 * gdb.python/py-breakpoint.exp: Test setting breakpoint commands.
6053
6054 2018-05-04 Tom Tromey <tom@tromey.com>
6055
6056 PR gdb/11750:
6057 * gdb.base/define.exp: Test defining a user command inside a user
6058 command.
6059 * gdb.base/commands.exp (define_if_without_arg_test): Test "define".
6060
6061 2018-05-04 Jan Kratochvil <jan.kratochvil@redhat.com>
6062 Pedro Alves <palves@redhat.com>
6063
6064 PR breakpoints/19806 and support for PR external/20207.
6065 * gdb.base/watchpoint-unaligned.c: New file.
6066 * gdb.base/watchpoint-unaligned.exp: New file.
6067
6068 2018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
6069
6070 * gdb.base/maint.exp: Make test names unique, use
6071 test_prefix_command_help to test 'help maint info', and remove
6072 repeated test of 'help maint'.
6073
6074 2018-05-04 Tom Tromey <tom@tromey.com>
6075
6076 PR gdb/22619:
6077 * gdb.base/long_long.exp (gdb_test_long_long): Add test for repeat
6078 behavior.
6079
6080 2018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
6081
6082 * gdb.base/maint.exp: Process output from 'maint print registers'
6083 line at a time.
6084
6085 2018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
6086
6087 * lib/mi-support.exp (mi_run_cmd_full): Fix regexp and add a
6088 timeout.
6089
6090 2018-05-03 Andrew Burgess <andrew.burgess@embecosm.com>
6091
6092 * gdb.base/callfuncs.exp (fetch_all_registers): Add riscv register
6093 filter pattern.
6094
6095 2018-05-02 Pedro Alves <palves@redhat.com>
6096
6097 * gdb.base/breakpoint-in-ro-region.exp: Adjust to to_resume and
6098 to_log_command renames.
6099 * gdb.base/sss-bp-on-user-bp-2.exp: Likewise.
6100
6101 2018-05-02 Tom Tromey <tom@tromey.com>
6102
6103 * gdb.python/py-parameter.exp: Set test message.
6104
6105 2018-05-02 Tom Tromey <tom@tromey.com>
6106
6107 PR python/20084:
6108 * gdb.python/py-parameter.exp: Add PARAM_ZUINTEGER and
6109 PARAM_ZUINTEGER_UNLIMITED tests.
6110
6111 2018-04-28 Dan Robertson <danlrobertson89@gmail.com>
6112
6113 PR rust/23124
6114 * gdb.rust/expr.exp: Test that the unit type is correctly parsed
6115 when casting.
6116
6117 2018-04-30 Tom Tromey <tom@tromey.com>
6118
6119 * gdb.python/py-type.exp: Check align attribute.
6120 * gdb.python/py-type.c: New "aligncheck" global.
6121
6122 2018-04-30 Tom Tromey <tom@tromey.com>
6123
6124 PR exp/17095:
6125 * gdb.dwarf2/dw2-align.exp: New file.
6126 * gdb.cp/align.exp: New file.
6127 * gdb.base/align.exp: New file.
6128 * lib/gdb.exp (gdb_int128_helper): New proc.
6129 (has_int128_c, has_int128_cxx): New caching procs.
6130
6131 2018-04-27 Tom Tromey <tom@tromey.com>
6132
6133 PR rust/22545:
6134 * gdb.rust/simple.exp: Add inclusive range tests.
6135
6136 2018-04-26 Pedro Alves <palves@redhat.com>
6137
6138 * gdb.base/gnu-ifunc.exp (set-break): Test that GDB resolves
6139 ifunc breakpoint locations correctly of ifunc breakpoints set
6140 while the program resolves the ifunc.
6141
6142 2018-04-26 Pedro Alves <palves@redhat.com>
6143
6144 * gdb.base/gnu-ifunc-final.c: New file.
6145 * gdb.base/gnu-ifunc.c (final): Delete, moved to gnu-ifunc-final.c.
6146 * gdb.base/gnu-ifunc.exp (executable): Delete.
6147 (staticexecutable): Adjust.
6148 (lib_opts, exec_opts): Delete.
6149 (make_binsuffix, build, set-break): New procedures.
6150 (misc_tests): New, with tests factored out from the top level.
6151 (top level): Test different combinations of ifunc resolver name,
6152 resolver with and with debug info, and ifunc target with and
6153 without debug info. Wrap static tests with with_target_prefix.
6154
6155 2018-04-26 Pedro Alves <palves@redhat.com>
6156
6157 * gdb.compile/compile-ifunc.exp: Also expect "function has unknown
6158 return type" warnings.
6159
6160 2018-04-25 Pedro Alves <palves@redhat.com>
6161
6162 * gdb.base/hook-stop.exp: Expect "killed" instead of "has been
6163 killed".
6164 * gdb.base/kill-after-signal.exp: Likewise.
6165 * gdb.threads/kill.exp: Likewise.
6166
6167 2018-04-24 Jan Kratochvil <jan.kratochvil@redhat.com>
6168 Sergio Durigan Junior <sergiodj@redhat.com>
6169 Pedro Alves <palves@redhat.com>
6170
6171 * gdb.base/attach-non-pgrp-leader.exp: Adjust 'Detaching...'
6172 regexps to expect for '[Inferior ... detached]' as well.
6173 * gdb.base/attach.exp: Likewise.
6174 * gdb.base/catch-syscall.exp (check_for_program_end): Adjust
6175 "gdb_continue_to_end".
6176 (test_catch_syscall_with_wrong_args): Likewise.
6177 * gdb.base/foll-fork.exp: Adjust regexps to match '[' and
6178 ']'. Don't set 'verbose' on.
6179 * gdb.base/foll-vfork.exp: Likewise.
6180 * gdb.base/fork-print-inferior-events.c: New file.
6181 * gdb.base/fork-print-inferior-events.exp: New file.
6182 * gdb.base/hook-stop.exp: Adjust regexps to expect for new
6183 '[Inferior ... has been killed]' message.
6184 * gdb.base/kill-after-signal.exp: Likewise.
6185 * gdb.base/solib-overlap.exp: Adjust regexps to expect for new
6186 detach message.
6187 * gdb.threads/kill.exp: Adjust regexps to expect for new kill
6188 message.
6189 * gdb.threads/clone-attach-detach.exp: Adjust 'Detaching...'
6190 regexps to expect for '[Inferior ... detached]' as well.
6191 * gdb.threads/process-dies-while-detaching.exp: Likewise.
6192
6193 2018-04-24 Simon Marchi <simon.marchi@ericsson.com>
6194
6195 PR gdb/23104
6196 * gdb.base/info-shared.exp: Replace libs=-ldl with shlib_load.
6197
6198 2018-04-22 Rajendra SY <rajendra.sy@gmail.com>
6199
6200 PR gdb/23095
6201 * gdb.base/break-probes.exp: Pass shlib_load to
6202 prepare_for_testing. Set normal_bp to r_debug_state if target is
6203 bsd.
6204
6205 2018-04-19 Richard Bunt <richard.bunt@arm.com>
6206
6207 * gdb.threads/multiple-successive-infcall.c: New test.
6208 * gdb.threads/multiple-successive-infcall.exp: New file.
6209
6210 2018-04-17 Tom Tromey <tom@tromey.com>
6211
6212 * gdb.rust/simple.rs (Union): New type.
6213 (main): New local "u".
6214 * gdb.rust/simple.exp (test_one_slice): Add new test case.
6215
6216 2018-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
6217
6218 * gdb.base/dbx.exp (test_whereis): Adjust regexp to added line
6219 number information in output of "whereis" command.
6220 * gdb.base/info-fun.exp: Likewise, for "info fun" command.
6221
6222 2018-04-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
6223
6224 * gdb.ada/info_types.exp: Adjust expected output to the line
6225 numbers now printed by "info var/func/type".
6226 * gdb.base/completion.exp: Likewise.
6227 * gdb.base/included.exp: Likewise.
6228 * gdb.cp/cp-relocate.exp: Likewise.
6229 * gdb.cp/cplusfuncs.exp: Likewise.
6230 * gdb.cp/namespace.exp: Likewise.
6231 * gdb.dwarf2/dw2-case-insensitive.exp: Likewise.
6232
6233 2018-04-13 Markus Metzger <markus.t.metzger@intel.com>
6234
6235 * gdb.btrace/cpu.exp: New.
6236
6237 2018-04-13 Markus Metzger <markus.t.metzger@intel.com>
6238
6239 * gdb.base/step-indirect-call-thunk.exp: New.
6240 * gdb.base/step-indirect-call-thunk.c: New.
6241 * gdb.reverse/step-indirect-call-thunk.exp: New.
6242 * gdb.reverse/step-indirect-call-thunk.c: New.
6243
6244 2018-04-11 Simon Marchi <simon.marchi@ericsson.com>
6245
6246 * gdb.base/pie-fork.c: New file.
6247 * gdb.base/pie-fork.exp: New file.
6248
6249 2018-04-11 Tom Tromey <tom@tromey.com>
6250
6251 * gdb.rust/simple.exp: Add test for ".." struct initializer.
6252
6253 2018-04-10 Pedro Alves <palves@redhat.com>
6254
6255 * gdb.base/fork-running-state.c (fork_child): Don't exit if parent
6256 exits. Instead loop running forever.
6257 (fork_parent): Run forever too.
6258
6259 2018-04-07 Simon Marchi <simon.marchi@polymtl.ca>
6260
6261 * gdb.mi/mi-stack.exp (test_stack_frame_listing): Use
6262 mi_continue_to_line.
6263 * gdb.mi/mi-stack.c (callee4): Add comment.
6264
6265 2018-04-07 Simon Marchi <simon.marchi@polymtl.ca>
6266
6267 * gdb.mi/mi-stack.exp: Fix indentation.
6268
6269 2018-04-07 Simon Marchi <simon.marchi@ericsson.com>
6270
6271 PR gdb/22979
6272 * gdb.arch/amd64-osabi.exp: New file.
6273
6274 2018-04-07 Simon Marchi <simon.marchi@ericsson.com>
6275
6276 PR gdb/22980
6277 * gdb.base/osabi.exp: New file.
6278
6279 2018-04-02 Weimin Pan <weimin.pan@oracle.com>
6280
6281 * gdb.cp/static-typedef-print.exp: New file.
6282 * gdb.cp/static-typedef-print.cc: New file.
6283
6284 2018-03-27 Joel Brobecker <brobecker@adacore.com>
6285
6286 * gdb.ada/varsize_limit: New testcase.
6287
6288 2018-03-27 Joel Brobecker <brobecker@adacore.com>
6289
6290 * gdb.ada/maint_with_ada.exp: Remove PR gdb/22670 setup_kfail.
6291
6292 * gdb.ada/notcplusplus: New testcase.
6293
6294 * gdb.base/c-linkage-name.c: New file.
6295 * gdb.base/c-linkage-name.exp: New testcase.
6296
6297 2018-03-26 Tom Tromey <tom@tromey.com>
6298
6299 * gdb.python/py-framefilter.exp: Add test for KeyboardInterrupt.
6300 * gdb.python/py-framefilter.py (name_error): New global.
6301 (ErrorInName.function): Use name_error.
6302
6303 2018-03-26 Tom Tromey <tom@tromey.com>
6304
6305 PR backtrace/15582:
6306 * gdb.python/py-framefilter.exp: Add "bt hide" test.
6307
6308 2018-03-23 Keith Seitz <keiths@redhat.com>
6309
6310 PR c++/22968
6311 * gdb.cp/subtypes.exp: New file.
6312 * gdb.cp/subtypes.h: New file.
6313 * gdb.cp/subtypes.cc: New file.
6314 * gdb.cp/subtypes-2.cc: New file.
6315
6316 2018-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
6317
6318 * gdb.arch/amd64-disp-step-avx.S: Add '_start' label.
6319 (done): Call '_exit' not 'exit' to avoid atexit handlers.
6320 * gdb.arch/amd64-disp-step-avx.exp: Pass -static, and
6321 -nostartfiles when compiling the test. Confirm that all registers
6322 xmm0 to xmm15 are initially 0, and that xmm1 to xmm15 are 0 after.
6323
6324 2018-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
6325
6326 * gdb.arch/amd64-disp-step-avx.exp: Remove unneeded assembler flag
6327 option, syntax was wrong anyway.
6328 * gdb.arch/arm-disp-step.exp: Likewise.
6329 * gdb.arch/sparc64-regs.exp: Likewise.
6330 * gdb.arch/amd64-disp-step.exp: Remove unneeded assembler flag
6331 option, syntax was wrong anyway, switch to use
6332 prepare_for_testing.
6333 * gdb.arch/i386-disp-step.exp: Likewise.
6334
6335 2018-03-23 Andreas Arnez <arnez@linux.vnet.ibm.com>
6336
6337 * gdb.ada/exec_changed.exp: Replace "target_info exists
6338 use_gdb_stub" by "use_gdb_stub".
6339 * gdb.ada/start.exp: Likewise.
6340 * gdb.base/async-shell.exp: Likewise.
6341 * gdb.base/attach-pie-misread.exp: Likewise.
6342 * gdb.base/attach-wait-input.exp: Likewise.
6343 * gdb.base/break-entry.exp: Likewise.
6344 * gdb.base/break-interp.exp: Likewise.
6345 * gdb.base/dprintf-detach.exp: Likewise.
6346 * gdb.base/nostdlib.exp: Likewise.
6347 * gdb.base/solib-nodir.exp: Likewise.
6348 * gdb.base/statistics.exp: Likewise.
6349 * gdb.base/testenv.exp: Likewise.
6350 * gdb.mi/mi-exec-run.exp: Likewise.
6351 * gdb.mi/mi-start.exp: Likewise.
6352 * gdb.multi/dummy-frame-restore.exp: Likewise.
6353 * gdb.multi/multi-arch-exec.exp: Likewise.
6354 * gdb.multi/multi-arch.exp: Likewise.
6355 * gdb.multi/tids.exp: Likewise.
6356 * gdb.multi/watchpoint-multi.exp: Likewise.
6357 * gdb.python/py-events.exp: Likewise.
6358 * gdb.threads/attach-into-signal.exp: Likewise.
6359 * gdb.threads/attach-stopped.exp: Likewise.
6360 * gdb.threads/threadapply.exp: Likewise.
6361 * lib/selftest-support.exp: Likewise.
6362
6363 2018-03-22 Andreas Arnez <arnez@linux.vnet.ibm.com>
6364
6365 * gdb.base/info-proc.exp: Add test for "info proc cmdline".
6366
6367 2018-03-20 Stephen Roberts <stephen.roberts@arm.com>
6368
6369 * gdb.perf/template-breakpoints.cc: New file.
6370 * gdb.perf/template-breakpoints.exp: New file.
6371 * gdb.perf/template-breakpoints.py: New file.
6372
6373 2018-03-19 Tom Tromey <tom@tromey.com>
6374
6375 * gdb.rust/simple.rs (main): Add local variables field1, field2,
6376 y0.
6377 * gdb.rust/simple.exp: Test bare identifier form of struct
6378 initializer.
6379
6380 2018-03-19 Tom Tromey <tom@tromey.com>
6381
6382 * gdb.gdb/observer.exp: Remove.
6383
6384 2018-03-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
6385
6386 * gdb.trace/actions-changed.exp: Call gdb_breakpoint with the
6387 "qualified" option when setting breakpoints.
6388 * gdb.trace/backtrace.exp: Likewise.
6389 * gdb.trace/circ.exp: Likewise.
6390 * gdb.trace/collection.exp: Likewise.
6391 * gdb.trace/disconnected-tracing.exp: Likewise.
6392 * gdb.trace/ftrace-lock.exp: Likewise.
6393 * gdb.trace/ftrace.exp: Likewise.
6394 * gdb.trace/infotrace.exp: Likewise.
6395 * gdb.trace/packetlen.exp: Likewise.
6396 * gdb.trace/passc-dyn.exp: Likewise.
6397 * gdb.trace/qtro.exp: Likewise.
6398 * gdb.trace/read-memory.exp: Likewise.
6399 * gdb.trace/report.exp: Likewise.
6400 * gdb.trace/signal.exp: Likewise.
6401 * gdb.trace/status-stop.exp: Likewise.
6402 * gdb.trace/strace.exp: Likewise.
6403 * gdb.trace/tfind.exp: Likewise.
6404 * gdb.trace/trace-break.exp: Likewise.
6405 * gdb.trace/trace-condition.exp: Likewise.
6406 * gdb.trace/trace-mt.exp: Likewise.
6407 * gdb.trace/tstatus.exp: Likewise.
6408 * gdb.trace/tsv.exp: Likewise.
6409 * gdb.trace/unavailable-dwarf-piece.exp: Likewise.
6410 * gdb.trace/unavailable.exp: Likewise.
6411 * gdb.trace/while-dyn.exp: Likewise.
6412
6413 2018-03-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
6414
6415 * gdb.trace/tspeed.exp: Add invocation of gdb_load_shlib to ensure
6416 that libinproctrace is copied to the target.
6417
6418 2018-03-14 Tom Tromey <tom@tromey.com>
6419
6420 PR cli/14977:
6421 * gdb.base/printcmds.exp (test_printf): Add printf test of %s with
6422 a null pointer.
6423 * gdb.base/wchar.exp: Likewise.
6424
6425 2018-03-14 Tom Tromey <tom@tromey.com>
6426
6427 PR cli/19918:
6428 * gdb.base/printcmds.exp (test_printf): Add printf test using '-'
6429 flag.
6430
6431 2018-03-08 Simon Marchi <simon.marchi@ericsson.com>
6432
6433 PR gdb/22841
6434 * boards/remote-stdio-gdbserver.exp (${board}_file): Pass
6435 "target" to remote_exec.
6436
6437 2018-03-08 Simon Marchi <simon.marchi@polymtl.ca>
6438
6439 PR gdb/22841
6440 * boards/gdbserver-base.exp (${board}_file, ${board}_download,
6441 ${board}_upload): Remove.
6442
6443 2018-03-07 Andreas Arnez <arnez@linux.vnet.ibm.com>
6444
6445 * gdb.cp/watch-cp.cc: New test.
6446 * gdb.cp/watch-cp.exp: New file.
6447
6448 2018-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
6449
6450 * gdb.base/infcall-nested-structs.exp: New file.
6451 * gdb.base/infcall-nested-structs.c: New file.
6452 * gdb.base/float.exp: Add riscv support.
6453
6454 2018-03-02 Thomas Preud'homme <thomas.preudhomme@arm.com>
6455
6456 * gdb.dlang/watch-loc.c: Use %progbits instead of @progbits.
6457 * gdb.mi/dw2-ref-missing-frame-func.c: Likewise.
6458
6459 2018-02-28 Sergio Durigan Junior <sergiodj@redhat.com>
6460
6461 * gdb.server/abspath.exp: New file.
6462 * lib/gdb.exp (with_cwd): New procedure.
6463
6464 2018-02-28 Simon Marchi <simon.marchi@ericsson.com>
6465
6466 * lib/gdb.exp (gdb_is_target_1): Add prompt_regexp parameter and
6467 use it.
6468 (gdb_is_target_remote_prompt): New proc.
6469 (gdb_is_target_remote): Use gdb_is_target_remote_prompt.
6470 (gdb_is_target_native): Pass prompt parameter to
6471 gdb_is_target_1.
6472
6473 2018-02-26 Simon Marchi <simon.marchi@polymtl.ca>
6474
6475 * gdb.base/load-command.c: New file.
6476 * gdb.base/load-command.exp: New file.
6477 * lib/gdb.exp (gdb_is_target_remote_prompt): Rename to...
6478 (gdb_is_target_1): ...this, and generalize for other targets
6479 than just remote.
6480 (gdb_is_target_remote): Use gdb_is_target_1.
6481 (gdb_is_target_native): use gdb_is_target_1.
6482
6483 2018-02-26 Tom Tromey <tom@tromey.com>
6484
6485 PR python/16497:
6486 * gdb.python/py-framefilter.exp: Update test.
6487
6488 2018-02-26 Tom Tromey <tom@tromey.com>
6489
6490 * gdb.dwarf2/variant.c: New file.
6491 * gdb.dwarf2/variant.exp: New file.
6492
6493 2018-02-26 Tom Tromey <tom@tromey.com>
6494
6495 * gdb.rust/simple.exp: Accept more possible results in enum test.
6496
6497 2018-02-25 Simon Marchi <simon.marchi@polymtl.ca>
6498
6499 * lib/cp-support.exp (cp_test_ptype_class): Move space inside
6500 parentheses.
6501
6502 2018-02-23 Maciej W. Rozycki <macro@mips.com>
6503
6504 * lib/cp-support.exp (cp_test_ptype_class): Fix a typo in the
6505 name of a variable: $actual_linejj -> $actual_line.
6506
6507 2018-02-21 John Baldwin <jhb@FreeBSD.org>
6508
6509 * gdb.arch/amd64-i386-address.exp: Fix a typo.
6510
6511 2018-02-20 Markus Metzger <markus.t.metzger@intel.com>
6512
6513 * gdb.btrace/buffer-size.exp: Do not force BTS.
6514
6515 2018-02-14 Pedro Alves <palves@redhat.com>
6516
6517 * gdb.base/bp-cmds-continue-ctrl-c.exp (do_test): Test "bt" after
6518 getting a "Quit".
6519
6520 2018-02-09 Markus Metzger <markus.t.metzger@intel.com>
6521
6522 * lib/gdb.exp (skip_btrace_pt_tests): Update expected error message.
6523 Fix test name.
6524
6525 2018-02-07 Simon Marchi <simon.marchi@ericsson.com>
6526
6527 * gdb.cp/m-static.exp: Check type of optimized out static
6528 member.
6529
6530 2018-02-03 Andrew Burgess <andrew.burgess@embecosm.com>
6531
6532 * config/sid.exp (gdb_target_sid): Remove use of cleanup.
6533 * config/sim.exp (gdb_target_sim): Remove use of cleanup.
6534
6535 2018-02-01 Simon Marchi <simon.marchi@polymtl.ca>
6536 Leszek Swirski <leszeks@google.com>
6537
6538 * gdb.python/py-prettyprint.c
6539 (struct to_string_returns_value_inner,
6540 struct to_string_returns_value_wrapper): New.
6541 (main): Add tsrvw variable.
6542 * gdb.python/py-prettyprint.py (ToStringReturnsValueInner,
6543 ToStringReturnsValueWrapper): New classes.
6544 (register_pretty_printers): Register new pretty-printers.
6545 * gdb.python/py-prettyprint.exp (run_lang_tests): Test printing
6546 recursive pretty printer.
6547 * gdb.python/py-mi.exp: Likewise.
6548
6549 2018-02-01 Leszek Swirski <leszeks@google.com>
6550
6551 * gdb.cp/filename.cc, gdb.cp/filename.exp: Test that member
6552 functions with the same name as an include file are parsed
6553 correctly.
6554
6555 2018-02-01 Yao Qi <yao.qi@linaro.org>
6556
6557 * gdb.base/attach.exp (do_attach_tests): Set sysroot to
6558 "\[^\r\n\]*".
6559
6560 2018-01-31 Nikola Prica <nikola.prica@rt-rk.com>
6561
6562 * gdb.arch/powerpc-prologue-frame.s: New file.
6563 * gdb.arch/powerpc-prologue-frame.c: Likewise.
6564 * gdb.arch/powerpc-prologue-frame.exp: Likewise.
6565
6566 2018-01-31 Joel Brobecker <brobecker@adacore.com>
6567
6568 * testsuite/gdb.ada/dyn_stride.exp: Add "print a1(1)@3" test.
6569
6570 2018-01-30 Pedro Alves <palves@redhat.com>
6571
6572 PR gdb/13211
6573 * gdb.base/interrupt-daemon.c: New.
6574 * gdb.base/interrupt-daemon.exp: New.
6575 * gdb.multi/multi-term-settings.c: New.
6576 * gdb.multi/multi-term-settings.exp: New.
6577
6578 2018-01-30 Joel Brobecker <brobecker@adacore.com>
6579
6580 * gdb.base/break.exp: Save the location where the breakpoint
6581 on break.c:47 was actually inserted when debugging the version
6582 compiled at -O2 and use it in the expected output of the "info
6583 break" test performed soon after.
6584
6585 2018-01-22 Pedro Alves <palves@redhat.com>
6586 Sergio Durigan Junior <sergiodj@redhat.com>
6587
6588 * gdb.base/whatis.exp: Add tests for 'set print object on' +
6589 'whatis <struct>' 'whatis <struct> *' and 'whatis <struct> &'.
6590
6591 2018-01-22 Joel Brobecker <brobecker@adacore.com>
6592
6593 * gdb.base/break-include.c, gdb.base/break-include.inc,
6594 gdb.base/break-include.exp: New files.
6595 * gdb.base/ending-run.exp: Minor adaptations due to the breakpoint's
6596 line number now being the actual line number where the breakpoint
6597 was inserted.
6598 * gdb.mi/mi-break.exp: Likewise.
6599 * gdb.mi/mi-reverse.exp: Likewise.
6600 * gdb.mi/mi-simplerun.exp: Ditto.
6601
6602 2018-01-21 Andrew Burgess <andrew.burgess@embecosm.com>
6603
6604 * gdb.python/py-mi.exp: Don't expect a thread-id for floating
6605 varobj.
6606 * gdb.mi/mi-var-create-rtti.exp: Likewise.
6607
6608 2018-01-21 Don Breazeal <donb@codesourcery.com>
6609 Andrew Burgess <andrew.burgess@embecosm.com>
6610
6611 * gdb.mi/basics.c: Add new global.
6612 * gdb.mi/mi-frame-regs.exp: New file.
6613 * gdb.mi/mi-var-create-rtti.exp: Update expected results, add new
6614 case.
6615
6616 2018-01-21 Andrew Burgess <andrew.burgess@embecosm.com>
6617
6618 * gdb.arch/amd64-entry-value.exp: Test using @entry on a
6619 non-parameter, and on an unknown symbol.
6620
6621 2018-01-19 Tom Tromey <tom@tromey.com>
6622
6623 * gdb.rust/modules.rs (TWENTY_THREE): New global.
6624 * gdb.rust/modules.exp: Add ::-qualified lookup test.
6625
6626 2018-01-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
6627
6628 * gdb.arch/s390-vregs.exp: Explicitly cast the return values of
6629 setrlimit and chdir to int.
6630
6631 2018-01-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
6632
6633 * gdb.arch/s390-tdbregs.c (my_tbegin): Add comment documenting the
6634 function.
6635 (my_tend): Likewise.
6636 * gdb.arch/s390-tdbregs.exp: Enhance comment; explain the
6637 rationale of avoiding FP- and vector instructions.
6638
6639 2018-01-19 Ruslan Kabatsayev <b7.10110111@gmail.com>
6640
6641 * gdb.arch/powerpc-d128-regs.exp: Replace expected "\[\t\]*" from
6642 "info reg" with "\[ \t\]*".
6643 * gdb.arch/altivec-regs.exp: Replace expected "\t" from "info reg" with
6644 "\[ \t\]+".
6645 * gdb.arch/s390-multiarch.exp: Ditto.
6646 * gdb.base/pc-fp.exp: Ditto.
6647 * gdb.reverse/i386-precsave.exp: Ditto.
6648 * gdb.reverse/i386-reverse.exp: Ditto.
6649 * gdb.reverse/i387-env-reverse.exp: Ditto.
6650 * gdb.reverse/i387-stack-reverse.exp: Ditto.
6651
6652 2018-01-18 Andreas Arnez <arnez@linux.vnet.ibm.com>
6653
6654 * lib/gdb.exp (gdb_compile): Re-enable use of
6655 universal_compile_options for languages other than Rust.
6656
6657 2018-01-18 Andreas Arnez <arnez@linux.vnet.ibm.com>
6658
6659 * gdb.arch/s390-tdbregs.exp: Add the compile option -msoft-float.
6660
6661 2018-01-17 Mike Gulick <mgulick@mathworks.com>
6662
6663 PR gdb/16577
6664 * gdb.base/solib-vanish.exp: New.
6665 * gdb.base/solib-vanish-main.c: New.
6666 * gdb.base/solib-vanish-lib1.c: New.
6667 * gdb.base/solib-vanish-lib2.c: New.
6668
6669 2018-01-17 Yao Qi <yao.qi@linaro.org>
6670
6671 * gdb.compile/compile.exp: Match the address printed for
6672 frame in the output of command "bt".
6673
6674 2018-01-15 Tom Tromey <tom@tromey.com>
6675
6676 * gdb.guile/scm-ports.exp (test_mem_port_rw): Use get_valueof to
6677 compute sp_reg.
6678
6679 2018-01-12 Andrew Burgess <andrew.burgess@embecosm.com>
6680
6681 * gdb.base/whatis-ptype-typedefs.exp: Don't run tests if we failed
6682 to prepare.
6683 (prepare): Return 0 on error, 1 on success.
6684
6685 2018-01-12 Pedro Alves <palves@redhat.com>
6686
6687 * gdb.base/continue-after-aborted-step-over.c: New.
6688 * gdb.base/continue-after-aborted-step-over.exp: New.
6689
6690 2018-01-11 Simon Marchi <simon.marchi@ericsson.com>
6691
6692 * lib/gdb.exp (gdb_compile): Ignore shlib= and shlib_load
6693 options when not creating an executable.
6694
6695 2018-01-11 Pedro Alves <palves@redhat.com>
6696
6697 PR remote/22597
6698 * gdb.server/stop-reply-no-thread.c: New file.
6699 * gdb.server/stop-reply-no-thread.exp: New file.
6700
6701 2018-01-10 Pedro Alves <palves@redhat.com>
6702
6703 PR gdb/22670
6704 * gdb.ada/bp_c_mixed_case.exp: Add intro comment. Test printing C
6705 functions too. Test setting breakpoints and printing C functions
6706 with no debug info too.
6707 * gdb.ada/bp_c_mixed_case/qux.c: New file.
6708
6709 2018-01-10 Pedro Alves <palves@redhat.com>
6710
6711 PR gdb/22670
6712 * gdb.ada/complete.exp ("complete break ada"): Replace kfail with
6713 a fail.
6714
6715 2018-01-10 Pedro Alves <palves@redhat.com>
6716
6717 PR gdb/22670
6718 * gdb.ada/bp_c_mixed_case.exp: Remove setup_kfail calls.
6719
6720 2018-01-08 Simon Marchi <simon.marchi@ericsson.com>
6721
6722 * gdb.server/unittest.exp: Match the output in non-development
6723 mode.
6724
6725 2018-01-08 Simon Marchi <simon.marchi@ericsson.com>
6726
6727 * gdb.gdb/unittest.exp: Match output in non-development mode.
6728
6729 2018-01-08 Joel Brobecker <brobecker@adacore.com>
6730
6731 * gdb.ada/access_tagged_param.exp: Relax expected output
6732 for value of "ObjL" in "continue" to pck.inspect breakpoint
6733 test.
6734
6735 2018-01-08 Joel Brobecker <brobecker@adacore.com>
6736
6737 * gdb.ada/arr_enum_idx_w_gap.exp: New file.
6738 * gdb.ada/arr_enum_idx_w_gap/foo_q418_043.adb: New file.
6739
6740 2018-01-05 Pedro Alves <palves@redhat.com>
6741
6742 PR gdb/18653
6743 * gdb.base/libsegfault.exp: New.
6744
6745 2018-01-05 Joel Brobecker <brobecker@adacore.com>
6746
6747 PR gdb/22670
6748 * gdb.ada/access_tagged_param.exp: New file.
6749 * gdb.ada/access_tagged_param/foo.adb: New file.
6750
6751 2018-01-05 Pedro Alves <palves@redhat.com>
6752
6753 PR gdb/22670
6754 * gdb.ada/info_addr_mixed_case.exp: Remove kfail. Extend test to
6755 exercise lower case too, and to exercise both full matching and
6756 wild matching.
6757
6758 2018-01-05 Joel Brobecker <brobecker@adacore.com>
6759
6760 * gdb.ada/rename_subscript_param: New testcase.
6761
6762 2018-01-05 Jerome Guitton <guitton@adacore.com>
6763
6764 * gdb.ada/arr_acc_idx_w_gap: New testcase.
6765
6766 2018-01-05 Joel Brobecker <brobecker@adacore.com>
6767
6768 * gdb.ada/convvar_comp: New testcase.
6769
6770 2018-01-05 Xavier Roirand <roirand@adacore.com>
6771
6772 * testsuite/gdb.ada/array_char_idx/pck.ads (Table): New type.
6773 (My_Table): New global variable.
6774 * testsuite/gdb.ada/array_char_idx.exp: Add test.
6775
6776 2018-01-04 Joel Brobecker <brobecker@adacore.com>
6777
6778 PR gdb/22670
6779 * gdb.ada/maint_with_ada: New testcase.
6780
6781 2018-01-04 Joel Brobecker <brobecker@adacore.com>
6782
6783 PR gdb/22670
6784 * gdb.ada/bp_c_mixed_case: New testcase.
6785
6786 2018-01-04 Joel Brobecker <brobecker@adacore.com>
6787
6788 PR gdb/22670
6789 * gdb.ada/complete.exp: Add "complete break ada" test.
6790
6791 2018-01-04 Joel Brobecker <brobecker@adacore.com>
6792
6793 PR gdb/22670
6794 * gdb.ada/info_addr_mixed_case: New testcase.
6795
6796 2018-01-03 Xavier Roirand <roirand@adacore.com>
6797
6798 * gdb.ada/excep_handle.exp: New testcase.
6799 * gdb.ada/excep_handle/foo.adb: New file.
6800 * gdb.ada/excep_handle/pck.ads: New file.
6801
6802 2018-01-03 Joel Brobecker <brobecker@adacore.com>
6803
6804 * gdb.base/step-line.c: Add extra empty line in copyright header.
6805 * gdb.base/step-line.inp: Likewise.
6806
6807 2018-01-02 Joel Brobecker <brobecker@adacore.com>
6808
6809 * gdb.ada/dyn_stride.exp: Add slice test.
6810
6811 2018-01-02 Joel Brobecker <brobecker@adacore.com>
6812
6813 * gdb.ada/dyn_stride: New testcase.
6814
6815 2017-12-27 Stafford Horne <shorne@gmail.com>
6816
6817 * gdb.xml/extra-regs.xml: Add example foo reggroup.
6818 * gdb.xml/tdesc-regs.exp: Add test to check for foo reggroup.
6819
6820 2017-12-27 Stafford Horne <shorne@gmail.com>
6821
6822 * gdb.base/reggroups.c: New file.
6823 * gdb.base/reggroups.exp: New file.
6824
6825 2017-12-18 Joel Brobecker <brobecker@adacore.com>
6826
6827 * gdb.dwarf2/ada-valprint-error.c: New file.
6828 * gdb.dwarf2/ada-valprint-error.exp: New file.
6829
6830 2017-12-18 Joel Brobecker <brobecker@adacore.com>
6831
6832 * gdb.ada/assign_arr: New testcase.
6833
6834 2017-12-18 Xavier Roirand <roirand@adacore.com>
6835
6836 * gdb.ada/funcall_ptr: New testcase.
6837
6838 2017-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
6839
6840 PR cli/16224
6841 * gdb.base/ptype-offsets.cc: New file.
6842 * gdb.base/ptype-offsets.exp: New file.
6843
6844 2017-12-15 Yao Qi <yao.qi@linaro.org>
6845
6846 * gdb.gdb/unittest.exp: Skip 'maintenance check xml-descriptions'
6847 if XML is disabled.
6848
6849 2017-12-15 Xavier Roirand <roirand@adacore.com>
6850
6851 * gdb.ada/same_component_name: New testcase.
6852
6853 2017-12-14 Joel Brobecker <brobecker@adacore.com>
6854
6855 * gdb.ada/str_binop_equal: New testcase.
6856
6857 2017-12-14 Joel Brobecker <brobecker@adacore.com>
6858
6859 * gdb.ada/task_switch_in_core: New testcase.
6860
6861 2017-12-13 Simon Marchi <simon.marchi@ericsson.com>
6862
6863 * gdb.python/py-breakpoint.c (foo_ns::multiply): New function.
6864 * gdb.python/py-breakpoint.exp: Compile the test case as c++,
6865 call test_bkpt_qualified.
6866 (test_bkpt_qualified): New proc.
6867
6868 2017-12-13 Pedro Alves <palves@redhat.com>
6869
6870 * lib/completion-support.exp (test_gdb_complete_tab_multiple):
6871 Tighten regexp by matching with an anchor.
6872
6873 2017-12-13 Pedro Alves <palves@redhat.com>
6874
6875 * gdb.cp/cpcompletion.exp: Load completion-support.exp.
6876 ("expression with namespace"): New set of tests.
6877 * gdb.cp/pr9594.cc (Test_NS::foo, Test_NS::bar)
6878 (Nested::Test_NS::qux): New.
6879 * lib/completion-support.exp (test_gdb_complete_cmd_multiple): Add
6880 defaults to 'start_quote_char' and 'end_quote_char' parameters.
6881
6882 2017-12-13 Joel Brobecker <brobecker@adacore.com>
6883
6884 * gdb.base/server-del-break.c: New file.
6885 * gdb.base/server-del-break.exp: New file.
6886
6887 2017-12-12 Stafford Horne <shorne@gmail.com>
6888
6889 * gdb.xml/tdesc-regs.exp: Add or1k support.
6890
6891 2017-12-12 Stafford Horne <shorne@gmail.com>
6892
6893 * gdb.base/bp-permanent.c: Define nop of or1k.
6894
6895 2017-12-11 Joel Brobecker <brobecker@adacore.com>
6896
6897 * gdb.ada/variant_record_packed_array.exp: Adapt test to accept
6898 output with components being reordered.
6899
6900 2017-12-11 Joel Brobecker <brobecker@adacore.com>
6901
6902 * gdb.ada/pkd_arr_elem.exp: Adapt "print test" test to accept
6903 output with components being reordered.
6904
6905 2017-12-08 Jan Kratochvil <jan.kratochvil@redhat.com>
6906 Pedro Alves <palves@redhat.com>
6907
6908 * gdb.base/maint.exp (check for .gdb_index): Check also for
6909 .debug_names.
6910 * gdb.dlang/watch-loc.c (.debug_aranges): New.
6911 * gdb.dwarf2/dw2-case-insensitive-debug.S: Likewise.
6912 * gdb.dwarf2/gdb-index.exp (check if index present, .gdb_index used)
6913 (.gdb_index used after symbol reloading): Support also .debug_names.
6914 * gdb.mi/dw2-ref-missing-frame-func.c (.debug_aranges): New.
6915
6916 2017-12-08 Yao Qi <yao.qi@linaro.org>
6917
6918 * gdb.arch/aarch64-tagged-pointer.c (main): Update.
6919 * gdb.arch/aarch64-tagged-pointer.exp: Add tests for watchpoint.
6920
6921 2017-12-08 Yao Qi <yao.qi@linaro.org>
6922
6923 * gdb.arch/aarch64-tagged-pointer.c (main): Update.
6924 * gdb.arch/aarch64-tagged-pointer.exp: Add test for breakpoint.
6925
6926 2017-12-08 Yao Qi <yao.qi@linaro.org>
6927
6928 * gdb.arch/aarch64-tagged-pointer.c: New file.
6929 * gdb.arch/aarch64-tagged-pointer.exp: New file.
6930
6931 2017-12-08 Sergio Durigan Junior <sergiodj@redhat.com>
6932
6933 * gdb.arch/i386-sse-stack-align.exp: Cast "print" function call
6934 "int".
6935
6936 2017-12-07 Keith Seitz <keiths@redhat.com>
6937
6938 PR breakpoints/22569
6939 * gdb.linespec/ls-errs.exp: Change expected result of "break
6940 -source this file has spaces.c -line 3".
6941 Check that an explicit source file followed by whitespace is
6942 identified as an invalid explicit location.
6943
6944 2017-12-07 Keith Seitz <keiths@redhat.com>
6945
6946 * gdb.cp/nested-types.cc: New file.
6947 * gdb.cp/nested-types.exp: New file.
6948 * lib/cp-support.exp: Load data-structures.exp library.
6949 (debug_cp_test_ptype_class): New global.
6950 (cp_ptype_class_verbose, next_line): New procedures.
6951 (cp_test_ptype_class): Add and document new parameter `recursive_qid'.
6952 Add and document new return value.
6953 Switch the list of lines to a queue.
6954 Add support for new `type' key for nested type definitions.
6955 Add debugging/troubleshooting messages.
6956 * lib/data-structures.exp: New file.
6957
6958 2017-12-07 Simon Marchi <simon.marchi@ericsson.com>
6959
6960 * gdb.python/py-breakpoint.exp (test_bkpt_explicit_loc): Define
6961 with proc_with_prefix, don't use with_test_prefix.
6962
6963 2017-12-07 Tom Tromey <tom@tromey.com>
6964
6965 * gdb.base/break.exp: Add test for empty "commands".
6966
6967 2017-12-07 Yao Qi <yao.qi@linaro.org>
6968
6969 * gdb.trace/ftrace.exp (run_trace_experiment): Set breakpoint on
6970 malloc and catch syscall.
6971
6972 2017-12-07 Phil Muldoon <pmuldoon@redhat.com>
6973
6974 * gdb.python/py-breakpoint.exp (test_bkpt_explicit_loc): Add new
6975 tests for explicit locations.
6976
6977 2017-12-06 Pedro Alves <palves@redhat.com>
6978
6979 * gdb.arch/i386-avx.exp: If testing with a RSP target, check
6980 force-disabling XML descriptions.
6981
6982 2017-12-04 Pedro Alves <palves@redhat.com>
6983
6984 PR gdb/22499
6985 * gdb.arch/amd64-disp-step-avx.S: New file.
6986 * gdb.arch/amd64-disp-step-avx.exp: New file.
6987
6988 2017-12-03 Pedro Alves <palves@redhat.com>
6989
6990 * gdb.threads/process-dies-while-detaching.c: Include <errno.h>
6991 and <string.h>.
6992 (parent_function): Print distinct messages when waitpid fails, or
6993 the child exits with a signal, or the child exits for an unhandled
6994 reason.
6995 * gdb.threads/process-dies-while-detaching.exp
6996 (detach_and_expect_exit): New 'inf_output_re' parameter and use
6997 it. Wait for both inferior output and GDB's prompt. Use an
6998 indirect spawn id list.
6999 (do_detach): New parameter 'child_exit'. Use it to compute
7000 expected inferior output.
7001 (test_detach, test_detach_watch, test_detach_killed_outside):
7002 Adjust to pass down the expected child exit kind.
7003
7004 2017-12-01 Joel Brobecker <brobecker@adacore.com>
7005 Sergio Durigan Junior <sergiodj@redhat.com>
7006 Pedro Alves <palves@redhat.com>
7007
7008 * gdb.base/readnever.c, gdb.base/readnever.exp: New files.
7009
7010 2017-12-01 Sergio Durigan Junior <sergiodj@redhat.com>
7011
7012 * gdb.base/relocate.exp: Add tests to guarantee that arguments
7013 to 'symbol-file' and 'add-symbol-file' can be
7014 position-independent.
7015
7016 2017-12-01 Yao Qi <yao.qi@linaro.org>
7017
7018 * gdb.arch/aarch64-atomic-inst.exp: Replace mail address with
7019 the URL in copyright header.
7020 * gdb.arch/aarch64-fp.exp: Likewise.
7021 * gdb.arch/ppc64-atomic-inst.exp: Likewise.
7022 * gdb.arch/ppc64-isa207-atomic-inst.exp: Likewise.
7023 * gdb.base/expand-psymtabs.exp: Likewise.
7024 * gdb.cp/expand-psymtabs-cxx.exp: Likewise.
7025 * gdb.fortran/common-block.exp: Likewise.
7026 * gdb.fortran/common-block.f90: Likewise.
7027 * gdb.fortran/logical.exp: Likewise.
7028 * gdb.fortran/vla-datatypes.f90: Likewise.
7029 * gdb.fortran/vla-sub.f90: Likewise.
7030
7031 2017-11-30 Joel Brobecker <brobecker@adacore.com>
7032
7033 * gdb.ada/repeat_dyn: New testcase.
7034
7035 2017-11-30 Ulrich Weigand <uweigand@de.ibm.com>
7036
7037 * gdb.cell/gcore.exp: Fix typo when setting spu_bin.
7038 Update for changed thread numbering.
7039 * gdb.cell/bt.exp: Update for changed GDB output.
7040
7041 2017-11-30 Simon Marchi <simon.marchi@ericsson.com>
7042
7043 * boards/cc-with-tweaks.exp: Include local-board.exp instead of
7044 setting isremote by hand.
7045 * boards/dwarf4-gdb-index.exp: Likewise.
7046 * boards/fission.exp: Likewise.
7047 * boards/stabs.exp: Likewise.
7048
7049 2017-11-30 Pedro Alves <palves@redhat.com>
7050
7051 * gdb.linespec/cpls-ops.exp
7052 (check_explicit_skips_function_argument): Extract the underlying
7053 type of size_t instead of hardcoding it.
7054
7055 2017-11-29 Pedro Alves <palves@redhat.com>
7056
7057 PR c++/19436
7058 * gdb.linespec/cpls-abi-tag.cc: New file.
7059 * gdb.linespec/cpls-abi-tag.exp: New file.
7060
7061 2017-11-29 Pedro Alves <palves@redhat.com>
7062
7063 * gdb.base/langs.exp: Use -qualified.
7064 * gdb.cp/meth-typedefs.exp: Use -qualified, and add tests without
7065 it.
7066 * gdb.cp/namespace.exp: Use -qualified.
7067 * gdb.linespec/cpcompletion.exp (overload-2, fqn, fqn-2)
7068 (overload-3, template-overload, template-ret-type, const-overload)
7069 (const-overload-quoted, anon-ns, ambiguous-prefix): New
7070 procedures.
7071 (test_driver): Call them.
7072 * gdb.cp/save-bp-qualified.cc: New.
7073 * gdb.cp/save-bp-qualified.exp: New.
7074 * gdb.linespec/explicit.exp: Test -qualified.
7075 * lib/completion-support.exp (completion::explicit_opts_list): Add
7076 "-qualified".
7077 * lib/gdb.exp (gdb_breakpoint): Handle "qualified".
7078
7079 2017-11-29 Phil Muldoon <pmuldoon@redhat.com>
7080
7081 * gdb.python/py-rbreak.exp: Set nosharedlibrary before tests.
7082
7083 2017-11-29 Tom Tromey <tom@tromey.com>
7084
7085 * gdb.base/relocate.exp: Update invalid argument test.
7086 Add new tests for invalid arguments.
7087
7088 2017-11-29 Thomas Preud'homme <thomas.preudhomme@arm.com>
7089
7090 * gdb.cp/psymtab-parameter.cc (func): Change return type back to long.
7091 Return 0 as a long.
7092 * gdb.cp/psymtab-parameter.exp: Change func's return type back to long.
7093
7094 2017-11-29 Thomas Preud'homme <thomas.preudhomme@arm.com>
7095
7096 * gdb.cp/breakpoint.cc (bar): Set return type to void.
7097 * gdb.cp/psymtab-parameter.cc (func): Likewise.
7098 * gdb.cp/psymtab-parameter.exp: Update comment regarding prototype of
7099 func ().
7100 * gdb.cp/shadow.cc (B.func): Return 0.
7101
7102 2017-11-27 Joel Brobecker <brobecker@adacore.com>
7103
7104 * gdb.ada/mi_catch_ex.exp (continue_to_exception): Adjust
7105 expected output in gdb_expect call to allow the exception
7106 message to be present as well. Fix syntax confusion to avoid
7107 TCL thinking that exception_name is an array.
7108
7109 2017-11-26 Ulrich Weigand <uweigand@de.ibm.com>
7110
7111 * gdb.arch/spu-info.c: Include <unistd.h>.
7112 (do_signal_test): Fix broken calls to write.
7113 * gdb.arch/spu-info.exp: Use prepare_for_testing.
7114 Fix checks for empty mailboxes. Update signal tests for corrected
7115 do_signal_test routine. Allow nonzero event status.
7116 * gdb.arch/spu-ls.exp: Use prepare_for_testing.
7117 * gdb.cell/arch.exp: Use standard_output_file.
7118 * gdb.cell/break.exp: Likewise.
7119 * gdb.cell/bt.exp: Likewise.
7120 * gdb.cell/core.exp: Likewise.
7121 * gdb.cell/dwarfaddr.exp: Likewise.
7122 * gdb.cell/ea-cache.exp: Likewise.
7123 * gdb.cell/ea-standalone.exp: Likewise.
7124 * gdb.cell/f-regs.exp: Likewise.
7125 * gdb.cell/fork.exp: Likewise.
7126 * gdb.cell/gcore.exp: Likewise.
7127 * gdb.cell/mem-access.exp: Likewise.
7128 * gdb.cell/ptype.exp: Likewise.
7129 * gdb.cell/registers.exp: Likewise.
7130 * gdb.cell/sizeof.exp: Likewise.
7131 * gdb.cell/solib-symbol.exp: Likewise.
7132 * gdb.cell/solib.exp: Likewise.
7133
7134 2017-11-25 Pedro Alves <palves@redhat.com>
7135
7136 * gdb.base/complete-empty.exp: New file.
7137 * gdb.base/completion.exp: Adjust.
7138
7139 2017-11-25 Pedro Alves <palves@redhat.com>
7140
7141 * gdb.linespec/cpls-ops.cc: New file.
7142 * gdb.linespec/cpls-ops.exp: New file.
7143 * lib/completion-support.exp (test_complete_prefix_range_re): New,
7144 factored out from ...
7145 (test_complete_prefix_range): ... this.
7146
7147 2017-11-24 Pedro Alves <palves@redhat.com>
7148
7149 * gdb.linespec/cpcompletion.exp: New file.
7150 * gdb.linespec/cpls-hyphen.cc: New file.
7151 * gdb.linespec/cpls.cc: New file.
7152 * gdb.linespec/cpls2.cc: New file.
7153 * gdb.linespec/explicit.exp: Load completion-support.exp. Adjust
7154 test to use test_gdb_complete_unique. Add label completion,
7155 keyword completion and explicit location completion tests.
7156 * lib/completion-support.exp: New file.
7157
7158 2017-11-24 Joel Brobecker <brobecker@adacore.com>
7159
7160 * gdb.ada/catch_ex.exp, gdb.ada/mi_catch_ex.exp,
7161 gdb.ada/mi_ex_cond.exp: Accept optional exception message in
7162 when hitting an exception catchpoint.
7163
7164 2017-11-22 Yao Qi <yao.qi@linaro.org>
7165
7166 * gdb.base/macscp.exp: Append -g3 to additional_flags for clang.
7167
7168 2017-11-22 Simon Marchi <simon.marchi@ericsson.com>
7169
7170 * gdb.opt/inline-locals.exp: Mark tests as KFAIL.
7171 * gdb.dwarf2/info-locals-optimized-out.exp: New file.
7172 * gdb.dwarf2/info-locals-optimized-out.c: New file.
7173
7174 2017-11-22 Yao Qi <yao.qi@linaro.org>
7175
7176 * gdb.base/info-os.exp: Pass pthreads.
7177 * gdb.multi/multi-attach.exp: Likewise.
7178
7179 2017-11-22 Yao Qi <yao.qi@linaro.org>
7180
7181 * gdb.dwarf2/pr10770.exp: Remove code skipping non-gcc
7182 compiler.
7183
7184 2017-11-22 Yao Qi <yao.qi@linaro.org>
7185
7186 * gdb.base/attach-pie-noexec.exp: Pass "-pie" in ldflags.
7187 * gdb.base/break-interp.exp: Likewise.
7188 * gdb.base/jit-attach-pie.exp: Likewise.
7189
7190 2017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
7191
7192 * gdb.base/float128.c (large128): New variable.
7193 * gdb.base/float128.exp: Add test to print largest __float128 value.
7194
7195 2017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
7196
7197 * gdb.arch/vsx-regs.exp: Update register content checks.
7198
7199 2017-11-21 Ulrich Weigand <uweigand@de.ibm.com>
7200
7201 * gdb.arch/ppc-longdouble.exp: New file.
7202 * gdb.arch/ppc-longdouble.c: Likewise.
7203
7204 2017-11-21 Pedro Alves <palves@redhat.com>
7205
7206 * gdb.ada/minsyms.exp: Accept any address for 'some_minsym'.
7207
7208 2017-11-20 Pedro Alves <palves@redhat.com>
7209
7210 * gdb.base/whatis-ptype-typedefs.c (double_typedef)
7211 (long_double_typedef): New typedefs.
7212 Use DEF on double and long double.
7213 * gdb.base/whatis-ptype-typedefs.exp: Add double and long double
7214 cases.
7215 (run_tests): New 'float_ptr_same_size', 'double_ptr_same_size',
7216 and 'long_double_ptr_same_size' locals. Use them to decide
7217 whether cast from array/function to float is valid/invalid.
7218
7219 2017-11-17 Tom Tromey <tom@tromey.com>
7220
7221 * gdb.rust/traits.rs: New file.
7222 * gdb.rust/traits.exp: New file.
7223
7224 2017-11-17 Joel Brobecker <brobecker@adacore.com>
7225
7226 * gdb.ada/minsyms: New testcase.
7227
7228 2017-11-16 Pedro Alves <palves@redhat.com>
7229
7230 * gdb.base/bp-cmds-continue-ctrl-c.c: New file.
7231 * gdb.base/bp-cmds-continue-ctrl-c.exp: New file.
7232
7233 2017-11-16 Pedro Alves <palves@redhat.com>
7234
7235 * gdb.rust/modules.exp: Skip tests that rely on inferior I/O if
7236 gdb,noinferiorio is set, and use gdb_test_stdio otherwise.
7237
7238 2017-11-16 Pedro Alves <palves@redhat.com>
7239
7240 * gdb.server/reconnect-ctrl-c.c: New file.
7241 * gdb.server/reconnect-ctrl-c.exp: New file.
7242
7243 2017-11-16 Phil Muldoon <pmuldoon@redhat.com>
7244
7245 * gdb.python/py-rbreak.exp: New file.
7246 * gdb.python/py-rbreak.c: New file.
7247 * gdb.python/py-rbreak-func2.c: New file.
7248
7249 2017-11-16 Pedro Alves <palves@redhat.com>
7250
7251 * gdb.base/starti.exp ("continue" test): Remove ".*"s from
7252 pattern.
7253 * lib/gdb.exp (gdb_test_sequence): Don't send empty command to
7254 GDB.
7255
7256 2017-11-15 Simon Marchi <simon.marchi@ericsson.com>
7257
7258 * gdb.tui/completionn.exp (test_tab_completion): Add space in
7259 regex.
7260
7261 2017-11-13 Simon Marchi <simon.marchi@polymtl.ca>
7262
7263 * gdb.opt/inline-locals.exp: Remove trailing parentheses from
7264 test names.
7265
7266 2017-11-09 Pedro Alves <palves@redhat.com>
7267
7268 * gdb.tui/tui-completion.exp (test_tab_completion): New procedure,
7269 factored out from ...
7270 (top level): ... here, and adjusted to avoid expecting beyond the
7271 prompt in a single gdb_test_multiple.
7272
7273 2017-11-09 Pedro Alves <palves@redhat.com>
7274
7275 * gdb.multi/multi-attach.exp ("kill" test): Match the whole query
7276 output.
7277 * gdb.server/ext-attach.exp ("kill" test): Likewise.
7278 * gdb.server/ext-restart.exp ("kill" test): Likewise.
7279 * gdb.server/ext-run.exp ("kill" test): Likewise.
7280 * gdb.server/ext-wrapper.exp ("kill" test): Likewise.
7281
7282 2017-11-09 Pedro Alves <palves@redhat.com>
7283
7284 * gdb.cp/cpcompletion.exp (test_class_complete): Tighten regex to
7285 match till end of line.
7286
7287 2017-11-09 Pedro Alves <palves@redhat.com>
7288
7289 * gdb.base/memattr.exp: Tighten regexes to match the end line.
7290
7291 2017-11-09 Pedro Alves <palves@redhat.com>
7292
7293 * gdb.base/completion.exp (ignore_and_resync, test_tab_complete):
7294 New procedures, factored out from ...
7295 (top level): ... here, and adjusted to avoid expecting beyond the
7296 prompt in one go.
7297
7298 2017-11-09 Pedro Alves <palves@redhat.com>
7299
7300 * gdb.asm/asm-source.exp ("kill" test): Match the whole query
7301 output. Fix '?' match.
7302
7303 2017-11-08 Joel Brobecker <brobecker@adacore.com>
7304
7305 * gdb.ada/scoped_watch: New testcase.
7306 * gdb.ada/watch_arg.exp: Adjust expected behavior to the behavior
7307 which is actually correct.
7308 * gdb.ada/mi_interface.exp: Add missing thread-id in expected varobj.
7309 * gdb.ada/mi_var_array.exp: Add missing thread-id in expected varobj.
7310
7311 2017-11-08 Pedro Alves <palves@redhat.com>
7312
7313 * gdb.gdb/complaints.exp (test_initial_complaints)
7314 (test_serial_complaints, test_short_complaints): Call
7315 complaint_internal instead of complaint.
7316
7317 2017-11-08 Djordje Todorovic <djordje.todorovic@rt-rk.com>
7318
7319 * gdb.threads/tls-core.c: New file.
7320 * gdb.threads/tls-core.exp: Likewise.
7321
7322 2017-11-08 Pedro Alves <palves@redhat.com>
7323
7324 * gdb.ada/complete.exp (p <Exported_Capitalized>): New test.
7325 (p Exported_Capitalized): New test.
7326 (p exported_capitalized): New test.
7327
7328 2017-11-07 Pedro Alves <palves@redhat.com>
7329
7330 * gdb.cp/ena-dis-br-range.exp: Add more tests.
7331
7332 2017-11-07 Pedro Alves <palves@redhat.com>
7333
7334 * gdb.base/ena-dis-br.exp (test_ena_dis_br): Adjust test.
7335 * gdb.cp/ena-dis-br-range.exp: Adjust tests.
7336 (disable_invalid, disable_inverted, disable_negative): New
7337 procedures.
7338 ("bad numbers"): New set of tests.
7339
7340 2017-11-07 Pedro Alves <palves@redhat.com>
7341
7342 * gdb.cp/ena-dis-br-range.exp: Add tests.
7343
7344 2017-11-07 Pedro Alves <palves@redhat.com>
7345
7346 * gdb.base/ena-dis-br.exp: Don't expect "warning:".
7347
7348 2017-11-07 Xavier Roirand <roirand@adacore.com>
7349 Pedro Alves <palves@redhat.com>
7350
7351 * gdb.base/ena-dis-br.exp: Add reference to
7352 gdb.cp/ena-dis-br-range.exp.
7353 * gdb.cp/ena-dis-br-range.exp: New file.
7354 * gdb.cp/ena-dis-br-range.cc: New file.
7355
7356 2017-11-06 Pedro Alves <palves@redhat.com>
7357
7358 * gdb.base/attach-non-pgrp-leader.c: New.
7359 * gdb.base/attach-non-pgrp-leader.exp: New.
7360
7361 2017-11-06 Pedro Alves <palves@redhat.com>
7362
7363 * configure.ac: No longer check for termio.h and sgtty.h.
7364 * configure: Regenerate.
7365 * remote-utils.c: Include termios.h instead of gdb_termios.h.
7366 (remote_open): Check HAVE_TERMIOS_H instead of HAVE_TERMIOS.
7367 Remove termio and sgtty code.
7368
7369 2017-11-03 Yao Qi <yao.qi@linaro.org>
7370
7371 * gdb.mi/list-thread-groups-available.exp: Skip it if XML parsing
7372 in GDB is disabled.
7373
7374 2017-11-03 Yao Qi <yao.qi@linaro.org>
7375
7376 * gdb.python/py-thrhandle.exp: Skip it if python is not
7377 enabled.
7378
7379 2017-10-31 Simon Marchi <simon.marchi@polymtl.ca>
7380
7381 * gdb.mi/mi-break.exp (test_breakpoint_commands): Test backtrace
7382 as a breakpoint command.
7383
7384 2017-10-28 Maksim Dzabraev <dzabraew@gmail.com>
7385
7386 PR python/21213
7387 * gdb.python/py-infthread.exp: Test calling
7388 InferiorThread.inferior () multiple times in a row.
7389
7390 2017-10-27 Keith Seitz <keiths@redhat.com>
7391
7392 * gdb.opt/inline-break.exp (break_info_1): New procedure.
7393 Test "info break" for every inlined function breakpoint.
7394
7395 2017-10-27 Yao Qi <yao.qi@linaro.org>
7396
7397 * gdb.arch/insn-reloc.c (can_relocate_bl): Mark "x30" clobbered.
7398
7399 2017-10-26 Patrick Frants <osscontribute@gmail.com>
7400
7401 * gdb.cp/classes.exp (test_static_members): Test printing
7402 Outer::instance.
7403 * gdb.cp/classes.c (struct Inner, struct Outer): New.
7404 (Inner::instance, Outer::instance): New.
7405
7406 2017-10-24 Pedro Alves <palves@redhat.com>
7407
7408 * gdb.base/new-ui.exp (do_test): Split "delete all breakpoints on
7409 extra console" test in two stages.
7410
7411 2017-10-24 Pedro Alves <palves@redhat.com>
7412
7413 * gdb.threads/attach-into-signal.exp (corefunc): Reindent.
7414
7415 2017-10-24 Pedro Alves <palves@redhat.com>
7416
7417 * gdb.threads/attach-into-signal.exp: Remove whole "stoppedtry"
7418 loop.
7419
7420 2017-10-24 Pedro Alves <palves@redhat.com>
7421
7422 * gdb.threads/attach-into-signal.exp (corefunc): Remove "attach
7423 $attempt" and "stoppedtry $stoppedtry" test prefixes.
7424
7425 2017-10-24 Pedro Alves <palves@redhat.com>
7426
7427 * lib/gdb-python.exp (get_python_valueof): Add 'test' optional
7428 parameter and handle it. Don't output read value in test name.
7429
7430 2017-10-24 Pedro Alves <palves@redhat.com>
7431
7432 * gdb.gdb/unittest.exp ('maintenance check xml-descriptions'): Use
7433 custom test name.
7434
7435 2017-10-24 Pedro Alves <palves@redhat.com>
7436
7437 * gdb.base/startup-with-shell.exp ('touch $unique_file'): Don't
7438 include the unstable output directory name in the test's name.
7439 (initial_setup_simple) <'set args'>: Use custom test name.
7440
7441 2017-10-24 Pedro Alves <palves@redhat.com>
7442
7443 * gdb.arch/arc-tdesc-cpu.exp ('set tdesc filename'): Use gdb_test
7444 with explicit test name.
7445
7446 2017-10-20 Pedro Alves <palves@redhat.com>
7447
7448 * gdb.base/quit.exp: Use gdb_test_multiple and expect 'eof' before
7449 'wait -i'. Use gdb_assert and remote_close.
7450
7451 2017-10-19 Andrew Burgess <andrew.burgess@embecosm.com>
7452
7453 * gdb.linespec/ls-errs.exp (do_test): Update comment, use line
7454 number from variable rather than hard-coded.
7455
7456 2017-10-19 Pedro Alves <palves@redhat.com>
7457
7458 * gdb.base/long-inferior-output.c: New file.
7459 * gdb.base/long-inferior-output.exp: New file.
7460
7461 2017-11-18 Keith Seitz <keiths@redhat.com>
7462
7463 * gdb.cp/cpexprs.cc (base) <operator fluff const* const*>: New
7464 method.
7465 (main): Call it.
7466 * gdb.cp/cpexprs.exp: Add new conversion operator to test matrix.
7467 Add additional user-defined conversion operator tests.
7468
7469 2017-10-17 Pedro Alves <palves@redhat.com>
7470
7471 * boards/native-stdio-gdbserver.exp: Load "local-board".
7472
7473 2017-10-17 Pedro Alves <palves@redhat.com>
7474
7475 * gdb.base/quit-live.c: New file.
7476 * gdb.base/quit-live.exp: New file.
7477
7478 2017-10-16 Keith Seitz <keiths@redhat.com>
7479
7480 * gdb.cp/classes.cc (class_with_typedefs, class_with_public_typedef)
7481 (class_with_protected_typedef, class_with_private_typedef)
7482 (struct_with_public_typedef, struct_with_protected_typedef)
7483 (struct_with_private_typedef): New classes/structs.
7484 * gdb.cp/classes.exp (test_ptype_class_objects): Add tests for
7485 typedefs and access specifiers.
7486
7487 2017-10-16 Pedro Alves <palves@redhat.com>
7488 Simon Marchi <simon.marchi@polymtl.ca>
7489
7490 * README (Local vs Remote vs Native): New section.
7491 * boards/local-board.exp: New file, with bits factored out from
7492 ...
7493 * boards/native-extended-gdbserver.exp: ... here. Load
7494 "local-board".
7495 * boards/native-gdbserver.exp: Load "local-board".
7496 (${board}_spawn, ${board}_exec): Delete.
7497 * boards/native-stdio-gdbserver.exp: Most contents factored out to
7498 ...
7499 * boards/stdio-gdbserver-base.exp: ... this new file.
7500 * boards/native-stdio-gdbserver.exp: Reimplement, by loading
7501 "stdio-gdbserver-base" and defining a get_target_remote_pipe_cmd
7502 procedure.
7503 * boards/remote-stdio-gdbserver.exp: Load stdio-gdbserver-base
7504 instead of native-stdio-gdbserver. Don't set gdb_server_prog nor
7505 stdio_gdbserver_command.
7506 (${board}_get_remote_address, ${board}_get_comm_port)
7507 (${board}_download, ${board}_upload): Delete.
7508 (get_target_remote_pipe_cmd): New.
7509
7510 2017-10-16 Simon Marchi <simon.marchi@ericsson.com>
7511
7512 * gdb.python/py-breakpoint.exp (test_bkpt_basic,
7513 test_bkpt_deletion, test_bkpt_cond_and_cmds,
7514 test_bkpt_invisible, test_watchpoints, test_bkpt_internal,
7515 test_bkpt_eval_funcs, test_bkpt_temporary, test_bkpt_address,
7516 test_bkpt_pending, test_bkpt_events): Use proc_with_prefix,
7517 remove with_test_prefix.
7518
7519 2017-10-13 Pedro Alves <palves@redhat.com>
7520
7521 * lib/gdb.exp (target_can_use_run_cmd): New procedure.
7522 * gdb.base/annota1.exp: Use it instead of is_remote.
7523 * gdb.base/annota3.exp: Use it instead of is_remote.
7524 * gdb.cp/annota2.exp: Use it instead of is_remote.
7525 * gdb.cp/annota3.exp: Use it instead of is_remote.
7526 * gdb.multi/bkpt-multi-exec.exp: Use it instead of is_remote.
7527
7528 2017-10-13 Pedro Alves <palves@redhat.com>
7529
7530 * gdb.base/testenv.exp: Check use_gdb_stub instead of is_remote.
7531 (test_num_test_vars, run_and_count_vars, find_env)
7532 (test_set_unset_env, test_inherit_env_var): New procedures.
7533 (top level): Use them.
7534
7535 2017-10-13 Pedro Alves <palves@redhat.com>
7536
7537 * lib/selftest-support.exp (selftest_setup): Extend comments, and
7538 also skip on stub-like targets.
7539
7540 2017-10-13 Pedro Alves <palves@redhat.com>
7541
7542 PR gdb/22293
7543 * gdb.base/find-unmapped.exp: Don't skip if is_remote target.
7544 (top level): Move some tests to ...
7545 (test_not_found): ... this new procedure.
7546 (top level): Call it.
7547
7548 2017-10-13 Pedro Alves <palves@redhat.com>
7549
7550 * gdb.base/term.exp: Don't skip if is_remote target. Instead,
7551 expect different "info terminal" output if testing with a
7552 non-native target.
7553
7554 2017-10-13 Pedro Alves <palves@redhat.com>
7555 Simon Marchi <simon.marchi@polymtl.ca>
7556
7557 PR python/12966
7558 * gdb.python/py-evthreads.exp: Remove is_remote target kfail.
7559
7560 2017-10-13 Pedro Alves <palves@redhat.com>
7561
7562 * gdb.python/py-evthreads.exp: Start GDB with "set non-stop on"
7563 already.
7564
7565 2017-10-13 Pedro Alves <palves@redhat.com>
7566
7567 * gdb.python/py-evsignal.exp: Check gdb_protocol instead of
7568 is_remote.
7569
7570 2017-10-13 Pedro Alves <palves@redhat.com>
7571
7572 * gdb.threads/thread_events.exp: Check gdb_protocol instead of
7573 is_remote.
7574
7575 2017-10-13 Pedro Alves <palves@redhat.com>
7576
7577 * gdb.base/corefile.exp (corefile_test_run): Skip if gdb_protocol
7578 is set.
7579 (corefile_test_attach): Likewise. Check can_spawn_for_attach
7580 instead of is_remote.
7581
7582 2017-10-13 Pedro Alves <palves@redhat.com>
7583
7584 * gdb.base/remote.exp: Check gdb_protocol instead of is_remote.
7585 (top level): Add comment.
7586
7587 2017-10-13 Pedro Alves <palves@redhat.com>
7588
7589 * gdb.base/remote.exp (top level): Fix comment typo and add
7590 missing return.
7591
7592 2017-10-13 Pedro Alves <palves@redhat.com>
7593 Simon Marchi <simon.marchi@polymtl.ca>
7594
7595 * gdb.base/solib-nodir.exp: Split is_remote and skip_shlib_tests
7596 calls and add comments. Skip test if use_gdb_stub is set.
7597 (top level): Use "set cwd" command instead of "cd" command.
7598
7599 2017-10-13 Pedro Alves <palves@redhat.com>
7600
7601 * gdb.base/shlib-call.exp (top level): Use gdb_run_cmd and remove
7602 is_remote target check.
7603
7604 2017-10-13 Pedro Alves <palves@redhat.com>
7605
7606 * gdb.base/scope.exp: Use build_executable + clean_restart +
7607 gdb_file_cmd instead of prepare_for_testing and no longer skip
7608 "before run" tests on is_remote target boards. Update comments.
7609 * boards/native-extended-gdbserver.exp
7610 (extended_gdbserver_load_last_file): New, factored out from ...
7611 (gdb_load): ... this. Move further below and add comment.
7612 (extended_gdbserver_gdb_file_cmd, gdb_file_cmd, gdb_reload): New.
7613
7614 2017-10-12 Pedro Alves <palves@redhat.com>
7615
7616 * gdb.base/attach.exp: Remove references to gdb64.
7617 * gdb.base/dbx.exp: Remove references to gdb64.
7618
7619 2017-10-12 Simon Marchi <simon.marchi@polymtl.ca>
7620 Pedro Alves <palves@redhat.com>
7621
7622 * gdb.base/label.exp: Remove is_remote target check.
7623
7624 2017-10-12 Pedro Alves <palves@redhat.com>
7625
7626 * gdb.base/auvx.exp (coredir): Update comment.
7627 (top level) <core_works>: Use "set cwd" command instead of "cd"
7628 command.
7629
7630 2017-10-12 Pedro Alves <palves@redhat.com>
7631 Simon Marchi <simon.marchi@polymtl.ca>
7632
7633 * gdb.base/catch-fork-static.exp: No longer skip on is_remote
7634 target boards.
7635
7636 2017-10-12 Pedro Alves <palves@redhat.com>
7637 Simon Marchi <simon.marchi@polymtl.ca>
7638
7639 * gdb.base/checkpoint.exp: Don't check is_remote or isnative.
7640 Instead skip if there's any gdb_protocol set.
7641
7642 2017-10-12 Simon Marchi <simon.marchi@polymtl.ca>
7643 Pedro Alves <palves@redhat.com>
7644
7645 * gdb.base/dprintf-non-stop.exp: Remove is_remote target check.
7646
7647 2017-10-12 Pedro Alves <palves@redhat.com>
7648 Simon Marchi <simon.marchi@polymtl.ca>
7649
7650 * gdb.base/argv0-symlink.exp: kfail on remote gdbserver,
7651 instead of on dejagnu remote boards.
7652
7653 2017-10-12 Pedro Alves <palves@redhat.com>
7654 Simon Marchi <simon.marchi@polymtl.ca>
7655
7656 * gdb.base/inferior-died.exp: Remove is_remote and isnative
7657 checks. Use build_executable + clean_restart instead of
7658 prepare_for_testing. Pass "set non-stop on" via GDBFLAGS instead
7659 of enabling non-stop after starting gdb.
7660
7661 2017-10-12 Pedro Alves <palves@redhat.com>
7662
7663 * gdb.threads/non-ldr-exc-1.exp: No longer skip if is_remote target.
7664 * gdb.threads/non-ldr-exc-2.exp: Ditto.
7665 * gdb.threads/non-ldr-exc-3.exp: Ditto.
7666 * gdb.threads/non-ldr-exc-4.exp: Ditto.
7667
7668 2017-10-11 Anton Kolesov <Anton.Kolesov@synopsys.com>
7669
7670 * gdb.arch/arc-tdesc-cpu.exp: New file.
7671 * gdb.arch/arc-tdesc-cpu.xml: Likewise.
7672
7673 2017-10-10 Simon Marchi <simon.marchi@ericsson.com>
7674
7675 * lib/gdb.exp (get_integer_valueof): Don't output read value in test name.
7676
7677 2017-10-10 Pedro Alves <palves@redhat.com>
7678
7679 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Don't
7680 expect CLI output.
7681
7682 2017-10-10 Pedro Alves <palves@redhat.com>
7683
7684 * lib/selftest-support.exp (selftest_setup): Update for
7685 captured_command_loop's prototype change.
7686
7687 2017-10-09 Pedro Alves <palves@redhat.com>
7688
7689 Test both arch1=>arch2 and arch2=>arch1.
7690
7691 * gdb.multi/multi-arch-exec.exp (exec1, srcfile1, binfile1, exec2)
7692 (srcfile2, binfile2, march1, march2): Remove globals. Largely
7693 factored out to...
7694 (append_arch1_options, append_arch2_options, append_arch_options)
7695 (build_executables): New procedures.
7696 (do_test): New 'first_arch' parameter. Use it to define 'from_exec'
7697 local.
7698 (top level): Add new 'first_arch' testing axis.
7699
7700 2017-10-09 Pedro Alves <palves@redhat.com>
7701
7702 * gdb.multi/multi-arch-exec.c: Include <pthread.h> and <assert.h>.
7703 (barrier): New.
7704 (thread_start, all_started): New functions.
7705 (main): Spawn new thread and wait until it is scheduled.
7706 * gdb.multi/multi-arch-exec.exp: Build $srcfile1 with the pthreads
7707 option.
7708 (do_test): Add 'selected_thread' parameter. Run to all_started
7709 instead of main. Explicitly set the breakpoint at main. Switch
7710 to the SELECTED_THREAD thread.
7711 (top level): Test handling the exec event with either the main
7712 thread or the second thread selected.
7713
7714 2017-10-09 Pedro Alves <palves@redhat.com>
7715
7716 * gdb.base/print-file-var-main.c: Fix get_version_2 value check
7717 logic. Move STOP marker after the value checks.
7718 * gdb.base/print-file-var.exp (continue to STOP marker): Tighten
7719 regexp.
7720
7721 2017-10-06 Sandra Loosemore <sandra@codesourcery.com>
7722
7723 * gdb.mi/mi-threads-interrupt.exp: Skip test if nointerrupts.
7724
7725 2017-10-05 Ulrich Weigand <uweigand@de.ibm.com>
7726
7727 * gdb.base/dfp-exprs.exp: Update tests to larger range of supported
7728 integer-to-dfp conversion.
7729 * gdb.base/dfp-test.exp: Likewise.
7730
7731 2017-10-04 Pedro Alves <palves@redhat.com>
7732
7733 * gdb.multi/hangout.c: Include <unistd.h>.
7734 (hangout_loop): New function.
7735 (main): Call alarm. Call hangout_loop in a loop.
7736 * gdb.multi/hello.c: Include <unistd.h>.
7737 (hello_loop): New function.
7738 (main): Call alarm. Call hangout_loop in a loop.
7739 * gdb.multi/multi-arch.exp: Test running to a breakpoint one
7740 inferior with the other selected.
7741
7742 2017-10-04 Simon Marchi <simon.marchi@ericsson.com>
7743
7744 * gdb.mi/list-thread-groups-available.exp: New file.
7745 * gdb.mi/list-thread-groups-available.c: New file.
7746
7747 2017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
7748
7749 * gdb.base/set-cwd.exp: Make it available on
7750 native-extended-gdbserver.
7751
7752 2017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
7753
7754 * gdb.base/set-cwd.c: New file.
7755 * gdb.base/set-cwd.exp: Likewise.
7756
7757 2017-10-02 Tom Tromey <tom@tromey.com>
7758
7759 PR rust/22236:
7760 * gdb.rust/simple.rs (main): New variable "fslice".
7761 * gdb.rust/simple.exp: Add slice tests. Update string tests.
7762
7763 2017-10-02 Tom Tromey <tom@tromey.com>
7764
7765 * gdb.rust/simple.exp: Test ptype of a slice.
7766
7767 2017-10-02 Tom Tromey <tom@tromey.com>
7768
7769 * gdb.rust/simple.exp: Test index of slice.
7770
7771 2017-09-27 Tom Tromey <tom@tromey.com>
7772
7773 * gdb.base/macscp.exp: Add __VA_OPT__ tests.
7774
7775 2017-09-26 Thomas Preud'homme <thomas.preudhomme@arm.com>
7776 Pedro Alves <palves@redhat.com>
7777
7778 * gdb.base/compare-sections.exp (get value of read-only section): Read
7779 as unsigned value.
7780 (corrupt read-only section): Likewise and don't set written if patching
7781 failed.
7782
7783 2017-09-21 Kevin Buettner <kevinb@redhat.com>
7784
7785 * gdb.python/py-thrhandle.c, gdb.python/py-thrhandle.exp: New
7786 files.
7787
7788 2017-09-20 Pedro Alves <palves@redhat.com>
7789
7790 * gdb.base/list-ambiguous.exp (test_list_ambiguous_symbol): Expect
7791 symbol names in gdb's output.
7792 * gdb.cp/overload.exp ("list all overloads"): Likewise.
7793
7794 2017-09-20 Pedro Alves <palves@redhat.com>
7795
7796 * gdb.base/list-ambiguous.exp (test_list_ambiguous_function):
7797 Rename to ...
7798 (test_list_ambiguous_symbol): ... this and add a symbol name
7799 parameter. Adjust.
7800 (test_list_ambiguous_function): Reimplement on top of
7801 test_list_ambiguous_symbol and also test listing ambiguous
7802 variables.
7803 * gdb.base/list-ambiguous0.c (ambiguous): Rename to ...
7804 (ambiguous_fun): ... this.
7805 (ambiguous_var): New.
7806 * gdb.base/list-ambiguous1.c (ambiguous): Rename to ...
7807 (ambiguous_fun): ... this.
7808 (ambiguous_var): New.
7809
7810 2017-09-19 John Baldwin <jhb@FreeBSD.org>
7811
7812 * gdb.base/starti.c: New file.
7813 * gdb.base/starti.exp: New file.
7814 * lib/gdb.exp (gdb_starti_cmd): New procedure.
7815
7816 2017-09-14 Pedro Alves <palves@redhat.com>
7817
7818 * gdb.base/nodebug.exp (nodebug_runto): New procedure.
7819 (top level): Use it instead of runto.
7820
7821 2017-09-11 Tom Tromey <tom@tromey.com>
7822
7823 * gdb.base/ena-dis-br.exp (test_ena_dis_br): Update test.
7824
7825 2017-09-11 Tom Tromey <tom@tromey.com>
7826
7827 * gdb.python/py-infthread.exp: Add tests for new_thread event.
7828 * gdb.python/py-inferior.exp: Add tests for new inferior events.
7829
7830 2017-09-08 Christoph Weinmann <christoph.t.weinmann@intel.com>
7831
7832 * gdb.fortran/printing-types.exp: New file.
7833 * gdb.fortran/printing-types.exp: New file.
7834
7835 2017-09-08 Bernhard Heckel <bernhard.heckel@intel.com>
7836
7837 * gdb.fortran/vla-ptype.exp: Fix typos.
7838 * gdb.fortran/vla-value.exp: Same.
7839
7840 2017-09-08 Bernhard Heckel <bernhard.heckel@intel.com>
7841
7842 * gdb.fortran/vla-value.exp: Use type names defined in libfortran.
7843 * gdb.mi/mi-var-child-f.exp: Likewise.
7844 * gdb.mi/mi-vla-fortran.exp: Likewise.
7845
7846 2017-09-08 Frank Penczek <frank.penczek@intel.com>
7847 Christoph Weinmann <christoph.t.weinmann@intel.com>
7848 Bernhard Heckel <bernhard.heckel@intel.com>
7849
7850 * gdb.fortran/ptr-indentation.f90: New file.
7851 * gdb.fortran/ptr-indentation.exp: New file.
7852
7853 2017-09-05 Tom Tromey <tom@tromey.com>
7854
7855 PR gdb/22010:
7856 * gdb.base/sizeof.exp (check_valueof): Cast char constant to int.
7857
7858 2017-09-06 Thomas Preud'homme <thomas.preudhomme@arm.com>
7859
7860 * gdb.arch/thumb2-it.exp: Cast call to assembly defined function.
7861
7862 2017-09-06 Jan Kratochvil <jan.kratochvil@redhat.com>
7863
7864 * gdb.threads/tls-nodebug-pie.c: New file.
7865 * gdb.threads/tls-nodebug-pie.exp: New file.
7866
7867 2017-09-05 Tom Tromey <tom@tromey.com>
7868
7869 * lib/gdb.exp (gdb_compile): Don't use universal_compile_options
7870 for rust.
7871
7872 2017-09-05 Simon Marchi <simon.marchi@ericsson.com>
7873
7874 * gdb.multi/multi-arch-exec.exp: Test with different
7875 "follow-exec-mode" settings.
7876 (do_test): New procedure.
7877
7878 2017-09-04 Pedro Alves <palves@redhat.com>
7879
7880 * gdb.base/func-static.c (S::method const, S::method volatile)
7881 (S::method volatile const): New methods.
7882 (c_s, v_s, cv_s): New instances.
7883 (main): Call method() on them.
7884 * gdb.base/func-static.exp (syntax_re, cannot_resolve_re): New variables.
7885 (cannot_resolve): New procedure.
7886 (cxx_scopes_list): Test cv methods. Add print-scope-quote and
7887 print-quote-unquoted columns.
7888 (do_test): Test printing each scope too.
7889
7890 2017-09-04 Pedro Alves <palves@redhat.com>
7891
7892 * gdb.base/local-static.exp: Also test with
7893 class::method::variable wholly quoted.
7894 * gdb.cp/m-static.exp (class::method::variable): Remove test.
7895
7896 2017-09-04 Pedro Alves <palves@redhat.com>
7897
7898 * gdb.base/local-static.c: New.
7899 * gdb.base/local-static.cc: New.
7900 * gdb.base/local-static.exp: New.
7901
7902 2017-09-04 Pedro Alves <palves@redhat.com>
7903
7904 * gdb.asm/asm-source.exp: Add casts to int.
7905 * gdb.base/nodebug.c (dataglobal8, dataglobal32_1, dataglobal32_2)
7906 (dataglobal64_1, dataglobal64_2): New globals.
7907 * gdb.base/nodebug.exp: Test different expressions involving the
7908 new globals, with print, whatis and ptype. Add casts to int.
7909 * gdb.base/solib-display.exp: Add casts to int.
7910 * gdb.compile/compile-ifunc.exp: Expect warning. Add cast to int.
7911 * gdb.cp/m-static.exp: Add cast to int.
7912 * gdb.dwarf2/dw2-skip-prologue.exp: Add cast to int.
7913 * gdb.threads/tls-nodebug.exp: Check that gdb errors out printing
7914 tls variable with no debug info without a cast. Test with a cast
7915 to int too.
7916 * gdb.trace/entry-values.exp: Add casts.
7917
7918 2017-09-04 Pedro Alves <palves@redhat.com>
7919
7920 * gdb.base/nodebug.exp: Test that ptype's error about functions
7921 with unknown return type includes the function name too.
7922
7923 2017-09-04 Pedro Alves <palves@redhat.com>
7924
7925 * gdb.base/break-main-file-remove-fail.exp (test_remove_bp): Cast
7926 return type of munmap in infcall.
7927 * gdb.base/break-probes.exp: Cast return type of foo in infcall.
7928 * gdb.base/checkpoint.exp: Simplify using for loop. Cast return
7929 type of ftell in infcall.
7930 * gdb.base/dprintf-detach.exp (dprintf_detach_test): Cast return
7931 type of getpid in infcall.
7932 * gdb.base/infcall-exec.exp: Cast return type of execlp in
7933 infcall.
7934 * gdb.base/info-os.exp: Cast return type of getpid in infcall.
7935 Bail on failure to extract the pid.
7936 * gdb.base/nodebug.c: #include <stdint.h>.
7937 (multf, multf_noproto, mult, mult_noproto, add8, add8_noproto):
7938 New functions.
7939 * gdb.base/nodebug.exp (test_call_promotion): New procedure.
7940 Change expected output of print/whatis/ptype with functions with
7941 no debug info. Test all supported languages. Call
7942 test_call_promotion.
7943 * gdb.compile/compile.exp: Adjust expected output to expect
7944 warning.
7945 * gdb.threads/siginfo-threads.exp: Likewise.
7946
7947 2017-09-04 Pedro Alves <palves@redhat.com>
7948
7949 * gdb.base/callfuncs.exp (do_function_calls): New parameter
7950 "prototypes". Test calling float functions via prototyped and
7951 unprototyped function pointers.
7952 (perform_all_tests): New parameter "prototypes". Pass it down.
7953 (top level): Pass down "prototypes" parameter to
7954 perform_all_tests.
7955
7956 2017-09-04 Simon Marchi <simon.marchi@ericsson.com>
7957
7958 * gdb.base/commands.exp (loop_break_test, loop_continue_test):
7959 Test with nested loops.
7960
7961 2017-09-04 Simon Marchi <simon.marchi@ericsson.com>
7962
7963 * gdb.base/commands.exp: Call the new procedures.
7964 (loop_break_test, loop_continue_test): New procedures.
7965
7966 2017-09-04 Simon Marchi <simon.marchi@ericsson.com>
7967
7968 * gdb.base/commands.exp: Call new procedure.
7969 (define_if_without_arg_test): New procedure.
7970
7971 2017-09-04 Pedro Alves <palves@redhat.com>
7972
7973 * gdb.base/list-ambiguous.exp: New file.
7974 * gdb.base/list-ambiguous0.c: New file.
7975 * gdb.base/list-ambiguous1.c: New file.
7976 * gdb.base/list.exp (test_list_range): Adjust expected output.
7977
7978 2017-08-31 Sergio Durigan Junior <sergiodj@redhat.com>
7979
7980 * gdb.base/share-env-with-gdbserver.c: New file.
7981 * gdb.base/share-env-with-gdbserver.exp: Likewise.
7982
7983 2017-08-28 Simon Marchi <simon.marchi@ericsson.com>
7984
7985 * gdb.base/commands.exp (gdbvar_simple_if_test,
7986 gdbvar_simple_if_test, gdbvar_complex_if_while_test,
7987 progvar_simple_if_test, progvar_simple_while_test,
7988 progvar_complex_if_while_test, user_defined_command_test,
7989 user_defined_command_args_eval,
7990 user_defined_command_args_stack_test,
7991 user_defined_command_manyargs_test, bp_deleted_in_command_test,
7992 temporary_breakpoint_commands,
7993 gdb_test_no_prompt, redefine_hook_test,
7994 redefine_backtrace_test): Remove "global gdb_prompt".
7995
7996 2017-08-28 Simon Marchi <simon.marchi@ericsson.com>
7997
7998 * gdb.base/commands.exp (user_defined_command_case_sensitivity):
7999 New proc, call it from toplevel.
8000
8001 2017-08-23 Sergio Durigan Junior <sergiodj@redhat.com>
8002
8003 PR remote/21852
8004 * gdb.server/normal.c: New file, copied from gdb.base.
8005 * gdb.server/run-without-local-binary.exp: New file.
8006
8007 2017-08-07 Weimin Pan <weimin.pan@oracle.com>
8008
8009 * gdb.arch/sparc64-adi.exp: New file.
8010 * gdb.arch/sparc64-adi.c: New file.
8011
8012 2017-08-22 Pedro Alves <palves@redhat.com>
8013
8014 * gdb.cp/overload.exp (line_range_pattern): New procedure.
8015 (top level): Add "list all overloads" tests.
8016
8017 2017-08-22 Tom Tromey <tom@tromey.com>
8018
8019 * gdb.gdb/xfullpath.exp: Remove.
8020
8021 2017-08-21 Pedro Alves <palves@redhat.com>
8022
8023 PR gdb/19487
8024 * gdb.base/symbol-alias.c: New.
8025 * gdb.base/symbol-alias2.c: New.
8026 * gdb.base/symbol-alias.exp: New.
8027
8028 2017-08-21 Pedro Alves <palves@redhat.com>
8029
8030 * gdb.base/dfp-test.c
8031 (d32_t, d64_t, d128_t, d32_t2, d64_t2, d128_t2, v_d32_t, v_d64_t)
8032 (v_d128_t, v_d32_t2, v_d64_t2, v_d128_t2): New.
8033 * gdb.base/dfp-test.exp: Add whatis/ptype/cast tests.
8034 * gdb.base/gnu_vector.exp: Add whatis/ptype/cast tests.
8035 * gdb.base/whatis-ptype-typedefs.c: New.
8036 * gdb.base/whatis-ptype-typedefs.exp: New.
8037 * gdb.python/py-prettyprint.c (int_type, int_type2): New typedefs.
8038 (an_int, an_int_type, an_int_type2): New globals.
8039 * gdb.python/py-prettyprint.exp (run_lang_tests): Add tests
8040 involving typedefs and cast expressions.
8041 * gdb.python/py-prettyprint.py (class pp_int_typedef): New.
8042 (lookup_typedefs_function): New.
8043 (typedefs_pretty_printers_dict): New.
8044 (top level): Register lookup_typedefs_function in
8045 gdb.pretty_printers.
8046
8047 2017-08-18 Yao Qi <yao.qi@linaro.org>
8048
8049 * gdb.server/unittest.exp: New.
8050
8051 2017-08-15 Sergio Durigan Junior <sergiodj@redhat.com>
8052
8053 PR gdb/21954
8054 * gdb.base/environ.exp: Add test to check if 'unset environment'
8055 works.
8056
8057 2017-08-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
8058
8059 * lib/gdb.exp (universal_compile_options): New caching proc.
8060 (gdb_compile): Suppress GCC's coloring of messages.
8061
8062 2017-08-14 Tom Tromey <tom@tromey.com>
8063
8064 PR gdb/21675:
8065 * gdb.base/printcmds.exp (test_radices): New function.
8066 * gdb.dwarf2/var-access.exp: Use p/u, not p/d.
8067 * gdb.base/sizeof.exp (check_valueof): Use p/d.
8068 * lib/gdb.exp (get_integer_valueof): Use p/d.
8069
8070 2017-08-12 Simon Marchi <simon.marchi@ericsson.com>
8071
8072 * lib/gdb.exp (get_valueof): Don't capture end-of-line
8073 characters.
8074
8075 2017-08-05 Tom Tromey <tom@tromey.com>
8076
8077 * gdb.rust/simple.exp: Allow String to appear in a different
8078 namespace.
8079
8080 2017-07-26 Yao Qi <yao.qi@linaro.org>
8081
8082 * gdb.gdb/unittest.exp: Invoke command
8083 "maintenance check xml-descriptions".
8084
8085 2017-07-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
8086
8087 * gdb.arch/s390-vregs.exp: Calculate parameters to hex128 in the
8088 calling context.
8089 (hex128): Drop erroneous calculation of parameters.
8090
8091 2017-07-22 Simon Marchi <simon.marchi@ericsson.com>
8092
8093 * gdb.python/py-unwind.exp: Disable stack protection when
8094 building test file.
8095
8096 2017-07-20 Pedro Alves <palves@redhat.com>
8097
8098 * gdb.base/default.exp (set language): Adjust expected output.
8099
8100 2017-07-20 Pedro Alves <palves@redhat.com>
8101
8102 * gdb.base/dmsym.c (pck__foo__bar__minsym): Rename to ...
8103 (test_minsym): ... this, and make static.
8104 (get_pck__foo__bar__minsym): Rename to ...
8105 (get_test_minsym): ... this.
8106 * gdb.base/dmsym.exp (): Remove "set language ada" call. Adjust
8107 symbol names and comments.
8108 * gdb.base/dmsym_main.c (get_pck__foo__bar__minsym): Rename to ...
8109 (get_test_minsym): ... this.
8110 (pck__foo__bar__minsym__2): Rename to ...
8111 (test_minsym): ... this.
8112 (main): Adjust.
8113
8114 2017-07-17 Pedro Alves <palves@redhat.com>
8115
8116 * gdb.base/completion.exp: Adjust expected output.
8117 * gdb.linespec/ls-errs.exp: Don't send tab characters, now that
8118 the completer works.
8119
8120 2017-07-17 Pedro Alves <palves@redhat.com>
8121
8122 * gdb.linespec/ls-errs.exp (do_test): Adjust expected output.
8123
8124 2017-07-15 Andrew Burgess <andrew.burgess@embecosm.com>
8125
8126 * gdb.mi/mi-vla-fortran.exp: Make test names unique.
8127
8128 2017-07-14 Tom Tromey <tom@tromey.com>
8129
8130 PR rust/21764:
8131 * gdb.rust/simple.exp: Add tests.
8132
8133 2017-07-14 Tom Tromey <tom@tromey.com>
8134
8135 * gdb.rust/simple.exp: Add regression test for PR rust/21763.
8136
8137 2017-07-14 Pedro Alves <palves@redhat.com>
8138
8139 * gdb.linespec/base/one/thefile.cc (z1): New function.
8140 * gdb.linespec/base/two/thefile.cc (z2): New function.
8141 * gdb.linespec/linespec.exp: Add tests.
8142
8143 2017-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
8144
8145 * gdb.mi/mi-vla-fortran.exp: Correct even more parameter passing
8146 to mi_create_breakpoint.
8147
8148 2017-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
8149
8150 * gdb.mi/mi-vla-fortran.exp: Correct parameter passing to
8151 mi_create_breakpoint.
8152
8153 2017-07-11 Iain Buclaw <ibuclaw@gdcproject.org>
8154
8155 * gdb.dlang/demangle.exp: Update for demangling changes.
8156
8157 2017-07-09 Tom Tromey <tom@tromey.com>
8158
8159 * gdb.dwarf2/shortpiece.exp: New file.
8160
8161 2017-07-06 David Blaikie <dblaikie@gmail.com>
8162
8163 * gdb.dwarf2/fission-multi-cu.S: Test containing multiple CUs in a DWO,
8164 built from fissiont-multi-cu{1,2}.c.
8165 * gdb.dwarf2/fission-multi-cu.exp: Test similar to fission-base.exp,
8166 except putting 'main' and 'func' in separate CUs in the same DWO file.
8167 * gdb.dwarf2/fission-multi-cu1.c: First CU for the multi-CU-single-DWO
8168 test.
8169 * gdb.dwarf2/fission-multi-cu2.c: Second CU in the multi-CU-single-DWO
8170 test.
8171
8172 2017-07-06 Pedro Alves <palves@redhat.com>
8173
8174 * gdb.python/py-unwind.exp: Test flushregs.
8175
8176 2017-06-30 Sergio Durigan Junior <sergiodj@redhat.com>
8177
8178 PR cli/21688
8179 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): Add new
8180 tests for alias commands and trailing whitespace.
8181
8182 2017-06-30 Sergio Durigan Junior <sergiodj@redhat.com>
8183
8184 PR cli/21688
8185 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): New
8186 procedure. Call it.
8187
8188 2017-06-29 Pedro Alves <palves@redhat.com>
8189
8190 * gdb.base/printcmds.exp: Add tests.
8191
8192 2017-06-28 Doug Gilmore <Doug.Gilmore@imgtec.com>
8193
8194 PR gdb/21337
8195 * gdb.base/reread-readsym.exp: New file.
8196 * gdb.base/reread-readsym.c: New file.
8197
8198 2017-06-21 Kevin Buettner <kevinb@redhat.com>
8199
8200 * gdb.exp (gdb_test): Using noncapturing parens for the $pattern
8201 subpattern.
8202
8203 2017-06-19 Peter Bergner <bergner@vnet.ibm.com>
8204
8205 * gdb.arch/powerpc-power9.exp: Update test case for new lnia
8206 extended mnemonic.
8207 * gdb.arch/powerpc-power9.s: Likewise.
8208
8209 2017-06-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
8210
8211 * gdb.dwarf2/var-access.exp: Use register name ecx instead of edx
8212 on 32-bit x86 targets. Exploit is_*_target macros where
8213 appropriate.
8214
8215 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8216
8217 * gdb.dwarf2/var-access.exp: Add test for non-byte-aligned
8218 register pieces.
8219
8220 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8221
8222 * gdb.dwarf2/var-access.exp: Add tests for accessing bit-fields
8223 located in one or more DWARF pieces.
8224
8225 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8226
8227 * lib/gdb.exp (get_endianness): New proc.
8228 * gdb.arch/aarch64-fp.exp: Use it.
8229 * gdb.arch/altivec-regs.exp: Likewise.
8230 * gdb.arch/e500-regs.exp: Likewise.
8231 * gdb.arch/vsx-regs.exp: Likewise.
8232 * gdb.base/dump.exp: Likewise.
8233 * gdb.base/funcargs.exp: Likewise.
8234 * gdb.base/gnu_vector.exp: Likewise.
8235 * gdb.dwarf2/formdata16.exp: Likewise.
8236 * gdb.dwarf2/implptrpiece.exp: Likewise.
8237 * gdb.dwarf2/nonvar-access.exp: Likewise.
8238 * gdb.python/py-inferior.exp: Likewise.
8239 * gdb.trace/unavailable-dwarf-piece.exp: Likewise.
8240
8241 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8242
8243 PR gdb/21226
8244 * gdb.dwarf2/nonvar-access.exp: Add checks for verifying that
8245 stack value pieces are taken from the LSB end.
8246
8247 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8248
8249 * gdb.dwarf2/var-pieces.exp: Add test case for modifying a
8250 variable at nonzero offset.
8251
8252 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8253
8254 * gdb.dwarf2/var-access.c: New file.
8255 * gdb.dwarf2/var-access.exp: New test.
8256 * lib/gdb-utils.exp (string_to_regexp): Quote braces as well.
8257
8258 2017-06-12 Tom Tromey <tom@tromey.com>
8259
8260 * gdb.dwarf2/formdata16.exp: Add tests.
8261
8262 2017-06-12 Tom Tromey <tom@tromey.com>
8263
8264 * gdb.arch/altivec-regs.exp: Expect decimal results for uint128.
8265
8266 2017-06-12 Tom Tromey <tom@tromey.com>
8267
8268 PR exp/16225:
8269 * gdb.reverse/i386-sse-reverse.exp: Update tests.
8270 * gdb.arch/vsx-regs.exp: Update tests.
8271 * gdb.arch/s390-vregs.exp (hex128): New proc.
8272 Update test.
8273 * gdb.arch/altivec-regs.exp: Update tests.
8274
8275 2017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
8276
8277 * gdb.base/startup-with-shell.c: New file.
8278 * gdb.base/startup-with-shell.exp: Likewise.
8279
8280 2017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
8281
8282 * gdb.server/non-existing-program.exp: Update regex in order to
8283 reflect the fact that gdbserver is now using fork_inferior (with a
8284 shell) to startup the inferior.
8285
8286 2017-05-30 Simon Marchi <simon.marchi@ericsson.com>
8287
8288 * gdb.base/watch-cond-infcall.exp: Don't run if target doesn't
8289 support function calls from GDB.
8290
8291 2017-05-21 Tom Tromey <tom@tromey.com>
8292
8293 PR rust/21466:
8294 * gdb.rust/unsized.exp: New file.
8295 * gdb.rust/unsized.rs: New file.
8296
8297 2017-05-19 Tom Tromey <tom@tromey.com>
8298
8299 PR rust/21484:
8300 * gdb.rust/watch.exp: New file.
8301 * gdb.rust/watch.rs: New file.
8302
8303 2017-05-18 Tom Tromey <tom@tromey.com>
8304
8305 * gdb.rust/simple.exp: Allow Box to be qualified.
8306
8307 2017-05-18 Thomas Preud'homme <thomas.preudhomme@arm.com>
8308
8309 * gdb.base/float.exp: Expect GDB prompt for targets without FPU.
8310
8311 2017-05-18 Pedro Alves <palves@redhat.com>
8312
8313 * gdb.base/fileio.c (test_write, test_read, test_close)
8314 (test_fstat): Don't print 'ret' in the fail path.
8315
8316 2017-05-18 Pedro Alves <palves@redhat.com>
8317
8318 * gdb.base/fileio.c (stop, test_open, test_write, test_read)
8319 (test_lseek, test_close, test_stat, test_fstat, test_isatty)
8320 (test_system, test_rename, test_unlink, test_time): Change
8321 prototypes.
8322 * gdb.base/fileio.exp (stop_msg): Adjust.
8323
8324 2017-05-18 Pedro Alves <palves@redhat.com>
8325
8326 * gdb.base/fileio.c (null_str): New global.
8327 (test_stat): Use it.
8328 * gdb.base/fileio.exp: Remove nowarnings.
8329
8330 2017-05-17 Yao Qi <yao.qi@linaro.org>
8331
8332 * gdb.base/fileio.exp: Pass nowarnings to gdb_compile.
8333
8334 2017-05-17 Simon Marchi <simon.marchi@ericsson.com>
8335
8336 * gdb.base/set-inferior-tty.exp (test_set_inferior_tty): Add
8337 argument command.
8338 (top-level): Invoke test_set_inferior_tty.
8339
8340 2017-05-04 Pedro Alves <palves@redhat.com>
8341
8342 * gdb.python/py-record-btrace-threads.exp (check_insn_for_thread):
8343 Add parens to print call for Python 3.
8344
8345 2017-05-03 Keith Seitz <keiths@redhat.com>
8346
8347 * gdb.cp/oranking.cc (dummy): New function to grab malloc.
8348 (main): Call it.
8349
8350 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
8351
8352 * gdb.python/py-record-btrace.exp: Rename prev_sibling and next_sibling
8353 to prev and next.
8354
8355 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
8356
8357 * gdb.python/py-record-btrace.exp: Remove test for
8358 gdb.BtraceInstruction.error.
8359
8360 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
8361
8362 * gdb.python/py-record-btrace.exp: Remove Record.ptid test.
8363
8364 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
8365
8366 * gdb.python/py-record-btrace-threads.c: New file.
8367 * gdb.python/py-record-btrace-threads.exp: New file.
8368
8369 2017-04-28 Sergio Durigan Junior <sergiodj@redhat.com>
8370
8371 PR testsuite/8595
8372 * gdb.base/environ.exp: Make test available in all architectures.
8373 Move bits related to "info program" testing to
8374 gdb.base/info-program.exp. Rewrite tests to use the two new
8375 procedures mentione below.
8376 (test_set_show_env_var) New procedure.
8377 (test_set_show_env_var_equal): Likewise.
8378 * gdb.base/info-program.exp: New file.
8379
8380 2017-04-27 Keith Seitz <keiths@redhat.com>
8381
8382 * gdb.cp/oranking.cc (test15): New function.
8383 (main): Call test15 and declare additional variables for testing.
8384 * gdb.cp/oranking.exp: Remove kfail status for "p foo4(&a)" and
8385 "p foo101('abc')" tests.
8386 Add tests for cv qualifier overloads.
8387 * gdb.cp/rvalue-ref-overloads.exp: Remove kfail status for
8388 "lvalue reference overload" test.
8389 * gdb.cp/rvalue-ref-params.exp: Remove kfail status for
8390 "print value of f1 on Child&& in f2" test.
8391
8392 2017-04-19 Pedro Alves <palves@redhat.com>
8393
8394 * gdb.threads/threadapply.exp (kill_and_remove_inferior): New
8395 procedure.
8396 (top level): Call it.
8397 * lib/gdb.exp (gdb_define_cmd): New procedure.
8398
8399 2017-04-12 Pedro Alves <palves@redhat.com>
8400
8401 PR gdb/21323
8402 * gdb.cp/wide_char_types.c: Include <wchar.h>.
8403 (wchar): New global.
8404 * gdb.cp/wide_char_types.exp (wide_char_types_program)
8405 (do_test_wide_char, wide_char_types_no_program, top level): Add
8406 wchar_t testing.
8407
8408 2017-04-12 Pedro Alves <palves@redhat.com>
8409
8410 PR c++/21323
8411 * gdb.cp/wide_char_types.c: New file.
8412 * gdb.cp/wide_char_types.exp: New file.
8413
8414 2017-04-05 Sergio Durigan Junior <sergiodj@redhat.com>
8415
8416 PR gdb/21352
8417 * gdb.trace/tsv.exp: Add test for "tsave -r".
8418
8419 2017-03-30 Iain Buclaw <ibuclaw@gdcproject.org>
8420
8421 * gdb.dlang/watch-loc.c: New file.
8422 * gdb.dlang/watch-loc.exp: New file.
8423
8424 2017-03-29 Jan Kratochvil <jan.kratochvil@redhat.com>
8425
8426 * gdb.python/py-section-script.exp (sepdebug): New testcases.
8427
8428 2017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
8429
8430 * gdb.arch/arc-analyze-prologue.S: New file.
8431 * gdb.arch/arc-analyze-prologue.exp: Likewise.
8432
8433 2017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
8434
8435 * gdb.arch/arc-decode-insn.S: New file.
8436 * gdb.arch/arc-decode-insn.exp: Likewise.
8437
8438 2017-03-21 Ivo Raisr <ivo.raisr@oracle.com>
8439
8440 PR tdep/20928
8441 * gdb.arch/sparc64-regs.exp: New file.
8442 * gdb.arch/sparc64-regs.S: Likewise.
8443
8444 2017-03-21 Tim Wiederhake <tim.wiederhake@intel.com>
8445
8446 * gdb.python/py-record-btrace.exp: Check for buffer on Python 2
8447 and memory view on Python 3.
8448
8449 2017-03-20 Artemiy Volkov <artemiyv@acm.org>
8450 Keith Seitz <keiths@redhat.com>
8451
8452 PR gdb/14441
8453 * gdb.cp/demangle.exp: Add rvalue reference tests.
8454 * gdb.cp/rvalue-ref-casts.cc: New file.
8455 * gdb.cp/rvalue-ref-casts.exp: New file.
8456 * gdb.cp/rvalue-ref-overload.cc: New file.
8457 * gdb.cp/rvalue-ref-overload.exp: New file.
8458 * gdb.cp/rvalue-ref-params.cc: New file.
8459 * gdb.cp/rvalue-ref-params.exp: New file.
8460 * gdb.cp/rvalue-ref-sizeof.cc: New file.
8461 * gdb.cp/rvalue-ref-sizeof.exp: New file.
8462 * gdb.cp/rvalue-ref-types.cc: New file.
8463 * gdb.cp/rvalue-ref-types.exp: New file.
8464 * gdb.python/py-rvalue-ref-value-cc.cc: New file.
8465 * gdb.python/py-rvalue-ref-value-cc.exp: New file.
8466
8467 2017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
8468
8469 * gdb.mi/mi-solib.exp (test_file_list_shared_libraries):
8470 New procedure.
8471
8472 2017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
8473
8474 * lib/mi-support.exp (mi_gdb_test): Add additional message
8475 for unexpected output.
8476
8477 2017-03-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
8478
8479 * gdb.base/examine-backward.c (Barrier): New character array
8480 constant, to ensure that TestStrings is preceded by a string
8481 terminator.
8482
8483 2017-03-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
8484
8485 * lib/dwarf.exp: Add support for DW_OP_implicit_pointer.
8486 * gdb.dwarf2/nonvar-access.exp: Add test for stack value location
8487 and implicit pointer into such a location.
8488
8489 2017-03-16 Doug Evans <dje@google.com>
8490
8491 * gdb.python/py-lazy-string (pointer): Really add new typedef.
8492
8493 2017-03-16 Thomas Preud'homme <thomas.preudhomme@arm.com>
8494
8495 * gdb.cp/m-static.exp: Fix expectation for prototype of
8496 test5.single_constructor and single_constructor::single_constructor.
8497
8498 2017-03-16 Doug Evans <dje@google.com>
8499
8500 * gdb.guile/scm-value.c (main) Delete locals sptr, sn.
8501 * gdb.guile/scm-lazy-string.c: New file.
8502 * gdb.guile/scm-value.exp: Move lazy string tests to ...
8503 * gdb.guile/scm-lazy-string.exp: ... here, new file. Add more tests
8504 for pointer, array, typedef lazy strings.
8505
8506 2017-03-16 Doug Evans <dje@google.com>
8507
8508 PR python/17728, python/18439, python/18779
8509 * gdb.python/py-value.c (main) Delete locals sptr, sn.
8510 * gdb.python/py-lazy-string.c (pointer): New typedef.
8511 (main): New locals ptr, array, typedef_ptr.
8512 * gdb.python/py-value.exp: Move lazy string tests to ...
8513 * gdb.python/py-lazy-string.exp: ... here. Add more tests for pointer,
8514 array, typedef lazy strings.
8515
8516 2017-03-14 Anton Kolesov <anton.kolesov@synopsys.com>
8517
8518 * lib/gdb.exp (get_valueof, get_integer_valueof, get_sizeof):
8519 Add optional 'test' parameter.
8520
8521 2017-03-13 Simon Marchi <simon.marchi@ericsson.com>
8522
8523 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
8524 Skip for versions of DejaGnu < 1.5.
8525
8526 2017-03-13 Simon Marchi <simon.marchi@ericsson.com>
8527
8528 * lib/gdb.exp (dejagnu_version): New proc.
8529 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
8530 Use dejagnu_version.
8531
8532 2017-03-10 Keith Seitz <keiths@redhat.com>
8533
8534 PR c++/8128
8535 * gdb.cp/templates.exp (test_ptype_of_templates): Remove argument
8536 type from destructor regexps.
8537 Add a branch which actually passes the test.
8538 Adjust "ptype t5i" test names.
8539
8540 2017-03-08 Pedro Alves <palves@redhat.com>
8541
8542 * gdb.base/step-over-exit.exp: Add explicit test message.
8543
8544 2017-03-08 Pedro Alves <palves@redhat.com>
8545
8546 PR gdb/18360
8547 * gdb.threads/interrupt-while-step-over.c: New file.
8548 * gdb.threads/interrupt-while-step-over.exp: New file.
8549
8550 2017-03-08 Pedro Alves <palves@redhat.com>
8551
8552 * gdb.arch/amd64-entry-value-param-dwarf5.exp: Use with_test_prefix.
8553 * gdb.arch/amd64-entry-value-param.exp: Use with_test_prefix.
8554
8555 2017-03-08 Pedro Alves <palves@redhat.com>
8556
8557 * gdb.arch/i386-pkru.exp (probe PKRU support): Handle detecting
8558 PKRU as not supported as a PASS.
8559
8560 2017-03-08 Pedro Alves <palves@redhat.com>
8561
8562 * gdb.base/break-fun-addr.exp: Use $testfile1/$testfile2 for test
8563 prefix instead of $binfile1/$binfile2.
8564 * gdb.btrace/gcore.exp: Use "core" instead of unstable path name
8565 in test message.
8566 * gdb.python/py-completion.exp: Use "load python file" as test
8567 messages instead of unstable path names.
8568
8569 2017-03-08 Pedro Alves <palves@redhat.com>
8570 Jan Kratochvil <jan.kratochvil@redhat.com>
8571
8572 PR cli/21218
8573 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
8574 New proc.
8575 (top level): Call it.
8576
8577 2017-03-08 Pedro Alves <palves@redhat.com>
8578
8579 PR tui/21216
8580 * gdb.tui/tui-nl-filtered-output.exp: New file.
8581
8582 2017-03-08 Pedro Alves <palves@redhat.com>
8583
8584 * gdb.base/completion.exp: Move TUI completion tests to ...
8585 * gdb.tui/completion.exp: ... this new file.
8586
8587 2017-03-08 Pedro Alves <palves@redhat.com>
8588
8589 * gdb.base/tui-disasm-long-lines.c,
8590 gdb.base/tui-disasm-long-lines.exp, gdb.base/tui-layout.c,
8591 gdb.base/tui-layout.exp: Move to ...
8592 * gdb.tui/: ... this new directory.
8593
8594 2017-03-07 Pedro Alves <palves@redhat.com>
8595
8596 * gdb.base/tui-layout.c: New file.
8597 * gdb.base/tui-layout.exp: New file.
8598
8599 2017-03-07 Pedro Alves <palves@redhat.com>
8600
8601 * gdb.base/tui-layout.c: Rename to ...
8602 * gdb.base/tui-disasm-long-lines.c: ... this.
8603 * gdb.base/tui-layout.exp: Rename to ...
8604 * gdb.base/tui-disasm-long-lines.exp: ... this.
8605
8606 2017-03-07 Pedro Alves <palves@redhat.com>
8607
8608 * gdb.base/tui-layout.exp: Add intro comment and fix typo.
8609
8610 2017-03-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
8611
8612 * i386-mpx-call.c: New file.
8613 * i386-mpx-call.exp: New file.
8614
8615 2017-02-28 Peter Bergner <bergner@vnet.ibm.com>
8616
8617 * gdb.arch/powerpc-power.exp: Delete test.
8618 * gdb.arch/powerpc-power.s: Likewise.
8619 * gdb.disasm/disassembler-options.exp: New test.
8620 * gdb.arch/powerpc-altivec.exp: Likewise.
8621 * gdb.arch/powerpc-altivec.s: Likewise.
8622 * gdb.arch/powerpc-altivec2.exp: Likewise.
8623 * gdb.arch/powerpc-altivec2.s: Likewise.
8624 * gdb.arch/powerpc-altivec3.exp: Likewise.
8625 * gdb.arch/powerpc-altivec3.s: Likewise.
8626 * gdb.arch/powerpc-power7.exp: Likewise.
8627 * gdb.arch/powerpc-power7.s: Likewise.
8628 * gdb.arch/powerpc-power8.exp: Likewise.
8629 * gdb.arch/powerpc-power8.s: Likewise.
8630 * gdb.arch/powerpc-power9.exp: Likewise.
8631 * gdb.arch/powerpc-power9.s: Likewise.
8632 * gdb.arch/powerpc-vsx.exp: Likewise.
8633 * gdb.arch/powerpc-vsx.s: Likewise.
8634 * gdb.arch/powerpc-vsx2.exp: Likewise.
8635 * gdb.arch/powerpc-vsx2.s: Likewise.
8636 * gdb.arch/powerpc-vsx3.exp: Likewise.
8637 * gdb.arch/powerpc-vsx3.s: Likewise.
8638 * gdb.arch/arm-disassembler-options.exp: Likewise.
8639 * gdb.arch/powerpc-disassembler-options.exp: Likewise.
8640 * gdb.arch/s390-disassembler-options.exp: Likewise.
8641
8642 2017-02-23 Luis Machado <lgustavo@codesourcery.com>
8643
8644 * gdb.reverse/insn-reverse.x86.c (check_rdrand_support): Renamed to ...
8645 (check_supported_features): ... this. Changed return type to void.
8646 (supports_rdseed): New static global.
8647 (rdseed): Check supports_rdseed.
8648 (initialize): Call check_supported_features.
8649
8650 2017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
8651
8652 * gdb.arch/ppc64-isa207-atomic-inst.exp: New testcase based on
8653 gdb.arch/ppc64-atomic-inst.exp. Add tests for lbarx/stbcx, lharx/sthcx
8654 and lqarx/stqcx.
8655 * gdb.arch/ppc64-isa207-atomic-inst.S: New file.
8656 * gdb.arch/ppc64-isa207-atomic-inst.c: Likewise.
8657
8658 2017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
8659
8660 * gdb.arch/ppc64-atomic-inst.exp: Fix test names starting with
8661 uppercase.
8662
8663 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
8664
8665 * gdb.dwarf2/formdata16.c: New file.
8666 * gdb.dwarf2/formdata16.exp: New file.
8667 * lib/dwarf.exp (Dwarf): Add DW_FORM_data16.
8668
8669 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
8670
8671 * gdb.arch/amd64-entry-value-param-dwarf5.S: New file.
8672 * gdb.arch/amd64-entry-value-param-dwarf5.c: New file.
8673 * gdb.arch/amd64-entry-value-param-dwarf5.exp: New file.
8674 * gdb.arch/amd64-entry-value.exp: Rename DW_OP_GNU_*, DW_TAG_GNU_* and
8675 DW_AT_GNU_*.
8676
8677 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
8678
8679 * gdb.dwarf2/dw2-error.exp (file $testfile): Update expected string.
8680
8681 2017-02-15 Sergio Durigan Junior <sergiodj@redhat.com>
8682
8683 PR gdb/21164
8684 * gdb.base/maint.exp: Add testcases for when the commands do
8685 not have arguments.
8686
8687 2017-02-15 Thomas Preud'homme <thomas.preudhomme@arm.com>
8688
8689 * gdb.cp/chained-calls.exp: Use p instead of P.
8690
8691 2017-02-14 Tim Wiederhake <tim.wiederhake@intel.com>
8692
8693 * gdb.python/py-record-btrace.c, gdb.python/py-record-btrace.exp,
8694 gdb.python/py-record-full.c, gdb.python/py-record-full.exp: New file.
8695
8696 2017-02-14 Tom Tromey <tom@tromey.com>
8697
8698 PR python/13598:
8699 * gdb.python/py-events.exp: Add before_prompt event tests.
8700
8701 2017-02-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
8702
8703 * gdb.dwarf2/implptrpiece.exp: Fix check for big-endian targets.
8704
8705 2017-02-13 Luis Machado <lgustavo@codesourcery.com>
8706
8707 * gdb.linespec/explicit.c (my_unique_function_name): New function.
8708 (main): Call my_unique_function_name.
8709 * gdb.linespec/explicit.exp: Use my_unique_function_name to test
8710 completion of patterns with a single match.
8711 Add missing -re switches to gdb_test_multiple calls.
8712
8713 2017-02-13 Luis Machado <lgustavo@codesourcery.com>
8714
8715 * gdb.arch/i386-biarch-core.exp: Check for i386 arch support and
8716 return if core file is not recognized.
8717
8718 2017-02-10 Simon Marchi <simon.marchi@ericsson.com>
8719
8720 * gdb.base/new-ui.exp (do_test): Test queries behavior on main
8721 and extra UIs.
8722
8723 2017-02-10 Simon Marchi <simon.marchi@ericsson.com>
8724
8725 * gdb.base/new-ui.exp (do_test, do_test_invalid_args): Use
8726 proc_with_prefix.
8727
8728 2017-02-10 Tom Tromey <tom@tromey.com>
8729
8730 * gdb.python/py-xmethods.exp: Use "p" command, not "P".
8731
8732 2017-02-10 Martin Galvan <martingalvan@sourceware.org>
8733
8734 PR gdb/21122
8735 * gdb.base/help.exp: Update match pattern for testing 'help commands'.
8736
8737 2017-02-08 Jerome Guitton <guitton@adacore.com>
8738
8739 * gdb.base/define.exp: Add test for command abbreviations
8740 in define.
8741
8742 2017-02-06 Luis Machado <lgustavo@codesourcery.com>
8743
8744 * gdb.reverse/insn-reverse.c: Include insn-reverse-x86.c.
8745 * gdb.reverse/insn-reverse-x86.c: New file.
8746
8747 2017-02-06 Ivo Raisr <ivo.raisr@oracle.com>
8748
8749 PR tdep/20936
8750 * gdb.xml/tdesc-regs.exp: Provide sparc core registers for the tests.
8751
8752 2017-02-03 Tom Tromey <tom@tromey.com>
8753
8754 PR rust/21097:
8755 * gdb.rust/simple.exp: Add new tests.
8756
8757 2017-02-02 Pedro Alves <palves@redhat.com>
8758
8759 * gdb.mi/mi-logging.exp: Add "redirect while already logging"
8760 tests.
8761
8762 2017-02-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
8763
8764 * gdb.dwarf2/dw2-op-stack-value.exp: Adjust expected result of
8765 taking a 2-byte value out of a 4-byte DWARF implicit value on
8766 big-endian targets.
8767 * gdb.dwarf2/nonvar-access.exp: Add more comments to existing
8768 logic. Add test cases for DW_OP_implicit.
8769
8770 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
8771
8772 * lib/gdb.exp (gdb_skip_xml_tests): Error if GDB is running.
8773
8774 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
8775
8776 * gdb.btrace/enable.exp: Call gdb_exit before
8777 skip_gdbserver_tests.
8778
8779 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
8780
8781 * gdb.btrace/non-stop.exp: Add '-ex "set non-stop on"' to
8782 GDBFLAGS.
8783
8784 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
8785
8786 * gdb.btrace/buffer-size.exp: Add unsupported/untested message if
8787 the test is skipped.
8788 * gdb.btrace/data.exp: Likewise.
8789 * gdb.btrace/delta.exp: Likewise.
8790 * gdb.btrace/dlopen.exp: Likewise.
8791 * gdb.btrace/enable-running.exp: Likewise.
8792 * gdb.btrace/enable.exp: Likewise.
8793 * gdb.btrace/exception.exp: Likewise.
8794 * gdb.btrace/function_call_history.exp: Likewise.
8795 * gdb.btrace/gcore.exp: Likewise.
8796 * gdb.btrace/instruction_history.exp: Likewise.
8797 * gdb.btrace/multi-thread-step.exp: Likewise.
8798 * gdb.btrace/nohist.exp: Likewise.
8799 * gdb.btrace/non-stop.exp: Likewise.
8800 * gdb.btrace/reconnect.exp: Likewise.
8801 * gdb.btrace/record_goto-step.exp: Likewise.
8802 * gdb.btrace/record_goto.exp: Likewise.
8803 * gdb.btrace/rn-dl-bind.exp: Likewise.
8804 * gdb.btrace/segv.exp: Likewise.
8805 * gdb.btrace/step.exp: Likewise.
8806 * gdb.btrace/stepi.exp: Likewise.
8807 * gdb.btrace/tailcall-only.exp: Likewise.
8808 * gdb.btrace/tailcall.exp: Likewise.
8809 * gdb.btrace/tsx.exp: Likewise.
8810 * gdb.btrace/unknown_functions.exp: Likewise.
8811 * gdb.btrace/vdso.exp: Likewise.
8812
8813 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
8814
8815 * gdb.btrace/enable-running.c: New.
8816 * gdb.btrace/enable-running.exp: New.
8817
8818 2017-01-27 Walfred Tedeschi <walfred.tedeschi@intel.com>
8819
8820 * gdb.arch/amd64-gs_base.c: New file.
8821 * gdb.arch/amd64-gs_base.exp: New file.
8822
8823 2017-01-26 Luis Machado <lgustavo@codesourcery.com>
8824
8825 * lib/memory.exp: Remove spurious empty newlines.
8826
8827 2017-01-26 Simon Marchi <simon.marchi@polymtl.ca>
8828
8829 * gdb.python/py-bad-printers.exp: Load python file using "source".
8830 * gdb.python/py-events.exp: Likewise.
8831 * gdb.python/py-evsignal.exp: Likewise.
8832 * gdb.python/py-evthreads.exp: Likewise.
8833 * gdb.python/py-frame-args.exp: Likewise.
8834 * gdb.python/py-framefilter-invalidarg.exp: Likewise.
8835 * gdb.python/py-framefilter-mi.exp: Likewise.
8836 * gdb.python/py-framefilter.exp: Likewise.
8837 * gdb.python/py-mi.exp: Likewise.
8838 * gdb.python/py-pp-maint.exp: Likewise.
8839 * gdb.python/py-pp-registration.exp: Likewise.
8840 * gdb.python/py-prettyprint.exp: Likewise.
8841 (run_lang_tests): Likewise.
8842 * gdb.python/py-typeprint.exp: Likewise.
8843
8844 2017-01-26 Luis Machado <lgustavo@codesourcery.com>
8845
8846 * lib/memory.exp: New file.
8847 * lib/gdb.exp: Load memory.exp.
8848 * gdb.base/memattr.exp (delete_memory): Move proc to
8849 lib/memory.exp and rename to delete_memory_regions.
8850 Replace delete_memory with delete_memory_regions.
8851 Cleanup memory regions before tests.
8852 * gdb.base/breakpoint-in-ro-region.exp: Cleanup memory regions
8853 before tests.
8854
8855 2017-01-26 Luis Machado <lgustavo@codesourcery.com>
8856
8857 * gdb.reverse/insn-reverse.c: Move arm and aarch64 code to their own
8858 files.
8859 (initialize): New function conditionally defined.
8860 (testcases): Move within conditional block.
8861 (main): Call initialize.
8862 * gdb.reverse/insn-reverse-aarch64.c: New file, based on aarch64 bits
8863 of gdb.reverse/insn-reverse.c.
8864 * gdb.reverse/insn-reverse-arm.c: New file, based on arm bits of
8865 gdb.reverse/insn-reverse.c.
8866
8867 2017-01-26 Yao Qi <yao.qi@linaro.org>
8868
8869 * gdb.base/all-architectures.exp.in (do_arch_tests): Test
8870 disassemble on address 0.
8871
8872 2017-01-25 Andreas Arnez <arnez@linux.vnet.ibm.com>
8873 Yao Qi <yao.qi@linaro.org>
8874
8875 * gdb.dwarf2/implptr-64bit.exp: Use dwarf assembler.
8876 * gdb.dwarf2/implptr-64bit.S: Remove.
8877 * lib/dwarf.exp (Dwarf): Handle character "%". Evaluate some
8878 variables in caller's context. Add DW_OP_implicit_value.
8879
8880 2017-01-25 Yao Qi <yao.qi@linaro.org>
8881
8882 * lib/dwarf.exp (Dwarf::_location): Handle
8883 DW_OP_GNU_implicit_pointer with proper size.
8884
8885 2017-01-20 Luis Machado <lgustavo@codesourcery.com>
8886
8887 * gdb.python/py-xmethods.exp: Fix test names starting with lowercase
8888 and add untested calls.
8889
8890 2017-01-20 Luis Machado <lgustavo@codesourcery.com>
8891
8892 * gdb.python/python.exp: Check line number against what GDB thinks
8893 the line number is for func1.
8894
8895 2017-01-08 Iain Buclaw <ibuclaw@gdcproject.org>
8896
8897 * gdb.dlang/debug-expr.exp: New file.
8898
8899 2016-12-23 Luis Machado <lgustavo@codesourcery.com>
8900
8901 Fix test names for the following files:
8902
8903 * gdb.ada/exec_changed.exp
8904 * gdb.ada/info_types.exp
8905 * gdb.arch/aarch64-atomic-inst.exp
8906 * gdb.arch/aarch64-fp.exp
8907 * gdb.arch/altivec-abi.exp
8908 * gdb.arch/altivec-regs.exp
8909 * gdb.arch/amd64-byte.exp
8910 * gdb.arch/amd64-disp-step.exp
8911 * gdb.arch/amd64-dword.exp
8912 * gdb.arch/amd64-entry-value-inline.exp
8913 * gdb.arch/amd64-entry-value-param.exp
8914 * gdb.arch/amd64-entry-value-paramref.exp
8915 * gdb.arch/amd64-entry-value.exp
8916 * gdb.arch/amd64-i386-address.exp
8917 * gdb.arch/amd64-invalid-stack-middle.exp
8918 * gdb.arch/amd64-invalid-stack-top.exp
8919 * gdb.arch/amd64-optimout-repeat.exp
8920 * gdb.arch/amd64-prologue-skip.exp
8921 * gdb.arch/amd64-prologue-xmm.exp
8922 * gdb.arch/amd64-stap-special-operands.exp
8923 * gdb.arch/amd64-stap-wrong-subexp.exp
8924 * gdb.arch/amd64-tailcall-cxx.exp
8925 * gdb.arch/amd64-tailcall-noret.exp
8926 * gdb.arch/amd64-tailcall-ret.exp
8927 * gdb.arch/amd64-tailcall-self.exp
8928 * gdb.arch/amd64-word.exp
8929 * gdb.arch/arm-bl-branch-dest.exp
8930 * gdb.arch/arm-disp-step.exp
8931 * gdb.arch/arm-neon.exp
8932 * gdb.arch/arm-single-step-kernel-helper.exp
8933 * gdb.arch/avr-flash-qualifier.exp
8934 * gdb.arch/disp-step-insn-reloc.exp
8935 * gdb.arch/e500-abi.exp
8936 * gdb.arch/e500-regs.exp
8937 * gdb.arch/ftrace-insn-reloc.exp
8938 * gdb.arch/i386-avx512.exp
8939 * gdb.arch/i386-bp_permanent.exp
8940 * gdb.arch/i386-byte.exp
8941 * gdb.arch/i386-cfi-notcurrent.exp
8942 * gdb.arch/i386-disp-step.exp
8943 * gdb.arch/i386-dr3-watch.exp
8944 * gdb.arch/i386-float.exp
8945 * gdb.arch/i386-gnu-cfi.exp
8946 * gdb.arch/i386-mpx-map.exp
8947 * gdb.arch/i386-mpx-sigsegv.exp
8948 * gdb.arch/i386-mpx-simple_segv.exp
8949 * gdb.arch/i386-mpx.exp
8950 * gdb.arch/i386-permbkpt.exp
8951 * gdb.arch/i386-prologue.exp
8952 * gdb.arch/i386-signal.exp
8953 * gdb.arch/i386-size-overlap.exp
8954 * gdb.arch/i386-unwind.exp
8955 * gdb.arch/i386-word.exp
8956 * gdb.arch/mips-fcr.exp
8957 * gdb.arch/powerpc-d128-regs.exp
8958 * gdb.arch/powerpc-stackless.exp
8959 * gdb.arch/ppc64-atomic-inst.exp
8960 * gdb.arch/s390-stackless.exp
8961 * gdb.arch/s390-tdbregs.exp
8962 * gdb.arch/s390-vregs.exp
8963 * gdb.arch/sparc-sysstep.exp
8964 * gdb.arch/thumb-bx-pc.exp
8965 * gdb.arch/thumb-singlestep.exp
8966 * gdb.arch/thumb2-it.exp
8967 * gdb.arch/vsx-regs.exp
8968 * gdb.asm/asm-source.exp
8969 * gdb.base/a2-run.exp
8970 * gdb.base/advance.exp
8971 * gdb.base/all-bin.exp
8972 * gdb.base/anon.exp
8973 * gdb.base/args.exp
8974 * gdb.base/arithmet.exp
8975 * gdb.base/async-shell.exp
8976 * gdb.base/async.exp
8977 * gdb.base/attach-pie-noexec.exp
8978 * gdb.base/attach-twice.exp
8979 * gdb.base/auto-load.exp
8980 * gdb.base/bang.exp
8981 * gdb.base/bitfields.exp
8982 * gdb.base/break-always.exp
8983 * gdb.base/break-caller-line.exp
8984 * gdb.base/break-entry.exp
8985 * gdb.base/break-inline.exp
8986 * gdb.base/break-on-linker-gcd-function.exp
8987 * gdb.base/break-probes.exp
8988 * gdb.base/break.exp
8989 * gdb.base/breakpoint-shadow.exp
8990 * gdb.base/call-ar-st.exp
8991 * gdb.base/call-sc.exp
8992 * gdb.base/call-signal-resume.exp
8993 * gdb.base/call-strs.exp
8994 * gdb.base/callfuncs.exp
8995 * gdb.base/catch-fork-static.exp
8996 * gdb.base/catch-gdb-caused-signals.exp
8997 * gdb.base/catch-load.exp
8998 * gdb.base/catch-signal-fork.exp
8999 * gdb.base/catch-signal.exp
9000 * gdb.base/catch-syscall.exp
9001 * gdb.base/charset.exp
9002 * gdb.base/checkpoint.exp
9003 * gdb.base/chng-syms.exp
9004 * gdb.base/code-expr.exp
9005 * gdb.base/code_elim.exp
9006 * gdb.base/commands.exp
9007 * gdb.base/completion.exp
9008 * gdb.base/complex.exp
9009 * gdb.base/cond-expr.exp
9010 * gdb.base/condbreak.exp
9011 * gdb.base/consecutive.exp
9012 * gdb.base/continue-all-already-running.exp
9013 * gdb.base/coredump-filter.exp
9014 * gdb.base/corefile.exp
9015 * gdb.base/dbx.exp
9016 * gdb.base/debug-expr.exp
9017 * gdb.base/define.exp
9018 * gdb.base/del.exp
9019 * gdb.base/disabled-location.exp
9020 * gdb.base/disasm-end-cu.exp
9021 * gdb.base/disasm-optim.exp
9022 * gdb.base/display.exp
9023 * gdb.base/duplicate-bp.exp
9024 * gdb.base/ena-dis-br.exp
9025 * gdb.base/ending-run.exp
9026 * gdb.base/enumval.exp
9027 * gdb.base/environ.exp
9028 * gdb.base/eu-strip-infcall.exp
9029 * gdb.base/eval-avoid-side-effects.exp
9030 * gdb.base/eval-skip.exp
9031 * gdb.base/exitsignal.exp
9032 * gdb.base/expand-psymtabs.exp
9033 * gdb.base/filesym.exp
9034 * gdb.base/find-unmapped.exp
9035 * gdb.base/finish.exp
9036 * gdb.base/float.exp
9037 * gdb.base/foll-exec-mode.exp
9038 * gdb.base/foll-exec.exp
9039 * gdb.base/foll-fork.exp
9040 * gdb.base/fortran-sym-case.exp
9041 * gdb.base/freebpcmd.exp
9042 * gdb.base/func-ptr.exp
9043 * gdb.base/func-ptrs.exp
9044 * gdb.base/funcargs.exp
9045 * gdb.base/gcore-buffer-overflow.exp
9046 * gdb.base/gcore-relro-pie.exp
9047 * gdb.base/gcore-relro.exp
9048 * gdb.base/gcore.exp
9049 * gdb.base/gdb1090.exp
9050 * gdb.base/gdb11530.exp
9051 * gdb.base/gdb11531.exp
9052 * gdb.base/gdb1821.exp
9053 * gdb.base/gdbindex-stabs.exp
9054 * gdb.base/gdbvars.exp
9055 * gdb.base/hbreak.exp
9056 * gdb.base/hbreak2.exp
9057 * gdb.base/included.exp
9058 * gdb.base/infcall-input.exp
9059 * gdb.base/inferior-died.exp
9060 * gdb.base/infnan.exp
9061 * gdb.base/info-macros.exp
9062 * gdb.base/info-os.exp
9063 * gdb.base/info-proc.exp
9064 * gdb.base/info-shared.exp
9065 * gdb.base/info-target.exp
9066 * gdb.base/infoline.exp
9067 * gdb.base/interp.exp
9068 * gdb.base/interrupt.exp
9069 * gdb.base/jit-reader.exp
9070 * gdb.base/jit-simple.exp
9071 * gdb.base/kill-after-signal.exp
9072 * gdb.base/kill-detach-inferiors-cmd.exp
9073 * gdb.base/label.exp
9074 * gdb.base/langs.exp
9075 * gdb.base/ldbl_e308.exp
9076 * gdb.base/line-symtabs.exp
9077 * gdb.base/linespecs.exp
9078 * gdb.base/list.exp
9079 * gdb.base/long_long.exp
9080 * gdb.base/longest-types.exp
9081 * gdb.base/maint.exp
9082 * gdb.base/max-value-size.exp
9083 * gdb.base/memattr.exp
9084 * gdb.base/mips_pro.exp
9085 * gdb.base/morestack.exp
9086 * gdb.base/moribund-step.exp
9087 * gdb.base/multi-forks.exp
9088 * gdb.base/nested-addr.exp
9089 * gdb.base/nextoverexit.exp
9090 * gdb.base/noreturn-finish.exp
9091 * gdb.base/noreturn-return.exp
9092 * gdb.base/nostdlib.exp
9093 * gdb.base/offsets.exp
9094 * gdb.base/opaque.exp
9095 * gdb.base/pc-fp.exp
9096 * gdb.base/permissions.exp
9097 * gdb.base/print-symbol-loading.exp
9098 * gdb.base/prologue-include.exp
9099 * gdb.base/psymtab.exp
9100 * gdb.base/ptype.exp
9101 * gdb.base/random-signal.exp
9102 * gdb.base/randomize.exp
9103 * gdb.base/range-stepping.exp
9104 * gdb.base/readline-ask.exp
9105 * gdb.base/recpar.exp
9106 * gdb.base/recurse.exp
9107 * gdb.base/relational.exp
9108 * gdb.base/restore.exp
9109 * gdb.base/return-nodebug.exp
9110 * gdb.base/return.exp
9111 * gdb.base/run-after-attach.exp
9112 * gdb.base/save-bp.exp
9113 * gdb.base/scope.exp
9114 * gdb.base/sect-cmd.exp
9115 * gdb.base/set-lang-auto.exp
9116 * gdb.base/set-noassign.exp
9117 * gdb.base/setvar.exp
9118 * gdb.base/sigall.exp
9119 * gdb.base/sigbpt.exp
9120 * gdb.base/siginfo-addr.exp
9121 * gdb.base/siginfo-infcall.exp
9122 * gdb.base/siginfo-obj.exp
9123 * gdb.base/siginfo.exp
9124 * gdb.base/signals-state-child.exp
9125 * gdb.base/signest.exp
9126 * gdb.base/sigstep.exp
9127 * gdb.base/sizeof.exp
9128 * gdb.base/skip.exp
9129 * gdb.base/solib-corrupted.exp
9130 * gdb.base/solib-nodir.exp
9131 * gdb.base/solib-search.exp
9132 * gdb.base/stack-checking.exp
9133 * gdb.base/stale-infcall.exp
9134 * gdb.base/stap-probe.exp
9135 * gdb.base/start.exp
9136 * gdb.base/step-break.exp
9137 * gdb.base/step-bt.exp
9138 * gdb.base/step-line.exp
9139 * gdb.base/step-over-exit.exp
9140 * gdb.base/step-over-syscall.exp
9141 * gdb.base/step-resume-infcall.exp
9142 * gdb.base/step-test.exp
9143 * gdb.base/store.exp
9144 * gdb.base/structs3.exp
9145 * gdb.base/sym-file.exp
9146 * gdb.base/symbol-without-target_section.exp
9147 * gdb.base/term.exp
9148 * gdb.base/testenv.exp
9149 * gdb.base/ui-redirect.exp
9150 * gdb.base/until.exp
9151 * gdb.base/unwindonsignal.exp
9152 * gdb.base/value-double-free.exp
9153 * gdb.base/vla-datatypes.exp
9154 * gdb.base/vla-ptr.exp
9155 * gdb.base/vla-sideeffect.exp
9156 * gdb.base/volatile.exp
9157 * gdb.base/watch-cond-infcall.exp
9158 * gdb.base/watch-cond.exp
9159 * gdb.base/watch-non-mem.exp
9160 * gdb.base/watch-read.exp
9161 * gdb.base/watch-vfork.exp
9162 * gdb.base/watchpoint-cond-gone.exp
9163 * gdb.base/watchpoint-delete.exp
9164 * gdb.base/watchpoint-hw-hit-once.exp
9165 * gdb.base/watchpoint-hw.exp
9166 * gdb.base/watchpoint-stops-at-right-insn.exp
9167 * gdb.base/watchpoints.exp
9168 * gdb.base/wchar.exp
9169 * gdb.base/whatis-exp.exp
9170 * gdb.btrace/buffer-size.exp
9171 * gdb.btrace/data.exp
9172 * gdb.btrace/delta.exp
9173 * gdb.btrace/dlopen.exp
9174 * gdb.btrace/enable.exp
9175 * gdb.btrace/exception.exp
9176 * gdb.btrace/function_call_history.exp
9177 * gdb.btrace/gcore.exp
9178 * gdb.btrace/instruction_history.exp
9179 * gdb.btrace/nohist.exp
9180 * gdb.btrace/reconnect.exp
9181 * gdb.btrace/record_goto-step.exp
9182 * gdb.btrace/record_goto.exp
9183 * gdb.btrace/rn-dl-bind.exp
9184 * gdb.btrace/segv.exp
9185 * gdb.btrace/step.exp
9186 * gdb.btrace/stepi.exp
9187 * gdb.btrace/tailcall-only.exp
9188 * gdb.btrace/tailcall.exp
9189 * gdb.btrace/tsx.exp
9190 * gdb.btrace/unknown_functions.exp
9191 * gdb.btrace/vdso.exp
9192 * gdb.compile/compile-ifunc.exp
9193 * gdb.compile/compile-ops.exp
9194 * gdb.compile/compile-print.exp
9195 * gdb.compile/compile-setjmp.exp
9196 * gdb.cp/abstract-origin.exp
9197 * gdb.cp/ambiguous.exp
9198 * gdb.cp/annota2.exp
9199 * gdb.cp/annota3.exp
9200 * gdb.cp/anon-ns.exp
9201 * gdb.cp/anon-struct.exp
9202 * gdb.cp/anon-union.exp
9203 * gdb.cp/arg-reference.exp
9204 * gdb.cp/baseenum.exp
9205 * gdb.cp/bool.exp
9206 * gdb.cp/breakpoint.exp
9207 * gdb.cp/bs15503.exp
9208 * gdb.cp/call-c.exp
9209 * gdb.cp/casts.exp
9210 * gdb.cp/chained-calls.exp
9211 * gdb.cp/class2.exp
9212 * gdb.cp/classes.exp
9213 * gdb.cp/cmpd-minsyms.exp
9214 * gdb.cp/converts.exp
9215 * gdb.cp/cp-relocate.exp
9216 * gdb.cp/cpcompletion.exp
9217 * gdb.cp/cpexprs.exp
9218 * gdb.cp/cplabel.exp
9219 * gdb.cp/cplusfuncs.exp
9220 * gdb.cp/cpsizeof.exp
9221 * gdb.cp/ctti.exp
9222 * gdb.cp/derivation.exp
9223 * gdb.cp/destrprint.exp
9224 * gdb.cp/dispcxx.exp
9225 * gdb.cp/enum-class.exp
9226 * gdb.cp/exception.exp
9227 * gdb.cp/exceptprint.exp
9228 * gdb.cp/expand-psymtabs-cxx.exp
9229 * gdb.cp/expand-sals.exp
9230 * gdb.cp/extern-c.exp
9231 * gdb.cp/filename.exp
9232 * gdb.cp/formatted-ref.exp
9233 * gdb.cp/fpointer.exp
9234 * gdb.cp/gdb1355.exp
9235 * gdb.cp/gdb2495.exp
9236 * gdb.cp/hang.exp
9237 * gdb.cp/impl-this.exp
9238 * gdb.cp/infcall-dlopen.exp
9239 * gdb.cp/inherit.exp
9240 * gdb.cp/iostream.exp
9241 * gdb.cp/koenig.exp
9242 * gdb.cp/local.exp
9243 * gdb.cp/m-data.exp
9244 * gdb.cp/m-static.exp
9245 * gdb.cp/mb-ctor.exp
9246 * gdb.cp/mb-inline.exp
9247 * gdb.cp/mb-templates.exp
9248 * gdb.cp/member-name.exp
9249 * gdb.cp/member-ptr.exp
9250 * gdb.cp/meth-typedefs.exp
9251 * gdb.cp/method.exp
9252 * gdb.cp/method2.exp
9253 * gdb.cp/minsym-fallback.exp
9254 * gdb.cp/misc.exp
9255 * gdb.cp/namelessclass.exp
9256 * gdb.cp/namespace-enum.exp
9257 * gdb.cp/namespace-nested-import.exp
9258 * gdb.cp/namespace.exp
9259 * gdb.cp/nextoverthrow.exp
9260 * gdb.cp/no-dmgl-verbose.exp
9261 * gdb.cp/non-trivial-retval.exp
9262 * gdb.cp/noparam.exp
9263 * gdb.cp/nsdecl.exp
9264 * gdb.cp/nsimport.exp
9265 * gdb.cp/nsnested.exp
9266 * gdb.cp/nsnoimports.exp
9267 * gdb.cp/nsrecurs.exp
9268 * gdb.cp/nsstress.exp
9269 * gdb.cp/nsusing.exp
9270 * gdb.cp/operator.exp
9271 * gdb.cp/oranking.exp
9272 * gdb.cp/overload-const.exp
9273 * gdb.cp/overload.exp
9274 * gdb.cp/ovldbreak.exp
9275 * gdb.cp/ovsrch.exp
9276 * gdb.cp/paren-type.exp
9277 * gdb.cp/parse-lang.exp
9278 * gdb.cp/pass-by-ref.exp
9279 * gdb.cp/pr-1023.exp
9280 * gdb.cp/pr-1210.exp
9281 * gdb.cp/pr-574.exp
9282 * gdb.cp/pr10687.exp
9283 * gdb.cp/pr12028.exp
9284 * gdb.cp/pr17132.exp
9285 * gdb.cp/pr17494.exp
9286 * gdb.cp/pr9067.exp
9287 * gdb.cp/pr9167.exp
9288 * gdb.cp/pr9631.exp
9289 * gdb.cp/printmethod.exp
9290 * gdb.cp/psmang.exp
9291 * gdb.cp/psymtab-parameter.exp
9292 * gdb.cp/ptype-cv-cp.exp
9293 * gdb.cp/ptype-flags.exp
9294 * gdb.cp/re-set-overloaded.exp
9295 * gdb.cp/ref-types.exp
9296 * gdb.cp/rtti.exp
9297 * gdb.cp/scope-err.exp
9298 * gdb.cp/shadow.exp
9299 * gdb.cp/smartp.exp
9300 * gdb.cp/static-method.exp
9301 * gdb.cp/static-print-quit.exp
9302 * gdb.cp/temargs.exp
9303 * gdb.cp/templates.exp
9304 * gdb.cp/try_catch.exp
9305 * gdb.cp/typedef-operator.exp
9306 * gdb.cp/typeid.exp
9307 * gdb.cp/userdef.exp
9308 * gdb.cp/using-crash.exp
9309 * gdb.cp/var-tag.exp
9310 * gdb.cp/virtbase.exp
9311 * gdb.cp/virtfunc.exp
9312 * gdb.cp/virtfunc2.exp
9313 * gdb.cp/vla-cxx.exp
9314 * gdb.disasm/t01_mov.exp
9315 * gdb.disasm/t02_mova.exp
9316 * gdb.disasm/t03_add.exp
9317 * gdb.disasm/t04_sub.exp
9318 * gdb.disasm/t05_cmp.exp
9319 * gdb.disasm/t06_ari2.exp
9320 * gdb.disasm/t07_ari3.exp
9321 * gdb.disasm/t08_or.exp
9322 * gdb.disasm/t09_xor.exp
9323 * gdb.disasm/t10_and.exp
9324 * gdb.disasm/t11_logs.exp
9325 * gdb.disasm/t12_bit.exp
9326 * gdb.disasm/t13_otr.exp
9327 * gdb.dlang/circular.exp
9328 * gdb.dwarf2/arr-stride.exp
9329 * gdb.dwarf2/arr-subrange.exp
9330 * gdb.dwarf2/atomic-type.exp
9331 * gdb.dwarf2/bad-regnum.exp
9332 * gdb.dwarf2/bitfield-parent-optimized-out.exp
9333 * gdb.dwarf2/callframecfa.exp
9334 * gdb.dwarf2/clztest.exp
9335 * gdb.dwarf2/corrupt.exp
9336 * gdb.dwarf2/data-loc.exp
9337 * gdb.dwarf2/dup-psym.exp
9338 * gdb.dwarf2/dw2-anon-mptr.exp
9339 * gdb.dwarf2/dw2-anonymous-func.exp
9340 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp
9341 * gdb.dwarf2/dw2-bad-unresolved.exp
9342 * gdb.dwarf2/dw2-basic.exp
9343 * gdb.dwarf2/dw2-canonicalize-type.exp
9344 * gdb.dwarf2/dw2-case-insensitive.exp
9345 * gdb.dwarf2/dw2-common-block.exp
9346 * gdb.dwarf2/dw2-compdir-oldgcc.exp
9347 * gdb.dwarf2/dw2-compressed.exp
9348 * gdb.dwarf2/dw2-const.exp
9349 * gdb.dwarf2/dw2-cp-infcall-ref-static.exp
9350 * gdb.dwarf2/dw2-cu-size.exp
9351 * gdb.dwarf2/dw2-dup-frame.exp
9352 * gdb.dwarf2/dw2-entry-value.exp
9353 * gdb.dwarf2/dw2-icycle.exp
9354 * gdb.dwarf2/dw2-ifort-parameter.exp
9355 * gdb.dwarf2/dw2-inline-break.exp
9356 * gdb.dwarf2/dw2-inline-param.exp
9357 * gdb.dwarf2/dw2-intercu.exp
9358 * gdb.dwarf2/dw2-intermix.exp
9359 * gdb.dwarf2/dw2-lexical-block-bare.exp
9360 * gdb.dwarf2/dw2-linkage-name-trust.exp
9361 * gdb.dwarf2/dw2-minsym-in-cu.exp
9362 * gdb.dwarf2/dw2-noloc.exp
9363 * gdb.dwarf2/dw2-op-call.exp
9364 * gdb.dwarf2/dw2-op-out-param.exp
9365 * gdb.dwarf2/dw2-opt-structptr.exp
9366 * gdb.dwarf2/dw2-param-error.exp
9367 * gdb.dwarf2/dw2-producer.exp
9368 * gdb.dwarf2/dw2-ranges-base.exp
9369 * gdb.dwarf2/dw2-ref-missing-frame.exp
9370 * gdb.dwarf2/dw2-reg-undefined.exp
9371 * gdb.dwarf2/dw2-regno-invalid.exp
9372 * gdb.dwarf2/dw2-restore.exp
9373 * gdb.dwarf2/dw2-restrict.exp
9374 * gdb.dwarf2/dw2-single-line-discriminators.exp
9375 * gdb.dwarf2/dw2-strp.exp
9376 * gdb.dwarf2/dw2-undefined-ret-addr.exp
9377 * gdb.dwarf2/dw2-unresolved.exp
9378 * gdb.dwarf2/dw2-var-zero-addr.exp
9379 * gdb.dwarf2/dw4-sig-types.exp
9380 * gdb.dwarf2/dwz.exp
9381 * gdb.dwarf2/dynarr-ptr.exp
9382 * gdb.dwarf2/enum-type.exp
9383 * gdb.dwarf2/gdb-index.exp
9384 * gdb.dwarf2/implptr-64bit.exp
9385 * gdb.dwarf2/implptr-optimized-out.exp
9386 * gdb.dwarf2/implptr.exp
9387 * gdb.dwarf2/implref-array.exp
9388 * gdb.dwarf2/implref-const.exp
9389 * gdb.dwarf2/implref-global.exp
9390 * gdb.dwarf2/implref-struct.exp
9391 * gdb.dwarf2/mac-fileno.exp
9392 * gdb.dwarf2/main-subprogram.exp
9393 * gdb.dwarf2/member-ptr-forwardref.exp
9394 * gdb.dwarf2/method-ptr.exp
9395 * gdb.dwarf2/missing-sig-type.exp
9396 * gdb.dwarf2/nonvar-access.exp
9397 * gdb.dwarf2/opaque-type-lookup.exp
9398 * gdb.dwarf2/pieces-optimized-out.exp
9399 * gdb.dwarf2/pieces.exp
9400 * gdb.dwarf2/pr10770.exp
9401 * gdb.dwarf2/pr13961.exp
9402 * gdb.dwarf2/staticvirtual.exp
9403 * gdb.dwarf2/subrange.exp
9404 * gdb.dwarf2/symtab-producer.exp
9405 * gdb.dwarf2/trace-crash.exp
9406 * gdb.dwarf2/typeddwarf.exp
9407 * gdb.dwarf2/valop.exp
9408 * gdb.dwarf2/watch-notconst.exp
9409 * gdb.fortran/array-element.exp
9410 * gdb.fortran/charset.exp
9411 * gdb.fortran/common-block.exp
9412 * gdb.fortran/complex.exp
9413 * gdb.fortran/derived-type-function.exp
9414 * gdb.fortran/derived-type.exp
9415 * gdb.fortran/logical.exp
9416 * gdb.fortran/module.exp
9417 * gdb.fortran/multi-dim.exp
9418 * gdb.fortran/nested-funcs.exp
9419 * gdb.fortran/print-formatted.exp
9420 * gdb.fortran/subarray.exp
9421 * gdb.fortran/vla-alloc-assoc.exp
9422 * gdb.fortran/vla-datatypes.exp
9423 * gdb.fortran/vla-history.exp
9424 * gdb.fortran/vla-ptr-info.exp
9425 * gdb.fortran/vla-ptype-sub.exp
9426 * gdb.fortran/vla-ptype.exp
9427 * gdb.fortran/vla-sizeof.exp
9428 * gdb.fortran/vla-type.exp
9429 * gdb.fortran/vla-value-sub-arbitrary.exp
9430 * gdb.fortran/vla-value-sub-finish.exp
9431 * gdb.fortran/vla-value-sub.exp
9432 * gdb.fortran/vla-value.exp
9433 * gdb.fortran/whatis_type.exp
9434 * gdb.go/chan.exp
9435 * gdb.go/handcall.exp
9436 * gdb.go/hello.exp
9437 * gdb.go/integers.exp
9438 * gdb.go/methods.exp
9439 * gdb.go/package.exp
9440 * gdb.go/strings.exp
9441 * gdb.go/types.exp
9442 * gdb.go/unsafe.exp
9443 * gdb.guile/scm-arch.exp
9444 * gdb.guile/scm-block.exp
9445 * gdb.guile/scm-breakpoint.exp
9446 * gdb.guile/scm-cmd.exp
9447 * gdb.guile/scm-disasm.exp
9448 * gdb.guile/scm-equal.exp
9449 * gdb.guile/scm-frame-args.exp
9450 * gdb.guile/scm-frame-inline.exp
9451 * gdb.guile/scm-frame.exp
9452 * gdb.guile/scm-iterator.exp
9453 * gdb.guile/scm-math.exp
9454 * gdb.guile/scm-objfile.exp
9455 * gdb.guile/scm-ports.exp
9456 * gdb.guile/scm-symbol.exp
9457 * gdb.guile/scm-symtab.exp
9458 * gdb.guile/scm-value-cc.exp
9459 * gdb.guile/types-module.exp
9460 * gdb.linespec/break-ask.exp
9461 * gdb.linespec/cpexplicit.exp
9462 * gdb.linespec/explicit.exp
9463 * gdb.linespec/keywords.exp
9464 * gdb.linespec/linespec.exp
9465 * gdb.linespec/ls-dollar.exp
9466 * gdb.linespec/ls-errs.exp
9467 * gdb.linespec/skip-two.exp
9468 * gdb.linespec/thread.exp
9469 * gdb.mi/mi-async.exp
9470 * gdb.mi/mi-basics.exp
9471 * gdb.mi/mi-break.exp
9472 * gdb.mi/mi-catch-load.exp
9473 * gdb.mi/mi-cli.exp
9474 * gdb.mi/mi-cmd-param-changed.exp
9475 * gdb.mi/mi-console.exp
9476 * gdb.mi/mi-detach.exp
9477 * gdb.mi/mi-disassemble.exp
9478 * gdb.mi/mi-eval.exp
9479 * gdb.mi/mi-file-transfer.exp
9480 * gdb.mi/mi-file.exp
9481 * gdb.mi/mi-fill-memory.exp
9482 * gdb.mi/mi-inheritance-syntax-error.exp
9483 * gdb.mi/mi-linespec-err-cp.exp
9484 * gdb.mi/mi-logging.exp
9485 * gdb.mi/mi-memory-changed.exp
9486 * gdb.mi/mi-read-memory.exp
9487 * gdb.mi/mi-record-changed.exp
9488 * gdb.mi/mi-reg-undefined.exp
9489 * gdb.mi/mi-regs.exp
9490 * gdb.mi/mi-return.exp
9491 * gdb.mi/mi-reverse.exp
9492 * gdb.mi/mi-simplerun.exp
9493 * gdb.mi/mi-solib.exp
9494 * gdb.mi/mi-stack.exp
9495 * gdb.mi/mi-stepi.exp
9496 * gdb.mi/mi-syn-frame.exp
9497 * gdb.mi/mi-until.exp
9498 * gdb.mi/mi-var-block.exp
9499 * gdb.mi/mi-var-child.exp
9500 * gdb.mi/mi-var-cmd.exp
9501 * gdb.mi/mi-var-cp.exp
9502 * gdb.mi/mi-var-display.exp
9503 * gdb.mi/mi-var-invalidate.exp
9504 * gdb.mi/mi-var-list-children-invalid-grandchild.exp
9505 * gdb.mi/mi-vla-fortran.exp
9506 * gdb.mi/mi-watch.exp
9507 * gdb.mi/mi2-var-child.exp
9508 * gdb.mi/user-selected-context-sync.exp
9509 * gdb.modula2/unbounded-array.exp
9510 * gdb.multi/dummy-frame-restore.exp
9511 * gdb.multi/multi-arch-exec.exp
9512 * gdb.multi/multi-arch.exp
9513 * gdb.multi/tids.exp
9514 * gdb.multi/watchpoint-multi.exp
9515 * gdb.opencl/callfuncs.exp
9516 * gdb.opencl/convs_casts.exp
9517 * gdb.opencl/datatypes.exp
9518 * gdb.opencl/operators.exp
9519 * gdb.opencl/vec_comps.exp
9520 * gdb.opt/clobbered-registers-O2.exp
9521 * gdb.opt/inline-break.exp
9522 * gdb.opt/inline-bt.exp
9523 * gdb.opt/inline-cmds.exp
9524 * gdb.opt/inline-locals.exp
9525 * gdb.pascal/case-insensitive-symbols.exp
9526 * gdb.pascal/floats.exp
9527 * gdb.pascal/gdb11492.exp
9528 * gdb.python/lib-types.exp
9529 * gdb.python/py-arch.exp
9530 * gdb.python/py-as-string.exp
9531 * gdb.python/py-bad-printers.exp
9532 * gdb.python/py-block.exp
9533 * gdb.python/py-breakpoint-create-fail.exp
9534 * gdb.python/py-breakpoint.exp
9535 * gdb.python/py-caller-is.exp
9536 * gdb.python/py-cmd.exp
9537 * gdb.python/py-explore-cc.exp
9538 * gdb.python/py-explore.exp
9539 * gdb.python/py-finish-breakpoint.exp
9540 * gdb.python/py-finish-breakpoint2.exp
9541 * gdb.python/py-frame-args.exp
9542 * gdb.python/py-frame-inline.exp
9543 * gdb.python/py-frame.exp
9544 * gdb.python/py-framefilter-mi.exp
9545 * gdb.python/py-infthread.exp
9546 * gdb.python/py-lazy-string.exp
9547 * gdb.python/py-linetable.exp
9548 * gdb.python/py-mi-events.exp
9549 * gdb.python/py-mi-objfile.exp
9550 * gdb.python/py-mi.exp
9551 * gdb.python/py-objfile.exp
9552 * gdb.python/py-pp-integral.exp
9553 * gdb.python/py-pp-maint.exp
9554 * gdb.python/py-pp-re-notag.exp
9555 * gdb.python/py-pp-registration.exp
9556 * gdb.python/py-recurse-unwind.exp
9557 * gdb.python/py-strfns.exp
9558 * gdb.python/py-symbol.exp
9559 * gdb.python/py-symtab.exp
9560 * gdb.python/py-sync-interp.exp
9561 * gdb.python/py-typeprint.exp
9562 * gdb.python/py-unwind-maint.exp
9563 * gdb.python/py-unwind.exp
9564 * gdb.python/py-value-cc.exp
9565 * gdb.python/py-xmethods.exp
9566 * gdb.reverse/amd64-tailcall-reverse.exp
9567 * gdb.reverse/break-precsave.exp
9568 * gdb.reverse/break-reverse.exp
9569 * gdb.reverse/consecutive-precsave.exp
9570 * gdb.reverse/consecutive-reverse.exp
9571 * gdb.reverse/finish-precsave.exp
9572 * gdb.reverse/finish-reverse-bkpt.exp
9573 * gdb.reverse/finish-reverse.exp
9574 * gdb.reverse/fstatat-reverse.exp
9575 * gdb.reverse/getresuid-reverse.exp
9576 * gdb.reverse/i386-precsave.exp
9577 * gdb.reverse/i386-reverse.exp
9578 * gdb.reverse/i386-sse-reverse.exp
9579 * gdb.reverse/i387-env-reverse.exp
9580 * gdb.reverse/i387-stack-reverse.exp
9581 * gdb.reverse/insn-reverse.exp
9582 * gdb.reverse/machinestate-precsave.exp
9583 * gdb.reverse/machinestate.exp
9584 * gdb.reverse/next-reverse-bkpt-over-sr.exp
9585 * gdb.reverse/pipe-reverse.exp
9586 * gdb.reverse/readv-reverse.exp
9587 * gdb.reverse/recvmsg-reverse.exp
9588 * gdb.reverse/rerun-prec.exp
9589 * gdb.reverse/s390-mvcle.exp
9590 * gdb.reverse/step-precsave.exp
9591 * gdb.reverse/step-reverse.exp
9592 * gdb.reverse/time-reverse.exp
9593 * gdb.reverse/until-precsave.exp
9594 * gdb.reverse/until-reverse.exp
9595 * gdb.reverse/waitpid-reverse.exp
9596 * gdb.reverse/watch-precsave.exp
9597 * gdb.reverse/watch-reverse.exp
9598 * gdb.rust/generics.exp
9599 * gdb.rust/methods.exp
9600 * gdb.rust/modules.exp
9601 * gdb.rust/simple.exp
9602 * gdb.server/connect-with-no-symbol-file.exp
9603 * gdb.server/ext-attach.exp
9604 * gdb.server/ext-restart.exp
9605 * gdb.server/ext-wrapper.exp
9606 * gdb.server/file-transfer.exp
9607 * gdb.server/server-exec-info.exp
9608 * gdb.server/server-kill.exp
9609 * gdb.server/server-mon.exp
9610 * gdb.server/wrapper.exp
9611 * gdb.stabs/exclfwd.exp
9612 * gdb.stabs/gdb11479.exp
9613 * gdb.threads/clone-new-thread-event.exp
9614 * gdb.threads/corethreads.exp
9615 * gdb.threads/current-lwp-dead.exp
9616 * gdb.threads/dlopen-libpthread.exp
9617 * gdb.threads/gcore-thread.exp
9618 * gdb.threads/sigstep-threads.exp
9619 * gdb.threads/watchpoint-fork.exp
9620 * gdb.trace/actions-changed.exp
9621 * gdb.trace/backtrace.exp
9622 * gdb.trace/change-loc.exp
9623 * gdb.trace/circ.exp
9624 * gdb.trace/collection.exp
9625 * gdb.trace/disconnected-tracing.exp
9626 * gdb.trace/ftrace.exp
9627 * gdb.trace/mi-trace-frame-collected.exp
9628 * gdb.trace/mi-trace-unavailable.exp
9629 * gdb.trace/mi-traceframe-changed.exp
9630 * gdb.trace/mi-tsv-changed.exp
9631 * gdb.trace/no-attach-trace.exp
9632 * gdb.trace/passc-dyn.exp
9633 * gdb.trace/qtro.exp
9634 * gdb.trace/range-stepping.exp
9635 * gdb.trace/read-memory.exp
9636 * gdb.trace/save-trace.exp
9637 * gdb.trace/signal.exp
9638 * gdb.trace/status-stop.exp
9639 * gdb.trace/tfile.exp
9640 * gdb.trace/trace-break.exp
9641 * gdb.trace/trace-buffer-size.exp
9642 * gdb.trace/trace-condition.exp
9643 * gdb.trace/tracefile-pseudo-reg.exp
9644 * gdb.trace/tstatus.exp
9645 * gdb.trace/unavailable.exp
9646 * gdb.trace/while-dyn.exp
9647 * gdb.trace/while-stepping.exp
9648
9649 2016-12-22 Doug Evans <xdje42@gmail.com>
9650
9651 * gdb.base/maint.exp: Update tests for maint print symbols, psymbols
9652 and msymbols.
9653
9654 2016-12-19 Yao Qi <yao.qi@linaro.org>
9655
9656 * gdb.gdb/selftest.exp (do_steps_and_nexts): Remove.
9657 (test_with_self): Don't call do_steps_and_nexts, and remove
9658 code about stepping into xmalloc.
9659
9660 2016-12-09 Yao Qi <yao.qi@linaro.org>
9661
9662 * gdb.base/all-architectures.exp.in: Remove kfail for rx.
9663
9664 2016-12-09 Yao Qi <yao.qi@linaro.org>
9665
9666 * gdb.base/all-architectures.exp.in: Remove kfail for rl78.
9667
9668 2016-12-09 Pedro Alves <palves@redhat.com>
9669
9670 * gdb.base/all-architectures-0.exp: New file.
9671 * gdb.base/all-architectures-1.exp: New file.
9672 * gdb.base/all-architectures-2.exp: New file.
9673 * gdb.base/all-architectures-3.exp: New file.
9674 * gdb.base/all-architectures-4.exp: New file.
9675 * gdb.base/all-architectures-5.exp: New file.
9676 * gdb.base/all-architectures-6.exp: New file.
9677 * gdb.base/all-architectures-7.exp: New file.
9678 * gdb.base/all-architectures.exp.in: New file.
9679
9680 2016-12-09 Yao Qi <yao.qi@linaro.org>
9681
9682 * gdb.perf/skip-prologue.exp: Add parameter COMPILE.
9683
9684 2016-12-02 Luis Machado <lgustavo@codesourcery.com>
9685
9686 * gdb.base/maint.exp: Use gdb_test instead of gdb_test_multiple when
9687 possible.
9688 Remove useless pattern-matching code.
9689
9690 2016-12-02 Pedro Alves <palves@redhat.com>
9691
9692 * gdb.base/commands.exp (user_defined_command_manyargs_test): New
9693 procedure.
9694 (top level): Call it.
9695
9696 2016-12-02 Pedro Alves <palves@redhat.com>
9697
9698 * gdb.base/commands.exp (user_defined_command_args_stack_test):
9699 New procedure.
9700 (top level): Call it.
9701
9702 2016-12-02 Pedro Alves <palves@redhat.com>
9703
9704 PR cli/20559
9705 * gdb.base/commands.exp (user_defined_command_args_eval): New
9706 procedure.
9707 (top level): Call it.
9708
9709 2016-12-02 Luis Machado <lgustavo@codesourcery.com>
9710
9711 * gdb.base/ovldbreak.exp (take_gdb_out_of_choice_menu): Restore
9712 timeout handling.
9713
9714 2016-12-02 Tom Tromey <tom@tromey.com>
9715
9716 * gdb.dwarf2/main-subprogram.c: New file.
9717 * gdb.dwarf2/main-subprogram.exp: New file.
9718
9719 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
9720
9721 * gdb.base/maint.exp: Remove timeout handling for gdb_test_multiple.
9722 * gdb.cp/gdb2495.exp: Likewise and convert gdb_test_multiple into
9723 gdb_test_no_output for a couple of cases.
9724 * gdb.cp/ovldbreak.exp: Remove timeout handling for gdb_test_multiple.
9725
9726 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
9727
9728 Fix test names and standardize compilation error messages throughout
9729 the following files:
9730
9731 * gdb.ada/start.exp
9732 * gdb.arch/alpha-step.exp
9733 * gdb.arch/e500-prologue.exp
9734 * gdb.arch/ftrace-insn-reloc.exp
9735 * gdb.arch/gdb1291.exp
9736 * gdb.arch/gdb1431.exp
9737 * gdb.arch/gdb1558.exp
9738 * gdb.arch/i386-dr3-watch.exp
9739 * gdb.arch/i386-sse-stack-align.exp
9740 * gdb.arch/ia64-breakpoint-shadow.exp
9741 * gdb.arch/pa-nullify.exp
9742 * gdb.arch/powerpc-aix-prologue.exp
9743 * gdb.arch/thumb-bx-pc.exp
9744 * gdb.base/annota1.exp
9745 * gdb.base/annota3.exp
9746 * gdb.base/arrayidx.exp
9747 * gdb.base/assign.exp
9748 * gdb.base/attach.exp
9749 * gdb.base/auxv.exp
9750 * gdb.base/bang.exp
9751 * gdb.base/bfp-test.exp
9752 * gdb.base/bigcore.exp
9753 * gdb.base/bitfields2.exp
9754 * gdb.base/break-fun-addr.exp
9755 * gdb.base/break-probes.exp
9756 * gdb.base/call-rt-st.exp
9757 * gdb.base/callexit.exp
9758 * gdb.base/catch-fork-kill.exp
9759 * gdb.base/charset.exp
9760 * gdb.base/checkpoint.exp
9761 * gdb.base/comprdebug.exp
9762 * gdb.base/constvars.exp
9763 * gdb.base/coredump-filter.exp
9764 * gdb.base/cursal.exp
9765 * gdb.base/cvexpr.exp
9766 * gdb.base/detach.exp
9767 * gdb.base/display.exp
9768 * gdb.base/dmsym.exp
9769 * gdb.base/dprintf-pending.exp
9770 * gdb.base/dso2dso.exp
9771 * gdb.base/dtrace-probe.exp
9772 * gdb.base/dump.exp
9773 * gdb.base/enum_cond.exp
9774 * gdb.base/exe-lock.exp
9775 * gdb.base/exec-invalid-sysroot.exp
9776 * gdb.base/execl-update-breakpoints.exp
9777 * gdb.base/exprs.exp
9778 * gdb.base/fileio.exp
9779 * gdb.base/find.exp
9780 * gdb.base/finish.exp
9781 * gdb.base/fixsection.exp
9782 * gdb.base/foll-vfork.exp
9783 * gdb.base/frame-args.exp
9784 * gdb.base/gcore.exp
9785 * gdb.base/gdb1250.exp
9786 * gdb.base/global-var-nested-by-dso.exp
9787 * gdb.base/gnu-ifunc.exp
9788 * gdb.base/hashline1.exp
9789 * gdb.base/hashline2.exp
9790 * gdb.base/hashline3.exp
9791 * gdb.base/hbreak-in-shr-unsupported.exp
9792 * gdb.base/huge.exp
9793 * gdb.base/infcall-input.exp
9794 * gdb.base/info-fun.exp
9795 * gdb.base/info-shared.exp
9796 * gdb.base/jit-simple.exp
9797 * gdb.base/jit-so.exp
9798 * gdb.base/jit.exp
9799 * gdb.base/jump.exp
9800 * gdb.base/label.exp
9801 * gdb.base/lineinc.exp
9802 * gdb.base/logical.exp
9803 * gdb.base/longjmp.exp
9804 * gdb.base/macscp.exp
9805 * gdb.base/miscexprs.exp
9806 * gdb.base/new-ui-echo.exp
9807 * gdb.base/new-ui-pending-input.exp
9808 * gdb.base/new-ui.exp
9809 * gdb.base/nodebug.exp
9810 * gdb.base/nofield.exp
9811 * gdb.base/offsets.exp
9812 * gdb.base/overlays.exp
9813 * gdb.base/pending.exp
9814 * gdb.base/pointers.exp
9815 * gdb.base/pr11022.exp
9816 * gdb.base/printcmds.exp
9817 * gdb.base/prologue.exp
9818 * gdb.base/ptr-typedef.exp
9819 * gdb.base/realname-expand.exp
9820 * gdb.base/relativedebug.exp
9821 * gdb.base/relocate.exp
9822 * gdb.base/remote.exp
9823 * gdb.base/reread.exp
9824 * gdb.base/return2.exp
9825 * gdb.base/savedregs.exp
9826 * gdb.base/sep.exp
9827 * gdb.base/sepdebug.exp
9828 * gdb.base/sepsymtab.exp
9829 * gdb.base/set-inferior-tty.exp
9830 * gdb.base/setshow.exp
9831 * gdb.base/shlib-call.exp
9832 * gdb.base/sigaltstack.exp
9833 * gdb.base/siginfo-addr.exp
9834 * gdb.base/signals.exp
9835 * gdb.base/signull.exp
9836 * gdb.base/sigrepeat.exp
9837 * gdb.base/so-impl-ld.exp
9838 * gdb.base/solib-display.exp
9839 * gdb.base/solib-overlap.exp
9840 * gdb.base/solib-search.exp
9841 * gdb.base/solib-symbol.exp
9842 * gdb.base/structs.exp
9843 * gdb.base/structs2.exp
9844 * gdb.base/symtab-search-order.exp
9845 * gdb.base/twice.exp
9846 * gdb.base/unload.exp
9847 * gdb.base/varargs.exp
9848 * gdb.base/watchpoint-solib.exp
9849 * gdb.base/watchpoint.exp
9850 * gdb.base/whatis.exp
9851 * gdb.base/wrong_frame_bt_full.exp
9852 * gdb.btrace/dlopen.exp
9853 * gdb.cell/ea-standalone.exp
9854 * gdb.cell/ea-test.exp
9855 * gdb.cp/dispcxx.exp
9856 * gdb.cp/gdb2384.exp
9857 * gdb.cp/method2.exp
9858 * gdb.cp/nextoverthrow.exp
9859 * gdb.cp/pr10728.exp
9860 * gdb.disasm/am33.exp
9861 * gdb.disasm/h8300s.exp
9862 * gdb.disasm/mn10300.exp
9863 * gdb.disasm/sh3.exp
9864 * gdb.dwarf2/dw2-dir-file-name.exp
9865 * gdb.fortran/complex.exp
9866 * gdb.fortran/library-module.exp
9867 * gdb.guile/scm-pretty-print.exp
9868 * gdb.guile/scm-symbol.exp
9869 * gdb.guile/scm-type.exp
9870 * gdb.guile/scm-value.exp
9871 * gdb.linespec/linespec.exp
9872 * gdb.mi/gdb701.exp
9873 * gdb.mi/gdb792.exp
9874 * gdb.mi/mi-breakpoint-changed.exp
9875 * gdb.mi/mi-dprintf-pending.exp
9876 * gdb.mi/mi-dprintf.exp
9877 * gdb.mi/mi-exit-code.exp
9878 * gdb.mi/mi-pending.exp
9879 * gdb.mi/mi-solib.exp
9880 * gdb.mi/new-ui-mi-sync.exp
9881 * gdb.mi/pr11022.exp
9882 * gdb.mi/user-selected-context-sync.exp
9883 * gdb.opt/solib-intra-step.exp
9884 * gdb.python/py-events.exp
9885 * gdb.python/py-finish-breakpoint.exp
9886 * gdb.python/py-mi.exp
9887 * gdb.python/py-prettyprint.exp
9888 * gdb.python/py-shared.exp
9889 * gdb.python/py-symbol.exp
9890 * gdb.python/py-template.exp
9891 * gdb.python/py-type.exp
9892 * gdb.python/py-value.exp
9893 * gdb.reverse/solib-precsave.exp
9894 * gdb.reverse/solib-reverse.exp
9895 * gdb.server/solib-list.exp
9896 * gdb.stabs/weird.exp
9897 * gdb.threads/reconnect-signal.exp
9898 * gdb.threads/stepi-random-signal.exp
9899 * gdb.trace/actions.exp
9900 * gdb.trace/ax.exp
9901 * gdb.trace/backtrace.exp
9902 * gdb.trace/change-loc.exp
9903 * gdb.trace/deltrace.exp
9904 * gdb.trace/ftrace-lock.exp
9905 * gdb.trace/ftrace.exp
9906 * gdb.trace/infotrace.exp
9907 * gdb.trace/mi-tracepoint-changed.exp
9908 * gdb.trace/packetlen.exp
9909 * gdb.trace/passcount.exp
9910 * gdb.trace/pending.exp
9911 * gdb.trace/range-stepping.exp
9912 * gdb.trace/report.exp
9913 * gdb.trace/stap-trace.exp
9914 * gdb.trace/tfind.exp
9915 * gdb.trace/trace-break.exp
9916 * gdb.trace/trace-condition.exp
9917 * gdb.trace/trace-enable-disable.exp
9918 * gdb.trace/trace-mt.exp
9919 * gdb.trace/tracecmd.exp
9920 * gdb.trace/tspeed.exp
9921 * gdb.trace/tsv.exp
9922 * lib/perftest.exp
9923
9924 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
9925
9926 * gdb.cp/gdb2495.exp: Replace gdb_test_multiple
9927 with gdb_test_no_output.
9928 Use command as test name.
9929
9930 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
9931
9932 Fix test names starting with uppercase throughout the files.
9933
9934 * gdb.ada/assign_1.exp
9935 * gdb.ada/boolean_expr.exp
9936 * gdb.base/arrayidx.exp
9937 * gdb.base/del.exp
9938 * gdb.base/gcore-buffer-overflow.exp
9939 * gdb.base/testenv.exp
9940 * gdb.compile/compile.exp
9941 * gdb.python/py-framefilter-invalidarg.exp
9942 * gdb.python/py-framefilter.exp
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/array_return.exp
9949 * gdb.ada/expr_delims.exp
9950 * gdb.ada/mi_dyn_arr.exp
9951 * gdb.ada/mi_interface.exp
9952 * gdb.ada/mi_var_array.exp
9953 * gdb.ada/watch_arg.exp
9954 * gdb.arch/alpha-step.exp
9955 * gdb.arch/altivec-regs.exp
9956 * gdb.arch/e500-regs.exp
9957 * gdb.arch/powerpc-d128-regs.exp
9958 * gdb.base/arrayidx.exp
9959 * gdb.base/break.exp
9960 * gdb.base/checkpoint.exp
9961 * gdb.base/debug-expr.exp
9962 * gdb.base/dmsym.exp
9963 * gdb.base/radix.exp
9964 * gdb.base/sepdebug.exp
9965 * gdb.base/testenv.exp
9966 * gdb.base/watch_thread_num.exp
9967 * gdb.base/watchpoint-cond-gone.exp
9968 * gdb.cell/break.exp
9969 * gdb.cell/ea-cache.exp
9970 * gdb.compile/compile.exp
9971 * gdb.cp/gdb2495.exp
9972 * gdb.gdb/selftest.exp
9973 * gdb.gdb/xfullpath.exp
9974 * gdb.go/hello.exp
9975 * gdb.go/integers.exp
9976 * gdb.objc/basicclass.exp
9977 * gdb.pascal/hello.exp
9978 * gdb.pascal/integers.exp
9979 * gdb.python/py-breakpoint.exp
9980 * gdb.python/py-cmd.exp
9981 * gdb.python/py-linetable.exp
9982 * gdb.python/py-xmethods.exp
9983 * gdb.python/python.exp
9984 * gdb.reverse/consecutive-precsave.exp
9985 * gdb.reverse/finish-precsave.exp
9986 * gdb.reverse/i386-precsave.exp
9987 * gdb.reverse/machinestate-precsave.exp
9988 * gdb.reverse/sigall-precsave.exp
9989 * gdb.reverse/solib-precsave.exp
9990 * gdb.reverse/step-precsave.exp
9991 * gdb.reverse/until-precsave.exp
9992 * gdb.reverse/watch-precsave.exp
9993 * gdb.threads/leader-exit.exp
9994 * gdb.threads/pthreads.exp
9995 * gdb.threads/wp-replication.exp
9996 * gdb.trace/actions.exp
9997 * gdb.trace/mi-tsv-changed.exp
9998 * gdb.trace/tsv.exp
9999
10000 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
10001
10002 Fix test names starting with uppercase throughout the files.
10003
10004 * gdb.arch/i386-bp_permanent.exp
10005 * gdb.arch/i386-gnu-cfi.exp
10006 * gdb.base/disasm-end-cu.exp
10007 * gdb.base/macscp.exp
10008 * gdb.base/pending.exp
10009 * gdb.base/watch_thread_num.exp
10010 * gdb.cp/exception.exp
10011 * gdb.cp/gdb2495.exp
10012 * gdb.cp/local.exp
10013 * gdb.python/py-evsignal.exp
10014 * gdb.python/python.exp
10015 * gdb.trace/tracecmd.exp
10016
10017 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
10018
10019 Fix test names starting with uppercase throughout the files.
10020
10021 * gdb.base/charset.exp
10022 * gdb.base/eval.exp
10023 * gdb.base/multi-forks.exp
10024 * gdb.guile/scm-progspace.exp
10025 * gdb.opencl/datatypes.exp
10026 * gdb.python/py-block.exp
10027 * gdb.python/py-function.exp
10028 * gdb.python/py-symbol.exp
10029 * gdb.python/py-symtab.exp
10030 * gdb.python/py-xmethods.exp
10031 * gdb.reverse/break-precsave.exp
10032 * gdb.reverse/break-reverse.exp
10033 * gdb.reverse/consecutive-precsave.exp
10034 * gdb.reverse/consecutive-reverse.exp
10035 * gdb.reverse/finish-precsave.exp
10036 * gdb.reverse/finish-reverse-bkpt.exp
10037 * gdb.reverse/finish-reverse.exp
10038 * gdb.reverse/fstatat-reverse.exp
10039 * gdb.reverse/getresuid-reverse.exp
10040 * gdb.reverse/i386-precsave.exp
10041 * gdb.reverse/i386-reverse.exp
10042 * gdb.reverse/i386-sse-reverse.exp
10043 * gdb.reverse/i387-stack-reverse.exp
10044 * gdb.reverse/insn-reverse.exp
10045 * gdb.reverse/machinestate-precsave.exp
10046 * gdb.reverse/machinestate.exp
10047 * gdb.reverse/next-reverse-bkpt-over-sr.exp
10048 * gdb.reverse/pipe-reverse.exp
10049 * gdb.reverse/readv-reverse.exp
10050 * gdb.reverse/recvmsg-reverse.exp
10051 * gdb.reverse/rerun-prec.exp
10052 * gdb.reverse/s390-mvcle.exp
10053 * gdb.reverse/sigall-precsave.exp
10054 * gdb.reverse/sigall-reverse.exp
10055 * gdb.reverse/solib-precsave.exp
10056 * gdb.reverse/solib-reverse.exp
10057 * gdb.reverse/step-precsave.exp
10058 * gdb.reverse/step-reverse.exp
10059 * gdb.reverse/time-reverse.exp
10060 * gdb.reverse/until-precsave.exp
10061 * gdb.reverse/until-reverse.exp
10062 * gdb.reverse/waitpid-reverse.exp
10063 * gdb.reverse/watch-precsave.exp
10064 * gdb.reverse/watch-reverse.exp
10065
10066 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
10067
10068 Fix test names starting with uppercase throughout the files.
10069
10070 * gdb.arch/i386-mpx-simple_segv.exp
10071 * gdb.arch/i386-mpx.exp
10072 * gdb.arch/i386-permbkpt.exp
10073 * gdb.arch/pa-nullify.exp
10074 * gdb.arch/powerpc-d128-regs.exp
10075 * gdb.arch/vsx-regs.exp
10076 * gdb.base/bfp-test.exp
10077 * gdb.base/break.exp
10078 * gdb.base/breakpoint-shadow.exp
10079 * gdb.base/callfuncs.exp
10080 * gdb.base/charset.exp
10081 * gdb.base/commands.exp
10082 * gdb.base/completion.exp
10083 * gdb.base/dfp-test.exp
10084 * gdb.base/echo.exp
10085 * gdb.base/ending-run.exp
10086 * gdb.base/eval.exp
10087 * gdb.base/expand-psymtabs.exp
10088 * gdb.base/float128.exp
10089 * gdb.base/floatn.exp
10090 * gdb.base/foll-exec-mode.exp
10091 * gdb.base/gdb1056.exp
10092 * gdb.base/gdb11531.exp
10093 * gdb.base/kill-after-signal.exp
10094 * gdb.base/multi-forks.exp
10095 * gdb.base/overlays.exp
10096 * gdb.base/pending.exp
10097 * gdb.base/sepdebug.exp
10098 * gdb.base/testenv.exp
10099 * gdb.base/valgrind-db-attach.exp
10100 * gdb.base/watch_thread_num.exp
10101 * gdb.base/watchpoint-cond-gone.exp
10102 * gdb.base/watchpoint.exp
10103 * gdb.base/watchpoints.exp
10104 * gdb.cp/arg-reference.exp
10105 * gdb.cp/baseenum.exp
10106 * gdb.cp/operator.exp
10107 * gdb.cp/shadow.exp
10108 * gdb.dwarf2/dw2-op-out-param.exp
10109 * gdb.dwarf2/dw2-reg-undefined.exp
10110 * gdb.go/chan.exp
10111 * gdb.go/hello.exp
10112 * gdb.go/integers.exp
10113 * gdb.go/methods.exp
10114 * gdb.go/package.exp
10115 * gdb.guile/scm-parameter.exp
10116 * gdb.guile/scm-progspace.exp
10117 * gdb.guile/scm-value.exp
10118 * gdb.mi/mi-pending.exp
10119 * gdb.mi/user-selected-context-sync.exp
10120 * gdb.multi/multi-attach.exp
10121 * gdb.multi/tids.exp
10122 * gdb.opt/clobbered-registers-O2.exp
10123 * gdb.pascal/floats.exp
10124 * gdb.pascal/integers.exp
10125 * gdb.python/py-block.exp
10126 * gdb.python/py-events.exp
10127 * gdb.python/py-parameter.exp
10128 * gdb.python/py-symbol.exp
10129 * gdb.python/py-symtab.exp
10130 * gdb.python/py-type.exp
10131 * gdb.python/py-value.exp
10132 * gdb.python/py-xmethods.exp
10133 * gdb.python/python.exp
10134 * gdb.reverse/break-precsave.exp
10135 * gdb.reverse/consecutive-precsave.exp
10136 * gdb.reverse/finish-precsave.exp
10137 * gdb.reverse/i386-precsave.exp
10138 * gdb.reverse/machinestate-precsave.exp
10139 * gdb.reverse/sigall-precsave.exp
10140 * gdb.reverse/solib-precsave.exp
10141 * gdb.reverse/step-precsave.exp
10142 * gdb.reverse/until-precsave.exp
10143 * gdb.reverse/watch-precsave.exp
10144 * gdb.server/ext-attach.exp
10145 * gdb.server/ext-restart.exp
10146 * gdb.server/ext-run.exp
10147 * gdb.server/ext-wrapper.exp
10148 * gdb.stabs/gdb11479.exp
10149 * gdb.stabs/weird.exp
10150 * gdb.threads/attach-many-short-lived-threads.exp
10151 * gdb.threads/kill.exp
10152 * gdb.threads/watchpoint-fork.exp
10153
10154 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
10155
10156 Fix test names starting with uppercase throughout all the files below.
10157
10158 * gdb.ada/array_return.exp
10159 * gdb.ada/catch_ex.exp
10160 * gdb.ada/info_exc.exp
10161 * gdb.ada/mi_catch_ex.exp
10162 * gdb.ada/mi_dyn_arr.exp
10163 * gdb.ada/mi_ex_cond.exp
10164 * gdb.ada/mi_exc_info.exp
10165 * gdb.ada/mi_interface.exp
10166 * gdb.ada/mi_task_arg.exp
10167 * gdb.ada/mi_task_info.exp
10168 * gdb.ada/mi_var_array.exp
10169 * gdb.arch/alpha-step.exp
10170 * gdb.arch/amd64-disp-step.exp
10171 * gdb.arch/arm-disp-step.exp
10172 * gdb.arch/disp-step-insn-reloc.exp
10173 * gdb.arch/e500-prologue.exp
10174 * gdb.arch/ftrace-insn-reloc.exp
10175 * gdb.arch/gdb1558.exp
10176 * gdb.arch/i386-bp_permanent.exp
10177 * gdb.arch/i386-disp-step.exp
10178 * gdb.arch/i386-float.exp
10179 * gdb.arch/i386-gnu-cfi.exp
10180 * gdb.arch/ia64-breakpoint-shadow.exp
10181 * gdb.arch/mips16-thunks.exp
10182 * gdb.arch/pa-nullify.exp
10183 * gdb.arch/powerpc-aix-prologue.exp
10184 * gdb.arch/powerpc-power.exp
10185 * gdb.arch/ppc-dfp.exp
10186 * gdb.arch/s390-tdbregs.exp
10187 * gdb.arch/spu-info.exp
10188 * gdb.arch/spu-ls.exp
10189 * gdb.arch/thumb-bx-pc.exp
10190 * gdb.base/advance.exp
10191 * gdb.base/annota-input-while-running.exp
10192 * gdb.base/arrayidx.exp
10193 * gdb.base/asmlabel.exp
10194 * gdb.base/async.exp
10195 * gdb.base/attach-wait-input.exp
10196 * gdb.base/auto-connect-native-target.exp
10197 * gdb.base/batch-preserve-term-settings.exp
10198 * gdb.base/bfp-test.exp
10199 * gdb.base/bigcore.exp
10200 * gdb.base/bp-permanent.exp
10201 * gdb.base/break-always.exp
10202 * gdb.base/break-fun-addr.exp
10203 * gdb.base/break-idempotent.exp
10204 * gdb.base/break-main-file-remove-fail.exp
10205 * gdb.base/break-probes.exp
10206 * gdb.base/break-unload-file.exp
10207 * gdb.base/break.exp
10208 * gdb.base/call-ar-st.exp
10209 * gdb.base/call-rt-st.exp
10210 * gdb.base/call-sc.exp
10211 * gdb.base/call-signal-resume.exp
10212 * gdb.base/call-strs.exp
10213 * gdb.base/callexit.exp
10214 * gdb.base/callfuncs.exp
10215 * gdb.base/catch-gdb-caused-signals.exp
10216 * gdb.base/catch-signal-siginfo-cond.exp
10217 * gdb.base/catch-syscall.exp
10218 * gdb.base/compare-sections.exp
10219 * gdb.base/cond-eval-mode.exp
10220 * gdb.base/condbreak-call-false.exp
10221 * gdb.base/consecutive-step-over.exp
10222 * gdb.base/cursal.exp
10223 * gdb.base/disabled-location.exp
10224 * gdb.base/disasm-end-cu.exp
10225 * gdb.base/display.exp
10226 * gdb.base/double-prompt-target-event-error.exp
10227 * gdb.base/dprintf-bp-same-addr.exp
10228 * gdb.base/dprintf-detach.exp
10229 * gdb.base/dprintf-next.exp
10230 * gdb.base/dprintf-non-stop.exp
10231 * gdb.base/dprintf-pending.exp
10232 * gdb.base/dso2dso.exp
10233 * gdb.base/ending-run.exp
10234 * gdb.base/enum_cond.exp
10235 * gdb.base/examine-backward.exp
10236 * gdb.base/exe-lock.exp
10237 * gdb.base/exec-invalid-sysroot.exp
10238 * gdb.base/execl-update-breakpoints.exp
10239 * gdb.base/execution-termios.exp
10240 * gdb.base/fileio.exp
10241 * gdb.base/fixsection.exp
10242 * gdb.base/foll-exec-mode.exp
10243 * gdb.base/foll-exec.exp
10244 * gdb.base/fork-running-state.exp
10245 * gdb.base/frame-args.exp
10246 * gdb.base/fullpath-expand.exp
10247 * gdb.base/func-ptr.exp
10248 * gdb.base/gcore-relro-pie.exp
10249 * gdb.base/gdb1090.exp
10250 * gdb.base/gdb1555.exp
10251 * gdb.base/global-var-nested-by-dso.exp
10252 * gdb.base/gnu-ifunc.exp
10253 * gdb.base/hbreak-in-shr-unsupported.exp
10254 * gdb.base/hbreak-unmapped.exp
10255 * gdb.base/hook-stop.exp
10256 * gdb.base/infcall-input.exp
10257 * gdb.base/info-fun.exp
10258 * gdb.base/info-shared.exp
10259 * gdb.base/interrupt-noterm.exp
10260 * gdb.base/jit-so.exp
10261 * gdb.base/jit.exp
10262 * gdb.base/line-symtabs.exp
10263 * gdb.base/list.exp
10264 * gdb.base/longjmp.exp
10265 * gdb.base/macscp.exp
10266 * gdb.base/max-value-size.exp
10267 * gdb.base/nodebug.exp
10268 * gdb.base/nofield.exp
10269 * gdb.base/overlays.exp
10270 * gdb.base/paginate-after-ctrl-c-running.exp
10271 * gdb.base/paginate-bg-execution.exp
10272 * gdb.base/paginate-inferior-exit.exp
10273 * gdb.base/pending.exp
10274 * gdb.base/pr11022.exp
10275 * gdb.base/printcmds.exp
10276 * gdb.base/ptr-typedef.exp
10277 * gdb.base/ptype.exp
10278 * gdb.base/randomize.exp
10279 * gdb.base/range-stepping.exp
10280 * gdb.base/realname-expand.exp
10281 * gdb.base/relativedebug.exp
10282 * gdb.base/remote.exp
10283 * gdb.base/savedregs.exp
10284 * gdb.base/sepdebug.exp
10285 * gdb.base/set-noassign.exp
10286 * gdb.base/shlib-call.exp
10287 * gdb.base/shreloc.exp
10288 * gdb.base/sigaltstack.exp
10289 * gdb.base/sigbpt.exp
10290 * gdb.base/siginfo-addr.exp
10291 * gdb.base/siginfo-obj.exp
10292 * gdb.base/siginfo-thread.exp
10293 * gdb.base/signest.exp
10294 * gdb.base/signull.exp
10295 * gdb.base/sigrepeat.exp
10296 * gdb.base/skip.exp
10297 * gdb.base/so-impl-ld.exp
10298 * gdb.base/solib-corrupted.exp
10299 * gdb.base/solib-disc.exp
10300 * gdb.base/solib-display.exp
10301 * gdb.base/solib-overlap.exp
10302 * gdb.base/solib-search.exp
10303 * gdb.base/solib-symbol.exp
10304 * gdb.base/source-execution.exp
10305 * gdb.base/sss-bp-on-user-bp-2.exp
10306 * gdb.base/sss-bp-on-user-bp.exp
10307 * gdb.base/stack-checking.exp
10308 * gdb.base/stale-infcall.exp
10309 * gdb.base/step-break.exp
10310 * gdb.base/step-line.exp
10311 * gdb.base/step-over-exit.exp
10312 * gdb.base/step-test.exp
10313 * gdb.base/structs.exp
10314 * gdb.base/sym-file.exp
10315 * gdb.base/symtab-search-order.exp
10316 * gdb.base/term.exp
10317 * gdb.base/type-opaque.exp
10318 * gdb.base/unload.exp
10319 * gdb.base/until-nodebug.exp
10320 * gdb.base/until.exp
10321 * gdb.base/unwindonsignal.exp
10322 * gdb.base/watch-cond.exp
10323 * gdb.base/watch-non-mem.exp
10324 * gdb.base/watch_thread_num.exp
10325 * gdb.base/watchpoint-reuse-slot.exp
10326 * gdb.base/watchpoint-solib.exp
10327 * gdb.base/watchpoint.exp
10328 * gdb.btrace/dlopen.exp
10329 * gdb.cell/arch.exp
10330 * gdb.cell/break.exp
10331 * gdb.cell/bt.exp
10332 * gdb.cell/core.exp
10333 * gdb.cell/data.exp
10334 * gdb.cell/dwarfaddr.exp
10335 * gdb.cell/ea-cache.exp
10336 * gdb.cell/ea-standalone.exp
10337 * gdb.cell/ea-test.exp
10338 * gdb.cell/f-regs.exp
10339 * gdb.cell/fork.exp
10340 * gdb.cell/gcore.exp
10341 * gdb.cell/mem-access.exp
10342 * gdb.cell/ptype.exp
10343 * gdb.cell/registers.exp
10344 * gdb.cell/sizeof.exp
10345 * gdb.cell/solib-symbol.exp
10346 * gdb.cell/solib.exp
10347 * gdb.compile/compile-tls.exp
10348 * gdb.cp/exception.exp
10349 * gdb.cp/gdb2495.exp
10350 * gdb.cp/local.exp
10351 * gdb.cp/mb-inline.exp
10352 * gdb.cp/mb-templates.exp
10353 * gdb.cp/pr10687.exp
10354 * gdb.cp/pr9167.exp
10355 * gdb.cp/scope-err.exp
10356 * gdb.cp/templates.exp
10357 * gdb.cp/virtfunc.exp
10358 * gdb.dwarf2/dw2-dir-file-name.exp
10359 * gdb.dwarf2/dw2-single-line-discriminators.exp
10360 * gdb.fortran/complex.exp
10361 * gdb.fortran/library-module.exp
10362 * gdb.guile/guile.exp
10363 * gdb.guile/scm-cmd.exp
10364 * gdb.guile/scm-frame-inline.exp
10365 * gdb.guile/scm-objfile.exp
10366 * gdb.guile/scm-pretty-print.exp
10367 * gdb.guile/scm-symbol.exp
10368 * gdb.guile/scm-type.exp
10369 * gdb.guile/scm-value.exp
10370 * gdb.linespec/keywords.exp
10371 * gdb.linespec/ls-errs.exp
10372 * gdb.linespec/macro-relative.exp
10373 * gdb.linespec/thread.exp
10374 * gdb.mi/mi-breakpoint-changed.exp
10375 * gdb.mi/mi-dprintf-pending.exp
10376 * gdb.mi/mi-fullname-deleted.exp
10377 * gdb.mi/mi-logging.exp
10378 * gdb.mi/mi-pending.exp
10379 * gdb.mi/mi-solib.exp
10380 * gdb.mi/new-ui-mi-sync.exp
10381 * gdb.mi/user-selected-context-sync.exp
10382 * gdb.multi/dummy-frame-restore.exp
10383 * gdb.multi/multi-arch-exec.exp
10384 * gdb.multi/remove-inferiors.exp
10385 * gdb.multi/watchpoint-multi-exit.exp
10386 * gdb.opt/solib-intra-step.exp
10387 * gdb.perf/backtrace.exp
10388 * gdb.perf/single-step.exp
10389 * gdb.perf/skip-command.exp
10390 * gdb.perf/skip-prologue.exp
10391 * gdb.perf/solib.exp
10392 * gdb.python/lib-types.exp
10393 * gdb.python/py-as-string.exp
10394 * gdb.python/py-bad-printers.exp
10395 * gdb.python/py-block.exp
10396 * gdb.python/py-breakpoint.exp
10397 * gdb.python/py-cmd.exp
10398 * gdb.python/py-events.exp
10399 * gdb.python/py-evthreads.exp
10400 * gdb.python/py-finish-breakpoint.exp
10401 * gdb.python/py-finish-breakpoint2.exp
10402 * gdb.python/py-frame-inline.exp
10403 * gdb.python/py-frame.exp
10404 * gdb.python/py-inferior.exp
10405 * gdb.python/py-infthread.exp
10406 * gdb.python/py-mi.exp
10407 * gdb.python/py-objfile.exp
10408 * gdb.python/py-pp-maint.exp
10409 * gdb.python/py-pp-registration.exp
10410 * gdb.python/py-prettyprint.exp
10411 * gdb.python/py-recurse-unwind.exp
10412 * gdb.python/py-shared.exp
10413 * gdb.python/py-symbol.exp
10414 * gdb.python/py-symtab.exp
10415 * gdb.python/py-template.exp
10416 * gdb.python/py-type.exp
10417 * gdb.python/py-unwind-maint.exp
10418 * gdb.python/py-unwind.exp
10419 * gdb.python/py-value.exp
10420 * gdb.python/python.exp
10421 * gdb.reverse/finish-reverse-bkpt.exp
10422 * gdb.reverse/insn-reverse.exp
10423 * gdb.reverse/next-reverse-bkpt-over-sr.exp
10424 * gdb.reverse/solib-precsave.exp
10425 * gdb.reverse/solib-reverse.exp
10426 * gdb.stabs/gdb11479.exp
10427 * gdb.stabs/weird.exp
10428 * gdb.threads/fork-child-threads.exp
10429 * gdb.threads/fork-plus-threads.exp
10430 * gdb.threads/fork-thread-pending.exp
10431 * gdb.threads/forking-threads-plus-breakpoint.exp
10432 * gdb.threads/hand-call-in-threads.exp
10433 * gdb.threads/interrupted-hand-call.exp
10434 * gdb.threads/linux-dp.exp
10435 * gdb.threads/local-watch-wrong-thread.exp
10436 * gdb.threads/next-while-other-thread-longjmps.exp
10437 * gdb.threads/non-ldr-exit.exp
10438 * gdb.threads/pending-step.exp
10439 * gdb.threads/print-threads.exp
10440 * gdb.threads/process-dies-while-detaching.exp
10441 * gdb.threads/process-dies-while-handling-bp.exp
10442 * gdb.threads/pthreads.exp
10443 * gdb.threads/queue-signal.exp
10444 * gdb.threads/reconnect-signal.exp
10445 * gdb.threads/signal-command-handle-nopass.exp
10446 * gdb.threads/signal-command-multiple-signals-pending.exp
10447 * gdb.threads/signal-delivered-right-thread.exp
10448 * gdb.threads/signal-sigtrap.exp
10449 * gdb.threads/sigthread.exp
10450 * gdb.threads/staticthreads.exp
10451 * gdb.threads/stepi-random-signal.exp
10452 * gdb.threads/thread-unwindonsignal.exp
10453 * gdb.threads/thread_check.exp
10454 * gdb.threads/thread_events.exp
10455 * gdb.threads/tid-reuse.exp
10456 * gdb.threads/tls-nodebug.exp
10457 * gdb.threads/tls-shared.exp
10458 * gdb.threads/tls-so_extern.exp
10459 * gdb.threads/tls.exp
10460 * gdb.threads/wp-replication.exp
10461 * gdb.trace/actions-changed.exp
10462 * gdb.trace/actions.exp
10463 * gdb.trace/backtrace.exp
10464 * gdb.trace/change-loc.exp
10465 * gdb.trace/collection.exp
10466 * gdb.trace/deltrace.exp
10467 * gdb.trace/disconnected-tracing.exp
10468 * gdb.trace/entry-values.exp
10469 * gdb.trace/ftrace-lock.exp
10470 * gdb.trace/ftrace.exp
10471 * gdb.trace/infotrace.exp
10472 * gdb.trace/mi-trace-frame-collected.exp
10473 * gdb.trace/mi-trace-unavailable.exp
10474 * gdb.trace/mi-traceframe-changed.exp
10475 * gdb.trace/mi-tracepoint-changed.exp
10476 * gdb.trace/mi-tsv-changed.exp
10477 * gdb.trace/no-attach-trace.exp
10478 * gdb.trace/packetlen.exp
10479 * gdb.trace/passc-dyn.exp
10480 * gdb.trace/passcount.exp
10481 * gdb.trace/pending.exp
10482 * gdb.trace/pr16508.exp
10483 * gdb.trace/qtro.exp
10484 * gdb.trace/range-stepping.exp
10485 * gdb.trace/read-memory.exp
10486 * gdb.trace/report.exp
10487 * gdb.trace/save-trace.exp
10488 * gdb.trace/signal.exp
10489 * gdb.trace/stap-trace.exp
10490 * gdb.trace/status-stop.exp
10491 * gdb.trace/strace.exp
10492 * gdb.trace/tfile.exp
10493 * gdb.trace/tfind.exp
10494 * gdb.trace/trace-break.exp
10495 * gdb.trace/trace-condition.exp
10496 * gdb.trace/trace-enable-disable.exp
10497 * gdb.trace/trace-mt.exp
10498 * gdb.trace/tracecmd.exp
10499 * gdb.trace/tracefile-pseudo-reg.exp
10500 * gdb.trace/tspeed.exp
10501 * gdb.trace/tstatus.exp
10502 * gdb.trace/tsv.exp
10503 * gdb.trace/unavailable.exp
10504 * gdb.trace/while-dyn.exp
10505 * gdb.trace/while-stepping.exp
10506 * lib/gdb-guile.exp
10507 * lib/gdb.exp
10508 * lib/mi-support.exp
10509 * lib/pascal.exp
10510 * lib/perftest.exp
10511 * lib/prelink-support.exp
10512 * lib/selftest-support.exp
10513
10514 2016-11-30 Simon Marchi <simon.marchi@polymtl.ca>
10515
10516 * Makefile.in: Include disable-implicit-rules.mk.
10517
10518 2016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
10519
10520 * gdb.dwarf2/nonvar-access.exp: Add a test for accessing
10521 non-byte-aligned bit fields.
10522
10523 2016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
10524
10525 PR gdb/12616
10526 * gdb.dwarf2/nonvar-access.exp: New testcase. Check that GDB
10527 respects the DW_AT_data_bit_offset attribute.
10528
10529 2016-11-22 Simon Marchi <simon.marchi@polymtl.ca>
10530
10531 * gdb.base/default.exp: Fix output of "set language".
10532
10533 2016-11-17 Simon Marchi <simon.marchi@polymtl.ca>
10534
10535 * Makefile.in: Remove @GMAKE_TRUE@ prefixes and removes lines
10536 prefixed with @GMAKE_FALSE@. Update comment related to non-GNU
10537 make.
10538 * configure.ac: Remove checks for the make program.
10539 * configure: Re-generate.
10540
10541 2016-11-16 Kevin Buettner <kevinb@redhat.com>
10542
10543 * gdb.python/py-recurse-unwind.c (main): Add loop.
10544 * gdb.python/py-recurse-unwind.py (TestUnwinder): Add calls
10545 to read_register() and gdb.parse_and_eval(). Make each code
10546 call a separate case that can be individually tested.
10547 * gdb.python/py-recurse-unwind.exp (cont_and_backtrace): New
10548 proc. Call cont_and_backtrace for each of the code paths that
10549 we want to test in the unwinder.
10550
10551 2016-11-15 Andreas Arnez <arnez@linux.vnet.ibm.com>
10552
10553 * gdb.dwarf2/bitfield-parent-optimized-out.exp: Fix DWARF code for
10554 the definition of struct S.
10555
10556 2016-11-11 Catherine Moore <clm@codesourcery.com>
10557
10558 * gdb.base/dump.exp: Identify verilog format dump tests as such.
10559
10560 2016-11-09 Pedro Alves <palves@redhat.com>
10561
10562 * gdb.base/commands.exp (runto_or_return): New procedure.
10563 (gdbvar_simple_if_test, gdbvar_simple_while_test)
10564 (gdbvar_complex_if_while_test, progvar_simple_if_test)
10565 (progvar_simple_while_test, progvar_complex_if_while_test)
10566 (if_while_breakpoint_command_test)
10567 (infrun_breakpoint_command_test, breakpoint_command_test)
10568 (user_defined_command_test, watchpoint_command_test)
10569 (test_command_prompt_position, redefine_hook_test)
10570 (stray_arg0_test, error_clears_commands_left, redefine_hook_test)
10571 (redefine_backtrace_test): Use runto_or_return, $valnum_re,
10572 multi_line_input and multi_line. Remove gdb_expect and
10573 gdb_stop_suppressing_tests uses.
10574 * lib/gdb.exp (valnum_re): New global.
10575 (multi_line_input): New procedure.
10576
10577 2016-11-09 Simon Marchi <simon.marchi@polymtl.ca>
10578
10579 * gdb.mi/user-selected-context-sync.exp (with_test_prefix_procname):
10580 Remove.
10581 (test_setup): Define with proc_with_prefix.
10582 (test_cli_inferior): Likewise.
10583 (test_cli_thread): Likewise.
10584 (test_cli_frame): Likewise.
10585 (test_cli_select_frame): Likewise.
10586 (test_cli_up_down): Likewise.
10587 (test_mi_thread_select): Likewise.
10588 (test_mi_stack_select_frame): Likewise.
10589 (test_cli_in_mi_inferior): Likewise.
10590 (test_cli_in_mi_thread): Likewise.
10591 (test_cli_in_mi_frame): Likewise.
10592 (top level): Do not use with_test_prefix_procname.
10593
10594 2016-11-09 Pedro Alves <palves@redhat.com>
10595
10596 * gdb.base/commands.exp (gdbvar_simple_if_test)
10597 (gdbvar_simple_while_test, gdbvar_complex_if_while_test)
10598 (progvar_simple_if_test, progvar_simple_while_test)
10599 (progvar_complex_if_while_test, if_while_breakpoint_command_test)
10600 (infrun_breakpoint_command_test, breakpoint_command_test)
10601 (user_defined_command_test, watchpoint_command_test)
10602 (test_command_prompt_position, deprecated_command_test)
10603 (bp_deleted_in_command, temporary_breakpoint_commands)
10604 (stray_arg0_test, source_file_with_indented_comment)
10605 (recursive_source_test, if_commands_test)
10606 (error_clears_commands_left, redefine_hook_test)
10607 (redefine_backtrace_test): Use proc_with_prefix.
10608 * lib/gdb.exp (proc_with_prefix): New proc.
10609
10610 2016-11-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
10611
10612 * gdb.base/tui-layout.c: New file.
10613 * gdb.base/tui-layout.exp: Use tui-layout.c, to ensure that the
10614 disassembly window contains very long lines.
10615
10616 2016-11-08 Tom Tromey <tom@tromey.com>
10617
10618 * gdb.python/py-value.exp (test_value_creation): Make "long" test
10619 depend on Python 2.
10620
10621 2016-11-08 Tom Tromey <tom@tromey.com>
10622
10623 * gdb.python/py-framefilter.py (ElidingFrameDecorator.address):
10624 New method.
10625
10626 2016-10-29 Manish Goregaokar <manish@mozilla.com>
10627
10628 * gdb.rust/simple.exp: Add tests for `sizeof(expr)`.
10629
10630 2016-10-27 Manish Goregaokar <manish@mozilla.com>
10631
10632 * gdb.rust/simple.rs: Add test for univariant enums without
10633 discriminants and for encoded struct-like enums.
10634
10635 2016-10-28 Pedro Alves <palves@redhat.com>
10636
10637 * gdb.base/maint.exp <maint info line-table w/o a file name>: Use
10638 gdb_test_multiple, tighten regexps and match symtabs and line
10639 tables incrementally.
10640
10641 2016-10-28 Luis Machado <lgustavo@codesourcery.com>
10642
10643 * gdb.base/foll-exec.exp (do_exec_tests): Make test pattern more
10644 general.
10645
10646 2016-10-25 Luis Machado <lgustavo@codesourcery.com>
10647
10648 * gdb.base/exec-invalid-sysroot.exp: New file.
10649
10650 2016-10-24 Jan Kratochvil <jan.kratochvil@redhat.com>
10651
10652 * gdb.base/morestack.exp: Try to build it using -fuse-ld=gold first.
10653
10654 2016-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
10655
10656 * lib/gdb.exp (get_compiler_info): Generalize gcc_compile regexp.
10657
10658 2016-10-19 Maciej W. Rozycki <macro@imgtec.com>
10659
10660 * gdb.base/killed-outside.exp: Remove $options from a call to
10661 `prepare_for_testing'.
10662
10663 2016-10-17 Simon Marchi <simon.marchi@ericsson.com>
10664
10665 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
10666 Change test message.
10667
10668 2016-10-17 Simon Marchi <simon.marchi@ericsson.com>
10669
10670 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
10671 Update comment.
10672
10673 2016-10-17 Simon Marchi <simon.marchi@ericsson.com>
10674
10675 * gdb.trace/mi-trace-save.exp: New file.
10676
10677 2016-10-13 Yao Qi <yao.qi@linaro.org>
10678
10679 * gdb.base/code_elim.exp (get_var_address): Remove.
10680 * gdb.base/relocate.exp: Likewise.
10681 * gdb.base/shreloc.exp: Likewise.
10682 * lib/gdb.exp (get_var_address): New.
10683
10684 2016-10-13 Yao Qi <yao.qi@linaro.org>
10685
10686 * gdb.base/structs.exp: Invoke gdb_skip_float_test, and do
10687 floating point tests if $skip_float_test is false.
10688
10689 2016-10-12 Luis Machado <lgustavo@codesourcery.com>
10690
10691 * gdb.python/py-value.c (main): Check if argv is NULL before using it.
10692 * gdb.python/py-value.exp (test_value_in_inferior): Don't use hardcoded
10693 argc values.
10694 Add 1 to argc so we guarantee distinct initial/modified argc values.
10695
10696 2016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
10697
10698 * gdb.arch/powerpc-prologue.c (optimized_1): New declaration.
10699
10700 2016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
10701
10702 * gdb.arch/powerpc-prologue.exp: Use standard_output_file
10703 * gdb.arch/ppc64-symtab-cordic.exp: Likewise.
10704 * gdb.arch/vsx-regs.exp: Likewise.
10705
10706 2016-10-07 Yao Qi <yao.qi@linaro.org>
10707
10708 * gdb.xml/tdesc-regs.exp: Set regdir to "arm/".
10709
10710 2016-10-07 Markus Metzger <markus.t.metzger@intel.com>
10711
10712 * gdb.python/python.exp: Test decode_line("*0").
10713
10714 2016-10-06 Doug Evans <dje@google.com>
10715
10716 * gdb.python/py-value.exp (test_value_creation): Add test for large
10717 unsigned 64-bit value.
10718
10719 2016-10-06 Tom Tromey <tom@tromey.com>
10720
10721 * gdb.compile/compile.exp: Change java tests to rust.
10722 * gdb.base/setshow.exp: Change java tests to rust.
10723 * gdb.base/default.exp: Remove java from language list.
10724 * README (Examples): Update language example.
10725 * gdb.python/py-lookup-type.exp (test_lookup_type): Remove java
10726 test.
10727 * lib/gdb.exp (skip_java_tests): Remove.
10728 * lib/java.exp: Remove.
10729 * gdb.java: Remove.
10730
10731 2016-10-06 Maciej W. Rozycki <macro@imgtec.com>
10732
10733 * gdb.arch/mips-fcr.exp: New test.
10734 * gdb.arch/mips-fcr.c: Source for the new test.
10735
10736 2016-10-06 Maciej W. Rozycki <macro@imgtec.com>
10737
10738 * gdb.base/solib-disc.exp: Use `standard_output_file'
10739 throughout.
10740
10741 2016-10-06 Pedro Alves <palves@redhat.com>
10742
10743 * gdb.base/jit-simple-dl.c: New file.
10744 * gdb.base/jit-simple-jit.c: New file, factored out from ...
10745 * gdb.base/jit-simple.c: ... this.
10746 * gdb.base/jit-simple.exp (jit_run): Delete.
10747 (build_jit): New proc.
10748 (jit_test_reread): Recompile either the main program or the shared
10749 library, depending on what is being tested. Skip changing address
10750 if caller wants to. Compare before/after addresses. If testing
10751 standalone, explicitly load the binary. Test "maint info
10752 breakpoints".
10753 (top level): Add "standalone vs shared lib" and "change address"
10754 vs "same address" axes.
10755
10756 2016-10-06 Pedro Alves <palves@redhat.com>
10757
10758 * gdb.base/jit-simple.exp (top level) Delete get_compiler_info
10759 call.
10760 (jit_run): Delete.
10761 (jit_test_reread): Use with_test_prefix. Reload the main binary
10762 explicitly. Compare the before/after addresses of the JIT
10763 descriptor.
10764
10765 2016-08-15 Doug Evans <dje@google.com>
10766
10767 * gdb.xml/extra-regs.xml: Update, end field now required, default type
10768 for single bitfields is bool.
10769 * gdb.xml/tdesc-regs.exp: Ditto.
10770
10771 2016-10-05 Jan Kratochvil <jan.kratochvil@redhat.com>
10772
10773 * gdb.arch/i386-signal.exp (backtrace 10): Fix #2 typo.
10774
10775 2016-10-05 Yao Qi <yao.qi@linaro.org>
10776
10777 * lib/gdb.exp (support_complex_tests): Return zero if
10778 gdb_skip_float_test return true.
10779
10780 2016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
10781 Simon Marchi <simon.marchi@ericsson.com>
10782
10783 PR gdb/20487
10784 * gdb.mi/user-selected-context-sync.exp: New file.
10785 * gdb.mi/user-selected-context-sync.c: New file.
10786
10787 2016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
10788 Simon Marchi <simon.marchi@ericsson.com>
10789
10790 PR gdb/20487
10791 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Adapt
10792 =thread-select-event check.
10793
10794 2016-09-29 Peter Bergner <bergner@vnet.ibm.com>
10795
10796 * gdb.arch/powerpc-power.exp <cmprb>: Update tests to account for
10797 the compulsory L operand changes.
10798 * gdb.arch/powerpc-power.s: Likewise.
10799
10800 2016-09-29 Jan Kratochvil <jan.kratochvil@redhat.com>
10801
10802 PR gdb/20609 - attach of JIT-debug-enabled inf 7.11.1 regression
10803 * gdb.base/jit-attach-pie.c: New file.
10804 * gdb.base/jit-attach-pie.exp: New file.
10805
10806 2016-09-28 Pedro Alves <palves@redhat.com>
10807
10808 * gdb.base/infcall-input.c: New file.
10809 * gdb.base/infcall-input.exp: New file.
10810
10811 2016-09-22 Yao Qi <yao.qi@linaro.org>
10812
10813 * lib/gdbserver-support.exp: Rename mi_gdb_exit.
10814 (gdb_exit): Rename it to ...
10815 (gdbserver_gdb_exit): ... Close GDBserver.
10816 (gdb_exit): New proc, call gdbserver_gdb_exit.
10817 (mi_gdb_exit): Likewise.
10818
10819 2016-09-22 Yao Qi <yao.qi@linaro.org>
10820
10821 * boards/gdbserver-base.exp (gdb_server_prog): Set the absolute
10822 path.
10823 * boards/remote-gdbserver-on-localhost.exp: Use gdbserver-base.
10824 Remove duplication.
10825
10826 2016-09-22 Yao Qi <yao.qi@linaro.org>
10827
10828 * lib/gdbserver-support.exp: Check the existence of
10829 gdbserver_orig_gdb_exit rather than gdbserver_gdb_exit.
10830
10831 2016-09-21 Anton Kolesov <anton.kolesov@synopsys.com>
10832
10833 * gdb.xml/tdesc-regs.exp: set core-regs for arc*-*-elf32.
10834
10835 2016-09-21 Tom Tromey <tom@tromey.com>
10836
10837 PR gdb/20604:
10838 * gdb.base/quit.exp: New file.
10839
10840 2016-09-21 Simon Marchi <simon.marchi@ericsson.com>
10841
10842 * .gitignore: New file.
10843
10844 2016-09-21 Maciej W. Rozycki <macro@imgtec.com>
10845
10846 * gdb.arch/mips16-thunks.exp: Use `standard_output_file'
10847 throughout.
10848
10849 2016-09-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
10850
10851 * lib/gdb.exp: No longer skip hardware breakpoint tests on s390.
10852
10853 2016-09-16 Jan Kratochvil <jan.kratochvil@redhat.com>
10854
10855 * gdb.cp/casts.cc (decltype): Move it ...
10856 (main): ... with its call to ...
10857 * gdb.cp/casts03.cc: ... a new file.
10858 * gdb.cp/casts.exp: Add new file casts03.cc, move decltype test to it.
10859
10860 2016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
10861
10862 * gdb.cp/m-static.h (gnu_obj_4::somewhere): Use constexpr for C++11.
10863
10864 2016-09-15 Peter Bergner <bergner@vnet.ibm.com>
10865
10866 * gdb.arch/powerpc-power.s: Update Power9 instruction tests
10867 and sync up the test with tests in gas/testsuite/gas/ppc.
10868 * gdb.arch/powerpc-power.exp: Likewise.
10869
10870 2016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
10871
10872 * lib/future.exp: Set CCACHE_DISABLE, clear CCACHE_NODISABLE.
10873
10874 2016-09-11 Sergio Durigan Junior <sergiodj@redhat.com>
10875 Jan Kratochvil <jan.kratochvil@redhat.com>
10876
10877 * gdb.base/stap-probe.c (m1): New variable 'dummy', necessary to
10878 make m1's definition to be different from m2's. Use 'dummy' as an
10879 argument for probe 'two'.
10880
10881 2016-09-10 Jon Beniston <jon@beniston.com>
10882
10883 * lib/mi-support.exp (mi_gdb_target_load): Use target_sim_options
10884 for sim target.
10885
10886 2016-09-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
10887
10888 * gdb.base/gnu-ifunc-lib.c (resolver_hwcap): New external
10889 variable declaration.
10890 (gnu_ifunc): Add parameter hwcap. Store it in resolver_hwcap.
10891 * gdb.base/gnu-ifunc.c (resolver_hwcap): New global variable.
10892 * gdb.base/gnu-ifunc.exp: Add test to verify that the resolver
10893 received HWCAP as its argument.
10894
10895 2016-09-06 Pedro Alves <palves@redhat.com>
10896
10897 * gdb.base/new-ui-pending-input.c: New file.
10898 * gdb.base/new-ui-pending-input.exp: New file.
10899 * gdb.exp (clear_gdb_spawn_id): New procedure.
10900 (with_spawn_id): Check whether gdb_spawn_id exists before
10901 referencing it. If gdb_spawn_id didn't exist on entry, clear it
10902 on exit.
10903
10904 2016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
10905
10906 * gdb.base/float128.c: New file.
10907 * gdb.base/float128.exp: Likewise.
10908 * gdb.base/floatn.c: Likewise.
10909 * gdb.base/floatn.exp: Likewise.
10910
10911 2016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
10912
10913 * gdb.cp/hang.exp: Remove reference to TYPE_FLAG_STUB in comment.
10914
10915 2016-09-05 Pedro Alves <palves@redhat.com>
10916
10917 PR backtrace/19927
10918 * gdb.python/py-unwind-maint.exp: Adjust tests to not expect that
10919 unwinders are immediately called as side effect of "source" or
10920 "disable unwinder" commands.
10921 * gdb.python/py-recurse-unwind.exp: Remove setup_kfail calls.
10922
10923 2016-09-02 Yao Qi <yao.qi@linaro.org>
10924
10925 * gdb.base/return-nodebug.exp: Skip the test if skip_float_test
10926 is true and $type is "float" or "double".
10927
10928 2016-09-02 Yao Qi <yao.qi@linaro.org>
10929
10930 * gdb.arch/arm-neon.exp: Skip it if gdb_skip_float_test returns
10931 true.
10932 * gdb.base/call-ar-st.exp: Invoke gdb_skip_float_test.
10933 * gdb.base/call-rt-st.exp: Likewise.
10934 * gdb.base/call-sc.exp: Invoke gdb_skip_float_test and use its
10935 return value instead of gdb,skip_float_test.
10936 * gdb.base/callfuncs.exp: Invoke gdb_skip_float_test.
10937 (do_function_calls): Use its return value instead of
10938 gdb,skip_float_test.
10939 * gdb.base/finish.exp: Likewise.
10940 * gdb.base/funcargs.exp: Likewise.
10941 * gdb.base/return.exp: Likewise.
10942 * gdb.base/return2.exp: Likewise.
10943 * gdb.base/varargs.exp: Likewise.
10944 * lib/gdb.exp (gdb_skip_float_test): Change it to
10945 gdb_caching_proc. Detect the broken ptrace on arm-linux.
10946
10947 2016-08-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
10948
10949 * gdb.multi/tids.exp: Test "thread apply all".
10950
10951 2016-08-29 Jan Kratochvil <jan.kratochvil@redhat.com>
10952
10953 * gdb.base/default.exp (tty): Remove.
10954
10955 2016-08-24 Kevin Buettner <kevinb@redhat.com>
10956
10957 * gdb.python/py-recurse-unwind.c: New file.
10958 * gdb.python/py-recurse-unwind.py: New file.
10959 * gdb.python/py-recurse-unwind.exp: New file.
10960
10961 2016-08-24 Simon Marchi <simon.marchi@ericsson.com>
10962
10963 * gdb.base/set-inferior-tty.exp: New file.
10964 * gdb.base/set-inferior-tty.c: New file.
10965
10966 2016-08-23 Pedro Alves <palves@redhat.com>
10967
10968 PR gdb/20494
10969 * gdb.base/new-ui-echo.c: New file.
10970 * gdb.base/new-ui-echo.exp: New file.
10971
10972 2016-08-23 Yao Qi <yao.qi@linaro.org>
10973
10974 * gdb.server/connect-stopped-target.exp (do_test): Pass "" to
10975 gdbserver_spawn.
10976 * gdb.server/connect-without-multi-process.exp (do_test):
10977 Likewise.
10978
10979 2016-08-23 Yao Qi <yao.qi@linaro.org>
10980
10981 * gdb.base/signals-state-child.exp: Set variables gdb_txt and
10982 standalone_txt. Delete gdb_txt and standalone_txt on host
10983 and target. Spawn the binary on target. Copy files from
10984 target to host.
10985
10986 2016-08-22 Pedro Alves <palves@redhat.com>
10987
10988 PR gdb/20505
10989 * gdb.base/vdso-warning.exp: Test core dumps too. Use
10990 with_test_prefix. Factor out bits to ...
10991 (test_no_vdso): ... this new procedure.
10992
10993 2016-08-19 Carl Love <cel@us.ibm.com>
10994
10995 * gdb.arch/altivec-regs.exp: Use standard_testfile instead of
10996 maintaining separate logic for constructing the output path.
10997 * gdb.arch/powerpc-d128-regs.exp: Likewise.
10998 * gdb.arch/ppc-dfp.exp: Likewise.
10999 * gdb.arch/ppc-fp.exp: Likewise.
11000 * gdb.arch/vsx-regs.exp: Likewise.
11001 * gdb.arch/altivec-abi.exp: Likewise, plus added local variable
11002 binprefix for generating the additional binary files.
11003
11004 2016-08-19 Pedro Alves <palves@redhat.com>
11005
11006 * gdb.trace/mi-trace-frame-collected.exp
11007 (test_trace_frame_collected): On x32, expect two registers.
11008
11009 2016-08-18 Carl Love <cel@us.ibm.com>
11010
11011 * gdb.arch/powerpc-power.s: Add new Power9 instruction tests
11012 and sync up the test with tests in gas/testsuite/gas/ppc.
11013 * gdb.arch/powerpc-power.exp: Likewise.
11014
11015 2016-08-17 Simon Marchi <simon.marchi@ericsson.com>
11016
11017 * gdb.multi/remove-inferiors.exp (test_remove_inferiors): Fix
11018 expected error message.
11019
11020 2016-08-17 Simon Marchi <simon.marchi@ericsson.com>
11021
11022 * gdb.multi/remove-inferiors.exp: New file.
11023 * gdb.multi/remove-inferiors.c: New file.
11024
11025 2016-08-12 Yao Qi <yao.qi@linaro.org>
11026
11027 * gdb.base/signals-state-child.c (main): Remove "i" from fprintf's
11028 argument list.
11029
11030 2016-08-10 Pedro Alves <palves@redhat.com>
11031
11032 PR gdb/19187
11033 * gdb.reverse/waitpid-reverse.exp: Add comment and remove
11034 setup_kfails.
11035
11036 2016-08-09 Pedro Alves <palves@redhat.com>
11037 Simon Marchi <simon.marchi@ericsson.com>
11038
11039 PR gdb/20418
11040 * gdb.mi/new-ui-mi-sync.c, gdb.mi/new-ui-mi-sync.exp: New files.
11041 * lib/mi-support.exp (mi_expect_interrupt): Remove anchors.
11042
11043 2016-08-09 Pedro Alves <palves@redhat.com>
11044
11045 PR mi/20431
11046 * gdb.mi/mi-cmd-error.exp: New file.
11047
11048 2016-08-09 Pedro Alves <palves@redhat.com>
11049
11050 PR gdb/18653
11051 * gdb.base/signals-state-child.c: New file.
11052 * gdb.base/signals-state-child.exp: New file.
11053 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new pattern.
11054
11055 2016-08-09 Pedro Alves <palves@redhat.com>
11056
11057 * gdb.dwarf2/bitfield-parent-optimized-out.exp: New file.
11058
11059 2016-08-03 Tom Tromey <tom@tromey.com>
11060
11061 PR python/18565:
11062 * gdb.python/py-frame-inline.exp: Add Frame.function test.
11063
11064 2016-08-01 Yao Qi <yao.qi@linaro.org>
11065
11066 * gdb.threads/process-dies-while-detaching.exp (do_test): Set
11067 variable mode to "multi-process" if $multi_process is 1, otherwise
11068 set it to "single-process".
11069
11070 2016-08-01 Yao Qi <yao.qi@linaro.org>
11071
11072 * gdb.cp/anon-struct.exp: Check is_aarch32_target.
11073 * gdb.cp/cpexprs.exp: Likewise.
11074 * gdb.cp/m-static.exp: Likewise.
11075
11076 2016-07-26 Tom Tromey <tom@tromey.com>
11077
11078 PR python/20190:
11079 * gdb.threads/tls.exp (check_thread_local): Add python symbol
11080 test.
11081
11082 2016-07-26 Markus Metzger <markus.t.metzger@intel.com>
11083
11084 * gdb.btrace/record_goto.exp: se is_amd64_regs_target for
11085 selecting assembly source files.
11086 * gdb.btrace/stepi.exp: se is_amd64_regs_target for selecting
11087 assembly source files.
11088 * gdb.btrace/tailcall.exp: se is_amd64_regs_target for selecting
11089 assembly source files.
11090 * gdb.btrace/tailcall-only.exp: se is_amd64_regs_target for
11091 selecting assembly source files.
11092
11093 2016-07-25 Simon Marchi <simon.marchi@ericsson.com>
11094
11095 * gdb.base/new-ui.exp (do_test_invalid_args): New
11096 procedure.
11097
11098 2016-07-25 Tim Wiederhake <tim.wiederhake@intel.com>
11099
11100 * gdb.btrace/reconnect.c: New file.
11101 * gdb.btrace/reconnect.exp: New file.
11102
11103 2016-07-23 Gabriel Krisman Bertazi <gabriel@krisman.be>
11104
11105 * gdb.base/catch-syscall.exp (do_syscall_tests): Add call
11106 to test_catch_syscall_group.
11107 (test_catch_syscall_group): New.
11108
11109 2016-07-21 Tom Tromey <tom@tromey.com>
11110
11111 * gdb.rust/simple.rs (main): Use empty struct expression.
11112 * gdb.rust/simple.exp: Add tests for empty struct expression.
11113
11114 2016-07-21 Yao Qi <yao.qi@linaro.org>
11115
11116 * lib/gdbserver-support.exp (skip_gdbserver_tests): Return 1
11117 if gdb_skip_xml_test is true on some targets.
11118
11119 2016-07-21 Yao Qi <yao.qi@linaro.org>
11120
11121 * gdb.server/solib-list.exp: Unset last_loaded_file.
11122
11123 2016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
11124
11125 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add "next over TRY" and
11126 "step into captured_main (args)".
11127
11128 2016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
11129
11130 * gdb.btrace/tailcall-only.exp: Use is_lp64_target check.
11131
11132 2016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
11133
11134 * gdb.python/py-unwind.exp: Test also ![is_lp64_target].
11135
11136 2016-07-19 Pedro Alves <palves@redhat.com>
11137
11138 * gdb.opt/inline-break.exp: Remove optimize=-O2.
11139 * gdb.opt/inline-bt.exp: Likewise.
11140 * gdb.opt/inline-cmds.exp: Remove optimize=-O2 and add
11141 additional_flags=-Winline.
11142 * gdb.opt/inline-locals.exp: Likewise.
11143 * gdb.opt/inline-markers.c (ATTR): Define.
11144 (inlined_fn): Use it.
11145
11146 2016-07-19 Yao Qi <yao.qi@linaro.org>
11147
11148 * gdb.gdb/selftest.exp: Remove checks on is_remote and isnative.
11149 (test_with_self): Remove some code. Remove argument executable.
11150 (top-level): Use do_self_tests.
11151
11152 2016-07-15 Zachary Welch <zwelch@codesourcery.com>
11153 Don Breazeal <donb@codesourcery.com>
11154
11155 * gdb.base/maint.exp: Escape paths used in regular expressions.
11156 * gdb.stabs/weird.exp: Likewise.
11157
11158 2016-07-13 Tom Tromey <tom@tromey.com>
11159
11160 PR python/15620, PR python/18620:
11161 * gdb.python/py-breakpoint.exp (connect_event, check_last_event)
11162 (test_bkpt_events): New procs.
11163
11164 2016-07-13 Tom Tromey <tom@tromey.com>
11165
11166 PR python/17698:
11167 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add "pending"
11168 test.
11169 (test_watchpoints): Likewise.
11170 (test_bkpt_pending): New proc.
11171
11172 2016-07-13 Tom Tromey <tom@tromey.com>
11173
11174 PR cli/18053:
11175 * gdb.base/jit-so.exp (one_jit_test): Add jit-reader-load
11176 completion test.
11177
11178 2016-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
11179
11180 * gdb.dwarf2/atomic-type.exp: Use function_range for low_pc and high_pc.
11181 * gdb.dwarf2/atomic.c (f): Rename f_end_lbl to f_label.
11182 * gdb.dwarf2/dw2-bad-mips-linkage-name.c (f): Rename f_end_lbl to
11183 f_label.
11184 (g): Rename g_end_lbl to g_label.
11185 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: Use function_range for
11186 low_pc and high_pc.
11187 * gdb.dwarf2/dw2-lexical-block-bare.exp: Likewise.
11188
11189 2016-07-12 Tom Tromey <tom@tromey.com>
11190
11191 PR python/19293:
11192 * gdb.python/py-unwind-maint.exp: Update tests.
11193
11194 2016-07-12 Yao Qi <yao.qi@linaro.org>
11195
11196 * lib/selftest-support.exp (selftest_setup): Match the output
11197 when captured_main is inlined.
11198
11199 2016-07-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
11200
11201 * gdb.fortran/derived-types.exp (result_line, result_line_2):
11202 New variables.
11203 (print this%a, print this%b, print this): New tests.
11204 * gdb.fortran/derived-types.f90 (this): New object and
11205 initialization.
11206
11207 2016-07-06 Simon Marchi <simon.marchi@ericsson.com>
11208
11209 * gdb.ada/arraydim.exp: Remove extra directory level in build
11210 directory.
11211
11212 2016-07-06 Simon Marchi <simon.marchi@ericsson.com>
11213
11214 * lib/ada.exp: Remove extra directory level in build directory.
11215 * gdb.ada/cond_lang.exp: Likewise.
11216 * gdb.ada/exec_changed.exp: Likewise.
11217 * gdb.ada/lang_switch.exp: Likewise.
11218
11219 2016-07-06 Manish Goregaokar <manish@mozilla.com>
11220
11221 * simple.rs: Add test for raw pointer subscripting.
11222 * simple.exp: Add test expectations.
11223
11224 2016-07-05 Yao Qi <yao.qi@linaro.org>
11225
11226 * gdb.mi/mi-reverse.exp: Match =record-started output.
11227
11228 2016-07-01 Pedro Alves <palves@redhat.com>
11229
11230 * gdb.base/jit-reader.exp (info_registers_current_frame): New
11231 procedure.
11232 (jit_reader_test): Test the jit reader's unwinder.
11233 * gdb.base/jithost.c (jit_function_00_code): New global.
11234 (main): Use memcpy to fill in the mmapped code, instead of poking
11235 bytes manually here.
11236 * gdb.base/jitreader.c (enum register_mapping) <AMD64_RBP>: New
11237 value.
11238 (read_debug_info): Save the function's range.
11239 (read_sp): New function.
11240 (unwind_frame): Use it. Also unwind RBP.
11241 (get_frame_id): Use read_sp.
11242 (gdb_init_reader): Use calloc instead of malloc.
11243 * lib/gdb.exp (get_hexadecimal_valueof): Add optional 'test'
11244 parameter. Use gdb_test_multiple.
11245
11246 2016-07-01 Pedro Alves <palves@redhat.com>
11247 Antoine Tremblay <antoine.tremblay@ericsson.com>
11248
11249 * gdb.threads/process-dies-while-detaching.c: New file.
11250 * gdb.threads/process-dies-while-detaching.exp: New file.
11251
11252 2016-07-01 Pedro Alves <palves@redhat.com>
11253
11254 * gdb.multi/watchpoint-multi-exit.c: New file.
11255 * gdb.multi/watchpoint-multi-exit.exp: New file.
11256
11257 2016-06-30 Pedro Alves <palves@redhat.com>
11258
11259 * lib/gdbserver-support.exp (close_gdbserver, gdb_exit): Don't
11260 unset inferior_spawn_id.
11261
11262 2016-06-30 Pedro Alves <palves@redhat.com>
11263
11264 * lib/mi-support.exp (default_mi_gdb_start): Declare global
11265 FORCE_SEPARATE_MI_TTY, not SEPARATE_MI_TTY.
11266
11267 2016-06-29 Yao Qi <yao.qi@linaro.org>
11268
11269 * gdb.base/return.c: Add copyright header.
11270
11271 2016-06-29 Tom Tromey <tom@tromey.com>
11272
11273 PR python/20129:
11274 * gdb.python/py-framefilter.exp: Add tests for setting priority
11275 and disabling of non-existent frame filter.
11276
11277 2016-06-29 Yao Qi <yao.qi@linaro.org>
11278
11279 * gdb.base/catch-syscall.c [__arm__]: Set unknown_syscall to
11280 0x0f07ff.
11281
11282 2016-06-28 Yao Qi <yao.qi@linaro.org>
11283
11284 * gdb.base/catch-syscall.exp: Remove check on isnative and target
11285 triplets. Start gdb, execute catch syscall, and continue. Check
11286 gdb's output to determine catch syscall is supported.
11287
11288 2016-06-27 Manish Goregaokar <manish@mozilla.com>
11289
11290 * gdb.rust/simple.rs: Add test for returning unit in a function.
11291 * gdb.rust/simple.exp: Add expectation for functions returning
11292 unit.
11293
11294 2016-06-27 Pierre-Marie de Rodat <derodat@adacore.com>
11295
11296 * gdb.python/py-breakpoint-create-fail.c,
11297 gdb.python/py-breakpoint-create-fail.exp,
11298 gdb.python/py-breakpoint-create-fail.py: New testcase.
11299
11300 2016-06-25 Manish Goregaokar <manish@mozilla.com>
11301
11302 PR gdb/20239
11303 * gdb.rust/simple.rs: Add more tests for printing NonZero enums.
11304 * gdb.rust/simple.exp: Add test expectations for new NonZero
11305 tests.
11306
11307 2016-06-24 David Taylor <dtaylor@emc.com>
11308
11309 * gdb.base/offsets.exp: New file.
11310 * gdb.base/offsets.c: New file.
11311
11312 2016-06-23 Tom Tromey <tom@tromey.com>
11313
11314 PR gdb/16483:
11315 * gdb.python/py-framefilter.exp: Add "info frame-filter" test
11316 before any filters are loaded.
11317
11318 2016-06-21 Walfred Tedeschi <walfred.tedeschi@intel.com>
11319
11320 * gdb.fortran/derived-type.exp (print q): Add fields to the output.
11321 * gdb.fortran/vla-type.exp (print twov): Fix vla tests with
11322 structs.
11323 * gdb.fortran/derived-type-function.exp: New file.
11324 * gdb.fortran/derived-type-function.f90: New file.
11325
11326
11327 2016-06-21 Pedro Alves <palves@redhat.com>
11328
11329 * gdb.base/new-ui.exp: New file.
11330 * lib/mi-support.exp (switch_gdb_spawn_id): Move to ...
11331 * lib/gdb.exp (switch_gdb_spawn_id): ... here.
11332 (with_spawn_id): New procedure.
11333
11334 2016-06-21 Pedro Alves <palves@redhat.com>
11335
11336 * gdb.mi/mi-exec-run.exp: New file.
11337
11338 2016-06-21 Pedro Alves <palves@redhat.com>
11339
11340 * gdb.mi/mi-break.exp (test_breakpoint_commands): Always expect
11341 breakpoint command's output on the main UI.
11342 (test_break): New procedure, factored out from calls in the top
11343 level.
11344 (top level): Use foreach_with_prefix to test MI as main UI and as
11345 separate UI.
11346
11347 2016-06-21 Pedro Alves <palves@redhat.com>
11348
11349 * gdb.mi/mi-watch.exp (test_watchpoint_creation_and_listing)
11350 (test_awatch_creation_and_listing)
11351 (test_rwatch_creation_and_listing, test_watchpoint_triggering):
11352 Remove 'type' parameter.
11353 (test_watchpoint_all): New parameter mi_mode. Remove
11354 with_test_prefix.
11355 (top level): Use foreach_with_prefix, and add main/separate UI MI
11356 testing axis.
11357
11358 2016-06-21 Pedro Alves <palves@redhat.com>
11359
11360 * README (Testsuite Parameters): Document FORCE_SEPARATE_MI_TTY.
11361 * lib/gdb.exp (default_gdb_exit): Clear inferior_spawn_id.
11362 * lib/mi-support.exp (mi_uncatched_gdb_exit): Unset
11363 gdb_main_spawn_id, mi_spawn_id, unset inferior_spawn_id.
11364 (gdb_main_spawn_id, mi_spawn_id): Declare and
11365 comment.
11366 (mi_create_inferior_pty): New procedure,
11367 factored out from default_mi_gdb_start.
11368 (switch_gdb_spawn_id, mi_gdb_start_separate_mi_tty): New
11369 procedures.
11370 (default_mi_gdb_start): Call mi_gdb_start_separate_mi_tty if the
11371 separate-mi-tty option is specified, or SEPARATE_MI_TTY is set.
11372 Use mi_create_inferior_pty.
11373 (mi_gdb_start): Use eval to pass down args list.
11374
11375 2016-06-21 Pedro Alves <palves@redhat.com>
11376
11377 * gdb.opt/inline-cmds.c: Add "set mi break here" marker.
11378 * gdb.opt/inline-cmds.exp: Add MI tests.
11379
11380 2016-06-21 Pedro Alves <palves@redhat.com>
11381
11382 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new regexp.
11383
11384 2016-06-21 Pedro Alves <palves@redhat.com>
11385
11386 * gdb.ada/mi_catch_ex.exp (continue_to_exception): New procedure.
11387 (top level): Use it instead of mi_execute_to.
11388
11389 2016-06-21 Pedro Alves <palves@redhat.com>
11390
11391 * gdb.python/py-mi-events-gdb.py (stop_handler_str)
11392 (cont_handler_str): New.
11393 (signal_stop_handler): Set stop_handler_str instead of printing to
11394 stdout.
11395 (continue_handler): Set cont_handler_str instead of printing to
11396 stdout.
11397 * gdb.python/py-mi-events.exp: Ues mi_execute_to instead of
11398 mi_send_resuming_command. Print stop_handler_str and
11399 cont_handler_str instead of expecting the python events print
11400 directly.
11401
11402 2016-06-17 Sanjoy Das <sanjoy@playingwithpointers.com>
11403
11404 * gdb.base/jit-reader.exp: New file.
11405 * gdb.base/jithost.c: New file.
11406 * gdb.base/jithost.h: New file.
11407 * gdb.base/jitreader.c : New file.
11408 * gdb.base/jit-protocol.h: New file.
11409
11410 2016-06-17 Yao Qi <yao.qi@linaro.org>
11411
11412 * gdb.base/step-over-syscall.exp (break_cond_on_syscall): New
11413 parameters follow_fork and detach_on_fork. Set follow-fork-mode
11414 and detach-on-fork. Adjust tests.
11415 (top level): Invoke break_cond_on_syscall with combinations of
11416 syscall, follow-fork-mode and detach-on-fork.
11417
11418 2016-06-17 Yao Qi <yao.qi@linaro.org>
11419
11420 * gdb.base/step-over-exit.c: New.
11421 * gdb.base/step-over-exit.exp: New.
11422
11423 2016-06-17 Yan-Ting Lin <currygt52@gmail.com>
11424
11425 * gdb.base/float.exp: Add target check for nds32*-*-*.
11426 * gdb.xml/tdesc-regs.exp: Set core-regs for nds32*-*-*.
11427
11428 2016-06-13 Andrew Burgess <andrew.burgess@embecosm.com>
11429
11430 * gdb.base/call-ar-st.exp: Report unsupported rather than xfail
11431 for unsupported target features.
11432 * gdb.base/call-rt-st.exp: Likewise.
11433 * gdb.base/call-sc.exp: Likewise.
11434 * gdb.base/call-signal-resume.exp: Likewise.
11435 * gdb.base/call-strs.exp: Likewise.
11436 * gdb.base/callexit.exp: Likewise.
11437 * gdb.base/callfuncs.exp: Likewise.
11438 * gdb.base/nodebug.exp: Likewise.
11439 * gdb.base/printcmds.exp: Likewise.
11440 * gdb.base/ptype.exp: Likewise.
11441 * gdb.base/structs.exp: Likewise.
11442 * gdb.base/unwindonsignal.exp: Likewise.
11443 * gdb.cp/gdb2495.exp: Likewise.
11444 * gdb.cp/templates.exp: Likewise.
11445 * gdb.cp/virtfunc.exp: Likewise.
11446 * gdb.threads/hand-call-in-threads.exp: Likewise.
11447 * gdb.threads/interrupted-hand-call.exp: Likewise.
11448 * gdb.threads/thread-unwindonsignal.exp: Likewise.
11449
11450 2016-06-10 Tom Tromey <tom@tromey.com>
11451
11452 PR rust/20110:
11453 * gdb.rust/expr.exp: Add test for integer constant larger than
11454 i32.
11455
11456 2016-06-10 Bernhard Heckel <bernhard.heckel@intel.com>
11457
11458 * gdb.fortran/nested-funcs.exp: New.
11459 * gdb.fortran/nested-funcs.f90: New.
11460
11461 2016-06-09 Toshihito Kikuchi <k.toshihito@yahoo.de>
11462
11463 * gdb.base/examine-backward.c: New file.
11464 * gdb.base/examine-backward.exp: New file.
11465
11466 2016-06-06 Simon Marchi <simon.marchi@ericsson.com>
11467
11468 * gdb.mi/mi-record-changed.exp: Adjust =record-started output
11469 matching.
11470
11471 2016-06-02 Tom Tromey <tom@tromey.com>
11472
11473 PR python/18984:
11474 * gdb.python/py-shared.exp: Add solib_name test.
11475
11476 2016-06-02 Simon Marchi <simon.marchi@ericsson.com>
11477
11478 * gdb.mi/mi-memory-changed.exp: Fix filename passed to untested.
11479
11480 2016-05-31 Martin Galvan <martin.galvan@tallertechnologies.com>
11481
11482 PR c++/19893
11483 * gdb.dwarf2/implref.exp: Rename to...
11484 * gdb.dwarf2/implref-const.exp: ...this. Also add more test statements.
11485 * gdb.dwarf2/implref-array.c: New file.
11486 * gdb.dwarf2/implref-array.exp: Likewise.
11487 * gdb.dwarf2/implref-global.c: Likewise.
11488 * gdb.dwarf2/implref-global.exp: Likewise.
11489 * gdb.dwarf2/implref-struct.c: Likewise.
11490 * gdb.dwarf2/implref-struct.exp: Likewise.
11491
11492 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
11493
11494 * gdb.trace/trace-condition.exp: Add 64bit tests.
11495
11496 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
11497
11498 * gdb.trace/trace-condition.c (marker): Adapt signature to 8 to 64
11499 bits types.
11500 (main): Adapt to 8 to 64 bits types.
11501 * gdb.trace/trace-condition.exp: Add new tests.
11502
11503 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
11504
11505 * gdb.trace/trace-condition.exp: Add emit_less_unsigned test.
11506
11507 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
11508
11509 * gdb.trace/ftrace.exp (test_ftrace_condition): Remove.
11510 Move condition tests...
11511 * gdb.trace/trace-condition.exp: Here.
11512
11513 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
11514
11515 * gdb.trace/trace-condition.exp: Add counter-case tests.
11516
11517 2016-05-30 Jan Kratochvil <jan.kratochvil@redhat.com>
11518
11519 PR c++/15231
11520 * gdb.ada/out_of_line_in_inlined.exp: Remove xfails.
11521 * gdb.dwarf2/dw2-lexical-block-bare.exp: New file.
11522
11523 2016-05-27 Pedro Alves <palves@redhat.com>
11524
11525 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
11526 New procedure.
11527 (top level): Call it, and bail out of DejaGnu is known to be bad.
11528
11529 2016-05-27 Andrew Burgess <andrew.burgess@embecosm.com>
11530
11531 * gdb.base/whatis.c: Extend the test case.
11532 * gdb.base/whatis.exp: Add additional tests.
11533
11534 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
11535
11536 * gdb.fortran/type.f90: Add pointer variable.
11537 * gdb.fortran/whatis_type.exp: Add whatis/ptype of pointers.
11538
11539 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
11540
11541 * gdb.fortran/vla-type.exp: Fix testcase name.
11542
11543 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
11544
11545 * gdb.fortran/vla-type.exp: Access elements in nested structs.
11546
11547 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
11548
11549 * gdb.fortran/type.f90: Add nested structures.
11550 * gdb.fortran/whatis-type.exp: Whatis/ptype nested structures.
11551 * gdb.fortran/derived-type.exp: Adapt expected output.
11552 * gdb.fortran/vla-type.exp: Adapt expected output.
11553
11554 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
11555
11556 * gdb.fortran/whatis_type.exp: Adapt expected output.
11557
11558 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
11559
11560 * gdb.fortran/print_type.exp: Fix expected output.
11561 * gdb.fortran/whatis_type.exp: Fix expected output.
11562
11563 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
11564
11565 * gdb.fortran/whatis_type.exp: Use multi_line.
11566
11567 2016-05-24 Tom Tromey <tom@tromey.com>
11568
11569 PR python/17386:
11570 * gdb.python/py-value.exp (test_value_numeric_ops): Add tests that
11571 use value as an index.
11572
11573 2016-05-23 Tom Tromey <tom@tromey.com>
11574
11575 PR python/17981:
11576 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add test for
11577 no-breakpoint case.
11578
11579 2016-05-24 Pedro Alves <palves@redhat.com>
11580
11581 PR gdb/19828
11582 * gdb.threads/clone-attach-detach.c: New file.
11583 * gdb.threads/clone-attach-detach.exp: New file.
11584
11585 2016-05-24 Francis Ricci <francisjricci@gmail.com> (tiny patch)
11586
11587 * gdb.base/annota-input-while-running.exp: Fix syntax error.
11588
11589 2016-05-23 Tom Tromey <tom@tromey.com>
11590
11591 PR python/19438, PR python/18393:
11592 * gdb.python/py-progspace.exp: Add "dir" test.
11593 * gdb.python/py-objfile.exp: Add "dir" test.
11594
11595 2016-05-23 Yao Qi <yao.qi@linaro.org>
11596
11597 * gdb.arch/thumb-prologue.exp: Use standard_testfile.
11598 * gdb.arch/thumb2-it.exp: Likewise.
11599
11600 2016-05-18 Simon Marchi <simon.marchi@ericsson.com>
11601
11602 * gdb.mi/mi-threads-interrupt.c: New file.
11603 * gdb.mi/mi-threads-interrupt.exp: New file.
11604
11605 2016-05-17 Simon Marchi <simon.marchi@ericsson.com>
11606
11607 PR gdb/18077
11608 * gdb.mi/mi-async-run.exp: New file.
11609 * gdb.mi/mi-async-run.c: New file.
11610
11611 2016-05-17 Tom Tromey <tom@tromey.com>
11612 Manish Goregaokar <manishsmail@gmail.com>
11613
11614 * lib/rust-support.exp: New file.
11615 * lib/gdb.exp (skip_rust_tests): New proc.
11616 (build_executable_from_specs): Handle rust.
11617 * lib/future.exp (gdb_find_rustc): New proc.
11618 (gdb_default_target_compile): Handle rust.
11619 * gdb.rust/expr.exp: New file.
11620 * gdb.rust/generics.exp: New file.
11621 * gdb.rust/generics.rs: New file.
11622 * gdb.rust/methods.exp: New file.
11623 * gdb.rust/methods.rs: New file.
11624 * gdb.rust/modules.exp: New file.
11625 * gdb.rust/modules.rs: New file.
11626 * gdb.rust/simple.exp: New file.
11627 * gdb.rust/simple.rs: New file.
11628
11629 2016-05-17 Tom Tromey <tom@tromey.com>
11630
11631 * gdb.base/default.exp (set language): Add rust.
11632
11633 2016-05-17 Tom Tromey <tom@tromey.com>
11634
11635 * gdb.gdb/unittest.exp: New file.
11636
11637 2016-05-16 Yao Qi <yao.qi@linaro.org>
11638
11639 * gdb.base/batch-preserve-term-settings.exp: Remove variable
11640 shell_prompt. Update shell_prompt_re.
11641
11642 2016-05-12 Doug Evans <dje@google.com>
11643
11644 PR symtab/19999
11645 * lib/dwarf.exp (build_executable_from_fission_assembler): Pass
11646 $options when building executable.
11647 * gdb.dwarf2/fission-loclists-pie.S: New file.
11648 * gdb.dwarf2/fission-loclists-pie.exp: New file.
11649
11650 2016-05-04 Simon Marchi <simon.marchi@ericsson.com>
11651
11652 * gdb.base/solib-display.exp: Check for [use_gdb_stub] instead
11653 of [is_remote target],
11654
11655 2016-05-04 Simon Marchi <simon.marchi@ericsson.com>
11656
11657 * lib/gdb.exp (use_gdb_stub): New procedure.
11658
11659 2016-05-03 Yunlian Jiang <yunlian@google.com>
11660 Doug Evans <dje@google.com>
11661
11662 PR symtab/19914
11663 * gdb.dwarf2/dwp-sepdebug.c: New file.
11664 * gdb.dwarf2/dwp-sepdebug.exp: New file.
11665
11666 2016-05-02 Simon Marchi <simon.marchi@ericsson.com>
11667
11668 * gdb.base/detach.exp: Remove is_remote check.
11669
11670 2016-05-02 Simon Marchi <simon.marchi@ericsson.com>
11671
11672 * gdb.base/annota-input-while-running.exp: Don't check for
11673 [is_remote target]. Enable annotations after running to main.
11674 Remove unused "set test..." line.
11675
11676 2016-04-28 Simon Marchi <simon.marchi@ericsson.com>
11677
11678 * gdb.trace/trace-enable-disable.exp: New file.
11679 * gdb.trace/trace-enable-disable.c: New file.
11680
11681 2016-04-28 Simon Marchi <simon.marchi@ericsson.com>
11682
11683 * gdb.arch/ftrace-insn-reloc.exp: Save gdb_load_shlib result,
11684 use it in info sharedlibrary test.
11685 * gdb.trace/ftrace-lock.exp: Likewise.
11686 * gdb.trace/ftrace.exp: Likewise.
11687 * gdb.trace/range-stepping.exp: Likewise.
11688 * gdb.trace/trace-break.exp: Likewise.
11689 * gdb.trace/trace-condition.exp: Likewise.
11690 * gdb.trace/trace-mt.exp: Likewise.
11691
11692 2016-04-27 Simon Marchi <simon.marchi@ericsson.com>
11693
11694 * lib/gdb.exp (gdb_load_shlibs): Rename to...
11695 (gdb_load_shlib): ... this.
11696 * gdb.arch/ftrace-insn-reloc.exp: Adjust gdb_load_shlibs ->
11697 gdb_load_shlib.
11698 * gdb.base/catch-load.exp (one_catch_load_test): Likewise.
11699 * gdb.base/ctxobj.exp: Likewise.
11700 * gdb.base/dprintf-pending.exp: Likewise.
11701 * gdb.base/dso2dso.exp: Likewise.
11702 * gdb.base/fixsection.exp: Likewise.
11703 * gdb.base/gcore-relro.exp: Likewise.
11704 * gdb.base/gdb1555.exp: Likewise.
11705 * gdb.base/global-var-nested-by-dso.exp: Likewise.
11706 * gdb.base/gnu-ifunc.exp: Likewise.
11707 * gdb.base/hbreak-in-shr-unsupported.exp: Likewise.
11708 * gdb.base/jit-so.exp (one_jit_test): Likewise.
11709 * gdb.base/pending.exp: Likewise.
11710 * gdb.base/print-file-var.exp: Likewise.
11711 * gdb.base/print-symbol-loading.exp: Likewise.
11712 * gdb.base/shlib-call.exp: Likewise.
11713 * gdb.base/shreloc.exp: Likewise.
11714 * gdb.base/so-impl-ld.exp: Likewise.
11715 * gdb.base/solib-disc.exp: Likewise.
11716 * gdb.base/solib-nodir.exp: Likewise.
11717 * gdb.base/solib-overlap.exp: Likewise.
11718 * gdb.base/solib-symbol.exp: Likewise.
11719 * gdb.base/solib-weak.exp (do_test): Likewise.
11720 * gdb.base/sym-file.exp: Likewise.
11721 * gdb.base/symtab-search-order.exp: Likewise.
11722 * gdb.base/type-opaque.exp: Likewise.
11723 * gdb.base/unload.exp: Likewise.
11724 * gdb.base/watchpoint-solib.exp: Likewise.
11725 * gdb.compile/compile.exp: Likewise.
11726 * gdb.cp/gdb2384.exp: Likewise.
11727 * gdb.cp/infcall-dlopen.exp: Likewise.
11728 * gdb.cp/re-set-overloaded.exp: Likewise.
11729 * gdb.fortran/library-module.exp: Likewise.
11730 * gdb.opt/solib-intra-step.exp: Likewise.
11731 * gdb.python/py-finish-breakpoint.exp: Likewise.
11732 * gdb.python/py-shared.exp: Likewise.
11733 * gdb.reverse/solib-precsave.exp: Likewise.
11734 * gdb.reverse/solib-reverse.exp: Likewise.
11735 * gdb.server/solib-list.exp: Likewise.
11736 * gdb.threads/dlopen-libpthread.exp: Likewise.
11737 * gdb.threads/tls-shared.exp: Likewise.
11738 * gdb.threads/tls-so_extern.exp: Likewise.
11739 * gdb.trace/change-loc.exp: Likewise.
11740 * gdb.trace/ftrace-lock.exp: Likewise.
11741 * gdb.trace/ftrace.exp: Likewise.
11742 * gdb.trace/mi-tracepoint-changed.exp (test_reconnect): Likewise.
11743 * gdb.trace/pending.exp: Likewise.
11744 * gdb.trace/range-stepping.exp: Likewise.
11745 * gdb.trace/strace.exp (strace_remove_socket): Likewise.
11746 (strace_info_marker): Likewise.
11747 (strace_probe_marker): Likewise.
11748 (strace_trace_on_same_addr): Likewise.
11749 (strace_trace_on_diff_addr): Likewise.
11750 * gdb.trace/trace-break.exp: Likewise.
11751 * gdb.trace/trace-condition.exp: Likewise.
11752 * gdb.trace/trace-mt.exp: Likewise.
11753
11754 2016-04-27 Simon Marchi <simon.marchi@ericsson.com>
11755
11756 * lib/gdb.exp (gdb_load_shlibs): Accept a single argument. Return
11757 result of gdb_remote_download.
11758 * gdb.base/ctxobj.exp: Split gdb_load_shlibs call.
11759 * gdb.base/dso2dso.exp: Likewise.
11760 * gdb.base/global-var-nested-by-dso.exp: Likewise.
11761 * gdb.base/print-file-var.exp: Likewise.
11762 * gdb.base/shlib-call.exp: Likewise.
11763 * gdb.base/shreloc.exp: Likewise.
11764 * gdb.base/solib-overlap.exp: Likewise.
11765 * gdb.base/solib-weak.exp (do_test): Likewise.
11766 * gdb.base/unload.exp: Likewise.
11767
11768 2016-04-27 Yao Qi <yao.qi@linaro.org>
11769
11770 * gdb.base/branch-to-self.exp: Skip it if gdb,nosignals
11771 exists.
11772
11773 2016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
11774
11775 * vla-type.exp: Print structure from toplevel.
11776
11777 2016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
11778
11779 * gdb.fortran/vla-type.f90: Add test for static and dynamic arrays
11780 of dynamic types.
11781 * gdb.fortran/vla-type.exp: Add test for static and dynamic arrays
11782 of dynamic types.
11783
11784 2016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
11785
11786 * gdb.fortran/vla-type.f90: New file.
11787 * gdb.fortran/vla-type.exp: New file.
11788
11789 2016-04-25 Yao Qi <yao.qi@linaro.org>
11790
11791 * gdb.base/branch-to-self.c: New file.
11792 * gdb.base/branch-to-self.exp: New file.
11793
11794 2016-04-22 Yao Qi <yao.qi@linaro.org>
11795
11796 * gdb.trace/unavailable.exp (gdb_collect_globals_test_1): Match
11797 more after $hex.
11798
11799 2016-04-22 Yao Qi <yao.qi@linaro.org>
11800
11801 * gdb.base/annota1.exp: Set breakpoint on line $main_line.
11802 * gdb.base/annota3.exp: Likewise.
11803
11804 2016-04-22 Yao Qi <yao.qi@linaro.org>
11805
11806 * gdb.reverse/step-precsave.exp: Do one step and test program
11807 stops in "callee" and do multiple steps until program goes out
11808 of "callee".
11809 * gdb.reverse/step-reverse.exp: Likewise.
11810
11811 2016-04-22 Yao Qi <yao.qi@linaro.org>
11812
11813 * gdb.trace/signal.exp: Also pass if
11814 $tracepoint_hits($i) > $iterations.
11815
11816 2016-04-22 Yao Qi <yao.qi@linaro.org>
11817
11818 * gdb.trace/signal.c: New file.
11819 * gdb.trace/signal.exp: New file.
11820
11821 2016-04-19 Doug Evans <xdje42@gmail.com>
11822
11823 * gdb.base/bad-file.exp: New file.
11824
11825 2016-04-18 Martin Galvan <martin.galvan@tallertechnologies.com>
11826
11827 * gdb.dwarf2/implref.exp: New file.
11828
11829 2016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
11830
11831 * gdb.fortran/common-block.exp: Use type naming defined in lib fortran.
11832 * gdb.fortran/derived-type.exp: Use type naming defined in lib fortran.
11833 * gdb.fortran/multi-dim.exp: Use type naming defined in lib fortran.
11834 * gdb.fortran/vla-datatypes.exp: Use type naming defined in lib fortran.
11835 * gdb.fortran/vla-ptype-sub.exp: Use type naming defined in lib fortran.
11836 * gdb.fortran/vla-ptype.exp: Use type naming defined in lib fortran.
11837 * gdb.fortran/whatis_type.exp: Use type naming defined in lib fortran.
11838 * lib/fortran.exp (fortran_int4): New procedure.
11839 (fortran_real4, fortran_real8, fortran_complex4): Likewise.
11840 (fortran_logical4): Likewise.
11841
11842 2016-04-18 Benrhard Heckel <bernhard.heckel@intel.com>
11843
11844 * lib/gdb.exp (gdb_compile_shlib): Add flag for ICC compiler.
11845
11846 2016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
11847
11848 * lib/compiler.c: Add Intel specific preprocessor macros.
11849 * lib/compiler.cc: Likewise.
11850
11851 2016-04-13 Luis Machado <lgustavo@codesourcery.com>
11852
11853 * gdb.server/connect-with-no-symbol-file.c: New file.
11854 * gdb.server/connect-with-no-symbol-file.exp: New file.
11855
11856 2016-04-13 Simon Marchi <simon.marchi@ericsson.com>
11857
11858 * lib/gdb.exp (gdb_remote_download): Fix and extend comment.
11859
11860 2016-04-13 Simon Marchi <simon.marchi@ericsson.com>
11861
11862 * boards/gdbserver-base.exp (${board}_download): Copy source file to
11863 standard output directory.
11864
11865 2016-04-13 Antoine Tremblay <antoine.tremblay@ericsson.com>
11866
11867 * gdb.trace/trace-condition.exp (foreach): Fix emit_sub testcase.
11868
11869 2016-04-13 Markus Metzger <markus.t.metzger@intel.com>
11870
11871 * gdb.btrace/instruction_history.c (loop): Add declaration.
11872
11873 2016-04-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
11874
11875 * gdb.trace/ftrace.exp (proc): Change test prefix from "ond" to "cond".
11876
11877 2016-04-09 Simon Marchi <simon.marchi@polymtl.ca>
11878
11879 * gdb.python/py-mi-events-gdb.py (signal_stop_handler): Add
11880 parentheses to print.
11881 (continue_handler): Likewise.
11882
11883 2016-04-08 Simon Marchi <simon.marchi@ericsson.com>
11884
11885 * gdb.server/solib-list.exp: Remove is_remote check.
11886 Pass shlib= to gdb_compile. Don't link shared library with
11887 -soname. Call gdb_remote_download instead of gdb_load_shlibs.
11888 Run binary filename through "readlink -f" on the target.
11889
11890 2016-04-08 Pedro Alves <palves@redhat.com>
11891
11892 * gdb.server/solib-list.exp: Don't use gdb_load. Instead pass the
11893 interpreter filename as argument to gdbserver_spawn.
11894 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
11895 Return empty if $last_loaded_file does not exist.
11896
11897 2016-04-08 Jan Kratochvil <jan.kratochvil@redhat.com>
11898
11899 Fix compatibility with gcc-4.8.5-4.el7.x86_64.
11900 * gdb.base/jit-main.c: Use exit after usage.
11901
11902 2016-04-07 Jan Kratochvil <jan.kratochvil@redhat.com>
11903
11904 * gdb.base/gdbhistsize-history.exp: Save and unset GDBHISTFILE and
11905 GDBHISTSIZE prior to the tests.
11906 * gdb.base/gdbinit-history.exp: Likewise.
11907
11908 2016-04-07 Pedro Alves <palves@redhat.com>
11909
11910 * gdb.compile/compile.exp: Use gdb_compile with "shlib=" option
11911 instead of build_executable. Use gdb_load_shlibs.
11912
11913 2016-04-07 Yao Qi <yao.qi@linaro.org>
11914
11915 * gdb.reverse/finish-reverse-bkpt.exp: Use temporary breakpoint.
11916 Execute "si" command.
11917
11918 2016-04-07 Yao Qi <yao.qi@linaro.org>
11919
11920 * gdb.reverse/next-reverse-bkpt-over-sr.exp: Match the breakpoint
11921 number instead of the comments on some line.
11922
11923 2016-04-06 Don Breazeal <donb@codesourcery.com>
11924
11925 * gdb.dwarf2/dw2-opt-structptr.c: New test program.
11926 * gdb.dwarf2/dw2-opt-structptr.exp: New test script.
11927
11928 2016-04-06 Simon Marchi <simon.marchi@ericsson.com>
11929
11930 * gdb.threads/dlopen-libpthread.exp: Set binfile_lib using
11931 standard_output_file. Remove unused binfile variable.
11932
11933 2016-04-05 Catalin Udma <catalin.udma@freescale.com>
11934
11935 * gdb.python/py-mi-objfile-gdb.py: Use "list main" command.
11936 * gdb.python/py-mi-objfile.exp: Match "list main" output
11937 in console format.
11938
11939 2016-04-05 Simon Marchi <simon.marchi@polymtl.ca>
11940
11941 * gdb.arch/ftrace-insn-reloc.exp: Check for IPA basename instead of
11942 absolute.
11943
11944 2016-04-05 Simon Marchi <simon.marchi@ericsson.com>
11945
11946 * gdb.trace/ftrace-lock.exp: Check for IPA basename instead of
11947 absolute.
11948 * gdb.trace/ftrace.exp: Likewise.
11949 * lib/gdb.exp (gdb_compile): Set rpath $ORIGIN for non-remote
11950 targets as well.
11951 (gdb_compile_shlib): Set SONAME for non-remote targets as well.
11952 (gdb_load_shlibs): Copy libraries to test directory when testing
11953 natively. Only set solib-search-path if testing remotely.
11954 * lib/mi-support.exp (mi_load_shlibs): Likewise.
11955
11956 2016-04-05 Simon Marchi <simon.marchi@ericsson.com>
11957
11958 * gdb.base/jit-so.exp: Use gdb_remote_download instead of
11959 gdb_download. Use it even if the target is not remote.
11960 * gdb.base/jit.exp (compile_jit_test): Likewise.
11961 * lib/gdb.exp (gdb_remote_download): Copy files to the standard
11962 output directory if the destination board is local, otherwise use
11963 the standard remote_download from DejaGnu.
11964 (gdb_download): Remove.
11965 (gdb_load_shlibs): Use gdb_remote_download instead of
11966 gdb_download.
11967 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
11968 Use gdb_remote_download instead of gdb_download. Use it even if
11969 the target is not remote.
11970 * lib/mi-support.exp (mi_load_shlibs): Use gdb_remote_download
11971 instead of gdb_download.
11972
11973 2016-04-04 Simon Marchi <simon.marchi@polymtl.ca>
11974
11975 * gdb.mi/mi-breakpoint-changed.exp: Add some with_test_prefix.
11976 (test_insert_delete_modify): Call mi_load_shlibs before trying to
11977 run.
11978
11979 2016-04-01 Artemiy Volkov <artemiyv@acm.org>
11980
11981 PR gdb/19820
11982 * gdb.base/printcmds.exp: Add artificial arrays tests.
11983
11984 2016-03-31 Pedro Alves <palves@redhat.com>
11985
11986 PR gdb/19858
11987 * gdb.base/jit-main.c: Include unistd.h.
11988 (ATTACH): Define to 0 if not already defined.
11989 (wait_for_gdb, mypid): New globals.
11990 (WAIT_FOR_GDB): New macro.
11991 (MAIN): Set an alarm. Store the process's pid. Wait for GDB at
11992 some breakpoint locations.
11993 * gdb.base/jit.exp (clean_reattach, continue_to_test_location):
11994 New procedures.
11995 (one_jit_test): Add REATTACH parameter, and handle it. Use
11996 continue_to_test_location.
11997 (top level): Test attach, and adjusts calls to one_jit_test.
11998
11999 2016-03-31 Pedro Alves <palves@redhat.com>
12000
12001 PR gdb/19858
12002 * gdb.base/jit.exp (compile_jit_test): Add intro comment. Add
12003 BINSUFFIX parameter, and handle it.
12004 (top level): Adjust calls compile_jit_test.
12005
12006 2016-03-31 Catalin Udma <catalin.udma@freescale.com>
12007
12008 PR python/19743
12009 * gdb.python/py-mi-events-gdb.py: New file.
12010 * gdb.python/py-mi-events.c: New file.
12011 * gdb.python/py-mi-events.exp: New file.
12012
12013 2016-03-30 Yao Qi <yao.qi@linaro.org>
12014
12015 * gdb.reverse/until-precsave.exp: Match function name only.
12016 * gdb.reverse/until-reverse.c (main): Don't call fprintf nor printf.
12017 Move malloc to a condition block.
12018 * gdb.reverse/until-reverse.exp: Match function name only.
12019
12020 2016-03-29 Marcin Kościelnicki <koriakin@0x04.net>
12021
12022 * gdb.trace/ftrace.exp: Set arg0exp for s390.
12023 * gdb.trace/mi-trace-frame-collected.exp: Expect 4 registers on s390.
12024 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for s390, add gpr0num
12025 variable for GPR 0 instead of assuming it is register 0.
12026 * gdb.trace/trace-common.h: Add s390 fast tracepoint placeholder.
12027 * lib/trace-support.exp: Add s390 registers.
12028
12029 2016-03-29 Yao Qi <yao.qi@linaro.org>
12030
12031 * gdb.arch/arm-neon.exp: Pass debug to prepare_for_testing.
12032
12033 2016-03-24 Yao Qi <yao.qi@linaro.org>
12034
12035 * gdb.reverse/break-reverse.exp: Add quotation mark in the
12036 test message.
12037
12038 2016-03-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
12039
12040 * gdb.arch/s390-multiarch.exp: Use standard_testfile instead of
12041 maintaining separate logic for constructing the output path.
12042
12043 2016-03-16 Don Breazeal <donb@codesourcery.com>
12044
12045 * gdb.threads/forking-threads-plus-breakpoint.c (thread_forks):
12046 Retry fork and waitpid on interrupted system call errors.
12047 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
12048 Use with_timeout_factor to increase timeout by factor of 10.
12049
12050 2016-03-15 Don Breazeal <donb@codesourcery.com>
12051
12052 * gdb.cp/scope-err.cc: New test program.
12053 * gdb.cp/scope-err.exp: New test script.
12054 * gdb.linespec/ls-errs.c (myfunction): Expanded to have multiple
12055 lines and "set breakpoint here" comment.
12056 * gdb.linespec/ls-errs.exp: Added C++ testing and new test case.
12057 Fixed some whitespace and format issues.
12058 * gdb.mi/mi-linespec-err-cp.cc: New test program.
12059 * gdb.mi/mi-linespec-err-cp.exp: New test script.
12060
12061 2016-03-15 Doug Evans <dje@google.com>
12062
12063 * gdb.xml/extra-regs.xml: Add enum, mixed_flags values.
12064 * gdb.xml/tdesc-regs.exp (load_description): New arg xml_file.
12065 All callers updated. Add tests for enums, mixed flags register.
12066
12067 2016-03-15 Doug Evans <dje@google.com>
12068
12069 * gdb.base/skip.c (main): Call test_skip_file_and_function.
12070 * gdb.base/skip.exp: Remove hand calling test_skip_file_and_function.
12071
12072 2016-03-14 Simon Marchi <simon.marchi@ericsson.com>
12073
12074 * gdb.base/default.exp: Add $_as_string to the list of expected
12075 convenience functions.
12076
12077 2016-03-11 Andrew Burgess <andrew.burgess@embecosm.com>
12078
12079 * gdb.base/maint.exp: New tests for 'maint info line-table'.
12080
12081 2016-03-10 Simon Marchi <simon.marchi@polymtl.ca>
12082
12083 * gdb.python/py-as-string.exp: New file.
12084 * gdb.python/py-as-string.c: New file.
12085
12086 2016-03-09 Pedro Alves <palves@redhat.com>
12087
12088 * gdb.threads/attach-into-signal.exp: Adjust to "Program received
12089 signal" -> "Thread NN received signal" output change.
12090 * gdb.threads/ia64-sigill.exp: Likewise.
12091 * gdb.threads/linux-dp.exp: Likewise.
12092 * gdb.threads/manythreads.exp: Likewise.
12093 * gdb.threads/pending-step.exp: Likewise.
12094 * gdb.threads/print-threads.exp: Likewise.
12095 * gdb.threads/sigstep-threads.exp: Likewise.
12096 * gdb.threads/staticthreads.exp: Likewise.
12097 * gdb.threads/tls.exp: Likewise.
12098
12099 2016-03-09 Pedro Alves <palves@redhat.com>
12100
12101 * gdb.base/command-line-input.exp: New file.
12102
12103 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
12104
12105 * gdb.trace/ftrace.exp: Set arg0exp for ppc.
12106 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for ppc.
12107 * gdb.trace/pending.exp: Accept leading dot before function name.
12108 * gdb.trace/trace-common.h: Add fast tracepoint dummy insn for ppc.
12109 * lib/trace-support.exp: Set registers for ppc.
12110
12111 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
12112
12113 * gdb.trace/entry-values.exp: Link ${binfile}1.o to ${binfile}1 and
12114 use it for disassembly; accept .main in addition to main in backtrace.
12115
12116 2016-03-09 Wei-cheng Wang <cole945@gmail.com>
12117 Marcin Kościelnicki <koriakin@0x04.net>
12118
12119 * gdb.trace/actions.c (gdb_recursion_test_fp): New typedef.
12120 (gdb_recursion_test_ptr): New global variable.
12121 (gdb_recursion_test): Call gdb_recursion_test_ptr instead of
12122 gdb_recursion_test.
12123 (gdb_c_test): Ditto.
12124
12125 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
12126
12127 * gdb.trace/change-loc.exp: Don't depend on tracepoint location
12128 ordering.
12129
12130 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
12131
12132 * gdb.trace/unavailable-dwarf-piece.c (foo): Add foo_start_lbl label.
12133 (bar): Add bar_start_lbl label.
12134 * gdb.trace/unavailable-dwarf-piece.exp: Use foo/bar_start_lbl instead
12135 of foo/bar for emitting DWARF and tracing.
12136
12137 2016-03-06 Sergio Durigan Junior <sergiodj@redhat.com>
12138
12139 * analyze-racy-logs.py: Set executable bit.
12140
12141 2016-03-05 Sergio Durigan Junior <sergiodj@redhat.com>
12142
12143 * Makefile.in (DEFAULT_RACY_ITER): New variable.
12144 (CHECK_TARGET_TMP): Likewise.
12145 (check-single-racy): New rule.
12146 (check-parallel-racy): Likewise.
12147 (TEST_TARGETS): Adjust rule to account for RACY_ITER.
12148 (do-check-parallel-racy): New rule.
12149 (check-racy/%.exp): Likewise.
12150 * README (Racy testcases): New section.
12151 * analyze-racy-logs.py: New file.
12152
12153 2016-03-03 Doug Evans <dje@google.com>
12154
12155 * gdb.base/skip.exp: Use with_test_prefix.
12156
12157 2016-03-03 Yao Qi <yao.qi@linaro.org>
12158
12159 * gdb.base/step-over-syscall.exp (step_over_syscall): Kfail.
12160 Invoke step_over_syscall "clone" and break_cond_on_syscall
12161 "clone".
12162 * gdb.base/step-over-clone.c: New file.
12163
12164 2016-03-03 Yao Qi <yao.qi@linaro.org>
12165
12166 * gdb.base/step-over-syscall.exp (disp_step_cross_syscall): Fix
12167 code format.
12168
12169 2016-03-03 Yao Qi <yao.qi@linaro.org>
12170
12171 * gdb.base/disp-step-fork.c: Rename to ...
12172 * gdb.base/step-over-fork.c: ... it. New file.
12173 * gdb.base/disp-step-vfork.c: Rename to ...
12174 * gdb.base/step-over-vfork.c: ... it. New file.
12175 * gdb.base/disp-step-syscall.exp: Rename to ...
12176 * gdb.base/step-over-syscall.exp: ... it. New file.
12177 (disp_step_cross_syscall): Rename to ...
12178 (step_over_syscall): ... it.
12179
12180 2016-03-03 Yao Qi <yao.qi@linaro.org>
12181
12182 * gdb.base/disp-step-syscall.exp (break_cond_on_syscall): New.
12183 If target supports condition evaluation on target, invoke
12184 break_cond_on_syscall for fork and vfork.
12185
12186 2016-03-03 Yao Qi <yao.qi@linaro.org>
12187
12188 * gdb.base/disp-step-syscall.exp: Don't invoke
12189 support_displaced_stepping.
12190 (disp_step_cross_syscall): Test with displaced stepping off and
12191 on if supported.
12192
12193 2016-03-03 Yao Qi <yao.qi@linaro.org>
12194
12195 * gdb.base/disp-step-syscall.exp (check_pc_after_cross_syscall): New
12196 proc.
12197 (setup): New proc.
12198 (disp_step_cross_syscall): Move code to check_pc_after_cross_syscall
12199 and setup.
12200
12201 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
12202
12203 * gdb.fortran/vla-history.exp: Remove breakpoint.
12204
12205 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
12206
12207 * gdb.fortran/vla-history.exp: Lookup array elements and printing
12208 exceeds timeout.
12209
12210 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
12211
12212 * gdb.cp/vla-cxx.cc: Insert dummy assignment as anchor for an
12213 breakpoint.
12214
12215 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
12216
12217 * gdb.mi/vla.f90: Nullify pointer after declaration.
12218
12219 2016-03-01 Pedro Alves <palves@redhat.com>
12220
12221 * gdb.trace/ftrace-lock.c: Include <unistd.h>.
12222
12223 2016-03-01 Pedro Alves <palves@redhat.com>
12224
12225 * gdb.threads/watchpoint-fork-child.c: Include "watchpoint-fork.h"
12226 before anything else.
12227 * gdb.threads/watchpoint-fork-mt.c: Likewise. Don't define
12228 _GNU_SOURCE here.
12229 * gdb.threads/watchpoint-fork-st.c: Include "watchpoint-fork.h"
12230 before anything else.
12231 * gdb.threads/watchpoint-fork.h: Define _GNU_SOURCE.
12232
12233 2016-03-01 Pedro Alves <palves@redhat.com>
12234
12235 * gdb.base/catch-fork-kill.c: Include <sys/wait.h>.
12236
12237 2016-03-01 Yao Qi <yao.qi@linaro.org>
12238
12239 * gdb.arch/arm-disp-step.exp: Use standard_testfile and
12240 prepare_for_testing.
12241
12242 2016-03-01 Yao Qi <yao.qi@linaro.org>
12243
12244 * gdb.arch/arm-neon.exp: Pass quiet to prepare_for_testing.
12245
12246 2016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
12247
12248 * gdb.arch/s390-tdbregs.exp: Use prepare_for_testing instead of
12249 manually constructing the output path.
12250
12251 2016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
12252
12253 * gdb.arch/s390-stackless.S: New.
12254 * gdb.arch/s390-stackless.exp: New.
12255
12256 2016-02-28 Iain Buclaw <ibuclaw@gdcproject.org>
12257
12258 * gdb.dlang/circular.c: New file.
12259 * gdb.dlang/circular.exp: New file.
12260
12261 2016-02-26 Yao Qi <yao.qi@linaro.org>
12262
12263 * gdb.reverse/insn-reverse.c [__arm__] (ext_reg_load): New.
12264 [__arm__] (ext_reg_mov, ext_reg_push_pop): New.
12265 (testcases): Update.
12266
12267 2016-02-26 Yao Qi <yao.qi@linaro.org>
12268
12269 * gdb.reverse/aarch64.c: Rename to ...
12270 * gdb.reverse/insn-reverse.c: ... it.
12271 * gdb.reverse/aarch64.exp: Rename to ...
12272 * gdb.reverse/insn-reverse.exp: ... it.
12273
12274 2016-02-26 Yao Qi <yao.qi@linaro.org>
12275
12276 * gdb.reverse/aarch64.c: [__aarch64__] Include arm_neon.h.
12277 (testcase_ftype): New.
12278 (testcases): New array.
12279 (n_testcases): New.
12280 (main): Call each element in testcases.
12281 * gdb.reverse/aarch64.exp: Remove is_aarch64_target check.
12282 (read_testcase): New.
12283 Do the tests in a loop.
12284
12285 2016-02-25 Yao Qi <yao.qi@linaro.org>
12286
12287 * gdb.base/branches.c: Remove.
12288
12289 2016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
12290
12291 PR gdb/13808
12292 * gdb.trace/ftrace.exp (test_fast_tracepoints): Remove kfail.
12293
12294 2016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
12295
12296 * gdb.trace/ftrace.exp: Remove unnecessary target check.
12297
12298 2016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
12299
12300 * gdb.trace/entry-values.exp: Surround $call_insn with '\y',
12301 change x86_64 call_insn to 'callq'.
12302
12303 2016-02-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
12304
12305 * gdb.trace/tfile-avx.c: Move to...
12306 * gdb.trace/tracefile-pseudo-reg.c: Here.
12307 * gdb.trace/tfile-avx.exp: Move to...
12308 * gdb.trace/tracefile-pseudo-reg.exp: Here.
12309
12310 2016-02-24 Gary Benson <gbenson@redhat.com>
12311
12312 * gdb.base/attach-pie-noexec.exp: Do not expect an error
12313 message on attach.
12314
12315 2016-02-23 Doug Evans <dje@google.com>
12316
12317 * gdb.base/skip.c (test_skip): New function.
12318 (end_test_skip_file_and_function): New function.
12319 (test_skip_file_and_function): New function.
12320 * gdb.base/skip1.c (test_skip): New function.
12321 (skip1_test_skip_file_and_function): New function.
12322 * gdb.base/skip.exp: Add tests for new skip options.
12323 * gdb.base/skip-solib.exp: Update expected output.
12324 * gdb.perf/skip-command.cc: New file.
12325 * gdb.perf/skip-command.exp: New file.
12326 * gdb.perf/skip-command.py: New file.
12327
12328 2016-02-22 Marcin Kościelnicki <koriakin@0x04.net>
12329
12330 * gdb.trace/unavailable.exp (gdb_unavailable_registers_test_1): Fix
12331 info registers pattern.
12332
12333 2016-02-18 Iain Buclaw <ibuclaw@gdcproject.org>
12334
12335 * lib/future.exp: Add D support.
12336 (gdb_find_gdc): New proc.
12337 (gdb_default_target_compile): Add D support.
12338
12339 2016-02-18 Wei-cheng Wang <cole945@gmail.com>
12340
12341 * gdb.trace/tspeed.c (myclock): Return wallclock instead of
12342 user+system time.
12343 (trace_speed_test): Determine the iteration count for a time
12344 between 15..30 seconds.
12345
12346 2016-02-18 Walfred Tedeschi <walfred.tedeschi@intel.com>
12347
12348 * gdb.arch/i386-mpx-sigsegv.c: New file.
12349 * gdb.arch/i386-mpx-sigsegv.exp: New file.
12350 * gdb.arch/i386-mpx-simple_segv.c: New file.
12351 * gdb.arch/i386-mpx-simple_segv.exp: New file.
12352
12353 2016-02-18 Yao Qi <yao.qi@linaro.org>
12354
12355 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
12356 Don't call setup_kfail.
12357
12358 2016-02-18 Yao Qi <yao.qi@linaro.org>
12359
12360 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
12361 Set "set breakpoint condition-evaluation" per $cond_bp_target.
12362
12363 2016-02-16 Doug Evans <dje@google.com>
12364
12365 * gdb.base/skip.c: Add copyright. Whitespace cleanup.
12366 * gdb.base/skip1.c: Ditto.
12367 * gdb.base/skip.exp: Whitespace cleanup.
12368
12369 2016-02-16 Don Breazeal <donb@codesourcery.com>
12370
12371 PR remote/19496
12372 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
12373 Remove kfail for PR remote/19496.
12374
12375 2016-02-16 Simon Marchi <simon.marchi@ericsson.com>
12376
12377 * lib/gdb.exp (standard_temp_file): Return a path specific to
12378 the runtest invocation.
12379
12380 2016-02-16 Simon Marchi <simon.marchi@ericsson.com>
12381
12382 * gdb.trace/save-trace.exp: Change relative path to be in the
12383 standard output directory.
12384
12385 2016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
12386
12387 * gdb.arch/i386-prologue.c: Add missing prototypes.
12388
12389 2016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
12390
12391 * gdb.arch/i386-gnu-cfi.exp: Use standard_output_file.
12392 * gdb.arch/i386-prologue.exp: Likewise.
12393 * gdb.arch/i386-size.exp: Likewise.
12394
12395 2016-02-15 Simon Marchi <simon.marchi@ericsson.com>
12396
12397 * gdb.base/wrong_frame_bt_full.exp: Use standard_output_file to
12398 define object file path.
12399 * gdb.btrace/gcore.exp: Use standard_output_file to define core
12400 file path.
12401 * lib/opencl.exp (gdb_compile_opencl_hostapp): Use
12402 standard_output_file to define binfile.
12403
12404 2016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
12405
12406 Fix compatibility with recent gfortran-5.3.1.
12407 * gdb.fortran/vla-history.exp (print vla1 allocated)
12408 (print vla2 allocated, print $2, print $3): Remove
12409 (print $4): Rename to ...
12410 (print $2): ... here.
12411 (print $9): Rename to ...
12412 (print $5): ... here.
12413 (print $10): Rename to ...
12414 (print $6): ... here.
12415 * gdb.fortran/vla.f90: Add pvla initialization.
12416
12417 2016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
12418
12419 * gdb.fortran/vla-value-sub-finish.exp (set max-value-size 1024*1024):
12420 New test.
12421 * gdb.fortran/vla-value-sub.exp: Likewise.
12422
12423 2016-02-12 Marcin Kościelnicki <koriakin@0x04.net>
12424
12425 * gdb.trace/tfile-avx.c (main): Change ymm15 to xmm15.
12426
12427 2016-02-12 Simon Marchi <simon.marchi@ericsson.com>
12428
12429 * i386-biarch-core.exp: Define corefile using
12430 standard_output_file.
12431
12432 2016-02-12 Yao Qi <yao.qi@linaro.org>
12433
12434 * gdb.arch/arm-single-step-kernel-helper.c: New.
12435 * gdb.arch/arm-single-step-kernel-helper.exp: New.
12436
12437 2016-02-12 Markus Metzger <markus.t.metzger@intel.com>
12438
12439 * gdb.btrace/tailcall-only.exp: New.
12440 * gdb.btrace/tailcall-only.c: New.
12441 * gdb.btrace/x86_64-tailcall-only.S: New.
12442 * gdb.btrace/i686-tailcall-only.S: New.
12443
12444 2016-02-11 Pedro Alves <palves@redhat.com>
12445
12446 * README (Parallel testing): Add missing double quotes.
12447
12448 2016-02-11 Pedro Alves <palves@redhat.com>
12449
12450 * README (Parallel testing): New section.
12451 (GDB_PARALLEL): Rewrite.
12452 (FORCE_PARALLEL): Document.
12453
12454 2016-02-11 Marcin Kościelnicki <koriakin@0x04.net>
12455
12456 * gdb.trace/tfile-avx.c: New test.
12457 * gdb.trace/tfile-avx.exp: New test.
12458
12459 2016-02-09 Keith Seitz <keiths@redhat.com>
12460
12461 PR breakpoints/19546
12462 * gdb.base/infcall-exec.c: New file.
12463 * gdb.base/infcall-exec2.c: New file.
12464 * gdb.base/infcall-exec.exp: New file.
12465
12466 2016-02-09 Keith Seitz <keiths@redhat.com>
12467
12468 * gdb.guile/scm-breakpoint.exp (test_bkpt_address): New procedure.
12469 (toplevel): Call test_bkpt_address.
12470
12471 2016-02-09 Keith Seitz <keiths@redhat.com>
12472
12473 PR python/19506
12474 * gdb.python/py-breakpoint.exp (test_bkpt_address): New procedure.
12475 (toplevel): Call test_bkpt_address.
12476
12477 2016-02-09 Simon Marchi <simon.marchi@ericsson.com>
12478
12479 * configure.ac: Use AC_CONFIG_FILES instead of passing arguments
12480 to AC_OUTPUT.
12481 * configure: Regenerate.
12482
12483 2016-02-09 Pedro Alves <palves@redhat.com>
12484
12485 PR breakpoints/19548
12486 * gdb.base/execl-update-breakpoints.c (some_function): New
12487 function.
12488 (main): Call it.
12489 * gdb.base/execl-update-breakpoints.exp: Add a second breakpoint.
12490 Tighten expected GDB output.
12491
12492 2016-02-08 Simon Marchi <simon.marchi@ericsson.com>
12493
12494 * Makefile.in (ALL_SUBDIRS): Remove.
12495 (clean mostlyclean): Do not recurse in ALL_SUBDIRS.
12496 (distclean maintainer-clean realclean): Likewise.
12497 * configure.ac (AC_OUTPUT): Remove gdb.*/Makefile.
12498 * configure: Regenerate.
12499 * gdb.ada/Makefile.in: Delete.
12500 * gdb.arch/Makefile.in: Likewise.
12501 * gdb.asm/Makefile.in: Likewise.
12502 * gdb.base/Makefile.in: Likewise.
12503 * gdb.btrace/Makefile.in: Likewise.
12504 * gdb.cell/Makefile.in: Likewise.
12505 * gdb.compile/Makefile.in: Likewise.
12506 * gdb.cp/Makefile.in: Likewise.
12507 * gdb.disasm/Makefile.in: Likewise.
12508 * gdb.dlang/Makefile.in: Likewise.
12509 * gdb.dwarf2/Makefile.in: Likewise.
12510 * gdb.fortran/Makefile.in: Likewise.
12511 * gdb.gdb/Makefile.in: Likewise.
12512 * gdb.go/Makefile.in: Likewise.
12513 * gdb.guile/Makefile.in: Likewise.
12514 * gdb.java/Makefile.in: Likewise.
12515 * gdb.linespec/Makefile.in: Likewise.
12516 * gdb.mi/Makefile.in: Likewise.
12517 * gdb.modula2/Makefile.in: Likewise.
12518 * gdb.multi/Makefile.in: Likewise.
12519 * gdb.objc/Makefile.in: Likewise.
12520 * gdb.opencl/Makefile.in: Likewise.
12521 * gdb.opt/Makefile.in: Likewise.
12522 * gdb.pascal/Makefile.in: Likewise.
12523 * gdb.perf/Makefile.in: Likewise.
12524 * gdb.python/Makefile.in: Likewise.
12525 * gdb.reverse/Makefile.in: Likewise.
12526 * gdb.server/Makefile.in: Likewise.
12527 * gdb.stabs/Makefile.in: Likewise.
12528 * gdb.threads/Makefile.in: Likewise.
12529 * gdb.trace/Makefile.in: Likewise.
12530 * gdb.xml/Makefile.in: Likewise.
12531 * lib/gdb.exp (make_gdb_parallel_path): Add check for
12532 GDB_PARALLEL.
12533 (standard_output_file): Remove check for GDB_PARALLEL, always
12534 return path in outputs/$subdir/$testname.
12535
12536 2016-02-08 Simon Marchi <simon.marchi@ericsson.com>
12537
12538 * Makefile.in (abs_srcdir): Assign @abs_srcdir@.
12539 (site.exp): Assign abs_srcdir to tcl's srcdir.
12540
12541 2016-02-04 Yao Qi <yao.qi@linaro.org>
12542
12543 * gdb.base/foll-exec-mode.c: Include limits.h.
12544 (main): Add parameters argc and argv. Get directory from
12545 argv[0].
12546 * gdb.base/foll-exec-mode.exp: Don't pass -DBASEDIR in
12547 compilation.
12548 * gdb.base/foll-exec.c: Include limits.h.
12549 (main): Add parameters argc and argv.
12550 Get directory from argv[0].
12551 * gdb.base/foll-exec.exp: Don't pass -DBASEDIR in compilation.
12552 Adjust tests on the number of lines as source code changed.
12553 * gdb.base/foll-vfork-exit.c: Include limits.h.
12554 (main): Add one line of statement before vfork.
12555 * gdb.base/foll-vfork.c: Include limits.h and string.h.
12556 (main): Add parameters argc and argv. Get directory from
12557 argv[0].
12558 * gdb.base/foll-vfork.exp: Don't pass -DBASEDIR in compilation.
12559 (setup_gdb): Set tbreak to skip some source lines.
12560 * gdb.multi/bkpt-multi-exec.c: Include limits.h.
12561 (main): Add parameters argc and argv. Get directory from
12562 argv[0].
12563 * gdb.multi/bkpt-multi-exec.exp: Don't pass -DBASEDIR in
12564 compilation.
12565 * gdb.multi/multi-arch-exec.c: Include limits.h and string.h.
12566 (main): Add parameters argc and argv. Get directory from
12567 argv[0].
12568 * gdb.multi/multi-arch-exec.exp: Don't pass -DBASEDIR in
12569 compilation.
12570
12571 2016-02-01 Doug Evans <dje@google.com>
12572
12573 * gdb.base/skip.exp: Clean up multiple references to same test name.
12574
12575 2016-02-01 Pedro Alves <palves@redhat.com>
12576
12577 PR remote/19496
12578 * gdb.threads/forking-threads-plus-breakpoint.exp
12579 (displaced_stepping_supported): New global.
12580 (probe_displaced_stepping_support): New procedure.
12581 (do_test): Add 'displaced' parameter, and use it.
12582 (top level): Check for displaced stepping support. Add displaced
12583 stepping on/off testing axis.
12584
12585 2016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
12586
12587 * gdb.mi/mi-vla-fortran.exp: Add XFAIL for accessing unassociated
12588 pointer. Don't perform further tests on the unassociated pointer
12589 if the first test fails.
12590
12591 2016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
12592
12593 * gdb.base/max-value-size.c: New file.
12594 * gdb.base/max-value-size.exp: New file.
12595 * gdb.base/huge.exp: Disable max-value-size for this test.
12596
12597 2016-01-28 Iain Buclaw <ibuclaw@gdcproject.org>
12598
12599 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
12600
12601 2016-01-28 Yao Qi <yao.qi@linaro.org>
12602
12603 * gdb.fortran/vla-value.exp: Wrap test with with_timeout_factor.
12604
12605 2016-01-25 Pedro Alves <palves@redhat.com>
12606
12607 PR threads/19461
12608 * gdb.base/fork-running-state.c: New file.
12609 * gdb.base/fork-running-state.exp: New file.
12610
12611 2016-01-25 Pedro Alves <palves@redhat.com>
12612
12613 PR gdb/19494
12614 * gdb.base/catch-fork-kill.c: New file.
12615 * gdb.base/catch-fork-kill.exp: New file.
12616
12617 2016-01-25 Pedro Alves <palves@redhat.com>
12618
12619 * gdb.base/step-sw-breakpoint-adjust-pc.exp (foreach_with_prefix):
12620 Delete, moved to lib/gdb.exp.
12621 * gdb.threads/forking-threads-plus-breakpoint.exp
12622 (foreach_with_prefix): Likewise.
12623 * gdb.threads/process-dies-while-handling-bp.exp
12624 (foreach_with_prefix): Likewise.
12625 * lib/gdb.exp (foreach_with_prefix): New procedure.
12626
12627 2016-01-25 Marcin Kościelnicki <koriakin@0x04.net>
12628
12629 * gdb.trace/backtrace.exp: Bump stack collection fudge factor.
12630 * gdb.trace/entry-values.exp: Bump stack collection fudge factor.
12631
12632 2016-01-23 Marcin Kościelnicki <koriakin@0x04.net>
12633
12634 * gdb.trace/unavailable-dwarf-piece.exp: Fix bitfield handling on big
12635 endian targets.
12636
12637 2016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
12638 Pedro Alves <palves@redhat.com>
12639
12640 Fix testsuite compatibility with Guile.
12641 * gdb.gdb/selftest.exp (send ^C to child process): Drop expected Thread
12642 number.
12643
12644 2016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
12645
12646 Fix testsuite compatibility with Guile.
12647 * gdb.gdb/selftest.exp (send ^C to child process): Accept also Thread.
12648 (thread 1): New test for backtrace through signal handler.
12649
12650 2016-01-22 Yao Qi <yao.qi@linaro.org>
12651
12652 PR testsuite/19491
12653 * gdb.base/multi-forks.c: Include
12654 ../lib/unbuffer_output.c
12655 (main): Call gdb_unbuffer_output.
12656
12657 2016-01-21 Doug Evans <dje@google.com>
12658
12659 * lib/ada.exp (gdb_compile_ada): Fix typo.
12660
12661 2016-01-21 Joel Brobecker <brobecker@adacore.com>
12662
12663 * gdb.base/break-fun-addr.exp: New file.
12664 * gdb.base/break-fun-addr1.c: New file.
12665 * gdb.base/break-fun-addr2.c: New file.
12666
12667 2016-01-20 Simon Marchi <simon.marchi@polymtl.ca>
12668
12669 * gdb.python/py-pp-maint.exp: Change/add enum flag tests.
12670 * gdb.python/py-pp-maint.c (enum flag_enum): Use more complex
12671 enum flag values.
12672
12673 2016-01-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
12674
12675 * gdb.base/gnu_vector.exp: Re-establish handling for should_kfail
12676 when GDB can not set the vector return value. Add more comments
12677 for clarification.
12678
12679 2016-01-20 Antoine Tremblay <antoine.tremblay@ericsson.com>
12680
12681 * gdb.trace/tspeed.exp: Use shlib instead of libs in gdb_compile
12682 command.
12683
12684 2016-01-19 Simon Marchi <simon.marchi@ericsson.com>
12685
12686 * Makefile.in (DO_RUNTEST): Add --status and update usages.
12687
12688 2016-01-19 Simon Marchi <simon.marchi@ericsson.com>
12689
12690 * Makefile.in (check-single): Pass --status to runtest.
12691 (check/%.exp): Likewise.
12692
12693 2016-01-19 Simon Marchi <simon.marchi@ericsson.com>
12694
12695 * Makefile.in (check-parallel): Propagate return code from make
12696 do-check-parallel.
12697
12698 2016-01-19 Marcin Kościelnicki <koriakin@0x04.net>
12699
12700 * gdb.trace/ftrace.exp: Fix expected message on continue.
12701 * gdb.trace/pending.exp: Fix expected message on continue.
12702 * gdb.trace/trace-break.exp: Fix expected message on continue.
12703
12704 2016-01-18 Simon Marchi <simon.marchi@ericsson.com>
12705
12706 * lib/gdb.exp (gdb_test): Remove unused global references.
12707
12708 2016-01-18 Pedro Alves <palves@redhat.com>
12709
12710 * gdb.base/async-shell.exp: Adjust expected output.
12711 * gdb.base/dprintf-non-stop.exp: Adjust expected output.
12712 * gdb.base/siginfo-thread.exp: Adjust expected output.
12713 * gdb.base/watchpoint-hw-hit-once.exp: Adjust expected output.
12714 * gdb.java/jnpe.exp: Adjust expected output.
12715 * gdb.threads/clone-new-thread-event.exp: Adjust expected output.
12716 * gdb.threads/continue-pending-status.exp: Adjust expected output.
12717 * gdb.threads/leader-exit.exp: Adjust expected output.
12718 * gdb.threads/manythreads.exp: Adjust expected output.
12719 * gdb.threads/pthreads.exp: Adjust expected output.
12720 * gdb.threads/schedlock.exp: Adjust expected output.
12721 * gdb.threads/siginfo-threads.exp: Adjust expected output.
12722 * gdb.threads/signal-command-multiple-signals-pending.exp: Adjust
12723 expected output.
12724 * gdb.threads/signal-delivered-right-thread.exp: Adjust expected
12725 output.
12726 * gdb.threads/sigthread.exp: Adjust expected output.
12727 * gdb.threads/watchpoint-fork.exp: Adjust expected output.
12728
12729 2016-01-18 Yao Qi <yao.qi@linaro.org>
12730
12731 * gdb.guile/scm-section-script.c: Replace @progbits with
12732 %progbits.
12733 * gdb.python/py-section-script.c: Likewise.
12734
12735 2016-01-15 Pedro Alves <palves@redhat.com>
12736
12737 * gdb.multi/tids.exp: Test star wildcard ranges.
12738
12739 2016-01-15 Pedro Alves <palves@redhat.com>
12740
12741 * gdb.multi/tids.exp (thr_apply_info_thr_error): Remove "p 1234"
12742 command from "thread apply" invocation.
12743 (thr_apply_info_thr_invalid): Default the expected output to the
12744 input tid list.
12745 (top level): Add tests that use convenience variables. Add tests
12746 for "thread apply" with a valid TID list, but missing the command.
12747
12748 2016-01-13 Pedro Alves <palves@redhat.com>
12749
12750 * gdb.base/default.exp: Expect $_gthread as well.
12751 * gdb.multi/tids.exp: Test $_gthread.
12752 * gdb.threads/thread-specific.exp: Test $_gthread.
12753
12754 2016-01-13 Pedro Alves <palves@redhat.com>
12755
12756 * gdb.multi/tids.exp: Test "info threads -gid".
12757
12758 2016-01-13 Pedro Alves <palves@redhat.com>
12759
12760 * gdb.multi/tids.exp: Test InferiorThread.global_num and
12761 Breakpoint.thread.
12762 * gdb.python/py-infthread.exp: Test InferiorThread.global_num.
12763
12764 2016-01-07 Pedro Alves <palves@redhat.com>
12765
12766 * gdb.base/break.exp: Adjust to output changes.
12767 * gdb.base/hbreak2.exp: Likewise.
12768 * gdb.base/sepdebug.exp: Likewise.
12769 * gdb.base/watch_thread_num.exp: Likewise.
12770 * gdb.linespec/keywords.exp: Likewise.
12771 * gdb.multi/info-threads.exp: Likewise.
12772 * gdb.threads/thread-find.exp: Likewise.
12773 * gdb.multi/tids.c: New file.
12774 * gdb.multi/tids.exp: New file.
12775
12776 2016-01-13 Pedro Alves <palves@redhat.com>
12777
12778 * gdb.python/py-infthread.exp: Test InferiorThread.inferior.
12779
12780 2016-01-13 Pedro Alves <palves@redhat.com>
12781
12782 * gdb.base/default.exp: Expect $_inferior as well.
12783 * gdb.multi/base.exp: Test $_inferior.
12784
12785 2016-01-13 Pedro Alves <palves@redhat.com>
12786
12787 PR breakpoints/19388
12788 * gdb.base/catch-signal-siginfo-cond.c: New file.
12789 * gdb.base/catch-signal-siginfo-cond.exp: New file.
12790
12791 2016-01-12 Josh Stone <jistone@redhat.com>
12792 Philippe Waroquiers <philippe.waroquiers@skynet.be>
12793
12794 * gdb.base/catch-syscall.c (do_execve): New variable.
12795 (main): Conditionally trigger an execve.
12796 * gdb.base/catch-syscall.exp: Enable testing for remote targets.
12797 (test_catch_syscall_execve): New, check entry/return across execve.
12798 (do_syscall_tests): Call test_catch_syscall_execve.
12799
12800 2016-01-12 Pedro Alves <palves@redhat.com>
12801
12802 * gdb.base/random-signal.exp (do_test): New procedure, with body
12803 of testcase moved in.
12804
12805 2016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
12806 Pedro Alves <palves@redhat.com>
12807
12808 * gdb.base/funcargs.exp (finish from indirectly called function):
12809 Reintroduce the case for 'First'.
12810
12811 2016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
12812 Pedro Alves <palves@redhat.com>
12813
12814 * gdb.base/foll-vfork.exp (tcatch_vfork_then_parent_follow)
12815 (tcatch_vfork_then_child_follow_exec)
12816 (tcatch_vfork_then_child_follow_exit): Revert back DWARF vfork
12817 identification.
12818
12819 2016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
12820
12821 * gdb.guile/scm-value.exp (test_value_in_inferior): Set print elements
12822 and repeats to unlimited.
12823 * gdb.python/py-value.exp: Likewise.
12824 * lib/gdb.exp (gdb_has_argv0): Save and temporarily set print elements
12825 and repeats to unlimited.
12826
12827 2016-01-08 Jan Kratochvil <jan.kratochvil@redhat.com>
12828
12829 * gdb.multi/goodbye.c: Fix compilation warnings by adding return types
12830 and reordering the functions.
12831 * gdb.multi/hangout.c: Likewise.
12832 * gdb.multi/hello.c: Likewise.
12833
12834 2016-01-08 Simon Marchi <simon.marchi@ericsson.com>
12835
12836 * gdb.perf/lib/perftest/perftest.py: Change relative imports to
12837 absolute.
12838 (SingleStatisticTestResult.report): Use dict.keys instead of
12839 dict.iterkeys.
12840
12841 2016-01-06 Pedro Alves <palves@redhat.com>
12842
12843 * gdb.python/py-infthread.exp: Fix typo. Expect t0.num to be 1.
12844
12845 2016-01-04 Markus Metzger <markus.t.metzger@intel.com>
12846
12847 * gdb.btrace/dlopen.exp: New.
12848 * gdb.btrace/dlopen.c: New.
12849 * gdb.btrace/dlopen-dso.c: New.
12850
12851 2015-12-25 Sandra Loosemore <sandra@codesourcery.com>
12852
12853 * lib/gdb.exp (gdb_test): Update comments to clarify that the
12854 PATTERN argument is optional.
12855
12856 2015-12-24 Joel Brobecker <brobecker@adacore.com>
12857
12858 * lib/ada.exp (target_compile_ada_from_dir): New function.
12859 (gdb_compile_ada): Reimplement avoiding the use of project files.
12860 * gdb.ada/gnat_ada.gpr: Delete.
12861 * gdb.ada/cond_lang.exp: Adjust test to make path before
12862 filename optional.
12863 * gdb.ada/small_reg_param.exp: Likewise.
12864
12865 2015-12-22 Simon Marchi <simon.marchi@ericsson.com>
12866
12867 * gdb.base/foll-vork.exp: Remove HP-UX special case.
12868
12869 2015-12-22 Thomas Preud'homme <thomas.preudhomme@arm.com>
12870
12871 * lib/mi-support.exp (mi_run_cmd_full): Add an expect for the CLI jump
12872 case.
12873
12874 2015-12-21 Simon Marchi <simon.marchi@ericsson.com>
12875
12876 * gdb.base/break.exp: Remove dead code.
12877 * gdb.base/sepdebug.exp: Likewise.
12878
12879 2015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
12880
12881 * gdb.asm/asm-source.exp: Remove HP-UX references.
12882 * gdb.base/annota1.exp: Likewise.
12883 * gdb.base/annota3.exp: Likewise.
12884 * gdb.base/attach.exp: Likewise.
12885 * gdb.base/bigcore.exp: Likewise.
12886 * gdb.base/break.exp: Likewise.
12887 * gdb.base/call-ar-st.exp: Likewise.
12888 * gdb.base/callfuncs.exp: Likewise.
12889 * gdb.base/catch-fork-static.exp: Likewise.
12890 * gdb.base/display.exp: Likewise.
12891 * gdb.base/foll-exec-mode.exp: Likewise.
12892 * gdb.base/foll-exec.exp: Likewise.
12893 * gdb.base/foll-fork.exp: Likewise.
12894 * gdb.base/foll-vfork.exp: Likewise.
12895 * gdb.base/funcargs.exp: Likewise.
12896 * gdb.base/hbreak2.exp: Likewise.
12897 * gdb.base/inferior-died.exp: Likewise.
12898 * gdb.base/interrupt.exp: Likewise.
12899 * gdb.base/multi-forks.exp: Likewise.
12900 * gdb.base/nodebug.exp: Likewise.
12901 * gdb.base/sepdebug.exp: Likewise.
12902 * gdb.base/solib1.c: Likewise.
12903 * gdb.base/step-test.exp: Likewise.
12904 * gdb.mi/non-stop.c: Likewise.
12905 * gdb.mi/pthreads.c: Likewise.
12906 * gdb.multi/bkpt-multi-exec.ex: Likewise.
12907 * gdb.threads/pthreads.c: Likewise.
12908 * gdb.threads/staticthreads.exp: Likewise.
12909 * lib/future.exp: Likewise.
12910 * lib/gdb.exp: Likewise.
12911 * gdb.base/so-indr-cl.c: Remove.
12912 * gdb.base/so-indr-cl.exp: Likewise.
12913 * gdb.base/solib.c: Likewise.
12914 * gdb.base/solib.exp: Likewise.
12915 * gdb.base/solib2.c: Likewise.
12916
12917 2015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
12918
12919 * gdb.base/break.exp: Remove references to HP CC/aCC compilers.
12920 * gdb.base/call-ar-st.exp: Likewise.
12921 * gdb.base/callfuncs.exp: Likewise.
12922 * gdb.base/condbreak.exp: Likewise.
12923 * gdb.base/constvars.exp: Likewise.
12924 * gdb.base/hbreak2.exp: Likewise.
12925 * gdb.base/langs.exp: Likewise.
12926 * gdb.base/list.exp: Likewise.
12927 * gdb.base/long_long.exp: Likewise.
12928 * gdb.base/ptype.exp: Likewise.
12929 * gdb.base/scope.exp: Likewise.
12930 * gdb.base/signals.exp: Likewise.
12931 * gdb.base/so-impl-ld.exp: Likewise.
12932 * gdb.base/varargs.exp: Likewise.
12933 * gdb.base/volatile.exp: Likewise.
12934 * gdb.base/whatis.exp: Likewise.
12935 * gdb.cp/cplusfuncs.exp: Likewise.
12936 * gdb.cp/inherit.exp: Likewise.
12937 * gdb.cp/local.exp: Likewise.
12938 * gdb.cp/member-ptr.exp: Likewise.
12939 * gdb.cp/method.exp: Likewise.
12940 * gdb.cp/overload.exp: Likewise.
12941 * gdb.cp/templates.exp: Likewise.
12942 * gdb.stabs/weird.exp: Likewise.
12943 * lib/compiler.c: Likewise.
12944 * lib/compiler.cc: Likewise.
12945 * lib/cp-support.exp: Likewise.
12946 * lib/gdb.exp: Likewise.
12947
12948 2015-12-20 Simon Marchi <simon.marchi@polymtl.ca>
12949
12950 * configure.ac: Remove HP-UX case.
12951 * configure: Regenerate.
12952
12953 2015-12-18 Simon Marchi <simon.marchi@ericsson.com>
12954
12955 * lib/gdb.exp (gdb_compile): Add function doc.
12956
12957 2015-12-17 Pedro Alves <palves@redhat.com>
12958
12959 PR threads/19354
12960 * gdb.multi/info-threads.exp: New file.
12961
12962 2015-12-15 Yao Qi <yao.qi@linaro.org>
12963
12964 * gdb.trace/ftrace.exp: Set arg0exp to "$x0" if target
12965 is aarch64*-*-*.
12966
12967 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
12968
12969 * gdb.base/history-duplicates.exp: Skip if no readline support.
12970
12971 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
12972
12973 * gdb.base/gdbinit-history.exp: Skip for remote-host testing.
12974
12975 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
12976
12977 * gdb.base/gdbhistsize-history.exp: Skip for remote-host testing.
12978
12979 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
12980
12981 * gdb.base/completion.exp: Skip tests that interrupt GDB with
12982 ctrl-C if nointerrupts target property is set.
12983 * gdb.base/double-prompt-target-event-error.exp: Likewise.
12984 * gdb.base/paginate-after-ctrl-c-running.exp: Likewise.
12985 * gdb.base/paginate-bg-execution.exp: Likewise.
12986 * gdb.base/paginate-execution-startup.exp: Likewise.
12987 * gdb.base/random-signal.exp: Likewise.
12988 * gdb.base/range-stepping.exp: Likewise.
12989 * gdb.cp/annota2.exp: Likewise.
12990 * gdb.cp/annota3.exp: Likewise.
12991 * gdb.gdb/selftest.exp: Likewise.
12992 * gdb.threads/continue-pending-status.exp: Likewise.
12993 * gdb.threads/leader-exit.exp: Likewise.
12994 * gdb.threads/manythreads.exp: Likewise.
12995 * gdb.threads/pthreads.exp: Likewise.
12996 * gdb.threads/schedlock.exp: Likewise.
12997 * gdb.threads/sigthread.exp: Likewise.
12998
12999 2015-12-11 Don Breazeal <donb@codesourcery.com>
13000
13001 * gdb.base/execl-update-breakpoints.exp (main): Enable for target
13002 remote.
13003 * gdb.base/foll-exec-mode.exp (main): Disable for target remote.
13004 * gdb.base/foll-exec.exp (main): Enable for target remote.
13005 * gdb.base/foll-fork.exp (main): Likewise.
13006 * gdb.base/foll-vfork.exp (main): Likewise.
13007 * gdb.base/multi-forks.exp (main): Likewise, and use clean_restart.
13008 (proc continue_to_exit_bp_loc): Use clean_restart.
13009 * gdb.base/pie-execl.exp (main): Disable for target remote.
13010 * gdb.base/watch-vfork.exp (main): Enable for target remote.
13011 * gdb.mi/mi-nsthrexec.exp (main): Likewise.
13012 * gdb.threads/execl.exp (main): Likewise.
13013 * gdb.threads/fork-child-threads.exp (main): Likewise.
13014 * gdb.threads/fork-plus-threads.exp (main): Disable for target
13015 remote.
13016 * gdb.threads/fork-thread-pending.exp (main): Enable for target
13017 remote.
13018 * gdb.threads/linux-dp.exp (check_philosopher_stack): Allow
13019 pid.tid style ptids, instead of just tid.
13020 * gdb.threads/thread-execl.exp (main): Enable for target remote.
13021 * gdb.threads/watchpoint-fork.exp (main): Likewise.
13022 * gdb.trace/report.exp (use_collected_data): Allow pid.tid style
13023 ptids, instead of just tid.
13024
13025 2015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
13026
13027 * gdb.base/list.exp (test_list_forward): Add end of file error
13028 test.
13029 (test_repeat_list_command): Add end of file error test.
13030 (test_list_backwards): Add beginning of file error test.
13031
13032 2015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
13033
13034 * gdb.base/list.exp (test_list_invalid_args): New function,
13035 defined, and called.
13036
13037 2015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
13038
13039 * gdb.base/list.exp (test_list): Make test names unique.
13040
13041 2015-12-11 Yao Qi <yao.qi@linaro.org>
13042
13043 * gdb.base/coremaker2.c: Remove.
13044
13045 2015-12-10 Pedro Alves <palves@redhat.com>
13046
13047 * gdb.multi/base.exp: Remove stale "spaces" references.
13048
13049 2015-12-10 Pedro Alves <palves@redhat.com>
13050
13051 * gdb.multi/base.exp: Don't use nowarnings.
13052 * gdb.multi/bkpt-multi-exec.exp: Don't use nowarnings.
13053 * gdb.multi/hangout.c: Include stdio.h.
13054 * gdb.multi/hello.c: Include stdlib.h.
13055 * gdb.multi/multi-arch-exec.c: Include stdlib.h.
13056 * gdb.multi/multi-arch-exec.exp: Don't use nowarnings.
13057 * gdb.multi/multi-arch.exp: Don't use nowarnings.
13058
13059 2015-12-10 Andrew Burgess <andrew.burgess@embecosm.com>
13060
13061 * gdb.dwarf2/dw2-ranges-base.c: New file.
13062 * gdb.dwarf2/dw2-ranges-base.exp: New file.
13063 * lib/dwarf.exp (namespace eval Dwarf): Add new variables to
13064 support additional line table, and debug ranges generation.
13065 (Dwarf::ranges): New function, generate .debug_ranges.
13066 (Dwarf::lines): Support generating simple line table programs.
13067 (Dwarf::assemble): Initialise new namespace variables.
13068
13069 2015-12-09 Kevin Buettner <kevinb@redhat.com>
13070
13071 * gdb.base/async.exp (proc test_background): Add case for
13072 asynchronous execution not supported.
13073
13074 2015-12-09 Luis Machado <lgustavo@codesourcery.com>
13075
13076 * gdb.mi/mi-var-display.exp: Add new checks for the zero-hexadecimal
13077 format and change test names to make them unique.
13078
13079 2015-12-09 Ruslan Kabatsayev <b7.10110111@gmail.com>
13080 Pedro Alves <pedro@redhat.com>
13081
13082 PR gdb/18702
13083 Add checking of floatformats setup on x86_64 hosts.
13084 * gdb.arch/i386-float.S (main): Load bigval and smallval.
13085 (smallval, bigval): New labels/constants.
13086 * gdb.arch/i386-float.exp: Use with_test_prefix and test "info
13087 float" after loading bigval and smallval.
13088
13089 2015-12-07 Pierre-Marie de Rodat <derodat@adacore.com>
13090
13091 * gdb.ada/fun_overload_menu.exp: New testcase.
13092 * gdb.ada/fun_overload_menu/foo.adb: New testcase.
13093
13094 2015-12-04 Josh Stone <jistone@redhat.com>
13095
13096 * gdb.base/catch-fork-static.exp: New.
13097
13098 2015-12-03 Yao Qi <yao.qi@linaro.org>
13099
13100 * gdb.base/sizeof.c: Don't include stdio.h and
13101 ../lib/unbuffer_output.c.
13102 (main): New variable 'size' and 'value'. Remove printf and
13103 gdb_unbuffer_output. Assign return value to size and value.
13104 * gdb.base/sizeof.exp: Remove the checking to gdb,noinferiorio
13105 at the beginning.
13106 (check_sizeof): Check the result by printing variable 'size'.
13107 (check_valueof): Check the result by printing variable 'value'.
13108
13109 2015-12-01 Yao Qi <yao.qi@linaro.org>
13110
13111 * gdb.base/disp-step-syscall.exp: Define syscall instruction
13112 for aarch64*-*-linux* target.
13113
13114 2015-11-30 Pedro Alves <palves@redhat.com>
13115
13116 * gdb.threads/no-unwaited-for-left.exp: Remove setup_kfail calls.
13117
13118 2015-11-30 Pedro Alves <palves@redhat.com>
13119
13120 * lib/range-stepping-support.exp (exec_cmd_expect_vCont_count):
13121 Handle non-stop mode vCont replies.
13122
13123 2015-11-30 Pedro Alves <palves@redhat.com>
13124
13125 * gdb.base/dprintf-non-stop.exp: Use build_executable instead of
13126 prepare_for_testing. Start gdb with "set non-stop on" appended to
13127 GDBFLAGS. Lax expected stop output.
13128
13129 2015-11-27 Yao Qi <yao.qi@linaro.org>
13130
13131 * gdb.arch/arm-neon.exp: New.
13132 * gdb.arch/arm-neon.c: New.
13133
13134 2015-11-27 Yao Qi <yao.qi@linaro.org>
13135
13136 * gdb.cp/annota2.exp: Rewrite the pattern using multi_line.
13137
13138 2015-11-27 Yao Qi <yao.qi@linaro.org>
13139
13140 * gdb.cp/annota2.exp: Allow multiple occurrences of the
13141 frames-invalid annotation.
13142
13143 2015-11-27 Yao Qi <yao.qi@linaro.org>
13144
13145 * gdb.cp/annota2.exp: Use ${frames_invalid}.
13146
13147 2015-11-26 Simon Marchi <simon.marchi@ericsson.com>
13148
13149 * gdb.threads/names.exp: New file.
13150 * gdb.threads/names.c: New file.
13151 * README: Mention gdb,no_thread_names.
13152
13153 2015-11-26 Markus Metzger <markus.t.metzger@intel.com>
13154
13155 PR 19297
13156 * lib/gdb.exp (skip_btrace_pt_tests): Check for a "GDB does not
13157 support" error.
13158
13159 2015-11-24 Pedro Alves <palves@redhat.com>
13160
13161 PR 17539
13162 * gdb.base/display.exp: Expect displays to be sorted in ascending
13163 order. Use multi_line.
13164 * gdb.base/solib-display.exp: Likewise.
13165
13166 2015-11-24 Pedro Alves <palves@redhat.com>
13167
13168 PR 17539
13169 * gdb.base/display.exp: Expect displays to be sorted in ascending
13170 order. Use multi_line.
13171 * gdb.base/solib-display.exp: Likewise.
13172
13173 2015-11-24 Pedro Alves <palves@redhat.com>
13174
13175 PR 17539
13176 * gdb.base/foll-exec-mode.exp: Adjust to GDB listing inferiors and
13177 threads in ascending order.
13178 * gdb.base/foll-fork.exp: Likewise.
13179 * gdb.base/foll-vfork.exp: Likewise.
13180 * gdb.base/multi-forks.exp: Likewise.
13181 * gdb.mi/mi-nonstop.exp: Likewise.
13182 * gdb.mi/mi-nsintrall.exp: Likewise.
13183 * gdb.multi/base.exp: Likewise.
13184 * gdb.multi/multi-arch.exp: Likewise.
13185 * gdb.python/py-inferior.exp: Likewise.
13186 * gdb.threads/break-while-running.exp: Likewise.
13187 * gdb.threads/execl.exp: Likewise.
13188 * gdb.threads/gcore-thread.exp: Likewise.
13189 * gdb.threads/info-threads-cur-sal.exp: Likewise.
13190 * gdb.threads/kill.exp: Likewise.
13191 * gdb.threads/linux-dp.exp: Likewise.
13192 * gdb.threads/multiple-step-overs.exp: Likewise.
13193 * gdb.threads/next-bp-other-thread.exp: Likewise.
13194 * gdb.threads/step-bg-decr-pc-switch-thread.exp: Likewise.
13195 * gdb.threads/step-over-lands-on-breakpoint.exp: Likewise.
13196 * gdb.threads/step-over-trips-on-watchpoint.exp: Likewise.
13197 * gdb.threads/thread-find.exp: Likewise.
13198 * gdb.threads/tls.exp: Likewise.
13199 * lib/mi-support.exp (mi_reverse_list): Delete.
13200 (mi_check_thread_states): No longer reverse list.
13201
13202 2015-11-24 Pedro Alves <palves@redhat.com>
13203
13204 * gdb.python/py-inferior.exp: Use with_test_prefix. Consistently
13205 use lowercase.
13206
13207 2015-11-23 Simon Marchi <simon.marchi@ericsson.com>
13208
13209 * gdb.trace/actions.c: Include trace-common.h.
13210 (main): Add a location for a fast tracepoint.
13211 * gdb.trace/save-trace.exp: Set a fast tracepoint in addition to
13212 the normal tracepoints.
13213 (gdb_verify_tracepoints): Adjust number of expected tracepoints.
13214
13215 2015-11-23 Simon Marchi <simon.marchi@ericsson.com>
13216
13217 * save-trace.exp: Factor out code to these...
13218 (gdb_save_tracepoints): New.
13219 (gdb_load_tracepoints): New.
13220 (do_save_load_test): New.
13221
13222 2015-11-23 Kevin Buettner <kevinb@redhat.com>
13223
13224 * gdb.base/asmlabel.exp: New test.
13225 * gdb.base/asmlabel.c: New test case.
13226
13227 2015-11-23 Joel Brobecker <brobecker@adacore.com>
13228
13229 * gdb.base/wrong_frame_bt_full-main.c: New file.
13230 * gdb.base/wrong_frame_bt_full-opaque.c: New file.
13231 * gdb.base/wrong_frame_bt_full.exp: New file.
13232
13233 2015-11-23 Joel Brobecker <brobecker@adacore.com>
13234
13235 * testsuite/gdb.ada/var_rec_arr.exp: Add "ptype a1(1)" test.
13236
13237 2015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
13238
13239 * gdb.base/callfuncs.exp (fetch_all_registers): Filter out the
13240 pstate register when comparing registers values in
13241 sparc64-*-linux-gnu targets to avoid spurious differences.
13242
13243 2015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
13244
13245 * gdb.arch/sparc-sysstep.c: Include unistd.h for getpid.
13246
13247 2015-11-19 Sandra Loosemore <sandra@codesourcery.com>
13248
13249 * gdb.base/nested-subp1.exp: Pass executable, not executable name,
13250 as type argument to gdb_compile.
13251 * gdb.base/nested-subp2.exp: Likewise.
13252 * gdb.base/nested-subp3.exp: Likewise.
13253
13254 2015-11-17 Dominik Vogt <vogt@linux.vnet.ibm.com>
13255
13256 * lib/dwarf.exp (_note): Fix left shift of negative value.
13257 * gdb.trace/trace-condition.exp: Likewise.
13258
13259 2015-11-13 Yao Qi <yao.qi@linaro.org>
13260
13261 * gdb.base/call-sc.exp (test_scalar_returns): Remove the
13262 comments about d10v.
13263 (test_scalar_returns): Likewise.
13264 * gdb.base/d10v.ld: Remove.
13265 * gdb.base/overlays.exp: Remove the target triplet checking for
13266 d10v-*-*.
13267 * gdb.base/structs.exp (test_struct_returns): Remove the
13268 comments about d10v.
13269 (test_struct_calls): Likewise.
13270
13271 2015-11-13 Yao Qi <yao.qi@linaro.org>
13272
13273 * gdb.base/gnu_vector.exp: Check the return value by "p res".
13274 * gdb.base/gnu_vector.c: Don't include stdio.h.
13275 (main): Don't print res and call add_some_intvecs.
13276
13277 2015-11-11 Marcin Kościelnicki <koriakin@0x04.net>
13278
13279 * gdb.trace/change-loc.h: include "trace-common.h", remove SYMBOL
13280 macro.
13281 (func5): Removed.
13282 (func4): Use FAST_TRACEPOINT_LABEL.
13283 * gdb.trace/ftrace-lock.c: include "trace-common.h", remove SYMBOL
13284 macro.
13285 (func): Removed.
13286 (thread_function): Use FAST_TRACEPOINT_LABEL.
13287 * gdb.trace/ftrace.c: include "trace-common.h", remove SYMBOL macro.
13288 (func): Remove.
13289 (marker): Use FAST_TRACEPOINT_LABEL.
13290 * gdb.trace/pendshr1.c: include "trace-common.h", remove SYMBOL macro.
13291 (pendfunc1): Remove.
13292 (pendfunc): Use FAST_TRACEPOINT_LABEL.
13293 * gdb.trace/pendshr2.c: include "trace-common.h", remove SYMBOL macro.
13294 (foo): Remove.
13295 (pendfunc2): Use FAST_TRACEPOINT_LABEL.
13296 * gdb.trace/trace-break.c: include "trace-common.h", remove SYMBOL
13297 macro.
13298 (func): Remove.
13299 (marker): Use FAST_TRACEPOINT_LABEL.
13300 * gdb.trace/trace-common.h: New header.
13301 * gdb.trace/trace-condition.c: include "trace-common.h", remove SYMBOL
13302 macro.
13303 (func): Remove.
13304 (marker): Use FAST_TRACEPOINT_LABEL.
13305 * gdb.trace/trace-mt.c: include "trace-common.h", remove SYMBOL macro.
13306 (func): Remove.
13307 (thread_function): Use FAST_TRACEPOINT_LABEL.
13308
13309 2015-11-10 Marcin Kościelnicki <koriakin@0x04.net>
13310
13311 * gdb.trace/backtrace.exp: Use global fpreg/spreg definition, add $
13312 in front.
13313 * gdb.trace/change-loc.exp: Use global pcreg definition.
13314 * gdb.trace/collection.exp: Use global pcreg/fpreg/spreg definition.
13315 * gdb.trace/entry-values.exp: Use global spreg definition, add $
13316 in front.
13317 * gdb.trace/mi-trace-frame-collected.exp: Use global pcreg definition.
13318 * gdb.trace/pending.exp: Likewise.
13319 * gdb.trace/report.exp: Use global pcreg/fpreg/spreg definition.
13320 * gdb.trace/trace-break.exp: Likewise.
13321 * gdb.trace/trace-condition.exp: Use global pcreg definition, add $
13322 in front.
13323 * gdb.trace/unavailable.exp: Use global pcreg/fpreg/spreg definition.
13324 * gdb.trace/while-dyn.exp: Use global fpreg definition, add $
13325 in front.
13326 * lib/trace-support.exp: Define fpreg, spreg, pcreg variables.
13327
13328 2015-11-09 Joel Brobecker <brobecker@adacore.com>
13329
13330 * gdb.ada/fin_fun_out: New testcase.
13331
13332 2015-11-07 Kevin Buettner <kevinb@redhat.com>
13333
13334 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Don't hardcode
13335 value associated with DW_AT_byte_size.
13336 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Don't hardcode
13337 constants for DW_AT_byte_size, DW_AT_lower_bound, and
13338 DW_AT_upper_bound.
13339
13340 2015-11-07 Kevin Buettner <kevinb@redhat.com>
13341
13342 * lib/gdb (gdb_target_symbol_prefix_flags_asm): New proc.
13343 (gdb_target_symbol_prefix_flags): Define in terms of _asm
13344 version.
13345 * gdb.arch/i386-float.exp, gdb.arch/i386-permbkpt.exp,
13346 gdb.dwarf2/dw2-canonicalize-type.exp,
13347 gdb.dwarf2/dw2-compdir-oldgcc.exp, gdb.dwarf2/dw2-minsym-in-cu.exp,
13348 gdb.dwarf2/dw2-op-stack-value.exp, gdb.dwarf2/dw2-unresolved.exp,
13349 gdb.dwarf2/fission-reread.exp, gdb.dwarf2/pr13961.exp: Use flags
13350 provided by gdb_target_symbol_prefix_flags_asm.
13351 * gdb.dwarf2/dw2-canonicalize-type.S, gdb.dwarf2/dw2-compdir-oldgcc.S,
13352 testsuite/gdb.dwarf2/dw2-minsym-in-cu.S,
13353 testsuite/gdb.dwarf2/dw2-unresolved-main.c,
13354 testsuite/gdb.dwarf2/dw2-unresolved.S, gdb.dwarf2/fission-reread.S,
13355 gdb.dwarf2/pr13961.S: Define and use SYMBOL macro (and supporting
13356 macros where needed). Use this macro for symbols which require
13357 the prefix provided by SYMBOL_PREFIX.
13358
13359 2015-11-05 Kevin Buettner <kevinb@redhat.com>
13360
13361 * lib/gdb.exp (gdb_target_symbol_prefix, gdb_target_symbol):
13362 New procs.
13363 * lib/dwarf.exp (_handle_DW_TAG): Handle attribute values,
13364 representing expressions, of more than one list element.
13365 * gdb.dwarf2/atomic-type.exp (Dwarf::assemble): Use gdb_target_symbol
13366 to prepend linker symbol prefix to f.
13367 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Likewise, for
13368 table_1 and table_2.
13369 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp (Dwarf::assemble):
13370 Likewise, for f and g.
13371 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble): Likewise,
13372 for ptr.
13373 * gdb.dwarf2/dw2-regno-invalid.exp (Dwarf::assemble): Likewise,
13374 for main.
13375 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Likewise, for
13376 table_1_ptr and table_2_ptr.
13377
13378 2015-11-03 Jan Kratochvil <jan.kratochvil@redhat.com>
13379 Joel Brobecker <brobecker@adacore.com>
13380
13381 * gdb.mi/mi-vla-fortran.exp (evaluate allocated vla): Permit any data.
13382
13383 2015-11-04 Marcin Kościelnicki <koriakin@0x04.net>
13384
13385 * gdb.reverse/s390-mvcle.c: New test.
13386 * gdb.reverse/s390-mvcle.exp: New file.
13387 * lib/gdb.exp: Enable reverse tests on s390*-linux.
13388
13389 2015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
13390
13391 * gdb.reverse/readv-reverse.exp: Obvious typo fixed.
13392
13393 2015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
13394
13395 * gdb.reverse/fstatat-reverse.exp: Set breakpoint on marker1 after
13396 reaching marker2.
13397 * gdb.reverse/getresuid-reverse.exp: Likewise.
13398 * gdb.reverse/pipe-reverse.exp: Likewise.
13399 * gdb.reverse/readv-reverse.exp: Likewise.
13400 * gdb.reverse/recvmsg-reverse.exp: Likewise.
13401 * gdb.reverse/time-reverse.exp: Likewise.
13402 * gdb.reverse/waitpid-reverse.exp: Likewise and add KFAILs.
13403
13404 2015-10-30 Yao Qi <yao.qi@linaro.org>
13405
13406 * gdb.threads/wp-replication.c (watch_count_done): Remove.
13407 (empty_cycle): Remove.
13408 (main): Don't call empty_cycle. Don't use watch_count_done.
13409 * gdb.threads/wp-replication.exp: Don't set breakpoint on
13410 empty_cycle. Rewrite the code counting HW watchpoints.
13411
13412 2015-10-30 Marcin Kościelnicki <koriakin@0x04.net>
13413
13414 * gdb.reverse/fstatat-reverse.c: New test.
13415 * gdb.reverse/fstatat-reverse.exp: New file.
13416 * gdb.reverse/getresuid-reverse.c: New test.
13417 * gdb.reverse/getresuid-reverse.exp: New file.
13418 * gdb.reverse/pipe-reverse.c: New test.
13419 * gdb.reverse/pipe-reverse.exp: New file.
13420 * gdb.reverse/readv-reverse.c: New test.
13421 * gdb.reverse/readv-reverse.exp: New file.
13422 * gdb.reverse/recvmsg-reverse.c: New test.
13423 * gdb.reverse/recvmsg-reverse.exp: New file.
13424 * gdb.reverse/time-reverse.c: New test.
13425 * gdb.reverse/time-reverse.exp: New file.
13426 * gdb.reverse/waitpid-reverse.c: New test.
13427 * gdb.reverse/waitpid-reverse.exp: New file.
13428
13429 2015-10-27 Jan Kratochvil <jan.kratochvil@redhat.com>
13430
13431 * gdb.ada/access_to_packed_array.exp: Fix typos erroring the testfile.
13432
13433 2015-10-26 Doug Evans <dje@google.com>
13434
13435 PR symtab/17391
13436 * lib/dwarf.exp (_location): Add support for DW_OP_regx.
13437 * gdb.dwarf2/bad-regnum.c: New file.
13438 * gdb.dwarf2/bad-regnum.exp: New file.
13439
13440 2015-10-26 Doug Evans <dje@google.com>
13441
13442 PR python/18938
13443 * gdb.python/python.exp: Add test for symlink from .py file to .notpy
13444 file.
13445
13446 2015-10-25 Jan Kratochvil <jan.kratochvil@redhat.com>
13447
13448 * gdb.compile/compile.exp (compile code globalvar): Update expectation
13449 for a change by "Mention language in compile error message".
13450
13451 2015-10-21 Simon Marchi <simon.marchi@polymtl.ca>
13452
13453 PR python/18073
13454 * gdb.python/py-type.c (C::a_method): New.
13455 (C::a_const_method): New.
13456 (C::a_static_method): New.
13457 (a_function): New.
13458 * gdb.python/py-type.exp (test_fields): Test getting fields
13459 from function and method.
13460
13461 2015-10-21 Keven Boell <keven.boell@intel.com>
13462
13463 * gdb.fortran/vla-alloc-assoc.exp: New file.
13464 * gdb.fortran/vla-datatypes.exp: New file.
13465 * gdb.fortran/vla-datatypes.f90: New file.
13466 * gdb.fortran/vla-history.exp: New file.
13467 * gdb.fortran/vla-ptype-sub.exp: New file.
13468 * gdb.fortran/vla-ptype.exp: New file.
13469 * gdb.fortran/vla-sizeof.exp: New file.
13470 * gdb.fortran/vla-sub.f90: New file.
13471 * gdb.fortran/vla-value-sub-arbitrary.exp: New file.
13472 * gdb.fortran/vla-value-sub-finish.exp: New file.
13473 * gdb.fortran/vla-value-sub.exp: New file.
13474 * gdb.fortran/vla-value.exp: New file.
13475 * gdb.fortran/vla-ptr-info.exp: New file.
13476 * gdb.mi/mi-vla-fortran.exp: New file.
13477 * gdb.mi/vla.f90: New file.
13478
13479 2015-10-21 Sandra Loosemore <sandra@codesourcery.com>
13480
13481 * gdb.base/freebpcmd.exp: Use with_timeout_factor instead
13482 of hardwired timeout value.
13483
13484 2015-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
13485 Pedro Alves <palves@redhat.com>
13486
13487 * gdb.dwarf2/dw2-regno-invalid.exp: New file.
13488 * lib/dwarf.exp (Dwarf): Add DW_OP_bregx.
13489
13490 2015-10-19 Josh Stone <jistone@redhat.com>
13491
13492 * gdb.base/catch-syscall.c: Include <sched.h>.
13493 (unknown_syscall): New variable.
13494 (main): Trigger a vfork and an unknown syscall.
13495 * gdb.base/catch-syscall.exp (vfork_syscalls): New variable.
13496 (unknown_syscall_number): Likewise.
13497 (check_call_to_syscall): Accept an optional syscall pattern.
13498 (check_return_from_syscall): Likewise.
13499 (check_continue): Likewise.
13500 (test_catch_syscall_without_args): Check for vfork and ENOSYS.
13501 (test_catch_syscall_skipping_return): New test toggling off 'catch
13502 syscall' to step over the syscall return, then toggling back on.
13503 (test_catch_syscall_mid_vfork): New test turning on 'catch syscall'
13504 during a PTRACE_EVENT_VFORK stop, in the middle of a vfork syscall.
13505 (do_syscall_tests): Call test_catch_syscall_without_args and
13506 test_catch_syscall_mid_vfork.
13507 (test_catch_syscall_without_args_noxml): Check for vfork and ENOSYS.
13508 (fill_all_syscalls_numbers): Initialize unknown_syscall_number.
13509
13510 2015-10-19 Andrew Stubbs <ams@codesourcery.com>
13511
13512 * gdb.cp/inherit.exp (print g_vB, print g_vC, print g_vD,
13513 print g_vE): Add new pass patterns.
13514 * gdb.cp/virtbase.exp (print *this, print *(D *) e): Allow GDB to
13515 print various symbol names for vptr fields.
13516
13517 2015-10-12 Andrew Burgess <andrew.burgess@embecosm.com>
13518
13519 * gdb.base/dbx.exp (test_func): Remove xfails, update expected
13520 results.
13521
13522 2015-10-12 Yao Qi <yao.qi@linaro.org>
13523
13524 * gdb.arch/disp-step-insn-reloc.exp: New test case.
13525
13526 2015-10-12 Yao Qi <yao.qi@linaro.org>
13527
13528 * lib/gdb.exp (support_displaced_stepping): Return 1 if target
13529 is aarch64*-*-linux*.
13530
13531 2015-10-12 Yao Qi <yao.qi@linaro.org>
13532
13533 * gdb.arch/insn-reloc.c (can_relocate_bcond): Rename to ...
13534 (can_relocate_bcond_true): ... it.
13535 (can_relocate_bcond_false): New function.
13536 (foo): Likewise.
13537 (can_relocate_bl): Likewise.
13538 (testcases) [__aarch64__]: Add can_relocate_bcond_false and
13539 can_relocate_bl.
13540
13541 2015-10-12 Pierre-Marie de Rodat <derodat@adacore.com>
13542
13543 * gdb.base/nested-addr.c: New file.
13544 * gdb.base/nested-addr.exp: New testcase.
13545
13546 2015-10-09 Markus Metzger <markus.t.metzger@intel.com>
13547
13548 * gdb.btrace/vdso.c (main): Remove breakpoint markers.
13549 * gdb.btrace/vdso.exp: Change stepping command to "next" and ignore
13550 its output. Ignore the output of "record goto begin" and instead
13551 check that GDB is replaying.
13552
13553 2015-10-09 Pedro Alves <palves@redhat.com>
13554
13555 * gdb.base/a2-run.exp (maybe_exp_continue): New procedure.
13556 (top level): Use it in the run with no args test.
13557
13558 2015-10-08 Iain Buclaw <ibuclaw@gdcproject.org>
13559
13560 * gdb.dlang/properties.exp: New file.
13561
13562 2015-10-02 Sandra Loosemore <sandra@codesourcery.com>
13563
13564 * gdb.dwarf2/staticvirtual.exp: Generalize regexp so it can match
13565 whether or not address 0x1000 is mapped on the target.
13566
13567 2015-09-30 Simon Marchi <simon.marchi@ericsson.com>
13568
13569 * gdb.python/py-type.exp: Do not run tests if binaries fail to
13570 build.
13571
13572 2015-09-30 Markus Metzger <markus.t.metzger@intel.com>
13573
13574 * gdb.btrace/tsx.exp: Consider multiple correct outputs in the record
13575 instruction-history test.
13576
13577 2015-09-28 Doug Evans <dje@google.com>
13578
13579 * gdb.base/gcore.c (array_func): Add reference to static_array.
13580
13581 2015-09-25 Simon Marchi <simon.marchi@ericsson.com>
13582
13583 * gdb.gdb/selftest.exp (do_steps_and_nexts): Adjust expected
13584 source line.
13585
13586 2015-09-24 Sandra Loosemore <sandra@codesourcery.com>
13587
13588 * gdb.cp/classes.exp (test_enums): Generalize regexp to allow
13589 short or char as base type.
13590
13591 2015-09-23 Sandra Loosemore <sandra@codesourcery.com>
13592
13593 * gdb.cp/var-tag.exp (do_global_tests): Generalize opt_underlying
13594 to allow any size enum.
13595
13596 2015-09-23 Pierre-Marie de Rodat <derodat@adacore.com>
13597
13598 * gdb.ada/array_ptr_renaming.exp: New testcase.
13599 * gdb.ada/array_ptr_renaming/foo.adb: New file.
13600 * gdb.ada/array_ptr_renaming/pack.ads: New file.
13601
13602 2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
13603
13604 * gdb.trace/ftrace-lock.c: New file.
13605 * gdb.trace/ftrace-lock.exp: New file.
13606
13607 2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
13608
13609 * gdb.arch/insn-reloc.c: New file.
13610 * gdb.arch/ftrace-insn-reloc.exp: New file.
13611
13612 2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
13613
13614 * gdb.trace/change-loc.h (func4) [__aarch64__]: Add a nop
13615 instruction.
13616 * gdb.trace/pendshr1.c (pendfunc): Likewise.
13617 * gdb.trace/pendshr2.c (pendfunc2): Likewise.
13618 * gdb.trace/range-stepping.c: Likewise.
13619 * gdb.trace/trace-break.c: Likewise.
13620 * gdb.trace/trace-mt.c (thread_function): Likewise.
13621 * gdb.trace/ftrace.c (marker): Likewise.
13622 * gdb.trace/trace-condition.c (marker): Likewise.
13623 * gdb.trace/ftrace.exp: Enable ftrace test if is_aarch64_target.
13624 * gdb.trace/trace-condition.exp: Set pcreg to "\$pc" if
13625 is_aarch64_target.
13626
13627 2015-09-18 Doug Evans <xdje42@gmail.com>
13628
13629 * gdb.dwarf2/dw2-bad-unresolved.c: New file.
13630 * gdb.dwarf2/dw2-bad-unresolved.exp: New file.
13631
13632 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
13633
13634 * gdb.base/dso2dso.exp: Don't use directory prefix when setting
13635 the breakpoint.
13636
13637 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
13638
13639 * gdb.mi/mi-pending.exp: Don't use directory prefix when setting
13640 the pending breakpoint. Remove timeout override for "Run till
13641 MI pending breakpoint on pendfunc3 on thread 2" test.
13642
13643 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
13644
13645 * gdb.mi/mi-cli.exp: Don't require directory prefix in breakpoint
13646 filename pattern.
13647
13648 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
13649
13650 * gdb.mi/mi-dprintf-pending.exp: Don't require directory prefix
13651 in breakpoint filename pattern.
13652
13653 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
13654
13655 * gdb.base/global-var-nested-by-dso.exp: Call gdb_load_shlibs.
13656
13657 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
13658
13659 * gdb.linespec/explicit.exp: Check for readline support for
13660 tab-completion tests. Fix obvious typo.
13661
13662 2015-09-18 Markus Metzger <markus.t.metzger@intel.com>
13663
13664 * gdb.btrace/multi-thread-step.exp: Test scheduler-locking on, step,
13665 and replay.
13666
13667 2015-09-18 Markus Metzger <markus.t.metzger@intel.com>
13668
13669 * gdb.btrace/non-stop.c: New.
13670 * gdb.btrace/non-stop.exp: New.
13671
13672 2015-09-17 Pierre Langlois <pierre.langlois@arm.com>
13673 Yao Qi <yao.qi@linaro.org>
13674
13675 * gdb.trace/trace-condition.c: New file.
13676 * gdb.trace/trace-condition.exp: New file.
13677
13678 2015-09-16 Wei-cheng Wang <cole945@gmail.com>
13679
13680 * gdb.trace/ftrace.exp: (test_ftrace_condition) New function
13681 for testing bytecode compilation.
13682
13683 2015-09-16 Pedro Alves <palves@redhat.com>
13684 Sandra Loosemore <sandra@codesourcery.com>
13685
13686 * gdb.threads/non-stop-fair-events.c (timeout): New global.
13687 (SECONDS): Redefine.
13688 (main): Call pthread_kill and alarm early.
13689 * gdb.threads/non-stop-fair-events.exp: Probe displaced stepping
13690 support.
13691 (test): If the target can't hardware step and doesn't support
13692 displaced stepping, increase the timeout.
13693
13694 2015-09-16 Pedro Alves <palves@redhat.com>
13695
13696 * gdb.threads/non-stop-fair-events.exp (gdb_test_no_anchor)
13697 (enable_debug): New procedures.
13698 (test): Use them. Bail out if waiting for threads fails.
13699 (top level): Bail out if a test fails.
13700
13701 2015-09-16 Yao Qi <yao.qi@linaro.org>
13702
13703 * gdb.asm/asm-source.exp: Set asm-arch for
13704 aarch64*-*-* target.
13705 * gdb.asm/aarch64.inc: New file.
13706
13707 2015-09-15 Pierre-Marie de Rodat <derodat@adacore.com>
13708
13709 * gdb.ada/array_of_variable_length.exp: New testcase.
13710 * gdb.ada/array_of_variable_length/foo.adb: New file.
13711 * gdb.ada/array_of_variable_length/pck.adb: New file.
13712 * gdb.ada/array_of_variable_length/pck.ads: New file.
13713
13714 2015-09-15 Doug Evans <dje@google.com>
13715
13716 * gdb.base/callfuncs.exp (do_function_calls): Handle clang naming
13717 of function static local variable.
13718
13719 2015-09-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
13720
13721 * gdb.threads/tls-so_extern.exp: New test file.
13722 * gdb.threads/tls-so_extern.c: New test file.
13723 * gdb.threads/tls-so_extern_main.c: New test file.
13724
13725 2015-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
13726
13727 * gdb.opt/solib-intra-step-lib.c: New file.
13728 * gdb.opt/solib-intra-step-main.c: New file.
13729 * gdb.opt/solib-intra-step.exp: New file.
13730
13731 2015-09-15 Pedro Alves <palves@redhat.com>
13732
13733 * gdb.threads/non-ldr-exc-3.exp (do_test): Use
13734 gdb_continue_to_breakpoint instead of gdb_test_multiple.
13735
13736 2015-09-14 Pedro Alves <palves@redhat.com>
13737
13738 * gdb.base/hook-stop-continue.c: Delete.
13739 * gdb.base/hook-stop-continue.exp: Delete.
13740 * gdb.base/hook-stop-frame.c: Delete.
13741 * gdb.base/hook-stop-frame.exp: Delete.
13742 * gdb.base/hook-stop.c: New file.
13743 * gdb.base/hook-stop.exp: New file.
13744
13745 2015-09-14 Pierre-Marie de Rodat <derodat@adacore.com>
13746
13747 * gdb.ada/access_to_packed_array.exp: New testcase.
13748 * gdb.ada/access_to_packed_array/foo.adb: New file.
13749 * gdb.ada/access_to_packed_array/pack.adb: New file.
13750 * gdb.ada/access_to_packed_array/pack.ads: New file.
13751
13752 2015-09-14 Markus Metzger <markus.t.metzger@intel.com>
13753
13754 * gdb.btrace/buffer-size.exp: Remove recording with unlimited BTS
13755 buffer size test.
13756
13757 2015-09-11 Don Breazeal <donb@codesourcery.com>
13758
13759 * gdb.base/foll-exec.c: Add copyright header. Fix
13760 formatting issues.
13761 * gdb.base/foll-exec.exp (zap_session): Delete proc.
13762 (do_exec_tests): Use clean_restart in place of zap_session,
13763 and for test initialization. Fix formatting issues. Use
13764 fail in place of perror.
13765 * gdb.base/pie-execl.exp (main): Use 'inferior_spawn_id' in
13766 an expect statement to match an expression with output from
13767 the program under debug.
13768 * gdb.threads/non-ldr-exc-1.exp (do_test, main): Add
13769 non-stop tests and use save_vars to enable non-stop in GDBFLAGS.
13770 * gdb.threads/non-ldr-exc-2.exp: Likewise.
13771 * gdb.threads/non-ldr-exc-3.exp: Likewise.
13772 * gdb.threads/non-ldr-exc-4.exp: Likewise.
13773
13774 2015-09-09 Doug Evans <dje@google.com>
13775
13776 * gdb.python/py-prettyprint.exp: Check result of run_lang_tests.
13777
13778 2015-09-09 Doug Evans <dje@google.com>
13779
13780 * gdb.base/pie-execl.exp: Fix result test of build_executable.
13781
13782 2015-09-09 Doug Evans <dje@google.com>
13783
13784 * gdb.base/savedregs.exp: Fix typo.
13785
13786 2015-09-09 Pedro Alves <palves@redhat.com>
13787
13788 * gdb.mi/mi-cli.exp: Add CLI finish tests.
13789
13790 2015-09-08 Sandra Loosemore <sandra@codesourcery.com>
13791
13792 * gdb.threads/hand-call-in-threads.exp: Make sure the thread
13793 command actually switches threads. Give up on remaining
13794 tests if target fails to stop at breakpoint.
13795
13796 2015-09-03 Pierre-Marie de Rodat <derodat@adacore.com>
13797
13798 * gdb.ada/funcall_char.exp: New testcase.
13799 * gdb.ada/funcall_char/foo.adb: New file.
13800
13801 2015-09-01 Pierre-Marie de Rodat <derodat@adacore.com>
13802
13803 * gdb.ada/complete.exp: Add "pck.ambiguous_func" to the relevant
13804 expected outputs. Add two testcases for completing ambiguous
13805 functions.
13806 * gdb.ada/complete/aux_pck.adb: New file.
13807 * gdb.ada/complete/aux_pck.ads: New file.
13808 * gdb.ada/complete/foo.adb: Pull Aux_Pck and call the two
13809 Ambiguous_Func functions.
13810 * gdb.ada/complete/pck.ads: Add an Ambiguous_Func function.
13811 * gdb.ada/complete/pck.adb: Likewise.
13812
13813 2015-08-27 Ulrich Weigand <uweigand@de.ibm.com>
13814
13815 * lib/cell.exp (skip_cell_tests): Report UNRESOLVED on unexpected
13816 failures to run the test program under GDB.
13817
13818 2015-08-26 Luis Machado <lgustavo@codesourcery.com>
13819
13820 * gdb.compile/compile-ifunc.exp (with_test_prefix): Force language
13821 to C.
13822
13823 2015-08-26 Patrick Palka <patrick@parcs.ath.cx>
13824
13825 * gdb.base/run-after-attach.exp: New test file.
13826 * gdb.base/run-after-attach.c: New test file.
13827
13828 2015-08-26 Don Breazeal <donb@codesourcery.com>
13829
13830 * gdb.base/foll-exec-2.c: New test program.
13831 * gdb.base/foll-exec-2.exp: New test.
13832
13833 2015-08-25 Pierre-Marie de Rodat <derodat@adacore.com>
13834
13835 * gdb.base/nested-subp1.exp: New file.
13836 * gdb.base/nested-subp1.c: New file.
13837 * gdb.base/nested-subp2.exp: New file.
13838 * gdb.base/nested-subp2.c: New file.
13839 * gdb.base/nested-subp3.exp: New file.
13840 * gdb.base/nested-subp3.c: New file.
13841
13842 2015-08-24 Pedro Alves <palves@redhat.com>
13843
13844 * gdb.server/connect-without-multi-process.c: New file.
13845 * gdb.server/connect-without-multi-process.exp: New file.
13846
13847 2015-08-24 Luis Machado <lgustavo@codesourcery.com>
13848
13849 * gdb.opt/inline-markers.c: Make z int.
13850
13851 2015-08-24 Luis Machado <lgustavo@codesourcery.com>
13852
13853 * gdb.opt/inline-markers.c: Make z volatile.
13854
13855 2015-08-24 Luis Machado <lgustavo@codesourcery.com>
13856
13857 * gdb.opt/inline-bt.c: New volatile global z.
13858 * gdb.opt/inline-cmds.c: Likewise.
13859 * gdb.opt/inline-locals.c: Likewise.
13860 * gdb.opt/inline-markers.c: New extern global z.
13861 (marker): Use z.
13862 (inline_fn): Likewise.
13863
13864 2015-08-24 Pedro Alves <palves@redhat.com>
13865
13866 * config/m32r-stub.exp: Remove file.
13867 * gdb.base/call-ar-st.exp: Remove reference to sparclet.
13868 * gdb.base/call-rt-st.exp: Likewise.
13869 * gdb.base/call-strs.exp: Likewise.
13870 * gdb.base/default.exp: Remove references to h8300-*-hms and
13871 *-*-udi*.
13872 * gdb.base/funcargs.exp: Remove reference to sparclet-*-*.
13873
13874 2015-08-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
13875
13876 * gdb.base/gnu_vector.exp: Try compilation with "-mcpu=native
13877 -Wno-psabi" if "-mcpu=native" fails. For the tests with "finish"
13878 and "return" use KFAIL when GDB can not read/write the vector
13879 return value.
13880
13881 2015-08-21 Gary Benson <gbenson@redhat.com>
13882
13883 * gdb.trace/pending.exp: Cope with remote transfer warnings.
13884
13885 2015-08-20 Pedro Alves <palves@redhat.com>
13886
13887 * gdb.server/solib-list.exp: No longer expect an interior stop in
13888 non-stop mode.
13889
13890 2015-08-20 Pedro Alves <palves@redhat.com>
13891
13892 * gdb.server/connect-stopped-target.c: New file.
13893 * gdb.server/connect-stopped-target.exp: New file.
13894
13895 2015-08-20 Pedro Alves <palves@redhat.com>
13896
13897 * gdb.dwarf2/comp-unit-lang.exp: New file.
13898 * gdb.dwarf2/comp-unit-lang.c: New file.
13899
13900 2015-08-20 Pierre-Marie de Rodat <derodat@adacore.com>
13901
13902 * gdb.ada/attr_ref_and_charlit.exp: New testcase.
13903 * gdb.ada/attr_ref_and_charlit/foo.adb: New file.
13904
13905 2015-08-19 Kevin Buettner <kevinb@redhat.com>
13906
13907 * gdb.dwarf2/dw2-bad-mips-linkage-name.c: New file.
13908 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: New file.
13909
13910 2015-08-18 Doug Evans <dje@google.com>
13911 Adrian Sendroiu <adrian.sendroiu@freescale.com>
13912
13913 * lib/gdb.exp (skip_python_tests_prompt): Renamed from
13914 skip_python_tests. New arg prompt_regexp.
13915 (skip_python_tests): New function.
13916 * lib/mi-support.exp (mi_skip_python_tests): New function.
13917 * gdb.python/py-mi-objfile-gdb.py: New file.
13918 * gdb.python/py-mi-objfile.c: New file.
13919 * gdb.python/py-mi-objfile.exp: New file.
13920
13921 2015-08-17 Keith Seitz <keiths@redhat.com>
13922
13923 * gdb.linespec/explicit.exp: Move strace test from here ...
13924 * gdb.trace/strace.exp: ... to here.
13925
13926 2015-08-15 Patrick Palka <patrick@parcs.ath.cx>
13927
13928 * gdb.base/kill-detach-inferiors-cmd.exp: New test file.
13929 * gdb.base/kill-detach-inferiors-cmd.c: New test file.
13930
13931 2015-08-14 Doug Evans <xdje42@gmail.com>
13932
13933 * gdb.perf/lib/perftest/utils.py (select_file): Kill any existing
13934 inferior before selecting a new file.
13935
13936 2015-08-14 Doug Evans <xdje42@gmail.com>
13937
13938 * gdb.mi/mi-disassemble.exp: Update.
13939 * gdb.base/disasm-optim.S: New file.
13940 * gdb.base/disasm-optim.c: New file.
13941 * gdb.base/disasm-optim.h: New file.
13942 * gdb.base/disasm-optim.exp: New file.
13943
13944 2015-08-14 Keith Seitz <keiths@redhat.com>
13945
13946 * lib/mi-support.exp (mi_make_breakpoint): Add option/handling for
13947 "evaluated-by".
13948
13949 2015-08-13 Joel Brobecker <brobecker@adacore.com>
13950
13951 * gdb.base/dso2dso.exp: Improve the testcase's documentation.
13952
13953 2015-08-13 Pierre-Marie de Rodat <derodat@adacore.com>
13954
13955 * gdb.ada/fun_renaming.exp: New testcase.
13956 * gdb.ada/fun_renaming/fun_renaming.adb: New file.
13957 * gdb.ada/fun_renaming/pack.adb: New file.
13958 * gdb.ada/fun_renaming/pack.ads: New file.
13959
13960 2015-08-12 Keith Seitz <keiths@redhat.com>
13961
13962 * gdb.base/dso2dso.exp: Pass basename of source file in call to
13963 gdb_get_line_number.
13964
13965 2015-08-12 Joel Brobecker <brobecker@adacore.com>
13966
13967 * gdb.base/dso2dso-dso2.c, gdb.base/dso2dso-dso2.h,
13968 gdb.base/dso2dso-dso1.c, gdb.base/dso2dso-dso1.h, gdb.base/dso2dso.c,
13969 gdb.base/dso2dso.exp: New files.
13970
13971 2015-08-12 Sergio Durigan Junior <sergiodj@redhat.com>
13972 Pedro Alves <palves@redhat.com>
13973 Keith Seitz <keiths@redhat.com>
13974
13975 * gdb.base/checkpoint-ns.exp: Use save_vars to save and restore
13976 GDBFLAGS.
13977
13978 2015-08-12 Patrick Palka <patrick@parcs.ath.cx>
13979
13980 * gdb.base/gdbhistsize-history.exp
13981 (test_histsize_history_setting): Use save_vars.
13982 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
13983 Use save_vars.
13984 (test_no_truncation_of_unlimited_history_file): Use save_vars.
13985 * gdb.base/readline.exp: Use save_vars.
13986
13987 2015-08-12 Patrick Palka <patrick@parcs.ath.cx>
13988
13989 * lib/gdb.exp (save_vars): New proc.
13990
13991 2015-08-11 Keith Seitz <keiths@redhat.com>
13992
13993 * gdb.base/help.exp: Update help_breakpoint_text.
13994
13995 2015-08-11 Keith Seitz <keiths@redhat.com>
13996
13997 * gdb.mi/mi-break.exp (test_explicit_breakpoints): New proc.
13998 (at toplevel): Call test_explicit_breakpoints.
13999 * gdb.mi/mi-dprintf.exp: Add tests for explicit dprintf
14000 breakpoints.
14001 * lib/mi-support.exp (mi_make_breakpoint): Add support for
14002 breakpoint conditions, "-cond".
14003
14004 2015-08-11 Keith Seitz <keiths@redhat.com>
14005
14006 * gdb.linespec/3explicit.c: New file.
14007 * gdb.linespec/cpexplicit.cc: New file.
14008 * gdb.linespec/cpexplicit.exp: New file.
14009 * gdb.linespec/explicit.c: New file.
14010 * gdb.linespec/explicit.exp: New file.
14011 * gdb.linespec/explicit2.c: New file.
14012 * gdb.linespec/ls-errs.exp: Add explicit location tests.
14013 * lib/gdb.exp (capture_command_output): Regexp-escape `command'
14014 before using in the matching pattern.
14015 Clarify that `prefix' is a regular expression.
14016
14017 2015-08-11 Keith Seitz <keiths@redhat.com>
14018
14019 * gdb.base/dprintf-pending.exp: Update dprintf "without format"
14020 test.
14021 Add tests for missing ",FMT" and ",".
14022
14023 2015-08-10 Doug Evans <dje@google.com>
14024 Keith Seitz <keiths@redhat.com>
14025
14026 PR gdb/17960
14027 * gdb.base/completion.exp: Add location completer tests.
14028
14029 2015-08-07 Pedro Alves <palves@redhat.com>
14030
14031 * gdb.arch/ppc64-atomic-inst.exp (do_test): New procedure, move
14032 tests here.
14033 (top level): Run do_test with and without displaced stepping.
14034
14035 2015-08-07 Pedro Alves <palves@redhat.com>
14036
14037 * gdb.base/valgrind-disp-step.c: New file.
14038 * gdb.base/valgrind-disp-step.exp: New file.
14039
14040 2015-08-07 Pedro Alves <palves@redhat.com>
14041
14042 * gdb.threads/step-over-lands-on-breakpoint.c (wait_threads):
14043 Delete function.
14044 (main): Add alarm. Run an infinite loop instead of calling
14045 wait_threads.
14046 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): Change
14047 comment.
14048 * gdb.threads/step-over-trips-on-watchpoint.c (wait_threads):
14049 Delete function.
14050 (main): Add alarm. Run an infinite loop instead of calling
14051 wait_threads.
14052 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Change
14053 comment.
14054
14055 2015-08-07 Pedro Alves <palves@redhat.com>
14056
14057 * gdb.base/checkpoint-ns.exp: New file.
14058 * gdb.base/checkpoint.exp: Pass explicit "checkpoint.c" to
14059 standard_testfile.
14060
14061 2015-08-07 Markus Metzger <markus.t.metzger@intel.com>
14062
14063 * lib/gdb.exp (skip_tsx_tests, skip_btrace_pt_tests): New.
14064 * gdb.btrace/instruction_history.exp: Update.
14065 * gdb.btrace/tsx.exp: New.
14066 * gdb.btrace/tsx.c: New.
14067
14068 2015-08-06 Pedro Alves <palves@redhat.com>
14069
14070 * gdb.reverse/step-precsave.exp: Use with_timeout_factor to
14071 increase timeout.
14072 * gdb.reverse/until-precsave.exp: Bump timeouts.
14073
14074 2015-08-06 Pedro Alves <palves@redhat.com>
14075
14076 * gdb.base/valgrind-infcall.exp: Issue a "disconnect".
14077
14078 2015-08-06 Pedro Alves <palves@redhat.com>
14079
14080 PR gdb/18749
14081 * gdb.threads/process-dies-while-handling-bp.c: New file.
14082 * gdb.threads/process-dies-while-handling-bp.exp: New file.
14083
14084 2015-08-06 Pedro Alves <palves@redhat.com>
14085
14086 * gdb.threads/forking-threads-plus-breakpoint.exp: New file.
14087 * gdb.threads/forking-threads-plus-breakpoint.c: New file.
14088
14089 2015-08-05 Pedro Alves <palves@redhat.com>
14090
14091 * gdb.threads/next-while-other-thread-longjmps.c: New file.
14092 * gdb.threads/next-while-other-thread-longjmps.exp: New file.
14093
14094 2015-08-03 Sandra Loosemore <sandra@codesourcery.com>
14095
14096 * gdb.base/bp-permanent.exp: Report test as unsupported if
14097 the target cannot stop at the permanent breakpoint.
14098
14099 2015-08-03 Doug Evans <dje@google.com>
14100
14101 * gdb.perf/single-step.exp (SINGLE_STEP_COUNT): Change to 1000 from
14102 10000.
14103
14104 2015-08-03 Doug Evans <dje@google.com>
14105
14106 * Makefile.in (workers/%.worker, build-perf): New rule.
14107 (GDB_PERFTEST_MODE): New variable.
14108 (check-perf): Use it.
14109 (clean): Clean up gdb.perf parallel build subdirs.
14110 * lib/build-piece.exp: New file.
14111 * lib/gdb.exp (make_gdb_parallel_path): New function
14112 (standard_output_file, standard_temp_file): Call it.
14113 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
14114 of $GDB_PARALLEL.
14115 * lib/cache.exp (gdb_do_cache): Call make_gdb_parallel_path.
14116
14117 2015-08-03 Doug Evans <dje@google.com>
14118
14119 * gdb.perf/lib/perftest/reporter.py (SUM_FILE_NAME): New global.
14120 (LOG_FILE_NAME): New global.
14121 (TextReporter.__init__): Initialize self.txt_sum.
14122 (TextReporter.report): Add support for multiple data-points.
14123 Move report to perftest.sum, put raw data in perftest.log.
14124 (TextReporter.start): Open sum and log files.
14125 (TextReporter.end): Close sum and log files.
14126 * gdb.perf/lib/perftest/testresult.py
14127 (SingleStatisticTestResult.record): Handle multiple data-points.
14128
14129 2015-07-31 Pedro Alves <palves@redhat.com>
14130
14131 * gdb.base/attach-pie-misread.exp: Rename $res to $test_spawn_id.
14132 Use spawn_id_get_pid. Wait for spawn id after eof. Use
14133 kill_wait_spawned_process instead of explicit "kill -9".
14134 * gdb.base/attach-pie-noexec.exp: Adjust to spawn_wait_for_attach
14135 returning a spawn id instead of a pid. Use spawn_id_get_pid and
14136 kill_wait_spawned_process.
14137 * gdb.base/attach-twice.exp: Likewise.
14138 * gdb.base/attach.exp: Likewise.
14139 (do_command_attach_tests): Use gdb_spawn_with_cmdline_opts and
14140 gdb_test_multiple.
14141 * gdb.base/solib-overlap.exp: Adjust to spawn_wait_for_attach
14142 returning a spawn id instead of a pid. Use spawn_id_get_pid and
14143 kill_wait_spawned_process.
14144 * gdb.base/valgrind-infcall.exp: Likewise.
14145 * gdb.multi/multi-attach.exp: Likewise.
14146 * gdb.python/py-prompt.exp: Likewise.
14147 * gdb.python/py-sync-interp.exp: Likewise.
14148 * gdb.server/ext-attach.exp: Likewise.
14149 * gdb.threads/attach-into-signal.exp (corefunc): Use
14150 spawn_wait_for_attach, spawn_id_get_pid and
14151 kill_wait_spawned_process.
14152 * gdb.threads/attach-many-short-lived-threads.exp: Adjust to
14153 spawn_wait_for_attach returning a spawn id instead of a pid. Use
14154 spawn_id_get_pid and kill_wait_spawned_process.
14155 * gdb.threads/attach-stopped.exp (corefunc): Use
14156 spawn_wait_for_attach, spawn_id_get_pid and
14157 kill_wait_spawned_process.
14158 * gdb.base/break-interp.exp: Rename $res to $test_spawn_id.
14159 Use spawn_id_get_pid. Wait for spawn id after eof. Use
14160 kill_wait_spawned_process instead of explicit "kill -9".
14161 * lib/gdb.exp (can_spawn_for_attach): Adjust comment.
14162 (kill_wait_spawned_process, spawn_id_get_pid): New procedures.
14163 (spawn_wait_for_attach): Use spawn instead of exec to spawn
14164 processes. Don't map cygwin/windows pids here. Now returns a
14165 spawn id list.
14166
14167 2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
14168
14169 * gdb.cp/var-tag.exp (do_global_tests): Revert broken commit
14170 4bc4d42859e3b42c79c89295ef39944bdb3e6753 and apply the
14171 correct patch.
14172
14173 2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
14174
14175 * gdb.arch/ppc64-symtab-cordic.exp: Restrict to ppc64 targets.
14176
14177 2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
14178
14179 Reapply:
14180 2014-05-21 Mark Wielaard <mjw@redhat.com>
14181
14182 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
14183
14184 2015-07-30 Pedro Alves <palves@redhat.com>
14185
14186 * linux-low.c (handle_extended_wait): Set the child's last
14187 reported status to TARGET_WAITKIND_STOPPED.
14188
14189 2015-07-30 Pedro Alves <palves@redhat.com>
14190
14191 PR threads/18600
14192 * gdb.threads/fork-plus-threads.exp: Test that "info inferiors"
14193 only shows inferior 1.
14194
14195 2015-07-30 Simon Marchi <simon.marchi@ericsson.com>
14196 Pedro Alves <palves@redhat.com>
14197
14198 PR threads/18600
14199 * gdb.threads/fork-plus-threads.c: New file.
14200 * gdb.threads/fork-plus-threads.exp: New file.
14201
14202 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
14203
14204 * gdb.base/batch-preserve-term-settings.exp
14205 (test_terminal_settings_preserved_after_cli_exit): Use
14206 send_quit_command.
14207
14208 2015-07-29 Pedro Alves <palves@redhat.com>
14209 Don Breazeal <donb@codesourcery.com>
14210
14211 * gdb.base/multi-forks.exp (continue_to_exit_bp_loc): Expect
14212 output from both inferior_spawn_id and gdb_spawn_id.
14213
14214 2015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
14215
14216 * gdb.threads/attach-into-signal.exp (corefunc): Use
14217 with_test_prefix on nested loops, uniquefying the test messages.
14218
14219 2015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
14220
14221 * gdb.python/py-objfile.exp: Fix typo that snuck in from my last
14222 commit.
14223
14224 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
14225
14226 * gdb.base/batch-preserve-term-settings.exp (send_quit_command):
14227 New proc.
14228 (test_terminal_settings_preserved_after_sigterm): New test.
14229
14230 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
14231
14232 * gdb.base/batch-preserve-term-settings.exp
14233 (test_terminal_settings_preserved_after_cli_exit): New test.
14234
14235 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
14236
14237 * gdb.base/batch-preserve-term-settings.exp: Remove top-level
14238 manipulation of saved_gdbflags.
14239 (test_terminal_settings_preserved): Remove global declaration of
14240 the unused variable pagination_prompt. Remove manipulation of
14241 saved_gdbflags. Use a local variable EXTRA_GDBFLAGS instead of
14242 GDBFLAGS.
14243
14244 2015-07-29 Pedro Alves <palves@redhat.com>
14245
14246 * boards/gdbserver-base.exp: Don't set gdb,noinferiorio.
14247
14248 2015-07-29 Pedro Alves <palves@redhat.com>
14249
14250 * gdb.base/interrupt.exp: Revert back to checking gdb,noinferiorio
14251 at the top.
14252
14253 2015-07-29 Pedro Alves <palves@redhat.com>
14254
14255 * gdb.base/call-ar-st.c: Include "../lib/unbuffer_output.c".
14256 (main): Call gdb_unbuffer_output.
14257 * gdb.base/call-rt-st.c: Include "../lib/unbuffer_output.c".
14258 (main): Call gdb_unbuffer_output.
14259 * gdb.base/call-strs.c: Include "../lib/unbuffer_output.c".
14260 (main): Call gdb_unbuffer_output.
14261 * gdb.base/call-strs.exp: Adjust to step over the
14262 gdb_unbuffer_output call.
14263 * gdb.base/catch-gdb-caused-signals.c: Include
14264 "../lib/unbuffer_output.c".
14265 (main): Call gdb_unbuffer_output.
14266 * gdb.base/dprintf.c: Include "../lib/unbuffer_output.c".
14267 (main): Call gdb_unbuffer_output.
14268 * gdb.base/ending-run.c: Include "../lib/unbuffer_output.c".
14269 (main): Call gdb_unbuffer_output.
14270 * gdb.base/run.c: Include "../lib/unbuffer_output.c".
14271 (main): Call gdb_unbuffer_output.
14272 * gdb.base/shlib-call.exp: Adjust to step over the
14273 gdb_unbuffer_output call.
14274 * gdb.base/shmain.c: Include "../lib/unbuffer_output.c".
14275 (main): Call gdb_unbuffer_output.
14276 * gdb.base/sizeof.c: Include "../lib/unbuffer_output.c".
14277 (main): Call gdb_unbuffer_output.
14278 * gdb.base/varargs.c: Include "../lib/unbuffer_output.c".
14279 (main): Rename to ...
14280 (test): ... this.
14281 (main): Reimplement.
14282 * gdb.base/varargs.exp: Run to test instead of to main.
14283 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
14284 (main): Call gdb_unbuffer_output.
14285
14286 2015-07-29 Pedro Alves <palves@redhat.com>
14287
14288 * gdb.mi/mi-dprintf.exp (mi_expect_dprintf): New procedure,
14289 factore out from mi_continue_dprintf. For call-style dprintfs,
14290 expect dprintf output out of $inferior_spawn_id.
14291 (mi_continue_dprintf): Use mi_expect_dprintf.
14292 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
14293 (main): Call gdb_unbuffer_output.
14294
14295 2015-07-29 Pedro Alves <palves@redhat.com>
14296
14297 * lib/mi-support.exp (mi_inferior_spawn_id): Delete.
14298 (default_mi_gdb_start): Set inferior_spawn_id instead of
14299 mi_inferior_spawn_id. If $inferior_spawn_id is not set, set it to
14300 gdb_spawn_id.
14301 (mi_gdb_test): Always expect inferior output from both
14302 $inferior_spawn_id and $gdb_spawn_id.
14303
14304 2015-07-29 Pedro Alves <palves@redhat.com>
14305
14306 * gdb.gdb/selftest.exp (test_with_self): Update comment. Use
14307 send_inferior and $inferior_spawn_id.
14308
14309 2015-07-29 Pedro Alves <palves@redhat.com>
14310
14311 * gdb.gdb/complaints.exp (test_initial_complaints)
14312 (test_serial_complaints, test_short_complaints): Use
14313 gdb_test_stdio.
14314 (test_empty_complaint): Handle $inferior_spawn_id !=
14315 $gdb_spawn_id.
14316
14317 2015-07-29 Pedro Alves <palves@redhat.com>
14318
14319 * gdb.base/varargs.exp: Use gdb_test_stdio.
14320
14321 2015-07-29 Pedro Alves <palves@redhat.com>
14322
14323 * gdb.base/shlib-call.exp: Use gdb_test_stdio.
14324
14325 2015-07-29 Pedro Alves <palves@redhat.com>
14326
14327 * gdb.base/ending-run.exp: Use gdb_test_stdio.
14328
14329 2015-07-29 Pedro Alves <palves@redhat.com>
14330
14331 * gdb.base/call-rt-st.exp (print_struct_call): Split "result"
14332 parameter into two new parameters, "inf_result" and "gdb_result".
14333 Expect inferior output and gdb output from $inferior_spawn_id and
14334 $gdb_spawn_id, respectively. Adjust all callers.
14335
14336 2015-07-29 Pedro Alves <palves@redhat.com>
14337
14338 * gdb.base/call-ar-st.exp: Use gdb_test_stdio+multi_line instead
14339 of gdb_test_sequence.
14340
14341 2015-07-29 Pedro Alves <palves@redhat.com>
14342
14343 * gdb.base/a2-run.exp (saw_usage, saw_exit_wrapper)
14344 (saw_spurious_output): Expect inferior output from
14345 $inferior_spawn_id. Use gdb_test_stdio.
14346
14347 2015-07-29 Pedro Alves <palves@redhat.com>
14348
14349 * gdb.base/dprintf.exp: Use standard_testfile. Change
14350 prepare_for_testing call.
14351 (srcfile): Don't set.
14352 (restart): New procedure.
14353 (test_dprintf): New procecure, use to continue over dprintfs.
14354 (test_call, test_agent): New procedures, tests moved here.
14355 Restart gdb and recreate dprintfs. Adjust expected output.
14356
14357 2015-07-29 Pedro Alves <palves@redhat.com>
14358
14359 * gdb.base/catch-gdb-caused-signals.exp: Use gdb_test_stdio.
14360
14361 2015-07-29 Pedro Alves <palves@redhat.com>
14362
14363 * gdb.base/call-strs.exp: Use gdb_test_stdio instead of gdb_test.
14364
14365 2015-07-29 Pedro Alves <palves@redhat.com>
14366
14367 * gdb.base/sizeof.exp (check_sizeof, check_valueof): Use
14368 gdb_test_stdio.
14369
14370 2015-07-29 Pedro Alves <palves@redhat.com>
14371
14372 * lib/gdb.exp (gdb_test_stdio): New procedure.
14373
14374 2015-07-29 Pedro Alves <palves@redhat.com>
14375
14376 * gdb.base/restore.exp (restore_tests): Use gdb_continue_to_end.
14377
14378 2015-07-29 Pedro Alves <palves@redhat.com>
14379
14380 * gdb.base/call-signal-resume.exp: Remove check for
14381 gdb,noinferiorio. Don't expect "no signal". Use gdb_test.
14382 * gdb.base/unwindonsignal.exp: Likewise.
14383 * gdb.base/call-signals.c (gen_signal): Remove printf call.
14384 * gdb.base/unwindonsignal.c (gen_signal): Likewise.
14385
14386 2015-07-29 Pedro Alves <palves@redhat.com>
14387
14388 * gdb.base/siginfo-addr.c (pass): New function.
14389 (handler): Call it iff si_addr is correct.
14390 * gdb.base/siginfo-addr.exp: Remove gdb_skip_stdio_test check.
14391 Set a breakpoint at "pass" and continue to it.
14392
14393 2015-07-28 Sergio Durigan Junior <sergiodj@redhat.com>
14394
14395 * gdb.python/py-objfile.exp: Make some tests have unique names.
14396 * gdb.python/py-pp-registration.exp: Likewise.
14397
14398 2015-07-28 Pedro Alves <palves@redhat.com>
14399
14400 * gdb.server/server-exec-info.exp: Issue a "disconnect".
14401
14402 2015-07-27 Simon Marchi <simon.marchi@ericsson.com>
14403
14404 * gdb.mi/mi-pending.c (thread_func): Replace return with return NULL.
14405
14406 2015-07-27 Simon Marchi <simon.marchi@ericsson.com>
14407
14408 * gdb.mi/mi-watch.exp (test_watchpoint_triggering): Remove xfail.
14409
14410 2015-07-27 Patrick Palka <patrick@parcs.ath.cx>
14411
14412 * gdb.base/gdb-sigterm-2.exp: New test.
14413
14414 2015-07-25 Doug Evans <xdje42@gmail.com>
14415
14416 Revert:
14417 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
14418 (workers/%.worker, build-perf): New rule.
14419 (GDB_PERFTEST_MODE): New variable.
14420 (check-perf): Use it.
14421 (clean): Clean up gdb.perf parallel build subdirs.
14422 * lib/build-piece.exp: New file.
14423 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
14424 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
14425 name.
14426 (standard_temp_file): Ditto.
14427 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
14428 of $GDB_PARALLEL.
14429
14430 2015-07-24 Doug Evans <dje@google.com>
14431
14432 * gdb.perf/lib/perftest/utils.py: New file.
14433 * gdb.perf/gm-hello.cc: New file.
14434 * gdb.perf/gm-pervasive-typedef.cc: New file.
14435 * gdb.perf/gm-pervasive-typedef.h: New file.
14436 * gdb.perf/gm-std.cc: New file.
14437 * gdb.perf/gm-std.h: New file.
14438 * gdb.perf/gm-use-cerr.cc: New file.
14439 * gdb.perf/gm-utils.h: New file.
14440 * gdb.perf/gmonster-null-lookup.py: New file.
14441 * gdb.perf/gmonster-pervasive-typedef.py: New file.
14442 * gdb.perf/gmonster-print-cerr.py: New file.
14443 * gdb.perf/gmonster-ptype-string.py: New file.
14444 * gdb.perf/gmonster-runto-main.py: New file.
14445 * gdb.perf/gmonster-select-file.py: New file.
14446 * gdb.perf/gmonster1-null-lookup.exp: New file.
14447 * gdb.perf/gmonster1-pervasive-typedef.exp: New file.
14448 * gdb.perf/gmonster1-print-cerr.exp: New file.
14449 * gdb.perf/gmonster1-ptype-string.exp: New file.
14450 * gdb.perf/gmonster1-runto-main.exp: New file.
14451 * gdb.perf/gmonster1-select-file.exp: New file.
14452 * gdb.perf/gmonster1.cc: New file.
14453 * gdb.perf/gmonster1.exp: New file.
14454 * gdb.perf/gmonster2-null-lookup.exp: New file.
14455 * gdb.perf/gmonster2-pervasive-typedef.exp: New file.
14456 * gdb.perf/gmonster2-print-cerr.exp: New file.
14457 * gdb.perf/gmonster2-ptype-string.exp: New file.
14458 * gdb.perf/gmonster2-runto-main.exp: New file.
14459 * gdb.perf/gmonster2-select-file.exp: New file.
14460 * gdb.perf/gmonster2.cc: New file.
14461 * gdb.perf/gmonster2.exp: New file.
14462
14463 2015-07-24 Doug Evans <dje@google.com>
14464
14465 * gdb.perf/README: New file.
14466 * lib/perftest.exp (tcl_string_list_to_python_list): New function.
14467 * lib/gen-perf-test.exp: New file.
14468
14469 2015-07-24 Doug Evans <dje@google.com>
14470
14471 * lib/perftest.exp (PerfTest::compile): Unconditionally call body.
14472 (PerfTest::startup): New function.
14473 (PerfTest::run): Return result of calling body.
14474 (PerfTest::assemble): Rewrite.
14475 * gdb.perf/backtrace.exp (PerfTest::assemble): Update function result.
14476 * gdb.perf/disassemble.exp (PerfTest::assemble): Ditto.
14477 * gdb.perf/single-step.exp (PerfTest::assemble): Ditto.
14478 * gdb.perf/skip-prologue.exp (PerfTest::assemble): Ditto.
14479 * gdb.perf/solib.exp (PerfTest::assemble): Ditto.
14480
14481 2015-07-24 Doug Evans <dje@google.com>
14482
14483 * lib/gdb.exp (clean_restart): Make executable optional.
14484
14485 2015-07-24 Doug Evans <dje@google.com>
14486
14487 * gdb.base/watchpoint.exp (test_complex_watchpoint): Remove
14488 compiler_info references.
14489 * gdb.cp/temargs.exp: Ditto.
14490 * lib/gdb.exp: Unset compiler_info instead of setting to "unknown".
14491 (get_compiler_info): Early exit if already computed. Set compiler_info
14492 to "unknown" if there was a problem.
14493 (test_compiler_info): Add function comment. Call get_compiler_info.
14494
14495 2015-07-24 Doug Evans <dje@google.com>
14496
14497 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
14498 (workers/%.worker, build-perf): New rule.
14499 (GDB_PERFTEST_MODE): New variable.
14500 (check-perf): Use it.
14501 (clean): Clean up gdb.perf parallel build subdirs.
14502 * lib/build-piece.exp: New file.
14503 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
14504 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
14505 name.
14506 (standard_temp_file): Ditto.
14507 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
14508 of $GDB_PARALLEL.
14509
14510 2015-07-24 Doug Evans <dje@google.com>
14511
14512 * lib/future.exp (gdb_default_target_compile): New option
14513 "early_flags".
14514 * lib/gdb.exp (gdb_compile): Undo debian's change in default of
14515 --as-needed.
14516
14517 2015-07-24 Sergio Durigan Junior <sergiodj@redhat.com>
14518
14519 * gdb.base/catch-syscall.exp: Call gdb_exit before
14520 gdb_skip_xml_test.
14521
14522 2015-07-24 Pedro Alves <palves@redhat.com>
14523
14524 * gdb.python/py-events.exp: Accept output between the stop event
14525 and the prompt.
14526 * gdb.python/py-evsignal.exp: Likewise.
14527 * gdb.python/py-evthreads.exp: Likewise.
14528
14529 2015-07-24 Pedro Alves <palves@redhat.com>
14530
14531 PR gdb/18717
14532 * gdb.threads/non-ldr-exit.c: New file.
14533 * gdb.threads/non-ldr-exit.exp: New file.
14534
14535 2015-07-24 Yao Qi <yao.qi@linaro.org>
14536
14537 * gdb.server/ext-wrapper.exp: Test --wrapper option when
14538 restarting process.
14539
14540 2015-07-24 Yao Qi <yao.qi@linaro.org>
14541
14542 * gdb.server/ext-restart.exp: New file.
14543
14544 2015-07-24 Yao Qi <yao.qi@linaro.org>
14545
14546 * lib/gdbserver-support.exp (gdbserver_start_extended): Add
14547 argument options.
14548 * gdb.server/ext-wrapper.exp: New file.
14549
14550 2015-07-23 Doug Evans <dje@google.com>
14551
14552 * gdb.dwarf2/dw2-dummy-cu.S: New file.
14553 * gdb.dwarf2/dw2-dummy-cu.exp: New file.
14554
14555 2015-07-23 Pierre-Marie de Rodat <derodat@adacore.com>
14556
14557 * gdb.ada/var_arr_typedef.exp: New testcase.
14558 * gdb.ada/var_arr_typedef/pack.adb: New file.
14559 * gdb.ada/var_arr_typedef/pack.ads: New file.
14560 * gdb.ada/var_arr_typedef/var_arr_typedef.adb: New file.
14561
14562 2015-07-20 Joel Brobecker <brobecker@adacore.com>
14563
14564 * gdb.ada/info_exc.exp: Adjust "info exceptions" expected output.
14565
14566 2015-07-16 Jan Kratochvil <jan.kratochvil@redhat.com>
14567
14568 * gdb.arch/i386-biarch-core.exp: Replace istarget
14569 by "complete set gnutarget". Remove expectation for the "core-file"
14570 command.
14571
14572 2015-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
14573
14574 Revert the previous commit:
14575 Tests for validate symbol file using build-id.
14576
14577 2015-07-15 Aleksandar Ristovski <aristovski@qnx.com
14578
14579 Tests for validate symbol file using build-id.
14580 * gdb.base/solib-mismatch-lib.c: New file.
14581 * gdb.base/solib-mismatch-libmod.c: New file.
14582 * gdb.base/solib-mismatch.c: New file.
14583 * gdb.base/solib-mismatch.exp: New file.
14584
14585 2015-07-15 Sandra Loosemore <sandra@codesourcery.com>
14586
14587 * gdb.base/sigaltstack.exp (finish_test): Add kfail for
14588 nios2-*-linux*.
14589 * gdb.base/sigbpt.exp (stepi_out): Likewise.
14590 * gdb.base/siginfo.exp: Likewise.
14591 * gdb.base/sigstep.exp (advance, advancei): Likewise.
14592
14593 2015-07-15 Pierre Langlois <pierre.langlois@arm.com>
14594
14595 * gdb.base/range-stepping.exp (gdb_range_stepping_enabled):
14596 Move it to ...
14597 * lib/range-stepping-support.exp (gdb_range_stepping_enabled):
14598 ... here.
14599 * gdb.trace/range-stepping.exp: Check that the target supports
14600 range stepping.
14601
14602 2015-07-14 Jan Kratochvil <jan.kratochvil@redhat.com>
14603
14604 * gdb.arch/i386-biarch-core.exp: Fix comment typo.
14605
14606 2015-07-14 Pedro Alves <palves@redhat.com>
14607
14608 * gdb.base/killed-outside.exp: New file.
14609 * gdb.base/killed-outside.c: New file.
14610
14611 2015-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
14612
14613 * gdb.asm/asm-source.exp (f at main): Stop at gdbasm_enter.
14614 (n at main): New.
14615 * gdb.asm/asmsrc1.s: Add comment "mark: main enter".
14616
14617 2015-07-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
14618
14619 * gdb.base/gnu_vector.exp: On x86 and x86_64 targets, skip the
14620 infcall tests instead of setting up for KFAIL.
14621
14622 2015-07-10 Markus Metzger <markus.t.metzger@intel.com>
14623
14624 * gdb.btrace/record_goto-step.exp: New.
14625
14626 2015-07-08 Jan Kratochvil <jan.kratochvil@redhat.com>
14627
14628 PR compile/18484
14629 * gdb.compile/compile.c (struct struct_type): Add volatile to
14630 selffield's type.
14631 * gdb.compile/compile.exp
14632 (compile code struct_object.selffield = &struct_object): Skip further
14633 struct_object tests if this one xfails.
14634
14635 2015-07-08 Robert O'Callahan <robert@ocallahan.org>
14636
14637 PR exp/18617
14638 * gdb.trace/ax.exp: Add test.
14639
14640 2015-07-07 Yao Qi <yao.qi@linaro.org>
14641
14642 * gdb.arch/aarch64-atomic-inst.exp: Check is_aarch64_target
14643 instead of istarget "aarch64*-*-*".
14644 * gdb.arch/aarch64-fp.exp: Likewise.
14645 * gdb.base/float.exp: Likewise.
14646 * gdb.reverse/aarch64.exp: Likewise.
14647 * lib/gdb.exp (is_aarch64_target): New proc.
14648
14649 2015-07-07 Yao Qi <yao.qi@linaro.org>
14650
14651 * lib/gdb.exp (is_aarch32_target): New proc.
14652 * gdb.arch/arm-bl-branch-dest.exp: Check is_aarch32_target
14653 instead of "istarget "arm*-*-*"".
14654 * gdb.arch/arm-disp-step.exp: Likewise.
14655 * gdb.arch/thumb-bx-pc.exp: Likewise.
14656 * gdb.arch/thumb-prologue.exp: Likewise.
14657 * gdb.arch/thumb-singlestep.exp: Likewise.
14658 * gdb.base/disp-step-syscall.exp: Likewise.
14659 * gdb.base/float.exp: Likewise.
14660
14661 2015-07-07 Yao Qi <yao.qi@linaro.org>
14662
14663 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch):
14664 Set arch1, arch2, syscall1_name, syscall2_name and syscall_number.
14665
14666 2015-07-07 Yao Qi <yao.qi@linaro.org>
14667
14668 * gdb.multi/multi-arch-exec.exp: Set march1 and march2 to "" if target
14669 is aarch64. If target is aarch64, set compiler=${ARM_CC_FOR_TARGET}
14670 if it exists.
14671 * gdb.multi/multi-arch.exp: Likewise.
14672
14673 2015-07-07 Simon Marchi <simon.marchi@ericsson.com>
14674
14675 * gdb.python/py-lazy-string.exp: Add missing parentheses to
14676 print.
14677
14678 2015-07-07 Yao Qi <yao.qi@linaro.org>
14679
14680 * gdb.arch/thumb-singlestep.exp: Do one more single step.
14681
14682 2015-06-30 Martin Galvan <martin.galvan@tallertechnologies.com>
14683
14684 * lib/gdb.exp (test_class_help): Remove the unneeded escaping of
14685 '[' and ']' characters.
14686
14687 2015-06-30 Iain Buclaw <ibuclaw@gdcproject.org>
14688
14689 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
14690
14691 2015-06-29 Pedro Alves <palves@redhat.com>
14692
14693 PR threads/18127
14694 * gdb.threads/hand-call-new-thread.c: New file.
14695 * gdb.threads/hand-call-new-thread.c: New file.
14696
14697 2015-06-26 Keith Seitz <keiths@redhat.com>
14698 Doug Evans <dje@google.com>
14699
14700 PR 16253
14701 * gdb.cp/var-tag-2.cc: New file.
14702 * gdb.cp/var-tag-3.cc: New file.
14703 * gdb.cp/var-tag-4.cc: New file.
14704 * gdb.cp/var-tag.cc: New file.
14705 * gdb.cp/var-tag.exp: New file.
14706
14707 2015-06-26 Patrick Palka <patrick@parcs.ath.cx>
14708
14709 * gdb.base/history-duplicates.exp: New test.
14710
14711 2015-06-26 Patrick Palka <patrick@parcs.ath.cx>
14712
14713 * gdb.base/completion.exp: Test the completion of the "focus"
14714 command.
14715
14716 2015-06-26 Jan Kratochvil <jan.kratochvil@redhat.com>
14717
14718 * gdb.arch/amd64-prologue-skip.S: New file.
14719 * gdb.arch/amd64-prologue-skip.exp: New file.
14720
14721 2015-06-25 Simon Marchi <simon.marchi@ericsson.com>
14722
14723 * gdb.python/py-prettyprint.exp (run_lang_tests): Add
14724 is_address_zero_readable check.
14725
14726 2015-06-24 Peter Bergner <bergner@vnet.ibm.com>
14727
14728 * gdb.arch/powerpc-power.exp <rfebb>: Fixup test results.
14729 * gdb.arch/powerpc-power.s <rfebb>: Likewise.
14730
14731 2015-06-24 Yao Qi <yao.qi@linaro.org>
14732
14733 * lib/gdb.exp (supports_get_siginfo_type): Return 1 for all
14734 linux targets.
14735
14736 2015-06-24 Yao Qi <yao.qi@linaro.org>
14737
14738 * lib/gdb.exp (supports_get_siginfo_type): New proc.
14739 * gdb.base/siginfo-obj.exp: Invoke supports_get_siginfo_type.
14740 * gdb.base/siginfo-thread.exp: Likewise.
14741
14742 2015-06-22 Yao Qi <yao.qi@linaro.org>
14743
14744 * boards/remote-gdbserver-on-localhost.exp: Add comments.
14745
14746 2015-06-22 Yao Qi <yao.qi@linaro.org>
14747
14748 * lib/gdb.exp (skip_hw_breakpoint_tests): Return 0 for target
14749 aarch64*-*-*.
14750 (skip_hw_watchpoint_tests): Likewise.
14751
14752 2015-06-18 Patrick Palka <patrick@parcs.ath.cx>
14753
14754 * gdb.base/gdbinit-history.exp: Test the interaction between
14755 setting GDBHISTSIZE and setting the history size via .gdbinit.
14756
14757 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
14758
14759 PR gdb/16999
14760 * gdb.base/gdbhistsize-history.exp: New test.
14761
14762 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
14763
14764 * gdb.base/gdbinit-history.exp: Replace occurrences of HISTSIZE
14765 with GDBHISTSIZE.
14766 * gdb.base/readline.exp: Likewise.
14767
14768 2015-06-17 Yao Qi <yao.qi@linaro.org>
14769
14770 * lib/gdb.exp (get_build_id): Move braces and "else" to the same
14771 line.
14772
14773 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
14774
14775 * gdb.base/gdbinit-history.exp: Add test case to check that
14776 an unlimited history file does not get truncated on exit.
14777
14778 2015-06-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
14779
14780 * gdb.base/gnu_vector.c: Include stdarg.h and stdio.h.
14781 (VECTOR): New macro. Use it...
14782 (int4, uint4, char4, float4, int2, longlong2, float2, double2):
14783 ...for these typedefs.
14784 (int8, char1, int1, double1): New typedefs.
14785 (struct just_int2, struct two_int2): New structures.
14786 (add_some_intvecs, add_many_charvecs, add_various_floatvecs)
14787 (add_structvecs, add_singlevecs): New functions.
14788 (main): Call add_some_intvecs twice.
14789 * gdb.base/gnu_vector.exp: Drop GCC version check; just attempt
14790 the compile and exit upon failure. Try compiling for the "native"
14791 architecture. Test inferior function calls with vector arguments
14792 and vector return value handling with "finish" and "return".
14793
14794 2015-06-10 Jon Turney <jon.turney@dronecode.org.uk>
14795
14796 * gdb.base/sepdebug.exp: Add EXEEXT where needed.
14797 * lib/gdb.exp (get_build_id): Teach how to extract build-id from a
14798 PE file.
14799 * lib/future.exp (gdb_find_objdump): Add gdb_find_objdump.
14800
14801 2015-06-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
14802
14803 PR breakpoints/16465
14804 * gdb.mi/mi-dprintf-pending.c: New file.
14805 * gdb.mi/mi-dprintf-pending.exp: New test.
14806 * gdb.mi/mi-dprintf-pendshr.c: New file.
14807
14808 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
14809 Mircea Gherzan <mircea.gherzan@intel.com>
14810
14811 * gdb.arch/i386-mpx-map.c: New file.
14812 * gdb.arch/i386-mpx-map.exp: New File.
14813
14814 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
14815
14816 * gdb.arch/i386-mpx.c (have_mpx): Indentation fixed.
14817 * gdb.arch/i386-mpx.exp: Indentation fixed.
14818
14819 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
14820
14821 * gdb.arch/i386-mpx.c: Added final return to the have_mpx
14822 function and improved indentation.
14823 * gdb.arch/i386-mpx.exp: Exchanging gdb_send and gdb_expect for
14824 gdb_test_multiple. Added additional tests to skip the test.
14825
14826 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
14827
14828 * gdb.arch/i386-avx512.c: Change path in include file.
14829 * gdb.arch/i386-avx512.exp: Change include dir path
14830 compilation flag.
14831 * gdb.arch/i386-mpx.c: Change path in include file.
14832 * gdb.arch/i386-mpx.exp: Change include dir path compilation
14833 flag.
14834
14835 2015-06-04 Jan Kratochvil <jan.kratochvil@redhat.com>
14836
14837 * gdb.compile/compile-print.exp (compile print *vararray@3)
14838 (compile print *vararrayp@3): Change xfail to kfail compile/18489.
14839
14840 2015-06-03 Jan Kratochvil <jan.kratochvil@redhat.com>
14841
14842 * gdb.compile/compile.exp (keep jit in memory): Rename to ...
14843 (do not keep jit in memory): ... this.
14844 (expect 5): Change it to ...
14845 (expect no 5): ... this.
14846
14847 2015-06-02 Simon Marchi <simon.marchi@ericsson.com>
14848
14849 PR gdb/15564
14850 * gdb.mi/mi-detach.exp: New file.
14851
14852 2015-06-01 Jan Kratochvil <jan.kratochvil@redhat.com>
14853
14854 PR symtab/18392
14855 * gdb.arch/amd64-tailcall-self.S: New file.
14856 * gdb.arch/amd64-tailcall-self.c: New file.
14857 * gdb.arch/amd64-tailcall-self.exp: New file.
14858
14859 2015-05-28 Don Breazeal <donb@codesourcery.com>
14860
14861 * gdb.base/foll-vfork.exp (main): Disable exec-dependent
14862 tests for remote targets by checking is_target_gdbserver.
14863
14864 2015-05-27 Doug Evans <dje@google.com>
14865
14866 * gdb.dwarf2/opaque-type-lookup-2.c: New file.
14867 * gdb.dwarf2/opaque-type-lookup.c: New file.
14868 * gdb.dwarf2/opaque-type-lookup.exp: New file.
14869
14870 2015-05-26 Doug Evans <dje@google.com>
14871
14872 * gdb.cp/iostream.cc: New file.
14873 * gdb.cp/iostream.exp: New file.
14874
14875 2015-05-26 Doug Evans <dje@google.com>
14876
14877 * gdb.dwarf2/dw2-op-call.exp: Update.
14878 * gdb.dwarf2/dw4-sig-types.exp: Update.
14879 * gdb.dwarf2/implptr.exp: Update.
14880 * gdb.mi/mi-cmd-param-changed.exp: Update.
14881
14882 2015-05-26 Doug Evans <dje@google.com>
14883
14884 * gdb.python/py-lazy-string.c: New file.
14885 * gdb.python/py-lazy-string.exp: New file.
14886 * gdb.python/py-prettyprint.c (lazystring) <len>: New member.
14887 (main): Update. Add estring3.
14888 * gdb.python/py-prettyprint.exp: Add tests for strings at address 0.
14889 * gdb.python/py-prettyprint.py (pp_ls): Handle length.
14890
14891 2015-05-26 Omair Javaid <omair.javaid@linaro.org>
14892 Yao Qi <yao.qi@linaro.org>
14893
14894 * gdb.reverse/aarch64.c: New.
14895 * gdb.reverse/aarch64.exp: New.
14896
14897 2015-05-26 Omair Javaid <omair.javaid@linaro.org>
14898
14899 * lib/gdb.exp (supports_process_record): Return true for
14900 aarch64*-linux*.
14901 (supports_reverse): Likewise.
14902
14903 2015-05-22 Patrick Palka <patrick@parcs.ath.cx>
14904
14905 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
14906 Use with_test_prefix.
14907
14908 2015-05-21 Andrew Burgess <andrew.burgess@embecosm.com>
14909
14910 * gdb.base/completion.exp: Add test for completion of layout
14911 names.
14912
14913 2015-05-20 Andrew Burgess <andrew.burgess@embecosm.com>
14914
14915 * lib/gdb.exp (skip_tui_tests): New proc.
14916 * gdb.base/tui-layout.exp: Check skip_tui_tests.
14917
14918 2015-05-19 Pedro Alves <palves@redhat.com>
14919
14920 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
14921 Save the whole env array instead of just HOME. Unset HISTSIZE in
14922 the environment while testing. Restore whole environment
14923 afterwards.
14924
14925 2015-05-16 Doug Evans <xdje42@gmail.com>
14926
14927 * gdb.guile/scm-ports.c: New file.
14928 * gdb.guile/scm-ports.exp: Add memory port tests.
14929
14930 2015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
14931
14932 * gdb.compile/compile-print.c: New file.
14933 * gdb.compile/compile-print.exp: New file.
14934
14935 2015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
14936
14937 * gdb.compile/compile-ops.exp: Cast param to void.
14938 * gdb.compile/compile.exp: Complete type for _gdb_expr.
14939 (compile code struct_object.selffield = &struct_object): Add xfail.
14940
14941 2015-05-15 Joel Brobecker <brobecker@adacore.com>
14942
14943 * gdb.ada/arr_enum_with_gap: New testcase.
14944
14945 2015-05-15 Joel Brobecker <brobecker@adacore.com>
14946
14947 * gdb.ada/byte_packed_arr: New testcase.
14948
14949 2015-05-15 Joel Brobecker <brobecker@adacore.com>
14950
14951 * gdb.ada/pckd_neg: New testcase.
14952
14953 2015-05-13 Patrick Palka <patrick@parcs.ath.cx>
14954
14955 PR gdb/17820
14956 * gdb.base/gdbinit-history.exp: New test.
14957 * gdb.base/gdbinit-history/unlimited/.gdbinit: New file.
14958 * gdb.base/gdbinit-history/zero/.gdbinit: New file.
14959
14960 2015-05-09 Siva Chandra Reddy <sivachandra@google.com>
14961
14962 * gdb.python/py-xmethods.cc: Enhance test case.
14963 * gdb.python/py-xmethods.exp: New tests.
14964 * gdb.python/py-xmethods.py (A_indexoper): New xmethod worker
14965 function.
14966 (B_indexoper): Likewise.
14967 (global_dm_list) : Add new xmethod worker functions.
14968
14969 2015-05-08 Sergio Durigan Junior <sergiodj@redhat.com>
14970
14971 * gdb.base/coredump-filter.exp: Correctly unset
14972 "coredump_var_addr" array.
14973
14974 2015-05-08 Pedro Alves <palves@redhat.com>
14975
14976 * gdb.server/non-existing-program.exp: Unset spawn_id.
14977
14978 2015-05-08 Siva Chandra Reddy <sivachandra@google.com>
14979
14980 PR python/18291
14981 * gdb.python/py-xmethods.exp: Add tests.
14982
14983 2015-05-08 Yao Qi <yao.qi@linaro.org>
14984
14985 PR gdb/18208
14986 * gdb.base/coredump-filter.c (set_coredump_filter): New function.
14987 * gdb.base/coredump-filter.exp (do_save_core): Call inferior
14988 function set_coredump_filter, and remove remote_exec call.
14989 Remove argument ipid. Callers update.
14990 (top level): Don't get inferior's PID.
14991
14992 2015-05-08 Andreas Arnez <arnez@linux.vnet.ibm.com>
14993
14994 * gdb.base/watch_thread_num.exp: Skip test on targets without
14995 access watchpoints.
14996
14997 2015-05-06 Pedro Alves <palves@redhat.com>
14998
14999 PR server/18081
15000 * gdb.server/non-existing-program.exp: New file.
15001
15002 2015-05-05 Joel Brobecker <brobecker@adacore.com>
15003
15004 * gdb.ada/out_of_line_in_inlined.exp: Add run and "bt" tests.
15005
15006 2015-05-05 Joel Brobecker <brobecker@adacore.com>
15007
15008 * gdb.ada/out_of_line_in_inlined: New testcase.
15009
15010 2015-05-05 Joel Brobecker <brobecker@adacore.com>
15011
15012 * gdb.ada/var_rec_arr: New testcase.
15013
15014 2015-04-30 Yao Qi <yao.qi@linaro.org>
15015
15016 * gdb.base/break-idempotent.exp: If
15017 skip_hw_watchpoint_multi_tests returns true, skip the tests
15018 on "rwatch" and "awatch".
15019
15020 2015-04-30 Yao Qi <yao.qi@linaro.org>
15021
15022 * gdb.base/relativedebug.exp: Invoke gdb command
15023 "info sharedlibrary", and if libc.so doesn't have debug info,
15024 skip the test.
15025
15026 2015-04-29 Doug Evans <dje@google.com>
15027
15028 * gdb.python/py-xmethods.exp: Add ptype tests.
15029 * gdb.python/py-xmethods.py (E_method_char_worker): Add
15030 get_result_type method.
15031
15032 2015-04-29 Luis Machado <lgustavo@codesourcery.com>
15033
15034 * gdb.base/watch-bitfields.exp: Switch to software watchpoints if
15035 the target does not support hardware watchpoints.
15036
15037 2015-04-29 Luis Machado <lgustavo@codesourcery.com>
15038
15039 * gdb.base/break-always.exp: Abort testing if writing to memory
15040 causes an error.
15041
15042 2015-04-28 Doug Evans <dje@google.com>
15043
15044 * gdb.python/py-pp-maint.py: Move "replace" testing to ...
15045 * gdb.python/py-pp-registration.exp: ... here. New file.
15046 * gdb.python/py-pp-registration.c: New file.
15047 * gdb.python/py-pp-registration.py: New file.
15048
15049 2015-04-28 Doug Evans <dje@google.com>
15050
15051 * gdb.python/py-bad-printers.c: New file.
15052 * gdb.python/py-bad-printers.py: New file.
15053 * gdb.python/py-bad-printers.exp: New file.
15054
15055 2015-04-28 Sasha Smundak <asmundak@google.com>
15056
15057 * gdb.python/py-type.exp: New test.
15058
15059 2015-04-28 Andy Wingo <wingo@igalia.com>
15060
15061 * gdb.python/py-parameter.exp:
15062 * gdb.guile/scm-parameter.exp: Escape the path that we are
15063 matching against, as it might contain characters that are special
15064 to regular expressions.
15065
15066 2015-04-27 Joel Brobecker <brobecker@adacore.com>
15067
15068 * gdb.ada/rec_comp: New testcase.
15069
15070 2015-04-26 Sergio Durigan Junior <sergiodj@redhat.com>
15071
15072 * gdb.base/coredump-filter.exp: Clear variable "coredump_var_addr"
15073 before using it.
15074
15075 2015-04-24 Andrew Burgess <andrew.burgess@embecosm.com>
15076
15077 * gdb.base/dump.exp: Add *.verilog files to all_files list. Add
15078 new tests for verilog output.
15079
15080 2015-04-24 Yao Qi <yao.qi@linaro.org>
15081
15082 * boards/remote-gdbserver-on-localhost.exp: New file.
15083
15084 2015-04-23 Pedro Alves <palves@redhat.com>
15085
15086 * gdb.base/interrupt.exp: Use an indirect spawn id list holding
15087 $inferior_spawn_id instead of $inferior_spawn_id directly. On
15088 "end of file", remove $inferior_spawn_id from the indirect list.
15089
15090 2015-04-23 Pedro Alves <palves@redhat.com>
15091
15092 * gdb.base/interrupt.exp: Rename saw_eof to saw_end_of_file.
15093
15094 2015-04-23 Pedro Alves <palves@redhat.com>
15095
15096 * lib/gdb.exp (gdb_test_multiple): Match eof/full_buffer/timeout
15097 on $any_spawn_id instead of only on $gdb_spawn_id.
15098
15099 2015-04-21 Pierre Muller <muller@sourceware.org>
15100
15101 PR pascal/17815
15102 * lib/pascal.exp (gpc_compile): Add new option "class".
15103 (fpc_compile): Likewise.
15104 * gdb.pascal/case-insensitive-symbols.pas: New file.
15105 * gdb.pascal/case-insensitive-symbols.exp: New file.
15106
15107 2015-04-20 Gary Benson <gbenson@redhat.com>
15108
15109 * gdb.base/attach.exp: Fix three extended remote failures.
15110
15111 2015-04-17 Gary Benson <gbenson@redhat.com>
15112
15113 * gdb.server/server-exec-info.exp: Inhibit GDB from accessing
15114 the main executable over the remote protocol.
15115
15116 2015-04-16 Pedro Alves <palves@redhat.com>
15117
15118 * boards/native-extended-gdbserver.exp (mi_gdb_start): Don't start
15119 a new gdbserver if gdbserver_reconnect_p is set.
15120
15121 2015-04-16 Pedro Alves <palves@redhat.com>
15122
15123 * lib/gdbserver-support.exp (gdb_exit): If gdbserver_reconnect_p
15124 is set, don't exit gdbserver.
15125
15126 2015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
15127
15128 * gdb.arch/s390-vregs.S (change_vrs): Replace exrl by an
15129 appropriate .insn, such that an older assembler can be used.
15130 * gdb.arch/s390-vregs.exp: Add the compile flag -mzarch, to enable
15131 the z/Architecture instruction set on 31-bit targets as well.
15132
15133 2015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
15134
15135 * gdb.go/handcall.exp: Remove all logic related to the first
15136 breakpoint and rely on go_runto_main instead.
15137 * gdb.go/strings.exp: Likewise.
15138 * gdb.go/unsafe.exp: Likewise.
15139 * gdb.go/hello.exp: Likewise. Also rename the remaining
15140 breakpoint marker to "breakpoint 1".
15141 * gdb.go/handcall.go: Remove comment "set breakpoint 1 here".
15142 * gdb.go/strings.go: Likewise.
15143 * gdb.go/unsafe.go: Likewise.
15144 * gdb.go/hello.go: Likewise. Also remove the second occurrence of
15145 "set breakpoint 2 here" and rename the remaining breakpoint marker
15146 to "breakpoint 1".
15147
15148 2015-04-15 Simon Marchi <simon.marchi@ericsson.com>
15149
15150 * gdb.python/py-framefilter.py (ErrorFilter.filter): Use map function
15151 if itertools.imap is not present.
15152 * gdb.python/py-objfile.exp: Add parentheses.
15153 * gdb.python/py-type.exp: Same.
15154 * gdb.python/py-unwind-maint.py: Same.
15155
15156 2015-04-15 Yao Qi <yao.qi@linaro.org>
15157
15158 * gdb.dwarf2/dynarr-ptr.exp (assemble): Use $ptr_size instead
15159 of ":$ptr_size" and set its form explicitly.
15160
15161 2015-04-15 Pedro Alves <palves@redhat.com>
15162 Yao Qi <yao.qi@linaro.org>
15163
15164 * gdb.base/watch-bitfields.exp (test_watch_location): Increase
15165 timeout by factor of 4.
15166 (test_regular_watch): Likewise.
15167 * gdb.base/watchpoint-solib.exp: Use with_timeout_factor.
15168 * gdb.reverse/sigall-reverse.exp: Likewise.
15169 * gdb.reverse/until-precsave.exp: Likewise.
15170 * lib/gdb.exp (with_timeout_factor): New proc.
15171 (gdb_expect): Move some code to ...
15172 (get_largest_timeout): ... here. New procedure.
15173
15174 2015-04-14 Luis Machado <lgustavo@codesourcery.com>
15175
15176 * gdb.base/bp-permanent.exp (test): Reinstate correct test message.
15177
15178 2015-04-13 Luis Machado <lgustavo@codesourcery.com>
15179
15180 * gdb.base/bp-permanent.exp (test): Handle the case of being unable
15181 to write to the .text section.
15182
15183 2015-04-13 Luis Machado <lgustavo@codesourcery.com>
15184
15185 * gdb.base/coredump-filter.exp: Restrict test to Linux systems only.
15186 Handle the case of targets that do not provide PID information.
15187
15188 2015-04-13 Yao Qi <yao.qi@linaro.org>
15189
15190 * lib/gdbserver-support.exp (gdb_exit): Catch exception
15191 and use expect instead of gdb_expect.
15192
15193 2015-04-13 Sergio Durigan Junior <sergiodj@redhat.com>
15194
15195 * gdb.base/coredump-filter.exp: Rename variable "addr" to
15196 "coredump_var_addr" to avoid naming conflict with other testcases.
15197
15198 2015-04-10 Pedro Alves <palves@redhat.com>
15199
15200 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp: Use
15201 gdb_test_sequence and gdb_assert.
15202
15203 2015-04-10 Pedro Alves <palves@redhat.com>
15204
15205 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Use
15206 test messages that don't include the breakpoint address.
15207
15208 2015-04-10 Yao Qi <yao.qi@linaro.org>
15209
15210 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): Return
15211 false for some offset and width combinations which aren't
15212 supported by linux kernel.
15213
15214 2015-04-10 Pedro Alves <palves@redhat.com>
15215
15216 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): New
15217 procedure, factored out from ...
15218 (top level): ... here. Add "set displaced-stepping" testing axis.
15219 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): New
15220 parameter "displaced". Use it.
15221 (top level): Use foreach and add "set displaced-stepping" testing
15222 axis.
15223
15224 2015-04-10 Pedro Alves <palves@redhat.com>
15225
15226 * gdb.threads/step-over-trips-on-watchpoint.c (child_function):
15227 Remove comment.
15228 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Find
15229 both the address of the instruction that triggers the watchpoint
15230 and the address of the instruction immediately after, and use
15231 those addresses for the test. Fix comment.
15232
15233 2015-04-10 Pedro Alves <palves@redhat.com>
15234
15235 * gdb.base/sigstep.exp (breakpoint_to_handler)
15236 (breakpoint_to_handler_entry): New parameter 'displaced'. Use it.
15237 Test "backtrace" in handler.
15238 (breakpoint_over_handler): New parameter 'displaced'. Use it.
15239 (top level): Add new "displaced" test axis to
15240 breakpoint_to_handler, breakpoint_to_handler_entry and
15241 breakpoint_over_handler.
15242
15243 2015-04-10 Pedro Alves <palves@redhat.com>
15244
15245 PR gdb/18216
15246 * gdb.threads/multiple-step-overs.exp: Remove expected eof.
15247
15248 2015-04-10 Yao Qi <yao.qi@linaro.org>
15249
15250 * gdb.arch/arm-disp-step.S (main): Call test_add_rn_pc.
15251 (test_add_rn_pc): New function.
15252 * gdb.arch/arm-disp-step.exp (test_add_rn_pc): New proc.
15253 (top level): Invoke test_add_rn_pc.
15254
15255 2015-04-10 Pedro Alves <palves@redhat.com>
15256
15257 PR gdb/13858
15258 * gdb.base/step-over-no-symbols.exp: New file.
15259
15260 2015-04-09 Andy Wingo <wingo@igalia.com>
15261
15262 * gdb.guile/scm-frame.exp: Add frame-read-register tests, modelled
15263 after the Python tests.
15264
15265 2015-04-08 Keith Seitz <keiths@redhat.com>
15266
15267 PR python/16699
15268 * gdb.python/py-completion.exp: New tests for completion.
15269 * gdb.python/py-completion.py (CompleteLimit1): New class.
15270 (CompleteLimit2): Likewise.
15271 (CompleteLimit3): Likewise.
15272 (CompleteLimit4): Likewise.
15273 (CompleteLimit5): Likewise.
15274 (CompleteLimit6): Likewise.
15275 (CompleteLimit7): Likewise.
15276
15277 2015-04-08 Pedro Alves <palves@redhat.com>
15278
15279 PR gdb/18214
15280 PR gdb/18216
15281 * gdb.threads/multiple-step-overs.c (sigusr1_handler): New
15282 function.
15283 (main): Install it as SIGUSR1 handler.
15284 * gdb.threads/multiple-step-overs.exp (setup): Remove 'prefix'
15285 parameter. Always use "setup" as prefix. Toggle "set
15286 displaced-stepping" off/on depending on global. Don't switch to
15287 thread 1 here.
15288 (top level): Add displaced stepping "off/on" test axis. Update
15289 "setup" calls. Wrap each subtest with with_test_prefix. Test
15290 continuing with a queued signal in each thread.
15291
15292 2015-04-08 Pedro Alves <palves@redhat.com>
15293
15294 * gdb.trace/actions.exp: Use gdb_load before gdb_run_cmd.
15295 * gdb.trace/infotrace.exp: Use gdb_load before gdb_run_cmd. Use
15296 gdb_breakpoint instead of gdb_test that doesn't expect anything.
15297 Return early if running to main fails.
15298 * gdb.trace/while-stepping.exp: Likewise.
15299
15300 2015-04-07 Pedro Alves <palves@redhat.com>
15301
15302 * gdb.base/interrupt.exp: Don't skip if $inferior_spawn_id !=
15303 $gdb_spawn_id. Use send_inferior and $inferior_spawn_id to
15304 interact with inferior program.
15305
15306 2015-04-07 Pedro Alves <palves@redhat.com>
15307
15308 * lib/gdb.exp (inferior_spawn_id): New global.
15309 (gdb_test_multiple): Handle "-i". Reset the spawn id to GDB's
15310 spawn id after processing the user code.
15311 (default_gdb_start): Set inferior_spawn_id.
15312 (send_inferior): New procedure.
15313 * lib/gdbserver-support.exp (gdbserver_start): Set
15314 inferior_spawn_id.
15315 (close_gdbserver, gdb_exit): Unset inferior_spawn_id.
15316
15317 2015-04-07 Pedro Alves <palves@redhat.com>
15318
15319 * lib/gdb.exp (gdb_finish): Delete persistent gdbserver handling.
15320 * lib/gdbserver-support.exp (gdbserver_start): Make
15321 $server_spawn_id global.
15322 (gdbserver_start): Don't wait for gdbserver's spawn id with
15323 expect_background.
15324 (close_gdbserver): New procedure.
15325 (gdb_exit): Rename the default version and reimplement.
15326
15327 2015-04-07 Pedro Alves <palves@redhat.com>
15328
15329 * lib/gdb.exp (gdb_test_multiple): When processing an argument,
15330 append the substituted item, not the original item.
15331
15332 2015-04-07 Pedro Alves <palves@redhat.com>
15333
15334 * gdb.base/interrupt.exp: Use gdb_test_multiple instead of
15335 gdb_expect.
15336
15337 2015-04-07 Pedro Alves <palves@redhat.com>
15338
15339 * gdb.base/interrupt.exp: Don't handle the case of the inferior
15340 output appearing once only.
15341
15342 2015-04-07 Pedro Alves <palves@redhat.com>
15343
15344 * gdb.trace/actions.exp: Use gdb_breakpoint instead of gdb_test
15345 that doesn't expect anything. Return early if running to main
15346 fails.
15347
15348 2015-04-07 Yao Qi <yao.qi@linaro.org>
15349
15350 * gdb.threads/non-stop-fair-events.c (SECONDS): New macro.
15351 (child_function): Call alarm.
15352 (main): Move call to alarm into the loop.
15353 * gdb.threads/non-stop-fair-events.exp: Build program with
15354 -DTIMEOUT=$timeout.
15355
15356 2015-04-06 Doug Evans <xdje42@gmail.com>
15357
15358 * lib/pascal.exp (gpc_compile): Rename dest arg to destfile.
15359 Fix dest parameter to board_info.
15360 (fpc_compile): Ditto.
15361 (gdb_compile_pascal): Rename dest arg to destfile.
15362
15363 2015-04-03 Pierre-Marie de Rodat <derodat@adacore.com>
15364
15365 * gdb.ada/funcall_ref.exp: New file.
15366 * gdb.ada/funcall_ref/foo.adb: New file.
15367
15368 2015-04-02 Yao Qi <yao.qi@linaro.org>
15369
15370 * gdb.threads/no-unwaited-for-left.exp: Set up kfail if target
15371 is remote.
15372
15373 2015-04-02 Gary Benson <gbenson@redhat.com>
15374
15375 * gdb.base/break-probes.exp: Cope with "target:" sysroot.
15376
15377 2015-04-01 Sasha Smundak <asmundak@google.com>
15378
15379 * gdb.python/py-unwind-maint.c: New file.
15380 * gdb.python/py-unwind-maint.exp: New test.
15381 * gdb.python/py-unwind-maint.py: New file.
15382 * gdb.python/py-unwind.c: New file.
15383 * gdb.python/py-unwind.exp: New test.
15384 * gdb.python/py-unwind.py: New test.
15385
15386 2015-04-01 Pedro Alves <palves@redhat.com>
15387
15388 * gdb.threads/manythreads.exp (interrupt_and_wait): Pass $message
15389 to fail instead of non-existent $test.
15390
15391 2015-04-01 Pedro Alves <palves@redhat.com>
15392
15393 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): Append space to
15394 GDBFLAGS if not empty.
15395
15396 2015-04-01 Pierre-Marie de Rodat <derodat@adacore.com>
15397
15398 * gdb.ada/complete.exp: Remove "multi_line".
15399 * gdb.ada/info_exc.exp: Remove "multi_line".
15400 * gdb.ada/packed_tagged.exp: Remove "multi_line".
15401 * gdb.ada/ptype_field.exp: Remove "multi_line".
15402 * gdb.ada/sym_print_name.exp: Remove "multi_line".
15403 * gdb.ada/tagged.exp: Remove "multi_line".
15404 * gdb.btrace/buffer-size.exp: Replace [join [list ...]] with
15405 [multi_line ...]
15406 * gdb.btrace/delta.exp: Likewise.
15407 * gdb.btrace/exception.exp: Likewise.
15408 * gdb.btrace/function_call_history.exp: Likewise.
15409 * gdb.btrace/instruction_history.exp: Likewise.
15410 * gdb.btrace/nohist.exp: Likewise.
15411 * gdb.btrace/record_goto.exp: Likewise.
15412 * gdb.btrace/segv.exp: Likewise.
15413 * gdb.btrace/stepi.exp: Likewise.
15414 * gdb.btrace/tailcall.exp: Likewise.
15415 * gdb.btrace/unknown_functions.exp: Likewise.
15416 * gdb.dwarf2/dw2-undefined-ret-addr.exp: Likewise.
15417 * lib/gdb.exp: Add the "multi_line" helper.
15418
15419 2015-04-01 Pedro Alves <palves@redhat.com>
15420
15421 * gdb.threads/tid-reuse.c: New file.
15422 * gdb.threads/tid-reuse.exp: New file.
15423
15424 2015-03-31 Sergio Durigan Junior <sergiodj@redhat.com>
15425
15426 PR corefiles/16092
15427 * gdb.base/coredump-filter.c: New file.
15428 * gdb.base/coredump-filter.exp: Likewise.
15429
15430 2015-03-27 Petr Machata <pmachata@redhat.com>
15431
15432 * lib/dwarf.exp (Dwarf::_handle_DW_FORM): Handle DW_FORM_sec_offset.
15433 (Dwarf::_line_count, Dwarf::_line_saw_file): New variables.
15434 (Dwarf::assemble): Initialize them.
15435 (Dwarf::lines): New function.
15436
15437 2015-03-26 Jon Turney <jon.turney@dronecode.org.uk>
15438
15439 * lib/gdb.exp (gdb_target_symbol_prefix_flags): Don't set
15440 SYMBOL_PREFIX for x86_64-*-cygwin.
15441
15442 2015-03-26 Andy Wingo <wingo@igalia.com>
15443
15444 PR symtab/18148
15445 * gdb.dwarf2/dw2-intercu.S (one, two): Add variables that have a
15446 const_value but not a location.
15447 * gdb.dwarf2/dw2-intercu.exp: Add tests that constants without
15448 location defined in non-main CUs are visible.
15449
15450 2015-03-26 Yao Qi <yao.qi@linaro.org>
15451
15452 PR testsuite/18139
15453 * gdb.linespec/break-asm-file0.s (func): New label .Lfunc_2.
15454 Add a line number entry for the same line.
15455 * gdb.linespec/break-asm-file1.s (func): New label .Lfunc_2.
15456 Add a line number entry for the same line.
15457
15458 2015-03-26 Yao Qi <yao.qi@linaro.org>
15459
15460 * gdb.linespec/break-asm-file0.s (func2): Use nop instead of
15461 .int 0.
15462 (func): Likewise. Add .Lfunc_1 label.
15463 Use .Lfunc_1 label.
15464 * gdb.linespec/break-asm-file1.s (func3): Use nop instead of
15465 .int 0.
15466 (func): Likewise.
15467 Use .Lfunc_1 label.
15468
15469 2015-03-26 Yao Qi <yao.qi@linaro.org>
15470
15471 * gdb.linespec/break-asm-file.exp: Don't call prepare_for_testing.
15472 Call gdb_compile instead to compile each .s files without debug
15473 information.
15474
15475 2015-03-26 Yao Qi <yao.qi@linaro.org>
15476
15477 * gdb.base/savedregs.exp (process_saved_regs): Make
15478 "Saved registers:" optional in the pattern.
15479
15480 2015-03-25 Markus Metzger <markus.t.metzger@intel.com>
15481
15482 * gdb.btrace/next.exp: Merged into step.exp.
15483 * gdb.btrace/finish.exp: Merged into step.exp.
15484 * gdb.btrace/nexti.exp: Merged into stepi.exp.
15485 * gdb.btrace/step.exp: Use record_goto.c as test file. Avoid using
15486 "record goto" and checking the exact replay position.
15487 * gdb.btrace/stepi.exp: Choose test file based on target. Do not
15488 check for "Recording format" in "info record" output.
15489 * gdb.btrace/record_goto.exp: Choose test file based on target.
15490 * gdb.btrace/x86-record_goto.S: Renamed into ...
15491 * gdb.btrace/x86_64-record_goto.S: ... this.
15492 * gdb.btrace/i686-record_goto.S: New.
15493 * gdb.btrace/x86-tailcall.S: Renamed into ...
15494 * gdb.btrace/x86_64-tailcall.S: ... this.
15495 * gdb.btrace/i686-tailcall.S: New.
15496 * gdb.btrace/x86-tailcall.c: Renamed into ...
15497 * gdb.btrace/tailcall.c: ... this. Split "return ++answer" into two
15498 separate statements. Update test.
15499 * gdb.btrace/delta.exp: Use record_goto.c as test file.
15500 * gdb.btrace/gcore.exp: Use record_goto.c as test file.
15501 * gdb.btrace/nohist.exp: Use record_goto.c as test file.
15502 * gdb.btrace/tailcall.exp: Choose test file based on target.
15503 * gdb.btrace/Makefile.in: Remove next, finish, and nexti.
15504
15505 2015-03-25 Markus Metzger <markus.t.metzger@intel.com>
15506
15507 * gdb.btrace/exception.exp: Increase BTS buffer size.
15508
15509 2015-03-24 Pedro Alves <palves@redhat.com>
15510
15511 * gdb.threads/no-unwaited-for-left.exp: Test "thread apply all".
15512
15513 2015-03-24 Pedro Alves <palves@redhat.com>
15514
15515 * gdb.threads/schedlock.exp (test_step): No longer expect that
15516 "set scheduler-locking step" with "next" over a function call runs
15517 threads unlocked.
15518
15519 2015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
15520
15521 * gdb.mi/mi-pending.exp: Fix output of breakpoint test.
15522
15523 2015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
15524
15525 PR breakpoints/16466
15526 * gdb.mi/Makefile.in: Add mi-pendshr2.sl to cleanup.
15527 * gdb.mi/mi-pending.c (thread_func): New function.
15528 (int main): Add threading support required.
15529 * gdb.mi/mi-pending.exp: Add tests for this issue.
15530 * gdb.mi/mi-pendshr.c (pendfunc1): Remove stdio dependency.
15531 (pendfunc2): Remove stdio dependency.
15532 * gdb.mi/mi-pendshr2.c: New file.
15533
15534 2015-03-23 Keith Seitz <keiths@redhat.com>
15535
15536 * gdb.linespec/keywords.c: New file.
15537 * gdb.linespec/keywords.exp: New file.
15538
15539 2015-03-23 Keith Seitz <keiths@redhat.com>
15540
15541 PR gdb/18021
15542 * gdb.dwarf2/staticvirtual.exp: New test.
15543
15544 2015-03-20 Jan Kratochvil <jan.kratochvil@redhat.com>
15545
15546 * Makefile.in (ALL_SUBDIRS): Remove gdb.hp.
15547 * README: Remove HP-UX and gdb.hp.
15548 (configuration):
15549 * configure: Regenerate.
15550 * configure.ac (AC_OUTPUT): Remove gdb.hp/Makefile,
15551 gdb.hp/gdb.objdbg/Makefile, gdb.hp/gdb.base-hp/Makefile,
15552 gdb.hp/gdb.aCC/Makefile, gdb.hp/gdb.compat/Makefile,
15553 gdb.hp/gdb.defects/Makefile.
15554 * gdb.hp/Makefile.in: File deleted.
15555 * gdb.hp/gdb.aCC/Makefile.in: File deleted.
15556 * gdb.hp/gdb.aCC/optimize.c: File deleted.
15557 * gdb.hp/gdb.aCC/optimize.exp: File deleted.
15558 * gdb.hp/gdb.aCC/run.c: File deleted.
15559 * gdb.hp/gdb.aCC/watch-cmd.exp: File deleted.
15560 * gdb.hp/gdb.base-hp/Makefile.in: File deleted.
15561 * gdb.hp/gdb.base-hp/callfwmall.c: File deleted.
15562 * gdb.hp/gdb.base-hp/callfwmall.exp: File deleted.
15563 * gdb.hp/gdb.base-hp/dollar.c: File deleted.
15564 * gdb.hp/gdb.base-hp/dollar.exp: File deleted.
15565 * gdb.hp/gdb.base-hp/genso-thresh.c: File deleted.
15566 * gdb.hp/gdb.base-hp/hwwatchbus.c: File deleted.
15567 * gdb.hp/gdb.base-hp/hwwatchbus.exp: File deleted.
15568 * gdb.hp/gdb.base-hp/pxdb.c: File deleted.
15569 * gdb.hp/gdb.base-hp/pxdb.exp: File deleted.
15570 * gdb.hp/gdb.base-hp/reg-pa64.exp: File deleted.
15571 * gdb.hp/gdb.base-hp/reg-pa64.s: File deleted.
15572 * gdb.hp/gdb.base-hp/reg.exp: File deleted.
15573 * gdb.hp/gdb.base-hp/reg.s: File deleted.
15574 * gdb.hp/gdb.base-hp/sized-enum.c: File deleted.
15575 * gdb.hp/gdb.base-hp/sized-enum.exp: File deleted.
15576 * gdb.hp/gdb.base-hp/so-thresh.exp: File deleted.
15577 * gdb.hp/gdb.base-hp/so-thresh.mk: File deleted.
15578 * gdb.hp/gdb.base-hp/so-thresh.sh: File deleted.
15579 * gdb.hp/gdb.compat/Makefile.in: File deleted.
15580 * gdb.hp/gdb.compat/average.c: File deleted.
15581 * gdb.hp/gdb.compat/sum.c: File deleted.
15582 * gdb.hp/gdb.compat/xdb.c: File deleted.
15583 * gdb.hp/gdb.compat/xdb0.c: File deleted.
15584 * gdb.hp/gdb.compat/xdb0.h: File deleted.
15585 * gdb.hp/gdb.compat/xdb1.c: File deleted.
15586 * gdb.hp/gdb.compat/xdb1.exp: File deleted.
15587 * gdb.hp/gdb.compat/xdb2.exp: File deleted.
15588 * gdb.hp/gdb.compat/xdb3.exp: File deleted.
15589 * gdb.hp/gdb.defects/Makefile.in: File deleted.
15590 * gdb.hp/gdb.defects/bs14602.c: File deleted.
15591 * gdb.hp/gdb.defects/bs14602.exp: File deleted.
15592 * gdb.hp/gdb.defects/solib-d.c: File deleted.
15593 * gdb.hp/gdb.defects/solib-d.exp: File deleted.
15594 * gdb.hp/gdb.defects/solib-d1.c: File deleted.
15595 * gdb.hp/gdb.defects/solib-d2.c: File deleted.
15596 * gdb.hp/gdb.objdbg/Makefile.in: File deleted.
15597 * gdb.hp/gdb.objdbg/objdbg01.exp: File deleted.
15598 * gdb.hp/gdb.objdbg/objdbg01/x1.cc: File deleted.
15599 * gdb.hp/gdb.objdbg/objdbg01/x2.cc: File deleted.
15600 * gdb.hp/gdb.objdbg/objdbg01/x3.cc: File deleted.
15601 * gdb.hp/gdb.objdbg/objdbg01/x3.h: File deleted.
15602 * gdb.hp/gdb.objdbg/objdbg02.exp: File deleted.
15603 * gdb.hp/gdb.objdbg/objdbg02/x1.cc: File deleted.
15604 * gdb.hp/gdb.objdbg/objdbg02/x2.cc: File deleted.
15605 * gdb.hp/gdb.objdbg/objdbg02/x3.cc: File deleted.
15606 * gdb.hp/gdb.objdbg/objdbg03.exp: File deleted.
15607 * gdb.hp/gdb.objdbg/objdbg03/x1.cc: File deleted.
15608 * gdb.hp/gdb.objdbg/objdbg03/x2.cc: File deleted.
15609 * gdb.hp/gdb.objdbg/objdbg03/x3.cc: File deleted.
15610 * gdb.hp/gdb.objdbg/objdbg04.exp: File deleted.
15611 * gdb.hp/gdb.objdbg/objdbg04/x.h: File deleted.
15612 * gdb.hp/gdb.objdbg/objdbg04/x1.cc: File deleted.
15613 * gdb.hp/gdb.objdbg/objdbg04/x2.cc: File deleted.
15614 * gdb.hp/gdb.objdbg/tools/symaddr: File deleted.
15615 * gdb.hp/gdb.objdbg/tools/symaddr.pa64: File deleted.
15616 * gdb.hp/gdb.objdbg/tools/test-objdbg.cc: File deleted.
15617 * gdb.hp/tools/odump: File deleted.
15618
15619 2015-03-19 Pedro Alves <palves@redhat.com>
15620
15621 * gdb.threads/continue-pending-status.exp (saw_thread_2)
15622 (saw_thread_3): New globals.
15623 (top level): Increment them when an event for the corresponding
15624 thread is seen.
15625 (no thread starvation): New test.
15626
15627 2015-03-19 Pedro Alves <palves@redhat.com>
15628
15629 * gdb.threads/continue-pending-status.c: New file.
15630 * gdb.threads/continue-pending-status.exp: New file.
15631
15632 2015-03-18 Pedro Alves <palves@redhat.com>
15633
15634 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
15635 Use gdb_is_target_remote instead of is_remote. Use
15636 gdb_test_multiple instead of gdb_expect. Exit early if
15637 gdb_test_multiple hits its internal matches. Tighten stepi tests
15638 expected output. Fail on exit with any signal, instead of just
15639 SIGILL.
15640
15641 2015-03-18 Yao Qi <yao.qi@linaro.org>
15642
15643 PR tdep/18107
15644 * gdb.base/catch-syscall.c [!SYS_pipe] (pipe2_syscall): New
15645 variable.
15646 * gdb.base/catch-syscall.exp: Don't skip it on
15647 aarch64*-*-linux* target. Remove elements in all_syscalls.
15648 (test_catch_syscall_multi_arch): Skip it on aarch64*-linux*
15649 target.
15650 (setup_all_syscalls): New proc.
15651
15652 2015-03-16 Yao Qi <yao.qi@linaro.org>
15653
15654 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): New proc.
15655 (top level): Skip tests if valid_addr_p returns false for
15656 $cmd1 or $cmd2.
15657
15658 2015-03-11 Andy Wingo <wingo@igalia.com>
15659
15660 * gdb.guile/scm-objfile.exp: Add objfile-progspace test.
15661
15662 2015-03-11 Yao Qi <yao.qi@linaro.org>
15663
15664 * gdb.base/catch-syscall.exp: Fix typo in comments.
15665
15666 2015-03-11 Yao Qi <yao.qi@linaro.org>
15667
15668 * gdb.base/catch-syscall.exp: Skip it on HP-UX target.
15669
15670 2015-03-09 Pedro Alves <palves@redhat.com>
15671
15672 * dg-extract-results.py: Delete.
15673
15674 2015-03-09 Pedro Alves <palves@redhat.com>
15675
15676 Merge dg-extract-results.sh from GCC upstream (r218843).
15677
15678 2014-12-17 Sergio Durigan Junior <sergiodj@redhat.com>
15679 * dg-extract-results.sh: Use --text with grep to avoid issues with
15680 binary files. Fall back to cat -v, if that doesn't work.
15681
15682 2015-03-05 Pedro Alves <palves@redhat.com>
15683
15684 * gdb.base/bp-permanent.exp: Tighten "next over setup" regex.
15685
15686 2015-03-04 Simon Marchi <simon.marchi@ericsson.com>
15687
15688 * lib/mi-support.exp (mi_expect_interrupt): Accept
15689 alternative event for when in all-stop mode.
15690
15691 2015-03-04 Pedro Alves <palves@redhat.com>
15692
15693 * gdb.threads/thread-specific-bp.exp: Delete "info threads" test.
15694
15695 2015-03-04 Mark Kettenis <kettenis@gnu.org>
15696
15697 * gdb.base/foll-fork.exp: Enable on *-*-openbsd*.
15698
15699 2015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
15700
15701 * gdb.base/breakpoint-in-ro-region.exp (test_single_step): In the
15702 regexps for GDB's current line display, accept a hex address
15703 preceding the line number.
15704
15705 2015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
15706
15707 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch): Set
15708 the 'arch1' variable for "s390*-linux*" targets.
15709
15710 2015-03-04 Pedro Alves <palves@redhat.com>
15711
15712 * gdb.threads/clone-thread_db.c: Include unistd.h and pthread.h.
15713 (main): Pass missing retval argument to pthread_join call.
15714
15715 2015-03-02 Pedro Alves <palves@redhat.com>
15716
15717 * gdb.threads/thread-execl.exp (do_test): Handle non-stop.
15718 (top level): Call do_test with non-stop as well.
15719
15720 2015-03-02 Pedro Alves <palves@redhat.com>
15721
15722 * lib/gdb.exp (gdb_test_multiple) <internal error>: Set result to
15723 -1.
15724
15725 2015-03-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
15726
15727 * gdb.arch/s390-vregs.exp: New test.
15728 * gdb.arch/s390-vregs.S: New file.
15729
15730 2015-02-27 Pedro Alves <palves@redhat.com>
15731
15732 * gdb.gdb/python-interrupts.exp (test_python_interrupts): Adjust
15733 call to catch_command_errors.
15734 * gdb.gdb/python-selftest.exp (selftest_python): Adjust call to
15735 catch_command_errors.
15736
15737 2015-02-27 Pedro Alves <palves@redhat.com>
15738
15739 * gdb.gdb/complaints.exp (test_initial_complaints): Also accept
15740 "true" for boolean result.
15741 * gdb.gdb/selftest.exp (test_with_self): Also accept full
15742 prototype of main.
15743
15744 2015-02-27 Pedro Alves <palves@redhat.com>
15745
15746 * lib/unbuffer_output.c: New file.
15747 * gdb.base/interrupt.c: Include "../lib/unbuffer_output.c".
15748 (main): Call gdb_unbuffer_output.
15749
15750 2015-02-27 Yao Qi <yao.qi@linaro.org>
15751
15752 * gdb.base/catch-syscall.exp: Don't skip it on hppa*-hp-hpux*
15753 target.
15754
15755 2015-02-26 Doug Evans <dje@google.com>
15756
15757 * gdb.cp/class2.cc (Dbase, D): New classes.
15758 (main): New local delta.
15759 * gdb.cp/class2.exp: Test printing delta.
15760 * gdb.cp/classes.cc (DynamicBase2, DynamicBar): New classes.
15761 (dynbar): New global.
15762 * gdb.cp/classes.exp (test_ptype_class_objects): Test ptype DynamicBar.
15763
15764 2015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
15765
15766 * gdb.compile/compile-ifunc.c: New file.
15767 * gdb.compile/compile-ifunc.exp: New file.
15768
15769 2015-02-26 Antoine Tremblay <antoine.tremblay@ericsson.com>
15770
15771 * gdb.base/structs.exp: Check for correct struct on finish.
15772
15773 2015-02-26 Yao Qi <yao.qi@linaro.org>
15774
15775 * lib/dwarf.exp (function_range): Adjust pattern when $func_length
15776 is zero.
15777
15778 2015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
15779
15780 * gdb.arch/cordic.ko.bz2: New file.
15781 * gdb.arch/cordic.ko.debug.bz2: New file.
15782 * gdb.arch/ppc64-symtab-cordic.exp: New file.
15783
15784 2015-02-25 Yao Qi <yao.qi@linaro.org>
15785
15786 * gdb.xml/tdesc-regs.exp: Set core-regs to aarch64-core.xml for
15787 aarch64*-*-* target.
15788
15789 2015-02-23 Pedro Alves <palves@redhat.com>
15790
15791 * lib/gdb.exp (delete_breakpoints): Rewrite using
15792 gdb_test_multiple.
15793
15794 2015-02-23 Pedro Alves <palves@redhat.com>
15795
15796 * gdb.base/info-os.c: Include stdlib.h.
15797
15798 2015-02-22 Doug Evans <xdje42@gmail.com>
15799
15800 PR symtab/17855
15801 * gdb.ada/exec_changed.exp: Add second test where symbol lookup cache
15802 is read after symbols have been re-read.
15803 * gdb.ada/exec_changed/first.adb (First): New procedure Break_Me.
15804 * gdb.ada/exec_changed/second.adb (Second): Ditto.
15805
15806 2015-02-21 Doug Evans <dje@google.com>
15807
15808 * gdb.cp/anon-ns.exp: Add test for ptype '(anonymous namespace)'.
15809
15810 2015-02-21 Jan Kratochvil <jan.kratochvil@redhat.com>
15811
15812 PR corefiles/17808
15813 * gdb.arch/i386-biarch-core.core.bz2: New file.
15814 * gdb.arch/i386-biarch-core.exp: New file.
15815
15816 2015-02-21 Pedro Alves <palves@redhat.com>
15817
15818 * gdb.threads/multi-create-ns-info-thr.exp: Return early if
15819 runto_main fails.
15820
15821 2015-02-20 Pedro Alves <palves@redhat.com>
15822
15823 * gdb.base/solib-corrupted.exp: Expect "stap" as first column of
15824 info probes.
15825
15826 2015-02-20 Pedro Alves <palves@redhat.com>
15827
15828 * gdb.threads/multi-create-ns-info-thr.exp: New file.
15829
15830 2015-02-20 Pedro Alves <palves@redhat.com>
15831
15832 * gdb.trace/no-attach-trace.exp: Don't run to main. Do
15833 clean_restart before gdb_target_supports_trace.
15834
15835 2015-02-20 Pedro Alves <palves@redhat.com>
15836
15837 PR threads/18006
15838 * gdb.threads/clone-thread_db.c: New file.
15839 * gdb.threads/clone-thread_db.exp: New file.
15840
15841 2015-02-19 Antoine Tremblay <antoine.tremblay@ericsson.com>
15842
15843 PR breakpoints/16812
15844 * gdb.base/catch-gdb-caused-signals.c: New file.
15845 * gdb.base/catch-gdb-caused-signals.exp: New file.
15846
15847 2015-02-18 Jose E. Marchesi <jose.marchesi@oracle.com>
15848
15849 * configure: Regenerated.
15850 * configure.ac: Use GDB_AC_TRANSFORM.
15851 * aclocal.m4: sinclude ../transform.m4.
15852
15853 2015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
15854
15855 * lib/dtrace.exp: New file.
15856 * gdb.base/dtrace-probe.exp: Likewise.
15857 * gdb.base/dtrace-probe.d: Likewise.
15858 * gdb.base/dtrace-probe.c: Likewise.
15859 * lib/pdtrace.in: Likewise.
15860 * configure.ac: Output variables with the transformed names of
15861 the strip, readelf, as and nm tools. AC_SUBST lib/pdtrace.in.
15862 * configure: Regenerated.
15863
15864 2015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
15865
15866 * gdb.base/stap-probe.exp (stap_test): Remove "SystemTap" from
15867 expected message when trying to access $_probe_* convenience
15868 variables while not on a probe.
15869
15870 2015-02-11 Jan Kratochvil <jan.kratochvil@redhat.com>
15871
15872 * gdb.python/py-framefilter.exp (pagination quit - *): New tests.
15873
15874 2015-02-11 Pedro Alves <pedro@codesourcery.com>
15875
15876 * gdb.threads/step-bg-decr-pc-switch-thread.c: New file.
15877 * gdb.threads/step-bg-decr-pc-switch-thread.exp: New file.
15878
15879 2015-02-10 Doug Evans <xdje42@gmail.com>
15880
15881 * lib/gdb.exp (gdb_load): Always return a result.
15882
15883 2015-02-10 Pedro Alves <palves@redhat.com>
15884
15885 * gdb.threads/signal-sigtrap.c: New file.
15886 * gdb.threads/signal-sigtrap.exp: New file.
15887
15888 2015-02-10 Antoine Tremblay <antoine.tremblay@ericsson.com>
15889
15890 * gdb.trace/no-attach-trace.c: New file.
15891 * gdb.trace/no-attach-trace.exp: New file.
15892
15893 2015-02-09 Mark Wielaard <mjw@redhat.com>
15894
15895 * gdb.dwarf2/atomic.c: New file.
15896 * gdb.dwarf2/atomic-type.exp: Likewise.
15897
15898 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
15899
15900 * gdb.btrace/buffer-size.exp: Update "info record" output.
15901 * gdb.btrace/delta.exp: Update "info record" output.
15902 * gdb.btrace/enable.exp: Update "info record" output.
15903 * gdb.btrace/finish.exp: Update "info record" output.
15904 * gdb.btrace/instruction_history.exp: Update "info record" output.
15905 * gdb.btrace/next.exp: Update "info record" output.
15906 * gdb.btrace/nexti.exp: Update "info record" output.
15907 * gdb.btrace/step.exp: Update "info record" output.
15908 * gdb.btrace/stepi.exp: Update "info record" output.
15909 * gdb.btrace/nohist.exp: Update "info record" output.
15910
15911 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
15912
15913 * gdb.btrace/buffer-size: New.
15914
15915 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
15916
15917 * gdb.btrace/delta.exp: Update "info record" output.
15918 * gdb.btrace/enable.exp: Update "info record" output.
15919 * gdb.btrace/finish.exp: Update "info record" output.
15920 * gdb.btrace/instruction_history.exp: Update "info record" output.
15921 * gdb.btrace/next.exp: Update "info record" output.
15922 * gdb.btrace/nexti.exp: Update "info record" output.
15923 * gdb.btrace/step.exp: Update "info record" output.
15924 * gdb.btrace/stepi.exp: Update "info record" output.
15925 * gdb.btrace/nohist.exp: Update "info record" output.
15926
15927 2015-02-06 Simon Marchi <simon.marchi@ericsson.com>
15928
15929 PR gdb/15678
15930 * gdb.base/ena-dis-br.exp: Test "enable count" for bad user input.
15931
15932 2015-02-06 Pedro Alves <palves@redhat.com>
15933
15934 * gdb.threads/attach-many-short-lived-threads.c (SECONDS): New
15935 macro.
15936 (seconds_left, again): New globals.
15937 (main): Wait seconds_left in a 1-second sleep loop instead of
15938 sleeping 180 seconds. If 'again' is set, reset the seconds
15939 counter.
15940 * gdb.threads/attach-many-short-lived-threads.exp (test): Set
15941 'again' in the inferior before detaching. Print the seconds left.
15942 (options): New global.
15943 (top level): Build program with -DTIMEOUT=$timeout.
15944
15945 2015-02-06 Pedro Alves <palves@redhat.com>
15946
15947 * gdb.base/gdb-sigterm.c (main): Use the TIMEOUT define to
15948 determine how many seconds to pass to 'alarm'.
15949 * gdb.base/gdb-sigterm.exp (top level): Build program with
15950 -DTIMEOUT=$timeout.
15951 (do_test): Return success/failure indication. Add more verbose
15952 logging. Don't fail if 200 single steps are seen. Instead, fail
15953 when the test times out.
15954 (passes): New global.
15955 (top level): Break the testing loop if testing fails on any
15956 iteration. Use gdb_assert.
15957
15958 2015-02-04 Don Breazeal <donb@codesourcery.com>
15959
15960 * gdb.base/info-os.c (shmid, semid, msqid): Make variables static
15961 and initialize them.
15962 (ipc_cleanup): New function.
15963 (main): Don't declare shmid, semid, and msqid. Add a call to
15964 atexit so that we call ipc_cleanup on exit.
15965
15966 2015-02-04 Pedro Alves <palves@redhat.com>
15967
15968 * boards/native-extended-gdbserver.exp: Remove any target variant
15969 specifications from the board name before clearing the isremote
15970 flag from board_info.
15971
15972 2015-01-31 Doug Evans <xdje42@gmail.com>
15973
15974 * gdb.base/maint.exp <maint print type argc>: Update expected output.
15975
15976 2015-01-31 Gary Benson <gbenson@redhat.com>
15977
15978 * gdb.base/completion.exp: Disable completion limiting for
15979 existing tests. Add new tests to check completion limiting.
15980 * gdb.linespec/ls-errs.exp: Disable completion limiting.
15981
15982 2015-01-31 Doug Evans <xdje42@gmail.com>
15983
15984 * gdb.ada/dyn_arrayidx.exp: Add additional_flags=-gnat12.
15985
15986 2015-01-31 Doug Evans <xdje42@gmail.com>
15987
15988 * gdb.guile/scm-section-script.c: Add duplicate inlined section script
15989 entries. Duplicate file section script entries.
15990 * gdb.guile/scm-section-script.exp: Add tests for duplicate entries,
15991 inlined entries. Add test for safe-path rejection.
15992 * gdb.python/py-section-script.c: Add duplicate inlined section script
15993 entries. Duplicate file section script entries.
15994 * gdb.python/py-section-script.exp: Add tests for duplicate entries,
15995 inlined entries. Add test for safe-path rejection.
15996
15997 2015-01-29 Joel Brobecker <brobecker@adacore.com>
15998
15999 * gdb.ada/disc_arr_bound: New testcase.
16000
16001 2015-01-29 Joel Brobecker <brobecker@adacore.com>
16002
16003 * gdb.ada/mi_var_array: New testcase.
16004
16005 2015-01-27 Doug Evans <dje@google.com>
16006
16007 * gdb.python/py-objfile.exp: Add tests for objfile.username.
16008 Add test for objfile.filename, objfile.username after objfile
16009 has been unloaded.
16010
16011 2015-01-26 Joel Brobecker <brobecker@adacore.com>
16012
16013 * gdb.python/py-lookup-type.exp (test_lookup_type): Change
16014 the second test to print the name attribute of value
16015 returned by the call to gdb.lookup_type, and adjust
16016 the expected output accordingly.
16017
16018 2015-01-25 Mark Wielaard <mjw@redhat.com>
16019
16020 * gdb.arch/i386-bp_permanent.c (standard): New declaration.
16021 * gdb.base/disp-step-fork.c: Include unistd.h.
16022 * gdb.base/siginfo-obj.c: Include stdio.h.
16023 * gdb.base/siginfo-thread.c: Likewise.
16024 * gdb.mi/non-stop.c: Include unistd.h.
16025 * gdb.mi/nsthrexec.c: Include stdio.h.
16026 * gdb.mi/pthreads.c: Include unistd.h.
16027 * gdb.modula2/unbounded1.c (main): Declare returns int.
16028 * gdb.reverse/consecutive-reverse.c: Likewise.
16029 * gdb.threads/create-fail.c: Include unistd.h.
16030 * gdb.threads/killed.c: Likewise.
16031 * gdb.threads/linux-dp.c: Likewise.
16032 * gdb.threads/non-ldr-exc-1.c: Include stdio.h and string.h.
16033 * gdb.threads/non-ldr-exc-2.c: Likewise.
16034 * gdb.threads/non-ldr-exc-3.c: Likewise.
16035 * gdb.threads/non-ldr-exc-4.c: Likewise.
16036 * gdb.threads/pthreads.c: Include unistd.h.
16037 (main): Declare returns int.
16038 * gdb.threads/tls-main.c (foo): New declaration.
16039 * gdb.threads/watchpoint-fork-mt.c: Define _GNU_SOURCE.
16040
16041 2015-01-23 Simon Marchi <simon.marchi@ericsson.com>
16042
16043 * gdb.mi/mi-var-list-children-invalid-grandchild.c: New file.
16044 * gdb.mi/mi-var-list-children-invalid-grandchild.exp: New file.
16045
16046 2015-01-15 Mark Wielaard <mjw@redhat.com>
16047
16048 * gdb.base/noreturn-return.c: New file.
16049 * gdb.base/noreturn-return.exp: New file.
16050 * gdb.base/noreturn-finish.c: New file.
16051 * gdb.base/noreturn-finish.exp: New file.
16052
16053 2015-01-23 Pedro Alves <palves@redhat.com>
16054
16055 * gdb.threads/continue-pending-after-query.c: New file.
16056 * gdb.threads/continue-pending-after-query.exp: New file.
16057
16058 2015-01-22 Anders Granlund <anders.granlund@ericsson.com>
16059 Simon Marchi <simon.marchi@ericsson.com>
16060
16061 * gdb.base/statistics.exp: Assign spawn id to gdb_spawn_id.
16062 * gdb.base/valgrind-db-attach.exp: Same.
16063 * gdb.base/valgrind-infcall.exp: Same.
16064 * lib/mi-support.exp (default_mi_gdb_start): Same.
16065 * lib/prompt.exp (default_prompt_gdb_start): Same.
16066 * lib/gdb.exp (default_gdb_spawn): Same.
16067 (gdb_interact): New.
16068
16069
16070 2015-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
16071
16072 * gdb.compile/compile.exp (pointer to jit function): New test.
16073
16074 2015-01-17 Wei-cheng Wang <cole945@gmail.com>
16075
16076 * lib/gdb.exp (supports_process_record): Return true for
16077 powerpc*-*-linux*.
16078 (supports_reverse): Likewise.
16079
16080 2015-01-15 Don Breazeal <donb@codesourcery.com>
16081
16082 * gdb.base/attach-pie-noexec.exp: Use can_spawn_for_attach
16083 instead of checking whether the target board is remote and
16084 use spawn_wait_for_attach instead of exec/sleep.
16085 * gdb.base/attach-twice.exp: Likewise.
16086
16087 2015-01-15 Joel Brobecker <brobecker@adacore.com>
16088
16089 * gdb.ada/var_arr_attrs: New testcase.
16090
16091 2015-01-14 Pedro Alves <palves@redhat.com>
16092 Joel Brobecker <brobecker@adacore.com>
16093
16094 PR gdb/17525
16095 * gdb.base/bp-cmds-execution-x-script.c: New file.
16096 * gdb.base/bp-cmds-execution-x-script.exp: New file.
16097 * gdb.base/bp-cmds-execution-x-script.gdb: New file.
16098
16099 2015-01-14 Pedro Alves <palves@redhat.com>
16100
16101 PR cli/17828
16102 * gdb.base/batch-preserve-term-settings.c: New file.
16103 * gdb.base/batch-preserve-term-settings.exp: New file.
16104
16105 2015-01-13 Doug Evans <dje@google.com>
16106
16107 * gdb.python/py-objfile.exp: Test gdb.lookup_objfile on symlinked
16108 binary.
16109
16110 2015-01-13 Joel Brobecker <brobecker@adacore.com>
16111
16112 * Makefile.in (clean mostlyclean): Do not delete *.py.
16113
16114 2015-01-13 Joel Brobecker <brobecker@adacore.com>
16115
16116 * gdb.python/py-lookup-type.exp: New file.
16117
16118 2015-01-12 Pedro Alves <palves@redhat.com>
16119
16120 * gdb.python/py-prompt.exp: When the board can't spawn for attach,
16121 restore GDBFLAGS before returning.
16122
16123 2015-01-12 Jan Kratochvil <jan.kratochvil@redhat.com>
16124
16125 * gdb.python/py-frame.exp (test Frame.read_register(rip)): Use
16126 is_amd64_regs_target and is_x86_like_target.
16127
16128 2015-01-11 Doug Evans <xdje42@gmail.com>
16129
16130 * lib/dwarf.exp (Dwarf): Flag an error if a numeric attribute value
16131 is given without an explicit form.
16132 * gdb.dwarf2/arr-subrange.exp: Specify forms for all numeric
16133 attributes.
16134 * gdb.dwarf/corrupt.exp: Ditto.
16135 * gdb.dwarf2/enum-type.exp: Ditto.
16136 * gdb.trace/entry-values.exp: Ditto.
16137 * gdb.trace/unavailable-dwarf-piece.exp: Ditto.
16138
16139 2015-01-11 Doug Evans <xdje42@gmail.com>
16140
16141 PR gdb/15830
16142 * gdb.base/maint.exp: Remove references to "maint demangle".
16143 * gdb.cp/demangle.exp: Update. "maint demangle" -> "demangle".
16144 Add tests for explicitly specifying language to demangle.
16145 * gdb.dlang/demangle.exp: Ditto.
16146
16147 2015-01-09 Pedro Alves <palves@redhat.com>
16148
16149 * gdb.threads/non-stop-fair-events.c: New file.
16150 * gdb.threads/non-stop-fair-events.exp: New file.
16151
16152 2015-01-09 Pedro Alves <palves@redhat.com>
16153
16154 * gdb.base/annota1.exp (thread_test): Use srcfile and binfile from
16155 the global scope. Set a breakpoint after all threads are started
16156 rather than stepping over two source lines. Expect the prompt.
16157 * gdb.base/watch_thread_num.c (threads_started_barrier): New
16158 global.
16159 (NUM): Now 15.
16160 (main): Use threads_started_barrier to wait for all threads to
16161 start. Main thread no longer calls thread_function. Exit after
16162 180 seconds.
16163 (loop): New function.
16164 (thread_function): Wait on threads_started_barrier barrier. Call
16165 'loop' at each iteration.
16166 * gdb.base/watch_thread_num.exp: Continue to breakpoint after all
16167 threads have started, instead of hardcoding number of "next"
16168 steps. Use an access watchpoint instead of a write watchpoint.
16169
16170 2015-01-09 Pedro Alves <palves@redhat.com>
16171
16172 * gdb.threads/ia64-sigill.c (threads_started_barrier): New global.
16173 (thread_func): Wait on barrier.
16174 (main): Wait for all threads to start before stopping GDB.
16175 * gdb.threads/siginfo-threads.c (threads_started_barrier): New
16176 global.
16177 (thread1_func, thread2_func): Wait on barrier.
16178 (main): Wait for all threads to start before stopping GDB.
16179 * gdb.threads/watchthreads-reorder.c (threads_started_barrier):
16180 New global.
16181 (thread1_func, thread2_func): Wait on barrier.
16182 (main): Wait for all threads to start before stopping GDB.
16183
16184 2015-01-09 Pedro Alves <palves@redhat.com>
16185
16186 * gdb.threads/attach-many-short-lived-threads.c: New file.
16187 * gdb.threads/attach-many-short-lived-threads.exp: New file.
16188
16189 2014-01-09 Pedro Alves <palves@redhat.com>
16190
16191 * gdb.threads/fork-thread-pending.exp: Switch to the main thread
16192 instead of to thread 2.
16193 * gdb.threads/signal-command-multiple-signals-pending.c (main):
16194 Add barrier around each pthread_create call instead of around all
16195 calls.
16196 * gdb.threads/signal-command-multiple-signals-pending.exp (test):
16197 Set a break on thread_function and have the child threads hit it
16198 one at at a time.
16199
16200 2015-01-09 Pedro Alves <palves@redhat.com>
16201
16202 * lib/gdb.exp (can_spawn_for_attach): New procedure.
16203 (spawn_wait_for_attach): Error out if can_spawn_for_attach returns
16204 false.
16205 * gdb.base/attach.exp: Use can_spawn_for_attach instead of
16206 checking whether the target board is remote.
16207 * gdb.multi/multi-attach.exp: Likewise.
16208 * gdb.python/py-sync-interp.exp: Likewise.
16209 * gdb.server/ext-attach.exp: Likewise.
16210 * gdb.python/py-prompt.exp: Use can_spawn_for_attach before the
16211 tests that need to attach, instead of checking whether the target
16212 board is remote at the top of the file.
16213
16214 2015-01-08 Yao Qi <yao@codesourcery.com>
16215
16216 * gdb.trace/entry-values.exp: Set call_insn for MIPS target.
16217
16218 2015-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
16219
16220 Fix testcase compilation.
16221 * gdb.arch/i386-avx512.exp (comp_flags): Remove /common.
16222
16223 2015-01-06 Joel Brobecker <brobecker@adacore.com>
16224
16225 * gdb.python/py-type.exp: Add a couple test about empty
16226 array creation, and negative-length array creation.
16227
16228 2015-01-02 Doug Evans <xdje42@gmail.com>
16229
16230 * gdb.cp/nsalias.exp: Fix output of external/declaration flags.
16231
16232 2015-01-02 Doug Evans <dje@google.com>
16233
16234 * gdb.dwarf2/dw4-sig-types.exp: Also pass -fdebug-types-section to gcc.
16235
16236 2014-12-29 Yao Qi <yao@codesourcery.com>
16237
16238 * gdb.trace/entry-values.exp: Update comments. Rename variable
16239 bar_call_foo to returned_from_foo.
16240
16241 2014-12-20 Mihail-Marian Nistor <mihail.nistor@freescale.com>
16242
16243 PR gdb/17394
16244 * gdb.linespec/break-asm-file.c: New file.
16245 * gdb.linespec/break-asm-file.exp: New file.
16246 * gdb.linespec/break-asm-file0.s: New file.
16247 * gdb.linespec/break-asm-file1.s: New file.
16248
16249 2014-12-18 Nigel Stephens <nigel@mips.com>
16250 Maciej W. Rozycki <macro@codesourcery.com>
16251
16252 * gdb.base/float.exp: Handle the new output from "info float" on
16253 MIPS targets.
16254
16255 2014-12-17 Jan Kratochvil <jan.kratochvil@redhat.com>
16256
16257 Fix MinGW compilation.
16258 * gdb.compile/compile-ops.exp: Update untested message if
16259 !skip_compile_feature_tests.
16260 * gdb.compile/compile-setjmp.exp: Likewise.
16261 * gdb.compile/compile-tls.exp: Likewise.
16262 * gdb.compile/compile.exp: Likewise.
16263 * lib/gdb.exp (skip_compile_feature_tests): Check also "Command not
16264 supported on this host".
16265
16266 2014-12-16 Doug Evans <xdje42@gmail.com>
16267
16268 * boards/stabs.exp: New file.
16269
16270 2014-12-16 Andreas Arnez <arnez@vnet.linux.ibm.com>
16271
16272 * gdb.base/completion.exp: Adjust to format changes of "maint
16273 print user-registers".
16274
16275 2014-12-16 Catalin Udma <catalin.udma@freescale.com>
16276
16277 PR server/17457
16278 * gdb.arch/aarch64-fp.c: New file.
16279 * gdb.arch/aarch64-fp.exp: New file.
16280
16281 2014-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
16282
16283 Merge dg-extract-results.{sh,py} from GCC upstream (r210243,
16284 r210637, r210913, r211666, r215400, r215817).
16285
16286 2014-05-08 Richard Sandiford <rdsandiford@googlemail.com>
16287 * dg-extract-results.py: New file.
16288 * dg-extract-results.sh: Use it if the environment seems
16289 suitable.
16290
16291 2014-05-20 Richard Sandiford <rdsandiford@googlemail.com>
16292
16293 * dg-extract-results.py (parse_run): Handle warnings that
16294 are printed before a test harness is run.
16295
16296 2014-05-25 Richard Sandiford <rdsandiford@googlemail.com>
16297
16298 * dg-extract-results.py (Named): Remove __cmp__ method.
16299 (output_variation): Use a key to sort variation.harnesses.
16300
16301 2014-06-14 Richard Sandiford <rdsandiford@googlemail.com>
16302
16303 * dg-extract-results.py: For Python 3, force sys.stdout to
16304 handle surrogate escape sequences.
16305 (safe_open): New function.
16306 (output_segment, main): Use it.
16307
16308 2014-09-19 Segher Boessenkool <segher@kernel.crashing.org>
16309
16310 * dg-extract-results.py (Prog.result_re): Include options
16311 in test name.
16312
16313 2014-10-02 Segher Boessenkool <segher@kernel.crashing.org>
16314
16315 * dg-extract-results.py (output_variation): Always sort if
16316 do_sum.
16317
16318 2014-12-15 Simon Marchi <simon.marchi@ericsson.com>
16319
16320 * lib/gdb.exp (default_gdb_start): After starting gdb, loop
16321 as long as we get pagination notifications.
16322
16323 2014-12-15 Jason Merrill <jason@redhat.com>
16324
16325 * Makefile.in (check-gdb.%): Restore.
16326 * README: Mention it.
16327
16328 2014-12-13 Joel Brobecker <brobecker@adacore.com>
16329
16330 * gdb.ada/str_uninit: New testcase.
16331
16332 2014-12-13 Jan Kratochvil <jan.kratochvil@redhat.com>
16333
16334 PR symtab/17642
16335 * gdb.base/vla-stub-define.c: New file.
16336 * gdb.base/vla-stub.c: New file.
16337 * gdb.base/vla-stub.exp: New file.
16338
16339 2014-12-12 Phil Muldoon <pmuldoon@redhat.com>
16340 Jan Kratochvil <jan.kratochvil@redhat.com>
16341 Tom Tromey <tromey@redhat.com>
16342
16343 * configure.ac: Add gdb.compile/.
16344 * configure: Regenerate.
16345 * gdb.compile/Makefile.in: New file.
16346 * gdb.compile/compile-ops.exp: New file.
16347 * gdb.compile/compile-ops.c: New file.
16348 * gdb.compile/compile-tls.c: New file.
16349 * gdb.compile/compile-tls.exp: New file.
16350 * gdb.compile/compile-constvar.S: New file.
16351 * gdb.compile/compile-constvar.c: New file.
16352 * gdb.compile/compile-mod.c: New file.
16353 * gdb.compile/compile-nodebug.c: New file.
16354 * gdb.compile/compile-setjmp-mod.c: New file.
16355 * gdb.compile/compile-setjmp.c: New file.
16356 * gdb.compile/compile-setjmp.exp: New file.
16357 * gdb.compile/compile-shlib.c: New file.
16358 * gdb.compile/compile.c: New file.
16359 * gdb.compile/compile.exp: New file.
16360 * lib/gdb.exp (skip_compile_feature_tests): New proc.
16361
16362 2014-12-12 Tom Tromey <tromey@redhat.com>
16363
16364 * lib/dwarf.exp (_location): Ignore blank lines. Allow comments.
16365 Handle DW_OP_pick, DW_OP_skip, DW_OP_bra.
16366
16367 2014-12-12 Doug Evans <dje@google.com>
16368
16369 * lib/gdb-python.exp (get_python_valueof): New function.
16370 * gdb.python/py-objfile.exp: Add tests for gdb.lookup_objfile.
16371
16372 2014-12-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
16373
16374 * gdb.base/completion.exp: Add test for completion of "info
16375 registers ".
16376
16377 2014-12-12 Maciej W. Rozycki <macro@codesourcery.com>
16378
16379 * gdb.base/func-ptrs.c: New file.
16380 * gdb.base/func-ptrs.exp: New file.
16381
16382 2014-12-10 Simon Marchi <simon.marchi@ericsson.com>
16383
16384 PR breakpoints/17012
16385 * gdb.base/dprintf-detach.c: New file.
16386 * gdb.base/dprintf-detach.exp: New file.
16387
16388 2014-12-10 Simon Marchi <simon.marchi@ericsson.com>
16389
16390 * gdb.trace/qtro.exp: Replace gdbserver detection code by...
16391 * lib/gdb.exp (target_is_gdbserver): New procedure.
16392
16393 2014-12-08 Doug Evans <dje@google.com>
16394
16395 * gdb.python/py-objfile.exp: Add tests for objfile.owner.
16396
16397 2014-12-05 Yao Qi <yao@codesourcery.com>
16398
16399 * gdb.guile/scm-error.exp: Remove the third argument to
16400 gdb_remote_download.
16401 * gdb.guile/scm-frame-args.exp: Likewise.
16402 * gdb.guile/scm-section-script.exp: Likewise.
16403
16404 2014-12-05 Yao Qi <yao@codesourcery.com>
16405
16406 * gdb.arch/i386-bp_permanent.exp: Use standard_testfile.
16407
16408 2014-12-04 Doug Evans <dje@google.com>
16409
16410 * gdb.python/py-objfile.exp: Add tests for
16411 objfile.add_separate_debug_file.
16412
16413 2014-12-04 Doug Evans <dje@google.com>
16414
16415 * lib/gdb.exp (get_build_id): New function.
16416 (build_id_debug_filename_get): Rewrite to use it.
16417 * gdb.python/py-objfile.exp: Add test for objfile.build_id.
16418
16419 2014-12-04 Maciej W. Rozycki <macro@codesourcery.com>
16420
16421 * gdb.cp/expand-psymtabs-cxx.exp: Accept any address of
16422 `method(long)', not just 0x0.
16423 * gdb.cp/nsalias.exp: Align code labels to 4.
16424 * gdb.dwarf2/dw2-canonicalize-type.S (main): Expand to 4-bytes.
16425 * gdb.dwarf2/dw2-empty-pc-range.S (main): Likewise.
16426 * gdb.dwarf2/pr11465.S (_ZN1N1cE): Likewise.
16427 * gdb.dwarf2/dw2-case-insensitive.c (START_INSNS): New macro.
16428 (cu_text_start, FUNC_lang_start): Use `START_INSNS'.
16429 * gdb.dwarf2/dw2-stack-boundary.exp: Accept noise in complaints.
16430
16431 2014-12-02 Doug Evans <dje@google.com>
16432
16433 PR symtab/17602
16434 * gdb.cp/anon-ns.cc: Move guts of this file to ...
16435 * gdb.cp/anon-ns2.cc: ... here. New file.
16436 * gdb.cp/anon-ns.exp: Update.
16437
16438 2014-12-02 Nick Bull <nicholaspbull@gmail.com>
16439
16440 * gdb.python/py-events.py (inferior_call_handler): New.
16441 (register_changed_handler, memory_changed_handler): New.
16442 (test_events.invoke): Register new handlers.
16443 * gdb.python/py-events.exp: Add tests for inferior call,
16444 memory_changed and register_changed events.
16445
16446 2014-12-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
16447
16448 * gdb.base/execl-update-breakpoints.exp: Specify the link address
16449 with '-Ttext-segment' instead of '-Ttext'. Fall back to '-Ttext'
16450 if the linker doesn't understand this.
16451
16452 2014-12-01 Simon Marchi <simon.marchi@ericsson.com>
16453
16454 * gdb.python/python.exp: Change expected reply to help().
16455
16456 2014-12-01 Yao Qi <yao@codesourcery.com>
16457
16458 * configure.ac: Remove AC_ARG_ENABLE for gdbtk. Don't invoke
16459 AC_CONFIG_SUBDIRS(gdb.gdbtk).
16460 * configure: Re-generated.
16461
16462 2014-11-28 Siva Chandra Reddy <sivachandra@google.com>
16463
16464 * gdb.cp/chained-calls.cc: New file.
16465 * gdb.cp/chained-calls.exp: New file.
16466 * gdb.cp/smartp.exp: Remove KFAIL for "p c2->inta".
16467
16468 2014-11-28 Simon Marchi <simon.marchi@ericsson.com>
16469
16470 * gdb.ada/py_range.exp: Add parentheses to python calls to print.
16471 * gdb.dwarf2/symtab-producer.exp: Same.
16472 * gdb.gdb/python-interrupts.exp: Same.
16473 * gdb.gdb/python-selftest.exp: Same.
16474 * gdb.python/py-linetable.exp: Same.
16475 * gdb.python/py-type.exp: Same.
16476 * gdb.python/py-value-cc.exp: Same.
16477 * gdb.python/py-value.exp: Same.
16478
16479 2014-11-28 Yao Qi <yao@codesourcery.com>
16480
16481 * gdb.base/break-probes.exp: Match library name prefixed with
16482 sysroot.
16483
16484 2014-11-27 Simon Marchi <simon.marchi@ericsson.com>
16485
16486 * gdb.python/py-linetable.exp: Escape properly sorted(fset)
16487 test expected output. Add parentheses for the call to print.
16488 Remove L suffix from integers.
16489
16490 2014-11-26 Doug Evans <dje@google.com>
16491
16492 * gdb.dwarf2/dw2-op-out-param.S: Fix comment.
16493
16494 2014-11-22 Yao Qi <yao@codesourcery.com>
16495
16496 * gdb.trace/entry-values.c: Remove asms.
16497 (foo): Add foo_label.
16498 (bar): Add bar_label.
16499 * gdb.trace/entry-values.exp: Remove code computing foo's
16500 length and bar's length.
16501 (Dwarf::assemble): Invoke function_range for bar and use
16502 MACRO_AT_func for foo.
16503
16504 2014-11-22 Yao Qi <yao@codesourcery.com>
16505
16506 * gdb.dwarf2/dw2-compdir-oldgcc.S: Define label .Lgcc42_procstart
16507 and .Lgcc43_procstart. Use .Lgcc42_procstart instead of gcc42.
16508 Use .Lgcc43_procstart instead of gcc43.
16509
16510 2014-11-21 Joel Brobecker <brobecker@adacore.com>
16511
16512 * gdb.ada/n_arr_bound: New testcase.
16513
16514 2014-11-20 Sergio Durigan Junior <sergiodj@redhat.com>
16515
16516 PR breakpoints/10737
16517 * gdb.base/catch-syscall.exp (do_syscall_tests): Call
16518 test_catch_syscall_multi_arch.
16519 (test_catch_syscall_multi_arch): New function.
16520
16521 2014-11-20 Doug Evans <xdje42@gmail.com>
16522
16523 * gdb.base/maint.exp: Update expected output.
16524
16525 2014-11-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
16526
16527 * gdb.base/bp-permanent.c (NOP): Define as 2-byte instead of
16528 4-byte instruction on S390.
16529
16530 2014-11-19 Joel Brobecker <brobecker@adacore.com>
16531
16532 * gdb.ada/arr_arr: New testcase.
16533
16534 2014-11-19 Joel Brobecker <brobecker@adacore.com>
16535
16536 * gdb.ada/pkd_arr_elem: New Testcase.
16537
16538 2014-11-18 Luis Machado <lgustavo@codesourcery.com>
16539
16540 * gdb.reverse/break-precsave: Expect completion message for
16541 core file reads.
16542 * gdb.reverse/consecutive-precsave.exp: Likewise.
16543 * gdb.reverse/finish-precsave.exp: Likewise.
16544 * gdb.reverse/i386-precsave.exp: Likewise.
16545 * gdb.reverse/machinestate-precsave.exp: Likewise.
16546 * gdb.reverse/sigall-precsave.exp: Likewise.
16547 * gdb.reverse/solib-precsave.exp: Likewise.
16548 * gdb.reverse/step-precsave.exp: Likewise.
16549 * gdb.reverse/until-precsave.exp: Likewise.
16550 * gdb.reverse/watch-precsave.exp: Likewise.
16551
16552 2014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
16553
16554 * gdb.base/bp-permanent.c: Include unistd.h.
16555 * gdb.python/py-framefilter-mi.c (main): Add return type.
16556 * gdb.python/py-framefilter.c (main): Likewise.
16557 * gdb.trace/actions-changed.c (main): Likewise.
16558
16559 2014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
16560
16561 * gdb.mi/until.c: Add eye-catchers.
16562 * gdb.mi/mi-until.exp: Refer to eye-catchers instead of literal
16563 line numbers.
16564
16565 2014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
16566
16567 * gdb.base/condbreak.exp: Drop references to removed non-prototype
16568 function header variants in break1.c.
16569 * gdb.base/ena-dis-br.exp: Likewise.
16570 * gdb.base/hbreak2.exp: Likewise.
16571 * gdb.reverse/until-precsave.exp: Drop references to removed
16572 non-prototype function header variants in ur1.c.
16573 * gdb.reverse/until-reverse.exp: Likewise.
16574
16575 2014-11-17 Petr Machata <pmachata@redhat.com>
16576
16577 * lib/dwarf.exp (Dwarf::cu, Dwarf::tu): Emit
16578 ${_cu_offset_size} bytes abbrev offset.
16579
16580 2014-11-15 Doug Evans <xdje42@gmail.com>
16581
16582 PR symtab/17559
16583 * gdb.base/line-symtabs.exp: New file.
16584 * gdb.base/line-symtabs.c: New file.
16585 * gdb.base/line-symtabs.h: New file.
16586
16587 2014-11-14 Yao Qi <yao@codesourcery.com>
16588
16589 * gdb.dwarf2/dw2-ifort-parameter.c: Remove inline asm.
16590 (func): Add label func_label.
16591 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble):
16592 Replace low_pc and high_pc with MACRO_AT_range.
16593 Replace name, low_pc and high_pc with MACRO_AT_func.
16594
16595 2014-11-14 Yao Qi <yao@codesourcery.com>
16596
16597 * gdb.dwarf2/implptr-optimized-out.exp (Dwarf::assemble):
16598 Replace name, low_pc and high_pc with MACRO_AT_func.
16599
16600 2014-11-14 Yao Qi <yao@codesourcery.com>
16601
16602 * gdb.dwarf2/implptr-optimized-out.exp: Use Dwarf::assemble to
16603 produce debug information.
16604 * gdb.dwarf2/implptr-optimized-out.S: Removed.
16605
16606 2014-11-14 Yao Qi <yao@codesourcery.com>
16607
16608 * gdb.dwarf2/dwz.exp: Remove the code to compile main.c to
16609 object and get function length.
16610 (Dwarf::assemble): Replace name, low_pc and high_pc attributes
16611 with MACRO_AT_func.
16612 (top-level): Replace gdb_compile and clean_restart with
16613 prepare_for_testing.
16614 * gdb.dwarf2/main.c (main): Add label main_label.
16615
16616 2014-11-14 Yao Qi <yao@codesourcery.com>
16617
16618 * lib/dwarf.exp (function_range): New procedure.
16619 (Dwarf::_handle_macro_at_func): New procedure.
16620 (Dwarf::_handle_macro_at_range): New procedure.
16621 (Dwarf): Handle MACRO_AT_func and MACRO_AT_range.
16622
16623 2014-11-14 Yao Qi <yao@codesourcery.com>
16624
16625 * lib/dwarf.exp (_handle_DW_TAG): Move some code to ...
16626 (_handle_attribute): New procedure.
16627
16628 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
16629
16630 * gdb.ada/cond_lang/foo.c (callme): Add return type.
16631 * gdb.base/call-sc.c (zed): Likewise.
16632 * gdb.base/checkpoint.c (main): Likewise.
16633 * gdb.base/dump.c (main): Likewise.
16634 * gdb.base/gcore.c (main): Likewise.
16635 * gdb.base/huge.c (main): Likewise.
16636 * gdb.base/multi-forks.c (main): Likewise.
16637 * gdb.base/pr10179-a.c (main): Likewise.
16638 * gdb.base/savedregs.c (main): Likewise.
16639 * gdb.base/sigaltstack.c (main): Likewise.
16640 * gdb.base/siginfo.c (main): Likewise.
16641 * gdb.base/structs.c (zed): Likewise.
16642 * gdb.mi/mi-stack.c (callee3, callee2, callee1, main): Likewise.
16643 * gdb.mi/mi-syn-frame.c (main): Likewise.
16644 * gdb.mi/until.c (foo, main): Likewise.
16645 * gdb.base/global-var-nested-by-dso.c (b_main, c_main): Declare.
16646 * gdb.base/solib-weak.c (foo): Declare.
16647 * gdb.base/attach-twice.c: Include stdio.h.
16648 * gdb.base/weaklib1.c: Likewise.
16649 * gdb.base/weaklib2.c: Likewise.
16650 * gdb.base/catch-signal-fork.c: Include stdio.h and sys/wait.h.
16651 * gdb.mi/mi-condbreak-call-thr-state-mt.c: Include stdio.h and
16652 unistd.h.
16653 * gdb.base/attach-pie-misread.c: Include stdlib.h.
16654 * gdb.mi/mi-exit-code.c: Likewise.
16655 * gdb.base/break-interp-lib.c: Include string.h.
16656 * gdb.base/coremaker.c: Likewise.
16657 * gdb.base/testenv.c: Likewise.
16658 * gdb.python/py-finish-breakpoint.c: Likewise.
16659 * gdb.base/inferior-died.c: Include sys/wait.h.
16660 * gdb.base/fileio.c: Include time.h.
16661 * gdb.base/async-shell.c: Include unistd.h.
16662 * gdb.base/dprintf-non-stop.c: Likewise.
16663 * gdb.base/info-os.c: Likewise.
16664 * gdb.mi/mi-console.c: Likewise.
16665 * gdb.mi/watch-nonstop.c: Likewise.
16666 * gdb.python/py-events.c: Likewise.
16667 * gdb.base/async.c (baz): Move up before its invocation.
16668 * gdb.base/code_elim2.c (my_global_func): Likewise.
16669 * gdb.base/skip-solib-lib.c (multiply): Likewise.
16670 * gdb.base/advance.c (func2): Likewise.
16671
16672 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
16673
16674 * gdb.base/annota1.c: Remove #ifdef PROTOTYPES, keep prototyped
16675 variant.
16676 * gdb.base/annota3.c: Likewise.
16677 * gdb.base/async.c: Likewise.
16678 * gdb.base/average.c: Likewise.
16679 * gdb.base/call-ar-st.c: Likewise.
16680 * gdb.base/call-rt-st.c: Likewise.
16681 * gdb.base/call-sc.c: Likewise.
16682 * gdb.base/call-strs.c: Likewise.
16683 * gdb.base/ending-run.c: Likewise.
16684 * gdb.base/execd-prog.c: Likewise.
16685 * gdb.base/exprs.c: Likewise.
16686 * gdb.base/foll-exec.c: Likewise.
16687 * gdb.base/foll-fork.c: Likewise.
16688 * gdb.base/foll-vfork.c: Likewise.
16689 * gdb.base/funcargs.c: Likewise.
16690 * gdb.base/gcore.c: Likewise.
16691 * gdb.base/jump.c: Likewise.
16692 * gdb.base/langs0.c: Likewise.
16693 * gdb.base/langs1.c: Likewise.
16694 * gdb.base/langs2.c: Likewise.
16695 * gdb.base/mips_pro.c: Likewise.
16696 * gdb.base/nodebug.c: Likewise.
16697 * gdb.base/opaque0.c: Likewise.
16698 * gdb.base/opaque1.c: Likewise.
16699 * gdb.base/recurse.c: Likewise.
16700 * gdb.base/run.c: Likewise.
16701 * gdb.base/scope0.c: Likewise.
16702 * gdb.base/scope1.c: Likewise.
16703 * gdb.base/setshow.c: Likewise.
16704 * gdb.base/setvar.c: Likewise.
16705 * gdb.base/shmain.c: Likewise.
16706 * gdb.base/shr1.c: Likewise.
16707 * gdb.base/shr2.c: Likewise.
16708 * gdb.base/sigall.c: Likewise.
16709 * gdb.base/signals.c: Likewise.
16710 * gdb.base/so-indr-cl.c: Likewise.
16711 * gdb.base/solib2.c: Likewise.
16712 * gdb.base/structs.c: Likewise.
16713 * gdb.base/sum.c: Likewise.
16714 * gdb.base/vforked-prog.c: Likewise.
16715 * gdb.base/watchpoint.c: Likewise.
16716 * gdb.reverse/shr2.c: Likewise.
16717 * gdb.reverse/until-reverse.c: Likewise.
16718 * gdb.reverse/ur1.c: Likewise.
16719 * gdb.reverse/watch-reverse.c: Likewise.
16720
16721 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
16722
16723 * gdb.base/sepdebug.c: Remove #ifdef PROTOTYPES, keep prototyped
16724 variant.
16725 * gdb.base/sepdebug.exp: Drop references to removed code.
16726
16727 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
16728
16729 * gdb.base/list0.h: Remove #ifdef PROTOTYPES, keep prototyped
16730 variant. Preserve original line numbering.
16731 * gdb.base/list1.c: Likewise.
16732
16733 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
16734
16735 * gdb.base/break.c: Remove #ifdef PROTOTYPES, keep prototyped
16736 variant.
16737 * gdb.base/break1.c: Likewise.
16738 * gdb.base/break.exp: Drop references to removed code.
16739
16740 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
16741
16742 * gdb.base/solib1.c: Remove #ifdef PROTOTYPES, keep prototyped
16743 variant.
16744
16745 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
16746
16747 * gdb.base/callfuncs.exp (perform_all_tests): Re-indent.
16748
16749 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
16750
16751 * gdb.base/callfuncs.exp: Remove 'prototypes' variable. Move main
16752 logic into perform_all_tests() and invoke it with and without
16753 function header prototypes.
16754 (do_function_calls): Remove conditional XFAIL for PR 5318.
16755 (rerun_and_prepare): Remove duplicate code.
16756 (perform_all_tests): New. Main logic moved here.
16757
16758 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
16759
16760 * gdb.base/callfuncs.c (t_float_many_args): Fix syntax error in
16761 code guarded by #ifdef NO_PROTOTYPES.
16762 (t_double_many_args): Likewise.
16763 (DEF_FUNC_MANY_ARGS_1): Likewise.
16764 (DEF_FUNC_VALUES_1): Likewise.
16765 (t_structs_ldc): Renamed from t_structs_fc in conditional code
16766 guarded by #ifdef PROTOTYPES.
16767
16768 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
16769
16770 * gdb.mi/mi-console.c: Add eye-catcher.
16771 * gdb.mi/mi-console.exp (semihosted_string): Refer to eye-catcher
16772 instead of literal line number.
16773
16774 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
16775
16776 * gdb.base/shr2.c: Add eye-catcher.
16777 * gdb.base/shlib-call.exp: Refer to eye-catcher instead of literal
16778 line number.
16779
16780 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
16781
16782 * gdb.base/jump.c: Add eye-catchers.
16783 * gdb.base/jump.exp: Refer to eye-catchers instead of literal line
16784 numbers.
16785
16786 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
16787
16788 * gdb.base/execd-prog.c: Add eye-catchers.
16789 * gdb.base/foll-exec.c: Likewise.
16790 * gdb.base/foll-exec.exp: Refer to eye-catchers instead of literal
16791 line numbers.
16792
16793 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
16794
16795 * gdb.base/ending-run.c: Add eye-catchers.
16796 * gdb.base/ending-run.exp: Refer to eye-catchers instead of
16797 literal line numbers.
16798
16799 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
16800
16801 * gdb.base/call-rt-st.c: Add eye-catchers.
16802 * gdb.base/call-rt-st.exp: Refer to eye-catchers instead of
16803 literal line numbers.
16804
16805 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
16806
16807 * gdb.base/call-ar-st.c: Add eye-catchers.
16808 * gdb.base/call-ar-st.exp: Refer to eye-catchers instead of
16809 literal line numbers.
16810
16811 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
16812
16813 * gdb.base/average.c: Add eye-catchers.
16814 * gdb.base/sum.c: Likewise.
16815 * gdb.base/dbx.exp: Use eye-catchers to determine line numbers for
16816 regexps dynamically.
16817
16818 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
16819
16820 * gdb.base/solib1.c: Add eye-catchers.
16821 * gdb.base/so-impl-ld.exp: Match against eye-catchers instead of
16822 literal line numbers.
16823
16824 2014-11-12 Pedro Alves <palves@redhat.com>
16825
16826 * gdb.threads/leader-exit.exp: Test sending ctrl-c works after the
16827 leader has exited.
16828
16829 2014-11-12 Pedro Alves <palves@redhat.com>
16830
16831 * gdb.arch/i386-bp_permanent.c: New file.
16832 * gdb.arch/i386-bp_permanent.exp: Don't skip on x86_64.
16833 (srcfile): Set to i386-bp_permanent.c.
16834 (top level): Adjust to work in both 32-bit and 64-bit modes. Test
16835 that stepi does not execute the 'leave' instruction, instead of
16836 testing it does execute.
16837 * gdb.base/bp-permanent.c: New file.
16838 * gdb.base/bp-permanent.exp: New file.
16839
16840 2014-11-10 Doug Evans <xdje42@gmail.com>
16841
16842 PR symtab/17564
16843 * gdb.base/symtab-search-order.exp: New file.
16844 * gdb.base/symtab-search-order.c: New file.
16845 * gdb.base/symtab-search-order-1.c: New file.
16846 * gdb.base/symtab-search-order-shlib-1.c: New file.
16847
16848 2014-11-07 Pedro Alves <palves@redhat.com>
16849
16850 PR gdb/17511
16851 * gdb.base/sigstep.exp (in_handler_map) <si+advance>: xfail
16852 i?86-*-linux*.
16853
16854 2014-11-03 Siva Chandra Reddy <sivachandra@google.com>
16855
16856 PR c++/17494
16857 * gdb.cp/pr17494.cc: New file.
16858 * gdb.cp/pr17494.exp: New file.
16859
16860 2014-11-02 Yao Qi <yao@codesourcery.com>
16861
16862 * gdb.python/python.exp: Get working directory and match the
16863 output of "set extended-prompt \\w " with it.
16864
16865 2014-10-30 Doug Evans <dje@google.com>
16866
16867 * gdb.python/py-objfile.exp: Add tests for setting random attributes
16868 in objfiles.
16869 * gdb.python/py-progspace.exp: Add tests for setting random attributes
16870 in progspaces.
16871
16872 2014-10-30 Janis Johnson <janisjo@codesourcery.com>
16873
16874 * gdb.base/fullpath-expand.exp: Skip for a remote host.
16875 * gdb.base/realname-expand.exp: Likewise.
16876 * gdb.linespec/macro-relative.exp: Likewise.
16877
16878 2014-10-29 Pedro Alves <palves@redhat.com>
16879
16880 PR gdb/17408
16881 * gdb.threads/schedlock.c (some_function): New function.
16882 (call_function): New global.
16883 (MAYBE_CALL_SOME_FUNCTION): New macro.
16884 (thread_function): Call it.
16885 * gdb.threads/schedlock.exp (get_args): Add description parameter,
16886 and use it instead of a global counter. Adjust all callers.
16887 (get_current_thread): Use "find current thread" for test message
16888 here rather than having all callers pass down the same string.
16889 (goto_loop): New procedure, factored out from ...
16890 (my_continue): ... this.
16891 (step_ten_loops): Change parameter from test message to command to
16892 use. Adjust.
16893 (list_count): Delete global.
16894 (check_result): New procedure, factored out from duplicate top
16895 level code.
16896 (continue tests): Wrap in with_test_prefix.
16897 (test_step): New procedure, factored out from duplicate top level
16898 code.
16899 (top level): Test "step" in combination with all scheduler-locking
16900 modes. Test "next" in combination with all scheduler-locking
16901 modes, and in combination with stepping over a function call or
16902 not.
16903 * gdb.threads/next-bp-other-thread.c: New file.
16904 * gdb.threads/next-bp-other-thread.exp: New file.
16905
16906 2014-10-29 Pedro Alves <palves@redhat.com>
16907
16908 PR python/17372
16909 * gdb.python/python.exp: Test a multi-line command that spawns
16910 interactive Python.
16911 * gdb.base/multi-line-starts-subshell.exp: New file.
16912
16913 2014-10-29 Yao Qi <yao@codesourcery.com>
16914
16915 * gdb.base/fileio.exp: Make directories on host.
16916
16917 2014-10-29 Yao Qi <yao@codesourcery.com>
16918
16919 * gdb.base/fileio.c (test_write): Close the file.
16920
16921 2014-10-28 Pedro Alves <palves@redhat.com>
16922
16923 PR gdb/12623
16924 * gdb.base/sigstep.c (no_handler): New global.
16925 (main): If 'no_handler is true, set the signal handlers to
16926 SIG_IGN.
16927 * gdb.base/sigstep.exp (breakpoint_over_handler): Add
16928 with_sw_watch and no_handler parameters. Handle them.
16929 (top level) <stepping over handler when stopped at a breakpoint
16930 test>: Add a test axis for testing with a software watchpoint, and
16931 another for testing with the signal handler set to SIG_IGN.
16932 * gdb.base/step-sw-breakpoint-adjust-pc.c: New file.
16933 * gdb.base/step-sw-breakpoint-adjust-pc.exp: New file.
16934
16935 2014-10-28 Pedro Alves <palves@redhat.com>
16936
16937 PR gdb/17511
16938 * gdb.base/sigstep.c (handler): Add a few more writes to 'done'.
16939 * gdb.base/sigstep.exp (other_handler_location): New global.
16940 (advance): Support stepping into the signal handler, and running
16941 commands while in the handler.
16942 (in_handler_map): New global.
16943 (top level): In the advance test, add combinations for getting
16944 into the handler with stepping commands, and for running commands
16945 in the handler. Add comment descripting the advancei tests.
16946
16947 2014-10-28 Pedro Alves <palves@redhat.com>
16948
16949 * gdb.base/sigstep.exp: Use build_executable instead of
16950 prepare_for_testing.
16951 (top level): Move code that starts GDB, runs to main and creates a
16952 display to ...
16953 (restart): ... this new procedure.
16954 (top level): Move backtrace from signal handler test to ...
16955 (validate_backtrace): ... this new procedure.
16956 (advance, advancei): Rename parameter from 'i' to 'cmd'. Use
16957 with_test_prefix. Always restart GDB.
16958 (skip_to_handler): Rename parameter from 'i' to 'cmd'. Use
16959 with_test_prefix. Always restart GDB. No need to delete
16960 breakpoints after the test.
16961 (test_skip_handler): Remove prefix parameter.
16962 (skip_over_handler, breakpoint_to_handler)
16963 (breakpoint_to_handler_entry, breakpoint_over_handler): Rename
16964 parameter from 'i' to 'cmd'. Use with_test_prefix. Always
16965 restart GDB. No need to delete breakpoints after the test.
16966 (top level): Use foreach to call the test procedures with
16967 different commands.
16968
16969 2014-10-28 Pedro Alves <palves@redhat.com>
16970
16971 * gdb.base/sigaltstack.exp: Update to use Bugzilla bug numbers
16972 instead of GNATS numbers.
16973 * gdb.base/sigbpt.exp: Likewise.
16974 * gdb.base/siginfo.exp: Likewise.
16975 * gdb.base/sigstep.exp: Likewise.
16976
16977 2014-10-27 Pedro Alves <palves@redhat.com>
16978
16979 * gdb.base/sigstep.c (dummy): New global.
16980 (main): Issue a couple writes to the new global.
16981 * gdb.base/sigstep.exp (get_next_pc, test_skip_handler): New
16982 procedures.
16983 (skip_over_handler): Use test_skip_handler.
16984 (top level): Call skip_over_handler for stepi and nexti too.
16985 (breakpoint_over_handler): Use test_skip_handler.
16986 (top level): Call breakpoint_over_handler for stepi and nexti too.
16987
16988 2014-10-27 Yao Qi <yao@codesourcery.com>
16989
16990 * gdb.trace/tfile.c (adjust_function_address)
16991 [__powerpc64__ && _CALL_ELF != 2]: Get function address from
16992 function descriptor.
16993
16994 2014-10-24 Don Breazeal <donb@codesourcery.com>
16995
16996 * gdb.base/foll-fork.exp (test_follow_fork,
16997 catch_fork_child_follow): Check for updated fork messages emitted
16998 from infrun.c.
16999 * gdb.base/foll-vfork.exp (vfork_parent_follow_through_step,
17000 vfork_parent_follow_to_bp, vfork_and_exec_child_follow_to_main_bp,
17001 vfork_and_exec_child_follow_through_step): Check for updated vfork
17002 messages emitted from infrun.c.
17003
17004 2014-10-24 Pedro Alves <palves@redhat.com>
17005
17006 * gdb.base/corefile.exp: Remove references to ultrix.
17007 * gdb.base/interrupt.exp: Likewise.
17008 * gdb.base/whatis.exp: Likewise.
17009 * gdb.gdb/selftest.exp: Likewise.
17010 * gdb.threads/manythreads.exp: Likewise.
17011 * gdb.threads/print-threads.exp: Likewise.
17012 * gdb.threads/pthreads.exp:: Likewise.
17013 * gdb.threads/schedlock.exp: Likewise.
17014
17015 2014-10-24 Siva Chandra Reddy <sivachandra@google.com>
17016
17017 * gdb.cp/non-trivial-retval.cc: Add a test case.
17018 * gdb.cp/non-trivial-retval.exp: Add a test.
17019
17020 2014-10-20 Yao Qi <yao@codesourcery.com>
17021
17022 * gdb.python/py-objfile-script-gdb.py.in: Rename it to ...
17023 * gdb.python/py-objfile-script-gdb.py: New file.
17024 * gdb.python/py-objfile-script.exp: Update reference to
17025 py-objfile-script-gdb.py.in. Use gdb_remote_donwload instead
17026 of remote_download. Remove the dest file.
17027
17028 2014-10-20 Yao Qi <yao@codesourcery.com>
17029
17030 * gdb.base/checkpoint.exp: Don't remove file copied on host.
17031 * gdb.base/step-line.exp: Likewise.
17032 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
17033 * gdb.dwarf2/dw2-basic.exp: Likewise.
17034 * gdb.dwarf2/dw2-compressed.exp: Likewise.
17035 * gdb.dwarf2/dw2-filename.exp: Likewise.
17036 * gdb.dwarf2/dw2-intercu.exp: Likewise.
17037 * gdb.dwarf2/dw2-intermix.exp: Likewise.
17038 * gdb.dwarf2/dw2-producer.exp: Likewise.
17039 * gdb.dwarf2/mac-fileno.exp: Likewise.
17040 * gdb.python/py-frame-args.exp: Likewise.
17041 * gdb.python/py-framefilter.exp: Likewise.
17042 * gdb.python/py-mi.exp: Likewise.
17043 * gdb.python/py-objfile-script.exp: Likewise
17044 * gdb.python/py-pp-integral.exp: Likewise.
17045 * gdb.python/py-pp-re-notag.exp: Likewise.
17046 * gdb.python/py-prettyprint.exp: Likewise.
17047 * gdb.python/py-section-script.exp: Likewise.
17048 * gdb.python/py-typeprint.exp: Likewise.
17049 * gdb.python/py-xmethods.exp: Likewise.
17050 * gdb.stabs/weird.exp: Likewise.
17051 * gdb.xml/tdesc-regs.exp: Likewise.
17052
17053 2014-10-18 Kwok Cheung Yeung <kcy@codesourcery.com>
17054
17055 * gdb.dwarf2/dw2-dir-file-name.exp (addr_len): New.
17056 (out_cu): Use addr_len for the size of addresses.
17057 (out_line): Likewise. Size DW_LNE_set_address instruction
17058 according to addr_len.
17059 * gdb.dwarf2/dw2-dir-file-name.c (START_INSNS): New.
17060 (FUNC): Add START_INSNS to definition.
17061
17062 2014-10-18 Yao Qi <yao@codesourcery.com>
17063
17064 * gdb.base/argv0-symlink.exp: Check argv[0] value if
17065 gdb_has_argv0 return true.
17066 * gdb.guile/scm-value.exp (test_value_in_inferior): Don't
17067 check [target_info exists noargs], check [gdb_has_argv0]
17068 instead.
17069 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
17070 * lib/gdb.exp (gdb_has_argv0, gdb_has_argv0_1): New
17071 procedures.
17072
17073 2014-10-17 Doug Evans <dje@google.com>
17074
17075 * gdb.python/py-events.exp: Update expected output for clear_objfiles
17076 event.
17077 * gdb.python/py-events.py: Add clear_objfiles event.
17078
17079 2014-10-17 Doug Evans <dje@google.com>
17080
17081 * gdb.python/py-objfile.exp: Test progspace attribute.
17082
17083 2014-10-17 Luis Machado <lgustavo@codesourcery.com>
17084
17085 * gdb.guile/scm-breakpoint.exp: Do not assume any
17086 directory separators when matching source file paths.
17087 * gdb.python/py-breakpoint.exp: Likewise.
17088 * gdb.reverse/break-precsave.exp: Likewise.
17089 * gdb.reverse/break-reverse.exp: Likewise.
17090 * gdb.reverse/consecutive-precsave.exp: Likewise.
17091 * gdb.reverse/finish-precsave.exp: Likewise.
17092 * gdb.reverse/finish-reverse-bkpt.exp: Likewise.
17093 * gdb.reverse/finish-reverse.exp: Likewise.
17094 * gdb.reverse/i386-precsave.exp: Likewise.
17095 * gdb.reverse/i387-env-reverse.exp: Likewise.
17096 * gdb.reverse/i387-stack-reverse.exp: Likewise.
17097 * gdb.reverse/machinestate-precsave.exp: Likewise.
17098 * gdb.reverse/machinestate.exp: Likewise.
17099 * gdb.reverse/sigall-precsave.exp: Likewise.
17100 * gdb.reverse/solib-precsave.exp: Likewise.
17101 * gdb.reverse/step-precsave.exp: Likewise.
17102 * gdb.reverse/until-precsave.exp: Likewise.
17103 * gdb.reverse/watch-precsave.exp: Likewise.
17104 * gdb.reverse/watch-reverse.exp: Likewise.
17105
17106 2014-10-17 Yao Qi <yao@codesourcery.com>
17107
17108 * lib/gdb.exp (gdb_skip_xml_test): Copy trivial.xml to host.
17109 * gdb.xml/tdesc-regs.exp: Copy single-reg.xml to host.
17110
17111 2014-10-17 Pedro Alves <palves@redhat.com>
17112
17113 PR gdb/17471
17114 * gdb.base/bg-execution-repeat.c: New file.
17115 * gdb.base/bg-execution-repeat.exp: New file.
17116
17117 2014-10-17 Pedro Alves <palves@redhat.com>
17118
17119 PR gdb/17300
17120 * gdb.base/continue-all-already-running.c: New file.
17121 * gdb.base/continue-all-already-running.exp: New file.
17122
17123 2014-10-17 Pedro Alves <palves@redhat.com>
17124
17125 PR gdb/17472
17126 * gdb.base/annota-input-while-running.c: New file.
17127 * gdb.base/annota-input-while-running.exp: New file.
17128
17129 2014-10-17 Pedro Alves <palves@redhat.com>
17130
17131 * gdb.base/callfuncs.exp: emove references to osf.
17132 * gdb.base/sigall.exp: Likewise.
17133 * gdb.gdb/selftest.exp: Likewise.
17134 * gdb.hp/gdb.base-hp/callfwmall.exp: Likewise.
17135 * gdb.mi/non-stop.c: Likewise.
17136 * gdb.mi/pthreads.c: Likewise.
17137 * gdb.reverse/sigall-precsave.exp: Likewise.
17138 * gdb.reverse/sigall-reverse.exp: Likewise.
17139 * gdb.threads/pthreads.c: Likewise.
17140 * gdb.threads/pthreads.exp: Likewise.
17141
17142 2014-10-17 Yao Qi <yao@codesourcery.com>
17143
17144 * gdb.base/commands.exp (gdbvar_complex_if_while_test): Don't
17145 check 'target_info exists noargs'.
17146 (test_command_prompt_position): Likewise.
17147 (progvar_simple_if_test): Don't check 'target_info exists noargs'.
17148 Remove "set args".
17149 (progvar_simple_while_test): Likewise.
17150 (progvar_complex_if_while_test): Likewise.
17151 (if_while_breakpoint_command_test): Likewise.
17152 (infrun_breakpoint_command_test): Likewise.
17153 (breakpoint_command_test): Likewise.
17154 (watchpoint_command_test): Likewise.
17155 (bp_deleted_in_command_test): Likewise.
17156 (temporary_breakpoint_commands): Likewise.
17157
17158 2014-10-16 Yao Qi <yao@codesourcery.com>
17159
17160 * gdb.base/remotetimeout.exp: Remove noargs checking.
17161
17162 2014-10-15 Pedro Alves <palves@redhat.com>
17163
17164 PR breakpoints/9649
17165 * gdb.base/breakpoint-in-ro-region.c (main): Add more instructions.
17166 * gdb.base/breakpoint-in-ro-region.exp
17167 (probe_target_hardware_step): New procedure.
17168 (top level): Probe hardware stepping and hardware breakpoint
17169 support. Test stepping through a read-only region, with both
17170 "breakpoint auto-hw" on and off and both "always-inserted" on and
17171 off.
17172
17173 2014-10-15 Iain Buclaw <ibuclaw@gdcproject.org>
17174
17175 * gdb.dlang/demangle.exp: Update for demangling changes.
17176
17177 2014-10-15 Siva Chandra Reddy <sivachandra@google.com>
17178
17179 * gdb.cp/non-trivial-retval.cc: Add new test cases.
17180 * gdb.cp/non-trivial-retval.exp: Add new tests.
17181
17182 2014-10-15 Siva Chandra Reddy <sivachandra@google.com>
17183
17184 PR c++/13403
17185 PR c++/15154
17186 * gdb.cp/non-trivial-retval.cc: New file.
17187 * gdb.cp/non-trivial-retval.exp: New file.
17188
17189 2014-10-15 Yao Qi <yao@codesourcery.com>
17190
17191 * gdb.python/py-parameter.exp: Don't match $srcdir/$subdir on
17192 remote host.
17193
17194 2014-10-15 Yao Qi <yao@codesourcery.com>
17195
17196 * gdb.python/py-symbol.exp: Match file base name if host is
17197 remote, otherwise match file name with dir name.
17198 * gdb.python/py-symtab.exp: Likewise.
17199 * gdb.python/python.exp: Likewise.
17200
17201 2014-10-15 Yao Qi <yao@codesourcery.com>
17202
17203 * gdb.python/py-symbol.exp: Remove trailing ".*" in the
17204 pattern.
17205 * gdb.python/py-symtab.exp: Likewise.
17206 * gdb.python/python.exp: Remove trailing ".*". Fix typo
17207 locationn.
17208
17209 2014-10-14 Joel Brobecker <brobecker@adacore.com>
17210
17211 * gdb.ada/addr_arith: New testcase.
17212
17213 2014-10-14 Maciej W. Rozycki <macro@codesourcery.com>
17214
17215 * gdb.dwarf2/dw2-case-insensitive-debug.S: Handle 64-bit pointers.
17216 * gdb.dwarf2/dw2-case-insensitive.exp: Update accordingly.
17217 * gdb.dwarf2/dw2-skip-prologue.S: Handle 64-bit pointers.
17218 * gdb.dwarf2/dw2-skip-prologue.exp: Update accordingly.
17219
17220 2014-10-14 Sergio Durigan Junior <sergiodj@redhat.com>
17221
17222 * gdb.arch/stap-eval-lang-ada.S: Likewise.
17223 * gdb.arch/stap-eval-lang-ada.c: Likewise.
17224 * gdb.arch/stap-eval-lang-ada.exp: New file.
17225
17226 2014-10-14 Yao Qi <yao@codesourcery.com>
17227
17228 * gdb.mi/mi-var-child.c (nothing1): New function.
17229 (nothing2): New function.
17230 (do_children_tests): Set function pointers by nothing1 and
17231 nothing2.
17232 * gdb.mi/mi-var-child.exp: Step over new added statements.
17233 Update test to match the new output.
17234 * gdb.mi/var-cmd.c (nothing1): New function.
17235 (nothing2): New function.
17236 (do_children_tests): Set function pointers by nothing1 and
17237 nothing2.
17238 * gdb.mi/mi-var-display.exp: Update test to match output.
17239 Step to the line specified by $line_dct_nothing.
17240 Increase the number of lines to step.
17241
17242 2014-10-14 Yao Qi <yao@codesourcery.com>
17243
17244 * gdb.mi/mi-var-child.exp: Use mi_varobj_update to simplify
17245 tests.
17246 * gdb.mi/mi2-var-child.exp: Likewise.
17247
17248 2014-10-13 Doug Evans <dje@google.com>
17249
17250 * gdb.python/py-objfile.exp: Change name of file name test.
17251
17252 2014-10-13 Doug Evans <dje@google.com>
17253
17254 * gdb.dwarf2/dw2-op-out-param.S: Make DW_FORM_ref4 values be the offset
17255 from the start of the CU.
17256
17257 2014-10-13 Jan Kratochvil <jan.kratochvil@redhat.com>
17258 Yao Qi <yao@codesourcery.com>
17259
17260 Fix "save breakpoints" for "catch" command.
17261 * gdb.base/catch-signal.exp: Add gdb_breakpoint "main".
17262 Remove -nonewline. Match also the added "main" line.
17263
17264 2014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
17265
17266 Fix "save breakpoints" for "disable $bpnum" command.
17267 * gdb.base/save-bp.c (main): Add label.
17268 * gdb.base/save-bp.exp: Add 8th disabled breakpoint. Match it.
17269
17270 2014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
17271
17272 * gdb.base/save-bp.exp (info break): Use gdb_test_sequence.
17273
17274 2014-10-11 Yao Qi <yao@codesourcery.com>
17275
17276 * gdb.server/server-kill.exp: Execute command
17277 "set remote trace-status-packet on" before "tstatus".
17278
17279 2014-10-11 Yao Qi <yao@codesourcery.com>
17280
17281 * gdb.server/server-kill.c: Include sys/types.h and unistd.h.
17282 (main): Call getppid.
17283 * gdb.server/server-kill.exp: Set breakpoint on line "i = 0;"
17284 and continue to it. Read variable "server_pid".
17285
17286 2014-10-11 Yao Qi <yao@codesourcery.com>
17287
17288 * gdb.server/server-kill.exp: Remove "delete_breakpoints".
17289
17290 2014-10-11 Yao Qi <yao@codesourcery.com>
17291
17292 * gdb.threads/thread-find.exp: Don't execute command
17293 "info threads".
17294 * gdb.threads/attach-into-signal.exp (corefunc): Likewise.
17295 * gdb.threads/linux-dp.exp: Don't check the condition
17296 $threads_created equals to zero.
17297
17298 2014-10-10 Pedro Alves <palves@redhat.com>
17299
17300 * gdb.base/bigcore.exp: Remove references to IRIX.
17301 * gdb.base/funcargs.exp: Likewise.
17302 * gdb.base/interrupt.exp: Likewise.
17303 * gdb.base/mips_pro.exp: Likewise.
17304 * gdb.base/nodebug.exp: Likewise.
17305 * gdb.base/setvar.exp: Likewise.
17306 * lib/gdb.exp (gdb_compile_shlib): Remove mips-sgi-irix* case.
17307
17308 2014-10-10 Jan Kratochvil <jan.kratochvil@redhat.com>
17309 Pedro Alves <palves@redhat.com>
17310
17311 PR symtab/14466
17312 * gdb.base/vdso-warning.c: New file.
17313 * gdb.base/vdso-warning.exp: New file.
17314
17315 2014-10-02 Doug Evans <dje@google.com>
17316
17317 * gdb.base/structs.c (main): Don't run forever.
17318
17319 2014-10-02 Pedro Alves <palves@redhat.com>
17320
17321 * gdb.threads/manythreads.exp (interrupt_and_wait): New procedure.
17322 (top level) <stop threads 1, stop threads 2>: Use it.
17323
17324 2014-10-02 Pedro Alves <palves@redhat.com>
17325
17326 * gdb.threads/break-while-running.exp (test): Add new
17327 'update_thread_list' argument. Skip "info threads" if false.
17328 (top level): Add new 'update_thread_list' axis.
17329
17330 2014-10-02 Pedro Alves <palves@redhat.com>
17331
17332 PR breakpoints/17431
17333 * gdb.base/execl-update-breakpoints.c: New file.
17334 * gdb.base/execl-update-breakpoints.exp: New file.
17335
17336 2014-10-01 Pedro Alves <palves@redhat.com>
17337
17338 * gdb.base/breakpoint-in-ro-region.c: New file.
17339 * gdb.base/breakpoint-in-ro-region.exp: New file.
17340
17341 2014-10-01 Simon Marchi <simon.marchi@ericsson.com>
17342
17343 * gdb.mi/mi-exit-code.exp: New file.
17344 * gdb.mi/mi-exit-code.c: New file.
17345
17346 2014-09-30 Yao Qi <yao@codesourcery.com>
17347
17348 * lib/prelink-support.exp (build_executable_own_libs): Error if
17349 the target isn't native.
17350
17351 2014-09-30 Yao Qi <yao@codesourcery.com>
17352
17353 * gdb.threads/dlopen-libpthread.exp: Skip it if isnative is
17354 false.
17355
17356 2014-09-22 Pedro Alves <palves@redhat.com>
17357
17358 * gdb.threads/break-while-running.exp: New file.
17359 * gdb.threads/break-while-running.c: New file.
17360
17361 2014-09-19 Yao Qi <yao@codesourcery.com>
17362
17363 * gdb.dwarf2/dw2-var-zero-addr.exp: Move test into new proc test.
17364 Invoke test. Restart GDB with --readnow and invoke test again.
17365
17366 2014-09-19 Yao Qi <yao@codesourcery.com>
17367
17368 * gdb.base/break-on-linker-gcd-function.exp: Move test into new
17369 proc set_breakpoint_on_gcd_function. Invoke
17370 set_breakpoint_on_gcd_function. Restart GDB with --readnow and
17371 invoke set_breakpoint_on_gcd_function again.
17372
17373 2014-09-18 Doug Evans <dje@google.com>
17374
17375 * gdb.dwarf2/symtab-producer.exp: New file.
17376
17377 2014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
17378
17379 * gdb.base/global-var-nested-by-dso-solib1.c: New file.
17380 * gdb.base/global-var-nested-by-dso-solib2.c: Likewise.
17381 * gdb.base/global-var-nested-by-dso.c: Likewise.
17382 * gdb.base/global-var-nested-by-dso.exp: Likewise.
17383
17384 2014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
17385 Pedro Alves <palves@redhat.com>
17386
17387 * gdb.base/watch-bitfields.exp: Pass string other than test file
17388 name to prepare_for_testing.
17389 (watch): New procedure.
17390 (expect_watchpoint): Use with_test_prefix.
17391 (top level): Factor out tests to ...
17392 (test_watch_location, test_regular_watch): ... these new
17393 procedures, and use with_test_prefix and gdb_continue_to_end.
17394
17395 2014-09-16 Patrick Palka <patrick@parcs.ath.cx>
17396
17397 PR breakpoints/12526
17398 * gdb.base/watch-bitfields.exp: New file.
17399 * gdb.base/watch-bitfields.c: New file.
17400
17401 2014-09-16 Pedro Alves <palves@redhat.com>
17402
17403 * gdb.base/watchpoint-stops-at-right-insn.exp (test): Compare
17404 software and hardware addresses, not software address against
17405 itself.
17406
17407 2014-09-16 Pedro Alves <palves@redhat.com>
17408
17409 * gdb.base/watchpoint-stops-at-right-insn.c: New file.
17410 * gdb.base/watchpoint-stops-at-right-insn.exp: New file.
17411
17412 2014-09-16 Pedro Alves <palves@redhat.com>
17413
17414 * config/vx.exp, config/vxworks.exp, config/vxworks29k.exp: Delete
17415 files.
17416 * gdb.base/a2-run.exp: Remove all code guarded by istarget
17417 "*-*-vxworks*" throughout.
17418 * gdb.base/break.exp: Likewise.
17419 * gdb.base/default.exp: Likewise.
17420 * gdb.base/scope.exp: Likewise.
17421 * gdb.base/sepdebug.exp: Likewise.
17422 * gdb.base/break.c: Remove all code guarded by #ifdef vxworks
17423 throughout.
17424 * gdb.base/run.c: Likewise.
17425 * gdb.base/sepdebug.c: Likewise.
17426 * gdb.hp/gdb.aCC/run.c: Likewise.
17427 * gdb.reverse/until-reverse.c: Likewise.
17428 * lib/gdb.exp (gdb_compile): Remove is_vxworks branch.
17429
17430 2014-09-16 Yao Qi <yao@codesourcery.com>
17431
17432 * boards/local-remote-host-native.exp: New file.
17433
17434 2014-09-14 Doug Evans <xdje42@gmail.com>
17435
17436 * gdb.threads/queue-signal.c (thread_count): New variable.
17437 (thread_count_mutex, thread_count_condvar): New variables.
17438 (incr_thread_count, wait_all_threads_running): New functions.
17439 (main): Wait for all threads to be in their thread functions.
17440
17441 2014-09-13 Doug Evans <xdje42@gmail.com>
17442
17443 * gdb.threads/queue-signal.c: New file.
17444 * gdb.threads/queue-signal.exp: New file.
17445
17446 2014-09-13 Doug Evans <xdje42@gmail.com>
17447
17448 * lib/gdb.exp (gdb_prompt): Add comment and change initial value to
17449 be consistent with what default_gdb_init uses.
17450 (with_gdb_prompt): Change form of PROMPT argument from a regexp to
17451 the plain text of the prompt. Add some logging printfs.
17452 * gdb.perf/disassemble.exp: Update call to with_gdb_prompt.
17453
17454 2014-09-12 Pedro Alves <palves@redhat.com>
17455
17456 * gdb.arch/gdb1558.exp: Replace uses of gdb_expect after
17457 gdb_run_cmd with gdb_test_multiple or gdb_test throughout.
17458 * gdb.arch/i386-size-overlap.exp: Likewise.
17459 * gdb.arch/i386-size.exp: Likewise.
17460 * gdb.arch/i386-unwind.exp: Likewise.
17461 * gdb.base/a2-run.exp: Likewise.
17462 * gdb.base/break.exp: Likewise.
17463 * gdb.base/charset.exp: Likewise.
17464 * gdb.base/chng-syms.exp: Likewise.
17465 * gdb.base/commands.exp: Likewise.
17466 * gdb.base/dbx.exp: Likewise.
17467 * gdb.base/find.exp: Likewise.
17468 * gdb.base/funcargs.exp: Likewise.
17469 * gdb.base/jit-simple.exp: Likewise.
17470 * gdb.base/reread.exp: Likewise.
17471 * gdb.base/sepdebug.exp: Likewise.
17472 * gdb.base/step-bt.exp: Likewise.
17473 * gdb.cp/mb-inline.exp: Likewise.
17474 * gdb.cp/mb-templates.exp: Likewise.
17475 * gdb.objc/basicclass.exp: Likewise.
17476 * gdb.threads/killed.exp: Likewise.
17477
17478 2014-09-12 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
17479
17480 PR tdep/17379
17481 * gdb.arch/powerpc-stackless.S: New file.
17482 * gdb.arch/powerpc-stackless.exp: New file.
17483
17484 2014-09-12 Jan Kratochvil <jan.kratochvil@redhat.com>
17485
17486 * gdb.base/attach.c: Include unistd.h.
17487 (main): Call alarm. Add label postloop.
17488 * gdb.base/attach.exp (do_attach_tests): Use gdb_get_line_number,
17489 gdb_breakpoint, gdb_continue_to_breakpoint.
17490 (test_command_line_attach_run): Kill ${testpid} in one exit path.
17491
17492 2014-09-11 Pedro Alves <palves@redhat.com>
17493
17494 PR gdb/17347
17495 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): New procedure.
17496 * gdb.base/attach.exp (test_command_line_attach_run): New
17497 procedure.
17498 (top level): Call it.
17499
17500 2014-09-11 Pedro Alves <palves@redhat.com>
17501
17502 * lib/gdb.exp (spawn_wait_for_attach): New procedure.
17503 * gdb.base/attach.exp (do_attach_tests, do_call_attach_tests)
17504 (do_command_attach_tests): Use spawn_wait_for_attach.
17505 * gdb.base/solib-overlap.exp: Likewise.
17506 * gdb.multi/multi-attach.exp: Likewise.
17507 * gdb.python/py-prompt.exp: Likewise.
17508 * gdb.python/py-sync-interp.exp: Likewise.
17509 * gdb.server/ext-attach.exp: Likewise.
17510
17511 2014-09-11 Gabriel Krisman Bertazi <gabriel@krisman.be>
17512
17513 * gdb.fortran/array-element.exp: Remove unexpected "continue"
17514 command in testcase. Simplify testcase.
17515
17516 2014-09-10 Joel Brobecker <brobecker@adacore.com>
17517
17518 * gdb.dwarf2/dynarr-ptr.exp: Add a few ptype tests.
17519
17520 2014-09-10 Joel Brobecker <brobecker@adacore.com>
17521
17522 * gdb.dwarf2/dynarr-ptr.exp: Add 'first, 'last and 'length tests.
17523
17524 2014-09-10 Joel Brobecker <brobecker@adacore.com>
17525
17526 * gdb.dwarf2/dynarr-ptr.exp: Add subscripting tests.
17527
17528 2014-09-10 Joel Brobecker <brobecker@adacore.com>
17529
17530 * gdb.dwarf2/dynarr-ptr.c: New file.
17531 * gdb.dwarf2/dynarr-ptr.exp: New file.
17532
17533 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
17534
17535 * gdb.base/watchpoint-solib.exp: Increase the timeout by a factor
17536 of 30 rather than hardcoding 120 for a slow test case. Take the
17537 `gdb,timeout' target setting into account for this calculation.
17538 Don't extend the timeout for the test cases that don't need it.
17539
17540 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
17541
17542 * gdb.reverse/sigall-reverse.exp: Increase the timeout by
17543 a factor of 2 for a slow test case. Take the `gdb,timeout'
17544 target setting into account for this calculation.
17545 * gdb.reverse/until-precsave.exp: Increase the timeout by
17546 a factor of 15 and 3 respectively rather than adding 120
17547 for a pair of slow test cases. Take the `gdb,timeout'
17548 target setting into account for this calculation.
17549
17550 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
17551
17552 * lib/gdb.exp (gdb_test_multiple): Remove code to select the
17553 timeout, don't pass one down to gdb_expect.
17554 (gdb_expect): Rework timeout selection.
17555
17556 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
17557
17558 * lib/gdbserver-support.exp (gdbserver_start): Throw an error
17559 exception on timeout.
17560 (gdbserver_run): Catch any `gdbserver_spawn' error exceptions.
17561 (gdbserver_start_extended): Catch any `gdbserver_start' error
17562 exceptions.
17563 (gdbserver_start_multi, mi_gdbserver_start_multi): Likewise.
17564 * lib/mi-support.exp (mi_gdb_target_load): Catch any
17565 `gdbserver_gdb_load' error exceptions.
17566
17567 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
17568
17569 * lib/gdbserver-support.exp (gdbserver_start): Set timeout to
17570 120 on waiting for the TCP socket to open.
17571
17572 2014-09-09 Doug Evans <xdje42@gmail.com>
17573
17574 * gdb.base/default.exp (show_conv_list): Add _caller_is,
17575 _caller_matches, _any_caller_is, _any_caller_matches.
17576
17577 2014-09-09 Doug Evans <xdje42@gmail.com>
17578
17579 * gdb.guile/scm-error.exp: Handle guile 2.2 backtrace output.
17580
17581 2014-09-09 Yao Qi <yao@codesourcery.com>
17582
17583 * gdb.mi/mi-var-display.exp: Set print symbol off.
17584
17585 2014-09-07 Gabriel Krisman Bertazi <gabriel@krisman.be>
17586
17587 PR gdb/17035
17588 * gdb.base/commands.exp: Add tests to verify user-defined
17589 commands with empty bodies.
17590 * gdb.python/py-cmd.exp: Test that we don't show user-defined
17591 python commands in `show user command`.
17592 * gdb.python/scm-cmd.exp: Test that we don't show user-defined
17593 scheme commands in `show user command`.
17594
17595 2014-09-07 Jan Kratochvil <jan.kratochvil@redhat.com>
17596
17597 PR python/17355
17598 * gdb.python/amd64-py-framefilter-invalidarg.S: New file.
17599 * gdb.python/py-framefilter-invalidarg-gdb.py.in: New file.
17600 * gdb.python/py-framefilter-invalidarg.exp: New file.
17601 * gdb.python/py-framefilter-invalidarg.py: New file.
17602
17603 2014-09-06 Doug Evans <xdje42@gmail.com>
17604
17605 PR 15276
17606 * gdb.python/py-caller-is.c: New file.
17607 * gdb.python/py-caller-is.exp: New file.
17608
17609 2014-09-05 Sergio Durigan Junior <sergiodj@redhat.com>
17610
17611 PR gdb/17235
17612 * gdb.arch/amd64-stap-wrong-subexp.exp: New file.
17613 * gdb.arch/amd64-stap-wrong-subexp.S: Likewise.
17614
17615 2014-09-04 Sergio Durigan Junior <sergiodj@redhat.com>
17616
17617 PR fortran/17237
17618 * gdb.fortran/print-formatted.exp: New file.
17619 * gdb.fortran/print-formatted.f90: Likewise.
17620
17621 2014-09-03 Sasha Smundak <asmundak@google.com>
17622
17623 * gdb.python/py-frame.exp: Test Frame.read_register.
17624
17625 2014-09-03 Sergio Durigan Junior <sergiodj@redhat.com>
17626
17627 PR python/16699
17628 * gdb.python/py-completion.exp: New file.
17629 * gdb.python/py-completion.py: Likewise.
17630
17631 2014-08-28 Doug Evans <dje@google.com>
17632
17633 * gdb.arch/amd64-pseudo.c (main): Rewrite to better specify when
17634 eax,etc. are live with values set by gdb and thus the compiler can't
17635 use them.
17636 * gdb.arch/i386-pseudo.c (main): Ditto.
17637
17638 2014-08-27 Doug Evans <dje@google.com>
17639
17640 * lib/gdb.exp (gdb_compile_shlib): Add support for clang.
17641
17642 2014-08-25 Doug Evans <dje@google.com>
17643
17644 * gdb.mi/basics.c (callee3, callee2, callee1): Specify result type.
17645 (main): Ditto.
17646
17647 2014-08-25 Doug Evans <dje@google.com>
17648
17649 * gdb.threads/thread-execl.exp: #include <stdio.h>.
17650
17651 2014-08-24 Yao Qi <yao@codesourcery.com>
17652
17653 * gdb.guile/scm-value.exp (test_lazy_strings): Set print
17654 symbol off.
17655 * gdb.python/py-value.exp (test_lazy_strings): Likewise.
17656
17657 2014-08-22 Doug Evans <dje@google.com>
17658
17659 PR 17276
17660 * gdb.dwarf2/dw2-single-line-discriminators.S: New file.
17661 * gdb.dwarf2/dw2-single-line-discriminators.c: New file.
17662 * gdb.dwarf2/dw2-single-line-discriminators.exp: New file.
17663
17664 2014-08-22 Yao Qi <yao@codesourcery.com>
17665
17666 * gdb.python/py-finish-breakpoint.exp: Copy .py file to host.
17667 * gdb.python/py-finish-breakpoint2.exp: Likewise.
17668 * gdb.python/python.exp: Likewise. Use .py file on the host
17669 instead of the build.
17670
17671 2014-08-21 Jan Kratochvil <jan.kratochvil@redhat.com>
17672
17673 * gdb.threads/gcore-stale-thread.c: New file.
17674 * gdb.threads/gcore-stale-thread.exp: New file.
17675
17676 2014-08-21 Pedro Alves <palves@redhat.com>
17677
17678 * gdb.base/gcore-buffer-overflow.exp: Remove "help gcore" test.
17679 * gdb.base/gcore-relro-pie.exp: Likewise.
17680 * gdb.base/gcore-relro.exp: Likewise.
17681 * gdb.base/gcore.exp: Likewise.
17682 * gdb.base/print-symbol-loading.exp: Likewise.
17683 * gdb.threads/gcore-thread.exp: Likewise.
17684 * lib/gdb.exp (gdb_gcore_cmd): Don't expect "Undefined command".
17685
17686 2014-08-20 Pedro Alves <palves@redhat.com>
17687 Jan Kratochvil <jan.kratochvil@redhat.com>
17688
17689 * Makefile.in (EXTRA_RULES, CC): New variables, get from
17690 configure.
17691 (EXPECT): Handle READ1 being set.
17692 (all): Depend on EXTRA_RULES.
17693 (check-read1, expect-read1, read1.so, read1): New rules.
17694 * README (Testsuite Parameters): Document the READ1 make variable.
17695 (Race detection): New section.
17696 * configure: Regenerate.
17697 * configure.ac: If build==host==target, and running under a
17698 GNU/glibc system, add read1 to the extra Makefile rules.
17699 (EXTRA_RULES): AC_SUBST it.
17700 * lib/read1.c: New file.
17701
17702 2014-08-20 Joel Brobecker <brobecker@adacore.com>
17703
17704 * gdb.dwarf2/data-loc.exp: Add additional tests exercising
17705 the handling of variables declared as a typedef to an array
17706 which a DW_AT_data_location attribute.
17707
17708 2014-08-19 Andrew Burgess <aburgess@broadcom.com>
17709 Pedro Alves <palves@redhat.com>
17710
17711 PR symtab/14604
17712 PR symtab/14605
17713 * gdb.dwarf2/dw2-op-out-param.exp: Remove kfail branches and use
17714 gdb_test.
17715
17716 2014-08-19 Pedro Alves <palves@redhat.com>
17717
17718 * gdb.base/watchpoint-hw-hit-once.c (main): Update comment.
17719
17720 2014-08-19 Yao Qi <yao@codesourcery.com>
17721
17722 * gdb.base/watchpoint-hw-hit-once.exp: Set breakpoint on the
17723 right line.
17724
17725 2014-08-18 David Blaikie <dblaikie@gmail.com>
17726
17727 * boards/fission.exp: Explicitly pass -ggnu-pubnames for clang.
17728
17729 2014-08-18 Joel Brobecker <brobecker@adacore.com>
17730
17731 * gdb.dwarf2/data-loc.exp: Remove second DW_AT_upper bound
17732 attribute in array range.
17733
17734 2014-08-18 Joel Brobecker <brobecker@adacore.com>
17735
17736 * gdb.dwarf2/data-loc.c, gdb.dwarf2/data-loc.exp: New files.
17737
17738 2014-08-15 Siva Chandra Reddy <sivachandra@google.com>
17739
17740 PR c++/17132
17741 * gdb.cp/pr17132.cc: New file.
17742 * gdb.cp/pr17132.exp: New file.
17743
17744 2014-08-15 Siva Chandra Reddy <sivachandra@google.com>
17745
17746 * gdb.python/py-xmethods.py (A_getarrayind)
17747 (E_method_char_worker.__call__, E_method_int_worker.__call__):
17748 Use 'print' with function call syntax.
17749 (E_method_matcher.match): Fix tab vs space indentation mixup.
17750
17751 2014-08-15 Yao Qi <yao@codesourcery.com>
17752
17753 * gdb.trace/tfile.exp: Return -1 if generate_tracefile returns
17754 false.
17755
17756 2014-08-15 Yao Qi <yao@codesourcery.com>
17757
17758 * gdb.cp/casts.exp: Set print symbol off.
17759 * gdb.cp/class2.exp: Likewise.
17760 * gdb.cp/overload.exp: Likewise.
17761 * gdb.cp/templates.exp: Likewise.
17762
17763 2014-08-11 Doug Evans <dje@google.com>
17764
17765 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
17766 (test_load_shlib): Update.
17767
17768 2014-08-09 Yao Qi <yao@codesourcery.com>
17769
17770 * gdb.base/display.exp: Invoke is_address_zero_readable.
17771 * gdb.guile/scm-value.exp (test_value_in_inferior): Likewise.
17772 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
17773 * gdb.base/hbreak-unmapped.exp: Return if
17774 is_address_zero_readable returns true.
17775 * gdb.base/signest.exp: Likewise.
17776 * gdb.base/signull.exp: Likewise.
17777 * gdb.base/sigbpt.exp: Likewise.
17778 * gdb.guile/scm-disasm.exp: Do the test if
17779 is_address_zero_readable returns false.
17780 * gdb.guile/scm-pretty-print.exp (run_lang_tests): Likewise.
17781 * gdb.python/py-arch.exp: Likewise.
17782 * gdb.python/py-prettyprint.exp (run_lang_tests): Likewise.
17783 * lib/gdb.exp (is_address_zero_readable): New proc.
17784
17785 2014-08-09 Yao Qi <yao@codesourcery.com>
17786
17787 PR testsuite/13443
17788 * gdb.mi/mi-var-display.exp: Make test messages unique.
17789
17790 2014-08-04 Tom Tromey <tromey@redhat.com>
17791
17792 * gdb.base/sss-bp-on-user-bp-2.exp: Expect output from "set debug
17793 target 0".
17794
17795 2014-08-04 Tom Tromey <tromey@redhat.com>
17796
17797 * gdb.base/sss-bp-on-user-bp-2.exp: Match "to_resume", not
17798 "target_resume".
17799
17800 2014-08-01 Joel Brobecker <brobecker@adacore.com>
17801
17802 * gdb.base/vla-datatypes.c (vla_factory): Add new variable
17803 inner_vla_struct_object_size.
17804 * gdb.base/vla-datatypes.exp: Adjust last test, and mark it
17805 as xfail.
17806
17807 2014-07-30 Pedro Alves <palves@redhat.com>
17808
17809 * gdb.threads/signal-command-handle-nopass.exp (test): Add
17810 comment.
17811
17812 2014-07-29 Yao Qi <yao@codesourcery.com>
17813
17814 PR gdb/17206
17815 * gdb.base/until-nodebug.exp: New.
17816
17817 2014-07-28 Doug Evans <xdje42@gmail.com>
17818
17819 PR guile/17203
17820 * gdb.guile/scm-parameter.exp: Add tests for trying to create
17821 previously existing parameter, and previously ambiguously spelled
17822 parameter.
17823
17824 2014-07-28 Will Newton <will.newton@linaro.org>
17825
17826 * gdb.base/varargs.exp: Remove KFAILs for ARM.
17827
17828 2014-07-26 Ludovic Courtès <ludo@gnu.org>
17829 Doug Evans <xdje42@gmail.com>
17830
17831 PR guile/17146
17832 * gdb.guile/types-module.exp: Add tests for wrong type arguments.
17833
17834 2014-07-25 Pedro Alves <palves@redhat.com>
17835
17836 * gdb.threads/signal-command-handle-nopass.c: New file.
17837 * gdb.threads/signal-command-handle-nopass.exp: New file.
17838 * gdb.threads/signal-command-multiple-signals-pending.c: New file.
17839 * gdb.threads/signal-command-multiple-signals-pending.exp: New file.
17840 * gdb.threads/signal-delivered-right-thread.c: New file.
17841 * gdb.threads/signal-delivered-right-thread.exp: New file.
17842
17843 2014-07-25 Pedro Alves <palves@redhat.com>
17844
17845 * gdb.base/double-prompt-target-event-error.exp
17846 (cancel_pagination_in_target_event): Remove '-notransfer <return>'
17847 match.
17848 (cancel_pagination_in_target_event): Rework double prompt
17849 detection.
17850 * gdb.base/paginate-after-ctrl-c-running.exp
17851 (test_ctrlc_while_target_running_paginates): Remove '-notransfer
17852 <return>' match.
17853 * gdb.base/paginate-bg-execution.exp
17854 (test_bg_execution_pagination_return)
17855 (test_bg_execution_pagination_cancel): Remove '-notransfer
17856 <return>' matches.
17857 * gdb.base/paginate-execution-startup.exp
17858 (test_fg_execution_pagination_return)
17859 (test_fg_execution_pagination_cancel): Remove '-notransfer
17860 <return>' matches.
17861 * gdb.base/paginate-inferior-exit.exp
17862 (test_paginate_inferior_exited): Remove '-notransfer <return>'
17863 match.
17864 * lib/gdb-utils.exp (string_to_regexp): Move here from lib/gdb.exp.
17865 * lib/gdb.exp (pagination_prompt): Run text through
17866 string_to_regexp.
17867 (gdb_test_multiple): Match $pagination_prompt instead of
17868 "<return>".
17869 (string_to_regexp): Move to lib/gdb-utils.exp.
17870
17871 2014-07-22 Jan Kratochvil <jan.kratochvil@redhat.com>
17872
17873 * gdb.arch/amd64-entry-value-paramref.S: New file.
17874 * gdb.arch/amd64-entry-value-paramref.cc: New file.
17875 * gdb.arch/amd64-entry-value-paramref.exp: New file.
17876 * gdb.arch/amd64-optimout-repeat.S: New file.
17877 * gdb.arch/amd64-optimout-repeat.c: New file.
17878 * gdb.arch/amd64-optimout-repeat.exp: New file.
17879
17880 2014-07-17 Jan Kratochvil <jan.kratochvil@redhat.com>
17881
17882 PR gdb/17170
17883 * gdb.base/statistics.exp: New file.
17884
17885 2014-07-17 Doug Evans <dje@google.com>
17886
17887 PR gdb/17170
17888 * gdb.base/maint.exp: Update testing of per-command stats.
17889
17890 2014-07-16 Pedro Alves <palves@redhat.com>
17891
17892 * gdb.trace/tfile.c: Include unistd.h and stdint.h.
17893 (start_trace_file): Guard S_IRGRP and S_IROTH uses behind #ifdef.
17894 (tfile_write_64, tfile_write_16, tfile_write_8, tfile_write_addr)
17895 (tfile_write_buf): New functions.
17896 (add_memory_block): Rewrite using the above.
17897 (adjust_function_address): New function.
17898 (FUNCTION_ADDRESS): New macro.
17899 (write_basic_trace_file): Remove short_x local, and use
17900 tfile_write_16. Change type of func_addr local to unsigned long
17901 long. Use FUNCTION_ADDRESS instead of handling the Thumb bit
17902 here. Cast argument of add_memory_block to char pointer.
17903 (write_error_trace_file): Avoid alloca. Use FUNCTION_ADDRESS.
17904 (main): Remove parameters.
17905 * gdb.trace/tfile.exp: Remove nowarnings.
17906
17907 2014-07-15 Simon Marchi <simon.marchi@ericsson.com>
17908
17909 * gdb.base/debug-expr.exp: Test string evaluation with
17910 "debug expression" on.
17911
17912 2014-07-15 Pedro Alves <palves@redhat.com>
17913
17914 * gdb.base/reread.exp: Use clean_restart.
17915
17916 2014-07-15 Pierre Langlois <pierre.langlois@embecosm.com>
17917
17918 * gdb.arch/avr-flash-qualifer.c: New.
17919 * gdb.arch/avr-flash-qualifer.exp: New.
17920
17921 2014-07-14 Pedro Alves <palves@redhat.com>
17922
17923 * gdb.base/paginate-after-ctrl-c-running.c: New file.
17924 * gdb.base/paginate-after-ctrl-c-running.exp: New file.
17925
17926 2014-07-14 Pedro Alves <palves@redhat.com>
17927
17928 * gdb.base/double-prompt-target-event-error.c: New file.
17929 * gdb.base/double-prompt-target-event-error.exp: New file.
17930
17931 2014-07-14 Pedro Alves <palves@redhat.com>
17932
17933 PR gdb/17072
17934 * gdb.base/paginate-inferior-exit.c: New file.
17935 * gdb.base/paginate-inferior-exit.exp: New file.
17936
17937 2014-07-14 Pedro Alves <palves@redhat.com>
17938
17939 PR gdb/17072
17940 * gdb.base/paginate-bg-execution.c: New file.
17941 * gdb.base/paginate-bg-execution.exp: New file.
17942
17943 2014-07-14 Pedro Alves <palves@redhat.com>
17944
17945 PR gdb/17072
17946 * gdb.base/paginate-execution-startup.c: New file.
17947 * gdb.base/paginate-execution-startup.exp: New file.
17948 * lib/gdb.exp (pagination_prompt): New global.
17949 (default_gdb_spawn): New procedure, factored out from
17950 default_gdb_spawn.
17951 (default_gdb_start): Adjust to call default_gdb_spawn.
17952 (gdb_spawn): New procedure.
17953
17954 2014-07-14 Pedro Alves <palves@redhat.com>
17955
17956 * lib/gdb.exp (gdb_assert): New procedure.
17957 * gdb.trace/backtrace.exp (gdb_backtrace_tdp_4): Use it.
17958
17959 2014-07-14 Pedro Alves <palves@redhat.com>
17960
17961 * gdb.base/execution-termios.c: New file.
17962 * gdb.base/execution-termios.exp: New file.
17963
17964 2014-07-14 Tom Tromey <tromey@redhat.com>
17965
17966 * gdb.cp/vla-cxx.cc: New file.
17967 * gdb.cp/vla-cxx.exp: New file.
17968
17969 2014-07-14 Tom Tromey <tromey@redhat.com>
17970
17971 * gdb.reverse/rerun-prec.c: New file.
17972 * gdb.reverse/rerun-prec.exp: New file.
17973
17974 2014-07-12 Maciej W. Rozycki <macro@mips.com>
17975 Maciej W. Rozycki <macro@codesourcery.com>
17976
17977 * lib/gdb-utils.exp: New file.
17978 * lib/gdb.exp (gdb_run_cmd): Call gdb_init_commands, replacing
17979 inline `gdb_init_command' processing.
17980 (gdb_start_cmd): Likewise.
17981 * lib/mi-support.exp (mi_run_cmd): Likewise.
17982 * README: Document `gdb_init_command' and `gdb_init_commands'.
17983
17984 2014-07-11 Jan Kratochvil <jan.kratochvil@redhat.com>
17985
17986 Fix false FAIL running under a very long directory name.
17987 * gdb.base/argv0-symlink.exp: Add "set print repeats 10000"
17988 and "set print elements 10000". Twice.
17989
17990 2014-07-11 Yao Qi <yao@codesourcery.com>
17991
17992 * gdb.base/exprs.exp: "set print symbol off".
17993
17994 2014-07-11 Pedro Alves <palves@redhat.com>
17995
17996 * gdb.threads/kill.c: New file.
17997 * gdb.threads/kill.exp: New file.
17998
17999 2014-07-10 Yao Qi <yao@codesourcery.com>
18000
18001 * gdb.trace/tfile.c (write_basic_trace_file)
18002 [__thumb__||__thumb2__]: Clear the Thumb bit of the function
18003 address written to trace file.
18004
18005 2014-07-09 Pedro Alves <palves@redhat.com>
18006
18007 * gdb.base/attach-wait-input.exp: New file.
18008 * gdb.base/attach-wait-input.c: New file.
18009
18010 2014-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
18011
18012 * gdb.mi/var-cmd.c (do_nested_struct_union_tests): New function
18013 setting up test structures.
18014 (main): Call new test function.
18015 * gdb.mi/mi2-var-child.exp: Create additional breakpoint in new
18016 test function, continue into test function and walk test
18017 structures.
18018
18019 2014-07-02 Yao Qi <yao@codesourcery.com>
18020
18021 * gdb.trace/entry-values.c: Define labels 'foo_start' and
18022 'bar_start' at the beginning of functions 'foo' and 'bar'
18023 respectively.
18024 * gdb.trace/entry-values.exp: Use 'foo_start' and 'bar_start'
18025 instead of 'foo' and 'bar'.
18026
18027 2014-07-08 Markus Metzger <markus.t.metzger@intel.com>
18028
18029 * gdb.btrace/segv.exp: New.
18030 * gdb.btrace/segv.c: New.
18031
18032 2014-07-02 Luis Machado <lgustavo@codesourcery.com>
18033
18034 * gdb.trace/entry-values.exp: Handle powerpc-specific branch
18035 instruction.
18036
18037 2014-06-30 Mark Wielaard <mjw@redhat.com>
18038
18039 * gdb.base/constvars.c (violent, violet, vips, virgen, vulgar,
18040 vulture, vilify, villar): New volatile array constants.
18041 (vindictive, vegetation): New const volatile array constants.
18042 * gdb.base/volatile.exp: Test volatile and const volatile array
18043 types.
18044
18045 2014-06-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
18046
18047 * gdb.base/watchpoint-reuse-slot.exp: Handle the case that the
18048 target lacks support for awatch, rwatch, or hbreak.
18049
18050 2014-06-27 Yao Qi <yao@codesourcery.com>
18051
18052 * gdb.multi/dummy-frame-restore.exp: New.
18053 * gdb.multi/dummy-frame-restore.c: New.
18054
18055 2014-06-25 Markus Metzger <markus.t.metzger@intel.com>
18056
18057 * gdb.btrace/gcore.exp: New.
18058
18059 2014-06-23 Pedro Alves <palves@redhat.com>
18060
18061 * gdb.base/watchpoint-reuse-slot.c: New file.
18062 * gdb.base/watchpoint-reuse-slot.exp: New file.
18063
18064 2014-06-23 Siva Chandra Reddy <sivachandra@google.com>
18065
18066 * gdb.python/py-xmethods.exp: Use "progspace" instead of the
18067 progspace's filename in 'info', 'enable' and 'disable' command
18068 tests.
18069
18070 2014-06-23 Jan Kratochvil <jan.kratochvil@redhat.com>
18071
18072 * gdb.arch/amd64-stap-special-operands.exp: Use is_lp64_target.
18073 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
18074 * gdb.dwarf2/dw2-error.exp: Use istarget and is_lp64_target.
18075
18076 2014-06-20 Gary Benson <gbenson@redhat.com>
18077
18078 * gdb.arch/i386-avx.exp: Fix include file location.
18079 * gdb.arch/i386-sse.exp: Likewise.
18080
18081 2014-06-19 Iain Buclaw <ibuclaw@gdcproject.org>
18082
18083 * gdb.dlang/expression.exp: New file.
18084
18085 2014-06-19 Pedro Alves <palves@redhat.com>
18086
18087 * gdb.threads/thread-execl.exp (do_test): New procedure, factored
18088 out from ...
18089 (top level): ... here. Iterate running tests under different
18090 scheduler-locking settings.
18091
18092 2014-06-18 Luis Machado <lgustavo@codesourcery.com>
18093
18094 * gdb.cp/nsalias.exp: Set type of low_pc and high_pc entries
18095 to DW_FORM_addr and use non-zero addresses.
18096
18097 2014-06-18 Siva Chandra Reddy <sivachandra@google.com>
18098
18099 PR gdb/17017
18100 * gdb.python/py-xmethods.cc: Add global function call counters and
18101 increment them in their respective functions. Remove "cout"
18102 statements.
18103 * gdb.python/py-xmethods.exp: Make tests check the global function
18104 call counters instead of depending on inferior IO.
18105
18106 2014-06-18 Don Breazeal <donb@codesourcery.com>
18107
18108 * gdb.base/foll-fork.exp (default_fork_parent_follow):
18109 Deleted procedure.
18110 (explicit_fork_parent_follow): Deleted procedure.
18111 (explicit_fork_child_follow): Deleted procedure.
18112 (test_follow_fork): New procedure.
18113 (do_fork_tests): Replace calls to deleted procedures with
18114 calls to test_follow_fork and reset GDB for subsequent
18115 procedure calls.
18116
18117 2014-06-17 Yao Qi <yao@codesourcery.com>
18118
18119 * gdb.base/wchar.exp: Set $cent to \u00A2 if "host-charset" is
18120 CP1252.
18121
18122 2014-06-17 Luis Machado <lgustavo@codesourcery.com>
18123
18124 * gdb.mi/mi-var-rtti.cc (type_update_when_use_rtti_test):
18125 Initialize ptr and S explicitly.
18126 (skip_type_update_when_not_use_rtti_test): Likewise.
18127
18128 2014-06-16 Keith Seitz <keiths@redhat.com>
18129
18130 PR mi/15863
18131 * gdb.mi/mi-var-cmd.exp: Add test for -var-update before
18132 the inferior is started.
18133
18134 2014-06-16 Pedro Alves <palves@redhat.com>
18135
18136 * gdb.base/break-main-file-remove-fail.c: New file.
18137 * gdb.base/break-main-file-remove-fail.exp: New file.
18138 * gdb.base/break-unload-file.exp: Use build_executable instead of
18139 prepare_for_testing.
18140 (test_break): New parameter "initial_load". Handle it.
18141 (top level): Add initial_load cmdline/file axis.
18142
18143 2014-06-12 Tom Tromey <tromey@redhat.com>
18144
18145 * gdb.base/completion.exp: Don't use directory name in test.
18146
18147 2014-06-09 Gary Benson <gbenson@redhat.com>
18148
18149 * gdb.base/sigall.c [Functions to send signals]: Reorder to
18150 separate the always-available ANSI-standard signals from the
18151 signals that require checking.
18152 (main): Likewise.
18153 * gdb.reverse/sigall-reverse.c [Functions to send signals]:
18154 Likewise.
18155 (main): Likewise.
18156
18157 2014-06-07 Keith Seitz <keiths@redhat.com>
18158
18159 Revert:
18160 PR c++/16253
18161 * gdb.cp/var-tag.cc: New file.
18162 * gdb.cp/var-tag.exp: New file.
18163 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
18164 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
18165 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
18166 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
18167
18168 2014-06-06 Doug Evans <xdje42@gmail.com>
18169
18170 * gdb.guile/scm-frame-args.c (foo): Tweak to work with gcc 4.6.3.
18171
18172 2014-06-06 Pedro Alves <palves@redhat.com>
18173
18174 * gdb.base/sss-bp-on-user-bp-2.exp: Look for target_resume(step)
18175 in target debug output instead of looking at RSP packets,
18176 disabling the test on any target that uses hardware stepping.
18177 Update comments.
18178
18179 2014-06-06 Pedro Alves <palves@redhat.com>
18180
18181 * gdb.base/break-unload-file.exp: Fix typo.
18182
18183 2014-06-06 Yao Qi <yao@codesourcery.com>
18184
18185 * gdb.base/jit.exp (one_jit_test): Restrict the pattern
18186 from "jit_function" to "^jit_function".
18187
18188 2014-06-06 Yao Qi <yao@codesourcery.com>
18189
18190 * gdb.base/async.c (foo): Add one statement.
18191 * gdb.base/async.exp: Get the next instruction address and
18192 match the output of "nexti" by instruction address. Match
18193 the hex address in the output of "finish".
18194
18195 2014-06-06 Gary Benson <gbenson@redhat.com>
18196
18197 * gdb.base/call-signals.c: Remove preprocessor conditionals
18198 for always-defined signals SIGINT, SIGILL, SIGABRT, SIGFPE,
18199 SIGSEGV and SIGTERM.
18200 * gdb.base/sigall.c: Likewise.
18201 * gdb.base/unwindonsignal.c: Likewise.
18202 * gdb.reverse/sigall-reverse.c: Likewise.
18203
18204 2014-06-06 Yao Qi <yao@codesourcery.com>
18205
18206 * gdb.base/hbreak-unmapped.exp: Read memory at address 0. If
18207 readable, skip the test.
18208
18209 2014-06-06 Yao Qi <yao@codesourcery.com>
18210
18211 * gdb.threads/staticthreads.c (thread_function): Move the line
18212 setting breakpoint on forward.
18213 * gdb.threads/staticthreads.exp: Update comments.
18214
18215 2014-06-05 Ludovic Courtès <ludo@gnu.org>
18216
18217 * gdb.guile/scm-value.exp (test_value_in_inferior): Add test
18218 "history-append! type error".
18219
18220 2014-06-05 Simon Marchi <simon.marchi@ericsson.com>
18221
18222 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Fix
18223 erroneous dprintf expected input.
18224
18225 2014-06-04 Doug Evans <xdje42@gmail.com>
18226
18227 * gdb.guile/scm-generics.exp: Delete.
18228
18229 2014-06-04 Doug Evans <xdje42@gmail.com>
18230
18231 * gdb.guile/scm-breakpoint.exp: Update.
18232 Add tests for breakpoint registration.
18233
18234 2014-06-04 Tom Tromey <tromey@redhat.com>
18235
18236 * gdb.base/vla-datatypes.exp: Add tests for VLA-in-structure and
18237 VLA-in-union.
18238 * gdb.base/vla-datatypes.c (vla_factory): Add vla_struct,
18239 inner_vla_struct, vla_union types. Initialize objects of those
18240 types and compute their sizes.
18241
18242 2014-06-04 Nathan Sidwell <nathan@codesourcery.com>
18243 Hui Zhu <hui@codesourcery.com>
18244
18245 * gdb.base/fileio.exp: Add test for shell not available as well as
18246 available.
18247 * gdb.base/fileio.c (test_system): Check for shell twice.
18248
18249 2014-06-04 Yao Qi <yao@codesourcery.com>
18250
18251 * gdb.base/auto-connect-native-target.exp: Remove redundant
18252 space from the regexp pattern.
18253
18254 2014-06-04 Yao Qi <yao@codesourcery.com>
18255
18256 * gdb.base/default.exp: Replace "child" with "native" in
18257 regexp pattern.
18258
18259 2014-06-03 Siva Chandra Reddy <sivachandra@google.com>
18260
18261 * gdb.python/py-xmethods.cc: New testcase to test xmethods.
18262 * gdb.python/py-xmethods.exp: New tests to test xmethods.
18263 * gdb.python/py-xmethods.py: Python script supporting the
18264 new testcase and tests.
18265
18266 2014-06-03 Joel Brobecker <brobecker@adacore.com>
18267 Pedro Alves <palves@redhat.com>
18268
18269 PR breakpoints/17000
18270 * gdb.base/sss-bp-on-user-bp.exp: Remove kfail.
18271 * gdb.base/sss-bp-on-user-bp-2.exp: Remove kfail.
18272
18273 2014-06-03 Brad Mouring <bmouring@ni.com> (tiny patch)
18274
18275 * gdb.base/subst.exp: Add tests to verify partial path matching
18276 output.
18277
18278 2014-06-03 Pedro Alves <palves@redhat.com>
18279
18280 * gdb.base/sss-bp-on-user-bp-2.exp: Skip if testing with a remote
18281 target that doesn't use software single-stepping.
18282
18283 2014-06-03 Pedro Alves <palves@redhat.com>
18284
18285 PR breakpoints/17000
18286 * gdb.base/sss-bp-on-user-bp-2.c: New file.
18287 * gdb.base/sss-bp-on-user-bp-2.exp: New file.
18288
18289 2014-06-02 Doug Evans <xdje42@gmail.com>
18290
18291 * gdb.guile/scm-parameter.exp: New file.
18292
18293 2014-06-02 Doug Evans <xdje42@gmail.com>
18294
18295 * gdb.guile/scm-cmd.c: New file.
18296 * gdb.guile/scm-cmd.exp: New file.
18297
18298 2014-06-02 Doug Evans <xdje42@gmail.com>
18299
18300 * gdb.guile/scm-pretty-print.exp: Add tests for objfile and progspace
18301 pretty-printer lookup.
18302 * gdb.guile/scm-pretty-print.scm (pp_s-printer): New function.
18303 (make-pp_s-printer): Call it.
18304 (make-pretty-printer-from-dict): New function.
18305 (lookup-pretty-printer-maker-from-dict): New function.
18306 (*pretty-printer*): Simplify.
18307 (make-objfile-pp_s-printer): New function.
18308 (install-objfile-pretty-printers!): New function.
18309 (make-progspace-pp_s-printer): New function.
18310 (install-progspace-pretty-printers!): New function.
18311 * gdb.guile/scm-progspace.c: New file.
18312 * gdb.guile/scm-progspace.exp: New file.
18313
18314 2014-06-02 Pedro Alves <palves@redhat.com>
18315
18316 * gdb.base/dprintf-bp-same-addr.c: New file.
18317 * gdb.base/dprintf-bp-same-addr.exp: New file.
18318
18319 2014-06-02 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
18320
18321 * gdb.arch/powerpc-power.exp: Add power8 instructions to the testcase.
18322 * gdb.arch/powerpc-power.s: Likewise.
18323
18324 2014-06-02 Joel Brobecker <brobecker@adacore.com>
18325
18326 * gdb.base/completion.exp: Remove code aimed at restoring TIMEOUT.
18327
18328 2014-06-01 Yao Qi <yao@codesourcery.com>
18329
18330 * gdb.base/watchpoint.exp (test_watch_location): Check null
18331 pointer can be dereferenced. If not, do the test, otherwise
18332 skip it.
18333
18334 2014-05-30 Andrew Burgess <aburgess@broadcom.com>
18335
18336 * gdb.arch/amd64-invalid-stack-middle.exp: Update expected
18337 results.
18338 * gdb.arch/amd64-invalid-stack-top.exp: Likewise.
18339
18340 2014-05-30 Andrew Burgess <aburgess@broadcom.com>
18341
18342 * gdb.arch/amd64-invalid-stack-middle.S: New file.
18343 * gdb.arch/amd64-invalid-stack-middle.c: New file.
18344 * gdb.arch/amd64-invalid-stack-middle.exp: New file.
18345 * gdb.arch/amd64-invalid-stack-top.c: New file.
18346 * gdb.arch/amd64-invalid-stack-top.exp: New file.
18347
18348 2014-05-30 Pedro Alves <palves@redhat.com>
18349
18350 PR breakpoints/17000
18351 * gdb.base/sss-bp-on-user-bp.c: New file.
18352 * gdb.base/sss-bp-on-user-bp.exp: New file.
18353
18354 2014-05-30 David Blaikie <dblaikie@gmail.com>
18355
18356 * gdb.opt/inline-break.c: Fix clang compatibility by specifying
18357 gnu_inline semantics via attribute.
18358 * gdb.opt/inline-break.exp: Remove -std=c89 now that the test
18359 source explicitly specifies the required semantics.
18360
18361 2014-05-30 Maciej W. Rozycki <macro@codesourcery.com>
18362
18363 * gdb.reverse/sigall-reverse.exp: Fix a typo.
18364
18365 2014-05-29 Pedro Alves <palves@redhat.com>
18366 Tom Tromey <tromey@redhat.com>
18367
18368 * gdb.base/async-shell.exp: Don't enable target-async.
18369 * gdb.base/async.exp
18370 * gdb.base/corefile.exp (corefile_test_attach): Remove 'async'
18371 parameter. Adjust.
18372 (top level): Don't test with "target-async".
18373 * gdb.base/dprintf-non-stop.exp: Don't enable target-async.
18374 * gdb.base/gdb-sigterm.exp: Don't test with "target-async".
18375 * gdb.base/inferior-died.exp: Don't enable target-async.
18376 * gdb.base/interrupt-noterm.exp: Likewise.
18377 * gdb.mi/mi-async.exp: Use "mi-async" instead of "target-async".
18378 * gdb.mi/mi-nonstop-exit.exp: Likewise.
18379 * gdb.mi/mi-nonstop.exp: Likewise.
18380 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
18381 * gdb.mi/mi-nsintrall.exp: Likewise.
18382 * gdb.mi/mi-nsmoribund.exp: Likewise.
18383 * gdb.mi/mi-nsthrexec.exp: Likewise.
18384 * gdb.mi/mi-watch-nonstop.exp: Likewise.
18385 * gdb.multi/watchpoint-multi.exp: Adjust comment.
18386 * gdb.python/py-evsignal.exp: Don't enable target-async.
18387 * gdb.python/py-evthreads.exp: Likewise.
18388 * gdb.python/py-prompt.exp: Likewise.
18389 * gdb.reverse/break-precsave.exp: Don't test with "target-async".
18390 * gdb.server/solib-list.exp: Don't enable target-async.
18391 * gdb.threads/thread-specific-bp.exp: Likewise.
18392 * lib/mi-support.exp: Adjust to use mi-async.
18393
18394 2014-05-29 Pedro Alves <palves@redhat.com>
18395
18396 PR gdb/13860
18397 * gdb.mi/mi-cli.exp: Always expect "end-stepping-range" stop
18398 reason, even in sync mode.
18399
18400 2014-05-29 Pedro Alves <palves@redhat.com>
18401 Hui Zhu <hui@codesourcery.com>
18402
18403 PR PR15693
18404 * gdb.mi/mi-condbreak-call-thr-state-mt.c: New file.
18405 * gdb.mi/mi-condbreak-call-thr-state-st.c: New file.
18406 * gdb.mi/mi-condbreak-call-thr-state.c: New file.
18407 * gdb.mi/mi-condbreak-call-thr-state.exp: New file.
18408
18409 2014-05-28 Joel Brobecker <brobecker@adacore.com>
18410
18411 * config/monitor.exp (gdb_target_monitor): Replace use of
18412 "set remotebaud" by "set serial baud".
18413
18414 2014-05-26 Andy Wingo <wingo@igalia.com>
18415
18416 * gdb.guile/scm-breakpoint.exp:
18417 * gdb.guile/scm-gsmob.exp: Update to use plain old object
18418 properties instead of gdb-object-properties.
18419
18420 2014-05-26 Yao Qi <yao@codesourcery.com>
18421
18422 * gdb.server/no-thread-db.exp: Specify source file name
18423 explicitly when setting a breakpoint.
18424
18425 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
18426
18427 * gdb.btrace/vdso.c: New.
18428 * gdb.btrace/vdso.exp: New.
18429
18430 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
18431
18432 * gdb.base/gcore.exp (capture_command_output): Move ...
18433 * lib/gdb.exp (capture_command_output): ... here.
18434
18435 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
18436
18437 * gdb.btrace/data.exp: Test memory access during btrace replay.
18438
18439 2014-05-22 Simon Marchi <simon.marchi@ericsson.com>
18440
18441 * lib/mi-support.exp (mi_run_cmd_full): Add comments.
18442
18443 2014-05-21 Pedro Alves <palves@redhat.com>
18444
18445 PR gdb/13860
18446 * gdb.mi/mi-cli.exp (line_callee4_next_step): New global.
18447 (top level): Test that output related to execution commands is
18448 sent to the console with CLI commands, but not with MI commands.
18449 Test that breakpoint events are always mirrored to the console.
18450 Also expect the new source line to be output after a "next" in
18451 async mode too. Make it a pass/fail test.
18452 * gdb.mi/mi-solib.exp: Test that the CLI solib event note is
18453 output.
18454 * lib/mi-support.exp (mi_gdb_expect_cli_output): New procedure.
18455
18456 2014-05-21 Pedro Alves <palves@redhat.com>
18457
18458 * gdb.base/list.exp (build_pattern, test_list): New procedures.
18459 Use them to test variations of "list" after reaching a breakpoint.
18460 * gdb.mi/mi-cli.exp (line_main_callme_2): New global.
18461 Test "list" with listsize 10 after reaching a breakpoint.
18462 * gdb.python/python.exp (decode_line current location line
18463 number): Adjust expected line number.
18464
18465 2014-05-21 Simon Marchi <simon.marchi@ericsson.com>
18466
18467 * lib/mi-support.exp (mi_run_cmd_full): Revert to original
18468 behavior for $args, pass it directly to "run".
18469
18470 2014-05-21 Maciej W. Rozycki <macro@codesourcery.com>
18471
18472 * lib/gdb.exp (default_gdb_init): Bump `match_max' up from
18473 30000 to 65536.
18474
18475 2014-05-21 Pedro Alves <palves@redhat.com>
18476
18477 * boards/gdbserver-base.exp (GDBFLAGS): Set to "set
18478 auto-connect-native-target off".
18479 * gdb.base/auto-connect-native-target.c: New file.
18480 * gdb.base/auto-connect-native-target.exp: New file.
18481
18482 2014-05-21 Pedro Alves <palves@redhat.com>
18483
18484 * gdb.base/default.exp: Test "target native" instead of "target
18485 child".
18486
18487 2014-05-21 Mark Wielaard <mjw@redhat.com>
18488
18489 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
18490
18491 2014-05-21 Jan Kratochvil <jan.kratochvil@redhat.com>
18492
18493 Fix TLS access for -static -pthread.
18494 * gdb.threads/staticthreads.c <HAVE_TLS> (tlsvar): New.
18495 <HAVE_TLS> (thread_function, main): Initialize it.
18496 * gdb.threads/staticthreads.exp: Try gdb_compile_pthreads for $have_tls.
18497 Add clean_restart.
18498 <$have_tls != "">: Check TLSVAR.
18499
18500 2014-05-21 Pedro Alves <palves@redhat.com>
18501
18502 * gdb.base/dcache-line-read-error.c: New.
18503 * gdb.base/dcache-line-read-error.exp: New.
18504
18505 2014-05-20 Pedro Alves <palves@redhat.com>
18506
18507 * gdb.base/compare-sections.c: New file.
18508 * gdb.base/compare-sections.exp: New file.
18509
18510 2014-05-20 Pedro Alves <palves@redhat.com>
18511
18512 * gdb.base/break-idempotent.c: New file.
18513 * gdb.base/break-idempotent.exp: New file.
18514
18515 2014-05-20 Markus Metzger <markus.t.metzger@intel.com>
18516
18517 * gdb.btrace/nohist.exp: New.
18518
18519 2014-05-20 Yao Qi <yao@codesourcery.com>
18520
18521 * lib/gdb.exp (gdb_init): Set timeout if test file is under
18522 gdb.reverse directory and gdb_reverse_timeout exists in board
18523 setting.
18524 * README: Document gdb_reverse_timeout.
18525
18526 2014-05-20 Yao Qi <yao@codesourcery.com>
18527
18528 * lib/gdb.exp (default_gdb_init): Rename argument 'args' by
18529 'test_file_name'. Treat args as a string instead of a list.
18530 (gdb_init): Rename argument 'args' by 'test_file_name'.
18531
18532 2014-05-19 Jan Kratochvil <jan.kratochvil@redhat.com>
18533
18534 * gdb.arch/powerpc-power.exp: New file.
18535 * gdb.arch/powerpc-power.s: New file.
18536
18537 2014-05-16 Doug Evans <dje@google.com>
18538
18539 * gdb.base/Makefile.in (EXECUTABLES): Add completion.
18540 * gdb.base/completion.exp: Check that all expected files exist
18541 before doing file completion.
18542
18543 2014-05-16 Doug Evans <dje@google.com>
18544
18545 * gdb.base/catch-syscall.exp (test_catch_syscall_fail_nodatadir):
18546 Update.
18547 (do_syscall_tests_without_xml): Update.
18548
18549 2014-05-16 Pedro Alves <palves@redhat.com>
18550
18551 * lib/mi-support.exp (mi_expect_stop): On timeout, say "timeout"
18552 instead of "unknown output after running".
18553
18554 2014-05-16 Yao Qi <yao@codesourcery.com>
18555
18556 * gdb.dwarf2/dw2-filename.exp: Copy file1.txt to host. Remove
18557 file1.txt from host at the end.
18558 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
18559
18560 2014-05-15 Doug Evans <dje@google.com>
18561
18562 * gdb.dwarf2/fission-reread.S: Remove directory from .dwo file path.
18563 * gdb.dwarf2/fission-reread.exp: Set debug-file-directory before
18564 loading file. Add test for TU lookup.
18565
18566 2014-05-15 Simon Marchi <simon.marchi@ericsson.com>
18567
18568 * lib/mi-support.exp (mi_run_cmd_full): Set arguments by
18569 calling "-exec-arguments" or "set args" before running the
18570 inferior.
18571
18572 2014-05-15 Simon Marchi <simon.marchi@ericsson.com>
18573
18574 * lib/mi-support.exp (mi_expect_stop): Expect message for
18575 inferiors that exit with non-zero exit code.
18576
18577 2014-05-14 Yao Qi <yao@codesourcery.com>
18578
18579 * gdb.mi/mi-file.exp (test_file_list_exec_source_file): Don't
18580 match absolute path on remote host.
18581 (test_file_list_exec_source_files): Remove "/" from the
18582 pattern.
18583
18584 2014-05-14 Yao Qi <yao@codesourcery.com>
18585
18586 * boards/local-remote-host-notty.exp (${board}_file): New
18587 proc.
18588
18589 2014-05-07 Kyle McMartin <kyle@redhat.com>
18590
18591 Pushed by Joel Brobecker <brobecker@adacore.com>.
18592 * gdb.arch/aarch64-atomic-inst.c: New file.
18593 * gdb.arch/aarch64-atomic-inst.exp: New file.
18594
18595 2014-05-07 Yao Qi <yao@codesourcery.com>
18596
18597 * gdb.dwarf2/dwzbuildid.exp: Match output "No symbol "the_int"
18598 in current context" too.
18599
18600 2014-05-05 Keith Seitz <keiths@redhat.com>
18601
18602 * gdb.linespec/ls-dollar.exp: Add test for linespec
18603 file:convenience_variable.
18604
18605 2014-05-05 Yao Qi <yao@codesourcery.com>
18606
18607 * gdb.trace/unavailable.exp (gdb_collect_args_test): Save
18608 traceframes into tfile and ctf trace files. Read data from
18609 trace file and test collected data.
18610 (gdb_collect_locals_test): Likewise.
18611 (gdb_unavailable_registers_test): Likewise.
18612 (gdb_unavailable_floats): Likewise.
18613 (gdb_collect_globals_test): Likewise.
18614 (top-level): Append "ctf" to trace_file_targets if GDB
18615 supports.
18616
18617 2014-05-05 Yao Qi <yao@codesourcery.com>
18618
18619 * gdb.trace/unavailable.exp (gdb_collect_args_test): Move some
18620 code to ...
18621 (gdb_collect_args_test_1): ... it. New proc.
18622 (gdb_collect_locals_test): Move some code to ...
18623 (gdb_collect_locals_test_1): ... it. New proc.
18624 (gdb_unavailable_registers_test): Move some code to ...
18625 (gdb_unavailable_registers_test_1): ... it. New proc.
18626 (gdb_unavailable_floats): Move some code to ...
18627 (gdb_unavailable_floats_1): ... it. New proc.
18628
18629 2014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
18630
18631 * gdb.arch/amd64-stap-optional-prefix.S (main): Add several
18632 probes to test for bitness recognition.
18633 * gdb.arch/amd64-stap-optional-prefix.exp
18634 (test_probe_value_without_reg): New procedure.
18635 Add code to test for different kinds of bitness.
18636
18637 2014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
18638
18639 PR breakpoints/16889
18640 * gdb.arch/amd64-stap-optional-prefix.S: New file.
18641 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
18642
18643 2014-05-01 Pedro Alves <palves@redhat.com>
18644
18645 * lib/gdb.exp (gdb_load): Extend comment. Skip calling
18646 gdb_file_cmd if no file is specified.
18647 * boards/native-extended-gdbserver.exp (gdb_load): Use the
18648 last_loaded_file to set the remote exec-file.
18649
18650 2014-05-01 Pedro Alves <palves@redhat.com>
18651
18652 * boards/local-remote-host.exp: New file.
18653
18654 2014-05-01 Pedro Alves <palves@redhat.com>
18655
18656 * boards/local-remote-host.exp: Rename to ...
18657 * boards/local-remote-host-notty.exp: ... this.
18658
18659 2014-04-28 Joel Brobecker <brobecker@adacore.com>
18660
18661 * gdb.ada/dyn_arrayidx: New testcase.
18662
18663 2014-04-26 Yao Qi <yao@codesourcery.com>
18664
18665 * gdb.dwarf2/dwz.exp: Compile main.c to object. Restart GDB
18666 and compute the length of function main. Save it in
18667 $main_length.
18668 (Dwarf::assemble): Use $main_length instead of hard-coded 10.
18669 (top-level): Use gdb_compile to compile objects into
18670 executable and restart GDB. Remove invocation to
18671 prepare_for_testing.
18672
18673 2014-04-25 Simon Marchi <simon.marchi@ericsson.com>
18674 Pedro Alves <palves@redhat.com>
18675
18676 PR server/16255
18677 * gdb.multi/multi-attach.c: New file.
18678 * gdb.multi/multi-attach.exp: New file.
18679
18680 2014-04-25 Pedro Alves <palves@redhat.com>
18681
18682 * gdb.base/cond-eval-mode.exp (warning): Move trailing \r\n to
18683 user.
18684 (top level): Test that "set remote conditional-breakpoints-packet
18685 off" works as intended.
18686 * gdb.base/dprintf.exp: Test that "set remote
18687 breakpoint-commands-packet off" works as intended.
18688 * gdb.trace/change-loc.exp (tracepoint_install_in_trace_disabled):
18689 New function.
18690 (top level): Call it.
18691 * gdb.trace/ftrace.exp (test_fast_tracepoints): Test that "set
18692 remote fast-tracepoints-packet off" works as intended.
18693 * gdb.trace/qtro.exp (gdb_is_target_remote): Moved ...
18694 * lib/gdb.exp (gdb_is_target_remote): ... here.
18695
18696 2014-04-24 David Blaikie <dblaikie@gmail.com>
18697
18698 * gdb.base/catch-syscall.c: Make unreferenced statics non-static to
18699 ensure clang would not discard them.
18700 * gdb.base/gdbvars.c: Ditto.
18701 * gdb.base/memattr.c: Ditto.
18702 * gdb.base/whatis.c: Ditto.
18703 * gdb.python/py-prettyprint.c: Ditto.
18704 * gdb.trace/actions.c: Ditto.
18705 * gdb.cp/ptype-cv-cp.cc: Mark unused global const int as used to
18706 ensure clang would not discard it.
18707
18708 2014-04-24 David Blaikie <dblaikie@gmail.com>
18709
18710 * gdb.stabs/gdb11479.c (tag_dummy_enum): introduce a variable to cause
18711 clang to emit the full definition of type required by the test
18712 * gdb.stabs/gdb11479.exp (do_test): correct a typo in a test message
18713
18714 2014-04-24 David Blaikie <dblaikie@gmail.com>
18715
18716 * gdb.cp/pr10728-x.cc (main::x): Return by value instead of pointer to
18717 coax Clang into emitting the definition of the type.
18718 * gdb.cp/pr10728-x.h (y): Ditto.
18719 * gdb.cp/pr10728-y.cc (y): Ditto.
18720
18721 2014-04-24 David Blaikie <dblaikie@gmail.com>
18722
18723 * gdb.base/label.exp: XFAIL label related tests under Clang.
18724 * gdb.cp/cplabel.exp: Ditto.
18725 * gdb.linespec/ls-errs.exp: Refactor tests to execute directly and XFAIL
18726 under Clang those using labels.
18727
18728 2014-04-25 Yao Qi <yao@codesourcery.com>
18729
18730 * gdb.dwarf2/dwz.exp (Dwarf::assemble): Remove unused
18731 double_label.
18732 * gdb.dwarf2/dwzbuildid.exp (Dwarf::assemble): Remove
18733 partial_label and double_label.
18734
18735 2014-04-24 David Blaikie <dblaikie@gmail.com>
18736
18737 * gdb.python/lib-types.exp: Fix test and xfail under gcc due to gcc/55641.
18738
18739 2014-04-24 David Blaikie <dblaikie@gmail.com>
18740
18741 * gdb.cp/cpexprs.cc: Move braces to the same line as the start
18742 of the function to work across GCC and Clang.
18743 * gdb.cp/cpexprs.exp: Account for GCC/Clang difference in vtable
18744 pointer types (const void ** const V void **).
18745
18746 2014-04-24 Michael Sturm <michael.sturm@mintel.com>
18747 Walfred Tedeschi <walfred.tedeschi@intel.com>
18748
18749 * Makefile.in (EXECUTABLES): Added i386-avx512.
18750 * gdb.arch/i386-avx512.c: New file.
18751 * gdb.arch/i386-avx512.exp: Likewise.
18752
18753 2014-04-23 Keith Seitz <keiths@redhat.com>
18754
18755 * lib/mi-support.exp (mi_list_breakpoints): Delete.
18756 (mi_make_breakpoint_table): New procedure.
18757 (mi_create_breakpoint): Use mi_make_breakpoint
18758 and return the result.
18759 (mi_make_breakpoint): New procedure.
18760 (mi_build_kv_pairs): New procedure.
18761
18762 * gdb.mi/mi-break.exp: Remove unused globals,
18763 update mi_create_breakpoint usage, and use mi_make_breakpoint_table.
18764 All callers updated.
18765 * gdb.mi/mi-dprintf.exp: Use variable to track command
18766 number.
18767 Update all callers of mi_create_breakpoint and use
18768 mi_make_breakpoint_table.
18769 Remove any unused global variables.
18770 * gdb.mi/mi-nonstop.exp: Likewise.
18771 * gdb.mi/mi-nsintrall.exp: Likewise.
18772 * gdb.mi/mi-nsmoribund.exp: Likewise.
18773 * gdb.mi/mi-nsthrexec.exp: Likewise.
18774 * gdb.mi/mi-reverse.exp: Likewise.
18775 * gdb.mi/mi-simplerun.exp: Likewise.
18776 * gdb.mi/mi-stepn.exp: Likewise.
18777 * gdb.mi/mi-syn-frame.exp: Likewise.
18778 * gdb.mi/mi-until.exp: Likewise.
18779 * gdb.mi/mi-var-cp.exp: Likewise.
18780 * gdb.mi/mi-var-display.exp: Likewise.
18781 * gdb.mi/mi2-amd64-entry-value.exp: Likewise.
18782 * gdb.mi/mi2-var-child.exp: Likewise.
18783 * gdb.mi/mi-vla-c99.exp: Likewise.
18784 * lib/mi-support.exp: Likewise.
18785
18786 From Ian Lance Taylor <iant@cygnus.com>:
18787 * lib/gdb.exp (parse_args): New procedure.
18788
18789 2014-04-23 Pedro Alves <palves@redhat.com>
18790
18791 * gdb.base/break-unload-file.c: New file.
18792 * gdb.base/break-unload-file.exp: New file.
18793 * gdb.base/sym-file-lib.c (baz): New function.
18794 * gdb.base/sym-file-loader.c (struct segment) <mapped_size>: New
18795 field.
18796 (load): Store the segment's mapped size.
18797 (unload): New function.
18798 (unload_shlib): New function.
18799 * gdb.base/sym-file-loader.h (unload_shlib): New declaration.
18800 * gdb.base/sym-file-main.c (main): Unload, and reload the library,
18801 set a breakpoint at baz, and call it.
18802 * gdb.base/sym-file.exp: New tests for stale breakpoint
18803 instructions.
18804
18805 2014-04-23 Pedro Alves <palves@redhat.com>
18806
18807 * gdb.base/hbreak-in-shr-unsupported-shr.c: New file.
18808 * gdb.base/hbreak-in-shr-unsupported.c: New file.
18809 * gdb.base/hbreak-in-shr-unsupported.exp: New file.
18810 * gdb.base/hbreak-unmapped.c: New file.
18811 * gdb.base/hbreak-unmapped.exp: New file.
18812 * gdb.trace/qtro.exp (gdb_is_target_remote): Move ...
18813 * lib/gdb.exp (gdb_is_target_remote): ... here.
18814
18815 2014-04-22 Pedro Alves <palves@redhat.com>
18816
18817 * gdb.base/consecutive-step-over.c: New file.
18818 * gdb.base/consecutive-step-over.exp: New file.
18819
18820 2014-04-22 Pedro Alves <palves@redhat.com>
18821
18822 * lib/gdb.exp (gdb_continue_to_breakpoint): Use gdb_test_multiple
18823 instead of send_gdb/gdb_expect.
18824
18825 2014-04-22 Yao Qi <yao@codesourcery.com>
18826
18827 * lib/trace-support.exp (generate_tracefile): New procedure.
18828 * gdb.trace/tfile.exp: Skip the test if generate_tracefile
18829 return 0.
18830 * gdb.trace/mi-traceframe-changed.exp: Invoke test_tfind_tfile
18831 if generate_tracefile returns 1.
18832
18833 2014-04-18 Tom Tromey <palves@redhat.com>
18834 Pedro alves <tromey@redhat.com>
18835
18836 PR backtrace/15558
18837 * gdb.opt/inline-bt.exp: Test backtracing from an inline function
18838 with a backtrace limit.
18839 * gdb.python/py-frame-inline.exp: Test running to an inline
18840 function with a backtrace limit, and printing the newest frame.
18841 * gdb.python/py-frame-inline.c (main): Call f.
18842
18843 2014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
18844
18845 * gdb.java/jnpe.exp: Drop srcdir from untested path.
18846
18847 2014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
18848
18849 * lib/gdb.exp (gdb_compile_pthreads, gdb_compile_objc):
18850 Drop prefix from unsupported source file path.
18851
18852 2014-04-17 Yao Qi <yao@codesourcery.com>
18853
18854 * lib/gdb.exp (with_target_charset): New proc.
18855 * gdb.base/printcmds.exp (test_print_all_chars): Wrap tests with
18856 with_target_charset.
18857 (test_print_strings): Likewise.
18858 (test_repeat_bytes): Likewise.
18859 * gdb.base/setvar.exp: Set target-charset to ASCII temporarily
18860 for some tests.
18861
18862 2014-04-16 Keith Seitz <keiths@redhat.com>
18863
18864 PR gdb/15827
18865 * gdb.dwarf2/corrupt.c: New file.
18866 * gdb.dwarf2/corrupt.exp: New file.
18867
18868 2014-04-16 Keith Seitz <keiths@redhat.com>
18869
18870 PR c++/16597
18871 * gdb.cp/namelessclass.cc: New file.
18872 * gdb.cp/namelessclass.exp: New file.
18873 * gdb.cp/namelessclass.S: New file.
18874
18875 2014-04-16 Doug Evans <dje@google.com>
18876
18877 * lib/gdbserver-support.exp (gdbserver_default_get_remote_address):
18878 Add comment.
18879 (gdbserver_default_get_comm_port): New function.
18880 (gdbserver_start): Check if board file provided
18881 "gdbserver,get_comm_port" and use it if so.
18882 * boards/native-stdio-gdbserver.exp (sockethost): Set to "".
18883 (gdb,socketport): Set to "stdio".
18884 (gdbserver,get_comm_port): Set to ${board}_get_comm_port.
18885 (stdio_gdbserver_template): Delete.
18886 (${board}_get_remote_address): Update.
18887 (${board}_build_remote_cmd): Delete.
18888 (${board}_get_comm_port): New function.
18889 (${board}_spawn): Update.
18890 * boards/remote-stdio-gdbserver.exp (${board}_build_remote_cmd):
18891 Delete.
18892 (${board}_get_remote_address): Update.
18893 (${board}_get_comm_port): New function.
18894
18895 2014-04-16 Andrew Burgess <aburgess@broadcom.com>
18896
18897 * gdb.base/memattr.exp: Improve regexps to handle memory regions
18898 appearing in any order.
18899
18900 2014-04-15 Doug Evans <dje@google.com>
18901
18902 * gdb.gdb/selftest.exp (do_steps_and_nexts): Don't reference
18903 uninitialized value of "description".
18904
18905 2014-04-15 Keith Seitz <keiths@redhat.com>
18906
18907 * gdb.mi/mi-simplerun.exp (test_breakpoints_creation_and_listing):
18908 Remove unused globals.
18909 (test_running_the_program): Likewise.
18910 (test_controlled_execution): Likewise.
18911 (test_controlling_breakpoints): Likewise.
18912 (test_program_termination): Likewise.
18913
18914 2014-04-15 Keith Seitz <keiths@redhat.com>
18915
18916 * gdb.mi/mi-break.exp (test_tbreak_creation_and_listing): Remove
18917 unused globals.
18918 (test_rbreak_creation_and_listing): Likewise.
18919 (test_ignore_count): Likewise.
18920 (test_error): Likewise.
18921
18922 2014-04-15 Pedro Alves <palves@redhat.com>
18923
18924 * gdb.base/sym-file-loader.h: Move inclusion of <inttypes.h>,
18925 <ansidecl.h>, <elf/common.h> and <elf/external.h> to
18926 sym-file-loader.c.
18927 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
18928 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
18929 to sym-file-loader.c.
18930 (struct library): Forward declare.
18931 (load_shlib, lookup_function): Change prototypes.
18932 (find_shstrtab, find_strtab, find_shdr, find_symtab)
18933 (translate_offset): Remove declarations.
18934 (get_text_addr): New declaration.
18935 * gdb.base/sym-file-loader.c: Move inclusion of <inttypes.h>,
18936 <ansidecl.h>, <elf/common.h> and <elf/external.h> here from
18937 sym-file-loader.h.
18938 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
18939 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
18940 here from sym-file-loader.h.
18941 (struct library): New structure.
18942 (load_shlib, lookup_function): Change prototypes and adjust to
18943 work with a struct library.
18944 (find_shstrtab, find_strtab, find_shdr, find_symtab)
18945 (translate_offset): Make static.
18946 (get_text_addr): New function.
18947 * gdb.base/sym-file-main.c (main): Adjust to new loader interface.
18948
18949 2014-04-15 Pedro Alves <palves@redhat.com>
18950
18951 * gdb.base/sym-file-loader.c: Fix typo. SELF_LINK, not SELK_LINK.
18952
18953 2014-04-15 Pedro Alves <palves@redhat.com>
18954
18955 * gdb.base/sym-file-loader.c: Include <limits.h>.
18956 (SELF_LINK): New define.
18957 (get_origin): New function.
18958 (load_shlib): Use it.
18959 * gdb.base/sym-file.exp: Don't early return if the target is
18960 remote. Use runto_main, and issue fail is that fails. Use
18961 gdb_load_shlibs.
18962 (shlib_name): Delete.
18963 (lib_so, lib_syms, lib_dlopen): New globals. Use them throughout.
18964
18965 2014-04-15 Pedro Alves <palves@redhat.com>
18966
18967 * gdb.base/sym-file.exp: Remove regex characters from test
18968 message. Don't refer to breakpoint numbers in test messages.
18969
18970 2014-04-14 Keith Seitz <keiths@redhat.com>
18971
18972 PR c++/16253
18973 * gdb.cp/var-tag.cc: New file.
18974 * gdb.cp/var-tag.exp: New file.
18975 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
18976 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
18977 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
18978 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
18979
18980 2014-04-14 Tom Tromey <tromey@redhat.com>
18981
18982 * gdb.cp/classes.exp (test_enums): Handle underlying type.
18983 * gdb.dwarf2/enum-type.exp: Add test for enum with underlying
18984 type.
18985 * gdb.cp/enum-class.exp: New file.
18986 * gdb.cp/enum-class.cc: New file.
18987
18988 2014-04-14 Tom Tromey <tromey@redhat.com>
18989
18990 * gdb.dwarf2/enum-type.exp: New file.
18991
18992 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
18993
18994 * gdb.mi/mi-vla-c99.exp: New file.
18995 * gdb.mi/vla.c: New file.
18996
18997 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
18998
18999 * gdb.base/vla-datatypes.c: New file.
19000 * gdb.base/vla-datatypes.exp: New file.
19001
19002 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
19003
19004 * gdb.base/vla-ptr.c: New file.
19005 * gdb.base/vla-ptr.exp: New file.
19006
19007 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
19008
19009 * gdb.dwarf2/count.exp: New file.
19010
19011 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
19012
19013 * gdb.base/vla-sideeffect.c: New file.
19014 * gdb.base/vla-sideeffect.exp: New file.
19015
19016 2014-04-14 David Blaikie <dblaikie@gmail.com>
19017
19018 * gdb.mi/non-stop.c: Add return value for non-void function return
19019 statement.
19020 * gdb.threads/staticthreads.c: Ditto.
19021
19022 2014-04-12 Siva Chandra Reddy <sivachandra@google.com>
19023 Doug Evans <xdje42@gmail.com>
19024
19025 * gdb.guile/scm-value.c: Improve test case.
19026 * gdb.guile/scm-value.exp: Add new test.
19027
19028 2014-04-11 David Blaikie <dblaikie@gmail.com>
19029
19030 * gdb.opt/inline-break.exp: Explicitly specify -std=gnu89 to
19031 override Clang's default.
19032
19033 2014-04-11 Joel Brobecker <brobecker@adacore.com>
19034
19035 Revert the following changes (regressions):
19036
19037 * gdb.base/vla-sideeffect.c: New file.
19038 * gdb.base/vla-sideeffect.exp: New file.
19039
19040 * gdb.dwarf2/count.exp: New file.
19041
19042 * gdb.base/vla-multi.c: New file.
19043 * gdb.base/vla-multi.exp: New file.
19044
19045 * gdb.base/vla-ptr.c: New file.
19046 * gdb.base/vla-ptr.exp: New file.
19047
19048 * gdb.base/vla-datatypes.c: New file.
19049 * gdb.base/vla-datatypes.exp: New file.
19050
19051 * gdb.mi/mi-vla-c99.exp: New file.
19052 * gdb.mi/vla.c: New file.
19053
19054 2014-04-11 Keith Seitz <keiths@redhat.com>
19055
19056 PR c++/16675
19057 * gdb.cp/cpsizeof.exp: New file.
19058 * gdb.cp/cpsizeof.cc: New file.
19059
19060 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
19061
19062 * gdb.mi/mi-vla-c99.exp: New file.
19063 * gdb.mi/vla.c: New file.
19064
19065 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
19066
19067 * gdb.base/vla-datatypes.c: New file.
19068 * gdb.base/vla-datatypes.exp: New file.
19069
19070 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
19071
19072 * gdb.base/vla-ptr.c: New file.
19073 * gdb.base/vla-ptr.exp: New file.
19074
19075 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
19076
19077 * gdb.base/vla-multi.c: New file.
19078 * gdb.base/vla-multi.exp: New file.
19079
19080 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
19081
19082 * gdb.dwarf2/count.exp: New file.
19083
19084 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
19085
19086 * gdb.base/vla-sideeffect.c: New file.
19087 * gdb.base/vla-sideeffect.exp: New file.
19088
19089 2014-04-11 Yao Qi <yao@codesourcery.com>
19090
19091 * gdb.base/completion.exp: Check file exists before running tests
19092 on file completion.
19093
19094 2014-04-10 Pedro Alves <palves@redhat.com>
19095
19096 * gdb.base/cond-eval-mode.c: New file.
19097 * gdb.base/cond-eval-mode.exp: Use standard_testfile. Adjust
19098 prepare_for_testing to build the new file. Check result of
19099 runto_main.
19100 (test_break, test_watch): New procedures.
19101 (top level): Use them.
19102
19103 2014-04-08 Pierre Muller <muller@sourceware.org>
19104
19105 * gdb.base/printcmds.exp (test_artificial_arrays): Disable
19106 Ctrl-V use for mingw hosts.
19107
19108 2014-04-07 Siva Chandra Reddy <sivachandra@google.com>
19109
19110 * gdb.python/py-value.c: Improve test case.
19111 * gdb.python/py-value.exp: Add new test.
19112
19113 2014-04-07 David Blaikie <dblaikie@gmail.com>
19114
19115 * lib/compiler.c: Identify the clang compiler.
19116 * lib/compiler.cc: Ditto.
19117
19118 2014-04-03 Yao Qi <yao@codesourcery.com>
19119
19120 * gdb.base/setshow.exp: Invoke string_to_regexp to HOME and PWD.
19121
19122 2014-04-01 Anton Blanchard <anton@samba.org>
19123
19124 * gdb.arch/ppc64-atomic-inst.exp: Use untested. Make test
19125 messages unique.
19126
19127 2014-04-01 Anton Blanchard <anton@samba.org>
19128
19129 * gdb.arch/ppc64-atomic-inst.exp: Use standard_testfile,
19130 prepare_for_testing.
19131
19132 2014-04-01 Anton Blanchard <anton@samba.org>
19133
19134 * gdb.arch/ppc64-atomic-inst.c: Remove.
19135 * gdb.arch/ppc64-atomic-inst.S: New file.
19136 * gdb.arch/ppc64-atomic-inst.exp: Adapt for asm based testcase.
19137
19138 2014-03-31 Doug Evans <dje@google.com>
19139
19140 * gdb.base/print-symbol-loading-lib.c: New file.
19141 * gdb.base/print-symbol-loading-main.c: New file.
19142 * gdb.base/print-symbol-loading.exp: New file.
19143
19144 2014-03-31 Yao Qi <yao@codesourcery.com>
19145
19146 * gdb.base/source-dir.exp: Allow ';' as a directory separator.
19147
19148 2014-03-28 Joel Brobecker <brobecker@adacore.com>
19149
19150 * gdb.ada/mi_dyn_arr: New testcase.
19151
19152 2014-03-27 Doug Evans <dje@google.com>
19153
19154 * gdb.dwarf2/dw2-abs-hi-pc.exp: Build tests with "nodebug".
19155
19156 2014-03-27 Yao Qi <yao@codesourcery.com>
19157
19158 * lib/gdb.exp (can_single_step_to_signal_handler): Return zero
19159 if target is nios2-*-*.
19160
19161 2014-03-26 Yao Qi <yao@codesourcery.com>
19162
19163 * lib/gdb.exp (readline_is_used): New proc.
19164 * gdb.base/completion.exp: Move tests on command complete up.
19165 Skip the rest of tests if readline is not used.
19166 * gdb.ada/complete.exp: Skp the test if readline is not
19167 used.
19168 * gdb.base/filesym.exp: Likewise.
19169 * gdb.base/macscp.exp: Likewise.
19170 * gdb.base/readline-ask.exp: Likewise.
19171 * gdb.base/readline.exp: Likewise.
19172 * gdb.python/py-cmd.exp: Likewise.
19173 * gdb.trace/tfile.exp: Likewise.
19174
19175 2014-03-26 Yao Qi <yao@codesourcery.com>
19176
19177 * gdb.base/macscp.exp: Fix code format issues.
19178
19179 2014-03-25 Ulrich Weigand <uweigand@de.ibm.com>
19180
19181 * gdb.asm/asm-source.exp: Handle powerpc64le-* targets.
19182 * gdb.asm/powerpc64le.inc: New file.
19183
19184 2014-03-25 Pedro Alves <palves@redhat.com>
19185 Doug Evans <dje@google.com>
19186
19187 * gdb.base/source-execution.c: New file.
19188 * gdb.base/source-execution.exp: New file.
19189 * gdb.base/source-execution.gdb: New file.
19190
19191 2014-03-24 Doug Evans <dje@google.com>
19192
19193 * gdb.linespec/macro-relative.exp: Mark the test as unsupported if
19194 using fission.
19195
19196 2014-03-24 Hui Zhu <hui@codesourcery.com>
19197 Pedro Alves <palves@redhat.com>
19198
19199 PR breakpoints/16101
19200 * gdb.base/dprintf.exp: Use unsupported rather than changing the
19201 test pass/fail messages. Detect missing support for dprintf when
19202 breakpoints are actually inserted.
19203 * gdb.base/mi-dprintf.exp: Detect missing support for dprintf when
19204 breakpoints are actually inserted.
19205 * lib/mi-support.exp (mi_run_cmd_full): Return -1 if continue
19206 fails.
19207
19208 2014-03-24 Jan Kratochvil <jan.kratochvil@redhat.com>
19209
19210 * gdb.base/gdb-sigterm.exp (do_test): Remove "set debug lin-lwp 1".
19211
19212 2014-03-22 Doug Evans <xdje42@gmail.com>
19213
19214 * gdb.python/python.exp (python not supported): Verify multi-line
19215 python command issues an error.
19216 * gdb.guile/guile.exp (guile not supported): Verify multi-line
19217 guile command issues an error.
19218
19219 2014-03-21 Maciej W. Rozycki <macro@codesourcery.com>
19220
19221 * gdb.threads/thread-specific.exp: Handle the lack of usable
19222 $this_breakpoint and $this_thread.
19223
19224 2014-03-21 Hui Zhu <hui@codesourcery.com>
19225
19226 * gdb.base/attach.exp (do_command_attach_tests): New.
19227
19228 2014-03-20 Tom Tromey <tromey@redhat.com>
19229 Pedro Alves <palves@redhat.com>
19230
19231 PR cli/15718
19232 * gdb.base/condbreak-call-false.c: New file.
19233 * gdb.base/condbreak-call-false.exp: New file.
19234
19235 2014-03-20 Pedro Alves <palves@redhat.com>
19236
19237 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (pid):
19238 Delete.
19239 (block_signals, unblock_signals): Delete.
19240 (child_function_2, main): Remove references to deleted variable
19241 and functions.
19242
19243 2014-03-20 Pedro Alves <palves@redhat.com>
19244
19245 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (main):
19246 Use pthread_kill to signal thread 2.
19247 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
19248 Adjust to make the test send itself a signal rather than using the
19249 host's "kill" command.
19250
19251 2014-03-20 Pedro Alves <palves@redhat.com>
19252
19253 * gdb.threads/multiple-step-overs.c: New file.
19254 * gdb.threads/multiple-step-overs.exp: New file.
19255 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
19256 Adjust expected infrun debug output.
19257
19258 2014-03-20 Pedro Alves <palves@redhat.com>
19259
19260 * gdb.threads/step-over-trips-on-watchpoint.c: New file.
19261 * gdb.threads/step-over-trips-on-watchpoint.exp: New file.
19262
19263 2014-03-20 Pedro Alves <palves@redhat.com>
19264
19265 PR breakpoints/7143
19266 * gdb.base/watchpoint.exp: Mention bugzilla bug number instead of
19267 old gnats gdb/38. Remove kfail. Adjust to use gdb_test instead
19268 of gdb_test_multiple.
19269 * gdb.cp/annota2.exp: Remove kfail for gdb/38.
19270 * gdb.cp/annota3.exp: Remove kfail for gdb/38.
19271
19272 2014-03-20 Pedro Alves <palves@redhat.com>
19273
19274 * gdb.threads/step-over-lands-on-breakpoint.c: New file.
19275 * gdb.threads/step-over-lands-on-breakpoint.exp: New file.
19276
19277 2014-03-19 Pedro Alves <palves@redhat.com>
19278
19279 * gdb.base/async.exp: Remove early return.
19280
19281 2014-03-19 Pedro Alves <palves@redhat.com>
19282
19283 * gdb.base/async.exp (step& tests): Pass explicit test messages.
19284
19285 2014-03-19 Pedro Alves <palves@redhat.com>
19286
19287 * gdb.base/async.exp (test_background): Expect \r\n after
19288 "completed." in the fail pattern.
19289
19290 2014-03-19 Pedro Alves <palves@redhat.com>
19291
19292 * gdb.base/async.exp (test_background): New procedure.
19293 Use it for all background execution command tests.
19294
19295 2014-03-19 Pedro Alves <palves@redhat.com>
19296
19297 * gdb.base/async.exp: Use prepare_for_testing.
19298
19299 2014-03-19 Pedro Alves <palves@redhat.com>
19300
19301 * gdb.base/async.c (foo): Make 'x' volatile. Write to it twice in
19302 the same line.
19303
19304 2014-03-19 Pedro Alves <palves@redhat.com>
19305
19306 * gdb.base/async.c (main): Add "jump here" and "until here" line
19307 marker comments.
19308 * gdb.base/async.exp (jump_here): New global.
19309 (jump& test): Use it.
19310 (until_here): New global.
19311 (until& test): Use it.
19312
19313 2014-03-19 Pedro Alves <palves@redhat.com>
19314
19315 * gdb.base/async.exp: Don't frob gdb_protocol.
19316
19317 2014-03-18 Doug Evans <xdje42@gmail.com>
19318
19319 * gdb.base/async.exp: Whitespace fixes. Turn on target-async.
19320 Fix spelling of exec-done-display.
19321
19322 2014-03-18 Jan Kratochvil <jan.kratochvil@redhat.com>
19323
19324 PR gdb/15358
19325 * gdb.base/gdb-sigterm.c: New file.
19326 * gdb.base/gdb-sigterm.exp: New file.
19327
19328 2014-03-18 Pedro Alves <palves@redhat.com>
19329
19330 PR gdb/13860
19331 * gdb.mi/mi-solib.exp: Remove gdb/13860 kfail.
19332 * lib/mi-support.exp (mi_expect_stop): Add special handling for
19333 solib-event.
19334
19335 2014-03-17 Joel Brobecker <brobecker@adacore.com>
19336
19337 * gdb.ada/pckd_arr_ren: New testcase.
19338
19339 2014-03-13 Doug Evans <xdje42@gmail.com>
19340
19341 PR guile/16612
19342 * gdb.guile/scm-value.ep (test_value_after_death): Do a garbage
19343 collect after discarding symbols.
19344
19345 2014-03-13 Ludovic Courtès <ludo@gnu.org>
19346 Doug Evans <xdje42@gmail.com>
19347
19348 * gdb.guile/scm-value.exp (test_value_in_inferior): Verify value added
19349 to history survives a gc.
19350
19351 2014-03-13 Pedro Alves <palves@redhat.com>
19352
19353 * gdb.base/default.exp: Don't test "target procfs".
19354
19355 2014-03-13 Pedro Alves <palves@redhat.com>
19356
19357 * gdb.base/default.exp: Update "target child" and "target procfs"
19358 tests to not expect "Unix".
19359
19360 2014-03-12 Tom Tromey <tromey@redhat.com>
19361
19362 * gdb.base/corefile.exp (corefile_test_run, corefile_test_attach):
19363 New procs. Add target-async tests.
19364 * gdb.reverse/break-precsave.exp (precsave_tests): New proc.
19365 Add target-async tests.
19366
19367 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
19368
19369 * gdb.dwarf2/dw2-ifort-parameter.c (func): Define labels
19370 'func_start' and 'func_end' for the beginning and end of the
19371 function code, respectively.
19372 * gdb.dwarf2/dw2-ifort-parameter.exp: Use 'func_start' and
19373 'func_end' instead of 'func' and 'main'.
19374
19375 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
19376
19377 * gdb.dwarf2/dw2-ifort-parameter-debug.S: Remove.
19378 * gdb.dwarf2/dw2-ifort-parameter.exp: Use Dwarf::assemble to
19379 generate the debug info assembler source.
19380
19381 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
19382
19383 * gdb.dwarf2/arr-stride.exp: Exploit 'prepare_for_testing'.
19384 * gdb.dwarf2/arr-subrange.exp: Likewise.
19385 * gdb.dwarf2/dwz.exp: Likewise.
19386 * gdb.dwarf2/method-ptr.exp: Likewise.
19387 * gdb.dwarf2/missing-sig-type.exp: Likewise.
19388 * gdb.dwarf2/subrange.exp: Likewise.
19389 * gdb.dwarf2/implptrconst.exp: Exploit 'build_executable'.
19390 * gdb.dwarf2/implptrpiece.exp: Likewise.
19391 * gdb.dwarf2/nostaticblock.exp: Likewise.
19392
19393 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
19394
19395 * lib/gdb.exp (build_executable_from_specs): Don't prepend source
19396 directory to absolute path name arguments.
19397
19398 2014-03-10 Joel Brobecker <brobecker@adacore.com>
19399
19400 * gdb.ada/tagged_access: New testcase.
19401
19402 2014-03-07 Markus Metzger <markus.t.metzger@intel.com>
19403
19404 * gdb.btrace/data.exp: Update expected output.
19405
19406 2014-03-06 Yao Qi <yao@codesourcery.com>
19407
19408 * gdb.trace/pr16508.exp: New file.
19409
19410 2014-03-05 Pedro Alves <palves@redhat.com>
19411
19412 PR gdb/16575
19413 * gdb.base/breakpoint-shadow.exp (compare_disassembly): New
19414 procedure.
19415 (top level): Adjust to use it. Add tests that exercise breakpoint
19416 interaction with the code-cache.
19417
19418 2014-02-26 Ludovic Courtès <ludo@gnu.org>
19419
19420 * gdb.guile/scm-value.exp (test_value_in_inferior): Add
19421 test for 'history-append!'.
19422
19423 2014-02-26 Joel Brobecker <brobecker@adacore.com>
19424
19425 * gdb.dwarf2/dw2-abs-hi-pc-hello-dbg.S: New file.
19426 * gdb.dwarf2/dw2-abs-hi-pc-hello.c: New file.
19427 * gdb.dwarf2/dw2-abs-hi-pc-world-dbg.S: New file.
19428 * gdb.dwarf2/dw2-abs-hi-pc-world.c: New file.
19429 * gdb.dwarf2/dw2-abs-hi-pc.c: New file.
19430 * gdb.dwarf2/dw2-abs-hi-pc.exp: New file.
19431
19432 2014-02-26 Joel Brobecker <brobecker@adacore.com>
19433
19434 * testsuite/gdb.python/py-pp-re-notag.c: New file.
19435 * testsuite/gdb.python/py-pp-re-notag.ex: New file.
19436 * testsuite/gdb.python/py-pp-re-notag.p: New file.
19437
19438 2014-02-26 Joel Brobecker <brobecker@adacore.com>
19439
19440 * gdb.dwarf2/arr-subrange.c, gdb.dwarf2/arr-subrange.exp: New files.
19441
19442 2014-02-26 Joel Brobecker <brobecker@adacore.com>
19443
19444 * gdb.dwarf2/arr-stride.c: New file.
19445 * gdb.dwarf2/arr-stride.exp: New file.
19446
19447 2014-02-26 Pedro Alves <palves@redhat.com>
19448
19449 * gdb.ada/tasks.exp: Set a task-specific breakpoint at break_me
19450 that won't ever trigger. Make sure that GDB reports the correct
19451 breakpoint that caused the stop.
19452
19453 2014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
19454
19455 PR gdb/16626
19456 * gdb.base/auto-load-script: New file.
19457 * gdb.base/auto-load.c: New file.
19458 * gdb.base/auto-load.exp: New file.
19459
19460 PR gdb/16626
19461 * gdb.base/auto-load.exp: Fix out-of-srctree run.
19462
19463 2014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
19464
19465 Fix dw2-icycle.exp -fsanitize=address GDB crash.
19466 * gdb.dwarf2/dw2-icycle.S: Remove all DW_AT_sibling.
19467
19468 2014-02-24 Doug Evans <dje@google.com>
19469
19470 * lib/gdb.exp (run_on_host): Log error output if program fails.
19471
19472 2014-02-21 Pedro Alves <palves@redhat.com>
19473
19474 * gdb.threads/step-after-sr-lock.c: Rename to ...
19475 * gdb.threads/signal-while-stepping-over-bp-other-thread.c: ... this.
19476 * gdb.threads/step-after-sr-lock.exp: Rename to ...
19477 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
19478 ... this.
19479
19480 2014-02-20 Sergio Durigan Junior <sergiodj@redhat.com>
19481
19482 PR tdep/16397
19483 * gdb.arch/amd64-stap-special-operands.exp: New file.
19484 * gdb.arch/amd64-stap-three-arg-disp.S: Likewise.
19485 * gdb.arch/amd64-stap-three-arg-disp.c: Likewise.
19486 * gdb.arch/amd64-stap-triplet.S: Likewise.
19487 * gdb.arch/amd64-stap-triplet.c: Likewise.
19488
19489 2014-02-20 Joel Brobecker <brobecker@adacore.com>
19490
19491 * gdb.dwarf2/dw2-icycle.S: Remove second and third parameters
19492 in .section pseudo-op.
19493
19494 2014-02-20 lin zuojian <manjian2006@gmail.com>
19495 Joel Brobecker <brobecker@adacore.com>
19496 Doug Evans <xdje42@gmail.com>
19497
19498 PR symtab/16581
19499 * gdb.dwarf2/dw2-icycle.S: New file.
19500 * gdb.dwarf2/dw2-icycle.c: New file.
19501 * gdb.dwarf2/dw2-icycle.exp: New file.
19502
19503 2014-02-19 Siva Chandra Reddy <sivachandra@google.com>
19504
19505 * gdb.python/py-value-cc.cc: Improve test case to enable testing
19506 operations on gdb.Value objects.
19507 * gdb.python/py-value-cc.exp: Add new test to test operations on
19508 gdb.Value objects.
19509
19510 2014-02-18 Doug Evans <dje@google.com>
19511
19512 * Makefile.in (TESTS): New variable.
19513 (expanded_tests, expanded_tests_or_none): New variables
19514 (check-single): Pass $(expanded_tests_or_none) to runtest.
19515 (check-parallel): Only run tests in $(TESTS) if non-empty.
19516 (check/no-matching-tests-found): New rule.
19517 * README: Document TESTS makefile variable.
19518
19519 2014-02-18 Doug Evans <dje@google.com>
19520
19521 * Makefile.in (check-parallel): rm -rf outputs temp.
19522
19523 2014-02-16 Jan Kratochvil <jan.kratochvil@redhat.com>
19524
19525 Fix "ERROR: no fileid for" in the testsuite.
19526 * lib/gdb.exp (gdb_finish): Check gdb_spawn_id.
19527
19528 2014-02-12 Doug Evans <dje@google.com>
19529
19530 * gdb.dwarf2/Makefile.in (EXECUTABLES): Add dwp-symlink.
19531 (MISCELLANEOUS): New variable.
19532 (clean): rm -rf $(MISCELLANEOUS).
19533 * gdb.dwarf2/dwp-symlink.exp: Test the case where the executable and
19534 dwp live in the same directory as symlinks, with each symlink pointed
19535 to a differently named file in a different directory.
19536
19537 2014-02-11 Doug Evans <dje@google.com>
19538
19539 * gdb.dwarf2/dwp-symlink.exp: Rewrite to use remote_* commands instead
19540 of Tcl file commands.
19541
19542 2014-02-10 Mark Kettenis <kettenis@gnu.org>
19543
19544 * gdb.threads/step-after-sr-lock.exp: Avoid executing
19545 "kill -SIGUSR1 -1".
19546
19547 2014-02-10 Joel Brobecker <brobecker@adacore.com>
19548
19549 * gdb.ada/tick_length_array_enum_idx: New testcase.
19550
19551 2014-02-10 Doug Evans <xdje42@gmail.com>
19552
19553 * configure.ac (AC_OUTPUT): Add gdb.guile.
19554 * configure: Regenerate.
19555 * lib/gdb-guile.exp: New file.
19556 * lib/gdb.exp (get_target_charset): New function.
19557 * gdb.base/help.exp: Update expected output from "apropos apropos".
19558 * gdb.guile/Makefile.in: New file.
19559 * gdb.guile/guile.exp: New file.
19560 * gdb.guile/scm-arch.c: New file.
19561 * gdb.guile/scm-arch.exp: New file.
19562 * gdb.guile/scm-block.c: New file.
19563 * gdb.guile/scm-block.exp: New file.
19564 * gdb.guile/scm-breakpoint.c: New file.
19565 * gdb.guile/scm-breakpoint.exp: New file.
19566 * gdb.guile/scm-disasm.c: New file.
19567 * gdb.guile/scm-disasm.exp: New file.
19568 * gdb.guile/scm-equal.c: New file.
19569 * gdb.guile/scm-equal.exp: New file.
19570 * gdb.guile/scm-error.exp: New file.
19571 * gdb.guile/scm-error.scm: New file.
19572 * gdb.guile/scm-frame-args.c: New file.
19573 * gdb.guile/scm-frame-args.exp: New file.
19574 * gdb.guile/scm-frame-args.scm: New file.
19575 * gdb.guile/scm-frame-inline.c: New file.
19576 * gdb.guile/scm-frame-inline.exp: New file.
19577 * gdb.guile/scm-frame.c: New file.
19578 * gdb.guile/scm-frame.exp: New file.
19579 * gdb.guile/scm-generics.exp: New file.
19580 * gdb.guile/scm-gsmob.exp: New file.
19581 * gdb.guile/scm-iterator.c: New file.
19582 * gdb.guile/scm-iterator.exp: New file.
19583 * gdb.guile/scm-math.c: New file.
19584 * gdb.guile/scm-math.exp: New file.
19585 * gdb.guile/scm-objfile-script-gdb.in: New file.
19586 * gdb.guile/scm-objfile-script.c: New file.
19587 * gdb.guile/scm-objfile-script.exp: New file.
19588 * gdb.guile/scm-objfile.c: New file.
19589 * gdb.guile/scm-objfile.exp: New file.
19590 * gdb.guile/scm-ports.exp: New file.
19591 * gdb.guile/scm-pretty-print.c: New file.
19592 * gdb.guile/scm-pretty-print.exp: New file.
19593 * gdb.guile/scm-pretty-print.scm: New file.
19594 * gdb.guile/scm-section-script.c: New file.
19595 * gdb.guile/scm-section-script.exp: New file.
19596 * gdb.guile/scm-section-script.scm: New file.
19597 * gdb.guile/scm-symbol.c: New file.
19598 * gdb.guile/scm-symbol.exp: New file.
19599 * gdb.guile/scm-symtab-2.c: New file.
19600 * gdb.guile/scm-symtab.c: New file.
19601 * gdb.guile/scm-symtab.exp: New file.
19602 * gdb.guile/scm-type.c: New file.
19603 * gdb.guile/scm-type.exp: New file.
19604 * gdb.guile/scm-value-cc.cc: New file.
19605 * gdb.guile/scm-value-cc.exp: New file.
19606 * gdb.guile/scm-value.c: New file.
19607 * gdb.guile/scm-value.exp: New file.
19608 * gdb.guile/source2.scm: New file.
19609 * gdb.guile/types-module.cc: New file.
19610 * gdb.guile/types-module.exp: New file.
19611
19612 2014-02-10 Yao Qi <yao@codesourcery.com>
19613
19614 PR testsuite/16543
19615 * configure.ac: Append gdb.gdb/Makefile in AC_OUTPUT.
19616 * configure: Regenerated.
19617 * Makefile.in: New file.
19618
19619 2014-02-08 Andreas Schwab <schwab@linux-m68k.org>
19620
19621 * gdb.python/py-framefilter.exp: Fix typo.
19622
19623 2014-02-08 Yao Qi <yao@codesourcery.com>
19624
19625 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Test
19626 that no =breakpoint-modified is emitted when breakpoints are
19627 modified through MI commands.
19628
19629 2014-02-07 Pedro Alves <pedro@codesourcery.com>
19630 Pedro Alves <palves@redhat.com>
19631
19632 * gdb.threads/step-after-sr-lock.c: New file.
19633 * gdb.threads/step-after-sr-lock.exp: New file.
19634
19635 2014-02-07 Pedro Alves <palves@redhat.com>
19636
19637 * gdb.threads/stepi-random-signal.exp: Set SIGCHLD to print.
19638
19639 2014-02-06 Jan Kratochvil <jan.kratochvil@redhat.com>
19640
19641 Fix i386-sse-stack-align.exp regression since GDB_PARALLEL.
19642 * gdb.arch/i386-sse-stack-align.exp: Use standard_output_file.
19643
19644 2014-02-06 Doug Evans <xdje42@gmail.com>
19645
19646 * gdb.python/py-breakpoint.exp (test_bkpt_eval_funcs): Update expected
19647 output.
19648
19649 * gdb.gdb/python-interrupts.exp: New file.
19650
19651 2014-02-05 Yao Qi <yao@codesourcery.com>
19652
19653 * gdb.trace/report.exp (use_collected_data): Test the output
19654 of "info threads" and "info inferiors".
19655
19656 2014-02-05 Yao Qi <yao@codesourcery.com>
19657
19658 Revert this patch:
19659
19660 2013-05-24 Yao Qi <yao@codesourcery.com>
19661
19662 * gdb.trace/tfile.exp: Test inferior and thread.
19663
19664 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
19665
19666 * gdb.base/sigbpt.exp: Do not use "*" when setting breakpoint
19667 on a function.
19668 * gdb.base/step-bt.c: Call hello via function pointer to make
19669 sure its first instruction is executed on powerpc64le-linux.
19670
19671 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
19672
19673 * gdb.arch/powerpc-d128-regs.exp: Enable on powerpc64*-*.
19674
19675 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
19676
19677 * gdb.arch/vsx-regs.exp: Check target endianness. Provide variants
19678 of the test patterns for use on little-endian systems.
19679
19680 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
19681
19682 * gdb.arch/altivec-regs.exp: Use gdb_test_multiple for endian test.
19683 (decimal_vector): Fix for little-endian.
19684
19685 2014-01-29 Jose E. Marchesi <jose.marchesi@oracle.com>
19686
19687 * gdb.arch/sparc-sysstep.exp: New file.
19688 * gdb.arch/sparc-sysstep.c: Likewise.
19689
19690 * gdb.arch/Makefile.in (EXECUTABLES): Add sparc-sysstep.
19691
19692 2014-01-28 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
19693
19694 * gdb.base/info-shared.exp: Expect leading `.' on ppc64's symbols.
19695
19696 2014-01-23 Tom Tromey <tromey@redhat.com>
19697
19698 * gdb.ada/array_char_idx: New testcase.
19699
19700 2014-01-23 Tom Tromey <tromey@redhat.com>
19701
19702 PR python/16487:
19703 * gdb.python/py-framefilter.exp: Add test using "Error" filter.
19704 * gdb.python/py-framefilter.py (ErrorInName, ErrorFilter): New
19705 classes.
19706
19707 2014-01-23 Tom Tromey <tromey@redhat.com>
19708
19709 PR python/16491:
19710 * gdb.python/py-framefilter.py (Reverse_Function.function): Read a
19711 string from an inferior frame.
19712 * gdb.python/py-framefilter-mi.exp: Update.
19713
19714 2014-01-22 Doug Evans <dje@google.com>
19715
19716 * gdb.server/server-mon.exp: Add tests for "set debug-format".
19717
19718 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
19719
19720 * gdb.base/catch-syscall.exp: Activate test on s390*-linux.
19721
19722 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
19723
19724 * gdb.trace/entry-values.exp: Remove excess space character from
19725 regex patterns. Handle s390 call instruction.
19726
19727 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
19728
19729 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Insert alignment and
19730 define "*_start" label. Make "name" static.
19731 * gdb.dwarf2/dw2-dir-file-name.exp: Replace references to
19732 ${name} by references to ${name}_start.
19733
19734 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
19735
19736 * gdb.base/info-macros.exp: Remove "debug" from the compile
19737 options.
19738
19739 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
19740
19741 * gdb.dlang/demangle.exp: New file.
19742
19743 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
19744
19745 * gdb.dlang/primitive-types.exp: New file.
19746
19747 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
19748
19749 * configure.ac: Create gdb.dlang/Makefile.
19750 * configure: Regenerate.
19751 * Makefile.in (ALL_SUBDIRS): Add gdb.dlang.
19752 * gdb.dlang/Makefile.in: New file.
19753 * lib/d-support.exp: New file.
19754 * lib/gdb.exp (skip_d_tests): New proc.
19755
19756 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
19757
19758 * gdb.btrace/delta.exp: Check reverse stepi.
19759 * gdb.btrace/tailcall.exp: Update. Add stepping tests.
19760 * gdb.btrace/finish.exp: New.
19761 * gdb.btrace/next.exp: New.
19762 * gdb.btrace/nexti.exp: New.
19763 * gdb.btrace/record_goto.c: Add comments.
19764 * gdb.btrace/step.exp: New.
19765 * gdb.btrace/stepi.exp: New.
19766 * gdb.btrace/multi-thread-step.c: New.
19767 * gdb.btrace/multi-thread-step.exp: New.
19768 * gdb.btrace/rn-dl-bind.c: New.
19769 * gdb.btrace/rn-dl-bind.exp: New.
19770 * gdb.btrace/data.c: New.
19771 * gdb.btrace/data.exp: New.
19772 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
19773
19774 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
19775
19776 * gdb.btrace/Makefile.in (EXECUTABLES): Add delta.
19777 * gdb.btrace/exception.exp: Update.
19778 * gdb.btrace/instruction_history.exp: Update.
19779 * gdb.btrace/record_goto.exp: Update.
19780 * gdb.btrace/tailcall.exp: Update.
19781 * gdb.btrace/unknown_functions.exp: Update.
19782 * gdb.btrace/delta.exp: New.
19783
19784 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
19785
19786 * gdb.btrace/record_goto.exp: Add backtrace test.
19787 * gdb.btrace/tailcall.exp: Add backtrace test.
19788
19789 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
19790
19791 * gdb.btrace/Makefile.in (EXECUTABLES): Add record_goto.
19792 * gdb.btrace/record_goto.c: New.
19793 * gdb.btrace/record_goto.exp: New.
19794 * gdb.btrace/x86-record_goto.S: New.
19795
19796 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
19797
19798 * gdb.btrace/function_call_history.exp: Update tests.
19799 * gdb.btrace/instruction_history.exp: Update tests.
19800
19801 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
19802
19803 * gdb.btrace/function_call_history.exp: Fix expected field
19804 order for "record function-call-history".
19805 Add new tests for "record function-call-history /c".
19806 * gdb.btrace/exception.cc: New.
19807 * gdb.btrace/exception.exp: New.
19808 * gdb.btrace/tailcall.exp: New.
19809 * gdb.btrace/x86-tailcall.S: New.
19810 * gdb.btrace/x86-tailcall.c: New.
19811 * gdb.btrace/unknown_functions.c: New.
19812 * gdb.btrace/unknown_functions.exp: New.
19813 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
19814
19815 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
19816
19817 * gdb.btrace/instruction_history.exp: Update.
19818 * gdb.btrace/function_call_history.exp: Update.
19819
19820 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
19821
19822 * gdb.btrace/function_call_history.exp: Fix expected function
19823 trace.
19824 * gdb.btrace/instruction_history.exp: Initialize traced.
19825 Remove traced_functions.
19826
19827 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
19828
19829 * gdb.btrace/function_call_history.exp: Update
19830 * gdb.btrace/instruction_history.exp: Update.
19831
19832 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
19833
19834 * gdb.btrace/enable.exp: Update expected text.
19835
19836 2014-01-16 Omair Javaid <Omair.Javaid@linaro.org>
19837
19838 * gdb.dwarf2/dw2-dos-drive.S: Increase text section size to 4
19839 bytes.
19840
19841 2014-01-15 Maciej W. Rozycki <macro@codesourcery.com>
19842
19843 * gdb.base/float.exp: Handle "aarch64*-*-*" targets.
19844
19845 2014-01-15 Omair Javaid <omair.javaid@linaro.org>
19846
19847 * lib/gdb.exp (supports_process_record): Return true for
19848 arm*-linux*. (supports_reverse): Likewise.
19849
19850 2014-01-13 Siva Chandra Reddy <sivachandra@google.com>
19851
19852 PR python/15464
19853 PR python/16113
19854 * gdb.python/py-type.c: Enhance test case.
19855 * gdb.python/py-value-cc.cc: Likewise
19856 * gdb.python/py-type.exp: Add new tests.
19857 * gdb.python/py-value-cc.exp: Likewise
19858
19859 2014-01-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
19860 Pedro Alves <palves@redhat.com>
19861
19862 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Remove "*_start" symbol.
19863 Make "name" extern.
19864 * gdb.dwarf2/dw2-dir-file-name.exp (out_cu, out_line): Replace
19865 references to ${name}_start by references to ${name}.
19866
19867 2014-01-10 Joel Brobecker <brobecker@adacore.com>
19868
19869 * gdb.ada/pp-rec-component.exp: Remove path from "source" test.
19870
19871 2014-01-10 Joel Brobecker <brobecker@adacore.com>
19872
19873 * gdb.python/py-pp-integral.exp: Remove path from "source" test.
19874
19875 2014-01-09 Maciej W. Rozycki <macro@codesourcery.com>
19876 Pedro Alves <palves@redhat.com>
19877
19878 * gdb.mi/mi-info-os.exp: Connect to the target with
19879 mi_gdb_target_load.
19880
19881 2014-01-08 Pedro Alves <palves@redhat.com>
19882
19883 * gdb.threads/reconnect-signal.c: New file.
19884 * gdb.threads/reconnect-signal.exp: New file.
19885
19886 2014-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
19887
19888 * gdb.base/source-dir.exp: New file.
19889
19890 2014-01-07 Joel Brobecker <brobecker@adacore.com>
19891
19892 * gdb.ada/mi_interface: New testcase.
19893
19894 2014-01-07 Joel Brobecker <brobecker@adacore.com>
19895
19896 * gdb.ada/pp-rec-component.exp, gdb.ada/pp-rec-component.py,
19897 gdb.ada/pp-rec-component/foo.adb, gdb.ada/pp-rec-component/pck.adb,
19898 gdb.ada/pp-rec-component/pck.ads: New files.
19899
19900 2014-01-07 Joel Brobecker <brobecker@adacore.com>
19901
19902 * gdb.python/py-pp-integral.c: New file.
19903 * gdb.python/py-pp-integral.py: New file.
19904 * gdb.python/py-pp-integral.exp: New file.
19905
19906 For older changes see ChangeLog-1993-2013.
19907 \f
19908 ;; Local Variables:
19909 ;; mode: change-log
19910 ;; left-margin: 8
19911 ;; fill-column: 74
19912 ;; version-control: never
19913 ;; End:
19914
19915 Copyright 2014-2020 Free Software Foundation, Inc.
19916 Copying and distribution of this file, with or without modification,
19917 are permitted provided the copyright notice and this notice are preserved.