]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blob - gdb/testsuite/ChangeLog
Fix some duplicate test names
[thirdparty/binutils-gdb.git] / gdb / testsuite / ChangeLog
1 2020-05-27 Luis Machado <luis.machado@linaro.org>
2
3 * gdb.arch/aarch64-sighandler-regs.exp: Fix duplicated test names.
4 * gdb.arch/aarch64-tagged-pointer.exp: Likewise.
5 * gdb.arch/arm-disassembler-options.exp: Likewise.
6 * gdb.arch/arm-disp-step.exp: Likewise.
7 * gdb.arch/thumb-prologue.exp: Likewise.
8 * gdb.base/async.exp: Likewise.
9 * gdb.base/auxv.exp: Likewise.
10 * gdb.base/complex-parts.exp: Likewise.
11 * gdb.base/ena-dis-br.exp: Likewise.
12 * gdb.base/foll-exec.exp: Likewise.
13 * gdb.base/permissions.exp: Likewise.
14 * gdb.base/relocate.exp: Likewise.
15 * gdb.base/return2.exp: Likewise.
16 * gdb.base/sigbpt.exp: Likewise.
17 * gdb.base/siginfo-obj.exp: Likewise.
18 * gdb.cp/converts.exp: Likewise.
19 * gdb.cp/exceptprint.exp: Likewise.
20 * gdb.cp/inherit.exp: Likewise.
21 * gdb.cp/nsnoimports.exp: Likewise.
22 * gdb.cp/virtbase2.exp: Likewise.
23 * gdb.mi/mi-var-cmd.exp: Likewise.
24 * gdb.mi/var-cmd.c: Likewise.
25
26 2020-05-26 Tom Tromey <tromey@adacore.com>
27
28 * gdb.ada/arr_acc_idx_w_gap.exp: Add tests.
29
30 2020-05-26 Tom Tromey <tromey@adacore.com>
31
32 * gdb.ada/arr_acc_idx_w_gap.exp: Add enum subrange tests.
33 * gdb.ada/arr_acc_idx_w_gap/enum_with_gap.ads (Enum_Subrange): New
34 type.
35 * gdb.ada/arr_acc_idx_w_gap/enum_with_gap_main.adb (V): New
36 variable.
37
38 2020-05-26 Christian Biesinger <cbiesinger@google.com>
39
40 * Makefile.in: Use = instead of == for the test command
41 for portability.
42
43 2020-05-26 Tom de Vries <tdevries@suse.de>
44
45 * gdb.base/gold-gdb-index-2.c: New test.
46 * gdb.base/gold-gdb-index.c: New test.
47 * gdb.base/gold-gdb-index.exp: New file.
48 * gdb.base/gold-gdb-index.h: New test.
49
50 2020-05-25 Tom de Vries <tdevries@suse.de>
51
52 * boards/gold-gdb-index.exp: New file.
53
54 2020-05-25 Simon Marchi <simon.marchi@efficios.com>
55
56 * boards/simavr.exp: New file.
57
58 2020-05-25 Simon Marchi <simon.marchi@efficios.com>
59
60 * lib/gdb.exp (gdb_run_cmd): Return success or failure.
61 * gdb.base/inferior-args.exp: New file.
62 * gdb.base/inferior-args.c: New file.
63
64 2020-05-25 Simon Marchi <simon.marchi@efficios.com>
65
66 * lib/gdb.exp (gdb_run_cmd): Change argument from args to
67 inferior_args. Pass it to gdb_reload.
68 (gdb_start_cmd, gdb_starti_cmd): Change argument from args to
69 inferior_args.
70 (gdb_reload): Add inferior_args argument.
71 * config/gdbserver.exp (gdb_reload): Add inferior_args argument,
72 pass it to gdbserver_run.
73 * boards/native-gdbserver.exp: Do not set noargs.
74 * boards/native-extended-gdbserver.exp (gdb_reload): Add
75 inferior_args argument.
76 * boards/stdio-gdbserver-base.exp (gdb_reload): Likewise.
77 * gdb.base/a2-run.exp: Check for use_gdb_stub.
78 * gdb.base/args.exp: Likewise.
79
80 2020-05-25 Tom de Vries <tdevries@suse.de>
81
82 * lib/gdb.exp (exec_is_pie): Add comment.
83
84 2020-05-25 Tom de Vries <tdevries@suse.de>
85
86 * lib/jit-elf-helpers.exp (compile_and_download_n_jit_so): Use $f
87 instead of $binfile in the untested message.
88
89 2020-05-25 Tom de Vries <tdevries@suse.de>
90
91 PR testsuite/26031
92 * lib/gdb.exp (exec_is_pie): Test readelf -h output.
93
94 2020-05-25 Tom de Vries <tdevries@suse.de>
95
96 * boards/gold.exp: New file.
97
98 2020-05-23 Tom Tromey <tom@tromey.com>
99
100 * gdb.base/style.exp: Remove completion styling test.
101 * lib/gdb-utils.exp (style): Remove completion styles.
102
103 2020-05-23 Tom Tromey <tom@tromey.com>
104
105 * gdb.base/style.exp: Add completion styling test.
106 * lib/gdb-utils.exp (style): Add completion styles.
107
108 2020-05-22 Andrew Burgess <andrew.burgess@embecosm.com>
109
110 * gdb.base/annota1.exp: Update expected results.
111 * gdb.cp/annota2.exp: Update expected results, remove duplicate
112 test name.
113 * gdb.cp/annota3.exp: Update expected results.
114
115 2020-05-20 Simon Marchi <simon.marchi@efficios.com>
116
117 PR gdb/26016
118 * gdb.base/coredump-filter.c (do_mmap): Check mmap ret val
119 against MAP_FAILED.
120 * gdb.base/coremaker.c (mmapdata): Likewise.
121 * gdb.base/jit-reader-host.c (main): Likewise.
122 * gdb.base/sym-file-loader.c (load): Likewise.
123 (load_shlib): Likewise.
124
125 2020-05-20 Tom Tromey <tromey@adacore.com>
126
127 * gdb.ada/array_char_idx.exp: Recognize initialized array.
128
129 2020-05-20 Tom de Vries <tdevries@suse.de>
130
131 PR symtab/25833
132 * gdb.base/with-mf-inc.c: New test.
133 * gdb.base/with-mf-main.c: New test.
134 * gdb.base/with-mf.exp: New file.
135
136 2020-05-19 Tom Tromey <tromey@adacore.com>
137
138 * gdb.rust/simple.exp: Restore missing test result.
139
140 2020-05-19 Tom de Vries <tdevries@suse.de>
141
142 * gdb.base/gdb-caching-proc.exp: Fix typo.
143
144 2020-05-19 Tom Tromey <tromey@adacore.com>
145
146 * gdb.rust/simple.exp: Add some test descriptions.
147 (test_one_slice): Use with_test_prefix.
148
149 2020-05-18 Tom de Vries <tdevries@suse.de>
150
151 * gdb.base/gdb-caching-proc.exp: Use with_test_prefix.
152
153 2020-05-17 Pedro Alves <palves@redhat.com>
154
155 PR gdb/25741
156 * gdb.base/hw-sw-break-same-address.exp: New file.
157
158 2020-05-16 Pedro Alves <palves@redhat.com>
159
160 * gdb.multi/multi-re-run.exp (test_re_run): Switch
161 LAST_LOADED_FILE accordingly.
162
163 2020-05-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
164
165 * gdb.base/alias.exp: Verify 'help aliases' shows user defined aliases.
166
167 2020-05-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
168
169 * gdb.base/help.exp: Test apropos and help for commands
170 having aliases. Fixed comments not starting with an
171 upper-case letter or not finishing with a dot.
172
173 2020-05-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
174
175 * gdb.base/alias.exp: Update help output check.
176
177 2020-05-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
178
179 * gdb.base/default.exp: Update output following fixes.
180
181 2020-05-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
182
183 * gdb.base/alias.exp: Test aliases starting with a prefix of
184 another alias.
185
186 2020-05-15 Gary Benson <gbenson@redhat.com>
187
188 * gdb.base/info-os.c (main): Add return statement.
189 * gdb.base/info_minsym.c (minsym_fun): Likewise.
190 * gdb.base/large-frame-2.c (func): Likewise.
191 * gdb.base/pr10179-a.c (foo1, bar1): Likewise.
192 * gdb.base/pr10179-b.c (foo2): Likewise.
193 * gdb.base/valgrind-disp-step.c (foo): Likewise.
194 * gdb.base/watch-cond.c (func): Likewise.
195 * gdb.multi/goodbye.c (verylongfun): Likewise.
196 * gdb.multi/hello.c (commonfun): Likewise.
197 * gdb.python/py-finish-breakpoint.c (call_longjmp): Likewise.
198 * gdb.threads/fork-plus-threads.c (thread_func): Likewise.
199 * gdb.threads/forking-threads-plus-breakpoint.c (thread_forks):
200 Likewise.
201 * gdb.threads/hand-call-new-thread.c (foo): Likewise.
202 * gdb.threads/interrupt-while-step-over.c (child_function):
203 Likewise.
204 * gdb.trace/actions-changed.c (end): Likewise.
205
206 2020-05-15 Gary Benson <gbenson@redhat.com>
207
208 * gdb.opencl/callfuncs.exp: Report when test skipped.
209 * gdb.opencl/convs_casts.exp: Likewise.
210 * gdb.opencl/datatypes.exp: Likewise.
211 * gdb.opencl/operators.exp: Likewise.
212 * gdb.opencl/vec_comps.exp: Likewise.
213
214 2020-05-15 Tom de Vries <tdevries@suse.de>
215
216 * gdb.base/align.exp.in: Rename to ...
217 * gdb.base/align.exp.tcl: ... this.
218 * gdb.base/align-c++.exp: Update.
219 * gdb.base/align-c.exp: Update.
220 * gdb.base/all-architectures.exp.in: Rename to ...
221 * gdb.base/all-architectures.exp: ... this.
222 * gdb.base/all-architectures-0.exp: Update.
223 * gdb.base/all-architectures-1.exp: Update.
224 * gdb.base/all-architectures-2.exp: Update.
225 * gdb.base/all-architectures-3.exp: Update.
226 * gdb.base/all-architectures-4.exp: Update.
227 * gdb.base/all-architectures-5.exp: Update.
228 * gdb.base/all-architectures-6.exp: Update.
229 * gdb.base/all-architectures-7.exp: Update.
230 * gdb.base/infcall-nested-structs.exp.in: Rename to ...
231 * gdb.base/infcall-nested-structs.exp.tcl: ... this.
232 * gdb.base/infcall-nested-structs-c++.exp: Update.
233 * gdb.base/infcall-nested-structs-c.exp: Update.
234 * gdb.base/info-types.exp.in: Rename to ...
235 * gdb.base/info-types.exp.tcl: ... this.
236 * gdb.base/info-types-c++.exp: Update.
237 * gdb.base/info-types-c.exp: Update.
238 * gdb.base/max-depth.exp.in: Rename to ...
239 * gdb.base/max-depth.exp.tcl: ... this.
240 * gdb.base/max-depth-c++.exp: Update.
241 * gdb.base/max-depth-c.exp: Update.
242 * gdb.cp/cpexprs.exp.in: Rename to ...
243 * gdb.cp/cpexprs.exp.tcl: ... this.
244 * gdb.cp/cpexprs-debug-types.exp: Update.
245 * gdb.cp/cpexprs.exp: Update.
246 * gdb.cp/infcall-nodebug.exp.in: Rename to ...
247 * gdb.cp/infcall-nodebug.exp.tcl: ... this.
248 * gdb.cp/infcall-nodebug-c++-d0.exp: Update.
249 * gdb.cp/infcall-nodebug-c++-d1.exp: Update.
250 * gdb.cp/infcall-nodebug-c-d0.exp: Update.
251 * gdb.cp/infcall-nodebug-c-d1.exp: Update.
252 * gdb.dwarf2/clang-debug-names.exp.in: Rename to ...
253 * gdb.dwarf2/clang-debug-names.exp.tcl: ... this.
254 * gdb.dwarf2/clang-debug-names-2.exp: Update.
255 * gdb.dwarf2/clang-debug-names.exp: Update.
256
257 2020-05-15 Andrew Burgess <andrew.burgess@embecosm.com>
258
259 * lib/check-test-names.exp: Remove code that prevents this file
260 loading when tests are run in parallel.
261
262 2020-05-15 Pedro Alves <palves@redhat.com>
263
264 * gdb.multi/multi-kill.exp (start_inferior): Remove
265 'testpid' parameter. Refer to namespace variable directly.
266 (testpid): Declare as namespace variable.
267
268 2020-05-15 Pedro Alves <palves@redhat.com>
269
270 * gdb.multi/multi-kill.exp: Wrap in namespace.
271 (start_inferior): Add TESTPID parameter. Use it instead of the
272 testpid global.
273 (top level): Define empty TESTPID array, and pass it down to
274 start_inferior.
275
276 2020-05-14 Tom de Vries <tdevries@suse.de>
277
278 * gdb.fortran/nested-funcs-2.exp: Use gdb_test_stdio to test inferior
279 output.
280
281 2020-05-14 Tom de Vries <tdevries@suse.de>
282
283 * gdb.base/align.exp: Split into ...
284 * gdb.base/align.exp.in: ...
285 * gdb.base/align-c++.exp: ...
286 * gdb.base/align-c.exp: ... these.
287 * gdb.base/infcall-nested-structs.exp: Split into ...
288 * gdb.base/infcall-nested-structs.exp.in: ...
289 * gdb.base/infcall-nested-structs-c++.exp: ...
290 * gdb.base/infcall-nested-structs-c.exp: ... these.
291 * gdb.base/info-types.exp: Split into ...
292 * gdb.base/info-types.exp.in: ...
293 * gdb.base/info-types-c++.exp: ...
294 * gdb.base/info-types-c.exp: ... these.
295 * gdb.base/max-depth.exp: Split into ...
296 * gdb.base/max-depth.exp.in: ...
297 * gdb.base/max-depth-c++.exp: ...
298 * gdb.base/max-depth-c.exp: ... these.
299 * gdb.cp/infcall-nodebug.exp: Split into ...
300 * gdb.cp/infcall-nodebug.exp.in: ...
301 * gdb.cp/infcall-nodebug-c++-d0.exp: ...
302 * gdb.cp/infcall-nodebug-c++-d1.exp: ...
303 * gdb.cp/infcall-nodebug-c-d0.exp: ...
304 * gdb.cp/infcall-nodebug-c-d1.exp: ... these.
305
306 2020-05-14 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
307 Pedro Alves <palves@redhat.com>
308
309 * gdb.multi/multi-exit.c: New file.
310 * gdb.multi/multi-exit.exp: New file.
311 * gdb.multi/multi-kill.c: New file.
312 * gdb.multi/multi-kill.exp: New file.
313
314 2020-05-14 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
315
316 * gdb.base/annota1.exp: Update the expected output.
317 * gdb.cp/annota2.exp: Ditto.
318
319 2020-05-12 Andrew Burgess <andrew.burgess@embecosm.com>
320
321 * lib/check-test-names.exp: Disable when testing is being run in
322 parallel.
323
324 2020-05-12 Tom de Vries <tdevries@suse.de>
325
326 * gdb.base/jit-elf.exp: Fix string concat.
327
328 2020-05-12 Tom de Vries <tdevries@suse.de>
329
330 * lib/jit-elf-helpers.exp: Don't use undefined variables in untested
331 messages.
332
333 2020-05-12 Tom de Vries <tdevries@suse.de>
334
335 * gdb.multi/multi-term-settings.exp: Use with_test_prefix.
336
337 2020-05-12 Tom de Vries <tdevries@suse.de>
338
339 * gdb.ada/catch_ex.exp: Use with_test_prefix.
340 * gdb.ada/mi_catch_ex.exp: Same.
341 * gdb.ada/mi_catch_ex_hand.exp: Same.
342
343 2020-05-12 Tom de Vries <tdevries@suse.de>
344
345 * gdb.fortran/complex.exp: Use with_test_prefix.
346
347 2020-05-12 Tom de Vries <tdevries@suse.de>
348
349 * gdb.trace/passcount.exp: Fix test-names.
350
351 2020-05-12 Tom de Vries <tdevries@suse.de>
352
353 * gdb.pascal/gdb11492.exp: Use with_test_prefix.
354
355 2020-05-12 Tom de Vries <tdevries@suse.de>
356
357 * gdb.gdb/complaints.exp: Use with_test_prefix.
358 * gdb.xml/tdesc-regs.exp: Same.
359 * gdb.opt/inline-locals.exp: Fix test name.
360
361 2020-05-12 Tom de Vries <tdevries@suse.de>
362
363 * gdb.dwarf2/comp-unit-lang.exp: Use with_test_prefix.
364 * gdb.dwarf2/dw2-bad-parameter-type.exp: Same.
365 * gdb.dwarf2/implref-struct.exp: Same.
366 * gdb.dwarf2/varval.exp: Ensure get_sizeof is called once per type.
367 * gdb.dwarf2/data-loc.exp: Same. Remove duplicate test.
368
369 2020-05-11 Simon Marchi <simon.marchi@polymtl.ca>
370
371 * gdb.base/jit-so.exp (one_jit_test): Change test name.
372
373 2020-05-11 Andrew Burgess <andrew.burgess@embecosm.com>
374
375 * lib/check-test-names.exp (all_test_names): New module variable.
376 (counts): Add 'duplicates' field.
377 (_check_duplicates): New procedure.
378 (check): Also check for duplicates.
379 (do_log_summary): Print duplicates count.
380 (do_reset_vars): Reset counter for duplicate test names, and
381 discard all know test names.
382
383 2020-05-11 Andrew Burgess <andrew.burgess@embecosm.com>
384
385 * lib/gdb.exp: Include check-test-names.exp library.
386 * lib/check-test-names.exp: New file.
387
388 2020-05-11 Tom de Vries <tdevries@suse.de>
389
390 * gdb.ada/packed_tagged.exp: Change kfail into xfail.
391
392 2020-05-11 Keith Seitz <keiths@redhat.com>
393
394 * gdb.ada/attr_ref_and_charlit.exp: Fix typo.
395
396 2020-05-11 Tom de Vries <tdevries@suse.de>
397
398 * gdb.cp/cpexprs.exp: Move everything except flags setting ...
399 * gdb.cp/cpexprs.exp.in: .. here.
400 * gdb.cp/cpexprs-debug-types.exp: Include cpexprs.exp.in instead of
401 cpexprs.exp.
402
403 2020-05-11 Keith Seitz <keiths@redhat.com>
404
405 * gdb.ada/arrayparam.exp: Resolve duplicate and tail parentheses
406 test names.
407 * gdb.ada/arrayptr.exp: Likewise.
408 * gdb.ada/assign_arr.exp: Likewise.
409 * gdb.ada/attr_ref_and_charlit.exp: Likewise.
410 * gdb.ada/bp_on_var.exp: Likewise.
411 * gdb.ada/call_pn.exp: Likewise.
412 * gdb.ada/complete.exp: Likewise.
413 * gdb.ada/fun_overload_menu.exp: Likewise.
414 * gdb.ada/funcall_param.exp: Likewise.
415 * gdb.ada/funcall_ref.exp: Likewise.
416 * gdb.ada/packed_array_assign.exp: Likewise.
417 * gdb.ada/same_component_name.exp: Likewise.
418 * gdb.ada/type_coercion.exp: Likewise.
419 * gdb.ada/unc_arr_ptr_in_var_rec.exp: Likewise.
420 * gdb.ada/variant_record_packed_array.exp: Likewise.
421
422 2020-05-11 Tom de Vries <tdevries@suse.de>
423
424 PR symtab/25941
425 * gdb.dwarf2/clang-debug-names.exp.in: New include exp file, factored
426 out of ...
427 * gdb.dwarf2/clang-debug-names.exp: ... here.
428 * gdb.dwarf2/clang-debug-names-2.exp: New file. Include
429 clang-debug-names.exp.in.
430 * gdb.dwarf2/clang-debug-names-2-foo.c: New test.
431 * gdb.dwarf2/clang-debug-names-2.c: New test.
432
433 2020-05-10 Alok Kumar Sharma <alokkumar.sharma@amd.com>
434
435 * lib/fortran.exp (fortran_main): New Proc, handle flang MAIN_,
436 (fortran_runto_main): New Proc, fortran version of runto_main.
437 * gdb.fortran/array-bounds-high.exp: Handle flang MAIN_
438 * gdb.fortran/array-bounds.exp: Likewise.
439 * gdb.fortran/array-slices.exp: Likewise.
440 * gdb.fortran/block-data.exp: Likewise.
441 * gdb.fortran/charset.exp: Likewise.
442 * gdb.fortran/common-block.exp: Likewise.
443 * gdb.fortran/complex.exp: Likewise.
444 * gdb.fortran/derived-type-function.exp: Likewise.
445 * gdb.fortran/derived-type.exp: Likewise.
446 * gdb.fortran/info-modules.exp: Likewise.
447 * gdb.fortran/info-types.exp: Likewise.
448 * gdb.fortran/intrinsics.exp: Likewise.
449 * gdb.fortran/library-module.exp: Likewise.
450 * gdb.fortran/logical.exp: Likewise.
451 * gdb.fortran/max-depth.exp: Likewise.
452 * gdb.fortran/module.exp: Likewise.
453 * gdb.fortran/multi-dim.exp: Likewise.
454 * gdb.fortran/nested-funcs.exp: Likewise.
455 * gdb.fortran/print-formatted.exp: Likewise.
456 * gdb.fortran/print_type.exp: Likewise.
457 * gdb.fortran/printing-types.exp: Likewise.
458 * gdb.fortran/ptr-indentation.exp: Likewise.
459 * gdb.fortran/ptype-on-functions.exp: Likewise.
460 * gdb.fortran/subarray.exp: Likewise.
461 * gdb.fortran/vla-alloc-assoc.exp: Likewise.
462 * gdb.fortran/vla-datatypes.exp: Likewise.
463 * gdb.fortran/vla-history.exp: Likewise.
464 * gdb.fortran/vla-ptr-info.exp: Likewise.
465 * gdb.fortran/vla-ptype-sub.exp: Likewise.
466 * gdb.fortran/vla-ptype.exp: Likewise.
467 * gdb.fortran/vla-sizeof.exp: Likewise.
468 * gdb.fortran/vla-type.exp: Likewise.
469 * gdb.fortran/vla-value-sub-arbitrary.exp: Likewise.
470 * gdb.fortran/vla-value-sub-finish.exp: Likewise.
471 * gdb.fortran/vla-value-sub.exp: Likewise.
472 * gdb.fortran/vla-value.exp: Likewise.
473 * gdb.fortran/whatis_type.exp: Likewise.
474 * gdb.mi/mi-var-child-f.exp: Likewise.
475
476 2020-05-09 Tom de Vries <tdevries@suse.de>
477
478 * gdb.dwarf2/clang-debug-names.exp: Remove PR25952 kfail.
479
480 2020-05-08 Tom de Vries <tdevries@suse.de>
481
482 * gdb.dwarf2/clang-debug-names.c: New test.
483 * gdb.dwarf2/clang-debug-names.exp: New file.
484
485 2020-05-06 Simon Marchi <simon.marchi@efficios.com>
486
487 * gdb.arch/amd64-prologue-skip-cf-protection.exp: New file.
488 * gdb.arch/amd64-prologue-skip-cf-protection.c: New file.
489
490 2020-05-06 Tom de Vries <tdevries@suse.de>
491
492 * gdb.reverse/consecutive-precsave.exp: Handle if instruction after
493 breakpoint is at a "recommended breakpoint location".
494 * gdb.reverse/consecutive-reverse.exp: Same.
495
496 2020-05-06 Tom de Vries <tdevries@suse.de>
497
498 * gdb.base/watchpoint-reuse-slot.exp (stepi): Print $pc to get current
499 address.
500
501 2020-05-06 Tom de Vries <tdevries@suse.de>
502
503 * gdb.base/watchpoint-reuse-slot.exp: Fix incorrect assignment.
504
505 2020-05-06 Tom de Vries <tdevries@suse.de>
506
507 * gdb.base/store.exp (check_set, up_set): Allowing missing location
508 info for r.
509
510 2020-05-06 Tom de Vries <tdevries@suse.de>
511
512 * gdb.base/shlib-call.exp: Add extra step to reach shmain.c:42, if
513 necessary.
514
515 2020-05-06 Tom de Vries <tdevries@suse.de>
516
517 * lib/unbuffer_output.c (gdb_unbuffer_output): Change return type to
518 void.
519
520 2020-05-06 Tom de Vries <tdevries@suse.de>
521
522 * lib/gdb.exp (is_stmt_addresses, hex_in_list): New proc, factored out
523 of ...
524 * gdb.base/async.exp: ... here.
525 * gdb.base/consecutive.exp: Handle if 2nd breakpoint is at a
526 "recommended breakpoint location".
527
528 2020-05-06 Tom de Vries <tdevries@suse.de>
529
530 * gdb.compile/compile-ifunc.exp: Use -Wno-attribute-alias.
531
532 2020-05-04 Tom de Vries <tdevries@suse.de>
533
534 * gdb.base/async.exp: Check whether instruction addresses are a
535 "recommended breakpoint location".
536
537 2020-05-03 Tom Tromey <tom@tromey.com>
538
539 * gdb.base/sepdebug.exp: Remove "catch" test.
540 * gdb.base/break.exp: Remove "catch" test.
541 * gdb.base/default.exp: Update expected output.
542
543 2020-05-02 Tom de Vries <tdevries@suse.de>
544
545 * lib/gdb.exp (supports_mpx_check_pointer_bounds): New proc.
546 * gdb.arch/i386-mpx-call.exp: Use supports_mpx_check_pointer_bounds.
547 * gdb.arch/i386-mpx-map.exp: Same.
548 * gdb.arch/i386-mpx-sigsegv.exp: Same.
549 * gdb.arch/i386-mpx-simple_segv.exp: Same.
550 * gdb.arch/i386-mpx.exp: Same.
551
552 2020-05-02 Tom de Vries <tdevries@suse.de>
553
554 * gdb.base/psym-external-decl.c (main): Add use of variable aaa.
555
556 2020-05-01 Tom de Vries <tdevries@suse.de>
557
558 * gdb.ada/operator_bp.exp: Allow more than required amount of
559 breakpoint.
560
561 2020-05-01 Tom de Vries <tdevries@suse.de>
562
563 * gdb.reverse/until-reverse.c (main): Fix Wunused-result warning.
564
565 2020-04-30 Hannes Domani <ssbssa@yahoo.de>
566
567 PR gdb/18706
568 * gdb.cp/stub-array-size.cc: New test.
569 * gdb.cp/stub-array-size.exp: New file.
570 * gdb.cp/stub-array-size.h: New test.
571 * gdb.cp/stub-array-size2.cc: New test.
572
573 2020-04-30 Hannes Domani <ssbssa@yahoo.de>
574
575 * gdb.python/py-format-string.exp: Adjust pretty_arrays expected
576 output to the new format.
577
578 2020-04-29 Simon Marchi <simon.marchi@efficios.com>
579
580 * gdb.base/break.exp: Use with_test_prefix.
581
582 2020-04-29 Tom de Vries <tdevries@suse.de>
583
584 * lib/gdb.exp (debug_types): New proc.
585 * gdb.guile/scm-symtab.exp: Add xfail for PR gcc/90232.
586 * gdb.python/py-symtab.exp: Same.
587
588 2020-04-29 Hannes Domani <ssbssa@yahoo.de>
589
590 PR gdb/17320
591 * gdb.base/pretty-array.c: New test.
592 * gdb.base/pretty-array.exp: New file.
593
594 2020-04-29 Tom de Vries <tdevries@suse.de>
595
596 PR symtab/25889
597 * gdb.cp/cpexprs.exp: Adapt for inclusion.
598 * gdb.cp/cpexprs-debug-types.exp: New file. Set -fdebug-types-section
599 and include cpexprs.exp.
600
601 2020-04-28 Mark Williams <mark@myosotissp.com>
602
603 PR gdb/24480
604 * dw4-toplevel-types.exp: Test for top level types.
605 * dw4-toplevel-types.cc: Test for top level types.
606
607 2020-04-28 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
608
609 * gdb.threads/stop-with-handle.exp: Fix typo in comment
610 (theads -> threads).
611
612 2020-04-28 Tom de Vries <tdevries@suse.de>
613
614 * gdb.opt/inline-cmds.exp: Set KFAIL PR.
615
616 2020-04-28 Tom de Vries <tdevries@suse.de>
617
618 * gdb.base/info-macros.exp: Remove KFAIL. Add missing trailing ".*".
619
620 2020-04-28 Tom de Vries <tdevries@suse.de>
621
622 * gdb.ada/array_ptr_renaming.exp: Add PR number in KFAIL.
623
624 2020-04-28 Tom de Vries <tdevries@suse.de>
625
626 * gdb.dwarf2/main-foo.c: New test.
627 * gdb.dwarf2/struct-with-sig.exp: New file.
628
629 2020-04-25 Tom de Vries <tdevries@suse.de>
630
631 * boards/debug-types.exp: New file.
632
633 2020-04-25 Andrew Burgess <andrew.burgess@embecosm.com>
634
635 * gdb.btrace/multi-inferior.exp: Avoid paths in test names.
636
637 2020-04-24 Tom Tromey <tom@tromey.com>
638
639 PR symtab/12707:
640 * gdb.python/py-symbol.exp: Update expected results for
641 linkage_name test.
642 * gdb.cp/print-demangle.exp: New file.
643 * gdb.base/c-linkage-name.exp: Fix test.
644 * gdb.guile/scm-symbol.exp: Update expected results for
645 linkage_name test.
646
647 2020-04-24 Tom Tromey <tom@tromey.com>
648
649 * gdb.dwarf2/dw2-namespaceless-anonymous.S: Remove.
650 * gdb.dwarf2/dw2-namespaceless-anonymous.c: New file.
651 * gdb.dwarf2/dw2-namespaceless-anonymous.exp: Use DWARF
652 assembler.
653
654 2020-04-24 Tom de Vries <tdevries@suse.de>
655
656 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: Set language of CU to
657 C++.
658
659 2020-04-24 Tom Tromey <tromey@adacore.com>
660
661 * gdb.ada/frame_arg_lang.exp: Run with multiple -fgnat-encodings
662 values.
663 * gdb.ada/funcall_ref.exp: Run with multiple -fgnat-encodings
664 values. Update test for minimal encodings.
665 * gdb.ada/lang_switch.exp: Update test for minimal encodings.
666 * gdb.ada/var_rec_arr.exp: Run with multiple -fgnat-encodings
667 values. Update test for minimal encodings.
668
669 2020-04-24 Tom Tromey <tromey@adacore.com>
670
671 PR python/23662:
672 * gdb.ada/variant.exp: Add Python checks.
673 * gdb.rust/simple.exp: Add dynamic type checks.
674
675 2020-04-24 Tom Tromey <tromey@adacore.com>
676
677 * gdb.ada/mi_var_array.exp: Try all -fgnat-encodings settings.
678 Make array type matching more lax.
679 * gdb.ada/mi_var_union.exp: Try all -fgnat-encodings settings.
680 * gdb.ada/mi_variant.exp: New file.
681 * gdb.ada/mi_variant/pck.ads: New file.
682 * gdb.ada/mi_variant/pkg.adb: New file.
683 * gdb.ada/packed_tagged.exp: Try all -fgnat-encodings settings.
684 * gdb.ada/unchecked_union.exp: Try all -fgnat-encodings settings.
685
686 2020-04-24 Tom Tromey <tromey@adacore.com>
687
688 * gdb.ada/variant.exp: Add dynamic field offset tests.
689 * gdb.ada/variant/pck.ads (Nested_And_Variable): New type.
690 * gdb.ada/variant/pkg.adb: Add new variables.
691
692 2020-04-24 Tom Tromey <tromey@adacore.com>
693
694 * gdb.ada/variant.exp: New file
695 * gdb.ada/variant/pkg.adb: New file
696 * gdb.ada/variant/pck.adb: New file
697
698 2020-04-24 Tom de Vries <tdevries@suse.de>
699
700 * lib/gdb.exp (clean_restart): Reset errcnt and warncnt.
701
702 2020-04-24 Tom de Vries <tdevries@suse.de>
703
704 * gdb.dwarf2/dwzbuildid.exp: Add quiet to dwzbuildid-mismatch compile
705 flags.
706
707 2020-04-24 Tom de Vries <tdevries@suse.de>
708
709 * gdb.dwarf2/dw2-error.exp: Add quiet to compile flags.
710
711 2020-04-24 Tom de Vries <tdevries@suse.de>
712
713 * lib/gdb.exp (default_gdb_start): Handle eof.
714 (clean_restart): Detect and handle gdb_start failure. Return -1 upon
715 failure.
716 * gdb.base/readnever.exp: Handle clean_restart failure.
717
718 2020-04-23 Tom de Vries <tdevries@suse.de>
719
720 * gdb.base/decl-before-def.exp: Run to main and print a again.
721
722 2020-04-23 Tom de Vries <tdevries@suse.de>
723
724 * gdb.base/decl-before-def-decl.c: New test.
725 * gdb.base/decl-before-def-def.c: New test.
726 * gdb.base/decl-before-def.exp: New file.
727
728 2020-04-23 Tom de Vries <tdevries@suse.de>
729
730 * gdb.base/readnever.exp: Skip if GDBFLAGS contain -readnow/--readnow.
731
732 2020-04-22 Tom de Vries <tdevries@suse.de>
733
734 * gdb.mi/dw2-ref-missing-frame-func.c (.debug_aranges): Fix
735 debug_info_offset.
736 * gdb.mi/dw2-ref-missing-frame.exp: Make sure $objfuncfile comes
737 before $objsfile in the line line.
738
739 2020-04-22 Tom de Vries <tdevries@suse.de>
740
741 * gdb.dlang/watch-loc.c (.debug_aranges): Fix _Dmain length.
742
743 2020-02-18 Mihails Strasuns <mihails.strasuns@intel.com>
744
745 * gdb.base/jit-attach-pie.c: Use jit-protocol.h.
746 * gdb.base/jit-elf-main.c: Use jit-protocol.h.
747 * gdb.base/jit-reader-host.c: Use jit-protocol.h.
748 * gdb.base/jit-reader-simple-jit.c: Use jit-protocol.h.
749 * gdb.base/jit-protocol.h: Update definitions to match all usage
750 contexts.
751
752 2020-02-18 Mihails Strasuns <mihails.strasuns@intel.com>
753
754 * gdb.base: Rename all jit related test and source files.
755
756 2020-02-18 Mihails Strasuns <mihails.strasuns@intel.com>
757
758 * gdb.base/jit-reader.exp: Relax register output check.
759
760 2020-04-22 Tom de Vries <tdevries@suse.de>
761
762 PR symtab/25764
763 * gdb.base/psym-external-decl-2.c: New test.
764 * gdb.base/psym-external-decl.c: New test.
765 * gdb.base/psym-external-decl.exp: New file.
766 * gdb.threads/tls.exp: Add PR25807 kfail.
767
768 2020-04-22 Tom de Vries <tdevries@suse.de>
769
770 PR symtab/25801
771 * gdb.dwarf2/imported-unit.exp: Test that we can get imported_unit.c
772 in "info source" output.
773
774 2020-04-22 Tom de Vries <tdevries@suse.de>
775
776 PR symtab/25700
777 * gdb.dwarf2/imported-unit.exp: Verify that there's only one partial
778 symtab for imported_unit.c.
779
780 2020-04-21 Gary Benson <gbenson@redhat.com>
781
782 * gdb.base/advance.c (func): New argument, to match call site.
783 (func2, func3): Add return statements.
784
785 2020-04-21 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
786
787 * gdb.multi/run-only-second-inf.c: New file.
788 * gdb.multi/run-only-second-inf.exp: New file.
789
790 2020-04-21 Markus Metzger <markus.t.metzger@intel.com>
791
792 * gdb.btrace/multi-inferior.c: New test.
793 * gdb.btrace/multi-inferior.exp: New file.
794
795 2020-04-21 Markus Metzger <markus.t.metzger@intel.com>
796
797 * gdb.btrace/enable-new-thread.c: New test.
798 * gdb.btrace/enable-new-thread.exp: New file.
799
800 2020-04-21 Tom de Vries <tdevries@suse.de>
801
802 PR gdb/25471
803 * gdb.threads/killed-outside.c: New test.
804 * gdb.threads/killed-outside.exp: New file.
805
806 2020-04-20 Gary Benson <gbenson@redhat.com>
807
808 * gdb.base/nested-subp1.exp: Use support_nested_function_tests.
809 * gdb.base/nested-subp2.exp: Likewise.
810 * gdb.base/nested-subp3.exp: Likewise.
811
812 2020-04-20 Gary Benson <gbenson@redhat.com>
813
814 * gdb.base/nested-subp1.exp: Disable test when using clang.
815 * gdb.base/nested-subp2.exp: Likewise.
816 * gdb.base/nested-subp3.exp: Likewise.
817
818 2020-04-20 Gary Benson <gbenson@redhat.com>
819
820 * gdb.cp/exception.cc: Fix compilation error with clang.
821
822 2020-04-20 Gary Benson <gbenson@redhat.com>
823
824 * gdb.trace/tspeed.c: Fix compilation error with clang.
825
826 2020-04-20 Gary Benson <gbenson@redhat.com>
827
828 * gdb.base/jit-main.c: Fix compilation error with clang.
829
830 2020-04-17 Kamil Rytarowski <n54@gmx.com>
831
832 * gdb.base/attach-twice.c: Include "sys/types.h".
833 (PTRACE_ATTACH): Add fallback definition.
834 (main): Pass `0' to the 4th argument of `ptrace'.
835
836 2020-04-17 Kamil Rytarowski <n54@gmx.com>
837
838 * gdb.base/fork-running-state.c: Include "signal.h".
839
840 2020-04-17 Tom Tromey <tromey@adacore.com>
841
842 * gdb.cp/maint.exp (test_help): Simplify multiple_help_body.
843 Update tests.
844 * gdb.btrace/cpu.exp: Update tests.
845 * gdb.base/maint.exp: Update tests.
846 * gdb.base/default.exp: Update tests.
847 * gdb.base/completion.exp: Update tests.
848
849 2020-04-16 Tom de Vries <tdevries@suse.de>
850
851 PR symtab/25791
852 * gdb.dwarf2/gdb-add-index.exp (add_gdb_index): Move ...
853 (ensure_gdb_index): and factor out and move ...
854 * lib/gdb.exp (add_gdb_index, ensure_gdb_index): ... here.
855 * gdb.dwarf2/imported-unit-runto-main.exp: New file.
856
857 2020-04-16 Tom de Vries <tdevries@suse.de>
858
859 * gdb.base/maint-expand-symbols-header-file.exp: Set language before
860 loading exec.
861
862 2020-04-15 Andrew Burgess <andrew.burgess@embecosm.com>
863
864 * gdb.base/many-completions.exp: New file.
865
866 2020-04-14 Tom de Vries <tdevries@suse.de>
867
868 PR symtab/25718
869 * gdb.dwarf2/dw2-symtab-includes.exp: New file.
870
871 2020-04-14 Tom de Vries <tdevries@suse.de>
872
873 PR symtab/25720
874 * gdb.base/maint-expand-symbols-header-file.c: New test.
875 * gdb.base/maint-expand-symbols-header-file.exp: New file.
876 * gdb.base/maint-expand-symbols-header-file.h: New test.
877
878 2020-04-14 Andrew Burgess <andrew.burgess@embecosm.com>
879
880 * gdb.dwarf2/dw2-inline-many-frames.exp (get_func_info): Delete.
881 * gdb.dwarf2/dw2-inline-small-func.exp: Pass options to
882 get_func_info.
883 (get_func_info): Delete.
884 * gdb.dwarf2/dw2-is-stmt-2.exp (get_func_info): Delete.
885 * gdb.dwarf2/dw2-is-stmt.exp (get_func_info): Delete.
886 * lib/dwarf.exp (get_func_info): New function.
887
888 2020-04-13 Tom de Vries <tdevries@suse.de>
889
890 * lib/ada.exp (find_ada_tool): Pass --GCC and -B to gnatlink, similar
891 to what find_gnatmake does.
892
893 2020-04-10 Tom de Vries <tdevries@suse.de>
894
895 * gdb.base/style.exp: Expect "Expanding full symbols" message for
896 -readnow.
897
898 2020-04-10 Tom de Vries <tdevries@suse.de>
899
900 PR cli/25808
901 * gdb.base/style.c: Add leading newlines.
902 * gdb.base/style.exp: Use gdb_get_line_number to get specific lines.
903 Check listing of main's one-line body.
904
905 2020-04-08 Tom de Vries <tdevries@suse.de>
906
907 * lib/gdb.exp (psymtabs_p): New proc.
908 * gdb.dwarf2/imported-unit.exp: Mark "no static partial symbols in
909 importing unit" unsupported if there are no partial symbols.
910
911 2020-04-08 Tom de Vries <tdevries@suse.de>
912
913 PR testsuite/25760
914 * gdb.ada/call_pn.exp: Call "maint expand-symtabs". Add xfails.
915
916 2020-04-07 Tom de Vries <tdevries@suse.de>
917
918 PR symtab/25796
919 * gdb.dwarf2/imported-unit-abstract-const-value.exp: New file.
920
921 2020-04-07 Tom de Vries <tdevries@suse.de>
922
923 * gdb.base/check-psymtab.c: New test.
924 * gdb.base/check-psymtab.exp: New file.
925
926 2020-04-06 Tom Tromey <tromey@adacore.com>
927
928 * gdb.ada/variant-record/proc.adb: New file.
929 * gdb.ada/variant-record/value.adb: New file.
930 * gdb.ada/variant-record/value.s: New file.
931 * gdb.ada/variant-record.exp: New file.
932
933 2020-04-03 Hannes Domani <ssbssa@yahoo.de>
934
935 PR gdb/25325
936 * gdb.cp/typed-enum.cc: New test.
937 * gdb.cp/typed-enum.exp: New file.
938
939 2020-04-02 Andrew Burgess <andrew.burgess@embecosm.com>
940
941 * gdb.dwarf2/dw2-inline-small-func-lbls.c: New file.
942 * gdb.dwarf2/dw2-inline-small-func.c: New file.
943 * gdb.dwarf2/dw2-inline-small-func.exp: New file.
944 * gdb.dwarf2/dw2-inline-small-func.h: New file.
945 * gdb.opt/inline-small-func.c: New file.
946 * gdb.opt/inline-small-func.exp: New file.
947 * gdb.opt/inline-small-func.h: New file.
948
949 2020-04-02 Andrew Burgess <andrew.burgess@embecosm.com>
950
951 * lib/dwarf.exp (Dwarf::lines::program::DW_LNS_set_file): New
952 function.
953
954 2020-04-02 Andrew Burgess <andrew.burgess@embecosm.com>
955
956 * lib/dwarf.exp (function_range): Allow compiler options to be
957 specified.
958
959 2020-04-02 Tom de Vries <tdevries@suse.de>
960
961 * gdb.dwarf2/break-inline-psymtab-2.c (bar): Add
962 __attribute__((always_inline)).
963 * gdb.dwarf2/break-inline-psymtab.exp: Don't use -O2.
964
965 2020-04-02 Tom de Vries <tdevries@suse.de>
966
967 * lib/gdbserver-support.exp (gdbserver_exit): Factor out of ...
968 (gdbserver_gdb_exit): ... here. Add timeout warning.
969 * gdb.multi/multi-target.exp (server_spawn_ids): New global var.
970 (connect_target_extended_remote): Append new server_spawn_id to
971 server_spawn_ids.
972 (cleanup): New proc.
973 (setup, <toplevel>): Call cleanup.
974
975 2020-04-02 Tom de Vries <tdevries@suse.de>
976
977 * gdb.base/main-psymtab.exp: New file.
978
979 2020-04-02 Tom de Vries <tdevries@suse.de>
980
981 * gdb.fortran/mixed-lang-stack.exp: Accept new complex printing style.
982
983 2020-04-01 Tom Tromey <tom@tromey.com>
984
985 * gdb.base/complex-parts.exp: Add type tests.
986
987 2020-04-01 Tom Tromey <tom@tromey.com>
988
989 * gdb.base/complex-parts.exp: Add arithmetic tests.
990
991 2020-04-01 Tom Tromey <tom@tromey.com>
992
993 * gdb.compile/compile.exp: Update.
994 * gdb.compile/compile-cplus.exp: Update.
995 * gdb.base/varargs.exp: Update.
996 * gdb.base/floatn.exp: Update.
997 * gdb.base/endianity.exp: Update.
998 * gdb.base/callfuncs.exp (do_function_calls): Update.
999 * gdb.base/funcargs.exp (complex_args, complex_integral_args)
1000 (complex_float_integral_args): Update.
1001 * gdb.base/complex.exp: Update.
1002 * gdb.base/complex-parts.exp: Update.
1003
1004 2020-04-01 Tom Tromey <tromey@adacore.com>
1005
1006 * gdb.rust/union.rs: New file.
1007 * gdb.rust/union.exp: New file.
1008 * gdb.rust/simple.rs (Union, Union2): Move to union.rs.
1009 (main): Update.
1010 * gdb.rust/simple.exp: Move union tests to union.exp.
1011
1012 2020-04-01 Tom Tromey <tromey@adacore.com>
1013
1014 * gdb.rust/simple.rs (main): Remove "y0".
1015
1016 2020-04-01 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1017
1018 * gdb.multi/stop-all-on-exit.c: New test.
1019 * gdb.multi/stop-all-on-exit.exp: New file.
1020
1021 2020-04-01 Hannes Domani <ssbssa@yahoo.de>
1022
1023 PR gdb/24789
1024 * gdb.cp/misc.cc: Add integer reference variable.
1025 * gdb.cp/misc.exp: Add test.
1026
1027 2020-04-01 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1028
1029 * gdb.server/stop-reply-no-thread.exp: Enhance the test
1030 scenario to cover execution until the end and also the case
1031
1032 2020-03-31 Tom de Vries <tdevries@suse.de>
1033
1034 * gdb.base/c-linkage-name.exp: Fix test-case comment. Set language to
1035 c. Use "maint info symtabs" to check symtab expansion.
1036
1037 2020-03-30 Tom de Vries <tdevries@suse.de>
1038
1039 * gdb.base/c-linkage-name.exp: Use readnow call to mark a test
1040 unsupported.
1041 (verify_psymtab_expanded): Move ...
1042 * lib/gdb.exp (verify_psymtab_expanded): ... here. Add unsupported
1043 test.
1044 (readnow): New proc.
1045
1046 2020-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
1047
1048 * gdb.fortran/mixed-lang-stack.exp: Replace two hard coded address
1049 with $hex.
1050
1051 2020-03-20 Tom Tromey <tromey@adacore.com>
1052
1053 * gdb.dwarf2/dw2-ranges-base.exp: Update regular expressions.
1054
1055 2020-03-20 Tom Tromey <tromey@adacore.com>
1056
1057 * gdb.ada/sub_variant/subv.adb: New file.
1058 * gdb.ada/sub_variant.exp: New file.
1059
1060 2020-03-20 Tom de Vries <tdevries@suse.de>
1061
1062 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): Bail out if
1063 first break fails.
1064 * gdb.threads/step-over-trips-on-watchpoint.exp: (do_test): Same.
1065
1066 2020-03-19 Andrew Burgess <andrew.burgess@embecosm.com>
1067
1068 * gdb.server/exit-multiple-threads.c: New file.
1069 * gdb.server/exit-multiple-threads.exp: New file.
1070
1071 2020-03-19 Andrew Burgess <andrew.burgess@embecosm.com>
1072
1073 * gdb.fortran/mixed-lang-stack.c: New file.
1074 * gdb.fortran/mixed-lang-stack.cpp: New file.
1075 * gdb.fortran/mixed-lang-stack.exp: New file.
1076 * gdb.fortran/mixed-lang-stack.f90: New file.
1077
1078 2020-03-19 Andrew Burgess <andrew.burgess@embecosm.com>
1079
1080 * gdb.linespec/cp-completion-aliases.cc: New file.
1081 * gdb.linespec/cp-completion-aliases.exp: New file.
1082
1083 2020-03-19 Tom de Vries <tdevries@suse.de>
1084
1085 * gdb.opt/inline-locals.exp: Add kfail PR number. Make kfail matching
1086 more precise.
1087
1088 2020-03-18 Tom de Vries <tdevries@suse.de>
1089
1090 * gdb.dwarf2/break-inline-psymtab-2.c: New test.
1091 * gdb.dwarf2/break-inline-psymtab.c: New test.
1092 * gdb.dwarf2/break-inline-psymtab.exp: New file.
1093
1094 2020-03-16 Tom de Vries <tdevries@suse.de>
1095
1096 * lib/cache.exp (gdb_do_cache): Add and handle local variables
1097 cache_verify and cache_verify_proc.
1098
1099 2020-03-15 Tom de Vries <tdevries@suse.de>
1100
1101 * gdb.server/solib-list.exp: Handle
1102 'Load new symbol table from "/lib64/ld-2.26.so"? (y or n)'.
1103
1104 2020-03-15 Tom de Vries <tdevries@suse.de>
1105
1106 * gdb.base/maint.exp: Use exp_continue in long lines for "maint print
1107 objfiles".
1108
1109 2020-03-14 Tom Tromey <tom@tromey.com>
1110
1111 * gdb.base/cvexpr.exp: Add test for _Atomic and restrict.
1112
1113 2020-03-14 Tom de Vries <tdevries@suse.de>
1114
1115 * gdb.mi/mi-fortran-modules.exp: Use exp_continue.
1116
1117 2020-03-14 Tom de Vries <tdevries@suse.de>
1118
1119 * gdb.threads/attach-many-short-lived-threads.exp: Read "info threads"
1120 result in line-by-line fashion.
1121
1122 2020-03-14 Tom de Vries <tdevries@suse.de>
1123
1124 * lib/gdb.exp (supports_statement_frontiers): New proc.
1125 * gdb.cp/step-and-next-inline.exp: Use supports_statement_frontiers.
1126
1127 2020-03-14 Tom de Vries <tdevries@suse.de>
1128
1129 * gdb.base/printcmds.exp: Add missing quoting for "print
1130 teststring2".
1131
1132 2020-03-13 Tom Tromey <tom@tromey.com>
1133
1134 * gdb.base/printcmds.exp (test_print_strings): Add regression
1135 test.
1136 * gdb.base/printcmds.c (charptr): New typedef.
1137 (teststring2): New global.
1138
1139 2020-03-13 Andrew Burgess <andrew.burgess@embecosm.com>
1140
1141 * gdb.base/break-interp.exp: Use the tail of the filename, not the
1142 full path in the test name.
1143 (test_ld): Add some with_test_prefix blocks to make test names
1144 unique.
1145
1146 2020-03-13 Tom de Vries <tdevries@suse.de>
1147
1148 * gdb.mi/mi-sym-info.exp: Fix buffer full errors, and timeouts.
1149
1150 2020-03-13 Tom de Vries <tdevries@suse.de>
1151
1152 * gdb.mi/mi-sym-info.exp: Make matching more precise.
1153
1154 2020-03-13 Tom de Vries <tdevries@suse.de>
1155
1156 PR symtab/25646
1157 * gdb.dwarf2/imported-unit.exp: Add test.
1158
1159 2020-03-13 Tom de Vries <tdevries@suse.de>
1160
1161 * gdb.mi/mi-sym-info-2.c (another_char_t, another_short_t): New typedef.
1162 (var1, var2): New variable.
1163 * gdb.mi/mi-sym-info.exp: Add --name to various commands to restrict
1164 matching symbols.
1165
1166 2020-03-13 Tom de Vries <tdevries@suse.de>
1167
1168 * lib/tuiterm.exp (Term::command_no_prompt_prefix): New proc.
1169 (Term::command): Use prompt prefix.
1170 (Term::enter_tui): Use command_no_prompt_prefix instead of prefix.
1171 * gdb.tui/tui-layout-asm-short-prog.exp: Use
1172 command_no_prompt_prefix instead of prefix.
1173 * gdb.tui/tui-layout-asm.exp: Same.
1174
1175 2020-03-12 Simon Marchi <simon.marchi@efficios.com>
1176
1177 * gdb.base/break-interp.exp: Use foreach_with_prefix.
1178
1179 2020-03-12 Simon Marchi <simon.marchi@efficios.com>
1180
1181 * gdb.arch/amd64-disp-step-avx.S: Add nops after _start.
1182 * gdb.arch/amd64-disp-step-avx.exp: Enable "set debug displaced
1183 on" while stepping over the test instruction, match printed
1184 message.
1185
1186 2020-03-12 Tom de Vries <tdevries@suse.de>
1187
1188 * gdb.base/info-types.exp: Use exp_continue during matching of output
1189 of "info types".
1190
1191 2020-03-12 Tom de Vries <tdevries@suse.de>
1192
1193 * gdb.threads/execl.exp: Delete breakpoint after hitting it.
1194
1195 2020-03-12 Tom de Vries <tdevries@suse.de>
1196
1197 * gdb.fortran/module.exp: Use exp_continue during matching of output
1198 of "info variable -n".
1199
1200 2020-03-12 Tom de Vries <tdevries@suse.de>
1201
1202 * gdb.dwarf2/dw2-ranges-base.exp: Limit "maint info line-table" to
1203 gdb.dwarf2/dw2-ranges-base.c.
1204
1205 2020-03-12 Tom de Vries <tdevries@suse.de>
1206
1207 * gdb.linespec/explicit.exp: Fix "complete non-unique file name" test
1208 in presence of GLIBC debuginfo.
1209
1210 2020-03-12 Tom de Vries <tdevries@suse.de>
1211
1212 * lib/gdb.exp (gdb_core_cmd): Use string_to_regexp for regexp-matching
1213 $core.
1214
1215 2020-03-12 Tom de Vries <tdevries@suse.de>
1216
1217 * lib/gdb.exp (gdb_core_cmd): Make "No such file or directory" regexp
1218 more precise.
1219
1220 2020-03-11 Simon Marchi <simon.marchi@efficios.com>
1221
1222 * lib/gdb.exp (standard_output_file): Use `pwd -W` to convert
1223 from Unix to Windows path.
1224
1225 2020-03-11 Tom de Vries <tdevries@suse.de>
1226
1227 * gdb.ada/minsyms.exp: Set language to ada.
1228
1229 2020-03-11 Tom de Vries <tdevries@suse.de>
1230
1231 * gdb.server/sysroot.exp: Allow GLIBC's printf alias __printf.
1232
1233 2020-03-11 Tom de Vries <tdevries@suse.de>
1234
1235 * gdb.btrace/reconnect.exp: Allow source line pattern after stepi.
1236
1237 2020-03-11 Tom Tromey <tromey@adacore.com>
1238
1239 * gdb.dwarf2/variant.exp: Mark discriminants as artificial.
1240
1241 2020-03-11 Tom de Vries <tdevries@suse.de>
1242
1243 * gdb.base/foll-fork.exp: Allow "Reading in symbols" messages.
1244
1245 2020-03-11 Tom de Vries <tdevries@suse.de>
1246
1247 * gdb.base/break-interp.exp: Limit verbose scope.
1248
1249 2020-03-11 Tom de Vries <tdevries@suse.de>
1250
1251 * gdb.fortran/logical.f90: Define variable with character type.
1252 * gdb.fortran/logical.exp: Use character type instead of uint8_t.
1253
1254 2020-03-11 Tom de Vries <tdevries@suse.de>
1255
1256 * gdb.base/list-ambiguous.exp: Set EDITOR to true.
1257
1258 2020-03-11 Tom de Vries <tdevries@suse.de>
1259
1260 * gdb.ada/access_to_packed_array.exp: Test printing of expanded
1261 symtabs.
1262
1263 2020-03-10 Andrew Burgess <andrew.burgess@embecosm.com>
1264 Bernd Edlinger <bernd.edlinger@hotmail.de>
1265
1266 * gdb.cp/step-and-next-inline.cc: New file.
1267 * gdb.cp/step-and-next-inline.exp: New file.
1268 * gdb.cp/step-and-next-inline.h: New file.
1269 * gdb.dwarf2/dw2-is-stmt.c: New file.
1270 * gdb.dwarf2/dw2-is-stmt.exp: New file.
1271 * gdb.dwarf2/dw2-is-stmt-2.c: New file.
1272 * gdb.dwarf2/dw2-is-stmt-2.exp: New file.
1273 * gdb.dwarf2/dw2-ranges-base.exp: Update line table pattern.
1274
1275 2020-03-10 Andrew Burgess <andrew.burgess@embecosm.com>
1276
1277 * lib/dwarf.exp (Dwarf::lines) Add support for modifying the
1278 is-stmt flag in the line table.
1279
1280 2020-03-09 Tom de Vries <tdevries@suse.de>
1281
1282 * lib/gdb.exp (cached_file): Create cache dir.
1283
1284 2020-03-07 Tom de Vries <tdevries@suse.de>
1285
1286 * gdb.cp/ref-params.exp: Compare build_executable result with -1.
1287 * gdb.cp/rvalue-ref-params.exp: Same.
1288
1289 2020-03-06 Tom de Vries <tdevries@suse.de>
1290
1291 * lib/gdb.exp (tentative_rename, cached_file): New proc.
1292 * boards/cc-with-tweaks.exp: Use cached_file to create gdb.sh.
1293
1294 2020-03-06 Tom de Vries <tdevries@suse.de>
1295
1296 * README: Fix "the the".
1297 * gdb.base/dprintf.exp: Same.
1298
1299 2020-03-05 Tom de Vries <tdevries@suse.de>
1300
1301 * gdb.base/maint.exp: Update "main print statistics" expected output.
1302
1303 2020-03-04 Alok Kumar Sharma <AlokKumar.Sharma@amd.com>
1304
1305 * lib/fortran.exp (fortran_int4): Handle flang kind printing.
1306 (fortran_int8): Likewise.
1307 (fortran_real4): Likewise.
1308 (fortran_real8): Likewise.
1309 (fortran_complex4): Likewise.
1310 (fortran_logical4): Likewise.
1311 (fortran_character1): Likewise.
1312
1313 2020-03-03 Andrew Burgess <andrew.burgess@embecosm.com>
1314
1315 * gdb.fortran/logical.exp: Add tests that any non-zero value is
1316 printed as true.
1317
1318 2020-03-03 Sergio Durigan Junior <sergiodj@redhat.com>
1319
1320 * gdb.base/printcmds.exp: Add test to verify printf of a
1321 variable holding an address.
1322
1323 2020-03-03 Tom de Vries <tdevries@suse.de>
1324
1325 * gdb.mi/gdb2549.exp: Fix "register values t" check-read1 timeout.
1326
1327 2020-03-03 Tom de Vries <tdevries@suse.de>
1328
1329 * gdb.mi/list-thread-groups-available.exp: Use -prompt syntax for
1330 gdb_test_multiple call.
1331
1332 2020-03-03 Tom de Vries <tdevries@suse.de>
1333
1334 * gdb.mi/mi-sym-info.exp: Add missing -prompt "$mi_gdb_prompt$" to
1335 gdb_test_multiple calls.
1336
1337 2020-03-02 Andrew Burgess <andrew.burgess@embecosm.com>
1338
1339 * gdb.base/default.exp: Remove test of 'set history filename'.
1340 * gdb.base/gdbinit-history.exp: Add tests for setting the history
1341 filename to the empty string.
1342 * lib/gdb.exp (gdb_init): Unset environment variables GDBHISTFILE
1343 and GDBHISTSIZE.
1344
1345 2020-03-02 Andrew Burgess <andrew.burgess@embecosm.com>
1346
1347 * gdb.server/stop-reply-no-thread.exp: Add test where T packet is
1348 disabled.
1349
1350 2020-03-02 Pedro Alves <palves@redhat.com>
1351 Tom de Vries <tdevries@suse.de>
1352
1353 * lib/gdb.exp (gdb_test_multiple): Handle prompt_regexp option using
1354 -prompt prefix, before user_code argument. Add -lbl option likewise.
1355 (skip_python_tests_prompt, skip_libstdcxx_probe_tests_prompt)
1356 (gdb_is_target_1): Add -prompt prefix and move to before user_code
1357 argument.
1358 * gdb.base/corefile-buildid.exp: Use -lbl option. Rewrite regexps to
1359 have "\r\n" at start-of-line, instead of at end-of-line.
1360
1361 2020-02-28 Simon Marchi <simon.marchi@efficios.com>
1362
1363 * lib/trace-support.exp (get_in_proc_agent): Adjust path to
1364 libinproctrace.so.
1365
1366 2020-02-28 Luis Machado <luis.machado@linaro.org>
1367
1368 * gdb.arch/aarch64-fp.exp: Switch from "info registers" command
1369 to "p/x".
1370
1371 2020-02-28 Luis Machado <luis.machado@linaro.org>
1372
1373 * gdb.arch/aarch64-dbreg-contents.c: Include stdlib.h, unistd.h,
1374 asm/ptrace.h and error.h.
1375
1376 2020-02-28 Tom de Vries <tdevries@suse.de>
1377
1378 * gdb.base/c-linkage-name.c (main): Call do_something_other_cu.
1379 (struct wrapper, do_something, mundane/symada__cS): Move ...
1380 * gdb.base/c-linkage-name-2.c: ... here. New source file.
1381 * gdb.base/c-linkage-name.exp: Add verification of psymtab expansion.
1382 Update "print symada__cS before partial symtab expansion" regexp.
1383 Update breakpoint location. Flush symbol cache after expansion.
1384
1385 2020-02-28 Luis Machado <luis.machado@linaro.org>
1386
1387 * gdb.arch/aarch64-pauth.exp: Recognize optional PAC output.
1388
1389 2020-02-27 Tom de Vries <tdevries@suse.de>
1390
1391 * config/sid.exp: Remove unused globals.
1392 * gdb.base/attach.exp: Same.
1393 * gdb.base/catch-load.exp: Same.
1394 * gdb.base/dbx.exp: Same.
1395 * lib/gdb.exp: Same.
1396 * lib/mi-support.exp: Same.
1397 * lib/prompt.exp: Same.
1398
1399 2020-02-27 Tom de Vries <tdevries@suse.de>
1400
1401 * lib/tuiterm.exp (spawn): Handle case that spawn_out(slave,name) is
1402 not set.
1403
1404 2020-02-26 Aaron Merey <amerey@redhat.com>
1405
1406 * gdb.debuginfod: New directory for debuginfod tests.
1407 * gdb.debuginfod/main.c: New test file.
1408 * gdb.debuginfod/fetch_src_and_symbols.exp: New tests.
1409
1410 2020-02-26 Tom de Vries <tdevries@suse.de>
1411
1412 PR gdb/25603
1413 * gdb.base/persistent-lang.cc: New test.
1414 * gdb.base/persistent-lang.exp: New file.
1415
1416 2020-02-25 Andrew Burgess <andrew.burgess@embecosm.com>
1417
1418 * gdb.fortran/derived-type-striding.exp: Add a new test.
1419 * gdb.fortran/derived-type-striding.f90: Add pointer variable for
1420 new test.
1421
1422 2020-02-25 Andrew Burgess <andrew.burgess@embecosm.com>
1423
1424 * gdb.base/cached-source-file.exp: Avoid source file paths in test
1425 names.
1426
1427 2020-02-25 Tom de Vries <tdevries@suse.de>
1428
1429 PR go/18926
1430 * gdb.go/methods.exp: Remove gcc/93866 xfail.
1431
1432 2020-02-24 Tom de Vries <tdevries@suse.de>
1433
1434 PR gdb/25592
1435 * gdb.base/info-locals-unused-static-var.c: New test.
1436 * gdb.base/info-locals-unused-static-var.exp: New file.
1437
1438 2020-02-22 Tom Tromey <tom@tromey.com>
1439
1440 * gdb.python/tui-window.exp: New file.
1441 * gdb.python/tui-window.py: New file.
1442
1443 2020-02-22 Tom Tromey <tom@tromey.com>
1444
1445 PR tui/17850:
1446 * gdb.tui/new-layout.exp: Add horizontal layout and winheight
1447 tests.
1448
1449 2020-02-22 Tom Tromey <tom@tromey.com>
1450
1451 * gdb.tui/new-layout.exp: Add sub-layout tests.
1452
1453 2020-02-22 Tom Tromey <tom@tromey.com>
1454
1455 * gdb.tui/new-layout.exp: New file.
1456
1457 2020-02-22 Tom Tromey <tom@tromey.com>
1458
1459 * gdb.rust/rust-style.rs: New file.
1460 * gdb.rust/rust-style.exp: New file.
1461 * gdb.base/style.exp: Test structure printing.
1462 * gdb.base/style.c (struct some_struct): New type.
1463 (enum etype): New type.
1464 (struct_value): New global.
1465
1466 2020-02-21 Tom de Vries <tdevries@suse.de>
1467
1468 PR go/18926
1469 * lib/gdb.exp (bp_location2/bp_location2_regexp): Fix.
1470 Remove blanket xfails. Use message argument for gdb_breakpoint.
1471 Make continuing to breakpoint test conditional on setting breakpoint.
1472 Fix continuing to breakpoint regexp. Add xfails for gccgo-6/7
1473 DW_AT_name attribute. Add xfail for GCC PR93866.
1474
1475 2020-02-21 Andrew Burgess <andrew.burgess@embecosm.com>
1476
1477 * gdb.dwarf2/cpp-linkage-name.c: New file.
1478 * gdb.dwarf2/cpp-linkage-name.exp: New file.
1479
1480 2020-02-21 Shahab Vahedi <shahab@synopsys.com>
1481
1482 * lib/gdb.exp (gdb_wrapper_init): Reset
1483 "gdb_wrapper_initialized" to 0 if "wrapper_file" does
1484 not exist.
1485
1486 2020-02-20 Tom de Vries <tdevries@suse.de>
1487
1488 PR go/17018
1489 * gdb.go/hello.exp: Copy ...
1490 * gdb.go/global-local-var-shadow.exp: ... here. New file. Expect
1491 print of st to print value of global definition. Add xfail for GCC
1492 PR93844.
1493 * gdb.go/hello.exp: Remove printing of st before definition.
1494 * gdb.go/hello.go: Copy ...
1495 * gdb.go/global-local-var-shadow.go: ... here. New test. Rename myst
1496 to st.
1497 * gdb.go/hello.go: Remove myst. Remove comment about shadowing.
1498
1499 2020-02-20 Tom de Vries <tdevries@suse.de>
1500
1501 * lib/gdb.exp (support_go_compile): New gdb_caching_proc.
1502 (gdb_simple_compile): Handle compile_flags go by using .go extension
1503 for source file.
1504 * gdb.go/chan.exp: Use support_go_compile.
1505 * gdb.go/handcall.exp: Same.
1506 * gdb.go/hello.exp: Same.
1507 * gdb.go/integers.exp: Same.
1508 * gdb.go/max-depth.exp: Same.
1509 * gdb.go/methods.exp: Same.
1510 * gdb.go/package.exp: Same.
1511 * gdb.go/strings.exp: Same.
1512 * gdb.go/types.exp: Same.
1513 * gdb.go/unsafe.exp: Same.
1514
1515 2020-02-19 Tom de Vries <tdevries@suse.de>
1516
1517 * gdb.python/lib-types.exp: Make xfail more strict.
1518
1519 2020-02-19 Tom de Vries <tdevries@suse.de>
1520
1521 * gdb.ada/funcall_ref.exp: Replace xfail setup by unsupported check.
1522
1523 2020-02-19 Doug Evans <dje@google.com>
1524
1525 PR rust/25535
1526 * gdb.rust/simple.exp: Add test.
1527 * gdb.rust/simple.rs: Add test.
1528
1529 2020-02-19 Tom de Vries <tdevries@suse.de>
1530
1531 * gdb.base/corefile-buildid.exp (check_exec_file): Match info files
1532 output line-by-line.
1533
1534 2020-02-19 Tom de Vries <tdevries@suse.de>
1535
1536 * gdb.cp/cpexprs.exp: Remove c++/14186 kfail.
1537
1538 2020-02-19 Tom de Vries <tdevries@suse.de>
1539
1540 * gdb.base/solib-overlap.exp: Use exec instead of system to execute
1541 prelink.
1542
1543 2020-02-19 Tom de Vries <tdevries@suse.de>
1544
1545 * lib/cache.exp (ignore_pass, gdb_do_cache_wrap): New proc.
1546 (gdb_do_cache): Use gdb_do_cache_wrap.
1547 * gdb.base/gdb-caching-proc.exp (test_proc): Use gdb_do_cache_wrap.
1548
1549 2020-02-19 Tom de Vries <tdevries@suse.de>
1550
1551 * lib/dtrace.exp (dtrace_build_usdt_test_program): Use quiet as
1552 gdb_compile option.
1553
1554 2020-02-18 Simon Marchi <simon.marchi@efficios.com>
1555
1556 * gdb.base/printcmds.exp (test_print_enums): Update expected
1557 output.
1558
1559 2020-02-18 Simon Marchi <simon.marchi@efficios.com>
1560
1561 * gdb.base/printcmds.exp (test_print_enums): Expect hex values
1562 for "unknown".
1563
1564 2020-02-18 Simon Marchi <simon.marchi@efficios.com>
1565
1566 * gdb.base/printcmds.c (enum flag_enum): Add FE_TWO_LEGACY
1567 enumerator.
1568
1569 2020-02-18 Simon Marchi <simon.marchi@efficios.com>
1570
1571 * gdb.base/printcmds.c (enum flag_enum): Prefix enumerators with
1572 FE_, add FE_NONE.
1573 (three): Update.
1574 (enum flag_enum_without_zero): New enum.
1575 (flag_enum_without_zero): New variable.
1576 (enum not_flag_enum): New enum.
1577 (three_not_flag): New variable.
1578 * gdb.base/printcmds.exp (test_artificial_arrays): Update.
1579 (test_print_enums): Add more tests for printing flag enums.
1580
1581 2020-02-18 Tom de Vries <tdevries@suse.de>
1582
1583 * lib/ada.exp (gdb_compile_ada_1): Factor out of ...
1584 (gdb_compile_ada): ... here.
1585 (gnat_runtime_has_debug_info): Remove fail call for gdb_compile_ada
1586 failure. Use gdb_compile_ada_1 instead of gdb_compile_ada.
1587
1588 2020-02-14 Tom Tromey <tom@tromey.com>
1589
1590 * lib/gdbserver-support.exp (find_gdbserver): Find gdbserver in
1591 build directory.
1592 * boards/gdbserver-base.exp: Update path to gdbserver.
1593
1594 2020-02-13 Tom de Vries <tdevries@suse.de>
1595
1596 * lib/ada.exp (gdb_compile_ada): Delete stale exec before compilation.
1597
1598 2020-02-13 Tom de Vries <tdevries@suse.de>
1599
1600 * gdb.ada/catch_ex_std.exp: Indicate unsupported if gnatbind/gnatlink
1601 are missing.
1602
1603 2020-02-13 Tom de Vries <tdevries@suse.de>
1604
1605 * lib/ada.exp (gnatmake_version_at_least): Wrap exec call in a catch
1606 call.
1607
1608 2020-02-11 Sergio Durigan Junior <sergiodj@redhat.com>
1609
1610 PR tui/25126
1611 https://bugzilla.redhat.com/show_bug.cgi?id=1784210
1612 * gdb.base/cached-source-file.c: New file.
1613 * gdb.base/cached-source-file.exp: New file.
1614
1615 2020-02-11 Tom de Vries <tdevries@suse.de>
1616
1617 PR testsuite/25488
1618 * lib/gdb.exp (gdb_init): Unset $file_last_loaded.
1619
1620 2020-02-10 Tom de Vries <tdevries@suse.de>
1621
1622 * gdb.multi/multi-target.exp: Skip if skip_gdbserver_tests.
1623
1624 2020-02-10 Maciej W. Rozycki <macro@wdc.com>
1625
1626 * gdb.base/step-over-no-symbols.exp: Verify that $before_addr
1627 and $after_addr are both integers before making a comparison.
1628
1629 2020-02-09 Tom de Vries <tdevries@suse.de>
1630
1631 * gdb.base/many-headers.exp: Echo gdb command to gdb.log. Capture gdb
1632 command output and paste it into gdb.log. If any, paste catch message
1633 to gdb.log.
1634
1635 2020-02-07 Tom Tromey <tromey@adacore.com>
1636
1637 PR breakpoints/24915:
1638 * gdb.base/annotate-symlink.exp: Use setup_xfail.
1639
1640 2020-02-06 Shahab Vahedi <shahab@synopsys.com>
1641
1642 * gdb.tui/tui-missing-src.exp: Add the "missing source
1643 file" test for the TUI.
1644
1645 2020-02-06 Andrew Burgess <andrew.burgess@embecosm.com>
1646
1647 * gdb.server/multi-ui-errors.exp: Give a test a real name to avoid
1648 including a port number in the output.
1649
1650 2020-02-04 Alok Kumar Sharma <alokkumar.sharma@amd.com>
1651
1652 * lib/fortran.exp (fortran_int4): Handle clang.
1653 (fortran_int8): Likewise.
1654 (fortran_real4): Likewise.
1655 (fortran_real8): Likewise.
1656 (fortran_complex4): Likewise.
1657 (fortran_logical4): Likewise.
1658 (fortran_character1): Likewise.
1659
1660 2020-02-04 Tom de Vries <tdevries@suse.de>
1661
1662 * README (Race detection): Add note.
1663
1664 2020-02-04 Tom de Vries <tdevries@suse.de>
1665
1666 * lib/gdb.exp (inferior_exited_re): Use "\[^\n\r\]*" instead of ".*".
1667
1668 2020-02-04 Tom de Vries <tdevries@suse.de>
1669
1670 * lib/gdb.exp (inferior_exited_re): Use non-capturing parentheses.
1671
1672 2020-02-03 Rogerio A. Cardoso <rcardoso@linux.ibm.com>
1673
1674 * gdb.arch/powerpc-power8.exp: Delete trailing whitespace of
1675 tbegin., tend. instructions. Replace bctar-, bctar+, bctarl-,
1676 bctarl+ extended mnemonics when avaliable by bgttar, bnstarl,
1677 blttar, bnetarl.
1678 * gdb.arch/powerpc-power8.s: Fix comments. Fix instructions
1679 binary for blttar, bnetarl.
1680 * gdb.arch/powerpc-power9.exp: Delete trailing whitespace of
1681 wait instruction. Delete ldmx test.
1682 * gdb.arch/powerpc-power9.s: Delete ldmx instruction.
1683
1684 2020-02-03 Alok Kumar Sharma <AlokKumar.Sharma@amd.com>
1685
1686 * gdb.fortran/array-bounds-high.exp: New file.
1687 * gdb.fortran/array-bounds-high.f90: New file.
1688
1689 2020-02-03 Lukas Durfina <ldurfina@tachyum.com> (tiny change)
1690
1691 * gdb.base/fileio.c: Remove #include of <sys/errno.h>.
1692 Replace #include of <sys/fcntl.h> by <fcntl.h>.
1693
1694 2020-02-01 Tom de Vries <tdevries@suse.de>
1695
1696 * gdb.server/server-kill-python.exp: Fix $gdb_tst_name typo.
1697
1698 2020-01-31 Andrew Burgess <andrew.burgess@embecosm.com>
1699
1700 PR tui/9765
1701 * gdb.tui/tui-layout-asm-short-prog.S: New file.
1702 * gdb.tui/tui-layout-asm-short-prog.exp: New file.
1703
1704 2020-01-29 Luis Machado <luis.machado@linaro.org>
1705
1706 * gdb.arch/aarch64-brk-patterns.c: New source file.
1707 * gdb.arch/aarch64-brk-patterns.exp: New test.
1708
1709 2020-01-29 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1710
1711 * gdb.cp/pass-by-ref-2.exp: Mark some tests as XFAIL based on the
1712 GCC/Clang version.
1713 * gdb.cp/pass-by-ref.exp: Ditto.
1714
1715 2020-01-29 Tom de Vries <tdevries@suse.de>
1716
1717 * gdb.threads/watchpoint-fork-child.c: Guard prints with #if DEBUG.
1718 * gdb.threads/watchpoint-fork-mt.c: Same.
1719 * gdb.threads/watchpoint-fork-parent.c: Same.
1720 * gdb.threads/watchpoint-fork-st.c: Same.
1721 * gdb.threads/watchpoint-fork.exp: Compile with DEBUG=0.
1722
1723 2020-01-27 Luis Machado <luis.machado@linaro.org>
1724
1725 * gdb.base/step-over-syscall.exp (setup): Check if we're already
1726 sitting at a syscall instruction when we hit the syscall function's
1727 breakpoint.
1728 Check PC against one obtained with the x command.
1729 Validate syscall number.
1730 (step_over_syscall): Don't continue to the syscall instruction if
1731 we're already there.
1732
1733 2020-01-25 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1734
1735 * gdb.base/attach.exp: Test 'set exec-file-mismatch'.
1736
1737 2020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
1738
1739 * gdb.dwarf2/dw2-inline-many-frames.c: New file.
1740 * gdb.dwarf2/dw2-inline-many-frames.exp: New file.
1741
1742 2020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
1743
1744 * gdb.dwarf2/dw2-inline-stepping.c: New file.
1745 * gdb.dwarf2/dw2-inline-stepping.exp: New file.
1746
1747 2020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
1748
1749 * gdb.base/maint.exp: Update line table parsing test.
1750 * gdb.dwarf2/dw2-ranges-base.exp: Add new line table parsing test.
1751
1752 2020-01-24 Pedro Alves <palves@redhat.com>
1753
1754 PR gdb/25410
1755 * gdb.multi/multi-re-run-1.c: New.
1756 * gdb.multi/multi-re-run-2.c: New.
1757 * gdb.multi/multi-re-run.exp: New.
1758
1759 2020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
1760
1761 PR gdb/23718
1762 * gdb.server/server-kill-python.exp: New file.
1763
1764 2020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
1765
1766 * gdb.server/multi-ui-errors.c: New file.
1767 * gdb.server/multi-ui-errors.exp: New file.
1768
1769 2020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
1770
1771 PR tui/9765
1772 * gdb.tui/tui-layout-asm.exp: Add scrolling test for asm window.
1773
1774 2020-01-19 Tom Tromey <tom@tromey.com>
1775
1776 * gdb.tui/main.exp: Add check for plain "file".
1777
1778 2020-01-16 Christian Biesinger <cbiesinger@google.com>
1779
1780 * lib/gdb.exp: Fix spelling error (seperatelly).
1781
1782 2020-01-14 Tom Tromey <tom@tromey.com>
1783
1784 PR symtab/12535:
1785 * gdb.python/python.exp: Test decode_line with empty string
1786 argument.
1787
1788 2020-01-14 Bernd Edlinger <bernd.edlinger@hotmail.de>
1789
1790 * gdb.base/skip-inline.exp: Extend test.
1791
1792 2020-01-13 Andrew Burgess <andrew.burgess@embecosm.com>
1793
1794 * gdb.dwarf2/dw2-bad-elf-other.S: New file.
1795 * gdb.dwarf2/dw2-bad-elf.c: New file.
1796 * gdb.dwarf2/dw2-bad-elf.exp: New file.
1797
1798 2020-01-13 Andrew Burgess <andrew.burgess@embecosm.com>
1799
1800 * lib/dwarf.exp (Dwarf::lines): Reset _line_saw_program and
1801 _line_saw_file.
1802
1803 2020-01-13 Andrew Burgess <andrew.burgess@embecosm.com>
1804
1805 * lib/tuiterm.exp (Term::_check_box): Check some parts of the top
1806 border.
1807
1808 2020-01-10 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1809
1810 * gdb.multi/multi-target.exp (setup): Factor out "info
1811 connections" and "info inferiors" tests to ...
1812 (test_info_inferiors): ... this new procedure.
1813 (top level): Run new "info-inferiors" tests.
1814
1815 2020-01-10 Pedro Alves <palves@redhat.com>
1816
1817 * gdb.server/bkpt-other-inferior.exp: New file.
1818
1819 2020-01-10 Pedro Alves <palves@redhat.com>
1820
1821 * gdb.base/kill-detach-inferiors-cmd.exp: Adjust expected output
1822 of "add-inferior".
1823 * gdb.base/quit-live.exp: Likewise.
1824 * gdb.base/remote-exec-file.exp: Likewise.
1825 * gdb.guile/scm-progspace.exp: Likewise.
1826 * gdb.linespec/linespec.exp: Likewise.
1827 * gdb.mi/new-ui-mi-sync.exp: Likewise.
1828 * gdb.mi/user-selected-context-sync.exp: Likewise.
1829 * gdb.multi/multi-target.exp (setup): Add "info connection" and
1830 "info inferiors" tests.
1831 * gdb.multi/remove-inferiors.exp: Adjust expected output of
1832 "add-inferior".
1833 * gdb.multi/watchpoint-multi.exp: Likewise.
1834 * gdb.python/py-inferior.exp: Likewise.
1835 * gdb.server/extended-remote-restart.exp: Likewise.
1836 * gdb.threads/fork-plus-threads.exp: Adjust expected output of
1837 "info inferiors".
1838 * gdb.threads/forking-threads-plus-breakpoint.exp: Likewise.
1839 * gdb.trace/report.exp: Likewise.
1840
1841 2020-01-10 Pedro Alves <palves@redhat.com>
1842
1843 * gdb.multi/multi-target.c: New file.
1844 * gdb.multi/multi-target.exp: New file.
1845 * lib/gdbserver-support.exp (gdb_target_cmd): Handle "Non-stop
1846 mode requested, but remote does not support non-stop".
1847
1848 2020-01-10 Pedro Alves <palves@redhat.com>
1849
1850 * gdb.server/extended-remote-restart.exp (test_reload): Explicitly
1851 disconnect before reconnecting.
1852
1853 2020-01-10 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1854 Pedro Alves <palves@redhat.com>
1855
1856 * gdb.server/connect-without-multi-process.exp: Also test
1857 continuing to end.
1858
1859 2020-01-10 Pedro Alves <palves@redhat.com>
1860
1861 * gdb.base/remote-exec-file.exp: New file.
1862
1863 2020-01-10 Pedro Alves <palves@redhat.com>
1864
1865 * gdb.base/fork-running-state.exp (do_test): Adjust expected
1866 output.
1867 * gdb.threads/async.c: New.
1868 * gdb.threads/async.exp: New.
1869 * gdb.multi/tids-gid-reset.c: New.
1870 * gdb.multi/tids-gid-reset.exp: New.
1871
1872 2020-01-10 George Barrett <bob@bob131.so>
1873
1874 * gdb.base/stap-probe.c (relocation_marker): Add dummy variable
1875 to help in finding the image relocation offset.
1876 * gdb.base/stap-probe.exp (stap_test): Accept arbitrary compile
1877 options in arguments.
1878 (stap_test_no_debuginfo): Likewise.
1879 (stap-probe-nosem-noopt-pie, stap-probe-nosem-noopt-nopie): Add
1880 test variants.
1881 (stap_test): Add null semaphore relocation test.
1882
1883 2020-01-10 George Barrett <bob@bob131.so>
1884
1885 * gdb.base/stap-probe.c: Rename USE_PROBES to USE_SEMAPHORES.
1886 * gdb.base/stap-probe.exp: Likewise.
1887 (stap_test): Pass argument as an additional flag.
1888 (stap_test_no_debuginfo): Likewise.
1889 (stap_test): Check `info probes stap' output for semaphore
1890 addresses if the test binary is supposed to have them.
1891
1892 2020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
1893
1894 * gdb.tui/basic.exp: Add more scrolling tests.
1895
1896 2020-01-09 Tom Tromey <tom@tromey.com>
1897
1898 PR tui/18932:
1899 * lib/tuiterm.exp (Term::wait_for): Rename from _accept. Return a
1900 meangingful value.
1901 (Term::command, Term::resize): Update.
1902 * gdb.tui/basic.exp: Add scrolling test.
1903
1904 2020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
1905
1906 * gdb.tui/tui-layout-asm.exp: New file.
1907
1908 2020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
1909
1910 * lib/tuiterm.exp (Term::check_box_contents): New proc.
1911
1912 2020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
1913
1914 * lib/tuiterm.exp (Term::prepare_for_tui): New proc.
1915 (Term::enter_tui): Use Term::prepare_for_tui.
1916
1917 2020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
1918
1919 * lib/tuiterm.exp (Term::dump_screen): Always dump the screen when
1920 called.
1921
1922 2020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
1923
1924 * gdb.base/skip.exp: Fix race condition in test.
1925
1926 2020-01-06 Andrew Burgess <andrew.burgess@embecosm.com>
1927
1928 * gdb.base/backtrace.c: New file.
1929 * gdb.base/backtrace.exp: New file.
1930
1931 2020-01-05 Andrew Burgess <andrew.burgess@embecosm.com>
1932
1933 * gdb.tui/list.exp: Test 'focus next' after 'list main'.
1934
1935 2020-01-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1936
1937 * gdb.base/style.exp: Test that warnings are styled.
1938
1939 2019-12-29 Bernd Edlinger <bernd.edlinger@hotmail.de>
1940
1941 * gdb.base/line65535.exp: New file.
1942 * gdb.base/line65535.c: New file.
1943
1944 2019-12-27 Simon Marchi <simon.marchi@polymtl.ca>
1945
1946 * lib/ada.exp (gnat_runtime_has_debug_info): New proc.
1947 * lib/gnat_debug_info_test.adb: New file.
1948 * gdb.ada/ptype_tagged_param.exp: Use
1949 gnat_runtime_has_debug_info, expect a different output if
1950 runtime does not have debug info.
1951
1952 2019-12-20 Simon Marchi <simon.marchi@efficios.com>
1953
1954 * lib/sym-info-cmds.exp (GDBInfoSymbols::check_no_entry): Add
1955 (another) quote in test name.
1956
1957 2019-12-20 Simon Marchi <simon.marchi@efficios.com>
1958
1959 * lib/sym-info-cmds.exp (GDBInfoModuleSymbols::check_no_entry):
1960 Add quote in test name.
1961
1962 2019-12-20 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1963
1964 * gdb.cp/pass-by-ref.cc: Delete. Generated in the output
1965 directory instead.
1966 * gdb.cp/pass-by-ref.exp: Extend with more cases.
1967 * gdb.cp/pass-by-ref-2.cc: New file.
1968 * gdb.cp/pass-by-ref-2.exp: New file.
1969
1970 2019-12-20 Tom Tromey <tom@tromey.com>
1971
1972 * gdb.tui/list-before.exp: New file.
1973
1974 2019-12-20 Tom Tromey <tom@tromey.com>
1975
1976 * gdb.tui/list.exp: Check for source on initial listing.
1977
1978 2019-12-11 Tom Tromey <tromey@adacore.com>
1979
1980 * gdb.xml/tdesc-arch.exp (set_arch): Add "trans_mode" parameter.
1981 Add crlf test.
1982
1983 2019-12-18 Simon Marchi <simon.marchi@efficios.com>
1984
1985 * gdb.base/default.exp: Update value of $_gdb_major.
1986
1987 2019-12-17 Bernd Edlinger <bernd.edlinger@hotmail.de>
1988
1989 * gdb.base/skip.exp: Fix test failure observed with gcc-9.2.0.
1990
1991 2019-12-17 Bernd Edlinger <bernd.edlinger@hotmail.de>
1992
1993 * gdb.base/skip.exp: Whitespace fix.
1994
1995 2019-12-16 Bernd Edlinger <bernd.edlinger@hotmail.de>
1996
1997 * gdb.base/skip-inline.c: New file.
1998 * gdb.base/skip-inline.exp: New file.
1999
2000 2019-12-16 Simon Marchi <simon.marchi@polymtl.ca>
2001
2002 * gdb.base/jit-reader.exp (jit_reader_test): Rename
2003 jit_function_00 to jit_function_stack_mangle.
2004 * gdb.base/jithost.c (jit_function_t): Rename to...
2005 (jit_function_stack_mangle_t): ... this.
2006 (jit_function_add_t): New typedef.
2007 (jit_function_00_code): Rename to...
2008 (jit_function_stack_mangle_code): ... this, make static.
2009 (jit_function_add_code): New.
2010 (main): Generate "add" function and call it. Adjust to changes
2011 in jithost_abi.
2012 * gdb.base/jithost.h (struct jithost_abi_bounds): New.
2013 (struct jithost_abi) <begin, end>: Remove fields.
2014 <object, function_stack_mangle, function_add>: New fields.
2015 * gdb.base/jitreader.c (struct reader_state) <code_begin,
2016 code_end>: Remove fields.
2017 <func_stack_mangle>: New field.
2018 (read_debug_info): Adjust to renaming, create block for "add"
2019 function.
2020 (read_sp, unwind_frame, get_frame_id): Adjust to other changes.
2021
2022 2019-12-11 Tom Tromey <tom@tromey.com>
2023
2024 * gdb.tui/resize.exp: Fix regexp.
2025 * gdb.tui/regs.exp: Fix regexps.
2026 * gdb.tui/main.exp: Fix regexp.
2027
2028 2019-12-11 Tom Tromey <tom@tromey.com>
2029
2030 * gdb.tui/resize.exp: Update.
2031 * gdb.tui/empty.exp (layouts): Update.
2032
2033 2019-12-11 Tom Tromey <tom@tromey.com>
2034
2035 * gdb.tui/regs.exp: Update.
2036 * gdb.tui/empty.exp (layouts): Update.
2037 * gdb.tui/basic.exp: Update.
2038 * lib/tuiterm.exp (_check_box): Don't check bottom border.
2039
2040 2019-12-11 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2041
2042 * gdb.base/options.exp: Add -raw-values in the print completion list.
2043 * gdb.python/py-prettyprint.exp: Add tests for -raw-values.
2044
2045 2019-12-10 Kevin Buettner <kevinb@redhat.com>
2046
2047 * gdb.threads/omp-par-scope.c: New file.
2048 * gdb/threads/omp-par-scope.exp: New file.
2049
2050 2019-12-10 Kevin Buettner <kevinb@redhat.com>
2051
2052 * lib/gdb.exp (support_nested_function_tests): New proc.
2053
2054 2019-12-10 Kevin Buettner <kevinb@redhat.com>
2055
2056 * lib/gdb.exp (gdb_compile_openmp): New proc.
2057 (build_executable_from_specs): Add an "openmp" option.
2058 (gdb_compile_pthreads): Add non-executable case.
2059
2060 2019-12-10 Tom Tromey <tromey@adacore.com>
2061
2062 * gdb.ada/unchecked_union.exp: New file.
2063 * gdb.ada/unchecked_union/pck.adb: New file.
2064 * gdb.ada/unchecked_union/pck.ads: New file.
2065 * gdb.ada/unchecked_union/unchecked_union.adb: New file.
2066 * gdb-utils.exp (string_to_regexp): Also quote "?".
2067
2068 2019-12-10 George Barrett <bob@bob131.so>
2069
2070 Test scripted probe breakpoints.
2071 * gdb.guile/scm-breakpoint.c (main): Add probe point.
2072 * gdb.python/py-breakpoint.c (main): Likewise.
2073 * gdb.guile/scm-breakpoint.exp (test_bkpt_probe): Add probe
2074 specifier test.
2075 * gdb.python/py-breakpoint.exp (test_bkpt_probe): Likewise.
2076
2077 2019-12-09 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2078
2079 * gdb.cp/rvalue-ref-overload.cc (g): New function that takes
2080 an rvalue parameter.
2081 * gdb.cp/rvalue-ref-overload.exp: Test calling it with an lvalue
2082 parameter.
2083
2084 2019-12-09 Andrew Burgess <andrew.burgess@embecosm.com>
2085
2086 * gdb.mi/mi-fortran-modules.exp: Add patterns to skip system
2087 modules.
2088
2089 2019-12-09 Andrew Burgess <andrew.burgess@embecosm.com>
2090
2091 * gdb.fortran/derived-type-striding.exp: KFAIL if we are using a
2092 broken version of GCC.
2093
2094 2019-12-09 Andrew Burgess <andrew.burgess@embecosm.com>
2095
2096 * gdb.fortran/info-modules.exp: Rewrite to make use of new
2097 sym-info-cmds library.
2098 * gdb.fortran/info-types.exp: Likewise.
2099 * lib/sym-info-cmds.exp: New file.
2100
2101 2019-12-08 Tom de Vries <tdevries@suse.de>
2102
2103 * gdb.dwarf2/imported-unit.exp: Fix inter-CU references.
2104
2105 2019-12-07 Keith Seitz <keiths@redhat.com>
2106
2107 * gdb.base/corefile-buildid-shlib-shr.c: New file.
2108 * gdb.base/corefile-buildid-shlib.c: New file.
2109 * gdb.base/corefile-buildid.c: New file.
2110 * gdb.base/corefile-buildid.exp: New file.
2111
2112 2019-12-06 Tom de Vries <tdevries@suse.de>
2113
2114 * gdb.dwarf2/varval.exp: Add decl before def test.
2115
2116 2019-12-06 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2117
2118 * gdb.cp/rvalue-ref-overload.exp: Minor cleanup.
2119
2120 2019-12-06 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2121
2122 * gdb.cp/rvalue-ref-overload.cc: Add a case that involves both
2123 CV and reference conversion for overload resolution.
2124 * gdb.cp/rvalue-ref-overload.exp: Test it.
2125
2126 2019-12-06 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2127
2128 * gdb.threads/pthreads.exp: Test taas and tfaas without command.
2129 * gdb.base/frameapply.exp: Test faas without command.
2130
2131 2019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
2132
2133 * lib/gdb.exp (gdb_compile): Add -J compiler option when building
2134 Fortran tests.
2135 * gdb.mi/mi-fortran-modules.exp: Compile source files in correct
2136 order.
2137
2138 2019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
2139
2140 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): Handle
2141 casting to type with no kind specified.
2142 (test_basic_parsing_of_type_kinds): Additional tests for types
2143 with no kind specified, and add tests for single/double
2144 precision/complex types.
2145
2146 2019-12-04 Tom Tromey <tromey@adacore.com>
2147
2148 * gdb.base/endianity.c (struct other) <x>: New field.
2149 (main): Initialize it.
2150 * gdb.base/endianity.exp: Update.
2151
2152 2019-12-04 Tom Tromey <tromey@adacore.com>
2153
2154 * gdb.ada/scalar_storage/storage.adb: New file.
2155 * gdb.ada/scalar_storage/pck.adb: New file.
2156 * gdb.ada/scalar_storage/pck.ads: New file.
2157 * gdb.ada/scalar_storage.exp: New file.
2158
2159 2019-12-04 Tom Tromey <tromey@adacore.com>
2160
2161 * gdb.base/endianity.c (struct otherendian) <f>: New field.
2162 (main): Initialize it.
2163 * gdb.base/endianity.exp: Update.
2164
2165 2019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
2166
2167 * gdb.mi/mi-sym-info.exp: Add tests for -max-results parameter.
2168
2169 2019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
2170
2171 * gdb.mi/mi-fortran-modules.exp: Add additional tests for
2172 -symbol-info-module-functions and -symbol-info-module-variables.
2173
2174 2019-12-01 Andrew Burgess <andrew.burgess@embecosm.com>
2175
2176 * gdb.fortran/array-slices.exp: Add test for dynamic strings.
2177
2178 2019-12-01 Richard Bunt <richard.bunt@arm.com>
2179 Andrew Burgess <andrew.burgess@embecosm.com>
2180
2181 * gdb.fortran/derived-type-striding.exp: New file.
2182 * gdb.fortran/derived-type-striding.f90: New file.
2183 * gdb.fortran/array-slices.exp: New file.
2184 * gdb.fortran/array-slices.f90: New file.
2185
2186 2019-11-30 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2187
2188 * gdb.base/define.exp: Test . in command names.
2189 * gdb.base/setshow.exp: Update test, as . is now part of
2190 command name.
2191
2192 2019-11-30 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2193
2194 * gdb.base/define-prefix.exp: New file.
2195
2196 2019-11-28 Andrew Burgess <andrew.burgess@embecosm.com>
2197
2198 * lib/gdb.exp (skip_btrace_tests): Return 1 if the test fails to
2199 compile.
2200 (skip_btrace_pt_tests): Likewise.
2201
2202 2019-11-27 Andrew Burgess <andrew.burgess@embecosm.com>
2203
2204 * gdb.fortran/info-modules.exp: Compile source files in correct
2205 order.
2206
2207 2019-11-27 Kevin Buettner <kevinb@redhat.com>
2208
2209 * gdb.dwarf2/imported-unit.exp: New file.
2210 * gdb.dwarf2/imported-unit.c: New file.
2211
2212 2019-11-27 Andrew Burgess <andrew.burgess@embecosm.com>
2213
2214 * gdb.mi/mi-fortran-modules-2.f90: New file.
2215 * gdb.mi/mi-fortran-modules.exp: New file.
2216 * gdb.mi/mi-fortran-modules.f90: New file.
2217
2218 2019-11-27 Andrew Burgess <andrew.burgess@embecosm.com>
2219
2220 * gdb.mi/mi-sym-info-1.c: New file.
2221 * gdb.mi/mi-sym-info-2.c: New file.
2222 * gdb.mi/mi-sym-info.exp: New file.
2223
2224 2019-11-22 Tom Tromey <tromey@adacore.com>
2225
2226 * gdb.ada/tasks.exp: Add -ada-task-info regression test.
2227 * gdb.ada/tasks/foo.adb: Add another stopping location.
2228
2229 2019-11-21 Peeter Joot <peeter.joot@lzlabs.com>
2230
2231 * gdb.base/endianity.c: New test.
2232 * gdb.base/endianity.exp: New file.
2233
2234 2019-11-21 Lukas Durfina <ldurfina@tachyum.com>
2235
2236 * gdb.arch/amd64-eval.exp: Skip test if target is not x86-64.
2237
2238 2019-11-21 Tom de Vries <tdevries@suse.de>
2239
2240 PR gdb/24956
2241 * gdb.base/ui-redirect.exp: Test output of user-defined command.
2242
2243 2019-11-20 Sergio Durigan Junior <sergiodj@redhat.com>
2244
2245 * gdb.python/py-progspace.exp: Add missing parentheses on some
2246 'print' commands.
2247
2248 2019-11-19 Tom Tromey <tom@tromey.com>
2249
2250 * gdb.tui/winheight.exp: New file.
2251
2252 2019-11-19 Andrew Burgess <andrew.burgess@embecosm.com>
2253
2254 * gdb.base/ctf-whatis.c: Delete.
2255 * gdb.base/ctf-whatis.exp: Delete.
2256 * gdb.base/whatis.exp: Rewrite to compile as both dwarf and ctf.
2257
2258 2019-11-19 Andrew Burgess <andrew.burgess@embecosm.com>
2259
2260 * gdb.base/ctf-cvexpr.exp: Delete.
2261 * gdb.base/cvexpr.exp: Rewrite to compile as both dwarf and ctf.
2262
2263 2019-11-19 Andrew Burgess <andrew.burgess@embecosm.com>
2264
2265 * gdb.base/ctf-constvars.exp: Skip test if CTF is not supported in
2266 the compiler. Clean up header comment a little.
2267 * gdb.base/ctf-ptype.exp: Likewise.
2268 * gdb.base/ctf-whatis.exp: Likewise.
2269 * lib/gdb.exp (skip_ctf_tests): New proc.
2270
2271 2019-11-18 Sergio Durigan Junior <sergiodj@redhat.com>
2272
2273 https://bugzilla.redhat.com/show_bug.cgi?id=1765117
2274 * gdb.tui/corefile-run.exp: New file.
2275
2276 2019-11-14 Tom Tromey <tromey@adacore.com>
2277
2278 * gdb.base/gdbvars.exp (test_convenience_variables): Add
2279 regression tests.
2280
2281 2019-11-12 Tom Tromey <tom@tromey.com>
2282
2283 * lib/tuiterm.exp (_accept): Add wait_for parameter. Check output
2284 after any command. Expect prompt after WAIT_FOR is seen.
2285 (enter_tui): Enable resize messages.
2286 (command): Expect command in output.
2287 (get_line): Avoid error when cursor appears to be off-screen.
2288 (dump_screen): Include screen size in title.
2289 (_do_resize): New proc, from "resize".
2290 (resize): Rewrite. Do resize in two steps.
2291 * gdb.tui/empty.exp (layouts): Fix entries.
2292 (check_boxes): Remove xfail.
2293 (check_text): Dump screen on failure.
2294
2295 2019-11-10 Andrew Burgess <andrew.burgess@embecosm.com>
2296
2297 * gdb.python/py-symbol.exp: Add test for
2298 gdb.lookup_static_symbols.
2299
2300 2019-11-10 Andrew Burgess <andrew.burgess@embecosm.com>
2301
2302 * gdb.python/py-symbol.c: Declare and call function from new
2303 py-symbol-2.c file.
2304 * gdb.python/py-symbol.exp: Compile both source files, and add new
2305 tests for gdb.lookup_static_symbol.
2306 * gdb.python/py-symbol-2.c: New file.
2307
2308 2019-11-02 Tom de Vries <tdevries@suse.de>
2309
2310 * gdb.base/advance.exp: Drop superfluous 3rd argument to gdb_test.
2311 * gdb.base/anon.exp: Same.
2312 * gdb.base/auto-connect-native-target.exp: Same.
2313 * gdb.base/call-ar-st.exp: Same.
2314 * gdb.base/catch-syscall.exp: Same.
2315 * gdb.base/commands.exp: Same.
2316 * gdb.base/default.exp: Same.
2317 * gdb.base/display.exp: Same.
2318 * gdb.base/float.exp: Same.
2319 * gdb.base/foll-fork.exp: Same.
2320 * gdb.base/help.exp: Same.
2321 * gdb.base/info-macros.exp: Same.
2322 * gdb.base/info-proc.exp: Same.
2323 * gdb.base/info-target.exp: Same.
2324 * gdb.base/long_long.exp: Same.
2325 * gdb.base/macscp.exp: Same.
2326 * gdb.base/memattr.exp: Same.
2327 * gdb.base/nofield.exp: Same.
2328 * gdb.base/pointers.exp: Same.
2329 * gdb.base/printcmds.exp: Same.
2330 * gdb.base/ptype.exp: Same.
2331 * gdb.base/restore.exp: Same.
2332 * gdb.base/return.exp: Same.
2333 * gdb.base/scope.exp: Same.
2334 * gdb.base/set-noassign.exp: Same.
2335 * gdb.base/setshow.exp: Same.
2336 * gdb.base/shlib-call.exp: Same.
2337 * gdb.base/signals.exp: Same.
2338 * gdb.base/sigstep.exp: Same.
2339 * gdb.base/skip.exp: Same.
2340 * gdb.base/solib-symbol.exp: Same.
2341 * gdb.base/stap-probe.exp: Same.
2342 * gdb.base/step-line.exp: Same.
2343 * gdb.base/step-test.exp: Same.
2344 * gdb.base/style.exp: Same.
2345 * gdb.base/varargs.exp: Same.
2346 * gdb.base/vla-datatypes.exp: Same.
2347 * gdb.base/vla-ptr.exp: Same.
2348 * gdb.base/vla-sideeffect.exp: Same.
2349 * gdb.base/volatile.exp: Same.
2350 * gdb.base/watch-cond-infcall.exp: Same.
2351 * gdb.base/watchpoint.exp: Same.
2352
2353 2019-11-02 Tom de Vries <tdevries@suse.de>
2354
2355 * gdb.cp/anon-union.exp: Drop superfluous 3rd argument to gdb_test.
2356 * gdb.cp/cpexprs.exp: Same.
2357 * gdb.cp/except-multi-location.exp: Same.
2358 * gdb.cp/exceptprint.exp: Same.
2359 * gdb.cp/gdb2384.exp: Same.
2360 * gdb.cp/inherit.exp: Same.
2361 * gdb.cp/m-static.exp: Same.
2362 * gdb.cp/meth-typedefs.exp: Same.
2363 * gdb.cp/misc.exp: Same.
2364 * gdb.cp/namespace.exp: Same.
2365 * gdb.cp/non-trivial-retval.exp: Same.
2366 * gdb.cp/overload.exp: Same.
2367 * gdb.cp/pr17132.exp: Same.
2368 * gdb.cp/re-set-overloaded.exp: Same.
2369 * gdb.cp/rvalue-ref-types.exp: Same.
2370 * gdb.cp/templates.exp: Same.
2371
2372 2019-11-01 Luis Machado <luis.machado@linaro.org>
2373
2374 PR gdb/25124
2375
2376 * gdb.arch/pr25124.S: New file.
2377 * gdb.arch/pr25124.exp: New file.
2378
2379 2019-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
2380
2381 * gdb.fortran/info-modules.exp: Update expected results, and add
2382 additional tests for 'info module functinos', and 'info module
2383 variables'.
2384 * gdb.fortran/info-types.exp: Update expected results.
2385 * gdb.fortran/info-types.f90: Extend testcase with additional
2386 module variables and functions.
2387
2388 2019-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
2389
2390 * gdb.fortran/info-modules.exp: New file.
2391 * gdb.fortran/info-types.exp: Build with new file.
2392 * gdb.fortran/info-types.f90: Include and use new module.
2393 * gdb.fortran/info-types-2.f90: New file.
2394
2395 2019-10-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2396
2397 * gdb.base/setshow.exp: Test $_gdb_setting and $_gdb_setting_str.
2398 * gdb.base/settings.exp: Test all settings types using
2399 $_gdb_maint_setting and $_gdb_maint_setting_str in proc_show_setting,
2400 that now verifies that the value of "maint show" is the same as
2401 returned by the settings functions. Test the type of the
2402 maintenance settings.
2403 * gdb.base/default.exp: Update show_conv_list.
2404
2405 2019-10-31 Tom de Vries <tdevries@suse.de>
2406
2407 * gdb.arch/amd64-disp-step-avx.exp: Drop superfluous 3rd argument to
2408 gdb_test.
2409 * gdb.arch/amd64-disp-step.exp: Same.
2410 * gdb.asm/asm-source.exp: Same.
2411 * gdb.btrace/buffer-size.exp: Same.
2412 * gdb.btrace/cpu.exp: Same.
2413 * gdb.btrace/enable.exp: Same.
2414 * gdb.dwarf2/count.exp: Same.
2415 * gdb.dwarf2/dw2-ranges-func.exp: Same.
2416 * gdb.dwarf2/dw2-ranges-psym.exp: Same.
2417 * gdb.fortran/vla-datatypes.exp: Same.
2418 * gdb.fortran/vla-history.exp: Same.
2419 * gdb.fortran/vla-ptype.exp: Same.
2420 * gdb.fortran/vla-value.exp: Same.
2421 * gdb.fortran/whatis_type.exp: Same.
2422 * gdb.guile/guile.exp: Same.
2423 * gdb.multi/tids.exp: Same.
2424 * gdb.python/py-finish-breakpoint.exp: Same.
2425 * gdb.python/py-framefilter.exp: Same.
2426 * gdb.python/py-pp-registration.exp: Same.
2427 * gdb.python/py-xmethods.exp: Same.
2428 * gdb.python/python.exp: Same.
2429 * gdb.server/connect-with-no-symbol-file.exp: Same.
2430 * gdb.server/no-thread-db.exp: Same.
2431 * gdb.server/run-without-local-binary.exp: Same.
2432 * gdb.stabs/weird.exp: Same.
2433 * gdb.threads/attach-many-short-lived-threads.exp: Same.
2434 * gdb.threads/thread-find.exp: Same.
2435 * gdb.threads/tls-shared.exp: Same.
2436 * gdb.threads/tls.exp: Same.
2437 * gdb.threads/wp-replication.exp: Same.
2438 * gdb.trace/ax.exp: Same.
2439 * lib/gdb.exp (gdb_test_exact, help_test_raw): Same.
2440
2441 2019-10-31 Tom de Vries <tdevries@suse.de>
2442
2443 * gdb.ada/array_bounds.exp: Drop superfluous 3rd argument to gdb_test.
2444 * gdb.ada/array_subscript_addr.exp: Same.
2445 * gdb.ada/arrayidx.exp: Same.
2446 * gdb.ada/arrayparam.exp: Same.
2447 * gdb.ada/arrayptr.exp: Same.
2448 * gdb.ada/boolean_expr.exp: Same.
2449 * gdb.ada/call_pn.exp: Same.
2450 * gdb.ada/complete.exp: Same.
2451 * gdb.ada/fixed_cmp.exp: Same.
2452 * gdb.ada/fun_addr.exp: Same.
2453 * gdb.ada/funcall_param.exp: Same.
2454 * gdb.ada/interface.exp: Same.
2455 * gdb.ada/mod_from_name.exp: Same.
2456 * gdb.ada/null_array.exp: Same.
2457 * gdb.ada/packed_array.exp: Same.
2458 * gdb.ada/packed_tagged.exp: Same.
2459 * gdb.ada/print_chars.exp: Same.
2460 * gdb.ada/print_pc.exp: Same.
2461 * gdb.ada/ptype_arith_binop.exp: Same.
2462 * gdb.ada/ptype_field.exp: Same.
2463 * gdb.ada/ptype_tagged_param.exp: Same.
2464 * gdb.ada/rec_return.exp: Same.
2465 * gdb.ada/ref_tick_size.exp: Same.
2466 * gdb.ada/str_ref_cmp.exp: Same.
2467 * gdb.ada/taft_type.exp: Same.
2468 * gdb.ada/tagged.exp: Same.
2469 * gdb.ada/type_coercion.exp: Same.
2470 * gdb.ada/uninitialized_vars.exp: Same.
2471
2472 2019-10-30 Tom de Vries <tdevries@suse.de>
2473
2474 * lib/gdb.exp (gdb_test_multiple): Handle -early pattern flag.
2475
2476 2019-10-26 Tom de Vries <tdevries@suse.de>
2477
2478 * gdb.base/bigcore.c: Fix typos in comments.
2479 * gdb.base/ctf-ptype.c: Same.
2480 * gdb.base/long_long.c: Same.
2481 * gdb.dwarf2/dw2-op-out-param.S: Same.
2482 * gdb.python/py-evthreads.c: Same.
2483 * gdb.reverse/i387-stack-reverse.c: Same.
2484 * gdb.trace/tfile.c: Same.
2485 * lib/compiler.c: Same.
2486 * lib/compiler.cc: Same.
2487
2488 2019-10-25 Tom de Vries <tdevries@suse.de>
2489
2490 * gdb.reverse/sigall-precsave.exp: Use -wrap and $gdb_test_name in
2491 gdb_test_multiple calls.
2492 * gdb.reverse/sigall-reverse.exp: Same.
2493 * gdb.reverse/solib-precsave.exp: Same.
2494 * gdb.reverse/solib-reverse.exp: Same.
2495 * gdb.reverse/until-precsave.exp: Same.
2496 * gdb.reverse/until-reverse.exp: Same.
2497
2498 2019-10-24 Tom de Vries <tdevries@suse.de>
2499
2500 * lib/gdb.exp (gdb_test_multiple): Add -wrap pattern flag.
2501 * gdb.reverse/step-precsave.exp: Rewrite gdb_test_multiple containing
2502 kfail using -wrap pattern flag and convenience variable
2503 gdb_test_name.
2504
2505 2019-10-24 Andrew Burgess <andrew.burgess@embecosm.com>
2506
2507 * gdb.python/py-progspace.exp: Add tests for the
2508 Progspace.block_for_pc method.
2509
2510 2019-10-23 Tom Tromey <tom@tromey.com>
2511
2512 * configure: Rebuild.
2513 * aclocal.m4: Use m4_include, not sinclude.
2514
2515 2019-10-21 Tom de Vries <tdevries@suse.de>
2516
2517 * gdb.base/infcall-nested-structs.c: Add
2518 __attribute__((noinline,noclone)) to all functions.
2519 (call_all): Add missing variable initialization. Simplify return value.
2520 (breakpt): Increment volatile variable, to prevent call from being
2521 optimized out.
2522 * gdb.base/infcall-nested-structs.exp: Compile with -O2.
2523
2524 2019-10-17 Tom de Vries <tdevries@suse.de>
2525
2526 * gdb.fortran/module.exp: Allow info variables to print info for files
2527 other than module.f90.
2528
2529 2019-10-16 Andrew Burgess <andrew.burgess@embecosm.com>
2530
2531 * gdb.fortran/module.exp: Extend with 'info variables' test.
2532
2533 2019-10-16 Andrew Burgess <andrew.burgess@embecosm.com>
2534
2535 * boards/cc-with-tweaks.exp: Setup F90_FOR_TARGET and
2536 F77_FOR_TARGET.
2537
2538 2019-10-16 Tom de Vries <tdevries@suse.de>
2539
2540 PR tdep/25096
2541 * gdb.base/infcall-nested-structs.exp: Remove PR25096 KFAILs.
2542
2543 2019-10-16 Tom de Vries <tdevries@suse.de>
2544
2545 PR tdep/24104
2546 * gdb.base/infcall-nested-structs.exp: Remove XFAIL for PR tdep/24104.
2547 Add KFAIL for PR tdep/25096.
2548
2549 2019-10-16 Tom de Vries <tdevries@suse.de>
2550
2551 PR testsuite/25059
2552 * gdb.cp/local-static.exp (do_test): Add xfails for gcc PR debug/55541.
2553
2554 2019-10-16 Tom de Vries <tdevries@suse.de>
2555
2556 * gdb.base/jit-reader.exp: Allow non-pointer registers to be printed
2557 as signed.
2558
2559 2019-10-14 Simon Marchi <simon.marchi@polymtl.ca>
2560
2561 * gdb.mi/list-thread-groups-available.exp: Read entries one by
2562 one instead of increasing timeout.
2563
2564 2019-10-13 Tom de Vries <tdevries@suse.de>
2565
2566 PR record/25038
2567 * gdb.reverse/sigall-precsave.exp: Add PR record/25038 KFAIL.
2568 * gdb.reverse/sigall-reverse.exp: Same.
2569 * gdb.reverse/solib-precsave.exp: Same.
2570 * gdb.reverse/solib-reverse.exp: Same.
2571 * gdb.reverse/step-precsave.exp: Same.
2572 * gdb.reverse/until-precsave.exp: Same.
2573 * gdb.reverse/until-reverse.exp: Same.
2574 * lib/gdb.exp (gdb_continue_to_breakpoint): Same.
2575
2576 2019-10-10 Andreas Arnez <arnez@linux.ibm.com>
2577
2578 * gdb.base/infcall-nested-structs.c (cmp_struct_02_01)
2579 (cmp_struct_02_02, cmp_struct_04_01, cmp_struct_04_02)
2580 (cmp_struct_05_01, cmp_struct_static_02_01)
2581 (cmp_struct_static_04_01, cmp_struct_static_06_01): Fix redundant
2582 comparisons.
2583
2584 2019-10-10 Tom de Vries <tdevries@suse.de>
2585
2586 PR testsuite/24888
2587 * lib/ada.exp (target_compile_ada_from_dir): Route -pie/-no-pie to
2588 gnatlink.
2589
2590 2019-10-09 Tom de Vries <tdevries@suse.de>
2591
2592 PR testsuite/25048
2593 * gdb.rust/simple.exp: Add xfails for incorrect DWARF.
2594
2595 2019-10-07 Andrew Burgess <andrew.burgess@embecosm.com>
2596
2597 * gdb.ada/catch_ex_std.exp: Handle being unabled to catch Ada
2598 exceptions due to missing debug information.
2599
2600 2019-10-07 Tom de Vries <tdevries@suse.de>
2601
2602 * gdb.base/default.exp: Expect _gdb_major/_gdb_minor to be 9.1.
2603
2604 2019-10-07 Andrew Burgess <andrew.burgess@embecosm.com>
2605
2606 * lib/gdb.exp (gdb_test_multiple): Add gdb_test_name mechanism.
2607 * gdb.base/annota1.exp: Update to use gdb_test_name.
2608
2609 2019-10-07 Weimin Pan <weimin.pan@oracle.com>
2610
2611 * gdb.base/ctf-whatis.exp: New file.
2612 * gdb.base/ctf-whatis.c: New file.
2613 * gdb.base/ctf-ptype.exp: New file.
2614 * gdb.base/ctf-ptype.c: New file.
2615 * gdb.base/ctf-constvars.exp: New file.
2616 * gdb.base/ctf-constvars.c: New file.
2617 * gdb.base/ctf-cvexpr.exp: New file.
2618
2619 2019-10-04 Tom de Vries <tdevries@suse.de>
2620
2621 * gdb.cp/local-static.c (main): Move declaration of int i out of the
2622 for loop.
2623
2624 2019-10-03 Tom Tromey <tom@tromey.com>
2625
2626 PR rust/24976:
2627 * gdb.rust/simple.rs (Union2): New type.
2628 (main): Use Union2.
2629 * gdb.rust/simple.exp: Add test.
2630
2631 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
2632
2633 * gdb.fortran/nested-funcs-2.exp: Run tests with and without the
2634 nested function prefix.
2635
2636 2019-10-03 Bernhard Heckel <bernhard.heckel@intel.com>
2637 Richard Bunt <richard.bunt@arm.com>
2638 Andrew Burgess <andrew.burgess@embecosm.com>
2639
2640 * gdb.fortran/nested-funcs.exp: Tests for placing breakpoints on
2641 nested functions.
2642 * gdb.fortran/nested-funcs.f90: Update expected results.
2643 * gdb.fortran/nested-funcs-2.exp: New file.
2644 * gdb.fortran/nested-funcs-2.f90: New file.
2645
2646 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
2647
2648 * gdb.python/py-parameter.exp: Make test names unique.
2649 * gdb.python/py-template.exp: Likewise.
2650 * gdb.python/py-value.exp: Likewise.
2651
2652 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
2653
2654 * gdb.base/break-interp.exp: Reduce test name duplication.
2655 * gdb.base/call-sc.exp: Likewise.
2656 * gdb.base/callfuncs.exp: Likewise.
2657 * gdb.base/charset.exp: Likewise.
2658 * gdb.base/dump.exp: Likewise.
2659 * gdb.base/ena-dis-br.exp: Likewise.
2660 * gdb.base/relational.exp: Likewise.
2661 * gdb.base/step-over-syscall.exp: Likewise.
2662 * gdb.base/structs.exp: Likewise.
2663
2664 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
2665
2666 * gdb.linespec/explicit.exp: Make test names unique.
2667 * gdb.linespec/ls-errs.exp: Likewise.
2668
2669 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
2670
2671 * gdb.reverse/break-precsave.exp: Make test names unique.
2672 * gdb.reverse/break-reverse.exp: Likewise.
2673 * gdb.reverse/finish-precsave.exp: Likewise.
2674 * gdb.reverse/finish-reverse.exp: Likewise.
2675 * gdb.reverse/machinestate-precsave.exp: Likewise.
2676 * gdb.reverse/machinestate.exp: Likewise.
2677 * gdb.reverse/readv-reverse.exp: Likewise.
2678 * gdb.reverse/recvmsg-reverse.exp: Likewise.
2679 * gdb.reverse/sigall-precsave.exp: Likewise.
2680 * gdb.reverse/sigall-reverse.exp: Likewise.
2681 * gdb.reverse/step-indirect-call-thunk.exp: Likewise.
2682 * gdb.reverse/watch-precsave.exp: Likewise.
2683 * gdb.reverse/watch-reverse.exp: Likewise.
2684
2685 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
2686
2687 * gdb.threads/stop-with-handle.c: New file.
2688 * gdb.threads/stop-with-handle.exp: New file.
2689
2690 2019-10-03 Tom de Vries <tdevries@suse.de>
2691
2692 PR testsuite/25059
2693 * gdb.base/list-missing-source.exp: Allowing the "Compilation
2694 directory" line to be missing.
2695
2696 2019-10-03 Tom de Vries <tdevries@suse.de>
2697
2698 PR testsuite/25059
2699 * gdb.base/info-types.exp: Make the presence of the 'unsigned int'
2700 type optional.
2701
2702 2019-10-02 Andreas Arnez <arnez@linux.ibm.com>
2703
2704 * gdb.python/py-format-string.c (string.h): New include.
2705 (main): Fill a_struct_with_union.the_union.an_int with bytes of
2706 the same value, for endianness-independence.
2707 * gdb.python/py-format-string.exp (default_regexp_dict)
2708 (test_pretty_structs, test_format): Adjust expected output to the
2709 changed initialization.
2710
2711 2019-10-02 Tom Tromey <tromey@adacore.com>
2712
2713 * gdb.ada/catch_ex_std.exp: Add $_ada_exception test.
2714
2715 2019-10-02 Pedro Alves <palves@redhat.com>
2716 Andrew Burgess <andrew.burgess@embecosm.com>
2717
2718 * gdb.base/print-file-var-lib1.c: Include <stdio.h> and
2719 "print-file-var.h".
2720 (this_version_id) Use ATTRIBUTE_VISIBILITY.
2721 (get_version_1): Print this_version_id and its address.
2722 Add extern "C" wrappers around interface functions.
2723 * gdb.base/print-file-var-lib2.c: Include <stdio.h> and
2724 "print-file-var.h".
2725 (this_version_id) Use ATTRIBUTE_VISIBILITY.
2726 (get_version_2): Print this_version_id and its address.
2727 Add extern "C" wrappers around interface functions.
2728 * gdb.base/print-file-var-main.c: Include <dlfcn.h>, <assert.h>,
2729 <stddef.h> and "print-file-var.h".
2730 Add extern "C" wrappers around interface functions.
2731 [VERSION_ID_MAIN] (this_version_id): Define.
2732 (main): Define v0. Use dlopen if SHLIB_NAME is defined.
2733 * gdb.base/print-file-var.h: Add some #defines to simplify setting
2734 up extern "C" blocks.
2735 * gdb.base/print-file-var.exp (test): New, factored out from top
2736 level.
2737 (top level): Test all combinations of attribute hidden or not,
2738 dlopen or not, and this_version_id symbol in main file or not.
2739 Compile tests as both C++ and C, make test names unique.
2740
2741 2019-10-01 Tom Tromey <tom@tromey.com>
2742
2743 * gdb.base/style.exp: Test "show logging filename".
2744
2745 2019-10-01 Tom Tromey <tom@tromey.com>
2746
2747 * lib/gdb-utils.exp (style): Handle "metadata" argument.
2748 * gdb.base/style.exp: Add metadata style test.
2749
2750 2019-10-01 Tom Tromey <tom@tromey.com>
2751
2752 * gdb.base/style.exp: Test "pwd".
2753
2754 2019-10-01 Tom Tromey <tom@tromey.com>
2755
2756 * gdb.base/style.exp: Update tests.
2757
2758 2019-10-01 Andreas Arnez <arnez@linux.ibm.com>
2759
2760 * gdb.base/pretty-print.c (struct s1_t): Change fields 'three' and
2761 'six' to unsigned.
2762 (s1): Initialize fields 'four' and 'six' instead of 'three' and
2763 'five'. Use an all-ones bit pattern for each.
2764 * gdb.base/pretty-print.exp: Adjust expected output of "print s1"
2765 to its changed values.
2766
2767 2019-09-30 Tom Tromey <tromey@adacore.com>
2768
2769 * gdb.rust/traits.rs: Disable all warnings.
2770
2771 2019-09-29 Tom de Vries <tdevries@suse.de>
2772
2773 * gdb.dwarf2/gdb-index.exp: Handle new location of .dwz file.
2774
2775 2019-09-29 Tom de Vries <tdevries@suse.de>
2776
2777 * gdb.dwarf2/gdb-index.exp: Use with_test_prefix for second objcopy.
2778
2779 2019-09-27 Tom de Vries <tdevries@suse.de>
2780
2781 * gdb.reverse/step-precsave.exp: Add missing $gdb_prompt in regexps.
2782
2783 2019-09-27 Tom de Vries <tdevries@suse.de>
2784
2785 PR record/23188
2786 * gdb.reverse/step-precsave.exp: Add kfail for PR record/23188.
2787
2788 2019-09-26 Tom Tromey <tromey@adacore.com>
2789
2790 * gdb.ada/py_taft.exp: New file.
2791 * gdb.ada/py_taft/main.adb: New file.
2792 * gdb.ada/py_taft/pkg.adb: New file.
2793 * gdb.ada/py_taft/pkg.ads: New file.
2794
2795 2019-09-24 Tom de Vries <tdevries@suse.de>
2796
2797 PR gdb/24598
2798 * gdb.arch/amd64-init-x87-values.exp: Add xfail.
2799
2800 2019-09-22 Tom de Vries <tdevries@suse.de>
2801
2802 * gdb.base/restore.exp: Allow register variables to be optimized out at
2803 -O0.
2804
2805 2019-09-20 Ulrich Weigand <uweigand@de.ibm.com>
2806
2807 * gdb.arch/spu-info.exp: Remove file.
2808 * gdb.arch/spu-info.c: Remove file.
2809 * gdb.arch/spu-ls.exp: Remove file.
2810 * gdb.arch/spu-ls.c: Remove file.
2811
2812 * gdb.asm/asm-source.exp: Remove support for spu*-*-*.
2813 * gdb.asm/spu.inc: Remove file.
2814
2815 * gdb.base/dump.exp: Remove support for spu*-*-*.
2816 * gdb.base/stack-checking.exp: Likewise.
2817 * gdb.base/overlays.exp: Likewise.
2818 * gdb.base/ovlymgr.c: Likewise.
2819 * gdb.base/spu.ld: Remove file.
2820
2821 * gdb.cp/bs15503.exp: Remove support for spu*-*-*.
2822 * gdb.cp/cpexprs.exp: Likewise.
2823 * gdb.cp/exception.exp: Likewise.
2824 * gdb.cp/gdb2495.exp: Likewise.
2825 * gdb.cp/mb-templates.exp: Likewise.
2826 * gdb.cp/pr9167.exp: Likewise.
2827 * gdb.cp/userdef.exp: Likewise.
2828
2829 * gdb.xml/tdesc-regs.exp: Remove support for spu*-*-*.
2830
2831 * gdb.cell: Remove directory.
2832 * lib/cell.exp: Remove file.
2833
2834 2019-09-19 Tom de Vries <tdevries@suse.de>
2835
2836 * lib/gdb.exp (gdb_test): Eliminate "^FOOBAR$" pattern.
2837
2838 2019-09-19 Tom de Vries <tdevries@suse.de>
2839
2840 * lib/gdbserver-support.exp (gdb_target_cmd): Fix argument passing.
2841
2842 2019-09-19 Tom de Vries <tdevries@suse.de>
2843
2844 * lib/gdbserver-support.exp (gdb_target_cmd_ext): Return 2 (meaning
2845 UNSUPPORTED) for 'Network is unreachable' message. Factor out of ...
2846 (gdb_target_cmd): ... here.
2847 * gdb.server/server-connect.exp: Use gdb_target_cmd_ext, handle return
2848 value 2.
2849
2850 2019-09-18 Andrew Burgess <andrew.burgess@embecosm.com>
2851
2852 * gdb.base/source-dir.exp: Avoid having directory names in test
2853 names.
2854
2855 2019-09-17 Andrew Burgess <andrew.burgess@embecosm.com>
2856
2857 * gdb.base/source-dir.exp: Add extra test for mapped compilation
2858 directory.
2859
2860 2019-09-17 Andrew Burgess <andrew.burgess@embecosm.com>
2861
2862 * gdb.base/list-missing-source.exp: New file.
2863
2864 2019-09-14 Tom de Vries <tdevries@suse.de>
2865
2866 PR teststuite/24599
2867 * gdb.ada/rename_subscript_param.exp: Require gnatmake 8.
2868 * lib/ada.exp (gnatmake_version_at_least): New proc.
2869
2870 2019-09-12 Andrew Burgess <andrew.burgess@embecosm.com>
2871
2872 * gdb.base/maint.exp: Use exec_has_index_section.
2873
2874 2019-09-12 Andrew Burgess <andrew.burgess@embecosm.com>
2875
2876 * gdb.base/maint.exp: Add test for 'maint info sections'.
2877
2878 2019-09-12 Tom de Vries <tdevries@suse.de>
2879
2880 * gdb.base/store.exp: Allow register variables to be optimized out at
2881 -O0.
2882
2883 2019-09-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2884
2885 * gdb.ada/rdv_wait.exp: Update to new task names.
2886 * gdb.base/task_switch_in_core.exp: Likewise.
2887 * gdb.base/info_sources_base.c: Likewise.
2888
2889 2019-09-10 Tom Tromey <tromey@adacore.com>
2890
2891 * boards/cc-with-tweaks.exp: Set GNATMAKE_FOR_TARGET.
2892
2893 2019-09-10 Tom Tromey <tromey@adacore.com>
2894
2895 * gdb.ada/dgopt.exp: New file.
2896 * gdb.ada/dgopt/x.adb: New file.
2897
2898 2019-09-08 Tom Tromey <tom@tromey.com>
2899
2900 * gdb.tui/resize.exp: Remove setup_xfail.
2901 * gdb.tui/regs.exp: Remove setup_xfail.
2902 * gdb.tui/basic.exp: Remove setup_xfail.
2903
2904 2019-09-06 David Blaikie <dblaikie@gmail.com>
2905
2906 * gdb.base/label.exp: un-XFAIL label related tests under Clang.
2907 * gdb.cp/cplabel.exp: Ditto.
2908 * gdb.linespec/ls-errs.exp: Ditto.
2909
2910 2019-09-05 Tom de Vries <tdevries@suse.de>
2911
2912 * lib/gdb.exp (cmp_file_string): New proc.
2913 * gdb.base/ui-redirect.exp: Replace "gdb_breakpoint main" with
2914 runto_main. Verify save breakpoints output.
2915
2916 2019-09-04 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2917
2918 * gdb.base/info-var.exp: Test info variables without running
2919 to main, to avoid expect's buffer overflow.
2920
2921 2019-09-03 Tom Tromey <tromey@adacore.com>
2922
2923 * gdb.ada/bias.exp: New file.
2924 * gdb.ada/bias/bias.adb: New file.
2925 * gdb.ada/print_chars.exp: Add regression test.
2926 * gdb.ada/print_chars/foo.adb (My_Character): New type.
2927 (MC): New variable.
2928
2929 2019-08-29 Sandra Loosemore <sandra@codesourcery.com>
2930
2931 * gdb.base/argv0-symlink.exp: Run only on native target
2932 and local host.
2933
2934 2019-08-29 Tom de Vries <tdevries@suse.de>
2935
2936 * gdb.fortran/info-types.exp: Fix gdb_test regexp to allow more
2937 diverse debug info.
2938 * lib/fortran.exp (fortran_int8): New proc, based on fortran_int4.
2939
2940 2019-08-28 Tom de Vries <tdevries@suse.de>
2941
2942 * gdb.base/info-var.exp: Allow info variables to print info for files
2943 other than info-var-f1.c and info-var-f2.c.
2944
2945 2019-08-28 Andrew Burgess <andrew.burgess@embecosm.com>
2946
2947 * gdb.fortran/info-types.exp: Add module.
2948 * gdb.fortran/info-types.f90: Update expected results.
2949
2950 2019-08-28 Andrew Burgess <andrew.burgess@embecosm.com>
2951
2952 * gdb.fortran/info-types.exp: New file.
2953 * gdb.fortran/info-types.f90: New file.
2954 * lib/fortran.exp (fortran_character1): New proc.
2955
2956 2019-08-27 Andrew Burgess <andrew.burgess@embecosm.com>
2957
2958 * gdb.base/info-fun.exp: Extend to test the -n flag for 'info
2959 functions'. Reindent as needed.
2960 * gdb.base/info-var-f1.c: New file.
2961 * gdb.base/info-var-f2.c: New file.
2962 * gdb.base/info-var.exp: New file.
2963 * gdb.base/info-var.h: New file.
2964
2965 2019-08-26 Tom de Vries <tdevries@suse.de>
2966
2967 PR c++/24852
2968 * gdb.cp/no-libstdcxx-probe.exp: New test.
2969
2970 2019-08-26 Tom de Vries <tdevries@suse.de>
2971
2972 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt): Return 1 if probe
2973 * tests need to be skipped.
2974 * gdb.cp/exceptprint.exp: Update call to skip_libstdcxx_probe_tests.
2975 * gdb.mi/mi-catch-cpp-exceptions.exp: Update call to
2976 mi_skip_libstdcxx_probe_tests.
2977
2978 2019-08-26 Sergio Durigan Junior <sergiodj@redhat.com>
2979
2980 * gdb.python/py-xmethods.exp: Use raw strings when passing
2981 arguments to SimpleXMethodMatcher.
2982
2983 2019-08-22 Tom de Vries <tdevries@suse.de>
2984
2985 * gdb.multi/multi-term-settings.exp (coretest): Make gdb_test messages
2986 more informative.
2987
2988 2019-08-21 Pedro Alves <palves@redhat.com>
2989
2990 * gdb.base/with.exp: Test "with" with no arguments.
2991
2992 2019-08-21 Tom de Vries <tdevries@suse.de>
2993
2994 * gdb.base/gdb-caching-proc.exp: Sort files.
2995
2996 2019-08-20 Tom de Vries <tdevries@suse.de>
2997
2998 * lib/pascal.exp (gdb_compile_pascal): Remove $destfile before
2999 compilation.
3000
3001 2019-08-16 Tom de Vries <tdevries@suse.de>
3002
3003 * gdb.base/compare-sections.exp ("after run to main"): Allow
3004 mismatched read-only sections for PIE executables.
3005
3006 2019-08-16 Tom Tromey <tom@tromey.com>
3007
3008 * lib/tuiterm.exp (_csi_Z): New proc.
3009 * gdb.tui/basic.exp: Update window positions.
3010 * gdb.tui/empty.exp: Update window positions.
3011
3012 2019-08-15 Sandra Loosemore <sandra@codesourcery.com>
3013
3014 * gdb.base/examine-backward.exp: Correct regexp for
3015 "examine 3 bytes backward from ${address_zero}".
3016
3017 2019-08-15 Tom Tromey <tom@tromey.com>
3018
3019 * gdb.tui/empty.exp: Enable resizing tests.
3020
3021 2019-08-15 Tom Tromey <tromey@adacore.com>
3022
3023 * gdb.ada/char_enum.exp: Add regression tests.
3024 * gdb.ada/char_enum/foo.adb (Char_Enum_Type): Use '_'
3025 and '0'.
3026 (Char, Gchar): Update.
3027 * gdb.ada/char_enum/pck.ads (Global_Enum_Type): Use '+'.
3028
3029 2019-08-15 Christian Biesinger <cbiesinger@google.com>
3030
3031 * gdb.python/python.exp: Expect a leading underscore on
3032 GdbOutput{,Error}File.
3033
3034 2019-08-15 Sandra Loosemore <sandra@codesourcery.com>
3035
3036 * gdb.dwarf2/dw2-dir-file-name.exp: Skip on remote or
3037 Windows host.
3038
3039 2019-08-15 Sandra Loosemore <sandra@codesourcery.com>
3040
3041 * gdb.base/batch-preserve-term-settings.exp
3042 (test_terminal_settings_preserved_after_sigterm): Skip on Windows.
3043
3044 2019-08-15 Christian Biesinger <cbiesinger@google.com>
3045
3046 * lib/gdb.exp: When running on a mingw target, replace
3047 /x/ with x:/.
3048
3049 2019-08-14 Alan Hayward <alan.hayward@arm.com>
3050
3051 * gdb.arch/aarch64-prologue.c: New test.
3052 * gdb.arch/aarch64-prologue.exp: New file.
3053
3054 2019-08-13 Tom de Vries <tdevries@suse.de>
3055
3056 * gdb.gdb/selftest.exp (send ^C to child process again): Accept also
3057 Thread.
3058
3059 2019-08-13 Sandra Loosemore <sandra@codesourcery.com>
3060
3061 * gdb.python/py-completion.exp: Download the .py file to the host
3062 and use its host pathname. Conditionalize tests that use
3063 tab completion and manipulate files on the build machine.
3064 * gdb.python/py-events.exp: Download the .py file to the host
3065 and use its host pathname.
3066 * gdb.python/py-evsignal.exp: Likewise.
3067 * gdb.python/py-evthreads.exp: Likewise.
3068 * gdb.python/py-framefilter-invalidarg.exp: Match Windows
3069 pathname syntax.
3070 * gdb.python/py-framefilter.exp: Download the .py file to the right
3071 place on the host. Match Windows pathname syntax.
3072 * gdb.python/py-mi-var-info-path-expression.exp: Download the
3073 .py file to the host and use its host pathname.
3074 * gdb.python/py-objfile-script.exp: Match Windows pathname syntax.
3075 * gdb.python/py-objfile.exp: Expect a host pathname, not a
3076 build pathname. Skip symlink test on Windows host. Add missing
3077 newline at end of file.
3078 * gdb.python/py-pp-maint.exp: Download the .py file to the host
3079 and use its host pathname.
3080 * gdb.python/py-pp-registration.exp: Match Windows pathname syntax.
3081 * gdb.python/py-section-script.exp: Use host location of binfile
3082 on safe-path. Use correct path separator on Windows host.
3083 Reorder alternatives in gdb_test_multiple to prevent matching
3084 the wrong alternative on success.
3085 * gdb.python/py-symtab.exp: Match Windows pathname syntax.
3086
3087 2019-08-12 Patrick Palka <patrick@parcs.ath.cx>
3088
3089 * gdb.gdb/selftest.exp (test_with_self): Update test to now
3090 expect the GDB inferior to no longer immediately stop after
3091 being resumed with "signal SIGINT".
3092
3093 2019-08-09 Sandra Loosemore <sandra@codesourcery.com>
3094
3095 * gdb.linespec/break-ask.exp: Generalize regexps to match
3096 Windows pathnames too.
3097
3098 2019-08-08 Tom de Vries <tdevries@suse.de>
3099
3100 PR testsuite/24862
3101 * lib/tuiterm.exp (_accept): Fix CSI regexp.
3102
3103 2019-08-07 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3104
3105 * gdb.base/style.exp: Update tests for help doc new invariants.
3106 * gdb.base/help.exp: Likewise.
3107
3108 2019-08-06 Tom Tromey <tom@tromey.com>
3109
3110 * gdb.base/style.exp: Add disassemble test.
3111 * gdb.base/style.c (some_called_function): New function.
3112 (main): Use it.
3113
3114 2019-08-05 Christian Biesinger <cbiesinger@google.com>
3115
3116 * gdb.python/py-block.exp: Test dictionary access on blocks.
3117
3118 2019-08-05 Simon Marchi <simon.marchi@efficios.com>
3119
3120 PR gdb/24863
3121 * gdb.mi/list-thread-groups-available.exp: Increase timeout for
3122 -list-thread-groups --available test when running under
3123 check-read1.
3124
3125 2019-08-05 Tom de Vries <tdevries@suse.de>
3126
3127 PR testsuite/24863
3128 * lib/gdb.exp (with_read1_timeout_factor): New proc.
3129 * gdb.base/help.exp: Use with_read1_timeout_factor.
3130 * gdb.base/info-macros.exp: Same.
3131 * gdb.cp/nested-types.exp: Same.
3132
3133 2019-08-05 Tom de Vries <tdevries@suse.de>
3134
3135 * lib/gdb.exp (version_at_least): Factor out of ...
3136 (tcl_version_at_least): ... here.
3137 (gdb_compile): Fail if pie results in non-PIE executable.
3138 (readelf_version, readelf_prints_pie): New proc.
3139 (exec_is_pie): Return -1 if unknown.
3140
3141 2019-08-05 Tom de Vries <tdevries@suse.de>
3142
3143 * lib/gdb.exp (tcl_version_at_least): Fix typo.
3144
3145 2019-08-04 Sandra Loosemore <sandra@codesourcery.com>
3146
3147 * gdb.server/reconnect-ctrl-c.exp: Skip if nointerrupts.
3148
3149 2019-08-04 Sandra Loosemore <sandra@codesourcery.com>
3150
3151 * lib/completion-support.exp (test_gdb_complete_none): Skip
3152 tab completion tests if no readline support.
3153 (test_gdb_complete_unique_re): Likewise.
3154 (test_gdb_complete_multiple): Likewise.
3155
3156 2019-08-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3157
3158 * gdb.base/info_sources.exp: New file.
3159 * gdb.base/info_sources.c: New file.
3160 * gdb.base/info_sources_base.c: New file.
3161
3162 2019-08-01 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
3163
3164 * gdb.base/batch-exit-status.exp: Call test_exit_status with
3165 prefix argument.
3166 (test_exit_status): Add prefix argument.
3167
3168 2019-08-01 Tom de Vries <tdevries@suse.de>
3169
3170 PR testsuite/24863
3171 * gdb.threads/fork-plus-threads.exp: Fix check-run1 timeout by
3172 calling exp_continue for new thread and thread exited messages.
3173
3174 2019-08-01 Tom de Vries <tdevries@suse.de>
3175
3176 PR testsuite/24863
3177 * gdb.base/structs.exp: Fix check-read1 timeout using
3178 gdb_test_sequence.
3179 * lib/gdb.exp (tcl_version_at_least, lrepeat): New proc.
3180
3181 2019-08-01 Tom de Vries <tdevries@suse.de>
3182
3183 PR testsuite/24863
3184 * gdb.base/break-interp.exp: Use exp_continue after each "info files"
3185 line.
3186
3187 2019-08-01 Tom de Vries <tdevries@suse.de>
3188
3189 PR testsuite/24863
3190 * gdb.base/signals.exp: Fix check-read1 timeout using gdb_test_sequence.
3191
3192 2019-07-30 Tom Tromey <tromey@adacore.com>
3193
3194 * gdb.ada/display_nested.exp: New file.
3195 * gdb.ada/display_nested/foo.adb: New file.
3196 * gdb.ada/display_nested/pack.adb: New file.
3197 * gdb.ada/display_nested/pack.ads: New file.
3198
3199 2019-07-30 Christian Biesinger <cbiesinger@google.com>
3200
3201 * gdb.python/py-symbol.c: Add a static variable and one in an anonymous
3202 namespace.
3203 * gdb.python/py-symbol.exp: Test gdb.lookup_static_symbol.
3204
3205 2019-07-30 Tom de Vries <tdevries@suse.de>
3206
3207 * lib/read1.c (read): Don't use unsetenv (v), use setenv (v, "", 1)
3208 instead.
3209
3210 2019-07-30 Tom de Vries <tdevries@suse.de>
3211
3212 PR testsuite/24834
3213 * lib/gdb.exp (gdb_compile): Fail if nopie results in PIE executable.
3214 (exec_is_pie): New proc.
3215
3216 2019-07-29 Christian Biesinger <cbiesinger@google.com>
3217
3218 * gdb.python/py-objfile.exp: Fix misspelling (nonexistant -> nonexistent)
3219
3220 2019-07-29 Christian Biesinger <cbiesinger@google.com>
3221
3222 * gdb.python/py-objfile.c: Add global and static vars.
3223 * gdb.python/py-objfile.exp: Test new functions Objfile.
3224 lookup_global_symbol and lookup_static_symbol.
3225
3226 2019-07-29 Tom Tromey <tom@tromey.com>
3227
3228 * lib/tuiterm.exp (Term::_csi_@): New proc.
3229 (Term::_csi_X): Don't move cursor.
3230
3231 2019-07-29 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3232
3233 * gdb.base/options.exp: Update backtrace - completion to
3234 new option -frame-info.
3235 * gdb.base/frame-args.exp: Test new 'frame-arguments presence'.
3236 Test new 'set print frame-info'. Test backtrace -frame-info
3237 overriding 'set print frame-info'.
3238 * gdb.python/py-framefilter.exp: Test new 'frame-arguments presence'.
3239 Test new 'set print frame-info'.
3240 Verify consistency of backtrace with and without filters, with and
3241 without -no-filters.
3242 * gdb.python/py-framefilter-invalidarg.exp: Update to new print_what
3243 default.
3244
3245 2019-07-29 Tom de Vries <tdevries@suse.de>
3246
3247 * gdb.linespec/explicit.exp: Fix completion trigger for "complete with
3248 no arguments".
3249
3250 2019-07-29 Tom de Vries <tdevries@suse.de>
3251
3252 * gdb.linespec/explicit.exp: Fix gdb_test_multiple regexps where second
3253 is a substring of the first for "complete non-unique file name".
3254
3255 2019-07-29 Tom de Vries <tdevries@suse.de>
3256
3257 * gdb.python/python.exp: Don't terminate gdb_test_multiple regexp
3258 with ".*".
3259
3260 2019-07-29 Tom de Vries <tdevries@suse.de>
3261
3262 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt, gdb_is_target_1):
3263 Pass prompt_regexp parameter to gdb_test_multiple calls.
3264
3265 2019-07-29 Tom de Vries <tdevries@suse.de>
3266
3267 * gdb.base/maint.exp: Use "\r\n" instead of "\[\r\n\]+" in "maint
3268 print registers" regexps.
3269
3270 2019-07-29 Tom de Vries <tdevries@suse.de>
3271
3272 * gdb.base/define.exp: Add "\r\n" to "reset gdb_prompt" regexp.
3273
3274 2019-07-29 Tom de Vries <tdevries@suse.de>
3275
3276 PR gdb/24855
3277 * lib/gdb.exp (gdb_test_multiple): Add prompt_regexp parameter.
3278 (skip_python_tests_prompt): Add prompt_regexp argument to
3279 gdb_test_multiple calls.
3280
3281 2019-07-27 Tom Tromey <tom@tromey.com>
3282
3283 * gdb.tui/main.exp: New file.
3284
3285 2019-07-27 Tom Tromey <tom@tromey.com>
3286
3287 * lib/tuiterm.exp (Term::clean_restart): Make "executable"
3288 optional.
3289 * gdb.tui/empty.exp: New file.
3290
3291 2019-07-27 Tom Tromey <tom@tromey.com>
3292
3293 * lib/tuiterm.exp (spawn): New proc.
3294 (Term::resize): New proc.
3295 * gdb.tui/resize.exp: New file.
3296
3297 2019-07-27 Tom Tromey <tom@tromey.com>
3298
3299 * gdb.tui/list.exp: New file.
3300
3301 2019-07-27 Tom Tromey <tom@tromey.com>
3302
3303 * gdb.tui/regs.exp: New file.
3304
3305 2019-07-27 Tom Tromey <tom@tromey.com>
3306
3307 * gdb.tui/basic.exp: Add "layout split" test.
3308
3309 2019-07-27 Tom Tromey <tom@tromey.com>
3310
3311 * gdb.tui/basic.exp: Add "layout asm" test.
3312
3313 2019-07-27 Tom Tromey <tom@tromey.com>
3314
3315 * lib/tuiterm.exp: New file.
3316 * gdb.tui/basic.exp: New file.
3317
3318 2019-07-27 Kevin Buettner <kevinb@redhat.com>
3319
3320 * gdb.dwarf2/dw2-ranges-func.exp (enable_foo_cold_stepping):
3321 Enable tests associated with this flag. Adjust regex
3322 referencing "foo_low" to now refer to "foo_cold" instead.
3323
3324 2019-07-27 Kevin Buettner <kevinb@redhat.com>
3325
3326 * gdb.dwarf2/dw2-ranges-func.c: Rename to...
3327 * gdb.dwarf2/dw2-ranges-func-lo-cold.c: ...this.
3328 * gdb.dwarf2/dw2-ranges-func-lo-cold.c (foo_low): Change name to
3329 foo_cold. Revise comments to match.
3330 * gdb.dwarf2/dw2-ranges-func-hi-cold.c: New file.
3331 * gdb.dwarf2/dw2-ranges-func.exp (do_test): New proc. Existing tests
3332 were wrapped into this proc; Call do_test in loop from outermost
3333 level.
3334 (foo_low): Rename all occurrences to "foo_cold".
3335 (backtrace from baz): New test.
3336 (x2/i foo_cold): New test.
3337 (info line *foo_cold): New test.
3338
3339 2019-07-26 Tom de Vries <tdevries@suse.de>
3340
3341 * gdb.arch/i386-pkru.exp: Fix unterminated string.
3342
3343 2019-07-25 Tom de Vries <tdevries@suse.de>
3344
3345 PR testsuite/24830
3346 * gdb.mi/mi-catch-cpp-exceptions.exp: Call
3347 mi_skip_libstdcxx_probe_tests, and skip unsupported tests.
3348 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt): Factor out of ...
3349 (skip_libstdcxx_probe_tests): ... here.
3350 * lib/mi-support.exp (mi_skip_libstdcxx_probe_tests): New proc.
3351
3352 2019-07-24 Tom de Vries <tdevries@suse.de>
3353
3354 PR testsuite/24807
3355 * gdb.objc/basicclass.m: Include stdio.h.
3356 * gdb.objc/nondebug.m: Same.
3357 * gdb.objc/objcdecode.m: Same.
3358
3359 2019-07-24 Tom de Vries <tdevries@suse.de>
3360
3361 PR testsuite/24612
3362 * gdb.base/infoline-reloc-main-from-zero.exp: Add -Wl,-N to
3363 additional_flags.
3364
3365 2019-07-24 Tom de Vries <tdevries@suse.de>
3366
3367 PR testsuite/24831
3368 * gdb.multi/tids.exp: Update error messages for info threads.
3369
3370 2019-07-24 Tom de Vries <tdevries@suse.de>
3371
3372 * gdb.base/info-types.exp: Allow info types to print info for more than
3373 one file.
3374
3375 2019-07-23 Tom de Vries <tdevries@suse.de>
3376
3377 PR testsuite/24842
3378 * gdb.dwarf2/multidictionary.exp: Consume initial prompt after
3379 gdb_spawn_with_cmdline_opts.
3380
3381 2019-07-23 Srinath Parvathaneni <srinath.parvathaneni@arm.com>
3382
3383 * gdb.arch/arm-cmse-sgstubs.c: New test.
3384 * gdb.arch/arm-cmse-sgstubs.exp: New file.
3385
3386 2019-07-23 Tom de Vries <tdevries@suse.de>
3387
3388 PR testsuite/24711
3389 * gdb.mi/mi-complete.exp: Wait for "set max-completions" result before
3390 issuing next command.
3391
3392 2019-07-22 Andrew Burgess <andrew.burgess@embecosm.com>
3393
3394 * gdb.ada/info_auto_lang.exp: Update expected results.
3395 * gdb.base/info-types.c: Add additional types to check.
3396 * gdb.base/info-types.exp: Update expected results.
3397
3398 2019-07-22 Andrew Burgess <andrew.burgess@embecosm.com>
3399
3400 * gdb.base/info-types.c: New file.
3401 * gdb.base/info-types.exp: New file.
3402
3403 2019-07-19 Andrew Burgess <andrew.burgess@embecosm.com>
3404
3405 * gdb.arch/riscv-bp-infcall.c: New file.
3406 * gdb.arch/riscv-bp-infcall.exp: New file.
3407
3408 2019-07-17 Andrew Burgess <andrew.burgess@embecosm.com>
3409
3410 PR breakpoints/24541
3411 * gdb.mi/mi-catch-cpp-exceptions.exp: Remove kfail due to 24541.
3412
3413 2019-07-14 Tom de Vries <tdevries@suse.de>
3414
3415 PR testsuite/24760
3416 * gdb.objc/basicclass.exp: Fix unterminated string.
3417
3418 2019-07-12 Bernhard Heckel <bernhard.heckel@intel.com>
3419 Andrew Burgess <andrew.burgess@embecosm.com>
3420
3421 * gdb.fortran/vla-ptype.exp: Print array with negative bounds.
3422 * gdb.fortran/vla-sizeof.exp: Print the size of an array with
3423 negative bounds.
3424 * gdb.fortran/vla-value.exp: Print elements of an array with
3425 negative bounds.
3426 * gdb.fortran/vla.f90: Setup an array with negative bounds for
3427 testing.
3428
3429 2019-07-11 Andrew Burgess <andrew.burgess@embecosm.com>
3430
3431 * gdb.base/options.exp (expect_string): Dequote strings in
3432 results.
3433 (test-string): Test strings with different quoting and reindent.
3434
3435 2019-07-10 Tom Tromey <tromey@adacore.com>
3436
3437 * gdb.ada/mi_ex_cond.exp: Update expected results.
3438 * gdb.ada/mi_catch_ex_hand.exp: Update expected results.
3439 * gdb.ada/mi_catch_ex.exp: Update expected results.
3440 * gdb.ada/mi_catch_assert.exp: Update expected results.
3441 * gdb.ada/catch_ex.exp (catch_exception_info)
3442 (catch_exception_entry, catch_assert_entry)
3443 (catch_unhandled_entry): Update.
3444 * gdb.ada/catch_assert_if.exp: Update expected results.
3445
3446 2019-07-10 Richard Bunt <richard.bunt@arm.com>
3447 Stephen Roberts <stephen.roberts@arm.com>
3448
3449 * gdb.base/define.exp: Restore original prompt.
3450
3451 2019-07-09 Pedro Alves <palves@redhat.com>
3452
3453 * gdb.cp/catch-multi-stdlib.exp: Adjust expected "info
3454 breakpoints" output.
3455 * gdb.cp/exception.exp: Adjust expected "info breakpoints" output.
3456 * gdb.python/py-breakpoint.exp: No longer expect that "catch
3457 throw" creates breakpoint.
3458 * gdb.mi/mi-catch-cpp-exceptions.exp (setup_catchpoint): Expect
3459 'type="catchpoint"'.
3460
3461 2019-07-09 Pedro Alves <palves@redhat.com>
3462
3463 PR c++/15468
3464 * gdb.cp/except-multi-location-lib.cc: New.
3465 * gdb.cp/except-multi-location-main.cc: New.
3466 * gdb.cp/except-multi-location.exp: New.
3467
3468 2019-07-09 Sergio Durigan Junior <sergiodj@redhat.com>
3469
3470 * gdb.base/printcmds.exp (test_printf_convenience_var): Set
3471 language to "c++" before dealing with wchar_t. Remove DO_WSTRING
3472 argument and update callers.
3473
3474 2019-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
3475
3476 * gdb.arch/amd64-break-on-asm-line.S: New file.
3477 * gdb.arch/amd64-break-on-asm-line.exp: New file.
3478
3479 2019-07-08 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3480
3481 * gdb.base/printcmds.exp: Test printing C string and
3482 C wide string convenience vars without transiting via the inferior.
3483 Also make test names unique.
3484
3485 2019-07-08 Alan Hayward <alan.hayward@arm.com>
3486
3487 PR breakpoints/25011
3488 * gdb.base/break-idempotent.exp: Test both PIE and non PIE.
3489
3490 2019-07-04 Pedro Alves <palves@redhat.com>
3491
3492 * lib/gdb.exp (foreach_with_prefix): Don't return early if
3493 body returned ok(0), break(3) or continue(4).
3494 * gdb.testsuite/foreach_with_prefix.exp: New file.
3495
3496 2019-07-04 Alan Hayward <alan.hayward@arm.com>
3497
3498 * gdb.server/unittest.exp: Allow 0 unit tests to run.
3499
3500 2019-07-03 Pedro Alves <palves@redhat.com>
3501
3502 * lib/gdb.exp (foreach_with_prefix): Use "catch" and
3503 "return -code".
3504
3505 2019-07-03 Pedro Alves <palves@redhat.com>
3506
3507 PR cli/24732
3508 * gdb.base/shell.exp: Load completion-support.exp.
3509 Adjust expected error output. Add completion tests.
3510
3511 2019-07-03 Pedro Alves <palves@redhat.com>
3512
3513 * lib/completion-support.exp (test_gdb_complete_cmd_multiple): Use
3514 string_to_regexp.
3515
3516 2019-07-03 Pedro Alves <palves@redhat.com>
3517
3518 * gdb.base/options.exp (expect_none, expect_flag, expect_bool)
3519 (expect_integer): Adjust to expect "-string".
3520 (expect_string): New.
3521 (all_options): Expect "-string".
3522 (test-flag, test-boolean): Adjust to expect "-string".
3523 (test-string): New proc.
3524 (top level): Call it.
3525
3526 2019-07-03 Pedro Alves <palves@redhat.com>
3527
3528 * gdb.base/options.exp (test-misc, test-flag, test-boolean)
3529 (test-uinteger, test-enum): Adjust res_test_gdb_... calls to pass
3530 the expected output in the success.
3531
3532 2019-07-03 Pedro Alves <palves@redhat.com>
3533
3534 * lib/completion-support.exp (test_gdb_complete_tab_multiple):
3535 Split one gdb_test_multiple call in two to avoid a race.
3536
3537 2019-07-03 Pedro Alves <palves@redhat.com>
3538
3539 * gdb.base/with.c: New file.
3540 * gdb.base/with.exp: New file.
3541
3542 2019-07-03 Pedro Alves <palves@redhat.com>
3543
3544 * gdb.base/settings.exp: Replace all references to "maint
3545 test-settings set" with references to "maint set test-settings",
3546 and all references to "maint test-settings show" with references
3547 to "maint show test-settings".
3548
3549 2019-07-03 Pedro Alves <palves@redhat.com>
3550
3551 * gdb.base/settings.exp (test-string): Adjust expected out when
3552 testing "maint test-settings show filename"
3553
3554 2019-07-02 Pedro Alves <palves@redhat.com>
3555
3556 * gdb.base/options.exp (test-info-threads): New procedure.
3557 (top level): Call it.
3558
3559 2019-06-28 Tom Tromey <tromey@adacore.com>
3560
3561 * gdb.dwarf2/ada-linkage-name.c: New file.
3562 * gdb.dwarf2/ada-linkage-name.exp: New file.
3563
3564 2019-06-27 Tom Tromey <tromey@adacore.com>
3565
3566 PR c++/20020:
3567 * gdb.cp/constexpr-field.exp: Use setup_xfail.
3568
3569 2019-06-26 Tom de Vries <tdevries@suse.de>
3570
3571 * gdb.dwarf2/varval.exp: Compile twice, once without bad DWARF.
3572
3573 2019-06-26 Tom de Vries <tdevries@suse.de>
3574
3575 * gdb.base/index-cache.exp: Add back missing debug option.
3576
3577 2019-06-23 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3578
3579 * gdb.base/alias.exp: Test non matching/non existing prefixes.
3580
3581 2019-06-25 Tom de Vries <tdevries@suse.de>
3582
3583 PR testsuite/24727
3584 * gdb.dwarf2/dw2-restrict.S: Regenerate using clang 5.0.1.
3585
3586 2019-06-24 Tom de Vries <tdevries@suse.de>
3587
3588 * gdb.dwarf2/implptr-64bit.exp: Fix intra-CU '%' label reference.
3589
3590 2019-06-24 Tom de Vries <tdevries@suse.de>
3591
3592 * gdb.trace/entry-values.exp: Use DW_FORM_udata instead of
3593 DW_FOR_sdata for DW_AT_decl_file. Use 0 for DW_AT_decl_file.
3594 * gdb.trace/unavailable-dwarf-piece.exp: Same.
3595
3596 2019-06-24 Tom de Vries <tdevries@suse.de>
3597
3598 * gdb.dwarf2/inlined_subroutine-inheritance.exp:
3599
3600 2019-06-21 Tom de Vries <tdevries@suse.de>
3601
3602 * gdb.base/index-cache.exp: Add additional_flags=-Wl,--build-id.
3603
3604 2019-06-21 Tom de Vries <tdevries@suse.de>
3605
3606 PR testsuite/24518
3607 PR ada/24713
3608 * gdb.ada/ptype_union.exp: Mark as unsupported if executable contains
3609 index.
3610
3611 2019-06-19 Tom Tromey <tromey@adacore.com>
3612
3613 * gdb.ada/length_cond.exp: Add intro comment.
3614
3615 2019-06-19 Tom Tromey <tromey@adacore.com>
3616
3617 * gdb.ada/length_cond.exp: New file.
3618 * gdb.ada/length_cond/length_cond.adb: New file.
3619 * gdb.ada/length_cond/pck.adb: New file.
3620 * gdb.ada/length_cond/pck.ads: New file.
3621
3622 2019-06-18 Tom de Vries <tdevries@suse.de>
3623
3624 * boards/fission.exp (debug_flags): Add "-fuse-ld=gold".
3625
3626 2019-06-18 Tom Tromey <tromey@adacore.com>
3627
3628 * gdb.base/list0.h: Add comment explaining control character.
3629
3630 2019-06-18 Tom de Vries <tdevries@suse.de>
3631
3632 * boards/fission.exp: Break up long debug_flags line.
3633
3634 2019-06-16 Tom de Vries <tdevries@suse.de>
3635
3636 PR gdb/24445
3637 * gdb.dwarf2/gdb-index.exp (add_gdb_index): Update dwz file with
3638 generated index.
3639
3640 2019-06-16 Andrew Burgess <andrew.burgess@embecosm.com>
3641
3642 PR gdb/24686
3643 * gdb.mi/mi-catch-cpp-exceptions.exp: Add an extra pattern to
3644 improve detection of bug gdb/24541.
3645
3646 2019-06-16 Simon Marchi <simon.marchi@polymtl.ca>
3647
3648 PR gdb/24669
3649 * gdb.base/index-cache.exp (uses_readnow,
3650 expecting_index_cache_use): Define global variable.
3651 (test_cache_enabled_miss, test_cache_enabled_hit): Use
3652 expecting_index_cache_use.
3653
3654 2019-06-16 Bernhard Heckel <bernhard.heckel@intel.com>
3655 Andrew Burgess <andrew.burgess@embecosm.com>
3656
3657 * gdb.fortran/pointers.f90: New file.
3658 * gdb.fortran/print_type.exp: New file.
3659 * gdb.fortran/vla-ptype.exp: Adapt expected results.
3660 * gdb.fortran/vla-type.exp: Likewise.
3661 * gdb.fortran/vla-value.exp: Likewise.
3662 * gdb.mi/mi-vla-fortran.exp: Likewise.
3663
3664 2019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
3665
3666 * gdb.mi/mi-catch-cpp-exceptions.cc: New file.
3667 * gdb.mi/mi-catch-cpp-exceptions.exp: New file.
3668 * lib/mi-support.exp (mi_expect_stop): Handle 'exception-caught'
3669 as a stop reason.
3670
3671 2019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
3672
3673 * gdb.base/annota1.exp: Update expected results.
3674 * gdb.cp/annota2.exp: Likewise.
3675 * gdb.cp/annota3.exp: Likewise.
3676
3677 2019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
3678
3679 * gdb.base/style-logging.exp: Remove path from test name.
3680
3681 2019-06-14 Tom Tromey <tromey@adacore.com>
3682
3683 PR gdb/24502:
3684 * gdb.base/style-logging.exp: New file.
3685
3686 2019-06-14 Tom Tromey <tromey@adacore.com>
3687
3688 * gdb.base/symfile-warn.exp: New file.
3689 * gdb.base/symfile-warn.c: New file.
3690
3691 2019-06-14 Tom Tromey <tromey@adacore.com>
3692
3693 * gdb.base/annotate-symlink.exp: New file.
3694
3695 2019-06-14 Tom Tromey <tromey@adacore.com>
3696
3697 * gdb.ada/set_wstr.exp: Add reassignment test.
3698
3699 2019-06-14 Tom Tromey <tromey@adacore.com>
3700
3701 * gdb.ada/formatted_ref.exp (test_p_x_addr): Check
3702 'unchecked_access and 'unrestricted_access as well.
3703
3704 2019-06-14 Tom Tromey <tromey@adacore.com>
3705
3706 PR ada/24539:
3707 * gdb.ada/vla.exp: Update tests.
3708 * gdb.ada/vla/vla.adb (Record_Type): Use No_Component_Reordering
3709 pragma.
3710
3711 2019-06-13 Pedro Alves <palves@redhat.com>
3712
3713 * gdb.base/settings.exp (test-integer): Test junk after
3714 "unlimited".
3715
3716 2019-06-13 Pedro Alves <palves@redhat.com>
3717
3718 * gdb.base/options.exp (test-thread-apply): New.
3719 (top level): Call it.
3720
3721 2019-06-13 Pedro Alves <palves@redhat.com>
3722
3723 * gdb.base/options.exp (test-frame-apply): New.
3724 (top level): Test print commands with different "frame apply"
3725 prefixes.
3726
3727 2019-06-13 Pedro Alves <palves@redhat.com>
3728
3729 * lib/completion-support.exp (test_gdb_complete_tab_multiple)
3730 (test_gdb_complete_cmd_multiple, test_gdb_complete_multiple): Add
3731 'max_completions' parameter and handle it.
3732 (test_gdb_completion_offers_commands): New.
3733
3734 2019-06-13 Pedro Alves <palves@redhat.com>
3735
3736 * gdb.base/options.exp (test-backtrace): Test completing qualifiers.
3737
3738 2019-06-13 Pedro Alves <palves@redhat.com>
3739
3740 * gdb.base/options.exp (test-backtrace): New.
3741 (top level): Call it.
3742
3743 2019-06-13 Pedro Alves <palves@redhat.com>
3744
3745 * gdb.guile/scm-frame-args.exp: Use "set print
3746 raw-frame-arguments" instead of "set print raw frame-arguments".
3747 * gdb.python/py-frame-args.exp: Likewise.
3748
3749 2019-06-13 Pedro Alves <palves@redhat.com>
3750
3751 * gdb.compile/compile.exp: Adjust expected output to option
3752 processing changes.
3753
3754 2019-06-13 Pedro Alves <palves@redhat.com>
3755
3756 * gdb.base/options.exp: Build executable.
3757 (test-print): New procedure.
3758 (top level): Call it, once for "print" and another for "compile
3759 print".
3760
3761 2019-06-13 Pedro Alves <palves@redhat.com>
3762
3763 * gdb.base/options.c: New file.
3764 * gdb.base/options.exp: New file.
3765
3766 2019-06-13 Pedro Alves <palves@redhat.com>
3767
3768 * gdb.base/settings.exp (test-boolean, test-auto-boolean): Check
3769 that "o" is ambiguous.
3770
3771 2019-06-13 Pedro Alves <palves@redhat.com>
3772
3773 * gdb.base/settings.c: New file.
3774 * gdb.base/settings.exp: New file.
3775
3776 2019-06-13 Pedro Alves <palves@redhat.com>
3777
3778 * gdb.base/completion.exp: Fix comment typo.
3779
3780 2019-06-13 Pedro Alves <palves@redhat.com>
3781
3782 * gdb.multi/tids.exp: Adjust expected output. Add "thread apply 1
3783 foo --1" test.
3784
3785 2019-06-11 Bernhard Heckel <bernhard.heckel@intel.com>
3786
3787 * gdb.fortran/block-data.f: New.
3788 * gdb.fortran/block-data.exp: New.
3789
3790 2019-06-11 Tom de Vries <tdevries@suse.de>
3791
3792 PR testsuite/24521
3793 * gdb.multi/remove-inferiors.exp: Allow "Expanding full symbols"
3794 message.
3795
3796 2019-06-11 Tom de Vries <tdevries@suse.de>
3797
3798 PR testsuite/24521
3799 * gdb.dwarf2/nonvar-access.exp: Fix main high_pc.
3800
3801 2019-06-11 Tom de Vries <tdevries@suse.de>
3802
3803 * boards/readnow.exp: New file.
3804
3805 2019-06-10 Andrew Burgess <andrew.burgess@embecosm.com>
3806
3807 * gdb.fortran/vla-sizeof.exp: Update expected results.
3808
3809 2019-06-06 Amos Bird <amosbird@gmail.com>
3810
3811 * gdb.base/annota1.exp (thread_switch): Add test for
3812 thread-exited annotation.
3813
3814 2019-06-06 Tom Tromey <tromey@adacore.com>
3815
3816 * gdb.base/maint.exp: Expect command started/finished output.
3817
3818 2019-06-05 Andrew Burgess <andrew.burgess@embecosm.com>
3819
3820 * gdb.arch/riscv-unwind-long-insn-6.s: Remove use of 'I' in
3821 comment.
3822 * gdb.arch/riscv-unwind-long-insn-8.s: Likewise.
3823
3824 2019-06-05 Andrew Burgess <andrew.burgess@embecosm.com>
3825
3826 * gdb.arch/riscv-unwind-long-insn-6.s: New file.
3827 * gdb.arch/riscv-unwind-long-insn-8.s: New file.
3828 * gdb.arch/riscv-unwind-long-insn.c: New file.
3829 * gdb.arch/riscv-unwind-long-insn.exp: New file.
3830
3831 2019-06-04 Christian Biesinger <cbiesinger@google.com>
3832
3833 * gdb.python/py-type.exp: Test for new gdb.Type.objfile property.
3834
3835 2019-06-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3836
3837 * lib/gdb.exp (help_list_trailer): New regexp variable
3838 factorizing the help trailer message.
3839 (test_class_help): Use help_list_trailer. Add LIST_OF_COMMANDS
3840 arg to allow to better factorize various tests.
3841 (test_user_defined_class_help): Factorizes testing 'help user-defined'.
3842 (test_prefix_command_help): Use help_list_trailer.
3843 * gdb.python/py-cmd.exp: Use test_user_defined_class_help.
3844 * gdb.guile/scm-cmd.exp: Likewise.
3845 * gdb.trace/tracecmd.exp: Update caller of test_class_help.
3846 * gdb.base/help.exp: Use test_user_defined_class_help.
3847 * gdb.base/style.exp: Add tests for styling of help and apropos.
3848 * lib/gdb-utils.exp (style): Add title and highlight styles.
3849
3850 2019-05-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3851
3852 * gdb.base/shell.exp: Test pipe command, $_shell_exitcode,
3853 $_shell_exitsignal.
3854 * gdb.base/default.exp: Update for new convenience variables.
3855
3856 2019-05-29 Tom Tromey <tromey@adacore.com>
3857
3858 * gdb.ada/complete.exp (test_gdb_no_completion): Add "/" and "-"
3859 to "break complete ada" test case's regexp.
3860
3861 2019-05-29 Tom Tromey <tromey@adacore.com>
3862
3863 PR c++/20020:
3864 * gdb.cp/constexpr-field.exp: New file.
3865 * gdb.cp/constexpr-field.cc: New file.
3866
3867 2019-05-29 Tom Tromey <tromey@adacore.com>
3868
3869 * gdb.base/finish.exp (finish_no_print): New proc.
3870 (finish_tests): Call it.
3871
3872 2019-05-24 Tom de Vries <tdevries@suse.de>
3873
3874 * gdb.dwarf2/gdb-add-index.exp: New file.
3875
3876 2019-05-22 Tom Tromey <tromey@adacore.com>
3877
3878 * gdb.base/info-shared.exp (check_info_shared): Use "style".
3879 * gdb.base/style.exp: Use "style".
3880 * lib/gdb-utils.exp (style): New proc.
3881
3882 2019-05-22 Tom de Vries <tdevries@suse.de>
3883
3884 * gdb.base/align.exp: Require c++11.
3885
3886 2019-05-22 Tom de Vries <tdevries@suse.de>
3887
3888 PR testsuite/24586
3889 * gdb.python/py-mi-var-info-path-expression.exp: Call
3890 mi_skip_python_tests to check if python is supported.
3891
3892 2019-05-22 Alan Hayward <alan.hayward@arm.com>
3893
3894 * gdb.arch/aarch64-pauth.c: New test.
3895 * gdb.arch/aarch64-pauth.exp: New file.
3896
3897 2019-05-22 Alan Hayward <alan.hayward@arm.com>
3898
3899 * README (Re-running Tests Outside The Testsuite): New section.
3900
3901 2019-05-21 Tom de Vries <tdevries@suse.de>
3902
3903 * gdb.arch/amd64-eval.exp: Require c++11.
3904 * gdb.base/max-depth.exp: Same.
3905 * gdb.compile/compile-cplus-array-decay.exp: Same.
3906 * gdb.cp/meth-typedefs.exp: Same.
3907 * gdb.cp/subtypes.exp: Same.
3908 * gdb.cp/temargs.exp: Same.
3909
3910 2019-05-21 Alan Hayward <alan.hayward@arm.com>
3911
3912 * lib/gdbserver-support.exp (gdbserver_run): Mark kill as optional.
3913
3914 2019-05-18 Andrew Burgess <andrew.burgess@embecosm.com>
3915
3916 PR gdb/18644
3917 * gdb.fortran/complex.exp: Remove setup_kfail calls.
3918 * gdb.fortran/printing-types.exp: Add new test.
3919 * gdb.fortran/printing-types.f90: Add 16-byte real variable for
3920 testing.
3921 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): Remove
3922 setup_kfail call.
3923
3924 2019-05-17 Alan Hayward <alan.hayward@arm.com>
3925
3926 * README (Running the Testsuite): Change example.
3927 (Testsuite Parameters): Remove TRANSCRIPT.
3928 * lib/gdb.exp: Remove TRANSCRIPT check.
3929
3930 2019-05-17 Alan Hayward <alan.hayward@arm.com>
3931
3932 * README (Testsuite Parameters): Add replay logging to
3933 GDBSERVER_DEBUG.
3934 (gdbserver,debug): Refer to GDBSERVER_DEBUG.
3935 * lib/gdbserver-support.exp (gdbserver_start): Treat gdbserverdebug
3936 as a comma separated list.
3937 (gdb_debug_init): Override procedure.
3938
3939 2019-05-17 Alan Hayward <alan.hayward@arm.com>
3940
3941 * lib/gdb.exp (default_gdb_spawn): Call gdb_write_cmd_file.
3942 (gdb_write_cmd_file): New procedure.
3943 * lib/gdbserver-support.exp (gdbserver_start): Call
3944 gdbserver_write_cmd_file.
3945 (gdbserver_write_cmd_file): New procedure.
3946
3947 2019-05-17 Alan Hayward <alan.hayward@arm.com>
3948
3949 * lib/gdb.exp (gdb_unload): Mark Y as an answer.
3950 (delete_breakpoints): Likewise.
3951 (gdb_run_cmd): Likewise.
3952 (gdb_start_cmd): Likewise.
3953 (gdb_starti_cmd): Likewise.
3954 (gdb_internal_error_resync): Likewise.
3955 (gdb_test_multiple): Likewise.
3956 (gdb_reinitialize_dir): Likewise.
3957 (default_gdb_exit): Likewise.
3958 (gdb_file_cmd): Mark kill as optional.
3959 (default_gdb_start): Call gdb_stdin_log_init.
3960 (send_gdb): Call gdb_stdin_log_write.
3961 (rerun_to_main): Mark Y as an answer.
3962 (gdb_stdin_log_init): New function.
3963 (gdb_stdin_log_write): Likewise.
3964
3965 2019-05-17 Alan Hayward <alan.hayward@arm.com>
3966
3967 * gdb.base/breakpoint-in-ro-region.exp: Disable when debugging.
3968 * gdb.base/debug-expr.exp: Likewise.
3969 * gdb.base/foll-fork.exp: Likewise.
3970 * gdb.base/foll-vfork.exp: Likewise.
3971 * gdb.base/fork-print-inferior-events.exp: Likewise.
3972 * gdb.base/gdb-sigterm.exp: Likewise.
3973 * gdb.base/gdbinit-history.exp: Likewise.
3974 * gdb.base/osabi.exp: Likewise.
3975 * gdb.base/sss-bp-on-user-bp-2.exp: Likewise.
3976 * gdb.base/ui-redirect.exp: Likewise.
3977 * gdb.gdb/unittest.exp: Likewise.
3978 * gdb.mi/mi-break.exp: Disable separate-mi-tty when debugging.
3979 * gdb.mi/mi-watch.exp: Likewise.
3980 * gdb.mi/new-ui-mi-sync.exp: Likewise.
3981 * gdb.mi/user-selected-context-sync.exp: Likewise.
3982 * gdb.python/python.exp: Disable debug test when debugging.
3983 * gdb.threads/check-libthread-db.exp: Disable when debugging.
3984 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
3985 Likewise.
3986 * gdb.threads/stepi-random-signal.exp: Likewise.
3987
3988 2019-05-17 Alan Hayward <alan.hayward@arm.com>
3989
3990 * Makefile.in: Pass through GDB_DEBUG.
3991 * README (Testsuite Parameters): Add GDB_DEBUG.
3992 (gdb,debug): Add board setting.
3993 * lib/gdb.exp (default_gdb_start): Start debugging.
3994 (gdb_debug_enabled): New procedure.
3995 (gdb_debug_init): Likewise.
3996
3997 2019-05-17 Alan Hayward <alan.hayward@arm.com>
3998
3999 * Makefile.in: Pass through GDB_DEBUG.
4000 * README (Testsuite Parameters): Add GDB_DEBUG.
4001 (gdb,debug): Add board setting.
4002 * lib/gdb.exp (default_gdb_start): Start debugging.
4003 (gdb_debug_enabled): New procedure.
4004 (gdb_debug_init): Likewise.
4005
4006 2019-05-17 Alan Hayward <alan.hayward@arm.com>
4007
4008 * gdb.base/ui-redirect.exp: Add debug redirect tests.
4009
4010 2019-05-17 Alan Hayward <alan.hayward@arm.com>
4011
4012 * gdb.base/ui-redirect.exp: Test redirection.
4013
4014 2019-01-28 Jan Vrany <jan.vrany@fit.cvut.cz>
4015
4016 * gdb.mi/mi-complete.exp: New file.
4017 * gdb.mi/mi-complete.cc: Likewise.
4018
4019 2019-05-15 Bernhard Heckel <bernhard.heckel@intel.com>
4020
4021 * gdb.fortran/vla-sizeof.exp: Add tests of sizeof applied to
4022 indexed and sliced arrays, and pointers to arrays.
4023
4024 2019-05-14 Tom Tromey <tromey@adacore.com>
4025
4026 * gdb.base/info-shared.exp (check_info_shared): Add "info shared"
4027 styling test.
4028
4029 2019-05-14 Tom de Vries <tdevries@suse.de>
4030
4031 * gdb.dwarf2/dw2-skip-prologue.S (.debug_loc): Fix base address
4032 selection entry encoding.
4033
4034 2019-05-10 Tom Tromey <tromey@adacore.com>
4035
4036 * gdb.ada/info_exc.exp: Add "complete" test.
4037
4038 2019-05-09 Tom de Vries <tdevries@suse.de>
4039
4040 * gdb.arch/amd64-tailcall-self.S: Make DW_FORM_ref4 references
4041 CU-relative.
4042
4043 2019-05-09 Tom de Vries <tdevries@suse.de>
4044
4045 * gdb.arch/amd64-entry-value-paramref.S: Make DW_FORM_ref4 references
4046 CU-relative.
4047
4048 2019-05-08 Joel Brobecker <brobecker@adacore.com>
4049
4050 * gdb.ada/frame_arg_lang.exp: New testcase.
4051 * gdb.ada/frame_arg_lang/bla.adb: New file.
4052 * gdb.ada/frame_arg_lang/pck.ads: New file.
4053 * gdb.ada/frame_arg_lang/pck.adb: New file.
4054 * gdb.ada/frame_arg_lang/foo.c: New file.
4055
4056 2019-05-08 Tom Tromey <tromey@adacore.com>
4057
4058 * gdb.python/py-value.exp (test_value_in_inferior): Add Ada test.
4059
4060 2019-05-08 Tom Tromey <tromey@adacore.com>
4061
4062 * gdb.base/ptype-offsets.exp: Update tests.
4063
4064 2019-05-08 Tom Tromey <tromey@adacore.com>
4065
4066 * gdb.base/ptype-offsets.exp: Use string_to_regexp. Fix test
4067 cases.
4068 * gdb.base/ptype-offsets.cc (struct abc) <my_int_type>: Now
4069 "short".
4070
4071 2019-05-08 Tom Tromey <tromey@adacore.com>
4072
4073 * gdb.ada/vla.exp: New file.
4074 * gdb.ada/vla/vla.adb: New file.
4075
4076 2019-05-07 Tom de Vries <tdevries@suse.de>
4077
4078 * gdb.base/index-cache.exp (ls_host): Fix return statement.
4079
4080 2019-05-07 Tom de Vries <tdevries@suse.de>
4081
4082 PR testsuite/24522
4083 * gdb.dlang/watch-loc.c: Fix debug_info_offset in .debug_aranges
4084 section.
4085
4086 2019-05-07 Tom de Vries <tdevries@suse.de>
4087
4088 PR testsuite/24522
4089 * gdb.dwarf2/dw2-case-insensitive-debug.S: Fix debug_info_offset in
4090 .debug_aranges section.
4091
4092 2019-05-07 Tom de Vries <tdevries@suse.de>
4093
4094 PR testsuite/24159
4095 * lib/dwarf.exp: Fix handling of DW_FORM_ref_addr.
4096
4097 2019-05-06 Tom de Vries <tdevries@suse.de>
4098
4099 * lib/gdb.exp (exec_has_index_section): New proc.
4100 * gdb.base/index-cache.exp: Handle case that binfile contains an index
4101 section.
4102
4103 2019-05-04 Tom de Vries <tdevries@suse.de>
4104
4105 * boards/cc-with-debug-names.exp: New file.
4106
4107 2019-05-03 Tom Tromey <tromey@adacore.com>
4108
4109 * gdb.ada/char_enum/pck.ads (Global_Enum_Type): New type.
4110 * gdb.ada/char_enum/foo.adb: Use Global_Enum_Type.
4111 * gdb.ada/char_enum.exp: Add test.
4112
4113 2019-05-03 Tom de Vries <tdevries@suse.de>
4114
4115 * boards/cc-with-gdb-index.exp: New file.
4116
4117 2019-05-02 Andrew Burgess <andrew.burgess@embecosm.com>
4118
4119 * gdb.rust/simple.exp: Add new test case.
4120 * gdb.rust/simple.rs (struct StringAtOffset): New struct.
4121 (main): Initialise an instance of the new struct.
4122
4123 2019-05-01 Tom Tromey <tromey@adacore.com>
4124
4125 * gdb.ada/packed_array_assign/aggregates.ads (Nested_Packed): New
4126 record.
4127 (NPR): New variable.
4128 * gdb.ada/packed_array_assign.exp: Add nested packed assignment
4129 test.
4130
4131 2019-05-01 Tom Tromey <tromey@adacore.com>
4132
4133 * gdb.ada/packed_array_assign.exp: Add packed assignment
4134 regression test.
4135
4136 2019-05-01 Tom de Vries <tdevries@suse.de>
4137
4138 * boards/cc-with-tweaks.exp: Generate gdb.sh, and pass it in env(GDB).
4139
4140 2019-05-01 Tom de Vries <tdevries@suse.de>
4141
4142 * boards/dwarf4-gdb-index.exp: Use cc-with-tweaks.exp.
4143
4144 2019-04-30 Ali Tamur <tamur@google.com>
4145
4146 * lib/dwarf.exp(): Added DW_FORM_strx1-4.
4147
4148 2019-04-30 Tom Tromey <tromey@adacore.com>
4149
4150 * lib/ada.exp (find_ada_tool): New proc.
4151 * lib/gdb.exp (gdb_compile_shlib): Allow .o files as inputs.
4152 * gdb.ada/catch_ex_std.exp: New file.
4153 * gdb.ada/catch_ex_std/foo.adb: New file.
4154 * gdb.ada/catch_ex_std/some_package.adb: New file.
4155 * gdb.ada/catch_ex_std/some_package.ads: New file.
4156
4157 2019-04-30 Tom Tromey <tromey@adacore.com>
4158
4159 PR c++/24470:
4160 * gdb.cp/temargs.cc: Add test code from PR.
4161
4162 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
4163
4164 * gdb.fortran/vla-datatypes.exp: Update expected results.
4165 * gdb.fortran/vla-ptype.exp: Likewise.
4166 * gdb.fortran/vla-type.exp: Likewise.
4167 * gdb.fortran/vla-value.exp: Likewise.
4168
4169 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
4170
4171 * gdb.fortran/ptr-indentation.exp: Update expected results.
4172 * gdb.fortran/ptype-on-functions.exp: Likewise.
4173 * gdb.fortran/vla-ptr-info.exp: Likewise.
4174 * gdb.fortran/vla-value.exp: Likewise.
4175
4176 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
4177
4178 * gdb.fortran/ptype-on-functions.exp: New file.
4179 * gdb.fortran/ptype-on-functions.f90: New file.
4180
4181 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
4182
4183 * gdb.fortran/exprs.exp (test_convenience_variables): Expect lower
4184 case void string.
4185
4186 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
4187
4188 * gdb.fortran/complex.exp: Expand.
4189 * gdb.fortran/complex.f: Renamed to...
4190 * gdb.fortran/complex.f90: ...this, and extended to add more
4191 complex values.
4192
4193 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
4194
4195 * gdb.fortran/intrinsics.exp: Extend to cover MOD, CEILING, FLOOR,
4196 MODULO, CMPLX.
4197
4198 2019-04-29 Andrew Burgess <andrew.burgess@embecosm.com>
4199 Richard Bunt <richard.bunt@arm.com>
4200
4201 * gdb.base/max-depth.c: New file.
4202 * gdb.base/max-depth.exp: New file.
4203 * gdb.python/py-nested-maps.c: New file.
4204 * gdb.python/py-nested-maps.exp: New file.
4205 * gdb.python/py-nested-maps.py: New file.
4206 * gdb.python/py-format-string.exp (test_max_depth): New proc.
4207 (test_all_common): Call test_max_depth.
4208 * gdb.fortran/max-depth.exp: New file.
4209 * gdb.fortran/max-depth.f90: New file.
4210 * gdb.go/max-depth.exp: New file.
4211 * gdb.go/max-depth.go: New file.
4212 * gdb.modula2/max-depth.exp: New file.
4213 * gdb.modula2/max-depth.c: New file.
4214 * lib/gdb.exp (get_print_expr_at_depths): New proc.
4215
4216 2019-04-29 Tom de Vries <tdevries@suse.de>
4217
4218 * lib/opencl.exp (skip_opencl_tests): Add missing "with" in regexp.
4219
4220 2019-04-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4221
4222 * gdb.base/callexit.exp: Test may-call-functions off.
4223
4224 2019-04-25 Keith Seitz <keiths@redhat.com>
4225
4226 PR c++/24367
4227 * gdb.cp/meth-typedefs.cc (incomplete_struct)
4228 (another_incomplete_struct, test_incomplete): New definitions.
4229 (main): Use new definitions.
4230 * gdb.cp/meth-typedefs.exp: Add new tests for `test_incomplete'
4231 functions.
4232
4233 2019-04-25 Ali Tamur <tamur@google.com>
4234
4235 * lib/dwarf.exp (_handle_DW_FORM): Add DW_FORM_strx.
4236
4237 2019-04-25 Sergio Durigan Junior <sergiodj@redhat.com>
4238
4239 PR corefiles/11608
4240 PR corefiles/18187
4241 * gdb.base/coredump-filter-build-id.exp: New file.
4242
4243 2019-04-25 Alan Hayward <alan.hayward@arm.com>
4244
4245 * Makefile.in: Pass through GDBSERVER_DEBUG.
4246 * README (Testsuite Parameters): Add GDBSERVER_DEBUG.
4247 (gdbserver,debug): Add board setting.
4248 * gdb.trace/tspeed.exp: Skip when debugging.
4249 * lib/gdb.exp (gdbserver_debug_enabled): New procedure.
4250 * lib/gdbserver-support.exp: Likewise
4251
4252 2019-04-24 Tom Tromey <tromey@adacore.com>
4253
4254 * lib/gdb.exp (gdb_compile): Don't add -fno-stack-protector for
4255 Rust.
4256
4257 2019-04-24 Tom Tromey <tromey@adacore.com>
4258
4259 * gdb.arch/amd64-eval.exp: Test bitfield return.
4260 * gdb.arch/amd64-eval.cc (struct Bitfields): New.
4261 (class Foo) <return_bitfields>: New method.
4262 (main): Call it.
4263
4264 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
4265
4266 * gdb.cp/many-args.cc: New file.
4267 * gdb.cp/many-args.exp: New file.
4268
4269 2019-04-23 Tom de Vries <tdevries@suse.de>
4270
4271 PR gdb/24433
4272 * gdb.btrace/reconnect.exp: Fix stepi 19 pattern.
4273
4274 2019-04-23 Alan Hayward <alan.hayward@arm.com>
4275
4276 * gdb.trace/backtrace.exp: Use nopie flag.
4277 * gdb.trace/circ.exp: Likewise.
4278 * gdb.trace/collection.exp: Likewise.
4279 * gdb.trace/ftrace.exp: Likewise.
4280 * gdb.trace/mi-trace-unavailable.exp: Likewise.
4281 * gdb.trace/mi-traceframe-changed.exp: Likewise.
4282 * gdb.trace/qtro.exp: Likewise.
4283 * gdb.trace/read-memory.exp: Likewise.
4284 * gdb.trace/report.exp: Likewise.
4285 * gdb.trace/tfile.exp: Likewise.
4286 * gdb.trace/tfind.exp: Likewise.
4287 * gdb.trace/unavailable.exp: Likewise.
4288
4289 2019-04-22 Pedro Alves <palves@redhat.com>
4290
4291 * gdb.base/solib-probes-nosharedlibrary.c,
4292 gdb.base/solib-probes-nosharedlibrary.exp: New files.
4293
4294 2019-04-19 Tom Tromey <tromey@adacore.com>
4295
4296 * gdb.ada/ptype_union.c: New file.
4297 * gdb.ada/ptype_union.exp: New file.
4298
4299 2019-04-19 Tom Tromey <tromey@adacore.com>
4300
4301 PR symtab/24423:
4302 * gdb.base/list0.h (foo): Add a control-l character.
4303
4304 2019-04-18 Tom de Vries <tdevries@suse.de>
4305
4306 PR gdb/24433
4307 * boards/local-board.exp: Set sysroot to "".
4308
4309 2019-04-18 Tom de Vries <tdevries@suse.de>
4310 Pedro Alves <palves@redhat.com>
4311
4312 PR gdb/24454
4313 * gdb.threads/vfork-follow-child-exec.c: New file.
4314 * gdb.threads/vfork-follow-child-exec.exp: New file.
4315 * gdb.threads/vfork-follow-child-exit.c: New file.
4316 * gdb.threads/vfork-follow-child-exit.exp: New file.
4317
4318 2019-04-15 Leszek Swirski <leszeks@google.com>
4319
4320 * gdb.arch/amd64-eval.cc: New file.
4321 * gdb.arch/amd64-eval.exp: New file.
4322
4323 2019-04-11 Alan Hayward <alan.hayward@arm.com>
4324
4325 * gdb.server/sysroot.c: New test.
4326 * gdb.server/sysroot.exp: New file.
4327 * lib/gdbserver-support.exp (gdb_target_cmd): Add additional text
4328 matching param.
4329
4330 2019-04-11 Andrew Burgess <andrew.burgess@embecosm.com>
4331
4332 * gdb.base/align.exp: Extend test to cover structures containing
4333 only static fields.
4334
4335 2019-04-11 Tom de Vries <tdevries@suse.de>
4336
4337 * boards/cc-with-dwz-m.exp: New file.
4338 * boards/cc-with-dwz.exp: New file.
4339 * boards/cc-with-tweaks.exp: Note that check-gdb doesn't work.
4340
4341 2019-04-09 Simon Marchi <simon.marchi@efficios.com>
4342
4343 * gdb.base/start-cpp.exp: New file.
4344 * gdb.base/start-cpp.cc: New file.
4345
4346 2019-04-08 Kevin Buettner <kevinb@redhat.com>
4347
4348 * gdb.python/py-thrhandle.exp: Adjust tests to call
4349 thread_from_handle instead of thread_from_thread_handle.
4350
4351 2019-04-08 Kevin Buettner <kevinb@redhat.com>
4352
4353 * gdb.python/py-thrhandle.exp: Add tests for
4354 gdb.InferiorThread.handle.
4355
4356 2019-04-01 Andrew Burgess <andrew.burgess@embecosm.com>
4357
4358 * gdb.python/py-function.exp: Check calling helper function from
4359 all languages.
4360 * lib/gdb.exp (gdb_supported_languages): New proc.
4361
4362 2019-04-01 Andrew Burgess <andrew.burgess@embecosm.com>
4363
4364 * gdb.base/complex-parts.c: New file.
4365 * gdb.base/complex-parts.exp: New file.
4366
4367 2019-04-01 Tom Tromey <tromey@adacore.com>
4368
4369 PR symtab/23331:
4370 * gdb.dwarf2/dw2-ranges-main.c: New file.
4371 * gdb.dwarf2/dw2-ranges-psym.c: New file.
4372 * gdb.dwarf2/dw2-ranges-psym.exp: New file.
4373
4374 2019-03-30 Simon Marchi <simark@simark.ca>
4375
4376 * gdb.base/default.exp: Add values for $_gdb_major and
4377 $_gdb_minor.
4378
4379 2019-03-29 Tom Tromey <tromey@adacore.com>
4380
4381 * gdb.base/help.exp: Tighten apropos regexp.
4382
4383 2019-03-29 Keith Seitz <keiths@redhat.com>
4384
4385 * gdb.fortran/array-bounds.exp: New file.
4386 * gdb.fortran/array-bounds.f90: New file.
4387
4388 2019-03-28 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4389
4390 * gdb.multi/multi-term-settings.c (main): Increase alarm timer.
4391
4392 2019-03-28 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4393
4394 * gdb.multi/hello.c (main): Increase alarm timer.
4395
4396 2019-03-28 Sandra Loosemore <sandra@codesourcery.com>
4397
4398 * gdb.threads/watchpoint-fork.exp (test): Use large timeout
4399 factor when no hardware watchpoint support.
4400
4401 2019-03-28 Alan Hayward <alan.hayward@arm.com>
4402 Pedro Alves <palves@redhat.com>
4403
4404 * boards/local-board.exp: set sysroot to /.
4405
4406 2019-03-27 Alan Hayward <alan.hayward@arm.com>
4407
4408 * gdb.base/interrupt-daemon-attach.c (main): Add alarm and sleep
4409 in child.
4410
4411 2019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
4412
4413 * gdb.python/py-prettyprint.c (struct container) <is_map_p>: New
4414 field.
4415 (make_container): Initialise new field.
4416 * gdb.python/py-prettyprint.exp: Add new tests.
4417 * gdb.python/py-prettyprint.py (class ContainerPrinter)
4418 <display_hint>: New method.
4419
4420 2019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
4421
4422 * gdb.python/py-prettyprint.exp: Use gdb_breakpoint and
4423 gdb_continue_to_breakpoint more throughout this test.
4424 (run_lang_tests) Supply unique test names, and use
4425 gdb_test_no_output.
4426
4427 2019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
4428
4429 * gdb.base/finish-pretty.exp: Update expected results.
4430 * gdb.base/pretty-print.c: New file.
4431 * gdb.base/pretty-print.exp: New file.
4432
4433 2019-03-25 Pedro Alves <palves@redhat.com>
4434
4435 * lib/gdb.exp (gdb_test_multiple): Split appends to $code and
4436 move comments outside list. Append '-i "" eof' section.
4437
4438 2019-03-22 Alan Hayward <alan.hayward@arm.com>
4439
4440 PR testsuite/25016
4441 * README: Add pie options.
4442 * gdb.base/break-interp.exp: Ensure pie is disabled.
4443 * gdb.base/dump.exp: Likewise.
4444 * lib/gdb.exp (gdb_compile): Add pie option.
4445
4446 2019-03-19 Tom Tromey <tromey@adacore.com>
4447
4448 * gdb.mi/mi2-cli-display.c: New file.
4449 * gdb.mi/mi2-cli-display.exp: New file.
4450
4451 2019-03-18 Joel Brobecker <brobecker@adacore.com>
4452 Tom Tromey <tromey@adacore.com>
4453
4454 * gdb.ada/ptype_array/pck.adb: New file.
4455 * gdb.ada/ptype_array/pck.ads: New file.
4456 * gdb.ada/ptype_array/foo.adb: New file.
4457 * gdb.ada/ptype_array.exp: New file.
4458
4459 2019-03-14 Tom Tromey <tromey@adacore.com>
4460
4461 * gdb.base/style.exp: Add "set style sources" test.
4462
4463 2019-03-13 Simon Marchi <simon.marchi@ericsson.com>
4464
4465 * mi-breakpoint-location-ena-dis.exp: Rename to ...
4466 * mi-breakpoint-multiple-locations.exp: ... this.
4467 (make_breakpoints_pattern): New proc.
4468 (do_test): Add mi_version parameter, test -break-insert,
4469 -break-info and =breakpoint-created.
4470
4471 2019-03-12 Andrew Burgess <andrew.burgess@embecosm.com>
4472
4473 * config/default.exp: Remove 'load_lib gdb.exp'.
4474 * config/monitor.exp: Likewise.
4475 * config/sid.exp: Likewise.
4476 * config/sim.exp: Likewise.
4477 * config/slite.exp: Likewise.
4478 * config/unix.exp: Likewise.
4479 * gdb.base/default.exp: Remove unhelpful comment.
4480
4481 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
4482
4483 * gdb.fortran/type-kinds.exp: Extend to cover TYPE*SIZE cases.
4484
4485 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
4486
4487 * gdb.fortran/intrinsics.exp: Extend to cover ABS.
4488
4489 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
4490
4491 * gdb.fortran/type-kinds.exp: Update expected results.
4492
4493 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
4494
4495 * gdb.fortran/type-kinds.exp: Test new integer type kind.
4496
4497 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
4498
4499 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): New
4500 function.
4501 (test_basic_parsing_of_type_kinds): Expand types tested.
4502 (test_parsing_invalid_type_kinds): New function.
4503
4504 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
4505
4506 * gdb.fortran/intrinsics.exp: New file.
4507 * gdb.fortran/intrinsics.f90: New file.
4508 * gdb.fortran/type-kinds.exp: New file.
4509
4510 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
4511
4512 * gdb.fortran/dot-ops.exp: New file.
4513
4514 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
4515
4516 * gdb.fortran/types.exp (test_logical_literal_types_accepted):
4517 Check upper and lower case logical literals.
4518
4519 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
4520
4521 * gdb.fortran/types.exp (test_float_literal_types_accepted):
4522 Remove duplicate tests.
4523
4524 2019-03-06 Alan Hayward <alan.hayward@arm.com>
4525
4526 * lib/gdb.exp (builtin_cd): rename of cd.
4527 (cd): Override builtin.
4528
4529 2019-03-06 Richard Bunt <richard.bunt@arm.com>
4530
4531 * gdb.fortran/function-calls.exp: New file.
4532 * gdb.fortran/function-calls.f90: New test.
4533
4534 2019-03-04 Richard Bunt <richard.bunt@arm.com>
4535
4536 * gdb.fortran/short-circuit-argument-list.exp: Remove reliance
4537 on user program standard output.
4538 * gdb.fortran/short-circuit-argument-list.f90: Record function
4539 calls.
4540
4541 2019-02-28 Alan Hayward <alan.hayward@arm.com>
4542
4543 * lib/gdbserver-support.exp (gdbserver_start): Check for listen
4544 failure.
4545
4546 2019-02-28 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
4547
4548 PR gdb/8527
4549 * gdb.base/interrupt-daemon-attach.c,
4550 gdb.base/interrupt-daemon-attach.exp: New test.
4551
4552 2019-02-27 Pedro Alves <palves@redhat.com>
4553
4554 * gdb.base/page.exp: Add tests for "set width/height -1".
4555
4556 2019-02-27 Pedro Alves <palves@redhat.com>
4557
4558 * gdb.base/page.exp: Add tests for "set/show width/height" with
4559 "infinite" values.
4560
4561 2019-02-27 Tom Tromey <tromey@adacore.com>
4562
4563 * lib/gdb.exp (skip_python_tests_prompt): Don't check for Python
4564 2.4.
4565 * gdb.python/py-finish-breakpoint.exp: Remove Python 2.4
4566 workaround.
4567
4568 2019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
4569
4570 * gdb.base/align.exp: Extend to compile in both C and C++, and add
4571 tests for structs with static members.
4572
4573 2019-02-26 Tom Tromey <tromey@adacore.com>
4574
4575 * gdb.python/py-value.exp (test_value_from_buffer): Check for
4576 ValueError, not TypeError.
4577
4578 2019-02-26 Kevin Buettner <kevinb@redhat.com>
4579
4580 * gdb.python/py-value.exp (test_value_from_buffer): New proc with
4581 call from main program.
4582
4583 2019-02-23 Joel Brobecker <brobecker@adacore.com>
4584
4585 * gdb.ada/mi_ref_changeable.exp: Update copyright year range.
4586 * gdb.ada/mi_ref_changeable/foo_rb20_056.adb: Likewise.
4587 * gdb.ada/mi_ref_changeable/pck.adb: Likewise.
4588 * gdb.ada/mi_ref_changeable/pck.ads: Likewise.
4589 * gdb.dwarf2/inlined_subroutine-inheritance.exp: Likewise.
4590
4591 2019-02-22 Keith Seitz <keiths@redhat.com>
4592
4593 PR symtab/23853
4594 * gdb.base/symlink-sourcefile.c: New file.
4595 * gdb.base/symlink-sourcefile.exp: New file.
4596
4597 2019-02-20 Tom Tromey <tom@tromey.com>
4598
4599 * gdb.base/info_qt.exp: Update.
4600
4601 2019-02-19 Simon Marchi <simon.marchi@polymtl.ca>
4602
4603 * gdb.base/source.exp: Move "error in sourced script" code to
4604 the end.
4605 * gdb.base/source-error.gdb: Move contents to
4606 source-error-1.gdb. Add new code to source source-error-1.gdb.
4607 * gdb.base/source-error-1.gdb: New file, from previous
4608 source-error.gdb.
4609
4610 2019-02-17 Tom Tromey <tom@tromey.com>
4611
4612 * gdb.base/style.exp: Use -g3 to compile when possible. Add test
4613 for macro styling.
4614 * gdb.base/style.c (SOME_MACRO): New macro.
4615
4616 2019-02-17 Tom Tromey <tom@tromey.com>
4617
4618 * gdb.base/style.exp: Add line-wrapping tests.
4619 * gdb.base/page.exp: Add test for quitting during pagination.
4620
4621 2019-02-17 Joel Brobecker <brobecker@adacore.com>
4622
4623 * gdb.ada/big_packed_array: New testcase.
4624 * gdb.ada/homonym.exp: Fix incorrect expected output for
4625 "break <homonym__get_value>" test.
4626
4627 2019-02-13 Weimin Pan <weimin.pan@oracle.com>
4628
4629 PR breakpoints/21870
4630 * gdb.arch/aarch64-dbreg-contents.exp: Use runto_main + continue
4631 and prepare_for_testing. Add comment.
4632 * gdb.arch/aarch64-dbreg-contents.c: Remove SET_WATCHPOINT and
4633 redundant cleanup call. Clean up comment.
4634
4635 2019-02-12 Weimin Pan <weimin.pan@oracle.com>
4636
4637 PR breakpoints/21870
4638 * gdb.arch/aarch64-dbreg-contents.exp: New file.
4639 * gdb.arch/aarch64-dbreg-contents.c: New file.
4640
4641 2019-02-10 Joel Brobecker <brobecker@adacore.com>
4642
4643 * gdb.ada/mi_ref_changeable: New testcase.
4644
4645 2019-02-07 Alan Hayward <alan.hayward@arm.com>
4646
4647 * gdb.base/attach.exp: Add double attach test.
4648
4649 2019-02-07 Simon Marchi <simon.marchi@polymtl.ca>
4650
4651 * lib/gdb.exp (default_gdb_start): Don't match pagination
4652 prompt.
4653 (gdb_init): Set stty_init.
4654
4655 2019-01-27 Tom Tromey <tom@tromey.com>
4656
4657 * gdb.python/py-finish-breakpoint.exp: Remove duplicate call to
4658 skip_python_tests.
4659
4660 2019-01-24 Alan Hayward <alan.hayward@arm.com>
4661
4662 * gdb.base/infcall-nested-structs.c (struct struct_static_02_01):
4663 New structure.
4664 (struct struct_static_02_02): Likewise.
4665 (struct struct_static_02_03): Likewise.
4666 (struct struct_static_02_04): Likewise.
4667 (struct struct_static_04_01): Likewise.
4668 (struct struct_static_04_02): Likewise.
4669 (struct struct_static_04_03): Likewise.
4670 (struct struct_static_04_04): Likewise.
4671 (struct struct_static_06_01): Likewise.
4672 (struct struct_static_06_02): Likewise.
4673 (struct struct_static_06_03): Likewise.
4674 (struct struct_static_06_04): Likewise.
4675 (cmp_struct_static_02_01): Likewise.
4676 (cmp_struct_static_02_02): Likewise.
4677 (cmp_struct_static_02_03): Likewise.
4678 (cmp_struct_static_02_04): Likewise.
4679 (cmp_struct_static_04_01): Likewise.
4680 (cmp_struct_static_04_02): Likewise.
4681 (cmp_struct_static_04_03): Likewise.
4682 (cmp_struct_static_04_04): Likewise.
4683 (cmp_struct_static_06_01): Likewise.
4684 (cmp_struct_static_06_02): Likewise.
4685 (cmp_struct_static_06_03): Likewise.
4686 (cmp_struct_static_06_04): Likewise.
4687 (call_all): Test new structs.
4688 * gdb.base/infcall-nested-structs.exp: Likewise.
4689
4690 2019-01-21 Alan Hayward <alan.hayward@arm.com>
4691 * gdb.base/infcall-nested-structs.exp: Test C++ in addition to C.
4692
4693 2019-01-21 Alan Hayward <alan.hayward@arm.com>
4694 * gdb.base/stack-protector.c: New test.
4695 * gdb.base/stack-protector.exp: New file.
4696 * gdb.cp/ovldbreak.exp: Only allow a single break line.
4697 * lib/gdb.exp (get_compiler_info): Use getting_compiler_info
4698 option.
4699 (gdb_compile): Remove stack protector for GCC and prevent
4700 recursion.
4701
4702 2019-01-16 Keith Seitz <keiths@redhat.com>
4703
4704 PR gdb/23773
4705 * gdb.dwarf2/inlined_subroutine-inheritance.exp: New file.
4706
4707 2019-01-14 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
4708
4709 * gdb.arch/vsx-regs.exp: Add tests that use the vector register
4710 aliases.
4711 * gdb.arch/altivec-regs.exp: Likewise. Fix indentation of two
4712 tests.
4713 * gdb.arch/powerpc-vector-regs.c: New file.
4714 * gdb.arch/powerpc-vector-regs.exp: New file.
4715
4716 2019-01-14 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
4717
4718 * gdb.arch/altivec-regs.exp: Fix the list passed to
4719 gdb_expect_list when testing "info vector".
4720
4721 2019-01-12 Andrew Burgess <andrew.burgess@embecosm.com>
4722
4723 * gdb.base/style.exp: Don't include path in testname.
4724
4725 2019-01-10 Keith Seitz <keiths@redhat.com>
4726
4727 PR gdb/23712
4728 PR symtab/23010
4729 * gdb.dwarf2/multidictionary.exp: New file.
4730
4731 2019-01-09 Simon Marchi <simon.marchi@ericsson.com>
4732
4733 * gdb.cp/demangle.exp (test_gnu_style_demangling): Rename to...
4734 (test_gnuv3_style_demangling): ... this.
4735 (test_lucid_style_demangling): Remove.
4736 (test_arm_style_demangling): Remove.
4737 (test_hp_style_demangling): Remove.
4738 (do_tests): Remove calls to the above.
4739
4740 2019-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
4741
4742 * lib/mi-support.exp (mi_gdb_test): Remove interactive prompt
4743 case.
4744
4745 2019-01-06 Tom Tromey <tom@tromey.com>
4746
4747 PR gdb/28155:
4748 * gdb.dwarf2/typedef-void-finish.exp: New file.
4749
4750 2018-12-28 Tom Tromey <tom@tromey.com>
4751 Simon Marchi <simark@simark.ca>
4752
4753 * gdb.base/jit-exec.exp: New file.
4754 * gdb.base/jit-exec.c: New file.
4755 * gdb.base/jit-execd.c: New file.
4756
4757 2018-12-28 Tom Tromey <tom@tromey.com>
4758
4759 * gdb.base/style.exp: Update test to check for address styling.
4760
4761 2018-12-28 Tom Tromey <tom@tromey.com>
4762
4763 * gdb.base/style.exp: Add test for styling of "Reading symbols"
4764 message.
4765
4766 2018-12-28 Tom Tromey <tom@tromey.com>
4767
4768 * gdb.base/style.exp: Add test for version number styling.
4769
4770 2018-12-28 Tom Tromey <tom@tromey.com>
4771
4772 * gdb.base/style.exp: Add test for print_address_symbolic.
4773
4774 2018-12-28 Tom Tromey <tom@tromey.com>
4775
4776 * gdb.base/style.exp: Add test for breakpoint setting.
4777
4778 2018-12-28 Tom Tromey <tom@tromey.com>
4779
4780 * gdb.base/style.exp: Add test for variable names.
4781
4782 2018-12-28 Tom Tromey <tom@tromey.com>
4783
4784 * gdb.base/style.exp: New file.
4785 * gdb.base/style.c: New file.
4786
4787 2018-12-28 Tom Tromey <tom@tromey.com>
4788
4789 * lib/gdb.exp (gdb_init): Set the TERM environment variable to
4790 "dumb".
4791 * gdb.base/readline.exp (operate_and_get_next): Save and restore
4792 the TERM environment variable.
4793
4794 2018-12-27 Tom Tromey <tom@tromey.com>
4795
4796 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): Add
4797 pagination test.
4798
4799 2018-12-24 Andrew Burgess <andrew.burgess@embecosm.com>
4800
4801 * gdb.dwarf2/dw2-unusual-field-names.c: New file.
4802 * gdb.dwarf2/dw2-unusual-field-names.exp: New file.
4803
4804 2018-12-24 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4805
4806 * gdb.ada/bp_fun_addr/a.adb (a): Rename to bp_fun_addr.
4807 Filename a.adb changed to bp_fun_addr.adb.
4808 gdb.ada/bp_fun_addr.exp: Update test accordingly.
4809
4810 2018-12-21 Jan Vrany <jan.vrany@fit.cvut.cz>
4811
4812 * lib/gdb.exp (gdb_compile): Add new nopie flag enforce
4813 non-PIE executables.
4814 * README: Mention the gdb,nopie_flag board setting.
4815 * gdb.arch/amd64-disp-step.exp: Use nopie flag to enforce
4816 non-PIE executable.
4817 * gdb.arch/amd64-entry-value.exp: Likewise.
4818 * gdb.arch/amd64-invalid-stack-middle.exp: Likewise.
4819 * gdb.arch/i386-float.exp: Likewise.
4820 * gdb.arch/i386-signal.exp: Likewise.
4821 * gdb.mi/mi-reg-undefined.exp: Likewise.
4822
4823 2018-12-21 Paul Marechal <paul.marechal@ericsson.com>
4824
4825 PR gdb/23974
4826 * gdb.base/info-os.exp: Check return for unknown "info os" type.
4827
4828 2018-12-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4829
4830 * gdb.ada/info_auto_lang.exp: Normalize some_c source file.
4831 Update order of results accordingly.
4832
4833 2018-12-12 Andrew Burgess <andrew.burgess@embecosm.com>
4834
4835 * gdb.base/annota1.exp: Update a test regexp.
4836
4837 2018-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
4838
4839 * gdb.base/float.exp: Handle RISC-V targets without an FPU.
4840
4841 2018-12-09 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4842
4843 * gdb.threads/tid-reuse.c (REUSE_TIME_CAP): Declare as 60.
4844 (reuse_time): Initialize to REUSE_TIME_CAP.
4845 (check_rc): New function.
4846 (main): Use REUSE_TIME_CAP instead of hardcoded 60.
4847 Check pthread_create rc.
4848 (spawner_thread_func): Check pthread_create and pthread_join rc.
4849
4850 2018-12-08 Pedro Alves <palves@redhat.com>
4851
4852 * gdb.base/list.exp (test_forward_search): Rename to ...
4853 (test_forward_reverse_search): ... this. Also test reverse-search
4854 and the forward-search alias.
4855
4856 2018-12-05 Andrew Burgess <andrew.burgess@embecosm.com>
4857
4858 * config/sim.exp (gdb_target_sim): Remove redundant adjustment of
4859 local timeout variable before return, and remove all local timeout
4860 variable entirely.
4861 (gdb_load): Likewise.
4862
4863 2018-12-01 Tom de Vries <tdevries@suse.de>
4864
4865 * gdb.base/gdb-caching-proc.exp: New file.
4866
4867 2018-11-25 Sergio Durigan Junior <sergiodj@redhat.com>
4868
4869 * Makefile.in (TIMESTAMP): New variable.
4870 (check-single): Add $(TIMESTAMP) to the end of $(DO_RUNTEST)
4871 command.
4872 (check-single-racy): Likewise.
4873 (check/%.exp): Likewise.
4874 (check-racy/%.exp): Likewise.
4875 (workers/%.worker): Likewise.
4876 (build-perf): Likewise.
4877 (check-perf): Likewise.
4878 * README: Describe new "TS" and "TS_FORMAT" variables.
4879 * print-ts.py: New file.
4880
4881 2018-11-21 Benno Fünfstück <benno.fuenfstueck@gmail.com>
4882
4883 PR python/23714
4884 * gdb.python/python.exp: Test command repetition after
4885 gdb.execute.
4886
4887 2018-11-20 Andrew Burgess <andrew.burgess@embecosm.com>
4888
4889 * gdb.opt/inline-break.exp: Add test that info breakpoint output
4890 is correctly aligned.
4891
4892 2018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4893
4894 * gdb.ada/info_auto_lang.exp: New testcase.
4895 * gdb.ada/info_auto_lang/global_pack.ads: New file.
4896 * gdb.ada/info_auto_lang/proc_in_ada.adb: New file.
4897 * gdb.ada/info_auto_lang/some_c.c: New file.
4898
4899 2018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4900
4901 * gdb.dwarf2/dw2-case-insensitive.exp: Update due to auto switch to
4902 FUNC_lang language syntax.
4903
4904 2018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4905
4906 * gdb.base/info_minsym.c: New file.
4907 * gdb.base/info_minsym.exp: New file.
4908
4909 2018-11-19 Tom Tromey <tom@tromey.com>
4910
4911 PR rust/23625:
4912 * gdb.rust/simple.exp: Add ptype test. Update expected output.
4913 * gdb.rust/expr.exp: Update expected output. Change one test.
4914
4915 2018-11-19 Tom Tromey <tom@tromey.com>
4916
4917 * gdb.rust/simple.rs: Don't initialize empty_enum_value.
4918
4919 2018-11-19 Pedro Alves <palves@redhat.com>
4920
4921 * gdb.base/warning.exp: Don't override INTERNAL_FLAGS. Use
4922 gdb_spawn_with_cmdline_opts instead of gdb_start. Check that we
4923 see the expected warning.
4924
4925 2018-11-16 Alan Hayward <alan.hayward@arm.com>
4926
4927 PR gdb/22736:
4928 * gdb.cp/infcall-nodebug-lib.c: New test.
4929 * gdb.cp/infcall-nodebug-main.c: New test.
4930 * gdb.cp/infcall-nodebug.exp: New file.
4931
4932 2018-11-12 Simon Marchi <simon.marchi@polymtl.ca>
4933
4934 * gdb.base/skip.exp: Add standard_testfile. Add "skip delete"
4935 completer tests.
4936
4937 2018-11-09 Tom de Vries <tdevries@suse.de>
4938
4939 * gdb.base/msym-lang.c: New test.
4940 * gdb.base/msym-lang.exp: New file.
4941 * gdb.base/msym-lang-main.c: New test.
4942
4943 2018-11-08 Tom Tromey <tom@tromey.com>
4944
4945 PR gdb/23555:
4946 PR gdb/23838:
4947 * gdb.base/warning.exp: New file.
4948
4949 2018-11-08 Jan Beulich <jbeulich@suse.com>
4950
4951 * testsuite/gdb.arch/i386-avx512.c,
4952 testsuite/gdb.arch/i386-avx512.exp: Add 7th test.
4953
4954 2018-11-08 Andrew Burgess <andrew.burgess@embecosm.com>
4955
4956 * gdb.arch/riscv-reg-aliases.exp: Handle targets without floating
4957 point hardware.
4958
4959 2018-11-07 Andrew Burgess <andrew.burgess@embecosm.com>
4960
4961 * gdb.dwarf2/void-type.exp: Rename types, and make var_a an 'int'.
4962 * gdb.dwarf2/missing-type-name.exp: New file.
4963
4964 2018-11-06 Tom de Vries <tdevries@suse.de>
4965
4966 * gdb.base/many-headers.c: New test.
4967 * gdb.base/many-headers.exp: New file.
4968
4969 2018-11-06 Jim Wilson <jimw@sifive.com>
4970
4971 * gdb.base/code_elim.exp: For riscv, set additional_flags
4972 to include -msmall-data-limit=0.
4973
4974 2018-11-01 Joel Brobecker <brobecker@adacore.com>
4975
4976 * gdb.ada/watch_minus_l: New testcase.
4977
4978 2018-11-01 Sangamesh Mallayya <sangamesh.swamy@in.ibm.com>
4979
4980 * gdb.arch/aix-sighandle.c: New file.
4981 * gdb.arch/aix-sighandle.exp: New file.
4982
4983 2018-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
4984
4985 * gdb.arch/riscv-reg-aliases.exp: Rewrite to take account of float
4986 registers being unions.
4987
4988 2018-10-31 Tom de Vries <tdevries@suse.de>
4989
4990 * lib/valgrind.exp: New file.
4991 (vgdb_start, vgdb_stop): New procs, factored out of ...
4992 * gdb.base/valgrind-bt.exp: ... here, ...
4993 * gdb.base/valgrind-disp-step.exp: ... here and ...
4994 * gdb.base/valgrind-infcall.exp: ... here.
4995
4996 2018-10-31 Tom de Vries <tdevries@suse.de>
4997
4998 * lib/gdb.exp (get_valueof): Don't output read value in test name.
4999
5000 2018-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
5001
5002 * gdb.dwarf2/void-type.c: New file.
5003 * gdb.dwarf2/void-type.exp: New file.
5004
5005 2018-10-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5006
5007 * gdb.base/info_qt.c: New file.
5008 * gdb.base/info_qt.exp: New file.
5009
5010 2018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
5011
5012 * gdb.arch/powerpc-htm-regs.c: New file.
5013 * gdb.arch/powerpc-htm-regs.exp: New file.
5014
5015 2018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
5016
5017 * gdb.arch/powerpc-tar.c: New file.
5018 * gdb.arch/powerpc-tar.exp: New file.
5019
5020 2018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
5021
5022 * gdb.arch/powerpc-ppr-dscr.c: New file.
5023 * gdb.arch/powerpc-ppr-dscr.exp: New file.
5024
5025 2018-10-25 Tom de Vries <tdevries@suse.de>
5026
5027 * gdb.base/valgrind-db-attach.exp: Rewrite to use vgdb.
5028
5029 2018-10-24 Tom de Vries <tdevries@suse.de>
5030
5031 * lib/gdb.exp (gdb_test_multiple): Log wait status on process no
5032 longer exists error.
5033
5034 2018-10-24 Tom de Vries <tdevries@suse.de>
5035
5036 * gdb.base/catch-follow-exec.exp: Rewrite using gdb_test.
5037
5038 2018-10-24 Tom de Vries <tdevries@suse.de>
5039
5040 * gdb.base/valgrind-db-attach.exp: Handle removed support for
5041 --db-attach in valgrind.
5042
5043 2018-10-23 Andrew Burgess <andrew.burgess@embecosm.com>
5044
5045 * gdb.arch/riscv-reg-aliases.c: New file.
5046 * gdb.arch/riscv-reg-aliases.exp: New file.
5047
5048 2018-10-19 Alan Hayward <alan.hayward@arm.com>
5049
5050 * gdb.python/py-cmd.exp: Check for gdb_prompt.
5051
5052 2018-10-19 Alan Hayward <alan.hayward@arm.com>
5053
5054 * gdb.base/vla-optimized-out.exp: Allow either optimized out or 6.
5055
5056 2018-10-19 Alan Hayward <alan.hayward@arm.com>
5057
5058 * gdb.cp/ovldbreak.exp: Fix regexps.
5059
5060 2018-10-19 Alan Hayward <alan.hayward@arm.com>
5061
5062 * gdb.compile/compile-cplus-print.exp: Start inferior earlier.
5063
5064 2018-10-18 Sergio Durigan Junior <sergiodj@redhat.com>
5065
5066 PR cli/23785
5067 * gdb.base/restore.exp: New test to check if "restore" with an
5068 invalid file doesn't segfault.
5069
5070 2018-10-18 Tom de Vries <tdevries@suse.de>
5071
5072 * gdb.ada/bp_inlined_func.exp: Fix capitalized test name.
5073 * gdb.ada/excep_handle.exp: Same.
5074 * gdb.ada/mi_string_access.exp: Same.
5075 * gdb.ada/mi_var_union.exp: Same.
5076 * gdb.arch/arc-analyze-prologue.exp: Same.
5077 * gdb.arch/arc-decode-insn.exp: Same.
5078 * gdb.base/readnever.exp: Same.
5079 * gdb.fortran/printing-types.exp: Same.
5080 * gdb.guile/scm-lazy-string.exp: Same.
5081
5082 2018-10-16 Tom de Vries <tdevries@suse.de>
5083
5084 PR gdb/23730
5085 * gdb.base/catch-follow-exec.c: Add copyright notice.
5086 * gdb.base/catch-follow-exec.exp: Rewrite to use
5087 gdb_spawn_with_cmdline_opts. Require gdb-native.
5088
5089 2018-10-12 Sandra Loosemore <sandra@codesourcery.com>
5090
5091 * gdb.trace/actions-changed.exp: Check for arch support.
5092 * gdb.trace/actions.exp: Likewise.
5093 * gdb.trace/ax.exp: Likewise.
5094 * gdb.trace/backtrace.exp: Likewise.
5095 * gdb.trace/change-loc.exp: Likewise.
5096 * gdb.trace/deltrace.exp: Likewise.
5097 * gdb.trace/ftrace-lock.exp: Check for shlib and arch support.
5098 * gdb.trace/ftrace.exp: Likewise.
5099 * gdb.trace/infotrace.exp: Check for arch support.
5100 * gdb.trace/mi-trace-frame-collected.exp: Likewise.
5101 * gdb.trace/mi-tracepoint-changed.exp: Likewise.
5102 * gdb.trace/mi-tsv-changed.exp: Likewise.
5103 * gdb.trace/packetlen.exp: Likewise.
5104 * gdb.trace/passc-dyn.exp: Likewise.
5105 * gdb.trace/passcount.exp: Likewise.
5106 * gdb.trace/pending.exp: Likewise.
5107 * gdb.trace/range-stepping.exp: Check for shlib support.
5108 * gdb.trace/report.exp: Check for arch support.
5109 * gdb.trace/save-trace.exp: Likewise.
5110 * gdb.trace/signal.exp: Check for signal support.
5111 * gdb.trace/tfind.exp: Check for arch support.
5112 * gdb.trace/trace-break.exp: Check for arch and shlib support.
5113 * gdb.trace/trace-common.h: Add comment.
5114 * gdb.trace/trace-condition.exp: Check for shlib and arch support.
5115 * gdb.trace/trace-enable-disable.exp: Likewise.
5116 * gdb.trace/trace-mt.exp: Likewise. Remove redundant untested call.
5117 * gdb.trace/tracecmd.exp: Check for arch support.
5118 * gdb.trace/tspeed.exp: Check for shlib and target support.
5119 * gdb.trace/tstatus.exp: Check for arch support.
5120 * gdb.trace/tsv.exp: Likewise.
5121 * gdb.trace/while-dyn.exp: Likewise.
5122 * gdb.trace/while-stepping.exp: Likewise.
5123 * lib/trace-support.exp (gdb_trace_common_supports_arch): New.
5124
5125 2018-10-12 Simon Marchi <simon.marchi@ericsson.com>
5126
5127 * gdb.trace/tspeed.exp: Remove nowarnings.
5128 (prepare_for_trace_test): Declare "global ipalib".
5129 * gdb.trace/tspeed.c: Include unistd.h.
5130 (main): Remove superfluous printf argument.
5131
5132 2018-10-11 Sandra Loosemore <sandra@codesourcery.com>
5133
5134 * gdb.base/solib-vanish.exp: Fix regexp not to require a POSIX
5135 directory prefix on the filename.
5136
5137 2018-10-10 Sergio Durigan Junior <sergiodj@redhat.com>
5138
5139 * gdb.gdb/unittest.exp: Update expected message informing that
5140 selftests have been disabled.
5141 * gdb.server/unittest.exp: Likewise.
5142
5143 2018-10-09 Tom de Vries <tdevries@suse.de>
5144
5145 * lib/gdb.exp (target_supports_scheduler_locking): Replace gdb_start_cmd
5146 with runto_main.
5147
5148 2018-10-08 Weimin Pan <weimin.pan@oracle.com>
5149
5150 PR c++/16841
5151 * gdb.cp/virtbase2.cc: New file.
5152 * gdb.cp/virtbase2.exp: New file.
5153
5154 2018-10-06 Tom Tromey <tom@tromey.com>
5155
5156 PR python/19399:
5157 * gdb.python/py-inferior.exp: Add architecture test.
5158
5159 2018-10-06 Tom Tromey <tom@tromey.com>
5160
5161 * gdb.base/gnu-ifunc.exp (build): Use standard_output_file.
5162 * gdb.trace/unavailable-dwarf-piece.exp: Use standard_output_file.
5163
5164 2018-10-06 Tom Tromey <tom@tromey.com>
5165
5166 * gdb.python/py-breakpoint.exp (check_last_event): Check location
5167 of a "throw" catchpoint.
5168
5169 2018-10-06 Sergio Durigan Junior <sergiodj@redhat.com>
5170
5171 * gdb.base/info-proc.exp: Update string expected from "help info
5172 proc".
5173
5174 2018-10-04 Tom Tromey <tom@tromey.com>
5175
5176 * gdb.cp/maint.exp (test_invalid_name): Update expected output.
5177 * gdb.gdb/complaints.exp (test_short_complaints): Remove.
5178 (test_initial_complaints, test_empty_complaints): Update.
5179 * gdb.dwarf2/dw2-stack-boundary.exp: Update.
5180
5181 2018-10-04 Tom Tromey <tom@tromey.com>
5182
5183 PR cli/19551:
5184 * lib/mi-support.exp (mi_gdb_file_cmd): Update.
5185 * lib/gdb.exp (gdb_file_cmd): Update.
5186 * gdb.stabs/weird.exp (print_weird_var): Update.
5187 * gdb.server/solib-list.exp: Update.
5188 * gdb.multi/remove-inferiors.exp (test_remove_inferiors): Update.
5189 * gdb.mi/mi-cli.exp: Update.
5190 * gdb.linespec/linespec.exp: Update.
5191 * gdb.dwarf2/dw2-stack-boundary.exp: Update.
5192 * gdb.dwarf2/dw2-objfile-overlap.exp: Update.
5193 * gdb.cp/cp-relocate.exp: Update.
5194 * gdb.base/sym-file.exp: Update.
5195 * gdb.base/relocate.exp: Update.
5196 * gdb.base/readnever.exp: Update.
5197 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
5198 * gdb.base/kill-detach-inferiors-cmd.exp: Update.
5199 * gdb.base/dbx.exp (gdb_file_cmd): Update.
5200 * gdb.base/code_elim.exp: Update.
5201 * gdb.base/break-unload-file.exp (test_break): Update.
5202 * gdb.base/break-interp.exp (test_attach_gdb): Update.
5203 * gdb.base/break-idempotent.exp (force_breakpoint_re_set):
5204 Update.
5205 * gdb.base/attach.exp (do_attach_tests): Update.
5206 * gdb.base/sepdebug.exp: Update.
5207 * gdb.python/py-section-script.exp: Update.
5208
5209 2018-10-04 Tom Tromey <tom@tromey.com>
5210
5211 PR cli/22234:
5212 * gdb.dwarf2/dw2-stack-boundary.exp: Update expected output.
5213 * gdb.gdb/complaints.exp (test_short_complaints): Update expected
5214 output.
5215
5216 2018-10-04 Tom Tromey <tom@tromey.com>
5217
5218 * gdb.base/attach.exp (test_command_line_attach_run): Use -quiet;
5219 set width and height to 0.
5220 (test_command_line_attach_run): Use -quiet.
5221
5222 2018-10-03 Sandra Loosemore <sandra@codesourcery.com>
5223
5224 * lib/gdb.exp (skip_ifunc_tests): New.
5225 * gdb.base/gnu-ifunc.exp: Skip if no ifunc support. Handle
5226 other compile failures.
5227 * gdb.compile/compile-ifunc.exp: Skip if no ifunc support.
5228
5229 2018-10-01 Simon Marchi <simon.marchi@ericsson.com>
5230
5231 * gdb.arch/i386-avx512.exp: Fix setting of nr_regs based on
5232 is_amd64_regs_target.
5233
5234 2018-10-01 Alan Hayward <alan.hayward@arm.com>
5235
5236 * gdb.arch/aarch64-sighandler-regs.c: New test.
5237 * gdb.arch/aarch64-sighandler-regs.exp: New file.
5238 * lib/gdb.exp (skip_aarch64_sve_tests): New proc.
5239
5240 2018-10-01 Markus Metzger <markus.t.metzger@intel.com>
5241
5242 * lib/gdb.exp (is_amd64_regs_target): Change assembly to C inline
5243 assembly.
5244
5245 2018-09-28 Andrew Burgess <andrew.burgess@embecosm.com>
5246
5247 * gdb.base/frame-selection.exp: New file.
5248 * gdb.base/frame-selection.c: New file.
5249
5250 2018-09-27 Alan Hayward <alan.hayward@arm.com>
5251
5252 * gdb.threads/check-libthread-db.c (thread_routine): Use a
5253 pthread barrier.
5254 (main): Likewise.
5255
5256 2018-09-26 Andrew Burgess <andrew.burgess@embecosm.com>
5257
5258 * gdb.base/large-frame-1.c: New file.
5259 * gdb.base/large-frame-2.c: New file.
5260 * gdb.base/large-frame.exp: New file.
5261 * gdb.base/large-frame.h: New file.
5262
5263 2018-09-24 Jozef Lawrynowicz <jozef.l@mittosystems.com>
5264
5265 PR gdb/20948
5266 * gdb.base/write_mem.exp: New test.
5267 * gdb.base/write_mem.c: Likewise.
5268
5269 2018-09-23 Tom Tromey <tom@tromey.com>
5270
5271 PR python/18852:
5272 * gdb.python/py-parameter.exp: Add test for parameter that throws
5273 on "set".
5274
5275 2018-09-23 Tom Tromey <tom@tromey.com>
5276
5277 PR python/17284:
5278 * gdb.python/py-template.exp (test_template_arg): Add test for
5279 negative template argument number.
5280
5281 2018-09-23 Tom Tromey <tom@tromey.com>
5282
5283 PR python/14062:
5284 * gdb.python/python.exp: Add test for post_event error.
5285
5286 2018-09-23 Tom Tromey <tom@tromey.com>
5287
5288 PR python/18170:
5289 * gdb.python/py-value.exp (test_value_numeric_ops): Add tests to
5290 convert pointers to int and long.
5291
5292 2018-09-23 Tom Tromey <tom@tromey.com>
5293
5294 PR python/20126:
5295 * gdb.python/py-value.exp (test_value_numeric_ops): Add
5296 signed-ness conversion tests.
5297
5298 2018-09-23 Tom Tromey <tom@tromey.com>
5299
5300 PR python/18352;
5301 * gdb.python/py-value.exp (test_float_conversion): New proc.
5302 Use it.
5303
5304 2018-09-20 Hafiz Abid Qadeer <abidh@codesourcery.com>
5305
5306 gdb.base/reggroups.exp (fetch_reggroups): Add '_' in match pattern.
5307
5308 2018-09-18 Sandra Loosemore <sandra@codesourcery.com>
5309
5310 * gdb.base/complete-empty.exp: Skip tab-completion tests if
5311 no readline.
5312 * gdb.base/utf8-identifiers.exp: Likewise.
5313 * gdb.cp/cpcompletion.exp: Likewise.
5314 * gdb.linespec/cpcompletion.exp: Likewise.
5315 * gdb.linespec/cpls-abi-tag.exp: Likewise.
5316 * gdb.linespec/cpls-ops.exp: Likewise.
5317
5318 2018-09-19 Richard Bunt <richard.bunt@arm.com>
5319 Chris January <chris.january@arm.com>
5320
5321 * gdb.cp/koenig.exp: Extend to test logical short circuiting.
5322 * gdb.fortran/short-circuit-argument-list.exp: New file.
5323 * gdb.fortran/short-circuit-argument-list.f90: New test.
5324
5325 2018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
5326
5327 * gdb.arch/amd64-invalid-stack-top.exp: Expect optional
5328 "arch=" keyword when executing "-stack-list-frames".
5329
5330 2018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
5331
5332 * gdb.arch/amd64-invalid-stack-middle.exp: Expect optional
5333 "arch=" keyword when executing "-stack-list-frames".
5334
5335 2018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
5336
5337 * gdb.ada/complete.exp: Expect for "@" when doing "complete
5338 break ada".
5339
5340 2018-09-17 Simon Marchi <simon.marchi@polymtl.ca>
5341
5342 PR python/23669
5343 * gdb.python/python.exp: Test gdb.execute("show commands").
5344
5345 2018-09-16 Tom Tromey <tom@tromey.com>
5346
5347 * gdb.base/new-ui.exp (do_execution_tests): Update.
5348 * gdb.base/dbx.exp (test_breakpoints): Update.
5349
5350 2018-09-14 Alan Hayward <alan.hayward@arm.com>
5351
5352 * lib/gdb.exp (gdb_simple_compile): Add proc.
5353 (is_elf_target): Use gdb_simple_compile.
5354 (skip_altivec_tests): Likewise.
5355 (skip_vsx_tests): Likewise.
5356 (skip_tsx_tests): Likewise.
5357 (skip_btrace_tests): Likewise.
5358 (skip_btrace_pt_tests): Likewise.
5359 (gdb_can_simple_compile): Likewise.
5360 (gdb_has_argv0): Likewise.
5361 (gdb_target_symbol_prefix): Likewise.
5362 (target_supports_scheduler_locking): Likewise.
5363
5364 2018-09-13 Tom Tromey <tom@tromey.com>
5365
5366 * Makefile.in (TAGS): Recognize proc_with_prefix and
5367 gdb_caching_proc.
5368
5369 2018-09-13 Simon Marchi <simon.marchi@ericsson.com>
5370
5371 * gdb.python/py-progspace.exp: Test the Progspace.objfiles
5372 method.
5373
5374 2018-09-13 Simon Marchi <simon.marchi@ericsson.com>
5375
5376 * gdb.python/py-inferior.exp: Add tests for Inferior.progspace
5377 and a few other Inferior properties when the Inferior is no
5378 longer valid.
5379
5380 2018-09-13 Tom Tromey <tom@tromey.com>
5381
5382 PR rust/23650:
5383 * gdb.rust/simple.exp: Add test for enum field access error.
5384
5385 2018-09-13 Tom Tromey <tom@tromey.com>
5386
5387 PR rust/23626:
5388 * gdb.rust/simple.rs (EmptyEnum): New type.
5389 (main): Use it.
5390 * gdb.rust/simple.exp (test_one_slice): Add empty enum test.
5391
5392 2018-09-13 Simon Marchi <simon.marchi@ericsson.com>
5393
5394 * gdb.python/py-inferior.exp: Test repr() of gdb.Inferior.
5395 * gdb.python/py-objfile.exp: Test repr() of gdb.Objfile.
5396 * gdb.python/py-symtab.exp: Update test printing an objfile.
5397
5398 2018-09-12 Simon Marchi <simon.marchi@ericsson.com>
5399
5400 * gdb.python/py-inferior.exp: Test using an invalid gdb.Inferior
5401 object.
5402
5403 2018-09-12 Alan Hayward <alan.hayward@arm.com>
5404
5405 * lib/gdb.exp (gdb_can_simple_compile): Add proc.
5406 (support_complex_tests): Use gdb_can_simple_compile.
5407 (is_ilp32_target): Likewise.
5408 (is_lp64_target): Likewise.
5409 (is_64_target): Likewise.
5410 (is_amd64_regs_target): Likewise.
5411 (is_aarch32_target): Likewise.
5412 (gdb_int128_helper): Likewise.
5413
5414 2018-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
5415
5416 * Makefile.in (check-parallel-racy): Fix dg-extract-results.sh path.
5417
5418 2018-09-10 Jerome Guitton <guitton@adacore.com>
5419
5420 * gdb.ada/same_component_name: Add test for case of tagged record
5421 with variable-length fields.
5422
5423 2018-09-10 Xavier Roirand <roirand@adacore.com>
5424
5425 * gdb.ada/access_to_unbounded_array.exp: New testcase.
5426 * gdb.ada/access_to_unbounded_array/foo.adb: New file.
5427 * gdb.ada/access_to_unbounded_array/pack.adb: New file.
5428 * gdb.ada/access_to_unbounded_array/pack.ads: New file.
5429
5430 2018-09-10 Xavier Roirand <roirand@adacore.com>
5431
5432 * gdb.ada/mi_string_access.exp: New testcase.
5433 * gdb.ada/mi_string_access/bar.adb: New file.
5434 * gdb.ada/mi_string_access/pck.adb: New file.
5435 * gdb.ada/mi_string_access/pck.asd: New file.
5436
5437 2018-09-10 Xavier Roirand <roirand@adacore.com>
5438
5439 * gdb.ada/mi_var_union.exp: New testcase.
5440 * gdb.ada/mi_var_union/bar.adb: New file.
5441 * gdb.ada/mi_var_union/pck.adb: New file.
5442 * gdb.ada/mi_var_union/pck.asd: New file.
5443
5444 2018-09-08 Tom Tromey <tom@tromey.com>
5445
5446 * gdb.python/py-prettyprint.exp: Use with_test_prefix.
5447
5448 2018-09-08 Tom Tromey <tom@tromey.com>
5449
5450 PR python/16047:
5451 * gdb.python/py-prettyprint.py (pp_int_typedef3): New class.
5452 (register_pretty_printers): Register new printer.
5453 * gdb.python/py-prettyprint.exp (run_lang_tests): Add int_type3
5454 test.
5455 * gdb.python/py-prettyprint.c (int_type3): New typedef.
5456 (an_int_type3): New global.
5457
5458 2018-09-08 Joel Brobecker <brobecker@adacore.com>
5459
5460 * gdb.ada/expr_with_funcall: New testcase.
5461
5462 2018-09-08 Joel Brobecker <brobecker@adacore.com>
5463
5464 * gdb.ada/packed_array_assign: New testcase.
5465
5466 2018-09-07 Andrew Burgess <andrew.burgess@embecosm.com>
5467
5468 * gdb.base/watchpoint.exp (test_complex_watchpoint): Extend test
5469 names, and add test prefixes to make test names unique.
5470
5471 2018-09-05 Tom de Vries <tdevries@suse.de>
5472
5473 * gdb.dwarf2/varval.exp: Add test.
5474
5475 2018-09-04 Gary Benson <gbenson@redhat.com>
5476
5477 * gdb.base/batch-exit-status.exp: Use gdb_test_multiple and expect
5478 'eof' before 'wait -i'. Use remote_close and clear_gdb_spawn_id.
5479
5480 2018-08-31 Tom Tromey <tom@tromey.com>
5481
5482 * gdb.rust/simple.rs: Rename second variable "v".
5483
5484 2018-08-30 Andrew Burgess <andrew.burgess@embecosm.com>
5485
5486 * gdb.base/funcargs.c (use_a): New function.
5487 (recurse): Call use_a.
5488
5489 2018-08-29 Keith Seitz <keiths@redhat.com>
5490
5491 * gdb.compile/compile-cplus-anonymous.cc: New file.
5492 * gdb.compile/compile-cplus-anonymous.exp: New file.
5493 * gdb.compile/compile-cplus-array-decay.cc: New file.
5494 * gdb.compile/compile-cplus-array-decay.exp: New file.
5495 * gdb.compile/compile-cplus-inherit.cc: New file.
5496 * gdb.compile/compile-cplus-inherit.exp: New file.
5497 * gdb.compile/compile-cplus-member.cc: New file.
5498 * gdb.compile/compile-cplus-member.exp: New file.
5499 * gdb.compile/compile-cplus-method.cc: New file.
5500 * gdb.compile/compile-cplus-method.exp: New file.
5501 * gdb.compile/compile-cplus-mod.c: "New" file.
5502 * gdb.compile/compile-cplus-namespace.cc: New file.
5503 * gdb.compile/compile-cplus-namespace.exp: New file.
5504 * gdb.compile/compile-cplus-nested.cc: New file.
5505 * gdb.compile/compile-cplus-nested.exp: New file.
5506 * gdb.compile/compile-cplus-print.c: "New" file.
5507 * gdb.compile/compile-cplus-print.exp: "New" file.
5508 * gdb.compile/compile-cplus-virtual.cc: New file.
5509 * gdb.compile/compile-cplus-virtual.exp: New file.
5510 * gdb.compile/compile-cplus.c: "New" file.
5511 * gdb.compile/compile-cplus.exp: "New" file.
5512 * lib/compile-support.exp: New file.
5513
5514 2018-08-16 Gary Benson <gbenson@redhat.com>
5515
5516 PR gdb/13000:
5517 * gdb.base/batch-exit-status.exp: New file.
5518 * gdb.base/batch-exit-status.good-commands: Likewise.
5519 * gdb.base/batch-exit-status.bad-commands: Likewise.
5520
5521 2018-08-29 Alan Hayward <alan.hayward@arm.com>
5522
5523 * gdb.base/infcall-nested-structs.c (struct struct01): Remove.
5524 (struct struct02): Likewise.
5525 (struct struct03): Likewise.
5526 (struct struct04): Likewise.
5527 (struct struct_01_01): New struct.
5528 (struct struct_01_02): Likewise.
5529 (struct struct_01_03): Likewise.
5530 (struct struct_01_04): Likewise.
5531 (struct struct_02_01): Likewise.
5532 (struct struct_02_02): Likewise.
5533 (struct struct_02_03): Likewise.
5534 (struct struct_02_04): Likewise.
5535 (struct struct_04_01): Likewise.
5536 (struct struct_04_02): Likewise.
5537 (struct struct_04_03): Likewise.
5538 (struct struct_04_04): Likewise.
5539 (struct struct_05_01): Likewise.
5540 (struct struct_05_02): Likewise.
5541 (struct struct_05_03): Likewise.
5542 (struct struct_05_04): Likewise.
5543 (cmp_struct01): Remove function.
5544 (cmp_struct02): Likewise.
5545 (cmp_struct03): Likewise.
5546 (cmp_struct04): Likewise.
5547 (cmp_struct_01_01): Add Function.
5548 (cmp_struct_01_02): Likewise.
5549 (cmp_struct_01_03): Likewise.
5550 (cmp_struct_01_04): Likewise.
5551 (cmp_struct_02_01): Likewise.
5552 (cmp_struct_02_02): Likewise.
5553 (cmp_struct_02_03): Likewise.
5554 (cmp_struct_02_04): Likewise.
5555 (cmp_struct_04_01): Likewise.
5556 (cmp_struct_04_02): Likewise.
5557 (cmp_struct_04_03): Likewise.
5558 (cmp_struct_04_04): Likewise.
5559 (cmp_struct_05_01): Likewise.
5560 (cmp_struct_05_02): Likewise.
5561 (cmp_struct_05_03): Likewise.
5562 (cmp_struct_05_04): Likewise.
5563 (call_all): Add new structs.
5564 * gdb.base/infcall-nested-structs.exp: Likewise.
5565
5566 2018-08-27 Jan Vrany <jan.vrany@fit.cvut.cz>
5567
5568 * gdb.python/py-framefilter-mi.exp: Update regexp to
5569 check for "arch" field in frame output.
5570
5571 2018-08-23 Kevin Buettner <kevinb@redhat.com>
5572
5573 * gdb.dwarf2/dw2-ranges-func.c: New file.
5574 * gdb.dwarf2/dw2-ranges-func.exp: New file.
5575
5576 2018-08-22 Simon Marchi <simon.marchi@polymtl.ca>
5577
5578 * gdb.base/term.exp: Compare terminal settings with values from
5579 the inferior.
5580 * gdb.base/term.c: Get and set terminal settings.
5581
5582 2018-08-22 Jan Vrany <jan.vrany@fit.cvut.cz>
5583
5584 * lib/mi-support.exp (mi_expect_stop): Update regexp to
5585 accommodate new "arch" field in frame output.
5586 * gdb.mi/mi-return.exp: Likewise.
5587 * gdb.mi/mi-stack.exp: Likewise.
5588 * gdb.mi/mi-syn-frame.exp: Likewise.
5589 * gdb.mi/user-selected-context-sync.exp: Likewise.
5590
5591 2018-08-19 Michael Spang <spang@google.com>
5592
5593 PR gdb/11786
5594 * gdb.base/gcore-tls-pie.c: New file.
5595 * gdb.base/gcore-tls-pie.exp: New file.
5596
5597 2018-08-18 Kevin Buettner <kevinb@redhat.com>
5598
5599 * lib/dwarf.exp: Add support for DW_OP_GNU_variable_value.
5600 * gdb.dwarf2/varval.c: New file.
5601 * gdb.dwarf2/varval.exp: New file.
5602
5603 2018-08-17 Alan Hayward <alan.hayward@arm.com>
5604
5605 PR gdb/18931
5606 * gdb.arch/aarch64-fp.c (main): Fix asm registers.
5607
5608 2018-08-16 Keith Seitz <keiths@redhat.com>
5609
5610 * gdb.compile/compile.exp: Use gdb_test_no_output for "compile code"
5611 tests expected to pass.
5612
5613 2018-08-14 Jan Vrany <jan.vrany@fit.cvut.cz>
5614
5615 * gdb.mi/mi-disassemble.exp (test_disassembly_only): Add tests for
5616 -data-disassemble -a.
5617 (test_disassembly_bogus_args): Likewise.
5618
5619 2018-08-14 Andrew Burgess <andrew.burgess@embecosm.com>
5620
5621 * gdb.mi/list-thread-groups-available.exp: Update test regexp.
5622
5623 2018-08-09 Andrew Burgess <andrew.burgess@embecosm.com>
5624
5625 * gdb.base/vla-optimized-out.exp: Add new test.
5626
5627 2018-08-09 Andrew Burgess <andrew.burgess@embecosm.com>
5628
5629 * gdb.base/vla-optimized-out-o3.exp: Delete.
5630 * gdb.base/vla-optimized-out-o3-strict.exp: Delete.
5631 * gdb.base/vla-optimized-out.exp: Extend to cover all of the
5632 deleted tests.
5633
5634 2018-08-08 Andrew Burgess <andrew.burgess@embecosm.com>
5635
5636 PR gdb/18050:
5637 * gdb.server/extended-remote-restart.c: New file.
5638 * gdb.server/extended-remote-restart.exp: New file.
5639
5640 2018-08-07 Simon Marchi <simon.marchi@polymtl.ca>
5641
5642 * gdb.fortran/nested-funcs.exp: Replace "set index = 42" with
5643 "set variable index = 42".
5644
5645 2018-08-07 Simon Marchi <simon.marchi@ericsson.com>
5646
5647 * boards/index-cache-gdb.exp: New file.
5648 * gdb.dwarf2/index-cache.exp: New file.
5649 * gdb.dwarf2/index-cache.c: New file.
5650 * gdb.base/maint.exp: Check if we are using the index cache.
5651
5652 2018-08-07 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
5653
5654 * Makefile.in (saw_dash_j): Allow for GNU make 4.2+ passing -jN in
5655 MAKEFLAGS.
5656
5657 2018-08-06 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
5658
5659 * dg-extract-results.sh: Move to toplevel contrib.
5660 * Makefile.in (check-parallel): Reflect dg-extract-results.sh move.
5661 * Makefile.in (check-parallel-racy): Likewise.
5662
5663 2018-08-06 Andrew Burgess <andrew.burgess@embecosm.com>
5664
5665 * lib/gdb.exp (target_supports_scheduler_locking): New proc.
5666 * gdb.mi/mi-cmd-param-changed.exp: Only run scheduler locking
5667 tests if the target supports scheduler locking.
5668
5669 2018-08-04 Tom de Vries <tdevries@suse.de>
5670
5671 * gdb.python/py-rbreak.exp: Fix rbreak regexp.
5672
5673 2018-08-02 Tom Tromey <tom@tromey.com>
5674
5675 PR symtab/16842.
5676 * gdb.cp/temargs.exp: Test "info address" of a template
5677 parameter.
5678
5679 2018-07-31 Jan Vrany <jan.vrany@fit.cvut.cz>
5680
5681 * gdb.python/py-mi-var-info-path-expression.c: New file.
5682 * gdb.python/py-mi-var-info-path-expression.py: New file.
5683 * gdb.python/py-mi-var-info-path-expression.exp: New file.
5684
5685 2018-07-30 Sergio Durigan Junior <sergiodj@redhat.com>
5686
5687 * lib/gdbserver-support.exp (gdbserver_start): Match any kind of
5688 error after "cannot resolve name" string.
5689
5690 2018-07-28 Andrew Burgess <andrew.burgess@embecosm.com>
5691
5692 * gdb.trace/tspeed.exp: Only call gdb_load_shlib after gdb has
5693 started.
5694 * lib/gdb.exp (gdb_load_shlib): Call perror if GDB is not running.
5695
5696 2018-07-28 Tom de Vries <tdevries@suse.de>
5697
5698 * gdb.base/vla-optimized-out-o3-strict.exp: New file.
5699
5700 2018-07-26 Tom de Vries <tdevries@suse.de>
5701
5702 * gdb.base/vla-optimized-out.c: Add comment about origin of test-case.
5703
5704 2018-07-26 Andrew Burgess <andrew.burgess@embecosm.com>
5705
5706 * gdb.base/maint.exp: Add check that dwarf unwinders control flag
5707 is visible.
5708
5709 2018-07-26 Tom de Vries <tdevries@suse.de>
5710
5711 PR breakpoints/23366
5712 * gdb.base/catch-follow-exec.c: New test.
5713 * gdb.base/catch-follow-exec.exp: New file.
5714
5715 2018-07-25 Tom de Vries <tdevries@suse.de>
5716
5717 * gdb.base/vla-optimized-out-o3.exp: New file. Reuse
5718 vla-optimized-out.c.
5719
5720 2018-07-25 Jan Vrany <jan.vrany@fit.cvut.cz>
5721
5722 * gdb.mi/mi-breakpoint-location-ena-dis.cc: New file.
5723 * gdb.mi/mi-breakpoint-location-ena-dis.exp: New file.
5724
5725 2018-07-20 Tom de Vries <tdevries@suse.de>
5726
5727 * gdb.base/vla-optimized-out.c: Make noclone attribute conditional on
5728 NOCLONE macro.
5729 * gdb.base/vla-optimized-out.exp: Use additional_flags -DNOCLONE.
5730
5731 2018-07-19 Tom de Vries <tdevries@suse.de>
5732
5733 * gdb.mi/list-thread-groups-available.exp (cores_re): Fix quoting in
5734 regular expression.
5735
5736 2018-07-18 Tom de Vries <tdevries@suse.de>
5737
5738 * gdb.base/vla-optimized-out.c: New test.
5739 * gdb.base/vla-optimized-out.exp: New file.
5740
5741 2018-07-13 Sergio Durigan Junior <sergiodj@redhat.com>
5742
5743 * lib/gdbserver-support.exp (gdbserver_start): Expect for the
5744 message "No address associated with hostname" when gdbserver
5745 cannot resolve the hostname.
5746
5747 2018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5748
5749 * gdb.threads/pthreads.exp: Test qcs FLAG arguments.
5750 Add some test prefixes to make tests unique.
5751
5752 2018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5753
5754 * gdb.base/frameapply.c: New file.
5755 * gdb.base/frameapply.exp: New file.
5756
5757 2018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5758
5759 * gdb.base/skip.exp: Update expected error message.
5760
5761 2018-07-11 Sergio Durigan Junior <sergiodj@redhat.com>
5762 Jan Kratochvil <jan.kratochvil@redhat.com>
5763 Paul Fertser <fercerpav@gmail.com>
5764 Tsutomu Seki <sekiriki@gmail.com>
5765
5766 * README (Testsuite Parameters): Mention new 'GDB_TEST_SOCKETHOST'
5767 parameter.
5768 * boards/native-extended-gdbserver.exp: Do not set 'sockethost'
5769 by default.
5770 * boards/native-gdbserver.exp: Likewise.
5771 * gdb.server/run-without-local-binary.exp: Improve regexp used
5772 for detecting when a remote debugging connection succeeds.
5773 * gdb.server/server-connect.exp: New file.
5774 * lib/gdbserver-support.exp (gdbserver_default_get_comm_port):
5775 Do not prefix the port number with ":".
5776 (gdbserver_start): New global GDB_TEST_SOCKETHOST. Implement
5777 support for detecting and using it. Add '$debughost_gdbserver'
5778 to the list of arguments used to start gdbserver. Handle case
5779 when gdbserver cannot resolve a network name.
5780
5781 2018-07-11 Sergio Durigan Junior <sergiodj@redhat.com>
5782
5783 PR c++/23373
5784 * gdb.base/ptype-offsets.cc (struct static_member): New
5785 struct.
5786 (main) <stmember>: New variable.
5787 * gdb.base/ptype-offsets.exp: Add test for printing a struct
5788 with a static member in it.
5789
5790 2018-07-10 Andrew Burgess <andrew.burgess@embecosm.com>
5791
5792 * gdb.base/watchpoint-reuse-slot.exp: Test with hardware
5793 watchpoints enabled and disabled.
5794
5795 2018-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
5796
5797 * gdb.base/examine-backward.exp: Still run tests around address
5798 0x0, even if address 0x0 is not readable. Update the pattern for
5799 matching address 0x0 in expected output.
5800
5801 2018-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
5802
5803 * gdb.base/share-env-with-gdbserver.c (main): Add call to
5804 malloc/free.
5805
5806 2018-07-04 Tom de Vries <tdevries@suse.de>
5807
5808 * gdb.dwarf2/dw2-error.exp: Update expected error message.
5809
5810 2018-07-02 Maciej W. Rozycki <macro@mips.com>
5811
5812 PR tdep/8282
5813 * gdb.arch/mips-disassembler-options.exp: New test.
5814 * gdb.arch/mips-disassembler-options.s: New test source.
5815
5816 2018-06-29 Pedro Alves <palves@redhat.com>
5817
5818 * gdb.threads/names.exp: Adjust expected "info threads" output.
5819
5820 2018-06-29 Pedro Alves <palves@redhat.com>
5821
5822 * gdb.opt/inline-break.exp (line number, address): Add "info
5823 break" tests.
5824
5825 2018-06-29 Pedro Alves <palves@redhat.com>
5826
5827 * gdb.opt/inline-break.c (func1): Add "break here" marker.
5828 * gdb.opt/inline-break.exp: Test setting breakpoints by line
5829 number and address and running to them.
5830
5831 2018-06-29 Richard Bunt <richard.bunt@arm.com>
5832
5833 * gdb.base/watchpoint-hw-attach.exp: Remove unstable output.
5834
5835 2018-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
5836
5837 * lib/compiler.c: Remove executable permission flag.
5838
5839 2018-06-28 Richard Bunt <richard.bunt@arm.com>
5840
5841 * gdb.base/watchpoint-hw-attach.c (main): Remove unneeded
5842 code.
5843 * gdb.base/watchpoint-hw-attach.exp: Break in outermost frame.
5844
5845 2018-06-28 Petr Tesarik <ptesarik@suse.cz>
5846
5847 * gdb.base/relocate.exp: Add test for "add-symbol-file -o ".
5848
5849 2018-06-28 Petr Tesarik <ptesarik@suse.cz>
5850
5851 * gdb.base/relocate.exp: Test add-symbol-file behavior when the
5852 address argument is omitted.
5853
5854 2018-06-28 Petr Tesarik <ptesarik@suse.cz>
5855
5856 * gdb.base/relocate.exp: Add test for "symbol-file -o ".
5857
5858 2018-06-27 Omair Javaid <omair.javaid@linaro.org>
5859
5860 PR gdb/21695
5861 * gdb.base/infoline-reloc-main-from-zero.exp: New test.
5862 * gdb.base/infoline-reloc-main-from-zero.c: New file.
5863
5864 2018-06-26 Tom Tromey <tom@tromey.com>
5865
5866 PR rust/22574:
5867 * gdb.rust/simple.exp (test_one_slice): Add ptype/o tests.
5868 * gdb.rust/simple.rs (struct SimpleLayout): New.
5869
5870 2018-06-22 Simon Marchi <simon.marchi@ericsson.com>
5871
5872 * gdb.base/jit-reader.exp (jit_reader_test): Expect spaces in
5873 "info registers" output.
5874
5875 2018-06-21 Richard Bunt <richard.bunt@arm.com>
5876
5877 * gdb.base/watchpoint-hw-attach.c: New test.
5878 * gdb.base/watchpoint-hw-attach.exp: New file.
5879
5880 2018-06-20 Simon Marchi <simon.marchi@ericsson.com>
5881
5882 * boards/cc-with-tweaks.exp: Don't call cc-with-tweaks.sh
5883 through /bin/sh.
5884 * boards/dwarf4-gdb-index.exp: Likewise.
5885 * boards/fission-dwp.exp: Likewise.
5886
5887 2018-06-20 Ulrich Weigand <uweigand@de.ibm.com>
5888
5889 * gdb.base/float128.exp: Add comment and improved fail message
5890 to the failure case of "print large128" test.
5891
5892 2018-06-19 Simon Marchi <simon.marchi@ericsson.com>
5893
5894 * configure.ac: Remove AC_PREREQ.
5895 * configure: Re-generate.
5896
5897 2018-06-19 Pedro Alves <palves@redhat.com>
5898
5899 * gdb.opt/inline-break.c (func_inline_callee, func_inline_caller)
5900 (func_extern_caller): New.
5901 (main): Call func_extern_caller.
5902 * gdb.opt/inline-break.exp: Add tests for inline frame skipping
5903 logic change.
5904
5905 2018-06-18 Weimin Pan <weimin.pan@oracle.com>
5906
5907 PR gdb/16841
5908 * gdb.cp/typedef-base.cc: New file.
5909 * gdb.cp/typedef-base.exp: New file.
5910
5911 2018-06-18 Tom de Vries <tdevries@suse.de>
5912
5913 * gdb.ada/bp_inlined_func.exp: Allow 5 breakpoint locations.
5914
5915 2018-06-16 Andrew Burgess <andrew.burgess@embecosm.com>
5916 Richard Bunt <Richard.Bunt@arm.com>
5917
5918 * gdb.threads/attach-slow-waitpid.c: New file.
5919 * gdb.threads/attach-slow-waitpid.exp: New file.
5920 * gdb.threads/slow-waitpid.c: New file.
5921
5922 2018-06-14 Pedro Alves <palves@redhat.com>
5923
5924 * gdb.base/fork-running-state.c: Include <errno.h>.
5925 (exit_if_relative_exits): New.
5926 (fork_child): If 'exit_if_relative_exits' is true, exit if the parent
5927 exits.
5928 (fork_parent): If 'exit_if_relative_exits' is true, exit if the
5929 child exits.
5930
5931 2018-06-14 Tom de Vries <tdevries@suse.de>
5932
5933 PR cli/22573
5934 * gdb.base/finish-pretty.c: New test.
5935 * gdb.base/finish-pretty.exp: New file.
5936
5937 2018-06-14 Pedro Alves <palves@redhat.com>
5938
5939 * gdb.gdb/selftest.exp (test_with_self): Use multi_line to build
5940 gdb's expected startup output.
5941
5942 2018-06-14 Pedro Alves <palves@redhat.com>
5943
5944 * lib/selftest-support.exp (selftest_setup): Remove inlined
5945 function handling.
5946
5947 2018-06-14 Tom de Vries <tdevries@suse.de>
5948
5949 * lib/selftest-support.exp (selftest_setup): Allow function arguments in
5950 matching of breakpoint printing.
5951
5952 2018-06-13 Tom de Vries <tdevries@suse.de>
5953
5954 PR testsuite/23269
5955 * gdb.base/fork-running-state.c (main): Move setting of alarm ...
5956 (fork_child): ... here, and ...
5957 (fork_parent): ... here.
5958
5959 2018-06-12 Tom de Vries <tdevries@suse.de>
5960
5961 * gdb.gdb/selftest.exp (test_with_self): Update gdb startup text.
5962
5963 2018-06-12 Andrew Burgess <andrew.burgess@embecosm.com>
5964 Stephen Roberts <stephen.roberts@arm.com>
5965
5966 * gdb.threads/multiple-successive-infcall.exp: Remove kfail case,
5967 rewrite test to describe action performed, rather than possible
5968 failure.
5969
5970 2018-06-08 Gary Benson <gbenson@redhat.com>
5971
5972 * gdb.threads/check-libthread-db.exp: New file.
5973 * gdb.threads/check-libthread-db.c: Likewise.
5974
5975 2018-06-05 Tom Tromey <tom@tromey.com>
5976
5977 * gdb.base/default.exp: Update expected "show version" output.
5978
5979 2018-06-05 Tom Tromey <tom@tromey.com>
5980
5981 PR cli/12326:
5982 * gdb.cp/static-print-quit.exp: Update.
5983 * lib/gdb.exp (pagination_prompt): Update.
5984 * gdb.base/page.exp: Use pagination_prompt. Add new tests.
5985 * gdb.python/python.exp: Update.
5986
5987 2018-06-04 Joel Brobecker <brobecker@adacore.com>
5988
5989 * gdb.mi/list-thread-groups-no-inferior.exp: New testcase.
5990
5991 2018-06-01 Joel Brobecker <brobecker@adacore.com>
5992
5993 * gdb.ada/bp_fun_addr: New testcase.
5994
5995 2018-06-01 Tom Tromey <tom@tromey.com>
5996
5997 * gdb.xml/tdesc-regs.exp (load_description): Update expected
5998 results.
5999 * gdb.dwarf2/method-ptr.exp: Set language to C++.
6000 * gdb.dwarf2/member-ptr-forwardref.exp: Set language to C++.
6001 * gdb.cp/typeid.exp (do_typeid_tests): Update type_re.
6002 * gdb.base/maint.exp (maint_pass_if): Update.
6003
6004 2018-05-31 Maciej W. Rozycki <macro@mips.com>
6005
6006 * gdb.base/endian.exp: New test.
6007 * gdb.base/endian.c: New test source.
6008
6009 2018-05-24 Andrew Burgess <andrew.burgess@embecosm.com>
6010
6011 PR gdb/23203
6012 * gdb.base/bt-selected-frame.c: New file.
6013 * gdb.base/bt-selected-frame.exp: New file.
6014 * lib/gdb.exp (get_current_frame_number): New function.
6015
6016 2018-05-24 Maciej W. Rozycki <macro@mips.com>
6017 Pedro Alves <palves@redhat.com>
6018
6019 * gdb.threads/tls-core.c: Include <stdlib.h>
6020 (thread_proc): Call `abort'.
6021 * gdb.threads/tls-core.exp: Generate a core with core_find too.
6022 (tls_core_test): New procedure, bits factored out from ...
6023 (top level): ... here. Test both native cores and gcore cores.
6024
6025 2018-05-23 Tom Tromey <tom@tromey.com>
6026
6027 * gdb.gdb/complaints.exp (test_initial_complaints): Simplify.
6028
6029 2018-05-23 Tom Tromey <tom@tromey.com>
6030
6031 * gdb.gdb/complaints.exp (test_initial_complaints): Don't mention
6032 symfile_complaints.
6033 (test_short_complaints): Likewise.
6034 (test_empty_complaints): Likewise.
6035 (test_initial_complaints): Update.
6036
6037 2018-05-23 Tom Tromey <tom@tromey.com>
6038
6039 * gdb.gdb/complaints.exp (test_empty_complaints): Update.
6040
6041 2018-05-23 Tom Tromey <tom@tromey.com>
6042
6043 * gdb.gdb/complaints.exp (test_serial_complaints): Remove.
6044 (test_short_complaints): Update.
6045
6046 2018-05-22 Pedro Alves <palves@redhat.com>
6047
6048 * gdb.base/remote.exp: Only gdb_start after compiling the
6049 testcase. Issue "disconnect" before testing "set remote" command
6050 defaults. Issue clean_restart before running to main.
6051
6052 2018-05-22 Pedro Alves <palves@redhat.com>
6053
6054 * gdb.base/remote.exp: Adjust expected output of "show remote
6055 memory-write-packet-size". Add tests for "set remote
6056 memory-write-packet-size 0" and "set remote
6057 memory-write-packet-size fixed/limit".
6058
6059 2018-05-22 Pedro Alves <palves@redhat.com>
6060
6061 PR gdb/22973
6062 * gdb.base/utf8-identifiers.c: New file.
6063 * gdb.base/utf8-identifiers.exp: New file.
6064
6065 2018-05-22 Pedro Franco de Carvalho <pedromfc@linux.vnet.ibm.com>
6066
6067 * gdb.arch/powerpc-fpscr-gcore.exp: New file.
6068
6069 2018-05-22 Pedro Franco de Carvalho <pedromfc@linux.vnet.ibm.com>
6070
6071 * gdb.arch/powerpc-vsx-gcore.exp: New file.
6072
6073 2018-05-18 Tom Tromey <tom@tromey.com>
6074
6075 * gdb.base/ptype-offsets.exp: Update.
6076
6077 2018-05-17 Keith Seitz <keiths@redhat.com>
6078
6079 * gdb.ada/bp_inlined_func.exp: Update inlined frame locations
6080 in expected breakpoint stop locations.
6081 * gdb.dwarf2/implptr.exp (implptr_test_baz): Use up/down to
6082 move to proper scope to test variable values.
6083 * gdb.opt/inline-break.c (inline_func1, not_inline_func1)
6084 (inline_func2, not_inline_func2, inline_func3, not_inline_func3):
6085 New functions.
6086 (main): Call not_inline_func3.
6087 * gdb.opt/inline-break.exp: Start inferior and set breakpoints at
6088 inline_func1, inline_func2, and inline_func3. Test that when each
6089 breakpoint is hit, GDB properly reports both the stop location
6090 and the backtrace. Repeat tests for temporary breakpoints.
6091
6092 2018-05-15 Maciej W. Rozycki <macro@mips.com>
6093
6094 * gdb.server/server-kill.exp: Verify whether `server_pid' exists
6095 rather then trying to access it in determining whether the PID
6096 of `gdbserver' could have been retrieved.
6097
6098 2018-05-08 Andrew Burgess <andrew.burgess@embecosm.com>
6099
6100 * gdb.arch/amd64-init-x87-values.S: New file.
6101 * gdb.arch/amd64-init-x87-values.exp: New file.
6102
6103 2018-05-08 Jan Kratochvil <jan.kratochvil@redhat.com>
6104
6105 * gdb.base/watchpoint-unaligned.exp: Use skip_hw_watchpoint_tests.
6106
6107 2018-05-04 Tom Tromey <tom@tromey.com>
6108
6109 PR python/22730:
6110 * gdb.python/python.exp: Test multi-line execute.
6111
6112 2018-05-04 Tom Tromey <tom@tromey.com>
6113
6114 PR python/22731:
6115 * gdb.python/py-breakpoint.exp: Test setting breakpoint commands.
6116
6117 2018-05-04 Tom Tromey <tom@tromey.com>
6118
6119 PR gdb/11750:
6120 * gdb.base/define.exp: Test defining a user command inside a user
6121 command.
6122 * gdb.base/commands.exp (define_if_without_arg_test): Test "define".
6123
6124 2018-05-04 Jan Kratochvil <jan.kratochvil@redhat.com>
6125 Pedro Alves <palves@redhat.com>
6126
6127 PR breakpoints/19806 and support for PR external/20207.
6128 * gdb.base/watchpoint-unaligned.c: New file.
6129 * gdb.base/watchpoint-unaligned.exp: New file.
6130
6131 2018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
6132
6133 * gdb.base/maint.exp: Make test names unique, use
6134 test_prefix_command_help to test 'help maint info', and remove
6135 repeated test of 'help maint'.
6136
6137 2018-05-04 Tom Tromey <tom@tromey.com>
6138
6139 PR gdb/22619:
6140 * gdb.base/long_long.exp (gdb_test_long_long): Add test for repeat
6141 behavior.
6142
6143 2018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
6144
6145 * gdb.base/maint.exp: Process output from 'maint print registers'
6146 line at a time.
6147
6148 2018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
6149
6150 * lib/mi-support.exp (mi_run_cmd_full): Fix regexp and add a
6151 timeout.
6152
6153 2018-05-03 Andrew Burgess <andrew.burgess@embecosm.com>
6154
6155 * gdb.base/callfuncs.exp (fetch_all_registers): Add riscv register
6156 filter pattern.
6157
6158 2018-05-02 Pedro Alves <palves@redhat.com>
6159
6160 * gdb.base/breakpoint-in-ro-region.exp: Adjust to to_resume and
6161 to_log_command renames.
6162 * gdb.base/sss-bp-on-user-bp-2.exp: Likewise.
6163
6164 2018-05-02 Tom Tromey <tom@tromey.com>
6165
6166 * gdb.python/py-parameter.exp: Set test message.
6167
6168 2018-05-02 Tom Tromey <tom@tromey.com>
6169
6170 PR python/20084:
6171 * gdb.python/py-parameter.exp: Add PARAM_ZUINTEGER and
6172 PARAM_ZUINTEGER_UNLIMITED tests.
6173
6174 2018-04-28 Dan Robertson <danlrobertson89@gmail.com>
6175
6176 PR rust/23124
6177 * gdb.rust/expr.exp: Test that the unit type is correctly parsed
6178 when casting.
6179
6180 2018-04-30 Tom Tromey <tom@tromey.com>
6181
6182 * gdb.python/py-type.exp: Check align attribute.
6183 * gdb.python/py-type.c: New "aligncheck" global.
6184
6185 2018-04-30 Tom Tromey <tom@tromey.com>
6186
6187 PR exp/17095:
6188 * gdb.dwarf2/dw2-align.exp: New file.
6189 * gdb.cp/align.exp: New file.
6190 * gdb.base/align.exp: New file.
6191 * lib/gdb.exp (gdb_int128_helper): New proc.
6192 (has_int128_c, has_int128_cxx): New caching procs.
6193
6194 2018-04-27 Tom Tromey <tom@tromey.com>
6195
6196 PR rust/22545:
6197 * gdb.rust/simple.exp: Add inclusive range tests.
6198
6199 2018-04-26 Pedro Alves <palves@redhat.com>
6200
6201 * gdb.base/gnu-ifunc.exp (set-break): Test that GDB resolves
6202 ifunc breakpoint locations correctly of ifunc breakpoints set
6203 while the program resolves the ifunc.
6204
6205 2018-04-26 Pedro Alves <palves@redhat.com>
6206
6207 * gdb.base/gnu-ifunc-final.c: New file.
6208 * gdb.base/gnu-ifunc.c (final): Delete, moved to gnu-ifunc-final.c.
6209 * gdb.base/gnu-ifunc.exp (executable): Delete.
6210 (staticexecutable): Adjust.
6211 (lib_opts, exec_opts): Delete.
6212 (make_binsuffix, build, set-break): New procedures.
6213 (misc_tests): New, with tests factored out from the top level.
6214 (top level): Test different combinations of ifunc resolver name,
6215 resolver with and with debug info, and ifunc target with and
6216 without debug info. Wrap static tests with with_target_prefix.
6217
6218 2018-04-26 Pedro Alves <palves@redhat.com>
6219
6220 * gdb.compile/compile-ifunc.exp: Also expect "function has unknown
6221 return type" warnings.
6222
6223 2018-04-25 Pedro Alves <palves@redhat.com>
6224
6225 * gdb.base/hook-stop.exp: Expect "killed" instead of "has been
6226 killed".
6227 * gdb.base/kill-after-signal.exp: Likewise.
6228 * gdb.threads/kill.exp: Likewise.
6229
6230 2018-04-24 Jan Kratochvil <jan.kratochvil@redhat.com>
6231 Sergio Durigan Junior <sergiodj@redhat.com>
6232 Pedro Alves <palves@redhat.com>
6233
6234 * gdb.base/attach-non-pgrp-leader.exp: Adjust 'Detaching...'
6235 regexps to expect for '[Inferior ... detached]' as well.
6236 * gdb.base/attach.exp: Likewise.
6237 * gdb.base/catch-syscall.exp (check_for_program_end): Adjust
6238 "gdb_continue_to_end".
6239 (test_catch_syscall_with_wrong_args): Likewise.
6240 * gdb.base/foll-fork.exp: Adjust regexps to match '[' and
6241 ']'. Don't set 'verbose' on.
6242 * gdb.base/foll-vfork.exp: Likewise.
6243 * gdb.base/fork-print-inferior-events.c: New file.
6244 * gdb.base/fork-print-inferior-events.exp: New file.
6245 * gdb.base/hook-stop.exp: Adjust regexps to expect for new
6246 '[Inferior ... has been killed]' message.
6247 * gdb.base/kill-after-signal.exp: Likewise.
6248 * gdb.base/solib-overlap.exp: Adjust regexps to expect for new
6249 detach message.
6250 * gdb.threads/kill.exp: Adjust regexps to expect for new kill
6251 message.
6252 * gdb.threads/clone-attach-detach.exp: Adjust 'Detaching...'
6253 regexps to expect for '[Inferior ... detached]' as well.
6254 * gdb.threads/process-dies-while-detaching.exp: Likewise.
6255
6256 2018-04-24 Simon Marchi <simon.marchi@ericsson.com>
6257
6258 PR gdb/23104
6259 * gdb.base/info-shared.exp: Replace libs=-ldl with shlib_load.
6260
6261 2018-04-22 Rajendra SY <rajendra.sy@gmail.com>
6262
6263 PR gdb/23095
6264 * gdb.base/break-probes.exp: Pass shlib_load to
6265 prepare_for_testing. Set normal_bp to r_debug_state if target is
6266 bsd.
6267
6268 2018-04-19 Richard Bunt <richard.bunt@arm.com>
6269
6270 * gdb.threads/multiple-successive-infcall.c: New test.
6271 * gdb.threads/multiple-successive-infcall.exp: New file.
6272
6273 2018-04-17 Tom Tromey <tom@tromey.com>
6274
6275 * gdb.rust/simple.rs (Union): New type.
6276 (main): New local "u".
6277 * gdb.rust/simple.exp (test_one_slice): Add new test case.
6278
6279 2018-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
6280
6281 * gdb.base/dbx.exp (test_whereis): Adjust regexp to added line
6282 number information in output of "whereis" command.
6283 * gdb.base/info-fun.exp: Likewise, for "info fun" command.
6284
6285 2018-04-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
6286
6287 * gdb.ada/info_types.exp: Adjust expected output to the line
6288 numbers now printed by "info var/func/type".
6289 * gdb.base/completion.exp: Likewise.
6290 * gdb.base/included.exp: Likewise.
6291 * gdb.cp/cp-relocate.exp: Likewise.
6292 * gdb.cp/cplusfuncs.exp: Likewise.
6293 * gdb.cp/namespace.exp: Likewise.
6294 * gdb.dwarf2/dw2-case-insensitive.exp: Likewise.
6295
6296 2018-04-13 Markus Metzger <markus.t.metzger@intel.com>
6297
6298 * gdb.btrace/cpu.exp: New.
6299
6300 2018-04-13 Markus Metzger <markus.t.metzger@intel.com>
6301
6302 * gdb.base/step-indirect-call-thunk.exp: New.
6303 * gdb.base/step-indirect-call-thunk.c: New.
6304 * gdb.reverse/step-indirect-call-thunk.exp: New.
6305 * gdb.reverse/step-indirect-call-thunk.c: New.
6306
6307 2018-04-11 Simon Marchi <simon.marchi@ericsson.com>
6308
6309 * gdb.base/pie-fork.c: New file.
6310 * gdb.base/pie-fork.exp: New file.
6311
6312 2018-04-11 Tom Tromey <tom@tromey.com>
6313
6314 * gdb.rust/simple.exp: Add test for ".." struct initializer.
6315
6316 2018-04-10 Pedro Alves <palves@redhat.com>
6317
6318 * gdb.base/fork-running-state.c (fork_child): Don't exit if parent
6319 exits. Instead loop running forever.
6320 (fork_parent): Run forever too.
6321
6322 2018-04-07 Simon Marchi <simon.marchi@polymtl.ca>
6323
6324 * gdb.mi/mi-stack.exp (test_stack_frame_listing): Use
6325 mi_continue_to_line.
6326 * gdb.mi/mi-stack.c (callee4): Add comment.
6327
6328 2018-04-07 Simon Marchi <simon.marchi@polymtl.ca>
6329
6330 * gdb.mi/mi-stack.exp: Fix indentation.
6331
6332 2018-04-07 Simon Marchi <simon.marchi@ericsson.com>
6333
6334 PR gdb/22979
6335 * gdb.arch/amd64-osabi.exp: New file.
6336
6337 2018-04-07 Simon Marchi <simon.marchi@ericsson.com>
6338
6339 PR gdb/22980
6340 * gdb.base/osabi.exp: New file.
6341
6342 2018-04-02 Weimin Pan <weimin.pan@oracle.com>
6343
6344 * gdb.cp/static-typedef-print.exp: New file.
6345 * gdb.cp/static-typedef-print.cc: New file.
6346
6347 2018-03-27 Joel Brobecker <brobecker@adacore.com>
6348
6349 * gdb.ada/varsize_limit: New testcase.
6350
6351 2018-03-27 Joel Brobecker <brobecker@adacore.com>
6352
6353 * gdb.ada/maint_with_ada.exp: Remove PR gdb/22670 setup_kfail.
6354
6355 * gdb.ada/notcplusplus: New testcase.
6356
6357 * gdb.base/c-linkage-name.c: New file.
6358 * gdb.base/c-linkage-name.exp: New testcase.
6359
6360 2018-03-26 Tom Tromey <tom@tromey.com>
6361
6362 * gdb.python/py-framefilter.exp: Add test for KeyboardInterrupt.
6363 * gdb.python/py-framefilter.py (name_error): New global.
6364 (ErrorInName.function): Use name_error.
6365
6366 2018-03-26 Tom Tromey <tom@tromey.com>
6367
6368 PR backtrace/15582:
6369 * gdb.python/py-framefilter.exp: Add "bt hide" test.
6370
6371 2018-03-23 Keith Seitz <keiths@redhat.com>
6372
6373 PR c++/22968
6374 * gdb.cp/subtypes.exp: New file.
6375 * gdb.cp/subtypes.h: New file.
6376 * gdb.cp/subtypes.cc: New file.
6377 * gdb.cp/subtypes-2.cc: New file.
6378
6379 2018-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
6380
6381 * gdb.arch/amd64-disp-step-avx.S: Add '_start' label.
6382 (done): Call '_exit' not 'exit' to avoid atexit handlers.
6383 * gdb.arch/amd64-disp-step-avx.exp: Pass -static, and
6384 -nostartfiles when compiling the test. Confirm that all registers
6385 xmm0 to xmm15 are initially 0, and that xmm1 to xmm15 are 0 after.
6386
6387 2018-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
6388
6389 * gdb.arch/amd64-disp-step-avx.exp: Remove unneeded assembler flag
6390 option, syntax was wrong anyway.
6391 * gdb.arch/arm-disp-step.exp: Likewise.
6392 * gdb.arch/sparc64-regs.exp: Likewise.
6393 * gdb.arch/amd64-disp-step.exp: Remove unneeded assembler flag
6394 option, syntax was wrong anyway, switch to use
6395 prepare_for_testing.
6396 * gdb.arch/i386-disp-step.exp: Likewise.
6397
6398 2018-03-23 Andreas Arnez <arnez@linux.vnet.ibm.com>
6399
6400 * gdb.ada/exec_changed.exp: Replace "target_info exists
6401 use_gdb_stub" by "use_gdb_stub".
6402 * gdb.ada/start.exp: Likewise.
6403 * gdb.base/async-shell.exp: Likewise.
6404 * gdb.base/attach-pie-misread.exp: Likewise.
6405 * gdb.base/attach-wait-input.exp: Likewise.
6406 * gdb.base/break-entry.exp: Likewise.
6407 * gdb.base/break-interp.exp: Likewise.
6408 * gdb.base/dprintf-detach.exp: Likewise.
6409 * gdb.base/nostdlib.exp: Likewise.
6410 * gdb.base/solib-nodir.exp: Likewise.
6411 * gdb.base/statistics.exp: Likewise.
6412 * gdb.base/testenv.exp: Likewise.
6413 * gdb.mi/mi-exec-run.exp: Likewise.
6414 * gdb.mi/mi-start.exp: Likewise.
6415 * gdb.multi/dummy-frame-restore.exp: Likewise.
6416 * gdb.multi/multi-arch-exec.exp: Likewise.
6417 * gdb.multi/multi-arch.exp: Likewise.
6418 * gdb.multi/tids.exp: Likewise.
6419 * gdb.multi/watchpoint-multi.exp: Likewise.
6420 * gdb.python/py-events.exp: Likewise.
6421 * gdb.threads/attach-into-signal.exp: Likewise.
6422 * gdb.threads/attach-stopped.exp: Likewise.
6423 * gdb.threads/threadapply.exp: Likewise.
6424 * lib/selftest-support.exp: Likewise.
6425
6426 2018-03-22 Andreas Arnez <arnez@linux.vnet.ibm.com>
6427
6428 * gdb.base/info-proc.exp: Add test for "info proc cmdline".
6429
6430 2018-03-20 Stephen Roberts <stephen.roberts@arm.com>
6431
6432 * gdb.perf/template-breakpoints.cc: New file.
6433 * gdb.perf/template-breakpoints.exp: New file.
6434 * gdb.perf/template-breakpoints.py: New file.
6435
6436 2018-03-19 Tom Tromey <tom@tromey.com>
6437
6438 * gdb.rust/simple.rs (main): Add local variables field1, field2,
6439 y0.
6440 * gdb.rust/simple.exp: Test bare identifier form of struct
6441 initializer.
6442
6443 2018-03-19 Tom Tromey <tom@tromey.com>
6444
6445 * gdb.gdb/observer.exp: Remove.
6446
6447 2018-03-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
6448
6449 * gdb.trace/actions-changed.exp: Call gdb_breakpoint with the
6450 "qualified" option when setting breakpoints.
6451 * gdb.trace/backtrace.exp: Likewise.
6452 * gdb.trace/circ.exp: Likewise.
6453 * gdb.trace/collection.exp: Likewise.
6454 * gdb.trace/disconnected-tracing.exp: Likewise.
6455 * gdb.trace/ftrace-lock.exp: Likewise.
6456 * gdb.trace/ftrace.exp: Likewise.
6457 * gdb.trace/infotrace.exp: Likewise.
6458 * gdb.trace/packetlen.exp: Likewise.
6459 * gdb.trace/passc-dyn.exp: Likewise.
6460 * gdb.trace/qtro.exp: Likewise.
6461 * gdb.trace/read-memory.exp: Likewise.
6462 * gdb.trace/report.exp: Likewise.
6463 * gdb.trace/signal.exp: Likewise.
6464 * gdb.trace/status-stop.exp: Likewise.
6465 * gdb.trace/strace.exp: Likewise.
6466 * gdb.trace/tfind.exp: Likewise.
6467 * gdb.trace/trace-break.exp: Likewise.
6468 * gdb.trace/trace-condition.exp: Likewise.
6469 * gdb.trace/trace-mt.exp: Likewise.
6470 * gdb.trace/tstatus.exp: Likewise.
6471 * gdb.trace/tsv.exp: Likewise.
6472 * gdb.trace/unavailable-dwarf-piece.exp: Likewise.
6473 * gdb.trace/unavailable.exp: Likewise.
6474 * gdb.trace/while-dyn.exp: Likewise.
6475
6476 2018-03-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
6477
6478 * gdb.trace/tspeed.exp: Add invocation of gdb_load_shlib to ensure
6479 that libinproctrace is copied to the target.
6480
6481 2018-03-14 Tom Tromey <tom@tromey.com>
6482
6483 PR cli/14977:
6484 * gdb.base/printcmds.exp (test_printf): Add printf test of %s with
6485 a null pointer.
6486 * gdb.base/wchar.exp: Likewise.
6487
6488 2018-03-14 Tom Tromey <tom@tromey.com>
6489
6490 PR cli/19918:
6491 * gdb.base/printcmds.exp (test_printf): Add printf test using '-'
6492 flag.
6493
6494 2018-03-08 Simon Marchi <simon.marchi@ericsson.com>
6495
6496 PR gdb/22841
6497 * boards/remote-stdio-gdbserver.exp (${board}_file): Pass
6498 "target" to remote_exec.
6499
6500 2018-03-08 Simon Marchi <simon.marchi@polymtl.ca>
6501
6502 PR gdb/22841
6503 * boards/gdbserver-base.exp (${board}_file, ${board}_download,
6504 ${board}_upload): Remove.
6505
6506 2018-03-07 Andreas Arnez <arnez@linux.vnet.ibm.com>
6507
6508 * gdb.cp/watch-cp.cc: New test.
6509 * gdb.cp/watch-cp.exp: New file.
6510
6511 2018-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
6512
6513 * gdb.base/infcall-nested-structs.exp: New file.
6514 * gdb.base/infcall-nested-structs.c: New file.
6515 * gdb.base/float.exp: Add riscv support.
6516
6517 2018-03-02 Thomas Preud'homme <thomas.preudhomme@arm.com>
6518
6519 * gdb.dlang/watch-loc.c: Use %progbits instead of @progbits.
6520 * gdb.mi/dw2-ref-missing-frame-func.c: Likewise.
6521
6522 2018-02-28 Sergio Durigan Junior <sergiodj@redhat.com>
6523
6524 * gdb.server/abspath.exp: New file.
6525 * lib/gdb.exp (with_cwd): New procedure.
6526
6527 2018-02-28 Simon Marchi <simon.marchi@ericsson.com>
6528
6529 * lib/gdb.exp (gdb_is_target_1): Add prompt_regexp parameter and
6530 use it.
6531 (gdb_is_target_remote_prompt): New proc.
6532 (gdb_is_target_remote): Use gdb_is_target_remote_prompt.
6533 (gdb_is_target_native): Pass prompt parameter to
6534 gdb_is_target_1.
6535
6536 2018-02-26 Simon Marchi <simon.marchi@polymtl.ca>
6537
6538 * gdb.base/load-command.c: New file.
6539 * gdb.base/load-command.exp: New file.
6540 * lib/gdb.exp (gdb_is_target_remote_prompt): Rename to...
6541 (gdb_is_target_1): ...this, and generalize for other targets
6542 than just remote.
6543 (gdb_is_target_remote): Use gdb_is_target_1.
6544 (gdb_is_target_native): use gdb_is_target_1.
6545
6546 2018-02-26 Tom Tromey <tom@tromey.com>
6547
6548 PR python/16497:
6549 * gdb.python/py-framefilter.exp: Update test.
6550
6551 2018-02-26 Tom Tromey <tom@tromey.com>
6552
6553 * gdb.dwarf2/variant.c: New file.
6554 * gdb.dwarf2/variant.exp: New file.
6555
6556 2018-02-26 Tom Tromey <tom@tromey.com>
6557
6558 * gdb.rust/simple.exp: Accept more possible results in enum test.
6559
6560 2018-02-25 Simon Marchi <simon.marchi@polymtl.ca>
6561
6562 * lib/cp-support.exp (cp_test_ptype_class): Move space inside
6563 parentheses.
6564
6565 2018-02-23 Maciej W. Rozycki <macro@mips.com>
6566
6567 * lib/cp-support.exp (cp_test_ptype_class): Fix a typo in the
6568 name of a variable: $actual_linejj -> $actual_line.
6569
6570 2018-02-21 John Baldwin <jhb@FreeBSD.org>
6571
6572 * gdb.arch/amd64-i386-address.exp: Fix a typo.
6573
6574 2018-02-20 Markus Metzger <markus.t.metzger@intel.com>
6575
6576 * gdb.btrace/buffer-size.exp: Do not force BTS.
6577
6578 2018-02-14 Pedro Alves <palves@redhat.com>
6579
6580 * gdb.base/bp-cmds-continue-ctrl-c.exp (do_test): Test "bt" after
6581 getting a "Quit".
6582
6583 2018-02-09 Markus Metzger <markus.t.metzger@intel.com>
6584
6585 * lib/gdb.exp (skip_btrace_pt_tests): Update expected error message.
6586 Fix test name.
6587
6588 2018-02-07 Simon Marchi <simon.marchi@ericsson.com>
6589
6590 * gdb.cp/m-static.exp: Check type of optimized out static
6591 member.
6592
6593 2018-02-03 Andrew Burgess <andrew.burgess@embecosm.com>
6594
6595 * config/sid.exp (gdb_target_sid): Remove use of cleanup.
6596 * config/sim.exp (gdb_target_sim): Remove use of cleanup.
6597
6598 2018-02-01 Simon Marchi <simon.marchi@polymtl.ca>
6599 Leszek Swirski <leszeks@google.com>
6600
6601 * gdb.python/py-prettyprint.c
6602 (struct to_string_returns_value_inner,
6603 struct to_string_returns_value_wrapper): New.
6604 (main): Add tsrvw variable.
6605 * gdb.python/py-prettyprint.py (ToStringReturnsValueInner,
6606 ToStringReturnsValueWrapper): New classes.
6607 (register_pretty_printers): Register new pretty-printers.
6608 * gdb.python/py-prettyprint.exp (run_lang_tests): Test printing
6609 recursive pretty printer.
6610 * gdb.python/py-mi.exp: Likewise.
6611
6612 2018-02-01 Leszek Swirski <leszeks@google.com>
6613
6614 * gdb.cp/filename.cc, gdb.cp/filename.exp: Test that member
6615 functions with the same name as an include file are parsed
6616 correctly.
6617
6618 2018-02-01 Yao Qi <yao.qi@linaro.org>
6619
6620 * gdb.base/attach.exp (do_attach_tests): Set sysroot to
6621 "\[^\r\n\]*".
6622
6623 2018-01-31 Nikola Prica <nikola.prica@rt-rk.com>
6624
6625 * gdb.arch/powerpc-prologue-frame.s: New file.
6626 * gdb.arch/powerpc-prologue-frame.c: Likewise.
6627 * gdb.arch/powerpc-prologue-frame.exp: Likewise.
6628
6629 2018-01-31 Joel Brobecker <brobecker@adacore.com>
6630
6631 * testsuite/gdb.ada/dyn_stride.exp: Add "print a1(1)@3" test.
6632
6633 2018-01-30 Pedro Alves <palves@redhat.com>
6634
6635 PR gdb/13211
6636 * gdb.base/interrupt-daemon.c: New.
6637 * gdb.base/interrupt-daemon.exp: New.
6638 * gdb.multi/multi-term-settings.c: New.
6639 * gdb.multi/multi-term-settings.exp: New.
6640
6641 2018-01-30 Joel Brobecker <brobecker@adacore.com>
6642
6643 * gdb.base/break.exp: Save the location where the breakpoint
6644 on break.c:47 was actually inserted when debugging the version
6645 compiled at -O2 and use it in the expected output of the "info
6646 break" test performed soon after.
6647
6648 2018-01-22 Pedro Alves <palves@redhat.com>
6649 Sergio Durigan Junior <sergiodj@redhat.com>
6650
6651 * gdb.base/whatis.exp: Add tests for 'set print object on' +
6652 'whatis <struct>' 'whatis <struct> *' and 'whatis <struct> &'.
6653
6654 2018-01-22 Joel Brobecker <brobecker@adacore.com>
6655
6656 * gdb.base/break-include.c, gdb.base/break-include.inc,
6657 gdb.base/break-include.exp: New files.
6658 * gdb.base/ending-run.exp: Minor adaptations due to the breakpoint's
6659 line number now being the actual line number where the breakpoint
6660 was inserted.
6661 * gdb.mi/mi-break.exp: Likewise.
6662 * gdb.mi/mi-reverse.exp: Likewise.
6663 * gdb.mi/mi-simplerun.exp: Ditto.
6664
6665 2018-01-21 Andrew Burgess <andrew.burgess@embecosm.com>
6666
6667 * gdb.python/py-mi.exp: Don't expect a thread-id for floating
6668 varobj.
6669 * gdb.mi/mi-var-create-rtti.exp: Likewise.
6670
6671 2018-01-21 Don Breazeal <donb@codesourcery.com>
6672 Andrew Burgess <andrew.burgess@embecosm.com>
6673
6674 * gdb.mi/basics.c: Add new global.
6675 * gdb.mi/mi-frame-regs.exp: New file.
6676 * gdb.mi/mi-var-create-rtti.exp: Update expected results, add new
6677 case.
6678
6679 2018-01-21 Andrew Burgess <andrew.burgess@embecosm.com>
6680
6681 * gdb.arch/amd64-entry-value.exp: Test using @entry on a
6682 non-parameter, and on an unknown symbol.
6683
6684 2018-01-19 Tom Tromey <tom@tromey.com>
6685
6686 * gdb.rust/modules.rs (TWENTY_THREE): New global.
6687 * gdb.rust/modules.exp: Add ::-qualified lookup test.
6688
6689 2018-01-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
6690
6691 * gdb.arch/s390-vregs.exp: Explicitly cast the return values of
6692 setrlimit and chdir to int.
6693
6694 2018-01-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
6695
6696 * gdb.arch/s390-tdbregs.c (my_tbegin): Add comment documenting the
6697 function.
6698 (my_tend): Likewise.
6699 * gdb.arch/s390-tdbregs.exp: Enhance comment; explain the
6700 rationale of avoiding FP- and vector instructions.
6701
6702 2018-01-19 Ruslan Kabatsayev <b7.10110111@gmail.com>
6703
6704 * gdb.arch/powerpc-d128-regs.exp: Replace expected "\[\t\]*" from
6705 "info reg" with "\[ \t\]*".
6706 * gdb.arch/altivec-regs.exp: Replace expected "\t" from "info reg" with
6707 "\[ \t\]+".
6708 * gdb.arch/s390-multiarch.exp: Ditto.
6709 * gdb.base/pc-fp.exp: Ditto.
6710 * gdb.reverse/i386-precsave.exp: Ditto.
6711 * gdb.reverse/i386-reverse.exp: Ditto.
6712 * gdb.reverse/i387-env-reverse.exp: Ditto.
6713 * gdb.reverse/i387-stack-reverse.exp: Ditto.
6714
6715 2018-01-18 Andreas Arnez <arnez@linux.vnet.ibm.com>
6716
6717 * lib/gdb.exp (gdb_compile): Re-enable use of
6718 universal_compile_options for languages other than Rust.
6719
6720 2018-01-18 Andreas Arnez <arnez@linux.vnet.ibm.com>
6721
6722 * gdb.arch/s390-tdbregs.exp: Add the compile option -msoft-float.
6723
6724 2018-01-17 Mike Gulick <mgulick@mathworks.com>
6725
6726 PR gdb/16577
6727 * gdb.base/solib-vanish.exp: New.
6728 * gdb.base/solib-vanish-main.c: New.
6729 * gdb.base/solib-vanish-lib1.c: New.
6730 * gdb.base/solib-vanish-lib2.c: New.
6731
6732 2018-01-17 Yao Qi <yao.qi@linaro.org>
6733
6734 * gdb.compile/compile.exp: Match the address printed for
6735 frame in the output of command "bt".
6736
6737 2018-01-15 Tom Tromey <tom@tromey.com>
6738
6739 * gdb.guile/scm-ports.exp (test_mem_port_rw): Use get_valueof to
6740 compute sp_reg.
6741
6742 2018-01-12 Andrew Burgess <andrew.burgess@embecosm.com>
6743
6744 * gdb.base/whatis-ptype-typedefs.exp: Don't run tests if we failed
6745 to prepare.
6746 (prepare): Return 0 on error, 1 on success.
6747
6748 2018-01-12 Pedro Alves <palves@redhat.com>
6749
6750 * gdb.base/continue-after-aborted-step-over.c: New.
6751 * gdb.base/continue-after-aborted-step-over.exp: New.
6752
6753 2018-01-11 Simon Marchi <simon.marchi@ericsson.com>
6754
6755 * lib/gdb.exp (gdb_compile): Ignore shlib= and shlib_load
6756 options when not creating an executable.
6757
6758 2018-01-11 Pedro Alves <palves@redhat.com>
6759
6760 PR remote/22597
6761 * gdb.server/stop-reply-no-thread.c: New file.
6762 * gdb.server/stop-reply-no-thread.exp: New file.
6763
6764 2018-01-10 Pedro Alves <palves@redhat.com>
6765
6766 PR gdb/22670
6767 * gdb.ada/bp_c_mixed_case.exp: Add intro comment. Test printing C
6768 functions too. Test setting breakpoints and printing C functions
6769 with no debug info too.
6770 * gdb.ada/bp_c_mixed_case/qux.c: New file.
6771
6772 2018-01-10 Pedro Alves <palves@redhat.com>
6773
6774 PR gdb/22670
6775 * gdb.ada/complete.exp ("complete break ada"): Replace kfail with
6776 a fail.
6777
6778 2018-01-10 Pedro Alves <palves@redhat.com>
6779
6780 PR gdb/22670
6781 * gdb.ada/bp_c_mixed_case.exp: Remove setup_kfail calls.
6782
6783 2018-01-08 Simon Marchi <simon.marchi@ericsson.com>
6784
6785 * gdb.server/unittest.exp: Match the output in non-development
6786 mode.
6787
6788 2018-01-08 Simon Marchi <simon.marchi@ericsson.com>
6789
6790 * gdb.gdb/unittest.exp: Match output in non-development mode.
6791
6792 2018-01-08 Joel Brobecker <brobecker@adacore.com>
6793
6794 * gdb.ada/access_tagged_param.exp: Relax expected output
6795 for value of "ObjL" in "continue" to pck.inspect breakpoint
6796 test.
6797
6798 2018-01-08 Joel Brobecker <brobecker@adacore.com>
6799
6800 * gdb.ada/arr_enum_idx_w_gap.exp: New file.
6801 * gdb.ada/arr_enum_idx_w_gap/foo_q418_043.adb: New file.
6802
6803 2018-01-05 Pedro Alves <palves@redhat.com>
6804
6805 PR gdb/18653
6806 * gdb.base/libsegfault.exp: New.
6807
6808 2018-01-05 Joel Brobecker <brobecker@adacore.com>
6809
6810 PR gdb/22670
6811 * gdb.ada/access_tagged_param.exp: New file.
6812 * gdb.ada/access_tagged_param/foo.adb: New file.
6813
6814 2018-01-05 Pedro Alves <palves@redhat.com>
6815
6816 PR gdb/22670
6817 * gdb.ada/info_addr_mixed_case.exp: Remove kfail. Extend test to
6818 exercise lower case too, and to exercise both full matching and
6819 wild matching.
6820
6821 2018-01-05 Joel Brobecker <brobecker@adacore.com>
6822
6823 * gdb.ada/rename_subscript_param: New testcase.
6824
6825 2018-01-05 Jerome Guitton <guitton@adacore.com>
6826
6827 * gdb.ada/arr_acc_idx_w_gap: New testcase.
6828
6829 2018-01-05 Joel Brobecker <brobecker@adacore.com>
6830
6831 * gdb.ada/convvar_comp: New testcase.
6832
6833 2018-01-05 Xavier Roirand <roirand@adacore.com>
6834
6835 * testsuite/gdb.ada/array_char_idx/pck.ads (Table): New type.
6836 (My_Table): New global variable.
6837 * testsuite/gdb.ada/array_char_idx.exp: Add test.
6838
6839 2018-01-04 Joel Brobecker <brobecker@adacore.com>
6840
6841 PR gdb/22670
6842 * gdb.ada/maint_with_ada: New testcase.
6843
6844 2018-01-04 Joel Brobecker <brobecker@adacore.com>
6845
6846 PR gdb/22670
6847 * gdb.ada/bp_c_mixed_case: New testcase.
6848
6849 2018-01-04 Joel Brobecker <brobecker@adacore.com>
6850
6851 PR gdb/22670
6852 * gdb.ada/complete.exp: Add "complete break ada" test.
6853
6854 2018-01-04 Joel Brobecker <brobecker@adacore.com>
6855
6856 PR gdb/22670
6857 * gdb.ada/info_addr_mixed_case: New testcase.
6858
6859 2018-01-03 Xavier Roirand <roirand@adacore.com>
6860
6861 * gdb.ada/excep_handle.exp: New testcase.
6862 * gdb.ada/excep_handle/foo.adb: New file.
6863 * gdb.ada/excep_handle/pck.ads: New file.
6864
6865 2018-01-03 Joel Brobecker <brobecker@adacore.com>
6866
6867 * gdb.base/step-line.c: Add extra empty line in copyright header.
6868 * gdb.base/step-line.inp: Likewise.
6869
6870 2018-01-02 Joel Brobecker <brobecker@adacore.com>
6871
6872 * gdb.ada/dyn_stride.exp: Add slice test.
6873
6874 2018-01-02 Joel Brobecker <brobecker@adacore.com>
6875
6876 * gdb.ada/dyn_stride: New testcase.
6877
6878 2017-12-27 Stafford Horne <shorne@gmail.com>
6879
6880 * gdb.xml/extra-regs.xml: Add example foo reggroup.
6881 * gdb.xml/tdesc-regs.exp: Add test to check for foo reggroup.
6882
6883 2017-12-27 Stafford Horne <shorne@gmail.com>
6884
6885 * gdb.base/reggroups.c: New file.
6886 * gdb.base/reggroups.exp: New file.
6887
6888 2017-12-18 Joel Brobecker <brobecker@adacore.com>
6889
6890 * gdb.dwarf2/ada-valprint-error.c: New file.
6891 * gdb.dwarf2/ada-valprint-error.exp: New file.
6892
6893 2017-12-18 Joel Brobecker <brobecker@adacore.com>
6894
6895 * gdb.ada/assign_arr: New testcase.
6896
6897 2017-12-18 Xavier Roirand <roirand@adacore.com>
6898
6899 * gdb.ada/funcall_ptr: New testcase.
6900
6901 2017-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
6902
6903 PR cli/16224
6904 * gdb.base/ptype-offsets.cc: New file.
6905 * gdb.base/ptype-offsets.exp: New file.
6906
6907 2017-12-15 Yao Qi <yao.qi@linaro.org>
6908
6909 * gdb.gdb/unittest.exp: Skip 'maintenance check xml-descriptions'
6910 if XML is disabled.
6911
6912 2017-12-15 Xavier Roirand <roirand@adacore.com>
6913
6914 * gdb.ada/same_component_name: New testcase.
6915
6916 2017-12-14 Joel Brobecker <brobecker@adacore.com>
6917
6918 * gdb.ada/str_binop_equal: New testcase.
6919
6920 2017-12-14 Joel Brobecker <brobecker@adacore.com>
6921
6922 * gdb.ada/task_switch_in_core: New testcase.
6923
6924 2017-12-13 Simon Marchi <simon.marchi@ericsson.com>
6925
6926 * gdb.python/py-breakpoint.c (foo_ns::multiply): New function.
6927 * gdb.python/py-breakpoint.exp: Compile the test case as c++,
6928 call test_bkpt_qualified.
6929 (test_bkpt_qualified): New proc.
6930
6931 2017-12-13 Pedro Alves <palves@redhat.com>
6932
6933 * lib/completion-support.exp (test_gdb_complete_tab_multiple):
6934 Tighten regexp by matching with an anchor.
6935
6936 2017-12-13 Pedro Alves <palves@redhat.com>
6937
6938 * gdb.cp/cpcompletion.exp: Load completion-support.exp.
6939 ("expression with namespace"): New set of tests.
6940 * gdb.cp/pr9594.cc (Test_NS::foo, Test_NS::bar)
6941 (Nested::Test_NS::qux): New.
6942 * lib/completion-support.exp (test_gdb_complete_cmd_multiple): Add
6943 defaults to 'start_quote_char' and 'end_quote_char' parameters.
6944
6945 2017-12-13 Joel Brobecker <brobecker@adacore.com>
6946
6947 * gdb.base/server-del-break.c: New file.
6948 * gdb.base/server-del-break.exp: New file.
6949
6950 2017-12-12 Stafford Horne <shorne@gmail.com>
6951
6952 * gdb.xml/tdesc-regs.exp: Add or1k support.
6953
6954 2017-12-12 Stafford Horne <shorne@gmail.com>
6955
6956 * gdb.base/bp-permanent.c: Define nop of or1k.
6957
6958 2017-12-11 Joel Brobecker <brobecker@adacore.com>
6959
6960 * gdb.ada/variant_record_packed_array.exp: Adapt test to accept
6961 output with components being reordered.
6962
6963 2017-12-11 Joel Brobecker <brobecker@adacore.com>
6964
6965 * gdb.ada/pkd_arr_elem.exp: Adapt "print test" test to accept
6966 output with components being reordered.
6967
6968 2017-12-08 Jan Kratochvil <jan.kratochvil@redhat.com>
6969 Pedro Alves <palves@redhat.com>
6970
6971 * gdb.base/maint.exp (check for .gdb_index): Check also for
6972 .debug_names.
6973 * gdb.dlang/watch-loc.c (.debug_aranges): New.
6974 * gdb.dwarf2/dw2-case-insensitive-debug.S: Likewise.
6975 * gdb.dwarf2/gdb-index.exp (check if index present, .gdb_index used)
6976 (.gdb_index used after symbol reloading): Support also .debug_names.
6977 * gdb.mi/dw2-ref-missing-frame-func.c (.debug_aranges): New.
6978
6979 2017-12-08 Yao Qi <yao.qi@linaro.org>
6980
6981 * gdb.arch/aarch64-tagged-pointer.c (main): Update.
6982 * gdb.arch/aarch64-tagged-pointer.exp: Add tests for watchpoint.
6983
6984 2017-12-08 Yao Qi <yao.qi@linaro.org>
6985
6986 * gdb.arch/aarch64-tagged-pointer.c (main): Update.
6987 * gdb.arch/aarch64-tagged-pointer.exp: Add test for breakpoint.
6988
6989 2017-12-08 Yao Qi <yao.qi@linaro.org>
6990
6991 * gdb.arch/aarch64-tagged-pointer.c: New file.
6992 * gdb.arch/aarch64-tagged-pointer.exp: New file.
6993
6994 2017-12-08 Sergio Durigan Junior <sergiodj@redhat.com>
6995
6996 * gdb.arch/i386-sse-stack-align.exp: Cast "print" function call
6997 "int".
6998
6999 2017-12-07 Keith Seitz <keiths@redhat.com>
7000
7001 PR breakpoints/22569
7002 * gdb.linespec/ls-errs.exp: Change expected result of "break
7003 -source this file has spaces.c -line 3".
7004 Check that an explicit source file followed by whitespace is
7005 identified as an invalid explicit location.
7006
7007 2017-12-07 Keith Seitz <keiths@redhat.com>
7008
7009 * gdb.cp/nested-types.cc: New file.
7010 * gdb.cp/nested-types.exp: New file.
7011 * lib/cp-support.exp: Load data-structures.exp library.
7012 (debug_cp_test_ptype_class): New global.
7013 (cp_ptype_class_verbose, next_line): New procedures.
7014 (cp_test_ptype_class): Add and document new parameter `recursive_qid'.
7015 Add and document new return value.
7016 Switch the list of lines to a queue.
7017 Add support for new `type' key for nested type definitions.
7018 Add debugging/troubleshooting messages.
7019 * lib/data-structures.exp: New file.
7020
7021 2017-12-07 Simon Marchi <simon.marchi@ericsson.com>
7022
7023 * gdb.python/py-breakpoint.exp (test_bkpt_explicit_loc): Define
7024 with proc_with_prefix, don't use with_test_prefix.
7025
7026 2017-12-07 Tom Tromey <tom@tromey.com>
7027
7028 * gdb.base/break.exp: Add test for empty "commands".
7029
7030 2017-12-07 Yao Qi <yao.qi@linaro.org>
7031
7032 * gdb.trace/ftrace.exp (run_trace_experiment): Set breakpoint on
7033 malloc and catch syscall.
7034
7035 2017-12-07 Phil Muldoon <pmuldoon@redhat.com>
7036
7037 * gdb.python/py-breakpoint.exp (test_bkpt_explicit_loc): Add new
7038 tests for explicit locations.
7039
7040 2017-12-06 Pedro Alves <palves@redhat.com>
7041
7042 * gdb.arch/i386-avx.exp: If testing with a RSP target, check
7043 force-disabling XML descriptions.
7044
7045 2017-12-04 Pedro Alves <palves@redhat.com>
7046
7047 PR gdb/22499
7048 * gdb.arch/amd64-disp-step-avx.S: New file.
7049 * gdb.arch/amd64-disp-step-avx.exp: New file.
7050
7051 2017-12-03 Pedro Alves <palves@redhat.com>
7052
7053 * gdb.threads/process-dies-while-detaching.c: Include <errno.h>
7054 and <string.h>.
7055 (parent_function): Print distinct messages when waitpid fails, or
7056 the child exits with a signal, or the child exits for an unhandled
7057 reason.
7058 * gdb.threads/process-dies-while-detaching.exp
7059 (detach_and_expect_exit): New 'inf_output_re' parameter and use
7060 it. Wait for both inferior output and GDB's prompt. Use an
7061 indirect spawn id list.
7062 (do_detach): New parameter 'child_exit'. Use it to compute
7063 expected inferior output.
7064 (test_detach, test_detach_watch, test_detach_killed_outside):
7065 Adjust to pass down the expected child exit kind.
7066
7067 2017-12-01 Joel Brobecker <brobecker@adacore.com>
7068 Sergio Durigan Junior <sergiodj@redhat.com>
7069 Pedro Alves <palves@redhat.com>
7070
7071 * gdb.base/readnever.c, gdb.base/readnever.exp: New files.
7072
7073 2017-12-01 Sergio Durigan Junior <sergiodj@redhat.com>
7074
7075 * gdb.base/relocate.exp: Add tests to guarantee that arguments
7076 to 'symbol-file' and 'add-symbol-file' can be
7077 position-independent.
7078
7079 2017-12-01 Yao Qi <yao.qi@linaro.org>
7080
7081 * gdb.arch/aarch64-atomic-inst.exp: Replace mail address with
7082 the URL in copyright header.
7083 * gdb.arch/aarch64-fp.exp: Likewise.
7084 * gdb.arch/ppc64-atomic-inst.exp: Likewise.
7085 * gdb.arch/ppc64-isa207-atomic-inst.exp: Likewise.
7086 * gdb.base/expand-psymtabs.exp: Likewise.
7087 * gdb.cp/expand-psymtabs-cxx.exp: Likewise.
7088 * gdb.fortran/common-block.exp: Likewise.
7089 * gdb.fortran/common-block.f90: Likewise.
7090 * gdb.fortran/logical.exp: Likewise.
7091 * gdb.fortran/vla-datatypes.f90: Likewise.
7092 * gdb.fortran/vla-sub.f90: Likewise.
7093
7094 2017-11-30 Joel Brobecker <brobecker@adacore.com>
7095
7096 * gdb.ada/repeat_dyn: New testcase.
7097
7098 2017-11-30 Ulrich Weigand <uweigand@de.ibm.com>
7099
7100 * gdb.cell/gcore.exp: Fix typo when setting spu_bin.
7101 Update for changed thread numbering.
7102 * gdb.cell/bt.exp: Update for changed GDB output.
7103
7104 2017-11-30 Simon Marchi <simon.marchi@ericsson.com>
7105
7106 * boards/cc-with-tweaks.exp: Include local-board.exp instead of
7107 setting isremote by hand.
7108 * boards/dwarf4-gdb-index.exp: Likewise.
7109 * boards/fission.exp: Likewise.
7110 * boards/stabs.exp: Likewise.
7111
7112 2017-11-30 Pedro Alves <palves@redhat.com>
7113
7114 * gdb.linespec/cpls-ops.exp
7115 (check_explicit_skips_function_argument): Extract the underlying
7116 type of size_t instead of hardcoding it.
7117
7118 2017-11-29 Pedro Alves <palves@redhat.com>
7119
7120 PR c++/19436
7121 * gdb.linespec/cpls-abi-tag.cc: New file.
7122 * gdb.linespec/cpls-abi-tag.exp: New file.
7123
7124 2017-11-29 Pedro Alves <palves@redhat.com>
7125
7126 * gdb.base/langs.exp: Use -qualified.
7127 * gdb.cp/meth-typedefs.exp: Use -qualified, and add tests without
7128 it.
7129 * gdb.cp/namespace.exp: Use -qualified.
7130 * gdb.linespec/cpcompletion.exp (overload-2, fqn, fqn-2)
7131 (overload-3, template-overload, template-ret-type, const-overload)
7132 (const-overload-quoted, anon-ns, ambiguous-prefix): New
7133 procedures.
7134 (test_driver): Call them.
7135 * gdb.cp/save-bp-qualified.cc: New.
7136 * gdb.cp/save-bp-qualified.exp: New.
7137 * gdb.linespec/explicit.exp: Test -qualified.
7138 * lib/completion-support.exp (completion::explicit_opts_list): Add
7139 "-qualified".
7140 * lib/gdb.exp (gdb_breakpoint): Handle "qualified".
7141
7142 2017-11-29 Phil Muldoon <pmuldoon@redhat.com>
7143
7144 * gdb.python/py-rbreak.exp: Set nosharedlibrary before tests.
7145
7146 2017-11-29 Tom Tromey <tom@tromey.com>
7147
7148 * gdb.base/relocate.exp: Update invalid argument test.
7149 Add new tests for invalid arguments.
7150
7151 2017-11-29 Thomas Preud'homme <thomas.preudhomme@arm.com>
7152
7153 * gdb.cp/psymtab-parameter.cc (func): Change return type back to long.
7154 Return 0 as a long.
7155 * gdb.cp/psymtab-parameter.exp: Change func's return type back to long.
7156
7157 2017-11-29 Thomas Preud'homme <thomas.preudhomme@arm.com>
7158
7159 * gdb.cp/breakpoint.cc (bar): Set return type to void.
7160 * gdb.cp/psymtab-parameter.cc (func): Likewise.
7161 * gdb.cp/psymtab-parameter.exp: Update comment regarding prototype of
7162 func ().
7163 * gdb.cp/shadow.cc (B.func): Return 0.
7164
7165 2017-11-27 Joel Brobecker <brobecker@adacore.com>
7166
7167 * gdb.ada/mi_catch_ex.exp (continue_to_exception): Adjust
7168 expected output in gdb_expect call to allow the exception
7169 message to be present as well. Fix syntax confusion to avoid
7170 TCL thinking that exception_name is an array.
7171
7172 2017-11-26 Ulrich Weigand <uweigand@de.ibm.com>
7173
7174 * gdb.arch/spu-info.c: Include <unistd.h>.
7175 (do_signal_test): Fix broken calls to write.
7176 * gdb.arch/spu-info.exp: Use prepare_for_testing.
7177 Fix checks for empty mailboxes. Update signal tests for corrected
7178 do_signal_test routine. Allow nonzero event status.
7179 * gdb.arch/spu-ls.exp: Use prepare_for_testing.
7180 * gdb.cell/arch.exp: Use standard_output_file.
7181 * gdb.cell/break.exp: Likewise.
7182 * gdb.cell/bt.exp: Likewise.
7183 * gdb.cell/core.exp: Likewise.
7184 * gdb.cell/dwarfaddr.exp: Likewise.
7185 * gdb.cell/ea-cache.exp: Likewise.
7186 * gdb.cell/ea-standalone.exp: Likewise.
7187 * gdb.cell/f-regs.exp: Likewise.
7188 * gdb.cell/fork.exp: Likewise.
7189 * gdb.cell/gcore.exp: Likewise.
7190 * gdb.cell/mem-access.exp: Likewise.
7191 * gdb.cell/ptype.exp: Likewise.
7192 * gdb.cell/registers.exp: Likewise.
7193 * gdb.cell/sizeof.exp: Likewise.
7194 * gdb.cell/solib-symbol.exp: Likewise.
7195 * gdb.cell/solib.exp: Likewise.
7196
7197 2017-11-25 Pedro Alves <palves@redhat.com>
7198
7199 * gdb.base/complete-empty.exp: New file.
7200 * gdb.base/completion.exp: Adjust.
7201
7202 2017-11-25 Pedro Alves <palves@redhat.com>
7203
7204 * gdb.linespec/cpls-ops.cc: New file.
7205 * gdb.linespec/cpls-ops.exp: New file.
7206 * lib/completion-support.exp (test_complete_prefix_range_re): New,
7207 factored out from ...
7208 (test_complete_prefix_range): ... this.
7209
7210 2017-11-24 Pedro Alves <palves@redhat.com>
7211
7212 * gdb.linespec/cpcompletion.exp: New file.
7213 * gdb.linespec/cpls-hyphen.cc: New file.
7214 * gdb.linespec/cpls.cc: New file.
7215 * gdb.linespec/cpls2.cc: New file.
7216 * gdb.linespec/explicit.exp: Load completion-support.exp. Adjust
7217 test to use test_gdb_complete_unique. Add label completion,
7218 keyword completion and explicit location completion tests.
7219 * lib/completion-support.exp: New file.
7220
7221 2017-11-24 Joel Brobecker <brobecker@adacore.com>
7222
7223 * gdb.ada/catch_ex.exp, gdb.ada/mi_catch_ex.exp,
7224 gdb.ada/mi_ex_cond.exp: Accept optional exception message in
7225 when hitting an exception catchpoint.
7226
7227 2017-11-22 Yao Qi <yao.qi@linaro.org>
7228
7229 * gdb.base/macscp.exp: Append -g3 to additional_flags for clang.
7230
7231 2017-11-22 Simon Marchi <simon.marchi@ericsson.com>
7232
7233 * gdb.opt/inline-locals.exp: Mark tests as KFAIL.
7234 * gdb.dwarf2/info-locals-optimized-out.exp: New file.
7235 * gdb.dwarf2/info-locals-optimized-out.c: New file.
7236
7237 2017-11-22 Yao Qi <yao.qi@linaro.org>
7238
7239 * gdb.base/info-os.exp: Pass pthreads.
7240 * gdb.multi/multi-attach.exp: Likewise.
7241
7242 2017-11-22 Yao Qi <yao.qi@linaro.org>
7243
7244 * gdb.dwarf2/pr10770.exp: Remove code skipping non-gcc
7245 compiler.
7246
7247 2017-11-22 Yao Qi <yao.qi@linaro.org>
7248
7249 * gdb.base/attach-pie-noexec.exp: Pass "-pie" in ldflags.
7250 * gdb.base/break-interp.exp: Likewise.
7251 * gdb.base/jit-attach-pie.exp: Likewise.
7252
7253 2017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
7254
7255 * gdb.base/float128.c (large128): New variable.
7256 * gdb.base/float128.exp: Add test to print largest __float128 value.
7257
7258 2017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
7259
7260 * gdb.arch/vsx-regs.exp: Update register content checks.
7261
7262 2017-11-21 Ulrich Weigand <uweigand@de.ibm.com>
7263
7264 * gdb.arch/ppc-longdouble.exp: New file.
7265 * gdb.arch/ppc-longdouble.c: Likewise.
7266
7267 2017-11-21 Pedro Alves <palves@redhat.com>
7268
7269 * gdb.ada/minsyms.exp: Accept any address for 'some_minsym'.
7270
7271 2017-11-20 Pedro Alves <palves@redhat.com>
7272
7273 * gdb.base/whatis-ptype-typedefs.c (double_typedef)
7274 (long_double_typedef): New typedefs.
7275 Use DEF on double and long double.
7276 * gdb.base/whatis-ptype-typedefs.exp: Add double and long double
7277 cases.
7278 (run_tests): New 'float_ptr_same_size', 'double_ptr_same_size',
7279 and 'long_double_ptr_same_size' locals. Use them to decide
7280 whether cast from array/function to float is valid/invalid.
7281
7282 2017-11-17 Tom Tromey <tom@tromey.com>
7283
7284 * gdb.rust/traits.rs: New file.
7285 * gdb.rust/traits.exp: New file.
7286
7287 2017-11-17 Joel Brobecker <brobecker@adacore.com>
7288
7289 * gdb.ada/minsyms: New testcase.
7290
7291 2017-11-16 Pedro Alves <palves@redhat.com>
7292
7293 * gdb.base/bp-cmds-continue-ctrl-c.c: New file.
7294 * gdb.base/bp-cmds-continue-ctrl-c.exp: New file.
7295
7296 2017-11-16 Pedro Alves <palves@redhat.com>
7297
7298 * gdb.rust/modules.exp: Skip tests that rely on inferior I/O if
7299 gdb,noinferiorio is set, and use gdb_test_stdio otherwise.
7300
7301 2017-11-16 Pedro Alves <palves@redhat.com>
7302
7303 * gdb.server/reconnect-ctrl-c.c: New file.
7304 * gdb.server/reconnect-ctrl-c.exp: New file.
7305
7306 2017-11-16 Phil Muldoon <pmuldoon@redhat.com>
7307
7308 * gdb.python/py-rbreak.exp: New file.
7309 * gdb.python/py-rbreak.c: New file.
7310 * gdb.python/py-rbreak-func2.c: New file.
7311
7312 2017-11-16 Pedro Alves <palves@redhat.com>
7313
7314 * gdb.base/starti.exp ("continue" test): Remove ".*"s from
7315 pattern.
7316 * lib/gdb.exp (gdb_test_sequence): Don't send empty command to
7317 GDB.
7318
7319 2017-11-15 Simon Marchi <simon.marchi@ericsson.com>
7320
7321 * gdb.tui/completionn.exp (test_tab_completion): Add space in
7322 regex.
7323
7324 2017-11-13 Simon Marchi <simon.marchi@polymtl.ca>
7325
7326 * gdb.opt/inline-locals.exp: Remove trailing parentheses from
7327 test names.
7328
7329 2017-11-09 Pedro Alves <palves@redhat.com>
7330
7331 * gdb.tui/tui-completion.exp (test_tab_completion): New procedure,
7332 factored out from ...
7333 (top level): ... here, and adjusted to avoid expecting beyond the
7334 prompt in a single gdb_test_multiple.
7335
7336 2017-11-09 Pedro Alves <palves@redhat.com>
7337
7338 * gdb.multi/multi-attach.exp ("kill" test): Match the whole query
7339 output.
7340 * gdb.server/ext-attach.exp ("kill" test): Likewise.
7341 * gdb.server/ext-restart.exp ("kill" test): Likewise.
7342 * gdb.server/ext-run.exp ("kill" test): Likewise.
7343 * gdb.server/ext-wrapper.exp ("kill" test): Likewise.
7344
7345 2017-11-09 Pedro Alves <palves@redhat.com>
7346
7347 * gdb.cp/cpcompletion.exp (test_class_complete): Tighten regex to
7348 match till end of line.
7349
7350 2017-11-09 Pedro Alves <palves@redhat.com>
7351
7352 * gdb.base/memattr.exp: Tighten regexes to match the end line.
7353
7354 2017-11-09 Pedro Alves <palves@redhat.com>
7355
7356 * gdb.base/completion.exp (ignore_and_resync, test_tab_complete):
7357 New procedures, factored out from ...
7358 (top level): ... here, and adjusted to avoid expecting beyond the
7359 prompt in one go.
7360
7361 2017-11-09 Pedro Alves <palves@redhat.com>
7362
7363 * gdb.asm/asm-source.exp ("kill" test): Match the whole query
7364 output. Fix '?' match.
7365
7366 2017-11-08 Joel Brobecker <brobecker@adacore.com>
7367
7368 * gdb.ada/scoped_watch: New testcase.
7369 * gdb.ada/watch_arg.exp: Adjust expected behavior to the behavior
7370 which is actually correct.
7371 * gdb.ada/mi_interface.exp: Add missing thread-id in expected varobj.
7372 * gdb.ada/mi_var_array.exp: Add missing thread-id in expected varobj.
7373
7374 2017-11-08 Pedro Alves <palves@redhat.com>
7375
7376 * gdb.gdb/complaints.exp (test_initial_complaints)
7377 (test_serial_complaints, test_short_complaints): Call
7378 complaint_internal instead of complaint.
7379
7380 2017-11-08 Djordje Todorovic <djordje.todorovic@rt-rk.com>
7381
7382 * gdb.threads/tls-core.c: New file.
7383 * gdb.threads/tls-core.exp: Likewise.
7384
7385 2017-11-08 Pedro Alves <palves@redhat.com>
7386
7387 * gdb.ada/complete.exp (p <Exported_Capitalized>): New test.
7388 (p Exported_Capitalized): New test.
7389 (p exported_capitalized): New test.
7390
7391 2017-11-07 Pedro Alves <palves@redhat.com>
7392
7393 * gdb.cp/ena-dis-br-range.exp: Add more tests.
7394
7395 2017-11-07 Pedro Alves <palves@redhat.com>
7396
7397 * gdb.base/ena-dis-br.exp (test_ena_dis_br): Adjust test.
7398 * gdb.cp/ena-dis-br-range.exp: Adjust tests.
7399 (disable_invalid, disable_inverted, disable_negative): New
7400 procedures.
7401 ("bad numbers"): New set of tests.
7402
7403 2017-11-07 Pedro Alves <palves@redhat.com>
7404
7405 * gdb.cp/ena-dis-br-range.exp: Add tests.
7406
7407 2017-11-07 Pedro Alves <palves@redhat.com>
7408
7409 * gdb.base/ena-dis-br.exp: Don't expect "warning:".
7410
7411 2017-11-07 Xavier Roirand <roirand@adacore.com>
7412 Pedro Alves <palves@redhat.com>
7413
7414 * gdb.base/ena-dis-br.exp: Add reference to
7415 gdb.cp/ena-dis-br-range.exp.
7416 * gdb.cp/ena-dis-br-range.exp: New file.
7417 * gdb.cp/ena-dis-br-range.cc: New file.
7418
7419 2017-11-06 Pedro Alves <palves@redhat.com>
7420
7421 * gdb.base/attach-non-pgrp-leader.c: New.
7422 * gdb.base/attach-non-pgrp-leader.exp: New.
7423
7424 2017-11-06 Pedro Alves <palves@redhat.com>
7425
7426 * configure.ac: No longer check for termio.h and sgtty.h.
7427 * configure: Regenerate.
7428 * remote-utils.c: Include termios.h instead of gdb_termios.h.
7429 (remote_open): Check HAVE_TERMIOS_H instead of HAVE_TERMIOS.
7430 Remove termio and sgtty code.
7431
7432 2017-11-03 Yao Qi <yao.qi@linaro.org>
7433
7434 * gdb.mi/list-thread-groups-available.exp: Skip it if XML parsing
7435 in GDB is disabled.
7436
7437 2017-11-03 Yao Qi <yao.qi@linaro.org>
7438
7439 * gdb.python/py-thrhandle.exp: Skip it if python is not
7440 enabled.
7441
7442 2017-10-31 Simon Marchi <simon.marchi@polymtl.ca>
7443
7444 * gdb.mi/mi-break.exp (test_breakpoint_commands): Test backtrace
7445 as a breakpoint command.
7446
7447 2017-10-28 Maksim Dzabraev <dzabraew@gmail.com>
7448
7449 PR python/21213
7450 * gdb.python/py-infthread.exp: Test calling
7451 InferiorThread.inferior () multiple times in a row.
7452
7453 2017-10-27 Keith Seitz <keiths@redhat.com>
7454
7455 * gdb.opt/inline-break.exp (break_info_1): New procedure.
7456 Test "info break" for every inlined function breakpoint.
7457
7458 2017-10-27 Yao Qi <yao.qi@linaro.org>
7459
7460 * gdb.arch/insn-reloc.c (can_relocate_bl): Mark "x30" clobbered.
7461
7462 2017-10-26 Patrick Frants <osscontribute@gmail.com>
7463
7464 * gdb.cp/classes.exp (test_static_members): Test printing
7465 Outer::instance.
7466 * gdb.cp/classes.c (struct Inner, struct Outer): New.
7467 (Inner::instance, Outer::instance): New.
7468
7469 2017-10-24 Pedro Alves <palves@redhat.com>
7470
7471 * gdb.base/new-ui.exp (do_test): Split "delete all breakpoints on
7472 extra console" test in two stages.
7473
7474 2017-10-24 Pedro Alves <palves@redhat.com>
7475
7476 * gdb.threads/attach-into-signal.exp (corefunc): Reindent.
7477
7478 2017-10-24 Pedro Alves <palves@redhat.com>
7479
7480 * gdb.threads/attach-into-signal.exp: Remove whole "stoppedtry"
7481 loop.
7482
7483 2017-10-24 Pedro Alves <palves@redhat.com>
7484
7485 * gdb.threads/attach-into-signal.exp (corefunc): Remove "attach
7486 $attempt" and "stoppedtry $stoppedtry" test prefixes.
7487
7488 2017-10-24 Pedro Alves <palves@redhat.com>
7489
7490 * lib/gdb-python.exp (get_python_valueof): Add 'test' optional
7491 parameter and handle it. Don't output read value in test name.
7492
7493 2017-10-24 Pedro Alves <palves@redhat.com>
7494
7495 * gdb.gdb/unittest.exp ('maintenance check xml-descriptions'): Use
7496 custom test name.
7497
7498 2017-10-24 Pedro Alves <palves@redhat.com>
7499
7500 * gdb.base/startup-with-shell.exp ('touch $unique_file'): Don't
7501 include the unstable output directory name in the test's name.
7502 (initial_setup_simple) <'set args'>: Use custom test name.
7503
7504 2017-10-24 Pedro Alves <palves@redhat.com>
7505
7506 * gdb.arch/arc-tdesc-cpu.exp ('set tdesc filename'): Use gdb_test
7507 with explicit test name.
7508
7509 2017-10-20 Pedro Alves <palves@redhat.com>
7510
7511 * gdb.base/quit.exp: Use gdb_test_multiple and expect 'eof' before
7512 'wait -i'. Use gdb_assert and remote_close.
7513
7514 2017-10-19 Andrew Burgess <andrew.burgess@embecosm.com>
7515
7516 * gdb.linespec/ls-errs.exp (do_test): Update comment, use line
7517 number from variable rather than hard-coded.
7518
7519 2017-10-19 Pedro Alves <palves@redhat.com>
7520
7521 * gdb.base/long-inferior-output.c: New file.
7522 * gdb.base/long-inferior-output.exp: New file.
7523
7524 2017-11-18 Keith Seitz <keiths@redhat.com>
7525
7526 * gdb.cp/cpexprs.cc (base) <operator fluff const* const*>: New
7527 method.
7528 (main): Call it.
7529 * gdb.cp/cpexprs.exp: Add new conversion operator to test matrix.
7530 Add additional user-defined conversion operator tests.
7531
7532 2017-10-17 Pedro Alves <palves@redhat.com>
7533
7534 * boards/native-stdio-gdbserver.exp: Load "local-board".
7535
7536 2017-10-17 Pedro Alves <palves@redhat.com>
7537
7538 * gdb.base/quit-live.c: New file.
7539 * gdb.base/quit-live.exp: New file.
7540
7541 2017-10-16 Keith Seitz <keiths@redhat.com>
7542
7543 * gdb.cp/classes.cc (class_with_typedefs, class_with_public_typedef)
7544 (class_with_protected_typedef, class_with_private_typedef)
7545 (struct_with_public_typedef, struct_with_protected_typedef)
7546 (struct_with_private_typedef): New classes/structs.
7547 * gdb.cp/classes.exp (test_ptype_class_objects): Add tests for
7548 typedefs and access specifiers.
7549
7550 2017-10-16 Pedro Alves <palves@redhat.com>
7551 Simon Marchi <simon.marchi@polymtl.ca>
7552
7553 * README (Local vs Remote vs Native): New section.
7554 * boards/local-board.exp: New file, with bits factored out from
7555 ...
7556 * boards/native-extended-gdbserver.exp: ... here. Load
7557 "local-board".
7558 * boards/native-gdbserver.exp: Load "local-board".
7559 (${board}_spawn, ${board}_exec): Delete.
7560 * boards/native-stdio-gdbserver.exp: Most contents factored out to
7561 ...
7562 * boards/stdio-gdbserver-base.exp: ... this new file.
7563 * boards/native-stdio-gdbserver.exp: Reimplement, by loading
7564 "stdio-gdbserver-base" and defining a get_target_remote_pipe_cmd
7565 procedure.
7566 * boards/remote-stdio-gdbserver.exp: Load stdio-gdbserver-base
7567 instead of native-stdio-gdbserver. Don't set gdb_server_prog nor
7568 stdio_gdbserver_command.
7569 (${board}_get_remote_address, ${board}_get_comm_port)
7570 (${board}_download, ${board}_upload): Delete.
7571 (get_target_remote_pipe_cmd): New.
7572
7573 2017-10-16 Simon Marchi <simon.marchi@ericsson.com>
7574
7575 * gdb.python/py-breakpoint.exp (test_bkpt_basic,
7576 test_bkpt_deletion, test_bkpt_cond_and_cmds,
7577 test_bkpt_invisible, test_watchpoints, test_bkpt_internal,
7578 test_bkpt_eval_funcs, test_bkpt_temporary, test_bkpt_address,
7579 test_bkpt_pending, test_bkpt_events): Use proc_with_prefix,
7580 remove with_test_prefix.
7581
7582 2017-10-13 Pedro Alves <palves@redhat.com>
7583
7584 * lib/gdb.exp (target_can_use_run_cmd): New procedure.
7585 * gdb.base/annota1.exp: Use it instead of is_remote.
7586 * gdb.base/annota3.exp: Use it instead of is_remote.
7587 * gdb.cp/annota2.exp: Use it instead of is_remote.
7588 * gdb.cp/annota3.exp: Use it instead of is_remote.
7589 * gdb.multi/bkpt-multi-exec.exp: Use it instead of is_remote.
7590
7591 2017-10-13 Pedro Alves <palves@redhat.com>
7592
7593 * gdb.base/testenv.exp: Check use_gdb_stub instead of is_remote.
7594 (test_num_test_vars, run_and_count_vars, find_env)
7595 (test_set_unset_env, test_inherit_env_var): New procedures.
7596 (top level): Use them.
7597
7598 2017-10-13 Pedro Alves <palves@redhat.com>
7599
7600 * lib/selftest-support.exp (selftest_setup): Extend comments, and
7601 also skip on stub-like targets.
7602
7603 2017-10-13 Pedro Alves <palves@redhat.com>
7604
7605 PR gdb/22293
7606 * gdb.base/find-unmapped.exp: Don't skip if is_remote target.
7607 (top level): Move some tests to ...
7608 (test_not_found): ... this new procedure.
7609 (top level): Call it.
7610
7611 2017-10-13 Pedro Alves <palves@redhat.com>
7612
7613 * gdb.base/term.exp: Don't skip if is_remote target. Instead,
7614 expect different "info terminal" output if testing with a
7615 non-native target.
7616
7617 2017-10-13 Pedro Alves <palves@redhat.com>
7618 Simon Marchi <simon.marchi@polymtl.ca>
7619
7620 PR python/12966
7621 * gdb.python/py-evthreads.exp: Remove is_remote target kfail.
7622
7623 2017-10-13 Pedro Alves <palves@redhat.com>
7624
7625 * gdb.python/py-evthreads.exp: Start GDB with "set non-stop on"
7626 already.
7627
7628 2017-10-13 Pedro Alves <palves@redhat.com>
7629
7630 * gdb.python/py-evsignal.exp: Check gdb_protocol instead of
7631 is_remote.
7632
7633 2017-10-13 Pedro Alves <palves@redhat.com>
7634
7635 * gdb.threads/thread_events.exp: Check gdb_protocol instead of
7636 is_remote.
7637
7638 2017-10-13 Pedro Alves <palves@redhat.com>
7639
7640 * gdb.base/corefile.exp (corefile_test_run): Skip if gdb_protocol
7641 is set.
7642 (corefile_test_attach): Likewise. Check can_spawn_for_attach
7643 instead of is_remote.
7644
7645 2017-10-13 Pedro Alves <palves@redhat.com>
7646
7647 * gdb.base/remote.exp: Check gdb_protocol instead of is_remote.
7648 (top level): Add comment.
7649
7650 2017-10-13 Pedro Alves <palves@redhat.com>
7651
7652 * gdb.base/remote.exp (top level): Fix comment typo and add
7653 missing return.
7654
7655 2017-10-13 Pedro Alves <palves@redhat.com>
7656 Simon Marchi <simon.marchi@polymtl.ca>
7657
7658 * gdb.base/solib-nodir.exp: Split is_remote and skip_shlib_tests
7659 calls and add comments. Skip test if use_gdb_stub is set.
7660 (top level): Use "set cwd" command instead of "cd" command.
7661
7662 2017-10-13 Pedro Alves <palves@redhat.com>
7663
7664 * gdb.base/shlib-call.exp (top level): Use gdb_run_cmd and remove
7665 is_remote target check.
7666
7667 2017-10-13 Pedro Alves <palves@redhat.com>
7668
7669 * gdb.base/scope.exp: Use build_executable + clean_restart +
7670 gdb_file_cmd instead of prepare_for_testing and no longer skip
7671 "before run" tests on is_remote target boards. Update comments.
7672 * boards/native-extended-gdbserver.exp
7673 (extended_gdbserver_load_last_file): New, factored out from ...
7674 (gdb_load): ... this. Move further below and add comment.
7675 (extended_gdbserver_gdb_file_cmd, gdb_file_cmd, gdb_reload): New.
7676
7677 2017-10-12 Pedro Alves <palves@redhat.com>
7678
7679 * gdb.base/attach.exp: Remove references to gdb64.
7680 * gdb.base/dbx.exp: Remove references to gdb64.
7681
7682 2017-10-12 Simon Marchi <simon.marchi@polymtl.ca>
7683 Pedro Alves <palves@redhat.com>
7684
7685 * gdb.base/label.exp: Remove is_remote target check.
7686
7687 2017-10-12 Pedro Alves <palves@redhat.com>
7688
7689 * gdb.base/auvx.exp (coredir): Update comment.
7690 (top level) <core_works>: Use "set cwd" command instead of "cd"
7691 command.
7692
7693 2017-10-12 Pedro Alves <palves@redhat.com>
7694 Simon Marchi <simon.marchi@polymtl.ca>
7695
7696 * gdb.base/catch-fork-static.exp: No longer skip on is_remote
7697 target boards.
7698
7699 2017-10-12 Pedro Alves <palves@redhat.com>
7700 Simon Marchi <simon.marchi@polymtl.ca>
7701
7702 * gdb.base/checkpoint.exp: Don't check is_remote or isnative.
7703 Instead skip if there's any gdb_protocol set.
7704
7705 2017-10-12 Simon Marchi <simon.marchi@polymtl.ca>
7706 Pedro Alves <palves@redhat.com>
7707
7708 * gdb.base/dprintf-non-stop.exp: Remove is_remote target check.
7709
7710 2017-10-12 Pedro Alves <palves@redhat.com>
7711 Simon Marchi <simon.marchi@polymtl.ca>
7712
7713 * gdb.base/argv0-symlink.exp: kfail on remote gdbserver,
7714 instead of on dejagnu remote boards.
7715
7716 2017-10-12 Pedro Alves <palves@redhat.com>
7717 Simon Marchi <simon.marchi@polymtl.ca>
7718
7719 * gdb.base/inferior-died.exp: Remove is_remote and isnative
7720 checks. Use build_executable + clean_restart instead of
7721 prepare_for_testing. Pass "set non-stop on" via GDBFLAGS instead
7722 of enabling non-stop after starting gdb.
7723
7724 2017-10-12 Pedro Alves <palves@redhat.com>
7725
7726 * gdb.threads/non-ldr-exc-1.exp: No longer skip if is_remote target.
7727 * gdb.threads/non-ldr-exc-2.exp: Ditto.
7728 * gdb.threads/non-ldr-exc-3.exp: Ditto.
7729 * gdb.threads/non-ldr-exc-4.exp: Ditto.
7730
7731 2017-10-11 Anton Kolesov <Anton.Kolesov@synopsys.com>
7732
7733 * gdb.arch/arc-tdesc-cpu.exp: New file.
7734 * gdb.arch/arc-tdesc-cpu.xml: Likewise.
7735
7736 2017-10-10 Simon Marchi <simon.marchi@ericsson.com>
7737
7738 * lib/gdb.exp (get_integer_valueof): Don't output read value in test name.
7739
7740 2017-10-10 Pedro Alves <palves@redhat.com>
7741
7742 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Don't
7743 expect CLI output.
7744
7745 2017-10-10 Pedro Alves <palves@redhat.com>
7746
7747 * lib/selftest-support.exp (selftest_setup): Update for
7748 captured_command_loop's prototype change.
7749
7750 2017-10-09 Pedro Alves <palves@redhat.com>
7751
7752 Test both arch1=>arch2 and arch2=>arch1.
7753
7754 * gdb.multi/multi-arch-exec.exp (exec1, srcfile1, binfile1, exec2)
7755 (srcfile2, binfile2, march1, march2): Remove globals. Largely
7756 factored out to...
7757 (append_arch1_options, append_arch2_options, append_arch_options)
7758 (build_executables): New procedures.
7759 (do_test): New 'first_arch' parameter. Use it to define 'from_exec'
7760 local.
7761 (top level): Add new 'first_arch' testing axis.
7762
7763 2017-10-09 Pedro Alves <palves@redhat.com>
7764
7765 * gdb.multi/multi-arch-exec.c: Include <pthread.h> and <assert.h>.
7766 (barrier): New.
7767 (thread_start, all_started): New functions.
7768 (main): Spawn new thread and wait until it is scheduled.
7769 * gdb.multi/multi-arch-exec.exp: Build $srcfile1 with the pthreads
7770 option.
7771 (do_test): Add 'selected_thread' parameter. Run to all_started
7772 instead of main. Explicitly set the breakpoint at main. Switch
7773 to the SELECTED_THREAD thread.
7774 (top level): Test handling the exec event with either the main
7775 thread or the second thread selected.
7776
7777 2017-10-09 Pedro Alves <palves@redhat.com>
7778
7779 * gdb.base/print-file-var-main.c: Fix get_version_2 value check
7780 logic. Move STOP marker after the value checks.
7781 * gdb.base/print-file-var.exp (continue to STOP marker): Tighten
7782 regexp.
7783
7784 2017-10-06 Sandra Loosemore <sandra@codesourcery.com>
7785
7786 * gdb.mi/mi-threads-interrupt.exp: Skip test if nointerrupts.
7787
7788 2017-10-05 Ulrich Weigand <uweigand@de.ibm.com>
7789
7790 * gdb.base/dfp-exprs.exp: Update tests to larger range of supported
7791 integer-to-dfp conversion.
7792 * gdb.base/dfp-test.exp: Likewise.
7793
7794 2017-10-04 Pedro Alves <palves@redhat.com>
7795
7796 * gdb.multi/hangout.c: Include <unistd.h>.
7797 (hangout_loop): New function.
7798 (main): Call alarm. Call hangout_loop in a loop.
7799 * gdb.multi/hello.c: Include <unistd.h>.
7800 (hello_loop): New function.
7801 (main): Call alarm. Call hangout_loop in a loop.
7802 * gdb.multi/multi-arch.exp: Test running to a breakpoint one
7803 inferior with the other selected.
7804
7805 2017-10-04 Simon Marchi <simon.marchi@ericsson.com>
7806
7807 * gdb.mi/list-thread-groups-available.exp: New file.
7808 * gdb.mi/list-thread-groups-available.c: New file.
7809
7810 2017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
7811
7812 * gdb.base/set-cwd.exp: Make it available on
7813 native-extended-gdbserver.
7814
7815 2017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
7816
7817 * gdb.base/set-cwd.c: New file.
7818 * gdb.base/set-cwd.exp: Likewise.
7819
7820 2017-10-02 Tom Tromey <tom@tromey.com>
7821
7822 PR rust/22236:
7823 * gdb.rust/simple.rs (main): New variable "fslice".
7824 * gdb.rust/simple.exp: Add slice tests. Update string tests.
7825
7826 2017-10-02 Tom Tromey <tom@tromey.com>
7827
7828 * gdb.rust/simple.exp: Test ptype of a slice.
7829
7830 2017-10-02 Tom Tromey <tom@tromey.com>
7831
7832 * gdb.rust/simple.exp: Test index of slice.
7833
7834 2017-09-27 Tom Tromey <tom@tromey.com>
7835
7836 * gdb.base/macscp.exp: Add __VA_OPT__ tests.
7837
7838 2017-09-26 Thomas Preud'homme <thomas.preudhomme@arm.com>
7839 Pedro Alves <palves@redhat.com>
7840
7841 * gdb.base/compare-sections.exp (get value of read-only section): Read
7842 as unsigned value.
7843 (corrupt read-only section): Likewise and don't set written if patching
7844 failed.
7845
7846 2017-09-21 Kevin Buettner <kevinb@redhat.com>
7847
7848 * gdb.python/py-thrhandle.c, gdb.python/py-thrhandle.exp: New
7849 files.
7850
7851 2017-09-20 Pedro Alves <palves@redhat.com>
7852
7853 * gdb.base/list-ambiguous.exp (test_list_ambiguous_symbol): Expect
7854 symbol names in gdb's output.
7855 * gdb.cp/overload.exp ("list all overloads"): Likewise.
7856
7857 2017-09-20 Pedro Alves <palves@redhat.com>
7858
7859 * gdb.base/list-ambiguous.exp (test_list_ambiguous_function):
7860 Rename to ...
7861 (test_list_ambiguous_symbol): ... this and add a symbol name
7862 parameter. Adjust.
7863 (test_list_ambiguous_function): Reimplement on top of
7864 test_list_ambiguous_symbol and also test listing ambiguous
7865 variables.
7866 * gdb.base/list-ambiguous0.c (ambiguous): Rename to ...
7867 (ambiguous_fun): ... this.
7868 (ambiguous_var): New.
7869 * gdb.base/list-ambiguous1.c (ambiguous): Rename to ...
7870 (ambiguous_fun): ... this.
7871 (ambiguous_var): New.
7872
7873 2017-09-19 John Baldwin <jhb@FreeBSD.org>
7874
7875 * gdb.base/starti.c: New file.
7876 * gdb.base/starti.exp: New file.
7877 * lib/gdb.exp (gdb_starti_cmd): New procedure.
7878
7879 2017-09-14 Pedro Alves <palves@redhat.com>
7880
7881 * gdb.base/nodebug.exp (nodebug_runto): New procedure.
7882 (top level): Use it instead of runto.
7883
7884 2017-09-11 Tom Tromey <tom@tromey.com>
7885
7886 * gdb.base/ena-dis-br.exp (test_ena_dis_br): Update test.
7887
7888 2017-09-11 Tom Tromey <tom@tromey.com>
7889
7890 * gdb.python/py-infthread.exp: Add tests for new_thread event.
7891 * gdb.python/py-inferior.exp: Add tests for new inferior events.
7892
7893 2017-09-08 Christoph Weinmann <christoph.t.weinmann@intel.com>
7894
7895 * gdb.fortran/printing-types.exp: New file.
7896 * gdb.fortran/printing-types.exp: New file.
7897
7898 2017-09-08 Bernhard Heckel <bernhard.heckel@intel.com>
7899
7900 * gdb.fortran/vla-ptype.exp: Fix typos.
7901 * gdb.fortran/vla-value.exp: Same.
7902
7903 2017-09-08 Bernhard Heckel <bernhard.heckel@intel.com>
7904
7905 * gdb.fortran/vla-value.exp: Use type names defined in libfortran.
7906 * gdb.mi/mi-var-child-f.exp: Likewise.
7907 * gdb.mi/mi-vla-fortran.exp: Likewise.
7908
7909 2017-09-08 Frank Penczek <frank.penczek@intel.com>
7910 Christoph Weinmann <christoph.t.weinmann@intel.com>
7911 Bernhard Heckel <bernhard.heckel@intel.com>
7912
7913 * gdb.fortran/ptr-indentation.f90: New file.
7914 * gdb.fortran/ptr-indentation.exp: New file.
7915
7916 2017-09-05 Tom Tromey <tom@tromey.com>
7917
7918 PR gdb/22010:
7919 * gdb.base/sizeof.exp (check_valueof): Cast char constant to int.
7920
7921 2017-09-06 Thomas Preud'homme <thomas.preudhomme@arm.com>
7922
7923 * gdb.arch/thumb2-it.exp: Cast call to assembly defined function.
7924
7925 2017-09-06 Jan Kratochvil <jan.kratochvil@redhat.com>
7926
7927 * gdb.threads/tls-nodebug-pie.c: New file.
7928 * gdb.threads/tls-nodebug-pie.exp: New file.
7929
7930 2017-09-05 Tom Tromey <tom@tromey.com>
7931
7932 * lib/gdb.exp (gdb_compile): Don't use universal_compile_options
7933 for rust.
7934
7935 2017-09-05 Simon Marchi <simon.marchi@ericsson.com>
7936
7937 * gdb.multi/multi-arch-exec.exp: Test with different
7938 "follow-exec-mode" settings.
7939 (do_test): New procedure.
7940
7941 2017-09-04 Pedro Alves <palves@redhat.com>
7942
7943 * gdb.base/func-static.c (S::method const, S::method volatile)
7944 (S::method volatile const): New methods.
7945 (c_s, v_s, cv_s): New instances.
7946 (main): Call method() on them.
7947 * gdb.base/func-static.exp (syntax_re, cannot_resolve_re): New variables.
7948 (cannot_resolve): New procedure.
7949 (cxx_scopes_list): Test cv methods. Add print-scope-quote and
7950 print-quote-unquoted columns.
7951 (do_test): Test printing each scope too.
7952
7953 2017-09-04 Pedro Alves <palves@redhat.com>
7954
7955 * gdb.base/local-static.exp: Also test with
7956 class::method::variable wholly quoted.
7957 * gdb.cp/m-static.exp (class::method::variable): Remove test.
7958
7959 2017-09-04 Pedro Alves <palves@redhat.com>
7960
7961 * gdb.base/local-static.c: New.
7962 * gdb.base/local-static.cc: New.
7963 * gdb.base/local-static.exp: New.
7964
7965 2017-09-04 Pedro Alves <palves@redhat.com>
7966
7967 * gdb.asm/asm-source.exp: Add casts to int.
7968 * gdb.base/nodebug.c (dataglobal8, dataglobal32_1, dataglobal32_2)
7969 (dataglobal64_1, dataglobal64_2): New globals.
7970 * gdb.base/nodebug.exp: Test different expressions involving the
7971 new globals, with print, whatis and ptype. Add casts to int.
7972 * gdb.base/solib-display.exp: Add casts to int.
7973 * gdb.compile/compile-ifunc.exp: Expect warning. Add cast to int.
7974 * gdb.cp/m-static.exp: Add cast to int.
7975 * gdb.dwarf2/dw2-skip-prologue.exp: Add cast to int.
7976 * gdb.threads/tls-nodebug.exp: Check that gdb errors out printing
7977 tls variable with no debug info without a cast. Test with a cast
7978 to int too.
7979 * gdb.trace/entry-values.exp: Add casts.
7980
7981 2017-09-04 Pedro Alves <palves@redhat.com>
7982
7983 * gdb.base/nodebug.exp: Test that ptype's error about functions
7984 with unknown return type includes the function name too.
7985
7986 2017-09-04 Pedro Alves <palves@redhat.com>
7987
7988 * gdb.base/break-main-file-remove-fail.exp (test_remove_bp): Cast
7989 return type of munmap in infcall.
7990 * gdb.base/break-probes.exp: Cast return type of foo in infcall.
7991 * gdb.base/checkpoint.exp: Simplify using for loop. Cast return
7992 type of ftell in infcall.
7993 * gdb.base/dprintf-detach.exp (dprintf_detach_test): Cast return
7994 type of getpid in infcall.
7995 * gdb.base/infcall-exec.exp: Cast return type of execlp in
7996 infcall.
7997 * gdb.base/info-os.exp: Cast return type of getpid in infcall.
7998 Bail on failure to extract the pid.
7999 * gdb.base/nodebug.c: #include <stdint.h>.
8000 (multf, multf_noproto, mult, mult_noproto, add8, add8_noproto):
8001 New functions.
8002 * gdb.base/nodebug.exp (test_call_promotion): New procedure.
8003 Change expected output of print/whatis/ptype with functions with
8004 no debug info. Test all supported languages. Call
8005 test_call_promotion.
8006 * gdb.compile/compile.exp: Adjust expected output to expect
8007 warning.
8008 * gdb.threads/siginfo-threads.exp: Likewise.
8009
8010 2017-09-04 Pedro Alves <palves@redhat.com>
8011
8012 * gdb.base/callfuncs.exp (do_function_calls): New parameter
8013 "prototypes". Test calling float functions via prototyped and
8014 unprototyped function pointers.
8015 (perform_all_tests): New parameter "prototypes". Pass it down.
8016 (top level): Pass down "prototypes" parameter to
8017 perform_all_tests.
8018
8019 2017-09-04 Simon Marchi <simon.marchi@ericsson.com>
8020
8021 * gdb.base/commands.exp (loop_break_test, loop_continue_test):
8022 Test with nested loops.
8023
8024 2017-09-04 Simon Marchi <simon.marchi@ericsson.com>
8025
8026 * gdb.base/commands.exp: Call the new procedures.
8027 (loop_break_test, loop_continue_test): New procedures.
8028
8029 2017-09-04 Simon Marchi <simon.marchi@ericsson.com>
8030
8031 * gdb.base/commands.exp: Call new procedure.
8032 (define_if_without_arg_test): New procedure.
8033
8034 2017-09-04 Pedro Alves <palves@redhat.com>
8035
8036 * gdb.base/list-ambiguous.exp: New file.
8037 * gdb.base/list-ambiguous0.c: New file.
8038 * gdb.base/list-ambiguous1.c: New file.
8039 * gdb.base/list.exp (test_list_range): Adjust expected output.
8040
8041 2017-08-31 Sergio Durigan Junior <sergiodj@redhat.com>
8042
8043 * gdb.base/share-env-with-gdbserver.c: New file.
8044 * gdb.base/share-env-with-gdbserver.exp: Likewise.
8045
8046 2017-08-28 Simon Marchi <simon.marchi@ericsson.com>
8047
8048 * gdb.base/commands.exp (gdbvar_simple_if_test,
8049 gdbvar_simple_if_test, gdbvar_complex_if_while_test,
8050 progvar_simple_if_test, progvar_simple_while_test,
8051 progvar_complex_if_while_test, user_defined_command_test,
8052 user_defined_command_args_eval,
8053 user_defined_command_args_stack_test,
8054 user_defined_command_manyargs_test, bp_deleted_in_command_test,
8055 temporary_breakpoint_commands,
8056 gdb_test_no_prompt, redefine_hook_test,
8057 redefine_backtrace_test): Remove "global gdb_prompt".
8058
8059 2017-08-28 Simon Marchi <simon.marchi@ericsson.com>
8060
8061 * gdb.base/commands.exp (user_defined_command_case_sensitivity):
8062 New proc, call it from toplevel.
8063
8064 2017-08-23 Sergio Durigan Junior <sergiodj@redhat.com>
8065
8066 PR remote/21852
8067 * gdb.server/normal.c: New file, copied from gdb.base.
8068 * gdb.server/run-without-local-binary.exp: New file.
8069
8070 2017-08-07 Weimin Pan <weimin.pan@oracle.com>
8071
8072 * gdb.arch/sparc64-adi.exp: New file.
8073 * gdb.arch/sparc64-adi.c: New file.
8074
8075 2017-08-22 Pedro Alves <palves@redhat.com>
8076
8077 * gdb.cp/overload.exp (line_range_pattern): New procedure.
8078 (top level): Add "list all overloads" tests.
8079
8080 2017-08-22 Tom Tromey <tom@tromey.com>
8081
8082 * gdb.gdb/xfullpath.exp: Remove.
8083
8084 2017-08-21 Pedro Alves <palves@redhat.com>
8085
8086 PR gdb/19487
8087 * gdb.base/symbol-alias.c: New.
8088 * gdb.base/symbol-alias2.c: New.
8089 * gdb.base/symbol-alias.exp: New.
8090
8091 2017-08-21 Pedro Alves <palves@redhat.com>
8092
8093 * gdb.base/dfp-test.c
8094 (d32_t, d64_t, d128_t, d32_t2, d64_t2, d128_t2, v_d32_t, v_d64_t)
8095 (v_d128_t, v_d32_t2, v_d64_t2, v_d128_t2): New.
8096 * gdb.base/dfp-test.exp: Add whatis/ptype/cast tests.
8097 * gdb.base/gnu_vector.exp: Add whatis/ptype/cast tests.
8098 * gdb.base/whatis-ptype-typedefs.c: New.
8099 * gdb.base/whatis-ptype-typedefs.exp: New.
8100 * gdb.python/py-prettyprint.c (int_type, int_type2): New typedefs.
8101 (an_int, an_int_type, an_int_type2): New globals.
8102 * gdb.python/py-prettyprint.exp (run_lang_tests): Add tests
8103 involving typedefs and cast expressions.
8104 * gdb.python/py-prettyprint.py (class pp_int_typedef): New.
8105 (lookup_typedefs_function): New.
8106 (typedefs_pretty_printers_dict): New.
8107 (top level): Register lookup_typedefs_function in
8108 gdb.pretty_printers.
8109
8110 2017-08-18 Yao Qi <yao.qi@linaro.org>
8111
8112 * gdb.server/unittest.exp: New.
8113
8114 2017-08-15 Sergio Durigan Junior <sergiodj@redhat.com>
8115
8116 PR gdb/21954
8117 * gdb.base/environ.exp: Add test to check if 'unset environment'
8118 works.
8119
8120 2017-08-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
8121
8122 * lib/gdb.exp (universal_compile_options): New caching proc.
8123 (gdb_compile): Suppress GCC's coloring of messages.
8124
8125 2017-08-14 Tom Tromey <tom@tromey.com>
8126
8127 PR gdb/21675:
8128 * gdb.base/printcmds.exp (test_radices): New function.
8129 * gdb.dwarf2/var-access.exp: Use p/u, not p/d.
8130 * gdb.base/sizeof.exp (check_valueof): Use p/d.
8131 * lib/gdb.exp (get_integer_valueof): Use p/d.
8132
8133 2017-08-12 Simon Marchi <simon.marchi@ericsson.com>
8134
8135 * lib/gdb.exp (get_valueof): Don't capture end-of-line
8136 characters.
8137
8138 2017-08-05 Tom Tromey <tom@tromey.com>
8139
8140 * gdb.rust/simple.exp: Allow String to appear in a different
8141 namespace.
8142
8143 2017-07-26 Yao Qi <yao.qi@linaro.org>
8144
8145 * gdb.gdb/unittest.exp: Invoke command
8146 "maintenance check xml-descriptions".
8147
8148 2017-07-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
8149
8150 * gdb.arch/s390-vregs.exp: Calculate parameters to hex128 in the
8151 calling context.
8152 (hex128): Drop erroneous calculation of parameters.
8153
8154 2017-07-22 Simon Marchi <simon.marchi@ericsson.com>
8155
8156 * gdb.python/py-unwind.exp: Disable stack protection when
8157 building test file.
8158
8159 2017-07-20 Pedro Alves <palves@redhat.com>
8160
8161 * gdb.base/default.exp (set language): Adjust expected output.
8162
8163 2017-07-20 Pedro Alves <palves@redhat.com>
8164
8165 * gdb.base/dmsym.c (pck__foo__bar__minsym): Rename to ...
8166 (test_minsym): ... this, and make static.
8167 (get_pck__foo__bar__minsym): Rename to ...
8168 (get_test_minsym): ... this.
8169 * gdb.base/dmsym.exp (): Remove "set language ada" call. Adjust
8170 symbol names and comments.
8171 * gdb.base/dmsym_main.c (get_pck__foo__bar__minsym): Rename to ...
8172 (get_test_minsym): ... this.
8173 (pck__foo__bar__minsym__2): Rename to ...
8174 (test_minsym): ... this.
8175 (main): Adjust.
8176
8177 2017-07-17 Pedro Alves <palves@redhat.com>
8178
8179 * gdb.base/completion.exp: Adjust expected output.
8180 * gdb.linespec/ls-errs.exp: Don't send tab characters, now that
8181 the completer works.
8182
8183 2017-07-17 Pedro Alves <palves@redhat.com>
8184
8185 * gdb.linespec/ls-errs.exp (do_test): Adjust expected output.
8186
8187 2017-07-15 Andrew Burgess <andrew.burgess@embecosm.com>
8188
8189 * gdb.mi/mi-vla-fortran.exp: Make test names unique.
8190
8191 2017-07-14 Tom Tromey <tom@tromey.com>
8192
8193 PR rust/21764:
8194 * gdb.rust/simple.exp: Add tests.
8195
8196 2017-07-14 Tom Tromey <tom@tromey.com>
8197
8198 * gdb.rust/simple.exp: Add regression test for PR rust/21763.
8199
8200 2017-07-14 Pedro Alves <palves@redhat.com>
8201
8202 * gdb.linespec/base/one/thefile.cc (z1): New function.
8203 * gdb.linespec/base/two/thefile.cc (z2): New function.
8204 * gdb.linespec/linespec.exp: Add tests.
8205
8206 2017-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
8207
8208 * gdb.mi/mi-vla-fortran.exp: Correct even more parameter passing
8209 to mi_create_breakpoint.
8210
8211 2017-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
8212
8213 * gdb.mi/mi-vla-fortran.exp: Correct parameter passing to
8214 mi_create_breakpoint.
8215
8216 2017-07-11 Iain Buclaw <ibuclaw@gdcproject.org>
8217
8218 * gdb.dlang/demangle.exp: Update for demangling changes.
8219
8220 2017-07-09 Tom Tromey <tom@tromey.com>
8221
8222 * gdb.dwarf2/shortpiece.exp: New file.
8223
8224 2017-07-06 David Blaikie <dblaikie@gmail.com>
8225
8226 * gdb.dwarf2/fission-multi-cu.S: Test containing multiple CUs in a DWO,
8227 built from fissiont-multi-cu{1,2}.c.
8228 * gdb.dwarf2/fission-multi-cu.exp: Test similar to fission-base.exp,
8229 except putting 'main' and 'func' in separate CUs in the same DWO file.
8230 * gdb.dwarf2/fission-multi-cu1.c: First CU for the multi-CU-single-DWO
8231 test.
8232 * gdb.dwarf2/fission-multi-cu2.c: Second CU in the multi-CU-single-DWO
8233 test.
8234
8235 2017-07-06 Pedro Alves <palves@redhat.com>
8236
8237 * gdb.python/py-unwind.exp: Test flushregs.
8238
8239 2017-06-30 Sergio Durigan Junior <sergiodj@redhat.com>
8240
8241 PR cli/21688
8242 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): Add new
8243 tests for alias commands and trailing whitespace.
8244
8245 2017-06-30 Sergio Durigan Junior <sergiodj@redhat.com>
8246
8247 PR cli/21688
8248 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): New
8249 procedure. Call it.
8250
8251 2017-06-29 Pedro Alves <palves@redhat.com>
8252
8253 * gdb.base/printcmds.exp: Add tests.
8254
8255 2017-06-28 Doug Gilmore <Doug.Gilmore@imgtec.com>
8256
8257 PR gdb/21337
8258 * gdb.base/reread-readsym.exp: New file.
8259 * gdb.base/reread-readsym.c: New file.
8260
8261 2017-06-21 Kevin Buettner <kevinb@redhat.com>
8262
8263 * gdb.exp (gdb_test): Using noncapturing parens for the $pattern
8264 subpattern.
8265
8266 2017-06-19 Peter Bergner <bergner@vnet.ibm.com>
8267
8268 * gdb.arch/powerpc-power9.exp: Update test case for new lnia
8269 extended mnemonic.
8270 * gdb.arch/powerpc-power9.s: Likewise.
8271
8272 2017-06-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
8273
8274 * gdb.dwarf2/var-access.exp: Use register name ecx instead of edx
8275 on 32-bit x86 targets. Exploit is_*_target macros where
8276 appropriate.
8277
8278 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8279
8280 * gdb.dwarf2/var-access.exp: Add test for non-byte-aligned
8281 register pieces.
8282
8283 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8284
8285 * gdb.dwarf2/var-access.exp: Add tests for accessing bit-fields
8286 located in one or more DWARF pieces.
8287
8288 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8289
8290 * lib/gdb.exp (get_endianness): New proc.
8291 * gdb.arch/aarch64-fp.exp: Use it.
8292 * gdb.arch/altivec-regs.exp: Likewise.
8293 * gdb.arch/e500-regs.exp: Likewise.
8294 * gdb.arch/vsx-regs.exp: Likewise.
8295 * gdb.base/dump.exp: Likewise.
8296 * gdb.base/funcargs.exp: Likewise.
8297 * gdb.base/gnu_vector.exp: Likewise.
8298 * gdb.dwarf2/formdata16.exp: Likewise.
8299 * gdb.dwarf2/implptrpiece.exp: Likewise.
8300 * gdb.dwarf2/nonvar-access.exp: Likewise.
8301 * gdb.python/py-inferior.exp: Likewise.
8302 * gdb.trace/unavailable-dwarf-piece.exp: Likewise.
8303
8304 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8305
8306 PR gdb/21226
8307 * gdb.dwarf2/nonvar-access.exp: Add checks for verifying that
8308 stack value pieces are taken from the LSB end.
8309
8310 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8311
8312 * gdb.dwarf2/var-pieces.exp: Add test case for modifying a
8313 variable at nonzero offset.
8314
8315 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8316
8317 * gdb.dwarf2/var-access.c: New file.
8318 * gdb.dwarf2/var-access.exp: New test.
8319 * lib/gdb-utils.exp (string_to_regexp): Quote braces as well.
8320
8321 2017-06-12 Tom Tromey <tom@tromey.com>
8322
8323 * gdb.dwarf2/formdata16.exp: Add tests.
8324
8325 2017-06-12 Tom Tromey <tom@tromey.com>
8326
8327 * gdb.arch/altivec-regs.exp: Expect decimal results for uint128.
8328
8329 2017-06-12 Tom Tromey <tom@tromey.com>
8330
8331 PR exp/16225:
8332 * gdb.reverse/i386-sse-reverse.exp: Update tests.
8333 * gdb.arch/vsx-regs.exp: Update tests.
8334 * gdb.arch/s390-vregs.exp (hex128): New proc.
8335 Update test.
8336 * gdb.arch/altivec-regs.exp: Update tests.
8337
8338 2017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
8339
8340 * gdb.base/startup-with-shell.c: New file.
8341 * gdb.base/startup-with-shell.exp: Likewise.
8342
8343 2017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
8344
8345 * gdb.server/non-existing-program.exp: Update regex in order to
8346 reflect the fact that gdbserver is now using fork_inferior (with a
8347 shell) to startup the inferior.
8348
8349 2017-05-30 Simon Marchi <simon.marchi@ericsson.com>
8350
8351 * gdb.base/watch-cond-infcall.exp: Don't run if target doesn't
8352 support function calls from GDB.
8353
8354 2017-05-21 Tom Tromey <tom@tromey.com>
8355
8356 PR rust/21466:
8357 * gdb.rust/unsized.exp: New file.
8358 * gdb.rust/unsized.rs: New file.
8359
8360 2017-05-19 Tom Tromey <tom@tromey.com>
8361
8362 PR rust/21484:
8363 * gdb.rust/watch.exp: New file.
8364 * gdb.rust/watch.rs: New file.
8365
8366 2017-05-18 Tom Tromey <tom@tromey.com>
8367
8368 * gdb.rust/simple.exp: Allow Box to be qualified.
8369
8370 2017-05-18 Thomas Preud'homme <thomas.preudhomme@arm.com>
8371
8372 * gdb.base/float.exp: Expect GDB prompt for targets without FPU.
8373
8374 2017-05-18 Pedro Alves <palves@redhat.com>
8375
8376 * gdb.base/fileio.c (test_write, test_read, test_close)
8377 (test_fstat): Don't print 'ret' in the fail path.
8378
8379 2017-05-18 Pedro Alves <palves@redhat.com>
8380
8381 * gdb.base/fileio.c (stop, test_open, test_write, test_read)
8382 (test_lseek, test_close, test_stat, test_fstat, test_isatty)
8383 (test_system, test_rename, test_unlink, test_time): Change
8384 prototypes.
8385 * gdb.base/fileio.exp (stop_msg): Adjust.
8386
8387 2017-05-18 Pedro Alves <palves@redhat.com>
8388
8389 * gdb.base/fileio.c (null_str): New global.
8390 (test_stat): Use it.
8391 * gdb.base/fileio.exp: Remove nowarnings.
8392
8393 2017-05-17 Yao Qi <yao.qi@linaro.org>
8394
8395 * gdb.base/fileio.exp: Pass nowarnings to gdb_compile.
8396
8397 2017-05-17 Simon Marchi <simon.marchi@ericsson.com>
8398
8399 * gdb.base/set-inferior-tty.exp (test_set_inferior_tty): Add
8400 argument command.
8401 (top-level): Invoke test_set_inferior_tty.
8402
8403 2017-05-04 Pedro Alves <palves@redhat.com>
8404
8405 * gdb.python/py-record-btrace-threads.exp (check_insn_for_thread):
8406 Add parens to print call for Python 3.
8407
8408 2017-05-03 Keith Seitz <keiths@redhat.com>
8409
8410 * gdb.cp/oranking.cc (dummy): New function to grab malloc.
8411 (main): Call it.
8412
8413 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
8414
8415 * gdb.python/py-record-btrace.exp: Rename prev_sibling and next_sibling
8416 to prev and next.
8417
8418 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
8419
8420 * gdb.python/py-record-btrace.exp: Remove test for
8421 gdb.BtraceInstruction.error.
8422
8423 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
8424
8425 * gdb.python/py-record-btrace.exp: Remove Record.ptid test.
8426
8427 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
8428
8429 * gdb.python/py-record-btrace-threads.c: New file.
8430 * gdb.python/py-record-btrace-threads.exp: New file.
8431
8432 2017-04-28 Sergio Durigan Junior <sergiodj@redhat.com>
8433
8434 PR testsuite/8595
8435 * gdb.base/environ.exp: Make test available in all architectures.
8436 Move bits related to "info program" testing to
8437 gdb.base/info-program.exp. Rewrite tests to use the two new
8438 procedures mentione below.
8439 (test_set_show_env_var) New procedure.
8440 (test_set_show_env_var_equal): Likewise.
8441 * gdb.base/info-program.exp: New file.
8442
8443 2017-04-27 Keith Seitz <keiths@redhat.com>
8444
8445 * gdb.cp/oranking.cc (test15): New function.
8446 (main): Call test15 and declare additional variables for testing.
8447 * gdb.cp/oranking.exp: Remove kfail status for "p foo4(&a)" and
8448 "p foo101('abc')" tests.
8449 Add tests for cv qualifier overloads.
8450 * gdb.cp/rvalue-ref-overloads.exp: Remove kfail status for
8451 "lvalue reference overload" test.
8452 * gdb.cp/rvalue-ref-params.exp: Remove kfail status for
8453 "print value of f1 on Child&& in f2" test.
8454
8455 2017-04-19 Pedro Alves <palves@redhat.com>
8456
8457 * gdb.threads/threadapply.exp (kill_and_remove_inferior): New
8458 procedure.
8459 (top level): Call it.
8460 * lib/gdb.exp (gdb_define_cmd): New procedure.
8461
8462 2017-04-12 Pedro Alves <palves@redhat.com>
8463
8464 PR gdb/21323
8465 * gdb.cp/wide_char_types.c: Include <wchar.h>.
8466 (wchar): New global.
8467 * gdb.cp/wide_char_types.exp (wide_char_types_program)
8468 (do_test_wide_char, wide_char_types_no_program, top level): Add
8469 wchar_t testing.
8470
8471 2017-04-12 Pedro Alves <palves@redhat.com>
8472
8473 PR c++/21323
8474 * gdb.cp/wide_char_types.c: New file.
8475 * gdb.cp/wide_char_types.exp: New file.
8476
8477 2017-04-05 Sergio Durigan Junior <sergiodj@redhat.com>
8478
8479 PR gdb/21352
8480 * gdb.trace/tsv.exp: Add test for "tsave -r".
8481
8482 2017-03-30 Iain Buclaw <ibuclaw@gdcproject.org>
8483
8484 * gdb.dlang/watch-loc.c: New file.
8485 * gdb.dlang/watch-loc.exp: New file.
8486
8487 2017-03-29 Jan Kratochvil <jan.kratochvil@redhat.com>
8488
8489 * gdb.python/py-section-script.exp (sepdebug): New testcases.
8490
8491 2017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
8492
8493 * gdb.arch/arc-analyze-prologue.S: New file.
8494 * gdb.arch/arc-analyze-prologue.exp: Likewise.
8495
8496 2017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
8497
8498 * gdb.arch/arc-decode-insn.S: New file.
8499 * gdb.arch/arc-decode-insn.exp: Likewise.
8500
8501 2017-03-21 Ivo Raisr <ivo.raisr@oracle.com>
8502
8503 PR tdep/20928
8504 * gdb.arch/sparc64-regs.exp: New file.
8505 * gdb.arch/sparc64-regs.S: Likewise.
8506
8507 2017-03-21 Tim Wiederhake <tim.wiederhake@intel.com>
8508
8509 * gdb.python/py-record-btrace.exp: Check for buffer on Python 2
8510 and memory view on Python 3.
8511
8512 2017-03-20 Artemiy Volkov <artemiyv@acm.org>
8513 Keith Seitz <keiths@redhat.com>
8514
8515 PR gdb/14441
8516 * gdb.cp/demangle.exp: Add rvalue reference tests.
8517 * gdb.cp/rvalue-ref-casts.cc: New file.
8518 * gdb.cp/rvalue-ref-casts.exp: New file.
8519 * gdb.cp/rvalue-ref-overload.cc: New file.
8520 * gdb.cp/rvalue-ref-overload.exp: New file.
8521 * gdb.cp/rvalue-ref-params.cc: New file.
8522 * gdb.cp/rvalue-ref-params.exp: New file.
8523 * gdb.cp/rvalue-ref-sizeof.cc: New file.
8524 * gdb.cp/rvalue-ref-sizeof.exp: New file.
8525 * gdb.cp/rvalue-ref-types.cc: New file.
8526 * gdb.cp/rvalue-ref-types.exp: New file.
8527 * gdb.python/py-rvalue-ref-value-cc.cc: New file.
8528 * gdb.python/py-rvalue-ref-value-cc.exp: New file.
8529
8530 2017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
8531
8532 * gdb.mi/mi-solib.exp (test_file_list_shared_libraries):
8533 New procedure.
8534
8535 2017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
8536
8537 * lib/mi-support.exp (mi_gdb_test): Add additional message
8538 for unexpected output.
8539
8540 2017-03-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
8541
8542 * gdb.base/examine-backward.c (Barrier): New character array
8543 constant, to ensure that TestStrings is preceded by a string
8544 terminator.
8545
8546 2017-03-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
8547
8548 * lib/dwarf.exp: Add support for DW_OP_implicit_pointer.
8549 * gdb.dwarf2/nonvar-access.exp: Add test for stack value location
8550 and implicit pointer into such a location.
8551
8552 2017-03-16 Doug Evans <dje@google.com>
8553
8554 * gdb.python/py-lazy-string (pointer): Really add new typedef.
8555
8556 2017-03-16 Thomas Preud'homme <thomas.preudhomme@arm.com>
8557
8558 * gdb.cp/m-static.exp: Fix expectation for prototype of
8559 test5.single_constructor and single_constructor::single_constructor.
8560
8561 2017-03-16 Doug Evans <dje@google.com>
8562
8563 * gdb.guile/scm-value.c (main) Delete locals sptr, sn.
8564 * gdb.guile/scm-lazy-string.c: New file.
8565 * gdb.guile/scm-value.exp: Move lazy string tests to ...
8566 * gdb.guile/scm-lazy-string.exp: ... here, new file. Add more tests
8567 for pointer, array, typedef lazy strings.
8568
8569 2017-03-16 Doug Evans <dje@google.com>
8570
8571 PR python/17728, python/18439, python/18779
8572 * gdb.python/py-value.c (main) Delete locals sptr, sn.
8573 * gdb.python/py-lazy-string.c (pointer): New typedef.
8574 (main): New locals ptr, array, typedef_ptr.
8575 * gdb.python/py-value.exp: Move lazy string tests to ...
8576 * gdb.python/py-lazy-string.exp: ... here. Add more tests for pointer,
8577 array, typedef lazy strings.
8578
8579 2017-03-14 Anton Kolesov <anton.kolesov@synopsys.com>
8580
8581 * lib/gdb.exp (get_valueof, get_integer_valueof, get_sizeof):
8582 Add optional 'test' parameter.
8583
8584 2017-03-13 Simon Marchi <simon.marchi@ericsson.com>
8585
8586 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
8587 Skip for versions of DejaGnu < 1.5.
8588
8589 2017-03-13 Simon Marchi <simon.marchi@ericsson.com>
8590
8591 * lib/gdb.exp (dejagnu_version): New proc.
8592 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
8593 Use dejagnu_version.
8594
8595 2017-03-10 Keith Seitz <keiths@redhat.com>
8596
8597 PR c++/8128
8598 * gdb.cp/templates.exp (test_ptype_of_templates): Remove argument
8599 type from destructor regexps.
8600 Add a branch which actually passes the test.
8601 Adjust "ptype t5i" test names.
8602
8603 2017-03-08 Pedro Alves <palves@redhat.com>
8604
8605 * gdb.base/step-over-exit.exp: Add explicit test message.
8606
8607 2017-03-08 Pedro Alves <palves@redhat.com>
8608
8609 PR gdb/18360
8610 * gdb.threads/interrupt-while-step-over.c: New file.
8611 * gdb.threads/interrupt-while-step-over.exp: New file.
8612
8613 2017-03-08 Pedro Alves <palves@redhat.com>
8614
8615 * gdb.arch/amd64-entry-value-param-dwarf5.exp: Use with_test_prefix.
8616 * gdb.arch/amd64-entry-value-param.exp: Use with_test_prefix.
8617
8618 2017-03-08 Pedro Alves <palves@redhat.com>
8619
8620 * gdb.arch/i386-pkru.exp (probe PKRU support): Handle detecting
8621 PKRU as not supported as a PASS.
8622
8623 2017-03-08 Pedro Alves <palves@redhat.com>
8624
8625 * gdb.base/break-fun-addr.exp: Use $testfile1/$testfile2 for test
8626 prefix instead of $binfile1/$binfile2.
8627 * gdb.btrace/gcore.exp: Use "core" instead of unstable path name
8628 in test message.
8629 * gdb.python/py-completion.exp: Use "load python file" as test
8630 messages instead of unstable path names.
8631
8632 2017-03-08 Pedro Alves <palves@redhat.com>
8633 Jan Kratochvil <jan.kratochvil@redhat.com>
8634
8635 PR cli/21218
8636 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
8637 New proc.
8638 (top level): Call it.
8639
8640 2017-03-08 Pedro Alves <palves@redhat.com>
8641
8642 PR tui/21216
8643 * gdb.tui/tui-nl-filtered-output.exp: New file.
8644
8645 2017-03-08 Pedro Alves <palves@redhat.com>
8646
8647 * gdb.base/completion.exp: Move TUI completion tests to ...
8648 * gdb.tui/completion.exp: ... this new file.
8649
8650 2017-03-08 Pedro Alves <palves@redhat.com>
8651
8652 * gdb.base/tui-disasm-long-lines.c,
8653 gdb.base/tui-disasm-long-lines.exp, gdb.base/tui-layout.c,
8654 gdb.base/tui-layout.exp: Move to ...
8655 * gdb.tui/: ... this new directory.
8656
8657 2017-03-07 Pedro Alves <palves@redhat.com>
8658
8659 * gdb.base/tui-layout.c: New file.
8660 * gdb.base/tui-layout.exp: New file.
8661
8662 2017-03-07 Pedro Alves <palves@redhat.com>
8663
8664 * gdb.base/tui-layout.c: Rename to ...
8665 * gdb.base/tui-disasm-long-lines.c: ... this.
8666 * gdb.base/tui-layout.exp: Rename to ...
8667 * gdb.base/tui-disasm-long-lines.exp: ... this.
8668
8669 2017-03-07 Pedro Alves <palves@redhat.com>
8670
8671 * gdb.base/tui-layout.exp: Add intro comment and fix typo.
8672
8673 2017-03-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
8674
8675 * i386-mpx-call.c: New file.
8676 * i386-mpx-call.exp: New file.
8677
8678 2017-02-28 Peter Bergner <bergner@vnet.ibm.com>
8679
8680 * gdb.arch/powerpc-power.exp: Delete test.
8681 * gdb.arch/powerpc-power.s: Likewise.
8682 * gdb.disasm/disassembler-options.exp: New test.
8683 * gdb.arch/powerpc-altivec.exp: Likewise.
8684 * gdb.arch/powerpc-altivec.s: Likewise.
8685 * gdb.arch/powerpc-altivec2.exp: Likewise.
8686 * gdb.arch/powerpc-altivec2.s: Likewise.
8687 * gdb.arch/powerpc-altivec3.exp: Likewise.
8688 * gdb.arch/powerpc-altivec3.s: Likewise.
8689 * gdb.arch/powerpc-power7.exp: Likewise.
8690 * gdb.arch/powerpc-power7.s: Likewise.
8691 * gdb.arch/powerpc-power8.exp: Likewise.
8692 * gdb.arch/powerpc-power8.s: Likewise.
8693 * gdb.arch/powerpc-power9.exp: Likewise.
8694 * gdb.arch/powerpc-power9.s: Likewise.
8695 * gdb.arch/powerpc-vsx.exp: Likewise.
8696 * gdb.arch/powerpc-vsx.s: Likewise.
8697 * gdb.arch/powerpc-vsx2.exp: Likewise.
8698 * gdb.arch/powerpc-vsx2.s: Likewise.
8699 * gdb.arch/powerpc-vsx3.exp: Likewise.
8700 * gdb.arch/powerpc-vsx3.s: Likewise.
8701 * gdb.arch/arm-disassembler-options.exp: Likewise.
8702 * gdb.arch/powerpc-disassembler-options.exp: Likewise.
8703 * gdb.arch/s390-disassembler-options.exp: Likewise.
8704
8705 2017-02-23 Luis Machado <lgustavo@codesourcery.com>
8706
8707 * gdb.reverse/insn-reverse.x86.c (check_rdrand_support): Renamed to ...
8708 (check_supported_features): ... this. Changed return type to void.
8709 (supports_rdseed): New static global.
8710 (rdseed): Check supports_rdseed.
8711 (initialize): Call check_supported_features.
8712
8713 2017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
8714
8715 * gdb.arch/ppc64-isa207-atomic-inst.exp: New testcase based on
8716 gdb.arch/ppc64-atomic-inst.exp. Add tests for lbarx/stbcx, lharx/sthcx
8717 and lqarx/stqcx.
8718 * gdb.arch/ppc64-isa207-atomic-inst.S: New file.
8719 * gdb.arch/ppc64-isa207-atomic-inst.c: Likewise.
8720
8721 2017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
8722
8723 * gdb.arch/ppc64-atomic-inst.exp: Fix test names starting with
8724 uppercase.
8725
8726 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
8727
8728 * gdb.dwarf2/formdata16.c: New file.
8729 * gdb.dwarf2/formdata16.exp: New file.
8730 * lib/dwarf.exp (Dwarf): Add DW_FORM_data16.
8731
8732 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
8733
8734 * gdb.arch/amd64-entry-value-param-dwarf5.S: New file.
8735 * gdb.arch/amd64-entry-value-param-dwarf5.c: New file.
8736 * gdb.arch/amd64-entry-value-param-dwarf5.exp: New file.
8737 * gdb.arch/amd64-entry-value.exp: Rename DW_OP_GNU_*, DW_TAG_GNU_* and
8738 DW_AT_GNU_*.
8739
8740 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
8741
8742 * gdb.dwarf2/dw2-error.exp (file $testfile): Update expected string.
8743
8744 2017-02-15 Sergio Durigan Junior <sergiodj@redhat.com>
8745
8746 PR gdb/21164
8747 * gdb.base/maint.exp: Add testcases for when the commands do
8748 not have arguments.
8749
8750 2017-02-15 Thomas Preud'homme <thomas.preudhomme@arm.com>
8751
8752 * gdb.cp/chained-calls.exp: Use p instead of P.
8753
8754 2017-02-14 Tim Wiederhake <tim.wiederhake@intel.com>
8755
8756 * gdb.python/py-record-btrace.c, gdb.python/py-record-btrace.exp,
8757 gdb.python/py-record-full.c, gdb.python/py-record-full.exp: New file.
8758
8759 2017-02-14 Tom Tromey <tom@tromey.com>
8760
8761 PR python/13598:
8762 * gdb.python/py-events.exp: Add before_prompt event tests.
8763
8764 2017-02-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
8765
8766 * gdb.dwarf2/implptrpiece.exp: Fix check for big-endian targets.
8767
8768 2017-02-13 Luis Machado <lgustavo@codesourcery.com>
8769
8770 * gdb.linespec/explicit.c (my_unique_function_name): New function.
8771 (main): Call my_unique_function_name.
8772 * gdb.linespec/explicit.exp: Use my_unique_function_name to test
8773 completion of patterns with a single match.
8774 Add missing -re switches to gdb_test_multiple calls.
8775
8776 2017-02-13 Luis Machado <lgustavo@codesourcery.com>
8777
8778 * gdb.arch/i386-biarch-core.exp: Check for i386 arch support and
8779 return if core file is not recognized.
8780
8781 2017-02-10 Simon Marchi <simon.marchi@ericsson.com>
8782
8783 * gdb.base/new-ui.exp (do_test): Test queries behavior on main
8784 and extra UIs.
8785
8786 2017-02-10 Simon Marchi <simon.marchi@ericsson.com>
8787
8788 * gdb.base/new-ui.exp (do_test, do_test_invalid_args): Use
8789 proc_with_prefix.
8790
8791 2017-02-10 Tom Tromey <tom@tromey.com>
8792
8793 * gdb.python/py-xmethods.exp: Use "p" command, not "P".
8794
8795 2017-02-10 Martin Galvan <martingalvan@sourceware.org>
8796
8797 PR gdb/21122
8798 * gdb.base/help.exp: Update match pattern for testing 'help commands'.
8799
8800 2017-02-08 Jerome Guitton <guitton@adacore.com>
8801
8802 * gdb.base/define.exp: Add test for command abbreviations
8803 in define.
8804
8805 2017-02-06 Luis Machado <lgustavo@codesourcery.com>
8806
8807 * gdb.reverse/insn-reverse.c: Include insn-reverse-x86.c.
8808 * gdb.reverse/insn-reverse-x86.c: New file.
8809
8810 2017-02-06 Ivo Raisr <ivo.raisr@oracle.com>
8811
8812 PR tdep/20936
8813 * gdb.xml/tdesc-regs.exp: Provide sparc core registers for the tests.
8814
8815 2017-02-03 Tom Tromey <tom@tromey.com>
8816
8817 PR rust/21097:
8818 * gdb.rust/simple.exp: Add new tests.
8819
8820 2017-02-02 Pedro Alves <palves@redhat.com>
8821
8822 * gdb.mi/mi-logging.exp: Add "redirect while already logging"
8823 tests.
8824
8825 2017-02-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
8826
8827 * gdb.dwarf2/dw2-op-stack-value.exp: Adjust expected result of
8828 taking a 2-byte value out of a 4-byte DWARF implicit value on
8829 big-endian targets.
8830 * gdb.dwarf2/nonvar-access.exp: Add more comments to existing
8831 logic. Add test cases for DW_OP_implicit.
8832
8833 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
8834
8835 * lib/gdb.exp (gdb_skip_xml_tests): Error if GDB is running.
8836
8837 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
8838
8839 * gdb.btrace/enable.exp: Call gdb_exit before
8840 skip_gdbserver_tests.
8841
8842 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
8843
8844 * gdb.btrace/non-stop.exp: Add '-ex "set non-stop on"' to
8845 GDBFLAGS.
8846
8847 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
8848
8849 * gdb.btrace/buffer-size.exp: Add unsupported/untested message if
8850 the test is skipped.
8851 * gdb.btrace/data.exp: Likewise.
8852 * gdb.btrace/delta.exp: Likewise.
8853 * gdb.btrace/dlopen.exp: Likewise.
8854 * gdb.btrace/enable-running.exp: Likewise.
8855 * gdb.btrace/enable.exp: Likewise.
8856 * gdb.btrace/exception.exp: Likewise.
8857 * gdb.btrace/function_call_history.exp: Likewise.
8858 * gdb.btrace/gcore.exp: Likewise.
8859 * gdb.btrace/instruction_history.exp: Likewise.
8860 * gdb.btrace/multi-thread-step.exp: Likewise.
8861 * gdb.btrace/nohist.exp: Likewise.
8862 * gdb.btrace/non-stop.exp: Likewise.
8863 * gdb.btrace/reconnect.exp: Likewise.
8864 * gdb.btrace/record_goto-step.exp: Likewise.
8865 * gdb.btrace/record_goto.exp: Likewise.
8866 * gdb.btrace/rn-dl-bind.exp: Likewise.
8867 * gdb.btrace/segv.exp: Likewise.
8868 * gdb.btrace/step.exp: Likewise.
8869 * gdb.btrace/stepi.exp: Likewise.
8870 * gdb.btrace/tailcall-only.exp: Likewise.
8871 * gdb.btrace/tailcall.exp: Likewise.
8872 * gdb.btrace/tsx.exp: Likewise.
8873 * gdb.btrace/unknown_functions.exp: Likewise.
8874 * gdb.btrace/vdso.exp: Likewise.
8875
8876 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
8877
8878 * gdb.btrace/enable-running.c: New.
8879 * gdb.btrace/enable-running.exp: New.
8880
8881 2017-01-27 Walfred Tedeschi <walfred.tedeschi@intel.com>
8882
8883 * gdb.arch/amd64-gs_base.c: New file.
8884 * gdb.arch/amd64-gs_base.exp: New file.
8885
8886 2017-01-26 Luis Machado <lgustavo@codesourcery.com>
8887
8888 * lib/memory.exp: Remove spurious empty newlines.
8889
8890 2017-01-26 Simon Marchi <simon.marchi@polymtl.ca>
8891
8892 * gdb.python/py-bad-printers.exp: Load python file using "source".
8893 * gdb.python/py-events.exp: Likewise.
8894 * gdb.python/py-evsignal.exp: Likewise.
8895 * gdb.python/py-evthreads.exp: Likewise.
8896 * gdb.python/py-frame-args.exp: Likewise.
8897 * gdb.python/py-framefilter-invalidarg.exp: Likewise.
8898 * gdb.python/py-framefilter-mi.exp: Likewise.
8899 * gdb.python/py-framefilter.exp: Likewise.
8900 * gdb.python/py-mi.exp: Likewise.
8901 * gdb.python/py-pp-maint.exp: Likewise.
8902 * gdb.python/py-pp-registration.exp: Likewise.
8903 * gdb.python/py-prettyprint.exp: Likewise.
8904 (run_lang_tests): Likewise.
8905 * gdb.python/py-typeprint.exp: Likewise.
8906
8907 2017-01-26 Luis Machado <lgustavo@codesourcery.com>
8908
8909 * lib/memory.exp: New file.
8910 * lib/gdb.exp: Load memory.exp.
8911 * gdb.base/memattr.exp (delete_memory): Move proc to
8912 lib/memory.exp and rename to delete_memory_regions.
8913 Replace delete_memory with delete_memory_regions.
8914 Cleanup memory regions before tests.
8915 * gdb.base/breakpoint-in-ro-region.exp: Cleanup memory regions
8916 before tests.
8917
8918 2017-01-26 Luis Machado <lgustavo@codesourcery.com>
8919
8920 * gdb.reverse/insn-reverse.c: Move arm and aarch64 code to their own
8921 files.
8922 (initialize): New function conditionally defined.
8923 (testcases): Move within conditional block.
8924 (main): Call initialize.
8925 * gdb.reverse/insn-reverse-aarch64.c: New file, based on aarch64 bits
8926 of gdb.reverse/insn-reverse.c.
8927 * gdb.reverse/insn-reverse-arm.c: New file, based on arm bits of
8928 gdb.reverse/insn-reverse.c.
8929
8930 2017-01-26 Yao Qi <yao.qi@linaro.org>
8931
8932 * gdb.base/all-architectures.exp.in (do_arch_tests): Test
8933 disassemble on address 0.
8934
8935 2017-01-25 Andreas Arnez <arnez@linux.vnet.ibm.com>
8936 Yao Qi <yao.qi@linaro.org>
8937
8938 * gdb.dwarf2/implptr-64bit.exp: Use dwarf assembler.
8939 * gdb.dwarf2/implptr-64bit.S: Remove.
8940 * lib/dwarf.exp (Dwarf): Handle character "%". Evaluate some
8941 variables in caller's context. Add DW_OP_implicit_value.
8942
8943 2017-01-25 Yao Qi <yao.qi@linaro.org>
8944
8945 * lib/dwarf.exp (Dwarf::_location): Handle
8946 DW_OP_GNU_implicit_pointer with proper size.
8947
8948 2017-01-20 Luis Machado <lgustavo@codesourcery.com>
8949
8950 * gdb.python/py-xmethods.exp: Fix test names starting with lowercase
8951 and add untested calls.
8952
8953 2017-01-20 Luis Machado <lgustavo@codesourcery.com>
8954
8955 * gdb.python/python.exp: Check line number against what GDB thinks
8956 the line number is for func1.
8957
8958 2017-01-08 Iain Buclaw <ibuclaw@gdcproject.org>
8959
8960 * gdb.dlang/debug-expr.exp: New file.
8961
8962 2016-12-23 Luis Machado <lgustavo@codesourcery.com>
8963
8964 Fix test names for the following files:
8965
8966 * gdb.ada/exec_changed.exp
8967 * gdb.ada/info_types.exp
8968 * gdb.arch/aarch64-atomic-inst.exp
8969 * gdb.arch/aarch64-fp.exp
8970 * gdb.arch/altivec-abi.exp
8971 * gdb.arch/altivec-regs.exp
8972 * gdb.arch/amd64-byte.exp
8973 * gdb.arch/amd64-disp-step.exp
8974 * gdb.arch/amd64-dword.exp
8975 * gdb.arch/amd64-entry-value-inline.exp
8976 * gdb.arch/amd64-entry-value-param.exp
8977 * gdb.arch/amd64-entry-value-paramref.exp
8978 * gdb.arch/amd64-entry-value.exp
8979 * gdb.arch/amd64-i386-address.exp
8980 * gdb.arch/amd64-invalid-stack-middle.exp
8981 * gdb.arch/amd64-invalid-stack-top.exp
8982 * gdb.arch/amd64-optimout-repeat.exp
8983 * gdb.arch/amd64-prologue-skip.exp
8984 * gdb.arch/amd64-prologue-xmm.exp
8985 * gdb.arch/amd64-stap-special-operands.exp
8986 * gdb.arch/amd64-stap-wrong-subexp.exp
8987 * gdb.arch/amd64-tailcall-cxx.exp
8988 * gdb.arch/amd64-tailcall-noret.exp
8989 * gdb.arch/amd64-tailcall-ret.exp
8990 * gdb.arch/amd64-tailcall-self.exp
8991 * gdb.arch/amd64-word.exp
8992 * gdb.arch/arm-bl-branch-dest.exp
8993 * gdb.arch/arm-disp-step.exp
8994 * gdb.arch/arm-neon.exp
8995 * gdb.arch/arm-single-step-kernel-helper.exp
8996 * gdb.arch/avr-flash-qualifier.exp
8997 * gdb.arch/disp-step-insn-reloc.exp
8998 * gdb.arch/e500-abi.exp
8999 * gdb.arch/e500-regs.exp
9000 * gdb.arch/ftrace-insn-reloc.exp
9001 * gdb.arch/i386-avx512.exp
9002 * gdb.arch/i386-bp_permanent.exp
9003 * gdb.arch/i386-byte.exp
9004 * gdb.arch/i386-cfi-notcurrent.exp
9005 * gdb.arch/i386-disp-step.exp
9006 * gdb.arch/i386-dr3-watch.exp
9007 * gdb.arch/i386-float.exp
9008 * gdb.arch/i386-gnu-cfi.exp
9009 * gdb.arch/i386-mpx-map.exp
9010 * gdb.arch/i386-mpx-sigsegv.exp
9011 * gdb.arch/i386-mpx-simple_segv.exp
9012 * gdb.arch/i386-mpx.exp
9013 * gdb.arch/i386-permbkpt.exp
9014 * gdb.arch/i386-prologue.exp
9015 * gdb.arch/i386-signal.exp
9016 * gdb.arch/i386-size-overlap.exp
9017 * gdb.arch/i386-unwind.exp
9018 * gdb.arch/i386-word.exp
9019 * gdb.arch/mips-fcr.exp
9020 * gdb.arch/powerpc-d128-regs.exp
9021 * gdb.arch/powerpc-stackless.exp
9022 * gdb.arch/ppc64-atomic-inst.exp
9023 * gdb.arch/s390-stackless.exp
9024 * gdb.arch/s390-tdbregs.exp
9025 * gdb.arch/s390-vregs.exp
9026 * gdb.arch/sparc-sysstep.exp
9027 * gdb.arch/thumb-bx-pc.exp
9028 * gdb.arch/thumb-singlestep.exp
9029 * gdb.arch/thumb2-it.exp
9030 * gdb.arch/vsx-regs.exp
9031 * gdb.asm/asm-source.exp
9032 * gdb.base/a2-run.exp
9033 * gdb.base/advance.exp
9034 * gdb.base/all-bin.exp
9035 * gdb.base/anon.exp
9036 * gdb.base/args.exp
9037 * gdb.base/arithmet.exp
9038 * gdb.base/async-shell.exp
9039 * gdb.base/async.exp
9040 * gdb.base/attach-pie-noexec.exp
9041 * gdb.base/attach-twice.exp
9042 * gdb.base/auto-load.exp
9043 * gdb.base/bang.exp
9044 * gdb.base/bitfields.exp
9045 * gdb.base/break-always.exp
9046 * gdb.base/break-caller-line.exp
9047 * gdb.base/break-entry.exp
9048 * gdb.base/break-inline.exp
9049 * gdb.base/break-on-linker-gcd-function.exp
9050 * gdb.base/break-probes.exp
9051 * gdb.base/break.exp
9052 * gdb.base/breakpoint-shadow.exp
9053 * gdb.base/call-ar-st.exp
9054 * gdb.base/call-sc.exp
9055 * gdb.base/call-signal-resume.exp
9056 * gdb.base/call-strs.exp
9057 * gdb.base/callfuncs.exp
9058 * gdb.base/catch-fork-static.exp
9059 * gdb.base/catch-gdb-caused-signals.exp
9060 * gdb.base/catch-load.exp
9061 * gdb.base/catch-signal-fork.exp
9062 * gdb.base/catch-signal.exp
9063 * gdb.base/catch-syscall.exp
9064 * gdb.base/charset.exp
9065 * gdb.base/checkpoint.exp
9066 * gdb.base/chng-syms.exp
9067 * gdb.base/code-expr.exp
9068 * gdb.base/code_elim.exp
9069 * gdb.base/commands.exp
9070 * gdb.base/completion.exp
9071 * gdb.base/complex.exp
9072 * gdb.base/cond-expr.exp
9073 * gdb.base/condbreak.exp
9074 * gdb.base/consecutive.exp
9075 * gdb.base/continue-all-already-running.exp
9076 * gdb.base/coredump-filter.exp
9077 * gdb.base/corefile.exp
9078 * gdb.base/dbx.exp
9079 * gdb.base/debug-expr.exp
9080 * gdb.base/define.exp
9081 * gdb.base/del.exp
9082 * gdb.base/disabled-location.exp
9083 * gdb.base/disasm-end-cu.exp
9084 * gdb.base/disasm-optim.exp
9085 * gdb.base/display.exp
9086 * gdb.base/duplicate-bp.exp
9087 * gdb.base/ena-dis-br.exp
9088 * gdb.base/ending-run.exp
9089 * gdb.base/enumval.exp
9090 * gdb.base/environ.exp
9091 * gdb.base/eu-strip-infcall.exp
9092 * gdb.base/eval-avoid-side-effects.exp
9093 * gdb.base/eval-skip.exp
9094 * gdb.base/exitsignal.exp
9095 * gdb.base/expand-psymtabs.exp
9096 * gdb.base/filesym.exp
9097 * gdb.base/find-unmapped.exp
9098 * gdb.base/finish.exp
9099 * gdb.base/float.exp
9100 * gdb.base/foll-exec-mode.exp
9101 * gdb.base/foll-exec.exp
9102 * gdb.base/foll-fork.exp
9103 * gdb.base/fortran-sym-case.exp
9104 * gdb.base/freebpcmd.exp
9105 * gdb.base/func-ptr.exp
9106 * gdb.base/func-ptrs.exp
9107 * gdb.base/funcargs.exp
9108 * gdb.base/gcore-buffer-overflow.exp
9109 * gdb.base/gcore-relro-pie.exp
9110 * gdb.base/gcore-relro.exp
9111 * gdb.base/gcore.exp
9112 * gdb.base/gdb1090.exp
9113 * gdb.base/gdb11530.exp
9114 * gdb.base/gdb11531.exp
9115 * gdb.base/gdb1821.exp
9116 * gdb.base/gdbindex-stabs.exp
9117 * gdb.base/gdbvars.exp
9118 * gdb.base/hbreak.exp
9119 * gdb.base/hbreak2.exp
9120 * gdb.base/included.exp
9121 * gdb.base/infcall-input.exp
9122 * gdb.base/inferior-died.exp
9123 * gdb.base/infnan.exp
9124 * gdb.base/info-macros.exp
9125 * gdb.base/info-os.exp
9126 * gdb.base/info-proc.exp
9127 * gdb.base/info-shared.exp
9128 * gdb.base/info-target.exp
9129 * gdb.base/infoline.exp
9130 * gdb.base/interp.exp
9131 * gdb.base/interrupt.exp
9132 * gdb.base/jit-reader.exp
9133 * gdb.base/jit-simple.exp
9134 * gdb.base/kill-after-signal.exp
9135 * gdb.base/kill-detach-inferiors-cmd.exp
9136 * gdb.base/label.exp
9137 * gdb.base/langs.exp
9138 * gdb.base/ldbl_e308.exp
9139 * gdb.base/line-symtabs.exp
9140 * gdb.base/linespecs.exp
9141 * gdb.base/list.exp
9142 * gdb.base/long_long.exp
9143 * gdb.base/longest-types.exp
9144 * gdb.base/maint.exp
9145 * gdb.base/max-value-size.exp
9146 * gdb.base/memattr.exp
9147 * gdb.base/mips_pro.exp
9148 * gdb.base/morestack.exp
9149 * gdb.base/moribund-step.exp
9150 * gdb.base/multi-forks.exp
9151 * gdb.base/nested-addr.exp
9152 * gdb.base/nextoverexit.exp
9153 * gdb.base/noreturn-finish.exp
9154 * gdb.base/noreturn-return.exp
9155 * gdb.base/nostdlib.exp
9156 * gdb.base/offsets.exp
9157 * gdb.base/opaque.exp
9158 * gdb.base/pc-fp.exp
9159 * gdb.base/permissions.exp
9160 * gdb.base/print-symbol-loading.exp
9161 * gdb.base/prologue-include.exp
9162 * gdb.base/psymtab.exp
9163 * gdb.base/ptype.exp
9164 * gdb.base/random-signal.exp
9165 * gdb.base/randomize.exp
9166 * gdb.base/range-stepping.exp
9167 * gdb.base/readline-ask.exp
9168 * gdb.base/recpar.exp
9169 * gdb.base/recurse.exp
9170 * gdb.base/relational.exp
9171 * gdb.base/restore.exp
9172 * gdb.base/return-nodebug.exp
9173 * gdb.base/return.exp
9174 * gdb.base/run-after-attach.exp
9175 * gdb.base/save-bp.exp
9176 * gdb.base/scope.exp
9177 * gdb.base/sect-cmd.exp
9178 * gdb.base/set-lang-auto.exp
9179 * gdb.base/set-noassign.exp
9180 * gdb.base/setvar.exp
9181 * gdb.base/sigall.exp
9182 * gdb.base/sigbpt.exp
9183 * gdb.base/siginfo-addr.exp
9184 * gdb.base/siginfo-infcall.exp
9185 * gdb.base/siginfo-obj.exp
9186 * gdb.base/siginfo.exp
9187 * gdb.base/signals-state-child.exp
9188 * gdb.base/signest.exp
9189 * gdb.base/sigstep.exp
9190 * gdb.base/sizeof.exp
9191 * gdb.base/skip.exp
9192 * gdb.base/solib-corrupted.exp
9193 * gdb.base/solib-nodir.exp
9194 * gdb.base/solib-search.exp
9195 * gdb.base/stack-checking.exp
9196 * gdb.base/stale-infcall.exp
9197 * gdb.base/stap-probe.exp
9198 * gdb.base/start.exp
9199 * gdb.base/step-break.exp
9200 * gdb.base/step-bt.exp
9201 * gdb.base/step-line.exp
9202 * gdb.base/step-over-exit.exp
9203 * gdb.base/step-over-syscall.exp
9204 * gdb.base/step-resume-infcall.exp
9205 * gdb.base/step-test.exp
9206 * gdb.base/store.exp
9207 * gdb.base/structs3.exp
9208 * gdb.base/sym-file.exp
9209 * gdb.base/symbol-without-target_section.exp
9210 * gdb.base/term.exp
9211 * gdb.base/testenv.exp
9212 * gdb.base/ui-redirect.exp
9213 * gdb.base/until.exp
9214 * gdb.base/unwindonsignal.exp
9215 * gdb.base/value-double-free.exp
9216 * gdb.base/vla-datatypes.exp
9217 * gdb.base/vla-ptr.exp
9218 * gdb.base/vla-sideeffect.exp
9219 * gdb.base/volatile.exp
9220 * gdb.base/watch-cond-infcall.exp
9221 * gdb.base/watch-cond.exp
9222 * gdb.base/watch-non-mem.exp
9223 * gdb.base/watch-read.exp
9224 * gdb.base/watch-vfork.exp
9225 * gdb.base/watchpoint-cond-gone.exp
9226 * gdb.base/watchpoint-delete.exp
9227 * gdb.base/watchpoint-hw-hit-once.exp
9228 * gdb.base/watchpoint-hw.exp
9229 * gdb.base/watchpoint-stops-at-right-insn.exp
9230 * gdb.base/watchpoints.exp
9231 * gdb.base/wchar.exp
9232 * gdb.base/whatis-exp.exp
9233 * gdb.btrace/buffer-size.exp
9234 * gdb.btrace/data.exp
9235 * gdb.btrace/delta.exp
9236 * gdb.btrace/dlopen.exp
9237 * gdb.btrace/enable.exp
9238 * gdb.btrace/exception.exp
9239 * gdb.btrace/function_call_history.exp
9240 * gdb.btrace/gcore.exp
9241 * gdb.btrace/instruction_history.exp
9242 * gdb.btrace/nohist.exp
9243 * gdb.btrace/reconnect.exp
9244 * gdb.btrace/record_goto-step.exp
9245 * gdb.btrace/record_goto.exp
9246 * gdb.btrace/rn-dl-bind.exp
9247 * gdb.btrace/segv.exp
9248 * gdb.btrace/step.exp
9249 * gdb.btrace/stepi.exp
9250 * gdb.btrace/tailcall-only.exp
9251 * gdb.btrace/tailcall.exp
9252 * gdb.btrace/tsx.exp
9253 * gdb.btrace/unknown_functions.exp
9254 * gdb.btrace/vdso.exp
9255 * gdb.compile/compile-ifunc.exp
9256 * gdb.compile/compile-ops.exp
9257 * gdb.compile/compile-print.exp
9258 * gdb.compile/compile-setjmp.exp
9259 * gdb.cp/abstract-origin.exp
9260 * gdb.cp/ambiguous.exp
9261 * gdb.cp/annota2.exp
9262 * gdb.cp/annota3.exp
9263 * gdb.cp/anon-ns.exp
9264 * gdb.cp/anon-struct.exp
9265 * gdb.cp/anon-union.exp
9266 * gdb.cp/arg-reference.exp
9267 * gdb.cp/baseenum.exp
9268 * gdb.cp/bool.exp
9269 * gdb.cp/breakpoint.exp
9270 * gdb.cp/bs15503.exp
9271 * gdb.cp/call-c.exp
9272 * gdb.cp/casts.exp
9273 * gdb.cp/chained-calls.exp
9274 * gdb.cp/class2.exp
9275 * gdb.cp/classes.exp
9276 * gdb.cp/cmpd-minsyms.exp
9277 * gdb.cp/converts.exp
9278 * gdb.cp/cp-relocate.exp
9279 * gdb.cp/cpcompletion.exp
9280 * gdb.cp/cpexprs.exp
9281 * gdb.cp/cplabel.exp
9282 * gdb.cp/cplusfuncs.exp
9283 * gdb.cp/cpsizeof.exp
9284 * gdb.cp/ctti.exp
9285 * gdb.cp/derivation.exp
9286 * gdb.cp/destrprint.exp
9287 * gdb.cp/dispcxx.exp
9288 * gdb.cp/enum-class.exp
9289 * gdb.cp/exception.exp
9290 * gdb.cp/exceptprint.exp
9291 * gdb.cp/expand-psymtabs-cxx.exp
9292 * gdb.cp/expand-sals.exp
9293 * gdb.cp/extern-c.exp
9294 * gdb.cp/filename.exp
9295 * gdb.cp/formatted-ref.exp
9296 * gdb.cp/fpointer.exp
9297 * gdb.cp/gdb1355.exp
9298 * gdb.cp/gdb2495.exp
9299 * gdb.cp/hang.exp
9300 * gdb.cp/impl-this.exp
9301 * gdb.cp/infcall-dlopen.exp
9302 * gdb.cp/inherit.exp
9303 * gdb.cp/iostream.exp
9304 * gdb.cp/koenig.exp
9305 * gdb.cp/local.exp
9306 * gdb.cp/m-data.exp
9307 * gdb.cp/m-static.exp
9308 * gdb.cp/mb-ctor.exp
9309 * gdb.cp/mb-inline.exp
9310 * gdb.cp/mb-templates.exp
9311 * gdb.cp/member-name.exp
9312 * gdb.cp/member-ptr.exp
9313 * gdb.cp/meth-typedefs.exp
9314 * gdb.cp/method.exp
9315 * gdb.cp/method2.exp
9316 * gdb.cp/minsym-fallback.exp
9317 * gdb.cp/misc.exp
9318 * gdb.cp/namelessclass.exp
9319 * gdb.cp/namespace-enum.exp
9320 * gdb.cp/namespace-nested-import.exp
9321 * gdb.cp/namespace.exp
9322 * gdb.cp/nextoverthrow.exp
9323 * gdb.cp/no-dmgl-verbose.exp
9324 * gdb.cp/non-trivial-retval.exp
9325 * gdb.cp/noparam.exp
9326 * gdb.cp/nsdecl.exp
9327 * gdb.cp/nsimport.exp
9328 * gdb.cp/nsnested.exp
9329 * gdb.cp/nsnoimports.exp
9330 * gdb.cp/nsrecurs.exp
9331 * gdb.cp/nsstress.exp
9332 * gdb.cp/nsusing.exp
9333 * gdb.cp/operator.exp
9334 * gdb.cp/oranking.exp
9335 * gdb.cp/overload-const.exp
9336 * gdb.cp/overload.exp
9337 * gdb.cp/ovldbreak.exp
9338 * gdb.cp/ovsrch.exp
9339 * gdb.cp/paren-type.exp
9340 * gdb.cp/parse-lang.exp
9341 * gdb.cp/pass-by-ref.exp
9342 * gdb.cp/pr-1023.exp
9343 * gdb.cp/pr-1210.exp
9344 * gdb.cp/pr-574.exp
9345 * gdb.cp/pr10687.exp
9346 * gdb.cp/pr12028.exp
9347 * gdb.cp/pr17132.exp
9348 * gdb.cp/pr17494.exp
9349 * gdb.cp/pr9067.exp
9350 * gdb.cp/pr9167.exp
9351 * gdb.cp/pr9631.exp
9352 * gdb.cp/printmethod.exp
9353 * gdb.cp/psmang.exp
9354 * gdb.cp/psymtab-parameter.exp
9355 * gdb.cp/ptype-cv-cp.exp
9356 * gdb.cp/ptype-flags.exp
9357 * gdb.cp/re-set-overloaded.exp
9358 * gdb.cp/ref-types.exp
9359 * gdb.cp/rtti.exp
9360 * gdb.cp/scope-err.exp
9361 * gdb.cp/shadow.exp
9362 * gdb.cp/smartp.exp
9363 * gdb.cp/static-method.exp
9364 * gdb.cp/static-print-quit.exp
9365 * gdb.cp/temargs.exp
9366 * gdb.cp/templates.exp
9367 * gdb.cp/try_catch.exp
9368 * gdb.cp/typedef-operator.exp
9369 * gdb.cp/typeid.exp
9370 * gdb.cp/userdef.exp
9371 * gdb.cp/using-crash.exp
9372 * gdb.cp/var-tag.exp
9373 * gdb.cp/virtbase.exp
9374 * gdb.cp/virtfunc.exp
9375 * gdb.cp/virtfunc2.exp
9376 * gdb.cp/vla-cxx.exp
9377 * gdb.disasm/t01_mov.exp
9378 * gdb.disasm/t02_mova.exp
9379 * gdb.disasm/t03_add.exp
9380 * gdb.disasm/t04_sub.exp
9381 * gdb.disasm/t05_cmp.exp
9382 * gdb.disasm/t06_ari2.exp
9383 * gdb.disasm/t07_ari3.exp
9384 * gdb.disasm/t08_or.exp
9385 * gdb.disasm/t09_xor.exp
9386 * gdb.disasm/t10_and.exp
9387 * gdb.disasm/t11_logs.exp
9388 * gdb.disasm/t12_bit.exp
9389 * gdb.disasm/t13_otr.exp
9390 * gdb.dlang/circular.exp
9391 * gdb.dwarf2/arr-stride.exp
9392 * gdb.dwarf2/arr-subrange.exp
9393 * gdb.dwarf2/atomic-type.exp
9394 * gdb.dwarf2/bad-regnum.exp
9395 * gdb.dwarf2/bitfield-parent-optimized-out.exp
9396 * gdb.dwarf2/callframecfa.exp
9397 * gdb.dwarf2/clztest.exp
9398 * gdb.dwarf2/corrupt.exp
9399 * gdb.dwarf2/data-loc.exp
9400 * gdb.dwarf2/dup-psym.exp
9401 * gdb.dwarf2/dw2-anon-mptr.exp
9402 * gdb.dwarf2/dw2-anonymous-func.exp
9403 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp
9404 * gdb.dwarf2/dw2-bad-unresolved.exp
9405 * gdb.dwarf2/dw2-basic.exp
9406 * gdb.dwarf2/dw2-canonicalize-type.exp
9407 * gdb.dwarf2/dw2-case-insensitive.exp
9408 * gdb.dwarf2/dw2-common-block.exp
9409 * gdb.dwarf2/dw2-compdir-oldgcc.exp
9410 * gdb.dwarf2/dw2-compressed.exp
9411 * gdb.dwarf2/dw2-const.exp
9412 * gdb.dwarf2/dw2-cp-infcall-ref-static.exp
9413 * gdb.dwarf2/dw2-cu-size.exp
9414 * gdb.dwarf2/dw2-dup-frame.exp
9415 * gdb.dwarf2/dw2-entry-value.exp
9416 * gdb.dwarf2/dw2-icycle.exp
9417 * gdb.dwarf2/dw2-ifort-parameter.exp
9418 * gdb.dwarf2/dw2-inline-break.exp
9419 * gdb.dwarf2/dw2-inline-param.exp
9420 * gdb.dwarf2/dw2-intercu.exp
9421 * gdb.dwarf2/dw2-intermix.exp
9422 * gdb.dwarf2/dw2-lexical-block-bare.exp
9423 * gdb.dwarf2/dw2-linkage-name-trust.exp
9424 * gdb.dwarf2/dw2-minsym-in-cu.exp
9425 * gdb.dwarf2/dw2-noloc.exp
9426 * gdb.dwarf2/dw2-op-call.exp
9427 * gdb.dwarf2/dw2-op-out-param.exp
9428 * gdb.dwarf2/dw2-opt-structptr.exp
9429 * gdb.dwarf2/dw2-param-error.exp
9430 * gdb.dwarf2/dw2-producer.exp
9431 * gdb.dwarf2/dw2-ranges-base.exp
9432 * gdb.dwarf2/dw2-ref-missing-frame.exp
9433 * gdb.dwarf2/dw2-reg-undefined.exp
9434 * gdb.dwarf2/dw2-regno-invalid.exp
9435 * gdb.dwarf2/dw2-restore.exp
9436 * gdb.dwarf2/dw2-restrict.exp
9437 * gdb.dwarf2/dw2-single-line-discriminators.exp
9438 * gdb.dwarf2/dw2-strp.exp
9439 * gdb.dwarf2/dw2-undefined-ret-addr.exp
9440 * gdb.dwarf2/dw2-unresolved.exp
9441 * gdb.dwarf2/dw2-var-zero-addr.exp
9442 * gdb.dwarf2/dw4-sig-types.exp
9443 * gdb.dwarf2/dwz.exp
9444 * gdb.dwarf2/dynarr-ptr.exp
9445 * gdb.dwarf2/enum-type.exp
9446 * gdb.dwarf2/gdb-index.exp
9447 * gdb.dwarf2/implptr-64bit.exp
9448 * gdb.dwarf2/implptr-optimized-out.exp
9449 * gdb.dwarf2/implptr.exp
9450 * gdb.dwarf2/implref-array.exp
9451 * gdb.dwarf2/implref-const.exp
9452 * gdb.dwarf2/implref-global.exp
9453 * gdb.dwarf2/implref-struct.exp
9454 * gdb.dwarf2/mac-fileno.exp
9455 * gdb.dwarf2/main-subprogram.exp
9456 * gdb.dwarf2/member-ptr-forwardref.exp
9457 * gdb.dwarf2/method-ptr.exp
9458 * gdb.dwarf2/missing-sig-type.exp
9459 * gdb.dwarf2/nonvar-access.exp
9460 * gdb.dwarf2/opaque-type-lookup.exp
9461 * gdb.dwarf2/pieces-optimized-out.exp
9462 * gdb.dwarf2/pieces.exp
9463 * gdb.dwarf2/pr10770.exp
9464 * gdb.dwarf2/pr13961.exp
9465 * gdb.dwarf2/staticvirtual.exp
9466 * gdb.dwarf2/subrange.exp
9467 * gdb.dwarf2/symtab-producer.exp
9468 * gdb.dwarf2/trace-crash.exp
9469 * gdb.dwarf2/typeddwarf.exp
9470 * gdb.dwarf2/valop.exp
9471 * gdb.dwarf2/watch-notconst.exp
9472 * gdb.fortran/array-element.exp
9473 * gdb.fortran/charset.exp
9474 * gdb.fortran/common-block.exp
9475 * gdb.fortran/complex.exp
9476 * gdb.fortran/derived-type-function.exp
9477 * gdb.fortran/derived-type.exp
9478 * gdb.fortran/logical.exp
9479 * gdb.fortran/module.exp
9480 * gdb.fortran/multi-dim.exp
9481 * gdb.fortran/nested-funcs.exp
9482 * gdb.fortran/print-formatted.exp
9483 * gdb.fortran/subarray.exp
9484 * gdb.fortran/vla-alloc-assoc.exp
9485 * gdb.fortran/vla-datatypes.exp
9486 * gdb.fortran/vla-history.exp
9487 * gdb.fortran/vla-ptr-info.exp
9488 * gdb.fortran/vla-ptype-sub.exp
9489 * gdb.fortran/vla-ptype.exp
9490 * gdb.fortran/vla-sizeof.exp
9491 * gdb.fortran/vla-type.exp
9492 * gdb.fortran/vla-value-sub-arbitrary.exp
9493 * gdb.fortran/vla-value-sub-finish.exp
9494 * gdb.fortran/vla-value-sub.exp
9495 * gdb.fortran/vla-value.exp
9496 * gdb.fortran/whatis_type.exp
9497 * gdb.go/chan.exp
9498 * gdb.go/handcall.exp
9499 * gdb.go/hello.exp
9500 * gdb.go/integers.exp
9501 * gdb.go/methods.exp
9502 * gdb.go/package.exp
9503 * gdb.go/strings.exp
9504 * gdb.go/types.exp
9505 * gdb.go/unsafe.exp
9506 * gdb.guile/scm-arch.exp
9507 * gdb.guile/scm-block.exp
9508 * gdb.guile/scm-breakpoint.exp
9509 * gdb.guile/scm-cmd.exp
9510 * gdb.guile/scm-disasm.exp
9511 * gdb.guile/scm-equal.exp
9512 * gdb.guile/scm-frame-args.exp
9513 * gdb.guile/scm-frame-inline.exp
9514 * gdb.guile/scm-frame.exp
9515 * gdb.guile/scm-iterator.exp
9516 * gdb.guile/scm-math.exp
9517 * gdb.guile/scm-objfile.exp
9518 * gdb.guile/scm-ports.exp
9519 * gdb.guile/scm-symbol.exp
9520 * gdb.guile/scm-symtab.exp
9521 * gdb.guile/scm-value-cc.exp
9522 * gdb.guile/types-module.exp
9523 * gdb.linespec/break-ask.exp
9524 * gdb.linespec/cpexplicit.exp
9525 * gdb.linespec/explicit.exp
9526 * gdb.linespec/keywords.exp
9527 * gdb.linespec/linespec.exp
9528 * gdb.linespec/ls-dollar.exp
9529 * gdb.linespec/ls-errs.exp
9530 * gdb.linespec/skip-two.exp
9531 * gdb.linespec/thread.exp
9532 * gdb.mi/mi-async.exp
9533 * gdb.mi/mi-basics.exp
9534 * gdb.mi/mi-break.exp
9535 * gdb.mi/mi-catch-load.exp
9536 * gdb.mi/mi-cli.exp
9537 * gdb.mi/mi-cmd-param-changed.exp
9538 * gdb.mi/mi-console.exp
9539 * gdb.mi/mi-detach.exp
9540 * gdb.mi/mi-disassemble.exp
9541 * gdb.mi/mi-eval.exp
9542 * gdb.mi/mi-file-transfer.exp
9543 * gdb.mi/mi-file.exp
9544 * gdb.mi/mi-fill-memory.exp
9545 * gdb.mi/mi-inheritance-syntax-error.exp
9546 * gdb.mi/mi-linespec-err-cp.exp
9547 * gdb.mi/mi-logging.exp
9548 * gdb.mi/mi-memory-changed.exp
9549 * gdb.mi/mi-read-memory.exp
9550 * gdb.mi/mi-record-changed.exp
9551 * gdb.mi/mi-reg-undefined.exp
9552 * gdb.mi/mi-regs.exp
9553 * gdb.mi/mi-return.exp
9554 * gdb.mi/mi-reverse.exp
9555 * gdb.mi/mi-simplerun.exp
9556 * gdb.mi/mi-solib.exp
9557 * gdb.mi/mi-stack.exp
9558 * gdb.mi/mi-stepi.exp
9559 * gdb.mi/mi-syn-frame.exp
9560 * gdb.mi/mi-until.exp
9561 * gdb.mi/mi-var-block.exp
9562 * gdb.mi/mi-var-child.exp
9563 * gdb.mi/mi-var-cmd.exp
9564 * gdb.mi/mi-var-cp.exp
9565 * gdb.mi/mi-var-display.exp
9566 * gdb.mi/mi-var-invalidate.exp
9567 * gdb.mi/mi-var-list-children-invalid-grandchild.exp
9568 * gdb.mi/mi-vla-fortran.exp
9569 * gdb.mi/mi-watch.exp
9570 * gdb.mi/mi2-var-child.exp
9571 * gdb.mi/user-selected-context-sync.exp
9572 * gdb.modula2/unbounded-array.exp
9573 * gdb.multi/dummy-frame-restore.exp
9574 * gdb.multi/multi-arch-exec.exp
9575 * gdb.multi/multi-arch.exp
9576 * gdb.multi/tids.exp
9577 * gdb.multi/watchpoint-multi.exp
9578 * gdb.opencl/callfuncs.exp
9579 * gdb.opencl/convs_casts.exp
9580 * gdb.opencl/datatypes.exp
9581 * gdb.opencl/operators.exp
9582 * gdb.opencl/vec_comps.exp
9583 * gdb.opt/clobbered-registers-O2.exp
9584 * gdb.opt/inline-break.exp
9585 * gdb.opt/inline-bt.exp
9586 * gdb.opt/inline-cmds.exp
9587 * gdb.opt/inline-locals.exp
9588 * gdb.pascal/case-insensitive-symbols.exp
9589 * gdb.pascal/floats.exp
9590 * gdb.pascal/gdb11492.exp
9591 * gdb.python/lib-types.exp
9592 * gdb.python/py-arch.exp
9593 * gdb.python/py-as-string.exp
9594 * gdb.python/py-bad-printers.exp
9595 * gdb.python/py-block.exp
9596 * gdb.python/py-breakpoint-create-fail.exp
9597 * gdb.python/py-breakpoint.exp
9598 * gdb.python/py-caller-is.exp
9599 * gdb.python/py-cmd.exp
9600 * gdb.python/py-explore-cc.exp
9601 * gdb.python/py-explore.exp
9602 * gdb.python/py-finish-breakpoint.exp
9603 * gdb.python/py-finish-breakpoint2.exp
9604 * gdb.python/py-frame-args.exp
9605 * gdb.python/py-frame-inline.exp
9606 * gdb.python/py-frame.exp
9607 * gdb.python/py-framefilter-mi.exp
9608 * gdb.python/py-infthread.exp
9609 * gdb.python/py-lazy-string.exp
9610 * gdb.python/py-linetable.exp
9611 * gdb.python/py-mi-events.exp
9612 * gdb.python/py-mi-objfile.exp
9613 * gdb.python/py-mi.exp
9614 * gdb.python/py-objfile.exp
9615 * gdb.python/py-pp-integral.exp
9616 * gdb.python/py-pp-maint.exp
9617 * gdb.python/py-pp-re-notag.exp
9618 * gdb.python/py-pp-registration.exp
9619 * gdb.python/py-recurse-unwind.exp
9620 * gdb.python/py-strfns.exp
9621 * gdb.python/py-symbol.exp
9622 * gdb.python/py-symtab.exp
9623 * gdb.python/py-sync-interp.exp
9624 * gdb.python/py-typeprint.exp
9625 * gdb.python/py-unwind-maint.exp
9626 * gdb.python/py-unwind.exp
9627 * gdb.python/py-value-cc.exp
9628 * gdb.python/py-xmethods.exp
9629 * gdb.reverse/amd64-tailcall-reverse.exp
9630 * gdb.reverse/break-precsave.exp
9631 * gdb.reverse/break-reverse.exp
9632 * gdb.reverse/consecutive-precsave.exp
9633 * gdb.reverse/consecutive-reverse.exp
9634 * gdb.reverse/finish-precsave.exp
9635 * gdb.reverse/finish-reverse-bkpt.exp
9636 * gdb.reverse/finish-reverse.exp
9637 * gdb.reverse/fstatat-reverse.exp
9638 * gdb.reverse/getresuid-reverse.exp
9639 * gdb.reverse/i386-precsave.exp
9640 * gdb.reverse/i386-reverse.exp
9641 * gdb.reverse/i386-sse-reverse.exp
9642 * gdb.reverse/i387-env-reverse.exp
9643 * gdb.reverse/i387-stack-reverse.exp
9644 * gdb.reverse/insn-reverse.exp
9645 * gdb.reverse/machinestate-precsave.exp
9646 * gdb.reverse/machinestate.exp
9647 * gdb.reverse/next-reverse-bkpt-over-sr.exp
9648 * gdb.reverse/pipe-reverse.exp
9649 * gdb.reverse/readv-reverse.exp
9650 * gdb.reverse/recvmsg-reverse.exp
9651 * gdb.reverse/rerun-prec.exp
9652 * gdb.reverse/s390-mvcle.exp
9653 * gdb.reverse/step-precsave.exp
9654 * gdb.reverse/step-reverse.exp
9655 * gdb.reverse/time-reverse.exp
9656 * gdb.reverse/until-precsave.exp
9657 * gdb.reverse/until-reverse.exp
9658 * gdb.reverse/waitpid-reverse.exp
9659 * gdb.reverse/watch-precsave.exp
9660 * gdb.reverse/watch-reverse.exp
9661 * gdb.rust/generics.exp
9662 * gdb.rust/methods.exp
9663 * gdb.rust/modules.exp
9664 * gdb.rust/simple.exp
9665 * gdb.server/connect-with-no-symbol-file.exp
9666 * gdb.server/ext-attach.exp
9667 * gdb.server/ext-restart.exp
9668 * gdb.server/ext-wrapper.exp
9669 * gdb.server/file-transfer.exp
9670 * gdb.server/server-exec-info.exp
9671 * gdb.server/server-kill.exp
9672 * gdb.server/server-mon.exp
9673 * gdb.server/wrapper.exp
9674 * gdb.stabs/exclfwd.exp
9675 * gdb.stabs/gdb11479.exp
9676 * gdb.threads/clone-new-thread-event.exp
9677 * gdb.threads/corethreads.exp
9678 * gdb.threads/current-lwp-dead.exp
9679 * gdb.threads/dlopen-libpthread.exp
9680 * gdb.threads/gcore-thread.exp
9681 * gdb.threads/sigstep-threads.exp
9682 * gdb.threads/watchpoint-fork.exp
9683 * gdb.trace/actions-changed.exp
9684 * gdb.trace/backtrace.exp
9685 * gdb.trace/change-loc.exp
9686 * gdb.trace/circ.exp
9687 * gdb.trace/collection.exp
9688 * gdb.trace/disconnected-tracing.exp
9689 * gdb.trace/ftrace.exp
9690 * gdb.trace/mi-trace-frame-collected.exp
9691 * gdb.trace/mi-trace-unavailable.exp
9692 * gdb.trace/mi-traceframe-changed.exp
9693 * gdb.trace/mi-tsv-changed.exp
9694 * gdb.trace/no-attach-trace.exp
9695 * gdb.trace/passc-dyn.exp
9696 * gdb.trace/qtro.exp
9697 * gdb.trace/range-stepping.exp
9698 * gdb.trace/read-memory.exp
9699 * gdb.trace/save-trace.exp
9700 * gdb.trace/signal.exp
9701 * gdb.trace/status-stop.exp
9702 * gdb.trace/tfile.exp
9703 * gdb.trace/trace-break.exp
9704 * gdb.trace/trace-buffer-size.exp
9705 * gdb.trace/trace-condition.exp
9706 * gdb.trace/tracefile-pseudo-reg.exp
9707 * gdb.trace/tstatus.exp
9708 * gdb.trace/unavailable.exp
9709 * gdb.trace/while-dyn.exp
9710 * gdb.trace/while-stepping.exp
9711
9712 2016-12-22 Doug Evans <xdje42@gmail.com>
9713
9714 * gdb.base/maint.exp: Update tests for maint print symbols, psymbols
9715 and msymbols.
9716
9717 2016-12-19 Yao Qi <yao.qi@linaro.org>
9718
9719 * gdb.gdb/selftest.exp (do_steps_and_nexts): Remove.
9720 (test_with_self): Don't call do_steps_and_nexts, and remove
9721 code about stepping into xmalloc.
9722
9723 2016-12-09 Yao Qi <yao.qi@linaro.org>
9724
9725 * gdb.base/all-architectures.exp.in: Remove kfail for rx.
9726
9727 2016-12-09 Yao Qi <yao.qi@linaro.org>
9728
9729 * gdb.base/all-architectures.exp.in: Remove kfail for rl78.
9730
9731 2016-12-09 Pedro Alves <palves@redhat.com>
9732
9733 * gdb.base/all-architectures-0.exp: New file.
9734 * gdb.base/all-architectures-1.exp: New file.
9735 * gdb.base/all-architectures-2.exp: New file.
9736 * gdb.base/all-architectures-3.exp: New file.
9737 * gdb.base/all-architectures-4.exp: New file.
9738 * gdb.base/all-architectures-5.exp: New file.
9739 * gdb.base/all-architectures-6.exp: New file.
9740 * gdb.base/all-architectures-7.exp: New file.
9741 * gdb.base/all-architectures.exp.in: New file.
9742
9743 2016-12-09 Yao Qi <yao.qi@linaro.org>
9744
9745 * gdb.perf/skip-prologue.exp: Add parameter COMPILE.
9746
9747 2016-12-02 Luis Machado <lgustavo@codesourcery.com>
9748
9749 * gdb.base/maint.exp: Use gdb_test instead of gdb_test_multiple when
9750 possible.
9751 Remove useless pattern-matching code.
9752
9753 2016-12-02 Pedro Alves <palves@redhat.com>
9754
9755 * gdb.base/commands.exp (user_defined_command_manyargs_test): New
9756 procedure.
9757 (top level): Call it.
9758
9759 2016-12-02 Pedro Alves <palves@redhat.com>
9760
9761 * gdb.base/commands.exp (user_defined_command_args_stack_test):
9762 New procedure.
9763 (top level): Call it.
9764
9765 2016-12-02 Pedro Alves <palves@redhat.com>
9766
9767 PR cli/20559
9768 * gdb.base/commands.exp (user_defined_command_args_eval): New
9769 procedure.
9770 (top level): Call it.
9771
9772 2016-12-02 Luis Machado <lgustavo@codesourcery.com>
9773
9774 * gdb.base/ovldbreak.exp (take_gdb_out_of_choice_menu): Restore
9775 timeout handling.
9776
9777 2016-12-02 Tom Tromey <tom@tromey.com>
9778
9779 * gdb.dwarf2/main-subprogram.c: New file.
9780 * gdb.dwarf2/main-subprogram.exp: New file.
9781
9782 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
9783
9784 * gdb.base/maint.exp: Remove timeout handling for gdb_test_multiple.
9785 * gdb.cp/gdb2495.exp: Likewise and convert gdb_test_multiple into
9786 gdb_test_no_output for a couple of cases.
9787 * gdb.cp/ovldbreak.exp: Remove timeout handling for gdb_test_multiple.
9788
9789 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
9790
9791 Fix test names and standardize compilation error messages throughout
9792 the following files:
9793
9794 * gdb.ada/start.exp
9795 * gdb.arch/alpha-step.exp
9796 * gdb.arch/e500-prologue.exp
9797 * gdb.arch/ftrace-insn-reloc.exp
9798 * gdb.arch/gdb1291.exp
9799 * gdb.arch/gdb1431.exp
9800 * gdb.arch/gdb1558.exp
9801 * gdb.arch/i386-dr3-watch.exp
9802 * gdb.arch/i386-sse-stack-align.exp
9803 * gdb.arch/ia64-breakpoint-shadow.exp
9804 * gdb.arch/pa-nullify.exp
9805 * gdb.arch/powerpc-aix-prologue.exp
9806 * gdb.arch/thumb-bx-pc.exp
9807 * gdb.base/annota1.exp
9808 * gdb.base/annota3.exp
9809 * gdb.base/arrayidx.exp
9810 * gdb.base/assign.exp
9811 * gdb.base/attach.exp
9812 * gdb.base/auxv.exp
9813 * gdb.base/bang.exp
9814 * gdb.base/bfp-test.exp
9815 * gdb.base/bigcore.exp
9816 * gdb.base/bitfields2.exp
9817 * gdb.base/break-fun-addr.exp
9818 * gdb.base/break-probes.exp
9819 * gdb.base/call-rt-st.exp
9820 * gdb.base/callexit.exp
9821 * gdb.base/catch-fork-kill.exp
9822 * gdb.base/charset.exp
9823 * gdb.base/checkpoint.exp
9824 * gdb.base/comprdebug.exp
9825 * gdb.base/constvars.exp
9826 * gdb.base/coredump-filter.exp
9827 * gdb.base/cursal.exp
9828 * gdb.base/cvexpr.exp
9829 * gdb.base/detach.exp
9830 * gdb.base/display.exp
9831 * gdb.base/dmsym.exp
9832 * gdb.base/dprintf-pending.exp
9833 * gdb.base/dso2dso.exp
9834 * gdb.base/dtrace-probe.exp
9835 * gdb.base/dump.exp
9836 * gdb.base/enum_cond.exp
9837 * gdb.base/exe-lock.exp
9838 * gdb.base/exec-invalid-sysroot.exp
9839 * gdb.base/execl-update-breakpoints.exp
9840 * gdb.base/exprs.exp
9841 * gdb.base/fileio.exp
9842 * gdb.base/find.exp
9843 * gdb.base/finish.exp
9844 * gdb.base/fixsection.exp
9845 * gdb.base/foll-vfork.exp
9846 * gdb.base/frame-args.exp
9847 * gdb.base/gcore.exp
9848 * gdb.base/gdb1250.exp
9849 * gdb.base/global-var-nested-by-dso.exp
9850 * gdb.base/gnu-ifunc.exp
9851 * gdb.base/hashline1.exp
9852 * gdb.base/hashline2.exp
9853 * gdb.base/hashline3.exp
9854 * gdb.base/hbreak-in-shr-unsupported.exp
9855 * gdb.base/huge.exp
9856 * gdb.base/infcall-input.exp
9857 * gdb.base/info-fun.exp
9858 * gdb.base/info-shared.exp
9859 * gdb.base/jit-simple.exp
9860 * gdb.base/jit-so.exp
9861 * gdb.base/jit.exp
9862 * gdb.base/jump.exp
9863 * gdb.base/label.exp
9864 * gdb.base/lineinc.exp
9865 * gdb.base/logical.exp
9866 * gdb.base/longjmp.exp
9867 * gdb.base/macscp.exp
9868 * gdb.base/miscexprs.exp
9869 * gdb.base/new-ui-echo.exp
9870 * gdb.base/new-ui-pending-input.exp
9871 * gdb.base/new-ui.exp
9872 * gdb.base/nodebug.exp
9873 * gdb.base/nofield.exp
9874 * gdb.base/offsets.exp
9875 * gdb.base/overlays.exp
9876 * gdb.base/pending.exp
9877 * gdb.base/pointers.exp
9878 * gdb.base/pr11022.exp
9879 * gdb.base/printcmds.exp
9880 * gdb.base/prologue.exp
9881 * gdb.base/ptr-typedef.exp
9882 * gdb.base/realname-expand.exp
9883 * gdb.base/relativedebug.exp
9884 * gdb.base/relocate.exp
9885 * gdb.base/remote.exp
9886 * gdb.base/reread.exp
9887 * gdb.base/return2.exp
9888 * gdb.base/savedregs.exp
9889 * gdb.base/sep.exp
9890 * gdb.base/sepdebug.exp
9891 * gdb.base/sepsymtab.exp
9892 * gdb.base/set-inferior-tty.exp
9893 * gdb.base/setshow.exp
9894 * gdb.base/shlib-call.exp
9895 * gdb.base/sigaltstack.exp
9896 * gdb.base/siginfo-addr.exp
9897 * gdb.base/signals.exp
9898 * gdb.base/signull.exp
9899 * gdb.base/sigrepeat.exp
9900 * gdb.base/so-impl-ld.exp
9901 * gdb.base/solib-display.exp
9902 * gdb.base/solib-overlap.exp
9903 * gdb.base/solib-search.exp
9904 * gdb.base/solib-symbol.exp
9905 * gdb.base/structs.exp
9906 * gdb.base/structs2.exp
9907 * gdb.base/symtab-search-order.exp
9908 * gdb.base/twice.exp
9909 * gdb.base/unload.exp
9910 * gdb.base/varargs.exp
9911 * gdb.base/watchpoint-solib.exp
9912 * gdb.base/watchpoint.exp
9913 * gdb.base/whatis.exp
9914 * gdb.base/wrong_frame_bt_full.exp
9915 * gdb.btrace/dlopen.exp
9916 * gdb.cell/ea-standalone.exp
9917 * gdb.cell/ea-test.exp
9918 * gdb.cp/dispcxx.exp
9919 * gdb.cp/gdb2384.exp
9920 * gdb.cp/method2.exp
9921 * gdb.cp/nextoverthrow.exp
9922 * gdb.cp/pr10728.exp
9923 * gdb.disasm/am33.exp
9924 * gdb.disasm/h8300s.exp
9925 * gdb.disasm/mn10300.exp
9926 * gdb.disasm/sh3.exp
9927 * gdb.dwarf2/dw2-dir-file-name.exp
9928 * gdb.fortran/complex.exp
9929 * gdb.fortran/library-module.exp
9930 * gdb.guile/scm-pretty-print.exp
9931 * gdb.guile/scm-symbol.exp
9932 * gdb.guile/scm-type.exp
9933 * gdb.guile/scm-value.exp
9934 * gdb.linespec/linespec.exp
9935 * gdb.mi/gdb701.exp
9936 * gdb.mi/gdb792.exp
9937 * gdb.mi/mi-breakpoint-changed.exp
9938 * gdb.mi/mi-dprintf-pending.exp
9939 * gdb.mi/mi-dprintf.exp
9940 * gdb.mi/mi-exit-code.exp
9941 * gdb.mi/mi-pending.exp
9942 * gdb.mi/mi-solib.exp
9943 * gdb.mi/new-ui-mi-sync.exp
9944 * gdb.mi/pr11022.exp
9945 * gdb.mi/user-selected-context-sync.exp
9946 * gdb.opt/solib-intra-step.exp
9947 * gdb.python/py-events.exp
9948 * gdb.python/py-finish-breakpoint.exp
9949 * gdb.python/py-mi.exp
9950 * gdb.python/py-prettyprint.exp
9951 * gdb.python/py-shared.exp
9952 * gdb.python/py-symbol.exp
9953 * gdb.python/py-template.exp
9954 * gdb.python/py-type.exp
9955 * gdb.python/py-value.exp
9956 * gdb.reverse/solib-precsave.exp
9957 * gdb.reverse/solib-reverse.exp
9958 * gdb.server/solib-list.exp
9959 * gdb.stabs/weird.exp
9960 * gdb.threads/reconnect-signal.exp
9961 * gdb.threads/stepi-random-signal.exp
9962 * gdb.trace/actions.exp
9963 * gdb.trace/ax.exp
9964 * gdb.trace/backtrace.exp
9965 * gdb.trace/change-loc.exp
9966 * gdb.trace/deltrace.exp
9967 * gdb.trace/ftrace-lock.exp
9968 * gdb.trace/ftrace.exp
9969 * gdb.trace/infotrace.exp
9970 * gdb.trace/mi-tracepoint-changed.exp
9971 * gdb.trace/packetlen.exp
9972 * gdb.trace/passcount.exp
9973 * gdb.trace/pending.exp
9974 * gdb.trace/range-stepping.exp
9975 * gdb.trace/report.exp
9976 * gdb.trace/stap-trace.exp
9977 * gdb.trace/tfind.exp
9978 * gdb.trace/trace-break.exp
9979 * gdb.trace/trace-condition.exp
9980 * gdb.trace/trace-enable-disable.exp
9981 * gdb.trace/trace-mt.exp
9982 * gdb.trace/tracecmd.exp
9983 * gdb.trace/tspeed.exp
9984 * gdb.trace/tsv.exp
9985 * lib/perftest.exp
9986
9987 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
9988
9989 * gdb.cp/gdb2495.exp: Replace gdb_test_multiple
9990 with gdb_test_no_output.
9991 Use command as test name.
9992
9993 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
9994
9995 Fix test names starting with uppercase throughout the files.
9996
9997 * gdb.ada/assign_1.exp
9998 * gdb.ada/boolean_expr.exp
9999 * gdb.base/arrayidx.exp
10000 * gdb.base/del.exp
10001 * gdb.base/gcore-buffer-overflow.exp
10002 * gdb.base/testenv.exp
10003 * gdb.compile/compile.exp
10004 * gdb.python/py-framefilter-invalidarg.exp
10005 * gdb.python/py-framefilter.exp
10006
10007 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
10008
10009 Fix test names starting with uppercase throughout the files.
10010
10011 * gdb.ada/array_return.exp
10012 * gdb.ada/expr_delims.exp
10013 * gdb.ada/mi_dyn_arr.exp
10014 * gdb.ada/mi_interface.exp
10015 * gdb.ada/mi_var_array.exp
10016 * gdb.ada/watch_arg.exp
10017 * gdb.arch/alpha-step.exp
10018 * gdb.arch/altivec-regs.exp
10019 * gdb.arch/e500-regs.exp
10020 * gdb.arch/powerpc-d128-regs.exp
10021 * gdb.base/arrayidx.exp
10022 * gdb.base/break.exp
10023 * gdb.base/checkpoint.exp
10024 * gdb.base/debug-expr.exp
10025 * gdb.base/dmsym.exp
10026 * gdb.base/radix.exp
10027 * gdb.base/sepdebug.exp
10028 * gdb.base/testenv.exp
10029 * gdb.base/watch_thread_num.exp
10030 * gdb.base/watchpoint-cond-gone.exp
10031 * gdb.cell/break.exp
10032 * gdb.cell/ea-cache.exp
10033 * gdb.compile/compile.exp
10034 * gdb.cp/gdb2495.exp
10035 * gdb.gdb/selftest.exp
10036 * gdb.gdb/xfullpath.exp
10037 * gdb.go/hello.exp
10038 * gdb.go/integers.exp
10039 * gdb.objc/basicclass.exp
10040 * gdb.pascal/hello.exp
10041 * gdb.pascal/integers.exp
10042 * gdb.python/py-breakpoint.exp
10043 * gdb.python/py-cmd.exp
10044 * gdb.python/py-linetable.exp
10045 * gdb.python/py-xmethods.exp
10046 * gdb.python/python.exp
10047 * gdb.reverse/consecutive-precsave.exp
10048 * gdb.reverse/finish-precsave.exp
10049 * gdb.reverse/i386-precsave.exp
10050 * gdb.reverse/machinestate-precsave.exp
10051 * gdb.reverse/sigall-precsave.exp
10052 * gdb.reverse/solib-precsave.exp
10053 * gdb.reverse/step-precsave.exp
10054 * gdb.reverse/until-precsave.exp
10055 * gdb.reverse/watch-precsave.exp
10056 * gdb.threads/leader-exit.exp
10057 * gdb.threads/pthreads.exp
10058 * gdb.threads/wp-replication.exp
10059 * gdb.trace/actions.exp
10060 * gdb.trace/mi-tsv-changed.exp
10061 * gdb.trace/tsv.exp
10062
10063 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
10064
10065 Fix test names starting with uppercase throughout the files.
10066
10067 * gdb.arch/i386-bp_permanent.exp
10068 * gdb.arch/i386-gnu-cfi.exp
10069 * gdb.base/disasm-end-cu.exp
10070 * gdb.base/macscp.exp
10071 * gdb.base/pending.exp
10072 * gdb.base/watch_thread_num.exp
10073 * gdb.cp/exception.exp
10074 * gdb.cp/gdb2495.exp
10075 * gdb.cp/local.exp
10076 * gdb.python/py-evsignal.exp
10077 * gdb.python/python.exp
10078 * gdb.trace/tracecmd.exp
10079
10080 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
10081
10082 Fix test names starting with uppercase throughout the files.
10083
10084 * gdb.base/charset.exp
10085 * gdb.base/eval.exp
10086 * gdb.base/multi-forks.exp
10087 * gdb.guile/scm-progspace.exp
10088 * gdb.opencl/datatypes.exp
10089 * gdb.python/py-block.exp
10090 * gdb.python/py-function.exp
10091 * gdb.python/py-symbol.exp
10092 * gdb.python/py-symtab.exp
10093 * gdb.python/py-xmethods.exp
10094 * gdb.reverse/break-precsave.exp
10095 * gdb.reverse/break-reverse.exp
10096 * gdb.reverse/consecutive-precsave.exp
10097 * gdb.reverse/consecutive-reverse.exp
10098 * gdb.reverse/finish-precsave.exp
10099 * gdb.reverse/finish-reverse-bkpt.exp
10100 * gdb.reverse/finish-reverse.exp
10101 * gdb.reverse/fstatat-reverse.exp
10102 * gdb.reverse/getresuid-reverse.exp
10103 * gdb.reverse/i386-precsave.exp
10104 * gdb.reverse/i386-reverse.exp
10105 * gdb.reverse/i386-sse-reverse.exp
10106 * gdb.reverse/i387-stack-reverse.exp
10107 * gdb.reverse/insn-reverse.exp
10108 * gdb.reverse/machinestate-precsave.exp
10109 * gdb.reverse/machinestate.exp
10110 * gdb.reverse/next-reverse-bkpt-over-sr.exp
10111 * gdb.reverse/pipe-reverse.exp
10112 * gdb.reverse/readv-reverse.exp
10113 * gdb.reverse/recvmsg-reverse.exp
10114 * gdb.reverse/rerun-prec.exp
10115 * gdb.reverse/s390-mvcle.exp
10116 * gdb.reverse/sigall-precsave.exp
10117 * gdb.reverse/sigall-reverse.exp
10118 * gdb.reverse/solib-precsave.exp
10119 * gdb.reverse/solib-reverse.exp
10120 * gdb.reverse/step-precsave.exp
10121 * gdb.reverse/step-reverse.exp
10122 * gdb.reverse/time-reverse.exp
10123 * gdb.reverse/until-precsave.exp
10124 * gdb.reverse/until-reverse.exp
10125 * gdb.reverse/waitpid-reverse.exp
10126 * gdb.reverse/watch-precsave.exp
10127 * gdb.reverse/watch-reverse.exp
10128
10129 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
10130
10131 Fix test names starting with uppercase throughout the files.
10132
10133 * gdb.arch/i386-mpx-simple_segv.exp
10134 * gdb.arch/i386-mpx.exp
10135 * gdb.arch/i386-permbkpt.exp
10136 * gdb.arch/pa-nullify.exp
10137 * gdb.arch/powerpc-d128-regs.exp
10138 * gdb.arch/vsx-regs.exp
10139 * gdb.base/bfp-test.exp
10140 * gdb.base/break.exp
10141 * gdb.base/breakpoint-shadow.exp
10142 * gdb.base/callfuncs.exp
10143 * gdb.base/charset.exp
10144 * gdb.base/commands.exp
10145 * gdb.base/completion.exp
10146 * gdb.base/dfp-test.exp
10147 * gdb.base/echo.exp
10148 * gdb.base/ending-run.exp
10149 * gdb.base/eval.exp
10150 * gdb.base/expand-psymtabs.exp
10151 * gdb.base/float128.exp
10152 * gdb.base/floatn.exp
10153 * gdb.base/foll-exec-mode.exp
10154 * gdb.base/gdb1056.exp
10155 * gdb.base/gdb11531.exp
10156 * gdb.base/kill-after-signal.exp
10157 * gdb.base/multi-forks.exp
10158 * gdb.base/overlays.exp
10159 * gdb.base/pending.exp
10160 * gdb.base/sepdebug.exp
10161 * gdb.base/testenv.exp
10162 * gdb.base/valgrind-db-attach.exp
10163 * gdb.base/watch_thread_num.exp
10164 * gdb.base/watchpoint-cond-gone.exp
10165 * gdb.base/watchpoint.exp
10166 * gdb.base/watchpoints.exp
10167 * gdb.cp/arg-reference.exp
10168 * gdb.cp/baseenum.exp
10169 * gdb.cp/operator.exp
10170 * gdb.cp/shadow.exp
10171 * gdb.dwarf2/dw2-op-out-param.exp
10172 * gdb.dwarf2/dw2-reg-undefined.exp
10173 * gdb.go/chan.exp
10174 * gdb.go/hello.exp
10175 * gdb.go/integers.exp
10176 * gdb.go/methods.exp
10177 * gdb.go/package.exp
10178 * gdb.guile/scm-parameter.exp
10179 * gdb.guile/scm-progspace.exp
10180 * gdb.guile/scm-value.exp
10181 * gdb.mi/mi-pending.exp
10182 * gdb.mi/user-selected-context-sync.exp
10183 * gdb.multi/multi-attach.exp
10184 * gdb.multi/tids.exp
10185 * gdb.opt/clobbered-registers-O2.exp
10186 * gdb.pascal/floats.exp
10187 * gdb.pascal/integers.exp
10188 * gdb.python/py-block.exp
10189 * gdb.python/py-events.exp
10190 * gdb.python/py-parameter.exp
10191 * gdb.python/py-symbol.exp
10192 * gdb.python/py-symtab.exp
10193 * gdb.python/py-type.exp
10194 * gdb.python/py-value.exp
10195 * gdb.python/py-xmethods.exp
10196 * gdb.python/python.exp
10197 * gdb.reverse/break-precsave.exp
10198 * gdb.reverse/consecutive-precsave.exp
10199 * gdb.reverse/finish-precsave.exp
10200 * gdb.reverse/i386-precsave.exp
10201 * gdb.reverse/machinestate-precsave.exp
10202 * gdb.reverse/sigall-precsave.exp
10203 * gdb.reverse/solib-precsave.exp
10204 * gdb.reverse/step-precsave.exp
10205 * gdb.reverse/until-precsave.exp
10206 * gdb.reverse/watch-precsave.exp
10207 * gdb.server/ext-attach.exp
10208 * gdb.server/ext-restart.exp
10209 * gdb.server/ext-run.exp
10210 * gdb.server/ext-wrapper.exp
10211 * gdb.stabs/gdb11479.exp
10212 * gdb.stabs/weird.exp
10213 * gdb.threads/attach-many-short-lived-threads.exp
10214 * gdb.threads/kill.exp
10215 * gdb.threads/watchpoint-fork.exp
10216
10217 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
10218
10219 Fix test names starting with uppercase throughout all the files below.
10220
10221 * gdb.ada/array_return.exp
10222 * gdb.ada/catch_ex.exp
10223 * gdb.ada/info_exc.exp
10224 * gdb.ada/mi_catch_ex.exp
10225 * gdb.ada/mi_dyn_arr.exp
10226 * gdb.ada/mi_ex_cond.exp
10227 * gdb.ada/mi_exc_info.exp
10228 * gdb.ada/mi_interface.exp
10229 * gdb.ada/mi_task_arg.exp
10230 * gdb.ada/mi_task_info.exp
10231 * gdb.ada/mi_var_array.exp
10232 * gdb.arch/alpha-step.exp
10233 * gdb.arch/amd64-disp-step.exp
10234 * gdb.arch/arm-disp-step.exp
10235 * gdb.arch/disp-step-insn-reloc.exp
10236 * gdb.arch/e500-prologue.exp
10237 * gdb.arch/ftrace-insn-reloc.exp
10238 * gdb.arch/gdb1558.exp
10239 * gdb.arch/i386-bp_permanent.exp
10240 * gdb.arch/i386-disp-step.exp
10241 * gdb.arch/i386-float.exp
10242 * gdb.arch/i386-gnu-cfi.exp
10243 * gdb.arch/ia64-breakpoint-shadow.exp
10244 * gdb.arch/mips16-thunks.exp
10245 * gdb.arch/pa-nullify.exp
10246 * gdb.arch/powerpc-aix-prologue.exp
10247 * gdb.arch/powerpc-power.exp
10248 * gdb.arch/ppc-dfp.exp
10249 * gdb.arch/s390-tdbregs.exp
10250 * gdb.arch/spu-info.exp
10251 * gdb.arch/spu-ls.exp
10252 * gdb.arch/thumb-bx-pc.exp
10253 * gdb.base/advance.exp
10254 * gdb.base/annota-input-while-running.exp
10255 * gdb.base/arrayidx.exp
10256 * gdb.base/asmlabel.exp
10257 * gdb.base/async.exp
10258 * gdb.base/attach-wait-input.exp
10259 * gdb.base/auto-connect-native-target.exp
10260 * gdb.base/batch-preserve-term-settings.exp
10261 * gdb.base/bfp-test.exp
10262 * gdb.base/bigcore.exp
10263 * gdb.base/bp-permanent.exp
10264 * gdb.base/break-always.exp
10265 * gdb.base/break-fun-addr.exp
10266 * gdb.base/break-idempotent.exp
10267 * gdb.base/break-main-file-remove-fail.exp
10268 * gdb.base/break-probes.exp
10269 * gdb.base/break-unload-file.exp
10270 * gdb.base/break.exp
10271 * gdb.base/call-ar-st.exp
10272 * gdb.base/call-rt-st.exp
10273 * gdb.base/call-sc.exp
10274 * gdb.base/call-signal-resume.exp
10275 * gdb.base/call-strs.exp
10276 * gdb.base/callexit.exp
10277 * gdb.base/callfuncs.exp
10278 * gdb.base/catch-gdb-caused-signals.exp
10279 * gdb.base/catch-signal-siginfo-cond.exp
10280 * gdb.base/catch-syscall.exp
10281 * gdb.base/compare-sections.exp
10282 * gdb.base/cond-eval-mode.exp
10283 * gdb.base/condbreak-call-false.exp
10284 * gdb.base/consecutive-step-over.exp
10285 * gdb.base/cursal.exp
10286 * gdb.base/disabled-location.exp
10287 * gdb.base/disasm-end-cu.exp
10288 * gdb.base/display.exp
10289 * gdb.base/double-prompt-target-event-error.exp
10290 * gdb.base/dprintf-bp-same-addr.exp
10291 * gdb.base/dprintf-detach.exp
10292 * gdb.base/dprintf-next.exp
10293 * gdb.base/dprintf-non-stop.exp
10294 * gdb.base/dprintf-pending.exp
10295 * gdb.base/dso2dso.exp
10296 * gdb.base/ending-run.exp
10297 * gdb.base/enum_cond.exp
10298 * gdb.base/examine-backward.exp
10299 * gdb.base/exe-lock.exp
10300 * gdb.base/exec-invalid-sysroot.exp
10301 * gdb.base/execl-update-breakpoints.exp
10302 * gdb.base/execution-termios.exp
10303 * gdb.base/fileio.exp
10304 * gdb.base/fixsection.exp
10305 * gdb.base/foll-exec-mode.exp
10306 * gdb.base/foll-exec.exp
10307 * gdb.base/fork-running-state.exp
10308 * gdb.base/frame-args.exp
10309 * gdb.base/fullpath-expand.exp
10310 * gdb.base/func-ptr.exp
10311 * gdb.base/gcore-relro-pie.exp
10312 * gdb.base/gdb1090.exp
10313 * gdb.base/gdb1555.exp
10314 * gdb.base/global-var-nested-by-dso.exp
10315 * gdb.base/gnu-ifunc.exp
10316 * gdb.base/hbreak-in-shr-unsupported.exp
10317 * gdb.base/hbreak-unmapped.exp
10318 * gdb.base/hook-stop.exp
10319 * gdb.base/infcall-input.exp
10320 * gdb.base/info-fun.exp
10321 * gdb.base/info-shared.exp
10322 * gdb.base/interrupt-noterm.exp
10323 * gdb.base/jit-so.exp
10324 * gdb.base/jit.exp
10325 * gdb.base/line-symtabs.exp
10326 * gdb.base/list.exp
10327 * gdb.base/longjmp.exp
10328 * gdb.base/macscp.exp
10329 * gdb.base/max-value-size.exp
10330 * gdb.base/nodebug.exp
10331 * gdb.base/nofield.exp
10332 * gdb.base/overlays.exp
10333 * gdb.base/paginate-after-ctrl-c-running.exp
10334 * gdb.base/paginate-bg-execution.exp
10335 * gdb.base/paginate-inferior-exit.exp
10336 * gdb.base/pending.exp
10337 * gdb.base/pr11022.exp
10338 * gdb.base/printcmds.exp
10339 * gdb.base/ptr-typedef.exp
10340 * gdb.base/ptype.exp
10341 * gdb.base/randomize.exp
10342 * gdb.base/range-stepping.exp
10343 * gdb.base/realname-expand.exp
10344 * gdb.base/relativedebug.exp
10345 * gdb.base/remote.exp
10346 * gdb.base/savedregs.exp
10347 * gdb.base/sepdebug.exp
10348 * gdb.base/set-noassign.exp
10349 * gdb.base/shlib-call.exp
10350 * gdb.base/shreloc.exp
10351 * gdb.base/sigaltstack.exp
10352 * gdb.base/sigbpt.exp
10353 * gdb.base/siginfo-addr.exp
10354 * gdb.base/siginfo-obj.exp
10355 * gdb.base/siginfo-thread.exp
10356 * gdb.base/signest.exp
10357 * gdb.base/signull.exp
10358 * gdb.base/sigrepeat.exp
10359 * gdb.base/skip.exp
10360 * gdb.base/so-impl-ld.exp
10361 * gdb.base/solib-corrupted.exp
10362 * gdb.base/solib-disc.exp
10363 * gdb.base/solib-display.exp
10364 * gdb.base/solib-overlap.exp
10365 * gdb.base/solib-search.exp
10366 * gdb.base/solib-symbol.exp
10367 * gdb.base/source-execution.exp
10368 * gdb.base/sss-bp-on-user-bp-2.exp
10369 * gdb.base/sss-bp-on-user-bp.exp
10370 * gdb.base/stack-checking.exp
10371 * gdb.base/stale-infcall.exp
10372 * gdb.base/step-break.exp
10373 * gdb.base/step-line.exp
10374 * gdb.base/step-over-exit.exp
10375 * gdb.base/step-test.exp
10376 * gdb.base/structs.exp
10377 * gdb.base/sym-file.exp
10378 * gdb.base/symtab-search-order.exp
10379 * gdb.base/term.exp
10380 * gdb.base/type-opaque.exp
10381 * gdb.base/unload.exp
10382 * gdb.base/until-nodebug.exp
10383 * gdb.base/until.exp
10384 * gdb.base/unwindonsignal.exp
10385 * gdb.base/watch-cond.exp
10386 * gdb.base/watch-non-mem.exp
10387 * gdb.base/watch_thread_num.exp
10388 * gdb.base/watchpoint-reuse-slot.exp
10389 * gdb.base/watchpoint-solib.exp
10390 * gdb.base/watchpoint.exp
10391 * gdb.btrace/dlopen.exp
10392 * gdb.cell/arch.exp
10393 * gdb.cell/break.exp
10394 * gdb.cell/bt.exp
10395 * gdb.cell/core.exp
10396 * gdb.cell/data.exp
10397 * gdb.cell/dwarfaddr.exp
10398 * gdb.cell/ea-cache.exp
10399 * gdb.cell/ea-standalone.exp
10400 * gdb.cell/ea-test.exp
10401 * gdb.cell/f-regs.exp
10402 * gdb.cell/fork.exp
10403 * gdb.cell/gcore.exp
10404 * gdb.cell/mem-access.exp
10405 * gdb.cell/ptype.exp
10406 * gdb.cell/registers.exp
10407 * gdb.cell/sizeof.exp
10408 * gdb.cell/solib-symbol.exp
10409 * gdb.cell/solib.exp
10410 * gdb.compile/compile-tls.exp
10411 * gdb.cp/exception.exp
10412 * gdb.cp/gdb2495.exp
10413 * gdb.cp/local.exp
10414 * gdb.cp/mb-inline.exp
10415 * gdb.cp/mb-templates.exp
10416 * gdb.cp/pr10687.exp
10417 * gdb.cp/pr9167.exp
10418 * gdb.cp/scope-err.exp
10419 * gdb.cp/templates.exp
10420 * gdb.cp/virtfunc.exp
10421 * gdb.dwarf2/dw2-dir-file-name.exp
10422 * gdb.dwarf2/dw2-single-line-discriminators.exp
10423 * gdb.fortran/complex.exp
10424 * gdb.fortran/library-module.exp
10425 * gdb.guile/guile.exp
10426 * gdb.guile/scm-cmd.exp
10427 * gdb.guile/scm-frame-inline.exp
10428 * gdb.guile/scm-objfile.exp
10429 * gdb.guile/scm-pretty-print.exp
10430 * gdb.guile/scm-symbol.exp
10431 * gdb.guile/scm-type.exp
10432 * gdb.guile/scm-value.exp
10433 * gdb.linespec/keywords.exp
10434 * gdb.linespec/ls-errs.exp
10435 * gdb.linespec/macro-relative.exp
10436 * gdb.linespec/thread.exp
10437 * gdb.mi/mi-breakpoint-changed.exp
10438 * gdb.mi/mi-dprintf-pending.exp
10439 * gdb.mi/mi-fullname-deleted.exp
10440 * gdb.mi/mi-logging.exp
10441 * gdb.mi/mi-pending.exp
10442 * gdb.mi/mi-solib.exp
10443 * gdb.mi/new-ui-mi-sync.exp
10444 * gdb.mi/user-selected-context-sync.exp
10445 * gdb.multi/dummy-frame-restore.exp
10446 * gdb.multi/multi-arch-exec.exp
10447 * gdb.multi/remove-inferiors.exp
10448 * gdb.multi/watchpoint-multi-exit.exp
10449 * gdb.opt/solib-intra-step.exp
10450 * gdb.perf/backtrace.exp
10451 * gdb.perf/single-step.exp
10452 * gdb.perf/skip-command.exp
10453 * gdb.perf/skip-prologue.exp
10454 * gdb.perf/solib.exp
10455 * gdb.python/lib-types.exp
10456 * gdb.python/py-as-string.exp
10457 * gdb.python/py-bad-printers.exp
10458 * gdb.python/py-block.exp
10459 * gdb.python/py-breakpoint.exp
10460 * gdb.python/py-cmd.exp
10461 * gdb.python/py-events.exp
10462 * gdb.python/py-evthreads.exp
10463 * gdb.python/py-finish-breakpoint.exp
10464 * gdb.python/py-finish-breakpoint2.exp
10465 * gdb.python/py-frame-inline.exp
10466 * gdb.python/py-frame.exp
10467 * gdb.python/py-inferior.exp
10468 * gdb.python/py-infthread.exp
10469 * gdb.python/py-mi.exp
10470 * gdb.python/py-objfile.exp
10471 * gdb.python/py-pp-maint.exp
10472 * gdb.python/py-pp-registration.exp
10473 * gdb.python/py-prettyprint.exp
10474 * gdb.python/py-recurse-unwind.exp
10475 * gdb.python/py-shared.exp
10476 * gdb.python/py-symbol.exp
10477 * gdb.python/py-symtab.exp
10478 * gdb.python/py-template.exp
10479 * gdb.python/py-type.exp
10480 * gdb.python/py-unwind-maint.exp
10481 * gdb.python/py-unwind.exp
10482 * gdb.python/py-value.exp
10483 * gdb.python/python.exp
10484 * gdb.reverse/finish-reverse-bkpt.exp
10485 * gdb.reverse/insn-reverse.exp
10486 * gdb.reverse/next-reverse-bkpt-over-sr.exp
10487 * gdb.reverse/solib-precsave.exp
10488 * gdb.reverse/solib-reverse.exp
10489 * gdb.stabs/gdb11479.exp
10490 * gdb.stabs/weird.exp
10491 * gdb.threads/fork-child-threads.exp
10492 * gdb.threads/fork-plus-threads.exp
10493 * gdb.threads/fork-thread-pending.exp
10494 * gdb.threads/forking-threads-plus-breakpoint.exp
10495 * gdb.threads/hand-call-in-threads.exp
10496 * gdb.threads/interrupted-hand-call.exp
10497 * gdb.threads/linux-dp.exp
10498 * gdb.threads/local-watch-wrong-thread.exp
10499 * gdb.threads/next-while-other-thread-longjmps.exp
10500 * gdb.threads/non-ldr-exit.exp
10501 * gdb.threads/pending-step.exp
10502 * gdb.threads/print-threads.exp
10503 * gdb.threads/process-dies-while-detaching.exp
10504 * gdb.threads/process-dies-while-handling-bp.exp
10505 * gdb.threads/pthreads.exp
10506 * gdb.threads/queue-signal.exp
10507 * gdb.threads/reconnect-signal.exp
10508 * gdb.threads/signal-command-handle-nopass.exp
10509 * gdb.threads/signal-command-multiple-signals-pending.exp
10510 * gdb.threads/signal-delivered-right-thread.exp
10511 * gdb.threads/signal-sigtrap.exp
10512 * gdb.threads/sigthread.exp
10513 * gdb.threads/staticthreads.exp
10514 * gdb.threads/stepi-random-signal.exp
10515 * gdb.threads/thread-unwindonsignal.exp
10516 * gdb.threads/thread_check.exp
10517 * gdb.threads/thread_events.exp
10518 * gdb.threads/tid-reuse.exp
10519 * gdb.threads/tls-nodebug.exp
10520 * gdb.threads/tls-shared.exp
10521 * gdb.threads/tls-so_extern.exp
10522 * gdb.threads/tls.exp
10523 * gdb.threads/wp-replication.exp
10524 * gdb.trace/actions-changed.exp
10525 * gdb.trace/actions.exp
10526 * gdb.trace/backtrace.exp
10527 * gdb.trace/change-loc.exp
10528 * gdb.trace/collection.exp
10529 * gdb.trace/deltrace.exp
10530 * gdb.trace/disconnected-tracing.exp
10531 * gdb.trace/entry-values.exp
10532 * gdb.trace/ftrace-lock.exp
10533 * gdb.trace/ftrace.exp
10534 * gdb.trace/infotrace.exp
10535 * gdb.trace/mi-trace-frame-collected.exp
10536 * gdb.trace/mi-trace-unavailable.exp
10537 * gdb.trace/mi-traceframe-changed.exp
10538 * gdb.trace/mi-tracepoint-changed.exp
10539 * gdb.trace/mi-tsv-changed.exp
10540 * gdb.trace/no-attach-trace.exp
10541 * gdb.trace/packetlen.exp
10542 * gdb.trace/passc-dyn.exp
10543 * gdb.trace/passcount.exp
10544 * gdb.trace/pending.exp
10545 * gdb.trace/pr16508.exp
10546 * gdb.trace/qtro.exp
10547 * gdb.trace/range-stepping.exp
10548 * gdb.trace/read-memory.exp
10549 * gdb.trace/report.exp
10550 * gdb.trace/save-trace.exp
10551 * gdb.trace/signal.exp
10552 * gdb.trace/stap-trace.exp
10553 * gdb.trace/status-stop.exp
10554 * gdb.trace/strace.exp
10555 * gdb.trace/tfile.exp
10556 * gdb.trace/tfind.exp
10557 * gdb.trace/trace-break.exp
10558 * gdb.trace/trace-condition.exp
10559 * gdb.trace/trace-enable-disable.exp
10560 * gdb.trace/trace-mt.exp
10561 * gdb.trace/tracecmd.exp
10562 * gdb.trace/tracefile-pseudo-reg.exp
10563 * gdb.trace/tspeed.exp
10564 * gdb.trace/tstatus.exp
10565 * gdb.trace/tsv.exp
10566 * gdb.trace/unavailable.exp
10567 * gdb.trace/while-dyn.exp
10568 * gdb.trace/while-stepping.exp
10569 * lib/gdb-guile.exp
10570 * lib/gdb.exp
10571 * lib/mi-support.exp
10572 * lib/pascal.exp
10573 * lib/perftest.exp
10574 * lib/prelink-support.exp
10575 * lib/selftest-support.exp
10576
10577 2016-11-30 Simon Marchi <simon.marchi@polymtl.ca>
10578
10579 * Makefile.in: Include disable-implicit-rules.mk.
10580
10581 2016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
10582
10583 * gdb.dwarf2/nonvar-access.exp: Add a test for accessing
10584 non-byte-aligned bit fields.
10585
10586 2016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
10587
10588 PR gdb/12616
10589 * gdb.dwarf2/nonvar-access.exp: New testcase. Check that GDB
10590 respects the DW_AT_data_bit_offset attribute.
10591
10592 2016-11-22 Simon Marchi <simon.marchi@polymtl.ca>
10593
10594 * gdb.base/default.exp: Fix output of "set language".
10595
10596 2016-11-17 Simon Marchi <simon.marchi@polymtl.ca>
10597
10598 * Makefile.in: Remove @GMAKE_TRUE@ prefixes and removes lines
10599 prefixed with @GMAKE_FALSE@. Update comment related to non-GNU
10600 make.
10601 * configure.ac: Remove checks for the make program.
10602 * configure: Re-generate.
10603
10604 2016-11-16 Kevin Buettner <kevinb@redhat.com>
10605
10606 * gdb.python/py-recurse-unwind.c (main): Add loop.
10607 * gdb.python/py-recurse-unwind.py (TestUnwinder): Add calls
10608 to read_register() and gdb.parse_and_eval(). Make each code
10609 call a separate case that can be individually tested.
10610 * gdb.python/py-recurse-unwind.exp (cont_and_backtrace): New
10611 proc. Call cont_and_backtrace for each of the code paths that
10612 we want to test in the unwinder.
10613
10614 2016-11-15 Andreas Arnez <arnez@linux.vnet.ibm.com>
10615
10616 * gdb.dwarf2/bitfield-parent-optimized-out.exp: Fix DWARF code for
10617 the definition of struct S.
10618
10619 2016-11-11 Catherine Moore <clm@codesourcery.com>
10620
10621 * gdb.base/dump.exp: Identify verilog format dump tests as such.
10622
10623 2016-11-09 Pedro Alves <palves@redhat.com>
10624
10625 * gdb.base/commands.exp (runto_or_return): New procedure.
10626 (gdbvar_simple_if_test, gdbvar_simple_while_test)
10627 (gdbvar_complex_if_while_test, progvar_simple_if_test)
10628 (progvar_simple_while_test, progvar_complex_if_while_test)
10629 (if_while_breakpoint_command_test)
10630 (infrun_breakpoint_command_test, breakpoint_command_test)
10631 (user_defined_command_test, watchpoint_command_test)
10632 (test_command_prompt_position, redefine_hook_test)
10633 (stray_arg0_test, error_clears_commands_left, redefine_hook_test)
10634 (redefine_backtrace_test): Use runto_or_return, $valnum_re,
10635 multi_line_input and multi_line. Remove gdb_expect and
10636 gdb_stop_suppressing_tests uses.
10637 * lib/gdb.exp (valnum_re): New global.
10638 (multi_line_input): New procedure.
10639
10640 2016-11-09 Simon Marchi <simon.marchi@polymtl.ca>
10641
10642 * gdb.mi/user-selected-context-sync.exp (with_test_prefix_procname):
10643 Remove.
10644 (test_setup): Define with proc_with_prefix.
10645 (test_cli_inferior): Likewise.
10646 (test_cli_thread): Likewise.
10647 (test_cli_frame): Likewise.
10648 (test_cli_select_frame): Likewise.
10649 (test_cli_up_down): Likewise.
10650 (test_mi_thread_select): Likewise.
10651 (test_mi_stack_select_frame): Likewise.
10652 (test_cli_in_mi_inferior): Likewise.
10653 (test_cli_in_mi_thread): Likewise.
10654 (test_cli_in_mi_frame): Likewise.
10655 (top level): Do not use with_test_prefix_procname.
10656
10657 2016-11-09 Pedro Alves <palves@redhat.com>
10658
10659 * gdb.base/commands.exp (gdbvar_simple_if_test)
10660 (gdbvar_simple_while_test, gdbvar_complex_if_while_test)
10661 (progvar_simple_if_test, progvar_simple_while_test)
10662 (progvar_complex_if_while_test, if_while_breakpoint_command_test)
10663 (infrun_breakpoint_command_test, breakpoint_command_test)
10664 (user_defined_command_test, watchpoint_command_test)
10665 (test_command_prompt_position, deprecated_command_test)
10666 (bp_deleted_in_command, temporary_breakpoint_commands)
10667 (stray_arg0_test, source_file_with_indented_comment)
10668 (recursive_source_test, if_commands_test)
10669 (error_clears_commands_left, redefine_hook_test)
10670 (redefine_backtrace_test): Use proc_with_prefix.
10671 * lib/gdb.exp (proc_with_prefix): New proc.
10672
10673 2016-11-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
10674
10675 * gdb.base/tui-layout.c: New file.
10676 * gdb.base/tui-layout.exp: Use tui-layout.c, to ensure that the
10677 disassembly window contains very long lines.
10678
10679 2016-11-08 Tom Tromey <tom@tromey.com>
10680
10681 * gdb.python/py-value.exp (test_value_creation): Make "long" test
10682 depend on Python 2.
10683
10684 2016-11-08 Tom Tromey <tom@tromey.com>
10685
10686 * gdb.python/py-framefilter.py (ElidingFrameDecorator.address):
10687 New method.
10688
10689 2016-10-29 Manish Goregaokar <manish@mozilla.com>
10690
10691 * gdb.rust/simple.exp: Add tests for `sizeof(expr)`.
10692
10693 2016-10-27 Manish Goregaokar <manish@mozilla.com>
10694
10695 * gdb.rust/simple.rs: Add test for univariant enums without
10696 discriminants and for encoded struct-like enums.
10697
10698 2016-10-28 Pedro Alves <palves@redhat.com>
10699
10700 * gdb.base/maint.exp <maint info line-table w/o a file name>: Use
10701 gdb_test_multiple, tighten regexps and match symtabs and line
10702 tables incrementally.
10703
10704 2016-10-28 Luis Machado <lgustavo@codesourcery.com>
10705
10706 * gdb.base/foll-exec.exp (do_exec_tests): Make test pattern more
10707 general.
10708
10709 2016-10-25 Luis Machado <lgustavo@codesourcery.com>
10710
10711 * gdb.base/exec-invalid-sysroot.exp: New file.
10712
10713 2016-10-24 Jan Kratochvil <jan.kratochvil@redhat.com>
10714
10715 * gdb.base/morestack.exp: Try to build it using -fuse-ld=gold first.
10716
10717 2016-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
10718
10719 * lib/gdb.exp (get_compiler_info): Generalize gcc_compile regexp.
10720
10721 2016-10-19 Maciej W. Rozycki <macro@imgtec.com>
10722
10723 * gdb.base/killed-outside.exp: Remove $options from a call to
10724 `prepare_for_testing'.
10725
10726 2016-10-17 Simon Marchi <simon.marchi@ericsson.com>
10727
10728 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
10729 Change test message.
10730
10731 2016-10-17 Simon Marchi <simon.marchi@ericsson.com>
10732
10733 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
10734 Update comment.
10735
10736 2016-10-17 Simon Marchi <simon.marchi@ericsson.com>
10737
10738 * gdb.trace/mi-trace-save.exp: New file.
10739
10740 2016-10-13 Yao Qi <yao.qi@linaro.org>
10741
10742 * gdb.base/code_elim.exp (get_var_address): Remove.
10743 * gdb.base/relocate.exp: Likewise.
10744 * gdb.base/shreloc.exp: Likewise.
10745 * lib/gdb.exp (get_var_address): New.
10746
10747 2016-10-13 Yao Qi <yao.qi@linaro.org>
10748
10749 * gdb.base/structs.exp: Invoke gdb_skip_float_test, and do
10750 floating point tests if $skip_float_test is false.
10751
10752 2016-10-12 Luis Machado <lgustavo@codesourcery.com>
10753
10754 * gdb.python/py-value.c (main): Check if argv is NULL before using it.
10755 * gdb.python/py-value.exp (test_value_in_inferior): Don't use hardcoded
10756 argc values.
10757 Add 1 to argc so we guarantee distinct initial/modified argc values.
10758
10759 2016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
10760
10761 * gdb.arch/powerpc-prologue.c (optimized_1): New declaration.
10762
10763 2016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
10764
10765 * gdb.arch/powerpc-prologue.exp: Use standard_output_file
10766 * gdb.arch/ppc64-symtab-cordic.exp: Likewise.
10767 * gdb.arch/vsx-regs.exp: Likewise.
10768
10769 2016-10-07 Yao Qi <yao.qi@linaro.org>
10770
10771 * gdb.xml/tdesc-regs.exp: Set regdir to "arm/".
10772
10773 2016-10-07 Markus Metzger <markus.t.metzger@intel.com>
10774
10775 * gdb.python/python.exp: Test decode_line("*0").
10776
10777 2016-10-06 Doug Evans <dje@google.com>
10778
10779 * gdb.python/py-value.exp (test_value_creation): Add test for large
10780 unsigned 64-bit value.
10781
10782 2016-10-06 Tom Tromey <tom@tromey.com>
10783
10784 * gdb.compile/compile.exp: Change java tests to rust.
10785 * gdb.base/setshow.exp: Change java tests to rust.
10786 * gdb.base/default.exp: Remove java from language list.
10787 * README (Examples): Update language example.
10788 * gdb.python/py-lookup-type.exp (test_lookup_type): Remove java
10789 test.
10790 * lib/gdb.exp (skip_java_tests): Remove.
10791 * lib/java.exp: Remove.
10792 * gdb.java: Remove.
10793
10794 2016-10-06 Maciej W. Rozycki <macro@imgtec.com>
10795
10796 * gdb.arch/mips-fcr.exp: New test.
10797 * gdb.arch/mips-fcr.c: Source for the new test.
10798
10799 2016-10-06 Maciej W. Rozycki <macro@imgtec.com>
10800
10801 * gdb.base/solib-disc.exp: Use `standard_output_file'
10802 throughout.
10803
10804 2016-10-06 Pedro Alves <palves@redhat.com>
10805
10806 * gdb.base/jit-simple-dl.c: New file.
10807 * gdb.base/jit-simple-jit.c: New file, factored out from ...
10808 * gdb.base/jit-simple.c: ... this.
10809 * gdb.base/jit-simple.exp (jit_run): Delete.
10810 (build_jit): New proc.
10811 (jit_test_reread): Recompile either the main program or the shared
10812 library, depending on what is being tested. Skip changing address
10813 if caller wants to. Compare before/after addresses. If testing
10814 standalone, explicitly load the binary. Test "maint info
10815 breakpoints".
10816 (top level): Add "standalone vs shared lib" and "change address"
10817 vs "same address" axes.
10818
10819 2016-10-06 Pedro Alves <palves@redhat.com>
10820
10821 * gdb.base/jit-simple.exp (top level) Delete get_compiler_info
10822 call.
10823 (jit_run): Delete.
10824 (jit_test_reread): Use with_test_prefix. Reload the main binary
10825 explicitly. Compare the before/after addresses of the JIT
10826 descriptor.
10827
10828 2016-08-15 Doug Evans <dje@google.com>
10829
10830 * gdb.xml/extra-regs.xml: Update, end field now required, default type
10831 for single bitfields is bool.
10832 * gdb.xml/tdesc-regs.exp: Ditto.
10833
10834 2016-10-05 Jan Kratochvil <jan.kratochvil@redhat.com>
10835
10836 * gdb.arch/i386-signal.exp (backtrace 10): Fix #2 typo.
10837
10838 2016-10-05 Yao Qi <yao.qi@linaro.org>
10839
10840 * lib/gdb.exp (support_complex_tests): Return zero if
10841 gdb_skip_float_test return true.
10842
10843 2016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
10844 Simon Marchi <simon.marchi@ericsson.com>
10845
10846 PR gdb/20487
10847 * gdb.mi/user-selected-context-sync.exp: New file.
10848 * gdb.mi/user-selected-context-sync.c: New file.
10849
10850 2016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
10851 Simon Marchi <simon.marchi@ericsson.com>
10852
10853 PR gdb/20487
10854 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Adapt
10855 =thread-select-event check.
10856
10857 2016-09-29 Peter Bergner <bergner@vnet.ibm.com>
10858
10859 * gdb.arch/powerpc-power.exp <cmprb>: Update tests to account for
10860 the compulsory L operand changes.
10861 * gdb.arch/powerpc-power.s: Likewise.
10862
10863 2016-09-29 Jan Kratochvil <jan.kratochvil@redhat.com>
10864
10865 PR gdb/20609 - attach of JIT-debug-enabled inf 7.11.1 regression
10866 * gdb.base/jit-attach-pie.c: New file.
10867 * gdb.base/jit-attach-pie.exp: New file.
10868
10869 2016-09-28 Pedro Alves <palves@redhat.com>
10870
10871 * gdb.base/infcall-input.c: New file.
10872 * gdb.base/infcall-input.exp: New file.
10873
10874 2016-09-22 Yao Qi <yao.qi@linaro.org>
10875
10876 * lib/gdbserver-support.exp: Rename mi_gdb_exit.
10877 (gdb_exit): Rename it to ...
10878 (gdbserver_gdb_exit): ... Close GDBserver.
10879 (gdb_exit): New proc, call gdbserver_gdb_exit.
10880 (mi_gdb_exit): Likewise.
10881
10882 2016-09-22 Yao Qi <yao.qi@linaro.org>
10883
10884 * boards/gdbserver-base.exp (gdb_server_prog): Set the absolute
10885 path.
10886 * boards/remote-gdbserver-on-localhost.exp: Use gdbserver-base.
10887 Remove duplication.
10888
10889 2016-09-22 Yao Qi <yao.qi@linaro.org>
10890
10891 * lib/gdbserver-support.exp: Check the existence of
10892 gdbserver_orig_gdb_exit rather than gdbserver_gdb_exit.
10893
10894 2016-09-21 Anton Kolesov <anton.kolesov@synopsys.com>
10895
10896 * gdb.xml/tdesc-regs.exp: set core-regs for arc*-*-elf32.
10897
10898 2016-09-21 Tom Tromey <tom@tromey.com>
10899
10900 PR gdb/20604:
10901 * gdb.base/quit.exp: New file.
10902
10903 2016-09-21 Simon Marchi <simon.marchi@ericsson.com>
10904
10905 * .gitignore: New file.
10906
10907 2016-09-21 Maciej W. Rozycki <macro@imgtec.com>
10908
10909 * gdb.arch/mips16-thunks.exp: Use `standard_output_file'
10910 throughout.
10911
10912 2016-09-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
10913
10914 * lib/gdb.exp: No longer skip hardware breakpoint tests on s390.
10915
10916 2016-09-16 Jan Kratochvil <jan.kratochvil@redhat.com>
10917
10918 * gdb.cp/casts.cc (decltype): Move it ...
10919 (main): ... with its call to ...
10920 * gdb.cp/casts03.cc: ... a new file.
10921 * gdb.cp/casts.exp: Add new file casts03.cc, move decltype test to it.
10922
10923 2016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
10924
10925 * gdb.cp/m-static.h (gnu_obj_4::somewhere): Use constexpr for C++11.
10926
10927 2016-09-15 Peter Bergner <bergner@vnet.ibm.com>
10928
10929 * gdb.arch/powerpc-power.s: Update Power9 instruction tests
10930 and sync up the test with tests in gas/testsuite/gas/ppc.
10931 * gdb.arch/powerpc-power.exp: Likewise.
10932
10933 2016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
10934
10935 * lib/future.exp: Set CCACHE_DISABLE, clear CCACHE_NODISABLE.
10936
10937 2016-09-11 Sergio Durigan Junior <sergiodj@redhat.com>
10938 Jan Kratochvil <jan.kratochvil@redhat.com>
10939
10940 * gdb.base/stap-probe.c (m1): New variable 'dummy', necessary to
10941 make m1's definition to be different from m2's. Use 'dummy' as an
10942 argument for probe 'two'.
10943
10944 2016-09-10 Jon Beniston <jon@beniston.com>
10945
10946 * lib/mi-support.exp (mi_gdb_target_load): Use target_sim_options
10947 for sim target.
10948
10949 2016-09-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
10950
10951 * gdb.base/gnu-ifunc-lib.c (resolver_hwcap): New external
10952 variable declaration.
10953 (gnu_ifunc): Add parameter hwcap. Store it in resolver_hwcap.
10954 * gdb.base/gnu-ifunc.c (resolver_hwcap): New global variable.
10955 * gdb.base/gnu-ifunc.exp: Add test to verify that the resolver
10956 received HWCAP as its argument.
10957
10958 2016-09-06 Pedro Alves <palves@redhat.com>
10959
10960 * gdb.base/new-ui-pending-input.c: New file.
10961 * gdb.base/new-ui-pending-input.exp: New file.
10962 * gdb.exp (clear_gdb_spawn_id): New procedure.
10963 (with_spawn_id): Check whether gdb_spawn_id exists before
10964 referencing it. If gdb_spawn_id didn't exist on entry, clear it
10965 on exit.
10966
10967 2016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
10968
10969 * gdb.base/float128.c: New file.
10970 * gdb.base/float128.exp: Likewise.
10971 * gdb.base/floatn.c: Likewise.
10972 * gdb.base/floatn.exp: Likewise.
10973
10974 2016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
10975
10976 * gdb.cp/hang.exp: Remove reference to TYPE_FLAG_STUB in comment.
10977
10978 2016-09-05 Pedro Alves <palves@redhat.com>
10979
10980 PR backtrace/19927
10981 * gdb.python/py-unwind-maint.exp: Adjust tests to not expect that
10982 unwinders are immediately called as side effect of "source" or
10983 "disable unwinder" commands.
10984 * gdb.python/py-recurse-unwind.exp: Remove setup_kfail calls.
10985
10986 2016-09-02 Yao Qi <yao.qi@linaro.org>
10987
10988 * gdb.base/return-nodebug.exp: Skip the test if skip_float_test
10989 is true and $type is "float" or "double".
10990
10991 2016-09-02 Yao Qi <yao.qi@linaro.org>
10992
10993 * gdb.arch/arm-neon.exp: Skip it if gdb_skip_float_test returns
10994 true.
10995 * gdb.base/call-ar-st.exp: Invoke gdb_skip_float_test.
10996 * gdb.base/call-rt-st.exp: Likewise.
10997 * gdb.base/call-sc.exp: Invoke gdb_skip_float_test and use its
10998 return value instead of gdb,skip_float_test.
10999 * gdb.base/callfuncs.exp: Invoke gdb_skip_float_test.
11000 (do_function_calls): Use its return value instead of
11001 gdb,skip_float_test.
11002 * gdb.base/finish.exp: Likewise.
11003 * gdb.base/funcargs.exp: Likewise.
11004 * gdb.base/return.exp: Likewise.
11005 * gdb.base/return2.exp: Likewise.
11006 * gdb.base/varargs.exp: Likewise.
11007 * lib/gdb.exp (gdb_skip_float_test): Change it to
11008 gdb_caching_proc. Detect the broken ptrace on arm-linux.
11009
11010 2016-08-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
11011
11012 * gdb.multi/tids.exp: Test "thread apply all".
11013
11014 2016-08-29 Jan Kratochvil <jan.kratochvil@redhat.com>
11015
11016 * gdb.base/default.exp (tty): Remove.
11017
11018 2016-08-24 Kevin Buettner <kevinb@redhat.com>
11019
11020 * gdb.python/py-recurse-unwind.c: New file.
11021 * gdb.python/py-recurse-unwind.py: New file.
11022 * gdb.python/py-recurse-unwind.exp: New file.
11023
11024 2016-08-24 Simon Marchi <simon.marchi@ericsson.com>
11025
11026 * gdb.base/set-inferior-tty.exp: New file.
11027 * gdb.base/set-inferior-tty.c: New file.
11028
11029 2016-08-23 Pedro Alves <palves@redhat.com>
11030
11031 PR gdb/20494
11032 * gdb.base/new-ui-echo.c: New file.
11033 * gdb.base/new-ui-echo.exp: New file.
11034
11035 2016-08-23 Yao Qi <yao.qi@linaro.org>
11036
11037 * gdb.server/connect-stopped-target.exp (do_test): Pass "" to
11038 gdbserver_spawn.
11039 * gdb.server/connect-without-multi-process.exp (do_test):
11040 Likewise.
11041
11042 2016-08-23 Yao Qi <yao.qi@linaro.org>
11043
11044 * gdb.base/signals-state-child.exp: Set variables gdb_txt and
11045 standalone_txt. Delete gdb_txt and standalone_txt on host
11046 and target. Spawn the binary on target. Copy files from
11047 target to host.
11048
11049 2016-08-22 Pedro Alves <palves@redhat.com>
11050
11051 PR gdb/20505
11052 * gdb.base/vdso-warning.exp: Test core dumps too. Use
11053 with_test_prefix. Factor out bits to ...
11054 (test_no_vdso): ... this new procedure.
11055
11056 2016-08-19 Carl Love <cel@us.ibm.com>
11057
11058 * gdb.arch/altivec-regs.exp: Use standard_testfile instead of
11059 maintaining separate logic for constructing the output path.
11060 * gdb.arch/powerpc-d128-regs.exp: Likewise.
11061 * gdb.arch/ppc-dfp.exp: Likewise.
11062 * gdb.arch/ppc-fp.exp: Likewise.
11063 * gdb.arch/vsx-regs.exp: Likewise.
11064 * gdb.arch/altivec-abi.exp: Likewise, plus added local variable
11065 binprefix for generating the additional binary files.
11066
11067 2016-08-19 Pedro Alves <palves@redhat.com>
11068
11069 * gdb.trace/mi-trace-frame-collected.exp
11070 (test_trace_frame_collected): On x32, expect two registers.
11071
11072 2016-08-18 Carl Love <cel@us.ibm.com>
11073
11074 * gdb.arch/powerpc-power.s: Add new Power9 instruction tests
11075 and sync up the test with tests in gas/testsuite/gas/ppc.
11076 * gdb.arch/powerpc-power.exp: Likewise.
11077
11078 2016-08-17 Simon Marchi <simon.marchi@ericsson.com>
11079
11080 * gdb.multi/remove-inferiors.exp (test_remove_inferiors): Fix
11081 expected error message.
11082
11083 2016-08-17 Simon Marchi <simon.marchi@ericsson.com>
11084
11085 * gdb.multi/remove-inferiors.exp: New file.
11086 * gdb.multi/remove-inferiors.c: New file.
11087
11088 2016-08-12 Yao Qi <yao.qi@linaro.org>
11089
11090 * gdb.base/signals-state-child.c (main): Remove "i" from fprintf's
11091 argument list.
11092
11093 2016-08-10 Pedro Alves <palves@redhat.com>
11094
11095 PR gdb/19187
11096 * gdb.reverse/waitpid-reverse.exp: Add comment and remove
11097 setup_kfails.
11098
11099 2016-08-09 Pedro Alves <palves@redhat.com>
11100 Simon Marchi <simon.marchi@ericsson.com>
11101
11102 PR gdb/20418
11103 * gdb.mi/new-ui-mi-sync.c, gdb.mi/new-ui-mi-sync.exp: New files.
11104 * lib/mi-support.exp (mi_expect_interrupt): Remove anchors.
11105
11106 2016-08-09 Pedro Alves <palves@redhat.com>
11107
11108 PR mi/20431
11109 * gdb.mi/mi-cmd-error.exp: New file.
11110
11111 2016-08-09 Pedro Alves <palves@redhat.com>
11112
11113 PR gdb/18653
11114 * gdb.base/signals-state-child.c: New file.
11115 * gdb.base/signals-state-child.exp: New file.
11116 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new pattern.
11117
11118 2016-08-09 Pedro Alves <palves@redhat.com>
11119
11120 * gdb.dwarf2/bitfield-parent-optimized-out.exp: New file.
11121
11122 2016-08-03 Tom Tromey <tom@tromey.com>
11123
11124 PR python/18565:
11125 * gdb.python/py-frame-inline.exp: Add Frame.function test.
11126
11127 2016-08-01 Yao Qi <yao.qi@linaro.org>
11128
11129 * gdb.threads/process-dies-while-detaching.exp (do_test): Set
11130 variable mode to "multi-process" if $multi_process is 1, otherwise
11131 set it to "single-process".
11132
11133 2016-08-01 Yao Qi <yao.qi@linaro.org>
11134
11135 * gdb.cp/anon-struct.exp: Check is_aarch32_target.
11136 * gdb.cp/cpexprs.exp: Likewise.
11137 * gdb.cp/m-static.exp: Likewise.
11138
11139 2016-07-26 Tom Tromey <tom@tromey.com>
11140
11141 PR python/20190:
11142 * gdb.threads/tls.exp (check_thread_local): Add python symbol
11143 test.
11144
11145 2016-07-26 Markus Metzger <markus.t.metzger@intel.com>
11146
11147 * gdb.btrace/record_goto.exp: se is_amd64_regs_target for
11148 selecting assembly source files.
11149 * gdb.btrace/stepi.exp: se is_amd64_regs_target for selecting
11150 assembly source files.
11151 * gdb.btrace/tailcall.exp: se is_amd64_regs_target for selecting
11152 assembly source files.
11153 * gdb.btrace/tailcall-only.exp: se is_amd64_regs_target for
11154 selecting assembly source files.
11155
11156 2016-07-25 Simon Marchi <simon.marchi@ericsson.com>
11157
11158 * gdb.base/new-ui.exp (do_test_invalid_args): New
11159 procedure.
11160
11161 2016-07-25 Tim Wiederhake <tim.wiederhake@intel.com>
11162
11163 * gdb.btrace/reconnect.c: New file.
11164 * gdb.btrace/reconnect.exp: New file.
11165
11166 2016-07-23 Gabriel Krisman Bertazi <gabriel@krisman.be>
11167
11168 * gdb.base/catch-syscall.exp (do_syscall_tests): Add call
11169 to test_catch_syscall_group.
11170 (test_catch_syscall_group): New.
11171
11172 2016-07-21 Tom Tromey <tom@tromey.com>
11173
11174 * gdb.rust/simple.rs (main): Use empty struct expression.
11175 * gdb.rust/simple.exp: Add tests for empty struct expression.
11176
11177 2016-07-21 Yao Qi <yao.qi@linaro.org>
11178
11179 * lib/gdbserver-support.exp (skip_gdbserver_tests): Return 1
11180 if gdb_skip_xml_test is true on some targets.
11181
11182 2016-07-21 Yao Qi <yao.qi@linaro.org>
11183
11184 * gdb.server/solib-list.exp: Unset last_loaded_file.
11185
11186 2016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
11187
11188 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add "next over TRY" and
11189 "step into captured_main (args)".
11190
11191 2016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
11192
11193 * gdb.btrace/tailcall-only.exp: Use is_lp64_target check.
11194
11195 2016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
11196
11197 * gdb.python/py-unwind.exp: Test also ![is_lp64_target].
11198
11199 2016-07-19 Pedro Alves <palves@redhat.com>
11200
11201 * gdb.opt/inline-break.exp: Remove optimize=-O2.
11202 * gdb.opt/inline-bt.exp: Likewise.
11203 * gdb.opt/inline-cmds.exp: Remove optimize=-O2 and add
11204 additional_flags=-Winline.
11205 * gdb.opt/inline-locals.exp: Likewise.
11206 * gdb.opt/inline-markers.c (ATTR): Define.
11207 (inlined_fn): Use it.
11208
11209 2016-07-19 Yao Qi <yao.qi@linaro.org>
11210
11211 * gdb.gdb/selftest.exp: Remove checks on is_remote and isnative.
11212 (test_with_self): Remove some code. Remove argument executable.
11213 (top-level): Use do_self_tests.
11214
11215 2016-07-15 Zachary Welch <zwelch@codesourcery.com>
11216 Don Breazeal <donb@codesourcery.com>
11217
11218 * gdb.base/maint.exp: Escape paths used in regular expressions.
11219 * gdb.stabs/weird.exp: Likewise.
11220
11221 2016-07-13 Tom Tromey <tom@tromey.com>
11222
11223 PR python/15620, PR python/18620:
11224 * gdb.python/py-breakpoint.exp (connect_event, check_last_event)
11225 (test_bkpt_events): New procs.
11226
11227 2016-07-13 Tom Tromey <tom@tromey.com>
11228
11229 PR python/17698:
11230 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add "pending"
11231 test.
11232 (test_watchpoints): Likewise.
11233 (test_bkpt_pending): New proc.
11234
11235 2016-07-13 Tom Tromey <tom@tromey.com>
11236
11237 PR cli/18053:
11238 * gdb.base/jit-so.exp (one_jit_test): Add jit-reader-load
11239 completion test.
11240
11241 2016-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
11242
11243 * gdb.dwarf2/atomic-type.exp: Use function_range for low_pc and high_pc.
11244 * gdb.dwarf2/atomic.c (f): Rename f_end_lbl to f_label.
11245 * gdb.dwarf2/dw2-bad-mips-linkage-name.c (f): Rename f_end_lbl to
11246 f_label.
11247 (g): Rename g_end_lbl to g_label.
11248 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: Use function_range for
11249 low_pc and high_pc.
11250 * gdb.dwarf2/dw2-lexical-block-bare.exp: Likewise.
11251
11252 2016-07-12 Tom Tromey <tom@tromey.com>
11253
11254 PR python/19293:
11255 * gdb.python/py-unwind-maint.exp: Update tests.
11256
11257 2016-07-12 Yao Qi <yao.qi@linaro.org>
11258
11259 * lib/selftest-support.exp (selftest_setup): Match the output
11260 when captured_main is inlined.
11261
11262 2016-07-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
11263
11264 * gdb.fortran/derived-types.exp (result_line, result_line_2):
11265 New variables.
11266 (print this%a, print this%b, print this): New tests.
11267 * gdb.fortran/derived-types.f90 (this): New object and
11268 initialization.
11269
11270 2016-07-06 Simon Marchi <simon.marchi@ericsson.com>
11271
11272 * gdb.ada/arraydim.exp: Remove extra directory level in build
11273 directory.
11274
11275 2016-07-06 Simon Marchi <simon.marchi@ericsson.com>
11276
11277 * lib/ada.exp: Remove extra directory level in build directory.
11278 * gdb.ada/cond_lang.exp: Likewise.
11279 * gdb.ada/exec_changed.exp: Likewise.
11280 * gdb.ada/lang_switch.exp: Likewise.
11281
11282 2016-07-06 Manish Goregaokar <manish@mozilla.com>
11283
11284 * simple.rs: Add test for raw pointer subscripting.
11285 * simple.exp: Add test expectations.
11286
11287 2016-07-05 Yao Qi <yao.qi@linaro.org>
11288
11289 * gdb.mi/mi-reverse.exp: Match =record-started output.
11290
11291 2016-07-01 Pedro Alves <palves@redhat.com>
11292
11293 * gdb.base/jit-reader.exp (info_registers_current_frame): New
11294 procedure.
11295 (jit_reader_test): Test the jit reader's unwinder.
11296 * gdb.base/jithost.c (jit_function_00_code): New global.
11297 (main): Use memcpy to fill in the mmapped code, instead of poking
11298 bytes manually here.
11299 * gdb.base/jitreader.c (enum register_mapping) <AMD64_RBP>: New
11300 value.
11301 (read_debug_info): Save the function's range.
11302 (read_sp): New function.
11303 (unwind_frame): Use it. Also unwind RBP.
11304 (get_frame_id): Use read_sp.
11305 (gdb_init_reader): Use calloc instead of malloc.
11306 * lib/gdb.exp (get_hexadecimal_valueof): Add optional 'test'
11307 parameter. Use gdb_test_multiple.
11308
11309 2016-07-01 Pedro Alves <palves@redhat.com>
11310 Antoine Tremblay <antoine.tremblay@ericsson.com>
11311
11312 * gdb.threads/process-dies-while-detaching.c: New file.
11313 * gdb.threads/process-dies-while-detaching.exp: New file.
11314
11315 2016-07-01 Pedro Alves <palves@redhat.com>
11316
11317 * gdb.multi/watchpoint-multi-exit.c: New file.
11318 * gdb.multi/watchpoint-multi-exit.exp: New file.
11319
11320 2016-06-30 Pedro Alves <palves@redhat.com>
11321
11322 * lib/gdbserver-support.exp (close_gdbserver, gdb_exit): Don't
11323 unset inferior_spawn_id.
11324
11325 2016-06-30 Pedro Alves <palves@redhat.com>
11326
11327 * lib/mi-support.exp (default_mi_gdb_start): Declare global
11328 FORCE_SEPARATE_MI_TTY, not SEPARATE_MI_TTY.
11329
11330 2016-06-29 Yao Qi <yao.qi@linaro.org>
11331
11332 * gdb.base/return.c: Add copyright header.
11333
11334 2016-06-29 Tom Tromey <tom@tromey.com>
11335
11336 PR python/20129:
11337 * gdb.python/py-framefilter.exp: Add tests for setting priority
11338 and disabling of non-existent frame filter.
11339
11340 2016-06-29 Yao Qi <yao.qi@linaro.org>
11341
11342 * gdb.base/catch-syscall.c [__arm__]: Set unknown_syscall to
11343 0x0f07ff.
11344
11345 2016-06-28 Yao Qi <yao.qi@linaro.org>
11346
11347 * gdb.base/catch-syscall.exp: Remove check on isnative and target
11348 triplets. Start gdb, execute catch syscall, and continue. Check
11349 gdb's output to determine catch syscall is supported.
11350
11351 2016-06-27 Manish Goregaokar <manish@mozilla.com>
11352
11353 * gdb.rust/simple.rs: Add test for returning unit in a function.
11354 * gdb.rust/simple.exp: Add expectation for functions returning
11355 unit.
11356
11357 2016-06-27 Pierre-Marie de Rodat <derodat@adacore.com>
11358
11359 * gdb.python/py-breakpoint-create-fail.c,
11360 gdb.python/py-breakpoint-create-fail.exp,
11361 gdb.python/py-breakpoint-create-fail.py: New testcase.
11362
11363 2016-06-25 Manish Goregaokar <manish@mozilla.com>
11364
11365 PR gdb/20239
11366 * gdb.rust/simple.rs: Add more tests for printing NonZero enums.
11367 * gdb.rust/simple.exp: Add test expectations for new NonZero
11368 tests.
11369
11370 2016-06-24 David Taylor <dtaylor@emc.com>
11371
11372 * gdb.base/offsets.exp: New file.
11373 * gdb.base/offsets.c: New file.
11374
11375 2016-06-23 Tom Tromey <tom@tromey.com>
11376
11377 PR gdb/16483:
11378 * gdb.python/py-framefilter.exp: Add "info frame-filter" test
11379 before any filters are loaded.
11380
11381 2016-06-21 Walfred Tedeschi <walfred.tedeschi@intel.com>
11382
11383 * gdb.fortran/derived-type.exp (print q): Add fields to the output.
11384 * gdb.fortran/vla-type.exp (print twov): Fix vla tests with
11385 structs.
11386 * gdb.fortran/derived-type-function.exp: New file.
11387 * gdb.fortran/derived-type-function.f90: New file.
11388
11389
11390 2016-06-21 Pedro Alves <palves@redhat.com>
11391
11392 * gdb.base/new-ui.exp: New file.
11393 * lib/mi-support.exp (switch_gdb_spawn_id): Move to ...
11394 * lib/gdb.exp (switch_gdb_spawn_id): ... here.
11395 (with_spawn_id): New procedure.
11396
11397 2016-06-21 Pedro Alves <palves@redhat.com>
11398
11399 * gdb.mi/mi-exec-run.exp: New file.
11400
11401 2016-06-21 Pedro Alves <palves@redhat.com>
11402
11403 * gdb.mi/mi-break.exp (test_breakpoint_commands): Always expect
11404 breakpoint command's output on the main UI.
11405 (test_break): New procedure, factored out from calls in the top
11406 level.
11407 (top level): Use foreach_with_prefix to test MI as main UI and as
11408 separate UI.
11409
11410 2016-06-21 Pedro Alves <palves@redhat.com>
11411
11412 * gdb.mi/mi-watch.exp (test_watchpoint_creation_and_listing)
11413 (test_awatch_creation_and_listing)
11414 (test_rwatch_creation_and_listing, test_watchpoint_triggering):
11415 Remove 'type' parameter.
11416 (test_watchpoint_all): New parameter mi_mode. Remove
11417 with_test_prefix.
11418 (top level): Use foreach_with_prefix, and add main/separate UI MI
11419 testing axis.
11420
11421 2016-06-21 Pedro Alves <palves@redhat.com>
11422
11423 * README (Testsuite Parameters): Document FORCE_SEPARATE_MI_TTY.
11424 * lib/gdb.exp (default_gdb_exit): Clear inferior_spawn_id.
11425 * lib/mi-support.exp (mi_uncatched_gdb_exit): Unset
11426 gdb_main_spawn_id, mi_spawn_id, unset inferior_spawn_id.
11427 (gdb_main_spawn_id, mi_spawn_id): Declare and
11428 comment.
11429 (mi_create_inferior_pty): New procedure,
11430 factored out from default_mi_gdb_start.
11431 (switch_gdb_spawn_id, mi_gdb_start_separate_mi_tty): New
11432 procedures.
11433 (default_mi_gdb_start): Call mi_gdb_start_separate_mi_tty if the
11434 separate-mi-tty option is specified, or SEPARATE_MI_TTY is set.
11435 Use mi_create_inferior_pty.
11436 (mi_gdb_start): Use eval to pass down args list.
11437
11438 2016-06-21 Pedro Alves <palves@redhat.com>
11439
11440 * gdb.opt/inline-cmds.c: Add "set mi break here" marker.
11441 * gdb.opt/inline-cmds.exp: Add MI tests.
11442
11443 2016-06-21 Pedro Alves <palves@redhat.com>
11444
11445 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new regexp.
11446
11447 2016-06-21 Pedro Alves <palves@redhat.com>
11448
11449 * gdb.ada/mi_catch_ex.exp (continue_to_exception): New procedure.
11450 (top level): Use it instead of mi_execute_to.
11451
11452 2016-06-21 Pedro Alves <palves@redhat.com>
11453
11454 * gdb.python/py-mi-events-gdb.py (stop_handler_str)
11455 (cont_handler_str): New.
11456 (signal_stop_handler): Set stop_handler_str instead of printing to
11457 stdout.
11458 (continue_handler): Set cont_handler_str instead of printing to
11459 stdout.
11460 * gdb.python/py-mi-events.exp: Ues mi_execute_to instead of
11461 mi_send_resuming_command. Print stop_handler_str and
11462 cont_handler_str instead of expecting the python events print
11463 directly.
11464
11465 2016-06-17 Sanjoy Das <sanjoy@playingwithpointers.com>
11466
11467 * gdb.base/jit-reader.exp: New file.
11468 * gdb.base/jithost.c: New file.
11469 * gdb.base/jithost.h: New file.
11470 * gdb.base/jitreader.c : New file.
11471 * gdb.base/jit-protocol.h: New file.
11472
11473 2016-06-17 Yao Qi <yao.qi@linaro.org>
11474
11475 * gdb.base/step-over-syscall.exp (break_cond_on_syscall): New
11476 parameters follow_fork and detach_on_fork. Set follow-fork-mode
11477 and detach-on-fork. Adjust tests.
11478 (top level): Invoke break_cond_on_syscall with combinations of
11479 syscall, follow-fork-mode and detach-on-fork.
11480
11481 2016-06-17 Yao Qi <yao.qi@linaro.org>
11482
11483 * gdb.base/step-over-exit.c: New.
11484 * gdb.base/step-over-exit.exp: New.
11485
11486 2016-06-17 Yan-Ting Lin <currygt52@gmail.com>
11487
11488 * gdb.base/float.exp: Add target check for nds32*-*-*.
11489 * gdb.xml/tdesc-regs.exp: Set core-regs for nds32*-*-*.
11490
11491 2016-06-13 Andrew Burgess <andrew.burgess@embecosm.com>
11492
11493 * gdb.base/call-ar-st.exp: Report unsupported rather than xfail
11494 for unsupported target features.
11495 * gdb.base/call-rt-st.exp: Likewise.
11496 * gdb.base/call-sc.exp: Likewise.
11497 * gdb.base/call-signal-resume.exp: Likewise.
11498 * gdb.base/call-strs.exp: Likewise.
11499 * gdb.base/callexit.exp: Likewise.
11500 * gdb.base/callfuncs.exp: Likewise.
11501 * gdb.base/nodebug.exp: Likewise.
11502 * gdb.base/printcmds.exp: Likewise.
11503 * gdb.base/ptype.exp: Likewise.
11504 * gdb.base/structs.exp: Likewise.
11505 * gdb.base/unwindonsignal.exp: Likewise.
11506 * gdb.cp/gdb2495.exp: Likewise.
11507 * gdb.cp/templates.exp: Likewise.
11508 * gdb.cp/virtfunc.exp: Likewise.
11509 * gdb.threads/hand-call-in-threads.exp: Likewise.
11510 * gdb.threads/interrupted-hand-call.exp: Likewise.
11511 * gdb.threads/thread-unwindonsignal.exp: Likewise.
11512
11513 2016-06-10 Tom Tromey <tom@tromey.com>
11514
11515 PR rust/20110:
11516 * gdb.rust/expr.exp: Add test for integer constant larger than
11517 i32.
11518
11519 2016-06-10 Bernhard Heckel <bernhard.heckel@intel.com>
11520
11521 * gdb.fortran/nested-funcs.exp: New.
11522 * gdb.fortran/nested-funcs.f90: New.
11523
11524 2016-06-09 Toshihito Kikuchi <k.toshihito@yahoo.de>
11525
11526 * gdb.base/examine-backward.c: New file.
11527 * gdb.base/examine-backward.exp: New file.
11528
11529 2016-06-06 Simon Marchi <simon.marchi@ericsson.com>
11530
11531 * gdb.mi/mi-record-changed.exp: Adjust =record-started output
11532 matching.
11533
11534 2016-06-02 Tom Tromey <tom@tromey.com>
11535
11536 PR python/18984:
11537 * gdb.python/py-shared.exp: Add solib_name test.
11538
11539 2016-06-02 Simon Marchi <simon.marchi@ericsson.com>
11540
11541 * gdb.mi/mi-memory-changed.exp: Fix filename passed to untested.
11542
11543 2016-05-31 Martin Galvan <martin.galvan@tallertechnologies.com>
11544
11545 PR c++/19893
11546 * gdb.dwarf2/implref.exp: Rename to...
11547 * gdb.dwarf2/implref-const.exp: ...this. Also add more test statements.
11548 * gdb.dwarf2/implref-array.c: New file.
11549 * gdb.dwarf2/implref-array.exp: Likewise.
11550 * gdb.dwarf2/implref-global.c: Likewise.
11551 * gdb.dwarf2/implref-global.exp: Likewise.
11552 * gdb.dwarf2/implref-struct.c: Likewise.
11553 * gdb.dwarf2/implref-struct.exp: Likewise.
11554
11555 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
11556
11557 * gdb.trace/trace-condition.exp: Add 64bit tests.
11558
11559 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
11560
11561 * gdb.trace/trace-condition.c (marker): Adapt signature to 8 to 64
11562 bits types.
11563 (main): Adapt to 8 to 64 bits types.
11564 * gdb.trace/trace-condition.exp: Add new tests.
11565
11566 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
11567
11568 * gdb.trace/trace-condition.exp: Add emit_less_unsigned test.
11569
11570 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
11571
11572 * gdb.trace/ftrace.exp (test_ftrace_condition): Remove.
11573 Move condition tests...
11574 * gdb.trace/trace-condition.exp: Here.
11575
11576 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
11577
11578 * gdb.trace/trace-condition.exp: Add counter-case tests.
11579
11580 2016-05-30 Jan Kratochvil <jan.kratochvil@redhat.com>
11581
11582 PR c++/15231
11583 * gdb.ada/out_of_line_in_inlined.exp: Remove xfails.
11584 * gdb.dwarf2/dw2-lexical-block-bare.exp: New file.
11585
11586 2016-05-27 Pedro Alves <palves@redhat.com>
11587
11588 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
11589 New procedure.
11590 (top level): Call it, and bail out of DejaGnu is known to be bad.
11591
11592 2016-05-27 Andrew Burgess <andrew.burgess@embecosm.com>
11593
11594 * gdb.base/whatis.c: Extend the test case.
11595 * gdb.base/whatis.exp: Add additional tests.
11596
11597 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
11598
11599 * gdb.fortran/type.f90: Add pointer variable.
11600 * gdb.fortran/whatis_type.exp: Add whatis/ptype of pointers.
11601
11602 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
11603
11604 * gdb.fortran/vla-type.exp: Fix testcase name.
11605
11606 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
11607
11608 * gdb.fortran/vla-type.exp: Access elements in nested structs.
11609
11610 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
11611
11612 * gdb.fortran/type.f90: Add nested structures.
11613 * gdb.fortran/whatis-type.exp: Whatis/ptype nested structures.
11614 * gdb.fortran/derived-type.exp: Adapt expected output.
11615 * gdb.fortran/vla-type.exp: Adapt expected output.
11616
11617 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
11618
11619 * gdb.fortran/whatis_type.exp: Adapt expected output.
11620
11621 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
11622
11623 * gdb.fortran/print_type.exp: Fix expected output.
11624 * gdb.fortran/whatis_type.exp: Fix expected output.
11625
11626 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
11627
11628 * gdb.fortran/whatis_type.exp: Use multi_line.
11629
11630 2016-05-24 Tom Tromey <tom@tromey.com>
11631
11632 PR python/17386:
11633 * gdb.python/py-value.exp (test_value_numeric_ops): Add tests that
11634 use value as an index.
11635
11636 2016-05-23 Tom Tromey <tom@tromey.com>
11637
11638 PR python/17981:
11639 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add test for
11640 no-breakpoint case.
11641
11642 2016-05-24 Pedro Alves <palves@redhat.com>
11643
11644 PR gdb/19828
11645 * gdb.threads/clone-attach-detach.c: New file.
11646 * gdb.threads/clone-attach-detach.exp: New file.
11647
11648 2016-05-24 Francis Ricci <francisjricci@gmail.com> (tiny patch)
11649
11650 * gdb.base/annota-input-while-running.exp: Fix syntax error.
11651
11652 2016-05-23 Tom Tromey <tom@tromey.com>
11653
11654 PR python/19438, PR python/18393:
11655 * gdb.python/py-progspace.exp: Add "dir" test.
11656 * gdb.python/py-objfile.exp: Add "dir" test.
11657
11658 2016-05-23 Yao Qi <yao.qi@linaro.org>
11659
11660 * gdb.arch/thumb-prologue.exp: Use standard_testfile.
11661 * gdb.arch/thumb2-it.exp: Likewise.
11662
11663 2016-05-18 Simon Marchi <simon.marchi@ericsson.com>
11664
11665 * gdb.mi/mi-threads-interrupt.c: New file.
11666 * gdb.mi/mi-threads-interrupt.exp: New file.
11667
11668 2016-05-17 Simon Marchi <simon.marchi@ericsson.com>
11669
11670 PR gdb/18077
11671 * gdb.mi/mi-async-run.exp: New file.
11672 * gdb.mi/mi-async-run.c: New file.
11673
11674 2016-05-17 Tom Tromey <tom@tromey.com>
11675 Manish Goregaokar <manishsmail@gmail.com>
11676
11677 * lib/rust-support.exp: New file.
11678 * lib/gdb.exp (skip_rust_tests): New proc.
11679 (build_executable_from_specs): Handle rust.
11680 * lib/future.exp (gdb_find_rustc): New proc.
11681 (gdb_default_target_compile): Handle rust.
11682 * gdb.rust/expr.exp: New file.
11683 * gdb.rust/generics.exp: New file.
11684 * gdb.rust/generics.rs: New file.
11685 * gdb.rust/methods.exp: New file.
11686 * gdb.rust/methods.rs: New file.
11687 * gdb.rust/modules.exp: New file.
11688 * gdb.rust/modules.rs: New file.
11689 * gdb.rust/simple.exp: New file.
11690 * gdb.rust/simple.rs: New file.
11691
11692 2016-05-17 Tom Tromey <tom@tromey.com>
11693
11694 * gdb.base/default.exp (set language): Add rust.
11695
11696 2016-05-17 Tom Tromey <tom@tromey.com>
11697
11698 * gdb.gdb/unittest.exp: New file.
11699
11700 2016-05-16 Yao Qi <yao.qi@linaro.org>
11701
11702 * gdb.base/batch-preserve-term-settings.exp: Remove variable
11703 shell_prompt. Update shell_prompt_re.
11704
11705 2016-05-12 Doug Evans <dje@google.com>
11706
11707 PR symtab/19999
11708 * lib/dwarf.exp (build_executable_from_fission_assembler): Pass
11709 $options when building executable.
11710 * gdb.dwarf2/fission-loclists-pie.S: New file.
11711 * gdb.dwarf2/fission-loclists-pie.exp: New file.
11712
11713 2016-05-04 Simon Marchi <simon.marchi@ericsson.com>
11714
11715 * gdb.base/solib-display.exp: Check for [use_gdb_stub] instead
11716 of [is_remote target],
11717
11718 2016-05-04 Simon Marchi <simon.marchi@ericsson.com>
11719
11720 * lib/gdb.exp (use_gdb_stub): New procedure.
11721
11722 2016-05-03 Yunlian Jiang <yunlian@google.com>
11723 Doug Evans <dje@google.com>
11724
11725 PR symtab/19914
11726 * gdb.dwarf2/dwp-sepdebug.c: New file.
11727 * gdb.dwarf2/dwp-sepdebug.exp: New file.
11728
11729 2016-05-02 Simon Marchi <simon.marchi@ericsson.com>
11730
11731 * gdb.base/detach.exp: Remove is_remote check.
11732
11733 2016-05-02 Simon Marchi <simon.marchi@ericsson.com>
11734
11735 * gdb.base/annota-input-while-running.exp: Don't check for
11736 [is_remote target]. Enable annotations after running to main.
11737 Remove unused "set test..." line.
11738
11739 2016-04-28 Simon Marchi <simon.marchi@ericsson.com>
11740
11741 * gdb.trace/trace-enable-disable.exp: New file.
11742 * gdb.trace/trace-enable-disable.c: New file.
11743
11744 2016-04-28 Simon Marchi <simon.marchi@ericsson.com>
11745
11746 * gdb.arch/ftrace-insn-reloc.exp: Save gdb_load_shlib result,
11747 use it in info sharedlibrary test.
11748 * gdb.trace/ftrace-lock.exp: Likewise.
11749 * gdb.trace/ftrace.exp: Likewise.
11750 * gdb.trace/range-stepping.exp: Likewise.
11751 * gdb.trace/trace-break.exp: Likewise.
11752 * gdb.trace/trace-condition.exp: Likewise.
11753 * gdb.trace/trace-mt.exp: Likewise.
11754
11755 2016-04-27 Simon Marchi <simon.marchi@ericsson.com>
11756
11757 * lib/gdb.exp (gdb_load_shlibs): Rename to...
11758 (gdb_load_shlib): ... this.
11759 * gdb.arch/ftrace-insn-reloc.exp: Adjust gdb_load_shlibs ->
11760 gdb_load_shlib.
11761 * gdb.base/catch-load.exp (one_catch_load_test): Likewise.
11762 * gdb.base/ctxobj.exp: Likewise.
11763 * gdb.base/dprintf-pending.exp: Likewise.
11764 * gdb.base/dso2dso.exp: Likewise.
11765 * gdb.base/fixsection.exp: Likewise.
11766 * gdb.base/gcore-relro.exp: Likewise.
11767 * gdb.base/gdb1555.exp: Likewise.
11768 * gdb.base/global-var-nested-by-dso.exp: Likewise.
11769 * gdb.base/gnu-ifunc.exp: Likewise.
11770 * gdb.base/hbreak-in-shr-unsupported.exp: Likewise.
11771 * gdb.base/jit-so.exp (one_jit_test): Likewise.
11772 * gdb.base/pending.exp: Likewise.
11773 * gdb.base/print-file-var.exp: Likewise.
11774 * gdb.base/print-symbol-loading.exp: Likewise.
11775 * gdb.base/shlib-call.exp: Likewise.
11776 * gdb.base/shreloc.exp: Likewise.
11777 * gdb.base/so-impl-ld.exp: Likewise.
11778 * gdb.base/solib-disc.exp: Likewise.
11779 * gdb.base/solib-nodir.exp: Likewise.
11780 * gdb.base/solib-overlap.exp: Likewise.
11781 * gdb.base/solib-symbol.exp: Likewise.
11782 * gdb.base/solib-weak.exp (do_test): Likewise.
11783 * gdb.base/sym-file.exp: Likewise.
11784 * gdb.base/symtab-search-order.exp: Likewise.
11785 * gdb.base/type-opaque.exp: Likewise.
11786 * gdb.base/unload.exp: Likewise.
11787 * gdb.base/watchpoint-solib.exp: Likewise.
11788 * gdb.compile/compile.exp: Likewise.
11789 * gdb.cp/gdb2384.exp: Likewise.
11790 * gdb.cp/infcall-dlopen.exp: Likewise.
11791 * gdb.cp/re-set-overloaded.exp: Likewise.
11792 * gdb.fortran/library-module.exp: Likewise.
11793 * gdb.opt/solib-intra-step.exp: Likewise.
11794 * gdb.python/py-finish-breakpoint.exp: Likewise.
11795 * gdb.python/py-shared.exp: Likewise.
11796 * gdb.reverse/solib-precsave.exp: Likewise.
11797 * gdb.reverse/solib-reverse.exp: Likewise.
11798 * gdb.server/solib-list.exp: Likewise.
11799 * gdb.threads/dlopen-libpthread.exp: Likewise.
11800 * gdb.threads/tls-shared.exp: Likewise.
11801 * gdb.threads/tls-so_extern.exp: Likewise.
11802 * gdb.trace/change-loc.exp: Likewise.
11803 * gdb.trace/ftrace-lock.exp: Likewise.
11804 * gdb.trace/ftrace.exp: Likewise.
11805 * gdb.trace/mi-tracepoint-changed.exp (test_reconnect): Likewise.
11806 * gdb.trace/pending.exp: Likewise.
11807 * gdb.trace/range-stepping.exp: Likewise.
11808 * gdb.trace/strace.exp (strace_remove_socket): Likewise.
11809 (strace_info_marker): Likewise.
11810 (strace_probe_marker): Likewise.
11811 (strace_trace_on_same_addr): Likewise.
11812 (strace_trace_on_diff_addr): Likewise.
11813 * gdb.trace/trace-break.exp: Likewise.
11814 * gdb.trace/trace-condition.exp: Likewise.
11815 * gdb.trace/trace-mt.exp: Likewise.
11816
11817 2016-04-27 Simon Marchi <simon.marchi@ericsson.com>
11818
11819 * lib/gdb.exp (gdb_load_shlibs): Accept a single argument. Return
11820 result of gdb_remote_download.
11821 * gdb.base/ctxobj.exp: Split gdb_load_shlibs call.
11822 * gdb.base/dso2dso.exp: Likewise.
11823 * gdb.base/global-var-nested-by-dso.exp: Likewise.
11824 * gdb.base/print-file-var.exp: Likewise.
11825 * gdb.base/shlib-call.exp: Likewise.
11826 * gdb.base/shreloc.exp: Likewise.
11827 * gdb.base/solib-overlap.exp: Likewise.
11828 * gdb.base/solib-weak.exp (do_test): Likewise.
11829 * gdb.base/unload.exp: Likewise.
11830
11831 2016-04-27 Yao Qi <yao.qi@linaro.org>
11832
11833 * gdb.base/branch-to-self.exp: Skip it if gdb,nosignals
11834 exists.
11835
11836 2016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
11837
11838 * vla-type.exp: Print structure from toplevel.
11839
11840 2016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
11841
11842 * gdb.fortran/vla-type.f90: Add test for static and dynamic arrays
11843 of dynamic types.
11844 * gdb.fortran/vla-type.exp: Add test for static and dynamic arrays
11845 of dynamic types.
11846
11847 2016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
11848
11849 * gdb.fortran/vla-type.f90: New file.
11850 * gdb.fortran/vla-type.exp: New file.
11851
11852 2016-04-25 Yao Qi <yao.qi@linaro.org>
11853
11854 * gdb.base/branch-to-self.c: New file.
11855 * gdb.base/branch-to-self.exp: New file.
11856
11857 2016-04-22 Yao Qi <yao.qi@linaro.org>
11858
11859 * gdb.trace/unavailable.exp (gdb_collect_globals_test_1): Match
11860 more after $hex.
11861
11862 2016-04-22 Yao Qi <yao.qi@linaro.org>
11863
11864 * gdb.base/annota1.exp: Set breakpoint on line $main_line.
11865 * gdb.base/annota3.exp: Likewise.
11866
11867 2016-04-22 Yao Qi <yao.qi@linaro.org>
11868
11869 * gdb.reverse/step-precsave.exp: Do one step and test program
11870 stops in "callee" and do multiple steps until program goes out
11871 of "callee".
11872 * gdb.reverse/step-reverse.exp: Likewise.
11873
11874 2016-04-22 Yao Qi <yao.qi@linaro.org>
11875
11876 * gdb.trace/signal.exp: Also pass if
11877 $tracepoint_hits($i) > $iterations.
11878
11879 2016-04-22 Yao Qi <yao.qi@linaro.org>
11880
11881 * gdb.trace/signal.c: New file.
11882 * gdb.trace/signal.exp: New file.
11883
11884 2016-04-19 Doug Evans <xdje42@gmail.com>
11885
11886 * gdb.base/bad-file.exp: New file.
11887
11888 2016-04-18 Martin Galvan <martin.galvan@tallertechnologies.com>
11889
11890 * gdb.dwarf2/implref.exp: New file.
11891
11892 2016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
11893
11894 * gdb.fortran/common-block.exp: Use type naming defined in lib fortran.
11895 * gdb.fortran/derived-type.exp: Use type naming defined in lib fortran.
11896 * gdb.fortran/multi-dim.exp: Use type naming defined in lib fortran.
11897 * gdb.fortran/vla-datatypes.exp: Use type naming defined in lib fortran.
11898 * gdb.fortran/vla-ptype-sub.exp: Use type naming defined in lib fortran.
11899 * gdb.fortran/vla-ptype.exp: Use type naming defined in lib fortran.
11900 * gdb.fortran/whatis_type.exp: Use type naming defined in lib fortran.
11901 * lib/fortran.exp (fortran_int4): New procedure.
11902 (fortran_real4, fortran_real8, fortran_complex4): Likewise.
11903 (fortran_logical4): Likewise.
11904
11905 2016-04-18 Benrhard Heckel <bernhard.heckel@intel.com>
11906
11907 * lib/gdb.exp (gdb_compile_shlib): Add flag for ICC compiler.
11908
11909 2016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
11910
11911 * lib/compiler.c: Add Intel specific preprocessor macros.
11912 * lib/compiler.cc: Likewise.
11913
11914 2016-04-13 Luis Machado <lgustavo@codesourcery.com>
11915
11916 * gdb.server/connect-with-no-symbol-file.c: New file.
11917 * gdb.server/connect-with-no-symbol-file.exp: New file.
11918
11919 2016-04-13 Simon Marchi <simon.marchi@ericsson.com>
11920
11921 * lib/gdb.exp (gdb_remote_download): Fix and extend comment.
11922
11923 2016-04-13 Simon Marchi <simon.marchi@ericsson.com>
11924
11925 * boards/gdbserver-base.exp (${board}_download): Copy source file to
11926 standard output directory.
11927
11928 2016-04-13 Antoine Tremblay <antoine.tremblay@ericsson.com>
11929
11930 * gdb.trace/trace-condition.exp (foreach): Fix emit_sub testcase.
11931
11932 2016-04-13 Markus Metzger <markus.t.metzger@intel.com>
11933
11934 * gdb.btrace/instruction_history.c (loop): Add declaration.
11935
11936 2016-04-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
11937
11938 * gdb.trace/ftrace.exp (proc): Change test prefix from "ond" to "cond".
11939
11940 2016-04-09 Simon Marchi <simon.marchi@polymtl.ca>
11941
11942 * gdb.python/py-mi-events-gdb.py (signal_stop_handler): Add
11943 parentheses to print.
11944 (continue_handler): Likewise.
11945
11946 2016-04-08 Simon Marchi <simon.marchi@ericsson.com>
11947
11948 * gdb.server/solib-list.exp: Remove is_remote check.
11949 Pass shlib= to gdb_compile. Don't link shared library with
11950 -soname. Call gdb_remote_download instead of gdb_load_shlibs.
11951 Run binary filename through "readlink -f" on the target.
11952
11953 2016-04-08 Pedro Alves <palves@redhat.com>
11954
11955 * gdb.server/solib-list.exp: Don't use gdb_load. Instead pass the
11956 interpreter filename as argument to gdbserver_spawn.
11957 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
11958 Return empty if $last_loaded_file does not exist.
11959
11960 2016-04-08 Jan Kratochvil <jan.kratochvil@redhat.com>
11961
11962 Fix compatibility with gcc-4.8.5-4.el7.x86_64.
11963 * gdb.base/jit-main.c: Use exit after usage.
11964
11965 2016-04-07 Jan Kratochvil <jan.kratochvil@redhat.com>
11966
11967 * gdb.base/gdbhistsize-history.exp: Save and unset GDBHISTFILE and
11968 GDBHISTSIZE prior to the tests.
11969 * gdb.base/gdbinit-history.exp: Likewise.
11970
11971 2016-04-07 Pedro Alves <palves@redhat.com>
11972
11973 * gdb.compile/compile.exp: Use gdb_compile with "shlib=" option
11974 instead of build_executable. Use gdb_load_shlibs.
11975
11976 2016-04-07 Yao Qi <yao.qi@linaro.org>
11977
11978 * gdb.reverse/finish-reverse-bkpt.exp: Use temporary breakpoint.
11979 Execute "si" command.
11980
11981 2016-04-07 Yao Qi <yao.qi@linaro.org>
11982
11983 * gdb.reverse/next-reverse-bkpt-over-sr.exp: Match the breakpoint
11984 number instead of the comments on some line.
11985
11986 2016-04-06 Don Breazeal <donb@codesourcery.com>
11987
11988 * gdb.dwarf2/dw2-opt-structptr.c: New test program.
11989 * gdb.dwarf2/dw2-opt-structptr.exp: New test script.
11990
11991 2016-04-06 Simon Marchi <simon.marchi@ericsson.com>
11992
11993 * gdb.threads/dlopen-libpthread.exp: Set binfile_lib using
11994 standard_output_file. Remove unused binfile variable.
11995
11996 2016-04-05 Catalin Udma <catalin.udma@freescale.com>
11997
11998 * gdb.python/py-mi-objfile-gdb.py: Use "list main" command.
11999 * gdb.python/py-mi-objfile.exp: Match "list main" output
12000 in console format.
12001
12002 2016-04-05 Simon Marchi <simon.marchi@polymtl.ca>
12003
12004 * gdb.arch/ftrace-insn-reloc.exp: Check for IPA basename instead of
12005 absolute.
12006
12007 2016-04-05 Simon Marchi <simon.marchi@ericsson.com>
12008
12009 * gdb.trace/ftrace-lock.exp: Check for IPA basename instead of
12010 absolute.
12011 * gdb.trace/ftrace.exp: Likewise.
12012 * lib/gdb.exp (gdb_compile): Set rpath $ORIGIN for non-remote
12013 targets as well.
12014 (gdb_compile_shlib): Set SONAME for non-remote targets as well.
12015 (gdb_load_shlibs): Copy libraries to test directory when testing
12016 natively. Only set solib-search-path if testing remotely.
12017 * lib/mi-support.exp (mi_load_shlibs): Likewise.
12018
12019 2016-04-05 Simon Marchi <simon.marchi@ericsson.com>
12020
12021 * gdb.base/jit-so.exp: Use gdb_remote_download instead of
12022 gdb_download. Use it even if the target is not remote.
12023 * gdb.base/jit.exp (compile_jit_test): Likewise.
12024 * lib/gdb.exp (gdb_remote_download): Copy files to the standard
12025 output directory if the destination board is local, otherwise use
12026 the standard remote_download from DejaGnu.
12027 (gdb_download): Remove.
12028 (gdb_load_shlibs): Use gdb_remote_download instead of
12029 gdb_download.
12030 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
12031 Use gdb_remote_download instead of gdb_download. Use it even if
12032 the target is not remote.
12033 * lib/mi-support.exp (mi_load_shlibs): Use gdb_remote_download
12034 instead of gdb_download.
12035
12036 2016-04-04 Simon Marchi <simon.marchi@polymtl.ca>
12037
12038 * gdb.mi/mi-breakpoint-changed.exp: Add some with_test_prefix.
12039 (test_insert_delete_modify): Call mi_load_shlibs before trying to
12040 run.
12041
12042 2016-04-01 Artemiy Volkov <artemiyv@acm.org>
12043
12044 PR gdb/19820
12045 * gdb.base/printcmds.exp: Add artificial arrays tests.
12046
12047 2016-03-31 Pedro Alves <palves@redhat.com>
12048
12049 PR gdb/19858
12050 * gdb.base/jit-main.c: Include unistd.h.
12051 (ATTACH): Define to 0 if not already defined.
12052 (wait_for_gdb, mypid): New globals.
12053 (WAIT_FOR_GDB): New macro.
12054 (MAIN): Set an alarm. Store the process's pid. Wait for GDB at
12055 some breakpoint locations.
12056 * gdb.base/jit.exp (clean_reattach, continue_to_test_location):
12057 New procedures.
12058 (one_jit_test): Add REATTACH parameter, and handle it. Use
12059 continue_to_test_location.
12060 (top level): Test attach, and adjusts calls to one_jit_test.
12061
12062 2016-03-31 Pedro Alves <palves@redhat.com>
12063
12064 PR gdb/19858
12065 * gdb.base/jit.exp (compile_jit_test): Add intro comment. Add
12066 BINSUFFIX parameter, and handle it.
12067 (top level): Adjust calls compile_jit_test.
12068
12069 2016-03-31 Catalin Udma <catalin.udma@freescale.com>
12070
12071 PR python/19743
12072 * gdb.python/py-mi-events-gdb.py: New file.
12073 * gdb.python/py-mi-events.c: New file.
12074 * gdb.python/py-mi-events.exp: New file.
12075
12076 2016-03-30 Yao Qi <yao.qi@linaro.org>
12077
12078 * gdb.reverse/until-precsave.exp: Match function name only.
12079 * gdb.reverse/until-reverse.c (main): Don't call fprintf nor printf.
12080 Move malloc to a condition block.
12081 * gdb.reverse/until-reverse.exp: Match function name only.
12082
12083 2016-03-29 Marcin Kościelnicki <koriakin@0x04.net>
12084
12085 * gdb.trace/ftrace.exp: Set arg0exp for s390.
12086 * gdb.trace/mi-trace-frame-collected.exp: Expect 4 registers on s390.
12087 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for s390, add gpr0num
12088 variable for GPR 0 instead of assuming it is register 0.
12089 * gdb.trace/trace-common.h: Add s390 fast tracepoint placeholder.
12090 * lib/trace-support.exp: Add s390 registers.
12091
12092 2016-03-29 Yao Qi <yao.qi@linaro.org>
12093
12094 * gdb.arch/arm-neon.exp: Pass debug to prepare_for_testing.
12095
12096 2016-03-24 Yao Qi <yao.qi@linaro.org>
12097
12098 * gdb.reverse/break-reverse.exp: Add quotation mark in the
12099 test message.
12100
12101 2016-03-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
12102
12103 * gdb.arch/s390-multiarch.exp: Use standard_testfile instead of
12104 maintaining separate logic for constructing the output path.
12105
12106 2016-03-16 Don Breazeal <donb@codesourcery.com>
12107
12108 * gdb.threads/forking-threads-plus-breakpoint.c (thread_forks):
12109 Retry fork and waitpid on interrupted system call errors.
12110 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
12111 Use with_timeout_factor to increase timeout by factor of 10.
12112
12113 2016-03-15 Don Breazeal <donb@codesourcery.com>
12114
12115 * gdb.cp/scope-err.cc: New test program.
12116 * gdb.cp/scope-err.exp: New test script.
12117 * gdb.linespec/ls-errs.c (myfunction): Expanded to have multiple
12118 lines and "set breakpoint here" comment.
12119 * gdb.linespec/ls-errs.exp: Added C++ testing and new test case.
12120 Fixed some whitespace and format issues.
12121 * gdb.mi/mi-linespec-err-cp.cc: New test program.
12122 * gdb.mi/mi-linespec-err-cp.exp: New test script.
12123
12124 2016-03-15 Doug Evans <dje@google.com>
12125
12126 * gdb.xml/extra-regs.xml: Add enum, mixed_flags values.
12127 * gdb.xml/tdesc-regs.exp (load_description): New arg xml_file.
12128 All callers updated. Add tests for enums, mixed flags register.
12129
12130 2016-03-15 Doug Evans <dje@google.com>
12131
12132 * gdb.base/skip.c (main): Call test_skip_file_and_function.
12133 * gdb.base/skip.exp: Remove hand calling test_skip_file_and_function.
12134
12135 2016-03-14 Simon Marchi <simon.marchi@ericsson.com>
12136
12137 * gdb.base/default.exp: Add $_as_string to the list of expected
12138 convenience functions.
12139
12140 2016-03-11 Andrew Burgess <andrew.burgess@embecosm.com>
12141
12142 * gdb.base/maint.exp: New tests for 'maint info line-table'.
12143
12144 2016-03-10 Simon Marchi <simon.marchi@polymtl.ca>
12145
12146 * gdb.python/py-as-string.exp: New file.
12147 * gdb.python/py-as-string.c: New file.
12148
12149 2016-03-09 Pedro Alves <palves@redhat.com>
12150
12151 * gdb.threads/attach-into-signal.exp: Adjust to "Program received
12152 signal" -> "Thread NN received signal" output change.
12153 * gdb.threads/ia64-sigill.exp: Likewise.
12154 * gdb.threads/linux-dp.exp: Likewise.
12155 * gdb.threads/manythreads.exp: Likewise.
12156 * gdb.threads/pending-step.exp: Likewise.
12157 * gdb.threads/print-threads.exp: Likewise.
12158 * gdb.threads/sigstep-threads.exp: Likewise.
12159 * gdb.threads/staticthreads.exp: Likewise.
12160 * gdb.threads/tls.exp: Likewise.
12161
12162 2016-03-09 Pedro Alves <palves@redhat.com>
12163
12164 * gdb.base/command-line-input.exp: New file.
12165
12166 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
12167
12168 * gdb.trace/ftrace.exp: Set arg0exp for ppc.
12169 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for ppc.
12170 * gdb.trace/pending.exp: Accept leading dot before function name.
12171 * gdb.trace/trace-common.h: Add fast tracepoint dummy insn for ppc.
12172 * lib/trace-support.exp: Set registers for ppc.
12173
12174 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
12175
12176 * gdb.trace/entry-values.exp: Link ${binfile}1.o to ${binfile}1 and
12177 use it for disassembly; accept .main in addition to main in backtrace.
12178
12179 2016-03-09 Wei-cheng Wang <cole945@gmail.com>
12180 Marcin Kościelnicki <koriakin@0x04.net>
12181
12182 * gdb.trace/actions.c (gdb_recursion_test_fp): New typedef.
12183 (gdb_recursion_test_ptr): New global variable.
12184 (gdb_recursion_test): Call gdb_recursion_test_ptr instead of
12185 gdb_recursion_test.
12186 (gdb_c_test): Ditto.
12187
12188 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
12189
12190 * gdb.trace/change-loc.exp: Don't depend on tracepoint location
12191 ordering.
12192
12193 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
12194
12195 * gdb.trace/unavailable-dwarf-piece.c (foo): Add foo_start_lbl label.
12196 (bar): Add bar_start_lbl label.
12197 * gdb.trace/unavailable-dwarf-piece.exp: Use foo/bar_start_lbl instead
12198 of foo/bar for emitting DWARF and tracing.
12199
12200 2016-03-06 Sergio Durigan Junior <sergiodj@redhat.com>
12201
12202 * analyze-racy-logs.py: Set executable bit.
12203
12204 2016-03-05 Sergio Durigan Junior <sergiodj@redhat.com>
12205
12206 * Makefile.in (DEFAULT_RACY_ITER): New variable.
12207 (CHECK_TARGET_TMP): Likewise.
12208 (check-single-racy): New rule.
12209 (check-parallel-racy): Likewise.
12210 (TEST_TARGETS): Adjust rule to account for RACY_ITER.
12211 (do-check-parallel-racy): New rule.
12212 (check-racy/%.exp): Likewise.
12213 * README (Racy testcases): New section.
12214 * analyze-racy-logs.py: New file.
12215
12216 2016-03-03 Doug Evans <dje@google.com>
12217
12218 * gdb.base/skip.exp: Use with_test_prefix.
12219
12220 2016-03-03 Yao Qi <yao.qi@linaro.org>
12221
12222 * gdb.base/step-over-syscall.exp (step_over_syscall): Kfail.
12223 Invoke step_over_syscall "clone" and break_cond_on_syscall
12224 "clone".
12225 * gdb.base/step-over-clone.c: New file.
12226
12227 2016-03-03 Yao Qi <yao.qi@linaro.org>
12228
12229 * gdb.base/step-over-syscall.exp (disp_step_cross_syscall): Fix
12230 code format.
12231
12232 2016-03-03 Yao Qi <yao.qi@linaro.org>
12233
12234 * gdb.base/disp-step-fork.c: Rename to ...
12235 * gdb.base/step-over-fork.c: ... it. New file.
12236 * gdb.base/disp-step-vfork.c: Rename to ...
12237 * gdb.base/step-over-vfork.c: ... it. New file.
12238 * gdb.base/disp-step-syscall.exp: Rename to ...
12239 * gdb.base/step-over-syscall.exp: ... it. New file.
12240 (disp_step_cross_syscall): Rename to ...
12241 (step_over_syscall): ... it.
12242
12243 2016-03-03 Yao Qi <yao.qi@linaro.org>
12244
12245 * gdb.base/disp-step-syscall.exp (break_cond_on_syscall): New.
12246 If target supports condition evaluation on target, invoke
12247 break_cond_on_syscall for fork and vfork.
12248
12249 2016-03-03 Yao Qi <yao.qi@linaro.org>
12250
12251 * gdb.base/disp-step-syscall.exp: Don't invoke
12252 support_displaced_stepping.
12253 (disp_step_cross_syscall): Test with displaced stepping off and
12254 on if supported.
12255
12256 2016-03-03 Yao Qi <yao.qi@linaro.org>
12257
12258 * gdb.base/disp-step-syscall.exp (check_pc_after_cross_syscall): New
12259 proc.
12260 (setup): New proc.
12261 (disp_step_cross_syscall): Move code to check_pc_after_cross_syscall
12262 and setup.
12263
12264 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
12265
12266 * gdb.fortran/vla-history.exp: Remove breakpoint.
12267
12268 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
12269
12270 * gdb.fortran/vla-history.exp: Lookup array elements and printing
12271 exceeds timeout.
12272
12273 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
12274
12275 * gdb.cp/vla-cxx.cc: Insert dummy assignment as anchor for an
12276 breakpoint.
12277
12278 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
12279
12280 * gdb.mi/vla.f90: Nullify pointer after declaration.
12281
12282 2016-03-01 Pedro Alves <palves@redhat.com>
12283
12284 * gdb.trace/ftrace-lock.c: Include <unistd.h>.
12285
12286 2016-03-01 Pedro Alves <palves@redhat.com>
12287
12288 * gdb.threads/watchpoint-fork-child.c: Include "watchpoint-fork.h"
12289 before anything else.
12290 * gdb.threads/watchpoint-fork-mt.c: Likewise. Don't define
12291 _GNU_SOURCE here.
12292 * gdb.threads/watchpoint-fork-st.c: Include "watchpoint-fork.h"
12293 before anything else.
12294 * gdb.threads/watchpoint-fork.h: Define _GNU_SOURCE.
12295
12296 2016-03-01 Pedro Alves <palves@redhat.com>
12297
12298 * gdb.base/catch-fork-kill.c: Include <sys/wait.h>.
12299
12300 2016-03-01 Yao Qi <yao.qi@linaro.org>
12301
12302 * gdb.arch/arm-disp-step.exp: Use standard_testfile and
12303 prepare_for_testing.
12304
12305 2016-03-01 Yao Qi <yao.qi@linaro.org>
12306
12307 * gdb.arch/arm-neon.exp: Pass quiet to prepare_for_testing.
12308
12309 2016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
12310
12311 * gdb.arch/s390-tdbregs.exp: Use prepare_for_testing instead of
12312 manually constructing the output path.
12313
12314 2016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
12315
12316 * gdb.arch/s390-stackless.S: New.
12317 * gdb.arch/s390-stackless.exp: New.
12318
12319 2016-02-28 Iain Buclaw <ibuclaw@gdcproject.org>
12320
12321 * gdb.dlang/circular.c: New file.
12322 * gdb.dlang/circular.exp: New file.
12323
12324 2016-02-26 Yao Qi <yao.qi@linaro.org>
12325
12326 * gdb.reverse/insn-reverse.c [__arm__] (ext_reg_load): New.
12327 [__arm__] (ext_reg_mov, ext_reg_push_pop): New.
12328 (testcases): Update.
12329
12330 2016-02-26 Yao Qi <yao.qi@linaro.org>
12331
12332 * gdb.reverse/aarch64.c: Rename to ...
12333 * gdb.reverse/insn-reverse.c: ... it.
12334 * gdb.reverse/aarch64.exp: Rename to ...
12335 * gdb.reverse/insn-reverse.exp: ... it.
12336
12337 2016-02-26 Yao Qi <yao.qi@linaro.org>
12338
12339 * gdb.reverse/aarch64.c: [__aarch64__] Include arm_neon.h.
12340 (testcase_ftype): New.
12341 (testcases): New array.
12342 (n_testcases): New.
12343 (main): Call each element in testcases.
12344 * gdb.reverse/aarch64.exp: Remove is_aarch64_target check.
12345 (read_testcase): New.
12346 Do the tests in a loop.
12347
12348 2016-02-25 Yao Qi <yao.qi@linaro.org>
12349
12350 * gdb.base/branches.c: Remove.
12351
12352 2016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
12353
12354 PR gdb/13808
12355 * gdb.trace/ftrace.exp (test_fast_tracepoints): Remove kfail.
12356
12357 2016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
12358
12359 * gdb.trace/ftrace.exp: Remove unnecessary target check.
12360
12361 2016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
12362
12363 * gdb.trace/entry-values.exp: Surround $call_insn with '\y',
12364 change x86_64 call_insn to 'callq'.
12365
12366 2016-02-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
12367
12368 * gdb.trace/tfile-avx.c: Move to...
12369 * gdb.trace/tracefile-pseudo-reg.c: Here.
12370 * gdb.trace/tfile-avx.exp: Move to...
12371 * gdb.trace/tracefile-pseudo-reg.exp: Here.
12372
12373 2016-02-24 Gary Benson <gbenson@redhat.com>
12374
12375 * gdb.base/attach-pie-noexec.exp: Do not expect an error
12376 message on attach.
12377
12378 2016-02-23 Doug Evans <dje@google.com>
12379
12380 * gdb.base/skip.c (test_skip): New function.
12381 (end_test_skip_file_and_function): New function.
12382 (test_skip_file_and_function): New function.
12383 * gdb.base/skip1.c (test_skip): New function.
12384 (skip1_test_skip_file_and_function): New function.
12385 * gdb.base/skip.exp: Add tests for new skip options.
12386 * gdb.base/skip-solib.exp: Update expected output.
12387 * gdb.perf/skip-command.cc: New file.
12388 * gdb.perf/skip-command.exp: New file.
12389 * gdb.perf/skip-command.py: New file.
12390
12391 2016-02-22 Marcin Kościelnicki <koriakin@0x04.net>
12392
12393 * gdb.trace/unavailable.exp (gdb_unavailable_registers_test_1): Fix
12394 info registers pattern.
12395
12396 2016-02-18 Iain Buclaw <ibuclaw@gdcproject.org>
12397
12398 * lib/future.exp: Add D support.
12399 (gdb_find_gdc): New proc.
12400 (gdb_default_target_compile): Add D support.
12401
12402 2016-02-18 Wei-cheng Wang <cole945@gmail.com>
12403
12404 * gdb.trace/tspeed.c (myclock): Return wallclock instead of
12405 user+system time.
12406 (trace_speed_test): Determine the iteration count for a time
12407 between 15..30 seconds.
12408
12409 2016-02-18 Walfred Tedeschi <walfred.tedeschi@intel.com>
12410
12411 * gdb.arch/i386-mpx-sigsegv.c: New file.
12412 * gdb.arch/i386-mpx-sigsegv.exp: New file.
12413 * gdb.arch/i386-mpx-simple_segv.c: New file.
12414 * gdb.arch/i386-mpx-simple_segv.exp: New file.
12415
12416 2016-02-18 Yao Qi <yao.qi@linaro.org>
12417
12418 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
12419 Don't call setup_kfail.
12420
12421 2016-02-18 Yao Qi <yao.qi@linaro.org>
12422
12423 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
12424 Set "set breakpoint condition-evaluation" per $cond_bp_target.
12425
12426 2016-02-16 Doug Evans <dje@google.com>
12427
12428 * gdb.base/skip.c: Add copyright. Whitespace cleanup.
12429 * gdb.base/skip1.c: Ditto.
12430 * gdb.base/skip.exp: Whitespace cleanup.
12431
12432 2016-02-16 Don Breazeal <donb@codesourcery.com>
12433
12434 PR remote/19496
12435 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
12436 Remove kfail for PR remote/19496.
12437
12438 2016-02-16 Simon Marchi <simon.marchi@ericsson.com>
12439
12440 * lib/gdb.exp (standard_temp_file): Return a path specific to
12441 the runtest invocation.
12442
12443 2016-02-16 Simon Marchi <simon.marchi@ericsson.com>
12444
12445 * gdb.trace/save-trace.exp: Change relative path to be in the
12446 standard output directory.
12447
12448 2016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
12449
12450 * gdb.arch/i386-prologue.c: Add missing prototypes.
12451
12452 2016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
12453
12454 * gdb.arch/i386-gnu-cfi.exp: Use standard_output_file.
12455 * gdb.arch/i386-prologue.exp: Likewise.
12456 * gdb.arch/i386-size.exp: Likewise.
12457
12458 2016-02-15 Simon Marchi <simon.marchi@ericsson.com>
12459
12460 * gdb.base/wrong_frame_bt_full.exp: Use standard_output_file to
12461 define object file path.
12462 * gdb.btrace/gcore.exp: Use standard_output_file to define core
12463 file path.
12464 * lib/opencl.exp (gdb_compile_opencl_hostapp): Use
12465 standard_output_file to define binfile.
12466
12467 2016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
12468
12469 Fix compatibility with recent gfortran-5.3.1.
12470 * gdb.fortran/vla-history.exp (print vla1 allocated)
12471 (print vla2 allocated, print $2, print $3): Remove
12472 (print $4): Rename to ...
12473 (print $2): ... here.
12474 (print $9): Rename to ...
12475 (print $5): ... here.
12476 (print $10): Rename to ...
12477 (print $6): ... here.
12478 * gdb.fortran/vla.f90: Add pvla initialization.
12479
12480 2016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
12481
12482 * gdb.fortran/vla-value-sub-finish.exp (set max-value-size 1024*1024):
12483 New test.
12484 * gdb.fortran/vla-value-sub.exp: Likewise.
12485
12486 2016-02-12 Marcin Kościelnicki <koriakin@0x04.net>
12487
12488 * gdb.trace/tfile-avx.c (main): Change ymm15 to xmm15.
12489
12490 2016-02-12 Simon Marchi <simon.marchi@ericsson.com>
12491
12492 * i386-biarch-core.exp: Define corefile using
12493 standard_output_file.
12494
12495 2016-02-12 Yao Qi <yao.qi@linaro.org>
12496
12497 * gdb.arch/arm-single-step-kernel-helper.c: New.
12498 * gdb.arch/arm-single-step-kernel-helper.exp: New.
12499
12500 2016-02-12 Markus Metzger <markus.t.metzger@intel.com>
12501
12502 * gdb.btrace/tailcall-only.exp: New.
12503 * gdb.btrace/tailcall-only.c: New.
12504 * gdb.btrace/x86_64-tailcall-only.S: New.
12505 * gdb.btrace/i686-tailcall-only.S: New.
12506
12507 2016-02-11 Pedro Alves <palves@redhat.com>
12508
12509 * README (Parallel testing): Add missing double quotes.
12510
12511 2016-02-11 Pedro Alves <palves@redhat.com>
12512
12513 * README (Parallel testing): New section.
12514 (GDB_PARALLEL): Rewrite.
12515 (FORCE_PARALLEL): Document.
12516
12517 2016-02-11 Marcin Kościelnicki <koriakin@0x04.net>
12518
12519 * gdb.trace/tfile-avx.c: New test.
12520 * gdb.trace/tfile-avx.exp: New test.
12521
12522 2016-02-09 Keith Seitz <keiths@redhat.com>
12523
12524 PR breakpoints/19546
12525 * gdb.base/infcall-exec.c: New file.
12526 * gdb.base/infcall-exec2.c: New file.
12527 * gdb.base/infcall-exec.exp: New file.
12528
12529 2016-02-09 Keith Seitz <keiths@redhat.com>
12530
12531 * gdb.guile/scm-breakpoint.exp (test_bkpt_address): New procedure.
12532 (toplevel): Call test_bkpt_address.
12533
12534 2016-02-09 Keith Seitz <keiths@redhat.com>
12535
12536 PR python/19506
12537 * gdb.python/py-breakpoint.exp (test_bkpt_address): New procedure.
12538 (toplevel): Call test_bkpt_address.
12539
12540 2016-02-09 Simon Marchi <simon.marchi@ericsson.com>
12541
12542 * configure.ac: Use AC_CONFIG_FILES instead of passing arguments
12543 to AC_OUTPUT.
12544 * configure: Regenerate.
12545
12546 2016-02-09 Pedro Alves <palves@redhat.com>
12547
12548 PR breakpoints/19548
12549 * gdb.base/execl-update-breakpoints.c (some_function): New
12550 function.
12551 (main): Call it.
12552 * gdb.base/execl-update-breakpoints.exp: Add a second breakpoint.
12553 Tighten expected GDB output.
12554
12555 2016-02-08 Simon Marchi <simon.marchi@ericsson.com>
12556
12557 * Makefile.in (ALL_SUBDIRS): Remove.
12558 (clean mostlyclean): Do not recurse in ALL_SUBDIRS.
12559 (distclean maintainer-clean realclean): Likewise.
12560 * configure.ac (AC_OUTPUT): Remove gdb.*/Makefile.
12561 * configure: Regenerate.
12562 * gdb.ada/Makefile.in: Delete.
12563 * gdb.arch/Makefile.in: Likewise.
12564 * gdb.asm/Makefile.in: Likewise.
12565 * gdb.base/Makefile.in: Likewise.
12566 * gdb.btrace/Makefile.in: Likewise.
12567 * gdb.cell/Makefile.in: Likewise.
12568 * gdb.compile/Makefile.in: Likewise.
12569 * gdb.cp/Makefile.in: Likewise.
12570 * gdb.disasm/Makefile.in: Likewise.
12571 * gdb.dlang/Makefile.in: Likewise.
12572 * gdb.dwarf2/Makefile.in: Likewise.
12573 * gdb.fortran/Makefile.in: Likewise.
12574 * gdb.gdb/Makefile.in: Likewise.
12575 * gdb.go/Makefile.in: Likewise.
12576 * gdb.guile/Makefile.in: Likewise.
12577 * gdb.java/Makefile.in: Likewise.
12578 * gdb.linespec/Makefile.in: Likewise.
12579 * gdb.mi/Makefile.in: Likewise.
12580 * gdb.modula2/Makefile.in: Likewise.
12581 * gdb.multi/Makefile.in: Likewise.
12582 * gdb.objc/Makefile.in: Likewise.
12583 * gdb.opencl/Makefile.in: Likewise.
12584 * gdb.opt/Makefile.in: Likewise.
12585 * gdb.pascal/Makefile.in: Likewise.
12586 * gdb.perf/Makefile.in: Likewise.
12587 * gdb.python/Makefile.in: Likewise.
12588 * gdb.reverse/Makefile.in: Likewise.
12589 * gdb.server/Makefile.in: Likewise.
12590 * gdb.stabs/Makefile.in: Likewise.
12591 * gdb.threads/Makefile.in: Likewise.
12592 * gdb.trace/Makefile.in: Likewise.
12593 * gdb.xml/Makefile.in: Likewise.
12594 * lib/gdb.exp (make_gdb_parallel_path): Add check for
12595 GDB_PARALLEL.
12596 (standard_output_file): Remove check for GDB_PARALLEL, always
12597 return path in outputs/$subdir/$testname.
12598
12599 2016-02-08 Simon Marchi <simon.marchi@ericsson.com>
12600
12601 * Makefile.in (abs_srcdir): Assign @abs_srcdir@.
12602 (site.exp): Assign abs_srcdir to tcl's srcdir.
12603
12604 2016-02-04 Yao Qi <yao.qi@linaro.org>
12605
12606 * gdb.base/foll-exec-mode.c: Include limits.h.
12607 (main): Add parameters argc and argv. Get directory from
12608 argv[0].
12609 * gdb.base/foll-exec-mode.exp: Don't pass -DBASEDIR in
12610 compilation.
12611 * gdb.base/foll-exec.c: Include limits.h.
12612 (main): Add parameters argc and argv.
12613 Get directory from argv[0].
12614 * gdb.base/foll-exec.exp: Don't pass -DBASEDIR in compilation.
12615 Adjust tests on the number of lines as source code changed.
12616 * gdb.base/foll-vfork-exit.c: Include limits.h.
12617 (main): Add one line of statement before vfork.
12618 * gdb.base/foll-vfork.c: Include limits.h and string.h.
12619 (main): Add parameters argc and argv. Get directory from
12620 argv[0].
12621 * gdb.base/foll-vfork.exp: Don't pass -DBASEDIR in compilation.
12622 (setup_gdb): Set tbreak to skip some source lines.
12623 * gdb.multi/bkpt-multi-exec.c: Include limits.h.
12624 (main): Add parameters argc and argv. Get directory from
12625 argv[0].
12626 * gdb.multi/bkpt-multi-exec.exp: Don't pass -DBASEDIR in
12627 compilation.
12628 * gdb.multi/multi-arch-exec.c: Include limits.h and string.h.
12629 (main): Add parameters argc and argv. Get directory from
12630 argv[0].
12631 * gdb.multi/multi-arch-exec.exp: Don't pass -DBASEDIR in
12632 compilation.
12633
12634 2016-02-01 Doug Evans <dje@google.com>
12635
12636 * gdb.base/skip.exp: Clean up multiple references to same test name.
12637
12638 2016-02-01 Pedro Alves <palves@redhat.com>
12639
12640 PR remote/19496
12641 * gdb.threads/forking-threads-plus-breakpoint.exp
12642 (displaced_stepping_supported): New global.
12643 (probe_displaced_stepping_support): New procedure.
12644 (do_test): Add 'displaced' parameter, and use it.
12645 (top level): Check for displaced stepping support. Add displaced
12646 stepping on/off testing axis.
12647
12648 2016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
12649
12650 * gdb.mi/mi-vla-fortran.exp: Add XFAIL for accessing unassociated
12651 pointer. Don't perform further tests on the unassociated pointer
12652 if the first test fails.
12653
12654 2016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
12655
12656 * gdb.base/max-value-size.c: New file.
12657 * gdb.base/max-value-size.exp: New file.
12658 * gdb.base/huge.exp: Disable max-value-size for this test.
12659
12660 2016-01-28 Iain Buclaw <ibuclaw@gdcproject.org>
12661
12662 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
12663
12664 2016-01-28 Yao Qi <yao.qi@linaro.org>
12665
12666 * gdb.fortran/vla-value.exp: Wrap test with with_timeout_factor.
12667
12668 2016-01-25 Pedro Alves <palves@redhat.com>
12669
12670 PR threads/19461
12671 * gdb.base/fork-running-state.c: New file.
12672 * gdb.base/fork-running-state.exp: New file.
12673
12674 2016-01-25 Pedro Alves <palves@redhat.com>
12675
12676 PR gdb/19494
12677 * gdb.base/catch-fork-kill.c: New file.
12678 * gdb.base/catch-fork-kill.exp: New file.
12679
12680 2016-01-25 Pedro Alves <palves@redhat.com>
12681
12682 * gdb.base/step-sw-breakpoint-adjust-pc.exp (foreach_with_prefix):
12683 Delete, moved to lib/gdb.exp.
12684 * gdb.threads/forking-threads-plus-breakpoint.exp
12685 (foreach_with_prefix): Likewise.
12686 * gdb.threads/process-dies-while-handling-bp.exp
12687 (foreach_with_prefix): Likewise.
12688 * lib/gdb.exp (foreach_with_prefix): New procedure.
12689
12690 2016-01-25 Marcin Kościelnicki <koriakin@0x04.net>
12691
12692 * gdb.trace/backtrace.exp: Bump stack collection fudge factor.
12693 * gdb.trace/entry-values.exp: Bump stack collection fudge factor.
12694
12695 2016-01-23 Marcin Kościelnicki <koriakin@0x04.net>
12696
12697 * gdb.trace/unavailable-dwarf-piece.exp: Fix bitfield handling on big
12698 endian targets.
12699
12700 2016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
12701 Pedro Alves <palves@redhat.com>
12702
12703 Fix testsuite compatibility with Guile.
12704 * gdb.gdb/selftest.exp (send ^C to child process): Drop expected Thread
12705 number.
12706
12707 2016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
12708
12709 Fix testsuite compatibility with Guile.
12710 * gdb.gdb/selftest.exp (send ^C to child process): Accept also Thread.
12711 (thread 1): New test for backtrace through signal handler.
12712
12713 2016-01-22 Yao Qi <yao.qi@linaro.org>
12714
12715 PR testsuite/19491
12716 * gdb.base/multi-forks.c: Include
12717 ../lib/unbuffer_output.c
12718 (main): Call gdb_unbuffer_output.
12719
12720 2016-01-21 Doug Evans <dje@google.com>
12721
12722 * lib/ada.exp (gdb_compile_ada): Fix typo.
12723
12724 2016-01-21 Joel Brobecker <brobecker@adacore.com>
12725
12726 * gdb.base/break-fun-addr.exp: New file.
12727 * gdb.base/break-fun-addr1.c: New file.
12728 * gdb.base/break-fun-addr2.c: New file.
12729
12730 2016-01-20 Simon Marchi <simon.marchi@polymtl.ca>
12731
12732 * gdb.python/py-pp-maint.exp: Change/add enum flag tests.
12733 * gdb.python/py-pp-maint.c (enum flag_enum): Use more complex
12734 enum flag values.
12735
12736 2016-01-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
12737
12738 * gdb.base/gnu_vector.exp: Re-establish handling for should_kfail
12739 when GDB can not set the vector return value. Add more comments
12740 for clarification.
12741
12742 2016-01-20 Antoine Tremblay <antoine.tremblay@ericsson.com>
12743
12744 * gdb.trace/tspeed.exp: Use shlib instead of libs in gdb_compile
12745 command.
12746
12747 2016-01-19 Simon Marchi <simon.marchi@ericsson.com>
12748
12749 * Makefile.in (DO_RUNTEST): Add --status and update usages.
12750
12751 2016-01-19 Simon Marchi <simon.marchi@ericsson.com>
12752
12753 * Makefile.in (check-single): Pass --status to runtest.
12754 (check/%.exp): Likewise.
12755
12756 2016-01-19 Simon Marchi <simon.marchi@ericsson.com>
12757
12758 * Makefile.in (check-parallel): Propagate return code from make
12759 do-check-parallel.
12760
12761 2016-01-19 Marcin Kościelnicki <koriakin@0x04.net>
12762
12763 * gdb.trace/ftrace.exp: Fix expected message on continue.
12764 * gdb.trace/pending.exp: Fix expected message on continue.
12765 * gdb.trace/trace-break.exp: Fix expected message on continue.
12766
12767 2016-01-18 Simon Marchi <simon.marchi@ericsson.com>
12768
12769 * lib/gdb.exp (gdb_test): Remove unused global references.
12770
12771 2016-01-18 Pedro Alves <palves@redhat.com>
12772
12773 * gdb.base/async-shell.exp: Adjust expected output.
12774 * gdb.base/dprintf-non-stop.exp: Adjust expected output.
12775 * gdb.base/siginfo-thread.exp: Adjust expected output.
12776 * gdb.base/watchpoint-hw-hit-once.exp: Adjust expected output.
12777 * gdb.java/jnpe.exp: Adjust expected output.
12778 * gdb.threads/clone-new-thread-event.exp: Adjust expected output.
12779 * gdb.threads/continue-pending-status.exp: Adjust expected output.
12780 * gdb.threads/leader-exit.exp: Adjust expected output.
12781 * gdb.threads/manythreads.exp: Adjust expected output.
12782 * gdb.threads/pthreads.exp: Adjust expected output.
12783 * gdb.threads/schedlock.exp: Adjust expected output.
12784 * gdb.threads/siginfo-threads.exp: Adjust expected output.
12785 * gdb.threads/signal-command-multiple-signals-pending.exp: Adjust
12786 expected output.
12787 * gdb.threads/signal-delivered-right-thread.exp: Adjust expected
12788 output.
12789 * gdb.threads/sigthread.exp: Adjust expected output.
12790 * gdb.threads/watchpoint-fork.exp: Adjust expected output.
12791
12792 2016-01-18 Yao Qi <yao.qi@linaro.org>
12793
12794 * gdb.guile/scm-section-script.c: Replace @progbits with
12795 %progbits.
12796 * gdb.python/py-section-script.c: Likewise.
12797
12798 2016-01-15 Pedro Alves <palves@redhat.com>
12799
12800 * gdb.multi/tids.exp: Test star wildcard ranges.
12801
12802 2016-01-15 Pedro Alves <palves@redhat.com>
12803
12804 * gdb.multi/tids.exp (thr_apply_info_thr_error): Remove "p 1234"
12805 command from "thread apply" invocation.
12806 (thr_apply_info_thr_invalid): Default the expected output to the
12807 input tid list.
12808 (top level): Add tests that use convenience variables. Add tests
12809 for "thread apply" with a valid TID list, but missing the command.
12810
12811 2016-01-13 Pedro Alves <palves@redhat.com>
12812
12813 * gdb.base/default.exp: Expect $_gthread as well.
12814 * gdb.multi/tids.exp: Test $_gthread.
12815 * gdb.threads/thread-specific.exp: Test $_gthread.
12816
12817 2016-01-13 Pedro Alves <palves@redhat.com>
12818
12819 * gdb.multi/tids.exp: Test "info threads -gid".
12820
12821 2016-01-13 Pedro Alves <palves@redhat.com>
12822
12823 * gdb.multi/tids.exp: Test InferiorThread.global_num and
12824 Breakpoint.thread.
12825 * gdb.python/py-infthread.exp: Test InferiorThread.global_num.
12826
12827 2016-01-07 Pedro Alves <palves@redhat.com>
12828
12829 * gdb.base/break.exp: Adjust to output changes.
12830 * gdb.base/hbreak2.exp: Likewise.
12831 * gdb.base/sepdebug.exp: Likewise.
12832 * gdb.base/watch_thread_num.exp: Likewise.
12833 * gdb.linespec/keywords.exp: Likewise.
12834 * gdb.multi/info-threads.exp: Likewise.
12835 * gdb.threads/thread-find.exp: Likewise.
12836 * gdb.multi/tids.c: New file.
12837 * gdb.multi/tids.exp: New file.
12838
12839 2016-01-13 Pedro Alves <palves@redhat.com>
12840
12841 * gdb.python/py-infthread.exp: Test InferiorThread.inferior.
12842
12843 2016-01-13 Pedro Alves <palves@redhat.com>
12844
12845 * gdb.base/default.exp: Expect $_inferior as well.
12846 * gdb.multi/base.exp: Test $_inferior.
12847
12848 2016-01-13 Pedro Alves <palves@redhat.com>
12849
12850 PR breakpoints/19388
12851 * gdb.base/catch-signal-siginfo-cond.c: New file.
12852 * gdb.base/catch-signal-siginfo-cond.exp: New file.
12853
12854 2016-01-12 Josh Stone <jistone@redhat.com>
12855 Philippe Waroquiers <philippe.waroquiers@skynet.be>
12856
12857 * gdb.base/catch-syscall.c (do_execve): New variable.
12858 (main): Conditionally trigger an execve.
12859 * gdb.base/catch-syscall.exp: Enable testing for remote targets.
12860 (test_catch_syscall_execve): New, check entry/return across execve.
12861 (do_syscall_tests): Call test_catch_syscall_execve.
12862
12863 2016-01-12 Pedro Alves <palves@redhat.com>
12864
12865 * gdb.base/random-signal.exp (do_test): New procedure, with body
12866 of testcase moved in.
12867
12868 2016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
12869 Pedro Alves <palves@redhat.com>
12870
12871 * gdb.base/funcargs.exp (finish from indirectly called function):
12872 Reintroduce the case for 'First'.
12873
12874 2016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
12875 Pedro Alves <palves@redhat.com>
12876
12877 * gdb.base/foll-vfork.exp (tcatch_vfork_then_parent_follow)
12878 (tcatch_vfork_then_child_follow_exec)
12879 (tcatch_vfork_then_child_follow_exit): Revert back DWARF vfork
12880 identification.
12881
12882 2016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
12883
12884 * gdb.guile/scm-value.exp (test_value_in_inferior): Set print elements
12885 and repeats to unlimited.
12886 * gdb.python/py-value.exp: Likewise.
12887 * lib/gdb.exp (gdb_has_argv0): Save and temporarily set print elements
12888 and repeats to unlimited.
12889
12890 2016-01-08 Jan Kratochvil <jan.kratochvil@redhat.com>
12891
12892 * gdb.multi/goodbye.c: Fix compilation warnings by adding return types
12893 and reordering the functions.
12894 * gdb.multi/hangout.c: Likewise.
12895 * gdb.multi/hello.c: Likewise.
12896
12897 2016-01-08 Simon Marchi <simon.marchi@ericsson.com>
12898
12899 * gdb.perf/lib/perftest/perftest.py: Change relative imports to
12900 absolute.
12901 (SingleStatisticTestResult.report): Use dict.keys instead of
12902 dict.iterkeys.
12903
12904 2016-01-06 Pedro Alves <palves@redhat.com>
12905
12906 * gdb.python/py-infthread.exp: Fix typo. Expect t0.num to be 1.
12907
12908 2016-01-04 Markus Metzger <markus.t.metzger@intel.com>
12909
12910 * gdb.btrace/dlopen.exp: New.
12911 * gdb.btrace/dlopen.c: New.
12912 * gdb.btrace/dlopen-dso.c: New.
12913
12914 2015-12-25 Sandra Loosemore <sandra@codesourcery.com>
12915
12916 * lib/gdb.exp (gdb_test): Update comments to clarify that the
12917 PATTERN argument is optional.
12918
12919 2015-12-24 Joel Brobecker <brobecker@adacore.com>
12920
12921 * lib/ada.exp (target_compile_ada_from_dir): New function.
12922 (gdb_compile_ada): Reimplement avoiding the use of project files.
12923 * gdb.ada/gnat_ada.gpr: Delete.
12924 * gdb.ada/cond_lang.exp: Adjust test to make path before
12925 filename optional.
12926 * gdb.ada/small_reg_param.exp: Likewise.
12927
12928 2015-12-22 Simon Marchi <simon.marchi@ericsson.com>
12929
12930 * gdb.base/foll-vork.exp: Remove HP-UX special case.
12931
12932 2015-12-22 Thomas Preud'homme <thomas.preudhomme@arm.com>
12933
12934 * lib/mi-support.exp (mi_run_cmd_full): Add an expect for the CLI jump
12935 case.
12936
12937 2015-12-21 Simon Marchi <simon.marchi@ericsson.com>
12938
12939 * gdb.base/break.exp: Remove dead code.
12940 * gdb.base/sepdebug.exp: Likewise.
12941
12942 2015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
12943
12944 * gdb.asm/asm-source.exp: Remove HP-UX references.
12945 * gdb.base/annota1.exp: Likewise.
12946 * gdb.base/annota3.exp: Likewise.
12947 * gdb.base/attach.exp: Likewise.
12948 * gdb.base/bigcore.exp: Likewise.
12949 * gdb.base/break.exp: Likewise.
12950 * gdb.base/call-ar-st.exp: Likewise.
12951 * gdb.base/callfuncs.exp: Likewise.
12952 * gdb.base/catch-fork-static.exp: Likewise.
12953 * gdb.base/display.exp: Likewise.
12954 * gdb.base/foll-exec-mode.exp: Likewise.
12955 * gdb.base/foll-exec.exp: Likewise.
12956 * gdb.base/foll-fork.exp: Likewise.
12957 * gdb.base/foll-vfork.exp: Likewise.
12958 * gdb.base/funcargs.exp: Likewise.
12959 * gdb.base/hbreak2.exp: Likewise.
12960 * gdb.base/inferior-died.exp: Likewise.
12961 * gdb.base/interrupt.exp: Likewise.
12962 * gdb.base/multi-forks.exp: Likewise.
12963 * gdb.base/nodebug.exp: Likewise.
12964 * gdb.base/sepdebug.exp: Likewise.
12965 * gdb.base/solib1.c: Likewise.
12966 * gdb.base/step-test.exp: Likewise.
12967 * gdb.mi/non-stop.c: Likewise.
12968 * gdb.mi/pthreads.c: Likewise.
12969 * gdb.multi/bkpt-multi-exec.ex: Likewise.
12970 * gdb.threads/pthreads.c: Likewise.
12971 * gdb.threads/staticthreads.exp: Likewise.
12972 * lib/future.exp: Likewise.
12973 * lib/gdb.exp: Likewise.
12974 * gdb.base/so-indr-cl.c: Remove.
12975 * gdb.base/so-indr-cl.exp: Likewise.
12976 * gdb.base/solib.c: Likewise.
12977 * gdb.base/solib.exp: Likewise.
12978 * gdb.base/solib2.c: Likewise.
12979
12980 2015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
12981
12982 * gdb.base/break.exp: Remove references to HP CC/aCC compilers.
12983 * gdb.base/call-ar-st.exp: Likewise.
12984 * gdb.base/callfuncs.exp: Likewise.
12985 * gdb.base/condbreak.exp: Likewise.
12986 * gdb.base/constvars.exp: Likewise.
12987 * gdb.base/hbreak2.exp: Likewise.
12988 * gdb.base/langs.exp: Likewise.
12989 * gdb.base/list.exp: Likewise.
12990 * gdb.base/long_long.exp: Likewise.
12991 * gdb.base/ptype.exp: Likewise.
12992 * gdb.base/scope.exp: Likewise.
12993 * gdb.base/signals.exp: Likewise.
12994 * gdb.base/so-impl-ld.exp: Likewise.
12995 * gdb.base/varargs.exp: Likewise.
12996 * gdb.base/volatile.exp: Likewise.
12997 * gdb.base/whatis.exp: Likewise.
12998 * gdb.cp/cplusfuncs.exp: Likewise.
12999 * gdb.cp/inherit.exp: Likewise.
13000 * gdb.cp/local.exp: Likewise.
13001 * gdb.cp/member-ptr.exp: Likewise.
13002 * gdb.cp/method.exp: Likewise.
13003 * gdb.cp/overload.exp: Likewise.
13004 * gdb.cp/templates.exp: Likewise.
13005 * gdb.stabs/weird.exp: Likewise.
13006 * lib/compiler.c: Likewise.
13007 * lib/compiler.cc: Likewise.
13008 * lib/cp-support.exp: Likewise.
13009 * lib/gdb.exp: Likewise.
13010
13011 2015-12-20 Simon Marchi <simon.marchi@polymtl.ca>
13012
13013 * configure.ac: Remove HP-UX case.
13014 * configure: Regenerate.
13015
13016 2015-12-18 Simon Marchi <simon.marchi@ericsson.com>
13017
13018 * lib/gdb.exp (gdb_compile): Add function doc.
13019
13020 2015-12-17 Pedro Alves <palves@redhat.com>
13021
13022 PR threads/19354
13023 * gdb.multi/info-threads.exp: New file.
13024
13025 2015-12-15 Yao Qi <yao.qi@linaro.org>
13026
13027 * gdb.trace/ftrace.exp: Set arg0exp to "$x0" if target
13028 is aarch64*-*-*.
13029
13030 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
13031
13032 * gdb.base/history-duplicates.exp: Skip if no readline support.
13033
13034 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
13035
13036 * gdb.base/gdbinit-history.exp: Skip for remote-host testing.
13037
13038 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
13039
13040 * gdb.base/gdbhistsize-history.exp: Skip for remote-host testing.
13041
13042 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
13043
13044 * gdb.base/completion.exp: Skip tests that interrupt GDB with
13045 ctrl-C if nointerrupts target property is set.
13046 * gdb.base/double-prompt-target-event-error.exp: Likewise.
13047 * gdb.base/paginate-after-ctrl-c-running.exp: Likewise.
13048 * gdb.base/paginate-bg-execution.exp: Likewise.
13049 * gdb.base/paginate-execution-startup.exp: Likewise.
13050 * gdb.base/random-signal.exp: Likewise.
13051 * gdb.base/range-stepping.exp: Likewise.
13052 * gdb.cp/annota2.exp: Likewise.
13053 * gdb.cp/annota3.exp: Likewise.
13054 * gdb.gdb/selftest.exp: Likewise.
13055 * gdb.threads/continue-pending-status.exp: Likewise.
13056 * gdb.threads/leader-exit.exp: Likewise.
13057 * gdb.threads/manythreads.exp: Likewise.
13058 * gdb.threads/pthreads.exp: Likewise.
13059 * gdb.threads/schedlock.exp: Likewise.
13060 * gdb.threads/sigthread.exp: Likewise.
13061
13062 2015-12-11 Don Breazeal <donb@codesourcery.com>
13063
13064 * gdb.base/execl-update-breakpoints.exp (main): Enable for target
13065 remote.
13066 * gdb.base/foll-exec-mode.exp (main): Disable for target remote.
13067 * gdb.base/foll-exec.exp (main): Enable for target remote.
13068 * gdb.base/foll-fork.exp (main): Likewise.
13069 * gdb.base/foll-vfork.exp (main): Likewise.
13070 * gdb.base/multi-forks.exp (main): Likewise, and use clean_restart.
13071 (proc continue_to_exit_bp_loc): Use clean_restart.
13072 * gdb.base/pie-execl.exp (main): Disable for target remote.
13073 * gdb.base/watch-vfork.exp (main): Enable for target remote.
13074 * gdb.mi/mi-nsthrexec.exp (main): Likewise.
13075 * gdb.threads/execl.exp (main): Likewise.
13076 * gdb.threads/fork-child-threads.exp (main): Likewise.
13077 * gdb.threads/fork-plus-threads.exp (main): Disable for target
13078 remote.
13079 * gdb.threads/fork-thread-pending.exp (main): Enable for target
13080 remote.
13081 * gdb.threads/linux-dp.exp (check_philosopher_stack): Allow
13082 pid.tid style ptids, instead of just tid.
13083 * gdb.threads/thread-execl.exp (main): Enable for target remote.
13084 * gdb.threads/watchpoint-fork.exp (main): Likewise.
13085 * gdb.trace/report.exp (use_collected_data): Allow pid.tid style
13086 ptids, instead of just tid.
13087
13088 2015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
13089
13090 * gdb.base/list.exp (test_list_forward): Add end of file error
13091 test.
13092 (test_repeat_list_command): Add end of file error test.
13093 (test_list_backwards): Add beginning of file error test.
13094
13095 2015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
13096
13097 * gdb.base/list.exp (test_list_invalid_args): New function,
13098 defined, and called.
13099
13100 2015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
13101
13102 * gdb.base/list.exp (test_list): Make test names unique.
13103
13104 2015-12-11 Yao Qi <yao.qi@linaro.org>
13105
13106 * gdb.base/coremaker2.c: Remove.
13107
13108 2015-12-10 Pedro Alves <palves@redhat.com>
13109
13110 * gdb.multi/base.exp: Remove stale "spaces" references.
13111
13112 2015-12-10 Pedro Alves <palves@redhat.com>
13113
13114 * gdb.multi/base.exp: Don't use nowarnings.
13115 * gdb.multi/bkpt-multi-exec.exp: Don't use nowarnings.
13116 * gdb.multi/hangout.c: Include stdio.h.
13117 * gdb.multi/hello.c: Include stdlib.h.
13118 * gdb.multi/multi-arch-exec.c: Include stdlib.h.
13119 * gdb.multi/multi-arch-exec.exp: Don't use nowarnings.
13120 * gdb.multi/multi-arch.exp: Don't use nowarnings.
13121
13122 2015-12-10 Andrew Burgess <andrew.burgess@embecosm.com>
13123
13124 * gdb.dwarf2/dw2-ranges-base.c: New file.
13125 * gdb.dwarf2/dw2-ranges-base.exp: New file.
13126 * lib/dwarf.exp (namespace eval Dwarf): Add new variables to
13127 support additional line table, and debug ranges generation.
13128 (Dwarf::ranges): New function, generate .debug_ranges.
13129 (Dwarf::lines): Support generating simple line table programs.
13130 (Dwarf::assemble): Initialise new namespace variables.
13131
13132 2015-12-09 Kevin Buettner <kevinb@redhat.com>
13133
13134 * gdb.base/async.exp (proc test_background): Add case for
13135 asynchronous execution not supported.
13136
13137 2015-12-09 Luis Machado <lgustavo@codesourcery.com>
13138
13139 * gdb.mi/mi-var-display.exp: Add new checks for the zero-hexadecimal
13140 format and change test names to make them unique.
13141
13142 2015-12-09 Ruslan Kabatsayev <b7.10110111@gmail.com>
13143 Pedro Alves <pedro@redhat.com>
13144
13145 PR gdb/18702
13146 Add checking of floatformats setup on x86_64 hosts.
13147 * gdb.arch/i386-float.S (main): Load bigval and smallval.
13148 (smallval, bigval): New labels/constants.
13149 * gdb.arch/i386-float.exp: Use with_test_prefix and test "info
13150 float" after loading bigval and smallval.
13151
13152 2015-12-07 Pierre-Marie de Rodat <derodat@adacore.com>
13153
13154 * gdb.ada/fun_overload_menu.exp: New testcase.
13155 * gdb.ada/fun_overload_menu/foo.adb: New testcase.
13156
13157 2015-12-04 Josh Stone <jistone@redhat.com>
13158
13159 * gdb.base/catch-fork-static.exp: New.
13160
13161 2015-12-03 Yao Qi <yao.qi@linaro.org>
13162
13163 * gdb.base/sizeof.c: Don't include stdio.h and
13164 ../lib/unbuffer_output.c.
13165 (main): New variable 'size' and 'value'. Remove printf and
13166 gdb_unbuffer_output. Assign return value to size and value.
13167 * gdb.base/sizeof.exp: Remove the checking to gdb,noinferiorio
13168 at the beginning.
13169 (check_sizeof): Check the result by printing variable 'size'.
13170 (check_valueof): Check the result by printing variable 'value'.
13171
13172 2015-12-01 Yao Qi <yao.qi@linaro.org>
13173
13174 * gdb.base/disp-step-syscall.exp: Define syscall instruction
13175 for aarch64*-*-linux* target.
13176
13177 2015-11-30 Pedro Alves <palves@redhat.com>
13178
13179 * gdb.threads/no-unwaited-for-left.exp: Remove setup_kfail calls.
13180
13181 2015-11-30 Pedro Alves <palves@redhat.com>
13182
13183 * lib/range-stepping-support.exp (exec_cmd_expect_vCont_count):
13184 Handle non-stop mode vCont replies.
13185
13186 2015-11-30 Pedro Alves <palves@redhat.com>
13187
13188 * gdb.base/dprintf-non-stop.exp: Use build_executable instead of
13189 prepare_for_testing. Start gdb with "set non-stop on" appended to
13190 GDBFLAGS. Lax expected stop output.
13191
13192 2015-11-27 Yao Qi <yao.qi@linaro.org>
13193
13194 * gdb.arch/arm-neon.exp: New.
13195 * gdb.arch/arm-neon.c: New.
13196
13197 2015-11-27 Yao Qi <yao.qi@linaro.org>
13198
13199 * gdb.cp/annota2.exp: Rewrite the pattern using multi_line.
13200
13201 2015-11-27 Yao Qi <yao.qi@linaro.org>
13202
13203 * gdb.cp/annota2.exp: Allow multiple occurrences of the
13204 frames-invalid annotation.
13205
13206 2015-11-27 Yao Qi <yao.qi@linaro.org>
13207
13208 * gdb.cp/annota2.exp: Use ${frames_invalid}.
13209
13210 2015-11-26 Simon Marchi <simon.marchi@ericsson.com>
13211
13212 * gdb.threads/names.exp: New file.
13213 * gdb.threads/names.c: New file.
13214 * README: Mention gdb,no_thread_names.
13215
13216 2015-11-26 Markus Metzger <markus.t.metzger@intel.com>
13217
13218 PR 19297
13219 * lib/gdb.exp (skip_btrace_pt_tests): Check for a "GDB does not
13220 support" error.
13221
13222 2015-11-24 Pedro Alves <palves@redhat.com>
13223
13224 PR 17539
13225 * gdb.base/display.exp: Expect displays to be sorted in ascending
13226 order. Use multi_line.
13227 * gdb.base/solib-display.exp: Likewise.
13228
13229 2015-11-24 Pedro Alves <palves@redhat.com>
13230
13231 PR 17539
13232 * gdb.base/display.exp: Expect displays to be sorted in ascending
13233 order. Use multi_line.
13234 * gdb.base/solib-display.exp: Likewise.
13235
13236 2015-11-24 Pedro Alves <palves@redhat.com>
13237
13238 PR 17539
13239 * gdb.base/foll-exec-mode.exp: Adjust to GDB listing inferiors and
13240 threads in ascending order.
13241 * gdb.base/foll-fork.exp: Likewise.
13242 * gdb.base/foll-vfork.exp: Likewise.
13243 * gdb.base/multi-forks.exp: Likewise.
13244 * gdb.mi/mi-nonstop.exp: Likewise.
13245 * gdb.mi/mi-nsintrall.exp: Likewise.
13246 * gdb.multi/base.exp: Likewise.
13247 * gdb.multi/multi-arch.exp: Likewise.
13248 * gdb.python/py-inferior.exp: Likewise.
13249 * gdb.threads/break-while-running.exp: Likewise.
13250 * gdb.threads/execl.exp: Likewise.
13251 * gdb.threads/gcore-thread.exp: Likewise.
13252 * gdb.threads/info-threads-cur-sal.exp: Likewise.
13253 * gdb.threads/kill.exp: Likewise.
13254 * gdb.threads/linux-dp.exp: Likewise.
13255 * gdb.threads/multiple-step-overs.exp: Likewise.
13256 * gdb.threads/next-bp-other-thread.exp: Likewise.
13257 * gdb.threads/step-bg-decr-pc-switch-thread.exp: Likewise.
13258 * gdb.threads/step-over-lands-on-breakpoint.exp: Likewise.
13259 * gdb.threads/step-over-trips-on-watchpoint.exp: Likewise.
13260 * gdb.threads/thread-find.exp: Likewise.
13261 * gdb.threads/tls.exp: Likewise.
13262 * lib/mi-support.exp (mi_reverse_list): Delete.
13263 (mi_check_thread_states): No longer reverse list.
13264
13265 2015-11-24 Pedro Alves <palves@redhat.com>
13266
13267 * gdb.python/py-inferior.exp: Use with_test_prefix. Consistently
13268 use lowercase.
13269
13270 2015-11-23 Simon Marchi <simon.marchi@ericsson.com>
13271
13272 * gdb.trace/actions.c: Include trace-common.h.
13273 (main): Add a location for a fast tracepoint.
13274 * gdb.trace/save-trace.exp: Set a fast tracepoint in addition to
13275 the normal tracepoints.
13276 (gdb_verify_tracepoints): Adjust number of expected tracepoints.
13277
13278 2015-11-23 Simon Marchi <simon.marchi@ericsson.com>
13279
13280 * save-trace.exp: Factor out code to these...
13281 (gdb_save_tracepoints): New.
13282 (gdb_load_tracepoints): New.
13283 (do_save_load_test): New.
13284
13285 2015-11-23 Kevin Buettner <kevinb@redhat.com>
13286
13287 * gdb.base/asmlabel.exp: New test.
13288 * gdb.base/asmlabel.c: New test case.
13289
13290 2015-11-23 Joel Brobecker <brobecker@adacore.com>
13291
13292 * gdb.base/wrong_frame_bt_full-main.c: New file.
13293 * gdb.base/wrong_frame_bt_full-opaque.c: New file.
13294 * gdb.base/wrong_frame_bt_full.exp: New file.
13295
13296 2015-11-23 Joel Brobecker <brobecker@adacore.com>
13297
13298 * testsuite/gdb.ada/var_rec_arr.exp: Add "ptype a1(1)" test.
13299
13300 2015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
13301
13302 * gdb.base/callfuncs.exp (fetch_all_registers): Filter out the
13303 pstate register when comparing registers values in
13304 sparc64-*-linux-gnu targets to avoid spurious differences.
13305
13306 2015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
13307
13308 * gdb.arch/sparc-sysstep.c: Include unistd.h for getpid.
13309
13310 2015-11-19 Sandra Loosemore <sandra@codesourcery.com>
13311
13312 * gdb.base/nested-subp1.exp: Pass executable, not executable name,
13313 as type argument to gdb_compile.
13314 * gdb.base/nested-subp2.exp: Likewise.
13315 * gdb.base/nested-subp3.exp: Likewise.
13316
13317 2015-11-17 Dominik Vogt <vogt@linux.vnet.ibm.com>
13318
13319 * lib/dwarf.exp (_note): Fix left shift of negative value.
13320 * gdb.trace/trace-condition.exp: Likewise.
13321
13322 2015-11-13 Yao Qi <yao.qi@linaro.org>
13323
13324 * gdb.base/call-sc.exp (test_scalar_returns): Remove the
13325 comments about d10v.
13326 (test_scalar_returns): Likewise.
13327 * gdb.base/d10v.ld: Remove.
13328 * gdb.base/overlays.exp: Remove the target triplet checking for
13329 d10v-*-*.
13330 * gdb.base/structs.exp (test_struct_returns): Remove the
13331 comments about d10v.
13332 (test_struct_calls): Likewise.
13333
13334 2015-11-13 Yao Qi <yao.qi@linaro.org>
13335
13336 * gdb.base/gnu_vector.exp: Check the return value by "p res".
13337 * gdb.base/gnu_vector.c: Don't include stdio.h.
13338 (main): Don't print res and call add_some_intvecs.
13339
13340 2015-11-11 Marcin Kościelnicki <koriakin@0x04.net>
13341
13342 * gdb.trace/change-loc.h: include "trace-common.h", remove SYMBOL
13343 macro.
13344 (func5): Removed.
13345 (func4): Use FAST_TRACEPOINT_LABEL.
13346 * gdb.trace/ftrace-lock.c: include "trace-common.h", remove SYMBOL
13347 macro.
13348 (func): Removed.
13349 (thread_function): Use FAST_TRACEPOINT_LABEL.
13350 * gdb.trace/ftrace.c: include "trace-common.h", remove SYMBOL macro.
13351 (func): Remove.
13352 (marker): Use FAST_TRACEPOINT_LABEL.
13353 * gdb.trace/pendshr1.c: include "trace-common.h", remove SYMBOL macro.
13354 (pendfunc1): Remove.
13355 (pendfunc): Use FAST_TRACEPOINT_LABEL.
13356 * gdb.trace/pendshr2.c: include "trace-common.h", remove SYMBOL macro.
13357 (foo): Remove.
13358 (pendfunc2): Use FAST_TRACEPOINT_LABEL.
13359 * gdb.trace/trace-break.c: include "trace-common.h", remove SYMBOL
13360 macro.
13361 (func): Remove.
13362 (marker): Use FAST_TRACEPOINT_LABEL.
13363 * gdb.trace/trace-common.h: New header.
13364 * gdb.trace/trace-condition.c: include "trace-common.h", remove SYMBOL
13365 macro.
13366 (func): Remove.
13367 (marker): Use FAST_TRACEPOINT_LABEL.
13368 * gdb.trace/trace-mt.c: include "trace-common.h", remove SYMBOL macro.
13369 (func): Remove.
13370 (thread_function): Use FAST_TRACEPOINT_LABEL.
13371
13372 2015-11-10 Marcin Kościelnicki <koriakin@0x04.net>
13373
13374 * gdb.trace/backtrace.exp: Use global fpreg/spreg definition, add $
13375 in front.
13376 * gdb.trace/change-loc.exp: Use global pcreg definition.
13377 * gdb.trace/collection.exp: Use global pcreg/fpreg/spreg definition.
13378 * gdb.trace/entry-values.exp: Use global spreg definition, add $
13379 in front.
13380 * gdb.trace/mi-trace-frame-collected.exp: Use global pcreg definition.
13381 * gdb.trace/pending.exp: Likewise.
13382 * gdb.trace/report.exp: Use global pcreg/fpreg/spreg definition.
13383 * gdb.trace/trace-break.exp: Likewise.
13384 * gdb.trace/trace-condition.exp: Use global pcreg definition, add $
13385 in front.
13386 * gdb.trace/unavailable.exp: Use global pcreg/fpreg/spreg definition.
13387 * gdb.trace/while-dyn.exp: Use global fpreg definition, add $
13388 in front.
13389 * lib/trace-support.exp: Define fpreg, spreg, pcreg variables.
13390
13391 2015-11-09 Joel Brobecker <brobecker@adacore.com>
13392
13393 * gdb.ada/fin_fun_out: New testcase.
13394
13395 2015-11-07 Kevin Buettner <kevinb@redhat.com>
13396
13397 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Don't hardcode
13398 value associated with DW_AT_byte_size.
13399 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Don't hardcode
13400 constants for DW_AT_byte_size, DW_AT_lower_bound, and
13401 DW_AT_upper_bound.
13402
13403 2015-11-07 Kevin Buettner <kevinb@redhat.com>
13404
13405 * lib/gdb (gdb_target_symbol_prefix_flags_asm): New proc.
13406 (gdb_target_symbol_prefix_flags): Define in terms of _asm
13407 version.
13408 * gdb.arch/i386-float.exp, gdb.arch/i386-permbkpt.exp,
13409 gdb.dwarf2/dw2-canonicalize-type.exp,
13410 gdb.dwarf2/dw2-compdir-oldgcc.exp, gdb.dwarf2/dw2-minsym-in-cu.exp,
13411 gdb.dwarf2/dw2-op-stack-value.exp, gdb.dwarf2/dw2-unresolved.exp,
13412 gdb.dwarf2/fission-reread.exp, gdb.dwarf2/pr13961.exp: Use flags
13413 provided by gdb_target_symbol_prefix_flags_asm.
13414 * gdb.dwarf2/dw2-canonicalize-type.S, gdb.dwarf2/dw2-compdir-oldgcc.S,
13415 testsuite/gdb.dwarf2/dw2-minsym-in-cu.S,
13416 testsuite/gdb.dwarf2/dw2-unresolved-main.c,
13417 testsuite/gdb.dwarf2/dw2-unresolved.S, gdb.dwarf2/fission-reread.S,
13418 gdb.dwarf2/pr13961.S: Define and use SYMBOL macro (and supporting
13419 macros where needed). Use this macro for symbols which require
13420 the prefix provided by SYMBOL_PREFIX.
13421
13422 2015-11-05 Kevin Buettner <kevinb@redhat.com>
13423
13424 * lib/gdb.exp (gdb_target_symbol_prefix, gdb_target_symbol):
13425 New procs.
13426 * lib/dwarf.exp (_handle_DW_TAG): Handle attribute values,
13427 representing expressions, of more than one list element.
13428 * gdb.dwarf2/atomic-type.exp (Dwarf::assemble): Use gdb_target_symbol
13429 to prepend linker symbol prefix to f.
13430 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Likewise, for
13431 table_1 and table_2.
13432 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp (Dwarf::assemble):
13433 Likewise, for f and g.
13434 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble): Likewise,
13435 for ptr.
13436 * gdb.dwarf2/dw2-regno-invalid.exp (Dwarf::assemble): Likewise,
13437 for main.
13438 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Likewise, for
13439 table_1_ptr and table_2_ptr.
13440
13441 2015-11-03 Jan Kratochvil <jan.kratochvil@redhat.com>
13442 Joel Brobecker <brobecker@adacore.com>
13443
13444 * gdb.mi/mi-vla-fortran.exp (evaluate allocated vla): Permit any data.
13445
13446 2015-11-04 Marcin Kościelnicki <koriakin@0x04.net>
13447
13448 * gdb.reverse/s390-mvcle.c: New test.
13449 * gdb.reverse/s390-mvcle.exp: New file.
13450 * lib/gdb.exp: Enable reverse tests on s390*-linux.
13451
13452 2015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
13453
13454 * gdb.reverse/readv-reverse.exp: Obvious typo fixed.
13455
13456 2015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
13457
13458 * gdb.reverse/fstatat-reverse.exp: Set breakpoint on marker1 after
13459 reaching marker2.
13460 * gdb.reverse/getresuid-reverse.exp: Likewise.
13461 * gdb.reverse/pipe-reverse.exp: Likewise.
13462 * gdb.reverse/readv-reverse.exp: Likewise.
13463 * gdb.reverse/recvmsg-reverse.exp: Likewise.
13464 * gdb.reverse/time-reverse.exp: Likewise.
13465 * gdb.reverse/waitpid-reverse.exp: Likewise and add KFAILs.
13466
13467 2015-10-30 Yao Qi <yao.qi@linaro.org>
13468
13469 * gdb.threads/wp-replication.c (watch_count_done): Remove.
13470 (empty_cycle): Remove.
13471 (main): Don't call empty_cycle. Don't use watch_count_done.
13472 * gdb.threads/wp-replication.exp: Don't set breakpoint on
13473 empty_cycle. Rewrite the code counting HW watchpoints.
13474
13475 2015-10-30 Marcin Kościelnicki <koriakin@0x04.net>
13476
13477 * gdb.reverse/fstatat-reverse.c: New test.
13478 * gdb.reverse/fstatat-reverse.exp: New file.
13479 * gdb.reverse/getresuid-reverse.c: New test.
13480 * gdb.reverse/getresuid-reverse.exp: New file.
13481 * gdb.reverse/pipe-reverse.c: New test.
13482 * gdb.reverse/pipe-reverse.exp: New file.
13483 * gdb.reverse/readv-reverse.c: New test.
13484 * gdb.reverse/readv-reverse.exp: New file.
13485 * gdb.reverse/recvmsg-reverse.c: New test.
13486 * gdb.reverse/recvmsg-reverse.exp: New file.
13487 * gdb.reverse/time-reverse.c: New test.
13488 * gdb.reverse/time-reverse.exp: New file.
13489 * gdb.reverse/waitpid-reverse.c: New test.
13490 * gdb.reverse/waitpid-reverse.exp: New file.
13491
13492 2015-10-27 Jan Kratochvil <jan.kratochvil@redhat.com>
13493
13494 * gdb.ada/access_to_packed_array.exp: Fix typos erroring the testfile.
13495
13496 2015-10-26 Doug Evans <dje@google.com>
13497
13498 PR symtab/17391
13499 * lib/dwarf.exp (_location): Add support for DW_OP_regx.
13500 * gdb.dwarf2/bad-regnum.c: New file.
13501 * gdb.dwarf2/bad-regnum.exp: New file.
13502
13503 2015-10-26 Doug Evans <dje@google.com>
13504
13505 PR python/18938
13506 * gdb.python/python.exp: Add test for symlink from .py file to .notpy
13507 file.
13508
13509 2015-10-25 Jan Kratochvil <jan.kratochvil@redhat.com>
13510
13511 * gdb.compile/compile.exp (compile code globalvar): Update expectation
13512 for a change by "Mention language in compile error message".
13513
13514 2015-10-21 Simon Marchi <simon.marchi@polymtl.ca>
13515
13516 PR python/18073
13517 * gdb.python/py-type.c (C::a_method): New.
13518 (C::a_const_method): New.
13519 (C::a_static_method): New.
13520 (a_function): New.
13521 * gdb.python/py-type.exp (test_fields): Test getting fields
13522 from function and method.
13523
13524 2015-10-21 Keven Boell <keven.boell@intel.com>
13525
13526 * gdb.fortran/vla-alloc-assoc.exp: New file.
13527 * gdb.fortran/vla-datatypes.exp: New file.
13528 * gdb.fortran/vla-datatypes.f90: New file.
13529 * gdb.fortran/vla-history.exp: New file.
13530 * gdb.fortran/vla-ptype-sub.exp: New file.
13531 * gdb.fortran/vla-ptype.exp: New file.
13532 * gdb.fortran/vla-sizeof.exp: New file.
13533 * gdb.fortran/vla-sub.f90: New file.
13534 * gdb.fortran/vla-value-sub-arbitrary.exp: New file.
13535 * gdb.fortran/vla-value-sub-finish.exp: New file.
13536 * gdb.fortran/vla-value-sub.exp: New file.
13537 * gdb.fortran/vla-value.exp: New file.
13538 * gdb.fortran/vla-ptr-info.exp: New file.
13539 * gdb.mi/mi-vla-fortran.exp: New file.
13540 * gdb.mi/vla.f90: New file.
13541
13542 2015-10-21 Sandra Loosemore <sandra@codesourcery.com>
13543
13544 * gdb.base/freebpcmd.exp: Use with_timeout_factor instead
13545 of hardwired timeout value.
13546
13547 2015-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
13548 Pedro Alves <palves@redhat.com>
13549
13550 * gdb.dwarf2/dw2-regno-invalid.exp: New file.
13551 * lib/dwarf.exp (Dwarf): Add DW_OP_bregx.
13552
13553 2015-10-19 Josh Stone <jistone@redhat.com>
13554
13555 * gdb.base/catch-syscall.c: Include <sched.h>.
13556 (unknown_syscall): New variable.
13557 (main): Trigger a vfork and an unknown syscall.
13558 * gdb.base/catch-syscall.exp (vfork_syscalls): New variable.
13559 (unknown_syscall_number): Likewise.
13560 (check_call_to_syscall): Accept an optional syscall pattern.
13561 (check_return_from_syscall): Likewise.
13562 (check_continue): Likewise.
13563 (test_catch_syscall_without_args): Check for vfork and ENOSYS.
13564 (test_catch_syscall_skipping_return): New test toggling off 'catch
13565 syscall' to step over the syscall return, then toggling back on.
13566 (test_catch_syscall_mid_vfork): New test turning on 'catch syscall'
13567 during a PTRACE_EVENT_VFORK stop, in the middle of a vfork syscall.
13568 (do_syscall_tests): Call test_catch_syscall_without_args and
13569 test_catch_syscall_mid_vfork.
13570 (test_catch_syscall_without_args_noxml): Check for vfork and ENOSYS.
13571 (fill_all_syscalls_numbers): Initialize unknown_syscall_number.
13572
13573 2015-10-19 Andrew Stubbs <ams@codesourcery.com>
13574
13575 * gdb.cp/inherit.exp (print g_vB, print g_vC, print g_vD,
13576 print g_vE): Add new pass patterns.
13577 * gdb.cp/virtbase.exp (print *this, print *(D *) e): Allow GDB to
13578 print various symbol names for vptr fields.
13579
13580 2015-10-12 Andrew Burgess <andrew.burgess@embecosm.com>
13581
13582 * gdb.base/dbx.exp (test_func): Remove xfails, update expected
13583 results.
13584
13585 2015-10-12 Yao Qi <yao.qi@linaro.org>
13586
13587 * gdb.arch/disp-step-insn-reloc.exp: New test case.
13588
13589 2015-10-12 Yao Qi <yao.qi@linaro.org>
13590
13591 * lib/gdb.exp (support_displaced_stepping): Return 1 if target
13592 is aarch64*-*-linux*.
13593
13594 2015-10-12 Yao Qi <yao.qi@linaro.org>
13595
13596 * gdb.arch/insn-reloc.c (can_relocate_bcond): Rename to ...
13597 (can_relocate_bcond_true): ... it.
13598 (can_relocate_bcond_false): New function.
13599 (foo): Likewise.
13600 (can_relocate_bl): Likewise.
13601 (testcases) [__aarch64__]: Add can_relocate_bcond_false and
13602 can_relocate_bl.
13603
13604 2015-10-12 Pierre-Marie de Rodat <derodat@adacore.com>
13605
13606 * gdb.base/nested-addr.c: New file.
13607 * gdb.base/nested-addr.exp: New testcase.
13608
13609 2015-10-09 Markus Metzger <markus.t.metzger@intel.com>
13610
13611 * gdb.btrace/vdso.c (main): Remove breakpoint markers.
13612 * gdb.btrace/vdso.exp: Change stepping command to "next" and ignore
13613 its output. Ignore the output of "record goto begin" and instead
13614 check that GDB is replaying.
13615
13616 2015-10-09 Pedro Alves <palves@redhat.com>
13617
13618 * gdb.base/a2-run.exp (maybe_exp_continue): New procedure.
13619 (top level): Use it in the run with no args test.
13620
13621 2015-10-08 Iain Buclaw <ibuclaw@gdcproject.org>
13622
13623 * gdb.dlang/properties.exp: New file.
13624
13625 2015-10-02 Sandra Loosemore <sandra@codesourcery.com>
13626
13627 * gdb.dwarf2/staticvirtual.exp: Generalize regexp so it can match
13628 whether or not address 0x1000 is mapped on the target.
13629
13630 2015-09-30 Simon Marchi <simon.marchi@ericsson.com>
13631
13632 * gdb.python/py-type.exp: Do not run tests if binaries fail to
13633 build.
13634
13635 2015-09-30 Markus Metzger <markus.t.metzger@intel.com>
13636
13637 * gdb.btrace/tsx.exp: Consider multiple correct outputs in the record
13638 instruction-history test.
13639
13640 2015-09-28 Doug Evans <dje@google.com>
13641
13642 * gdb.base/gcore.c (array_func): Add reference to static_array.
13643
13644 2015-09-25 Simon Marchi <simon.marchi@ericsson.com>
13645
13646 * gdb.gdb/selftest.exp (do_steps_and_nexts): Adjust expected
13647 source line.
13648
13649 2015-09-24 Sandra Loosemore <sandra@codesourcery.com>
13650
13651 * gdb.cp/classes.exp (test_enums): Generalize regexp to allow
13652 short or char as base type.
13653
13654 2015-09-23 Sandra Loosemore <sandra@codesourcery.com>
13655
13656 * gdb.cp/var-tag.exp (do_global_tests): Generalize opt_underlying
13657 to allow any size enum.
13658
13659 2015-09-23 Pierre-Marie de Rodat <derodat@adacore.com>
13660
13661 * gdb.ada/array_ptr_renaming.exp: New testcase.
13662 * gdb.ada/array_ptr_renaming/foo.adb: New file.
13663 * gdb.ada/array_ptr_renaming/pack.ads: New file.
13664
13665 2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
13666
13667 * gdb.trace/ftrace-lock.c: New file.
13668 * gdb.trace/ftrace-lock.exp: New file.
13669
13670 2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
13671
13672 * gdb.arch/insn-reloc.c: New file.
13673 * gdb.arch/ftrace-insn-reloc.exp: New file.
13674
13675 2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
13676
13677 * gdb.trace/change-loc.h (func4) [__aarch64__]: Add a nop
13678 instruction.
13679 * gdb.trace/pendshr1.c (pendfunc): Likewise.
13680 * gdb.trace/pendshr2.c (pendfunc2): Likewise.
13681 * gdb.trace/range-stepping.c: Likewise.
13682 * gdb.trace/trace-break.c: Likewise.
13683 * gdb.trace/trace-mt.c (thread_function): Likewise.
13684 * gdb.trace/ftrace.c (marker): Likewise.
13685 * gdb.trace/trace-condition.c (marker): Likewise.
13686 * gdb.trace/ftrace.exp: Enable ftrace test if is_aarch64_target.
13687 * gdb.trace/trace-condition.exp: Set pcreg to "\$pc" if
13688 is_aarch64_target.
13689
13690 2015-09-18 Doug Evans <xdje42@gmail.com>
13691
13692 * gdb.dwarf2/dw2-bad-unresolved.c: New file.
13693 * gdb.dwarf2/dw2-bad-unresolved.exp: New file.
13694
13695 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
13696
13697 * gdb.base/dso2dso.exp: Don't use directory prefix when setting
13698 the breakpoint.
13699
13700 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
13701
13702 * gdb.mi/mi-pending.exp: Don't use directory prefix when setting
13703 the pending breakpoint. Remove timeout override for "Run till
13704 MI pending breakpoint on pendfunc3 on thread 2" test.
13705
13706 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
13707
13708 * gdb.mi/mi-cli.exp: Don't require directory prefix in breakpoint
13709 filename pattern.
13710
13711 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
13712
13713 * gdb.mi/mi-dprintf-pending.exp: Don't require directory prefix
13714 in breakpoint filename pattern.
13715
13716 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
13717
13718 * gdb.base/global-var-nested-by-dso.exp: Call gdb_load_shlibs.
13719
13720 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
13721
13722 * gdb.linespec/explicit.exp: Check for readline support for
13723 tab-completion tests. Fix obvious typo.
13724
13725 2015-09-18 Markus Metzger <markus.t.metzger@intel.com>
13726
13727 * gdb.btrace/multi-thread-step.exp: Test scheduler-locking on, step,
13728 and replay.
13729
13730 2015-09-18 Markus Metzger <markus.t.metzger@intel.com>
13731
13732 * gdb.btrace/non-stop.c: New.
13733 * gdb.btrace/non-stop.exp: New.
13734
13735 2015-09-17 Pierre Langlois <pierre.langlois@arm.com>
13736 Yao Qi <yao.qi@linaro.org>
13737
13738 * gdb.trace/trace-condition.c: New file.
13739 * gdb.trace/trace-condition.exp: New file.
13740
13741 2015-09-16 Wei-cheng Wang <cole945@gmail.com>
13742
13743 * gdb.trace/ftrace.exp: (test_ftrace_condition) New function
13744 for testing bytecode compilation.
13745
13746 2015-09-16 Pedro Alves <palves@redhat.com>
13747 Sandra Loosemore <sandra@codesourcery.com>
13748
13749 * gdb.threads/non-stop-fair-events.c (timeout): New global.
13750 (SECONDS): Redefine.
13751 (main): Call pthread_kill and alarm early.
13752 * gdb.threads/non-stop-fair-events.exp: Probe displaced stepping
13753 support.
13754 (test): If the target can't hardware step and doesn't support
13755 displaced stepping, increase the timeout.
13756
13757 2015-09-16 Pedro Alves <palves@redhat.com>
13758
13759 * gdb.threads/non-stop-fair-events.exp (gdb_test_no_anchor)
13760 (enable_debug): New procedures.
13761 (test): Use them. Bail out if waiting for threads fails.
13762 (top level): Bail out if a test fails.
13763
13764 2015-09-16 Yao Qi <yao.qi@linaro.org>
13765
13766 * gdb.asm/asm-source.exp: Set asm-arch for
13767 aarch64*-*-* target.
13768 * gdb.asm/aarch64.inc: New file.
13769
13770 2015-09-15 Pierre-Marie de Rodat <derodat@adacore.com>
13771
13772 * gdb.ada/array_of_variable_length.exp: New testcase.
13773 * gdb.ada/array_of_variable_length/foo.adb: New file.
13774 * gdb.ada/array_of_variable_length/pck.adb: New file.
13775 * gdb.ada/array_of_variable_length/pck.ads: New file.
13776
13777 2015-09-15 Doug Evans <dje@google.com>
13778
13779 * gdb.base/callfuncs.exp (do_function_calls): Handle clang naming
13780 of function static local variable.
13781
13782 2015-09-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
13783
13784 * gdb.threads/tls-so_extern.exp: New test file.
13785 * gdb.threads/tls-so_extern.c: New test file.
13786 * gdb.threads/tls-so_extern_main.c: New test file.
13787
13788 2015-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
13789
13790 * gdb.opt/solib-intra-step-lib.c: New file.
13791 * gdb.opt/solib-intra-step-main.c: New file.
13792 * gdb.opt/solib-intra-step.exp: New file.
13793
13794 2015-09-15 Pedro Alves <palves@redhat.com>
13795
13796 * gdb.threads/non-ldr-exc-3.exp (do_test): Use
13797 gdb_continue_to_breakpoint instead of gdb_test_multiple.
13798
13799 2015-09-14 Pedro Alves <palves@redhat.com>
13800
13801 * gdb.base/hook-stop-continue.c: Delete.
13802 * gdb.base/hook-stop-continue.exp: Delete.
13803 * gdb.base/hook-stop-frame.c: Delete.
13804 * gdb.base/hook-stop-frame.exp: Delete.
13805 * gdb.base/hook-stop.c: New file.
13806 * gdb.base/hook-stop.exp: New file.
13807
13808 2015-09-14 Pierre-Marie de Rodat <derodat@adacore.com>
13809
13810 * gdb.ada/access_to_packed_array.exp: New testcase.
13811 * gdb.ada/access_to_packed_array/foo.adb: New file.
13812 * gdb.ada/access_to_packed_array/pack.adb: New file.
13813 * gdb.ada/access_to_packed_array/pack.ads: New file.
13814
13815 2015-09-14 Markus Metzger <markus.t.metzger@intel.com>
13816
13817 * gdb.btrace/buffer-size.exp: Remove recording with unlimited BTS
13818 buffer size test.
13819
13820 2015-09-11 Don Breazeal <donb@codesourcery.com>
13821
13822 * gdb.base/foll-exec.c: Add copyright header. Fix
13823 formatting issues.
13824 * gdb.base/foll-exec.exp (zap_session): Delete proc.
13825 (do_exec_tests): Use clean_restart in place of zap_session,
13826 and for test initialization. Fix formatting issues. Use
13827 fail in place of perror.
13828 * gdb.base/pie-execl.exp (main): Use 'inferior_spawn_id' in
13829 an expect statement to match an expression with output from
13830 the program under debug.
13831 * gdb.threads/non-ldr-exc-1.exp (do_test, main): Add
13832 non-stop tests and use save_vars to enable non-stop in GDBFLAGS.
13833 * gdb.threads/non-ldr-exc-2.exp: Likewise.
13834 * gdb.threads/non-ldr-exc-3.exp: Likewise.
13835 * gdb.threads/non-ldr-exc-4.exp: Likewise.
13836
13837 2015-09-09 Doug Evans <dje@google.com>
13838
13839 * gdb.python/py-prettyprint.exp: Check result of run_lang_tests.
13840
13841 2015-09-09 Doug Evans <dje@google.com>
13842
13843 * gdb.base/pie-execl.exp: Fix result test of build_executable.
13844
13845 2015-09-09 Doug Evans <dje@google.com>
13846
13847 * gdb.base/savedregs.exp: Fix typo.
13848
13849 2015-09-09 Pedro Alves <palves@redhat.com>
13850
13851 * gdb.mi/mi-cli.exp: Add CLI finish tests.
13852
13853 2015-09-08 Sandra Loosemore <sandra@codesourcery.com>
13854
13855 * gdb.threads/hand-call-in-threads.exp: Make sure the thread
13856 command actually switches threads. Give up on remaining
13857 tests if target fails to stop at breakpoint.
13858
13859 2015-09-03 Pierre-Marie de Rodat <derodat@adacore.com>
13860
13861 * gdb.ada/funcall_char.exp: New testcase.
13862 * gdb.ada/funcall_char/foo.adb: New file.
13863
13864 2015-09-01 Pierre-Marie de Rodat <derodat@adacore.com>
13865
13866 * gdb.ada/complete.exp: Add "pck.ambiguous_func" to the relevant
13867 expected outputs. Add two testcases for completing ambiguous
13868 functions.
13869 * gdb.ada/complete/aux_pck.adb: New file.
13870 * gdb.ada/complete/aux_pck.ads: New file.
13871 * gdb.ada/complete/foo.adb: Pull Aux_Pck and call the two
13872 Ambiguous_Func functions.
13873 * gdb.ada/complete/pck.ads: Add an Ambiguous_Func function.
13874 * gdb.ada/complete/pck.adb: Likewise.
13875
13876 2015-08-27 Ulrich Weigand <uweigand@de.ibm.com>
13877
13878 * lib/cell.exp (skip_cell_tests): Report UNRESOLVED on unexpected
13879 failures to run the test program under GDB.
13880
13881 2015-08-26 Luis Machado <lgustavo@codesourcery.com>
13882
13883 * gdb.compile/compile-ifunc.exp (with_test_prefix): Force language
13884 to C.
13885
13886 2015-08-26 Patrick Palka <patrick@parcs.ath.cx>
13887
13888 * gdb.base/run-after-attach.exp: New test file.
13889 * gdb.base/run-after-attach.c: New test file.
13890
13891 2015-08-26 Don Breazeal <donb@codesourcery.com>
13892
13893 * gdb.base/foll-exec-2.c: New test program.
13894 * gdb.base/foll-exec-2.exp: New test.
13895
13896 2015-08-25 Pierre-Marie de Rodat <derodat@adacore.com>
13897
13898 * gdb.base/nested-subp1.exp: New file.
13899 * gdb.base/nested-subp1.c: New file.
13900 * gdb.base/nested-subp2.exp: New file.
13901 * gdb.base/nested-subp2.c: New file.
13902 * gdb.base/nested-subp3.exp: New file.
13903 * gdb.base/nested-subp3.c: New file.
13904
13905 2015-08-24 Pedro Alves <palves@redhat.com>
13906
13907 * gdb.server/connect-without-multi-process.c: New file.
13908 * gdb.server/connect-without-multi-process.exp: New file.
13909
13910 2015-08-24 Luis Machado <lgustavo@codesourcery.com>
13911
13912 * gdb.opt/inline-markers.c: Make z int.
13913
13914 2015-08-24 Luis Machado <lgustavo@codesourcery.com>
13915
13916 * gdb.opt/inline-markers.c: Make z volatile.
13917
13918 2015-08-24 Luis Machado <lgustavo@codesourcery.com>
13919
13920 * gdb.opt/inline-bt.c: New volatile global z.
13921 * gdb.opt/inline-cmds.c: Likewise.
13922 * gdb.opt/inline-locals.c: Likewise.
13923 * gdb.opt/inline-markers.c: New extern global z.
13924 (marker): Use z.
13925 (inline_fn): Likewise.
13926
13927 2015-08-24 Pedro Alves <palves@redhat.com>
13928
13929 * config/m32r-stub.exp: Remove file.
13930 * gdb.base/call-ar-st.exp: Remove reference to sparclet.
13931 * gdb.base/call-rt-st.exp: Likewise.
13932 * gdb.base/call-strs.exp: Likewise.
13933 * gdb.base/default.exp: Remove references to h8300-*-hms and
13934 *-*-udi*.
13935 * gdb.base/funcargs.exp: Remove reference to sparclet-*-*.
13936
13937 2015-08-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
13938
13939 * gdb.base/gnu_vector.exp: Try compilation with "-mcpu=native
13940 -Wno-psabi" if "-mcpu=native" fails. For the tests with "finish"
13941 and "return" use KFAIL when GDB can not read/write the vector
13942 return value.
13943
13944 2015-08-21 Gary Benson <gbenson@redhat.com>
13945
13946 * gdb.trace/pending.exp: Cope with remote transfer warnings.
13947
13948 2015-08-20 Pedro Alves <palves@redhat.com>
13949
13950 * gdb.server/solib-list.exp: No longer expect an interior stop in
13951 non-stop mode.
13952
13953 2015-08-20 Pedro Alves <palves@redhat.com>
13954
13955 * gdb.server/connect-stopped-target.c: New file.
13956 * gdb.server/connect-stopped-target.exp: New file.
13957
13958 2015-08-20 Pedro Alves <palves@redhat.com>
13959
13960 * gdb.dwarf2/comp-unit-lang.exp: New file.
13961 * gdb.dwarf2/comp-unit-lang.c: New file.
13962
13963 2015-08-20 Pierre-Marie de Rodat <derodat@adacore.com>
13964
13965 * gdb.ada/attr_ref_and_charlit.exp: New testcase.
13966 * gdb.ada/attr_ref_and_charlit/foo.adb: New file.
13967
13968 2015-08-19 Kevin Buettner <kevinb@redhat.com>
13969
13970 * gdb.dwarf2/dw2-bad-mips-linkage-name.c: New file.
13971 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: New file.
13972
13973 2015-08-18 Doug Evans <dje@google.com>
13974 Adrian Sendroiu <adrian.sendroiu@freescale.com>
13975
13976 * lib/gdb.exp (skip_python_tests_prompt): Renamed from
13977 skip_python_tests. New arg prompt_regexp.
13978 (skip_python_tests): New function.
13979 * lib/mi-support.exp (mi_skip_python_tests): New function.
13980 * gdb.python/py-mi-objfile-gdb.py: New file.
13981 * gdb.python/py-mi-objfile.c: New file.
13982 * gdb.python/py-mi-objfile.exp: New file.
13983
13984 2015-08-17 Keith Seitz <keiths@redhat.com>
13985
13986 * gdb.linespec/explicit.exp: Move strace test from here ...
13987 * gdb.trace/strace.exp: ... to here.
13988
13989 2015-08-15 Patrick Palka <patrick@parcs.ath.cx>
13990
13991 * gdb.base/kill-detach-inferiors-cmd.exp: New test file.
13992 * gdb.base/kill-detach-inferiors-cmd.c: New test file.
13993
13994 2015-08-14 Doug Evans <xdje42@gmail.com>
13995
13996 * gdb.perf/lib/perftest/utils.py (select_file): Kill any existing
13997 inferior before selecting a new file.
13998
13999 2015-08-14 Doug Evans <xdje42@gmail.com>
14000
14001 * gdb.mi/mi-disassemble.exp: Update.
14002 * gdb.base/disasm-optim.S: New file.
14003 * gdb.base/disasm-optim.c: New file.
14004 * gdb.base/disasm-optim.h: New file.
14005 * gdb.base/disasm-optim.exp: New file.
14006
14007 2015-08-14 Keith Seitz <keiths@redhat.com>
14008
14009 * lib/mi-support.exp (mi_make_breakpoint): Add option/handling for
14010 "evaluated-by".
14011
14012 2015-08-13 Joel Brobecker <brobecker@adacore.com>
14013
14014 * gdb.base/dso2dso.exp: Improve the testcase's documentation.
14015
14016 2015-08-13 Pierre-Marie de Rodat <derodat@adacore.com>
14017
14018 * gdb.ada/fun_renaming.exp: New testcase.
14019 * gdb.ada/fun_renaming/fun_renaming.adb: New file.
14020 * gdb.ada/fun_renaming/pack.adb: New file.
14021 * gdb.ada/fun_renaming/pack.ads: New file.
14022
14023 2015-08-12 Keith Seitz <keiths@redhat.com>
14024
14025 * gdb.base/dso2dso.exp: Pass basename of source file in call to
14026 gdb_get_line_number.
14027
14028 2015-08-12 Joel Brobecker <brobecker@adacore.com>
14029
14030 * gdb.base/dso2dso-dso2.c, gdb.base/dso2dso-dso2.h,
14031 gdb.base/dso2dso-dso1.c, gdb.base/dso2dso-dso1.h, gdb.base/dso2dso.c,
14032 gdb.base/dso2dso.exp: New files.
14033
14034 2015-08-12 Sergio Durigan Junior <sergiodj@redhat.com>
14035 Pedro Alves <palves@redhat.com>
14036 Keith Seitz <keiths@redhat.com>
14037
14038 * gdb.base/checkpoint-ns.exp: Use save_vars to save and restore
14039 GDBFLAGS.
14040
14041 2015-08-12 Patrick Palka <patrick@parcs.ath.cx>
14042
14043 * gdb.base/gdbhistsize-history.exp
14044 (test_histsize_history_setting): Use save_vars.
14045 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
14046 Use save_vars.
14047 (test_no_truncation_of_unlimited_history_file): Use save_vars.
14048 * gdb.base/readline.exp: Use save_vars.
14049
14050 2015-08-12 Patrick Palka <patrick@parcs.ath.cx>
14051
14052 * lib/gdb.exp (save_vars): New proc.
14053
14054 2015-08-11 Keith Seitz <keiths@redhat.com>
14055
14056 * gdb.base/help.exp: Update help_breakpoint_text.
14057
14058 2015-08-11 Keith Seitz <keiths@redhat.com>
14059
14060 * gdb.mi/mi-break.exp (test_explicit_breakpoints): New proc.
14061 (at toplevel): Call test_explicit_breakpoints.
14062 * gdb.mi/mi-dprintf.exp: Add tests for explicit dprintf
14063 breakpoints.
14064 * lib/mi-support.exp (mi_make_breakpoint): Add support for
14065 breakpoint conditions, "-cond".
14066
14067 2015-08-11 Keith Seitz <keiths@redhat.com>
14068
14069 * gdb.linespec/3explicit.c: New file.
14070 * gdb.linespec/cpexplicit.cc: New file.
14071 * gdb.linespec/cpexplicit.exp: New file.
14072 * gdb.linespec/explicit.c: New file.
14073 * gdb.linespec/explicit.exp: New file.
14074 * gdb.linespec/explicit2.c: New file.
14075 * gdb.linespec/ls-errs.exp: Add explicit location tests.
14076 * lib/gdb.exp (capture_command_output): Regexp-escape `command'
14077 before using in the matching pattern.
14078 Clarify that `prefix' is a regular expression.
14079
14080 2015-08-11 Keith Seitz <keiths@redhat.com>
14081
14082 * gdb.base/dprintf-pending.exp: Update dprintf "without format"
14083 test.
14084 Add tests for missing ",FMT" and ",".
14085
14086 2015-08-10 Doug Evans <dje@google.com>
14087 Keith Seitz <keiths@redhat.com>
14088
14089 PR gdb/17960
14090 * gdb.base/completion.exp: Add location completer tests.
14091
14092 2015-08-07 Pedro Alves <palves@redhat.com>
14093
14094 * gdb.arch/ppc64-atomic-inst.exp (do_test): New procedure, move
14095 tests here.
14096 (top level): Run do_test with and without displaced stepping.
14097
14098 2015-08-07 Pedro Alves <palves@redhat.com>
14099
14100 * gdb.base/valgrind-disp-step.c: New file.
14101 * gdb.base/valgrind-disp-step.exp: New file.
14102
14103 2015-08-07 Pedro Alves <palves@redhat.com>
14104
14105 * gdb.threads/step-over-lands-on-breakpoint.c (wait_threads):
14106 Delete function.
14107 (main): Add alarm. Run an infinite loop instead of calling
14108 wait_threads.
14109 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): Change
14110 comment.
14111 * gdb.threads/step-over-trips-on-watchpoint.c (wait_threads):
14112 Delete function.
14113 (main): Add alarm. Run an infinite loop instead of calling
14114 wait_threads.
14115 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Change
14116 comment.
14117
14118 2015-08-07 Pedro Alves <palves@redhat.com>
14119
14120 * gdb.base/checkpoint-ns.exp: New file.
14121 * gdb.base/checkpoint.exp: Pass explicit "checkpoint.c" to
14122 standard_testfile.
14123
14124 2015-08-07 Markus Metzger <markus.t.metzger@intel.com>
14125
14126 * lib/gdb.exp (skip_tsx_tests, skip_btrace_pt_tests): New.
14127 * gdb.btrace/instruction_history.exp: Update.
14128 * gdb.btrace/tsx.exp: New.
14129 * gdb.btrace/tsx.c: New.
14130
14131 2015-08-06 Pedro Alves <palves@redhat.com>
14132
14133 * gdb.reverse/step-precsave.exp: Use with_timeout_factor to
14134 increase timeout.
14135 * gdb.reverse/until-precsave.exp: Bump timeouts.
14136
14137 2015-08-06 Pedro Alves <palves@redhat.com>
14138
14139 * gdb.base/valgrind-infcall.exp: Issue a "disconnect".
14140
14141 2015-08-06 Pedro Alves <palves@redhat.com>
14142
14143 PR gdb/18749
14144 * gdb.threads/process-dies-while-handling-bp.c: New file.
14145 * gdb.threads/process-dies-while-handling-bp.exp: New file.
14146
14147 2015-08-06 Pedro Alves <palves@redhat.com>
14148
14149 * gdb.threads/forking-threads-plus-breakpoint.exp: New file.
14150 * gdb.threads/forking-threads-plus-breakpoint.c: New file.
14151
14152 2015-08-05 Pedro Alves <palves@redhat.com>
14153
14154 * gdb.threads/next-while-other-thread-longjmps.c: New file.
14155 * gdb.threads/next-while-other-thread-longjmps.exp: New file.
14156
14157 2015-08-03 Sandra Loosemore <sandra@codesourcery.com>
14158
14159 * gdb.base/bp-permanent.exp: Report test as unsupported if
14160 the target cannot stop at the permanent breakpoint.
14161
14162 2015-08-03 Doug Evans <dje@google.com>
14163
14164 * gdb.perf/single-step.exp (SINGLE_STEP_COUNT): Change to 1000 from
14165 10000.
14166
14167 2015-08-03 Doug Evans <dje@google.com>
14168
14169 * Makefile.in (workers/%.worker, build-perf): New rule.
14170 (GDB_PERFTEST_MODE): New variable.
14171 (check-perf): Use it.
14172 (clean): Clean up gdb.perf parallel build subdirs.
14173 * lib/build-piece.exp: New file.
14174 * lib/gdb.exp (make_gdb_parallel_path): New function
14175 (standard_output_file, standard_temp_file): Call it.
14176 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
14177 of $GDB_PARALLEL.
14178 * lib/cache.exp (gdb_do_cache): Call make_gdb_parallel_path.
14179
14180 2015-08-03 Doug Evans <dje@google.com>
14181
14182 * gdb.perf/lib/perftest/reporter.py (SUM_FILE_NAME): New global.
14183 (LOG_FILE_NAME): New global.
14184 (TextReporter.__init__): Initialize self.txt_sum.
14185 (TextReporter.report): Add support for multiple data-points.
14186 Move report to perftest.sum, put raw data in perftest.log.
14187 (TextReporter.start): Open sum and log files.
14188 (TextReporter.end): Close sum and log files.
14189 * gdb.perf/lib/perftest/testresult.py
14190 (SingleStatisticTestResult.record): Handle multiple data-points.
14191
14192 2015-07-31 Pedro Alves <palves@redhat.com>
14193
14194 * gdb.base/attach-pie-misread.exp: Rename $res to $test_spawn_id.
14195 Use spawn_id_get_pid. Wait for spawn id after eof. Use
14196 kill_wait_spawned_process instead of explicit "kill -9".
14197 * gdb.base/attach-pie-noexec.exp: Adjust to spawn_wait_for_attach
14198 returning a spawn id instead of a pid. Use spawn_id_get_pid and
14199 kill_wait_spawned_process.
14200 * gdb.base/attach-twice.exp: Likewise.
14201 * gdb.base/attach.exp: Likewise.
14202 (do_command_attach_tests): Use gdb_spawn_with_cmdline_opts and
14203 gdb_test_multiple.
14204 * gdb.base/solib-overlap.exp: Adjust to spawn_wait_for_attach
14205 returning a spawn id instead of a pid. Use spawn_id_get_pid and
14206 kill_wait_spawned_process.
14207 * gdb.base/valgrind-infcall.exp: Likewise.
14208 * gdb.multi/multi-attach.exp: Likewise.
14209 * gdb.python/py-prompt.exp: Likewise.
14210 * gdb.python/py-sync-interp.exp: Likewise.
14211 * gdb.server/ext-attach.exp: Likewise.
14212 * gdb.threads/attach-into-signal.exp (corefunc): Use
14213 spawn_wait_for_attach, spawn_id_get_pid and
14214 kill_wait_spawned_process.
14215 * gdb.threads/attach-many-short-lived-threads.exp: Adjust to
14216 spawn_wait_for_attach returning a spawn id instead of a pid. Use
14217 spawn_id_get_pid and kill_wait_spawned_process.
14218 * gdb.threads/attach-stopped.exp (corefunc): Use
14219 spawn_wait_for_attach, spawn_id_get_pid and
14220 kill_wait_spawned_process.
14221 * gdb.base/break-interp.exp: Rename $res to $test_spawn_id.
14222 Use spawn_id_get_pid. Wait for spawn id after eof. Use
14223 kill_wait_spawned_process instead of explicit "kill -9".
14224 * lib/gdb.exp (can_spawn_for_attach): Adjust comment.
14225 (kill_wait_spawned_process, spawn_id_get_pid): New procedures.
14226 (spawn_wait_for_attach): Use spawn instead of exec to spawn
14227 processes. Don't map cygwin/windows pids here. Now returns a
14228 spawn id list.
14229
14230 2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
14231
14232 * gdb.cp/var-tag.exp (do_global_tests): Revert broken commit
14233 4bc4d42859e3b42c79c89295ef39944bdb3e6753 and apply the
14234 correct patch.
14235
14236 2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
14237
14238 * gdb.arch/ppc64-symtab-cordic.exp: Restrict to ppc64 targets.
14239
14240 2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
14241
14242 Reapply:
14243 2014-05-21 Mark Wielaard <mjw@redhat.com>
14244
14245 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
14246
14247 2015-07-30 Pedro Alves <palves@redhat.com>
14248
14249 * linux-low.c (handle_extended_wait): Set the child's last
14250 reported status to TARGET_WAITKIND_STOPPED.
14251
14252 2015-07-30 Pedro Alves <palves@redhat.com>
14253
14254 PR threads/18600
14255 * gdb.threads/fork-plus-threads.exp: Test that "info inferiors"
14256 only shows inferior 1.
14257
14258 2015-07-30 Simon Marchi <simon.marchi@ericsson.com>
14259 Pedro Alves <palves@redhat.com>
14260
14261 PR threads/18600
14262 * gdb.threads/fork-plus-threads.c: New file.
14263 * gdb.threads/fork-plus-threads.exp: New file.
14264
14265 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
14266
14267 * gdb.base/batch-preserve-term-settings.exp
14268 (test_terminal_settings_preserved_after_cli_exit): Use
14269 send_quit_command.
14270
14271 2015-07-29 Pedro Alves <palves@redhat.com>
14272 Don Breazeal <donb@codesourcery.com>
14273
14274 * gdb.base/multi-forks.exp (continue_to_exit_bp_loc): Expect
14275 output from both inferior_spawn_id and gdb_spawn_id.
14276
14277 2015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
14278
14279 * gdb.threads/attach-into-signal.exp (corefunc): Use
14280 with_test_prefix on nested loops, uniquefying the test messages.
14281
14282 2015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
14283
14284 * gdb.python/py-objfile.exp: Fix typo that snuck in from my last
14285 commit.
14286
14287 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
14288
14289 * gdb.base/batch-preserve-term-settings.exp (send_quit_command):
14290 New proc.
14291 (test_terminal_settings_preserved_after_sigterm): New test.
14292
14293 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
14294
14295 * gdb.base/batch-preserve-term-settings.exp
14296 (test_terminal_settings_preserved_after_cli_exit): New test.
14297
14298 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
14299
14300 * gdb.base/batch-preserve-term-settings.exp: Remove top-level
14301 manipulation of saved_gdbflags.
14302 (test_terminal_settings_preserved): Remove global declaration of
14303 the unused variable pagination_prompt. Remove manipulation of
14304 saved_gdbflags. Use a local variable EXTRA_GDBFLAGS instead of
14305 GDBFLAGS.
14306
14307 2015-07-29 Pedro Alves <palves@redhat.com>
14308
14309 * boards/gdbserver-base.exp: Don't set gdb,noinferiorio.
14310
14311 2015-07-29 Pedro Alves <palves@redhat.com>
14312
14313 * gdb.base/interrupt.exp: Revert back to checking gdb,noinferiorio
14314 at the top.
14315
14316 2015-07-29 Pedro Alves <palves@redhat.com>
14317
14318 * gdb.base/call-ar-st.c: Include "../lib/unbuffer_output.c".
14319 (main): Call gdb_unbuffer_output.
14320 * gdb.base/call-rt-st.c: Include "../lib/unbuffer_output.c".
14321 (main): Call gdb_unbuffer_output.
14322 * gdb.base/call-strs.c: Include "../lib/unbuffer_output.c".
14323 (main): Call gdb_unbuffer_output.
14324 * gdb.base/call-strs.exp: Adjust to step over the
14325 gdb_unbuffer_output call.
14326 * gdb.base/catch-gdb-caused-signals.c: Include
14327 "../lib/unbuffer_output.c".
14328 (main): Call gdb_unbuffer_output.
14329 * gdb.base/dprintf.c: Include "../lib/unbuffer_output.c".
14330 (main): Call gdb_unbuffer_output.
14331 * gdb.base/ending-run.c: Include "../lib/unbuffer_output.c".
14332 (main): Call gdb_unbuffer_output.
14333 * gdb.base/run.c: Include "../lib/unbuffer_output.c".
14334 (main): Call gdb_unbuffer_output.
14335 * gdb.base/shlib-call.exp: Adjust to step over the
14336 gdb_unbuffer_output call.
14337 * gdb.base/shmain.c: Include "../lib/unbuffer_output.c".
14338 (main): Call gdb_unbuffer_output.
14339 * gdb.base/sizeof.c: Include "../lib/unbuffer_output.c".
14340 (main): Call gdb_unbuffer_output.
14341 * gdb.base/varargs.c: Include "../lib/unbuffer_output.c".
14342 (main): Rename to ...
14343 (test): ... this.
14344 (main): Reimplement.
14345 * gdb.base/varargs.exp: Run to test instead of to main.
14346 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
14347 (main): Call gdb_unbuffer_output.
14348
14349 2015-07-29 Pedro Alves <palves@redhat.com>
14350
14351 * gdb.mi/mi-dprintf.exp (mi_expect_dprintf): New procedure,
14352 factore out from mi_continue_dprintf. For call-style dprintfs,
14353 expect dprintf output out of $inferior_spawn_id.
14354 (mi_continue_dprintf): Use mi_expect_dprintf.
14355 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
14356 (main): Call gdb_unbuffer_output.
14357
14358 2015-07-29 Pedro Alves <palves@redhat.com>
14359
14360 * lib/mi-support.exp (mi_inferior_spawn_id): Delete.
14361 (default_mi_gdb_start): Set inferior_spawn_id instead of
14362 mi_inferior_spawn_id. If $inferior_spawn_id is not set, set it to
14363 gdb_spawn_id.
14364 (mi_gdb_test): Always expect inferior output from both
14365 $inferior_spawn_id and $gdb_spawn_id.
14366
14367 2015-07-29 Pedro Alves <palves@redhat.com>
14368
14369 * gdb.gdb/selftest.exp (test_with_self): Update comment. Use
14370 send_inferior and $inferior_spawn_id.
14371
14372 2015-07-29 Pedro Alves <palves@redhat.com>
14373
14374 * gdb.gdb/complaints.exp (test_initial_complaints)
14375 (test_serial_complaints, test_short_complaints): Use
14376 gdb_test_stdio.
14377 (test_empty_complaint): Handle $inferior_spawn_id !=
14378 $gdb_spawn_id.
14379
14380 2015-07-29 Pedro Alves <palves@redhat.com>
14381
14382 * gdb.base/varargs.exp: Use gdb_test_stdio.
14383
14384 2015-07-29 Pedro Alves <palves@redhat.com>
14385
14386 * gdb.base/shlib-call.exp: Use gdb_test_stdio.
14387
14388 2015-07-29 Pedro Alves <palves@redhat.com>
14389
14390 * gdb.base/ending-run.exp: Use gdb_test_stdio.
14391
14392 2015-07-29 Pedro Alves <palves@redhat.com>
14393
14394 * gdb.base/call-rt-st.exp (print_struct_call): Split "result"
14395 parameter into two new parameters, "inf_result" and "gdb_result".
14396 Expect inferior output and gdb output from $inferior_spawn_id and
14397 $gdb_spawn_id, respectively. Adjust all callers.
14398
14399 2015-07-29 Pedro Alves <palves@redhat.com>
14400
14401 * gdb.base/call-ar-st.exp: Use gdb_test_stdio+multi_line instead
14402 of gdb_test_sequence.
14403
14404 2015-07-29 Pedro Alves <palves@redhat.com>
14405
14406 * gdb.base/a2-run.exp (saw_usage, saw_exit_wrapper)
14407 (saw_spurious_output): Expect inferior output from
14408 $inferior_spawn_id. Use gdb_test_stdio.
14409
14410 2015-07-29 Pedro Alves <palves@redhat.com>
14411
14412 * gdb.base/dprintf.exp: Use standard_testfile. Change
14413 prepare_for_testing call.
14414 (srcfile): Don't set.
14415 (restart): New procedure.
14416 (test_dprintf): New procecure, use to continue over dprintfs.
14417 (test_call, test_agent): New procedures, tests moved here.
14418 Restart gdb and recreate dprintfs. Adjust expected output.
14419
14420 2015-07-29 Pedro Alves <palves@redhat.com>
14421
14422 * gdb.base/catch-gdb-caused-signals.exp: Use gdb_test_stdio.
14423
14424 2015-07-29 Pedro Alves <palves@redhat.com>
14425
14426 * gdb.base/call-strs.exp: Use gdb_test_stdio instead of gdb_test.
14427
14428 2015-07-29 Pedro Alves <palves@redhat.com>
14429
14430 * gdb.base/sizeof.exp (check_sizeof, check_valueof): Use
14431 gdb_test_stdio.
14432
14433 2015-07-29 Pedro Alves <palves@redhat.com>
14434
14435 * lib/gdb.exp (gdb_test_stdio): New procedure.
14436
14437 2015-07-29 Pedro Alves <palves@redhat.com>
14438
14439 * gdb.base/restore.exp (restore_tests): Use gdb_continue_to_end.
14440
14441 2015-07-29 Pedro Alves <palves@redhat.com>
14442
14443 * gdb.base/call-signal-resume.exp: Remove check for
14444 gdb,noinferiorio. Don't expect "no signal". Use gdb_test.
14445 * gdb.base/unwindonsignal.exp: Likewise.
14446 * gdb.base/call-signals.c (gen_signal): Remove printf call.
14447 * gdb.base/unwindonsignal.c (gen_signal): Likewise.
14448
14449 2015-07-29 Pedro Alves <palves@redhat.com>
14450
14451 * gdb.base/siginfo-addr.c (pass): New function.
14452 (handler): Call it iff si_addr is correct.
14453 * gdb.base/siginfo-addr.exp: Remove gdb_skip_stdio_test check.
14454 Set a breakpoint at "pass" and continue to it.
14455
14456 2015-07-28 Sergio Durigan Junior <sergiodj@redhat.com>
14457
14458 * gdb.python/py-objfile.exp: Make some tests have unique names.
14459 * gdb.python/py-pp-registration.exp: Likewise.
14460
14461 2015-07-28 Pedro Alves <palves@redhat.com>
14462
14463 * gdb.server/server-exec-info.exp: Issue a "disconnect".
14464
14465 2015-07-27 Simon Marchi <simon.marchi@ericsson.com>
14466
14467 * gdb.mi/mi-pending.c (thread_func): Replace return with return NULL.
14468
14469 2015-07-27 Simon Marchi <simon.marchi@ericsson.com>
14470
14471 * gdb.mi/mi-watch.exp (test_watchpoint_triggering): Remove xfail.
14472
14473 2015-07-27 Patrick Palka <patrick@parcs.ath.cx>
14474
14475 * gdb.base/gdb-sigterm-2.exp: New test.
14476
14477 2015-07-25 Doug Evans <xdje42@gmail.com>
14478
14479 Revert:
14480 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
14481 (workers/%.worker, build-perf): New rule.
14482 (GDB_PERFTEST_MODE): New variable.
14483 (check-perf): Use it.
14484 (clean): Clean up gdb.perf parallel build subdirs.
14485 * lib/build-piece.exp: New file.
14486 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
14487 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
14488 name.
14489 (standard_temp_file): Ditto.
14490 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
14491 of $GDB_PARALLEL.
14492
14493 2015-07-24 Doug Evans <dje@google.com>
14494
14495 * gdb.perf/lib/perftest/utils.py: New file.
14496 * gdb.perf/gm-hello.cc: New file.
14497 * gdb.perf/gm-pervasive-typedef.cc: New file.
14498 * gdb.perf/gm-pervasive-typedef.h: New file.
14499 * gdb.perf/gm-std.cc: New file.
14500 * gdb.perf/gm-std.h: New file.
14501 * gdb.perf/gm-use-cerr.cc: New file.
14502 * gdb.perf/gm-utils.h: New file.
14503 * gdb.perf/gmonster-null-lookup.py: New file.
14504 * gdb.perf/gmonster-pervasive-typedef.py: New file.
14505 * gdb.perf/gmonster-print-cerr.py: New file.
14506 * gdb.perf/gmonster-ptype-string.py: New file.
14507 * gdb.perf/gmonster-runto-main.py: New file.
14508 * gdb.perf/gmonster-select-file.py: New file.
14509 * gdb.perf/gmonster1-null-lookup.exp: New file.
14510 * gdb.perf/gmonster1-pervasive-typedef.exp: New file.
14511 * gdb.perf/gmonster1-print-cerr.exp: New file.
14512 * gdb.perf/gmonster1-ptype-string.exp: New file.
14513 * gdb.perf/gmonster1-runto-main.exp: New file.
14514 * gdb.perf/gmonster1-select-file.exp: New file.
14515 * gdb.perf/gmonster1.cc: New file.
14516 * gdb.perf/gmonster1.exp: New file.
14517 * gdb.perf/gmonster2-null-lookup.exp: New file.
14518 * gdb.perf/gmonster2-pervasive-typedef.exp: New file.
14519 * gdb.perf/gmonster2-print-cerr.exp: New file.
14520 * gdb.perf/gmonster2-ptype-string.exp: New file.
14521 * gdb.perf/gmonster2-runto-main.exp: New file.
14522 * gdb.perf/gmonster2-select-file.exp: New file.
14523 * gdb.perf/gmonster2.cc: New file.
14524 * gdb.perf/gmonster2.exp: New file.
14525
14526 2015-07-24 Doug Evans <dje@google.com>
14527
14528 * gdb.perf/README: New file.
14529 * lib/perftest.exp (tcl_string_list_to_python_list): New function.
14530 * lib/gen-perf-test.exp: New file.
14531
14532 2015-07-24 Doug Evans <dje@google.com>
14533
14534 * lib/perftest.exp (PerfTest::compile): Unconditionally call body.
14535 (PerfTest::startup): New function.
14536 (PerfTest::run): Return result of calling body.
14537 (PerfTest::assemble): Rewrite.
14538 * gdb.perf/backtrace.exp (PerfTest::assemble): Update function result.
14539 * gdb.perf/disassemble.exp (PerfTest::assemble): Ditto.
14540 * gdb.perf/single-step.exp (PerfTest::assemble): Ditto.
14541 * gdb.perf/skip-prologue.exp (PerfTest::assemble): Ditto.
14542 * gdb.perf/solib.exp (PerfTest::assemble): Ditto.
14543
14544 2015-07-24 Doug Evans <dje@google.com>
14545
14546 * lib/gdb.exp (clean_restart): Make executable optional.
14547
14548 2015-07-24 Doug Evans <dje@google.com>
14549
14550 * gdb.base/watchpoint.exp (test_complex_watchpoint): Remove
14551 compiler_info references.
14552 * gdb.cp/temargs.exp: Ditto.
14553 * lib/gdb.exp: Unset compiler_info instead of setting to "unknown".
14554 (get_compiler_info): Early exit if already computed. Set compiler_info
14555 to "unknown" if there was a problem.
14556 (test_compiler_info): Add function comment. Call get_compiler_info.
14557
14558 2015-07-24 Doug Evans <dje@google.com>
14559
14560 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
14561 (workers/%.worker, build-perf): New rule.
14562 (GDB_PERFTEST_MODE): New variable.
14563 (check-perf): Use it.
14564 (clean): Clean up gdb.perf parallel build subdirs.
14565 * lib/build-piece.exp: New file.
14566 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
14567 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
14568 name.
14569 (standard_temp_file): Ditto.
14570 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
14571 of $GDB_PARALLEL.
14572
14573 2015-07-24 Doug Evans <dje@google.com>
14574
14575 * lib/future.exp (gdb_default_target_compile): New option
14576 "early_flags".
14577 * lib/gdb.exp (gdb_compile): Undo debian's change in default of
14578 --as-needed.
14579
14580 2015-07-24 Sergio Durigan Junior <sergiodj@redhat.com>
14581
14582 * gdb.base/catch-syscall.exp: Call gdb_exit before
14583 gdb_skip_xml_test.
14584
14585 2015-07-24 Pedro Alves <palves@redhat.com>
14586
14587 * gdb.python/py-events.exp: Accept output between the stop event
14588 and the prompt.
14589 * gdb.python/py-evsignal.exp: Likewise.
14590 * gdb.python/py-evthreads.exp: Likewise.
14591
14592 2015-07-24 Pedro Alves <palves@redhat.com>
14593
14594 PR gdb/18717
14595 * gdb.threads/non-ldr-exit.c: New file.
14596 * gdb.threads/non-ldr-exit.exp: New file.
14597
14598 2015-07-24 Yao Qi <yao.qi@linaro.org>
14599
14600 * gdb.server/ext-wrapper.exp: Test --wrapper option when
14601 restarting process.
14602
14603 2015-07-24 Yao Qi <yao.qi@linaro.org>
14604
14605 * gdb.server/ext-restart.exp: New file.
14606
14607 2015-07-24 Yao Qi <yao.qi@linaro.org>
14608
14609 * lib/gdbserver-support.exp (gdbserver_start_extended): Add
14610 argument options.
14611 * gdb.server/ext-wrapper.exp: New file.
14612
14613 2015-07-23 Doug Evans <dje@google.com>
14614
14615 * gdb.dwarf2/dw2-dummy-cu.S: New file.
14616 * gdb.dwarf2/dw2-dummy-cu.exp: New file.
14617
14618 2015-07-23 Pierre-Marie de Rodat <derodat@adacore.com>
14619
14620 * gdb.ada/var_arr_typedef.exp: New testcase.
14621 * gdb.ada/var_arr_typedef/pack.adb: New file.
14622 * gdb.ada/var_arr_typedef/pack.ads: New file.
14623 * gdb.ada/var_arr_typedef/var_arr_typedef.adb: New file.
14624
14625 2015-07-20 Joel Brobecker <brobecker@adacore.com>
14626
14627 * gdb.ada/info_exc.exp: Adjust "info exceptions" expected output.
14628
14629 2015-07-16 Jan Kratochvil <jan.kratochvil@redhat.com>
14630
14631 * gdb.arch/i386-biarch-core.exp: Replace istarget
14632 by "complete set gnutarget". Remove expectation for the "core-file"
14633 command.
14634
14635 2015-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
14636
14637 Revert the previous commit:
14638 Tests for validate symbol file using build-id.
14639
14640 2015-07-15 Aleksandar Ristovski <aristovski@qnx.com
14641
14642 Tests for validate symbol file using build-id.
14643 * gdb.base/solib-mismatch-lib.c: New file.
14644 * gdb.base/solib-mismatch-libmod.c: New file.
14645 * gdb.base/solib-mismatch.c: New file.
14646 * gdb.base/solib-mismatch.exp: New file.
14647
14648 2015-07-15 Sandra Loosemore <sandra@codesourcery.com>
14649
14650 * gdb.base/sigaltstack.exp (finish_test): Add kfail for
14651 nios2-*-linux*.
14652 * gdb.base/sigbpt.exp (stepi_out): Likewise.
14653 * gdb.base/siginfo.exp: Likewise.
14654 * gdb.base/sigstep.exp (advance, advancei): Likewise.
14655
14656 2015-07-15 Pierre Langlois <pierre.langlois@arm.com>
14657
14658 * gdb.base/range-stepping.exp (gdb_range_stepping_enabled):
14659 Move it to ...
14660 * lib/range-stepping-support.exp (gdb_range_stepping_enabled):
14661 ... here.
14662 * gdb.trace/range-stepping.exp: Check that the target supports
14663 range stepping.
14664
14665 2015-07-14 Jan Kratochvil <jan.kratochvil@redhat.com>
14666
14667 * gdb.arch/i386-biarch-core.exp: Fix comment typo.
14668
14669 2015-07-14 Pedro Alves <palves@redhat.com>
14670
14671 * gdb.base/killed-outside.exp: New file.
14672 * gdb.base/killed-outside.c: New file.
14673
14674 2015-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
14675
14676 * gdb.asm/asm-source.exp (f at main): Stop at gdbasm_enter.
14677 (n at main): New.
14678 * gdb.asm/asmsrc1.s: Add comment "mark: main enter".
14679
14680 2015-07-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
14681
14682 * gdb.base/gnu_vector.exp: On x86 and x86_64 targets, skip the
14683 infcall tests instead of setting up for KFAIL.
14684
14685 2015-07-10 Markus Metzger <markus.t.metzger@intel.com>
14686
14687 * gdb.btrace/record_goto-step.exp: New.
14688
14689 2015-07-08 Jan Kratochvil <jan.kratochvil@redhat.com>
14690
14691 PR compile/18484
14692 * gdb.compile/compile.c (struct struct_type): Add volatile to
14693 selffield's type.
14694 * gdb.compile/compile.exp
14695 (compile code struct_object.selffield = &struct_object): Skip further
14696 struct_object tests if this one xfails.
14697
14698 2015-07-08 Robert O'Callahan <robert@ocallahan.org>
14699
14700 PR exp/18617
14701 * gdb.trace/ax.exp: Add test.
14702
14703 2015-07-07 Yao Qi <yao.qi@linaro.org>
14704
14705 * gdb.arch/aarch64-atomic-inst.exp: Check is_aarch64_target
14706 instead of istarget "aarch64*-*-*".
14707 * gdb.arch/aarch64-fp.exp: Likewise.
14708 * gdb.base/float.exp: Likewise.
14709 * gdb.reverse/aarch64.exp: Likewise.
14710 * lib/gdb.exp (is_aarch64_target): New proc.
14711
14712 2015-07-07 Yao Qi <yao.qi@linaro.org>
14713
14714 * lib/gdb.exp (is_aarch32_target): New proc.
14715 * gdb.arch/arm-bl-branch-dest.exp: Check is_aarch32_target
14716 instead of "istarget "arm*-*-*"".
14717 * gdb.arch/arm-disp-step.exp: Likewise.
14718 * gdb.arch/thumb-bx-pc.exp: Likewise.
14719 * gdb.arch/thumb-prologue.exp: Likewise.
14720 * gdb.arch/thumb-singlestep.exp: Likewise.
14721 * gdb.base/disp-step-syscall.exp: Likewise.
14722 * gdb.base/float.exp: Likewise.
14723
14724 2015-07-07 Yao Qi <yao.qi@linaro.org>
14725
14726 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch):
14727 Set arch1, arch2, syscall1_name, syscall2_name and syscall_number.
14728
14729 2015-07-07 Yao Qi <yao.qi@linaro.org>
14730
14731 * gdb.multi/multi-arch-exec.exp: Set march1 and march2 to "" if target
14732 is aarch64. If target is aarch64, set compiler=${ARM_CC_FOR_TARGET}
14733 if it exists.
14734 * gdb.multi/multi-arch.exp: Likewise.
14735
14736 2015-07-07 Simon Marchi <simon.marchi@ericsson.com>
14737
14738 * gdb.python/py-lazy-string.exp: Add missing parentheses to
14739 print.
14740
14741 2015-07-07 Yao Qi <yao.qi@linaro.org>
14742
14743 * gdb.arch/thumb-singlestep.exp: Do one more single step.
14744
14745 2015-06-30 Martin Galvan <martin.galvan@tallertechnologies.com>
14746
14747 * lib/gdb.exp (test_class_help): Remove the unneeded escaping of
14748 '[' and ']' characters.
14749
14750 2015-06-30 Iain Buclaw <ibuclaw@gdcproject.org>
14751
14752 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
14753
14754 2015-06-29 Pedro Alves <palves@redhat.com>
14755
14756 PR threads/18127
14757 * gdb.threads/hand-call-new-thread.c: New file.
14758 * gdb.threads/hand-call-new-thread.c: New file.
14759
14760 2015-06-26 Keith Seitz <keiths@redhat.com>
14761 Doug Evans <dje@google.com>
14762
14763 PR 16253
14764 * gdb.cp/var-tag-2.cc: New file.
14765 * gdb.cp/var-tag-3.cc: New file.
14766 * gdb.cp/var-tag-4.cc: New file.
14767 * gdb.cp/var-tag.cc: New file.
14768 * gdb.cp/var-tag.exp: New file.
14769
14770 2015-06-26 Patrick Palka <patrick@parcs.ath.cx>
14771
14772 * gdb.base/history-duplicates.exp: New test.
14773
14774 2015-06-26 Patrick Palka <patrick@parcs.ath.cx>
14775
14776 * gdb.base/completion.exp: Test the completion of the "focus"
14777 command.
14778
14779 2015-06-26 Jan Kratochvil <jan.kratochvil@redhat.com>
14780
14781 * gdb.arch/amd64-prologue-skip.S: New file.
14782 * gdb.arch/amd64-prologue-skip.exp: New file.
14783
14784 2015-06-25 Simon Marchi <simon.marchi@ericsson.com>
14785
14786 * gdb.python/py-prettyprint.exp (run_lang_tests): Add
14787 is_address_zero_readable check.
14788
14789 2015-06-24 Peter Bergner <bergner@vnet.ibm.com>
14790
14791 * gdb.arch/powerpc-power.exp <rfebb>: Fixup test results.
14792 * gdb.arch/powerpc-power.s <rfebb>: Likewise.
14793
14794 2015-06-24 Yao Qi <yao.qi@linaro.org>
14795
14796 * lib/gdb.exp (supports_get_siginfo_type): Return 1 for all
14797 linux targets.
14798
14799 2015-06-24 Yao Qi <yao.qi@linaro.org>
14800
14801 * lib/gdb.exp (supports_get_siginfo_type): New proc.
14802 * gdb.base/siginfo-obj.exp: Invoke supports_get_siginfo_type.
14803 * gdb.base/siginfo-thread.exp: Likewise.
14804
14805 2015-06-22 Yao Qi <yao.qi@linaro.org>
14806
14807 * boards/remote-gdbserver-on-localhost.exp: Add comments.
14808
14809 2015-06-22 Yao Qi <yao.qi@linaro.org>
14810
14811 * lib/gdb.exp (skip_hw_breakpoint_tests): Return 0 for target
14812 aarch64*-*-*.
14813 (skip_hw_watchpoint_tests): Likewise.
14814
14815 2015-06-18 Patrick Palka <patrick@parcs.ath.cx>
14816
14817 * gdb.base/gdbinit-history.exp: Test the interaction between
14818 setting GDBHISTSIZE and setting the history size via .gdbinit.
14819
14820 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
14821
14822 PR gdb/16999
14823 * gdb.base/gdbhistsize-history.exp: New test.
14824
14825 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
14826
14827 * gdb.base/gdbinit-history.exp: Replace occurrences of HISTSIZE
14828 with GDBHISTSIZE.
14829 * gdb.base/readline.exp: Likewise.
14830
14831 2015-06-17 Yao Qi <yao.qi@linaro.org>
14832
14833 * lib/gdb.exp (get_build_id): Move braces and "else" to the same
14834 line.
14835
14836 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
14837
14838 * gdb.base/gdbinit-history.exp: Add test case to check that
14839 an unlimited history file does not get truncated on exit.
14840
14841 2015-06-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
14842
14843 * gdb.base/gnu_vector.c: Include stdarg.h and stdio.h.
14844 (VECTOR): New macro. Use it...
14845 (int4, uint4, char4, float4, int2, longlong2, float2, double2):
14846 ...for these typedefs.
14847 (int8, char1, int1, double1): New typedefs.
14848 (struct just_int2, struct two_int2): New structures.
14849 (add_some_intvecs, add_many_charvecs, add_various_floatvecs)
14850 (add_structvecs, add_singlevecs): New functions.
14851 (main): Call add_some_intvecs twice.
14852 * gdb.base/gnu_vector.exp: Drop GCC version check; just attempt
14853 the compile and exit upon failure. Try compiling for the "native"
14854 architecture. Test inferior function calls with vector arguments
14855 and vector return value handling with "finish" and "return".
14856
14857 2015-06-10 Jon Turney <jon.turney@dronecode.org.uk>
14858
14859 * gdb.base/sepdebug.exp: Add EXEEXT where needed.
14860 * lib/gdb.exp (get_build_id): Teach how to extract build-id from a
14861 PE file.
14862 * lib/future.exp (gdb_find_objdump): Add gdb_find_objdump.
14863
14864 2015-06-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
14865
14866 PR breakpoints/16465
14867 * gdb.mi/mi-dprintf-pending.c: New file.
14868 * gdb.mi/mi-dprintf-pending.exp: New test.
14869 * gdb.mi/mi-dprintf-pendshr.c: New file.
14870
14871 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
14872 Mircea Gherzan <mircea.gherzan@intel.com>
14873
14874 * gdb.arch/i386-mpx-map.c: New file.
14875 * gdb.arch/i386-mpx-map.exp: New File.
14876
14877 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
14878
14879 * gdb.arch/i386-mpx.c (have_mpx): Indentation fixed.
14880 * gdb.arch/i386-mpx.exp: Indentation fixed.
14881
14882 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
14883
14884 * gdb.arch/i386-mpx.c: Added final return to the have_mpx
14885 function and improved indentation.
14886 * gdb.arch/i386-mpx.exp: Exchanging gdb_send and gdb_expect for
14887 gdb_test_multiple. Added additional tests to skip the test.
14888
14889 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
14890
14891 * gdb.arch/i386-avx512.c: Change path in include file.
14892 * gdb.arch/i386-avx512.exp: Change include dir path
14893 compilation flag.
14894 * gdb.arch/i386-mpx.c: Change path in include file.
14895 * gdb.arch/i386-mpx.exp: Change include dir path compilation
14896 flag.
14897
14898 2015-06-04 Jan Kratochvil <jan.kratochvil@redhat.com>
14899
14900 * gdb.compile/compile-print.exp (compile print *vararray@3)
14901 (compile print *vararrayp@3): Change xfail to kfail compile/18489.
14902
14903 2015-06-03 Jan Kratochvil <jan.kratochvil@redhat.com>
14904
14905 * gdb.compile/compile.exp (keep jit in memory): Rename to ...
14906 (do not keep jit in memory): ... this.
14907 (expect 5): Change it to ...
14908 (expect no 5): ... this.
14909
14910 2015-06-02 Simon Marchi <simon.marchi@ericsson.com>
14911
14912 PR gdb/15564
14913 * gdb.mi/mi-detach.exp: New file.
14914
14915 2015-06-01 Jan Kratochvil <jan.kratochvil@redhat.com>
14916
14917 PR symtab/18392
14918 * gdb.arch/amd64-tailcall-self.S: New file.
14919 * gdb.arch/amd64-tailcall-self.c: New file.
14920 * gdb.arch/amd64-tailcall-self.exp: New file.
14921
14922 2015-05-28 Don Breazeal <donb@codesourcery.com>
14923
14924 * gdb.base/foll-vfork.exp (main): Disable exec-dependent
14925 tests for remote targets by checking is_target_gdbserver.
14926
14927 2015-05-27 Doug Evans <dje@google.com>
14928
14929 * gdb.dwarf2/opaque-type-lookup-2.c: New file.
14930 * gdb.dwarf2/opaque-type-lookup.c: New file.
14931 * gdb.dwarf2/opaque-type-lookup.exp: New file.
14932
14933 2015-05-26 Doug Evans <dje@google.com>
14934
14935 * gdb.cp/iostream.cc: New file.
14936 * gdb.cp/iostream.exp: New file.
14937
14938 2015-05-26 Doug Evans <dje@google.com>
14939
14940 * gdb.dwarf2/dw2-op-call.exp: Update.
14941 * gdb.dwarf2/dw4-sig-types.exp: Update.
14942 * gdb.dwarf2/implptr.exp: Update.
14943 * gdb.mi/mi-cmd-param-changed.exp: Update.
14944
14945 2015-05-26 Doug Evans <dje@google.com>
14946
14947 * gdb.python/py-lazy-string.c: New file.
14948 * gdb.python/py-lazy-string.exp: New file.
14949 * gdb.python/py-prettyprint.c (lazystring) <len>: New member.
14950 (main): Update. Add estring3.
14951 * gdb.python/py-prettyprint.exp: Add tests for strings at address 0.
14952 * gdb.python/py-prettyprint.py (pp_ls): Handle length.
14953
14954 2015-05-26 Omair Javaid <omair.javaid@linaro.org>
14955 Yao Qi <yao.qi@linaro.org>
14956
14957 * gdb.reverse/aarch64.c: New.
14958 * gdb.reverse/aarch64.exp: New.
14959
14960 2015-05-26 Omair Javaid <omair.javaid@linaro.org>
14961
14962 * lib/gdb.exp (supports_process_record): Return true for
14963 aarch64*-linux*.
14964 (supports_reverse): Likewise.
14965
14966 2015-05-22 Patrick Palka <patrick@parcs.ath.cx>
14967
14968 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
14969 Use with_test_prefix.
14970
14971 2015-05-21 Andrew Burgess <andrew.burgess@embecosm.com>
14972
14973 * gdb.base/completion.exp: Add test for completion of layout
14974 names.
14975
14976 2015-05-20 Andrew Burgess <andrew.burgess@embecosm.com>
14977
14978 * lib/gdb.exp (skip_tui_tests): New proc.
14979 * gdb.base/tui-layout.exp: Check skip_tui_tests.
14980
14981 2015-05-19 Pedro Alves <palves@redhat.com>
14982
14983 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
14984 Save the whole env array instead of just HOME. Unset HISTSIZE in
14985 the environment while testing. Restore whole environment
14986 afterwards.
14987
14988 2015-05-16 Doug Evans <xdje42@gmail.com>
14989
14990 * gdb.guile/scm-ports.c: New file.
14991 * gdb.guile/scm-ports.exp: Add memory port tests.
14992
14993 2015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
14994
14995 * gdb.compile/compile-print.c: New file.
14996 * gdb.compile/compile-print.exp: New file.
14997
14998 2015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
14999
15000 * gdb.compile/compile-ops.exp: Cast param to void.
15001 * gdb.compile/compile.exp: Complete type for _gdb_expr.
15002 (compile code struct_object.selffield = &struct_object): Add xfail.
15003
15004 2015-05-15 Joel Brobecker <brobecker@adacore.com>
15005
15006 * gdb.ada/arr_enum_with_gap: New testcase.
15007
15008 2015-05-15 Joel Brobecker <brobecker@adacore.com>
15009
15010 * gdb.ada/byte_packed_arr: New testcase.
15011
15012 2015-05-15 Joel Brobecker <brobecker@adacore.com>
15013
15014 * gdb.ada/pckd_neg: New testcase.
15015
15016 2015-05-13 Patrick Palka <patrick@parcs.ath.cx>
15017
15018 PR gdb/17820
15019 * gdb.base/gdbinit-history.exp: New test.
15020 * gdb.base/gdbinit-history/unlimited/.gdbinit: New file.
15021 * gdb.base/gdbinit-history/zero/.gdbinit: New file.
15022
15023 2015-05-09 Siva Chandra Reddy <sivachandra@google.com>
15024
15025 * gdb.python/py-xmethods.cc: Enhance test case.
15026 * gdb.python/py-xmethods.exp: New tests.
15027 * gdb.python/py-xmethods.py (A_indexoper): New xmethod worker
15028 function.
15029 (B_indexoper): Likewise.
15030 (global_dm_list) : Add new xmethod worker functions.
15031
15032 2015-05-08 Sergio Durigan Junior <sergiodj@redhat.com>
15033
15034 * gdb.base/coredump-filter.exp: Correctly unset
15035 "coredump_var_addr" array.
15036
15037 2015-05-08 Pedro Alves <palves@redhat.com>
15038
15039 * gdb.server/non-existing-program.exp: Unset spawn_id.
15040
15041 2015-05-08 Siva Chandra Reddy <sivachandra@google.com>
15042
15043 PR python/18291
15044 * gdb.python/py-xmethods.exp: Add tests.
15045
15046 2015-05-08 Yao Qi <yao.qi@linaro.org>
15047
15048 PR gdb/18208
15049 * gdb.base/coredump-filter.c (set_coredump_filter): New function.
15050 * gdb.base/coredump-filter.exp (do_save_core): Call inferior
15051 function set_coredump_filter, and remove remote_exec call.
15052 Remove argument ipid. Callers update.
15053 (top level): Don't get inferior's PID.
15054
15055 2015-05-08 Andreas Arnez <arnez@linux.vnet.ibm.com>
15056
15057 * gdb.base/watch_thread_num.exp: Skip test on targets without
15058 access watchpoints.
15059
15060 2015-05-06 Pedro Alves <palves@redhat.com>
15061
15062 PR server/18081
15063 * gdb.server/non-existing-program.exp: New file.
15064
15065 2015-05-05 Joel Brobecker <brobecker@adacore.com>
15066
15067 * gdb.ada/out_of_line_in_inlined.exp: Add run and "bt" tests.
15068
15069 2015-05-05 Joel Brobecker <brobecker@adacore.com>
15070
15071 * gdb.ada/out_of_line_in_inlined: New testcase.
15072
15073 2015-05-05 Joel Brobecker <brobecker@adacore.com>
15074
15075 * gdb.ada/var_rec_arr: New testcase.
15076
15077 2015-04-30 Yao Qi <yao.qi@linaro.org>
15078
15079 * gdb.base/break-idempotent.exp: If
15080 skip_hw_watchpoint_multi_tests returns true, skip the tests
15081 on "rwatch" and "awatch".
15082
15083 2015-04-30 Yao Qi <yao.qi@linaro.org>
15084
15085 * gdb.base/relativedebug.exp: Invoke gdb command
15086 "info sharedlibrary", and if libc.so doesn't have debug info,
15087 skip the test.
15088
15089 2015-04-29 Doug Evans <dje@google.com>
15090
15091 * gdb.python/py-xmethods.exp: Add ptype tests.
15092 * gdb.python/py-xmethods.py (E_method_char_worker): Add
15093 get_result_type method.
15094
15095 2015-04-29 Luis Machado <lgustavo@codesourcery.com>
15096
15097 * gdb.base/watch-bitfields.exp: Switch to software watchpoints if
15098 the target does not support hardware watchpoints.
15099
15100 2015-04-29 Luis Machado <lgustavo@codesourcery.com>
15101
15102 * gdb.base/break-always.exp: Abort testing if writing to memory
15103 causes an error.
15104
15105 2015-04-28 Doug Evans <dje@google.com>
15106
15107 * gdb.python/py-pp-maint.py: Move "replace" testing to ...
15108 * gdb.python/py-pp-registration.exp: ... here. New file.
15109 * gdb.python/py-pp-registration.c: New file.
15110 * gdb.python/py-pp-registration.py: New file.
15111
15112 2015-04-28 Doug Evans <dje@google.com>
15113
15114 * gdb.python/py-bad-printers.c: New file.
15115 * gdb.python/py-bad-printers.py: New file.
15116 * gdb.python/py-bad-printers.exp: New file.
15117
15118 2015-04-28 Sasha Smundak <asmundak@google.com>
15119
15120 * gdb.python/py-type.exp: New test.
15121
15122 2015-04-28 Andy Wingo <wingo@igalia.com>
15123
15124 * gdb.python/py-parameter.exp:
15125 * gdb.guile/scm-parameter.exp: Escape the path that we are
15126 matching against, as it might contain characters that are special
15127 to regular expressions.
15128
15129 2015-04-27 Joel Brobecker <brobecker@adacore.com>
15130
15131 * gdb.ada/rec_comp: New testcase.
15132
15133 2015-04-26 Sergio Durigan Junior <sergiodj@redhat.com>
15134
15135 * gdb.base/coredump-filter.exp: Clear variable "coredump_var_addr"
15136 before using it.
15137
15138 2015-04-24 Andrew Burgess <andrew.burgess@embecosm.com>
15139
15140 * gdb.base/dump.exp: Add *.verilog files to all_files list. Add
15141 new tests for verilog output.
15142
15143 2015-04-24 Yao Qi <yao.qi@linaro.org>
15144
15145 * boards/remote-gdbserver-on-localhost.exp: New file.
15146
15147 2015-04-23 Pedro Alves <palves@redhat.com>
15148
15149 * gdb.base/interrupt.exp: Use an indirect spawn id list holding
15150 $inferior_spawn_id instead of $inferior_spawn_id directly. On
15151 "end of file", remove $inferior_spawn_id from the indirect list.
15152
15153 2015-04-23 Pedro Alves <palves@redhat.com>
15154
15155 * gdb.base/interrupt.exp: Rename saw_eof to saw_end_of_file.
15156
15157 2015-04-23 Pedro Alves <palves@redhat.com>
15158
15159 * lib/gdb.exp (gdb_test_multiple): Match eof/full_buffer/timeout
15160 on $any_spawn_id instead of only on $gdb_spawn_id.
15161
15162 2015-04-21 Pierre Muller <muller@sourceware.org>
15163
15164 PR pascal/17815
15165 * lib/pascal.exp (gpc_compile): Add new option "class".
15166 (fpc_compile): Likewise.
15167 * gdb.pascal/case-insensitive-symbols.pas: New file.
15168 * gdb.pascal/case-insensitive-symbols.exp: New file.
15169
15170 2015-04-20 Gary Benson <gbenson@redhat.com>
15171
15172 * gdb.base/attach.exp: Fix three extended remote failures.
15173
15174 2015-04-17 Gary Benson <gbenson@redhat.com>
15175
15176 * gdb.server/server-exec-info.exp: Inhibit GDB from accessing
15177 the main executable over the remote protocol.
15178
15179 2015-04-16 Pedro Alves <palves@redhat.com>
15180
15181 * boards/native-extended-gdbserver.exp (mi_gdb_start): Don't start
15182 a new gdbserver if gdbserver_reconnect_p is set.
15183
15184 2015-04-16 Pedro Alves <palves@redhat.com>
15185
15186 * lib/gdbserver-support.exp (gdb_exit): If gdbserver_reconnect_p
15187 is set, don't exit gdbserver.
15188
15189 2015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
15190
15191 * gdb.arch/s390-vregs.S (change_vrs): Replace exrl by an
15192 appropriate .insn, such that an older assembler can be used.
15193 * gdb.arch/s390-vregs.exp: Add the compile flag -mzarch, to enable
15194 the z/Architecture instruction set on 31-bit targets as well.
15195
15196 2015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
15197
15198 * gdb.go/handcall.exp: Remove all logic related to the first
15199 breakpoint and rely on go_runto_main instead.
15200 * gdb.go/strings.exp: Likewise.
15201 * gdb.go/unsafe.exp: Likewise.
15202 * gdb.go/hello.exp: Likewise. Also rename the remaining
15203 breakpoint marker to "breakpoint 1".
15204 * gdb.go/handcall.go: Remove comment "set breakpoint 1 here".
15205 * gdb.go/strings.go: Likewise.
15206 * gdb.go/unsafe.go: Likewise.
15207 * gdb.go/hello.go: Likewise. Also remove the second occurrence of
15208 "set breakpoint 2 here" and rename the remaining breakpoint marker
15209 to "breakpoint 1".
15210
15211 2015-04-15 Simon Marchi <simon.marchi@ericsson.com>
15212
15213 * gdb.python/py-framefilter.py (ErrorFilter.filter): Use map function
15214 if itertools.imap is not present.
15215 * gdb.python/py-objfile.exp: Add parentheses.
15216 * gdb.python/py-type.exp: Same.
15217 * gdb.python/py-unwind-maint.py: Same.
15218
15219 2015-04-15 Yao Qi <yao.qi@linaro.org>
15220
15221 * gdb.dwarf2/dynarr-ptr.exp (assemble): Use $ptr_size instead
15222 of ":$ptr_size" and set its form explicitly.
15223
15224 2015-04-15 Pedro Alves <palves@redhat.com>
15225 Yao Qi <yao.qi@linaro.org>
15226
15227 * gdb.base/watch-bitfields.exp (test_watch_location): Increase
15228 timeout by factor of 4.
15229 (test_regular_watch): Likewise.
15230 * gdb.base/watchpoint-solib.exp: Use with_timeout_factor.
15231 * gdb.reverse/sigall-reverse.exp: Likewise.
15232 * gdb.reverse/until-precsave.exp: Likewise.
15233 * lib/gdb.exp (with_timeout_factor): New proc.
15234 (gdb_expect): Move some code to ...
15235 (get_largest_timeout): ... here. New procedure.
15236
15237 2015-04-14 Luis Machado <lgustavo@codesourcery.com>
15238
15239 * gdb.base/bp-permanent.exp (test): Reinstate correct test message.
15240
15241 2015-04-13 Luis Machado <lgustavo@codesourcery.com>
15242
15243 * gdb.base/bp-permanent.exp (test): Handle the case of being unable
15244 to write to the .text section.
15245
15246 2015-04-13 Luis Machado <lgustavo@codesourcery.com>
15247
15248 * gdb.base/coredump-filter.exp: Restrict test to Linux systems only.
15249 Handle the case of targets that do not provide PID information.
15250
15251 2015-04-13 Yao Qi <yao.qi@linaro.org>
15252
15253 * lib/gdbserver-support.exp (gdb_exit): Catch exception
15254 and use expect instead of gdb_expect.
15255
15256 2015-04-13 Sergio Durigan Junior <sergiodj@redhat.com>
15257
15258 * gdb.base/coredump-filter.exp: Rename variable "addr" to
15259 "coredump_var_addr" to avoid naming conflict with other testcases.
15260
15261 2015-04-10 Pedro Alves <palves@redhat.com>
15262
15263 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp: Use
15264 gdb_test_sequence and gdb_assert.
15265
15266 2015-04-10 Pedro Alves <palves@redhat.com>
15267
15268 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Use
15269 test messages that don't include the breakpoint address.
15270
15271 2015-04-10 Yao Qi <yao.qi@linaro.org>
15272
15273 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): Return
15274 false for some offset and width combinations which aren't
15275 supported by linux kernel.
15276
15277 2015-04-10 Pedro Alves <palves@redhat.com>
15278
15279 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): New
15280 procedure, factored out from ...
15281 (top level): ... here. Add "set displaced-stepping" testing axis.
15282 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): New
15283 parameter "displaced". Use it.
15284 (top level): Use foreach and add "set displaced-stepping" testing
15285 axis.
15286
15287 2015-04-10 Pedro Alves <palves@redhat.com>
15288
15289 * gdb.threads/step-over-trips-on-watchpoint.c (child_function):
15290 Remove comment.
15291 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Find
15292 both the address of the instruction that triggers the watchpoint
15293 and the address of the instruction immediately after, and use
15294 those addresses for the test. Fix comment.
15295
15296 2015-04-10 Pedro Alves <palves@redhat.com>
15297
15298 * gdb.base/sigstep.exp (breakpoint_to_handler)
15299 (breakpoint_to_handler_entry): New parameter 'displaced'. Use it.
15300 Test "backtrace" in handler.
15301 (breakpoint_over_handler): New parameter 'displaced'. Use it.
15302 (top level): Add new "displaced" test axis to
15303 breakpoint_to_handler, breakpoint_to_handler_entry and
15304 breakpoint_over_handler.
15305
15306 2015-04-10 Pedro Alves <palves@redhat.com>
15307
15308 PR gdb/18216
15309 * gdb.threads/multiple-step-overs.exp: Remove expected eof.
15310
15311 2015-04-10 Yao Qi <yao.qi@linaro.org>
15312
15313 * gdb.arch/arm-disp-step.S (main): Call test_add_rn_pc.
15314 (test_add_rn_pc): New function.
15315 * gdb.arch/arm-disp-step.exp (test_add_rn_pc): New proc.
15316 (top level): Invoke test_add_rn_pc.
15317
15318 2015-04-10 Pedro Alves <palves@redhat.com>
15319
15320 PR gdb/13858
15321 * gdb.base/step-over-no-symbols.exp: New file.
15322
15323 2015-04-09 Andy Wingo <wingo@igalia.com>
15324
15325 * gdb.guile/scm-frame.exp: Add frame-read-register tests, modelled
15326 after the Python tests.
15327
15328 2015-04-08 Keith Seitz <keiths@redhat.com>
15329
15330 PR python/16699
15331 * gdb.python/py-completion.exp: New tests for completion.
15332 * gdb.python/py-completion.py (CompleteLimit1): New class.
15333 (CompleteLimit2): Likewise.
15334 (CompleteLimit3): Likewise.
15335 (CompleteLimit4): Likewise.
15336 (CompleteLimit5): Likewise.
15337 (CompleteLimit6): Likewise.
15338 (CompleteLimit7): Likewise.
15339
15340 2015-04-08 Pedro Alves <palves@redhat.com>
15341
15342 PR gdb/18214
15343 PR gdb/18216
15344 * gdb.threads/multiple-step-overs.c (sigusr1_handler): New
15345 function.
15346 (main): Install it as SIGUSR1 handler.
15347 * gdb.threads/multiple-step-overs.exp (setup): Remove 'prefix'
15348 parameter. Always use "setup" as prefix. Toggle "set
15349 displaced-stepping" off/on depending on global. Don't switch to
15350 thread 1 here.
15351 (top level): Add displaced stepping "off/on" test axis. Update
15352 "setup" calls. Wrap each subtest with with_test_prefix. Test
15353 continuing with a queued signal in each thread.
15354
15355 2015-04-08 Pedro Alves <palves@redhat.com>
15356
15357 * gdb.trace/actions.exp: Use gdb_load before gdb_run_cmd.
15358 * gdb.trace/infotrace.exp: Use gdb_load before gdb_run_cmd. Use
15359 gdb_breakpoint instead of gdb_test that doesn't expect anything.
15360 Return early if running to main fails.
15361 * gdb.trace/while-stepping.exp: Likewise.
15362
15363 2015-04-07 Pedro Alves <palves@redhat.com>
15364
15365 * gdb.base/interrupt.exp: Don't skip if $inferior_spawn_id !=
15366 $gdb_spawn_id. Use send_inferior and $inferior_spawn_id to
15367 interact with inferior program.
15368
15369 2015-04-07 Pedro Alves <palves@redhat.com>
15370
15371 * lib/gdb.exp (inferior_spawn_id): New global.
15372 (gdb_test_multiple): Handle "-i". Reset the spawn id to GDB's
15373 spawn id after processing the user code.
15374 (default_gdb_start): Set inferior_spawn_id.
15375 (send_inferior): New procedure.
15376 * lib/gdbserver-support.exp (gdbserver_start): Set
15377 inferior_spawn_id.
15378 (close_gdbserver, gdb_exit): Unset inferior_spawn_id.
15379
15380 2015-04-07 Pedro Alves <palves@redhat.com>
15381
15382 * lib/gdb.exp (gdb_finish): Delete persistent gdbserver handling.
15383 * lib/gdbserver-support.exp (gdbserver_start): Make
15384 $server_spawn_id global.
15385 (gdbserver_start): Don't wait for gdbserver's spawn id with
15386 expect_background.
15387 (close_gdbserver): New procedure.
15388 (gdb_exit): Rename the default version and reimplement.
15389
15390 2015-04-07 Pedro Alves <palves@redhat.com>
15391
15392 * lib/gdb.exp (gdb_test_multiple): When processing an argument,
15393 append the substituted item, not the original item.
15394
15395 2015-04-07 Pedro Alves <palves@redhat.com>
15396
15397 * gdb.base/interrupt.exp: Use gdb_test_multiple instead of
15398 gdb_expect.
15399
15400 2015-04-07 Pedro Alves <palves@redhat.com>
15401
15402 * gdb.base/interrupt.exp: Don't handle the case of the inferior
15403 output appearing once only.
15404
15405 2015-04-07 Pedro Alves <palves@redhat.com>
15406
15407 * gdb.trace/actions.exp: Use gdb_breakpoint instead of gdb_test
15408 that doesn't expect anything. Return early if running to main
15409 fails.
15410
15411 2015-04-07 Yao Qi <yao.qi@linaro.org>
15412
15413 * gdb.threads/non-stop-fair-events.c (SECONDS): New macro.
15414 (child_function): Call alarm.
15415 (main): Move call to alarm into the loop.
15416 * gdb.threads/non-stop-fair-events.exp: Build program with
15417 -DTIMEOUT=$timeout.
15418
15419 2015-04-06 Doug Evans <xdje42@gmail.com>
15420
15421 * lib/pascal.exp (gpc_compile): Rename dest arg to destfile.
15422 Fix dest parameter to board_info.
15423 (fpc_compile): Ditto.
15424 (gdb_compile_pascal): Rename dest arg to destfile.
15425
15426 2015-04-03 Pierre-Marie de Rodat <derodat@adacore.com>
15427
15428 * gdb.ada/funcall_ref.exp: New file.
15429 * gdb.ada/funcall_ref/foo.adb: New file.
15430
15431 2015-04-02 Yao Qi <yao.qi@linaro.org>
15432
15433 * gdb.threads/no-unwaited-for-left.exp: Set up kfail if target
15434 is remote.
15435
15436 2015-04-02 Gary Benson <gbenson@redhat.com>
15437
15438 * gdb.base/break-probes.exp: Cope with "target:" sysroot.
15439
15440 2015-04-01 Sasha Smundak <asmundak@google.com>
15441
15442 * gdb.python/py-unwind-maint.c: New file.
15443 * gdb.python/py-unwind-maint.exp: New test.
15444 * gdb.python/py-unwind-maint.py: New file.
15445 * gdb.python/py-unwind.c: New file.
15446 * gdb.python/py-unwind.exp: New test.
15447 * gdb.python/py-unwind.py: New test.
15448
15449 2015-04-01 Pedro Alves <palves@redhat.com>
15450
15451 * gdb.threads/manythreads.exp (interrupt_and_wait): Pass $message
15452 to fail instead of non-existent $test.
15453
15454 2015-04-01 Pedro Alves <palves@redhat.com>
15455
15456 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): Append space to
15457 GDBFLAGS if not empty.
15458
15459 2015-04-01 Pierre-Marie de Rodat <derodat@adacore.com>
15460
15461 * gdb.ada/complete.exp: Remove "multi_line".
15462 * gdb.ada/info_exc.exp: Remove "multi_line".
15463 * gdb.ada/packed_tagged.exp: Remove "multi_line".
15464 * gdb.ada/ptype_field.exp: Remove "multi_line".
15465 * gdb.ada/sym_print_name.exp: Remove "multi_line".
15466 * gdb.ada/tagged.exp: Remove "multi_line".
15467 * gdb.btrace/buffer-size.exp: Replace [join [list ...]] with
15468 [multi_line ...]
15469 * gdb.btrace/delta.exp: Likewise.
15470 * gdb.btrace/exception.exp: Likewise.
15471 * gdb.btrace/function_call_history.exp: Likewise.
15472 * gdb.btrace/instruction_history.exp: Likewise.
15473 * gdb.btrace/nohist.exp: Likewise.
15474 * gdb.btrace/record_goto.exp: Likewise.
15475 * gdb.btrace/segv.exp: Likewise.
15476 * gdb.btrace/stepi.exp: Likewise.
15477 * gdb.btrace/tailcall.exp: Likewise.
15478 * gdb.btrace/unknown_functions.exp: Likewise.
15479 * gdb.dwarf2/dw2-undefined-ret-addr.exp: Likewise.
15480 * lib/gdb.exp: Add the "multi_line" helper.
15481
15482 2015-04-01 Pedro Alves <palves@redhat.com>
15483
15484 * gdb.threads/tid-reuse.c: New file.
15485 * gdb.threads/tid-reuse.exp: New file.
15486
15487 2015-03-31 Sergio Durigan Junior <sergiodj@redhat.com>
15488
15489 PR corefiles/16092
15490 * gdb.base/coredump-filter.c: New file.
15491 * gdb.base/coredump-filter.exp: Likewise.
15492
15493 2015-03-27 Petr Machata <pmachata@redhat.com>
15494
15495 * lib/dwarf.exp (Dwarf::_handle_DW_FORM): Handle DW_FORM_sec_offset.
15496 (Dwarf::_line_count, Dwarf::_line_saw_file): New variables.
15497 (Dwarf::assemble): Initialize them.
15498 (Dwarf::lines): New function.
15499
15500 2015-03-26 Jon Turney <jon.turney@dronecode.org.uk>
15501
15502 * lib/gdb.exp (gdb_target_symbol_prefix_flags): Don't set
15503 SYMBOL_PREFIX for x86_64-*-cygwin.
15504
15505 2015-03-26 Andy Wingo <wingo@igalia.com>
15506
15507 PR symtab/18148
15508 * gdb.dwarf2/dw2-intercu.S (one, two): Add variables that have a
15509 const_value but not a location.
15510 * gdb.dwarf2/dw2-intercu.exp: Add tests that constants without
15511 location defined in non-main CUs are visible.
15512
15513 2015-03-26 Yao Qi <yao.qi@linaro.org>
15514
15515 PR testsuite/18139
15516 * gdb.linespec/break-asm-file0.s (func): New label .Lfunc_2.
15517 Add a line number entry for the same line.
15518 * gdb.linespec/break-asm-file1.s (func): New label .Lfunc_2.
15519 Add a line number entry for the same line.
15520
15521 2015-03-26 Yao Qi <yao.qi@linaro.org>
15522
15523 * gdb.linespec/break-asm-file0.s (func2): Use nop instead of
15524 .int 0.
15525 (func): Likewise. Add .Lfunc_1 label.
15526 Use .Lfunc_1 label.
15527 * gdb.linespec/break-asm-file1.s (func3): Use nop instead of
15528 .int 0.
15529 (func): Likewise.
15530 Use .Lfunc_1 label.
15531
15532 2015-03-26 Yao Qi <yao.qi@linaro.org>
15533
15534 * gdb.linespec/break-asm-file.exp: Don't call prepare_for_testing.
15535 Call gdb_compile instead to compile each .s files without debug
15536 information.
15537
15538 2015-03-26 Yao Qi <yao.qi@linaro.org>
15539
15540 * gdb.base/savedregs.exp (process_saved_regs): Make
15541 "Saved registers:" optional in the pattern.
15542
15543 2015-03-25 Markus Metzger <markus.t.metzger@intel.com>
15544
15545 * gdb.btrace/next.exp: Merged into step.exp.
15546 * gdb.btrace/finish.exp: Merged into step.exp.
15547 * gdb.btrace/nexti.exp: Merged into stepi.exp.
15548 * gdb.btrace/step.exp: Use record_goto.c as test file. Avoid using
15549 "record goto" and checking the exact replay position.
15550 * gdb.btrace/stepi.exp: Choose test file based on target. Do not
15551 check for "Recording format" in "info record" output.
15552 * gdb.btrace/record_goto.exp: Choose test file based on target.
15553 * gdb.btrace/x86-record_goto.S: Renamed into ...
15554 * gdb.btrace/x86_64-record_goto.S: ... this.
15555 * gdb.btrace/i686-record_goto.S: New.
15556 * gdb.btrace/x86-tailcall.S: Renamed into ...
15557 * gdb.btrace/x86_64-tailcall.S: ... this.
15558 * gdb.btrace/i686-tailcall.S: New.
15559 * gdb.btrace/x86-tailcall.c: Renamed into ...
15560 * gdb.btrace/tailcall.c: ... this. Split "return ++answer" into two
15561 separate statements. Update test.
15562 * gdb.btrace/delta.exp: Use record_goto.c as test file.
15563 * gdb.btrace/gcore.exp: Use record_goto.c as test file.
15564 * gdb.btrace/nohist.exp: Use record_goto.c as test file.
15565 * gdb.btrace/tailcall.exp: Choose test file based on target.
15566 * gdb.btrace/Makefile.in: Remove next, finish, and nexti.
15567
15568 2015-03-25 Markus Metzger <markus.t.metzger@intel.com>
15569
15570 * gdb.btrace/exception.exp: Increase BTS buffer size.
15571
15572 2015-03-24 Pedro Alves <palves@redhat.com>
15573
15574 * gdb.threads/no-unwaited-for-left.exp: Test "thread apply all".
15575
15576 2015-03-24 Pedro Alves <palves@redhat.com>
15577
15578 * gdb.threads/schedlock.exp (test_step): No longer expect that
15579 "set scheduler-locking step" with "next" over a function call runs
15580 threads unlocked.
15581
15582 2015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
15583
15584 * gdb.mi/mi-pending.exp: Fix output of breakpoint test.
15585
15586 2015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
15587
15588 PR breakpoints/16466
15589 * gdb.mi/Makefile.in: Add mi-pendshr2.sl to cleanup.
15590 * gdb.mi/mi-pending.c (thread_func): New function.
15591 (int main): Add threading support required.
15592 * gdb.mi/mi-pending.exp: Add tests for this issue.
15593 * gdb.mi/mi-pendshr.c (pendfunc1): Remove stdio dependency.
15594 (pendfunc2): Remove stdio dependency.
15595 * gdb.mi/mi-pendshr2.c: New file.
15596
15597 2015-03-23 Keith Seitz <keiths@redhat.com>
15598
15599 * gdb.linespec/keywords.c: New file.
15600 * gdb.linespec/keywords.exp: New file.
15601
15602 2015-03-23 Keith Seitz <keiths@redhat.com>
15603
15604 PR gdb/18021
15605 * gdb.dwarf2/staticvirtual.exp: New test.
15606
15607 2015-03-20 Jan Kratochvil <jan.kratochvil@redhat.com>
15608
15609 * Makefile.in (ALL_SUBDIRS): Remove gdb.hp.
15610 * README: Remove HP-UX and gdb.hp.
15611 (configuration):
15612 * configure: Regenerate.
15613 * configure.ac (AC_OUTPUT): Remove gdb.hp/Makefile,
15614 gdb.hp/gdb.objdbg/Makefile, gdb.hp/gdb.base-hp/Makefile,
15615 gdb.hp/gdb.aCC/Makefile, gdb.hp/gdb.compat/Makefile,
15616 gdb.hp/gdb.defects/Makefile.
15617 * gdb.hp/Makefile.in: File deleted.
15618 * gdb.hp/gdb.aCC/Makefile.in: File deleted.
15619 * gdb.hp/gdb.aCC/optimize.c: File deleted.
15620 * gdb.hp/gdb.aCC/optimize.exp: File deleted.
15621 * gdb.hp/gdb.aCC/run.c: File deleted.
15622 * gdb.hp/gdb.aCC/watch-cmd.exp: File deleted.
15623 * gdb.hp/gdb.base-hp/Makefile.in: File deleted.
15624 * gdb.hp/gdb.base-hp/callfwmall.c: File deleted.
15625 * gdb.hp/gdb.base-hp/callfwmall.exp: File deleted.
15626 * gdb.hp/gdb.base-hp/dollar.c: File deleted.
15627 * gdb.hp/gdb.base-hp/dollar.exp: File deleted.
15628 * gdb.hp/gdb.base-hp/genso-thresh.c: File deleted.
15629 * gdb.hp/gdb.base-hp/hwwatchbus.c: File deleted.
15630 * gdb.hp/gdb.base-hp/hwwatchbus.exp: File deleted.
15631 * gdb.hp/gdb.base-hp/pxdb.c: File deleted.
15632 * gdb.hp/gdb.base-hp/pxdb.exp: File deleted.
15633 * gdb.hp/gdb.base-hp/reg-pa64.exp: File deleted.
15634 * gdb.hp/gdb.base-hp/reg-pa64.s: File deleted.
15635 * gdb.hp/gdb.base-hp/reg.exp: File deleted.
15636 * gdb.hp/gdb.base-hp/reg.s: File deleted.
15637 * gdb.hp/gdb.base-hp/sized-enum.c: File deleted.
15638 * gdb.hp/gdb.base-hp/sized-enum.exp: File deleted.
15639 * gdb.hp/gdb.base-hp/so-thresh.exp: File deleted.
15640 * gdb.hp/gdb.base-hp/so-thresh.mk: File deleted.
15641 * gdb.hp/gdb.base-hp/so-thresh.sh: File deleted.
15642 * gdb.hp/gdb.compat/Makefile.in: File deleted.
15643 * gdb.hp/gdb.compat/average.c: File deleted.
15644 * gdb.hp/gdb.compat/sum.c: File deleted.
15645 * gdb.hp/gdb.compat/xdb.c: File deleted.
15646 * gdb.hp/gdb.compat/xdb0.c: File deleted.
15647 * gdb.hp/gdb.compat/xdb0.h: File deleted.
15648 * gdb.hp/gdb.compat/xdb1.c: File deleted.
15649 * gdb.hp/gdb.compat/xdb1.exp: File deleted.
15650 * gdb.hp/gdb.compat/xdb2.exp: File deleted.
15651 * gdb.hp/gdb.compat/xdb3.exp: File deleted.
15652 * gdb.hp/gdb.defects/Makefile.in: File deleted.
15653 * gdb.hp/gdb.defects/bs14602.c: File deleted.
15654 * gdb.hp/gdb.defects/bs14602.exp: File deleted.
15655 * gdb.hp/gdb.defects/solib-d.c: File deleted.
15656 * gdb.hp/gdb.defects/solib-d.exp: File deleted.
15657 * gdb.hp/gdb.defects/solib-d1.c: File deleted.
15658 * gdb.hp/gdb.defects/solib-d2.c: File deleted.
15659 * gdb.hp/gdb.objdbg/Makefile.in: File deleted.
15660 * gdb.hp/gdb.objdbg/objdbg01.exp: File deleted.
15661 * gdb.hp/gdb.objdbg/objdbg01/x1.cc: File deleted.
15662 * gdb.hp/gdb.objdbg/objdbg01/x2.cc: File deleted.
15663 * gdb.hp/gdb.objdbg/objdbg01/x3.cc: File deleted.
15664 * gdb.hp/gdb.objdbg/objdbg01/x3.h: File deleted.
15665 * gdb.hp/gdb.objdbg/objdbg02.exp: File deleted.
15666 * gdb.hp/gdb.objdbg/objdbg02/x1.cc: File deleted.
15667 * gdb.hp/gdb.objdbg/objdbg02/x2.cc: File deleted.
15668 * gdb.hp/gdb.objdbg/objdbg02/x3.cc: File deleted.
15669 * gdb.hp/gdb.objdbg/objdbg03.exp: File deleted.
15670 * gdb.hp/gdb.objdbg/objdbg03/x1.cc: File deleted.
15671 * gdb.hp/gdb.objdbg/objdbg03/x2.cc: File deleted.
15672 * gdb.hp/gdb.objdbg/objdbg03/x3.cc: File deleted.
15673 * gdb.hp/gdb.objdbg/objdbg04.exp: File deleted.
15674 * gdb.hp/gdb.objdbg/objdbg04/x.h: File deleted.
15675 * gdb.hp/gdb.objdbg/objdbg04/x1.cc: File deleted.
15676 * gdb.hp/gdb.objdbg/objdbg04/x2.cc: File deleted.
15677 * gdb.hp/gdb.objdbg/tools/symaddr: File deleted.
15678 * gdb.hp/gdb.objdbg/tools/symaddr.pa64: File deleted.
15679 * gdb.hp/gdb.objdbg/tools/test-objdbg.cc: File deleted.
15680 * gdb.hp/tools/odump: File deleted.
15681
15682 2015-03-19 Pedro Alves <palves@redhat.com>
15683
15684 * gdb.threads/continue-pending-status.exp (saw_thread_2)
15685 (saw_thread_3): New globals.
15686 (top level): Increment them when an event for the corresponding
15687 thread is seen.
15688 (no thread starvation): New test.
15689
15690 2015-03-19 Pedro Alves <palves@redhat.com>
15691
15692 * gdb.threads/continue-pending-status.c: New file.
15693 * gdb.threads/continue-pending-status.exp: New file.
15694
15695 2015-03-18 Pedro Alves <palves@redhat.com>
15696
15697 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
15698 Use gdb_is_target_remote instead of is_remote. Use
15699 gdb_test_multiple instead of gdb_expect. Exit early if
15700 gdb_test_multiple hits its internal matches. Tighten stepi tests
15701 expected output. Fail on exit with any signal, instead of just
15702 SIGILL.
15703
15704 2015-03-18 Yao Qi <yao.qi@linaro.org>
15705
15706 PR tdep/18107
15707 * gdb.base/catch-syscall.c [!SYS_pipe] (pipe2_syscall): New
15708 variable.
15709 * gdb.base/catch-syscall.exp: Don't skip it on
15710 aarch64*-*-linux* target. Remove elements in all_syscalls.
15711 (test_catch_syscall_multi_arch): Skip it on aarch64*-linux*
15712 target.
15713 (setup_all_syscalls): New proc.
15714
15715 2015-03-16 Yao Qi <yao.qi@linaro.org>
15716
15717 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): New proc.
15718 (top level): Skip tests if valid_addr_p returns false for
15719 $cmd1 or $cmd2.
15720
15721 2015-03-11 Andy Wingo <wingo@igalia.com>
15722
15723 * gdb.guile/scm-objfile.exp: Add objfile-progspace test.
15724
15725 2015-03-11 Yao Qi <yao.qi@linaro.org>
15726
15727 * gdb.base/catch-syscall.exp: Fix typo in comments.
15728
15729 2015-03-11 Yao Qi <yao.qi@linaro.org>
15730
15731 * gdb.base/catch-syscall.exp: Skip it on HP-UX target.
15732
15733 2015-03-09 Pedro Alves <palves@redhat.com>
15734
15735 * dg-extract-results.py: Delete.
15736
15737 2015-03-09 Pedro Alves <palves@redhat.com>
15738
15739 Merge dg-extract-results.sh from GCC upstream (r218843).
15740
15741 2014-12-17 Sergio Durigan Junior <sergiodj@redhat.com>
15742 * dg-extract-results.sh: Use --text with grep to avoid issues with
15743 binary files. Fall back to cat -v, if that doesn't work.
15744
15745 2015-03-05 Pedro Alves <palves@redhat.com>
15746
15747 * gdb.base/bp-permanent.exp: Tighten "next over setup" regex.
15748
15749 2015-03-04 Simon Marchi <simon.marchi@ericsson.com>
15750
15751 * lib/mi-support.exp (mi_expect_interrupt): Accept
15752 alternative event for when in all-stop mode.
15753
15754 2015-03-04 Pedro Alves <palves@redhat.com>
15755
15756 * gdb.threads/thread-specific-bp.exp: Delete "info threads" test.
15757
15758 2015-03-04 Mark Kettenis <kettenis@gnu.org>
15759
15760 * gdb.base/foll-fork.exp: Enable on *-*-openbsd*.
15761
15762 2015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
15763
15764 * gdb.base/breakpoint-in-ro-region.exp (test_single_step): In the
15765 regexps for GDB's current line display, accept a hex address
15766 preceding the line number.
15767
15768 2015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
15769
15770 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch): Set
15771 the 'arch1' variable for "s390*-linux*" targets.
15772
15773 2015-03-04 Pedro Alves <palves@redhat.com>
15774
15775 * gdb.threads/clone-thread_db.c: Include unistd.h and pthread.h.
15776 (main): Pass missing retval argument to pthread_join call.
15777
15778 2015-03-02 Pedro Alves <palves@redhat.com>
15779
15780 * gdb.threads/thread-execl.exp (do_test): Handle non-stop.
15781 (top level): Call do_test with non-stop as well.
15782
15783 2015-03-02 Pedro Alves <palves@redhat.com>
15784
15785 * lib/gdb.exp (gdb_test_multiple) <internal error>: Set result to
15786 -1.
15787
15788 2015-03-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
15789
15790 * gdb.arch/s390-vregs.exp: New test.
15791 * gdb.arch/s390-vregs.S: New file.
15792
15793 2015-02-27 Pedro Alves <palves@redhat.com>
15794
15795 * gdb.gdb/python-interrupts.exp (test_python_interrupts): Adjust
15796 call to catch_command_errors.
15797 * gdb.gdb/python-selftest.exp (selftest_python): Adjust call to
15798 catch_command_errors.
15799
15800 2015-02-27 Pedro Alves <palves@redhat.com>
15801
15802 * gdb.gdb/complaints.exp (test_initial_complaints): Also accept
15803 "true" for boolean result.
15804 * gdb.gdb/selftest.exp (test_with_self): Also accept full
15805 prototype of main.
15806
15807 2015-02-27 Pedro Alves <palves@redhat.com>
15808
15809 * lib/unbuffer_output.c: New file.
15810 * gdb.base/interrupt.c: Include "../lib/unbuffer_output.c".
15811 (main): Call gdb_unbuffer_output.
15812
15813 2015-02-27 Yao Qi <yao.qi@linaro.org>
15814
15815 * gdb.base/catch-syscall.exp: Don't skip it on hppa*-hp-hpux*
15816 target.
15817
15818 2015-02-26 Doug Evans <dje@google.com>
15819
15820 * gdb.cp/class2.cc (Dbase, D): New classes.
15821 (main): New local delta.
15822 * gdb.cp/class2.exp: Test printing delta.
15823 * gdb.cp/classes.cc (DynamicBase2, DynamicBar): New classes.
15824 (dynbar): New global.
15825 * gdb.cp/classes.exp (test_ptype_class_objects): Test ptype DynamicBar.
15826
15827 2015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
15828
15829 * gdb.compile/compile-ifunc.c: New file.
15830 * gdb.compile/compile-ifunc.exp: New file.
15831
15832 2015-02-26 Antoine Tremblay <antoine.tremblay@ericsson.com>
15833
15834 * gdb.base/structs.exp: Check for correct struct on finish.
15835
15836 2015-02-26 Yao Qi <yao.qi@linaro.org>
15837
15838 * lib/dwarf.exp (function_range): Adjust pattern when $func_length
15839 is zero.
15840
15841 2015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
15842
15843 * gdb.arch/cordic.ko.bz2: New file.
15844 * gdb.arch/cordic.ko.debug.bz2: New file.
15845 * gdb.arch/ppc64-symtab-cordic.exp: New file.
15846
15847 2015-02-25 Yao Qi <yao.qi@linaro.org>
15848
15849 * gdb.xml/tdesc-regs.exp: Set core-regs to aarch64-core.xml for
15850 aarch64*-*-* target.
15851
15852 2015-02-23 Pedro Alves <palves@redhat.com>
15853
15854 * lib/gdb.exp (delete_breakpoints): Rewrite using
15855 gdb_test_multiple.
15856
15857 2015-02-23 Pedro Alves <palves@redhat.com>
15858
15859 * gdb.base/info-os.c: Include stdlib.h.
15860
15861 2015-02-22 Doug Evans <xdje42@gmail.com>
15862
15863 PR symtab/17855
15864 * gdb.ada/exec_changed.exp: Add second test where symbol lookup cache
15865 is read after symbols have been re-read.
15866 * gdb.ada/exec_changed/first.adb (First): New procedure Break_Me.
15867 * gdb.ada/exec_changed/second.adb (Second): Ditto.
15868
15869 2015-02-21 Doug Evans <dje@google.com>
15870
15871 * gdb.cp/anon-ns.exp: Add test for ptype '(anonymous namespace)'.
15872
15873 2015-02-21 Jan Kratochvil <jan.kratochvil@redhat.com>
15874
15875 PR corefiles/17808
15876 * gdb.arch/i386-biarch-core.core.bz2: New file.
15877 * gdb.arch/i386-biarch-core.exp: New file.
15878
15879 2015-02-21 Pedro Alves <palves@redhat.com>
15880
15881 * gdb.threads/multi-create-ns-info-thr.exp: Return early if
15882 runto_main fails.
15883
15884 2015-02-20 Pedro Alves <palves@redhat.com>
15885
15886 * gdb.base/solib-corrupted.exp: Expect "stap" as first column of
15887 info probes.
15888
15889 2015-02-20 Pedro Alves <palves@redhat.com>
15890
15891 * gdb.threads/multi-create-ns-info-thr.exp: New file.
15892
15893 2015-02-20 Pedro Alves <palves@redhat.com>
15894
15895 * gdb.trace/no-attach-trace.exp: Don't run to main. Do
15896 clean_restart before gdb_target_supports_trace.
15897
15898 2015-02-20 Pedro Alves <palves@redhat.com>
15899
15900 PR threads/18006
15901 * gdb.threads/clone-thread_db.c: New file.
15902 * gdb.threads/clone-thread_db.exp: New file.
15903
15904 2015-02-19 Antoine Tremblay <antoine.tremblay@ericsson.com>
15905
15906 PR breakpoints/16812
15907 * gdb.base/catch-gdb-caused-signals.c: New file.
15908 * gdb.base/catch-gdb-caused-signals.exp: New file.
15909
15910 2015-02-18 Jose E. Marchesi <jose.marchesi@oracle.com>
15911
15912 * configure: Regenerated.
15913 * configure.ac: Use GDB_AC_TRANSFORM.
15914 * aclocal.m4: sinclude ../transform.m4.
15915
15916 2015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
15917
15918 * lib/dtrace.exp: New file.
15919 * gdb.base/dtrace-probe.exp: Likewise.
15920 * gdb.base/dtrace-probe.d: Likewise.
15921 * gdb.base/dtrace-probe.c: Likewise.
15922 * lib/pdtrace.in: Likewise.
15923 * configure.ac: Output variables with the transformed names of
15924 the strip, readelf, as and nm tools. AC_SUBST lib/pdtrace.in.
15925 * configure: Regenerated.
15926
15927 2015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
15928
15929 * gdb.base/stap-probe.exp (stap_test): Remove "SystemTap" from
15930 expected message when trying to access $_probe_* convenience
15931 variables while not on a probe.
15932
15933 2015-02-11 Jan Kratochvil <jan.kratochvil@redhat.com>
15934
15935 * gdb.python/py-framefilter.exp (pagination quit - *): New tests.
15936
15937 2015-02-11 Pedro Alves <pedro@codesourcery.com>
15938
15939 * gdb.threads/step-bg-decr-pc-switch-thread.c: New file.
15940 * gdb.threads/step-bg-decr-pc-switch-thread.exp: New file.
15941
15942 2015-02-10 Doug Evans <xdje42@gmail.com>
15943
15944 * lib/gdb.exp (gdb_load): Always return a result.
15945
15946 2015-02-10 Pedro Alves <palves@redhat.com>
15947
15948 * gdb.threads/signal-sigtrap.c: New file.
15949 * gdb.threads/signal-sigtrap.exp: New file.
15950
15951 2015-02-10 Antoine Tremblay <antoine.tremblay@ericsson.com>
15952
15953 * gdb.trace/no-attach-trace.c: New file.
15954 * gdb.trace/no-attach-trace.exp: New file.
15955
15956 2015-02-09 Mark Wielaard <mjw@redhat.com>
15957
15958 * gdb.dwarf2/atomic.c: New file.
15959 * gdb.dwarf2/atomic-type.exp: Likewise.
15960
15961 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
15962
15963 * gdb.btrace/buffer-size.exp: Update "info record" output.
15964 * gdb.btrace/delta.exp: Update "info record" output.
15965 * gdb.btrace/enable.exp: Update "info record" output.
15966 * gdb.btrace/finish.exp: Update "info record" output.
15967 * gdb.btrace/instruction_history.exp: Update "info record" output.
15968 * gdb.btrace/next.exp: Update "info record" output.
15969 * gdb.btrace/nexti.exp: Update "info record" output.
15970 * gdb.btrace/step.exp: Update "info record" output.
15971 * gdb.btrace/stepi.exp: Update "info record" output.
15972 * gdb.btrace/nohist.exp: Update "info record" output.
15973
15974 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
15975
15976 * gdb.btrace/buffer-size: New.
15977
15978 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
15979
15980 * gdb.btrace/delta.exp: Update "info record" output.
15981 * gdb.btrace/enable.exp: Update "info record" output.
15982 * gdb.btrace/finish.exp: Update "info record" output.
15983 * gdb.btrace/instruction_history.exp: Update "info record" output.
15984 * gdb.btrace/next.exp: Update "info record" output.
15985 * gdb.btrace/nexti.exp: Update "info record" output.
15986 * gdb.btrace/step.exp: Update "info record" output.
15987 * gdb.btrace/stepi.exp: Update "info record" output.
15988 * gdb.btrace/nohist.exp: Update "info record" output.
15989
15990 2015-02-06 Simon Marchi <simon.marchi@ericsson.com>
15991
15992 PR gdb/15678
15993 * gdb.base/ena-dis-br.exp: Test "enable count" for bad user input.
15994
15995 2015-02-06 Pedro Alves <palves@redhat.com>
15996
15997 * gdb.threads/attach-many-short-lived-threads.c (SECONDS): New
15998 macro.
15999 (seconds_left, again): New globals.
16000 (main): Wait seconds_left in a 1-second sleep loop instead of
16001 sleeping 180 seconds. If 'again' is set, reset the seconds
16002 counter.
16003 * gdb.threads/attach-many-short-lived-threads.exp (test): Set
16004 'again' in the inferior before detaching. Print the seconds left.
16005 (options): New global.
16006 (top level): Build program with -DTIMEOUT=$timeout.
16007
16008 2015-02-06 Pedro Alves <palves@redhat.com>
16009
16010 * gdb.base/gdb-sigterm.c (main): Use the TIMEOUT define to
16011 determine how many seconds to pass to 'alarm'.
16012 * gdb.base/gdb-sigterm.exp (top level): Build program with
16013 -DTIMEOUT=$timeout.
16014 (do_test): Return success/failure indication. Add more verbose
16015 logging. Don't fail if 200 single steps are seen. Instead, fail
16016 when the test times out.
16017 (passes): New global.
16018 (top level): Break the testing loop if testing fails on any
16019 iteration. Use gdb_assert.
16020
16021 2015-02-04 Don Breazeal <donb@codesourcery.com>
16022
16023 * gdb.base/info-os.c (shmid, semid, msqid): Make variables static
16024 and initialize them.
16025 (ipc_cleanup): New function.
16026 (main): Don't declare shmid, semid, and msqid. Add a call to
16027 atexit so that we call ipc_cleanup on exit.
16028
16029 2015-02-04 Pedro Alves <palves@redhat.com>
16030
16031 * boards/native-extended-gdbserver.exp: Remove any target variant
16032 specifications from the board name before clearing the isremote
16033 flag from board_info.
16034
16035 2015-01-31 Doug Evans <xdje42@gmail.com>
16036
16037 * gdb.base/maint.exp <maint print type argc>: Update expected output.
16038
16039 2015-01-31 Gary Benson <gbenson@redhat.com>
16040
16041 * gdb.base/completion.exp: Disable completion limiting for
16042 existing tests. Add new tests to check completion limiting.
16043 * gdb.linespec/ls-errs.exp: Disable completion limiting.
16044
16045 2015-01-31 Doug Evans <xdje42@gmail.com>
16046
16047 * gdb.ada/dyn_arrayidx.exp: Add additional_flags=-gnat12.
16048
16049 2015-01-31 Doug Evans <xdje42@gmail.com>
16050
16051 * gdb.guile/scm-section-script.c: Add duplicate inlined section script
16052 entries. Duplicate file section script entries.
16053 * gdb.guile/scm-section-script.exp: Add tests for duplicate entries,
16054 inlined entries. Add test for safe-path rejection.
16055 * gdb.python/py-section-script.c: Add duplicate inlined section script
16056 entries. Duplicate file section script entries.
16057 * gdb.python/py-section-script.exp: Add tests for duplicate entries,
16058 inlined entries. Add test for safe-path rejection.
16059
16060 2015-01-29 Joel Brobecker <brobecker@adacore.com>
16061
16062 * gdb.ada/disc_arr_bound: New testcase.
16063
16064 2015-01-29 Joel Brobecker <brobecker@adacore.com>
16065
16066 * gdb.ada/mi_var_array: New testcase.
16067
16068 2015-01-27 Doug Evans <dje@google.com>
16069
16070 * gdb.python/py-objfile.exp: Add tests for objfile.username.
16071 Add test for objfile.filename, objfile.username after objfile
16072 has been unloaded.
16073
16074 2015-01-26 Joel Brobecker <brobecker@adacore.com>
16075
16076 * gdb.python/py-lookup-type.exp (test_lookup_type): Change
16077 the second test to print the name attribute of value
16078 returned by the call to gdb.lookup_type, and adjust
16079 the expected output accordingly.
16080
16081 2015-01-25 Mark Wielaard <mjw@redhat.com>
16082
16083 * gdb.arch/i386-bp_permanent.c (standard): New declaration.
16084 * gdb.base/disp-step-fork.c: Include unistd.h.
16085 * gdb.base/siginfo-obj.c: Include stdio.h.
16086 * gdb.base/siginfo-thread.c: Likewise.
16087 * gdb.mi/non-stop.c: Include unistd.h.
16088 * gdb.mi/nsthrexec.c: Include stdio.h.
16089 * gdb.mi/pthreads.c: Include unistd.h.
16090 * gdb.modula2/unbounded1.c (main): Declare returns int.
16091 * gdb.reverse/consecutive-reverse.c: Likewise.
16092 * gdb.threads/create-fail.c: Include unistd.h.
16093 * gdb.threads/killed.c: Likewise.
16094 * gdb.threads/linux-dp.c: Likewise.
16095 * gdb.threads/non-ldr-exc-1.c: Include stdio.h and string.h.
16096 * gdb.threads/non-ldr-exc-2.c: Likewise.
16097 * gdb.threads/non-ldr-exc-3.c: Likewise.
16098 * gdb.threads/non-ldr-exc-4.c: Likewise.
16099 * gdb.threads/pthreads.c: Include unistd.h.
16100 (main): Declare returns int.
16101 * gdb.threads/tls-main.c (foo): New declaration.
16102 * gdb.threads/watchpoint-fork-mt.c: Define _GNU_SOURCE.
16103
16104 2015-01-23 Simon Marchi <simon.marchi@ericsson.com>
16105
16106 * gdb.mi/mi-var-list-children-invalid-grandchild.c: New file.
16107 * gdb.mi/mi-var-list-children-invalid-grandchild.exp: New file.
16108
16109 2015-01-15 Mark Wielaard <mjw@redhat.com>
16110
16111 * gdb.base/noreturn-return.c: New file.
16112 * gdb.base/noreturn-return.exp: New file.
16113 * gdb.base/noreturn-finish.c: New file.
16114 * gdb.base/noreturn-finish.exp: New file.
16115
16116 2015-01-23 Pedro Alves <palves@redhat.com>
16117
16118 * gdb.threads/continue-pending-after-query.c: New file.
16119 * gdb.threads/continue-pending-after-query.exp: New file.
16120
16121 2015-01-22 Anders Granlund <anders.granlund@ericsson.com>
16122 Simon Marchi <simon.marchi@ericsson.com>
16123
16124 * gdb.base/statistics.exp: Assign spawn id to gdb_spawn_id.
16125 * gdb.base/valgrind-db-attach.exp: Same.
16126 * gdb.base/valgrind-infcall.exp: Same.
16127 * lib/mi-support.exp (default_mi_gdb_start): Same.
16128 * lib/prompt.exp (default_prompt_gdb_start): Same.
16129 * lib/gdb.exp (default_gdb_spawn): Same.
16130 (gdb_interact): New.
16131
16132
16133 2015-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
16134
16135 * gdb.compile/compile.exp (pointer to jit function): New test.
16136
16137 2015-01-17 Wei-cheng Wang <cole945@gmail.com>
16138
16139 * lib/gdb.exp (supports_process_record): Return true for
16140 powerpc*-*-linux*.
16141 (supports_reverse): Likewise.
16142
16143 2015-01-15 Don Breazeal <donb@codesourcery.com>
16144
16145 * gdb.base/attach-pie-noexec.exp: Use can_spawn_for_attach
16146 instead of checking whether the target board is remote and
16147 use spawn_wait_for_attach instead of exec/sleep.
16148 * gdb.base/attach-twice.exp: Likewise.
16149
16150 2015-01-15 Joel Brobecker <brobecker@adacore.com>
16151
16152 * gdb.ada/var_arr_attrs: New testcase.
16153
16154 2015-01-14 Pedro Alves <palves@redhat.com>
16155 Joel Brobecker <brobecker@adacore.com>
16156
16157 PR gdb/17525
16158 * gdb.base/bp-cmds-execution-x-script.c: New file.
16159 * gdb.base/bp-cmds-execution-x-script.exp: New file.
16160 * gdb.base/bp-cmds-execution-x-script.gdb: New file.
16161
16162 2015-01-14 Pedro Alves <palves@redhat.com>
16163
16164 PR cli/17828
16165 * gdb.base/batch-preserve-term-settings.c: New file.
16166 * gdb.base/batch-preserve-term-settings.exp: New file.
16167
16168 2015-01-13 Doug Evans <dje@google.com>
16169
16170 * gdb.python/py-objfile.exp: Test gdb.lookup_objfile on symlinked
16171 binary.
16172
16173 2015-01-13 Joel Brobecker <brobecker@adacore.com>
16174
16175 * Makefile.in (clean mostlyclean): Do not delete *.py.
16176
16177 2015-01-13 Joel Brobecker <brobecker@adacore.com>
16178
16179 * gdb.python/py-lookup-type.exp: New file.
16180
16181 2015-01-12 Pedro Alves <palves@redhat.com>
16182
16183 * gdb.python/py-prompt.exp: When the board can't spawn for attach,
16184 restore GDBFLAGS before returning.
16185
16186 2015-01-12 Jan Kratochvil <jan.kratochvil@redhat.com>
16187
16188 * gdb.python/py-frame.exp (test Frame.read_register(rip)): Use
16189 is_amd64_regs_target and is_x86_like_target.
16190
16191 2015-01-11 Doug Evans <xdje42@gmail.com>
16192
16193 * lib/dwarf.exp (Dwarf): Flag an error if a numeric attribute value
16194 is given without an explicit form.
16195 * gdb.dwarf2/arr-subrange.exp: Specify forms for all numeric
16196 attributes.
16197 * gdb.dwarf/corrupt.exp: Ditto.
16198 * gdb.dwarf2/enum-type.exp: Ditto.
16199 * gdb.trace/entry-values.exp: Ditto.
16200 * gdb.trace/unavailable-dwarf-piece.exp: Ditto.
16201
16202 2015-01-11 Doug Evans <xdje42@gmail.com>
16203
16204 PR gdb/15830
16205 * gdb.base/maint.exp: Remove references to "maint demangle".
16206 * gdb.cp/demangle.exp: Update. "maint demangle" -> "demangle".
16207 Add tests for explicitly specifying language to demangle.
16208 * gdb.dlang/demangle.exp: Ditto.
16209
16210 2015-01-09 Pedro Alves <palves@redhat.com>
16211
16212 * gdb.threads/non-stop-fair-events.c: New file.
16213 * gdb.threads/non-stop-fair-events.exp: New file.
16214
16215 2015-01-09 Pedro Alves <palves@redhat.com>
16216
16217 * gdb.base/annota1.exp (thread_test): Use srcfile and binfile from
16218 the global scope. Set a breakpoint after all threads are started
16219 rather than stepping over two source lines. Expect the prompt.
16220 * gdb.base/watch_thread_num.c (threads_started_barrier): New
16221 global.
16222 (NUM): Now 15.
16223 (main): Use threads_started_barrier to wait for all threads to
16224 start. Main thread no longer calls thread_function. Exit after
16225 180 seconds.
16226 (loop): New function.
16227 (thread_function): Wait on threads_started_barrier barrier. Call
16228 'loop' at each iteration.
16229 * gdb.base/watch_thread_num.exp: Continue to breakpoint after all
16230 threads have started, instead of hardcoding number of "next"
16231 steps. Use an access watchpoint instead of a write watchpoint.
16232
16233 2015-01-09 Pedro Alves <palves@redhat.com>
16234
16235 * gdb.threads/ia64-sigill.c (threads_started_barrier): New global.
16236 (thread_func): Wait on barrier.
16237 (main): Wait for all threads to start before stopping GDB.
16238 * gdb.threads/siginfo-threads.c (threads_started_barrier): New
16239 global.
16240 (thread1_func, thread2_func): Wait on barrier.
16241 (main): Wait for all threads to start before stopping GDB.
16242 * gdb.threads/watchthreads-reorder.c (threads_started_barrier):
16243 New global.
16244 (thread1_func, thread2_func): Wait on barrier.
16245 (main): Wait for all threads to start before stopping GDB.
16246
16247 2015-01-09 Pedro Alves <palves@redhat.com>
16248
16249 * gdb.threads/attach-many-short-lived-threads.c: New file.
16250 * gdb.threads/attach-many-short-lived-threads.exp: New file.
16251
16252 2014-01-09 Pedro Alves <palves@redhat.com>
16253
16254 * gdb.threads/fork-thread-pending.exp: Switch to the main thread
16255 instead of to thread 2.
16256 * gdb.threads/signal-command-multiple-signals-pending.c (main):
16257 Add barrier around each pthread_create call instead of around all
16258 calls.
16259 * gdb.threads/signal-command-multiple-signals-pending.exp (test):
16260 Set a break on thread_function and have the child threads hit it
16261 one at at a time.
16262
16263 2015-01-09 Pedro Alves <palves@redhat.com>
16264
16265 * lib/gdb.exp (can_spawn_for_attach): New procedure.
16266 (spawn_wait_for_attach): Error out if can_spawn_for_attach returns
16267 false.
16268 * gdb.base/attach.exp: Use can_spawn_for_attach instead of
16269 checking whether the target board is remote.
16270 * gdb.multi/multi-attach.exp: Likewise.
16271 * gdb.python/py-sync-interp.exp: Likewise.
16272 * gdb.server/ext-attach.exp: Likewise.
16273 * gdb.python/py-prompt.exp: Use can_spawn_for_attach before the
16274 tests that need to attach, instead of checking whether the target
16275 board is remote at the top of the file.
16276
16277 2015-01-08 Yao Qi <yao@codesourcery.com>
16278
16279 * gdb.trace/entry-values.exp: Set call_insn for MIPS target.
16280
16281 2015-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
16282
16283 Fix testcase compilation.
16284 * gdb.arch/i386-avx512.exp (comp_flags): Remove /common.
16285
16286 2015-01-06 Joel Brobecker <brobecker@adacore.com>
16287
16288 * gdb.python/py-type.exp: Add a couple test about empty
16289 array creation, and negative-length array creation.
16290
16291 2015-01-02 Doug Evans <xdje42@gmail.com>
16292
16293 * gdb.cp/nsalias.exp: Fix output of external/declaration flags.
16294
16295 2015-01-02 Doug Evans <dje@google.com>
16296
16297 * gdb.dwarf2/dw4-sig-types.exp: Also pass -fdebug-types-section to gcc.
16298
16299 2014-12-29 Yao Qi <yao@codesourcery.com>
16300
16301 * gdb.trace/entry-values.exp: Update comments. Rename variable
16302 bar_call_foo to returned_from_foo.
16303
16304 2014-12-20 Mihail-Marian Nistor <mihail.nistor@freescale.com>
16305
16306 PR gdb/17394
16307 * gdb.linespec/break-asm-file.c: New file.
16308 * gdb.linespec/break-asm-file.exp: New file.
16309 * gdb.linespec/break-asm-file0.s: New file.
16310 * gdb.linespec/break-asm-file1.s: New file.
16311
16312 2014-12-18 Nigel Stephens <nigel@mips.com>
16313 Maciej W. Rozycki <macro@codesourcery.com>
16314
16315 * gdb.base/float.exp: Handle the new output from "info float" on
16316 MIPS targets.
16317
16318 2014-12-17 Jan Kratochvil <jan.kratochvil@redhat.com>
16319
16320 Fix MinGW compilation.
16321 * gdb.compile/compile-ops.exp: Update untested message if
16322 !skip_compile_feature_tests.
16323 * gdb.compile/compile-setjmp.exp: Likewise.
16324 * gdb.compile/compile-tls.exp: Likewise.
16325 * gdb.compile/compile.exp: Likewise.
16326 * lib/gdb.exp (skip_compile_feature_tests): Check also "Command not
16327 supported on this host".
16328
16329 2014-12-16 Doug Evans <xdje42@gmail.com>
16330
16331 * boards/stabs.exp: New file.
16332
16333 2014-12-16 Andreas Arnez <arnez@vnet.linux.ibm.com>
16334
16335 * gdb.base/completion.exp: Adjust to format changes of "maint
16336 print user-registers".
16337
16338 2014-12-16 Catalin Udma <catalin.udma@freescale.com>
16339
16340 PR server/17457
16341 * gdb.arch/aarch64-fp.c: New file.
16342 * gdb.arch/aarch64-fp.exp: New file.
16343
16344 2014-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
16345
16346 Merge dg-extract-results.{sh,py} from GCC upstream (r210243,
16347 r210637, r210913, r211666, r215400, r215817).
16348
16349 2014-05-08 Richard Sandiford <rdsandiford@googlemail.com>
16350 * dg-extract-results.py: New file.
16351 * dg-extract-results.sh: Use it if the environment seems
16352 suitable.
16353
16354 2014-05-20 Richard Sandiford <rdsandiford@googlemail.com>
16355
16356 * dg-extract-results.py (parse_run): Handle warnings that
16357 are printed before a test harness is run.
16358
16359 2014-05-25 Richard Sandiford <rdsandiford@googlemail.com>
16360
16361 * dg-extract-results.py (Named): Remove __cmp__ method.
16362 (output_variation): Use a key to sort variation.harnesses.
16363
16364 2014-06-14 Richard Sandiford <rdsandiford@googlemail.com>
16365
16366 * dg-extract-results.py: For Python 3, force sys.stdout to
16367 handle surrogate escape sequences.
16368 (safe_open): New function.
16369 (output_segment, main): Use it.
16370
16371 2014-09-19 Segher Boessenkool <segher@kernel.crashing.org>
16372
16373 * dg-extract-results.py (Prog.result_re): Include options
16374 in test name.
16375
16376 2014-10-02 Segher Boessenkool <segher@kernel.crashing.org>
16377
16378 * dg-extract-results.py (output_variation): Always sort if
16379 do_sum.
16380
16381 2014-12-15 Simon Marchi <simon.marchi@ericsson.com>
16382
16383 * lib/gdb.exp (default_gdb_start): After starting gdb, loop
16384 as long as we get pagination notifications.
16385
16386 2014-12-15 Jason Merrill <jason@redhat.com>
16387
16388 * Makefile.in (check-gdb.%): Restore.
16389 * README: Mention it.
16390
16391 2014-12-13 Joel Brobecker <brobecker@adacore.com>
16392
16393 * gdb.ada/str_uninit: New testcase.
16394
16395 2014-12-13 Jan Kratochvil <jan.kratochvil@redhat.com>
16396
16397 PR symtab/17642
16398 * gdb.base/vla-stub-define.c: New file.
16399 * gdb.base/vla-stub.c: New file.
16400 * gdb.base/vla-stub.exp: New file.
16401
16402 2014-12-12 Phil Muldoon <pmuldoon@redhat.com>
16403 Jan Kratochvil <jan.kratochvil@redhat.com>
16404 Tom Tromey <tromey@redhat.com>
16405
16406 * configure.ac: Add gdb.compile/.
16407 * configure: Regenerate.
16408 * gdb.compile/Makefile.in: New file.
16409 * gdb.compile/compile-ops.exp: New file.
16410 * gdb.compile/compile-ops.c: New file.
16411 * gdb.compile/compile-tls.c: New file.
16412 * gdb.compile/compile-tls.exp: New file.
16413 * gdb.compile/compile-constvar.S: New file.
16414 * gdb.compile/compile-constvar.c: New file.
16415 * gdb.compile/compile-mod.c: New file.
16416 * gdb.compile/compile-nodebug.c: New file.
16417 * gdb.compile/compile-setjmp-mod.c: New file.
16418 * gdb.compile/compile-setjmp.c: New file.
16419 * gdb.compile/compile-setjmp.exp: New file.
16420 * gdb.compile/compile-shlib.c: New file.
16421 * gdb.compile/compile.c: New file.
16422 * gdb.compile/compile.exp: New file.
16423 * lib/gdb.exp (skip_compile_feature_tests): New proc.
16424
16425 2014-12-12 Tom Tromey <tromey@redhat.com>
16426
16427 * lib/dwarf.exp (_location): Ignore blank lines. Allow comments.
16428 Handle DW_OP_pick, DW_OP_skip, DW_OP_bra.
16429
16430 2014-12-12 Doug Evans <dje@google.com>
16431
16432 * lib/gdb-python.exp (get_python_valueof): New function.
16433 * gdb.python/py-objfile.exp: Add tests for gdb.lookup_objfile.
16434
16435 2014-12-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
16436
16437 * gdb.base/completion.exp: Add test for completion of "info
16438 registers ".
16439
16440 2014-12-12 Maciej W. Rozycki <macro@codesourcery.com>
16441
16442 * gdb.base/func-ptrs.c: New file.
16443 * gdb.base/func-ptrs.exp: New file.
16444
16445 2014-12-10 Simon Marchi <simon.marchi@ericsson.com>
16446
16447 PR breakpoints/17012
16448 * gdb.base/dprintf-detach.c: New file.
16449 * gdb.base/dprintf-detach.exp: New file.
16450
16451 2014-12-10 Simon Marchi <simon.marchi@ericsson.com>
16452
16453 * gdb.trace/qtro.exp: Replace gdbserver detection code by...
16454 * lib/gdb.exp (target_is_gdbserver): New procedure.
16455
16456 2014-12-08 Doug Evans <dje@google.com>
16457
16458 * gdb.python/py-objfile.exp: Add tests for objfile.owner.
16459
16460 2014-12-05 Yao Qi <yao@codesourcery.com>
16461
16462 * gdb.guile/scm-error.exp: Remove the third argument to
16463 gdb_remote_download.
16464 * gdb.guile/scm-frame-args.exp: Likewise.
16465 * gdb.guile/scm-section-script.exp: Likewise.
16466
16467 2014-12-05 Yao Qi <yao@codesourcery.com>
16468
16469 * gdb.arch/i386-bp_permanent.exp: Use standard_testfile.
16470
16471 2014-12-04 Doug Evans <dje@google.com>
16472
16473 * gdb.python/py-objfile.exp: Add tests for
16474 objfile.add_separate_debug_file.
16475
16476 2014-12-04 Doug Evans <dje@google.com>
16477
16478 * lib/gdb.exp (get_build_id): New function.
16479 (build_id_debug_filename_get): Rewrite to use it.
16480 * gdb.python/py-objfile.exp: Add test for objfile.build_id.
16481
16482 2014-12-04 Maciej W. Rozycki <macro@codesourcery.com>
16483
16484 * gdb.cp/expand-psymtabs-cxx.exp: Accept any address of
16485 `method(long)', not just 0x0.
16486 * gdb.cp/nsalias.exp: Align code labels to 4.
16487 * gdb.dwarf2/dw2-canonicalize-type.S (main): Expand to 4-bytes.
16488 * gdb.dwarf2/dw2-empty-pc-range.S (main): Likewise.
16489 * gdb.dwarf2/pr11465.S (_ZN1N1cE): Likewise.
16490 * gdb.dwarf2/dw2-case-insensitive.c (START_INSNS): New macro.
16491 (cu_text_start, FUNC_lang_start): Use `START_INSNS'.
16492 * gdb.dwarf2/dw2-stack-boundary.exp: Accept noise in complaints.
16493
16494 2014-12-02 Doug Evans <dje@google.com>
16495
16496 PR symtab/17602
16497 * gdb.cp/anon-ns.cc: Move guts of this file to ...
16498 * gdb.cp/anon-ns2.cc: ... here. New file.
16499 * gdb.cp/anon-ns.exp: Update.
16500
16501 2014-12-02 Nick Bull <nicholaspbull@gmail.com>
16502
16503 * gdb.python/py-events.py (inferior_call_handler): New.
16504 (register_changed_handler, memory_changed_handler): New.
16505 (test_events.invoke): Register new handlers.
16506 * gdb.python/py-events.exp: Add tests for inferior call,
16507 memory_changed and register_changed events.
16508
16509 2014-12-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
16510
16511 * gdb.base/execl-update-breakpoints.exp: Specify the link address
16512 with '-Ttext-segment' instead of '-Ttext'. Fall back to '-Ttext'
16513 if the linker doesn't understand this.
16514
16515 2014-12-01 Simon Marchi <simon.marchi@ericsson.com>
16516
16517 * gdb.python/python.exp: Change expected reply to help().
16518
16519 2014-12-01 Yao Qi <yao@codesourcery.com>
16520
16521 * configure.ac: Remove AC_ARG_ENABLE for gdbtk. Don't invoke
16522 AC_CONFIG_SUBDIRS(gdb.gdbtk).
16523 * configure: Re-generated.
16524
16525 2014-11-28 Siva Chandra Reddy <sivachandra@google.com>
16526
16527 * gdb.cp/chained-calls.cc: New file.
16528 * gdb.cp/chained-calls.exp: New file.
16529 * gdb.cp/smartp.exp: Remove KFAIL for "p c2->inta".
16530
16531 2014-11-28 Simon Marchi <simon.marchi@ericsson.com>
16532
16533 * gdb.ada/py_range.exp: Add parentheses to python calls to print.
16534 * gdb.dwarf2/symtab-producer.exp: Same.
16535 * gdb.gdb/python-interrupts.exp: Same.
16536 * gdb.gdb/python-selftest.exp: Same.
16537 * gdb.python/py-linetable.exp: Same.
16538 * gdb.python/py-type.exp: Same.
16539 * gdb.python/py-value-cc.exp: Same.
16540 * gdb.python/py-value.exp: Same.
16541
16542 2014-11-28 Yao Qi <yao@codesourcery.com>
16543
16544 * gdb.base/break-probes.exp: Match library name prefixed with
16545 sysroot.
16546
16547 2014-11-27 Simon Marchi <simon.marchi@ericsson.com>
16548
16549 * gdb.python/py-linetable.exp: Escape properly sorted(fset)
16550 test expected output. Add parentheses for the call to print.
16551 Remove L suffix from integers.
16552
16553 2014-11-26 Doug Evans <dje@google.com>
16554
16555 * gdb.dwarf2/dw2-op-out-param.S: Fix comment.
16556
16557 2014-11-22 Yao Qi <yao@codesourcery.com>
16558
16559 * gdb.trace/entry-values.c: Remove asms.
16560 (foo): Add foo_label.
16561 (bar): Add bar_label.
16562 * gdb.trace/entry-values.exp: Remove code computing foo's
16563 length and bar's length.
16564 (Dwarf::assemble): Invoke function_range for bar and use
16565 MACRO_AT_func for foo.
16566
16567 2014-11-22 Yao Qi <yao@codesourcery.com>
16568
16569 * gdb.dwarf2/dw2-compdir-oldgcc.S: Define label .Lgcc42_procstart
16570 and .Lgcc43_procstart. Use .Lgcc42_procstart instead of gcc42.
16571 Use .Lgcc43_procstart instead of gcc43.
16572
16573 2014-11-21 Joel Brobecker <brobecker@adacore.com>
16574
16575 * gdb.ada/n_arr_bound: New testcase.
16576
16577 2014-11-20 Sergio Durigan Junior <sergiodj@redhat.com>
16578
16579 PR breakpoints/10737
16580 * gdb.base/catch-syscall.exp (do_syscall_tests): Call
16581 test_catch_syscall_multi_arch.
16582 (test_catch_syscall_multi_arch): New function.
16583
16584 2014-11-20 Doug Evans <xdje42@gmail.com>
16585
16586 * gdb.base/maint.exp: Update expected output.
16587
16588 2014-11-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
16589
16590 * gdb.base/bp-permanent.c (NOP): Define as 2-byte instead of
16591 4-byte instruction on S390.
16592
16593 2014-11-19 Joel Brobecker <brobecker@adacore.com>
16594
16595 * gdb.ada/arr_arr: New testcase.
16596
16597 2014-11-19 Joel Brobecker <brobecker@adacore.com>
16598
16599 * gdb.ada/pkd_arr_elem: New Testcase.
16600
16601 2014-11-18 Luis Machado <lgustavo@codesourcery.com>
16602
16603 * gdb.reverse/break-precsave: Expect completion message for
16604 core file reads.
16605 * gdb.reverse/consecutive-precsave.exp: Likewise.
16606 * gdb.reverse/finish-precsave.exp: Likewise.
16607 * gdb.reverse/i386-precsave.exp: Likewise.
16608 * gdb.reverse/machinestate-precsave.exp: Likewise.
16609 * gdb.reverse/sigall-precsave.exp: Likewise.
16610 * gdb.reverse/solib-precsave.exp: Likewise.
16611 * gdb.reverse/step-precsave.exp: Likewise.
16612 * gdb.reverse/until-precsave.exp: Likewise.
16613 * gdb.reverse/watch-precsave.exp: Likewise.
16614
16615 2014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
16616
16617 * gdb.base/bp-permanent.c: Include unistd.h.
16618 * gdb.python/py-framefilter-mi.c (main): Add return type.
16619 * gdb.python/py-framefilter.c (main): Likewise.
16620 * gdb.trace/actions-changed.c (main): Likewise.
16621
16622 2014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
16623
16624 * gdb.mi/until.c: Add eye-catchers.
16625 * gdb.mi/mi-until.exp: Refer to eye-catchers instead of literal
16626 line numbers.
16627
16628 2014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
16629
16630 * gdb.base/condbreak.exp: Drop references to removed non-prototype
16631 function header variants in break1.c.
16632 * gdb.base/ena-dis-br.exp: Likewise.
16633 * gdb.base/hbreak2.exp: Likewise.
16634 * gdb.reverse/until-precsave.exp: Drop references to removed
16635 non-prototype function header variants in ur1.c.
16636 * gdb.reverse/until-reverse.exp: Likewise.
16637
16638 2014-11-17 Petr Machata <pmachata@redhat.com>
16639
16640 * lib/dwarf.exp (Dwarf::cu, Dwarf::tu): Emit
16641 ${_cu_offset_size} bytes abbrev offset.
16642
16643 2014-11-15 Doug Evans <xdje42@gmail.com>
16644
16645 PR symtab/17559
16646 * gdb.base/line-symtabs.exp: New file.
16647 * gdb.base/line-symtabs.c: New file.
16648 * gdb.base/line-symtabs.h: New file.
16649
16650 2014-11-14 Yao Qi <yao@codesourcery.com>
16651
16652 * gdb.dwarf2/dw2-ifort-parameter.c: Remove inline asm.
16653 (func): Add label func_label.
16654 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble):
16655 Replace low_pc and high_pc with MACRO_AT_range.
16656 Replace name, low_pc and high_pc with MACRO_AT_func.
16657
16658 2014-11-14 Yao Qi <yao@codesourcery.com>
16659
16660 * gdb.dwarf2/implptr-optimized-out.exp (Dwarf::assemble):
16661 Replace name, low_pc and high_pc with MACRO_AT_func.
16662
16663 2014-11-14 Yao Qi <yao@codesourcery.com>
16664
16665 * gdb.dwarf2/implptr-optimized-out.exp: Use Dwarf::assemble to
16666 produce debug information.
16667 * gdb.dwarf2/implptr-optimized-out.S: Removed.
16668
16669 2014-11-14 Yao Qi <yao@codesourcery.com>
16670
16671 * gdb.dwarf2/dwz.exp: Remove the code to compile main.c to
16672 object and get function length.
16673 (Dwarf::assemble): Replace name, low_pc and high_pc attributes
16674 with MACRO_AT_func.
16675 (top-level): Replace gdb_compile and clean_restart with
16676 prepare_for_testing.
16677 * gdb.dwarf2/main.c (main): Add label main_label.
16678
16679 2014-11-14 Yao Qi <yao@codesourcery.com>
16680
16681 * lib/dwarf.exp (function_range): New procedure.
16682 (Dwarf::_handle_macro_at_func): New procedure.
16683 (Dwarf::_handle_macro_at_range): New procedure.
16684 (Dwarf): Handle MACRO_AT_func and MACRO_AT_range.
16685
16686 2014-11-14 Yao Qi <yao@codesourcery.com>
16687
16688 * lib/dwarf.exp (_handle_DW_TAG): Move some code to ...
16689 (_handle_attribute): New procedure.
16690
16691 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
16692
16693 * gdb.ada/cond_lang/foo.c (callme): Add return type.
16694 * gdb.base/call-sc.c (zed): Likewise.
16695 * gdb.base/checkpoint.c (main): Likewise.
16696 * gdb.base/dump.c (main): Likewise.
16697 * gdb.base/gcore.c (main): Likewise.
16698 * gdb.base/huge.c (main): Likewise.
16699 * gdb.base/multi-forks.c (main): Likewise.
16700 * gdb.base/pr10179-a.c (main): Likewise.
16701 * gdb.base/savedregs.c (main): Likewise.
16702 * gdb.base/sigaltstack.c (main): Likewise.
16703 * gdb.base/siginfo.c (main): Likewise.
16704 * gdb.base/structs.c (zed): Likewise.
16705 * gdb.mi/mi-stack.c (callee3, callee2, callee1, main): Likewise.
16706 * gdb.mi/mi-syn-frame.c (main): Likewise.
16707 * gdb.mi/until.c (foo, main): Likewise.
16708 * gdb.base/global-var-nested-by-dso.c (b_main, c_main): Declare.
16709 * gdb.base/solib-weak.c (foo): Declare.
16710 * gdb.base/attach-twice.c: Include stdio.h.
16711 * gdb.base/weaklib1.c: Likewise.
16712 * gdb.base/weaklib2.c: Likewise.
16713 * gdb.base/catch-signal-fork.c: Include stdio.h and sys/wait.h.
16714 * gdb.mi/mi-condbreak-call-thr-state-mt.c: Include stdio.h and
16715 unistd.h.
16716 * gdb.base/attach-pie-misread.c: Include stdlib.h.
16717 * gdb.mi/mi-exit-code.c: Likewise.
16718 * gdb.base/break-interp-lib.c: Include string.h.
16719 * gdb.base/coremaker.c: Likewise.
16720 * gdb.base/testenv.c: Likewise.
16721 * gdb.python/py-finish-breakpoint.c: Likewise.
16722 * gdb.base/inferior-died.c: Include sys/wait.h.
16723 * gdb.base/fileio.c: Include time.h.
16724 * gdb.base/async-shell.c: Include unistd.h.
16725 * gdb.base/dprintf-non-stop.c: Likewise.
16726 * gdb.base/info-os.c: Likewise.
16727 * gdb.mi/mi-console.c: Likewise.
16728 * gdb.mi/watch-nonstop.c: Likewise.
16729 * gdb.python/py-events.c: Likewise.
16730 * gdb.base/async.c (baz): Move up before its invocation.
16731 * gdb.base/code_elim2.c (my_global_func): Likewise.
16732 * gdb.base/skip-solib-lib.c (multiply): Likewise.
16733 * gdb.base/advance.c (func2): Likewise.
16734
16735 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
16736
16737 * gdb.base/annota1.c: Remove #ifdef PROTOTYPES, keep prototyped
16738 variant.
16739 * gdb.base/annota3.c: Likewise.
16740 * gdb.base/async.c: Likewise.
16741 * gdb.base/average.c: Likewise.
16742 * gdb.base/call-ar-st.c: Likewise.
16743 * gdb.base/call-rt-st.c: Likewise.
16744 * gdb.base/call-sc.c: Likewise.
16745 * gdb.base/call-strs.c: Likewise.
16746 * gdb.base/ending-run.c: Likewise.
16747 * gdb.base/execd-prog.c: Likewise.
16748 * gdb.base/exprs.c: Likewise.
16749 * gdb.base/foll-exec.c: Likewise.
16750 * gdb.base/foll-fork.c: Likewise.
16751 * gdb.base/foll-vfork.c: Likewise.
16752 * gdb.base/funcargs.c: Likewise.
16753 * gdb.base/gcore.c: Likewise.
16754 * gdb.base/jump.c: Likewise.
16755 * gdb.base/langs0.c: Likewise.
16756 * gdb.base/langs1.c: Likewise.
16757 * gdb.base/langs2.c: Likewise.
16758 * gdb.base/mips_pro.c: Likewise.
16759 * gdb.base/nodebug.c: Likewise.
16760 * gdb.base/opaque0.c: Likewise.
16761 * gdb.base/opaque1.c: Likewise.
16762 * gdb.base/recurse.c: Likewise.
16763 * gdb.base/run.c: Likewise.
16764 * gdb.base/scope0.c: Likewise.
16765 * gdb.base/scope1.c: Likewise.
16766 * gdb.base/setshow.c: Likewise.
16767 * gdb.base/setvar.c: Likewise.
16768 * gdb.base/shmain.c: Likewise.
16769 * gdb.base/shr1.c: Likewise.
16770 * gdb.base/shr2.c: Likewise.
16771 * gdb.base/sigall.c: Likewise.
16772 * gdb.base/signals.c: Likewise.
16773 * gdb.base/so-indr-cl.c: Likewise.
16774 * gdb.base/solib2.c: Likewise.
16775 * gdb.base/structs.c: Likewise.
16776 * gdb.base/sum.c: Likewise.
16777 * gdb.base/vforked-prog.c: Likewise.
16778 * gdb.base/watchpoint.c: Likewise.
16779 * gdb.reverse/shr2.c: Likewise.
16780 * gdb.reverse/until-reverse.c: Likewise.
16781 * gdb.reverse/ur1.c: Likewise.
16782 * gdb.reverse/watch-reverse.c: Likewise.
16783
16784 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
16785
16786 * gdb.base/sepdebug.c: Remove #ifdef PROTOTYPES, keep prototyped
16787 variant.
16788 * gdb.base/sepdebug.exp: Drop references to removed code.
16789
16790 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
16791
16792 * gdb.base/list0.h: Remove #ifdef PROTOTYPES, keep prototyped
16793 variant. Preserve original line numbering.
16794 * gdb.base/list1.c: Likewise.
16795
16796 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
16797
16798 * gdb.base/break.c: Remove #ifdef PROTOTYPES, keep prototyped
16799 variant.
16800 * gdb.base/break1.c: Likewise.
16801 * gdb.base/break.exp: Drop references to removed code.
16802
16803 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
16804
16805 * gdb.base/solib1.c: Remove #ifdef PROTOTYPES, keep prototyped
16806 variant.
16807
16808 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
16809
16810 * gdb.base/callfuncs.exp (perform_all_tests): Re-indent.
16811
16812 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
16813
16814 * gdb.base/callfuncs.exp: Remove 'prototypes' variable. Move main
16815 logic into perform_all_tests() and invoke it with and without
16816 function header prototypes.
16817 (do_function_calls): Remove conditional XFAIL for PR 5318.
16818 (rerun_and_prepare): Remove duplicate code.
16819 (perform_all_tests): New. Main logic moved here.
16820
16821 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
16822
16823 * gdb.base/callfuncs.c (t_float_many_args): Fix syntax error in
16824 code guarded by #ifdef NO_PROTOTYPES.
16825 (t_double_many_args): Likewise.
16826 (DEF_FUNC_MANY_ARGS_1): Likewise.
16827 (DEF_FUNC_VALUES_1): Likewise.
16828 (t_structs_ldc): Renamed from t_structs_fc in conditional code
16829 guarded by #ifdef PROTOTYPES.
16830
16831 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
16832
16833 * gdb.mi/mi-console.c: Add eye-catcher.
16834 * gdb.mi/mi-console.exp (semihosted_string): Refer to eye-catcher
16835 instead of literal line number.
16836
16837 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
16838
16839 * gdb.base/shr2.c: Add eye-catcher.
16840 * gdb.base/shlib-call.exp: Refer to eye-catcher instead of literal
16841 line number.
16842
16843 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
16844
16845 * gdb.base/jump.c: Add eye-catchers.
16846 * gdb.base/jump.exp: Refer to eye-catchers instead of literal line
16847 numbers.
16848
16849 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
16850
16851 * gdb.base/execd-prog.c: Add eye-catchers.
16852 * gdb.base/foll-exec.c: Likewise.
16853 * gdb.base/foll-exec.exp: Refer to eye-catchers instead of literal
16854 line numbers.
16855
16856 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
16857
16858 * gdb.base/ending-run.c: Add eye-catchers.
16859 * gdb.base/ending-run.exp: Refer to eye-catchers instead of
16860 literal line numbers.
16861
16862 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
16863
16864 * gdb.base/call-rt-st.c: Add eye-catchers.
16865 * gdb.base/call-rt-st.exp: Refer to eye-catchers instead of
16866 literal line numbers.
16867
16868 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
16869
16870 * gdb.base/call-ar-st.c: Add eye-catchers.
16871 * gdb.base/call-ar-st.exp: Refer to eye-catchers instead of
16872 literal line numbers.
16873
16874 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
16875
16876 * gdb.base/average.c: Add eye-catchers.
16877 * gdb.base/sum.c: Likewise.
16878 * gdb.base/dbx.exp: Use eye-catchers to determine line numbers for
16879 regexps dynamically.
16880
16881 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
16882
16883 * gdb.base/solib1.c: Add eye-catchers.
16884 * gdb.base/so-impl-ld.exp: Match against eye-catchers instead of
16885 literal line numbers.
16886
16887 2014-11-12 Pedro Alves <palves@redhat.com>
16888
16889 * gdb.threads/leader-exit.exp: Test sending ctrl-c works after the
16890 leader has exited.
16891
16892 2014-11-12 Pedro Alves <palves@redhat.com>
16893
16894 * gdb.arch/i386-bp_permanent.c: New file.
16895 * gdb.arch/i386-bp_permanent.exp: Don't skip on x86_64.
16896 (srcfile): Set to i386-bp_permanent.c.
16897 (top level): Adjust to work in both 32-bit and 64-bit modes. Test
16898 that stepi does not execute the 'leave' instruction, instead of
16899 testing it does execute.
16900 * gdb.base/bp-permanent.c: New file.
16901 * gdb.base/bp-permanent.exp: New file.
16902
16903 2014-11-10 Doug Evans <xdje42@gmail.com>
16904
16905 PR symtab/17564
16906 * gdb.base/symtab-search-order.exp: New file.
16907 * gdb.base/symtab-search-order.c: New file.
16908 * gdb.base/symtab-search-order-1.c: New file.
16909 * gdb.base/symtab-search-order-shlib-1.c: New file.
16910
16911 2014-11-07 Pedro Alves <palves@redhat.com>
16912
16913 PR gdb/17511
16914 * gdb.base/sigstep.exp (in_handler_map) <si+advance>: xfail
16915 i?86-*-linux*.
16916
16917 2014-11-03 Siva Chandra Reddy <sivachandra@google.com>
16918
16919 PR c++/17494
16920 * gdb.cp/pr17494.cc: New file.
16921 * gdb.cp/pr17494.exp: New file.
16922
16923 2014-11-02 Yao Qi <yao@codesourcery.com>
16924
16925 * gdb.python/python.exp: Get working directory and match the
16926 output of "set extended-prompt \\w " with it.
16927
16928 2014-10-30 Doug Evans <dje@google.com>
16929
16930 * gdb.python/py-objfile.exp: Add tests for setting random attributes
16931 in objfiles.
16932 * gdb.python/py-progspace.exp: Add tests for setting random attributes
16933 in progspaces.
16934
16935 2014-10-30 Janis Johnson <janisjo@codesourcery.com>
16936
16937 * gdb.base/fullpath-expand.exp: Skip for a remote host.
16938 * gdb.base/realname-expand.exp: Likewise.
16939 * gdb.linespec/macro-relative.exp: Likewise.
16940
16941 2014-10-29 Pedro Alves <palves@redhat.com>
16942
16943 PR gdb/17408
16944 * gdb.threads/schedlock.c (some_function): New function.
16945 (call_function): New global.
16946 (MAYBE_CALL_SOME_FUNCTION): New macro.
16947 (thread_function): Call it.
16948 * gdb.threads/schedlock.exp (get_args): Add description parameter,
16949 and use it instead of a global counter. Adjust all callers.
16950 (get_current_thread): Use "find current thread" for test message
16951 here rather than having all callers pass down the same string.
16952 (goto_loop): New procedure, factored out from ...
16953 (my_continue): ... this.
16954 (step_ten_loops): Change parameter from test message to command to
16955 use. Adjust.
16956 (list_count): Delete global.
16957 (check_result): New procedure, factored out from duplicate top
16958 level code.
16959 (continue tests): Wrap in with_test_prefix.
16960 (test_step): New procedure, factored out from duplicate top level
16961 code.
16962 (top level): Test "step" in combination with all scheduler-locking
16963 modes. Test "next" in combination with all scheduler-locking
16964 modes, and in combination with stepping over a function call or
16965 not.
16966 * gdb.threads/next-bp-other-thread.c: New file.
16967 * gdb.threads/next-bp-other-thread.exp: New file.
16968
16969 2014-10-29 Pedro Alves <palves@redhat.com>
16970
16971 PR python/17372
16972 * gdb.python/python.exp: Test a multi-line command that spawns
16973 interactive Python.
16974 * gdb.base/multi-line-starts-subshell.exp: New file.
16975
16976 2014-10-29 Yao Qi <yao@codesourcery.com>
16977
16978 * gdb.base/fileio.exp: Make directories on host.
16979
16980 2014-10-29 Yao Qi <yao@codesourcery.com>
16981
16982 * gdb.base/fileio.c (test_write): Close the file.
16983
16984 2014-10-28 Pedro Alves <palves@redhat.com>
16985
16986 PR gdb/12623
16987 * gdb.base/sigstep.c (no_handler): New global.
16988 (main): If 'no_handler is true, set the signal handlers to
16989 SIG_IGN.
16990 * gdb.base/sigstep.exp (breakpoint_over_handler): Add
16991 with_sw_watch and no_handler parameters. Handle them.
16992 (top level) <stepping over handler when stopped at a breakpoint
16993 test>: Add a test axis for testing with a software watchpoint, and
16994 another for testing with the signal handler set to SIG_IGN.
16995 * gdb.base/step-sw-breakpoint-adjust-pc.c: New file.
16996 * gdb.base/step-sw-breakpoint-adjust-pc.exp: New file.
16997
16998 2014-10-28 Pedro Alves <palves@redhat.com>
16999
17000 PR gdb/17511
17001 * gdb.base/sigstep.c (handler): Add a few more writes to 'done'.
17002 * gdb.base/sigstep.exp (other_handler_location): New global.
17003 (advance): Support stepping into the signal handler, and running
17004 commands while in the handler.
17005 (in_handler_map): New global.
17006 (top level): In the advance test, add combinations for getting
17007 into the handler with stepping commands, and for running commands
17008 in the handler. Add comment descripting the advancei tests.
17009
17010 2014-10-28 Pedro Alves <palves@redhat.com>
17011
17012 * gdb.base/sigstep.exp: Use build_executable instead of
17013 prepare_for_testing.
17014 (top level): Move code that starts GDB, runs to main and creates a
17015 display to ...
17016 (restart): ... this new procedure.
17017 (top level): Move backtrace from signal handler test to ...
17018 (validate_backtrace): ... this new procedure.
17019 (advance, advancei): Rename parameter from 'i' to 'cmd'. Use
17020 with_test_prefix. Always restart GDB.
17021 (skip_to_handler): Rename parameter from 'i' to 'cmd'. Use
17022 with_test_prefix. Always restart GDB. No need to delete
17023 breakpoints after the test.
17024 (test_skip_handler): Remove prefix parameter.
17025 (skip_over_handler, breakpoint_to_handler)
17026 (breakpoint_to_handler_entry, breakpoint_over_handler): Rename
17027 parameter from 'i' to 'cmd'. Use with_test_prefix. Always
17028 restart GDB. No need to delete breakpoints after the test.
17029 (top level): Use foreach to call the test procedures with
17030 different commands.
17031
17032 2014-10-28 Pedro Alves <palves@redhat.com>
17033
17034 * gdb.base/sigaltstack.exp: Update to use Bugzilla bug numbers
17035 instead of GNATS numbers.
17036 * gdb.base/sigbpt.exp: Likewise.
17037 * gdb.base/siginfo.exp: Likewise.
17038 * gdb.base/sigstep.exp: Likewise.
17039
17040 2014-10-27 Pedro Alves <palves@redhat.com>
17041
17042 * gdb.base/sigstep.c (dummy): New global.
17043 (main): Issue a couple writes to the new global.
17044 * gdb.base/sigstep.exp (get_next_pc, test_skip_handler): New
17045 procedures.
17046 (skip_over_handler): Use test_skip_handler.
17047 (top level): Call skip_over_handler for stepi and nexti too.
17048 (breakpoint_over_handler): Use test_skip_handler.
17049 (top level): Call breakpoint_over_handler for stepi and nexti too.
17050
17051 2014-10-27 Yao Qi <yao@codesourcery.com>
17052
17053 * gdb.trace/tfile.c (adjust_function_address)
17054 [__powerpc64__ && _CALL_ELF != 2]: Get function address from
17055 function descriptor.
17056
17057 2014-10-24 Don Breazeal <donb@codesourcery.com>
17058
17059 * gdb.base/foll-fork.exp (test_follow_fork,
17060 catch_fork_child_follow): Check for updated fork messages emitted
17061 from infrun.c.
17062 * gdb.base/foll-vfork.exp (vfork_parent_follow_through_step,
17063 vfork_parent_follow_to_bp, vfork_and_exec_child_follow_to_main_bp,
17064 vfork_and_exec_child_follow_through_step): Check for updated vfork
17065 messages emitted from infrun.c.
17066
17067 2014-10-24 Pedro Alves <palves@redhat.com>
17068
17069 * gdb.base/corefile.exp: Remove references to ultrix.
17070 * gdb.base/interrupt.exp: Likewise.
17071 * gdb.base/whatis.exp: Likewise.
17072 * gdb.gdb/selftest.exp: Likewise.
17073 * gdb.threads/manythreads.exp: Likewise.
17074 * gdb.threads/print-threads.exp: Likewise.
17075 * gdb.threads/pthreads.exp:: Likewise.
17076 * gdb.threads/schedlock.exp: Likewise.
17077
17078 2014-10-24 Siva Chandra Reddy <sivachandra@google.com>
17079
17080 * gdb.cp/non-trivial-retval.cc: Add a test case.
17081 * gdb.cp/non-trivial-retval.exp: Add a test.
17082
17083 2014-10-20 Yao Qi <yao@codesourcery.com>
17084
17085 * gdb.python/py-objfile-script-gdb.py.in: Rename it to ...
17086 * gdb.python/py-objfile-script-gdb.py: New file.
17087 * gdb.python/py-objfile-script.exp: Update reference to
17088 py-objfile-script-gdb.py.in. Use gdb_remote_donwload instead
17089 of remote_download. Remove the dest file.
17090
17091 2014-10-20 Yao Qi <yao@codesourcery.com>
17092
17093 * gdb.base/checkpoint.exp: Don't remove file copied on host.
17094 * gdb.base/step-line.exp: Likewise.
17095 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
17096 * gdb.dwarf2/dw2-basic.exp: Likewise.
17097 * gdb.dwarf2/dw2-compressed.exp: Likewise.
17098 * gdb.dwarf2/dw2-filename.exp: Likewise.
17099 * gdb.dwarf2/dw2-intercu.exp: Likewise.
17100 * gdb.dwarf2/dw2-intermix.exp: Likewise.
17101 * gdb.dwarf2/dw2-producer.exp: Likewise.
17102 * gdb.dwarf2/mac-fileno.exp: Likewise.
17103 * gdb.python/py-frame-args.exp: Likewise.
17104 * gdb.python/py-framefilter.exp: Likewise.
17105 * gdb.python/py-mi.exp: Likewise.
17106 * gdb.python/py-objfile-script.exp: Likewise
17107 * gdb.python/py-pp-integral.exp: Likewise.
17108 * gdb.python/py-pp-re-notag.exp: Likewise.
17109 * gdb.python/py-prettyprint.exp: Likewise.
17110 * gdb.python/py-section-script.exp: Likewise.
17111 * gdb.python/py-typeprint.exp: Likewise.
17112 * gdb.python/py-xmethods.exp: Likewise.
17113 * gdb.stabs/weird.exp: Likewise.
17114 * gdb.xml/tdesc-regs.exp: Likewise.
17115
17116 2014-10-18 Kwok Cheung Yeung <kcy@codesourcery.com>
17117
17118 * gdb.dwarf2/dw2-dir-file-name.exp (addr_len): New.
17119 (out_cu): Use addr_len for the size of addresses.
17120 (out_line): Likewise. Size DW_LNE_set_address instruction
17121 according to addr_len.
17122 * gdb.dwarf2/dw2-dir-file-name.c (START_INSNS): New.
17123 (FUNC): Add START_INSNS to definition.
17124
17125 2014-10-18 Yao Qi <yao@codesourcery.com>
17126
17127 * gdb.base/argv0-symlink.exp: Check argv[0] value if
17128 gdb_has_argv0 return true.
17129 * gdb.guile/scm-value.exp (test_value_in_inferior): Don't
17130 check [target_info exists noargs], check [gdb_has_argv0]
17131 instead.
17132 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
17133 * lib/gdb.exp (gdb_has_argv0, gdb_has_argv0_1): New
17134 procedures.
17135
17136 2014-10-17 Doug Evans <dje@google.com>
17137
17138 * gdb.python/py-events.exp: Update expected output for clear_objfiles
17139 event.
17140 * gdb.python/py-events.py: Add clear_objfiles event.
17141
17142 2014-10-17 Doug Evans <dje@google.com>
17143
17144 * gdb.python/py-objfile.exp: Test progspace attribute.
17145
17146 2014-10-17 Luis Machado <lgustavo@codesourcery.com>
17147
17148 * gdb.guile/scm-breakpoint.exp: Do not assume any
17149 directory separators when matching source file paths.
17150 * gdb.python/py-breakpoint.exp: Likewise.
17151 * gdb.reverse/break-precsave.exp: Likewise.
17152 * gdb.reverse/break-reverse.exp: Likewise.
17153 * gdb.reverse/consecutive-precsave.exp: Likewise.
17154 * gdb.reverse/finish-precsave.exp: Likewise.
17155 * gdb.reverse/finish-reverse-bkpt.exp: Likewise.
17156 * gdb.reverse/finish-reverse.exp: Likewise.
17157 * gdb.reverse/i386-precsave.exp: Likewise.
17158 * gdb.reverse/i387-env-reverse.exp: Likewise.
17159 * gdb.reverse/i387-stack-reverse.exp: Likewise.
17160 * gdb.reverse/machinestate-precsave.exp: Likewise.
17161 * gdb.reverse/machinestate.exp: Likewise.
17162 * gdb.reverse/sigall-precsave.exp: Likewise.
17163 * gdb.reverse/solib-precsave.exp: Likewise.
17164 * gdb.reverse/step-precsave.exp: Likewise.
17165 * gdb.reverse/until-precsave.exp: Likewise.
17166 * gdb.reverse/watch-precsave.exp: Likewise.
17167 * gdb.reverse/watch-reverse.exp: Likewise.
17168
17169 2014-10-17 Yao Qi <yao@codesourcery.com>
17170
17171 * lib/gdb.exp (gdb_skip_xml_test): Copy trivial.xml to host.
17172 * gdb.xml/tdesc-regs.exp: Copy single-reg.xml to host.
17173
17174 2014-10-17 Pedro Alves <palves@redhat.com>
17175
17176 PR gdb/17471
17177 * gdb.base/bg-execution-repeat.c: New file.
17178 * gdb.base/bg-execution-repeat.exp: New file.
17179
17180 2014-10-17 Pedro Alves <palves@redhat.com>
17181
17182 PR gdb/17300
17183 * gdb.base/continue-all-already-running.c: New file.
17184 * gdb.base/continue-all-already-running.exp: New file.
17185
17186 2014-10-17 Pedro Alves <palves@redhat.com>
17187
17188 PR gdb/17472
17189 * gdb.base/annota-input-while-running.c: New file.
17190 * gdb.base/annota-input-while-running.exp: New file.
17191
17192 2014-10-17 Pedro Alves <palves@redhat.com>
17193
17194 * gdb.base/callfuncs.exp: emove references to osf.
17195 * gdb.base/sigall.exp: Likewise.
17196 * gdb.gdb/selftest.exp: Likewise.
17197 * gdb.hp/gdb.base-hp/callfwmall.exp: Likewise.
17198 * gdb.mi/non-stop.c: Likewise.
17199 * gdb.mi/pthreads.c: Likewise.
17200 * gdb.reverse/sigall-precsave.exp: Likewise.
17201 * gdb.reverse/sigall-reverse.exp: Likewise.
17202 * gdb.threads/pthreads.c: Likewise.
17203 * gdb.threads/pthreads.exp: Likewise.
17204
17205 2014-10-17 Yao Qi <yao@codesourcery.com>
17206
17207 * gdb.base/commands.exp (gdbvar_complex_if_while_test): Don't
17208 check 'target_info exists noargs'.
17209 (test_command_prompt_position): Likewise.
17210 (progvar_simple_if_test): Don't check 'target_info exists noargs'.
17211 Remove "set args".
17212 (progvar_simple_while_test): Likewise.
17213 (progvar_complex_if_while_test): Likewise.
17214 (if_while_breakpoint_command_test): Likewise.
17215 (infrun_breakpoint_command_test): Likewise.
17216 (breakpoint_command_test): Likewise.
17217 (watchpoint_command_test): Likewise.
17218 (bp_deleted_in_command_test): Likewise.
17219 (temporary_breakpoint_commands): Likewise.
17220
17221 2014-10-16 Yao Qi <yao@codesourcery.com>
17222
17223 * gdb.base/remotetimeout.exp: Remove noargs checking.
17224
17225 2014-10-15 Pedro Alves <palves@redhat.com>
17226
17227 PR breakpoints/9649
17228 * gdb.base/breakpoint-in-ro-region.c (main): Add more instructions.
17229 * gdb.base/breakpoint-in-ro-region.exp
17230 (probe_target_hardware_step): New procedure.
17231 (top level): Probe hardware stepping and hardware breakpoint
17232 support. Test stepping through a read-only region, with both
17233 "breakpoint auto-hw" on and off and both "always-inserted" on and
17234 off.
17235
17236 2014-10-15 Iain Buclaw <ibuclaw@gdcproject.org>
17237
17238 * gdb.dlang/demangle.exp: Update for demangling changes.
17239
17240 2014-10-15 Siva Chandra Reddy <sivachandra@google.com>
17241
17242 * gdb.cp/non-trivial-retval.cc: Add new test cases.
17243 * gdb.cp/non-trivial-retval.exp: Add new tests.
17244
17245 2014-10-15 Siva Chandra Reddy <sivachandra@google.com>
17246
17247 PR c++/13403
17248 PR c++/15154
17249 * gdb.cp/non-trivial-retval.cc: New file.
17250 * gdb.cp/non-trivial-retval.exp: New file.
17251
17252 2014-10-15 Yao Qi <yao@codesourcery.com>
17253
17254 * gdb.python/py-parameter.exp: Don't match $srcdir/$subdir on
17255 remote host.
17256
17257 2014-10-15 Yao Qi <yao@codesourcery.com>
17258
17259 * gdb.python/py-symbol.exp: Match file base name if host is
17260 remote, otherwise match file name with dir name.
17261 * gdb.python/py-symtab.exp: Likewise.
17262 * gdb.python/python.exp: Likewise.
17263
17264 2014-10-15 Yao Qi <yao@codesourcery.com>
17265
17266 * gdb.python/py-symbol.exp: Remove trailing ".*" in the
17267 pattern.
17268 * gdb.python/py-symtab.exp: Likewise.
17269 * gdb.python/python.exp: Remove trailing ".*". Fix typo
17270 locationn.
17271
17272 2014-10-14 Joel Brobecker <brobecker@adacore.com>
17273
17274 * gdb.ada/addr_arith: New testcase.
17275
17276 2014-10-14 Maciej W. Rozycki <macro@codesourcery.com>
17277
17278 * gdb.dwarf2/dw2-case-insensitive-debug.S: Handle 64-bit pointers.
17279 * gdb.dwarf2/dw2-case-insensitive.exp: Update accordingly.
17280 * gdb.dwarf2/dw2-skip-prologue.S: Handle 64-bit pointers.
17281 * gdb.dwarf2/dw2-skip-prologue.exp: Update accordingly.
17282
17283 2014-10-14 Sergio Durigan Junior <sergiodj@redhat.com>
17284
17285 * gdb.arch/stap-eval-lang-ada.S: Likewise.
17286 * gdb.arch/stap-eval-lang-ada.c: Likewise.
17287 * gdb.arch/stap-eval-lang-ada.exp: New file.
17288
17289 2014-10-14 Yao Qi <yao@codesourcery.com>
17290
17291 * gdb.mi/mi-var-child.c (nothing1): New function.
17292 (nothing2): New function.
17293 (do_children_tests): Set function pointers by nothing1 and
17294 nothing2.
17295 * gdb.mi/mi-var-child.exp: Step over new added statements.
17296 Update test to match the new output.
17297 * gdb.mi/var-cmd.c (nothing1): New function.
17298 (nothing2): New function.
17299 (do_children_tests): Set function pointers by nothing1 and
17300 nothing2.
17301 * gdb.mi/mi-var-display.exp: Update test to match output.
17302 Step to the line specified by $line_dct_nothing.
17303 Increase the number of lines to step.
17304
17305 2014-10-14 Yao Qi <yao@codesourcery.com>
17306
17307 * gdb.mi/mi-var-child.exp: Use mi_varobj_update to simplify
17308 tests.
17309 * gdb.mi/mi2-var-child.exp: Likewise.
17310
17311 2014-10-13 Doug Evans <dje@google.com>
17312
17313 * gdb.python/py-objfile.exp: Change name of file name test.
17314
17315 2014-10-13 Doug Evans <dje@google.com>
17316
17317 * gdb.dwarf2/dw2-op-out-param.S: Make DW_FORM_ref4 values be the offset
17318 from the start of the CU.
17319
17320 2014-10-13 Jan Kratochvil <jan.kratochvil@redhat.com>
17321 Yao Qi <yao@codesourcery.com>
17322
17323 Fix "save breakpoints" for "catch" command.
17324 * gdb.base/catch-signal.exp: Add gdb_breakpoint "main".
17325 Remove -nonewline. Match also the added "main" line.
17326
17327 2014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
17328
17329 Fix "save breakpoints" for "disable $bpnum" command.
17330 * gdb.base/save-bp.c (main): Add label.
17331 * gdb.base/save-bp.exp: Add 8th disabled breakpoint. Match it.
17332
17333 2014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
17334
17335 * gdb.base/save-bp.exp (info break): Use gdb_test_sequence.
17336
17337 2014-10-11 Yao Qi <yao@codesourcery.com>
17338
17339 * gdb.server/server-kill.exp: Execute command
17340 "set remote trace-status-packet on" before "tstatus".
17341
17342 2014-10-11 Yao Qi <yao@codesourcery.com>
17343
17344 * gdb.server/server-kill.c: Include sys/types.h and unistd.h.
17345 (main): Call getppid.
17346 * gdb.server/server-kill.exp: Set breakpoint on line "i = 0;"
17347 and continue to it. Read variable "server_pid".
17348
17349 2014-10-11 Yao Qi <yao@codesourcery.com>
17350
17351 * gdb.server/server-kill.exp: Remove "delete_breakpoints".
17352
17353 2014-10-11 Yao Qi <yao@codesourcery.com>
17354
17355 * gdb.threads/thread-find.exp: Don't execute command
17356 "info threads".
17357 * gdb.threads/attach-into-signal.exp (corefunc): Likewise.
17358 * gdb.threads/linux-dp.exp: Don't check the condition
17359 $threads_created equals to zero.
17360
17361 2014-10-10 Pedro Alves <palves@redhat.com>
17362
17363 * gdb.base/bigcore.exp: Remove references to IRIX.
17364 * gdb.base/funcargs.exp: Likewise.
17365 * gdb.base/interrupt.exp: Likewise.
17366 * gdb.base/mips_pro.exp: Likewise.
17367 * gdb.base/nodebug.exp: Likewise.
17368 * gdb.base/setvar.exp: Likewise.
17369 * lib/gdb.exp (gdb_compile_shlib): Remove mips-sgi-irix* case.
17370
17371 2014-10-10 Jan Kratochvil <jan.kratochvil@redhat.com>
17372 Pedro Alves <palves@redhat.com>
17373
17374 PR symtab/14466
17375 * gdb.base/vdso-warning.c: New file.
17376 * gdb.base/vdso-warning.exp: New file.
17377
17378 2014-10-02 Doug Evans <dje@google.com>
17379
17380 * gdb.base/structs.c (main): Don't run forever.
17381
17382 2014-10-02 Pedro Alves <palves@redhat.com>
17383
17384 * gdb.threads/manythreads.exp (interrupt_and_wait): New procedure.
17385 (top level) <stop threads 1, stop threads 2>: Use it.
17386
17387 2014-10-02 Pedro Alves <palves@redhat.com>
17388
17389 * gdb.threads/break-while-running.exp (test): Add new
17390 'update_thread_list' argument. Skip "info threads" if false.
17391 (top level): Add new 'update_thread_list' axis.
17392
17393 2014-10-02 Pedro Alves <palves@redhat.com>
17394
17395 PR breakpoints/17431
17396 * gdb.base/execl-update-breakpoints.c: New file.
17397 * gdb.base/execl-update-breakpoints.exp: New file.
17398
17399 2014-10-01 Pedro Alves <palves@redhat.com>
17400
17401 * gdb.base/breakpoint-in-ro-region.c: New file.
17402 * gdb.base/breakpoint-in-ro-region.exp: New file.
17403
17404 2014-10-01 Simon Marchi <simon.marchi@ericsson.com>
17405
17406 * gdb.mi/mi-exit-code.exp: New file.
17407 * gdb.mi/mi-exit-code.c: New file.
17408
17409 2014-09-30 Yao Qi <yao@codesourcery.com>
17410
17411 * lib/prelink-support.exp (build_executable_own_libs): Error if
17412 the target isn't native.
17413
17414 2014-09-30 Yao Qi <yao@codesourcery.com>
17415
17416 * gdb.threads/dlopen-libpthread.exp: Skip it if isnative is
17417 false.
17418
17419 2014-09-22 Pedro Alves <palves@redhat.com>
17420
17421 * gdb.threads/break-while-running.exp: New file.
17422 * gdb.threads/break-while-running.c: New file.
17423
17424 2014-09-19 Yao Qi <yao@codesourcery.com>
17425
17426 * gdb.dwarf2/dw2-var-zero-addr.exp: Move test into new proc test.
17427 Invoke test. Restart GDB with --readnow and invoke test again.
17428
17429 2014-09-19 Yao Qi <yao@codesourcery.com>
17430
17431 * gdb.base/break-on-linker-gcd-function.exp: Move test into new
17432 proc set_breakpoint_on_gcd_function. Invoke
17433 set_breakpoint_on_gcd_function. Restart GDB with --readnow and
17434 invoke set_breakpoint_on_gcd_function again.
17435
17436 2014-09-18 Doug Evans <dje@google.com>
17437
17438 * gdb.dwarf2/symtab-producer.exp: New file.
17439
17440 2014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
17441
17442 * gdb.base/global-var-nested-by-dso-solib1.c: New file.
17443 * gdb.base/global-var-nested-by-dso-solib2.c: Likewise.
17444 * gdb.base/global-var-nested-by-dso.c: Likewise.
17445 * gdb.base/global-var-nested-by-dso.exp: Likewise.
17446
17447 2014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
17448 Pedro Alves <palves@redhat.com>
17449
17450 * gdb.base/watch-bitfields.exp: Pass string other than test file
17451 name to prepare_for_testing.
17452 (watch): New procedure.
17453 (expect_watchpoint): Use with_test_prefix.
17454 (top level): Factor out tests to ...
17455 (test_watch_location, test_regular_watch): ... these new
17456 procedures, and use with_test_prefix and gdb_continue_to_end.
17457
17458 2014-09-16 Patrick Palka <patrick@parcs.ath.cx>
17459
17460 PR breakpoints/12526
17461 * gdb.base/watch-bitfields.exp: New file.
17462 * gdb.base/watch-bitfields.c: New file.
17463
17464 2014-09-16 Pedro Alves <palves@redhat.com>
17465
17466 * gdb.base/watchpoint-stops-at-right-insn.exp (test): Compare
17467 software and hardware addresses, not software address against
17468 itself.
17469
17470 2014-09-16 Pedro Alves <palves@redhat.com>
17471
17472 * gdb.base/watchpoint-stops-at-right-insn.c: New file.
17473 * gdb.base/watchpoint-stops-at-right-insn.exp: New file.
17474
17475 2014-09-16 Pedro Alves <palves@redhat.com>
17476
17477 * config/vx.exp, config/vxworks.exp, config/vxworks29k.exp: Delete
17478 files.
17479 * gdb.base/a2-run.exp: Remove all code guarded by istarget
17480 "*-*-vxworks*" throughout.
17481 * gdb.base/break.exp: Likewise.
17482 * gdb.base/default.exp: Likewise.
17483 * gdb.base/scope.exp: Likewise.
17484 * gdb.base/sepdebug.exp: Likewise.
17485 * gdb.base/break.c: Remove all code guarded by #ifdef vxworks
17486 throughout.
17487 * gdb.base/run.c: Likewise.
17488 * gdb.base/sepdebug.c: Likewise.
17489 * gdb.hp/gdb.aCC/run.c: Likewise.
17490 * gdb.reverse/until-reverse.c: Likewise.
17491 * lib/gdb.exp (gdb_compile): Remove is_vxworks branch.
17492
17493 2014-09-16 Yao Qi <yao@codesourcery.com>
17494
17495 * boards/local-remote-host-native.exp: New file.
17496
17497 2014-09-14 Doug Evans <xdje42@gmail.com>
17498
17499 * gdb.threads/queue-signal.c (thread_count): New variable.
17500 (thread_count_mutex, thread_count_condvar): New variables.
17501 (incr_thread_count, wait_all_threads_running): New functions.
17502 (main): Wait for all threads to be in their thread functions.
17503
17504 2014-09-13 Doug Evans <xdje42@gmail.com>
17505
17506 * gdb.threads/queue-signal.c: New file.
17507 * gdb.threads/queue-signal.exp: New file.
17508
17509 2014-09-13 Doug Evans <xdje42@gmail.com>
17510
17511 * lib/gdb.exp (gdb_prompt): Add comment and change initial value to
17512 be consistent with what default_gdb_init uses.
17513 (with_gdb_prompt): Change form of PROMPT argument from a regexp to
17514 the plain text of the prompt. Add some logging printfs.
17515 * gdb.perf/disassemble.exp: Update call to with_gdb_prompt.
17516
17517 2014-09-12 Pedro Alves <palves@redhat.com>
17518
17519 * gdb.arch/gdb1558.exp: Replace uses of gdb_expect after
17520 gdb_run_cmd with gdb_test_multiple or gdb_test throughout.
17521 * gdb.arch/i386-size-overlap.exp: Likewise.
17522 * gdb.arch/i386-size.exp: Likewise.
17523 * gdb.arch/i386-unwind.exp: Likewise.
17524 * gdb.base/a2-run.exp: Likewise.
17525 * gdb.base/break.exp: Likewise.
17526 * gdb.base/charset.exp: Likewise.
17527 * gdb.base/chng-syms.exp: Likewise.
17528 * gdb.base/commands.exp: Likewise.
17529 * gdb.base/dbx.exp: Likewise.
17530 * gdb.base/find.exp: Likewise.
17531 * gdb.base/funcargs.exp: Likewise.
17532 * gdb.base/jit-simple.exp: Likewise.
17533 * gdb.base/reread.exp: Likewise.
17534 * gdb.base/sepdebug.exp: Likewise.
17535 * gdb.base/step-bt.exp: Likewise.
17536 * gdb.cp/mb-inline.exp: Likewise.
17537 * gdb.cp/mb-templates.exp: Likewise.
17538 * gdb.objc/basicclass.exp: Likewise.
17539 * gdb.threads/killed.exp: Likewise.
17540
17541 2014-09-12 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
17542
17543 PR tdep/17379
17544 * gdb.arch/powerpc-stackless.S: New file.
17545 * gdb.arch/powerpc-stackless.exp: New file.
17546
17547 2014-09-12 Jan Kratochvil <jan.kratochvil@redhat.com>
17548
17549 * gdb.base/attach.c: Include unistd.h.
17550 (main): Call alarm. Add label postloop.
17551 * gdb.base/attach.exp (do_attach_tests): Use gdb_get_line_number,
17552 gdb_breakpoint, gdb_continue_to_breakpoint.
17553 (test_command_line_attach_run): Kill ${testpid} in one exit path.
17554
17555 2014-09-11 Pedro Alves <palves@redhat.com>
17556
17557 PR gdb/17347
17558 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): New procedure.
17559 * gdb.base/attach.exp (test_command_line_attach_run): New
17560 procedure.
17561 (top level): Call it.
17562
17563 2014-09-11 Pedro Alves <palves@redhat.com>
17564
17565 * lib/gdb.exp (spawn_wait_for_attach): New procedure.
17566 * gdb.base/attach.exp (do_attach_tests, do_call_attach_tests)
17567 (do_command_attach_tests): Use spawn_wait_for_attach.
17568 * gdb.base/solib-overlap.exp: Likewise.
17569 * gdb.multi/multi-attach.exp: Likewise.
17570 * gdb.python/py-prompt.exp: Likewise.
17571 * gdb.python/py-sync-interp.exp: Likewise.
17572 * gdb.server/ext-attach.exp: Likewise.
17573
17574 2014-09-11 Gabriel Krisman Bertazi <gabriel@krisman.be>
17575
17576 * gdb.fortran/array-element.exp: Remove unexpected "continue"
17577 command in testcase. Simplify testcase.
17578
17579 2014-09-10 Joel Brobecker <brobecker@adacore.com>
17580
17581 * gdb.dwarf2/dynarr-ptr.exp: Add a few ptype tests.
17582
17583 2014-09-10 Joel Brobecker <brobecker@adacore.com>
17584
17585 * gdb.dwarf2/dynarr-ptr.exp: Add 'first, 'last and 'length tests.
17586
17587 2014-09-10 Joel Brobecker <brobecker@adacore.com>
17588
17589 * gdb.dwarf2/dynarr-ptr.exp: Add subscripting tests.
17590
17591 2014-09-10 Joel Brobecker <brobecker@adacore.com>
17592
17593 * gdb.dwarf2/dynarr-ptr.c: New file.
17594 * gdb.dwarf2/dynarr-ptr.exp: New file.
17595
17596 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
17597
17598 * gdb.base/watchpoint-solib.exp: Increase the timeout by a factor
17599 of 30 rather than hardcoding 120 for a slow test case. Take the
17600 `gdb,timeout' target setting into account for this calculation.
17601 Don't extend the timeout for the test cases that don't need it.
17602
17603 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
17604
17605 * gdb.reverse/sigall-reverse.exp: Increase the timeout by
17606 a factor of 2 for a slow test case. Take the `gdb,timeout'
17607 target setting into account for this calculation.
17608 * gdb.reverse/until-precsave.exp: Increase the timeout by
17609 a factor of 15 and 3 respectively rather than adding 120
17610 for a pair of slow test cases. Take the `gdb,timeout'
17611 target setting into account for this calculation.
17612
17613 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
17614
17615 * lib/gdb.exp (gdb_test_multiple): Remove code to select the
17616 timeout, don't pass one down to gdb_expect.
17617 (gdb_expect): Rework timeout selection.
17618
17619 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
17620
17621 * lib/gdbserver-support.exp (gdbserver_start): Throw an error
17622 exception on timeout.
17623 (gdbserver_run): Catch any `gdbserver_spawn' error exceptions.
17624 (gdbserver_start_extended): Catch any `gdbserver_start' error
17625 exceptions.
17626 (gdbserver_start_multi, mi_gdbserver_start_multi): Likewise.
17627 * lib/mi-support.exp (mi_gdb_target_load): Catch any
17628 `gdbserver_gdb_load' error exceptions.
17629
17630 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
17631
17632 * lib/gdbserver-support.exp (gdbserver_start): Set timeout to
17633 120 on waiting for the TCP socket to open.
17634
17635 2014-09-09 Doug Evans <xdje42@gmail.com>
17636
17637 * gdb.base/default.exp (show_conv_list): Add _caller_is,
17638 _caller_matches, _any_caller_is, _any_caller_matches.
17639
17640 2014-09-09 Doug Evans <xdje42@gmail.com>
17641
17642 * gdb.guile/scm-error.exp: Handle guile 2.2 backtrace output.
17643
17644 2014-09-09 Yao Qi <yao@codesourcery.com>
17645
17646 * gdb.mi/mi-var-display.exp: Set print symbol off.
17647
17648 2014-09-07 Gabriel Krisman Bertazi <gabriel@krisman.be>
17649
17650 PR gdb/17035
17651 * gdb.base/commands.exp: Add tests to verify user-defined
17652 commands with empty bodies.
17653 * gdb.python/py-cmd.exp: Test that we don't show user-defined
17654 python commands in `show user command`.
17655 * gdb.python/scm-cmd.exp: Test that we don't show user-defined
17656 scheme commands in `show user command`.
17657
17658 2014-09-07 Jan Kratochvil <jan.kratochvil@redhat.com>
17659
17660 PR python/17355
17661 * gdb.python/amd64-py-framefilter-invalidarg.S: New file.
17662 * gdb.python/py-framefilter-invalidarg-gdb.py.in: New file.
17663 * gdb.python/py-framefilter-invalidarg.exp: New file.
17664 * gdb.python/py-framefilter-invalidarg.py: New file.
17665
17666 2014-09-06 Doug Evans <xdje42@gmail.com>
17667
17668 PR 15276
17669 * gdb.python/py-caller-is.c: New file.
17670 * gdb.python/py-caller-is.exp: New file.
17671
17672 2014-09-05 Sergio Durigan Junior <sergiodj@redhat.com>
17673
17674 PR gdb/17235
17675 * gdb.arch/amd64-stap-wrong-subexp.exp: New file.
17676 * gdb.arch/amd64-stap-wrong-subexp.S: Likewise.
17677
17678 2014-09-04 Sergio Durigan Junior <sergiodj@redhat.com>
17679
17680 PR fortran/17237
17681 * gdb.fortran/print-formatted.exp: New file.
17682 * gdb.fortran/print-formatted.f90: Likewise.
17683
17684 2014-09-03 Sasha Smundak <asmundak@google.com>
17685
17686 * gdb.python/py-frame.exp: Test Frame.read_register.
17687
17688 2014-09-03 Sergio Durigan Junior <sergiodj@redhat.com>
17689
17690 PR python/16699
17691 * gdb.python/py-completion.exp: New file.
17692 * gdb.python/py-completion.py: Likewise.
17693
17694 2014-08-28 Doug Evans <dje@google.com>
17695
17696 * gdb.arch/amd64-pseudo.c (main): Rewrite to better specify when
17697 eax,etc. are live with values set by gdb and thus the compiler can't
17698 use them.
17699 * gdb.arch/i386-pseudo.c (main): Ditto.
17700
17701 2014-08-27 Doug Evans <dje@google.com>
17702
17703 * lib/gdb.exp (gdb_compile_shlib): Add support for clang.
17704
17705 2014-08-25 Doug Evans <dje@google.com>
17706
17707 * gdb.mi/basics.c (callee3, callee2, callee1): Specify result type.
17708 (main): Ditto.
17709
17710 2014-08-25 Doug Evans <dje@google.com>
17711
17712 * gdb.threads/thread-execl.exp: #include <stdio.h>.
17713
17714 2014-08-24 Yao Qi <yao@codesourcery.com>
17715
17716 * gdb.guile/scm-value.exp (test_lazy_strings): Set print
17717 symbol off.
17718 * gdb.python/py-value.exp (test_lazy_strings): Likewise.
17719
17720 2014-08-22 Doug Evans <dje@google.com>
17721
17722 PR 17276
17723 * gdb.dwarf2/dw2-single-line-discriminators.S: New file.
17724 * gdb.dwarf2/dw2-single-line-discriminators.c: New file.
17725 * gdb.dwarf2/dw2-single-line-discriminators.exp: New file.
17726
17727 2014-08-22 Yao Qi <yao@codesourcery.com>
17728
17729 * gdb.python/py-finish-breakpoint.exp: Copy .py file to host.
17730 * gdb.python/py-finish-breakpoint2.exp: Likewise.
17731 * gdb.python/python.exp: Likewise. Use .py file on the host
17732 instead of the build.
17733
17734 2014-08-21 Jan Kratochvil <jan.kratochvil@redhat.com>
17735
17736 * gdb.threads/gcore-stale-thread.c: New file.
17737 * gdb.threads/gcore-stale-thread.exp: New file.
17738
17739 2014-08-21 Pedro Alves <palves@redhat.com>
17740
17741 * gdb.base/gcore-buffer-overflow.exp: Remove "help gcore" test.
17742 * gdb.base/gcore-relro-pie.exp: Likewise.
17743 * gdb.base/gcore-relro.exp: Likewise.
17744 * gdb.base/gcore.exp: Likewise.
17745 * gdb.base/print-symbol-loading.exp: Likewise.
17746 * gdb.threads/gcore-thread.exp: Likewise.
17747 * lib/gdb.exp (gdb_gcore_cmd): Don't expect "Undefined command".
17748
17749 2014-08-20 Pedro Alves <palves@redhat.com>
17750 Jan Kratochvil <jan.kratochvil@redhat.com>
17751
17752 * Makefile.in (EXTRA_RULES, CC): New variables, get from
17753 configure.
17754 (EXPECT): Handle READ1 being set.
17755 (all): Depend on EXTRA_RULES.
17756 (check-read1, expect-read1, read1.so, read1): New rules.
17757 * README (Testsuite Parameters): Document the READ1 make variable.
17758 (Race detection): New section.
17759 * configure: Regenerate.
17760 * configure.ac: If build==host==target, and running under a
17761 GNU/glibc system, add read1 to the extra Makefile rules.
17762 (EXTRA_RULES): AC_SUBST it.
17763 * lib/read1.c: New file.
17764
17765 2014-08-20 Joel Brobecker <brobecker@adacore.com>
17766
17767 * gdb.dwarf2/data-loc.exp: Add additional tests exercising
17768 the handling of variables declared as a typedef to an array
17769 which a DW_AT_data_location attribute.
17770
17771 2014-08-19 Andrew Burgess <aburgess@broadcom.com>
17772 Pedro Alves <palves@redhat.com>
17773
17774 PR symtab/14604
17775 PR symtab/14605
17776 * gdb.dwarf2/dw2-op-out-param.exp: Remove kfail branches and use
17777 gdb_test.
17778
17779 2014-08-19 Pedro Alves <palves@redhat.com>
17780
17781 * gdb.base/watchpoint-hw-hit-once.c (main): Update comment.
17782
17783 2014-08-19 Yao Qi <yao@codesourcery.com>
17784
17785 * gdb.base/watchpoint-hw-hit-once.exp: Set breakpoint on the
17786 right line.
17787
17788 2014-08-18 David Blaikie <dblaikie@gmail.com>
17789
17790 * boards/fission.exp: Explicitly pass -ggnu-pubnames for clang.
17791
17792 2014-08-18 Joel Brobecker <brobecker@adacore.com>
17793
17794 * gdb.dwarf2/data-loc.exp: Remove second DW_AT_upper bound
17795 attribute in array range.
17796
17797 2014-08-18 Joel Brobecker <brobecker@adacore.com>
17798
17799 * gdb.dwarf2/data-loc.c, gdb.dwarf2/data-loc.exp: New files.
17800
17801 2014-08-15 Siva Chandra Reddy <sivachandra@google.com>
17802
17803 PR c++/17132
17804 * gdb.cp/pr17132.cc: New file.
17805 * gdb.cp/pr17132.exp: New file.
17806
17807 2014-08-15 Siva Chandra Reddy <sivachandra@google.com>
17808
17809 * gdb.python/py-xmethods.py (A_getarrayind)
17810 (E_method_char_worker.__call__, E_method_int_worker.__call__):
17811 Use 'print' with function call syntax.
17812 (E_method_matcher.match): Fix tab vs space indentation mixup.
17813
17814 2014-08-15 Yao Qi <yao@codesourcery.com>
17815
17816 * gdb.trace/tfile.exp: Return -1 if generate_tracefile returns
17817 false.
17818
17819 2014-08-15 Yao Qi <yao@codesourcery.com>
17820
17821 * gdb.cp/casts.exp: Set print symbol off.
17822 * gdb.cp/class2.exp: Likewise.
17823 * gdb.cp/overload.exp: Likewise.
17824 * gdb.cp/templates.exp: Likewise.
17825
17826 2014-08-11 Doug Evans <dje@google.com>
17827
17828 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
17829 (test_load_shlib): Update.
17830
17831 2014-08-09 Yao Qi <yao@codesourcery.com>
17832
17833 * gdb.base/display.exp: Invoke is_address_zero_readable.
17834 * gdb.guile/scm-value.exp (test_value_in_inferior): Likewise.
17835 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
17836 * gdb.base/hbreak-unmapped.exp: Return if
17837 is_address_zero_readable returns true.
17838 * gdb.base/signest.exp: Likewise.
17839 * gdb.base/signull.exp: Likewise.
17840 * gdb.base/sigbpt.exp: Likewise.
17841 * gdb.guile/scm-disasm.exp: Do the test if
17842 is_address_zero_readable returns false.
17843 * gdb.guile/scm-pretty-print.exp (run_lang_tests): Likewise.
17844 * gdb.python/py-arch.exp: Likewise.
17845 * gdb.python/py-prettyprint.exp (run_lang_tests): Likewise.
17846 * lib/gdb.exp (is_address_zero_readable): New proc.
17847
17848 2014-08-09 Yao Qi <yao@codesourcery.com>
17849
17850 PR testsuite/13443
17851 * gdb.mi/mi-var-display.exp: Make test messages unique.
17852
17853 2014-08-04 Tom Tromey <tromey@redhat.com>
17854
17855 * gdb.base/sss-bp-on-user-bp-2.exp: Expect output from "set debug
17856 target 0".
17857
17858 2014-08-04 Tom Tromey <tromey@redhat.com>
17859
17860 * gdb.base/sss-bp-on-user-bp-2.exp: Match "to_resume", not
17861 "target_resume".
17862
17863 2014-08-01 Joel Brobecker <brobecker@adacore.com>
17864
17865 * gdb.base/vla-datatypes.c (vla_factory): Add new variable
17866 inner_vla_struct_object_size.
17867 * gdb.base/vla-datatypes.exp: Adjust last test, and mark it
17868 as xfail.
17869
17870 2014-07-30 Pedro Alves <palves@redhat.com>
17871
17872 * gdb.threads/signal-command-handle-nopass.exp (test): Add
17873 comment.
17874
17875 2014-07-29 Yao Qi <yao@codesourcery.com>
17876
17877 PR gdb/17206
17878 * gdb.base/until-nodebug.exp: New.
17879
17880 2014-07-28 Doug Evans <xdje42@gmail.com>
17881
17882 PR guile/17203
17883 * gdb.guile/scm-parameter.exp: Add tests for trying to create
17884 previously existing parameter, and previously ambiguously spelled
17885 parameter.
17886
17887 2014-07-28 Will Newton <will.newton@linaro.org>
17888
17889 * gdb.base/varargs.exp: Remove KFAILs for ARM.
17890
17891 2014-07-26 Ludovic Courtès <ludo@gnu.org>
17892 Doug Evans <xdje42@gmail.com>
17893
17894 PR guile/17146
17895 * gdb.guile/types-module.exp: Add tests for wrong type arguments.
17896
17897 2014-07-25 Pedro Alves <palves@redhat.com>
17898
17899 * gdb.threads/signal-command-handle-nopass.c: New file.
17900 * gdb.threads/signal-command-handle-nopass.exp: New file.
17901 * gdb.threads/signal-command-multiple-signals-pending.c: New file.
17902 * gdb.threads/signal-command-multiple-signals-pending.exp: New file.
17903 * gdb.threads/signal-delivered-right-thread.c: New file.
17904 * gdb.threads/signal-delivered-right-thread.exp: New file.
17905
17906 2014-07-25 Pedro Alves <palves@redhat.com>
17907
17908 * gdb.base/double-prompt-target-event-error.exp
17909 (cancel_pagination_in_target_event): Remove '-notransfer <return>'
17910 match.
17911 (cancel_pagination_in_target_event): Rework double prompt
17912 detection.
17913 * gdb.base/paginate-after-ctrl-c-running.exp
17914 (test_ctrlc_while_target_running_paginates): Remove '-notransfer
17915 <return>' match.
17916 * gdb.base/paginate-bg-execution.exp
17917 (test_bg_execution_pagination_return)
17918 (test_bg_execution_pagination_cancel): Remove '-notransfer
17919 <return>' matches.
17920 * gdb.base/paginate-execution-startup.exp
17921 (test_fg_execution_pagination_return)
17922 (test_fg_execution_pagination_cancel): Remove '-notransfer
17923 <return>' matches.
17924 * gdb.base/paginate-inferior-exit.exp
17925 (test_paginate_inferior_exited): Remove '-notransfer <return>'
17926 match.
17927 * lib/gdb-utils.exp (string_to_regexp): Move here from lib/gdb.exp.
17928 * lib/gdb.exp (pagination_prompt): Run text through
17929 string_to_regexp.
17930 (gdb_test_multiple): Match $pagination_prompt instead of
17931 "<return>".
17932 (string_to_regexp): Move to lib/gdb-utils.exp.
17933
17934 2014-07-22 Jan Kratochvil <jan.kratochvil@redhat.com>
17935
17936 * gdb.arch/amd64-entry-value-paramref.S: New file.
17937 * gdb.arch/amd64-entry-value-paramref.cc: New file.
17938 * gdb.arch/amd64-entry-value-paramref.exp: New file.
17939 * gdb.arch/amd64-optimout-repeat.S: New file.
17940 * gdb.arch/amd64-optimout-repeat.c: New file.
17941 * gdb.arch/amd64-optimout-repeat.exp: New file.
17942
17943 2014-07-17 Jan Kratochvil <jan.kratochvil@redhat.com>
17944
17945 PR gdb/17170
17946 * gdb.base/statistics.exp: New file.
17947
17948 2014-07-17 Doug Evans <dje@google.com>
17949
17950 PR gdb/17170
17951 * gdb.base/maint.exp: Update testing of per-command stats.
17952
17953 2014-07-16 Pedro Alves <palves@redhat.com>
17954
17955 * gdb.trace/tfile.c: Include unistd.h and stdint.h.
17956 (start_trace_file): Guard S_IRGRP and S_IROTH uses behind #ifdef.
17957 (tfile_write_64, tfile_write_16, tfile_write_8, tfile_write_addr)
17958 (tfile_write_buf): New functions.
17959 (add_memory_block): Rewrite using the above.
17960 (adjust_function_address): New function.
17961 (FUNCTION_ADDRESS): New macro.
17962 (write_basic_trace_file): Remove short_x local, and use
17963 tfile_write_16. Change type of func_addr local to unsigned long
17964 long. Use FUNCTION_ADDRESS instead of handling the Thumb bit
17965 here. Cast argument of add_memory_block to char pointer.
17966 (write_error_trace_file): Avoid alloca. Use FUNCTION_ADDRESS.
17967 (main): Remove parameters.
17968 * gdb.trace/tfile.exp: Remove nowarnings.
17969
17970 2014-07-15 Simon Marchi <simon.marchi@ericsson.com>
17971
17972 * gdb.base/debug-expr.exp: Test string evaluation with
17973 "debug expression" on.
17974
17975 2014-07-15 Pedro Alves <palves@redhat.com>
17976
17977 * gdb.base/reread.exp: Use clean_restart.
17978
17979 2014-07-15 Pierre Langlois <pierre.langlois@embecosm.com>
17980
17981 * gdb.arch/avr-flash-qualifer.c: New.
17982 * gdb.arch/avr-flash-qualifer.exp: New.
17983
17984 2014-07-14 Pedro Alves <palves@redhat.com>
17985
17986 * gdb.base/paginate-after-ctrl-c-running.c: New file.
17987 * gdb.base/paginate-after-ctrl-c-running.exp: New file.
17988
17989 2014-07-14 Pedro Alves <palves@redhat.com>
17990
17991 * gdb.base/double-prompt-target-event-error.c: New file.
17992 * gdb.base/double-prompt-target-event-error.exp: New file.
17993
17994 2014-07-14 Pedro Alves <palves@redhat.com>
17995
17996 PR gdb/17072
17997 * gdb.base/paginate-inferior-exit.c: New file.
17998 * gdb.base/paginate-inferior-exit.exp: New file.
17999
18000 2014-07-14 Pedro Alves <palves@redhat.com>
18001
18002 PR gdb/17072
18003 * gdb.base/paginate-bg-execution.c: New file.
18004 * gdb.base/paginate-bg-execution.exp: New file.
18005
18006 2014-07-14 Pedro Alves <palves@redhat.com>
18007
18008 PR gdb/17072
18009 * gdb.base/paginate-execution-startup.c: New file.
18010 * gdb.base/paginate-execution-startup.exp: New file.
18011 * lib/gdb.exp (pagination_prompt): New global.
18012 (default_gdb_spawn): New procedure, factored out from
18013 default_gdb_spawn.
18014 (default_gdb_start): Adjust to call default_gdb_spawn.
18015 (gdb_spawn): New procedure.
18016
18017 2014-07-14 Pedro Alves <palves@redhat.com>
18018
18019 * lib/gdb.exp (gdb_assert): New procedure.
18020 * gdb.trace/backtrace.exp (gdb_backtrace_tdp_4): Use it.
18021
18022 2014-07-14 Pedro Alves <palves@redhat.com>
18023
18024 * gdb.base/execution-termios.c: New file.
18025 * gdb.base/execution-termios.exp: New file.
18026
18027 2014-07-14 Tom Tromey <tromey@redhat.com>
18028
18029 * gdb.cp/vla-cxx.cc: New file.
18030 * gdb.cp/vla-cxx.exp: New file.
18031
18032 2014-07-14 Tom Tromey <tromey@redhat.com>
18033
18034 * gdb.reverse/rerun-prec.c: New file.
18035 * gdb.reverse/rerun-prec.exp: New file.
18036
18037 2014-07-12 Maciej W. Rozycki <macro@mips.com>
18038 Maciej W. Rozycki <macro@codesourcery.com>
18039
18040 * lib/gdb-utils.exp: New file.
18041 * lib/gdb.exp (gdb_run_cmd): Call gdb_init_commands, replacing
18042 inline `gdb_init_command' processing.
18043 (gdb_start_cmd): Likewise.
18044 * lib/mi-support.exp (mi_run_cmd): Likewise.
18045 * README: Document `gdb_init_command' and `gdb_init_commands'.
18046
18047 2014-07-11 Jan Kratochvil <jan.kratochvil@redhat.com>
18048
18049 Fix false FAIL running under a very long directory name.
18050 * gdb.base/argv0-symlink.exp: Add "set print repeats 10000"
18051 and "set print elements 10000". Twice.
18052
18053 2014-07-11 Yao Qi <yao@codesourcery.com>
18054
18055 * gdb.base/exprs.exp: "set print symbol off".
18056
18057 2014-07-11 Pedro Alves <palves@redhat.com>
18058
18059 * gdb.threads/kill.c: New file.
18060 * gdb.threads/kill.exp: New file.
18061
18062 2014-07-10 Yao Qi <yao@codesourcery.com>
18063
18064 * gdb.trace/tfile.c (write_basic_trace_file)
18065 [__thumb__||__thumb2__]: Clear the Thumb bit of the function
18066 address written to trace file.
18067
18068 2014-07-09 Pedro Alves <palves@redhat.com>
18069
18070 * gdb.base/attach-wait-input.exp: New file.
18071 * gdb.base/attach-wait-input.c: New file.
18072
18073 2014-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
18074
18075 * gdb.mi/var-cmd.c (do_nested_struct_union_tests): New function
18076 setting up test structures.
18077 (main): Call new test function.
18078 * gdb.mi/mi2-var-child.exp: Create additional breakpoint in new
18079 test function, continue into test function and walk test
18080 structures.
18081
18082 2014-07-02 Yao Qi <yao@codesourcery.com>
18083
18084 * gdb.trace/entry-values.c: Define labels 'foo_start' and
18085 'bar_start' at the beginning of functions 'foo' and 'bar'
18086 respectively.
18087 * gdb.trace/entry-values.exp: Use 'foo_start' and 'bar_start'
18088 instead of 'foo' and 'bar'.
18089
18090 2014-07-08 Markus Metzger <markus.t.metzger@intel.com>
18091
18092 * gdb.btrace/segv.exp: New.
18093 * gdb.btrace/segv.c: New.
18094
18095 2014-07-02 Luis Machado <lgustavo@codesourcery.com>
18096
18097 * gdb.trace/entry-values.exp: Handle powerpc-specific branch
18098 instruction.
18099
18100 2014-06-30 Mark Wielaard <mjw@redhat.com>
18101
18102 * gdb.base/constvars.c (violent, violet, vips, virgen, vulgar,
18103 vulture, vilify, villar): New volatile array constants.
18104 (vindictive, vegetation): New const volatile array constants.
18105 * gdb.base/volatile.exp: Test volatile and const volatile array
18106 types.
18107
18108 2014-06-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
18109
18110 * gdb.base/watchpoint-reuse-slot.exp: Handle the case that the
18111 target lacks support for awatch, rwatch, or hbreak.
18112
18113 2014-06-27 Yao Qi <yao@codesourcery.com>
18114
18115 * gdb.multi/dummy-frame-restore.exp: New.
18116 * gdb.multi/dummy-frame-restore.c: New.
18117
18118 2014-06-25 Markus Metzger <markus.t.metzger@intel.com>
18119
18120 * gdb.btrace/gcore.exp: New.
18121
18122 2014-06-23 Pedro Alves <palves@redhat.com>
18123
18124 * gdb.base/watchpoint-reuse-slot.c: New file.
18125 * gdb.base/watchpoint-reuse-slot.exp: New file.
18126
18127 2014-06-23 Siva Chandra Reddy <sivachandra@google.com>
18128
18129 * gdb.python/py-xmethods.exp: Use "progspace" instead of the
18130 progspace's filename in 'info', 'enable' and 'disable' command
18131 tests.
18132
18133 2014-06-23 Jan Kratochvil <jan.kratochvil@redhat.com>
18134
18135 * gdb.arch/amd64-stap-special-operands.exp: Use is_lp64_target.
18136 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
18137 * gdb.dwarf2/dw2-error.exp: Use istarget and is_lp64_target.
18138
18139 2014-06-20 Gary Benson <gbenson@redhat.com>
18140
18141 * gdb.arch/i386-avx.exp: Fix include file location.
18142 * gdb.arch/i386-sse.exp: Likewise.
18143
18144 2014-06-19 Iain Buclaw <ibuclaw@gdcproject.org>
18145
18146 * gdb.dlang/expression.exp: New file.
18147
18148 2014-06-19 Pedro Alves <palves@redhat.com>
18149
18150 * gdb.threads/thread-execl.exp (do_test): New procedure, factored
18151 out from ...
18152 (top level): ... here. Iterate running tests under different
18153 scheduler-locking settings.
18154
18155 2014-06-18 Luis Machado <lgustavo@codesourcery.com>
18156
18157 * gdb.cp/nsalias.exp: Set type of low_pc and high_pc entries
18158 to DW_FORM_addr and use non-zero addresses.
18159
18160 2014-06-18 Siva Chandra Reddy <sivachandra@google.com>
18161
18162 PR gdb/17017
18163 * gdb.python/py-xmethods.cc: Add global function call counters and
18164 increment them in their respective functions. Remove "cout"
18165 statements.
18166 * gdb.python/py-xmethods.exp: Make tests check the global function
18167 call counters instead of depending on inferior IO.
18168
18169 2014-06-18 Don Breazeal <donb@codesourcery.com>
18170
18171 * gdb.base/foll-fork.exp (default_fork_parent_follow):
18172 Deleted procedure.
18173 (explicit_fork_parent_follow): Deleted procedure.
18174 (explicit_fork_child_follow): Deleted procedure.
18175 (test_follow_fork): New procedure.
18176 (do_fork_tests): Replace calls to deleted procedures with
18177 calls to test_follow_fork and reset GDB for subsequent
18178 procedure calls.
18179
18180 2014-06-17 Yao Qi <yao@codesourcery.com>
18181
18182 * gdb.base/wchar.exp: Set $cent to \u00A2 if "host-charset" is
18183 CP1252.
18184
18185 2014-06-17 Luis Machado <lgustavo@codesourcery.com>
18186
18187 * gdb.mi/mi-var-rtti.cc (type_update_when_use_rtti_test):
18188 Initialize ptr and S explicitly.
18189 (skip_type_update_when_not_use_rtti_test): Likewise.
18190
18191 2014-06-16 Keith Seitz <keiths@redhat.com>
18192
18193 PR mi/15863
18194 * gdb.mi/mi-var-cmd.exp: Add test for -var-update before
18195 the inferior is started.
18196
18197 2014-06-16 Pedro Alves <palves@redhat.com>
18198
18199 * gdb.base/break-main-file-remove-fail.c: New file.
18200 * gdb.base/break-main-file-remove-fail.exp: New file.
18201 * gdb.base/break-unload-file.exp: Use build_executable instead of
18202 prepare_for_testing.
18203 (test_break): New parameter "initial_load". Handle it.
18204 (top level): Add initial_load cmdline/file axis.
18205
18206 2014-06-12 Tom Tromey <tromey@redhat.com>
18207
18208 * gdb.base/completion.exp: Don't use directory name in test.
18209
18210 2014-06-09 Gary Benson <gbenson@redhat.com>
18211
18212 * gdb.base/sigall.c [Functions to send signals]: Reorder to
18213 separate the always-available ANSI-standard signals from the
18214 signals that require checking.
18215 (main): Likewise.
18216 * gdb.reverse/sigall-reverse.c [Functions to send signals]:
18217 Likewise.
18218 (main): Likewise.
18219
18220 2014-06-07 Keith Seitz <keiths@redhat.com>
18221
18222 Revert:
18223 PR c++/16253
18224 * gdb.cp/var-tag.cc: New file.
18225 * gdb.cp/var-tag.exp: New file.
18226 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
18227 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
18228 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
18229 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
18230
18231 2014-06-06 Doug Evans <xdje42@gmail.com>
18232
18233 * gdb.guile/scm-frame-args.c (foo): Tweak to work with gcc 4.6.3.
18234
18235 2014-06-06 Pedro Alves <palves@redhat.com>
18236
18237 * gdb.base/sss-bp-on-user-bp-2.exp: Look for target_resume(step)
18238 in target debug output instead of looking at RSP packets,
18239 disabling the test on any target that uses hardware stepping.
18240 Update comments.
18241
18242 2014-06-06 Pedro Alves <palves@redhat.com>
18243
18244 * gdb.base/break-unload-file.exp: Fix typo.
18245
18246 2014-06-06 Yao Qi <yao@codesourcery.com>
18247
18248 * gdb.base/jit.exp (one_jit_test): Restrict the pattern
18249 from "jit_function" to "^jit_function".
18250
18251 2014-06-06 Yao Qi <yao@codesourcery.com>
18252
18253 * gdb.base/async.c (foo): Add one statement.
18254 * gdb.base/async.exp: Get the next instruction address and
18255 match the output of "nexti" by instruction address. Match
18256 the hex address in the output of "finish".
18257
18258 2014-06-06 Gary Benson <gbenson@redhat.com>
18259
18260 * gdb.base/call-signals.c: Remove preprocessor conditionals
18261 for always-defined signals SIGINT, SIGILL, SIGABRT, SIGFPE,
18262 SIGSEGV and SIGTERM.
18263 * gdb.base/sigall.c: Likewise.
18264 * gdb.base/unwindonsignal.c: Likewise.
18265 * gdb.reverse/sigall-reverse.c: Likewise.
18266
18267 2014-06-06 Yao Qi <yao@codesourcery.com>
18268
18269 * gdb.base/hbreak-unmapped.exp: Read memory at address 0. If
18270 readable, skip the test.
18271
18272 2014-06-06 Yao Qi <yao@codesourcery.com>
18273
18274 * gdb.threads/staticthreads.c (thread_function): Move the line
18275 setting breakpoint on forward.
18276 * gdb.threads/staticthreads.exp: Update comments.
18277
18278 2014-06-05 Ludovic Courtès <ludo@gnu.org>
18279
18280 * gdb.guile/scm-value.exp (test_value_in_inferior): Add test
18281 "history-append! type error".
18282
18283 2014-06-05 Simon Marchi <simon.marchi@ericsson.com>
18284
18285 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Fix
18286 erroneous dprintf expected input.
18287
18288 2014-06-04 Doug Evans <xdje42@gmail.com>
18289
18290 * gdb.guile/scm-generics.exp: Delete.
18291
18292 2014-06-04 Doug Evans <xdje42@gmail.com>
18293
18294 * gdb.guile/scm-breakpoint.exp: Update.
18295 Add tests for breakpoint registration.
18296
18297 2014-06-04 Tom Tromey <tromey@redhat.com>
18298
18299 * gdb.base/vla-datatypes.exp: Add tests for VLA-in-structure and
18300 VLA-in-union.
18301 * gdb.base/vla-datatypes.c (vla_factory): Add vla_struct,
18302 inner_vla_struct, vla_union types. Initialize objects of those
18303 types and compute their sizes.
18304
18305 2014-06-04 Nathan Sidwell <nathan@codesourcery.com>
18306 Hui Zhu <hui@codesourcery.com>
18307
18308 * gdb.base/fileio.exp: Add test for shell not available as well as
18309 available.
18310 * gdb.base/fileio.c (test_system): Check for shell twice.
18311
18312 2014-06-04 Yao Qi <yao@codesourcery.com>
18313
18314 * gdb.base/auto-connect-native-target.exp: Remove redundant
18315 space from the regexp pattern.
18316
18317 2014-06-04 Yao Qi <yao@codesourcery.com>
18318
18319 * gdb.base/default.exp: Replace "child" with "native" in
18320 regexp pattern.
18321
18322 2014-06-03 Siva Chandra Reddy <sivachandra@google.com>
18323
18324 * gdb.python/py-xmethods.cc: New testcase to test xmethods.
18325 * gdb.python/py-xmethods.exp: New tests to test xmethods.
18326 * gdb.python/py-xmethods.py: Python script supporting the
18327 new testcase and tests.
18328
18329 2014-06-03 Joel Brobecker <brobecker@adacore.com>
18330 Pedro Alves <palves@redhat.com>
18331
18332 PR breakpoints/17000
18333 * gdb.base/sss-bp-on-user-bp.exp: Remove kfail.
18334 * gdb.base/sss-bp-on-user-bp-2.exp: Remove kfail.
18335
18336 2014-06-03 Brad Mouring <bmouring@ni.com> (tiny patch)
18337
18338 * gdb.base/subst.exp: Add tests to verify partial path matching
18339 output.
18340
18341 2014-06-03 Pedro Alves <palves@redhat.com>
18342
18343 * gdb.base/sss-bp-on-user-bp-2.exp: Skip if testing with a remote
18344 target that doesn't use software single-stepping.
18345
18346 2014-06-03 Pedro Alves <palves@redhat.com>
18347
18348 PR breakpoints/17000
18349 * gdb.base/sss-bp-on-user-bp-2.c: New file.
18350 * gdb.base/sss-bp-on-user-bp-2.exp: New file.
18351
18352 2014-06-02 Doug Evans <xdje42@gmail.com>
18353
18354 * gdb.guile/scm-parameter.exp: New file.
18355
18356 2014-06-02 Doug Evans <xdje42@gmail.com>
18357
18358 * gdb.guile/scm-cmd.c: New file.
18359 * gdb.guile/scm-cmd.exp: New file.
18360
18361 2014-06-02 Doug Evans <xdje42@gmail.com>
18362
18363 * gdb.guile/scm-pretty-print.exp: Add tests for objfile and progspace
18364 pretty-printer lookup.
18365 * gdb.guile/scm-pretty-print.scm (pp_s-printer): New function.
18366 (make-pp_s-printer): Call it.
18367 (make-pretty-printer-from-dict): New function.
18368 (lookup-pretty-printer-maker-from-dict): New function.
18369 (*pretty-printer*): Simplify.
18370 (make-objfile-pp_s-printer): New function.
18371 (install-objfile-pretty-printers!): New function.
18372 (make-progspace-pp_s-printer): New function.
18373 (install-progspace-pretty-printers!): New function.
18374 * gdb.guile/scm-progspace.c: New file.
18375 * gdb.guile/scm-progspace.exp: New file.
18376
18377 2014-06-02 Pedro Alves <palves@redhat.com>
18378
18379 * gdb.base/dprintf-bp-same-addr.c: New file.
18380 * gdb.base/dprintf-bp-same-addr.exp: New file.
18381
18382 2014-06-02 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
18383
18384 * gdb.arch/powerpc-power.exp: Add power8 instructions to the testcase.
18385 * gdb.arch/powerpc-power.s: Likewise.
18386
18387 2014-06-02 Joel Brobecker <brobecker@adacore.com>
18388
18389 * gdb.base/completion.exp: Remove code aimed at restoring TIMEOUT.
18390
18391 2014-06-01 Yao Qi <yao@codesourcery.com>
18392
18393 * gdb.base/watchpoint.exp (test_watch_location): Check null
18394 pointer can be dereferenced. If not, do the test, otherwise
18395 skip it.
18396
18397 2014-05-30 Andrew Burgess <aburgess@broadcom.com>
18398
18399 * gdb.arch/amd64-invalid-stack-middle.exp: Update expected
18400 results.
18401 * gdb.arch/amd64-invalid-stack-top.exp: Likewise.
18402
18403 2014-05-30 Andrew Burgess <aburgess@broadcom.com>
18404
18405 * gdb.arch/amd64-invalid-stack-middle.S: New file.
18406 * gdb.arch/amd64-invalid-stack-middle.c: New file.
18407 * gdb.arch/amd64-invalid-stack-middle.exp: New file.
18408 * gdb.arch/amd64-invalid-stack-top.c: New file.
18409 * gdb.arch/amd64-invalid-stack-top.exp: New file.
18410
18411 2014-05-30 Pedro Alves <palves@redhat.com>
18412
18413 PR breakpoints/17000
18414 * gdb.base/sss-bp-on-user-bp.c: New file.
18415 * gdb.base/sss-bp-on-user-bp.exp: New file.
18416
18417 2014-05-30 David Blaikie <dblaikie@gmail.com>
18418
18419 * gdb.opt/inline-break.c: Fix clang compatibility by specifying
18420 gnu_inline semantics via attribute.
18421 * gdb.opt/inline-break.exp: Remove -std=c89 now that the test
18422 source explicitly specifies the required semantics.
18423
18424 2014-05-30 Maciej W. Rozycki <macro@codesourcery.com>
18425
18426 * gdb.reverse/sigall-reverse.exp: Fix a typo.
18427
18428 2014-05-29 Pedro Alves <palves@redhat.com>
18429 Tom Tromey <tromey@redhat.com>
18430
18431 * gdb.base/async-shell.exp: Don't enable target-async.
18432 * gdb.base/async.exp
18433 * gdb.base/corefile.exp (corefile_test_attach): Remove 'async'
18434 parameter. Adjust.
18435 (top level): Don't test with "target-async".
18436 * gdb.base/dprintf-non-stop.exp: Don't enable target-async.
18437 * gdb.base/gdb-sigterm.exp: Don't test with "target-async".
18438 * gdb.base/inferior-died.exp: Don't enable target-async.
18439 * gdb.base/interrupt-noterm.exp: Likewise.
18440 * gdb.mi/mi-async.exp: Use "mi-async" instead of "target-async".
18441 * gdb.mi/mi-nonstop-exit.exp: Likewise.
18442 * gdb.mi/mi-nonstop.exp: Likewise.
18443 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
18444 * gdb.mi/mi-nsintrall.exp: Likewise.
18445 * gdb.mi/mi-nsmoribund.exp: Likewise.
18446 * gdb.mi/mi-nsthrexec.exp: Likewise.
18447 * gdb.mi/mi-watch-nonstop.exp: Likewise.
18448 * gdb.multi/watchpoint-multi.exp: Adjust comment.
18449 * gdb.python/py-evsignal.exp: Don't enable target-async.
18450 * gdb.python/py-evthreads.exp: Likewise.
18451 * gdb.python/py-prompt.exp: Likewise.
18452 * gdb.reverse/break-precsave.exp: Don't test with "target-async".
18453 * gdb.server/solib-list.exp: Don't enable target-async.
18454 * gdb.threads/thread-specific-bp.exp: Likewise.
18455 * lib/mi-support.exp: Adjust to use mi-async.
18456
18457 2014-05-29 Pedro Alves <palves@redhat.com>
18458
18459 PR gdb/13860
18460 * gdb.mi/mi-cli.exp: Always expect "end-stepping-range" stop
18461 reason, even in sync mode.
18462
18463 2014-05-29 Pedro Alves <palves@redhat.com>
18464 Hui Zhu <hui@codesourcery.com>
18465
18466 PR PR15693
18467 * gdb.mi/mi-condbreak-call-thr-state-mt.c: New file.
18468 * gdb.mi/mi-condbreak-call-thr-state-st.c: New file.
18469 * gdb.mi/mi-condbreak-call-thr-state.c: New file.
18470 * gdb.mi/mi-condbreak-call-thr-state.exp: New file.
18471
18472 2014-05-28 Joel Brobecker <brobecker@adacore.com>
18473
18474 * config/monitor.exp (gdb_target_monitor): Replace use of
18475 "set remotebaud" by "set serial baud".
18476
18477 2014-05-26 Andy Wingo <wingo@igalia.com>
18478
18479 * gdb.guile/scm-breakpoint.exp:
18480 * gdb.guile/scm-gsmob.exp: Update to use plain old object
18481 properties instead of gdb-object-properties.
18482
18483 2014-05-26 Yao Qi <yao@codesourcery.com>
18484
18485 * gdb.server/no-thread-db.exp: Specify source file name
18486 explicitly when setting a breakpoint.
18487
18488 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
18489
18490 * gdb.btrace/vdso.c: New.
18491 * gdb.btrace/vdso.exp: New.
18492
18493 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
18494
18495 * gdb.base/gcore.exp (capture_command_output): Move ...
18496 * lib/gdb.exp (capture_command_output): ... here.
18497
18498 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
18499
18500 * gdb.btrace/data.exp: Test memory access during btrace replay.
18501
18502 2014-05-22 Simon Marchi <simon.marchi@ericsson.com>
18503
18504 * lib/mi-support.exp (mi_run_cmd_full): Add comments.
18505
18506 2014-05-21 Pedro Alves <palves@redhat.com>
18507
18508 PR gdb/13860
18509 * gdb.mi/mi-cli.exp (line_callee4_next_step): New global.
18510 (top level): Test that output related to execution commands is
18511 sent to the console with CLI commands, but not with MI commands.
18512 Test that breakpoint events are always mirrored to the console.
18513 Also expect the new source line to be output after a "next" in
18514 async mode too. Make it a pass/fail test.
18515 * gdb.mi/mi-solib.exp: Test that the CLI solib event note is
18516 output.
18517 * lib/mi-support.exp (mi_gdb_expect_cli_output): New procedure.
18518
18519 2014-05-21 Pedro Alves <palves@redhat.com>
18520
18521 * gdb.base/list.exp (build_pattern, test_list): New procedures.
18522 Use them to test variations of "list" after reaching a breakpoint.
18523 * gdb.mi/mi-cli.exp (line_main_callme_2): New global.
18524 Test "list" with listsize 10 after reaching a breakpoint.
18525 * gdb.python/python.exp (decode_line current location line
18526 number): Adjust expected line number.
18527
18528 2014-05-21 Simon Marchi <simon.marchi@ericsson.com>
18529
18530 * lib/mi-support.exp (mi_run_cmd_full): Revert to original
18531 behavior for $args, pass it directly to "run".
18532
18533 2014-05-21 Maciej W. Rozycki <macro@codesourcery.com>
18534
18535 * lib/gdb.exp (default_gdb_init): Bump `match_max' up from
18536 30000 to 65536.
18537
18538 2014-05-21 Pedro Alves <palves@redhat.com>
18539
18540 * boards/gdbserver-base.exp (GDBFLAGS): Set to "set
18541 auto-connect-native-target off".
18542 * gdb.base/auto-connect-native-target.c: New file.
18543 * gdb.base/auto-connect-native-target.exp: New file.
18544
18545 2014-05-21 Pedro Alves <palves@redhat.com>
18546
18547 * gdb.base/default.exp: Test "target native" instead of "target
18548 child".
18549
18550 2014-05-21 Mark Wielaard <mjw@redhat.com>
18551
18552 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
18553
18554 2014-05-21 Jan Kratochvil <jan.kratochvil@redhat.com>
18555
18556 Fix TLS access for -static -pthread.
18557 * gdb.threads/staticthreads.c <HAVE_TLS> (tlsvar): New.
18558 <HAVE_TLS> (thread_function, main): Initialize it.
18559 * gdb.threads/staticthreads.exp: Try gdb_compile_pthreads for $have_tls.
18560 Add clean_restart.
18561 <$have_tls != "">: Check TLSVAR.
18562
18563 2014-05-21 Pedro Alves <palves@redhat.com>
18564
18565 * gdb.base/dcache-line-read-error.c: New.
18566 * gdb.base/dcache-line-read-error.exp: New.
18567
18568 2014-05-20 Pedro Alves <palves@redhat.com>
18569
18570 * gdb.base/compare-sections.c: New file.
18571 * gdb.base/compare-sections.exp: New file.
18572
18573 2014-05-20 Pedro Alves <palves@redhat.com>
18574
18575 * gdb.base/break-idempotent.c: New file.
18576 * gdb.base/break-idempotent.exp: New file.
18577
18578 2014-05-20 Markus Metzger <markus.t.metzger@intel.com>
18579
18580 * gdb.btrace/nohist.exp: New.
18581
18582 2014-05-20 Yao Qi <yao@codesourcery.com>
18583
18584 * lib/gdb.exp (gdb_init): Set timeout if test file is under
18585 gdb.reverse directory and gdb_reverse_timeout exists in board
18586 setting.
18587 * README: Document gdb_reverse_timeout.
18588
18589 2014-05-20 Yao Qi <yao@codesourcery.com>
18590
18591 * lib/gdb.exp (default_gdb_init): Rename argument 'args' by
18592 'test_file_name'. Treat args as a string instead of a list.
18593 (gdb_init): Rename argument 'args' by 'test_file_name'.
18594
18595 2014-05-19 Jan Kratochvil <jan.kratochvil@redhat.com>
18596
18597 * gdb.arch/powerpc-power.exp: New file.
18598 * gdb.arch/powerpc-power.s: New file.
18599
18600 2014-05-16 Doug Evans <dje@google.com>
18601
18602 * gdb.base/Makefile.in (EXECUTABLES): Add completion.
18603 * gdb.base/completion.exp: Check that all expected files exist
18604 before doing file completion.
18605
18606 2014-05-16 Doug Evans <dje@google.com>
18607
18608 * gdb.base/catch-syscall.exp (test_catch_syscall_fail_nodatadir):
18609 Update.
18610 (do_syscall_tests_without_xml): Update.
18611
18612 2014-05-16 Pedro Alves <palves@redhat.com>
18613
18614 * lib/mi-support.exp (mi_expect_stop): On timeout, say "timeout"
18615 instead of "unknown output after running".
18616
18617 2014-05-16 Yao Qi <yao@codesourcery.com>
18618
18619 * gdb.dwarf2/dw2-filename.exp: Copy file1.txt to host. Remove
18620 file1.txt from host at the end.
18621 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
18622
18623 2014-05-15 Doug Evans <dje@google.com>
18624
18625 * gdb.dwarf2/fission-reread.S: Remove directory from .dwo file path.
18626 * gdb.dwarf2/fission-reread.exp: Set debug-file-directory before
18627 loading file. Add test for TU lookup.
18628
18629 2014-05-15 Simon Marchi <simon.marchi@ericsson.com>
18630
18631 * lib/mi-support.exp (mi_run_cmd_full): Set arguments by
18632 calling "-exec-arguments" or "set args" before running the
18633 inferior.
18634
18635 2014-05-15 Simon Marchi <simon.marchi@ericsson.com>
18636
18637 * lib/mi-support.exp (mi_expect_stop): Expect message for
18638 inferiors that exit with non-zero exit code.
18639
18640 2014-05-14 Yao Qi <yao@codesourcery.com>
18641
18642 * gdb.mi/mi-file.exp (test_file_list_exec_source_file): Don't
18643 match absolute path on remote host.
18644 (test_file_list_exec_source_files): Remove "/" from the
18645 pattern.
18646
18647 2014-05-14 Yao Qi <yao@codesourcery.com>
18648
18649 * boards/local-remote-host-notty.exp (${board}_file): New
18650 proc.
18651
18652 2014-05-07 Kyle McMartin <kyle@redhat.com>
18653
18654 Pushed by Joel Brobecker <brobecker@adacore.com>.
18655 * gdb.arch/aarch64-atomic-inst.c: New file.
18656 * gdb.arch/aarch64-atomic-inst.exp: New file.
18657
18658 2014-05-07 Yao Qi <yao@codesourcery.com>
18659
18660 * gdb.dwarf2/dwzbuildid.exp: Match output "No symbol "the_int"
18661 in current context" too.
18662
18663 2014-05-05 Keith Seitz <keiths@redhat.com>
18664
18665 * gdb.linespec/ls-dollar.exp: Add test for linespec
18666 file:convenience_variable.
18667
18668 2014-05-05 Yao Qi <yao@codesourcery.com>
18669
18670 * gdb.trace/unavailable.exp (gdb_collect_args_test): Save
18671 traceframes into tfile and ctf trace files. Read data from
18672 trace file and test collected data.
18673 (gdb_collect_locals_test): Likewise.
18674 (gdb_unavailable_registers_test): Likewise.
18675 (gdb_unavailable_floats): Likewise.
18676 (gdb_collect_globals_test): Likewise.
18677 (top-level): Append "ctf" to trace_file_targets if GDB
18678 supports.
18679
18680 2014-05-05 Yao Qi <yao@codesourcery.com>
18681
18682 * gdb.trace/unavailable.exp (gdb_collect_args_test): Move some
18683 code to ...
18684 (gdb_collect_args_test_1): ... it. New proc.
18685 (gdb_collect_locals_test): Move some code to ...
18686 (gdb_collect_locals_test_1): ... it. New proc.
18687 (gdb_unavailable_registers_test): Move some code to ...
18688 (gdb_unavailable_registers_test_1): ... it. New proc.
18689 (gdb_unavailable_floats): Move some code to ...
18690 (gdb_unavailable_floats_1): ... it. New proc.
18691
18692 2014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
18693
18694 * gdb.arch/amd64-stap-optional-prefix.S (main): Add several
18695 probes to test for bitness recognition.
18696 * gdb.arch/amd64-stap-optional-prefix.exp
18697 (test_probe_value_without_reg): New procedure.
18698 Add code to test for different kinds of bitness.
18699
18700 2014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
18701
18702 PR breakpoints/16889
18703 * gdb.arch/amd64-stap-optional-prefix.S: New file.
18704 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
18705
18706 2014-05-01 Pedro Alves <palves@redhat.com>
18707
18708 * lib/gdb.exp (gdb_load): Extend comment. Skip calling
18709 gdb_file_cmd if no file is specified.
18710 * boards/native-extended-gdbserver.exp (gdb_load): Use the
18711 last_loaded_file to set the remote exec-file.
18712
18713 2014-05-01 Pedro Alves <palves@redhat.com>
18714
18715 * boards/local-remote-host.exp: New file.
18716
18717 2014-05-01 Pedro Alves <palves@redhat.com>
18718
18719 * boards/local-remote-host.exp: Rename to ...
18720 * boards/local-remote-host-notty.exp: ... this.
18721
18722 2014-04-28 Joel Brobecker <brobecker@adacore.com>
18723
18724 * gdb.ada/dyn_arrayidx: New testcase.
18725
18726 2014-04-26 Yao Qi <yao@codesourcery.com>
18727
18728 * gdb.dwarf2/dwz.exp: Compile main.c to object. Restart GDB
18729 and compute the length of function main. Save it in
18730 $main_length.
18731 (Dwarf::assemble): Use $main_length instead of hard-coded 10.
18732 (top-level): Use gdb_compile to compile objects into
18733 executable and restart GDB. Remove invocation to
18734 prepare_for_testing.
18735
18736 2014-04-25 Simon Marchi <simon.marchi@ericsson.com>
18737 Pedro Alves <palves@redhat.com>
18738
18739 PR server/16255
18740 * gdb.multi/multi-attach.c: New file.
18741 * gdb.multi/multi-attach.exp: New file.
18742
18743 2014-04-25 Pedro Alves <palves@redhat.com>
18744
18745 * gdb.base/cond-eval-mode.exp (warning): Move trailing \r\n to
18746 user.
18747 (top level): Test that "set remote conditional-breakpoints-packet
18748 off" works as intended.
18749 * gdb.base/dprintf.exp: Test that "set remote
18750 breakpoint-commands-packet off" works as intended.
18751 * gdb.trace/change-loc.exp (tracepoint_install_in_trace_disabled):
18752 New function.
18753 (top level): Call it.
18754 * gdb.trace/ftrace.exp (test_fast_tracepoints): Test that "set
18755 remote fast-tracepoints-packet off" works as intended.
18756 * gdb.trace/qtro.exp (gdb_is_target_remote): Moved ...
18757 * lib/gdb.exp (gdb_is_target_remote): ... here.
18758
18759 2014-04-24 David Blaikie <dblaikie@gmail.com>
18760
18761 * gdb.base/catch-syscall.c: Make unreferenced statics non-static to
18762 ensure clang would not discard them.
18763 * gdb.base/gdbvars.c: Ditto.
18764 * gdb.base/memattr.c: Ditto.
18765 * gdb.base/whatis.c: Ditto.
18766 * gdb.python/py-prettyprint.c: Ditto.
18767 * gdb.trace/actions.c: Ditto.
18768 * gdb.cp/ptype-cv-cp.cc: Mark unused global const int as used to
18769 ensure clang would not discard it.
18770
18771 2014-04-24 David Blaikie <dblaikie@gmail.com>
18772
18773 * gdb.stabs/gdb11479.c (tag_dummy_enum): introduce a variable to cause
18774 clang to emit the full definition of type required by the test
18775 * gdb.stabs/gdb11479.exp (do_test): correct a typo in a test message
18776
18777 2014-04-24 David Blaikie <dblaikie@gmail.com>
18778
18779 * gdb.cp/pr10728-x.cc (main::x): Return by value instead of pointer to
18780 coax Clang into emitting the definition of the type.
18781 * gdb.cp/pr10728-x.h (y): Ditto.
18782 * gdb.cp/pr10728-y.cc (y): Ditto.
18783
18784 2014-04-24 David Blaikie <dblaikie@gmail.com>
18785
18786 * gdb.base/label.exp: XFAIL label related tests under Clang.
18787 * gdb.cp/cplabel.exp: Ditto.
18788 * gdb.linespec/ls-errs.exp: Refactor tests to execute directly and XFAIL
18789 under Clang those using labels.
18790
18791 2014-04-25 Yao Qi <yao@codesourcery.com>
18792
18793 * gdb.dwarf2/dwz.exp (Dwarf::assemble): Remove unused
18794 double_label.
18795 * gdb.dwarf2/dwzbuildid.exp (Dwarf::assemble): Remove
18796 partial_label and double_label.
18797
18798 2014-04-24 David Blaikie <dblaikie@gmail.com>
18799
18800 * gdb.python/lib-types.exp: Fix test and xfail under gcc due to gcc/55641.
18801
18802 2014-04-24 David Blaikie <dblaikie@gmail.com>
18803
18804 * gdb.cp/cpexprs.cc: Move braces to the same line as the start
18805 of the function to work across GCC and Clang.
18806 * gdb.cp/cpexprs.exp: Account for GCC/Clang difference in vtable
18807 pointer types (const void ** const V void **).
18808
18809 2014-04-24 Michael Sturm <michael.sturm@mintel.com>
18810 Walfred Tedeschi <walfred.tedeschi@intel.com>
18811
18812 * Makefile.in (EXECUTABLES): Added i386-avx512.
18813 * gdb.arch/i386-avx512.c: New file.
18814 * gdb.arch/i386-avx512.exp: Likewise.
18815
18816 2014-04-23 Keith Seitz <keiths@redhat.com>
18817
18818 * lib/mi-support.exp (mi_list_breakpoints): Delete.
18819 (mi_make_breakpoint_table): New procedure.
18820 (mi_create_breakpoint): Use mi_make_breakpoint
18821 and return the result.
18822 (mi_make_breakpoint): New procedure.
18823 (mi_build_kv_pairs): New procedure.
18824
18825 * gdb.mi/mi-break.exp: Remove unused globals,
18826 update mi_create_breakpoint usage, and use mi_make_breakpoint_table.
18827 All callers updated.
18828 * gdb.mi/mi-dprintf.exp: Use variable to track command
18829 number.
18830 Update all callers of mi_create_breakpoint and use
18831 mi_make_breakpoint_table.
18832 Remove any unused global variables.
18833 * gdb.mi/mi-nonstop.exp: Likewise.
18834 * gdb.mi/mi-nsintrall.exp: Likewise.
18835 * gdb.mi/mi-nsmoribund.exp: Likewise.
18836 * gdb.mi/mi-nsthrexec.exp: Likewise.
18837 * gdb.mi/mi-reverse.exp: Likewise.
18838 * gdb.mi/mi-simplerun.exp: Likewise.
18839 * gdb.mi/mi-stepn.exp: Likewise.
18840 * gdb.mi/mi-syn-frame.exp: Likewise.
18841 * gdb.mi/mi-until.exp: Likewise.
18842 * gdb.mi/mi-var-cp.exp: Likewise.
18843 * gdb.mi/mi-var-display.exp: Likewise.
18844 * gdb.mi/mi2-amd64-entry-value.exp: Likewise.
18845 * gdb.mi/mi2-var-child.exp: Likewise.
18846 * gdb.mi/mi-vla-c99.exp: Likewise.
18847 * lib/mi-support.exp: Likewise.
18848
18849 From Ian Lance Taylor <iant@cygnus.com>:
18850 * lib/gdb.exp (parse_args): New procedure.
18851
18852 2014-04-23 Pedro Alves <palves@redhat.com>
18853
18854 * gdb.base/break-unload-file.c: New file.
18855 * gdb.base/break-unload-file.exp: New file.
18856 * gdb.base/sym-file-lib.c (baz): New function.
18857 * gdb.base/sym-file-loader.c (struct segment) <mapped_size>: New
18858 field.
18859 (load): Store the segment's mapped size.
18860 (unload): New function.
18861 (unload_shlib): New function.
18862 * gdb.base/sym-file-loader.h (unload_shlib): New declaration.
18863 * gdb.base/sym-file-main.c (main): Unload, and reload the library,
18864 set a breakpoint at baz, and call it.
18865 * gdb.base/sym-file.exp: New tests for stale breakpoint
18866 instructions.
18867
18868 2014-04-23 Pedro Alves <palves@redhat.com>
18869
18870 * gdb.base/hbreak-in-shr-unsupported-shr.c: New file.
18871 * gdb.base/hbreak-in-shr-unsupported.c: New file.
18872 * gdb.base/hbreak-in-shr-unsupported.exp: New file.
18873 * gdb.base/hbreak-unmapped.c: New file.
18874 * gdb.base/hbreak-unmapped.exp: New file.
18875 * gdb.trace/qtro.exp (gdb_is_target_remote): Move ...
18876 * lib/gdb.exp (gdb_is_target_remote): ... here.
18877
18878 2014-04-22 Pedro Alves <palves@redhat.com>
18879
18880 * gdb.base/consecutive-step-over.c: New file.
18881 * gdb.base/consecutive-step-over.exp: New file.
18882
18883 2014-04-22 Pedro Alves <palves@redhat.com>
18884
18885 * lib/gdb.exp (gdb_continue_to_breakpoint): Use gdb_test_multiple
18886 instead of send_gdb/gdb_expect.
18887
18888 2014-04-22 Yao Qi <yao@codesourcery.com>
18889
18890 * lib/trace-support.exp (generate_tracefile): New procedure.
18891 * gdb.trace/tfile.exp: Skip the test if generate_tracefile
18892 return 0.
18893 * gdb.trace/mi-traceframe-changed.exp: Invoke test_tfind_tfile
18894 if generate_tracefile returns 1.
18895
18896 2014-04-18 Tom Tromey <palves@redhat.com>
18897 Pedro alves <tromey@redhat.com>
18898
18899 PR backtrace/15558
18900 * gdb.opt/inline-bt.exp: Test backtracing from an inline function
18901 with a backtrace limit.
18902 * gdb.python/py-frame-inline.exp: Test running to an inline
18903 function with a backtrace limit, and printing the newest frame.
18904 * gdb.python/py-frame-inline.c (main): Call f.
18905
18906 2014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
18907
18908 * gdb.java/jnpe.exp: Drop srcdir from untested path.
18909
18910 2014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
18911
18912 * lib/gdb.exp (gdb_compile_pthreads, gdb_compile_objc):
18913 Drop prefix from unsupported source file path.
18914
18915 2014-04-17 Yao Qi <yao@codesourcery.com>
18916
18917 * lib/gdb.exp (with_target_charset): New proc.
18918 * gdb.base/printcmds.exp (test_print_all_chars): Wrap tests with
18919 with_target_charset.
18920 (test_print_strings): Likewise.
18921 (test_repeat_bytes): Likewise.
18922 * gdb.base/setvar.exp: Set target-charset to ASCII temporarily
18923 for some tests.
18924
18925 2014-04-16 Keith Seitz <keiths@redhat.com>
18926
18927 PR gdb/15827
18928 * gdb.dwarf2/corrupt.c: New file.
18929 * gdb.dwarf2/corrupt.exp: New file.
18930
18931 2014-04-16 Keith Seitz <keiths@redhat.com>
18932
18933 PR c++/16597
18934 * gdb.cp/namelessclass.cc: New file.
18935 * gdb.cp/namelessclass.exp: New file.
18936 * gdb.cp/namelessclass.S: New file.
18937
18938 2014-04-16 Doug Evans <dje@google.com>
18939
18940 * lib/gdbserver-support.exp (gdbserver_default_get_remote_address):
18941 Add comment.
18942 (gdbserver_default_get_comm_port): New function.
18943 (gdbserver_start): Check if board file provided
18944 "gdbserver,get_comm_port" and use it if so.
18945 * boards/native-stdio-gdbserver.exp (sockethost): Set to "".
18946 (gdb,socketport): Set to "stdio".
18947 (gdbserver,get_comm_port): Set to ${board}_get_comm_port.
18948 (stdio_gdbserver_template): Delete.
18949 (${board}_get_remote_address): Update.
18950 (${board}_build_remote_cmd): Delete.
18951 (${board}_get_comm_port): New function.
18952 (${board}_spawn): Update.
18953 * boards/remote-stdio-gdbserver.exp (${board}_build_remote_cmd):
18954 Delete.
18955 (${board}_get_remote_address): Update.
18956 (${board}_get_comm_port): New function.
18957
18958 2014-04-16 Andrew Burgess <aburgess@broadcom.com>
18959
18960 * gdb.base/memattr.exp: Improve regexps to handle memory regions
18961 appearing in any order.
18962
18963 2014-04-15 Doug Evans <dje@google.com>
18964
18965 * gdb.gdb/selftest.exp (do_steps_and_nexts): Don't reference
18966 uninitialized value of "description".
18967
18968 2014-04-15 Keith Seitz <keiths@redhat.com>
18969
18970 * gdb.mi/mi-simplerun.exp (test_breakpoints_creation_and_listing):
18971 Remove unused globals.
18972 (test_running_the_program): Likewise.
18973 (test_controlled_execution): Likewise.
18974 (test_controlling_breakpoints): Likewise.
18975 (test_program_termination): Likewise.
18976
18977 2014-04-15 Keith Seitz <keiths@redhat.com>
18978
18979 * gdb.mi/mi-break.exp (test_tbreak_creation_and_listing): Remove
18980 unused globals.
18981 (test_rbreak_creation_and_listing): Likewise.
18982 (test_ignore_count): Likewise.
18983 (test_error): Likewise.
18984
18985 2014-04-15 Pedro Alves <palves@redhat.com>
18986
18987 * gdb.base/sym-file-loader.h: Move inclusion of <inttypes.h>,
18988 <ansidecl.h>, <elf/common.h> and <elf/external.h> to
18989 sym-file-loader.c.
18990 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
18991 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
18992 to sym-file-loader.c.
18993 (struct library): Forward declare.
18994 (load_shlib, lookup_function): Change prototypes.
18995 (find_shstrtab, find_strtab, find_shdr, find_symtab)
18996 (translate_offset): Remove declarations.
18997 (get_text_addr): New declaration.
18998 * gdb.base/sym-file-loader.c: Move inclusion of <inttypes.h>,
18999 <ansidecl.h>, <elf/common.h> and <elf/external.h> here from
19000 sym-file-loader.h.
19001 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
19002 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
19003 here from sym-file-loader.h.
19004 (struct library): New structure.
19005 (load_shlib, lookup_function): Change prototypes and adjust to
19006 work with a struct library.
19007 (find_shstrtab, find_strtab, find_shdr, find_symtab)
19008 (translate_offset): Make static.
19009 (get_text_addr): New function.
19010 * gdb.base/sym-file-main.c (main): Adjust to new loader interface.
19011
19012 2014-04-15 Pedro Alves <palves@redhat.com>
19013
19014 * gdb.base/sym-file-loader.c: Fix typo. SELF_LINK, not SELK_LINK.
19015
19016 2014-04-15 Pedro Alves <palves@redhat.com>
19017
19018 * gdb.base/sym-file-loader.c: Include <limits.h>.
19019 (SELF_LINK): New define.
19020 (get_origin): New function.
19021 (load_shlib): Use it.
19022 * gdb.base/sym-file.exp: Don't early return if the target is
19023 remote. Use runto_main, and issue fail is that fails. Use
19024 gdb_load_shlibs.
19025 (shlib_name): Delete.
19026 (lib_so, lib_syms, lib_dlopen): New globals. Use them throughout.
19027
19028 2014-04-15 Pedro Alves <palves@redhat.com>
19029
19030 * gdb.base/sym-file.exp: Remove regex characters from test
19031 message. Don't refer to breakpoint numbers in test messages.
19032
19033 2014-04-14 Keith Seitz <keiths@redhat.com>
19034
19035 PR c++/16253
19036 * gdb.cp/var-tag.cc: New file.
19037 * gdb.cp/var-tag.exp: New file.
19038 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
19039 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
19040 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
19041 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
19042
19043 2014-04-14 Tom Tromey <tromey@redhat.com>
19044
19045 * gdb.cp/classes.exp (test_enums): Handle underlying type.
19046 * gdb.dwarf2/enum-type.exp: Add test for enum with underlying
19047 type.
19048 * gdb.cp/enum-class.exp: New file.
19049 * gdb.cp/enum-class.cc: New file.
19050
19051 2014-04-14 Tom Tromey <tromey@redhat.com>
19052
19053 * gdb.dwarf2/enum-type.exp: New file.
19054
19055 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
19056
19057 * gdb.mi/mi-vla-c99.exp: New file.
19058 * gdb.mi/vla.c: New file.
19059
19060 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
19061
19062 * gdb.base/vla-datatypes.c: New file.
19063 * gdb.base/vla-datatypes.exp: New file.
19064
19065 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
19066
19067 * gdb.base/vla-ptr.c: New file.
19068 * gdb.base/vla-ptr.exp: New file.
19069
19070 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
19071
19072 * gdb.dwarf2/count.exp: New file.
19073
19074 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
19075
19076 * gdb.base/vla-sideeffect.c: New file.
19077 * gdb.base/vla-sideeffect.exp: New file.
19078
19079 2014-04-14 David Blaikie <dblaikie@gmail.com>
19080
19081 * gdb.mi/non-stop.c: Add return value for non-void function return
19082 statement.
19083 * gdb.threads/staticthreads.c: Ditto.
19084
19085 2014-04-12 Siva Chandra Reddy <sivachandra@google.com>
19086 Doug Evans <xdje42@gmail.com>
19087
19088 * gdb.guile/scm-value.c: Improve test case.
19089 * gdb.guile/scm-value.exp: Add new test.
19090
19091 2014-04-11 David Blaikie <dblaikie@gmail.com>
19092
19093 * gdb.opt/inline-break.exp: Explicitly specify -std=gnu89 to
19094 override Clang's default.
19095
19096 2014-04-11 Joel Brobecker <brobecker@adacore.com>
19097
19098 Revert the following changes (regressions):
19099
19100 * gdb.base/vla-sideeffect.c: New file.
19101 * gdb.base/vla-sideeffect.exp: New file.
19102
19103 * gdb.dwarf2/count.exp: New file.
19104
19105 * gdb.base/vla-multi.c: New file.
19106 * gdb.base/vla-multi.exp: New file.
19107
19108 * gdb.base/vla-ptr.c: New file.
19109 * gdb.base/vla-ptr.exp: New file.
19110
19111 * gdb.base/vla-datatypes.c: New file.
19112 * gdb.base/vla-datatypes.exp: New file.
19113
19114 * gdb.mi/mi-vla-c99.exp: New file.
19115 * gdb.mi/vla.c: New file.
19116
19117 2014-04-11 Keith Seitz <keiths@redhat.com>
19118
19119 PR c++/16675
19120 * gdb.cp/cpsizeof.exp: New file.
19121 * gdb.cp/cpsizeof.cc: New file.
19122
19123 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
19124
19125 * gdb.mi/mi-vla-c99.exp: New file.
19126 * gdb.mi/vla.c: New file.
19127
19128 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
19129
19130 * gdb.base/vla-datatypes.c: New file.
19131 * gdb.base/vla-datatypes.exp: New file.
19132
19133 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
19134
19135 * gdb.base/vla-ptr.c: New file.
19136 * gdb.base/vla-ptr.exp: New file.
19137
19138 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
19139
19140 * gdb.base/vla-multi.c: New file.
19141 * gdb.base/vla-multi.exp: New file.
19142
19143 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
19144
19145 * gdb.dwarf2/count.exp: New file.
19146
19147 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
19148
19149 * gdb.base/vla-sideeffect.c: New file.
19150 * gdb.base/vla-sideeffect.exp: New file.
19151
19152 2014-04-11 Yao Qi <yao@codesourcery.com>
19153
19154 * gdb.base/completion.exp: Check file exists before running tests
19155 on file completion.
19156
19157 2014-04-10 Pedro Alves <palves@redhat.com>
19158
19159 * gdb.base/cond-eval-mode.c: New file.
19160 * gdb.base/cond-eval-mode.exp: Use standard_testfile. Adjust
19161 prepare_for_testing to build the new file. Check result of
19162 runto_main.
19163 (test_break, test_watch): New procedures.
19164 (top level): Use them.
19165
19166 2014-04-08 Pierre Muller <muller@sourceware.org>
19167
19168 * gdb.base/printcmds.exp (test_artificial_arrays): Disable
19169 Ctrl-V use for mingw hosts.
19170
19171 2014-04-07 Siva Chandra Reddy <sivachandra@google.com>
19172
19173 * gdb.python/py-value.c: Improve test case.
19174 * gdb.python/py-value.exp: Add new test.
19175
19176 2014-04-07 David Blaikie <dblaikie@gmail.com>
19177
19178 * lib/compiler.c: Identify the clang compiler.
19179 * lib/compiler.cc: Ditto.
19180
19181 2014-04-03 Yao Qi <yao@codesourcery.com>
19182
19183 * gdb.base/setshow.exp: Invoke string_to_regexp to HOME and PWD.
19184
19185 2014-04-01 Anton Blanchard <anton@samba.org>
19186
19187 * gdb.arch/ppc64-atomic-inst.exp: Use untested. Make test
19188 messages unique.
19189
19190 2014-04-01 Anton Blanchard <anton@samba.org>
19191
19192 * gdb.arch/ppc64-atomic-inst.exp: Use standard_testfile,
19193 prepare_for_testing.
19194
19195 2014-04-01 Anton Blanchard <anton@samba.org>
19196
19197 * gdb.arch/ppc64-atomic-inst.c: Remove.
19198 * gdb.arch/ppc64-atomic-inst.S: New file.
19199 * gdb.arch/ppc64-atomic-inst.exp: Adapt for asm based testcase.
19200
19201 2014-03-31 Doug Evans <dje@google.com>
19202
19203 * gdb.base/print-symbol-loading-lib.c: New file.
19204 * gdb.base/print-symbol-loading-main.c: New file.
19205 * gdb.base/print-symbol-loading.exp: New file.
19206
19207 2014-03-31 Yao Qi <yao@codesourcery.com>
19208
19209 * gdb.base/source-dir.exp: Allow ';' as a directory separator.
19210
19211 2014-03-28 Joel Brobecker <brobecker@adacore.com>
19212
19213 * gdb.ada/mi_dyn_arr: New testcase.
19214
19215 2014-03-27 Doug Evans <dje@google.com>
19216
19217 * gdb.dwarf2/dw2-abs-hi-pc.exp: Build tests with "nodebug".
19218
19219 2014-03-27 Yao Qi <yao@codesourcery.com>
19220
19221 * lib/gdb.exp (can_single_step_to_signal_handler): Return zero
19222 if target is nios2-*-*.
19223
19224 2014-03-26 Yao Qi <yao@codesourcery.com>
19225
19226 * lib/gdb.exp (readline_is_used): New proc.
19227 * gdb.base/completion.exp: Move tests on command complete up.
19228 Skip the rest of tests if readline is not used.
19229 * gdb.ada/complete.exp: Skp the test if readline is not
19230 used.
19231 * gdb.base/filesym.exp: Likewise.
19232 * gdb.base/macscp.exp: Likewise.
19233 * gdb.base/readline-ask.exp: Likewise.
19234 * gdb.base/readline.exp: Likewise.
19235 * gdb.python/py-cmd.exp: Likewise.
19236 * gdb.trace/tfile.exp: Likewise.
19237
19238 2014-03-26 Yao Qi <yao@codesourcery.com>
19239
19240 * gdb.base/macscp.exp: Fix code format issues.
19241
19242 2014-03-25 Ulrich Weigand <uweigand@de.ibm.com>
19243
19244 * gdb.asm/asm-source.exp: Handle powerpc64le-* targets.
19245 * gdb.asm/powerpc64le.inc: New file.
19246
19247 2014-03-25 Pedro Alves <palves@redhat.com>
19248 Doug Evans <dje@google.com>
19249
19250 * gdb.base/source-execution.c: New file.
19251 * gdb.base/source-execution.exp: New file.
19252 * gdb.base/source-execution.gdb: New file.
19253
19254 2014-03-24 Doug Evans <dje@google.com>
19255
19256 * gdb.linespec/macro-relative.exp: Mark the test as unsupported if
19257 using fission.
19258
19259 2014-03-24 Hui Zhu <hui@codesourcery.com>
19260 Pedro Alves <palves@redhat.com>
19261
19262 PR breakpoints/16101
19263 * gdb.base/dprintf.exp: Use unsupported rather than changing the
19264 test pass/fail messages. Detect missing support for dprintf when
19265 breakpoints are actually inserted.
19266 * gdb.base/mi-dprintf.exp: Detect missing support for dprintf when
19267 breakpoints are actually inserted.
19268 * lib/mi-support.exp (mi_run_cmd_full): Return -1 if continue
19269 fails.
19270
19271 2014-03-24 Jan Kratochvil <jan.kratochvil@redhat.com>
19272
19273 * gdb.base/gdb-sigterm.exp (do_test): Remove "set debug lin-lwp 1".
19274
19275 2014-03-22 Doug Evans <xdje42@gmail.com>
19276
19277 * gdb.python/python.exp (python not supported): Verify multi-line
19278 python command issues an error.
19279 * gdb.guile/guile.exp (guile not supported): Verify multi-line
19280 guile command issues an error.
19281
19282 2014-03-21 Maciej W. Rozycki <macro@codesourcery.com>
19283
19284 * gdb.threads/thread-specific.exp: Handle the lack of usable
19285 $this_breakpoint and $this_thread.
19286
19287 2014-03-21 Hui Zhu <hui@codesourcery.com>
19288
19289 * gdb.base/attach.exp (do_command_attach_tests): New.
19290
19291 2014-03-20 Tom Tromey <tromey@redhat.com>
19292 Pedro Alves <palves@redhat.com>
19293
19294 PR cli/15718
19295 * gdb.base/condbreak-call-false.c: New file.
19296 * gdb.base/condbreak-call-false.exp: New file.
19297
19298 2014-03-20 Pedro Alves <palves@redhat.com>
19299
19300 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (pid):
19301 Delete.
19302 (block_signals, unblock_signals): Delete.
19303 (child_function_2, main): Remove references to deleted variable
19304 and functions.
19305
19306 2014-03-20 Pedro Alves <palves@redhat.com>
19307
19308 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (main):
19309 Use pthread_kill to signal thread 2.
19310 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
19311 Adjust to make the test send itself a signal rather than using the
19312 host's "kill" command.
19313
19314 2014-03-20 Pedro Alves <palves@redhat.com>
19315
19316 * gdb.threads/multiple-step-overs.c: New file.
19317 * gdb.threads/multiple-step-overs.exp: New file.
19318 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
19319 Adjust expected infrun debug output.
19320
19321 2014-03-20 Pedro Alves <palves@redhat.com>
19322
19323 * gdb.threads/step-over-trips-on-watchpoint.c: New file.
19324 * gdb.threads/step-over-trips-on-watchpoint.exp: New file.
19325
19326 2014-03-20 Pedro Alves <palves@redhat.com>
19327
19328 PR breakpoints/7143
19329 * gdb.base/watchpoint.exp: Mention bugzilla bug number instead of
19330 old gnats gdb/38. Remove kfail. Adjust to use gdb_test instead
19331 of gdb_test_multiple.
19332 * gdb.cp/annota2.exp: Remove kfail for gdb/38.
19333 * gdb.cp/annota3.exp: Remove kfail for gdb/38.
19334
19335 2014-03-20 Pedro Alves <palves@redhat.com>
19336
19337 * gdb.threads/step-over-lands-on-breakpoint.c: New file.
19338 * gdb.threads/step-over-lands-on-breakpoint.exp: New file.
19339
19340 2014-03-19 Pedro Alves <palves@redhat.com>
19341
19342 * gdb.base/async.exp: Remove early return.
19343
19344 2014-03-19 Pedro Alves <palves@redhat.com>
19345
19346 * gdb.base/async.exp (step& tests): Pass explicit test messages.
19347
19348 2014-03-19 Pedro Alves <palves@redhat.com>
19349
19350 * gdb.base/async.exp (test_background): Expect \r\n after
19351 "completed." in the fail pattern.
19352
19353 2014-03-19 Pedro Alves <palves@redhat.com>
19354
19355 * gdb.base/async.exp (test_background): New procedure.
19356 Use it for all background execution command tests.
19357
19358 2014-03-19 Pedro Alves <palves@redhat.com>
19359
19360 * gdb.base/async.exp: Use prepare_for_testing.
19361
19362 2014-03-19 Pedro Alves <palves@redhat.com>
19363
19364 * gdb.base/async.c (foo): Make 'x' volatile. Write to it twice in
19365 the same line.
19366
19367 2014-03-19 Pedro Alves <palves@redhat.com>
19368
19369 * gdb.base/async.c (main): Add "jump here" and "until here" line
19370 marker comments.
19371 * gdb.base/async.exp (jump_here): New global.
19372 (jump& test): Use it.
19373 (until_here): New global.
19374 (until& test): Use it.
19375
19376 2014-03-19 Pedro Alves <palves@redhat.com>
19377
19378 * gdb.base/async.exp: Don't frob gdb_protocol.
19379
19380 2014-03-18 Doug Evans <xdje42@gmail.com>
19381
19382 * gdb.base/async.exp: Whitespace fixes. Turn on target-async.
19383 Fix spelling of exec-done-display.
19384
19385 2014-03-18 Jan Kratochvil <jan.kratochvil@redhat.com>
19386
19387 PR gdb/15358
19388 * gdb.base/gdb-sigterm.c: New file.
19389 * gdb.base/gdb-sigterm.exp: New file.
19390
19391 2014-03-18 Pedro Alves <palves@redhat.com>
19392
19393 PR gdb/13860
19394 * gdb.mi/mi-solib.exp: Remove gdb/13860 kfail.
19395 * lib/mi-support.exp (mi_expect_stop): Add special handling for
19396 solib-event.
19397
19398 2014-03-17 Joel Brobecker <brobecker@adacore.com>
19399
19400 * gdb.ada/pckd_arr_ren: New testcase.
19401
19402 2014-03-13 Doug Evans <xdje42@gmail.com>
19403
19404 PR guile/16612
19405 * gdb.guile/scm-value.ep (test_value_after_death): Do a garbage
19406 collect after discarding symbols.
19407
19408 2014-03-13 Ludovic Courtès <ludo@gnu.org>
19409 Doug Evans <xdje42@gmail.com>
19410
19411 * gdb.guile/scm-value.exp (test_value_in_inferior): Verify value added
19412 to history survives a gc.
19413
19414 2014-03-13 Pedro Alves <palves@redhat.com>
19415
19416 * gdb.base/default.exp: Don't test "target procfs".
19417
19418 2014-03-13 Pedro Alves <palves@redhat.com>
19419
19420 * gdb.base/default.exp: Update "target child" and "target procfs"
19421 tests to not expect "Unix".
19422
19423 2014-03-12 Tom Tromey <tromey@redhat.com>
19424
19425 * gdb.base/corefile.exp (corefile_test_run, corefile_test_attach):
19426 New procs. Add target-async tests.
19427 * gdb.reverse/break-precsave.exp (precsave_tests): New proc.
19428 Add target-async tests.
19429
19430 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
19431
19432 * gdb.dwarf2/dw2-ifort-parameter.c (func): Define labels
19433 'func_start' and 'func_end' for the beginning and end of the
19434 function code, respectively.
19435 * gdb.dwarf2/dw2-ifort-parameter.exp: Use 'func_start' and
19436 'func_end' instead of 'func' and 'main'.
19437
19438 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
19439
19440 * gdb.dwarf2/dw2-ifort-parameter-debug.S: Remove.
19441 * gdb.dwarf2/dw2-ifort-parameter.exp: Use Dwarf::assemble to
19442 generate the debug info assembler source.
19443
19444 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
19445
19446 * gdb.dwarf2/arr-stride.exp: Exploit 'prepare_for_testing'.
19447 * gdb.dwarf2/arr-subrange.exp: Likewise.
19448 * gdb.dwarf2/dwz.exp: Likewise.
19449 * gdb.dwarf2/method-ptr.exp: Likewise.
19450 * gdb.dwarf2/missing-sig-type.exp: Likewise.
19451 * gdb.dwarf2/subrange.exp: Likewise.
19452 * gdb.dwarf2/implptrconst.exp: Exploit 'build_executable'.
19453 * gdb.dwarf2/implptrpiece.exp: Likewise.
19454 * gdb.dwarf2/nostaticblock.exp: Likewise.
19455
19456 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
19457
19458 * lib/gdb.exp (build_executable_from_specs): Don't prepend source
19459 directory to absolute path name arguments.
19460
19461 2014-03-10 Joel Brobecker <brobecker@adacore.com>
19462
19463 * gdb.ada/tagged_access: New testcase.
19464
19465 2014-03-07 Markus Metzger <markus.t.metzger@intel.com>
19466
19467 * gdb.btrace/data.exp: Update expected output.
19468
19469 2014-03-06 Yao Qi <yao@codesourcery.com>
19470
19471 * gdb.trace/pr16508.exp: New file.
19472
19473 2014-03-05 Pedro Alves <palves@redhat.com>
19474
19475 PR gdb/16575
19476 * gdb.base/breakpoint-shadow.exp (compare_disassembly): New
19477 procedure.
19478 (top level): Adjust to use it. Add tests that exercise breakpoint
19479 interaction with the code-cache.
19480
19481 2014-02-26 Ludovic Courtès <ludo@gnu.org>
19482
19483 * gdb.guile/scm-value.exp (test_value_in_inferior): Add
19484 test for 'history-append!'.
19485
19486 2014-02-26 Joel Brobecker <brobecker@adacore.com>
19487
19488 * gdb.dwarf2/dw2-abs-hi-pc-hello-dbg.S: New file.
19489 * gdb.dwarf2/dw2-abs-hi-pc-hello.c: New file.
19490 * gdb.dwarf2/dw2-abs-hi-pc-world-dbg.S: New file.
19491 * gdb.dwarf2/dw2-abs-hi-pc-world.c: New file.
19492 * gdb.dwarf2/dw2-abs-hi-pc.c: New file.
19493 * gdb.dwarf2/dw2-abs-hi-pc.exp: New file.
19494
19495 2014-02-26 Joel Brobecker <brobecker@adacore.com>
19496
19497 * testsuite/gdb.python/py-pp-re-notag.c: New file.
19498 * testsuite/gdb.python/py-pp-re-notag.ex: New file.
19499 * testsuite/gdb.python/py-pp-re-notag.p: New file.
19500
19501 2014-02-26 Joel Brobecker <brobecker@adacore.com>
19502
19503 * gdb.dwarf2/arr-subrange.c, gdb.dwarf2/arr-subrange.exp: New files.
19504
19505 2014-02-26 Joel Brobecker <brobecker@adacore.com>
19506
19507 * gdb.dwarf2/arr-stride.c: New file.
19508 * gdb.dwarf2/arr-stride.exp: New file.
19509
19510 2014-02-26 Pedro Alves <palves@redhat.com>
19511
19512 * gdb.ada/tasks.exp: Set a task-specific breakpoint at break_me
19513 that won't ever trigger. Make sure that GDB reports the correct
19514 breakpoint that caused the stop.
19515
19516 2014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
19517
19518 PR gdb/16626
19519 * gdb.base/auto-load-script: New file.
19520 * gdb.base/auto-load.c: New file.
19521 * gdb.base/auto-load.exp: New file.
19522
19523 PR gdb/16626
19524 * gdb.base/auto-load.exp: Fix out-of-srctree run.
19525
19526 2014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
19527
19528 Fix dw2-icycle.exp -fsanitize=address GDB crash.
19529 * gdb.dwarf2/dw2-icycle.S: Remove all DW_AT_sibling.
19530
19531 2014-02-24 Doug Evans <dje@google.com>
19532
19533 * lib/gdb.exp (run_on_host): Log error output if program fails.
19534
19535 2014-02-21 Pedro Alves <palves@redhat.com>
19536
19537 * gdb.threads/step-after-sr-lock.c: Rename to ...
19538 * gdb.threads/signal-while-stepping-over-bp-other-thread.c: ... this.
19539 * gdb.threads/step-after-sr-lock.exp: Rename to ...
19540 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
19541 ... this.
19542
19543 2014-02-20 Sergio Durigan Junior <sergiodj@redhat.com>
19544
19545 PR tdep/16397
19546 * gdb.arch/amd64-stap-special-operands.exp: New file.
19547 * gdb.arch/amd64-stap-three-arg-disp.S: Likewise.
19548 * gdb.arch/amd64-stap-three-arg-disp.c: Likewise.
19549 * gdb.arch/amd64-stap-triplet.S: Likewise.
19550 * gdb.arch/amd64-stap-triplet.c: Likewise.
19551
19552 2014-02-20 Joel Brobecker <brobecker@adacore.com>
19553
19554 * gdb.dwarf2/dw2-icycle.S: Remove second and third parameters
19555 in .section pseudo-op.
19556
19557 2014-02-20 lin zuojian <manjian2006@gmail.com>
19558 Joel Brobecker <brobecker@adacore.com>
19559 Doug Evans <xdje42@gmail.com>
19560
19561 PR symtab/16581
19562 * gdb.dwarf2/dw2-icycle.S: New file.
19563 * gdb.dwarf2/dw2-icycle.c: New file.
19564 * gdb.dwarf2/dw2-icycle.exp: New file.
19565
19566 2014-02-19 Siva Chandra Reddy <sivachandra@google.com>
19567
19568 * gdb.python/py-value-cc.cc: Improve test case to enable testing
19569 operations on gdb.Value objects.
19570 * gdb.python/py-value-cc.exp: Add new test to test operations on
19571 gdb.Value objects.
19572
19573 2014-02-18 Doug Evans <dje@google.com>
19574
19575 * Makefile.in (TESTS): New variable.
19576 (expanded_tests, expanded_tests_or_none): New variables
19577 (check-single): Pass $(expanded_tests_or_none) to runtest.
19578 (check-parallel): Only run tests in $(TESTS) if non-empty.
19579 (check/no-matching-tests-found): New rule.
19580 * README: Document TESTS makefile variable.
19581
19582 2014-02-18 Doug Evans <dje@google.com>
19583
19584 * Makefile.in (check-parallel): rm -rf outputs temp.
19585
19586 2014-02-16 Jan Kratochvil <jan.kratochvil@redhat.com>
19587
19588 Fix "ERROR: no fileid for" in the testsuite.
19589 * lib/gdb.exp (gdb_finish): Check gdb_spawn_id.
19590
19591 2014-02-12 Doug Evans <dje@google.com>
19592
19593 * gdb.dwarf2/Makefile.in (EXECUTABLES): Add dwp-symlink.
19594 (MISCELLANEOUS): New variable.
19595 (clean): rm -rf $(MISCELLANEOUS).
19596 * gdb.dwarf2/dwp-symlink.exp: Test the case where the executable and
19597 dwp live in the same directory as symlinks, with each symlink pointed
19598 to a differently named file in a different directory.
19599
19600 2014-02-11 Doug Evans <dje@google.com>
19601
19602 * gdb.dwarf2/dwp-symlink.exp: Rewrite to use remote_* commands instead
19603 of Tcl file commands.
19604
19605 2014-02-10 Mark Kettenis <kettenis@gnu.org>
19606
19607 * gdb.threads/step-after-sr-lock.exp: Avoid executing
19608 "kill -SIGUSR1 -1".
19609
19610 2014-02-10 Joel Brobecker <brobecker@adacore.com>
19611
19612 * gdb.ada/tick_length_array_enum_idx: New testcase.
19613
19614 2014-02-10 Doug Evans <xdje42@gmail.com>
19615
19616 * configure.ac (AC_OUTPUT): Add gdb.guile.
19617 * configure: Regenerate.
19618 * lib/gdb-guile.exp: New file.
19619 * lib/gdb.exp (get_target_charset): New function.
19620 * gdb.base/help.exp: Update expected output from "apropos apropos".
19621 * gdb.guile/Makefile.in: New file.
19622 * gdb.guile/guile.exp: New file.
19623 * gdb.guile/scm-arch.c: New file.
19624 * gdb.guile/scm-arch.exp: New file.
19625 * gdb.guile/scm-block.c: New file.
19626 * gdb.guile/scm-block.exp: New file.
19627 * gdb.guile/scm-breakpoint.c: New file.
19628 * gdb.guile/scm-breakpoint.exp: New file.
19629 * gdb.guile/scm-disasm.c: New file.
19630 * gdb.guile/scm-disasm.exp: New file.
19631 * gdb.guile/scm-equal.c: New file.
19632 * gdb.guile/scm-equal.exp: New file.
19633 * gdb.guile/scm-error.exp: New file.
19634 * gdb.guile/scm-error.scm: New file.
19635 * gdb.guile/scm-frame-args.c: New file.
19636 * gdb.guile/scm-frame-args.exp: New file.
19637 * gdb.guile/scm-frame-args.scm: New file.
19638 * gdb.guile/scm-frame-inline.c: New file.
19639 * gdb.guile/scm-frame-inline.exp: New file.
19640 * gdb.guile/scm-frame.c: New file.
19641 * gdb.guile/scm-frame.exp: New file.
19642 * gdb.guile/scm-generics.exp: New file.
19643 * gdb.guile/scm-gsmob.exp: New file.
19644 * gdb.guile/scm-iterator.c: New file.
19645 * gdb.guile/scm-iterator.exp: New file.
19646 * gdb.guile/scm-math.c: New file.
19647 * gdb.guile/scm-math.exp: New file.
19648 * gdb.guile/scm-objfile-script-gdb.in: New file.
19649 * gdb.guile/scm-objfile-script.c: New file.
19650 * gdb.guile/scm-objfile-script.exp: New file.
19651 * gdb.guile/scm-objfile.c: New file.
19652 * gdb.guile/scm-objfile.exp: New file.
19653 * gdb.guile/scm-ports.exp: New file.
19654 * gdb.guile/scm-pretty-print.c: New file.
19655 * gdb.guile/scm-pretty-print.exp: New file.
19656 * gdb.guile/scm-pretty-print.scm: New file.
19657 * gdb.guile/scm-section-script.c: New file.
19658 * gdb.guile/scm-section-script.exp: New file.
19659 * gdb.guile/scm-section-script.scm: New file.
19660 * gdb.guile/scm-symbol.c: New file.
19661 * gdb.guile/scm-symbol.exp: New file.
19662 * gdb.guile/scm-symtab-2.c: New file.
19663 * gdb.guile/scm-symtab.c: New file.
19664 * gdb.guile/scm-symtab.exp: New file.
19665 * gdb.guile/scm-type.c: New file.
19666 * gdb.guile/scm-type.exp: New file.
19667 * gdb.guile/scm-value-cc.cc: New file.
19668 * gdb.guile/scm-value-cc.exp: New file.
19669 * gdb.guile/scm-value.c: New file.
19670 * gdb.guile/scm-value.exp: New file.
19671 * gdb.guile/source2.scm: New file.
19672 * gdb.guile/types-module.cc: New file.
19673 * gdb.guile/types-module.exp: New file.
19674
19675 2014-02-10 Yao Qi <yao@codesourcery.com>
19676
19677 PR testsuite/16543
19678 * configure.ac: Append gdb.gdb/Makefile in AC_OUTPUT.
19679 * configure: Regenerated.
19680 * Makefile.in: New file.
19681
19682 2014-02-08 Andreas Schwab <schwab@linux-m68k.org>
19683
19684 * gdb.python/py-framefilter.exp: Fix typo.
19685
19686 2014-02-08 Yao Qi <yao@codesourcery.com>
19687
19688 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Test
19689 that no =breakpoint-modified is emitted when breakpoints are
19690 modified through MI commands.
19691
19692 2014-02-07 Pedro Alves <pedro@codesourcery.com>
19693 Pedro Alves <palves@redhat.com>
19694
19695 * gdb.threads/step-after-sr-lock.c: New file.
19696 * gdb.threads/step-after-sr-lock.exp: New file.
19697
19698 2014-02-07 Pedro Alves <palves@redhat.com>
19699
19700 * gdb.threads/stepi-random-signal.exp: Set SIGCHLD to print.
19701
19702 2014-02-06 Jan Kratochvil <jan.kratochvil@redhat.com>
19703
19704 Fix i386-sse-stack-align.exp regression since GDB_PARALLEL.
19705 * gdb.arch/i386-sse-stack-align.exp: Use standard_output_file.
19706
19707 2014-02-06 Doug Evans <xdje42@gmail.com>
19708
19709 * gdb.python/py-breakpoint.exp (test_bkpt_eval_funcs): Update expected
19710 output.
19711
19712 * gdb.gdb/python-interrupts.exp: New file.
19713
19714 2014-02-05 Yao Qi <yao@codesourcery.com>
19715
19716 * gdb.trace/report.exp (use_collected_data): Test the output
19717 of "info threads" and "info inferiors".
19718
19719 2014-02-05 Yao Qi <yao@codesourcery.com>
19720
19721 Revert this patch:
19722
19723 2013-05-24 Yao Qi <yao@codesourcery.com>
19724
19725 * gdb.trace/tfile.exp: Test inferior and thread.
19726
19727 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
19728
19729 * gdb.base/sigbpt.exp: Do not use "*" when setting breakpoint
19730 on a function.
19731 * gdb.base/step-bt.c: Call hello via function pointer to make
19732 sure its first instruction is executed on powerpc64le-linux.
19733
19734 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
19735
19736 * gdb.arch/powerpc-d128-regs.exp: Enable on powerpc64*-*.
19737
19738 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
19739
19740 * gdb.arch/vsx-regs.exp: Check target endianness. Provide variants
19741 of the test patterns for use on little-endian systems.
19742
19743 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
19744
19745 * gdb.arch/altivec-regs.exp: Use gdb_test_multiple for endian test.
19746 (decimal_vector): Fix for little-endian.
19747
19748 2014-01-29 Jose E. Marchesi <jose.marchesi@oracle.com>
19749
19750 * gdb.arch/sparc-sysstep.exp: New file.
19751 * gdb.arch/sparc-sysstep.c: Likewise.
19752
19753 * gdb.arch/Makefile.in (EXECUTABLES): Add sparc-sysstep.
19754
19755 2014-01-28 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
19756
19757 * gdb.base/info-shared.exp: Expect leading `.' on ppc64's symbols.
19758
19759 2014-01-23 Tom Tromey <tromey@redhat.com>
19760
19761 * gdb.ada/array_char_idx: New testcase.
19762
19763 2014-01-23 Tom Tromey <tromey@redhat.com>
19764
19765 PR python/16487:
19766 * gdb.python/py-framefilter.exp: Add test using "Error" filter.
19767 * gdb.python/py-framefilter.py (ErrorInName, ErrorFilter): New
19768 classes.
19769
19770 2014-01-23 Tom Tromey <tromey@redhat.com>
19771
19772 PR python/16491:
19773 * gdb.python/py-framefilter.py (Reverse_Function.function): Read a
19774 string from an inferior frame.
19775 * gdb.python/py-framefilter-mi.exp: Update.
19776
19777 2014-01-22 Doug Evans <dje@google.com>
19778
19779 * gdb.server/server-mon.exp: Add tests for "set debug-format".
19780
19781 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
19782
19783 * gdb.base/catch-syscall.exp: Activate test on s390*-linux.
19784
19785 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
19786
19787 * gdb.trace/entry-values.exp: Remove excess space character from
19788 regex patterns. Handle s390 call instruction.
19789
19790 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
19791
19792 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Insert alignment and
19793 define "*_start" label. Make "name" static.
19794 * gdb.dwarf2/dw2-dir-file-name.exp: Replace references to
19795 ${name} by references to ${name}_start.
19796
19797 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
19798
19799 * gdb.base/info-macros.exp: Remove "debug" from the compile
19800 options.
19801
19802 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
19803
19804 * gdb.dlang/demangle.exp: New file.
19805
19806 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
19807
19808 * gdb.dlang/primitive-types.exp: New file.
19809
19810 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
19811
19812 * configure.ac: Create gdb.dlang/Makefile.
19813 * configure: Regenerate.
19814 * Makefile.in (ALL_SUBDIRS): Add gdb.dlang.
19815 * gdb.dlang/Makefile.in: New file.
19816 * lib/d-support.exp: New file.
19817 * lib/gdb.exp (skip_d_tests): New proc.
19818
19819 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
19820
19821 * gdb.btrace/delta.exp: Check reverse stepi.
19822 * gdb.btrace/tailcall.exp: Update. Add stepping tests.
19823 * gdb.btrace/finish.exp: New.
19824 * gdb.btrace/next.exp: New.
19825 * gdb.btrace/nexti.exp: New.
19826 * gdb.btrace/record_goto.c: Add comments.
19827 * gdb.btrace/step.exp: New.
19828 * gdb.btrace/stepi.exp: New.
19829 * gdb.btrace/multi-thread-step.c: New.
19830 * gdb.btrace/multi-thread-step.exp: New.
19831 * gdb.btrace/rn-dl-bind.c: New.
19832 * gdb.btrace/rn-dl-bind.exp: New.
19833 * gdb.btrace/data.c: New.
19834 * gdb.btrace/data.exp: New.
19835 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
19836
19837 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
19838
19839 * gdb.btrace/Makefile.in (EXECUTABLES): Add delta.
19840 * gdb.btrace/exception.exp: Update.
19841 * gdb.btrace/instruction_history.exp: Update.
19842 * gdb.btrace/record_goto.exp: Update.
19843 * gdb.btrace/tailcall.exp: Update.
19844 * gdb.btrace/unknown_functions.exp: Update.
19845 * gdb.btrace/delta.exp: New.
19846
19847 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
19848
19849 * gdb.btrace/record_goto.exp: Add backtrace test.
19850 * gdb.btrace/tailcall.exp: Add backtrace test.
19851
19852 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
19853
19854 * gdb.btrace/Makefile.in (EXECUTABLES): Add record_goto.
19855 * gdb.btrace/record_goto.c: New.
19856 * gdb.btrace/record_goto.exp: New.
19857 * gdb.btrace/x86-record_goto.S: New.
19858
19859 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
19860
19861 * gdb.btrace/function_call_history.exp: Update tests.
19862 * gdb.btrace/instruction_history.exp: Update tests.
19863
19864 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
19865
19866 * gdb.btrace/function_call_history.exp: Fix expected field
19867 order for "record function-call-history".
19868 Add new tests for "record function-call-history /c".
19869 * gdb.btrace/exception.cc: New.
19870 * gdb.btrace/exception.exp: New.
19871 * gdb.btrace/tailcall.exp: New.
19872 * gdb.btrace/x86-tailcall.S: New.
19873 * gdb.btrace/x86-tailcall.c: New.
19874 * gdb.btrace/unknown_functions.c: New.
19875 * gdb.btrace/unknown_functions.exp: New.
19876 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
19877
19878 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
19879
19880 * gdb.btrace/instruction_history.exp: Update.
19881 * gdb.btrace/function_call_history.exp: Update.
19882
19883 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
19884
19885 * gdb.btrace/function_call_history.exp: Fix expected function
19886 trace.
19887 * gdb.btrace/instruction_history.exp: Initialize traced.
19888 Remove traced_functions.
19889
19890 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
19891
19892 * gdb.btrace/function_call_history.exp: Update
19893 * gdb.btrace/instruction_history.exp: Update.
19894
19895 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
19896
19897 * gdb.btrace/enable.exp: Update expected text.
19898
19899 2014-01-16 Omair Javaid <Omair.Javaid@linaro.org>
19900
19901 * gdb.dwarf2/dw2-dos-drive.S: Increase text section size to 4
19902 bytes.
19903
19904 2014-01-15 Maciej W. Rozycki <macro@codesourcery.com>
19905
19906 * gdb.base/float.exp: Handle "aarch64*-*-*" targets.
19907
19908 2014-01-15 Omair Javaid <omair.javaid@linaro.org>
19909
19910 * lib/gdb.exp (supports_process_record): Return true for
19911 arm*-linux*. (supports_reverse): Likewise.
19912
19913 2014-01-13 Siva Chandra Reddy <sivachandra@google.com>
19914
19915 PR python/15464
19916 PR python/16113
19917 * gdb.python/py-type.c: Enhance test case.
19918 * gdb.python/py-value-cc.cc: Likewise
19919 * gdb.python/py-type.exp: Add new tests.
19920 * gdb.python/py-value-cc.exp: Likewise
19921
19922 2014-01-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
19923 Pedro Alves <palves@redhat.com>
19924
19925 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Remove "*_start" symbol.
19926 Make "name" extern.
19927 * gdb.dwarf2/dw2-dir-file-name.exp (out_cu, out_line): Replace
19928 references to ${name}_start by references to ${name}.
19929
19930 2014-01-10 Joel Brobecker <brobecker@adacore.com>
19931
19932 * gdb.ada/pp-rec-component.exp: Remove path from "source" test.
19933
19934 2014-01-10 Joel Brobecker <brobecker@adacore.com>
19935
19936 * gdb.python/py-pp-integral.exp: Remove path from "source" test.
19937
19938 2014-01-09 Maciej W. Rozycki <macro@codesourcery.com>
19939 Pedro Alves <palves@redhat.com>
19940
19941 * gdb.mi/mi-info-os.exp: Connect to the target with
19942 mi_gdb_target_load.
19943
19944 2014-01-08 Pedro Alves <palves@redhat.com>
19945
19946 * gdb.threads/reconnect-signal.c: New file.
19947 * gdb.threads/reconnect-signal.exp: New file.
19948
19949 2014-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
19950
19951 * gdb.base/source-dir.exp: New file.
19952
19953 2014-01-07 Joel Brobecker <brobecker@adacore.com>
19954
19955 * gdb.ada/mi_interface: New testcase.
19956
19957 2014-01-07 Joel Brobecker <brobecker@adacore.com>
19958
19959 * gdb.ada/pp-rec-component.exp, gdb.ada/pp-rec-component.py,
19960 gdb.ada/pp-rec-component/foo.adb, gdb.ada/pp-rec-component/pck.adb,
19961 gdb.ada/pp-rec-component/pck.ads: New files.
19962
19963 2014-01-07 Joel Brobecker <brobecker@adacore.com>
19964
19965 * gdb.python/py-pp-integral.c: New file.
19966 * gdb.python/py-pp-integral.py: New file.
19967 * gdb.python/py-pp-integral.exp: New file.
19968
19969 For older changes see ChangeLog-1993-2013.
19970 \f
19971 ;; Local Variables:
19972 ;; mode: change-log
19973 ;; left-margin: 8
19974 ;; fill-column: 74
19975 ;; version-control: never
19976 ;; End:
19977
19978 Copyright 2014-2020 Free Software Foundation, Inc.
19979 Copying and distribution of this file, with or without modification,
19980 are permitted provided the copyright notice and this notice are preserved.