ec6878fdb9570f78ed51b4a8ee6bfaf0b3feac05
[deliverable/binutils-gdb.git] / gdb / testsuite / ChangeLog
1 2020-06-02 Tom de Vries <tdevries@suse.de>
2
3 * gdb.dwarf2/multidictionary.exp: Don't use
4 gdb_spawn_with_cmdline_opts.
5
6 2020-06-01 Andrew Burgess <andrew.burgess@embecosm.com>
7
8 * gdb.cp/step-and-next-inline.exp (do_test): Skip all tests in the
9 use_header case.
10 * gdb.dwarf2/dw2-inline-header-1.exp: New file.
11 * gdb.dwarf2/dw2-inline-header-2.exp: New file.
12 * gdb.dwarf2/dw2-inline-header-3.exp: New file.
13 * gdb.dwarf2/dw2-inline-header-lbls.c: New file.
14 * gdb.dwarf2/dw2-inline-header.c: New file.
15 * gdb.dwarf2/dw2-inline-header.h: New file.
16
17 2020-05-30 Pedro Alves <palves@redhat.com>
18
19 * gdb.linespec/cp-replace-typedefs-ns-template.cc: New.
20 * gdb.linespec/cp-replace-typedefs-ns-template.exp: New.
21
22 2020-05-29 Gary Benson <gbenson@redhat.com>
23
24 * gdb.compile/compile-cplus.exp (additional_flags): Also
25 set when building with clang.
26 (additional_flags, srcfilesoptions): Pass -Wno-deprecated
27 when building with clang.
28
29 2020-05-29 Gary Benson <gbenson@redhat.com>
30
31 * gdb.arch/i386-avx.exp (additional_flags): Also set when
32 building with clang.
33 * gdb.arch/i386-sse.exp (additional_flags): Likewise.
34
35 2020-05-29 Gary Benson <gbenson@redhat.com>
36
37 * gdb.cp/koenig.exp (prepare_for_testing): Add
38 additional_flags=-Wno-unused-comparison.
39 * gdb.cp/operator.exp (prepare_for_testing): Likewise.
40
41 2020-05-28 Gary Benson <gbenson@redhat.com>
42
43 * gdb.base/sigaltstack.c (catcher): Add default case to switch
44 statement.
45
46 2020-05-28 Gary Benson <gbenson@redhat.com>
47
48 * gdb.cp/classes.exp (prepare_for_testing): Add
49 additional_flags=-Wno-deprecated-register.
50 * gdb.cp/inherit.exp (prepare_for_testing): Likewise.
51 * gdb.cp/misc.exp: Likewise.
52
53 2020-05-28 Gary Benson <gbenson@redhat.com>
54
55 * gdb.linespec/cpls-ops.cc (dummy): New static global.
56 (test_op_new::operator new): Add return statement.
57 (test_op_new_array::operator new[]): Likewise.
58
59 2020-05-27 Pedro Alves <palves@redhat.com>
60
61 * gdb.linespec/cp-completion-aliases.exp: Remove readline_is_used
62 check. Use test_gdb_complete_unique instead of
63 test_gdb_complete_tab_unique + test_gdb_complete_cmd_unique. Use
64 test_gdb_complete_multiple instead of
65 test_gdb_complete_tab_multiple + test_gdb_complete_cmd_multiple.
66
67 2020-05-27 Luis Machado <luis.machado@linaro.org>
68
69 * gdb.arch/aarch64-sighandler-regs.exp: Fix duplicated test names.
70 * gdb.arch/aarch64-tagged-pointer.exp: Likewise.
71 * gdb.arch/arm-disassembler-options.exp: Likewise.
72 * gdb.arch/arm-disp-step.exp: Likewise.
73 * gdb.arch/thumb-prologue.exp: Likewise.
74 * gdb.base/async.exp: Likewise.
75 * gdb.base/auxv.exp: Likewise.
76 * gdb.base/complex-parts.exp: Likewise.
77 * gdb.base/ena-dis-br.exp: Likewise.
78 * gdb.base/foll-exec.exp: Likewise.
79 * gdb.base/permissions.exp: Likewise.
80 * gdb.base/relocate.exp: Likewise.
81 * gdb.base/return2.exp: Likewise.
82 * gdb.base/sigbpt.exp: Likewise.
83 * gdb.base/siginfo-obj.exp: Likewise.
84 * gdb.cp/converts.exp: Likewise.
85 * gdb.cp/exceptprint.exp: Likewise.
86 * gdb.cp/inherit.exp: Likewise.
87 * gdb.cp/nsnoimports.exp: Likewise.
88 * gdb.cp/virtbase2.exp: Likewise.
89 * gdb.mi/mi-var-cmd.exp: Likewise.
90 * gdb.mi/var-cmd.c: Likewise.
91
92 2020-05-26 Tom Tromey <tromey@adacore.com>
93
94 * gdb.ada/arr_acc_idx_w_gap.exp: Add tests.
95
96 2020-05-26 Tom Tromey <tromey@adacore.com>
97
98 * gdb.ada/arr_acc_idx_w_gap.exp: Add enum subrange tests.
99 * gdb.ada/arr_acc_idx_w_gap/enum_with_gap.ads (Enum_Subrange): New
100 type.
101 * gdb.ada/arr_acc_idx_w_gap/enum_with_gap_main.adb (V): New
102 variable.
103
104 2020-05-26 Christian Biesinger <cbiesinger@google.com>
105
106 * Makefile.in: Use = instead of == for the test command
107 for portability.
108
109 2020-05-26 Tom de Vries <tdevries@suse.de>
110
111 * gdb.base/gold-gdb-index-2.c: New test.
112 * gdb.base/gold-gdb-index.c: New test.
113 * gdb.base/gold-gdb-index.exp: New file.
114 * gdb.base/gold-gdb-index.h: New test.
115
116 2020-05-25 Tom de Vries <tdevries@suse.de>
117
118 * boards/gold-gdb-index.exp: New file.
119
120 2020-05-25 Simon Marchi <simon.marchi@efficios.com>
121
122 * boards/simavr.exp: New file.
123
124 2020-05-25 Simon Marchi <simon.marchi@efficios.com>
125
126 * lib/gdb.exp (gdb_run_cmd): Return success or failure.
127 * gdb.base/inferior-args.exp: New file.
128 * gdb.base/inferior-args.c: New file.
129
130 2020-05-25 Simon Marchi <simon.marchi@efficios.com>
131
132 * lib/gdb.exp (gdb_run_cmd): Change argument from args to
133 inferior_args. Pass it to gdb_reload.
134 (gdb_start_cmd, gdb_starti_cmd): Change argument from args to
135 inferior_args.
136 (gdb_reload): Add inferior_args argument.
137 * config/gdbserver.exp (gdb_reload): Add inferior_args argument,
138 pass it to gdbserver_run.
139 * boards/native-gdbserver.exp: Do not set noargs.
140 * boards/native-extended-gdbserver.exp (gdb_reload): Add
141 inferior_args argument.
142 * boards/stdio-gdbserver-base.exp (gdb_reload): Likewise.
143 * gdb.base/a2-run.exp: Check for use_gdb_stub.
144 * gdb.base/args.exp: Likewise.
145
146 2020-05-25 Tom de Vries <tdevries@suse.de>
147
148 * lib/gdb.exp (exec_is_pie): Add comment.
149
150 2020-05-25 Tom de Vries <tdevries@suse.de>
151
152 * lib/jit-elf-helpers.exp (compile_and_download_n_jit_so): Use $f
153 instead of $binfile in the untested message.
154
155 2020-05-25 Tom de Vries <tdevries@suse.de>
156
157 PR testsuite/26031
158 * lib/gdb.exp (exec_is_pie): Test readelf -h output.
159
160 2020-05-25 Tom de Vries <tdevries@suse.de>
161
162 * boards/gold.exp: New file.
163
164 2020-05-23 Tom Tromey <tom@tromey.com>
165
166 * gdb.base/style.exp: Remove completion styling test.
167 * lib/gdb-utils.exp (style): Remove completion styles.
168
169 2020-05-23 Tom Tromey <tom@tromey.com>
170
171 * gdb.base/style.exp: Add completion styling test.
172 * lib/gdb-utils.exp (style): Add completion styles.
173
174 2020-05-22 Andrew Burgess <andrew.burgess@embecosm.com>
175
176 * gdb.base/annota1.exp: Update expected results.
177 * gdb.cp/annota2.exp: Update expected results, remove duplicate
178 test name.
179 * gdb.cp/annota3.exp: Update expected results.
180
181 2020-05-20 Simon Marchi <simon.marchi@efficios.com>
182
183 PR gdb/26016
184 * gdb.base/coredump-filter.c (do_mmap): Check mmap ret val
185 against MAP_FAILED.
186 * gdb.base/coremaker.c (mmapdata): Likewise.
187 * gdb.base/jit-reader-host.c (main): Likewise.
188 * gdb.base/sym-file-loader.c (load): Likewise.
189 (load_shlib): Likewise.
190
191 2020-05-20 Tom Tromey <tromey@adacore.com>
192
193 * gdb.ada/array_char_idx.exp: Recognize initialized array.
194
195 2020-05-20 Tom de Vries <tdevries@suse.de>
196
197 PR symtab/25833
198 * gdb.base/with-mf-inc.c: New test.
199 * gdb.base/with-mf-main.c: New test.
200 * gdb.base/with-mf.exp: New file.
201
202 2020-05-19 Tom Tromey <tromey@adacore.com>
203
204 * gdb.rust/simple.exp: Restore missing test result.
205
206 2020-05-19 Tom de Vries <tdevries@suse.de>
207
208 * gdb.base/gdb-caching-proc.exp: Fix typo.
209
210 2020-05-19 Tom Tromey <tromey@adacore.com>
211
212 * gdb.rust/simple.exp: Add some test descriptions.
213 (test_one_slice): Use with_test_prefix.
214
215 2020-05-18 Tom de Vries <tdevries@suse.de>
216
217 * gdb.base/gdb-caching-proc.exp: Use with_test_prefix.
218
219 2020-05-17 Pedro Alves <palves@redhat.com>
220
221 PR gdb/25741
222 * gdb.base/hw-sw-break-same-address.exp: New file.
223
224 2020-05-16 Pedro Alves <palves@redhat.com>
225
226 * gdb.multi/multi-re-run.exp (test_re_run): Switch
227 LAST_LOADED_FILE accordingly.
228
229 2020-05-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
230
231 * gdb.base/alias.exp: Verify 'help aliases' shows user defined aliases.
232
233 2020-05-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
234
235 * gdb.base/help.exp: Test apropos and help for commands
236 having aliases. Fixed comments not starting with an
237 upper-case letter or not finishing with a dot.
238
239 2020-05-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
240
241 * gdb.base/alias.exp: Update help output check.
242
243 2020-05-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
244
245 * gdb.base/default.exp: Update output following fixes.
246
247 2020-05-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
248
249 * gdb.base/alias.exp: Test aliases starting with a prefix of
250 another alias.
251
252 2020-05-15 Gary Benson <gbenson@redhat.com>
253
254 * gdb.base/info-os.c (main): Add return statement.
255 * gdb.base/info_minsym.c (minsym_fun): Likewise.
256 * gdb.base/large-frame-2.c (func): Likewise.
257 * gdb.base/pr10179-a.c (foo1, bar1): Likewise.
258 * gdb.base/pr10179-b.c (foo2): Likewise.
259 * gdb.base/valgrind-disp-step.c (foo): Likewise.
260 * gdb.base/watch-cond.c (func): Likewise.
261 * gdb.multi/goodbye.c (verylongfun): Likewise.
262 * gdb.multi/hello.c (commonfun): Likewise.
263 * gdb.python/py-finish-breakpoint.c (call_longjmp): Likewise.
264 * gdb.threads/fork-plus-threads.c (thread_func): Likewise.
265 * gdb.threads/forking-threads-plus-breakpoint.c (thread_forks):
266 Likewise.
267 * gdb.threads/hand-call-new-thread.c (foo): Likewise.
268 * gdb.threads/interrupt-while-step-over.c (child_function):
269 Likewise.
270 * gdb.trace/actions-changed.c (end): Likewise.
271
272 2020-05-15 Gary Benson <gbenson@redhat.com>
273
274 * gdb.opencl/callfuncs.exp: Report when test skipped.
275 * gdb.opencl/convs_casts.exp: Likewise.
276 * gdb.opencl/datatypes.exp: Likewise.
277 * gdb.opencl/operators.exp: Likewise.
278 * gdb.opencl/vec_comps.exp: Likewise.
279
280 2020-05-15 Tom de Vries <tdevries@suse.de>
281
282 * gdb.base/align.exp.in: Rename to ...
283 * gdb.base/align.exp.tcl: ... this.
284 * gdb.base/align-c++.exp: Update.
285 * gdb.base/align-c.exp: Update.
286 * gdb.base/all-architectures.exp.in: Rename to ...
287 * gdb.base/all-architectures.exp: ... this.
288 * gdb.base/all-architectures-0.exp: Update.
289 * gdb.base/all-architectures-1.exp: Update.
290 * gdb.base/all-architectures-2.exp: Update.
291 * gdb.base/all-architectures-3.exp: Update.
292 * gdb.base/all-architectures-4.exp: Update.
293 * gdb.base/all-architectures-5.exp: Update.
294 * gdb.base/all-architectures-6.exp: Update.
295 * gdb.base/all-architectures-7.exp: Update.
296 * gdb.base/infcall-nested-structs.exp.in: Rename to ...
297 * gdb.base/infcall-nested-structs.exp.tcl: ... this.
298 * gdb.base/infcall-nested-structs-c++.exp: Update.
299 * gdb.base/infcall-nested-structs-c.exp: Update.
300 * gdb.base/info-types.exp.in: Rename to ...
301 * gdb.base/info-types.exp.tcl: ... this.
302 * gdb.base/info-types-c++.exp: Update.
303 * gdb.base/info-types-c.exp: Update.
304 * gdb.base/max-depth.exp.in: Rename to ...
305 * gdb.base/max-depth.exp.tcl: ... this.
306 * gdb.base/max-depth-c++.exp: Update.
307 * gdb.base/max-depth-c.exp: Update.
308 * gdb.cp/cpexprs.exp.in: Rename to ...
309 * gdb.cp/cpexprs.exp.tcl: ... this.
310 * gdb.cp/cpexprs-debug-types.exp: Update.
311 * gdb.cp/cpexprs.exp: Update.
312 * gdb.cp/infcall-nodebug.exp.in: Rename to ...
313 * gdb.cp/infcall-nodebug.exp.tcl: ... this.
314 * gdb.cp/infcall-nodebug-c++-d0.exp: Update.
315 * gdb.cp/infcall-nodebug-c++-d1.exp: Update.
316 * gdb.cp/infcall-nodebug-c-d0.exp: Update.
317 * gdb.cp/infcall-nodebug-c-d1.exp: Update.
318 * gdb.dwarf2/clang-debug-names.exp.in: Rename to ...
319 * gdb.dwarf2/clang-debug-names.exp.tcl: ... this.
320 * gdb.dwarf2/clang-debug-names-2.exp: Update.
321 * gdb.dwarf2/clang-debug-names.exp: Update.
322
323 2020-05-15 Andrew Burgess <andrew.burgess@embecosm.com>
324
325 * lib/check-test-names.exp: Remove code that prevents this file
326 loading when tests are run in parallel.
327
328 2020-05-15 Pedro Alves <palves@redhat.com>
329
330 * gdb.multi/multi-kill.exp (start_inferior): Remove
331 'testpid' parameter. Refer to namespace variable directly.
332 (testpid): Declare as namespace variable.
333
334 2020-05-15 Pedro Alves <palves@redhat.com>
335
336 * gdb.multi/multi-kill.exp: Wrap in namespace.
337 (start_inferior): Add TESTPID parameter. Use it instead of the
338 testpid global.
339 (top level): Define empty TESTPID array, and pass it down to
340 start_inferior.
341
342 2020-05-14 Tom de Vries <tdevries@suse.de>
343
344 * gdb.fortran/nested-funcs-2.exp: Use gdb_test_stdio to test inferior
345 output.
346
347 2020-05-14 Tom de Vries <tdevries@suse.de>
348
349 * gdb.base/align.exp: Split into ...
350 * gdb.base/align.exp.in: ...
351 * gdb.base/align-c++.exp: ...
352 * gdb.base/align-c.exp: ... these.
353 * gdb.base/infcall-nested-structs.exp: Split into ...
354 * gdb.base/infcall-nested-structs.exp.in: ...
355 * gdb.base/infcall-nested-structs-c++.exp: ...
356 * gdb.base/infcall-nested-structs-c.exp: ... these.
357 * gdb.base/info-types.exp: Split into ...
358 * gdb.base/info-types.exp.in: ...
359 * gdb.base/info-types-c++.exp: ...
360 * gdb.base/info-types-c.exp: ... these.
361 * gdb.base/max-depth.exp: Split into ...
362 * gdb.base/max-depth.exp.in: ...
363 * gdb.base/max-depth-c++.exp: ...
364 * gdb.base/max-depth-c.exp: ... these.
365 * gdb.cp/infcall-nodebug.exp: Split into ...
366 * gdb.cp/infcall-nodebug.exp.in: ...
367 * gdb.cp/infcall-nodebug-c++-d0.exp: ...
368 * gdb.cp/infcall-nodebug-c++-d1.exp: ...
369 * gdb.cp/infcall-nodebug-c-d0.exp: ...
370 * gdb.cp/infcall-nodebug-c-d1.exp: ... these.
371
372 2020-05-14 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
373 Pedro Alves <palves@redhat.com>
374
375 * gdb.multi/multi-exit.c: New file.
376 * gdb.multi/multi-exit.exp: New file.
377 * gdb.multi/multi-kill.c: New file.
378 * gdb.multi/multi-kill.exp: New file.
379
380 2020-05-14 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
381
382 * gdb.base/annota1.exp: Update the expected output.
383 * gdb.cp/annota2.exp: Ditto.
384
385 2020-05-12 Andrew Burgess <andrew.burgess@embecosm.com>
386
387 * lib/check-test-names.exp: Disable when testing is being run in
388 parallel.
389
390 2020-05-12 Tom de Vries <tdevries@suse.de>
391
392 * gdb.base/jit-elf.exp: Fix string concat.
393
394 2020-05-12 Tom de Vries <tdevries@suse.de>
395
396 * lib/jit-elf-helpers.exp: Don't use undefined variables in untested
397 messages.
398
399 2020-05-12 Tom de Vries <tdevries@suse.de>
400
401 * gdb.multi/multi-term-settings.exp: Use with_test_prefix.
402
403 2020-05-12 Tom de Vries <tdevries@suse.de>
404
405 * gdb.ada/catch_ex.exp: Use with_test_prefix.
406 * gdb.ada/mi_catch_ex.exp: Same.
407 * gdb.ada/mi_catch_ex_hand.exp: Same.
408
409 2020-05-12 Tom de Vries <tdevries@suse.de>
410
411 * gdb.fortran/complex.exp: Use with_test_prefix.
412
413 2020-05-12 Tom de Vries <tdevries@suse.de>
414
415 * gdb.trace/passcount.exp: Fix test-names.
416
417 2020-05-12 Tom de Vries <tdevries@suse.de>
418
419 * gdb.pascal/gdb11492.exp: Use with_test_prefix.
420
421 2020-05-12 Tom de Vries <tdevries@suse.de>
422
423 * gdb.gdb/complaints.exp: Use with_test_prefix.
424 * gdb.xml/tdesc-regs.exp: Same.
425 * gdb.opt/inline-locals.exp: Fix test name.
426
427 2020-05-12 Tom de Vries <tdevries@suse.de>
428
429 * gdb.dwarf2/comp-unit-lang.exp: Use with_test_prefix.
430 * gdb.dwarf2/dw2-bad-parameter-type.exp: Same.
431 * gdb.dwarf2/implref-struct.exp: Same.
432 * gdb.dwarf2/varval.exp: Ensure get_sizeof is called once per type.
433 * gdb.dwarf2/data-loc.exp: Same. Remove duplicate test.
434
435 2020-05-11 Simon Marchi <simon.marchi@polymtl.ca>
436
437 * gdb.base/jit-so.exp (one_jit_test): Change test name.
438
439 2020-05-11 Andrew Burgess <andrew.burgess@embecosm.com>
440
441 * lib/check-test-names.exp (all_test_names): New module variable.
442 (counts): Add 'duplicates' field.
443 (_check_duplicates): New procedure.
444 (check): Also check for duplicates.
445 (do_log_summary): Print duplicates count.
446 (do_reset_vars): Reset counter for duplicate test names, and
447 discard all know test names.
448
449 2020-05-11 Andrew Burgess <andrew.burgess@embecosm.com>
450
451 * lib/gdb.exp: Include check-test-names.exp library.
452 * lib/check-test-names.exp: New file.
453
454 2020-05-11 Tom de Vries <tdevries@suse.de>
455
456 * gdb.ada/packed_tagged.exp: Change kfail into xfail.
457
458 2020-05-11 Keith Seitz <keiths@redhat.com>
459
460 * gdb.ada/attr_ref_and_charlit.exp: Fix typo.
461
462 2020-05-11 Tom de Vries <tdevries@suse.de>
463
464 * gdb.cp/cpexprs.exp: Move everything except flags setting ...
465 * gdb.cp/cpexprs.exp.in: .. here.
466 * gdb.cp/cpexprs-debug-types.exp: Include cpexprs.exp.in instead of
467 cpexprs.exp.
468
469 2020-05-11 Keith Seitz <keiths@redhat.com>
470
471 * gdb.ada/arrayparam.exp: Resolve duplicate and tail parentheses
472 test names.
473 * gdb.ada/arrayptr.exp: Likewise.
474 * gdb.ada/assign_arr.exp: Likewise.
475 * gdb.ada/attr_ref_and_charlit.exp: Likewise.
476 * gdb.ada/bp_on_var.exp: Likewise.
477 * gdb.ada/call_pn.exp: Likewise.
478 * gdb.ada/complete.exp: Likewise.
479 * gdb.ada/fun_overload_menu.exp: Likewise.
480 * gdb.ada/funcall_param.exp: Likewise.
481 * gdb.ada/funcall_ref.exp: Likewise.
482 * gdb.ada/packed_array_assign.exp: Likewise.
483 * gdb.ada/same_component_name.exp: Likewise.
484 * gdb.ada/type_coercion.exp: Likewise.
485 * gdb.ada/unc_arr_ptr_in_var_rec.exp: Likewise.
486 * gdb.ada/variant_record_packed_array.exp: Likewise.
487
488 2020-05-11 Tom de Vries <tdevries@suse.de>
489
490 PR symtab/25941
491 * gdb.dwarf2/clang-debug-names.exp.in: New include exp file, factored
492 out of ...
493 * gdb.dwarf2/clang-debug-names.exp: ... here.
494 * gdb.dwarf2/clang-debug-names-2.exp: New file. Include
495 clang-debug-names.exp.in.
496 * gdb.dwarf2/clang-debug-names-2-foo.c: New test.
497 * gdb.dwarf2/clang-debug-names-2.c: New test.
498
499 2020-05-10 Alok Kumar Sharma <alokkumar.sharma@amd.com>
500
501 * lib/fortran.exp (fortran_main): New Proc, handle flang MAIN_,
502 (fortran_runto_main): New Proc, fortran version of runto_main.
503 * gdb.fortran/array-bounds-high.exp: Handle flang MAIN_
504 * gdb.fortran/array-bounds.exp: Likewise.
505 * gdb.fortran/array-slices.exp: Likewise.
506 * gdb.fortran/block-data.exp: Likewise.
507 * gdb.fortran/charset.exp: Likewise.
508 * gdb.fortran/common-block.exp: Likewise.
509 * gdb.fortran/complex.exp: Likewise.
510 * gdb.fortran/derived-type-function.exp: Likewise.
511 * gdb.fortran/derived-type.exp: Likewise.
512 * gdb.fortran/info-modules.exp: Likewise.
513 * gdb.fortran/info-types.exp: Likewise.
514 * gdb.fortran/intrinsics.exp: Likewise.
515 * gdb.fortran/library-module.exp: Likewise.
516 * gdb.fortran/logical.exp: Likewise.
517 * gdb.fortran/max-depth.exp: Likewise.
518 * gdb.fortran/module.exp: Likewise.
519 * gdb.fortran/multi-dim.exp: Likewise.
520 * gdb.fortran/nested-funcs.exp: Likewise.
521 * gdb.fortran/print-formatted.exp: Likewise.
522 * gdb.fortran/print_type.exp: Likewise.
523 * gdb.fortran/printing-types.exp: Likewise.
524 * gdb.fortran/ptr-indentation.exp: Likewise.
525 * gdb.fortran/ptype-on-functions.exp: Likewise.
526 * gdb.fortran/subarray.exp: Likewise.
527 * gdb.fortran/vla-alloc-assoc.exp: Likewise.
528 * gdb.fortran/vla-datatypes.exp: Likewise.
529 * gdb.fortran/vla-history.exp: Likewise.
530 * gdb.fortran/vla-ptr-info.exp: Likewise.
531 * gdb.fortran/vla-ptype-sub.exp: Likewise.
532 * gdb.fortran/vla-ptype.exp: Likewise.
533 * gdb.fortran/vla-sizeof.exp: Likewise.
534 * gdb.fortran/vla-type.exp: Likewise.
535 * gdb.fortran/vla-value-sub-arbitrary.exp: Likewise.
536 * gdb.fortran/vla-value-sub-finish.exp: Likewise.
537 * gdb.fortran/vla-value-sub.exp: Likewise.
538 * gdb.fortran/vla-value.exp: Likewise.
539 * gdb.fortran/whatis_type.exp: Likewise.
540 * gdb.mi/mi-var-child-f.exp: Likewise.
541
542 2020-05-09 Tom de Vries <tdevries@suse.de>
543
544 * gdb.dwarf2/clang-debug-names.exp: Remove PR25952 kfail.
545
546 2020-05-08 Tom de Vries <tdevries@suse.de>
547
548 * gdb.dwarf2/clang-debug-names.c: New test.
549 * gdb.dwarf2/clang-debug-names.exp: New file.
550
551 2020-05-06 Simon Marchi <simon.marchi@efficios.com>
552
553 * gdb.arch/amd64-prologue-skip-cf-protection.exp: New file.
554 * gdb.arch/amd64-prologue-skip-cf-protection.c: New file.
555
556 2020-05-06 Tom de Vries <tdevries@suse.de>
557
558 * gdb.reverse/consecutive-precsave.exp: Handle if instruction after
559 breakpoint is at a "recommended breakpoint location".
560 * gdb.reverse/consecutive-reverse.exp: Same.
561
562 2020-05-06 Tom de Vries <tdevries@suse.de>
563
564 * gdb.base/watchpoint-reuse-slot.exp (stepi): Print $pc to get current
565 address.
566
567 2020-05-06 Tom de Vries <tdevries@suse.de>
568
569 * gdb.base/watchpoint-reuse-slot.exp: Fix incorrect assignment.
570
571 2020-05-06 Tom de Vries <tdevries@suse.de>
572
573 * gdb.base/store.exp (check_set, up_set): Allowing missing location
574 info for r.
575
576 2020-05-06 Tom de Vries <tdevries@suse.de>
577
578 * gdb.base/shlib-call.exp: Add extra step to reach shmain.c:42, if
579 necessary.
580
581 2020-05-06 Tom de Vries <tdevries@suse.de>
582
583 * lib/unbuffer_output.c (gdb_unbuffer_output): Change return type to
584 void.
585
586 2020-05-06 Tom de Vries <tdevries@suse.de>
587
588 * lib/gdb.exp (is_stmt_addresses, hex_in_list): New proc, factored out
589 of ...
590 * gdb.base/async.exp: ... here.
591 * gdb.base/consecutive.exp: Handle if 2nd breakpoint is at a
592 "recommended breakpoint location".
593
594 2020-05-06 Tom de Vries <tdevries@suse.de>
595
596 * gdb.compile/compile-ifunc.exp: Use -Wno-attribute-alias.
597
598 2020-05-04 Tom de Vries <tdevries@suse.de>
599
600 * gdb.base/async.exp: Check whether instruction addresses are a
601 "recommended breakpoint location".
602
603 2020-05-03 Tom Tromey <tom@tromey.com>
604
605 * gdb.base/sepdebug.exp: Remove "catch" test.
606 * gdb.base/break.exp: Remove "catch" test.
607 * gdb.base/default.exp: Update expected output.
608
609 2020-05-02 Tom de Vries <tdevries@suse.de>
610
611 * lib/gdb.exp (supports_mpx_check_pointer_bounds): New proc.
612 * gdb.arch/i386-mpx-call.exp: Use supports_mpx_check_pointer_bounds.
613 * gdb.arch/i386-mpx-map.exp: Same.
614 * gdb.arch/i386-mpx-sigsegv.exp: Same.
615 * gdb.arch/i386-mpx-simple_segv.exp: Same.
616 * gdb.arch/i386-mpx.exp: Same.
617
618 2020-05-02 Tom de Vries <tdevries@suse.de>
619
620 * gdb.base/psym-external-decl.c (main): Add use of variable aaa.
621
622 2020-05-01 Tom de Vries <tdevries@suse.de>
623
624 * gdb.ada/operator_bp.exp: Allow more than required amount of
625 breakpoint.
626
627 2020-05-01 Tom de Vries <tdevries@suse.de>
628
629 * gdb.reverse/until-reverse.c (main): Fix Wunused-result warning.
630
631 2020-04-30 Hannes Domani <ssbssa@yahoo.de>
632
633 PR gdb/18706
634 * gdb.cp/stub-array-size.cc: New test.
635 * gdb.cp/stub-array-size.exp: New file.
636 * gdb.cp/stub-array-size.h: New test.
637 * gdb.cp/stub-array-size2.cc: New test.
638
639 2020-04-30 Hannes Domani <ssbssa@yahoo.de>
640
641 * gdb.python/py-format-string.exp: Adjust pretty_arrays expected
642 output to the new format.
643
644 2020-04-29 Simon Marchi <simon.marchi@efficios.com>
645
646 * gdb.base/break.exp: Use with_test_prefix.
647
648 2020-04-29 Tom de Vries <tdevries@suse.de>
649
650 * lib/gdb.exp (debug_types): New proc.
651 * gdb.guile/scm-symtab.exp: Add xfail for PR gcc/90232.
652 * gdb.python/py-symtab.exp: Same.
653
654 2020-04-29 Hannes Domani <ssbssa@yahoo.de>
655
656 PR gdb/17320
657 * gdb.base/pretty-array.c: New test.
658 * gdb.base/pretty-array.exp: New file.
659
660 2020-04-29 Tom de Vries <tdevries@suse.de>
661
662 PR symtab/25889
663 * gdb.cp/cpexprs.exp: Adapt for inclusion.
664 * gdb.cp/cpexprs-debug-types.exp: New file. Set -fdebug-types-section
665 and include cpexprs.exp.
666
667 2020-04-28 Mark Williams <mark@myosotissp.com>
668
669 PR gdb/24480
670 * dw4-toplevel-types.exp: Test for top level types.
671 * dw4-toplevel-types.cc: Test for top level types.
672
673 2020-04-28 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
674
675 * gdb.threads/stop-with-handle.exp: Fix typo in comment
676 (theads -> threads).
677
678 2020-04-28 Tom de Vries <tdevries@suse.de>
679
680 * gdb.opt/inline-cmds.exp: Set KFAIL PR.
681
682 2020-04-28 Tom de Vries <tdevries@suse.de>
683
684 * gdb.base/info-macros.exp: Remove KFAIL. Add missing trailing ".*".
685
686 2020-04-28 Tom de Vries <tdevries@suse.de>
687
688 * gdb.ada/array_ptr_renaming.exp: Add PR number in KFAIL.
689
690 2020-04-28 Tom de Vries <tdevries@suse.de>
691
692 * gdb.dwarf2/main-foo.c: New test.
693 * gdb.dwarf2/struct-with-sig.exp: New file.
694
695 2020-04-25 Tom de Vries <tdevries@suse.de>
696
697 * boards/debug-types.exp: New file.
698
699 2020-04-25 Andrew Burgess <andrew.burgess@embecosm.com>
700
701 * gdb.btrace/multi-inferior.exp: Avoid paths in test names.
702
703 2020-04-24 Tom Tromey <tom@tromey.com>
704
705 PR symtab/12707:
706 * gdb.python/py-symbol.exp: Update expected results for
707 linkage_name test.
708 * gdb.cp/print-demangle.exp: New file.
709 * gdb.base/c-linkage-name.exp: Fix test.
710 * gdb.guile/scm-symbol.exp: Update expected results for
711 linkage_name test.
712
713 2020-04-24 Tom Tromey <tom@tromey.com>
714
715 * gdb.dwarf2/dw2-namespaceless-anonymous.S: Remove.
716 * gdb.dwarf2/dw2-namespaceless-anonymous.c: New file.
717 * gdb.dwarf2/dw2-namespaceless-anonymous.exp: Use DWARF
718 assembler.
719
720 2020-04-24 Tom de Vries <tdevries@suse.de>
721
722 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: Set language of CU to
723 C++.
724
725 2020-04-24 Tom Tromey <tromey@adacore.com>
726
727 * gdb.ada/frame_arg_lang.exp: Run with multiple -fgnat-encodings
728 values.
729 * gdb.ada/funcall_ref.exp: Run with multiple -fgnat-encodings
730 values. Update test for minimal encodings.
731 * gdb.ada/lang_switch.exp: Update test for minimal encodings.
732 * gdb.ada/var_rec_arr.exp: Run with multiple -fgnat-encodings
733 values. Update test for minimal encodings.
734
735 2020-04-24 Tom Tromey <tromey@adacore.com>
736
737 PR python/23662:
738 * gdb.ada/variant.exp: Add Python checks.
739 * gdb.rust/simple.exp: Add dynamic type checks.
740
741 2020-04-24 Tom Tromey <tromey@adacore.com>
742
743 * gdb.ada/mi_var_array.exp: Try all -fgnat-encodings settings.
744 Make array type matching more lax.
745 * gdb.ada/mi_var_union.exp: Try all -fgnat-encodings settings.
746 * gdb.ada/mi_variant.exp: New file.
747 * gdb.ada/mi_variant/pck.ads: New file.
748 * gdb.ada/mi_variant/pkg.adb: New file.
749 * gdb.ada/packed_tagged.exp: Try all -fgnat-encodings settings.
750 * gdb.ada/unchecked_union.exp: Try all -fgnat-encodings settings.
751
752 2020-04-24 Tom Tromey <tromey@adacore.com>
753
754 * gdb.ada/variant.exp: Add dynamic field offset tests.
755 * gdb.ada/variant/pck.ads (Nested_And_Variable): New type.
756 * gdb.ada/variant/pkg.adb: Add new variables.
757
758 2020-04-24 Tom Tromey <tromey@adacore.com>
759
760 * gdb.ada/variant.exp: New file
761 * gdb.ada/variant/pkg.adb: New file
762 * gdb.ada/variant/pck.adb: New file
763
764 2020-04-24 Tom de Vries <tdevries@suse.de>
765
766 * lib/gdb.exp (clean_restart): Reset errcnt and warncnt.
767
768 2020-04-24 Tom de Vries <tdevries@suse.de>
769
770 * gdb.dwarf2/dwzbuildid.exp: Add quiet to dwzbuildid-mismatch compile
771 flags.
772
773 2020-04-24 Tom de Vries <tdevries@suse.de>
774
775 * gdb.dwarf2/dw2-error.exp: Add quiet to compile flags.
776
777 2020-04-24 Tom de Vries <tdevries@suse.de>
778
779 * lib/gdb.exp (default_gdb_start): Handle eof.
780 (clean_restart): Detect and handle gdb_start failure. Return -1 upon
781 failure.
782 * gdb.base/readnever.exp: Handle clean_restart failure.
783
784 2020-04-23 Tom de Vries <tdevries@suse.de>
785
786 * gdb.base/decl-before-def.exp: Run to main and print a again.
787
788 2020-04-23 Tom de Vries <tdevries@suse.de>
789
790 * gdb.base/decl-before-def-decl.c: New test.
791 * gdb.base/decl-before-def-def.c: New test.
792 * gdb.base/decl-before-def.exp: New file.
793
794 2020-04-23 Tom de Vries <tdevries@suse.de>
795
796 * gdb.base/readnever.exp: Skip if GDBFLAGS contain -readnow/--readnow.
797
798 2020-04-22 Tom de Vries <tdevries@suse.de>
799
800 * gdb.mi/dw2-ref-missing-frame-func.c (.debug_aranges): Fix
801 debug_info_offset.
802 * gdb.mi/dw2-ref-missing-frame.exp: Make sure $objfuncfile comes
803 before $objsfile in the line line.
804
805 2020-04-22 Tom de Vries <tdevries@suse.de>
806
807 * gdb.dlang/watch-loc.c (.debug_aranges): Fix _Dmain length.
808
809 2020-02-18 Mihails Strasuns <mihails.strasuns@intel.com>
810
811 * gdb.base/jit-attach-pie.c: Use jit-protocol.h.
812 * gdb.base/jit-elf-main.c: Use jit-protocol.h.
813 * gdb.base/jit-reader-host.c: Use jit-protocol.h.
814 * gdb.base/jit-reader-simple-jit.c: Use jit-protocol.h.
815 * gdb.base/jit-protocol.h: Update definitions to match all usage
816 contexts.
817
818 2020-02-18 Mihails Strasuns <mihails.strasuns@intel.com>
819
820 * gdb.base: Rename all jit related test and source files.
821
822 2020-02-18 Mihails Strasuns <mihails.strasuns@intel.com>
823
824 * gdb.base/jit-reader.exp: Relax register output check.
825
826 2020-04-22 Tom de Vries <tdevries@suse.de>
827
828 PR symtab/25764
829 * gdb.base/psym-external-decl-2.c: New test.
830 * gdb.base/psym-external-decl.c: New test.
831 * gdb.base/psym-external-decl.exp: New file.
832 * gdb.threads/tls.exp: Add PR25807 kfail.
833
834 2020-04-22 Tom de Vries <tdevries@suse.de>
835
836 PR symtab/25801
837 * gdb.dwarf2/imported-unit.exp: Test that we can get imported_unit.c
838 in "info source" output.
839
840 2020-04-22 Tom de Vries <tdevries@suse.de>
841
842 PR symtab/25700
843 * gdb.dwarf2/imported-unit.exp: Verify that there's only one partial
844 symtab for imported_unit.c.
845
846 2020-04-21 Gary Benson <gbenson@redhat.com>
847
848 * gdb.base/advance.c (func): New argument, to match call site.
849 (func2, func3): Add return statements.
850
851 2020-04-21 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
852
853 * gdb.multi/run-only-second-inf.c: New file.
854 * gdb.multi/run-only-second-inf.exp: New file.
855
856 2020-04-21 Markus Metzger <markus.t.metzger@intel.com>
857
858 * gdb.btrace/multi-inferior.c: New test.
859 * gdb.btrace/multi-inferior.exp: New file.
860
861 2020-04-21 Markus Metzger <markus.t.metzger@intel.com>
862
863 * gdb.btrace/enable-new-thread.c: New test.
864 * gdb.btrace/enable-new-thread.exp: New file.
865
866 2020-04-21 Tom de Vries <tdevries@suse.de>
867
868 PR gdb/25471
869 * gdb.threads/killed-outside.c: New test.
870 * gdb.threads/killed-outside.exp: New file.
871
872 2020-04-20 Gary Benson <gbenson@redhat.com>
873
874 * gdb.base/nested-subp1.exp: Use support_nested_function_tests.
875 * gdb.base/nested-subp2.exp: Likewise.
876 * gdb.base/nested-subp3.exp: Likewise.
877
878 2020-04-20 Gary Benson <gbenson@redhat.com>
879
880 * gdb.base/nested-subp1.exp: Disable test when using clang.
881 * gdb.base/nested-subp2.exp: Likewise.
882 * gdb.base/nested-subp3.exp: Likewise.
883
884 2020-04-20 Gary Benson <gbenson@redhat.com>
885
886 * gdb.cp/exception.cc: Fix compilation error with clang.
887
888 2020-04-20 Gary Benson <gbenson@redhat.com>
889
890 * gdb.trace/tspeed.c: Fix compilation error with clang.
891
892 2020-04-20 Gary Benson <gbenson@redhat.com>
893
894 * gdb.base/jit-main.c: Fix compilation error with clang.
895
896 2020-04-17 Kamil Rytarowski <n54@gmx.com>
897
898 * gdb.base/attach-twice.c: Include "sys/types.h".
899 (PTRACE_ATTACH): Add fallback definition.
900 (main): Pass `0' to the 4th argument of `ptrace'.
901
902 2020-04-17 Kamil Rytarowski <n54@gmx.com>
903
904 * gdb.base/fork-running-state.c: Include "signal.h".
905
906 2020-04-17 Tom Tromey <tromey@adacore.com>
907
908 * gdb.cp/maint.exp (test_help): Simplify multiple_help_body.
909 Update tests.
910 * gdb.btrace/cpu.exp: Update tests.
911 * gdb.base/maint.exp: Update tests.
912 * gdb.base/default.exp: Update tests.
913 * gdb.base/completion.exp: Update tests.
914
915 2020-04-16 Tom de Vries <tdevries@suse.de>
916
917 PR symtab/25791
918 * gdb.dwarf2/gdb-add-index.exp (add_gdb_index): Move ...
919 (ensure_gdb_index): and factor out and move ...
920 * lib/gdb.exp (add_gdb_index, ensure_gdb_index): ... here.
921 * gdb.dwarf2/imported-unit-runto-main.exp: New file.
922
923 2020-04-16 Tom de Vries <tdevries@suse.de>
924
925 * gdb.base/maint-expand-symbols-header-file.exp: Set language before
926 loading exec.
927
928 2020-04-15 Andrew Burgess <andrew.burgess@embecosm.com>
929
930 * gdb.base/many-completions.exp: New file.
931
932 2020-04-14 Tom de Vries <tdevries@suse.de>
933
934 PR symtab/25718
935 * gdb.dwarf2/dw2-symtab-includes.exp: New file.
936
937 2020-04-14 Tom de Vries <tdevries@suse.de>
938
939 PR symtab/25720
940 * gdb.base/maint-expand-symbols-header-file.c: New test.
941 * gdb.base/maint-expand-symbols-header-file.exp: New file.
942 * gdb.base/maint-expand-symbols-header-file.h: New test.
943
944 2020-04-14 Andrew Burgess <andrew.burgess@embecosm.com>
945
946 * gdb.dwarf2/dw2-inline-many-frames.exp (get_func_info): Delete.
947 * gdb.dwarf2/dw2-inline-small-func.exp: Pass options to
948 get_func_info.
949 (get_func_info): Delete.
950 * gdb.dwarf2/dw2-is-stmt-2.exp (get_func_info): Delete.
951 * gdb.dwarf2/dw2-is-stmt.exp (get_func_info): Delete.
952 * lib/dwarf.exp (get_func_info): New function.
953
954 2020-04-13 Tom de Vries <tdevries@suse.de>
955
956 * lib/ada.exp (find_ada_tool): Pass --GCC and -B to gnatlink, similar
957 to what find_gnatmake does.
958
959 2020-04-10 Tom de Vries <tdevries@suse.de>
960
961 * gdb.base/style.exp: Expect "Expanding full symbols" message for
962 -readnow.
963
964 2020-04-10 Tom de Vries <tdevries@suse.de>
965
966 PR cli/25808
967 * gdb.base/style.c: Add leading newlines.
968 * gdb.base/style.exp: Use gdb_get_line_number to get specific lines.
969 Check listing of main's one-line body.
970
971 2020-04-08 Tom de Vries <tdevries@suse.de>
972
973 * lib/gdb.exp (psymtabs_p): New proc.
974 * gdb.dwarf2/imported-unit.exp: Mark "no static partial symbols in
975 importing unit" unsupported if there are no partial symbols.
976
977 2020-04-08 Tom de Vries <tdevries@suse.de>
978
979 PR testsuite/25760
980 * gdb.ada/call_pn.exp: Call "maint expand-symtabs". Add xfails.
981
982 2020-04-07 Tom de Vries <tdevries@suse.de>
983
984 PR symtab/25796
985 * gdb.dwarf2/imported-unit-abstract-const-value.exp: New file.
986
987 2020-04-07 Tom de Vries <tdevries@suse.de>
988
989 * gdb.base/check-psymtab.c: New test.
990 * gdb.base/check-psymtab.exp: New file.
991
992 2020-04-06 Tom Tromey <tromey@adacore.com>
993
994 * gdb.ada/variant-record/proc.adb: New file.
995 * gdb.ada/variant-record/value.adb: New file.
996 * gdb.ada/variant-record/value.s: New file.
997 * gdb.ada/variant-record.exp: New file.
998
999 2020-04-03 Hannes Domani <ssbssa@yahoo.de>
1000
1001 PR gdb/25325
1002 * gdb.cp/typed-enum.cc: New test.
1003 * gdb.cp/typed-enum.exp: New file.
1004
1005 2020-04-02 Andrew Burgess <andrew.burgess@embecosm.com>
1006
1007 * gdb.dwarf2/dw2-inline-small-func-lbls.c: New file.
1008 * gdb.dwarf2/dw2-inline-small-func.c: New file.
1009 * gdb.dwarf2/dw2-inline-small-func.exp: New file.
1010 * gdb.dwarf2/dw2-inline-small-func.h: New file.
1011 * gdb.opt/inline-small-func.c: New file.
1012 * gdb.opt/inline-small-func.exp: New file.
1013 * gdb.opt/inline-small-func.h: New file.
1014
1015 2020-04-02 Andrew Burgess <andrew.burgess@embecosm.com>
1016
1017 * lib/dwarf.exp (Dwarf::lines::program::DW_LNS_set_file): New
1018 function.
1019
1020 2020-04-02 Andrew Burgess <andrew.burgess@embecosm.com>
1021
1022 * lib/dwarf.exp (function_range): Allow compiler options to be
1023 specified.
1024
1025 2020-04-02 Tom de Vries <tdevries@suse.de>
1026
1027 * gdb.dwarf2/break-inline-psymtab-2.c (bar): Add
1028 __attribute__((always_inline)).
1029 * gdb.dwarf2/break-inline-psymtab.exp: Don't use -O2.
1030
1031 2020-04-02 Tom de Vries <tdevries@suse.de>
1032
1033 * lib/gdbserver-support.exp (gdbserver_exit): Factor out of ...
1034 (gdbserver_gdb_exit): ... here. Add timeout warning.
1035 * gdb.multi/multi-target.exp (server_spawn_ids): New global var.
1036 (connect_target_extended_remote): Append new server_spawn_id to
1037 server_spawn_ids.
1038 (cleanup): New proc.
1039 (setup, <toplevel>): Call cleanup.
1040
1041 2020-04-02 Tom de Vries <tdevries@suse.de>
1042
1043 * gdb.base/main-psymtab.exp: New file.
1044
1045 2020-04-02 Tom de Vries <tdevries@suse.de>
1046
1047 * gdb.fortran/mixed-lang-stack.exp: Accept new complex printing style.
1048
1049 2020-04-01 Tom Tromey <tom@tromey.com>
1050
1051 * gdb.base/complex-parts.exp: Add type tests.
1052
1053 2020-04-01 Tom Tromey <tom@tromey.com>
1054
1055 * gdb.base/complex-parts.exp: Add arithmetic tests.
1056
1057 2020-04-01 Tom Tromey <tom@tromey.com>
1058
1059 * gdb.compile/compile.exp: Update.
1060 * gdb.compile/compile-cplus.exp: Update.
1061 * gdb.base/varargs.exp: Update.
1062 * gdb.base/floatn.exp: Update.
1063 * gdb.base/endianity.exp: Update.
1064 * gdb.base/callfuncs.exp (do_function_calls): Update.
1065 * gdb.base/funcargs.exp (complex_args, complex_integral_args)
1066 (complex_float_integral_args): Update.
1067 * gdb.base/complex.exp: Update.
1068 * gdb.base/complex-parts.exp: Update.
1069
1070 2020-04-01 Tom Tromey <tromey@adacore.com>
1071
1072 * gdb.rust/union.rs: New file.
1073 * gdb.rust/union.exp: New file.
1074 * gdb.rust/simple.rs (Union, Union2): Move to union.rs.
1075 (main): Update.
1076 * gdb.rust/simple.exp: Move union tests to union.exp.
1077
1078 2020-04-01 Tom Tromey <tromey@adacore.com>
1079
1080 * gdb.rust/simple.rs (main): Remove "y0".
1081
1082 2020-04-01 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1083
1084 * gdb.multi/stop-all-on-exit.c: New test.
1085 * gdb.multi/stop-all-on-exit.exp: New file.
1086
1087 2020-04-01 Hannes Domani <ssbssa@yahoo.de>
1088
1089 PR gdb/24789
1090 * gdb.cp/misc.cc: Add integer reference variable.
1091 * gdb.cp/misc.exp: Add test.
1092
1093 2020-04-01 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1094
1095 * gdb.server/stop-reply-no-thread.exp: Enhance the test
1096 scenario to cover execution until the end and also the case
1097
1098 2020-03-31 Tom de Vries <tdevries@suse.de>
1099
1100 * gdb.base/c-linkage-name.exp: Fix test-case comment. Set language to
1101 c. Use "maint info symtabs" to check symtab expansion.
1102
1103 2020-03-30 Tom de Vries <tdevries@suse.de>
1104
1105 * gdb.base/c-linkage-name.exp: Use readnow call to mark a test
1106 unsupported.
1107 (verify_psymtab_expanded): Move ...
1108 * lib/gdb.exp (verify_psymtab_expanded): ... here. Add unsupported
1109 test.
1110 (readnow): New proc.
1111
1112 2020-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
1113
1114 * gdb.fortran/mixed-lang-stack.exp: Replace two hard coded address
1115 with $hex.
1116
1117 2020-03-20 Tom Tromey <tromey@adacore.com>
1118
1119 * gdb.dwarf2/dw2-ranges-base.exp: Update regular expressions.
1120
1121 2020-03-20 Tom Tromey <tromey@adacore.com>
1122
1123 * gdb.ada/sub_variant/subv.adb: New file.
1124 * gdb.ada/sub_variant.exp: New file.
1125
1126 2020-03-20 Tom de Vries <tdevries@suse.de>
1127
1128 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): Bail out if
1129 first break fails.
1130 * gdb.threads/step-over-trips-on-watchpoint.exp: (do_test): Same.
1131
1132 2020-03-19 Andrew Burgess <andrew.burgess@embecosm.com>
1133
1134 * gdb.server/exit-multiple-threads.c: New file.
1135 * gdb.server/exit-multiple-threads.exp: New file.
1136
1137 2020-03-19 Andrew Burgess <andrew.burgess@embecosm.com>
1138
1139 * gdb.fortran/mixed-lang-stack.c: New file.
1140 * gdb.fortran/mixed-lang-stack.cpp: New file.
1141 * gdb.fortran/mixed-lang-stack.exp: New file.
1142 * gdb.fortran/mixed-lang-stack.f90: New file.
1143
1144 2020-03-19 Andrew Burgess <andrew.burgess@embecosm.com>
1145
1146 * gdb.linespec/cp-completion-aliases.cc: New file.
1147 * gdb.linespec/cp-completion-aliases.exp: New file.
1148
1149 2020-03-19 Tom de Vries <tdevries@suse.de>
1150
1151 * gdb.opt/inline-locals.exp: Add kfail PR number. Make kfail matching
1152 more precise.
1153
1154 2020-03-18 Tom de Vries <tdevries@suse.de>
1155
1156 * gdb.dwarf2/break-inline-psymtab-2.c: New test.
1157 * gdb.dwarf2/break-inline-psymtab.c: New test.
1158 * gdb.dwarf2/break-inline-psymtab.exp: New file.
1159
1160 2020-03-16 Tom de Vries <tdevries@suse.de>
1161
1162 * lib/cache.exp (gdb_do_cache): Add and handle local variables
1163 cache_verify and cache_verify_proc.
1164
1165 2020-03-15 Tom de Vries <tdevries@suse.de>
1166
1167 * gdb.server/solib-list.exp: Handle
1168 'Load new symbol table from "/lib64/ld-2.26.so"? (y or n)'.
1169
1170 2020-03-15 Tom de Vries <tdevries@suse.de>
1171
1172 * gdb.base/maint.exp: Use exp_continue in long lines for "maint print
1173 objfiles".
1174
1175 2020-03-14 Tom Tromey <tom@tromey.com>
1176
1177 * gdb.base/cvexpr.exp: Add test for _Atomic and restrict.
1178
1179 2020-03-14 Tom de Vries <tdevries@suse.de>
1180
1181 * gdb.mi/mi-fortran-modules.exp: Use exp_continue.
1182
1183 2020-03-14 Tom de Vries <tdevries@suse.de>
1184
1185 * gdb.threads/attach-many-short-lived-threads.exp: Read "info threads"
1186 result in line-by-line fashion.
1187
1188 2020-03-14 Tom de Vries <tdevries@suse.de>
1189
1190 * lib/gdb.exp (supports_statement_frontiers): New proc.
1191 * gdb.cp/step-and-next-inline.exp: Use supports_statement_frontiers.
1192
1193 2020-03-14 Tom de Vries <tdevries@suse.de>
1194
1195 * gdb.base/printcmds.exp: Add missing quoting for "print
1196 teststring2".
1197
1198 2020-03-13 Tom Tromey <tom@tromey.com>
1199
1200 * gdb.base/printcmds.exp (test_print_strings): Add regression
1201 test.
1202 * gdb.base/printcmds.c (charptr): New typedef.
1203 (teststring2): New global.
1204
1205 2020-03-13 Andrew Burgess <andrew.burgess@embecosm.com>
1206
1207 * gdb.base/break-interp.exp: Use the tail of the filename, not the
1208 full path in the test name.
1209 (test_ld): Add some with_test_prefix blocks to make test names
1210 unique.
1211
1212 2020-03-13 Tom de Vries <tdevries@suse.de>
1213
1214 * gdb.mi/mi-sym-info.exp: Fix buffer full errors, and timeouts.
1215
1216 2020-03-13 Tom de Vries <tdevries@suse.de>
1217
1218 * gdb.mi/mi-sym-info.exp: Make matching more precise.
1219
1220 2020-03-13 Tom de Vries <tdevries@suse.de>
1221
1222 PR symtab/25646
1223 * gdb.dwarf2/imported-unit.exp: Add test.
1224
1225 2020-03-13 Tom de Vries <tdevries@suse.de>
1226
1227 * gdb.mi/mi-sym-info-2.c (another_char_t, another_short_t): New typedef.
1228 (var1, var2): New variable.
1229 * gdb.mi/mi-sym-info.exp: Add --name to various commands to restrict
1230 matching symbols.
1231
1232 2020-03-13 Tom de Vries <tdevries@suse.de>
1233
1234 * lib/tuiterm.exp (Term::command_no_prompt_prefix): New proc.
1235 (Term::command): Use prompt prefix.
1236 (Term::enter_tui): Use command_no_prompt_prefix instead of prefix.
1237 * gdb.tui/tui-layout-asm-short-prog.exp: Use
1238 command_no_prompt_prefix instead of prefix.
1239 * gdb.tui/tui-layout-asm.exp: Same.
1240
1241 2020-03-12 Simon Marchi <simon.marchi@efficios.com>
1242
1243 * gdb.base/break-interp.exp: Use foreach_with_prefix.
1244
1245 2020-03-12 Simon Marchi <simon.marchi@efficios.com>
1246
1247 * gdb.arch/amd64-disp-step-avx.S: Add nops after _start.
1248 * gdb.arch/amd64-disp-step-avx.exp: Enable "set debug displaced
1249 on" while stepping over the test instruction, match printed
1250 message.
1251
1252 2020-03-12 Tom de Vries <tdevries@suse.de>
1253
1254 * gdb.base/info-types.exp: Use exp_continue during matching of output
1255 of "info types".
1256
1257 2020-03-12 Tom de Vries <tdevries@suse.de>
1258
1259 * gdb.threads/execl.exp: Delete breakpoint after hitting it.
1260
1261 2020-03-12 Tom de Vries <tdevries@suse.de>
1262
1263 * gdb.fortran/module.exp: Use exp_continue during matching of output
1264 of "info variable -n".
1265
1266 2020-03-12 Tom de Vries <tdevries@suse.de>
1267
1268 * gdb.dwarf2/dw2-ranges-base.exp: Limit "maint info line-table" to
1269 gdb.dwarf2/dw2-ranges-base.c.
1270
1271 2020-03-12 Tom de Vries <tdevries@suse.de>
1272
1273 * gdb.linespec/explicit.exp: Fix "complete non-unique file name" test
1274 in presence of GLIBC debuginfo.
1275
1276 2020-03-12 Tom de Vries <tdevries@suse.de>
1277
1278 * lib/gdb.exp (gdb_core_cmd): Use string_to_regexp for regexp-matching
1279 $core.
1280
1281 2020-03-12 Tom de Vries <tdevries@suse.de>
1282
1283 * lib/gdb.exp (gdb_core_cmd): Make "No such file or directory" regexp
1284 more precise.
1285
1286 2020-03-11 Simon Marchi <simon.marchi@efficios.com>
1287
1288 * lib/gdb.exp (standard_output_file): Use `pwd -W` to convert
1289 from Unix to Windows path.
1290
1291 2020-03-11 Tom de Vries <tdevries@suse.de>
1292
1293 * gdb.ada/minsyms.exp: Set language to ada.
1294
1295 2020-03-11 Tom de Vries <tdevries@suse.de>
1296
1297 * gdb.server/sysroot.exp: Allow GLIBC's printf alias __printf.
1298
1299 2020-03-11 Tom de Vries <tdevries@suse.de>
1300
1301 * gdb.btrace/reconnect.exp: Allow source line pattern after stepi.
1302
1303 2020-03-11 Tom Tromey <tromey@adacore.com>
1304
1305 * gdb.dwarf2/variant.exp: Mark discriminants as artificial.
1306
1307 2020-03-11 Tom de Vries <tdevries@suse.de>
1308
1309 * gdb.base/foll-fork.exp: Allow "Reading in symbols" messages.
1310
1311 2020-03-11 Tom de Vries <tdevries@suse.de>
1312
1313 * gdb.base/break-interp.exp: Limit verbose scope.
1314
1315 2020-03-11 Tom de Vries <tdevries@suse.de>
1316
1317 * gdb.fortran/logical.f90: Define variable with character type.
1318 * gdb.fortran/logical.exp: Use character type instead of uint8_t.
1319
1320 2020-03-11 Tom de Vries <tdevries@suse.de>
1321
1322 * gdb.base/list-ambiguous.exp: Set EDITOR to true.
1323
1324 2020-03-11 Tom de Vries <tdevries@suse.de>
1325
1326 * gdb.ada/access_to_packed_array.exp: Test printing of expanded
1327 symtabs.
1328
1329 2020-03-10 Andrew Burgess <andrew.burgess@embecosm.com>
1330 Bernd Edlinger <bernd.edlinger@hotmail.de>
1331
1332 * gdb.cp/step-and-next-inline.cc: New file.
1333 * gdb.cp/step-and-next-inline.exp: New file.
1334 * gdb.cp/step-and-next-inline.h: New file.
1335 * gdb.dwarf2/dw2-is-stmt.c: New file.
1336 * gdb.dwarf2/dw2-is-stmt.exp: New file.
1337 * gdb.dwarf2/dw2-is-stmt-2.c: New file.
1338 * gdb.dwarf2/dw2-is-stmt-2.exp: New file.
1339 * gdb.dwarf2/dw2-ranges-base.exp: Update line table pattern.
1340
1341 2020-03-10 Andrew Burgess <andrew.burgess@embecosm.com>
1342
1343 * lib/dwarf.exp (Dwarf::lines) Add support for modifying the
1344 is-stmt flag in the line table.
1345
1346 2020-03-09 Tom de Vries <tdevries@suse.de>
1347
1348 * lib/gdb.exp (cached_file): Create cache dir.
1349
1350 2020-03-07 Tom de Vries <tdevries@suse.de>
1351
1352 * gdb.cp/ref-params.exp: Compare build_executable result with -1.
1353 * gdb.cp/rvalue-ref-params.exp: Same.
1354
1355 2020-03-06 Tom de Vries <tdevries@suse.de>
1356
1357 * lib/gdb.exp (tentative_rename, cached_file): New proc.
1358 * boards/cc-with-tweaks.exp: Use cached_file to create gdb.sh.
1359
1360 2020-03-06 Tom de Vries <tdevries@suse.de>
1361
1362 * README: Fix "the the".
1363 * gdb.base/dprintf.exp: Same.
1364
1365 2020-03-05 Tom de Vries <tdevries@suse.de>
1366
1367 * gdb.base/maint.exp: Update "main print statistics" expected output.
1368
1369 2020-03-04 Alok Kumar Sharma <AlokKumar.Sharma@amd.com>
1370
1371 * lib/fortran.exp (fortran_int4): Handle flang kind printing.
1372 (fortran_int8): Likewise.
1373 (fortran_real4): Likewise.
1374 (fortran_real8): Likewise.
1375 (fortran_complex4): Likewise.
1376 (fortran_logical4): Likewise.
1377 (fortran_character1): Likewise.
1378
1379 2020-03-03 Andrew Burgess <andrew.burgess@embecosm.com>
1380
1381 * gdb.fortran/logical.exp: Add tests that any non-zero value is
1382 printed as true.
1383
1384 2020-03-03 Sergio Durigan Junior <sergiodj@redhat.com>
1385
1386 * gdb.base/printcmds.exp: Add test to verify printf of a
1387 variable holding an address.
1388
1389 2020-03-03 Tom de Vries <tdevries@suse.de>
1390
1391 * gdb.mi/gdb2549.exp: Fix "register values t" check-read1 timeout.
1392
1393 2020-03-03 Tom de Vries <tdevries@suse.de>
1394
1395 * gdb.mi/list-thread-groups-available.exp: Use -prompt syntax for
1396 gdb_test_multiple call.
1397
1398 2020-03-03 Tom de Vries <tdevries@suse.de>
1399
1400 * gdb.mi/mi-sym-info.exp: Add missing -prompt "$mi_gdb_prompt$" to
1401 gdb_test_multiple calls.
1402
1403 2020-03-02 Andrew Burgess <andrew.burgess@embecosm.com>
1404
1405 * gdb.base/default.exp: Remove test of 'set history filename'.
1406 * gdb.base/gdbinit-history.exp: Add tests for setting the history
1407 filename to the empty string.
1408 * lib/gdb.exp (gdb_init): Unset environment variables GDBHISTFILE
1409 and GDBHISTSIZE.
1410
1411 2020-03-02 Andrew Burgess <andrew.burgess@embecosm.com>
1412
1413 * gdb.server/stop-reply-no-thread.exp: Add test where T packet is
1414 disabled.
1415
1416 2020-03-02 Pedro Alves <palves@redhat.com>
1417 Tom de Vries <tdevries@suse.de>
1418
1419 * lib/gdb.exp (gdb_test_multiple): Handle prompt_regexp option using
1420 -prompt prefix, before user_code argument. Add -lbl option likewise.
1421 (skip_python_tests_prompt, skip_libstdcxx_probe_tests_prompt)
1422 (gdb_is_target_1): Add -prompt prefix and move to before user_code
1423 argument.
1424 * gdb.base/corefile-buildid.exp: Use -lbl option. Rewrite regexps to
1425 have "\r\n" at start-of-line, instead of at end-of-line.
1426
1427 2020-02-28 Simon Marchi <simon.marchi@efficios.com>
1428
1429 * lib/trace-support.exp (get_in_proc_agent): Adjust path to
1430 libinproctrace.so.
1431
1432 2020-02-28 Luis Machado <luis.machado@linaro.org>
1433
1434 * gdb.arch/aarch64-fp.exp: Switch from "info registers" command
1435 to "p/x".
1436
1437 2020-02-28 Luis Machado <luis.machado@linaro.org>
1438
1439 * gdb.arch/aarch64-dbreg-contents.c: Include stdlib.h, unistd.h,
1440 asm/ptrace.h and error.h.
1441
1442 2020-02-28 Tom de Vries <tdevries@suse.de>
1443
1444 * gdb.base/c-linkage-name.c (main): Call do_something_other_cu.
1445 (struct wrapper, do_something, mundane/symada__cS): Move ...
1446 * gdb.base/c-linkage-name-2.c: ... here. New source file.
1447 * gdb.base/c-linkage-name.exp: Add verification of psymtab expansion.
1448 Update "print symada__cS before partial symtab expansion" regexp.
1449 Update breakpoint location. Flush symbol cache after expansion.
1450
1451 2020-02-28 Luis Machado <luis.machado@linaro.org>
1452
1453 * gdb.arch/aarch64-pauth.exp: Recognize optional PAC output.
1454
1455 2020-02-27 Tom de Vries <tdevries@suse.de>
1456
1457 * config/sid.exp: Remove unused globals.
1458 * gdb.base/attach.exp: Same.
1459 * gdb.base/catch-load.exp: Same.
1460 * gdb.base/dbx.exp: Same.
1461 * lib/gdb.exp: Same.
1462 * lib/mi-support.exp: Same.
1463 * lib/prompt.exp: Same.
1464
1465 2020-02-27 Tom de Vries <tdevries@suse.de>
1466
1467 * lib/tuiterm.exp (spawn): Handle case that spawn_out(slave,name) is
1468 not set.
1469
1470 2020-02-26 Aaron Merey <amerey@redhat.com>
1471
1472 * gdb.debuginfod: New directory for debuginfod tests.
1473 * gdb.debuginfod/main.c: New test file.
1474 * gdb.debuginfod/fetch_src_and_symbols.exp: New tests.
1475
1476 2020-02-26 Tom de Vries <tdevries@suse.de>
1477
1478 PR gdb/25603
1479 * gdb.base/persistent-lang.cc: New test.
1480 * gdb.base/persistent-lang.exp: New file.
1481
1482 2020-02-25 Andrew Burgess <andrew.burgess@embecosm.com>
1483
1484 * gdb.fortran/derived-type-striding.exp: Add a new test.
1485 * gdb.fortran/derived-type-striding.f90: Add pointer variable for
1486 new test.
1487
1488 2020-02-25 Andrew Burgess <andrew.burgess@embecosm.com>
1489
1490 * gdb.base/cached-source-file.exp: Avoid source file paths in test
1491 names.
1492
1493 2020-02-25 Tom de Vries <tdevries@suse.de>
1494
1495 PR go/18926
1496 * gdb.go/methods.exp: Remove gcc/93866 xfail.
1497
1498 2020-02-24 Tom de Vries <tdevries@suse.de>
1499
1500 PR gdb/25592
1501 * gdb.base/info-locals-unused-static-var.c: New test.
1502 * gdb.base/info-locals-unused-static-var.exp: New file.
1503
1504 2020-02-22 Tom Tromey <tom@tromey.com>
1505
1506 * gdb.python/tui-window.exp: New file.
1507 * gdb.python/tui-window.py: New file.
1508
1509 2020-02-22 Tom Tromey <tom@tromey.com>
1510
1511 PR tui/17850:
1512 * gdb.tui/new-layout.exp: Add horizontal layout and winheight
1513 tests.
1514
1515 2020-02-22 Tom Tromey <tom@tromey.com>
1516
1517 * gdb.tui/new-layout.exp: Add sub-layout tests.
1518
1519 2020-02-22 Tom Tromey <tom@tromey.com>
1520
1521 * gdb.tui/new-layout.exp: New file.
1522
1523 2020-02-22 Tom Tromey <tom@tromey.com>
1524
1525 * gdb.rust/rust-style.rs: New file.
1526 * gdb.rust/rust-style.exp: New file.
1527 * gdb.base/style.exp: Test structure printing.
1528 * gdb.base/style.c (struct some_struct): New type.
1529 (enum etype): New type.
1530 (struct_value): New global.
1531
1532 2020-02-21 Tom de Vries <tdevries@suse.de>
1533
1534 PR go/18926
1535 * lib/gdb.exp (bp_location2/bp_location2_regexp): Fix.
1536 Remove blanket xfails. Use message argument for gdb_breakpoint.
1537 Make continuing to breakpoint test conditional on setting breakpoint.
1538 Fix continuing to breakpoint regexp. Add xfails for gccgo-6/7
1539 DW_AT_name attribute. Add xfail for GCC PR93866.
1540
1541 2020-02-21 Andrew Burgess <andrew.burgess@embecosm.com>
1542
1543 * gdb.dwarf2/cpp-linkage-name.c: New file.
1544 * gdb.dwarf2/cpp-linkage-name.exp: New file.
1545
1546 2020-02-21 Shahab Vahedi <shahab@synopsys.com>
1547
1548 * lib/gdb.exp (gdb_wrapper_init): Reset
1549 "gdb_wrapper_initialized" to 0 if "wrapper_file" does
1550 not exist.
1551
1552 2020-02-20 Tom de Vries <tdevries@suse.de>
1553
1554 PR go/17018
1555 * gdb.go/hello.exp: Copy ...
1556 * gdb.go/global-local-var-shadow.exp: ... here. New file. Expect
1557 print of st to print value of global definition. Add xfail for GCC
1558 PR93844.
1559 * gdb.go/hello.exp: Remove printing of st before definition.
1560 * gdb.go/hello.go: Copy ...
1561 * gdb.go/global-local-var-shadow.go: ... here. New test. Rename myst
1562 to st.
1563 * gdb.go/hello.go: Remove myst. Remove comment about shadowing.
1564
1565 2020-02-20 Tom de Vries <tdevries@suse.de>
1566
1567 * lib/gdb.exp (support_go_compile): New gdb_caching_proc.
1568 (gdb_simple_compile): Handle compile_flags go by using .go extension
1569 for source file.
1570 * gdb.go/chan.exp: Use support_go_compile.
1571 * gdb.go/handcall.exp: Same.
1572 * gdb.go/hello.exp: Same.
1573 * gdb.go/integers.exp: Same.
1574 * gdb.go/max-depth.exp: Same.
1575 * gdb.go/methods.exp: Same.
1576 * gdb.go/package.exp: Same.
1577 * gdb.go/strings.exp: Same.
1578 * gdb.go/types.exp: Same.
1579 * gdb.go/unsafe.exp: Same.
1580
1581 2020-02-19 Tom de Vries <tdevries@suse.de>
1582
1583 * gdb.python/lib-types.exp: Make xfail more strict.
1584
1585 2020-02-19 Tom de Vries <tdevries@suse.de>
1586
1587 * gdb.ada/funcall_ref.exp: Replace xfail setup by unsupported check.
1588
1589 2020-02-19 Doug Evans <dje@google.com>
1590
1591 PR rust/25535
1592 * gdb.rust/simple.exp: Add test.
1593 * gdb.rust/simple.rs: Add test.
1594
1595 2020-02-19 Tom de Vries <tdevries@suse.de>
1596
1597 * gdb.base/corefile-buildid.exp (check_exec_file): Match info files
1598 output line-by-line.
1599
1600 2020-02-19 Tom de Vries <tdevries@suse.de>
1601
1602 * gdb.cp/cpexprs.exp: Remove c++/14186 kfail.
1603
1604 2020-02-19 Tom de Vries <tdevries@suse.de>
1605
1606 * gdb.base/solib-overlap.exp: Use exec instead of system to execute
1607 prelink.
1608
1609 2020-02-19 Tom de Vries <tdevries@suse.de>
1610
1611 * lib/cache.exp (ignore_pass, gdb_do_cache_wrap): New proc.
1612 (gdb_do_cache): Use gdb_do_cache_wrap.
1613 * gdb.base/gdb-caching-proc.exp (test_proc): Use gdb_do_cache_wrap.
1614
1615 2020-02-19 Tom de Vries <tdevries@suse.de>
1616
1617 * lib/dtrace.exp (dtrace_build_usdt_test_program): Use quiet as
1618 gdb_compile option.
1619
1620 2020-02-18 Simon Marchi <simon.marchi@efficios.com>
1621
1622 * gdb.base/printcmds.exp (test_print_enums): Update expected
1623 output.
1624
1625 2020-02-18 Simon Marchi <simon.marchi@efficios.com>
1626
1627 * gdb.base/printcmds.exp (test_print_enums): Expect hex values
1628 for "unknown".
1629
1630 2020-02-18 Simon Marchi <simon.marchi@efficios.com>
1631
1632 * gdb.base/printcmds.c (enum flag_enum): Add FE_TWO_LEGACY
1633 enumerator.
1634
1635 2020-02-18 Simon Marchi <simon.marchi@efficios.com>
1636
1637 * gdb.base/printcmds.c (enum flag_enum): Prefix enumerators with
1638 FE_, add FE_NONE.
1639 (three): Update.
1640 (enum flag_enum_without_zero): New enum.
1641 (flag_enum_without_zero): New variable.
1642 (enum not_flag_enum): New enum.
1643 (three_not_flag): New variable.
1644 * gdb.base/printcmds.exp (test_artificial_arrays): Update.
1645 (test_print_enums): Add more tests for printing flag enums.
1646
1647 2020-02-18 Tom de Vries <tdevries@suse.de>
1648
1649 * lib/ada.exp (gdb_compile_ada_1): Factor out of ...
1650 (gdb_compile_ada): ... here.
1651 (gnat_runtime_has_debug_info): Remove fail call for gdb_compile_ada
1652 failure. Use gdb_compile_ada_1 instead of gdb_compile_ada.
1653
1654 2020-02-14 Tom Tromey <tom@tromey.com>
1655
1656 * lib/gdbserver-support.exp (find_gdbserver): Find gdbserver in
1657 build directory.
1658 * boards/gdbserver-base.exp: Update path to gdbserver.
1659
1660 2020-02-13 Tom de Vries <tdevries@suse.de>
1661
1662 * lib/ada.exp (gdb_compile_ada): Delete stale exec before compilation.
1663
1664 2020-02-13 Tom de Vries <tdevries@suse.de>
1665
1666 * gdb.ada/catch_ex_std.exp: Indicate unsupported if gnatbind/gnatlink
1667 are missing.
1668
1669 2020-02-13 Tom de Vries <tdevries@suse.de>
1670
1671 * lib/ada.exp (gnatmake_version_at_least): Wrap exec call in a catch
1672 call.
1673
1674 2020-02-11 Sergio Durigan Junior <sergiodj@redhat.com>
1675
1676 PR tui/25126
1677 https://bugzilla.redhat.com/show_bug.cgi?id=1784210
1678 * gdb.base/cached-source-file.c: New file.
1679 * gdb.base/cached-source-file.exp: New file.
1680
1681 2020-02-11 Tom de Vries <tdevries@suse.de>
1682
1683 PR testsuite/25488
1684 * lib/gdb.exp (gdb_init): Unset $file_last_loaded.
1685
1686 2020-02-10 Tom de Vries <tdevries@suse.de>
1687
1688 * gdb.multi/multi-target.exp: Skip if skip_gdbserver_tests.
1689
1690 2020-02-10 Maciej W. Rozycki <macro@wdc.com>
1691
1692 * gdb.base/step-over-no-symbols.exp: Verify that $before_addr
1693 and $after_addr are both integers before making a comparison.
1694
1695 2020-02-09 Tom de Vries <tdevries@suse.de>
1696
1697 * gdb.base/many-headers.exp: Echo gdb command to gdb.log. Capture gdb
1698 command output and paste it into gdb.log. If any, paste catch message
1699 to gdb.log.
1700
1701 2020-02-07 Tom Tromey <tromey@adacore.com>
1702
1703 PR breakpoints/24915:
1704 * gdb.base/annotate-symlink.exp: Use setup_xfail.
1705
1706 2020-02-06 Shahab Vahedi <shahab@synopsys.com>
1707
1708 * gdb.tui/tui-missing-src.exp: Add the "missing source
1709 file" test for the TUI.
1710
1711 2020-02-06 Andrew Burgess <andrew.burgess@embecosm.com>
1712
1713 * gdb.server/multi-ui-errors.exp: Give a test a real name to avoid
1714 including a port number in the output.
1715
1716 2020-02-04 Alok Kumar Sharma <alokkumar.sharma@amd.com>
1717
1718 * lib/fortran.exp (fortran_int4): Handle clang.
1719 (fortran_int8): Likewise.
1720 (fortran_real4): Likewise.
1721 (fortran_real8): Likewise.
1722 (fortran_complex4): Likewise.
1723 (fortran_logical4): Likewise.
1724 (fortran_character1): Likewise.
1725
1726 2020-02-04 Tom de Vries <tdevries@suse.de>
1727
1728 * README (Race detection): Add note.
1729
1730 2020-02-04 Tom de Vries <tdevries@suse.de>
1731
1732 * lib/gdb.exp (inferior_exited_re): Use "\[^\n\r\]*" instead of ".*".
1733
1734 2020-02-04 Tom de Vries <tdevries@suse.de>
1735
1736 * lib/gdb.exp (inferior_exited_re): Use non-capturing parentheses.
1737
1738 2020-02-03 Rogerio A. Cardoso <rcardoso@linux.ibm.com>
1739
1740 * gdb.arch/powerpc-power8.exp: Delete trailing whitespace of
1741 tbegin., tend. instructions. Replace bctar-, bctar+, bctarl-,
1742 bctarl+ extended mnemonics when avaliable by bgttar, bnstarl,
1743 blttar, bnetarl.
1744 * gdb.arch/powerpc-power8.s: Fix comments. Fix instructions
1745 binary for blttar, bnetarl.
1746 * gdb.arch/powerpc-power9.exp: Delete trailing whitespace of
1747 wait instruction. Delete ldmx test.
1748 * gdb.arch/powerpc-power9.s: Delete ldmx instruction.
1749
1750 2020-02-03 Alok Kumar Sharma <AlokKumar.Sharma@amd.com>
1751
1752 * gdb.fortran/array-bounds-high.exp: New file.
1753 * gdb.fortran/array-bounds-high.f90: New file.
1754
1755 2020-02-03 Lukas Durfina <ldurfina@tachyum.com> (tiny change)
1756
1757 * gdb.base/fileio.c: Remove #include of <sys/errno.h>.
1758 Replace #include of <sys/fcntl.h> by <fcntl.h>.
1759
1760 2020-02-01 Tom de Vries <tdevries@suse.de>
1761
1762 * gdb.server/server-kill-python.exp: Fix $gdb_tst_name typo.
1763
1764 2020-01-31 Andrew Burgess <andrew.burgess@embecosm.com>
1765
1766 PR tui/9765
1767 * gdb.tui/tui-layout-asm-short-prog.S: New file.
1768 * gdb.tui/tui-layout-asm-short-prog.exp: New file.
1769
1770 2020-01-29 Luis Machado <luis.machado@linaro.org>
1771
1772 * gdb.arch/aarch64-brk-patterns.c: New source file.
1773 * gdb.arch/aarch64-brk-patterns.exp: New test.
1774
1775 2020-01-29 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1776
1777 * gdb.cp/pass-by-ref-2.exp: Mark some tests as XFAIL based on the
1778 GCC/Clang version.
1779 * gdb.cp/pass-by-ref.exp: Ditto.
1780
1781 2020-01-29 Tom de Vries <tdevries@suse.de>
1782
1783 * gdb.threads/watchpoint-fork-child.c: Guard prints with #if DEBUG.
1784 * gdb.threads/watchpoint-fork-mt.c: Same.
1785 * gdb.threads/watchpoint-fork-parent.c: Same.
1786 * gdb.threads/watchpoint-fork-st.c: Same.
1787 * gdb.threads/watchpoint-fork.exp: Compile with DEBUG=0.
1788
1789 2020-01-27 Luis Machado <luis.machado@linaro.org>
1790
1791 * gdb.base/step-over-syscall.exp (setup): Check if we're already
1792 sitting at a syscall instruction when we hit the syscall function's
1793 breakpoint.
1794 Check PC against one obtained with the x command.
1795 Validate syscall number.
1796 (step_over_syscall): Don't continue to the syscall instruction if
1797 we're already there.
1798
1799 2020-01-25 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1800
1801 * gdb.base/attach.exp: Test 'set exec-file-mismatch'.
1802
1803 2020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
1804
1805 * gdb.dwarf2/dw2-inline-many-frames.c: New file.
1806 * gdb.dwarf2/dw2-inline-many-frames.exp: New file.
1807
1808 2020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
1809
1810 * gdb.dwarf2/dw2-inline-stepping.c: New file.
1811 * gdb.dwarf2/dw2-inline-stepping.exp: New file.
1812
1813 2020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
1814
1815 * gdb.base/maint.exp: Update line table parsing test.
1816 * gdb.dwarf2/dw2-ranges-base.exp: Add new line table parsing test.
1817
1818 2020-01-24 Pedro Alves <palves@redhat.com>
1819
1820 PR gdb/25410
1821 * gdb.multi/multi-re-run-1.c: New.
1822 * gdb.multi/multi-re-run-2.c: New.
1823 * gdb.multi/multi-re-run.exp: New.
1824
1825 2020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
1826
1827 PR gdb/23718
1828 * gdb.server/server-kill-python.exp: New file.
1829
1830 2020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
1831
1832 * gdb.server/multi-ui-errors.c: New file.
1833 * gdb.server/multi-ui-errors.exp: New file.
1834
1835 2020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
1836
1837 PR tui/9765
1838 * gdb.tui/tui-layout-asm.exp: Add scrolling test for asm window.
1839
1840 2020-01-19 Tom Tromey <tom@tromey.com>
1841
1842 * gdb.tui/main.exp: Add check for plain "file".
1843
1844 2020-01-16 Christian Biesinger <cbiesinger@google.com>
1845
1846 * lib/gdb.exp: Fix spelling error (seperatelly).
1847
1848 2020-01-14 Tom Tromey <tom@tromey.com>
1849
1850 PR symtab/12535:
1851 * gdb.python/python.exp: Test decode_line with empty string
1852 argument.
1853
1854 2020-01-14 Bernd Edlinger <bernd.edlinger@hotmail.de>
1855
1856 * gdb.base/skip-inline.exp: Extend test.
1857
1858 2020-01-13 Andrew Burgess <andrew.burgess@embecosm.com>
1859
1860 * gdb.dwarf2/dw2-bad-elf-other.S: New file.
1861 * gdb.dwarf2/dw2-bad-elf.c: New file.
1862 * gdb.dwarf2/dw2-bad-elf.exp: New file.
1863
1864 2020-01-13 Andrew Burgess <andrew.burgess@embecosm.com>
1865
1866 * lib/dwarf.exp (Dwarf::lines): Reset _line_saw_program and
1867 _line_saw_file.
1868
1869 2020-01-13 Andrew Burgess <andrew.burgess@embecosm.com>
1870
1871 * lib/tuiterm.exp (Term::_check_box): Check some parts of the top
1872 border.
1873
1874 2020-01-10 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1875
1876 * gdb.multi/multi-target.exp (setup): Factor out "info
1877 connections" and "info inferiors" tests to ...
1878 (test_info_inferiors): ... this new procedure.
1879 (top level): Run new "info-inferiors" tests.
1880
1881 2020-01-10 Pedro Alves <palves@redhat.com>
1882
1883 * gdb.server/bkpt-other-inferior.exp: New file.
1884
1885 2020-01-10 Pedro Alves <palves@redhat.com>
1886
1887 * gdb.base/kill-detach-inferiors-cmd.exp: Adjust expected output
1888 of "add-inferior".
1889 * gdb.base/quit-live.exp: Likewise.
1890 * gdb.base/remote-exec-file.exp: Likewise.
1891 * gdb.guile/scm-progspace.exp: Likewise.
1892 * gdb.linespec/linespec.exp: Likewise.
1893 * gdb.mi/new-ui-mi-sync.exp: Likewise.
1894 * gdb.mi/user-selected-context-sync.exp: Likewise.
1895 * gdb.multi/multi-target.exp (setup): Add "info connection" and
1896 "info inferiors" tests.
1897 * gdb.multi/remove-inferiors.exp: Adjust expected output of
1898 "add-inferior".
1899 * gdb.multi/watchpoint-multi.exp: Likewise.
1900 * gdb.python/py-inferior.exp: Likewise.
1901 * gdb.server/extended-remote-restart.exp: Likewise.
1902 * gdb.threads/fork-plus-threads.exp: Adjust expected output of
1903 "info inferiors".
1904 * gdb.threads/forking-threads-plus-breakpoint.exp: Likewise.
1905 * gdb.trace/report.exp: Likewise.
1906
1907 2020-01-10 Pedro Alves <palves@redhat.com>
1908
1909 * gdb.multi/multi-target.c: New file.
1910 * gdb.multi/multi-target.exp: New file.
1911 * lib/gdbserver-support.exp (gdb_target_cmd): Handle "Non-stop
1912 mode requested, but remote does not support non-stop".
1913
1914 2020-01-10 Pedro Alves <palves@redhat.com>
1915
1916 * gdb.server/extended-remote-restart.exp (test_reload): Explicitly
1917 disconnect before reconnecting.
1918
1919 2020-01-10 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1920 Pedro Alves <palves@redhat.com>
1921
1922 * gdb.server/connect-without-multi-process.exp: Also test
1923 continuing to end.
1924
1925 2020-01-10 Pedro Alves <palves@redhat.com>
1926
1927 * gdb.base/remote-exec-file.exp: New file.
1928
1929 2020-01-10 Pedro Alves <palves@redhat.com>
1930
1931 * gdb.base/fork-running-state.exp (do_test): Adjust expected
1932 output.
1933 * gdb.threads/async.c: New.
1934 * gdb.threads/async.exp: New.
1935 * gdb.multi/tids-gid-reset.c: New.
1936 * gdb.multi/tids-gid-reset.exp: New.
1937
1938 2020-01-10 George Barrett <bob@bob131.so>
1939
1940 * gdb.base/stap-probe.c (relocation_marker): Add dummy variable
1941 to help in finding the image relocation offset.
1942 * gdb.base/stap-probe.exp (stap_test): Accept arbitrary compile
1943 options in arguments.
1944 (stap_test_no_debuginfo): Likewise.
1945 (stap-probe-nosem-noopt-pie, stap-probe-nosem-noopt-nopie): Add
1946 test variants.
1947 (stap_test): Add null semaphore relocation test.
1948
1949 2020-01-10 George Barrett <bob@bob131.so>
1950
1951 * gdb.base/stap-probe.c: Rename USE_PROBES to USE_SEMAPHORES.
1952 * gdb.base/stap-probe.exp: Likewise.
1953 (stap_test): Pass argument as an additional flag.
1954 (stap_test_no_debuginfo): Likewise.
1955 (stap_test): Check `info probes stap' output for semaphore
1956 addresses if the test binary is supposed to have them.
1957
1958 2020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
1959
1960 * gdb.tui/basic.exp: Add more scrolling tests.
1961
1962 2020-01-09 Tom Tromey <tom@tromey.com>
1963
1964 PR tui/18932:
1965 * lib/tuiterm.exp (Term::wait_for): Rename from _accept. Return a
1966 meangingful value.
1967 (Term::command, Term::resize): Update.
1968 * gdb.tui/basic.exp: Add scrolling test.
1969
1970 2020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
1971
1972 * gdb.tui/tui-layout-asm.exp: New file.
1973
1974 2020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
1975
1976 * lib/tuiterm.exp (Term::check_box_contents): New proc.
1977
1978 2020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
1979
1980 * lib/tuiterm.exp (Term::prepare_for_tui): New proc.
1981 (Term::enter_tui): Use Term::prepare_for_tui.
1982
1983 2020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
1984
1985 * lib/tuiterm.exp (Term::dump_screen): Always dump the screen when
1986 called.
1987
1988 2020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
1989
1990 * gdb.base/skip.exp: Fix race condition in test.
1991
1992 2020-01-06 Andrew Burgess <andrew.burgess@embecosm.com>
1993
1994 * gdb.base/backtrace.c: New file.
1995 * gdb.base/backtrace.exp: New file.
1996
1997 2020-01-05 Andrew Burgess <andrew.burgess@embecosm.com>
1998
1999 * gdb.tui/list.exp: Test 'focus next' after 'list main'.
2000
2001 2020-01-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2002
2003 * gdb.base/style.exp: Test that warnings are styled.
2004
2005 2019-12-29 Bernd Edlinger <bernd.edlinger@hotmail.de>
2006
2007 * gdb.base/line65535.exp: New file.
2008 * gdb.base/line65535.c: New file.
2009
2010 2019-12-27 Simon Marchi <simon.marchi@polymtl.ca>
2011
2012 * lib/ada.exp (gnat_runtime_has_debug_info): New proc.
2013 * lib/gnat_debug_info_test.adb: New file.
2014 * gdb.ada/ptype_tagged_param.exp: Use
2015 gnat_runtime_has_debug_info, expect a different output if
2016 runtime does not have debug info.
2017
2018 2019-12-20 Simon Marchi <simon.marchi@efficios.com>
2019
2020 * lib/sym-info-cmds.exp (GDBInfoSymbols::check_no_entry): Add
2021 (another) quote in test name.
2022
2023 2019-12-20 Simon Marchi <simon.marchi@efficios.com>
2024
2025 * lib/sym-info-cmds.exp (GDBInfoModuleSymbols::check_no_entry):
2026 Add quote in test name.
2027
2028 2019-12-20 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2029
2030 * gdb.cp/pass-by-ref.cc: Delete. Generated in the output
2031 directory instead.
2032 * gdb.cp/pass-by-ref.exp: Extend with more cases.
2033 * gdb.cp/pass-by-ref-2.cc: New file.
2034 * gdb.cp/pass-by-ref-2.exp: New file.
2035
2036 2019-12-20 Tom Tromey <tom@tromey.com>
2037
2038 * gdb.tui/list-before.exp: New file.
2039
2040 2019-12-20 Tom Tromey <tom@tromey.com>
2041
2042 * gdb.tui/list.exp: Check for source on initial listing.
2043
2044 2019-12-11 Tom Tromey <tromey@adacore.com>
2045
2046 * gdb.xml/tdesc-arch.exp (set_arch): Add "trans_mode" parameter.
2047 Add crlf test.
2048
2049 2019-12-18 Simon Marchi <simon.marchi@efficios.com>
2050
2051 * gdb.base/default.exp: Update value of $_gdb_major.
2052
2053 2019-12-17 Bernd Edlinger <bernd.edlinger@hotmail.de>
2054
2055 * gdb.base/skip.exp: Fix test failure observed with gcc-9.2.0.
2056
2057 2019-12-17 Bernd Edlinger <bernd.edlinger@hotmail.de>
2058
2059 * gdb.base/skip.exp: Whitespace fix.
2060
2061 2019-12-16 Bernd Edlinger <bernd.edlinger@hotmail.de>
2062
2063 * gdb.base/skip-inline.c: New file.
2064 * gdb.base/skip-inline.exp: New file.
2065
2066 2019-12-16 Simon Marchi <simon.marchi@polymtl.ca>
2067
2068 * gdb.base/jit-reader.exp (jit_reader_test): Rename
2069 jit_function_00 to jit_function_stack_mangle.
2070 * gdb.base/jithost.c (jit_function_t): Rename to...
2071 (jit_function_stack_mangle_t): ... this.
2072 (jit_function_add_t): New typedef.
2073 (jit_function_00_code): Rename to...
2074 (jit_function_stack_mangle_code): ... this, make static.
2075 (jit_function_add_code): New.
2076 (main): Generate "add" function and call it. Adjust to changes
2077 in jithost_abi.
2078 * gdb.base/jithost.h (struct jithost_abi_bounds): New.
2079 (struct jithost_abi) <begin, end>: Remove fields.
2080 <object, function_stack_mangle, function_add>: New fields.
2081 * gdb.base/jitreader.c (struct reader_state) <code_begin,
2082 code_end>: Remove fields.
2083 <func_stack_mangle>: New field.
2084 (read_debug_info): Adjust to renaming, create block for "add"
2085 function.
2086 (read_sp, unwind_frame, get_frame_id): Adjust to other changes.
2087
2088 2019-12-11 Tom Tromey <tom@tromey.com>
2089
2090 * gdb.tui/resize.exp: Fix regexp.
2091 * gdb.tui/regs.exp: Fix regexps.
2092 * gdb.tui/main.exp: Fix regexp.
2093
2094 2019-12-11 Tom Tromey <tom@tromey.com>
2095
2096 * gdb.tui/resize.exp: Update.
2097 * gdb.tui/empty.exp (layouts): Update.
2098
2099 2019-12-11 Tom Tromey <tom@tromey.com>
2100
2101 * gdb.tui/regs.exp: Update.
2102 * gdb.tui/empty.exp (layouts): Update.
2103 * gdb.tui/basic.exp: Update.
2104 * lib/tuiterm.exp (_check_box): Don't check bottom border.
2105
2106 2019-12-11 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2107
2108 * gdb.base/options.exp: Add -raw-values in the print completion list.
2109 * gdb.python/py-prettyprint.exp: Add tests for -raw-values.
2110
2111 2019-12-10 Kevin Buettner <kevinb@redhat.com>
2112
2113 * gdb.threads/omp-par-scope.c: New file.
2114 * gdb/threads/omp-par-scope.exp: New file.
2115
2116 2019-12-10 Kevin Buettner <kevinb@redhat.com>
2117
2118 * lib/gdb.exp (support_nested_function_tests): New proc.
2119
2120 2019-12-10 Kevin Buettner <kevinb@redhat.com>
2121
2122 * lib/gdb.exp (gdb_compile_openmp): New proc.
2123 (build_executable_from_specs): Add an "openmp" option.
2124 (gdb_compile_pthreads): Add non-executable case.
2125
2126 2019-12-10 Tom Tromey <tromey@adacore.com>
2127
2128 * gdb.ada/unchecked_union.exp: New file.
2129 * gdb.ada/unchecked_union/pck.adb: New file.
2130 * gdb.ada/unchecked_union/pck.ads: New file.
2131 * gdb.ada/unchecked_union/unchecked_union.adb: New file.
2132 * gdb-utils.exp (string_to_regexp): Also quote "?".
2133
2134 2019-12-10 George Barrett <bob@bob131.so>
2135
2136 Test scripted probe breakpoints.
2137 * gdb.guile/scm-breakpoint.c (main): Add probe point.
2138 * gdb.python/py-breakpoint.c (main): Likewise.
2139 * gdb.guile/scm-breakpoint.exp (test_bkpt_probe): Add probe
2140 specifier test.
2141 * gdb.python/py-breakpoint.exp (test_bkpt_probe): Likewise.
2142
2143 2019-12-09 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2144
2145 * gdb.cp/rvalue-ref-overload.cc (g): New function that takes
2146 an rvalue parameter.
2147 * gdb.cp/rvalue-ref-overload.exp: Test calling it with an lvalue
2148 parameter.
2149
2150 2019-12-09 Andrew Burgess <andrew.burgess@embecosm.com>
2151
2152 * gdb.mi/mi-fortran-modules.exp: Add patterns to skip system
2153 modules.
2154
2155 2019-12-09 Andrew Burgess <andrew.burgess@embecosm.com>
2156
2157 * gdb.fortran/derived-type-striding.exp: KFAIL if we are using a
2158 broken version of GCC.
2159
2160 2019-12-09 Andrew Burgess <andrew.burgess@embecosm.com>
2161
2162 * gdb.fortran/info-modules.exp: Rewrite to make use of new
2163 sym-info-cmds library.
2164 * gdb.fortran/info-types.exp: Likewise.
2165 * lib/sym-info-cmds.exp: New file.
2166
2167 2019-12-08 Tom de Vries <tdevries@suse.de>
2168
2169 * gdb.dwarf2/imported-unit.exp: Fix inter-CU references.
2170
2171 2019-12-07 Keith Seitz <keiths@redhat.com>
2172
2173 * gdb.base/corefile-buildid-shlib-shr.c: New file.
2174 * gdb.base/corefile-buildid-shlib.c: New file.
2175 * gdb.base/corefile-buildid.c: New file.
2176 * gdb.base/corefile-buildid.exp: New file.
2177
2178 2019-12-06 Tom de Vries <tdevries@suse.de>
2179
2180 * gdb.dwarf2/varval.exp: Add decl before def test.
2181
2182 2019-12-06 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2183
2184 * gdb.cp/rvalue-ref-overload.exp: Minor cleanup.
2185
2186 2019-12-06 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2187
2188 * gdb.cp/rvalue-ref-overload.cc: Add a case that involves both
2189 CV and reference conversion for overload resolution.
2190 * gdb.cp/rvalue-ref-overload.exp: Test it.
2191
2192 2019-12-06 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2193
2194 * gdb.threads/pthreads.exp: Test taas and tfaas without command.
2195 * gdb.base/frameapply.exp: Test faas without command.
2196
2197 2019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
2198
2199 * lib/gdb.exp (gdb_compile): Add -J compiler option when building
2200 Fortran tests.
2201 * gdb.mi/mi-fortran-modules.exp: Compile source files in correct
2202 order.
2203
2204 2019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
2205
2206 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): Handle
2207 casting to type with no kind specified.
2208 (test_basic_parsing_of_type_kinds): Additional tests for types
2209 with no kind specified, and add tests for single/double
2210 precision/complex types.
2211
2212 2019-12-04 Tom Tromey <tromey@adacore.com>
2213
2214 * gdb.base/endianity.c (struct other) <x>: New field.
2215 (main): Initialize it.
2216 * gdb.base/endianity.exp: Update.
2217
2218 2019-12-04 Tom Tromey <tromey@adacore.com>
2219
2220 * gdb.ada/scalar_storage/storage.adb: New file.
2221 * gdb.ada/scalar_storage/pck.adb: New file.
2222 * gdb.ada/scalar_storage/pck.ads: New file.
2223 * gdb.ada/scalar_storage.exp: New file.
2224
2225 2019-12-04 Tom Tromey <tromey@adacore.com>
2226
2227 * gdb.base/endianity.c (struct otherendian) <f>: New field.
2228 (main): Initialize it.
2229 * gdb.base/endianity.exp: Update.
2230
2231 2019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
2232
2233 * gdb.mi/mi-sym-info.exp: Add tests for -max-results parameter.
2234
2235 2019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
2236
2237 * gdb.mi/mi-fortran-modules.exp: Add additional tests for
2238 -symbol-info-module-functions and -symbol-info-module-variables.
2239
2240 2019-12-01 Andrew Burgess <andrew.burgess@embecosm.com>
2241
2242 * gdb.fortran/array-slices.exp: Add test for dynamic strings.
2243
2244 2019-12-01 Richard Bunt <richard.bunt@arm.com>
2245 Andrew Burgess <andrew.burgess@embecosm.com>
2246
2247 * gdb.fortran/derived-type-striding.exp: New file.
2248 * gdb.fortran/derived-type-striding.f90: New file.
2249 * gdb.fortran/array-slices.exp: New file.
2250 * gdb.fortran/array-slices.f90: New file.
2251
2252 2019-11-30 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2253
2254 * gdb.base/define.exp: Test . in command names.
2255 * gdb.base/setshow.exp: Update test, as . is now part of
2256 command name.
2257
2258 2019-11-30 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2259
2260 * gdb.base/define-prefix.exp: New file.
2261
2262 2019-11-28 Andrew Burgess <andrew.burgess@embecosm.com>
2263
2264 * lib/gdb.exp (skip_btrace_tests): Return 1 if the test fails to
2265 compile.
2266 (skip_btrace_pt_tests): Likewise.
2267
2268 2019-11-27 Andrew Burgess <andrew.burgess@embecosm.com>
2269
2270 * gdb.fortran/info-modules.exp: Compile source files in correct
2271 order.
2272
2273 2019-11-27 Kevin Buettner <kevinb@redhat.com>
2274
2275 * gdb.dwarf2/imported-unit.exp: New file.
2276 * gdb.dwarf2/imported-unit.c: New file.
2277
2278 2019-11-27 Andrew Burgess <andrew.burgess@embecosm.com>
2279
2280 * gdb.mi/mi-fortran-modules-2.f90: New file.
2281 * gdb.mi/mi-fortran-modules.exp: New file.
2282 * gdb.mi/mi-fortran-modules.f90: New file.
2283
2284 2019-11-27 Andrew Burgess <andrew.burgess@embecosm.com>
2285
2286 * gdb.mi/mi-sym-info-1.c: New file.
2287 * gdb.mi/mi-sym-info-2.c: New file.
2288 * gdb.mi/mi-sym-info.exp: New file.
2289
2290 2019-11-22 Tom Tromey <tromey@adacore.com>
2291
2292 * gdb.ada/tasks.exp: Add -ada-task-info regression test.
2293 * gdb.ada/tasks/foo.adb: Add another stopping location.
2294
2295 2019-11-21 Peeter Joot <peeter.joot@lzlabs.com>
2296
2297 * gdb.base/endianity.c: New test.
2298 * gdb.base/endianity.exp: New file.
2299
2300 2019-11-21 Lukas Durfina <ldurfina@tachyum.com>
2301
2302 * gdb.arch/amd64-eval.exp: Skip test if target is not x86-64.
2303
2304 2019-11-21 Tom de Vries <tdevries@suse.de>
2305
2306 PR gdb/24956
2307 * gdb.base/ui-redirect.exp: Test output of user-defined command.
2308
2309 2019-11-20 Sergio Durigan Junior <sergiodj@redhat.com>
2310
2311 * gdb.python/py-progspace.exp: Add missing parentheses on some
2312 'print' commands.
2313
2314 2019-11-19 Tom Tromey <tom@tromey.com>
2315
2316 * gdb.tui/winheight.exp: New file.
2317
2318 2019-11-19 Andrew Burgess <andrew.burgess@embecosm.com>
2319
2320 * gdb.base/ctf-whatis.c: Delete.
2321 * gdb.base/ctf-whatis.exp: Delete.
2322 * gdb.base/whatis.exp: Rewrite to compile as both dwarf and ctf.
2323
2324 2019-11-19 Andrew Burgess <andrew.burgess@embecosm.com>
2325
2326 * gdb.base/ctf-cvexpr.exp: Delete.
2327 * gdb.base/cvexpr.exp: Rewrite to compile as both dwarf and ctf.
2328
2329 2019-11-19 Andrew Burgess <andrew.burgess@embecosm.com>
2330
2331 * gdb.base/ctf-constvars.exp: Skip test if CTF is not supported in
2332 the compiler. Clean up header comment a little.
2333 * gdb.base/ctf-ptype.exp: Likewise.
2334 * gdb.base/ctf-whatis.exp: Likewise.
2335 * lib/gdb.exp (skip_ctf_tests): New proc.
2336
2337 2019-11-18 Sergio Durigan Junior <sergiodj@redhat.com>
2338
2339 https://bugzilla.redhat.com/show_bug.cgi?id=1765117
2340 * gdb.tui/corefile-run.exp: New file.
2341
2342 2019-11-14 Tom Tromey <tromey@adacore.com>
2343
2344 * gdb.base/gdbvars.exp (test_convenience_variables): Add
2345 regression tests.
2346
2347 2019-11-12 Tom Tromey <tom@tromey.com>
2348
2349 * lib/tuiterm.exp (_accept): Add wait_for parameter. Check output
2350 after any command. Expect prompt after WAIT_FOR is seen.
2351 (enter_tui): Enable resize messages.
2352 (command): Expect command in output.
2353 (get_line): Avoid error when cursor appears to be off-screen.
2354 (dump_screen): Include screen size in title.
2355 (_do_resize): New proc, from "resize".
2356 (resize): Rewrite. Do resize in two steps.
2357 * gdb.tui/empty.exp (layouts): Fix entries.
2358 (check_boxes): Remove xfail.
2359 (check_text): Dump screen on failure.
2360
2361 2019-11-10 Andrew Burgess <andrew.burgess@embecosm.com>
2362
2363 * gdb.python/py-symbol.exp: Add test for
2364 gdb.lookup_static_symbols.
2365
2366 2019-11-10 Andrew Burgess <andrew.burgess@embecosm.com>
2367
2368 * gdb.python/py-symbol.c: Declare and call function from new
2369 py-symbol-2.c file.
2370 * gdb.python/py-symbol.exp: Compile both source files, and add new
2371 tests for gdb.lookup_static_symbol.
2372 * gdb.python/py-symbol-2.c: New file.
2373
2374 2019-11-02 Tom de Vries <tdevries@suse.de>
2375
2376 * gdb.base/advance.exp: Drop superfluous 3rd argument to gdb_test.
2377 * gdb.base/anon.exp: Same.
2378 * gdb.base/auto-connect-native-target.exp: Same.
2379 * gdb.base/call-ar-st.exp: Same.
2380 * gdb.base/catch-syscall.exp: Same.
2381 * gdb.base/commands.exp: Same.
2382 * gdb.base/default.exp: Same.
2383 * gdb.base/display.exp: Same.
2384 * gdb.base/float.exp: Same.
2385 * gdb.base/foll-fork.exp: Same.
2386 * gdb.base/help.exp: Same.
2387 * gdb.base/info-macros.exp: Same.
2388 * gdb.base/info-proc.exp: Same.
2389 * gdb.base/info-target.exp: Same.
2390 * gdb.base/long_long.exp: Same.
2391 * gdb.base/macscp.exp: Same.
2392 * gdb.base/memattr.exp: Same.
2393 * gdb.base/nofield.exp: Same.
2394 * gdb.base/pointers.exp: Same.
2395 * gdb.base/printcmds.exp: Same.
2396 * gdb.base/ptype.exp: Same.
2397 * gdb.base/restore.exp: Same.
2398 * gdb.base/return.exp: Same.
2399 * gdb.base/scope.exp: Same.
2400 * gdb.base/set-noassign.exp: Same.
2401 * gdb.base/setshow.exp: Same.
2402 * gdb.base/shlib-call.exp: Same.
2403 * gdb.base/signals.exp: Same.
2404 * gdb.base/sigstep.exp: Same.
2405 * gdb.base/skip.exp: Same.
2406 * gdb.base/solib-symbol.exp: Same.
2407 * gdb.base/stap-probe.exp: Same.
2408 * gdb.base/step-line.exp: Same.
2409 * gdb.base/step-test.exp: Same.
2410 * gdb.base/style.exp: Same.
2411 * gdb.base/varargs.exp: Same.
2412 * gdb.base/vla-datatypes.exp: Same.
2413 * gdb.base/vla-ptr.exp: Same.
2414 * gdb.base/vla-sideeffect.exp: Same.
2415 * gdb.base/volatile.exp: Same.
2416 * gdb.base/watch-cond-infcall.exp: Same.
2417 * gdb.base/watchpoint.exp: Same.
2418
2419 2019-11-02 Tom de Vries <tdevries@suse.de>
2420
2421 * gdb.cp/anon-union.exp: Drop superfluous 3rd argument to gdb_test.
2422 * gdb.cp/cpexprs.exp: Same.
2423 * gdb.cp/except-multi-location.exp: Same.
2424 * gdb.cp/exceptprint.exp: Same.
2425 * gdb.cp/gdb2384.exp: Same.
2426 * gdb.cp/inherit.exp: Same.
2427 * gdb.cp/m-static.exp: Same.
2428 * gdb.cp/meth-typedefs.exp: Same.
2429 * gdb.cp/misc.exp: Same.
2430 * gdb.cp/namespace.exp: Same.
2431 * gdb.cp/non-trivial-retval.exp: Same.
2432 * gdb.cp/overload.exp: Same.
2433 * gdb.cp/pr17132.exp: Same.
2434 * gdb.cp/re-set-overloaded.exp: Same.
2435 * gdb.cp/rvalue-ref-types.exp: Same.
2436 * gdb.cp/templates.exp: Same.
2437
2438 2019-11-01 Luis Machado <luis.machado@linaro.org>
2439
2440 PR gdb/25124
2441
2442 * gdb.arch/pr25124.S: New file.
2443 * gdb.arch/pr25124.exp: New file.
2444
2445 2019-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
2446
2447 * gdb.fortran/info-modules.exp: Update expected results, and add
2448 additional tests for 'info module functinos', and 'info module
2449 variables'.
2450 * gdb.fortran/info-types.exp: Update expected results.
2451 * gdb.fortran/info-types.f90: Extend testcase with additional
2452 module variables and functions.
2453
2454 2019-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
2455
2456 * gdb.fortran/info-modules.exp: New file.
2457 * gdb.fortran/info-types.exp: Build with new file.
2458 * gdb.fortran/info-types.f90: Include and use new module.
2459 * gdb.fortran/info-types-2.f90: New file.
2460
2461 2019-10-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2462
2463 * gdb.base/setshow.exp: Test $_gdb_setting and $_gdb_setting_str.
2464 * gdb.base/settings.exp: Test all settings types using
2465 $_gdb_maint_setting and $_gdb_maint_setting_str in proc_show_setting,
2466 that now verifies that the value of "maint show" is the same as
2467 returned by the settings functions. Test the type of the
2468 maintenance settings.
2469 * gdb.base/default.exp: Update show_conv_list.
2470
2471 2019-10-31 Tom de Vries <tdevries@suse.de>
2472
2473 * gdb.arch/amd64-disp-step-avx.exp: Drop superfluous 3rd argument to
2474 gdb_test.
2475 * gdb.arch/amd64-disp-step.exp: Same.
2476 * gdb.asm/asm-source.exp: Same.
2477 * gdb.btrace/buffer-size.exp: Same.
2478 * gdb.btrace/cpu.exp: Same.
2479 * gdb.btrace/enable.exp: Same.
2480 * gdb.dwarf2/count.exp: Same.
2481 * gdb.dwarf2/dw2-ranges-func.exp: Same.
2482 * gdb.dwarf2/dw2-ranges-psym.exp: Same.
2483 * gdb.fortran/vla-datatypes.exp: Same.
2484 * gdb.fortran/vla-history.exp: Same.
2485 * gdb.fortran/vla-ptype.exp: Same.
2486 * gdb.fortran/vla-value.exp: Same.
2487 * gdb.fortran/whatis_type.exp: Same.
2488 * gdb.guile/guile.exp: Same.
2489 * gdb.multi/tids.exp: Same.
2490 * gdb.python/py-finish-breakpoint.exp: Same.
2491 * gdb.python/py-framefilter.exp: Same.
2492 * gdb.python/py-pp-registration.exp: Same.
2493 * gdb.python/py-xmethods.exp: Same.
2494 * gdb.python/python.exp: Same.
2495 * gdb.server/connect-with-no-symbol-file.exp: Same.
2496 * gdb.server/no-thread-db.exp: Same.
2497 * gdb.server/run-without-local-binary.exp: Same.
2498 * gdb.stabs/weird.exp: Same.
2499 * gdb.threads/attach-many-short-lived-threads.exp: Same.
2500 * gdb.threads/thread-find.exp: Same.
2501 * gdb.threads/tls-shared.exp: Same.
2502 * gdb.threads/tls.exp: Same.
2503 * gdb.threads/wp-replication.exp: Same.
2504 * gdb.trace/ax.exp: Same.
2505 * lib/gdb.exp (gdb_test_exact, help_test_raw): Same.
2506
2507 2019-10-31 Tom de Vries <tdevries@suse.de>
2508
2509 * gdb.ada/array_bounds.exp: Drop superfluous 3rd argument to gdb_test.
2510 * gdb.ada/array_subscript_addr.exp: Same.
2511 * gdb.ada/arrayidx.exp: Same.
2512 * gdb.ada/arrayparam.exp: Same.
2513 * gdb.ada/arrayptr.exp: Same.
2514 * gdb.ada/boolean_expr.exp: Same.
2515 * gdb.ada/call_pn.exp: Same.
2516 * gdb.ada/complete.exp: Same.
2517 * gdb.ada/fixed_cmp.exp: Same.
2518 * gdb.ada/fun_addr.exp: Same.
2519 * gdb.ada/funcall_param.exp: Same.
2520 * gdb.ada/interface.exp: Same.
2521 * gdb.ada/mod_from_name.exp: Same.
2522 * gdb.ada/null_array.exp: Same.
2523 * gdb.ada/packed_array.exp: Same.
2524 * gdb.ada/packed_tagged.exp: Same.
2525 * gdb.ada/print_chars.exp: Same.
2526 * gdb.ada/print_pc.exp: Same.
2527 * gdb.ada/ptype_arith_binop.exp: Same.
2528 * gdb.ada/ptype_field.exp: Same.
2529 * gdb.ada/ptype_tagged_param.exp: Same.
2530 * gdb.ada/rec_return.exp: Same.
2531 * gdb.ada/ref_tick_size.exp: Same.
2532 * gdb.ada/str_ref_cmp.exp: Same.
2533 * gdb.ada/taft_type.exp: Same.
2534 * gdb.ada/tagged.exp: Same.
2535 * gdb.ada/type_coercion.exp: Same.
2536 * gdb.ada/uninitialized_vars.exp: Same.
2537
2538 2019-10-30 Tom de Vries <tdevries@suse.de>
2539
2540 * lib/gdb.exp (gdb_test_multiple): Handle -early pattern flag.
2541
2542 2019-10-26 Tom de Vries <tdevries@suse.de>
2543
2544 * gdb.base/bigcore.c: Fix typos in comments.
2545 * gdb.base/ctf-ptype.c: Same.
2546 * gdb.base/long_long.c: Same.
2547 * gdb.dwarf2/dw2-op-out-param.S: Same.
2548 * gdb.python/py-evthreads.c: Same.
2549 * gdb.reverse/i387-stack-reverse.c: Same.
2550 * gdb.trace/tfile.c: Same.
2551 * lib/compiler.c: Same.
2552 * lib/compiler.cc: Same.
2553
2554 2019-10-25 Tom de Vries <tdevries@suse.de>
2555
2556 * gdb.reverse/sigall-precsave.exp: Use -wrap and $gdb_test_name in
2557 gdb_test_multiple calls.
2558 * gdb.reverse/sigall-reverse.exp: Same.
2559 * gdb.reverse/solib-precsave.exp: Same.
2560 * gdb.reverse/solib-reverse.exp: Same.
2561 * gdb.reverse/until-precsave.exp: Same.
2562 * gdb.reverse/until-reverse.exp: Same.
2563
2564 2019-10-24 Tom de Vries <tdevries@suse.de>
2565
2566 * lib/gdb.exp (gdb_test_multiple): Add -wrap pattern flag.
2567 * gdb.reverse/step-precsave.exp: Rewrite gdb_test_multiple containing
2568 kfail using -wrap pattern flag and convenience variable
2569 gdb_test_name.
2570
2571 2019-10-24 Andrew Burgess <andrew.burgess@embecosm.com>
2572
2573 * gdb.python/py-progspace.exp: Add tests for the
2574 Progspace.block_for_pc method.
2575
2576 2019-10-23 Tom Tromey <tom@tromey.com>
2577
2578 * configure: Rebuild.
2579 * aclocal.m4: Use m4_include, not sinclude.
2580
2581 2019-10-21 Tom de Vries <tdevries@suse.de>
2582
2583 * gdb.base/infcall-nested-structs.c: Add
2584 __attribute__((noinline,noclone)) to all functions.
2585 (call_all): Add missing variable initialization. Simplify return value.
2586 (breakpt): Increment volatile variable, to prevent call from being
2587 optimized out.
2588 * gdb.base/infcall-nested-structs.exp: Compile with -O2.
2589
2590 2019-10-17 Tom de Vries <tdevries@suse.de>
2591
2592 * gdb.fortran/module.exp: Allow info variables to print info for files
2593 other than module.f90.
2594
2595 2019-10-16 Andrew Burgess <andrew.burgess@embecosm.com>
2596
2597 * gdb.fortran/module.exp: Extend with 'info variables' test.
2598
2599 2019-10-16 Andrew Burgess <andrew.burgess@embecosm.com>
2600
2601 * boards/cc-with-tweaks.exp: Setup F90_FOR_TARGET and
2602 F77_FOR_TARGET.
2603
2604 2019-10-16 Tom de Vries <tdevries@suse.de>
2605
2606 PR tdep/25096
2607 * gdb.base/infcall-nested-structs.exp: Remove PR25096 KFAILs.
2608
2609 2019-10-16 Tom de Vries <tdevries@suse.de>
2610
2611 PR tdep/24104
2612 * gdb.base/infcall-nested-structs.exp: Remove XFAIL for PR tdep/24104.
2613 Add KFAIL for PR tdep/25096.
2614
2615 2019-10-16 Tom de Vries <tdevries@suse.de>
2616
2617 PR testsuite/25059
2618 * gdb.cp/local-static.exp (do_test): Add xfails for gcc PR debug/55541.
2619
2620 2019-10-16 Tom de Vries <tdevries@suse.de>
2621
2622 * gdb.base/jit-reader.exp: Allow non-pointer registers to be printed
2623 as signed.
2624
2625 2019-10-14 Simon Marchi <simon.marchi@polymtl.ca>
2626
2627 * gdb.mi/list-thread-groups-available.exp: Read entries one by
2628 one instead of increasing timeout.
2629
2630 2019-10-13 Tom de Vries <tdevries@suse.de>
2631
2632 PR record/25038
2633 * gdb.reverse/sigall-precsave.exp: Add PR record/25038 KFAIL.
2634 * gdb.reverse/sigall-reverse.exp: Same.
2635 * gdb.reverse/solib-precsave.exp: Same.
2636 * gdb.reverse/solib-reverse.exp: Same.
2637 * gdb.reverse/step-precsave.exp: Same.
2638 * gdb.reverse/until-precsave.exp: Same.
2639 * gdb.reverse/until-reverse.exp: Same.
2640 * lib/gdb.exp (gdb_continue_to_breakpoint): Same.
2641
2642 2019-10-10 Andreas Arnez <arnez@linux.ibm.com>
2643
2644 * gdb.base/infcall-nested-structs.c (cmp_struct_02_01)
2645 (cmp_struct_02_02, cmp_struct_04_01, cmp_struct_04_02)
2646 (cmp_struct_05_01, cmp_struct_static_02_01)
2647 (cmp_struct_static_04_01, cmp_struct_static_06_01): Fix redundant
2648 comparisons.
2649
2650 2019-10-10 Tom de Vries <tdevries@suse.de>
2651
2652 PR testsuite/24888
2653 * lib/ada.exp (target_compile_ada_from_dir): Route -pie/-no-pie to
2654 gnatlink.
2655
2656 2019-10-09 Tom de Vries <tdevries@suse.de>
2657
2658 PR testsuite/25048
2659 * gdb.rust/simple.exp: Add xfails for incorrect DWARF.
2660
2661 2019-10-07 Andrew Burgess <andrew.burgess@embecosm.com>
2662
2663 * gdb.ada/catch_ex_std.exp: Handle being unabled to catch Ada
2664 exceptions due to missing debug information.
2665
2666 2019-10-07 Tom de Vries <tdevries@suse.de>
2667
2668 * gdb.base/default.exp: Expect _gdb_major/_gdb_minor to be 9.1.
2669
2670 2019-10-07 Andrew Burgess <andrew.burgess@embecosm.com>
2671
2672 * lib/gdb.exp (gdb_test_multiple): Add gdb_test_name mechanism.
2673 * gdb.base/annota1.exp: Update to use gdb_test_name.
2674
2675 2019-10-07 Weimin Pan <weimin.pan@oracle.com>
2676
2677 * gdb.base/ctf-whatis.exp: New file.
2678 * gdb.base/ctf-whatis.c: New file.
2679 * gdb.base/ctf-ptype.exp: New file.
2680 * gdb.base/ctf-ptype.c: New file.
2681 * gdb.base/ctf-constvars.exp: New file.
2682 * gdb.base/ctf-constvars.c: New file.
2683 * gdb.base/ctf-cvexpr.exp: New file.
2684
2685 2019-10-04 Tom de Vries <tdevries@suse.de>
2686
2687 * gdb.cp/local-static.c (main): Move declaration of int i out of the
2688 for loop.
2689
2690 2019-10-03 Tom Tromey <tom@tromey.com>
2691
2692 PR rust/24976:
2693 * gdb.rust/simple.rs (Union2): New type.
2694 (main): Use Union2.
2695 * gdb.rust/simple.exp: Add test.
2696
2697 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
2698
2699 * gdb.fortran/nested-funcs-2.exp: Run tests with and without the
2700 nested function prefix.
2701
2702 2019-10-03 Bernhard Heckel <bernhard.heckel@intel.com>
2703 Richard Bunt <richard.bunt@arm.com>
2704 Andrew Burgess <andrew.burgess@embecosm.com>
2705
2706 * gdb.fortran/nested-funcs.exp: Tests for placing breakpoints on
2707 nested functions.
2708 * gdb.fortran/nested-funcs.f90: Update expected results.
2709 * gdb.fortran/nested-funcs-2.exp: New file.
2710 * gdb.fortran/nested-funcs-2.f90: New file.
2711
2712 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
2713
2714 * gdb.python/py-parameter.exp: Make test names unique.
2715 * gdb.python/py-template.exp: Likewise.
2716 * gdb.python/py-value.exp: Likewise.
2717
2718 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
2719
2720 * gdb.base/break-interp.exp: Reduce test name duplication.
2721 * gdb.base/call-sc.exp: Likewise.
2722 * gdb.base/callfuncs.exp: Likewise.
2723 * gdb.base/charset.exp: Likewise.
2724 * gdb.base/dump.exp: Likewise.
2725 * gdb.base/ena-dis-br.exp: Likewise.
2726 * gdb.base/relational.exp: Likewise.
2727 * gdb.base/step-over-syscall.exp: Likewise.
2728 * gdb.base/structs.exp: Likewise.
2729
2730 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
2731
2732 * gdb.linespec/explicit.exp: Make test names unique.
2733 * gdb.linespec/ls-errs.exp: Likewise.
2734
2735 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
2736
2737 * gdb.reverse/break-precsave.exp: Make test names unique.
2738 * gdb.reverse/break-reverse.exp: Likewise.
2739 * gdb.reverse/finish-precsave.exp: Likewise.
2740 * gdb.reverse/finish-reverse.exp: Likewise.
2741 * gdb.reverse/machinestate-precsave.exp: Likewise.
2742 * gdb.reverse/machinestate.exp: Likewise.
2743 * gdb.reverse/readv-reverse.exp: Likewise.
2744 * gdb.reverse/recvmsg-reverse.exp: Likewise.
2745 * gdb.reverse/sigall-precsave.exp: Likewise.
2746 * gdb.reverse/sigall-reverse.exp: Likewise.
2747 * gdb.reverse/step-indirect-call-thunk.exp: Likewise.
2748 * gdb.reverse/watch-precsave.exp: Likewise.
2749 * gdb.reverse/watch-reverse.exp: Likewise.
2750
2751 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
2752
2753 * gdb.threads/stop-with-handle.c: New file.
2754 * gdb.threads/stop-with-handle.exp: New file.
2755
2756 2019-10-03 Tom de Vries <tdevries@suse.de>
2757
2758 PR testsuite/25059
2759 * gdb.base/list-missing-source.exp: Allowing the "Compilation
2760 directory" line to be missing.
2761
2762 2019-10-03 Tom de Vries <tdevries@suse.de>
2763
2764 PR testsuite/25059
2765 * gdb.base/info-types.exp: Make the presence of the 'unsigned int'
2766 type optional.
2767
2768 2019-10-02 Andreas Arnez <arnez@linux.ibm.com>
2769
2770 * gdb.python/py-format-string.c (string.h): New include.
2771 (main): Fill a_struct_with_union.the_union.an_int with bytes of
2772 the same value, for endianness-independence.
2773 * gdb.python/py-format-string.exp (default_regexp_dict)
2774 (test_pretty_structs, test_format): Adjust expected output to the
2775 changed initialization.
2776
2777 2019-10-02 Tom Tromey <tromey@adacore.com>
2778
2779 * gdb.ada/catch_ex_std.exp: Add $_ada_exception test.
2780
2781 2019-10-02 Pedro Alves <palves@redhat.com>
2782 Andrew Burgess <andrew.burgess@embecosm.com>
2783
2784 * gdb.base/print-file-var-lib1.c: Include <stdio.h> and
2785 "print-file-var.h".
2786 (this_version_id) Use ATTRIBUTE_VISIBILITY.
2787 (get_version_1): Print this_version_id and its address.
2788 Add extern "C" wrappers around interface functions.
2789 * gdb.base/print-file-var-lib2.c: Include <stdio.h> and
2790 "print-file-var.h".
2791 (this_version_id) Use ATTRIBUTE_VISIBILITY.
2792 (get_version_2): Print this_version_id and its address.
2793 Add extern "C" wrappers around interface functions.
2794 * gdb.base/print-file-var-main.c: Include <dlfcn.h>, <assert.h>,
2795 <stddef.h> and "print-file-var.h".
2796 Add extern "C" wrappers around interface functions.
2797 [VERSION_ID_MAIN] (this_version_id): Define.
2798 (main): Define v0. Use dlopen if SHLIB_NAME is defined.
2799 * gdb.base/print-file-var.h: Add some #defines to simplify setting
2800 up extern "C" blocks.
2801 * gdb.base/print-file-var.exp (test): New, factored out from top
2802 level.
2803 (top level): Test all combinations of attribute hidden or not,
2804 dlopen or not, and this_version_id symbol in main file or not.
2805 Compile tests as both C++ and C, make test names unique.
2806
2807 2019-10-01 Tom Tromey <tom@tromey.com>
2808
2809 * gdb.base/style.exp: Test "show logging filename".
2810
2811 2019-10-01 Tom Tromey <tom@tromey.com>
2812
2813 * lib/gdb-utils.exp (style): Handle "metadata" argument.
2814 * gdb.base/style.exp: Add metadata style test.
2815
2816 2019-10-01 Tom Tromey <tom@tromey.com>
2817
2818 * gdb.base/style.exp: Test "pwd".
2819
2820 2019-10-01 Tom Tromey <tom@tromey.com>
2821
2822 * gdb.base/style.exp: Update tests.
2823
2824 2019-10-01 Andreas Arnez <arnez@linux.ibm.com>
2825
2826 * gdb.base/pretty-print.c (struct s1_t): Change fields 'three' and
2827 'six' to unsigned.
2828 (s1): Initialize fields 'four' and 'six' instead of 'three' and
2829 'five'. Use an all-ones bit pattern for each.
2830 * gdb.base/pretty-print.exp: Adjust expected output of "print s1"
2831 to its changed values.
2832
2833 2019-09-30 Tom Tromey <tromey@adacore.com>
2834
2835 * gdb.rust/traits.rs: Disable all warnings.
2836
2837 2019-09-29 Tom de Vries <tdevries@suse.de>
2838
2839 * gdb.dwarf2/gdb-index.exp: Handle new location of .dwz file.
2840
2841 2019-09-29 Tom de Vries <tdevries@suse.de>
2842
2843 * gdb.dwarf2/gdb-index.exp: Use with_test_prefix for second objcopy.
2844
2845 2019-09-27 Tom de Vries <tdevries@suse.de>
2846
2847 * gdb.reverse/step-precsave.exp: Add missing $gdb_prompt in regexps.
2848
2849 2019-09-27 Tom de Vries <tdevries@suse.de>
2850
2851 PR record/23188
2852 * gdb.reverse/step-precsave.exp: Add kfail for PR record/23188.
2853
2854 2019-09-26 Tom Tromey <tromey@adacore.com>
2855
2856 * gdb.ada/py_taft.exp: New file.
2857 * gdb.ada/py_taft/main.adb: New file.
2858 * gdb.ada/py_taft/pkg.adb: New file.
2859 * gdb.ada/py_taft/pkg.ads: New file.
2860
2861 2019-09-24 Tom de Vries <tdevries@suse.de>
2862
2863 PR gdb/24598
2864 * gdb.arch/amd64-init-x87-values.exp: Add xfail.
2865
2866 2019-09-22 Tom de Vries <tdevries@suse.de>
2867
2868 * gdb.base/restore.exp: Allow register variables to be optimized out at
2869 -O0.
2870
2871 2019-09-20 Ulrich Weigand <uweigand@de.ibm.com>
2872
2873 * gdb.arch/spu-info.exp: Remove file.
2874 * gdb.arch/spu-info.c: Remove file.
2875 * gdb.arch/spu-ls.exp: Remove file.
2876 * gdb.arch/spu-ls.c: Remove file.
2877
2878 * gdb.asm/asm-source.exp: Remove support for spu*-*-*.
2879 * gdb.asm/spu.inc: Remove file.
2880
2881 * gdb.base/dump.exp: Remove support for spu*-*-*.
2882 * gdb.base/stack-checking.exp: Likewise.
2883 * gdb.base/overlays.exp: Likewise.
2884 * gdb.base/ovlymgr.c: Likewise.
2885 * gdb.base/spu.ld: Remove file.
2886
2887 * gdb.cp/bs15503.exp: Remove support for spu*-*-*.
2888 * gdb.cp/cpexprs.exp: Likewise.
2889 * gdb.cp/exception.exp: Likewise.
2890 * gdb.cp/gdb2495.exp: Likewise.
2891 * gdb.cp/mb-templates.exp: Likewise.
2892 * gdb.cp/pr9167.exp: Likewise.
2893 * gdb.cp/userdef.exp: Likewise.
2894
2895 * gdb.xml/tdesc-regs.exp: Remove support for spu*-*-*.
2896
2897 * gdb.cell: Remove directory.
2898 * lib/cell.exp: Remove file.
2899
2900 2019-09-19 Tom de Vries <tdevries@suse.de>
2901
2902 * lib/gdb.exp (gdb_test): Eliminate "^FOOBAR$" pattern.
2903
2904 2019-09-19 Tom de Vries <tdevries@suse.de>
2905
2906 * lib/gdbserver-support.exp (gdb_target_cmd): Fix argument passing.
2907
2908 2019-09-19 Tom de Vries <tdevries@suse.de>
2909
2910 * lib/gdbserver-support.exp (gdb_target_cmd_ext): Return 2 (meaning
2911 UNSUPPORTED) for 'Network is unreachable' message. Factor out of ...
2912 (gdb_target_cmd): ... here.
2913 * gdb.server/server-connect.exp: Use gdb_target_cmd_ext, handle return
2914 value 2.
2915
2916 2019-09-18 Andrew Burgess <andrew.burgess@embecosm.com>
2917
2918 * gdb.base/source-dir.exp: Avoid having directory names in test
2919 names.
2920
2921 2019-09-17 Andrew Burgess <andrew.burgess@embecosm.com>
2922
2923 * gdb.base/source-dir.exp: Add extra test for mapped compilation
2924 directory.
2925
2926 2019-09-17 Andrew Burgess <andrew.burgess@embecosm.com>
2927
2928 * gdb.base/list-missing-source.exp: New file.
2929
2930 2019-09-14 Tom de Vries <tdevries@suse.de>
2931
2932 PR teststuite/24599
2933 * gdb.ada/rename_subscript_param.exp: Require gnatmake 8.
2934 * lib/ada.exp (gnatmake_version_at_least): New proc.
2935
2936 2019-09-12 Andrew Burgess <andrew.burgess@embecosm.com>
2937
2938 * gdb.base/maint.exp: Use exec_has_index_section.
2939
2940 2019-09-12 Andrew Burgess <andrew.burgess@embecosm.com>
2941
2942 * gdb.base/maint.exp: Add test for 'maint info sections'.
2943
2944 2019-09-12 Tom de Vries <tdevries@suse.de>
2945
2946 * gdb.base/store.exp: Allow register variables to be optimized out at
2947 -O0.
2948
2949 2019-09-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2950
2951 * gdb.ada/rdv_wait.exp: Update to new task names.
2952 * gdb.base/task_switch_in_core.exp: Likewise.
2953 * gdb.base/info_sources_base.c: Likewise.
2954
2955 2019-09-10 Tom Tromey <tromey@adacore.com>
2956
2957 * boards/cc-with-tweaks.exp: Set GNATMAKE_FOR_TARGET.
2958
2959 2019-09-10 Tom Tromey <tromey@adacore.com>
2960
2961 * gdb.ada/dgopt.exp: New file.
2962 * gdb.ada/dgopt/x.adb: New file.
2963
2964 2019-09-08 Tom Tromey <tom@tromey.com>
2965
2966 * gdb.tui/resize.exp: Remove setup_xfail.
2967 * gdb.tui/regs.exp: Remove setup_xfail.
2968 * gdb.tui/basic.exp: Remove setup_xfail.
2969
2970 2019-09-06 David Blaikie <dblaikie@gmail.com>
2971
2972 * gdb.base/label.exp: un-XFAIL label related tests under Clang.
2973 * gdb.cp/cplabel.exp: Ditto.
2974 * gdb.linespec/ls-errs.exp: Ditto.
2975
2976 2019-09-05 Tom de Vries <tdevries@suse.de>
2977
2978 * lib/gdb.exp (cmp_file_string): New proc.
2979 * gdb.base/ui-redirect.exp: Replace "gdb_breakpoint main" with
2980 runto_main. Verify save breakpoints output.
2981
2982 2019-09-04 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2983
2984 * gdb.base/info-var.exp: Test info variables without running
2985 to main, to avoid expect's buffer overflow.
2986
2987 2019-09-03 Tom Tromey <tromey@adacore.com>
2988
2989 * gdb.ada/bias.exp: New file.
2990 * gdb.ada/bias/bias.adb: New file.
2991 * gdb.ada/print_chars.exp: Add regression test.
2992 * gdb.ada/print_chars/foo.adb (My_Character): New type.
2993 (MC): New variable.
2994
2995 2019-08-29 Sandra Loosemore <sandra@codesourcery.com>
2996
2997 * gdb.base/argv0-symlink.exp: Run only on native target
2998 and local host.
2999
3000 2019-08-29 Tom de Vries <tdevries@suse.de>
3001
3002 * gdb.fortran/info-types.exp: Fix gdb_test regexp to allow more
3003 diverse debug info.
3004 * lib/fortran.exp (fortran_int8): New proc, based on fortran_int4.
3005
3006 2019-08-28 Tom de Vries <tdevries@suse.de>
3007
3008 * gdb.base/info-var.exp: Allow info variables to print info for files
3009 other than info-var-f1.c and info-var-f2.c.
3010
3011 2019-08-28 Andrew Burgess <andrew.burgess@embecosm.com>
3012
3013 * gdb.fortran/info-types.exp: Add module.
3014 * gdb.fortran/info-types.f90: Update expected results.
3015
3016 2019-08-28 Andrew Burgess <andrew.burgess@embecosm.com>
3017
3018 * gdb.fortran/info-types.exp: New file.
3019 * gdb.fortran/info-types.f90: New file.
3020 * lib/fortran.exp (fortran_character1): New proc.
3021
3022 2019-08-27 Andrew Burgess <andrew.burgess@embecosm.com>
3023
3024 * gdb.base/info-fun.exp: Extend to test the -n flag for 'info
3025 functions'. Reindent as needed.
3026 * gdb.base/info-var-f1.c: New file.
3027 * gdb.base/info-var-f2.c: New file.
3028 * gdb.base/info-var.exp: New file.
3029 * gdb.base/info-var.h: New file.
3030
3031 2019-08-26 Tom de Vries <tdevries@suse.de>
3032
3033 PR c++/24852
3034 * gdb.cp/no-libstdcxx-probe.exp: New test.
3035
3036 2019-08-26 Tom de Vries <tdevries@suse.de>
3037
3038 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt): Return 1 if probe
3039 * tests need to be skipped.
3040 * gdb.cp/exceptprint.exp: Update call to skip_libstdcxx_probe_tests.
3041 * gdb.mi/mi-catch-cpp-exceptions.exp: Update call to
3042 mi_skip_libstdcxx_probe_tests.
3043
3044 2019-08-26 Sergio Durigan Junior <sergiodj@redhat.com>
3045
3046 * gdb.python/py-xmethods.exp: Use raw strings when passing
3047 arguments to SimpleXMethodMatcher.
3048
3049 2019-08-22 Tom de Vries <tdevries@suse.de>
3050
3051 * gdb.multi/multi-term-settings.exp (coretest): Make gdb_test messages
3052 more informative.
3053
3054 2019-08-21 Pedro Alves <palves@redhat.com>
3055
3056 * gdb.base/with.exp: Test "with" with no arguments.
3057
3058 2019-08-21 Tom de Vries <tdevries@suse.de>
3059
3060 * gdb.base/gdb-caching-proc.exp: Sort files.
3061
3062 2019-08-20 Tom de Vries <tdevries@suse.de>
3063
3064 * lib/pascal.exp (gdb_compile_pascal): Remove $destfile before
3065 compilation.
3066
3067 2019-08-16 Tom de Vries <tdevries@suse.de>
3068
3069 * gdb.base/compare-sections.exp ("after run to main"): Allow
3070 mismatched read-only sections for PIE executables.
3071
3072 2019-08-16 Tom Tromey <tom@tromey.com>
3073
3074 * lib/tuiterm.exp (_csi_Z): New proc.
3075 * gdb.tui/basic.exp: Update window positions.
3076 * gdb.tui/empty.exp: Update window positions.
3077
3078 2019-08-15 Sandra Loosemore <sandra@codesourcery.com>
3079
3080 * gdb.base/examine-backward.exp: Correct regexp for
3081 "examine 3 bytes backward from ${address_zero}".
3082
3083 2019-08-15 Tom Tromey <tom@tromey.com>
3084
3085 * gdb.tui/empty.exp: Enable resizing tests.
3086
3087 2019-08-15 Tom Tromey <tromey@adacore.com>
3088
3089 * gdb.ada/char_enum.exp: Add regression tests.
3090 * gdb.ada/char_enum/foo.adb (Char_Enum_Type): Use '_'
3091 and '0'.
3092 (Char, Gchar): Update.
3093 * gdb.ada/char_enum/pck.ads (Global_Enum_Type): Use '+'.
3094
3095 2019-08-15 Christian Biesinger <cbiesinger@google.com>
3096
3097 * gdb.python/python.exp: Expect a leading underscore on
3098 GdbOutput{,Error}File.
3099
3100 2019-08-15 Sandra Loosemore <sandra@codesourcery.com>
3101
3102 * gdb.dwarf2/dw2-dir-file-name.exp: Skip on remote or
3103 Windows host.
3104
3105 2019-08-15 Sandra Loosemore <sandra@codesourcery.com>
3106
3107 * gdb.base/batch-preserve-term-settings.exp
3108 (test_terminal_settings_preserved_after_sigterm): Skip on Windows.
3109
3110 2019-08-15 Christian Biesinger <cbiesinger@google.com>
3111
3112 * lib/gdb.exp: When running on a mingw target, replace
3113 /x/ with x:/.
3114
3115 2019-08-14 Alan Hayward <alan.hayward@arm.com>
3116
3117 * gdb.arch/aarch64-prologue.c: New test.
3118 * gdb.arch/aarch64-prologue.exp: New file.
3119
3120 2019-08-13 Tom de Vries <tdevries@suse.de>
3121
3122 * gdb.gdb/selftest.exp (send ^C to child process again): Accept also
3123 Thread.
3124
3125 2019-08-13 Sandra Loosemore <sandra@codesourcery.com>
3126
3127 * gdb.python/py-completion.exp: Download the .py file to the host
3128 and use its host pathname. Conditionalize tests that use
3129 tab completion and manipulate files on the build machine.
3130 * gdb.python/py-events.exp: Download the .py file to the host
3131 and use its host pathname.
3132 * gdb.python/py-evsignal.exp: Likewise.
3133 * gdb.python/py-evthreads.exp: Likewise.
3134 * gdb.python/py-framefilter-invalidarg.exp: Match Windows
3135 pathname syntax.
3136 * gdb.python/py-framefilter.exp: Download the .py file to the right
3137 place on the host. Match Windows pathname syntax.
3138 * gdb.python/py-mi-var-info-path-expression.exp: Download the
3139 .py file to the host and use its host pathname.
3140 * gdb.python/py-objfile-script.exp: Match Windows pathname syntax.
3141 * gdb.python/py-objfile.exp: Expect a host pathname, not a
3142 build pathname. Skip symlink test on Windows host. Add missing
3143 newline at end of file.
3144 * gdb.python/py-pp-maint.exp: Download the .py file to the host
3145 and use its host pathname.
3146 * gdb.python/py-pp-registration.exp: Match Windows pathname syntax.
3147 * gdb.python/py-section-script.exp: Use host location of binfile
3148 on safe-path. Use correct path separator on Windows host.
3149 Reorder alternatives in gdb_test_multiple to prevent matching
3150 the wrong alternative on success.
3151 * gdb.python/py-symtab.exp: Match Windows pathname syntax.
3152
3153 2019-08-12 Patrick Palka <patrick@parcs.ath.cx>
3154
3155 * gdb.gdb/selftest.exp (test_with_self): Update test to now
3156 expect the GDB inferior to no longer immediately stop after
3157 being resumed with "signal SIGINT".
3158
3159 2019-08-09 Sandra Loosemore <sandra@codesourcery.com>
3160
3161 * gdb.linespec/break-ask.exp: Generalize regexps to match
3162 Windows pathnames too.
3163
3164 2019-08-08 Tom de Vries <tdevries@suse.de>
3165
3166 PR testsuite/24862
3167 * lib/tuiterm.exp (_accept): Fix CSI regexp.
3168
3169 2019-08-07 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3170
3171 * gdb.base/style.exp: Update tests for help doc new invariants.
3172 * gdb.base/help.exp: Likewise.
3173
3174 2019-08-06 Tom Tromey <tom@tromey.com>
3175
3176 * gdb.base/style.exp: Add disassemble test.
3177 * gdb.base/style.c (some_called_function): New function.
3178 (main): Use it.
3179
3180 2019-08-05 Christian Biesinger <cbiesinger@google.com>
3181
3182 * gdb.python/py-block.exp: Test dictionary access on blocks.
3183
3184 2019-08-05 Simon Marchi <simon.marchi@efficios.com>
3185
3186 PR gdb/24863
3187 * gdb.mi/list-thread-groups-available.exp: Increase timeout for
3188 -list-thread-groups --available test when running under
3189 check-read1.
3190
3191 2019-08-05 Tom de Vries <tdevries@suse.de>
3192
3193 PR testsuite/24863
3194 * lib/gdb.exp (with_read1_timeout_factor): New proc.
3195 * gdb.base/help.exp: Use with_read1_timeout_factor.
3196 * gdb.base/info-macros.exp: Same.
3197 * gdb.cp/nested-types.exp: Same.
3198
3199 2019-08-05 Tom de Vries <tdevries@suse.de>
3200
3201 * lib/gdb.exp (version_at_least): Factor out of ...
3202 (tcl_version_at_least): ... here.
3203 (gdb_compile): Fail if pie results in non-PIE executable.
3204 (readelf_version, readelf_prints_pie): New proc.
3205 (exec_is_pie): Return -1 if unknown.
3206
3207 2019-08-05 Tom de Vries <tdevries@suse.de>
3208
3209 * lib/gdb.exp (tcl_version_at_least): Fix typo.
3210
3211 2019-08-04 Sandra Loosemore <sandra@codesourcery.com>
3212
3213 * gdb.server/reconnect-ctrl-c.exp: Skip if nointerrupts.
3214
3215 2019-08-04 Sandra Loosemore <sandra@codesourcery.com>
3216
3217 * lib/completion-support.exp (test_gdb_complete_none): Skip
3218 tab completion tests if no readline support.
3219 (test_gdb_complete_unique_re): Likewise.
3220 (test_gdb_complete_multiple): Likewise.
3221
3222 2019-08-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3223
3224 * gdb.base/info_sources.exp: New file.
3225 * gdb.base/info_sources.c: New file.
3226 * gdb.base/info_sources_base.c: New file.
3227
3228 2019-08-01 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
3229
3230 * gdb.base/batch-exit-status.exp: Call test_exit_status with
3231 prefix argument.
3232 (test_exit_status): Add prefix argument.
3233
3234 2019-08-01 Tom de Vries <tdevries@suse.de>
3235
3236 PR testsuite/24863
3237 * gdb.threads/fork-plus-threads.exp: Fix check-run1 timeout by
3238 calling exp_continue for new thread and thread exited messages.
3239
3240 2019-08-01 Tom de Vries <tdevries@suse.de>
3241
3242 PR testsuite/24863
3243 * gdb.base/structs.exp: Fix check-read1 timeout using
3244 gdb_test_sequence.
3245 * lib/gdb.exp (tcl_version_at_least, lrepeat): New proc.
3246
3247 2019-08-01 Tom de Vries <tdevries@suse.de>
3248
3249 PR testsuite/24863
3250 * gdb.base/break-interp.exp: Use exp_continue after each "info files"
3251 line.
3252
3253 2019-08-01 Tom de Vries <tdevries@suse.de>
3254
3255 PR testsuite/24863
3256 * gdb.base/signals.exp: Fix check-read1 timeout using gdb_test_sequence.
3257
3258 2019-07-30 Tom Tromey <tromey@adacore.com>
3259
3260 * gdb.ada/display_nested.exp: New file.
3261 * gdb.ada/display_nested/foo.adb: New file.
3262 * gdb.ada/display_nested/pack.adb: New file.
3263 * gdb.ada/display_nested/pack.ads: New file.
3264
3265 2019-07-30 Christian Biesinger <cbiesinger@google.com>
3266
3267 * gdb.python/py-symbol.c: Add a static variable and one in an anonymous
3268 namespace.
3269 * gdb.python/py-symbol.exp: Test gdb.lookup_static_symbol.
3270
3271 2019-07-30 Tom de Vries <tdevries@suse.de>
3272
3273 * lib/read1.c (read): Don't use unsetenv (v), use setenv (v, "", 1)
3274 instead.
3275
3276 2019-07-30 Tom de Vries <tdevries@suse.de>
3277
3278 PR testsuite/24834
3279 * lib/gdb.exp (gdb_compile): Fail if nopie results in PIE executable.
3280 (exec_is_pie): New proc.
3281
3282 2019-07-29 Christian Biesinger <cbiesinger@google.com>
3283
3284 * gdb.python/py-objfile.exp: Fix misspelling (nonexistant -> nonexistent)
3285
3286 2019-07-29 Christian Biesinger <cbiesinger@google.com>
3287
3288 * gdb.python/py-objfile.c: Add global and static vars.
3289 * gdb.python/py-objfile.exp: Test new functions Objfile.
3290 lookup_global_symbol and lookup_static_symbol.
3291
3292 2019-07-29 Tom Tromey <tom@tromey.com>
3293
3294 * lib/tuiterm.exp (Term::_csi_@): New proc.
3295 (Term::_csi_X): Don't move cursor.
3296
3297 2019-07-29 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3298
3299 * gdb.base/options.exp: Update backtrace - completion to
3300 new option -frame-info.
3301 * gdb.base/frame-args.exp: Test new 'frame-arguments presence'.
3302 Test new 'set print frame-info'. Test backtrace -frame-info
3303 overriding 'set print frame-info'.
3304 * gdb.python/py-framefilter.exp: Test new 'frame-arguments presence'.
3305 Test new 'set print frame-info'.
3306 Verify consistency of backtrace with and without filters, with and
3307 without -no-filters.
3308 * gdb.python/py-framefilter-invalidarg.exp: Update to new print_what
3309 default.
3310
3311 2019-07-29 Tom de Vries <tdevries@suse.de>
3312
3313 * gdb.linespec/explicit.exp: Fix completion trigger for "complete with
3314 no arguments".
3315
3316 2019-07-29 Tom de Vries <tdevries@suse.de>
3317
3318 * gdb.linespec/explicit.exp: Fix gdb_test_multiple regexps where second
3319 is a substring of the first for "complete non-unique file name".
3320
3321 2019-07-29 Tom de Vries <tdevries@suse.de>
3322
3323 * gdb.python/python.exp: Don't terminate gdb_test_multiple regexp
3324 with ".*".
3325
3326 2019-07-29 Tom de Vries <tdevries@suse.de>
3327
3328 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt, gdb_is_target_1):
3329 Pass prompt_regexp parameter to gdb_test_multiple calls.
3330
3331 2019-07-29 Tom de Vries <tdevries@suse.de>
3332
3333 * gdb.base/maint.exp: Use "\r\n" instead of "\[\r\n\]+" in "maint
3334 print registers" regexps.
3335
3336 2019-07-29 Tom de Vries <tdevries@suse.de>
3337
3338 * gdb.base/define.exp: Add "\r\n" to "reset gdb_prompt" regexp.
3339
3340 2019-07-29 Tom de Vries <tdevries@suse.de>
3341
3342 PR gdb/24855
3343 * lib/gdb.exp (gdb_test_multiple): Add prompt_regexp parameter.
3344 (skip_python_tests_prompt): Add prompt_regexp argument to
3345 gdb_test_multiple calls.
3346
3347 2019-07-27 Tom Tromey <tom@tromey.com>
3348
3349 * gdb.tui/main.exp: New file.
3350
3351 2019-07-27 Tom Tromey <tom@tromey.com>
3352
3353 * lib/tuiterm.exp (Term::clean_restart): Make "executable"
3354 optional.
3355 * gdb.tui/empty.exp: New file.
3356
3357 2019-07-27 Tom Tromey <tom@tromey.com>
3358
3359 * lib/tuiterm.exp (spawn): New proc.
3360 (Term::resize): New proc.
3361 * gdb.tui/resize.exp: New file.
3362
3363 2019-07-27 Tom Tromey <tom@tromey.com>
3364
3365 * gdb.tui/list.exp: New file.
3366
3367 2019-07-27 Tom Tromey <tom@tromey.com>
3368
3369 * gdb.tui/regs.exp: New file.
3370
3371 2019-07-27 Tom Tromey <tom@tromey.com>
3372
3373 * gdb.tui/basic.exp: Add "layout split" test.
3374
3375 2019-07-27 Tom Tromey <tom@tromey.com>
3376
3377 * gdb.tui/basic.exp: Add "layout asm" test.
3378
3379 2019-07-27 Tom Tromey <tom@tromey.com>
3380
3381 * lib/tuiterm.exp: New file.
3382 * gdb.tui/basic.exp: New file.
3383
3384 2019-07-27 Kevin Buettner <kevinb@redhat.com>
3385
3386 * gdb.dwarf2/dw2-ranges-func.exp (enable_foo_cold_stepping):
3387 Enable tests associated with this flag. Adjust regex
3388 referencing "foo_low" to now refer to "foo_cold" instead.
3389
3390 2019-07-27 Kevin Buettner <kevinb@redhat.com>
3391
3392 * gdb.dwarf2/dw2-ranges-func.c: Rename to...
3393 * gdb.dwarf2/dw2-ranges-func-lo-cold.c: ...this.
3394 * gdb.dwarf2/dw2-ranges-func-lo-cold.c (foo_low): Change name to
3395 foo_cold. Revise comments to match.
3396 * gdb.dwarf2/dw2-ranges-func-hi-cold.c: New file.
3397 * gdb.dwarf2/dw2-ranges-func.exp (do_test): New proc. Existing tests
3398 were wrapped into this proc; Call do_test in loop from outermost
3399 level.
3400 (foo_low): Rename all occurrences to "foo_cold".
3401 (backtrace from baz): New test.
3402 (x2/i foo_cold): New test.
3403 (info line *foo_cold): New test.
3404
3405 2019-07-26 Tom de Vries <tdevries@suse.de>
3406
3407 * gdb.arch/i386-pkru.exp: Fix unterminated string.
3408
3409 2019-07-25 Tom de Vries <tdevries@suse.de>
3410
3411 PR testsuite/24830
3412 * gdb.mi/mi-catch-cpp-exceptions.exp: Call
3413 mi_skip_libstdcxx_probe_tests, and skip unsupported tests.
3414 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt): Factor out of ...
3415 (skip_libstdcxx_probe_tests): ... here.
3416 * lib/mi-support.exp (mi_skip_libstdcxx_probe_tests): New proc.
3417
3418 2019-07-24 Tom de Vries <tdevries@suse.de>
3419
3420 PR testsuite/24807
3421 * gdb.objc/basicclass.m: Include stdio.h.
3422 * gdb.objc/nondebug.m: Same.
3423 * gdb.objc/objcdecode.m: Same.
3424
3425 2019-07-24 Tom de Vries <tdevries@suse.de>
3426
3427 PR testsuite/24612
3428 * gdb.base/infoline-reloc-main-from-zero.exp: Add -Wl,-N to
3429 additional_flags.
3430
3431 2019-07-24 Tom de Vries <tdevries@suse.de>
3432
3433 PR testsuite/24831
3434 * gdb.multi/tids.exp: Update error messages for info threads.
3435
3436 2019-07-24 Tom de Vries <tdevries@suse.de>
3437
3438 * gdb.base/info-types.exp: Allow info types to print info for more than
3439 one file.
3440
3441 2019-07-23 Tom de Vries <tdevries@suse.de>
3442
3443 PR testsuite/24842
3444 * gdb.dwarf2/multidictionary.exp: Consume initial prompt after
3445 gdb_spawn_with_cmdline_opts.
3446
3447 2019-07-23 Srinath Parvathaneni <srinath.parvathaneni@arm.com>
3448
3449 * gdb.arch/arm-cmse-sgstubs.c: New test.
3450 * gdb.arch/arm-cmse-sgstubs.exp: New file.
3451
3452 2019-07-23 Tom de Vries <tdevries@suse.de>
3453
3454 PR testsuite/24711
3455 * gdb.mi/mi-complete.exp: Wait for "set max-completions" result before
3456 issuing next command.
3457
3458 2019-07-22 Andrew Burgess <andrew.burgess@embecosm.com>
3459
3460 * gdb.ada/info_auto_lang.exp: Update expected results.
3461 * gdb.base/info-types.c: Add additional types to check.
3462 * gdb.base/info-types.exp: Update expected results.
3463
3464 2019-07-22 Andrew Burgess <andrew.burgess@embecosm.com>
3465
3466 * gdb.base/info-types.c: New file.
3467 * gdb.base/info-types.exp: New file.
3468
3469 2019-07-19 Andrew Burgess <andrew.burgess@embecosm.com>
3470
3471 * gdb.arch/riscv-bp-infcall.c: New file.
3472 * gdb.arch/riscv-bp-infcall.exp: New file.
3473
3474 2019-07-17 Andrew Burgess <andrew.burgess@embecosm.com>
3475
3476 PR breakpoints/24541
3477 * gdb.mi/mi-catch-cpp-exceptions.exp: Remove kfail due to 24541.
3478
3479 2019-07-14 Tom de Vries <tdevries@suse.de>
3480
3481 PR testsuite/24760
3482 * gdb.objc/basicclass.exp: Fix unterminated string.
3483
3484 2019-07-12 Bernhard Heckel <bernhard.heckel@intel.com>
3485 Andrew Burgess <andrew.burgess@embecosm.com>
3486
3487 * gdb.fortran/vla-ptype.exp: Print array with negative bounds.
3488 * gdb.fortran/vla-sizeof.exp: Print the size of an array with
3489 negative bounds.
3490 * gdb.fortran/vla-value.exp: Print elements of an array with
3491 negative bounds.
3492 * gdb.fortran/vla.f90: Setup an array with negative bounds for
3493 testing.
3494
3495 2019-07-11 Andrew Burgess <andrew.burgess@embecosm.com>
3496
3497 * gdb.base/options.exp (expect_string): Dequote strings in
3498 results.
3499 (test-string): Test strings with different quoting and reindent.
3500
3501 2019-07-10 Tom Tromey <tromey@adacore.com>
3502
3503 * gdb.ada/mi_ex_cond.exp: Update expected results.
3504 * gdb.ada/mi_catch_ex_hand.exp: Update expected results.
3505 * gdb.ada/mi_catch_ex.exp: Update expected results.
3506 * gdb.ada/mi_catch_assert.exp: Update expected results.
3507 * gdb.ada/catch_ex.exp (catch_exception_info)
3508 (catch_exception_entry, catch_assert_entry)
3509 (catch_unhandled_entry): Update.
3510 * gdb.ada/catch_assert_if.exp: Update expected results.
3511
3512 2019-07-10 Richard Bunt <richard.bunt@arm.com>
3513 Stephen Roberts <stephen.roberts@arm.com>
3514
3515 * gdb.base/define.exp: Restore original prompt.
3516
3517 2019-07-09 Pedro Alves <palves@redhat.com>
3518
3519 * gdb.cp/catch-multi-stdlib.exp: Adjust expected "info
3520 breakpoints" output.
3521 * gdb.cp/exception.exp: Adjust expected "info breakpoints" output.
3522 * gdb.python/py-breakpoint.exp: No longer expect that "catch
3523 throw" creates breakpoint.
3524 * gdb.mi/mi-catch-cpp-exceptions.exp (setup_catchpoint): Expect
3525 'type="catchpoint"'.
3526
3527 2019-07-09 Pedro Alves <palves@redhat.com>
3528
3529 PR c++/15468
3530 * gdb.cp/except-multi-location-lib.cc: New.
3531 * gdb.cp/except-multi-location-main.cc: New.
3532 * gdb.cp/except-multi-location.exp: New.
3533
3534 2019-07-09 Sergio Durigan Junior <sergiodj@redhat.com>
3535
3536 * gdb.base/printcmds.exp (test_printf_convenience_var): Set
3537 language to "c++" before dealing with wchar_t. Remove DO_WSTRING
3538 argument and update callers.
3539
3540 2019-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
3541
3542 * gdb.arch/amd64-break-on-asm-line.S: New file.
3543 * gdb.arch/amd64-break-on-asm-line.exp: New file.
3544
3545 2019-07-08 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3546
3547 * gdb.base/printcmds.exp: Test printing C string and
3548 C wide string convenience vars without transiting via the inferior.
3549 Also make test names unique.
3550
3551 2019-07-08 Alan Hayward <alan.hayward@arm.com>
3552
3553 PR breakpoints/25011
3554 * gdb.base/break-idempotent.exp: Test both PIE and non PIE.
3555
3556 2019-07-04 Pedro Alves <palves@redhat.com>
3557
3558 * lib/gdb.exp (foreach_with_prefix): Don't return early if
3559 body returned ok(0), break(3) or continue(4).
3560 * gdb.testsuite/foreach_with_prefix.exp: New file.
3561
3562 2019-07-04 Alan Hayward <alan.hayward@arm.com>
3563
3564 * gdb.server/unittest.exp: Allow 0 unit tests to run.
3565
3566 2019-07-03 Pedro Alves <palves@redhat.com>
3567
3568 * lib/gdb.exp (foreach_with_prefix): Use "catch" and
3569 "return -code".
3570
3571 2019-07-03 Pedro Alves <palves@redhat.com>
3572
3573 PR cli/24732
3574 * gdb.base/shell.exp: Load completion-support.exp.
3575 Adjust expected error output. Add completion tests.
3576
3577 2019-07-03 Pedro Alves <palves@redhat.com>
3578
3579 * lib/completion-support.exp (test_gdb_complete_cmd_multiple): Use
3580 string_to_regexp.
3581
3582 2019-07-03 Pedro Alves <palves@redhat.com>
3583
3584 * gdb.base/options.exp (expect_none, expect_flag, expect_bool)
3585 (expect_integer): Adjust to expect "-string".
3586 (expect_string): New.
3587 (all_options): Expect "-string".
3588 (test-flag, test-boolean): Adjust to expect "-string".
3589 (test-string): New proc.
3590 (top level): Call it.
3591
3592 2019-07-03 Pedro Alves <palves@redhat.com>
3593
3594 * gdb.base/options.exp (test-misc, test-flag, test-boolean)
3595 (test-uinteger, test-enum): Adjust res_test_gdb_... calls to pass
3596 the expected output in the success.
3597
3598 2019-07-03 Pedro Alves <palves@redhat.com>
3599
3600 * lib/completion-support.exp (test_gdb_complete_tab_multiple):
3601 Split one gdb_test_multiple call in two to avoid a race.
3602
3603 2019-07-03 Pedro Alves <palves@redhat.com>
3604
3605 * gdb.base/with.c: New file.
3606 * gdb.base/with.exp: New file.
3607
3608 2019-07-03 Pedro Alves <palves@redhat.com>
3609
3610 * gdb.base/settings.exp: Replace all references to "maint
3611 test-settings set" with references to "maint set test-settings",
3612 and all references to "maint test-settings show" with references
3613 to "maint show test-settings".
3614
3615 2019-07-03 Pedro Alves <palves@redhat.com>
3616
3617 * gdb.base/settings.exp (test-string): Adjust expected out when
3618 testing "maint test-settings show filename"
3619
3620 2019-07-02 Pedro Alves <palves@redhat.com>
3621
3622 * gdb.base/options.exp (test-info-threads): New procedure.
3623 (top level): Call it.
3624
3625 2019-06-28 Tom Tromey <tromey@adacore.com>
3626
3627 * gdb.dwarf2/ada-linkage-name.c: New file.
3628 * gdb.dwarf2/ada-linkage-name.exp: New file.
3629
3630 2019-06-27 Tom Tromey <tromey@adacore.com>
3631
3632 PR c++/20020:
3633 * gdb.cp/constexpr-field.exp: Use setup_xfail.
3634
3635 2019-06-26 Tom de Vries <tdevries@suse.de>
3636
3637 * gdb.dwarf2/varval.exp: Compile twice, once without bad DWARF.
3638
3639 2019-06-26 Tom de Vries <tdevries@suse.de>
3640
3641 * gdb.base/index-cache.exp: Add back missing debug option.
3642
3643 2019-06-23 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3644
3645 * gdb.base/alias.exp: Test non matching/non existing prefixes.
3646
3647 2019-06-25 Tom de Vries <tdevries@suse.de>
3648
3649 PR testsuite/24727
3650 * gdb.dwarf2/dw2-restrict.S: Regenerate using clang 5.0.1.
3651
3652 2019-06-24 Tom de Vries <tdevries@suse.de>
3653
3654 * gdb.dwarf2/implptr-64bit.exp: Fix intra-CU '%' label reference.
3655
3656 2019-06-24 Tom de Vries <tdevries@suse.de>
3657
3658 * gdb.trace/entry-values.exp: Use DW_FORM_udata instead of
3659 DW_FOR_sdata for DW_AT_decl_file. Use 0 for DW_AT_decl_file.
3660 * gdb.trace/unavailable-dwarf-piece.exp: Same.
3661
3662 2019-06-24 Tom de Vries <tdevries@suse.de>
3663
3664 * gdb.dwarf2/inlined_subroutine-inheritance.exp:
3665
3666 2019-06-21 Tom de Vries <tdevries@suse.de>
3667
3668 * gdb.base/index-cache.exp: Add additional_flags=-Wl,--build-id.
3669
3670 2019-06-21 Tom de Vries <tdevries@suse.de>
3671
3672 PR testsuite/24518
3673 PR ada/24713
3674 * gdb.ada/ptype_union.exp: Mark as unsupported if executable contains
3675 index.
3676
3677 2019-06-19 Tom Tromey <tromey@adacore.com>
3678
3679 * gdb.ada/length_cond.exp: Add intro comment.
3680
3681 2019-06-19 Tom Tromey <tromey@adacore.com>
3682
3683 * gdb.ada/length_cond.exp: New file.
3684 * gdb.ada/length_cond/length_cond.adb: New file.
3685 * gdb.ada/length_cond/pck.adb: New file.
3686 * gdb.ada/length_cond/pck.ads: New file.
3687
3688 2019-06-18 Tom de Vries <tdevries@suse.de>
3689
3690 * boards/fission.exp (debug_flags): Add "-fuse-ld=gold".
3691
3692 2019-06-18 Tom Tromey <tromey@adacore.com>
3693
3694 * gdb.base/list0.h: Add comment explaining control character.
3695
3696 2019-06-18 Tom de Vries <tdevries@suse.de>
3697
3698 * boards/fission.exp: Break up long debug_flags line.
3699
3700 2019-06-16 Tom de Vries <tdevries@suse.de>
3701
3702 PR gdb/24445
3703 * gdb.dwarf2/gdb-index.exp (add_gdb_index): Update dwz file with
3704 generated index.
3705
3706 2019-06-16 Andrew Burgess <andrew.burgess@embecosm.com>
3707
3708 PR gdb/24686
3709 * gdb.mi/mi-catch-cpp-exceptions.exp: Add an extra pattern to
3710 improve detection of bug gdb/24541.
3711
3712 2019-06-16 Simon Marchi <simon.marchi@polymtl.ca>
3713
3714 PR gdb/24669
3715 * gdb.base/index-cache.exp (uses_readnow,
3716 expecting_index_cache_use): Define global variable.
3717 (test_cache_enabled_miss, test_cache_enabled_hit): Use
3718 expecting_index_cache_use.
3719
3720 2019-06-16 Bernhard Heckel <bernhard.heckel@intel.com>
3721 Andrew Burgess <andrew.burgess@embecosm.com>
3722
3723 * gdb.fortran/pointers.f90: New file.
3724 * gdb.fortran/print_type.exp: New file.
3725 * gdb.fortran/vla-ptype.exp: Adapt expected results.
3726 * gdb.fortran/vla-type.exp: Likewise.
3727 * gdb.fortran/vla-value.exp: Likewise.
3728 * gdb.mi/mi-vla-fortran.exp: Likewise.
3729
3730 2019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
3731
3732 * gdb.mi/mi-catch-cpp-exceptions.cc: New file.
3733 * gdb.mi/mi-catch-cpp-exceptions.exp: New file.
3734 * lib/mi-support.exp (mi_expect_stop): Handle 'exception-caught'
3735 as a stop reason.
3736
3737 2019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
3738
3739 * gdb.base/annota1.exp: Update expected results.
3740 * gdb.cp/annota2.exp: Likewise.
3741 * gdb.cp/annota3.exp: Likewise.
3742
3743 2019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
3744
3745 * gdb.base/style-logging.exp: Remove path from test name.
3746
3747 2019-06-14 Tom Tromey <tromey@adacore.com>
3748
3749 PR gdb/24502:
3750 * gdb.base/style-logging.exp: New file.
3751
3752 2019-06-14 Tom Tromey <tromey@adacore.com>
3753
3754 * gdb.base/symfile-warn.exp: New file.
3755 * gdb.base/symfile-warn.c: New file.
3756
3757 2019-06-14 Tom Tromey <tromey@adacore.com>
3758
3759 * gdb.base/annotate-symlink.exp: New file.
3760
3761 2019-06-14 Tom Tromey <tromey@adacore.com>
3762
3763 * gdb.ada/set_wstr.exp: Add reassignment test.
3764
3765 2019-06-14 Tom Tromey <tromey@adacore.com>
3766
3767 * gdb.ada/formatted_ref.exp (test_p_x_addr): Check
3768 'unchecked_access and 'unrestricted_access as well.
3769
3770 2019-06-14 Tom Tromey <tromey@adacore.com>
3771
3772 PR ada/24539:
3773 * gdb.ada/vla.exp: Update tests.
3774 * gdb.ada/vla/vla.adb (Record_Type): Use No_Component_Reordering
3775 pragma.
3776
3777 2019-06-13 Pedro Alves <palves@redhat.com>
3778
3779 * gdb.base/settings.exp (test-integer): Test junk after
3780 "unlimited".
3781
3782 2019-06-13 Pedro Alves <palves@redhat.com>
3783
3784 * gdb.base/options.exp (test-thread-apply): New.
3785 (top level): Call it.
3786
3787 2019-06-13 Pedro Alves <palves@redhat.com>
3788
3789 * gdb.base/options.exp (test-frame-apply): New.
3790 (top level): Test print commands with different "frame apply"
3791 prefixes.
3792
3793 2019-06-13 Pedro Alves <palves@redhat.com>
3794
3795 * lib/completion-support.exp (test_gdb_complete_tab_multiple)
3796 (test_gdb_complete_cmd_multiple, test_gdb_complete_multiple): Add
3797 'max_completions' parameter and handle it.
3798 (test_gdb_completion_offers_commands): New.
3799
3800 2019-06-13 Pedro Alves <palves@redhat.com>
3801
3802 * gdb.base/options.exp (test-backtrace): Test completing qualifiers.
3803
3804 2019-06-13 Pedro Alves <palves@redhat.com>
3805
3806 * gdb.base/options.exp (test-backtrace): New.
3807 (top level): Call it.
3808
3809 2019-06-13 Pedro Alves <palves@redhat.com>
3810
3811 * gdb.guile/scm-frame-args.exp: Use "set print
3812 raw-frame-arguments" instead of "set print raw frame-arguments".
3813 * gdb.python/py-frame-args.exp: Likewise.
3814
3815 2019-06-13 Pedro Alves <palves@redhat.com>
3816
3817 * gdb.compile/compile.exp: Adjust expected output to option
3818 processing changes.
3819
3820 2019-06-13 Pedro Alves <palves@redhat.com>
3821
3822 * gdb.base/options.exp: Build executable.
3823 (test-print): New procedure.
3824 (top level): Call it, once for "print" and another for "compile
3825 print".
3826
3827 2019-06-13 Pedro Alves <palves@redhat.com>
3828
3829 * gdb.base/options.c: New file.
3830 * gdb.base/options.exp: New file.
3831
3832 2019-06-13 Pedro Alves <palves@redhat.com>
3833
3834 * gdb.base/settings.exp (test-boolean, test-auto-boolean): Check
3835 that "o" is ambiguous.
3836
3837 2019-06-13 Pedro Alves <palves@redhat.com>
3838
3839 * gdb.base/settings.c: New file.
3840 * gdb.base/settings.exp: New file.
3841
3842 2019-06-13 Pedro Alves <palves@redhat.com>
3843
3844 * gdb.base/completion.exp: Fix comment typo.
3845
3846 2019-06-13 Pedro Alves <palves@redhat.com>
3847
3848 * gdb.multi/tids.exp: Adjust expected output. Add "thread apply 1
3849 foo --1" test.
3850
3851 2019-06-11 Bernhard Heckel <bernhard.heckel@intel.com>
3852
3853 * gdb.fortran/block-data.f: New.
3854 * gdb.fortran/block-data.exp: New.
3855
3856 2019-06-11 Tom de Vries <tdevries@suse.de>
3857
3858 PR testsuite/24521
3859 * gdb.multi/remove-inferiors.exp: Allow "Expanding full symbols"
3860 message.
3861
3862 2019-06-11 Tom de Vries <tdevries@suse.de>
3863
3864 PR testsuite/24521
3865 * gdb.dwarf2/nonvar-access.exp: Fix main high_pc.
3866
3867 2019-06-11 Tom de Vries <tdevries@suse.de>
3868
3869 * boards/readnow.exp: New file.
3870
3871 2019-06-10 Andrew Burgess <andrew.burgess@embecosm.com>
3872
3873 * gdb.fortran/vla-sizeof.exp: Update expected results.
3874
3875 2019-06-06 Amos Bird <amosbird@gmail.com>
3876
3877 * gdb.base/annota1.exp (thread_switch): Add test for
3878 thread-exited annotation.
3879
3880 2019-06-06 Tom Tromey <tromey@adacore.com>
3881
3882 * gdb.base/maint.exp: Expect command started/finished output.
3883
3884 2019-06-05 Andrew Burgess <andrew.burgess@embecosm.com>
3885
3886 * gdb.arch/riscv-unwind-long-insn-6.s: Remove use of 'I' in
3887 comment.
3888 * gdb.arch/riscv-unwind-long-insn-8.s: Likewise.
3889
3890 2019-06-05 Andrew Burgess <andrew.burgess@embecosm.com>
3891
3892 * gdb.arch/riscv-unwind-long-insn-6.s: New file.
3893 * gdb.arch/riscv-unwind-long-insn-8.s: New file.
3894 * gdb.arch/riscv-unwind-long-insn.c: New file.
3895 * gdb.arch/riscv-unwind-long-insn.exp: New file.
3896
3897 2019-06-04 Christian Biesinger <cbiesinger@google.com>
3898
3899 * gdb.python/py-type.exp: Test for new gdb.Type.objfile property.
3900
3901 2019-06-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3902
3903 * lib/gdb.exp (help_list_trailer): New regexp variable
3904 factorizing the help trailer message.
3905 (test_class_help): Use help_list_trailer. Add LIST_OF_COMMANDS
3906 arg to allow to better factorize various tests.
3907 (test_user_defined_class_help): Factorizes testing 'help user-defined'.
3908 (test_prefix_command_help): Use help_list_trailer.
3909 * gdb.python/py-cmd.exp: Use test_user_defined_class_help.
3910 * gdb.guile/scm-cmd.exp: Likewise.
3911 * gdb.trace/tracecmd.exp: Update caller of test_class_help.
3912 * gdb.base/help.exp: Use test_user_defined_class_help.
3913 * gdb.base/style.exp: Add tests for styling of help and apropos.
3914 * lib/gdb-utils.exp (style): Add title and highlight styles.
3915
3916 2019-05-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3917
3918 * gdb.base/shell.exp: Test pipe command, $_shell_exitcode,
3919 $_shell_exitsignal.
3920 * gdb.base/default.exp: Update for new convenience variables.
3921
3922 2019-05-29 Tom Tromey <tromey@adacore.com>
3923
3924 * gdb.ada/complete.exp (test_gdb_no_completion): Add "/" and "-"
3925 to "break complete ada" test case's regexp.
3926
3927 2019-05-29 Tom Tromey <tromey@adacore.com>
3928
3929 PR c++/20020:
3930 * gdb.cp/constexpr-field.exp: New file.
3931 * gdb.cp/constexpr-field.cc: New file.
3932
3933 2019-05-29 Tom Tromey <tromey@adacore.com>
3934
3935 * gdb.base/finish.exp (finish_no_print): New proc.
3936 (finish_tests): Call it.
3937
3938 2019-05-24 Tom de Vries <tdevries@suse.de>
3939
3940 * gdb.dwarf2/gdb-add-index.exp: New file.
3941
3942 2019-05-22 Tom Tromey <tromey@adacore.com>
3943
3944 * gdb.base/info-shared.exp (check_info_shared): Use "style".
3945 * gdb.base/style.exp: Use "style".
3946 * lib/gdb-utils.exp (style): New proc.
3947
3948 2019-05-22 Tom de Vries <tdevries@suse.de>
3949
3950 * gdb.base/align.exp: Require c++11.
3951
3952 2019-05-22 Tom de Vries <tdevries@suse.de>
3953
3954 PR testsuite/24586
3955 * gdb.python/py-mi-var-info-path-expression.exp: Call
3956 mi_skip_python_tests to check if python is supported.
3957
3958 2019-05-22 Alan Hayward <alan.hayward@arm.com>
3959
3960 * gdb.arch/aarch64-pauth.c: New test.
3961 * gdb.arch/aarch64-pauth.exp: New file.
3962
3963 2019-05-22 Alan Hayward <alan.hayward@arm.com>
3964
3965 * README (Re-running Tests Outside The Testsuite): New section.
3966
3967 2019-05-21 Tom de Vries <tdevries@suse.de>
3968
3969 * gdb.arch/amd64-eval.exp: Require c++11.
3970 * gdb.base/max-depth.exp: Same.
3971 * gdb.compile/compile-cplus-array-decay.exp: Same.
3972 * gdb.cp/meth-typedefs.exp: Same.
3973 * gdb.cp/subtypes.exp: Same.
3974 * gdb.cp/temargs.exp: Same.
3975
3976 2019-05-21 Alan Hayward <alan.hayward@arm.com>
3977
3978 * lib/gdbserver-support.exp (gdbserver_run): Mark kill as optional.
3979
3980 2019-05-18 Andrew Burgess <andrew.burgess@embecosm.com>
3981
3982 PR gdb/18644
3983 * gdb.fortran/complex.exp: Remove setup_kfail calls.
3984 * gdb.fortran/printing-types.exp: Add new test.
3985 * gdb.fortran/printing-types.f90: Add 16-byte real variable for
3986 testing.
3987 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): Remove
3988 setup_kfail call.
3989
3990 2019-05-17 Alan Hayward <alan.hayward@arm.com>
3991
3992 * README (Running the Testsuite): Change example.
3993 (Testsuite Parameters): Remove TRANSCRIPT.
3994 * lib/gdb.exp: Remove TRANSCRIPT check.
3995
3996 2019-05-17 Alan Hayward <alan.hayward@arm.com>
3997
3998 * README (Testsuite Parameters): Add replay logging to
3999 GDBSERVER_DEBUG.
4000 (gdbserver,debug): Refer to GDBSERVER_DEBUG.
4001 * lib/gdbserver-support.exp (gdbserver_start): Treat gdbserverdebug
4002 as a comma separated list.
4003 (gdb_debug_init): Override procedure.
4004
4005 2019-05-17 Alan Hayward <alan.hayward@arm.com>
4006
4007 * lib/gdb.exp (default_gdb_spawn): Call gdb_write_cmd_file.
4008 (gdb_write_cmd_file): New procedure.
4009 * lib/gdbserver-support.exp (gdbserver_start): Call
4010 gdbserver_write_cmd_file.
4011 (gdbserver_write_cmd_file): New procedure.
4012
4013 2019-05-17 Alan Hayward <alan.hayward@arm.com>
4014
4015 * lib/gdb.exp (gdb_unload): Mark Y as an answer.
4016 (delete_breakpoints): Likewise.
4017 (gdb_run_cmd): Likewise.
4018 (gdb_start_cmd): Likewise.
4019 (gdb_starti_cmd): Likewise.
4020 (gdb_internal_error_resync): Likewise.
4021 (gdb_test_multiple): Likewise.
4022 (gdb_reinitialize_dir): Likewise.
4023 (default_gdb_exit): Likewise.
4024 (gdb_file_cmd): Mark kill as optional.
4025 (default_gdb_start): Call gdb_stdin_log_init.
4026 (send_gdb): Call gdb_stdin_log_write.
4027 (rerun_to_main): Mark Y as an answer.
4028 (gdb_stdin_log_init): New function.
4029 (gdb_stdin_log_write): Likewise.
4030
4031 2019-05-17 Alan Hayward <alan.hayward@arm.com>
4032
4033 * gdb.base/breakpoint-in-ro-region.exp: Disable when debugging.
4034 * gdb.base/debug-expr.exp: Likewise.
4035 * gdb.base/foll-fork.exp: Likewise.
4036 * gdb.base/foll-vfork.exp: Likewise.
4037 * gdb.base/fork-print-inferior-events.exp: Likewise.
4038 * gdb.base/gdb-sigterm.exp: Likewise.
4039 * gdb.base/gdbinit-history.exp: Likewise.
4040 * gdb.base/osabi.exp: Likewise.
4041 * gdb.base/sss-bp-on-user-bp-2.exp: Likewise.
4042 * gdb.base/ui-redirect.exp: Likewise.
4043 * gdb.gdb/unittest.exp: Likewise.
4044 * gdb.mi/mi-break.exp: Disable separate-mi-tty when debugging.
4045 * gdb.mi/mi-watch.exp: Likewise.
4046 * gdb.mi/new-ui-mi-sync.exp: Likewise.
4047 * gdb.mi/user-selected-context-sync.exp: Likewise.
4048 * gdb.python/python.exp: Disable debug test when debugging.
4049 * gdb.threads/check-libthread-db.exp: Disable when debugging.
4050 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
4051 Likewise.
4052 * gdb.threads/stepi-random-signal.exp: Likewise.
4053
4054 2019-05-17 Alan Hayward <alan.hayward@arm.com>
4055
4056 * Makefile.in: Pass through GDB_DEBUG.
4057 * README (Testsuite Parameters): Add GDB_DEBUG.
4058 (gdb,debug): Add board setting.
4059 * lib/gdb.exp (default_gdb_start): Start debugging.
4060 (gdb_debug_enabled): New procedure.
4061 (gdb_debug_init): Likewise.
4062
4063 2019-05-17 Alan Hayward <alan.hayward@arm.com>
4064
4065 * Makefile.in: Pass through GDB_DEBUG.
4066 * README (Testsuite Parameters): Add GDB_DEBUG.
4067 (gdb,debug): Add board setting.
4068 * lib/gdb.exp (default_gdb_start): Start debugging.
4069 (gdb_debug_enabled): New procedure.
4070 (gdb_debug_init): Likewise.
4071
4072 2019-05-17 Alan Hayward <alan.hayward@arm.com>
4073
4074 * gdb.base/ui-redirect.exp: Add debug redirect tests.
4075
4076 2019-05-17 Alan Hayward <alan.hayward@arm.com>
4077
4078 * gdb.base/ui-redirect.exp: Test redirection.
4079
4080 2019-01-28 Jan Vrany <jan.vrany@fit.cvut.cz>
4081
4082 * gdb.mi/mi-complete.exp: New file.
4083 * gdb.mi/mi-complete.cc: Likewise.
4084
4085 2019-05-15 Bernhard Heckel <bernhard.heckel@intel.com>
4086
4087 * gdb.fortran/vla-sizeof.exp: Add tests of sizeof applied to
4088 indexed and sliced arrays, and pointers to arrays.
4089
4090 2019-05-14 Tom Tromey <tromey@adacore.com>
4091
4092 * gdb.base/info-shared.exp (check_info_shared): Add "info shared"
4093 styling test.
4094
4095 2019-05-14 Tom de Vries <tdevries@suse.de>
4096
4097 * gdb.dwarf2/dw2-skip-prologue.S (.debug_loc): Fix base address
4098 selection entry encoding.
4099
4100 2019-05-10 Tom Tromey <tromey@adacore.com>
4101
4102 * gdb.ada/info_exc.exp: Add "complete" test.
4103
4104 2019-05-09 Tom de Vries <tdevries@suse.de>
4105
4106 * gdb.arch/amd64-tailcall-self.S: Make DW_FORM_ref4 references
4107 CU-relative.
4108
4109 2019-05-09 Tom de Vries <tdevries@suse.de>
4110
4111 * gdb.arch/amd64-entry-value-paramref.S: Make DW_FORM_ref4 references
4112 CU-relative.
4113
4114 2019-05-08 Joel Brobecker <brobecker@adacore.com>
4115
4116 * gdb.ada/frame_arg_lang.exp: New testcase.
4117 * gdb.ada/frame_arg_lang/bla.adb: New file.
4118 * gdb.ada/frame_arg_lang/pck.ads: New file.
4119 * gdb.ada/frame_arg_lang/pck.adb: New file.
4120 * gdb.ada/frame_arg_lang/foo.c: New file.
4121
4122 2019-05-08 Tom Tromey <tromey@adacore.com>
4123
4124 * gdb.python/py-value.exp (test_value_in_inferior): Add Ada test.
4125
4126 2019-05-08 Tom Tromey <tromey@adacore.com>
4127
4128 * gdb.base/ptype-offsets.exp: Update tests.
4129
4130 2019-05-08 Tom Tromey <tromey@adacore.com>
4131
4132 * gdb.base/ptype-offsets.exp: Use string_to_regexp. Fix test
4133 cases.
4134 * gdb.base/ptype-offsets.cc (struct abc) <my_int_type>: Now
4135 "short".
4136
4137 2019-05-08 Tom Tromey <tromey@adacore.com>
4138
4139 * gdb.ada/vla.exp: New file.
4140 * gdb.ada/vla/vla.adb: New file.
4141
4142 2019-05-07 Tom de Vries <tdevries@suse.de>
4143
4144 * gdb.base/index-cache.exp (ls_host): Fix return statement.
4145
4146 2019-05-07 Tom de Vries <tdevries@suse.de>
4147
4148 PR testsuite/24522
4149 * gdb.dlang/watch-loc.c: Fix debug_info_offset in .debug_aranges
4150 section.
4151
4152 2019-05-07 Tom de Vries <tdevries@suse.de>
4153
4154 PR testsuite/24522
4155 * gdb.dwarf2/dw2-case-insensitive-debug.S: Fix debug_info_offset in
4156 .debug_aranges section.
4157
4158 2019-05-07 Tom de Vries <tdevries@suse.de>
4159
4160 PR testsuite/24159
4161 * lib/dwarf.exp: Fix handling of DW_FORM_ref_addr.
4162
4163 2019-05-06 Tom de Vries <tdevries@suse.de>
4164
4165 * lib/gdb.exp (exec_has_index_section): New proc.
4166 * gdb.base/index-cache.exp: Handle case that binfile contains an index
4167 section.
4168
4169 2019-05-04 Tom de Vries <tdevries@suse.de>
4170
4171 * boards/cc-with-debug-names.exp: New file.
4172
4173 2019-05-03 Tom Tromey <tromey@adacore.com>
4174
4175 * gdb.ada/char_enum/pck.ads (Global_Enum_Type): New type.
4176 * gdb.ada/char_enum/foo.adb: Use Global_Enum_Type.
4177 * gdb.ada/char_enum.exp: Add test.
4178
4179 2019-05-03 Tom de Vries <tdevries@suse.de>
4180
4181 * boards/cc-with-gdb-index.exp: New file.
4182
4183 2019-05-02 Andrew Burgess <andrew.burgess@embecosm.com>
4184
4185 * gdb.rust/simple.exp: Add new test case.
4186 * gdb.rust/simple.rs (struct StringAtOffset): New struct.
4187 (main): Initialise an instance of the new struct.
4188
4189 2019-05-01 Tom Tromey <tromey@adacore.com>
4190
4191 * gdb.ada/packed_array_assign/aggregates.ads (Nested_Packed): New
4192 record.
4193 (NPR): New variable.
4194 * gdb.ada/packed_array_assign.exp: Add nested packed assignment
4195 test.
4196
4197 2019-05-01 Tom Tromey <tromey@adacore.com>
4198
4199 * gdb.ada/packed_array_assign.exp: Add packed assignment
4200 regression test.
4201
4202 2019-05-01 Tom de Vries <tdevries@suse.de>
4203
4204 * boards/cc-with-tweaks.exp: Generate gdb.sh, and pass it in env(GDB).
4205
4206 2019-05-01 Tom de Vries <tdevries@suse.de>
4207
4208 * boards/dwarf4-gdb-index.exp: Use cc-with-tweaks.exp.
4209
4210 2019-04-30 Ali Tamur <tamur@google.com>
4211
4212 * lib/dwarf.exp(): Added DW_FORM_strx1-4.
4213
4214 2019-04-30 Tom Tromey <tromey@adacore.com>
4215
4216 * lib/ada.exp (find_ada_tool): New proc.
4217 * lib/gdb.exp (gdb_compile_shlib): Allow .o files as inputs.
4218 * gdb.ada/catch_ex_std.exp: New file.
4219 * gdb.ada/catch_ex_std/foo.adb: New file.
4220 * gdb.ada/catch_ex_std/some_package.adb: New file.
4221 * gdb.ada/catch_ex_std/some_package.ads: New file.
4222
4223 2019-04-30 Tom Tromey <tromey@adacore.com>
4224
4225 PR c++/24470:
4226 * gdb.cp/temargs.cc: Add test code from PR.
4227
4228 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
4229
4230 * gdb.fortran/vla-datatypes.exp: Update expected results.
4231 * gdb.fortran/vla-ptype.exp: Likewise.
4232 * gdb.fortran/vla-type.exp: Likewise.
4233 * gdb.fortran/vla-value.exp: Likewise.
4234
4235 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
4236
4237 * gdb.fortran/ptr-indentation.exp: Update expected results.
4238 * gdb.fortran/ptype-on-functions.exp: Likewise.
4239 * gdb.fortran/vla-ptr-info.exp: Likewise.
4240 * gdb.fortran/vla-value.exp: Likewise.
4241
4242 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
4243
4244 * gdb.fortran/ptype-on-functions.exp: New file.
4245 * gdb.fortran/ptype-on-functions.f90: New file.
4246
4247 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
4248
4249 * gdb.fortran/exprs.exp (test_convenience_variables): Expect lower
4250 case void string.
4251
4252 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
4253
4254 * gdb.fortran/complex.exp: Expand.
4255 * gdb.fortran/complex.f: Renamed to...
4256 * gdb.fortran/complex.f90: ...this, and extended to add more
4257 complex values.
4258
4259 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
4260
4261 * gdb.fortran/intrinsics.exp: Extend to cover MOD, CEILING, FLOOR,
4262 MODULO, CMPLX.
4263
4264 2019-04-29 Andrew Burgess <andrew.burgess@embecosm.com>
4265 Richard Bunt <richard.bunt@arm.com>
4266
4267 * gdb.base/max-depth.c: New file.
4268 * gdb.base/max-depth.exp: New file.
4269 * gdb.python/py-nested-maps.c: New file.
4270 * gdb.python/py-nested-maps.exp: New file.
4271 * gdb.python/py-nested-maps.py: New file.
4272 * gdb.python/py-format-string.exp (test_max_depth): New proc.
4273 (test_all_common): Call test_max_depth.
4274 * gdb.fortran/max-depth.exp: New file.
4275 * gdb.fortran/max-depth.f90: New file.
4276 * gdb.go/max-depth.exp: New file.
4277 * gdb.go/max-depth.go: New file.
4278 * gdb.modula2/max-depth.exp: New file.
4279 * gdb.modula2/max-depth.c: New file.
4280 * lib/gdb.exp (get_print_expr_at_depths): New proc.
4281
4282 2019-04-29 Tom de Vries <tdevries@suse.de>
4283
4284 * lib/opencl.exp (skip_opencl_tests): Add missing "with" in regexp.
4285
4286 2019-04-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4287
4288 * gdb.base/callexit.exp: Test may-call-functions off.
4289
4290 2019-04-25 Keith Seitz <keiths@redhat.com>
4291
4292 PR c++/24367
4293 * gdb.cp/meth-typedefs.cc (incomplete_struct)
4294 (another_incomplete_struct, test_incomplete): New definitions.
4295 (main): Use new definitions.
4296 * gdb.cp/meth-typedefs.exp: Add new tests for `test_incomplete'
4297 functions.
4298
4299 2019-04-25 Ali Tamur <tamur@google.com>
4300
4301 * lib/dwarf.exp (_handle_DW_FORM): Add DW_FORM_strx.
4302
4303 2019-04-25 Sergio Durigan Junior <sergiodj@redhat.com>
4304
4305 PR corefiles/11608
4306 PR corefiles/18187
4307 * gdb.base/coredump-filter-build-id.exp: New file.
4308
4309 2019-04-25 Alan Hayward <alan.hayward@arm.com>
4310
4311 * Makefile.in: Pass through GDBSERVER_DEBUG.
4312 * README (Testsuite Parameters): Add GDBSERVER_DEBUG.
4313 (gdbserver,debug): Add board setting.
4314 * gdb.trace/tspeed.exp: Skip when debugging.
4315 * lib/gdb.exp (gdbserver_debug_enabled): New procedure.
4316 * lib/gdbserver-support.exp: Likewise
4317
4318 2019-04-24 Tom Tromey <tromey@adacore.com>
4319
4320 * lib/gdb.exp (gdb_compile): Don't add -fno-stack-protector for
4321 Rust.
4322
4323 2019-04-24 Tom Tromey <tromey@adacore.com>
4324
4325 * gdb.arch/amd64-eval.exp: Test bitfield return.
4326 * gdb.arch/amd64-eval.cc (struct Bitfields): New.
4327 (class Foo) <return_bitfields>: New method.
4328 (main): Call it.
4329
4330 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
4331
4332 * gdb.cp/many-args.cc: New file.
4333 * gdb.cp/many-args.exp: New file.
4334
4335 2019-04-23 Tom de Vries <tdevries@suse.de>
4336
4337 PR gdb/24433
4338 * gdb.btrace/reconnect.exp: Fix stepi 19 pattern.
4339
4340 2019-04-23 Alan Hayward <alan.hayward@arm.com>
4341
4342 * gdb.trace/backtrace.exp: Use nopie flag.
4343 * gdb.trace/circ.exp: Likewise.
4344 * gdb.trace/collection.exp: Likewise.
4345 * gdb.trace/ftrace.exp: Likewise.
4346 * gdb.trace/mi-trace-unavailable.exp: Likewise.
4347 * gdb.trace/mi-traceframe-changed.exp: Likewise.
4348 * gdb.trace/qtro.exp: Likewise.
4349 * gdb.trace/read-memory.exp: Likewise.
4350 * gdb.trace/report.exp: Likewise.
4351 * gdb.trace/tfile.exp: Likewise.
4352 * gdb.trace/tfind.exp: Likewise.
4353 * gdb.trace/unavailable.exp: Likewise.
4354
4355 2019-04-22 Pedro Alves <palves@redhat.com>
4356
4357 * gdb.base/solib-probes-nosharedlibrary.c,
4358 gdb.base/solib-probes-nosharedlibrary.exp: New files.
4359
4360 2019-04-19 Tom Tromey <tromey@adacore.com>
4361
4362 * gdb.ada/ptype_union.c: New file.
4363 * gdb.ada/ptype_union.exp: New file.
4364
4365 2019-04-19 Tom Tromey <tromey@adacore.com>
4366
4367 PR symtab/24423:
4368 * gdb.base/list0.h (foo): Add a control-l character.
4369
4370 2019-04-18 Tom de Vries <tdevries@suse.de>
4371
4372 PR gdb/24433
4373 * boards/local-board.exp: Set sysroot to "".
4374
4375 2019-04-18 Tom de Vries <tdevries@suse.de>
4376 Pedro Alves <palves@redhat.com>
4377
4378 PR gdb/24454
4379 * gdb.threads/vfork-follow-child-exec.c: New file.
4380 * gdb.threads/vfork-follow-child-exec.exp: New file.
4381 * gdb.threads/vfork-follow-child-exit.c: New file.
4382 * gdb.threads/vfork-follow-child-exit.exp: New file.
4383
4384 2019-04-15 Leszek Swirski <leszeks@google.com>
4385
4386 * gdb.arch/amd64-eval.cc: New file.
4387 * gdb.arch/amd64-eval.exp: New file.
4388
4389 2019-04-11 Alan Hayward <alan.hayward@arm.com>
4390
4391 * gdb.server/sysroot.c: New test.
4392 * gdb.server/sysroot.exp: New file.
4393 * lib/gdbserver-support.exp (gdb_target_cmd): Add additional text
4394 matching param.
4395
4396 2019-04-11 Andrew Burgess <andrew.burgess@embecosm.com>
4397
4398 * gdb.base/align.exp: Extend test to cover structures containing
4399 only static fields.
4400
4401 2019-04-11 Tom de Vries <tdevries@suse.de>
4402
4403 * boards/cc-with-dwz-m.exp: New file.
4404 * boards/cc-with-dwz.exp: New file.
4405 * boards/cc-with-tweaks.exp: Note that check-gdb doesn't work.
4406
4407 2019-04-09 Simon Marchi <simon.marchi@efficios.com>
4408
4409 * gdb.base/start-cpp.exp: New file.
4410 * gdb.base/start-cpp.cc: New file.
4411
4412 2019-04-08 Kevin Buettner <kevinb@redhat.com>
4413
4414 * gdb.python/py-thrhandle.exp: Adjust tests to call
4415 thread_from_handle instead of thread_from_thread_handle.
4416
4417 2019-04-08 Kevin Buettner <kevinb@redhat.com>
4418
4419 * gdb.python/py-thrhandle.exp: Add tests for
4420 gdb.InferiorThread.handle.
4421
4422 2019-04-01 Andrew Burgess <andrew.burgess@embecosm.com>
4423
4424 * gdb.python/py-function.exp: Check calling helper function from
4425 all languages.
4426 * lib/gdb.exp (gdb_supported_languages): New proc.
4427
4428 2019-04-01 Andrew Burgess <andrew.burgess@embecosm.com>
4429
4430 * gdb.base/complex-parts.c: New file.
4431 * gdb.base/complex-parts.exp: New file.
4432
4433 2019-04-01 Tom Tromey <tromey@adacore.com>
4434
4435 PR symtab/23331:
4436 * gdb.dwarf2/dw2-ranges-main.c: New file.
4437 * gdb.dwarf2/dw2-ranges-psym.c: New file.
4438 * gdb.dwarf2/dw2-ranges-psym.exp: New file.
4439
4440 2019-03-30 Simon Marchi <simark@simark.ca>
4441
4442 * gdb.base/default.exp: Add values for $_gdb_major and
4443 $_gdb_minor.
4444
4445 2019-03-29 Tom Tromey <tromey@adacore.com>
4446
4447 * gdb.base/help.exp: Tighten apropos regexp.
4448
4449 2019-03-29 Keith Seitz <keiths@redhat.com>
4450
4451 * gdb.fortran/array-bounds.exp: New file.
4452 * gdb.fortran/array-bounds.f90: New file.
4453
4454 2019-03-28 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4455
4456 * gdb.multi/multi-term-settings.c (main): Increase alarm timer.
4457
4458 2019-03-28 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4459
4460 * gdb.multi/hello.c (main): Increase alarm timer.
4461
4462 2019-03-28 Sandra Loosemore <sandra@codesourcery.com>
4463
4464 * gdb.threads/watchpoint-fork.exp (test): Use large timeout
4465 factor when no hardware watchpoint support.
4466
4467 2019-03-28 Alan Hayward <alan.hayward@arm.com>
4468 Pedro Alves <palves@redhat.com>
4469
4470 * boards/local-board.exp: set sysroot to /.
4471
4472 2019-03-27 Alan Hayward <alan.hayward@arm.com>
4473
4474 * gdb.base/interrupt-daemon-attach.c (main): Add alarm and sleep
4475 in child.
4476
4477 2019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
4478
4479 * gdb.python/py-prettyprint.c (struct container) <is_map_p>: New
4480 field.
4481 (make_container): Initialise new field.
4482 * gdb.python/py-prettyprint.exp: Add new tests.
4483 * gdb.python/py-prettyprint.py (class ContainerPrinter)
4484 <display_hint>: New method.
4485
4486 2019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
4487
4488 * gdb.python/py-prettyprint.exp: Use gdb_breakpoint and
4489 gdb_continue_to_breakpoint more throughout this test.
4490 (run_lang_tests) Supply unique test names, and use
4491 gdb_test_no_output.
4492
4493 2019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
4494
4495 * gdb.base/finish-pretty.exp: Update expected results.
4496 * gdb.base/pretty-print.c: New file.
4497 * gdb.base/pretty-print.exp: New file.
4498
4499 2019-03-25 Pedro Alves <palves@redhat.com>
4500
4501 * lib/gdb.exp (gdb_test_multiple): Split appends to $code and
4502 move comments outside list. Append '-i "" eof' section.
4503
4504 2019-03-22 Alan Hayward <alan.hayward@arm.com>
4505
4506 PR testsuite/25016
4507 * README: Add pie options.
4508 * gdb.base/break-interp.exp: Ensure pie is disabled.
4509 * gdb.base/dump.exp: Likewise.
4510 * lib/gdb.exp (gdb_compile): Add pie option.
4511
4512 2019-03-19 Tom Tromey <tromey@adacore.com>
4513
4514 * gdb.mi/mi2-cli-display.c: New file.
4515 * gdb.mi/mi2-cli-display.exp: New file.
4516
4517 2019-03-18 Joel Brobecker <brobecker@adacore.com>
4518 Tom Tromey <tromey@adacore.com>
4519
4520 * gdb.ada/ptype_array/pck.adb: New file.
4521 * gdb.ada/ptype_array/pck.ads: New file.
4522 * gdb.ada/ptype_array/foo.adb: New file.
4523 * gdb.ada/ptype_array.exp: New file.
4524
4525 2019-03-14 Tom Tromey <tromey@adacore.com>
4526
4527 * gdb.base/style.exp: Add "set style sources" test.
4528
4529 2019-03-13 Simon Marchi <simon.marchi@ericsson.com>
4530
4531 * mi-breakpoint-location-ena-dis.exp: Rename to ...
4532 * mi-breakpoint-multiple-locations.exp: ... this.
4533 (make_breakpoints_pattern): New proc.
4534 (do_test): Add mi_version parameter, test -break-insert,
4535 -break-info and =breakpoint-created.
4536
4537 2019-03-12 Andrew Burgess <andrew.burgess@embecosm.com>
4538
4539 * config/default.exp: Remove 'load_lib gdb.exp'.
4540 * config/monitor.exp: Likewise.
4541 * config/sid.exp: Likewise.
4542 * config/sim.exp: Likewise.
4543 * config/slite.exp: Likewise.
4544 * config/unix.exp: Likewise.
4545 * gdb.base/default.exp: Remove unhelpful comment.
4546
4547 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
4548
4549 * gdb.fortran/type-kinds.exp: Extend to cover TYPE*SIZE cases.
4550
4551 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
4552
4553 * gdb.fortran/intrinsics.exp: Extend to cover ABS.
4554
4555 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
4556
4557 * gdb.fortran/type-kinds.exp: Update expected results.
4558
4559 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
4560
4561 * gdb.fortran/type-kinds.exp: Test new integer type kind.
4562
4563 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
4564
4565 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): New
4566 function.
4567 (test_basic_parsing_of_type_kinds): Expand types tested.
4568 (test_parsing_invalid_type_kinds): New function.
4569
4570 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
4571
4572 * gdb.fortran/intrinsics.exp: New file.
4573 * gdb.fortran/intrinsics.f90: New file.
4574 * gdb.fortran/type-kinds.exp: New file.
4575
4576 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
4577
4578 * gdb.fortran/dot-ops.exp: New file.
4579
4580 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
4581
4582 * gdb.fortran/types.exp (test_logical_literal_types_accepted):
4583 Check upper and lower case logical literals.
4584
4585 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
4586
4587 * gdb.fortran/types.exp (test_float_literal_types_accepted):
4588 Remove duplicate tests.
4589
4590 2019-03-06 Alan Hayward <alan.hayward@arm.com>
4591
4592 * lib/gdb.exp (builtin_cd): rename of cd.
4593 (cd): Override builtin.
4594
4595 2019-03-06 Richard Bunt <richard.bunt@arm.com>
4596
4597 * gdb.fortran/function-calls.exp: New file.
4598 * gdb.fortran/function-calls.f90: New test.
4599
4600 2019-03-04 Richard Bunt <richard.bunt@arm.com>
4601
4602 * gdb.fortran/short-circuit-argument-list.exp: Remove reliance
4603 on user program standard output.
4604 * gdb.fortran/short-circuit-argument-list.f90: Record function
4605 calls.
4606
4607 2019-02-28 Alan Hayward <alan.hayward@arm.com>
4608
4609 * lib/gdbserver-support.exp (gdbserver_start): Check for listen
4610 failure.
4611
4612 2019-02-28 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
4613
4614 PR gdb/8527
4615 * gdb.base/interrupt-daemon-attach.c,
4616 gdb.base/interrupt-daemon-attach.exp: New test.
4617
4618 2019-02-27 Pedro Alves <palves@redhat.com>
4619
4620 * gdb.base/page.exp: Add tests for "set width/height -1".
4621
4622 2019-02-27 Pedro Alves <palves@redhat.com>
4623
4624 * gdb.base/page.exp: Add tests for "set/show width/height" with
4625 "infinite" values.
4626
4627 2019-02-27 Tom Tromey <tromey@adacore.com>
4628
4629 * lib/gdb.exp (skip_python_tests_prompt): Don't check for Python
4630 2.4.
4631 * gdb.python/py-finish-breakpoint.exp: Remove Python 2.4
4632 workaround.
4633
4634 2019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
4635
4636 * gdb.base/align.exp: Extend to compile in both C and C++, and add
4637 tests for structs with static members.
4638
4639 2019-02-26 Tom Tromey <tromey@adacore.com>
4640
4641 * gdb.python/py-value.exp (test_value_from_buffer): Check for
4642 ValueError, not TypeError.
4643
4644 2019-02-26 Kevin Buettner <kevinb@redhat.com>
4645
4646 * gdb.python/py-value.exp (test_value_from_buffer): New proc with
4647 call from main program.
4648
4649 2019-02-23 Joel Brobecker <brobecker@adacore.com>
4650
4651 * gdb.ada/mi_ref_changeable.exp: Update copyright year range.
4652 * gdb.ada/mi_ref_changeable/foo_rb20_056.adb: Likewise.
4653 * gdb.ada/mi_ref_changeable/pck.adb: Likewise.
4654 * gdb.ada/mi_ref_changeable/pck.ads: Likewise.
4655 * gdb.dwarf2/inlined_subroutine-inheritance.exp: Likewise.
4656
4657 2019-02-22 Keith Seitz <keiths@redhat.com>
4658
4659 PR symtab/23853
4660 * gdb.base/symlink-sourcefile.c: New file.
4661 * gdb.base/symlink-sourcefile.exp: New file.
4662
4663 2019-02-20 Tom Tromey <tom@tromey.com>
4664
4665 * gdb.base/info_qt.exp: Update.
4666
4667 2019-02-19 Simon Marchi <simon.marchi@polymtl.ca>
4668
4669 * gdb.base/source.exp: Move "error in sourced script" code to
4670 the end.
4671 * gdb.base/source-error.gdb: Move contents to
4672 source-error-1.gdb. Add new code to source source-error-1.gdb.
4673 * gdb.base/source-error-1.gdb: New file, from previous
4674 source-error.gdb.
4675
4676 2019-02-17 Tom Tromey <tom@tromey.com>
4677
4678 * gdb.base/style.exp: Use -g3 to compile when possible. Add test
4679 for macro styling.
4680 * gdb.base/style.c (SOME_MACRO): New macro.
4681
4682 2019-02-17 Tom Tromey <tom@tromey.com>
4683
4684 * gdb.base/style.exp: Add line-wrapping tests.
4685 * gdb.base/page.exp: Add test for quitting during pagination.
4686
4687 2019-02-17 Joel Brobecker <brobecker@adacore.com>
4688
4689 * gdb.ada/big_packed_array: New testcase.
4690 * gdb.ada/homonym.exp: Fix incorrect expected output for
4691 "break <homonym__get_value>" test.
4692
4693 2019-02-13 Weimin Pan <weimin.pan@oracle.com>
4694
4695 PR breakpoints/21870
4696 * gdb.arch/aarch64-dbreg-contents.exp: Use runto_main + continue
4697 and prepare_for_testing. Add comment.
4698 * gdb.arch/aarch64-dbreg-contents.c: Remove SET_WATCHPOINT and
4699 redundant cleanup call. Clean up comment.
4700
4701 2019-02-12 Weimin Pan <weimin.pan@oracle.com>
4702
4703 PR breakpoints/21870
4704 * gdb.arch/aarch64-dbreg-contents.exp: New file.
4705 * gdb.arch/aarch64-dbreg-contents.c: New file.
4706
4707 2019-02-10 Joel Brobecker <brobecker@adacore.com>
4708
4709 * gdb.ada/mi_ref_changeable: New testcase.
4710
4711 2019-02-07 Alan Hayward <alan.hayward@arm.com>
4712
4713 * gdb.base/attach.exp: Add double attach test.
4714
4715 2019-02-07 Simon Marchi <simon.marchi@polymtl.ca>
4716
4717 * lib/gdb.exp (default_gdb_start): Don't match pagination
4718 prompt.
4719 (gdb_init): Set stty_init.
4720
4721 2019-01-27 Tom Tromey <tom@tromey.com>
4722
4723 * gdb.python/py-finish-breakpoint.exp: Remove duplicate call to
4724 skip_python_tests.
4725
4726 2019-01-24 Alan Hayward <alan.hayward@arm.com>
4727
4728 * gdb.base/infcall-nested-structs.c (struct struct_static_02_01):
4729 New structure.
4730 (struct struct_static_02_02): Likewise.
4731 (struct struct_static_02_03): Likewise.
4732 (struct struct_static_02_04): Likewise.
4733 (struct struct_static_04_01): Likewise.
4734 (struct struct_static_04_02): Likewise.
4735 (struct struct_static_04_03): Likewise.
4736 (struct struct_static_04_04): Likewise.
4737 (struct struct_static_06_01): Likewise.
4738 (struct struct_static_06_02): Likewise.
4739 (struct struct_static_06_03): Likewise.
4740 (struct struct_static_06_04): Likewise.
4741 (cmp_struct_static_02_01): Likewise.
4742 (cmp_struct_static_02_02): Likewise.
4743 (cmp_struct_static_02_03): Likewise.
4744 (cmp_struct_static_02_04): Likewise.
4745 (cmp_struct_static_04_01): Likewise.
4746 (cmp_struct_static_04_02): Likewise.
4747 (cmp_struct_static_04_03): Likewise.
4748 (cmp_struct_static_04_04): Likewise.
4749 (cmp_struct_static_06_01): Likewise.
4750 (cmp_struct_static_06_02): Likewise.
4751 (cmp_struct_static_06_03): Likewise.
4752 (cmp_struct_static_06_04): Likewise.
4753 (call_all): Test new structs.
4754 * gdb.base/infcall-nested-structs.exp: Likewise.
4755
4756 2019-01-21 Alan Hayward <alan.hayward@arm.com>
4757 * gdb.base/infcall-nested-structs.exp: Test C++ in addition to C.
4758
4759 2019-01-21 Alan Hayward <alan.hayward@arm.com>
4760 * gdb.base/stack-protector.c: New test.
4761 * gdb.base/stack-protector.exp: New file.
4762 * gdb.cp/ovldbreak.exp: Only allow a single break line.
4763 * lib/gdb.exp (get_compiler_info): Use getting_compiler_info
4764 option.
4765 (gdb_compile): Remove stack protector for GCC and prevent
4766 recursion.
4767
4768 2019-01-16 Keith Seitz <keiths@redhat.com>
4769
4770 PR gdb/23773
4771 * gdb.dwarf2/inlined_subroutine-inheritance.exp: New file.
4772
4773 2019-01-14 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
4774
4775 * gdb.arch/vsx-regs.exp: Add tests that use the vector register
4776 aliases.
4777 * gdb.arch/altivec-regs.exp: Likewise. Fix indentation of two
4778 tests.
4779 * gdb.arch/powerpc-vector-regs.c: New file.
4780 * gdb.arch/powerpc-vector-regs.exp: New file.
4781
4782 2019-01-14 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
4783
4784 * gdb.arch/altivec-regs.exp: Fix the list passed to
4785 gdb_expect_list when testing "info vector".
4786
4787 2019-01-12 Andrew Burgess <andrew.burgess@embecosm.com>
4788
4789 * gdb.base/style.exp: Don't include path in testname.
4790
4791 2019-01-10 Keith Seitz <keiths@redhat.com>
4792
4793 PR gdb/23712
4794 PR symtab/23010
4795 * gdb.dwarf2/multidictionary.exp: New file.
4796
4797 2019-01-09 Simon Marchi <simon.marchi@ericsson.com>
4798
4799 * gdb.cp/demangle.exp (test_gnu_style_demangling): Rename to...
4800 (test_gnuv3_style_demangling): ... this.
4801 (test_lucid_style_demangling): Remove.
4802 (test_arm_style_demangling): Remove.
4803 (test_hp_style_demangling): Remove.
4804 (do_tests): Remove calls to the above.
4805
4806 2019-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
4807
4808 * lib/mi-support.exp (mi_gdb_test): Remove interactive prompt
4809 case.
4810
4811 2019-01-06 Tom Tromey <tom@tromey.com>
4812
4813 PR gdb/28155:
4814 * gdb.dwarf2/typedef-void-finish.exp: New file.
4815
4816 2018-12-28 Tom Tromey <tom@tromey.com>
4817 Simon Marchi <simark@simark.ca>
4818
4819 * gdb.base/jit-exec.exp: New file.
4820 * gdb.base/jit-exec.c: New file.
4821 * gdb.base/jit-execd.c: New file.
4822
4823 2018-12-28 Tom Tromey <tom@tromey.com>
4824
4825 * gdb.base/style.exp: Update test to check for address styling.
4826
4827 2018-12-28 Tom Tromey <tom@tromey.com>
4828
4829 * gdb.base/style.exp: Add test for styling of "Reading symbols"
4830 message.
4831
4832 2018-12-28 Tom Tromey <tom@tromey.com>
4833
4834 * gdb.base/style.exp: Add test for version number styling.
4835
4836 2018-12-28 Tom Tromey <tom@tromey.com>
4837
4838 * gdb.base/style.exp: Add test for print_address_symbolic.
4839
4840 2018-12-28 Tom Tromey <tom@tromey.com>
4841
4842 * gdb.base/style.exp: Add test for breakpoint setting.
4843
4844 2018-12-28 Tom Tromey <tom@tromey.com>
4845
4846 * gdb.base/style.exp: Add test for variable names.
4847
4848 2018-12-28 Tom Tromey <tom@tromey.com>
4849
4850 * gdb.base/style.exp: New file.
4851 * gdb.base/style.c: New file.
4852
4853 2018-12-28 Tom Tromey <tom@tromey.com>
4854
4855 * lib/gdb.exp (gdb_init): Set the TERM environment variable to
4856 "dumb".
4857 * gdb.base/readline.exp (operate_and_get_next): Save and restore
4858 the TERM environment variable.
4859
4860 2018-12-27 Tom Tromey <tom@tromey.com>
4861
4862 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): Add
4863 pagination test.
4864
4865 2018-12-24 Andrew Burgess <andrew.burgess@embecosm.com>
4866
4867 * gdb.dwarf2/dw2-unusual-field-names.c: New file.
4868 * gdb.dwarf2/dw2-unusual-field-names.exp: New file.
4869
4870 2018-12-24 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4871
4872 * gdb.ada/bp_fun_addr/a.adb (a): Rename to bp_fun_addr.
4873 Filename a.adb changed to bp_fun_addr.adb.
4874 gdb.ada/bp_fun_addr.exp: Update test accordingly.
4875
4876 2018-12-21 Jan Vrany <jan.vrany@fit.cvut.cz>
4877
4878 * lib/gdb.exp (gdb_compile): Add new nopie flag enforce
4879 non-PIE executables.
4880 * README: Mention the gdb,nopie_flag board setting.
4881 * gdb.arch/amd64-disp-step.exp: Use nopie flag to enforce
4882 non-PIE executable.
4883 * gdb.arch/amd64-entry-value.exp: Likewise.
4884 * gdb.arch/amd64-invalid-stack-middle.exp: Likewise.
4885 * gdb.arch/i386-float.exp: Likewise.
4886 * gdb.arch/i386-signal.exp: Likewise.
4887 * gdb.mi/mi-reg-undefined.exp: Likewise.
4888
4889 2018-12-21 Paul Marechal <paul.marechal@ericsson.com>
4890
4891 PR gdb/23974
4892 * gdb.base/info-os.exp: Check return for unknown "info os" type.
4893
4894 2018-12-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4895
4896 * gdb.ada/info_auto_lang.exp: Normalize some_c source file.
4897 Update order of results accordingly.
4898
4899 2018-12-12 Andrew Burgess <andrew.burgess@embecosm.com>
4900
4901 * gdb.base/annota1.exp: Update a test regexp.
4902
4903 2018-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
4904
4905 * gdb.base/float.exp: Handle RISC-V targets without an FPU.
4906
4907 2018-12-09 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4908
4909 * gdb.threads/tid-reuse.c (REUSE_TIME_CAP): Declare as 60.
4910 (reuse_time): Initialize to REUSE_TIME_CAP.
4911 (check_rc): New function.
4912 (main): Use REUSE_TIME_CAP instead of hardcoded 60.
4913 Check pthread_create rc.
4914 (spawner_thread_func): Check pthread_create and pthread_join rc.
4915
4916 2018-12-08 Pedro Alves <palves@redhat.com>
4917
4918 * gdb.base/list.exp (test_forward_search): Rename to ...
4919 (test_forward_reverse_search): ... this. Also test reverse-search
4920 and the forward-search alias.
4921
4922 2018-12-05 Andrew Burgess <andrew.burgess@embecosm.com>
4923
4924 * config/sim.exp (gdb_target_sim): Remove redundant adjustment of
4925 local timeout variable before return, and remove all local timeout
4926 variable entirely.
4927 (gdb_load): Likewise.
4928
4929 2018-12-01 Tom de Vries <tdevries@suse.de>
4930
4931 * gdb.base/gdb-caching-proc.exp: New file.
4932
4933 2018-11-25 Sergio Durigan Junior <sergiodj@redhat.com>
4934
4935 * Makefile.in (TIMESTAMP): New variable.
4936 (check-single): Add $(TIMESTAMP) to the end of $(DO_RUNTEST)
4937 command.
4938 (check-single-racy): Likewise.
4939 (check/%.exp): Likewise.
4940 (check-racy/%.exp): Likewise.
4941 (workers/%.worker): Likewise.
4942 (build-perf): Likewise.
4943 (check-perf): Likewise.
4944 * README: Describe new "TS" and "TS_FORMAT" variables.
4945 * print-ts.py: New file.
4946
4947 2018-11-21 Benno Fünfstück <benno.fuenfstueck@gmail.com>
4948
4949 PR python/23714
4950 * gdb.python/python.exp: Test command repetition after
4951 gdb.execute.
4952
4953 2018-11-20 Andrew Burgess <andrew.burgess@embecosm.com>
4954
4955 * gdb.opt/inline-break.exp: Add test that info breakpoint output
4956 is correctly aligned.
4957
4958 2018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4959
4960 * gdb.ada/info_auto_lang.exp: New testcase.
4961 * gdb.ada/info_auto_lang/global_pack.ads: New file.
4962 * gdb.ada/info_auto_lang/proc_in_ada.adb: New file.
4963 * gdb.ada/info_auto_lang/some_c.c: New file.
4964
4965 2018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4966
4967 * gdb.dwarf2/dw2-case-insensitive.exp: Update due to auto switch to
4968 FUNC_lang language syntax.
4969
4970 2018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4971
4972 * gdb.base/info_minsym.c: New file.
4973 * gdb.base/info_minsym.exp: New file.
4974
4975 2018-11-19 Tom Tromey <tom@tromey.com>
4976
4977 PR rust/23625:
4978 * gdb.rust/simple.exp: Add ptype test. Update expected output.
4979 * gdb.rust/expr.exp: Update expected output. Change one test.
4980
4981 2018-11-19 Tom Tromey <tom@tromey.com>
4982
4983 * gdb.rust/simple.rs: Don't initialize empty_enum_value.
4984
4985 2018-11-19 Pedro Alves <palves@redhat.com>
4986
4987 * gdb.base/warning.exp: Don't override INTERNAL_FLAGS. Use
4988 gdb_spawn_with_cmdline_opts instead of gdb_start. Check that we
4989 see the expected warning.
4990
4991 2018-11-16 Alan Hayward <alan.hayward@arm.com>
4992
4993 PR gdb/22736:
4994 * gdb.cp/infcall-nodebug-lib.c: New test.
4995 * gdb.cp/infcall-nodebug-main.c: New test.
4996 * gdb.cp/infcall-nodebug.exp: New file.
4997
4998 2018-11-12 Simon Marchi <simon.marchi@polymtl.ca>
4999
5000 * gdb.base/skip.exp: Add standard_testfile. Add "skip delete"
5001 completer tests.
5002
5003 2018-11-09 Tom de Vries <tdevries@suse.de>
5004
5005 * gdb.base/msym-lang.c: New test.
5006 * gdb.base/msym-lang.exp: New file.
5007 * gdb.base/msym-lang-main.c: New test.
5008
5009 2018-11-08 Tom Tromey <tom@tromey.com>
5010
5011 PR gdb/23555:
5012 PR gdb/23838:
5013 * gdb.base/warning.exp: New file.
5014
5015 2018-11-08 Jan Beulich <jbeulich@suse.com>
5016
5017 * testsuite/gdb.arch/i386-avx512.c,
5018 testsuite/gdb.arch/i386-avx512.exp: Add 7th test.
5019
5020 2018-11-08 Andrew Burgess <andrew.burgess@embecosm.com>
5021
5022 * gdb.arch/riscv-reg-aliases.exp: Handle targets without floating
5023 point hardware.
5024
5025 2018-11-07 Andrew Burgess <andrew.burgess@embecosm.com>
5026
5027 * gdb.dwarf2/void-type.exp: Rename types, and make var_a an 'int'.
5028 * gdb.dwarf2/missing-type-name.exp: New file.
5029
5030 2018-11-06 Tom de Vries <tdevries@suse.de>
5031
5032 * gdb.base/many-headers.c: New test.
5033 * gdb.base/many-headers.exp: New file.
5034
5035 2018-11-06 Jim Wilson <jimw@sifive.com>
5036
5037 * gdb.base/code_elim.exp: For riscv, set additional_flags
5038 to include -msmall-data-limit=0.
5039
5040 2018-11-01 Joel Brobecker <brobecker@adacore.com>
5041
5042 * gdb.ada/watch_minus_l: New testcase.
5043
5044 2018-11-01 Sangamesh Mallayya <sangamesh.swamy@in.ibm.com>
5045
5046 * gdb.arch/aix-sighandle.c: New file.
5047 * gdb.arch/aix-sighandle.exp: New file.
5048
5049 2018-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
5050
5051 * gdb.arch/riscv-reg-aliases.exp: Rewrite to take account of float
5052 registers being unions.
5053
5054 2018-10-31 Tom de Vries <tdevries@suse.de>
5055
5056 * lib/valgrind.exp: New file.
5057 (vgdb_start, vgdb_stop): New procs, factored out of ...
5058 * gdb.base/valgrind-bt.exp: ... here, ...
5059 * gdb.base/valgrind-disp-step.exp: ... here and ...
5060 * gdb.base/valgrind-infcall.exp: ... here.
5061
5062 2018-10-31 Tom de Vries <tdevries@suse.de>
5063
5064 * lib/gdb.exp (get_valueof): Don't output read value in test name.
5065
5066 2018-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
5067
5068 * gdb.dwarf2/void-type.c: New file.
5069 * gdb.dwarf2/void-type.exp: New file.
5070
5071 2018-10-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5072
5073 * gdb.base/info_qt.c: New file.
5074 * gdb.base/info_qt.exp: New file.
5075
5076 2018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
5077
5078 * gdb.arch/powerpc-htm-regs.c: New file.
5079 * gdb.arch/powerpc-htm-regs.exp: New file.
5080
5081 2018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
5082
5083 * gdb.arch/powerpc-tar.c: New file.
5084 * gdb.arch/powerpc-tar.exp: New file.
5085
5086 2018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
5087
5088 * gdb.arch/powerpc-ppr-dscr.c: New file.
5089 * gdb.arch/powerpc-ppr-dscr.exp: New file.
5090
5091 2018-10-25 Tom de Vries <tdevries@suse.de>
5092
5093 * gdb.base/valgrind-db-attach.exp: Rewrite to use vgdb.
5094
5095 2018-10-24 Tom de Vries <tdevries@suse.de>
5096
5097 * lib/gdb.exp (gdb_test_multiple): Log wait status on process no
5098 longer exists error.
5099
5100 2018-10-24 Tom de Vries <tdevries@suse.de>
5101
5102 * gdb.base/catch-follow-exec.exp: Rewrite using gdb_test.
5103
5104 2018-10-24 Tom de Vries <tdevries@suse.de>
5105
5106 * gdb.base/valgrind-db-attach.exp: Handle removed support for
5107 --db-attach in valgrind.
5108
5109 2018-10-23 Andrew Burgess <andrew.burgess@embecosm.com>
5110
5111 * gdb.arch/riscv-reg-aliases.c: New file.
5112 * gdb.arch/riscv-reg-aliases.exp: New file.
5113
5114 2018-10-19 Alan Hayward <alan.hayward@arm.com>
5115
5116 * gdb.python/py-cmd.exp: Check for gdb_prompt.
5117
5118 2018-10-19 Alan Hayward <alan.hayward@arm.com>
5119
5120 * gdb.base/vla-optimized-out.exp: Allow either optimized out or 6.
5121
5122 2018-10-19 Alan Hayward <alan.hayward@arm.com>
5123
5124 * gdb.cp/ovldbreak.exp: Fix regexps.
5125
5126 2018-10-19 Alan Hayward <alan.hayward@arm.com>
5127
5128 * gdb.compile/compile-cplus-print.exp: Start inferior earlier.
5129
5130 2018-10-18 Sergio Durigan Junior <sergiodj@redhat.com>
5131
5132 PR cli/23785
5133 * gdb.base/restore.exp: New test to check if "restore" with an
5134 invalid file doesn't segfault.
5135
5136 2018-10-18 Tom de Vries <tdevries@suse.de>
5137
5138 * gdb.ada/bp_inlined_func.exp: Fix capitalized test name.
5139 * gdb.ada/excep_handle.exp: Same.
5140 * gdb.ada/mi_string_access.exp: Same.
5141 * gdb.ada/mi_var_union.exp: Same.
5142 * gdb.arch/arc-analyze-prologue.exp: Same.
5143 * gdb.arch/arc-decode-insn.exp: Same.
5144 * gdb.base/readnever.exp: Same.
5145 * gdb.fortran/printing-types.exp: Same.
5146 * gdb.guile/scm-lazy-string.exp: Same.
5147
5148 2018-10-16 Tom de Vries <tdevries@suse.de>
5149
5150 PR gdb/23730
5151 * gdb.base/catch-follow-exec.c: Add copyright notice.
5152 * gdb.base/catch-follow-exec.exp: Rewrite to use
5153 gdb_spawn_with_cmdline_opts. Require gdb-native.
5154
5155 2018-10-12 Sandra Loosemore <sandra@codesourcery.com>
5156
5157 * gdb.trace/actions-changed.exp: Check for arch support.
5158 * gdb.trace/actions.exp: Likewise.
5159 * gdb.trace/ax.exp: Likewise.
5160 * gdb.trace/backtrace.exp: Likewise.
5161 * gdb.trace/change-loc.exp: Likewise.
5162 * gdb.trace/deltrace.exp: Likewise.
5163 * gdb.trace/ftrace-lock.exp: Check for shlib and arch support.
5164 * gdb.trace/ftrace.exp: Likewise.
5165 * gdb.trace/infotrace.exp: Check for arch support.
5166 * gdb.trace/mi-trace-frame-collected.exp: Likewise.
5167 * gdb.trace/mi-tracepoint-changed.exp: Likewise.
5168 * gdb.trace/mi-tsv-changed.exp: Likewise.
5169 * gdb.trace/packetlen.exp: Likewise.
5170 * gdb.trace/passc-dyn.exp: Likewise.
5171 * gdb.trace/passcount.exp: Likewise.
5172 * gdb.trace/pending.exp: Likewise.
5173 * gdb.trace/range-stepping.exp: Check for shlib support.
5174 * gdb.trace/report.exp: Check for arch support.
5175 * gdb.trace/save-trace.exp: Likewise.
5176 * gdb.trace/signal.exp: Check for signal support.
5177 * gdb.trace/tfind.exp: Check for arch support.
5178 * gdb.trace/trace-break.exp: Check for arch and shlib support.
5179 * gdb.trace/trace-common.h: Add comment.
5180 * gdb.trace/trace-condition.exp: Check for shlib and arch support.
5181 * gdb.trace/trace-enable-disable.exp: Likewise.
5182 * gdb.trace/trace-mt.exp: Likewise. Remove redundant untested call.
5183 * gdb.trace/tracecmd.exp: Check for arch support.
5184 * gdb.trace/tspeed.exp: Check for shlib and target support.
5185 * gdb.trace/tstatus.exp: Check for arch support.
5186 * gdb.trace/tsv.exp: Likewise.
5187 * gdb.trace/while-dyn.exp: Likewise.
5188 * gdb.trace/while-stepping.exp: Likewise.
5189 * lib/trace-support.exp (gdb_trace_common_supports_arch): New.
5190
5191 2018-10-12 Simon Marchi <simon.marchi@ericsson.com>
5192
5193 * gdb.trace/tspeed.exp: Remove nowarnings.
5194 (prepare_for_trace_test): Declare "global ipalib".
5195 * gdb.trace/tspeed.c: Include unistd.h.
5196 (main): Remove superfluous printf argument.
5197
5198 2018-10-11 Sandra Loosemore <sandra@codesourcery.com>
5199
5200 * gdb.base/solib-vanish.exp: Fix regexp not to require a POSIX
5201 directory prefix on the filename.
5202
5203 2018-10-10 Sergio Durigan Junior <sergiodj@redhat.com>
5204
5205 * gdb.gdb/unittest.exp: Update expected message informing that
5206 selftests have been disabled.
5207 * gdb.server/unittest.exp: Likewise.
5208
5209 2018-10-09 Tom de Vries <tdevries@suse.de>
5210
5211 * lib/gdb.exp (target_supports_scheduler_locking): Replace gdb_start_cmd
5212 with runto_main.
5213
5214 2018-10-08 Weimin Pan <weimin.pan@oracle.com>
5215
5216 PR c++/16841
5217 * gdb.cp/virtbase2.cc: New file.
5218 * gdb.cp/virtbase2.exp: New file.
5219
5220 2018-10-06 Tom Tromey <tom@tromey.com>
5221
5222 PR python/19399:
5223 * gdb.python/py-inferior.exp: Add architecture test.
5224
5225 2018-10-06 Tom Tromey <tom@tromey.com>
5226
5227 * gdb.base/gnu-ifunc.exp (build): Use standard_output_file.
5228 * gdb.trace/unavailable-dwarf-piece.exp: Use standard_output_file.
5229
5230 2018-10-06 Tom Tromey <tom@tromey.com>
5231
5232 * gdb.python/py-breakpoint.exp (check_last_event): Check location
5233 of a "throw" catchpoint.
5234
5235 2018-10-06 Sergio Durigan Junior <sergiodj@redhat.com>
5236
5237 * gdb.base/info-proc.exp: Update string expected from "help info
5238 proc".
5239
5240 2018-10-04 Tom Tromey <tom@tromey.com>
5241
5242 * gdb.cp/maint.exp (test_invalid_name): Update expected output.
5243 * gdb.gdb/complaints.exp (test_short_complaints): Remove.
5244 (test_initial_complaints, test_empty_complaints): Update.
5245 * gdb.dwarf2/dw2-stack-boundary.exp: Update.
5246
5247 2018-10-04 Tom Tromey <tom@tromey.com>
5248
5249 PR cli/19551:
5250 * lib/mi-support.exp (mi_gdb_file_cmd): Update.
5251 * lib/gdb.exp (gdb_file_cmd): Update.
5252 * gdb.stabs/weird.exp (print_weird_var): Update.
5253 * gdb.server/solib-list.exp: Update.
5254 * gdb.multi/remove-inferiors.exp (test_remove_inferiors): Update.
5255 * gdb.mi/mi-cli.exp: Update.
5256 * gdb.linespec/linespec.exp: Update.
5257 * gdb.dwarf2/dw2-stack-boundary.exp: Update.
5258 * gdb.dwarf2/dw2-objfile-overlap.exp: Update.
5259 * gdb.cp/cp-relocate.exp: Update.
5260 * gdb.base/sym-file.exp: Update.
5261 * gdb.base/relocate.exp: Update.
5262 * gdb.base/readnever.exp: Update.
5263 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
5264 * gdb.base/kill-detach-inferiors-cmd.exp: Update.
5265 * gdb.base/dbx.exp (gdb_file_cmd): Update.
5266 * gdb.base/code_elim.exp: Update.
5267 * gdb.base/break-unload-file.exp (test_break): Update.
5268 * gdb.base/break-interp.exp (test_attach_gdb): Update.
5269 * gdb.base/break-idempotent.exp (force_breakpoint_re_set):
5270 Update.
5271 * gdb.base/attach.exp (do_attach_tests): Update.
5272 * gdb.base/sepdebug.exp: Update.
5273 * gdb.python/py-section-script.exp: Update.
5274
5275 2018-10-04 Tom Tromey <tom@tromey.com>
5276
5277 PR cli/22234:
5278 * gdb.dwarf2/dw2-stack-boundary.exp: Update expected output.
5279 * gdb.gdb/complaints.exp (test_short_complaints): Update expected
5280 output.
5281
5282 2018-10-04 Tom Tromey <tom@tromey.com>
5283
5284 * gdb.base/attach.exp (test_command_line_attach_run): Use -quiet;
5285 set width and height to 0.
5286 (test_command_line_attach_run): Use -quiet.
5287
5288 2018-10-03 Sandra Loosemore <sandra@codesourcery.com>
5289
5290 * lib/gdb.exp (skip_ifunc_tests): New.
5291 * gdb.base/gnu-ifunc.exp: Skip if no ifunc support. Handle
5292 other compile failures.
5293 * gdb.compile/compile-ifunc.exp: Skip if no ifunc support.
5294
5295 2018-10-01 Simon Marchi <simon.marchi@ericsson.com>
5296
5297 * gdb.arch/i386-avx512.exp: Fix setting of nr_regs based on
5298 is_amd64_regs_target.
5299
5300 2018-10-01 Alan Hayward <alan.hayward@arm.com>
5301
5302 * gdb.arch/aarch64-sighandler-regs.c: New test.
5303 * gdb.arch/aarch64-sighandler-regs.exp: New file.
5304 * lib/gdb.exp (skip_aarch64_sve_tests): New proc.
5305
5306 2018-10-01 Markus Metzger <markus.t.metzger@intel.com>
5307
5308 * lib/gdb.exp (is_amd64_regs_target): Change assembly to C inline
5309 assembly.
5310
5311 2018-09-28 Andrew Burgess <andrew.burgess@embecosm.com>
5312
5313 * gdb.base/frame-selection.exp: New file.
5314 * gdb.base/frame-selection.c: New file.
5315
5316 2018-09-27 Alan Hayward <alan.hayward@arm.com>
5317
5318 * gdb.threads/check-libthread-db.c (thread_routine): Use a
5319 pthread barrier.
5320 (main): Likewise.
5321
5322 2018-09-26 Andrew Burgess <andrew.burgess@embecosm.com>
5323
5324 * gdb.base/large-frame-1.c: New file.
5325 * gdb.base/large-frame-2.c: New file.
5326 * gdb.base/large-frame.exp: New file.
5327 * gdb.base/large-frame.h: New file.
5328
5329 2018-09-24 Jozef Lawrynowicz <jozef.l@mittosystems.com>
5330
5331 PR gdb/20948
5332 * gdb.base/write_mem.exp: New test.
5333 * gdb.base/write_mem.c: Likewise.
5334
5335 2018-09-23 Tom Tromey <tom@tromey.com>
5336
5337 PR python/18852:
5338 * gdb.python/py-parameter.exp: Add test for parameter that throws
5339 on "set".
5340
5341 2018-09-23 Tom Tromey <tom@tromey.com>
5342
5343 PR python/17284:
5344 * gdb.python/py-template.exp (test_template_arg): Add test for
5345 negative template argument number.
5346
5347 2018-09-23 Tom Tromey <tom@tromey.com>
5348
5349 PR python/14062:
5350 * gdb.python/python.exp: Add test for post_event error.
5351
5352 2018-09-23 Tom Tromey <tom@tromey.com>
5353
5354 PR python/18170:
5355 * gdb.python/py-value.exp (test_value_numeric_ops): Add tests to
5356 convert pointers to int and long.
5357
5358 2018-09-23 Tom Tromey <tom@tromey.com>
5359
5360 PR python/20126:
5361 * gdb.python/py-value.exp (test_value_numeric_ops): Add
5362 signed-ness conversion tests.
5363
5364 2018-09-23 Tom Tromey <tom@tromey.com>
5365
5366 PR python/18352;
5367 * gdb.python/py-value.exp (test_float_conversion): New proc.
5368 Use it.
5369
5370 2018-09-20 Hafiz Abid Qadeer <abidh@codesourcery.com>
5371
5372 gdb.base/reggroups.exp (fetch_reggroups): Add '_' in match pattern.
5373
5374 2018-09-18 Sandra Loosemore <sandra@codesourcery.com>
5375
5376 * gdb.base/complete-empty.exp: Skip tab-completion tests if
5377 no readline.
5378 * gdb.base/utf8-identifiers.exp: Likewise.
5379 * gdb.cp/cpcompletion.exp: Likewise.
5380 * gdb.linespec/cpcompletion.exp: Likewise.
5381 * gdb.linespec/cpls-abi-tag.exp: Likewise.
5382 * gdb.linespec/cpls-ops.exp: Likewise.
5383
5384 2018-09-19 Richard Bunt <richard.bunt@arm.com>
5385 Chris January <chris.january@arm.com>
5386
5387 * gdb.cp/koenig.exp: Extend to test logical short circuiting.
5388 * gdb.fortran/short-circuit-argument-list.exp: New file.
5389 * gdb.fortran/short-circuit-argument-list.f90: New test.
5390
5391 2018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
5392
5393 * gdb.arch/amd64-invalid-stack-top.exp: Expect optional
5394 "arch=" keyword when executing "-stack-list-frames".
5395
5396 2018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
5397
5398 * gdb.arch/amd64-invalid-stack-middle.exp: Expect optional
5399 "arch=" keyword when executing "-stack-list-frames".
5400
5401 2018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
5402
5403 * gdb.ada/complete.exp: Expect for "@" when doing "complete
5404 break ada".
5405
5406 2018-09-17 Simon Marchi <simon.marchi@polymtl.ca>
5407
5408 PR python/23669
5409 * gdb.python/python.exp: Test gdb.execute("show commands").
5410
5411 2018-09-16 Tom Tromey <tom@tromey.com>
5412
5413 * gdb.base/new-ui.exp (do_execution_tests): Update.
5414 * gdb.base/dbx.exp (test_breakpoints): Update.
5415
5416 2018-09-14 Alan Hayward <alan.hayward@arm.com>
5417
5418 * lib/gdb.exp (gdb_simple_compile): Add proc.
5419 (is_elf_target): Use gdb_simple_compile.
5420 (skip_altivec_tests): Likewise.
5421 (skip_vsx_tests): Likewise.
5422 (skip_tsx_tests): Likewise.
5423 (skip_btrace_tests): Likewise.
5424 (skip_btrace_pt_tests): Likewise.
5425 (gdb_can_simple_compile): Likewise.
5426 (gdb_has_argv0): Likewise.
5427 (gdb_target_symbol_prefix): Likewise.
5428 (target_supports_scheduler_locking): Likewise.
5429
5430 2018-09-13 Tom Tromey <tom@tromey.com>
5431
5432 * Makefile.in (TAGS): Recognize proc_with_prefix and
5433 gdb_caching_proc.
5434
5435 2018-09-13 Simon Marchi <simon.marchi@ericsson.com>
5436
5437 * gdb.python/py-progspace.exp: Test the Progspace.objfiles
5438 method.
5439
5440 2018-09-13 Simon Marchi <simon.marchi@ericsson.com>
5441
5442 * gdb.python/py-inferior.exp: Add tests for Inferior.progspace
5443 and a few other Inferior properties when the Inferior is no
5444 longer valid.
5445
5446 2018-09-13 Tom Tromey <tom@tromey.com>
5447
5448 PR rust/23650:
5449 * gdb.rust/simple.exp: Add test for enum field access error.
5450
5451 2018-09-13 Tom Tromey <tom@tromey.com>
5452
5453 PR rust/23626:
5454 * gdb.rust/simple.rs (EmptyEnum): New type.
5455 (main): Use it.
5456 * gdb.rust/simple.exp (test_one_slice): Add empty enum test.
5457
5458 2018-09-13 Simon Marchi <simon.marchi@ericsson.com>
5459
5460 * gdb.python/py-inferior.exp: Test repr() of gdb.Inferior.
5461 * gdb.python/py-objfile.exp: Test repr() of gdb.Objfile.
5462 * gdb.python/py-symtab.exp: Update test printing an objfile.
5463
5464 2018-09-12 Simon Marchi <simon.marchi@ericsson.com>
5465
5466 * gdb.python/py-inferior.exp: Test using an invalid gdb.Inferior
5467 object.
5468
5469 2018-09-12 Alan Hayward <alan.hayward@arm.com>
5470
5471 * lib/gdb.exp (gdb_can_simple_compile): Add proc.
5472 (support_complex_tests): Use gdb_can_simple_compile.
5473 (is_ilp32_target): Likewise.
5474 (is_lp64_target): Likewise.
5475 (is_64_target): Likewise.
5476 (is_amd64_regs_target): Likewise.
5477 (is_aarch32_target): Likewise.
5478 (gdb_int128_helper): Likewise.
5479
5480 2018-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
5481
5482 * Makefile.in (check-parallel-racy): Fix dg-extract-results.sh path.
5483
5484 2018-09-10 Jerome Guitton <guitton@adacore.com>
5485
5486 * gdb.ada/same_component_name: Add test for case of tagged record
5487 with variable-length fields.
5488
5489 2018-09-10 Xavier Roirand <roirand@adacore.com>
5490
5491 * gdb.ada/access_to_unbounded_array.exp: New testcase.
5492 * gdb.ada/access_to_unbounded_array/foo.adb: New file.
5493 * gdb.ada/access_to_unbounded_array/pack.adb: New file.
5494 * gdb.ada/access_to_unbounded_array/pack.ads: New file.
5495
5496 2018-09-10 Xavier Roirand <roirand@adacore.com>
5497
5498 * gdb.ada/mi_string_access.exp: New testcase.
5499 * gdb.ada/mi_string_access/bar.adb: New file.
5500 * gdb.ada/mi_string_access/pck.adb: New file.
5501 * gdb.ada/mi_string_access/pck.asd: New file.
5502
5503 2018-09-10 Xavier Roirand <roirand@adacore.com>
5504
5505 * gdb.ada/mi_var_union.exp: New testcase.
5506 * gdb.ada/mi_var_union/bar.adb: New file.
5507 * gdb.ada/mi_var_union/pck.adb: New file.
5508 * gdb.ada/mi_var_union/pck.asd: New file.
5509
5510 2018-09-08 Tom Tromey <tom@tromey.com>
5511
5512 * gdb.python/py-prettyprint.exp: Use with_test_prefix.
5513
5514 2018-09-08 Tom Tromey <tom@tromey.com>
5515
5516 PR python/16047:
5517 * gdb.python/py-prettyprint.py (pp_int_typedef3): New class.
5518 (register_pretty_printers): Register new printer.
5519 * gdb.python/py-prettyprint.exp (run_lang_tests): Add int_type3
5520 test.
5521 * gdb.python/py-prettyprint.c (int_type3): New typedef.
5522 (an_int_type3): New global.
5523
5524 2018-09-08 Joel Brobecker <brobecker@adacore.com>
5525
5526 * gdb.ada/expr_with_funcall: New testcase.
5527
5528 2018-09-08 Joel Brobecker <brobecker@adacore.com>
5529
5530 * gdb.ada/packed_array_assign: New testcase.
5531
5532 2018-09-07 Andrew Burgess <andrew.burgess@embecosm.com>
5533
5534 * gdb.base/watchpoint.exp (test_complex_watchpoint): Extend test
5535 names, and add test prefixes to make test names unique.
5536
5537 2018-09-05 Tom de Vries <tdevries@suse.de>
5538
5539 * gdb.dwarf2/varval.exp: Add test.
5540
5541 2018-09-04 Gary Benson <gbenson@redhat.com>
5542
5543 * gdb.base/batch-exit-status.exp: Use gdb_test_multiple and expect
5544 'eof' before 'wait -i'. Use remote_close and clear_gdb_spawn_id.
5545
5546 2018-08-31 Tom Tromey <tom@tromey.com>
5547
5548 * gdb.rust/simple.rs: Rename second variable "v".
5549
5550 2018-08-30 Andrew Burgess <andrew.burgess@embecosm.com>
5551
5552 * gdb.base/funcargs.c (use_a): New function.
5553 (recurse): Call use_a.
5554
5555 2018-08-29 Keith Seitz <keiths@redhat.com>
5556
5557 * gdb.compile/compile-cplus-anonymous.cc: New file.
5558 * gdb.compile/compile-cplus-anonymous.exp: New file.
5559 * gdb.compile/compile-cplus-array-decay.cc: New file.
5560 * gdb.compile/compile-cplus-array-decay.exp: New file.
5561 * gdb.compile/compile-cplus-inherit.cc: New file.
5562 * gdb.compile/compile-cplus-inherit.exp: New file.
5563 * gdb.compile/compile-cplus-member.cc: New file.
5564 * gdb.compile/compile-cplus-member.exp: New file.
5565 * gdb.compile/compile-cplus-method.cc: New file.
5566 * gdb.compile/compile-cplus-method.exp: New file.
5567 * gdb.compile/compile-cplus-mod.c: "New" file.
5568 * gdb.compile/compile-cplus-namespace.cc: New file.
5569 * gdb.compile/compile-cplus-namespace.exp: New file.
5570 * gdb.compile/compile-cplus-nested.cc: New file.
5571 * gdb.compile/compile-cplus-nested.exp: New file.
5572 * gdb.compile/compile-cplus-print.c: "New" file.
5573 * gdb.compile/compile-cplus-print.exp: "New" file.
5574 * gdb.compile/compile-cplus-virtual.cc: New file.
5575 * gdb.compile/compile-cplus-virtual.exp: New file.
5576 * gdb.compile/compile-cplus.c: "New" file.
5577 * gdb.compile/compile-cplus.exp: "New" file.
5578 * lib/compile-support.exp: New file.
5579
5580 2018-08-16 Gary Benson <gbenson@redhat.com>
5581
5582 PR gdb/13000:
5583 * gdb.base/batch-exit-status.exp: New file.
5584 * gdb.base/batch-exit-status.good-commands: Likewise.
5585 * gdb.base/batch-exit-status.bad-commands: Likewise.
5586
5587 2018-08-29 Alan Hayward <alan.hayward@arm.com>
5588
5589 * gdb.base/infcall-nested-structs.c (struct struct01): Remove.
5590 (struct struct02): Likewise.
5591 (struct struct03): Likewise.
5592 (struct struct04): Likewise.
5593 (struct struct_01_01): New struct.
5594 (struct struct_01_02): Likewise.
5595 (struct struct_01_03): Likewise.
5596 (struct struct_01_04): Likewise.
5597 (struct struct_02_01): Likewise.
5598 (struct struct_02_02): Likewise.
5599 (struct struct_02_03): Likewise.
5600 (struct struct_02_04): Likewise.
5601 (struct struct_04_01): Likewise.
5602 (struct struct_04_02): Likewise.
5603 (struct struct_04_03): Likewise.
5604 (struct struct_04_04): Likewise.
5605 (struct struct_05_01): Likewise.
5606 (struct struct_05_02): Likewise.
5607 (struct struct_05_03): Likewise.
5608 (struct struct_05_04): Likewise.
5609 (cmp_struct01): Remove function.
5610 (cmp_struct02): Likewise.
5611 (cmp_struct03): Likewise.
5612 (cmp_struct04): Likewise.
5613 (cmp_struct_01_01): Add Function.
5614 (cmp_struct_01_02): Likewise.
5615 (cmp_struct_01_03): Likewise.
5616 (cmp_struct_01_04): Likewise.
5617 (cmp_struct_02_01): Likewise.
5618 (cmp_struct_02_02): Likewise.
5619 (cmp_struct_02_03): Likewise.
5620 (cmp_struct_02_04): Likewise.
5621 (cmp_struct_04_01): Likewise.
5622 (cmp_struct_04_02): Likewise.
5623 (cmp_struct_04_03): Likewise.
5624 (cmp_struct_04_04): Likewise.
5625 (cmp_struct_05_01): Likewise.
5626 (cmp_struct_05_02): Likewise.
5627 (cmp_struct_05_03): Likewise.
5628 (cmp_struct_05_04): Likewise.
5629 (call_all): Add new structs.
5630 * gdb.base/infcall-nested-structs.exp: Likewise.
5631
5632 2018-08-27 Jan Vrany <jan.vrany@fit.cvut.cz>
5633
5634 * gdb.python/py-framefilter-mi.exp: Update regexp to
5635 check for "arch" field in frame output.
5636
5637 2018-08-23 Kevin Buettner <kevinb@redhat.com>
5638
5639 * gdb.dwarf2/dw2-ranges-func.c: New file.
5640 * gdb.dwarf2/dw2-ranges-func.exp: New file.
5641
5642 2018-08-22 Simon Marchi <simon.marchi@polymtl.ca>
5643
5644 * gdb.base/term.exp: Compare terminal settings with values from
5645 the inferior.
5646 * gdb.base/term.c: Get and set terminal settings.
5647
5648 2018-08-22 Jan Vrany <jan.vrany@fit.cvut.cz>
5649
5650 * lib/mi-support.exp (mi_expect_stop): Update regexp to
5651 accommodate new "arch" field in frame output.
5652 * gdb.mi/mi-return.exp: Likewise.
5653 * gdb.mi/mi-stack.exp: Likewise.
5654 * gdb.mi/mi-syn-frame.exp: Likewise.
5655 * gdb.mi/user-selected-context-sync.exp: Likewise.
5656
5657 2018-08-19 Michael Spang <spang@google.com>
5658
5659 PR gdb/11786
5660 * gdb.base/gcore-tls-pie.c: New file.
5661 * gdb.base/gcore-tls-pie.exp: New file.
5662
5663 2018-08-18 Kevin Buettner <kevinb@redhat.com>
5664
5665 * lib/dwarf.exp: Add support for DW_OP_GNU_variable_value.
5666 * gdb.dwarf2/varval.c: New file.
5667 * gdb.dwarf2/varval.exp: New file.
5668
5669 2018-08-17 Alan Hayward <alan.hayward@arm.com>
5670
5671 PR gdb/18931
5672 * gdb.arch/aarch64-fp.c (main): Fix asm registers.
5673
5674 2018-08-16 Keith Seitz <keiths@redhat.com>
5675
5676 * gdb.compile/compile.exp: Use gdb_test_no_output for "compile code"
5677 tests expected to pass.
5678
5679 2018-08-14 Jan Vrany <jan.vrany@fit.cvut.cz>
5680
5681 * gdb.mi/mi-disassemble.exp (test_disassembly_only): Add tests for
5682 -data-disassemble -a.
5683 (test_disassembly_bogus_args): Likewise.
5684
5685 2018-08-14 Andrew Burgess <andrew.burgess@embecosm.com>
5686
5687 * gdb.mi/list-thread-groups-available.exp: Update test regexp.
5688
5689 2018-08-09 Andrew Burgess <andrew.burgess@embecosm.com>
5690
5691 * gdb.base/vla-optimized-out.exp: Add new test.
5692
5693 2018-08-09 Andrew Burgess <andrew.burgess@embecosm.com>
5694
5695 * gdb.base/vla-optimized-out-o3.exp: Delete.
5696 * gdb.base/vla-optimized-out-o3-strict.exp: Delete.
5697 * gdb.base/vla-optimized-out.exp: Extend to cover all of the
5698 deleted tests.
5699
5700 2018-08-08 Andrew Burgess <andrew.burgess@embecosm.com>
5701
5702 PR gdb/18050:
5703 * gdb.server/extended-remote-restart.c: New file.
5704 * gdb.server/extended-remote-restart.exp: New file.
5705
5706 2018-08-07 Simon Marchi <simon.marchi@polymtl.ca>
5707
5708 * gdb.fortran/nested-funcs.exp: Replace "set index = 42" with
5709 "set variable index = 42".
5710
5711 2018-08-07 Simon Marchi <simon.marchi@ericsson.com>
5712
5713 * boards/index-cache-gdb.exp: New file.
5714 * gdb.dwarf2/index-cache.exp: New file.
5715 * gdb.dwarf2/index-cache.c: New file.
5716 * gdb.base/maint.exp: Check if we are using the index cache.
5717
5718 2018-08-07 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
5719
5720 * Makefile.in (saw_dash_j): Allow for GNU make 4.2+ passing -jN in
5721 MAKEFLAGS.
5722
5723 2018-08-06 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
5724
5725 * dg-extract-results.sh: Move to toplevel contrib.
5726 * Makefile.in (check-parallel): Reflect dg-extract-results.sh move.
5727 * Makefile.in (check-parallel-racy): Likewise.
5728
5729 2018-08-06 Andrew Burgess <andrew.burgess@embecosm.com>
5730
5731 * lib/gdb.exp (target_supports_scheduler_locking): New proc.
5732 * gdb.mi/mi-cmd-param-changed.exp: Only run scheduler locking
5733 tests if the target supports scheduler locking.
5734
5735 2018-08-04 Tom de Vries <tdevries@suse.de>
5736
5737 * gdb.python/py-rbreak.exp: Fix rbreak regexp.
5738
5739 2018-08-02 Tom Tromey <tom@tromey.com>
5740
5741 PR symtab/16842.
5742 * gdb.cp/temargs.exp: Test "info address" of a template
5743 parameter.
5744
5745 2018-07-31 Jan Vrany <jan.vrany@fit.cvut.cz>
5746
5747 * gdb.python/py-mi-var-info-path-expression.c: New file.
5748 * gdb.python/py-mi-var-info-path-expression.py: New file.
5749 * gdb.python/py-mi-var-info-path-expression.exp: New file.
5750
5751 2018-07-30 Sergio Durigan Junior <sergiodj@redhat.com>
5752
5753 * lib/gdbserver-support.exp (gdbserver_start): Match any kind of
5754 error after "cannot resolve name" string.
5755
5756 2018-07-28 Andrew Burgess <andrew.burgess@embecosm.com>
5757
5758 * gdb.trace/tspeed.exp: Only call gdb_load_shlib after gdb has
5759 started.
5760 * lib/gdb.exp (gdb_load_shlib): Call perror if GDB is not running.
5761
5762 2018-07-28 Tom de Vries <tdevries@suse.de>
5763
5764 * gdb.base/vla-optimized-out-o3-strict.exp: New file.
5765
5766 2018-07-26 Tom de Vries <tdevries@suse.de>
5767
5768 * gdb.base/vla-optimized-out.c: Add comment about origin of test-case.
5769
5770 2018-07-26 Andrew Burgess <andrew.burgess@embecosm.com>
5771
5772 * gdb.base/maint.exp: Add check that dwarf unwinders control flag
5773 is visible.
5774
5775 2018-07-26 Tom de Vries <tdevries@suse.de>
5776
5777 PR breakpoints/23366
5778 * gdb.base/catch-follow-exec.c: New test.
5779 * gdb.base/catch-follow-exec.exp: New file.
5780
5781 2018-07-25 Tom de Vries <tdevries@suse.de>
5782
5783 * gdb.base/vla-optimized-out-o3.exp: New file. Reuse
5784 vla-optimized-out.c.
5785
5786 2018-07-25 Jan Vrany <jan.vrany@fit.cvut.cz>
5787
5788 * gdb.mi/mi-breakpoint-location-ena-dis.cc: New file.
5789 * gdb.mi/mi-breakpoint-location-ena-dis.exp: New file.
5790
5791 2018-07-20 Tom de Vries <tdevries@suse.de>
5792
5793 * gdb.base/vla-optimized-out.c: Make noclone attribute conditional on
5794 NOCLONE macro.
5795 * gdb.base/vla-optimized-out.exp: Use additional_flags -DNOCLONE.
5796
5797 2018-07-19 Tom de Vries <tdevries@suse.de>
5798
5799 * gdb.mi/list-thread-groups-available.exp (cores_re): Fix quoting in
5800 regular expression.
5801
5802 2018-07-18 Tom de Vries <tdevries@suse.de>
5803
5804 * gdb.base/vla-optimized-out.c: New test.
5805 * gdb.base/vla-optimized-out.exp: New file.
5806
5807 2018-07-13 Sergio Durigan Junior <sergiodj@redhat.com>
5808
5809 * lib/gdbserver-support.exp (gdbserver_start): Expect for the
5810 message "No address associated with hostname" when gdbserver
5811 cannot resolve the hostname.
5812
5813 2018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5814
5815 * gdb.threads/pthreads.exp: Test qcs FLAG arguments.
5816 Add some test prefixes to make tests unique.
5817
5818 2018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5819
5820 * gdb.base/frameapply.c: New file.
5821 * gdb.base/frameapply.exp: New file.
5822
5823 2018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5824
5825 * gdb.base/skip.exp: Update expected error message.
5826
5827 2018-07-11 Sergio Durigan Junior <sergiodj@redhat.com>
5828 Jan Kratochvil <jan.kratochvil@redhat.com>
5829 Paul Fertser <fercerpav@gmail.com>
5830 Tsutomu Seki <sekiriki@gmail.com>
5831
5832 * README (Testsuite Parameters): Mention new 'GDB_TEST_SOCKETHOST'
5833 parameter.
5834 * boards/native-extended-gdbserver.exp: Do not set 'sockethost'
5835 by default.
5836 * boards/native-gdbserver.exp: Likewise.
5837 * gdb.server/run-without-local-binary.exp: Improve regexp used
5838 for detecting when a remote debugging connection succeeds.
5839 * gdb.server/server-connect.exp: New file.
5840 * lib/gdbserver-support.exp (gdbserver_default_get_comm_port):
5841 Do not prefix the port number with ":".
5842 (gdbserver_start): New global GDB_TEST_SOCKETHOST. Implement
5843 support for detecting and using it. Add '$debughost_gdbserver'
5844 to the list of arguments used to start gdbserver. Handle case
5845 when gdbserver cannot resolve a network name.
5846
5847 2018-07-11 Sergio Durigan Junior <sergiodj@redhat.com>
5848
5849 PR c++/23373
5850 * gdb.base/ptype-offsets.cc (struct static_member): New
5851 struct.
5852 (main) <stmember>: New variable.
5853 * gdb.base/ptype-offsets.exp: Add test for printing a struct
5854 with a static member in it.
5855
5856 2018-07-10 Andrew Burgess <andrew.burgess@embecosm.com>
5857
5858 * gdb.base/watchpoint-reuse-slot.exp: Test with hardware
5859 watchpoints enabled and disabled.
5860
5861 2018-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
5862
5863 * gdb.base/examine-backward.exp: Still run tests around address
5864 0x0, even if address 0x0 is not readable. Update the pattern for
5865 matching address 0x0 in expected output.
5866
5867 2018-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
5868
5869 * gdb.base/share-env-with-gdbserver.c (main): Add call to
5870 malloc/free.
5871
5872 2018-07-04 Tom de Vries <tdevries@suse.de>
5873
5874 * gdb.dwarf2/dw2-error.exp: Update expected error message.
5875
5876 2018-07-02 Maciej W. Rozycki <macro@mips.com>
5877
5878 PR tdep/8282
5879 * gdb.arch/mips-disassembler-options.exp: New test.
5880 * gdb.arch/mips-disassembler-options.s: New test source.
5881
5882 2018-06-29 Pedro Alves <palves@redhat.com>
5883
5884 * gdb.threads/names.exp: Adjust expected "info threads" output.
5885
5886 2018-06-29 Pedro Alves <palves@redhat.com>
5887
5888 * gdb.opt/inline-break.exp (line number, address): Add "info
5889 break" tests.
5890
5891 2018-06-29 Pedro Alves <palves@redhat.com>
5892
5893 * gdb.opt/inline-break.c (func1): Add "break here" marker.
5894 * gdb.opt/inline-break.exp: Test setting breakpoints by line
5895 number and address and running to them.
5896
5897 2018-06-29 Richard Bunt <richard.bunt@arm.com>
5898
5899 * gdb.base/watchpoint-hw-attach.exp: Remove unstable output.
5900
5901 2018-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
5902
5903 * lib/compiler.c: Remove executable permission flag.
5904
5905 2018-06-28 Richard Bunt <richard.bunt@arm.com>
5906
5907 * gdb.base/watchpoint-hw-attach.c (main): Remove unneeded
5908 code.
5909 * gdb.base/watchpoint-hw-attach.exp: Break in outermost frame.
5910
5911 2018-06-28 Petr Tesarik <ptesarik@suse.cz>
5912
5913 * gdb.base/relocate.exp: Add test for "add-symbol-file -o ".
5914
5915 2018-06-28 Petr Tesarik <ptesarik@suse.cz>
5916
5917 * gdb.base/relocate.exp: Test add-symbol-file behavior when the
5918 address argument is omitted.
5919
5920 2018-06-28 Petr Tesarik <ptesarik@suse.cz>
5921
5922 * gdb.base/relocate.exp: Add test for "symbol-file -o ".
5923
5924 2018-06-27 Omair Javaid <omair.javaid@linaro.org>
5925
5926 PR gdb/21695
5927 * gdb.base/infoline-reloc-main-from-zero.exp: New test.
5928 * gdb.base/infoline-reloc-main-from-zero.c: New file.
5929
5930 2018-06-26 Tom Tromey <tom@tromey.com>
5931
5932 PR rust/22574:
5933 * gdb.rust/simple.exp (test_one_slice): Add ptype/o tests.
5934 * gdb.rust/simple.rs (struct SimpleLayout): New.
5935
5936 2018-06-22 Simon Marchi <simon.marchi@ericsson.com>
5937
5938 * gdb.base/jit-reader.exp (jit_reader_test): Expect spaces in
5939 "info registers" output.
5940
5941 2018-06-21 Richard Bunt <richard.bunt@arm.com>
5942
5943 * gdb.base/watchpoint-hw-attach.c: New test.
5944 * gdb.base/watchpoint-hw-attach.exp: New file.
5945
5946 2018-06-20 Simon Marchi <simon.marchi@ericsson.com>
5947
5948 * boards/cc-with-tweaks.exp: Don't call cc-with-tweaks.sh
5949 through /bin/sh.
5950 * boards/dwarf4-gdb-index.exp: Likewise.
5951 * boards/fission-dwp.exp: Likewise.
5952
5953 2018-06-20 Ulrich Weigand <uweigand@de.ibm.com>
5954
5955 * gdb.base/float128.exp: Add comment and improved fail message
5956 to the failure case of "print large128" test.
5957
5958 2018-06-19 Simon Marchi <simon.marchi@ericsson.com>
5959
5960 * configure.ac: Remove AC_PREREQ.
5961 * configure: Re-generate.
5962
5963 2018-06-19 Pedro Alves <palves@redhat.com>
5964
5965 * gdb.opt/inline-break.c (func_inline_callee, func_inline_caller)
5966 (func_extern_caller): New.
5967 (main): Call func_extern_caller.
5968 * gdb.opt/inline-break.exp: Add tests for inline frame skipping
5969 logic change.
5970
5971 2018-06-18 Weimin Pan <weimin.pan@oracle.com>
5972
5973 PR gdb/16841
5974 * gdb.cp/typedef-base.cc: New file.
5975 * gdb.cp/typedef-base.exp: New file.
5976
5977 2018-06-18 Tom de Vries <tdevries@suse.de>
5978
5979 * gdb.ada/bp_inlined_func.exp: Allow 5 breakpoint locations.
5980
5981 2018-06-16 Andrew Burgess <andrew.burgess@embecosm.com>
5982 Richard Bunt <Richard.Bunt@arm.com>
5983
5984 * gdb.threads/attach-slow-waitpid.c: New file.
5985 * gdb.threads/attach-slow-waitpid.exp: New file.
5986 * gdb.threads/slow-waitpid.c: New file.
5987
5988 2018-06-14 Pedro Alves <palves@redhat.com>
5989
5990 * gdb.base/fork-running-state.c: Include <errno.h>.
5991 (exit_if_relative_exits): New.
5992 (fork_child): If 'exit_if_relative_exits' is true, exit if the parent
5993 exits.
5994 (fork_parent): If 'exit_if_relative_exits' is true, exit if the
5995 child exits.
5996
5997 2018-06-14 Tom de Vries <tdevries@suse.de>
5998
5999 PR cli/22573
6000 * gdb.base/finish-pretty.c: New test.
6001 * gdb.base/finish-pretty.exp: New file.
6002
6003 2018-06-14 Pedro Alves <palves@redhat.com>
6004
6005 * gdb.gdb/selftest.exp (test_with_self): Use multi_line to build
6006 gdb's expected startup output.
6007
6008 2018-06-14 Pedro Alves <palves@redhat.com>
6009
6010 * lib/selftest-support.exp (selftest_setup): Remove inlined
6011 function handling.
6012
6013 2018-06-14 Tom de Vries <tdevries@suse.de>
6014
6015 * lib/selftest-support.exp (selftest_setup): Allow function arguments in
6016 matching of breakpoint printing.
6017
6018 2018-06-13 Tom de Vries <tdevries@suse.de>
6019
6020 PR testsuite/23269
6021 * gdb.base/fork-running-state.c (main): Move setting of alarm ...
6022 (fork_child): ... here, and ...
6023 (fork_parent): ... here.
6024
6025 2018-06-12 Tom de Vries <tdevries@suse.de>
6026
6027 * gdb.gdb/selftest.exp (test_with_self): Update gdb startup text.
6028
6029 2018-06-12 Andrew Burgess <andrew.burgess@embecosm.com>
6030 Stephen Roberts <stephen.roberts@arm.com>
6031
6032 * gdb.threads/multiple-successive-infcall.exp: Remove kfail case,
6033 rewrite test to describe action performed, rather than possible
6034 failure.
6035
6036 2018-06-08 Gary Benson <gbenson@redhat.com>
6037
6038 * gdb.threads/check-libthread-db.exp: New file.
6039 * gdb.threads/check-libthread-db.c: Likewise.
6040
6041 2018-06-05 Tom Tromey <tom@tromey.com>
6042
6043 * gdb.base/default.exp: Update expected "show version" output.
6044
6045 2018-06-05 Tom Tromey <tom@tromey.com>
6046
6047 PR cli/12326:
6048 * gdb.cp/static-print-quit.exp: Update.
6049 * lib/gdb.exp (pagination_prompt): Update.
6050 * gdb.base/page.exp: Use pagination_prompt. Add new tests.
6051 * gdb.python/python.exp: Update.
6052
6053 2018-06-04 Joel Brobecker <brobecker@adacore.com>
6054
6055 * gdb.mi/list-thread-groups-no-inferior.exp: New testcase.
6056
6057 2018-06-01 Joel Brobecker <brobecker@adacore.com>
6058
6059 * gdb.ada/bp_fun_addr: New testcase.
6060
6061 2018-06-01 Tom Tromey <tom@tromey.com>
6062
6063 * gdb.xml/tdesc-regs.exp (load_description): Update expected
6064 results.
6065 * gdb.dwarf2/method-ptr.exp: Set language to C++.
6066 * gdb.dwarf2/member-ptr-forwardref.exp: Set language to C++.
6067 * gdb.cp/typeid.exp (do_typeid_tests): Update type_re.
6068 * gdb.base/maint.exp (maint_pass_if): Update.
6069
6070 2018-05-31 Maciej W. Rozycki <macro@mips.com>
6071
6072 * gdb.base/endian.exp: New test.
6073 * gdb.base/endian.c: New test source.
6074
6075 2018-05-24 Andrew Burgess <andrew.burgess@embecosm.com>
6076
6077 PR gdb/23203
6078 * gdb.base/bt-selected-frame.c: New file.
6079 * gdb.base/bt-selected-frame.exp: New file.
6080 * lib/gdb.exp (get_current_frame_number): New function.
6081
6082 2018-05-24 Maciej W. Rozycki <macro@mips.com>
6083 Pedro Alves <palves@redhat.com>
6084
6085 * gdb.threads/tls-core.c: Include <stdlib.h>
6086 (thread_proc): Call `abort'.
6087 * gdb.threads/tls-core.exp: Generate a core with core_find too.
6088 (tls_core_test): New procedure, bits factored out from ...
6089 (top level): ... here. Test both native cores and gcore cores.
6090
6091 2018-05-23 Tom Tromey <tom@tromey.com>
6092
6093 * gdb.gdb/complaints.exp (test_initial_complaints): Simplify.
6094
6095 2018-05-23 Tom Tromey <tom@tromey.com>
6096
6097 * gdb.gdb/complaints.exp (test_initial_complaints): Don't mention
6098 symfile_complaints.
6099 (test_short_complaints): Likewise.
6100 (test_empty_complaints): Likewise.
6101 (test_initial_complaints): Update.
6102
6103 2018-05-23 Tom Tromey <tom@tromey.com>
6104
6105 * gdb.gdb/complaints.exp (test_empty_complaints): Update.
6106
6107 2018-05-23 Tom Tromey <tom@tromey.com>
6108
6109 * gdb.gdb/complaints.exp (test_serial_complaints): Remove.
6110 (test_short_complaints): Update.
6111
6112 2018-05-22 Pedro Alves <palves@redhat.com>
6113
6114 * gdb.base/remote.exp: Only gdb_start after compiling the
6115 testcase. Issue "disconnect" before testing "set remote" command
6116 defaults. Issue clean_restart before running to main.
6117
6118 2018-05-22 Pedro Alves <palves@redhat.com>
6119
6120 * gdb.base/remote.exp: Adjust expected output of "show remote
6121 memory-write-packet-size". Add tests for "set remote
6122 memory-write-packet-size 0" and "set remote
6123 memory-write-packet-size fixed/limit".
6124
6125 2018-05-22 Pedro Alves <palves@redhat.com>
6126
6127 PR gdb/22973
6128 * gdb.base/utf8-identifiers.c: New file.
6129 * gdb.base/utf8-identifiers.exp: New file.
6130
6131 2018-05-22 Pedro Franco de Carvalho <pedromfc@linux.vnet.ibm.com>
6132
6133 * gdb.arch/powerpc-fpscr-gcore.exp: New file.
6134
6135 2018-05-22 Pedro Franco de Carvalho <pedromfc@linux.vnet.ibm.com>
6136
6137 * gdb.arch/powerpc-vsx-gcore.exp: New file.
6138
6139 2018-05-18 Tom Tromey <tom@tromey.com>
6140
6141 * gdb.base/ptype-offsets.exp: Update.
6142
6143 2018-05-17 Keith Seitz <keiths@redhat.com>
6144
6145 * gdb.ada/bp_inlined_func.exp: Update inlined frame locations
6146 in expected breakpoint stop locations.
6147 * gdb.dwarf2/implptr.exp (implptr_test_baz): Use up/down to
6148 move to proper scope to test variable values.
6149 * gdb.opt/inline-break.c (inline_func1, not_inline_func1)
6150 (inline_func2, not_inline_func2, inline_func3, not_inline_func3):
6151 New functions.
6152 (main): Call not_inline_func3.
6153 * gdb.opt/inline-break.exp: Start inferior and set breakpoints at
6154 inline_func1, inline_func2, and inline_func3. Test that when each
6155 breakpoint is hit, GDB properly reports both the stop location
6156 and the backtrace. Repeat tests for temporary breakpoints.
6157
6158 2018-05-15 Maciej W. Rozycki <macro@mips.com>
6159
6160 * gdb.server/server-kill.exp: Verify whether `server_pid' exists
6161 rather then trying to access it in determining whether the PID
6162 of `gdbserver' could have been retrieved.
6163
6164 2018-05-08 Andrew Burgess <andrew.burgess@embecosm.com>
6165
6166 * gdb.arch/amd64-init-x87-values.S: New file.
6167 * gdb.arch/amd64-init-x87-values.exp: New file.
6168
6169 2018-05-08 Jan Kratochvil <jan.kratochvil@redhat.com>
6170
6171 * gdb.base/watchpoint-unaligned.exp: Use skip_hw_watchpoint_tests.
6172
6173 2018-05-04 Tom Tromey <tom@tromey.com>
6174
6175 PR python/22730:
6176 * gdb.python/python.exp: Test multi-line execute.
6177
6178 2018-05-04 Tom Tromey <tom@tromey.com>
6179
6180 PR python/22731:
6181 * gdb.python/py-breakpoint.exp: Test setting breakpoint commands.
6182
6183 2018-05-04 Tom Tromey <tom@tromey.com>
6184
6185 PR gdb/11750:
6186 * gdb.base/define.exp: Test defining a user command inside a user
6187 command.
6188 * gdb.base/commands.exp (define_if_without_arg_test): Test "define".
6189
6190 2018-05-04 Jan Kratochvil <jan.kratochvil@redhat.com>
6191 Pedro Alves <palves@redhat.com>
6192
6193 PR breakpoints/19806 and support for PR external/20207.
6194 * gdb.base/watchpoint-unaligned.c: New file.
6195 * gdb.base/watchpoint-unaligned.exp: New file.
6196
6197 2018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
6198
6199 * gdb.base/maint.exp: Make test names unique, use
6200 test_prefix_command_help to test 'help maint info', and remove
6201 repeated test of 'help maint'.
6202
6203 2018-05-04 Tom Tromey <tom@tromey.com>
6204
6205 PR gdb/22619:
6206 * gdb.base/long_long.exp (gdb_test_long_long): Add test for repeat
6207 behavior.
6208
6209 2018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
6210
6211 * gdb.base/maint.exp: Process output from 'maint print registers'
6212 line at a time.
6213
6214 2018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
6215
6216 * lib/mi-support.exp (mi_run_cmd_full): Fix regexp and add a
6217 timeout.
6218
6219 2018-05-03 Andrew Burgess <andrew.burgess@embecosm.com>
6220
6221 * gdb.base/callfuncs.exp (fetch_all_registers): Add riscv register
6222 filter pattern.
6223
6224 2018-05-02 Pedro Alves <palves@redhat.com>
6225
6226 * gdb.base/breakpoint-in-ro-region.exp: Adjust to to_resume and
6227 to_log_command renames.
6228 * gdb.base/sss-bp-on-user-bp-2.exp: Likewise.
6229
6230 2018-05-02 Tom Tromey <tom@tromey.com>
6231
6232 * gdb.python/py-parameter.exp: Set test message.
6233
6234 2018-05-02 Tom Tromey <tom@tromey.com>
6235
6236 PR python/20084:
6237 * gdb.python/py-parameter.exp: Add PARAM_ZUINTEGER and
6238 PARAM_ZUINTEGER_UNLIMITED tests.
6239
6240 2018-04-28 Dan Robertson <danlrobertson89@gmail.com>
6241
6242 PR rust/23124
6243 * gdb.rust/expr.exp: Test that the unit type is correctly parsed
6244 when casting.
6245
6246 2018-04-30 Tom Tromey <tom@tromey.com>
6247
6248 * gdb.python/py-type.exp: Check align attribute.
6249 * gdb.python/py-type.c: New "aligncheck" global.
6250
6251 2018-04-30 Tom Tromey <tom@tromey.com>
6252
6253 PR exp/17095:
6254 * gdb.dwarf2/dw2-align.exp: New file.
6255 * gdb.cp/align.exp: New file.
6256 * gdb.base/align.exp: New file.
6257 * lib/gdb.exp (gdb_int128_helper): New proc.
6258 (has_int128_c, has_int128_cxx): New caching procs.
6259
6260 2018-04-27 Tom Tromey <tom@tromey.com>
6261
6262 PR rust/22545:
6263 * gdb.rust/simple.exp: Add inclusive range tests.
6264
6265 2018-04-26 Pedro Alves <palves@redhat.com>
6266
6267 * gdb.base/gnu-ifunc.exp (set-break): Test that GDB resolves
6268 ifunc breakpoint locations correctly of ifunc breakpoints set
6269 while the program resolves the ifunc.
6270
6271 2018-04-26 Pedro Alves <palves@redhat.com>
6272
6273 * gdb.base/gnu-ifunc-final.c: New file.
6274 * gdb.base/gnu-ifunc.c (final): Delete, moved to gnu-ifunc-final.c.
6275 * gdb.base/gnu-ifunc.exp (executable): Delete.
6276 (staticexecutable): Adjust.
6277 (lib_opts, exec_opts): Delete.
6278 (make_binsuffix, build, set-break): New procedures.
6279 (misc_tests): New, with tests factored out from the top level.
6280 (top level): Test different combinations of ifunc resolver name,
6281 resolver with and with debug info, and ifunc target with and
6282 without debug info. Wrap static tests with with_target_prefix.
6283
6284 2018-04-26 Pedro Alves <palves@redhat.com>
6285
6286 * gdb.compile/compile-ifunc.exp: Also expect "function has unknown
6287 return type" warnings.
6288
6289 2018-04-25 Pedro Alves <palves@redhat.com>
6290
6291 * gdb.base/hook-stop.exp: Expect "killed" instead of "has been
6292 killed".
6293 * gdb.base/kill-after-signal.exp: Likewise.
6294 * gdb.threads/kill.exp: Likewise.
6295
6296 2018-04-24 Jan Kratochvil <jan.kratochvil@redhat.com>
6297 Sergio Durigan Junior <sergiodj@redhat.com>
6298 Pedro Alves <palves@redhat.com>
6299
6300 * gdb.base/attach-non-pgrp-leader.exp: Adjust 'Detaching...'
6301 regexps to expect for '[Inferior ... detached]' as well.
6302 * gdb.base/attach.exp: Likewise.
6303 * gdb.base/catch-syscall.exp (check_for_program_end): Adjust
6304 "gdb_continue_to_end".
6305 (test_catch_syscall_with_wrong_args): Likewise.
6306 * gdb.base/foll-fork.exp: Adjust regexps to match '[' and
6307 ']'. Don't set 'verbose' on.
6308 * gdb.base/foll-vfork.exp: Likewise.
6309 * gdb.base/fork-print-inferior-events.c: New file.
6310 * gdb.base/fork-print-inferior-events.exp: New file.
6311 * gdb.base/hook-stop.exp: Adjust regexps to expect for new
6312 '[Inferior ... has been killed]' message.
6313 * gdb.base/kill-after-signal.exp: Likewise.
6314 * gdb.base/solib-overlap.exp: Adjust regexps to expect for new
6315 detach message.
6316 * gdb.threads/kill.exp: Adjust regexps to expect for new kill
6317 message.
6318 * gdb.threads/clone-attach-detach.exp: Adjust 'Detaching...'
6319 regexps to expect for '[Inferior ... detached]' as well.
6320 * gdb.threads/process-dies-while-detaching.exp: Likewise.
6321
6322 2018-04-24 Simon Marchi <simon.marchi@ericsson.com>
6323
6324 PR gdb/23104
6325 * gdb.base/info-shared.exp: Replace libs=-ldl with shlib_load.
6326
6327 2018-04-22 Rajendra SY <rajendra.sy@gmail.com>
6328
6329 PR gdb/23095
6330 * gdb.base/break-probes.exp: Pass shlib_load to
6331 prepare_for_testing. Set normal_bp to r_debug_state if target is
6332 bsd.
6333
6334 2018-04-19 Richard Bunt <richard.bunt@arm.com>
6335
6336 * gdb.threads/multiple-successive-infcall.c: New test.
6337 * gdb.threads/multiple-successive-infcall.exp: New file.
6338
6339 2018-04-17 Tom Tromey <tom@tromey.com>
6340
6341 * gdb.rust/simple.rs (Union): New type.
6342 (main): New local "u".
6343 * gdb.rust/simple.exp (test_one_slice): Add new test case.
6344
6345 2018-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
6346
6347 * gdb.base/dbx.exp (test_whereis): Adjust regexp to added line
6348 number information in output of "whereis" command.
6349 * gdb.base/info-fun.exp: Likewise, for "info fun" command.
6350
6351 2018-04-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
6352
6353 * gdb.ada/info_types.exp: Adjust expected output to the line
6354 numbers now printed by "info var/func/type".
6355 * gdb.base/completion.exp: Likewise.
6356 * gdb.base/included.exp: Likewise.
6357 * gdb.cp/cp-relocate.exp: Likewise.
6358 * gdb.cp/cplusfuncs.exp: Likewise.
6359 * gdb.cp/namespace.exp: Likewise.
6360 * gdb.dwarf2/dw2-case-insensitive.exp: Likewise.
6361
6362 2018-04-13 Markus Metzger <markus.t.metzger@intel.com>
6363
6364 * gdb.btrace/cpu.exp: New.
6365
6366 2018-04-13 Markus Metzger <markus.t.metzger@intel.com>
6367
6368 * gdb.base/step-indirect-call-thunk.exp: New.
6369 * gdb.base/step-indirect-call-thunk.c: New.
6370 * gdb.reverse/step-indirect-call-thunk.exp: New.
6371 * gdb.reverse/step-indirect-call-thunk.c: New.
6372
6373 2018-04-11 Simon Marchi <simon.marchi@ericsson.com>
6374
6375 * gdb.base/pie-fork.c: New file.
6376 * gdb.base/pie-fork.exp: New file.
6377
6378 2018-04-11 Tom Tromey <tom@tromey.com>
6379
6380 * gdb.rust/simple.exp: Add test for ".." struct initializer.
6381
6382 2018-04-10 Pedro Alves <palves@redhat.com>
6383
6384 * gdb.base/fork-running-state.c (fork_child): Don't exit if parent
6385 exits. Instead loop running forever.
6386 (fork_parent): Run forever too.
6387
6388 2018-04-07 Simon Marchi <simon.marchi@polymtl.ca>
6389
6390 * gdb.mi/mi-stack.exp (test_stack_frame_listing): Use
6391 mi_continue_to_line.
6392 * gdb.mi/mi-stack.c (callee4): Add comment.
6393
6394 2018-04-07 Simon Marchi <simon.marchi@polymtl.ca>
6395
6396 * gdb.mi/mi-stack.exp: Fix indentation.
6397
6398 2018-04-07 Simon Marchi <simon.marchi@ericsson.com>
6399
6400 PR gdb/22979
6401 * gdb.arch/amd64-osabi.exp: New file.
6402
6403 2018-04-07 Simon Marchi <simon.marchi@ericsson.com>
6404
6405 PR gdb/22980
6406 * gdb.base/osabi.exp: New file.
6407
6408 2018-04-02 Weimin Pan <weimin.pan@oracle.com>
6409
6410 * gdb.cp/static-typedef-print.exp: New file.
6411 * gdb.cp/static-typedef-print.cc: New file.
6412
6413 2018-03-27 Joel Brobecker <brobecker@adacore.com>
6414
6415 * gdb.ada/varsize_limit: New testcase.
6416
6417 2018-03-27 Joel Brobecker <brobecker@adacore.com>
6418
6419 * gdb.ada/maint_with_ada.exp: Remove PR gdb/22670 setup_kfail.
6420
6421 * gdb.ada/notcplusplus: New testcase.
6422
6423 * gdb.base/c-linkage-name.c: New file.
6424 * gdb.base/c-linkage-name.exp: New testcase.
6425
6426 2018-03-26 Tom Tromey <tom@tromey.com>
6427
6428 * gdb.python/py-framefilter.exp: Add test for KeyboardInterrupt.
6429 * gdb.python/py-framefilter.py (name_error): New global.
6430 (ErrorInName.function): Use name_error.
6431
6432 2018-03-26 Tom Tromey <tom@tromey.com>
6433
6434 PR backtrace/15582:
6435 * gdb.python/py-framefilter.exp: Add "bt hide" test.
6436
6437 2018-03-23 Keith Seitz <keiths@redhat.com>
6438
6439 PR c++/22968
6440 * gdb.cp/subtypes.exp: New file.
6441 * gdb.cp/subtypes.h: New file.
6442 * gdb.cp/subtypes.cc: New file.
6443 * gdb.cp/subtypes-2.cc: New file.
6444
6445 2018-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
6446
6447 * gdb.arch/amd64-disp-step-avx.S: Add '_start' label.
6448 (done): Call '_exit' not 'exit' to avoid atexit handlers.
6449 * gdb.arch/amd64-disp-step-avx.exp: Pass -static, and
6450 -nostartfiles when compiling the test. Confirm that all registers
6451 xmm0 to xmm15 are initially 0, and that xmm1 to xmm15 are 0 after.
6452
6453 2018-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
6454
6455 * gdb.arch/amd64-disp-step-avx.exp: Remove unneeded assembler flag
6456 option, syntax was wrong anyway.
6457 * gdb.arch/arm-disp-step.exp: Likewise.
6458 * gdb.arch/sparc64-regs.exp: Likewise.
6459 * gdb.arch/amd64-disp-step.exp: Remove unneeded assembler flag
6460 option, syntax was wrong anyway, switch to use
6461 prepare_for_testing.
6462 * gdb.arch/i386-disp-step.exp: Likewise.
6463
6464 2018-03-23 Andreas Arnez <arnez@linux.vnet.ibm.com>
6465
6466 * gdb.ada/exec_changed.exp: Replace "target_info exists
6467 use_gdb_stub" by "use_gdb_stub".
6468 * gdb.ada/start.exp: Likewise.
6469 * gdb.base/async-shell.exp: Likewise.
6470 * gdb.base/attach-pie-misread.exp: Likewise.
6471 * gdb.base/attach-wait-input.exp: Likewise.
6472 * gdb.base/break-entry.exp: Likewise.
6473 * gdb.base/break-interp.exp: Likewise.
6474 * gdb.base/dprintf-detach.exp: Likewise.
6475 * gdb.base/nostdlib.exp: Likewise.
6476 * gdb.base/solib-nodir.exp: Likewise.
6477 * gdb.base/statistics.exp: Likewise.
6478 * gdb.base/testenv.exp: Likewise.
6479 * gdb.mi/mi-exec-run.exp: Likewise.
6480 * gdb.mi/mi-start.exp: Likewise.
6481 * gdb.multi/dummy-frame-restore.exp: Likewise.
6482 * gdb.multi/multi-arch-exec.exp: Likewise.
6483 * gdb.multi/multi-arch.exp: Likewise.
6484 * gdb.multi/tids.exp: Likewise.
6485 * gdb.multi/watchpoint-multi.exp: Likewise.
6486 * gdb.python/py-events.exp: Likewise.
6487 * gdb.threads/attach-into-signal.exp: Likewise.
6488 * gdb.threads/attach-stopped.exp: Likewise.
6489 * gdb.threads/threadapply.exp: Likewise.
6490 * lib/selftest-support.exp: Likewise.
6491
6492 2018-03-22 Andreas Arnez <arnez@linux.vnet.ibm.com>
6493
6494 * gdb.base/info-proc.exp: Add test for "info proc cmdline".
6495
6496 2018-03-20 Stephen Roberts <stephen.roberts@arm.com>
6497
6498 * gdb.perf/template-breakpoints.cc: New file.
6499 * gdb.perf/template-breakpoints.exp: New file.
6500 * gdb.perf/template-breakpoints.py: New file.
6501
6502 2018-03-19 Tom Tromey <tom@tromey.com>
6503
6504 * gdb.rust/simple.rs (main): Add local variables field1, field2,
6505 y0.
6506 * gdb.rust/simple.exp: Test bare identifier form of struct
6507 initializer.
6508
6509 2018-03-19 Tom Tromey <tom@tromey.com>
6510
6511 * gdb.gdb/observer.exp: Remove.
6512
6513 2018-03-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
6514
6515 * gdb.trace/actions-changed.exp: Call gdb_breakpoint with the
6516 "qualified" option when setting breakpoints.
6517 * gdb.trace/backtrace.exp: Likewise.
6518 * gdb.trace/circ.exp: Likewise.
6519 * gdb.trace/collection.exp: Likewise.
6520 * gdb.trace/disconnected-tracing.exp: Likewise.
6521 * gdb.trace/ftrace-lock.exp: Likewise.
6522 * gdb.trace/ftrace.exp: Likewise.
6523 * gdb.trace/infotrace.exp: Likewise.
6524 * gdb.trace/packetlen.exp: Likewise.
6525 * gdb.trace/passc-dyn.exp: Likewise.
6526 * gdb.trace/qtro.exp: Likewise.
6527 * gdb.trace/read-memory.exp: Likewise.
6528 * gdb.trace/report.exp: Likewise.
6529 * gdb.trace/signal.exp: Likewise.
6530 * gdb.trace/status-stop.exp: Likewise.
6531 * gdb.trace/strace.exp: Likewise.
6532 * gdb.trace/tfind.exp: Likewise.
6533 * gdb.trace/trace-break.exp: Likewise.
6534 * gdb.trace/trace-condition.exp: Likewise.
6535 * gdb.trace/trace-mt.exp: Likewise.
6536 * gdb.trace/tstatus.exp: Likewise.
6537 * gdb.trace/tsv.exp: Likewise.
6538 * gdb.trace/unavailable-dwarf-piece.exp: Likewise.
6539 * gdb.trace/unavailable.exp: Likewise.
6540 * gdb.trace/while-dyn.exp: Likewise.
6541
6542 2018-03-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
6543
6544 * gdb.trace/tspeed.exp: Add invocation of gdb_load_shlib to ensure
6545 that libinproctrace is copied to the target.
6546
6547 2018-03-14 Tom Tromey <tom@tromey.com>
6548
6549 PR cli/14977:
6550 * gdb.base/printcmds.exp (test_printf): Add printf test of %s with
6551 a null pointer.
6552 * gdb.base/wchar.exp: Likewise.
6553
6554 2018-03-14 Tom Tromey <tom@tromey.com>
6555
6556 PR cli/19918:
6557 * gdb.base/printcmds.exp (test_printf): Add printf test using '-'
6558 flag.
6559
6560 2018-03-08 Simon Marchi <simon.marchi@ericsson.com>
6561
6562 PR gdb/22841
6563 * boards/remote-stdio-gdbserver.exp (${board}_file): Pass
6564 "target" to remote_exec.
6565
6566 2018-03-08 Simon Marchi <simon.marchi@polymtl.ca>
6567
6568 PR gdb/22841
6569 * boards/gdbserver-base.exp (${board}_file, ${board}_download,
6570 ${board}_upload): Remove.
6571
6572 2018-03-07 Andreas Arnez <arnez@linux.vnet.ibm.com>
6573
6574 * gdb.cp/watch-cp.cc: New test.
6575 * gdb.cp/watch-cp.exp: New file.
6576
6577 2018-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
6578
6579 * gdb.base/infcall-nested-structs.exp: New file.
6580 * gdb.base/infcall-nested-structs.c: New file.
6581 * gdb.base/float.exp: Add riscv support.
6582
6583 2018-03-02 Thomas Preud'homme <thomas.preudhomme@arm.com>
6584
6585 * gdb.dlang/watch-loc.c: Use %progbits instead of @progbits.
6586 * gdb.mi/dw2-ref-missing-frame-func.c: Likewise.
6587
6588 2018-02-28 Sergio Durigan Junior <sergiodj@redhat.com>
6589
6590 * gdb.server/abspath.exp: New file.
6591 * lib/gdb.exp (with_cwd): New procedure.
6592
6593 2018-02-28 Simon Marchi <simon.marchi@ericsson.com>
6594
6595 * lib/gdb.exp (gdb_is_target_1): Add prompt_regexp parameter and
6596 use it.
6597 (gdb_is_target_remote_prompt): New proc.
6598 (gdb_is_target_remote): Use gdb_is_target_remote_prompt.
6599 (gdb_is_target_native): Pass prompt parameter to
6600 gdb_is_target_1.
6601
6602 2018-02-26 Simon Marchi <simon.marchi@polymtl.ca>
6603
6604 * gdb.base/load-command.c: New file.
6605 * gdb.base/load-command.exp: New file.
6606 * lib/gdb.exp (gdb_is_target_remote_prompt): Rename to...
6607 (gdb_is_target_1): ...this, and generalize for other targets
6608 than just remote.
6609 (gdb_is_target_remote): Use gdb_is_target_1.
6610 (gdb_is_target_native): use gdb_is_target_1.
6611
6612 2018-02-26 Tom Tromey <tom@tromey.com>
6613
6614 PR python/16497:
6615 * gdb.python/py-framefilter.exp: Update test.
6616
6617 2018-02-26 Tom Tromey <tom@tromey.com>
6618
6619 * gdb.dwarf2/variant.c: New file.
6620 * gdb.dwarf2/variant.exp: New file.
6621
6622 2018-02-26 Tom Tromey <tom@tromey.com>
6623
6624 * gdb.rust/simple.exp: Accept more possible results in enum test.
6625
6626 2018-02-25 Simon Marchi <simon.marchi@polymtl.ca>
6627
6628 * lib/cp-support.exp (cp_test_ptype_class): Move space inside
6629 parentheses.
6630
6631 2018-02-23 Maciej W. Rozycki <macro@mips.com>
6632
6633 * lib/cp-support.exp (cp_test_ptype_class): Fix a typo in the
6634 name of a variable: $actual_linejj -> $actual_line.
6635
6636 2018-02-21 John Baldwin <jhb@FreeBSD.org>
6637
6638 * gdb.arch/amd64-i386-address.exp: Fix a typo.
6639
6640 2018-02-20 Markus Metzger <markus.t.metzger@intel.com>
6641
6642 * gdb.btrace/buffer-size.exp: Do not force BTS.
6643
6644 2018-02-14 Pedro Alves <palves@redhat.com>
6645
6646 * gdb.base/bp-cmds-continue-ctrl-c.exp (do_test): Test "bt" after
6647 getting a "Quit".
6648
6649 2018-02-09 Markus Metzger <markus.t.metzger@intel.com>
6650
6651 * lib/gdb.exp (skip_btrace_pt_tests): Update expected error message.
6652 Fix test name.
6653
6654 2018-02-07 Simon Marchi <simon.marchi@ericsson.com>
6655
6656 * gdb.cp/m-static.exp: Check type of optimized out static
6657 member.
6658
6659 2018-02-03 Andrew Burgess <andrew.burgess@embecosm.com>
6660
6661 * config/sid.exp (gdb_target_sid): Remove use of cleanup.
6662 * config/sim.exp (gdb_target_sim): Remove use of cleanup.
6663
6664 2018-02-01 Simon Marchi <simon.marchi@polymtl.ca>
6665 Leszek Swirski <leszeks@google.com>
6666
6667 * gdb.python/py-prettyprint.c
6668 (struct to_string_returns_value_inner,
6669 struct to_string_returns_value_wrapper): New.
6670 (main): Add tsrvw variable.
6671 * gdb.python/py-prettyprint.py (ToStringReturnsValueInner,
6672 ToStringReturnsValueWrapper): New classes.
6673 (register_pretty_printers): Register new pretty-printers.
6674 * gdb.python/py-prettyprint.exp (run_lang_tests): Test printing
6675 recursive pretty printer.
6676 * gdb.python/py-mi.exp: Likewise.
6677
6678 2018-02-01 Leszek Swirski <leszeks@google.com>
6679
6680 * gdb.cp/filename.cc, gdb.cp/filename.exp: Test that member
6681 functions with the same name as an include file are parsed
6682 correctly.
6683
6684 2018-02-01 Yao Qi <yao.qi@linaro.org>
6685
6686 * gdb.base/attach.exp (do_attach_tests): Set sysroot to
6687 "\[^\r\n\]*".
6688
6689 2018-01-31 Nikola Prica <nikola.prica@rt-rk.com>
6690
6691 * gdb.arch/powerpc-prologue-frame.s: New file.
6692 * gdb.arch/powerpc-prologue-frame.c: Likewise.
6693 * gdb.arch/powerpc-prologue-frame.exp: Likewise.
6694
6695 2018-01-31 Joel Brobecker <brobecker@adacore.com>
6696
6697 * testsuite/gdb.ada/dyn_stride.exp: Add "print a1(1)@3" test.
6698
6699 2018-01-30 Pedro Alves <palves@redhat.com>
6700
6701 PR gdb/13211
6702 * gdb.base/interrupt-daemon.c: New.
6703 * gdb.base/interrupt-daemon.exp: New.
6704 * gdb.multi/multi-term-settings.c: New.
6705 * gdb.multi/multi-term-settings.exp: New.
6706
6707 2018-01-30 Joel Brobecker <brobecker@adacore.com>
6708
6709 * gdb.base/break.exp: Save the location where the breakpoint
6710 on break.c:47 was actually inserted when debugging the version
6711 compiled at -O2 and use it in the expected output of the "info
6712 break" test performed soon after.
6713
6714 2018-01-22 Pedro Alves <palves@redhat.com>
6715 Sergio Durigan Junior <sergiodj@redhat.com>
6716
6717 * gdb.base/whatis.exp: Add tests for 'set print object on' +
6718 'whatis <struct>' 'whatis <struct> *' and 'whatis <struct> &'.
6719
6720 2018-01-22 Joel Brobecker <brobecker@adacore.com>
6721
6722 * gdb.base/break-include.c, gdb.base/break-include.inc,
6723 gdb.base/break-include.exp: New files.
6724 * gdb.base/ending-run.exp: Minor adaptations due to the breakpoint's
6725 line number now being the actual line number where the breakpoint
6726 was inserted.
6727 * gdb.mi/mi-break.exp: Likewise.
6728 * gdb.mi/mi-reverse.exp: Likewise.
6729 * gdb.mi/mi-simplerun.exp: Ditto.
6730
6731 2018-01-21 Andrew Burgess <andrew.burgess@embecosm.com>
6732
6733 * gdb.python/py-mi.exp: Don't expect a thread-id for floating
6734 varobj.
6735 * gdb.mi/mi-var-create-rtti.exp: Likewise.
6736
6737 2018-01-21 Don Breazeal <donb@codesourcery.com>
6738 Andrew Burgess <andrew.burgess@embecosm.com>
6739
6740 * gdb.mi/basics.c: Add new global.
6741 * gdb.mi/mi-frame-regs.exp: New file.
6742 * gdb.mi/mi-var-create-rtti.exp: Update expected results, add new
6743 case.
6744
6745 2018-01-21 Andrew Burgess <andrew.burgess@embecosm.com>
6746
6747 * gdb.arch/amd64-entry-value.exp: Test using @entry on a
6748 non-parameter, and on an unknown symbol.
6749
6750 2018-01-19 Tom Tromey <tom@tromey.com>
6751
6752 * gdb.rust/modules.rs (TWENTY_THREE): New global.
6753 * gdb.rust/modules.exp: Add ::-qualified lookup test.
6754
6755 2018-01-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
6756
6757 * gdb.arch/s390-vregs.exp: Explicitly cast the return values of
6758 setrlimit and chdir to int.
6759
6760 2018-01-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
6761
6762 * gdb.arch/s390-tdbregs.c (my_tbegin): Add comment documenting the
6763 function.
6764 (my_tend): Likewise.
6765 * gdb.arch/s390-tdbregs.exp: Enhance comment; explain the
6766 rationale of avoiding FP- and vector instructions.
6767
6768 2018-01-19 Ruslan Kabatsayev <b7.10110111@gmail.com>
6769
6770 * gdb.arch/powerpc-d128-regs.exp: Replace expected "\[\t\]*" from
6771 "info reg" with "\[ \t\]*".
6772 * gdb.arch/altivec-regs.exp: Replace expected "\t" from "info reg" with
6773 "\[ \t\]+".
6774 * gdb.arch/s390-multiarch.exp: Ditto.
6775 * gdb.base/pc-fp.exp: Ditto.
6776 * gdb.reverse/i386-precsave.exp: Ditto.
6777 * gdb.reverse/i386-reverse.exp: Ditto.
6778 * gdb.reverse/i387-env-reverse.exp: Ditto.
6779 * gdb.reverse/i387-stack-reverse.exp: Ditto.
6780
6781 2018-01-18 Andreas Arnez <arnez@linux.vnet.ibm.com>
6782
6783 * lib/gdb.exp (gdb_compile): Re-enable use of
6784 universal_compile_options for languages other than Rust.
6785
6786 2018-01-18 Andreas Arnez <arnez@linux.vnet.ibm.com>
6787
6788 * gdb.arch/s390-tdbregs.exp: Add the compile option -msoft-float.
6789
6790 2018-01-17 Mike Gulick <mgulick@mathworks.com>
6791
6792 PR gdb/16577
6793 * gdb.base/solib-vanish.exp: New.
6794 * gdb.base/solib-vanish-main.c: New.
6795 * gdb.base/solib-vanish-lib1.c: New.
6796 * gdb.base/solib-vanish-lib2.c: New.
6797
6798 2018-01-17 Yao Qi <yao.qi@linaro.org>
6799
6800 * gdb.compile/compile.exp: Match the address printed for
6801 frame in the output of command "bt".
6802
6803 2018-01-15 Tom Tromey <tom@tromey.com>
6804
6805 * gdb.guile/scm-ports.exp (test_mem_port_rw): Use get_valueof to
6806 compute sp_reg.
6807
6808 2018-01-12 Andrew Burgess <andrew.burgess@embecosm.com>
6809
6810 * gdb.base/whatis-ptype-typedefs.exp: Don't run tests if we failed
6811 to prepare.
6812 (prepare): Return 0 on error, 1 on success.
6813
6814 2018-01-12 Pedro Alves <palves@redhat.com>
6815
6816 * gdb.base/continue-after-aborted-step-over.c: New.
6817 * gdb.base/continue-after-aborted-step-over.exp: New.
6818
6819 2018-01-11 Simon Marchi <simon.marchi@ericsson.com>
6820
6821 * lib/gdb.exp (gdb_compile): Ignore shlib= and shlib_load
6822 options when not creating an executable.
6823
6824 2018-01-11 Pedro Alves <palves@redhat.com>
6825
6826 PR remote/22597
6827 * gdb.server/stop-reply-no-thread.c: New file.
6828 * gdb.server/stop-reply-no-thread.exp: New file.
6829
6830 2018-01-10 Pedro Alves <palves@redhat.com>
6831
6832 PR gdb/22670
6833 * gdb.ada/bp_c_mixed_case.exp: Add intro comment. Test printing C
6834 functions too. Test setting breakpoints and printing C functions
6835 with no debug info too.
6836 * gdb.ada/bp_c_mixed_case/qux.c: New file.
6837
6838 2018-01-10 Pedro Alves <palves@redhat.com>
6839
6840 PR gdb/22670
6841 * gdb.ada/complete.exp ("complete break ada"): Replace kfail with
6842 a fail.
6843
6844 2018-01-10 Pedro Alves <palves@redhat.com>
6845
6846 PR gdb/22670
6847 * gdb.ada/bp_c_mixed_case.exp: Remove setup_kfail calls.
6848
6849 2018-01-08 Simon Marchi <simon.marchi@ericsson.com>
6850
6851 * gdb.server/unittest.exp: Match the output in non-development
6852 mode.
6853
6854 2018-01-08 Simon Marchi <simon.marchi@ericsson.com>
6855
6856 * gdb.gdb/unittest.exp: Match output in non-development mode.
6857
6858 2018-01-08 Joel Brobecker <brobecker@adacore.com>
6859
6860 * gdb.ada/access_tagged_param.exp: Relax expected output
6861 for value of "ObjL" in "continue" to pck.inspect breakpoint
6862 test.
6863
6864 2018-01-08 Joel Brobecker <brobecker@adacore.com>
6865
6866 * gdb.ada/arr_enum_idx_w_gap.exp: New file.
6867 * gdb.ada/arr_enum_idx_w_gap/foo_q418_043.adb: New file.
6868
6869 2018-01-05 Pedro Alves <palves@redhat.com>
6870
6871 PR gdb/18653
6872 * gdb.base/libsegfault.exp: New.
6873
6874 2018-01-05 Joel Brobecker <brobecker@adacore.com>
6875
6876 PR gdb/22670
6877 * gdb.ada/access_tagged_param.exp: New file.
6878 * gdb.ada/access_tagged_param/foo.adb: New file.
6879
6880 2018-01-05 Pedro Alves <palves@redhat.com>
6881
6882 PR gdb/22670
6883 * gdb.ada/info_addr_mixed_case.exp: Remove kfail. Extend test to
6884 exercise lower case too, and to exercise both full matching and
6885 wild matching.
6886
6887 2018-01-05 Joel Brobecker <brobecker@adacore.com>
6888
6889 * gdb.ada/rename_subscript_param: New testcase.
6890
6891 2018-01-05 Jerome Guitton <guitton@adacore.com>
6892
6893 * gdb.ada/arr_acc_idx_w_gap: New testcase.
6894
6895 2018-01-05 Joel Brobecker <brobecker@adacore.com>
6896
6897 * gdb.ada/convvar_comp: New testcase.
6898
6899 2018-01-05 Xavier Roirand <roirand@adacore.com>
6900
6901 * testsuite/gdb.ada/array_char_idx/pck.ads (Table): New type.
6902 (My_Table): New global variable.
6903 * testsuite/gdb.ada/array_char_idx.exp: Add test.
6904
6905 2018-01-04 Joel Brobecker <brobecker@adacore.com>
6906
6907 PR gdb/22670
6908 * gdb.ada/maint_with_ada: New testcase.
6909
6910 2018-01-04 Joel Brobecker <brobecker@adacore.com>
6911
6912 PR gdb/22670
6913 * gdb.ada/bp_c_mixed_case: New testcase.
6914
6915 2018-01-04 Joel Brobecker <brobecker@adacore.com>
6916
6917 PR gdb/22670
6918 * gdb.ada/complete.exp: Add "complete break ada" test.
6919
6920 2018-01-04 Joel Brobecker <brobecker@adacore.com>
6921
6922 PR gdb/22670
6923 * gdb.ada/info_addr_mixed_case: New testcase.
6924
6925 2018-01-03 Xavier Roirand <roirand@adacore.com>
6926
6927 * gdb.ada/excep_handle.exp: New testcase.
6928 * gdb.ada/excep_handle/foo.adb: New file.
6929 * gdb.ada/excep_handle/pck.ads: New file.
6930
6931 2018-01-03 Joel Brobecker <brobecker@adacore.com>
6932
6933 * gdb.base/step-line.c: Add extra empty line in copyright header.
6934 * gdb.base/step-line.inp: Likewise.
6935
6936 2018-01-02 Joel Brobecker <brobecker@adacore.com>
6937
6938 * gdb.ada/dyn_stride.exp: Add slice test.
6939
6940 2018-01-02 Joel Brobecker <brobecker@adacore.com>
6941
6942 * gdb.ada/dyn_stride: New testcase.
6943
6944 2017-12-27 Stafford Horne <shorne@gmail.com>
6945
6946 * gdb.xml/extra-regs.xml: Add example foo reggroup.
6947 * gdb.xml/tdesc-regs.exp: Add test to check for foo reggroup.
6948
6949 2017-12-27 Stafford Horne <shorne@gmail.com>
6950
6951 * gdb.base/reggroups.c: New file.
6952 * gdb.base/reggroups.exp: New file.
6953
6954 2017-12-18 Joel Brobecker <brobecker@adacore.com>
6955
6956 * gdb.dwarf2/ada-valprint-error.c: New file.
6957 * gdb.dwarf2/ada-valprint-error.exp: New file.
6958
6959 2017-12-18 Joel Brobecker <brobecker@adacore.com>
6960
6961 * gdb.ada/assign_arr: New testcase.
6962
6963 2017-12-18 Xavier Roirand <roirand@adacore.com>
6964
6965 * gdb.ada/funcall_ptr: New testcase.
6966
6967 2017-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
6968
6969 PR cli/16224
6970 * gdb.base/ptype-offsets.cc: New file.
6971 * gdb.base/ptype-offsets.exp: New file.
6972
6973 2017-12-15 Yao Qi <yao.qi@linaro.org>
6974
6975 * gdb.gdb/unittest.exp: Skip 'maintenance check xml-descriptions'
6976 if XML is disabled.
6977
6978 2017-12-15 Xavier Roirand <roirand@adacore.com>
6979
6980 * gdb.ada/same_component_name: New testcase.
6981
6982 2017-12-14 Joel Brobecker <brobecker@adacore.com>
6983
6984 * gdb.ada/str_binop_equal: New testcase.
6985
6986 2017-12-14 Joel Brobecker <brobecker@adacore.com>
6987
6988 * gdb.ada/task_switch_in_core: New testcase.
6989
6990 2017-12-13 Simon Marchi <simon.marchi@ericsson.com>
6991
6992 * gdb.python/py-breakpoint.c (foo_ns::multiply): New function.
6993 * gdb.python/py-breakpoint.exp: Compile the test case as c++,
6994 call test_bkpt_qualified.
6995 (test_bkpt_qualified): New proc.
6996
6997 2017-12-13 Pedro Alves <palves@redhat.com>
6998
6999 * lib/completion-support.exp (test_gdb_complete_tab_multiple):
7000 Tighten regexp by matching with an anchor.
7001
7002 2017-12-13 Pedro Alves <palves@redhat.com>
7003
7004 * gdb.cp/cpcompletion.exp: Load completion-support.exp.
7005 ("expression with namespace"): New set of tests.
7006 * gdb.cp/pr9594.cc (Test_NS::foo, Test_NS::bar)
7007 (Nested::Test_NS::qux): New.
7008 * lib/completion-support.exp (test_gdb_complete_cmd_multiple): Add
7009 defaults to 'start_quote_char' and 'end_quote_char' parameters.
7010
7011 2017-12-13 Joel Brobecker <brobecker@adacore.com>
7012
7013 * gdb.base/server-del-break.c: New file.
7014 * gdb.base/server-del-break.exp: New file.
7015
7016 2017-12-12 Stafford Horne <shorne@gmail.com>
7017
7018 * gdb.xml/tdesc-regs.exp: Add or1k support.
7019
7020 2017-12-12 Stafford Horne <shorne@gmail.com>
7021
7022 * gdb.base/bp-permanent.c: Define nop of or1k.
7023
7024 2017-12-11 Joel Brobecker <brobecker@adacore.com>
7025
7026 * gdb.ada/variant_record_packed_array.exp: Adapt test to accept
7027 output with components being reordered.
7028
7029 2017-12-11 Joel Brobecker <brobecker@adacore.com>
7030
7031 * gdb.ada/pkd_arr_elem.exp: Adapt "print test" test to accept
7032 output with components being reordered.
7033
7034 2017-12-08 Jan Kratochvil <jan.kratochvil@redhat.com>
7035 Pedro Alves <palves@redhat.com>
7036
7037 * gdb.base/maint.exp (check for .gdb_index): Check also for
7038 .debug_names.
7039 * gdb.dlang/watch-loc.c (.debug_aranges): New.
7040 * gdb.dwarf2/dw2-case-insensitive-debug.S: Likewise.
7041 * gdb.dwarf2/gdb-index.exp (check if index present, .gdb_index used)
7042 (.gdb_index used after symbol reloading): Support also .debug_names.
7043 * gdb.mi/dw2-ref-missing-frame-func.c (.debug_aranges): New.
7044
7045 2017-12-08 Yao Qi <yao.qi@linaro.org>
7046
7047 * gdb.arch/aarch64-tagged-pointer.c (main): Update.
7048 * gdb.arch/aarch64-tagged-pointer.exp: Add tests for watchpoint.
7049
7050 2017-12-08 Yao Qi <yao.qi@linaro.org>
7051
7052 * gdb.arch/aarch64-tagged-pointer.c (main): Update.
7053 * gdb.arch/aarch64-tagged-pointer.exp: Add test for breakpoint.
7054
7055 2017-12-08 Yao Qi <yao.qi@linaro.org>
7056
7057 * gdb.arch/aarch64-tagged-pointer.c: New file.
7058 * gdb.arch/aarch64-tagged-pointer.exp: New file.
7059
7060 2017-12-08 Sergio Durigan Junior <sergiodj@redhat.com>
7061
7062 * gdb.arch/i386-sse-stack-align.exp: Cast "print" function call
7063 "int".
7064
7065 2017-12-07 Keith Seitz <keiths@redhat.com>
7066
7067 PR breakpoints/22569
7068 * gdb.linespec/ls-errs.exp: Change expected result of "break
7069 -source this file has spaces.c -line 3".
7070 Check that an explicit source file followed by whitespace is
7071 identified as an invalid explicit location.
7072
7073 2017-12-07 Keith Seitz <keiths@redhat.com>
7074
7075 * gdb.cp/nested-types.cc: New file.
7076 * gdb.cp/nested-types.exp: New file.
7077 * lib/cp-support.exp: Load data-structures.exp library.
7078 (debug_cp_test_ptype_class): New global.
7079 (cp_ptype_class_verbose, next_line): New procedures.
7080 (cp_test_ptype_class): Add and document new parameter `recursive_qid'.
7081 Add and document new return value.
7082 Switch the list of lines to a queue.
7083 Add support for new `type' key for nested type definitions.
7084 Add debugging/troubleshooting messages.
7085 * lib/data-structures.exp: New file.
7086
7087 2017-12-07 Simon Marchi <simon.marchi@ericsson.com>
7088
7089 * gdb.python/py-breakpoint.exp (test_bkpt_explicit_loc): Define
7090 with proc_with_prefix, don't use with_test_prefix.
7091
7092 2017-12-07 Tom Tromey <tom@tromey.com>
7093
7094 * gdb.base/break.exp: Add test for empty "commands".
7095
7096 2017-12-07 Yao Qi <yao.qi@linaro.org>
7097
7098 * gdb.trace/ftrace.exp (run_trace_experiment): Set breakpoint on
7099 malloc and catch syscall.
7100
7101 2017-12-07 Phil Muldoon <pmuldoon@redhat.com>
7102
7103 * gdb.python/py-breakpoint.exp (test_bkpt_explicit_loc): Add new
7104 tests for explicit locations.
7105
7106 2017-12-06 Pedro Alves <palves@redhat.com>
7107
7108 * gdb.arch/i386-avx.exp: If testing with a RSP target, check
7109 force-disabling XML descriptions.
7110
7111 2017-12-04 Pedro Alves <palves@redhat.com>
7112
7113 PR gdb/22499
7114 * gdb.arch/amd64-disp-step-avx.S: New file.
7115 * gdb.arch/amd64-disp-step-avx.exp: New file.
7116
7117 2017-12-03 Pedro Alves <palves@redhat.com>
7118
7119 * gdb.threads/process-dies-while-detaching.c: Include <errno.h>
7120 and <string.h>.
7121 (parent_function): Print distinct messages when waitpid fails, or
7122 the child exits with a signal, or the child exits for an unhandled
7123 reason.
7124 * gdb.threads/process-dies-while-detaching.exp
7125 (detach_and_expect_exit): New 'inf_output_re' parameter and use
7126 it. Wait for both inferior output and GDB's prompt. Use an
7127 indirect spawn id list.
7128 (do_detach): New parameter 'child_exit'. Use it to compute
7129 expected inferior output.
7130 (test_detach, test_detach_watch, test_detach_killed_outside):
7131 Adjust to pass down the expected child exit kind.
7132
7133 2017-12-01 Joel Brobecker <brobecker@adacore.com>
7134 Sergio Durigan Junior <sergiodj@redhat.com>
7135 Pedro Alves <palves@redhat.com>
7136
7137 * gdb.base/readnever.c, gdb.base/readnever.exp: New files.
7138
7139 2017-12-01 Sergio Durigan Junior <sergiodj@redhat.com>
7140
7141 * gdb.base/relocate.exp: Add tests to guarantee that arguments
7142 to 'symbol-file' and 'add-symbol-file' can be
7143 position-independent.
7144
7145 2017-12-01 Yao Qi <yao.qi@linaro.org>
7146
7147 * gdb.arch/aarch64-atomic-inst.exp: Replace mail address with
7148 the URL in copyright header.
7149 * gdb.arch/aarch64-fp.exp: Likewise.
7150 * gdb.arch/ppc64-atomic-inst.exp: Likewise.
7151 * gdb.arch/ppc64-isa207-atomic-inst.exp: Likewise.
7152 * gdb.base/expand-psymtabs.exp: Likewise.
7153 * gdb.cp/expand-psymtabs-cxx.exp: Likewise.
7154 * gdb.fortran/common-block.exp: Likewise.
7155 * gdb.fortran/common-block.f90: Likewise.
7156 * gdb.fortran/logical.exp: Likewise.
7157 * gdb.fortran/vla-datatypes.f90: Likewise.
7158 * gdb.fortran/vla-sub.f90: Likewise.
7159
7160 2017-11-30 Joel Brobecker <brobecker@adacore.com>
7161
7162 * gdb.ada/repeat_dyn: New testcase.
7163
7164 2017-11-30 Ulrich Weigand <uweigand@de.ibm.com>
7165
7166 * gdb.cell/gcore.exp: Fix typo when setting spu_bin.
7167 Update for changed thread numbering.
7168 * gdb.cell/bt.exp: Update for changed GDB output.
7169
7170 2017-11-30 Simon Marchi <simon.marchi@ericsson.com>
7171
7172 * boards/cc-with-tweaks.exp: Include local-board.exp instead of
7173 setting isremote by hand.
7174 * boards/dwarf4-gdb-index.exp: Likewise.
7175 * boards/fission.exp: Likewise.
7176 * boards/stabs.exp: Likewise.
7177
7178 2017-11-30 Pedro Alves <palves@redhat.com>
7179
7180 * gdb.linespec/cpls-ops.exp
7181 (check_explicit_skips_function_argument): Extract the underlying
7182 type of size_t instead of hardcoding it.
7183
7184 2017-11-29 Pedro Alves <palves@redhat.com>
7185
7186 PR c++/19436
7187 * gdb.linespec/cpls-abi-tag.cc: New file.
7188 * gdb.linespec/cpls-abi-tag.exp: New file.
7189
7190 2017-11-29 Pedro Alves <palves@redhat.com>
7191
7192 * gdb.base/langs.exp: Use -qualified.
7193 * gdb.cp/meth-typedefs.exp: Use -qualified, and add tests without
7194 it.
7195 * gdb.cp/namespace.exp: Use -qualified.
7196 * gdb.linespec/cpcompletion.exp (overload-2, fqn, fqn-2)
7197 (overload-3, template-overload, template-ret-type, const-overload)
7198 (const-overload-quoted, anon-ns, ambiguous-prefix): New
7199 procedures.
7200 (test_driver): Call them.
7201 * gdb.cp/save-bp-qualified.cc: New.
7202 * gdb.cp/save-bp-qualified.exp: New.
7203 * gdb.linespec/explicit.exp: Test -qualified.
7204 * lib/completion-support.exp (completion::explicit_opts_list): Add
7205 "-qualified".
7206 * lib/gdb.exp (gdb_breakpoint): Handle "qualified".
7207
7208 2017-11-29 Phil Muldoon <pmuldoon@redhat.com>
7209
7210 * gdb.python/py-rbreak.exp: Set nosharedlibrary before tests.
7211
7212 2017-11-29 Tom Tromey <tom@tromey.com>
7213
7214 * gdb.base/relocate.exp: Update invalid argument test.
7215 Add new tests for invalid arguments.
7216
7217 2017-11-29 Thomas Preud'homme <thomas.preudhomme@arm.com>
7218
7219 * gdb.cp/psymtab-parameter.cc (func): Change return type back to long.
7220 Return 0 as a long.
7221 * gdb.cp/psymtab-parameter.exp: Change func's return type back to long.
7222
7223 2017-11-29 Thomas Preud'homme <thomas.preudhomme@arm.com>
7224
7225 * gdb.cp/breakpoint.cc (bar): Set return type to void.
7226 * gdb.cp/psymtab-parameter.cc (func): Likewise.
7227 * gdb.cp/psymtab-parameter.exp: Update comment regarding prototype of
7228 func ().
7229 * gdb.cp/shadow.cc (B.func): Return 0.
7230
7231 2017-11-27 Joel Brobecker <brobecker@adacore.com>
7232
7233 * gdb.ada/mi_catch_ex.exp (continue_to_exception): Adjust
7234 expected output in gdb_expect call to allow the exception
7235 message to be present as well. Fix syntax confusion to avoid
7236 TCL thinking that exception_name is an array.
7237
7238 2017-11-26 Ulrich Weigand <uweigand@de.ibm.com>
7239
7240 * gdb.arch/spu-info.c: Include <unistd.h>.
7241 (do_signal_test): Fix broken calls to write.
7242 * gdb.arch/spu-info.exp: Use prepare_for_testing.
7243 Fix checks for empty mailboxes. Update signal tests for corrected
7244 do_signal_test routine. Allow nonzero event status.
7245 * gdb.arch/spu-ls.exp: Use prepare_for_testing.
7246 * gdb.cell/arch.exp: Use standard_output_file.
7247 * gdb.cell/break.exp: Likewise.
7248 * gdb.cell/bt.exp: Likewise.
7249 * gdb.cell/core.exp: Likewise.
7250 * gdb.cell/dwarfaddr.exp: Likewise.
7251 * gdb.cell/ea-cache.exp: Likewise.
7252 * gdb.cell/ea-standalone.exp: Likewise.
7253 * gdb.cell/f-regs.exp: Likewise.
7254 * gdb.cell/fork.exp: Likewise.
7255 * gdb.cell/gcore.exp: Likewise.
7256 * gdb.cell/mem-access.exp: Likewise.
7257 * gdb.cell/ptype.exp: Likewise.
7258 * gdb.cell/registers.exp: Likewise.
7259 * gdb.cell/sizeof.exp: Likewise.
7260 * gdb.cell/solib-symbol.exp: Likewise.
7261 * gdb.cell/solib.exp: Likewise.
7262
7263 2017-11-25 Pedro Alves <palves@redhat.com>
7264
7265 * gdb.base/complete-empty.exp: New file.
7266 * gdb.base/completion.exp: Adjust.
7267
7268 2017-11-25 Pedro Alves <palves@redhat.com>
7269
7270 * gdb.linespec/cpls-ops.cc: New file.
7271 * gdb.linespec/cpls-ops.exp: New file.
7272 * lib/completion-support.exp (test_complete_prefix_range_re): New,
7273 factored out from ...
7274 (test_complete_prefix_range): ... this.
7275
7276 2017-11-24 Pedro Alves <palves@redhat.com>
7277
7278 * gdb.linespec/cpcompletion.exp: New file.
7279 * gdb.linespec/cpls-hyphen.cc: New file.
7280 * gdb.linespec/cpls.cc: New file.
7281 * gdb.linespec/cpls2.cc: New file.
7282 * gdb.linespec/explicit.exp: Load completion-support.exp. Adjust
7283 test to use test_gdb_complete_unique. Add label completion,
7284 keyword completion and explicit location completion tests.
7285 * lib/completion-support.exp: New file.
7286
7287 2017-11-24 Joel Brobecker <brobecker@adacore.com>
7288
7289 * gdb.ada/catch_ex.exp, gdb.ada/mi_catch_ex.exp,
7290 gdb.ada/mi_ex_cond.exp: Accept optional exception message in
7291 when hitting an exception catchpoint.
7292
7293 2017-11-22 Yao Qi <yao.qi@linaro.org>
7294
7295 * gdb.base/macscp.exp: Append -g3 to additional_flags for clang.
7296
7297 2017-11-22 Simon Marchi <simon.marchi@ericsson.com>
7298
7299 * gdb.opt/inline-locals.exp: Mark tests as KFAIL.
7300 * gdb.dwarf2/info-locals-optimized-out.exp: New file.
7301 * gdb.dwarf2/info-locals-optimized-out.c: New file.
7302
7303 2017-11-22 Yao Qi <yao.qi@linaro.org>
7304
7305 * gdb.base/info-os.exp: Pass pthreads.
7306 * gdb.multi/multi-attach.exp: Likewise.
7307
7308 2017-11-22 Yao Qi <yao.qi@linaro.org>
7309
7310 * gdb.dwarf2/pr10770.exp: Remove code skipping non-gcc
7311 compiler.
7312
7313 2017-11-22 Yao Qi <yao.qi@linaro.org>
7314
7315 * gdb.base/attach-pie-noexec.exp: Pass "-pie" in ldflags.
7316 * gdb.base/break-interp.exp: Likewise.
7317 * gdb.base/jit-attach-pie.exp: Likewise.
7318
7319 2017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
7320
7321 * gdb.base/float128.c (large128): New variable.
7322 * gdb.base/float128.exp: Add test to print largest __float128 value.
7323
7324 2017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
7325
7326 * gdb.arch/vsx-regs.exp: Update register content checks.
7327
7328 2017-11-21 Ulrich Weigand <uweigand@de.ibm.com>
7329
7330 * gdb.arch/ppc-longdouble.exp: New file.
7331 * gdb.arch/ppc-longdouble.c: Likewise.
7332
7333 2017-11-21 Pedro Alves <palves@redhat.com>
7334
7335 * gdb.ada/minsyms.exp: Accept any address for 'some_minsym'.
7336
7337 2017-11-20 Pedro Alves <palves@redhat.com>
7338
7339 * gdb.base/whatis-ptype-typedefs.c (double_typedef)
7340 (long_double_typedef): New typedefs.
7341 Use DEF on double and long double.
7342 * gdb.base/whatis-ptype-typedefs.exp: Add double and long double
7343 cases.
7344 (run_tests): New 'float_ptr_same_size', 'double_ptr_same_size',
7345 and 'long_double_ptr_same_size' locals. Use them to decide
7346 whether cast from array/function to float is valid/invalid.
7347
7348 2017-11-17 Tom Tromey <tom@tromey.com>
7349
7350 * gdb.rust/traits.rs: New file.
7351 * gdb.rust/traits.exp: New file.
7352
7353 2017-11-17 Joel Brobecker <brobecker@adacore.com>
7354
7355 * gdb.ada/minsyms: New testcase.
7356
7357 2017-11-16 Pedro Alves <palves@redhat.com>
7358
7359 * gdb.base/bp-cmds-continue-ctrl-c.c: New file.
7360 * gdb.base/bp-cmds-continue-ctrl-c.exp: New file.
7361
7362 2017-11-16 Pedro Alves <palves@redhat.com>
7363
7364 * gdb.rust/modules.exp: Skip tests that rely on inferior I/O if
7365 gdb,noinferiorio is set, and use gdb_test_stdio otherwise.
7366
7367 2017-11-16 Pedro Alves <palves@redhat.com>
7368
7369 * gdb.server/reconnect-ctrl-c.c: New file.
7370 * gdb.server/reconnect-ctrl-c.exp: New file.
7371
7372 2017-11-16 Phil Muldoon <pmuldoon@redhat.com>
7373
7374 * gdb.python/py-rbreak.exp: New file.
7375 * gdb.python/py-rbreak.c: New file.
7376 * gdb.python/py-rbreak-func2.c: New file.
7377
7378 2017-11-16 Pedro Alves <palves@redhat.com>
7379
7380 * gdb.base/starti.exp ("continue" test): Remove ".*"s from
7381 pattern.
7382 * lib/gdb.exp (gdb_test_sequence): Don't send empty command to
7383 GDB.
7384
7385 2017-11-15 Simon Marchi <simon.marchi@ericsson.com>
7386
7387 * gdb.tui/completionn.exp (test_tab_completion): Add space in
7388 regex.
7389
7390 2017-11-13 Simon Marchi <simon.marchi@polymtl.ca>
7391
7392 * gdb.opt/inline-locals.exp: Remove trailing parentheses from
7393 test names.
7394
7395 2017-11-09 Pedro Alves <palves@redhat.com>
7396
7397 * gdb.tui/tui-completion.exp (test_tab_completion): New procedure,
7398 factored out from ...
7399 (top level): ... here, and adjusted to avoid expecting beyond the
7400 prompt in a single gdb_test_multiple.
7401
7402 2017-11-09 Pedro Alves <palves@redhat.com>
7403
7404 * gdb.multi/multi-attach.exp ("kill" test): Match the whole query
7405 output.
7406 * gdb.server/ext-attach.exp ("kill" test): Likewise.
7407 * gdb.server/ext-restart.exp ("kill" test): Likewise.
7408 * gdb.server/ext-run.exp ("kill" test): Likewise.
7409 * gdb.server/ext-wrapper.exp ("kill" test): Likewise.
7410
7411 2017-11-09 Pedro Alves <palves@redhat.com>
7412
7413 * gdb.cp/cpcompletion.exp (test_class_complete): Tighten regex to
7414 match till end of line.
7415
7416 2017-11-09 Pedro Alves <palves@redhat.com>
7417
7418 * gdb.base/memattr.exp: Tighten regexes to match the end line.
7419
7420 2017-11-09 Pedro Alves <palves@redhat.com>
7421
7422 * gdb.base/completion.exp (ignore_and_resync, test_tab_complete):
7423 New procedures, factored out from ...
7424 (top level): ... here, and adjusted to avoid expecting beyond the
7425 prompt in one go.
7426
7427 2017-11-09 Pedro Alves <palves@redhat.com>
7428
7429 * gdb.asm/asm-source.exp ("kill" test): Match the whole query
7430 output. Fix '?' match.
7431
7432 2017-11-08 Joel Brobecker <brobecker@adacore.com>
7433
7434 * gdb.ada/scoped_watch: New testcase.
7435 * gdb.ada/watch_arg.exp: Adjust expected behavior to the behavior
7436 which is actually correct.
7437 * gdb.ada/mi_interface.exp: Add missing thread-id in expected varobj.
7438 * gdb.ada/mi_var_array.exp: Add missing thread-id in expected varobj.
7439
7440 2017-11-08 Pedro Alves <palves@redhat.com>
7441
7442 * gdb.gdb/complaints.exp (test_initial_complaints)
7443 (test_serial_complaints, test_short_complaints): Call
7444 complaint_internal instead of complaint.
7445
7446 2017-11-08 Djordje Todorovic <djordje.todorovic@rt-rk.com>
7447
7448 * gdb.threads/tls-core.c: New file.
7449 * gdb.threads/tls-core.exp: Likewise.
7450
7451 2017-11-08 Pedro Alves <palves@redhat.com>
7452
7453 * gdb.ada/complete.exp (p <Exported_Capitalized>): New test.
7454 (p Exported_Capitalized): New test.
7455 (p exported_capitalized): New test.
7456
7457 2017-11-07 Pedro Alves <palves@redhat.com>
7458
7459 * gdb.cp/ena-dis-br-range.exp: Add more tests.
7460
7461 2017-11-07 Pedro Alves <palves@redhat.com>
7462
7463 * gdb.base/ena-dis-br.exp (test_ena_dis_br): Adjust test.
7464 * gdb.cp/ena-dis-br-range.exp: Adjust tests.
7465 (disable_invalid, disable_inverted, disable_negative): New
7466 procedures.
7467 ("bad numbers"): New set of tests.
7468
7469 2017-11-07 Pedro Alves <palves@redhat.com>
7470
7471 * gdb.cp/ena-dis-br-range.exp: Add tests.
7472
7473 2017-11-07 Pedro Alves <palves@redhat.com>
7474
7475 * gdb.base/ena-dis-br.exp: Don't expect "warning:".
7476
7477 2017-11-07 Xavier Roirand <roirand@adacore.com>
7478 Pedro Alves <palves@redhat.com>
7479
7480 * gdb.base/ena-dis-br.exp: Add reference to
7481 gdb.cp/ena-dis-br-range.exp.
7482 * gdb.cp/ena-dis-br-range.exp: New file.
7483 * gdb.cp/ena-dis-br-range.cc: New file.
7484
7485 2017-11-06 Pedro Alves <palves@redhat.com>
7486
7487 * gdb.base/attach-non-pgrp-leader.c: New.
7488 * gdb.base/attach-non-pgrp-leader.exp: New.
7489
7490 2017-11-06 Pedro Alves <palves@redhat.com>
7491
7492 * configure.ac: No longer check for termio.h and sgtty.h.
7493 * configure: Regenerate.
7494 * remote-utils.c: Include termios.h instead of gdb_termios.h.
7495 (remote_open): Check HAVE_TERMIOS_H instead of HAVE_TERMIOS.
7496 Remove termio and sgtty code.
7497
7498 2017-11-03 Yao Qi <yao.qi@linaro.org>
7499
7500 * gdb.mi/list-thread-groups-available.exp: Skip it if XML parsing
7501 in GDB is disabled.
7502
7503 2017-11-03 Yao Qi <yao.qi@linaro.org>
7504
7505 * gdb.python/py-thrhandle.exp: Skip it if python is not
7506 enabled.
7507
7508 2017-10-31 Simon Marchi <simon.marchi@polymtl.ca>
7509
7510 * gdb.mi/mi-break.exp (test_breakpoint_commands): Test backtrace
7511 as a breakpoint command.
7512
7513 2017-10-28 Maksim Dzabraev <dzabraew@gmail.com>
7514
7515 PR python/21213
7516 * gdb.python/py-infthread.exp: Test calling
7517 InferiorThread.inferior () multiple times in a row.
7518
7519 2017-10-27 Keith Seitz <keiths@redhat.com>
7520
7521 * gdb.opt/inline-break.exp (break_info_1): New procedure.
7522 Test "info break" for every inlined function breakpoint.
7523
7524 2017-10-27 Yao Qi <yao.qi@linaro.org>
7525
7526 * gdb.arch/insn-reloc.c (can_relocate_bl): Mark "x30" clobbered.
7527
7528 2017-10-26 Patrick Frants <osscontribute@gmail.com>
7529
7530 * gdb.cp/classes.exp (test_static_members): Test printing
7531 Outer::instance.
7532 * gdb.cp/classes.c (struct Inner, struct Outer): New.
7533 (Inner::instance, Outer::instance): New.
7534
7535 2017-10-24 Pedro Alves <palves@redhat.com>
7536
7537 * gdb.base/new-ui.exp (do_test): Split "delete all breakpoints on
7538 extra console" test in two stages.
7539
7540 2017-10-24 Pedro Alves <palves@redhat.com>
7541
7542 * gdb.threads/attach-into-signal.exp (corefunc): Reindent.
7543
7544 2017-10-24 Pedro Alves <palves@redhat.com>
7545
7546 * gdb.threads/attach-into-signal.exp: Remove whole "stoppedtry"
7547 loop.
7548
7549 2017-10-24 Pedro Alves <palves@redhat.com>
7550
7551 * gdb.threads/attach-into-signal.exp (corefunc): Remove "attach
7552 $attempt" and "stoppedtry $stoppedtry" test prefixes.
7553
7554 2017-10-24 Pedro Alves <palves@redhat.com>
7555
7556 * lib/gdb-python.exp (get_python_valueof): Add 'test' optional
7557 parameter and handle it. Don't output read value in test name.
7558
7559 2017-10-24 Pedro Alves <palves@redhat.com>
7560
7561 * gdb.gdb/unittest.exp ('maintenance check xml-descriptions'): Use
7562 custom test name.
7563
7564 2017-10-24 Pedro Alves <palves@redhat.com>
7565
7566 * gdb.base/startup-with-shell.exp ('touch $unique_file'): Don't
7567 include the unstable output directory name in the test's name.
7568 (initial_setup_simple) <'set args'>: Use custom test name.
7569
7570 2017-10-24 Pedro Alves <palves@redhat.com>
7571
7572 * gdb.arch/arc-tdesc-cpu.exp ('set tdesc filename'): Use gdb_test
7573 with explicit test name.
7574
7575 2017-10-20 Pedro Alves <palves@redhat.com>
7576
7577 * gdb.base/quit.exp: Use gdb_test_multiple and expect 'eof' before
7578 'wait -i'. Use gdb_assert and remote_close.
7579
7580 2017-10-19 Andrew Burgess <andrew.burgess@embecosm.com>
7581
7582 * gdb.linespec/ls-errs.exp (do_test): Update comment, use line
7583 number from variable rather than hard-coded.
7584
7585 2017-10-19 Pedro Alves <palves@redhat.com>
7586
7587 * gdb.base/long-inferior-output.c: New file.
7588 * gdb.base/long-inferior-output.exp: New file.
7589
7590 2017-11-18 Keith Seitz <keiths@redhat.com>
7591
7592 * gdb.cp/cpexprs.cc (base) <operator fluff const* const*>: New
7593 method.
7594 (main): Call it.
7595 * gdb.cp/cpexprs.exp: Add new conversion operator to test matrix.
7596 Add additional user-defined conversion operator tests.
7597
7598 2017-10-17 Pedro Alves <palves@redhat.com>
7599
7600 * boards/native-stdio-gdbserver.exp: Load "local-board".
7601
7602 2017-10-17 Pedro Alves <palves@redhat.com>
7603
7604 * gdb.base/quit-live.c: New file.
7605 * gdb.base/quit-live.exp: New file.
7606
7607 2017-10-16 Keith Seitz <keiths@redhat.com>
7608
7609 * gdb.cp/classes.cc (class_with_typedefs, class_with_public_typedef)
7610 (class_with_protected_typedef, class_with_private_typedef)
7611 (struct_with_public_typedef, struct_with_protected_typedef)
7612 (struct_with_private_typedef): New classes/structs.
7613 * gdb.cp/classes.exp (test_ptype_class_objects): Add tests for
7614 typedefs and access specifiers.
7615
7616 2017-10-16 Pedro Alves <palves@redhat.com>
7617 Simon Marchi <simon.marchi@polymtl.ca>
7618
7619 * README (Local vs Remote vs Native): New section.
7620 * boards/local-board.exp: New file, with bits factored out from
7621 ...
7622 * boards/native-extended-gdbserver.exp: ... here. Load
7623 "local-board".
7624 * boards/native-gdbserver.exp: Load "local-board".
7625 (${board}_spawn, ${board}_exec): Delete.
7626 * boards/native-stdio-gdbserver.exp: Most contents factored out to
7627 ...
7628 * boards/stdio-gdbserver-base.exp: ... this new file.
7629 * boards/native-stdio-gdbserver.exp: Reimplement, by loading
7630 "stdio-gdbserver-base" and defining a get_target_remote_pipe_cmd
7631 procedure.
7632 * boards/remote-stdio-gdbserver.exp: Load stdio-gdbserver-base
7633 instead of native-stdio-gdbserver. Don't set gdb_server_prog nor
7634 stdio_gdbserver_command.
7635 (${board}_get_remote_address, ${board}_get_comm_port)
7636 (${board}_download, ${board}_upload): Delete.
7637 (get_target_remote_pipe_cmd): New.
7638
7639 2017-10-16 Simon Marchi <simon.marchi@ericsson.com>
7640
7641 * gdb.python/py-breakpoint.exp (test_bkpt_basic,
7642 test_bkpt_deletion, test_bkpt_cond_and_cmds,
7643 test_bkpt_invisible, test_watchpoints, test_bkpt_internal,
7644 test_bkpt_eval_funcs, test_bkpt_temporary, test_bkpt_address,
7645 test_bkpt_pending, test_bkpt_events): Use proc_with_prefix,
7646 remove with_test_prefix.
7647
7648 2017-10-13 Pedro Alves <palves@redhat.com>
7649
7650 * lib/gdb.exp (target_can_use_run_cmd): New procedure.
7651 * gdb.base/annota1.exp: Use it instead of is_remote.
7652 * gdb.base/annota3.exp: Use it instead of is_remote.
7653 * gdb.cp/annota2.exp: Use it instead of is_remote.
7654 * gdb.cp/annota3.exp: Use it instead of is_remote.
7655 * gdb.multi/bkpt-multi-exec.exp: Use it instead of is_remote.
7656
7657 2017-10-13 Pedro Alves <palves@redhat.com>
7658
7659 * gdb.base/testenv.exp: Check use_gdb_stub instead of is_remote.
7660 (test_num_test_vars, run_and_count_vars, find_env)
7661 (test_set_unset_env, test_inherit_env_var): New procedures.
7662 (top level): Use them.
7663
7664 2017-10-13 Pedro Alves <palves@redhat.com>
7665
7666 * lib/selftest-support.exp (selftest_setup): Extend comments, and
7667 also skip on stub-like targets.
7668
7669 2017-10-13 Pedro Alves <palves@redhat.com>
7670
7671 PR gdb/22293
7672 * gdb.base/find-unmapped.exp: Don't skip if is_remote target.
7673 (top level): Move some tests to ...
7674 (test_not_found): ... this new procedure.
7675 (top level): Call it.
7676
7677 2017-10-13 Pedro Alves <palves@redhat.com>
7678
7679 * gdb.base/term.exp: Don't skip if is_remote target. Instead,
7680 expect different "info terminal" output if testing with a
7681 non-native target.
7682
7683 2017-10-13 Pedro Alves <palves@redhat.com>
7684 Simon Marchi <simon.marchi@polymtl.ca>
7685
7686 PR python/12966
7687 * gdb.python/py-evthreads.exp: Remove is_remote target kfail.
7688
7689 2017-10-13 Pedro Alves <palves@redhat.com>
7690
7691 * gdb.python/py-evthreads.exp: Start GDB with "set non-stop on"
7692 already.
7693
7694 2017-10-13 Pedro Alves <palves@redhat.com>
7695
7696 * gdb.python/py-evsignal.exp: Check gdb_protocol instead of
7697 is_remote.
7698
7699 2017-10-13 Pedro Alves <palves@redhat.com>
7700
7701 * gdb.threads/thread_events.exp: Check gdb_protocol instead of
7702 is_remote.
7703
7704 2017-10-13 Pedro Alves <palves@redhat.com>
7705
7706 * gdb.base/corefile.exp (corefile_test_run): Skip if gdb_protocol
7707 is set.
7708 (corefile_test_attach): Likewise. Check can_spawn_for_attach
7709 instead of is_remote.
7710
7711 2017-10-13 Pedro Alves <palves@redhat.com>
7712
7713 * gdb.base/remote.exp: Check gdb_protocol instead of is_remote.
7714 (top level): Add comment.
7715
7716 2017-10-13 Pedro Alves <palves@redhat.com>
7717
7718 * gdb.base/remote.exp (top level): Fix comment typo and add
7719 missing return.
7720
7721 2017-10-13 Pedro Alves <palves@redhat.com>
7722 Simon Marchi <simon.marchi@polymtl.ca>
7723
7724 * gdb.base/solib-nodir.exp: Split is_remote and skip_shlib_tests
7725 calls and add comments. Skip test if use_gdb_stub is set.
7726 (top level): Use "set cwd" command instead of "cd" command.
7727
7728 2017-10-13 Pedro Alves <palves@redhat.com>
7729
7730 * gdb.base/shlib-call.exp (top level): Use gdb_run_cmd and remove
7731 is_remote target check.
7732
7733 2017-10-13 Pedro Alves <palves@redhat.com>
7734
7735 * gdb.base/scope.exp: Use build_executable + clean_restart +
7736 gdb_file_cmd instead of prepare_for_testing and no longer skip
7737 "before run" tests on is_remote target boards. Update comments.
7738 * boards/native-extended-gdbserver.exp
7739 (extended_gdbserver_load_last_file): New, factored out from ...
7740 (gdb_load): ... this. Move further below and add comment.
7741 (extended_gdbserver_gdb_file_cmd, gdb_file_cmd, gdb_reload): New.
7742
7743 2017-10-12 Pedro Alves <palves@redhat.com>
7744
7745 * gdb.base/attach.exp: Remove references to gdb64.
7746 * gdb.base/dbx.exp: Remove references to gdb64.
7747
7748 2017-10-12 Simon Marchi <simon.marchi@polymtl.ca>
7749 Pedro Alves <palves@redhat.com>
7750
7751 * gdb.base/label.exp: Remove is_remote target check.
7752
7753 2017-10-12 Pedro Alves <palves@redhat.com>
7754
7755 * gdb.base/auvx.exp (coredir): Update comment.
7756 (top level) <core_works>: Use "set cwd" command instead of "cd"
7757 command.
7758
7759 2017-10-12 Pedro Alves <palves@redhat.com>
7760 Simon Marchi <simon.marchi@polymtl.ca>
7761
7762 * gdb.base/catch-fork-static.exp: No longer skip on is_remote
7763 target boards.
7764
7765 2017-10-12 Pedro Alves <palves@redhat.com>
7766 Simon Marchi <simon.marchi@polymtl.ca>
7767
7768 * gdb.base/checkpoint.exp: Don't check is_remote or isnative.
7769 Instead skip if there's any gdb_protocol set.
7770
7771 2017-10-12 Simon Marchi <simon.marchi@polymtl.ca>
7772 Pedro Alves <palves@redhat.com>
7773
7774 * gdb.base/dprintf-non-stop.exp: Remove is_remote target check.
7775
7776 2017-10-12 Pedro Alves <palves@redhat.com>
7777 Simon Marchi <simon.marchi@polymtl.ca>
7778
7779 * gdb.base/argv0-symlink.exp: kfail on remote gdbserver,
7780 instead of on dejagnu remote boards.
7781
7782 2017-10-12 Pedro Alves <palves@redhat.com>
7783 Simon Marchi <simon.marchi@polymtl.ca>
7784
7785 * gdb.base/inferior-died.exp: Remove is_remote and isnative
7786 checks. Use build_executable + clean_restart instead of
7787 prepare_for_testing. Pass "set non-stop on" via GDBFLAGS instead
7788 of enabling non-stop after starting gdb.
7789
7790 2017-10-12 Pedro Alves <palves@redhat.com>
7791
7792 * gdb.threads/non-ldr-exc-1.exp: No longer skip if is_remote target.
7793 * gdb.threads/non-ldr-exc-2.exp: Ditto.
7794 * gdb.threads/non-ldr-exc-3.exp: Ditto.
7795 * gdb.threads/non-ldr-exc-4.exp: Ditto.
7796
7797 2017-10-11 Anton Kolesov <Anton.Kolesov@synopsys.com>
7798
7799 * gdb.arch/arc-tdesc-cpu.exp: New file.
7800 * gdb.arch/arc-tdesc-cpu.xml: Likewise.
7801
7802 2017-10-10 Simon Marchi <simon.marchi@ericsson.com>
7803
7804 * lib/gdb.exp (get_integer_valueof): Don't output read value in test name.
7805
7806 2017-10-10 Pedro Alves <palves@redhat.com>
7807
7808 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Don't
7809 expect CLI output.
7810
7811 2017-10-10 Pedro Alves <palves@redhat.com>
7812
7813 * lib/selftest-support.exp (selftest_setup): Update for
7814 captured_command_loop's prototype change.
7815
7816 2017-10-09 Pedro Alves <palves@redhat.com>
7817
7818 Test both arch1=>arch2 and arch2=>arch1.
7819
7820 * gdb.multi/multi-arch-exec.exp (exec1, srcfile1, binfile1, exec2)
7821 (srcfile2, binfile2, march1, march2): Remove globals. Largely
7822 factored out to...
7823 (append_arch1_options, append_arch2_options, append_arch_options)
7824 (build_executables): New procedures.
7825 (do_test): New 'first_arch' parameter. Use it to define 'from_exec'
7826 local.
7827 (top level): Add new 'first_arch' testing axis.
7828
7829 2017-10-09 Pedro Alves <palves@redhat.com>
7830
7831 * gdb.multi/multi-arch-exec.c: Include <pthread.h> and <assert.h>.
7832 (barrier): New.
7833 (thread_start, all_started): New functions.
7834 (main): Spawn new thread and wait until it is scheduled.
7835 * gdb.multi/multi-arch-exec.exp: Build $srcfile1 with the pthreads
7836 option.
7837 (do_test): Add 'selected_thread' parameter. Run to all_started
7838 instead of main. Explicitly set the breakpoint at main. Switch
7839 to the SELECTED_THREAD thread.
7840 (top level): Test handling the exec event with either the main
7841 thread or the second thread selected.
7842
7843 2017-10-09 Pedro Alves <palves@redhat.com>
7844
7845 * gdb.base/print-file-var-main.c: Fix get_version_2 value check
7846 logic. Move STOP marker after the value checks.
7847 * gdb.base/print-file-var.exp (continue to STOP marker): Tighten
7848 regexp.
7849
7850 2017-10-06 Sandra Loosemore <sandra@codesourcery.com>
7851
7852 * gdb.mi/mi-threads-interrupt.exp: Skip test if nointerrupts.
7853
7854 2017-10-05 Ulrich Weigand <uweigand@de.ibm.com>
7855
7856 * gdb.base/dfp-exprs.exp: Update tests to larger range of supported
7857 integer-to-dfp conversion.
7858 * gdb.base/dfp-test.exp: Likewise.
7859
7860 2017-10-04 Pedro Alves <palves@redhat.com>
7861
7862 * gdb.multi/hangout.c: Include <unistd.h>.
7863 (hangout_loop): New function.
7864 (main): Call alarm. Call hangout_loop in a loop.
7865 * gdb.multi/hello.c: Include <unistd.h>.
7866 (hello_loop): New function.
7867 (main): Call alarm. Call hangout_loop in a loop.
7868 * gdb.multi/multi-arch.exp: Test running to a breakpoint one
7869 inferior with the other selected.
7870
7871 2017-10-04 Simon Marchi <simon.marchi@ericsson.com>
7872
7873 * gdb.mi/list-thread-groups-available.exp: New file.
7874 * gdb.mi/list-thread-groups-available.c: New file.
7875
7876 2017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
7877
7878 * gdb.base/set-cwd.exp: Make it available on
7879 native-extended-gdbserver.
7880
7881 2017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
7882
7883 * gdb.base/set-cwd.c: New file.
7884 * gdb.base/set-cwd.exp: Likewise.
7885
7886 2017-10-02 Tom Tromey <tom@tromey.com>
7887
7888 PR rust/22236:
7889 * gdb.rust/simple.rs (main): New variable "fslice".
7890 * gdb.rust/simple.exp: Add slice tests. Update string tests.
7891
7892 2017-10-02 Tom Tromey <tom@tromey.com>
7893
7894 * gdb.rust/simple.exp: Test ptype of a slice.
7895
7896 2017-10-02 Tom Tromey <tom@tromey.com>
7897
7898 * gdb.rust/simple.exp: Test index of slice.
7899
7900 2017-09-27 Tom Tromey <tom@tromey.com>
7901
7902 * gdb.base/macscp.exp: Add __VA_OPT__ tests.
7903
7904 2017-09-26 Thomas Preud'homme <thomas.preudhomme@arm.com>
7905 Pedro Alves <palves@redhat.com>
7906
7907 * gdb.base/compare-sections.exp (get value of read-only section): Read
7908 as unsigned value.
7909 (corrupt read-only section): Likewise and don't set written if patching
7910 failed.
7911
7912 2017-09-21 Kevin Buettner <kevinb@redhat.com>
7913
7914 * gdb.python/py-thrhandle.c, gdb.python/py-thrhandle.exp: New
7915 files.
7916
7917 2017-09-20 Pedro Alves <palves@redhat.com>
7918
7919 * gdb.base/list-ambiguous.exp (test_list_ambiguous_symbol): Expect
7920 symbol names in gdb's output.
7921 * gdb.cp/overload.exp ("list all overloads"): Likewise.
7922
7923 2017-09-20 Pedro Alves <palves@redhat.com>
7924
7925 * gdb.base/list-ambiguous.exp (test_list_ambiguous_function):
7926 Rename to ...
7927 (test_list_ambiguous_symbol): ... this and add a symbol name
7928 parameter. Adjust.
7929 (test_list_ambiguous_function): Reimplement on top of
7930 test_list_ambiguous_symbol and also test listing ambiguous
7931 variables.
7932 * gdb.base/list-ambiguous0.c (ambiguous): Rename to ...
7933 (ambiguous_fun): ... this.
7934 (ambiguous_var): New.
7935 * gdb.base/list-ambiguous1.c (ambiguous): Rename to ...
7936 (ambiguous_fun): ... this.
7937 (ambiguous_var): New.
7938
7939 2017-09-19 John Baldwin <jhb@FreeBSD.org>
7940
7941 * gdb.base/starti.c: New file.
7942 * gdb.base/starti.exp: New file.
7943 * lib/gdb.exp (gdb_starti_cmd): New procedure.
7944
7945 2017-09-14 Pedro Alves <palves@redhat.com>
7946
7947 * gdb.base/nodebug.exp (nodebug_runto): New procedure.
7948 (top level): Use it instead of runto.
7949
7950 2017-09-11 Tom Tromey <tom@tromey.com>
7951
7952 * gdb.base/ena-dis-br.exp (test_ena_dis_br): Update test.
7953
7954 2017-09-11 Tom Tromey <tom@tromey.com>
7955
7956 * gdb.python/py-infthread.exp: Add tests for new_thread event.
7957 * gdb.python/py-inferior.exp: Add tests for new inferior events.
7958
7959 2017-09-08 Christoph Weinmann <christoph.t.weinmann@intel.com>
7960
7961 * gdb.fortran/printing-types.exp: New file.
7962 * gdb.fortran/printing-types.exp: New file.
7963
7964 2017-09-08 Bernhard Heckel <bernhard.heckel@intel.com>
7965
7966 * gdb.fortran/vla-ptype.exp: Fix typos.
7967 * gdb.fortran/vla-value.exp: Same.
7968
7969 2017-09-08 Bernhard Heckel <bernhard.heckel@intel.com>
7970
7971 * gdb.fortran/vla-value.exp: Use type names defined in libfortran.
7972 * gdb.mi/mi-var-child-f.exp: Likewise.
7973 * gdb.mi/mi-vla-fortran.exp: Likewise.
7974
7975 2017-09-08 Frank Penczek <frank.penczek@intel.com>
7976 Christoph Weinmann <christoph.t.weinmann@intel.com>
7977 Bernhard Heckel <bernhard.heckel@intel.com>
7978
7979 * gdb.fortran/ptr-indentation.f90: New file.
7980 * gdb.fortran/ptr-indentation.exp: New file.
7981
7982 2017-09-05 Tom Tromey <tom@tromey.com>
7983
7984 PR gdb/22010:
7985 * gdb.base/sizeof.exp (check_valueof): Cast char constant to int.
7986
7987 2017-09-06 Thomas Preud'homme <thomas.preudhomme@arm.com>
7988
7989 * gdb.arch/thumb2-it.exp: Cast call to assembly defined function.
7990
7991 2017-09-06 Jan Kratochvil <jan.kratochvil@redhat.com>
7992
7993 * gdb.threads/tls-nodebug-pie.c: New file.
7994 * gdb.threads/tls-nodebug-pie.exp: New file.
7995
7996 2017-09-05 Tom Tromey <tom@tromey.com>
7997
7998 * lib/gdb.exp (gdb_compile): Don't use universal_compile_options
7999 for rust.
8000
8001 2017-09-05 Simon Marchi <simon.marchi@ericsson.com>
8002
8003 * gdb.multi/multi-arch-exec.exp: Test with different
8004 "follow-exec-mode" settings.
8005 (do_test): New procedure.
8006
8007 2017-09-04 Pedro Alves <palves@redhat.com>
8008
8009 * gdb.base/func-static.c (S::method const, S::method volatile)
8010 (S::method volatile const): New methods.
8011 (c_s, v_s, cv_s): New instances.
8012 (main): Call method() on them.
8013 * gdb.base/func-static.exp (syntax_re, cannot_resolve_re): New variables.
8014 (cannot_resolve): New procedure.
8015 (cxx_scopes_list): Test cv methods. Add print-scope-quote and
8016 print-quote-unquoted columns.
8017 (do_test): Test printing each scope too.
8018
8019 2017-09-04 Pedro Alves <palves@redhat.com>
8020
8021 * gdb.base/local-static.exp: Also test with
8022 class::method::variable wholly quoted.
8023 * gdb.cp/m-static.exp (class::method::variable): Remove test.
8024
8025 2017-09-04 Pedro Alves <palves@redhat.com>
8026
8027 * gdb.base/local-static.c: New.
8028 * gdb.base/local-static.cc: New.
8029 * gdb.base/local-static.exp: New.
8030
8031 2017-09-04 Pedro Alves <palves@redhat.com>
8032
8033 * gdb.asm/asm-source.exp: Add casts to int.
8034 * gdb.base/nodebug.c (dataglobal8, dataglobal32_1, dataglobal32_2)
8035 (dataglobal64_1, dataglobal64_2): New globals.
8036 * gdb.base/nodebug.exp: Test different expressions involving the
8037 new globals, with print, whatis and ptype. Add casts to int.
8038 * gdb.base/solib-display.exp: Add casts to int.
8039 * gdb.compile/compile-ifunc.exp: Expect warning. Add cast to int.
8040 * gdb.cp/m-static.exp: Add cast to int.
8041 * gdb.dwarf2/dw2-skip-prologue.exp: Add cast to int.
8042 * gdb.threads/tls-nodebug.exp: Check that gdb errors out printing
8043 tls variable with no debug info without a cast. Test with a cast
8044 to int too.
8045 * gdb.trace/entry-values.exp: Add casts.
8046
8047 2017-09-04 Pedro Alves <palves@redhat.com>
8048
8049 * gdb.base/nodebug.exp: Test that ptype's error about functions
8050 with unknown return type includes the function name too.
8051
8052 2017-09-04 Pedro Alves <palves@redhat.com>
8053
8054 * gdb.base/break-main-file-remove-fail.exp (test_remove_bp): Cast
8055 return type of munmap in infcall.
8056 * gdb.base/break-probes.exp: Cast return type of foo in infcall.
8057 * gdb.base/checkpoint.exp: Simplify using for loop. Cast return
8058 type of ftell in infcall.
8059 * gdb.base/dprintf-detach.exp (dprintf_detach_test): Cast return
8060 type of getpid in infcall.
8061 * gdb.base/infcall-exec.exp: Cast return type of execlp in
8062 infcall.
8063 * gdb.base/info-os.exp: Cast return type of getpid in infcall.
8064 Bail on failure to extract the pid.
8065 * gdb.base/nodebug.c: #include <stdint.h>.
8066 (multf, multf_noproto, mult, mult_noproto, add8, add8_noproto):
8067 New functions.
8068 * gdb.base/nodebug.exp (test_call_promotion): New procedure.
8069 Change expected output of print/whatis/ptype with functions with
8070 no debug info. Test all supported languages. Call
8071 test_call_promotion.
8072 * gdb.compile/compile.exp: Adjust expected output to expect
8073 warning.
8074 * gdb.threads/siginfo-threads.exp: Likewise.
8075
8076 2017-09-04 Pedro Alves <palves@redhat.com>
8077
8078 * gdb.base/callfuncs.exp (do_function_calls): New parameter
8079 "prototypes". Test calling float functions via prototyped and
8080 unprototyped function pointers.
8081 (perform_all_tests): New parameter "prototypes". Pass it down.
8082 (top level): Pass down "prototypes" parameter to
8083 perform_all_tests.
8084
8085 2017-09-04 Simon Marchi <simon.marchi@ericsson.com>
8086
8087 * gdb.base/commands.exp (loop_break_test, loop_continue_test):
8088 Test with nested loops.
8089
8090 2017-09-04 Simon Marchi <simon.marchi@ericsson.com>
8091
8092 * gdb.base/commands.exp: Call the new procedures.
8093 (loop_break_test, loop_continue_test): New procedures.
8094
8095 2017-09-04 Simon Marchi <simon.marchi@ericsson.com>
8096
8097 * gdb.base/commands.exp: Call new procedure.
8098 (define_if_without_arg_test): New procedure.
8099
8100 2017-09-04 Pedro Alves <palves@redhat.com>
8101
8102 * gdb.base/list-ambiguous.exp: New file.
8103 * gdb.base/list-ambiguous0.c: New file.
8104 * gdb.base/list-ambiguous1.c: New file.
8105 * gdb.base/list.exp (test_list_range): Adjust expected output.
8106
8107 2017-08-31 Sergio Durigan Junior <sergiodj@redhat.com>
8108
8109 * gdb.base/share-env-with-gdbserver.c: New file.
8110 * gdb.base/share-env-with-gdbserver.exp: Likewise.
8111
8112 2017-08-28 Simon Marchi <simon.marchi@ericsson.com>
8113
8114 * gdb.base/commands.exp (gdbvar_simple_if_test,
8115 gdbvar_simple_if_test, gdbvar_complex_if_while_test,
8116 progvar_simple_if_test, progvar_simple_while_test,
8117 progvar_complex_if_while_test, user_defined_command_test,
8118 user_defined_command_args_eval,
8119 user_defined_command_args_stack_test,
8120 user_defined_command_manyargs_test, bp_deleted_in_command_test,
8121 temporary_breakpoint_commands,
8122 gdb_test_no_prompt, redefine_hook_test,
8123 redefine_backtrace_test): Remove "global gdb_prompt".
8124
8125 2017-08-28 Simon Marchi <simon.marchi@ericsson.com>
8126
8127 * gdb.base/commands.exp (user_defined_command_case_sensitivity):
8128 New proc, call it from toplevel.
8129
8130 2017-08-23 Sergio Durigan Junior <sergiodj@redhat.com>
8131
8132 PR remote/21852
8133 * gdb.server/normal.c: New file, copied from gdb.base.
8134 * gdb.server/run-without-local-binary.exp: New file.
8135
8136 2017-08-07 Weimin Pan <weimin.pan@oracle.com>
8137
8138 * gdb.arch/sparc64-adi.exp: New file.
8139 * gdb.arch/sparc64-adi.c: New file.
8140
8141 2017-08-22 Pedro Alves <palves@redhat.com>
8142
8143 * gdb.cp/overload.exp (line_range_pattern): New procedure.
8144 (top level): Add "list all overloads" tests.
8145
8146 2017-08-22 Tom Tromey <tom@tromey.com>
8147
8148 * gdb.gdb/xfullpath.exp: Remove.
8149
8150 2017-08-21 Pedro Alves <palves@redhat.com>
8151
8152 PR gdb/19487
8153 * gdb.base/symbol-alias.c: New.
8154 * gdb.base/symbol-alias2.c: New.
8155 * gdb.base/symbol-alias.exp: New.
8156
8157 2017-08-21 Pedro Alves <palves@redhat.com>
8158
8159 * gdb.base/dfp-test.c
8160 (d32_t, d64_t, d128_t, d32_t2, d64_t2, d128_t2, v_d32_t, v_d64_t)
8161 (v_d128_t, v_d32_t2, v_d64_t2, v_d128_t2): New.
8162 * gdb.base/dfp-test.exp: Add whatis/ptype/cast tests.
8163 * gdb.base/gnu_vector.exp: Add whatis/ptype/cast tests.
8164 * gdb.base/whatis-ptype-typedefs.c: New.
8165 * gdb.base/whatis-ptype-typedefs.exp: New.
8166 * gdb.python/py-prettyprint.c (int_type, int_type2): New typedefs.
8167 (an_int, an_int_type, an_int_type2): New globals.
8168 * gdb.python/py-prettyprint.exp (run_lang_tests): Add tests
8169 involving typedefs and cast expressions.
8170 * gdb.python/py-prettyprint.py (class pp_int_typedef): New.
8171 (lookup_typedefs_function): New.
8172 (typedefs_pretty_printers_dict): New.
8173 (top level): Register lookup_typedefs_function in
8174 gdb.pretty_printers.
8175
8176 2017-08-18 Yao Qi <yao.qi@linaro.org>
8177
8178 * gdb.server/unittest.exp: New.
8179
8180 2017-08-15 Sergio Durigan Junior <sergiodj@redhat.com>
8181
8182 PR gdb/21954
8183 * gdb.base/environ.exp: Add test to check if 'unset environment'
8184 works.
8185
8186 2017-08-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
8187
8188 * lib/gdb.exp (universal_compile_options): New caching proc.
8189 (gdb_compile): Suppress GCC's coloring of messages.
8190
8191 2017-08-14 Tom Tromey <tom@tromey.com>
8192
8193 PR gdb/21675:
8194 * gdb.base/printcmds.exp (test_radices): New function.
8195 * gdb.dwarf2/var-access.exp: Use p/u, not p/d.
8196 * gdb.base/sizeof.exp (check_valueof): Use p/d.
8197 * lib/gdb.exp (get_integer_valueof): Use p/d.
8198
8199 2017-08-12 Simon Marchi <simon.marchi@ericsson.com>
8200
8201 * lib/gdb.exp (get_valueof): Don't capture end-of-line
8202 characters.
8203
8204 2017-08-05 Tom Tromey <tom@tromey.com>
8205
8206 * gdb.rust/simple.exp: Allow String to appear in a different
8207 namespace.
8208
8209 2017-07-26 Yao Qi <yao.qi@linaro.org>
8210
8211 * gdb.gdb/unittest.exp: Invoke command
8212 "maintenance check xml-descriptions".
8213
8214 2017-07-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
8215
8216 * gdb.arch/s390-vregs.exp: Calculate parameters to hex128 in the
8217 calling context.
8218 (hex128): Drop erroneous calculation of parameters.
8219
8220 2017-07-22 Simon Marchi <simon.marchi@ericsson.com>
8221
8222 * gdb.python/py-unwind.exp: Disable stack protection when
8223 building test file.
8224
8225 2017-07-20 Pedro Alves <palves@redhat.com>
8226
8227 * gdb.base/default.exp (set language): Adjust expected output.
8228
8229 2017-07-20 Pedro Alves <palves@redhat.com>
8230
8231 * gdb.base/dmsym.c (pck__foo__bar__minsym): Rename to ...
8232 (test_minsym): ... this, and make static.
8233 (get_pck__foo__bar__minsym): Rename to ...
8234 (get_test_minsym): ... this.
8235 * gdb.base/dmsym.exp (): Remove "set language ada" call. Adjust
8236 symbol names and comments.
8237 * gdb.base/dmsym_main.c (get_pck__foo__bar__minsym): Rename to ...
8238 (get_test_minsym): ... this.
8239 (pck__foo__bar__minsym__2): Rename to ...
8240 (test_minsym): ... this.
8241 (main): Adjust.
8242
8243 2017-07-17 Pedro Alves <palves@redhat.com>
8244
8245 * gdb.base/completion.exp: Adjust expected output.
8246 * gdb.linespec/ls-errs.exp: Don't send tab characters, now that
8247 the completer works.
8248
8249 2017-07-17 Pedro Alves <palves@redhat.com>
8250
8251 * gdb.linespec/ls-errs.exp (do_test): Adjust expected output.
8252
8253 2017-07-15 Andrew Burgess <andrew.burgess@embecosm.com>
8254
8255 * gdb.mi/mi-vla-fortran.exp: Make test names unique.
8256
8257 2017-07-14 Tom Tromey <tom@tromey.com>
8258
8259 PR rust/21764:
8260 * gdb.rust/simple.exp: Add tests.
8261
8262 2017-07-14 Tom Tromey <tom@tromey.com>
8263
8264 * gdb.rust/simple.exp: Add regression test for PR rust/21763.
8265
8266 2017-07-14 Pedro Alves <palves@redhat.com>
8267
8268 * gdb.linespec/base/one/thefile.cc (z1): New function.
8269 * gdb.linespec/base/two/thefile.cc (z2): New function.
8270 * gdb.linespec/linespec.exp: Add tests.
8271
8272 2017-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
8273
8274 * gdb.mi/mi-vla-fortran.exp: Correct even more parameter passing
8275 to mi_create_breakpoint.
8276
8277 2017-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
8278
8279 * gdb.mi/mi-vla-fortran.exp: Correct parameter passing to
8280 mi_create_breakpoint.
8281
8282 2017-07-11 Iain Buclaw <ibuclaw@gdcproject.org>
8283
8284 * gdb.dlang/demangle.exp: Update for demangling changes.
8285
8286 2017-07-09 Tom Tromey <tom@tromey.com>
8287
8288 * gdb.dwarf2/shortpiece.exp: New file.
8289
8290 2017-07-06 David Blaikie <dblaikie@gmail.com>
8291
8292 * gdb.dwarf2/fission-multi-cu.S: Test containing multiple CUs in a DWO,
8293 built from fissiont-multi-cu{1,2}.c.
8294 * gdb.dwarf2/fission-multi-cu.exp: Test similar to fission-base.exp,
8295 except putting 'main' and 'func' in separate CUs in the same DWO file.
8296 * gdb.dwarf2/fission-multi-cu1.c: First CU for the multi-CU-single-DWO
8297 test.
8298 * gdb.dwarf2/fission-multi-cu2.c: Second CU in the multi-CU-single-DWO
8299 test.
8300
8301 2017-07-06 Pedro Alves <palves@redhat.com>
8302
8303 * gdb.python/py-unwind.exp: Test flushregs.
8304
8305 2017-06-30 Sergio Durigan Junior <sergiodj@redhat.com>
8306
8307 PR cli/21688
8308 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): Add new
8309 tests for alias commands and trailing whitespace.
8310
8311 2017-06-30 Sergio Durigan Junior <sergiodj@redhat.com>
8312
8313 PR cli/21688
8314 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): New
8315 procedure. Call it.
8316
8317 2017-06-29 Pedro Alves <palves@redhat.com>
8318
8319 * gdb.base/printcmds.exp: Add tests.
8320
8321 2017-06-28 Doug Gilmore <Doug.Gilmore@imgtec.com>
8322
8323 PR gdb/21337
8324 * gdb.base/reread-readsym.exp: New file.
8325 * gdb.base/reread-readsym.c: New file.
8326
8327 2017-06-21 Kevin Buettner <kevinb@redhat.com>
8328
8329 * gdb.exp (gdb_test): Using noncapturing parens for the $pattern
8330 subpattern.
8331
8332 2017-06-19 Peter Bergner <bergner@vnet.ibm.com>
8333
8334 * gdb.arch/powerpc-power9.exp: Update test case for new lnia
8335 extended mnemonic.
8336 * gdb.arch/powerpc-power9.s: Likewise.
8337
8338 2017-06-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
8339
8340 * gdb.dwarf2/var-access.exp: Use register name ecx instead of edx
8341 on 32-bit x86 targets. Exploit is_*_target macros where
8342 appropriate.
8343
8344 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8345
8346 * gdb.dwarf2/var-access.exp: Add test for non-byte-aligned
8347 register pieces.
8348
8349 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8350
8351 * gdb.dwarf2/var-access.exp: Add tests for accessing bit-fields
8352 located in one or more DWARF pieces.
8353
8354 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8355
8356 * lib/gdb.exp (get_endianness): New proc.
8357 * gdb.arch/aarch64-fp.exp: Use it.
8358 * gdb.arch/altivec-regs.exp: Likewise.
8359 * gdb.arch/e500-regs.exp: Likewise.
8360 * gdb.arch/vsx-regs.exp: Likewise.
8361 * gdb.base/dump.exp: Likewise.
8362 * gdb.base/funcargs.exp: Likewise.
8363 * gdb.base/gnu_vector.exp: Likewise.
8364 * gdb.dwarf2/formdata16.exp: Likewise.
8365 * gdb.dwarf2/implptrpiece.exp: Likewise.
8366 * gdb.dwarf2/nonvar-access.exp: Likewise.
8367 * gdb.python/py-inferior.exp: Likewise.
8368 * gdb.trace/unavailable-dwarf-piece.exp: Likewise.
8369
8370 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8371
8372 PR gdb/21226
8373 * gdb.dwarf2/nonvar-access.exp: Add checks for verifying that
8374 stack value pieces are taken from the LSB end.
8375
8376 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8377
8378 * gdb.dwarf2/var-pieces.exp: Add test case for modifying a
8379 variable at nonzero offset.
8380
8381 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8382
8383 * gdb.dwarf2/var-access.c: New file.
8384 * gdb.dwarf2/var-access.exp: New test.
8385 * lib/gdb-utils.exp (string_to_regexp): Quote braces as well.
8386
8387 2017-06-12 Tom Tromey <tom@tromey.com>
8388
8389 * gdb.dwarf2/formdata16.exp: Add tests.
8390
8391 2017-06-12 Tom Tromey <tom@tromey.com>
8392
8393 * gdb.arch/altivec-regs.exp: Expect decimal results for uint128.
8394
8395 2017-06-12 Tom Tromey <tom@tromey.com>
8396
8397 PR exp/16225:
8398 * gdb.reverse/i386-sse-reverse.exp: Update tests.
8399 * gdb.arch/vsx-regs.exp: Update tests.
8400 * gdb.arch/s390-vregs.exp (hex128): New proc.
8401 Update test.
8402 * gdb.arch/altivec-regs.exp: Update tests.
8403
8404 2017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
8405
8406 * gdb.base/startup-with-shell.c: New file.
8407 * gdb.base/startup-with-shell.exp: Likewise.
8408
8409 2017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
8410
8411 * gdb.server/non-existing-program.exp: Update regex in order to
8412 reflect the fact that gdbserver is now using fork_inferior (with a
8413 shell) to startup the inferior.
8414
8415 2017-05-30 Simon Marchi <simon.marchi@ericsson.com>
8416
8417 * gdb.base/watch-cond-infcall.exp: Don't run if target doesn't
8418 support function calls from GDB.
8419
8420 2017-05-21 Tom Tromey <tom@tromey.com>
8421
8422 PR rust/21466:
8423 * gdb.rust/unsized.exp: New file.
8424 * gdb.rust/unsized.rs: New file.
8425
8426 2017-05-19 Tom Tromey <tom@tromey.com>
8427
8428 PR rust/21484:
8429 * gdb.rust/watch.exp: New file.
8430 * gdb.rust/watch.rs: New file.
8431
8432 2017-05-18 Tom Tromey <tom@tromey.com>
8433
8434 * gdb.rust/simple.exp: Allow Box to be qualified.
8435
8436 2017-05-18 Thomas Preud'homme <thomas.preudhomme@arm.com>
8437
8438 * gdb.base/float.exp: Expect GDB prompt for targets without FPU.
8439
8440 2017-05-18 Pedro Alves <palves@redhat.com>
8441
8442 * gdb.base/fileio.c (test_write, test_read, test_close)
8443 (test_fstat): Don't print 'ret' in the fail path.
8444
8445 2017-05-18 Pedro Alves <palves@redhat.com>
8446
8447 * gdb.base/fileio.c (stop, test_open, test_write, test_read)
8448 (test_lseek, test_close, test_stat, test_fstat, test_isatty)
8449 (test_system, test_rename, test_unlink, test_time): Change
8450 prototypes.
8451 * gdb.base/fileio.exp (stop_msg): Adjust.
8452
8453 2017-05-18 Pedro Alves <palves@redhat.com>
8454
8455 * gdb.base/fileio.c (null_str): New global.
8456 (test_stat): Use it.
8457 * gdb.base/fileio.exp: Remove nowarnings.
8458
8459 2017-05-17 Yao Qi <yao.qi@linaro.org>
8460
8461 * gdb.base/fileio.exp: Pass nowarnings to gdb_compile.
8462
8463 2017-05-17 Simon Marchi <simon.marchi@ericsson.com>
8464
8465 * gdb.base/set-inferior-tty.exp (test_set_inferior_tty): Add
8466 argument command.
8467 (top-level): Invoke test_set_inferior_tty.
8468
8469 2017-05-04 Pedro Alves <palves@redhat.com>
8470
8471 * gdb.python/py-record-btrace-threads.exp (check_insn_for_thread):
8472 Add parens to print call for Python 3.
8473
8474 2017-05-03 Keith Seitz <keiths@redhat.com>
8475
8476 * gdb.cp/oranking.cc (dummy): New function to grab malloc.
8477 (main): Call it.
8478
8479 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
8480
8481 * gdb.python/py-record-btrace.exp: Rename prev_sibling and next_sibling
8482 to prev and next.
8483
8484 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
8485
8486 * gdb.python/py-record-btrace.exp: Remove test for
8487 gdb.BtraceInstruction.error.
8488
8489 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
8490
8491 * gdb.python/py-record-btrace.exp: Remove Record.ptid test.
8492
8493 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
8494
8495 * gdb.python/py-record-btrace-threads.c: New file.
8496 * gdb.python/py-record-btrace-threads.exp: New file.
8497
8498 2017-04-28 Sergio Durigan Junior <sergiodj@redhat.com>
8499
8500 PR testsuite/8595
8501 * gdb.base/environ.exp: Make test available in all architectures.
8502 Move bits related to "info program" testing to
8503 gdb.base/info-program.exp. Rewrite tests to use the two new
8504 procedures mentione below.
8505 (test_set_show_env_var) New procedure.
8506 (test_set_show_env_var_equal): Likewise.
8507 * gdb.base/info-program.exp: New file.
8508
8509 2017-04-27 Keith Seitz <keiths@redhat.com>
8510
8511 * gdb.cp/oranking.cc (test15): New function.
8512 (main): Call test15 and declare additional variables for testing.
8513 * gdb.cp/oranking.exp: Remove kfail status for "p foo4(&a)" and
8514 "p foo101('abc')" tests.
8515 Add tests for cv qualifier overloads.
8516 * gdb.cp/rvalue-ref-overloads.exp: Remove kfail status for
8517 "lvalue reference overload" test.
8518 * gdb.cp/rvalue-ref-params.exp: Remove kfail status for
8519 "print value of f1 on Child&& in f2" test.
8520
8521 2017-04-19 Pedro Alves <palves@redhat.com>
8522
8523 * gdb.threads/threadapply.exp (kill_and_remove_inferior): New
8524 procedure.
8525 (top level): Call it.
8526 * lib/gdb.exp (gdb_define_cmd): New procedure.
8527
8528 2017-04-12 Pedro Alves <palves@redhat.com>
8529
8530 PR gdb/21323
8531 * gdb.cp/wide_char_types.c: Include <wchar.h>.
8532 (wchar): New global.
8533 * gdb.cp/wide_char_types.exp (wide_char_types_program)
8534 (do_test_wide_char, wide_char_types_no_program, top level): Add
8535 wchar_t testing.
8536
8537 2017-04-12 Pedro Alves <palves@redhat.com>
8538
8539 PR c++/21323
8540 * gdb.cp/wide_char_types.c: New file.
8541 * gdb.cp/wide_char_types.exp: New file.
8542
8543 2017-04-05 Sergio Durigan Junior <sergiodj@redhat.com>
8544
8545 PR gdb/21352
8546 * gdb.trace/tsv.exp: Add test for "tsave -r".
8547
8548 2017-03-30 Iain Buclaw <ibuclaw@gdcproject.org>
8549
8550 * gdb.dlang/watch-loc.c: New file.
8551 * gdb.dlang/watch-loc.exp: New file.
8552
8553 2017-03-29 Jan Kratochvil <jan.kratochvil@redhat.com>
8554
8555 * gdb.python/py-section-script.exp (sepdebug): New testcases.
8556
8557 2017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
8558
8559 * gdb.arch/arc-analyze-prologue.S: New file.
8560 * gdb.arch/arc-analyze-prologue.exp: Likewise.
8561
8562 2017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
8563
8564 * gdb.arch/arc-decode-insn.S: New file.
8565 * gdb.arch/arc-decode-insn.exp: Likewise.
8566
8567 2017-03-21 Ivo Raisr <ivo.raisr@oracle.com>
8568
8569 PR tdep/20928
8570 * gdb.arch/sparc64-regs.exp: New file.
8571 * gdb.arch/sparc64-regs.S: Likewise.
8572
8573 2017-03-21 Tim Wiederhake <tim.wiederhake@intel.com>
8574
8575 * gdb.python/py-record-btrace.exp: Check for buffer on Python 2
8576 and memory view on Python 3.
8577
8578 2017-03-20 Artemiy Volkov <artemiyv@acm.org>
8579 Keith Seitz <keiths@redhat.com>
8580
8581 PR gdb/14441
8582 * gdb.cp/demangle.exp: Add rvalue reference tests.
8583 * gdb.cp/rvalue-ref-casts.cc: New file.
8584 * gdb.cp/rvalue-ref-casts.exp: New file.
8585 * gdb.cp/rvalue-ref-overload.cc: New file.
8586 * gdb.cp/rvalue-ref-overload.exp: New file.
8587 * gdb.cp/rvalue-ref-params.cc: New file.
8588 * gdb.cp/rvalue-ref-params.exp: New file.
8589 * gdb.cp/rvalue-ref-sizeof.cc: New file.
8590 * gdb.cp/rvalue-ref-sizeof.exp: New file.
8591 * gdb.cp/rvalue-ref-types.cc: New file.
8592 * gdb.cp/rvalue-ref-types.exp: New file.
8593 * gdb.python/py-rvalue-ref-value-cc.cc: New file.
8594 * gdb.python/py-rvalue-ref-value-cc.exp: New file.
8595
8596 2017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
8597
8598 * gdb.mi/mi-solib.exp (test_file_list_shared_libraries):
8599 New procedure.
8600
8601 2017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
8602
8603 * lib/mi-support.exp (mi_gdb_test): Add additional message
8604 for unexpected output.
8605
8606 2017-03-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
8607
8608 * gdb.base/examine-backward.c (Barrier): New character array
8609 constant, to ensure that TestStrings is preceded by a string
8610 terminator.
8611
8612 2017-03-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
8613
8614 * lib/dwarf.exp: Add support for DW_OP_implicit_pointer.
8615 * gdb.dwarf2/nonvar-access.exp: Add test for stack value location
8616 and implicit pointer into such a location.
8617
8618 2017-03-16 Doug Evans <dje@google.com>
8619
8620 * gdb.python/py-lazy-string (pointer): Really add new typedef.
8621
8622 2017-03-16 Thomas Preud'homme <thomas.preudhomme@arm.com>
8623
8624 * gdb.cp/m-static.exp: Fix expectation for prototype of
8625 test5.single_constructor and single_constructor::single_constructor.
8626
8627 2017-03-16 Doug Evans <dje@google.com>
8628
8629 * gdb.guile/scm-value.c (main) Delete locals sptr, sn.
8630 * gdb.guile/scm-lazy-string.c: New file.
8631 * gdb.guile/scm-value.exp: Move lazy string tests to ...
8632 * gdb.guile/scm-lazy-string.exp: ... here, new file. Add more tests
8633 for pointer, array, typedef lazy strings.
8634
8635 2017-03-16 Doug Evans <dje@google.com>
8636
8637 PR python/17728, python/18439, python/18779
8638 * gdb.python/py-value.c (main) Delete locals sptr, sn.
8639 * gdb.python/py-lazy-string.c (pointer): New typedef.
8640 (main): New locals ptr, array, typedef_ptr.
8641 * gdb.python/py-value.exp: Move lazy string tests to ...
8642 * gdb.python/py-lazy-string.exp: ... here. Add more tests for pointer,
8643 array, typedef lazy strings.
8644
8645 2017-03-14 Anton Kolesov <anton.kolesov@synopsys.com>
8646
8647 * lib/gdb.exp (get_valueof, get_integer_valueof, get_sizeof):
8648 Add optional 'test' parameter.
8649
8650 2017-03-13 Simon Marchi <simon.marchi@ericsson.com>
8651
8652 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
8653 Skip for versions of DejaGnu < 1.5.
8654
8655 2017-03-13 Simon Marchi <simon.marchi@ericsson.com>
8656
8657 * lib/gdb.exp (dejagnu_version): New proc.
8658 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
8659 Use dejagnu_version.
8660
8661 2017-03-10 Keith Seitz <keiths@redhat.com>
8662
8663 PR c++/8128
8664 * gdb.cp/templates.exp (test_ptype_of_templates): Remove argument
8665 type from destructor regexps.
8666 Add a branch which actually passes the test.
8667 Adjust "ptype t5i" test names.
8668
8669 2017-03-08 Pedro Alves <palves@redhat.com>
8670
8671 * gdb.base/step-over-exit.exp: Add explicit test message.
8672
8673 2017-03-08 Pedro Alves <palves@redhat.com>
8674
8675 PR gdb/18360
8676 * gdb.threads/interrupt-while-step-over.c: New file.
8677 * gdb.threads/interrupt-while-step-over.exp: New file.
8678
8679 2017-03-08 Pedro Alves <palves@redhat.com>
8680
8681 * gdb.arch/amd64-entry-value-param-dwarf5.exp: Use with_test_prefix.
8682 * gdb.arch/amd64-entry-value-param.exp: Use with_test_prefix.
8683
8684 2017-03-08 Pedro Alves <palves@redhat.com>
8685
8686 * gdb.arch/i386-pkru.exp (probe PKRU support): Handle detecting
8687 PKRU as not supported as a PASS.
8688
8689 2017-03-08 Pedro Alves <palves@redhat.com>
8690
8691 * gdb.base/break-fun-addr.exp: Use $testfile1/$testfile2 for test
8692 prefix instead of $binfile1/$binfile2.
8693 * gdb.btrace/gcore.exp: Use "core" instead of unstable path name
8694 in test message.
8695 * gdb.python/py-completion.exp: Use "load python file" as test
8696 messages instead of unstable path names.
8697
8698 2017-03-08 Pedro Alves <palves@redhat.com>
8699 Jan Kratochvil <jan.kratochvil@redhat.com>
8700
8701 PR cli/21218
8702 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
8703 New proc.
8704 (top level): Call it.
8705
8706 2017-03-08 Pedro Alves <palves@redhat.com>
8707
8708 PR tui/21216
8709 * gdb.tui/tui-nl-filtered-output.exp: New file.
8710
8711 2017-03-08 Pedro Alves <palves@redhat.com>
8712
8713 * gdb.base/completion.exp: Move TUI completion tests to ...
8714 * gdb.tui/completion.exp: ... this new file.
8715
8716 2017-03-08 Pedro Alves <palves@redhat.com>
8717
8718 * gdb.base/tui-disasm-long-lines.c,
8719 gdb.base/tui-disasm-long-lines.exp, gdb.base/tui-layout.c,
8720 gdb.base/tui-layout.exp: Move to ...
8721 * gdb.tui/: ... this new directory.
8722
8723 2017-03-07 Pedro Alves <palves@redhat.com>
8724
8725 * gdb.base/tui-layout.c: New file.
8726 * gdb.base/tui-layout.exp: New file.
8727
8728 2017-03-07 Pedro Alves <palves@redhat.com>
8729
8730 * gdb.base/tui-layout.c: Rename to ...
8731 * gdb.base/tui-disasm-long-lines.c: ... this.
8732 * gdb.base/tui-layout.exp: Rename to ...
8733 * gdb.base/tui-disasm-long-lines.exp: ... this.
8734
8735 2017-03-07 Pedro Alves <palves@redhat.com>
8736
8737 * gdb.base/tui-layout.exp: Add intro comment and fix typo.
8738
8739 2017-03-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
8740
8741 * i386-mpx-call.c: New file.
8742 * i386-mpx-call.exp: New file.
8743
8744 2017-02-28 Peter Bergner <bergner@vnet.ibm.com>
8745
8746 * gdb.arch/powerpc-power.exp: Delete test.
8747 * gdb.arch/powerpc-power.s: Likewise.
8748 * gdb.disasm/disassembler-options.exp: New test.
8749 * gdb.arch/powerpc-altivec.exp: Likewise.
8750 * gdb.arch/powerpc-altivec.s: Likewise.
8751 * gdb.arch/powerpc-altivec2.exp: Likewise.
8752 * gdb.arch/powerpc-altivec2.s: Likewise.
8753 * gdb.arch/powerpc-altivec3.exp: Likewise.
8754 * gdb.arch/powerpc-altivec3.s: Likewise.
8755 * gdb.arch/powerpc-power7.exp: Likewise.
8756 * gdb.arch/powerpc-power7.s: Likewise.
8757 * gdb.arch/powerpc-power8.exp: Likewise.
8758 * gdb.arch/powerpc-power8.s: Likewise.
8759 * gdb.arch/powerpc-power9.exp: Likewise.
8760 * gdb.arch/powerpc-power9.s: Likewise.
8761 * gdb.arch/powerpc-vsx.exp: Likewise.
8762 * gdb.arch/powerpc-vsx.s: Likewise.
8763 * gdb.arch/powerpc-vsx2.exp: Likewise.
8764 * gdb.arch/powerpc-vsx2.s: Likewise.
8765 * gdb.arch/powerpc-vsx3.exp: Likewise.
8766 * gdb.arch/powerpc-vsx3.s: Likewise.
8767 * gdb.arch/arm-disassembler-options.exp: Likewise.
8768 * gdb.arch/powerpc-disassembler-options.exp: Likewise.
8769 * gdb.arch/s390-disassembler-options.exp: Likewise.
8770
8771 2017-02-23 Luis Machado <lgustavo@codesourcery.com>
8772
8773 * gdb.reverse/insn-reverse.x86.c (check_rdrand_support): Renamed to ...
8774 (check_supported_features): ... this. Changed return type to void.
8775 (supports_rdseed): New static global.
8776 (rdseed): Check supports_rdseed.
8777 (initialize): Call check_supported_features.
8778
8779 2017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
8780
8781 * gdb.arch/ppc64-isa207-atomic-inst.exp: New testcase based on
8782 gdb.arch/ppc64-atomic-inst.exp. Add tests for lbarx/stbcx, lharx/sthcx
8783 and lqarx/stqcx.
8784 * gdb.arch/ppc64-isa207-atomic-inst.S: New file.
8785 * gdb.arch/ppc64-isa207-atomic-inst.c: Likewise.
8786
8787 2017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
8788
8789 * gdb.arch/ppc64-atomic-inst.exp: Fix test names starting with
8790 uppercase.
8791
8792 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
8793
8794 * gdb.dwarf2/formdata16.c: New file.
8795 * gdb.dwarf2/formdata16.exp: New file.
8796 * lib/dwarf.exp (Dwarf): Add DW_FORM_data16.
8797
8798 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
8799
8800 * gdb.arch/amd64-entry-value-param-dwarf5.S: New file.
8801 * gdb.arch/amd64-entry-value-param-dwarf5.c: New file.
8802 * gdb.arch/amd64-entry-value-param-dwarf5.exp: New file.
8803 * gdb.arch/amd64-entry-value.exp: Rename DW_OP_GNU_*, DW_TAG_GNU_* and
8804 DW_AT_GNU_*.
8805
8806 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
8807
8808 * gdb.dwarf2/dw2-error.exp (file $testfile): Update expected string.
8809
8810 2017-02-15 Sergio Durigan Junior <sergiodj@redhat.com>
8811
8812 PR gdb/21164
8813 * gdb.base/maint.exp: Add testcases for when the commands do
8814 not have arguments.
8815
8816 2017-02-15 Thomas Preud'homme <thomas.preudhomme@arm.com>
8817
8818 * gdb.cp/chained-calls.exp: Use p instead of P.
8819
8820 2017-02-14 Tim Wiederhake <tim.wiederhake@intel.com>
8821
8822 * gdb.python/py-record-btrace.c, gdb.python/py-record-btrace.exp,
8823 gdb.python/py-record-full.c, gdb.python/py-record-full.exp: New file.
8824
8825 2017-02-14 Tom Tromey <tom@tromey.com>
8826
8827 PR python/13598:
8828 * gdb.python/py-events.exp: Add before_prompt event tests.
8829
8830 2017-02-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
8831
8832 * gdb.dwarf2/implptrpiece.exp: Fix check for big-endian targets.
8833
8834 2017-02-13 Luis Machado <lgustavo@codesourcery.com>
8835
8836 * gdb.linespec/explicit.c (my_unique_function_name): New function.
8837 (main): Call my_unique_function_name.
8838 * gdb.linespec/explicit.exp: Use my_unique_function_name to test
8839 completion of patterns with a single match.
8840 Add missing -re switches to gdb_test_multiple calls.
8841
8842 2017-02-13 Luis Machado <lgustavo@codesourcery.com>
8843
8844 * gdb.arch/i386-biarch-core.exp: Check for i386 arch support and
8845 return if core file is not recognized.
8846
8847 2017-02-10 Simon Marchi <simon.marchi@ericsson.com>
8848
8849 * gdb.base/new-ui.exp (do_test): Test queries behavior on main
8850 and extra UIs.
8851
8852 2017-02-10 Simon Marchi <simon.marchi@ericsson.com>
8853
8854 * gdb.base/new-ui.exp (do_test, do_test_invalid_args): Use
8855 proc_with_prefix.
8856
8857 2017-02-10 Tom Tromey <tom@tromey.com>
8858
8859 * gdb.python/py-xmethods.exp: Use "p" command, not "P".
8860
8861 2017-02-10 Martin Galvan <martingalvan@sourceware.org>
8862
8863 PR gdb/21122
8864 * gdb.base/help.exp: Update match pattern for testing 'help commands'.
8865
8866 2017-02-08 Jerome Guitton <guitton@adacore.com>
8867
8868 * gdb.base/define.exp: Add test for command abbreviations
8869 in define.
8870
8871 2017-02-06 Luis Machado <lgustavo@codesourcery.com>
8872
8873 * gdb.reverse/insn-reverse.c: Include insn-reverse-x86.c.
8874 * gdb.reverse/insn-reverse-x86.c: New file.
8875
8876 2017-02-06 Ivo Raisr <ivo.raisr@oracle.com>
8877
8878 PR tdep/20936
8879 * gdb.xml/tdesc-regs.exp: Provide sparc core registers for the tests.
8880
8881 2017-02-03 Tom Tromey <tom@tromey.com>
8882
8883 PR rust/21097:
8884 * gdb.rust/simple.exp: Add new tests.
8885
8886 2017-02-02 Pedro Alves <palves@redhat.com>
8887
8888 * gdb.mi/mi-logging.exp: Add "redirect while already logging"
8889 tests.
8890
8891 2017-02-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
8892
8893 * gdb.dwarf2/dw2-op-stack-value.exp: Adjust expected result of
8894 taking a 2-byte value out of a 4-byte DWARF implicit value on
8895 big-endian targets.
8896 * gdb.dwarf2/nonvar-access.exp: Add more comments to existing
8897 logic. Add test cases for DW_OP_implicit.
8898
8899 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
8900
8901 * lib/gdb.exp (gdb_skip_xml_tests): Error if GDB is running.
8902
8903 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
8904
8905 * gdb.btrace/enable.exp: Call gdb_exit before
8906 skip_gdbserver_tests.
8907
8908 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
8909
8910 * gdb.btrace/non-stop.exp: Add '-ex "set non-stop on"' to
8911 GDBFLAGS.
8912
8913 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
8914
8915 * gdb.btrace/buffer-size.exp: Add unsupported/untested message if
8916 the test is skipped.
8917 * gdb.btrace/data.exp: Likewise.
8918 * gdb.btrace/delta.exp: Likewise.
8919 * gdb.btrace/dlopen.exp: Likewise.
8920 * gdb.btrace/enable-running.exp: Likewise.
8921 * gdb.btrace/enable.exp: Likewise.
8922 * gdb.btrace/exception.exp: Likewise.
8923 * gdb.btrace/function_call_history.exp: Likewise.
8924 * gdb.btrace/gcore.exp: Likewise.
8925 * gdb.btrace/instruction_history.exp: Likewise.
8926 * gdb.btrace/multi-thread-step.exp: Likewise.
8927 * gdb.btrace/nohist.exp: Likewise.
8928 * gdb.btrace/non-stop.exp: Likewise.
8929 * gdb.btrace/reconnect.exp: Likewise.
8930 * gdb.btrace/record_goto-step.exp: Likewise.
8931 * gdb.btrace/record_goto.exp: Likewise.
8932 * gdb.btrace/rn-dl-bind.exp: Likewise.
8933 * gdb.btrace/segv.exp: Likewise.
8934 * gdb.btrace/step.exp: Likewise.
8935 * gdb.btrace/stepi.exp: Likewise.
8936 * gdb.btrace/tailcall-only.exp: Likewise.
8937 * gdb.btrace/tailcall.exp: Likewise.
8938 * gdb.btrace/tsx.exp: Likewise.
8939 * gdb.btrace/unknown_functions.exp: Likewise.
8940 * gdb.btrace/vdso.exp: Likewise.
8941
8942 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
8943
8944 * gdb.btrace/enable-running.c: New.
8945 * gdb.btrace/enable-running.exp: New.
8946
8947 2017-01-27 Walfred Tedeschi <walfred.tedeschi@intel.com>
8948
8949 * gdb.arch/amd64-gs_base.c: New file.
8950 * gdb.arch/amd64-gs_base.exp: New file.
8951
8952 2017-01-26 Luis Machado <lgustavo@codesourcery.com>
8953
8954 * lib/memory.exp: Remove spurious empty newlines.
8955
8956 2017-01-26 Simon Marchi <simon.marchi@polymtl.ca>
8957
8958 * gdb.python/py-bad-printers.exp: Load python file using "source".
8959 * gdb.python/py-events.exp: Likewise.
8960 * gdb.python/py-evsignal.exp: Likewise.
8961 * gdb.python/py-evthreads.exp: Likewise.
8962 * gdb.python/py-frame-args.exp: Likewise.
8963 * gdb.python/py-framefilter-invalidarg.exp: Likewise.
8964 * gdb.python/py-framefilter-mi.exp: Likewise.
8965 * gdb.python/py-framefilter.exp: Likewise.
8966 * gdb.python/py-mi.exp: Likewise.
8967 * gdb.python/py-pp-maint.exp: Likewise.
8968 * gdb.python/py-pp-registration.exp: Likewise.
8969 * gdb.python/py-prettyprint.exp: Likewise.
8970 (run_lang_tests): Likewise.
8971 * gdb.python/py-typeprint.exp: Likewise.
8972
8973 2017-01-26 Luis Machado <lgustavo@codesourcery.com>
8974
8975 * lib/memory.exp: New file.
8976 * lib/gdb.exp: Load memory.exp.
8977 * gdb.base/memattr.exp (delete_memory): Move proc to
8978 lib/memory.exp and rename to delete_memory_regions.
8979 Replace delete_memory with delete_memory_regions.
8980 Cleanup memory regions before tests.
8981 * gdb.base/breakpoint-in-ro-region.exp: Cleanup memory regions
8982 before tests.
8983
8984 2017-01-26 Luis Machado <lgustavo@codesourcery.com>
8985
8986 * gdb.reverse/insn-reverse.c: Move arm and aarch64 code to their own
8987 files.
8988 (initialize): New function conditionally defined.
8989 (testcases): Move within conditional block.
8990 (main): Call initialize.
8991 * gdb.reverse/insn-reverse-aarch64.c: New file, based on aarch64 bits
8992 of gdb.reverse/insn-reverse.c.
8993 * gdb.reverse/insn-reverse-arm.c: New file, based on arm bits of
8994 gdb.reverse/insn-reverse.c.
8995
8996 2017-01-26 Yao Qi <yao.qi@linaro.org>
8997
8998 * gdb.base/all-architectures.exp.in (do_arch_tests): Test
8999 disassemble on address 0.
9000
9001 2017-01-25 Andreas Arnez <arnez@linux.vnet.ibm.com>
9002 Yao Qi <yao.qi@linaro.org>
9003
9004 * gdb.dwarf2/implptr-64bit.exp: Use dwarf assembler.
9005 * gdb.dwarf2/implptr-64bit.S: Remove.
9006 * lib/dwarf.exp (Dwarf): Handle character "%". Evaluate some
9007 variables in caller's context. Add DW_OP_implicit_value.
9008
9009 2017-01-25 Yao Qi <yao.qi@linaro.org>
9010
9011 * lib/dwarf.exp (Dwarf::_location): Handle
9012 DW_OP_GNU_implicit_pointer with proper size.
9013
9014 2017-01-20 Luis Machado <lgustavo@codesourcery.com>
9015
9016 * gdb.python/py-xmethods.exp: Fix test names starting with lowercase
9017 and add untested calls.
9018
9019 2017-01-20 Luis Machado <lgustavo@codesourcery.com>
9020
9021 * gdb.python/python.exp: Check line number against what GDB thinks
9022 the line number is for func1.
9023
9024 2017-01-08 Iain Buclaw <ibuclaw@gdcproject.org>
9025
9026 * gdb.dlang/debug-expr.exp: New file.
9027
9028 2016-12-23 Luis Machado <lgustavo@codesourcery.com>
9029
9030 Fix test names for the following files:
9031
9032 * gdb.ada/exec_changed.exp
9033 * gdb.ada/info_types.exp
9034 * gdb.arch/aarch64-atomic-inst.exp
9035 * gdb.arch/aarch64-fp.exp
9036 * gdb.arch/altivec-abi.exp
9037 * gdb.arch/altivec-regs.exp
9038 * gdb.arch/amd64-byte.exp
9039 * gdb.arch/amd64-disp-step.exp
9040 * gdb.arch/amd64-dword.exp
9041 * gdb.arch/amd64-entry-value-inline.exp
9042 * gdb.arch/amd64-entry-value-param.exp
9043 * gdb.arch/amd64-entry-value-paramref.exp
9044 * gdb.arch/amd64-entry-value.exp
9045 * gdb.arch/amd64-i386-address.exp
9046 * gdb.arch/amd64-invalid-stack-middle.exp
9047 * gdb.arch/amd64-invalid-stack-top.exp
9048 * gdb.arch/amd64-optimout-repeat.exp
9049 * gdb.arch/amd64-prologue-skip.exp
9050 * gdb.arch/amd64-prologue-xmm.exp
9051 * gdb.arch/amd64-stap-special-operands.exp
9052 * gdb.arch/amd64-stap-wrong-subexp.exp
9053 * gdb.arch/amd64-tailcall-cxx.exp
9054 * gdb.arch/amd64-tailcall-noret.exp
9055 * gdb.arch/amd64-tailcall-ret.exp
9056 * gdb.arch/amd64-tailcall-self.exp
9057 * gdb.arch/amd64-word.exp
9058 * gdb.arch/arm-bl-branch-dest.exp
9059 * gdb.arch/arm-disp-step.exp
9060 * gdb.arch/arm-neon.exp
9061 * gdb.arch/arm-single-step-kernel-helper.exp
9062 * gdb.arch/avr-flash-qualifier.exp
9063 * gdb.arch/disp-step-insn-reloc.exp
9064 * gdb.arch/e500-abi.exp
9065 * gdb.arch/e500-regs.exp
9066 * gdb.arch/ftrace-insn-reloc.exp
9067 * gdb.arch/i386-avx512.exp
9068 * gdb.arch/i386-bp_permanent.exp
9069 * gdb.arch/i386-byte.exp
9070 * gdb.arch/i386-cfi-notcurrent.exp
9071 * gdb.arch/i386-disp-step.exp
9072 * gdb.arch/i386-dr3-watch.exp
9073 * gdb.arch/i386-float.exp
9074 * gdb.arch/i386-gnu-cfi.exp
9075 * gdb.arch/i386-mpx-map.exp
9076 * gdb.arch/i386-mpx-sigsegv.exp
9077 * gdb.arch/i386-mpx-simple_segv.exp
9078 * gdb.arch/i386-mpx.exp
9079 * gdb.arch/i386-permbkpt.exp
9080 * gdb.arch/i386-prologue.exp
9081 * gdb.arch/i386-signal.exp
9082 * gdb.arch/i386-size-overlap.exp
9083 * gdb.arch/i386-unwind.exp
9084 * gdb.arch/i386-word.exp
9085 * gdb.arch/mips-fcr.exp
9086 * gdb.arch/powerpc-d128-regs.exp
9087 * gdb.arch/powerpc-stackless.exp
9088 * gdb.arch/ppc64-atomic-inst.exp
9089 * gdb.arch/s390-stackless.exp
9090 * gdb.arch/s390-tdbregs.exp
9091 * gdb.arch/s390-vregs.exp
9092 * gdb.arch/sparc-sysstep.exp
9093 * gdb.arch/thumb-bx-pc.exp
9094 * gdb.arch/thumb-singlestep.exp
9095 * gdb.arch/thumb2-it.exp
9096 * gdb.arch/vsx-regs.exp
9097 * gdb.asm/asm-source.exp
9098 * gdb.base/a2-run.exp
9099 * gdb.base/advance.exp
9100 * gdb.base/all-bin.exp
9101 * gdb.base/anon.exp
9102 * gdb.base/args.exp
9103 * gdb.base/arithmet.exp
9104 * gdb.base/async-shell.exp
9105 * gdb.base/async.exp
9106 * gdb.base/attach-pie-noexec.exp
9107 * gdb.base/attach-twice.exp
9108 * gdb.base/auto-load.exp
9109 * gdb.base/bang.exp
9110 * gdb.base/bitfields.exp
9111 * gdb.base/break-always.exp
9112 * gdb.base/break-caller-line.exp
9113 * gdb.base/break-entry.exp
9114 * gdb.base/break-inline.exp
9115 * gdb.base/break-on-linker-gcd-function.exp
9116 * gdb.base/break-probes.exp
9117 * gdb.base/break.exp
9118 * gdb.base/breakpoint-shadow.exp
9119 * gdb.base/call-ar-st.exp
9120 * gdb.base/call-sc.exp
9121 * gdb.base/call-signal-resume.exp
9122 * gdb.base/call-strs.exp
9123 * gdb.base/callfuncs.exp
9124 * gdb.base/catch-fork-static.exp
9125 * gdb.base/catch-gdb-caused-signals.exp
9126 * gdb.base/catch-load.exp
9127 * gdb.base/catch-signal-fork.exp
9128 * gdb.base/catch-signal.exp
9129 * gdb.base/catch-syscall.exp
9130 * gdb.base/charset.exp
9131 * gdb.base/checkpoint.exp
9132 * gdb.base/chng-syms.exp
9133 * gdb.base/code-expr.exp
9134 * gdb.base/code_elim.exp
9135 * gdb.base/commands.exp
9136 * gdb.base/completion.exp
9137 * gdb.base/complex.exp
9138 * gdb.base/cond-expr.exp
9139 * gdb.base/condbreak.exp
9140 * gdb.base/consecutive.exp
9141 * gdb.base/continue-all-already-running.exp
9142 * gdb.base/coredump-filter.exp
9143 * gdb.base/corefile.exp
9144 * gdb.base/dbx.exp
9145 * gdb.base/debug-expr.exp
9146 * gdb.base/define.exp
9147 * gdb.base/del.exp
9148 * gdb.base/disabled-location.exp
9149 * gdb.base/disasm-end-cu.exp
9150 * gdb.base/disasm-optim.exp
9151 * gdb.base/display.exp
9152 * gdb.base/duplicate-bp.exp
9153 * gdb.base/ena-dis-br.exp
9154 * gdb.base/ending-run.exp
9155 * gdb.base/enumval.exp
9156 * gdb.base/environ.exp
9157 * gdb.base/eu-strip-infcall.exp
9158 * gdb.base/eval-avoid-side-effects.exp
9159 * gdb.base/eval-skip.exp
9160 * gdb.base/exitsignal.exp
9161 * gdb.base/expand-psymtabs.exp
9162 * gdb.base/filesym.exp
9163 * gdb.base/find-unmapped.exp
9164 * gdb.base/finish.exp
9165 * gdb.base/float.exp
9166 * gdb.base/foll-exec-mode.exp
9167 * gdb.base/foll-exec.exp
9168 * gdb.base/foll-fork.exp
9169 * gdb.base/fortran-sym-case.exp
9170 * gdb.base/freebpcmd.exp
9171 * gdb.base/func-ptr.exp
9172 * gdb.base/func-ptrs.exp
9173 * gdb.base/funcargs.exp
9174 * gdb.base/gcore-buffer-overflow.exp
9175 * gdb.base/gcore-relro-pie.exp
9176 * gdb.base/gcore-relro.exp
9177 * gdb.base/gcore.exp
9178 * gdb.base/gdb1090.exp
9179 * gdb.base/gdb11530.exp
9180 * gdb.base/gdb11531.exp
9181 * gdb.base/gdb1821.exp
9182 * gdb.base/gdbindex-stabs.exp
9183 * gdb.base/gdbvars.exp
9184 * gdb.base/hbreak.exp
9185 * gdb.base/hbreak2.exp
9186 * gdb.base/included.exp
9187 * gdb.base/infcall-input.exp
9188 * gdb.base/inferior-died.exp
9189 * gdb.base/infnan.exp
9190 * gdb.base/info-macros.exp
9191 * gdb.base/info-os.exp
9192 * gdb.base/info-proc.exp
9193 * gdb.base/info-shared.exp
9194 * gdb.base/info-target.exp
9195 * gdb.base/infoline.exp
9196 * gdb.base/interp.exp
9197 * gdb.base/interrupt.exp
9198 * gdb.base/jit-reader.exp
9199 * gdb.base/jit-simple.exp
9200 * gdb.base/kill-after-signal.exp
9201 * gdb.base/kill-detach-inferiors-cmd.exp
9202 * gdb.base/label.exp
9203 * gdb.base/langs.exp
9204 * gdb.base/ldbl_e308.exp
9205 * gdb.base/line-symtabs.exp
9206 * gdb.base/linespecs.exp
9207 * gdb.base/list.exp
9208 * gdb.base/long_long.exp
9209 * gdb.base/longest-types.exp
9210 * gdb.base/maint.exp
9211 * gdb.base/max-value-size.exp
9212 * gdb.base/memattr.exp
9213 * gdb.base/mips_pro.exp
9214 * gdb.base/morestack.exp
9215 * gdb.base/moribund-step.exp
9216 * gdb.base/multi-forks.exp
9217 * gdb.base/nested-addr.exp
9218 * gdb.base/nextoverexit.exp
9219 * gdb.base/noreturn-finish.exp
9220 * gdb.base/noreturn-return.exp
9221 * gdb.base/nostdlib.exp
9222 * gdb.base/offsets.exp
9223 * gdb.base/opaque.exp
9224 * gdb.base/pc-fp.exp
9225 * gdb.base/permissions.exp
9226 * gdb.base/print-symbol-loading.exp
9227 * gdb.base/prologue-include.exp
9228 * gdb.base/psymtab.exp
9229 * gdb.base/ptype.exp
9230 * gdb.base/random-signal.exp
9231 * gdb.base/randomize.exp
9232 * gdb.base/range-stepping.exp
9233 * gdb.base/readline-ask.exp
9234 * gdb.base/recpar.exp
9235 * gdb.base/recurse.exp
9236 * gdb.base/relational.exp
9237 * gdb.base/restore.exp
9238 * gdb.base/return-nodebug.exp
9239 * gdb.base/return.exp
9240 * gdb.base/run-after-attach.exp
9241 * gdb.base/save-bp.exp
9242 * gdb.base/scope.exp
9243 * gdb.base/sect-cmd.exp
9244 * gdb.base/set-lang-auto.exp
9245 * gdb.base/set-noassign.exp
9246 * gdb.base/setvar.exp
9247 * gdb.base/sigall.exp
9248 * gdb.base/sigbpt.exp
9249 * gdb.base/siginfo-addr.exp
9250 * gdb.base/siginfo-infcall.exp
9251 * gdb.base/siginfo-obj.exp
9252 * gdb.base/siginfo.exp
9253 * gdb.base/signals-state-child.exp
9254 * gdb.base/signest.exp
9255 * gdb.base/sigstep.exp
9256 * gdb.base/sizeof.exp
9257 * gdb.base/skip.exp
9258 * gdb.base/solib-corrupted.exp
9259 * gdb.base/solib-nodir.exp
9260 * gdb.base/solib-search.exp
9261 * gdb.base/stack-checking.exp
9262 * gdb.base/stale-infcall.exp
9263 * gdb.base/stap-probe.exp
9264 * gdb.base/start.exp
9265 * gdb.base/step-break.exp
9266 * gdb.base/step-bt.exp
9267 * gdb.base/step-line.exp
9268 * gdb.base/step-over-exit.exp
9269 * gdb.base/step-over-syscall.exp
9270 * gdb.base/step-resume-infcall.exp
9271 * gdb.base/step-test.exp
9272 * gdb.base/store.exp
9273 * gdb.base/structs3.exp
9274 * gdb.base/sym-file.exp
9275 * gdb.base/symbol-without-target_section.exp
9276 * gdb.base/term.exp
9277 * gdb.base/testenv.exp
9278 * gdb.base/ui-redirect.exp
9279 * gdb.base/until.exp
9280 * gdb.base/unwindonsignal.exp
9281 * gdb.base/value-double-free.exp
9282 * gdb.base/vla-datatypes.exp
9283 * gdb.base/vla-ptr.exp
9284 * gdb.base/vla-sideeffect.exp
9285 * gdb.base/volatile.exp
9286 * gdb.base/watch-cond-infcall.exp
9287 * gdb.base/watch-cond.exp
9288 * gdb.base/watch-non-mem.exp
9289 * gdb.base/watch-read.exp
9290 * gdb.base/watch-vfork.exp
9291 * gdb.base/watchpoint-cond-gone.exp
9292 * gdb.base/watchpoint-delete.exp
9293 * gdb.base/watchpoint-hw-hit-once.exp
9294 * gdb.base/watchpoint-hw.exp
9295 * gdb.base/watchpoint-stops-at-right-insn.exp
9296 * gdb.base/watchpoints.exp
9297 * gdb.base/wchar.exp
9298 * gdb.base/whatis-exp.exp
9299 * gdb.btrace/buffer-size.exp
9300 * gdb.btrace/data.exp
9301 * gdb.btrace/delta.exp
9302 * gdb.btrace/dlopen.exp
9303 * gdb.btrace/enable.exp
9304 * gdb.btrace/exception.exp
9305 * gdb.btrace/function_call_history.exp
9306 * gdb.btrace/gcore.exp
9307 * gdb.btrace/instruction_history.exp
9308 * gdb.btrace/nohist.exp
9309 * gdb.btrace/reconnect.exp
9310 * gdb.btrace/record_goto-step.exp
9311 * gdb.btrace/record_goto.exp
9312 * gdb.btrace/rn-dl-bind.exp
9313 * gdb.btrace/segv.exp
9314 * gdb.btrace/step.exp
9315 * gdb.btrace/stepi.exp
9316 * gdb.btrace/tailcall-only.exp
9317 * gdb.btrace/tailcall.exp
9318 * gdb.btrace/tsx.exp
9319 * gdb.btrace/unknown_functions.exp
9320 * gdb.btrace/vdso.exp
9321 * gdb.compile/compile-ifunc.exp
9322 * gdb.compile/compile-ops.exp
9323 * gdb.compile/compile-print.exp
9324 * gdb.compile/compile-setjmp.exp
9325 * gdb.cp/abstract-origin.exp
9326 * gdb.cp/ambiguous.exp
9327 * gdb.cp/annota2.exp
9328 * gdb.cp/annota3.exp
9329 * gdb.cp/anon-ns.exp
9330 * gdb.cp/anon-struct.exp
9331 * gdb.cp/anon-union.exp
9332 * gdb.cp/arg-reference.exp
9333 * gdb.cp/baseenum.exp
9334 * gdb.cp/bool.exp
9335 * gdb.cp/breakpoint.exp
9336 * gdb.cp/bs15503.exp
9337 * gdb.cp/call-c.exp
9338 * gdb.cp/casts.exp
9339 * gdb.cp/chained-calls.exp
9340 * gdb.cp/class2.exp
9341 * gdb.cp/classes.exp
9342 * gdb.cp/cmpd-minsyms.exp
9343 * gdb.cp/converts.exp
9344 * gdb.cp/cp-relocate.exp
9345 * gdb.cp/cpcompletion.exp
9346 * gdb.cp/cpexprs.exp
9347 * gdb.cp/cplabel.exp
9348 * gdb.cp/cplusfuncs.exp
9349 * gdb.cp/cpsizeof.exp
9350 * gdb.cp/ctti.exp
9351 * gdb.cp/derivation.exp
9352 * gdb.cp/destrprint.exp
9353 * gdb.cp/dispcxx.exp
9354 * gdb.cp/enum-class.exp
9355 * gdb.cp/exception.exp
9356 * gdb.cp/exceptprint.exp
9357 * gdb.cp/expand-psymtabs-cxx.exp
9358 * gdb.cp/expand-sals.exp
9359 * gdb.cp/extern-c.exp
9360 * gdb.cp/filename.exp
9361 * gdb.cp/formatted-ref.exp
9362 * gdb.cp/fpointer.exp
9363 * gdb.cp/gdb1355.exp
9364 * gdb.cp/gdb2495.exp
9365 * gdb.cp/hang.exp
9366 * gdb.cp/impl-this.exp
9367 * gdb.cp/infcall-dlopen.exp
9368 * gdb.cp/inherit.exp
9369 * gdb.cp/iostream.exp
9370 * gdb.cp/koenig.exp
9371 * gdb.cp/local.exp
9372 * gdb.cp/m-data.exp
9373 * gdb.cp/m-static.exp
9374 * gdb.cp/mb-ctor.exp
9375 * gdb.cp/mb-inline.exp
9376 * gdb.cp/mb-templates.exp
9377 * gdb.cp/member-name.exp
9378 * gdb.cp/member-ptr.exp
9379 * gdb.cp/meth-typedefs.exp
9380 * gdb.cp/method.exp
9381 * gdb.cp/method2.exp
9382 * gdb.cp/minsym-fallback.exp
9383 * gdb.cp/misc.exp
9384 * gdb.cp/namelessclass.exp
9385 * gdb.cp/namespace-enum.exp
9386 * gdb.cp/namespace-nested-import.exp
9387 * gdb.cp/namespace.exp
9388 * gdb.cp/nextoverthrow.exp
9389 * gdb.cp/no-dmgl-verbose.exp
9390 * gdb.cp/non-trivial-retval.exp
9391 * gdb.cp/noparam.exp
9392 * gdb.cp/nsdecl.exp
9393 * gdb.cp/nsimport.exp
9394 * gdb.cp/nsnested.exp
9395 * gdb.cp/nsnoimports.exp
9396 * gdb.cp/nsrecurs.exp
9397 * gdb.cp/nsstress.exp
9398 * gdb.cp/nsusing.exp
9399 * gdb.cp/operator.exp
9400 * gdb.cp/oranking.exp
9401 * gdb.cp/overload-const.exp
9402 * gdb.cp/overload.exp
9403 * gdb.cp/ovldbreak.exp
9404 * gdb.cp/ovsrch.exp
9405 * gdb.cp/paren-type.exp
9406 * gdb.cp/parse-lang.exp
9407 * gdb.cp/pass-by-ref.exp
9408 * gdb.cp/pr-1023.exp
9409 * gdb.cp/pr-1210.exp
9410 * gdb.cp/pr-574.exp
9411 * gdb.cp/pr10687.exp
9412 * gdb.cp/pr12028.exp
9413 * gdb.cp/pr17132.exp
9414 * gdb.cp/pr17494.exp
9415 * gdb.cp/pr9067.exp
9416 * gdb.cp/pr9167.exp
9417 * gdb.cp/pr9631.exp
9418 * gdb.cp/printmethod.exp
9419 * gdb.cp/psmang.exp
9420 * gdb.cp/psymtab-parameter.exp
9421 * gdb.cp/ptype-cv-cp.exp
9422 * gdb.cp/ptype-flags.exp
9423 * gdb.cp/re-set-overloaded.exp
9424 * gdb.cp/ref-types.exp
9425 * gdb.cp/rtti.exp
9426 * gdb.cp/scope-err.exp
9427 * gdb.cp/shadow.exp
9428 * gdb.cp/smartp.exp
9429 * gdb.cp/static-method.exp
9430 * gdb.cp/static-print-quit.exp
9431 * gdb.cp/temargs.exp
9432 * gdb.cp/templates.exp
9433 * gdb.cp/try_catch.exp
9434 * gdb.cp/typedef-operator.exp
9435 * gdb.cp/typeid.exp
9436 * gdb.cp/userdef.exp
9437 * gdb.cp/using-crash.exp
9438 * gdb.cp/var-tag.exp
9439 * gdb.cp/virtbase.exp
9440 * gdb.cp/virtfunc.exp
9441 * gdb.cp/virtfunc2.exp
9442 * gdb.cp/vla-cxx.exp
9443 * gdb.disasm/t01_mov.exp
9444 * gdb.disasm/t02_mova.exp
9445 * gdb.disasm/t03_add.exp
9446 * gdb.disasm/t04_sub.exp
9447 * gdb.disasm/t05_cmp.exp
9448 * gdb.disasm/t06_ari2.exp
9449 * gdb.disasm/t07_ari3.exp
9450 * gdb.disasm/t08_or.exp
9451 * gdb.disasm/t09_xor.exp
9452 * gdb.disasm/t10_and.exp
9453 * gdb.disasm/t11_logs.exp
9454 * gdb.disasm/t12_bit.exp
9455 * gdb.disasm/t13_otr.exp
9456 * gdb.dlang/circular.exp
9457 * gdb.dwarf2/arr-stride.exp
9458 * gdb.dwarf2/arr-subrange.exp
9459 * gdb.dwarf2/atomic-type.exp
9460 * gdb.dwarf2/bad-regnum.exp
9461 * gdb.dwarf2/bitfield-parent-optimized-out.exp
9462 * gdb.dwarf2/callframecfa.exp
9463 * gdb.dwarf2/clztest.exp
9464 * gdb.dwarf2/corrupt.exp
9465 * gdb.dwarf2/data-loc.exp
9466 * gdb.dwarf2/dup-psym.exp
9467 * gdb.dwarf2/dw2-anon-mptr.exp
9468 * gdb.dwarf2/dw2-anonymous-func.exp
9469 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp
9470 * gdb.dwarf2/dw2-bad-unresolved.exp
9471 * gdb.dwarf2/dw2-basic.exp
9472 * gdb.dwarf2/dw2-canonicalize-type.exp
9473 * gdb.dwarf2/dw2-case-insensitive.exp
9474 * gdb.dwarf2/dw2-common-block.exp
9475 * gdb.dwarf2/dw2-compdir-oldgcc.exp
9476 * gdb.dwarf2/dw2-compressed.exp
9477 * gdb.dwarf2/dw2-const.exp
9478 * gdb.dwarf2/dw2-cp-infcall-ref-static.exp
9479 * gdb.dwarf2/dw2-cu-size.exp
9480 * gdb.dwarf2/dw2-dup-frame.exp
9481 * gdb.dwarf2/dw2-entry-value.exp
9482 * gdb.dwarf2/dw2-icycle.exp
9483 * gdb.dwarf2/dw2-ifort-parameter.exp
9484 * gdb.dwarf2/dw2-inline-break.exp
9485 * gdb.dwarf2/dw2-inline-param.exp
9486 * gdb.dwarf2/dw2-intercu.exp
9487 * gdb.dwarf2/dw2-intermix.exp
9488 * gdb.dwarf2/dw2-lexical-block-bare.exp
9489 * gdb.dwarf2/dw2-linkage-name-trust.exp
9490 * gdb.dwarf2/dw2-minsym-in-cu.exp
9491 * gdb.dwarf2/dw2-noloc.exp
9492 * gdb.dwarf2/dw2-op-call.exp
9493 * gdb.dwarf2/dw2-op-out-param.exp
9494 * gdb.dwarf2/dw2-opt-structptr.exp
9495 * gdb.dwarf2/dw2-param-error.exp
9496 * gdb.dwarf2/dw2-producer.exp
9497 * gdb.dwarf2/dw2-ranges-base.exp
9498 * gdb.dwarf2/dw2-ref-missing-frame.exp
9499 * gdb.dwarf2/dw2-reg-undefined.exp
9500 * gdb.dwarf2/dw2-regno-invalid.exp
9501 * gdb.dwarf2/dw2-restore.exp
9502 * gdb.dwarf2/dw2-restrict.exp
9503 * gdb.dwarf2/dw2-single-line-discriminators.exp
9504 * gdb.dwarf2/dw2-strp.exp
9505 * gdb.dwarf2/dw2-undefined-ret-addr.exp
9506 * gdb.dwarf2/dw2-unresolved.exp
9507 * gdb.dwarf2/dw2-var-zero-addr.exp
9508 * gdb.dwarf2/dw4-sig-types.exp
9509 * gdb.dwarf2/dwz.exp
9510 * gdb.dwarf2/dynarr-ptr.exp
9511 * gdb.dwarf2/enum-type.exp
9512 * gdb.dwarf2/gdb-index.exp
9513 * gdb.dwarf2/implptr-64bit.exp
9514 * gdb.dwarf2/implptr-optimized-out.exp
9515 * gdb.dwarf2/implptr.exp
9516 * gdb.dwarf2/implref-array.exp
9517 * gdb.dwarf2/implref-const.exp
9518 * gdb.dwarf2/implref-global.exp
9519 * gdb.dwarf2/implref-struct.exp
9520 * gdb.dwarf2/mac-fileno.exp
9521 * gdb.dwarf2/main-subprogram.exp
9522 * gdb.dwarf2/member-ptr-forwardref.exp
9523 * gdb.dwarf2/method-ptr.exp
9524 * gdb.dwarf2/missing-sig-type.exp
9525 * gdb.dwarf2/nonvar-access.exp
9526 * gdb.dwarf2/opaque-type-lookup.exp
9527 * gdb.dwarf2/pieces-optimized-out.exp
9528 * gdb.dwarf2/pieces.exp
9529 * gdb.dwarf2/pr10770.exp
9530 * gdb.dwarf2/pr13961.exp
9531 * gdb.dwarf2/staticvirtual.exp
9532 * gdb.dwarf2/subrange.exp
9533 * gdb.dwarf2/symtab-producer.exp
9534 * gdb.dwarf2/trace-crash.exp
9535 * gdb.dwarf2/typeddwarf.exp
9536 * gdb.dwarf2/valop.exp
9537 * gdb.dwarf2/watch-notconst.exp
9538 * gdb.fortran/array-element.exp
9539 * gdb.fortran/charset.exp
9540 * gdb.fortran/common-block.exp
9541 * gdb.fortran/complex.exp
9542 * gdb.fortran/derived-type-function.exp
9543 * gdb.fortran/derived-type.exp
9544 * gdb.fortran/logical.exp
9545 * gdb.fortran/module.exp
9546 * gdb.fortran/multi-dim.exp
9547 * gdb.fortran/nested-funcs.exp
9548 * gdb.fortran/print-formatted.exp
9549 * gdb.fortran/subarray.exp
9550 * gdb.fortran/vla-alloc-assoc.exp
9551 * gdb.fortran/vla-datatypes.exp
9552 * gdb.fortran/vla-history.exp
9553 * gdb.fortran/vla-ptr-info.exp
9554 * gdb.fortran/vla-ptype-sub.exp
9555 * gdb.fortran/vla-ptype.exp
9556 * gdb.fortran/vla-sizeof.exp
9557 * gdb.fortran/vla-type.exp
9558 * gdb.fortran/vla-value-sub-arbitrary.exp
9559 * gdb.fortran/vla-value-sub-finish.exp
9560 * gdb.fortran/vla-value-sub.exp
9561 * gdb.fortran/vla-value.exp
9562 * gdb.fortran/whatis_type.exp
9563 * gdb.go/chan.exp
9564 * gdb.go/handcall.exp
9565 * gdb.go/hello.exp
9566 * gdb.go/integers.exp
9567 * gdb.go/methods.exp
9568 * gdb.go/package.exp
9569 * gdb.go/strings.exp
9570 * gdb.go/types.exp
9571 * gdb.go/unsafe.exp
9572 * gdb.guile/scm-arch.exp
9573 * gdb.guile/scm-block.exp
9574 * gdb.guile/scm-breakpoint.exp
9575 * gdb.guile/scm-cmd.exp
9576 * gdb.guile/scm-disasm.exp
9577 * gdb.guile/scm-equal.exp
9578 * gdb.guile/scm-frame-args.exp
9579 * gdb.guile/scm-frame-inline.exp
9580 * gdb.guile/scm-frame.exp
9581 * gdb.guile/scm-iterator.exp
9582 * gdb.guile/scm-math.exp
9583 * gdb.guile/scm-objfile.exp
9584 * gdb.guile/scm-ports.exp
9585 * gdb.guile/scm-symbol.exp
9586 * gdb.guile/scm-symtab.exp
9587 * gdb.guile/scm-value-cc.exp
9588 * gdb.guile/types-module.exp
9589 * gdb.linespec/break-ask.exp
9590 * gdb.linespec/cpexplicit.exp
9591 * gdb.linespec/explicit.exp
9592 * gdb.linespec/keywords.exp
9593 * gdb.linespec/linespec.exp
9594 * gdb.linespec/ls-dollar.exp
9595 * gdb.linespec/ls-errs.exp
9596 * gdb.linespec/skip-two.exp
9597 * gdb.linespec/thread.exp
9598 * gdb.mi/mi-async.exp
9599 * gdb.mi/mi-basics.exp
9600 * gdb.mi/mi-break.exp
9601 * gdb.mi/mi-catch-load.exp
9602 * gdb.mi/mi-cli.exp
9603 * gdb.mi/mi-cmd-param-changed.exp
9604 * gdb.mi/mi-console.exp
9605 * gdb.mi/mi-detach.exp
9606 * gdb.mi/mi-disassemble.exp
9607 * gdb.mi/mi-eval.exp
9608 * gdb.mi/mi-file-transfer.exp
9609 * gdb.mi/mi-file.exp
9610 * gdb.mi/mi-fill-memory.exp
9611 * gdb.mi/mi-inheritance-syntax-error.exp
9612 * gdb.mi/mi-linespec-err-cp.exp
9613 * gdb.mi/mi-logging.exp
9614 * gdb.mi/mi-memory-changed.exp
9615 * gdb.mi/mi-read-memory.exp
9616 * gdb.mi/mi-record-changed.exp
9617 * gdb.mi/mi-reg-undefined.exp
9618 * gdb.mi/mi-regs.exp
9619 * gdb.mi/mi-return.exp
9620 * gdb.mi/mi-reverse.exp
9621 * gdb.mi/mi-simplerun.exp
9622 * gdb.mi/mi-solib.exp
9623 * gdb.mi/mi-stack.exp
9624 * gdb.mi/mi-stepi.exp
9625 * gdb.mi/mi-syn-frame.exp
9626 * gdb.mi/mi-until.exp
9627 * gdb.mi/mi-var-block.exp
9628 * gdb.mi/mi-var-child.exp
9629 * gdb.mi/mi-var-cmd.exp
9630 * gdb.mi/mi-var-cp.exp
9631 * gdb.mi/mi-var-display.exp
9632 * gdb.mi/mi-var-invalidate.exp
9633 * gdb.mi/mi-var-list-children-invalid-grandchild.exp
9634 * gdb.mi/mi-vla-fortran.exp
9635 * gdb.mi/mi-watch.exp
9636 * gdb.mi/mi2-var-child.exp
9637 * gdb.mi/user-selected-context-sync.exp
9638 * gdb.modula2/unbounded-array.exp
9639 * gdb.multi/dummy-frame-restore.exp
9640 * gdb.multi/multi-arch-exec.exp
9641 * gdb.multi/multi-arch.exp
9642 * gdb.multi/tids.exp
9643 * gdb.multi/watchpoint-multi.exp
9644 * gdb.opencl/callfuncs.exp
9645 * gdb.opencl/convs_casts.exp
9646 * gdb.opencl/datatypes.exp
9647 * gdb.opencl/operators.exp
9648 * gdb.opencl/vec_comps.exp
9649 * gdb.opt/clobbered-registers-O2.exp
9650 * gdb.opt/inline-break.exp
9651 * gdb.opt/inline-bt.exp
9652 * gdb.opt/inline-cmds.exp
9653 * gdb.opt/inline-locals.exp
9654 * gdb.pascal/case-insensitive-symbols.exp
9655 * gdb.pascal/floats.exp
9656 * gdb.pascal/gdb11492.exp
9657 * gdb.python/lib-types.exp
9658 * gdb.python/py-arch.exp
9659 * gdb.python/py-as-string.exp
9660 * gdb.python/py-bad-printers.exp
9661 * gdb.python/py-block.exp
9662 * gdb.python/py-breakpoint-create-fail.exp
9663 * gdb.python/py-breakpoint.exp
9664 * gdb.python/py-caller-is.exp
9665 * gdb.python/py-cmd.exp
9666 * gdb.python/py-explore-cc.exp
9667 * gdb.python/py-explore.exp
9668 * gdb.python/py-finish-breakpoint.exp
9669 * gdb.python/py-finish-breakpoint2.exp
9670 * gdb.python/py-frame-args.exp
9671 * gdb.python/py-frame-inline.exp
9672 * gdb.python/py-frame.exp
9673 * gdb.python/py-framefilter-mi.exp
9674 * gdb.python/py-infthread.exp
9675 * gdb.python/py-lazy-string.exp
9676 * gdb.python/py-linetable.exp
9677 * gdb.python/py-mi-events.exp
9678 * gdb.python/py-mi-objfile.exp
9679 * gdb.python/py-mi.exp
9680 * gdb.python/py-objfile.exp
9681 * gdb.python/py-pp-integral.exp
9682 * gdb.python/py-pp-maint.exp
9683 * gdb.python/py-pp-re-notag.exp
9684 * gdb.python/py-pp-registration.exp
9685 * gdb.python/py-recurse-unwind.exp
9686 * gdb.python/py-strfns.exp
9687 * gdb.python/py-symbol.exp
9688 * gdb.python/py-symtab.exp
9689 * gdb.python/py-sync-interp.exp
9690 * gdb.python/py-typeprint.exp
9691 * gdb.python/py-unwind-maint.exp
9692 * gdb.python/py-unwind.exp
9693 * gdb.python/py-value-cc.exp
9694 * gdb.python/py-xmethods.exp
9695 * gdb.reverse/amd64-tailcall-reverse.exp
9696 * gdb.reverse/break-precsave.exp
9697 * gdb.reverse/break-reverse.exp
9698 * gdb.reverse/consecutive-precsave.exp
9699 * gdb.reverse/consecutive-reverse.exp
9700 * gdb.reverse/finish-precsave.exp
9701 * gdb.reverse/finish-reverse-bkpt.exp
9702 * gdb.reverse/finish-reverse.exp
9703 * gdb.reverse/fstatat-reverse.exp
9704 * gdb.reverse/getresuid-reverse.exp
9705 * gdb.reverse/i386-precsave.exp
9706 * gdb.reverse/i386-reverse.exp
9707 * gdb.reverse/i386-sse-reverse.exp
9708 * gdb.reverse/i387-env-reverse.exp
9709 * gdb.reverse/i387-stack-reverse.exp
9710 * gdb.reverse/insn-reverse.exp
9711 * gdb.reverse/machinestate-precsave.exp
9712 * gdb.reverse/machinestate.exp
9713 * gdb.reverse/next-reverse-bkpt-over-sr.exp
9714 * gdb.reverse/pipe-reverse.exp
9715 * gdb.reverse/readv-reverse.exp
9716 * gdb.reverse/recvmsg-reverse.exp
9717 * gdb.reverse/rerun-prec.exp
9718 * gdb.reverse/s390-mvcle.exp
9719 * gdb.reverse/step-precsave.exp
9720 * gdb.reverse/step-reverse.exp
9721 * gdb.reverse/time-reverse.exp
9722 * gdb.reverse/until-precsave.exp
9723 * gdb.reverse/until-reverse.exp
9724 * gdb.reverse/waitpid-reverse.exp
9725 * gdb.reverse/watch-precsave.exp
9726 * gdb.reverse/watch-reverse.exp
9727 * gdb.rust/generics.exp
9728 * gdb.rust/methods.exp
9729 * gdb.rust/modules.exp
9730 * gdb.rust/simple.exp
9731 * gdb.server/connect-with-no-symbol-file.exp
9732 * gdb.server/ext-attach.exp
9733 * gdb.server/ext-restart.exp
9734 * gdb.server/ext-wrapper.exp
9735 * gdb.server/file-transfer.exp
9736 * gdb.server/server-exec-info.exp
9737 * gdb.server/server-kill.exp
9738 * gdb.server/server-mon.exp
9739 * gdb.server/wrapper.exp
9740 * gdb.stabs/exclfwd.exp
9741 * gdb.stabs/gdb11479.exp
9742 * gdb.threads/clone-new-thread-event.exp
9743 * gdb.threads/corethreads.exp
9744 * gdb.threads/current-lwp-dead.exp
9745 * gdb.threads/dlopen-libpthread.exp
9746 * gdb.threads/gcore-thread.exp
9747 * gdb.threads/sigstep-threads.exp
9748 * gdb.threads/watchpoint-fork.exp
9749 * gdb.trace/actions-changed.exp
9750 * gdb.trace/backtrace.exp
9751 * gdb.trace/change-loc.exp
9752 * gdb.trace/circ.exp
9753 * gdb.trace/collection.exp
9754 * gdb.trace/disconnected-tracing.exp
9755 * gdb.trace/ftrace.exp
9756 * gdb.trace/mi-trace-frame-collected.exp
9757 * gdb.trace/mi-trace-unavailable.exp
9758 * gdb.trace/mi-traceframe-changed.exp
9759 * gdb.trace/mi-tsv-changed.exp
9760 * gdb.trace/no-attach-trace.exp
9761 * gdb.trace/passc-dyn.exp
9762 * gdb.trace/qtro.exp
9763 * gdb.trace/range-stepping.exp
9764 * gdb.trace/read-memory.exp
9765 * gdb.trace/save-trace.exp
9766 * gdb.trace/signal.exp
9767 * gdb.trace/status-stop.exp
9768 * gdb.trace/tfile.exp
9769 * gdb.trace/trace-break.exp
9770 * gdb.trace/trace-buffer-size.exp
9771 * gdb.trace/trace-condition.exp
9772 * gdb.trace/tracefile-pseudo-reg.exp
9773 * gdb.trace/tstatus.exp
9774 * gdb.trace/unavailable.exp
9775 * gdb.trace/while-dyn.exp
9776 * gdb.trace/while-stepping.exp
9777
9778 2016-12-22 Doug Evans <xdje42@gmail.com>
9779
9780 * gdb.base/maint.exp: Update tests for maint print symbols, psymbols
9781 and msymbols.
9782
9783 2016-12-19 Yao Qi <yao.qi@linaro.org>
9784
9785 * gdb.gdb/selftest.exp (do_steps_and_nexts): Remove.
9786 (test_with_self): Don't call do_steps_and_nexts, and remove
9787 code about stepping into xmalloc.
9788
9789 2016-12-09 Yao Qi <yao.qi@linaro.org>
9790
9791 * gdb.base/all-architectures.exp.in: Remove kfail for rx.
9792
9793 2016-12-09 Yao Qi <yao.qi@linaro.org>
9794
9795 * gdb.base/all-architectures.exp.in: Remove kfail for rl78.
9796
9797 2016-12-09 Pedro Alves <palves@redhat.com>
9798
9799 * gdb.base/all-architectures-0.exp: New file.
9800 * gdb.base/all-architectures-1.exp: New file.
9801 * gdb.base/all-architectures-2.exp: New file.
9802 * gdb.base/all-architectures-3.exp: New file.
9803 * gdb.base/all-architectures-4.exp: New file.
9804 * gdb.base/all-architectures-5.exp: New file.
9805 * gdb.base/all-architectures-6.exp: New file.
9806 * gdb.base/all-architectures-7.exp: New file.
9807 * gdb.base/all-architectures.exp.in: New file.
9808
9809 2016-12-09 Yao Qi <yao.qi@linaro.org>
9810
9811 * gdb.perf/skip-prologue.exp: Add parameter COMPILE.
9812
9813 2016-12-02 Luis Machado <lgustavo@codesourcery.com>
9814
9815 * gdb.base/maint.exp: Use gdb_test instead of gdb_test_multiple when
9816 possible.
9817 Remove useless pattern-matching code.
9818
9819 2016-12-02 Pedro Alves <palves@redhat.com>
9820
9821 * gdb.base/commands.exp (user_defined_command_manyargs_test): New
9822 procedure.
9823 (top level): Call it.
9824
9825 2016-12-02 Pedro Alves <palves@redhat.com>
9826
9827 * gdb.base/commands.exp (user_defined_command_args_stack_test):
9828 New procedure.
9829 (top level): Call it.
9830
9831 2016-12-02 Pedro Alves <palves@redhat.com>
9832
9833 PR cli/20559
9834 * gdb.base/commands.exp (user_defined_command_args_eval): New
9835 procedure.
9836 (top level): Call it.
9837
9838 2016-12-02 Luis Machado <lgustavo@codesourcery.com>
9839
9840 * gdb.base/ovldbreak.exp (take_gdb_out_of_choice_menu): Restore
9841 timeout handling.
9842
9843 2016-12-02 Tom Tromey <tom@tromey.com>
9844
9845 * gdb.dwarf2/main-subprogram.c: New file.
9846 * gdb.dwarf2/main-subprogram.exp: New file.
9847
9848 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
9849
9850 * gdb.base/maint.exp: Remove timeout handling for gdb_test_multiple.
9851 * gdb.cp/gdb2495.exp: Likewise and convert gdb_test_multiple into
9852 gdb_test_no_output for a couple of cases.
9853 * gdb.cp/ovldbreak.exp: Remove timeout handling for gdb_test_multiple.
9854
9855 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
9856
9857 Fix test names and standardize compilation error messages throughout
9858 the following files:
9859
9860 * gdb.ada/start.exp
9861 * gdb.arch/alpha-step.exp
9862 * gdb.arch/e500-prologue.exp
9863 * gdb.arch/ftrace-insn-reloc.exp
9864 * gdb.arch/gdb1291.exp
9865 * gdb.arch/gdb1431.exp
9866 * gdb.arch/gdb1558.exp
9867 * gdb.arch/i386-dr3-watch.exp
9868 * gdb.arch/i386-sse-stack-align.exp
9869 * gdb.arch/ia64-breakpoint-shadow.exp
9870 * gdb.arch/pa-nullify.exp
9871 * gdb.arch/powerpc-aix-prologue.exp
9872 * gdb.arch/thumb-bx-pc.exp
9873 * gdb.base/annota1.exp
9874 * gdb.base/annota3.exp
9875 * gdb.base/arrayidx.exp
9876 * gdb.base/assign.exp
9877 * gdb.base/attach.exp
9878 * gdb.base/auxv.exp
9879 * gdb.base/bang.exp
9880 * gdb.base/bfp-test.exp
9881 * gdb.base/bigcore.exp
9882 * gdb.base/bitfields2.exp
9883 * gdb.base/break-fun-addr.exp
9884 * gdb.base/break-probes.exp
9885 * gdb.base/call-rt-st.exp
9886 * gdb.base/callexit.exp
9887 * gdb.base/catch-fork-kill.exp
9888 * gdb.base/charset.exp
9889 * gdb.base/checkpoint.exp
9890 * gdb.base/comprdebug.exp
9891 * gdb.base/constvars.exp
9892 * gdb.base/coredump-filter.exp
9893 * gdb.base/cursal.exp
9894 * gdb.base/cvexpr.exp
9895 * gdb.base/detach.exp
9896 * gdb.base/display.exp
9897 * gdb.base/dmsym.exp
9898 * gdb.base/dprintf-pending.exp
9899 * gdb.base/dso2dso.exp
9900 * gdb.base/dtrace-probe.exp
9901 * gdb.base/dump.exp
9902 * gdb.base/enum_cond.exp
9903 * gdb.base/exe-lock.exp
9904 * gdb.base/exec-invalid-sysroot.exp
9905 * gdb.base/execl-update-breakpoints.exp
9906 * gdb.base/exprs.exp
9907 * gdb.base/fileio.exp
9908 * gdb.base/find.exp
9909 * gdb.base/finish.exp
9910 * gdb.base/fixsection.exp
9911 * gdb.base/foll-vfork.exp
9912 * gdb.base/frame-args.exp
9913 * gdb.base/gcore.exp
9914 * gdb.base/gdb1250.exp
9915 * gdb.base/global-var-nested-by-dso.exp
9916 * gdb.base/gnu-ifunc.exp
9917 * gdb.base/hashline1.exp
9918 * gdb.base/hashline2.exp
9919 * gdb.base/hashline3.exp
9920 * gdb.base/hbreak-in-shr-unsupported.exp
9921 * gdb.base/huge.exp
9922 * gdb.base/infcall-input.exp
9923 * gdb.base/info-fun.exp
9924 * gdb.base/info-shared.exp
9925 * gdb.base/jit-simple.exp
9926 * gdb.base/jit-so.exp
9927 * gdb.base/jit.exp
9928 * gdb.base/jump.exp
9929 * gdb.base/label.exp
9930 * gdb.base/lineinc.exp
9931 * gdb.base/logical.exp
9932 * gdb.base/longjmp.exp
9933 * gdb.base/macscp.exp
9934 * gdb.base/miscexprs.exp
9935 * gdb.base/new-ui-echo.exp
9936 * gdb.base/new-ui-pending-input.exp
9937 * gdb.base/new-ui.exp
9938 * gdb.base/nodebug.exp
9939 * gdb.base/nofield.exp
9940 * gdb.base/offsets.exp
9941 * gdb.base/overlays.exp
9942 * gdb.base/pending.exp
9943 * gdb.base/pointers.exp
9944 * gdb.base/pr11022.exp
9945 * gdb.base/printcmds.exp
9946 * gdb.base/prologue.exp
9947 * gdb.base/ptr-typedef.exp
9948 * gdb.base/realname-expand.exp
9949 * gdb.base/relativedebug.exp
9950 * gdb.base/relocate.exp
9951 * gdb.base/remote.exp
9952 * gdb.base/reread.exp
9953 * gdb.base/return2.exp
9954 * gdb.base/savedregs.exp
9955 * gdb.base/sep.exp
9956 * gdb.base/sepdebug.exp
9957 * gdb.base/sepsymtab.exp
9958 * gdb.base/set-inferior-tty.exp
9959 * gdb.base/setshow.exp
9960 * gdb.base/shlib-call.exp
9961 * gdb.base/sigaltstack.exp
9962 * gdb.base/siginfo-addr.exp
9963 * gdb.base/signals.exp
9964 * gdb.base/signull.exp
9965 * gdb.base/sigrepeat.exp
9966 * gdb.base/so-impl-ld.exp
9967 * gdb.base/solib-display.exp
9968 * gdb.base/solib-overlap.exp
9969 * gdb.base/solib-search.exp
9970 * gdb.base/solib-symbol.exp
9971 * gdb.base/structs.exp
9972 * gdb.base/structs2.exp
9973 * gdb.base/symtab-search-order.exp
9974 * gdb.base/twice.exp
9975 * gdb.base/unload.exp
9976 * gdb.base/varargs.exp
9977 * gdb.base/watchpoint-solib.exp
9978 * gdb.base/watchpoint.exp
9979 * gdb.base/whatis.exp
9980 * gdb.base/wrong_frame_bt_full.exp
9981 * gdb.btrace/dlopen.exp
9982 * gdb.cell/ea-standalone.exp
9983 * gdb.cell/ea-test.exp
9984 * gdb.cp/dispcxx.exp
9985 * gdb.cp/gdb2384.exp
9986 * gdb.cp/method2.exp
9987 * gdb.cp/nextoverthrow.exp
9988 * gdb.cp/pr10728.exp
9989 * gdb.disasm/am33.exp
9990 * gdb.disasm/h8300s.exp
9991 * gdb.disasm/mn10300.exp
9992 * gdb.disasm/sh3.exp
9993 * gdb.dwarf2/dw2-dir-file-name.exp
9994 * gdb.fortran/complex.exp
9995 * gdb.fortran/library-module.exp
9996 * gdb.guile/scm-pretty-print.exp
9997 * gdb.guile/scm-symbol.exp
9998 * gdb.guile/scm-type.exp
9999 * gdb.guile/scm-value.exp
10000 * gdb.linespec/linespec.exp
10001 * gdb.mi/gdb701.exp
10002 * gdb.mi/gdb792.exp
10003 * gdb.mi/mi-breakpoint-changed.exp
10004 * gdb.mi/mi-dprintf-pending.exp
10005 * gdb.mi/mi-dprintf.exp
10006 * gdb.mi/mi-exit-code.exp
10007 * gdb.mi/mi-pending.exp
10008 * gdb.mi/mi-solib.exp
10009 * gdb.mi/new-ui-mi-sync.exp
10010 * gdb.mi/pr11022.exp
10011 * gdb.mi/user-selected-context-sync.exp
10012 * gdb.opt/solib-intra-step.exp
10013 * gdb.python/py-events.exp
10014 * gdb.python/py-finish-breakpoint.exp
10015 * gdb.python/py-mi.exp
10016 * gdb.python/py-prettyprint.exp
10017 * gdb.python/py-shared.exp
10018 * gdb.python/py-symbol.exp
10019 * gdb.python/py-template.exp
10020 * gdb.python/py-type.exp
10021 * gdb.python/py-value.exp
10022 * gdb.reverse/solib-precsave.exp
10023 * gdb.reverse/solib-reverse.exp
10024 * gdb.server/solib-list.exp
10025 * gdb.stabs/weird.exp
10026 * gdb.threads/reconnect-signal.exp
10027 * gdb.threads/stepi-random-signal.exp
10028 * gdb.trace/actions.exp
10029 * gdb.trace/ax.exp
10030 * gdb.trace/backtrace.exp
10031 * gdb.trace/change-loc.exp
10032 * gdb.trace/deltrace.exp
10033 * gdb.trace/ftrace-lock.exp
10034 * gdb.trace/ftrace.exp
10035 * gdb.trace/infotrace.exp
10036 * gdb.trace/mi-tracepoint-changed.exp
10037 * gdb.trace/packetlen.exp
10038 * gdb.trace/passcount.exp
10039 * gdb.trace/pending.exp
10040 * gdb.trace/range-stepping.exp
10041 * gdb.trace/report.exp
10042 * gdb.trace/stap-trace.exp
10043 * gdb.trace/tfind.exp
10044 * gdb.trace/trace-break.exp
10045 * gdb.trace/trace-condition.exp
10046 * gdb.trace/trace-enable-disable.exp
10047 * gdb.trace/trace-mt.exp
10048 * gdb.trace/tracecmd.exp
10049 * gdb.trace/tspeed.exp
10050 * gdb.trace/tsv.exp
10051 * lib/perftest.exp
10052
10053 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
10054
10055 * gdb.cp/gdb2495.exp: Replace gdb_test_multiple
10056 with gdb_test_no_output.
10057 Use command as test name.
10058
10059 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
10060
10061 Fix test names starting with uppercase throughout the files.
10062
10063 * gdb.ada/assign_1.exp
10064 * gdb.ada/boolean_expr.exp
10065 * gdb.base/arrayidx.exp
10066 * gdb.base/del.exp
10067 * gdb.base/gcore-buffer-overflow.exp
10068 * gdb.base/testenv.exp
10069 * gdb.compile/compile.exp
10070 * gdb.python/py-framefilter-invalidarg.exp
10071 * gdb.python/py-framefilter.exp
10072
10073 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
10074
10075 Fix test names starting with uppercase throughout the files.
10076
10077 * gdb.ada/array_return.exp
10078 * gdb.ada/expr_delims.exp
10079 * gdb.ada/mi_dyn_arr.exp
10080 * gdb.ada/mi_interface.exp
10081 * gdb.ada/mi_var_array.exp
10082 * gdb.ada/watch_arg.exp
10083 * gdb.arch/alpha-step.exp
10084 * gdb.arch/altivec-regs.exp
10085 * gdb.arch/e500-regs.exp
10086 * gdb.arch/powerpc-d128-regs.exp
10087 * gdb.base/arrayidx.exp
10088 * gdb.base/break.exp
10089 * gdb.base/checkpoint.exp
10090 * gdb.base/debug-expr.exp
10091 * gdb.base/dmsym.exp
10092 * gdb.base/radix.exp
10093 * gdb.base/sepdebug.exp
10094 * gdb.base/testenv.exp
10095 * gdb.base/watch_thread_num.exp
10096 * gdb.base/watchpoint-cond-gone.exp
10097 * gdb.cell/break.exp
10098 * gdb.cell/ea-cache.exp
10099 * gdb.compile/compile.exp
10100 * gdb.cp/gdb2495.exp
10101 * gdb.gdb/selftest.exp
10102 * gdb.gdb/xfullpath.exp
10103 * gdb.go/hello.exp
10104 * gdb.go/integers.exp
10105 * gdb.objc/basicclass.exp
10106 * gdb.pascal/hello.exp
10107 * gdb.pascal/integers.exp
10108 * gdb.python/py-breakpoint.exp
10109 * gdb.python/py-cmd.exp
10110 * gdb.python/py-linetable.exp
10111 * gdb.python/py-xmethods.exp
10112 * gdb.python/python.exp
10113 * gdb.reverse/consecutive-precsave.exp
10114 * gdb.reverse/finish-precsave.exp
10115 * gdb.reverse/i386-precsave.exp
10116 * gdb.reverse/machinestate-precsave.exp
10117 * gdb.reverse/sigall-precsave.exp
10118 * gdb.reverse/solib-precsave.exp
10119 * gdb.reverse/step-precsave.exp
10120 * gdb.reverse/until-precsave.exp
10121 * gdb.reverse/watch-precsave.exp
10122 * gdb.threads/leader-exit.exp
10123 * gdb.threads/pthreads.exp
10124 * gdb.threads/wp-replication.exp
10125 * gdb.trace/actions.exp
10126 * gdb.trace/mi-tsv-changed.exp
10127 * gdb.trace/tsv.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-bp_permanent.exp
10134 * gdb.arch/i386-gnu-cfi.exp
10135 * gdb.base/disasm-end-cu.exp
10136 * gdb.base/macscp.exp
10137 * gdb.base/pending.exp
10138 * gdb.base/watch_thread_num.exp
10139 * gdb.cp/exception.exp
10140 * gdb.cp/gdb2495.exp
10141 * gdb.cp/local.exp
10142 * gdb.python/py-evsignal.exp
10143 * gdb.python/python.exp
10144 * gdb.trace/tracecmd.exp
10145
10146 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
10147
10148 Fix test names starting with uppercase throughout the files.
10149
10150 * gdb.base/charset.exp
10151 * gdb.base/eval.exp
10152 * gdb.base/multi-forks.exp
10153 * gdb.guile/scm-progspace.exp
10154 * gdb.opencl/datatypes.exp
10155 * gdb.python/py-block.exp
10156 * gdb.python/py-function.exp
10157 * gdb.python/py-symbol.exp
10158 * gdb.python/py-symtab.exp
10159 * gdb.python/py-xmethods.exp
10160 * gdb.reverse/break-precsave.exp
10161 * gdb.reverse/break-reverse.exp
10162 * gdb.reverse/consecutive-precsave.exp
10163 * gdb.reverse/consecutive-reverse.exp
10164 * gdb.reverse/finish-precsave.exp
10165 * gdb.reverse/finish-reverse-bkpt.exp
10166 * gdb.reverse/finish-reverse.exp
10167 * gdb.reverse/fstatat-reverse.exp
10168 * gdb.reverse/getresuid-reverse.exp
10169 * gdb.reverse/i386-precsave.exp
10170 * gdb.reverse/i386-reverse.exp
10171 * gdb.reverse/i386-sse-reverse.exp
10172 * gdb.reverse/i387-stack-reverse.exp
10173 * gdb.reverse/insn-reverse.exp
10174 * gdb.reverse/machinestate-precsave.exp
10175 * gdb.reverse/machinestate.exp
10176 * gdb.reverse/next-reverse-bkpt-over-sr.exp
10177 * gdb.reverse/pipe-reverse.exp
10178 * gdb.reverse/readv-reverse.exp
10179 * gdb.reverse/recvmsg-reverse.exp
10180 * gdb.reverse/rerun-prec.exp
10181 * gdb.reverse/s390-mvcle.exp
10182 * gdb.reverse/sigall-precsave.exp
10183 * gdb.reverse/sigall-reverse.exp
10184 * gdb.reverse/solib-precsave.exp
10185 * gdb.reverse/solib-reverse.exp
10186 * gdb.reverse/step-precsave.exp
10187 * gdb.reverse/step-reverse.exp
10188 * gdb.reverse/time-reverse.exp
10189 * gdb.reverse/until-precsave.exp
10190 * gdb.reverse/until-reverse.exp
10191 * gdb.reverse/waitpid-reverse.exp
10192 * gdb.reverse/watch-precsave.exp
10193 * gdb.reverse/watch-reverse.exp
10194
10195 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
10196
10197 Fix test names starting with uppercase throughout the files.
10198
10199 * gdb.arch/i386-mpx-simple_segv.exp
10200 * gdb.arch/i386-mpx.exp
10201 * gdb.arch/i386-permbkpt.exp
10202 * gdb.arch/pa-nullify.exp
10203 * gdb.arch/powerpc-d128-regs.exp
10204 * gdb.arch/vsx-regs.exp
10205 * gdb.base/bfp-test.exp
10206 * gdb.base/break.exp
10207 * gdb.base/breakpoint-shadow.exp
10208 * gdb.base/callfuncs.exp
10209 * gdb.base/charset.exp
10210 * gdb.base/commands.exp
10211 * gdb.base/completion.exp
10212 * gdb.base/dfp-test.exp
10213 * gdb.base/echo.exp
10214 * gdb.base/ending-run.exp
10215 * gdb.base/eval.exp
10216 * gdb.base/expand-psymtabs.exp
10217 * gdb.base/float128.exp
10218 * gdb.base/floatn.exp
10219 * gdb.base/foll-exec-mode.exp
10220 * gdb.base/gdb1056.exp
10221 * gdb.base/gdb11531.exp
10222 * gdb.base/kill-after-signal.exp
10223 * gdb.base/multi-forks.exp
10224 * gdb.base/overlays.exp
10225 * gdb.base/pending.exp
10226 * gdb.base/sepdebug.exp
10227 * gdb.base/testenv.exp
10228 * gdb.base/valgrind-db-attach.exp
10229 * gdb.base/watch_thread_num.exp
10230 * gdb.base/watchpoint-cond-gone.exp
10231 * gdb.base/watchpoint.exp
10232 * gdb.base/watchpoints.exp
10233 * gdb.cp/arg-reference.exp
10234 * gdb.cp/baseenum.exp
10235 * gdb.cp/operator.exp
10236 * gdb.cp/shadow.exp
10237 * gdb.dwarf2/dw2-op-out-param.exp
10238 * gdb.dwarf2/dw2-reg-undefined.exp
10239 * gdb.go/chan.exp
10240 * gdb.go/hello.exp
10241 * gdb.go/integers.exp
10242 * gdb.go/methods.exp
10243 * gdb.go/package.exp
10244 * gdb.guile/scm-parameter.exp
10245 * gdb.guile/scm-progspace.exp
10246 * gdb.guile/scm-value.exp
10247 * gdb.mi/mi-pending.exp
10248 * gdb.mi/user-selected-context-sync.exp
10249 * gdb.multi/multi-attach.exp
10250 * gdb.multi/tids.exp
10251 * gdb.opt/clobbered-registers-O2.exp
10252 * gdb.pascal/floats.exp
10253 * gdb.pascal/integers.exp
10254 * gdb.python/py-block.exp
10255 * gdb.python/py-events.exp
10256 * gdb.python/py-parameter.exp
10257 * gdb.python/py-symbol.exp
10258 * gdb.python/py-symtab.exp
10259 * gdb.python/py-type.exp
10260 * gdb.python/py-value.exp
10261 * gdb.python/py-xmethods.exp
10262 * gdb.python/python.exp
10263 * gdb.reverse/break-precsave.exp
10264 * gdb.reverse/consecutive-precsave.exp
10265 * gdb.reverse/finish-precsave.exp
10266 * gdb.reverse/i386-precsave.exp
10267 * gdb.reverse/machinestate-precsave.exp
10268 * gdb.reverse/sigall-precsave.exp
10269 * gdb.reverse/solib-precsave.exp
10270 * gdb.reverse/step-precsave.exp
10271 * gdb.reverse/until-precsave.exp
10272 * gdb.reverse/watch-precsave.exp
10273 * gdb.server/ext-attach.exp
10274 * gdb.server/ext-restart.exp
10275 * gdb.server/ext-run.exp
10276 * gdb.server/ext-wrapper.exp
10277 * gdb.stabs/gdb11479.exp
10278 * gdb.stabs/weird.exp
10279 * gdb.threads/attach-many-short-lived-threads.exp
10280 * gdb.threads/kill.exp
10281 * gdb.threads/watchpoint-fork.exp
10282
10283 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
10284
10285 Fix test names starting with uppercase throughout all the files below.
10286
10287 * gdb.ada/array_return.exp
10288 * gdb.ada/catch_ex.exp
10289 * gdb.ada/info_exc.exp
10290 * gdb.ada/mi_catch_ex.exp
10291 * gdb.ada/mi_dyn_arr.exp
10292 * gdb.ada/mi_ex_cond.exp
10293 * gdb.ada/mi_exc_info.exp
10294 * gdb.ada/mi_interface.exp
10295 * gdb.ada/mi_task_arg.exp
10296 * gdb.ada/mi_task_info.exp
10297 * gdb.ada/mi_var_array.exp
10298 * gdb.arch/alpha-step.exp
10299 * gdb.arch/amd64-disp-step.exp
10300 * gdb.arch/arm-disp-step.exp
10301 * gdb.arch/disp-step-insn-reloc.exp
10302 * gdb.arch/e500-prologue.exp
10303 * gdb.arch/ftrace-insn-reloc.exp
10304 * gdb.arch/gdb1558.exp
10305 * gdb.arch/i386-bp_permanent.exp
10306 * gdb.arch/i386-disp-step.exp
10307 * gdb.arch/i386-float.exp
10308 * gdb.arch/i386-gnu-cfi.exp
10309 * gdb.arch/ia64-breakpoint-shadow.exp
10310 * gdb.arch/mips16-thunks.exp
10311 * gdb.arch/pa-nullify.exp
10312 * gdb.arch/powerpc-aix-prologue.exp
10313 * gdb.arch/powerpc-power.exp
10314 * gdb.arch/ppc-dfp.exp
10315 * gdb.arch/s390-tdbregs.exp
10316 * gdb.arch/spu-info.exp
10317 * gdb.arch/spu-ls.exp
10318 * gdb.arch/thumb-bx-pc.exp
10319 * gdb.base/advance.exp
10320 * gdb.base/annota-input-while-running.exp
10321 * gdb.base/arrayidx.exp
10322 * gdb.base/asmlabel.exp
10323 * gdb.base/async.exp
10324 * gdb.base/attach-wait-input.exp
10325 * gdb.base/auto-connect-native-target.exp
10326 * gdb.base/batch-preserve-term-settings.exp
10327 * gdb.base/bfp-test.exp
10328 * gdb.base/bigcore.exp
10329 * gdb.base/bp-permanent.exp
10330 * gdb.base/break-always.exp
10331 * gdb.base/break-fun-addr.exp
10332 * gdb.base/break-idempotent.exp
10333 * gdb.base/break-main-file-remove-fail.exp
10334 * gdb.base/break-probes.exp
10335 * gdb.base/break-unload-file.exp
10336 * gdb.base/break.exp
10337 * gdb.base/call-ar-st.exp
10338 * gdb.base/call-rt-st.exp
10339 * gdb.base/call-sc.exp
10340 * gdb.base/call-signal-resume.exp
10341 * gdb.base/call-strs.exp
10342 * gdb.base/callexit.exp
10343 * gdb.base/callfuncs.exp
10344 * gdb.base/catch-gdb-caused-signals.exp
10345 * gdb.base/catch-signal-siginfo-cond.exp
10346 * gdb.base/catch-syscall.exp
10347 * gdb.base/compare-sections.exp
10348 * gdb.base/cond-eval-mode.exp
10349 * gdb.base/condbreak-call-false.exp
10350 * gdb.base/consecutive-step-over.exp
10351 * gdb.base/cursal.exp
10352 * gdb.base/disabled-location.exp
10353 * gdb.base/disasm-end-cu.exp
10354 * gdb.base/display.exp
10355 * gdb.base/double-prompt-target-event-error.exp
10356 * gdb.base/dprintf-bp-same-addr.exp
10357 * gdb.base/dprintf-detach.exp
10358 * gdb.base/dprintf-next.exp
10359 * gdb.base/dprintf-non-stop.exp
10360 * gdb.base/dprintf-pending.exp
10361 * gdb.base/dso2dso.exp
10362 * gdb.base/ending-run.exp
10363 * gdb.base/enum_cond.exp
10364 * gdb.base/examine-backward.exp
10365 * gdb.base/exe-lock.exp
10366 * gdb.base/exec-invalid-sysroot.exp
10367 * gdb.base/execl-update-breakpoints.exp
10368 * gdb.base/execution-termios.exp
10369 * gdb.base/fileio.exp
10370 * gdb.base/fixsection.exp
10371 * gdb.base/foll-exec-mode.exp
10372 * gdb.base/foll-exec.exp
10373 * gdb.base/fork-running-state.exp
10374 * gdb.base/frame-args.exp
10375 * gdb.base/fullpath-expand.exp
10376 * gdb.base/func-ptr.exp
10377 * gdb.base/gcore-relro-pie.exp
10378 * gdb.base/gdb1090.exp
10379 * gdb.base/gdb1555.exp
10380 * gdb.base/global-var-nested-by-dso.exp
10381 * gdb.base/gnu-ifunc.exp
10382 * gdb.base/hbreak-in-shr-unsupported.exp
10383 * gdb.base/hbreak-unmapped.exp
10384 * gdb.base/hook-stop.exp
10385 * gdb.base/infcall-input.exp
10386 * gdb.base/info-fun.exp
10387 * gdb.base/info-shared.exp
10388 * gdb.base/interrupt-noterm.exp
10389 * gdb.base/jit-so.exp
10390 * gdb.base/jit.exp
10391 * gdb.base/line-symtabs.exp
10392 * gdb.base/list.exp
10393 * gdb.base/longjmp.exp
10394 * gdb.base/macscp.exp
10395 * gdb.base/max-value-size.exp
10396 * gdb.base/nodebug.exp
10397 * gdb.base/nofield.exp
10398 * gdb.base/overlays.exp
10399 * gdb.base/paginate-after-ctrl-c-running.exp
10400 * gdb.base/paginate-bg-execution.exp
10401 * gdb.base/paginate-inferior-exit.exp
10402 * gdb.base/pending.exp
10403 * gdb.base/pr11022.exp
10404 * gdb.base/printcmds.exp
10405 * gdb.base/ptr-typedef.exp
10406 * gdb.base/ptype.exp
10407 * gdb.base/randomize.exp
10408 * gdb.base/range-stepping.exp
10409 * gdb.base/realname-expand.exp
10410 * gdb.base/relativedebug.exp
10411 * gdb.base/remote.exp
10412 * gdb.base/savedregs.exp
10413 * gdb.base/sepdebug.exp
10414 * gdb.base/set-noassign.exp
10415 * gdb.base/shlib-call.exp
10416 * gdb.base/shreloc.exp
10417 * gdb.base/sigaltstack.exp
10418 * gdb.base/sigbpt.exp
10419 * gdb.base/siginfo-addr.exp
10420 * gdb.base/siginfo-obj.exp
10421 * gdb.base/siginfo-thread.exp
10422 * gdb.base/signest.exp
10423 * gdb.base/signull.exp
10424 * gdb.base/sigrepeat.exp
10425 * gdb.base/skip.exp
10426 * gdb.base/so-impl-ld.exp
10427 * gdb.base/solib-corrupted.exp
10428 * gdb.base/solib-disc.exp
10429 * gdb.base/solib-display.exp
10430 * gdb.base/solib-overlap.exp
10431 * gdb.base/solib-search.exp
10432 * gdb.base/solib-symbol.exp
10433 * gdb.base/source-execution.exp
10434 * gdb.base/sss-bp-on-user-bp-2.exp
10435 * gdb.base/sss-bp-on-user-bp.exp
10436 * gdb.base/stack-checking.exp
10437 * gdb.base/stale-infcall.exp
10438 * gdb.base/step-break.exp
10439 * gdb.base/step-line.exp
10440 * gdb.base/step-over-exit.exp
10441 * gdb.base/step-test.exp
10442 * gdb.base/structs.exp
10443 * gdb.base/sym-file.exp
10444 * gdb.base/symtab-search-order.exp
10445 * gdb.base/term.exp
10446 * gdb.base/type-opaque.exp
10447 * gdb.base/unload.exp
10448 * gdb.base/until-nodebug.exp
10449 * gdb.base/until.exp
10450 * gdb.base/unwindonsignal.exp
10451 * gdb.base/watch-cond.exp
10452 * gdb.base/watch-non-mem.exp
10453 * gdb.base/watch_thread_num.exp
10454 * gdb.base/watchpoint-reuse-slot.exp
10455 * gdb.base/watchpoint-solib.exp
10456 * gdb.base/watchpoint.exp
10457 * gdb.btrace/dlopen.exp
10458 * gdb.cell/arch.exp
10459 * gdb.cell/break.exp
10460 * gdb.cell/bt.exp
10461 * gdb.cell/core.exp
10462 * gdb.cell/data.exp
10463 * gdb.cell/dwarfaddr.exp
10464 * gdb.cell/ea-cache.exp
10465 * gdb.cell/ea-standalone.exp
10466 * gdb.cell/ea-test.exp
10467 * gdb.cell/f-regs.exp
10468 * gdb.cell/fork.exp
10469 * gdb.cell/gcore.exp
10470 * gdb.cell/mem-access.exp
10471 * gdb.cell/ptype.exp
10472 * gdb.cell/registers.exp
10473 * gdb.cell/sizeof.exp
10474 * gdb.cell/solib-symbol.exp
10475 * gdb.cell/solib.exp
10476 * gdb.compile/compile-tls.exp
10477 * gdb.cp/exception.exp
10478 * gdb.cp/gdb2495.exp
10479 * gdb.cp/local.exp
10480 * gdb.cp/mb-inline.exp
10481 * gdb.cp/mb-templates.exp
10482 * gdb.cp/pr10687.exp
10483 * gdb.cp/pr9167.exp
10484 * gdb.cp/scope-err.exp
10485 * gdb.cp/templates.exp
10486 * gdb.cp/virtfunc.exp
10487 * gdb.dwarf2/dw2-dir-file-name.exp
10488 * gdb.dwarf2/dw2-single-line-discriminators.exp
10489 * gdb.fortran/complex.exp
10490 * gdb.fortran/library-module.exp
10491 * gdb.guile/guile.exp
10492 * gdb.guile/scm-cmd.exp
10493 * gdb.guile/scm-frame-inline.exp
10494 * gdb.guile/scm-objfile.exp
10495 * gdb.guile/scm-pretty-print.exp
10496 * gdb.guile/scm-symbol.exp
10497 * gdb.guile/scm-type.exp
10498 * gdb.guile/scm-value.exp
10499 * gdb.linespec/keywords.exp
10500 * gdb.linespec/ls-errs.exp
10501 * gdb.linespec/macro-relative.exp
10502 * gdb.linespec/thread.exp
10503 * gdb.mi/mi-breakpoint-changed.exp
10504 * gdb.mi/mi-dprintf-pending.exp
10505 * gdb.mi/mi-fullname-deleted.exp
10506 * gdb.mi/mi-logging.exp
10507 * gdb.mi/mi-pending.exp
10508 * gdb.mi/mi-solib.exp
10509 * gdb.mi/new-ui-mi-sync.exp
10510 * gdb.mi/user-selected-context-sync.exp
10511 * gdb.multi/dummy-frame-restore.exp
10512 * gdb.multi/multi-arch-exec.exp
10513 * gdb.multi/remove-inferiors.exp
10514 * gdb.multi/watchpoint-multi-exit.exp
10515 * gdb.opt/solib-intra-step.exp
10516 * gdb.perf/backtrace.exp
10517 * gdb.perf/single-step.exp
10518 * gdb.perf/skip-command.exp
10519 * gdb.perf/skip-prologue.exp
10520 * gdb.perf/solib.exp
10521 * gdb.python/lib-types.exp
10522 * gdb.python/py-as-string.exp
10523 * gdb.python/py-bad-printers.exp
10524 * gdb.python/py-block.exp
10525 * gdb.python/py-breakpoint.exp
10526 * gdb.python/py-cmd.exp
10527 * gdb.python/py-events.exp
10528 * gdb.python/py-evthreads.exp
10529 * gdb.python/py-finish-breakpoint.exp
10530 * gdb.python/py-finish-breakpoint2.exp
10531 * gdb.python/py-frame-inline.exp
10532 * gdb.python/py-frame.exp
10533 * gdb.python/py-inferior.exp
10534 * gdb.python/py-infthread.exp
10535 * gdb.python/py-mi.exp
10536 * gdb.python/py-objfile.exp
10537 * gdb.python/py-pp-maint.exp
10538 * gdb.python/py-pp-registration.exp
10539 * gdb.python/py-prettyprint.exp
10540 * gdb.python/py-recurse-unwind.exp
10541 * gdb.python/py-shared.exp
10542 * gdb.python/py-symbol.exp
10543 * gdb.python/py-symtab.exp
10544 * gdb.python/py-template.exp
10545 * gdb.python/py-type.exp
10546 * gdb.python/py-unwind-maint.exp
10547 * gdb.python/py-unwind.exp
10548 * gdb.python/py-value.exp
10549 * gdb.python/python.exp
10550 * gdb.reverse/finish-reverse-bkpt.exp
10551 * gdb.reverse/insn-reverse.exp
10552 * gdb.reverse/next-reverse-bkpt-over-sr.exp
10553 * gdb.reverse/solib-precsave.exp
10554 * gdb.reverse/solib-reverse.exp
10555 * gdb.stabs/gdb11479.exp
10556 * gdb.stabs/weird.exp
10557 * gdb.threads/fork-child-threads.exp
10558 * gdb.threads/fork-plus-threads.exp
10559 * gdb.threads/fork-thread-pending.exp
10560 * gdb.threads/forking-threads-plus-breakpoint.exp
10561 * gdb.threads/hand-call-in-threads.exp
10562 * gdb.threads/interrupted-hand-call.exp
10563 * gdb.threads/linux-dp.exp
10564 * gdb.threads/local-watch-wrong-thread.exp
10565 * gdb.threads/next-while-other-thread-longjmps.exp
10566 * gdb.threads/non-ldr-exit.exp
10567 * gdb.threads/pending-step.exp
10568 * gdb.threads/print-threads.exp
10569 * gdb.threads/process-dies-while-detaching.exp
10570 * gdb.threads/process-dies-while-handling-bp.exp
10571 * gdb.threads/pthreads.exp
10572 * gdb.threads/queue-signal.exp
10573 * gdb.threads/reconnect-signal.exp
10574 * gdb.threads/signal-command-handle-nopass.exp
10575 * gdb.threads/signal-command-multiple-signals-pending.exp
10576 * gdb.threads/signal-delivered-right-thread.exp
10577 * gdb.threads/signal-sigtrap.exp
10578 * gdb.threads/sigthread.exp
10579 * gdb.threads/staticthreads.exp
10580 * gdb.threads/stepi-random-signal.exp
10581 * gdb.threads/thread-unwindonsignal.exp
10582 * gdb.threads/thread_check.exp
10583 * gdb.threads/thread_events.exp
10584 * gdb.threads/tid-reuse.exp
10585 * gdb.threads/tls-nodebug.exp
10586 * gdb.threads/tls-shared.exp
10587 * gdb.threads/tls-so_extern.exp
10588 * gdb.threads/tls.exp
10589 * gdb.threads/wp-replication.exp
10590 * gdb.trace/actions-changed.exp
10591 * gdb.trace/actions.exp
10592 * gdb.trace/backtrace.exp
10593 * gdb.trace/change-loc.exp
10594 * gdb.trace/collection.exp
10595 * gdb.trace/deltrace.exp
10596 * gdb.trace/disconnected-tracing.exp
10597 * gdb.trace/entry-values.exp
10598 * gdb.trace/ftrace-lock.exp
10599 * gdb.trace/ftrace.exp
10600 * gdb.trace/infotrace.exp
10601 * gdb.trace/mi-trace-frame-collected.exp
10602 * gdb.trace/mi-trace-unavailable.exp
10603 * gdb.trace/mi-traceframe-changed.exp
10604 * gdb.trace/mi-tracepoint-changed.exp
10605 * gdb.trace/mi-tsv-changed.exp
10606 * gdb.trace/no-attach-trace.exp
10607 * gdb.trace/packetlen.exp
10608 * gdb.trace/passc-dyn.exp
10609 * gdb.trace/passcount.exp
10610 * gdb.trace/pending.exp
10611 * gdb.trace/pr16508.exp
10612 * gdb.trace/qtro.exp
10613 * gdb.trace/range-stepping.exp
10614 * gdb.trace/read-memory.exp
10615 * gdb.trace/report.exp
10616 * gdb.trace/save-trace.exp
10617 * gdb.trace/signal.exp
10618 * gdb.trace/stap-trace.exp
10619 * gdb.trace/status-stop.exp
10620 * gdb.trace/strace.exp
10621 * gdb.trace/tfile.exp
10622 * gdb.trace/tfind.exp
10623 * gdb.trace/trace-break.exp
10624 * gdb.trace/trace-condition.exp
10625 * gdb.trace/trace-enable-disable.exp
10626 * gdb.trace/trace-mt.exp
10627 * gdb.trace/tracecmd.exp
10628 * gdb.trace/tracefile-pseudo-reg.exp
10629 * gdb.trace/tspeed.exp
10630 * gdb.trace/tstatus.exp
10631 * gdb.trace/tsv.exp
10632 * gdb.trace/unavailable.exp
10633 * gdb.trace/while-dyn.exp
10634 * gdb.trace/while-stepping.exp
10635 * lib/gdb-guile.exp
10636 * lib/gdb.exp
10637 * lib/mi-support.exp
10638 * lib/pascal.exp
10639 * lib/perftest.exp
10640 * lib/prelink-support.exp
10641 * lib/selftest-support.exp
10642
10643 2016-11-30 Simon Marchi <simon.marchi@polymtl.ca>
10644
10645 * Makefile.in: Include disable-implicit-rules.mk.
10646
10647 2016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
10648
10649 * gdb.dwarf2/nonvar-access.exp: Add a test for accessing
10650 non-byte-aligned bit fields.
10651
10652 2016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
10653
10654 PR gdb/12616
10655 * gdb.dwarf2/nonvar-access.exp: New testcase. Check that GDB
10656 respects the DW_AT_data_bit_offset attribute.
10657
10658 2016-11-22 Simon Marchi <simon.marchi@polymtl.ca>
10659
10660 * gdb.base/default.exp: Fix output of "set language".
10661
10662 2016-11-17 Simon Marchi <simon.marchi@polymtl.ca>
10663
10664 * Makefile.in: Remove @GMAKE_TRUE@ prefixes and removes lines
10665 prefixed with @GMAKE_FALSE@. Update comment related to non-GNU
10666 make.
10667 * configure.ac: Remove checks for the make program.
10668 * configure: Re-generate.
10669
10670 2016-11-16 Kevin Buettner <kevinb@redhat.com>
10671
10672 * gdb.python/py-recurse-unwind.c (main): Add loop.
10673 * gdb.python/py-recurse-unwind.py (TestUnwinder): Add calls
10674 to read_register() and gdb.parse_and_eval(). Make each code
10675 call a separate case that can be individually tested.
10676 * gdb.python/py-recurse-unwind.exp (cont_and_backtrace): New
10677 proc. Call cont_and_backtrace for each of the code paths that
10678 we want to test in the unwinder.
10679
10680 2016-11-15 Andreas Arnez <arnez@linux.vnet.ibm.com>
10681
10682 * gdb.dwarf2/bitfield-parent-optimized-out.exp: Fix DWARF code for
10683 the definition of struct S.
10684
10685 2016-11-11 Catherine Moore <clm@codesourcery.com>
10686
10687 * gdb.base/dump.exp: Identify verilog format dump tests as such.
10688
10689 2016-11-09 Pedro Alves <palves@redhat.com>
10690
10691 * gdb.base/commands.exp (runto_or_return): New procedure.
10692 (gdbvar_simple_if_test, gdbvar_simple_while_test)
10693 (gdbvar_complex_if_while_test, progvar_simple_if_test)
10694 (progvar_simple_while_test, progvar_complex_if_while_test)
10695 (if_while_breakpoint_command_test)
10696 (infrun_breakpoint_command_test, breakpoint_command_test)
10697 (user_defined_command_test, watchpoint_command_test)
10698 (test_command_prompt_position, redefine_hook_test)
10699 (stray_arg0_test, error_clears_commands_left, redefine_hook_test)
10700 (redefine_backtrace_test): Use runto_or_return, $valnum_re,
10701 multi_line_input and multi_line. Remove gdb_expect and
10702 gdb_stop_suppressing_tests uses.
10703 * lib/gdb.exp (valnum_re): New global.
10704 (multi_line_input): New procedure.
10705
10706 2016-11-09 Simon Marchi <simon.marchi@polymtl.ca>
10707
10708 * gdb.mi/user-selected-context-sync.exp (with_test_prefix_procname):
10709 Remove.
10710 (test_setup): Define with proc_with_prefix.
10711 (test_cli_inferior): Likewise.
10712 (test_cli_thread): Likewise.
10713 (test_cli_frame): Likewise.
10714 (test_cli_select_frame): Likewise.
10715 (test_cli_up_down): Likewise.
10716 (test_mi_thread_select): Likewise.
10717 (test_mi_stack_select_frame): Likewise.
10718 (test_cli_in_mi_inferior): Likewise.
10719 (test_cli_in_mi_thread): Likewise.
10720 (test_cli_in_mi_frame): Likewise.
10721 (top level): Do not use with_test_prefix_procname.
10722
10723 2016-11-09 Pedro Alves <palves@redhat.com>
10724
10725 * gdb.base/commands.exp (gdbvar_simple_if_test)
10726 (gdbvar_simple_while_test, gdbvar_complex_if_while_test)
10727 (progvar_simple_if_test, progvar_simple_while_test)
10728 (progvar_complex_if_while_test, if_while_breakpoint_command_test)
10729 (infrun_breakpoint_command_test, breakpoint_command_test)
10730 (user_defined_command_test, watchpoint_command_test)
10731 (test_command_prompt_position, deprecated_command_test)
10732 (bp_deleted_in_command, temporary_breakpoint_commands)
10733 (stray_arg0_test, source_file_with_indented_comment)
10734 (recursive_source_test, if_commands_test)
10735 (error_clears_commands_left, redefine_hook_test)
10736 (redefine_backtrace_test): Use proc_with_prefix.
10737 * lib/gdb.exp (proc_with_prefix): New proc.
10738
10739 2016-11-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
10740
10741 * gdb.base/tui-layout.c: New file.
10742 * gdb.base/tui-layout.exp: Use tui-layout.c, to ensure that the
10743 disassembly window contains very long lines.
10744
10745 2016-11-08 Tom Tromey <tom@tromey.com>
10746
10747 * gdb.python/py-value.exp (test_value_creation): Make "long" test
10748 depend on Python 2.
10749
10750 2016-11-08 Tom Tromey <tom@tromey.com>
10751
10752 * gdb.python/py-framefilter.py (ElidingFrameDecorator.address):
10753 New method.
10754
10755 2016-10-29 Manish Goregaokar <manish@mozilla.com>
10756
10757 * gdb.rust/simple.exp: Add tests for `sizeof(expr)`.
10758
10759 2016-10-27 Manish Goregaokar <manish@mozilla.com>
10760
10761 * gdb.rust/simple.rs: Add test for univariant enums without
10762 discriminants and for encoded struct-like enums.
10763
10764 2016-10-28 Pedro Alves <palves@redhat.com>
10765
10766 * gdb.base/maint.exp <maint info line-table w/o a file name>: Use
10767 gdb_test_multiple, tighten regexps and match symtabs and line
10768 tables incrementally.
10769
10770 2016-10-28 Luis Machado <lgustavo@codesourcery.com>
10771
10772 * gdb.base/foll-exec.exp (do_exec_tests): Make test pattern more
10773 general.
10774
10775 2016-10-25 Luis Machado <lgustavo@codesourcery.com>
10776
10777 * gdb.base/exec-invalid-sysroot.exp: New file.
10778
10779 2016-10-24 Jan Kratochvil <jan.kratochvil@redhat.com>
10780
10781 * gdb.base/morestack.exp: Try to build it using -fuse-ld=gold first.
10782
10783 2016-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
10784
10785 * lib/gdb.exp (get_compiler_info): Generalize gcc_compile regexp.
10786
10787 2016-10-19 Maciej W. Rozycki <macro@imgtec.com>
10788
10789 * gdb.base/killed-outside.exp: Remove $options from a call to
10790 `prepare_for_testing'.
10791
10792 2016-10-17 Simon Marchi <simon.marchi@ericsson.com>
10793
10794 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
10795 Change test message.
10796
10797 2016-10-17 Simon Marchi <simon.marchi@ericsson.com>
10798
10799 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
10800 Update comment.
10801
10802 2016-10-17 Simon Marchi <simon.marchi@ericsson.com>
10803
10804 * gdb.trace/mi-trace-save.exp: New file.
10805
10806 2016-10-13 Yao Qi <yao.qi@linaro.org>
10807
10808 * gdb.base/code_elim.exp (get_var_address): Remove.
10809 * gdb.base/relocate.exp: Likewise.
10810 * gdb.base/shreloc.exp: Likewise.
10811 * lib/gdb.exp (get_var_address): New.
10812
10813 2016-10-13 Yao Qi <yao.qi@linaro.org>
10814
10815 * gdb.base/structs.exp: Invoke gdb_skip_float_test, and do
10816 floating point tests if $skip_float_test is false.
10817
10818 2016-10-12 Luis Machado <lgustavo@codesourcery.com>
10819
10820 * gdb.python/py-value.c (main): Check if argv is NULL before using it.
10821 * gdb.python/py-value.exp (test_value_in_inferior): Don't use hardcoded
10822 argc values.
10823 Add 1 to argc so we guarantee distinct initial/modified argc values.
10824
10825 2016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
10826
10827 * gdb.arch/powerpc-prologue.c (optimized_1): New declaration.
10828
10829 2016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
10830
10831 * gdb.arch/powerpc-prologue.exp: Use standard_output_file
10832 * gdb.arch/ppc64-symtab-cordic.exp: Likewise.
10833 * gdb.arch/vsx-regs.exp: Likewise.
10834
10835 2016-10-07 Yao Qi <yao.qi@linaro.org>
10836
10837 * gdb.xml/tdesc-regs.exp: Set regdir to "arm/".
10838
10839 2016-10-07 Markus Metzger <markus.t.metzger@intel.com>
10840
10841 * gdb.python/python.exp: Test decode_line("*0").
10842
10843 2016-10-06 Doug Evans <dje@google.com>
10844
10845 * gdb.python/py-value.exp (test_value_creation): Add test for large
10846 unsigned 64-bit value.
10847
10848 2016-10-06 Tom Tromey <tom@tromey.com>
10849
10850 * gdb.compile/compile.exp: Change java tests to rust.
10851 * gdb.base/setshow.exp: Change java tests to rust.
10852 * gdb.base/default.exp: Remove java from language list.
10853 * README (Examples): Update language example.
10854 * gdb.python/py-lookup-type.exp (test_lookup_type): Remove java
10855 test.
10856 * lib/gdb.exp (skip_java_tests): Remove.
10857 * lib/java.exp: Remove.
10858 * gdb.java: Remove.
10859
10860 2016-10-06 Maciej W. Rozycki <macro@imgtec.com>
10861
10862 * gdb.arch/mips-fcr.exp: New test.
10863 * gdb.arch/mips-fcr.c: Source for the new test.
10864
10865 2016-10-06 Maciej W. Rozycki <macro@imgtec.com>
10866
10867 * gdb.base/solib-disc.exp: Use `standard_output_file'
10868 throughout.
10869
10870 2016-10-06 Pedro Alves <palves@redhat.com>
10871
10872 * gdb.base/jit-simple-dl.c: New file.
10873 * gdb.base/jit-simple-jit.c: New file, factored out from ...
10874 * gdb.base/jit-simple.c: ... this.
10875 * gdb.base/jit-simple.exp (jit_run): Delete.
10876 (build_jit): New proc.
10877 (jit_test_reread): Recompile either the main program or the shared
10878 library, depending on what is being tested. Skip changing address
10879 if caller wants to. Compare before/after addresses. If testing
10880 standalone, explicitly load the binary. Test "maint info
10881 breakpoints".
10882 (top level): Add "standalone vs shared lib" and "change address"
10883 vs "same address" axes.
10884
10885 2016-10-06 Pedro Alves <palves@redhat.com>
10886
10887 * gdb.base/jit-simple.exp (top level) Delete get_compiler_info
10888 call.
10889 (jit_run): Delete.
10890 (jit_test_reread): Use with_test_prefix. Reload the main binary
10891 explicitly. Compare the before/after addresses of the JIT
10892 descriptor.
10893
10894 2016-08-15 Doug Evans <dje@google.com>
10895
10896 * gdb.xml/extra-regs.xml: Update, end field now required, default type
10897 for single bitfields is bool.
10898 * gdb.xml/tdesc-regs.exp: Ditto.
10899
10900 2016-10-05 Jan Kratochvil <jan.kratochvil@redhat.com>
10901
10902 * gdb.arch/i386-signal.exp (backtrace 10): Fix #2 typo.
10903
10904 2016-10-05 Yao Qi <yao.qi@linaro.org>
10905
10906 * lib/gdb.exp (support_complex_tests): Return zero if
10907 gdb_skip_float_test return true.
10908
10909 2016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
10910 Simon Marchi <simon.marchi@ericsson.com>
10911
10912 PR gdb/20487
10913 * gdb.mi/user-selected-context-sync.exp: New file.
10914 * gdb.mi/user-selected-context-sync.c: New file.
10915
10916 2016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
10917 Simon Marchi <simon.marchi@ericsson.com>
10918
10919 PR gdb/20487
10920 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Adapt
10921 =thread-select-event check.
10922
10923 2016-09-29 Peter Bergner <bergner@vnet.ibm.com>
10924
10925 * gdb.arch/powerpc-power.exp <cmprb>: Update tests to account for
10926 the compulsory L operand changes.
10927 * gdb.arch/powerpc-power.s: Likewise.
10928
10929 2016-09-29 Jan Kratochvil <jan.kratochvil@redhat.com>
10930
10931 PR gdb/20609 - attach of JIT-debug-enabled inf 7.11.1 regression
10932 * gdb.base/jit-attach-pie.c: New file.
10933 * gdb.base/jit-attach-pie.exp: New file.
10934
10935 2016-09-28 Pedro Alves <palves@redhat.com>
10936
10937 * gdb.base/infcall-input.c: New file.
10938 * gdb.base/infcall-input.exp: New file.
10939
10940 2016-09-22 Yao Qi <yao.qi@linaro.org>
10941
10942 * lib/gdbserver-support.exp: Rename mi_gdb_exit.
10943 (gdb_exit): Rename it to ...
10944 (gdbserver_gdb_exit): ... Close GDBserver.
10945 (gdb_exit): New proc, call gdbserver_gdb_exit.
10946 (mi_gdb_exit): Likewise.
10947
10948 2016-09-22 Yao Qi <yao.qi@linaro.org>
10949
10950 * boards/gdbserver-base.exp (gdb_server_prog): Set the absolute
10951 path.
10952 * boards/remote-gdbserver-on-localhost.exp: Use gdbserver-base.
10953 Remove duplication.
10954
10955 2016-09-22 Yao Qi <yao.qi@linaro.org>
10956
10957 * lib/gdbserver-support.exp: Check the existence of
10958 gdbserver_orig_gdb_exit rather than gdbserver_gdb_exit.
10959
10960 2016-09-21 Anton Kolesov <anton.kolesov@synopsys.com>
10961
10962 * gdb.xml/tdesc-regs.exp: set core-regs for arc*-*-elf32.
10963
10964 2016-09-21 Tom Tromey <tom@tromey.com>
10965
10966 PR gdb/20604:
10967 * gdb.base/quit.exp: New file.
10968
10969 2016-09-21 Simon Marchi <simon.marchi@ericsson.com>
10970
10971 * .gitignore: New file.
10972
10973 2016-09-21 Maciej W. Rozycki <macro@imgtec.com>
10974
10975 * gdb.arch/mips16-thunks.exp: Use `standard_output_file'
10976 throughout.
10977
10978 2016-09-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
10979
10980 * lib/gdb.exp: No longer skip hardware breakpoint tests on s390.
10981
10982 2016-09-16 Jan Kratochvil <jan.kratochvil@redhat.com>
10983
10984 * gdb.cp/casts.cc (decltype): Move it ...
10985 (main): ... with its call to ...
10986 * gdb.cp/casts03.cc: ... a new file.
10987 * gdb.cp/casts.exp: Add new file casts03.cc, move decltype test to it.
10988
10989 2016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
10990
10991 * gdb.cp/m-static.h (gnu_obj_4::somewhere): Use constexpr for C++11.
10992
10993 2016-09-15 Peter Bergner <bergner@vnet.ibm.com>
10994
10995 * gdb.arch/powerpc-power.s: Update Power9 instruction tests
10996 and sync up the test with tests in gas/testsuite/gas/ppc.
10997 * gdb.arch/powerpc-power.exp: Likewise.
10998
10999 2016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
11000
11001 * lib/future.exp: Set CCACHE_DISABLE, clear CCACHE_NODISABLE.
11002
11003 2016-09-11 Sergio Durigan Junior <sergiodj@redhat.com>
11004 Jan Kratochvil <jan.kratochvil@redhat.com>
11005
11006 * gdb.base/stap-probe.c (m1): New variable 'dummy', necessary to
11007 make m1's definition to be different from m2's. Use 'dummy' as an
11008 argument for probe 'two'.
11009
11010 2016-09-10 Jon Beniston <jon@beniston.com>
11011
11012 * lib/mi-support.exp (mi_gdb_target_load): Use target_sim_options
11013 for sim target.
11014
11015 2016-09-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
11016
11017 * gdb.base/gnu-ifunc-lib.c (resolver_hwcap): New external
11018 variable declaration.
11019 (gnu_ifunc): Add parameter hwcap. Store it in resolver_hwcap.
11020 * gdb.base/gnu-ifunc.c (resolver_hwcap): New global variable.
11021 * gdb.base/gnu-ifunc.exp: Add test to verify that the resolver
11022 received HWCAP as its argument.
11023
11024 2016-09-06 Pedro Alves <palves@redhat.com>
11025
11026 * gdb.base/new-ui-pending-input.c: New file.
11027 * gdb.base/new-ui-pending-input.exp: New file.
11028 * gdb.exp (clear_gdb_spawn_id): New procedure.
11029 (with_spawn_id): Check whether gdb_spawn_id exists before
11030 referencing it. If gdb_spawn_id didn't exist on entry, clear it
11031 on exit.
11032
11033 2016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
11034
11035 * gdb.base/float128.c: New file.
11036 * gdb.base/float128.exp: Likewise.
11037 * gdb.base/floatn.c: Likewise.
11038 * gdb.base/floatn.exp: Likewise.
11039
11040 2016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
11041
11042 * gdb.cp/hang.exp: Remove reference to TYPE_FLAG_STUB in comment.
11043
11044 2016-09-05 Pedro Alves <palves@redhat.com>
11045
11046 PR backtrace/19927
11047 * gdb.python/py-unwind-maint.exp: Adjust tests to not expect that
11048 unwinders are immediately called as side effect of "source" or
11049 "disable unwinder" commands.
11050 * gdb.python/py-recurse-unwind.exp: Remove setup_kfail calls.
11051
11052 2016-09-02 Yao Qi <yao.qi@linaro.org>
11053
11054 * gdb.base/return-nodebug.exp: Skip the test if skip_float_test
11055 is true and $type is "float" or "double".
11056
11057 2016-09-02 Yao Qi <yao.qi@linaro.org>
11058
11059 * gdb.arch/arm-neon.exp: Skip it if gdb_skip_float_test returns
11060 true.
11061 * gdb.base/call-ar-st.exp: Invoke gdb_skip_float_test.
11062 * gdb.base/call-rt-st.exp: Likewise.
11063 * gdb.base/call-sc.exp: Invoke gdb_skip_float_test and use its
11064 return value instead of gdb,skip_float_test.
11065 * gdb.base/callfuncs.exp: Invoke gdb_skip_float_test.
11066 (do_function_calls): Use its return value instead of
11067 gdb,skip_float_test.
11068 * gdb.base/finish.exp: Likewise.
11069 * gdb.base/funcargs.exp: Likewise.
11070 * gdb.base/return.exp: Likewise.
11071 * gdb.base/return2.exp: Likewise.
11072 * gdb.base/varargs.exp: Likewise.
11073 * lib/gdb.exp (gdb_skip_float_test): Change it to
11074 gdb_caching_proc. Detect the broken ptrace on arm-linux.
11075
11076 2016-08-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
11077
11078 * gdb.multi/tids.exp: Test "thread apply all".
11079
11080 2016-08-29 Jan Kratochvil <jan.kratochvil@redhat.com>
11081
11082 * gdb.base/default.exp (tty): Remove.
11083
11084 2016-08-24 Kevin Buettner <kevinb@redhat.com>
11085
11086 * gdb.python/py-recurse-unwind.c: New file.
11087 * gdb.python/py-recurse-unwind.py: New file.
11088 * gdb.python/py-recurse-unwind.exp: New file.
11089
11090 2016-08-24 Simon Marchi <simon.marchi@ericsson.com>
11091
11092 * gdb.base/set-inferior-tty.exp: New file.
11093 * gdb.base/set-inferior-tty.c: New file.
11094
11095 2016-08-23 Pedro Alves <palves@redhat.com>
11096
11097 PR gdb/20494
11098 * gdb.base/new-ui-echo.c: New file.
11099 * gdb.base/new-ui-echo.exp: New file.
11100
11101 2016-08-23 Yao Qi <yao.qi@linaro.org>
11102
11103 * gdb.server/connect-stopped-target.exp (do_test): Pass "" to
11104 gdbserver_spawn.
11105 * gdb.server/connect-without-multi-process.exp (do_test):
11106 Likewise.
11107
11108 2016-08-23 Yao Qi <yao.qi@linaro.org>
11109
11110 * gdb.base/signals-state-child.exp: Set variables gdb_txt and
11111 standalone_txt. Delete gdb_txt and standalone_txt on host
11112 and target. Spawn the binary on target. Copy files from
11113 target to host.
11114
11115 2016-08-22 Pedro Alves <palves@redhat.com>
11116
11117 PR gdb/20505
11118 * gdb.base/vdso-warning.exp: Test core dumps too. Use
11119 with_test_prefix. Factor out bits to ...
11120 (test_no_vdso): ... this new procedure.
11121
11122 2016-08-19 Carl Love <cel@us.ibm.com>
11123
11124 * gdb.arch/altivec-regs.exp: Use standard_testfile instead of
11125 maintaining separate logic for constructing the output path.
11126 * gdb.arch/powerpc-d128-regs.exp: Likewise.
11127 * gdb.arch/ppc-dfp.exp: Likewise.
11128 * gdb.arch/ppc-fp.exp: Likewise.
11129 * gdb.arch/vsx-regs.exp: Likewise.
11130 * gdb.arch/altivec-abi.exp: Likewise, plus added local variable
11131 binprefix for generating the additional binary files.
11132
11133 2016-08-19 Pedro Alves <palves@redhat.com>
11134
11135 * gdb.trace/mi-trace-frame-collected.exp
11136 (test_trace_frame_collected): On x32, expect two registers.
11137
11138 2016-08-18 Carl Love <cel@us.ibm.com>
11139
11140 * gdb.arch/powerpc-power.s: Add new Power9 instruction tests
11141 and sync up the test with tests in gas/testsuite/gas/ppc.
11142 * gdb.arch/powerpc-power.exp: Likewise.
11143
11144 2016-08-17 Simon Marchi <simon.marchi@ericsson.com>
11145
11146 * gdb.multi/remove-inferiors.exp (test_remove_inferiors): Fix
11147 expected error message.
11148
11149 2016-08-17 Simon Marchi <simon.marchi@ericsson.com>
11150
11151 * gdb.multi/remove-inferiors.exp: New file.
11152 * gdb.multi/remove-inferiors.c: New file.
11153
11154 2016-08-12 Yao Qi <yao.qi@linaro.org>
11155
11156 * gdb.base/signals-state-child.c (main): Remove "i" from fprintf's
11157 argument list.
11158
11159 2016-08-10 Pedro Alves <palves@redhat.com>
11160
11161 PR gdb/19187
11162 * gdb.reverse/waitpid-reverse.exp: Add comment and remove
11163 setup_kfails.
11164
11165 2016-08-09 Pedro Alves <palves@redhat.com>
11166 Simon Marchi <simon.marchi@ericsson.com>
11167
11168 PR gdb/20418
11169 * gdb.mi/new-ui-mi-sync.c, gdb.mi/new-ui-mi-sync.exp: New files.
11170 * lib/mi-support.exp (mi_expect_interrupt): Remove anchors.
11171
11172 2016-08-09 Pedro Alves <palves@redhat.com>
11173
11174 PR mi/20431
11175 * gdb.mi/mi-cmd-error.exp: New file.
11176
11177 2016-08-09 Pedro Alves <palves@redhat.com>
11178
11179 PR gdb/18653
11180 * gdb.base/signals-state-child.c: New file.
11181 * gdb.base/signals-state-child.exp: New file.
11182 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new pattern.
11183
11184 2016-08-09 Pedro Alves <palves@redhat.com>
11185
11186 * gdb.dwarf2/bitfield-parent-optimized-out.exp: New file.
11187
11188 2016-08-03 Tom Tromey <tom@tromey.com>
11189
11190 PR python/18565:
11191 * gdb.python/py-frame-inline.exp: Add Frame.function test.
11192
11193 2016-08-01 Yao Qi <yao.qi@linaro.org>
11194
11195 * gdb.threads/process-dies-while-detaching.exp (do_test): Set
11196 variable mode to "multi-process" if $multi_process is 1, otherwise
11197 set it to "single-process".
11198
11199 2016-08-01 Yao Qi <yao.qi@linaro.org>
11200
11201 * gdb.cp/anon-struct.exp: Check is_aarch32_target.
11202 * gdb.cp/cpexprs.exp: Likewise.
11203 * gdb.cp/m-static.exp: Likewise.
11204
11205 2016-07-26 Tom Tromey <tom@tromey.com>
11206
11207 PR python/20190:
11208 * gdb.threads/tls.exp (check_thread_local): Add python symbol
11209 test.
11210
11211 2016-07-26 Markus Metzger <markus.t.metzger@intel.com>
11212
11213 * gdb.btrace/record_goto.exp: se is_amd64_regs_target for
11214 selecting assembly source files.
11215 * gdb.btrace/stepi.exp: se is_amd64_regs_target for selecting
11216 assembly source files.
11217 * gdb.btrace/tailcall.exp: se is_amd64_regs_target for selecting
11218 assembly source files.
11219 * gdb.btrace/tailcall-only.exp: se is_amd64_regs_target for
11220 selecting assembly source files.
11221
11222 2016-07-25 Simon Marchi <simon.marchi@ericsson.com>
11223
11224 * gdb.base/new-ui.exp (do_test_invalid_args): New
11225 procedure.
11226
11227 2016-07-25 Tim Wiederhake <tim.wiederhake@intel.com>
11228
11229 * gdb.btrace/reconnect.c: New file.
11230 * gdb.btrace/reconnect.exp: New file.
11231
11232 2016-07-23 Gabriel Krisman Bertazi <gabriel@krisman.be>
11233
11234 * gdb.base/catch-syscall.exp (do_syscall_tests): Add call
11235 to test_catch_syscall_group.
11236 (test_catch_syscall_group): New.
11237
11238 2016-07-21 Tom Tromey <tom@tromey.com>
11239
11240 * gdb.rust/simple.rs (main): Use empty struct expression.
11241 * gdb.rust/simple.exp: Add tests for empty struct expression.
11242
11243 2016-07-21 Yao Qi <yao.qi@linaro.org>
11244
11245 * lib/gdbserver-support.exp (skip_gdbserver_tests): Return 1
11246 if gdb_skip_xml_test is true on some targets.
11247
11248 2016-07-21 Yao Qi <yao.qi@linaro.org>
11249
11250 * gdb.server/solib-list.exp: Unset last_loaded_file.
11251
11252 2016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
11253
11254 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add "next over TRY" and
11255 "step into captured_main (args)".
11256
11257 2016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
11258
11259 * gdb.btrace/tailcall-only.exp: Use is_lp64_target check.
11260
11261 2016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
11262
11263 * gdb.python/py-unwind.exp: Test also ![is_lp64_target].
11264
11265 2016-07-19 Pedro Alves <palves@redhat.com>
11266
11267 * gdb.opt/inline-break.exp: Remove optimize=-O2.
11268 * gdb.opt/inline-bt.exp: Likewise.
11269 * gdb.opt/inline-cmds.exp: Remove optimize=-O2 and add
11270 additional_flags=-Winline.
11271 * gdb.opt/inline-locals.exp: Likewise.
11272 * gdb.opt/inline-markers.c (ATTR): Define.
11273 (inlined_fn): Use it.
11274
11275 2016-07-19 Yao Qi <yao.qi@linaro.org>
11276
11277 * gdb.gdb/selftest.exp: Remove checks on is_remote and isnative.
11278 (test_with_self): Remove some code. Remove argument executable.
11279 (top-level): Use do_self_tests.
11280
11281 2016-07-15 Zachary Welch <zwelch@codesourcery.com>
11282 Don Breazeal <donb@codesourcery.com>
11283
11284 * gdb.base/maint.exp: Escape paths used in regular expressions.
11285 * gdb.stabs/weird.exp: Likewise.
11286
11287 2016-07-13 Tom Tromey <tom@tromey.com>
11288
11289 PR python/15620, PR python/18620:
11290 * gdb.python/py-breakpoint.exp (connect_event, check_last_event)
11291 (test_bkpt_events): New procs.
11292
11293 2016-07-13 Tom Tromey <tom@tromey.com>
11294
11295 PR python/17698:
11296 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add "pending"
11297 test.
11298 (test_watchpoints): Likewise.
11299 (test_bkpt_pending): New proc.
11300
11301 2016-07-13 Tom Tromey <tom@tromey.com>
11302
11303 PR cli/18053:
11304 * gdb.base/jit-so.exp (one_jit_test): Add jit-reader-load
11305 completion test.
11306
11307 2016-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
11308
11309 * gdb.dwarf2/atomic-type.exp: Use function_range for low_pc and high_pc.
11310 * gdb.dwarf2/atomic.c (f): Rename f_end_lbl to f_label.
11311 * gdb.dwarf2/dw2-bad-mips-linkage-name.c (f): Rename f_end_lbl to
11312 f_label.
11313 (g): Rename g_end_lbl to g_label.
11314 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: Use function_range for
11315 low_pc and high_pc.
11316 * gdb.dwarf2/dw2-lexical-block-bare.exp: Likewise.
11317
11318 2016-07-12 Tom Tromey <tom@tromey.com>
11319
11320 PR python/19293:
11321 * gdb.python/py-unwind-maint.exp: Update tests.
11322
11323 2016-07-12 Yao Qi <yao.qi@linaro.org>
11324
11325 * lib/selftest-support.exp (selftest_setup): Match the output
11326 when captured_main is inlined.
11327
11328 2016-07-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
11329
11330 * gdb.fortran/derived-types.exp (result_line, result_line_2):
11331 New variables.
11332 (print this%a, print this%b, print this): New tests.
11333 * gdb.fortran/derived-types.f90 (this): New object and
11334 initialization.
11335
11336 2016-07-06 Simon Marchi <simon.marchi@ericsson.com>
11337
11338 * gdb.ada/arraydim.exp: Remove extra directory level in build
11339 directory.
11340
11341 2016-07-06 Simon Marchi <simon.marchi@ericsson.com>
11342
11343 * lib/ada.exp: Remove extra directory level in build directory.
11344 * gdb.ada/cond_lang.exp: Likewise.
11345 * gdb.ada/exec_changed.exp: Likewise.
11346 * gdb.ada/lang_switch.exp: Likewise.
11347
11348 2016-07-06 Manish Goregaokar <manish@mozilla.com>
11349
11350 * simple.rs: Add test for raw pointer subscripting.
11351 * simple.exp: Add test expectations.
11352
11353 2016-07-05 Yao Qi <yao.qi@linaro.org>
11354
11355 * gdb.mi/mi-reverse.exp: Match =record-started output.
11356
11357 2016-07-01 Pedro Alves <palves@redhat.com>
11358
11359 * gdb.base/jit-reader.exp (info_registers_current_frame): New
11360 procedure.
11361 (jit_reader_test): Test the jit reader's unwinder.
11362 * gdb.base/jithost.c (jit_function_00_code): New global.
11363 (main): Use memcpy to fill in the mmapped code, instead of poking
11364 bytes manually here.
11365 * gdb.base/jitreader.c (enum register_mapping) <AMD64_RBP>: New
11366 value.
11367 (read_debug_info): Save the function's range.
11368 (read_sp): New function.
11369 (unwind_frame): Use it. Also unwind RBP.
11370 (get_frame_id): Use read_sp.
11371 (gdb_init_reader): Use calloc instead of malloc.
11372 * lib/gdb.exp (get_hexadecimal_valueof): Add optional 'test'
11373 parameter. Use gdb_test_multiple.
11374
11375 2016-07-01 Pedro Alves <palves@redhat.com>
11376 Antoine Tremblay <antoine.tremblay@ericsson.com>
11377
11378 * gdb.threads/process-dies-while-detaching.c: New file.
11379 * gdb.threads/process-dies-while-detaching.exp: New file.
11380
11381 2016-07-01 Pedro Alves <palves@redhat.com>
11382
11383 * gdb.multi/watchpoint-multi-exit.c: New file.
11384 * gdb.multi/watchpoint-multi-exit.exp: New file.
11385
11386 2016-06-30 Pedro Alves <palves@redhat.com>
11387
11388 * lib/gdbserver-support.exp (close_gdbserver, gdb_exit): Don't
11389 unset inferior_spawn_id.
11390
11391 2016-06-30 Pedro Alves <palves@redhat.com>
11392
11393 * lib/mi-support.exp (default_mi_gdb_start): Declare global
11394 FORCE_SEPARATE_MI_TTY, not SEPARATE_MI_TTY.
11395
11396 2016-06-29 Yao Qi <yao.qi@linaro.org>
11397
11398 * gdb.base/return.c: Add copyright header.
11399
11400 2016-06-29 Tom Tromey <tom@tromey.com>
11401
11402 PR python/20129:
11403 * gdb.python/py-framefilter.exp: Add tests for setting priority
11404 and disabling of non-existent frame filter.
11405
11406 2016-06-29 Yao Qi <yao.qi@linaro.org>
11407
11408 * gdb.base/catch-syscall.c [__arm__]: Set unknown_syscall to
11409 0x0f07ff.
11410
11411 2016-06-28 Yao Qi <yao.qi@linaro.org>
11412
11413 * gdb.base/catch-syscall.exp: Remove check on isnative and target
11414 triplets. Start gdb, execute catch syscall, and continue. Check
11415 gdb's output to determine catch syscall is supported.
11416
11417 2016-06-27 Manish Goregaokar <manish@mozilla.com>
11418
11419 * gdb.rust/simple.rs: Add test for returning unit in a function.
11420 * gdb.rust/simple.exp: Add expectation for functions returning
11421 unit.
11422
11423 2016-06-27 Pierre-Marie de Rodat <derodat@adacore.com>
11424
11425 * gdb.python/py-breakpoint-create-fail.c,
11426 gdb.python/py-breakpoint-create-fail.exp,
11427 gdb.python/py-breakpoint-create-fail.py: New testcase.
11428
11429 2016-06-25 Manish Goregaokar <manish@mozilla.com>
11430
11431 PR gdb/20239
11432 * gdb.rust/simple.rs: Add more tests for printing NonZero enums.
11433 * gdb.rust/simple.exp: Add test expectations for new NonZero
11434 tests.
11435
11436 2016-06-24 David Taylor <dtaylor@emc.com>
11437
11438 * gdb.base/offsets.exp: New file.
11439 * gdb.base/offsets.c: New file.
11440
11441 2016-06-23 Tom Tromey <tom@tromey.com>
11442
11443 PR gdb/16483:
11444 * gdb.python/py-framefilter.exp: Add "info frame-filter" test
11445 before any filters are loaded.
11446
11447 2016-06-21 Walfred Tedeschi <walfred.tedeschi@intel.com>
11448
11449 * gdb.fortran/derived-type.exp (print q): Add fields to the output.
11450 * gdb.fortran/vla-type.exp (print twov): Fix vla tests with
11451 structs.
11452 * gdb.fortran/derived-type-function.exp: New file.
11453 * gdb.fortran/derived-type-function.f90: New file.
11454
11455
11456 2016-06-21 Pedro Alves <palves@redhat.com>
11457
11458 * gdb.base/new-ui.exp: New file.
11459 * lib/mi-support.exp (switch_gdb_spawn_id): Move to ...
11460 * lib/gdb.exp (switch_gdb_spawn_id): ... here.
11461 (with_spawn_id): New procedure.
11462
11463 2016-06-21 Pedro Alves <palves@redhat.com>
11464
11465 * gdb.mi/mi-exec-run.exp: New file.
11466
11467 2016-06-21 Pedro Alves <palves@redhat.com>
11468
11469 * gdb.mi/mi-break.exp (test_breakpoint_commands): Always expect
11470 breakpoint command's output on the main UI.
11471 (test_break): New procedure, factored out from calls in the top
11472 level.
11473 (top level): Use foreach_with_prefix to test MI as main UI and as
11474 separate UI.
11475
11476 2016-06-21 Pedro Alves <palves@redhat.com>
11477
11478 * gdb.mi/mi-watch.exp (test_watchpoint_creation_and_listing)
11479 (test_awatch_creation_and_listing)
11480 (test_rwatch_creation_and_listing, test_watchpoint_triggering):
11481 Remove 'type' parameter.
11482 (test_watchpoint_all): New parameter mi_mode. Remove
11483 with_test_prefix.
11484 (top level): Use foreach_with_prefix, and add main/separate UI MI
11485 testing axis.
11486
11487 2016-06-21 Pedro Alves <palves@redhat.com>
11488
11489 * README (Testsuite Parameters): Document FORCE_SEPARATE_MI_TTY.
11490 * lib/gdb.exp (default_gdb_exit): Clear inferior_spawn_id.
11491 * lib/mi-support.exp (mi_uncatched_gdb_exit): Unset
11492 gdb_main_spawn_id, mi_spawn_id, unset inferior_spawn_id.
11493 (gdb_main_spawn_id, mi_spawn_id): Declare and
11494 comment.
11495 (mi_create_inferior_pty): New procedure,
11496 factored out from default_mi_gdb_start.
11497 (switch_gdb_spawn_id, mi_gdb_start_separate_mi_tty): New
11498 procedures.
11499 (default_mi_gdb_start): Call mi_gdb_start_separate_mi_tty if the
11500 separate-mi-tty option is specified, or SEPARATE_MI_TTY is set.
11501 Use mi_create_inferior_pty.
11502 (mi_gdb_start): Use eval to pass down args list.
11503
11504 2016-06-21 Pedro Alves <palves@redhat.com>
11505
11506 * gdb.opt/inline-cmds.c: Add "set mi break here" marker.
11507 * gdb.opt/inline-cmds.exp: Add MI tests.
11508
11509 2016-06-21 Pedro Alves <palves@redhat.com>
11510
11511 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new regexp.
11512
11513 2016-06-21 Pedro Alves <palves@redhat.com>
11514
11515 * gdb.ada/mi_catch_ex.exp (continue_to_exception): New procedure.
11516 (top level): Use it instead of mi_execute_to.
11517
11518 2016-06-21 Pedro Alves <palves@redhat.com>
11519
11520 * gdb.python/py-mi-events-gdb.py (stop_handler_str)
11521 (cont_handler_str): New.
11522 (signal_stop_handler): Set stop_handler_str instead of printing to
11523 stdout.
11524 (continue_handler): Set cont_handler_str instead of printing to
11525 stdout.
11526 * gdb.python/py-mi-events.exp: Ues mi_execute_to instead of
11527 mi_send_resuming_command. Print stop_handler_str and
11528 cont_handler_str instead of expecting the python events print
11529 directly.
11530
11531 2016-06-17 Sanjoy Das <sanjoy@playingwithpointers.com>
11532
11533 * gdb.base/jit-reader.exp: New file.
11534 * gdb.base/jithost.c: New file.
11535 * gdb.base/jithost.h: New file.
11536 * gdb.base/jitreader.c : New file.
11537 * gdb.base/jit-protocol.h: New file.
11538
11539 2016-06-17 Yao Qi <yao.qi@linaro.org>
11540
11541 * gdb.base/step-over-syscall.exp (break_cond_on_syscall): New
11542 parameters follow_fork and detach_on_fork. Set follow-fork-mode
11543 and detach-on-fork. Adjust tests.
11544 (top level): Invoke break_cond_on_syscall with combinations of
11545 syscall, follow-fork-mode and detach-on-fork.
11546
11547 2016-06-17 Yao Qi <yao.qi@linaro.org>
11548
11549 * gdb.base/step-over-exit.c: New.
11550 * gdb.base/step-over-exit.exp: New.
11551
11552 2016-06-17 Yan-Ting Lin <currygt52@gmail.com>
11553
11554 * gdb.base/float.exp: Add target check for nds32*-*-*.
11555 * gdb.xml/tdesc-regs.exp: Set core-regs for nds32*-*-*.
11556
11557 2016-06-13 Andrew Burgess <andrew.burgess@embecosm.com>
11558
11559 * gdb.base/call-ar-st.exp: Report unsupported rather than xfail
11560 for unsupported target features.
11561 * gdb.base/call-rt-st.exp: Likewise.
11562 * gdb.base/call-sc.exp: Likewise.
11563 * gdb.base/call-signal-resume.exp: Likewise.
11564 * gdb.base/call-strs.exp: Likewise.
11565 * gdb.base/callexit.exp: Likewise.
11566 * gdb.base/callfuncs.exp: Likewise.
11567 * gdb.base/nodebug.exp: Likewise.
11568 * gdb.base/printcmds.exp: Likewise.
11569 * gdb.base/ptype.exp: Likewise.
11570 * gdb.base/structs.exp: Likewise.
11571 * gdb.base/unwindonsignal.exp: Likewise.
11572 * gdb.cp/gdb2495.exp: Likewise.
11573 * gdb.cp/templates.exp: Likewise.
11574 * gdb.cp/virtfunc.exp: Likewise.
11575 * gdb.threads/hand-call-in-threads.exp: Likewise.
11576 * gdb.threads/interrupted-hand-call.exp: Likewise.
11577 * gdb.threads/thread-unwindonsignal.exp: Likewise.
11578
11579 2016-06-10 Tom Tromey <tom@tromey.com>
11580
11581 PR rust/20110:
11582 * gdb.rust/expr.exp: Add test for integer constant larger than
11583 i32.
11584
11585 2016-06-10 Bernhard Heckel <bernhard.heckel@intel.com>
11586
11587 * gdb.fortran/nested-funcs.exp: New.
11588 * gdb.fortran/nested-funcs.f90: New.
11589
11590 2016-06-09 Toshihito Kikuchi <k.toshihito@yahoo.de>
11591
11592 * gdb.base/examine-backward.c: New file.
11593 * gdb.base/examine-backward.exp: New file.
11594
11595 2016-06-06 Simon Marchi <simon.marchi@ericsson.com>
11596
11597 * gdb.mi/mi-record-changed.exp: Adjust =record-started output
11598 matching.
11599
11600 2016-06-02 Tom Tromey <tom@tromey.com>
11601
11602 PR python/18984:
11603 * gdb.python/py-shared.exp: Add solib_name test.
11604
11605 2016-06-02 Simon Marchi <simon.marchi@ericsson.com>
11606
11607 * gdb.mi/mi-memory-changed.exp: Fix filename passed to untested.
11608
11609 2016-05-31 Martin Galvan <martin.galvan@tallertechnologies.com>
11610
11611 PR c++/19893
11612 * gdb.dwarf2/implref.exp: Rename to...
11613 * gdb.dwarf2/implref-const.exp: ...this. Also add more test statements.
11614 * gdb.dwarf2/implref-array.c: New file.
11615 * gdb.dwarf2/implref-array.exp: Likewise.
11616 * gdb.dwarf2/implref-global.c: Likewise.
11617 * gdb.dwarf2/implref-global.exp: Likewise.
11618 * gdb.dwarf2/implref-struct.c: Likewise.
11619 * gdb.dwarf2/implref-struct.exp: Likewise.
11620
11621 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
11622
11623 * gdb.trace/trace-condition.exp: Add 64bit tests.
11624
11625 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
11626
11627 * gdb.trace/trace-condition.c (marker): Adapt signature to 8 to 64
11628 bits types.
11629 (main): Adapt to 8 to 64 bits types.
11630 * gdb.trace/trace-condition.exp: Add new tests.
11631
11632 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
11633
11634 * gdb.trace/trace-condition.exp: Add emit_less_unsigned test.
11635
11636 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
11637
11638 * gdb.trace/ftrace.exp (test_ftrace_condition): Remove.
11639 Move condition tests...
11640 * gdb.trace/trace-condition.exp: Here.
11641
11642 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
11643
11644 * gdb.trace/trace-condition.exp: Add counter-case tests.
11645
11646 2016-05-30 Jan Kratochvil <jan.kratochvil@redhat.com>
11647
11648 PR c++/15231
11649 * gdb.ada/out_of_line_in_inlined.exp: Remove xfails.
11650 * gdb.dwarf2/dw2-lexical-block-bare.exp: New file.
11651
11652 2016-05-27 Pedro Alves <palves@redhat.com>
11653
11654 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
11655 New procedure.
11656 (top level): Call it, and bail out of DejaGnu is known to be bad.
11657
11658 2016-05-27 Andrew Burgess <andrew.burgess@embecosm.com>
11659
11660 * gdb.base/whatis.c: Extend the test case.
11661 * gdb.base/whatis.exp: Add additional tests.
11662
11663 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
11664
11665 * gdb.fortran/type.f90: Add pointer variable.
11666 * gdb.fortran/whatis_type.exp: Add whatis/ptype of pointers.
11667
11668 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
11669
11670 * gdb.fortran/vla-type.exp: Fix testcase name.
11671
11672 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
11673
11674 * gdb.fortran/vla-type.exp: Access elements in nested structs.
11675
11676 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
11677
11678 * gdb.fortran/type.f90: Add nested structures.
11679 * gdb.fortran/whatis-type.exp: Whatis/ptype nested structures.
11680 * gdb.fortran/derived-type.exp: Adapt expected output.
11681 * gdb.fortran/vla-type.exp: Adapt expected output.
11682
11683 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
11684
11685 * gdb.fortran/whatis_type.exp: Adapt expected output.
11686
11687 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
11688
11689 * gdb.fortran/print_type.exp: Fix expected output.
11690 * gdb.fortran/whatis_type.exp: Fix expected output.
11691
11692 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
11693
11694 * gdb.fortran/whatis_type.exp: Use multi_line.
11695
11696 2016-05-24 Tom Tromey <tom@tromey.com>
11697
11698 PR python/17386:
11699 * gdb.python/py-value.exp (test_value_numeric_ops): Add tests that
11700 use value as an index.
11701
11702 2016-05-23 Tom Tromey <tom@tromey.com>
11703
11704 PR python/17981:
11705 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add test for
11706 no-breakpoint case.
11707
11708 2016-05-24 Pedro Alves <palves@redhat.com>
11709
11710 PR gdb/19828
11711 * gdb.threads/clone-attach-detach.c: New file.
11712 * gdb.threads/clone-attach-detach.exp: New file.
11713
11714 2016-05-24 Francis Ricci <francisjricci@gmail.com> (tiny patch)
11715
11716 * gdb.base/annota-input-while-running.exp: Fix syntax error.
11717
11718 2016-05-23 Tom Tromey <tom@tromey.com>
11719
11720 PR python/19438, PR python/18393:
11721 * gdb.python/py-progspace.exp: Add "dir" test.
11722 * gdb.python/py-objfile.exp: Add "dir" test.
11723
11724 2016-05-23 Yao Qi <yao.qi@linaro.org>
11725
11726 * gdb.arch/thumb-prologue.exp: Use standard_testfile.
11727 * gdb.arch/thumb2-it.exp: Likewise.
11728
11729 2016-05-18 Simon Marchi <simon.marchi@ericsson.com>
11730
11731 * gdb.mi/mi-threads-interrupt.c: New file.
11732 * gdb.mi/mi-threads-interrupt.exp: New file.
11733
11734 2016-05-17 Simon Marchi <simon.marchi@ericsson.com>
11735
11736 PR gdb/18077
11737 * gdb.mi/mi-async-run.exp: New file.
11738 * gdb.mi/mi-async-run.c: New file.
11739
11740 2016-05-17 Tom Tromey <tom@tromey.com>
11741 Manish Goregaokar <manishsmail@gmail.com>
11742
11743 * lib/rust-support.exp: New file.
11744 * lib/gdb.exp (skip_rust_tests): New proc.
11745 (build_executable_from_specs): Handle rust.
11746 * lib/future.exp (gdb_find_rustc): New proc.
11747 (gdb_default_target_compile): Handle rust.
11748 * gdb.rust/expr.exp: New file.
11749 * gdb.rust/generics.exp: New file.
11750 * gdb.rust/generics.rs: New file.
11751 * gdb.rust/methods.exp: New file.
11752 * gdb.rust/methods.rs: New file.
11753 * gdb.rust/modules.exp: New file.
11754 * gdb.rust/modules.rs: New file.
11755 * gdb.rust/simple.exp: New file.
11756 * gdb.rust/simple.rs: New file.
11757
11758 2016-05-17 Tom Tromey <tom@tromey.com>
11759
11760 * gdb.base/default.exp (set language): Add rust.
11761
11762 2016-05-17 Tom Tromey <tom@tromey.com>
11763
11764 * gdb.gdb/unittest.exp: New file.
11765
11766 2016-05-16 Yao Qi <yao.qi@linaro.org>
11767
11768 * gdb.base/batch-preserve-term-settings.exp: Remove variable
11769 shell_prompt. Update shell_prompt_re.
11770
11771 2016-05-12 Doug Evans <dje@google.com>
11772
11773 PR symtab/19999
11774 * lib/dwarf.exp (build_executable_from_fission_assembler): Pass
11775 $options when building executable.
11776 * gdb.dwarf2/fission-loclists-pie.S: New file.
11777 * gdb.dwarf2/fission-loclists-pie.exp: New file.
11778
11779 2016-05-04 Simon Marchi <simon.marchi@ericsson.com>
11780
11781 * gdb.base/solib-display.exp: Check for [use_gdb_stub] instead
11782 of [is_remote target],
11783
11784 2016-05-04 Simon Marchi <simon.marchi@ericsson.com>
11785
11786 * lib/gdb.exp (use_gdb_stub): New procedure.
11787
11788 2016-05-03 Yunlian Jiang <yunlian@google.com>
11789 Doug Evans <dje@google.com>
11790
11791 PR symtab/19914
11792 * gdb.dwarf2/dwp-sepdebug.c: New file.
11793 * gdb.dwarf2/dwp-sepdebug.exp: New file.
11794
11795 2016-05-02 Simon Marchi <simon.marchi@ericsson.com>
11796
11797 * gdb.base/detach.exp: Remove is_remote check.
11798
11799 2016-05-02 Simon Marchi <simon.marchi@ericsson.com>
11800
11801 * gdb.base/annota-input-while-running.exp: Don't check for
11802 [is_remote target]. Enable annotations after running to main.
11803 Remove unused "set test..." line.
11804
11805 2016-04-28 Simon Marchi <simon.marchi@ericsson.com>
11806
11807 * gdb.trace/trace-enable-disable.exp: New file.
11808 * gdb.trace/trace-enable-disable.c: New file.
11809
11810 2016-04-28 Simon Marchi <simon.marchi@ericsson.com>
11811
11812 * gdb.arch/ftrace-insn-reloc.exp: Save gdb_load_shlib result,
11813 use it in info sharedlibrary test.
11814 * gdb.trace/ftrace-lock.exp: Likewise.
11815 * gdb.trace/ftrace.exp: Likewise.
11816 * gdb.trace/range-stepping.exp: Likewise.
11817 * gdb.trace/trace-break.exp: Likewise.
11818 * gdb.trace/trace-condition.exp: Likewise.
11819 * gdb.trace/trace-mt.exp: Likewise.
11820
11821 2016-04-27 Simon Marchi <simon.marchi@ericsson.com>
11822
11823 * lib/gdb.exp (gdb_load_shlibs): Rename to...
11824 (gdb_load_shlib): ... this.
11825 * gdb.arch/ftrace-insn-reloc.exp: Adjust gdb_load_shlibs ->
11826 gdb_load_shlib.
11827 * gdb.base/catch-load.exp (one_catch_load_test): Likewise.
11828 * gdb.base/ctxobj.exp: Likewise.
11829 * gdb.base/dprintf-pending.exp: Likewise.
11830 * gdb.base/dso2dso.exp: Likewise.
11831 * gdb.base/fixsection.exp: Likewise.
11832 * gdb.base/gcore-relro.exp: Likewise.
11833 * gdb.base/gdb1555.exp: Likewise.
11834 * gdb.base/global-var-nested-by-dso.exp: Likewise.
11835 * gdb.base/gnu-ifunc.exp: Likewise.
11836 * gdb.base/hbreak-in-shr-unsupported.exp: Likewise.
11837 * gdb.base/jit-so.exp (one_jit_test): Likewise.
11838 * gdb.base/pending.exp: Likewise.
11839 * gdb.base/print-file-var.exp: Likewise.
11840 * gdb.base/print-symbol-loading.exp: Likewise.
11841 * gdb.base/shlib-call.exp: Likewise.
11842 * gdb.base/shreloc.exp: Likewise.
11843 * gdb.base/so-impl-ld.exp: Likewise.
11844 * gdb.base/solib-disc.exp: Likewise.
11845 * gdb.base/solib-nodir.exp: Likewise.
11846 * gdb.base/solib-overlap.exp: Likewise.
11847 * gdb.base/solib-symbol.exp: Likewise.
11848 * gdb.base/solib-weak.exp (do_test): Likewise.
11849 * gdb.base/sym-file.exp: Likewise.
11850 * gdb.base/symtab-search-order.exp: Likewise.
11851 * gdb.base/type-opaque.exp: Likewise.
11852 * gdb.base/unload.exp: Likewise.
11853 * gdb.base/watchpoint-solib.exp: Likewise.
11854 * gdb.compile/compile.exp: Likewise.
11855 * gdb.cp/gdb2384.exp: Likewise.
11856 * gdb.cp/infcall-dlopen.exp: Likewise.
11857 * gdb.cp/re-set-overloaded.exp: Likewise.
11858 * gdb.fortran/library-module.exp: Likewise.
11859 * gdb.opt/solib-intra-step.exp: Likewise.
11860 * gdb.python/py-finish-breakpoint.exp: Likewise.
11861 * gdb.python/py-shared.exp: Likewise.
11862 * gdb.reverse/solib-precsave.exp: Likewise.
11863 * gdb.reverse/solib-reverse.exp: Likewise.
11864 * gdb.server/solib-list.exp: Likewise.
11865 * gdb.threads/dlopen-libpthread.exp: Likewise.
11866 * gdb.threads/tls-shared.exp: Likewise.
11867 * gdb.threads/tls-so_extern.exp: Likewise.
11868 * gdb.trace/change-loc.exp: Likewise.
11869 * gdb.trace/ftrace-lock.exp: Likewise.
11870 * gdb.trace/ftrace.exp: Likewise.
11871 * gdb.trace/mi-tracepoint-changed.exp (test_reconnect): Likewise.
11872 * gdb.trace/pending.exp: Likewise.
11873 * gdb.trace/range-stepping.exp: Likewise.
11874 * gdb.trace/strace.exp (strace_remove_socket): Likewise.
11875 (strace_info_marker): Likewise.
11876 (strace_probe_marker): Likewise.
11877 (strace_trace_on_same_addr): Likewise.
11878 (strace_trace_on_diff_addr): Likewise.
11879 * gdb.trace/trace-break.exp: Likewise.
11880 * gdb.trace/trace-condition.exp: Likewise.
11881 * gdb.trace/trace-mt.exp: Likewise.
11882
11883 2016-04-27 Simon Marchi <simon.marchi@ericsson.com>
11884
11885 * lib/gdb.exp (gdb_load_shlibs): Accept a single argument. Return
11886 result of gdb_remote_download.
11887 * gdb.base/ctxobj.exp: Split gdb_load_shlibs call.
11888 * gdb.base/dso2dso.exp: Likewise.
11889 * gdb.base/global-var-nested-by-dso.exp: Likewise.
11890 * gdb.base/print-file-var.exp: Likewise.
11891 * gdb.base/shlib-call.exp: Likewise.
11892 * gdb.base/shreloc.exp: Likewise.
11893 * gdb.base/solib-overlap.exp: Likewise.
11894 * gdb.base/solib-weak.exp (do_test): Likewise.
11895 * gdb.base/unload.exp: Likewise.
11896
11897 2016-04-27 Yao Qi <yao.qi@linaro.org>
11898
11899 * gdb.base/branch-to-self.exp: Skip it if gdb,nosignals
11900 exists.
11901
11902 2016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
11903
11904 * vla-type.exp: Print structure from toplevel.
11905
11906 2016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
11907
11908 * gdb.fortran/vla-type.f90: Add test for static and dynamic arrays
11909 of dynamic types.
11910 * gdb.fortran/vla-type.exp: Add test for static and dynamic arrays
11911 of dynamic types.
11912
11913 2016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
11914
11915 * gdb.fortran/vla-type.f90: New file.
11916 * gdb.fortran/vla-type.exp: New file.
11917
11918 2016-04-25 Yao Qi <yao.qi@linaro.org>
11919
11920 * gdb.base/branch-to-self.c: New file.
11921 * gdb.base/branch-to-self.exp: New file.
11922
11923 2016-04-22 Yao Qi <yao.qi@linaro.org>
11924
11925 * gdb.trace/unavailable.exp (gdb_collect_globals_test_1): Match
11926 more after $hex.
11927
11928 2016-04-22 Yao Qi <yao.qi@linaro.org>
11929
11930 * gdb.base/annota1.exp: Set breakpoint on line $main_line.
11931 * gdb.base/annota3.exp: Likewise.
11932
11933 2016-04-22 Yao Qi <yao.qi@linaro.org>
11934
11935 * gdb.reverse/step-precsave.exp: Do one step and test program
11936 stops in "callee" and do multiple steps until program goes out
11937 of "callee".
11938 * gdb.reverse/step-reverse.exp: Likewise.
11939
11940 2016-04-22 Yao Qi <yao.qi@linaro.org>
11941
11942 * gdb.trace/signal.exp: Also pass if
11943 $tracepoint_hits($i) > $iterations.
11944
11945 2016-04-22 Yao Qi <yao.qi@linaro.org>
11946
11947 * gdb.trace/signal.c: New file.
11948 * gdb.trace/signal.exp: New file.
11949
11950 2016-04-19 Doug Evans <xdje42@gmail.com>
11951
11952 * gdb.base/bad-file.exp: New file.
11953
11954 2016-04-18 Martin Galvan <martin.galvan@tallertechnologies.com>
11955
11956 * gdb.dwarf2/implref.exp: New file.
11957
11958 2016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
11959
11960 * gdb.fortran/common-block.exp: Use type naming defined in lib fortran.
11961 * gdb.fortran/derived-type.exp: Use type naming defined in lib fortran.
11962 * gdb.fortran/multi-dim.exp: Use type naming defined in lib fortran.
11963 * gdb.fortran/vla-datatypes.exp: Use type naming defined in lib fortran.
11964 * gdb.fortran/vla-ptype-sub.exp: Use type naming defined in lib fortran.
11965 * gdb.fortran/vla-ptype.exp: Use type naming defined in lib fortran.
11966 * gdb.fortran/whatis_type.exp: Use type naming defined in lib fortran.
11967 * lib/fortran.exp (fortran_int4): New procedure.
11968 (fortran_real4, fortran_real8, fortran_complex4): Likewise.
11969 (fortran_logical4): Likewise.
11970
11971 2016-04-18 Benrhard Heckel <bernhard.heckel@intel.com>
11972
11973 * lib/gdb.exp (gdb_compile_shlib): Add flag for ICC compiler.
11974
11975 2016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
11976
11977 * lib/compiler.c: Add Intel specific preprocessor macros.
11978 * lib/compiler.cc: Likewise.
11979
11980 2016-04-13 Luis Machado <lgustavo@codesourcery.com>
11981
11982 * gdb.server/connect-with-no-symbol-file.c: New file.
11983 * gdb.server/connect-with-no-symbol-file.exp: New file.
11984
11985 2016-04-13 Simon Marchi <simon.marchi@ericsson.com>
11986
11987 * lib/gdb.exp (gdb_remote_download): Fix and extend comment.
11988
11989 2016-04-13 Simon Marchi <simon.marchi@ericsson.com>
11990
11991 * boards/gdbserver-base.exp (${board}_download): Copy source file to
11992 standard output directory.
11993
11994 2016-04-13 Antoine Tremblay <antoine.tremblay@ericsson.com>
11995
11996 * gdb.trace/trace-condition.exp (foreach): Fix emit_sub testcase.
11997
11998 2016-04-13 Markus Metzger <markus.t.metzger@intel.com>
11999
12000 * gdb.btrace/instruction_history.c (loop): Add declaration.
12001
12002 2016-04-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
12003
12004 * gdb.trace/ftrace.exp (proc): Change test prefix from "ond" to "cond".
12005
12006 2016-04-09 Simon Marchi <simon.marchi@polymtl.ca>
12007
12008 * gdb.python/py-mi-events-gdb.py (signal_stop_handler): Add
12009 parentheses to print.
12010 (continue_handler): Likewise.
12011
12012 2016-04-08 Simon Marchi <simon.marchi@ericsson.com>
12013
12014 * gdb.server/solib-list.exp: Remove is_remote check.
12015 Pass shlib= to gdb_compile. Don't link shared library with
12016 -soname. Call gdb_remote_download instead of gdb_load_shlibs.
12017 Run binary filename through "readlink -f" on the target.
12018
12019 2016-04-08 Pedro Alves <palves@redhat.com>
12020
12021 * gdb.server/solib-list.exp: Don't use gdb_load. Instead pass the
12022 interpreter filename as argument to gdbserver_spawn.
12023 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
12024 Return empty if $last_loaded_file does not exist.
12025
12026 2016-04-08 Jan Kratochvil <jan.kratochvil@redhat.com>
12027
12028 Fix compatibility with gcc-4.8.5-4.el7.x86_64.
12029 * gdb.base/jit-main.c: Use exit after usage.
12030
12031 2016-04-07 Jan Kratochvil <jan.kratochvil@redhat.com>
12032
12033 * gdb.base/gdbhistsize-history.exp: Save and unset GDBHISTFILE and
12034 GDBHISTSIZE prior to the tests.
12035 * gdb.base/gdbinit-history.exp: Likewise.
12036
12037 2016-04-07 Pedro Alves <palves@redhat.com>
12038
12039 * gdb.compile/compile.exp: Use gdb_compile with "shlib=" option
12040 instead of build_executable. Use gdb_load_shlibs.
12041
12042 2016-04-07 Yao Qi <yao.qi@linaro.org>
12043
12044 * gdb.reverse/finish-reverse-bkpt.exp: Use temporary breakpoint.
12045 Execute "si" command.
12046
12047 2016-04-07 Yao Qi <yao.qi@linaro.org>
12048
12049 * gdb.reverse/next-reverse-bkpt-over-sr.exp: Match the breakpoint
12050 number instead of the comments on some line.
12051
12052 2016-04-06 Don Breazeal <donb@codesourcery.com>
12053
12054 * gdb.dwarf2/dw2-opt-structptr.c: New test program.
12055 * gdb.dwarf2/dw2-opt-structptr.exp: New test script.
12056
12057 2016-04-06 Simon Marchi <simon.marchi@ericsson.com>
12058
12059 * gdb.threads/dlopen-libpthread.exp: Set binfile_lib using
12060 standard_output_file. Remove unused binfile variable.
12061
12062 2016-04-05 Catalin Udma <catalin.udma@freescale.com>
12063
12064 * gdb.python/py-mi-objfile-gdb.py: Use "list main" command.
12065 * gdb.python/py-mi-objfile.exp: Match "list main" output
12066 in console format.
12067
12068 2016-04-05 Simon Marchi <simon.marchi@polymtl.ca>
12069
12070 * gdb.arch/ftrace-insn-reloc.exp: Check for IPA basename instead of
12071 absolute.
12072
12073 2016-04-05 Simon Marchi <simon.marchi@ericsson.com>
12074
12075 * gdb.trace/ftrace-lock.exp: Check for IPA basename instead of
12076 absolute.
12077 * gdb.trace/ftrace.exp: Likewise.
12078 * lib/gdb.exp (gdb_compile): Set rpath $ORIGIN for non-remote
12079 targets as well.
12080 (gdb_compile_shlib): Set SONAME for non-remote targets as well.
12081 (gdb_load_shlibs): Copy libraries to test directory when testing
12082 natively. Only set solib-search-path if testing remotely.
12083 * lib/mi-support.exp (mi_load_shlibs): Likewise.
12084
12085 2016-04-05 Simon Marchi <simon.marchi@ericsson.com>
12086
12087 * gdb.base/jit-so.exp: Use gdb_remote_download instead of
12088 gdb_download. Use it even if the target is not remote.
12089 * gdb.base/jit.exp (compile_jit_test): Likewise.
12090 * lib/gdb.exp (gdb_remote_download): Copy files to the standard
12091 output directory if the destination board is local, otherwise use
12092 the standard remote_download from DejaGnu.
12093 (gdb_download): Remove.
12094 (gdb_load_shlibs): Use gdb_remote_download instead of
12095 gdb_download.
12096 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
12097 Use gdb_remote_download instead of gdb_download. Use it even if
12098 the target is not remote.
12099 * lib/mi-support.exp (mi_load_shlibs): Use gdb_remote_download
12100 instead of gdb_download.
12101
12102 2016-04-04 Simon Marchi <simon.marchi@polymtl.ca>
12103
12104 * gdb.mi/mi-breakpoint-changed.exp: Add some with_test_prefix.
12105 (test_insert_delete_modify): Call mi_load_shlibs before trying to
12106 run.
12107
12108 2016-04-01 Artemiy Volkov <artemiyv@acm.org>
12109
12110 PR gdb/19820
12111 * gdb.base/printcmds.exp: Add artificial arrays tests.
12112
12113 2016-03-31 Pedro Alves <palves@redhat.com>
12114
12115 PR gdb/19858
12116 * gdb.base/jit-main.c: Include unistd.h.
12117 (ATTACH): Define to 0 if not already defined.
12118 (wait_for_gdb, mypid): New globals.
12119 (WAIT_FOR_GDB): New macro.
12120 (MAIN): Set an alarm. Store the process's pid. Wait for GDB at
12121 some breakpoint locations.
12122 * gdb.base/jit.exp (clean_reattach, continue_to_test_location):
12123 New procedures.
12124 (one_jit_test): Add REATTACH parameter, and handle it. Use
12125 continue_to_test_location.
12126 (top level): Test attach, and adjusts calls to one_jit_test.
12127
12128 2016-03-31 Pedro Alves <palves@redhat.com>
12129
12130 PR gdb/19858
12131 * gdb.base/jit.exp (compile_jit_test): Add intro comment. Add
12132 BINSUFFIX parameter, and handle it.
12133 (top level): Adjust calls compile_jit_test.
12134
12135 2016-03-31 Catalin Udma <catalin.udma@freescale.com>
12136
12137 PR python/19743
12138 * gdb.python/py-mi-events-gdb.py: New file.
12139 * gdb.python/py-mi-events.c: New file.
12140 * gdb.python/py-mi-events.exp: New file.
12141
12142 2016-03-30 Yao Qi <yao.qi@linaro.org>
12143
12144 * gdb.reverse/until-precsave.exp: Match function name only.
12145 * gdb.reverse/until-reverse.c (main): Don't call fprintf nor printf.
12146 Move malloc to a condition block.
12147 * gdb.reverse/until-reverse.exp: Match function name only.
12148
12149 2016-03-29 Marcin Kościelnicki <koriakin@0x04.net>
12150
12151 * gdb.trace/ftrace.exp: Set arg0exp for s390.
12152 * gdb.trace/mi-trace-frame-collected.exp: Expect 4 registers on s390.
12153 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for s390, add gpr0num
12154 variable for GPR 0 instead of assuming it is register 0.
12155 * gdb.trace/trace-common.h: Add s390 fast tracepoint placeholder.
12156 * lib/trace-support.exp: Add s390 registers.
12157
12158 2016-03-29 Yao Qi <yao.qi@linaro.org>
12159
12160 * gdb.arch/arm-neon.exp: Pass debug to prepare_for_testing.
12161
12162 2016-03-24 Yao Qi <yao.qi@linaro.org>
12163
12164 * gdb.reverse/break-reverse.exp: Add quotation mark in the
12165 test message.
12166
12167 2016-03-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
12168
12169 * gdb.arch/s390-multiarch.exp: Use standard_testfile instead of
12170 maintaining separate logic for constructing the output path.
12171
12172 2016-03-16 Don Breazeal <donb@codesourcery.com>
12173
12174 * gdb.threads/forking-threads-plus-breakpoint.c (thread_forks):
12175 Retry fork and waitpid on interrupted system call errors.
12176 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
12177 Use with_timeout_factor to increase timeout by factor of 10.
12178
12179 2016-03-15 Don Breazeal <donb@codesourcery.com>
12180
12181 * gdb.cp/scope-err.cc: New test program.
12182 * gdb.cp/scope-err.exp: New test script.
12183 * gdb.linespec/ls-errs.c (myfunction): Expanded to have multiple
12184 lines and "set breakpoint here" comment.
12185 * gdb.linespec/ls-errs.exp: Added C++ testing and new test case.
12186 Fixed some whitespace and format issues.
12187 * gdb.mi/mi-linespec-err-cp.cc: New test program.
12188 * gdb.mi/mi-linespec-err-cp.exp: New test script.
12189
12190 2016-03-15 Doug Evans <dje@google.com>
12191
12192 * gdb.xml/extra-regs.xml: Add enum, mixed_flags values.
12193 * gdb.xml/tdesc-regs.exp (load_description): New arg xml_file.
12194 All callers updated. Add tests for enums, mixed flags register.
12195
12196 2016-03-15 Doug Evans <dje@google.com>
12197
12198 * gdb.base/skip.c (main): Call test_skip_file_and_function.
12199 * gdb.base/skip.exp: Remove hand calling test_skip_file_and_function.
12200
12201 2016-03-14 Simon Marchi <simon.marchi@ericsson.com>
12202
12203 * gdb.base/default.exp: Add $_as_string to the list of expected
12204 convenience functions.
12205
12206 2016-03-11 Andrew Burgess <andrew.burgess@embecosm.com>
12207
12208 * gdb.base/maint.exp: New tests for 'maint info line-table'.
12209
12210 2016-03-10 Simon Marchi <simon.marchi@polymtl.ca>
12211
12212 * gdb.python/py-as-string.exp: New file.
12213 * gdb.python/py-as-string.c: New file.
12214
12215 2016-03-09 Pedro Alves <palves@redhat.com>
12216
12217 * gdb.threads/attach-into-signal.exp: Adjust to "Program received
12218 signal" -> "Thread NN received signal" output change.
12219 * gdb.threads/ia64-sigill.exp: Likewise.
12220 * gdb.threads/linux-dp.exp: Likewise.
12221 * gdb.threads/manythreads.exp: Likewise.
12222 * gdb.threads/pending-step.exp: Likewise.
12223 * gdb.threads/print-threads.exp: Likewise.
12224 * gdb.threads/sigstep-threads.exp: Likewise.
12225 * gdb.threads/staticthreads.exp: Likewise.
12226 * gdb.threads/tls.exp: Likewise.
12227
12228 2016-03-09 Pedro Alves <palves@redhat.com>
12229
12230 * gdb.base/command-line-input.exp: New file.
12231
12232 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
12233
12234 * gdb.trace/ftrace.exp: Set arg0exp for ppc.
12235 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for ppc.
12236 * gdb.trace/pending.exp: Accept leading dot before function name.
12237 * gdb.trace/trace-common.h: Add fast tracepoint dummy insn for ppc.
12238 * lib/trace-support.exp: Set registers for ppc.
12239
12240 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
12241
12242 * gdb.trace/entry-values.exp: Link ${binfile}1.o to ${binfile}1 and
12243 use it for disassembly; accept .main in addition to main in backtrace.
12244
12245 2016-03-09 Wei-cheng Wang <cole945@gmail.com>
12246 Marcin Kościelnicki <koriakin@0x04.net>
12247
12248 * gdb.trace/actions.c (gdb_recursion_test_fp): New typedef.
12249 (gdb_recursion_test_ptr): New global variable.
12250 (gdb_recursion_test): Call gdb_recursion_test_ptr instead of
12251 gdb_recursion_test.
12252 (gdb_c_test): Ditto.
12253
12254 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
12255
12256 * gdb.trace/change-loc.exp: Don't depend on tracepoint location
12257 ordering.
12258
12259 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
12260
12261 * gdb.trace/unavailable-dwarf-piece.c (foo): Add foo_start_lbl label.
12262 (bar): Add bar_start_lbl label.
12263 * gdb.trace/unavailable-dwarf-piece.exp: Use foo/bar_start_lbl instead
12264 of foo/bar for emitting DWARF and tracing.
12265
12266 2016-03-06 Sergio Durigan Junior <sergiodj@redhat.com>
12267
12268 * analyze-racy-logs.py: Set executable bit.
12269
12270 2016-03-05 Sergio Durigan Junior <sergiodj@redhat.com>
12271
12272 * Makefile.in (DEFAULT_RACY_ITER): New variable.
12273 (CHECK_TARGET_TMP): Likewise.
12274 (check-single-racy): New rule.
12275 (check-parallel-racy): Likewise.
12276 (TEST_TARGETS): Adjust rule to account for RACY_ITER.
12277 (do-check-parallel-racy): New rule.
12278 (check-racy/%.exp): Likewise.
12279 * README (Racy testcases): New section.
12280 * analyze-racy-logs.py: New file.
12281
12282 2016-03-03 Doug Evans <dje@google.com>
12283
12284 * gdb.base/skip.exp: Use with_test_prefix.
12285
12286 2016-03-03 Yao Qi <yao.qi@linaro.org>
12287
12288 * gdb.base/step-over-syscall.exp (step_over_syscall): Kfail.
12289 Invoke step_over_syscall "clone" and break_cond_on_syscall
12290 "clone".
12291 * gdb.base/step-over-clone.c: New file.
12292
12293 2016-03-03 Yao Qi <yao.qi@linaro.org>
12294
12295 * gdb.base/step-over-syscall.exp (disp_step_cross_syscall): Fix
12296 code format.
12297
12298 2016-03-03 Yao Qi <yao.qi@linaro.org>
12299
12300 * gdb.base/disp-step-fork.c: Rename to ...
12301 * gdb.base/step-over-fork.c: ... it. New file.
12302 * gdb.base/disp-step-vfork.c: Rename to ...
12303 * gdb.base/step-over-vfork.c: ... it. New file.
12304 * gdb.base/disp-step-syscall.exp: Rename to ...
12305 * gdb.base/step-over-syscall.exp: ... it. New file.
12306 (disp_step_cross_syscall): Rename to ...
12307 (step_over_syscall): ... it.
12308
12309 2016-03-03 Yao Qi <yao.qi@linaro.org>
12310
12311 * gdb.base/disp-step-syscall.exp (break_cond_on_syscall): New.
12312 If target supports condition evaluation on target, invoke
12313 break_cond_on_syscall for fork and vfork.
12314
12315 2016-03-03 Yao Qi <yao.qi@linaro.org>
12316
12317 * gdb.base/disp-step-syscall.exp: Don't invoke
12318 support_displaced_stepping.
12319 (disp_step_cross_syscall): Test with displaced stepping off and
12320 on if supported.
12321
12322 2016-03-03 Yao Qi <yao.qi@linaro.org>
12323
12324 * gdb.base/disp-step-syscall.exp (check_pc_after_cross_syscall): New
12325 proc.
12326 (setup): New proc.
12327 (disp_step_cross_syscall): Move code to check_pc_after_cross_syscall
12328 and setup.
12329
12330 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
12331
12332 * gdb.fortran/vla-history.exp: Remove breakpoint.
12333
12334 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
12335
12336 * gdb.fortran/vla-history.exp: Lookup array elements and printing
12337 exceeds timeout.
12338
12339 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
12340
12341 * gdb.cp/vla-cxx.cc: Insert dummy assignment as anchor for an
12342 breakpoint.
12343
12344 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
12345
12346 * gdb.mi/vla.f90: Nullify pointer after declaration.
12347
12348 2016-03-01 Pedro Alves <palves@redhat.com>
12349
12350 * gdb.trace/ftrace-lock.c: Include <unistd.h>.
12351
12352 2016-03-01 Pedro Alves <palves@redhat.com>
12353
12354 * gdb.threads/watchpoint-fork-child.c: Include "watchpoint-fork.h"
12355 before anything else.
12356 * gdb.threads/watchpoint-fork-mt.c: Likewise. Don't define
12357 _GNU_SOURCE here.
12358 * gdb.threads/watchpoint-fork-st.c: Include "watchpoint-fork.h"
12359 before anything else.
12360 * gdb.threads/watchpoint-fork.h: Define _GNU_SOURCE.
12361
12362 2016-03-01 Pedro Alves <palves@redhat.com>
12363
12364 * gdb.base/catch-fork-kill.c: Include <sys/wait.h>.
12365
12366 2016-03-01 Yao Qi <yao.qi@linaro.org>
12367
12368 * gdb.arch/arm-disp-step.exp: Use standard_testfile and
12369 prepare_for_testing.
12370
12371 2016-03-01 Yao Qi <yao.qi@linaro.org>
12372
12373 * gdb.arch/arm-neon.exp: Pass quiet to prepare_for_testing.
12374
12375 2016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
12376
12377 * gdb.arch/s390-tdbregs.exp: Use prepare_for_testing instead of
12378 manually constructing the output path.
12379
12380 2016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
12381
12382 * gdb.arch/s390-stackless.S: New.
12383 * gdb.arch/s390-stackless.exp: New.
12384
12385 2016-02-28 Iain Buclaw <ibuclaw@gdcproject.org>
12386
12387 * gdb.dlang/circular.c: New file.
12388 * gdb.dlang/circular.exp: New file.
12389
12390 2016-02-26 Yao Qi <yao.qi@linaro.org>
12391
12392 * gdb.reverse/insn-reverse.c [__arm__] (ext_reg_load): New.
12393 [__arm__] (ext_reg_mov, ext_reg_push_pop): New.
12394 (testcases): Update.
12395
12396 2016-02-26 Yao Qi <yao.qi@linaro.org>
12397
12398 * gdb.reverse/aarch64.c: Rename to ...
12399 * gdb.reverse/insn-reverse.c: ... it.
12400 * gdb.reverse/aarch64.exp: Rename to ...
12401 * gdb.reverse/insn-reverse.exp: ... it.
12402
12403 2016-02-26 Yao Qi <yao.qi@linaro.org>
12404
12405 * gdb.reverse/aarch64.c: [__aarch64__] Include arm_neon.h.
12406 (testcase_ftype): New.
12407 (testcases): New array.
12408 (n_testcases): New.
12409 (main): Call each element in testcases.
12410 * gdb.reverse/aarch64.exp: Remove is_aarch64_target check.
12411 (read_testcase): New.
12412 Do the tests in a loop.
12413
12414 2016-02-25 Yao Qi <yao.qi@linaro.org>
12415
12416 * gdb.base/branches.c: Remove.
12417
12418 2016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
12419
12420 PR gdb/13808
12421 * gdb.trace/ftrace.exp (test_fast_tracepoints): Remove kfail.
12422
12423 2016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
12424
12425 * gdb.trace/ftrace.exp: Remove unnecessary target check.
12426
12427 2016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
12428
12429 * gdb.trace/entry-values.exp: Surround $call_insn with '\y',
12430 change x86_64 call_insn to 'callq'.
12431
12432 2016-02-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
12433
12434 * gdb.trace/tfile-avx.c: Move to...
12435 * gdb.trace/tracefile-pseudo-reg.c: Here.
12436 * gdb.trace/tfile-avx.exp: Move to...
12437 * gdb.trace/tracefile-pseudo-reg.exp: Here.
12438
12439 2016-02-24 Gary Benson <gbenson@redhat.com>
12440
12441 * gdb.base/attach-pie-noexec.exp: Do not expect an error
12442 message on attach.
12443
12444 2016-02-23 Doug Evans <dje@google.com>
12445
12446 * gdb.base/skip.c (test_skip): New function.
12447 (end_test_skip_file_and_function): New function.
12448 (test_skip_file_and_function): New function.
12449 * gdb.base/skip1.c (test_skip): New function.
12450 (skip1_test_skip_file_and_function): New function.
12451 * gdb.base/skip.exp: Add tests for new skip options.
12452 * gdb.base/skip-solib.exp: Update expected output.
12453 * gdb.perf/skip-command.cc: New file.
12454 * gdb.perf/skip-command.exp: New file.
12455 * gdb.perf/skip-command.py: New file.
12456
12457 2016-02-22 Marcin Kościelnicki <koriakin@0x04.net>
12458
12459 * gdb.trace/unavailable.exp (gdb_unavailable_registers_test_1): Fix
12460 info registers pattern.
12461
12462 2016-02-18 Iain Buclaw <ibuclaw@gdcproject.org>
12463
12464 * lib/future.exp: Add D support.
12465 (gdb_find_gdc): New proc.
12466 (gdb_default_target_compile): Add D support.
12467
12468 2016-02-18 Wei-cheng Wang <cole945@gmail.com>
12469
12470 * gdb.trace/tspeed.c (myclock): Return wallclock instead of
12471 user+system time.
12472 (trace_speed_test): Determine the iteration count for a time
12473 between 15..30 seconds.
12474
12475 2016-02-18 Walfred Tedeschi <walfred.tedeschi@intel.com>
12476
12477 * gdb.arch/i386-mpx-sigsegv.c: New file.
12478 * gdb.arch/i386-mpx-sigsegv.exp: New file.
12479 * gdb.arch/i386-mpx-simple_segv.c: New file.
12480 * gdb.arch/i386-mpx-simple_segv.exp: New file.
12481
12482 2016-02-18 Yao Qi <yao.qi@linaro.org>
12483
12484 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
12485 Don't call setup_kfail.
12486
12487 2016-02-18 Yao Qi <yao.qi@linaro.org>
12488
12489 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
12490 Set "set breakpoint condition-evaluation" per $cond_bp_target.
12491
12492 2016-02-16 Doug Evans <dje@google.com>
12493
12494 * gdb.base/skip.c: Add copyright. Whitespace cleanup.
12495 * gdb.base/skip1.c: Ditto.
12496 * gdb.base/skip.exp: Whitespace cleanup.
12497
12498 2016-02-16 Don Breazeal <donb@codesourcery.com>
12499
12500 PR remote/19496
12501 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
12502 Remove kfail for PR remote/19496.
12503
12504 2016-02-16 Simon Marchi <simon.marchi@ericsson.com>
12505
12506 * lib/gdb.exp (standard_temp_file): Return a path specific to
12507 the runtest invocation.
12508
12509 2016-02-16 Simon Marchi <simon.marchi@ericsson.com>
12510
12511 * gdb.trace/save-trace.exp: Change relative path to be in the
12512 standard output directory.
12513
12514 2016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
12515
12516 * gdb.arch/i386-prologue.c: Add missing prototypes.
12517
12518 2016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
12519
12520 * gdb.arch/i386-gnu-cfi.exp: Use standard_output_file.
12521 * gdb.arch/i386-prologue.exp: Likewise.
12522 * gdb.arch/i386-size.exp: Likewise.
12523
12524 2016-02-15 Simon Marchi <simon.marchi@ericsson.com>
12525
12526 * gdb.base/wrong_frame_bt_full.exp: Use standard_output_file to
12527 define object file path.
12528 * gdb.btrace/gcore.exp: Use standard_output_file to define core
12529 file path.
12530 * lib/opencl.exp (gdb_compile_opencl_hostapp): Use
12531 standard_output_file to define binfile.
12532
12533 2016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
12534
12535 Fix compatibility with recent gfortran-5.3.1.
12536 * gdb.fortran/vla-history.exp (print vla1 allocated)
12537 (print vla2 allocated, print $2, print $3): Remove
12538 (print $4): Rename to ...
12539 (print $2): ... here.
12540 (print $9): Rename to ...
12541 (print $5): ... here.
12542 (print $10): Rename to ...
12543 (print $6): ... here.
12544 * gdb.fortran/vla.f90: Add pvla initialization.
12545
12546 2016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
12547
12548 * gdb.fortran/vla-value-sub-finish.exp (set max-value-size 1024*1024):
12549 New test.
12550 * gdb.fortran/vla-value-sub.exp: Likewise.
12551
12552 2016-02-12 Marcin Kościelnicki <koriakin@0x04.net>
12553
12554 * gdb.trace/tfile-avx.c (main): Change ymm15 to xmm15.
12555
12556 2016-02-12 Simon Marchi <simon.marchi@ericsson.com>
12557
12558 * i386-biarch-core.exp: Define corefile using
12559 standard_output_file.
12560
12561 2016-02-12 Yao Qi <yao.qi@linaro.org>
12562
12563 * gdb.arch/arm-single-step-kernel-helper.c: New.
12564 * gdb.arch/arm-single-step-kernel-helper.exp: New.
12565
12566 2016-02-12 Markus Metzger <markus.t.metzger@intel.com>
12567
12568 * gdb.btrace/tailcall-only.exp: New.
12569 * gdb.btrace/tailcall-only.c: New.
12570 * gdb.btrace/x86_64-tailcall-only.S: New.
12571 * gdb.btrace/i686-tailcall-only.S: New.
12572
12573 2016-02-11 Pedro Alves <palves@redhat.com>
12574
12575 * README (Parallel testing): Add missing double quotes.
12576
12577 2016-02-11 Pedro Alves <palves@redhat.com>
12578
12579 * README (Parallel testing): New section.
12580 (GDB_PARALLEL): Rewrite.
12581 (FORCE_PARALLEL): Document.
12582
12583 2016-02-11 Marcin Kościelnicki <koriakin@0x04.net>
12584
12585 * gdb.trace/tfile-avx.c: New test.
12586 * gdb.trace/tfile-avx.exp: New test.
12587
12588 2016-02-09 Keith Seitz <keiths@redhat.com>
12589
12590 PR breakpoints/19546
12591 * gdb.base/infcall-exec.c: New file.
12592 * gdb.base/infcall-exec2.c: New file.
12593 * gdb.base/infcall-exec.exp: New file.
12594
12595 2016-02-09 Keith Seitz <keiths@redhat.com>
12596
12597 * gdb.guile/scm-breakpoint.exp (test_bkpt_address): New procedure.
12598 (toplevel): Call test_bkpt_address.
12599
12600 2016-02-09 Keith Seitz <keiths@redhat.com>
12601
12602 PR python/19506
12603 * gdb.python/py-breakpoint.exp (test_bkpt_address): New procedure.
12604 (toplevel): Call test_bkpt_address.
12605
12606 2016-02-09 Simon Marchi <simon.marchi@ericsson.com>
12607
12608 * configure.ac: Use AC_CONFIG_FILES instead of passing arguments
12609 to AC_OUTPUT.
12610 * configure: Regenerate.
12611
12612 2016-02-09 Pedro Alves <palves@redhat.com>
12613
12614 PR breakpoints/19548
12615 * gdb.base/execl-update-breakpoints.c (some_function): New
12616 function.
12617 (main): Call it.
12618 * gdb.base/execl-update-breakpoints.exp: Add a second breakpoint.
12619 Tighten expected GDB output.
12620
12621 2016-02-08 Simon Marchi <simon.marchi@ericsson.com>
12622
12623 * Makefile.in (ALL_SUBDIRS): Remove.
12624 (clean mostlyclean): Do not recurse in ALL_SUBDIRS.
12625 (distclean maintainer-clean realclean): Likewise.
12626 * configure.ac (AC_OUTPUT): Remove gdb.*/Makefile.
12627 * configure: Regenerate.
12628 * gdb.ada/Makefile.in: Delete.
12629 * gdb.arch/Makefile.in: Likewise.
12630 * gdb.asm/Makefile.in: Likewise.
12631 * gdb.base/Makefile.in: Likewise.
12632 * gdb.btrace/Makefile.in: Likewise.
12633 * gdb.cell/Makefile.in: Likewise.
12634 * gdb.compile/Makefile.in: Likewise.
12635 * gdb.cp/Makefile.in: Likewise.
12636 * gdb.disasm/Makefile.in: Likewise.
12637 * gdb.dlang/Makefile.in: Likewise.
12638 * gdb.dwarf2/Makefile.in: Likewise.
12639 * gdb.fortran/Makefile.in: Likewise.
12640 * gdb.gdb/Makefile.in: Likewise.
12641 * gdb.go/Makefile.in: Likewise.
12642 * gdb.guile/Makefile.in: Likewise.
12643 * gdb.java/Makefile.in: Likewise.
12644 * gdb.linespec/Makefile.in: Likewise.
12645 * gdb.mi/Makefile.in: Likewise.
12646 * gdb.modula2/Makefile.in: Likewise.
12647 * gdb.multi/Makefile.in: Likewise.
12648 * gdb.objc/Makefile.in: Likewise.
12649 * gdb.opencl/Makefile.in: Likewise.
12650 * gdb.opt/Makefile.in: Likewise.
12651 * gdb.pascal/Makefile.in: Likewise.
12652 * gdb.perf/Makefile.in: Likewise.
12653 * gdb.python/Makefile.in: Likewise.
12654 * gdb.reverse/Makefile.in: Likewise.
12655 * gdb.server/Makefile.in: Likewise.
12656 * gdb.stabs/Makefile.in: Likewise.
12657 * gdb.threads/Makefile.in: Likewise.
12658 * gdb.trace/Makefile.in: Likewise.
12659 * gdb.xml/Makefile.in: Likewise.
12660 * lib/gdb.exp (make_gdb_parallel_path): Add check for
12661 GDB_PARALLEL.
12662 (standard_output_file): Remove check for GDB_PARALLEL, always
12663 return path in outputs/$subdir/$testname.
12664
12665 2016-02-08 Simon Marchi <simon.marchi@ericsson.com>
12666
12667 * Makefile.in (abs_srcdir): Assign @abs_srcdir@.
12668 (site.exp): Assign abs_srcdir to tcl's srcdir.
12669
12670 2016-02-04 Yao Qi <yao.qi@linaro.org>
12671
12672 * gdb.base/foll-exec-mode.c: Include limits.h.
12673 (main): Add parameters argc and argv. Get directory from
12674 argv[0].
12675 * gdb.base/foll-exec-mode.exp: Don't pass -DBASEDIR in
12676 compilation.
12677 * gdb.base/foll-exec.c: Include limits.h.
12678 (main): Add parameters argc and argv.
12679 Get directory from argv[0].
12680 * gdb.base/foll-exec.exp: Don't pass -DBASEDIR in compilation.
12681 Adjust tests on the number of lines as source code changed.
12682 * gdb.base/foll-vfork-exit.c: Include limits.h.
12683 (main): Add one line of statement before vfork.
12684 * gdb.base/foll-vfork.c: Include limits.h and string.h.
12685 (main): Add parameters argc and argv. Get directory from
12686 argv[0].
12687 * gdb.base/foll-vfork.exp: Don't pass -DBASEDIR in compilation.
12688 (setup_gdb): Set tbreak to skip some source lines.
12689 * gdb.multi/bkpt-multi-exec.c: Include limits.h.
12690 (main): Add parameters argc and argv. Get directory from
12691 argv[0].
12692 * gdb.multi/bkpt-multi-exec.exp: Don't pass -DBASEDIR in
12693 compilation.
12694 * gdb.multi/multi-arch-exec.c: Include limits.h and string.h.
12695 (main): Add parameters argc and argv. Get directory from
12696 argv[0].
12697 * gdb.multi/multi-arch-exec.exp: Don't pass -DBASEDIR in
12698 compilation.
12699
12700 2016-02-01 Doug Evans <dje@google.com>
12701
12702 * gdb.base/skip.exp: Clean up multiple references to same test name.
12703
12704 2016-02-01 Pedro Alves <palves@redhat.com>
12705
12706 PR remote/19496
12707 * gdb.threads/forking-threads-plus-breakpoint.exp
12708 (displaced_stepping_supported): New global.
12709 (probe_displaced_stepping_support): New procedure.
12710 (do_test): Add 'displaced' parameter, and use it.
12711 (top level): Check for displaced stepping support. Add displaced
12712 stepping on/off testing axis.
12713
12714 2016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
12715
12716 * gdb.mi/mi-vla-fortran.exp: Add XFAIL for accessing unassociated
12717 pointer. Don't perform further tests on the unassociated pointer
12718 if the first test fails.
12719
12720 2016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
12721
12722 * gdb.base/max-value-size.c: New file.
12723 * gdb.base/max-value-size.exp: New file.
12724 * gdb.base/huge.exp: Disable max-value-size for this test.
12725
12726 2016-01-28 Iain Buclaw <ibuclaw@gdcproject.org>
12727
12728 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
12729
12730 2016-01-28 Yao Qi <yao.qi@linaro.org>
12731
12732 * gdb.fortran/vla-value.exp: Wrap test with with_timeout_factor.
12733
12734 2016-01-25 Pedro Alves <palves@redhat.com>
12735
12736 PR threads/19461
12737 * gdb.base/fork-running-state.c: New file.
12738 * gdb.base/fork-running-state.exp: New file.
12739
12740 2016-01-25 Pedro Alves <palves@redhat.com>
12741
12742 PR gdb/19494
12743 * gdb.base/catch-fork-kill.c: New file.
12744 * gdb.base/catch-fork-kill.exp: New file.
12745
12746 2016-01-25 Pedro Alves <palves@redhat.com>
12747
12748 * gdb.base/step-sw-breakpoint-adjust-pc.exp (foreach_with_prefix):
12749 Delete, moved to lib/gdb.exp.
12750 * gdb.threads/forking-threads-plus-breakpoint.exp
12751 (foreach_with_prefix): Likewise.
12752 * gdb.threads/process-dies-while-handling-bp.exp
12753 (foreach_with_prefix): Likewise.
12754 * lib/gdb.exp (foreach_with_prefix): New procedure.
12755
12756 2016-01-25 Marcin Kościelnicki <koriakin@0x04.net>
12757
12758 * gdb.trace/backtrace.exp: Bump stack collection fudge factor.
12759 * gdb.trace/entry-values.exp: Bump stack collection fudge factor.
12760
12761 2016-01-23 Marcin Kościelnicki <koriakin@0x04.net>
12762
12763 * gdb.trace/unavailable-dwarf-piece.exp: Fix bitfield handling on big
12764 endian targets.
12765
12766 2016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
12767 Pedro Alves <palves@redhat.com>
12768
12769 Fix testsuite compatibility with Guile.
12770 * gdb.gdb/selftest.exp (send ^C to child process): Drop expected Thread
12771 number.
12772
12773 2016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
12774
12775 Fix testsuite compatibility with Guile.
12776 * gdb.gdb/selftest.exp (send ^C to child process): Accept also Thread.
12777 (thread 1): New test for backtrace through signal handler.
12778
12779 2016-01-22 Yao Qi <yao.qi@linaro.org>
12780
12781 PR testsuite/19491
12782 * gdb.base/multi-forks.c: Include
12783 ../lib/unbuffer_output.c
12784 (main): Call gdb_unbuffer_output.
12785
12786 2016-01-21 Doug Evans <dje@google.com>
12787
12788 * lib/ada.exp (gdb_compile_ada): Fix typo.
12789
12790 2016-01-21 Joel Brobecker <brobecker@adacore.com>
12791
12792 * gdb.base/break-fun-addr.exp: New file.
12793 * gdb.base/break-fun-addr1.c: New file.
12794 * gdb.base/break-fun-addr2.c: New file.
12795
12796 2016-01-20 Simon Marchi <simon.marchi@polymtl.ca>
12797
12798 * gdb.python/py-pp-maint.exp: Change/add enum flag tests.
12799 * gdb.python/py-pp-maint.c (enum flag_enum): Use more complex
12800 enum flag values.
12801
12802 2016-01-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
12803
12804 * gdb.base/gnu_vector.exp: Re-establish handling for should_kfail
12805 when GDB can not set the vector return value. Add more comments
12806 for clarification.
12807
12808 2016-01-20 Antoine Tremblay <antoine.tremblay@ericsson.com>
12809
12810 * gdb.trace/tspeed.exp: Use shlib instead of libs in gdb_compile
12811 command.
12812
12813 2016-01-19 Simon Marchi <simon.marchi@ericsson.com>
12814
12815 * Makefile.in (DO_RUNTEST): Add --status and update usages.
12816
12817 2016-01-19 Simon Marchi <simon.marchi@ericsson.com>
12818
12819 * Makefile.in (check-single): Pass --status to runtest.
12820 (check/%.exp): Likewise.
12821
12822 2016-01-19 Simon Marchi <simon.marchi@ericsson.com>
12823
12824 * Makefile.in (check-parallel): Propagate return code from make
12825 do-check-parallel.
12826
12827 2016-01-19 Marcin Kościelnicki <koriakin@0x04.net>
12828
12829 * gdb.trace/ftrace.exp: Fix expected message on continue.
12830 * gdb.trace/pending.exp: Fix expected message on continue.
12831 * gdb.trace/trace-break.exp: Fix expected message on continue.
12832
12833 2016-01-18 Simon Marchi <simon.marchi@ericsson.com>
12834
12835 * lib/gdb.exp (gdb_test): Remove unused global references.
12836
12837 2016-01-18 Pedro Alves <palves@redhat.com>
12838
12839 * gdb.base/async-shell.exp: Adjust expected output.
12840 * gdb.base/dprintf-non-stop.exp: Adjust expected output.
12841 * gdb.base/siginfo-thread.exp: Adjust expected output.
12842 * gdb.base/watchpoint-hw-hit-once.exp: Adjust expected output.
12843 * gdb.java/jnpe.exp: Adjust expected output.
12844 * gdb.threads/clone-new-thread-event.exp: Adjust expected output.
12845 * gdb.threads/continue-pending-status.exp: Adjust expected output.
12846 * gdb.threads/leader-exit.exp: Adjust expected output.
12847 * gdb.threads/manythreads.exp: Adjust expected output.
12848 * gdb.threads/pthreads.exp: Adjust expected output.
12849 * gdb.threads/schedlock.exp: Adjust expected output.
12850 * gdb.threads/siginfo-threads.exp: Adjust expected output.
12851 * gdb.threads/signal-command-multiple-signals-pending.exp: Adjust
12852 expected output.
12853 * gdb.threads/signal-delivered-right-thread.exp: Adjust expected
12854 output.
12855 * gdb.threads/sigthread.exp: Adjust expected output.
12856 * gdb.threads/watchpoint-fork.exp: Adjust expected output.
12857
12858 2016-01-18 Yao Qi <yao.qi@linaro.org>
12859
12860 * gdb.guile/scm-section-script.c: Replace @progbits with
12861 %progbits.
12862 * gdb.python/py-section-script.c: Likewise.
12863
12864 2016-01-15 Pedro Alves <palves@redhat.com>
12865
12866 * gdb.multi/tids.exp: Test star wildcard ranges.
12867
12868 2016-01-15 Pedro Alves <palves@redhat.com>
12869
12870 * gdb.multi/tids.exp (thr_apply_info_thr_error): Remove "p 1234"
12871 command from "thread apply" invocation.
12872 (thr_apply_info_thr_invalid): Default the expected output to the
12873 input tid list.
12874 (top level): Add tests that use convenience variables. Add tests
12875 for "thread apply" with a valid TID list, but missing the command.
12876
12877 2016-01-13 Pedro Alves <palves@redhat.com>
12878
12879 * gdb.base/default.exp: Expect $_gthread as well.
12880 * gdb.multi/tids.exp: Test $_gthread.
12881 * gdb.threads/thread-specific.exp: Test $_gthread.
12882
12883 2016-01-13 Pedro Alves <palves@redhat.com>
12884
12885 * gdb.multi/tids.exp: Test "info threads -gid".
12886
12887 2016-01-13 Pedro Alves <palves@redhat.com>
12888
12889 * gdb.multi/tids.exp: Test InferiorThread.global_num and
12890 Breakpoint.thread.
12891 * gdb.python/py-infthread.exp: Test InferiorThread.global_num.
12892
12893 2016-01-07 Pedro Alves <palves@redhat.com>
12894
12895 * gdb.base/break.exp: Adjust to output changes.
12896 * gdb.base/hbreak2.exp: Likewise.
12897 * gdb.base/sepdebug.exp: Likewise.
12898 * gdb.base/watch_thread_num.exp: Likewise.
12899 * gdb.linespec/keywords.exp: Likewise.
12900 * gdb.multi/info-threads.exp: Likewise.
12901 * gdb.threads/thread-find.exp: Likewise.
12902 * gdb.multi/tids.c: New file.
12903 * gdb.multi/tids.exp: New file.
12904
12905 2016-01-13 Pedro Alves <palves@redhat.com>
12906
12907 * gdb.python/py-infthread.exp: Test InferiorThread.inferior.
12908
12909 2016-01-13 Pedro Alves <palves@redhat.com>
12910
12911 * gdb.base/default.exp: Expect $_inferior as well.
12912 * gdb.multi/base.exp: Test $_inferior.
12913
12914 2016-01-13 Pedro Alves <palves@redhat.com>
12915
12916 PR breakpoints/19388
12917 * gdb.base/catch-signal-siginfo-cond.c: New file.
12918 * gdb.base/catch-signal-siginfo-cond.exp: New file.
12919
12920 2016-01-12 Josh Stone <jistone@redhat.com>
12921 Philippe Waroquiers <philippe.waroquiers@skynet.be>
12922
12923 * gdb.base/catch-syscall.c (do_execve): New variable.
12924 (main): Conditionally trigger an execve.
12925 * gdb.base/catch-syscall.exp: Enable testing for remote targets.
12926 (test_catch_syscall_execve): New, check entry/return across execve.
12927 (do_syscall_tests): Call test_catch_syscall_execve.
12928
12929 2016-01-12 Pedro Alves <palves@redhat.com>
12930
12931 * gdb.base/random-signal.exp (do_test): New procedure, with body
12932 of testcase moved in.
12933
12934 2016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
12935 Pedro Alves <palves@redhat.com>
12936
12937 * gdb.base/funcargs.exp (finish from indirectly called function):
12938 Reintroduce the case for 'First'.
12939
12940 2016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
12941 Pedro Alves <palves@redhat.com>
12942
12943 * gdb.base/foll-vfork.exp (tcatch_vfork_then_parent_follow)
12944 (tcatch_vfork_then_child_follow_exec)
12945 (tcatch_vfork_then_child_follow_exit): Revert back DWARF vfork
12946 identification.
12947
12948 2016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
12949
12950 * gdb.guile/scm-value.exp (test_value_in_inferior): Set print elements
12951 and repeats to unlimited.
12952 * gdb.python/py-value.exp: Likewise.
12953 * lib/gdb.exp (gdb_has_argv0): Save and temporarily set print elements
12954 and repeats to unlimited.
12955
12956 2016-01-08 Jan Kratochvil <jan.kratochvil@redhat.com>
12957
12958 * gdb.multi/goodbye.c: Fix compilation warnings by adding return types
12959 and reordering the functions.
12960 * gdb.multi/hangout.c: Likewise.
12961 * gdb.multi/hello.c: Likewise.
12962
12963 2016-01-08 Simon Marchi <simon.marchi@ericsson.com>
12964
12965 * gdb.perf/lib/perftest/perftest.py: Change relative imports to
12966 absolute.
12967 (SingleStatisticTestResult.report): Use dict.keys instead of
12968 dict.iterkeys.
12969
12970 2016-01-06 Pedro Alves <palves@redhat.com>
12971
12972 * gdb.python/py-infthread.exp: Fix typo. Expect t0.num to be 1.
12973
12974 2016-01-04 Markus Metzger <markus.t.metzger@intel.com>
12975
12976 * gdb.btrace/dlopen.exp: New.
12977 * gdb.btrace/dlopen.c: New.
12978 * gdb.btrace/dlopen-dso.c: New.
12979
12980 2015-12-25 Sandra Loosemore <sandra@codesourcery.com>
12981
12982 * lib/gdb.exp (gdb_test): Update comments to clarify that the
12983 PATTERN argument is optional.
12984
12985 2015-12-24 Joel Brobecker <brobecker@adacore.com>
12986
12987 * lib/ada.exp (target_compile_ada_from_dir): New function.
12988 (gdb_compile_ada): Reimplement avoiding the use of project files.
12989 * gdb.ada/gnat_ada.gpr: Delete.
12990 * gdb.ada/cond_lang.exp: Adjust test to make path before
12991 filename optional.
12992 * gdb.ada/small_reg_param.exp: Likewise.
12993
12994 2015-12-22 Simon Marchi <simon.marchi@ericsson.com>
12995
12996 * gdb.base/foll-vork.exp: Remove HP-UX special case.
12997
12998 2015-12-22 Thomas Preud'homme <thomas.preudhomme@arm.com>
12999
13000 * lib/mi-support.exp (mi_run_cmd_full): Add an expect for the CLI jump
13001 case.
13002
13003 2015-12-21 Simon Marchi <simon.marchi@ericsson.com>
13004
13005 * gdb.base/break.exp: Remove dead code.
13006 * gdb.base/sepdebug.exp: Likewise.
13007
13008 2015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
13009
13010 * gdb.asm/asm-source.exp: Remove HP-UX references.
13011 * gdb.base/annota1.exp: Likewise.
13012 * gdb.base/annota3.exp: Likewise.
13013 * gdb.base/attach.exp: Likewise.
13014 * gdb.base/bigcore.exp: Likewise.
13015 * gdb.base/break.exp: Likewise.
13016 * gdb.base/call-ar-st.exp: Likewise.
13017 * gdb.base/callfuncs.exp: Likewise.
13018 * gdb.base/catch-fork-static.exp: Likewise.
13019 * gdb.base/display.exp: Likewise.
13020 * gdb.base/foll-exec-mode.exp: Likewise.
13021 * gdb.base/foll-exec.exp: Likewise.
13022 * gdb.base/foll-fork.exp: Likewise.
13023 * gdb.base/foll-vfork.exp: Likewise.
13024 * gdb.base/funcargs.exp: Likewise.
13025 * gdb.base/hbreak2.exp: Likewise.
13026 * gdb.base/inferior-died.exp: Likewise.
13027 * gdb.base/interrupt.exp: Likewise.
13028 * gdb.base/multi-forks.exp: Likewise.
13029 * gdb.base/nodebug.exp: Likewise.
13030 * gdb.base/sepdebug.exp: Likewise.
13031 * gdb.base/solib1.c: Likewise.
13032 * gdb.base/step-test.exp: Likewise.
13033 * gdb.mi/non-stop.c: Likewise.
13034 * gdb.mi/pthreads.c: Likewise.
13035 * gdb.multi/bkpt-multi-exec.ex: Likewise.
13036 * gdb.threads/pthreads.c: Likewise.
13037 * gdb.threads/staticthreads.exp: Likewise.
13038 * lib/future.exp: Likewise.
13039 * lib/gdb.exp: Likewise.
13040 * gdb.base/so-indr-cl.c: Remove.
13041 * gdb.base/so-indr-cl.exp: Likewise.
13042 * gdb.base/solib.c: Likewise.
13043 * gdb.base/solib.exp: Likewise.
13044 * gdb.base/solib2.c: Likewise.
13045
13046 2015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
13047
13048 * gdb.base/break.exp: Remove references to HP CC/aCC compilers.
13049 * gdb.base/call-ar-st.exp: Likewise.
13050 * gdb.base/callfuncs.exp: Likewise.
13051 * gdb.base/condbreak.exp: Likewise.
13052 * gdb.base/constvars.exp: Likewise.
13053 * gdb.base/hbreak2.exp: Likewise.
13054 * gdb.base/langs.exp: Likewise.
13055 * gdb.base/list.exp: Likewise.
13056 * gdb.base/long_long.exp: Likewise.
13057 * gdb.base/ptype.exp: Likewise.
13058 * gdb.base/scope.exp: Likewise.
13059 * gdb.base/signals.exp: Likewise.
13060 * gdb.base/so-impl-ld.exp: Likewise.
13061 * gdb.base/varargs.exp: Likewise.
13062 * gdb.base/volatile.exp: Likewise.
13063 * gdb.base/whatis.exp: Likewise.
13064 * gdb.cp/cplusfuncs.exp: Likewise.
13065 * gdb.cp/inherit.exp: Likewise.
13066 * gdb.cp/local.exp: Likewise.
13067 * gdb.cp/member-ptr.exp: Likewise.
13068 * gdb.cp/method.exp: Likewise.
13069 * gdb.cp/overload.exp: Likewise.
13070 * gdb.cp/templates.exp: Likewise.
13071 * gdb.stabs/weird.exp: Likewise.
13072 * lib/compiler.c: Likewise.
13073 * lib/compiler.cc: Likewise.
13074 * lib/cp-support.exp: Likewise.
13075 * lib/gdb.exp: Likewise.
13076
13077 2015-12-20 Simon Marchi <simon.marchi@polymtl.ca>
13078
13079 * configure.ac: Remove HP-UX case.
13080 * configure: Regenerate.
13081
13082 2015-12-18 Simon Marchi <simon.marchi@ericsson.com>
13083
13084 * lib/gdb.exp (gdb_compile): Add function doc.
13085
13086 2015-12-17 Pedro Alves <palves@redhat.com>
13087
13088 PR threads/19354
13089 * gdb.multi/info-threads.exp: New file.
13090
13091 2015-12-15 Yao Qi <yao.qi@linaro.org>
13092
13093 * gdb.trace/ftrace.exp: Set arg0exp to "$x0" if target
13094 is aarch64*-*-*.
13095
13096 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
13097
13098 * gdb.base/history-duplicates.exp: Skip if no readline support.
13099
13100 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
13101
13102 * gdb.base/gdbinit-history.exp: Skip for remote-host testing.
13103
13104 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
13105
13106 * gdb.base/gdbhistsize-history.exp: Skip for remote-host testing.
13107
13108 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
13109
13110 * gdb.base/completion.exp: Skip tests that interrupt GDB with
13111 ctrl-C if nointerrupts target property is set.
13112 * gdb.base/double-prompt-target-event-error.exp: Likewise.
13113 * gdb.base/paginate-after-ctrl-c-running.exp: Likewise.
13114 * gdb.base/paginate-bg-execution.exp: Likewise.
13115 * gdb.base/paginate-execution-startup.exp: Likewise.
13116 * gdb.base/random-signal.exp: Likewise.
13117 * gdb.base/range-stepping.exp: Likewise.
13118 * gdb.cp/annota2.exp: Likewise.
13119 * gdb.cp/annota3.exp: Likewise.
13120 * gdb.gdb/selftest.exp: Likewise.
13121 * gdb.threads/continue-pending-status.exp: Likewise.
13122 * gdb.threads/leader-exit.exp: Likewise.
13123 * gdb.threads/manythreads.exp: Likewise.
13124 * gdb.threads/pthreads.exp: Likewise.
13125 * gdb.threads/schedlock.exp: Likewise.
13126 * gdb.threads/sigthread.exp: Likewise.
13127
13128 2015-12-11 Don Breazeal <donb@codesourcery.com>
13129
13130 * gdb.base/execl-update-breakpoints.exp (main): Enable for target
13131 remote.
13132 * gdb.base/foll-exec-mode.exp (main): Disable for target remote.
13133 * gdb.base/foll-exec.exp (main): Enable for target remote.
13134 * gdb.base/foll-fork.exp (main): Likewise.
13135 * gdb.base/foll-vfork.exp (main): Likewise.
13136 * gdb.base/multi-forks.exp (main): Likewise, and use clean_restart.
13137 (proc continue_to_exit_bp_loc): Use clean_restart.
13138 * gdb.base/pie-execl.exp (main): Disable for target remote.
13139 * gdb.base/watch-vfork.exp (main): Enable for target remote.
13140 * gdb.mi/mi-nsthrexec.exp (main): Likewise.
13141 * gdb.threads/execl.exp (main): Likewise.
13142 * gdb.threads/fork-child-threads.exp (main): Likewise.
13143 * gdb.threads/fork-plus-threads.exp (main): Disable for target
13144 remote.
13145 * gdb.threads/fork-thread-pending.exp (main): Enable for target
13146 remote.
13147 * gdb.threads/linux-dp.exp (check_philosopher_stack): Allow
13148 pid.tid style ptids, instead of just tid.
13149 * gdb.threads/thread-execl.exp (main): Enable for target remote.
13150 * gdb.threads/watchpoint-fork.exp (main): Likewise.
13151 * gdb.trace/report.exp (use_collected_data): Allow pid.tid style
13152 ptids, instead of just tid.
13153
13154 2015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
13155
13156 * gdb.base/list.exp (test_list_forward): Add end of file error
13157 test.
13158 (test_repeat_list_command): Add end of file error test.
13159 (test_list_backwards): Add beginning of file error test.
13160
13161 2015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
13162
13163 * gdb.base/list.exp (test_list_invalid_args): New function,
13164 defined, and called.
13165
13166 2015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
13167
13168 * gdb.base/list.exp (test_list): Make test names unique.
13169
13170 2015-12-11 Yao Qi <yao.qi@linaro.org>
13171
13172 * gdb.base/coremaker2.c: Remove.
13173
13174 2015-12-10 Pedro Alves <palves@redhat.com>
13175
13176 * gdb.multi/base.exp: Remove stale "spaces" references.
13177
13178 2015-12-10 Pedro Alves <palves@redhat.com>
13179
13180 * gdb.multi/base.exp: Don't use nowarnings.
13181 * gdb.multi/bkpt-multi-exec.exp: Don't use nowarnings.
13182 * gdb.multi/hangout.c: Include stdio.h.
13183 * gdb.multi/hello.c: Include stdlib.h.
13184 * gdb.multi/multi-arch-exec.c: Include stdlib.h.
13185 * gdb.multi/multi-arch-exec.exp: Don't use nowarnings.
13186 * gdb.multi/multi-arch.exp: Don't use nowarnings.
13187
13188 2015-12-10 Andrew Burgess <andrew.burgess@embecosm.com>
13189
13190 * gdb.dwarf2/dw2-ranges-base.c: New file.
13191 * gdb.dwarf2/dw2-ranges-base.exp: New file.
13192 * lib/dwarf.exp (namespace eval Dwarf): Add new variables to
13193 support additional line table, and debug ranges generation.
13194 (Dwarf::ranges): New function, generate .debug_ranges.
13195 (Dwarf::lines): Support generating simple line table programs.
13196 (Dwarf::assemble): Initialise new namespace variables.
13197
13198 2015-12-09 Kevin Buettner <kevinb@redhat.com>
13199
13200 * gdb.base/async.exp (proc test_background): Add case for
13201 asynchronous execution not supported.
13202
13203 2015-12-09 Luis Machado <lgustavo@codesourcery.com>
13204
13205 * gdb.mi/mi-var-display.exp: Add new checks for the zero-hexadecimal
13206 format and change test names to make them unique.
13207
13208 2015-12-09 Ruslan Kabatsayev <b7.10110111@gmail.com>
13209 Pedro Alves <pedro@redhat.com>
13210
13211 PR gdb/18702
13212 Add checking of floatformats setup on x86_64 hosts.
13213 * gdb.arch/i386-float.S (main): Load bigval and smallval.
13214 (smallval, bigval): New labels/constants.
13215 * gdb.arch/i386-float.exp: Use with_test_prefix and test "info
13216 float" after loading bigval and smallval.
13217
13218 2015-12-07 Pierre-Marie de Rodat <derodat@adacore.com>
13219
13220 * gdb.ada/fun_overload_menu.exp: New testcase.
13221 * gdb.ada/fun_overload_menu/foo.adb: New testcase.
13222
13223 2015-12-04 Josh Stone <jistone@redhat.com>
13224
13225 * gdb.base/catch-fork-static.exp: New.
13226
13227 2015-12-03 Yao Qi <yao.qi@linaro.org>
13228
13229 * gdb.base/sizeof.c: Don't include stdio.h and
13230 ../lib/unbuffer_output.c.
13231 (main): New variable 'size' and 'value'. Remove printf and
13232 gdb_unbuffer_output. Assign return value to size and value.
13233 * gdb.base/sizeof.exp: Remove the checking to gdb,noinferiorio
13234 at the beginning.
13235 (check_sizeof): Check the result by printing variable 'size'.
13236 (check_valueof): Check the result by printing variable 'value'.
13237
13238 2015-12-01 Yao Qi <yao.qi@linaro.org>
13239
13240 * gdb.base/disp-step-syscall.exp: Define syscall instruction
13241 for aarch64*-*-linux* target.
13242
13243 2015-11-30 Pedro Alves <palves@redhat.com>
13244
13245 * gdb.threads/no-unwaited-for-left.exp: Remove setup_kfail calls.
13246
13247 2015-11-30 Pedro Alves <palves@redhat.com>
13248
13249 * lib/range-stepping-support.exp (exec_cmd_expect_vCont_count):
13250 Handle non-stop mode vCont replies.
13251
13252 2015-11-30 Pedro Alves <palves@redhat.com>
13253
13254 * gdb.base/dprintf-non-stop.exp: Use build_executable instead of
13255 prepare_for_testing. Start gdb with "set non-stop on" appended to
13256 GDBFLAGS. Lax expected stop output.
13257
13258 2015-11-27 Yao Qi <yao.qi@linaro.org>
13259
13260 * gdb.arch/arm-neon.exp: New.
13261 * gdb.arch/arm-neon.c: New.
13262
13263 2015-11-27 Yao Qi <yao.qi@linaro.org>
13264
13265 * gdb.cp/annota2.exp: Rewrite the pattern using multi_line.
13266
13267 2015-11-27 Yao Qi <yao.qi@linaro.org>
13268
13269 * gdb.cp/annota2.exp: Allow multiple occurrences of the
13270 frames-invalid annotation.
13271
13272 2015-11-27 Yao Qi <yao.qi@linaro.org>
13273
13274 * gdb.cp/annota2.exp: Use ${frames_invalid}.
13275
13276 2015-11-26 Simon Marchi <simon.marchi@ericsson.com>
13277
13278 * gdb.threads/names.exp: New file.
13279 * gdb.threads/names.c: New file.
13280 * README: Mention gdb,no_thread_names.
13281
13282 2015-11-26 Markus Metzger <markus.t.metzger@intel.com>
13283
13284 PR 19297
13285 * lib/gdb.exp (skip_btrace_pt_tests): Check for a "GDB does not
13286 support" error.
13287
13288 2015-11-24 Pedro Alves <palves@redhat.com>
13289
13290 PR 17539
13291 * gdb.base/display.exp: Expect displays to be sorted in ascending
13292 order. Use multi_line.
13293 * gdb.base/solib-display.exp: Likewise.
13294
13295 2015-11-24 Pedro Alves <palves@redhat.com>
13296
13297 PR 17539
13298 * gdb.base/display.exp: Expect displays to be sorted in ascending
13299 order. Use multi_line.
13300 * gdb.base/solib-display.exp: Likewise.
13301
13302 2015-11-24 Pedro Alves <palves@redhat.com>
13303
13304 PR 17539
13305 * gdb.base/foll-exec-mode.exp: Adjust to GDB listing inferiors and
13306 threads in ascending order.
13307 * gdb.base/foll-fork.exp: Likewise.
13308 * gdb.base/foll-vfork.exp: Likewise.
13309 * gdb.base/multi-forks.exp: Likewise.
13310 * gdb.mi/mi-nonstop.exp: Likewise.
13311 * gdb.mi/mi-nsintrall.exp: Likewise.
13312 * gdb.multi/base.exp: Likewise.
13313 * gdb.multi/multi-arch.exp: Likewise.
13314 * gdb.python/py-inferior.exp: Likewise.
13315 * gdb.threads/break-while-running.exp: Likewise.
13316 * gdb.threads/execl.exp: Likewise.
13317 * gdb.threads/gcore-thread.exp: Likewise.
13318 * gdb.threads/info-threads-cur-sal.exp: Likewise.
13319 * gdb.threads/kill.exp: Likewise.
13320 * gdb.threads/linux-dp.exp: Likewise.
13321 * gdb.threads/multiple-step-overs.exp: Likewise.
13322 * gdb.threads/next-bp-other-thread.exp: Likewise.
13323 * gdb.threads/step-bg-decr-pc-switch-thread.exp: Likewise.
13324 * gdb.threads/step-over-lands-on-breakpoint.exp: Likewise.
13325 * gdb.threads/step-over-trips-on-watchpoint.exp: Likewise.
13326 * gdb.threads/thread-find.exp: Likewise.
13327 * gdb.threads/tls.exp: Likewise.
13328 * lib/mi-support.exp (mi_reverse_list): Delete.
13329 (mi_check_thread_states): No longer reverse list.
13330
13331 2015-11-24 Pedro Alves <palves@redhat.com>
13332
13333 * gdb.python/py-inferior.exp: Use with_test_prefix. Consistently
13334 use lowercase.
13335
13336 2015-11-23 Simon Marchi <simon.marchi@ericsson.com>
13337
13338 * gdb.trace/actions.c: Include trace-common.h.
13339 (main): Add a location for a fast tracepoint.
13340 * gdb.trace/save-trace.exp: Set a fast tracepoint in addition to
13341 the normal tracepoints.
13342 (gdb_verify_tracepoints): Adjust number of expected tracepoints.
13343
13344 2015-11-23 Simon Marchi <simon.marchi@ericsson.com>
13345
13346 * save-trace.exp: Factor out code to these...
13347 (gdb_save_tracepoints): New.
13348 (gdb_load_tracepoints): New.
13349 (do_save_load_test): New.
13350
13351 2015-11-23 Kevin Buettner <kevinb@redhat.com>
13352
13353 * gdb.base/asmlabel.exp: New test.
13354 * gdb.base/asmlabel.c: New test case.
13355
13356 2015-11-23 Joel Brobecker <brobecker@adacore.com>
13357
13358 * gdb.base/wrong_frame_bt_full-main.c: New file.
13359 * gdb.base/wrong_frame_bt_full-opaque.c: New file.
13360 * gdb.base/wrong_frame_bt_full.exp: New file.
13361
13362 2015-11-23 Joel Brobecker <brobecker@adacore.com>
13363
13364 * testsuite/gdb.ada/var_rec_arr.exp: Add "ptype a1(1)" test.
13365
13366 2015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
13367
13368 * gdb.base/callfuncs.exp (fetch_all_registers): Filter out the
13369 pstate register when comparing registers values in
13370 sparc64-*-linux-gnu targets to avoid spurious differences.
13371
13372 2015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
13373
13374 * gdb.arch/sparc-sysstep.c: Include unistd.h for getpid.
13375
13376 2015-11-19 Sandra Loosemore <sandra@codesourcery.com>
13377
13378 * gdb.base/nested-subp1.exp: Pass executable, not executable name,
13379 as type argument to gdb_compile.
13380 * gdb.base/nested-subp2.exp: Likewise.
13381 * gdb.base/nested-subp3.exp: Likewise.
13382
13383 2015-11-17 Dominik Vogt <vogt@linux.vnet.ibm.com>
13384
13385 * lib/dwarf.exp (_note): Fix left shift of negative value.
13386 * gdb.trace/trace-condition.exp: Likewise.
13387
13388 2015-11-13 Yao Qi <yao.qi@linaro.org>
13389
13390 * gdb.base/call-sc.exp (test_scalar_returns): Remove the
13391 comments about d10v.
13392 (test_scalar_returns): Likewise.
13393 * gdb.base/d10v.ld: Remove.
13394 * gdb.base/overlays.exp: Remove the target triplet checking for
13395 d10v-*-*.
13396 * gdb.base/structs.exp (test_struct_returns): Remove the
13397 comments about d10v.
13398 (test_struct_calls): Likewise.
13399
13400 2015-11-13 Yao Qi <yao.qi@linaro.org>
13401
13402 * gdb.base/gnu_vector.exp: Check the return value by "p res".
13403 * gdb.base/gnu_vector.c: Don't include stdio.h.
13404 (main): Don't print res and call add_some_intvecs.
13405
13406 2015-11-11 Marcin Kościelnicki <koriakin@0x04.net>
13407
13408 * gdb.trace/change-loc.h: include "trace-common.h", remove SYMBOL
13409 macro.
13410 (func5): Removed.
13411 (func4): Use FAST_TRACEPOINT_LABEL.
13412 * gdb.trace/ftrace-lock.c: include "trace-common.h", remove SYMBOL
13413 macro.
13414 (func): Removed.
13415 (thread_function): Use FAST_TRACEPOINT_LABEL.
13416 * gdb.trace/ftrace.c: include "trace-common.h", remove SYMBOL macro.
13417 (func): Remove.
13418 (marker): Use FAST_TRACEPOINT_LABEL.
13419 * gdb.trace/pendshr1.c: include "trace-common.h", remove SYMBOL macro.
13420 (pendfunc1): Remove.
13421 (pendfunc): Use FAST_TRACEPOINT_LABEL.
13422 * gdb.trace/pendshr2.c: include "trace-common.h", remove SYMBOL macro.
13423 (foo): Remove.
13424 (pendfunc2): Use FAST_TRACEPOINT_LABEL.
13425 * gdb.trace/trace-break.c: include "trace-common.h", remove SYMBOL
13426 macro.
13427 (func): Remove.
13428 (marker): Use FAST_TRACEPOINT_LABEL.
13429 * gdb.trace/trace-common.h: New header.
13430 * gdb.trace/trace-condition.c: include "trace-common.h", remove SYMBOL
13431 macro.
13432 (func): Remove.
13433 (marker): Use FAST_TRACEPOINT_LABEL.
13434 * gdb.trace/trace-mt.c: include "trace-common.h", remove SYMBOL macro.
13435 (func): Remove.
13436 (thread_function): Use FAST_TRACEPOINT_LABEL.
13437
13438 2015-11-10 Marcin Kościelnicki <koriakin@0x04.net>
13439
13440 * gdb.trace/backtrace.exp: Use global fpreg/spreg definition, add $
13441 in front.
13442 * gdb.trace/change-loc.exp: Use global pcreg definition.
13443 * gdb.trace/collection.exp: Use global pcreg/fpreg/spreg definition.
13444 * gdb.trace/entry-values.exp: Use global spreg definition, add $
13445 in front.
13446 * gdb.trace/mi-trace-frame-collected.exp: Use global pcreg definition.
13447 * gdb.trace/pending.exp: Likewise.
13448 * gdb.trace/report.exp: Use global pcreg/fpreg/spreg definition.
13449 * gdb.trace/trace-break.exp: Likewise.
13450 * gdb.trace/trace-condition.exp: Use global pcreg definition, add $
13451 in front.
13452 * gdb.trace/unavailable.exp: Use global pcreg/fpreg/spreg definition.
13453 * gdb.trace/while-dyn.exp: Use global fpreg definition, add $
13454 in front.
13455 * lib/trace-support.exp: Define fpreg, spreg, pcreg variables.
13456
13457 2015-11-09 Joel Brobecker <brobecker@adacore.com>
13458
13459 * gdb.ada/fin_fun_out: New testcase.
13460
13461 2015-11-07 Kevin Buettner <kevinb@redhat.com>
13462
13463 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Don't hardcode
13464 value associated with DW_AT_byte_size.
13465 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Don't hardcode
13466 constants for DW_AT_byte_size, DW_AT_lower_bound, and
13467 DW_AT_upper_bound.
13468
13469 2015-11-07 Kevin Buettner <kevinb@redhat.com>
13470
13471 * lib/gdb (gdb_target_symbol_prefix_flags_asm): New proc.
13472 (gdb_target_symbol_prefix_flags): Define in terms of _asm
13473 version.
13474 * gdb.arch/i386-float.exp, gdb.arch/i386-permbkpt.exp,
13475 gdb.dwarf2/dw2-canonicalize-type.exp,
13476 gdb.dwarf2/dw2-compdir-oldgcc.exp, gdb.dwarf2/dw2-minsym-in-cu.exp,
13477 gdb.dwarf2/dw2-op-stack-value.exp, gdb.dwarf2/dw2-unresolved.exp,
13478 gdb.dwarf2/fission-reread.exp, gdb.dwarf2/pr13961.exp: Use flags
13479 provided by gdb_target_symbol_prefix_flags_asm.
13480 * gdb.dwarf2/dw2-canonicalize-type.S, gdb.dwarf2/dw2-compdir-oldgcc.S,
13481 testsuite/gdb.dwarf2/dw2-minsym-in-cu.S,
13482 testsuite/gdb.dwarf2/dw2-unresolved-main.c,
13483 testsuite/gdb.dwarf2/dw2-unresolved.S, gdb.dwarf2/fission-reread.S,
13484 gdb.dwarf2/pr13961.S: Define and use SYMBOL macro (and supporting
13485 macros where needed). Use this macro for symbols which require
13486 the prefix provided by SYMBOL_PREFIX.
13487
13488 2015-11-05 Kevin Buettner <kevinb@redhat.com>
13489
13490 * lib/gdb.exp (gdb_target_symbol_prefix, gdb_target_symbol):
13491 New procs.
13492 * lib/dwarf.exp (_handle_DW_TAG): Handle attribute values,
13493 representing expressions, of more than one list element.
13494 * gdb.dwarf2/atomic-type.exp (Dwarf::assemble): Use gdb_target_symbol
13495 to prepend linker symbol prefix to f.
13496 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Likewise, for
13497 table_1 and table_2.
13498 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp (Dwarf::assemble):
13499 Likewise, for f and g.
13500 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble): Likewise,
13501 for ptr.
13502 * gdb.dwarf2/dw2-regno-invalid.exp (Dwarf::assemble): Likewise,
13503 for main.
13504 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Likewise, for
13505 table_1_ptr and table_2_ptr.
13506
13507 2015-11-03 Jan Kratochvil <jan.kratochvil@redhat.com>
13508 Joel Brobecker <brobecker@adacore.com>
13509
13510 * gdb.mi/mi-vla-fortran.exp (evaluate allocated vla): Permit any data.
13511
13512 2015-11-04 Marcin Kościelnicki <koriakin@0x04.net>
13513
13514 * gdb.reverse/s390-mvcle.c: New test.
13515 * gdb.reverse/s390-mvcle.exp: New file.
13516 * lib/gdb.exp: Enable reverse tests on s390*-linux.
13517
13518 2015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
13519
13520 * gdb.reverse/readv-reverse.exp: Obvious typo fixed.
13521
13522 2015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
13523
13524 * gdb.reverse/fstatat-reverse.exp: Set breakpoint on marker1 after
13525 reaching marker2.
13526 * gdb.reverse/getresuid-reverse.exp: Likewise.
13527 * gdb.reverse/pipe-reverse.exp: Likewise.
13528 * gdb.reverse/readv-reverse.exp: Likewise.
13529 * gdb.reverse/recvmsg-reverse.exp: Likewise.
13530 * gdb.reverse/time-reverse.exp: Likewise.
13531 * gdb.reverse/waitpid-reverse.exp: Likewise and add KFAILs.
13532
13533 2015-10-30 Yao Qi <yao.qi@linaro.org>
13534
13535 * gdb.threads/wp-replication.c (watch_count_done): Remove.
13536 (empty_cycle): Remove.
13537 (main): Don't call empty_cycle. Don't use watch_count_done.
13538 * gdb.threads/wp-replication.exp: Don't set breakpoint on
13539 empty_cycle. Rewrite the code counting HW watchpoints.
13540
13541 2015-10-30 Marcin Kościelnicki <koriakin@0x04.net>
13542
13543 * gdb.reverse/fstatat-reverse.c: New test.
13544 * gdb.reverse/fstatat-reverse.exp: New file.
13545 * gdb.reverse/getresuid-reverse.c: New test.
13546 * gdb.reverse/getresuid-reverse.exp: New file.
13547 * gdb.reverse/pipe-reverse.c: New test.
13548 * gdb.reverse/pipe-reverse.exp: New file.
13549 * gdb.reverse/readv-reverse.c: New test.
13550 * gdb.reverse/readv-reverse.exp: New file.
13551 * gdb.reverse/recvmsg-reverse.c: New test.
13552 * gdb.reverse/recvmsg-reverse.exp: New file.
13553 * gdb.reverse/time-reverse.c: New test.
13554 * gdb.reverse/time-reverse.exp: New file.
13555 * gdb.reverse/waitpid-reverse.c: New test.
13556 * gdb.reverse/waitpid-reverse.exp: New file.
13557
13558 2015-10-27 Jan Kratochvil <jan.kratochvil@redhat.com>
13559
13560 * gdb.ada/access_to_packed_array.exp: Fix typos erroring the testfile.
13561
13562 2015-10-26 Doug Evans <dje@google.com>
13563
13564 PR symtab/17391
13565 * lib/dwarf.exp (_location): Add support for DW_OP_regx.
13566 * gdb.dwarf2/bad-regnum.c: New file.
13567 * gdb.dwarf2/bad-regnum.exp: New file.
13568
13569 2015-10-26 Doug Evans <dje@google.com>
13570
13571 PR python/18938
13572 * gdb.python/python.exp: Add test for symlink from .py file to .notpy
13573 file.
13574
13575 2015-10-25 Jan Kratochvil <jan.kratochvil@redhat.com>
13576
13577 * gdb.compile/compile.exp (compile code globalvar): Update expectation
13578 for a change by "Mention language in compile error message".
13579
13580 2015-10-21 Simon Marchi <simon.marchi@polymtl.ca>
13581
13582 PR python/18073
13583 * gdb.python/py-type.c (C::a_method): New.
13584 (C::a_const_method): New.
13585 (C::a_static_method): New.
13586 (a_function): New.
13587 * gdb.python/py-type.exp (test_fields): Test getting fields
13588 from function and method.
13589
13590 2015-10-21 Keven Boell <keven.boell@intel.com>
13591
13592 * gdb.fortran/vla-alloc-assoc.exp: New file.
13593 * gdb.fortran/vla-datatypes.exp: New file.
13594 * gdb.fortran/vla-datatypes.f90: New file.
13595 * gdb.fortran/vla-history.exp: New file.
13596 * gdb.fortran/vla-ptype-sub.exp: New file.
13597 * gdb.fortran/vla-ptype.exp: New file.
13598 * gdb.fortran/vla-sizeof.exp: New file.
13599 * gdb.fortran/vla-sub.f90: New file.
13600 * gdb.fortran/vla-value-sub-arbitrary.exp: New file.
13601 * gdb.fortran/vla-value-sub-finish.exp: New file.
13602 * gdb.fortran/vla-value-sub.exp: New file.
13603 * gdb.fortran/vla-value.exp: New file.
13604 * gdb.fortran/vla-ptr-info.exp: New file.
13605 * gdb.mi/mi-vla-fortran.exp: New file.
13606 * gdb.mi/vla.f90: New file.
13607
13608 2015-10-21 Sandra Loosemore <sandra@codesourcery.com>
13609
13610 * gdb.base/freebpcmd.exp: Use with_timeout_factor instead
13611 of hardwired timeout value.
13612
13613 2015-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
13614 Pedro Alves <palves@redhat.com>
13615
13616 * gdb.dwarf2/dw2-regno-invalid.exp: New file.
13617 * lib/dwarf.exp (Dwarf): Add DW_OP_bregx.
13618
13619 2015-10-19 Josh Stone <jistone@redhat.com>
13620
13621 * gdb.base/catch-syscall.c: Include <sched.h>.
13622 (unknown_syscall): New variable.
13623 (main): Trigger a vfork and an unknown syscall.
13624 * gdb.base/catch-syscall.exp (vfork_syscalls): New variable.
13625 (unknown_syscall_number): Likewise.
13626 (check_call_to_syscall): Accept an optional syscall pattern.
13627 (check_return_from_syscall): Likewise.
13628 (check_continue): Likewise.
13629 (test_catch_syscall_without_args): Check for vfork and ENOSYS.
13630 (test_catch_syscall_skipping_return): New test toggling off 'catch
13631 syscall' to step over the syscall return, then toggling back on.
13632 (test_catch_syscall_mid_vfork): New test turning on 'catch syscall'
13633 during a PTRACE_EVENT_VFORK stop, in the middle of a vfork syscall.
13634 (do_syscall_tests): Call test_catch_syscall_without_args and
13635 test_catch_syscall_mid_vfork.
13636 (test_catch_syscall_without_args_noxml): Check for vfork and ENOSYS.
13637 (fill_all_syscalls_numbers): Initialize unknown_syscall_number.
13638
13639 2015-10-19 Andrew Stubbs <ams@codesourcery.com>
13640
13641 * gdb.cp/inherit.exp (print g_vB, print g_vC, print g_vD,
13642 print g_vE): Add new pass patterns.
13643 * gdb.cp/virtbase.exp (print *this, print *(D *) e): Allow GDB to
13644 print various symbol names for vptr fields.
13645
13646 2015-10-12 Andrew Burgess <andrew.burgess@embecosm.com>
13647
13648 * gdb.base/dbx.exp (test_func): Remove xfails, update expected
13649 results.
13650
13651 2015-10-12 Yao Qi <yao.qi@linaro.org>
13652
13653 * gdb.arch/disp-step-insn-reloc.exp: New test case.
13654
13655 2015-10-12 Yao Qi <yao.qi@linaro.org>
13656
13657 * lib/gdb.exp (support_displaced_stepping): Return 1 if target
13658 is aarch64*-*-linux*.
13659
13660 2015-10-12 Yao Qi <yao.qi@linaro.org>
13661
13662 * gdb.arch/insn-reloc.c (can_relocate_bcond): Rename to ...
13663 (can_relocate_bcond_true): ... it.
13664 (can_relocate_bcond_false): New function.
13665 (foo): Likewise.
13666 (can_relocate_bl): Likewise.
13667 (testcases) [__aarch64__]: Add can_relocate_bcond_false and
13668 can_relocate_bl.
13669
13670 2015-10-12 Pierre-Marie de Rodat <derodat@adacore.com>
13671
13672 * gdb.base/nested-addr.c: New file.
13673 * gdb.base/nested-addr.exp: New testcase.
13674
13675 2015-10-09 Markus Metzger <markus.t.metzger@intel.com>
13676
13677 * gdb.btrace/vdso.c (main): Remove breakpoint markers.
13678 * gdb.btrace/vdso.exp: Change stepping command to "next" and ignore
13679 its output. Ignore the output of "record goto begin" and instead
13680 check that GDB is replaying.
13681
13682 2015-10-09 Pedro Alves <palves@redhat.com>
13683
13684 * gdb.base/a2-run.exp (maybe_exp_continue): New procedure.
13685 (top level): Use it in the run with no args test.
13686
13687 2015-10-08 Iain Buclaw <ibuclaw@gdcproject.org>
13688
13689 * gdb.dlang/properties.exp: New file.
13690
13691 2015-10-02 Sandra Loosemore <sandra@codesourcery.com>
13692
13693 * gdb.dwarf2/staticvirtual.exp: Generalize regexp so it can match
13694 whether or not address 0x1000 is mapped on the target.
13695
13696 2015-09-30 Simon Marchi <simon.marchi@ericsson.com>
13697
13698 * gdb.python/py-type.exp: Do not run tests if binaries fail to
13699 build.
13700
13701 2015-09-30 Markus Metzger <markus.t.metzger@intel.com>
13702
13703 * gdb.btrace/tsx.exp: Consider multiple correct outputs in the record
13704 instruction-history test.
13705
13706 2015-09-28 Doug Evans <dje@google.com>
13707
13708 * gdb.base/gcore.c (array_func): Add reference to static_array.
13709
13710 2015-09-25 Simon Marchi <simon.marchi@ericsson.com>
13711
13712 * gdb.gdb/selftest.exp (do_steps_and_nexts): Adjust expected
13713 source line.
13714
13715 2015-09-24 Sandra Loosemore <sandra@codesourcery.com>
13716
13717 * gdb.cp/classes.exp (test_enums): Generalize regexp to allow
13718 short or char as base type.
13719
13720 2015-09-23 Sandra Loosemore <sandra@codesourcery.com>
13721
13722 * gdb.cp/var-tag.exp (do_global_tests): Generalize opt_underlying
13723 to allow any size enum.
13724
13725 2015-09-23 Pierre-Marie de Rodat <derodat@adacore.com>
13726
13727 * gdb.ada/array_ptr_renaming.exp: New testcase.
13728 * gdb.ada/array_ptr_renaming/foo.adb: New file.
13729 * gdb.ada/array_ptr_renaming/pack.ads: New file.
13730
13731 2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
13732
13733 * gdb.trace/ftrace-lock.c: New file.
13734 * gdb.trace/ftrace-lock.exp: New file.
13735
13736 2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
13737
13738 * gdb.arch/insn-reloc.c: New file.
13739 * gdb.arch/ftrace-insn-reloc.exp: New file.
13740
13741 2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
13742
13743 * gdb.trace/change-loc.h (func4) [__aarch64__]: Add a nop
13744 instruction.
13745 * gdb.trace/pendshr1.c (pendfunc): Likewise.
13746 * gdb.trace/pendshr2.c (pendfunc2): Likewise.
13747 * gdb.trace/range-stepping.c: Likewise.
13748 * gdb.trace/trace-break.c: Likewise.
13749 * gdb.trace/trace-mt.c (thread_function): Likewise.
13750 * gdb.trace/ftrace.c (marker): Likewise.
13751 * gdb.trace/trace-condition.c (marker): Likewise.
13752 * gdb.trace/ftrace.exp: Enable ftrace test if is_aarch64_target.
13753 * gdb.trace/trace-condition.exp: Set pcreg to "\$pc" if
13754 is_aarch64_target.
13755
13756 2015-09-18 Doug Evans <xdje42@gmail.com>
13757
13758 * gdb.dwarf2/dw2-bad-unresolved.c: New file.
13759 * gdb.dwarf2/dw2-bad-unresolved.exp: New file.
13760
13761 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
13762
13763 * gdb.base/dso2dso.exp: Don't use directory prefix when setting
13764 the breakpoint.
13765
13766 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
13767
13768 * gdb.mi/mi-pending.exp: Don't use directory prefix when setting
13769 the pending breakpoint. Remove timeout override for "Run till
13770 MI pending breakpoint on pendfunc3 on thread 2" test.
13771
13772 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
13773
13774 * gdb.mi/mi-cli.exp: Don't require directory prefix in breakpoint
13775 filename pattern.
13776
13777 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
13778
13779 * gdb.mi/mi-dprintf-pending.exp: Don't require directory prefix
13780 in breakpoint filename pattern.
13781
13782 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
13783
13784 * gdb.base/global-var-nested-by-dso.exp: Call gdb_load_shlibs.
13785
13786 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
13787
13788 * gdb.linespec/explicit.exp: Check for readline support for
13789 tab-completion tests. Fix obvious typo.
13790
13791 2015-09-18 Markus Metzger <markus.t.metzger@intel.com>
13792
13793 * gdb.btrace/multi-thread-step.exp: Test scheduler-locking on, step,
13794 and replay.
13795
13796 2015-09-18 Markus Metzger <markus.t.metzger@intel.com>
13797
13798 * gdb.btrace/non-stop.c: New.
13799 * gdb.btrace/non-stop.exp: New.
13800
13801 2015-09-17 Pierre Langlois <pierre.langlois@arm.com>
13802 Yao Qi <yao.qi@linaro.org>
13803
13804 * gdb.trace/trace-condition.c: New file.
13805 * gdb.trace/trace-condition.exp: New file.
13806
13807 2015-09-16 Wei-cheng Wang <cole945@gmail.com>
13808
13809 * gdb.trace/ftrace.exp: (test_ftrace_condition) New function
13810 for testing bytecode compilation.
13811
13812 2015-09-16 Pedro Alves <palves@redhat.com>
13813 Sandra Loosemore <sandra@codesourcery.com>
13814
13815 * gdb.threads/non-stop-fair-events.c (timeout): New global.
13816 (SECONDS): Redefine.
13817 (main): Call pthread_kill and alarm early.
13818 * gdb.threads/non-stop-fair-events.exp: Probe displaced stepping
13819 support.
13820 (test): If the target can't hardware step and doesn't support
13821 displaced stepping, increase the timeout.
13822
13823 2015-09-16 Pedro Alves <palves@redhat.com>
13824
13825 * gdb.threads/non-stop-fair-events.exp (gdb_test_no_anchor)
13826 (enable_debug): New procedures.
13827 (test): Use them. Bail out if waiting for threads fails.
13828 (top level): Bail out if a test fails.
13829
13830 2015-09-16 Yao Qi <yao.qi@linaro.org>
13831
13832 * gdb.asm/asm-source.exp: Set asm-arch for
13833 aarch64*-*-* target.
13834 * gdb.asm/aarch64.inc: New file.
13835
13836 2015-09-15 Pierre-Marie de Rodat <derodat@adacore.com>
13837
13838 * gdb.ada/array_of_variable_length.exp: New testcase.
13839 * gdb.ada/array_of_variable_length/foo.adb: New file.
13840 * gdb.ada/array_of_variable_length/pck.adb: New file.
13841 * gdb.ada/array_of_variable_length/pck.ads: New file.
13842
13843 2015-09-15 Doug Evans <dje@google.com>
13844
13845 * gdb.base/callfuncs.exp (do_function_calls): Handle clang naming
13846 of function static local variable.
13847
13848 2015-09-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
13849
13850 * gdb.threads/tls-so_extern.exp: New test file.
13851 * gdb.threads/tls-so_extern.c: New test file.
13852 * gdb.threads/tls-so_extern_main.c: New test file.
13853
13854 2015-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
13855
13856 * gdb.opt/solib-intra-step-lib.c: New file.
13857 * gdb.opt/solib-intra-step-main.c: New file.
13858 * gdb.opt/solib-intra-step.exp: New file.
13859
13860 2015-09-15 Pedro Alves <palves@redhat.com>
13861
13862 * gdb.threads/non-ldr-exc-3.exp (do_test): Use
13863 gdb_continue_to_breakpoint instead of gdb_test_multiple.
13864
13865 2015-09-14 Pedro Alves <palves@redhat.com>
13866
13867 * gdb.base/hook-stop-continue.c: Delete.
13868 * gdb.base/hook-stop-continue.exp: Delete.
13869 * gdb.base/hook-stop-frame.c: Delete.
13870 * gdb.base/hook-stop-frame.exp: Delete.
13871 * gdb.base/hook-stop.c: New file.
13872 * gdb.base/hook-stop.exp: New file.
13873
13874 2015-09-14 Pierre-Marie de Rodat <derodat@adacore.com>
13875
13876 * gdb.ada/access_to_packed_array.exp: New testcase.
13877 * gdb.ada/access_to_packed_array/foo.adb: New file.
13878 * gdb.ada/access_to_packed_array/pack.adb: New file.
13879 * gdb.ada/access_to_packed_array/pack.ads: New file.
13880
13881 2015-09-14 Markus Metzger <markus.t.metzger@intel.com>
13882
13883 * gdb.btrace/buffer-size.exp: Remove recording with unlimited BTS
13884 buffer size test.
13885
13886 2015-09-11 Don Breazeal <donb@codesourcery.com>
13887
13888 * gdb.base/foll-exec.c: Add copyright header. Fix
13889 formatting issues.
13890 * gdb.base/foll-exec.exp (zap_session): Delete proc.
13891 (do_exec_tests): Use clean_restart in place of zap_session,
13892 and for test initialization. Fix formatting issues. Use
13893 fail in place of perror.
13894 * gdb.base/pie-execl.exp (main): Use 'inferior_spawn_id' in
13895 an expect statement to match an expression with output from
13896 the program under debug.
13897 * gdb.threads/non-ldr-exc-1.exp (do_test, main): Add
13898 non-stop tests and use save_vars to enable non-stop in GDBFLAGS.
13899 * gdb.threads/non-ldr-exc-2.exp: Likewise.
13900 * gdb.threads/non-ldr-exc-3.exp: Likewise.
13901 * gdb.threads/non-ldr-exc-4.exp: Likewise.
13902
13903 2015-09-09 Doug Evans <dje@google.com>
13904
13905 * gdb.python/py-prettyprint.exp: Check result of run_lang_tests.
13906
13907 2015-09-09 Doug Evans <dje@google.com>
13908
13909 * gdb.base/pie-execl.exp: Fix result test of build_executable.
13910
13911 2015-09-09 Doug Evans <dje@google.com>
13912
13913 * gdb.base/savedregs.exp: Fix typo.
13914
13915 2015-09-09 Pedro Alves <palves@redhat.com>
13916
13917 * gdb.mi/mi-cli.exp: Add CLI finish tests.
13918
13919 2015-09-08 Sandra Loosemore <sandra@codesourcery.com>
13920
13921 * gdb.threads/hand-call-in-threads.exp: Make sure the thread
13922 command actually switches threads. Give up on remaining
13923 tests if target fails to stop at breakpoint.
13924
13925 2015-09-03 Pierre-Marie de Rodat <derodat@adacore.com>
13926
13927 * gdb.ada/funcall_char.exp: New testcase.
13928 * gdb.ada/funcall_char/foo.adb: New file.
13929
13930 2015-09-01 Pierre-Marie de Rodat <derodat@adacore.com>
13931
13932 * gdb.ada/complete.exp: Add "pck.ambiguous_func" to the relevant
13933 expected outputs. Add two testcases for completing ambiguous
13934 functions.
13935 * gdb.ada/complete/aux_pck.adb: New file.
13936 * gdb.ada/complete/aux_pck.ads: New file.
13937 * gdb.ada/complete/foo.adb: Pull Aux_Pck and call the two
13938 Ambiguous_Func functions.
13939 * gdb.ada/complete/pck.ads: Add an Ambiguous_Func function.
13940 * gdb.ada/complete/pck.adb: Likewise.
13941
13942 2015-08-27 Ulrich Weigand <uweigand@de.ibm.com>
13943
13944 * lib/cell.exp (skip_cell_tests): Report UNRESOLVED on unexpected
13945 failures to run the test program under GDB.
13946
13947 2015-08-26 Luis Machado <lgustavo@codesourcery.com>
13948
13949 * gdb.compile/compile-ifunc.exp (with_test_prefix): Force language
13950 to C.
13951
13952 2015-08-26 Patrick Palka <patrick@parcs.ath.cx>
13953
13954 * gdb.base/run-after-attach.exp: New test file.
13955 * gdb.base/run-after-attach.c: New test file.
13956
13957 2015-08-26 Don Breazeal <donb@codesourcery.com>
13958
13959 * gdb.base/foll-exec-2.c: New test program.
13960 * gdb.base/foll-exec-2.exp: New test.
13961
13962 2015-08-25 Pierre-Marie de Rodat <derodat@adacore.com>
13963
13964 * gdb.base/nested-subp1.exp: New file.
13965 * gdb.base/nested-subp1.c: New file.
13966 * gdb.base/nested-subp2.exp: New file.
13967 * gdb.base/nested-subp2.c: New file.
13968 * gdb.base/nested-subp3.exp: New file.
13969 * gdb.base/nested-subp3.c: New file.
13970
13971 2015-08-24 Pedro Alves <palves@redhat.com>
13972
13973 * gdb.server/connect-without-multi-process.c: New file.
13974 * gdb.server/connect-without-multi-process.exp: New file.
13975
13976 2015-08-24 Luis Machado <lgustavo@codesourcery.com>
13977
13978 * gdb.opt/inline-markers.c: Make z int.
13979
13980 2015-08-24 Luis Machado <lgustavo@codesourcery.com>
13981
13982 * gdb.opt/inline-markers.c: Make z volatile.
13983
13984 2015-08-24 Luis Machado <lgustavo@codesourcery.com>
13985
13986 * gdb.opt/inline-bt.c: New volatile global z.
13987 * gdb.opt/inline-cmds.c: Likewise.
13988 * gdb.opt/inline-locals.c: Likewise.
13989 * gdb.opt/inline-markers.c: New extern global z.
13990 (marker): Use z.
13991 (inline_fn): Likewise.
13992
13993 2015-08-24 Pedro Alves <palves@redhat.com>
13994
13995 * config/m32r-stub.exp: Remove file.
13996 * gdb.base/call-ar-st.exp: Remove reference to sparclet.
13997 * gdb.base/call-rt-st.exp: Likewise.
13998 * gdb.base/call-strs.exp: Likewise.
13999 * gdb.base/default.exp: Remove references to h8300-*-hms and
14000 *-*-udi*.
14001 * gdb.base/funcargs.exp: Remove reference to sparclet-*-*.
14002
14003 2015-08-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
14004
14005 * gdb.base/gnu_vector.exp: Try compilation with "-mcpu=native
14006 -Wno-psabi" if "-mcpu=native" fails. For the tests with "finish"
14007 and "return" use KFAIL when GDB can not read/write the vector
14008 return value.
14009
14010 2015-08-21 Gary Benson <gbenson@redhat.com>
14011
14012 * gdb.trace/pending.exp: Cope with remote transfer warnings.
14013
14014 2015-08-20 Pedro Alves <palves@redhat.com>
14015
14016 * gdb.server/solib-list.exp: No longer expect an interior stop in
14017 non-stop mode.
14018
14019 2015-08-20 Pedro Alves <palves@redhat.com>
14020
14021 * gdb.server/connect-stopped-target.c: New file.
14022 * gdb.server/connect-stopped-target.exp: New file.
14023
14024 2015-08-20 Pedro Alves <palves@redhat.com>
14025
14026 * gdb.dwarf2/comp-unit-lang.exp: New file.
14027 * gdb.dwarf2/comp-unit-lang.c: New file.
14028
14029 2015-08-20 Pierre-Marie de Rodat <derodat@adacore.com>
14030
14031 * gdb.ada/attr_ref_and_charlit.exp: New testcase.
14032 * gdb.ada/attr_ref_and_charlit/foo.adb: New file.
14033
14034 2015-08-19 Kevin Buettner <kevinb@redhat.com>
14035
14036 * gdb.dwarf2/dw2-bad-mips-linkage-name.c: New file.
14037 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: New file.
14038
14039 2015-08-18 Doug Evans <dje@google.com>
14040 Adrian Sendroiu <adrian.sendroiu@freescale.com>
14041
14042 * lib/gdb.exp (skip_python_tests_prompt): Renamed from
14043 skip_python_tests. New arg prompt_regexp.
14044 (skip_python_tests): New function.
14045 * lib/mi-support.exp (mi_skip_python_tests): New function.
14046 * gdb.python/py-mi-objfile-gdb.py: New file.
14047 * gdb.python/py-mi-objfile.c: New file.
14048 * gdb.python/py-mi-objfile.exp: New file.
14049
14050 2015-08-17 Keith Seitz <keiths@redhat.com>
14051
14052 * gdb.linespec/explicit.exp: Move strace test from here ...
14053 * gdb.trace/strace.exp: ... to here.
14054
14055 2015-08-15 Patrick Palka <patrick@parcs.ath.cx>
14056
14057 * gdb.base/kill-detach-inferiors-cmd.exp: New test file.
14058 * gdb.base/kill-detach-inferiors-cmd.c: New test file.
14059
14060 2015-08-14 Doug Evans <xdje42@gmail.com>
14061
14062 * gdb.perf/lib/perftest/utils.py (select_file): Kill any existing
14063 inferior before selecting a new file.
14064
14065 2015-08-14 Doug Evans <xdje42@gmail.com>
14066
14067 * gdb.mi/mi-disassemble.exp: Update.
14068 * gdb.base/disasm-optim.S: New file.
14069 * gdb.base/disasm-optim.c: New file.
14070 * gdb.base/disasm-optim.h: New file.
14071 * gdb.base/disasm-optim.exp: New file.
14072
14073 2015-08-14 Keith Seitz <keiths@redhat.com>
14074
14075 * lib/mi-support.exp (mi_make_breakpoint): Add option/handling for
14076 "evaluated-by".
14077
14078 2015-08-13 Joel Brobecker <brobecker@adacore.com>
14079
14080 * gdb.base/dso2dso.exp: Improve the testcase's documentation.
14081
14082 2015-08-13 Pierre-Marie de Rodat <derodat@adacore.com>
14083
14084 * gdb.ada/fun_renaming.exp: New testcase.
14085 * gdb.ada/fun_renaming/fun_renaming.adb: New file.
14086 * gdb.ada/fun_renaming/pack.adb: New file.
14087 * gdb.ada/fun_renaming/pack.ads: New file.
14088
14089 2015-08-12 Keith Seitz <keiths@redhat.com>
14090
14091 * gdb.base/dso2dso.exp: Pass basename of source file in call to
14092 gdb_get_line_number.
14093
14094 2015-08-12 Joel Brobecker <brobecker@adacore.com>
14095
14096 * gdb.base/dso2dso-dso2.c, gdb.base/dso2dso-dso2.h,
14097 gdb.base/dso2dso-dso1.c, gdb.base/dso2dso-dso1.h, gdb.base/dso2dso.c,
14098 gdb.base/dso2dso.exp: New files.
14099
14100 2015-08-12 Sergio Durigan Junior <sergiodj@redhat.com>
14101 Pedro Alves <palves@redhat.com>
14102 Keith Seitz <keiths@redhat.com>
14103
14104 * gdb.base/checkpoint-ns.exp: Use save_vars to save and restore
14105 GDBFLAGS.
14106
14107 2015-08-12 Patrick Palka <patrick@parcs.ath.cx>
14108
14109 * gdb.base/gdbhistsize-history.exp
14110 (test_histsize_history_setting): Use save_vars.
14111 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
14112 Use save_vars.
14113 (test_no_truncation_of_unlimited_history_file): Use save_vars.
14114 * gdb.base/readline.exp: Use save_vars.
14115
14116 2015-08-12 Patrick Palka <patrick@parcs.ath.cx>
14117
14118 * lib/gdb.exp (save_vars): New proc.
14119
14120 2015-08-11 Keith Seitz <keiths@redhat.com>
14121
14122 * gdb.base/help.exp: Update help_breakpoint_text.
14123
14124 2015-08-11 Keith Seitz <keiths@redhat.com>
14125
14126 * gdb.mi/mi-break.exp (test_explicit_breakpoints): New proc.
14127 (at toplevel): Call test_explicit_breakpoints.
14128 * gdb.mi/mi-dprintf.exp: Add tests for explicit dprintf
14129 breakpoints.
14130 * lib/mi-support.exp (mi_make_breakpoint): Add support for
14131 breakpoint conditions, "-cond".
14132
14133 2015-08-11 Keith Seitz <keiths@redhat.com>
14134
14135 * gdb.linespec/3explicit.c: New file.
14136 * gdb.linespec/cpexplicit.cc: New file.
14137 * gdb.linespec/cpexplicit.exp: New file.
14138 * gdb.linespec/explicit.c: New file.
14139 * gdb.linespec/explicit.exp: New file.
14140 * gdb.linespec/explicit2.c: New file.
14141 * gdb.linespec/ls-errs.exp: Add explicit location tests.
14142 * lib/gdb.exp (capture_command_output): Regexp-escape `command'
14143 before using in the matching pattern.
14144 Clarify that `prefix' is a regular expression.
14145
14146 2015-08-11 Keith Seitz <keiths@redhat.com>
14147
14148 * gdb.base/dprintf-pending.exp: Update dprintf "without format"
14149 test.
14150 Add tests for missing ",FMT" and ",".
14151
14152 2015-08-10 Doug Evans <dje@google.com>
14153 Keith Seitz <keiths@redhat.com>
14154
14155 PR gdb/17960
14156 * gdb.base/completion.exp: Add location completer tests.
14157
14158 2015-08-07 Pedro Alves <palves@redhat.com>
14159
14160 * gdb.arch/ppc64-atomic-inst.exp (do_test): New procedure, move
14161 tests here.
14162 (top level): Run do_test with and without displaced stepping.
14163
14164 2015-08-07 Pedro Alves <palves@redhat.com>
14165
14166 * gdb.base/valgrind-disp-step.c: New file.
14167 * gdb.base/valgrind-disp-step.exp: New file.
14168
14169 2015-08-07 Pedro Alves <palves@redhat.com>
14170
14171 * gdb.threads/step-over-lands-on-breakpoint.c (wait_threads):
14172 Delete function.
14173 (main): Add alarm. Run an infinite loop instead of calling
14174 wait_threads.
14175 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): Change
14176 comment.
14177 * gdb.threads/step-over-trips-on-watchpoint.c (wait_threads):
14178 Delete function.
14179 (main): Add alarm. Run an infinite loop instead of calling
14180 wait_threads.
14181 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Change
14182 comment.
14183
14184 2015-08-07 Pedro Alves <palves@redhat.com>
14185
14186 * gdb.base/checkpoint-ns.exp: New file.
14187 * gdb.base/checkpoint.exp: Pass explicit "checkpoint.c" to
14188 standard_testfile.
14189
14190 2015-08-07 Markus Metzger <markus.t.metzger@intel.com>
14191
14192 * lib/gdb.exp (skip_tsx_tests, skip_btrace_pt_tests): New.
14193 * gdb.btrace/instruction_history.exp: Update.
14194 * gdb.btrace/tsx.exp: New.
14195 * gdb.btrace/tsx.c: New.
14196
14197 2015-08-06 Pedro Alves <palves@redhat.com>
14198
14199 * gdb.reverse/step-precsave.exp: Use with_timeout_factor to
14200 increase timeout.
14201 * gdb.reverse/until-precsave.exp: Bump timeouts.
14202
14203 2015-08-06 Pedro Alves <palves@redhat.com>
14204
14205 * gdb.base/valgrind-infcall.exp: Issue a "disconnect".
14206
14207 2015-08-06 Pedro Alves <palves@redhat.com>
14208
14209 PR gdb/18749
14210 * gdb.threads/process-dies-while-handling-bp.c: New file.
14211 * gdb.threads/process-dies-while-handling-bp.exp: New file.
14212
14213 2015-08-06 Pedro Alves <palves@redhat.com>
14214
14215 * gdb.threads/forking-threads-plus-breakpoint.exp: New file.
14216 * gdb.threads/forking-threads-plus-breakpoint.c: New file.
14217
14218 2015-08-05 Pedro Alves <palves@redhat.com>
14219
14220 * gdb.threads/next-while-other-thread-longjmps.c: New file.
14221 * gdb.threads/next-while-other-thread-longjmps.exp: New file.
14222
14223 2015-08-03 Sandra Loosemore <sandra@codesourcery.com>
14224
14225 * gdb.base/bp-permanent.exp: Report test as unsupported if
14226 the target cannot stop at the permanent breakpoint.
14227
14228 2015-08-03 Doug Evans <dje@google.com>
14229
14230 * gdb.perf/single-step.exp (SINGLE_STEP_COUNT): Change to 1000 from
14231 10000.
14232
14233 2015-08-03 Doug Evans <dje@google.com>
14234
14235 * Makefile.in (workers/%.worker, build-perf): New rule.
14236 (GDB_PERFTEST_MODE): New variable.
14237 (check-perf): Use it.
14238 (clean): Clean up gdb.perf parallel build subdirs.
14239 * lib/build-piece.exp: New file.
14240 * lib/gdb.exp (make_gdb_parallel_path): New function
14241 (standard_output_file, standard_temp_file): Call it.
14242 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
14243 of $GDB_PARALLEL.
14244 * lib/cache.exp (gdb_do_cache): Call make_gdb_parallel_path.
14245
14246 2015-08-03 Doug Evans <dje@google.com>
14247
14248 * gdb.perf/lib/perftest/reporter.py (SUM_FILE_NAME): New global.
14249 (LOG_FILE_NAME): New global.
14250 (TextReporter.__init__): Initialize self.txt_sum.
14251 (TextReporter.report): Add support for multiple data-points.
14252 Move report to perftest.sum, put raw data in perftest.log.
14253 (TextReporter.start): Open sum and log files.
14254 (TextReporter.end): Close sum and log files.
14255 * gdb.perf/lib/perftest/testresult.py
14256 (SingleStatisticTestResult.record): Handle multiple data-points.
14257
14258 2015-07-31 Pedro Alves <palves@redhat.com>
14259
14260 * gdb.base/attach-pie-misread.exp: Rename $res to $test_spawn_id.
14261 Use spawn_id_get_pid. Wait for spawn id after eof. Use
14262 kill_wait_spawned_process instead of explicit "kill -9".
14263 * gdb.base/attach-pie-noexec.exp: Adjust to spawn_wait_for_attach
14264 returning a spawn id instead of a pid. Use spawn_id_get_pid and
14265 kill_wait_spawned_process.
14266 * gdb.base/attach-twice.exp: Likewise.
14267 * gdb.base/attach.exp: Likewise.
14268 (do_command_attach_tests): Use gdb_spawn_with_cmdline_opts and
14269 gdb_test_multiple.
14270 * gdb.base/solib-overlap.exp: Adjust to spawn_wait_for_attach
14271 returning a spawn id instead of a pid. Use spawn_id_get_pid and
14272 kill_wait_spawned_process.
14273 * gdb.base/valgrind-infcall.exp: Likewise.
14274 * gdb.multi/multi-attach.exp: Likewise.
14275 * gdb.python/py-prompt.exp: Likewise.
14276 * gdb.python/py-sync-interp.exp: Likewise.
14277 * gdb.server/ext-attach.exp: Likewise.
14278 * gdb.threads/attach-into-signal.exp (corefunc): Use
14279 spawn_wait_for_attach, spawn_id_get_pid and
14280 kill_wait_spawned_process.
14281 * gdb.threads/attach-many-short-lived-threads.exp: Adjust to
14282 spawn_wait_for_attach returning a spawn id instead of a pid. Use
14283 spawn_id_get_pid and kill_wait_spawned_process.
14284 * gdb.threads/attach-stopped.exp (corefunc): Use
14285 spawn_wait_for_attach, spawn_id_get_pid and
14286 kill_wait_spawned_process.
14287 * gdb.base/break-interp.exp: Rename $res to $test_spawn_id.
14288 Use spawn_id_get_pid. Wait for spawn id after eof. Use
14289 kill_wait_spawned_process instead of explicit "kill -9".
14290 * lib/gdb.exp (can_spawn_for_attach): Adjust comment.
14291 (kill_wait_spawned_process, spawn_id_get_pid): New procedures.
14292 (spawn_wait_for_attach): Use spawn instead of exec to spawn
14293 processes. Don't map cygwin/windows pids here. Now returns a
14294 spawn id list.
14295
14296 2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
14297
14298 * gdb.cp/var-tag.exp (do_global_tests): Revert broken commit
14299 4bc4d42859e3b42c79c89295ef39944bdb3e6753 and apply the
14300 correct patch.
14301
14302 2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
14303
14304 * gdb.arch/ppc64-symtab-cordic.exp: Restrict to ppc64 targets.
14305
14306 2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
14307
14308 Reapply:
14309 2014-05-21 Mark Wielaard <mjw@redhat.com>
14310
14311 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
14312
14313 2015-07-30 Pedro Alves <palves@redhat.com>
14314
14315 * linux-low.c (handle_extended_wait): Set the child's last
14316 reported status to TARGET_WAITKIND_STOPPED.
14317
14318 2015-07-30 Pedro Alves <palves@redhat.com>
14319
14320 PR threads/18600
14321 * gdb.threads/fork-plus-threads.exp: Test that "info inferiors"
14322 only shows inferior 1.
14323
14324 2015-07-30 Simon Marchi <simon.marchi@ericsson.com>
14325 Pedro Alves <palves@redhat.com>
14326
14327 PR threads/18600
14328 * gdb.threads/fork-plus-threads.c: New file.
14329 * gdb.threads/fork-plus-threads.exp: New file.
14330
14331 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
14332
14333 * gdb.base/batch-preserve-term-settings.exp
14334 (test_terminal_settings_preserved_after_cli_exit): Use
14335 send_quit_command.
14336
14337 2015-07-29 Pedro Alves <palves@redhat.com>
14338 Don Breazeal <donb@codesourcery.com>
14339
14340 * gdb.base/multi-forks.exp (continue_to_exit_bp_loc): Expect
14341 output from both inferior_spawn_id and gdb_spawn_id.
14342
14343 2015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
14344
14345 * gdb.threads/attach-into-signal.exp (corefunc): Use
14346 with_test_prefix on nested loops, uniquefying the test messages.
14347
14348 2015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
14349
14350 * gdb.python/py-objfile.exp: Fix typo that snuck in from my last
14351 commit.
14352
14353 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
14354
14355 * gdb.base/batch-preserve-term-settings.exp (send_quit_command):
14356 New proc.
14357 (test_terminal_settings_preserved_after_sigterm): New test.
14358
14359 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
14360
14361 * gdb.base/batch-preserve-term-settings.exp
14362 (test_terminal_settings_preserved_after_cli_exit): New test.
14363
14364 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
14365
14366 * gdb.base/batch-preserve-term-settings.exp: Remove top-level
14367 manipulation of saved_gdbflags.
14368 (test_terminal_settings_preserved): Remove global declaration of
14369 the unused variable pagination_prompt. Remove manipulation of
14370 saved_gdbflags. Use a local variable EXTRA_GDBFLAGS instead of
14371 GDBFLAGS.
14372
14373 2015-07-29 Pedro Alves <palves@redhat.com>
14374
14375 * boards/gdbserver-base.exp: Don't set gdb,noinferiorio.
14376
14377 2015-07-29 Pedro Alves <palves@redhat.com>
14378
14379 * gdb.base/interrupt.exp: Revert back to checking gdb,noinferiorio
14380 at the top.
14381
14382 2015-07-29 Pedro Alves <palves@redhat.com>
14383
14384 * gdb.base/call-ar-st.c: Include "../lib/unbuffer_output.c".
14385 (main): Call gdb_unbuffer_output.
14386 * gdb.base/call-rt-st.c: Include "../lib/unbuffer_output.c".
14387 (main): Call gdb_unbuffer_output.
14388 * gdb.base/call-strs.c: Include "../lib/unbuffer_output.c".
14389 (main): Call gdb_unbuffer_output.
14390 * gdb.base/call-strs.exp: Adjust to step over the
14391 gdb_unbuffer_output call.
14392 * gdb.base/catch-gdb-caused-signals.c: Include
14393 "../lib/unbuffer_output.c".
14394 (main): Call gdb_unbuffer_output.
14395 * gdb.base/dprintf.c: Include "../lib/unbuffer_output.c".
14396 (main): Call gdb_unbuffer_output.
14397 * gdb.base/ending-run.c: Include "../lib/unbuffer_output.c".
14398 (main): Call gdb_unbuffer_output.
14399 * gdb.base/run.c: Include "../lib/unbuffer_output.c".
14400 (main): Call gdb_unbuffer_output.
14401 * gdb.base/shlib-call.exp: Adjust to step over the
14402 gdb_unbuffer_output call.
14403 * gdb.base/shmain.c: Include "../lib/unbuffer_output.c".
14404 (main): Call gdb_unbuffer_output.
14405 * gdb.base/sizeof.c: Include "../lib/unbuffer_output.c".
14406 (main): Call gdb_unbuffer_output.
14407 * gdb.base/varargs.c: Include "../lib/unbuffer_output.c".
14408 (main): Rename to ...
14409 (test): ... this.
14410 (main): Reimplement.
14411 * gdb.base/varargs.exp: Run to test instead of to main.
14412 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
14413 (main): Call gdb_unbuffer_output.
14414
14415 2015-07-29 Pedro Alves <palves@redhat.com>
14416
14417 * gdb.mi/mi-dprintf.exp (mi_expect_dprintf): New procedure,
14418 factore out from mi_continue_dprintf. For call-style dprintfs,
14419 expect dprintf output out of $inferior_spawn_id.
14420 (mi_continue_dprintf): Use mi_expect_dprintf.
14421 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
14422 (main): Call gdb_unbuffer_output.
14423
14424 2015-07-29 Pedro Alves <palves@redhat.com>
14425
14426 * lib/mi-support.exp (mi_inferior_spawn_id): Delete.
14427 (default_mi_gdb_start): Set inferior_spawn_id instead of
14428 mi_inferior_spawn_id. If $inferior_spawn_id is not set, set it to
14429 gdb_spawn_id.
14430 (mi_gdb_test): Always expect inferior output from both
14431 $inferior_spawn_id and $gdb_spawn_id.
14432
14433 2015-07-29 Pedro Alves <palves@redhat.com>
14434
14435 * gdb.gdb/selftest.exp (test_with_self): Update comment. Use
14436 send_inferior and $inferior_spawn_id.
14437
14438 2015-07-29 Pedro Alves <palves@redhat.com>
14439
14440 * gdb.gdb/complaints.exp (test_initial_complaints)
14441 (test_serial_complaints, test_short_complaints): Use
14442 gdb_test_stdio.
14443 (test_empty_complaint): Handle $inferior_spawn_id !=
14444 $gdb_spawn_id.
14445
14446 2015-07-29 Pedro Alves <palves@redhat.com>
14447
14448 * gdb.base/varargs.exp: Use gdb_test_stdio.
14449
14450 2015-07-29 Pedro Alves <palves@redhat.com>
14451
14452 * gdb.base/shlib-call.exp: Use gdb_test_stdio.
14453
14454 2015-07-29 Pedro Alves <palves@redhat.com>
14455
14456 * gdb.base/ending-run.exp: Use gdb_test_stdio.
14457
14458 2015-07-29 Pedro Alves <palves@redhat.com>
14459
14460 * gdb.base/call-rt-st.exp (print_struct_call): Split "result"
14461 parameter into two new parameters, "inf_result" and "gdb_result".
14462 Expect inferior output and gdb output from $inferior_spawn_id and
14463 $gdb_spawn_id, respectively. Adjust all callers.
14464
14465 2015-07-29 Pedro Alves <palves@redhat.com>
14466
14467 * gdb.base/call-ar-st.exp: Use gdb_test_stdio+multi_line instead
14468 of gdb_test_sequence.
14469
14470 2015-07-29 Pedro Alves <palves@redhat.com>
14471
14472 * gdb.base/a2-run.exp (saw_usage, saw_exit_wrapper)
14473 (saw_spurious_output): Expect inferior output from
14474 $inferior_spawn_id. Use gdb_test_stdio.
14475
14476 2015-07-29 Pedro Alves <palves@redhat.com>
14477
14478 * gdb.base/dprintf.exp: Use standard_testfile. Change
14479 prepare_for_testing call.
14480 (srcfile): Don't set.
14481 (restart): New procedure.
14482 (test_dprintf): New procecure, use to continue over dprintfs.
14483 (test_call, test_agent): New procedures, tests moved here.
14484 Restart gdb and recreate dprintfs. Adjust expected output.
14485
14486 2015-07-29 Pedro Alves <palves@redhat.com>
14487
14488 * gdb.base/catch-gdb-caused-signals.exp: Use gdb_test_stdio.
14489
14490 2015-07-29 Pedro Alves <palves@redhat.com>
14491
14492 * gdb.base/call-strs.exp: Use gdb_test_stdio instead of gdb_test.
14493
14494 2015-07-29 Pedro Alves <palves@redhat.com>
14495
14496 * gdb.base/sizeof.exp (check_sizeof, check_valueof): Use
14497 gdb_test_stdio.
14498
14499 2015-07-29 Pedro Alves <palves@redhat.com>
14500
14501 * lib/gdb.exp (gdb_test_stdio): New procedure.
14502
14503 2015-07-29 Pedro Alves <palves@redhat.com>
14504
14505 * gdb.base/restore.exp (restore_tests): Use gdb_continue_to_end.
14506
14507 2015-07-29 Pedro Alves <palves@redhat.com>
14508
14509 * gdb.base/call-signal-resume.exp: Remove check for
14510 gdb,noinferiorio. Don't expect "no signal". Use gdb_test.
14511 * gdb.base/unwindonsignal.exp: Likewise.
14512 * gdb.base/call-signals.c (gen_signal): Remove printf call.
14513 * gdb.base/unwindonsignal.c (gen_signal): Likewise.
14514
14515 2015-07-29 Pedro Alves <palves@redhat.com>
14516
14517 * gdb.base/siginfo-addr.c (pass): New function.
14518 (handler): Call it iff si_addr is correct.
14519 * gdb.base/siginfo-addr.exp: Remove gdb_skip_stdio_test check.
14520 Set a breakpoint at "pass" and continue to it.
14521
14522 2015-07-28 Sergio Durigan Junior <sergiodj@redhat.com>
14523
14524 * gdb.python/py-objfile.exp: Make some tests have unique names.
14525 * gdb.python/py-pp-registration.exp: Likewise.
14526
14527 2015-07-28 Pedro Alves <palves@redhat.com>
14528
14529 * gdb.server/server-exec-info.exp: Issue a "disconnect".
14530
14531 2015-07-27 Simon Marchi <simon.marchi@ericsson.com>
14532
14533 * gdb.mi/mi-pending.c (thread_func): Replace return with return NULL.
14534
14535 2015-07-27 Simon Marchi <simon.marchi@ericsson.com>
14536
14537 * gdb.mi/mi-watch.exp (test_watchpoint_triggering): Remove xfail.
14538
14539 2015-07-27 Patrick Palka <patrick@parcs.ath.cx>
14540
14541 * gdb.base/gdb-sigterm-2.exp: New test.
14542
14543 2015-07-25 Doug Evans <xdje42@gmail.com>
14544
14545 Revert:
14546 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
14547 (workers/%.worker, build-perf): New rule.
14548 (GDB_PERFTEST_MODE): New variable.
14549 (check-perf): Use it.
14550 (clean): Clean up gdb.perf parallel build subdirs.
14551 * lib/build-piece.exp: New file.
14552 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
14553 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
14554 name.
14555 (standard_temp_file): Ditto.
14556 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
14557 of $GDB_PARALLEL.
14558
14559 2015-07-24 Doug Evans <dje@google.com>
14560
14561 * gdb.perf/lib/perftest/utils.py: New file.
14562 * gdb.perf/gm-hello.cc: New file.
14563 * gdb.perf/gm-pervasive-typedef.cc: New file.
14564 * gdb.perf/gm-pervasive-typedef.h: New file.
14565 * gdb.perf/gm-std.cc: New file.
14566 * gdb.perf/gm-std.h: New file.
14567 * gdb.perf/gm-use-cerr.cc: New file.
14568 * gdb.perf/gm-utils.h: New file.
14569 * gdb.perf/gmonster-null-lookup.py: New file.
14570 * gdb.perf/gmonster-pervasive-typedef.py: New file.
14571 * gdb.perf/gmonster-print-cerr.py: New file.
14572 * gdb.perf/gmonster-ptype-string.py: New file.
14573 * gdb.perf/gmonster-runto-main.py: New file.
14574 * gdb.perf/gmonster-select-file.py: New file.
14575 * gdb.perf/gmonster1-null-lookup.exp: New file.
14576 * gdb.perf/gmonster1-pervasive-typedef.exp: New file.
14577 * gdb.perf/gmonster1-print-cerr.exp: New file.
14578 * gdb.perf/gmonster1-ptype-string.exp: New file.
14579 * gdb.perf/gmonster1-runto-main.exp: New file.
14580 * gdb.perf/gmonster1-select-file.exp: New file.
14581 * gdb.perf/gmonster1.cc: New file.
14582 * gdb.perf/gmonster1.exp: New file.
14583 * gdb.perf/gmonster2-null-lookup.exp: New file.
14584 * gdb.perf/gmonster2-pervasive-typedef.exp: New file.
14585 * gdb.perf/gmonster2-print-cerr.exp: New file.
14586 * gdb.perf/gmonster2-ptype-string.exp: New file.
14587 * gdb.perf/gmonster2-runto-main.exp: New file.
14588 * gdb.perf/gmonster2-select-file.exp: New file.
14589 * gdb.perf/gmonster2.cc: New file.
14590 * gdb.perf/gmonster2.exp: New file.
14591
14592 2015-07-24 Doug Evans <dje@google.com>
14593
14594 * gdb.perf/README: New file.
14595 * lib/perftest.exp (tcl_string_list_to_python_list): New function.
14596 * lib/gen-perf-test.exp: New file.
14597
14598 2015-07-24 Doug Evans <dje@google.com>
14599
14600 * lib/perftest.exp (PerfTest::compile): Unconditionally call body.
14601 (PerfTest::startup): New function.
14602 (PerfTest::run): Return result of calling body.
14603 (PerfTest::assemble): Rewrite.
14604 * gdb.perf/backtrace.exp (PerfTest::assemble): Update function result.
14605 * gdb.perf/disassemble.exp (PerfTest::assemble): Ditto.
14606 * gdb.perf/single-step.exp (PerfTest::assemble): Ditto.
14607 * gdb.perf/skip-prologue.exp (PerfTest::assemble): Ditto.
14608 * gdb.perf/solib.exp (PerfTest::assemble): Ditto.
14609
14610 2015-07-24 Doug Evans <dje@google.com>
14611
14612 * lib/gdb.exp (clean_restart): Make executable optional.
14613
14614 2015-07-24 Doug Evans <dje@google.com>
14615
14616 * gdb.base/watchpoint.exp (test_complex_watchpoint): Remove
14617 compiler_info references.
14618 * gdb.cp/temargs.exp: Ditto.
14619 * lib/gdb.exp: Unset compiler_info instead of setting to "unknown".
14620 (get_compiler_info): Early exit if already computed. Set compiler_info
14621 to "unknown" if there was a problem.
14622 (test_compiler_info): Add function comment. Call get_compiler_info.
14623
14624 2015-07-24 Doug Evans <dje@google.com>
14625
14626 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
14627 (workers/%.worker, build-perf): New rule.
14628 (GDB_PERFTEST_MODE): New variable.
14629 (check-perf): Use it.
14630 (clean): Clean up gdb.perf parallel build subdirs.
14631 * lib/build-piece.exp: New file.
14632 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
14633 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
14634 name.
14635 (standard_temp_file): Ditto.
14636 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
14637 of $GDB_PARALLEL.
14638
14639 2015-07-24 Doug Evans <dje@google.com>
14640
14641 * lib/future.exp (gdb_default_target_compile): New option
14642 "early_flags".
14643 * lib/gdb.exp (gdb_compile): Undo debian's change in default of
14644 --as-needed.
14645
14646 2015-07-24 Sergio Durigan Junior <sergiodj@redhat.com>
14647
14648 * gdb.base/catch-syscall.exp: Call gdb_exit before
14649 gdb_skip_xml_test.
14650
14651 2015-07-24 Pedro Alves <palves@redhat.com>
14652
14653 * gdb.python/py-events.exp: Accept output between the stop event
14654 and the prompt.
14655 * gdb.python/py-evsignal.exp: Likewise.
14656 * gdb.python/py-evthreads.exp: Likewise.
14657
14658 2015-07-24 Pedro Alves <palves@redhat.com>
14659
14660 PR gdb/18717
14661 * gdb.threads/non-ldr-exit.c: New file.
14662 * gdb.threads/non-ldr-exit.exp: New file.
14663
14664 2015-07-24 Yao Qi <yao.qi@linaro.org>
14665
14666 * gdb.server/ext-wrapper.exp: Test --wrapper option when
14667 restarting process.
14668
14669 2015-07-24 Yao Qi <yao.qi@linaro.org>
14670
14671 * gdb.server/ext-restart.exp: New file.
14672
14673 2015-07-24 Yao Qi <yao.qi@linaro.org>
14674
14675 * lib/gdbserver-support.exp (gdbserver_start_extended): Add
14676 argument options.
14677 * gdb.server/ext-wrapper.exp: New file.
14678
14679 2015-07-23 Doug Evans <dje@google.com>
14680
14681 * gdb.dwarf2/dw2-dummy-cu.S: New file.
14682 * gdb.dwarf2/dw2-dummy-cu.exp: New file.
14683
14684 2015-07-23 Pierre-Marie de Rodat <derodat@adacore.com>
14685
14686 * gdb.ada/var_arr_typedef.exp: New testcase.
14687 * gdb.ada/var_arr_typedef/pack.adb: New file.
14688 * gdb.ada/var_arr_typedef/pack.ads: New file.
14689 * gdb.ada/var_arr_typedef/var_arr_typedef.adb: New file.
14690
14691 2015-07-20 Joel Brobecker <brobecker@adacore.com>
14692
14693 * gdb.ada/info_exc.exp: Adjust "info exceptions" expected output.
14694
14695 2015-07-16 Jan Kratochvil <jan.kratochvil@redhat.com>
14696
14697 * gdb.arch/i386-biarch-core.exp: Replace istarget
14698 by "complete set gnutarget". Remove expectation for the "core-file"
14699 command.
14700
14701 2015-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
14702
14703 Revert the previous commit:
14704 Tests for validate symbol file using build-id.
14705
14706 2015-07-15 Aleksandar Ristovski <aristovski@qnx.com
14707
14708 Tests for validate symbol file using build-id.
14709 * gdb.base/solib-mismatch-lib.c: New file.
14710 * gdb.base/solib-mismatch-libmod.c: New file.
14711 * gdb.base/solib-mismatch.c: New file.
14712 * gdb.base/solib-mismatch.exp: New file.
14713
14714 2015-07-15 Sandra Loosemore <sandra@codesourcery.com>
14715
14716 * gdb.base/sigaltstack.exp (finish_test): Add kfail for
14717 nios2-*-linux*.
14718 * gdb.base/sigbpt.exp (stepi_out): Likewise.
14719 * gdb.base/siginfo.exp: Likewise.
14720 * gdb.base/sigstep.exp (advance, advancei): Likewise.
14721
14722 2015-07-15 Pierre Langlois <pierre.langlois@arm.com>
14723
14724 * gdb.base/range-stepping.exp (gdb_range_stepping_enabled):
14725 Move it to ...
14726 * lib/range-stepping-support.exp (gdb_range_stepping_enabled):
14727 ... here.
14728 * gdb.trace/range-stepping.exp: Check that the target supports
14729 range stepping.
14730
14731 2015-07-14 Jan Kratochvil <jan.kratochvil@redhat.com>
14732
14733 * gdb.arch/i386-biarch-core.exp: Fix comment typo.
14734
14735 2015-07-14 Pedro Alves <palves@redhat.com>
14736
14737 * gdb.base/killed-outside.exp: New file.
14738 * gdb.base/killed-outside.c: New file.
14739
14740 2015-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
14741
14742 * gdb.asm/asm-source.exp (f at main): Stop at gdbasm_enter.
14743 (n at main): New.
14744 * gdb.asm/asmsrc1.s: Add comment "mark: main enter".
14745
14746 2015-07-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
14747
14748 * gdb.base/gnu_vector.exp: On x86 and x86_64 targets, skip the
14749 infcall tests instead of setting up for KFAIL.
14750
14751 2015-07-10 Markus Metzger <markus.t.metzger@intel.com>
14752
14753 * gdb.btrace/record_goto-step.exp: New.
14754
14755 2015-07-08 Jan Kratochvil <jan.kratochvil@redhat.com>
14756
14757 PR compile/18484
14758 * gdb.compile/compile.c (struct struct_type): Add volatile to
14759 selffield's type.
14760 * gdb.compile/compile.exp
14761 (compile code struct_object.selffield = &struct_object): Skip further
14762 struct_object tests if this one xfails.
14763
14764 2015-07-08 Robert O'Callahan <robert@ocallahan.org>
14765
14766 PR exp/18617
14767 * gdb.trace/ax.exp: Add test.
14768
14769 2015-07-07 Yao Qi <yao.qi@linaro.org>
14770
14771 * gdb.arch/aarch64-atomic-inst.exp: Check is_aarch64_target
14772 instead of istarget "aarch64*-*-*".
14773 * gdb.arch/aarch64-fp.exp: Likewise.
14774 * gdb.base/float.exp: Likewise.
14775 * gdb.reverse/aarch64.exp: Likewise.
14776 * lib/gdb.exp (is_aarch64_target): New proc.
14777
14778 2015-07-07 Yao Qi <yao.qi@linaro.org>
14779
14780 * lib/gdb.exp (is_aarch32_target): New proc.
14781 * gdb.arch/arm-bl-branch-dest.exp: Check is_aarch32_target
14782 instead of "istarget "arm*-*-*"".
14783 * gdb.arch/arm-disp-step.exp: Likewise.
14784 * gdb.arch/thumb-bx-pc.exp: Likewise.
14785 * gdb.arch/thumb-prologue.exp: Likewise.
14786 * gdb.arch/thumb-singlestep.exp: Likewise.
14787 * gdb.base/disp-step-syscall.exp: Likewise.
14788 * gdb.base/float.exp: Likewise.
14789
14790 2015-07-07 Yao Qi <yao.qi@linaro.org>
14791
14792 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch):
14793 Set arch1, arch2, syscall1_name, syscall2_name and syscall_number.
14794
14795 2015-07-07 Yao Qi <yao.qi@linaro.org>
14796
14797 * gdb.multi/multi-arch-exec.exp: Set march1 and march2 to "" if target
14798 is aarch64. If target is aarch64, set compiler=${ARM_CC_FOR_TARGET}
14799 if it exists.
14800 * gdb.multi/multi-arch.exp: Likewise.
14801
14802 2015-07-07 Simon Marchi <simon.marchi@ericsson.com>
14803
14804 * gdb.python/py-lazy-string.exp: Add missing parentheses to
14805 print.
14806
14807 2015-07-07 Yao Qi <yao.qi@linaro.org>
14808
14809 * gdb.arch/thumb-singlestep.exp: Do one more single step.
14810
14811 2015-06-30 Martin Galvan <martin.galvan@tallertechnologies.com>
14812
14813 * lib/gdb.exp (test_class_help): Remove the unneeded escaping of
14814 '[' and ']' characters.
14815
14816 2015-06-30 Iain Buclaw <ibuclaw@gdcproject.org>
14817
14818 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
14819
14820 2015-06-29 Pedro Alves <palves@redhat.com>
14821
14822 PR threads/18127
14823 * gdb.threads/hand-call-new-thread.c: New file.
14824 * gdb.threads/hand-call-new-thread.c: New file.
14825
14826 2015-06-26 Keith Seitz <keiths@redhat.com>
14827 Doug Evans <dje@google.com>
14828
14829 PR 16253
14830 * gdb.cp/var-tag-2.cc: New file.
14831 * gdb.cp/var-tag-3.cc: New file.
14832 * gdb.cp/var-tag-4.cc: New file.
14833 * gdb.cp/var-tag.cc: New file.
14834 * gdb.cp/var-tag.exp: New file.
14835
14836 2015-06-26 Patrick Palka <patrick@parcs.ath.cx>
14837
14838 * gdb.base/history-duplicates.exp: New test.
14839
14840 2015-06-26 Patrick Palka <patrick@parcs.ath.cx>
14841
14842 * gdb.base/completion.exp: Test the completion of the "focus"
14843 command.
14844
14845 2015-06-26 Jan Kratochvil <jan.kratochvil@redhat.com>
14846
14847 * gdb.arch/amd64-prologue-skip.S: New file.
14848 * gdb.arch/amd64-prologue-skip.exp: New file.
14849
14850 2015-06-25 Simon Marchi <simon.marchi@ericsson.com>
14851
14852 * gdb.python/py-prettyprint.exp (run_lang_tests): Add
14853 is_address_zero_readable check.
14854
14855 2015-06-24 Peter Bergner <bergner@vnet.ibm.com>
14856
14857 * gdb.arch/powerpc-power.exp <rfebb>: Fixup test results.
14858 * gdb.arch/powerpc-power.s <rfebb>: Likewise.
14859
14860 2015-06-24 Yao Qi <yao.qi@linaro.org>
14861
14862 * lib/gdb.exp (supports_get_siginfo_type): Return 1 for all
14863 linux targets.
14864
14865 2015-06-24 Yao Qi <yao.qi@linaro.org>
14866
14867 * lib/gdb.exp (supports_get_siginfo_type): New proc.
14868 * gdb.base/siginfo-obj.exp: Invoke supports_get_siginfo_type.
14869 * gdb.base/siginfo-thread.exp: Likewise.
14870
14871 2015-06-22 Yao Qi <yao.qi@linaro.org>
14872
14873 * boards/remote-gdbserver-on-localhost.exp: Add comments.
14874
14875 2015-06-22 Yao Qi <yao.qi@linaro.org>
14876
14877 * lib/gdb.exp (skip_hw_breakpoint_tests): Return 0 for target
14878 aarch64*-*-*.
14879 (skip_hw_watchpoint_tests): Likewise.
14880
14881 2015-06-18 Patrick Palka <patrick@parcs.ath.cx>
14882
14883 * gdb.base/gdbinit-history.exp: Test the interaction between
14884 setting GDBHISTSIZE and setting the history size via .gdbinit.
14885
14886 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
14887
14888 PR gdb/16999
14889 * gdb.base/gdbhistsize-history.exp: New test.
14890
14891 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
14892
14893 * gdb.base/gdbinit-history.exp: Replace occurrences of HISTSIZE
14894 with GDBHISTSIZE.
14895 * gdb.base/readline.exp: Likewise.
14896
14897 2015-06-17 Yao Qi <yao.qi@linaro.org>
14898
14899 * lib/gdb.exp (get_build_id): Move braces and "else" to the same
14900 line.
14901
14902 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
14903
14904 * gdb.base/gdbinit-history.exp: Add test case to check that
14905 an unlimited history file does not get truncated on exit.
14906
14907 2015-06-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
14908
14909 * gdb.base/gnu_vector.c: Include stdarg.h and stdio.h.
14910 (VECTOR): New macro. Use it...
14911 (int4, uint4, char4, float4, int2, longlong2, float2, double2):
14912 ...for these typedefs.
14913 (int8, char1, int1, double1): New typedefs.
14914 (struct just_int2, struct two_int2): New structures.
14915 (add_some_intvecs, add_many_charvecs, add_various_floatvecs)
14916 (add_structvecs, add_singlevecs): New functions.
14917 (main): Call add_some_intvecs twice.
14918 * gdb.base/gnu_vector.exp: Drop GCC version check; just attempt
14919 the compile and exit upon failure. Try compiling for the "native"
14920 architecture. Test inferior function calls with vector arguments
14921 and vector return value handling with "finish" and "return".
14922
14923 2015-06-10 Jon Turney <jon.turney@dronecode.org.uk>
14924
14925 * gdb.base/sepdebug.exp: Add EXEEXT where needed.
14926 * lib/gdb.exp (get_build_id): Teach how to extract build-id from a
14927 PE file.
14928 * lib/future.exp (gdb_find_objdump): Add gdb_find_objdump.
14929
14930 2015-06-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
14931
14932 PR breakpoints/16465
14933 * gdb.mi/mi-dprintf-pending.c: New file.
14934 * gdb.mi/mi-dprintf-pending.exp: New test.
14935 * gdb.mi/mi-dprintf-pendshr.c: New file.
14936
14937 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
14938 Mircea Gherzan <mircea.gherzan@intel.com>
14939
14940 * gdb.arch/i386-mpx-map.c: New file.
14941 * gdb.arch/i386-mpx-map.exp: New File.
14942
14943 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
14944
14945 * gdb.arch/i386-mpx.c (have_mpx): Indentation fixed.
14946 * gdb.arch/i386-mpx.exp: Indentation fixed.
14947
14948 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
14949
14950 * gdb.arch/i386-mpx.c: Added final return to the have_mpx
14951 function and improved indentation.
14952 * gdb.arch/i386-mpx.exp: Exchanging gdb_send and gdb_expect for
14953 gdb_test_multiple. Added additional tests to skip the test.
14954
14955 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
14956
14957 * gdb.arch/i386-avx512.c: Change path in include file.
14958 * gdb.arch/i386-avx512.exp: Change include dir path
14959 compilation flag.
14960 * gdb.arch/i386-mpx.c: Change path in include file.
14961 * gdb.arch/i386-mpx.exp: Change include dir path compilation
14962 flag.
14963
14964 2015-06-04 Jan Kratochvil <jan.kratochvil@redhat.com>
14965
14966 * gdb.compile/compile-print.exp (compile print *vararray@3)
14967 (compile print *vararrayp@3): Change xfail to kfail compile/18489.
14968
14969 2015-06-03 Jan Kratochvil <jan.kratochvil@redhat.com>
14970
14971 * gdb.compile/compile.exp (keep jit in memory): Rename to ...
14972 (do not keep jit in memory): ... this.
14973 (expect 5): Change it to ...
14974 (expect no 5): ... this.
14975
14976 2015-06-02 Simon Marchi <simon.marchi@ericsson.com>
14977
14978 PR gdb/15564
14979 * gdb.mi/mi-detach.exp: New file.
14980
14981 2015-06-01 Jan Kratochvil <jan.kratochvil@redhat.com>
14982
14983 PR symtab/18392
14984 * gdb.arch/amd64-tailcall-self.S: New file.
14985 * gdb.arch/amd64-tailcall-self.c: New file.
14986 * gdb.arch/amd64-tailcall-self.exp: New file.
14987
14988 2015-05-28 Don Breazeal <donb@codesourcery.com>
14989
14990 * gdb.base/foll-vfork.exp (main): Disable exec-dependent
14991 tests for remote targets by checking is_target_gdbserver.
14992
14993 2015-05-27 Doug Evans <dje@google.com>
14994
14995 * gdb.dwarf2/opaque-type-lookup-2.c: New file.
14996 * gdb.dwarf2/opaque-type-lookup.c: New file.
14997 * gdb.dwarf2/opaque-type-lookup.exp: New file.
14998
14999 2015-05-26 Doug Evans <dje@google.com>
15000
15001 * gdb.cp/iostream.cc: New file.
15002 * gdb.cp/iostream.exp: New file.
15003
15004 2015-05-26 Doug Evans <dje@google.com>
15005
15006 * gdb.dwarf2/dw2-op-call.exp: Update.
15007 * gdb.dwarf2/dw4-sig-types.exp: Update.
15008 * gdb.dwarf2/implptr.exp: Update.
15009 * gdb.mi/mi-cmd-param-changed.exp: Update.
15010
15011 2015-05-26 Doug Evans <dje@google.com>
15012
15013 * gdb.python/py-lazy-string.c: New file.
15014 * gdb.python/py-lazy-string.exp: New file.
15015 * gdb.python/py-prettyprint.c (lazystring) <len>: New member.
15016 (main): Update. Add estring3.
15017 * gdb.python/py-prettyprint.exp: Add tests for strings at address 0.
15018 * gdb.python/py-prettyprint.py (pp_ls): Handle length.
15019
15020 2015-05-26 Omair Javaid <omair.javaid@linaro.org>
15021 Yao Qi <yao.qi@linaro.org>
15022
15023 * gdb.reverse/aarch64.c: New.
15024 * gdb.reverse/aarch64.exp: New.
15025
15026 2015-05-26 Omair Javaid <omair.javaid@linaro.org>
15027
15028 * lib/gdb.exp (supports_process_record): Return true for
15029 aarch64*-linux*.
15030 (supports_reverse): Likewise.
15031
15032 2015-05-22 Patrick Palka <patrick@parcs.ath.cx>
15033
15034 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
15035 Use with_test_prefix.
15036
15037 2015-05-21 Andrew Burgess <andrew.burgess@embecosm.com>
15038
15039 * gdb.base/completion.exp: Add test for completion of layout
15040 names.
15041
15042 2015-05-20 Andrew Burgess <andrew.burgess@embecosm.com>
15043
15044 * lib/gdb.exp (skip_tui_tests): New proc.
15045 * gdb.base/tui-layout.exp: Check skip_tui_tests.
15046
15047 2015-05-19 Pedro Alves <palves@redhat.com>
15048
15049 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
15050 Save the whole env array instead of just HOME. Unset HISTSIZE in
15051 the environment while testing. Restore whole environment
15052 afterwards.
15053
15054 2015-05-16 Doug Evans <xdje42@gmail.com>
15055
15056 * gdb.guile/scm-ports.c: New file.
15057 * gdb.guile/scm-ports.exp: Add memory port tests.
15058
15059 2015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
15060
15061 * gdb.compile/compile-print.c: New file.
15062 * gdb.compile/compile-print.exp: New file.
15063
15064 2015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
15065
15066 * gdb.compile/compile-ops.exp: Cast param to void.
15067 * gdb.compile/compile.exp: Complete type for _gdb_expr.
15068 (compile code struct_object.selffield = &struct_object): Add xfail.
15069
15070 2015-05-15 Joel Brobecker <brobecker@adacore.com>
15071
15072 * gdb.ada/arr_enum_with_gap: New testcase.
15073
15074 2015-05-15 Joel Brobecker <brobecker@adacore.com>
15075
15076 * gdb.ada/byte_packed_arr: New testcase.
15077
15078 2015-05-15 Joel Brobecker <brobecker@adacore.com>
15079
15080 * gdb.ada/pckd_neg: New testcase.
15081
15082 2015-05-13 Patrick Palka <patrick@parcs.ath.cx>
15083
15084 PR gdb/17820
15085 * gdb.base/gdbinit-history.exp: New test.
15086 * gdb.base/gdbinit-history/unlimited/.gdbinit: New file.
15087 * gdb.base/gdbinit-history/zero/.gdbinit: New file.
15088
15089 2015-05-09 Siva Chandra Reddy <sivachandra@google.com>
15090
15091 * gdb.python/py-xmethods.cc: Enhance test case.
15092 * gdb.python/py-xmethods.exp: New tests.
15093 * gdb.python/py-xmethods.py (A_indexoper): New xmethod worker
15094 function.
15095 (B_indexoper): Likewise.
15096 (global_dm_list) : Add new xmethod worker functions.
15097
15098 2015-05-08 Sergio Durigan Junior <sergiodj@redhat.com>
15099
15100 * gdb.base/coredump-filter.exp: Correctly unset
15101 "coredump_var_addr" array.
15102
15103 2015-05-08 Pedro Alves <palves@redhat.com>
15104
15105 * gdb.server/non-existing-program.exp: Unset spawn_id.
15106
15107 2015-05-08 Siva Chandra Reddy <sivachandra@google.com>
15108
15109 PR python/18291
15110 * gdb.python/py-xmethods.exp: Add tests.
15111
15112 2015-05-08 Yao Qi <yao.qi@linaro.org>
15113
15114 PR gdb/18208
15115 * gdb.base/coredump-filter.c (set_coredump_filter): New function.
15116 * gdb.base/coredump-filter.exp (do_save_core): Call inferior
15117 function set_coredump_filter, and remove remote_exec call.
15118 Remove argument ipid. Callers update.
15119 (top level): Don't get inferior's PID.
15120
15121 2015-05-08 Andreas Arnez <arnez@linux.vnet.ibm.com>
15122
15123 * gdb.base/watch_thread_num.exp: Skip test on targets without
15124 access watchpoints.
15125
15126 2015-05-06 Pedro Alves <palves@redhat.com>
15127
15128 PR server/18081
15129 * gdb.server/non-existing-program.exp: New file.
15130
15131 2015-05-05 Joel Brobecker <brobecker@adacore.com>
15132
15133 * gdb.ada/out_of_line_in_inlined.exp: Add run and "bt" tests.
15134
15135 2015-05-05 Joel Brobecker <brobecker@adacore.com>
15136
15137 * gdb.ada/out_of_line_in_inlined: New testcase.
15138
15139 2015-05-05 Joel Brobecker <brobecker@adacore.com>
15140
15141 * gdb.ada/var_rec_arr: New testcase.
15142
15143 2015-04-30 Yao Qi <yao.qi@linaro.org>
15144
15145 * gdb.base/break-idempotent.exp: If
15146 skip_hw_watchpoint_multi_tests returns true, skip the tests
15147 on "rwatch" and "awatch".
15148
15149 2015-04-30 Yao Qi <yao.qi@linaro.org>
15150
15151 * gdb.base/relativedebug.exp: Invoke gdb command
15152 "info sharedlibrary", and if libc.so doesn't have debug info,
15153 skip the test.
15154
15155 2015-04-29 Doug Evans <dje@google.com>
15156
15157 * gdb.python/py-xmethods.exp: Add ptype tests.
15158 * gdb.python/py-xmethods.py (E_method_char_worker): Add
15159 get_result_type method.
15160
15161 2015-04-29 Luis Machado <lgustavo@codesourcery.com>
15162
15163 * gdb.base/watch-bitfields.exp: Switch to software watchpoints if
15164 the target does not support hardware watchpoints.
15165
15166 2015-04-29 Luis Machado <lgustavo@codesourcery.com>
15167
15168 * gdb.base/break-always.exp: Abort testing if writing to memory
15169 causes an error.
15170
15171 2015-04-28 Doug Evans <dje@google.com>
15172
15173 * gdb.python/py-pp-maint.py: Move "replace" testing to ...
15174 * gdb.python/py-pp-registration.exp: ... here. New file.
15175 * gdb.python/py-pp-registration.c: New file.
15176 * gdb.python/py-pp-registration.py: New file.
15177
15178 2015-04-28 Doug Evans <dje@google.com>
15179
15180 * gdb.python/py-bad-printers.c: New file.
15181 * gdb.python/py-bad-printers.py: New file.
15182 * gdb.python/py-bad-printers.exp: New file.
15183
15184 2015-04-28 Sasha Smundak <asmundak@google.com>
15185
15186 * gdb.python/py-type.exp: New test.
15187
15188 2015-04-28 Andy Wingo <wingo@igalia.com>
15189
15190 * gdb.python/py-parameter.exp:
15191 * gdb.guile/scm-parameter.exp: Escape the path that we are
15192 matching against, as it might contain characters that are special
15193 to regular expressions.
15194
15195 2015-04-27 Joel Brobecker <brobecker@adacore.com>
15196
15197 * gdb.ada/rec_comp: New testcase.
15198
15199 2015-04-26 Sergio Durigan Junior <sergiodj@redhat.com>
15200
15201 * gdb.base/coredump-filter.exp: Clear variable "coredump_var_addr"
15202 before using it.
15203
15204 2015-04-24 Andrew Burgess <andrew.burgess@embecosm.com>
15205
15206 * gdb.base/dump.exp: Add *.verilog files to all_files list. Add
15207 new tests for verilog output.
15208
15209 2015-04-24 Yao Qi <yao.qi@linaro.org>
15210
15211 * boards/remote-gdbserver-on-localhost.exp: New file.
15212
15213 2015-04-23 Pedro Alves <palves@redhat.com>
15214
15215 * gdb.base/interrupt.exp: Use an indirect spawn id list holding
15216 $inferior_spawn_id instead of $inferior_spawn_id directly. On
15217 "end of file", remove $inferior_spawn_id from the indirect list.
15218
15219 2015-04-23 Pedro Alves <palves@redhat.com>
15220
15221 * gdb.base/interrupt.exp: Rename saw_eof to saw_end_of_file.
15222
15223 2015-04-23 Pedro Alves <palves@redhat.com>
15224
15225 * lib/gdb.exp (gdb_test_multiple): Match eof/full_buffer/timeout
15226 on $any_spawn_id instead of only on $gdb_spawn_id.
15227
15228 2015-04-21 Pierre Muller <muller@sourceware.org>
15229
15230 PR pascal/17815
15231 * lib/pascal.exp (gpc_compile): Add new option "class".
15232 (fpc_compile): Likewise.
15233 * gdb.pascal/case-insensitive-symbols.pas: New file.
15234 * gdb.pascal/case-insensitive-symbols.exp: New file.
15235
15236 2015-04-20 Gary Benson <gbenson@redhat.com>
15237
15238 * gdb.base/attach.exp: Fix three extended remote failures.
15239
15240 2015-04-17 Gary Benson <gbenson@redhat.com>
15241
15242 * gdb.server/server-exec-info.exp: Inhibit GDB from accessing
15243 the main executable over the remote protocol.
15244
15245 2015-04-16 Pedro Alves <palves@redhat.com>
15246
15247 * boards/native-extended-gdbserver.exp (mi_gdb_start): Don't start
15248 a new gdbserver if gdbserver_reconnect_p is set.
15249
15250 2015-04-16 Pedro Alves <palves@redhat.com>
15251
15252 * lib/gdbserver-support.exp (gdb_exit): If gdbserver_reconnect_p
15253 is set, don't exit gdbserver.
15254
15255 2015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
15256
15257 * gdb.arch/s390-vregs.S (change_vrs): Replace exrl by an
15258 appropriate .insn, such that an older assembler can be used.
15259 * gdb.arch/s390-vregs.exp: Add the compile flag -mzarch, to enable
15260 the z/Architecture instruction set on 31-bit targets as well.
15261
15262 2015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
15263
15264 * gdb.go/handcall.exp: Remove all logic related to the first
15265 breakpoint and rely on go_runto_main instead.
15266 * gdb.go/strings.exp: Likewise.
15267 * gdb.go/unsafe.exp: Likewise.
15268 * gdb.go/hello.exp: Likewise. Also rename the remaining
15269 breakpoint marker to "breakpoint 1".
15270 * gdb.go/handcall.go: Remove comment "set breakpoint 1 here".
15271 * gdb.go/strings.go: Likewise.
15272 * gdb.go/unsafe.go: Likewise.
15273 * gdb.go/hello.go: Likewise. Also remove the second occurrence of
15274 "set breakpoint 2 here" and rename the remaining breakpoint marker
15275 to "breakpoint 1".
15276
15277 2015-04-15 Simon Marchi <simon.marchi@ericsson.com>
15278
15279 * gdb.python/py-framefilter.py (ErrorFilter.filter): Use map function
15280 if itertools.imap is not present.
15281 * gdb.python/py-objfile.exp: Add parentheses.
15282 * gdb.python/py-type.exp: Same.
15283 * gdb.python/py-unwind-maint.py: Same.
15284
15285 2015-04-15 Yao Qi <yao.qi@linaro.org>
15286
15287 * gdb.dwarf2/dynarr-ptr.exp (assemble): Use $ptr_size instead
15288 of ":$ptr_size" and set its form explicitly.
15289
15290 2015-04-15 Pedro Alves <palves@redhat.com>
15291 Yao Qi <yao.qi@linaro.org>
15292
15293 * gdb.base/watch-bitfields.exp (test_watch_location): Increase
15294 timeout by factor of 4.
15295 (test_regular_watch): Likewise.
15296 * gdb.base/watchpoint-solib.exp: Use with_timeout_factor.
15297 * gdb.reverse/sigall-reverse.exp: Likewise.
15298 * gdb.reverse/until-precsave.exp: Likewise.
15299 * lib/gdb.exp (with_timeout_factor): New proc.
15300 (gdb_expect): Move some code to ...
15301 (get_largest_timeout): ... here. New procedure.
15302
15303 2015-04-14 Luis Machado <lgustavo@codesourcery.com>
15304
15305 * gdb.base/bp-permanent.exp (test): Reinstate correct test message.
15306
15307 2015-04-13 Luis Machado <lgustavo@codesourcery.com>
15308
15309 * gdb.base/bp-permanent.exp (test): Handle the case of being unable
15310 to write to the .text section.
15311
15312 2015-04-13 Luis Machado <lgustavo@codesourcery.com>
15313
15314 * gdb.base/coredump-filter.exp: Restrict test to Linux systems only.
15315 Handle the case of targets that do not provide PID information.
15316
15317 2015-04-13 Yao Qi <yao.qi@linaro.org>
15318
15319 * lib/gdbserver-support.exp (gdb_exit): Catch exception
15320 and use expect instead of gdb_expect.
15321
15322 2015-04-13 Sergio Durigan Junior <sergiodj@redhat.com>
15323
15324 * gdb.base/coredump-filter.exp: Rename variable "addr" to
15325 "coredump_var_addr" to avoid naming conflict with other testcases.
15326
15327 2015-04-10 Pedro Alves <palves@redhat.com>
15328
15329 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp: Use
15330 gdb_test_sequence and gdb_assert.
15331
15332 2015-04-10 Pedro Alves <palves@redhat.com>
15333
15334 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Use
15335 test messages that don't include the breakpoint address.
15336
15337 2015-04-10 Yao Qi <yao.qi@linaro.org>
15338
15339 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): Return
15340 false for some offset and width combinations which aren't
15341 supported by linux kernel.
15342
15343 2015-04-10 Pedro Alves <palves@redhat.com>
15344
15345 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): New
15346 procedure, factored out from ...
15347 (top level): ... here. Add "set displaced-stepping" testing axis.
15348 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): New
15349 parameter "displaced". Use it.
15350 (top level): Use foreach and add "set displaced-stepping" testing
15351 axis.
15352
15353 2015-04-10 Pedro Alves <palves@redhat.com>
15354
15355 * gdb.threads/step-over-trips-on-watchpoint.c (child_function):
15356 Remove comment.
15357 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Find
15358 both the address of the instruction that triggers the watchpoint
15359 and the address of the instruction immediately after, and use
15360 those addresses for the test. Fix comment.
15361
15362 2015-04-10 Pedro Alves <palves@redhat.com>
15363
15364 * gdb.base/sigstep.exp (breakpoint_to_handler)
15365 (breakpoint_to_handler_entry): New parameter 'displaced'. Use it.
15366 Test "backtrace" in handler.
15367 (breakpoint_over_handler): New parameter 'displaced'. Use it.
15368 (top level): Add new "displaced" test axis to
15369 breakpoint_to_handler, breakpoint_to_handler_entry and
15370 breakpoint_over_handler.
15371
15372 2015-04-10 Pedro Alves <palves@redhat.com>
15373
15374 PR gdb/18216
15375 * gdb.threads/multiple-step-overs.exp: Remove expected eof.
15376
15377 2015-04-10 Yao Qi <yao.qi@linaro.org>
15378
15379 * gdb.arch/arm-disp-step.S (main): Call test_add_rn_pc.
15380 (test_add_rn_pc): New function.
15381 * gdb.arch/arm-disp-step.exp (test_add_rn_pc): New proc.
15382 (top level): Invoke test_add_rn_pc.
15383
15384 2015-04-10 Pedro Alves <palves@redhat.com>
15385
15386 PR gdb/13858
15387 * gdb.base/step-over-no-symbols.exp: New file.
15388
15389 2015-04-09 Andy Wingo <wingo@igalia.com>
15390
15391 * gdb.guile/scm-frame.exp: Add frame-read-register tests, modelled
15392 after the Python tests.
15393
15394 2015-04-08 Keith Seitz <keiths@redhat.com>
15395
15396 PR python/16699
15397 * gdb.python/py-completion.exp: New tests for completion.
15398 * gdb.python/py-completion.py (CompleteLimit1): New class.
15399 (CompleteLimit2): Likewise.
15400 (CompleteLimit3): Likewise.
15401 (CompleteLimit4): Likewise.
15402 (CompleteLimit5): Likewise.
15403 (CompleteLimit6): Likewise.
15404 (CompleteLimit7): Likewise.
15405
15406 2015-04-08 Pedro Alves <palves@redhat.com>
15407
15408 PR gdb/18214
15409 PR gdb/18216
15410 * gdb.threads/multiple-step-overs.c (sigusr1_handler): New
15411 function.
15412 (main): Install it as SIGUSR1 handler.
15413 * gdb.threads/multiple-step-overs.exp (setup): Remove 'prefix'
15414 parameter. Always use "setup" as prefix. Toggle "set
15415 displaced-stepping" off/on depending on global. Don't switch to
15416 thread 1 here.
15417 (top level): Add displaced stepping "off/on" test axis. Update
15418 "setup" calls. Wrap each subtest with with_test_prefix. Test
15419 continuing with a queued signal in each thread.
15420
15421 2015-04-08 Pedro Alves <palves@redhat.com>
15422
15423 * gdb.trace/actions.exp: Use gdb_load before gdb_run_cmd.
15424 * gdb.trace/infotrace.exp: Use gdb_load before gdb_run_cmd. Use
15425 gdb_breakpoint instead of gdb_test that doesn't expect anything.
15426 Return early if running to main fails.
15427 * gdb.trace/while-stepping.exp: Likewise.
15428
15429 2015-04-07 Pedro Alves <palves@redhat.com>
15430
15431 * gdb.base/interrupt.exp: Don't skip if $inferior_spawn_id !=
15432 $gdb_spawn_id. Use send_inferior and $inferior_spawn_id to
15433 interact with inferior program.
15434
15435 2015-04-07 Pedro Alves <palves@redhat.com>
15436
15437 * lib/gdb.exp (inferior_spawn_id): New global.
15438 (gdb_test_multiple): Handle "-i". Reset the spawn id to GDB's
15439 spawn id after processing the user code.
15440 (default_gdb_start): Set inferior_spawn_id.
15441 (send_inferior): New procedure.
15442 * lib/gdbserver-support.exp (gdbserver_start): Set
15443 inferior_spawn_id.
15444 (close_gdbserver, gdb_exit): Unset inferior_spawn_id.
15445
15446 2015-04-07 Pedro Alves <palves@redhat.com>
15447
15448 * lib/gdb.exp (gdb_finish): Delete persistent gdbserver handling.
15449 * lib/gdbserver-support.exp (gdbserver_start): Make
15450 $server_spawn_id global.
15451 (gdbserver_start): Don't wait for gdbserver's spawn id with
15452 expect_background.
15453 (close_gdbserver): New procedure.
15454 (gdb_exit): Rename the default version and reimplement.
15455
15456 2015-04-07 Pedro Alves <palves@redhat.com>
15457
15458 * lib/gdb.exp (gdb_test_multiple): When processing an argument,
15459 append the substituted item, not the original item.
15460
15461 2015-04-07 Pedro Alves <palves@redhat.com>
15462
15463 * gdb.base/interrupt.exp: Use gdb_test_multiple instead of
15464 gdb_expect.
15465
15466 2015-04-07 Pedro Alves <palves@redhat.com>
15467
15468 * gdb.base/interrupt.exp: Don't handle the case of the inferior
15469 output appearing once only.
15470
15471 2015-04-07 Pedro Alves <palves@redhat.com>
15472
15473 * gdb.trace/actions.exp: Use gdb_breakpoint instead of gdb_test
15474 that doesn't expect anything. Return early if running to main
15475 fails.
15476
15477 2015-04-07 Yao Qi <yao.qi@linaro.org>
15478
15479 * gdb.threads/non-stop-fair-events.c (SECONDS): New macro.
15480 (child_function): Call alarm.
15481 (main): Move call to alarm into the loop.
15482 * gdb.threads/non-stop-fair-events.exp: Build program with
15483 -DTIMEOUT=$timeout.
15484
15485 2015-04-06 Doug Evans <xdje42@gmail.com>
15486
15487 * lib/pascal.exp (gpc_compile): Rename dest arg to destfile.
15488 Fix dest parameter to board_info.
15489 (fpc_compile): Ditto.
15490 (gdb_compile_pascal): Rename dest arg to destfile.
15491
15492 2015-04-03 Pierre-Marie de Rodat <derodat@adacore.com>
15493
15494 * gdb.ada/funcall_ref.exp: New file.
15495 * gdb.ada/funcall_ref/foo.adb: New file.
15496
15497 2015-04-02 Yao Qi <yao.qi@linaro.org>
15498
15499 * gdb.threads/no-unwaited-for-left.exp: Set up kfail if target
15500 is remote.
15501
15502 2015-04-02 Gary Benson <gbenson@redhat.com>
15503
15504 * gdb.base/break-probes.exp: Cope with "target:" sysroot.
15505
15506 2015-04-01 Sasha Smundak <asmundak@google.com>
15507
15508 * gdb.python/py-unwind-maint.c: New file.
15509 * gdb.python/py-unwind-maint.exp: New test.
15510 * gdb.python/py-unwind-maint.py: New file.
15511 * gdb.python/py-unwind.c: New file.
15512 * gdb.python/py-unwind.exp: New test.
15513 * gdb.python/py-unwind.py: New test.
15514
15515 2015-04-01 Pedro Alves <palves@redhat.com>
15516
15517 * gdb.threads/manythreads.exp (interrupt_and_wait): Pass $message
15518 to fail instead of non-existent $test.
15519
15520 2015-04-01 Pedro Alves <palves@redhat.com>
15521
15522 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): Append space to
15523 GDBFLAGS if not empty.
15524
15525 2015-04-01 Pierre-Marie de Rodat <derodat@adacore.com>
15526
15527 * gdb.ada/complete.exp: Remove "multi_line".
15528 * gdb.ada/info_exc.exp: Remove "multi_line".
15529 * gdb.ada/packed_tagged.exp: Remove "multi_line".
15530 * gdb.ada/ptype_field.exp: Remove "multi_line".
15531 * gdb.ada/sym_print_name.exp: Remove "multi_line".
15532 * gdb.ada/tagged.exp: Remove "multi_line".
15533 * gdb.btrace/buffer-size.exp: Replace [join [list ...]] with
15534 [multi_line ...]
15535 * gdb.btrace/delta.exp: Likewise.
15536 * gdb.btrace/exception.exp: Likewise.
15537 * gdb.btrace/function_call_history.exp: Likewise.
15538 * gdb.btrace/instruction_history.exp: Likewise.
15539 * gdb.btrace/nohist.exp: Likewise.
15540 * gdb.btrace/record_goto.exp: Likewise.
15541 * gdb.btrace/segv.exp: Likewise.
15542 * gdb.btrace/stepi.exp: Likewise.
15543 * gdb.btrace/tailcall.exp: Likewise.
15544 * gdb.btrace/unknown_functions.exp: Likewise.
15545 * gdb.dwarf2/dw2-undefined-ret-addr.exp: Likewise.
15546 * lib/gdb.exp: Add the "multi_line" helper.
15547
15548 2015-04-01 Pedro Alves <palves@redhat.com>
15549
15550 * gdb.threads/tid-reuse.c: New file.
15551 * gdb.threads/tid-reuse.exp: New file.
15552
15553 2015-03-31 Sergio Durigan Junior <sergiodj@redhat.com>
15554
15555 PR corefiles/16092
15556 * gdb.base/coredump-filter.c: New file.
15557 * gdb.base/coredump-filter.exp: Likewise.
15558
15559 2015-03-27 Petr Machata <pmachata@redhat.com>
15560
15561 * lib/dwarf.exp (Dwarf::_handle_DW_FORM): Handle DW_FORM_sec_offset.
15562 (Dwarf::_line_count, Dwarf::_line_saw_file): New variables.
15563 (Dwarf::assemble): Initialize them.
15564 (Dwarf::lines): New function.
15565
15566 2015-03-26 Jon Turney <jon.turney@dronecode.org.uk>
15567
15568 * lib/gdb.exp (gdb_target_symbol_prefix_flags): Don't set
15569 SYMBOL_PREFIX for x86_64-*-cygwin.
15570
15571 2015-03-26 Andy Wingo <wingo@igalia.com>
15572
15573 PR symtab/18148
15574 * gdb.dwarf2/dw2-intercu.S (one, two): Add variables that have a
15575 const_value but not a location.
15576 * gdb.dwarf2/dw2-intercu.exp: Add tests that constants without
15577 location defined in non-main CUs are visible.
15578
15579 2015-03-26 Yao Qi <yao.qi@linaro.org>
15580
15581 PR testsuite/18139
15582 * gdb.linespec/break-asm-file0.s (func): New label .Lfunc_2.
15583 Add a line number entry for the same line.
15584 * gdb.linespec/break-asm-file1.s (func): New label .Lfunc_2.
15585 Add a line number entry for the same line.
15586
15587 2015-03-26 Yao Qi <yao.qi@linaro.org>
15588
15589 * gdb.linespec/break-asm-file0.s (func2): Use nop instead of
15590 .int 0.
15591 (func): Likewise. Add .Lfunc_1 label.
15592 Use .Lfunc_1 label.
15593 * gdb.linespec/break-asm-file1.s (func3): Use nop instead of
15594 .int 0.
15595 (func): Likewise.
15596 Use .Lfunc_1 label.
15597
15598 2015-03-26 Yao Qi <yao.qi@linaro.org>
15599
15600 * gdb.linespec/break-asm-file.exp: Don't call prepare_for_testing.
15601 Call gdb_compile instead to compile each .s files without debug
15602 information.
15603
15604 2015-03-26 Yao Qi <yao.qi@linaro.org>
15605
15606 * gdb.base/savedregs.exp (process_saved_regs): Make
15607 "Saved registers:" optional in the pattern.
15608
15609 2015-03-25 Markus Metzger <markus.t.metzger@intel.com>
15610
15611 * gdb.btrace/next.exp: Merged into step.exp.
15612 * gdb.btrace/finish.exp: Merged into step.exp.
15613 * gdb.btrace/nexti.exp: Merged into stepi.exp.
15614 * gdb.btrace/step.exp: Use record_goto.c as test file. Avoid using
15615 "record goto" and checking the exact replay position.
15616 * gdb.btrace/stepi.exp: Choose test file based on target. Do not
15617 check for "Recording format" in "info record" output.
15618 * gdb.btrace/record_goto.exp: Choose test file based on target.
15619 * gdb.btrace/x86-record_goto.S: Renamed into ...
15620 * gdb.btrace/x86_64-record_goto.S: ... this.
15621 * gdb.btrace/i686-record_goto.S: New.
15622 * gdb.btrace/x86-tailcall.S: Renamed into ...
15623 * gdb.btrace/x86_64-tailcall.S: ... this.
15624 * gdb.btrace/i686-tailcall.S: New.
15625 * gdb.btrace/x86-tailcall.c: Renamed into ...
15626 * gdb.btrace/tailcall.c: ... this. Split "return ++answer" into two
15627 separate statements. Update test.
15628 * gdb.btrace/delta.exp: Use record_goto.c as test file.
15629 * gdb.btrace/gcore.exp: Use record_goto.c as test file.
15630 * gdb.btrace/nohist.exp: Use record_goto.c as test file.
15631 * gdb.btrace/tailcall.exp: Choose test file based on target.
15632 * gdb.btrace/Makefile.in: Remove next, finish, and nexti.
15633
15634 2015-03-25 Markus Metzger <markus.t.metzger@intel.com>
15635
15636 * gdb.btrace/exception.exp: Increase BTS buffer size.
15637
15638 2015-03-24 Pedro Alves <palves@redhat.com>
15639
15640 * gdb.threads/no-unwaited-for-left.exp: Test "thread apply all".
15641
15642 2015-03-24 Pedro Alves <palves@redhat.com>
15643
15644 * gdb.threads/schedlock.exp (test_step): No longer expect that
15645 "set scheduler-locking step" with "next" over a function call runs
15646 threads unlocked.
15647
15648 2015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
15649
15650 * gdb.mi/mi-pending.exp: Fix output of breakpoint test.
15651
15652 2015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
15653
15654 PR breakpoints/16466
15655 * gdb.mi/Makefile.in: Add mi-pendshr2.sl to cleanup.
15656 * gdb.mi/mi-pending.c (thread_func): New function.
15657 (int main): Add threading support required.
15658 * gdb.mi/mi-pending.exp: Add tests for this issue.
15659 * gdb.mi/mi-pendshr.c (pendfunc1): Remove stdio dependency.
15660 (pendfunc2): Remove stdio dependency.
15661 * gdb.mi/mi-pendshr2.c: New file.
15662
15663 2015-03-23 Keith Seitz <keiths@redhat.com>
15664
15665 * gdb.linespec/keywords.c: New file.
15666 * gdb.linespec/keywords.exp: New file.
15667
15668 2015-03-23 Keith Seitz <keiths@redhat.com>
15669
15670 PR gdb/18021
15671 * gdb.dwarf2/staticvirtual.exp: New test.
15672
15673 2015-03-20 Jan Kratochvil <jan.kratochvil@redhat.com>
15674
15675 * Makefile.in (ALL_SUBDIRS): Remove gdb.hp.
15676 * README: Remove HP-UX and gdb.hp.
15677 (configuration):
15678 * configure: Regenerate.
15679 * configure.ac (AC_OUTPUT): Remove gdb.hp/Makefile,
15680 gdb.hp/gdb.objdbg/Makefile, gdb.hp/gdb.base-hp/Makefile,
15681 gdb.hp/gdb.aCC/Makefile, gdb.hp/gdb.compat/Makefile,
15682 gdb.hp/gdb.defects/Makefile.
15683 * gdb.hp/Makefile.in: File deleted.
15684 * gdb.hp/gdb.aCC/Makefile.in: File deleted.
15685 * gdb.hp/gdb.aCC/optimize.c: File deleted.
15686 * gdb.hp/gdb.aCC/optimize.exp: File deleted.
15687 * gdb.hp/gdb.aCC/run.c: File deleted.
15688 * gdb.hp/gdb.aCC/watch-cmd.exp: File deleted.
15689 * gdb.hp/gdb.base-hp/Makefile.in: File deleted.
15690 * gdb.hp/gdb.base-hp/callfwmall.c: File deleted.
15691 * gdb.hp/gdb.base-hp/callfwmall.exp: File deleted.
15692 * gdb.hp/gdb.base-hp/dollar.c: File deleted.
15693 * gdb.hp/gdb.base-hp/dollar.exp: File deleted.
15694 * gdb.hp/gdb.base-hp/genso-thresh.c: File deleted.
15695 * gdb.hp/gdb.base-hp/hwwatchbus.c: File deleted.
15696 * gdb.hp/gdb.base-hp/hwwatchbus.exp: File deleted.
15697 * gdb.hp/gdb.base-hp/pxdb.c: File deleted.
15698 * gdb.hp/gdb.base-hp/pxdb.exp: File deleted.
15699 * gdb.hp/gdb.base-hp/reg-pa64.exp: File deleted.
15700 * gdb.hp/gdb.base-hp/reg-pa64.s: File deleted.
15701 * gdb.hp/gdb.base-hp/reg.exp: File deleted.
15702 * gdb.hp/gdb.base-hp/reg.s: File deleted.
15703 * gdb.hp/gdb.base-hp/sized-enum.c: File deleted.
15704 * gdb.hp/gdb.base-hp/sized-enum.exp: File deleted.
15705 * gdb.hp/gdb.base-hp/so-thresh.exp: File deleted.
15706 * gdb.hp/gdb.base-hp/so-thresh.mk: File deleted.
15707 * gdb.hp/gdb.base-hp/so-thresh.sh: File deleted.
15708 * gdb.hp/gdb.compat/Makefile.in: File deleted.
15709 * gdb.hp/gdb.compat/average.c: File deleted.
15710 * gdb.hp/gdb.compat/sum.c: File deleted.
15711 * gdb.hp/gdb.compat/xdb.c: File deleted.
15712 * gdb.hp/gdb.compat/xdb0.c: File deleted.
15713 * gdb.hp/gdb.compat/xdb0.h: File deleted.
15714 * gdb.hp/gdb.compat/xdb1.c: File deleted.
15715 * gdb.hp/gdb.compat/xdb1.exp: File deleted.
15716 * gdb.hp/gdb.compat/xdb2.exp: File deleted.
15717 * gdb.hp/gdb.compat/xdb3.exp: File deleted.
15718 * gdb.hp/gdb.defects/Makefile.in: File deleted.
15719 * gdb.hp/gdb.defects/bs14602.c: File deleted.
15720 * gdb.hp/gdb.defects/bs14602.exp: File deleted.
15721 * gdb.hp/gdb.defects/solib-d.c: File deleted.
15722 * gdb.hp/gdb.defects/solib-d.exp: File deleted.
15723 * gdb.hp/gdb.defects/solib-d1.c: File deleted.
15724 * gdb.hp/gdb.defects/solib-d2.c: File deleted.
15725 * gdb.hp/gdb.objdbg/Makefile.in: File deleted.
15726 * gdb.hp/gdb.objdbg/objdbg01.exp: File deleted.
15727 * gdb.hp/gdb.objdbg/objdbg01/x1.cc: File deleted.
15728 * gdb.hp/gdb.objdbg/objdbg01/x2.cc: File deleted.
15729 * gdb.hp/gdb.objdbg/objdbg01/x3.cc: File deleted.
15730 * gdb.hp/gdb.objdbg/objdbg01/x3.h: File deleted.
15731 * gdb.hp/gdb.objdbg/objdbg02.exp: File deleted.
15732 * gdb.hp/gdb.objdbg/objdbg02/x1.cc: File deleted.
15733 * gdb.hp/gdb.objdbg/objdbg02/x2.cc: File deleted.
15734 * gdb.hp/gdb.objdbg/objdbg02/x3.cc: File deleted.
15735 * gdb.hp/gdb.objdbg/objdbg03.exp: File deleted.
15736 * gdb.hp/gdb.objdbg/objdbg03/x1.cc: File deleted.
15737 * gdb.hp/gdb.objdbg/objdbg03/x2.cc: File deleted.
15738 * gdb.hp/gdb.objdbg/objdbg03/x3.cc: File deleted.
15739 * gdb.hp/gdb.objdbg/objdbg04.exp: File deleted.
15740 * gdb.hp/gdb.objdbg/objdbg04/x.h: File deleted.
15741 * gdb.hp/gdb.objdbg/objdbg04/x1.cc: File deleted.
15742 * gdb.hp/gdb.objdbg/objdbg04/x2.cc: File deleted.
15743 * gdb.hp/gdb.objdbg/tools/symaddr: File deleted.
15744 * gdb.hp/gdb.objdbg/tools/symaddr.pa64: File deleted.
15745 * gdb.hp/gdb.objdbg/tools/test-objdbg.cc: File deleted.
15746 * gdb.hp/tools/odump: File deleted.
15747
15748 2015-03-19 Pedro Alves <palves@redhat.com>
15749
15750 * gdb.threads/continue-pending-status.exp (saw_thread_2)
15751 (saw_thread_3): New globals.
15752 (top level): Increment them when an event for the corresponding
15753 thread is seen.
15754 (no thread starvation): New test.
15755
15756 2015-03-19 Pedro Alves <palves@redhat.com>
15757
15758 * gdb.threads/continue-pending-status.c: New file.
15759 * gdb.threads/continue-pending-status.exp: New file.
15760
15761 2015-03-18 Pedro Alves <palves@redhat.com>
15762
15763 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
15764 Use gdb_is_target_remote instead of is_remote. Use
15765 gdb_test_multiple instead of gdb_expect. Exit early if
15766 gdb_test_multiple hits its internal matches. Tighten stepi tests
15767 expected output. Fail on exit with any signal, instead of just
15768 SIGILL.
15769
15770 2015-03-18 Yao Qi <yao.qi@linaro.org>
15771
15772 PR tdep/18107
15773 * gdb.base/catch-syscall.c [!SYS_pipe] (pipe2_syscall): New
15774 variable.
15775 * gdb.base/catch-syscall.exp: Don't skip it on
15776 aarch64*-*-linux* target. Remove elements in all_syscalls.
15777 (test_catch_syscall_multi_arch): Skip it on aarch64*-linux*
15778 target.
15779 (setup_all_syscalls): New proc.
15780
15781 2015-03-16 Yao Qi <yao.qi@linaro.org>
15782
15783 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): New proc.
15784 (top level): Skip tests if valid_addr_p returns false for
15785 $cmd1 or $cmd2.
15786
15787 2015-03-11 Andy Wingo <wingo@igalia.com>
15788
15789 * gdb.guile/scm-objfile.exp: Add objfile-progspace test.
15790
15791 2015-03-11 Yao Qi <yao.qi@linaro.org>
15792
15793 * gdb.base/catch-syscall.exp: Fix typo in comments.
15794
15795 2015-03-11 Yao Qi <yao.qi@linaro.org>
15796
15797 * gdb.base/catch-syscall.exp: Skip it on HP-UX target.
15798
15799 2015-03-09 Pedro Alves <palves@redhat.com>
15800
15801 * dg-extract-results.py: Delete.
15802
15803 2015-03-09 Pedro Alves <palves@redhat.com>
15804
15805 Merge dg-extract-results.sh from GCC upstream (r218843).
15806
15807 2014-12-17 Sergio Durigan Junior <sergiodj@redhat.com>
15808 * dg-extract-results.sh: Use --text with grep to avoid issues with
15809 binary files. Fall back to cat -v, if that doesn't work.
15810
15811 2015-03-05 Pedro Alves <palves@redhat.com>
15812
15813 * gdb.base/bp-permanent.exp: Tighten "next over setup" regex.
15814
15815 2015-03-04 Simon Marchi <simon.marchi@ericsson.com>
15816
15817 * lib/mi-support.exp (mi_expect_interrupt): Accept
15818 alternative event for when in all-stop mode.
15819
15820 2015-03-04 Pedro Alves <palves@redhat.com>
15821
15822 * gdb.threads/thread-specific-bp.exp: Delete "info threads" test.
15823
15824 2015-03-04 Mark Kettenis <kettenis@gnu.org>
15825
15826 * gdb.base/foll-fork.exp: Enable on *-*-openbsd*.
15827
15828 2015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
15829
15830 * gdb.base/breakpoint-in-ro-region.exp (test_single_step): In the
15831 regexps for GDB's current line display, accept a hex address
15832 preceding the line number.
15833
15834 2015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
15835
15836 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch): Set
15837 the 'arch1' variable for "s390*-linux*" targets.
15838
15839 2015-03-04 Pedro Alves <palves@redhat.com>
15840
15841 * gdb.threads/clone-thread_db.c: Include unistd.h and pthread.h.
15842 (main): Pass missing retval argument to pthread_join call.
15843
15844 2015-03-02 Pedro Alves <palves@redhat.com>
15845
15846 * gdb.threads/thread-execl.exp (do_test): Handle non-stop.
15847 (top level): Call do_test with non-stop as well.
15848
15849 2015-03-02 Pedro Alves <palves@redhat.com>
15850
15851 * lib/gdb.exp (gdb_test_multiple) <internal error>: Set result to
15852 -1.
15853
15854 2015-03-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
15855
15856 * gdb.arch/s390-vregs.exp: New test.
15857 * gdb.arch/s390-vregs.S: New file.
15858
15859 2015-02-27 Pedro Alves <palves@redhat.com>
15860
15861 * gdb.gdb/python-interrupts.exp (test_python_interrupts): Adjust
15862 call to catch_command_errors.
15863 * gdb.gdb/python-selftest.exp (selftest_python): Adjust call to
15864 catch_command_errors.
15865
15866 2015-02-27 Pedro Alves <palves@redhat.com>
15867
15868 * gdb.gdb/complaints.exp (test_initial_complaints): Also accept
15869 "true" for boolean result.
15870 * gdb.gdb/selftest.exp (test_with_self): Also accept full
15871 prototype of main.
15872
15873 2015-02-27 Pedro Alves <palves@redhat.com>
15874
15875 * lib/unbuffer_output.c: New file.
15876 * gdb.base/interrupt.c: Include "../lib/unbuffer_output.c".
15877 (main): Call gdb_unbuffer_output.
15878
15879 2015-02-27 Yao Qi <yao.qi@linaro.org>
15880
15881 * gdb.base/catch-syscall.exp: Don't skip it on hppa*-hp-hpux*
15882 target.
15883
15884 2015-02-26 Doug Evans <dje@google.com>
15885
15886 * gdb.cp/class2.cc (Dbase, D): New classes.
15887 (main): New local delta.
15888 * gdb.cp/class2.exp: Test printing delta.
15889 * gdb.cp/classes.cc (DynamicBase2, DynamicBar): New classes.
15890 (dynbar): New global.
15891 * gdb.cp/classes.exp (test_ptype_class_objects): Test ptype DynamicBar.
15892
15893 2015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
15894
15895 * gdb.compile/compile-ifunc.c: New file.
15896 * gdb.compile/compile-ifunc.exp: New file.
15897
15898 2015-02-26 Antoine Tremblay <antoine.tremblay@ericsson.com>
15899
15900 * gdb.base/structs.exp: Check for correct struct on finish.
15901
15902 2015-02-26 Yao Qi <yao.qi@linaro.org>
15903
15904 * lib/dwarf.exp (function_range): Adjust pattern when $func_length
15905 is zero.
15906
15907 2015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
15908
15909 * gdb.arch/cordic.ko.bz2: New file.
15910 * gdb.arch/cordic.ko.debug.bz2: New file.
15911 * gdb.arch/ppc64-symtab-cordic.exp: New file.
15912
15913 2015-02-25 Yao Qi <yao.qi@linaro.org>
15914
15915 * gdb.xml/tdesc-regs.exp: Set core-regs to aarch64-core.xml for
15916 aarch64*-*-* target.
15917
15918 2015-02-23 Pedro Alves <palves@redhat.com>
15919
15920 * lib/gdb.exp (delete_breakpoints): Rewrite using
15921 gdb_test_multiple.
15922
15923 2015-02-23 Pedro Alves <palves@redhat.com>
15924
15925 * gdb.base/info-os.c: Include stdlib.h.
15926
15927 2015-02-22 Doug Evans <xdje42@gmail.com>
15928
15929 PR symtab/17855
15930 * gdb.ada/exec_changed.exp: Add second test where symbol lookup cache
15931 is read after symbols have been re-read.
15932 * gdb.ada/exec_changed/first.adb (First): New procedure Break_Me.
15933 * gdb.ada/exec_changed/second.adb (Second): Ditto.
15934
15935 2015-02-21 Doug Evans <dje@google.com>
15936
15937 * gdb.cp/anon-ns.exp: Add test for ptype '(anonymous namespace)'.
15938
15939 2015-02-21 Jan Kratochvil <jan.kratochvil@redhat.com>
15940
15941 PR corefiles/17808
15942 * gdb.arch/i386-biarch-core.core.bz2: New file.
15943 * gdb.arch/i386-biarch-core.exp: New file.
15944
15945 2015-02-21 Pedro Alves <palves@redhat.com>
15946
15947 * gdb.threads/multi-create-ns-info-thr.exp: Return early if
15948 runto_main fails.
15949
15950 2015-02-20 Pedro Alves <palves@redhat.com>
15951
15952 * gdb.base/solib-corrupted.exp: Expect "stap" as first column of
15953 info probes.
15954
15955 2015-02-20 Pedro Alves <palves@redhat.com>
15956
15957 * gdb.threads/multi-create-ns-info-thr.exp: New file.
15958
15959 2015-02-20 Pedro Alves <palves@redhat.com>
15960
15961 * gdb.trace/no-attach-trace.exp: Don't run to main. Do
15962 clean_restart before gdb_target_supports_trace.
15963
15964 2015-02-20 Pedro Alves <palves@redhat.com>
15965
15966 PR threads/18006
15967 * gdb.threads/clone-thread_db.c: New file.
15968 * gdb.threads/clone-thread_db.exp: New file.
15969
15970 2015-02-19 Antoine Tremblay <antoine.tremblay@ericsson.com>
15971
15972 PR breakpoints/16812
15973 * gdb.base/catch-gdb-caused-signals.c: New file.
15974 * gdb.base/catch-gdb-caused-signals.exp: New file.
15975
15976 2015-02-18 Jose E. Marchesi <jose.marchesi@oracle.com>
15977
15978 * configure: Regenerated.
15979 * configure.ac: Use GDB_AC_TRANSFORM.
15980 * aclocal.m4: sinclude ../transform.m4.
15981
15982 2015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
15983
15984 * lib/dtrace.exp: New file.
15985 * gdb.base/dtrace-probe.exp: Likewise.
15986 * gdb.base/dtrace-probe.d: Likewise.
15987 * gdb.base/dtrace-probe.c: Likewise.
15988 * lib/pdtrace.in: Likewise.
15989 * configure.ac: Output variables with the transformed names of
15990 the strip, readelf, as and nm tools. AC_SUBST lib/pdtrace.in.
15991 * configure: Regenerated.
15992
15993 2015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
15994
15995 * gdb.base/stap-probe.exp (stap_test): Remove "SystemTap" from
15996 expected message when trying to access $_probe_* convenience
15997 variables while not on a probe.
15998
15999 2015-02-11 Jan Kratochvil <jan.kratochvil@redhat.com>
16000
16001 * gdb.python/py-framefilter.exp (pagination quit - *): New tests.
16002
16003 2015-02-11 Pedro Alves <pedro@codesourcery.com>
16004
16005 * gdb.threads/step-bg-decr-pc-switch-thread.c: New file.
16006 * gdb.threads/step-bg-decr-pc-switch-thread.exp: New file.
16007
16008 2015-02-10 Doug Evans <xdje42@gmail.com>
16009
16010 * lib/gdb.exp (gdb_load): Always return a result.
16011
16012 2015-02-10 Pedro Alves <palves@redhat.com>
16013
16014 * gdb.threads/signal-sigtrap.c: New file.
16015 * gdb.threads/signal-sigtrap.exp: New file.
16016
16017 2015-02-10 Antoine Tremblay <antoine.tremblay@ericsson.com>
16018
16019 * gdb.trace/no-attach-trace.c: New file.
16020 * gdb.trace/no-attach-trace.exp: New file.
16021
16022 2015-02-09 Mark Wielaard <mjw@redhat.com>
16023
16024 * gdb.dwarf2/atomic.c: New file.
16025 * gdb.dwarf2/atomic-type.exp: Likewise.
16026
16027 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
16028
16029 * gdb.btrace/buffer-size.exp: Update "info record" output.
16030 * gdb.btrace/delta.exp: Update "info record" output.
16031 * gdb.btrace/enable.exp: Update "info record" output.
16032 * gdb.btrace/finish.exp: Update "info record" output.
16033 * gdb.btrace/instruction_history.exp: Update "info record" output.
16034 * gdb.btrace/next.exp: Update "info record" output.
16035 * gdb.btrace/nexti.exp: Update "info record" output.
16036 * gdb.btrace/step.exp: Update "info record" output.
16037 * gdb.btrace/stepi.exp: Update "info record" output.
16038 * gdb.btrace/nohist.exp: Update "info record" output.
16039
16040 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
16041
16042 * gdb.btrace/buffer-size: New.
16043
16044 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
16045
16046 * gdb.btrace/delta.exp: Update "info record" output.
16047 * gdb.btrace/enable.exp: Update "info record" output.
16048 * gdb.btrace/finish.exp: Update "info record" output.
16049 * gdb.btrace/instruction_history.exp: Update "info record" output.
16050 * gdb.btrace/next.exp: Update "info record" output.
16051 * gdb.btrace/nexti.exp: Update "info record" output.
16052 * gdb.btrace/step.exp: Update "info record" output.
16053 * gdb.btrace/stepi.exp: Update "info record" output.
16054 * gdb.btrace/nohist.exp: Update "info record" output.
16055
16056 2015-02-06 Simon Marchi <simon.marchi@ericsson.com>
16057
16058 PR gdb/15678
16059 * gdb.base/ena-dis-br.exp: Test "enable count" for bad user input.
16060
16061 2015-02-06 Pedro Alves <palves@redhat.com>
16062
16063 * gdb.threads/attach-many-short-lived-threads.c (SECONDS): New
16064 macro.
16065 (seconds_left, again): New globals.
16066 (main): Wait seconds_left in a 1-second sleep loop instead of
16067 sleeping 180 seconds. If 'again' is set, reset the seconds
16068 counter.
16069 * gdb.threads/attach-many-short-lived-threads.exp (test): Set
16070 'again' in the inferior before detaching. Print the seconds left.
16071 (options): New global.
16072 (top level): Build program with -DTIMEOUT=$timeout.
16073
16074 2015-02-06 Pedro Alves <palves@redhat.com>
16075
16076 * gdb.base/gdb-sigterm.c (main): Use the TIMEOUT define to
16077 determine how many seconds to pass to 'alarm'.
16078 * gdb.base/gdb-sigterm.exp (top level): Build program with
16079 -DTIMEOUT=$timeout.
16080 (do_test): Return success/failure indication. Add more verbose
16081 logging. Don't fail if 200 single steps are seen. Instead, fail
16082 when the test times out.
16083 (passes): New global.
16084 (top level): Break the testing loop if testing fails on any
16085 iteration. Use gdb_assert.
16086
16087 2015-02-04 Don Breazeal <donb@codesourcery.com>
16088
16089 * gdb.base/info-os.c (shmid, semid, msqid): Make variables static
16090 and initialize them.
16091 (ipc_cleanup): New function.
16092 (main): Don't declare shmid, semid, and msqid. Add a call to
16093 atexit so that we call ipc_cleanup on exit.
16094
16095 2015-02-04 Pedro Alves <palves@redhat.com>
16096
16097 * boards/native-extended-gdbserver.exp: Remove any target variant
16098 specifications from the board name before clearing the isremote
16099 flag from board_info.
16100
16101 2015-01-31 Doug Evans <xdje42@gmail.com>
16102
16103 * gdb.base/maint.exp <maint print type argc>: Update expected output.
16104
16105 2015-01-31 Gary Benson <gbenson@redhat.com>
16106
16107 * gdb.base/completion.exp: Disable completion limiting for
16108 existing tests. Add new tests to check completion limiting.
16109 * gdb.linespec/ls-errs.exp: Disable completion limiting.
16110
16111 2015-01-31 Doug Evans <xdje42@gmail.com>
16112
16113 * gdb.ada/dyn_arrayidx.exp: Add additional_flags=-gnat12.
16114
16115 2015-01-31 Doug Evans <xdje42@gmail.com>
16116
16117 * gdb.guile/scm-section-script.c: Add duplicate inlined section script
16118 entries. Duplicate file section script entries.
16119 * gdb.guile/scm-section-script.exp: Add tests for duplicate entries,
16120 inlined entries. Add test for safe-path rejection.
16121 * gdb.python/py-section-script.c: Add duplicate inlined section script
16122 entries. Duplicate file section script entries.
16123 * gdb.python/py-section-script.exp: Add tests for duplicate entries,
16124 inlined entries. Add test for safe-path rejection.
16125
16126 2015-01-29 Joel Brobecker <brobecker@adacore.com>
16127
16128 * gdb.ada/disc_arr_bound: New testcase.
16129
16130 2015-01-29 Joel Brobecker <brobecker@adacore.com>
16131
16132 * gdb.ada/mi_var_array: New testcase.
16133
16134 2015-01-27 Doug Evans <dje@google.com>
16135
16136 * gdb.python/py-objfile.exp: Add tests for objfile.username.
16137 Add test for objfile.filename, objfile.username after objfile
16138 has been unloaded.
16139
16140 2015-01-26 Joel Brobecker <brobecker@adacore.com>
16141
16142 * gdb.python/py-lookup-type.exp (test_lookup_type): Change
16143 the second test to print the name attribute of value
16144 returned by the call to gdb.lookup_type, and adjust
16145 the expected output accordingly.
16146
16147 2015-01-25 Mark Wielaard <mjw@redhat.com>
16148
16149 * gdb.arch/i386-bp_permanent.c (standard): New declaration.
16150 * gdb.base/disp-step-fork.c: Include unistd.h.
16151 * gdb.base/siginfo-obj.c: Include stdio.h.
16152 * gdb.base/siginfo-thread.c: Likewise.
16153 * gdb.mi/non-stop.c: Include unistd.h.
16154 * gdb.mi/nsthrexec.c: Include stdio.h.
16155 * gdb.mi/pthreads.c: Include unistd.h.
16156 * gdb.modula2/unbounded1.c (main): Declare returns int.
16157 * gdb.reverse/consecutive-reverse.c: Likewise.
16158 * gdb.threads/create-fail.c: Include unistd.h.
16159 * gdb.threads/killed.c: Likewise.
16160 * gdb.threads/linux-dp.c: Likewise.
16161 * gdb.threads/non-ldr-exc-1.c: Include stdio.h and string.h.
16162 * gdb.threads/non-ldr-exc-2.c: Likewise.
16163 * gdb.threads/non-ldr-exc-3.c: Likewise.
16164 * gdb.threads/non-ldr-exc-4.c: Likewise.
16165 * gdb.threads/pthreads.c: Include unistd.h.
16166 (main): Declare returns int.
16167 * gdb.threads/tls-main.c (foo): New declaration.
16168 * gdb.threads/watchpoint-fork-mt.c: Define _GNU_SOURCE.
16169
16170 2015-01-23 Simon Marchi <simon.marchi@ericsson.com>
16171
16172 * gdb.mi/mi-var-list-children-invalid-grandchild.c: New file.
16173 * gdb.mi/mi-var-list-children-invalid-grandchild.exp: New file.
16174
16175 2015-01-15 Mark Wielaard <mjw@redhat.com>
16176
16177 * gdb.base/noreturn-return.c: New file.
16178 * gdb.base/noreturn-return.exp: New file.
16179 * gdb.base/noreturn-finish.c: New file.
16180 * gdb.base/noreturn-finish.exp: New file.
16181
16182 2015-01-23 Pedro Alves <palves@redhat.com>
16183
16184 * gdb.threads/continue-pending-after-query.c: New file.
16185 * gdb.threads/continue-pending-after-query.exp: New file.
16186
16187 2015-01-22 Anders Granlund <anders.granlund@ericsson.com>
16188 Simon Marchi <simon.marchi@ericsson.com>
16189
16190 * gdb.base/statistics.exp: Assign spawn id to gdb_spawn_id.
16191 * gdb.base/valgrind-db-attach.exp: Same.
16192 * gdb.base/valgrind-infcall.exp: Same.
16193 * lib/mi-support.exp (default_mi_gdb_start): Same.
16194 * lib/prompt.exp (default_prompt_gdb_start): Same.
16195 * lib/gdb.exp (default_gdb_spawn): Same.
16196 (gdb_interact): New.
16197
16198
16199 2015-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
16200
16201 * gdb.compile/compile.exp (pointer to jit function): New test.
16202
16203 2015-01-17 Wei-cheng Wang <cole945@gmail.com>
16204
16205 * lib/gdb.exp (supports_process_record): Return true for
16206 powerpc*-*-linux*.
16207 (supports_reverse): Likewise.
16208
16209 2015-01-15 Don Breazeal <donb@codesourcery.com>
16210
16211 * gdb.base/attach-pie-noexec.exp: Use can_spawn_for_attach
16212 instead of checking whether the target board is remote and
16213 use spawn_wait_for_attach instead of exec/sleep.
16214 * gdb.base/attach-twice.exp: Likewise.
16215
16216 2015-01-15 Joel Brobecker <brobecker@adacore.com>
16217
16218 * gdb.ada/var_arr_attrs: New testcase.
16219
16220 2015-01-14 Pedro Alves <palves@redhat.com>
16221 Joel Brobecker <brobecker@adacore.com>
16222
16223 PR gdb/17525
16224 * gdb.base/bp-cmds-execution-x-script.c: New file.
16225 * gdb.base/bp-cmds-execution-x-script.exp: New file.
16226 * gdb.base/bp-cmds-execution-x-script.gdb: New file.
16227
16228 2015-01-14 Pedro Alves <palves@redhat.com>
16229
16230 PR cli/17828
16231 * gdb.base/batch-preserve-term-settings.c: New file.
16232 * gdb.base/batch-preserve-term-settings.exp: New file.
16233
16234 2015-01-13 Doug Evans <dje@google.com>
16235
16236 * gdb.python/py-objfile.exp: Test gdb.lookup_objfile on symlinked
16237 binary.
16238
16239 2015-01-13 Joel Brobecker <brobecker@adacore.com>
16240
16241 * Makefile.in (clean mostlyclean): Do not delete *.py.
16242
16243 2015-01-13 Joel Brobecker <brobecker@adacore.com>
16244
16245 * gdb.python/py-lookup-type.exp: New file.
16246
16247 2015-01-12 Pedro Alves <palves@redhat.com>
16248
16249 * gdb.python/py-prompt.exp: When the board can't spawn for attach,
16250 restore GDBFLAGS before returning.
16251
16252 2015-01-12 Jan Kratochvil <jan.kratochvil@redhat.com>
16253
16254 * gdb.python/py-frame.exp (test Frame.read_register(rip)): Use
16255 is_amd64_regs_target and is_x86_like_target.
16256
16257 2015-01-11 Doug Evans <xdje42@gmail.com>
16258
16259 * lib/dwarf.exp (Dwarf): Flag an error if a numeric attribute value
16260 is given without an explicit form.
16261 * gdb.dwarf2/arr-subrange.exp: Specify forms for all numeric
16262 attributes.
16263 * gdb.dwarf/corrupt.exp: Ditto.
16264 * gdb.dwarf2/enum-type.exp: Ditto.
16265 * gdb.trace/entry-values.exp: Ditto.
16266 * gdb.trace/unavailable-dwarf-piece.exp: Ditto.
16267
16268 2015-01-11 Doug Evans <xdje42@gmail.com>
16269
16270 PR gdb/15830
16271 * gdb.base/maint.exp: Remove references to "maint demangle".
16272 * gdb.cp/demangle.exp: Update. "maint demangle" -> "demangle".
16273 Add tests for explicitly specifying language to demangle.
16274 * gdb.dlang/demangle.exp: Ditto.
16275
16276 2015-01-09 Pedro Alves <palves@redhat.com>
16277
16278 * gdb.threads/non-stop-fair-events.c: New file.
16279 * gdb.threads/non-stop-fair-events.exp: New file.
16280
16281 2015-01-09 Pedro Alves <palves@redhat.com>
16282
16283 * gdb.base/annota1.exp (thread_test): Use srcfile and binfile from
16284 the global scope. Set a breakpoint after all threads are started
16285 rather than stepping over two source lines. Expect the prompt.
16286 * gdb.base/watch_thread_num.c (threads_started_barrier): New
16287 global.
16288 (NUM): Now 15.
16289 (main): Use threads_started_barrier to wait for all threads to
16290 start. Main thread no longer calls thread_function. Exit after
16291 180 seconds.
16292 (loop): New function.
16293 (thread_function): Wait on threads_started_barrier barrier. Call
16294 'loop' at each iteration.
16295 * gdb.base/watch_thread_num.exp: Continue to breakpoint after all
16296 threads have started, instead of hardcoding number of "next"
16297 steps. Use an access watchpoint instead of a write watchpoint.
16298
16299 2015-01-09 Pedro Alves <palves@redhat.com>
16300
16301 * gdb.threads/ia64-sigill.c (threads_started_barrier): New global.
16302 (thread_func): Wait on barrier.
16303 (main): Wait for all threads to start before stopping GDB.
16304 * gdb.threads/siginfo-threads.c (threads_started_barrier): New
16305 global.
16306 (thread1_func, thread2_func): Wait on barrier.
16307 (main): Wait for all threads to start before stopping GDB.
16308 * gdb.threads/watchthreads-reorder.c (threads_started_barrier):
16309 New global.
16310 (thread1_func, thread2_func): Wait on barrier.
16311 (main): Wait for all threads to start before stopping GDB.
16312
16313 2015-01-09 Pedro Alves <palves@redhat.com>
16314
16315 * gdb.threads/attach-many-short-lived-threads.c: New file.
16316 * gdb.threads/attach-many-short-lived-threads.exp: New file.
16317
16318 2014-01-09 Pedro Alves <palves@redhat.com>
16319
16320 * gdb.threads/fork-thread-pending.exp: Switch to the main thread
16321 instead of to thread 2.
16322 * gdb.threads/signal-command-multiple-signals-pending.c (main):
16323 Add barrier around each pthread_create call instead of around all
16324 calls.
16325 * gdb.threads/signal-command-multiple-signals-pending.exp (test):
16326 Set a break on thread_function and have the child threads hit it
16327 one at at a time.
16328
16329 2015-01-09 Pedro Alves <palves@redhat.com>
16330
16331 * lib/gdb.exp (can_spawn_for_attach): New procedure.
16332 (spawn_wait_for_attach): Error out if can_spawn_for_attach returns
16333 false.
16334 * gdb.base/attach.exp: Use can_spawn_for_attach instead of
16335 checking whether the target board is remote.
16336 * gdb.multi/multi-attach.exp: Likewise.
16337 * gdb.python/py-sync-interp.exp: Likewise.
16338 * gdb.server/ext-attach.exp: Likewise.
16339 * gdb.python/py-prompt.exp: Use can_spawn_for_attach before the
16340 tests that need to attach, instead of checking whether the target
16341 board is remote at the top of the file.
16342
16343 2015-01-08 Yao Qi <yao@codesourcery.com>
16344
16345 * gdb.trace/entry-values.exp: Set call_insn for MIPS target.
16346
16347 2015-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
16348
16349 Fix testcase compilation.
16350 * gdb.arch/i386-avx512.exp (comp_flags): Remove /common.
16351
16352 2015-01-06 Joel Brobecker <brobecker@adacore.com>
16353
16354 * gdb.python/py-type.exp: Add a couple test about empty
16355 array creation, and negative-length array creation.
16356
16357 2015-01-02 Doug Evans <xdje42@gmail.com>
16358
16359 * gdb.cp/nsalias.exp: Fix output of external/declaration flags.
16360
16361 2015-01-02 Doug Evans <dje@google.com>
16362
16363 * gdb.dwarf2/dw4-sig-types.exp: Also pass -fdebug-types-section to gcc.
16364
16365 2014-12-29 Yao Qi <yao@codesourcery.com>
16366
16367 * gdb.trace/entry-values.exp: Update comments. Rename variable
16368 bar_call_foo to returned_from_foo.
16369
16370 2014-12-20 Mihail-Marian Nistor <mihail.nistor@freescale.com>
16371
16372 PR gdb/17394
16373 * gdb.linespec/break-asm-file.c: New file.
16374 * gdb.linespec/break-asm-file.exp: New file.
16375 * gdb.linespec/break-asm-file0.s: New file.
16376 * gdb.linespec/break-asm-file1.s: New file.
16377
16378 2014-12-18 Nigel Stephens <nigel@mips.com>
16379 Maciej W. Rozycki <macro@codesourcery.com>
16380
16381 * gdb.base/float.exp: Handle the new output from "info float" on
16382 MIPS targets.
16383
16384 2014-12-17 Jan Kratochvil <jan.kratochvil@redhat.com>
16385
16386 Fix MinGW compilation.
16387 * gdb.compile/compile-ops.exp: Update untested message if
16388 !skip_compile_feature_tests.
16389 * gdb.compile/compile-setjmp.exp: Likewise.
16390 * gdb.compile/compile-tls.exp: Likewise.
16391 * gdb.compile/compile.exp: Likewise.
16392 * lib/gdb.exp (skip_compile_feature_tests): Check also "Command not
16393 supported on this host".
16394
16395 2014-12-16 Doug Evans <xdje42@gmail.com>
16396
16397 * boards/stabs.exp: New file.
16398
16399 2014-12-16 Andreas Arnez <arnez@vnet.linux.ibm.com>
16400
16401 * gdb.base/completion.exp: Adjust to format changes of "maint
16402 print user-registers".
16403
16404 2014-12-16 Catalin Udma <catalin.udma@freescale.com>
16405
16406 PR server/17457
16407 * gdb.arch/aarch64-fp.c: New file.
16408 * gdb.arch/aarch64-fp.exp: New file.
16409
16410 2014-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
16411
16412 Merge dg-extract-results.{sh,py} from GCC upstream (r210243,
16413 r210637, r210913, r211666, r215400, r215817).
16414
16415 2014-05-08 Richard Sandiford <rdsandiford@googlemail.com>
16416 * dg-extract-results.py: New file.
16417 * dg-extract-results.sh: Use it if the environment seems
16418 suitable.
16419
16420 2014-05-20 Richard Sandiford <rdsandiford@googlemail.com>
16421
16422 * dg-extract-results.py (parse_run): Handle warnings that
16423 are printed before a test harness is run.
16424
16425 2014-05-25 Richard Sandiford <rdsandiford@googlemail.com>
16426
16427 * dg-extract-results.py (Named): Remove __cmp__ method.
16428 (output_variation): Use a key to sort variation.harnesses.
16429
16430 2014-06-14 Richard Sandiford <rdsandiford@googlemail.com>
16431
16432 * dg-extract-results.py: For Python 3, force sys.stdout to
16433 handle surrogate escape sequences.
16434 (safe_open): New function.
16435 (output_segment, main): Use it.
16436
16437 2014-09-19 Segher Boessenkool <segher@kernel.crashing.org>
16438
16439 * dg-extract-results.py (Prog.result_re): Include options
16440 in test name.
16441
16442 2014-10-02 Segher Boessenkool <segher@kernel.crashing.org>
16443
16444 * dg-extract-results.py (output_variation): Always sort if
16445 do_sum.
16446
16447 2014-12-15 Simon Marchi <simon.marchi@ericsson.com>
16448
16449 * lib/gdb.exp (default_gdb_start): After starting gdb, loop
16450 as long as we get pagination notifications.
16451
16452 2014-12-15 Jason Merrill <jason@redhat.com>
16453
16454 * Makefile.in (check-gdb.%): Restore.
16455 * README: Mention it.
16456
16457 2014-12-13 Joel Brobecker <brobecker@adacore.com>
16458
16459 * gdb.ada/str_uninit: New testcase.
16460
16461 2014-12-13 Jan Kratochvil <jan.kratochvil@redhat.com>
16462
16463 PR symtab/17642
16464 * gdb.base/vla-stub-define.c: New file.
16465 * gdb.base/vla-stub.c: New file.
16466 * gdb.base/vla-stub.exp: New file.
16467
16468 2014-12-12 Phil Muldoon <pmuldoon@redhat.com>
16469 Jan Kratochvil <jan.kratochvil@redhat.com>
16470 Tom Tromey <tromey@redhat.com>
16471
16472 * configure.ac: Add gdb.compile/.
16473 * configure: Regenerate.
16474 * gdb.compile/Makefile.in: New file.
16475 * gdb.compile/compile-ops.exp: New file.
16476 * gdb.compile/compile-ops.c: New file.
16477 * gdb.compile/compile-tls.c: New file.
16478 * gdb.compile/compile-tls.exp: New file.
16479 * gdb.compile/compile-constvar.S: New file.
16480 * gdb.compile/compile-constvar.c: New file.
16481 * gdb.compile/compile-mod.c: New file.
16482 * gdb.compile/compile-nodebug.c: New file.
16483 * gdb.compile/compile-setjmp-mod.c: New file.
16484 * gdb.compile/compile-setjmp.c: New file.
16485 * gdb.compile/compile-setjmp.exp: New file.
16486 * gdb.compile/compile-shlib.c: New file.
16487 * gdb.compile/compile.c: New file.
16488 * gdb.compile/compile.exp: New file.
16489 * lib/gdb.exp (skip_compile_feature_tests): New proc.
16490
16491 2014-12-12 Tom Tromey <tromey@redhat.com>
16492
16493 * lib/dwarf.exp (_location): Ignore blank lines. Allow comments.
16494 Handle DW_OP_pick, DW_OP_skip, DW_OP_bra.
16495
16496 2014-12-12 Doug Evans <dje@google.com>
16497
16498 * lib/gdb-python.exp (get_python_valueof): New function.
16499 * gdb.python/py-objfile.exp: Add tests for gdb.lookup_objfile.
16500
16501 2014-12-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
16502
16503 * gdb.base/completion.exp: Add test for completion of "info
16504 registers ".
16505
16506 2014-12-12 Maciej W. Rozycki <macro@codesourcery.com>
16507
16508 * gdb.base/func-ptrs.c: New file.
16509 * gdb.base/func-ptrs.exp: New file.
16510
16511 2014-12-10 Simon Marchi <simon.marchi@ericsson.com>
16512
16513 PR breakpoints/17012
16514 * gdb.base/dprintf-detach.c: New file.
16515 * gdb.base/dprintf-detach.exp: New file.
16516
16517 2014-12-10 Simon Marchi <simon.marchi@ericsson.com>
16518
16519 * gdb.trace/qtro.exp: Replace gdbserver detection code by...
16520 * lib/gdb.exp (target_is_gdbserver): New procedure.
16521
16522 2014-12-08 Doug Evans <dje@google.com>
16523
16524 * gdb.python/py-objfile.exp: Add tests for objfile.owner.
16525
16526 2014-12-05 Yao Qi <yao@codesourcery.com>
16527
16528 * gdb.guile/scm-error.exp: Remove the third argument to
16529 gdb_remote_download.
16530 * gdb.guile/scm-frame-args.exp: Likewise.
16531 * gdb.guile/scm-section-script.exp: Likewise.
16532
16533 2014-12-05 Yao Qi <yao@codesourcery.com>
16534
16535 * gdb.arch/i386-bp_permanent.exp: Use standard_testfile.
16536
16537 2014-12-04 Doug Evans <dje@google.com>
16538
16539 * gdb.python/py-objfile.exp: Add tests for
16540 objfile.add_separate_debug_file.
16541
16542 2014-12-04 Doug Evans <dje@google.com>
16543
16544 * lib/gdb.exp (get_build_id): New function.
16545 (build_id_debug_filename_get): Rewrite to use it.
16546 * gdb.python/py-objfile.exp: Add test for objfile.build_id.
16547
16548 2014-12-04 Maciej W. Rozycki <macro@codesourcery.com>
16549
16550 * gdb.cp/expand-psymtabs-cxx.exp: Accept any address of
16551 `method(long)', not just 0x0.
16552 * gdb.cp/nsalias.exp: Align code labels to 4.
16553 * gdb.dwarf2/dw2-canonicalize-type.S (main): Expand to 4-bytes.
16554 * gdb.dwarf2/dw2-empty-pc-range.S (main): Likewise.
16555 * gdb.dwarf2/pr11465.S (_ZN1N1cE): Likewise.
16556 * gdb.dwarf2/dw2-case-insensitive.c (START_INSNS): New macro.
16557 (cu_text_start, FUNC_lang_start): Use `START_INSNS'.
16558 * gdb.dwarf2/dw2-stack-boundary.exp: Accept noise in complaints.
16559
16560 2014-12-02 Doug Evans <dje@google.com>
16561
16562 PR symtab/17602
16563 * gdb.cp/anon-ns.cc: Move guts of this file to ...
16564 * gdb.cp/anon-ns2.cc: ... here. New file.
16565 * gdb.cp/anon-ns.exp: Update.
16566
16567 2014-12-02 Nick Bull <nicholaspbull@gmail.com>
16568
16569 * gdb.python/py-events.py (inferior_call_handler): New.
16570 (register_changed_handler, memory_changed_handler): New.
16571 (test_events.invoke): Register new handlers.
16572 * gdb.python/py-events.exp: Add tests for inferior call,
16573 memory_changed and register_changed events.
16574
16575 2014-12-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
16576
16577 * gdb.base/execl-update-breakpoints.exp: Specify the link address
16578 with '-Ttext-segment' instead of '-Ttext'. Fall back to '-Ttext'
16579 if the linker doesn't understand this.
16580
16581 2014-12-01 Simon Marchi <simon.marchi@ericsson.com>
16582
16583 * gdb.python/python.exp: Change expected reply to help().
16584
16585 2014-12-01 Yao Qi <yao@codesourcery.com>
16586
16587 * configure.ac: Remove AC_ARG_ENABLE for gdbtk. Don't invoke
16588 AC_CONFIG_SUBDIRS(gdb.gdbtk).
16589 * configure: Re-generated.
16590
16591 2014-11-28 Siva Chandra Reddy <sivachandra@google.com>
16592
16593 * gdb.cp/chained-calls.cc: New file.
16594 * gdb.cp/chained-calls.exp: New file.
16595 * gdb.cp/smartp.exp: Remove KFAIL for "p c2->inta".
16596
16597 2014-11-28 Simon Marchi <simon.marchi@ericsson.com>
16598
16599 * gdb.ada/py_range.exp: Add parentheses to python calls to print.
16600 * gdb.dwarf2/symtab-producer.exp: Same.
16601 * gdb.gdb/python-interrupts.exp: Same.
16602 * gdb.gdb/python-selftest.exp: Same.
16603 * gdb.python/py-linetable.exp: Same.
16604 * gdb.python/py-type.exp: Same.
16605 * gdb.python/py-value-cc.exp: Same.
16606 * gdb.python/py-value.exp: Same.
16607
16608 2014-11-28 Yao Qi <yao@codesourcery.com>
16609
16610 * gdb.base/break-probes.exp: Match library name prefixed with
16611 sysroot.
16612
16613 2014-11-27 Simon Marchi <simon.marchi@ericsson.com>
16614
16615 * gdb.python/py-linetable.exp: Escape properly sorted(fset)
16616 test expected output. Add parentheses for the call to print.
16617 Remove L suffix from integers.
16618
16619 2014-11-26 Doug Evans <dje@google.com>
16620
16621 * gdb.dwarf2/dw2-op-out-param.S: Fix comment.
16622
16623 2014-11-22 Yao Qi <yao@codesourcery.com>
16624
16625 * gdb.trace/entry-values.c: Remove asms.
16626 (foo): Add foo_label.
16627 (bar): Add bar_label.
16628 * gdb.trace/entry-values.exp: Remove code computing foo's
16629 length and bar's length.
16630 (Dwarf::assemble): Invoke function_range for bar and use
16631 MACRO_AT_func for foo.
16632
16633 2014-11-22 Yao Qi <yao@codesourcery.com>
16634
16635 * gdb.dwarf2/dw2-compdir-oldgcc.S: Define label .Lgcc42_procstart
16636 and .Lgcc43_procstart. Use .Lgcc42_procstart instead of gcc42.
16637 Use .Lgcc43_procstart instead of gcc43.
16638
16639 2014-11-21 Joel Brobecker <brobecker@adacore.com>
16640
16641 * gdb.ada/n_arr_bound: New testcase.
16642
16643 2014-11-20 Sergio Durigan Junior <sergiodj@redhat.com>
16644
16645 PR breakpoints/10737
16646 * gdb.base/catch-syscall.exp (do_syscall_tests): Call
16647 test_catch_syscall_multi_arch.
16648 (test_catch_syscall_multi_arch): New function.
16649
16650 2014-11-20 Doug Evans <xdje42@gmail.com>
16651
16652 * gdb.base/maint.exp: Update expected output.
16653
16654 2014-11-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
16655
16656 * gdb.base/bp-permanent.c (NOP): Define as 2-byte instead of
16657 4-byte instruction on S390.
16658
16659 2014-11-19 Joel Brobecker <brobecker@adacore.com>
16660
16661 * gdb.ada/arr_arr: New testcase.
16662
16663 2014-11-19 Joel Brobecker <brobecker@adacore.com>
16664
16665 * gdb.ada/pkd_arr_elem: New Testcase.
16666
16667 2014-11-18 Luis Machado <lgustavo@codesourcery.com>
16668
16669 * gdb.reverse/break-precsave: Expect completion message for
16670 core file reads.
16671 * gdb.reverse/consecutive-precsave.exp: Likewise.
16672 * gdb.reverse/finish-precsave.exp: Likewise.
16673 * gdb.reverse/i386-precsave.exp: Likewise.
16674 * gdb.reverse/machinestate-precsave.exp: Likewise.
16675 * gdb.reverse/sigall-precsave.exp: Likewise.
16676 * gdb.reverse/solib-precsave.exp: Likewise.
16677 * gdb.reverse/step-precsave.exp: Likewise.
16678 * gdb.reverse/until-precsave.exp: Likewise.
16679 * gdb.reverse/watch-precsave.exp: Likewise.
16680
16681 2014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
16682
16683 * gdb.base/bp-permanent.c: Include unistd.h.
16684 * gdb.python/py-framefilter-mi.c (main): Add return type.
16685 * gdb.python/py-framefilter.c (main): Likewise.
16686 * gdb.trace/actions-changed.c (main): Likewise.
16687
16688 2014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
16689
16690 * gdb.mi/until.c: Add eye-catchers.
16691 * gdb.mi/mi-until.exp: Refer to eye-catchers instead of literal
16692 line numbers.
16693
16694 2014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
16695
16696 * gdb.base/condbreak.exp: Drop references to removed non-prototype
16697 function header variants in break1.c.
16698 * gdb.base/ena-dis-br.exp: Likewise.
16699 * gdb.base/hbreak2.exp: Likewise.
16700 * gdb.reverse/until-precsave.exp: Drop references to removed
16701 non-prototype function header variants in ur1.c.
16702 * gdb.reverse/until-reverse.exp: Likewise.
16703
16704 2014-11-17 Petr Machata <pmachata@redhat.com>
16705
16706 * lib/dwarf.exp (Dwarf::cu, Dwarf::tu): Emit
16707 ${_cu_offset_size} bytes abbrev offset.
16708
16709 2014-11-15 Doug Evans <xdje42@gmail.com>
16710
16711 PR symtab/17559
16712 * gdb.base/line-symtabs.exp: New file.
16713 * gdb.base/line-symtabs.c: New file.
16714 * gdb.base/line-symtabs.h: New file.
16715
16716 2014-11-14 Yao Qi <yao@codesourcery.com>
16717
16718 * gdb.dwarf2/dw2-ifort-parameter.c: Remove inline asm.
16719 (func): Add label func_label.
16720 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble):
16721 Replace low_pc and high_pc with MACRO_AT_range.
16722 Replace name, low_pc and high_pc with MACRO_AT_func.
16723
16724 2014-11-14 Yao Qi <yao@codesourcery.com>
16725
16726 * gdb.dwarf2/implptr-optimized-out.exp (Dwarf::assemble):
16727 Replace name, low_pc and high_pc with MACRO_AT_func.
16728
16729 2014-11-14 Yao Qi <yao@codesourcery.com>
16730
16731 * gdb.dwarf2/implptr-optimized-out.exp: Use Dwarf::assemble to
16732 produce debug information.
16733 * gdb.dwarf2/implptr-optimized-out.S: Removed.
16734
16735 2014-11-14 Yao Qi <yao@codesourcery.com>
16736
16737 * gdb.dwarf2/dwz.exp: Remove the code to compile main.c to
16738 object and get function length.
16739 (Dwarf::assemble): Replace name, low_pc and high_pc attributes
16740 with MACRO_AT_func.
16741 (top-level): Replace gdb_compile and clean_restart with
16742 prepare_for_testing.
16743 * gdb.dwarf2/main.c (main): Add label main_label.
16744
16745 2014-11-14 Yao Qi <yao@codesourcery.com>
16746
16747 * lib/dwarf.exp (function_range): New procedure.
16748 (Dwarf::_handle_macro_at_func): New procedure.
16749 (Dwarf::_handle_macro_at_range): New procedure.
16750 (Dwarf): Handle MACRO_AT_func and MACRO_AT_range.
16751
16752 2014-11-14 Yao Qi <yao@codesourcery.com>
16753
16754 * lib/dwarf.exp (_handle_DW_TAG): Move some code to ...
16755 (_handle_attribute): New procedure.
16756
16757 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
16758
16759 * gdb.ada/cond_lang/foo.c (callme): Add return type.
16760 * gdb.base/call-sc.c (zed): Likewise.
16761 * gdb.base/checkpoint.c (main): Likewise.
16762 * gdb.base/dump.c (main): Likewise.
16763 * gdb.base/gcore.c (main): Likewise.
16764 * gdb.base/huge.c (main): Likewise.
16765 * gdb.base/multi-forks.c (main): Likewise.
16766 * gdb.base/pr10179-a.c (main): Likewise.
16767 * gdb.base/savedregs.c (main): Likewise.
16768 * gdb.base/sigaltstack.c (main): Likewise.
16769 * gdb.base/siginfo.c (main): Likewise.
16770 * gdb.base/structs.c (zed): Likewise.
16771 * gdb.mi/mi-stack.c (callee3, callee2, callee1, main): Likewise.
16772 * gdb.mi/mi-syn-frame.c (main): Likewise.
16773 * gdb.mi/until.c (foo, main): Likewise.
16774 * gdb.base/global-var-nested-by-dso.c (b_main, c_main): Declare.
16775 * gdb.base/solib-weak.c (foo): Declare.
16776 * gdb.base/attach-twice.c: Include stdio.h.
16777 * gdb.base/weaklib1.c: Likewise.
16778 * gdb.base/weaklib2.c: Likewise.
16779 * gdb.base/catch-signal-fork.c: Include stdio.h and sys/wait.h.
16780 * gdb.mi/mi-condbreak-call-thr-state-mt.c: Include stdio.h and
16781 unistd.h.
16782 * gdb.base/attach-pie-misread.c: Include stdlib.h.
16783 * gdb.mi/mi-exit-code.c: Likewise.
16784 * gdb.base/break-interp-lib.c: Include string.h.
16785 * gdb.base/coremaker.c: Likewise.
16786 * gdb.base/testenv.c: Likewise.
16787 * gdb.python/py-finish-breakpoint.c: Likewise.
16788 * gdb.base/inferior-died.c: Include sys/wait.h.
16789 * gdb.base/fileio.c: Include time.h.
16790 * gdb.base/async-shell.c: Include unistd.h.
16791 * gdb.base/dprintf-non-stop.c: Likewise.
16792 * gdb.base/info-os.c: Likewise.
16793 * gdb.mi/mi-console.c: Likewise.
16794 * gdb.mi/watch-nonstop.c: Likewise.
16795 * gdb.python/py-events.c: Likewise.
16796 * gdb.base/async.c (baz): Move up before its invocation.
16797 * gdb.base/code_elim2.c (my_global_func): Likewise.
16798 * gdb.base/skip-solib-lib.c (multiply): Likewise.
16799 * gdb.base/advance.c (func2): Likewise.
16800
16801 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
16802
16803 * gdb.base/annota1.c: Remove #ifdef PROTOTYPES, keep prototyped
16804 variant.
16805 * gdb.base/annota3.c: Likewise.
16806 * gdb.base/async.c: Likewise.
16807 * gdb.base/average.c: Likewise.
16808 * gdb.base/call-ar-st.c: Likewise.
16809 * gdb.base/call-rt-st.c: Likewise.
16810 * gdb.base/call-sc.c: Likewise.
16811 * gdb.base/call-strs.c: Likewise.
16812 * gdb.base/ending-run.c: Likewise.
16813 * gdb.base/execd-prog.c: Likewise.
16814 * gdb.base/exprs.c: Likewise.
16815 * gdb.base/foll-exec.c: Likewise.
16816 * gdb.base/foll-fork.c: Likewise.
16817 * gdb.base/foll-vfork.c: Likewise.
16818 * gdb.base/funcargs.c: Likewise.
16819 * gdb.base/gcore.c: Likewise.
16820 * gdb.base/jump.c: Likewise.
16821 * gdb.base/langs0.c: Likewise.
16822 * gdb.base/langs1.c: Likewise.
16823 * gdb.base/langs2.c: Likewise.
16824 * gdb.base/mips_pro.c: Likewise.
16825 * gdb.base/nodebug.c: Likewise.
16826 * gdb.base/opaque0.c: Likewise.
16827 * gdb.base/opaque1.c: Likewise.
16828 * gdb.base/recurse.c: Likewise.
16829 * gdb.base/run.c: Likewise.
16830 * gdb.base/scope0.c: Likewise.
16831 * gdb.base/scope1.c: Likewise.
16832 * gdb.base/setshow.c: Likewise.
16833 * gdb.base/setvar.c: Likewise.
16834 * gdb.base/shmain.c: Likewise.
16835 * gdb.base/shr1.c: Likewise.
16836 * gdb.base/shr2.c: Likewise.
16837 * gdb.base/sigall.c: Likewise.
16838 * gdb.base/signals.c: Likewise.
16839 * gdb.base/so-indr-cl.c: Likewise.
16840 * gdb.base/solib2.c: Likewise.
16841 * gdb.base/structs.c: Likewise.
16842 * gdb.base/sum.c: Likewise.
16843 * gdb.base/vforked-prog.c: Likewise.
16844 * gdb.base/watchpoint.c: Likewise.
16845 * gdb.reverse/shr2.c: Likewise.
16846 * gdb.reverse/until-reverse.c: Likewise.
16847 * gdb.reverse/ur1.c: Likewise.
16848 * gdb.reverse/watch-reverse.c: Likewise.
16849
16850 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
16851
16852 * gdb.base/sepdebug.c: Remove #ifdef PROTOTYPES, keep prototyped
16853 variant.
16854 * gdb.base/sepdebug.exp: Drop references to removed code.
16855
16856 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
16857
16858 * gdb.base/list0.h: Remove #ifdef PROTOTYPES, keep prototyped
16859 variant. Preserve original line numbering.
16860 * gdb.base/list1.c: Likewise.
16861
16862 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
16863
16864 * gdb.base/break.c: Remove #ifdef PROTOTYPES, keep prototyped
16865 variant.
16866 * gdb.base/break1.c: Likewise.
16867 * gdb.base/break.exp: Drop references to removed code.
16868
16869 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
16870
16871 * gdb.base/solib1.c: Remove #ifdef PROTOTYPES, keep prototyped
16872 variant.
16873
16874 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
16875
16876 * gdb.base/callfuncs.exp (perform_all_tests): Re-indent.
16877
16878 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
16879
16880 * gdb.base/callfuncs.exp: Remove 'prototypes' variable. Move main
16881 logic into perform_all_tests() and invoke it with and without
16882 function header prototypes.
16883 (do_function_calls): Remove conditional XFAIL for PR 5318.
16884 (rerun_and_prepare): Remove duplicate code.
16885 (perform_all_tests): New. Main logic moved here.
16886
16887 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
16888
16889 * gdb.base/callfuncs.c (t_float_many_args): Fix syntax error in
16890 code guarded by #ifdef NO_PROTOTYPES.
16891 (t_double_many_args): Likewise.
16892 (DEF_FUNC_MANY_ARGS_1): Likewise.
16893 (DEF_FUNC_VALUES_1): Likewise.
16894 (t_structs_ldc): Renamed from t_structs_fc in conditional code
16895 guarded by #ifdef PROTOTYPES.
16896
16897 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
16898
16899 * gdb.mi/mi-console.c: Add eye-catcher.
16900 * gdb.mi/mi-console.exp (semihosted_string): Refer to eye-catcher
16901 instead of literal line number.
16902
16903 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
16904
16905 * gdb.base/shr2.c: Add eye-catcher.
16906 * gdb.base/shlib-call.exp: Refer to eye-catcher instead of literal
16907 line number.
16908
16909 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
16910
16911 * gdb.base/jump.c: Add eye-catchers.
16912 * gdb.base/jump.exp: Refer to eye-catchers instead of literal line
16913 numbers.
16914
16915 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
16916
16917 * gdb.base/execd-prog.c: Add eye-catchers.
16918 * gdb.base/foll-exec.c: Likewise.
16919 * gdb.base/foll-exec.exp: Refer to eye-catchers instead of literal
16920 line numbers.
16921
16922 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
16923
16924 * gdb.base/ending-run.c: Add eye-catchers.
16925 * gdb.base/ending-run.exp: Refer to eye-catchers instead of
16926 literal line numbers.
16927
16928 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
16929
16930 * gdb.base/call-rt-st.c: Add eye-catchers.
16931 * gdb.base/call-rt-st.exp: Refer to eye-catchers instead of
16932 literal line numbers.
16933
16934 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
16935
16936 * gdb.base/call-ar-st.c: Add eye-catchers.
16937 * gdb.base/call-ar-st.exp: Refer to eye-catchers instead of
16938 literal line numbers.
16939
16940 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
16941
16942 * gdb.base/average.c: Add eye-catchers.
16943 * gdb.base/sum.c: Likewise.
16944 * gdb.base/dbx.exp: Use eye-catchers to determine line numbers for
16945 regexps dynamically.
16946
16947 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
16948
16949 * gdb.base/solib1.c: Add eye-catchers.
16950 * gdb.base/so-impl-ld.exp: Match against eye-catchers instead of
16951 literal line numbers.
16952
16953 2014-11-12 Pedro Alves <palves@redhat.com>
16954
16955 * gdb.threads/leader-exit.exp: Test sending ctrl-c works after the
16956 leader has exited.
16957
16958 2014-11-12 Pedro Alves <palves@redhat.com>
16959
16960 * gdb.arch/i386-bp_permanent.c: New file.
16961 * gdb.arch/i386-bp_permanent.exp: Don't skip on x86_64.
16962 (srcfile): Set to i386-bp_permanent.c.
16963 (top level): Adjust to work in both 32-bit and 64-bit modes. Test
16964 that stepi does not execute the 'leave' instruction, instead of
16965 testing it does execute.
16966 * gdb.base/bp-permanent.c: New file.
16967 * gdb.base/bp-permanent.exp: New file.
16968
16969 2014-11-10 Doug Evans <xdje42@gmail.com>
16970
16971 PR symtab/17564
16972 * gdb.base/symtab-search-order.exp: New file.
16973 * gdb.base/symtab-search-order.c: New file.
16974 * gdb.base/symtab-search-order-1.c: New file.
16975 * gdb.base/symtab-search-order-shlib-1.c: New file.
16976
16977 2014-11-07 Pedro Alves <palves@redhat.com>
16978
16979 PR gdb/17511
16980 * gdb.base/sigstep.exp (in_handler_map) <si+advance>: xfail
16981 i?86-*-linux*.
16982
16983 2014-11-03 Siva Chandra Reddy <sivachandra@google.com>
16984
16985 PR c++/17494
16986 * gdb.cp/pr17494.cc: New file.
16987 * gdb.cp/pr17494.exp: New file.
16988
16989 2014-11-02 Yao Qi <yao@codesourcery.com>
16990
16991 * gdb.python/python.exp: Get working directory and match the
16992 output of "set extended-prompt \\w " with it.
16993
16994 2014-10-30 Doug Evans <dje@google.com>
16995
16996 * gdb.python/py-objfile.exp: Add tests for setting random attributes
16997 in objfiles.
16998 * gdb.python/py-progspace.exp: Add tests for setting random attributes
16999 in progspaces.
17000
17001 2014-10-30 Janis Johnson <janisjo@codesourcery.com>
17002
17003 * gdb.base/fullpath-expand.exp: Skip for a remote host.
17004 * gdb.base/realname-expand.exp: Likewise.
17005 * gdb.linespec/macro-relative.exp: Likewise.
17006
17007 2014-10-29 Pedro Alves <palves@redhat.com>
17008
17009 PR gdb/17408
17010 * gdb.threads/schedlock.c (some_function): New function.
17011 (call_function): New global.
17012 (MAYBE_CALL_SOME_FUNCTION): New macro.
17013 (thread_function): Call it.
17014 * gdb.threads/schedlock.exp (get_args): Add description parameter,
17015 and use it instead of a global counter. Adjust all callers.
17016 (get_current_thread): Use "find current thread" for test message
17017 here rather than having all callers pass down the same string.
17018 (goto_loop): New procedure, factored out from ...
17019 (my_continue): ... this.
17020 (step_ten_loops): Change parameter from test message to command to
17021 use. Adjust.
17022 (list_count): Delete global.
17023 (check_result): New procedure, factored out from duplicate top
17024 level code.
17025 (continue tests): Wrap in with_test_prefix.
17026 (test_step): New procedure, factored out from duplicate top level
17027 code.
17028 (top level): Test "step" in combination with all scheduler-locking
17029 modes. Test "next" in combination with all scheduler-locking
17030 modes, and in combination with stepping over a function call or
17031 not.
17032 * gdb.threads/next-bp-other-thread.c: New file.
17033 * gdb.threads/next-bp-other-thread.exp: New file.
17034
17035 2014-10-29 Pedro Alves <palves@redhat.com>
17036
17037 PR python/17372
17038 * gdb.python/python.exp: Test a multi-line command that spawns
17039 interactive Python.
17040 * gdb.base/multi-line-starts-subshell.exp: New file.
17041
17042 2014-10-29 Yao Qi <yao@codesourcery.com>
17043
17044 * gdb.base/fileio.exp: Make directories on host.
17045
17046 2014-10-29 Yao Qi <yao@codesourcery.com>
17047
17048 * gdb.base/fileio.c (test_write): Close the file.
17049
17050 2014-10-28 Pedro Alves <palves@redhat.com>
17051
17052 PR gdb/12623
17053 * gdb.base/sigstep.c (no_handler): New global.
17054 (main): If 'no_handler is true, set the signal handlers to
17055 SIG_IGN.
17056 * gdb.base/sigstep.exp (breakpoint_over_handler): Add
17057 with_sw_watch and no_handler parameters. Handle them.
17058 (top level) <stepping over handler when stopped at a breakpoint
17059 test>: Add a test axis for testing with a software watchpoint, and
17060 another for testing with the signal handler set to SIG_IGN.
17061 * gdb.base/step-sw-breakpoint-adjust-pc.c: New file.
17062 * gdb.base/step-sw-breakpoint-adjust-pc.exp: New file.
17063
17064 2014-10-28 Pedro Alves <palves@redhat.com>
17065
17066 PR gdb/17511
17067 * gdb.base/sigstep.c (handler): Add a few more writes to 'done'.
17068 * gdb.base/sigstep.exp (other_handler_location): New global.
17069 (advance): Support stepping into the signal handler, and running
17070 commands while in the handler.
17071 (in_handler_map): New global.
17072 (top level): In the advance test, add combinations for getting
17073 into the handler with stepping commands, and for running commands
17074 in the handler. Add comment descripting the advancei tests.
17075
17076 2014-10-28 Pedro Alves <palves@redhat.com>
17077
17078 * gdb.base/sigstep.exp: Use build_executable instead of
17079 prepare_for_testing.
17080 (top level): Move code that starts GDB, runs to main and creates a
17081 display to ...
17082 (restart): ... this new procedure.
17083 (top level): Move backtrace from signal handler test to ...
17084 (validate_backtrace): ... this new procedure.
17085 (advance, advancei): Rename parameter from 'i' to 'cmd'. Use
17086 with_test_prefix. Always restart GDB.
17087 (skip_to_handler): Rename parameter from 'i' to 'cmd'. Use
17088 with_test_prefix. Always restart GDB. No need to delete
17089 breakpoints after the test.
17090 (test_skip_handler): Remove prefix parameter.
17091 (skip_over_handler, breakpoint_to_handler)
17092 (breakpoint_to_handler_entry, breakpoint_over_handler): Rename
17093 parameter from 'i' to 'cmd'. Use with_test_prefix. Always
17094 restart GDB. No need to delete breakpoints after the test.
17095 (top level): Use foreach to call the test procedures with
17096 different commands.
17097
17098 2014-10-28 Pedro Alves <palves@redhat.com>
17099
17100 * gdb.base/sigaltstack.exp: Update to use Bugzilla bug numbers
17101 instead of GNATS numbers.
17102 * gdb.base/sigbpt.exp: Likewise.
17103 * gdb.base/siginfo.exp: Likewise.
17104 * gdb.base/sigstep.exp: Likewise.
17105
17106 2014-10-27 Pedro Alves <palves@redhat.com>
17107
17108 * gdb.base/sigstep.c (dummy): New global.
17109 (main): Issue a couple writes to the new global.
17110 * gdb.base/sigstep.exp (get_next_pc, test_skip_handler): New
17111 procedures.
17112 (skip_over_handler): Use test_skip_handler.
17113 (top level): Call skip_over_handler for stepi and nexti too.
17114 (breakpoint_over_handler): Use test_skip_handler.
17115 (top level): Call breakpoint_over_handler for stepi and nexti too.
17116
17117 2014-10-27 Yao Qi <yao@codesourcery.com>
17118
17119 * gdb.trace/tfile.c (adjust_function_address)
17120 [__powerpc64__ && _CALL_ELF != 2]: Get function address from
17121 function descriptor.
17122
17123 2014-10-24 Don Breazeal <donb@codesourcery.com>
17124
17125 * gdb.base/foll-fork.exp (test_follow_fork,
17126 catch_fork_child_follow): Check for updated fork messages emitted
17127 from infrun.c.
17128 * gdb.base/foll-vfork.exp (vfork_parent_follow_through_step,
17129 vfork_parent_follow_to_bp, vfork_and_exec_child_follow_to_main_bp,
17130 vfork_and_exec_child_follow_through_step): Check for updated vfork
17131 messages emitted from infrun.c.
17132
17133 2014-10-24 Pedro Alves <palves@redhat.com>
17134
17135 * gdb.base/corefile.exp: Remove references to ultrix.
17136 * gdb.base/interrupt.exp: Likewise.
17137 * gdb.base/whatis.exp: Likewise.
17138 * gdb.gdb/selftest.exp: Likewise.
17139 * gdb.threads/manythreads.exp: Likewise.
17140 * gdb.threads/print-threads.exp: Likewise.
17141 * gdb.threads/pthreads.exp:: Likewise.
17142 * gdb.threads/schedlock.exp: Likewise.
17143
17144 2014-10-24 Siva Chandra Reddy <sivachandra@google.com>
17145
17146 * gdb.cp/non-trivial-retval.cc: Add a test case.
17147 * gdb.cp/non-trivial-retval.exp: Add a test.
17148
17149 2014-10-20 Yao Qi <yao@codesourcery.com>
17150
17151 * gdb.python/py-objfile-script-gdb.py.in: Rename it to ...
17152 * gdb.python/py-objfile-script-gdb.py: New file.
17153 * gdb.python/py-objfile-script.exp: Update reference to
17154 py-objfile-script-gdb.py.in. Use gdb_remote_donwload instead
17155 of remote_download. Remove the dest file.
17156
17157 2014-10-20 Yao Qi <yao@codesourcery.com>
17158
17159 * gdb.base/checkpoint.exp: Don't remove file copied on host.
17160 * gdb.base/step-line.exp: Likewise.
17161 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
17162 * gdb.dwarf2/dw2-basic.exp: Likewise.
17163 * gdb.dwarf2/dw2-compressed.exp: Likewise.
17164 * gdb.dwarf2/dw2-filename.exp: Likewise.
17165 * gdb.dwarf2/dw2-intercu.exp: Likewise.
17166 * gdb.dwarf2/dw2-intermix.exp: Likewise.
17167 * gdb.dwarf2/dw2-producer.exp: Likewise.
17168 * gdb.dwarf2/mac-fileno.exp: Likewise.
17169 * gdb.python/py-frame-args.exp: Likewise.
17170 * gdb.python/py-framefilter.exp: Likewise.
17171 * gdb.python/py-mi.exp: Likewise.
17172 * gdb.python/py-objfile-script.exp: Likewise
17173 * gdb.python/py-pp-integral.exp: Likewise.
17174 * gdb.python/py-pp-re-notag.exp: Likewise.
17175 * gdb.python/py-prettyprint.exp: Likewise.
17176 * gdb.python/py-section-script.exp: Likewise.
17177 * gdb.python/py-typeprint.exp: Likewise.
17178 * gdb.python/py-xmethods.exp: Likewise.
17179 * gdb.stabs/weird.exp: Likewise.
17180 * gdb.xml/tdesc-regs.exp: Likewise.
17181
17182 2014-10-18 Kwok Cheung Yeung <kcy@codesourcery.com>
17183
17184 * gdb.dwarf2/dw2-dir-file-name.exp (addr_len): New.
17185 (out_cu): Use addr_len for the size of addresses.
17186 (out_line): Likewise. Size DW_LNE_set_address instruction
17187 according to addr_len.
17188 * gdb.dwarf2/dw2-dir-file-name.c (START_INSNS): New.
17189 (FUNC): Add START_INSNS to definition.
17190
17191 2014-10-18 Yao Qi <yao@codesourcery.com>
17192
17193 * gdb.base/argv0-symlink.exp: Check argv[0] value if
17194 gdb_has_argv0 return true.
17195 * gdb.guile/scm-value.exp (test_value_in_inferior): Don't
17196 check [target_info exists noargs], check [gdb_has_argv0]
17197 instead.
17198 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
17199 * lib/gdb.exp (gdb_has_argv0, gdb_has_argv0_1): New
17200 procedures.
17201
17202 2014-10-17 Doug Evans <dje@google.com>
17203
17204 * gdb.python/py-events.exp: Update expected output for clear_objfiles
17205 event.
17206 * gdb.python/py-events.py: Add clear_objfiles event.
17207
17208 2014-10-17 Doug Evans <dje@google.com>
17209
17210 * gdb.python/py-objfile.exp: Test progspace attribute.
17211
17212 2014-10-17 Luis Machado <lgustavo@codesourcery.com>
17213
17214 * gdb.guile/scm-breakpoint.exp: Do not assume any
17215 directory separators when matching source file paths.
17216 * gdb.python/py-breakpoint.exp: Likewise.
17217 * gdb.reverse/break-precsave.exp: Likewise.
17218 * gdb.reverse/break-reverse.exp: Likewise.
17219 * gdb.reverse/consecutive-precsave.exp: Likewise.
17220 * gdb.reverse/finish-precsave.exp: Likewise.
17221 * gdb.reverse/finish-reverse-bkpt.exp: Likewise.
17222 * gdb.reverse/finish-reverse.exp: Likewise.
17223 * gdb.reverse/i386-precsave.exp: Likewise.
17224 * gdb.reverse/i387-env-reverse.exp: Likewise.
17225 * gdb.reverse/i387-stack-reverse.exp: Likewise.
17226 * gdb.reverse/machinestate-precsave.exp: Likewise.
17227 * gdb.reverse/machinestate.exp: Likewise.
17228 * gdb.reverse/sigall-precsave.exp: Likewise.
17229 * gdb.reverse/solib-precsave.exp: Likewise.
17230 * gdb.reverse/step-precsave.exp: Likewise.
17231 * gdb.reverse/until-precsave.exp: Likewise.
17232 * gdb.reverse/watch-precsave.exp: Likewise.
17233 * gdb.reverse/watch-reverse.exp: Likewise.
17234
17235 2014-10-17 Yao Qi <yao@codesourcery.com>
17236
17237 * lib/gdb.exp (gdb_skip_xml_test): Copy trivial.xml to host.
17238 * gdb.xml/tdesc-regs.exp: Copy single-reg.xml to host.
17239
17240 2014-10-17 Pedro Alves <palves@redhat.com>
17241
17242 PR gdb/17471
17243 * gdb.base/bg-execution-repeat.c: New file.
17244 * gdb.base/bg-execution-repeat.exp: New file.
17245
17246 2014-10-17 Pedro Alves <palves@redhat.com>
17247
17248 PR gdb/17300
17249 * gdb.base/continue-all-already-running.c: New file.
17250 * gdb.base/continue-all-already-running.exp: New file.
17251
17252 2014-10-17 Pedro Alves <palves@redhat.com>
17253
17254 PR gdb/17472
17255 * gdb.base/annota-input-while-running.c: New file.
17256 * gdb.base/annota-input-while-running.exp: New file.
17257
17258 2014-10-17 Pedro Alves <palves@redhat.com>
17259
17260 * gdb.base/callfuncs.exp: emove references to osf.
17261 * gdb.base/sigall.exp: Likewise.
17262 * gdb.gdb/selftest.exp: Likewise.
17263 * gdb.hp/gdb.base-hp/callfwmall.exp: Likewise.
17264 * gdb.mi/non-stop.c: Likewise.
17265 * gdb.mi/pthreads.c: Likewise.
17266 * gdb.reverse/sigall-precsave.exp: Likewise.
17267 * gdb.reverse/sigall-reverse.exp: Likewise.
17268 * gdb.threads/pthreads.c: Likewise.
17269 * gdb.threads/pthreads.exp: Likewise.
17270
17271 2014-10-17 Yao Qi <yao@codesourcery.com>
17272
17273 * gdb.base/commands.exp (gdbvar_complex_if_while_test): Don't
17274 check 'target_info exists noargs'.
17275 (test_command_prompt_position): Likewise.
17276 (progvar_simple_if_test): Don't check 'target_info exists noargs'.
17277 Remove "set args".
17278 (progvar_simple_while_test): Likewise.
17279 (progvar_complex_if_while_test): Likewise.
17280 (if_while_breakpoint_command_test): Likewise.
17281 (infrun_breakpoint_command_test): Likewise.
17282 (breakpoint_command_test): Likewise.
17283 (watchpoint_command_test): Likewise.
17284 (bp_deleted_in_command_test): Likewise.
17285 (temporary_breakpoint_commands): Likewise.
17286
17287 2014-10-16 Yao Qi <yao@codesourcery.com>
17288
17289 * gdb.base/remotetimeout.exp: Remove noargs checking.
17290
17291 2014-10-15 Pedro Alves <palves@redhat.com>
17292
17293 PR breakpoints/9649
17294 * gdb.base/breakpoint-in-ro-region.c (main): Add more instructions.
17295 * gdb.base/breakpoint-in-ro-region.exp
17296 (probe_target_hardware_step): New procedure.
17297 (top level): Probe hardware stepping and hardware breakpoint
17298 support. Test stepping through a read-only region, with both
17299 "breakpoint auto-hw" on and off and both "always-inserted" on and
17300 off.
17301
17302 2014-10-15 Iain Buclaw <ibuclaw@gdcproject.org>
17303
17304 * gdb.dlang/demangle.exp: Update for demangling changes.
17305
17306 2014-10-15 Siva Chandra Reddy <sivachandra@google.com>
17307
17308 * gdb.cp/non-trivial-retval.cc: Add new test cases.
17309 * gdb.cp/non-trivial-retval.exp: Add new tests.
17310
17311 2014-10-15 Siva Chandra Reddy <sivachandra@google.com>
17312
17313 PR c++/13403
17314 PR c++/15154
17315 * gdb.cp/non-trivial-retval.cc: New file.
17316 * gdb.cp/non-trivial-retval.exp: New file.
17317
17318 2014-10-15 Yao Qi <yao@codesourcery.com>
17319
17320 * gdb.python/py-parameter.exp: Don't match $srcdir/$subdir on
17321 remote host.
17322
17323 2014-10-15 Yao Qi <yao@codesourcery.com>
17324
17325 * gdb.python/py-symbol.exp: Match file base name if host is
17326 remote, otherwise match file name with dir name.
17327 * gdb.python/py-symtab.exp: Likewise.
17328 * gdb.python/python.exp: Likewise.
17329
17330 2014-10-15 Yao Qi <yao@codesourcery.com>
17331
17332 * gdb.python/py-symbol.exp: Remove trailing ".*" in the
17333 pattern.
17334 * gdb.python/py-symtab.exp: Likewise.
17335 * gdb.python/python.exp: Remove trailing ".*". Fix typo
17336 locationn.
17337
17338 2014-10-14 Joel Brobecker <brobecker@adacore.com>
17339
17340 * gdb.ada/addr_arith: New testcase.
17341
17342 2014-10-14 Maciej W. Rozycki <macro@codesourcery.com>
17343
17344 * gdb.dwarf2/dw2-case-insensitive-debug.S: Handle 64-bit pointers.
17345 * gdb.dwarf2/dw2-case-insensitive.exp: Update accordingly.
17346 * gdb.dwarf2/dw2-skip-prologue.S: Handle 64-bit pointers.
17347 * gdb.dwarf2/dw2-skip-prologue.exp: Update accordingly.
17348
17349 2014-10-14 Sergio Durigan Junior <sergiodj@redhat.com>
17350
17351 * gdb.arch/stap-eval-lang-ada.S: Likewise.
17352 * gdb.arch/stap-eval-lang-ada.c: Likewise.
17353 * gdb.arch/stap-eval-lang-ada.exp: New file.
17354
17355 2014-10-14 Yao Qi <yao@codesourcery.com>
17356
17357 * gdb.mi/mi-var-child.c (nothing1): New function.
17358 (nothing2): New function.
17359 (do_children_tests): Set function pointers by nothing1 and
17360 nothing2.
17361 * gdb.mi/mi-var-child.exp: Step over new added statements.
17362 Update test to match the new output.
17363 * gdb.mi/var-cmd.c (nothing1): New function.
17364 (nothing2): New function.
17365 (do_children_tests): Set function pointers by nothing1 and
17366 nothing2.
17367 * gdb.mi/mi-var-display.exp: Update test to match output.
17368 Step to the line specified by $line_dct_nothing.
17369 Increase the number of lines to step.
17370
17371 2014-10-14 Yao Qi <yao@codesourcery.com>
17372
17373 * gdb.mi/mi-var-child.exp: Use mi_varobj_update to simplify
17374 tests.
17375 * gdb.mi/mi2-var-child.exp: Likewise.
17376
17377 2014-10-13 Doug Evans <dje@google.com>
17378
17379 * gdb.python/py-objfile.exp: Change name of file name test.
17380
17381 2014-10-13 Doug Evans <dje@google.com>
17382
17383 * gdb.dwarf2/dw2-op-out-param.S: Make DW_FORM_ref4 values be the offset
17384 from the start of the CU.
17385
17386 2014-10-13 Jan Kratochvil <jan.kratochvil@redhat.com>
17387 Yao Qi <yao@codesourcery.com>
17388
17389 Fix "save breakpoints" for "catch" command.
17390 * gdb.base/catch-signal.exp: Add gdb_breakpoint "main".
17391 Remove -nonewline. Match also the added "main" line.
17392
17393 2014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
17394
17395 Fix "save breakpoints" for "disable $bpnum" command.
17396 * gdb.base/save-bp.c (main): Add label.
17397 * gdb.base/save-bp.exp: Add 8th disabled breakpoint. Match it.
17398
17399 2014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
17400
17401 * gdb.base/save-bp.exp (info break): Use gdb_test_sequence.
17402
17403 2014-10-11 Yao Qi <yao@codesourcery.com>
17404
17405 * gdb.server/server-kill.exp: Execute command
17406 "set remote trace-status-packet on" before "tstatus".
17407
17408 2014-10-11 Yao Qi <yao@codesourcery.com>
17409
17410 * gdb.server/server-kill.c: Include sys/types.h and unistd.h.
17411 (main): Call getppid.
17412 * gdb.server/server-kill.exp: Set breakpoint on line "i = 0;"
17413 and continue to it. Read variable "server_pid".
17414
17415 2014-10-11 Yao Qi <yao@codesourcery.com>
17416
17417 * gdb.server/server-kill.exp: Remove "delete_breakpoints".
17418
17419 2014-10-11 Yao Qi <yao@codesourcery.com>
17420
17421 * gdb.threads/thread-find.exp: Don't execute command
17422 "info threads".
17423 * gdb.threads/attach-into-signal.exp (corefunc): Likewise.
17424 * gdb.threads/linux-dp.exp: Don't check the condition
17425 $threads_created equals to zero.
17426
17427 2014-10-10 Pedro Alves <palves@redhat.com>
17428
17429 * gdb.base/bigcore.exp: Remove references to IRIX.
17430 * gdb.base/funcargs.exp: Likewise.
17431 * gdb.base/interrupt.exp: Likewise.
17432 * gdb.base/mips_pro.exp: Likewise.
17433 * gdb.base/nodebug.exp: Likewise.
17434 * gdb.base/setvar.exp: Likewise.
17435 * lib/gdb.exp (gdb_compile_shlib): Remove mips-sgi-irix* case.
17436
17437 2014-10-10 Jan Kratochvil <jan.kratochvil@redhat.com>
17438 Pedro Alves <palves@redhat.com>
17439
17440 PR symtab/14466
17441 * gdb.base/vdso-warning.c: New file.
17442 * gdb.base/vdso-warning.exp: New file.
17443
17444 2014-10-02 Doug Evans <dje@google.com>
17445
17446 * gdb.base/structs.c (main): Don't run forever.
17447
17448 2014-10-02 Pedro Alves <palves@redhat.com>
17449
17450 * gdb.threads/manythreads.exp (interrupt_and_wait): New procedure.
17451 (top level) <stop threads 1, stop threads 2>: Use it.
17452
17453 2014-10-02 Pedro Alves <palves@redhat.com>
17454
17455 * gdb.threads/break-while-running.exp (test): Add new
17456 'update_thread_list' argument. Skip "info threads" if false.
17457 (top level): Add new 'update_thread_list' axis.
17458
17459 2014-10-02 Pedro Alves <palves@redhat.com>
17460
17461 PR breakpoints/17431
17462 * gdb.base/execl-update-breakpoints.c: New file.
17463 * gdb.base/execl-update-breakpoints.exp: New file.
17464
17465 2014-10-01 Pedro Alves <palves@redhat.com>
17466
17467 * gdb.base/breakpoint-in-ro-region.c: New file.
17468 * gdb.base/breakpoint-in-ro-region.exp: New file.
17469
17470 2014-10-01 Simon Marchi <simon.marchi@ericsson.com>
17471
17472 * gdb.mi/mi-exit-code.exp: New file.
17473 * gdb.mi/mi-exit-code.c: New file.
17474
17475 2014-09-30 Yao Qi <yao@codesourcery.com>
17476
17477 * lib/prelink-support.exp (build_executable_own_libs): Error if
17478 the target isn't native.
17479
17480 2014-09-30 Yao Qi <yao@codesourcery.com>
17481
17482 * gdb.threads/dlopen-libpthread.exp: Skip it if isnative is
17483 false.
17484
17485 2014-09-22 Pedro Alves <palves@redhat.com>
17486
17487 * gdb.threads/break-while-running.exp: New file.
17488 * gdb.threads/break-while-running.c: New file.
17489
17490 2014-09-19 Yao Qi <yao@codesourcery.com>
17491
17492 * gdb.dwarf2/dw2-var-zero-addr.exp: Move test into new proc test.
17493 Invoke test. Restart GDB with --readnow and invoke test again.
17494
17495 2014-09-19 Yao Qi <yao@codesourcery.com>
17496
17497 * gdb.base/break-on-linker-gcd-function.exp: Move test into new
17498 proc set_breakpoint_on_gcd_function. Invoke
17499 set_breakpoint_on_gcd_function. Restart GDB with --readnow and
17500 invoke set_breakpoint_on_gcd_function again.
17501
17502 2014-09-18 Doug Evans <dje@google.com>
17503
17504 * gdb.dwarf2/symtab-producer.exp: New file.
17505
17506 2014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
17507
17508 * gdb.base/global-var-nested-by-dso-solib1.c: New file.
17509 * gdb.base/global-var-nested-by-dso-solib2.c: Likewise.
17510 * gdb.base/global-var-nested-by-dso.c: Likewise.
17511 * gdb.base/global-var-nested-by-dso.exp: Likewise.
17512
17513 2014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
17514 Pedro Alves <palves@redhat.com>
17515
17516 * gdb.base/watch-bitfields.exp: Pass string other than test file
17517 name to prepare_for_testing.
17518 (watch): New procedure.
17519 (expect_watchpoint): Use with_test_prefix.
17520 (top level): Factor out tests to ...
17521 (test_watch_location, test_regular_watch): ... these new
17522 procedures, and use with_test_prefix and gdb_continue_to_end.
17523
17524 2014-09-16 Patrick Palka <patrick@parcs.ath.cx>
17525
17526 PR breakpoints/12526
17527 * gdb.base/watch-bitfields.exp: New file.
17528 * gdb.base/watch-bitfields.c: New file.
17529
17530 2014-09-16 Pedro Alves <palves@redhat.com>
17531
17532 * gdb.base/watchpoint-stops-at-right-insn.exp (test): Compare
17533 software and hardware addresses, not software address against
17534 itself.
17535
17536 2014-09-16 Pedro Alves <palves@redhat.com>
17537
17538 * gdb.base/watchpoint-stops-at-right-insn.c: New file.
17539 * gdb.base/watchpoint-stops-at-right-insn.exp: New file.
17540
17541 2014-09-16 Pedro Alves <palves@redhat.com>
17542
17543 * config/vx.exp, config/vxworks.exp, config/vxworks29k.exp: Delete
17544 files.
17545 * gdb.base/a2-run.exp: Remove all code guarded by istarget
17546 "*-*-vxworks*" throughout.
17547 * gdb.base/break.exp: Likewise.
17548 * gdb.base/default.exp: Likewise.
17549 * gdb.base/scope.exp: Likewise.
17550 * gdb.base/sepdebug.exp: Likewise.
17551 * gdb.base/break.c: Remove all code guarded by #ifdef vxworks
17552 throughout.
17553 * gdb.base/run.c: Likewise.
17554 * gdb.base/sepdebug.c: Likewise.
17555 * gdb.hp/gdb.aCC/run.c: Likewise.
17556 * gdb.reverse/until-reverse.c: Likewise.
17557 * lib/gdb.exp (gdb_compile): Remove is_vxworks branch.
17558
17559 2014-09-16 Yao Qi <yao@codesourcery.com>
17560
17561 * boards/local-remote-host-native.exp: New file.
17562
17563 2014-09-14 Doug Evans <xdje42@gmail.com>
17564
17565 * gdb.threads/queue-signal.c (thread_count): New variable.
17566 (thread_count_mutex, thread_count_condvar): New variables.
17567 (incr_thread_count, wait_all_threads_running): New functions.
17568 (main): Wait for all threads to be in their thread functions.
17569
17570 2014-09-13 Doug Evans <xdje42@gmail.com>
17571
17572 * gdb.threads/queue-signal.c: New file.
17573 * gdb.threads/queue-signal.exp: New file.
17574
17575 2014-09-13 Doug Evans <xdje42@gmail.com>
17576
17577 * lib/gdb.exp (gdb_prompt): Add comment and change initial value to
17578 be consistent with what default_gdb_init uses.
17579 (with_gdb_prompt): Change form of PROMPT argument from a regexp to
17580 the plain text of the prompt. Add some logging printfs.
17581 * gdb.perf/disassemble.exp: Update call to with_gdb_prompt.
17582
17583 2014-09-12 Pedro Alves <palves@redhat.com>
17584
17585 * gdb.arch/gdb1558.exp: Replace uses of gdb_expect after
17586 gdb_run_cmd with gdb_test_multiple or gdb_test throughout.
17587 * gdb.arch/i386-size-overlap.exp: Likewise.
17588 * gdb.arch/i386-size.exp: Likewise.
17589 * gdb.arch/i386-unwind.exp: Likewise.
17590 * gdb.base/a2-run.exp: Likewise.
17591 * gdb.base/break.exp: Likewise.
17592 * gdb.base/charset.exp: Likewise.
17593 * gdb.base/chng-syms.exp: Likewise.
17594 * gdb.base/commands.exp: Likewise.
17595 * gdb.base/dbx.exp: Likewise.
17596 * gdb.base/find.exp: Likewise.
17597 * gdb.base/funcargs.exp: Likewise.
17598 * gdb.base/jit-simple.exp: Likewise.
17599 * gdb.base/reread.exp: Likewise.
17600 * gdb.base/sepdebug.exp: Likewise.
17601 * gdb.base/step-bt.exp: Likewise.
17602 * gdb.cp/mb-inline.exp: Likewise.
17603 * gdb.cp/mb-templates.exp: Likewise.
17604 * gdb.objc/basicclass.exp: Likewise.
17605 * gdb.threads/killed.exp: Likewise.
17606
17607 2014-09-12 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
17608
17609 PR tdep/17379
17610 * gdb.arch/powerpc-stackless.S: New file.
17611 * gdb.arch/powerpc-stackless.exp: New file.
17612
17613 2014-09-12 Jan Kratochvil <jan.kratochvil@redhat.com>
17614
17615 * gdb.base/attach.c: Include unistd.h.
17616 (main): Call alarm. Add label postloop.
17617 * gdb.base/attach.exp (do_attach_tests): Use gdb_get_line_number,
17618 gdb_breakpoint, gdb_continue_to_breakpoint.
17619 (test_command_line_attach_run): Kill ${testpid} in one exit path.
17620
17621 2014-09-11 Pedro Alves <palves@redhat.com>
17622
17623 PR gdb/17347
17624 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): New procedure.
17625 * gdb.base/attach.exp (test_command_line_attach_run): New
17626 procedure.
17627 (top level): Call it.
17628
17629 2014-09-11 Pedro Alves <palves@redhat.com>
17630
17631 * lib/gdb.exp (spawn_wait_for_attach): New procedure.
17632 * gdb.base/attach.exp (do_attach_tests, do_call_attach_tests)
17633 (do_command_attach_tests): Use spawn_wait_for_attach.
17634 * gdb.base/solib-overlap.exp: Likewise.
17635 * gdb.multi/multi-attach.exp: Likewise.
17636 * gdb.python/py-prompt.exp: Likewise.
17637 * gdb.python/py-sync-interp.exp: Likewise.
17638 * gdb.server/ext-attach.exp: Likewise.
17639
17640 2014-09-11 Gabriel Krisman Bertazi <gabriel@krisman.be>
17641
17642 * gdb.fortran/array-element.exp: Remove unexpected "continue"
17643 command in testcase. Simplify testcase.
17644
17645 2014-09-10 Joel Brobecker <brobecker@adacore.com>
17646
17647 * gdb.dwarf2/dynarr-ptr.exp: Add a few ptype tests.
17648
17649 2014-09-10 Joel Brobecker <brobecker@adacore.com>
17650
17651 * gdb.dwarf2/dynarr-ptr.exp: Add 'first, 'last and 'length tests.
17652
17653 2014-09-10 Joel Brobecker <brobecker@adacore.com>
17654
17655 * gdb.dwarf2/dynarr-ptr.exp: Add subscripting tests.
17656
17657 2014-09-10 Joel Brobecker <brobecker@adacore.com>
17658
17659 * gdb.dwarf2/dynarr-ptr.c: New file.
17660 * gdb.dwarf2/dynarr-ptr.exp: New file.
17661
17662 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
17663
17664 * gdb.base/watchpoint-solib.exp: Increase the timeout by a factor
17665 of 30 rather than hardcoding 120 for a slow test case. Take the
17666 `gdb,timeout' target setting into account for this calculation.
17667 Don't extend the timeout for the test cases that don't need it.
17668
17669 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
17670
17671 * gdb.reverse/sigall-reverse.exp: Increase the timeout by
17672 a factor of 2 for a slow test case. Take the `gdb,timeout'
17673 target setting into account for this calculation.
17674 * gdb.reverse/until-precsave.exp: Increase the timeout by
17675 a factor of 15 and 3 respectively rather than adding 120
17676 for a pair of slow test cases. Take the `gdb,timeout'
17677 target setting into account for this calculation.
17678
17679 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
17680
17681 * lib/gdb.exp (gdb_test_multiple): Remove code to select the
17682 timeout, don't pass one down to gdb_expect.
17683 (gdb_expect): Rework timeout selection.
17684
17685 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
17686
17687 * lib/gdbserver-support.exp (gdbserver_start): Throw an error
17688 exception on timeout.
17689 (gdbserver_run): Catch any `gdbserver_spawn' error exceptions.
17690 (gdbserver_start_extended): Catch any `gdbserver_start' error
17691 exceptions.
17692 (gdbserver_start_multi, mi_gdbserver_start_multi): Likewise.
17693 * lib/mi-support.exp (mi_gdb_target_load): Catch any
17694 `gdbserver_gdb_load' error exceptions.
17695
17696 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
17697
17698 * lib/gdbserver-support.exp (gdbserver_start): Set timeout to
17699 120 on waiting for the TCP socket to open.
17700
17701 2014-09-09 Doug Evans <xdje42@gmail.com>
17702
17703 * gdb.base/default.exp (show_conv_list): Add _caller_is,
17704 _caller_matches, _any_caller_is, _any_caller_matches.
17705
17706 2014-09-09 Doug Evans <xdje42@gmail.com>
17707
17708 * gdb.guile/scm-error.exp: Handle guile 2.2 backtrace output.
17709
17710 2014-09-09 Yao Qi <yao@codesourcery.com>
17711
17712 * gdb.mi/mi-var-display.exp: Set print symbol off.
17713
17714 2014-09-07 Gabriel Krisman Bertazi <gabriel@krisman.be>
17715
17716 PR gdb/17035
17717 * gdb.base/commands.exp: Add tests to verify user-defined
17718 commands with empty bodies.
17719 * gdb.python/py-cmd.exp: Test that we don't show user-defined
17720 python commands in `show user command`.
17721 * gdb.python/scm-cmd.exp: Test that we don't show user-defined
17722 scheme commands in `show user command`.
17723
17724 2014-09-07 Jan Kratochvil <jan.kratochvil@redhat.com>
17725
17726 PR python/17355
17727 * gdb.python/amd64-py-framefilter-invalidarg.S: New file.
17728 * gdb.python/py-framefilter-invalidarg-gdb.py.in: New file.
17729 * gdb.python/py-framefilter-invalidarg.exp: New file.
17730 * gdb.python/py-framefilter-invalidarg.py: New file.
17731
17732 2014-09-06 Doug Evans <xdje42@gmail.com>
17733
17734 PR 15276
17735 * gdb.python/py-caller-is.c: New file.
17736 * gdb.python/py-caller-is.exp: New file.
17737
17738 2014-09-05 Sergio Durigan Junior <sergiodj@redhat.com>
17739
17740 PR gdb/17235
17741 * gdb.arch/amd64-stap-wrong-subexp.exp: New file.
17742 * gdb.arch/amd64-stap-wrong-subexp.S: Likewise.
17743
17744 2014-09-04 Sergio Durigan Junior <sergiodj@redhat.com>
17745
17746 PR fortran/17237
17747 * gdb.fortran/print-formatted.exp: New file.
17748 * gdb.fortran/print-formatted.f90: Likewise.
17749
17750 2014-09-03 Sasha Smundak <asmundak@google.com>
17751
17752 * gdb.python/py-frame.exp: Test Frame.read_register.
17753
17754 2014-09-03 Sergio Durigan Junior <sergiodj@redhat.com>
17755
17756 PR python/16699
17757 * gdb.python/py-completion.exp: New file.
17758 * gdb.python/py-completion.py: Likewise.
17759
17760 2014-08-28 Doug Evans <dje@google.com>
17761
17762 * gdb.arch/amd64-pseudo.c (main): Rewrite to better specify when
17763 eax,etc. are live with values set by gdb and thus the compiler can't
17764 use them.
17765 * gdb.arch/i386-pseudo.c (main): Ditto.
17766
17767 2014-08-27 Doug Evans <dje@google.com>
17768
17769 * lib/gdb.exp (gdb_compile_shlib): Add support for clang.
17770
17771 2014-08-25 Doug Evans <dje@google.com>
17772
17773 * gdb.mi/basics.c (callee3, callee2, callee1): Specify result type.
17774 (main): Ditto.
17775
17776 2014-08-25 Doug Evans <dje@google.com>
17777
17778 * gdb.threads/thread-execl.exp: #include <stdio.h>.
17779
17780 2014-08-24 Yao Qi <yao@codesourcery.com>
17781
17782 * gdb.guile/scm-value.exp (test_lazy_strings): Set print
17783 symbol off.
17784 * gdb.python/py-value.exp (test_lazy_strings): Likewise.
17785
17786 2014-08-22 Doug Evans <dje@google.com>
17787
17788 PR 17276
17789 * gdb.dwarf2/dw2-single-line-discriminators.S: New file.
17790 * gdb.dwarf2/dw2-single-line-discriminators.c: New file.
17791 * gdb.dwarf2/dw2-single-line-discriminators.exp: New file.
17792
17793 2014-08-22 Yao Qi <yao@codesourcery.com>
17794
17795 * gdb.python/py-finish-breakpoint.exp: Copy .py file to host.
17796 * gdb.python/py-finish-breakpoint2.exp: Likewise.
17797 * gdb.python/python.exp: Likewise. Use .py file on the host
17798 instead of the build.
17799
17800 2014-08-21 Jan Kratochvil <jan.kratochvil@redhat.com>
17801
17802 * gdb.threads/gcore-stale-thread.c: New file.
17803 * gdb.threads/gcore-stale-thread.exp: New file.
17804
17805 2014-08-21 Pedro Alves <palves@redhat.com>
17806
17807 * gdb.base/gcore-buffer-overflow.exp: Remove "help gcore" test.
17808 * gdb.base/gcore-relro-pie.exp: Likewise.
17809 * gdb.base/gcore-relro.exp: Likewise.
17810 * gdb.base/gcore.exp: Likewise.
17811 * gdb.base/print-symbol-loading.exp: Likewise.
17812 * gdb.threads/gcore-thread.exp: Likewise.
17813 * lib/gdb.exp (gdb_gcore_cmd): Don't expect "Undefined command".
17814
17815 2014-08-20 Pedro Alves <palves@redhat.com>
17816 Jan Kratochvil <jan.kratochvil@redhat.com>
17817
17818 * Makefile.in (EXTRA_RULES, CC): New variables, get from
17819 configure.
17820 (EXPECT): Handle READ1 being set.
17821 (all): Depend on EXTRA_RULES.
17822 (check-read1, expect-read1, read1.so, read1): New rules.
17823 * README (Testsuite Parameters): Document the READ1 make variable.
17824 (Race detection): New section.
17825 * configure: Regenerate.
17826 * configure.ac: If build==host==target, and running under a
17827 GNU/glibc system, add read1 to the extra Makefile rules.
17828 (EXTRA_RULES): AC_SUBST it.
17829 * lib/read1.c: New file.
17830
17831 2014-08-20 Joel Brobecker <brobecker@adacore.com>
17832
17833 * gdb.dwarf2/data-loc.exp: Add additional tests exercising
17834 the handling of variables declared as a typedef to an array
17835 which a DW_AT_data_location attribute.
17836
17837 2014-08-19 Andrew Burgess <aburgess@broadcom.com>
17838 Pedro Alves <palves@redhat.com>
17839
17840 PR symtab/14604
17841 PR symtab/14605
17842 * gdb.dwarf2/dw2-op-out-param.exp: Remove kfail branches and use
17843 gdb_test.
17844
17845 2014-08-19 Pedro Alves <palves@redhat.com>
17846
17847 * gdb.base/watchpoint-hw-hit-once.c (main): Update comment.
17848
17849 2014-08-19 Yao Qi <yao@codesourcery.com>
17850
17851 * gdb.base/watchpoint-hw-hit-once.exp: Set breakpoint on the
17852 right line.
17853
17854 2014-08-18 David Blaikie <dblaikie@gmail.com>
17855
17856 * boards/fission.exp: Explicitly pass -ggnu-pubnames for clang.
17857
17858 2014-08-18 Joel Brobecker <brobecker@adacore.com>
17859
17860 * gdb.dwarf2/data-loc.exp: Remove second DW_AT_upper bound
17861 attribute in array range.
17862
17863 2014-08-18 Joel Brobecker <brobecker@adacore.com>
17864
17865 * gdb.dwarf2/data-loc.c, gdb.dwarf2/data-loc.exp: New files.
17866
17867 2014-08-15 Siva Chandra Reddy <sivachandra@google.com>
17868
17869 PR c++/17132
17870 * gdb.cp/pr17132.cc: New file.
17871 * gdb.cp/pr17132.exp: New file.
17872
17873 2014-08-15 Siva Chandra Reddy <sivachandra@google.com>
17874
17875 * gdb.python/py-xmethods.py (A_getarrayind)
17876 (E_method_char_worker.__call__, E_method_int_worker.__call__):
17877 Use 'print' with function call syntax.
17878 (E_method_matcher.match): Fix tab vs space indentation mixup.
17879
17880 2014-08-15 Yao Qi <yao@codesourcery.com>
17881
17882 * gdb.trace/tfile.exp: Return -1 if generate_tracefile returns
17883 false.
17884
17885 2014-08-15 Yao Qi <yao@codesourcery.com>
17886
17887 * gdb.cp/casts.exp: Set print symbol off.
17888 * gdb.cp/class2.exp: Likewise.
17889 * gdb.cp/overload.exp: Likewise.
17890 * gdb.cp/templates.exp: Likewise.
17891
17892 2014-08-11 Doug Evans <dje@google.com>
17893
17894 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
17895 (test_load_shlib): Update.
17896
17897 2014-08-09 Yao Qi <yao@codesourcery.com>
17898
17899 * gdb.base/display.exp: Invoke is_address_zero_readable.
17900 * gdb.guile/scm-value.exp (test_value_in_inferior): Likewise.
17901 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
17902 * gdb.base/hbreak-unmapped.exp: Return if
17903 is_address_zero_readable returns true.
17904 * gdb.base/signest.exp: Likewise.
17905 * gdb.base/signull.exp: Likewise.
17906 * gdb.base/sigbpt.exp: Likewise.
17907 * gdb.guile/scm-disasm.exp: Do the test if
17908 is_address_zero_readable returns false.
17909 * gdb.guile/scm-pretty-print.exp (run_lang_tests): Likewise.
17910 * gdb.python/py-arch.exp: Likewise.
17911 * gdb.python/py-prettyprint.exp (run_lang_tests): Likewise.
17912 * lib/gdb.exp (is_address_zero_readable): New proc.
17913
17914 2014-08-09 Yao Qi <yao@codesourcery.com>
17915
17916 PR testsuite/13443
17917 * gdb.mi/mi-var-display.exp: Make test messages unique.
17918
17919 2014-08-04 Tom Tromey <tromey@redhat.com>
17920
17921 * gdb.base/sss-bp-on-user-bp-2.exp: Expect output from "set debug
17922 target 0".
17923
17924 2014-08-04 Tom Tromey <tromey@redhat.com>
17925
17926 * gdb.base/sss-bp-on-user-bp-2.exp: Match "to_resume", not
17927 "target_resume".
17928
17929 2014-08-01 Joel Brobecker <brobecker@adacore.com>
17930
17931 * gdb.base/vla-datatypes.c (vla_factory): Add new variable
17932 inner_vla_struct_object_size.
17933 * gdb.base/vla-datatypes.exp: Adjust last test, and mark it
17934 as xfail.
17935
17936 2014-07-30 Pedro Alves <palves@redhat.com>
17937
17938 * gdb.threads/signal-command-handle-nopass.exp (test): Add
17939 comment.
17940
17941 2014-07-29 Yao Qi <yao@codesourcery.com>
17942
17943 PR gdb/17206
17944 * gdb.base/until-nodebug.exp: New.
17945
17946 2014-07-28 Doug Evans <xdje42@gmail.com>
17947
17948 PR guile/17203
17949 * gdb.guile/scm-parameter.exp: Add tests for trying to create
17950 previously existing parameter, and previously ambiguously spelled
17951 parameter.
17952
17953 2014-07-28 Will Newton <will.newton@linaro.org>
17954
17955 * gdb.base/varargs.exp: Remove KFAILs for ARM.
17956
17957 2014-07-26 Ludovic Courtès <ludo@gnu.org>
17958 Doug Evans <xdje42@gmail.com>
17959
17960 PR guile/17146
17961 * gdb.guile/types-module.exp: Add tests for wrong type arguments.
17962
17963 2014-07-25 Pedro Alves <palves@redhat.com>
17964
17965 * gdb.threads/signal-command-handle-nopass.c: New file.
17966 * gdb.threads/signal-command-handle-nopass.exp: New file.
17967 * gdb.threads/signal-command-multiple-signals-pending.c: New file.
17968 * gdb.threads/signal-command-multiple-signals-pending.exp: New file.
17969 * gdb.threads/signal-delivered-right-thread.c: New file.
17970 * gdb.threads/signal-delivered-right-thread.exp: New file.
17971
17972 2014-07-25 Pedro Alves <palves@redhat.com>
17973
17974 * gdb.base/double-prompt-target-event-error.exp
17975 (cancel_pagination_in_target_event): Remove '-notransfer <return>'
17976 match.
17977 (cancel_pagination_in_target_event): Rework double prompt
17978 detection.
17979 * gdb.base/paginate-after-ctrl-c-running.exp
17980 (test_ctrlc_while_target_running_paginates): Remove '-notransfer
17981 <return>' match.
17982 * gdb.base/paginate-bg-execution.exp
17983 (test_bg_execution_pagination_return)
17984 (test_bg_execution_pagination_cancel): Remove '-notransfer
17985 <return>' matches.
17986 * gdb.base/paginate-execution-startup.exp
17987 (test_fg_execution_pagination_return)
17988 (test_fg_execution_pagination_cancel): Remove '-notransfer
17989 <return>' matches.
17990 * gdb.base/paginate-inferior-exit.exp
17991 (test_paginate_inferior_exited): Remove '-notransfer <return>'
17992 match.
17993 * lib/gdb-utils.exp (string_to_regexp): Move here from lib/gdb.exp.
17994 * lib/gdb.exp (pagination_prompt): Run text through
17995 string_to_regexp.
17996 (gdb_test_multiple): Match $pagination_prompt instead of
17997 "<return>".
17998 (string_to_regexp): Move to lib/gdb-utils.exp.
17999
18000 2014-07-22 Jan Kratochvil <jan.kratochvil@redhat.com>
18001
18002 * gdb.arch/amd64-entry-value-paramref.S: New file.
18003 * gdb.arch/amd64-entry-value-paramref.cc: New file.
18004 * gdb.arch/amd64-entry-value-paramref.exp: New file.
18005 * gdb.arch/amd64-optimout-repeat.S: New file.
18006 * gdb.arch/amd64-optimout-repeat.c: New file.
18007 * gdb.arch/amd64-optimout-repeat.exp: New file.
18008
18009 2014-07-17 Jan Kratochvil <jan.kratochvil@redhat.com>
18010
18011 PR gdb/17170
18012 * gdb.base/statistics.exp: New file.
18013
18014 2014-07-17 Doug Evans <dje@google.com>
18015
18016 PR gdb/17170
18017 * gdb.base/maint.exp: Update testing of per-command stats.
18018
18019 2014-07-16 Pedro Alves <palves@redhat.com>
18020
18021 * gdb.trace/tfile.c: Include unistd.h and stdint.h.
18022 (start_trace_file): Guard S_IRGRP and S_IROTH uses behind #ifdef.
18023 (tfile_write_64, tfile_write_16, tfile_write_8, tfile_write_addr)
18024 (tfile_write_buf): New functions.
18025 (add_memory_block): Rewrite using the above.
18026 (adjust_function_address): New function.
18027 (FUNCTION_ADDRESS): New macro.
18028 (write_basic_trace_file): Remove short_x local, and use
18029 tfile_write_16. Change type of func_addr local to unsigned long
18030 long. Use FUNCTION_ADDRESS instead of handling the Thumb bit
18031 here. Cast argument of add_memory_block to char pointer.
18032 (write_error_trace_file): Avoid alloca. Use FUNCTION_ADDRESS.
18033 (main): Remove parameters.
18034 * gdb.trace/tfile.exp: Remove nowarnings.
18035
18036 2014-07-15 Simon Marchi <simon.marchi@ericsson.com>
18037
18038 * gdb.base/debug-expr.exp: Test string evaluation with
18039 "debug expression" on.
18040
18041 2014-07-15 Pedro Alves <palves@redhat.com>
18042
18043 * gdb.base/reread.exp: Use clean_restart.
18044
18045 2014-07-15 Pierre Langlois <pierre.langlois@embecosm.com>
18046
18047 * gdb.arch/avr-flash-qualifer.c: New.
18048 * gdb.arch/avr-flash-qualifer.exp: New.
18049
18050 2014-07-14 Pedro Alves <palves@redhat.com>
18051
18052 * gdb.base/paginate-after-ctrl-c-running.c: New file.
18053 * gdb.base/paginate-after-ctrl-c-running.exp: New file.
18054
18055 2014-07-14 Pedro Alves <palves@redhat.com>
18056
18057 * gdb.base/double-prompt-target-event-error.c: New file.
18058 * gdb.base/double-prompt-target-event-error.exp: New file.
18059
18060 2014-07-14 Pedro Alves <palves@redhat.com>
18061
18062 PR gdb/17072
18063 * gdb.base/paginate-inferior-exit.c: New file.
18064 * gdb.base/paginate-inferior-exit.exp: New file.
18065
18066 2014-07-14 Pedro Alves <palves@redhat.com>
18067
18068 PR gdb/17072
18069 * gdb.base/paginate-bg-execution.c: New file.
18070 * gdb.base/paginate-bg-execution.exp: New file.
18071
18072 2014-07-14 Pedro Alves <palves@redhat.com>
18073
18074 PR gdb/17072
18075 * gdb.base/paginate-execution-startup.c: New file.
18076 * gdb.base/paginate-execution-startup.exp: New file.
18077 * lib/gdb.exp (pagination_prompt): New global.
18078 (default_gdb_spawn): New procedure, factored out from
18079 default_gdb_spawn.
18080 (default_gdb_start): Adjust to call default_gdb_spawn.
18081 (gdb_spawn): New procedure.
18082
18083 2014-07-14 Pedro Alves <palves@redhat.com>
18084
18085 * lib/gdb.exp (gdb_assert): New procedure.
18086 * gdb.trace/backtrace.exp (gdb_backtrace_tdp_4): Use it.
18087
18088 2014-07-14 Pedro Alves <palves@redhat.com>
18089
18090 * gdb.base/execution-termios.c: New file.
18091 * gdb.base/execution-termios.exp: New file.
18092
18093 2014-07-14 Tom Tromey <tromey@redhat.com>
18094
18095 * gdb.cp/vla-cxx.cc: New file.
18096 * gdb.cp/vla-cxx.exp: New file.
18097
18098 2014-07-14 Tom Tromey <tromey@redhat.com>
18099
18100 * gdb.reverse/rerun-prec.c: New file.
18101 * gdb.reverse/rerun-prec.exp: New file.
18102
18103 2014-07-12 Maciej W. Rozycki <macro@mips.com>
18104 Maciej W. Rozycki <macro@codesourcery.com>
18105
18106 * lib/gdb-utils.exp: New file.
18107 * lib/gdb.exp (gdb_run_cmd): Call gdb_init_commands, replacing
18108 inline `gdb_init_command' processing.
18109 (gdb_start_cmd): Likewise.
18110 * lib/mi-support.exp (mi_run_cmd): Likewise.
18111 * README: Document `gdb_init_command' and `gdb_init_commands'.
18112
18113 2014-07-11 Jan Kratochvil <jan.kratochvil@redhat.com>
18114
18115 Fix false FAIL running under a very long directory name.
18116 * gdb.base/argv0-symlink.exp: Add "set print repeats 10000"
18117 and "set print elements 10000". Twice.
18118
18119 2014-07-11 Yao Qi <yao@codesourcery.com>
18120
18121 * gdb.base/exprs.exp: "set print symbol off".
18122
18123 2014-07-11 Pedro Alves <palves@redhat.com>
18124
18125 * gdb.threads/kill.c: New file.
18126 * gdb.threads/kill.exp: New file.
18127
18128 2014-07-10 Yao Qi <yao@codesourcery.com>
18129
18130 * gdb.trace/tfile.c (write_basic_trace_file)
18131 [__thumb__||__thumb2__]: Clear the Thumb bit of the function
18132 address written to trace file.
18133
18134 2014-07-09 Pedro Alves <palves@redhat.com>
18135
18136 * gdb.base/attach-wait-input.exp: New file.
18137 * gdb.base/attach-wait-input.c: New file.
18138
18139 2014-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
18140
18141 * gdb.mi/var-cmd.c (do_nested_struct_union_tests): New function
18142 setting up test structures.
18143 (main): Call new test function.
18144 * gdb.mi/mi2-var-child.exp: Create additional breakpoint in new
18145 test function, continue into test function and walk test
18146 structures.
18147
18148 2014-07-02 Yao Qi <yao@codesourcery.com>
18149
18150 * gdb.trace/entry-values.c: Define labels 'foo_start' and
18151 'bar_start' at the beginning of functions 'foo' and 'bar'
18152 respectively.
18153 * gdb.trace/entry-values.exp: Use 'foo_start' and 'bar_start'
18154 instead of 'foo' and 'bar'.
18155
18156 2014-07-08 Markus Metzger <markus.t.metzger@intel.com>
18157
18158 * gdb.btrace/segv.exp: New.
18159 * gdb.btrace/segv.c: New.
18160
18161 2014-07-02 Luis Machado <lgustavo@codesourcery.com>
18162
18163 * gdb.trace/entry-values.exp: Handle powerpc-specific branch
18164 instruction.
18165
18166 2014-06-30 Mark Wielaard <mjw@redhat.com>
18167
18168 * gdb.base/constvars.c (violent, violet, vips, virgen, vulgar,
18169 vulture, vilify, villar): New volatile array constants.
18170 (vindictive, vegetation): New const volatile array constants.
18171 * gdb.base/volatile.exp: Test volatile and const volatile array
18172 types.
18173
18174 2014-06-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
18175
18176 * gdb.base/watchpoint-reuse-slot.exp: Handle the case that the
18177 target lacks support for awatch, rwatch, or hbreak.
18178
18179 2014-06-27 Yao Qi <yao@codesourcery.com>
18180
18181 * gdb.multi/dummy-frame-restore.exp: New.
18182 * gdb.multi/dummy-frame-restore.c: New.
18183
18184 2014-06-25 Markus Metzger <markus.t.metzger@intel.com>
18185
18186 * gdb.btrace/gcore.exp: New.
18187
18188 2014-06-23 Pedro Alves <palves@redhat.com>
18189
18190 * gdb.base/watchpoint-reuse-slot.c: New file.
18191 * gdb.base/watchpoint-reuse-slot.exp: New file.
18192
18193 2014-06-23 Siva Chandra Reddy <sivachandra@google.com>
18194
18195 * gdb.python/py-xmethods.exp: Use "progspace" instead of the
18196 progspace's filename in 'info', 'enable' and 'disable' command
18197 tests.
18198
18199 2014-06-23 Jan Kratochvil <jan.kratochvil@redhat.com>
18200
18201 * gdb.arch/amd64-stap-special-operands.exp: Use is_lp64_target.
18202 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
18203 * gdb.dwarf2/dw2-error.exp: Use istarget and is_lp64_target.
18204
18205 2014-06-20 Gary Benson <gbenson@redhat.com>
18206
18207 * gdb.arch/i386-avx.exp: Fix include file location.
18208 * gdb.arch/i386-sse.exp: Likewise.
18209
18210 2014-06-19 Iain Buclaw <ibuclaw@gdcproject.org>
18211
18212 * gdb.dlang/expression.exp: New file.
18213
18214 2014-06-19 Pedro Alves <palves@redhat.com>
18215
18216 * gdb.threads/thread-execl.exp (do_test): New procedure, factored
18217 out from ...
18218 (top level): ... here. Iterate running tests under different
18219 scheduler-locking settings.
18220
18221 2014-06-18 Luis Machado <lgustavo@codesourcery.com>
18222
18223 * gdb.cp/nsalias.exp: Set type of low_pc and high_pc entries
18224 to DW_FORM_addr and use non-zero addresses.
18225
18226 2014-06-18 Siva Chandra Reddy <sivachandra@google.com>
18227
18228 PR gdb/17017
18229 * gdb.python/py-xmethods.cc: Add global function call counters and
18230 increment them in their respective functions. Remove "cout"
18231 statements.
18232 * gdb.python/py-xmethods.exp: Make tests check the global function
18233 call counters instead of depending on inferior IO.
18234
18235 2014-06-18 Don Breazeal <donb@codesourcery.com>
18236
18237 * gdb.base/foll-fork.exp (default_fork_parent_follow):
18238 Deleted procedure.
18239 (explicit_fork_parent_follow): Deleted procedure.
18240 (explicit_fork_child_follow): Deleted procedure.
18241 (test_follow_fork): New procedure.
18242 (do_fork_tests): Replace calls to deleted procedures with
18243 calls to test_follow_fork and reset GDB for subsequent
18244 procedure calls.
18245
18246 2014-06-17 Yao Qi <yao@codesourcery.com>
18247
18248 * gdb.base/wchar.exp: Set $cent to \u00A2 if "host-charset" is
18249 CP1252.
18250
18251 2014-06-17 Luis Machado <lgustavo@codesourcery.com>
18252
18253 * gdb.mi/mi-var-rtti.cc (type_update_when_use_rtti_test):
18254 Initialize ptr and S explicitly.
18255 (skip_type_update_when_not_use_rtti_test): Likewise.
18256
18257 2014-06-16 Keith Seitz <keiths@redhat.com>
18258
18259 PR mi/15863
18260 * gdb.mi/mi-var-cmd.exp: Add test for -var-update before
18261 the inferior is started.
18262
18263 2014-06-16 Pedro Alves <palves@redhat.com>
18264
18265 * gdb.base/break-main-file-remove-fail.c: New file.
18266 * gdb.base/break-main-file-remove-fail.exp: New file.
18267 * gdb.base/break-unload-file.exp: Use build_executable instead of
18268 prepare_for_testing.
18269 (test_break): New parameter "initial_load". Handle it.
18270 (top level): Add initial_load cmdline/file axis.
18271
18272 2014-06-12 Tom Tromey <tromey@redhat.com>
18273
18274 * gdb.base/completion.exp: Don't use directory name in test.
18275
18276 2014-06-09 Gary Benson <gbenson@redhat.com>
18277
18278 * gdb.base/sigall.c [Functions to send signals]: Reorder to
18279 separate the always-available ANSI-standard signals from the
18280 signals that require checking.
18281 (main): Likewise.
18282 * gdb.reverse/sigall-reverse.c [Functions to send signals]:
18283 Likewise.
18284 (main): Likewise.
18285
18286 2014-06-07 Keith Seitz <keiths@redhat.com>
18287
18288 Revert:
18289 PR c++/16253
18290 * gdb.cp/var-tag.cc: New file.
18291 * gdb.cp/var-tag.exp: New file.
18292 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
18293 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
18294 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
18295 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
18296
18297 2014-06-06 Doug Evans <xdje42@gmail.com>
18298
18299 * gdb.guile/scm-frame-args.c (foo): Tweak to work with gcc 4.6.3.
18300
18301 2014-06-06 Pedro Alves <palves@redhat.com>
18302
18303 * gdb.base/sss-bp-on-user-bp-2.exp: Look for target_resume(step)
18304 in target debug output instead of looking at RSP packets,
18305 disabling the test on any target that uses hardware stepping.
18306 Update comments.
18307
18308 2014-06-06 Pedro Alves <palves@redhat.com>
18309
18310 * gdb.base/break-unload-file.exp: Fix typo.
18311
18312 2014-06-06 Yao Qi <yao@codesourcery.com>
18313
18314 * gdb.base/jit.exp (one_jit_test): Restrict the pattern
18315 from "jit_function" to "^jit_function".
18316
18317 2014-06-06 Yao Qi <yao@codesourcery.com>
18318
18319 * gdb.base/async.c (foo): Add one statement.
18320 * gdb.base/async.exp: Get the next instruction address and
18321 match the output of "nexti" by instruction address. Match
18322 the hex address in the output of "finish".
18323
18324 2014-06-06 Gary Benson <gbenson@redhat.com>
18325
18326 * gdb.base/call-signals.c: Remove preprocessor conditionals
18327 for always-defined signals SIGINT, SIGILL, SIGABRT, SIGFPE,
18328 SIGSEGV and SIGTERM.
18329 * gdb.base/sigall.c: Likewise.
18330 * gdb.base/unwindonsignal.c: Likewise.
18331 * gdb.reverse/sigall-reverse.c: Likewise.
18332
18333 2014-06-06 Yao Qi <yao@codesourcery.com>
18334
18335 * gdb.base/hbreak-unmapped.exp: Read memory at address 0. If
18336 readable, skip the test.
18337
18338 2014-06-06 Yao Qi <yao@codesourcery.com>
18339
18340 * gdb.threads/staticthreads.c (thread_function): Move the line
18341 setting breakpoint on forward.
18342 * gdb.threads/staticthreads.exp: Update comments.
18343
18344 2014-06-05 Ludovic Courtès <ludo@gnu.org>
18345
18346 * gdb.guile/scm-value.exp (test_value_in_inferior): Add test
18347 "history-append! type error".
18348
18349 2014-06-05 Simon Marchi <simon.marchi@ericsson.com>
18350
18351 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Fix
18352 erroneous dprintf expected input.
18353
18354 2014-06-04 Doug Evans <xdje42@gmail.com>
18355
18356 * gdb.guile/scm-generics.exp: Delete.
18357
18358 2014-06-04 Doug Evans <xdje42@gmail.com>
18359
18360 * gdb.guile/scm-breakpoint.exp: Update.
18361 Add tests for breakpoint registration.
18362
18363 2014-06-04 Tom Tromey <tromey@redhat.com>
18364
18365 * gdb.base/vla-datatypes.exp: Add tests for VLA-in-structure and
18366 VLA-in-union.
18367 * gdb.base/vla-datatypes.c (vla_factory): Add vla_struct,
18368 inner_vla_struct, vla_union types. Initialize objects of those
18369 types and compute their sizes.
18370
18371 2014-06-04 Nathan Sidwell <nathan@codesourcery.com>
18372 Hui Zhu <hui@codesourcery.com>
18373
18374 * gdb.base/fileio.exp: Add test for shell not available as well as
18375 available.
18376 * gdb.base/fileio.c (test_system): Check for shell twice.
18377
18378 2014-06-04 Yao Qi <yao@codesourcery.com>
18379
18380 * gdb.base/auto-connect-native-target.exp: Remove redundant
18381 space from the regexp pattern.
18382
18383 2014-06-04 Yao Qi <yao@codesourcery.com>
18384
18385 * gdb.base/default.exp: Replace "child" with "native" in
18386 regexp pattern.
18387
18388 2014-06-03 Siva Chandra Reddy <sivachandra@google.com>
18389
18390 * gdb.python/py-xmethods.cc: New testcase to test xmethods.
18391 * gdb.python/py-xmethods.exp: New tests to test xmethods.
18392 * gdb.python/py-xmethods.py: Python script supporting the
18393 new testcase and tests.
18394
18395 2014-06-03 Joel Brobecker <brobecker@adacore.com>
18396 Pedro Alves <palves@redhat.com>
18397
18398 PR breakpoints/17000
18399 * gdb.base/sss-bp-on-user-bp.exp: Remove kfail.
18400 * gdb.base/sss-bp-on-user-bp-2.exp: Remove kfail.
18401
18402 2014-06-03 Brad Mouring <bmouring@ni.com> (tiny patch)
18403
18404 * gdb.base/subst.exp: Add tests to verify partial path matching
18405 output.
18406
18407 2014-06-03 Pedro Alves <palves@redhat.com>
18408
18409 * gdb.base/sss-bp-on-user-bp-2.exp: Skip if testing with a remote
18410 target that doesn't use software single-stepping.
18411
18412 2014-06-03 Pedro Alves <palves@redhat.com>
18413
18414 PR breakpoints/17000
18415 * gdb.base/sss-bp-on-user-bp-2.c: New file.
18416 * gdb.base/sss-bp-on-user-bp-2.exp: New file.
18417
18418 2014-06-02 Doug Evans <xdje42@gmail.com>
18419
18420 * gdb.guile/scm-parameter.exp: New file.
18421
18422 2014-06-02 Doug Evans <xdje42@gmail.com>
18423
18424 * gdb.guile/scm-cmd.c: New file.
18425 * gdb.guile/scm-cmd.exp: New file.
18426
18427 2014-06-02 Doug Evans <xdje42@gmail.com>
18428
18429 * gdb.guile/scm-pretty-print.exp: Add tests for objfile and progspace
18430 pretty-printer lookup.
18431 * gdb.guile/scm-pretty-print.scm (pp_s-printer): New function.
18432 (make-pp_s-printer): Call it.
18433 (make-pretty-printer-from-dict): New function.
18434 (lookup-pretty-printer-maker-from-dict): New function.
18435 (*pretty-printer*): Simplify.
18436 (make-objfile-pp_s-printer): New function.
18437 (install-objfile-pretty-printers!): New function.
18438 (make-progspace-pp_s-printer): New function.
18439 (install-progspace-pretty-printers!): New function.
18440 * gdb.guile/scm-progspace.c: New file.
18441 * gdb.guile/scm-progspace.exp: New file.
18442
18443 2014-06-02 Pedro Alves <palves@redhat.com>
18444
18445 * gdb.base/dprintf-bp-same-addr.c: New file.
18446 * gdb.base/dprintf-bp-same-addr.exp: New file.
18447
18448 2014-06-02 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
18449
18450 * gdb.arch/powerpc-power.exp: Add power8 instructions to the testcase.
18451 * gdb.arch/powerpc-power.s: Likewise.
18452
18453 2014-06-02 Joel Brobecker <brobecker@adacore.com>
18454
18455 * gdb.base/completion.exp: Remove code aimed at restoring TIMEOUT.
18456
18457 2014-06-01 Yao Qi <yao@codesourcery.com>
18458
18459 * gdb.base/watchpoint.exp (test_watch_location): Check null
18460 pointer can be dereferenced. If not, do the test, otherwise
18461 skip it.
18462
18463 2014-05-30 Andrew Burgess <aburgess@broadcom.com>
18464
18465 * gdb.arch/amd64-invalid-stack-middle.exp: Update expected
18466 results.
18467 * gdb.arch/amd64-invalid-stack-top.exp: Likewise.
18468
18469 2014-05-30 Andrew Burgess <aburgess@broadcom.com>
18470
18471 * gdb.arch/amd64-invalid-stack-middle.S: New file.
18472 * gdb.arch/amd64-invalid-stack-middle.c: New file.
18473 * gdb.arch/amd64-invalid-stack-middle.exp: New file.
18474 * gdb.arch/amd64-invalid-stack-top.c: New file.
18475 * gdb.arch/amd64-invalid-stack-top.exp: New file.
18476
18477 2014-05-30 Pedro Alves <palves@redhat.com>
18478
18479 PR breakpoints/17000
18480 * gdb.base/sss-bp-on-user-bp.c: New file.
18481 * gdb.base/sss-bp-on-user-bp.exp: New file.
18482
18483 2014-05-30 David Blaikie <dblaikie@gmail.com>
18484
18485 * gdb.opt/inline-break.c: Fix clang compatibility by specifying
18486 gnu_inline semantics via attribute.
18487 * gdb.opt/inline-break.exp: Remove -std=c89 now that the test
18488 source explicitly specifies the required semantics.
18489
18490 2014-05-30 Maciej W. Rozycki <macro@codesourcery.com>
18491
18492 * gdb.reverse/sigall-reverse.exp: Fix a typo.
18493
18494 2014-05-29 Pedro Alves <palves@redhat.com>
18495 Tom Tromey <tromey@redhat.com>
18496
18497 * gdb.base/async-shell.exp: Don't enable target-async.
18498 * gdb.base/async.exp
18499 * gdb.base/corefile.exp (corefile_test_attach): Remove 'async'
18500 parameter. Adjust.
18501 (top level): Don't test with "target-async".
18502 * gdb.base/dprintf-non-stop.exp: Don't enable target-async.
18503 * gdb.base/gdb-sigterm.exp: Don't test with "target-async".
18504 * gdb.base/inferior-died.exp: Don't enable target-async.
18505 * gdb.base/interrupt-noterm.exp: Likewise.
18506 * gdb.mi/mi-async.exp: Use "mi-async" instead of "target-async".
18507 * gdb.mi/mi-nonstop-exit.exp: Likewise.
18508 * gdb.mi/mi-nonstop.exp: Likewise.
18509 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
18510 * gdb.mi/mi-nsintrall.exp: Likewise.
18511 * gdb.mi/mi-nsmoribund.exp: Likewise.
18512 * gdb.mi/mi-nsthrexec.exp: Likewise.
18513 * gdb.mi/mi-watch-nonstop.exp: Likewise.
18514 * gdb.multi/watchpoint-multi.exp: Adjust comment.
18515 * gdb.python/py-evsignal.exp: Don't enable target-async.
18516 * gdb.python/py-evthreads.exp: Likewise.
18517 * gdb.python/py-prompt.exp: Likewise.
18518 * gdb.reverse/break-precsave.exp: Don't test with "target-async".
18519 * gdb.server/solib-list.exp: Don't enable target-async.
18520 * gdb.threads/thread-specific-bp.exp: Likewise.
18521 * lib/mi-support.exp: Adjust to use mi-async.
18522
18523 2014-05-29 Pedro Alves <palves@redhat.com>
18524
18525 PR gdb/13860
18526 * gdb.mi/mi-cli.exp: Always expect "end-stepping-range" stop
18527 reason, even in sync mode.
18528
18529 2014-05-29 Pedro Alves <palves@redhat.com>
18530 Hui Zhu <hui@codesourcery.com>
18531
18532 PR PR15693
18533 * gdb.mi/mi-condbreak-call-thr-state-mt.c: New file.
18534 * gdb.mi/mi-condbreak-call-thr-state-st.c: New file.
18535 * gdb.mi/mi-condbreak-call-thr-state.c: New file.
18536 * gdb.mi/mi-condbreak-call-thr-state.exp: New file.
18537
18538 2014-05-28 Joel Brobecker <brobecker@adacore.com>
18539
18540 * config/monitor.exp (gdb_target_monitor): Replace use of
18541 "set remotebaud" by "set serial baud".
18542
18543 2014-05-26 Andy Wingo <wingo@igalia.com>
18544
18545 * gdb.guile/scm-breakpoint.exp:
18546 * gdb.guile/scm-gsmob.exp: Update to use plain old object
18547 properties instead of gdb-object-properties.
18548
18549 2014-05-26 Yao Qi <yao@codesourcery.com>
18550
18551 * gdb.server/no-thread-db.exp: Specify source file name
18552 explicitly when setting a breakpoint.
18553
18554 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
18555
18556 * gdb.btrace/vdso.c: New.
18557 * gdb.btrace/vdso.exp: New.
18558
18559 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
18560
18561 * gdb.base/gcore.exp (capture_command_output): Move ...
18562 * lib/gdb.exp (capture_command_output): ... here.
18563
18564 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
18565
18566 * gdb.btrace/data.exp: Test memory access during btrace replay.
18567
18568 2014-05-22 Simon Marchi <simon.marchi@ericsson.com>
18569
18570 * lib/mi-support.exp (mi_run_cmd_full): Add comments.
18571
18572 2014-05-21 Pedro Alves <palves@redhat.com>
18573
18574 PR gdb/13860
18575 * gdb.mi/mi-cli.exp (line_callee4_next_step): New global.
18576 (top level): Test that output related to execution commands is
18577 sent to the console with CLI commands, but not with MI commands.
18578 Test that breakpoint events are always mirrored to the console.
18579 Also expect the new source line to be output after a "next" in
18580 async mode too. Make it a pass/fail test.
18581 * gdb.mi/mi-solib.exp: Test that the CLI solib event note is
18582 output.
18583 * lib/mi-support.exp (mi_gdb_expect_cli_output): New procedure.
18584
18585 2014-05-21 Pedro Alves <palves@redhat.com>
18586
18587 * gdb.base/list.exp (build_pattern, test_list): New procedures.
18588 Use them to test variations of "list" after reaching a breakpoint.
18589 * gdb.mi/mi-cli.exp (line_main_callme_2): New global.
18590 Test "list" with listsize 10 after reaching a breakpoint.
18591 * gdb.python/python.exp (decode_line current location line
18592 number): Adjust expected line number.
18593
18594 2014-05-21 Simon Marchi <simon.marchi@ericsson.com>
18595
18596 * lib/mi-support.exp (mi_run_cmd_full): Revert to original
18597 behavior for $args, pass it directly to "run".
18598
18599 2014-05-21 Maciej W. Rozycki <macro@codesourcery.com>
18600
18601 * lib/gdb.exp (default_gdb_init): Bump `match_max' up from
18602 30000 to 65536.
18603
18604 2014-05-21 Pedro Alves <palves@redhat.com>
18605
18606 * boards/gdbserver-base.exp (GDBFLAGS): Set to "set
18607 auto-connect-native-target off".
18608 * gdb.base/auto-connect-native-target.c: New file.
18609 * gdb.base/auto-connect-native-target.exp: New file.
18610
18611 2014-05-21 Pedro Alves <palves@redhat.com>
18612
18613 * gdb.base/default.exp: Test "target native" instead of "target
18614 child".
18615
18616 2014-05-21 Mark Wielaard <mjw@redhat.com>
18617
18618 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
18619
18620 2014-05-21 Jan Kratochvil <jan.kratochvil@redhat.com>
18621
18622 Fix TLS access for -static -pthread.
18623 * gdb.threads/staticthreads.c <HAVE_TLS> (tlsvar): New.
18624 <HAVE_TLS> (thread_function, main): Initialize it.
18625 * gdb.threads/staticthreads.exp: Try gdb_compile_pthreads for $have_tls.
18626 Add clean_restart.
18627 <$have_tls != "">: Check TLSVAR.
18628
18629 2014-05-21 Pedro Alves <palves@redhat.com>
18630
18631 * gdb.base/dcache-line-read-error.c: New.
18632 * gdb.base/dcache-line-read-error.exp: New.
18633
18634 2014-05-20 Pedro Alves <palves@redhat.com>
18635
18636 * gdb.base/compare-sections.c: New file.
18637 * gdb.base/compare-sections.exp: New file.
18638
18639 2014-05-20 Pedro Alves <palves@redhat.com>
18640
18641 * gdb.base/break-idempotent.c: New file.
18642 * gdb.base/break-idempotent.exp: New file.
18643
18644 2014-05-20 Markus Metzger <markus.t.metzger@intel.com>
18645
18646 * gdb.btrace/nohist.exp: New.
18647
18648 2014-05-20 Yao Qi <yao@codesourcery.com>
18649
18650 * lib/gdb.exp (gdb_init): Set timeout if test file is under
18651 gdb.reverse directory and gdb_reverse_timeout exists in board
18652 setting.
18653 * README: Document gdb_reverse_timeout.
18654
18655 2014-05-20 Yao Qi <yao@codesourcery.com>
18656
18657 * lib/gdb.exp (default_gdb_init): Rename argument 'args' by
18658 'test_file_name'. Treat args as a string instead of a list.
18659 (gdb_init): Rename argument 'args' by 'test_file_name'.
18660
18661 2014-05-19 Jan Kratochvil <jan.kratochvil@redhat.com>
18662
18663 * gdb.arch/powerpc-power.exp: New file.
18664 * gdb.arch/powerpc-power.s: New file.
18665
18666 2014-05-16 Doug Evans <dje@google.com>
18667
18668 * gdb.base/Makefile.in (EXECUTABLES): Add completion.
18669 * gdb.base/completion.exp: Check that all expected files exist
18670 before doing file completion.
18671
18672 2014-05-16 Doug Evans <dje@google.com>
18673
18674 * gdb.base/catch-syscall.exp (test_catch_syscall_fail_nodatadir):
18675 Update.
18676 (do_syscall_tests_without_xml): Update.
18677
18678 2014-05-16 Pedro Alves <palves@redhat.com>
18679
18680 * lib/mi-support.exp (mi_expect_stop): On timeout, say "timeout"
18681 instead of "unknown output after running".
18682
18683 2014-05-16 Yao Qi <yao@codesourcery.com>
18684
18685 * gdb.dwarf2/dw2-filename.exp: Copy file1.txt to host. Remove
18686 file1.txt from host at the end.
18687 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
18688
18689 2014-05-15 Doug Evans <dje@google.com>
18690
18691 * gdb.dwarf2/fission-reread.S: Remove directory from .dwo file path.
18692 * gdb.dwarf2/fission-reread.exp: Set debug-file-directory before
18693 loading file. Add test for TU lookup.
18694
18695 2014-05-15 Simon Marchi <simon.marchi@ericsson.com>
18696
18697 * lib/mi-support.exp (mi_run_cmd_full): Set arguments by
18698 calling "-exec-arguments" or "set args" before running the
18699 inferior.
18700
18701 2014-05-15 Simon Marchi <simon.marchi@ericsson.com>
18702
18703 * lib/mi-support.exp (mi_expect_stop): Expect message for
18704 inferiors that exit with non-zero exit code.
18705
18706 2014-05-14 Yao Qi <yao@codesourcery.com>
18707
18708 * gdb.mi/mi-file.exp (test_file_list_exec_source_file): Don't
18709 match absolute path on remote host.
18710 (test_file_list_exec_source_files): Remove "/" from the
18711 pattern.
18712
18713 2014-05-14 Yao Qi <yao@codesourcery.com>
18714
18715 * boards/local-remote-host-notty.exp (${board}_file): New
18716 proc.
18717
18718 2014-05-07 Kyle McMartin <kyle@redhat.com>
18719
18720 Pushed by Joel Brobecker <brobecker@adacore.com>.
18721 * gdb.arch/aarch64-atomic-inst.c: New file.
18722 * gdb.arch/aarch64-atomic-inst.exp: New file.
18723
18724 2014-05-07 Yao Qi <yao@codesourcery.com>
18725
18726 * gdb.dwarf2/dwzbuildid.exp: Match output "No symbol "the_int"
18727 in current context" too.
18728
18729 2014-05-05 Keith Seitz <keiths@redhat.com>
18730
18731 * gdb.linespec/ls-dollar.exp: Add test for linespec
18732 file:convenience_variable.
18733
18734 2014-05-05 Yao Qi <yao@codesourcery.com>
18735
18736 * gdb.trace/unavailable.exp (gdb_collect_args_test): Save
18737 traceframes into tfile and ctf trace files. Read data from
18738 trace file and test collected data.
18739 (gdb_collect_locals_test): Likewise.
18740 (gdb_unavailable_registers_test): Likewise.
18741 (gdb_unavailable_floats): Likewise.
18742 (gdb_collect_globals_test): Likewise.
18743 (top-level): Append "ctf" to trace_file_targets if GDB
18744 supports.
18745
18746 2014-05-05 Yao Qi <yao@codesourcery.com>
18747
18748 * gdb.trace/unavailable.exp (gdb_collect_args_test): Move some
18749 code to ...
18750 (gdb_collect_args_test_1): ... it. New proc.
18751 (gdb_collect_locals_test): Move some code to ...
18752 (gdb_collect_locals_test_1): ... it. New proc.
18753 (gdb_unavailable_registers_test): Move some code to ...
18754 (gdb_unavailable_registers_test_1): ... it. New proc.
18755 (gdb_unavailable_floats): Move some code to ...
18756 (gdb_unavailable_floats_1): ... it. New proc.
18757
18758 2014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
18759
18760 * gdb.arch/amd64-stap-optional-prefix.S (main): Add several
18761 probes to test for bitness recognition.
18762 * gdb.arch/amd64-stap-optional-prefix.exp
18763 (test_probe_value_without_reg): New procedure.
18764 Add code to test for different kinds of bitness.
18765
18766 2014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
18767
18768 PR breakpoints/16889
18769 * gdb.arch/amd64-stap-optional-prefix.S: New file.
18770 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
18771
18772 2014-05-01 Pedro Alves <palves@redhat.com>
18773
18774 * lib/gdb.exp (gdb_load): Extend comment. Skip calling
18775 gdb_file_cmd if no file is specified.
18776 * boards/native-extended-gdbserver.exp (gdb_load): Use the
18777 last_loaded_file to set the remote exec-file.
18778
18779 2014-05-01 Pedro Alves <palves@redhat.com>
18780
18781 * boards/local-remote-host.exp: New file.
18782
18783 2014-05-01 Pedro Alves <palves@redhat.com>
18784
18785 * boards/local-remote-host.exp: Rename to ...
18786 * boards/local-remote-host-notty.exp: ... this.
18787
18788 2014-04-28 Joel Brobecker <brobecker@adacore.com>
18789
18790 * gdb.ada/dyn_arrayidx: New testcase.
18791
18792 2014-04-26 Yao Qi <yao@codesourcery.com>
18793
18794 * gdb.dwarf2/dwz.exp: Compile main.c to object. Restart GDB
18795 and compute the length of function main. Save it in
18796 $main_length.
18797 (Dwarf::assemble): Use $main_length instead of hard-coded 10.
18798 (top-level): Use gdb_compile to compile objects into
18799 executable and restart GDB. Remove invocation to
18800 prepare_for_testing.
18801
18802 2014-04-25 Simon Marchi <simon.marchi@ericsson.com>
18803 Pedro Alves <palves@redhat.com>
18804
18805 PR server/16255
18806 * gdb.multi/multi-attach.c: New file.
18807 * gdb.multi/multi-attach.exp: New file.
18808
18809 2014-04-25 Pedro Alves <palves@redhat.com>
18810
18811 * gdb.base/cond-eval-mode.exp (warning): Move trailing \r\n to
18812 user.
18813 (top level): Test that "set remote conditional-breakpoints-packet
18814 off" works as intended.
18815 * gdb.base/dprintf.exp: Test that "set remote
18816 breakpoint-commands-packet off" works as intended.
18817 * gdb.trace/change-loc.exp (tracepoint_install_in_trace_disabled):
18818 New function.
18819 (top level): Call it.
18820 * gdb.trace/ftrace.exp (test_fast_tracepoints): Test that "set
18821 remote fast-tracepoints-packet off" works as intended.
18822 * gdb.trace/qtro.exp (gdb_is_target_remote): Moved ...
18823 * lib/gdb.exp (gdb_is_target_remote): ... here.
18824
18825 2014-04-24 David Blaikie <dblaikie@gmail.com>
18826
18827 * gdb.base/catch-syscall.c: Make unreferenced statics non-static to
18828 ensure clang would not discard them.
18829 * gdb.base/gdbvars.c: Ditto.
18830 * gdb.base/memattr.c: Ditto.
18831 * gdb.base/whatis.c: Ditto.
18832 * gdb.python/py-prettyprint.c: Ditto.
18833 * gdb.trace/actions.c: Ditto.
18834 * gdb.cp/ptype-cv-cp.cc: Mark unused global const int as used to
18835 ensure clang would not discard it.
18836
18837 2014-04-24 David Blaikie <dblaikie@gmail.com>
18838
18839 * gdb.stabs/gdb11479.c (tag_dummy_enum): introduce a variable to cause
18840 clang to emit the full definition of type required by the test
18841 * gdb.stabs/gdb11479.exp (do_test): correct a typo in a test message
18842
18843 2014-04-24 David Blaikie <dblaikie@gmail.com>
18844
18845 * gdb.cp/pr10728-x.cc (main::x): Return by value instead of pointer to
18846 coax Clang into emitting the definition of the type.
18847 * gdb.cp/pr10728-x.h (y): Ditto.
18848 * gdb.cp/pr10728-y.cc (y): Ditto.
18849
18850 2014-04-24 David Blaikie <dblaikie@gmail.com>
18851
18852 * gdb.base/label.exp: XFAIL label related tests under Clang.
18853 * gdb.cp/cplabel.exp: Ditto.
18854 * gdb.linespec/ls-errs.exp: Refactor tests to execute directly and XFAIL
18855 under Clang those using labels.
18856
18857 2014-04-25 Yao Qi <yao@codesourcery.com>
18858
18859 * gdb.dwarf2/dwz.exp (Dwarf::assemble): Remove unused
18860 double_label.
18861 * gdb.dwarf2/dwzbuildid.exp (Dwarf::assemble): Remove
18862 partial_label and double_label.
18863
18864 2014-04-24 David Blaikie <dblaikie@gmail.com>
18865
18866 * gdb.python/lib-types.exp: Fix test and xfail under gcc due to gcc/55641.
18867
18868 2014-04-24 David Blaikie <dblaikie@gmail.com>
18869
18870 * gdb.cp/cpexprs.cc: Move braces to the same line as the start
18871 of the function to work across GCC and Clang.
18872 * gdb.cp/cpexprs.exp: Account for GCC/Clang difference in vtable
18873 pointer types (const void ** const V void **).
18874
18875 2014-04-24 Michael Sturm <michael.sturm@mintel.com>
18876 Walfred Tedeschi <walfred.tedeschi@intel.com>
18877
18878 * Makefile.in (EXECUTABLES): Added i386-avx512.
18879 * gdb.arch/i386-avx512.c: New file.
18880 * gdb.arch/i386-avx512.exp: Likewise.
18881
18882 2014-04-23 Keith Seitz <keiths@redhat.com>
18883
18884 * lib/mi-support.exp (mi_list_breakpoints): Delete.
18885 (mi_make_breakpoint_table): New procedure.
18886 (mi_create_breakpoint): Use mi_make_breakpoint
18887 and return the result.
18888 (mi_make_breakpoint): New procedure.
18889 (mi_build_kv_pairs): New procedure.
18890
18891 * gdb.mi/mi-break.exp: Remove unused globals,
18892 update mi_create_breakpoint usage, and use mi_make_breakpoint_table.
18893 All callers updated.
18894 * gdb.mi/mi-dprintf.exp: Use variable to track command
18895 number.
18896 Update all callers of mi_create_breakpoint and use
18897 mi_make_breakpoint_table.
18898 Remove any unused global variables.
18899 * gdb.mi/mi-nonstop.exp: Likewise.
18900 * gdb.mi/mi-nsintrall.exp: Likewise.
18901 * gdb.mi/mi-nsmoribund.exp: Likewise.
18902 * gdb.mi/mi-nsthrexec.exp: Likewise.
18903 * gdb.mi/mi-reverse.exp: Likewise.
18904 * gdb.mi/mi-simplerun.exp: Likewise.
18905 * gdb.mi/mi-stepn.exp: Likewise.
18906 * gdb.mi/mi-syn-frame.exp: Likewise.
18907 * gdb.mi/mi-until.exp: Likewise.
18908 * gdb.mi/mi-var-cp.exp: Likewise.
18909 * gdb.mi/mi-var-display.exp: Likewise.
18910 * gdb.mi/mi2-amd64-entry-value.exp: Likewise.
18911 * gdb.mi/mi2-var-child.exp: Likewise.
18912 * gdb.mi/mi-vla-c99.exp: Likewise.
18913 * lib/mi-support.exp: Likewise.
18914
18915 From Ian Lance Taylor <iant@cygnus.com>:
18916 * lib/gdb.exp (parse_args): New procedure.
18917
18918 2014-04-23 Pedro Alves <palves@redhat.com>
18919
18920 * gdb.base/break-unload-file.c: New file.
18921 * gdb.base/break-unload-file.exp: New file.
18922 * gdb.base/sym-file-lib.c (baz): New function.
18923 * gdb.base/sym-file-loader.c (struct segment) <mapped_size>: New
18924 field.
18925 (load): Store the segment's mapped size.
18926 (unload): New function.
18927 (unload_shlib): New function.
18928 * gdb.base/sym-file-loader.h (unload_shlib): New declaration.
18929 * gdb.base/sym-file-main.c (main): Unload, and reload the library,
18930 set a breakpoint at baz, and call it.
18931 * gdb.base/sym-file.exp: New tests for stale breakpoint
18932 instructions.
18933
18934 2014-04-23 Pedro Alves <palves@redhat.com>
18935
18936 * gdb.base/hbreak-in-shr-unsupported-shr.c: New file.
18937 * gdb.base/hbreak-in-shr-unsupported.c: New file.
18938 * gdb.base/hbreak-in-shr-unsupported.exp: New file.
18939 * gdb.base/hbreak-unmapped.c: New file.
18940 * gdb.base/hbreak-unmapped.exp: New file.
18941 * gdb.trace/qtro.exp (gdb_is_target_remote): Move ...
18942 * lib/gdb.exp (gdb_is_target_remote): ... here.
18943
18944 2014-04-22 Pedro Alves <palves@redhat.com>
18945
18946 * gdb.base/consecutive-step-over.c: New file.
18947 * gdb.base/consecutive-step-over.exp: New file.
18948
18949 2014-04-22 Pedro Alves <palves@redhat.com>
18950
18951 * lib/gdb.exp (gdb_continue_to_breakpoint): Use gdb_test_multiple
18952 instead of send_gdb/gdb_expect.
18953
18954 2014-04-22 Yao Qi <yao@codesourcery.com>
18955
18956 * lib/trace-support.exp (generate_tracefile): New procedure.
18957 * gdb.trace/tfile.exp: Skip the test if generate_tracefile
18958 return 0.
18959 * gdb.trace/mi-traceframe-changed.exp: Invoke test_tfind_tfile
18960 if generate_tracefile returns 1.
18961
18962 2014-04-18 Tom Tromey <palves@redhat.com>
18963 Pedro alves <tromey@redhat.com>
18964
18965 PR backtrace/15558
18966 * gdb.opt/inline-bt.exp: Test backtracing from an inline function
18967 with a backtrace limit.
18968 * gdb.python/py-frame-inline.exp: Test running to an inline
18969 function with a backtrace limit, and printing the newest frame.
18970 * gdb.python/py-frame-inline.c (main): Call f.
18971
18972 2014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
18973
18974 * gdb.java/jnpe.exp: Drop srcdir from untested path.
18975
18976 2014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
18977
18978 * lib/gdb.exp (gdb_compile_pthreads, gdb_compile_objc):
18979 Drop prefix from unsupported source file path.
18980
18981 2014-04-17 Yao Qi <yao@codesourcery.com>
18982
18983 * lib/gdb.exp (with_target_charset): New proc.
18984 * gdb.base/printcmds.exp (test_print_all_chars): Wrap tests with
18985 with_target_charset.
18986 (test_print_strings): Likewise.
18987 (test_repeat_bytes): Likewise.
18988 * gdb.base/setvar.exp: Set target-charset to ASCII temporarily
18989 for some tests.
18990
18991 2014-04-16 Keith Seitz <keiths@redhat.com>
18992
18993 PR gdb/15827
18994 * gdb.dwarf2/corrupt.c: New file.
18995 * gdb.dwarf2/corrupt.exp: New file.
18996
18997 2014-04-16 Keith Seitz <keiths@redhat.com>
18998
18999 PR c++/16597
19000 * gdb.cp/namelessclass.cc: New file.
19001 * gdb.cp/namelessclass.exp: New file.
19002 * gdb.cp/namelessclass.S: New file.
19003
19004 2014-04-16 Doug Evans <dje@google.com>
19005
19006 * lib/gdbserver-support.exp (gdbserver_default_get_remote_address):
19007 Add comment.
19008 (gdbserver_default_get_comm_port): New function.
19009 (gdbserver_start): Check if board file provided
19010 "gdbserver,get_comm_port" and use it if so.
19011 * boards/native-stdio-gdbserver.exp (sockethost): Set to "".
19012 (gdb,socketport): Set to "stdio".
19013 (gdbserver,get_comm_port): Set to ${board}_get_comm_port.
19014 (stdio_gdbserver_template): Delete.
19015 (${board}_get_remote_address): Update.
19016 (${board}_build_remote_cmd): Delete.
19017 (${board}_get_comm_port): New function.
19018 (${board}_spawn): Update.
19019 * boards/remote-stdio-gdbserver.exp (${board}_build_remote_cmd):
19020 Delete.
19021 (${board}_get_remote_address): Update.
19022 (${board}_get_comm_port): New function.
19023
19024 2014-04-16 Andrew Burgess <aburgess@broadcom.com>
19025
19026 * gdb.base/memattr.exp: Improve regexps to handle memory regions
19027 appearing in any order.
19028
19029 2014-04-15 Doug Evans <dje@google.com>
19030
19031 * gdb.gdb/selftest.exp (do_steps_and_nexts): Don't reference
19032 uninitialized value of "description".
19033
19034 2014-04-15 Keith Seitz <keiths@redhat.com>
19035
19036 * gdb.mi/mi-simplerun.exp (test_breakpoints_creation_and_listing):
19037 Remove unused globals.
19038 (test_running_the_program): Likewise.
19039 (test_controlled_execution): Likewise.
19040 (test_controlling_breakpoints): Likewise.
19041 (test_program_termination): Likewise.
19042
19043 2014-04-15 Keith Seitz <keiths@redhat.com>
19044
19045 * gdb.mi/mi-break.exp (test_tbreak_creation_and_listing): Remove
19046 unused globals.
19047 (test_rbreak_creation_and_listing): Likewise.
19048 (test_ignore_count): Likewise.
19049 (test_error): Likewise.
19050
19051 2014-04-15 Pedro Alves <palves@redhat.com>
19052
19053 * gdb.base/sym-file-loader.h: Move inclusion of <inttypes.h>,
19054 <ansidecl.h>, <elf/common.h> and <elf/external.h> to
19055 sym-file-loader.c.
19056 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
19057 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
19058 to sym-file-loader.c.
19059 (struct library): Forward declare.
19060 (load_shlib, lookup_function): Change prototypes.
19061 (find_shstrtab, find_strtab, find_shdr, find_symtab)
19062 (translate_offset): Remove declarations.
19063 (get_text_addr): New declaration.
19064 * gdb.base/sym-file-loader.c: Move inclusion of <inttypes.h>,
19065 <ansidecl.h>, <elf/common.h> and <elf/external.h> here from
19066 sym-file-loader.h.
19067 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
19068 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
19069 here from sym-file-loader.h.
19070 (struct library): New structure.
19071 (load_shlib, lookup_function): Change prototypes and adjust to
19072 work with a struct library.
19073 (find_shstrtab, find_strtab, find_shdr, find_symtab)
19074 (translate_offset): Make static.
19075 (get_text_addr): New function.
19076 * gdb.base/sym-file-main.c (main): Adjust to new loader interface.
19077
19078 2014-04-15 Pedro Alves <palves@redhat.com>
19079
19080 * gdb.base/sym-file-loader.c: Fix typo. SELF_LINK, not SELK_LINK.
19081
19082 2014-04-15 Pedro Alves <palves@redhat.com>
19083
19084 * gdb.base/sym-file-loader.c: Include <limits.h>.
19085 (SELF_LINK): New define.
19086 (get_origin): New function.
19087 (load_shlib): Use it.
19088 * gdb.base/sym-file.exp: Don't early return if the target is
19089 remote. Use runto_main, and issue fail is that fails. Use
19090 gdb_load_shlibs.
19091 (shlib_name): Delete.
19092 (lib_so, lib_syms, lib_dlopen): New globals. Use them throughout.
19093
19094 2014-04-15 Pedro Alves <palves@redhat.com>
19095
19096 * gdb.base/sym-file.exp: Remove regex characters from test
19097 message. Don't refer to breakpoint numbers in test messages.
19098
19099 2014-04-14 Keith Seitz <keiths@redhat.com>
19100
19101 PR c++/16253
19102 * gdb.cp/var-tag.cc: New file.
19103 * gdb.cp/var-tag.exp: New file.
19104 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
19105 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
19106 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
19107 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
19108
19109 2014-04-14 Tom Tromey <tromey@redhat.com>
19110
19111 * gdb.cp/classes.exp (test_enums): Handle underlying type.
19112 * gdb.dwarf2/enum-type.exp: Add test for enum with underlying
19113 type.
19114 * gdb.cp/enum-class.exp: New file.
19115 * gdb.cp/enum-class.cc: New file.
19116
19117 2014-04-14 Tom Tromey <tromey@redhat.com>
19118
19119 * gdb.dwarf2/enum-type.exp: New file.
19120
19121 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
19122
19123 * gdb.mi/mi-vla-c99.exp: New file.
19124 * gdb.mi/vla.c: New file.
19125
19126 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
19127
19128 * gdb.base/vla-datatypes.c: New file.
19129 * gdb.base/vla-datatypes.exp: New file.
19130
19131 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
19132
19133 * gdb.base/vla-ptr.c: New file.
19134 * gdb.base/vla-ptr.exp: New file.
19135
19136 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
19137
19138 * gdb.dwarf2/count.exp: New file.
19139
19140 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
19141
19142 * gdb.base/vla-sideeffect.c: New file.
19143 * gdb.base/vla-sideeffect.exp: New file.
19144
19145 2014-04-14 David Blaikie <dblaikie@gmail.com>
19146
19147 * gdb.mi/non-stop.c: Add return value for non-void function return
19148 statement.
19149 * gdb.threads/staticthreads.c: Ditto.
19150
19151 2014-04-12 Siva Chandra Reddy <sivachandra@google.com>
19152 Doug Evans <xdje42@gmail.com>
19153
19154 * gdb.guile/scm-value.c: Improve test case.
19155 * gdb.guile/scm-value.exp: Add new test.
19156
19157 2014-04-11 David Blaikie <dblaikie@gmail.com>
19158
19159 * gdb.opt/inline-break.exp: Explicitly specify -std=gnu89 to
19160 override Clang's default.
19161
19162 2014-04-11 Joel Brobecker <brobecker@adacore.com>
19163
19164 Revert the following changes (regressions):
19165
19166 * gdb.base/vla-sideeffect.c: New file.
19167 * gdb.base/vla-sideeffect.exp: New file.
19168
19169 * gdb.dwarf2/count.exp: New file.
19170
19171 * gdb.base/vla-multi.c: New file.
19172 * gdb.base/vla-multi.exp: New file.
19173
19174 * gdb.base/vla-ptr.c: New file.
19175 * gdb.base/vla-ptr.exp: New file.
19176
19177 * gdb.base/vla-datatypes.c: New file.
19178 * gdb.base/vla-datatypes.exp: New file.
19179
19180 * gdb.mi/mi-vla-c99.exp: New file.
19181 * gdb.mi/vla.c: New file.
19182
19183 2014-04-11 Keith Seitz <keiths@redhat.com>
19184
19185 PR c++/16675
19186 * gdb.cp/cpsizeof.exp: New file.
19187 * gdb.cp/cpsizeof.cc: New file.
19188
19189 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
19190
19191 * gdb.mi/mi-vla-c99.exp: New file.
19192 * gdb.mi/vla.c: New file.
19193
19194 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
19195
19196 * gdb.base/vla-datatypes.c: New file.
19197 * gdb.base/vla-datatypes.exp: New file.
19198
19199 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
19200
19201 * gdb.base/vla-ptr.c: New file.
19202 * gdb.base/vla-ptr.exp: New file.
19203
19204 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
19205
19206 * gdb.base/vla-multi.c: New file.
19207 * gdb.base/vla-multi.exp: New file.
19208
19209 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
19210
19211 * gdb.dwarf2/count.exp: New file.
19212
19213 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
19214
19215 * gdb.base/vla-sideeffect.c: New file.
19216 * gdb.base/vla-sideeffect.exp: New file.
19217
19218 2014-04-11 Yao Qi <yao@codesourcery.com>
19219
19220 * gdb.base/completion.exp: Check file exists before running tests
19221 on file completion.
19222
19223 2014-04-10 Pedro Alves <palves@redhat.com>
19224
19225 * gdb.base/cond-eval-mode.c: New file.
19226 * gdb.base/cond-eval-mode.exp: Use standard_testfile. Adjust
19227 prepare_for_testing to build the new file. Check result of
19228 runto_main.
19229 (test_break, test_watch): New procedures.
19230 (top level): Use them.
19231
19232 2014-04-08 Pierre Muller <muller@sourceware.org>
19233
19234 * gdb.base/printcmds.exp (test_artificial_arrays): Disable
19235 Ctrl-V use for mingw hosts.
19236
19237 2014-04-07 Siva Chandra Reddy <sivachandra@google.com>
19238
19239 * gdb.python/py-value.c: Improve test case.
19240 * gdb.python/py-value.exp: Add new test.
19241
19242 2014-04-07 David Blaikie <dblaikie@gmail.com>
19243
19244 * lib/compiler.c: Identify the clang compiler.
19245 * lib/compiler.cc: Ditto.
19246
19247 2014-04-03 Yao Qi <yao@codesourcery.com>
19248
19249 * gdb.base/setshow.exp: Invoke string_to_regexp to HOME and PWD.
19250
19251 2014-04-01 Anton Blanchard <anton@samba.org>
19252
19253 * gdb.arch/ppc64-atomic-inst.exp: Use untested. Make test
19254 messages unique.
19255
19256 2014-04-01 Anton Blanchard <anton@samba.org>
19257
19258 * gdb.arch/ppc64-atomic-inst.exp: Use standard_testfile,
19259 prepare_for_testing.
19260
19261 2014-04-01 Anton Blanchard <anton@samba.org>
19262
19263 * gdb.arch/ppc64-atomic-inst.c: Remove.
19264 * gdb.arch/ppc64-atomic-inst.S: New file.
19265 * gdb.arch/ppc64-atomic-inst.exp: Adapt for asm based testcase.
19266
19267 2014-03-31 Doug Evans <dje@google.com>
19268
19269 * gdb.base/print-symbol-loading-lib.c: New file.
19270 * gdb.base/print-symbol-loading-main.c: New file.
19271 * gdb.base/print-symbol-loading.exp: New file.
19272
19273 2014-03-31 Yao Qi <yao@codesourcery.com>
19274
19275 * gdb.base/source-dir.exp: Allow ';' as a directory separator.
19276
19277 2014-03-28 Joel Brobecker <brobecker@adacore.com>
19278
19279 * gdb.ada/mi_dyn_arr: New testcase.
19280
19281 2014-03-27 Doug Evans <dje@google.com>
19282
19283 * gdb.dwarf2/dw2-abs-hi-pc.exp: Build tests with "nodebug".
19284
19285 2014-03-27 Yao Qi <yao@codesourcery.com>
19286
19287 * lib/gdb.exp (can_single_step_to_signal_handler): Return zero
19288 if target is nios2-*-*.
19289
19290 2014-03-26 Yao Qi <yao@codesourcery.com>
19291
19292 * lib/gdb.exp (readline_is_used): New proc.
19293 * gdb.base/completion.exp: Move tests on command complete up.
19294 Skip the rest of tests if readline is not used.
19295 * gdb.ada/complete.exp: Skp the test if readline is not
19296 used.
19297 * gdb.base/filesym.exp: Likewise.
19298 * gdb.base/macscp.exp: Likewise.
19299 * gdb.base/readline-ask.exp: Likewise.
19300 * gdb.base/readline.exp: Likewise.
19301 * gdb.python/py-cmd.exp: Likewise.
19302 * gdb.trace/tfile.exp: Likewise.
19303
19304 2014-03-26 Yao Qi <yao@codesourcery.com>
19305
19306 * gdb.base/macscp.exp: Fix code format issues.
19307
19308 2014-03-25 Ulrich Weigand <uweigand@de.ibm.com>
19309
19310 * gdb.asm/asm-source.exp: Handle powerpc64le-* targets.
19311 * gdb.asm/powerpc64le.inc: New file.
19312
19313 2014-03-25 Pedro Alves <palves@redhat.com>
19314 Doug Evans <dje@google.com>
19315
19316 * gdb.base/source-execution.c: New file.
19317 * gdb.base/source-execution.exp: New file.
19318 * gdb.base/source-execution.gdb: New file.
19319
19320 2014-03-24 Doug Evans <dje@google.com>
19321
19322 * gdb.linespec/macro-relative.exp: Mark the test as unsupported if
19323 using fission.
19324
19325 2014-03-24 Hui Zhu <hui@codesourcery.com>
19326 Pedro Alves <palves@redhat.com>
19327
19328 PR breakpoints/16101
19329 * gdb.base/dprintf.exp: Use unsupported rather than changing the
19330 test pass/fail messages. Detect missing support for dprintf when
19331 breakpoints are actually inserted.
19332 * gdb.base/mi-dprintf.exp: Detect missing support for dprintf when
19333 breakpoints are actually inserted.
19334 * lib/mi-support.exp (mi_run_cmd_full): Return -1 if continue
19335 fails.
19336
19337 2014-03-24 Jan Kratochvil <jan.kratochvil@redhat.com>
19338
19339 * gdb.base/gdb-sigterm.exp (do_test): Remove "set debug lin-lwp 1".
19340
19341 2014-03-22 Doug Evans <xdje42@gmail.com>
19342
19343 * gdb.python/python.exp (python not supported): Verify multi-line
19344 python command issues an error.
19345 * gdb.guile/guile.exp (guile not supported): Verify multi-line
19346 guile command issues an error.
19347
19348 2014-03-21 Maciej W. Rozycki <macro@codesourcery.com>
19349
19350 * gdb.threads/thread-specific.exp: Handle the lack of usable
19351 $this_breakpoint and $this_thread.
19352
19353 2014-03-21 Hui Zhu <hui@codesourcery.com>
19354
19355 * gdb.base/attach.exp (do_command_attach_tests): New.
19356
19357 2014-03-20 Tom Tromey <tromey@redhat.com>
19358 Pedro Alves <palves@redhat.com>
19359
19360 PR cli/15718
19361 * gdb.base/condbreak-call-false.c: New file.
19362 * gdb.base/condbreak-call-false.exp: New file.
19363
19364 2014-03-20 Pedro Alves <palves@redhat.com>
19365
19366 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (pid):
19367 Delete.
19368 (block_signals, unblock_signals): Delete.
19369 (child_function_2, main): Remove references to deleted variable
19370 and functions.
19371
19372 2014-03-20 Pedro Alves <palves@redhat.com>
19373
19374 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (main):
19375 Use pthread_kill to signal thread 2.
19376 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
19377 Adjust to make the test send itself a signal rather than using the
19378 host's "kill" command.
19379
19380 2014-03-20 Pedro Alves <palves@redhat.com>
19381
19382 * gdb.threads/multiple-step-overs.c: New file.
19383 * gdb.threads/multiple-step-overs.exp: New file.
19384 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
19385 Adjust expected infrun debug output.
19386
19387 2014-03-20 Pedro Alves <palves@redhat.com>
19388
19389 * gdb.threads/step-over-trips-on-watchpoint.c: New file.
19390 * gdb.threads/step-over-trips-on-watchpoint.exp: New file.
19391
19392 2014-03-20 Pedro Alves <palves@redhat.com>
19393
19394 PR breakpoints/7143
19395 * gdb.base/watchpoint.exp: Mention bugzilla bug number instead of
19396 old gnats gdb/38. Remove kfail. Adjust to use gdb_test instead
19397 of gdb_test_multiple.
19398 * gdb.cp/annota2.exp: Remove kfail for gdb/38.
19399 * gdb.cp/annota3.exp: Remove kfail for gdb/38.
19400
19401 2014-03-20 Pedro Alves <palves@redhat.com>
19402
19403 * gdb.threads/step-over-lands-on-breakpoint.c: New file.
19404 * gdb.threads/step-over-lands-on-breakpoint.exp: New file.
19405
19406 2014-03-19 Pedro Alves <palves@redhat.com>
19407
19408 * gdb.base/async.exp: Remove early return.
19409
19410 2014-03-19 Pedro Alves <palves@redhat.com>
19411
19412 * gdb.base/async.exp (step& tests): Pass explicit test messages.
19413
19414 2014-03-19 Pedro Alves <palves@redhat.com>
19415
19416 * gdb.base/async.exp (test_background): Expect \r\n after
19417 "completed." in the fail pattern.
19418
19419 2014-03-19 Pedro Alves <palves@redhat.com>
19420
19421 * gdb.base/async.exp (test_background): New procedure.
19422 Use it for all background execution command tests.
19423
19424 2014-03-19 Pedro Alves <palves@redhat.com>
19425
19426 * gdb.base/async.exp: Use prepare_for_testing.
19427
19428 2014-03-19 Pedro Alves <palves@redhat.com>
19429
19430 * gdb.base/async.c (foo): Make 'x' volatile. Write to it twice in
19431 the same line.
19432
19433 2014-03-19 Pedro Alves <palves@redhat.com>
19434
19435 * gdb.base/async.c (main): Add "jump here" and "until here" line
19436 marker comments.
19437 * gdb.base/async.exp (jump_here): New global.
19438 (jump& test): Use it.
19439 (until_here): New global.
19440 (until& test): Use it.
19441
19442 2014-03-19 Pedro Alves <palves@redhat.com>
19443
19444 * gdb.base/async.exp: Don't frob gdb_protocol.
19445
19446 2014-03-18 Doug Evans <xdje42@gmail.com>
19447
19448 * gdb.base/async.exp: Whitespace fixes. Turn on target-async.
19449 Fix spelling of exec-done-display.
19450
19451 2014-03-18 Jan Kratochvil <jan.kratochvil@redhat.com>
19452
19453 PR gdb/15358
19454 * gdb.base/gdb-sigterm.c: New file.
19455 * gdb.base/gdb-sigterm.exp: New file.
19456
19457 2014-03-18 Pedro Alves <palves@redhat.com>
19458
19459 PR gdb/13860
19460 * gdb.mi/mi-solib.exp: Remove gdb/13860 kfail.
19461 * lib/mi-support.exp (mi_expect_stop): Add special handling for
19462 solib-event.
19463
19464 2014-03-17 Joel Brobecker <brobecker@adacore.com>
19465
19466 * gdb.ada/pckd_arr_ren: New testcase.
19467
19468 2014-03-13 Doug Evans <xdje42@gmail.com>
19469
19470 PR guile/16612
19471 * gdb.guile/scm-value.ep (test_value_after_death): Do a garbage
19472 collect after discarding symbols.
19473
19474 2014-03-13 Ludovic Courtès <ludo@gnu.org>
19475 Doug Evans <xdje42@gmail.com>
19476
19477 * gdb.guile/scm-value.exp (test_value_in_inferior): Verify value added
19478 to history survives a gc.
19479
19480 2014-03-13 Pedro Alves <palves@redhat.com>
19481
19482 * gdb.base/default.exp: Don't test "target procfs".
19483
19484 2014-03-13 Pedro Alves <palves@redhat.com>
19485
19486 * gdb.base/default.exp: Update "target child" and "target procfs"
19487 tests to not expect "Unix".
19488
19489 2014-03-12 Tom Tromey <tromey@redhat.com>
19490
19491 * gdb.base/corefile.exp (corefile_test_run, corefile_test_attach):
19492 New procs. Add target-async tests.
19493 * gdb.reverse/break-precsave.exp (precsave_tests): New proc.
19494 Add target-async tests.
19495
19496 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
19497
19498 * gdb.dwarf2/dw2-ifort-parameter.c (func): Define labels
19499 'func_start' and 'func_end' for the beginning and end of the
19500 function code, respectively.
19501 * gdb.dwarf2/dw2-ifort-parameter.exp: Use 'func_start' and
19502 'func_end' instead of 'func' and 'main'.
19503
19504 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
19505
19506 * gdb.dwarf2/dw2-ifort-parameter-debug.S: Remove.
19507 * gdb.dwarf2/dw2-ifort-parameter.exp: Use Dwarf::assemble to
19508 generate the debug info assembler source.
19509
19510 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
19511
19512 * gdb.dwarf2/arr-stride.exp: Exploit 'prepare_for_testing'.
19513 * gdb.dwarf2/arr-subrange.exp: Likewise.
19514 * gdb.dwarf2/dwz.exp: Likewise.
19515 * gdb.dwarf2/method-ptr.exp: Likewise.
19516 * gdb.dwarf2/missing-sig-type.exp: Likewise.
19517 * gdb.dwarf2/subrange.exp: Likewise.
19518 * gdb.dwarf2/implptrconst.exp: Exploit 'build_executable'.
19519 * gdb.dwarf2/implptrpiece.exp: Likewise.
19520 * gdb.dwarf2/nostaticblock.exp: Likewise.
19521
19522 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
19523
19524 * lib/gdb.exp (build_executable_from_specs): Don't prepend source
19525 directory to absolute path name arguments.
19526
19527 2014-03-10 Joel Brobecker <brobecker@adacore.com>
19528
19529 * gdb.ada/tagged_access: New testcase.
19530
19531 2014-03-07 Markus Metzger <markus.t.metzger@intel.com>
19532
19533 * gdb.btrace/data.exp: Update expected output.
19534
19535 2014-03-06 Yao Qi <yao@codesourcery.com>
19536
19537 * gdb.trace/pr16508.exp: New file.
19538
19539 2014-03-05 Pedro Alves <palves@redhat.com>
19540
19541 PR gdb/16575
19542 * gdb.base/breakpoint-shadow.exp (compare_disassembly): New
19543 procedure.
19544 (top level): Adjust to use it. Add tests that exercise breakpoint
19545 interaction with the code-cache.
19546
19547 2014-02-26 Ludovic Courtès <ludo@gnu.org>
19548
19549 * gdb.guile/scm-value.exp (test_value_in_inferior): Add
19550 test for 'history-append!'.
19551
19552 2014-02-26 Joel Brobecker <brobecker@adacore.com>
19553
19554 * gdb.dwarf2/dw2-abs-hi-pc-hello-dbg.S: New file.
19555 * gdb.dwarf2/dw2-abs-hi-pc-hello.c: New file.
19556 * gdb.dwarf2/dw2-abs-hi-pc-world-dbg.S: New file.
19557 * gdb.dwarf2/dw2-abs-hi-pc-world.c: New file.
19558 * gdb.dwarf2/dw2-abs-hi-pc.c: New file.
19559 * gdb.dwarf2/dw2-abs-hi-pc.exp: New file.
19560
19561 2014-02-26 Joel Brobecker <brobecker@adacore.com>
19562
19563 * testsuite/gdb.python/py-pp-re-notag.c: New file.
19564 * testsuite/gdb.python/py-pp-re-notag.ex: New file.
19565 * testsuite/gdb.python/py-pp-re-notag.p: New file.
19566
19567 2014-02-26 Joel Brobecker <brobecker@adacore.com>
19568
19569 * gdb.dwarf2/arr-subrange.c, gdb.dwarf2/arr-subrange.exp: New files.
19570
19571 2014-02-26 Joel Brobecker <brobecker@adacore.com>
19572
19573 * gdb.dwarf2/arr-stride.c: New file.
19574 * gdb.dwarf2/arr-stride.exp: New file.
19575
19576 2014-02-26 Pedro Alves <palves@redhat.com>
19577
19578 * gdb.ada/tasks.exp: Set a task-specific breakpoint at break_me
19579 that won't ever trigger. Make sure that GDB reports the correct
19580 breakpoint that caused the stop.
19581
19582 2014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
19583
19584 PR gdb/16626
19585 * gdb.base/auto-load-script: New file.
19586 * gdb.base/auto-load.c: New file.
19587 * gdb.base/auto-load.exp: New file.
19588
19589 PR gdb/16626
19590 * gdb.base/auto-load.exp: Fix out-of-srctree run.
19591
19592 2014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
19593
19594 Fix dw2-icycle.exp -fsanitize=address GDB crash.
19595 * gdb.dwarf2/dw2-icycle.S: Remove all DW_AT_sibling.
19596
19597 2014-02-24 Doug Evans <dje@google.com>
19598
19599 * lib/gdb.exp (run_on_host): Log error output if program fails.
19600
19601 2014-02-21 Pedro Alves <palves@redhat.com>
19602
19603 * gdb.threads/step-after-sr-lock.c: Rename to ...
19604 * gdb.threads/signal-while-stepping-over-bp-other-thread.c: ... this.
19605 * gdb.threads/step-after-sr-lock.exp: Rename to ...
19606 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
19607 ... this.
19608
19609 2014-02-20 Sergio Durigan Junior <sergiodj@redhat.com>
19610
19611 PR tdep/16397
19612 * gdb.arch/amd64-stap-special-operands.exp: New file.
19613 * gdb.arch/amd64-stap-three-arg-disp.S: Likewise.
19614 * gdb.arch/amd64-stap-three-arg-disp.c: Likewise.
19615 * gdb.arch/amd64-stap-triplet.S: Likewise.
19616 * gdb.arch/amd64-stap-triplet.c: Likewise.
19617
19618 2014-02-20 Joel Brobecker <brobecker@adacore.com>
19619
19620 * gdb.dwarf2/dw2-icycle.S: Remove second and third parameters
19621 in .section pseudo-op.
19622
19623 2014-02-20 lin zuojian <manjian2006@gmail.com>
19624 Joel Brobecker <brobecker@adacore.com>
19625 Doug Evans <xdje42@gmail.com>
19626
19627 PR symtab/16581
19628 * gdb.dwarf2/dw2-icycle.S: New file.
19629 * gdb.dwarf2/dw2-icycle.c: New file.
19630 * gdb.dwarf2/dw2-icycle.exp: New file.
19631
19632 2014-02-19 Siva Chandra Reddy <sivachandra@google.com>
19633
19634 * gdb.python/py-value-cc.cc: Improve test case to enable testing
19635 operations on gdb.Value objects.
19636 * gdb.python/py-value-cc.exp: Add new test to test operations on
19637 gdb.Value objects.
19638
19639 2014-02-18 Doug Evans <dje@google.com>
19640
19641 * Makefile.in (TESTS): New variable.
19642 (expanded_tests, expanded_tests_or_none): New variables
19643 (check-single): Pass $(expanded_tests_or_none) to runtest.
19644 (check-parallel): Only run tests in $(TESTS) if non-empty.
19645 (check/no-matching-tests-found): New rule.
19646 * README: Document TESTS makefile variable.
19647
19648 2014-02-18 Doug Evans <dje@google.com>
19649
19650 * Makefile.in (check-parallel): rm -rf outputs temp.
19651
19652 2014-02-16 Jan Kratochvil <jan.kratochvil@redhat.com>
19653
19654 Fix "ERROR: no fileid for" in the testsuite.
19655 * lib/gdb.exp (gdb_finish): Check gdb_spawn_id.
19656
19657 2014-02-12 Doug Evans <dje@google.com>
19658
19659 * gdb.dwarf2/Makefile.in (EXECUTABLES): Add dwp-symlink.
19660 (MISCELLANEOUS): New variable.
19661 (clean): rm -rf $(MISCELLANEOUS).
19662 * gdb.dwarf2/dwp-symlink.exp: Test the case where the executable and
19663 dwp live in the same directory as symlinks, with each symlink pointed
19664 to a differently named file in a different directory.
19665
19666 2014-02-11 Doug Evans <dje@google.com>
19667
19668 * gdb.dwarf2/dwp-symlink.exp: Rewrite to use remote_* commands instead
19669 of Tcl file commands.
19670
19671 2014-02-10 Mark Kettenis <kettenis@gnu.org>
19672
19673 * gdb.threads/step-after-sr-lock.exp: Avoid executing
19674 "kill -SIGUSR1 -1".
19675
19676 2014-02-10 Joel Brobecker <brobecker@adacore.com>
19677
19678 * gdb.ada/tick_length_array_enum_idx: New testcase.
19679
19680 2014-02-10 Doug Evans <xdje42@gmail.com>
19681
19682 * configure.ac (AC_OUTPUT): Add gdb.guile.
19683 * configure: Regenerate.
19684 * lib/gdb-guile.exp: New file.
19685 * lib/gdb.exp (get_target_charset): New function.
19686 * gdb.base/help.exp: Update expected output from "apropos apropos".
19687 * gdb.guile/Makefile.in: New file.
19688 * gdb.guile/guile.exp: New file.
19689 * gdb.guile/scm-arch.c: New file.
19690 * gdb.guile/scm-arch.exp: New file.
19691 * gdb.guile/scm-block.c: New file.
19692 * gdb.guile/scm-block.exp: New file.
19693 * gdb.guile/scm-breakpoint.c: New file.
19694 * gdb.guile/scm-breakpoint.exp: New file.
19695 * gdb.guile/scm-disasm.c: New file.
19696 * gdb.guile/scm-disasm.exp: New file.
19697 * gdb.guile/scm-equal.c: New file.
19698 * gdb.guile/scm-equal.exp: New file.
19699 * gdb.guile/scm-error.exp: New file.
19700 * gdb.guile/scm-error.scm: New file.
19701 * gdb.guile/scm-frame-args.c: New file.
19702 * gdb.guile/scm-frame-args.exp: New file.
19703 * gdb.guile/scm-frame-args.scm: New file.
19704 * gdb.guile/scm-frame-inline.c: New file.
19705 * gdb.guile/scm-frame-inline.exp: New file.
19706 * gdb.guile/scm-frame.c: New file.
19707 * gdb.guile/scm-frame.exp: New file.
19708 * gdb.guile/scm-generics.exp: New file.
19709 * gdb.guile/scm-gsmob.exp: New file.
19710 * gdb.guile/scm-iterator.c: New file.
19711 * gdb.guile/scm-iterator.exp: New file.
19712 * gdb.guile/scm-math.c: New file.
19713 * gdb.guile/scm-math.exp: New file.
19714 * gdb.guile/scm-objfile-script-gdb.in: New file.
19715 * gdb.guile/scm-objfile-script.c: New file.
19716 * gdb.guile/scm-objfile-script.exp: New file.
19717 * gdb.guile/scm-objfile.c: New file.
19718 * gdb.guile/scm-objfile.exp: New file.
19719 * gdb.guile/scm-ports.exp: New file.
19720 * gdb.guile/scm-pretty-print.c: New file.
19721 * gdb.guile/scm-pretty-print.exp: New file.
19722 * gdb.guile/scm-pretty-print.scm: New file.
19723 * gdb.guile/scm-section-script.c: New file.
19724 * gdb.guile/scm-section-script.exp: New file.
19725 * gdb.guile/scm-section-script.scm: New file.
19726 * gdb.guile/scm-symbol.c: New file.
19727 * gdb.guile/scm-symbol.exp: New file.
19728 * gdb.guile/scm-symtab-2.c: New file.
19729 * gdb.guile/scm-symtab.c: New file.
19730 * gdb.guile/scm-symtab.exp: New file.
19731 * gdb.guile/scm-type.c: New file.
19732 * gdb.guile/scm-type.exp: New file.
19733 * gdb.guile/scm-value-cc.cc: New file.
19734 * gdb.guile/scm-value-cc.exp: New file.
19735 * gdb.guile/scm-value.c: New file.
19736 * gdb.guile/scm-value.exp: New file.
19737 * gdb.guile/source2.scm: New file.
19738 * gdb.guile/types-module.cc: New file.
19739 * gdb.guile/types-module.exp: New file.
19740
19741 2014-02-10 Yao Qi <yao@codesourcery.com>
19742
19743 PR testsuite/16543
19744 * configure.ac: Append gdb.gdb/Makefile in AC_OUTPUT.
19745 * configure: Regenerated.
19746 * Makefile.in: New file.
19747
19748 2014-02-08 Andreas Schwab <schwab@linux-m68k.org>
19749
19750 * gdb.python/py-framefilter.exp: Fix typo.
19751
19752 2014-02-08 Yao Qi <yao@codesourcery.com>
19753
19754 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Test
19755 that no =breakpoint-modified is emitted when breakpoints are
19756 modified through MI commands.
19757
19758 2014-02-07 Pedro Alves <pedro@codesourcery.com>
19759 Pedro Alves <palves@redhat.com>
19760
19761 * gdb.threads/step-after-sr-lock.c: New file.
19762 * gdb.threads/step-after-sr-lock.exp: New file.
19763
19764 2014-02-07 Pedro Alves <palves@redhat.com>
19765
19766 * gdb.threads/stepi-random-signal.exp: Set SIGCHLD to print.
19767
19768 2014-02-06 Jan Kratochvil <jan.kratochvil@redhat.com>
19769
19770 Fix i386-sse-stack-align.exp regression since GDB_PARALLEL.
19771 * gdb.arch/i386-sse-stack-align.exp: Use standard_output_file.
19772
19773 2014-02-06 Doug Evans <xdje42@gmail.com>
19774
19775 * gdb.python/py-breakpoint.exp (test_bkpt_eval_funcs): Update expected
19776 output.
19777
19778 * gdb.gdb/python-interrupts.exp: New file.
19779
19780 2014-02-05 Yao Qi <yao@codesourcery.com>
19781
19782 * gdb.trace/report.exp (use_collected_data): Test the output
19783 of "info threads" and "info inferiors".
19784
19785 2014-02-05 Yao Qi <yao@codesourcery.com>
19786
19787 Revert this patch:
19788
19789 2013-05-24 Yao Qi <yao@codesourcery.com>
19790
19791 * gdb.trace/tfile.exp: Test inferior and thread.
19792
19793 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
19794
19795 * gdb.base/sigbpt.exp: Do not use "*" when setting breakpoint
19796 on a function.
19797 * gdb.base/step-bt.c: Call hello via function pointer to make
19798 sure its first instruction is executed on powerpc64le-linux.
19799
19800 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
19801
19802 * gdb.arch/powerpc-d128-regs.exp: Enable on powerpc64*-*.
19803
19804 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
19805
19806 * gdb.arch/vsx-regs.exp: Check target endianness. Provide variants
19807 of the test patterns for use on little-endian systems.
19808
19809 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
19810
19811 * gdb.arch/altivec-regs.exp: Use gdb_test_multiple for endian test.
19812 (decimal_vector): Fix for little-endian.
19813
19814 2014-01-29 Jose E. Marchesi <jose.marchesi@oracle.com>
19815
19816 * gdb.arch/sparc-sysstep.exp: New file.
19817 * gdb.arch/sparc-sysstep.c: Likewise.
19818
19819 * gdb.arch/Makefile.in (EXECUTABLES): Add sparc-sysstep.
19820
19821 2014-01-28 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
19822
19823 * gdb.base/info-shared.exp: Expect leading `.' on ppc64's symbols.
19824
19825 2014-01-23 Tom Tromey <tromey@redhat.com>
19826
19827 * gdb.ada/array_char_idx: New testcase.
19828
19829 2014-01-23 Tom Tromey <tromey@redhat.com>
19830
19831 PR python/16487:
19832 * gdb.python/py-framefilter.exp: Add test using "Error" filter.
19833 * gdb.python/py-framefilter.py (ErrorInName, ErrorFilter): New
19834 classes.
19835
19836 2014-01-23 Tom Tromey <tromey@redhat.com>
19837
19838 PR python/16491:
19839 * gdb.python/py-framefilter.py (Reverse_Function.function): Read a
19840 string from an inferior frame.
19841 * gdb.python/py-framefilter-mi.exp: Update.
19842
19843 2014-01-22 Doug Evans <dje@google.com>
19844
19845 * gdb.server/server-mon.exp: Add tests for "set debug-format".
19846
19847 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
19848
19849 * gdb.base/catch-syscall.exp: Activate test on s390*-linux.
19850
19851 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
19852
19853 * gdb.trace/entry-values.exp: Remove excess space character from
19854 regex patterns. Handle s390 call instruction.
19855
19856 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
19857
19858 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Insert alignment and
19859 define "*_start" label. Make "name" static.
19860 * gdb.dwarf2/dw2-dir-file-name.exp: Replace references to
19861 ${name} by references to ${name}_start.
19862
19863 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
19864
19865 * gdb.base/info-macros.exp: Remove "debug" from the compile
19866 options.
19867
19868 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
19869
19870 * gdb.dlang/demangle.exp: New file.
19871
19872 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
19873
19874 * gdb.dlang/primitive-types.exp: New file.
19875
19876 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
19877
19878 * configure.ac: Create gdb.dlang/Makefile.
19879 * configure: Regenerate.
19880 * Makefile.in (ALL_SUBDIRS): Add gdb.dlang.
19881 * gdb.dlang/Makefile.in: New file.
19882 * lib/d-support.exp: New file.
19883 * lib/gdb.exp (skip_d_tests): New proc.
19884
19885 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
19886
19887 * gdb.btrace/delta.exp: Check reverse stepi.
19888 * gdb.btrace/tailcall.exp: Update. Add stepping tests.
19889 * gdb.btrace/finish.exp: New.
19890 * gdb.btrace/next.exp: New.
19891 * gdb.btrace/nexti.exp: New.
19892 * gdb.btrace/record_goto.c: Add comments.
19893 * gdb.btrace/step.exp: New.
19894 * gdb.btrace/stepi.exp: New.
19895 * gdb.btrace/multi-thread-step.c: New.
19896 * gdb.btrace/multi-thread-step.exp: New.
19897 * gdb.btrace/rn-dl-bind.c: New.
19898 * gdb.btrace/rn-dl-bind.exp: New.
19899 * gdb.btrace/data.c: New.
19900 * gdb.btrace/data.exp: New.
19901 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
19902
19903 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
19904
19905 * gdb.btrace/Makefile.in (EXECUTABLES): Add delta.
19906 * gdb.btrace/exception.exp: Update.
19907 * gdb.btrace/instruction_history.exp: Update.
19908 * gdb.btrace/record_goto.exp: Update.
19909 * gdb.btrace/tailcall.exp: Update.
19910 * gdb.btrace/unknown_functions.exp: Update.
19911 * gdb.btrace/delta.exp: New.
19912
19913 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
19914
19915 * gdb.btrace/record_goto.exp: Add backtrace test.
19916 * gdb.btrace/tailcall.exp: Add backtrace test.
19917
19918 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
19919
19920 * gdb.btrace/Makefile.in (EXECUTABLES): Add record_goto.
19921 * gdb.btrace/record_goto.c: New.
19922 * gdb.btrace/record_goto.exp: New.
19923 * gdb.btrace/x86-record_goto.S: New.
19924
19925 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
19926
19927 * gdb.btrace/function_call_history.exp: Update tests.
19928 * gdb.btrace/instruction_history.exp: Update tests.
19929
19930 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
19931
19932 * gdb.btrace/function_call_history.exp: Fix expected field
19933 order for "record function-call-history".
19934 Add new tests for "record function-call-history /c".
19935 * gdb.btrace/exception.cc: New.
19936 * gdb.btrace/exception.exp: New.
19937 * gdb.btrace/tailcall.exp: New.
19938 * gdb.btrace/x86-tailcall.S: New.
19939 * gdb.btrace/x86-tailcall.c: New.
19940 * gdb.btrace/unknown_functions.c: New.
19941 * gdb.btrace/unknown_functions.exp: New.
19942 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
19943
19944 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
19945
19946 * gdb.btrace/instruction_history.exp: Update.
19947 * gdb.btrace/function_call_history.exp: Update.
19948
19949 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
19950
19951 * gdb.btrace/function_call_history.exp: Fix expected function
19952 trace.
19953 * gdb.btrace/instruction_history.exp: Initialize traced.
19954 Remove traced_functions.
19955
19956 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
19957
19958 * gdb.btrace/function_call_history.exp: Update
19959 * gdb.btrace/instruction_history.exp: Update.
19960
19961 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
19962
19963 * gdb.btrace/enable.exp: Update expected text.
19964
19965 2014-01-16 Omair Javaid <Omair.Javaid@linaro.org>
19966
19967 * gdb.dwarf2/dw2-dos-drive.S: Increase text section size to 4
19968 bytes.
19969
19970 2014-01-15 Maciej W. Rozycki <macro@codesourcery.com>
19971
19972 * gdb.base/float.exp: Handle "aarch64*-*-*" targets.
19973
19974 2014-01-15 Omair Javaid <omair.javaid@linaro.org>
19975
19976 * lib/gdb.exp (supports_process_record): Return true for
19977 arm*-linux*. (supports_reverse): Likewise.
19978
19979 2014-01-13 Siva Chandra Reddy <sivachandra@google.com>
19980
19981 PR python/15464
19982 PR python/16113
19983 * gdb.python/py-type.c: Enhance test case.
19984 * gdb.python/py-value-cc.cc: Likewise
19985 * gdb.python/py-type.exp: Add new tests.
19986 * gdb.python/py-value-cc.exp: Likewise
19987
19988 2014-01-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
19989 Pedro Alves <palves@redhat.com>
19990
19991 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Remove "*_start" symbol.
19992 Make "name" extern.
19993 * gdb.dwarf2/dw2-dir-file-name.exp (out_cu, out_line): Replace
19994 references to ${name}_start by references to ${name}.
19995
19996 2014-01-10 Joel Brobecker <brobecker@adacore.com>
19997
19998 * gdb.ada/pp-rec-component.exp: Remove path from "source" test.
19999
20000 2014-01-10 Joel Brobecker <brobecker@adacore.com>
20001
20002 * gdb.python/py-pp-integral.exp: Remove path from "source" test.
20003
20004 2014-01-09 Maciej W. Rozycki <macro@codesourcery.com>
20005 Pedro Alves <palves@redhat.com>
20006
20007 * gdb.mi/mi-info-os.exp: Connect to the target with
20008 mi_gdb_target_load.
20009
20010 2014-01-08 Pedro Alves <palves@redhat.com>
20011
20012 * gdb.threads/reconnect-signal.c: New file.
20013 * gdb.threads/reconnect-signal.exp: New file.
20014
20015 2014-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
20016
20017 * gdb.base/source-dir.exp: New file.
20018
20019 2014-01-07 Joel Brobecker <brobecker@adacore.com>
20020
20021 * gdb.ada/mi_interface: New testcase.
20022
20023 2014-01-07 Joel Brobecker <brobecker@adacore.com>
20024
20025 * gdb.ada/pp-rec-component.exp, gdb.ada/pp-rec-component.py,
20026 gdb.ada/pp-rec-component/foo.adb, gdb.ada/pp-rec-component/pck.adb,
20027 gdb.ada/pp-rec-component/pck.ads: New files.
20028
20029 2014-01-07 Joel Brobecker <brobecker@adacore.com>
20030
20031 * gdb.python/py-pp-integral.c: New file.
20032 * gdb.python/py-pp-integral.py: New file.
20033 * gdb.python/py-pp-integral.exp: New file.
20034
20035 For older changes see ChangeLog-1993-2013.
20036 \f
20037 ;; Local Variables:
20038 ;; mode: change-log
20039 ;; left-margin: 8
20040 ;; fill-column: 74
20041 ;; version-control: never
20042 ;; End:
20043
20044 Copyright 2014-2020 Free Software Foundation, Inc.
20045 Copying and distribution of this file, with or without modification,
20046 are permitted provided the copyright notice and this notice are preserved.
This page took 0.436848 seconds and 3 git commands to generate.