Fix build errors in with clang in gdb.compile/compile-cplus.c
[deliverable/binutils-gdb.git] / gdb / testsuite / ChangeLog
CommitLineData
678048e8
GB
12020-05-29 Gary Benson <gbenson@redhat.com>
2
3 * gdb.compile/compile-cplus.exp (additional_flags): Also
4 set when building with clang.
5 (additional_flags, srcfilesoptions): Pass -Wno-deprecated
6 when building with clang.
7
9fcafd23
GB
82020-05-29 Gary Benson <gbenson@redhat.com>
9
10 * gdb.arch/i386-avx.exp (additional_flags): Also set when
11 building with clang.
12 * gdb.arch/i386-sse.exp (additional_flags): Likewise.
13
735d5a07
GB
142020-05-29 Gary Benson <gbenson@redhat.com>
15
16 * gdb.cp/koenig.exp (prepare_for_testing): Add
17 additional_flags=-Wno-unused-comparison.
18 * gdb.cp/operator.exp (prepare_for_testing): Likewise.
19
4ad2c6a0
GB
202020-05-28 Gary Benson <gbenson@redhat.com>
21
22 * gdb.base/sigaltstack.c (catcher): Add default case to switch
23 statement.
24
09fe663e
GB
252020-05-28 Gary Benson <gbenson@redhat.com>
26
27 * gdb.cp/classes.exp (prepare_for_testing): Add
28 additional_flags=-Wno-deprecated-register.
29 * gdb.cp/inherit.exp (prepare_for_testing): Likewise.
30 * gdb.cp/misc.exp: Likewise.
31
cee00f17
GB
322020-05-28 Gary Benson <gbenson@redhat.com>
33
34 * gdb.linespec/cpls-ops.cc (dummy): New static global.
35 (test_op_new::operator new): Add return statement.
36 (test_op_new_array::operator new[]): Likewise.
37
636edd00
PA
382020-05-27 Pedro Alves <palves@redhat.com>
39
40 * gdb.linespec/cp-completion-aliases.exp: Remove readline_is_used
41 check. Use test_gdb_complete_unique instead of
42 test_gdb_complete_tab_unique + test_gdb_complete_cmd_unique. Use
43 test_gdb_complete_multiple instead of
44 test_gdb_complete_tab_multiple + test_gdb_complete_cmd_multiple.
45
c2b75043
LM
462020-05-27 Luis Machado <luis.machado@linaro.org>
47
48 * gdb.arch/aarch64-sighandler-regs.exp: Fix duplicated test names.
49 * gdb.arch/aarch64-tagged-pointer.exp: Likewise.
50 * gdb.arch/arm-disassembler-options.exp: Likewise.
51 * gdb.arch/arm-disp-step.exp: Likewise.
52 * gdb.arch/thumb-prologue.exp: Likewise.
53 * gdb.base/async.exp: Likewise.
54 * gdb.base/auxv.exp: Likewise.
55 * gdb.base/complex-parts.exp: Likewise.
56 * gdb.base/ena-dis-br.exp: Likewise.
57 * gdb.base/foll-exec.exp: Likewise.
58 * gdb.base/permissions.exp: Likewise.
59 * gdb.base/relocate.exp: Likewise.
60 * gdb.base/return2.exp: Likewise.
61 * gdb.base/sigbpt.exp: Likewise.
62 * gdb.base/siginfo-obj.exp: Likewise.
63 * gdb.cp/converts.exp: Likewise.
64 * gdb.cp/exceptprint.exp: Likewise.
65 * gdb.cp/inherit.exp: Likewise.
66 * gdb.cp/nsnoimports.exp: Likewise.
67 * gdb.cp/virtbase2.exp: Likewise.
68 * gdb.mi/mi-var-cmd.exp: Likewise.
69 * gdb.mi/var-cmd.c: Likewise.
70
53a47a3e
TT
712020-05-26 Tom Tromey <tromey@adacore.com>
72
73 * gdb.ada/arr_acc_idx_w_gap.exp: Add tests.
74
0bc2354b
TT
752020-05-26 Tom Tromey <tromey@adacore.com>
76
77 * gdb.ada/arr_acc_idx_w_gap.exp: Add enum subrange tests.
78 * gdb.ada/arr_acc_idx_w_gap/enum_with_gap.ads (Enum_Subrange): New
79 type.
80 * gdb.ada/arr_acc_idx_w_gap/enum_with_gap_main.adb (V): New
81 variable.
82
0db49895
CBG
832020-05-26 Christian Biesinger <cbiesinger@google.com>
84
85 * Makefile.in: Use = instead of == for the test command
86 for portability.
87
40d22035
TV
882020-05-26 Tom de Vries <tdevries@suse.de>
89
90 * gdb.base/gold-gdb-index-2.c: New test.
91 * gdb.base/gold-gdb-index.c: New test.
92 * gdb.base/gold-gdb-index.exp: New file.
93 * gdb.base/gold-gdb-index.h: New test.
94
043e2e02
TV
952020-05-25 Tom de Vries <tdevries@suse.de>
96
97 * boards/gold-gdb-index.exp: New file.
98
462f72c5
SM
992020-05-25 Simon Marchi <simon.marchi@efficios.com>
100
101 * boards/simavr.exp: New file.
102
6cf66e76
SM
1032020-05-25 Simon Marchi <simon.marchi@efficios.com>
104
105 * lib/gdb.exp (gdb_run_cmd): Return success or failure.
106 * gdb.base/inferior-args.exp: New file.
107 * gdb.base/inferior-args.c: New file.
108
75d04512
SM
1092020-05-25 Simon Marchi <simon.marchi@efficios.com>
110
111 * lib/gdb.exp (gdb_run_cmd): Change argument from args to
112 inferior_args. Pass it to gdb_reload.
113 (gdb_start_cmd, gdb_starti_cmd): Change argument from args to
114 inferior_args.
115 (gdb_reload): Add inferior_args argument.
116 * config/gdbserver.exp (gdb_reload): Add inferior_args argument,
117 pass it to gdbserver_run.
118 * boards/native-gdbserver.exp: Do not set noargs.
119 * boards/native-extended-gdbserver.exp (gdb_reload): Add
120 inferior_args argument.
121 * boards/stdio-gdbserver-base.exp (gdb_reload): Likewise.
122 * gdb.base/a2-run.exp: Check for use_gdb_stub.
123 * gdb.base/args.exp: Likewise.
124
42cf1844
TV
1252020-05-25 Tom de Vries <tdevries@suse.de>
126
127 * lib/gdb.exp (exec_is_pie): Add comment.
128
8f7d38ef
TV
1292020-05-25 Tom de Vries <tdevries@suse.de>
130
131 * lib/jit-elf-helpers.exp (compile_and_download_n_jit_so): Use $f
132 instead of $binfile in the untested message.
133
465e1b0f
TV
1342020-05-25 Tom de Vries <tdevries@suse.de>
135
136 PR testsuite/26031
137 * lib/gdb.exp (exec_is_pie): Test readelf -h output.
138
3c5a0e02
TV
1392020-05-25 Tom de Vries <tdevries@suse.de>
140
141 * boards/gold.exp: New file.
142
0a4f5f8c
TT
1432020-05-23 Tom Tromey <tom@tromey.com>
144
145 * gdb.base/style.exp: Remove completion styling test.
146 * lib/gdb-utils.exp (style): Remove completion styles.
147
eca1f90c
TT
1482020-05-23 Tom Tromey <tom@tromey.com>
149
150 * gdb.base/style.exp: Add completion styling test.
151 * lib/gdb-utils.exp (style): Add completion styles.
152
7c13f4e8
AB
1532020-05-22 Andrew Burgess <andrew.burgess@embecosm.com>
154
155 * gdb.base/annota1.exp: Update expected results.
156 * gdb.cp/annota2.exp: Update expected results, remove duplicate
157 test name.
158 * gdb.cp/annota3.exp: Update expected results.
159
41977d16
SM
1602020-05-20 Simon Marchi <simon.marchi@efficios.com>
161
162 PR gdb/26016
163 * gdb.base/coredump-filter.c (do_mmap): Check mmap ret val
164 against MAP_FAILED.
165 * gdb.base/coremaker.c (mmapdata): Likewise.
166 * gdb.base/jit-reader-host.c (main): Likewise.
167 * gdb.base/sym-file-loader.c (load): Likewise.
168 (load_shlib): Likewise.
169
b4757f2e
TT
1702020-05-20 Tom Tromey <tromey@adacore.com>
171
172 * gdb.ada/array_char_idx.exp: Recognize initialized array.
173
9a0bacfb
TV
1742020-05-20 Tom de Vries <tdevries@suse.de>
175
176 PR symtab/25833
177 * gdb.base/with-mf-inc.c: New test.
178 * gdb.base/with-mf-main.c: New test.
179 * gdb.base/with-mf.exp: New file.
180
76571211
TT
1812020-05-19 Tom Tromey <tromey@adacore.com>
182
183 * gdb.rust/simple.exp: Restore missing test result.
184
4cd9f3d5
TV
1852020-05-19 Tom de Vries <tdevries@suse.de>
186
187 * gdb.base/gdb-caching-proc.exp: Fix typo.
188
7d874253
TT
1892020-05-19 Tom Tromey <tromey@adacore.com>
190
191 * gdb.rust/simple.exp: Add some test descriptions.
192 (test_one_slice): Use with_test_prefix.
193
1d727695
TV
1942020-05-18 Tom de Vries <tdevries@suse.de>
195
196 * gdb.base/gdb-caching-proc.exp: Use with_test_prefix.
197
7f32a4d5
PA
1982020-05-17 Pedro Alves <palves@redhat.com>
199
200 PR gdb/25741
201 * gdb.base/hw-sw-break-same-address.exp: New file.
202
7cfd74cf
PA
2032020-05-16 Pedro Alves <palves@redhat.com>
204
205 * gdb.multi/multi-re-run.exp (test_re_run): Switch
206 LAST_LOADED_FILE accordingly.
207
57b4f16e
PW
2082020-05-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
209
210 * gdb.base/alias.exp: Verify 'help aliases' shows user defined aliases.
211
7c05caf7
PW
2122020-05-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
213
214 * gdb.base/help.exp: Test apropos and help for commands
215 having aliases. Fixed comments not starting with an
216 upper-case letter or not finishing with a dot.
217
7aa1b46f
PW
2182020-05-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
219
3b3aaacb
PW
220 * gdb.base/alias.exp: Update help output check.
221
57b4f16e 2222020-05-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3b3aaacb 223
7aa1b46f
PW
224 * gdb.base/default.exp: Update output following fixes.
225
0605465f
PW
2262020-05-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
227
228 * gdb.base/alias.exp: Test aliases starting with a prefix of
229 another alias.
230
86e4e63d
GB
2312020-05-15 Gary Benson <gbenson@redhat.com>
232
233 * gdb.base/info-os.c (main): Add return statement.
234 * gdb.base/info_minsym.c (minsym_fun): Likewise.
235 * gdb.base/large-frame-2.c (func): Likewise.
236 * gdb.base/pr10179-a.c (foo1, bar1): Likewise.
237 * gdb.base/pr10179-b.c (foo2): Likewise.
238 * gdb.base/valgrind-disp-step.c (foo): Likewise.
239 * gdb.base/watch-cond.c (func): Likewise.
240 * gdb.multi/goodbye.c (verylongfun): Likewise.
241 * gdb.multi/hello.c (commonfun): Likewise.
242 * gdb.python/py-finish-breakpoint.c (call_longjmp): Likewise.
243 * gdb.threads/fork-plus-threads.c (thread_func): Likewise.
244 * gdb.threads/forking-threads-plus-breakpoint.c (thread_forks):
245 Likewise.
246 * gdb.threads/hand-call-new-thread.c (foo): Likewise.
247 * gdb.threads/interrupt-while-step-over.c (child_function):
248 Likewise.
249 * gdb.trace/actions-changed.c (end): Likewise.
250
163df4df
GB
2512020-05-15 Gary Benson <gbenson@redhat.com>
252
253 * gdb.opencl/callfuncs.exp: Report when test skipped.
254 * gdb.opencl/convs_casts.exp: Likewise.
255 * gdb.opencl/datatypes.exp: Likewise.
256 * gdb.opencl/operators.exp: Likewise.
257 * gdb.opencl/vec_comps.exp: Likewise.
258
6dbc505a
TV
2592020-05-15 Tom de Vries <tdevries@suse.de>
260
261 * gdb.base/align.exp.in: Rename to ...
262 * gdb.base/align.exp.tcl: ... this.
263 * gdb.base/align-c++.exp: Update.
264 * gdb.base/align-c.exp: Update.
265 * gdb.base/all-architectures.exp.in: Rename to ...
266 * gdb.base/all-architectures.exp: ... this.
267 * gdb.base/all-architectures-0.exp: Update.
268 * gdb.base/all-architectures-1.exp: Update.
269 * gdb.base/all-architectures-2.exp: Update.
270 * gdb.base/all-architectures-3.exp: Update.
271 * gdb.base/all-architectures-4.exp: Update.
272 * gdb.base/all-architectures-5.exp: Update.
273 * gdb.base/all-architectures-6.exp: Update.
274 * gdb.base/all-architectures-7.exp: Update.
275 * gdb.base/infcall-nested-structs.exp.in: Rename to ...
276 * gdb.base/infcall-nested-structs.exp.tcl: ... this.
277 * gdb.base/infcall-nested-structs-c++.exp: Update.
278 * gdb.base/infcall-nested-structs-c.exp: Update.
279 * gdb.base/info-types.exp.in: Rename to ...
280 * gdb.base/info-types.exp.tcl: ... this.
281 * gdb.base/info-types-c++.exp: Update.
282 * gdb.base/info-types-c.exp: Update.
283 * gdb.base/max-depth.exp.in: Rename to ...
284 * gdb.base/max-depth.exp.tcl: ... this.
285 * gdb.base/max-depth-c++.exp: Update.
286 * gdb.base/max-depth-c.exp: Update.
287 * gdb.cp/cpexprs.exp.in: Rename to ...
288 * gdb.cp/cpexprs.exp.tcl: ... this.
289 * gdb.cp/cpexprs-debug-types.exp: Update.
290 * gdb.cp/cpexprs.exp: Update.
291 * gdb.cp/infcall-nodebug.exp.in: Rename to ...
292 * gdb.cp/infcall-nodebug.exp.tcl: ... this.
293 * gdb.cp/infcall-nodebug-c++-d0.exp: Update.
294 * gdb.cp/infcall-nodebug-c++-d1.exp: Update.
295 * gdb.cp/infcall-nodebug-c-d0.exp: Update.
296 * gdb.cp/infcall-nodebug-c-d1.exp: Update.
297 * gdb.dwarf2/clang-debug-names.exp.in: Rename to ...
298 * gdb.dwarf2/clang-debug-names.exp.tcl: ... this.
299 * gdb.dwarf2/clang-debug-names-2.exp: Update.
300 * gdb.dwarf2/clang-debug-names.exp: Update.
301
d1034d78
AB
3022020-05-15 Andrew Burgess <andrew.burgess@embecosm.com>
303
304 * lib/check-test-names.exp: Remove code that prevents this file
305 loading when tests are run in parallel.
306
3c5c3649
PA
3072020-05-15 Pedro Alves <palves@redhat.com>
308
309 * gdb.multi/multi-kill.exp (start_inferior): Remove
310 'testpid' parameter. Refer to namespace variable directly.
311 (testpid): Declare as namespace variable.
312
272c36b8
PA
3132020-05-15 Pedro Alves <palves@redhat.com>
314
315 * gdb.multi/multi-kill.exp: Wrap in namespace.
316 (start_inferior): Add TESTPID parameter. Use it instead of the
317 testpid global.
318 (top level): Define empty TESTPID array, and pass it down to
319 start_inferior.
320
02eba61a
TV
3212020-05-14 Tom de Vries <tdevries@suse.de>
322
323 * gdb.fortran/nested-funcs-2.exp: Use gdb_test_stdio to test inferior
324 output.
325
971a3747
TV
3262020-05-14 Tom de Vries <tdevries@suse.de>
327
328 * gdb.base/align.exp: Split into ...
329 * gdb.base/align.exp.in: ...
330 * gdb.base/align-c++.exp: ...
331 * gdb.base/align-c.exp: ... these.
332 * gdb.base/infcall-nested-structs.exp: Split into ...
333 * gdb.base/infcall-nested-structs.exp.in: ...
334 * gdb.base/infcall-nested-structs-c++.exp: ...
335 * gdb.base/infcall-nested-structs-c.exp: ... these.
336 * gdb.base/info-types.exp: Split into ...
337 * gdb.base/info-types.exp.in: ...
338 * gdb.base/info-types-c++.exp: ...
339 * gdb.base/info-types-c.exp: ... these.
340 * gdb.base/max-depth.exp: Split into ...
341 * gdb.base/max-depth.exp.in: ...
342 * gdb.base/max-depth-c++.exp: ...
343 * gdb.base/max-depth-c.exp: ... these.
344 * gdb.cp/infcall-nodebug.exp: Split into ...
345 * gdb.cp/infcall-nodebug.exp.in: ...
346 * gdb.cp/infcall-nodebug-c++-d0.exp: ...
347 * gdb.cp/infcall-nodebug-c++-d1.exp: ...
348 * gdb.cp/infcall-nodebug-c-d0.exp: ...
349 * gdb.cp/infcall-nodebug-c-d1.exp: ... these.
350
a05575d3
TBA
3512020-05-14 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
352 Pedro Alves <palves@redhat.com>
353
354 * gdb.multi/multi-exit.c: New file.
355 * gdb.multi/multi-exit.exp: New file.
356 * gdb.multi/multi-kill.c: New file.
357 * gdb.multi/multi-kill.exp: New file.
358
6ad82919
TBA
3592020-05-14 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
360
361 * gdb.base/annota1.exp: Update the expected output.
362 * gdb.cp/annota2.exp: Ditto.
363
843f4d93
AB
3642020-05-12 Andrew Burgess <andrew.burgess@embecosm.com>
365
366 * lib/check-test-names.exp: Disable when testing is being run in
367 parallel.
368
c7c66341
TV
3692020-05-12 Tom de Vries <tdevries@suse.de>
370
371 * gdb.base/jit-elf.exp: Fix string concat.
372
1b59ca1c
TV
3732020-05-12 Tom de Vries <tdevries@suse.de>
374
375 * lib/jit-elf-helpers.exp: Don't use undefined variables in untested
376 messages.
377
b4991d29
TV
3782020-05-12 Tom de Vries <tdevries@suse.de>
379
380 * gdb.multi/multi-term-settings.exp: Use with_test_prefix.
381
dbb0ab10
TV
3822020-05-12 Tom de Vries <tdevries@suse.de>
383
384 * gdb.ada/catch_ex.exp: Use with_test_prefix.
385 * gdb.ada/mi_catch_ex.exp: Same.
386 * gdb.ada/mi_catch_ex_hand.exp: Same.
387
7549fed8
TV
3882020-05-12 Tom de Vries <tdevries@suse.de>
389
390 * gdb.fortran/complex.exp: Use with_test_prefix.
391
af2d5cd8
TV
3922020-05-12 Tom de Vries <tdevries@suse.de>
393
394 * gdb.trace/passcount.exp: Fix test-names.
395
7c121311
TV
3962020-05-12 Tom de Vries <tdevries@suse.de>
397
398 * gdb.pascal/gdb11492.exp: Use with_test_prefix.
399
c9f3b40e
TV
4002020-05-12 Tom de Vries <tdevries@suse.de>
401
402 * gdb.gdb/complaints.exp: Use with_test_prefix.
403 * gdb.xml/tdesc-regs.exp: Same.
404 * gdb.opt/inline-locals.exp: Fix test name.
405
111b33f0
TV
4062020-05-12 Tom de Vries <tdevries@suse.de>
407
408 * gdb.dwarf2/comp-unit-lang.exp: Use with_test_prefix.
409 * gdb.dwarf2/dw2-bad-parameter-type.exp: Same.
410 * gdb.dwarf2/implref-struct.exp: Same.
411 * gdb.dwarf2/varval.exp: Ensure get_sizeof is called once per type.
412 * gdb.dwarf2/data-loc.exp: Same. Remove duplicate test.
413
ebf47080
SM
4142020-05-11 Simon Marchi <simon.marchi@polymtl.ca>
415
416 * gdb.base/jit-so.exp (one_jit_test): Change test name.
417
d30dcd12
AB
4182020-05-11 Andrew Burgess <andrew.burgess@embecosm.com>
419
420 * lib/check-test-names.exp (all_test_names): New module variable.
421 (counts): Add 'duplicates' field.
422 (_check_duplicates): New procedure.
423 (check): Also check for duplicates.
424 (do_log_summary): Print duplicates count.
425 (do_reset_vars): Reset counter for duplicate test names, and
426 discard all know test names.
427
34584c09
AB
4282020-05-11 Andrew Burgess <andrew.burgess@embecosm.com>
429
430 * lib/gdb.exp: Include check-test-names.exp library.
431 * lib/check-test-names.exp: New file.
432
e0002117
TV
4332020-05-11 Tom de Vries <tdevries@suse.de>
434
435 * gdb.ada/packed_tagged.exp: Change kfail into xfail.
436
53f539a3
KS
4372020-05-11 Keith Seitz <keiths@redhat.com>
438
439 * gdb.ada/attr_ref_and_charlit.exp: Fix typo.
440
113ee09a
TV
4412020-05-11 Tom de Vries <tdevries@suse.de>
442
443 * gdb.cp/cpexprs.exp: Move everything except flags setting ...
444 * gdb.cp/cpexprs.exp.in: .. here.
445 * gdb.cp/cpexprs-debug-types.exp: Include cpexprs.exp.in instead of
446 cpexprs.exp.
447
ba3e70b0
KS
4482020-05-11 Keith Seitz <keiths@redhat.com>
449
450 * gdb.ada/arrayparam.exp: Resolve duplicate and tail parentheses
451 test names.
452 * gdb.ada/arrayptr.exp: Likewise.
453 * gdb.ada/assign_arr.exp: Likewise.
454 * gdb.ada/attr_ref_and_charlit.exp: Likewise.
455 * gdb.ada/bp_on_var.exp: Likewise.
456 * gdb.ada/call_pn.exp: Likewise.
457 * gdb.ada/complete.exp: Likewise.
458 * gdb.ada/fun_overload_menu.exp: Likewise.
459 * gdb.ada/funcall_param.exp: Likewise.
460 * gdb.ada/funcall_ref.exp: Likewise.
461 * gdb.ada/packed_array_assign.exp: Likewise.
462 * gdb.ada/same_component_name.exp: Likewise.
463 * gdb.ada/type_coercion.exp: Likewise.
464 * gdb.ada/unc_arr_ptr_in_var_rec.exp: Likewise.
465 * gdb.ada/variant_record_packed_array.exp: Likewise.
466
3ee6bb11
TV
4672020-05-11 Tom de Vries <tdevries@suse.de>
468
469 PR symtab/25941
470 * gdb.dwarf2/clang-debug-names.exp.in: New include exp file, factored
471 out of ...
472 * gdb.dwarf2/clang-debug-names.exp: ... here.
473 * gdb.dwarf2/clang-debug-names-2.exp: New file. Include
474 clang-debug-names.exp.in.
475 * gdb.dwarf2/clang-debug-names-2-foo.c: New test.
476 * gdb.dwarf2/clang-debug-names-2.c: New test.
477
86cd6bc8
AKS
4782020-05-10 Alok Kumar Sharma <alokkumar.sharma@amd.com>
479
480 * lib/fortran.exp (fortran_main): New Proc, handle flang MAIN_,
481 (fortran_runto_main): New Proc, fortran version of runto_main.
482 * gdb.fortran/array-bounds-high.exp: Handle flang MAIN_
483 * gdb.fortran/array-bounds.exp: Likewise.
484 * gdb.fortran/array-slices.exp: Likewise.
485 * gdb.fortran/block-data.exp: Likewise.
486 * gdb.fortran/charset.exp: Likewise.
487 * gdb.fortran/common-block.exp: Likewise.
488 * gdb.fortran/complex.exp: Likewise.
489 * gdb.fortran/derived-type-function.exp: Likewise.
490 * gdb.fortran/derived-type.exp: Likewise.
491 * gdb.fortran/info-modules.exp: Likewise.
492 * gdb.fortran/info-types.exp: Likewise.
493 * gdb.fortran/intrinsics.exp: Likewise.
494 * gdb.fortran/library-module.exp: Likewise.
495 * gdb.fortran/logical.exp: Likewise.
496 * gdb.fortran/max-depth.exp: Likewise.
497 * gdb.fortran/module.exp: Likewise.
498 * gdb.fortran/multi-dim.exp: Likewise.
499 * gdb.fortran/nested-funcs.exp: Likewise.
500 * gdb.fortran/print-formatted.exp: Likewise.
501 * gdb.fortran/print_type.exp: Likewise.
502 * gdb.fortran/printing-types.exp: Likewise.
503 * gdb.fortran/ptr-indentation.exp: Likewise.
504 * gdb.fortran/ptype-on-functions.exp: Likewise.
505 * gdb.fortran/subarray.exp: Likewise.
506 * gdb.fortran/vla-alloc-assoc.exp: Likewise.
507 * gdb.fortran/vla-datatypes.exp: Likewise.
508 * gdb.fortran/vla-history.exp: Likewise.
509 * gdb.fortran/vla-ptr-info.exp: Likewise.
510 * gdb.fortran/vla-ptype-sub.exp: Likewise.
511 * gdb.fortran/vla-ptype.exp: Likewise.
512 * gdb.fortran/vla-sizeof.exp: Likewise.
513 * gdb.fortran/vla-type.exp: Likewise.
514 * gdb.fortran/vla-value-sub-arbitrary.exp: Likewise.
515 * gdb.fortran/vla-value-sub-finish.exp: Likewise.
516 * gdb.fortran/vla-value-sub.exp: Likewise.
517 * gdb.fortran/vla-value.exp: Likewise.
518 * gdb.fortran/whatis_type.exp: Likewise.
519 * gdb.mi/mi-var-child-f.exp: Likewise.
520
6dc55ce9 5212020-05-09 Tom de Vries <tdevries@suse.de>
522
523 * gdb.dwarf2/clang-debug-names.exp: Remove PR25952 kfail.
524
283cb58c
TV
5252020-05-08 Tom de Vries <tdevries@suse.de>
526
527 * gdb.dwarf2/clang-debug-names.c: New test.
528 * gdb.dwarf2/clang-debug-names.exp: New file.
529
ac4a4f1c
SM
5302020-05-06 Simon Marchi <simon.marchi@efficios.com>
531
532 * gdb.arch/amd64-prologue-skip-cf-protection.exp: New file.
533 * gdb.arch/amd64-prologue-skip-cf-protection.c: New file.
534
24fe640b
TV
5352020-05-06 Tom de Vries <tdevries@suse.de>
536
537 * gdb.reverse/consecutive-precsave.exp: Handle if instruction after
538 breakpoint is at a "recommended breakpoint location".
539 * gdb.reverse/consecutive-reverse.exp: Same.
540
0d8683a3
TV
5412020-05-06 Tom de Vries <tdevries@suse.de>
542
543 * gdb.base/watchpoint-reuse-slot.exp (stepi): Print $pc to get current
544 address.
545
b8983c46
TV
5462020-05-06 Tom de Vries <tdevries@suse.de>
547
548 * gdb.base/watchpoint-reuse-slot.exp: Fix incorrect assignment.
549
abf6d805
TV
5502020-05-06 Tom de Vries <tdevries@suse.de>
551
552 * gdb.base/store.exp (check_set, up_set): Allowing missing location
553 info for r.
554
0fc2a808
TV
5552020-05-06 Tom de Vries <tdevries@suse.de>
556
557 * gdb.base/shlib-call.exp: Add extra step to reach shmain.c:42, if
558 necessary.
559
873dd427
TV
5602020-05-06 Tom de Vries <tdevries@suse.de>
561
562 * lib/unbuffer_output.c (gdb_unbuffer_output): Change return type to
563 void.
564
7c99e7e2
TV
5652020-05-06 Tom de Vries <tdevries@suse.de>
566
567 * lib/gdb.exp (is_stmt_addresses, hex_in_list): New proc, factored out
568 of ...
569 * gdb.base/async.exp: ... here.
570 * gdb.base/consecutive.exp: Handle if 2nd breakpoint is at a
571 "recommended breakpoint location".
572
6173d6a6
TV
5732020-05-06 Tom de Vries <tdevries@suse.de>
574
575 * gdb.compile/compile-ifunc.exp: Use -Wno-attribute-alias.
576
6015a067
TV
5772020-05-04 Tom de Vries <tdevries@suse.de>
578
579 * gdb.base/async.exp: Check whether instruction addresses are a
580 "recommended breakpoint location".
581
3b6acaee
TT
5822020-05-03 Tom Tromey <tom@tromey.com>
583
584 * gdb.base/sepdebug.exp: Remove "catch" test.
585 * gdb.base/break.exp: Remove "catch" test.
586 * gdb.base/default.exp: Update expected output.
587
5beb4d17
TV
5882020-05-02 Tom de Vries <tdevries@suse.de>
589
590 * lib/gdb.exp (supports_mpx_check_pointer_bounds): New proc.
591 * gdb.arch/i386-mpx-call.exp: Use supports_mpx_check_pointer_bounds.
592 * gdb.arch/i386-mpx-map.exp: Same.
593 * gdb.arch/i386-mpx-sigsegv.exp: Same.
594 * gdb.arch/i386-mpx-simple_segv.exp: Same.
595 * gdb.arch/i386-mpx.exp: Same.
596
8caf140d
TV
5972020-05-02 Tom de Vries <tdevries@suse.de>
598
599 * gdb.base/psym-external-decl.c (main): Add use of variable aaa.
600
693196cb
TV
6012020-05-01 Tom de Vries <tdevries@suse.de>
602
603 * gdb.ada/operator_bp.exp: Allow more than required amount of
604 breakpoint.
605
53ae0aa9
TV
6062020-05-01 Tom de Vries <tdevries@suse.de>
607
608 * gdb.reverse/until-reverse.c (main): Fix Wunused-result warning.
609
ee9d1e5f
HD
6102020-04-30 Hannes Domani <ssbssa@yahoo.de>
611
612 PR gdb/18706
613 * gdb.cp/stub-array-size.cc: New test.
614 * gdb.cp/stub-array-size.exp: New file.
615 * gdb.cp/stub-array-size.h: New test.
616 * gdb.cp/stub-array-size2.cc: New test.
617
d5cf82c0
HD
6182020-04-30 Hannes Domani <ssbssa@yahoo.de>
619
620 * gdb.python/py-format-string.exp: Adjust pretty_arrays expected
621 output to the new format.
622
42e165c3
SM
6232020-04-29 Simon Marchi <simon.marchi@efficios.com>
624
625 * gdb.base/break.exp: Use with_test_prefix.
626
6e4e3fe1
TV
6272020-04-29 Tom de Vries <tdevries@suse.de>
628
629 * lib/gdb.exp (debug_types): New proc.
630 * gdb.guile/scm-symtab.exp: Add xfail for PR gcc/90232.
631 * gdb.python/py-symtab.exp: Same.
632
d642b692
HD
6332020-04-29 Hannes Domani <ssbssa@yahoo.de>
634
635 PR gdb/17320
636 * gdb.base/pretty-array.c: New test.
637 * gdb.base/pretty-array.exp: New file.
638
ea90f227
TV
6392020-04-29 Tom de Vries <tdevries@suse.de>
640
641 PR symtab/25889
642 * gdb.cp/cpexprs.exp: Adapt for inclusion.
643 * gdb.cp/cpexprs-debug-types.exp: New file. Set -fdebug-types-section
644 and include cpexprs.exp.
645
a65189c9
TV
6462020-04-28 Mark Williams <mark@myosotissp.com>
647
648 PR gdb/24480
649 * dw4-toplevel-types.exp: Test for top level types.
650 * dw4-toplevel-types.cc: Test for top level types.
651
32d1f47a
TBA
6522020-04-28 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
653
654 * gdb.threads/stop-with-handle.exp: Fix typo in comment
655 (theads -> threads).
656
56a4f5a1
TV
6572020-04-28 Tom de Vries <tdevries@suse.de>
658
659 * gdb.opt/inline-cmds.exp: Set KFAIL PR.
660
0b2f8a3b
TV
6612020-04-28 Tom de Vries <tdevries@suse.de>
662
663 * gdb.base/info-macros.exp: Remove KFAIL. Add missing trailing ".*".
664
5390c717
TV
6652020-04-28 Tom de Vries <tdevries@suse.de>
666
667 * gdb.ada/array_ptr_renaming.exp: Add PR number in KFAIL.
668
15cd93d0
TV
6692020-04-28 Tom de Vries <tdevries@suse.de>
670
671 * gdb.dwarf2/main-foo.c: New test.
672 * gdb.dwarf2/struct-with-sig.exp: New file.
673
d472f0fb
TV
6742020-04-25 Tom de Vries <tdevries@suse.de>
675
676 * boards/debug-types.exp: New file.
677
8d840e05
AB
6782020-04-25 Andrew Burgess <andrew.burgess@embecosm.com>
679
680 * gdb.btrace/multi-inferior.exp: Avoid paths in test names.
681
bcfe6157
TT
6822020-04-24 Tom Tromey <tom@tromey.com>
683
684 PR symtab/12707:
685 * gdb.python/py-symbol.exp: Update expected results for
686 linkage_name test.
687 * gdb.cp/print-demangle.exp: New file.
688 * gdb.base/c-linkage-name.exp: Fix test.
689 * gdb.guile/scm-symbol.exp: Update expected results for
690 linkage_name test.
691
f049a313
TT
6922020-04-24 Tom Tromey <tom@tromey.com>
693
694 * gdb.dwarf2/dw2-namespaceless-anonymous.S: Remove.
695 * gdb.dwarf2/dw2-namespaceless-anonymous.c: New file.
696 * gdb.dwarf2/dw2-namespaceless-anonymous.exp: Use DWARF
697 assembler.
698
7cf28874
TV
6992020-04-24 Tom de Vries <tdevries@suse.de>
700
701 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: Set language of CU to
702 C++.
703
dac2fef7
TT
7042020-04-24 Tom Tromey <tromey@adacore.com>
705
706 * gdb.ada/frame_arg_lang.exp: Run with multiple -fgnat-encodings
707 values.
708 * gdb.ada/funcall_ref.exp: Run with multiple -fgnat-encodings
709 values. Update test for minimal encodings.
710 * gdb.ada/lang_switch.exp: Update test for minimal encodings.
711 * gdb.ada/var_rec_arr.exp: Run with multiple -fgnat-encodings
712 values. Update test for minimal encodings.
713
1acda803
TT
7142020-04-24 Tom Tromey <tromey@adacore.com>
715
716 PR python/23662:
717 * gdb.ada/variant.exp: Add Python checks.
718 * gdb.rust/simple.exp: Add dynamic type checks.
719
adfb9815
TT
7202020-04-24 Tom Tromey <tromey@adacore.com>
721
722 * gdb.ada/mi_var_array.exp: Try all -fgnat-encodings settings.
723 Make array type matching more lax.
724 * gdb.ada/mi_var_union.exp: Try all -fgnat-encodings settings.
725 * gdb.ada/mi_variant.exp: New file.
726 * gdb.ada/mi_variant/pck.ads: New file.
727 * gdb.ada/mi_variant/pkg.adb: New file.
728 * gdb.ada/packed_tagged.exp: Try all -fgnat-encodings settings.
729 * gdb.ada/unchecked_union.exp: Try all -fgnat-encodings settings.
730
7d79de9a
TT
7312020-04-24 Tom Tromey <tromey@adacore.com>
732
733 * gdb.ada/variant.exp: Add dynamic field offset tests.
734 * gdb.ada/variant/pck.ads (Nested_And_Variable): New type.
735 * gdb.ada/variant/pkg.adb: Add new variables.
736
f8e89861
TT
7372020-04-24 Tom Tromey <tromey@adacore.com>
738
739 * gdb.ada/variant.exp: New file
740 * gdb.ada/variant/pkg.adb: New file
741 * gdb.ada/variant/pck.adb: New file
742
86e887ae
TV
7432020-04-24 Tom de Vries <tdevries@suse.de>
744
745 * lib/gdb.exp (clean_restart): Reset errcnt and warncnt.
746
88428775
TV
7472020-04-24 Tom de Vries <tdevries@suse.de>
748
749 * gdb.dwarf2/dwzbuildid.exp: Add quiet to dwzbuildid-mismatch compile
750 flags.
751
4e86f6e7
TV
7522020-04-24 Tom de Vries <tdevries@suse.de>
753
754 * gdb.dwarf2/dw2-error.exp: Add quiet to compile flags.
755
2016d3e6
TV
7562020-04-24 Tom de Vries <tdevries@suse.de>
757
758 * lib/gdb.exp (default_gdb_start): Handle eof.
759 (clean_restart): Detect and handle gdb_start failure. Return -1 upon
760 failure.
761 * gdb.base/readnever.exp: Handle clean_restart failure.
762
70bc38f5
TV
7632020-04-23 Tom de Vries <tdevries@suse.de>
764
765 * gdb.base/decl-before-def.exp: Run to main and print a again.
766
de82891c
TV
7672020-04-23 Tom de Vries <tdevries@suse.de>
768
769 * gdb.base/decl-before-def-decl.c: New test.
770 * gdb.base/decl-before-def-def.c: New test.
771 * gdb.base/decl-before-def.exp: New file.
772
96038148
TV
7732020-04-23 Tom de Vries <tdevries@suse.de>
774
775 * gdb.base/readnever.exp: Skip if GDBFLAGS contain -readnow/--readnow.
776
54ac3df1
TV
7772020-04-22 Tom de Vries <tdevries@suse.de>
778
779 * gdb.mi/dw2-ref-missing-frame-func.c (.debug_aranges): Fix
780 debug_info_offset.
781 * gdb.mi/dw2-ref-missing-frame.exp: Make sure $objfuncfile comes
782 before $objsfile in the line line.
783
714534e1
TV
7842020-04-22 Tom de Vries <tdevries@suse.de>
785
786 * gdb.dlang/watch-loc.c (.debug_aranges): Fix _Dmain length.
787
16a7dbf4
MS
7882020-02-18 Mihails Strasuns <mihails.strasuns@intel.com>
789
790 * gdb.base/jit-attach-pie.c: Use jit-protocol.h.
791 * gdb.base/jit-elf-main.c: Use jit-protocol.h.
792 * gdb.base/jit-reader-host.c: Use jit-protocol.h.
793 * gdb.base/jit-reader-simple-jit.c: Use jit-protocol.h.
794 * gdb.base/jit-protocol.h: Update definitions to match all usage
795 contexts.
796
7972020-02-18 Mihails Strasuns <mihails.strasuns@intel.com>
798
799 * gdb.base: Rename all jit related test and source files.
800
8012020-02-18 Mihails Strasuns <mihails.strasuns@intel.com>
802
803 * gdb.base/jit-reader.exp: Relax register output check.
804
317d2668
TV
8052020-04-22 Tom de Vries <tdevries@suse.de>
806
807 PR symtab/25764
808 * gdb.base/psym-external-decl-2.c: New test.
809 * gdb.base/psym-external-decl.c: New test.
810 * gdb.base/psym-external-decl.exp: New file.
811 * gdb.threads/tls.exp: Add PR25807 kfail.
812
eea9e357
TV
8132020-04-22 Tom de Vries <tdevries@suse.de>
814
815 PR symtab/25801
816 * gdb.dwarf2/imported-unit.exp: Test that we can get imported_unit.c
817 in "info source" output.
818
3d5afab3
TV
8192020-04-22 Tom de Vries <tdevries@suse.de>
820
821 PR symtab/25700
822 * gdb.dwarf2/imported-unit.exp: Verify that there's only one partial
823 symtab for imported_unit.c.
824
b32102f6
GB
8252020-04-21 Gary Benson <gbenson@redhat.com>
826
827 * gdb.base/advance.c (func): New argument, to match call site.
828 (func2, func3): Add return statements.
829
d43b7a2d
TBA
8302020-04-21 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
831
832 * gdb.multi/run-only-second-inf.c: New file.
833 * gdb.multi/run-only-second-inf.exp: New file.
834
d89edf9b
MM
8352020-04-21 Markus Metzger <markus.t.metzger@intel.com>
836
837 * gdb.btrace/multi-inferior.c: New test.
838 * gdb.btrace/multi-inferior.exp: New file.
839
1a476b6d
MM
8402020-04-21 Markus Metzger <markus.t.metzger@intel.com>
841
842 * gdb.btrace/enable-new-thread.c: New test.
843 * gdb.btrace/enable-new-thread.exp: New file.
844
4778a5f8
TV
8452020-04-21 Tom de Vries <tdevries@suse.de>
846
847 PR gdb/25471
848 * gdb.threads/killed-outside.c: New test.
849 * gdb.threads/killed-outside.exp: New file.
850
9b2c992c
GB
8512020-04-20 Gary Benson <gbenson@redhat.com>
852
853 * gdb.base/nested-subp1.exp: Use support_nested_function_tests.
854 * gdb.base/nested-subp2.exp: Likewise.
855 * gdb.base/nested-subp3.exp: Likewise.
856
b5d1d6f7
GB
8572020-04-20 Gary Benson <gbenson@redhat.com>
858
859 * gdb.base/nested-subp1.exp: Disable test when using clang.
860 * gdb.base/nested-subp2.exp: Likewise.
861 * gdb.base/nested-subp3.exp: Likewise.
862
25230285
GB
8632020-04-20 Gary Benson <gbenson@redhat.com>
864
865 * gdb.cp/exception.cc: Fix compilation error with clang.
866
fa93cc8f
GB
8672020-04-20 Gary Benson <gbenson@redhat.com>
868
809730f3 869 * gdb.trace/tspeed.c: Fix compilation error with clang.
fa93cc8f 870
e0c45f30
GB
8712020-04-20 Gary Benson <gbenson@redhat.com>
872
873 * gdb.base/jit-main.c: Fix compilation error with clang.
874
4ddfec93
KR
8752020-04-17 Kamil Rytarowski <n54@gmx.com>
876
877 * gdb.base/attach-twice.c: Include "sys/types.h".
878 (PTRACE_ATTACH): Add fallback definition.
879 (main): Pass `0' to the 4th argument of `ptrace'.
880
2bed205e
KR
8812020-04-17 Kamil Rytarowski <n54@gmx.com>
882
883 * gdb.base/fork-running-state.c: Include "signal.h".
884
0743fc83
TT
8852020-04-17 Tom Tromey <tromey@adacore.com>
886
887 * gdb.cp/maint.exp (test_help): Simplify multiple_help_body.
888 Update tests.
889 * gdb.btrace/cpu.exp: Update tests.
890 * gdb.base/maint.exp: Update tests.
891 * gdb.base/default.exp: Update tests.
892 * gdb.base/completion.exp: Update tests.
893
efba5c23
TV
8942020-04-16 Tom de Vries <tdevries@suse.de>
895
896 PR symtab/25791
897 * gdb.dwarf2/gdb-add-index.exp (add_gdb_index): Move ...
898 (ensure_gdb_index): and factor out and move ...
899 * lib/gdb.exp (add_gdb_index, ensure_gdb_index): ... here.
900 * gdb.dwarf2/imported-unit-runto-main.exp: New file.
901
d191d716
TV
9022020-04-16 Tom de Vries <tdevries@suse.de>
903
904 * gdb.base/maint-expand-symbols-header-file.exp: Set language before
905 loading exec.
906
99f1bc6a
AB
9072020-04-15 Andrew Burgess <andrew.burgess@embecosm.com>
908
909 * gdb.base/many-completions.exp: New file.
910
194d088f
TV
9112020-04-14 Tom de Vries <tdevries@suse.de>
912
913 PR symtab/25718
914 * gdb.dwarf2/dw2-symtab-includes.exp: New file.
915
c1a66c06
TV
9162020-04-14 Tom de Vries <tdevries@suse.de>
917
918 PR symtab/25720
919 * gdb.base/maint-expand-symbols-header-file.c: New test.
920 * gdb.base/maint-expand-symbols-header-file.exp: New file.
921 * gdb.base/maint-expand-symbols-header-file.h: New test.
922
21b0982c
AB
9232020-04-14 Andrew Burgess <andrew.burgess@embecosm.com>
924
925 * gdb.dwarf2/dw2-inline-many-frames.exp (get_func_info): Delete.
926 * gdb.dwarf2/dw2-inline-small-func.exp: Pass options to
927 get_func_info.
928 (get_func_info): Delete.
929 * gdb.dwarf2/dw2-is-stmt-2.exp (get_func_info): Delete.
930 * gdb.dwarf2/dw2-is-stmt.exp (get_func_info): Delete.
931 * lib/dwarf.exp (get_func_info): New function.
932
dd1cab06
TV
9332020-04-13 Tom de Vries <tdevries@suse.de>
934
935 * lib/ada.exp (find_ada_tool): Pass --GCC and -B to gnatlink, similar
936 to what find_gnatmake does.
937
71ea2b6b
TV
9382020-04-10 Tom de Vries <tdevries@suse.de>
939
940 * gdb.base/style.exp: Expect "Expanding full symbols" message for
941 -readnow.
942
bdfc1e8a
TV
9432020-04-10 Tom de Vries <tdevries@suse.de>
944
945 PR cli/25808
946 * gdb.base/style.c: Add leading newlines.
947 * gdb.base/style.exp: Use gdb_get_line_number to get specific lines.
948 Check listing of main's one-line body.
949
14ca8ecf
TV
9502020-04-08 Tom de Vries <tdevries@suse.de>
951
952 * lib/gdb.exp (psymtabs_p): New proc.
953 * gdb.dwarf2/imported-unit.exp: Mark "no static partial symbols in
954 importing unit" unsupported if there are no partial symbols.
955
e21d048f
TV
9562020-04-08 Tom de Vries <tdevries@suse.de>
957
958 PR testsuite/25760
959 * gdb.ada/call_pn.exp: Call "maint expand-symtabs". Add xfails.
960
25c11aca
TV
9612020-04-07 Tom de Vries <tdevries@suse.de>
962
963 PR symtab/25796
964 * gdb.dwarf2/imported-unit-abstract-const-value.exp: New file.
965
5707e24b
TV
9662020-04-07 Tom de Vries <tdevries@suse.de>
967
968 * gdb.base/check-psymtab.c: New test.
969 * gdb.base/check-psymtab.exp: New file.
970
6ee448cc
TT
9712020-04-06 Tom Tromey <tromey@adacore.com>
972
973 * gdb.ada/variant-record/proc.adb: New file.
974 * gdb.ada/variant-record/value.adb: New file.
975 * gdb.ada/variant-record/value.s: New file.
976 * gdb.ada/variant-record.exp: New file.
977
9e7c9a03
HD
9782020-04-03 Hannes Domani <ssbssa@yahoo.de>
979
980 PR gdb/25325
981 * gdb.cp/typed-enum.cc: New test.
982 * gdb.cp/typed-enum.exp: New file.
983
c90d28ac
AB
9842020-04-02 Andrew Burgess <andrew.burgess@embecosm.com>
985
986 * gdb.dwarf2/dw2-inline-small-func-lbls.c: New file.
987 * gdb.dwarf2/dw2-inline-small-func.c: New file.
988 * gdb.dwarf2/dw2-inline-small-func.exp: New file.
989 * gdb.dwarf2/dw2-inline-small-func.h: New file.
990 * gdb.opt/inline-small-func.c: New file.
991 * gdb.opt/inline-small-func.exp: New file.
992 * gdb.opt/inline-small-func.h: New file.
993
34e9a9fa
AB
9942020-04-02 Andrew Burgess <andrew.burgess@embecosm.com>
995
996 * lib/dwarf.exp (Dwarf::lines::program::DW_LNS_set_file): New
997 function.
998
6a354911
AB
9992020-04-02 Andrew Burgess <andrew.burgess@embecosm.com>
1000
1001 * lib/dwarf.exp (function_range): Allow compiler options to be
1002 specified.
1003
880d9777
TV
10042020-04-02 Tom de Vries <tdevries@suse.de>
1005
1006 * gdb.dwarf2/break-inline-psymtab-2.c (bar): Add
1007 __attribute__((always_inline)).
1008 * gdb.dwarf2/break-inline-psymtab.exp: Don't use -O2.
1009
f32682ea
TV
10102020-04-02 Tom de Vries <tdevries@suse.de>
1011
1012 * lib/gdbserver-support.exp (gdbserver_exit): Factor out of ...
1013 (gdbserver_gdb_exit): ... here. Add timeout warning.
1014 * gdb.multi/multi-target.exp (server_spawn_ids): New global var.
1015 (connect_target_extended_remote): Append new server_spawn_id to
1016 server_spawn_ids.
1017 (cleanup): New proc.
1018 (setup, <toplevel>): Call cleanup.
1019
d3214198
TV
10202020-04-02 Tom de Vries <tdevries@suse.de>
1021
1022 * gdb.base/main-psymtab.exp: New file.
1023
cc77ed24
TV
10242020-04-02 Tom de Vries <tdevries@suse.de>
1025
1026 * gdb.fortran/mixed-lang-stack.exp: Accept new complex printing style.
1027
3638a098
TT
10282020-04-01 Tom Tromey <tom@tromey.com>
1029
1030 * gdb.base/complex-parts.exp: Add type tests.
1031
c34e8714
TT
10322020-04-01 Tom Tromey <tom@tromey.com>
1033
1034 * gdb.base/complex-parts.exp: Add arithmetic tests.
1035
981c08ce
TT
10362020-04-01 Tom Tromey <tom@tromey.com>
1037
1038 * gdb.compile/compile.exp: Update.
1039 * gdb.compile/compile-cplus.exp: Update.
1040 * gdb.base/varargs.exp: Update.
1041 * gdb.base/floatn.exp: Update.
1042 * gdb.base/endianity.exp: Update.
1043 * gdb.base/callfuncs.exp (do_function_calls): Update.
1044 * gdb.base/funcargs.exp (complex_args, complex_integral_args)
1045 (complex_float_integral_args): Update.
1046 * gdb.base/complex.exp: Update.
1047 * gdb.base/complex-parts.exp: Update.
1048
3d1cfd43
TT
10492020-04-01 Tom Tromey <tromey@adacore.com>
1050
1051 * gdb.rust/union.rs: New file.
1052 * gdb.rust/union.exp: New file.
1053 * gdb.rust/simple.rs (Union, Union2): Move to union.rs.
1054 (main): Update.
1055 * gdb.rust/simple.exp: Move union tests to union.exp.
1056
e033dfa9
TT
10572020-04-01 Tom Tromey <tromey@adacore.com>
1058
1059 * gdb.rust/simple.rs (main): Remove "y0".
1060
53cccef1
TBA
10612020-04-01 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1062
1063 * gdb.multi/stop-all-on-exit.c: New test.
1064 * gdb.multi/stop-all-on-exit.exp: New file.
1065
60e22c1e
HD
10662020-04-01 Hannes Domani <ssbssa@yahoo.de>
1067
1068 PR gdb/24789
1069 * gdb.cp/misc.cc: Add integer reference variable.
1070 * gdb.cp/misc.exp: Add test.
1071
e139a727
TBA
10722020-04-01 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1073
1074 * gdb.server/stop-reply-no-thread.exp: Enhance the test
1075 scenario to cover execution until the end and also the case
1076
16b0db75
TV
10772020-03-31 Tom de Vries <tdevries@suse.de>
1078
1079 * gdb.base/c-linkage-name.exp: Fix test-case comment. Set language to
1080 c. Use "maint info symtabs" to check symtab expansion.
1081
c0502da6
TV
10822020-03-30 Tom de Vries <tdevries@suse.de>
1083
1084 * gdb.base/c-linkage-name.exp: Use readnow call to mark a test
1085 unsupported.
1086 (verify_psymtab_expanded): Move ...
1087 * lib/gdb.exp (verify_psymtab_expanded): ... here. Add unsupported
1088 test.
1089 (readnow): New proc.
1090
5935fd15
AB
10912020-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
1092
1093 * gdb.fortran/mixed-lang-stack.exp: Replace two hard coded address
1094 with $hex.
1095
1773be9e
TT
10962020-03-20 Tom Tromey <tromey@adacore.com>
1097
1098 * gdb.dwarf2/dw2-ranges-base.exp: Update regular expressions.
1099
70304be9
TT
11002020-03-20 Tom Tromey <tromey@adacore.com>
1101
1102 * gdb.ada/sub_variant/subv.adb: New file.
1103 * gdb.ada/sub_variant.exp: New file.
1104
0dd7b8f7
TV
11052020-03-20 Tom de Vries <tdevries@suse.de>
1106
1107 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): Bail out if
1108 first break fails.
1109 * gdb.threads/step-over-trips-on-watchpoint.exp: (do_test): Same.
1110
cada5fc9
AB
11112020-03-19 Andrew Burgess <andrew.burgess@embecosm.com>
1112
1113 * gdb.server/exit-multiple-threads.c: New file.
1114 * gdb.server/exit-multiple-threads.exp: New file.
1115
6b8c53f2
AB
11162020-03-19 Andrew Burgess <andrew.burgess@embecosm.com>
1117
1118 * gdb.fortran/mixed-lang-stack.c: New file.
1119 * gdb.fortran/mixed-lang-stack.cpp: New file.
1120 * gdb.fortran/mixed-lang-stack.exp: New file.
1121 * gdb.fortran/mixed-lang-stack.f90: New file.
1122
19a2740f
AB
11232020-03-19 Andrew Burgess <andrew.burgess@embecosm.com>
1124
1125 * gdb.linespec/cp-completion-aliases.cc: New file.
1126 * gdb.linespec/cp-completion-aliases.exp: New file.
1127
d8c8b848
TV
11282020-03-19 Tom de Vries <tdevries@suse.de>
1129
1130 * gdb.opt/inline-locals.exp: Add kfail PR number. Make kfail matching
1131 more precise.
1132
a9933ccf
TV
11332020-03-18 Tom de Vries <tdevries@suse.de>
1134
1135 * gdb.dwarf2/break-inline-psymtab-2.c: New test.
1136 * gdb.dwarf2/break-inline-psymtab.c: New test.
1137 * gdb.dwarf2/break-inline-psymtab.exp: New file.
1138
2f89101f
TV
11392020-03-16 Tom de Vries <tdevries@suse.de>
1140
1141 * lib/cache.exp (gdb_do_cache): Add and handle local variables
1142 cache_verify and cache_verify_proc.
1143
6b9374f1
TV
11442020-03-15 Tom de Vries <tdevries@suse.de>
1145
1146 * gdb.server/solib-list.exp: Handle
1147 'Load new symbol table from "/lib64/ld-2.26.so"? (y or n)'.
1148
eaeaf44c
TV
11492020-03-15 Tom de Vries <tdevries@suse.de>
1150
1151 * gdb.base/maint.exp: Use exp_continue in long lines for "maint print
1152 objfiles".
1153
3293bbaf
TT
11542020-03-14 Tom Tromey <tom@tromey.com>
1155
1156 * gdb.base/cvexpr.exp: Add test for _Atomic and restrict.
1157
ab44624c
TV
11582020-03-14 Tom de Vries <tdevries@suse.de>
1159
1160 * gdb.mi/mi-fortran-modules.exp: Use exp_continue.
1161
54c43825
TV
11622020-03-14 Tom de Vries <tdevries@suse.de>
1163
1164 * gdb.threads/attach-many-short-lived-threads.exp: Read "info threads"
1165 result in line-by-line fashion.
1166
2ac70237
TV
11672020-03-14 Tom de Vries <tdevries@suse.de>
1168
1169 * lib/gdb.exp (supports_statement_frontiers): New proc.
1170 * gdb.cp/step-and-next-inline.exp: Use supports_statement_frontiers.
1171
09546b56
TV
11722020-03-14 Tom de Vries <tdevries@suse.de>
1173
1174 * gdb.base/printcmds.exp: Add missing quoting for "print
1175 teststring2".
1176
a1f6a07c
TT
11772020-03-13 Tom Tromey <tom@tromey.com>
1178
1179 * gdb.base/printcmds.exp (test_print_strings): Add regression
1180 test.
1181 * gdb.base/printcmds.c (charptr): New typedef.
1182 (teststring2): New global.
1183
1b83d09c
AB
11842020-03-13 Andrew Burgess <andrew.burgess@embecosm.com>
1185
1186 * gdb.base/break-interp.exp: Use the tail of the filename, not the
1187 full path in the test name.
1188 (test_ld): Add some with_test_prefix blocks to make test names
1189 unique.
1190
2d61316c
TV
11912020-03-13 Tom de Vries <tdevries@suse.de>
1192
1193 * gdb.mi/mi-sym-info.exp: Fix buffer full errors, and timeouts.
1194
2e9145ac
TV
11952020-03-13 Tom de Vries <tdevries@suse.de>
1196
1197 * gdb.mi/mi-sym-info.exp: Make matching more precise.
1198
96c7f873
TV
11992020-03-13 Tom de Vries <tdevries@suse.de>
1200
1201 PR symtab/25646
1202 * gdb.dwarf2/imported-unit.exp: Add test.
1203
49ba92c0
TV
12042020-03-13 Tom de Vries <tdevries@suse.de>
1205
1206 * gdb.mi/mi-sym-info-2.c (another_char_t, another_short_t): New typedef.
1207 (var1, var2): New variable.
1208 * gdb.mi/mi-sym-info.exp: Add --name to various commands to restrict
1209 matching symbols.
1210
301b21e0
TV
12112020-03-13 Tom de Vries <tdevries@suse.de>
1212
1213 * lib/tuiterm.exp (Term::command_no_prompt_prefix): New proc.
1214 (Term::command): Use prompt prefix.
1215 (Term::enter_tui): Use command_no_prompt_prefix instead of prefix.
1216 * gdb.tui/tui-layout-asm-short-prog.exp: Use
1217 command_no_prompt_prefix instead of prefix.
1218 * gdb.tui/tui-layout-asm.exp: Same.
1219
3f512721
SM
12202020-03-12 Simon Marchi <simon.marchi@efficios.com>
1221
1222 * gdb.base/break-interp.exp: Use foreach_with_prefix.
1223
40310f30
SM
12242020-03-12 Simon Marchi <simon.marchi@efficios.com>
1225
1226 * gdb.arch/amd64-disp-step-avx.S: Add nops after _start.
1227 * gdb.arch/amd64-disp-step-avx.exp: Enable "set debug displaced
1228 on" while stepping over the test instruction, match printed
1229 message.
1230
09252140
TV
12312020-03-12 Tom de Vries <tdevries@suse.de>
1232
1233 * gdb.base/info-types.exp: Use exp_continue during matching of output
1234 of "info types".
1235
14e9c72c
TV
12362020-03-12 Tom de Vries <tdevries@suse.de>
1237
1238 * gdb.threads/execl.exp: Delete breakpoint after hitting it.
1239
e515d67e
TV
12402020-03-12 Tom de Vries <tdevries@suse.de>
1241
1242 * gdb.fortran/module.exp: Use exp_continue during matching of output
1243 of "info variable -n".
1244
307eafd8
TV
12452020-03-12 Tom de Vries <tdevries@suse.de>
1246
1247 * gdb.dwarf2/dw2-ranges-base.exp: Limit "maint info line-table" to
1248 gdb.dwarf2/dw2-ranges-base.c.
1249
9a2de3fc
TV
12502020-03-12 Tom de Vries <tdevries@suse.de>
1251
1252 * gdb.linespec/explicit.exp: Fix "complete non-unique file name" test
1253 in presence of GLIBC debuginfo.
1254
3217502e
TV
12552020-03-12 Tom de Vries <tdevries@suse.de>
1256
1257 * lib/gdb.exp (gdb_core_cmd): Use string_to_regexp for regexp-matching
1258 $core.
1259
1281424c
TV
12602020-03-12 Tom de Vries <tdevries@suse.de>
1261
1262 * lib/gdb.exp (gdb_core_cmd): Make "No such file or directory" regexp
1263 more precise.
1264
038b97fc
SM
12652020-03-11 Simon Marchi <simon.marchi@efficios.com>
1266
1267 * lib/gdb.exp (standard_output_file): Use `pwd -W` to convert
1268 from Unix to Windows path.
1269
5308d1e7
TV
12702020-03-11 Tom de Vries <tdevries@suse.de>
1271
1272 * gdb.ada/minsyms.exp: Set language to ada.
1273
f870f78f
TV
12742020-03-11 Tom de Vries <tdevries@suse.de>
1275
1276 * gdb.server/sysroot.exp: Allow GLIBC's printf alias __printf.
1277
5a13315d
TV
12782020-03-11 Tom de Vries <tdevries@suse.de>
1279
1280 * gdb.btrace/reconnect.exp: Allow source line pattern after stepi.
1281
976862ed
TT
12822020-03-11 Tom Tromey <tromey@adacore.com>
1283
1284 * gdb.dwarf2/variant.exp: Mark discriminants as artificial.
1285
7462c383
TV
12862020-03-11 Tom de Vries <tdevries@suse.de>
1287
1288 * gdb.base/foll-fork.exp: Allow "Reading in symbols" messages.
1289
1c6c46a0
TV
12902020-03-11 Tom de Vries <tdevries@suse.de>
1291
1292 * gdb.base/break-interp.exp: Limit verbose scope.
1293
44f41bb7
TV
12942020-03-11 Tom de Vries <tdevries@suse.de>
1295
1296 * gdb.fortran/logical.f90: Define variable with character type.
1297 * gdb.fortran/logical.exp: Use character type instead of uint8_t.
1298
b76f3a42
TV
12992020-03-11 Tom de Vries <tdevries@suse.de>
1300
1301 * gdb.base/list-ambiguous.exp: Set EDITOR to true.
1302
1c33af77
TV
13032020-03-11 Tom de Vries <tdevries@suse.de>
1304
1305 * gdb.ada/access_to_packed_array.exp: Test printing of expanded
1306 symtabs.
1307
8c95582d
AB
13082020-03-10 Andrew Burgess <andrew.burgess@embecosm.com>
1309 Bernd Edlinger <bernd.edlinger@hotmail.de>
1310
1311 * gdb.cp/step-and-next-inline.cc: New file.
1312 * gdb.cp/step-and-next-inline.exp: New file.
1313 * gdb.cp/step-and-next-inline.h: New file.
1314 * gdb.dwarf2/dw2-is-stmt.c: New file.
1315 * gdb.dwarf2/dw2-is-stmt.exp: New file.
1316 * gdb.dwarf2/dw2-is-stmt-2.c: New file.
1317 * gdb.dwarf2/dw2-is-stmt-2.exp: New file.
1318 * gdb.dwarf2/dw2-ranges-base.exp: Update line table pattern.
1319
cecf8547
AB
13202020-03-10 Andrew Burgess <andrew.burgess@embecosm.com>
1321
1322 * lib/dwarf.exp (Dwarf::lines) Add support for modifying the
1323 is-stmt flag in the line table.
1324
0ba678c9
TV
13252020-03-09 Tom de Vries <tdevries@suse.de>
1326
1327 * lib/gdb.exp (cached_file): Create cache dir.
1328
72fbdf83
TV
13292020-03-07 Tom de Vries <tdevries@suse.de>
1330
1331 * gdb.cp/ref-params.exp: Compare build_executable result with -1.
1332 * gdb.cp/rvalue-ref-params.exp: Same.
1333
436b5e99
TV
13342020-03-06 Tom de Vries <tdevries@suse.de>
1335
1336 * lib/gdb.exp (tentative_rename, cached_file): New proc.
1337 * boards/cc-with-tweaks.exp: Use cached_file to create gdb.sh.
1338
09f2921c
TV
13392020-03-06 Tom de Vries <tdevries@suse.de>
1340
1341 * README: Fix "the the".
1342 * gdb.base/dprintf.exp: Same.
1343
50a3cc5d
TV
13442020-03-05 Tom de Vries <tdevries@suse.de>
1345
1346 * gdb.base/maint.exp: Update "main print statistics" expected output.
1347
0a709cba
AKS
13482020-03-04 Alok Kumar Sharma <AlokKumar.Sharma@amd.com>
1349
1350 * lib/fortran.exp (fortran_int4): Handle flang kind printing.
1351 (fortran_int8): Likewise.
1352 (fortran_real4): Likewise.
1353 (fortran_real8): Likewise.
1354 (fortran_complex4): Likewise.
1355 (fortran_logical4): Likewise.
1356 (fortran_character1): Likewise.
1357
5e5d66b6
AB
13582020-03-03 Andrew Burgess <andrew.burgess@embecosm.com>
1359
1360 * gdb.fortran/logical.exp: Add tests that any non-zero value is
1361 printed as true.
1362
7b973adc
SDJ
13632020-03-03 Sergio Durigan Junior <sergiodj@redhat.com>
1364
1365 * gdb.base/printcmds.exp: Add test to verify printf of a
1366 variable holding an address.
1367
478e490a
TV
13682020-03-03 Tom de Vries <tdevries@suse.de>
1369
1370 * gdb.mi/gdb2549.exp: Fix "register values t" check-read1 timeout.
1371
1ef44e86
TV
13722020-03-03 Tom de Vries <tdevries@suse.de>
1373
1374 * gdb.mi/list-thread-groups-available.exp: Use -prompt syntax for
1375 gdb_test_multiple call.
1376
b98cc2cf
TV
13772020-03-03 Tom de Vries <tdevries@suse.de>
1378
1379 * gdb.mi/mi-sym-info.exp: Add missing -prompt "$mi_gdb_prompt$" to
1380 gdb_test_multiple calls.
1381
63e163f2
AB
13822020-03-02 Andrew Burgess <andrew.burgess@embecosm.com>
1383
1384 * gdb.base/default.exp: Remove test of 'set history filename'.
1385 * gdb.base/gdbinit-history.exp: Add tests for setting the history
1386 filename to the empty string.
1387 * lib/gdb.exp (gdb_init): Unset environment variables GDBHISTFILE
1388 and GDBHISTSIZE.
1389
24ed6739
AB
13902020-03-02 Andrew Burgess <andrew.burgess@embecosm.com>
1391
1392 * gdb.server/stop-reply-no-thread.exp: Add test where T packet is
1393 disabled.
1394
590003dc
TV
13952020-03-02 Pedro Alves <palves@redhat.com>
1396 Tom de Vries <tdevries@suse.de>
1397
1398 * lib/gdb.exp (gdb_test_multiple): Handle prompt_regexp option using
1399 -prompt prefix, before user_code argument. Add -lbl option likewise.
1400 (skip_python_tests_prompt, skip_libstdcxx_probe_tests_prompt)
1401 (gdb_is_target_1): Add -prompt prefix and move to before user_code
1402 argument.
1403 * gdb.base/corefile-buildid.exp: Use -lbl option. Rewrite regexps to
1404 have "\r\n" at start-of-line, instead of at end-of-line.
1405
f5e46084
SM
14062020-02-28 Simon Marchi <simon.marchi@efficios.com>
1407
1408 * lib/trace-support.exp (get_in_proc_agent): Adjust path to
1409 libinproctrace.so.
1410
f7a7000d
LM
14112020-02-28 Luis Machado <luis.machado@linaro.org>
1412
1413 * gdb.arch/aarch64-fp.exp: Switch from "info registers" command
1414 to "p/x".
1415
718e0816
LM
14162020-02-28 Luis Machado <luis.machado@linaro.org>
1417
1418 * gdb.arch/aarch64-dbreg-contents.c: Include stdlib.h, unistd.h,
1419 asm/ptrace.h and error.h.
1420
13c3a74a
TV
14212020-02-28 Tom de Vries <tdevries@suse.de>
1422
1423 * gdb.base/c-linkage-name.c (main): Call do_something_other_cu.
1424 (struct wrapper, do_something, mundane/symada__cS): Move ...
1425 * gdb.base/c-linkage-name-2.c: ... here. New source file.
1426 * gdb.base/c-linkage-name.exp: Add verification of psymtab expansion.
1427 Update "print symada__cS before partial symtab expansion" regexp.
1428 Update breakpoint location. Flush symbol cache after expansion.
1429
85d2d5bb
LM
14302020-02-28 Luis Machado <luis.machado@linaro.org>
1431
1432 * gdb.arch/aarch64-pauth.exp: Recognize optional PAC output.
1433
3608f86c
TV
14342020-02-27 Tom de Vries <tdevries@suse.de>
1435
1436 * config/sid.exp: Remove unused globals.
1437 * gdb.base/attach.exp: Same.
1438 * gdb.base/catch-load.exp: Same.
1439 * gdb.base/dbx.exp: Same.
1440 * lib/gdb.exp: Same.
1441 * lib/mi-support.exp: Same.
1442 * lib/prompt.exp: Same.
1443
c8d4f6df
TV
14442020-02-27 Tom de Vries <tdevries@suse.de>
1445
1446 * lib/tuiterm.exp (spawn): Handle case that spawn_out(slave,name) is
1447 not set.
1448
0d79cdc4
AM
14492020-02-26 Aaron Merey <amerey@redhat.com>
1450
1451 * gdb.debuginfod: New directory for debuginfod tests.
1452 * gdb.debuginfod/main.c: New test file.
1453 * gdb.debuginfod/fetch_src_and_symbols.exp: New tests.
1454
0dce4280
TV
14552020-02-26 Tom de Vries <tdevries@suse.de>
1456
1457 PR gdb/25603
1458 * gdb.base/persistent-lang.cc: New test.
1459 * gdb.base/persistent-lang.exp: New file.
1460
9e80cfa1
AB
14612020-02-25 Andrew Burgess <andrew.burgess@embecosm.com>
1462
1463 * gdb.fortran/derived-type-striding.exp: Add a new test.
1464 * gdb.fortran/derived-type-striding.f90: Add pointer variable for
1465 new test.
1466
2078dbb2
AB
14672020-02-25 Andrew Burgess <andrew.burgess@embecosm.com>
1468
1469 * gdb.base/cached-source-file.exp: Avoid source file paths in test
1470 names.
1471
70d49700
TV
14722020-02-25 Tom de Vries <tdevries@suse.de>
1473
1474 PR go/18926
1475 * gdb.go/methods.exp: Remove gcc/93866 xfail.
1476
a88ef40d
TV
14772020-02-24 Tom de Vries <tdevries@suse.de>
1478
1479 PR gdb/25592
1480 * gdb.base/info-locals-unused-static-var.c: New test.
1481 * gdb.base/info-locals-unused-static-var.exp: New file.
1482
01b1af32
TT
14832020-02-22 Tom Tromey <tom@tromey.com>
1484
1485 * gdb.python/tui-window.exp: New file.
1486 * gdb.python/tui-window.py: New file.
1487
7c043ba6
TT
14882020-02-22 Tom Tromey <tom@tromey.com>
1489
1490 PR tui/17850:
1491 * gdb.tui/new-layout.exp: Add horizontal layout and winheight
1492 tests.
1493
c22fef7e
TT
14942020-02-22 Tom Tromey <tom@tromey.com>
1495
1496 * gdb.tui/new-layout.exp: Add sub-layout tests.
1497
ee325b61
TT
14982020-02-22 Tom Tromey <tom@tromey.com>
1499
1500 * gdb.tui/new-layout.exp: New file.
1501
3f0cbb04
TT
15022020-02-22 Tom Tromey <tom@tromey.com>
1503
1504 * gdb.rust/rust-style.rs: New file.
1505 * gdb.rust/rust-style.exp: New file.
1506 * gdb.base/style.exp: Test structure printing.
1507 * gdb.base/style.c (struct some_struct): New type.
1508 (enum etype): New type.
1509 (struct_value): New global.
1510
75525152
TV
15112020-02-21 Tom de Vries <tdevries@suse.de>
1512
1513 PR go/18926
1514 * lib/gdb.exp (bp_location2/bp_location2_regexp): Fix.
1515 Remove blanket xfails. Use message argument for gdb_breakpoint.
1516 Make continuing to breakpoint test conditional on setting breakpoint.
1517 Fix continuing to breakpoint regexp. Add xfails for gccgo-6/7
1518 DW_AT_name attribute. Add xfail for GCC PR93866.
1519
bd360d30
AB
15202020-02-21 Andrew Burgess <andrew.burgess@embecosm.com>
1521
1522 * gdb.dwarf2/cpp-linkage-name.c: New file.
1523 * gdb.dwarf2/cpp-linkage-name.exp: New file.
1524
c7adb09f 15252020-02-21 Shahab Vahedi <shahab@synopsys.com>
24ac169a
SV
1526
1527 * lib/gdb.exp (gdb_wrapper_init): Reset
1528 "gdb_wrapper_initialized" to 0 if "wrapper_file" does
1529 not exist.
1530
a9c79803
TV
15312020-02-20 Tom de Vries <tdevries@suse.de>
1532
1533 PR go/17018
1534 * gdb.go/hello.exp: Copy ...
1535 * gdb.go/global-local-var-shadow.exp: ... here. New file. Expect
1536 print of st to print value of global definition. Add xfail for GCC
1537 PR93844.
1538 * gdb.go/hello.exp: Remove printing of st before definition.
1539 * gdb.go/hello.go: Copy ...
1540 * gdb.go/global-local-var-shadow.go: ... here. New test. Rename myst
1541 to st.
1542 * gdb.go/hello.go: Remove myst. Remove comment about shadowing.
1543
d7445728
TV
15442020-02-20 Tom de Vries <tdevries@suse.de>
1545
1546 * lib/gdb.exp (support_go_compile): New gdb_caching_proc.
1547 (gdb_simple_compile): Handle compile_flags go by using .go extension
1548 for source file.
1549 * gdb.go/chan.exp: Use support_go_compile.
1550 * gdb.go/handcall.exp: Same.
1551 * gdb.go/hello.exp: Same.
1552 * gdb.go/integers.exp: Same.
1553 * gdb.go/max-depth.exp: Same.
1554 * gdb.go/methods.exp: Same.
1555 * gdb.go/package.exp: Same.
1556 * gdb.go/strings.exp: Same.
1557 * gdb.go/types.exp: Same.
1558 * gdb.go/unsafe.exp: Same.
1559
c9c41e6d
TV
15602020-02-19 Tom de Vries <tdevries@suse.de>
1561
1562 * gdb.python/lib-types.exp: Make xfail more strict.
1563
f20ff837
TV
15642020-02-19 Tom de Vries <tdevries@suse.de>
1565
1566 * gdb.ada/funcall_ref.exp: Replace xfail setup by unsupported check.
1567
08410482
DE
15682020-02-19 Doug Evans <dje@google.com>
1569
1570 PR rust/25535
1571 * gdb.rust/simple.exp: Add test.
1572 * gdb.rust/simple.rs: Add test.
1573
623563f7
TV
15742020-02-19 Tom de Vries <tdevries@suse.de>
1575
1576 * gdb.base/corefile-buildid.exp (check_exec_file): Match info files
1577 output line-by-line.
1578
d3308cfd
TV
15792020-02-19 Tom de Vries <tdevries@suse.de>
1580
1581 * gdb.cp/cpexprs.exp: Remove c++/14186 kfail.
1582
86cbc5dc
TV
15832020-02-19 Tom de Vries <tdevries@suse.de>
1584
1585 * gdb.base/solib-overlap.exp: Use exec instead of system to execute
1586 prelink.
1587
9db2b96b
TV
15882020-02-19 Tom de Vries <tdevries@suse.de>
1589
1590 * lib/cache.exp (ignore_pass, gdb_do_cache_wrap): New proc.
1591 (gdb_do_cache): Use gdb_do_cache_wrap.
1592 * gdb.base/gdb-caching-proc.exp (test_proc): Use gdb_do_cache_wrap.
1593
89e2fdc5
TV
15942020-02-19 Tom de Vries <tdevries@suse.de>
1595
1596 * lib/dtrace.exp (dtrace_build_usdt_test_program): Use quiet as
1597 gdb_compile option.
1598
373d7ac0
SM
15992020-02-18 Simon Marchi <simon.marchi@efficios.com>
1600
1601 * gdb.base/printcmds.exp (test_print_enums): Update expected
1602 output.
1603
b29a2df0
SM
16042020-02-18 Simon Marchi <simon.marchi@efficios.com>
1605
1606 * gdb.base/printcmds.exp (test_print_enums): Expect hex values
1607 for "unknown".
1608
6740f0cc
SM
16092020-02-18 Simon Marchi <simon.marchi@efficios.com>
1610
1611 * gdb.base/printcmds.c (enum flag_enum): Add FE_TWO_LEGACY
1612 enumerator.
1613
edd45eb0
SM
16142020-02-18 Simon Marchi <simon.marchi@efficios.com>
1615
1616 * gdb.base/printcmds.c (enum flag_enum): Prefix enumerators with
1617 FE_, add FE_NONE.
1618 (three): Update.
1619 (enum flag_enum_without_zero): New enum.
1620 (flag_enum_without_zero): New variable.
1621 (enum not_flag_enum): New enum.
1622 (three_not_flag): New variable.
1623 * gdb.base/printcmds.exp (test_artificial_arrays): Update.
1624 (test_print_enums): Add more tests for printing flag enums.
1625
d4295de4
TV
16262020-02-18 Tom de Vries <tdevries@suse.de>
1627
1628 * lib/ada.exp (gdb_compile_ada_1): Factor out of ...
1629 (gdb_compile_ada): ... here.
1630 (gnat_runtime_has_debug_info): Remove fail call for gdb_compile_ada
1631 failure. Use gdb_compile_ada_1 instead of gdb_compile_ada.
1632
f251f505
TT
16332020-02-14 Tom Tromey <tom@tromey.com>
1634
1635 * lib/gdbserver-support.exp (find_gdbserver): Find gdbserver in
1636 build directory.
1637 * boards/gdbserver-base.exp: Update path to gdbserver.
1638
8f432634
TV
16392020-02-13 Tom de Vries <tdevries@suse.de>
1640
1641 * lib/ada.exp (gdb_compile_ada): Delete stale exec before compilation.
1642
92b6eaf7
TV
16432020-02-13 Tom de Vries <tdevries@suse.de>
1644
1645 * gdb.ada/catch_ex_std.exp: Indicate unsupported if gnatbind/gnatlink
1646 are missing.
1647
f3b0f7fe
TV
16482020-02-13 Tom de Vries <tdevries@suse.de>
1649
1650 * lib/ada.exp (gnatmake_version_at_least): Wrap exec call in a catch
1651 call.
1652
f6be8713
SDJ
16532020-02-11 Sergio Durigan Junior <sergiodj@redhat.com>
1654
1655 PR tui/25126
1656 https://bugzilla.redhat.com/show_bug.cgi?id=1784210
1657 * gdb.base/cached-source-file.c: New file.
1658 * gdb.base/cached-source-file.exp: New file.
1659
b2770d5e
TV
16602020-02-11 Tom de Vries <tdevries@suse.de>
1661
1662 PR testsuite/25488
1663 * lib/gdb.exp (gdb_init): Unset $file_last_loaded.
1664
44f6938e
TV
16652020-02-10 Tom de Vries <tdevries@suse.de>
1666
1667 * gdb.multi/multi-target.exp: Skip if skip_gdbserver_tests.
1668
5f0e2eb7
MR
16692020-02-10 Maciej W. Rozycki <macro@wdc.com>
1670
1671 * gdb.base/step-over-no-symbols.exp: Verify that $before_addr
1672 and $after_addr are both integers before making a comparison.
1673
46ce2b6f
TV
16742020-02-09 Tom de Vries <tdevries@suse.de>
1675
1676 * gdb.base/many-headers.exp: Echo gdb command to gdb.log. Capture gdb
1677 command output and paste it into gdb.log. If any, paste catch message
1678 to gdb.log.
1679
5abbbe1d
TT
16802020-02-07 Tom Tromey <tromey@adacore.com>
1681
1682 PR breakpoints/24915:
1683 * gdb.base/annotate-symlink.exp: Use setup_xfail.
1684
1d5d29e7
SV
16852020-02-06 Shahab Vahedi <shahab@synopsys.com>
1686
1687 * gdb.tui/tui-missing-src.exp: Add the "missing source
1688 file" test for the TUI.
1689
b0999b9b
AB
16902020-02-06 Andrew Burgess <andrew.burgess@embecosm.com>
1691
1692 * gdb.server/multi-ui-errors.exp: Give a test a real name to avoid
1693 including a port number in the output.
1694
c3b149eb
AKS
16952020-02-04 Alok Kumar Sharma <alokkumar.sharma@amd.com>
1696
1697 * lib/fortran.exp (fortran_int4): Handle clang.
1698 (fortran_int8): Likewise.
1699 (fortran_real4): Likewise.
1700 (fortran_real8): Likewise.
1701 (fortran_complex4): Likewise.
1702 (fortran_logical4): Likewise.
1703 (fortran_character1): Likewise.
1704
f8dcc90b
TV
17052020-02-04 Tom de Vries <tdevries@suse.de>
1706
1707 * README (Race detection): Add note.
1708
f90ac7c2
TV
17092020-02-04 Tom de Vries <tdevries@suse.de>
1710
1711 * lib/gdb.exp (inferior_exited_re): Use "\[^\n\r\]*" instead of ".*".
1712
780636ae
TV
17132020-02-04 Tom de Vries <tdevries@suse.de>
1714
1715 * lib/gdb.exp (inferior_exited_re): Use non-capturing parentheses.
1716
5d2e1193
RA
17172020-02-03 Rogerio A. Cardoso <rcardoso@linux.ibm.com>
1718
1719 * gdb.arch/powerpc-power8.exp: Delete trailing whitespace of
1720 tbegin., tend. instructions. Replace bctar-, bctar+, bctarl-,
1721 bctarl+ extended mnemonics when avaliable by bgttar, bnstarl,
1722 blttar, bnetarl.
1723 * gdb.arch/powerpc-power8.s: Fix comments. Fix instructions
1724 binary for blttar, bnetarl.
1725 * gdb.arch/powerpc-power9.exp: Delete trailing whitespace of
1726 wait instruction. Delete ldmx test.
1727 * gdb.arch/powerpc-power9.s: Delete ldmx instruction.
1728
e409c542
AKS
17292020-02-03 Alok Kumar Sharma <AlokKumar.Sharma@amd.com>
1730
1731 * gdb.fortran/array-bounds-high.exp: New file.
1732 * gdb.fortran/array-bounds-high.f90: New file.
1733
b0029748
LD
17342020-02-03 Lukas Durfina <ldurfina@tachyum.com> (tiny change)
1735
1736 * gdb.base/fileio.c: Remove #include of <sys/errno.h>.
1737 Replace #include of <sys/fcntl.h> by <fcntl.h>.
1738
195a8287
TV
17392020-02-01 Tom de Vries <tdevries@suse.de>
1740
1741 * gdb.server/server-kill-python.exp: Fix $gdb_tst_name typo.
1742
42330a68
AB
17432020-01-31 Andrew Burgess <andrew.burgess@embecosm.com>
1744
1745 PR tui/9765
1746 * gdb.tui/tui-layout-asm-short-prog.S: New file.
1747 * gdb.tui/tui-layout-asm-short-prog.exp: New file.
1748
b62a8028
LM
17492020-01-29 Luis Machado <luis.machado@linaro.org>
1750
1751 * gdb.arch/aarch64-brk-patterns.c: New source file.
1752 * gdb.arch/aarch64-brk-patterns.exp: New test.
1753
5f440116
TBA
17542020-01-29 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1755
1756 * gdb.cp/pass-by-ref-2.exp: Mark some tests as XFAIL based on the
1757 GCC/Clang version.
1758 * gdb.cp/pass-by-ref.exp: Ditto.
1759
ee2a6fc6
TV
17602020-01-29 Tom de Vries <tdevries@suse.de>
1761
1762 * gdb.threads/watchpoint-fork-child.c: Guard prints with #if DEBUG.
1763 * gdb.threads/watchpoint-fork-mt.c: Same.
1764 * gdb.threads/watchpoint-fork-parent.c: Same.
1765 * gdb.threads/watchpoint-fork-st.c: Same.
1766 * gdb.threads/watchpoint-fork.exp: Compile with DEBUG=0.
1767
16b10d6e
LM
17682020-01-27 Luis Machado <luis.machado@linaro.org>
1769
1770 * gdb.base/step-over-syscall.exp (setup): Check if we're already
1771 sitting at a syscall instruction when we hit the syscall function's
1772 breakpoint.
1773 Check PC against one obtained with the x command.
1774 Validate syscall number.
1775 (step_over_syscall): Don't continue to the syscall instruction if
1776 we're already there.
1777
b1468492
PW
17782020-01-25 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1779
1780 * gdb.base/attach.exp: Test 'set exec-file-mismatch'.
1781
7ffa82e1
AB
17822020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
1783
1784 * gdb.dwarf2/dw2-inline-many-frames.c: New file.
1785 * gdb.dwarf2/dw2-inline-many-frames.exp: New file.
1786
3d92a3e3
AB
17872020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
1788
1789 * gdb.dwarf2/dw2-inline-stepping.c: New file.
1790 * gdb.dwarf2/dw2-inline-stepping.exp: New file.
1791
94a72be7
AB
17922020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
1793
1794 * gdb.base/maint.exp: Update line table parsing test.
1795 * gdb.dwarf2/dw2-ranges-base.exp: Add new line table parsing test.
1796
53af73bf
PA
17972020-01-24 Pedro Alves <palves@redhat.com>
1798
1799 PR gdb/25410
1800 * gdb.multi/multi-re-run-1.c: New.
1801 * gdb.multi/multi-re-run-2.c: New.
1802 * gdb.multi/multi-re-run.exp: New.
1803
1ba1ac88
AB
18042020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
1805
1806 PR gdb/23718
1807 * gdb.server/server-kill-python.exp: New file.
1808
f3364a6d
AB
18092020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
1810
1811 * gdb.server/multi-ui-errors.c: New file.
1812 * gdb.server/multi-ui-errors.exp: New file.
1813
733d0a67
AB
18142020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
1815
1816 PR tui/9765
1817 * gdb.tui/tui-layout-asm.exp: Add scrolling test for asm window.
1818
4f13c1c0
TT
18192020-01-19 Tom Tromey <tom@tromey.com>
1820
1821 * gdb.tui/main.exp: Add check for plain "file".
1822
40c94099
CB
18232020-01-16 Christian Biesinger <cbiesinger@google.com>
1824
1825 * lib/gdb.exp: Fix spelling error (seperatelly).
1826
ff47f4f0
TT
18272020-01-14 Tom Tromey <tom@tromey.com>
1828
1829 PR symtab/12535:
1830 * gdb.python/python.exp: Test decode_line with empty string
1831 argument.
1832
717c684d
BE
18332020-01-14 Bernd Edlinger <bernd.edlinger@hotmail.de>
1834
1835 * gdb.base/skip-inline.exp: Extend test.
1836
44e4c775
AB
18372020-01-13 Andrew Burgess <andrew.burgess@embecosm.com>
1838
1839 * gdb.dwarf2/dw2-bad-elf-other.S: New file.
1840 * gdb.dwarf2/dw2-bad-elf.c: New file.
1841 * gdb.dwarf2/dw2-bad-elf.exp: New file.
1842
d93c6db7
AB
18432020-01-13 Andrew Burgess <andrew.burgess@embecosm.com>
1844
1845 * lib/dwarf.exp (Dwarf::lines): Reset _line_saw_program and
1846 _line_saw_file.
1847
9a6d629c
AB
18482020-01-13 Andrew Burgess <andrew.burgess@embecosm.com>
1849
1850 * lib/tuiterm.exp (Term::_check_box): Check some parts of the top
1851 border.
1852
d9ebdab7
TBA
18532020-01-10 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1854
1855 * gdb.multi/multi-target.exp (setup): Factor out "info
1856 connections" and "info inferiors" tests to ...
1857 (test_info_inferiors): ... this new procedure.
1858 (top level): Run new "info-inferiors" tests.
1859
f3c469b9
PA
18602020-01-10 Pedro Alves <palves@redhat.com>
1861
1862 * gdb.server/bkpt-other-inferior.exp: New file.
1863
121b3efd
PA
18642020-01-10 Pedro Alves <palves@redhat.com>
1865
1866 * gdb.base/kill-detach-inferiors-cmd.exp: Adjust expected output
1867 of "add-inferior".
1868 * gdb.base/quit-live.exp: Likewise.
1869 * gdb.base/remote-exec-file.exp: Likewise.
1870 * gdb.guile/scm-progspace.exp: Likewise.
1871 * gdb.linespec/linespec.exp: Likewise.
1872 * gdb.mi/new-ui-mi-sync.exp: Likewise.
1873 * gdb.mi/user-selected-context-sync.exp: Likewise.
1874 * gdb.multi/multi-target.exp (setup): Add "info connection" and
1875 "info inferiors" tests.
1876 * gdb.multi/remove-inferiors.exp: Adjust expected output of
1877 "add-inferior".
1878 * gdb.multi/watchpoint-multi.exp: Likewise.
1879 * gdb.python/py-inferior.exp: Likewise.
1880 * gdb.server/extended-remote-restart.exp: Likewise.
1881 * gdb.threads/fork-plus-threads.exp: Adjust expected output of
1882 "info inferiors".
1883 * gdb.threads/forking-threads-plus-breakpoint.exp: Likewise.
1884 * gdb.trace/report.exp: Likewise.
1885
1dadb1dd
PA
18862020-01-10 Pedro Alves <palves@redhat.com>
1887
1888 * gdb.multi/multi-target.c: New file.
1889 * gdb.multi/multi-target.exp: New file.
1890 * lib/gdbserver-support.exp (gdb_target_cmd): Handle "Non-stop
1891 mode requested, but remote does not support non-stop".
1892
78f2c40a
PA
18932020-01-10 Pedro Alves <palves@redhat.com>
1894
1895 * gdb.server/extended-remote-restart.exp (test_reload): Explicitly
1896 disconnect before reconnecting.
1897
e7af6c70
TBA
18982020-01-10 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1899 Pedro Alves <palves@redhat.com>
1900
1901 * gdb.server/connect-without-multi-process.exp: Also test
1902 continuing to end.
1903
acdf84a6
PA
19042020-01-10 Pedro Alves <palves@redhat.com>
1905
1906 * gdb.base/remote-exec-file.exp: New file.
1907
873657b9
PA
19082020-01-10 Pedro Alves <palves@redhat.com>
1909
1910 * gdb.base/fork-running-state.exp (do_test): Adjust expected
1911 output.
1912 * gdb.threads/async.c: New.
1913 * gdb.threads/async.exp: New.
1914 * gdb.multi/tids-gid-reset.c: New.
1915 * gdb.multi/tids-gid-reset.exp: New.
1916
7f0ae84c
GB
19172020-01-10 George Barrett <bob@bob131.so>
1918
1919 * gdb.base/stap-probe.c (relocation_marker): Add dummy variable
1920 to help in finding the image relocation offset.
1921 * gdb.base/stap-probe.exp (stap_test): Accept arbitrary compile
1922 options in arguments.
1923 (stap_test_no_debuginfo): Likewise.
1924 (stap-probe-nosem-noopt-pie, stap-probe-nosem-noopt-nopie): Add
1925 test variants.
1926 (stap_test): Add null semaphore relocation test.
1927
47e9d49d
GB
19282020-01-10 George Barrett <bob@bob131.so>
1929
1930 * gdb.base/stap-probe.c: Rename USE_PROBES to USE_SEMAPHORES.
1931 * gdb.base/stap-probe.exp: Likewise.
1932 (stap_test): Pass argument as an additional flag.
1933 (stap_test_no_debuginfo): Likewise.
1934 (stap_test): Check `info probes stap' output for semaphore
1935 addresses if the test binary is supposed to have them.
1936
f5a7c406
AB
19372020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
1938
1939 * gdb.tui/basic.exp: Add more scrolling tests.
1940
9ae6bf64
TT
19412020-01-09 Tom Tromey <tom@tromey.com>
1942
1943 PR tui/18932:
1944 * lib/tuiterm.exp (Term::wait_for): Rename from _accept. Return a
1945 meangingful value.
1946 (Term::command, Term::resize): Update.
1947 * gdb.tui/basic.exp: Add scrolling test.
1948
b2efe70c
AB
19492020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
1950
1951 * gdb.tui/tui-layout-asm.exp: New file.
1952
3804da7e
AB
19532020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
1954
1955 * lib/tuiterm.exp (Term::check_box_contents): New proc.
1956
b40aa28f
AB
19572020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
1958
1959 * lib/tuiterm.exp (Term::prepare_for_tui): New proc.
1960 (Term::enter_tui): Use Term::prepare_for_tui.
1961
63ffd7c9
AB
19622020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
1963
1964 * lib/tuiterm.exp (Term::dump_screen): Always dump the screen when
1965 called.
1966
3be966f6
AB
19672020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
1968
1969 * gdb.base/skip.exp: Fix race condition in test.
1970
153d79c4
AB
19712020-01-06 Andrew Burgess <andrew.burgess@embecosm.com>
1972
1973 * gdb.base/backtrace.c: New file.
1974 * gdb.base/backtrace.exp: New file.
1975
f2302a34
AB
19762020-01-05 Andrew Burgess <andrew.burgess@embecosm.com>
1977
1978 * gdb.tui/list.exp: Test 'focus next' after 'list main'.
1979
6ec1d75e
PW
19802020-01-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1981
1982 * gdb.base/style.exp: Test that warnings are styled.
1983
c296cbe6
BE
19842019-12-29 Bernd Edlinger <bernd.edlinger@hotmail.de>
1985
1986 * gdb.base/line65535.exp: New file.
1987 * gdb.base/line65535.c: New file.
1988
b28a729d
SM
19892019-12-27 Simon Marchi <simon.marchi@polymtl.ca>
1990
1991 * lib/ada.exp (gnat_runtime_has_debug_info): New proc.
1992 * lib/gnat_debug_info_test.adb: New file.
1993 * gdb.ada/ptype_tagged_param.exp: Use
1994 gnat_runtime_has_debug_info, expect a different output if
1995 runtime does not have debug info.
1996
7f2d7a0d
SM
19972019-12-20 Simon Marchi <simon.marchi@efficios.com>
1998
1999 * lib/sym-info-cmds.exp (GDBInfoSymbols::check_no_entry): Add
2000 (another) quote in test name.
2001
f3bce483
SM
20022019-12-20 Simon Marchi <simon.marchi@efficios.com>
2003
2004 * lib/sym-info-cmds.exp (GDBInfoModuleSymbols::check_no_entry):
2005 Add quote in test name.
2006
c855a912
TBA
20072019-12-20 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2008
2009 * gdb.cp/pass-by-ref.cc: Delete. Generated in the output
2010 directory instead.
2011 * gdb.cp/pass-by-ref.exp: Extend with more cases.
2012 * gdb.cp/pass-by-ref-2.cc: New file.
2013 * gdb.cp/pass-by-ref-2.exp: New file.
2014
fc9d2d72
TT
20152019-12-20 Tom Tromey <tom@tromey.com>
2016
2017 * gdb.tui/list-before.exp: New file.
2018
77b97e00
TT
20192019-12-20 Tom Tromey <tom@tromey.com>
2020
2021 * gdb.tui/list.exp: Check for source on initial listing.
2022
f69656d0
TT
20232019-12-11 Tom Tromey <tromey@adacore.com>
2024
2025 * gdb.xml/tdesc-arch.exp (set_arch): Add "trans_mode" parameter.
2026 Add crlf test.
2027
99a55965
SM
20282019-12-18 Simon Marchi <simon.marchi@efficios.com>
2029
2030 * gdb.base/default.exp: Update value of $_gdb_major.
2031
5024637f
BE
20322019-12-17 Bernd Edlinger <bernd.edlinger@hotmail.de>
2033
2034 * gdb.base/skip.exp: Fix test failure observed with gcc-9.2.0.
2035
b63634be
BE
20362019-12-17 Bernd Edlinger <bernd.edlinger@hotmail.de>
2037
2038 * gdb.base/skip.exp: Whitespace fix.
2039
45d73523
BE
20402019-12-16 Bernd Edlinger <bernd.edlinger@hotmail.de>
2041
2042 * gdb.base/skip-inline.c: New file.
2043 * gdb.base/skip-inline.exp: New file.
2044
d043f8c8
SM
20452019-12-16 Simon Marchi <simon.marchi@polymtl.ca>
2046
2047 * gdb.base/jit-reader.exp (jit_reader_test): Rename
2048 jit_function_00 to jit_function_stack_mangle.
2049 * gdb.base/jithost.c (jit_function_t): Rename to...
2050 (jit_function_stack_mangle_t): ... this.
2051 (jit_function_add_t): New typedef.
2052 (jit_function_00_code): Rename to...
2053 (jit_function_stack_mangle_code): ... this, make static.
2054 (jit_function_add_code): New.
2055 (main): Generate "add" function and call it. Adjust to changes
2056 in jithost_abi.
2057 * gdb.base/jithost.h (struct jithost_abi_bounds): New.
2058 (struct jithost_abi) <begin, end>: Remove fields.
2059 <object, function_stack_mangle, function_add>: New fields.
2060 * gdb.base/jitreader.c (struct reader_state) <code_begin,
2061 code_end>: Remove fields.
2062 <func_stack_mangle>: New field.
2063 (read_debug_info): Adjust to renaming, create block for "add"
2064 function.
2065 (read_sp, unwind_frame, get_frame_id): Adjust to other changes.
2066
873de05c
TT
20672019-12-11 Tom Tromey <tom@tromey.com>
2068
2069 * gdb.tui/resize.exp: Fix regexp.
2070 * gdb.tui/regs.exp: Fix regexps.
2071 * gdb.tui/main.exp: Fix regexp.
2072
3d979945
TT
20732019-12-11 Tom Tromey <tom@tromey.com>
2074
2075 * gdb.tui/resize.exp: Update.
2076 * gdb.tui/empty.exp (layouts): Update.
2077
2192a9d3
TT
20782019-12-11 Tom Tromey <tom@tromey.com>
2079
2080 * gdb.tui/regs.exp: Update.
2081 * gdb.tui/empty.exp (layouts): Update.
2082 * gdb.tui/basic.exp: Update.
2083 * lib/tuiterm.exp (_check_box): Don't check bottom border.
2084
d8edc8b7
PW
20852019-12-11 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2086
2087 * gdb.base/options.exp: Add -raw-values in the print completion list.
2088 * gdb.python/py-prettyprint.exp: Add tests for -raw-values.
2089
4c12d936
KB
20902019-12-10 Kevin Buettner <kevinb@redhat.com>
2091
2092 * gdb.threads/omp-par-scope.c: New file.
2093 * gdb/threads/omp-par-scope.exp: New file.
2094
26b911fb
KB
20952019-12-10 Kevin Buettner <kevinb@redhat.com>
2096
bb47f919
KB
2097 * lib/gdb.exp (support_nested_function_tests): New proc.
2098
20992019-12-10 Kevin Buettner <kevinb@redhat.com>
2100
2101 * lib/gdb.exp (gdb_compile_openmp): New proc.
2102 (build_executable_from_specs): Add an "openmp" option.
2103 (gdb_compile_pthreads): Add non-executable case.
26b911fb 2104
6c71eb7d
TT
21052019-12-10 Tom Tromey <tromey@adacore.com>
2106
2107 * gdb.ada/unchecked_union.exp: New file.
2108 * gdb.ada/unchecked_union/pck.adb: New file.
2109 * gdb.ada/unchecked_union/pck.ads: New file.
2110 * gdb.ada/unchecked_union/unchecked_union.adb: New file.
2111 * gdb-utils.exp (string_to_regexp): Also quote "?".
2112
bac7c5cf
GB
21132019-12-10 George Barrett <bob@bob131.so>
2114
2115 Test scripted probe breakpoints.
2116 * gdb.guile/scm-breakpoint.c (main): Add probe point.
2117 * gdb.python/py-breakpoint.c (main): Likewise.
2118 * gdb.guile/scm-breakpoint.exp (test_bkpt_probe): Add probe
2119 specifier test.
2120 * gdb.python/py-breakpoint.exp (test_bkpt_probe): Likewise.
2121
330f1d38
TBA
21222019-12-09 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2123
2124 * gdb.cp/rvalue-ref-overload.cc (g): New function that takes
2125 an rvalue parameter.
2126 * gdb.cp/rvalue-ref-overload.exp: Test calling it with an lvalue
2127 parameter.
2128
b43315e2
AB
21292019-12-09 Andrew Burgess <andrew.burgess@embecosm.com>
2130
2131 * gdb.mi/mi-fortran-modules.exp: Add patterns to skip system
2132 modules.
2133
54f73dad
AB
21342019-12-09 Andrew Burgess <andrew.burgess@embecosm.com>
2135
2136 * gdb.fortran/derived-type-striding.exp: KFAIL if we are using a
2137 broken version of GCC.
2138
d57cbee9
AB
21392019-12-09 Andrew Burgess <andrew.burgess@embecosm.com>
2140
2141 * gdb.fortran/info-modules.exp: Rewrite to make use of new
2142 sym-info-cmds library.
2143 * gdb.fortran/info-types.exp: Likewise.
2144 * lib/sym-info-cmds.exp: New file.
2145
c14aab8c
TV
21462019-12-08 Tom de Vries <tdevries@suse.de>
2147
2148 * gdb.dwarf2/imported-unit.exp: Fix inter-CU references.
2149
aa2d5a42
KS
21502019-12-07 Keith Seitz <keiths@redhat.com>
2151
2152 * gdb.base/corefile-buildid-shlib-shr.c: New file.
2153 * gdb.base/corefile-buildid-shlib.c: New file.
2154 * gdb.base/corefile-buildid.c: New file.
2155 * gdb.base/corefile-buildid.exp: New file.
2156
93e55f0a
TV
21572019-12-06 Tom de Vries <tdevries@suse.de>
2158
2159 * gdb.dwarf2/varval.exp: Add decl before def test.
2160
c7d12402
TBA
21612019-12-06 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2162
2163 * gdb.cp/rvalue-ref-overload.exp: Minor cleanup.
2164
06acc08f
TBA
21652019-12-06 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2166
2167 * gdb.cp/rvalue-ref-overload.cc: Add a case that involves both
2168 CV and reference conversion for overload resolution.
2169 * gdb.cp/rvalue-ref-overload.exp: Test it.
2170
e0fad1ea
PW
21712019-12-06 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2172
2173 * gdb.threads/pthreads.exp: Test taas and tfaas without command.
2174 * gdb.base/frameapply.exp: Test faas without command.
2175
8d70a9f0
AB
21762019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
2177
2178 * lib/gdb.exp (gdb_compile): Add -J compiler option when building
2179 Fortran tests.
2180 * gdb.mi/mi-fortran-modules.exp: Compile source files in correct
2181 order.
2182
36c8fb93
AB
21832019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
2184
2185 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): Handle
2186 casting to type with no kind specified.
2187 (test_basic_parsing_of_type_kinds): Additional tests for types
2188 with no kind specified, and add tests for single/double
2189 precision/complex types.
2190
4139ff00
TT
21912019-12-04 Tom Tromey <tromey@adacore.com>
2192
2193 * gdb.base/endianity.c (struct other) <x>: New field.
2194 (main): Initialize it.
2195 * gdb.base/endianity.exp: Update.
2196
a05cf17a
TT
21972019-12-04 Tom Tromey <tromey@adacore.com>
2198
2199 * gdb.ada/scalar_storage/storage.adb: New file.
2200 * gdb.ada/scalar_storage/pck.adb: New file.
2201 * gdb.ada/scalar_storage/pck.ads: New file.
2202 * gdb.ada/scalar_storage.exp: New file.
2203
103a685e
TT
22042019-12-04 Tom Tromey <tromey@adacore.com>
2205
2206 * gdb.base/endianity.c (struct otherendian) <f>: New field.
2207 (main): Initialize it.
2208 * gdb.base/endianity.exp: Update.
2209
c2512106
AB
22102019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
2211
2212 * gdb.mi/mi-sym-info.exp: Add tests for -max-results parameter.
2213
293b38d6
AB
22142019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
2215
2216 * gdb.mi/mi-fortran-modules.exp: Add additional tests for
2217 -symbol-info-module-functions and -symbol-info-module-variables.
2218
216a7e6b
AB
22192019-12-01 Andrew Burgess <andrew.burgess@embecosm.com>
2220
2221 * gdb.fortran/array-slices.exp: Add test for dynamic strings.
2222
5bbd8269
AB
22232019-12-01 Richard Bunt <richard.bunt@arm.com>
2224 Andrew Burgess <andrew.burgess@embecosm.com>
2225
2226 * gdb.fortran/derived-type-striding.exp: New file.
2227 * gdb.fortran/derived-type-striding.f90: New file.
2228 * gdb.fortran/array-slices.exp: New file.
2229 * gdb.fortran/array-slices.f90: New file.
2230
be09caf1
PW
22312019-11-30 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2232
2233 * gdb.base/define.exp: Test . in command names.
2234 * gdb.base/setshow.exp: Update test, as . is now part of
2235 command name.
2236
643c0cbe
PW
22372019-11-30 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2238
2239 * gdb.base/define-prefix.exp: New file.
2240
dcdec678
AB
22412019-11-28 Andrew Burgess <andrew.burgess@embecosm.com>
2242
2243 * lib/gdb.exp (skip_btrace_tests): Return 1 if the test fails to
2244 compile.
2245 (skip_btrace_pt_tests): Likewise.
2246
640ab947
AB
22472019-11-27 Andrew Burgess <andrew.burgess@embecosm.com>
2248
2249 * gdb.fortran/info-modules.exp: Compile source files in correct
2250 order.
2251
d22670f0
KB
22522019-11-27 Kevin Buettner <kevinb@redhat.com>
2253
2254 * gdb.dwarf2/imported-unit.exp: New file.
2255 * gdb.dwarf2/imported-unit.c: New file.
2256
db5960b4
AB
22572019-11-27 Andrew Burgess <andrew.burgess@embecosm.com>
2258
2259 * gdb.mi/mi-fortran-modules-2.f90: New file.
2260 * gdb.mi/mi-fortran-modules.exp: New file.
2261 * gdb.mi/mi-fortran-modules.f90: New file.
2262
7dc42066
AB
22632019-11-27 Andrew Burgess <andrew.burgess@embecosm.com>
2264
2265 * gdb.mi/mi-sym-info-1.c: New file.
2266 * gdb.mi/mi-sym-info-2.c: New file.
2267 * gdb.mi/mi-sym-info.exp: New file.
2268
0dfeecca
TT
22692019-11-22 Tom Tromey <tromey@adacore.com>
2270
2271 * gdb.ada/tasks.exp: Add -ada-task-info regression test.
2272 * gdb.ada/tasks/foo.adb: Add another stopping location.
2273
34877895
PJ
22742019-11-21 Peeter Joot <peeter.joot@lzlabs.com>
2275
2276 * gdb.base/endianity.c: New test.
2277 * gdb.base/endianity.exp: New file.
2278
2e84f897
LD
22792019-11-21 Lukas Durfina <ldurfina@tachyum.com>
2280
2281 * gdb.arch/amd64-eval.exp: Skip test if target is not x86-64.
2282
65d1cd5f
TV
22832019-11-21 Tom de Vries <tdevries@suse.de>
2284
2285 PR gdb/24956
2286 * gdb.base/ui-redirect.exp: Test output of user-defined command.
2287
4f22c3f4
SDJ
22882019-11-20 Sergio Durigan Junior <sergiodj@redhat.com>
2289
2290 * gdb.python/py-progspace.exp: Add missing parentheses on some
2291 'print' commands.
2292
9f6ad286
TT
22932019-11-19 Tom Tromey <tom@tromey.com>
2294
2295 * gdb.tui/winheight.exp: New file.
2296
0b8dbf3f
AB
22972019-11-19 Andrew Burgess <andrew.burgess@embecosm.com>
2298
2299 * gdb.base/ctf-whatis.c: Delete.
2300 * gdb.base/ctf-whatis.exp: Delete.
2301 * gdb.base/whatis.exp: Rewrite to compile as both dwarf and ctf.
2302
f833b7a7
AB
23032019-11-19 Andrew Burgess <andrew.burgess@embecosm.com>
2304
2305 * gdb.base/ctf-cvexpr.exp: Delete.
2306 * gdb.base/cvexpr.exp: Rewrite to compile as both dwarf and ctf.
2307
30d0a636
AB
23082019-11-19 Andrew Burgess <andrew.burgess@embecosm.com>
2309
2310 * gdb.base/ctf-constvars.exp: Skip test if CTF is not supported in
2311 the compiler. Clean up header comment a little.
2312 * gdb.base/ctf-ptype.exp: Likewise.
2313 * gdb.base/ctf-whatis.exp: Likewise.
2314 * lib/gdb.exp (skip_ctf_tests): New proc.
2315
494409bb
SDJ
23162019-11-18 Sergio Durigan Junior <sergiodj@redhat.com>
2317
2318 https://bugzilla.redhat.com/show_bug.cgi?id=1765117
2319 * gdb.tui/corefile-run.exp: New file.
2320
55708e99
TT
23212019-11-14 Tom Tromey <tromey@adacore.com>
2322
2323 * gdb.base/gdbvars.exp (test_convenience_variables): Add
2324 regression tests.
2325
45e42163
TT
23262019-11-12 Tom Tromey <tom@tromey.com>
2327
2328 * lib/tuiterm.exp (_accept): Add wait_for parameter. Check output
2329 after any command. Expect prompt after WAIT_FOR is seen.
2330 (enter_tui): Enable resize messages.
2331 (command): Expect command in output.
2332 (get_line): Avoid error when cursor appears to be off-screen.
2333 (dump_screen): Include screen size in title.
2334 (_do_resize): New proc, from "resize".
2335 (resize): Rewrite. Do resize in two steps.
2336 * gdb.tui/empty.exp (layouts): Fix entries.
2337 (check_boxes): Remove xfail.
2338 (check_text): Dump screen on failure.
2339
086baaf1
AB
23402019-11-10 Andrew Burgess <andrew.burgess@embecosm.com>
2341
2342 * gdb.python/py-symbol.exp: Add test for
2343 gdb.lookup_static_symbols.
2344
09ff83af
AB
23452019-11-10 Andrew Burgess <andrew.burgess@embecosm.com>
2346
2347 * gdb.python/py-symbol.c: Declare and call function from new
2348 py-symbol-2.c file.
2349 * gdb.python/py-symbol.exp: Compile both source files, and add new
2350 tests for gdb.lookup_static_symbol.
2351 * gdb.python/py-symbol-2.c: New file.
2352
11af934b
TV
23532019-11-02 Tom de Vries <tdevries@suse.de>
2354
2355 * gdb.base/advance.exp: Drop superfluous 3rd argument to gdb_test.
2356 * gdb.base/anon.exp: Same.
2357 * gdb.base/auto-connect-native-target.exp: Same.
2358 * gdb.base/call-ar-st.exp: Same.
2359 * gdb.base/catch-syscall.exp: Same.
2360 * gdb.base/commands.exp: Same.
2361 * gdb.base/default.exp: Same.
2362 * gdb.base/display.exp: Same.
2363 * gdb.base/float.exp: Same.
2364 * gdb.base/foll-fork.exp: Same.
2365 * gdb.base/help.exp: Same.
2366 * gdb.base/info-macros.exp: Same.
2367 * gdb.base/info-proc.exp: Same.
2368 * gdb.base/info-target.exp: Same.
2369 * gdb.base/long_long.exp: Same.
2370 * gdb.base/macscp.exp: Same.
2371 * gdb.base/memattr.exp: Same.
2372 * gdb.base/nofield.exp: Same.
2373 * gdb.base/pointers.exp: Same.
2374 * gdb.base/printcmds.exp: Same.
2375 * gdb.base/ptype.exp: Same.
2376 * gdb.base/restore.exp: Same.
2377 * gdb.base/return.exp: Same.
2378 * gdb.base/scope.exp: Same.
2379 * gdb.base/set-noassign.exp: Same.
2380 * gdb.base/setshow.exp: Same.
2381 * gdb.base/shlib-call.exp: Same.
2382 * gdb.base/signals.exp: Same.
2383 * gdb.base/sigstep.exp: Same.
2384 * gdb.base/skip.exp: Same.
2385 * gdb.base/solib-symbol.exp: Same.
2386 * gdb.base/stap-probe.exp: Same.
2387 * gdb.base/step-line.exp: Same.
2388 * gdb.base/step-test.exp: Same.
2389 * gdb.base/style.exp: Same.
2390 * gdb.base/varargs.exp: Same.
2391 * gdb.base/vla-datatypes.exp: Same.
2392 * gdb.base/vla-ptr.exp: Same.
2393 * gdb.base/vla-sideeffect.exp: Same.
2394 * gdb.base/volatile.exp: Same.
2395 * gdb.base/watch-cond-infcall.exp: Same.
2396 * gdb.base/watchpoint.exp: Same.
2397
e96ec2ba
TV
23982019-11-02 Tom de Vries <tdevries@suse.de>
2399
2400 * gdb.cp/anon-union.exp: Drop superfluous 3rd argument to gdb_test.
2401 * gdb.cp/cpexprs.exp: Same.
2402 * gdb.cp/except-multi-location.exp: Same.
2403 * gdb.cp/exceptprint.exp: Same.
2404 * gdb.cp/gdb2384.exp: Same.
2405 * gdb.cp/inherit.exp: Same.
2406 * gdb.cp/m-static.exp: Same.
2407 * gdb.cp/meth-typedefs.exp: Same.
2408 * gdb.cp/misc.exp: Same.
2409 * gdb.cp/namespace.exp: Same.
2410 * gdb.cp/non-trivial-retval.exp: Same.
2411 * gdb.cp/overload.exp: Same.
2412 * gdb.cp/pr17132.exp: Same.
2413 * gdb.cp/re-set-overloaded.exp: Same.
2414 * gdb.cp/rvalue-ref-types.exp: Same.
2415 * gdb.cp/templates.exp: Same.
2416
bd5766ec
LM
24172019-11-01 Luis Machado <luis.machado@linaro.org>
2418
2419 PR gdb/25124
2420
2421 * gdb.arch/pr25124.S: New file.
2422 * gdb.arch/pr25124.exp: New file.
2423
165f8965
AB
24242019-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
2425
2426 * gdb.fortran/info-modules.exp: Update expected results, and add
2427 additional tests for 'info module functinos', and 'info module
2428 variables'.
2429 * gdb.fortran/info-types.exp: Update expected results.
2430 * gdb.fortran/info-types.f90: Extend testcase with additional
2431 module variables and functions.
2432
59c35742
AB
24332019-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
2434
2435 * gdb.fortran/info-modules.exp: New file.
2436 * gdb.fortran/info-types.exp: Build with new file.
2437 * gdb.fortran/info-types.f90: Include and use new module.
2438 * gdb.fortran/info-types-2.f90: New file.
2439
f3fb2519
PW
24402019-10-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2441
2442 * gdb.base/setshow.exp: Test $_gdb_setting and $_gdb_setting_str.
2443 * gdb.base/settings.exp: Test all settings types using
2444 $_gdb_maint_setting and $_gdb_maint_setting_str in proc_show_setting,
2445 that now verifies that the value of "maint show" is the same as
2446 returned by the settings functions. Test the type of the
2447 maintenance settings.
2448 * gdb.base/default.exp: Update show_conv_list.
2449
d1e36019
TV
24502019-10-31 Tom de Vries <tdevries@suse.de>
2451
2452 * gdb.arch/amd64-disp-step-avx.exp: Drop superfluous 3rd argument to
2453 gdb_test.
2454 * gdb.arch/amd64-disp-step.exp: Same.
2455 * gdb.asm/asm-source.exp: Same.
2456 * gdb.btrace/buffer-size.exp: Same.
2457 * gdb.btrace/cpu.exp: Same.
2458 * gdb.btrace/enable.exp: Same.
2459 * gdb.dwarf2/count.exp: Same.
2460 * gdb.dwarf2/dw2-ranges-func.exp: Same.
2461 * gdb.dwarf2/dw2-ranges-psym.exp: Same.
2462 * gdb.fortran/vla-datatypes.exp: Same.
2463 * gdb.fortran/vla-history.exp: Same.
2464 * gdb.fortran/vla-ptype.exp: Same.
2465 * gdb.fortran/vla-value.exp: Same.
2466 * gdb.fortran/whatis_type.exp: Same.
2467 * gdb.guile/guile.exp: Same.
2468 * gdb.multi/tids.exp: Same.
2469 * gdb.python/py-finish-breakpoint.exp: Same.
2470 * gdb.python/py-framefilter.exp: Same.
2471 * gdb.python/py-pp-registration.exp: Same.
2472 * gdb.python/py-xmethods.exp: Same.
2473 * gdb.python/python.exp: Same.
2474 * gdb.server/connect-with-no-symbol-file.exp: Same.
2475 * gdb.server/no-thread-db.exp: Same.
2476 * gdb.server/run-without-local-binary.exp: Same.
2477 * gdb.stabs/weird.exp: Same.
2478 * gdb.threads/attach-many-short-lived-threads.exp: Same.
2479 * gdb.threads/thread-find.exp: Same.
2480 * gdb.threads/tls-shared.exp: Same.
2481 * gdb.threads/tls.exp: Same.
2482 * gdb.threads/wp-replication.exp: Same.
2483 * gdb.trace/ax.exp: Same.
2484 * lib/gdb.exp (gdb_test_exact, help_test_raw): Same.
2485
3d11e68e
TV
24862019-10-31 Tom de Vries <tdevries@suse.de>
2487
2488 * gdb.ada/array_bounds.exp: Drop superfluous 3rd argument to gdb_test.
2489 * gdb.ada/array_subscript_addr.exp: Same.
2490 * gdb.ada/arrayidx.exp: Same.
2491 * gdb.ada/arrayparam.exp: Same.
2492 * gdb.ada/arrayptr.exp: Same.
2493 * gdb.ada/boolean_expr.exp: Same.
2494 * gdb.ada/call_pn.exp: Same.
2495 * gdb.ada/complete.exp: Same.
2496 * gdb.ada/fixed_cmp.exp: Same.
2497 * gdb.ada/fun_addr.exp: Same.
2498 * gdb.ada/funcall_param.exp: Same.
2499 * gdb.ada/interface.exp: Same.
2500 * gdb.ada/mod_from_name.exp: Same.
2501 * gdb.ada/null_array.exp: Same.
2502 * gdb.ada/packed_array.exp: Same.
2503 * gdb.ada/packed_tagged.exp: Same.
2504 * gdb.ada/print_chars.exp: Same.
2505 * gdb.ada/print_pc.exp: Same.
2506 * gdb.ada/ptype_arith_binop.exp: Same.
2507 * gdb.ada/ptype_field.exp: Same.
2508 * gdb.ada/ptype_tagged_param.exp: Same.
2509 * gdb.ada/rec_return.exp: Same.
2510 * gdb.ada/ref_tick_size.exp: Same.
2511 * gdb.ada/str_ref_cmp.exp: Same.
2512 * gdb.ada/taft_type.exp: Same.
2513 * gdb.ada/tagged.exp: Same.
2514 * gdb.ada/type_coercion.exp: Same.
2515 * gdb.ada/uninitialized_vars.exp: Same.
2516
60b6ede8
TV
25172019-10-30 Tom de Vries <tdevries@suse.de>
2518
2519 * lib/gdb.exp (gdb_test_multiple): Handle -early pattern flag.
2520
30baf67b
TV
25212019-10-26 Tom de Vries <tdevries@suse.de>
2522
2523 * gdb.base/bigcore.c: Fix typos in comments.
2524 * gdb.base/ctf-ptype.c: Same.
2525 * gdb.base/long_long.c: Same.
2526 * gdb.dwarf2/dw2-op-out-param.S: Same.
2527 * gdb.python/py-evthreads.c: Same.
2528 * gdb.reverse/i387-stack-reverse.c: Same.
2529 * gdb.trace/tfile.c: Same.
2530 * lib/compiler.c: Same.
2531 * lib/compiler.cc: Same.
2532
158da0d1
TV
25332019-10-25 Tom de Vries <tdevries@suse.de>
2534
2535 * gdb.reverse/sigall-precsave.exp: Use -wrap and $gdb_test_name in
2536 gdb_test_multiple calls.
2537 * gdb.reverse/sigall-reverse.exp: Same.
2538 * gdb.reverse/solib-precsave.exp: Same.
2539 * gdb.reverse/solib-reverse.exp: Same.
2540 * gdb.reverse/until-precsave.exp: Same.
2541 * gdb.reverse/until-reverse.exp: Same.
2542
4ccdfbec
TV
25432019-10-24 Tom de Vries <tdevries@suse.de>
2544
2545 * lib/gdb.exp (gdb_test_multiple): Add -wrap pattern flag.
2546 * gdb.reverse/step-precsave.exp: Rewrite gdb_test_multiple containing
2547 kfail using -wrap pattern flag and convenience variable
2548 gdb_test_name.
2549
33d569b7
AB
25502019-10-24 Andrew Burgess <andrew.burgess@embecosm.com>
2551
2552 * gdb.python/py-progspace.exp: Add tests for the
2553 Progspace.block_for_pc method.
2554
4d0b984b
TT
25552019-10-23 Tom Tromey <tom@tromey.com>
2556
2557 * configure: Rebuild.
2558 * aclocal.m4: Use m4_include, not sinclude.
2559
94cb3754
TV
25602019-10-21 Tom de Vries <tdevries@suse.de>
2561
2562 * gdb.base/infcall-nested-structs.c: Add
2563 __attribute__((noinline,noclone)) to all functions.
2564 (call_all): Add missing variable initialization. Simplify return value.
2565 (breakpt): Increment volatile variable, to prevent call from being
2566 optimized out.
2567 * gdb.base/infcall-nested-structs.exp: Compile with -O2.
2568
062f1fc1
TV
25692019-10-17 Tom de Vries <tdevries@suse.de>
2570
2571 * gdb.fortran/module.exp: Allow info variables to print info for files
2572 other than module.f90.
2573
0b54364d
AB
25742019-10-16 Andrew Burgess <andrew.burgess@embecosm.com>
2575
2576 * gdb.fortran/module.exp: Extend with 'info variables' test.
2577
7ff5fae7
AB
25782019-10-16 Andrew Burgess <andrew.burgess@embecosm.com>
2579
2580 * boards/cc-with-tweaks.exp: Setup F90_FOR_TARGET and
2581 F77_FOR_TARGET.
2582
d10eccaa
TV
25832019-10-16 Tom de Vries <tdevries@suse.de>
2584
2585 PR tdep/25096
2586 * gdb.base/infcall-nested-structs.exp: Remove PR25096 KFAILs.
2587
745ff14e
TV
25882019-10-16 Tom de Vries <tdevries@suse.de>
2589
2590 PR tdep/24104
2591 * gdb.base/infcall-nested-structs.exp: Remove XFAIL for PR tdep/24104.
2592 Add KFAIL for PR tdep/25096.
2593
03e1ab94
TV
25942019-10-16 Tom de Vries <tdevries@suse.de>
2595
2596 PR testsuite/25059
2597 * gdb.cp/local-static.exp (do_test): Add xfails for gcc PR debug/55541.
2598
b17fcc10
TV
25992019-10-16 Tom de Vries <tdevries@suse.de>
2600
2601 * gdb.base/jit-reader.exp: Allow non-pointer registers to be printed
2602 as signed.
2603
9223170f
SM
26042019-10-14 Simon Marchi <simon.marchi@polymtl.ca>
2605
2606 * gdb.mi/list-thread-groups-available.exp: Read entries one by
2607 one instead of increasing timeout.
2608
d6e76313
TV
26092019-10-13 Tom de Vries <tdevries@suse.de>
2610
2611 PR record/25038
2612 * gdb.reverse/sigall-precsave.exp: Add PR record/25038 KFAIL.
2613 * gdb.reverse/sigall-reverse.exp: Same.
2614 * gdb.reverse/solib-precsave.exp: Same.
2615 * gdb.reverse/solib-reverse.exp: Same.
2616 * gdb.reverse/step-precsave.exp: Same.
2617 * gdb.reverse/until-precsave.exp: Same.
2618 * gdb.reverse/until-reverse.exp: Same.
2619 * lib/gdb.exp (gdb_continue_to_breakpoint): Same.
2620
6dfc0041
AA
26212019-10-10 Andreas Arnez <arnez@linux.ibm.com>
2622
2623 * gdb.base/infcall-nested-structs.c (cmp_struct_02_01)
2624 (cmp_struct_02_02, cmp_struct_04_01, cmp_struct_04_02)
2625 (cmp_struct_05_01, cmp_struct_static_02_01)
2626 (cmp_struct_static_04_01, cmp_struct_static_06_01): Fix redundant
2627 comparisons.
2628
abcf2cc8
TV
26292019-10-10 Tom de Vries <tdevries@suse.de>
2630
2631 PR testsuite/24888
2632 * lib/ada.exp (target_compile_ada_from_dir): Route -pie/-no-pie to
2633 gnatlink.
2634
a50faaf6
TV
26352019-10-09 Tom de Vries <tdevries@suse.de>
2636
2637 PR testsuite/25048
2638 * gdb.rust/simple.exp: Add xfails for incorrect DWARF.
2639
60ff3cd7
AB
26402019-10-07 Andrew Burgess <andrew.burgess@embecosm.com>
2641
2642 * gdb.ada/catch_ex_std.exp: Handle being unabled to catch Ada
2643 exceptions due to missing debug information.
2644
dfee8566
TV
26452019-10-07 Tom de Vries <tdevries@suse.de>
2646
2647 * gdb.base/default.exp: Expect _gdb_major/_gdb_minor to be 9.1.
2648
3d63690a
AB
26492019-10-07 Andrew Burgess <andrew.burgess@embecosm.com>
2650
2651 * lib/gdb.exp (gdb_test_multiple): Add gdb_test_name mechanism.
2652 * gdb.base/annota1.exp: Update to use gdb_test_name.
2653
30d1f018
WP
26542019-10-07 Weimin Pan <weimin.pan@oracle.com>
2655
2656 * gdb.base/ctf-whatis.exp: New file.
2657 * gdb.base/ctf-whatis.c: New file.
2658 * gdb.base/ctf-ptype.exp: New file.
2659 * gdb.base/ctf-ptype.c: New file.
2660 * gdb.base/ctf-constvars.exp: New file.
2661 * gdb.base/ctf-constvars.c: New file.
2662 * gdb.base/ctf-cvexpr.exp: New file.
2663
4dbbb47c
TV
26642019-10-04 Tom de Vries <tdevries@suse.de>
2665
2666 * gdb.cp/local-static.c (main): Move declaration of int i out of the
2667 for loop.
2668
77c2dba3
TT
26692019-10-03 Tom Tromey <tom@tromey.com>
2670
2671 PR rust/24976:
2672 * gdb.rust/simple.rs (Union2): New type.
2673 (main): Use Union2.
2674 * gdb.rust/simple.exp: Add test.
2675
179aed7f
AB
26762019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
2677
2678 * gdb.fortran/nested-funcs-2.exp: Run tests with and without the
2679 nested function prefix.
2680
0a4b0913
AB
26812019-10-03 Bernhard Heckel <bernhard.heckel@intel.com>
2682 Richard Bunt <richard.bunt@arm.com>
2683 Andrew Burgess <andrew.burgess@embecosm.com>
2684
2685 * gdb.fortran/nested-funcs.exp: Tests for placing breakpoints on
2686 nested functions.
2687 * gdb.fortran/nested-funcs.f90: Update expected results.
2688 * gdb.fortran/nested-funcs-2.exp: New file.
2689 * gdb.fortran/nested-funcs-2.f90: New file.
2690
082cce05
AB
26912019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
2692
2693 * gdb.python/py-parameter.exp: Make test names unique.
2694 * gdb.python/py-template.exp: Likewise.
2695 * gdb.python/py-value.exp: Likewise.
2696
2b74ba5a
AB
26972019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
2698
2699 * gdb.base/break-interp.exp: Reduce test name duplication.
2700 * gdb.base/call-sc.exp: Likewise.
2701 * gdb.base/callfuncs.exp: Likewise.
2702 * gdb.base/charset.exp: Likewise.
2703 * gdb.base/dump.exp: Likewise.
2704 * gdb.base/ena-dis-br.exp: Likewise.
2705 * gdb.base/relational.exp: Likewise.
2706 * gdb.base/step-over-syscall.exp: Likewise.
2707 * gdb.base/structs.exp: Likewise.
2708
58eb20d5
AB
27092019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
2710
2711 * gdb.linespec/explicit.exp: Make test names unique.
2712 * gdb.linespec/ls-errs.exp: Likewise.
2713
4d421147
AB
27142019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
2715
2716 * gdb.reverse/break-precsave.exp: Make test names unique.
2717 * gdb.reverse/break-reverse.exp: Likewise.
2718 * gdb.reverse/finish-precsave.exp: Likewise.
2719 * gdb.reverse/finish-reverse.exp: Likewise.
2720 * gdb.reverse/machinestate-precsave.exp: Likewise.
2721 * gdb.reverse/machinestate.exp: Likewise.
2722 * gdb.reverse/readv-reverse.exp: Likewise.
2723 * gdb.reverse/recvmsg-reverse.exp: Likewise.
2724 * gdb.reverse/sigall-precsave.exp: Likewise.
2725 * gdb.reverse/sigall-reverse.exp: Likewise.
2726 * gdb.reverse/step-indirect-call-thunk.exp: Likewise.
2727 * gdb.reverse/watch-precsave.exp: Likewise.
2728 * gdb.reverse/watch-reverse.exp: Likewise.
2729
d8c06f22
AB
27302019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
2731
2732 * gdb.threads/stop-with-handle.c: New file.
2733 * gdb.threads/stop-with-handle.exp: New file.
2734
3a56ed86
TV
27352019-10-03 Tom de Vries <tdevries@suse.de>
2736
2737 PR testsuite/25059
2738 * gdb.base/list-missing-source.exp: Allowing the "Compilation
2739 directory" line to be missing.
2740
42275044
TV
27412019-10-03 Tom de Vries <tdevries@suse.de>
2742
2743 PR testsuite/25059
2744 * gdb.base/info-types.exp: Make the presence of the 'unsigned int'
2745 type optional.
2746
9ef62df0
AA
27472019-10-02 Andreas Arnez <arnez@linux.ibm.com>
2748
2749 * gdb.python/py-format-string.c (string.h): New include.
2750 (main): Fill a_struct_with_union.the_union.an_int with bytes of
2751 the same value, for endianness-independence.
2752 * gdb.python/py-format-string.exp (default_regexp_dict)
2753 (test_pretty_structs, test_format): Adjust expected output to the
2754 changed initialization.
2755
37f6a7f4
TT
27562019-10-02 Tom Tromey <tromey@adacore.com>
2757
2758 * gdb.ada/catch_ex_std.exp: Add $_ada_exception test.
2759
1d58d6a2
PA
27602019-10-02 Pedro Alves <palves@redhat.com>
2761 Andrew Burgess <andrew.burgess@embecosm.com>
2762
2763 * gdb.base/print-file-var-lib1.c: Include <stdio.h> and
2764 "print-file-var.h".
2765 (this_version_id) Use ATTRIBUTE_VISIBILITY.
2766 (get_version_1): Print this_version_id and its address.
2767 Add extern "C" wrappers around interface functions.
2768 * gdb.base/print-file-var-lib2.c: Include <stdio.h> and
2769 "print-file-var.h".
2770 (this_version_id) Use ATTRIBUTE_VISIBILITY.
2771 (get_version_2): Print this_version_id and its address.
2772 Add extern "C" wrappers around interface functions.
2773 * gdb.base/print-file-var-main.c: Include <dlfcn.h>, <assert.h>,
2774 <stddef.h> and "print-file-var.h".
2775 Add extern "C" wrappers around interface functions.
2776 [VERSION_ID_MAIN] (this_version_id): Define.
2777 (main): Define v0. Use dlopen if SHLIB_NAME is defined.
2778 * gdb.base/print-file-var.h: Add some #defines to simplify setting
2779 up extern "C" blocks.
2780 * gdb.base/print-file-var.exp (test): New, factored out from top
2781 level.
2782 (top level): Test all combinations of attribute hidden or not,
2783 dlopen or not, and this_version_id symbol in main file or not.
2784 Compile tests as both C++ and C, make test names unique.
2785
d770d56f
TT
27862019-10-01 Tom Tromey <tom@tromey.com>
2787
2788 * gdb.base/style.exp: Test "show logging filename".
2789
7f6aba03
TT
27902019-10-01 Tom Tromey <tom@tromey.com>
2791
2792 * lib/gdb-utils.exp (style): Handle "metadata" argument.
2793 * gdb.base/style.exp: Add metadata style test.
2794
14309bb6
TT
27952019-10-01 Tom Tromey <tom@tromey.com>
2796
2797 * gdb.base/style.exp: Test "pwd".
2798
2a3c1174
PA
27992019-10-01 Tom Tromey <tom@tromey.com>
2800
2801 * gdb.base/style.exp: Update tests.
2802
53d666ec
AA
28032019-10-01 Andreas Arnez <arnez@linux.ibm.com>
2804
2805 * gdb.base/pretty-print.c (struct s1_t): Change fields 'three' and
2806 'six' to unsigned.
2807 (s1): Initialize fields 'four' and 'six' instead of 'three' and
2808 'five'. Use an all-ones bit pattern for each.
2809 * gdb.base/pretty-print.exp: Adjust expected output of "print s1"
2810 to its changed values.
2811
4a56a520
TT
28122019-09-30 Tom Tromey <tromey@adacore.com>
2813
2814 * gdb.rust/traits.rs: Disable all warnings.
2815
0df0352a
TV
28162019-09-29 Tom de Vries <tdevries@suse.de>
2817
aac66a4c 2818 * gdb.dwarf2/gdb-index.exp: Handle new location of .dwz file.
0df0352a 2819
73d9a918
TV
28202019-09-29 Tom de Vries <tdevries@suse.de>
2821
2822 * gdb.dwarf2/gdb-index.exp: Use with_test_prefix for second objcopy.
2823
060b3ab4
TV
28242019-09-27 Tom de Vries <tdevries@suse.de>
2825
2826 * gdb.reverse/step-precsave.exp: Add missing $gdb_prompt in regexps.
2827
68f7d34d
TV
28282019-09-27 Tom de Vries <tdevries@suse.de>
2829
2830 PR record/23188
2831 * gdb.reverse/step-precsave.exp: Add kfail for PR record/23188.
2832
5d63b30a
TT
28332019-09-26 Tom Tromey <tromey@adacore.com>
2834
2835 * gdb.ada/py_taft.exp: New file.
2836 * gdb.ada/py_taft/main.adb: New file.
2837 * gdb.ada/py_taft/pkg.adb: New file.
2838 * gdb.ada/py_taft/pkg.ads: New file.
2839
3d435220
TV
28402019-09-24 Tom de Vries <tdevries@suse.de>
2841
2842 PR gdb/24598
2843 * gdb.arch/amd64-init-x87-values.exp: Add xfail.
2844
77d03678
TV
28452019-09-22 Tom de Vries <tdevries@suse.de>
2846
2847 * gdb.base/restore.exp: Allow register variables to be optimized out at
2848 -O0.
2849
abf516c6
UW
28502019-09-20 Ulrich Weigand <uweigand@de.ibm.com>
2851
2852 * gdb.arch/spu-info.exp: Remove file.
2853 * gdb.arch/spu-info.c: Remove file.
2854 * gdb.arch/spu-ls.exp: Remove file.
2855 * gdb.arch/spu-ls.c: Remove file.
2856
2857 * gdb.asm/asm-source.exp: Remove support for spu*-*-*.
2858 * gdb.asm/spu.inc: Remove file.
2859
2860 * gdb.base/dump.exp: Remove support for spu*-*-*.
2861 * gdb.base/stack-checking.exp: Likewise.
2862 * gdb.base/overlays.exp: Likewise.
2863 * gdb.base/ovlymgr.c: Likewise.
2864 * gdb.base/spu.ld: Remove file.
2865
2866 * gdb.cp/bs15503.exp: Remove support for spu*-*-*.
2867 * gdb.cp/cpexprs.exp: Likewise.
2868 * gdb.cp/exception.exp: Likewise.
2869 * gdb.cp/gdb2495.exp: Likewise.
2870 * gdb.cp/mb-templates.exp: Likewise.
2871 * gdb.cp/pr9167.exp: Likewise.
2872 * gdb.cp/userdef.exp: Likewise.
2873
2874 * gdb.xml/tdesc-regs.exp: Remove support for spu*-*-*.
2875
2876 * gdb.cell: Remove directory.
2877 * lib/cell.exp: Remove file.
2878
e452e88f
TV
28792019-09-19 Tom de Vries <tdevries@suse.de>
2880
2881 * lib/gdb.exp (gdb_test): Eliminate "^FOOBAR$" pattern.
2882
8a625130
TV
28832019-09-19 Tom de Vries <tdevries@suse.de>
2884
2885 * lib/gdbserver-support.exp (gdb_target_cmd): Fix argument passing.
2886
81dc3ab5
TV
28872019-09-19 Tom de Vries <tdevries@suse.de>
2888
2889 * lib/gdbserver-support.exp (gdb_target_cmd_ext): Return 2 (meaning
2890 UNSUPPORTED) for 'Network is unreachable' message. Factor out of ...
2891 (gdb_target_cmd): ... here.
2892 * gdb.server/server-connect.exp: Use gdb_target_cmd_ext, handle return
2893 value 2.
2894
b078f3ac
AB
28952019-09-18 Andrew Burgess <andrew.burgess@embecosm.com>
2896
2897 * gdb.base/source-dir.exp: Avoid having directory names in test
2898 names.
2899
f1b620e9
MG
29002019-09-17 Andrew Burgess <andrew.burgess@embecosm.com>
2901
2902 * gdb.base/source-dir.exp: Add extra test for mapped compilation
2903 directory.
2904
67f3ed6a
AB
29052019-09-17 Andrew Burgess <andrew.burgess@embecosm.com>
2906
2907 * gdb.base/list-missing-source.exp: New file.
2908
d1b70248
TV
29092019-09-14 Tom de Vries <tdevries@suse.de>
2910
2911 PR teststuite/24599
2912 * gdb.ada/rename_subscript_param.exp: Require gnatmake 8.
2913 * lib/ada.exp (gnatmake_version_at_least): New proc.
2914
5fabdcd6
AB
29152019-09-12 Andrew Burgess <andrew.burgess@embecosm.com>
2916
2917 * gdb.base/maint.exp: Use exec_has_index_section.
2918
aa17805f
AB
29192019-09-12 Andrew Burgess <andrew.burgess@embecosm.com>
2920
2921 * gdb.base/maint.exp: Add test for 'maint info sections'.
2922
25e5c209
TV
29232019-09-12 Tom de Vries <tdevries@suse.de>
2924
2925 * gdb.base/store.exp: Allow register variables to be optimized out at
2926 -O0.
2927
4993045d
PW
29282019-09-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2929
2930 * gdb.ada/rdv_wait.exp: Update to new task names.
2931 * gdb.base/task_switch_in_core.exp: Likewise.
2932 * gdb.base/info_sources_base.c: Likewise.
2933
8a516164
TT
29342019-09-10 Tom Tromey <tromey@adacore.com>
2935
2936 * boards/cc-with-tweaks.exp: Set GNATMAKE_FOR_TARGET.
2937
aa391654
TT
29382019-09-10 Tom Tromey <tromey@adacore.com>
2939
2940 * gdb.ada/dgopt.exp: New file.
2941 * gdb.ada/dgopt/x.adb: New file.
2942
8634b462
TT
29432019-09-08 Tom Tromey <tom@tromey.com>
2944
2945 * gdb.tui/resize.exp: Remove setup_xfail.
2946 * gdb.tui/regs.exp: Remove setup_xfail.
2947 * gdb.tui/basic.exp: Remove setup_xfail.
2948
736b0f76
DB
29492019-09-06 David Blaikie <dblaikie@gmail.com>
2950
2951 * gdb.base/label.exp: un-XFAIL label related tests under Clang.
2952 * gdb.cp/cplabel.exp: Ditto.
2953 * gdb.linespec/ls-errs.exp: Ditto.
2954
30331a6c
TV
29552019-09-05 Tom de Vries <tdevries@suse.de>
2956
2957 * lib/gdb.exp (cmp_file_string): New proc.
2958 * gdb.base/ui-redirect.exp: Replace "gdb_breakpoint main" with
2959 runto_main. Verify save breakpoints output.
2960
98b0ebab
PW
29612019-09-04 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2962
2963 * gdb.base/info-var.exp: Test info variables without running
2964 to main, to avoid expect's buffer overflow.
2965
4e962e74
TT
29662019-09-03 Tom Tromey <tromey@adacore.com>
2967
2968 * gdb.ada/bias.exp: New file.
2969 * gdb.ada/bias/bias.adb: New file.
2970 * gdb.ada/print_chars.exp: Add regression test.
2971 * gdb.ada/print_chars/foo.adb (My_Character): New type.
2972 (MC): New variable.
2973
2ea1a07a
SL
29742019-08-29 Sandra Loosemore <sandra@codesourcery.com>
2975
2976 * gdb.base/argv0-symlink.exp: Run only on native target
2977 and local host.
2978
8077c50d
TV
29792019-08-29 Tom de Vries <tdevries@suse.de>
2980
2981 * gdb.fortran/info-types.exp: Fix gdb_test regexp to allow more
2982 diverse debug info.
2983 * lib/fortran.exp (fortran_int8): New proc, based on fortran_int4.
2984
48352473
TV
29852019-08-28 Tom de Vries <tdevries@suse.de>
2986
2987 * gdb.base/info-var.exp: Allow info variables to print info for files
2988 other than info-var-f1.c and info-var-f2.c.
2989
d8f27c60
AB
29902019-08-28 Andrew Burgess <andrew.burgess@embecosm.com>
2991
2992 * gdb.fortran/info-types.exp: Add module.
2993 * gdb.fortran/info-types.f90: Update expected results.
2994
1f20c35e
AB
29952019-08-28 Andrew Burgess <andrew.burgess@embecosm.com>
2996
2997 * gdb.fortran/info-types.exp: New file.
2998 * gdb.fortran/info-types.f90: New file.
2999 * lib/fortran.exp (fortran_character1): New proc.
3000
4acfdd20
AB
30012019-08-27 Andrew Burgess <andrew.burgess@embecosm.com>
3002
3003 * gdb.base/info-fun.exp: Extend to test the -n flag for 'info
3004 functions'. Reindent as needed.
3005 * gdb.base/info-var-f1.c: New file.
3006 * gdb.base/info-var-f2.c: New file.
3007 * gdb.base/info-var.exp: New file.
3008 * gdb.base/info-var.h: New file.
3009
5c31b358
TV
30102019-08-26 Tom de Vries <tdevries@suse.de>
3011
3012 PR c++/24852
3013 * gdb.cp/no-libstdcxx-probe.exp: New test.
3014
b694989f
TV
30152019-08-26 Tom de Vries <tdevries@suse.de>
3016
3017 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt): Return 1 if probe
3018 * tests need to be skipped.
3019 * gdb.cp/exceptprint.exp: Update call to skip_libstdcxx_probe_tests.
3020 * gdb.mi/mi-catch-cpp-exceptions.exp: Update call to
3021 mi_skip_libstdcxx_probe_tests.
3022
d9c4ba53
SDJ
30232019-08-26 Sergio Durigan Junior <sergiodj@redhat.com>
3024
3025 * gdb.python/py-xmethods.exp: Use raw strings when passing
3026 arguments to SimpleXMethodMatcher.
3027
395fad09
TV
30282019-08-22 Tom de Vries <tdevries@suse.de>
3029
3030 * gdb.multi/multi-term-settings.exp (coretest): Make gdb_test messages
3031 more informative.
3032
26c957f1
PA
30332019-08-21 Pedro Alves <palves@redhat.com>
3034
3035 * gdb.base/with.exp: Test "with" with no arguments.
3036
61f80d5d
TV
30372019-08-21 Tom de Vries <tdevries@suse.de>
3038
3039 * gdb.base/gdb-caching-proc.exp: Sort files.
3040
d7a11d13
TV
30412019-08-20 Tom de Vries <tdevries@suse.de>
3042
3043 * lib/pascal.exp (gdb_compile_pascal): Remove $destfile before
3044 compilation.
3045
34dafe9f
TV
30462019-08-16 Tom de Vries <tdevries@suse.de>
3047
3048 * gdb.base/compare-sections.exp ("after run to main"): Allow
3049 mismatched read-only sections for PIE executables.
3050
398fdd60
TT
30512019-08-16 Tom Tromey <tom@tromey.com>
3052
3053 * lib/tuiterm.exp (_csi_Z): New proc.
3054 * gdb.tui/basic.exp: Update window positions.
3055 * gdb.tui/empty.exp: Update window positions.
3056
d8f9e51c
SL
30572019-08-15 Sandra Loosemore <sandra@codesourcery.com>
3058
3059 * gdb.base/examine-backward.exp: Correct regexp for
3060 "examine 3 bytes backward from ${address_zero}".
3061
3df505f6
TT
30622019-08-15 Tom Tromey <tom@tromey.com>
3063
3064 * gdb.tui/empty.exp: Enable resizing tests.
3065
272560b5
TT
30662019-08-15 Tom Tromey <tromey@adacore.com>
3067
3068 * gdb.ada/char_enum.exp: Add regression tests.
3069 * gdb.ada/char_enum/foo.adb (Char_Enum_Type): Use '_'
3070 and '0'.
3071 (Char, Gchar): Update.
3072 * gdb.ada/char_enum/pck.ads (Global_Enum_Type): Use '+'.
3073
08235187
CB
30742019-08-15 Christian Biesinger <cbiesinger@google.com>
3075
3076 * gdb.python/python.exp: Expect a leading underscore on
3077 GdbOutput{,Error}File.
3078
22a2ab04
SL
30792019-08-15 Sandra Loosemore <sandra@codesourcery.com>
3080
3081 * gdb.dwarf2/dw2-dir-file-name.exp: Skip on remote or
3082 Windows host.
3083
835b995b
SL
30842019-08-15 Sandra Loosemore <sandra@codesourcery.com>
3085
3086 * gdb.base/batch-preserve-term-settings.exp
3087 (test_terminal_settings_preserved_after_sigterm): Skip on Windows.
3088
97dd8e07
CB
30892019-08-15 Christian Biesinger <cbiesinger@google.com>
3090
3091 * lib/gdb.exp: When running on a mingw target, replace
3092 /x/ with x:/.
3093
75faf5c4
AH
30942019-08-14 Alan Hayward <alan.hayward@arm.com>
3095
3096 * gdb.arch/aarch64-prologue.c: New test.
3097 * gdb.arch/aarch64-prologue.exp: New file.
3098
abc6c00f
TV
30992019-08-13 Tom de Vries <tdevries@suse.de>
3100
3101 * gdb.gdb/selftest.exp (send ^C to child process again): Accept also
3102 Thread.
3103
74c2c1f4
SL
31042019-08-13 Sandra Loosemore <sandra@codesourcery.com>
3105
3106 * gdb.python/py-completion.exp: Download the .py file to the host
3107 and use its host pathname. Conditionalize tests that use
3108 tab completion and manipulate files on the build machine.
3109 * gdb.python/py-events.exp: Download the .py file to the host
3110 and use its host pathname.
3111 * gdb.python/py-evsignal.exp: Likewise.
3112 * gdb.python/py-evthreads.exp: Likewise.
3113 * gdb.python/py-framefilter-invalidarg.exp: Match Windows
3114 pathname syntax.
3115 * gdb.python/py-framefilter.exp: Download the .py file to the right
3116 place on the host. Match Windows pathname syntax.
3117 * gdb.python/py-mi-var-info-path-expression.exp: Download the
3118 .py file to the host and use its host pathname.
3119 * gdb.python/py-objfile-script.exp: Match Windows pathname syntax.
3120 * gdb.python/py-objfile.exp: Expect a host pathname, not a
3121 build pathname. Skip symlink test on Windows host. Add missing
3122 newline at end of file.
3123 * gdb.python/py-pp-maint.exp: Download the .py file to the host
3124 and use its host pathname.
3125 * gdb.python/py-pp-registration.exp: Match Windows pathname syntax.
3126 * gdb.python/py-section-script.exp: Use host location of binfile
3127 on safe-path. Use correct path separator on Windows host.
3128 Reorder alternatives in gdb_test_multiple to prevent matching
3129 the wrong alternative on success.
3130 * gdb.python/py-symtab.exp: Match Windows pathname syntax.
3131
ca2589f3
PP
31322019-08-12 Patrick Palka <patrick@parcs.ath.cx>
3133
3134 * gdb.gdb/selftest.exp (test_with_self): Update test to now
3135 expect the GDB inferior to no longer immediately stop after
3136 being resumed with "signal SIGINT".
3137
020a839d
SL
31382019-08-09 Sandra Loosemore <sandra@codesourcery.com>
3139
3140 * gdb.linespec/break-ask.exp: Generalize regexps to match
3141 Windows pathnames too.
3142
128d6509
TV
31432019-08-08 Tom de Vries <tdevries@suse.de>
3144
3145 PR testsuite/24862
3146 * lib/tuiterm.exp (_accept): Fix CSI regexp.
3147
590042fc
PW
31482019-08-07 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3149
3150 * gdb.base/style.exp: Update tests for help doc new invariants.
3151 * gdb.base/help.exp: Likewise.
3152
046bebe1
TT
31532019-08-06 Tom Tromey <tom@tromey.com>
3154
3155 * gdb.base/style.exp: Add disassemble test.
3156 * gdb.base/style.c (some_called_function): New function.
3157 (main): Use it.
3158
0b27c27d
CB
31592019-08-05 Christian Biesinger <cbiesinger@google.com>
3160
3161 * gdb.python/py-block.exp: Test dictionary access on blocks.
3162
580f1034
SM
31632019-08-05 Simon Marchi <simon.marchi@efficios.com>
3164
3165 PR gdb/24863
3166 * gdb.mi/list-thread-groups-available.exp: Increase timeout for
3167 -list-thread-groups --available test when running under
3168 check-read1.
3169
d86bd7cb
TV
31702019-08-05 Tom de Vries <tdevries@suse.de>
3171
3172 PR testsuite/24863
3173 * lib/gdb.exp (with_read1_timeout_factor): New proc.
3174 * gdb.base/help.exp: Use with_read1_timeout_factor.
3175 * gdb.base/info-macros.exp: Same.
3176 * gdb.cp/nested-types.exp: Same.
3177
a80cf5d8
TV
31782019-08-05 Tom de Vries <tdevries@suse.de>
3179
3180 * lib/gdb.exp (version_at_least): Factor out of ...
3181 (tcl_version_at_least): ... here.
3182 (gdb_compile): Fail if pie results in non-PIE executable.
3183 (readelf_version, readelf_prints_pie): New proc.
3184 (exec_is_pie): Return -1 if unknown.
3185
d0962838
TV
31862019-08-05 Tom de Vries <tdevries@suse.de>
3187
3188 * lib/gdb.exp (tcl_version_at_least): Fix typo.
3189
2252ff3d
SL
31902019-08-04 Sandra Loosemore <sandra@codesourcery.com>
3191
3192 * gdb.server/reconnect-ctrl-c.exp: Skip if nointerrupts.
3193
26655f53
SL
31942019-08-04 Sandra Loosemore <sandra@codesourcery.com>
3195
3196 * lib/completion-support.exp (test_gdb_complete_none): Skip
3197 tab completion tests if no readline support.
3198 (test_gdb_complete_unique_re): Likewise.
3199 (test_gdb_complete_multiple): Likewise.
3200
db4dc13e
PW
32012019-08-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3202
3203 * gdb.base/info_sources.exp: New file.
3204 * gdb.base/info_sources.c: New file.
3205 * gdb.base/info_sources_base.c: New file.
3206
0eba165a
PFC
32072019-08-01 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
3208
3209 * gdb.base/batch-exit-status.exp: Call test_exit_status with
3210 prefix argument.
3211 (test_exit_status): Add prefix argument.
3212
59bd512b
TV
32132019-08-01 Tom de Vries <tdevries@suse.de>
3214
3215 PR testsuite/24863
3216 * gdb.threads/fork-plus-threads.exp: Fix check-run1 timeout by
3217 calling exp_continue for new thread and thread exited messages.
3218
2a3ad588
TV
32192019-08-01 Tom de Vries <tdevries@suse.de>
3220
3221 PR testsuite/24863
3222 * gdb.base/structs.exp: Fix check-read1 timeout using
3223 gdb_test_sequence.
3224 * lib/gdb.exp (tcl_version_at_least, lrepeat): New proc.
3225
117eb594
TV
32262019-08-01 Tom de Vries <tdevries@suse.de>
3227
3228 PR testsuite/24863
3229 * gdb.base/break-interp.exp: Use exp_continue after each "info files"
3230 line.
3231
ed591340
TV
32322019-08-01 Tom de Vries <tdevries@suse.de>
3233
3234 PR testsuite/24863
3235 * gdb.base/signals.exp: Fix check-read1 timeout using gdb_test_sequence.
3236
aa3b6533
TT
32372019-07-30 Tom Tromey <tromey@adacore.com>
3238
3239 * gdb.ada/display_nested.exp: New file.
3240 * gdb.ada/display_nested/foo.adb: New file.
3241 * gdb.ada/display_nested/pack.adb: New file.
3242 * gdb.ada/display_nested/pack.ads: New file.
3243
2906593f
CB
32442019-07-30 Christian Biesinger <cbiesinger@google.com>
3245
3246 * gdb.python/py-symbol.c: Add a static variable and one in an anonymous
3247 namespace.
3248 * gdb.python/py-symbol.exp: Test gdb.lookup_static_symbol.
3249
0f575925
TV
32502019-07-30 Tom de Vries <tdevries@suse.de>
3251
3252 * lib/read1.c (read): Don't use unsetenv (v), use setenv (v, "", 1)
3253 instead.
3254
b13057d9
TV
32552019-07-30 Tom de Vries <tdevries@suse.de>
3256
3257 PR testsuite/24834
3258 * lib/gdb.exp (gdb_compile): Fail if nopie results in PIE executable.
3259 (exec_is_pie): New proc.
3260
5c4dde85
CB
32612019-07-29 Christian Biesinger <cbiesinger@google.com>
3262
3263 * gdb.python/py-objfile.exp: Fix misspelling (nonexistant -> nonexistent)
3264
c620ed88
CB
32652019-07-29 Christian Biesinger <cbiesinger@google.com>
3266
3267 * gdb.python/py-objfile.c: Add global and static vars.
3268 * gdb.python/py-objfile.exp: Test new functions Objfile.
3269 lookup_global_symbol and lookup_static_symbol.
3270
3d235706
TT
32712019-07-29 Tom Tromey <tom@tromey.com>
3272
3273 * lib/tuiterm.exp (Term::_csi_@): New proc.
3274 (Term::_csi_X): Don't move cursor.
3275
c7e4c0a6
PW
32762019-07-29 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3277
3278 * gdb.base/options.exp: Update backtrace - completion to
3279 new option -frame-info.
3280 * gdb.base/frame-args.exp: Test new 'frame-arguments presence'.
3281 Test new 'set print frame-info'. Test backtrace -frame-info
3282 overriding 'set print frame-info'.
3283 * gdb.python/py-framefilter.exp: Test new 'frame-arguments presence'.
3284 Test new 'set print frame-info'.
3285 Verify consistency of backtrace with and without filters, with and
3286 without -no-filters.
3287 * gdb.python/py-framefilter-invalidarg.exp: Update to new print_what
3288 default.
3289
de28a3b7
TV
32902019-07-29 Tom de Vries <tdevries@suse.de>
3291
3292 * gdb.linespec/explicit.exp: Fix completion trigger for "complete with
3293 no arguments".
3294
507dd60e
TV
32952019-07-29 Tom de Vries <tdevries@suse.de>
3296
3297 * gdb.linespec/explicit.exp: Fix gdb_test_multiple regexps where second
3298 is a substring of the first for "complete non-unique file name".
3299
5beafce9
TV
33002019-07-29 Tom de Vries <tdevries@suse.de>
3301
3302 * gdb.python/python.exp: Don't terminate gdb_test_multiple regexp
3303 with ".*".
3304
2d274232
TV
33052019-07-29 Tom de Vries <tdevries@suse.de>
3306
3307 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt, gdb_is_target_1):
3308 Pass prompt_regexp parameter to gdb_test_multiple calls.
3309
9197cd8b
TV
33102019-07-29 Tom de Vries <tdevries@suse.de>
3311
3312 * gdb.base/maint.exp: Use "\r\n" instead of "\[\r\n\]+" in "maint
aac66a4c 3313 print registers" regexps.
9197cd8b 3314
b528dae0
TV
33152019-07-29 Tom de Vries <tdevries@suse.de>
3316
3317 * gdb.base/define.exp: Add "\r\n" to "reset gdb_prompt" regexp.
3318
d17725d7
TV
33192019-07-29 Tom de Vries <tdevries@suse.de>
3320
3321 PR gdb/24855
3322 * lib/gdb.exp (gdb_test_multiple): Add prompt_regexp parameter.
3323 (skip_python_tests_prompt): Add prompt_regexp argument to
3324 gdb_test_multiple calls.
3325
52b75bf1
TT
33262019-07-27 Tom Tromey <tom@tromey.com>
3327
3328 * gdb.tui/main.exp: New file.
3329
2b1d00c2
TT
33302019-07-27 Tom Tromey <tom@tromey.com>
3331
3332 * lib/tuiterm.exp (Term::clean_restart): Make "executable"
3333 optional.
3334 * gdb.tui/empty.exp: New file.
3335
ded631d5
TT
33362019-07-27 Tom Tromey <tom@tromey.com>
3337
3338 * lib/tuiterm.exp (spawn): New proc.
3339 (Term::resize): New proc.
3340 * gdb.tui/resize.exp: New file.
3341
58ac439d
TT
33422019-07-27 Tom Tromey <tom@tromey.com>
3343
3344 * gdb.tui/list.exp: New file.
3345
fe1f56ee
TT
33462019-07-27 Tom Tromey <tom@tromey.com>
3347
3348 * gdb.tui/regs.exp: New file.
3349
f790b310
TT
33502019-07-27 Tom Tromey <tom@tromey.com>
3351
3352 * gdb.tui/basic.exp: Add "layout split" test.
3353
d95fc6ee
TT
33542019-07-27 Tom Tromey <tom@tromey.com>
3355
3356 * gdb.tui/basic.exp: Add "layout asm" test.
3357
c3786b3a
TT
33582019-07-27 Tom Tromey <tom@tromey.com>
3359
3360 * lib/tuiterm.exp: New file.
3361 * gdb.tui/basic.exp: New file.
3362
98a617f8
KB
33632019-07-27 Kevin Buettner <kevinb@redhat.com>
3364
3365 * gdb.dwarf2/dw2-ranges-func.exp (enable_foo_cold_stepping):
3366 Enable tests associated with this flag. Adjust regex
3367 referencing "foo_low" to now refer to "foo_cold" instead.
3368
5c076da4
KB
33692019-07-27 Kevin Buettner <kevinb@redhat.com>
3370
3371 * gdb.dwarf2/dw2-ranges-func.c: Rename to...
3372 * gdb.dwarf2/dw2-ranges-func-lo-cold.c: ...this.
3373 * gdb.dwarf2/dw2-ranges-func-lo-cold.c (foo_low): Change name to
3374 foo_cold. Revise comments to match.
3375 * gdb.dwarf2/dw2-ranges-func-hi-cold.c: New file.
3376 * gdb.dwarf2/dw2-ranges-func.exp (do_test): New proc. Existing tests
3377 were wrapped into this proc; Call do_test in loop from outermost
3378 level.
3379 (foo_low): Rename all occurrences to "foo_cold".
3380 (backtrace from baz): New test.
3381 (x2/i foo_cold): New test.
3382 (info line *foo_cold): New test.
3383
1512d3b7
TV
33842019-07-26 Tom de Vries <tdevries@suse.de>
3385
3386 * gdb.arch/i386-pkru.exp: Fix unterminated string.
3387
297989a1
TV
33882019-07-25 Tom de Vries <tdevries@suse.de>
3389
3390 PR testsuite/24830
3391 * gdb.mi/mi-catch-cpp-exceptions.exp: Call
3392 mi_skip_libstdcxx_probe_tests, and skip unsupported tests.
3393 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt): Factor out of ...
3394 (skip_libstdcxx_probe_tests): ... here.
3395 * lib/mi-support.exp (mi_skip_libstdcxx_probe_tests): New proc.
3396
b3b965fb
TV
33972019-07-24 Tom de Vries <tdevries@suse.de>
3398
3399 PR testsuite/24807
3400 * gdb.objc/basicclass.m: Include stdio.h.
3401 * gdb.objc/nondebug.m: Same.
3402 * gdb.objc/objcdecode.m: Same.
3403
4625b4d0
TV
34042019-07-24 Tom de Vries <tdevries@suse.de>
3405
3406 PR testsuite/24612
3407 * gdb.base/infoline-reloc-main-from-zero.exp: Add -Wl,-N to
3408 additional_flags.
3409
024a5840
TV
34102019-07-24 Tom de Vries <tdevries@suse.de>
3411
3412 PR testsuite/24831
3413 * gdb.multi/tids.exp: Update error messages for info threads.
3414
c76ddaa3
TV
34152019-07-24 Tom de Vries <tdevries@suse.de>
3416
3417 * gdb.base/info-types.exp: Allow info types to print info for more than
3418 one file.
3419
9a618ef6
TV
34202019-07-23 Tom de Vries <tdevries@suse.de>
3421
3422 PR testsuite/24842
3423 * gdb.dwarf2/multidictionary.exp: Consume initial prompt after
3424 gdb_spawn_with_cmdline_opts.
3425
40eadf04
SP
34262019-07-23 Srinath Parvathaneni <srinath.parvathaneni@arm.com>
3427
3428 * gdb.arch/arm-cmse-sgstubs.c: New test.
3429 * gdb.arch/arm-cmse-sgstubs.exp: New file.
3430
5ba29434
TV
34312019-07-23 Tom de Vries <tdevries@suse.de>
3432
3433 PR testsuite/24711
3434 * gdb.mi/mi-complete.exp: Wait for "set max-completions" result before
3435 issuing next command.
3436
a8e9d247
AB
34372019-07-22 Andrew Burgess <andrew.burgess@embecosm.com>
3438
3439 * gdb.ada/info_auto_lang.exp: Update expected results.
3440 * gdb.base/info-types.c: Add additional types to check.
3441 * gdb.base/info-types.exp: Update expected results.
3442
eb86c5e2
AB
34432019-07-22 Andrew Burgess <andrew.burgess@embecosm.com>
3444
3445 * gdb.base/info-types.c: New file.
3446 * gdb.base/info-types.exp: New file.
3447
01e175fe
AB
34482019-07-19 Andrew Burgess <andrew.burgess@embecosm.com>
3449
3450 * gdb.arch/riscv-bp-infcall.c: New file.
3451 * gdb.arch/riscv-bp-infcall.exp: New file.
3452
6b78c3f8
AB
34532019-07-17 Andrew Burgess <andrew.burgess@embecosm.com>
3454
3455 PR breakpoints/24541
3456 * gdb.mi/mi-catch-cpp-exceptions.exp: Remove kfail due to 24541.
3457
da738167
TV
34582019-07-14 Tom de Vries <tdevries@suse.de>
3459
3460 PR testsuite/24760
3461 * gdb.objc/basicclass.exp: Fix unterminated string.
3462
0d4e84ed
AB
34632019-07-12 Bernhard Heckel <bernhard.heckel@intel.com>
3464 Andrew Burgess <andrew.burgess@embecosm.com>
3465
3466 * gdb.fortran/vla-ptype.exp: Print array with negative bounds.
3467 * gdb.fortran/vla-sizeof.exp: Print the size of an array with
3468 negative bounds.
3469 * gdb.fortran/vla-value.exp: Print elements of an array with
3470 negative bounds.
3471 * gdb.fortran/vla.f90: Setup an array with negative bounds for
3472 testing.
3473
021d8588
AB
34742019-07-11 Andrew Burgess <andrew.burgess@embecosm.com>
3475
3476 * gdb.base/options.exp (expect_string): Dequote strings in
3477 results.
3478 (test-string): Test strings with different quoting and reindent.
3479
f06f1252
TT
34802019-07-10 Tom Tromey <tromey@adacore.com>
3481
3482 * gdb.ada/mi_ex_cond.exp: Update expected results.
3483 * gdb.ada/mi_catch_ex_hand.exp: Update expected results.
3484 * gdb.ada/mi_catch_ex.exp: Update expected results.
3485 * gdb.ada/mi_catch_assert.exp: Update expected results.
3486 * gdb.ada/catch_ex.exp (catch_exception_info)
3487 (catch_exception_entry, catch_assert_entry)
3488 (catch_unhandled_entry): Update.
3489 * gdb.ada/catch_assert_if.exp: Update expected results.
3490
b863685d
RB
34912019-07-10 Richard Bunt <richard.bunt@arm.com>
3492 Stephen Roberts <stephen.roberts@arm.com>
3493
3494 * gdb.base/define.exp: Restore original prompt.
3495
cb1e4e32
PA
34962019-07-09 Pedro Alves <palves@redhat.com>
3497
3498 * gdb.cp/catch-multi-stdlib.exp: Adjust expected "info
3499 breakpoints" output.
3500 * gdb.cp/exception.exp: Adjust expected "info breakpoints" output.
3501 * gdb.python/py-breakpoint.exp: No longer expect that "catch
3502 throw" creates breakpoint.
3503 * gdb.mi/mi-catch-cpp-exceptions.exp (setup_catchpoint): Expect
3504 'type="catchpoint"'.
3505
b58a68fe
PA
35062019-07-09 Pedro Alves <palves@redhat.com>
3507
3508 PR c++/15468
3509 * gdb.cp/except-multi-location-lib.cc: New.
3510 * gdb.cp/except-multi-location-main.cc: New.
3511 * gdb.cp/except-multi-location.exp: New.
3512
0826779b
PW
35132019-07-09 Sergio Durigan Junior <sergiodj@redhat.com>
3514
3515 * gdb.base/printcmds.exp (test_printf_convenience_var): Set
3516 language to "c++" before dealing with wchar_t. Remove DO_WSTRING
3517 argument and update callers.
3518
5b0e2db4
AB
35192019-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
3520
3521 * gdb.arch/amd64-break-on-asm-line.S: New file.
3522 * gdb.arch/amd64-break-on-asm-line.exp: New file.
3523
1f6f6e21
PW
35242019-07-08 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3525
3526 * gdb.base/printcmds.exp: Test printing C string and
3527 C wide string convenience vars without transiting via the inferior.
3528 Also make test names unique.
3529
ea142fbf
AH
35302019-07-08 Alan Hayward <alan.hayward@arm.com>
3531
5862c886 3532 PR breakpoints/25011
ea142fbf
AH
3533 * gdb.base/break-idempotent.exp: Test both PIE and non PIE.
3534
213fd9fa
PA
35352019-07-04 Pedro Alves <palves@redhat.com>
3536
3537 * lib/gdb.exp (foreach_with_prefix): Don't return early if
3538 body returned ok(0), break(3) or continue(4).
3539 * gdb.testsuite/foreach_with_prefix.exp: New file.
3540
2b40fda7
AH
35412019-07-04 Alan Hayward <alan.hayward@arm.com>
3542
3543 * gdb.server/unittest.exp: Allow 0 unit tests to run.
3544
a26c8de0
PA
35452019-07-03 Pedro Alves <palves@redhat.com>
3546
3547 * lib/gdb.exp (foreach_with_prefix): Use "catch" and
3548 "return -code".
3549
5f4ba3e7
PA
35502019-07-03 Pedro Alves <palves@redhat.com>
3551
3552 PR cli/24732
3553 * gdb.base/shell.exp: Load completion-support.exp.
3554 Adjust expected error output. Add completion tests.
3555
a994424f
PA
35562019-07-03 Pedro Alves <palves@redhat.com>
3557
3558 * lib/completion-support.exp (test_gdb_complete_cmd_multiple): Use
3559 string_to_regexp.
3560
3d9be6f5
PA
35612019-07-03 Pedro Alves <palves@redhat.com>
3562
3563 * gdb.base/options.exp (expect_none, expect_flag, expect_bool)
3564 (expect_integer): Adjust to expect "-string".
3565 (expect_string): New.
3566 (all_options): Expect "-string".
3567 (test-flag, test-boolean): Adjust to expect "-string".
3568 (test-string): New proc.
3569 (top level): Call it.
3570
41fc454c
PA
35712019-07-03 Pedro Alves <palves@redhat.com>
3572
3573 * gdb.base/options.exp (test-misc, test-flag, test-boolean)
3574 (test-uinteger, test-enum): Adjust res_test_gdb_... calls to pass
3575 the expected output in the success.
3576
b2b2a215
PA
35772019-07-03 Pedro Alves <palves@redhat.com>
3578
3579 * lib/completion-support.exp (test_gdb_complete_tab_multiple):
3580 Split one gdb_test_multiple call in two to avoid a race.
3581
fdbc9870
PA
35822019-07-03 Pedro Alves <palves@redhat.com>
3583
3584 * gdb.base/with.c: New file.
3585 * gdb.base/with.exp: New file.
3586
c6ac8931
PA
35872019-07-03 Pedro Alves <palves@redhat.com>
3588
3589 * gdb.base/settings.exp: Replace all references to "maint
3590 test-settings set" with references to "maint set test-settings",
3591 and all references to "maint test-settings show" with references
3592 to "maint show test-settings".
3593
970f9d09
PA
35942019-07-03 Pedro Alves <palves@redhat.com>
3595
3596 * gdb.base/settings.exp (test-string): Adjust expected out when
3597 testing "maint test-settings show filename"
3598
54d66006
PA
35992019-07-02 Pedro Alves <palves@redhat.com>
3600
3601 * gdb.base/options.exp (test-info-threads): New procedure.
3602 (top level): Call it.
3603
10d06d82
TT
36042019-06-28 Tom Tromey <tromey@adacore.com>
3605
3606 * gdb.dwarf2/ada-linkage-name.c: New file.
3607 * gdb.dwarf2/ada-linkage-name.exp: New file.
3608
3d507ff2
TT
36092019-06-27 Tom Tromey <tromey@adacore.com>
3610
d039f014 3611 PR c++/20020:
3d507ff2
TT
3612 * gdb.cp/constexpr-field.exp: Use setup_xfail.
3613
8af58ffe
TV
36142019-06-26 Tom de Vries <tdevries@suse.de>
3615
3616 * gdb.dwarf2/varval.exp: Compile twice, once without bad DWARF.
3617
22e21752
TV
36182019-06-26 Tom de Vries <tdevries@suse.de>
3619
3620 * gdb.base/index-cache.exp: Add back missing debug option.
3621
b65b566c
PW
36222019-06-23 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3623
3624 * gdb.base/alias.exp: Test non matching/non existing prefixes.
3625
5c2c8c69
TV
36262019-06-25 Tom de Vries <tdevries@suse.de>
3627
3628 PR testsuite/24727
3629 * gdb.dwarf2/dw2-restrict.S: Regenerate using clang 5.0.1.
3630
164e3873
TV
36312019-06-24 Tom de Vries <tdevries@suse.de>
3632
3633 * gdb.dwarf2/implptr-64bit.exp: Fix intra-CU '%' label reference.
3634
824eacee
TV
36352019-06-24 Tom de Vries <tdevries@suse.de>
3636
3637 * gdb.trace/entry-values.exp: Use DW_FORM_udata instead of
3638 DW_FOR_sdata for DW_AT_decl_file. Use 0 for DW_AT_decl_file.
3639 * gdb.trace/unavailable-dwarf-piece.exp: Same.
3640
385b97d3
TV
36412019-06-24 Tom de Vries <tdevries@suse.de>
3642
3643 * gdb.dwarf2/inlined_subroutine-inheritance.exp:
3644
c596f180
TV
36452019-06-21 Tom de Vries <tdevries@suse.de>
3646
3647 * gdb.base/index-cache.exp: Add additional_flags=-Wl,--build-id.
3648
b13a7d03
TV
36492019-06-21 Tom de Vries <tdevries@suse.de>
3650
3651 PR testsuite/24518
3652 PR ada/24713
3653 * gdb.ada/ptype_union.exp: Mark as unsupported if executable contains
3654 index.
3655
899277ae
TT
36562019-06-19 Tom Tromey <tromey@adacore.com>
3657
3658 * gdb.ada/length_cond.exp: Add intro comment.
3659
680e1bee
TT
36602019-06-19 Tom Tromey <tromey@adacore.com>
3661
3662 * gdb.ada/length_cond.exp: New file.
3663 * gdb.ada/length_cond/length_cond.adb: New file.
3664 * gdb.ada/length_cond/pck.adb: New file.
3665 * gdb.ada/length_cond/pck.ads: New file.
3666
0ed4690a
TV
36672019-06-18 Tom de Vries <tdevries@suse.de>
3668
3669 * boards/fission.exp (debug_flags): Add "-fuse-ld=gold".
3670
d20ed5fd
TT
36712019-06-18 Tom Tromey <tromey@adacore.com>
3672
3673 * gdb.base/list0.h: Add comment explaining control character.
3674
86e04673
TV
36752019-06-18 Tom de Vries <tdevries@suse.de>
3676
3677 * boards/fission.exp: Break up long debug_flags line.
3678
c4973306
SM
36792019-06-16 Tom de Vries <tdevries@suse.de>
3680
3681 PR gdb/24445
3682 * gdb.dwarf2/gdb-index.exp (add_gdb_index): Update dwz file with
3683 generated index.
3684
93cb9841
AB
36852019-06-16 Andrew Burgess <andrew.burgess@embecosm.com>
3686
3687 PR gdb/24686
3688 * gdb.mi/mi-catch-cpp-exceptions.exp: Add an extra pattern to
3689 improve detection of bug gdb/24541.
3690
399aaebd
SM
36912019-06-16 Simon Marchi <simon.marchi@polymtl.ca>
3692
3693 PR gdb/24669
3694 * gdb.base/index-cache.exp (uses_readnow,
3695 expecting_index_cache_use): Define global variable.
3696 (test_cache_enabled_miss, test_cache_enabled_hit): Use
3697 expecting_index_cache_use.
3698
584a927c
AB
36992019-06-16 Bernhard Heckel <bernhard.heckel@intel.com>
3700 Andrew Burgess <andrew.burgess@embecosm.com>
3701
3702 * gdb.fortran/pointers.f90: New file.
3703 * gdb.fortran/print_type.exp: New file.
3704 * gdb.fortran/vla-ptype.exp: Adapt expected results.
3705 * gdb.fortran/vla-type.exp: Likewise.
3706 * gdb.fortran/vla-value.exp: Likewise.
3707 * gdb.mi/mi-vla-fortran.exp: Likewise.
3708
30056ea0
AB
37092019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
3710
3711 * gdb.mi/mi-catch-cpp-exceptions.cc: New file.
3712 * gdb.mi/mi-catch-cpp-exceptions.exp: New file.
3713 * lib/mi-support.exp (mi_expect_stop): Handle 'exception-caught'
3714 as a stop reason.
3715
ec8e2b6d
AB
37162019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
3717
3718 * gdb.base/annota1.exp: Update expected results.
3719 * gdb.cp/annota2.exp: Likewise.
3720 * gdb.cp/annota3.exp: Likewise.
3721
09e4c4e1
AB
37222019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
3723
3724 * gdb.base/style-logging.exp: Remove path from test name.
3725
0735b091
TT
37262019-06-14 Tom Tromey <tromey@adacore.com>
3727
3728 PR gdb/24502:
3729 * gdb.base/style-logging.exp: New file.
3730
f5686554
TT
37312019-06-14 Tom Tromey <tromey@adacore.com>
3732
3733 * gdb.base/symfile-warn.exp: New file.
3734 * gdb.base/symfile-warn.c: New file.
3735
a0c1ffed
TT
37362019-06-14 Tom Tromey <tromey@adacore.com>
3737
3738 * gdb.base/annotate-symlink.exp: New file.
3739
f411722c
TT
37402019-06-14 Tom Tromey <tromey@adacore.com>
3741
3742 * gdb.ada/set_wstr.exp: Add reassignment test.
3743
4268ec18
TT
37442019-06-14 Tom Tromey <tromey@adacore.com>
3745
3746 * gdb.ada/formatted_ref.exp (test_p_x_addr): Check
3747 'unchecked_access and 'unrestricted_access as well.
3748
9a9e394b
TT
37492019-06-14 Tom Tromey <tromey@adacore.com>
3750
3751 PR ada/24539:
3752 * gdb.ada/vla.exp: Update tests.
3753 * gdb.ada/vla/vla.adb (Record_Type): Use No_Component_Reordering
3754 pragma.
3755
4c048731
PA
37562019-06-13 Pedro Alves <palves@redhat.com>
3757
3758 * gdb.base/settings.exp (test-integer): Test junk after
3759 "unlimited".
3760
6665660a
PA
37612019-06-13 Pedro Alves <palves@redhat.com>
3762
3763 * gdb.base/options.exp (test-thread-apply): New.
3764 (top level): Call it.
3765
5d707134
PA
37662019-06-13 Pedro Alves <palves@redhat.com>
3767
3768 * gdb.base/options.exp (test-frame-apply): New.
3769 (top level): Test print commands with different "frame apply"
3770 prefixes.
3771
e2a689da
PA
37722019-06-13 Pedro Alves <palves@redhat.com>
3773
e79be6e5 3774 * lib/completion-support.exp (test_gdb_complete_tab_multiple)
e2a689da
PA
3775 (test_gdb_complete_cmd_multiple, test_gdb_complete_multiple): Add
3776 'max_completions' parameter and handle it.
3777 (test_gdb_completion_offers_commands): New.
3778
90a1ef87
PA
37792019-06-13 Pedro Alves <palves@redhat.com>
3780
3781 * gdb.base/options.exp (test-backtrace): Test completing qualifiers.
3782
d4c16835
PA
37832019-06-13 Pedro Alves <palves@redhat.com>
3784
3785 * gdb.base/options.exp (test-backtrace): New.
3786 (top level): Call it.
3787
2daf894e
PA
37882019-06-13 Pedro Alves <palves@redhat.com>
3789
3790 * gdb.guile/scm-frame-args.exp: Use "set print
3791 raw-frame-arguments" instead of "set print raw frame-arguments".
3792 * gdb.python/py-frame-args.exp: Likewise.
3793
e6ed716c
PA
37942019-06-13 Pedro Alves <palves@redhat.com>
3795
3796 * gdb.compile/compile.exp: Adjust expected output to option
3797 processing changes.
3798
7d8062de
PA
37992019-06-13 Pedro Alves <palves@redhat.com>
3800
3801 * gdb.base/options.exp: Build executable.
3802 (test-print): New procedure.
3803 (top level): Call it, once for "print" and another for "compile
3804 print".
3805
9d0faba9
PA
38062019-06-13 Pedro Alves <palves@redhat.com>
3807
3808 * gdb.base/options.c: New file.
3809 * gdb.base/options.exp: New file.
3810
dee7b4c8
PA
38112019-06-13 Pedro Alves <palves@redhat.com>
3812
3813 * gdb.base/settings.exp (test-boolean, test-auto-boolean): Check
3814 that "o" is ambiguous.
3815
dca0f6c0
PA
38162019-06-13 Pedro Alves <palves@redhat.com>
3817
3818 * gdb.base/settings.c: New file.
3819 * gdb.base/settings.exp: New file.
3820
ccf46844
PA
38212019-06-13 Pedro Alves <palves@redhat.com>
3822
3823 * gdb.base/completion.exp: Fix comment typo.
3824
b9a3f842
PA
38252019-06-13 Pedro Alves <palves@redhat.com>
3826
3827 * gdb.multi/tids.exp: Adjust expected output. Add "thread apply 1
3828 foo --1" test.
3829
d106773e
PA
38302019-06-11 Bernhard Heckel <bernhard.heckel@intel.com>
3831
3832 * gdb.fortran/block-data.f: New.
3833 * gdb.fortran/block-data.exp: New.
3834
fea82da0
TV
38352019-06-11 Tom de Vries <tdevries@suse.de>
3836
3837 PR testsuite/24521
3838 * gdb.multi/remove-inferiors.exp: Allow "Expanding full symbols"
3839 message.
3840
8c2e74f1
TV
38412019-06-11 Tom de Vries <tdevries@suse.de>
3842
3843 PR testsuite/24521
3844 * gdb.dwarf2/nonvar-access.exp: Fix main high_pc.
3845
b49851c8
TV
38462019-06-11 Tom de Vries <tdevries@suse.de>
3847
3848 * boards/readnow.exp: New file.
3849
a7067863
AB
38502019-06-10 Andrew Burgess <andrew.burgess@embecosm.com>
3851
3852 * gdb.fortran/vla-sizeof.exp: Update expected results.
3853
1a3da2cd
AB
38542019-06-06 Amos Bird <amosbird@gmail.com>
3855
3856 * gdb.base/annota1.exp (thread_switch): Add test for
3857 thread-exited annotation.
3858
3847a7bf
TT
38592019-06-06 Tom Tromey <tromey@adacore.com>
3860
3861 * gdb.base/maint.exp: Expect command started/finished output.
3862
0088ba59
AB
38632019-06-05 Andrew Burgess <andrew.burgess@embecosm.com>
3864
3865 * gdb.arch/riscv-unwind-long-insn-6.s: Remove use of 'I' in
3866 comment.
3867 * gdb.arch/riscv-unwind-long-insn-8.s: Likewise.
3868
312617a3
AB
38692019-06-05 Andrew Burgess <andrew.burgess@embecosm.com>
3870
3871 * gdb.arch/riscv-unwind-long-insn-6.s: New file.
3872 * gdb.arch/riscv-unwind-long-insn-8.s: New file.
3873 * gdb.arch/riscv-unwind-long-insn.c: New file.
3874 * gdb.arch/riscv-unwind-long-insn.exp: New file.
3875
e1f2e1a2
CB
38762019-06-04 Christian Biesinger <cbiesinger@google.com>
3877
d3238f7d 3878 * gdb.python/py-type.exp: Test for new gdb.Type.objfile property.
e1f2e1a2 3879
206584bd
PW
38802019-06-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3881
3882 * lib/gdb.exp (help_list_trailer): New regexp variable
3883 factorizing the help trailer message.
3884 (test_class_help): Use help_list_trailer. Add LIST_OF_COMMANDS
3885 arg to allow to better factorize various tests.
3886 (test_user_defined_class_help): Factorizes testing 'help user-defined'.
3887 (test_prefix_command_help): Use help_list_trailer.
3888 * gdb.python/py-cmd.exp: Use test_user_defined_class_help.
3889 * gdb.guile/scm-cmd.exp: Likewise.
3890 * gdb.trace/tracecmd.exp: Update caller of test_class_help.
3891 * gdb.base/help.exp: Use test_user_defined_class_help.
3892 * gdb.base/style.exp: Add tests for styling of help and apropos.
3893 * lib/gdb-utils.exp (style): Add title and highlight styles.
3894
708dc93e
PW
38952019-05-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3896
3897 * gdb.base/shell.exp: Test pipe command, $_shell_exitcode,
3898 $_shell_exitsignal.
3899 * gdb.base/default.exp: Update for new convenience variables.
3900
f49055a5
TT
39012019-05-29 Tom Tromey <tromey@adacore.com>
3902
3903 * gdb.ada/complete.exp (test_gdb_no_completion): Add "/" and "-"
3904 to "break complete ada" test case's regexp.
3905
4330d61d
TT
39062019-05-29 Tom Tromey <tromey@adacore.com>
3907
3908 PR c++/20020:
3909 * gdb.cp/constexpr-field.exp: New file.
3910 * gdb.cp/constexpr-field.cc: New file.
3911
000439d5
TT
39122019-05-29 Tom Tromey <tromey@adacore.com>
3913
3914 * gdb.base/finish.exp (finish_no_print): New proc.
3915 (finish_tests): Call it.
3916
5a01c34c
TV
39172019-05-24 Tom de Vries <tdevries@suse.de>
3918
3919 * gdb.dwarf2/gdb-add-index.exp: New file.
3920
18125b16
TT
39212019-05-22 Tom Tromey <tromey@adacore.com>
3922
3923 * gdb.base/info-shared.exp (check_info_shared): Use "style".
3924 * gdb.base/style.exp: Use "style".
3925 * lib/gdb-utils.exp (style): New proc.
3926
af1a8d03
TV
39272019-05-22 Tom de Vries <tdevries@suse.de>
3928
3929 * gdb.base/align.exp: Require c++11.
3930
e7fe496b
TV
39312019-05-22 Tom de Vries <tdevries@suse.de>
3932
3933 PR testsuite/24586
3934 * gdb.python/py-mi-var-info-path-expression.exp: Call
3935 mi_skip_python_tests to check if python is supported.
3936
8fca4da0
AH
39372019-05-22 Alan Hayward <alan.hayward@arm.com>
3938
3939 * gdb.arch/aarch64-pauth.c: New test.
3940 * gdb.arch/aarch64-pauth.exp: New file.
3941
b7060614
AH
39422019-05-22 Alan Hayward <alan.hayward@arm.com>
3943
3944 * README (Re-running Tests Outside The Testsuite): New section.
3945
669d0468
TV
39462019-05-21 Tom de Vries <tdevries@suse.de>
3947
3948 * gdb.arch/amd64-eval.exp: Require c++11.
3949 * gdb.base/max-depth.exp: Same.
3950 * gdb.compile/compile-cplus-array-decay.exp: Same.
3951 * gdb.cp/meth-typedefs.exp: Same.
3952 * gdb.cp/subtypes.exp: Same.
3953 * gdb.cp/temargs.exp: Same.
3954
ce3ebcaa
AH
39552019-05-21 Alan Hayward <alan.hayward@arm.com>
3956
3957 * lib/gdbserver-support.exp (gdbserver_run): Mark kill as optional.
3958
34d11c68
AB
39592019-05-18 Andrew Burgess <andrew.burgess@embecosm.com>
3960
3961 PR gdb/18644
3962 * gdb.fortran/complex.exp: Remove setup_kfail calls.
3963 * gdb.fortran/printing-types.exp: Add new test.
3964 * gdb.fortran/printing-types.f90: Add 16-byte real variable for
3965 testing.
3966 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): Remove
3967 setup_kfail call.
3968
87781e84
AH
39692019-05-17 Alan Hayward <alan.hayward@arm.com>
3970
3971 * README (Running the Testsuite): Change example.
3972 (Testsuite Parameters): Remove TRANSCRIPT.
3973 * lib/gdb.exp: Remove TRANSCRIPT check.
3974
b420b89e
AH
39752019-05-17 Alan Hayward <alan.hayward@arm.com>
3976
3977 * README (Testsuite Parameters): Add replay logging to
3978 GDBSERVER_DEBUG.
3979 (gdbserver,debug): Refer to GDBSERVER_DEBUG.
3980 * lib/gdbserver-support.exp (gdbserver_start): Treat gdbserverdebug
3981 as a comma separated list.
3982 (gdb_debug_init): Override procedure.
3983
408e9b8b
AH
39842019-05-17 Alan Hayward <alan.hayward@arm.com>
3985
3986 * lib/gdb.exp (default_gdb_spawn): Call gdb_write_cmd_file.
3987 (gdb_write_cmd_file): New procedure.
3988 * lib/gdbserver-support.exp (gdbserver_start): Call
3989 gdbserver_write_cmd_file.
3990 (gdbserver_write_cmd_file): New procedure.
3991
f9e2e39d
AH
39922019-05-17 Alan Hayward <alan.hayward@arm.com>
3993
3994 * lib/gdb.exp (gdb_unload): Mark Y as an answer.
3995 (delete_breakpoints): Likewise.
3996 (gdb_run_cmd): Likewise.
3997 (gdb_start_cmd): Likewise.
3998 (gdb_starti_cmd): Likewise.
3999 (gdb_internal_error_resync): Likewise.
4000 (gdb_test_multiple): Likewise.
4001 (gdb_reinitialize_dir): Likewise.
4002 (default_gdb_exit): Likewise.
4003 (gdb_file_cmd): Mark kill as optional.
4004 (default_gdb_start): Call gdb_stdin_log_init.
4005 (send_gdb): Call gdb_stdin_log_write.
4006 (rerun_to_main): Mark Y as an answer.
4007 (gdb_stdin_log_init): New function.
4008 (gdb_stdin_log_write): Likewise.
4009
81f47ac2
AH
40102019-05-17 Alan Hayward <alan.hayward@arm.com>
4011
4012 * gdb.base/breakpoint-in-ro-region.exp: Disable when debugging.
4013 * gdb.base/debug-expr.exp: Likewise.
4014 * gdb.base/foll-fork.exp: Likewise.
4015 * gdb.base/foll-vfork.exp: Likewise.
4016 * gdb.base/fork-print-inferior-events.exp: Likewise.
4017 * gdb.base/gdb-sigterm.exp: Likewise.
4018 * gdb.base/gdbinit-history.exp: Likewise.
4019 * gdb.base/osabi.exp: Likewise.
4020 * gdb.base/sss-bp-on-user-bp-2.exp: Likewise.
4021 * gdb.base/ui-redirect.exp: Likewise.
4022 * gdb.gdb/unittest.exp: Likewise.
4023 * gdb.mi/mi-break.exp: Disable separate-mi-tty when debugging.
4024 * gdb.mi/mi-watch.exp: Likewise.
4025 * gdb.mi/new-ui-mi-sync.exp: Likewise.
4026 * gdb.mi/user-selected-context-sync.exp: Likewise.
4027 * gdb.python/python.exp: Disable debug test when debugging.
4028 * gdb.threads/check-libthread-db.exp: Disable when debugging.
4029 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
4030 Likewise.
4031 * gdb.threads/stepi-random-signal.exp: Likewise.
4032
29b52314
AH
40332019-05-17 Alan Hayward <alan.hayward@arm.com>
4034
4035 * Makefile.in: Pass through GDB_DEBUG.
4036 * README (Testsuite Parameters): Add GDB_DEBUG.
81f47ac2
AH
4037 (gdb,debug): Add board setting.
4038 * lib/gdb.exp (default_gdb_start): Start debugging.
4039 (gdb_debug_enabled): New procedure.
4040 (gdb_debug_init): Likewise.
29b52314
AH
4041
40422019-05-17 Alan Hayward <alan.hayward@arm.com>
e79be6e5 4043
29b52314
AH
4044 * Makefile.in: Pass through GDB_DEBUG.
4045 * README (Testsuite Parameters): Add GDB_DEBUG.
81f47ac2
AH
4046 (gdb,debug): Add board setting.
4047 * lib/gdb.exp (default_gdb_start): Start debugging.
4048 (gdb_debug_enabled): New procedure.
4049 (gdb_debug_init): Likewise.
29b52314 4050
ca1285d1
AH
40512019-05-17 Alan Hayward <alan.hayward@arm.com>
4052
4053 * gdb.base/ui-redirect.exp: Add debug redirect tests.
4054
f3a09c80
AH
40552019-05-17 Alan Hayward <alan.hayward@arm.com>
4056
4057 * gdb.base/ui-redirect.exp: Test redirection.
4058
26648588
JV
40592019-01-28 Jan Vrany <jan.vrany@fit.cvut.cz>
4060
4061 * gdb.mi/mi-complete.exp: New file.
4062 * gdb.mi/mi-complete.cc: Likewise.
4063
14237686
AB
40642019-05-15 Bernhard Heckel <bernhard.heckel@intel.com>
4065
4066 * gdb.fortran/vla-sizeof.exp: Add tests of sizeof applied to
4067 indexed and sliced arrays, and pointers to arrays.
4068
e7bd7fba
TT
40692019-05-14 Tom Tromey <tromey@adacore.com>
4070
4071 * gdb.base/info-shared.exp (check_info_shared): Add "info shared"
4072 styling test.
4073
2764128d
TV
40742019-05-14 Tom de Vries <tdevries@suse.de>
4075
4076 * gdb.dwarf2/dw2-skip-prologue.S (.debug_loc): Fix base address
4077 selection entry encoding.
4078
71bed2db
TT
40792019-05-10 Tom Tromey <tromey@adacore.com>
4080
4081 * gdb.ada/info_exc.exp: Add "complete" test.
4082
63b667ad
TV
40832019-05-09 Tom de Vries <tdevries@suse.de>
4084
4085 * gdb.arch/amd64-tailcall-self.S: Make DW_FORM_ref4 references
4086 CU-relative.
4087
9cfd2b89
TV
40882019-05-09 Tom de Vries <tdevries@suse.de>
4089
4090 * gdb.arch/amd64-entry-value-paramref.S: Make DW_FORM_ref4 references
4091 CU-relative.
4092
2228ef77
XR
40932019-05-08 Joel Brobecker <brobecker@adacore.com>
4094
4095 * gdb.ada/frame_arg_lang.exp: New testcase.
4096 * gdb.ada/frame_arg_lang/bla.adb: New file.
4097 * gdb.ada/frame_arg_lang/pck.ads: New file.
4098 * gdb.ada/frame_arg_lang/pck.adb: New file.
4099 * gdb.ada/frame_arg_lang/foo.c: New file.
4100
80e55b13
TT
41012019-05-08 Tom Tromey <tromey@adacore.com>
4102
4103 * gdb.python/py-value.exp (test_value_in_inferior): Add Ada test.
4104
9d3421af
TT
41052019-05-08 Tom Tromey <tromey@adacore.com>
4106
4107 * gdb.base/ptype-offsets.exp: Update tests.
4108
844333e2
TT
41092019-05-08 Tom Tromey <tromey@adacore.com>
4110
4111 * gdb.base/ptype-offsets.exp: Use string_to_regexp. Fix test
4112 cases.
4113 * gdb.base/ptype-offsets.cc (struct abc) <my_int_type>: Now
4114 "short".
4115
988915ee
TT
41162019-05-08 Tom Tromey <tromey@adacore.com>
4117
4118 * gdb.ada/vla.exp: New file.
4119 * gdb.ada/vla/vla.adb: New file.
4120
7bd55dac
TV
41212019-05-07 Tom de Vries <tdevries@suse.de>
4122
4123 * gdb.base/index-cache.exp (ls_host): Fix return statement.
4124
75f06e9d
TV
41252019-05-07 Tom de Vries <tdevries@suse.de>
4126
4127 PR testsuite/24522
4128 * gdb.dlang/watch-loc.c: Fix debug_info_offset in .debug_aranges
4129 section.
4130
77e7aaa4
TV
41312019-05-07 Tom de Vries <tdevries@suse.de>
4132
4133 PR testsuite/24522
4134 * gdb.dwarf2/dw2-case-insensitive-debug.S: Fix debug_info_offset in
4135 .debug_aranges section.
4136
456ba0fa
TV
41372019-05-07 Tom de Vries <tdevries@suse.de>
4138
4139 PR testsuite/24159
4140 * lib/dwarf.exp: Fix handling of DW_FORM_ref_addr.
4141
5a56d6a6
TV
41422019-05-06 Tom de Vries <tdevries@suse.de>
4143
4144 * lib/gdb.exp (exec_has_index_section): New proc.
4145 * gdb.base/index-cache.exp: Handle case that binfile contains an index
4146 section.
4147
9d6d4be8
TV
41482019-05-04 Tom de Vries <tdevries@suse.de>
4149
4150 * boards/cc-with-debug-names.exp: New file.
4151
222a8d25
TT
41522019-05-03 Tom Tromey <tromey@adacore.com>
4153
4154 * gdb.ada/char_enum/pck.ads (Global_Enum_Type): New type.
4155 * gdb.ada/char_enum/foo.adb: Use Global_Enum_Type.
4156 * gdb.ada/char_enum.exp: Add test.
4157
0fdfd794
TV
41582019-05-03 Tom de Vries <tdevries@suse.de>
4159
4160 * boards/cc-with-gdb-index.exp: New file.
4161
80062eb9
AB
41622019-05-02 Andrew Burgess <andrew.burgess@embecosm.com>
4163
4164 * gdb.rust/simple.exp: Add new test case.
4165 * gdb.rust/simple.rs (struct StringAtOffset): New struct.
4166 (main): Initialise an instance of the new struct.
4167
4504bbde
TT
41682019-05-01 Tom Tromey <tromey@adacore.com>
4169
4170 * gdb.ada/packed_array_assign/aggregates.ads (Nested_Packed): New
4171 record.
4172 (NPR): New variable.
4173 * gdb.ada/packed_array_assign.exp: Add nested packed assignment
4174 test.
4175
d48e62f4
TT
41762019-05-01 Tom Tromey <tromey@adacore.com>
4177
4178 * gdb.ada/packed_array_assign.exp: Add packed assignment
4179 regression test.
4180
f59f30f5
TV
41812019-05-01 Tom de Vries <tdevries@suse.de>
4182
4183 * boards/cc-with-tweaks.exp: Generate gdb.sh, and pass it in env(GDB).
4184
b70bfc54
TV
41852019-05-01 Tom de Vries <tdevries@suse.de>
4186
4187 * boards/dwarf4-gdb-index.exp: Use cc-with-tweaks.exp.
4188
15f18d14
AT
41892019-04-30 Ali Tamur <tamur@google.com>
4190
4191 * lib/dwarf.exp(): Added DW_FORM_strx1-4.
4192
2ff0a947
TT
41932019-04-30 Tom Tromey <tromey@adacore.com>
4194
4195 * lib/ada.exp (find_ada_tool): New proc.
4196 * lib/gdb.exp (gdb_compile_shlib): Allow .o files as inputs.
4197 * gdb.ada/catch_ex_std.exp: New file.
4198 * gdb.ada/catch_ex_std/foo.adb: New file.
4199 * gdb.ada/catch_ex_std/some_package.adb: New file.
4200 * gdb.ada/catch_ex_std/some_package.ads: New file.
4201
a776957c
TT
42022019-04-30 Tom Tromey <tromey@adacore.com>
4203
4204 PR c++/24470:
4205 * gdb.cp/temargs.cc: Add test code from PR.
4206
bc68014d
AB
42072019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
4208
4209 * gdb.fortran/vla-datatypes.exp: Update expected results.
4210 * gdb.fortran/vla-ptype.exp: Likewise.
4211 * gdb.fortran/vla-type.exp: Likewise.
4212 * gdb.fortran/vla-value.exp: Likewise.
4213
f1fdc960
AB
42142019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
4215
4216 * gdb.fortran/ptr-indentation.exp: Update expected results.
4217 * gdb.fortran/ptype-on-functions.exp: Likewise.
4218 * gdb.fortran/vla-ptr-info.exp: Likewise.
4219 * gdb.fortran/vla-value.exp: Likewise.
4220
bf7a4de1
AB
42212019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
4222
4223 * gdb.fortran/ptype-on-functions.exp: New file.
4224 * gdb.fortran/ptype-on-functions.f90: New file.
4225
bbe75b9d
AB
42262019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
4227
4228 * gdb.fortran/exprs.exp (test_convenience_variables): Expect lower
4229 case void string.
4230
1db455a7
AB
42312019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
4232
4233 * gdb.fortran/complex.exp: Expand.
4234 * gdb.fortran/complex.f: Renamed to...
4235 * gdb.fortran/complex.f90: ...this, and extended to add more
4236 complex values.
4237
b6d03bb2
AB
42382019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
4239
4240 * gdb.fortran/intrinsics.exp: Extend to cover MOD, CEILING, FLOOR,
4241 MODULO, CMPLX.
4242
2e62ab40
AB
42432019-04-29 Andrew Burgess <andrew.burgess@embecosm.com>
4244 Richard Bunt <richard.bunt@arm.com>
4245
4246 * gdb.base/max-depth.c: New file.
4247 * gdb.base/max-depth.exp: New file.
4248 * gdb.python/py-nested-maps.c: New file.
4249 * gdb.python/py-nested-maps.exp: New file.
4250 * gdb.python/py-nested-maps.py: New file.
4251 * gdb.python/py-format-string.exp (test_max_depth): New proc.
4252 (test_all_common): Call test_max_depth.
4253 * gdb.fortran/max-depth.exp: New file.
4254 * gdb.fortran/max-depth.f90: New file.
4255 * gdb.go/max-depth.exp: New file.
4256 * gdb.go/max-depth.go: New file.
4257 * gdb.modula2/max-depth.exp: New file.
4258 * gdb.modula2/max-depth.c: New file.
4259 * lib/gdb.exp (get_print_expr_at_depths): New proc.
4260
d2b584a5
TV
42612019-04-29 Tom de Vries <tdevries@suse.de>
4262
4263 * lib/opencl.exp (skip_opencl_tests): Add missing "with" in regexp.
4264
136afab8
PW
42652019-04-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4266
4267 * gdb.base/callexit.exp: Test may-call-functions off.
4268
725cbb63
KS
42692019-04-25 Keith Seitz <keiths@redhat.com>
4270
4271 PR c++/24367
4272 * gdb.cp/meth-typedefs.cc (incomplete_struct)
4273 (another_incomplete_struct, test_incomplete): New definitions.
4274 (main): Use new definitions.
4275 * gdb.cp/meth-typedefs.exp: Add new tests for `test_incomplete'
4276 functions.
4277
701adfb0
PA
42782019-04-25 Ali Tamur <tamur@google.com>
4279
4280 * lib/dwarf.exp (_handle_DW_FORM): Add DW_FORM_strx.
4281
82433e3e
SDJ
42822019-04-25 Sergio Durigan Junior <sergiodj@redhat.com>
4283
4284 PR corefiles/11608
4285 PR corefiles/18187
4286 * gdb.base/coredump-filter-build-id.exp: New file.
4287
dd06d4d6
AH
42882019-04-25 Alan Hayward <alan.hayward@arm.com>
4289
e79be6e5
SM
4290 * Makefile.in: Pass through GDBSERVER_DEBUG.
4291 * README (Testsuite Parameters): Add GDBSERVER_DEBUG.
4292 (gdbserver,debug): Add board setting.
4293 * gdb.trace/tspeed.exp: Skip when debugging.
4294 * lib/gdb.exp (gdbserver_debug_enabled): New procedure.
4295 * lib/gdbserver-support.exp: Likewise
dd06d4d6 4296
1670072e
TT
42972019-04-24 Tom Tromey <tromey@adacore.com>
4298
4299 * lib/gdb.exp (gdb_compile): Don't add -fno-stack-protector for
4300 Rust.
4301
a59240a4
TT
43022019-04-24 Tom Tromey <tromey@adacore.com>
4303
4304 * gdb.arch/amd64-eval.exp: Test bitfield return.
4305 * gdb.arch/amd64-eval.cc (struct Bitfields): New.
4306 (class Foo) <return_bitfields>: New method.
4307 (main): Call it.
4308
b907456c
AB
43092019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
4310
4311 * gdb.cp/many-args.cc: New file.
4312 * gdb.cp/many-args.exp: New file.
4313
5c565afd
TV
43142019-04-23 Tom de Vries <tdevries@suse.de>
4315
4316 PR gdb/24433
4317 * gdb.btrace/reconnect.exp: Fix stepi 19 pattern.
4318
ba22ff86
AH
43192019-04-23 Alan Hayward <alan.hayward@arm.com>
4320
4321 * gdb.trace/backtrace.exp: Use nopie flag.
4322 * gdb.trace/circ.exp: Likewise.
4323 * gdb.trace/collection.exp: Likewise.
4324 * gdb.trace/ftrace.exp: Likewise.
4325 * gdb.trace/mi-trace-unavailable.exp: Likewise.
4326 * gdb.trace/mi-traceframe-changed.exp: Likewise.
4327 * gdb.trace/qtro.exp: Likewise.
4328 * gdb.trace/read-memory.exp: Likewise.
4329 * gdb.trace/report.exp: Likewise.
4330 * gdb.trace/tfile.exp: Likewise.
4331 * gdb.trace/tfind.exp: Likewise.
4332 * gdb.trace/unavailable.exp: Likewise.
4333
7905fc35
PA
43342019-04-22 Pedro Alves <palves@redhat.com>
4335
4336 * gdb.base/solib-probes-nosharedlibrary.c,
4337 gdb.base/solib-probes-nosharedlibrary.exp: New files.
4338
8ecb59f8
TT
43392019-04-19 Tom Tromey <tromey@adacore.com>
4340
4341 * gdb.ada/ptype_union.c: New file.
4342 * gdb.ada/ptype_union.exp: New file.
4343
62160ec9
TT
43442019-04-19 Tom Tromey <tromey@adacore.com>
4345
4346 PR symtab/24423:
4347 * gdb.base/list0.h (foo): Add a control-l character.
4348
36cd4ba5
TV
43492019-04-18 Tom de Vries <tdevries@suse.de>
4350
4351 PR gdb/24433
4352 * boards/local-board.exp: Set sysroot to "".
4353
b73715df
TV
43542019-04-18 Tom de Vries <tdevries@suse.de>
4355 Pedro Alves <palves@redhat.com>
4356
4357 PR gdb/24454
4358 * gdb.threads/vfork-follow-child-exec.c: New file.
4359 * gdb.threads/vfork-follow-child-exec.exp: New file.
4360 * gdb.threads/vfork-follow-child-exit.c: New file.
4361 * gdb.threads/vfork-follow-child-exit.exp: New file.
4362
4aa866af
LS
43632019-04-15 Leszek Swirski <leszeks@google.com>
4364
4365 * gdb.arch/amd64-eval.cc: New file.
4366 * gdb.arch/amd64-eval.exp: New file.
4367
e5a1a79a
AH
43682019-04-11 Alan Hayward <alan.hayward@arm.com>
4369
4370 * gdb.server/sysroot.c: New test.
4371 * gdb.server/sysroot.exp: New file.
4372 * lib/gdbserver-support.exp (gdb_target_cmd): Add additional text
4373 matching param.
4374
41077b66
AB
43752019-04-11 Andrew Burgess <andrew.burgess@embecosm.com>
4376
4377 * gdb.base/align.exp: Extend test to cover structures containing
4378 only static fields.
4379
c30391f8
TV
43802019-04-11 Tom de Vries <tdevries@suse.de>
4381
4382 * boards/cc-with-dwz-m.exp: New file.
4383 * boards/cc-with-dwz.exp: New file.
4384 * boards/cc-with-tweaks.exp: Note that check-gdb doesn't work.
4385
e242fd12
SM
43862019-04-09 Simon Marchi <simon.marchi@efficios.com>
4387
4388 * gdb.base/start-cpp.exp: New file.
4389 * gdb.base/start-cpp.cc: New file.
4390
2b0c8b01
KB
43912019-04-08 Kevin Buettner <kevinb@redhat.com>
4392
4393 * gdb.python/py-thrhandle.exp: Adjust tests to call
4394 thread_from_handle instead of thread_from_thread_handle.
4395
947210e5
KB
43962019-04-08 Kevin Buettner <kevinb@redhat.com>
4397
4398 * gdb.python/py-thrhandle.exp: Add tests for
4399 gdb.InferiorThread.handle.
4400
d7df6549
AB
44012019-04-01 Andrew Burgess <andrew.burgess@embecosm.com>
4402
4403 * gdb.python/py-function.exp: Check calling helper function from
4404 all languages.
4405 * lib/gdb.exp (gdb_supported_languages): New proc.
4406
8bdc1658
AB
44072019-04-01 Andrew Burgess <andrew.burgess@embecosm.com>
4408
4409 * gdb.base/complex-parts.c: New file.
4410 * gdb.base/complex-parts.exp: New file.
4411
05caa1d2
TT
44122019-04-01 Tom Tromey <tromey@adacore.com>
4413
4414 PR symtab/23331:
4415 * gdb.dwarf2/dw2-ranges-main.c: New file.
4416 * gdb.dwarf2/dw2-ranges-psym.c: New file.
4417 * gdb.dwarf2/dw2-ranges-psym.exp: New file.
4418
7734102d
EZ
44192019-03-30 Simon Marchi <simark@simark.ca>
4420
4421 * gdb.base/default.exp: Add values for $_gdb_major and
4422 $_gdb_minor.
4423
188e1fa9
TT
44242019-03-29 Tom Tromey <tromey@adacore.com>
4425
4426 * gdb.base/help.exp: Tighten apropos regexp.
4427
2880242d
KS
44282019-03-29 Keith Seitz <keiths@redhat.com>
4429
4430 * gdb.fortran/array-bounds.exp: New file.
4431 * gdb.fortran/array-bounds.f90: New file.
4432
077cad8e
PW
44332019-03-28 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4434
4435 * gdb.multi/multi-term-settings.c (main): Increase alarm timer.
4436
80047cfc
PW
44372019-03-28 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4438
4439 * gdb.multi/hello.c (main): Increase alarm timer.
4440
f489207e
SL
44412019-03-28 Sandra Loosemore <sandra@codesourcery.com>
4442
4443 * gdb.threads/watchpoint-fork.exp (test): Use large timeout
4444 factor when no hardware watchpoint support.
4445
c92df149
AH
44462019-03-28 Alan Hayward <alan.hayward@arm.com>
4447 Pedro Alves <palves@redhat.com>
4448
4449 * boards/local-board.exp: set sysroot to /.
4450
933aebfa
AH
44512019-03-27 Alan Hayward <alan.hayward@arm.com>
4452
4453 * gdb.base/interrupt-daemon-attach.c (main): Add alarm and sleep
4454 in child.
4455
9f9aa852
AB
44562019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
4457
4458 * gdb.python/py-prettyprint.c (struct container) <is_map_p>: New
4459 field.
4460 (make_container): Initialise new field.
4461 * gdb.python/py-prettyprint.exp: Add new tests.
4462 * gdb.python/py-prettyprint.py (class ContainerPrinter)
4463 <display_hint>: New method.
4464
3714a195
AB
44652019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
4466
4467 * gdb.python/py-prettyprint.exp: Use gdb_breakpoint and
4468 gdb_continue_to_breakpoint more throughout this test.
4469 (run_lang_tests) Supply unique test names, and use
4470 gdb_test_no_output.
4471
18c77628
AB
44722019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
4473
4474 * gdb.base/finish-pretty.exp: Update expected results.
4475 * gdb.base/pretty-print.c: New file.
4476 * gdb.base/pretty-print.exp: New file.
4477
9a93502f
PA
44782019-03-25 Pedro Alves <palves@redhat.com>
4479
4480 * lib/gdb.exp (gdb_test_multiple): Split appends to $code and
4481 move comments outside list. Append '-i "" eof' section.
4482
968aa7ae
AH
44832019-03-22 Alan Hayward <alan.hayward@arm.com>
4484
34a7f2a4 4485 PR testsuite/25016
968aa7ae
AH
4486 * README: Add pie options.
4487 * gdb.base/break-interp.exp: Ensure pie is disabled.
4488 * gdb.base/dump.exp: Likewise.
4489 * lib/gdb.exp (gdb_compile): Add pie option.
4490
4c7d57e7
TT
44912019-03-19 Tom Tromey <tromey@adacore.com>
4492
4493 * gdb.mi/mi2-cli-display.c: New file.
4494 * gdb.mi/mi2-cli-display.exp: New file.
4495
bff8c71f
TT
44962019-03-18 Joel Brobecker <brobecker@adacore.com>
4497 Tom Tromey <tromey@adacore.com>
4498
4499 * gdb.ada/ptype_array/pck.adb: New file.
4500 * gdb.ada/ptype_array/pck.ads: New file.
4501 * gdb.ada/ptype_array/foo.adb: New file.
4502 * gdb.ada/ptype_array.exp: New file.
4503
d085f989
TT
45042019-03-14 Tom Tromey <tromey@adacore.com>
4505
4506 * gdb.base/style.exp: Add "set style sources" test.
4507
b4be1b06
SM
45082019-03-13 Simon Marchi <simon.marchi@ericsson.com>
4509
4510 * mi-breakpoint-location-ena-dis.exp: Rename to ...
4511 * mi-breakpoint-multiple-locations.exp: ... this.
4512 (make_breakpoints_pattern): New proc.
4513 (do_test): Add mi_version parameter, test -break-insert,
4514 -break-info and =breakpoint-created.
4515
7cde5fc2
AB
45162019-03-12 Andrew Burgess <andrew.burgess@embecosm.com>
4517
4518 * config/default.exp: Remove 'load_lib gdb.exp'.
4519 * config/monitor.exp: Likewise.
4520 * config/sid.exp: Likewise.
4521 * config/sim.exp: Likewise.
4522 * config/slite.exp: Likewise.
4523 * config/unix.exp: Likewise.
4524 * gdb.base/default.exp: Remove unhelpful comment.
4525
efbecbc1
AB
45262019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
4527
4528 * gdb.fortran/type-kinds.exp: Extend to cover TYPE*SIZE cases.
4529
0841c79a
AB
45302019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
4531
4532 * gdb.fortran/intrinsics.exp: Extend to cover ABS.
4533
4a270568
AB
45342019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
4535
4536 * gdb.fortran/type-kinds.exp: Update expected results.
4537
067630bd
AB
45382019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
4539
4540 * gdb.fortran/type-kinds.exp: Test new integer type kind.
4541
3be47f7a
AB
45422019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
4543
4544 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): New
4545 function.
4546 (test_basic_parsing_of_type_kinds): Expand types tested.
4547 (test_parsing_invalid_type_kinds): New function.
4548
4d00f5d8
AB
45492019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
4550
4551 * gdb.fortran/intrinsics.exp: New file.
4552 * gdb.fortran/intrinsics.f90: New file.
4553 * gdb.fortran/type-kinds.exp: New file.
4554
c8f91604
AB
45552019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
4556
4557 * gdb.fortran/dot-ops.exp: New file.
4558
dd9f2c76
AB
45592019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
4560
4561 * gdb.fortran/types.exp (test_logical_literal_types_accepted):
4562 Check upper and lower case logical literals.
4563
84ec9724
AB
45642019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
4565
4566 * gdb.fortran/types.exp (test_float_literal_types_accepted):
4567 Remove duplicate tests.
4568
c3734e09
AH
45692019-03-06 Alan Hayward <alan.hayward@arm.com>
4570
4571 * lib/gdb.exp (builtin_cd): rename of cd.
4572 (cd): Override builtin.
4573
aa3cfbda
RB
45742019-03-06 Richard Bunt <richard.bunt@arm.com>
4575
4576 * gdb.fortran/function-calls.exp: New file.
4577 * gdb.fortran/function-calls.f90: New test.
4578
7b63ad86
RB
45792019-03-04 Richard Bunt <richard.bunt@arm.com>
4580
4581 * gdb.fortran/short-circuit-argument-list.exp: Remove reliance
4582 on user program standard output.
4583 * gdb.fortran/short-circuit-argument-list.f90: Record function
4584 calls.
4585
01abb042
AH
45862019-02-28 Alan Hayward <alan.hayward@arm.com>
4587
c3734e09
AH
4588 * lib/gdbserver-support.exp (gdbserver_start): Check for listen
4589 failure.
01abb042 4590
92137da0
RO
45912019-02-28 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
4592
4593 PR gdb/8527
4594 * gdb.base/interrupt-daemon-attach.c,
4595 gdb.base/interrupt-daemon-attach.exp: New test.
4596
5862844d
PA
45972019-02-27 Pedro Alves <palves@redhat.com>
4598
4599 * gdb.base/page.exp: Add tests for "set width/height -1".
4600
8ed25214
PA
46012019-02-27 Pedro Alves <palves@redhat.com>
4602
4603 * gdb.base/page.exp: Add tests for "set/show width/height" with
4604 "infinite" values.
4605
6c28e44a
TT
46062019-02-27 Tom Tromey <tromey@adacore.com>
4607
4608 * lib/gdb.exp (skip_python_tests_prompt): Don't check for Python
4609 2.4.
4610 * gdb.python/py-finish-breakpoint.exp: Remove Python 2.4
4611 workaround.
4612
bf9a735e
AB
46132019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
4614
4615 * gdb.base/align.exp: Extend to compile in both C and C++, and add
4616 tests for structs with static members.
4617
8791793c
TT
46182019-02-26 Tom Tromey <tromey@adacore.com>
4619
4620 * gdb.python/py-value.exp (test_value_from_buffer): Check for
4621 ValueError, not TypeError.
4622
bc2a507e
KB
46232019-02-26 Kevin Buettner <kevinb@redhat.com>
4624
4625 * gdb.python/py-value.exp (test_value_from_buffer): New proc with
4626 call from main program.
4627
e0e7d3bd
JB
46282019-02-23 Joel Brobecker <brobecker@adacore.com>
4629
4630 * gdb.ada/mi_ref_changeable.exp: Update copyright year range.
4631 * gdb.ada/mi_ref_changeable/foo_rb20_056.adb: Likewise.
4632 * gdb.ada/mi_ref_changeable/pck.adb: Likewise.
4633 * gdb.ada/mi_ref_changeable/pck.ads: Likewise.
4634 * gdb.dwarf2/inlined_subroutine-inheritance.exp: Likewise.
4635
9600246d
KS
46362019-02-22 Keith Seitz <keiths@redhat.com>
4637
4638 PR symtab/23853
4639 * gdb.base/symlink-sourcefile.c: New file.
4640 * gdb.base/symlink-sourcefile.exp: New file.
4641
0c95f9ed
TT
46422019-02-20 Tom Tromey <tom@tromey.com>
4643
4644 * gdb.base/info_qt.exp: Update.
4645
6caa91b6
SM
46462019-02-19 Simon Marchi <simon.marchi@polymtl.ca>
4647
4648 * gdb.base/source.exp: Move "error in sourced script" code to
4649 the end.
4650 * gdb.base/source-error.gdb: Move contents to
4651 source-error-1.gdb. Add new code to source source-error-1.gdb.
4652 * gdb.base/source-error-1.gdb: New file, from previous
4653 source-error.gdb.
4654
6506371f
TT
46552019-02-17 Tom Tromey <tom@tromey.com>
4656
4657 * gdb.base/style.exp: Use -g3 to compile when possible. Add test
4658 for macro styling.
4659 * gdb.base/style.c (SOME_MACRO): New macro.
4660
a0087920
TT
46612019-02-17 Tom Tromey <tom@tromey.com>
4662
4663 * gdb.base/style.exp: Add line-wrapping tests.
4664 * gdb.base/page.exp: Add test for quitting during pagination.
4665
a2cd4f14
JB
46662019-02-17 Joel Brobecker <brobecker@adacore.com>
4667
4668 * gdb.ada/big_packed_array: New testcase.
4669 * gdb.ada/homonym.exp: Fix incorrect expected output for
4670 "break <homonym__get_value>" test.
4671
9d70ffbc
WP
46722019-02-13 Weimin Pan <weimin.pan@oracle.com>
4673
4674 PR breakpoints/21870
4675 * gdb.arch/aarch64-dbreg-contents.exp: Use runto_main + continue
4676 and prepare_for_testing. Add comment.
4677 * gdb.arch/aarch64-dbreg-contents.c: Remove SET_WATCHPOINT and
4678 redundant cleanup call. Clean up comment.
4679
01c7ae81
WP
46802019-02-12 Weimin Pan <weimin.pan@oracle.com>
4681
4682 PR breakpoints/21870
4683 * gdb.arch/aarch64-dbreg-contents.exp: New file.
4684 * gdb.arch/aarch64-dbreg-contents.c: New file.
4685
aff29d1c
JB
46862019-02-10 Joel Brobecker <brobecker@adacore.com>
4687
4688 * gdb.ada/mi_ref_changeable: New testcase.
4689
df0da8a2
AH
46902019-02-07 Alan Hayward <alan.hayward@arm.com>
4691
4692 * gdb.base/attach.exp: Add double attach test.
4693
bd447abb
SM
46942019-02-07 Simon Marchi <simon.marchi@polymtl.ca>
4695
4696 * lib/gdb.exp (default_gdb_start): Don't match pagination
4697 prompt.
4698 (gdb_init): Set stty_init.
4699
1dbc40b9
TT
47002019-01-27 Tom Tromey <tom@tromey.com>
4701
4702 * gdb.python/py-finish-breakpoint.exp: Remove duplicate call to
4703 skip_python_tests.
4704
353229bf
AH
47052019-01-24 Alan Hayward <alan.hayward@arm.com>
4706
4707 * gdb.base/infcall-nested-structs.c (struct struct_static_02_01):
4708 New structure.
4709 (struct struct_static_02_02): Likewise.
4710 (struct struct_static_02_03): Likewise.
4711 (struct struct_static_02_04): Likewise.
4712 (struct struct_static_04_01): Likewise.
4713 (struct struct_static_04_02): Likewise.
4714 (struct struct_static_04_03): Likewise.
4715 (struct struct_static_04_04): Likewise.
4716 (struct struct_static_06_01): Likewise.
4717 (struct struct_static_06_02): Likewise.
4718 (struct struct_static_06_03): Likewise.
4719 (struct struct_static_06_04): Likewise.
4720 (cmp_struct_static_02_01): Likewise.
4721 (cmp_struct_static_02_02): Likewise.
4722 (cmp_struct_static_02_03): Likewise.
4723 (cmp_struct_static_02_04): Likewise.
4724 (cmp_struct_static_04_01): Likewise.
4725 (cmp_struct_static_04_02): Likewise.
4726 (cmp_struct_static_04_03): Likewise.
4727 (cmp_struct_static_04_04): Likewise.
4728 (cmp_struct_static_06_01): Likewise.
4729 (cmp_struct_static_06_02): Likewise.
4730 (cmp_struct_static_06_03): Likewise.
4731 (cmp_struct_static_06_04): Likewise.
4732 (call_all): Test new structs.
4733 * gdb.base/infcall-nested-structs.exp: Likewise.
4734
73021deb
AH
47352019-01-21 Alan Hayward <alan.hayward@arm.com>
4736 * gdb.base/infcall-nested-structs.exp: Test C++ in addition to C.
4737
fc65c7db
AH
47382019-01-21 Alan Hayward <alan.hayward@arm.com>
4739 * gdb.base/stack-protector.c: New test.
4740 * gdb.base/stack-protector.exp: New file.
4741 * gdb.cp/ovldbreak.exp: Only allow a single break line.
4742 * lib/gdb.exp (get_compiler_info): Use getting_compiler_info
4743 option.
4744 (gdb_compile): Remove stack protector for GCC and prevent
4745 recursion.
4746
c24bdb02
KS
47472019-01-16 Keith Seitz <keiths@redhat.com>
4748
4749 PR gdb/23773
4750 * gdb.dwarf2/inlined_subroutine-inheritance.exp: New file.
4751
6f072a10
PFC
47522019-01-14 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
4753
4754 * gdb.arch/vsx-regs.exp: Add tests that use the vector register
4755 aliases.
4756 * gdb.arch/altivec-regs.exp: Likewise. Fix indentation of two
4757 tests.
4758 * gdb.arch/powerpc-vector-regs.c: New file.
4759 * gdb.arch/powerpc-vector-regs.exp: New file.
4760
a7b8d682
PFC
47612019-01-14 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
4762
4763 * gdb.arch/altivec-regs.exp: Fix the list passed to
4764 gdb_expect_list when testing "info vector".
4765
6eb6fb67
AB
47662019-01-12 Andrew Burgess <andrew.burgess@embecosm.com>
4767
4768 * gdb.base/style.exp: Don't include path in testname.
4769
b56f80d8
KS
47702019-01-10 Keith Seitz <keiths@redhat.com>
4771
4772 PR gdb/23712
4773 PR symtab/23010
4774 * gdb.dwarf2/multidictionary.exp: New file.
4775
041be526
SM
47762019-01-09 Simon Marchi <simon.marchi@ericsson.com>
4777
4778 * gdb.cp/demangle.exp (test_gnu_style_demangling): Rename to...
4779 (test_gnuv3_style_demangling): ... this.
4780 (test_lucid_style_demangling): Remove.
4781 (test_arm_style_demangling): Remove.
4782 (test_hp_style_demangling): Remove.
4783 (do_tests): Remove calls to the above.
4784
d820d0c3
AB
47852019-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
4786
4787 * lib/mi-support.exp (mi_gdb_test): Remove interactive prompt
4788 case.
4789
f097f5ad
TT
47902019-01-06 Tom Tromey <tom@tromey.com>
4791
4792 PR gdb/28155:
4793 * gdb.dwarf2/typedef-void-finish.exp: New file.
4794
2cd8cc0b
TT
47952018-12-28 Tom Tromey <tom@tromey.com>
4796 Simon Marchi <simark@simark.ca>
4797
4798 * gdb.base/jit-exec.exp: New file.
4799 * gdb.base/jit-exec.c: New file.
4800 * gdb.base/jit-execd.c: New file.
4801
35fb8261
TT
48022018-12-28 Tom Tromey <tom@tromey.com>
4803
4804 * gdb.base/style.exp: Update test to check for address styling.
4805
47fd17cd
TT
48062018-12-28 Tom Tromey <tom@tromey.com>
4807
4808 * gdb.base/style.exp: Add test for styling of "Reading symbols"
4809 message.
4810
d47032b7
TT
48112018-12-28 Tom Tromey <tom@tromey.com>
4812
4813 * gdb.base/style.exp: Add test for version number styling.
4814
af79b68d
TT
48152018-12-28 Tom Tromey <tom@tromey.com>
4816
4817 * gdb.base/style.exp: Add test for print_address_symbolic.
4818
0bb296cb
TT
48192018-12-28 Tom Tromey <tom@tromey.com>
4820
4821 * gdb.base/style.exp: Add test for breakpoint setting.
4822
80ae2043
TT
48232018-12-28 Tom Tromey <tom@tromey.com>
4824
4825 * gdb.base/style.exp: Add test for variable names.
4826
cbe56571
TT
48272018-12-28 Tom Tromey <tom@tromey.com>
4828
4829 * gdb.base/style.exp: New file.
4830 * gdb.base/style.c: New file.
4831
9162a27c
TT
48322018-12-28 Tom Tromey <tom@tromey.com>
4833
4834 * lib/gdb.exp (gdb_init): Set the TERM environment variable to
4835 "dumb".
4836 * gdb.base/readline.exp (operate_and_get_next): Save and restore
4837 the TERM environment variable.
4838
bc543c90
TT
48392018-12-27 Tom Tromey <tom@tromey.com>
4840
4841 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): Add
4842 pagination test.
4843
6f0ffe50
AB
48442018-12-24 Andrew Burgess <andrew.burgess@embecosm.com>
4845
4846 * gdb.dwarf2/dw2-unusual-field-names.c: New file.
4847 * gdb.dwarf2/dw2-unusual-field-names.exp: New file.
4848
b5a1e557
PW
48492018-12-24 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4850
4851 * gdb.ada/bp_fun_addr/a.adb (a): Rename to bp_fun_addr.
4852 Filename a.adb changed to bp_fun_addr.adb.
4853 gdb.ada/bp_fun_addr.exp: Update test accordingly.
4854
6e8b1ab2
JV
48552018-12-21 Jan Vrany <jan.vrany@fit.cvut.cz>
4856
4857 * lib/gdb.exp (gdb_compile): Add new nopie flag enforce
4858 non-PIE executables.
4859 * README: Mention the gdb,nopie_flag board setting.
4860 * gdb.arch/amd64-disp-step.exp: Use nopie flag to enforce
4861 non-PIE executable.
4862 * gdb.arch/amd64-entry-value.exp: Likewise.
4863 * gdb.arch/amd64-invalid-stack-middle.exp: Likewise.
4864 * gdb.arch/i386-float.exp: Likewise.
4865 * gdb.arch/i386-signal.exp: Likewise.
4866 * gdb.mi/mi-reg-undefined.exp: Likewise.
4867
d00a27c5
PM
48682018-12-21 Paul Marechal <paul.marechal@ericsson.com>
4869
4870 PR gdb/23974
4871 * gdb.base/info-os.exp: Check return for unknown "info os" type.
4872
161d081c
PW
48732018-12-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4874
4875 * gdb.ada/info_auto_lang.exp: Normalize some_c source file.
4876 Update order of results accordingly.
4877
b001de23
AB
48782018-12-12 Andrew Burgess <andrew.burgess@embecosm.com>
4879
4880 * gdb.base/annota1.exp: Update a test regexp.
4881
99e1a184
AB
48822018-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
4883
4884 * gdb.base/float.exp: Handle RISC-V targets without an FPU.
4885
7a81c1e2
PW
48862018-12-09 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4887
4888 * gdb.threads/tid-reuse.c (REUSE_TIME_CAP): Declare as 60.
4889 (reuse_time): Initialize to REUSE_TIME_CAP.
4890 (check_rc): New function.
4891 (main): Use REUSE_TIME_CAP instead of hardcoded 60.
4892 Check pthread_create rc.
4893 (spawner_thread_func): Check pthread_create and pthread_join rc.
4894
73e8dc90
PA
48952018-12-08 Pedro Alves <palves@redhat.com>
4896
4897 * gdb.base/list.exp (test_forward_search): Rename to ...
4898 (test_forward_reverse_search): ... this. Also test reverse-search
4899 and the forward-search alias.
4900
13f2ed32
AB
49012018-12-05 Andrew Burgess <andrew.burgess@embecosm.com>
4902
4903 * config/sim.exp (gdb_target_sim): Remove redundant adjustment of
4904 local timeout variable before return, and remove all local timeout
4905 variable entirely.
4906 (gdb_load): Likewise.
4907
64d27cfc
TV
49082018-12-01 Tom de Vries <tdevries@suse.de>
4909
4910 * gdb.base/gdb-caching-proc.exp: New file.
4911
f63c03b4
SDJ
49122018-11-25 Sergio Durigan Junior <sergiodj@redhat.com>
4913
4914 * Makefile.in (TIMESTAMP): New variable.
4915 (check-single): Add $(TIMESTAMP) to the end of $(DO_RUNTEST)
4916 command.
4917 (check-single-racy): Likewise.
4918 (check/%.exp): Likewise.
4919 (check-racy/%.exp): Likewise.
4920 (workers/%.worker): Likewise.
4921 (build-perf): Likewise.
4922 (check-perf): Likewise.
4923 * README: Describe new "TS" and "TS_FORMAT" variables.
4924 * print-ts.py: New file.
4925
1c97054b
BF
49262018-11-21 Benno Fünfstück <benno.fuenfstueck@gmail.com>
4927
4928 PR python/23714
4929 * gdb.python/python.exp: Test command repetition after
4930 gdb.execute.
4931
1871a62d
AB
49322018-11-20 Andrew Burgess <andrew.burgess@embecosm.com>
4933
4934 * gdb.opt/inline-break.exp: Add test that info breakpoint output
4935 is correctly aligned.
4936
fb5e1ed9
PW
49372018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4938
4939 * gdb.ada/info_auto_lang.exp: New testcase.
4940 * gdb.ada/info_auto_lang/global_pack.ads: New file.
4941 * gdb.ada/info_auto_lang/proc_in_ada.adb: New file.
4942 * gdb.ada/info_auto_lang/some_c.c: New file.
4943
43d397ca
PW
49442018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4945
4946 * gdb.dwarf2/dw2-case-insensitive.exp: Update due to auto switch to
4947 FUNC_lang language syntax.
4948
beddd671
PW
49492018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4950
4951 * gdb.base/info_minsym.c: New file.
4952 * gdb.base/info_minsym.exp: New file.
4953
73fc52c4
TT
49542018-11-19 Tom Tromey <tom@tromey.com>
4955
4956 PR rust/23625:
4957 * gdb.rust/simple.exp: Add ptype test. Update expected output.
4958 * gdb.rust/expr.exp: Update expected output. Change one test.
4959
994b876a
TT
49602018-11-19 Tom Tromey <tom@tromey.com>
4961
4962 * gdb.rust/simple.rs: Don't initialize empty_enum_value.
4963
6769f276
PA
49642018-11-19 Pedro Alves <palves@redhat.com>
4965
4966 * gdb.base/warning.exp: Don't override INTERNAL_FLAGS. Use
4967 gdb_spawn_with_cmdline_opts instead of gdb_start. Check that we
4968 see the expected warning.
4969
38a72da0
AH
49702018-11-16 Alan Hayward <alan.hayward@arm.com>
4971
4972 PR gdb/22736:
4973 * gdb.cp/infcall-nodebug-lib.c: New test.
4974 * gdb.cp/infcall-nodebug-main.c: New test.
4975 * gdb.cp/infcall-nodebug.exp: New file.
4976
53a89d6e
SM
49772018-11-12 Simon Marchi <simon.marchi@polymtl.ca>
4978
4979 * gdb.base/skip.exp: Add standard_testfile. Add "skip delete"
4980 completer tests.
4981
9325300d
TV
49822018-11-09 Tom de Vries <tdevries@suse.de>
4983
4984 * gdb.base/msym-lang.c: New test.
4985 * gdb.base/msym-lang.exp: New file.
4986 * gdb.base/msym-lang-main.c: New test.
4987
20f0d60d
TT
49882018-11-08 Tom Tromey <tom@tromey.com>
4989
4990 PR gdb/23555:
4991 PR gdb/23838:
4992 * gdb.base/warning.exp: New file.
4993
b5420128
JB
49942018-11-08 Jan Beulich <jbeulich@suse.com>
4995
4996 * testsuite/gdb.arch/i386-avx512.c,
4997 testsuite/gdb.arch/i386-avx512.exp: Add 7th test.
4998
cd115d61
AB
49992018-11-08 Andrew Burgess <andrew.burgess@embecosm.com>
5000
5001 * gdb.arch/riscv-reg-aliases.exp: Handle targets without floating
5002 point hardware.
5003
35ee2dc2
AB
50042018-11-07 Andrew Burgess <andrew.burgess@embecosm.com>
5005
5006 * gdb.dwarf2/void-type.exp: Rename types, and make var_a an 'int'.
5007 * gdb.dwarf2/missing-type-name.exp: New file.
5008
31aceee8
TV
50092018-11-06 Tom de Vries <tdevries@suse.de>
5010
5011 * gdb.base/many-headers.c: New test.
5012 * gdb.base/many-headers.exp: New file.
5013
109be305
JW
50142018-11-06 Jim Wilson <jimw@sifive.com>
5015
5016 * gdb.base/code_elim.exp: For riscv, set additional_flags
5017 to include -msmall-data-limit=0.
5018
e2b7af72
JB
50192018-11-01 Joel Brobecker <brobecker@adacore.com>
5020
5021 * gdb.ada/watch_minus_l: New testcase.
5022
cdcda965
SM
50232018-11-01 Sangamesh Mallayya <sangamesh.swamy@in.ibm.com>
5024
5025 * gdb.arch/aix-sighandle.c: New file.
5026 * gdb.arch/aix-sighandle.exp: New file.
5027
92dcebf3
AB
50282018-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
5029
5030 * gdb.arch/riscv-reg-aliases.exp: Rewrite to take account of float
5031 registers being unions.
5032
68b9ac18
TV
50332018-10-31 Tom de Vries <tdevries@suse.de>
5034
5035 * lib/valgrind.exp: New file.
5036 (vgdb_start, vgdb_stop): New procs, factored out of ...
5037 * gdb.base/valgrind-bt.exp: ... here, ...
5038 * gdb.base/valgrind-disp-step.exp: ... here and ...
5039 * gdb.base/valgrind-infcall.exp: ... here.
5040
1443936e
TV
50412018-10-31 Tom de Vries <tdevries@suse.de>
5042
5043 * lib/gdb.exp (get_valueof): Don't output read value in test name.
5044
eb77c9df
AB
50452018-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
5046
5047 * gdb.dwarf2/void-type.c: New file.
5048 * gdb.dwarf2/void-type.exp: New file.
5049
82b5e646
PW
50502018-10-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5051
5052 * gdb.base/info_qt.c: New file.
5053 * gdb.base/info_qt.exp: New file.
5054
8d619c01
EBM
50552018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
5056
5057 * gdb.arch/powerpc-htm-regs.c: New file.
5058 * gdb.arch/powerpc-htm-regs.exp: New file.
5059
f2cf6173
EBM
50602018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
5061
5062 * gdb.arch/powerpc-tar.c: New file.
5063 * gdb.arch/powerpc-tar.exp: New file.
5064
7ca18ed6
EBM
50652018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
5066
5067 * gdb.arch/powerpc-ppr-dscr.c: New file.
5068 * gdb.arch/powerpc-ppr-dscr.exp: New file.
5069
bfcc0eba
TV
50702018-10-25 Tom de Vries <tdevries@suse.de>
5071
5072 * gdb.base/valgrind-db-attach.exp: Rewrite to use vgdb.
5073
fe1a5cad
TV
50742018-10-24 Tom de Vries <tdevries@suse.de>
5075
5076 * lib/gdb.exp (gdb_test_multiple): Log wait status on process no
5077 longer exists error.
5078
a76dc3b7
TV
50792018-10-24 Tom de Vries <tdevries@suse.de>
5080
5081 * gdb.base/catch-follow-exec.exp: Rewrite using gdb_test.
5082
4df46df7
TV
50832018-10-24 Tom de Vries <tdevries@suse.de>
5084
5085 * gdb.base/valgrind-db-attach.exp: Handle removed support for
5086 --db-attach in valgrind.
5087
0dbfcfff
AB
50882018-10-23 Andrew Burgess <andrew.burgess@embecosm.com>
5089
5090 * gdb.arch/riscv-reg-aliases.c: New file.
5091 * gdb.arch/riscv-reg-aliases.exp: New file.
5092
b04480b1
AH
50932018-10-19 Alan Hayward <alan.hayward@arm.com>
5094
5095 * gdb.python/py-cmd.exp: Check for gdb_prompt.
5096
2c6ac8d7
AH
50972018-10-19 Alan Hayward <alan.hayward@arm.com>
5098
5099 * gdb.base/vla-optimized-out.exp: Allow either optimized out or 6.
5100
2bc69f25
AH
51012018-10-19 Alan Hayward <alan.hayward@arm.com>
5102
5103 * gdb.cp/ovldbreak.exp: Fix regexps.
5104
1f1ae3a3
AH
51052018-10-19 Alan Hayward <alan.hayward@arm.com>
5106
5107 * gdb.compile/compile-cplus-print.exp: Start inferior earlier.
5108
94c18618
SDJ
51092018-10-18 Sergio Durigan Junior <sergiodj@redhat.com>
5110
5111 PR cli/23785
5112 * gdb.base/restore.exp: New test to check if "restore" with an
5113 invalid file doesn't segfault.
5114
812cd6eb
TV
51152018-10-18 Tom de Vries <tdevries@suse.de>
5116
5117 * gdb.ada/bp_inlined_func.exp: Fix capitalized test name.
5118 * gdb.ada/excep_handle.exp: Same.
5119 * gdb.ada/mi_string_access.exp: Same.
5120 * gdb.ada/mi_var_union.exp: Same.
5121 * gdb.arch/arc-analyze-prologue.exp: Same.
5122 * gdb.arch/arc-decode-insn.exp: Same.
5123 * gdb.base/readnever.exp: Same.
5124 * gdb.fortran/printing-types.exp: Same.
5125 * gdb.guile/scm-lazy-string.exp: Same.
5126
c4b90788
TV
51272018-10-16 Tom de Vries <tdevries@suse.de>
5128
5129 PR gdb/23730
5130 * gdb.base/catch-follow-exec.c: Add copyright notice.
5131 * gdb.base/catch-follow-exec.exp: Rewrite to use
5132 gdb_spawn_with_cmdline_opts. Require gdb-native.
5133
8bca2978
SL
51342018-10-12 Sandra Loosemore <sandra@codesourcery.com>
5135
5136 * gdb.trace/actions-changed.exp: Check for arch support.
5137 * gdb.trace/actions.exp: Likewise.
5138 * gdb.trace/ax.exp: Likewise.
5139 * gdb.trace/backtrace.exp: Likewise.
5140 * gdb.trace/change-loc.exp: Likewise.
5141 * gdb.trace/deltrace.exp: Likewise.
5142 * gdb.trace/ftrace-lock.exp: Check for shlib and arch support.
5143 * gdb.trace/ftrace.exp: Likewise.
5144 * gdb.trace/infotrace.exp: Check for arch support.
5145 * gdb.trace/mi-trace-frame-collected.exp: Likewise.
5146 * gdb.trace/mi-tracepoint-changed.exp: Likewise.
5147 * gdb.trace/mi-tsv-changed.exp: Likewise.
5148 * gdb.trace/packetlen.exp: Likewise.
5149 * gdb.trace/passc-dyn.exp: Likewise.
5150 * gdb.trace/passcount.exp: Likewise.
5151 * gdb.trace/pending.exp: Likewise.
5152 * gdb.trace/range-stepping.exp: Check for shlib support.
5153 * gdb.trace/report.exp: Check for arch support.
5154 * gdb.trace/save-trace.exp: Likewise.
5155 * gdb.trace/signal.exp: Check for signal support.
5156 * gdb.trace/tfind.exp: Check for arch support.
5157 * gdb.trace/trace-break.exp: Check for arch and shlib support.
5158 * gdb.trace/trace-common.h: Add comment.
5159 * gdb.trace/trace-condition.exp: Check for shlib and arch support.
5160 * gdb.trace/trace-enable-disable.exp: Likewise.
5161 * gdb.trace/trace-mt.exp: Likewise. Remove redundant untested call.
5162 * gdb.trace/tracecmd.exp: Check for arch support.
5163 * gdb.trace/tspeed.exp: Check for shlib and target support.
5164 * gdb.trace/tstatus.exp: Check for arch support.
5165 * gdb.trace/tsv.exp: Likewise.
5166 * gdb.trace/while-dyn.exp: Likewise.
5167 * gdb.trace/while-stepping.exp: Likewise.
5168 * lib/trace-support.exp (gdb_trace_common_supports_arch): New.
5169
f9c49bff
SM
51702018-10-12 Simon Marchi <simon.marchi@ericsson.com>
5171
5172 * gdb.trace/tspeed.exp: Remove nowarnings.
5173 (prepare_for_trace_test): Declare "global ipalib".
5174 * gdb.trace/tspeed.c: Include unistd.h.
5175 (main): Remove superfluous printf argument.
5176
d4330bde
SL
51772018-10-11 Sandra Loosemore <sandra@codesourcery.com>
5178
5179 * gdb.base/solib-vanish.exp: Fix regexp not to require a POSIX
5180 directory prefix on the filename.
5181
8ecfd7bd
SDJ
51822018-10-10 Sergio Durigan Junior <sergiodj@redhat.com>
5183
5184 * gdb.gdb/unittest.exp: Update expected message informing that
5185 selftests have been disabled.
5186 * gdb.server/unittest.exp: Likewise.
5187
58bbcd02
TV
51882018-10-09 Tom de Vries <tdevries@suse.de>
5189
5190 * lib/gdb.exp (target_supports_scheduler_locking): Replace gdb_start_cmd
5191 with runto_main.
5192
9f6b697b
WP
51932018-10-08 Weimin Pan <weimin.pan@oracle.com>
5194
5195 PR c++/16841
5196 * gdb.cp/virtbase2.cc: New file.
5197 * gdb.cp/virtbase2.exp: New file.
5198
add5ded5
TT
51992018-10-06 Tom Tromey <tom@tromey.com>
5200
5201 PR python/19399:
5202 * gdb.python/py-inferior.exp: Add architecture test.
5203
f9e48344
TT
52042018-10-06 Tom Tromey <tom@tromey.com>
5205
5206 * gdb.base/gnu-ifunc.exp (build): Use standard_output_file.
5207 * gdb.trace/unavailable-dwarf-piece.exp: Use standard_output_file.
5208
2a8be203
TT
52092018-10-06 Tom Tromey <tom@tromey.com>
5210
5211 * gdb.python/py-breakpoint.exp (check_last_event): Check location
5212 of a "throw" catchpoint.
5213
e04caa70
SDJ
52142018-10-06 Sergio Durigan Junior <sergiodj@redhat.com>
5215
5216 * gdb.base/info-proc.exp: Update string expected from "help info
5217 proc".
5218
5ca8c39f
TT
52192018-10-04 Tom Tromey <tom@tromey.com>
5220
5221 * gdb.cp/maint.exp (test_invalid_name): Update expected output.
5222 * gdb.gdb/complaints.exp (test_short_complaints): Remove.
5223 (test_initial_complaints, test_empty_complaints): Update.
5224 * gdb.dwarf2/dw2-stack-boundary.exp: Update.
5225
3453e7e4
TT
52262018-10-04 Tom Tromey <tom@tromey.com>
5227
5228 PR cli/19551:
5229 * lib/mi-support.exp (mi_gdb_file_cmd): Update.
5230 * lib/gdb.exp (gdb_file_cmd): Update.
5231 * gdb.stabs/weird.exp (print_weird_var): Update.
5232 * gdb.server/solib-list.exp: Update.
5233 * gdb.multi/remove-inferiors.exp (test_remove_inferiors): Update.
5234 * gdb.mi/mi-cli.exp: Update.
5235 * gdb.linespec/linespec.exp: Update.
5236 * gdb.dwarf2/dw2-stack-boundary.exp: Update.
5237 * gdb.dwarf2/dw2-objfile-overlap.exp: Update.
5238 * gdb.cp/cp-relocate.exp: Update.
5239 * gdb.base/sym-file.exp: Update.
5240 * gdb.base/relocate.exp: Update.
5241 * gdb.base/readnever.exp: Update.
5242 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
5243 * gdb.base/kill-detach-inferiors-cmd.exp: Update.
5244 * gdb.base/dbx.exp (gdb_file_cmd): Update.
5245 * gdb.base/code_elim.exp: Update.
5246 * gdb.base/break-unload-file.exp (test_break): Update.
5247 * gdb.base/break-interp.exp (test_attach_gdb): Update.
5248 * gdb.base/break-idempotent.exp (force_breakpoint_re_set):
5249 Update.
5250 * gdb.base/attach.exp (do_attach_tests): Update.
5251 * gdb.base/sepdebug.exp: Update.
5252 * gdb.python/py-section-script.exp: Update.
5253
6afcf761
TT
52542018-10-04 Tom Tromey <tom@tromey.com>
5255
5256 PR cli/22234:
5257 * gdb.dwarf2/dw2-stack-boundary.exp: Update expected output.
5258 * gdb.gdb/complaints.exp (test_short_complaints): Update expected
5259 output.
5260
fef1b293
TT
52612018-10-04 Tom Tromey <tom@tromey.com>
5262
5263 * gdb.base/attach.exp (test_command_line_attach_run): Use -quiet;
5264 set width and height to 0.
5265 (test_command_line_attach_run): Use -quiet.
5266
ca98345e
SL
52672018-10-03 Sandra Loosemore <sandra@codesourcery.com>
5268
5269 * lib/gdb.exp (skip_ifunc_tests): New.
5270 * gdb.base/gnu-ifunc.exp: Skip if no ifunc support. Handle
5271 other compile failures.
5272 * gdb.compile/compile-ifunc.exp: Skip if no ifunc support.
5273
ff34e6ae
SM
52742018-10-01 Simon Marchi <simon.marchi@ericsson.com>
5275
5276 * gdb.arch/i386-avx512.exp: Fix setting of nr_regs based on
5277 is_amd64_regs_target.
5278
6bb8890e
AH
52792018-10-01 Alan Hayward <alan.hayward@arm.com>
5280
5281 * gdb.arch/aarch64-sighandler-regs.c: New test.
5282 * gdb.arch/aarch64-sighandler-regs.exp: New file.
5283 * lib/gdb.exp (skip_aarch64_sve_tests): New proc.
5284
224d30d3
MM
52852018-10-01 Markus Metzger <markus.t.metzger@intel.com>
5286
5287 * lib/gdb.exp (is_amd64_regs_target): Change assembly to C inline
5288 assembly.
5289
f67ffa6a
AB
52902018-09-28 Andrew Burgess <andrew.burgess@embecosm.com>
5291
5292 * gdb.base/frame-selection.exp: New file.
5293 * gdb.base/frame-selection.c: New file.
5294
9fc3183f
AH
52952018-09-27 Alan Hayward <alan.hayward@arm.com>
5296
5297 * gdb.threads/check-libthread-db.c (thread_routine): Use a
5298 pthread barrier.
5299 (main): Likewise.
5300
d354055e
AB
53012018-09-26 Andrew Burgess <andrew.burgess@embecosm.com>
5302
5303 * gdb.base/large-frame-1.c: New file.
5304 * gdb.base/large-frame-2.c: New file.
5305 * gdb.base/large-frame.exp: New file.
5306 * gdb.base/large-frame.h: New file.
5307
db727370
JL
53082018-09-24 Jozef Lawrynowicz <jozef.l@mittosystems.com>
5309
5310 PR gdb/20948
5311 * gdb.base/write_mem.exp: New test.
5312 * gdb.base/write_mem.c: Likewise.
5313
ae778caf
TT
53142018-09-23 Tom Tromey <tom@tromey.com>
5315
5316 PR python/18852:
5317 * gdb.python/py-parameter.exp: Add test for parameter that throws
5318 on "set".
5319
fd3ba736
TT
53202018-09-23 Tom Tromey <tom@tromey.com>
5321
5322 PR python/17284:
5323 * gdb.python/py-template.exp (test_template_arg): Add test for
5324 negative template argument number.
5325
39a24317
TT
53262018-09-23 Tom Tromey <tom@tromey.com>
5327
5328 PR python/14062:
5329 * gdb.python/python.exp: Add test for post_event error.
5330
f5769a2c
TT
53312018-09-23 Tom Tromey <tom@tromey.com>
5332
5333 PR python/18170:
5334 * gdb.python/py-value.exp (test_value_numeric_ops): Add tests to
5335 convert pointers to int and long.
5336
1c1e54f6
TT
53372018-09-23 Tom Tromey <tom@tromey.com>
5338
5339 PR python/20126:
5340 * gdb.python/py-value.exp (test_value_numeric_ops): Add
5341 signed-ness conversion tests.
5342
fb4fa946
TT
53432018-09-23 Tom Tromey <tom@tromey.com>
5344
5345 PR python/18352;
5346 * gdb.python/py-value.exp (test_float_conversion): New proc.
5347 Use it.
5348
a466edac
HAQ
53492018-09-20 Hafiz Abid Qadeer <abidh@codesourcery.com>
5350
5351 gdb.base/reggroups.exp (fetch_reggroups): Add '_' in match pattern.
5352
4ee9b0c5
SL
53532018-09-18 Sandra Loosemore <sandra@codesourcery.com>
5354
5355 * gdb.base/complete-empty.exp: Skip tab-completion tests if
5356 no readline.
5357 * gdb.base/utf8-identifiers.exp: Likewise.
5358 * gdb.cp/cpcompletion.exp: Likewise.
5359 * gdb.linespec/cpcompletion.exp: Likewise.
5360 * gdb.linespec/cpls-abi-tag.exp: Likewise.
5361 * gdb.linespec/cpls-ops.exp: Likewise.
5362
23be8da7
RB
53632018-09-19 Richard Bunt <richard.bunt@arm.com>
5364 Chris January <chris.january@arm.com>
5365
5366 * gdb.cp/koenig.exp: Extend to test logical short circuiting.
5367 * gdb.fortran/short-circuit-argument-list.exp: New file.
5368 * gdb.fortran/short-circuit-argument-list.f90: New test.
5369
5031d0ae
SDJ
53702018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
5371
5372 * gdb.arch/amd64-invalid-stack-top.exp: Expect optional
5373 "arch=" keyword when executing "-stack-list-frames".
5374
b4c0d1a4
SDJ
53752018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
5376
5377 * gdb.arch/amd64-invalid-stack-middle.exp: Expect optional
5378 "arch=" keyword when executing "-stack-list-frames".
5379
7a6d2b45
SDJ
53802018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
5381
5382 * gdb.ada/complete.exp: Expect for "@" when doing "complete
5383 break ada".
5384
8588b356
SM
53852018-09-17 Simon Marchi <simon.marchi@polymtl.ca>
5386
5387 PR python/23669
5388 * gdb.python/python.exp: Test gdb.execute("show commands").
5389
65e65158
TT
53902018-09-16 Tom Tromey <tom@tromey.com>
5391
5392 * gdb.base/new-ui.exp (do_execution_tests): Update.
5393 * gdb.base/dbx.exp (test_breakpoints): Update.
5394
bf326452
AH
53952018-09-14 Alan Hayward <alan.hayward@arm.com>
5396
5397 * lib/gdb.exp (gdb_simple_compile): Add proc.
5398 (is_elf_target): Use gdb_simple_compile.
5399 (skip_altivec_tests): Likewise.
5400 (skip_vsx_tests): Likewise.
5401 (skip_tsx_tests): Likewise.
5402 (skip_btrace_tests): Likewise.
5403 (skip_btrace_pt_tests): Likewise.
5404 (gdb_can_simple_compile): Likewise.
5405 (gdb_has_argv0): Likewise.
5406 (gdb_target_symbol_prefix): Likewise.
5407 (target_supports_scheduler_locking): Likewise.
5408
2361b0fb
TT
54092018-09-13 Tom Tromey <tom@tromey.com>
5410
5411 * Makefile.in (TAGS): Recognize proc_with_prefix and
5412 gdb_caching_proc.
5413
0ae1a321
SM
54142018-09-13 Simon Marchi <simon.marchi@ericsson.com>
5415
5416 * gdb.python/py-progspace.exp: Test the Progspace.objfiles
5417 method.
5418
a40bf0c2
SM
54192018-09-13 Simon Marchi <simon.marchi@ericsson.com>
5420
5421 * gdb.python/py-inferior.exp: Add tests for Inferior.progspace
5422 and a few other Inferior properties when the Inferior is no
5423 longer valid.
5424
4a3fe98f
TT
54252018-09-13 Tom Tromey <tom@tromey.com>
5426
5427 PR rust/23650:
5428 * gdb.rust/simple.exp: Add test for enum field access error.
5429
098b2108
TT
54302018-09-13 Tom Tromey <tom@tromey.com>
5431
5432 PR rust/23626:
5433 * gdb.rust/simple.rs (EmptyEnum): New type.
5434 (main): Use it.
5435 * gdb.rust/simple.exp (test_one_slice): Add empty enum test.
5436
1256af7d
SM
54372018-09-13 Simon Marchi <simon.marchi@ericsson.com>
5438
5439 * gdb.python/py-inferior.exp: Test repr() of gdb.Inferior.
5440 * gdb.python/py-objfile.exp: Test repr() of gdb.Objfile.
5441 * gdb.python/py-symtab.exp: Update test printing an objfile.
5442
4aa8e6c2
SM
54432018-09-12 Simon Marchi <simon.marchi@ericsson.com>
5444
5445 * gdb.python/py-inferior.exp: Test using an invalid gdb.Inferior
5446 object.
5447
c221b2f7
AH
54482018-09-12 Alan Hayward <alan.hayward@arm.com>
5449
5450 * lib/gdb.exp (gdb_can_simple_compile): Add proc.
5451 (support_complex_tests): Use gdb_can_simple_compile.
5452 (is_ilp32_target): Likewise.
5453 (is_lp64_target): Likewise.
5454 (is_64_target): Likewise.
5455 (is_amd64_regs_target): Likewise.
5456 (is_aarch32_target): Likewise.
5457 (gdb_int128_helper): Likewise.
5458
6f1107b5
JK
54592018-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
5460
5461 * Makefile.in (check-parallel-racy): Fix dg-extract-results.sh path.
5462
1f5d1570
JG
54632018-09-10 Jerome Guitton <guitton@adacore.com>
5464
5465 * gdb.ada/same_component_name: Add test for case of tagged record
5466 with variable-length fields.
5467
cc330e39
XR
54682018-09-10 Xavier Roirand <roirand@adacore.com>
5469
5470 * gdb.ada/access_to_unbounded_array.exp: New testcase.
5471 * gdb.ada/access_to_unbounded_array/foo.adb: New file.
5472 * gdb.ada/access_to_unbounded_array/pack.adb: New file.
5473 * gdb.ada/access_to_unbounded_array/pack.ads: New file.
5474
b9c50e9a
XR
54752018-09-10 Xavier Roirand <roirand@adacore.com>
5476
5477 * gdb.ada/mi_string_access.exp: New testcase.
5478 * gdb.ada/mi_string_access/bar.adb: New file.
5479 * gdb.ada/mi_string_access/pck.adb: New file.
5480 * gdb.ada/mi_string_access/pck.asd: New file.
5481
2963898f
XR
54822018-09-10 Xavier Roirand <roirand@adacore.com>
5483
5484 * gdb.ada/mi_var_union.exp: New testcase.
5485 * gdb.ada/mi_var_union/bar.adb: New file.
5486 * gdb.ada/mi_var_union/pck.adb: New file.
5487 * gdb.ada/mi_var_union/pck.asd: New file.
5488
1aac008f
TT
54892018-09-08 Tom Tromey <tom@tromey.com>
5490
5491 * gdb.python/py-prettyprint.exp: Use with_test_prefix.
5492
332cf4c9
TT
54932018-09-08 Tom Tromey <tom@tromey.com>
5494
5495 PR python/16047:
5496 * gdb.python/py-prettyprint.py (pp_int_typedef3): New class.
5497 (register_pretty_printers): Register new printer.
5498 * gdb.python/py-prettyprint.exp (run_lang_tests): Add int_type3
5499 test.
5500 * gdb.python/py-prettyprint.c (int_type3): New typedef.
5501 (an_int_type3): New global.
5502
424da6cf
JB
55032018-09-08 Joel Brobecker <brobecker@adacore.com>
5504
5505 * gdb.ada/expr_with_funcall: New testcase.
5506
2a62dfa9
JB
55072018-09-08 Joel Brobecker <brobecker@adacore.com>
5508
5509 * gdb.ada/packed_array_assign: New testcase.
5510
96b6697f
AB
55112018-09-07 Andrew Burgess <andrew.burgess@embecosm.com>
5512
5513 * gdb.base/watchpoint.exp (test_complex_watchpoint): Extend test
5514 names, and add test prefixes to make test names unique.
5515
e4a62c65
TV
55162018-09-05 Tom de Vries <tdevries@suse.de>
5517
5518 * gdb.dwarf2/varval.exp: Add test.
5519
dd083ee2
GB
55202018-09-04 Gary Benson <gbenson@redhat.com>
5521
5522 * gdb.base/batch-exit-status.exp: Use gdb_test_multiple and expect
5523 'eof' before 'wait -i'. Use remote_close and clear_gdb_spawn_id.
5524
aef9346c
TT
55252018-08-31 Tom Tromey <tom@tromey.com>
5526
5527 * gdb.rust/simple.rs: Rename second variable "v".
5528
c67f2e15
AB
55292018-08-30 Andrew Burgess <andrew.burgess@embecosm.com>
5530
5531 * gdb.base/funcargs.c (use_a): New function.
5532 (recurse): Call use_a.
5533
078a0207
KS
55342018-08-29 Keith Seitz <keiths@redhat.com>
5535
5536 * gdb.compile/compile-cplus-anonymous.cc: New file.
5537 * gdb.compile/compile-cplus-anonymous.exp: New file.
5538 * gdb.compile/compile-cplus-array-decay.cc: New file.
5539 * gdb.compile/compile-cplus-array-decay.exp: New file.
5540 * gdb.compile/compile-cplus-inherit.cc: New file.
5541 * gdb.compile/compile-cplus-inherit.exp: New file.
5542 * gdb.compile/compile-cplus-member.cc: New file.
5543 * gdb.compile/compile-cplus-member.exp: New file.
5544 * gdb.compile/compile-cplus-method.cc: New file.
5545 * gdb.compile/compile-cplus-method.exp: New file.
5546 * gdb.compile/compile-cplus-mod.c: "New" file.
5547 * gdb.compile/compile-cplus-namespace.cc: New file.
5548 * gdb.compile/compile-cplus-namespace.exp: New file.
5549 * gdb.compile/compile-cplus-nested.cc: New file.
5550 * gdb.compile/compile-cplus-nested.exp: New file.
5551 * gdb.compile/compile-cplus-print.c: "New" file.
5552 * gdb.compile/compile-cplus-print.exp: "New" file.
5553 * gdb.compile/compile-cplus-virtual.cc: New file.
5554 * gdb.compile/compile-cplus-virtual.exp: New file.
5555 * gdb.compile/compile-cplus.c: "New" file.
5556 * gdb.compile/compile-cplus.exp: "New" file.
5557 * lib/compile-support.exp: New file.
5558
b0f492b9
GB
55592018-08-16 Gary Benson <gbenson@redhat.com>
5560
5561 PR gdb/13000:
5562 * gdb.base/batch-exit-status.exp: New file.
5563 * gdb.base/batch-exit-status.good-commands: Likewise.
5564 * gdb.base/batch-exit-status.bad-commands: Likewise.
5565
36eb4c5f
AH
55662018-08-29 Alan Hayward <alan.hayward@arm.com>
5567
5568 * gdb.base/infcall-nested-structs.c (struct struct01): Remove.
5569 (struct struct02): Likewise.
5570 (struct struct03): Likewise.
5571 (struct struct04): Likewise.
5572 (struct struct_01_01): New struct.
5573 (struct struct_01_02): Likewise.
5574 (struct struct_01_03): Likewise.
5575 (struct struct_01_04): Likewise.
5576 (struct struct_02_01): Likewise.
5577 (struct struct_02_02): Likewise.
5578 (struct struct_02_03): Likewise.
5579 (struct struct_02_04): Likewise.
5580 (struct struct_04_01): Likewise.
5581 (struct struct_04_02): Likewise.
5582 (struct struct_04_03): Likewise.
5583 (struct struct_04_04): Likewise.
5584 (struct struct_05_01): Likewise.
5585 (struct struct_05_02): Likewise.
5586 (struct struct_05_03): Likewise.
5587 (struct struct_05_04): Likewise.
5588 (cmp_struct01): Remove function.
5589 (cmp_struct02): Likewise.
5590 (cmp_struct03): Likewise.
5591 (cmp_struct04): Likewise.
5592 (cmp_struct_01_01): Add Function.
5593 (cmp_struct_01_02): Likewise.
5594 (cmp_struct_01_03): Likewise.
5595 (cmp_struct_01_04): Likewise.
5596 (cmp_struct_02_01): Likewise.
5597 (cmp_struct_02_02): Likewise.
5598 (cmp_struct_02_03): Likewise.
5599 (cmp_struct_02_04): Likewise.
5600 (cmp_struct_04_01): Likewise.
5601 (cmp_struct_04_02): Likewise.
5602 (cmp_struct_04_03): Likewise.
5603 (cmp_struct_04_04): Likewise.
5604 (cmp_struct_05_01): Likewise.
5605 (cmp_struct_05_02): Likewise.
5606 (cmp_struct_05_03): Likewise.
5607 (cmp_struct_05_04): Likewise.
5608 (call_all): Add new structs.
5609 * gdb.base/infcall-nested-structs.exp: Likewise.
5610
3bf9c013
JV
56112018-08-27 Jan Vrany <jan.vrany@fit.cvut.cz>
5612
5613 * gdb.python/py-framefilter-mi.exp: Update regexp to
5614 check for "arch" field in frame output.
5615
450d1e88
KB
56162018-08-23 Kevin Buettner <kevinb@redhat.com>
5617
5618 * gdb.dwarf2/dw2-ranges-func.c: New file.
5619 * gdb.dwarf2/dw2-ranges-func.exp: New file.
5620
ae739fe7
SM
56212018-08-22 Simon Marchi <simon.marchi@polymtl.ca>
5622
5623 * gdb.base/term.exp: Compare terminal settings with values from
5624 the inferior.
5625 * gdb.base/term.c: Get and set terminal settings.
5626
6d52907e
JV
56272018-08-22 Jan Vrany <jan.vrany@fit.cvut.cz>
5628
5629 * lib/mi-support.exp (mi_expect_stop): Update regexp to
5630 accommodate new "arch" field in frame output.
5631 * gdb.mi/mi-return.exp: Likewise.
5632 * gdb.mi/mi-stack.exp: Likewise.
5633 * gdb.mi/mi-syn-frame.exp: Likewise.
5634 * gdb.mi/user-selected-context-sync.exp: Likewise.
5635
be2d111a
MS
56362018-08-19 Michael Spang <spang@google.com>
5637
5638 PR gdb/11786
5639 * gdb.base/gcore-tls-pie.c: New file.
5640 * gdb.base/gcore-tls-pie.exp: New file.
5641
ae3a7c47
KB
56422018-08-18 Kevin Buettner <kevinb@redhat.com>
5643
5644 * lib/dwarf.exp: Add support for DW_OP_GNU_variable_value.
7d140d1a
KB
5645 * gdb.dwarf2/varval.c: New file.
5646 * gdb.dwarf2/varval.exp: New file.
ae3a7c47 5647
2ecae92e
AH
56482018-08-17 Alan Hayward <alan.hayward@arm.com>
5649
5650 PR gdb/18931
5651 * gdb.arch/aarch64-fp.c (main): Fix asm registers.
5652
c1854f1d
KS
56532018-08-16 Keith Seitz <keiths@redhat.com>
5654
5655 * gdb.compile/compile.exp: Use gdb_test_no_output for "compile code"
5656 tests expected to pass.
5657
26fb3983
JV
56582018-08-14 Jan Vrany <jan.vrany@fit.cvut.cz>
5659
5660 * gdb.mi/mi-disassemble.exp (test_disassembly_only): Add tests for
5661 -data-disassemble -a.
5662 (test_disassembly_bogus_args): Likewise.
5663
67943c00
AB
56642018-08-14 Andrew Burgess <andrew.burgess@embecosm.com>
5665
5666 * gdb.mi/list-thread-groups-available.exp: Update test regexp.
5667
5ff2bbae
AB
56682018-08-09 Andrew Burgess <andrew.burgess@embecosm.com>
5669
5670 * gdb.base/vla-optimized-out.exp: Add new test.
5671
e5bbcd0f
AB
56722018-08-09 Andrew Burgess <andrew.burgess@embecosm.com>
5673
5674 * gdb.base/vla-optimized-out-o3.exp: Delete.
5675 * gdb.base/vla-optimized-out-o3-strict.exp: Delete.
5676 * gdb.base/vla-optimized-out.exp: Extend to cover all of the
5677 deleted tests.
5678
9d4a934c
AB
56792018-08-08 Andrew Burgess <andrew.burgess@embecosm.com>
5680
5681 PR gdb/18050:
5682 * gdb.server/extended-remote-restart.c: New file.
5683 * gdb.server/extended-remote-restart.exp: New file.
5684
045cf012
SM
56852018-08-07 Simon Marchi <simon.marchi@polymtl.ca>
5686
5687 * gdb.fortran/nested-funcs.exp: Replace "set index = 42" with
5688 "set variable index = 42".
5689
87d6a7aa
SM
56902018-08-07 Simon Marchi <simon.marchi@ericsson.com>
5691
5692 * boards/index-cache-gdb.exp: New file.
5693 * gdb.dwarf2/index-cache.exp: New file.
5694 * gdb.dwarf2/index-cache.c: New file.
5695 * gdb.base/maint.exp: Check if we are using the index cache.
5696
96d68bd4
RO
56972018-08-07 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
5698
5699 * Makefile.in (saw_dash_j): Allow for GNU make 4.2+ passing -jN in
5700 MAKEFLAGS.
5701
5a699617
RO
57022018-08-06 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
5703
5704 * dg-extract-results.sh: Move to toplevel contrib.
5705 * Makefile.in (check-parallel): Reflect dg-extract-results.sh move.
5706 * Makefile.in (check-parallel-racy): Likewise.
5707
5bd18990
AB
57082018-08-06 Andrew Burgess <andrew.burgess@embecosm.com>
5709
5710 * lib/gdb.exp (target_supports_scheduler_locking): New proc.
5711 * gdb.mi/mi-cmd-param-changed.exp: Only run scheduler locking
5712 tests if the target supports scheduler locking.
5713
3fbbcf47
TV
57142018-08-04 Tom de Vries <tdevries@suse.de>
5715
5716 * gdb.python/py-rbreak.exp: Fix rbreak regexp.
5717
3e1d3d8c
TT
57182018-08-02 Tom Tromey <tom@tromey.com>
5719
5720 PR symtab/16842.
5721 * gdb.cp/temargs.exp: Test "info address" of a template
5722 parameter.
5723
5abe0f0c
JV
57242018-07-31 Jan Vrany <jan.vrany@fit.cvut.cz>
5725
5726 * gdb.python/py-mi-var-info-path-expression.c: New file.
5727 * gdb.python/py-mi-var-info-path-expression.py: New file.
5728 * gdb.python/py-mi-var-info-path-expression.exp: New file.
5729
fb66cde8
SDJ
57302018-07-30 Sergio Durigan Junior <sergiodj@redhat.com>
5731
5732 * lib/gdbserver-support.exp (gdbserver_start): Match any kind of
5733 error after "cannot resolve name" string.
5734
c708f4d2
AB
57352018-07-28 Andrew Burgess <andrew.burgess@embecosm.com>
5736
5737 * gdb.trace/tspeed.exp: Only call gdb_load_shlib after gdb has
5738 started.
5739 * lib/gdb.exp (gdb_load_shlib): Call perror if GDB is not running.
5740
37cc0cae
TV
57412018-07-28 Tom de Vries <tdevries@suse.de>
5742
5743 * gdb.base/vla-optimized-out-o3-strict.exp: New file.
5744
63b4ecf7
TV
57452018-07-26 Tom de Vries <tdevries@suse.de>
5746
5747 * gdb.base/vla-optimized-out.c: Add comment about origin of test-case.
5748
3c3bb058
AB
57492018-07-26 Andrew Burgess <andrew.burgess@embecosm.com>
5750
5751 * gdb.base/maint.exp: Add check that dwarf unwinders control flag
5752 is visible.
5753
9e7f3bbb
TV
57542018-07-26 Tom de Vries <tdevries@suse.de>
5755
5756 PR breakpoints/23366
5757 * gdb.base/catch-follow-exec.c: New test.
5758 * gdb.base/catch-follow-exec.exp: New file.
5759
16f808ec
TV
57602018-07-25 Tom de Vries <tdevries@suse.de>
5761
5762 * gdb.base/vla-optimized-out-o3.exp: New file. Reuse
5763 vla-optimized-out.c.
5764
d7154a8d
JV
57652018-07-25 Jan Vrany <jan.vrany@fit.cvut.cz>
5766
5767 * gdb.mi/mi-breakpoint-location-ena-dis.cc: New file.
5768 * gdb.mi/mi-breakpoint-location-ena-dis.exp: New file.
5769
232a0032
TV
57702018-07-20 Tom de Vries <tdevries@suse.de>
5771
5772 * gdb.base/vla-optimized-out.c: Make noclone attribute conditional on
5773 NOCLONE macro.
5774 * gdb.base/vla-optimized-out.exp: Use additional_flags -DNOCLONE.
5775
fbb1d502
TV
57762018-07-19 Tom de Vries <tdevries@suse.de>
5777
5778 * gdb.mi/list-thread-groups-available.exp (cores_re): Fix quoting in
5779 regular expression.
5780
42dc7699
TV
57812018-07-18 Tom de Vries <tdevries@suse.de>
5782
5783 * gdb.base/vla-optimized-out.c: New test.
5784 * gdb.base/vla-optimized-out.exp: New file.
5785
7f1f7e23
SDJ
57862018-07-13 Sergio Durigan Junior <sergiodj@redhat.com>
5787
5788 * lib/gdbserver-support.exp (gdbserver_start): Expect for the
5789 message "No address associated with hostname" when gdbserver
5790 cannot resolve the hostname.
5791
5759ebb3
PW
57922018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5793
5794 * gdb.threads/pthreads.exp: Test qcs FLAG arguments.
5795 Add some test prefixes to make tests unique.
5796
3606ccab
PW
57972018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5798
5799 * gdb.base/frameapply.c: New file.
5800 * gdb.base/frameapply.exp: New file.
5801
529c08b2
PW
58022018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5803
5804 * gdb.base/skip.exp: Update expected error message.
5805
c7ab0aef
SDJ
58062018-07-11 Sergio Durigan Junior <sergiodj@redhat.com>
5807 Jan Kratochvil <jan.kratochvil@redhat.com>
5808 Paul Fertser <fercerpav@gmail.com>
5809 Tsutomu Seki <sekiriki@gmail.com>
5810
5811 * README (Testsuite Parameters): Mention new 'GDB_TEST_SOCKETHOST'
5812 parameter.
5813 * boards/native-extended-gdbserver.exp: Do not set 'sockethost'
5814 by default.
5815 * boards/native-gdbserver.exp: Likewise.
5816 * gdb.server/run-without-local-binary.exp: Improve regexp used
5817 for detecting when a remote debugging connection succeeds.
5818 * gdb.server/server-connect.exp: New file.
5819 * lib/gdbserver-support.exp (gdbserver_default_get_comm_port):
5820 Do not prefix the port number with ":".
5821 (gdbserver_start): New global GDB_TEST_SOCKETHOST. Implement
5822 support for detecting and using it. Add '$debughost_gdbserver'
5823 to the list of arguments used to start gdbserver. Handle case
5824 when gdbserver cannot resolve a network name.
5825
16ff70dd
SDJ
58262018-07-11 Sergio Durigan Junior <sergiodj@redhat.com>
5827
5828 PR c++/23373
5829 * gdb.base/ptype-offsets.cc (struct static_member): New
5830 struct.
5831 (main) <stmember>: New variable.
5832 * gdb.base/ptype-offsets.exp: Add test for printing a struct
5833 with a static member in it.
5834
3541979f
AB
58352018-07-10 Andrew Burgess <andrew.burgess@embecosm.com>
5836
5837 * gdb.base/watchpoint-reuse-slot.exp: Test with hardware
5838 watchpoints enabled and disabled.
5839
c8ad9b9a
AB
58402018-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
5841
5842 * gdb.base/examine-backward.exp: Still run tests around address
5843 0x0, even if address 0x0 is not readable. Update the pattern for
5844 matching address 0x0 in expected output.
5845
e0e5e971
AB
58462018-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
5847
5848 * gdb.base/share-env-with-gdbserver.c (main): Add call to
5849 malloc/free.
5850
1ea5da02
TV
58512018-07-04 Tom de Vries <tdevries@suse.de>
5852
5853 * gdb.dwarf2/dw2-error.exp: Update expected error message.
5854
471b9d15
MR
58552018-07-02 Maciej W. Rozycki <macro@mips.com>
5856
5857 PR tdep/8282
5858 * gdb.arch/mips-disassembler-options.exp: New test.
5859 * gdb.arch/mips-disassembler-options.s: New test source.
5860
75acb486
PA
58612018-06-29 Pedro Alves <palves@redhat.com>
5862
5863 * gdb.threads/names.exp: Adjust expected "info threads" output.
5864
cd2bb709
PA
58652018-06-29 Pedro Alves <palves@redhat.com>
5866
5867 * gdb.opt/inline-break.exp (line number, address): Add "info
5868 break" tests.
5869
991ff292
PA
58702018-06-29 Pedro Alves <palves@redhat.com>
5871
5872 * gdb.opt/inline-break.c (func1): Add "break here" marker.
5873 * gdb.opt/inline-break.exp: Test setting breakpoints by line
5874 number and address and running to them.
5875
356819b6 58762018-06-29 Richard Bunt <richard.bunt@arm.com>
49af4b70
RB
5877
5878 * gdb.base/watchpoint-hw-attach.exp: Remove unstable output.
5879
2512d7ef
JK
58802018-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
5881
5882 * lib/compiler.c: Remove executable permission flag.
5883
be1b6474
RB
58842018-06-28 Richard Bunt <richard.bunt@arm.com>
5885
5886 * gdb.base/watchpoint-hw-attach.c (main): Remove unneeded
5887 code.
5888 * gdb.base/watchpoint-hw-attach.exp: Break in outermost frame.
5889
291f9a96
PT
58902018-06-28 Petr Tesarik <ptesarik@suse.cz>
5891
5892 * gdb.base/relocate.exp: Add test for "add-symbol-file -o ".
5893
ed6dfe51
PT
58942018-06-28 Petr Tesarik <ptesarik@suse.cz>
5895
5896 * gdb.base/relocate.exp: Test add-symbol-file behavior when the
5897 address argument is omitted.
5898
d4d429d5
PT
58992018-06-28 Petr Tesarik <ptesarik@suse.cz>
5900
5901 * gdb.base/relocate.exp: Add test for "symbol-file -o ".
5902
7ab6656f
OJ
59032018-06-27 Omair Javaid <omair.javaid@linaro.org>
5904
5905 PR gdb/21695
5906 * gdb.base/infoline-reloc-main-from-zero.exp: New test.
5907 * gdb.base/infoline-reloc-main-from-zero.c: New file.
5908
a33ccfc7
TT
59092018-06-26 Tom Tromey <tom@tromey.com>
5910
5911 PR rust/22574:
5912 * gdb.rust/simple.exp (test_one_slice): Add ptype/o tests.
5913 * gdb.rust/simple.rs (struct SimpleLayout): New.
5914
6d72d289
SM
59152018-06-22 Simon Marchi <simon.marchi@ericsson.com>
5916
5917 * gdb.base/jit-reader.exp (jit_reader_test): Expect spaces in
5918 "info registers" output.
5919
8363f9d5
RB
59202018-06-21 Richard Bunt <richard.bunt@arm.com>
5921
5922 * gdb.base/watchpoint-hw-attach.c: New test.
5923 * gdb.base/watchpoint-hw-attach.exp: New file.
5924
f00674fe
SM
59252018-06-20 Simon Marchi <simon.marchi@ericsson.com>
5926
5927 * boards/cc-with-tweaks.exp: Don't call cc-with-tweaks.sh
5928 through /bin/sh.
5929 * boards/dwarf4-gdb-index.exp: Likewise.
5930 * boards/fission-dwp.exp: Likewise.
5931
1d554008
UW
59322018-06-20 Ulrich Weigand <uweigand@de.ibm.com>
5933
5934 * gdb.base/float128.exp: Add comment and improved fail message
5935 to the failure case of "print large128" test.
5936
d0ac1c44
SM
59372018-06-19 Simon Marchi <simon.marchi@ericsson.com>
5938
5939 * configure.ac: Remove AC_PREREQ.
5940 * configure: Re-generate.
5941
61b04dd0
PA
59422018-06-19 Pedro Alves <palves@redhat.com>
5943
5944 * gdb.opt/inline-break.c (func_inline_callee, func_inline_caller)
5945 (func_extern_caller): New.
5946 (main): Call func_extern_caller.
5947 * gdb.opt/inline-break.exp: Add tests for inline frame skipping
5948 logic change.
5949
f63b508a
SM
59502018-06-18 Weimin Pan <weimin.pan@oracle.com>
5951
5952 PR gdb/16841
5953 * gdb.cp/typedef-base.cc: New file.
5954 * gdb.cp/typedef-base.exp: New file.
5955
0fe3a558
TV
59562018-06-18 Tom de Vries <tdevries@suse.de>
5957
5958 * gdb.ada/bp_inlined_func.exp: Allow 5 breakpoint locations.
5959
7010835a
AB
59602018-06-16 Andrew Burgess <andrew.burgess@embecosm.com>
5961 Richard Bunt <Richard.Bunt@arm.com>
5962
5963 * gdb.threads/attach-slow-waitpid.c: New file.
5964 * gdb.threads/attach-slow-waitpid.exp: New file.
5965 * gdb.threads/slow-waitpid.c: New file.
5966
14897d65
PA
59672018-06-14 Pedro Alves <palves@redhat.com>
5968
5969 * gdb.base/fork-running-state.c: Include <errno.h>.
5970 (exit_if_relative_exits): New.
5971 (fork_child): If 'exit_if_relative_exits' is true, exit if the parent
5972 exits.
5973 (fork_parent): If 'exit_if_relative_exits' is true, exit if the
5974 child exits.
5975
5d9a0608
TV
59762018-06-14 Tom de Vries <tdevries@suse.de>
5977
5978 PR cli/22573
5979 * gdb.base/finish-pretty.c: New test.
5980 * gdb.base/finish-pretty.exp: New file.
5981
11ae5818
PA
59822018-06-14 Pedro Alves <palves@redhat.com>
5983
5984 * gdb.gdb/selftest.exp (test_with_self): Use multi_line to build
5985 gdb's expected startup output.
5986
1d39de44
PA
59872018-06-14 Pedro Alves <palves@redhat.com>
5988
5989 * lib/selftest-support.exp (selftest_setup): Remove inlined
5990 function handling.
5991
70ee0000
TV
59922018-06-14 Tom de Vries <tdevries@suse.de>
5993
5994 * lib/selftest-support.exp (selftest_setup): Allow function arguments in
5995 matching of breakpoint printing.
5996
11f4b608
TV
59972018-06-13 Tom de Vries <tdevries@suse.de>
5998
5999 PR testsuite/23269
6000 * gdb.base/fork-running-state.c (main): Move setting of alarm ...
6001 (fork_child): ... here, and ...
6002 (fork_parent): ... here.
6003
60042018-06-12 Tom de Vries <tdevries@suse.de>
6005
6006 * gdb.gdb/selftest.exp (test_with_self): Update gdb startup text.
6007
9516f85a
AB
60082018-06-12 Andrew Burgess <andrew.burgess@embecosm.com>
6009 Stephen Roberts <stephen.roberts@arm.com>
6010
6011 * gdb.threads/multiple-successive-infcall.exp: Remove kfail case,
6012 rewrite test to describe action performed, rather than possible
6013 failure.
6014
5045b3d7
GB
60152018-06-08 Gary Benson <gbenson@redhat.com>
6016
6017 * gdb.threads/check-libthread-db.exp: New file.
6018 * gdb.threads/check-libthread-db.c: Likewise.
6019
c61b06a1
TT
60202018-06-05 Tom Tromey <tom@tromey.com>
6021
6022 * gdb.base/default.exp: Update expected "show version" output.
6023
eb6af809
TT
60242018-06-05 Tom Tromey <tom@tromey.com>
6025
6026 PR cli/12326:
6027 * gdb.cp/static-print-quit.exp: Update.
6028 * lib/gdb.exp (pagination_prompt): Update.
6029 * gdb.base/page.exp: Use pagination_prompt. Add new tests.
6030 * gdb.python/python.exp: Update.
6031
178d6a63
JB
60322018-06-04 Joel Brobecker <brobecker@adacore.com>
6033
6034 * gdb.mi/list-thread-groups-no-inferior.exp: New testcase.
6035
8e817061
JB
60362018-06-01 Joel Brobecker <brobecker@adacore.com>
6037
6038 * gdb.ada/bp_fun_addr: New testcase.
6039
e86ca25f
TT
60402018-06-01 Tom Tromey <tom@tromey.com>
6041
6042 * gdb.xml/tdesc-regs.exp (load_description): Update expected
6043 results.
6044 * gdb.dwarf2/method-ptr.exp: Set language to C++.
6045 * gdb.dwarf2/member-ptr-forwardref.exp: Set language to C++.
6046 * gdb.cp/typeid.exp (do_typeid_tests): Update type_re.
6047 * gdb.base/maint.exp (maint_pass_if): Update.
6048
4b2dfa9d
MR
60492018-05-31 Maciej W. Rozycki <macro@mips.com>
6050
6051 * gdb.base/endian.exp: New test.
6052 * gdb.base/endian.c: New test source.
6053
45f25d6c
AB
60542018-05-24 Andrew Burgess <andrew.burgess@embecosm.com>
6055
6056 PR gdb/23203
6057 * gdb.base/bt-selected-frame.c: New file.
6058 * gdb.base/bt-selected-frame.exp: New file.
6059 * lib/gdb.exp (get_current_frame_number): New function.
6060
d9f6d7f8
MR
60612018-05-24 Maciej W. Rozycki <macro@mips.com>
6062 Pedro Alves <palves@redhat.com>
6063
6064 * gdb.threads/tls-core.c: Include <stdlib.h>
6065 (thread_proc): Call `abort'.
6066 * gdb.threads/tls-core.exp: Generate a core with core_find too.
6067 (tls_core_test): New procedure, bits factored out from ...
6068 (top level): ... here. Test both native cores and gcore cores.
6069
ff1cf532
TT
60702018-05-23 Tom Tromey <tom@tromey.com>
6071
6072 * gdb.gdb/complaints.exp (test_initial_complaints): Simplify.
6073
b98664d3
TT
60742018-05-23 Tom Tromey <tom@tromey.com>
6075
6076 * gdb.gdb/complaints.exp (test_initial_complaints): Don't mention
6077 symfile_complaints.
6078 (test_short_complaints): Likewise.
6079 (test_empty_complaints): Likewise.
6080 (test_initial_complaints): Update.
6081
4e9668d0
TT
60822018-05-23 Tom Tromey <tom@tromey.com>
6083
6084 * gdb.gdb/complaints.exp (test_empty_complaints): Update.
6085
43ba33c7
TT
60862018-05-23 Tom Tromey <tom@tromey.com>
6087
6088 * gdb.gdb/complaints.exp (test_serial_complaints): Remove.
6089 (test_short_complaints): Update.
6090
035522c0
PA
60912018-05-22 Pedro Alves <palves@redhat.com>
6092
6093 * gdb.base/remote.exp: Only gdb_start after compiling the
6094 testcase. Issue "disconnect" before testing "set remote" command
6095 defaults. Issue clean_restart before running to main.
6096
cc0be08f
PA
60972018-05-22 Pedro Alves <palves@redhat.com>
6098
6099 * gdb.base/remote.exp: Adjust expected output of "show remote
6100 memory-write-packet-size". Add tests for "set remote
6101 memory-write-packet-size 0" and "set remote
6102 memory-write-packet-size fixed/limit".
6103
b1b60145
PA
61042018-05-22 Pedro Alves <palves@redhat.com>
6105
6106 PR gdb/22973
6107 * gdb.base/utf8-identifiers.c: New file.
6108 * gdb.base/utf8-identifiers.exp: New file.
6109
0ec848ad
PFC
61102018-05-22 Pedro Franco de Carvalho <pedromfc@linux.vnet.ibm.com>
6111
6112 * gdb.arch/powerpc-fpscr-gcore.exp: New file.
6113
2c3305f6
PFC
61142018-05-22 Pedro Franco de Carvalho <pedromfc@linux.vnet.ibm.com>
6115
6116 * gdb.arch/powerpc-vsx-gcore.exp: New file.
6117
ce1e8424
TT
61182018-05-18 Tom Tromey <tom@tromey.com>
6119
6120 * gdb.base/ptype-offsets.exp: Update.
6121
ddfe970e
KS
61222018-05-17 Keith Seitz <keiths@redhat.com>
6123
6124 * gdb.ada/bp_inlined_func.exp: Update inlined frame locations
6125 in expected breakpoint stop locations.
6126 * gdb.dwarf2/implptr.exp (implptr_test_baz): Use up/down to
6127 move to proper scope to test variable values.
6128 * gdb.opt/inline-break.c (inline_func1, not_inline_func1)
6129 (inline_func2, not_inline_func2, inline_func3, not_inline_func3):
6130 New functions.
6131 (main): Call not_inline_func3.
6132 * gdb.opt/inline-break.exp: Start inferior and set breakpoints at
6133 inline_func1, inline_func2, and inline_func3. Test that when each
6134 breakpoint is hit, GDB properly reports both the stop location
6135 and the backtrace. Repeat tests for temporary breakpoints.
6136
0726fcc6
MR
61372018-05-15 Maciej W. Rozycki <macro@mips.com>
6138
6139 * gdb.server/server-kill.exp: Verify whether `server_pid' exists
6140 rather then trying to access it in determining whether the PID
6141 of `gdbserver' could have been retrieved.
6142
8ee22052
AB
61432018-05-08 Andrew Burgess <andrew.burgess@embecosm.com>
6144
6145 * gdb.arch/amd64-init-x87-values.S: New file.
6146 * gdb.arch/amd64-init-x87-values.exp: New file.
6147
7785df48
JK
61482018-05-08 Jan Kratochvil <jan.kratochvil@redhat.com>
6149
6150 * gdb.base/watchpoint-unaligned.exp: Use skip_hw_watchpoint_tests.
6151
56bcdbea
TT
61522018-05-04 Tom Tromey <tom@tromey.com>
6153
6154 PR python/22730:
6155 * gdb.python/python.exp: Test multi-line execute.
6156
a913fffb
TT
61572018-05-04 Tom Tromey <tom@tromey.com>
6158
6159 PR python/22731:
6160 * gdb.python/py-breakpoint.exp: Test setting breakpoint commands.
6161
7a2c85f2
TT
61622018-05-04 Tom Tromey <tom@tromey.com>
6163
6164 PR gdb/11750:
6165 * gdb.base/define.exp: Test defining a user command inside a user
6166 command.
6167 * gdb.base/commands.exp (define_if_without_arg_test): Test "define".
6168
a3b60e45
JK
61692018-05-04 Jan Kratochvil <jan.kratochvil@redhat.com>
6170 Pedro Alves <palves@redhat.com>
6171
6172 PR breakpoints/19806 and support for PR external/20207.
6173 * gdb.base/watchpoint-unaligned.c: New file.
6174 * gdb.base/watchpoint-unaligned.exp: New file.
6175
45fe4a03
AB
61762018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
6177
6178 * gdb.base/maint.exp: Make test names unique, use
6179 test_prefix_command_help to test 'help maint info', and remove
6180 repeated test of 'help maint'.
6181
9be2ae8f
TT
61822018-05-04 Tom Tromey <tom@tromey.com>
6183
6184 PR gdb/22619:
6185 * gdb.base/long_long.exp (gdb_test_long_long): Add test for repeat
6186 behavior.
6187
11859c31
AB
61882018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
6189
6190 * gdb.base/maint.exp: Process output from 'maint print registers'
6191 line at a time.
6192
089a9490
AB
61932018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
6194
6195 * lib/mi-support.exp (mi_run_cmd_full): Fix regexp and add a
6196 timeout.
6197
9b0797e2
AB
61982018-05-03 Andrew Burgess <andrew.burgess@embecosm.com>
6199
6200 * gdb.base/callfuncs.exp (fetch_all_registers): Add riscv register
6201 filter pattern.
6202
f6ac5f3d
PA
62032018-05-02 Pedro Alves <palves@redhat.com>
6204
6205 * gdb.base/breakpoint-in-ro-region.exp: Adjust to to_resume and
6206 to_log_command renames.
6207 * gdb.base/sss-bp-on-user-bp-2.exp: Likewise.
6208
77d3c63b
TT
62092018-05-02 Tom Tromey <tom@tromey.com>
6210
6211 * gdb.python/py-parameter.exp: Set test message.
6212
0489430a
TT
62132018-05-02 Tom Tromey <tom@tromey.com>
6214
6215 PR python/20084:
6216 * gdb.python/py-parameter.exp: Add PARAM_ZUINTEGER and
6217 PARAM_ZUINTEGER_UNLIMITED tests.
6218
1632f8ba
DR
62192018-04-28 Dan Robertson <danlrobertson89@gmail.com>
6220
6221 PR rust/23124
6222 * gdb.rust/expr.exp: Test that the unit type is correctly parsed
6223 when casting.
6224
6d7bb824
TT
62252018-04-30 Tom Tromey <tom@tromey.com>
6226
6227 * gdb.python/py-type.exp: Check align attribute.
6228 * gdb.python/py-type.c: New "aligncheck" global.
6229
007e1530
TT
62302018-04-30 Tom Tromey <tom@tromey.com>
6231
6232 PR exp/17095:
6233 * gdb.dwarf2/dw2-align.exp: New file.
6234 * gdb.cp/align.exp: New file.
6235 * gdb.base/align.exp: New file.
6236 * lib/gdb.exp (gdb_int128_helper): New proc.
6237 (has_int128_c, has_int128_cxx): New caching procs.
6238
6873858b
TT
62392018-04-27 Tom Tromey <tom@tromey.com>
6240
6241 PR rust/22545:
6242 * gdb.rust/simple.exp: Add inclusive range tests.
6243
79188d8d
PA
62442018-04-26 Pedro Alves <palves@redhat.com>
6245
6246 * gdb.base/gnu-ifunc.exp (set-break): Test that GDB resolves
6247 ifunc breakpoint locations correctly of ifunc breakpoints set
6248 while the program resolves the ifunc.
6249
c7075ad5
PA
62502018-04-26 Pedro Alves <palves@redhat.com>
6251
6252 * gdb.base/gnu-ifunc-final.c: New file.
6253 * gdb.base/gnu-ifunc.c (final): Delete, moved to gnu-ifunc-final.c.
6254 * gdb.base/gnu-ifunc.exp (executable): Delete.
6255 (staticexecutable): Adjust.
6256 (lib_opts, exec_opts): Delete.
6257 (make_binsuffix, build, set-break): New procedures.
6258 (misc_tests): New, with tests factored out from the top level.
6259 (top level): Test different combinations of ifunc resolver name,
6260 resolver with and with debug info, and ifunc target with and
6261 without debug info. Wrap static tests with with_target_prefix.
6262
8388016d
PA
62632018-04-26 Pedro Alves <palves@redhat.com>
6264
6265 * gdb.compile/compile-ifunc.exp: Also expect "function has unknown
6266 return type" warnings.
6267
249b5733
PA
62682018-04-25 Pedro Alves <palves@redhat.com>
6269
6270 * gdb.base/hook-stop.exp: Expect "killed" instead of "has been
6271 killed".
6272 * gdb.base/kill-after-signal.exp: Likewise.
6273 * gdb.threads/kill.exp: Likewise.
6274
f67c0c91
SDJ
62752018-04-24 Jan Kratochvil <jan.kratochvil@redhat.com>
6276 Sergio Durigan Junior <sergiodj@redhat.com>
6277 Pedro Alves <palves@redhat.com>
6278
6279 * gdb.base/attach-non-pgrp-leader.exp: Adjust 'Detaching...'
6280 regexps to expect for '[Inferior ... detached]' as well.
6281 * gdb.base/attach.exp: Likewise.
6282 * gdb.base/catch-syscall.exp (check_for_program_end): Adjust
6283 "gdb_continue_to_end".
6284 (test_catch_syscall_with_wrong_args): Likewise.
6285 * gdb.base/foll-fork.exp: Adjust regexps to match '[' and
6286 ']'. Don't set 'verbose' on.
6287 * gdb.base/foll-vfork.exp: Likewise.
6288 * gdb.base/fork-print-inferior-events.c: New file.
6289 * gdb.base/fork-print-inferior-events.exp: New file.
6290 * gdb.base/hook-stop.exp: Adjust regexps to expect for new
6291 '[Inferior ... has been killed]' message.
6292 * gdb.base/kill-after-signal.exp: Likewise.
6293 * gdb.base/solib-overlap.exp: Adjust regexps to expect for new
6294 detach message.
6295 * gdb.threads/kill.exp: Adjust regexps to expect for new kill
6296 message.
6297 * gdb.threads/clone-attach-detach.exp: Adjust 'Detaching...'
6298 regexps to expect for '[Inferior ... detached]' as well.
6299 * gdb.threads/process-dies-while-detaching.exp: Likewise.
6300
0a8ddac4
SM
63012018-04-24 Simon Marchi <simon.marchi@ericsson.com>
6302
6303 PR gdb/23104
6304 * gdb.base/info-shared.exp: Replace libs=-ldl with shlib_load.
6305
701adfb0
PA
63062018-04-22 Rajendra SY <rajendra.sy@gmail.com>
6307
6308 PR gdb/23095
6309 * gdb.base/break-probes.exp: Pass shlib_load to
6310 prepare_for_testing. Set normal_bp to r_debug_state if target is
6311 bsd.
6312
d27d16bf
RB
63132018-04-19 Richard Bunt <richard.bunt@arm.com>
6314
6315 * gdb.threads/multiple-successive-infcall.c: New test.
6316 * gdb.threads/multiple-successive-infcall.exp: New file.
6317
a037790e
TT
63182018-04-17 Tom Tromey <tom@tromey.com>
6319
6320 * gdb.rust/simple.rs (Union): New type.
6321 (main): New local "u".
6322 * gdb.rust/simple.exp (test_one_slice): Add new test case.
6323
e3a91079
AA
63242018-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
6325
6326 * gdb.base/dbx.exp (test_whereis): Adjust regexp to added line
6327 number information in output of "whereis" command.
6328 * gdb.base/info-fun.exp: Likewise, for "info fun" command.
6329
b744723f
AA
63302018-04-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
6331
6332 * gdb.ada/info_types.exp: Adjust expected output to the line
6333 numbers now printed by "info var/func/type".
6334 * gdb.base/completion.exp: Likewise.
6335 * gdb.base/included.exp: Likewise.
6336 * gdb.cp/cp-relocate.exp: Likewise.
6337 * gdb.cp/cplusfuncs.exp: Likewise.
6338 * gdb.cp/namespace.exp: Likewise.
6339 * gdb.dwarf2/dw2-case-insensitive.exp: Likewise.
6340
4a4495d6
MM
63412018-04-13 Markus Metzger <markus.t.metzger@intel.com>
6342
6343 * gdb.btrace/cpu.exp: New.
6344
1d509aa6
MM
63452018-04-13 Markus Metzger <markus.t.metzger@intel.com>
6346
6347 * gdb.base/step-indirect-call-thunk.exp: New.
6348 * gdb.base/step-indirect-call-thunk.c: New.
6349 * gdb.reverse/step-indirect-call-thunk.exp: New.
6350 * gdb.reverse/step-indirect-call-thunk.c: New.
6351
6295b6da
SM
63522018-04-11 Simon Marchi <simon.marchi@ericsson.com>
6353
6354 * gdb.base/pie-fork.c: New file.
6355 * gdb.base/pie-fork.exp: New file.
6356
50146e70
TT
63572018-04-11 Tom Tromey <tom@tromey.com>
6358
6359 * gdb.rust/simple.exp: Add test for ".." struct initializer.
6360
f50d8a2e
PA
63612018-04-10 Pedro Alves <palves@redhat.com>
6362
6363 * gdb.base/fork-running-state.c (fork_child): Don't exit if parent
6364 exits. Instead loop running forever.
6365 (fork_parent): Run forever too.
6366
a0be7a36
SM
63672018-04-07 Simon Marchi <simon.marchi@polymtl.ca>
6368
6369 * gdb.mi/mi-stack.exp (test_stack_frame_listing): Use
6370 mi_continue_to_line.
6371 * gdb.mi/mi-stack.c (callee4): Add comment.
6372
9b73db36
SM
63732018-04-07 Simon Marchi <simon.marchi@polymtl.ca>
6374
6375 * gdb.mi/mi-stack.exp: Fix indentation.
6376
c912f608
SM
63772018-04-07 Simon Marchi <simon.marchi@ericsson.com>
6378
6379 PR gdb/22979
6380 * gdb.arch/amd64-osabi.exp: New file.
6381
26540402
SM
63822018-04-07 Simon Marchi <simon.marchi@ericsson.com>
6383
6384 PR gdb/22980
6385 * gdb.base/osabi.exp: New file.
6386
121ad66c 63872018-04-02 Weimin Pan <weimin.pan@oracle.com>
79f18731
WP
6388
6389 * gdb.cp/static-typedef-print.exp: New file.
6390 * gdb.cp/static-typedef-print.cc: New file.
6391
3fcded8f
JB
63922018-03-27 Joel Brobecker <brobecker@adacore.com>
6393
6394 * gdb.ada/varsize_limit: New testcase.
6395
59cc4834
JB
63962018-03-27 Joel Brobecker <brobecker@adacore.com>
6397
6398 * gdb.ada/maint_with_ada.exp: Remove PR gdb/22670 setup_kfail.
6399
6400 * gdb.ada/notcplusplus: New testcase.
6401
6402 * gdb.base/c-linkage-name.c: New file.
6403 * gdb.base/c-linkage-name.exp: New testcase.
6404
4ca59a9f
TT
64052018-03-26 Tom Tromey <tom@tromey.com>
6406
6407 * gdb.python/py-framefilter.exp: Add test for KeyboardInterrupt.
6408 * gdb.python/py-framefilter.py (name_error): New global.
6409 (ErrorInName.function): Use name_error.
6410
978d6c75
TT
64112018-03-26 Tom Tromey <tom@tromey.com>
6412
6413 PR backtrace/15582:
6414 * gdb.python/py-framefilter.exp: Add "bt hide" test.
6415
b7fee5a3
KS
64162018-03-23 Keith Seitz <keiths@redhat.com>
6417
6418 PR c++/22968
6419 * gdb.cp/subtypes.exp: New file.
6420 * gdb.cp/subtypes.h: New file.
6421 * gdb.cp/subtypes.cc: New file.
6422 * gdb.cp/subtypes-2.cc: New file.
6423
376be529
AB
64242018-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
6425
6426 * gdb.arch/amd64-disp-step-avx.S: Add '_start' label.
6427 (done): Call '_exit' not 'exit' to avoid atexit handlers.
6428 * gdb.arch/amd64-disp-step-avx.exp: Pass -static, and
6429 -nostartfiles when compiling the test. Confirm that all registers
6430 xmm0 to xmm15 are initially 0, and that xmm1 to xmm15 are 0 after.
6431
066cfa98
AB
64322018-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
6433
6434 * gdb.arch/amd64-disp-step-avx.exp: Remove unneeded assembler flag
6435 option, syntax was wrong anyway.
6436 * gdb.arch/arm-disp-step.exp: Likewise.
6437 * gdb.arch/sparc64-regs.exp: Likewise.
6438 * gdb.arch/amd64-disp-step.exp: Remove unneeded assembler flag
6439 option, syntax was wrong anyway, switch to use
6440 prepare_for_testing.
6441 * gdb.arch/i386-disp-step.exp: Likewise.
6442
079670b9
AA
64432018-03-23 Andreas Arnez <arnez@linux.vnet.ibm.com>
6444
6445 * gdb.ada/exec_changed.exp: Replace "target_info exists
6446 use_gdb_stub" by "use_gdb_stub".
6447 * gdb.ada/start.exp: Likewise.
6448 * gdb.base/async-shell.exp: Likewise.
6449 * gdb.base/attach-pie-misread.exp: Likewise.
6450 * gdb.base/attach-wait-input.exp: Likewise.
6451 * gdb.base/break-entry.exp: Likewise.
6452 * gdb.base/break-interp.exp: Likewise.
6453 * gdb.base/dprintf-detach.exp: Likewise.
6454 * gdb.base/nostdlib.exp: Likewise.
6455 * gdb.base/solib-nodir.exp: Likewise.
6456 * gdb.base/statistics.exp: Likewise.
6457 * gdb.base/testenv.exp: Likewise.
6458 * gdb.mi/mi-exec-run.exp: Likewise.
6459 * gdb.mi/mi-start.exp: Likewise.
6460 * gdb.multi/dummy-frame-restore.exp: Likewise.
6461 * gdb.multi/multi-arch-exec.exp: Likewise.
6462 * gdb.multi/multi-arch.exp: Likewise.
6463 * gdb.multi/tids.exp: Likewise.
6464 * gdb.multi/watchpoint-multi.exp: Likewise.
6465 * gdb.python/py-events.exp: Likewise.
6466 * gdb.threads/attach-into-signal.exp: Likewise.
6467 * gdb.threads/attach-stopped.exp: Likewise.
6468 * gdb.threads/threadapply.exp: Likewise.
6469 * lib/selftest-support.exp: Likewise.
6470
26d6cec4
AA
64712018-03-22 Andreas Arnez <arnez@linux.vnet.ibm.com>
6472
6473 * gdb.base/info-proc.exp: Add test for "info proc cmdline".
6474
4ee89e90
SR
64752018-03-20 Stephen Roberts <stephen.roberts@arm.com>
6476
6477 * gdb.perf/template-breakpoints.cc: New file.
6478 * gdb.perf/template-breakpoints.exp: New file.
6479 * gdb.perf/template-breakpoints.py: New file.
6480
92630041
TT
64812018-03-19 Tom Tromey <tom@tromey.com>
6482
6483 * gdb.rust/simple.rs (main): Add local variables field1, field2,
6484 y0.
6485 * gdb.rust/simple.exp: Test bare identifier form of struct
6486 initializer.
6487
76727919
TT
64882018-03-19 Tom Tromey <tom@tromey.com>
6489
6490 * gdb.gdb/observer.exp: Remove.
6491
194ed413
AA
64922018-03-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
6493
6494 * gdb.trace/actions-changed.exp: Call gdb_breakpoint with the
6495 "qualified" option when setting breakpoints.
6496 * gdb.trace/backtrace.exp: Likewise.
6497 * gdb.trace/circ.exp: Likewise.
6498 * gdb.trace/collection.exp: Likewise.
6499 * gdb.trace/disconnected-tracing.exp: Likewise.
6500 * gdb.trace/ftrace-lock.exp: Likewise.
6501 * gdb.trace/ftrace.exp: Likewise.
6502 * gdb.trace/infotrace.exp: Likewise.
6503 * gdb.trace/packetlen.exp: Likewise.
6504 * gdb.trace/passc-dyn.exp: Likewise.
6505 * gdb.trace/qtro.exp: Likewise.
6506 * gdb.trace/read-memory.exp: Likewise.
6507 * gdb.trace/report.exp: Likewise.
6508 * gdb.trace/signal.exp: Likewise.
6509 * gdb.trace/status-stop.exp: Likewise.
6510 * gdb.trace/strace.exp: Likewise.
6511 * gdb.trace/tfind.exp: Likewise.
6512 * gdb.trace/trace-break.exp: Likewise.
6513 * gdb.trace/trace-condition.exp: Likewise.
6514 * gdb.trace/trace-mt.exp: Likewise.
6515 * gdb.trace/tstatus.exp: Likewise.
6516 * gdb.trace/tsv.exp: Likewise.
6517 * gdb.trace/unavailable-dwarf-piece.exp: Likewise.
6518 * gdb.trace/unavailable.exp: Likewise.
6519 * gdb.trace/while-dyn.exp: Likewise.
6520
8b067d2c
AA
65212018-03-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
6522
6523 * gdb.trace/tspeed.exp: Add invocation of gdb_load_shlib to ensure
6524 that libinproctrace is copied to the target.
6525
3ae9ce5d
TT
65262018-03-14 Tom Tromey <tom@tromey.com>
6527
6528 PR cli/14977:
6529 * gdb.base/printcmds.exp (test_printf): Add printf test of %s with
6530 a null pointer.
6531 * gdb.base/wchar.exp: Likewise.
6532
b8c2339b
TT
65332018-03-14 Tom Tromey <tom@tromey.com>
6534
6535 PR cli/19918:
6536 * gdb.base/printcmds.exp (test_printf): Add printf test using '-'
6537 flag.
6538
4872dc46
SM
65392018-03-08 Simon Marchi <simon.marchi@ericsson.com>
6540
6541 PR gdb/22841
6542 * boards/remote-stdio-gdbserver.exp (${board}_file): Pass
6543 "target" to remote_exec.
6544
e4fe3756
SM
65452018-03-08 Simon Marchi <simon.marchi@polymtl.ca>
6546
6547 PR gdb/22841
6548 * boards/gdbserver-base.exp (${board}_file, ${board}_download,
6549 ${board}_upload): Remove.
6550
e95a97d4
AA
65512018-03-07 Andreas Arnez <arnez@linux.vnet.ibm.com>
6552
6553 * gdb.cp/watch-cp.cc: New test.
6554 * gdb.cp/watch-cp.exp: New file.
6555
dbbb1059
AB
65562018-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
6557
6558 * gdb.base/infcall-nested-structs.exp: New file.
6559 * gdb.base/infcall-nested-structs.c: New file.
6560 * gdb.base/float.exp: Add riscv support.
6561
ecc054c0
TP
65622018-03-02 Thomas Preud'homme <thomas.preudhomme@arm.com>
6563
6564 * gdb.dlang/watch-loc.c: Use %progbits instead of @progbits.
6565 * gdb.mi/dw2-ref-missing-frame-func.c: Likewise.
6566
25e3c82c
SDJ
65672018-02-28 Sergio Durigan Junior <sergiodj@redhat.com>
6568
6569 * gdb.server/abspath.exp: New file.
6570 * lib/gdb.exp (with_cwd): New procedure.
6571
3083294d
SM
65722018-02-28 Simon Marchi <simon.marchi@ericsson.com>
6573
6574 * lib/gdb.exp (gdb_is_target_1): Add prompt_regexp parameter and
6575 use it.
6576 (gdb_is_target_remote_prompt): New proc.
6577 (gdb_is_target_remote): Use gdb_is_target_remote_prompt.
6578 (gdb_is_target_native): Pass prompt parameter to
6579 gdb_is_target_1.
6580
3275ef47
SM
65812018-02-26 Simon Marchi <simon.marchi@polymtl.ca>
6582
6583 * gdb.base/load-command.c: New file.
6584 * gdb.base/load-command.exp: New file.
6585 * lib/gdb.exp (gdb_is_target_remote_prompt): Rename to...
6586 (gdb_is_target_1): ...this, and generalize for other targets
6587 than just remote.
6588 (gdb_is_target_remote): Use gdb_is_target_1.
6589 (gdb_is_target_native): use gdb_is_target_1.
6590
6893c19a
TT
65912018-02-26 Tom Tromey <tom@tromey.com>
6592
6593 PR python/16497:
6594 * gdb.python/py-framefilter.exp: Update test.
6595
2ddeaf8a
TT
65962018-02-26 Tom Tromey <tom@tromey.com>
6597
6598 * gdb.dwarf2/variant.c: New file.
6599 * gdb.dwarf2/variant.exp: New file.
6600
c9317f21
TT
66012018-02-26 Tom Tromey <tom@tromey.com>
6602
6603 * gdb.rust/simple.exp: Accept more possible results in enum test.
6604
6f6d0c26
SM
66052018-02-25 Simon Marchi <simon.marchi@polymtl.ca>
6606
6607 * lib/cp-support.exp (cp_test_ptype_class): Move space inside
6608 parentheses.
6609
11b03145
MR
66102018-02-23 Maciej W. Rozycki <macro@mips.com>
6611
6612 * lib/cp-support.exp (cp_test_ptype_class): Fix a typo in the
6613 name of a variable: $actual_linejj -> $actual_line.
6614
54a27fe5
JB
66152018-02-21 John Baldwin <jhb@FreeBSD.org>
6616
6617 * gdb.arch/amd64-i386-address.exp: Fix a typo.
6618
de65820c
MM
66192018-02-20 Markus Metzger <markus.t.metzger@intel.com>
6620
6621 * gdb.btrace/buffer-size.exp: Do not force BTS.
6622
980548fd
PA
66232018-02-14 Pedro Alves <palves@redhat.com>
6624
6625 * gdb.base/bp-cmds-continue-ctrl-c.exp (do_test): Test "bt" after
6626 getting a "Quit".
6627
c4e12631
MM
66282018-02-09 Markus Metzger <markus.t.metzger@intel.com>
6629
6630 * lib/gdb.exp (skip_btrace_pt_tests): Update expected error message.
6631 Fix test name.
6632
c2e0e465
SM
66332018-02-07 Simon Marchi <simon.marchi@ericsson.com>
6634
6635 * gdb.cp/m-static.exp: Check type of optimized out static
6636 member.
6637
f7216783
AB
66382018-02-03 Andrew Burgess <andrew.burgess@embecosm.com>
6639
6640 * config/sid.exp (gdb_target_sid): Remove use of cleanup.
6641 * config/sim.exp (gdb_target_sim): Remove use of cleanup.
6642
0625771b
LS
66432018-02-01 Simon Marchi <simon.marchi@polymtl.ca>
6644 Leszek Swirski <leszeks@google.com>
6645
6646 * gdb.python/py-prettyprint.c
6647 (struct to_string_returns_value_inner,
6648 struct to_string_returns_value_wrapper): New.
6649 (main): Add tsrvw variable.
6650 * gdb.python/py-prettyprint.py (ToStringReturnsValueInner,
6651 ToStringReturnsValueWrapper): New classes.
6652 (register_pretty_printers): Register new pretty-printers.
6653 * gdb.python/py-prettyprint.exp (run_lang_tests): Test printing
6654 recursive pretty printer.
6655 * gdb.python/py-mi.exp: Likewise.
6656
59498c30
LS
66572018-02-01 Leszek Swirski <leszeks@google.com>
6658
6659 * gdb.cp/filename.cc, gdb.cp/filename.exp: Test that member
6660 functions with the same name as an include file are parsed
6661 correctly.
6662
d4d38844
YQ
66632018-02-01 Yao Qi <yao.qi@linaro.org>
6664
6665 * gdb.base/attach.exp (do_attach_tests): Set sysroot to
6666 "\[^\r\n\]*".
6667
07e5f5cf
NP
66682018-01-31 Nikola Prica <nikola.prica@rt-rk.com>
6669
6670 * gdb.arch/powerpc-prologue-frame.s: New file.
6671 * gdb.arch/powerpc-prologue-frame.c: Likewise.
6672 * gdb.arch/powerpc-prologue-frame.exp: Likewise.
6673
929b5ad4
JB
66742018-01-31 Joel Brobecker <brobecker@adacore.com>
6675
6676 * testsuite/gdb.ada/dyn_stride.exp: Add "print a1(1)@3" test.
6677
e671cd59
PA
66782018-01-30 Pedro Alves <palves@redhat.com>
6679
6680 PR gdb/13211
6681 * gdb.base/interrupt-daemon.c: New.
6682 * gdb.base/interrupt-daemon.exp: New.
6683 * gdb.multi/multi-term-settings.c: New.
6684 * gdb.multi/multi-term-settings.exp: New.
6685
fc413dc4
JB
66862018-01-30 Joel Brobecker <brobecker@adacore.com>
6687
6688 * gdb.base/break.exp: Save the location where the breakpoint
6689 on break.c:47 was actually inserted when debugging the version
6690 compiled at -O2 and use it in the expected output of the "info
6691 break" test performed soon after.
6692
5c319bb2
PA
66932018-01-22 Pedro Alves <palves@redhat.com>
6694 Sergio Durigan Junior <sergiodj@redhat.com>
6695
6696 * gdb.base/whatis.exp: Add tests for 'set print object on' +
6697 'whatis <struct>' 'whatis <struct> *' and 'whatis <struct> &'.
6698
a9e40818
JB
66992018-01-22 Joel Brobecker <brobecker@adacore.com>
6700
6701 * gdb.base/break-include.c, gdb.base/break-include.inc,
6702 gdb.base/break-include.exp: New files.
6703 * gdb.base/ending-run.exp: Minor adaptations due to the breakpoint's
6704 line number now being the actual line number where the breakpoint
6705 was inserted.
6706 * gdb.mi/mi-break.exp: Likewise.
6707 * gdb.mi/mi-reverse.exp: Likewise.
6708 * gdb.mi/mi-simplerun.exp: Ditto.
6709
e707fc44
AB
67102018-01-21 Andrew Burgess <andrew.burgess@embecosm.com>
6711
6712 * gdb.python/py-mi.exp: Don't expect a thread-id for floating
6713 varobj.
6714 * gdb.mi/mi-var-create-rtti.exp: Likewise.
6715
ae451627
AB
67162018-01-21 Don Breazeal <donb@codesourcery.com>
6717 Andrew Burgess <andrew.burgess@embecosm.com>
6718
6719 * gdb.mi/basics.c: Add new global.
6720 * gdb.mi/mi-frame-regs.exp: New file.
6721 * gdb.mi/mi-var-create-rtti.exp: Update expected results, add new
6722 case.
6723
b1b189e0
AB
67242018-01-21 Andrew Burgess <andrew.burgess@embecosm.com>
6725
6726 * gdb.arch/amd64-entry-value.exp: Test using @entry on a
6727 non-parameter, and on an unknown symbol.
6728
fcfcc376
TT
67292018-01-19 Tom Tromey <tom@tromey.com>
6730
6731 * gdb.rust/modules.rs (TWENTY_THREE): New global.
6732 * gdb.rust/modules.exp: Add ::-qualified lookup test.
6733
634c1c31
AA
67342018-01-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
6735
6736 * gdb.arch/s390-vregs.exp: Explicitly cast the return values of
6737 setrlimit and chdir to int.
6738
d6ad07fd
AA
67392018-01-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
6740
6741 * gdb.arch/s390-tdbregs.c (my_tbegin): Add comment documenting the
6742 function.
6743 (my_tend): Likewise.
6744 * gdb.arch/s390-tdbregs.exp: Enhance comment; explain the
6745 rationale of avoiding FP- and vector instructions.
6746
adf8243b
RK
67472018-01-19 Ruslan Kabatsayev <b7.10110111@gmail.com>
6748
6749 * gdb.arch/powerpc-d128-regs.exp: Replace expected "\[\t\]*" from
6750 "info reg" with "\[ \t\]*".
6751 * gdb.arch/altivec-regs.exp: Replace expected "\t" from "info reg" with
6752 "\[ \t\]+".
6753 * gdb.arch/s390-multiarch.exp: Ditto.
6754 * gdb.base/pc-fp.exp: Ditto.
6755 * gdb.reverse/i386-precsave.exp: Ditto.
6756 * gdb.reverse/i386-reverse.exp: Ditto.
6757 * gdb.reverse/i387-env-reverse.exp: Ditto.
6758 * gdb.reverse/i387-stack-reverse.exp: Ditto.
6759
dcc06925
AA
67602018-01-18 Andreas Arnez <arnez@linux.vnet.ibm.com>
6761
6762 * lib/gdb.exp (gdb_compile): Re-enable use of
6763 universal_compile_options for languages other than Rust.
6764
25d4fd80
AA
67652018-01-18 Andreas Arnez <arnez@linux.vnet.ibm.com>
6766
6767 * gdb.arch/s390-tdbregs.exp: Add the compile option -msoft-float.
6768
ee7f689e 67692018-01-17 Mike Gulick <mgulick@mathworks.com>
41667530
MG
6770
6771 PR gdb/16577
6772 * gdb.base/solib-vanish.exp: New.
6773 * gdb.base/solib-vanish-main.c: New.
6774 * gdb.base/solib-vanish-lib1.c: New.
6775 * gdb.base/solib-vanish-lib2.c: New.
6776
d8447b6b
YQ
67772018-01-17 Yao Qi <yao.qi@linaro.org>
6778
6779 * gdb.compile/compile.exp: Match the address printed for
6780 frame in the output of command "bt".
6781
86d6a90c
TT
67822018-01-15 Tom Tromey <tom@tromey.com>
6783
6784 * gdb.guile/scm-ports.exp (test_mem_port_rw): Use get_valueof to
6785 compute sp_reg.
6786
cbcdb1aa
AB
67872018-01-12 Andrew Burgess <andrew.burgess@embecosm.com>
6788
6789 * gdb.base/whatis-ptype-typedefs.exp: Don't run tests if we failed
6790 to prepare.
6791 (prepare): Return 0 on error, 1 on success.
6792
eea61984
PA
67932018-01-12 Pedro Alves <palves@redhat.com>
6794
6795 * gdb.base/continue-after-aborted-step-over.c: New.
6796 * gdb.base/continue-after-aborted-step-over.exp: New.
6797
6181e9c2
SM
67982018-01-11 Simon Marchi <simon.marchi@ericsson.com>
6799
6800 * lib/gdb.exp (gdb_compile): Ignore shlib= and shlib_load
6801 options when not creating an executable.
6802
3cada740
PA
68032018-01-11 Pedro Alves <palves@redhat.com>
6804
6805 PR remote/22597
6806 * gdb.server/stop-reply-no-thread.c: New file.
6807 * gdb.server/stop-reply-no-thread.exp: New file.
6808
c63d3e8d
PA
68092018-01-10 Pedro Alves <palves@redhat.com>
6810
6811 PR gdb/22670
6812 * gdb.ada/bp_c_mixed_case.exp: Add intro comment. Test printing C
6813 functions too. Test setting breakpoints and printing C functions
6814 with no debug info too.
6815 * gdb.ada/bp_c_mixed_case/qux.c: New file.
6816
d4c2a405
PA
68172018-01-10 Pedro Alves <palves@redhat.com>
6818
6819 PR gdb/22670
6820 * gdb.ada/complete.exp ("complete break ada"): Replace kfail with
6821 a fail.
6822
8825213e
PA
68232018-01-10 Pedro Alves <palves@redhat.com>
6824
6825 PR gdb/22670
6826 * gdb.ada/bp_c_mixed_case.exp: Remove setup_kfail calls.
6827
605fd3c6
YQ
68282018-01-08 Simon Marchi <simon.marchi@ericsson.com>
6829
6830 * gdb.server/unittest.exp: Match the output in non-development
6831 mode.
6832
1e5ded6c
YQ
68332018-01-08 Simon Marchi <simon.marchi@ericsson.com>
6834
6835 * gdb.gdb/unittest.exp: Match output in non-development mode.
6836
30066b0b
JB
68372018-01-08 Joel Brobecker <brobecker@adacore.com>
6838
6839 * gdb.ada/access_tagged_param.exp: Relax expected output
6840 for value of "ObjL" in "continue" to pck.inspect breakpoint
6841 test.
6842
04bafb1e
XR
68432018-01-08 Joel Brobecker <brobecker@adacore.com>
6844
9f86398b
JB
6845 * gdb.ada/arr_enum_idx_w_gap.exp: New file.
6846 * gdb.ada/arr_enum_idx_w_gap/foo_q418_043.adb: New file.
04bafb1e 6847
e379cee6
PA
68482018-01-05 Pedro Alves <palves@redhat.com>
6849
6850 PR gdb/18653
6851 * gdb.base/libsegfault.exp: New.
6852
de63c46b
PA
68532018-01-05 Joel Brobecker <brobecker@adacore.com>
6854
6855 PR gdb/22670
6856 * gdb.ada/access_tagged_param.exp: New file.
6857 * gdb.ada/access_tagged_param/foo.adb: New file.
6858
f98fc17b
PA
68592018-01-05 Pedro Alves <palves@redhat.com>
6860
6861 PR gdb/22670
6862 * gdb.ada/info_addr_mixed_case.exp: Remove kfail. Extend test to
6863 exercise lower case too, and to exercise both full matching and
6864 wild matching.
6865
342f8240
JB
68662018-01-05 Joel Brobecker <brobecker@adacore.com>
6867
6868 * gdb.ada/rename_subscript_param: New testcase.
6869
7150d33c
JG
68702018-01-05 Jerome Guitton <guitton@adacore.com>
6871
6872 * gdb.ada/arr_acc_idx_w_gap: New testcase.
6873
cc0e770c
JB
68742018-01-05 Joel Brobecker <brobecker@adacore.com>
6875
6876 * gdb.ada/convvar_comp: New testcase.
6877
672a41aa 68782018-01-05 Xavier Roirand <roirand@adacore.com>
e3861a03
XR
6879
6880 * testsuite/gdb.ada/array_char_idx/pck.ads (Table): New type.
6881 (My_Table): New global variable.
6882 * testsuite/gdb.ada/array_char_idx.exp: Add test.
6883
7365ec2f
JB
68842018-01-04 Joel Brobecker <brobecker@adacore.com>
6885
6886 PR gdb/22670
6887 * gdb.ada/maint_with_ada: New testcase.
6888
289483b6
JB
68892018-01-04 Joel Brobecker <brobecker@adacore.com>
6890
6891 PR gdb/22670
6892 * gdb.ada/bp_c_mixed_case: New testcase.
6893
344420da
JB
68942018-01-04 Joel Brobecker <brobecker@adacore.com>
6895
6896 PR gdb/22670
6897 * gdb.ada/complete.exp: Add "complete break ada" test.
6898
66fc87a0
JB
68992018-01-04 Joel Brobecker <brobecker@adacore.com>
6900
6901 PR gdb/22670
6902 * gdb.ada/info_addr_mixed_case: New testcase.
6903
9f757bf7
XR
69042018-01-03 Xavier Roirand <roirand@adacore.com>
6905
6906 * gdb.ada/excep_handle.exp: New testcase.
6907 * gdb.ada/excep_handle/foo.adb: New file.
6908 * gdb.ada/excep_handle/pck.ads: New file.
6909
bd570f80
JB
69102018-01-03 Joel Brobecker <brobecker@adacore.com>
6911
6912 * gdb.base/step-line.c: Add extra empty line in copyright header.
6913 * gdb.base/step-line.inp: Likewise.
6914
9fe561ab
JB
69152018-01-02 Joel Brobecker <brobecker@adacore.com>
6916
6917 * gdb.ada/dyn_stride.exp: Add slice test.
6918
a405673c
JB
69192018-01-02 Joel Brobecker <brobecker@adacore.com>
6920
6921 * gdb.ada/dyn_stride: New testcase.
6922
cef0f868
SH
69232017-12-27 Stafford Horne <shorne@gmail.com>
6924
6925 * gdb.xml/extra-regs.xml: Add example foo reggroup.
6926 * gdb.xml/tdesc-regs.exp: Add test to check for foo reggroup.
6927
b67d92b0
SH
69282017-12-27 Stafford Horne <shorne@gmail.com>
6929
6930 * gdb.base/reggroups.c: New file.
6931 * gdb.base/reggroups.exp: New file.
6932
eccab96d
JB
69332017-12-18 Joel Brobecker <brobecker@adacore.com>
6934
6935 * gdb.dwarf2/ada-valprint-error.c: New file.
6936 * gdb.dwarf2/ada-valprint-error.exp: New file.
6937
0e2da9f0
JB
69382017-12-18 Joel Brobecker <brobecker@adacore.com>
6939
6940 * gdb.ada/assign_arr: New testcase.
6941
cb923fcc
XR
69422017-12-18 Xavier Roirand <roirand@adacore.com>
6943
6944 * gdb.ada/funcall_ptr: New testcase.
6945
7c161838
SDJ
69462017-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
6947
6948 PR cli/16224
6949 * gdb.base/ptype-offsets.cc: New file.
6950 * gdb.base/ptype-offsets.exp: New file.
6951
1af17fd9
YQ
69522017-12-15 Yao Qi <yao.qi@linaro.org>
6953
6954 * gdb.gdb/unittest.exp: Skip 'maintenance check xml-descriptions'
6955 if XML is disabled.
6956
828d5846
XR
69572017-12-15 Xavier Roirand <roirand@adacore.com>
6958
6959 * gdb.ada/same_component_name: New testcase.
6960
79e8fcaa
JB
69612017-12-14 Joel Brobecker <brobecker@adacore.com>
6962
6963 * gdb.ada/str_binop_equal: New testcase.
6964
e05fa6f9
JB
69652017-12-14 Joel Brobecker <brobecker@adacore.com>
6966
6967 * gdb.ada/task_switch_in_core: New testcase.
6968
b89641ba
SM
69692017-12-13 Simon Marchi <simon.marchi@ericsson.com>
6970
6971 * gdb.python/py-breakpoint.c (foo_ns::multiply): New function.
6972 * gdb.python/py-breakpoint.exp: Compile the test case as c++,
6973 call test_bkpt_qualified.
6974 (test_bkpt_qualified): New proc.
6975
6892d2e4
PA
69762017-12-13 Pedro Alves <palves@redhat.com>
6977
6978 * lib/completion-support.exp (test_gdb_complete_tab_multiple):
6979 Tighten regexp by matching with an anchor.
6980
a22ecf70
PA
69812017-12-13 Pedro Alves <palves@redhat.com>
6982
6983 * gdb.cp/cpcompletion.exp: Load completion-support.exp.
6984 ("expression with namespace"): New set of tests.
6985 * gdb.cp/pr9594.cc (Test_NS::foo, Test_NS::bar)
6986 (Nested::Test_NS::qux): New.
6987 * lib/completion-support.exp (test_gdb_complete_cmd_multiple): Add
6988 defaults to 'start_quote_char' and 'end_quote_char' parameters.
6989
9937536c
JB
69902017-12-13 Joel Brobecker <brobecker@adacore.com>
6991
6992 * gdb.base/server-del-break.c: New file.
6993 * gdb.base/server-del-break.exp: New file.
6994
fe49c6f5
SH
69952017-12-12 Stafford Horne <shorne@gmail.com>
6996
6997 * gdb.xml/tdesc-regs.exp: Add or1k support.
6998
c3d18620
SH
69992017-12-12 Stafford Horne <shorne@gmail.com>
7000
7001 * gdb.base/bp-permanent.c: Define nop of or1k.
7002
c5f9cfc8
JB
70032017-12-11 Joel Brobecker <brobecker@adacore.com>
7004
7005 * gdb.ada/variant_record_packed_array.exp: Adapt test to accept
7006 output with components being reordered.
7007
a9c135fc
JB
70082017-12-11 Joel Brobecker <brobecker@adacore.com>
7009
7010 * gdb.ada/pkd_arr_elem.exp: Adapt "print test" test to accept
7011 output with components being reordered.
7012
927aa2e7
JK
70132017-12-08 Jan Kratochvil <jan.kratochvil@redhat.com>
7014 Pedro Alves <palves@redhat.com>
7015
7016 * gdb.base/maint.exp (check for .gdb_index): Check also for
7017 .debug_names.
7018 * gdb.dlang/watch-loc.c (.debug_aranges): New.
7019 * gdb.dwarf2/dw2-case-insensitive-debug.S: Likewise.
7020 * gdb.dwarf2/gdb-index.exp (check if index present, .gdb_index used)
7021 (.gdb_index used after symbol reloading): Support also .debug_names.
7022 * gdb.mi/dw2-ref-missing-frame-func.c (.debug_aranges): New.
7023
f17d9474
YQ
70242017-12-08 Yao Qi <yao.qi@linaro.org>
7025
7026 * gdb.arch/aarch64-tagged-pointer.c (main): Update.
7027 * gdb.arch/aarch64-tagged-pointer.exp: Add tests for watchpoint.
7028
a0de8c21
YQ
70292017-12-08 Yao Qi <yao.qi@linaro.org>
7030
7031 * gdb.arch/aarch64-tagged-pointer.c (main): Update.
7032 * gdb.arch/aarch64-tagged-pointer.exp: Add test for breakpoint.
7033
a738ea1d
YQ
70342017-12-08 Yao Qi <yao.qi@linaro.org>
7035
7036 * gdb.arch/aarch64-tagged-pointer.c: New file.
7037 * gdb.arch/aarch64-tagged-pointer.exp: New file.
7038
1cd9a73b
SDJ
70392017-12-08 Sergio Durigan Junior <sergiodj@redhat.com>
7040
7041 * gdb.arch/i386-sse-stack-align.exp: Cast "print" function call
7042 "int".
7043
fa6eb693
KS
70442017-12-07 Keith Seitz <keiths@redhat.com>
7045
7046 PR breakpoints/22569
7047 * gdb.linespec/ls-errs.exp: Change expected result of "break
7048 -source this file has spaces.c -line 3".
7049 Check that an explicit source file followed by whitespace is
7050 identified as an invalid explicit location.
7051
883fd55a
KS
70522017-12-07 Keith Seitz <keiths@redhat.com>
7053
7054 * gdb.cp/nested-types.cc: New file.
7055 * gdb.cp/nested-types.exp: New file.
7056 * lib/cp-support.exp: Load data-structures.exp library.
7057 (debug_cp_test_ptype_class): New global.
7058 (cp_ptype_class_verbose, next_line): New procedures.
7059 (cp_test_ptype_class): Add and document new parameter `recursive_qid'.
7060 Add and document new return value.
7061 Switch the list of lines to a queue.
7062 Add support for new `type' key for nested type definitions.
7063 Add debugging/troubleshooting messages.
7064 * lib/data-structures.exp: New file.
7065
ec72db3e
SM
70662017-12-07 Simon Marchi <simon.marchi@ericsson.com>
7067
7068 * gdb.python/py-breakpoint.exp (test_bkpt_explicit_loc): Define
7069 with proc_with_prefix, don't use with_test_prefix.
7070
99598d71
TT
70712017-12-07 Tom Tromey <tom@tromey.com>
7072
7073 * gdb.base/break.exp: Add test for empty "commands".
7074
a8806230
YQ
70752017-12-07 Yao Qi <yao.qi@linaro.org>
7076
7077 * gdb.trace/ftrace.exp (run_trace_experiment): Set breakpoint on
7078 malloc and catch syscall.
7079
824cc835
PM
70802017-12-07 Phil Muldoon <pmuldoon@redhat.com>
7081
e79be6e5 7082 * gdb.python/py-breakpoint.exp (test_bkpt_explicit_loc): Add new
824cc835
PM
7083 tests for explicit locations.
7084
7cc244de
PA
70852017-12-06 Pedro Alves <palves@redhat.com>
7086
7087 * gdb.arch/i386-avx.exp: If testing with a RSP target, check
7088 force-disabling XML descriptions.
7089
50a1fdd5
PA
70902017-12-04 Pedro Alves <palves@redhat.com>
7091
7092 PR gdb/22499
7093 * gdb.arch/amd64-disp-step-avx.S: New file.
7094 * gdb.arch/amd64-disp-step-avx.exp: New file.
7095
f0fb2488
PA
70962017-12-03 Pedro Alves <palves@redhat.com>
7097
7098 * gdb.threads/process-dies-while-detaching.c: Include <errno.h>
7099 and <string.h>.
7100 (parent_function): Print distinct messages when waitpid fails, or
7101 the child exits with a signal, or the child exits for an unhandled
7102 reason.
7103 * gdb.threads/process-dies-while-detaching.exp
7104 (detach_and_expect_exit): New 'inf_output_re' parameter and use
7105 it. Wait for both inferior output and GDB's prompt. Use an
7106 indirect spawn id list.
7107 (do_detach): New parameter 'child_exit'. Use it to compute
7108 expected inferior output.
7109 (test_detach, test_detach_watch, test_detach_killed_outside):
7110 Adjust to pass down the expected child exit kind.
7111
97cbe998
SDJ
71122017-12-01 Joel Brobecker <brobecker@adacore.com>
7113 Sergio Durigan Junior <sergiodj@redhat.com>
7114 Pedro Alves <palves@redhat.com>
7115
7116 * gdb.base/readnever.c, gdb.base/readnever.exp: New files.
7117
40fc416f
SDJ
71182017-12-01 Sergio Durigan Junior <sergiodj@redhat.com>
7119
7120 * gdb.base/relocate.exp: Add tests to guarantee that arguments
7121 to 'symbol-file' and 'add-symbol-file' can be
7122 position-independent.
7123
1cc75e92
YQ
71242017-12-01 Yao Qi <yao.qi@linaro.org>
7125
7126 * gdb.arch/aarch64-atomic-inst.exp: Replace mail address with
7127 the URL in copyright header.
7128 * gdb.arch/aarch64-fp.exp: Likewise.
7129 * gdb.arch/ppc64-atomic-inst.exp: Likewise.
7130 * gdb.arch/ppc64-isa207-atomic-inst.exp: Likewise.
7131 * gdb.base/expand-psymtabs.exp: Likewise.
7132 * gdb.cp/expand-psymtabs-cxx.exp: Likewise.
7133 * gdb.fortran/common-block.exp: Likewise.
7134 * gdb.fortran/common-block.f90: Likewise.
7135 * gdb.fortran/logical.exp: Likewise.
7136 * gdb.fortran/vla-datatypes.f90: Likewise.
7137 * gdb.fortran/vla-sub.f90: Likewise.
7138
875fb7a7
JB
71392017-11-30 Joel Brobecker <brobecker@adacore.com>
7140
7141 * gdb.ada/repeat_dyn: New testcase.
7142
6f14765f
UW
71432017-11-30 Ulrich Weigand <uweigand@de.ibm.com>
7144
7145 * gdb.cell/gcore.exp: Fix typo when setting spu_bin.
7146 Update for changed thread numbering.
7147 * gdb.cell/bt.exp: Update for changed GDB output.
7148
f1af7b94
SM
71492017-11-30 Simon Marchi <simon.marchi@ericsson.com>
7150
7151 * boards/cc-with-tweaks.exp: Include local-board.exp instead of
7152 setting isremote by hand.
7153 * boards/dwarf4-gdb-index.exp: Likewise.
7154 * boards/fission.exp: Likewise.
7155 * boards/stabs.exp: Likewise.
7156
e3919f3e
PA
71572017-11-30 Pedro Alves <palves@redhat.com>
7158
7159 * gdb.linespec/cpls-ops.exp
7160 (check_explicit_skips_function_argument): Extract the underlying
7161 type of size_t instead of hardcoding it.
7162
bd69330d
PA
71632017-11-29 Pedro Alves <palves@redhat.com>
7164
7165 PR c++/19436
7166 * gdb.linespec/cpls-abi-tag.cc: New file.
7167 * gdb.linespec/cpls-abi-tag.exp: New file.
7168
a20714ff
PA
71692017-11-29 Pedro Alves <palves@redhat.com>
7170
7171 * gdb.base/langs.exp: Use -qualified.
7172 * gdb.cp/meth-typedefs.exp: Use -qualified, and add tests without
7173 it.
7174 * gdb.cp/namespace.exp: Use -qualified.
7175 * gdb.linespec/cpcompletion.exp (overload-2, fqn, fqn-2)
7176 (overload-3, template-overload, template-ret-type, const-overload)
7177 (const-overload-quoted, anon-ns, ambiguous-prefix): New
7178 procedures.
7179 (test_driver): Call them.
7180 * gdb.cp/save-bp-qualified.cc: New.
7181 * gdb.cp/save-bp-qualified.exp: New.
7182 * gdb.linespec/explicit.exp: Test -qualified.
7183 * lib/completion-support.exp (completion::explicit_opts_list): Add
7184 "-qualified".
7185 * lib/gdb.exp (gdb_breakpoint): Handle "qualified".
7186
f6f1d339
PM
71872017-11-29 Phil Muldoon <pmuldoon@redhat.com>
7188
7189 * gdb.python/py-rbreak.exp: Set nosharedlibrary before tests.
7190
02ca603a
TT
71912017-11-29 Tom Tromey <tom@tromey.com>
7192
7193 * gdb.base/relocate.exp: Update invalid argument test.
7194 Add new tests for invalid arguments.
7195
ed6c0bfb
TP
71962017-11-29 Thomas Preud'homme <thomas.preudhomme@arm.com>
7197
7198 * gdb.cp/psymtab-parameter.cc (func): Change return type back to long.
7199 Return 0 as a long.
7200 * gdb.cp/psymtab-parameter.exp: Change func's return type back to long.
7201
f106e10e
TP
72022017-11-29 Thomas Preud'homme <thomas.preudhomme@arm.com>
7203
7204 * gdb.cp/breakpoint.cc (bar): Set return type to void.
7205 * gdb.cp/psymtab-parameter.cc (func): Likewise.
7206 * gdb.cp/psymtab-parameter.exp: Update comment regarding prototype of
7207 func ().
7208 * gdb.cp/shadow.cc (B.func): Return 0.
7209
10329bb2
JB
72102017-11-27 Joel Brobecker <brobecker@adacore.com>
7211
7212 * gdb.ada/mi_catch_ex.exp (continue_to_exception): Adjust
7213 expected output in gdb_expect call to allow the exception
7214 message to be present as well. Fix syntax confusion to avoid
7215 TCL thinking that exception_name is an array.
7216
617cd4bc
UW
72172017-11-26 Ulrich Weigand <uweigand@de.ibm.com>
7218
7219 * gdb.arch/spu-info.c: Include <unistd.h>.
7220 (do_signal_test): Fix broken calls to write.
7221 * gdb.arch/spu-info.exp: Use prepare_for_testing.
7222 Fix checks for empty mailboxes. Update signal tests for corrected
7223 do_signal_test routine. Allow nonzero event status.
58f7f0bf
UW
7224 * gdb.arch/spu-ls.exp: Use prepare_for_testing.
7225 * gdb.cell/arch.exp: Use standard_output_file.
7226 * gdb.cell/break.exp: Likewise.
7227 * gdb.cell/bt.exp: Likewise.
7228 * gdb.cell/core.exp: Likewise.
7229 * gdb.cell/dwarfaddr.exp: Likewise.
7230 * gdb.cell/ea-cache.exp: Likewise.
7231 * gdb.cell/ea-standalone.exp: Likewise.
7232 * gdb.cell/f-regs.exp: Likewise.
7233 * gdb.cell/fork.exp: Likewise.
7234 * gdb.cell/gcore.exp: Likewise.
7235 * gdb.cell/mem-access.exp: Likewise.
7236 * gdb.cell/ptype.exp: Likewise.
7237 * gdb.cell/registers.exp: Likewise.
7238 * gdb.cell/sizeof.exp: Likewise.
7239 * gdb.cell/solib-symbol.exp: Likewise.
7240 * gdb.cell/solib.exp: Likewise.
617cd4bc 7241
a81aaca0
PA
72422017-11-25 Pedro Alves <palves@redhat.com>
7243
7244 * gdb.base/complete-empty.exp: New file.
7245 * gdb.base/completion.exp: Adjust.
7246
6a3c6ee4
PA
72472017-11-25 Pedro Alves <palves@redhat.com>
7248
7249 * gdb.linespec/cpls-ops.cc: New file.
7250 * gdb.linespec/cpls-ops.exp: New file.
7251 * lib/completion-support.exp (test_complete_prefix_range_re): New,
7252 factored out from ...
7253 (test_complete_prefix_range): ... this.
7254
8955eb2d
PA
72552017-11-24 Pedro Alves <palves@redhat.com>
7256
7257 * gdb.linespec/cpcompletion.exp: New file.
7258 * gdb.linespec/cpls-hyphen.cc: New file.
7259 * gdb.linespec/cpls.cc: New file.
7260 * gdb.linespec/cpls2.cc: New file.
7261 * gdb.linespec/explicit.exp: Load completion-support.exp. Adjust
7262 test to use test_gdb_complete_unique. Add label completion,
7263 keyword completion and explicit location completion tests.
7264 * lib/completion-support.exp: New file.
7265
e547c119
JB
72662017-11-24 Joel Brobecker <brobecker@adacore.com>
7267
7268 * gdb.ada/catch_ex.exp, gdb.ada/mi_catch_ex.exp,
7269 gdb.ada/mi_ex_cond.exp: Accept optional exception message in
7270 when hitting an exception catchpoint.
7271
7c3c1aa8
YQ
72722017-11-22 Yao Qi <yao.qi@linaro.org>
7273
7274 * gdb.base/macscp.exp: Append -g3 to additional_flags for clang.
7275
41bd68f5
SM
72762017-11-22 Simon Marchi <simon.marchi@ericsson.com>
7277
7278 * gdb.opt/inline-locals.exp: Mark tests as KFAIL.
7279 * gdb.dwarf2/info-locals-optimized-out.exp: New file.
7280 * gdb.dwarf2/info-locals-optimized-out.c: New file.
7281
1daad298
YQ
72822017-11-22 Yao Qi <yao.qi@linaro.org>
7283
7284 * gdb.base/info-os.exp: Pass pthreads.
7285 * gdb.multi/multi-attach.exp: Likewise.
7286
88465e87
YQ
72872017-11-22 Yao Qi <yao.qi@linaro.org>
7288
7289 * gdb.dwarf2/pr10770.exp: Remove code skipping non-gcc
7290 compiler.
7291
dc196b23
YQ
72922017-11-22 Yao Qi <yao.qi@linaro.org>
7293
7294 * gdb.base/attach-pie-noexec.exp: Pass "-pie" in ldflags.
7295 * gdb.base/break-interp.exp: Likewise.
7296 * gdb.base/jit-attach-pie.exp: Likewise.
7297
2400729e
UW
72982017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
7299
7300 * gdb.base/float128.c (large128): New variable.
7301 * gdb.base/float128.exp: Add test to print largest __float128 value.
7302
7a26362d
UW
73032017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
7304
7305 * gdb.arch/vsx-regs.exp: Update register content checks.
7306
ed0f4273
UW
73072017-11-21 Ulrich Weigand <uweigand@de.ibm.com>
7308
7309 * gdb.arch/ppc-longdouble.exp: New file.
7310 * gdb.arch/ppc-longdouble.c: Likewise.
7311
a25d69c6
PA
73122017-11-21 Pedro Alves <palves@redhat.com>
7313
7314 * gdb.ada/minsyms.exp: Accept any address for 'some_minsym'.
7315
73fcf641
PA
73162017-11-20 Pedro Alves <palves@redhat.com>
7317
7318 * gdb.base/whatis-ptype-typedefs.c (double_typedef)
7319 (long_double_typedef): New typedefs.
7320 Use DEF on double and long double.
7321 * gdb.base/whatis-ptype-typedefs.exp: Add double and long double
7322 cases.
7323 (run_tests): New 'float_ptr_same_size', 'double_ptr_same_size',
7324 and 'long_double_ptr_same_size' locals. Use them to decide
7325 whether cast from array/function to float is valid/invalid.
7326
71a3c369
TT
73272017-11-17 Tom Tromey <tom@tromey.com>
7328
7329 * gdb.rust/traits.rs: New file.
7330 * gdb.rust/traits.exp: New file.
7331
ced9779b
JB
73322017-11-17 Joel Brobecker <brobecker@adacore.com>
7333
7334 * gdb.ada/minsyms: New testcase.
7335
a0922d80
PA
73362017-11-16 Pedro Alves <palves@redhat.com>
7337
7338 * gdb.base/bp-cmds-continue-ctrl-c.c: New file.
7339 * gdb.base/bp-cmds-continue-ctrl-c.exp: New file.
7340
ea04e54c
PA
73412017-11-16 Pedro Alves <palves@redhat.com>
7342
7343 * gdb.rust/modules.exp: Skip tests that rely on inferior I/O if
7344 gdb,noinferiorio is set, and use gdb_test_stdio otherwise.
7345
e849ea89
PA
73462017-11-16 Pedro Alves <palves@redhat.com>
7347
7348 * gdb.server/reconnect-ctrl-c.c: New file.
7349 * gdb.server/reconnect-ctrl-c.exp: New file.
7350
d8ae99a7
PM
73512017-11-16 Phil Muldoon <pmuldoon@redhat.com>
7352
7353 * gdb.python/py-rbreak.exp: New file.
7354 * gdb.python/py-rbreak.c: New file.
7355 * gdb.python/py-rbreak-func2.c: New file.
7356
968a13f8
PA
73572017-11-16 Pedro Alves <palves@redhat.com>
7358
7359 * gdb.base/starti.exp ("continue" test): Remove ".*"s from
7360 pattern.
7361 * lib/gdb.exp (gdb_test_sequence): Don't send empty command to
7362 GDB.
7363
71774bc9
SM
73642017-11-15 Simon Marchi <simon.marchi@ericsson.com>
7365
7366 * gdb.tui/completionn.exp (test_tab_completion): Add space in
7367 regex.
7368
ddbb44cf
SM
73692017-11-13 Simon Marchi <simon.marchi@polymtl.ca>
7370
7371 * gdb.opt/inline-locals.exp: Remove trailing parentheses from
7372 test names.
7373
584a564f
PA
73742017-11-09 Pedro Alves <palves@redhat.com>
7375
7376 * gdb.tui/tui-completion.exp (test_tab_completion): New procedure,
7377 factored out from ...
7378 (top level): ... here, and adjusted to avoid expecting beyond the
7379 prompt in a single gdb_test_multiple.
7380
5ed7a928
PA
73812017-11-09 Pedro Alves <palves@redhat.com>
7382
7383 * gdb.multi/multi-attach.exp ("kill" test): Match the whole query
7384 output.
7385 * gdb.server/ext-attach.exp ("kill" test): Likewise.
7386 * gdb.server/ext-restart.exp ("kill" test): Likewise.
7387 * gdb.server/ext-run.exp ("kill" test): Likewise.
7388 * gdb.server/ext-wrapper.exp ("kill" test): Likewise.
7389
a60e0738
PA
73902017-11-09 Pedro Alves <palves@redhat.com>
7391
7392 * gdb.cp/cpcompletion.exp (test_class_complete): Tighten regex to
7393 match till end of line.
7394
2c88253f
PA
73952017-11-09 Pedro Alves <palves@redhat.com>
7396
7397 * gdb.base/memattr.exp: Tighten regexes to match the end line.
7398
c7a38517
PA
73992017-11-09 Pedro Alves <palves@redhat.com>
7400
7401 * gdb.base/completion.exp (ignore_and_resync, test_tab_complete):
7402 New procedures, factored out from ...
7403 (top level): ... here, and adjusted to avoid expecting beyond the
7404 prompt in one go.
7405
f29f4b6b
PA
74062017-11-09 Pedro Alves <palves@redhat.com>
7407
7408 * gdb.asm/asm-source.exp ("kill" test): Match the whole query
7409 output. Fix '?' match.
7410
286acbb5
JB
74112017-11-08 Joel Brobecker <brobecker@adacore.com>
7412
7413 * gdb.ada/scoped_watch: New testcase.
7414 * gdb.ada/watch_arg.exp: Adjust expected behavior to the behavior
7415 which is actually correct.
7416 * gdb.ada/mi_interface.exp: Add missing thread-id in expected varobj.
7417 * gdb.ada/mi_var_array.exp: Add missing thread-id in expected varobj.
7418
62d7ae92
PA
74192017-11-08 Pedro Alves <palves@redhat.com>
7420
7421 * gdb.gdb/complaints.exp (test_initial_complaints)
7422 (test_serial_complaints, test_short_complaints): Call
7423 complaint_internal instead of complaint.
7424
280ca31f
DT
74252017-11-08 Djordje Todorovic <djordje.todorovic@rt-rk.com>
7426
7427 * gdb.threads/tls-core.c: New file.
7428 * gdb.threads/tls-core.exp: Likewise.
7429
b5ec771e
PA
74302017-11-08 Pedro Alves <palves@redhat.com>
7431
7432 * gdb.ada/complete.exp (p <Exported_Capitalized>): New test.
7433 (p Exported_Capitalized): New test.
7434 (p exported_capitalized): New test.
7435
a02b41a7
PA
74362017-11-07 Pedro Alves <palves@redhat.com>
7437
7438 * gdb.cp/ena-dis-br-range.exp: Add more tests.
7439
95e95a6d
PA
74402017-11-07 Pedro Alves <palves@redhat.com>
7441
7442 * gdb.base/ena-dis-br.exp (test_ena_dis_br): Adjust test.
7443 * gdb.cp/ena-dis-br-range.exp: Adjust tests.
7444 (disable_invalid, disable_inverted, disable_negative): New
7445 procedures.
7446 ("bad numbers"): New set of tests.
7447
cee62dbd
PA
74482017-11-07 Pedro Alves <palves@redhat.com>
7449
7450 * gdb.cp/ena-dis-br-range.exp: Add tests.
7451
cc638e86
PA
74522017-11-07 Pedro Alves <palves@redhat.com>
7453
7454 * gdb.base/ena-dis-br.exp: Don't expect "warning:".
7455
d0fe4701
XR
74562017-11-07 Xavier Roirand <roirand@adacore.com>
7457 Pedro Alves <palves@redhat.com>
7458
7459 * gdb.base/ena-dis-br.exp: Add reference to
7460 gdb.cp/ena-dis-br-range.exp.
7461 * gdb.cp/ena-dis-br-range.exp: New file.
7462 * gdb.cp/ena-dis-br-range.cc: New file.
7463
46f67f80
PA
74642017-11-06 Pedro Alves <palves@redhat.com>
7465
7466 * gdb.base/attach-non-pgrp-leader.c: New.
7467 * gdb.base/attach-non-pgrp-leader.exp: New.
7468
726e1356
PA
74692017-11-06 Pedro Alves <palves@redhat.com>
7470
7471 * configure.ac: No longer check for termio.h and sgtty.h.
7472 * configure: Regenerate.
7473 * remote-utils.c: Include termios.h instead of gdb_termios.h.
7474 (remote_open): Check HAVE_TERMIOS_H instead of HAVE_TERMIOS.
7475 Remove termio and sgtty code.
7476
50ab6ace
YQ
74772017-11-03 Yao Qi <yao.qi@linaro.org>
7478
7479 * gdb.mi/list-thread-groups-available.exp: Skip it if XML parsing
7480 in GDB is disabled.
7481
8e68731c
YQ
74822017-11-03 Yao Qi <yao.qi@linaro.org>
7483
7484 * gdb.python/py-thrhandle.exp: Skip it if python is not
7485 enabled.
7486
3a87ae65
SM
74872017-10-31 Simon Marchi <simon.marchi@polymtl.ca>
7488
7489 * gdb.mi/mi-break.exp (test_breakpoint_commands): Test backtrace
7490 as a breakpoint command.
7491
484d8d36
MD
74922017-10-28 Maksim Dzabraev <dzabraew@gmail.com>
7493
7494 PR python/21213
7495 * gdb.python/py-infthread.exp: Test calling
7496 InferiorThread.inferior () multiple times in a row.
7497
4a27f119
KS
74982017-10-27 Keith Seitz <keiths@redhat.com>
7499
7500 * gdb.opt/inline-break.exp (break_info_1): New procedure.
7501 Test "info break" for every inlined function breakpoint.
7502
bb11dd58
YQ
75032017-10-27 Yao Qi <yao.qi@linaro.org>
7504
7505 * gdb.arch/insn-reloc.c (can_relocate_bl): Mark "x30" clobbered.
7506
a43f3893
PF
75072017-10-26 Patrick Frants <osscontribute@gmail.com>
7508
7509 * gdb.cp/classes.exp (test_static_members): Test printing
7510 Outer::instance.
7511 * gdb.cp/classes.c (struct Inner, struct Outer): New.
7512 (Inner::instance, Outer::instance): New.
7513
792ccf00
PA
75142017-10-24 Pedro Alves <palves@redhat.com>
7515
7516 * gdb.base/new-ui.exp (do_test): Split "delete all breakpoints on
7517 extra console" test in two stages.
7518
eb2bfbad
PA
75192017-10-24 Pedro Alves <palves@redhat.com>
7520
7521 * gdb.threads/attach-into-signal.exp (corefunc): Reindent.
7522
1f75a651
PA
75232017-10-24 Pedro Alves <palves@redhat.com>
7524
7525 * gdb.threads/attach-into-signal.exp: Remove whole "stoppedtry"
7526 loop.
7527
779990d9
PA
75282017-10-24 Pedro Alves <palves@redhat.com>
7529
7530 * gdb.threads/attach-into-signal.exp (corefunc): Remove "attach
7531 $attempt" and "stoppedtry $stoppedtry" test prefixes.
7532
ad9b8f5d
PA
75332017-10-24 Pedro Alves <palves@redhat.com>
7534
7535 * lib/gdb-python.exp (get_python_valueof): Add 'test' optional
7536 parameter and handle it. Don't output read value in test name.
7537
fee6da6e
PA
75382017-10-24 Pedro Alves <palves@redhat.com>
7539
7540 * gdb.gdb/unittest.exp ('maintenance check xml-descriptions'): Use
7541 custom test name.
7542
10389c2c
PA
75432017-10-24 Pedro Alves <palves@redhat.com>
7544
7545 * gdb.base/startup-with-shell.exp ('touch $unique_file'): Don't
7546 include the unstable output directory name in the test's name.
7547 (initial_setup_simple) <'set args'>: Use custom test name.
7548
a80e65a9
PA
75492017-10-24 Pedro Alves <palves@redhat.com>
7550
7551 * gdb.arch/arc-tdesc-cpu.exp ('set tdesc filename'): Use gdb_test
7552 with explicit test name.
7553
15763a09
PA
75542017-10-20 Pedro Alves <palves@redhat.com>
7555
7556 * gdb.base/quit.exp: Use gdb_test_multiple and expect 'eof' before
7557 'wait -i'. Use gdb_assert and remote_close.
7558
49a4ce2e
AB
75592017-10-19 Andrew Burgess <andrew.burgess@embecosm.com>
7560
7561 * gdb.linespec/ls-errs.exp (do_test): Update comment, use line
7562 number from variable rather than hard-coded.
7563
a75868f5
PA
75642017-10-19 Pedro Alves <palves@redhat.com>
7565
7566 * gdb.base/long-inferior-output.c: New file.
7567 * gdb.base/long-inferior-output.exp: New file.
7568
c8ba13ad
KS
75692017-11-18 Keith Seitz <keiths@redhat.com>
7570
7571 * gdb.cp/cpexprs.cc (base) <operator fluff const* const*>: New
7572 method.
7573 (main): Call it.
7574 * gdb.cp/cpexprs.exp: Add new conversion operator to test matrix.
7575 Add additional user-defined conversion operator tests.
7576
b27de576
PA
75772017-10-17 Pedro Alves <palves@redhat.com>
7578
7579 * boards/native-stdio-gdbserver.exp: Load "local-board".
7580
8484c955
PA
75812017-10-17 Pedro Alves <palves@redhat.com>
7582
7583 * gdb.base/quit-live.c: New file.
7584 * gdb.base/quit-live.exp: New file.
7585
83d5a34d
KS
75862017-10-16 Keith Seitz <keiths@redhat.com>
7587
7588 * gdb.cp/classes.cc (class_with_typedefs, class_with_public_typedef)
7589 (class_with_protected_typedef, class_with_private_typedef)
7590 (struct_with_public_typedef, struct_with_protected_typedef)
7591 (struct_with_private_typedef): New classes/structs.
7592 * gdb.cp/classes.exp (test_ptype_class_objects): Add tests for
7593 typedefs and access specifiers.
7594
739b3f1d
PA
75952017-10-16 Pedro Alves <palves@redhat.com>
7596 Simon Marchi <simon.marchi@polymtl.ca>
7597
7598 * README (Local vs Remote vs Native): New section.
7599 * boards/local-board.exp: New file, with bits factored out from
7600 ...
7601 * boards/native-extended-gdbserver.exp: ... here. Load
7602 "local-board".
7603 * boards/native-gdbserver.exp: Load "local-board".
7604 (${board}_spawn, ${board}_exec): Delete.
7605 * boards/native-stdio-gdbserver.exp: Most contents factored out to
7606 ...
7607 * boards/stdio-gdbserver-base.exp: ... this new file.
7608 * boards/native-stdio-gdbserver.exp: Reimplement, by loading
7609 "stdio-gdbserver-base" and defining a get_target_remote_pipe_cmd
7610 procedure.
7611 * boards/remote-stdio-gdbserver.exp: Load stdio-gdbserver-base
7612 instead of native-stdio-gdbserver. Don't set gdb_server_prog nor
7613 stdio_gdbserver_command.
7614 (${board}_get_remote_address, ${board}_get_comm_port)
7615 (${board}_download, ${board}_upload): Delete.
7616 (get_target_remote_pipe_cmd): New.
7617
fe68b953
SM
76182017-10-16 Simon Marchi <simon.marchi@ericsson.com>
7619
7620 * gdb.python/py-breakpoint.exp (test_bkpt_basic,
7621 test_bkpt_deletion, test_bkpt_cond_and_cmds,
7622 test_bkpt_invisible, test_watchpoints, test_bkpt_internal,
7623 test_bkpt_eval_funcs, test_bkpt_temporary, test_bkpt_address,
7624 test_bkpt_pending, test_bkpt_events): Use proc_with_prefix,
7625 remove with_test_prefix.
7626
300b6685
PA
76272017-10-13 Pedro Alves <palves@redhat.com>
7628
7629 * lib/gdb.exp (target_can_use_run_cmd): New procedure.
7630 * gdb.base/annota1.exp: Use it instead of is_remote.
7631 * gdb.base/annota3.exp: Use it instead of is_remote.
7632 * gdb.cp/annota2.exp: Use it instead of is_remote.
7633 * gdb.cp/annota3.exp: Use it instead of is_remote.
7634 * gdb.multi/bkpt-multi-exec.exp: Use it instead of is_remote.
7635
50500caf
PA
76362017-10-13 Pedro Alves <palves@redhat.com>
7637
7638 * gdb.base/testenv.exp: Check use_gdb_stub instead of is_remote.
7639 (test_num_test_vars, run_and_count_vars, find_env)
7640 (test_set_unset_env, test_inherit_env_var): New procedures.
7641 (top level): Use them.
7642
dad0c6d2
PA
76432017-10-13 Pedro Alves <palves@redhat.com>
7644
7645 * lib/selftest-support.exp (selftest_setup): Extend comments, and
7646 also skip on stub-like targets.
7647
8b0553c1
PA
76482017-10-13 Pedro Alves <palves@redhat.com>
7649
7650 PR gdb/22293
7651 * gdb.base/find-unmapped.exp: Don't skip if is_remote target.
7652 (top level): Move some tests to ...
7653 (test_not_found): ... this new procedure.
7654 (top level): Call it.
7655
7594f623
PA
76562017-10-13 Pedro Alves <palves@redhat.com>
7657
7658 * gdb.base/term.exp: Don't skip if is_remote target. Instead,
7659 expect different "info terminal" output if testing with a
7660 non-native target.
7661
ebe3b402
PA
76622017-10-13 Pedro Alves <palves@redhat.com>
7663 Simon Marchi <simon.marchi@polymtl.ca>
7664
7665 PR python/12966
7666 * gdb.python/py-evthreads.exp: Remove is_remote target kfail.
7667
42f1b161
PA
76682017-10-13 Pedro Alves <palves@redhat.com>
7669
7670 * gdb.python/py-evthreads.exp: Start GDB with "set non-stop on"
7671 already.
7672
8d6ef72b
PA
76732017-10-13 Pedro Alves <palves@redhat.com>
7674
7675 * gdb.python/py-evsignal.exp: Check gdb_protocol instead of
7676 is_remote.
7677
d7bcd5b8
PA
76782017-10-13 Pedro Alves <palves@redhat.com>
7679
7680 * gdb.threads/thread_events.exp: Check gdb_protocol instead of
7681 is_remote.
7682
df479dc6
PA
76832017-10-13 Pedro Alves <palves@redhat.com>
7684
7685 * gdb.base/corefile.exp (corefile_test_run): Skip if gdb_protocol
7686 is set.
7687 (corefile_test_attach): Likewise. Check can_spawn_for_attach
7688 instead of is_remote.
7689
23fb630a
PA
76902017-10-13 Pedro Alves <palves@redhat.com>
7691
7692 * gdb.base/remote.exp: Check gdb_protocol instead of is_remote.
7693 (top level): Add comment.
7694
cc77b1dc
PA
76952017-10-13 Pedro Alves <palves@redhat.com>
7696
7697 * gdb.base/remote.exp (top level): Fix comment typo and add
7698 missing return.
7699
27c9e813
PA
77002017-10-13 Pedro Alves <palves@redhat.com>
7701 Simon Marchi <simon.marchi@polymtl.ca>
7702
7703 * gdb.base/solib-nodir.exp: Split is_remote and skip_shlib_tests
7704 calls and add comments. Skip test if use_gdb_stub is set.
7705 (top level): Use "set cwd" command instead of "cd" command.
7706
5e830d98
PA
77072017-10-13 Pedro Alves <palves@redhat.com>
7708
7709 * gdb.base/shlib-call.exp (top level): Use gdb_run_cmd and remove
7710 is_remote target check.
7711
f5ca0032
PA
77122017-10-13 Pedro Alves <palves@redhat.com>
7713
7714 * gdb.base/scope.exp: Use build_executable + clean_restart +
7715 gdb_file_cmd instead of prepare_for_testing and no longer skip
7716 "before run" tests on is_remote target boards. Update comments.
7717 * boards/native-extended-gdbserver.exp
7718 (extended_gdbserver_load_last_file): New, factored out from ...
7719 (gdb_load): ... this. Move further below and add comment.
7720 (extended_gdbserver_gdb_file_cmd, gdb_file_cmd, gdb_reload): New.
7721
8aed1c0d
PA
77222017-10-12 Pedro Alves <palves@redhat.com>
7723
7724 * gdb.base/attach.exp: Remove references to gdb64.
7725 * gdb.base/dbx.exp: Remove references to gdb64.
7726
cfa34c87
SM
77272017-10-12 Simon Marchi <simon.marchi@polymtl.ca>
7728 Pedro Alves <palves@redhat.com>
7729
7730 * gdb.base/label.exp: Remove is_remote target check.
7731
9192b7de
PA
77322017-10-12 Pedro Alves <palves@redhat.com>
7733
7734 * gdb.base/auvx.exp (coredir): Update comment.
7735 (top level) <core_works>: Use "set cwd" command instead of "cd"
7736 command.
7737
6bf0052d
PA
77382017-10-12 Pedro Alves <palves@redhat.com>
7739 Simon Marchi <simon.marchi@polymtl.ca>
7740
7741 * gdb.base/catch-fork-static.exp: No longer skip on is_remote
7742 target boards.
7743
e48ef82d
PA
77442017-10-12 Pedro Alves <palves@redhat.com>
7745 Simon Marchi <simon.marchi@polymtl.ca>
7746
7747 * gdb.base/checkpoint.exp: Don't check is_remote or isnative.
7748 Instead skip if there's any gdb_protocol set.
7749
8d7aea57
SM
77502017-10-12 Simon Marchi <simon.marchi@polymtl.ca>
7751 Pedro Alves <palves@redhat.com>
7752
7753 * gdb.base/dprintf-non-stop.exp: Remove is_remote target check.
7754
30440677
PA
77552017-10-12 Pedro Alves <palves@redhat.com>
7756 Simon Marchi <simon.marchi@polymtl.ca>
7757
7758 * gdb.base/argv0-symlink.exp: kfail on remote gdbserver,
7759 instead of on dejagnu remote boards.
7760
4e04f045 77612017-10-12 Pedro Alves <palves@redhat.com>
175654b9 7762 Simon Marchi <simon.marchi@polymtl.ca>
4e04f045
PA
7763
7764 * gdb.base/inferior-died.exp: Remove is_remote and isnative
7765 checks. Use build_executable + clean_restart instead of
7766 prepare_for_testing. Pass "set non-stop on" via GDBFLAGS instead
7767 of enabling non-stop after starting gdb.
7768
871a186e
PA
77692017-10-12 Pedro Alves <palves@redhat.com>
7770
7771 * gdb.threads/non-ldr-exc-1.exp: No longer skip if is_remote target.
7772 * gdb.threads/non-ldr-exc-2.exp: Ditto.
7773 * gdb.threads/non-ldr-exc-3.exp: Ditto.
7774 * gdb.threads/non-ldr-exc-4.exp: Ditto.
7775
56d704da
AK
77762017-10-11 Anton Kolesov <Anton.Kolesov@synopsys.com>
7777
7778 * gdb.arch/arc-tdesc-cpu.exp: New file.
7779 * gdb.arch/arc-tdesc-cpu.xml: Likewise.
7780
2f20e312
SM
77812017-10-10 Simon Marchi <simon.marchi@ericsson.com>
7782
7783 * lib/gdb.exp (get_integer_valueof): Don't output read value in test name.
7784
65630365
PA
77852017-10-10 Pedro Alves <palves@redhat.com>
7786
7787 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Don't
7788 expect CLI output.
7789
bf469271
PA
77902017-10-10 Pedro Alves <palves@redhat.com>
7791
7792 * lib/selftest-support.exp (selftest_setup): Update for
7793 captured_command_loop's prototype change.
7794
777a42f1
PA
77952017-10-09 Pedro Alves <palves@redhat.com>
7796
7797 Test both arch1=>arch2 and arch2=>arch1.
7798
7799 * gdb.multi/multi-arch-exec.exp (exec1, srcfile1, binfile1, exec2)
7800 (srcfile2, binfile2, march1, march2): Remove globals. Largely
7801 factored out to...
7802 (append_arch1_options, append_arch2_options, append_arch_options)
7803 (build_executables): New procedures.
7804 (do_test): New 'first_arch' parameter. Use it to define 'from_exec'
7805 local.
7806 (top level): Add new 'first_arch' testing axis.
7807
cbd2b4e3
PA
78082017-10-09 Pedro Alves <palves@redhat.com>
7809
7810 * gdb.multi/multi-arch-exec.c: Include <pthread.h> and <assert.h>.
7811 (barrier): New.
7812 (thread_start, all_started): New functions.
7813 (main): Spawn new thread and wait until it is scheduled.
7814 * gdb.multi/multi-arch-exec.exp: Build $srcfile1 with the pthreads
7815 option.
7816 (do_test): Add 'selected_thread' parameter. Run to all_started
7817 instead of main. Explicitly set the breakpoint at main. Switch
7818 to the SELECTED_THREAD thread.
7819 (top level): Test handling the exec event with either the main
7820 thread or the second thread selected.
7821
5c9e4427
PA
78222017-10-09 Pedro Alves <palves@redhat.com>
7823
7824 * gdb.base/print-file-var-main.c: Fix get_version_2 value check
7825 logic. Move STOP marker after the value checks.
7826 * gdb.base/print-file-var.exp (continue to STOP marker): Tighten
7827 regexp.
7828
b3b7c423
SL
78292017-10-06 Sandra Loosemore <sandra@codesourcery.com>
7830
7831 * gdb.mi/mi-threads-interrupt.exp: Skip test if nointerrupts.
7832
3b4b2f16
UW
78332017-10-05 Ulrich Weigand <uweigand@de.ibm.com>
7834
7835 * gdb.base/dfp-exprs.exp: Update tests to larger range of supported
7836 integer-to-dfp conversion.
7837 * gdb.base/dfp-test.exp: Likewise.
7838
5cd63fda
PA
78392017-10-04 Pedro Alves <palves@redhat.com>
7840
7841 * gdb.multi/hangout.c: Include <unistd.h>.
7842 (hangout_loop): New function.
7843 (main): Call alarm. Call hangout_loop in a loop.
7844 * gdb.multi/hello.c: Include <unistd.h>.
7845 (hello_loop): New function.
7846 (main): Call alarm. Call hangout_loop in a loop.
7847 * gdb.multi/multi-arch.exp: Test running to a breakpoint one
7848 inferior with the other selected.
7849
4c71c105
SM
78502017-10-04 Simon Marchi <simon.marchi@ericsson.com>
7851
7852 * gdb.mi/list-thread-groups-available.exp: New file.
7853 * gdb.mi/list-thread-groups-available.c: New file.
7854
bc3b087d
SDJ
78552017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
7856
7857 * gdb.base/set-cwd.exp: Make it available on
7858 native-extended-gdbserver.
7859
d092c5a2
SDJ
78602017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
7861
7862 * gdb.base/set-cwd.c: New file.
7863 * gdb.base/set-cwd.exp: Likewise.
7864
45320ffa
TT
78652017-10-02 Tom Tromey <tom@tromey.com>
7866
7867 PR rust/22236:
7868 * gdb.rust/simple.rs (main): New variable "fslice".
7869 * gdb.rust/simple.exp: Add slice tests. Update string tests.
7870
b3e3859b
TT
78712017-10-02 Tom Tromey <tom@tromey.com>
7872
7873 * gdb.rust/simple.exp: Test ptype of a slice.
7874
01af5e0d
TT
78752017-10-02 Tom Tromey <tom@tromey.com>
7876
7877 * gdb.rust/simple.exp: Test index of slice.
7878
a9bbfbd8
TT
78792017-09-27 Tom Tromey <tom@tromey.com>
7880
7881 * gdb.base/macscp.exp: Add __VA_OPT__ tests.
7882
df8899e5
TP
78832017-09-26 Thomas Preud'homme <thomas.preudhomme@arm.com>
7884 Pedro Alves <palves@redhat.com>
7885
7886 * gdb.base/compare-sections.exp (get value of read-only section): Read
7887 as unsigned value.
7888 (corrupt read-only section): Likewise and don't set written if patching
7889 failed.
7890
757bf54b
KB
78912017-09-21 Kevin Buettner <kevinb@redhat.com>
7892
7893 * gdb.python/py-thrhandle.c, gdb.python/py-thrhandle.exp: New
7894 files.
7895
06871ae8
PA
78962017-09-20 Pedro Alves <palves@redhat.com>
7897
7898 * gdb.base/list-ambiguous.exp (test_list_ambiguous_symbol): Expect
7899 symbol names in gdb's output.
7900 * gdb.cp/overload.exp ("list all overloads"): Likewise.
7901
e5f25bc5
PA
79022017-09-20 Pedro Alves <palves@redhat.com>
7903
7904 * gdb.base/list-ambiguous.exp (test_list_ambiguous_function):
7905 Rename to ...
7906 (test_list_ambiguous_symbol): ... this and add a symbol name
7907 parameter. Adjust.
7908 (test_list_ambiguous_function): Reimplement on top of
7909 test_list_ambiguous_symbol and also test listing ambiguous
7910 variables.
7911 * gdb.base/list-ambiguous0.c (ambiguous): Rename to ...
7912 (ambiguous_fun): ... this.
7913 (ambiguous_var): New.
7914 * gdb.base/list-ambiguous1.c (ambiguous): Rename to ...
7915 (ambiguous_fun): ... this.
7916 (ambiguous_var): New.
7917
4e5a4f58
JB
79182017-09-19 John Baldwin <jhb@FreeBSD.org>
7919
7920 * gdb.base/starti.c: New file.
7921 * gdb.base/starti.exp: New file.
7922 * lib/gdb.exp (gdb_starti_cmd): New procedure.
7923
26e53f3e
PA
79242017-09-14 Pedro Alves <palves@redhat.com>
7925
7926 * gdb.base/nodebug.exp (nodebug_runto): New procedure.
7927 (top level): Use it instead of runto.
7928
cb791d59
TT
79292017-09-11 Tom Tromey <tom@tromey.com>
7930
7931 * gdb.base/ena-dis-br.exp (test_ena_dis_br): Update test.
7932
7c96f8c1
TT
79332017-09-11 Tom Tromey <tom@tromey.com>
7934
7935 * gdb.python/py-infthread.exp: Add tests for new_thread event.
7936 * gdb.python/py-inferior.exp: Add tests for new inferior events.
7937
469412dd
CW
79382017-09-08 Christoph Weinmann <christoph.t.weinmann@intel.com>
7939
7940 * gdb.fortran/printing-types.exp: New file.
7941 * gdb.fortran/printing-types.exp: New file.
7942
e0f86435
BH
79432017-09-08 Bernhard Heckel <bernhard.heckel@intel.com>
7944
7945 * gdb.fortran/vla-ptype.exp: Fix typos.
7946 * gdb.fortran/vla-value.exp: Same.
7947
9e9af4be
BH
79482017-09-08 Bernhard Heckel <bernhard.heckel@intel.com>
7949
7950 * gdb.fortran/vla-value.exp: Use type names defined in libfortran.
7951 * gdb.mi/mi-var-child-f.exp: Likewise.
7952 * gdb.mi/mi-vla-fortran.exp: Likewise.
7953
a5ad232b 79542017-09-08 Frank Penczek <frank.penczek@intel.com>
e79be6e5
SM
7955 Christoph Weinmann <christoph.t.weinmann@intel.com>
7956 Bernhard Heckel <bernhard.heckel@intel.com>
a5ad232b
FP
7957
7958 * gdb.fortran/ptr-indentation.f90: New file.
7959 * gdb.fortran/ptr-indentation.exp: New file.
7960
5aec60eb
TT
79612017-09-05 Tom Tromey <tom@tromey.com>
7962
7963 PR gdb/22010:
7964 * gdb.base/sizeof.exp (check_valueof): Cast char constant to int.
7965
8f8f8152
TP
79662017-09-06 Thomas Preud'homme <thomas.preudhomme@arm.com>
7967
7968 * gdb.arch/thumb2-it.exp: Cast call to assembly defined function.
7969
fbd1b771
JK
79702017-09-06 Jan Kratochvil <jan.kratochvil@redhat.com>
7971
7972 * gdb.threads/tls-nodebug-pie.c: New file.
7973 * gdb.threads/tls-nodebug-pie.exp: New file.
7974
5eb5f850
TT
79752017-09-05 Tom Tromey <tom@tromey.com>
7976
7977 * lib/gdb.exp (gdb_compile): Don't use universal_compile_options
7978 for rust.
7979
ae780a21
SM
79802017-09-05 Simon Marchi <simon.marchi@ericsson.com>
7981
7982 * gdb.multi/multi-arch-exec.exp: Test with different
7983 "follow-exec-mode" settings.
7984 (do_test): New procedure.
7985
3693fdb3
PA
79862017-09-04 Pedro Alves <palves@redhat.com>
7987
7988 * gdb.base/func-static.c (S::method const, S::method volatile)
7989 (S::method volatile const): New methods.
7990 (c_s, v_s, cv_s): New instances.
7991 (main): Call method() on them.
7992 * gdb.base/func-static.exp (syntax_re, cannot_resolve_re): New variables.
7993 (cannot_resolve): New procedure.
7994 (cxx_scopes_list): Test cv methods. Add print-scope-quote and
7995 print-quote-unquoted columns.
7996 (do_test): Test printing each scope too.
7997
e68cb8e0
PA
79982017-09-04 Pedro Alves <palves@redhat.com>
7999
8000 * gdb.base/local-static.exp: Also test with
8001 class::method::variable wholly quoted.
8002 * gdb.cp/m-static.exp (class::method::variable): Remove test.
8003
858be34c
PA
80042017-09-04 Pedro Alves <palves@redhat.com>
8005
8006 * gdb.base/local-static.c: New.
8007 * gdb.base/local-static.cc: New.
8008 * gdb.base/local-static.exp: New.
8009
46a4882b
PA
80102017-09-04 Pedro Alves <palves@redhat.com>
8011
8012 * gdb.asm/asm-source.exp: Add casts to int.
8013 * gdb.base/nodebug.c (dataglobal8, dataglobal32_1, dataglobal32_2)
8014 (dataglobal64_1, dataglobal64_2): New globals.
8015 * gdb.base/nodebug.exp: Test different expressions involving the
8016 new globals, with print, whatis and ptype. Add casts to int.
8017 * gdb.base/solib-display.exp: Add casts to int.
8018 * gdb.compile/compile-ifunc.exp: Expect warning. Add cast to int.
8019 * gdb.cp/m-static.exp: Add cast to int.
8020 * gdb.dwarf2/dw2-skip-prologue.exp: Add cast to int.
8021 * gdb.threads/tls-nodebug.exp: Check that gdb errors out printing
8022 tls variable with no debug info without a cast. Test with a cast
8023 to int too.
8024 * gdb.trace/entry-values.exp: Add casts.
8025
2c5a2be1
PA
80262017-09-04 Pedro Alves <palves@redhat.com>
8027
8028 * gdb.base/nodebug.exp: Test that ptype's error about functions
8029 with unknown return type includes the function name too.
8030
7022349d
PA
80312017-09-04 Pedro Alves <palves@redhat.com>
8032
8033 * gdb.base/break-main-file-remove-fail.exp (test_remove_bp): Cast
8034 return type of munmap in infcall.
8035 * gdb.base/break-probes.exp: Cast return type of foo in infcall.
8036 * gdb.base/checkpoint.exp: Simplify using for loop. Cast return
8037 type of ftell in infcall.
8038 * gdb.base/dprintf-detach.exp (dprintf_detach_test): Cast return
8039 type of getpid in infcall.
8040 * gdb.base/infcall-exec.exp: Cast return type of execlp in
8041 infcall.
8042 * gdb.base/info-os.exp: Cast return type of getpid in infcall.
8043 Bail on failure to extract the pid.
8044 * gdb.base/nodebug.c: #include <stdint.h>.
8045 (multf, multf_noproto, mult, mult_noproto, add8, add8_noproto):
8046 New functions.
8047 * gdb.base/nodebug.exp (test_call_promotion): New procedure.
8048 Change expected output of print/whatis/ptype with functions with
8049 no debug info. Test all supported languages. Call
8050 test_call_promotion.
8051 * gdb.compile/compile.exp: Adjust expected output to expect
8052 warning.
8053 * gdb.threads/siginfo-threads.exp: Likewise.
8054
54990598
PA
80552017-09-04 Pedro Alves <palves@redhat.com>
8056
8057 * gdb.base/callfuncs.exp (do_function_calls): New parameter
8058 "prototypes". Test calling float functions via prototyped and
8059 unprototyped function pointers.
8060 (perform_all_tests): New parameter "prototypes". Pass it down.
8061 (top level): Pass down "prototypes" parameter to
8062 perform_all_tests.
8063
34d16ea2
SM
80642017-09-04 Simon Marchi <simon.marchi@ericsson.com>
8065
8066 * gdb.base/commands.exp (loop_break_test, loop_continue_test):
8067 Test with nested loops.
8068
9521ecda
SM
80692017-09-04 Simon Marchi <simon.marchi@ericsson.com>
8070
8071 * gdb.base/commands.exp: Call the new procedures.
8072 (loop_break_test, loop_continue_test): New procedures.
8073
80a65e9b
SM
80742017-09-04 Simon Marchi <simon.marchi@ericsson.com>
8075
8076 * gdb.base/commands.exp: Call new procedure.
8077 (define_if_without_arg_test): New procedure.
8078
e439fa14
PA
80792017-09-04 Pedro Alves <palves@redhat.com>
8080
8081 * gdb.base/list-ambiguous.exp: New file.
8082 * gdb.base/list-ambiguous0.c: New file.
8083 * gdb.base/list-ambiguous1.c: New file.
8084 * gdb.base/list.exp (test_list_range): Adjust expected output.
8085
0a2dde4a
SDJ
80862017-08-31 Sergio Durigan Junior <sergiodj@redhat.com>
8087
8088 * gdb.base/share-env-with-gdbserver.c: New file.
8089 * gdb.base/share-env-with-gdbserver.exp: Likewise.
8090
5e89eb3a
SM
80912017-08-28 Simon Marchi <simon.marchi@ericsson.com>
8092
8093 * gdb.base/commands.exp (gdbvar_simple_if_test,
8094 gdbvar_simple_if_test, gdbvar_complex_if_while_test,
8095 progvar_simple_if_test, progvar_simple_while_test,
8096 progvar_complex_if_while_test, user_defined_command_test,
8097 user_defined_command_args_eval,
8098 user_defined_command_args_stack_test,
8099 user_defined_command_manyargs_test, bp_deleted_in_command_test,
8100 temporary_breakpoint_commands,
8101 gdb_test_no_prompt, redefine_hook_test,
8102 redefine_backtrace_test): Remove "global gdb_prompt".
8103
fd437cbc
SM
81042017-08-28 Simon Marchi <simon.marchi@ericsson.com>
8105
8106 * gdb.base/commands.exp (user_defined_command_case_sensitivity):
8107 New proc, call it from toplevel.
8108
87215ad1
SDJ
81092017-08-23 Sergio Durigan Junior <sergiodj@redhat.com>
8110
8111 PR remote/21852
8112 * gdb.server/normal.c: New file, copied from gdb.base.
8113 * gdb.server/run-without-local-binary.exp: New file.
8114
58afddc6
WP
81152017-08-07 Weimin Pan <weimin.pan@oracle.com>
8116
8117 * gdb.arch/sparc64-adi.exp: New file.
8118 * gdb.arch/sparc64-adi.c: New file.
8119
5277199a
PA
81202017-08-22 Pedro Alves <palves@redhat.com>
8121
8122 * gdb.cp/overload.exp (line_range_pattern): New procedure.
8123 (top level): Add "list all overloads" tests.
8124
14278e1f
TT
81252017-08-22 Tom Tromey <tom@tromey.com>
8126
8127 * gdb.gdb/xfullpath.exp: Remove.
8128
bf223d3e
PA
81292017-08-21 Pedro Alves <palves@redhat.com>
8130
8131 PR gdb/19487
8132 * gdb.base/symbol-alias.c: New.
8133 * gdb.base/symbol-alias2.c: New.
8134 * gdb.base/symbol-alias.exp: New.
8135
c973d0aa
PA
81362017-08-21 Pedro Alves <palves@redhat.com>
8137
8138 * gdb.base/dfp-test.c
8139 (d32_t, d64_t, d128_t, d32_t2, d64_t2, d128_t2, v_d32_t, v_d64_t)
8140 (v_d128_t, v_d32_t2, v_d64_t2, v_d128_t2): New.
8141 * gdb.base/dfp-test.exp: Add whatis/ptype/cast tests.
8142 * gdb.base/gnu_vector.exp: Add whatis/ptype/cast tests.
8143 * gdb.base/whatis-ptype-typedefs.c: New.
8144 * gdb.base/whatis-ptype-typedefs.exp: New.
8145 * gdb.python/py-prettyprint.c (int_type, int_type2): New typedefs.
8146 (an_int, an_int_type, an_int_type2): New globals.
8147 * gdb.python/py-prettyprint.exp (run_lang_tests): Add tests
8148 involving typedefs and cast expressions.
8149 * gdb.python/py-prettyprint.py (class pp_int_typedef): New.
8150 (lookup_typedefs_function): New.
8151 (typedefs_pretty_printers_dict): New.
8152 (top level): Register lookup_typedefs_function in
8153 gdb.pretty_printers.
8154
6d580b63
YQ
81552017-08-18 Yao Qi <yao.qi@linaro.org>
8156
8157 * gdb.server/unittest.exp: New.
8158
206726fb
SDJ
81592017-08-15 Sergio Durigan Junior <sergiodj@redhat.com>
8160
8161 PR gdb/21954
8162 * gdb.base/environ.exp: Add test to check if 'unset environment'
8163 works.
8164
bf0ec4c2
AA
81652017-08-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
8166
8167 * lib/gdb.exp (universal_compile_options): New caching proc.
8168 (gdb_compile): Suppress GCC's coloring of messages.
8169
d6382fff
TT
81702017-08-14 Tom Tromey <tom@tromey.com>
8171
8172 PR gdb/21675:
8173 * gdb.base/printcmds.exp (test_radices): New function.
8174 * gdb.dwarf2/var-access.exp: Use p/u, not p/d.
8175 * gdb.base/sizeof.exp (check_valueof): Use p/d.
8176 * lib/gdb.exp (get_integer_valueof): Use p/d.
8177
c2c2dd9f
SM
81782017-08-12 Simon Marchi <simon.marchi@ericsson.com>
8179
8180 * lib/gdb.exp (get_valueof): Don't capture end-of-line
8181 characters.
8182
fdffd6f4
TT
81832017-08-05 Tom Tromey <tom@tromey.com>
8184
8185 * gdb.rust/simple.exp: Allow String to appear in a different
8186 namespace.
8187
27d41eac
YQ
81882017-07-26 Yao Qi <yao.qi@linaro.org>
8189
8190 * gdb.gdb/unittest.exp: Invoke command
8191 "maintenance check xml-descriptions".
8192
031ed05d
AA
81932017-07-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
8194
8195 * gdb.arch/s390-vregs.exp: Calculate parameters to hex128 in the
8196 calling context.
8197 (hex128): Drop erroneous calculation of parameters.
8198
dcd27ddf
SM
81992017-07-22 Simon Marchi <simon.marchi@ericsson.com>
8200
8201 * gdb.python/py-unwind.exp: Disable stack protection when
8202 building test file.
8203
47e77640
PA
82042017-07-20 Pedro Alves <palves@redhat.com>
8205
8206 * gdb.base/default.exp (set language): Adjust expected output.
8207
62d2a18a
PA
82082017-07-20 Pedro Alves <palves@redhat.com>
8209
8210 * gdb.base/dmsym.c (pck__foo__bar__minsym): Rename to ...
8211 (test_minsym): ... this, and make static.
8212 (get_pck__foo__bar__minsym): Rename to ...
8213 (get_test_minsym): ... this.
8214 * gdb.base/dmsym.exp (): Remove "set language ada" call. Adjust
8215 symbol names and comments.
8216 * gdb.base/dmsym_main.c (get_pck__foo__bar__minsym): Rename to ...
8217 (get_test_minsym): ... this.
8218 (pck__foo__bar__minsym__2): Rename to ...
8219 (test_minsym): ... this.
8220 (main): Adjust.
8221
c45ec17c
PA
82222017-07-17 Pedro Alves <palves@redhat.com>
8223
8224 * gdb.base/completion.exp: Adjust expected output.
8225 * gdb.linespec/ls-errs.exp: Don't send tab characters, now that
8226 the completer works.
8227
c6756f62
PA
82282017-07-17 Pedro Alves <palves@redhat.com>
8229
8230 * gdb.linespec/ls-errs.exp (do_test): Adjust expected output.
8231
5bd68487
AB
82322017-07-15 Andrew Burgess <andrew.burgess@embecosm.com>
8233
8234 * gdb.mi/mi-vla-fortran.exp: Make test names unique.
8235
8880f2a9
TT
82362017-07-14 Tom Tromey <tom@tromey.com>
8237
8238 PR rust/21764:
8239 * gdb.rust/simple.exp: Add tests.
8240
65547233
TT
82412017-07-14 Tom Tromey <tom@tromey.com>
8242
8243 * gdb.rust/simple.exp: Add regression test for PR rust/21763.
8244
8f14146e
PA
82452017-07-14 Pedro Alves <palves@redhat.com>
8246
8247 * gdb.linespec/base/one/thefile.cc (z1): New function.
8248 * gdb.linespec/base/two/thefile.cc (z2): New function.
8249 * gdb.linespec/linespec.exp: Add tests.
8250
b4365d02
AB
82512017-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
8252
8253 * gdb.mi/mi-vla-fortran.exp: Correct even more parameter passing
8254 to mi_create_breakpoint.
8255
5d2cbaa5
AB
82562017-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
8257
8258 * gdb.mi/mi-vla-fortran.exp: Correct parameter passing to
8259 mi_create_breakpoint.
8260
11cb5716
IB
82612017-07-11 Iain Buclaw <ibuclaw@gdcproject.org>
8262
8263 * gdb.dlang/demangle.exp: Update for demangling changes.
8264
03278692
TT
82652017-07-09 Tom Tromey <tom@tromey.com>
8266
8267 * gdb.dwarf2/shortpiece.exp: New file.
8268
33c5cd75
DB
82692017-07-06 David Blaikie <dblaikie@gmail.com>
8270
8271 * gdb.dwarf2/fission-multi-cu.S: Test containing multiple CUs in a DWO,
8272 built from fissiont-multi-cu{1,2}.c.
8273 * gdb.dwarf2/fission-multi-cu.exp: Test similar to fission-base.exp,
8274 except putting 'main' and 'func' in separate CUs in the same DWO file.
8275 * gdb.dwarf2/fission-multi-cu1.c: First CU for the multi-CU-single-DWO
8276 test.
8277 * gdb.dwarf2/fission-multi-cu2.c: Second CU in the multi-CU-single-DWO
8278 test.
8279
8455d262
PA
82802017-07-06 Pedro Alves <palves@redhat.com>
8281
8282 * gdb.python/py-unwind.exp: Test flushregs.
8283
dc4bde35
SDJ
82842017-06-30 Sergio Durigan Junior <sergiodj@redhat.com>
8285
8286 PR cli/21688
8287 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): Add new
8288 tests for alias commands and trailing whitespace.
8289
51ed89aa
SDJ
82902017-06-30 Sergio Durigan Junior <sergiodj@redhat.com>
8291
8292 PR cli/21688
8293 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): New
8294 procedure. Call it.
8295
eb17d413
PA
82962017-06-29 Pedro Alves <palves@redhat.com>
8297
8298 * gdb.base/printcmds.exp: Add tests.
8299
41664b45
DG
83002017-06-28 Doug Gilmore <Doug.Gilmore@imgtec.com>
8301
8302 PR gdb/21337
8303 * gdb.base/reread-readsym.exp: New file.
8304 * gdb.base/reread-readsym.c: New file.
8305
75312ae3
KB
83062017-06-21 Kevin Buettner <kevinb@redhat.com>
8307
8308 * gdb.exp (gdb_test): Using noncapturing parens for the $pattern
8309 subpattern.
8310
66953522
PB
83112017-06-19 Peter Bergner <bergner@vnet.ibm.com>
8312
8313 * gdb.arch/powerpc-power9.exp: Update test case for new lnia
8314 extended mnemonic.
8315 * gdb.arch/powerpc-power9.s: Likewise.
8316
5524b525
AA
83172017-06-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
8318
8319 * gdb.dwarf2/var-access.exp: Use register name ecx instead of edx
8320 on 32-bit x86 targets. Exploit is_*_target macros where
8321 appropriate.
8322
03c8af18
AA
83232017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8324
8325 * gdb.dwarf2/var-access.exp: Add test for non-byte-aligned
8326 register pieces.
8327
3bf31011
AA
83282017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8329
8330 * gdb.dwarf2/var-access.exp: Add tests for accessing bit-fields
8331 located in one or more DWARF pieces.
8332
805acca0
AA
83332017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8334
8335 * lib/gdb.exp (get_endianness): New proc.
8336 * gdb.arch/aarch64-fp.exp: Use it.
8337 * gdb.arch/altivec-regs.exp: Likewise.
8338 * gdb.arch/e500-regs.exp: Likewise.
8339 * gdb.arch/vsx-regs.exp: Likewise.
8340 * gdb.base/dump.exp: Likewise.
8341 * gdb.base/funcargs.exp: Likewise.
8342 * gdb.base/gnu_vector.exp: Likewise.
8343 * gdb.dwarf2/formdata16.exp: Likewise.
8344 * gdb.dwarf2/implptrpiece.exp: Likewise.
8345 * gdb.dwarf2/nonvar-access.exp: Likewise.
8346 * gdb.python/py-inferior.exp: Likewise.
8347 * gdb.trace/unavailable-dwarf-piece.exp: Likewise.
8348
e9352324
AA
83492017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8350
8351 PR gdb/21226
8352 * gdb.dwarf2/nonvar-access.exp: Add checks for verifying that
8353 stack value pieces are taken from the LSB end.
8354
d5d1163e
AA
83552017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8356
8357 * gdb.dwarf2/var-pieces.exp: Add test case for modifying a
8358 variable at nonzero offset.
8359
0567c986
AA
83602017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8361
8362 * gdb.dwarf2/var-access.c: New file.
8363 * gdb.dwarf2/var-access.exp: New test.
8364 * lib/gdb-utils.exp (string_to_regexp): Quote braces as well.
8365
973e9aab
TT
83662017-06-12 Tom Tromey <tom@tromey.com>
8367
8368 * gdb.dwarf2/formdata16.exp: Add tests.
8369
d9109c80
TT
83702017-06-12 Tom Tromey <tom@tromey.com>
8371
8372 * gdb.arch/altivec-regs.exp: Expect decimal results for uint128.
8373
30a25466
TT
83742017-06-12 Tom Tromey <tom@tromey.com>
8375
8376 PR exp/16225:
8377 * gdb.reverse/i386-sse-reverse.exp: Update tests.
8378 * gdb.arch/vsx-regs.exp: Update tests.
8379 * gdb.arch/s390-vregs.exp (hex128): New proc.
8380 Update test.
8381 * gdb.arch/altivec-regs.exp: Update tests.
8382
aefd8b33
SDJ
83832017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
8384
8385 * gdb.base/startup-with-shell.c: New file.
8386 * gdb.base/startup-with-shell.exp: Likewise.
8387
2090129c
SDJ
83882017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
8389
8390 * gdb.server/non-existing-program.exp: Update regex in order to
8391 reflect the fact that gdbserver is now using fork_inferior (with a
8392 shell) to startup the inferior.
8393
8e86a419
SM
83942017-05-30 Simon Marchi <simon.marchi@ericsson.com>
8395
8396 * gdb.base/watch-cond-infcall.exp: Don't run if target doesn't
8397 support function calls from GDB.
8398
e6cf65f2
TT
83992017-05-21 Tom Tromey <tom@tromey.com>
8400
8401 PR rust/21466:
8402 * gdb.rust/unsized.exp: New file.
8403 * gdb.rust/unsized.rs: New file.
8404
43cc5389
TT
84052017-05-19 Tom Tromey <tom@tromey.com>
8406
8407 PR rust/21484:
8408 * gdb.rust/watch.exp: New file.
8409 * gdb.rust/watch.rs: New file.
8410
ec8df234
TT
84112017-05-18 Tom Tromey <tom@tromey.com>
8412
8413 * gdb.rust/simple.exp: Allow Box to be qualified.
8414
3e3e7fae
TP
84152017-05-18 Thomas Preud'homme <thomas.preudhomme@arm.com>
8416
8417 * gdb.base/float.exp: Expect GDB prompt for targets without FPU.
8418
59cc050d
PA
84192017-05-18 Pedro Alves <palves@redhat.com>
8420
8421 * gdb.base/fileio.c (test_write, test_read, test_close)
8422 (test_fstat): Don't print 'ret' in the fail path.
8423
c8f6abd1
PA
84242017-05-18 Pedro Alves <palves@redhat.com>
8425
8426 * gdb.base/fileio.c (stop, test_open, test_write, test_read)
8427 (test_lseek, test_close, test_stat, test_fstat, test_isatty)
8428 (test_system, test_rename, test_unlink, test_time): Change
8429 prototypes.
8430 * gdb.base/fileio.exp (stop_msg): Adjust.
8431
d2a03b77
PA
84322017-05-18 Pedro Alves <palves@redhat.com>
8433
8434 * gdb.base/fileio.c (null_str): New global.
8435 (test_stat): Use it.
8436 * gdb.base/fileio.exp: Remove nowarnings.
8437
0d5c6999
YQ
84382017-05-17 Yao Qi <yao.qi@linaro.org>
8439
8440 * gdb.base/fileio.exp: Pass nowarnings to gdb_compile.
8441
21873064
YQ
84422017-05-17 Simon Marchi <simon.marchi@ericsson.com>
8443
8444 * gdb.base/set-inferior-tty.exp (test_set_inferior_tty): Add
8445 argument command.
8446 (top-level): Invoke test_set_inferior_tty.
8447
d512d31c
PA
84482017-05-04 Pedro Alves <palves@redhat.com>
8449
8450 * gdb.python/py-record-btrace-threads.exp (check_insn_for_thread):
8451 Add parens to print call for Python 3.
8452
90cef2ed
KS
84532017-05-03 Keith Seitz <keiths@redhat.com>
8454
8455 * gdb.cp/oranking.cc (dummy): New function to grab malloc.
8456 (main): Call it.
8457
14f819c8
TW
84582017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
8459
8460 * gdb.python/py-record-btrace.exp: Rename prev_sibling and next_sibling
8461 to prev and next.
8462
913aeadd
TW
84632017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
8464
8465 * gdb.python/py-record-btrace.exp: Remove test for
8466 gdb.BtraceInstruction.error.
8467
a3be24ad
TW
84682017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
8469
8470 * gdb.python/py-record-btrace.exp: Remove Record.ptid test.
8471
ae20e79a
TW
84722017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
8473
8474 * gdb.python/py-record-btrace-threads.c: New file.
8475 * gdb.python/py-record-btrace-threads.exp: New file.
8476
45ce1b47
SDJ
84772017-04-28 Sergio Durigan Junior <sergiodj@redhat.com>
8478
8479 PR testsuite/8595
8480 * gdb.base/environ.exp: Make test available in all architectures.
8481 Move bits related to "info program" testing to
8482 gdb.base/info-program.exp. Rewrite tests to use the two new
8483 procedures mentione below.
8484 (test_set_show_env_var) New procedure.
8485 (test_set_show_env_var_equal): Likewise.
8486 * gdb.base/info-program.exp: New file.
8487
e15c3eb4
KS
84882017-04-27 Keith Seitz <keiths@redhat.com>
8489
8490 * gdb.cp/oranking.cc (test15): New function.
8491 (main): Call test15 and declare additional variables for testing.
8492 * gdb.cp/oranking.exp: Remove kfail status for "p foo4(&a)" and
8493 "p foo101('abc')" tests.
8494 Add tests for cv qualifier overloads.
8495 * gdb.cp/rvalue-ref-overloads.exp: Remove kfail status for
8496 "lvalue reference overload" test.
8497 * gdb.cp/rvalue-ref-params.exp: Remove kfail status for
8498 "print value of f1 on Child&& in f2" test.
8499
3a3fd0fd
PA
85002017-04-19 Pedro Alves <palves@redhat.com>
8501
8502 * gdb.threads/threadapply.exp (kill_and_remove_inferior): New
8503 procedure.
8504 (top level): Call it.
8505 * lib/gdb.exp (gdb_define_cmd): New procedure.
8506
53375380
PA
85072017-04-12 Pedro Alves <palves@redhat.com>
8508
8509 PR gdb/21323
8510 * gdb.cp/wide_char_types.c: Include <wchar.h>.
8511 (wchar): New global.
8512 * gdb.cp/wide_char_types.exp (wide_char_types_program)
8513 (do_test_wide_char, wide_char_types_no_program, top level): Add
8514 wchar_t testing.
8515
53e710ac
PA
85162017-04-12 Pedro Alves <palves@redhat.com>
8517
8518 PR c++/21323
8519 * gdb.cp/wide_char_types.c: New file.
8520 * gdb.cp/wide_char_types.exp: New file.
8521
0ad9d8c7
SDJ
85222017-04-05 Sergio Durigan Junior <sergiodj@redhat.com>
8523
8524 PR gdb/21352
8525 * gdb.trace/tsv.exp: Add test for "tsave -r".
8526
b1b45502
IB
85272017-03-30 Iain Buclaw <ibuclaw@gdcproject.org>
8528
8529 * gdb.dlang/watch-loc.c: New file.
8530 * gdb.dlang/watch-loc.exp: New file.
8531
ec13808e
JK
85322017-03-29 Jan Kratochvil <jan.kratochvil@redhat.com>
8533
8534 * gdb.python/py-section-script.exp (sepdebug): New testcases.
8535
fe5f7374
AK
85362017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
8537
8538 * gdb.arch/arc-analyze-prologue.S: New file.
8539 * gdb.arch/arc-analyze-prologue.exp: Likewise.
8540
eea78757
AK
85412017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
8542
8543 * gdb.arch/arc-decode-insn.S: New file.
8544 * gdb.arch/arc-decode-insn.exp: Likewise.
8545
5badf10a
IR
85462017-03-21 Ivo Raisr <ivo.raisr@oracle.com>
8547
8548 PR tdep/20928
8549 * gdb.arch/sparc64-regs.exp: New file.
8550 * gdb.arch/sparc64-regs.S: Likewise.
8551
cee59b3f
TW
85522017-03-21 Tim Wiederhake <tim.wiederhake@intel.com>
8553
8554 * gdb.python/py-record-btrace.exp: Check for buffer on Python 2
8555 and memory view on Python 3.
8556
c0f55cc6
AV
85572017-03-20 Artemiy Volkov <artemiyv@acm.org>
8558 Keith Seitz <keiths@redhat.com>
8559
8560 PR gdb/14441
8561 * gdb.cp/demangle.exp: Add rvalue reference tests.
8562 * gdb.cp/rvalue-ref-casts.cc: New file.
8563 * gdb.cp/rvalue-ref-casts.exp: New file.
8564 * gdb.cp/rvalue-ref-overload.cc: New file.
8565 * gdb.cp/rvalue-ref-overload.exp: New file.
8566 * gdb.cp/rvalue-ref-params.cc: New file.
8567 * gdb.cp/rvalue-ref-params.exp: New file.
8568 * gdb.cp/rvalue-ref-sizeof.cc: New file.
8569 * gdb.cp/rvalue-ref-sizeof.exp: New file.
8570 * gdb.cp/rvalue-ref-types.cc: New file.
8571 * gdb.cp/rvalue-ref-types.exp: New file.
8572 * gdb.python/py-rvalue-ref-value-cc.cc: New file.
8573 * gdb.python/py-rvalue-ref-value-cc.exp: New file.
8574
51457a05
MAL
85752017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
8576
8577 * gdb.mi/mi-solib.exp (test_file_list_shared_libraries):
8578 New procedure.
8579
5b291c04
MAL
85802017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
8581
8582 * lib/mi-support.exp (mi_gdb_test): Add additional message
8583 for unexpected output.
8584
59a56148
AA
85852017-03-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
8586
8587 * gdb.base/examine-backward.c (Barrier): New character array
8588 constant, to ensure that TestStrings is preceded by a string
8589 terminator.
8590
7942e96e
AA
85912017-03-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
8592
8593 * lib/dwarf.exp: Add support for DW_OP_implicit_pointer.
8594 * gdb.dwarf2/nonvar-access.exp: Add test for stack value location
8595 and implicit pointer into such a location.
8596
6ebac3fb
DE
85972017-03-16 Doug Evans <dje@google.com>
8598
8599 * gdb.python/py-lazy-string (pointer): Really add new typedef.
8600
ec3b243d
TP
86012017-03-16 Thomas Preud'homme <thomas.preudhomme@arm.com>
8602
8603 * gdb.cp/m-static.exp: Fix expectation for prototype of
8604 test5.single_constructor and single_constructor::single_constructor.
2cc36e25
DE
8605
86062017-03-16 Doug Evans <dje@google.com>
a7c0469f
DE
8607
8608 * gdb.guile/scm-value.c (main) Delete locals sptr, sn.
8609 * gdb.guile/scm-lazy-string.c: New file.
8610 * gdb.guile/scm-value.exp: Move lazy string tests to ...
8611 * gdb.guile/scm-lazy-string.exp: ... here, new file. Add more tests
8612 for pointer, array, typedef lazy strings.
8613
2cc36e25 86142017-03-16 Doug Evans <dje@google.com>
34b43320
DE
8615
8616 PR python/17728, python/18439, python/18779
8617 * gdb.python/py-value.c (main) Delete locals sptr, sn.
8618 * gdb.python/py-lazy-string.c (pointer): New typedef.
8619 (main): New locals ptr, array, typedef_ptr.
8620 * gdb.python/py-value.exp: Move lazy string tests to ...
8621 * gdb.python/py-lazy-string.exp: ... here. Add more tests for pointer,
8622 array, typedef lazy strings.
ec3b243d 8623
0efcde63
AK
86242017-03-14 Anton Kolesov <anton.kolesov@synopsys.com>
8625
8626 * lib/gdb.exp (get_valueof, get_integer_valueof, get_sizeof):
8627 Add optional 'test' parameter.
8628
7978d7c3
SM
86292017-03-13 Simon Marchi <simon.marchi@ericsson.com>
8630
8631 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
8632 Skip for versions of DejaGnu < 1.5.
8633
896c0c1e
SM
86342017-03-13 Simon Marchi <simon.marchi@ericsson.com>
8635
8636 * lib/gdb.exp (dejagnu_version): New proc.
8637 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
8638 Use dejagnu_version.
8639
5f4d1085
KS
86402017-03-10 Keith Seitz <keiths@redhat.com>
8641
8642 PR c++/8128
8643 * gdb.cp/templates.exp (test_ptype_of_templates): Remove argument
8644 type from destructor regexps.
8645 Add a branch which actually passes the test.
8646 Adjust "ptype t5i" test names.
8647
1de05205
PA
86482017-03-08 Pedro Alves <palves@redhat.com>
8649
8650 * gdb.base/step-over-exit.exp: Add explicit test message.
8651
c65d6b55
PA
86522017-03-08 Pedro Alves <palves@redhat.com>
8653
8654 PR gdb/18360
8655 * gdb.threads/interrupt-while-step-over.c: New file.
8656 * gdb.threads/interrupt-while-step-over.exp: New file.
8657
2e86a283
PA
86582017-03-08 Pedro Alves <palves@redhat.com>
8659
8660 * gdb.arch/amd64-entry-value-param-dwarf5.exp: Use with_test_prefix.
8661 * gdb.arch/amd64-entry-value-param.exp: Use with_test_prefix.
8662
25dcbff6
PA
86632017-03-08 Pedro Alves <palves@redhat.com>
8664
8665 * gdb.arch/i386-pkru.exp (probe PKRU support): Handle detecting
8666 PKRU as not supported as a PASS.
8667
dc9366eb
PA
86682017-03-08 Pedro Alves <palves@redhat.com>
8669
8670 * gdb.base/break-fun-addr.exp: Use $testfile1/$testfile2 for test
8671 prefix instead of $binfile1/$binfile2.
8672 * gdb.btrace/gcore.exp: Use "core" instead of unstable path name
8673 in test message.
8674 * gdb.python/py-completion.exp: Use "load python file" as test
8675 messages instead of unstable path names.
8676
6e5d74e7
PA
86772017-03-08 Pedro Alves <palves@redhat.com>
8678 Jan Kratochvil <jan.kratochvil@redhat.com>
8679
8680 PR cli/21218
8681 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
8682 New proc.
8683 (top level): Call it.
8684
9753a2f6
PA
86852017-03-08 Pedro Alves <palves@redhat.com>
8686
8687 PR tui/21216
8688 * gdb.tui/tui-nl-filtered-output.exp: New file.
8689
1a4dd9dd
PA
86902017-03-08 Pedro Alves <palves@redhat.com>
8691
8692 * gdb.base/completion.exp: Move TUI completion tests to ...
8693 * gdb.tui/completion.exp: ... this new file.
8694
7cbbff33
PA
86952017-03-08 Pedro Alves <palves@redhat.com>
8696
8697 * gdb.base/tui-disasm-long-lines.c,
8698 gdb.base/tui-disasm-long-lines.exp, gdb.base/tui-layout.c,
8699 gdb.base/tui-layout.exp: Move to ...
8700 * gdb.tui/: ... this new directory.
8701
5f6fd321
PA
87022017-03-07 Pedro Alves <palves@redhat.com>
8703
8704 * gdb.base/tui-layout.c: New file.
8705 * gdb.base/tui-layout.exp: New file.
8706
44959fa8
PA
87072017-03-07 Pedro Alves <palves@redhat.com>
8708
8709 * gdb.base/tui-layout.c: Rename to ...
8710 * gdb.base/tui-disasm-long-lines.c: ... this.
8711 * gdb.base/tui-layout.exp: Rename to ...
8712 * gdb.base/tui-disasm-long-lines.exp: ... this.
8713
f8c4e718
PA
87142017-03-07 Pedro Alves <palves@redhat.com>
8715
8716 * gdb.base/tui-layout.exp: Add intro comment and fix typo.
8717
6dbb839a 87182017-03-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
4a612d6f
WT
8719
8720 * i386-mpx-call.c: New file.
8721 * i386-mpx-call.exp: New file.
8722
65b48a81
PB
87232017-02-28 Peter Bergner <bergner@vnet.ibm.com>
8724
8725 * gdb.arch/powerpc-power.exp: Delete test.
8726 * gdb.arch/powerpc-power.s: Likewise.
8727 * gdb.disasm/disassembler-options.exp: New test.
8728 * gdb.arch/powerpc-altivec.exp: Likewise.
8729 * gdb.arch/powerpc-altivec.s: Likewise.
8730 * gdb.arch/powerpc-altivec2.exp: Likewise.
8731 * gdb.arch/powerpc-altivec2.s: Likewise.
8732 * gdb.arch/powerpc-altivec3.exp: Likewise.
8733 * gdb.arch/powerpc-altivec3.s: Likewise.
8734 * gdb.arch/powerpc-power7.exp: Likewise.
8735 * gdb.arch/powerpc-power7.s: Likewise.
8736 * gdb.arch/powerpc-power8.exp: Likewise.
8737 * gdb.arch/powerpc-power8.s: Likewise.
8738 * gdb.arch/powerpc-power9.exp: Likewise.
8739 * gdb.arch/powerpc-power9.s: Likewise.
8740 * gdb.arch/powerpc-vsx.exp: Likewise.
8741 * gdb.arch/powerpc-vsx.s: Likewise.
8742 * gdb.arch/powerpc-vsx2.exp: Likewise.
8743 * gdb.arch/powerpc-vsx2.s: Likewise.
8744 * gdb.arch/powerpc-vsx3.exp: Likewise.
8745 * gdb.arch/powerpc-vsx3.s: Likewise.
8746 * gdb.arch/arm-disassembler-options.exp: Likewise.
8747 * gdb.arch/powerpc-disassembler-options.exp: Likewise.
8748 * gdb.arch/s390-disassembler-options.exp: Likewise.
8749
17cd4947
LM
87502017-02-23 Luis Machado <lgustavo@codesourcery.com>
8751
8752 * gdb.reverse/insn-reverse.x86.c (check_rdrand_support): Renamed to ...
8753 (check_supported_features): ... this. Changed return type to void.
8754 (supports_rdseed): New static global.
8755 (rdseed): Check supports_rdseed.
8756 (initialize): Call check_supported_features.
8757
2039d74e
EBM
87582017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
8759
8760 * gdb.arch/ppc64-isa207-atomic-inst.exp: New testcase based on
8761 gdb.arch/ppc64-atomic-inst.exp. Add tests for lbarx/stbcx, lharx/sthcx
8762 and lqarx/stqcx.
8763 * gdb.arch/ppc64-isa207-atomic-inst.S: New file.
8764 * gdb.arch/ppc64-isa207-atomic-inst.c: Likewise.
8765
a51d7ecf
EBM
87662017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
8767
8768 * gdb.arch/ppc64-atomic-inst.exp: Fix test names starting with
8769 uppercase.
8770
0224619f
JK
87712017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
8772
8773 * gdb.dwarf2/formdata16.c: New file.
8774 * gdb.dwarf2/formdata16.exp: New file.
8775 * lib/dwarf.exp (Dwarf): Add DW_FORM_data16.
8776
216f72a1
JK
87772017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
8778
8779 * gdb.arch/amd64-entry-value-param-dwarf5.S: New file.
8780 * gdb.arch/amd64-entry-value-param-dwarf5.c: New file.
8781 * gdb.arch/amd64-entry-value-param-dwarf5.exp: New file.
8782 * gdb.arch/amd64-entry-value.exp: Rename DW_OP_GNU_*, DW_TAG_GNU_* and
8783 DW_AT_GNU_*.
8784
43988095
JK
87852017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
8786
8787 * gdb.dwarf2/dw2-error.exp (file $testfile): Update expected string.
8788
99e8a4f9
SDJ
87892017-02-15 Sergio Durigan Junior <sergiodj@redhat.com>
8790
8791 PR gdb/21164
8792 * gdb.base/maint.exp: Add testcases for when the commands do
8793 not have arguments.
8794
b58a8c0c
TP
87952017-02-15 Thomas Preud'homme <thomas.preudhomme@arm.com>
8796
8797 * gdb.cp/chained-calls.exp: Use p instead of P.
8798
4e746bb6
TW
87992017-02-14 Tim Wiederhake <tim.wiederhake@intel.com>
8800
8801 * gdb.python/py-record-btrace.c, gdb.python/py-record-btrace.exp,
8802 gdb.python/py-record-full.c, gdb.python/py-record-full.exp: New file.
8803
3f77c769
TT
88042017-02-14 Tom Tromey <tom@tromey.com>
8805
8806 PR python/13598:
8807 * gdb.python/py-events.exp: Add before_prompt event tests.
8808
075beec0
AA
88092017-02-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
8810
8811 * gdb.dwarf2/implptrpiece.exp: Fix check for big-endian targets.
8812
bf5f525c
LM
88132017-02-13 Luis Machado <lgustavo@codesourcery.com>
8814
8815 * gdb.linespec/explicit.c (my_unique_function_name): New function.
8816 (main): Call my_unique_function_name.
8817 * gdb.linespec/explicit.exp: Use my_unique_function_name to test
8818 completion of patterns with a single match.
8819 Add missing -re switches to gdb_test_multiple calls.
8820
13a66184
LM
88212017-02-13 Luis Machado <lgustavo@codesourcery.com>
8822
8823 * gdb.arch/i386-biarch-core.exp: Check for i386 arch support and
8824 return if core file is not recognized.
8825
26a06916
SM
88262017-02-10 Simon Marchi <simon.marchi@ericsson.com>
8827
8828 * gdb.base/new-ui.exp (do_test): Test queries behavior on main
8829 and extra UIs.
8830
b761ca9e
SM
88312017-02-10 Simon Marchi <simon.marchi@ericsson.com>
8832
8833 * gdb.base/new-ui.exp (do_test, do_test_invalid_args): Use
8834 proc_with_prefix.
8835
b964bee0
TT
88362017-02-10 Tom Tromey <tom@tromey.com>
8837
8838 * gdb.python/py-xmethods.exp: Use "p" command, not "P".
8839
18da0c51
MG
88402017-02-10 Martin Galvan <martingalvan@sourceware.org>
8841
8842 PR gdb/21122
8843 * gdb.base/help.exp: Update match pattern for testing 'help commands'.
8844
604c4576
JG
88452017-02-08 Jerome Guitton <guitton@adacore.com>
8846
8847 * gdb.base/define.exp: Add test for command abbreviations
8848 in define.
8849
20b477a7
LM
88502017-02-06 Luis Machado <lgustavo@codesourcery.com>
8851
8852 * gdb.reverse/insn-reverse.c: Include insn-reverse-x86.c.
8853 * gdb.reverse/insn-reverse-x86.c: New file.
8854
3f7b46f2
IR
88552017-02-06 Ivo Raisr <ivo.raisr@oracle.com>
8856
8857 PR tdep/20936
8858 * gdb.xml/tdesc-regs.exp: Provide sparc core registers for the tests.
8859
f0fd41c1
TT
88602017-02-03 Tom Tromey <tom@tromey.com>
8861
8862 PR rust/21097:
8863 * gdb.rust/simple.exp: Add new tests.
8864
5be5dbf0
PA
88652017-02-02 Pedro Alves <palves@redhat.com>
8866
8867 * gdb.mi/mi-logging.exp: Add "redirect while already logging"
8868 tests.
8869
7346ef59
AA
88702017-02-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
8871
8872 * gdb.dwarf2/dw2-op-stack-value.exp: Adjust expected result of
8873 taking a 2-byte value out of a 4-byte DWARF implicit value on
8874 big-endian targets.
8875 * gdb.dwarf2/nonvar-access.exp: Add more comments to existing
8876 logic. Add test cases for DW_OP_implicit.
8877
787f0025
MM
88782017-02-01 Markus Metzger <markus.t.metzger@intel.com>
8879
8880 * lib/gdb.exp (gdb_skip_xml_tests): Error if GDB is running.
8881
68777c29
MM
88822017-02-01 Markus Metzger <markus.t.metzger@intel.com>
8883
8884 * gdb.btrace/enable.exp: Call gdb_exit before
8885 skip_gdbserver_tests.
8886
0a1c7e28
MM
88872017-02-01 Markus Metzger <markus.t.metzger@intel.com>
8888
8889 * gdb.btrace/non-stop.exp: Add '-ex "set non-stop on"' to
8890 GDBFLAGS.
8891
b5ac99b0
MM
88922017-02-01 Markus Metzger <markus.t.metzger@intel.com>
8893
8894 * gdb.btrace/buffer-size.exp: Add unsupported/untested message if
8895 the test is skipped.
8896 * gdb.btrace/data.exp: Likewise.
8897 * gdb.btrace/delta.exp: Likewise.
8898 * gdb.btrace/dlopen.exp: Likewise.
8899 * gdb.btrace/enable-running.exp: Likewise.
8900 * gdb.btrace/enable.exp: Likewise.
8901 * gdb.btrace/exception.exp: Likewise.
8902 * gdb.btrace/function_call_history.exp: Likewise.
8903 * gdb.btrace/gcore.exp: Likewise.
8904 * gdb.btrace/instruction_history.exp: Likewise.
8905 * gdb.btrace/multi-thread-step.exp: Likewise.
8906 * gdb.btrace/nohist.exp: Likewise.
8907 * gdb.btrace/non-stop.exp: Likewise.
8908 * gdb.btrace/reconnect.exp: Likewise.
8909 * gdb.btrace/record_goto-step.exp: Likewise.
8910 * gdb.btrace/record_goto.exp: Likewise.
8911 * gdb.btrace/rn-dl-bind.exp: Likewise.
8912 * gdb.btrace/segv.exp: Likewise.
8913 * gdb.btrace/step.exp: Likewise.
8914 * gdb.btrace/stepi.exp: Likewise.
8915 * gdb.btrace/tailcall-only.exp: Likewise.
8916 * gdb.btrace/tailcall.exp: Likewise.
8917 * gdb.btrace/tsx.exp: Likewise.
8918 * gdb.btrace/unknown_functions.exp: Likewise.
8919 * gdb.btrace/vdso.exp: Likewise.
8920
cd4007e4
MM
89212017-02-01 Markus Metzger <markus.t.metzger@intel.com>
8922
8923 * gdb.btrace/enable-running.c: New.
8924 * gdb.btrace/enable-running.exp: New.
8925
2735833d
WT
89262017-01-27 Walfred Tedeschi <walfred.tedeschi@intel.com>
8927
8928 * gdb.arch/amd64-gs_base.c: New file.
8929 * gdb.arch/amd64-gs_base.exp: New file.
8930
b51e1e94
LM
89312017-01-26 Luis Machado <lgustavo@codesourcery.com>
8932
8933 * lib/memory.exp: Remove spurious empty newlines.
8934
72ca0410
SM
89352017-01-26 Simon Marchi <simon.marchi@polymtl.ca>
8936
8937 * gdb.python/py-bad-printers.exp: Load python file using "source".
8938 * gdb.python/py-events.exp: Likewise.
8939 * gdb.python/py-evsignal.exp: Likewise.
8940 * gdb.python/py-evthreads.exp: Likewise.
8941 * gdb.python/py-frame-args.exp: Likewise.
8942 * gdb.python/py-framefilter-invalidarg.exp: Likewise.
8943 * gdb.python/py-framefilter-mi.exp: Likewise.
8944 * gdb.python/py-framefilter.exp: Likewise.
8945 * gdb.python/py-mi.exp: Likewise.
8946 * gdb.python/py-pp-maint.exp: Likewise.
8947 * gdb.python/py-pp-registration.exp: Likewise.
8948 * gdb.python/py-prettyprint.exp: Likewise.
8949 (run_lang_tests): Likewise.
8950 * gdb.python/py-typeprint.exp: Likewise.
8951
e309aa65
LM
89522017-01-26 Luis Machado <lgustavo@codesourcery.com>
8953
8954 * lib/memory.exp: New file.
8955 * lib/gdb.exp: Load memory.exp.
8956 * gdb.base/memattr.exp (delete_memory): Move proc to
8957 lib/memory.exp and rename to delete_memory_regions.
8958 Replace delete_memory with delete_memory_regions.
8959 Cleanup memory regions before tests.
8960 * gdb.base/breakpoint-in-ro-region.exp: Cleanup memory regions
8961 before tests.
8962
515aff23
LM
89632017-01-26 Luis Machado <lgustavo@codesourcery.com>
8964
8965 * gdb.reverse/insn-reverse.c: Move arm and aarch64 code to their own
8966 files.
8967 (initialize): New function conditionally defined.
8968 (testcases): Move within conditional block.
8969 (main): Call initialize.
8970 * gdb.reverse/insn-reverse-aarch64.c: New file, based on aarch64 bits
8971 of gdb.reverse/insn-reverse.c.
8972 * gdb.reverse/insn-reverse-arm.c: New file, based on arm bits of
8973 gdb.reverse/insn-reverse.c.
8974
d8b49cf0
YQ
89752017-01-26 Yao Qi <yao.qi@linaro.org>
8976
8977 * gdb.base/all-architectures.exp.in (do_arch_tests): Test
8978 disassemble on address 0.
8979
f13a9a0c
YQ
89802017-01-25 Andreas Arnez <arnez@linux.vnet.ibm.com>
8981 Yao Qi <yao.qi@linaro.org>
8982
8983 * gdb.dwarf2/implptr-64bit.exp: Use dwarf assembler.
8984 * gdb.dwarf2/implptr-64bit.S: Remove.
8985 * lib/dwarf.exp (Dwarf): Handle character "%". Evaluate some
8986 variables in caller's context. Add DW_OP_implicit_value.
8987
5ac95241
YQ
89882017-01-25 Yao Qi <yao.qi@linaro.org>
8989
8990 * lib/dwarf.exp (Dwarf::_location): Handle
8991 DW_OP_GNU_implicit_pointer with proper size.
8992
23e82930
LM
89932017-01-20 Luis Machado <lgustavo@codesourcery.com>
8994
8995 * gdb.python/py-xmethods.exp: Fix test names starting with lowercase
8996 and add untested calls.
8997
d334ae25
LM
89982017-01-20 Luis Machado <lgustavo@codesourcery.com>
8999
9000 * gdb.python/python.exp: Check line number against what GDB thinks
9001 the line number is for func1.
9002
f5e6296e
IB
90032017-01-08 Iain Buclaw <ibuclaw@gdcproject.org>
9004
9005 * gdb.dlang/debug-expr.exp: New file.
9006
5b362f04
LM
90072016-12-23 Luis Machado <lgustavo@codesourcery.com>
9008
9009 Fix test names for the following files:
9010
9011 * gdb.ada/exec_changed.exp
9012 * gdb.ada/info_types.exp
9013 * gdb.arch/aarch64-atomic-inst.exp
9014 * gdb.arch/aarch64-fp.exp
9015 * gdb.arch/altivec-abi.exp
9016 * gdb.arch/altivec-regs.exp
9017 * gdb.arch/amd64-byte.exp
9018 * gdb.arch/amd64-disp-step.exp
9019 * gdb.arch/amd64-dword.exp
9020 * gdb.arch/amd64-entry-value-inline.exp
9021 * gdb.arch/amd64-entry-value-param.exp
9022 * gdb.arch/amd64-entry-value-paramref.exp
9023 * gdb.arch/amd64-entry-value.exp
9024 * gdb.arch/amd64-i386-address.exp
9025 * gdb.arch/amd64-invalid-stack-middle.exp
9026 * gdb.arch/amd64-invalid-stack-top.exp
9027 * gdb.arch/amd64-optimout-repeat.exp
9028 * gdb.arch/amd64-prologue-skip.exp
9029 * gdb.arch/amd64-prologue-xmm.exp
9030 * gdb.arch/amd64-stap-special-operands.exp
9031 * gdb.arch/amd64-stap-wrong-subexp.exp
9032 * gdb.arch/amd64-tailcall-cxx.exp
9033 * gdb.arch/amd64-tailcall-noret.exp
9034 * gdb.arch/amd64-tailcall-ret.exp
9035 * gdb.arch/amd64-tailcall-self.exp
9036 * gdb.arch/amd64-word.exp
9037 * gdb.arch/arm-bl-branch-dest.exp
9038 * gdb.arch/arm-disp-step.exp
9039 * gdb.arch/arm-neon.exp
9040 * gdb.arch/arm-single-step-kernel-helper.exp
9041 * gdb.arch/avr-flash-qualifier.exp
9042 * gdb.arch/disp-step-insn-reloc.exp
9043 * gdb.arch/e500-abi.exp
9044 * gdb.arch/e500-regs.exp
9045 * gdb.arch/ftrace-insn-reloc.exp
9046 * gdb.arch/i386-avx512.exp
9047 * gdb.arch/i386-bp_permanent.exp
9048 * gdb.arch/i386-byte.exp
9049 * gdb.arch/i386-cfi-notcurrent.exp
9050 * gdb.arch/i386-disp-step.exp
9051 * gdb.arch/i386-dr3-watch.exp
9052 * gdb.arch/i386-float.exp
9053 * gdb.arch/i386-gnu-cfi.exp
9054 * gdb.arch/i386-mpx-map.exp
9055 * gdb.arch/i386-mpx-sigsegv.exp
9056 * gdb.arch/i386-mpx-simple_segv.exp
9057 * gdb.arch/i386-mpx.exp
9058 * gdb.arch/i386-permbkpt.exp
9059 * gdb.arch/i386-prologue.exp
9060 * gdb.arch/i386-signal.exp
9061 * gdb.arch/i386-size-overlap.exp
9062 * gdb.arch/i386-unwind.exp
9063 * gdb.arch/i386-word.exp
9064 * gdb.arch/mips-fcr.exp
9065 * gdb.arch/powerpc-d128-regs.exp
9066 * gdb.arch/powerpc-stackless.exp
9067 * gdb.arch/ppc64-atomic-inst.exp
9068 * gdb.arch/s390-stackless.exp
9069 * gdb.arch/s390-tdbregs.exp
9070 * gdb.arch/s390-vregs.exp
9071 * gdb.arch/sparc-sysstep.exp
9072 * gdb.arch/thumb-bx-pc.exp
9073 * gdb.arch/thumb-singlestep.exp
9074 * gdb.arch/thumb2-it.exp
9075 * gdb.arch/vsx-regs.exp
9076 * gdb.asm/asm-source.exp
9077 * gdb.base/a2-run.exp
9078 * gdb.base/advance.exp
9079 * gdb.base/all-bin.exp
9080 * gdb.base/anon.exp
9081 * gdb.base/args.exp
9082 * gdb.base/arithmet.exp
9083 * gdb.base/async-shell.exp
9084 * gdb.base/async.exp
9085 * gdb.base/attach-pie-noexec.exp
9086 * gdb.base/attach-twice.exp
9087 * gdb.base/auto-load.exp
9088 * gdb.base/bang.exp
9089 * gdb.base/bitfields.exp
9090 * gdb.base/break-always.exp
9091 * gdb.base/break-caller-line.exp
9092 * gdb.base/break-entry.exp
9093 * gdb.base/break-inline.exp
9094 * gdb.base/break-on-linker-gcd-function.exp
9095 * gdb.base/break-probes.exp
9096 * gdb.base/break.exp
9097 * gdb.base/breakpoint-shadow.exp
9098 * gdb.base/call-ar-st.exp
9099 * gdb.base/call-sc.exp
9100 * gdb.base/call-signal-resume.exp
9101 * gdb.base/call-strs.exp
9102 * gdb.base/callfuncs.exp
9103 * gdb.base/catch-fork-static.exp
9104 * gdb.base/catch-gdb-caused-signals.exp
9105 * gdb.base/catch-load.exp
9106 * gdb.base/catch-signal-fork.exp
9107 * gdb.base/catch-signal.exp
9108 * gdb.base/catch-syscall.exp
9109 * gdb.base/charset.exp
9110 * gdb.base/checkpoint.exp
9111 * gdb.base/chng-syms.exp
9112 * gdb.base/code-expr.exp
9113 * gdb.base/code_elim.exp
9114 * gdb.base/commands.exp
9115 * gdb.base/completion.exp
9116 * gdb.base/complex.exp
9117 * gdb.base/cond-expr.exp
9118 * gdb.base/condbreak.exp
9119 * gdb.base/consecutive.exp
9120 * gdb.base/continue-all-already-running.exp
9121 * gdb.base/coredump-filter.exp
9122 * gdb.base/corefile.exp
9123 * gdb.base/dbx.exp
9124 * gdb.base/debug-expr.exp
9125 * gdb.base/define.exp
9126 * gdb.base/del.exp
9127 * gdb.base/disabled-location.exp
9128 * gdb.base/disasm-end-cu.exp
9129 * gdb.base/disasm-optim.exp
9130 * gdb.base/display.exp
9131 * gdb.base/duplicate-bp.exp
9132 * gdb.base/ena-dis-br.exp
9133 * gdb.base/ending-run.exp
9134 * gdb.base/enumval.exp
9135 * gdb.base/environ.exp
9136 * gdb.base/eu-strip-infcall.exp
9137 * gdb.base/eval-avoid-side-effects.exp
9138 * gdb.base/eval-skip.exp
9139 * gdb.base/exitsignal.exp
9140 * gdb.base/expand-psymtabs.exp
9141 * gdb.base/filesym.exp
9142 * gdb.base/find-unmapped.exp
9143 * gdb.base/finish.exp
9144 * gdb.base/float.exp
9145 * gdb.base/foll-exec-mode.exp
9146 * gdb.base/foll-exec.exp
9147 * gdb.base/foll-fork.exp
9148 * gdb.base/fortran-sym-case.exp
9149 * gdb.base/freebpcmd.exp
9150 * gdb.base/func-ptr.exp
9151 * gdb.base/func-ptrs.exp
9152 * gdb.base/funcargs.exp
9153 * gdb.base/gcore-buffer-overflow.exp
9154 * gdb.base/gcore-relro-pie.exp
9155 * gdb.base/gcore-relro.exp
9156 * gdb.base/gcore.exp
9157 * gdb.base/gdb1090.exp
9158 * gdb.base/gdb11530.exp
9159 * gdb.base/gdb11531.exp
9160 * gdb.base/gdb1821.exp
9161 * gdb.base/gdbindex-stabs.exp
9162 * gdb.base/gdbvars.exp
9163 * gdb.base/hbreak.exp
9164 * gdb.base/hbreak2.exp
9165 * gdb.base/included.exp
9166 * gdb.base/infcall-input.exp
9167 * gdb.base/inferior-died.exp
9168 * gdb.base/infnan.exp
9169 * gdb.base/info-macros.exp
9170 * gdb.base/info-os.exp
9171 * gdb.base/info-proc.exp
9172 * gdb.base/info-shared.exp
9173 * gdb.base/info-target.exp
9174 * gdb.base/infoline.exp
9175 * gdb.base/interp.exp
9176 * gdb.base/interrupt.exp
9177 * gdb.base/jit-reader.exp
9178 * gdb.base/jit-simple.exp
9179 * gdb.base/kill-after-signal.exp
9180 * gdb.base/kill-detach-inferiors-cmd.exp
9181 * gdb.base/label.exp
9182 * gdb.base/langs.exp
9183 * gdb.base/ldbl_e308.exp
9184 * gdb.base/line-symtabs.exp
9185 * gdb.base/linespecs.exp
9186 * gdb.base/list.exp
9187 * gdb.base/long_long.exp
9188 * gdb.base/longest-types.exp
9189 * gdb.base/maint.exp
9190 * gdb.base/max-value-size.exp
9191 * gdb.base/memattr.exp
9192 * gdb.base/mips_pro.exp
9193 * gdb.base/morestack.exp
9194 * gdb.base/moribund-step.exp
9195 * gdb.base/multi-forks.exp
9196 * gdb.base/nested-addr.exp
9197 * gdb.base/nextoverexit.exp
9198 * gdb.base/noreturn-finish.exp
9199 * gdb.base/noreturn-return.exp
9200 * gdb.base/nostdlib.exp
9201 * gdb.base/offsets.exp
9202 * gdb.base/opaque.exp
9203 * gdb.base/pc-fp.exp
9204 * gdb.base/permissions.exp
9205 * gdb.base/print-symbol-loading.exp
9206 * gdb.base/prologue-include.exp
9207 * gdb.base/psymtab.exp
9208 * gdb.base/ptype.exp
9209 * gdb.base/random-signal.exp
9210 * gdb.base/randomize.exp
9211 * gdb.base/range-stepping.exp
9212 * gdb.base/readline-ask.exp
9213 * gdb.base/recpar.exp
9214 * gdb.base/recurse.exp
9215 * gdb.base/relational.exp
9216 * gdb.base/restore.exp
9217 * gdb.base/return-nodebug.exp
9218 * gdb.base/return.exp
9219 * gdb.base/run-after-attach.exp
9220 * gdb.base/save-bp.exp
9221 * gdb.base/scope.exp
9222 * gdb.base/sect-cmd.exp
9223 * gdb.base/set-lang-auto.exp
9224 * gdb.base/set-noassign.exp
9225 * gdb.base/setvar.exp
9226 * gdb.base/sigall.exp
9227 * gdb.base/sigbpt.exp
9228 * gdb.base/siginfo-addr.exp
9229 * gdb.base/siginfo-infcall.exp
9230 * gdb.base/siginfo-obj.exp
9231 * gdb.base/siginfo.exp
9232 * gdb.base/signals-state-child.exp
9233 * gdb.base/signest.exp
9234 * gdb.base/sigstep.exp
9235 * gdb.base/sizeof.exp
9236 * gdb.base/skip.exp
9237 * gdb.base/solib-corrupted.exp
9238 * gdb.base/solib-nodir.exp
9239 * gdb.base/solib-search.exp
9240 * gdb.base/stack-checking.exp
9241 * gdb.base/stale-infcall.exp
9242 * gdb.base/stap-probe.exp
9243 * gdb.base/start.exp
9244 * gdb.base/step-break.exp
9245 * gdb.base/step-bt.exp
9246 * gdb.base/step-line.exp
9247 * gdb.base/step-over-exit.exp
9248 * gdb.base/step-over-syscall.exp
9249 * gdb.base/step-resume-infcall.exp
9250 * gdb.base/step-test.exp
9251 * gdb.base/store.exp
9252 * gdb.base/structs3.exp
9253 * gdb.base/sym-file.exp
9254 * gdb.base/symbol-without-target_section.exp
9255 * gdb.base/term.exp
9256 * gdb.base/testenv.exp
9257 * gdb.base/ui-redirect.exp
9258 * gdb.base/until.exp
9259 * gdb.base/unwindonsignal.exp
9260 * gdb.base/value-double-free.exp
9261 * gdb.base/vla-datatypes.exp
9262 * gdb.base/vla-ptr.exp
9263 * gdb.base/vla-sideeffect.exp
9264 * gdb.base/volatile.exp
9265 * gdb.base/watch-cond-infcall.exp
9266 * gdb.base/watch-cond.exp
9267 * gdb.base/watch-non-mem.exp
9268 * gdb.base/watch-read.exp
9269 * gdb.base/watch-vfork.exp
9270 * gdb.base/watchpoint-cond-gone.exp
9271 * gdb.base/watchpoint-delete.exp
9272 * gdb.base/watchpoint-hw-hit-once.exp
9273 * gdb.base/watchpoint-hw.exp
9274 * gdb.base/watchpoint-stops-at-right-insn.exp
9275 * gdb.base/watchpoints.exp
9276 * gdb.base/wchar.exp
9277 * gdb.base/whatis-exp.exp
9278 * gdb.btrace/buffer-size.exp
9279 * gdb.btrace/data.exp
9280 * gdb.btrace/delta.exp
9281 * gdb.btrace/dlopen.exp
9282 * gdb.btrace/enable.exp
9283 * gdb.btrace/exception.exp
9284 * gdb.btrace/function_call_history.exp
9285 * gdb.btrace/gcore.exp
9286 * gdb.btrace/instruction_history.exp
9287 * gdb.btrace/nohist.exp
9288 * gdb.btrace/reconnect.exp
9289 * gdb.btrace/record_goto-step.exp
9290 * gdb.btrace/record_goto.exp
9291 * gdb.btrace/rn-dl-bind.exp
9292 * gdb.btrace/segv.exp
9293 * gdb.btrace/step.exp
9294 * gdb.btrace/stepi.exp
9295 * gdb.btrace/tailcall-only.exp
9296 * gdb.btrace/tailcall.exp
9297 * gdb.btrace/tsx.exp
9298 * gdb.btrace/unknown_functions.exp
9299 * gdb.btrace/vdso.exp
9300 * gdb.compile/compile-ifunc.exp
9301 * gdb.compile/compile-ops.exp
9302 * gdb.compile/compile-print.exp
9303 * gdb.compile/compile-setjmp.exp
9304 * gdb.cp/abstract-origin.exp
9305 * gdb.cp/ambiguous.exp
9306 * gdb.cp/annota2.exp
9307 * gdb.cp/annota3.exp
9308 * gdb.cp/anon-ns.exp
9309 * gdb.cp/anon-struct.exp
9310 * gdb.cp/anon-union.exp
9311 * gdb.cp/arg-reference.exp
9312 * gdb.cp/baseenum.exp
9313 * gdb.cp/bool.exp
9314 * gdb.cp/breakpoint.exp
9315 * gdb.cp/bs15503.exp
9316 * gdb.cp/call-c.exp
9317 * gdb.cp/casts.exp
9318 * gdb.cp/chained-calls.exp
9319 * gdb.cp/class2.exp
9320 * gdb.cp/classes.exp
9321 * gdb.cp/cmpd-minsyms.exp
9322 * gdb.cp/converts.exp
9323 * gdb.cp/cp-relocate.exp
9324 * gdb.cp/cpcompletion.exp
9325 * gdb.cp/cpexprs.exp
9326 * gdb.cp/cplabel.exp
9327 * gdb.cp/cplusfuncs.exp
9328 * gdb.cp/cpsizeof.exp
9329 * gdb.cp/ctti.exp
9330 * gdb.cp/derivation.exp
9331 * gdb.cp/destrprint.exp
9332 * gdb.cp/dispcxx.exp
9333 * gdb.cp/enum-class.exp
9334 * gdb.cp/exception.exp
9335 * gdb.cp/exceptprint.exp
9336 * gdb.cp/expand-psymtabs-cxx.exp
9337 * gdb.cp/expand-sals.exp
9338 * gdb.cp/extern-c.exp
9339 * gdb.cp/filename.exp
9340 * gdb.cp/formatted-ref.exp
9341 * gdb.cp/fpointer.exp
9342 * gdb.cp/gdb1355.exp
9343 * gdb.cp/gdb2495.exp
9344 * gdb.cp/hang.exp
9345 * gdb.cp/impl-this.exp
9346 * gdb.cp/infcall-dlopen.exp
9347 * gdb.cp/inherit.exp
9348 * gdb.cp/iostream.exp
9349 * gdb.cp/koenig.exp
9350 * gdb.cp/local.exp
9351 * gdb.cp/m-data.exp
9352 * gdb.cp/m-static.exp
9353 * gdb.cp/mb-ctor.exp
9354 * gdb.cp/mb-inline.exp
9355 * gdb.cp/mb-templates.exp
9356 * gdb.cp/member-name.exp
9357 * gdb.cp/member-ptr.exp
9358 * gdb.cp/meth-typedefs.exp
9359 * gdb.cp/method.exp
9360 * gdb.cp/method2.exp
9361 * gdb.cp/minsym-fallback.exp
9362 * gdb.cp/misc.exp
9363 * gdb.cp/namelessclass.exp
9364 * gdb.cp/namespace-enum.exp
9365 * gdb.cp/namespace-nested-import.exp
9366 * gdb.cp/namespace.exp
9367 * gdb.cp/nextoverthrow.exp
9368 * gdb.cp/no-dmgl-verbose.exp
9369 * gdb.cp/non-trivial-retval.exp
9370 * gdb.cp/noparam.exp
9371 * gdb.cp/nsdecl.exp
9372 * gdb.cp/nsimport.exp
9373 * gdb.cp/nsnested.exp
9374 * gdb.cp/nsnoimports.exp
9375 * gdb.cp/nsrecurs.exp
9376 * gdb.cp/nsstress.exp
9377 * gdb.cp/nsusing.exp
9378 * gdb.cp/operator.exp
9379 * gdb.cp/oranking.exp
9380 * gdb.cp/overload-const.exp
9381 * gdb.cp/overload.exp
9382 * gdb.cp/ovldbreak.exp
9383 * gdb.cp/ovsrch.exp
9384 * gdb.cp/paren-type.exp
9385 * gdb.cp/parse-lang.exp
9386 * gdb.cp/pass-by-ref.exp
9387 * gdb.cp/pr-1023.exp
9388 * gdb.cp/pr-1210.exp
9389 * gdb.cp/pr-574.exp
9390 * gdb.cp/pr10687.exp
9391 * gdb.cp/pr12028.exp
9392 * gdb.cp/pr17132.exp
9393 * gdb.cp/pr17494.exp
9394 * gdb.cp/pr9067.exp
9395 * gdb.cp/pr9167.exp
9396 * gdb.cp/pr9631.exp
9397 * gdb.cp/printmethod.exp
9398 * gdb.cp/psmang.exp
9399 * gdb.cp/psymtab-parameter.exp
9400 * gdb.cp/ptype-cv-cp.exp
9401 * gdb.cp/ptype-flags.exp
9402 * gdb.cp/re-set-overloaded.exp
9403 * gdb.cp/ref-types.exp
9404 * gdb.cp/rtti.exp
9405 * gdb.cp/scope-err.exp
9406 * gdb.cp/shadow.exp
9407 * gdb.cp/smartp.exp
9408 * gdb.cp/static-method.exp
9409 * gdb.cp/static-print-quit.exp
9410 * gdb.cp/temargs.exp
9411 * gdb.cp/templates.exp
9412 * gdb.cp/try_catch.exp
9413 * gdb.cp/typedef-operator.exp
9414 * gdb.cp/typeid.exp
9415 * gdb.cp/userdef.exp
9416 * gdb.cp/using-crash.exp
9417 * gdb.cp/var-tag.exp
9418 * gdb.cp/virtbase.exp
9419 * gdb.cp/virtfunc.exp
9420 * gdb.cp/virtfunc2.exp
9421 * gdb.cp/vla-cxx.exp
9422 * gdb.disasm/t01_mov.exp
9423 * gdb.disasm/t02_mova.exp
9424 * gdb.disasm/t03_add.exp
9425 * gdb.disasm/t04_sub.exp
9426 * gdb.disasm/t05_cmp.exp
9427 * gdb.disasm/t06_ari2.exp
9428 * gdb.disasm/t07_ari3.exp
9429 * gdb.disasm/t08_or.exp
9430 * gdb.disasm/t09_xor.exp
9431 * gdb.disasm/t10_and.exp
9432 * gdb.disasm/t11_logs.exp
9433 * gdb.disasm/t12_bit.exp
9434 * gdb.disasm/t13_otr.exp
9435 * gdb.dlang/circular.exp
9436 * gdb.dwarf2/arr-stride.exp
9437 * gdb.dwarf2/arr-subrange.exp
9438 * gdb.dwarf2/atomic-type.exp
9439 * gdb.dwarf2/bad-regnum.exp
9440 * gdb.dwarf2/bitfield-parent-optimized-out.exp
9441 * gdb.dwarf2/callframecfa.exp
9442 * gdb.dwarf2/clztest.exp
9443 * gdb.dwarf2/corrupt.exp
9444 * gdb.dwarf2/data-loc.exp
9445 * gdb.dwarf2/dup-psym.exp
9446 * gdb.dwarf2/dw2-anon-mptr.exp
9447 * gdb.dwarf2/dw2-anonymous-func.exp
9448 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp
9449 * gdb.dwarf2/dw2-bad-unresolved.exp
9450 * gdb.dwarf2/dw2-basic.exp
9451 * gdb.dwarf2/dw2-canonicalize-type.exp
9452 * gdb.dwarf2/dw2-case-insensitive.exp
9453 * gdb.dwarf2/dw2-common-block.exp
9454 * gdb.dwarf2/dw2-compdir-oldgcc.exp
9455 * gdb.dwarf2/dw2-compressed.exp
9456 * gdb.dwarf2/dw2-const.exp
9457 * gdb.dwarf2/dw2-cp-infcall-ref-static.exp
9458 * gdb.dwarf2/dw2-cu-size.exp
9459 * gdb.dwarf2/dw2-dup-frame.exp
9460 * gdb.dwarf2/dw2-entry-value.exp
9461 * gdb.dwarf2/dw2-icycle.exp
9462 * gdb.dwarf2/dw2-ifort-parameter.exp
9463 * gdb.dwarf2/dw2-inline-break.exp
9464 * gdb.dwarf2/dw2-inline-param.exp
9465 * gdb.dwarf2/dw2-intercu.exp
9466 * gdb.dwarf2/dw2-intermix.exp
9467 * gdb.dwarf2/dw2-lexical-block-bare.exp
9468 * gdb.dwarf2/dw2-linkage-name-trust.exp
9469 * gdb.dwarf2/dw2-minsym-in-cu.exp
9470 * gdb.dwarf2/dw2-noloc.exp
9471 * gdb.dwarf2/dw2-op-call.exp
9472 * gdb.dwarf2/dw2-op-out-param.exp
9473 * gdb.dwarf2/dw2-opt-structptr.exp
9474 * gdb.dwarf2/dw2-param-error.exp
9475 * gdb.dwarf2/dw2-producer.exp
9476 * gdb.dwarf2/dw2-ranges-base.exp
9477 * gdb.dwarf2/dw2-ref-missing-frame.exp
9478 * gdb.dwarf2/dw2-reg-undefined.exp
9479 * gdb.dwarf2/dw2-regno-invalid.exp
9480 * gdb.dwarf2/dw2-restore.exp
9481 * gdb.dwarf2/dw2-restrict.exp
9482 * gdb.dwarf2/dw2-single-line-discriminators.exp
9483 * gdb.dwarf2/dw2-strp.exp
9484 * gdb.dwarf2/dw2-undefined-ret-addr.exp
9485 * gdb.dwarf2/dw2-unresolved.exp
9486 * gdb.dwarf2/dw2-var-zero-addr.exp
9487 * gdb.dwarf2/dw4-sig-types.exp
9488 * gdb.dwarf2/dwz.exp
9489 * gdb.dwarf2/dynarr-ptr.exp
9490 * gdb.dwarf2/enum-type.exp
9491 * gdb.dwarf2/gdb-index.exp
9492 * gdb.dwarf2/implptr-64bit.exp
9493 * gdb.dwarf2/implptr-optimized-out.exp
9494 * gdb.dwarf2/implptr.exp
9495 * gdb.dwarf2/implref-array.exp
9496 * gdb.dwarf2/implref-const.exp
9497 * gdb.dwarf2/implref-global.exp
9498 * gdb.dwarf2/implref-struct.exp
9499 * gdb.dwarf2/mac-fileno.exp
9500 * gdb.dwarf2/main-subprogram.exp
9501 * gdb.dwarf2/member-ptr-forwardref.exp
9502 * gdb.dwarf2/method-ptr.exp
9503 * gdb.dwarf2/missing-sig-type.exp
9504 * gdb.dwarf2/nonvar-access.exp
9505 * gdb.dwarf2/opaque-type-lookup.exp
9506 * gdb.dwarf2/pieces-optimized-out.exp
9507 * gdb.dwarf2/pieces.exp
9508 * gdb.dwarf2/pr10770.exp
9509 * gdb.dwarf2/pr13961.exp
9510 * gdb.dwarf2/staticvirtual.exp
9511 * gdb.dwarf2/subrange.exp
9512 * gdb.dwarf2/symtab-producer.exp
9513 * gdb.dwarf2/trace-crash.exp
9514 * gdb.dwarf2/typeddwarf.exp
9515 * gdb.dwarf2/valop.exp
9516 * gdb.dwarf2/watch-notconst.exp
9517 * gdb.fortran/array-element.exp
9518 * gdb.fortran/charset.exp
9519 * gdb.fortran/common-block.exp
9520 * gdb.fortran/complex.exp
9521 * gdb.fortran/derived-type-function.exp
9522 * gdb.fortran/derived-type.exp
9523 * gdb.fortran/logical.exp
9524 * gdb.fortran/module.exp
9525 * gdb.fortran/multi-dim.exp
9526 * gdb.fortran/nested-funcs.exp
9527 * gdb.fortran/print-formatted.exp
9528 * gdb.fortran/subarray.exp
9529 * gdb.fortran/vla-alloc-assoc.exp
9530 * gdb.fortran/vla-datatypes.exp
9531 * gdb.fortran/vla-history.exp
9532 * gdb.fortran/vla-ptr-info.exp
9533 * gdb.fortran/vla-ptype-sub.exp
9534 * gdb.fortran/vla-ptype.exp
9535 * gdb.fortran/vla-sizeof.exp
9536 * gdb.fortran/vla-type.exp
9537 * gdb.fortran/vla-value-sub-arbitrary.exp
9538 * gdb.fortran/vla-value-sub-finish.exp
9539 * gdb.fortran/vla-value-sub.exp
9540 * gdb.fortran/vla-value.exp
9541 * gdb.fortran/whatis_type.exp
9542 * gdb.go/chan.exp
9543 * gdb.go/handcall.exp
9544 * gdb.go/hello.exp
9545 * gdb.go/integers.exp
9546 * gdb.go/methods.exp
9547 * gdb.go/package.exp
9548 * gdb.go/strings.exp
9549 * gdb.go/types.exp
9550 * gdb.go/unsafe.exp
9551 * gdb.guile/scm-arch.exp
9552 * gdb.guile/scm-block.exp
9553 * gdb.guile/scm-breakpoint.exp
9554 * gdb.guile/scm-cmd.exp
9555 * gdb.guile/scm-disasm.exp
9556 * gdb.guile/scm-equal.exp
9557 * gdb.guile/scm-frame-args.exp
9558 * gdb.guile/scm-frame-inline.exp
9559 * gdb.guile/scm-frame.exp
9560 * gdb.guile/scm-iterator.exp
9561 * gdb.guile/scm-math.exp
9562 * gdb.guile/scm-objfile.exp
9563 * gdb.guile/scm-ports.exp
9564 * gdb.guile/scm-symbol.exp
9565 * gdb.guile/scm-symtab.exp
9566 * gdb.guile/scm-value-cc.exp
9567 * gdb.guile/types-module.exp
9568 * gdb.linespec/break-ask.exp
9569 * gdb.linespec/cpexplicit.exp
9570 * gdb.linespec/explicit.exp
9571 * gdb.linespec/keywords.exp
9572 * gdb.linespec/linespec.exp
9573 * gdb.linespec/ls-dollar.exp
9574 * gdb.linespec/ls-errs.exp
9575 * gdb.linespec/skip-two.exp
9576 * gdb.linespec/thread.exp
9577 * gdb.mi/mi-async.exp
9578 * gdb.mi/mi-basics.exp
9579 * gdb.mi/mi-break.exp
9580 * gdb.mi/mi-catch-load.exp
9581 * gdb.mi/mi-cli.exp
9582 * gdb.mi/mi-cmd-param-changed.exp
9583 * gdb.mi/mi-console.exp
9584 * gdb.mi/mi-detach.exp
9585 * gdb.mi/mi-disassemble.exp
9586 * gdb.mi/mi-eval.exp
9587 * gdb.mi/mi-file-transfer.exp
9588 * gdb.mi/mi-file.exp
9589 * gdb.mi/mi-fill-memory.exp
9590 * gdb.mi/mi-inheritance-syntax-error.exp
9591 * gdb.mi/mi-linespec-err-cp.exp
9592 * gdb.mi/mi-logging.exp
9593 * gdb.mi/mi-memory-changed.exp
9594 * gdb.mi/mi-read-memory.exp
9595 * gdb.mi/mi-record-changed.exp
9596 * gdb.mi/mi-reg-undefined.exp
9597 * gdb.mi/mi-regs.exp
9598 * gdb.mi/mi-return.exp
9599 * gdb.mi/mi-reverse.exp
9600 * gdb.mi/mi-simplerun.exp
9601 * gdb.mi/mi-solib.exp
9602 * gdb.mi/mi-stack.exp
9603 * gdb.mi/mi-stepi.exp
9604 * gdb.mi/mi-syn-frame.exp
9605 * gdb.mi/mi-until.exp
9606 * gdb.mi/mi-var-block.exp
9607 * gdb.mi/mi-var-child.exp
9608 * gdb.mi/mi-var-cmd.exp
9609 * gdb.mi/mi-var-cp.exp
9610 * gdb.mi/mi-var-display.exp
9611 * gdb.mi/mi-var-invalidate.exp
9612 * gdb.mi/mi-var-list-children-invalid-grandchild.exp
9613 * gdb.mi/mi-vla-fortran.exp
9614 * gdb.mi/mi-watch.exp
9615 * gdb.mi/mi2-var-child.exp
9616 * gdb.mi/user-selected-context-sync.exp
9617 * gdb.modula2/unbounded-array.exp
9618 * gdb.multi/dummy-frame-restore.exp
9619 * gdb.multi/multi-arch-exec.exp
9620 * gdb.multi/multi-arch.exp
9621 * gdb.multi/tids.exp
9622 * gdb.multi/watchpoint-multi.exp
9623 * gdb.opencl/callfuncs.exp
9624 * gdb.opencl/convs_casts.exp
9625 * gdb.opencl/datatypes.exp
9626 * gdb.opencl/operators.exp
9627 * gdb.opencl/vec_comps.exp
9628 * gdb.opt/clobbered-registers-O2.exp
9629 * gdb.opt/inline-break.exp
9630 * gdb.opt/inline-bt.exp
9631 * gdb.opt/inline-cmds.exp
9632 * gdb.opt/inline-locals.exp
9633 * gdb.pascal/case-insensitive-symbols.exp
9634 * gdb.pascal/floats.exp
9635 * gdb.pascal/gdb11492.exp
9636 * gdb.python/lib-types.exp
9637 * gdb.python/py-arch.exp
9638 * gdb.python/py-as-string.exp
9639 * gdb.python/py-bad-printers.exp
9640 * gdb.python/py-block.exp
9641 * gdb.python/py-breakpoint-create-fail.exp
9642 * gdb.python/py-breakpoint.exp
9643 * gdb.python/py-caller-is.exp
9644 * gdb.python/py-cmd.exp
9645 * gdb.python/py-explore-cc.exp
9646 * gdb.python/py-explore.exp
9647 * gdb.python/py-finish-breakpoint.exp
9648 * gdb.python/py-finish-breakpoint2.exp
9649 * gdb.python/py-frame-args.exp
9650 * gdb.python/py-frame-inline.exp
9651 * gdb.python/py-frame.exp
9652 * gdb.python/py-framefilter-mi.exp
9653 * gdb.python/py-infthread.exp
9654 * gdb.python/py-lazy-string.exp
9655 * gdb.python/py-linetable.exp
9656 * gdb.python/py-mi-events.exp
9657 * gdb.python/py-mi-objfile.exp
9658 * gdb.python/py-mi.exp
9659 * gdb.python/py-objfile.exp
9660 * gdb.python/py-pp-integral.exp
9661 * gdb.python/py-pp-maint.exp
9662 * gdb.python/py-pp-re-notag.exp
9663 * gdb.python/py-pp-registration.exp
9664 * gdb.python/py-recurse-unwind.exp
9665 * gdb.python/py-strfns.exp
9666 * gdb.python/py-symbol.exp
9667 * gdb.python/py-symtab.exp
9668 * gdb.python/py-sync-interp.exp
9669 * gdb.python/py-typeprint.exp
9670 * gdb.python/py-unwind-maint.exp
9671 * gdb.python/py-unwind.exp
9672 * gdb.python/py-value-cc.exp
9673 * gdb.python/py-xmethods.exp
9674 * gdb.reverse/amd64-tailcall-reverse.exp
9675 * gdb.reverse/break-precsave.exp
9676 * gdb.reverse/break-reverse.exp
9677 * gdb.reverse/consecutive-precsave.exp
9678 * gdb.reverse/consecutive-reverse.exp
9679 * gdb.reverse/finish-precsave.exp
9680 * gdb.reverse/finish-reverse-bkpt.exp
9681 * gdb.reverse/finish-reverse.exp
9682 * gdb.reverse/fstatat-reverse.exp
9683 * gdb.reverse/getresuid-reverse.exp
9684 * gdb.reverse/i386-precsave.exp
9685 * gdb.reverse/i386-reverse.exp
9686 * gdb.reverse/i386-sse-reverse.exp
9687 * gdb.reverse/i387-env-reverse.exp
9688 * gdb.reverse/i387-stack-reverse.exp
9689 * gdb.reverse/insn-reverse.exp
9690 * gdb.reverse/machinestate-precsave.exp
9691 * gdb.reverse/machinestate.exp
9692 * gdb.reverse/next-reverse-bkpt-over-sr.exp
9693 * gdb.reverse/pipe-reverse.exp
9694 * gdb.reverse/readv-reverse.exp
9695 * gdb.reverse/recvmsg-reverse.exp
9696 * gdb.reverse/rerun-prec.exp
9697 * gdb.reverse/s390-mvcle.exp
9698 * gdb.reverse/step-precsave.exp
9699 * gdb.reverse/step-reverse.exp
9700 * gdb.reverse/time-reverse.exp
9701 * gdb.reverse/until-precsave.exp
9702 * gdb.reverse/until-reverse.exp
9703 * gdb.reverse/waitpid-reverse.exp
9704 * gdb.reverse/watch-precsave.exp
9705 * gdb.reverse/watch-reverse.exp
9706 * gdb.rust/generics.exp
9707 * gdb.rust/methods.exp
9708 * gdb.rust/modules.exp
9709 * gdb.rust/simple.exp
9710 * gdb.server/connect-with-no-symbol-file.exp
9711 * gdb.server/ext-attach.exp
9712 * gdb.server/ext-restart.exp
9713 * gdb.server/ext-wrapper.exp
9714 * gdb.server/file-transfer.exp
9715 * gdb.server/server-exec-info.exp
9716 * gdb.server/server-kill.exp
9717 * gdb.server/server-mon.exp
9718 * gdb.server/wrapper.exp
9719 * gdb.stabs/exclfwd.exp
9720 * gdb.stabs/gdb11479.exp
9721 * gdb.threads/clone-new-thread-event.exp
9722 * gdb.threads/corethreads.exp
9723 * gdb.threads/current-lwp-dead.exp
9724 * gdb.threads/dlopen-libpthread.exp
9725 * gdb.threads/gcore-thread.exp
9726 * gdb.threads/sigstep-threads.exp
9727 * gdb.threads/watchpoint-fork.exp
9728 * gdb.trace/actions-changed.exp
9729 * gdb.trace/backtrace.exp
9730 * gdb.trace/change-loc.exp
9731 * gdb.trace/circ.exp
9732 * gdb.trace/collection.exp
9733 * gdb.trace/disconnected-tracing.exp
9734 * gdb.trace/ftrace.exp
9735 * gdb.trace/mi-trace-frame-collected.exp
9736 * gdb.trace/mi-trace-unavailable.exp
9737 * gdb.trace/mi-traceframe-changed.exp
9738 * gdb.trace/mi-tsv-changed.exp
9739 * gdb.trace/no-attach-trace.exp
9740 * gdb.trace/passc-dyn.exp
9741 * gdb.trace/qtro.exp
9742 * gdb.trace/range-stepping.exp
9743 * gdb.trace/read-memory.exp
9744 * gdb.trace/save-trace.exp
9745 * gdb.trace/signal.exp
9746 * gdb.trace/status-stop.exp
9747 * gdb.trace/tfile.exp
9748 * gdb.trace/trace-break.exp
9749 * gdb.trace/trace-buffer-size.exp
9750 * gdb.trace/trace-condition.exp
9751 * gdb.trace/tracefile-pseudo-reg.exp
9752 * gdb.trace/tstatus.exp
9753 * gdb.trace/unavailable.exp
9754 * gdb.trace/while-dyn.exp
9755 * gdb.trace/while-stepping.exp
9756
34c41c68
DE
97572016-12-22 Doug Evans <xdje42@gmail.com>
9758
9759 * gdb.base/maint.exp: Update tests for maint print symbols, psymbols
9760 and msymbols.
9761
16e69324
YQ
97622016-12-19 Yao Qi <yao.qi@linaro.org>
9763
9764 * gdb.gdb/selftest.exp (do_steps_and_nexts): Remove.
9765 (test_with_self): Don't call do_steps_and_nexts, and remove
9766 code about stepping into xmalloc.
9767
f94f411b
YQ
97682016-12-09 Yao Qi <yao.qi@linaro.org>
9769
9770 * gdb.base/all-architectures.exp.in: Remove kfail for rx.
9771
97722016-12-09 Yao Qi <yao.qi@linaro.org>
9773
9774 * gdb.base/all-architectures.exp.in: Remove kfail for rl78.
9775
f1b5deee
PA
97762016-12-09 Pedro Alves <palves@redhat.com>
9777
9778 * gdb.base/all-architectures-0.exp: New file.
9779 * gdb.base/all-architectures-1.exp: New file.
9780 * gdb.base/all-architectures-2.exp: New file.
9781 * gdb.base/all-architectures-3.exp: New file.
9782 * gdb.base/all-architectures-4.exp: New file.
9783 * gdb.base/all-architectures-5.exp: New file.
9784 * gdb.base/all-architectures-6.exp: New file.
9785 * gdb.base/all-architectures-7.exp: New file.
9786 * gdb.base/all-architectures.exp.in: New file.
9787
364ca42e
YQ
97882016-12-09 Yao Qi <yao.qi@linaro.org>
9789
9790 * gdb.perf/skip-prologue.exp: Add parameter COMPILE.
9791
107c2d62
LM
97922016-12-02 Luis Machado <lgustavo@codesourcery.com>
9793
9794 * gdb.base/maint.exp: Use gdb_test instead of gdb_test_multiple when
9795 possible.
9796 Remove useless pattern-matching code.
9797
df3ee9ca
PA
97982016-12-02 Pedro Alves <palves@redhat.com>
9799
9800 * gdb.base/commands.exp (user_defined_command_manyargs_test): New
9801 procedure.
9802 (top level): Call it.
9803
ec835369
PA
98042016-12-02 Pedro Alves <palves@redhat.com>
9805
9806 * gdb.base/commands.exp (user_defined_command_args_stack_test):
9807 New procedure.
9808 (top level): Call it.
9809
01770bbd
PA
98102016-12-02 Pedro Alves <palves@redhat.com>
9811
9812 PR cli/20559
9813 * gdb.base/commands.exp (user_defined_command_args_eval): New
9814 procedure.
9815 (top level): Call it.
9816
008459ea
LM
98172016-12-02 Luis Machado <lgustavo@codesourcery.com>
9818
9819 * gdb.base/ovldbreak.exp (take_gdb_out_of_choice_menu): Restore
9820 timeout handling.
9821
0c1b455e
TT
98222016-12-02 Tom Tromey <tom@tromey.com>
9823
9824 * gdb.dwarf2/main-subprogram.c: New file.
9825 * gdb.dwarf2/main-subprogram.exp: New file.
9826
018572b8
LM
98272016-12-01 Luis Machado <lgustavo@codesourcery.com>
9828
9829 * gdb.base/maint.exp: Remove timeout handling for gdb_test_multiple.
9830 * gdb.cp/gdb2495.exp: Likewise and convert gdb_test_multiple into
9831 gdb_test_no_output for a couple of cases.
9832 * gdb.cp/ovldbreak.exp: Remove timeout handling for gdb_test_multiple.
9833
84c93cd5
LM
98342016-12-01 Luis Machado <lgustavo@codesourcery.com>
9835
9836 Fix test names and standardize compilation error messages throughout
9837 the following files:
9838
9839 * gdb.ada/start.exp
9840 * gdb.arch/alpha-step.exp
9841 * gdb.arch/e500-prologue.exp
9842 * gdb.arch/ftrace-insn-reloc.exp
9843 * gdb.arch/gdb1291.exp
9844 * gdb.arch/gdb1431.exp
9845 * gdb.arch/gdb1558.exp
9846 * gdb.arch/i386-dr3-watch.exp
9847 * gdb.arch/i386-sse-stack-align.exp
9848 * gdb.arch/ia64-breakpoint-shadow.exp
9849 * gdb.arch/pa-nullify.exp
9850 * gdb.arch/powerpc-aix-prologue.exp
9851 * gdb.arch/thumb-bx-pc.exp
9852 * gdb.base/annota1.exp
9853 * gdb.base/annota3.exp
9854 * gdb.base/arrayidx.exp
9855 * gdb.base/assign.exp
9856 * gdb.base/attach.exp
9857 * gdb.base/auxv.exp
9858 * gdb.base/bang.exp
9859 * gdb.base/bfp-test.exp
9860 * gdb.base/bigcore.exp
9861 * gdb.base/bitfields2.exp
9862 * gdb.base/break-fun-addr.exp
9863 * gdb.base/break-probes.exp
9864 * gdb.base/call-rt-st.exp
9865 * gdb.base/callexit.exp
9866 * gdb.base/catch-fork-kill.exp
9867 * gdb.base/charset.exp
9868 * gdb.base/checkpoint.exp
9869 * gdb.base/comprdebug.exp
9870 * gdb.base/constvars.exp
9871 * gdb.base/coredump-filter.exp
9872 * gdb.base/cursal.exp
9873 * gdb.base/cvexpr.exp
9874 * gdb.base/detach.exp
9875 * gdb.base/display.exp
9876 * gdb.base/dmsym.exp
9877 * gdb.base/dprintf-pending.exp
9878 * gdb.base/dso2dso.exp
9879 * gdb.base/dtrace-probe.exp
9880 * gdb.base/dump.exp
9881 * gdb.base/enum_cond.exp
9882 * gdb.base/exe-lock.exp
9883 * gdb.base/exec-invalid-sysroot.exp
9884 * gdb.base/execl-update-breakpoints.exp
9885 * gdb.base/exprs.exp
9886 * gdb.base/fileio.exp
9887 * gdb.base/find.exp
9888 * gdb.base/finish.exp
9889 * gdb.base/fixsection.exp
9890 * gdb.base/foll-vfork.exp
9891 * gdb.base/frame-args.exp
9892 * gdb.base/gcore.exp
9893 * gdb.base/gdb1250.exp
9894 * gdb.base/global-var-nested-by-dso.exp
9895 * gdb.base/gnu-ifunc.exp
9896 * gdb.base/hashline1.exp
9897 * gdb.base/hashline2.exp
9898 * gdb.base/hashline3.exp
9899 * gdb.base/hbreak-in-shr-unsupported.exp
9900 * gdb.base/huge.exp
9901 * gdb.base/infcall-input.exp
9902 * gdb.base/info-fun.exp
9903 * gdb.base/info-shared.exp
9904 * gdb.base/jit-simple.exp
9905 * gdb.base/jit-so.exp
9906 * gdb.base/jit.exp
9907 * gdb.base/jump.exp
9908 * gdb.base/label.exp
9909 * gdb.base/lineinc.exp
9910 * gdb.base/logical.exp
9911 * gdb.base/longjmp.exp
9912 * gdb.base/macscp.exp
9913 * gdb.base/miscexprs.exp
9914 * gdb.base/new-ui-echo.exp
9915 * gdb.base/new-ui-pending-input.exp
9916 * gdb.base/new-ui.exp
9917 * gdb.base/nodebug.exp
9918 * gdb.base/nofield.exp
9919 * gdb.base/offsets.exp
9920 * gdb.base/overlays.exp
9921 * gdb.base/pending.exp
9922 * gdb.base/pointers.exp
9923 * gdb.base/pr11022.exp
9924 * gdb.base/printcmds.exp
9925 * gdb.base/prologue.exp
9926 * gdb.base/ptr-typedef.exp
9927 * gdb.base/realname-expand.exp
9928 * gdb.base/relativedebug.exp
9929 * gdb.base/relocate.exp
9930 * gdb.base/remote.exp
9931 * gdb.base/reread.exp
9932 * gdb.base/return2.exp
9933 * gdb.base/savedregs.exp
9934 * gdb.base/sep.exp
9935 * gdb.base/sepdebug.exp
9936 * gdb.base/sepsymtab.exp
9937 * gdb.base/set-inferior-tty.exp
9938 * gdb.base/setshow.exp
9939 * gdb.base/shlib-call.exp
9940 * gdb.base/sigaltstack.exp
9941 * gdb.base/siginfo-addr.exp
9942 * gdb.base/signals.exp
9943 * gdb.base/signull.exp
9944 * gdb.base/sigrepeat.exp
9945 * gdb.base/so-impl-ld.exp
9946 * gdb.base/solib-display.exp
9947 * gdb.base/solib-overlap.exp
9948 * gdb.base/solib-search.exp
9949 * gdb.base/solib-symbol.exp
9950 * gdb.base/structs.exp
9951 * gdb.base/structs2.exp
9952 * gdb.base/symtab-search-order.exp
9953 * gdb.base/twice.exp
9954 * gdb.base/unload.exp
9955 * gdb.base/varargs.exp
9956 * gdb.base/watchpoint-solib.exp
9957 * gdb.base/watchpoint.exp
9958 * gdb.base/whatis.exp
9959 * gdb.base/wrong_frame_bt_full.exp
9960 * gdb.btrace/dlopen.exp
9961 * gdb.cell/ea-standalone.exp
9962 * gdb.cell/ea-test.exp
9963 * gdb.cp/dispcxx.exp
9964 * gdb.cp/gdb2384.exp
9965 * gdb.cp/method2.exp
9966 * gdb.cp/nextoverthrow.exp
9967 * gdb.cp/pr10728.exp
9968 * gdb.disasm/am33.exp
9969 * gdb.disasm/h8300s.exp
9970 * gdb.disasm/mn10300.exp
9971 * gdb.disasm/sh3.exp
9972 * gdb.dwarf2/dw2-dir-file-name.exp
9973 * gdb.fortran/complex.exp
9974 * gdb.fortran/library-module.exp
9975 * gdb.guile/scm-pretty-print.exp
9976 * gdb.guile/scm-symbol.exp
9977 * gdb.guile/scm-type.exp
9978 * gdb.guile/scm-value.exp
9979 * gdb.linespec/linespec.exp
9980 * gdb.mi/gdb701.exp
9981 * gdb.mi/gdb792.exp
9982 * gdb.mi/mi-breakpoint-changed.exp
9983 * gdb.mi/mi-dprintf-pending.exp
9984 * gdb.mi/mi-dprintf.exp
9985 * gdb.mi/mi-exit-code.exp
9986 * gdb.mi/mi-pending.exp
9987 * gdb.mi/mi-solib.exp
9988 * gdb.mi/new-ui-mi-sync.exp
9989 * gdb.mi/pr11022.exp
9990 * gdb.mi/user-selected-context-sync.exp
9991 * gdb.opt/solib-intra-step.exp
9992 * gdb.python/py-events.exp
9993 * gdb.python/py-finish-breakpoint.exp
9994 * gdb.python/py-mi.exp
9995 * gdb.python/py-prettyprint.exp
9996 * gdb.python/py-shared.exp
9997 * gdb.python/py-symbol.exp
9998 * gdb.python/py-template.exp
9999 * gdb.python/py-type.exp
10000 * gdb.python/py-value.exp
10001 * gdb.reverse/solib-precsave.exp
10002 * gdb.reverse/solib-reverse.exp
10003 * gdb.server/solib-list.exp
10004 * gdb.stabs/weird.exp
10005 * gdb.threads/reconnect-signal.exp
10006 * gdb.threads/stepi-random-signal.exp
10007 * gdb.trace/actions.exp
10008 * gdb.trace/ax.exp
10009 * gdb.trace/backtrace.exp
10010 * gdb.trace/change-loc.exp
10011 * gdb.trace/deltrace.exp
10012 * gdb.trace/ftrace-lock.exp
10013 * gdb.trace/ftrace.exp
10014 * gdb.trace/infotrace.exp
10015 * gdb.trace/mi-tracepoint-changed.exp
10016 * gdb.trace/packetlen.exp
10017 * gdb.trace/passcount.exp
10018 * gdb.trace/pending.exp
10019 * gdb.trace/range-stepping.exp
10020 * gdb.trace/report.exp
10021 * gdb.trace/stap-trace.exp
10022 * gdb.trace/tfind.exp
10023 * gdb.trace/trace-break.exp
10024 * gdb.trace/trace-condition.exp
10025 * gdb.trace/trace-enable-disable.exp
10026 * gdb.trace/trace-mt.exp
10027 * gdb.trace/tracecmd.exp
10028 * gdb.trace/tspeed.exp
10029 * gdb.trace/tsv.exp
10030 * lib/perftest.exp
10031
fb9feb35
LM
100322016-12-01 Luis Machado <lgustavo@codesourcery.com>
10033
10034 * gdb.cp/gdb2495.exp: Replace gdb_test_multiple
10035 with gdb_test_no_output.
10036 Use command as test name.
10037
cd2ddb6c
LM
100382016-12-01 Luis Machado <lgustavo@codesourcery.com>
10039
10040 Fix test names starting with uppercase throughout the files.
10041
10042 * gdb.ada/assign_1.exp
10043 * gdb.ada/boolean_expr.exp
10044 * gdb.base/arrayidx.exp
10045 * gdb.base/del.exp
10046 * gdb.base/gcore-buffer-overflow.exp
10047 * gdb.base/testenv.exp
10048 * gdb.compile/compile.exp
10049 * gdb.python/py-framefilter-invalidarg.exp
10050 * gdb.python/py-framefilter.exp
10051
bb95117e
LM
100522016-12-01 Luis Machado <lgustavo@codesourcery.com>
10053
10054 Fix test names starting with uppercase throughout the files.
10055
10056 * gdb.ada/array_return.exp
10057 * gdb.ada/expr_delims.exp
10058 * gdb.ada/mi_dyn_arr.exp
10059 * gdb.ada/mi_interface.exp
10060 * gdb.ada/mi_var_array.exp
10061 * gdb.ada/watch_arg.exp
10062 * gdb.arch/alpha-step.exp
10063 * gdb.arch/altivec-regs.exp
10064 * gdb.arch/e500-regs.exp
10065 * gdb.arch/powerpc-d128-regs.exp
10066 * gdb.base/arrayidx.exp
10067 * gdb.base/break.exp
10068 * gdb.base/checkpoint.exp
10069 * gdb.base/debug-expr.exp
10070 * gdb.base/dmsym.exp
10071 * gdb.base/radix.exp
10072 * gdb.base/sepdebug.exp
10073 * gdb.base/testenv.exp
10074 * gdb.base/watch_thread_num.exp
10075 * gdb.base/watchpoint-cond-gone.exp
10076 * gdb.cell/break.exp
10077 * gdb.cell/ea-cache.exp
10078 * gdb.compile/compile.exp
10079 * gdb.cp/gdb2495.exp
10080 * gdb.gdb/selftest.exp
10081 * gdb.gdb/xfullpath.exp
10082 * gdb.go/hello.exp
10083 * gdb.go/integers.exp
10084 * gdb.objc/basicclass.exp
10085 * gdb.pascal/hello.exp
10086 * gdb.pascal/integers.exp
10087 * gdb.python/py-breakpoint.exp
10088 * gdb.python/py-cmd.exp
10089 * gdb.python/py-linetable.exp
10090 * gdb.python/py-xmethods.exp
10091 * gdb.python/python.exp
10092 * gdb.reverse/consecutive-precsave.exp
10093 * gdb.reverse/finish-precsave.exp
10094 * gdb.reverse/i386-precsave.exp
10095 * gdb.reverse/machinestate-precsave.exp
10096 * gdb.reverse/sigall-precsave.exp
10097 * gdb.reverse/solib-precsave.exp
10098 * gdb.reverse/step-precsave.exp
10099 * gdb.reverse/until-precsave.exp
10100 * gdb.reverse/watch-precsave.exp
10101 * gdb.threads/leader-exit.exp
10102 * gdb.threads/pthreads.exp
10103 * gdb.threads/wp-replication.exp
10104 * gdb.trace/actions.exp
10105 * gdb.trace/mi-tsv-changed.exp
10106 * gdb.trace/tsv.exp
10107
de97fdd4
LM
101082016-12-01 Luis Machado <lgustavo@codesourcery.com>
10109
10110 Fix test names starting with uppercase throughout the files.
10111
10112 * gdb.arch/i386-bp_permanent.exp
10113 * gdb.arch/i386-gnu-cfi.exp
10114 * gdb.base/disasm-end-cu.exp
10115 * gdb.base/macscp.exp
10116 * gdb.base/pending.exp
10117 * gdb.base/watch_thread_num.exp
10118 * gdb.cp/exception.exp
10119 * gdb.cp/gdb2495.exp
10120 * gdb.cp/local.exp
10121 * gdb.python/py-evsignal.exp
10122 * gdb.python/python.exp
10123 * gdb.trace/tracecmd.exp
10124
9f058c10
LM
101252016-12-01 Luis Machado <lgustavo@codesourcery.com>
10126
10127 Fix test names starting with uppercase throughout the files.
10128
10129 * gdb.base/charset.exp
10130 * gdb.base/eval.exp
10131 * gdb.base/multi-forks.exp
10132 * gdb.guile/scm-progspace.exp
10133 * gdb.opencl/datatypes.exp
10134 * gdb.python/py-block.exp
10135 * gdb.python/py-function.exp
10136 * gdb.python/py-symbol.exp
10137 * gdb.python/py-symtab.exp
10138 * gdb.python/py-xmethods.exp
10139 * gdb.reverse/break-precsave.exp
10140 * gdb.reverse/break-reverse.exp
10141 * gdb.reverse/consecutive-precsave.exp
10142 * gdb.reverse/consecutive-reverse.exp
10143 * gdb.reverse/finish-precsave.exp
10144 * gdb.reverse/finish-reverse-bkpt.exp
10145 * gdb.reverse/finish-reverse.exp
10146 * gdb.reverse/fstatat-reverse.exp
10147 * gdb.reverse/getresuid-reverse.exp
10148 * gdb.reverse/i386-precsave.exp
10149 * gdb.reverse/i386-reverse.exp
10150 * gdb.reverse/i386-sse-reverse.exp
10151 * gdb.reverse/i387-stack-reverse.exp
10152 * gdb.reverse/insn-reverse.exp
10153 * gdb.reverse/machinestate-precsave.exp
10154 * gdb.reverse/machinestate.exp
10155 * gdb.reverse/next-reverse-bkpt-over-sr.exp
10156 * gdb.reverse/pipe-reverse.exp
10157 * gdb.reverse/readv-reverse.exp
10158 * gdb.reverse/recvmsg-reverse.exp
10159 * gdb.reverse/rerun-prec.exp
10160 * gdb.reverse/s390-mvcle.exp
10161 * gdb.reverse/sigall-precsave.exp
10162 * gdb.reverse/sigall-reverse.exp
10163 * gdb.reverse/solib-precsave.exp
10164 * gdb.reverse/solib-reverse.exp
10165 * gdb.reverse/step-precsave.exp
10166 * gdb.reverse/step-reverse.exp
10167 * gdb.reverse/time-reverse.exp
10168 * gdb.reverse/until-precsave.exp
10169 * gdb.reverse/until-reverse.exp
10170 * gdb.reverse/waitpid-reverse.exp
10171 * gdb.reverse/watch-precsave.exp
10172 * gdb.reverse/watch-reverse.exp
10173
cdc7edd7
LM
101742016-12-01 Luis Machado <lgustavo@codesourcery.com>
10175
10176 Fix test names starting with uppercase throughout the files.
10177
10178 * gdb.arch/i386-mpx-simple_segv.exp
10179 * gdb.arch/i386-mpx.exp
10180 * gdb.arch/i386-permbkpt.exp
10181 * gdb.arch/pa-nullify.exp
10182 * gdb.arch/powerpc-d128-regs.exp
10183 * gdb.arch/vsx-regs.exp
10184 * gdb.base/bfp-test.exp
10185 * gdb.base/break.exp
10186 * gdb.base/breakpoint-shadow.exp
10187 * gdb.base/callfuncs.exp
10188 * gdb.base/charset.exp
10189 * gdb.base/commands.exp
10190 * gdb.base/completion.exp
10191 * gdb.base/dfp-test.exp
10192 * gdb.base/echo.exp
10193 * gdb.base/ending-run.exp
10194 * gdb.base/eval.exp
10195 * gdb.base/expand-psymtabs.exp
10196 * gdb.base/float128.exp
10197 * gdb.base/floatn.exp
10198 * gdb.base/foll-exec-mode.exp
10199 * gdb.base/gdb1056.exp
10200 * gdb.base/gdb11531.exp
10201 * gdb.base/kill-after-signal.exp
10202 * gdb.base/multi-forks.exp
10203 * gdb.base/overlays.exp
10204 * gdb.base/pending.exp
10205 * gdb.base/sepdebug.exp
10206 * gdb.base/testenv.exp
10207 * gdb.base/valgrind-db-attach.exp
10208 * gdb.base/watch_thread_num.exp
10209 * gdb.base/watchpoint-cond-gone.exp
10210 * gdb.base/watchpoint.exp
10211 * gdb.base/watchpoints.exp
10212 * gdb.cp/arg-reference.exp
10213 * gdb.cp/baseenum.exp
10214 * gdb.cp/operator.exp
10215 * gdb.cp/shadow.exp
10216 * gdb.dwarf2/dw2-op-out-param.exp
10217 * gdb.dwarf2/dw2-reg-undefined.exp
10218 * gdb.go/chan.exp
10219 * gdb.go/hello.exp
10220 * gdb.go/integers.exp
10221 * gdb.go/methods.exp
10222 * gdb.go/package.exp
10223 * gdb.guile/scm-parameter.exp
10224 * gdb.guile/scm-progspace.exp
10225 * gdb.guile/scm-value.exp
10226 * gdb.mi/mi-pending.exp
10227 * gdb.mi/user-selected-context-sync.exp
10228 * gdb.multi/multi-attach.exp
10229 * gdb.multi/tids.exp
10230 * gdb.opt/clobbered-registers-O2.exp
10231 * gdb.pascal/floats.exp
10232 * gdb.pascal/integers.exp
10233 * gdb.python/py-block.exp
10234 * gdb.python/py-events.exp
10235 * gdb.python/py-parameter.exp
10236 * gdb.python/py-symbol.exp
10237 * gdb.python/py-symtab.exp
10238 * gdb.python/py-type.exp
10239 * gdb.python/py-value.exp
10240 * gdb.python/py-xmethods.exp
10241 * gdb.python/python.exp
10242 * gdb.reverse/break-precsave.exp
10243 * gdb.reverse/consecutive-precsave.exp
10244 * gdb.reverse/finish-precsave.exp
10245 * gdb.reverse/i386-precsave.exp
10246 * gdb.reverse/machinestate-precsave.exp
10247 * gdb.reverse/sigall-precsave.exp
10248 * gdb.reverse/solib-precsave.exp
10249 * gdb.reverse/step-precsave.exp
10250 * gdb.reverse/until-precsave.exp
10251 * gdb.reverse/watch-precsave.exp
10252 * gdb.server/ext-attach.exp
10253 * gdb.server/ext-restart.exp
10254 * gdb.server/ext-run.exp
10255 * gdb.server/ext-wrapper.exp
10256 * gdb.stabs/gdb11479.exp
10257 * gdb.stabs/weird.exp
10258 * gdb.threads/attach-many-short-lived-threads.exp
10259 * gdb.threads/kill.exp
10260 * gdb.threads/watchpoint-fork.exp
10261
bc6c7af4
LM
102622016-12-01 Luis Machado <lgustavo@codesourcery.com>
10263
10264 Fix test names starting with uppercase throughout all the files below.
10265
10266 * gdb.ada/array_return.exp
10267 * gdb.ada/catch_ex.exp
10268 * gdb.ada/info_exc.exp
10269 * gdb.ada/mi_catch_ex.exp
10270 * gdb.ada/mi_dyn_arr.exp
10271 * gdb.ada/mi_ex_cond.exp
10272 * gdb.ada/mi_exc_info.exp
10273 * gdb.ada/mi_interface.exp
10274 * gdb.ada/mi_task_arg.exp
10275 * gdb.ada/mi_task_info.exp
10276 * gdb.ada/mi_var_array.exp
10277 * gdb.arch/alpha-step.exp
10278 * gdb.arch/amd64-disp-step.exp
10279 * gdb.arch/arm-disp-step.exp
10280 * gdb.arch/disp-step-insn-reloc.exp
10281 * gdb.arch/e500-prologue.exp
10282 * gdb.arch/ftrace-insn-reloc.exp
10283 * gdb.arch/gdb1558.exp
10284 * gdb.arch/i386-bp_permanent.exp
10285 * gdb.arch/i386-disp-step.exp
10286 * gdb.arch/i386-float.exp
10287 * gdb.arch/i386-gnu-cfi.exp
10288 * gdb.arch/ia64-breakpoint-shadow.exp
10289 * gdb.arch/mips16-thunks.exp
10290 * gdb.arch/pa-nullify.exp
10291 * gdb.arch/powerpc-aix-prologue.exp
10292 * gdb.arch/powerpc-power.exp
10293 * gdb.arch/ppc-dfp.exp
10294 * gdb.arch/s390-tdbregs.exp
10295 * gdb.arch/spu-info.exp
10296 * gdb.arch/spu-ls.exp
10297 * gdb.arch/thumb-bx-pc.exp
10298 * gdb.base/advance.exp
10299 * gdb.base/annota-input-while-running.exp
10300 * gdb.base/arrayidx.exp
10301 * gdb.base/asmlabel.exp
10302 * gdb.base/async.exp
10303 * gdb.base/attach-wait-input.exp
10304 * gdb.base/auto-connect-native-target.exp
10305 * gdb.base/batch-preserve-term-settings.exp
10306 * gdb.base/bfp-test.exp
10307 * gdb.base/bigcore.exp
10308 * gdb.base/bp-permanent.exp
10309 * gdb.base/break-always.exp
10310 * gdb.base/break-fun-addr.exp
10311 * gdb.base/break-idempotent.exp
10312 * gdb.base/break-main-file-remove-fail.exp
10313 * gdb.base/break-probes.exp
10314 * gdb.base/break-unload-file.exp
10315 * gdb.base/break.exp
10316 * gdb.base/call-ar-st.exp
10317 * gdb.base/call-rt-st.exp
10318 * gdb.base/call-sc.exp
10319 * gdb.base/call-signal-resume.exp
10320 * gdb.base/call-strs.exp
10321 * gdb.base/callexit.exp
10322 * gdb.base/callfuncs.exp
10323 * gdb.base/catch-gdb-caused-signals.exp
10324 * gdb.base/catch-signal-siginfo-cond.exp
10325 * gdb.base/catch-syscall.exp
10326 * gdb.base/compare-sections.exp
10327 * gdb.base/cond-eval-mode.exp
10328 * gdb.base/condbreak-call-false.exp
10329 * gdb.base/consecutive-step-over.exp
10330 * gdb.base/cursal.exp
10331 * gdb.base/disabled-location.exp
10332 * gdb.base/disasm-end-cu.exp
10333 * gdb.base/display.exp
10334 * gdb.base/double-prompt-target-event-error.exp
10335 * gdb.base/dprintf-bp-same-addr.exp
10336 * gdb.base/dprintf-detach.exp
10337 * gdb.base/dprintf-next.exp
10338 * gdb.base/dprintf-non-stop.exp
10339 * gdb.base/dprintf-pending.exp
10340 * gdb.base/dso2dso.exp
10341 * gdb.base/ending-run.exp
10342 * gdb.base/enum_cond.exp
10343 * gdb.base/examine-backward.exp
10344 * gdb.base/exe-lock.exp
10345 * gdb.base/exec-invalid-sysroot.exp
10346 * gdb.base/execl-update-breakpoints.exp
10347 * gdb.base/execution-termios.exp
10348 * gdb.base/fileio.exp
10349 * gdb.base/fixsection.exp
10350 * gdb.base/foll-exec-mode.exp
10351 * gdb.base/foll-exec.exp
10352 * gdb.base/fork-running-state.exp
10353 * gdb.base/frame-args.exp
10354 * gdb.base/fullpath-expand.exp
10355 * gdb.base/func-ptr.exp
10356 * gdb.base/gcore-relro-pie.exp
10357 * gdb.base/gdb1090.exp
10358 * gdb.base/gdb1555.exp
10359 * gdb.base/global-var-nested-by-dso.exp
10360 * gdb.base/gnu-ifunc.exp
10361 * gdb.base/hbreak-in-shr-unsupported.exp
10362 * gdb.base/hbreak-unmapped.exp
10363 * gdb.base/hook-stop.exp
10364 * gdb.base/infcall-input.exp
10365 * gdb.base/info-fun.exp
10366 * gdb.base/info-shared.exp
10367 * gdb.base/interrupt-noterm.exp
10368 * gdb.base/jit-so.exp
10369 * gdb.base/jit.exp
10370 * gdb.base/line-symtabs.exp
10371 * gdb.base/list.exp
10372 * gdb.base/longjmp.exp
10373 * gdb.base/macscp.exp
10374 * gdb.base/max-value-size.exp
10375 * gdb.base/nodebug.exp
10376 * gdb.base/nofield.exp
10377 * gdb.base/overlays.exp
10378 * gdb.base/paginate-after-ctrl-c-running.exp
10379 * gdb.base/paginate-bg-execution.exp
10380 * gdb.base/paginate-inferior-exit.exp
10381 * gdb.base/pending.exp
10382 * gdb.base/pr11022.exp
10383 * gdb.base/printcmds.exp
10384 * gdb.base/ptr-typedef.exp
10385 * gdb.base/ptype.exp
10386 * gdb.base/randomize.exp
10387 * gdb.base/range-stepping.exp
10388 * gdb.base/realname-expand.exp
10389 * gdb.base/relativedebug.exp
10390 * gdb.base/remote.exp
10391 * gdb.base/savedregs.exp
10392 * gdb.base/sepdebug.exp
10393 * gdb.base/set-noassign.exp
10394 * gdb.base/shlib-call.exp
10395 * gdb.base/shreloc.exp
10396 * gdb.base/sigaltstack.exp
10397 * gdb.base/sigbpt.exp
10398 * gdb.base/siginfo-addr.exp
10399 * gdb.base/siginfo-obj.exp
10400 * gdb.base/siginfo-thread.exp
10401 * gdb.base/signest.exp
10402 * gdb.base/signull.exp
10403 * gdb.base/sigrepeat.exp
10404 * gdb.base/skip.exp
10405 * gdb.base/so-impl-ld.exp
10406 * gdb.base/solib-corrupted.exp
10407 * gdb.base/solib-disc.exp
10408 * gdb.base/solib-display.exp
10409 * gdb.base/solib-overlap.exp
10410 * gdb.base/solib-search.exp
10411 * gdb.base/solib-symbol.exp
10412 * gdb.base/source-execution.exp
10413 * gdb.base/sss-bp-on-user-bp-2.exp
10414 * gdb.base/sss-bp-on-user-bp.exp
10415 * gdb.base/stack-checking.exp
10416 * gdb.base/stale-infcall.exp
10417 * gdb.base/step-break.exp
10418 * gdb.base/step-line.exp
10419 * gdb.base/step-over-exit.exp
10420 * gdb.base/step-test.exp
10421 * gdb.base/structs.exp
10422 * gdb.base/sym-file.exp
10423 * gdb.base/symtab-search-order.exp
10424 * gdb.base/term.exp
10425 * gdb.base/type-opaque.exp
10426 * gdb.base/unload.exp
10427 * gdb.base/until-nodebug.exp
10428 * gdb.base/until.exp
10429 * gdb.base/unwindonsignal.exp
10430 * gdb.base/watch-cond.exp
10431 * gdb.base/watch-non-mem.exp
10432 * gdb.base/watch_thread_num.exp
10433 * gdb.base/watchpoint-reuse-slot.exp
10434 * gdb.base/watchpoint-solib.exp
10435 * gdb.base/watchpoint.exp
10436 * gdb.btrace/dlopen.exp
10437 * gdb.cell/arch.exp
10438 * gdb.cell/break.exp
10439 * gdb.cell/bt.exp
10440 * gdb.cell/core.exp
10441 * gdb.cell/data.exp
10442 * gdb.cell/dwarfaddr.exp
10443 * gdb.cell/ea-cache.exp
10444 * gdb.cell/ea-standalone.exp
10445 * gdb.cell/ea-test.exp
10446 * gdb.cell/f-regs.exp
10447 * gdb.cell/fork.exp
10448 * gdb.cell/gcore.exp
10449 * gdb.cell/mem-access.exp
10450 * gdb.cell/ptype.exp
10451 * gdb.cell/registers.exp
10452 * gdb.cell/sizeof.exp
10453 * gdb.cell/solib-symbol.exp
10454 * gdb.cell/solib.exp
10455 * gdb.compile/compile-tls.exp
10456 * gdb.cp/exception.exp
10457 * gdb.cp/gdb2495.exp
10458 * gdb.cp/local.exp
10459 * gdb.cp/mb-inline.exp
10460 * gdb.cp/mb-templates.exp
10461 * gdb.cp/pr10687.exp
10462 * gdb.cp/pr9167.exp
10463 * gdb.cp/scope-err.exp
10464 * gdb.cp/templates.exp
10465 * gdb.cp/virtfunc.exp
10466 * gdb.dwarf2/dw2-dir-file-name.exp
10467 * gdb.dwarf2/dw2-single-line-discriminators.exp
10468 * gdb.fortran/complex.exp
10469 * gdb.fortran/library-module.exp
10470 * gdb.guile/guile.exp
10471 * gdb.guile/scm-cmd.exp
10472 * gdb.guile/scm-frame-inline.exp
10473 * gdb.guile/scm-objfile.exp
10474 * gdb.guile/scm-pretty-print.exp
10475 * gdb.guile/scm-symbol.exp
10476 * gdb.guile/scm-type.exp
10477 * gdb.guile/scm-value.exp
10478 * gdb.linespec/keywords.exp
10479 * gdb.linespec/ls-errs.exp
10480 * gdb.linespec/macro-relative.exp
10481 * gdb.linespec/thread.exp
10482 * gdb.mi/mi-breakpoint-changed.exp
10483 * gdb.mi/mi-dprintf-pending.exp
10484 * gdb.mi/mi-fullname-deleted.exp
10485 * gdb.mi/mi-logging.exp
10486 * gdb.mi/mi-pending.exp
10487 * gdb.mi/mi-solib.exp
10488 * gdb.mi/new-ui-mi-sync.exp
10489 * gdb.mi/user-selected-context-sync.exp
10490 * gdb.multi/dummy-frame-restore.exp
10491 * gdb.multi/multi-arch-exec.exp
10492 * gdb.multi/remove-inferiors.exp
10493 * gdb.multi/watchpoint-multi-exit.exp
10494 * gdb.opt/solib-intra-step.exp
10495 * gdb.perf/backtrace.exp
10496 * gdb.perf/single-step.exp
10497 * gdb.perf/skip-command.exp
10498 * gdb.perf/skip-prologue.exp
10499 * gdb.perf/solib.exp
10500 * gdb.python/lib-types.exp
10501 * gdb.python/py-as-string.exp
10502 * gdb.python/py-bad-printers.exp
10503 * gdb.python/py-block.exp
10504 * gdb.python/py-breakpoint.exp
10505 * gdb.python/py-cmd.exp
10506 * gdb.python/py-events.exp
10507 * gdb.python/py-evthreads.exp
10508 * gdb.python/py-finish-breakpoint.exp
10509 * gdb.python/py-finish-breakpoint2.exp
10510 * gdb.python/py-frame-inline.exp
10511 * gdb.python/py-frame.exp
10512 * gdb.python/py-inferior.exp
10513 * gdb.python/py-infthread.exp
10514 * gdb.python/py-mi.exp
10515 * gdb.python/py-objfile.exp
10516 * gdb.python/py-pp-maint.exp
10517 * gdb.python/py-pp-registration.exp
10518 * gdb.python/py-prettyprint.exp
10519 * gdb.python/py-recurse-unwind.exp
10520 * gdb.python/py-shared.exp
10521 * gdb.python/py-symbol.exp
10522 * gdb.python/py-symtab.exp
10523 * gdb.python/py-template.exp
10524 * gdb.python/py-type.exp
10525 * gdb.python/py-unwind-maint.exp
10526 * gdb.python/py-unwind.exp
10527 * gdb.python/py-value.exp
10528 * gdb.python/python.exp
10529 * gdb.reverse/finish-reverse-bkpt.exp
10530 * gdb.reverse/insn-reverse.exp
10531 * gdb.reverse/next-reverse-bkpt-over-sr.exp
10532 * gdb.reverse/solib-precsave.exp
10533 * gdb.reverse/solib-reverse.exp
10534 * gdb.stabs/gdb11479.exp
10535 * gdb.stabs/weird.exp
10536 * gdb.threads/fork-child-threads.exp
10537 * gdb.threads/fork-plus-threads.exp
10538 * gdb.threads/fork-thread-pending.exp
10539 * gdb.threads/forking-threads-plus-breakpoint.exp
10540 * gdb.threads/hand-call-in-threads.exp
10541 * gdb.threads/interrupted-hand-call.exp
10542 * gdb.threads/linux-dp.exp
10543 * gdb.threads/local-watch-wrong-thread.exp
10544 * gdb.threads/next-while-other-thread-longjmps.exp
10545 * gdb.threads/non-ldr-exit.exp
10546 * gdb.threads/pending-step.exp
10547 * gdb.threads/print-threads.exp
10548 * gdb.threads/process-dies-while-detaching.exp
10549 * gdb.threads/process-dies-while-handling-bp.exp
10550 * gdb.threads/pthreads.exp
10551 * gdb.threads/queue-signal.exp
10552 * gdb.threads/reconnect-signal.exp
10553 * gdb.threads/signal-command-handle-nopass.exp
10554 * gdb.threads/signal-command-multiple-signals-pending.exp
10555 * gdb.threads/signal-delivered-right-thread.exp
10556 * gdb.threads/signal-sigtrap.exp
10557 * gdb.threads/sigthread.exp
10558 * gdb.threads/staticthreads.exp
10559 * gdb.threads/stepi-random-signal.exp
10560 * gdb.threads/thread-unwindonsignal.exp
10561 * gdb.threads/thread_check.exp
10562 * gdb.threads/thread_events.exp
10563 * gdb.threads/tid-reuse.exp
10564 * gdb.threads/tls-nodebug.exp
10565 * gdb.threads/tls-shared.exp
10566 * gdb.threads/tls-so_extern.exp
10567 * gdb.threads/tls.exp
10568 * gdb.threads/wp-replication.exp
10569 * gdb.trace/actions-changed.exp
10570 * gdb.trace/actions.exp
10571 * gdb.trace/backtrace.exp
10572 * gdb.trace/change-loc.exp
10573 * gdb.trace/collection.exp
10574 * gdb.trace/deltrace.exp
10575 * gdb.trace/disconnected-tracing.exp
10576 * gdb.trace/entry-values.exp
10577 * gdb.trace/ftrace-lock.exp
10578 * gdb.trace/ftrace.exp
10579 * gdb.trace/infotrace.exp
10580 * gdb.trace/mi-trace-frame-collected.exp
10581 * gdb.trace/mi-trace-unavailable.exp
10582 * gdb.trace/mi-traceframe-changed.exp
10583 * gdb.trace/mi-tracepoint-changed.exp
10584 * gdb.trace/mi-tsv-changed.exp
10585 * gdb.trace/no-attach-trace.exp
10586 * gdb.trace/packetlen.exp
10587 * gdb.trace/passc-dyn.exp
10588 * gdb.trace/passcount.exp
10589 * gdb.trace/pending.exp
10590 * gdb.trace/pr16508.exp
10591 * gdb.trace/qtro.exp
10592 * gdb.trace/range-stepping.exp
10593 * gdb.trace/read-memory.exp
10594 * gdb.trace/report.exp
10595 * gdb.trace/save-trace.exp
10596 * gdb.trace/signal.exp
10597 * gdb.trace/stap-trace.exp
10598 * gdb.trace/status-stop.exp
10599 * gdb.trace/strace.exp
10600 * gdb.trace/tfile.exp
10601 * gdb.trace/tfind.exp
10602 * gdb.trace/trace-break.exp
10603 * gdb.trace/trace-condition.exp
10604 * gdb.trace/trace-enable-disable.exp
10605 * gdb.trace/trace-mt.exp
10606 * gdb.trace/tracecmd.exp
10607 * gdb.trace/tracefile-pseudo-reg.exp
10608 * gdb.trace/tspeed.exp
10609 * gdb.trace/tstatus.exp
10610 * gdb.trace/tsv.exp
10611 * gdb.trace/unavailable.exp
10612 * gdb.trace/while-dyn.exp
10613 * gdb.trace/while-stepping.exp
10614 * lib/gdb-guile.exp
10615 * lib/gdb.exp
10616 * lib/mi-support.exp
10617 * lib/pascal.exp
10618 * lib/perftest.exp
10619 * lib/prelink-support.exp
10620 * lib/selftest-support.exp
10621
ad02e4fe
SM
106222016-11-30 Simon Marchi <simon.marchi@polymtl.ca>
10623
10624 * Makefile.in: Include disable-implicit-rules.mk.
10625
22347e55
AA
106262016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
10627
10628 * gdb.dwarf2/nonvar-access.exp: Add a test for accessing
10629 non-byte-aligned bit fields.
10630
da5b30da
AA
106312016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
10632
10633 PR gdb/12616
10634 * gdb.dwarf2/nonvar-access.exp: New testcase. Check that GDB
10635 respects the DW_AT_data_bit_offset attribute.
10636
b593ecca
SM
106372016-11-22 Simon Marchi <simon.marchi@polymtl.ca>
10638
10639 * gdb.base/default.exp: Fix output of "set language".
10640
3b165252
SM
106412016-11-17 Simon Marchi <simon.marchi@polymtl.ca>
10642
10643 * Makefile.in: Remove @GMAKE_TRUE@ prefixes and removes lines
10644 prefixed with @GMAKE_FALSE@. Update comment related to non-GNU
10645 make.
10646 * configure.ac: Remove checks for the make program.
10647 * configure: Re-generate.
10648
1a2f3d7f
KB
106492016-11-16 Kevin Buettner <kevinb@redhat.com>
10650
10651 * gdb.python/py-recurse-unwind.c (main): Add loop.
10652 * gdb.python/py-recurse-unwind.py (TestUnwinder): Add calls
10653 to read_register() and gdb.parse_and_eval(). Make each code
10654 call a separate case that can be individually tested.
10655 * gdb.python/py-recurse-unwind.exp (cont_and_backtrace): New
10656 proc. Call cont_and_backtrace for each of the code paths that
10657 we want to test in the unwinder.
10658
b7f38fda
AA
106592016-11-15 Andreas Arnez <arnez@linux.vnet.ibm.com>
10660
10661 * gdb.dwarf2/bitfield-parent-optimized-out.exp: Fix DWARF code for
10662 the definition of struct S.
10663
1f8db343
CM
106642016-11-11 Catherine Moore <clm@codesourcery.com>
10665
10666 * gdb.base/dump.exp: Identify verilog format dump tests as such.
10667
fad0c9fb
PA
106682016-11-09 Pedro Alves <palves@redhat.com>
10669
10670 * gdb.base/commands.exp (runto_or_return): New procedure.
10671 (gdbvar_simple_if_test, gdbvar_simple_while_test)
10672 (gdbvar_complex_if_while_test, progvar_simple_if_test)
10673 (progvar_simple_while_test, progvar_complex_if_while_test)
10674 (if_while_breakpoint_command_test)
10675 (infrun_breakpoint_command_test, breakpoint_command_test)
10676 (user_defined_command_test, watchpoint_command_test)
10677 (test_command_prompt_position, redefine_hook_test)
10678 (stray_arg0_test, error_clears_commands_left, redefine_hook_test)
10679 (redefine_backtrace_test): Use runto_or_return, $valnum_re,
10680 multi_line_input and multi_line. Remove gdb_expect and
10681 gdb_stop_suppressing_tests uses.
10682 * lib/gdb.exp (valnum_re): New global.
10683 (multi_line_input): New procedure.
10684
8354c62c
SM
106852016-11-09 Simon Marchi <simon.marchi@polymtl.ca>
10686
10687 * gdb.mi/user-selected-context-sync.exp (with_test_prefix_procname):
10688 Remove.
10689 (test_setup): Define with proc_with_prefix.
10690 (test_cli_inferior): Likewise.
10691 (test_cli_thread): Likewise.
10692 (test_cli_frame): Likewise.
10693 (test_cli_select_frame): Likewise.
10694 (test_cli_up_down): Likewise.
10695 (test_mi_thread_select): Likewise.
10696 (test_mi_stack_select_frame): Likewise.
10697 (test_cli_in_mi_inferior): Likewise.
10698 (test_cli_in_mi_thread): Likewise.
10699 (test_cli_in_mi_frame): Likewise.
10700 (top level): Do not use with_test_prefix_procname.
10701
64f367a2
PA
107022016-11-09 Pedro Alves <palves@redhat.com>
10703
10704 * gdb.base/commands.exp (gdbvar_simple_if_test)
10705 (gdbvar_simple_while_test, gdbvar_complex_if_while_test)
10706 (progvar_simple_if_test, progvar_simple_while_test)
10707 (progvar_complex_if_while_test, if_while_breakpoint_command_test)
10708 (infrun_breakpoint_command_test, breakpoint_command_test)
10709 (user_defined_command_test, watchpoint_command_test)
10710 (test_command_prompt_position, deprecated_command_test)
10711 (bp_deleted_in_command, temporary_breakpoint_commands)
10712 (stray_arg0_test, source_file_with_indented_comment)
10713 (recursive_source_test, if_commands_test)
10714 (error_clears_commands_left, redefine_hook_test)
10715 (redefine_backtrace_test): Use proc_with_prefix.
10716 * lib/gdb.exp (proc_with_prefix): New proc.
10717
0bb65f1e
AA
107182016-11-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
10719
10720 * gdb.base/tui-layout.c: New file.
10721 * gdb.base/tui-layout.exp: Use tui-layout.c, to ensure that the
10722 disassembly window contains very long lines.
10723
7353f247
TT
107242016-11-08 Tom Tromey <tom@tromey.com>
10725
10726 * gdb.python/py-value.exp (test_value_creation): Make "long" test
10727 depend on Python 2.
10728
30a7bb83
TT
107292016-11-08 Tom Tromey <tom@tromey.com>
10730
10731 * gdb.python/py-framefilter.py (ElidingFrameDecorator.address):
10732 New method.
10733
cdf5a07c
MG
107342016-10-29 Manish Goregaokar <manish@mozilla.com>
10735
2806dc7e 10736 * gdb.rust/simple.exp: Add tests for `sizeof(expr)`.
cdf5a07c 10737
51a789c3
MG
107382016-10-27 Manish Goregaokar <manish@mozilla.com>
10739
2806dc7e
PA
10740 * gdb.rust/simple.rs: Add test for univariant enums without
10741 discriminants and for encoded struct-like enums.
51a789c3 10742
f610ab6d
PA
107432016-10-28 Pedro Alves <palves@redhat.com>
10744
10745 * gdb.base/maint.exp <maint info line-table w/o a file name>: Use
10746 gdb_test_multiple, tighten regexps and match symtabs and line
10747 tables incrementally.
10748
b129b0ca
LM
107492016-10-28 Luis Machado <lgustavo@codesourcery.com>
10750
10751 * gdb.base/foll-exec.exp (do_exec_tests): Make test pattern more
10752 general.
10753
ecf45d2c
SL
107542016-10-25 Luis Machado <lgustavo@codesourcery.com>
10755
10756 * gdb.base/exec-invalid-sysroot.exp: New file.
10757
b8d38ee4
JK
107582016-10-24 Jan Kratochvil <jan.kratochvil@redhat.com>
10759
10760 * gdb.base/morestack.exp: Try to build it using -fuse-ld=gold first.
10761
f90fd8c2
JK
107622016-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
10763
10764 * lib/gdb.exp (get_compiler_info): Generalize gcc_compile regexp.
10765
2d2476aa
MR
107662016-10-19 Maciej W. Rozycki <macro@imgtec.com>
10767
2806dc7e
PA
10768 * gdb.base/killed-outside.exp: Remove $options from a call to
10769 `prepare_for_testing'.
2d2476aa 10770
e42b25a0
SM
107712016-10-17 Simon Marchi <simon.marchi@ericsson.com>
10772
10773 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
10774 Change test message.
10775
3ccdb432
SM
107762016-10-17 Simon Marchi <simon.marchi@ericsson.com>
10777
10778 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
10779 Update comment.
10780
5bad3170
SM
107812016-10-17 Simon Marchi <simon.marchi@ericsson.com>
10782
10783 * gdb.trace/mi-trace-save.exp: New file.
10784
5ad9dba7
YQ
107852016-10-13 Yao Qi <yao.qi@linaro.org>
10786
10787 * gdb.base/code_elim.exp (get_var_address): Remove.
10788 * gdb.base/relocate.exp: Likewise.
10789 * gdb.base/shreloc.exp: Likewise.
10790 * lib/gdb.exp (get_var_address): New.
10791
62df7e21
YQ
107922016-10-13 Yao Qi <yao.qi@linaro.org>
10793
10794 * gdb.base/structs.exp: Invoke gdb_skip_float_test, and do
10795 floating point tests if $skip_float_test is false.
10796
4dac951e
LM
107972016-10-12 Luis Machado <lgustavo@codesourcery.com>
10798
10799 * gdb.python/py-value.c (main): Check if argv is NULL before using it.
10800 * gdb.python/py-value.exp (test_value_in_inferior): Don't use hardcoded
10801 argc values.
10802 Add 1 to argc so we guarantee distinct initial/modified argc values.
10803
8f1a8fc4
JK
108042016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
10805
10806 * gdb.arch/powerpc-prologue.c (optimized_1): New declaration.
10807
16c85b5d
JK
108082016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
10809
10810 * gdb.arch/powerpc-prologue.exp: Use standard_output_file
10811 * gdb.arch/ppc64-symtab-cordic.exp: Likewise.
10812 * gdb.arch/vsx-regs.exp: Likewise.
10813
1d0e042a
YQ
108142016-10-07 Yao Qi <yao.qi@linaro.org>
10815
10816 * gdb.xml/tdesc-regs.exp: Set regdir to "arm/".
10817
68dadef5
MM
108182016-10-07 Markus Metzger <markus.t.metzger@intel.com>
10819
10820 * gdb.python/python.exp: Test decode_line("*0").
10821
33fa2c6e
DE
108222016-10-06 Doug Evans <dje@google.com>
10823
10824 * gdb.python/py-value.exp (test_value_creation): Add test for large
10825 unsigned 64-bit value.
10826
9c37b5ae
TT
108272016-10-06 Tom Tromey <tom@tromey.com>
10828
10829 * gdb.compile/compile.exp: Change java tests to rust.
10830 * gdb.base/setshow.exp: Change java tests to rust.
10831 * gdb.base/default.exp: Remove java from language list.
10832 * README (Examples): Update language example.
10833 * gdb.python/py-lookup-type.exp (test_lookup_type): Remove java
10834 test.
10835 * lib/gdb.exp (skip_java_tests): Remove.
10836 * lib/java.exp: Remove.
10837 * gdb.java: Remove.
10838
78b86327
MR
108392016-10-06 Maciej W. Rozycki <macro@imgtec.com>
10840
10841 * gdb.arch/mips-fcr.exp: New test.
10842 * gdb.arch/mips-fcr.c: Source for the new test.
10843
7470adbb
MR
108442016-10-06 Maciej W. Rozycki <macro@imgtec.com>
10845
10846 * gdb.base/solib-disc.exp: Use `standard_output_file'
10847 throughout.
10848
4a556533
PA
108492016-10-06 Pedro Alves <palves@redhat.com>
10850
10851 * gdb.base/jit-simple-dl.c: New file.
10852 * gdb.base/jit-simple-jit.c: New file, factored out from ...
10853 * gdb.base/jit-simple.c: ... this.
10854 * gdb.base/jit-simple.exp (jit_run): Delete.
10855 (build_jit): New proc.
10856 (jit_test_reread): Recompile either the main program or the shared
10857 library, depending on what is being tested. Skip changing address
10858 if caller wants to. Compare before/after addresses. If testing
10859 standalone, explicitly load the binary. Test "maint info
10860 breakpoints".
10861 (top level): Add "standalone vs shared lib" and "change address"
10862 vs "same address" axes.
10863
5a122fbc
PA
108642016-10-06 Pedro Alves <palves@redhat.com>
10865
10866 * gdb.base/jit-simple.exp (top level) Delete get_compiler_info
10867 call.
10868 (jit_run): Delete.
10869 (jit_test_reread): Use with_test_prefix. Reload the main binary
10870 explicitly. Compare the before/after addresses of the JIT
10871 descriptor.
10872
ee8da4b8
DE
108732016-08-15 Doug Evans <dje@google.com>
10874
10875 * gdb.xml/extra-regs.xml: Update, end field now required, default type
10876 for single bitfields is bool.
10877 * gdb.xml/tdesc-regs.exp: Ditto.
10878
f389f6fe
JK
108792016-10-05 Jan Kratochvil <jan.kratochvil@redhat.com>
10880
10881 * gdb.arch/i386-signal.exp (backtrace 10): Fix #2 typo.
10882
fdebf1a4
YQ
108832016-10-05 Yao Qi <yao.qi@linaro.org>
10884
10885 * lib/gdb.exp (support_complex_tests): Return zero if
10886 gdb_skip_float_test return true.
10887
9c36d954 108882016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
2806dc7e 10889 Simon Marchi <simon.marchi@ericsson.com>
9c36d954
AT
10890
10891 PR gdb/20487
10892 * gdb.mi/user-selected-context-sync.exp: New file.
10893 * gdb.mi/user-selected-context-sync.c: New file.
10894
4034d0ff 108952016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
2806dc7e 10896 Simon Marchi <simon.marchi@ericsson.com>
4034d0ff
AT
10897
10898 PR gdb/20487
10899 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Adapt
10900 =thread-select-event check.
10901
a4297203
PB
109022016-09-29 Peter Bergner <bergner@vnet.ibm.com>
10903
10904 * gdb.arch/powerpc-power.exp <cmprb>: Update tests to account for
10905 the compulsory L operand changes.
10906 * gdb.arch/powerpc-power.s: Likewise.
10907
bb805577
JK
109082016-09-29 Jan Kratochvil <jan.kratochvil@redhat.com>
10909
10910 PR gdb/20609 - attach of JIT-debug-enabled inf 7.11.1 regression
10911 * gdb.base/jit-attach-pie.c: New file.
10912 * gdb.base/jit-attach-pie.exp: New file.
10913
6d61dee5
PA
109142016-09-28 Pedro Alves <palves@redhat.com>
10915
10916 * gdb.base/infcall-input.c: New file.
10917 * gdb.base/infcall-input.exp: New file.
10918
f73842fc
YQ
109192016-09-22 Yao Qi <yao.qi@linaro.org>
10920
10921 * lib/gdbserver-support.exp: Rename mi_gdb_exit.
10922 (gdb_exit): Rename it to ...
10923 (gdbserver_gdb_exit): ... Close GDBserver.
10924 (gdb_exit): New proc, call gdbserver_gdb_exit.
10925 (mi_gdb_exit): Likewise.
10926
90681dab
YQ
109272016-09-22 Yao Qi <yao.qi@linaro.org>
10928
10929 * boards/gdbserver-base.exp (gdb_server_prog): Set the absolute
10930 path.
10931 * boards/remote-gdbserver-on-localhost.exp: Use gdbserver-base.
10932 Remove duplication.
10933
9c211fd8
YQ
109342016-09-22 Yao Qi <yao.qi@linaro.org>
10935
10936 * lib/gdbserver-support.exp: Check the existence of
10937 gdbserver_orig_gdb_exit rather than gdbserver_gdb_exit.
10938
ad0a504f
AK
109392016-09-21 Anton Kolesov <anton.kolesov@synopsys.com>
10940
10941 * gdb.xml/tdesc-regs.exp: set core-regs for arc*-*-elf32.
10942
36cf1806
TT
109432016-09-21 Tom Tromey <tom@tromey.com>
10944
10945 PR gdb/20604:
10946 * gdb.base/quit.exp: New file.
10947
74172ecf
SM
109482016-09-21 Simon Marchi <simon.marchi@ericsson.com>
10949
10950 * .gitignore: New file.
10951
3d0ec882
MR
109522016-09-21 Maciej W. Rozycki <macro@imgtec.com>
10953
10954 * gdb.arch/mips16-thunks.exp: Use `standard_output_file'
10955 throughout.
10956
8193adea
AA
109572016-09-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
10958
10959 * lib/gdb.exp: No longer skip hardware breakpoint tests on s390.
10960
d41a5c09
JK
109612016-09-16 Jan Kratochvil <jan.kratochvil@redhat.com>
10962
10963 * gdb.cp/casts.cc (decltype): Move it ...
10964 (main): ... with its call to ...
10965 * gdb.cp/casts03.cc: ... a new file.
10966 * gdb.cp/casts.exp: Add new file casts03.cc, move decltype test to it.
10967
d2dfe700
JK
109682016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
10969
10970 * gdb.cp/m-static.h (gnu_obj_4::somewhere): Use constexpr for C++11.
10971
e2a92b16
PB
109722016-09-15 Peter Bergner <bergner@vnet.ibm.com>
10973
10974 * gdb.arch/powerpc-power.s: Update Power9 instruction tests
10975 and sync up the test with tests in gas/testsuite/gas/ppc.
10976 * gdb.arch/powerpc-power.exp: Likewise.
10977
49b4de64
JK
109782016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
10979
10980 * lib/future.exp: Set CCACHE_DISABLE, clear CCACHE_NODISABLE.
10981
2c29df25
SDJ
109822016-09-11 Sergio Durigan Junior <sergiodj@redhat.com>
10983 Jan Kratochvil <jan.kratochvil@redhat.com>
10984
10985 * gdb.base/stap-probe.c (m1): New variable 'dummy', necessary to
10986 make m1's definition to be different from m2's. Use 'dummy' as an
10987 argument for probe 'two'.
10988
cc3c2846
JB
109892016-09-10 Jon Beniston <jon@beniston.com>
10990
10991 * lib/mi-support.exp (mi_gdb_target_load): Use target_sim_options
10992 for sim target.
10993
e1b2624a
AA
109942016-09-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
10995
10996 * gdb.base/gnu-ifunc-lib.c (resolver_hwcap): New external
10997 variable declaration.
10998 (gnu_ifunc): Add parameter hwcap. Store it in resolver_hwcap.
10999 * gdb.base/gnu-ifunc.c (resolver_hwcap): New global variable.
11000 * gdb.base/gnu-ifunc.exp: Add test to verify that the resolver
11001 received HWCAP as its argument.
11002
4295e285
PA
110032016-09-06 Pedro Alves <palves@redhat.com>
11004
11005 * gdb.base/new-ui-pending-input.c: New file.
11006 * gdb.base/new-ui-pending-input.exp: New file.
11007 * gdb.exp (clear_gdb_spawn_id): New procedure.
11008 (with_spawn_id): Check whether gdb_spawn_id exists before
11009 referencing it. If gdb_spawn_id didn't exist on entry, clear it
11010 on exit.
11011
00d5215e
UW
110122016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
11013
11014 * gdb.base/float128.c: New file.
11015 * gdb.base/float128.exp: Likewise.
11016 * gdb.base/floatn.c: Likewise.
11017 * gdb.base/floatn.exp: Likewise.
11018
a9ff5f12
UW
110192016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
11020
11021 * gdb.cp/hang.exp: Remove reference to TYPE_FLAG_STUB in comment.
11022
f245535c
PA
110232016-09-05 Pedro Alves <palves@redhat.com>
11024
11025 PR backtrace/19927
11026 * gdb.python/py-unwind-maint.exp: Adjust tests to not expect that
11027 unwinders are immediately called as side effect of "source" or
11028 "disable unwinder" commands.
11029 * gdb.python/py-recurse-unwind.exp: Remove setup_kfail calls.
11030
ae9cf263
YQ
110312016-09-02 Yao Qi <yao.qi@linaro.org>
11032
11033 * gdb.base/return-nodebug.exp: Skip the test if skip_float_test
11034 is true and $type is "float" or "double".
11035
27aba047
YQ
110362016-09-02 Yao Qi <yao.qi@linaro.org>
11037
11038 * gdb.arch/arm-neon.exp: Skip it if gdb_skip_float_test returns
11039 true.
11040 * gdb.base/call-ar-st.exp: Invoke gdb_skip_float_test.
11041 * gdb.base/call-rt-st.exp: Likewise.
11042 * gdb.base/call-sc.exp: Invoke gdb_skip_float_test and use its
11043 return value instead of gdb,skip_float_test.
11044 * gdb.base/callfuncs.exp: Invoke gdb_skip_float_test.
11045 (do_function_calls): Use its return value instead of
11046 gdb,skip_float_test.
11047 * gdb.base/finish.exp: Likewise.
11048 * gdb.base/funcargs.exp: Likewise.
11049 * gdb.base/return.exp: Likewise.
11050 * gdb.base/return2.exp: Likewise.
11051 * gdb.base/varargs.exp: Likewise.
11052 * lib/gdb.exp (gdb_skip_float_test): Change it to
11053 gdb_caching_proc. Detect the broken ptrace on arm-linux.
11054
5af962df
AA
110552016-08-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
11056
11057 * gdb.multi/tids.exp: Test "thread apply all".
11058
7fac6910
JK
110592016-08-29 Jan Kratochvil <jan.kratochvil@redhat.com>
11060
11061 * gdb.base/default.exp (tty): Remove.
11062
bb1fe4ac
KB
110632016-08-24 Kevin Buettner <kevinb@redhat.com>
11064
2806dc7e
PA
11065 * gdb.python/py-recurse-unwind.c: New file.
11066 * gdb.python/py-recurse-unwind.py: New file.
11067 * gdb.python/py-recurse-unwind.exp: New file.
bb1fe4ac 11068
0a1ddfa6
SM
110692016-08-24 Simon Marchi <simon.marchi@ericsson.com>
11070
11071 * gdb.base/set-inferior-tty.exp: New file.
11072 * gdb.base/set-inferior-tty.c: New file.
11073
d9de1fe3
PA
110742016-08-23 Pedro Alves <palves@redhat.com>
11075
11076 PR gdb/20494
11077 * gdb.base/new-ui-echo.c: New file.
11078 * gdb.base/new-ui-echo.exp: New file.
11079
e9d9abd7
YQ
110802016-08-23 Yao Qi <yao.qi@linaro.org>
11081
11082 * gdb.server/connect-stopped-target.exp (do_test): Pass "" to
11083 gdbserver_spawn.
11084 * gdb.server/connect-without-multi-process.exp (do_test):
11085 Likewise.
11086
3589529e
YQ
110872016-08-23 Yao Qi <yao.qi@linaro.org>
11088
11089 * gdb.base/signals-state-child.exp: Set variables gdb_txt and
11090 standalone_txt. Delete gdb_txt and standalone_txt on host
11091 and target. Spawn the binary on target. Copy files from
11092 target to host.
11093
6bb90213
PA
110942016-08-22 Pedro Alves <palves@redhat.com>
11095
11096 PR gdb/20505
11097 * gdb.base/vdso-warning.exp: Test core dumps too. Use
11098 with_test_prefix. Factor out bits to ...
11099 (test_no_vdso): ... this new procedure.
11100
20c2c024
CL
111012016-08-19 Carl Love <cel@us.ibm.com>
11102
11103 * gdb.arch/altivec-regs.exp: Use standard_testfile instead of
11104 maintaining separate logic for constructing the output path.
11105 * gdb.arch/powerpc-d128-regs.exp: Likewise.
11106 * gdb.arch/ppc-dfp.exp: Likewise.
11107 * gdb.arch/ppc-fp.exp: Likewise.
11108 * gdb.arch/vsx-regs.exp: Likewise.
11109 * gdb.arch/altivec-abi.exp: Likewise, plus added local variable
11110 binprefix for generating the additional binary files.
11111
0646e07d
PA
111122016-08-19 Pedro Alves <palves@redhat.com>
11113
11114 * gdb.trace/mi-trace-frame-collected.exp
11115 (test_trace_frame_collected): On x32, expect two registers.
11116
46da9242
CL
111172016-08-18 Carl Love <cel@us.ibm.com>
11118
11119 * gdb.arch/powerpc-power.s: Add new Power9 instruction tests
11120 and sync up the test with tests in gas/testsuite/gas/ppc.
11121 * gdb.arch/powerpc-power.exp: Likewise.
11122
eb2332d7
SM
111232016-08-17 Simon Marchi <simon.marchi@ericsson.com>
11124
11125 * gdb.multi/remove-inferiors.exp (test_remove_inferiors): Fix
11126 expected error message.
11127
63c61e04
SM
111282016-08-17 Simon Marchi <simon.marchi@ericsson.com>
11129
11130 * gdb.multi/remove-inferiors.exp: New file.
11131 * gdb.multi/remove-inferiors.c: New file.
11132
7b17065f
YQ
111332016-08-12 Yao Qi <yao.qi@linaro.org>
11134
11135 * gdb.base/signals-state-child.c (main): Remove "i" from fprintf's
11136 argument list.
11137
01d3dedf
PA
111382016-08-10 Pedro Alves <palves@redhat.com>
11139
11140 PR gdb/19187
11141 * gdb.reverse/waitpid-reverse.exp: Add comment and remove
11142 setup_kfails.
11143
3eb7562a
PA
111442016-08-09 Pedro Alves <palves@redhat.com>
11145 Simon Marchi <simon.marchi@ericsson.com>
11146
11147 PR gdb/20418
11148 * gdb.mi/new-ui-mi-sync.c, gdb.mi/new-ui-mi-sync.exp: New files.
11149 * lib/mi-support.exp (mi_expect_interrupt): Remove anchors.
11150
80614914
PA
111512016-08-09 Pedro Alves <palves@redhat.com>
11152
11153 PR mi/20431
11154 * gdb.mi/mi-cmd-error.exp: New file.
11155
f348d89a
PA
111562016-08-09 Pedro Alves <palves@redhat.com>
11157
11158 PR gdb/18653
11159 * gdb.base/signals-state-child.c: New file.
11160 * gdb.base/signals-state-child.exp: New file.
11161 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new pattern.
11162
e5ca03b4
PA
111632016-08-09 Pedro Alves <palves@redhat.com>
11164
11165 * gdb.dwarf2/bitfield-parent-optimized-out.exp: New file.
11166
282a0691
TT
111672016-08-03 Tom Tromey <tom@tromey.com>
11168
11169 PR python/18565:
11170 * gdb.python/py-frame-inline.exp: Add Frame.function test.
11171
41bfcd63
YQ
111722016-08-01 Yao Qi <yao.qi@linaro.org>
11173
11174 * gdb.threads/process-dies-while-detaching.exp (do_test): Set
11175 variable mode to "multi-process" if $multi_process is 1, otherwise
11176 set it to "single-process".
11177
e3465b24
YQ
111782016-08-01 Yao Qi <yao.qi@linaro.org>
11179
11180 * gdb.cp/anon-struct.exp: Check is_aarch32_target.
11181 * gdb.cp/cpexprs.exp: Likewise.
11182 * gdb.cp/m-static.exp: Likewise.
11183
0b31a4bc
TT
111842016-07-26 Tom Tromey <tom@tromey.com>
11185
11186 PR python/20190:
11187 * gdb.threads/tls.exp (check_thread_local): Add python symbol
11188 test.
11189
e0461dbb
MM
111902016-07-26 Markus Metzger <markus.t.metzger@intel.com>
11191
11192 * gdb.btrace/record_goto.exp: se is_amd64_regs_target for
11193 selecting assembly source files.
11194 * gdb.btrace/stepi.exp: se is_amd64_regs_target for selecting
11195 assembly source files.
11196 * gdb.btrace/tailcall.exp: se is_amd64_regs_target for selecting
11197 assembly source files.
11198 * gdb.btrace/tailcall-only.exp: se is_amd64_regs_target for
11199 selecting assembly source files.
11200
8194e927
SM
112012016-07-25 Simon Marchi <simon.marchi@ericsson.com>
11202
11203 * gdb.base/new-ui.exp (do_test_invalid_args): New
11204 procedure.
11205
c0272db5
TW
112062016-07-25 Tim Wiederhake <tim.wiederhake@intel.com>
11207
11208 * gdb.btrace/reconnect.c: New file.
11209 * gdb.btrace/reconnect.exp: New file.
11210
e3487908
GKB
112112016-07-23 Gabriel Krisman Bertazi <gabriel@krisman.be>
11212
11213 * gdb.base/catch-syscall.exp (do_syscall_tests): Add call
11214 to test_catch_syscall_group.
11215 (test_catch_syscall_group): New.
11216
12df5c00
TT
112172016-07-21 Tom Tromey <tom@tromey.com>
11218
11219 * gdb.rust/simple.rs (main): Use empty struct expression.
11220 * gdb.rust/simple.exp: Add tests for empty struct expression.
11221
bae62ee2
YQ
112222016-07-21 Yao Qi <yao.qi@linaro.org>
11223
11224 * lib/gdbserver-support.exp (skip_gdbserver_tests): Return 1
11225 if gdb_skip_xml_test is true on some targets.
11226
b1b53fb3
YQ
112272016-07-21 Yao Qi <yao.qi@linaro.org>
11228
11229 * gdb.server/solib-list.exp: Unset last_loaded_file.
11230
027d97f8
JK
112312016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
11232
11233 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add "next over TRY" and
11234 "step into captured_main (args)".
11235
7674d381
JK
112362016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
11237
11238 * gdb.btrace/tailcall-only.exp: Use is_lp64_target check.
11239
72b5d099
JK
112402016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
11241
11242 * gdb.python/py-unwind.exp: Test also ![is_lp64_target].
11243
1f960ced
PA
112442016-07-19 Pedro Alves <palves@redhat.com>
11245
11246 * gdb.opt/inline-break.exp: Remove optimize=-O2.
11247 * gdb.opt/inline-bt.exp: Likewise.
11248 * gdb.opt/inline-cmds.exp: Remove optimize=-O2 and add
11249 additional_flags=-Winline.
11250 * gdb.opt/inline-locals.exp: Likewise.
11251 * gdb.opt/inline-markers.c (ATTR): Define.
11252 (inlined_fn): Use it.
11253
f25827c1
YQ
112542016-07-19 Yao Qi <yao.qi@linaro.org>
11255
11256 * gdb.gdb/selftest.exp: Remove checks on is_remote and isnative.
11257 (test_with_self): Remove some code. Remove argument executable.
11258 (top-level): Use do_self_tests.
11259
37539ebe
DB
112602016-07-15 Zachary Welch <zwelch@codesourcery.com>
11261 Don Breazeal <donb@codesourcery.com>
11262
11263 * gdb.base/maint.exp: Escape paths used in regular expressions.
11264 * gdb.stabs/weird.exp: Likewise.
11265
dac790e1
TT
112662016-07-13 Tom Tromey <tom@tromey.com>
11267
11268 PR python/15620, PR python/18620:
11269 * gdb.python/py-breakpoint.exp (connect_event, check_last_event)
11270 (test_bkpt_events): New procs.
11271
93daf339
TT
112722016-07-13 Tom Tromey <tom@tromey.com>
11273
11274 PR python/17698:
11275 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add "pending"
11276 test.
11277 (test_watchpoints): Likewise.
11278 (test_bkpt_pending): New proc.
11279
6571a381
TT
112802016-07-13 Tom Tromey <tom@tromey.com>
11281
11282 PR cli/18053:
11283 * gdb.base/jit-so.exp (one_jit_test): Add jit-reader-load
11284 completion test.
11285
e8732474
JK
112862016-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
11287
11288 * gdb.dwarf2/atomic-type.exp: Use function_range for low_pc and high_pc.
11289 * gdb.dwarf2/atomic.c (f): Rename f_end_lbl to f_label.
11290 * gdb.dwarf2/dw2-bad-mips-linkage-name.c (f): Rename f_end_lbl to
11291 f_label.
11292 (g): Rename g_end_lbl to g_label.
11293 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: Use function_range for
11294 low_pc and high_pc.
11295 * gdb.dwarf2/dw2-lexical-block-bare.exp: Likewise.
11296
e0f3fd7c
TT
112972016-07-12 Tom Tromey <tom@tromey.com>
11298
11299 PR python/19293:
11300 * gdb.python/py-unwind-maint.exp: Update tests.
11301
3cfe46b6
YQ
113022016-07-12 Yao Qi <yao.qi@linaro.org>
11303
11304 * lib/selftest-support.exp (selftest_setup): Match the output
11305 when captured_main is inlined.
11306
4f19a0e6
WT
113072016-07-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
11308
11309 * gdb.fortran/derived-types.exp (result_line, result_line_2):
11310 New variables.
11311 (print this%a, print this%b, print this): New tests.
11312 * gdb.fortran/derived-types.f90 (this): New object and
11313 initialization.
11314
986cf455
SM
113152016-07-06 Simon Marchi <simon.marchi@ericsson.com>
11316
11317 * gdb.ada/arraydim.exp: Remove extra directory level in build
11318 directory.
11319
f0464b23
SM
113202016-07-06 Simon Marchi <simon.marchi@ericsson.com>
11321
11322 * lib/ada.exp: Remove extra directory level in build directory.
11323 * gdb.ada/cond_lang.exp: Likewise.
11324 * gdb.ada/exec_changed.exp: Likewise.
11325 * gdb.ada/lang_switch.exp: Likewise.
11326
42d94011
MG
113272016-07-06 Manish Goregaokar <manish@mozilla.com>
11328
2806dc7e
PA
11329 * simple.rs: Add test for raw pointer subscripting.
11330 * simple.exp: Add test expectations.
42d94011 11331
647c264c
YQ
113322016-07-05 Yao Qi <yao.qi@linaro.org>
11333
11334 * gdb.mi/mi-reverse.exp: Match =record-started output.
11335
20aa2c60
PA
113362016-07-01 Pedro Alves <palves@redhat.com>
11337
11338 * gdb.base/jit-reader.exp (info_registers_current_frame): New
11339 procedure.
11340 (jit_reader_test): Test the jit reader's unwinder.
11341 * gdb.base/jithost.c (jit_function_00_code): New global.
11342 (main): Use memcpy to fill in the mmapped code, instead of poking
11343 bytes manually here.
11344 * gdb.base/jitreader.c (enum register_mapping) <AMD64_RBP>: New
11345 value.
11346 (read_debug_info): Save the function's range.
11347 (read_sp): New function.
11348 (unwind_frame): Use it. Also unwind RBP.
11349 (get_frame_id): Use read_sp.
11350 (gdb_init_reader): Use calloc instead of malloc.
11351 * lib/gdb.exp (get_hexadecimal_valueof): Add optional 'test'
11352 parameter. Use gdb_test_multiple.
11353
ced2dffb
PA
113542016-07-01 Pedro Alves <palves@redhat.com>
11355 Antoine Tremblay <antoine.tremblay@ericsson.com>
11356
11357 * gdb.threads/process-dies-while-detaching.c: New file.
11358 * gdb.threads/process-dies-while-detaching.exp: New file.
11359
63000888
PA
113602016-07-01 Pedro Alves <palves@redhat.com>
11361
11362 * gdb.multi/watchpoint-multi-exit.c: New file.
11363 * gdb.multi/watchpoint-multi-exit.exp: New file.
11364
038d4868
PA
113652016-06-30 Pedro Alves <palves@redhat.com>
11366
11367 * lib/gdbserver-support.exp (close_gdbserver, gdb_exit): Don't
11368 unset inferior_spawn_id.
11369
994e9c83
PA
113702016-06-30 Pedro Alves <palves@redhat.com>
11371
11372 * lib/mi-support.exp (default_mi_gdb_start): Declare global
11373 FORCE_SEPARATE_MI_TTY, not SEPARATE_MI_TTY.
11374
e5653468
YQ
113752016-06-29 Yao Qi <yao.qi@linaro.org>
11376
11377 * gdb.base/return.c: Add copyright header.
11378
803b47e5
TT
113792016-06-29 Tom Tromey <tom@tromey.com>
11380
11381 PR python/20129:
11382 * gdb.python/py-framefilter.exp: Add tests for setting priority
11383 and disabling of non-existent frame filter.
11384
28244707
YQ
113852016-06-29 Yao Qi <yao.qi@linaro.org>
11386
11387 * gdb.base/catch-syscall.c [__arm__]: Set unknown_syscall to
11388 0x0f07ff.
11389
a31d2f06
YQ
113902016-06-28 Yao Qi <yao.qi@linaro.org>
11391
11392 * gdb.base/catch-syscall.exp: Remove check on isnative and target
11393 triplets. Start gdb, execute catch syscall, and continue. Check
11394 gdb's output to determine catch syscall is supported.
11395
921d8f54
MG
113962016-06-27 Manish Goregaokar <manish@mozilla.com>
11397
25d49b86
PA
11398 * gdb.rust/simple.rs: Add test for returning unit in a function.
11399 * gdb.rust/simple.exp: Add expectation for functions returning
11400 unit.
921d8f54 11401
f4952523
PMR
114022016-06-27 Pierre-Marie de Rodat <derodat@adacore.com>
11403
11404 * gdb.python/py-breakpoint-create-fail.c,
11405 gdb.python/py-breakpoint-create-fail.exp,
11406 gdb.python/py-breakpoint-create-fail.py: New testcase.
11407
fccb08f8
MG
114082016-06-25 Manish Goregaokar <manish@mozilla.com>
11409
11410 PR gdb/20239
11411 * gdb.rust/simple.rs: Add more tests for printing NonZero enums.
25d49b86
PA
11412 * gdb.rust/simple.exp: Add test expectations for new NonZero
11413 tests.
fccb08f8 11414
6b850546
DT
114152016-06-24 David Taylor <dtaylor@emc.com>
11416
11417 * gdb.base/offsets.exp: New file.
11418 * gdb.base/offsets.c: New file.
11419
17621150
TT
114202016-06-23 Tom Tromey <tom@tromey.com>
11421
11422 PR gdb/16483:
11423 * gdb.python/py-framefilter.exp: Add "info frame-filter" test
11424 before any filters are loaded.
11425
04d59df6
WT
114262016-06-21 Walfred Tedeschi <walfred.tedeschi@intel.com>
11427
11428 * gdb.fortran/derived-type.exp (print q): Add fields to the output.
11429 * gdb.fortran/vla-type.exp (print twov): Fix vla tests with
11430 structs.
11431 * gdb.fortran/derived-type-function.exp: New file.
11432 * gdb.fortran/derived-type-function.f90: New file.
11433
11434
ac69f786
PA
114352016-06-21 Pedro Alves <palves@redhat.com>
11436
11437 * gdb.base/new-ui.exp: New file.
11438 * lib/mi-support.exp (switch_gdb_spawn_id): Move to ...
11439 * lib/gdb.exp (switch_gdb_spawn_id): ... here.
11440 (with_spawn_id): New procedure.
11441
49940788
PA
114422016-06-21 Pedro Alves <palves@redhat.com>
11443
11444 * gdb.mi/mi-exec-run.exp: New file.
11445
ef274d26
PA
114462016-06-21 Pedro Alves <palves@redhat.com>
11447
11448 * gdb.mi/mi-break.exp (test_breakpoint_commands): Always expect
11449 breakpoint command's output on the main UI.
11450 (test_break): New procedure, factored out from calls in the top
11451 level.
11452 (top level): Use foreach_with_prefix to test MI as main UI and as
11453 separate UI.
11454
468afe6c
PA
114552016-06-21 Pedro Alves <palves@redhat.com>
11456
11457 * gdb.mi/mi-watch.exp (test_watchpoint_creation_and_listing)
11458 (test_awatch_creation_and_listing)
11459 (test_rwatch_creation_and_listing, test_watchpoint_triggering):
11460 Remove 'type' parameter.
11461 (test_watchpoint_all): New parameter mi_mode. Remove
11462 with_test_prefix.
11463 (top level): Use foreach_with_prefix, and add main/separate UI MI
11464 testing axis.
11465
51f77c37
PA
114662016-06-21 Pedro Alves <palves@redhat.com>
11467
11468 * README (Testsuite Parameters): Document FORCE_SEPARATE_MI_TTY.
11469 * lib/gdb.exp (default_gdb_exit): Clear inferior_spawn_id.
11470 * lib/mi-support.exp (mi_uncatched_gdb_exit): Unset
11471 gdb_main_spawn_id, mi_spawn_id, unset inferior_spawn_id.
11472 (gdb_main_spawn_id, mi_spawn_id): Declare and
11473 comment.
11474 (mi_create_inferior_pty): New procedure,
11475 factored out from default_mi_gdb_start.
11476 (switch_gdb_spawn_id, mi_gdb_start_separate_mi_tty): New
11477 procedures.
11478 (default_mi_gdb_start): Call mi_gdb_start_separate_mi_tty if the
11479 separate-mi-tty option is specified, or SEPARATE_MI_TTY is set.
11480 Use mi_create_inferior_pty.
11481 (mi_gdb_start): Use eval to pass down args list.
11482
8980e177
PA
114832016-06-21 Pedro Alves <palves@redhat.com>
11484
11485 * gdb.opt/inline-cmds.c: Add "set mi break here" marker.
11486 * gdb.opt/inline-cmds.exp: Add MI tests.
11487
f38d3ad1
PA
114882016-06-21 Pedro Alves <palves@redhat.com>
11489
11490 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new regexp.
11491
45db7c09
PA
114922016-06-21 Pedro Alves <palves@redhat.com>
11493
11494 * gdb.ada/mi_catch_ex.exp (continue_to_exception): New procedure.
11495 (top level): Use it instead of mi_execute_to.
11496
5a069ab3
PA
114972016-06-21 Pedro Alves <palves@redhat.com>
11498
11499 * gdb.python/py-mi-events-gdb.py (stop_handler_str)
11500 (cont_handler_str): New.
11501 (signal_stop_handler): Set stop_handler_str instead of printing to
11502 stdout.
11503 (continue_handler): Set cont_handler_str instead of printing to
11504 stdout.
11505 * gdb.python/py-mi-events.exp: Ues mi_execute_to instead of
11506 mi_send_resuming_command. Print stop_handler_str and
11507 cont_handler_str instead of expecting the python events print
11508 directly.
11509
2838cc1d
SD
115102016-06-17 Sanjoy Das <sanjoy@playingwithpointers.com>
11511
11512 * gdb.base/jit-reader.exp: New file.
11513 * gdb.base/jithost.c: New file.
11514 * gdb.base/jithost.h: New file.
11515 * gdb.base/jitreader.c : New file.
11516 * gdb.base/jit-protocol.h: New file.
11517
21a77091
YQ
115182016-06-17 Yao Qi <yao.qi@linaro.org>
11519
11520 * gdb.base/step-over-syscall.exp (break_cond_on_syscall): New
11521 parameters follow_fork and detach_on_fork. Set follow-fork-mode
11522 and detach-on-fork. Adjust tests.
11523 (top level): Invoke break_cond_on_syscall with combinations of
11524 syscall, follow-fork-mode and detach-on-fork.
11525
f50bf8e5
YQ
115262016-06-17 Yao Qi <yao.qi@linaro.org>
11527
11528 * gdb.base/step-over-exit.c: New.
11529 * gdb.base/step-over-exit.exp: New.
11530
a28d8e50
YTL
115312016-06-17 Yan-Ting Lin <currygt52@gmail.com>
11532
11533 * gdb.base/float.exp: Add target check for nds32*-*-*.
11534 * gdb.xml/tdesc-regs.exp: Set core-regs for nds32*-*-*.
11535
cad8e26d
AB
115362016-06-13 Andrew Burgess <andrew.burgess@embecosm.com>
11537
11538 * gdb.base/call-ar-st.exp: Report unsupported rather than xfail
11539 for unsupported target features.
11540 * gdb.base/call-rt-st.exp: Likewise.
11541 * gdb.base/call-sc.exp: Likewise.
11542 * gdb.base/call-signal-resume.exp: Likewise.
11543 * gdb.base/call-strs.exp: Likewise.
11544 * gdb.base/callexit.exp: Likewise.
11545 * gdb.base/callfuncs.exp: Likewise.
11546 * gdb.base/nodebug.exp: Likewise.
11547 * gdb.base/printcmds.exp: Likewise.
11548 * gdb.base/ptype.exp: Likewise.
11549 * gdb.base/structs.exp: Likewise.
11550 * gdb.base/unwindonsignal.exp: Likewise.
11551 * gdb.cp/gdb2495.exp: Likewise.
11552 * gdb.cp/templates.exp: Likewise.
11553 * gdb.cp/virtfunc.exp: Likewise.
11554 * gdb.threads/hand-call-in-threads.exp: Likewise.
11555 * gdb.threads/interrupted-hand-call.exp: Likewise.
11556 * gdb.threads/thread-unwindonsignal.exp: Likewise.
11557
347dc102
TT
115582016-06-10 Tom Tromey <tom@tromey.com>
11559
11560 PR rust/20110:
11561 * gdb.rust/expr.exp: Add test for integer constant larger than
11562 i32.
11563
5e13cf25
BH
115642016-06-10 Bernhard Heckel <bernhard.heckel@intel.com>
11565
11566 * gdb.fortran/nested-funcs.exp: New.
11567 * gdb.fortran/nested-funcs.f90: New.
11568
bb556f1f
TK
115692016-06-09 Toshihito Kikuchi <k.toshihito@yahoo.de>
11570
11571 * gdb.base/examine-backward.c: New file.
11572 * gdb.base/examine-backward.exp: New file.
11573
38b022b4
SM
115742016-06-06 Simon Marchi <simon.marchi@ericsson.com>
11575
11576 * gdb.mi/mi-record-changed.exp: Adjust =record-started output
11577 matching.
11578
1b40ec05
TT
115792016-06-02 Tom Tromey <tom@tromey.com>
11580
11581 PR python/18984:
11582 * gdb.python/py-shared.exp: Add solib_name test.
11583
193bd378
SM
115842016-06-02 Simon Marchi <simon.marchi@ericsson.com>
11585
11586 * gdb.mi/mi-memory-changed.exp: Fix filename passed to untested.
11587
3326303b
MG
115882016-05-31 Martin Galvan <martin.galvan@tallertechnologies.com>
11589
11590 PR c++/19893
11591 * gdb.dwarf2/implref.exp: Rename to...
11592 * gdb.dwarf2/implref-const.exp: ...this. Also add more test statements.
11593 * gdb.dwarf2/implref-array.c: New file.
11594 * gdb.dwarf2/implref-array.exp: Likewise.
11595 * gdb.dwarf2/implref-global.c: Likewise.
11596 * gdb.dwarf2/implref-global.exp: Likewise.
11597 * gdb.dwarf2/implref-struct.c: Likewise.
11598 * gdb.dwarf2/implref-struct.exp: Likewise.
11599
825c8ef2
AT
116002016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
11601
11602 * gdb.trace/trace-condition.exp: Add 64bit tests.
11603
2320162a
AT
116042016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
11605
11606 * gdb.trace/trace-condition.c (marker): Adapt signature to 8 to 64
11607 bits types.
11608 (main): Adapt to 8 to 64 bits types.
11609 * gdb.trace/trace-condition.exp: Add new tests.
11610
a7818233
AT
116112016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
11612
11613 * gdb.trace/trace-condition.exp: Add emit_less_unsigned test.
11614
0d336466
AT
116152016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
11616
11617 * gdb.trace/ftrace.exp (test_ftrace_condition): Remove.
11618 Move condition tests...
11619 * gdb.trace/trace-condition.exp: Here.
11620
7faeb45a
AT
116212016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
11622
11623 * gdb.trace/trace-condition.exp: Add counter-case tests.
11624
e385593e
JK
116252016-05-30 Jan Kratochvil <jan.kratochvil@redhat.com>
11626
11627 PR c++/15231
11628 * gdb.ada/out_of_line_in_inlined.exp: Remove xfails.
11629 * gdb.dwarf2/dw2-lexical-block-bare.exp: New file.
11630
744608cc
PA
116312016-05-27 Pedro Alves <palves@redhat.com>
11632
11633 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
11634 New procedure.
11635 (top level): Call it, and bail out of DejaGnu is known to be bad.
11636
ac775bf4
AB
116372016-05-27 Andrew Burgess <andrew.burgess@embecosm.com>
11638
11639 * gdb.base/whatis.c: Extend the test case.
11640 * gdb.base/whatis.exp: Add additional tests.
11641
2bbad2ea
BH
116422016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
11643
11644* gdb.fortran/type.f90: Add pointer variable.
11645* gdb.fortran/whatis_type.exp: Add whatis/ptype of pointers.
11646
8b70175d
BH
116472016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
11648
11649 * gdb.fortran/vla-type.exp: Fix testcase name.
11650
86d8a848
BH
116512016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
11652
11653 * gdb.fortran/vla-type.exp: Access elements in nested structs.
11654
e188eb36
BH
116552016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
11656
11657 * gdb.fortran/type.f90: Add nested structures.
11658 * gdb.fortran/whatis-type.exp: Whatis/ptype nested structures.
11659 * gdb.fortran/derived-type.exp: Adapt expected output.
11660 * gdb.fortran/vla-type.exp: Adapt expected output.
11661
9b2db1fd
BH
116622016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
11663
11664 * gdb.fortran/whatis_type.exp: Adapt expected output.
11665
72b17055
BH
116662016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
11667
11668 * gdb.fortran/print_type.exp: Fix expected output.
11669 * gdb.fortran/whatis_type.exp: Fix expected output.
11670
3cd81d8d
BH
116712016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
11672
11673 * gdb.fortran/whatis_type.exp: Use multi_line.
11674
ddae9462
TT
116752016-05-24 Tom Tromey <tom@tromey.com>
11676
11677 PR python/17386:
11678 * gdb.python/py-value.exp (test_value_numeric_ops): Add tests that
11679 use value as an index.
11680
1957f6b8
TT
116812016-05-23 Tom Tromey <tom@tromey.com>
11682
11683 PR python/17981:
11684 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add test for
11685 no-breakpoint case.
11686
026a9174
PA
116872016-05-24 Pedro Alves <palves@redhat.com>
11688
11689 PR gdb/19828
11690 * gdb.threads/clone-attach-detach.c: New file.
11691 * gdb.threads/clone-attach-detach.exp: New file.
11692
e70a7231
FR
116932016-05-24 Francis Ricci <francisjricci@gmail.com> (tiny patch)
11694
11695 * gdb.base/annota-input-while-running.exp: Fix syntax error.
11696
0f6ed0e0
TT
116972016-05-23 Tom Tromey <tom@tromey.com>
11698
11699 PR python/19438, PR python/18393:
11700 * gdb.python/py-progspace.exp: Add "dir" test.
11701 * gdb.python/py-objfile.exp: Add "dir" test.
11702
ffd19d61
YQ
117032016-05-23 Yao Qi <yao.qi@linaro.org>
11704
11705 * gdb.arch/thumb-prologue.exp: Use standard_testfile.
11706 * gdb.arch/thumb2-it.exp: Likewise.
11707
9e8f9b05
SM
117082016-05-18 Simon Marchi <simon.marchi@ericsson.com>
11709
11710 * gdb.mi/mi-threads-interrupt.c: New file.
11711 * gdb.mi/mi-threads-interrupt.exp: New file.
11712
61c6156d
SM
117132016-05-17 Simon Marchi <simon.marchi@ericsson.com>
11714
11715 PR gdb/18077
11716 * gdb.mi/mi-async-run.exp: New file.
11717 * gdb.mi/mi-async-run.c: New file.
11718
67218854
TT
117192016-05-17 Tom Tromey <tom@tromey.com>
11720 Manish Goregaokar <manishsmail@gmail.com>
11721
11722 * lib/rust-support.exp: New file.
11723 * lib/gdb.exp (skip_rust_tests): New proc.
11724 (build_executable_from_specs): Handle rust.
11725 * lib/future.exp (gdb_find_rustc): New proc.
11726 (gdb_default_target_compile): Handle rust.
11727 * gdb.rust/expr.exp: New file.
11728 * gdb.rust/generics.exp: New file.
11729 * gdb.rust/generics.rs: New file.
11730 * gdb.rust/methods.exp: New file.
11731 * gdb.rust/methods.rs: New file.
11732 * gdb.rust/modules.exp: New file.
11733 * gdb.rust/modules.rs: New file.
11734 * gdb.rust/simple.exp: New file.
11735 * gdb.rust/simple.rs: New file.
11736
c44af4eb
TT
117372016-05-17 Tom Tromey <tom@tromey.com>
11738
11739 * gdb.base/default.exp (set language): Add rust.
11740
dcd1f979
TT
117412016-05-17 Tom Tromey <tom@tromey.com>
11742
11743 * gdb.gdb/unittest.exp: New file.
11744
155b7f57
YQ
117452016-05-16 Yao Qi <yao.qi@linaro.org>
11746
11747 * gdb.base/batch-preserve-term-settings.exp: Remove variable
11748 shell_prompt. Update shell_prompt_re.
11749
8ddd5a6c
DE
117502016-05-12 Doug Evans <dje@google.com>
11751
11752 PR symtab/19999
11753 * lib/dwarf.exp (build_executable_from_fission_assembler): Pass
11754 $options when building executable.
11755 * gdb.dwarf2/fission-loclists-pie.S: New file.
11756 * gdb.dwarf2/fission-loclists-pie.exp: New file.
11757
02e370d9
SM
117582016-05-04 Simon Marchi <simon.marchi@ericsson.com>
11759
11760 * gdb.base/solib-display.exp: Check for [use_gdb_stub] instead
11761 of [is_remote target],
11762
8929ad8b
SM
117632016-05-04 Simon Marchi <simon.marchi@ericsson.com>
11764
11765 * lib/gdb.exp (use_gdb_stub): New procedure.
11766
6c447423
DE
117672016-05-03 Yunlian Jiang <yunlian@google.com>
11768 Doug Evans <dje@google.com>
11769
11770 PR symtab/19914
11771 * gdb.dwarf2/dwp-sepdebug.c: New file.
11772 * gdb.dwarf2/dwp-sepdebug.exp: New file.
11773
444e826c
SM
117742016-05-02 Simon Marchi <simon.marchi@ericsson.com>
11775
11776 * gdb.base/detach.exp: Remove is_remote check.
11777
740feeaa
SM
117782016-05-02 Simon Marchi <simon.marchi@ericsson.com>
11779
11780 * gdb.base/annota-input-while-running.exp: Don't check for
11781 [is_remote target]. Enable annotations after running to main.
11782 Remove unused "set test..." line.
11783
9080ac9d
SM
117842016-04-28 Simon Marchi <simon.marchi@ericsson.com>
11785
11786 * gdb.trace/trace-enable-disable.exp: New file.
11787 * gdb.trace/trace-enable-disable.c: New file.
11788
952ebca5
SM
117892016-04-28 Simon Marchi <simon.marchi@ericsson.com>
11790
11791 * gdb.arch/ftrace-insn-reloc.exp: Save gdb_load_shlib result,
11792 use it in info sharedlibrary test.
11793 * gdb.trace/ftrace-lock.exp: Likewise.
11794 * gdb.trace/ftrace.exp: Likewise.
11795 * gdb.trace/range-stepping.exp: Likewise.
11796 * gdb.trace/trace-break.exp: Likewise.
11797 * gdb.trace/trace-condition.exp: Likewise.
11798 * gdb.trace/trace-mt.exp: Likewise.
11799
d9019901
SM
118002016-04-27 Simon Marchi <simon.marchi@ericsson.com>
11801
11802 * lib/gdb.exp (gdb_load_shlibs): Rename to...
11803 (gdb_load_shlib): ... this.
11804 * gdb.arch/ftrace-insn-reloc.exp: Adjust gdb_load_shlibs ->
11805 gdb_load_shlib.
11806 * gdb.base/catch-load.exp (one_catch_load_test): Likewise.
11807 * gdb.base/ctxobj.exp: Likewise.
11808 * gdb.base/dprintf-pending.exp: Likewise.
11809 * gdb.base/dso2dso.exp: Likewise.
11810 * gdb.base/fixsection.exp: Likewise.
11811 * gdb.base/gcore-relro.exp: Likewise.
11812 * gdb.base/gdb1555.exp: Likewise.
11813 * gdb.base/global-var-nested-by-dso.exp: Likewise.
11814 * gdb.base/gnu-ifunc.exp: Likewise.
11815 * gdb.base/hbreak-in-shr-unsupported.exp: Likewise.
11816 * gdb.base/jit-so.exp (one_jit_test): Likewise.
11817 * gdb.base/pending.exp: Likewise.
11818 * gdb.base/print-file-var.exp: Likewise.
11819 * gdb.base/print-symbol-loading.exp: Likewise.
11820 * gdb.base/shlib-call.exp: Likewise.
11821 * gdb.base/shreloc.exp: Likewise.
11822 * gdb.base/so-impl-ld.exp: Likewise.
11823 * gdb.base/solib-disc.exp: Likewise.
11824 * gdb.base/solib-nodir.exp: Likewise.
11825 * gdb.base/solib-overlap.exp: Likewise.
11826 * gdb.base/solib-symbol.exp: Likewise.
11827 * gdb.base/solib-weak.exp (do_test): Likewise.
11828 * gdb.base/sym-file.exp: Likewise.
11829 * gdb.base/symtab-search-order.exp: Likewise.
11830 * gdb.base/type-opaque.exp: Likewise.
11831 * gdb.base/unload.exp: Likewise.
11832 * gdb.base/watchpoint-solib.exp: Likewise.
11833 * gdb.compile/compile.exp: Likewise.
11834 * gdb.cp/gdb2384.exp: Likewise.
11835 * gdb.cp/infcall-dlopen.exp: Likewise.
11836 * gdb.cp/re-set-overloaded.exp: Likewise.
11837 * gdb.fortran/library-module.exp: Likewise.
11838 * gdb.opt/solib-intra-step.exp: Likewise.
11839 * gdb.python/py-finish-breakpoint.exp: Likewise.
11840 * gdb.python/py-shared.exp: Likewise.
11841 * gdb.reverse/solib-precsave.exp: Likewise.
11842 * gdb.reverse/solib-reverse.exp: Likewise.
11843 * gdb.server/solib-list.exp: Likewise.
11844 * gdb.threads/dlopen-libpthread.exp: Likewise.
11845 * gdb.threads/tls-shared.exp: Likewise.
11846 * gdb.threads/tls-so_extern.exp: Likewise.
11847 * gdb.trace/change-loc.exp: Likewise.
11848 * gdb.trace/ftrace-lock.exp: Likewise.
11849 * gdb.trace/ftrace.exp: Likewise.
11850 * gdb.trace/mi-tracepoint-changed.exp (test_reconnect): Likewise.
11851 * gdb.trace/pending.exp: Likewise.
11852 * gdb.trace/range-stepping.exp: Likewise.
11853 * gdb.trace/strace.exp (strace_remove_socket): Likewise.
11854 (strace_info_marker): Likewise.
11855 (strace_probe_marker): Likewise.
11856 (strace_trace_on_same_addr): Likewise.
11857 (strace_trace_on_diff_addr): Likewise.
11858 * gdb.trace/trace-break.exp: Likewise.
11859 * gdb.trace/trace-condition.exp: Likewise.
11860 * gdb.trace/trace-mt.exp: Likewise.
11861
fca4cfd9
SM
118622016-04-27 Simon Marchi <simon.marchi@ericsson.com>
11863
11864 * lib/gdb.exp (gdb_load_shlibs): Accept a single argument. Return
11865 result of gdb_remote_download.
11866 * gdb.base/ctxobj.exp: Split gdb_load_shlibs call.
11867 * gdb.base/dso2dso.exp: Likewise.
11868 * gdb.base/global-var-nested-by-dso.exp: Likewise.
11869 * gdb.base/print-file-var.exp: Likewise.
11870 * gdb.base/shlib-call.exp: Likewise.
11871 * gdb.base/shreloc.exp: Likewise.
11872 * gdb.base/solib-overlap.exp: Likewise.
11873 * gdb.base/solib-weak.exp (do_test): Likewise.
11874 * gdb.base/unload.exp: Likewise.
11875
11cf4ffb
YQ
118762016-04-27 Yao Qi <yao.qi@linaro.org>
11877
11878 * gdb.base/branch-to-self.exp: Skip it if gdb,nosignals
11879 exists.
11880
3e2e34f8
KB
118812016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
11882
11883 * vla-type.exp: Print structure from toplevel.
11884
8f07e298
BH
118852016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
11886
11887 * gdb.fortran/vla-type.f90: Add test for static and dynamic arrays
11888 of dynamic types.
11889 * gdb.fortran/vla-type.exp: Add test for static and dynamic arrays
11890 of dynamic types.
11891
9920b434
BH
118922016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
11893
11894 * gdb.fortran/vla-type.f90: New file.
11895 * gdb.fortran/vla-type.exp: New file.
11896
f3abeff5
YQ
118972016-04-25 Yao Qi <yao.qi@linaro.org>
11898
11899 * gdb.base/branch-to-self.c: New file.
11900 * gdb.base/branch-to-self.exp: New file.
11901
0a5d52f0
YQ
119022016-04-22 Yao Qi <yao.qi@linaro.org>
11903
11904 * gdb.trace/unavailable.exp (gdb_collect_globals_test_1): Match
11905 more after $hex.
11906
495346f6
YQ
119072016-04-22 Yao Qi <yao.qi@linaro.org>
11908
11909 * gdb.base/annota1.exp: Set breakpoint on line $main_line.
11910 * gdb.base/annota3.exp: Likewise.
11911
4a7e075c
YQ
119122016-04-22 Yao Qi <yao.qi@linaro.org>
11913
11914 * gdb.reverse/step-precsave.exp: Do one step and test program
11915 stops in "callee" and do multiple steps until program goes out
11916 of "callee".
11917 * gdb.reverse/step-reverse.exp: Likewise.
11918
5b061e98
YQ
119192016-04-22 Yao Qi <yao.qi@linaro.org>
11920
11921 * gdb.trace/signal.exp: Also pass if
11922 $tracepoint_hits($i) > $iterations.
11923
5c5dc57f
YQ
119242016-04-22 Yao Qi <yao.qi@linaro.org>
11925
11926 * gdb.trace/signal.c: New file.
11927 * gdb.trace/signal.exp: New file.
11928
a55411b9
DE
119292016-04-19 Doug Evans <xdje42@gmail.com>
11930
11931 * gdb.base/bad-file.exp: New file.
11932
a22df60a
MG
119332016-04-18 Martin Galvan <martin.galvan@tallertechnologies.com>
11934
11935 * gdb.dwarf2/implref.exp: New file.
11936
0c13f7e5
BH
119372016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
11938
11939 * gdb.fortran/common-block.exp: Use type naming defined in lib fortran.
11940 * gdb.fortran/derived-type.exp: Use type naming defined in lib fortran.
11941 * gdb.fortran/multi-dim.exp: Use type naming defined in lib fortran.
11942 * gdb.fortran/vla-datatypes.exp: Use type naming defined in lib fortran.
11943 * gdb.fortran/vla-ptype-sub.exp: Use type naming defined in lib fortran.
11944 * gdb.fortran/vla-ptype.exp: Use type naming defined in lib fortran.
11945 * gdb.fortran/whatis_type.exp: Use type naming defined in lib fortran.
11946 * lib/fortran.exp (fortran_int4): New procedure.
11947 (fortran_real4, fortran_real8, fortran_complex4): Likewise.
11948 (fortran_logical4): Likewise.
11949
9b9b09e9
BH
119502016-04-18 Benrhard Heckel <bernhard.heckel@intel.com>
11951
11952 * lib/gdb.exp (gdb_compile_shlib): Add flag for ICC compiler.
11953
a14d1f4d
BH
119542016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
11955
11956 * lib/compiler.c: Add Intel specific preprocessor macros.
11957 * lib/compiler.cc: Likewise.
25d49b86 11958
7d49b1d0
LM
119592016-04-13 Luis Machado <lgustavo@codesourcery.com>
11960
11961 * gdb.server/connect-with-no-symbol-file.c: New file.
11962 * gdb.server/connect-with-no-symbol-file.exp: New file.
11963
8392fa22
SM
119642016-04-13 Simon Marchi <simon.marchi@ericsson.com>
11965
11966 * lib/gdb.exp (gdb_remote_download): Fix and extend comment.
11967
8c4c4aeb
SM
119682016-04-13 Simon Marchi <simon.marchi@ericsson.com>
11969
11970 * boards/gdbserver-base.exp (${board}_download): Copy source file to
11971 standard output directory.
11972
45e3745e
AT
119732016-04-13 Antoine Tremblay <antoine.tremblay@ericsson.com>
11974
11975 * gdb.trace/trace-condition.exp (foreach): Fix emit_sub testcase.
11976
e26b7e41
MM
119772016-04-13 Markus Metzger <markus.t.metzger@intel.com>
11978
11979 * gdb.btrace/instruction_history.c (loop): Add declaration.
11980
8ce09462
AT
119812016-04-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
11982
11983 * gdb.trace/ftrace.exp (proc): Change test prefix from "ond" to "cond".
11984
2e88a1ea
SM
119852016-04-09 Simon Marchi <simon.marchi@polymtl.ca>
11986
11987 * gdb.python/py-mi-events-gdb.py (signal_stop_handler): Add
11988 parentheses to print.
11989 (continue_handler): Likewise.
11990
f48e22e3
SM
119912016-04-08 Simon Marchi <simon.marchi@ericsson.com>
11992
11993 * gdb.server/solib-list.exp: Remove is_remote check.
11994 Pass shlib= to gdb_compile. Don't link shared library with
11995 -soname. Call gdb_remote_download instead of gdb_load_shlibs.
11996 Run binary filename through "readlink -f" on the target.
11997
096be756
PA
119982016-04-08 Pedro Alves <palves@redhat.com>
11999
12000 * gdb.server/solib-list.exp: Don't use gdb_load. Instead pass the
12001 interpreter filename as argument to gdbserver_spawn.
12002 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
12003 Return empty if $last_loaded_file does not exist.
12004
06500533
JK
120052016-04-08 Jan Kratochvil <jan.kratochvil@redhat.com>
12006
12007 Fix compatibility with gcc-4.8.5-4.el7.x86_64.
12008 * gdb.base/jit-main.c: Use exit after usage.
12009
2d35e871
JK
120102016-04-07 Jan Kratochvil <jan.kratochvil@redhat.com>
12011
12012 * gdb.base/gdbhistsize-history.exp: Save and unset GDBHISTFILE and
12013 GDBHISTSIZE prior to the tests.
12014 * gdb.base/gdbinit-history.exp: Likewise.
12015
120162016-04-07 Pedro Alves <palves@redhat.com>
9553661a
PA
12017
12018 * gdb.compile/compile.exp: Use gdb_compile with "shlib=" option
12019 instead of build_executable. Use gdb_load_shlibs.
12020
c8064e7e
YQ
120212016-04-07 Yao Qi <yao.qi@linaro.org>
12022
12023 * gdb.reverse/finish-reverse-bkpt.exp: Use temporary breakpoint.
12024 Execute "si" command.
12025
bde47561
YQ
120262016-04-07 Yao Qi <yao.qi@linaro.org>
12027
12028 * gdb.reverse/next-reverse-bkpt-over-sr.exp: Match the breakpoint
12029 number instead of the comments on some line.
12030
b16f8a3b
DB
120312016-04-06 Don Breazeal <donb@codesourcery.com>
12032
12033 * gdb.dwarf2/dw2-opt-structptr.c: New test program.
12034 * gdb.dwarf2/dw2-opt-structptr.exp: New test script.
12035
c2f901df
SM
120362016-04-06 Simon Marchi <simon.marchi@ericsson.com>
12037
12038 * gdb.threads/dlopen-libpthread.exp: Set binfile_lib using
12039 standard_output_file. Remove unused binfile variable.
12040
ac17fda0
CU
120412016-04-05 Catalin Udma <catalin.udma@freescale.com>
12042
12043 * gdb.python/py-mi-objfile-gdb.py: Use "list main" command.
12044 * gdb.python/py-mi-objfile.exp: Match "list main" output
12045 in console format.
12046
03a8c4df
SM
120472016-04-05 Simon Marchi <simon.marchi@polymtl.ca>
12048
12049 * gdb.arch/ftrace-insn-reloc.exp: Check for IPA basename instead of
12050 absolute.
12051
6e774b13
SM
120522016-04-05 Simon Marchi <simon.marchi@ericsson.com>
12053
12054 * gdb.trace/ftrace-lock.exp: Check for IPA basename instead of
12055 absolute.
12056 * gdb.trace/ftrace.exp: Likewise.
12057 * lib/gdb.exp (gdb_compile): Set rpath $ORIGIN for non-remote
12058 targets as well.
12059 (gdb_compile_shlib): Set SONAME for non-remote targets as well.
12060 (gdb_load_shlibs): Copy libraries to test directory when testing
12061 natively. Only set solib-search-path if testing remotely.
12062 * lib/mi-support.exp (mi_load_shlibs): Likewise.
12063
7817ea46
SM
120642016-04-05 Simon Marchi <simon.marchi@ericsson.com>
12065
12066 * gdb.base/jit-so.exp: Use gdb_remote_download instead of
12067 gdb_download. Use it even if the target is not remote.
12068 * gdb.base/jit.exp (compile_jit_test): Likewise.
12069 * lib/gdb.exp (gdb_remote_download): Copy files to the standard
12070 output directory if the destination board is local, otherwise use
12071 the standard remote_download from DejaGnu.
12072 (gdb_download): Remove.
12073 (gdb_load_shlibs): Use gdb_remote_download instead of
12074 gdb_download.
12075 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
12076 Use gdb_remote_download instead of gdb_download. Use it even if
12077 the target is not remote.
12078 * lib/mi-support.exp (mi_load_shlibs): Use gdb_remote_download
12079 instead of gdb_download.
12080
7beb7f68
SM
120812016-04-04 Simon Marchi <simon.marchi@polymtl.ca>
12082
12083 * gdb.mi/mi-breakpoint-changed.exp: Add some with_test_prefix.
12084 (test_insert_delete_modify): Call mi_load_shlibs before trying to
12085 run.
12086
cc63428a
AV
120872016-04-01 Artemiy Volkov <artemiyv@acm.org>
12088
12089 PR gdb/19820
12090 * gdb.base/printcmds.exp: Add artificial arrays tests.
12091
64cdf930
PA
120922016-03-31 Pedro Alves <palves@redhat.com>
12093
12094 PR gdb/19858
12095 * gdb.base/jit-main.c: Include unistd.h.
12096 (ATTACH): Define to 0 if not already defined.
12097 (wait_for_gdb, mypid): New globals.
12098 (WAIT_FOR_GDB): New macro.
12099 (MAIN): Set an alarm. Store the process's pid. Wait for GDB at
12100 some breakpoint locations.
12101 * gdb.base/jit.exp (clean_reattach, continue_to_test_location):
12102 New procedures.
12103 (one_jit_test): Add REATTACH parameter, and handle it. Use
12104 continue_to_test_location.
12105 (top level): Test attach, and adjusts calls to one_jit_test.
12106
40dea8cb
PA
121072016-03-31 Pedro Alves <palves@redhat.com>
12108
12109 PR gdb/19858
12110 * gdb.base/jit.exp (compile_jit_test): Add intro comment. Add
12111 BINSUFFIX parameter, and handle it.
12112 (top level): Adjust calls compile_jit_test.
12113
e7ea3ec7
CU
121142016-03-31 Catalin Udma <catalin.udma@freescale.com>
12115
12116 PR python/19743
12117 * gdb.python/py-mi-events-gdb.py: New file.
12118 * gdb.python/py-mi-events.c: New file.
12119 * gdb.python/py-mi-events.exp: New file.
12120
e6359af3
YQ
121212016-03-30 Yao Qi <yao.qi@linaro.org>
12122
12123 * gdb.reverse/until-precsave.exp: Match function name only.
12124 * gdb.reverse/until-reverse.c (main): Don't call fprintf nor printf.
12125 Move malloc to a condition block.
12126 * gdb.reverse/until-reverse.exp: Match function name only.
12127
a4105d04
MK
121282016-03-29 Marcin Kościelnicki <koriakin@0x04.net>
12129
12130 * gdb.trace/ftrace.exp: Set arg0exp for s390.
12131 * gdb.trace/mi-trace-frame-collected.exp: Expect 4 registers on s390.
12132 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for s390, add gpr0num
12133 variable for GPR 0 instead of assuming it is register 0.
12134 * gdb.trace/trace-common.h: Add s390 fast tracepoint placeholder.
12135 * lib/trace-support.exp: Add s390 registers.
12136
bfa6adb9
YQ
121372016-03-29 Yao Qi <yao.qi@linaro.org>
12138
12139 * gdb.arch/arm-neon.exp: Pass debug to prepare_for_testing.
12140
1e6697ea
YQ
121412016-03-24 Yao Qi <yao.qi@linaro.org>
12142
12143 * gdb.reverse/break-reverse.exp: Add quotation mark in the
12144 test message.
12145
64bcd522
AA
121462016-03-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
12147
12148 * gdb.arch/s390-multiarch.exp: Use standard_testfile instead of
12149 maintaining separate logic for constructing the output path.
12150
7868401b
DB
121512016-03-16 Don Breazeal <donb@codesourcery.com>
12152
12153 * gdb.threads/forking-threads-plus-breakpoint.c (thread_forks):
12154 Retry fork and waitpid on interrupted system call errors.
12155 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
12156 Use with_timeout_factor to increase timeout by factor of 10.
12157
1cafadb4
DB
121582016-03-15 Don Breazeal <donb@codesourcery.com>
12159
12160 * gdb.cp/scope-err.cc: New test program.
12161 * gdb.cp/scope-err.exp: New test script.
12162 * gdb.linespec/ls-errs.c (myfunction): Expanded to have multiple
12163 lines and "set breakpoint here" comment.
12164 * gdb.linespec/ls-errs.exp: Added C++ testing and new test case.
12165 Fixed some whitespace and format issues.
12166 * gdb.mi/mi-linespec-err-cp.cc: New test program.
12167 * gdb.mi/mi-linespec-err-cp.exp: New test script.
12168
81516450
DE
121692016-03-15 Doug Evans <dje@google.com>
12170
12171 * gdb.xml/extra-regs.xml: Add enum, mixed_flags values.
12172 * gdb.xml/tdesc-regs.exp (load_description): New arg xml_file.
12173 All callers updated. Add tests for enums, mixed flags register.
12174
aa52b601
DE
121752016-03-15 Doug Evans <dje@google.com>
12176
12177 * gdb.base/skip.c (main): Call test_skip_file_and_function.
12178 * gdb.base/skip.exp: Remove hand calling test_skip_file_and_function.
12179
fa4ff313
SM
121802016-03-14 Simon Marchi <simon.marchi@ericsson.com>
12181
12182 * gdb.base/default.exp: Add $_as_string to the list of expected
12183 convenience functions.
12184
f2403c39
AB
121852016-03-11 Andrew Burgess <andrew.burgess@embecosm.com>
12186
12187 * gdb.base/maint.exp: New tests for 'maint info line-table'.
12188
f2f3ccb9
SM
121892016-03-10 Simon Marchi <simon.marchi@polymtl.ca>
12190
12191 * gdb.python/py-as-string.exp: New file.
12192 * gdb.python/py-as-string.c: New file.
12193
00dbd492
PA
121942016-03-09 Pedro Alves <palves@redhat.com>
12195
12196 * gdb.threads/attach-into-signal.exp: Adjust to "Program received
12197 signal" -> "Thread NN received signal" output change.
12198 * gdb.threads/ia64-sigill.exp: Likewise.
12199 * gdb.threads/linux-dp.exp: Likewise.
12200 * gdb.threads/manythreads.exp: Likewise.
12201 * gdb.threads/pending-step.exp: Likewise.
12202 * gdb.threads/print-threads.exp: Likewise.
12203 * gdb.threads/sigstep-threads.exp: Likewise.
12204 * gdb.threads/staticthreads.exp: Likewise.
12205 * gdb.threads/tls.exp: Likewise.
12206
1e6697ea
YQ
122072016-03-09 Pedro Alves <palves@redhat.com>
12208
12209 * gdb.base/command-line-input.exp: New file.
12210
b04fd3be
MK
122112016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
12212
12213 * gdb.trace/ftrace.exp: Set arg0exp for ppc.
12214 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for ppc.
12215 * gdb.trace/pending.exp: Accept leading dot before function name.
12216 * gdb.trace/trace-common.h: Add fast tracepoint dummy insn for ppc.
12217 * lib/trace-support.exp: Set registers for ppc.
12218
98fa59e9
MK
122192016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
12220
12221 * gdb.trace/entry-values.exp: Link ${binfile}1.o to ${binfile}1 and
12222 use it for disassembly; accept .main in addition to main in backtrace.
12223
f77198c8
MK
122242016-03-09 Wei-cheng Wang <cole945@gmail.com>
12225 Marcin Kościelnicki <koriakin@0x04.net>
12226
12227 * gdb.trace/actions.c (gdb_recursion_test_fp): New typedef.
12228 (gdb_recursion_test_ptr): New global variable.
12229 (gdb_recursion_test): Call gdb_recursion_test_ptr instead of
12230 gdb_recursion_test.
12231 (gdb_c_test): Ditto.
12232
ba84e0da
MK
122332016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
12234
12235 * gdb.trace/change-loc.exp: Don't depend on tracepoint location
12236 ordering.
12237
4366d36e
MK
122382016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
12239
12240 * gdb.trace/unavailable-dwarf-piece.c (foo): Add foo_start_lbl label.
12241 (bar): Add bar_start_lbl label.
12242 * gdb.trace/unavailable-dwarf-piece.exp: Use foo/bar_start_lbl instead
12243 of foo/bar for emitting DWARF and tracing.
12244
5eb264df
SDJ
122452016-03-06 Sergio Durigan Junior <sergiodj@redhat.com>
12246
12247 * analyze-racy-logs.py: Set executable bit.
12248
fb6a751f
SDJ
122492016-03-05 Sergio Durigan Junior <sergiodj@redhat.com>
12250
12251 * Makefile.in (DEFAULT_RACY_ITER): New variable.
12252 (CHECK_TARGET_TMP): Likewise.
12253 (check-single-racy): New rule.
12254 (check-parallel-racy): Likewise.
12255 (TEST_TARGETS): Adjust rule to account for RACY_ITER.
12256 (do-check-parallel-racy): New rule.
12257 (check-racy/%.exp): Likewise.
12258 * README (Racy testcases): New section.
12259 * analyze-racy-logs.py: New file.
12260
bdf7e230
DE
122612016-03-03 Doug Evans <dje@google.com>
12262
12263 * gdb.base/skip.exp: Use with_test_prefix.
12264
4719d415
YQ
122652016-03-03 Yao Qi <yao.qi@linaro.org>
12266
12267 * gdb.base/step-over-syscall.exp (step_over_syscall): Kfail.
12268 Invoke step_over_syscall "clone" and break_cond_on_syscall
12269 "clone".
12270 * gdb.base/step-over-clone.c: New file.
12271
ea507862
YQ
122722016-03-03 Yao Qi <yao.qi@linaro.org>
12273
12274 * gdb.base/step-over-syscall.exp (disp_step_cross_syscall): Fix
12275 code format.
12276
8fc8cbda
YQ
122772016-03-03 Yao Qi <yao.qi@linaro.org>
12278
12279 * gdb.base/disp-step-fork.c: Rename to ...
12280 * gdb.base/step-over-fork.c: ... it. New file.
12281 * gdb.base/disp-step-vfork.c: Rename to ...
12282 * gdb.base/step-over-vfork.c: ... it. New file.
12283 * gdb.base/disp-step-syscall.exp: Rename to ...
12284 * gdb.base/step-over-syscall.exp: ... it. New file.
12285 (disp_step_cross_syscall): Rename to ...
12286 (step_over_syscall): ... it.
12287
92fa70b0
YQ
122882016-03-03 Yao Qi <yao.qi@linaro.org>
12289
12290 * gdb.base/disp-step-syscall.exp (break_cond_on_syscall): New.
12291 If target supports condition evaluation on target, invoke
12292 break_cond_on_syscall for fork and vfork.
12293
e197ad3c
YQ
122942016-03-03 Yao Qi <yao.qi@linaro.org>
12295
12296 * gdb.base/disp-step-syscall.exp: Don't invoke
12297 support_displaced_stepping.
12298 (disp_step_cross_syscall): Test with displaced stepping off and
12299 on if supported.
12300
0b47da9f
YQ
123012016-03-03 Yao Qi <yao.qi@linaro.org>
12302
12303 * gdb.base/disp-step-syscall.exp (check_pc_after_cross_syscall): New
12304 proc.
12305 (setup): New proc.
12306 (disp_step_cross_syscall): Move code to check_pc_after_cross_syscall
12307 and setup.
12308
065ab6dc
BH
123092016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
12310
12311 * gdb.fortran/vla-history.exp: Remove breakpoint.
12312
07e448ad 123132016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
12314
25d49b86
PA
12315 * gdb.fortran/vla-history.exp: Lookup array elements and printing
12316 exceeds timeout.
07e448ad 12317
9ac2d526 123182016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
12319
25d49b86
PA
12320 * gdb.cp/vla-cxx.cc: Insert dummy assignment as anchor for an
12321 breakpoint.
9ac2d526 12322
17807369
BH
123232016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
12324
12325 * gdb.mi/vla.f90: Nullify pointer after declaration.
12326
86e501af
PA
123272016-03-01 Pedro Alves <palves@redhat.com>
12328
12329 * gdb.trace/ftrace-lock.c: Include <unistd.h>.
12330
1e903e32
PA
123312016-03-01 Pedro Alves <palves@redhat.com>
12332
12333 * gdb.threads/watchpoint-fork-child.c: Include "watchpoint-fork.h"
12334 before anything else.
12335 * gdb.threads/watchpoint-fork-mt.c: Likewise. Don't define
12336 _GNU_SOURCE here.
12337 * gdb.threads/watchpoint-fork-st.c: Include "watchpoint-fork.h"
12338 before anything else.
12339 * gdb.threads/watchpoint-fork.h: Define _GNU_SOURCE.
12340
6ccb54e2
PA
123412016-03-01 Pedro Alves <palves@redhat.com>
12342
12343 * gdb.base/catch-fork-kill.c: Include <sys/wait.h>.
12344
30ca9da1
YQ
123452016-03-01 Yao Qi <yao.qi@linaro.org>
12346
12347 * gdb.arch/arm-disp-step.exp: Use standard_testfile and
12348 prepare_for_testing.
12349
dc856b38
YQ
123502016-03-01 Yao Qi <yao.qi@linaro.org>
12351
12352 * gdb.arch/arm-neon.exp: Pass quiet to prepare_for_testing.
12353
4a932159
AA
123542016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
12355
12356 * gdb.arch/s390-tdbregs.exp: Use prepare_for_testing instead of
12357 manually constructing the output path.
12358
f2489477
AA
123592016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
12360
12361 * gdb.arch/s390-stackless.S: New.
12362 * gdb.arch/s390-stackless.exp: New.
12363
38899f16
IB
123642016-02-28 Iain Buclaw <ibuclaw@gdcproject.org>
12365
12366 * gdb.dlang/circular.c: New file.
12367 * gdb.dlang/circular.exp: New file.
12368
9fde51ed
YQ
123692016-02-26 Yao Qi <yao.qi@linaro.org>
12370
12371 * gdb.reverse/insn-reverse.c [__arm__] (ext_reg_load): New.
12372 [__arm__] (ext_reg_mov, ext_reg_push_pop): New.
12373 (testcases): Update.
12374
ce90fefe
YQ
123752016-02-26 Yao Qi <yao.qi@linaro.org>
12376
12377 * gdb.reverse/aarch64.c: Rename to ...
12378 * gdb.reverse/insn-reverse.c: ... it.
12379 * gdb.reverse/aarch64.exp: Rename to ...
12380 * gdb.reverse/insn-reverse.exp: ... it.
12381
3263bceb
YQ
123822016-02-26 Yao Qi <yao.qi@linaro.org>
12383
12384 * gdb.reverse/aarch64.c: [__aarch64__] Include arm_neon.h.
12385 (testcase_ftype): New.
12386 (testcases): New array.
12387 (n_testcases): New.
12388 (main): Call each element in testcases.
12389 * gdb.reverse/aarch64.exp: Remove is_aarch64_target check.
12390 (read_testcase): New.
12391 Do the tests in a loop.
12392
6cb59ff1
YQ
123932016-02-25 Yao Qi <yao.qi@linaro.org>
12394
12395 * gdb.base/branches.c: Remove.
12396
ae91f625
MK
123972016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
12398
12399 PR gdb/13808
12400 * gdb.trace/ftrace.exp (test_fast_tracepoints): Remove kfail.
12401
678b48b7
MK
124022016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
12403
12404 * gdb.trace/ftrace.exp: Remove unnecessary target check.
12405
7337a6f2
MK
124062016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
12407
12408 * gdb.trace/entry-values.exp: Surround $call_insn with '\y',
12409 change x86_64 call_insn to 'callq'.
12410
861ca91f
AT
124112016-02-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
12412
12413 * gdb.trace/tfile-avx.c: Move to...
12414 * gdb.trace/tracefile-pseudo-reg.c: Here.
12415 * gdb.trace/tfile-avx.exp: Move to...
12416 * gdb.trace/tracefile-pseudo-reg.exp: Here.
12417
bf74e428
GB
124182016-02-24 Gary Benson <gbenson@redhat.com>
12419
12420 * gdb.base/attach-pie-noexec.exp: Do not expect an error
12421 message on attach.
12422
cce0e923
DE
124232016-02-23 Doug Evans <dje@google.com>
12424
12425 * gdb.base/skip.c (test_skip): New function.
12426 (end_test_skip_file_and_function): New function.
12427 (test_skip_file_and_function): New function.
12428 * gdb.base/skip1.c (test_skip): New function.
12429 (skip1_test_skip_file_and_function): New function.
12430 * gdb.base/skip.exp: Add tests for new skip options.
12431 * gdb.base/skip-solib.exp: Update expected output.
12432 * gdb.perf/skip-command.cc: New file.
12433 * gdb.perf/skip-command.exp: New file.
12434 * gdb.perf/skip-command.py: New file.
12435
4000e47e
MK
124362016-02-22 Marcin Kościelnicki <koriakin@0x04.net>
12437
12438 * gdb.trace/unavailable.exp (gdb_unavailable_registers_test_1): Fix
12439 info registers pattern.
12440
24f75ead
IB
124412016-02-18 Iain Buclaw <ibuclaw@gdcproject.org>
12442
12443 * lib/future.exp: Add D support.
12444 (gdb_find_gdc): New proc.
12445 (gdb_default_target_compile): Add D support.
12446
fbb7bcbe
WW
124472016-02-18 Wei-cheng Wang <cole945@gmail.com>
12448
12449 * gdb.trace/tspeed.c (myclock): Return wallclock instead of
12450 user+system time.
12451 (trace_speed_test): Determine the iteration count for a time
12452 between 15..30 seconds.
12453
012b3a21
WT
124542016-02-18 Walfred Tedeschi <walfred.tedeschi@intel.com>
12455
12456 * gdb.arch/i386-mpx-sigsegv.c: New file.
12457 * gdb.arch/i386-mpx-sigsegv.exp: New file.
12458 * gdb.arch/i386-mpx-simple_segv.c: New file.
12459 * gdb.arch/i386-mpx-simple_segv.exp: New file.
12460
2d5189bd
YQ
124612016-02-18 Yao Qi <yao.qi@linaro.org>
12462
12463 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
12464 Don't call setup_kfail.
12465
40fb20d0
YQ
124662016-02-18 Yao Qi <yao.qi@linaro.org>
12467
12468 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
12469 Set "set breakpoint condition-evaluation" per $cond_bp_target.
12470
21b1f8d2
DE
124712016-02-16 Doug Evans <dje@google.com>
12472
12473 * gdb.base/skip.c: Add copyright. Whitespace cleanup.
12474 * gdb.base/skip1.c: Ditto.
12475 * gdb.base/skip.exp: Whitespace cleanup.
12476
4041ed77
DB
124772016-02-16 Don Breazeal <donb@codesourcery.com>
12478
12479 PR remote/19496
12480 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
12481 Remove kfail for PR remote/19496.
12482
c4ef31bf
SM
124832016-02-16 Simon Marchi <simon.marchi@ericsson.com>
12484
12485 * lib/gdb.exp (standard_temp_file): Return a path specific to
12486 the runtest invocation.
12487
266b65b3
SM
124882016-02-16 Simon Marchi <simon.marchi@ericsson.com>
12489
12490 * gdb.trace/save-trace.exp: Change relative path to be in the
12491 standard output directory.
12492
a7a0a6a9
JK
124932016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
12494
12495 * gdb.arch/i386-prologue.c: Add missing prototypes.
12496
c99dbb42
JK
124972016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
12498
12499 * gdb.arch/i386-gnu-cfi.exp: Use standard_output_file.
12500 * gdb.arch/i386-prologue.exp: Likewise.
12501 * gdb.arch/i386-size.exp: Likewise.
12502
aa480355
SM
125032016-02-15 Simon Marchi <simon.marchi@ericsson.com>
12504
12505 * gdb.base/wrong_frame_bt_full.exp: Use standard_output_file to
12506 define object file path.
12507 * gdb.btrace/gcore.exp: Use standard_output_file to define core
12508 file path.
12509 * lib/opencl.exp (gdb_compile_opencl_hostapp): Use
12510 standard_output_file to define binfile.
12511
ba881f50
JK
125122016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
12513
12514 Fix compatibility with recent gfortran-5.3.1.
12515 * gdb.fortran/vla-history.exp (print vla1 allocated)
12516 (print vla2 allocated, print $2, print $3): Remove
12517 (print $4): Rename to ...
12518 (print $2): ... here.
12519 (print $9): Rename to ...
12520 (print $5): ... here.
12521 (print $10): Rename to ...
12522 (print $6): ... here.
12523 * gdb.fortran/vla.f90: Add pvla initialization.
12524
e9fb005c
JK
125252016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
12526
12527 * gdb.fortran/vla-value-sub-finish.exp (set max-value-size 1024*1024):
12528 New test.
12529 * gdb.fortran/vla-value-sub.exp: Likewise.
12530
e44e00ff
MK
125312016-02-12 Marcin Kościelnicki <koriakin@0x04.net>
12532
12533 * gdb.trace/tfile-avx.c (main): Change ymm15 to xmm15.
12534
97e94151
SM
125352016-02-12 Simon Marchi <simon.marchi@ericsson.com>
12536
12537 * i386-biarch-core.exp: Define corefile using
12538 standard_output_file.
12539
01113bc1
YQ
125402016-02-12 Yao Qi <yao.qi@linaro.org>
12541
12542 * gdb.arch/arm-single-step-kernel-helper.c: New.
12543 * gdb.arch/arm-single-step-kernel-helper.exp: New.
12544
33b4777c
MM
125452016-02-12 Markus Metzger <markus.t.metzger@intel.com>
12546
12547 * gdb.btrace/tailcall-only.exp: New.
12548 * gdb.btrace/tailcall-only.c: New.
12549 * gdb.btrace/x86_64-tailcall-only.S: New.
12550 * gdb.btrace/i686-tailcall-only.S: New.
12551
acc23c11
PA
125522016-02-11 Pedro Alves <palves@redhat.com>
12553
12554 * README (Parallel testing): Add missing double quotes.
12555
e352bf0a
PA
125562016-02-11 Pedro Alves <palves@redhat.com>
12557
12558 * README (Parallel testing): New section.
12559 (GDB_PARALLEL): Rewrite.
12560 (FORCE_PARALLEL): Document.
12561
9f5fed78
MK
125622016-02-11 Marcin Kościelnicki <koriakin@0x04.net>
12563
12564 * gdb.trace/tfile-avx.c: New test.
12565 * gdb.trace/tfile-avx.exp: New test.
12566
9ef9e6a6
KS
125672016-02-09 Keith Seitz <keiths@redhat.com>
12568
12569 PR breakpoints/19546
12570 * gdb.base/infcall-exec.c: New file.
12571 * gdb.base/infcall-exec2.c: New file.
12572 * gdb.base/infcall-exec.exp: New file.
12573
a96e36da
KS
125742016-02-09 Keith Seitz <keiths@redhat.com>
12575
12576 * gdb.guile/scm-breakpoint.exp (test_bkpt_address): New procedure.
12577 (toplevel): Call test_bkpt_address.
12578
9f61929f
KS
125792016-02-09 Keith Seitz <keiths@redhat.com>
12580
12581 PR python/19506
12582 * gdb.python/py-breakpoint.exp (test_bkpt_address): New procedure.
12583 (toplevel): Call test_bkpt_address.
12584
1e94266c
SM
125852016-02-09 Simon Marchi <simon.marchi@ericsson.com>
12586
12587 * configure.ac: Use AC_CONFIG_FILES instead of passing arguments
12588 to AC_OUTPUT.
12589 * configure: Regenerate.
12590
2a7f3dff
PA
125912016-02-09 Pedro Alves <palves@redhat.com>
12592
12593 PR breakpoints/19548
12594 * gdb.base/execl-update-breakpoints.c (some_function): New
12595 function.
12596 (main): Call it.
12597 * gdb.base/execl-update-breakpoints.exp: Add a second breakpoint.
12598 Tighten expected GDB output.
12599
2151ccc5
SM
126002016-02-08 Simon Marchi <simon.marchi@ericsson.com>
12601
12602 * Makefile.in (ALL_SUBDIRS): Remove.
12603 (clean mostlyclean): Do not recurse in ALL_SUBDIRS.
12604 (distclean maintainer-clean realclean): Likewise.
12605 * configure.ac (AC_OUTPUT): Remove gdb.*/Makefile.
12606 * configure: Regenerate.
12607 * gdb.ada/Makefile.in: Delete.
12608 * gdb.arch/Makefile.in: Likewise.
12609 * gdb.asm/Makefile.in: Likewise.
12610 * gdb.base/Makefile.in: Likewise.
12611 * gdb.btrace/Makefile.in: Likewise.
12612 * gdb.cell/Makefile.in: Likewise.
12613 * gdb.compile/Makefile.in: Likewise.
12614 * gdb.cp/Makefile.in: Likewise.
12615 * gdb.disasm/Makefile.in: Likewise.
12616 * gdb.dlang/Makefile.in: Likewise.
12617 * gdb.dwarf2/Makefile.in: Likewise.
12618 * gdb.fortran/Makefile.in: Likewise.
12619 * gdb.gdb/Makefile.in: Likewise.
12620 * gdb.go/Makefile.in: Likewise.
12621 * gdb.guile/Makefile.in: Likewise.
12622 * gdb.java/Makefile.in: Likewise.
12623 * gdb.linespec/Makefile.in: Likewise.
12624 * gdb.mi/Makefile.in: Likewise.
12625 * gdb.modula2/Makefile.in: Likewise.
12626 * gdb.multi/Makefile.in: Likewise.
12627 * gdb.objc/Makefile.in: Likewise.
12628 * gdb.opencl/Makefile.in: Likewise.
12629 * gdb.opt/Makefile.in: Likewise.
12630 * gdb.pascal/Makefile.in: Likewise.
12631 * gdb.perf/Makefile.in: Likewise.
12632 * gdb.python/Makefile.in: Likewise.
12633 * gdb.reverse/Makefile.in: Likewise.
12634 * gdb.server/Makefile.in: Likewise.
12635 * gdb.stabs/Makefile.in: Likewise.
12636 * gdb.threads/Makefile.in: Likewise.
12637 * gdb.trace/Makefile.in: Likewise.
12638 * gdb.xml/Makefile.in: Likewise.
12639 * lib/gdb.exp (make_gdb_parallel_path): Add check for
12640 GDB_PARALLEL.
12641 (standard_output_file): Remove check for GDB_PARALLEL, always
12642 return path in outputs/$subdir/$testname.
12643
437277d4
SM
126442016-02-08 Simon Marchi <simon.marchi@ericsson.com>
12645
12646 * Makefile.in (abs_srcdir): Assign @abs_srcdir@.
12647 (site.exp): Assign abs_srcdir to tcl's srcdir.
12648
31d913c7
YQ
126492016-02-04 Yao Qi <yao.qi@linaro.org>
12650
12651 * gdb.base/foll-exec-mode.c: Include limits.h.
12652 (main): Add parameters argc and argv. Get directory from
12653 argv[0].
12654 * gdb.base/foll-exec-mode.exp: Don't pass -DBASEDIR in
12655 compilation.
12656 * gdb.base/foll-exec.c: Include limits.h.
12657 (main): Add parameters argc and argv.
12658 Get directory from argv[0].
12659 * gdb.base/foll-exec.exp: Don't pass -DBASEDIR in compilation.
12660 Adjust tests on the number of lines as source code changed.
12661 * gdb.base/foll-vfork-exit.c: Include limits.h.
12662 (main): Add one line of statement before vfork.
12663 * gdb.base/foll-vfork.c: Include limits.h and string.h.
12664 (main): Add parameters argc and argv. Get directory from
12665 argv[0].
12666 * gdb.base/foll-vfork.exp: Don't pass -DBASEDIR in compilation.
12667 (setup_gdb): Set tbreak to skip some source lines.
12668 * gdb.multi/bkpt-multi-exec.c: Include limits.h.
12669 (main): Add parameters argc and argv. Get directory from
12670 argv[0].
12671 * gdb.multi/bkpt-multi-exec.exp: Don't pass -DBASEDIR in
12672 compilation.
12673 * gdb.multi/multi-arch-exec.c: Include limits.h and string.h.
12674 (main): Add parameters argc and argv. Get directory from
12675 argv[0].
12676 * gdb.multi/multi-arch-exec.exp: Don't pass -DBASEDIR in
12677 compilation.
12678
9482b9fb
DE
126792016-02-01 Doug Evans <dje@google.com>
12680
12681 * gdb.base/skip.exp: Clean up multiple references to same test name.
12682
6b2e4f10
PA
126832016-02-01 Pedro Alves <palves@redhat.com>
12684
ccb6afd6 12685 PR remote/19496
6b2e4f10
PA
12686 * gdb.threads/forking-threads-plus-breakpoint.exp
12687 (displaced_stepping_supported): New global.
12688 (probe_displaced_stepping_support): New procedure.
12689 (do_test): Add 'displaced' parameter, and use it.
12690 (top level): Check for displaced stepping support. Add displaced
12691 stepping on/off testing axis.
12692
37a8db1a
AB
126932016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
12694
12695 * gdb.mi/mi-vla-fortran.exp: Add XFAIL for accessing unassociated
12696 pointer. Don't perform further tests on the unassociated pointer
12697 if the first test fails.
12698
5fdf6324
AB
126992016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
12700
12701 * gdb.base/max-value-size.c: New file.
12702 * gdb.base/max-value-size.exp: New file.
12703 * gdb.base/huge.exp: Disable max-value-size for this test.
12704
935c6144
IB
127052016-01-28 Iain Buclaw <ibuclaw@gdcproject.org>
12706
12707 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
12708
7fe8399d
YQ
127092016-01-28 Yao Qi <yao.qi@linaro.org>
12710
12711 * gdb.fortran/vla-value.exp: Wrap test with with_timeout_factor.
12712
a2077e25
PA
127132016-01-25 Pedro Alves <palves@redhat.com>
12714
12715 PR threads/19461
12716 * gdb.base/fork-running-state.c: New file.
12717 * gdb.base/fork-running-state.exp: New file.
12718
1d2736d4
PA
127192016-01-25 Pedro Alves <palves@redhat.com>
12720
12721 PR gdb/19494
12722 * gdb.base/catch-fork-kill.c: New file.
12723 * gdb.base/catch-fork-kill.exp: New file.
12724
f1da4b11
PA
127252016-01-25 Pedro Alves <palves@redhat.com>
12726
12727 * gdb.base/step-sw-breakpoint-adjust-pc.exp (foreach_with_prefix):
12728 Delete, moved to lib/gdb.exp.
12729 * gdb.threads/forking-threads-plus-breakpoint.exp
12730 (foreach_with_prefix): Likewise.
12731 * gdb.threads/process-dies-while-handling-bp.exp
12732 (foreach_with_prefix): Likewise.
12733 * lib/gdb.exp (foreach_with_prefix): New procedure.
12734
45f38546
MK
127352016-01-25 Marcin Kościelnicki <koriakin@0x04.net>
12736
12737 * gdb.trace/backtrace.exp: Bump stack collection fudge factor.
12738 * gdb.trace/entry-values.exp: Bump stack collection fudge factor.
12739
dc29a1ce
MK
127402016-01-23 Marcin Kościelnicki <koriakin@0x04.net>
12741
12742 * gdb.trace/unavailable-dwarf-piece.exp: Fix bitfield handling on big
12743 endian targets.
12744
092127d7
JK
127452016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
12746 Pedro Alves <palves@redhat.com>
12747
12748 Fix testsuite compatibility with Guile.
12749 * gdb.gdb/selftest.exp (send ^C to child process): Drop expected Thread
12750 number.
12751
31d765d3
JK
127522016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
12753
12754 Fix testsuite compatibility with Guile.
12755 * gdb.gdb/selftest.exp (send ^C to child process): Accept also Thread.
12756 (thread 1): New test for backtrace through signal handler.
12757
1ac78c04
YQ
127582016-01-22 Yao Qi <yao.qi@linaro.org>
12759
12760 PR testsuite/19491
12761 * gdb.base/multi-forks.c: Include
12762 ../lib/unbuffer_output.c
12763 (main): Call gdb_unbuffer_output.
12764
4f5946a8
DE
127652016-01-21 Doug Evans <dje@google.com>
12766
12767 * lib/ada.exp (gdb_compile_ada): Fix typo.
12768
305e13e6
JB
127692016-01-21 Joel Brobecker <brobecker@adacore.com>
12770
12771 * gdb.base/break-fun-addr.exp: New file.
12772 * gdb.base/break-fun-addr1.c: New file.
12773 * gdb.base/break-fun-addr2.c: New file.
12774
5f5dfff6
SM
127752016-01-20 Simon Marchi <simon.marchi@polymtl.ca>
12776
12777 * gdb.python/py-pp-maint.exp: Change/add enum flag tests.
12778 * gdb.python/py-pp-maint.c (enum flag_enum): Use more complex
12779 enum flag values.
12780
fd356fa2
AA
127812016-01-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
12782
12783 * gdb.base/gnu_vector.exp: Re-establish handling for should_kfail
12784 when GDB can not set the vector return value. Add more comments
12785 for clarification.
12786
9df22175
AT
127872016-01-20 Antoine Tremblay <antoine.tremblay@ericsson.com>
12788
12789 * gdb.trace/tspeed.exp: Use shlib instead of libs in gdb_compile
12790 command.
12791
41d1845e
SM
127922016-01-19 Simon Marchi <simon.marchi@ericsson.com>
12793
12794 * Makefile.in (DO_RUNTEST): Add --status and update usages.
12795
01ac6840
SM
127962016-01-19 Simon Marchi <simon.marchi@ericsson.com>
12797
12798 * Makefile.in (check-single): Pass --status to runtest.
12799 (check/%.exp): Likewise.
12800
128012016-01-19 Simon Marchi <simon.marchi@ericsson.com>
12802
12803 * Makefile.in (check-parallel): Propagate return code from make
12804 do-check-parallel.
12805
bd0a71fa
MK
128062016-01-19 Marcin Kościelnicki <koriakin@0x04.net>
12807
12808 * gdb.trace/ftrace.exp: Fix expected message on continue.
12809 * gdb.trace/pending.exp: Fix expected message on continue.
12810 * gdb.trace/trace-break.exp: Fix expected message on continue.
12811
8bcbad33
SM
128122016-01-18 Simon Marchi <simon.marchi@ericsson.com>
12813
12814 * lib/gdb.exp (gdb_test): Remove unused global references.
12815
f303dbd6
PA
128162016-01-18 Pedro Alves <palves@redhat.com>
12817
12818 * gdb.base/async-shell.exp: Adjust expected output.
12819 * gdb.base/dprintf-non-stop.exp: Adjust expected output.
12820 * gdb.base/siginfo-thread.exp: Adjust expected output.
12821 * gdb.base/watchpoint-hw-hit-once.exp: Adjust expected output.
12822 * gdb.java/jnpe.exp: Adjust expected output.
12823 * gdb.threads/clone-new-thread-event.exp: Adjust expected output.
12824 * gdb.threads/continue-pending-status.exp: Adjust expected output.
12825 * gdb.threads/leader-exit.exp: Adjust expected output.
12826 * gdb.threads/manythreads.exp: Adjust expected output.
12827 * gdb.threads/pthreads.exp: Adjust expected output.
12828 * gdb.threads/schedlock.exp: Adjust expected output.
12829 * gdb.threads/siginfo-threads.exp: Adjust expected output.
12830 * gdb.threads/signal-command-multiple-signals-pending.exp: Adjust
12831 expected output.
12832 * gdb.threads/signal-delivered-right-thread.exp: Adjust expected
12833 output.
12834 * gdb.threads/sigthread.exp: Adjust expected output.
12835 * gdb.threads/watchpoint-fork.exp: Adjust expected output.
12836
b2789696
YQ
128372016-01-18 Yao Qi <yao.qi@linaro.org>
12838
12839 * gdb.guile/scm-section-script.c: Replace @progbits with
12840 %progbits.
12841 * gdb.python/py-section-script.c: Likewise.
12842
71ef29a8
PA
128432016-01-15 Pedro Alves <palves@redhat.com>
12844
12845 * gdb.multi/tids.exp: Test star wildcard ranges.
12846
3f5b7598
PA
128472016-01-15 Pedro Alves <palves@redhat.com>
12848
12849 * gdb.multi/tids.exp (thr_apply_info_thr_error): Remove "p 1234"
12850 command from "thread apply" invocation.
12851 (thr_apply_info_thr_invalid): Default the expected output to the
12852 input tid list.
12853 (top level): Add tests that use convenience variables. Add tests
12854 for "thread apply" with a valid TID list, but missing the command.
12855
663f6d42
PA
128562016-01-13 Pedro Alves <palves@redhat.com>
12857
12858 * gdb.base/default.exp: Expect $_gthread as well.
12859 * gdb.multi/tids.exp: Test $_gthread.
12860 * gdb.threads/thread-specific.exp: Test $_gthread.
12861
c84f6bbf
PA
128622016-01-13 Pedro Alves <palves@redhat.com>
12863
12864 * gdb.multi/tids.exp: Test "info threads -gid".
12865
22a02324
PA
128662016-01-13 Pedro Alves <palves@redhat.com>
12867
12868 * gdb.multi/tids.exp: Test InferiorThread.global_num and
12869 Breakpoint.thread.
12870 * gdb.python/py-infthread.exp: Test InferiorThread.global_num.
12871
5d5658a1
PA
128722016-01-07 Pedro Alves <palves@redhat.com>
12873
12874 * gdb.base/break.exp: Adjust to output changes.
12875 * gdb.base/hbreak2.exp: Likewise.
12876 * gdb.base/sepdebug.exp: Likewise.
12877 * gdb.base/watch_thread_num.exp: Likewise.
12878 * gdb.linespec/keywords.exp: Likewise.
12879 * gdb.multi/info-threads.exp: Likewise.
12880 * gdb.threads/thread-find.exp: Likewise.
12881 * gdb.multi/tids.c: New file.
12882 * gdb.multi/tids.exp: New file.
12883
84654457
PA
128842016-01-13 Pedro Alves <palves@redhat.com>
12885
12886 * gdb.python/py-infthread.exp: Test InferiorThread.inferior.
12887
e3940304
PA
128882016-01-13 Pedro Alves <palves@redhat.com>
12889
12890 * gdb.base/default.exp: Expect $_inferior as well.
12891 * gdb.multi/base.exp: Test $_inferior.
12892
a911d87a
PA
128932016-01-13 Pedro Alves <palves@redhat.com>
12894
12895 PR breakpoints/19388
12896 * gdb.base/catch-signal-siginfo-cond.c: New file.
12897 * gdb.base/catch-signal-siginfo-cond.exp: New file.
12898
82075af2
JS
128992016-01-12 Josh Stone <jistone@redhat.com>
12900 Philippe Waroquiers <philippe.waroquiers@skynet.be>
12901
12902 * gdb.base/catch-syscall.c (do_execve): New variable.
12903 (main): Conditionally trigger an execve.
12904 * gdb.base/catch-syscall.exp: Enable testing for remote targets.
12905 (test_catch_syscall_execve): New, check entry/return across execve.
12906 (do_syscall_tests): Call test_catch_syscall_execve.
12907
e46eeedd
PA
129082016-01-12 Pedro Alves <palves@redhat.com>
12909
12910 * gdb.base/random-signal.exp (do_test): New procedure, with body
12911 of testcase moved in.
12912
01d8c27e
JK
129132016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
12914 Pedro Alves <palves@redhat.com>
12915
12916 * gdb.base/funcargs.exp (finish from indirectly called function):
12917 Reintroduce the case for 'First'.
12918
9a706302
JK
129192016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
12920 Pedro Alves <palves@redhat.com>
12921
12922 * gdb.base/foll-vfork.exp (tcatch_vfork_then_parent_follow)
12923 (tcatch_vfork_then_child_follow_exec)
12924 (tcatch_vfork_then_child_follow_exit): Revert back DWARF vfork
12925 identification.
12926
c0ecb95f
JK
129272016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
12928
12929 * gdb.guile/scm-value.exp (test_value_in_inferior): Set print elements
12930 and repeats to unlimited.
12931 * gdb.python/py-value.exp: Likewise.
12932 * lib/gdb.exp (gdb_has_argv0): Save and temporarily set print elements
12933 and repeats to unlimited.
12934
6cfc1fcb
JK
129352016-01-08 Jan Kratochvil <jan.kratochvil@redhat.com>
12936
12937 * gdb.multi/goodbye.c: Fix compilation warnings by adding return types
12938 and reordering the functions.
12939 * gdb.multi/hangout.c: Likewise.
12940 * gdb.multi/hello.c: Likewise.
12941
582a1b00
SM
129422016-01-08 Simon Marchi <simon.marchi@ericsson.com>
12943
12944 * gdb.perf/lib/perftest/perftest.py: Change relative imports to
12945 absolute.
12946 (SingleStatisticTestResult.report): Use dict.keys instead of
12947 dict.iterkeys.
12948
79bc59cb
PA
129492016-01-06 Pedro Alves <palves@redhat.com>
12950
12951 * gdb.python/py-infthread.exp: Fix typo. Expect t0.num to be 1.
12952
43368e1d
MM
129532016-01-04 Markus Metzger <markus.t.metzger@intel.com>
12954
12955 * gdb.btrace/dlopen.exp: New.
12956 * gdb.btrace/dlopen.c: New.
12957 * gdb.btrace/dlopen-dso.c: New.
12958
79fad5b8
SL
129592015-12-25 Sandra Loosemore <sandra@codesourcery.com>
12960
12961 * lib/gdb.exp (gdb_test): Update comments to clarify that the
12962 PATTERN argument is optional.
12963
ab8314b3
JB
129642015-12-24 Joel Brobecker <brobecker@adacore.com>
12965
12966 * lib/ada.exp (target_compile_ada_from_dir): New function.
12967 (gdb_compile_ada): Reimplement avoiding the use of project files.
12968 * gdb.ada/gnat_ada.gpr: Delete.
12969 * gdb.ada/cond_lang.exp: Adjust test to make path before
12970 filename optional.
12971 * gdb.ada/small_reg_param.exp: Likewise.
12972
fe33faff
SM
129732015-12-22 Simon Marchi <simon.marchi@ericsson.com>
12974
12975 * gdb.base/foll-vork.exp: Remove HP-UX special case.
12976
6d265cb4
TP
129772015-12-22 Thomas Preud'homme <thomas.preudhomme@arm.com>
12978
12979 * lib/mi-support.exp (mi_run_cmd_full): Add an expect for the CLI jump
12980 case.
12981
10125099
SM
129822015-12-21 Simon Marchi <simon.marchi@ericsson.com>
12983
12984 * gdb.base/break.exp: Remove dead code.
12985 * gdb.base/sepdebug.exp: Likewise.
12986
3ca22649
SM
129872015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
12988
12989 * gdb.asm/asm-source.exp: Remove HP-UX references.
12990 * gdb.base/annota1.exp: Likewise.
12991 * gdb.base/annota3.exp: Likewise.
12992 * gdb.base/attach.exp: Likewise.
12993 * gdb.base/bigcore.exp: Likewise.
12994 * gdb.base/break.exp: Likewise.
12995 * gdb.base/call-ar-st.exp: Likewise.
12996 * gdb.base/callfuncs.exp: Likewise.
12997 * gdb.base/catch-fork-static.exp: Likewise.
12998 * gdb.base/display.exp: Likewise.
12999 * gdb.base/foll-exec-mode.exp: Likewise.
13000 * gdb.base/foll-exec.exp: Likewise.
13001 * gdb.base/foll-fork.exp: Likewise.
13002 * gdb.base/foll-vfork.exp: Likewise.
13003 * gdb.base/funcargs.exp: Likewise.
13004 * gdb.base/hbreak2.exp: Likewise.
13005 * gdb.base/inferior-died.exp: Likewise.
13006 * gdb.base/interrupt.exp: Likewise.
13007 * gdb.base/multi-forks.exp: Likewise.
13008 * gdb.base/nodebug.exp: Likewise.
13009 * gdb.base/sepdebug.exp: Likewise.
13010 * gdb.base/solib1.c: Likewise.
13011 * gdb.base/step-test.exp: Likewise.
13012 * gdb.mi/non-stop.c: Likewise.
13013 * gdb.mi/pthreads.c: Likewise.
13014 * gdb.multi/bkpt-multi-exec.ex: Likewise.
13015 * gdb.threads/pthreads.c: Likewise.
13016 * gdb.threads/staticthreads.exp: Likewise.
13017 * lib/future.exp: Likewise.
13018 * lib/gdb.exp: Likewise.
13019 * gdb.base/so-indr-cl.c: Remove.
13020 * gdb.base/so-indr-cl.exp: Likewise.
13021 * gdb.base/solib.c: Likewise.
13022 * gdb.base/solib.exp: Likewise.
13023 * gdb.base/solib2.c: Likewise.
13024
b6304613
SM
130252015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
13026
13027 * gdb.base/break.exp: Remove references to HP CC/aCC compilers.
13028 * gdb.base/call-ar-st.exp: Likewise.
13029 * gdb.base/callfuncs.exp: Likewise.
13030 * gdb.base/condbreak.exp: Likewise.
13031 * gdb.base/constvars.exp: Likewise.
13032 * gdb.base/hbreak2.exp: Likewise.
13033 * gdb.base/langs.exp: Likewise.
13034 * gdb.base/list.exp: Likewise.
13035 * gdb.base/long_long.exp: Likewise.
13036 * gdb.base/ptype.exp: Likewise.
13037 * gdb.base/scope.exp: Likewise.
13038 * gdb.base/signals.exp: Likewise.
13039 * gdb.base/so-impl-ld.exp: Likewise.
13040 * gdb.base/varargs.exp: Likewise.
13041 * gdb.base/volatile.exp: Likewise.
13042 * gdb.base/whatis.exp: Likewise.
13043 * gdb.cp/cplusfuncs.exp: Likewise.
13044 * gdb.cp/inherit.exp: Likewise.
13045 * gdb.cp/local.exp: Likewise.
13046 * gdb.cp/member-ptr.exp: Likewise.
13047 * gdb.cp/method.exp: Likewise.
13048 * gdb.cp/overload.exp: Likewise.
13049 * gdb.cp/templates.exp: Likewise.
13050 * gdb.stabs/weird.exp: Likewise.
13051 * lib/compiler.c: Likewise.
13052 * lib/compiler.cc: Likewise.
13053 * lib/cp-support.exp: Likewise.
13054 * lib/gdb.exp: Likewise.
13055
bf401b07
SM
130562015-12-20 Simon Marchi <simon.marchi@polymtl.ca>
13057
13058 * configure.ac: Remove HP-UX case.
13059 * configure: Regenerate.
13060
aff9c0f8
SM
130612015-12-18 Simon Marchi <simon.marchi@ericsson.com>
13062
13063 * lib/gdb.exp (gdb_compile): Add function doc.
13064
a6904d5a
PA
130652015-12-17 Pedro Alves <palves@redhat.com>
13066
13067 PR threads/19354
13068 * gdb.multi/info-threads.exp: New file.
13069
a22279dd
YQ
130702015-12-15 Yao Qi <yao.qi@linaro.org>
13071
13072 * gdb.trace/ftrace.exp: Set arg0exp to "$x0" if target
13073 is aarch64*-*-*.
13074
0588c796
SL
130752015-12-14 Sandra Loosemore <sandra@codesourcery.com>
13076
13077 * gdb.base/history-duplicates.exp: Skip if no readline support.
13078
5d978e17
SL
130792015-12-14 Sandra Loosemore <sandra@codesourcery.com>
13080
13081 * gdb.base/gdbinit-history.exp: Skip for remote-host testing.
13082
7e763b86
SL
130832015-12-14 Sandra Loosemore <sandra@codesourcery.com>
13084
13085 * gdb.base/gdbhistsize-history.exp: Skip for remote-host testing.
13086
87a3a92c
SL
130872015-12-14 Sandra Loosemore <sandra@codesourcery.com>
13088
13089 * gdb.base/completion.exp: Skip tests that interrupt GDB with
13090 ctrl-C if nointerrupts target property is set.
13091 * gdb.base/double-prompt-target-event-error.exp: Likewise.
13092 * gdb.base/paginate-after-ctrl-c-running.exp: Likewise.
13093 * gdb.base/paginate-bg-execution.exp: Likewise.
13094 * gdb.base/paginate-execution-startup.exp: Likewise.
13095 * gdb.base/random-signal.exp: Likewise.
13096 * gdb.base/range-stepping.exp: Likewise.
13097 * gdb.cp/annota2.exp: Likewise.
13098 * gdb.cp/annota3.exp: Likewise.
13099 * gdb.gdb/selftest.exp: Likewise.
13100 * gdb.threads/continue-pending-status.exp: Likewise.
13101 * gdb.threads/leader-exit.exp: Likewise.
13102 * gdb.threads/manythreads.exp: Likewise.
13103 * gdb.threads/pthreads.exp: Likewise.
13104 * gdb.threads/schedlock.exp: Likewise.
13105 * gdb.threads/sigthread.exp: Likewise.
13106
a8f077dc
DB
131072015-12-11 Don Breazeal <donb@codesourcery.com>
13108
13109 * gdb.base/execl-update-breakpoints.exp (main): Enable for target
13110 remote.
13111 * gdb.base/foll-exec-mode.exp (main): Disable for target remote.
13112 * gdb.base/foll-exec.exp (main): Enable for target remote.
13113 * gdb.base/foll-fork.exp (main): Likewise.
13114 * gdb.base/foll-vfork.exp (main): Likewise.
13115 * gdb.base/multi-forks.exp (main): Likewise, and use clean_restart.
13116 (proc continue_to_exit_bp_loc): Use clean_restart.
13117 * gdb.base/pie-execl.exp (main): Disable for target remote.
13118 * gdb.base/watch-vfork.exp (main): Enable for target remote.
13119 * gdb.mi/mi-nsthrexec.exp (main): Likewise.
13120 * gdb.threads/execl.exp (main): Likewise.
13121 * gdb.threads/fork-child-threads.exp (main): Likewise.
13122 * gdb.threads/fork-plus-threads.exp (main): Disable for target
13123 remote.
13124 * gdb.threads/fork-thread-pending.exp (main): Enable for target
13125 remote.
13126 * gdb.threads/linux-dp.exp (check_philosopher_stack): Allow
13127 pid.tid style ptids, instead of just tid.
13128 * gdb.threads/thread-execl.exp (main): Enable for target remote.
13129 * gdb.threads/watchpoint-fork.exp (main): Likewise.
13130 * gdb.trace/report.exp (use_collected_data): Allow pid.tid style
13131 ptids, instead of just tid.
13132
3b2464a8
AB
131332015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
13134
13135 * gdb.base/list.exp (test_list_forward): Add end of file error
13136 test.
13137 (test_repeat_list_command): Add end of file error test.
13138 (test_list_backwards): Add beginning of file error test.
13139
a0def019
AB
131402015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
13141
13142 * gdb.base/list.exp (test_list_invalid_args): New function,
13143 defined, and called.
13144
5c000dff
AB
131452015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
13146
13147 * gdb.base/list.exp (test_list): Make test names unique.
13148
f1637ebe
YQ
131492015-12-11 Yao Qi <yao.qi@linaro.org>
13150
13151 * gdb.base/coremaker2.c: Remove.
13152
36d6fc0a
PA
131532015-12-10 Pedro Alves <palves@redhat.com>
13154
13155 * gdb.multi/base.exp: Remove stale "spaces" references.
13156
762f7747
PA
131572015-12-10 Pedro Alves <palves@redhat.com>
13158
13159 * gdb.multi/base.exp: Don't use nowarnings.
13160 * gdb.multi/bkpt-multi-exec.exp: Don't use nowarnings.
13161 * gdb.multi/hangout.c: Include stdio.h.
13162 * gdb.multi/hello.c: Include stdlib.h.
13163 * gdb.multi/multi-arch-exec.c: Include stdlib.h.
13164 * gdb.multi/multi-arch-exec.exp: Don't use nowarnings.
13165 * gdb.multi/multi-arch.exp: Don't use nowarnings.
13166
28d2bfb9
AB
131672015-12-10 Andrew Burgess <andrew.burgess@embecosm.com>
13168
13169 * gdb.dwarf2/dw2-ranges-base.c: New file.
13170 * gdb.dwarf2/dw2-ranges-base.exp: New file.
13171 * lib/dwarf.exp (namespace eval Dwarf): Add new variables to
13172 support additional line table, and debug ranges generation.
13173 (Dwarf::ranges): New function, generate .debug_ranges.
13174 (Dwarf::lines): Support generating simple line table programs.
13175 (Dwarf::assemble): Initialise new namespace variables.
13176
5fc2beac
KB
131772015-12-09 Kevin Buettner <kevinb@redhat.com>
13178
13179 * gdb.base/async.exp (proc test_background): Add case for
13180 asynchronous execution not supported.
13181
1c35a88f
LM
131822015-12-09 Luis Machado <lgustavo@codesourcery.com>
13183
13184 * gdb.mi/mi-var-display.exp: Add new checks for the zero-hexadecimal
13185 format and change test names to make them unique.
13186
b593e3d9
RK
131872015-12-09 Ruslan Kabatsayev <b7.10110111@gmail.com>
13188 Pedro Alves <pedro@redhat.com>
13189
13190 PR gdb/18702
13191 Add checking of floatformats setup on x86_64 hosts.
13192 * gdb.arch/i386-float.S (main): Load bigval and smallval.
13193 (smallval, bigval): New labels/constants.
13194 * gdb.arch/i386-float.exp: Use with_test_prefix and test "info
13195 float" after loading bigval and smallval.
13196
d72413e6
PMR
131972015-12-07 Pierre-Marie de Rodat <derodat@adacore.com>
13198
13199 * gdb.ada/fun_overload_menu.exp: New testcase.
13200 * gdb.ada/fun_overload_menu/foo.adb: New testcase.
13201
ece66d65
JS
132022015-12-04 Josh Stone <jistone@redhat.com>
13203
13204 * gdb.base/catch-fork-static.exp: New.
13205
41d0efca
YQ
132062015-12-03 Yao Qi <yao.qi@linaro.org>
13207
13208 * gdb.base/sizeof.c: Don't include stdio.h and
13209 ../lib/unbuffer_output.c.
13210 (main): New variable 'size' and 'value'. Remove printf and
13211 gdb_unbuffer_output. Assign return value to size and value.
13212 * gdb.base/sizeof.exp: Remove the checking to gdb,noinferiorio
13213 at the beginning.
13214 (check_sizeof): Check the result by printing variable 'size'.
13215 (check_valueof): Check the result by printing variable 'value'.
13216
99fd02d9
YQ
132172015-12-01 Yao Qi <yao.qi@linaro.org>
13218
13219 * gdb.base/disp-step-syscall.exp: Define syscall instruction
13220 for aarch64*-*-linux* target.
13221
f2faf941
PA
132222015-11-30 Pedro Alves <palves@redhat.com>
13223
13224 * gdb.threads/no-unwaited-for-left.exp: Remove setup_kfail calls.
13225
04bf20c5
PA
132262015-11-30 Pedro Alves <palves@redhat.com>
13227
13228 * lib/range-stepping-support.exp (exec_cmd_expect_vCont_count):
13229 Handle non-stop mode vCont replies.
13230
09df4675
PA
132312015-11-30 Pedro Alves <palves@redhat.com>
13232
13233 * gdb.base/dprintf-non-stop.exp: Use build_executable instead of
13234 prepare_for_testing. Start gdb with "set non-stop on" appended to
13235 GDBFLAGS. Lax expected stop output.
13236
58b584af
YQ
132372015-11-27 Yao Qi <yao.qi@linaro.org>
13238
13239 * gdb.arch/arm-neon.exp: New.
13240 * gdb.arch/arm-neon.c: New.
13241
dfcb77a8
YQ
132422015-11-27 Yao Qi <yao.qi@linaro.org>
13243
13244 * gdb.cp/annota2.exp: Rewrite the pattern using multi_line.
13245
88e8ec1b
YQ
132462015-11-27 Yao Qi <yao.qi@linaro.org>
13247
13248 * gdb.cp/annota2.exp: Allow multiple occurrences of the
13249 frames-invalid annotation.
13250
bfde72c2
YQ
132512015-11-27 Yao Qi <yao.qi@linaro.org>
13252
13253 * gdb.cp/annota2.exp: Use ${frames_invalid}.
13254
f6512a69
SM
132552015-11-26 Simon Marchi <simon.marchi@ericsson.com>
13256
13257 * gdb.threads/names.exp: New file.
13258 * gdb.threads/names.c: New file.
13259 * README: Mention gdb,no_thread_names.
13260
46a3515b
MM
132612015-11-26 Markus Metzger <markus.t.metzger@intel.com>
13262
13263 PR 19297
13264 * lib/gdb.exp (skip_btrace_pt_tests): Check for a "GDB does not
13265 support" error.
13266
62147a22
PA
132672015-11-24 Pedro Alves <palves@redhat.com>
13268
13269 PR 17539
13270 * gdb.base/display.exp: Expect displays to be sorted in ascending
13271 order. Use multi_line.
13272 * gdb.base/solib-display.exp: Likewise.
13273
2f341b6e
PA
132742015-11-24 Pedro Alves <palves@redhat.com>
13275
13276 PR 17539
25d49b86
PA
13277 * gdb.base/display.exp: Expect displays to be sorted in ascending
13278 order. Use multi_line.
13279 * gdb.base/solib-display.exp: Likewise.
2f341b6e 13280
7e0aa6aa
PA
132812015-11-24 Pedro Alves <palves@redhat.com>
13282
13283 PR 17539
13284 * gdb.base/foll-exec-mode.exp: Adjust to GDB listing inferiors and
13285 threads in ascending order.
13286 * gdb.base/foll-fork.exp: Likewise.
13287 * gdb.base/foll-vfork.exp: Likewise.
13288 * gdb.base/multi-forks.exp: Likewise.
13289 * gdb.mi/mi-nonstop.exp: Likewise.
13290 * gdb.mi/mi-nsintrall.exp: Likewise.
13291 * gdb.multi/base.exp: Likewise.
13292 * gdb.multi/multi-arch.exp: Likewise.
13293 * gdb.python/py-inferior.exp: Likewise.
13294 * gdb.threads/break-while-running.exp: Likewise.
13295 * gdb.threads/execl.exp: Likewise.
13296 * gdb.threads/gcore-thread.exp: Likewise.
13297 * gdb.threads/info-threads-cur-sal.exp: Likewise.
13298 * gdb.threads/kill.exp: Likewise.
13299 * gdb.threads/linux-dp.exp: Likewise.
13300 * gdb.threads/multiple-step-overs.exp: Likewise.
13301 * gdb.threads/next-bp-other-thread.exp: Likewise.
13302 * gdb.threads/step-bg-decr-pc-switch-thread.exp: Likewise.
13303 * gdb.threads/step-over-lands-on-breakpoint.exp: Likewise.
13304 * gdb.threads/step-over-trips-on-watchpoint.exp: Likewise.
13305 * gdb.threads/thread-find.exp: Likewise.
13306 * gdb.threads/tls.exp: Likewise.
13307 * lib/mi-support.exp (mi_reverse_list): Delete.
13308 (mi_check_thread_states): No longer reverse list.
13309
2cc57ad8
PA
133102015-11-24 Pedro Alves <palves@redhat.com>
13311
13312 * gdb.python/py-inferior.exp: Use with_test_prefix. Consistently
13313 use lowercase.
13314
c93e8391
SM
133152015-11-23 Simon Marchi <simon.marchi@ericsson.com>
13316
13317 * gdb.trace/actions.c: Include trace-common.h.
13318 (main): Add a location for a fast tracepoint.
13319 * gdb.trace/save-trace.exp: Set a fast tracepoint in addition to
13320 the normal tracepoints.
13321 (gdb_verify_tracepoints): Adjust number of expected tracepoints.
13322
045ccf91
SM
133232015-11-23 Simon Marchi <simon.marchi@ericsson.com>
13324
13325 * save-trace.exp: Factor out code to these...
13326 (gdb_save_tracepoints): New.
13327 (gdb_load_tracepoints): New.
13328 (do_save_load_test): New.
13329
5506f9f6
KB
133302015-11-23 Kevin Buettner <kevinb@redhat.com>
13331
13332 * gdb.base/asmlabel.exp: New test.
13333 * gdb.base/asmlabel.c: New test case.
13334
16c3b12f
JB
133352015-11-23 Joel Brobecker <brobecker@adacore.com>
13336
13337 * gdb.base/wrong_frame_bt_full-main.c: New file.
13338 * gdb.base/wrong_frame_bt_full-opaque.c: New file.
13339 * gdb.base/wrong_frame_bt_full.exp: New file.
13340
155bfbd3
JB
133412015-11-23 Joel Brobecker <brobecker@adacore.com>
13342
13343 * testsuite/gdb.ada/var_rec_arr.exp: Add "ptype a1(1)" test.
13344
bb097445
JM
133452015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
13346
206853a0 13347 * gdb.base/callfuncs.exp (fetch_all_registers): Filter out the
bb097445
JM
13348 pstate register when comparing registers values in
13349 sparc64-*-linux-gnu targets to avoid spurious differences.
13350
9c88ed8f
JM
133512015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
13352
206853a0 13353 * gdb.arch/sparc-sysstep.c: Include unistd.h for getpid.
9c88ed8f 13354
96161e25
SL
133552015-11-19 Sandra Loosemore <sandra@codesourcery.com>
13356
13357 * gdb.base/nested-subp1.exp: Pass executable, not executable name,
13358 as type argument to gdb_compile.
13359 * gdb.base/nested-subp2.exp: Likewise.
13360 * gdb.base/nested-subp3.exp: Likewise.
13361
340c2830
DV
133622015-11-17 Dominik Vogt <vogt@linux.vnet.ibm.com>
13363
13364 * lib/dwarf.exp (_note): Fix left shift of negative value.
13365 * gdb.trace/trace-condition.exp: Likewise.
13366
c1862d0f
YQ
133672015-11-13 Yao Qi <yao.qi@linaro.org>
13368
13369 * gdb.base/call-sc.exp (test_scalar_returns): Remove the
13370 comments about d10v.
13371 (test_scalar_returns): Likewise.
13372 * gdb.base/d10v.ld: Remove.
13373 * gdb.base/overlays.exp: Remove the target triplet checking for
13374 d10v-*-*.
13375 * gdb.base/structs.exp (test_struct_returns): Remove the
13376 comments about d10v.
13377 (test_struct_calls): Likewise.
13378
77ae9c19
YQ
133792015-11-13 Yao Qi <yao.qi@linaro.org>
13380
13381 * gdb.base/gnu_vector.exp: Check the return value by "p res".
13382 * gdb.base/gnu_vector.c: Don't include stdio.h.
13383 (main): Don't print res and call add_some_intvecs.
13384
430e004e
MK
133852015-11-11 Marcin Kościelnicki <koriakin@0x04.net>
13386
13387 * gdb.trace/change-loc.h: include "trace-common.h", remove SYMBOL
13388 macro.
13389 (func5): Removed.
13390 (func4): Use FAST_TRACEPOINT_LABEL.
13391 * gdb.trace/ftrace-lock.c: include "trace-common.h", remove SYMBOL
13392 macro.
13393 (func): Removed.
13394 (thread_function): Use FAST_TRACEPOINT_LABEL.
13395 * gdb.trace/ftrace.c: include "trace-common.h", remove SYMBOL macro.
13396 (func): Remove.
13397 (marker): Use FAST_TRACEPOINT_LABEL.
13398 * gdb.trace/pendshr1.c: include "trace-common.h", remove SYMBOL macro.
13399 (pendfunc1): Remove.
13400 (pendfunc): Use FAST_TRACEPOINT_LABEL.
13401 * gdb.trace/pendshr2.c: include "trace-common.h", remove SYMBOL macro.
13402 (foo): Remove.
13403 (pendfunc2): Use FAST_TRACEPOINT_LABEL.
13404 * gdb.trace/trace-break.c: include "trace-common.h", remove SYMBOL
13405 macro.
13406 (func): Remove.
13407 (marker): Use FAST_TRACEPOINT_LABEL.
13408 * gdb.trace/trace-common.h: New header.
13409 * gdb.trace/trace-condition.c: include "trace-common.h", remove SYMBOL
13410 macro.
13411 (func): Remove.
13412 (marker): Use FAST_TRACEPOINT_LABEL.
13413 * gdb.trace/trace-mt.c: include "trace-common.h", remove SYMBOL macro.
13414 (func): Remove.
13415 (thread_function): Use FAST_TRACEPOINT_LABEL.
13416
6e7675a7
MK
134172015-11-10 Marcin Kościelnicki <koriakin@0x04.net>
13418
13419 * gdb.trace/backtrace.exp: Use global fpreg/spreg definition, add $
13420 in front.
13421 * gdb.trace/change-loc.exp: Use global pcreg definition.
13422 * gdb.trace/collection.exp: Use global pcreg/fpreg/spreg definition.
13423 * gdb.trace/entry-values.exp: Use global spreg definition, add $
13424 in front.
13425 * gdb.trace/mi-trace-frame-collected.exp: Use global pcreg definition.
13426 * gdb.trace/pending.exp: Likewise.
13427 * gdb.trace/report.exp: Use global pcreg/fpreg/spreg definition.
13428 * gdb.trace/trace-break.exp: Likewise.
13429 * gdb.trace/trace-condition.exp: Use global pcreg definition, add $
13430 in front.
13431 * gdb.trace/unavailable.exp: Use global pcreg/fpreg/spreg definition.
13432 * gdb.trace/while-dyn.exp: Use global fpreg definition, add $
13433 in front.
13434 * lib/trace-support.exp: Define fpreg, spreg, pcreg variables.
13435
dddc0e16
JB
134362015-11-09 Joel Brobecker <brobecker@adacore.com>
13437
13438 * gdb.ada/fin_fun_out: New testcase.
13439
c6f0b406
KB
134402015-11-07 Kevin Buettner <kevinb@redhat.com>
13441
13442 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Don't hardcode
13443 value associated with DW_AT_byte_size.
13444 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Don't hardcode
13445 constants for DW_AT_byte_size, DW_AT_lower_bound, and
13446 DW_AT_upper_bound.
13447
f01dcfd9
KB
134482015-11-07 Kevin Buettner <kevinb@redhat.com>
13449
13450 * lib/gdb (gdb_target_symbol_prefix_flags_asm): New proc.
13451 (gdb_target_symbol_prefix_flags): Define in terms of _asm
13452 version.
13453 * gdb.arch/i386-float.exp, gdb.arch/i386-permbkpt.exp,
13454 gdb.dwarf2/dw2-canonicalize-type.exp,
13455 gdb.dwarf2/dw2-compdir-oldgcc.exp, gdb.dwarf2/dw2-minsym-in-cu.exp,
13456 gdb.dwarf2/dw2-op-stack-value.exp, gdb.dwarf2/dw2-unresolved.exp,
13457 gdb.dwarf2/fission-reread.exp, gdb.dwarf2/pr13961.exp: Use flags
13458 provided by gdb_target_symbol_prefix_flags_asm.
13459 * gdb.dwarf2/dw2-canonicalize-type.S, gdb.dwarf2/dw2-compdir-oldgcc.S,
13460 testsuite/gdb.dwarf2/dw2-minsym-in-cu.S,
13461 testsuite/gdb.dwarf2/dw2-unresolved-main.c,
13462 testsuite/gdb.dwarf2/dw2-unresolved.S, gdb.dwarf2/fission-reread.S,
13463 gdb.dwarf2/pr13961.S: Define and use SYMBOL macro (and supporting
13464 macros where needed). Use this macro for symbols which require
13465 the prefix provided by SYMBOL_PREFIX.
13466
2223449a
KB
134672015-11-05 Kevin Buettner <kevinb@redhat.com>
13468
13469 * lib/gdb.exp (gdb_target_symbol_prefix, gdb_target_symbol):
13470 New procs.
13471 * lib/dwarf.exp (_handle_DW_TAG): Handle attribute values,
13472 representing expressions, of more than one list element.
13473 * gdb.dwarf2/atomic-type.exp (Dwarf::assemble): Use gdb_target_symbol
13474 to prepend linker symbol prefix to f.
13475 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Likewise, for
13476 table_1 and table_2.
13477 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp (Dwarf::assemble):
13478 Likewise, for f and g.
13479 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble): Likewise,
13480 for ptr.
13481 * gdb.dwarf2/dw2-regno-invalid.exp (Dwarf::assemble): Likewise,
13482 for main.
13483 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Likewise, for
13484 table_1_ptr and table_2_ptr.
13485
6f2f1a3a
JK
134862015-11-03 Jan Kratochvil <jan.kratochvil@redhat.com>
13487 Joel Brobecker <brobecker@adacore.com>
13488
13489 * gdb.mi/mi-vla-fortran.exp (evaluate allocated vla): Permit any data.
13490
566c56c9
MK
134912015-11-04 Marcin Kościelnicki <koriakin@0x04.net>
13492
13493 * gdb.reverse/s390-mvcle.c: New test.
13494 * gdb.reverse/s390-mvcle.exp: New file.
13495 * lib/gdb.exp: Enable reverse tests on s390*-linux.
13496
d5f0636b
MK
134972015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
13498
13499 * gdb.reverse/readv-reverse.exp: Obvious typo fixed.
13500
7ad8b86c
MK
135012015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
13502
13503 * gdb.reverse/fstatat-reverse.exp: Set breakpoint on marker1 after
13504 reaching marker2.
13505 * gdb.reverse/getresuid-reverse.exp: Likewise.
13506 * gdb.reverse/pipe-reverse.exp: Likewise.
13507 * gdb.reverse/readv-reverse.exp: Likewise.
13508 * gdb.reverse/recvmsg-reverse.exp: Likewise.
13509 * gdb.reverse/time-reverse.exp: Likewise.
13510 * gdb.reverse/waitpid-reverse.exp: Likewise and add KFAILs.
13511
4081c0f1
YQ
135122015-10-30 Yao Qi <yao.qi@linaro.org>
13513
13514 * gdb.threads/wp-replication.c (watch_count_done): Remove.
13515 (empty_cycle): Remove.
13516 (main): Don't call empty_cycle. Don't use watch_count_done.
13517 * gdb.threads/wp-replication.exp: Don't set breakpoint on
13518 empty_cycle. Rewrite the code counting HW watchpoints.
13519
452b4ba5
MK
135202015-10-30 Marcin Kościelnicki <koriakin@0x04.net>
13521
13522 * gdb.reverse/fstatat-reverse.c: New test.
13523 * gdb.reverse/fstatat-reverse.exp: New file.
13524 * gdb.reverse/getresuid-reverse.c: New test.
13525 * gdb.reverse/getresuid-reverse.exp: New file.
13526 * gdb.reverse/pipe-reverse.c: New test.
13527 * gdb.reverse/pipe-reverse.exp: New file.
13528 * gdb.reverse/readv-reverse.c: New test.
13529 * gdb.reverse/readv-reverse.exp: New file.
13530 * gdb.reverse/recvmsg-reverse.c: New test.
13531 * gdb.reverse/recvmsg-reverse.exp: New file.
13532 * gdb.reverse/time-reverse.c: New test.
13533 * gdb.reverse/time-reverse.exp: New file.
13534 * gdb.reverse/waitpid-reverse.c: New test.
13535 * gdb.reverse/waitpid-reverse.exp: New file.
13536
5e2e7507
JK
135372015-10-27 Jan Kratochvil <jan.kratochvil@redhat.com>
13538
13539 * gdb.ada/access_to_packed_array.exp: Fix typos erroring the testfile.
13540
0fde2c53
DE
135412015-10-26 Doug Evans <dje@google.com>
13542
13543 PR symtab/17391
13544 * lib/dwarf.exp (_location): Add support for DW_OP_regx.
13545 * gdb.dwarf2/bad-regnum.c: New file.
13546 * gdb.dwarf2/bad-regnum.exp: New file.
13547
1a70ae97
DE
135482015-10-26 Doug Evans <dje@google.com>
13549
13550 PR python/18938
13551 * gdb.python/python.exp: Add test for symlink from .py file to .notpy
13552 file.
13553
27dc26ab
JK
135542015-10-25 Jan Kratochvil <jan.kratochvil@redhat.com>
13555
13556 * gdb.compile/compile.exp (compile code globalvar): Update expectation
13557 for a change by "Mention language in compile error message".
13558
bed91f4d
SM
135592015-10-21 Simon Marchi <simon.marchi@polymtl.ca>
13560
13561 PR python/18073
13562 * gdb.python/py-type.c (C::a_method): New.
13563 (C::a_const_method): New.
13564 (C::a_static_method): New.
13565 (a_function): New.
13566 * gdb.python/py-type.exp (test_fields): Test getting fields
13567 from function and method.
13568
3f2f83dd
KB
135692015-10-21 Keven Boell <keven.boell@intel.com>
13570
13571 * gdb.fortran/vla-alloc-assoc.exp: New file.
13572 * gdb.fortran/vla-datatypes.exp: New file.
13573 * gdb.fortran/vla-datatypes.f90: New file.
13574 * gdb.fortran/vla-history.exp: New file.
13575 * gdb.fortran/vla-ptype-sub.exp: New file.
13576 * gdb.fortran/vla-ptype.exp: New file.
13577 * gdb.fortran/vla-sizeof.exp: New file.
13578 * gdb.fortran/vla-sub.f90: New file.
13579 * gdb.fortran/vla-value-sub-arbitrary.exp: New file.
13580 * gdb.fortran/vla-value-sub-finish.exp: New file.
13581 * gdb.fortran/vla-value-sub.exp: New file.
13582 * gdb.fortran/vla-value.exp: New file.
13583 * gdb.fortran/vla-ptr-info.exp: New file.
13584 * gdb.mi/mi-vla-fortran.exp: New file.
13585 * gdb.mi/vla.f90: New file.
13586
27145d50
SL
135872015-10-21 Sandra Loosemore <sandra@codesourcery.com>
13588
13589 * gdb.base/freebpcmd.exp: Use with_timeout_factor instead
13590 of hardwired timeout value.
13591
5f3ff4f8
JK
135922015-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
13593 Pedro Alves <palves@redhat.com>
13594
13595 * gdb.dwarf2/dw2-regno-invalid.exp: New file.
13596 * lib/dwarf.exp (Dwarf): Add DW_OP_bregx.
13597
bfd09d20
JS
135982015-10-19 Josh Stone <jistone@redhat.com>
13599
13600 * gdb.base/catch-syscall.c: Include <sched.h>.
13601 (unknown_syscall): New variable.
13602 (main): Trigger a vfork and an unknown syscall.
13603 * gdb.base/catch-syscall.exp (vfork_syscalls): New variable.
13604 (unknown_syscall_number): Likewise.
13605 (check_call_to_syscall): Accept an optional syscall pattern.
13606 (check_return_from_syscall): Likewise.
13607 (check_continue): Likewise.
13608 (test_catch_syscall_without_args): Check for vfork and ENOSYS.
13609 (test_catch_syscall_skipping_return): New test toggling off 'catch
13610 syscall' to step over the syscall return, then toggling back on.
13611 (test_catch_syscall_mid_vfork): New test turning on 'catch syscall'
13612 during a PTRACE_EVENT_VFORK stop, in the middle of a vfork syscall.
13613 (do_syscall_tests): Call test_catch_syscall_without_args and
13614 test_catch_syscall_mid_vfork.
13615 (test_catch_syscall_without_args_noxml): Check for vfork and ENOSYS.
13616 (fill_all_syscalls_numbers): Initialize unknown_syscall_number.
13617
b32b93c6
AS
136182015-10-19 Andrew Stubbs <ams@codesourcery.com>
13619
13620 * gdb.cp/inherit.exp (print g_vB, print g_vC, print g_vD,
13621 print g_vE): Add new pass patterns.
13622 * gdb.cp/virtbase.exp (print *this, print *(D *) e): Allow GDB to
13623 print various symbol names for vptr fields.
13624
9d622bda
AB
136252015-10-12 Andrew Burgess <andrew.burgess@embecosm.com>
13626
13627 * gdb.base/dbx.exp (test_func): Remove xfails, update expected
13628 results.
13629
0fd8ac1c
YQ
136302015-10-12 Yao Qi <yao.qi@linaro.org>
13631
13632 * gdb.arch/disp-step-insn-reloc.exp: New test case.
13633
34240514
YQ
136342015-10-12 Yao Qi <yao.qi@linaro.org>
13635
13636 * lib/gdb.exp (support_displaced_stepping): Return 1 if target
13637 is aarch64*-*-linux*.
13638
8240f442
YQ
136392015-10-12 Yao Qi <yao.qi@linaro.org>
13640
13641 * gdb.arch/insn-reloc.c (can_relocate_bcond): Rename to ...
13642 (can_relocate_bcond_true): ... it.
13643 (can_relocate_bcond_false): New function.
13644 (foo): Likewise.
13645 (can_relocate_bl): Likewise.
13646 (testcases) [__aarch64__]: Add can_relocate_bcond_false and
13647 can_relocate_bl.
13648
2520f728
PMR
136492015-10-12 Pierre-Marie de Rodat <derodat@adacore.com>
13650
13651 * gdb.base/nested-addr.c: New file.
13652 * gdb.base/nested-addr.exp: New testcase.
13653
abcef95a
MM
136542015-10-09 Markus Metzger <markus.t.metzger@intel.com>
13655
13656 * gdb.btrace/vdso.c (main): Remove breakpoint markers.
13657 * gdb.btrace/vdso.exp: Change stepping command to "next" and ignore
13658 its output. Ignore the output of "record goto begin" and instead
13659 check that GDB is replaying.
13660
145e3ddb
PA
136612015-10-09 Pedro Alves <palves@redhat.com>
13662
13663 * gdb.base/a2-run.exp (maybe_exp_continue): New procedure.
13664 (top level): Use it in the run with no args test.
13665
d5d8c4e1
IB
136662015-10-08 Iain Buclaw <ibuclaw@gdcproject.org>
13667
13668 * gdb.dlang/properties.exp: New file.
13669
06e635ef
SL
136702015-10-02 Sandra Loosemore <sandra@codesourcery.com>
13671
13672 * gdb.dwarf2/staticvirtual.exp: Generalize regexp so it can match
13673 whether or not address 0x1000 is mapped on the target.
13674
e019fd1d
SM
136752015-09-30 Simon Marchi <simon.marchi@ericsson.com>
13676
13677 * gdb.python/py-type.exp: Do not run tests if binaries fail to
13678 build.
13679
77ba2a67
MM
136802015-09-30 Markus Metzger <markus.t.metzger@intel.com>
13681
13682 * gdb.btrace/tsx.exp: Consider multiple correct outputs in the record
13683 instruction-history test.
13684
c60eb31f
DE
136852015-09-28 Doug Evans <dje@google.com>
13686
13687 * gdb.base/gcore.c (array_func): Add reference to static_array.
13688
9a3c8263
SM
136892015-09-25 Simon Marchi <simon.marchi@ericsson.com>
13690
13691 * gdb.gdb/selftest.exp (do_steps_and_nexts): Adjust expected
13692 source line.
13693
9720e656
SL
136942015-09-24 Sandra Loosemore <sandra@codesourcery.com>
13695
13696 * gdb.cp/classes.exp (test_enums): Generalize regexp to allow
13697 short or char as base type.
13698
938d3bf2
SL
136992015-09-23 Sandra Loosemore <sandra@codesourcery.com>
13700
13701 * gdb.cp/var-tag.exp (do_global_tests): Generalize opt_underlying
13702 to allow any size enum.
13703
e6c2c623
PMR
137042015-09-23 Pierre-Marie de Rodat <derodat@adacore.com>
13705
13706 * gdb.ada/array_ptr_renaming.exp: New testcase.
13707 * gdb.ada/array_ptr_renaming/foo.adb: New file.
13708 * gdb.ada/array_ptr_renaming/pack.ads: New file.
13709
06da0f77
PL
137102015-09-21 Pierre Langlois <pierre.langlois@arm.com>
13711
13712 * gdb.trace/ftrace-lock.c: New file.
13713 * gdb.trace/ftrace-lock.exp: New file.
13714
4f51c22a
PL
137152015-09-21 Pierre Langlois <pierre.langlois@arm.com>
13716
13717 * gdb.arch/insn-reloc.c: New file.
13718 * gdb.arch/ftrace-insn-reloc.exp: New file.
13719
7041adf4
PL
137202015-09-21 Pierre Langlois <pierre.langlois@arm.com>
13721
13722 * gdb.trace/change-loc.h (func4) [__aarch64__]: Add a nop
13723 instruction.
13724 * gdb.trace/pendshr1.c (pendfunc): Likewise.
13725 * gdb.trace/pendshr2.c (pendfunc2): Likewise.
13726 * gdb.trace/range-stepping.c: Likewise.
13727 * gdb.trace/trace-break.c: Likewise.
13728 * gdb.trace/trace-mt.c (thread_function): Likewise.
13729 * gdb.trace/ftrace.c (marker): Likewise.
13730 * gdb.trace/trace-condition.c (marker): Likewise.
13731 * gdb.trace/ftrace.exp: Enable ftrace test if is_aarch64_target.
13732 * gdb.trace/trace-condition.exp: Set pcreg to "\$pc" if
13733 is_aarch64_target.
13734
015d2e7e
DE
137352015-09-18 Doug Evans <xdje42@gmail.com>
13736
13737 * gdb.dwarf2/dw2-bad-unresolved.c: New file.
13738 * gdb.dwarf2/dw2-bad-unresolved.exp: New file.
13739
26b188a2
SL
137402015-09-18 Sandra Loosemore <sandra@codesourcery.com>
13741
13742 * gdb.base/dso2dso.exp: Don't use directory prefix when setting
13743 the breakpoint.
13744
79dc332b
SL
137452015-09-18 Sandra Loosemore <sandra@codesourcery.com>
13746
13747 * gdb.mi/mi-pending.exp: Don't use directory prefix when setting
13748 the pending breakpoint. Remove timeout override for "Run till
13749 MI pending breakpoint on pendfunc3 on thread 2" test.
13750
f57929f2
SL
137512015-09-18 Sandra Loosemore <sandra@codesourcery.com>
13752
13753 * gdb.mi/mi-cli.exp: Don't require directory prefix in breakpoint
13754 filename pattern.
13755
3f469b17
SL
137562015-09-18 Sandra Loosemore <sandra@codesourcery.com>
13757
13758 * gdb.mi/mi-dprintf-pending.exp: Don't require directory prefix
13759 in breakpoint filename pattern.
13760
515b89b3
SL
137612015-09-18 Sandra Loosemore <sandra@codesourcery.com>
13762
7800dbe4
SL
13763 * gdb.base/global-var-nested-by-dso.exp: Call gdb_load_shlibs.
13764
137652015-09-18 Sandra Loosemore <sandra@codesourcery.com>
13766
515b89b3
SL
13767 * gdb.linespec/explicit.exp: Check for readline support for
13768 tab-completion tests. Fix obvious typo.
13769
d2939ba2
MM
137702015-09-18 Markus Metzger <markus.t.metzger@intel.com>
13771
13772 * gdb.btrace/multi-thread-step.exp: Test scheduler-locking on, step,
13773 and replay.
13774
cbb55fa7
MM
137752015-09-18 Markus Metzger <markus.t.metzger@intel.com>
13776
13777 * gdb.btrace/non-stop.c: New.
13778 * gdb.btrace/non-stop.exp: New.
13779
43691ca1
PL
137802015-09-17 Pierre Langlois <pierre.langlois@arm.com>
13781 Yao Qi <yao.qi@linaro.org>
13782
13783 * gdb.trace/trace-condition.c: New file.
13784 * gdb.trace/trace-condition.exp: New file.
13785
d78908cf
WW
137862015-09-16 Wei-cheng Wang <cole945@gmail.com>
13787
13788 * gdb.trace/ftrace.exp: (test_ftrace_condition) New function
13789 for testing bytecode compilation.
13790
1ed415e2
PA
137912015-09-16 Pedro Alves <palves@redhat.com>
13792 Sandra Loosemore <sandra@codesourcery.com>
13793
13794 * gdb.threads/non-stop-fair-events.c (timeout): New global.
13795 (SECONDS): Redefine.
13796 (main): Call pthread_kill and alarm early.
13797 * gdb.threads/non-stop-fair-events.exp: Probe displaced stepping
13798 support.
13799 (test): If the target can't hardware step and doesn't support
13800 displaced stepping, increase the timeout.
13801
d136eff5
PA
138022015-09-16 Pedro Alves <palves@redhat.com>
13803
13804 * gdb.threads/non-stop-fair-events.exp (gdb_test_no_anchor)
13805 (enable_debug): New procedures.
13806 (test): Use them. Bail out if waiting for threads fails.
13807 (top level): Bail out if a test fails.
13808
991f019c
YQ
138092015-09-16 Yao Qi <yao.qi@linaro.org>
13810
13811 * gdb.asm/asm-source.exp: Set asm-arch for
13812 aarch64*-*-* target.
13813 * gdb.asm/aarch64.inc: New file.
13814
bfca584f
PMR
138152015-09-15 Pierre-Marie de Rodat <derodat@adacore.com>
13816
13817 * gdb.ada/array_of_variable_length.exp: New testcase.
13818 * gdb.ada/array_of_variable_length/foo.adb: New file.
13819 * gdb.ada/array_of_variable_length/pck.adb: New file.
13820 * gdb.ada/array_of_variable_length/pck.ads: New file.
13821
b326e587
DE
138222015-09-15 Doug Evans <dje@google.com>
13823
13824 * gdb.base/callfuncs.exp (do_function_calls): Handle clang naming
13825 of function static local variable.
13826
5382cfab
PW
138272015-09-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
13828
13829 * gdb.threads/tls-so_extern.exp: New test file.
13830 * gdb.threads/tls-so_extern.c: New test file.
13831 * gdb.threads/tls-so_extern_main.c: New test file.
13832
141c5cc4
JK
138332015-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
13834
13835 * gdb.opt/solib-intra-step-lib.c: New file.
13836 * gdb.opt/solib-intra-step-main.c: New file.
13837 * gdb.opt/solib-intra-step.exp: New file.
13838
d15dcecd
PA
138392015-09-15 Pedro Alves <palves@redhat.com>
13840
13841 * gdb.threads/non-ldr-exc-3.exp (do_test): Use
13842 gdb_continue_to_breakpoint instead of gdb_test_multiple.
13843
4c2f2a79
PA
138442015-09-14 Pedro Alves <palves@redhat.com>
13845
13846 * gdb.base/hook-stop-continue.c: Delete.
13847 * gdb.base/hook-stop-continue.exp: Delete.
13848 * gdb.base/hook-stop-frame.c: Delete.
13849 * gdb.base/hook-stop-frame.exp: Delete.
13850 * gdb.base/hook-stop.c: New file.
13851 * gdb.base/hook-stop.exp: New file.
13852
919e6dbe
PMR
138532015-09-14 Pierre-Marie de Rodat <derodat@adacore.com>
13854
13855 * gdb.ada/access_to_packed_array.exp: New testcase.
13856 * gdb.ada/access_to_packed_array/foo.adb: New file.
13857 * gdb.ada/access_to_packed_array/pack.adb: New file.
13858 * gdb.ada/access_to_packed_array/pack.ads: New file.
13859
157280a4
MM
138602015-09-14 Markus Metzger <markus.t.metzger@intel.com>
13861
13862 * gdb.btrace/buffer-size.exp: Remove recording with unlimited BTS
13863 buffer size test.
13864
2fd33e94
DB
138652015-09-11 Don Breazeal <donb@codesourcery.com>
13866
13867 * gdb.base/foll-exec.c: Add copyright header. Fix
13868 formatting issues.
13869 * gdb.base/foll-exec.exp (zap_session): Delete proc.
13870 (do_exec_tests): Use clean_restart in place of zap_session,
13871 and for test initialization. Fix formatting issues. Use
13872 fail in place of perror.
13873 * gdb.base/pie-execl.exp (main): Use 'inferior_spawn_id' in
13874 an expect statement to match an expression with output from
13875 the program under debug.
13876 * gdb.threads/non-ldr-exc-1.exp (do_test, main): Add
13877 non-stop tests and use save_vars to enable non-stop in GDBFLAGS.
13878 * gdb.threads/non-ldr-exc-2.exp: Likewise.
13879 * gdb.threads/non-ldr-exc-3.exp: Likewise.
13880 * gdb.threads/non-ldr-exc-4.exp: Likewise.
13881
e70b6e8e
DE
138822015-09-09 Doug Evans <dje@google.com>
13883
13884 * gdb.python/py-prettyprint.exp: Check result of run_lang_tests.
13885
7a551a51
DE
138862015-09-09 Doug Evans <dje@google.com>
13887
13888 * gdb.base/pie-execl.exp: Fix result test of build_executable.
13889
4c666f84
DE
138902015-09-09 Doug Evans <dje@google.com>
13891
13892 * gdb.base/savedregs.exp: Fix typo.
13893
243a9253
PA
138942015-09-09 Pedro Alves <palves@redhat.com>
13895
13896 * gdb.mi/mi-cli.exp: Add CLI finish tests.
13897
c0fa8fbd
SL
138982015-09-08 Sandra Loosemore <sandra@codesourcery.com>
13899
13900 * gdb.threads/hand-call-in-threads.exp: Make sure the thread
13901 command actually switches threads. Give up on remaining
13902 tests if target fails to stop at breakpoint.
13903
cd7c1778
PMR
139042015-09-03 Pierre-Marie de Rodat <derodat@adacore.com>
13905
13906 * gdb.ada/funcall_char.exp: New testcase.
13907 * gdb.ada/funcall_char/foo.adb: New file.
13908
dc5c8746
PMR
139092015-09-01 Pierre-Marie de Rodat <derodat@adacore.com>
13910
13911 * gdb.ada/complete.exp: Add "pck.ambiguous_func" to the relevant
13912 expected outputs. Add two testcases for completing ambiguous
13913 functions.
13914 * gdb.ada/complete/aux_pck.adb: New file.
13915 * gdb.ada/complete/aux_pck.ads: New file.
13916 * gdb.ada/complete/foo.adb: Pull Aux_Pck and call the two
13917 Ambiguous_Func functions.
13918 * gdb.ada/complete/pck.ads: Add an Ambiguous_Func function.
13919 * gdb.ada/complete/pck.adb: Likewise.
13920
4e83a1e7
UW
139212015-08-27 Ulrich Weigand <uweigand@de.ibm.com>
13922
13923 * lib/cell.exp (skip_cell_tests): Report UNRESOLVED on unexpected
13924 failures to run the test program under GDB.
13925
8ce74153
LM
139262015-08-26 Luis Machado <lgustavo@codesourcery.com>
13927
13928 * gdb.compile/compile-ifunc.exp (with_test_prefix): Force language
13929 to C.
13930
e9756d52
PP
139312015-08-26 Patrick Palka <patrick@parcs.ath.cx>
13932
13933 * gdb.base/run-after-attach.exp: New test file.
13934 * gdb.base/run-after-attach.c: New test file.
13935
8d37573b
DB
139362015-08-26 Don Breazeal <donb@codesourcery.com>
13937
13938 * gdb.base/foll-exec-2.c: New test program.
13939 * gdb.base/foll-exec-2.exp: New test.
13940
63e43d3a
PMR
139412015-08-25 Pierre-Marie de Rodat <derodat@adacore.com>
13942
13943 * gdb.base/nested-subp1.exp: New file.
13944 * gdb.base/nested-subp1.c: New file.
13945 * gdb.base/nested-subp2.exp: New file.
13946 * gdb.base/nested-subp2.c: New file.
13947 * gdb.base/nested-subp3.exp: New file.
13948 * gdb.base/nested-subp3.c: New file.
13949
3d40fbb5
PA
139502015-08-24 Pedro Alves <palves@redhat.com>
13951
13952 * gdb.server/connect-without-multi-process.c: New file.
13953 * gdb.server/connect-without-multi-process.exp: New file.
13954
4422ac93
LM
139552015-08-24 Luis Machado <lgustavo@codesourcery.com>
13956
13957 * gdb.opt/inline-markers.c: Make z int.
13958
91dddb86
LM
139592015-08-24 Luis Machado <lgustavo@codesourcery.com>
13960
13961 * gdb.opt/inline-markers.c: Make z volatile.
13962
a48847ee
LM
139632015-08-24 Luis Machado <lgustavo@codesourcery.com>
13964
13965 * gdb.opt/inline-bt.c: New volatile global z.
13966 * gdb.opt/inline-cmds.c: Likewise.
13967 * gdb.opt/inline-locals.c: Likewise.
13968 * gdb.opt/inline-markers.c: New extern global z.
13969 (marker): Use z.
13970 (inline_fn): Likewise.
13971
0ebbc52b
PA
139722015-08-24 Pedro Alves <palves@redhat.com>
13973
13974 * config/m32r-stub.exp: Remove file.
13975 * gdb.base/call-ar-st.exp: Remove reference to sparclet.
13976 * gdb.base/call-rt-st.exp: Likewise.
13977 * gdb.base/call-strs.exp: Likewise.
13978 * gdb.base/default.exp: Remove references to h8300-*-hms and
13979 *-*-udi*.
13980 * gdb.base/funcargs.exp: Remove reference to sparclet-*-*.
13981
77c365df
AA
139822015-08-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
13983
13984 * gdb.base/gnu_vector.exp: Try compilation with "-mcpu=native
13985 -Wno-psabi" if "-mcpu=native" fails. For the tests with "finish"
13986 and "return" use KFAIL when GDB can not read/write the vector
13987 return value.
13988
4313b8c0
GB
139892015-08-21 Gary Benson <gbenson@redhat.com>
13990
13991 * gdb.trace/pending.exp: Cope with remote transfer warnings.
13992
0e433b32
PA
139932015-08-20 Pedro Alves <palves@redhat.com>
13994
13995 * gdb.server/solib-list.exp: No longer expect an interior stop in
13996 non-stop mode.
13997
221e1a37
PA
139982015-08-20 Pedro Alves <palves@redhat.com>
13999
14000 * gdb.server/connect-stopped-target.c: New file.
14001 * gdb.server/connect-stopped-target.exp: New file.
14002
40e3ad0e
PA
140032015-08-20 Pedro Alves <palves@redhat.com>
14004
14005 * gdb.dwarf2/comp-unit-lang.exp: New file.
14006 * gdb.dwarf2/comp-unit-lang.c: New file.
14007
af39b327
PMR
140082015-08-20 Pierre-Marie de Rodat <derodat@adacore.com>
14009
14010 * gdb.ada/attr_ref_and_charlit.exp: New testcase.
14011 * gdb.ada/attr_ref_and_charlit/foo.adb: New file.
14012
7d45c7c3 140132015-08-19 Kevin Buettner <kevinb@redhat.com>
206853a0 14014
7d45c7c3
KB
14015 * gdb.dwarf2/dw2-bad-mips-linkage-name.c: New file.
14016 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: New file.
14017
4d6cceb4
DE
140182015-08-18 Doug Evans <dje@google.com>
14019 Adrian Sendroiu <adrian.sendroiu@freescale.com>
14020
14021 * lib/gdb.exp (skip_python_tests_prompt): Renamed from
14022 skip_python_tests. New arg prompt_regexp.
14023 (skip_python_tests): New function.
14024 * lib/mi-support.exp (mi_skip_python_tests): New function.
14025 * gdb.python/py-mi-objfile-gdb.py: New file.
14026 * gdb.python/py-mi-objfile.c: New file.
14027 * gdb.python/py-mi-objfile.exp: New file.
14028
ad89c2aa
KS
140292015-08-17 Keith Seitz <keiths@redhat.com>
14030
14031 * gdb.linespec/explicit.exp: Move strace test from here ...
14032 * gdb.trace/strace.exp: ... to here.
14033
e3ae3c43
PP
140342015-08-15 Patrick Palka <patrick@parcs.ath.cx>
14035
14036 * gdb.base/kill-detach-inferiors-cmd.exp: New test file.
14037 * gdb.base/kill-detach-inferiors-cmd.c: New test file.
14038
604b2636
DE
140392015-08-14 Doug Evans <xdje42@gmail.com>
14040
14041 * gdb.perf/lib/perftest/utils.py (select_file): Kill any existing
14042 inferior before selecting a new file.
14043
6ff0ba5f
DE
140442015-08-14 Doug Evans <xdje42@gmail.com>
14045
14046 * gdb.mi/mi-disassemble.exp: Update.
14047 * gdb.base/disasm-optim.S: New file.
14048 * gdb.base/disasm-optim.c: New file.
14049 * gdb.base/disasm-optim.h: New file.
14050 * gdb.base/disasm-optim.exp: New file.
14051
9ca98f92
KS
140522015-08-14 Keith Seitz <keiths@redhat.com>
14053
14054 * lib/mi-support.exp (mi_make_breakpoint): Add option/handling for
14055 "evaluated-by".
14056
52bbc560
JB
140572015-08-13 Joel Brobecker <brobecker@adacore.com>
14058
14059 * gdb.base/dso2dso.exp: Improve the testcase's documentation.
14060
5d8c3ed3
PMR
140612015-08-13 Pierre-Marie de Rodat <derodat@adacore.com>
14062
14063 * gdb.ada/fun_renaming.exp: New testcase.
14064 * gdb.ada/fun_renaming/fun_renaming.adb: New file.
14065 * gdb.ada/fun_renaming/pack.adb: New file.
14066 * gdb.ada/fun_renaming/pack.ads: New file.
14067
ea8812bc
KS
140682015-08-12 Keith Seitz <keiths@redhat.com>
14069
14070 * gdb.base/dso2dso.exp: Pass basename of source file in call to
14071 gdb_get_line_number.
14072
4dafcdeb
JB
140732015-08-12 Joel Brobecker <brobecker@adacore.com>
14074
14075 * gdb.base/dso2dso-dso2.c, gdb.base/dso2dso-dso2.h,
14076 gdb.base/dso2dso-dso1.c, gdb.base/dso2dso-dso1.h, gdb.base/dso2dso.c,
14077 gdb.base/dso2dso.exp: New files.
14078
5ba32597
SDJ
140792015-08-12 Sergio Durigan Junior <sergiodj@redhat.com>
14080 Pedro Alves <palves@redhat.com>
14081 Keith Seitz <keiths@redhat.com>
14082
14083 * gdb.base/checkpoint-ns.exp: Use save_vars to save and restore
14084 GDBFLAGS.
14085
b6dafabf
PP
140862015-08-12 Patrick Palka <patrick@parcs.ath.cx>
14087
14088 * gdb.base/gdbhistsize-history.exp
14089 (test_histsize_history_setting): Use save_vars.
14090 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
14091 Use save_vars.
14092 (test_no_truncation_of_unlimited_history_file): Use save_vars.
14093 * gdb.base/readline.exp: Use save_vars.
14094
abe8e607
PP
140952015-08-12 Patrick Palka <patrick@parcs.ath.cx>
14096
14097 * lib/gdb.exp (save_vars): New proc.
14098
629500fa
KS
140992015-08-11 Keith Seitz <keiths@redhat.com>
14100
14101 * gdb.base/help.exp: Update help_breakpoint_text.
14102
eb8c4e2e
KS
141032015-08-11 Keith Seitz <keiths@redhat.com>
14104
14105 * gdb.mi/mi-break.exp (test_explicit_breakpoints): New proc.
14106 (at toplevel): Call test_explicit_breakpoints.
14107 * gdb.mi/mi-dprintf.exp: Add tests for explicit dprintf
14108 breakpoints.
14109 * lib/mi-support.exp (mi_make_breakpoint): Add support for
14110 breakpoint conditions, "-cond".
14111
87f0e720
KS
141122015-08-11 Keith Seitz <keiths@redhat.com>
14113
14114 * gdb.linespec/3explicit.c: New file.
14115 * gdb.linespec/cpexplicit.cc: New file.
14116 * gdb.linespec/cpexplicit.exp: New file.
14117 * gdb.linespec/explicit.c: New file.
14118 * gdb.linespec/explicit.exp: New file.
14119 * gdb.linespec/explicit2.c: New file.
14120 * gdb.linespec/ls-errs.exp: Add explicit location tests.
14121 * lib/gdb.exp (capture_command_output): Regexp-escape `command'
14122 before using in the matching pattern.
14123 Clarify that `prefix' is a regular expression.
14124
f00aae0f
KS
141252015-08-11 Keith Seitz <keiths@redhat.com>
14126
14127 * gdb.base/dprintf-pending.exp: Update dprintf "without format"
14128 test.
14129 Add tests for missing ",FMT" and ",".
14130
e27852be
DE
141312015-08-10 Doug Evans <dje@google.com>
14132 Keith Seitz <keiths@redhat.com>
14133
14134 PR gdb/17960
14135 * gdb.base/completion.exp: Add location completer tests.
14136
7f03bd92
PA
141372015-08-07 Pedro Alves <palves@redhat.com>
14138
14139 * gdb.arch/ppc64-atomic-inst.exp (do_test): New procedure, move
14140 tests here.
14141 (top level): Run do_test with and without displaced stepping.
14142
3fc8eb30
PA
141432015-08-07 Pedro Alves <palves@redhat.com>
14144
14145 * gdb.base/valgrind-disp-step.c: New file.
14146 * gdb.base/valgrind-disp-step.exp: New file.
14147
d4569d7b
PA
141482015-08-07 Pedro Alves <palves@redhat.com>
14149
14150 * gdb.threads/step-over-lands-on-breakpoint.c (wait_threads):
14151 Delete function.
14152 (main): Add alarm. Run an infinite loop instead of calling
14153 wait_threads.
14154 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): Change
14155 comment.
14156 * gdb.threads/step-over-trips-on-watchpoint.c (wait_threads):
14157 Delete function.
14158 (main): Add alarm. Run an infinite loop instead of calling
14159 wait_threads.
14160 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Change
14161 comment.
14162
e1316e60
PA
141632015-08-07 Pedro Alves <palves@redhat.com>
14164
14165 * gdb.base/checkpoint-ns.exp: New file.
14166 * gdb.base/checkpoint.exp: Pass explicit "checkpoint.c" to
14167 standard_testfile.
14168
da8c46d2
MM
141692015-08-07 Markus Metzger <markus.t.metzger@intel.com>
14170
14171 * lib/gdb.exp (skip_tsx_tests, skip_btrace_pt_tests): New.
14172 * gdb.btrace/instruction_history.exp: Update.
14173 * gdb.btrace/tsx.exp: New.
14174 * gdb.btrace/tsx.c: New.
14175
de1c2c52
PA
141762015-08-06 Pedro Alves <palves@redhat.com>
14177
14178 * gdb.reverse/step-precsave.exp: Use with_timeout_factor to
14179 increase timeout.
14180 * gdb.reverse/until-precsave.exp: Bump timeouts.
14181
782e0bf4
PA
141822015-08-06 Pedro Alves <palves@redhat.com>
14183
14184 * gdb.base/valgrind-infcall.exp: Issue a "disconnect".
14185
83e97ed0
PA
141862015-08-06 Pedro Alves <palves@redhat.com>
14187
14188 PR gdb/18749
14189 * gdb.threads/process-dies-while-handling-bp.c: New file.
14190 * gdb.threads/process-dies-while-handling-bp.exp: New file.
14191
863d01bd
PA
141922015-08-06 Pedro Alves <palves@redhat.com>
14193
14194 * gdb.threads/forking-threads-plus-breakpoint.exp: New file.
14195 * gdb.threads/forking-threads-plus-breakpoint.c: New file.
14196
0a39bb32
PA
141972015-08-05 Pedro Alves <palves@redhat.com>
14198
14199 * gdb.threads/next-while-other-thread-longjmps.c: New file.
14200 * gdb.threads/next-while-other-thread-longjmps.exp: New file.
14201
ee2d2b10
SL
142022015-08-03 Sandra Loosemore <sandra@codesourcery.com>
14203
14204 * gdb.base/bp-permanent.exp: Report test as unsupported if
14205 the target cannot stop at the permanent breakpoint.
14206
4e1bdb00
DE
142072015-08-03 Doug Evans <dje@google.com>
14208
14209 * gdb.perf/single-step.exp (SINGLE_STEP_COUNT): Change to 1000 from
14210 10000.
14211
3d338901
DE
142122015-08-03 Doug Evans <dje@google.com>
14213
14214 * Makefile.in (workers/%.worker, build-perf): New rule.
14215 (GDB_PERFTEST_MODE): New variable.
14216 (check-perf): Use it.
14217 (clean): Clean up gdb.perf parallel build subdirs.
14218 * lib/build-piece.exp: New file.
14219 * lib/gdb.exp (make_gdb_parallel_path): New function
14220 (standard_output_file, standard_temp_file): Call it.
14221 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
14222 of $GDB_PARALLEL.
14223 * lib/cache.exp (gdb_do_cache): Call make_gdb_parallel_path.
14224
af061d3e
DE
142252015-08-03 Doug Evans <dje@google.com>
14226
8e1afc81 14227 * gdb.perf/lib/perftest/reporter.py (SUM_FILE_NAME): New global.
af061d3e
DE
14228 (LOG_FILE_NAME): New global.
14229 (TextReporter.__init__): Initialize self.txt_sum.
14230 (TextReporter.report): Add support for multiple data-points.
14231 Move report to perftest.sum, put raw data in perftest.log.
14232 (TextReporter.start): Open sum and log files.
14233 (TextReporter.end): Close sum and log files.
8e1afc81
DE
14234 * gdb.perf/lib/perftest/testresult.py
14235 (SingleStatisticTestResult.record): Handle multiple data-points.
af061d3e 14236
2c8c5d37
PA
142372015-07-31 Pedro Alves <palves@redhat.com>
14238
14239 * gdb.base/attach-pie-misread.exp: Rename $res to $test_spawn_id.
14240 Use spawn_id_get_pid. Wait for spawn id after eof. Use
14241 kill_wait_spawned_process instead of explicit "kill -9".
14242 * gdb.base/attach-pie-noexec.exp: Adjust to spawn_wait_for_attach
14243 returning a spawn id instead of a pid. Use spawn_id_get_pid and
14244 kill_wait_spawned_process.
14245 * gdb.base/attach-twice.exp: Likewise.
14246 * gdb.base/attach.exp: Likewise.
14247 (do_command_attach_tests): Use gdb_spawn_with_cmdline_opts and
14248 gdb_test_multiple.
14249 * gdb.base/solib-overlap.exp: Adjust to spawn_wait_for_attach
14250 returning a spawn id instead of a pid. Use spawn_id_get_pid and
14251 kill_wait_spawned_process.
14252 * gdb.base/valgrind-infcall.exp: Likewise.
14253 * gdb.multi/multi-attach.exp: Likewise.
14254 * gdb.python/py-prompt.exp: Likewise.
14255 * gdb.python/py-sync-interp.exp: Likewise.
14256 * gdb.server/ext-attach.exp: Likewise.
14257 * gdb.threads/attach-into-signal.exp (corefunc): Use
14258 spawn_wait_for_attach, spawn_id_get_pid and
14259 kill_wait_spawned_process.
14260 * gdb.threads/attach-many-short-lived-threads.exp: Adjust to
14261 spawn_wait_for_attach returning a spawn id instead of a pid. Use
14262 spawn_id_get_pid and kill_wait_spawned_process.
14263 * gdb.threads/attach-stopped.exp (corefunc): Use
14264 spawn_wait_for_attach, spawn_id_get_pid and
14265 kill_wait_spawned_process.
14266 * gdb.base/break-interp.exp: Rename $res to $test_spawn_id.
14267 Use spawn_id_get_pid. Wait for spawn id after eof. Use
14268 kill_wait_spawned_process instead of explicit "kill -9".
14269 * lib/gdb.exp (can_spawn_for_attach): Adjust comment.
14270 (kill_wait_spawned_process, spawn_id_get_pid): New procedures.
14271 (spawn_wait_for_attach): Use spawn instead of exec to spawn
14272 processes. Don't map cygwin/windows pids here. Now returns a
14273 spawn id list.
14274
032a0fca
SL
142752015-07-30 Sandra Loosemore <sandra@codesourcery.com>
14276
14277 * gdb.cp/var-tag.exp (do_global_tests): Revert broken commit
14278 4bc4d42859e3b42c79c89295ef39944bdb3e6753 and apply the
14279 correct patch.
14280
61a934ca
SL
142812015-07-30 Sandra Loosemore <sandra@codesourcery.com>
14282
14283 * gdb.arch/ppc64-symtab-cordic.exp: Restrict to ppc64 targets.
14284
4bc4d428
SL
142852015-07-30 Sandra Loosemore <sandra@codesourcery.com>
14286
14287 Reapply:
14288 2014-05-21 Mark Wielaard <mjw@redhat.com>
14289
14290 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
14291
998d452a
PA
142922015-07-30 Pedro Alves <palves@redhat.com>
14293
14294 * linux-low.c (handle_extended_wait): Set the child's last
14295 reported status to TARGET_WAITKIND_STOPPED.
14296
69dde7dc
PA
142972015-07-30 Pedro Alves <palves@redhat.com>
14298
14299 PR threads/18600
14300 * gdb.threads/fork-plus-threads.exp: Test that "info inferiors"
14301 only shows inferior 1.
14302
4dd63d48
PA
143032015-07-30 Simon Marchi <simon.marchi@ericsson.com>
14304 Pedro Alves <palves@redhat.com>
14305
14306 PR threads/18600
14307 * gdb.threads/fork-plus-threads.c: New file.
14308 * gdb.threads/fork-plus-threads.exp: New file.
14309
d618e4c5
PP
143102015-07-29 Patrick Palka <patrick@parcs.ath.cx>
14311
14312 * gdb.base/batch-preserve-term-settings.exp
14313 (test_terminal_settings_preserved_after_cli_exit): Use
14314 send_quit_command.
14315
1eef6428
PA
143162015-07-29 Pedro Alves <palves@redhat.com>
14317 Don Breazeal <donb@codesourcery.com>
14318
14319 * gdb.base/multi-forks.exp (continue_to_exit_bp_loc): Expect
14320 output from both inferior_spawn_id and gdb_spawn_id.
14321
7da5b897
SDJ
143222015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
14323
14324 * gdb.threads/attach-into-signal.exp (corefunc): Use
14325 with_test_prefix on nested loops, uniquefying the test messages.
14326
dac804df
SDJ
143272015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
14328
14329 * gdb.python/py-objfile.exp: Fix typo that snuck in from my last
14330 commit.
14331
06265e53
PP
143322015-07-29 Patrick Palka <patrick@parcs.ath.cx>
14333
14334 * gdb.base/batch-preserve-term-settings.exp (send_quit_command):
14335 New proc.
14336 (test_terminal_settings_preserved_after_sigterm): New test.
14337
18206ca3
PP
143382015-07-29 Patrick Palka <patrick@parcs.ath.cx>
14339
14340 * gdb.base/batch-preserve-term-settings.exp
14341 (test_terminal_settings_preserved_after_cli_exit): New test.
14342
90074d11
PP
143432015-07-29 Patrick Palka <patrick@parcs.ath.cx>
14344
14345 * gdb.base/batch-preserve-term-settings.exp: Remove top-level
14346 manipulation of saved_gdbflags.
14347 (test_terminal_settings_preserved): Remove global declaration of
14348 the unused variable pagination_prompt. Remove manipulation of
14349 saved_gdbflags. Use a local variable EXTRA_GDBFLAGS instead of
14350 GDBFLAGS.
14351
eb1a7902
PA
143522015-07-29 Pedro Alves <palves@redhat.com>
14353
14354 * boards/gdbserver-base.exp: Don't set gdb,noinferiorio.
14355
8b75dd3b
PA
143562015-07-29 Pedro Alves <palves@redhat.com>
14357
14358 * gdb.base/interrupt.exp: Revert back to checking gdb,noinferiorio
14359 at the top.
14360
dedad4e3
PA
143612015-07-29 Pedro Alves <palves@redhat.com>
14362
14363 * gdb.base/call-ar-st.c: Include "../lib/unbuffer_output.c".
14364 (main): Call gdb_unbuffer_output.
14365 * gdb.base/call-rt-st.c: Include "../lib/unbuffer_output.c".
14366 (main): Call gdb_unbuffer_output.
14367 * gdb.base/call-strs.c: Include "../lib/unbuffer_output.c".
14368 (main): Call gdb_unbuffer_output.
14369 * gdb.base/call-strs.exp: Adjust to step over the
14370 gdb_unbuffer_output call.
14371 * gdb.base/catch-gdb-caused-signals.c: Include
14372 "../lib/unbuffer_output.c".
14373 (main): Call gdb_unbuffer_output.
14374 * gdb.base/dprintf.c: Include "../lib/unbuffer_output.c".
14375 (main): Call gdb_unbuffer_output.
14376 * gdb.base/ending-run.c: Include "../lib/unbuffer_output.c".
14377 (main): Call gdb_unbuffer_output.
14378 * gdb.base/run.c: Include "../lib/unbuffer_output.c".
14379 (main): Call gdb_unbuffer_output.
14380 * gdb.base/shlib-call.exp: Adjust to step over the
14381 gdb_unbuffer_output call.
14382 * gdb.base/shmain.c: Include "../lib/unbuffer_output.c".
14383 (main): Call gdb_unbuffer_output.
14384 * gdb.base/sizeof.c: Include "../lib/unbuffer_output.c".
14385 (main): Call gdb_unbuffer_output.
14386 * gdb.base/varargs.c: Include "../lib/unbuffer_output.c".
14387 (main): Rename to ...
14388 (test): ... this.
14389 (main): Reimplement.
14390 * gdb.base/varargs.exp: Run to test instead of to main.
14391 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
14392 (main): Call gdb_unbuffer_output.
14393
58789a91
PA
143942015-07-29 Pedro Alves <palves@redhat.com>
14395
14396 * gdb.mi/mi-dprintf.exp (mi_expect_dprintf): New procedure,
14397 factore out from mi_continue_dprintf. For call-style dprintfs,
14398 expect dprintf output out of $inferior_spawn_id.
14399 (mi_continue_dprintf): Use mi_expect_dprintf.
14400 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
14401 (main): Call gdb_unbuffer_output.
14402
e8376742
PA
144032015-07-29 Pedro Alves <palves@redhat.com>
14404
14405 * lib/mi-support.exp (mi_inferior_spawn_id): Delete.
14406 (default_mi_gdb_start): Set inferior_spawn_id instead of
14407 mi_inferior_spawn_id. If $inferior_spawn_id is not set, set it to
14408 gdb_spawn_id.
14409 (mi_gdb_test): Always expect inferior output from both
14410 $inferior_spawn_id and $gdb_spawn_id.
14411
08280010
PA
144122015-07-29 Pedro Alves <palves@redhat.com>
14413
14414 * gdb.gdb/selftest.exp (test_with_self): Update comment. Use
14415 send_inferior and $inferior_spawn_id.
14416
4d30e432
PA
144172015-07-29 Pedro Alves <palves@redhat.com>
14418
14419 * gdb.gdb/complaints.exp (test_initial_complaints)
14420 (test_serial_complaints, test_short_complaints): Use
14421 gdb_test_stdio.
14422 (test_empty_complaint): Handle $inferior_spawn_id !=
14423 $gdb_spawn_id.
14424
0d30a335
PA
144252015-07-29 Pedro Alves <palves@redhat.com>
14426
14427 * gdb.base/varargs.exp: Use gdb_test_stdio.
14428
39413b29
PA
144292015-07-29 Pedro Alves <palves@redhat.com>
14430
14431 * gdb.base/shlib-call.exp: Use gdb_test_stdio.
14432
7cb000a9
PA
144332015-07-29 Pedro Alves <palves@redhat.com>
14434
14435 * gdb.base/ending-run.exp: Use gdb_test_stdio.
14436
d7b8ac82
PA
144372015-07-29 Pedro Alves <palves@redhat.com>
14438
14439 * gdb.base/call-rt-st.exp (print_struct_call): Split "result"
14440 parameter into two new parameters, "inf_result" and "gdb_result".
14441 Expect inferior output and gdb output from $inferior_spawn_id and
14442 $gdb_spawn_id, respectively. Adjust all callers.
14443
789c3a0c
PA
144442015-07-29 Pedro Alves <palves@redhat.com>
14445
14446 * gdb.base/call-ar-st.exp: Use gdb_test_stdio+multi_line instead
14447 of gdb_test_sequence.
14448
77e760c3
PA
144492015-07-29 Pedro Alves <palves@redhat.com>
14450
14451 * gdb.base/a2-run.exp (saw_usage, saw_exit_wrapper)
14452 (saw_spurious_output): Expect inferior output from
14453 $inferior_spawn_id. Use gdb_test_stdio.
14454
8396d2cd
PA
144552015-07-29 Pedro Alves <palves@redhat.com>
14456
14457 * gdb.base/dprintf.exp: Use standard_testfile. Change
14458 prepare_for_testing call.
14459 (srcfile): Don't set.
14460 (restart): New procedure.
14461 (test_dprintf): New procecure, use to continue over dprintfs.
14462 (test_call, test_agent): New procedures, tests moved here.
14463 Restart gdb and recreate dprintfs. Adjust expected output.
14464
2051d61f
PA
144652015-07-29 Pedro Alves <palves@redhat.com>
14466
14467 * gdb.base/catch-gdb-caused-signals.exp: Use gdb_test_stdio.
14468
452397af
PA
144692015-07-29 Pedro Alves <palves@redhat.com>
14470
14471 * gdb.base/call-strs.exp: Use gdb_test_stdio instead of gdb_test.
14472
8aed9555
PA
144732015-07-29 Pedro Alves <palves@redhat.com>
14474
14475 * gdb.base/sizeof.exp (check_sizeof, check_valueof): Use
14476 gdb_test_stdio.
14477
188a61b4
PA
144782015-07-29 Pedro Alves <palves@redhat.com>
14479
14480 * lib/gdb.exp (gdb_test_stdio): New procedure.
14481
12264a45
PA
144822015-07-29 Pedro Alves <palves@redhat.com>
14483
14484 * gdb.base/restore.exp (restore_tests): Use gdb_continue_to_end.
14485
23ffc893
PA
144862015-07-29 Pedro Alves <palves@redhat.com>
14487
14488 * gdb.base/call-signal-resume.exp: Remove check for
14489 gdb,noinferiorio. Don't expect "no signal". Use gdb_test.
14490 * gdb.base/unwindonsignal.exp: Likewise.
14491 * gdb.base/call-signals.c (gen_signal): Remove printf call.
14492 * gdb.base/unwindonsignal.c (gen_signal): Likewise.
14493
65566918
PA
144942015-07-29 Pedro Alves <palves@redhat.com>
14495
14496 * gdb.base/siginfo-addr.c (pass): New function.
14497 (handler): Call it iff si_addr is correct.
14498 * gdb.base/siginfo-addr.exp: Remove gdb_skip_stdio_test check.
14499 Set a breakpoint at "pass" and continue to it.
14500
d60a9221
SDJ
145012015-07-28 Sergio Durigan Junior <sergiodj@redhat.com>
14502
14503 * gdb.python/py-objfile.exp: Make some tests have unique names.
14504 * gdb.python/py-pp-registration.exp: Likewise.
14505
bde40b8f
PA
145062015-07-28 Pedro Alves <palves@redhat.com>
14507
14508 * gdb.server/server-exec-info.exp: Issue a "disconnect".
14509
13e1dec8
SM
145102015-07-27 Simon Marchi <simon.marchi@ericsson.com>
14511
14512 * gdb.mi/mi-pending.c (thread_func): Replace return with return NULL.
14513
da33c9a7
SM
145142015-07-27 Simon Marchi <simon.marchi@ericsson.com>
14515
14516 * gdb.mi/mi-watch.exp (test_watchpoint_triggering): Remove xfail.
14517
077836f7
PP
145182015-07-27 Patrick Palka <patrick@parcs.ath.cx>
14519
14520 * gdb.base/gdb-sigterm-2.exp: New test.
14521
b8cc7b2e
DE
145222015-07-25 Doug Evans <xdje42@gmail.com>
14523
14524 Revert:
14525 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
14526 (workers/%.worker, build-perf): New rule.
14527 (GDB_PERFTEST_MODE): New variable.
14528 (check-perf): Use it.
14529 (clean): Clean up gdb.perf parallel build subdirs.
14530 * lib/build-piece.exp: New file.
14531 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
14532 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
14533 name.
14534 (standard_temp_file): Ditto.
14535 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
14536 of $GDB_PARALLEL.
14537
c8bd4544
DE
145382015-07-24 Doug Evans <dje@google.com>
14539
14540 * gdb.perf/lib/perftest/utils.py: New file.
14541 * gdb.perf/gm-hello.cc: New file.
14542 * gdb.perf/gm-pervasive-typedef.cc: New file.
14543 * gdb.perf/gm-pervasive-typedef.h: New file.
14544 * gdb.perf/gm-std.cc: New file.
14545 * gdb.perf/gm-std.h: New file.
14546 * gdb.perf/gm-use-cerr.cc: New file.
14547 * gdb.perf/gm-utils.h: New file.
14548 * gdb.perf/gmonster-null-lookup.py: New file.
14549 * gdb.perf/gmonster-pervasive-typedef.py: New file.
14550 * gdb.perf/gmonster-print-cerr.py: New file.
14551 * gdb.perf/gmonster-ptype-string.py: New file.
14552 * gdb.perf/gmonster-runto-main.py: New file.
14553 * gdb.perf/gmonster-select-file.py: New file.
14554 * gdb.perf/gmonster1-null-lookup.exp: New file.
14555 * gdb.perf/gmonster1-pervasive-typedef.exp: New file.
14556 * gdb.perf/gmonster1-print-cerr.exp: New file.
14557 * gdb.perf/gmonster1-ptype-string.exp: New file.
14558 * gdb.perf/gmonster1-runto-main.exp: New file.
14559 * gdb.perf/gmonster1-select-file.exp: New file.
14560 * gdb.perf/gmonster1.cc: New file.
14561 * gdb.perf/gmonster1.exp: New file.
14562 * gdb.perf/gmonster2-null-lookup.exp: New file.
14563 * gdb.perf/gmonster2-pervasive-typedef.exp: New file.
14564 * gdb.perf/gmonster2-print-cerr.exp: New file.
14565 * gdb.perf/gmonster2-ptype-string.exp: New file.
14566 * gdb.perf/gmonster2-runto-main.exp: New file.
14567 * gdb.perf/gmonster2-select-file.exp: New file.
14568 * gdb.perf/gmonster2.cc: New file.
14569 * gdb.perf/gmonster2.exp: New file.
14570
6eab34f3
DE
145712015-07-24 Doug Evans <dje@google.com>
14572
14573 * gdb.perf/README: New file.
14574 * lib/perftest.exp (tcl_string_list_to_python_list): New function.
14575 * lib/gen-perf-test.exp: New file.
14576
63738bfd
DE
145772015-07-24 Doug Evans <dje@google.com>
14578
14579 * lib/perftest.exp (PerfTest::compile): Unconditionally call body.
14580 (PerfTest::startup): New function.
14581 (PerfTest::run): Return result of calling body.
14582 (PerfTest::assemble): Rewrite.
14583 * gdb.perf/backtrace.exp (PerfTest::assemble): Update function result.
14584 * gdb.perf/disassemble.exp (PerfTest::assemble): Ditto.
14585 * gdb.perf/single-step.exp (PerfTest::assemble): Ditto.
14586 * gdb.perf/skip-prologue.exp (PerfTest::assemble): Ditto.
14587 * gdb.perf/solib.exp (PerfTest::assemble): Ditto.
14588
7b606f95
DE
145892015-07-24 Doug Evans <dje@google.com>
14590
14591 * lib/gdb.exp (clean_restart): Make executable optional.
14592
a97b16b8
DE
145932015-07-24 Doug Evans <dje@google.com>
14594
14595 * gdb.base/watchpoint.exp (test_complex_watchpoint): Remove
14596 compiler_info references.
14597 * gdb.cp/temargs.exp: Ditto.
14598 * lib/gdb.exp: Unset compiler_info instead of setting to "unknown".
14599 (get_compiler_info): Early exit if already computed. Set compiler_info
14600 to "unknown" if there was a problem.
14601 (test_compiler_info): Add function comment. Call get_compiler_info.
14602
35baa57f
DE
146032015-07-24 Doug Evans <dje@google.com>
14604
14605 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
14606 (workers/%.worker, build-perf): New rule.
14607 (GDB_PERFTEST_MODE): New variable.
14608 (check-perf): Use it.
14609 (clean): Clean up gdb.perf parallel build subdirs.
14610 * lib/build-piece.exp: New file.
14611 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
14612 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
14613 name.
14614 (standard_temp_file): Ditto.
14615 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
14616 of $GDB_PARALLEL.
14617
6ebea266
DE
146182015-07-24 Doug Evans <dje@google.com>
14619
14620 * lib/future.exp (gdb_default_target_compile): New option
14621 "early_flags".
14622 * lib/gdb.exp (gdb_compile): Undo debian's change in default of
14623 --as-needed.
14624
1e76a7e9
SDJ
146252015-07-24 Sergio Durigan Junior <sergiodj@redhat.com>
14626
14627 * gdb.base/catch-syscall.exp: Call gdb_exit before
14628 gdb_skip_xml_test.
14629
5068630a
PA
146302015-07-24 Pedro Alves <palves@redhat.com>
14631
14632 * gdb.python/py-events.exp: Accept output between the stop event
14633 and the prompt.
14634 * gdb.python/py-evsignal.exp: Likewise.
14635 * gdb.python/py-evthreads.exp: Likewise.
14636
77598427
PA
146372015-07-24 Pedro Alves <palves@redhat.com>
14638
14639 PR gdb/18717
14640 * gdb.threads/non-ldr-exit.c: New file.
14641 * gdb.threads/non-ldr-exit.exp: New file.
14642
11e6c98f
YQ
146432015-07-24 Yao Qi <yao.qi@linaro.org>
14644
14645 * gdb.server/ext-wrapper.exp: Test --wrapper option when
14646 restarting process.
14647
51aee833
YQ
146482015-07-24 Yao Qi <yao.qi@linaro.org>
14649
14650 * gdb.server/ext-restart.exp: New file.
14651
8cfe207c
YQ
146522015-07-24 Yao Qi <yao.qi@linaro.org>
14653
14654 * lib/gdbserver-support.exp (gdbserver_start_extended): Add
14655 argument options.
14656 * gdb.server/ext-wrapper.exp: New file.
14657
cc12ce38
DE
146582015-07-23 Doug Evans <dje@google.com>
14659
14660 * gdb.dwarf2/dw2-dummy-cu.S: New file.
14661 * gdb.dwarf2/dw2-dummy-cu.exp: New file.
14662
d0d84780
PMR
146632015-07-23 Pierre-Marie de Rodat <derodat@adacore.com>
14664
14665 * gdb.ada/var_arr_typedef.exp: New testcase.
14666 * gdb.ada/var_arr_typedef/pack.adb: New file.
14667 * gdb.ada/var_arr_typedef/pack.ads: New file.
14668 * gdb.ada/var_arr_typedef/var_arr_typedef.adb: New file.
14669
8b558f79
JB
146702015-07-20 Joel Brobecker <brobecker@adacore.com>
14671
14672 * gdb.ada/info_exc.exp: Adjust "info exceptions" expected output.
14673
775a3298
JK
146742015-07-16 Jan Kratochvil <jan.kratochvil@redhat.com>
14675
14676 * gdb.arch/i386-biarch-core.exp: Replace istarget
14677 by "complete set gnutarget". Remove expectation for the "core-file"
14678 command.
14679
db1ff28b
JK
146802015-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
14681
14682 Revert the previous commit:
14683 Tests for validate symbol file using build-id.
14684
0a94970d
JK
146852015-07-15 Aleksandar Ristovski <aristovski@qnx.com
14686
14687 Tests for validate symbol file using build-id.
14688 * gdb.base/solib-mismatch-lib.c: New file.
14689 * gdb.base/solib-mismatch-libmod.c: New file.
14690 * gdb.base/solib-mismatch.c: New file.
14691 * gdb.base/solib-mismatch.exp: New file.
14692
03346981
SL
146932015-07-15 Sandra Loosemore <sandra@codesourcery.com>
14694
14695 * gdb.base/sigaltstack.exp (finish_test): Add kfail for
14696 nios2-*-linux*.
14697 * gdb.base/sigbpt.exp (stepi_out): Likewise.
14698 * gdb.base/siginfo.exp: Likewise.
14699 * gdb.base/sigstep.exp (advance, advancei): Likewise.
14700
42422cc7
PL
147012015-07-15 Pierre Langlois <pierre.langlois@arm.com>
14702
14703 * gdb.base/range-stepping.exp (gdb_range_stepping_enabled):
14704 Move it to ...
14705 * lib/range-stepping-support.exp (gdb_range_stepping_enabled):
14706 ... here.
14707 * gdb.trace/range-stepping.exp: Check that the target supports
14708 range stepping.
14709
cfa68bae
JK
147102015-07-14 Jan Kratochvil <jan.kratochvil@redhat.com>
14711
14712 * gdb.arch/i386-biarch-core.exp: Fix comment typo.
14713
8ffdba26
PA
147142015-07-14 Pedro Alves <palves@redhat.com>
14715
14716 * gdb.base/killed-outside.exp: New file.
14717 * gdb.base/killed-outside.c: New file.
14718
218a5a11
JK
147192015-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
14720
14721 * gdb.asm/asm-source.exp (f at main): Stop at gdbasm_enter.
14722 (n at main): New.
14723 * gdb.asm/asmsrc1.s: Add comment "mark: main enter".
14724
e03ed3c6
AA
147252015-07-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
14726
14727 * gdb.base/gnu_vector.exp: On x86 and x86_64 targets, skip the
14728 infcall tests instead of setting up for KFAIL.
14729
485668e5
MM
147302015-07-10 Markus Metzger <markus.t.metzger@intel.com>
14731
14732 * gdb.btrace/record_goto-step.exp: New.
14733
08464196
JK
147342015-07-08 Jan Kratochvil <jan.kratochvil@redhat.com>
14735
14736 PR compile/18484
14737 * gdb.compile/compile.c (struct struct_type): Add volatile to
14738 selffield's type.
14739 * gdb.compile/compile.exp
14740 (compile code struct_object.selffield = &struct_object): Skip further
14741 struct_object tests if this one xfails.
14742
bcf5c1d9
RC
147432015-07-08 Robert O'Callahan <robert@ocallahan.org>
14744
14745 PR exp/18617
14746 * gdb.trace/ax.exp: Add test.
14747
4931af25
YQ
147482015-07-07 Yao Qi <yao.qi@linaro.org>
14749
14750 * gdb.arch/aarch64-atomic-inst.exp: Check is_aarch64_target
14751 instead of istarget "aarch64*-*-*".
14752 * gdb.arch/aarch64-fp.exp: Likewise.
14753 * gdb.base/float.exp: Likewise.
14754 * gdb.reverse/aarch64.exp: Likewise.
14755 * lib/gdb.exp (is_aarch64_target): New proc.
14756
9fcf688e
YQ
147572015-07-07 Yao Qi <yao.qi@linaro.org>
14758
14759 * lib/gdb.exp (is_aarch32_target): New proc.
14760 * gdb.arch/arm-bl-branch-dest.exp: Check is_aarch32_target
14761 instead of "istarget "arm*-*-*"".
14762 * gdb.arch/arm-disp-step.exp: Likewise.
14763 * gdb.arch/thumb-bx-pc.exp: Likewise.
14764 * gdb.arch/thumb-prologue.exp: Likewise.
14765 * gdb.arch/thumb-singlestep.exp: Likewise.
14766 * gdb.base/disp-step-syscall.exp: Likewise.
14767 * gdb.base/float.exp: Likewise.
14768
fbd8d50d
YQ
147692015-07-07 Yao Qi <yao.qi@linaro.org>
14770
14771 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch):
14772 Set arch1, arch2, syscall1_name, syscall2_name and syscall_number.
14773
71be1fdc
YQ
147742015-07-07 Yao Qi <yao.qi@linaro.org>
14775
14776 * gdb.multi/multi-arch-exec.exp: Set march1 and march2 to "" if target
14777 is aarch64. If target is aarch64, set compiler=${ARM_CC_FOR_TARGET}
14778 if it exists.
14779 * gdb.multi/multi-arch.exp: Likewise.
14780
3e221d36
SM
147812015-07-07 Simon Marchi <simon.marchi@ericsson.com>
14782
14783 * gdb.python/py-lazy-string.exp: Add missing parentheses to
14784 print.
14785
d441430b
YQ
147862015-07-07 Yao Qi <yao.qi@linaro.org>
14787
14788 * gdb.arch/thumb-singlestep.exp: Do one more single step.
14789
06f810bd
MG
147902015-06-30 Martin Galvan <martin.galvan@tallertechnologies.com>
14791
14792 * lib/gdb.exp (test_class_help): Remove the unneeded escaping of
14793 '[' and ']' characters.
14794
5e61e7c0
IB
147952015-06-30 Iain Buclaw <ibuclaw@gdcproject.org>
14796
14797 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
14798
28bf096c
PA
147992015-06-29 Pedro Alves <palves@redhat.com>
14800
14801 PR threads/18127
14802 * gdb.threads/hand-call-new-thread.c: New file.
14803 * gdb.threads/hand-call-new-thread.c: New file.
14804
ee93cd5e
KS
148052015-06-26 Keith Seitz <keiths@redhat.com>
14806 Doug Evans <dje@google.com>
14807
14808 PR 16253
14809 * gdb.cp/var-tag-2.cc: New file.
14810 * gdb.cp/var-tag-3.cc: New file.
14811 * gdb.cp/var-tag-4.cc: New file.
14812 * gdb.cp/var-tag.cc: New file.
14813 * gdb.cp/var-tag.exp: New file.
14814
fc637f04
PP
148152015-06-26 Patrick Palka <patrick@parcs.ath.cx>
14816
14817 * gdb.base/history-duplicates.exp: New test.
14818
2e52ae68
PP
148192015-06-26 Patrick Palka <patrick@parcs.ath.cx>
14820
14821 * gdb.base/completion.exp: Test the completion of the "focus"
14822 command.
14823
6e22494e
JK
148242015-06-26 Jan Kratochvil <jan.kratochvil@redhat.com>
14825
14826 * gdb.arch/amd64-prologue-skip.S: New file.
14827 * gdb.arch/amd64-prologue-skip.exp: New file.
14828
bf7b9cd9
SM
148292015-06-25 Simon Marchi <simon.marchi@ericsson.com>
14830
14831 * gdb.python/py-prettyprint.exp (run_lang_tests): Add
14832 is_address_zero_readable check.
14833
201e8dfd
PB
148342015-06-24 Peter Bergner <bergner@vnet.ibm.com>
14835
14836 * gdb.arch/powerpc-power.exp <rfebb>: Fixup test results.
14837 * gdb.arch/powerpc-power.s <rfebb>: Likewise.
14838
5cd867b4
YQ
148392015-06-24 Yao Qi <yao.qi@linaro.org>
14840
14841 * lib/gdb.exp (supports_get_siginfo_type): Return 1 for all
14842 linux targets.
14843
4d7be007
YQ
148442015-06-24 Yao Qi <yao.qi@linaro.org>
14845
14846 * lib/gdb.exp (supports_get_siginfo_type): New proc.
14847 * gdb.base/siginfo-obj.exp: Invoke supports_get_siginfo_type.
14848 * gdb.base/siginfo-thread.exp: Likewise.
14849
07fcd301
YQ
148502015-06-22 Yao Qi <yao.qi@linaro.org>
14851
14852 * boards/remote-gdbserver-on-localhost.exp: Add comments.
14853
52042a00
YQ
148542015-06-22 Yao Qi <yao.qi@linaro.org>
14855
14856 * lib/gdb.exp (skip_hw_breakpoint_tests): Return 0 for target
14857 aarch64*-*-*.
14858 (skip_hw_watchpoint_tests): Likewise.
14859
74bd41ce
PP
148602015-06-18 Patrick Palka <patrick@parcs.ath.cx>
14861
14862 * gdb.base/gdbinit-history.exp: Test the interaction between
14863 setting GDBHISTSIZE and setting the history size via .gdbinit.
14864
bc460514
PP
148652015-06-17 Patrick Palka <patrick@parcs.ath.cx>
14866
14867 PR gdb/16999
14868 * gdb.base/gdbhistsize-history.exp: New test.
14869
b58c513b
PP
148702015-06-17 Patrick Palka <patrick@parcs.ath.cx>
14871
14872 * gdb.base/gdbinit-history.exp: Replace occurrences of HISTSIZE
14873 with GDBHISTSIZE.
14874 * gdb.base/readline.exp: Likewise.
14875
92046791
YQ
148762015-06-17 Yao Qi <yao.qi@linaro.org>
14877
14878 * lib/gdb.exp (get_build_id): Move braces and "else" to the same
14879 line.
14880
2093d2d3
PP
148812015-06-17 Patrick Palka <patrick@parcs.ath.cx>
14882
14883 * gdb.base/gdbinit-history.exp: Add test case to check that
14884 an unlimited history file does not get truncated on exit.
14885
e6c693af
AA
148862015-06-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
14887
14888 * gdb.base/gnu_vector.c: Include stdarg.h and stdio.h.
14889 (VECTOR): New macro. Use it...
14890 (int4, uint4, char4, float4, int2, longlong2, float2, double2):
14891 ...for these typedefs.
14892 (int8, char1, int1, double1): New typedefs.
14893 (struct just_int2, struct two_int2): New structures.
14894 (add_some_intvecs, add_many_charvecs, add_various_floatvecs)
14895 (add_structvecs, add_singlevecs): New functions.
14896 (main): Call add_some_intvecs twice.
14897 * gdb.base/gnu_vector.exp: Drop GCC version check; just attempt
14898 the compile and exit upon failure. Try compiling for the "native"
14899 architecture. Test inferior function calls with vector arguments
14900 and vector return value handling with "finish" and "return".
14901
c74f7d1c
JT
149022015-06-10 Jon Turney <jon.turney@dronecode.org.uk>
14903
14904 * gdb.base/sepdebug.exp: Add EXEEXT where needed.
14905 * lib/gdb.exp (get_build_id): Teach how to extract build-id from a
14906 PE file.
14907 * lib/future.exp (gdb_find_objdump): Add gdb_find_objdump.
14908
98aa42ee
AT
149092015-06-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
14910
14911 PR breakpoints/16465
14912 * gdb.mi/mi-dprintf-pending.c: New file.
14913 * gdb.mi/mi-dprintf-pending.exp: New test.
14914 * gdb.mi/mi-dprintf-pendshr.c: New file.
14915
7d73c23c 149162015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
72f4393d 14917 Mircea Gherzan <mircea.gherzan@intel.com>
7d73c23c
WT
14918
14919 * gdb.arch/i386-mpx-map.c: New file.
14920 * gdb.arch/i386-mpx-map.exp: New File.
14921
149222015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
14923
14924 * gdb.arch/i386-mpx.c (have_mpx): Indentation fixed.
14925 * gdb.arch/i386-mpx.exp: Indentation fixed.
14926
149272015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
14928
14929 * gdb.arch/i386-mpx.c: Added final return to the have_mpx
14930 function and improved indentation.
14931 * gdb.arch/i386-mpx.exp: Exchanging gdb_send and gdb_expect for
14932 gdb_test_multiple. Added additional tests to skip the test.
14933
149342015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
14935
14936 * gdb.arch/i386-avx512.c: Change path in include file.
14937 * gdb.arch/i386-avx512.exp: Change include dir path
14938 compilation flag.
14939 * gdb.arch/i386-mpx.c: Change path in include file.
14940 * gdb.arch/i386-mpx.exp: Change include dir path compilation
14941 flag.
14942
d5eba19a
JK
149432015-06-04 Jan Kratochvil <jan.kratochvil@redhat.com>
14944
14945 * gdb.compile/compile-print.exp (compile print *vararray@3)
14946 (compile print *vararrayp@3): Change xfail to kfail compile/18489.
14947
7f361056
JK
149482015-06-03 Jan Kratochvil <jan.kratochvil@redhat.com>
14949
14950 * gdb.compile/compile.exp (keep jit in memory): Rename to ...
14951 (do not keep jit in memory): ... this.
14952 (expect 5): Change it to ...
14953 (expect no 5): ... this.
14954
3b462ec2
SM
149552015-06-02 Simon Marchi <simon.marchi@ericsson.com>
14956
14957 PR gdb/15564
14958 * gdb.mi/mi-detach.exp: New file.
14959
e0619de6
JK
149602015-06-01 Jan Kratochvil <jan.kratochvil@redhat.com>
14961
14962 PR symtab/18392
14963 * gdb.arch/amd64-tailcall-self.S: New file.
14964 * gdb.arch/amd64-tailcall-self.c: New file.
14965 * gdb.arch/amd64-tailcall-self.exp: New file.
14966
e970cb34
DB
149672015-05-28 Don Breazeal <donb@codesourcery.com>
14968
14969 * gdb.base/foll-vfork.exp (main): Disable exec-dependent
14970 tests for remote targets by checking is_target_gdbserver.
14971
b2e2f908
DE
149722015-05-27 Doug Evans <dje@google.com>
14973
14974 * gdb.dwarf2/opaque-type-lookup-2.c: New file.
14975 * gdb.dwarf2/opaque-type-lookup.c: New file.
14976 * gdb.dwarf2/opaque-type-lookup.exp: New file.
14977
82c7be31
DE
149782015-05-26 Doug Evans <dje@google.com>
14979
14980 * gdb.cp/iostream.cc: New file.
14981 * gdb.cp/iostream.exp: New file.
14982
b4f54984
DE
149832015-05-26 Doug Evans <dje@google.com>
14984
14985 * gdb.dwarf2/dw2-op-call.exp: Update.
14986 * gdb.dwarf2/dw4-sig-types.exp: Update.
14987 * gdb.dwarf2/implptr.exp: Update.
14988 * gdb.mi/mi-cmd-param-changed.exp: Update.
14989
4ea6efe9
DE
149902015-05-26 Doug Evans <dje@google.com>
14991
14992 * gdb.python/py-lazy-string.c: New file.
14993 * gdb.python/py-lazy-string.exp: New file.
14994 * gdb.python/py-prettyprint.c (lazystring) <len>: New member.
14995 (main): Update. Add estring3.
14996 * gdb.python/py-prettyprint.exp: Add tests for strings at address 0.
14997 * gdb.python/py-prettyprint.py (pp_ls): Handle length.
14998
f6bb7db3
YQ
149992015-05-26 Omair Javaid <omair.javaid@linaro.org>
15000 Yao Qi <yao.qi@linaro.org>
15001
15002 * gdb.reverse/aarch64.c: New.
15003 * gdb.reverse/aarch64.exp: New.
15004
a81bfbd0
OJ
150052015-05-26 Omair Javaid <omair.javaid@linaro.org>
15006
25d49b86
PA
15007 * lib/gdb.exp (supports_process_record): Return true for
15008 aarch64*-linux*.
a81bfbd0
OJ
15009 (supports_reverse): Likewise.
15010
158bf1b4
PP
150112015-05-22 Patrick Palka <patrick@parcs.ath.cx>
15012
15013 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
15014 Use with_test_prefix.
15015
a0145030
AB
150162015-05-21 Andrew Burgess <andrew.burgess@embecosm.com>
15017
15018 * gdb.base/completion.exp: Add test for completion of layout
15019 names.
15020
ebe3b578
AB
150212015-05-20 Andrew Burgess <andrew.burgess@embecosm.com>
15022
15023 * lib/gdb.exp (skip_tui_tests): New proc.
15024 * gdb.base/tui-layout.exp: Check skip_tui_tests.
15025
84204ed7
PA
150262015-05-19 Pedro Alves <palves@redhat.com>
15027
15028 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
15029 Save the whole env array instead of just HOME. Unset HISTSIZE in
15030 the environment while testing. Restore whole environment
15031 afterwards.
15032
37442ce1
DE
150332015-05-16 Doug Evans <xdje42@gmail.com>
15034
15035 * gdb.guile/scm-ports.c: New file.
15036 * gdb.guile/scm-ports.exp: Add memory port tests.
15037
36de76f9
JK
150382015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
15039
15040 * gdb.compile/compile-print.c: New file.
15041 * gdb.compile/compile-print.exp: New file.
15042
3a9558c4
JK
150432015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
15044
15045 * gdb.compile/compile-ops.exp: Cast param to void.
15046 * gdb.compile/compile.exp: Complete type for _gdb_expr.
15047 (compile code struct_object.selffield = &struct_object): Add xfail.
15048
aa715135
JG
150492015-05-15 Joel Brobecker <brobecker@adacore.com>
15050
15051 * gdb.ada/arr_enum_with_gap: New testcase.
15052
931e5bc3
JG
150532015-05-15 Joel Brobecker <brobecker@adacore.com>
15054
15055 * gdb.ada/byte_packed_arr: New testcase.
15056
9cd4d857
JB
150572015-05-15 Joel Brobecker <brobecker@adacore.com>
15058
15059 * gdb.ada/pckd_neg: New testcase.
15060
ebfd00d2
PP
150612015-05-13 Patrick Palka <patrick@parcs.ath.cx>
15062
15063 PR gdb/17820
15064 * gdb.base/gdbinit-history.exp: New test.
15065 * gdb.base/gdbinit-history/unlimited/.gdbinit: New file.
15066 * gdb.base/gdbinit-history/zero/.gdbinit: New file.
15067
4c082a81
SC
150682015-05-09 Siva Chandra Reddy <sivachandra@google.com>
15069
15070 * gdb.python/py-xmethods.cc: Enhance test case.
15071 * gdb.python/py-xmethods.exp: New tests.
15072 * gdb.python/py-xmethods.py (A_indexoper): New xmethod worker
15073 function.
15074 (B_indexoper): Likewise.
15075 (global_dm_list) : Add new xmethod worker functions.
15076
f7797074
SDJ
150772015-05-08 Sergio Durigan Junior <sergiodj@redhat.com>
15078
15079 * gdb.base/coredump-filter.exp: Correctly unset
15080 "coredump_var_addr" array.
15081
a4674e4e
PA
150822015-05-08 Pedro Alves <palves@redhat.com>
15083
15084 * gdb.server/non-existing-program.exp: Unset spawn_id.
15085
df2eb078
SC
150862015-05-08 Siva Chandra Reddy <sivachandra@google.com>
15087
15088 PR python/18291
15089 * gdb.python/py-xmethods.exp: Add tests.
15090
422349a3
YQ
150912015-05-08 Yao Qi <yao.qi@linaro.org>
15092
15093 PR gdb/18208
15094 * gdb.base/coredump-filter.c (set_coredump_filter): New function.
15095 * gdb.base/coredump-filter.exp (do_save_core): Call inferior
15096 function set_coredump_filter, and remove remote_exec call.
15097 Remove argument ipid. Callers update.
15098 (top level): Don't get inferior's PID.
15099
63fc80ce
AA
151002015-05-08 Andreas Arnez <arnez@linux.vnet.ibm.com>
15101
15102 * gdb.base/watch_thread_num.exp: Skip test on targets without
15103 access watchpoints.
15104
80ad801e
PA
151052015-05-06 Pedro Alves <palves@redhat.com>
15106
15107 PR server/18081
15108 * gdb.server/non-existing-program.exp: New file.
15109
0fa7fe50
JB
151102015-05-05 Joel Brobecker <brobecker@adacore.com>
15111
15112 * gdb.ada/out_of_line_in_inlined.exp: Add run and "bt" tests.
15113
3ea89b92
PMR
151142015-05-05 Joel Brobecker <brobecker@adacore.com>
15115
15116 * gdb.ada/out_of_line_in_inlined: New testcase.
15117
87b8eff0
JB
151182015-05-05 Joel Brobecker <brobecker@adacore.com>
15119
15120 * gdb.ada/var_rec_arr: New testcase.
15121
5fccc635
YQ
151222015-04-30 Yao Qi <yao.qi@linaro.org>
15123
15124 * gdb.base/break-idempotent.exp: If
15125 skip_hw_watchpoint_multi_tests returns true, skip the tests
15126 on "rwatch" and "awatch".
15127
42d38f42
YQ
151282015-04-30 Yao Qi <yao.qi@linaro.org>
15129
15130 * gdb.base/relativedebug.exp: Invoke gdb command
15131 "info sharedlibrary", and if libc.so doesn't have debug info,
15132 skip the test.
15133
2ce1cdbf
DE
151342015-04-29 Doug Evans <dje@google.com>
15135
15136 * gdb.python/py-xmethods.exp: Add ptype tests.
15137 * gdb.python/py-xmethods.py (E_method_char_worker): Add
15138 get_result_type method.
15139
f24a38c5
LM
151402015-04-29 Luis Machado <lgustavo@codesourcery.com>
15141
15142 * gdb.base/watch-bitfields.exp: Switch to software watchpoints if
15143 the target does not support hardware watchpoints.
15144
ecbf2b3c
LM
151452015-04-29 Luis Machado <lgustavo@codesourcery.com>
15146
15147 * gdb.base/break-always.exp: Abort testing if writing to memory
15148 causes an error.
15149
34f5f757
DE
151502015-04-28 Doug Evans <dje@google.com>
15151
15152 * gdb.python/py-pp-maint.py: Move "replace" testing to ...
15153 * gdb.python/py-pp-registration.exp: ... here. New file.
15154 * gdb.python/py-pp-registration.c: New file.
15155 * gdb.python/py-pp-registration.py: New file.
15156
69b4374a
DE
151572015-04-28 Doug Evans <dje@google.com>
15158
15159 * gdb.python/py-bad-printers.c: New file.
15160 * gdb.python/py-bad-printers.py: New file.
15161 * gdb.python/py-bad-printers.exp: New file.
15162
59fb7612
SS
151632015-04-28 Sasha Smundak <asmundak@google.com>
15164
15165 * gdb.python/py-type.exp: New test.
15166
2631b16a
AW
151672015-04-28 Andy Wingo <wingo@igalia.com>
15168
15169 * gdb.python/py-parameter.exp:
15170 * gdb.guile/scm-parameter.exp: Escape the path that we are
15171 matching against, as it might contain characters that are special
15172 to regular expressions.
15173
460efde1
JB
151742015-04-27 Joel Brobecker <brobecker@adacore.com>
15175
15176 * gdb.ada/rec_comp: New testcase.
15177
2d369d8e
SDJ
151782015-04-26 Sergio Durigan Junior <sergiodj@redhat.com>
15179
15180 * gdb.base/coredump-filter.exp: Clear variable "coredump_var_addr"
15181 before using it.
15182
cf75d6c3
AB
151832015-04-24 Andrew Burgess <andrew.burgess@embecosm.com>
15184
15185 * gdb.base/dump.exp: Add *.verilog files to all_files list. Add
15186 new tests for verilog output.
15187
8dbe7ca5
YQ
151882015-04-24 Yao Qi <yao.qi@linaro.org>
15189
15190 * boards/remote-gdbserver-on-localhost.exp: New file.
15191
4ef9fb2f
PA
151922015-04-23 Pedro Alves <palves@redhat.com>
15193
15194 * gdb.base/interrupt.exp: Use an indirect spawn id list holding
15195 $inferior_spawn_id instead of $inferior_spawn_id directly. On
15196 "end of file", remove $inferior_spawn_id from the indirect list.
15197
0a803169
PA
151982015-04-23 Pedro Alves <palves@redhat.com>
15199
15200 * gdb.base/interrupt.exp: Rename saw_eof to saw_end_of_file.
15201
749ef8f8
PA
152022015-04-23 Pedro Alves <palves@redhat.com>
15203
15204 * lib/gdb.exp (gdb_test_multiple): Match eof/full_buffer/timeout
15205 on $any_spawn_id instead of only on $gdb_spawn_id.
15206
8aae4344
PM
152072015-04-21 Pierre Muller <muller@sourceware.org>
15208
15209 PR pascal/17815
15210 * lib/pascal.exp (gpc_compile): Add new option "class".
15211 (fpc_compile): Likewise.
15212 * gdb.pascal/case-insensitive-symbols.pas: New file.
15213 * gdb.pascal/case-insensitive-symbols.exp: New file.
15214
1586c8fb
GB
152152015-04-20 Gary Benson <gbenson@redhat.com>
15216
15217 * gdb.base/attach.exp: Fix three extended remote failures.
15218
1b6e6f5c
GB
152192015-04-17 Gary Benson <gbenson@redhat.com>
15220
15221 * gdb.server/server-exec-info.exp: Inhibit GDB from accessing
15222 the main executable over the remote protocol.
15223
e797481d
PA
152242015-04-16 Pedro Alves <palves@redhat.com>
15225
15226 * boards/native-extended-gdbserver.exp (mi_gdb_start): Don't start
15227 a new gdbserver if gdbserver_reconnect_p is set.
15228
1ca99c42
PA
152292015-04-16 Pedro Alves <palves@redhat.com>
15230
15231 * lib/gdbserver-support.exp (gdb_exit): If gdbserver_reconnect_p
15232 is set, don't exit gdbserver.
15233
af9fd6f8
AA
152342015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
15235
15236 * gdb.arch/s390-vregs.S (change_vrs): Replace exrl by an
15237 appropriate .insn, such that an older assembler can be used.
15238 * gdb.arch/s390-vregs.exp: Add the compile flag -mzarch, to enable
15239 the z/Architecture instruction set on 31-bit targets as well.
15240
04ff1e61
AA
152412015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
15242
15243 * gdb.go/handcall.exp: Remove all logic related to the first
15244 breakpoint and rely on go_runto_main instead.
15245 * gdb.go/strings.exp: Likewise.
15246 * gdb.go/unsafe.exp: Likewise.
15247 * gdb.go/hello.exp: Likewise. Also rename the remaining
15248 breakpoint marker to "breakpoint 1".
15249 * gdb.go/handcall.go: Remove comment "set breakpoint 1 here".
15250 * gdb.go/strings.go: Likewise.
15251 * gdb.go/unsafe.go: Likewise.
15252 * gdb.go/hello.go: Likewise. Also remove the second occurrence of
15253 "set breakpoint 2 here" and rename the remaining breakpoint marker
15254 to "breakpoint 1".
15255
40d2f8d6
SM
152562015-04-15 Simon Marchi <simon.marchi@ericsson.com>
15257
15258 * gdb.python/py-framefilter.py (ErrorFilter.filter): Use map function
15259 if itertools.imap is not present.
15260 * gdb.python/py-objfile.exp: Add parentheses.
15261 * gdb.python/py-type.exp: Same.
15262 * gdb.python/py-unwind-maint.py: Same.
15263
8cbc97c6
YQ
152642015-04-15 Yao Qi <yao.qi@linaro.org>
15265
15266 * gdb.dwarf2/dynarr-ptr.exp (assemble): Use $ptr_size instead
15267 of ":$ptr_size" and set its form explicitly.
15268
45fd756c
YQ
152692015-04-15 Pedro Alves <palves@redhat.com>
15270 Yao Qi <yao.qi@linaro.org>
15271
15272 * gdb.base/watch-bitfields.exp (test_watch_location): Increase
15273 timeout by factor of 4.
15274 (test_regular_watch): Likewise.
15275 * gdb.base/watchpoint-solib.exp: Use with_timeout_factor.
15276 * gdb.reverse/sigall-reverse.exp: Likewise.
15277 * gdb.reverse/until-precsave.exp: Likewise.
15278 * lib/gdb.exp (with_timeout_factor): New proc.
15279 (gdb_expect): Move some code to ...
15280 (get_largest_timeout): ... here. New procedure.
15281
9e811bc3
LM
152822015-04-14 Luis Machado <lgustavo@codesourcery.com>
15283
15284 * gdb.base/bp-permanent.exp (test): Reinstate correct test message.
15285
0ff6fcb2
LM
152862015-04-13 Luis Machado <lgustavo@codesourcery.com>
15287
15288 * gdb.base/bp-permanent.exp (test): Handle the case of being unable
15289 to write to the .text section.
15290
7578d5f7
LM
152912015-04-13 Luis Machado <lgustavo@codesourcery.com>
15292
15293 * gdb.base/coredump-filter.exp: Restrict test to Linux systems only.
15294 Handle the case of targets that do not provide PID information.
15295
2efe15c4
YQ
152962015-04-13 Yao Qi <yao.qi@linaro.org>
15297
15298 * lib/gdbserver-support.exp (gdb_exit): Catch exception
15299 and use expect instead of gdb_expect.
15300
8cd8f2f8
SDJ
153012015-04-13 Sergio Durigan Junior <sergiodj@redhat.com>
15302
15303 * gdb.base/coredump-filter.exp: Rename variable "addr" to
15304 "coredump_var_addr" to avoid naming conflict with other testcases.
15305
9ee41772
PA
153062015-04-10 Pedro Alves <palves@redhat.com>
15307
15308 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp: Use
15309 gdb_test_sequence and gdb_assert.
15310
07473109
PA
153112015-04-10 Pedro Alves <palves@redhat.com>
15312
15313 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Use
15314 test messages that don't include the breakpoint address.
15315
de3db44c
YQ
153162015-04-10 Yao Qi <yao.qi@linaro.org>
15317
15318 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): Return
15319 false for some offset and width combinations which aren't
15320 supported by linux kernel.
15321
c79d856c
PA
153222015-04-10 Pedro Alves <palves@redhat.com>
15323
15324 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): New
15325 procedure, factored out from ...
15326 (top level): ... here. Add "set displaced-stepping" testing axis.
15327 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): New
15328 parameter "displaced". Use it.
15329 (top level): Use foreach and add "set displaced-stepping" testing
15330 axis.
15331
ebc90b50
PA
153322015-04-10 Pedro Alves <palves@redhat.com>
15333
15334 * gdb.threads/step-over-trips-on-watchpoint.c (child_function):
15335 Remove comment.
15336 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Find
15337 both the address of the instruction that triggers the watchpoint
15338 and the address of the instruction immediately after, and use
15339 those addresses for the test. Fix comment.
15340
8f572e5c
PA
153412015-04-10 Pedro Alves <palves@redhat.com>
15342
15343 * gdb.base/sigstep.exp (breakpoint_to_handler)
15344 (breakpoint_to_handler_entry): New parameter 'displaced'. Use it.
15345 Test "backtrace" in handler.
15346 (breakpoint_over_handler): New parameter 'displaced'. Use it.
15347 (top level): Add new "displaced" test axis to
15348 breakpoint_to_handler, breakpoint_to_handler_entry and
15349 breakpoint_over_handler.
15350
8d707a12
PA
153512015-04-10 Pedro Alves <palves@redhat.com>
15352
15353 PR gdb/18216
15354 * gdb.threads/multiple-step-overs.exp: Remove expected eof.
15355
ef713951
YQ
153562015-04-10 Yao Qi <yao.qi@linaro.org>
15357
15358 * gdb.arch/arm-disp-step.S (main): Call test_add_rn_pc.
15359 (test_add_rn_pc): New function.
15360 * gdb.arch/arm-disp-step.exp (test_add_rn_pc): New proc.
15361 (top level): Invoke test_add_rn_pc.
15362
906d60cf
PA
153632015-04-10 Pedro Alves <palves@redhat.com>
15364
15365 PR gdb/13858
15366 * gdb.base/step-over-no-symbols.exp: New file.
15367
f2983cc3
AW
153682015-04-09 Andy Wingo <wingo@igalia.com>
15369
15370 * gdb.guile/scm-frame.exp: Add frame-read-register tests, modelled
15371 after the Python tests.
15372
6d62641c
SDJ
153732015-04-08 Keith Seitz <keiths@redhat.com>
15374
15375 PR python/16699
15376 * gdb.python/py-completion.exp: New tests for completion.
15377 * gdb.python/py-completion.py (CompleteLimit1): New class.
15378 (CompleteLimit2): Likewise.
15379 (CompleteLimit3): Likewise.
15380 (CompleteLimit4): Likewise.
15381 (CompleteLimit5): Likewise.
15382 (CompleteLimit6): Likewise.
15383 (CompleteLimit7): Likewise.
15384
f3770638
PA
153852015-04-08 Pedro Alves <palves@redhat.com>
15386
15387 PR gdb/18214
15388 PR gdb/18216
15389 * gdb.threads/multiple-step-overs.c (sigusr1_handler): New
15390 function.
15391 (main): Install it as SIGUSR1 handler.
15392 * gdb.threads/multiple-step-overs.exp (setup): Remove 'prefix'
15393 parameter. Always use "setup" as prefix. Toggle "set
15394 displaced-stepping" off/on depending on global. Don't switch to
15395 thread 1 here.
15396 (top level): Add displaced stepping "off/on" test axis. Update
15397 "setup" calls. Wrap each subtest with with_test_prefix. Test
15398 continuing with a queued signal in each thread.
15399
4496bed7
PA
154002015-04-08 Pedro Alves <palves@redhat.com>
15401
15402 * gdb.trace/actions.exp: Use gdb_load before gdb_run_cmd.
15403 * gdb.trace/infotrace.exp: Use gdb_load before gdb_run_cmd. Use
15404 gdb_breakpoint instead of gdb_test that doesn't expect anything.
15405 Return early if running to main fails.
15406 * gdb.trace/while-stepping.exp: Likewise.
15407
b97fde92
PA
154082015-04-07 Pedro Alves <palves@redhat.com>
15409
15410 * gdb.base/interrupt.exp: Don't skip if $inferior_spawn_id !=
15411 $gdb_spawn_id. Use send_inferior and $inferior_spawn_id to
15412 interact with inferior program.
15413
f71c18e7
PA
154142015-04-07 Pedro Alves <palves@redhat.com>
15415
15416 * lib/gdb.exp (inferior_spawn_id): New global.
15417 (gdb_test_multiple): Handle "-i". Reset the spawn id to GDB's
15418 spawn id after processing the user code.
15419 (default_gdb_start): Set inferior_spawn_id.
15420 (send_inferior): New procedure.
15421 * lib/gdbserver-support.exp (gdbserver_start): Set
15422 inferior_spawn_id.
15423 (close_gdbserver, gdb_exit): Unset inferior_spawn_id.
15424
6423214f
PA
154252015-04-07 Pedro Alves <palves@redhat.com>
15426
15427 * lib/gdb.exp (gdb_finish): Delete persistent gdbserver handling.
15428 * lib/gdbserver-support.exp (gdbserver_start): Make
15429 $server_spawn_id global.
15430 (gdbserver_start): Don't wait for gdbserver's spawn id with
15431 expect_background.
15432 (close_gdbserver): New procedure.
15433 (gdb_exit): Rename the default version and reimplement.
15434
71c0ee8c
PA
154352015-04-07 Pedro Alves <palves@redhat.com>
15436
72f4393d 15437 * lib/gdb.exp (gdb_test_multiple): When processing an argument,
71c0ee8c
PA
15438 append the substituted item, not the original item.
15439
203bc29b
PA
154402015-04-07 Pedro Alves <palves@redhat.com>
15441
15442 * gdb.base/interrupt.exp: Use gdb_test_multiple instead of
15443 gdb_expect.
15444
508a3ddf
PA
154452015-04-07 Pedro Alves <palves@redhat.com>
15446
15447 * gdb.base/interrupt.exp: Don't handle the case of the inferior
15448 output appearing once only.
15449
9f6dbe2b
PA
154502015-04-07 Pedro Alves <palves@redhat.com>
15451
15452 * gdb.trace/actions.exp: Use gdb_breakpoint instead of gdb_test
15453 that doesn't expect anything. Return early if running to main
15454 fails.
15455
337532fa
YQ
154562015-04-07 Yao Qi <yao.qi@linaro.org>
15457
15458 * gdb.threads/non-stop-fair-events.c (SECONDS): New macro.
15459 (child_function): Call alarm.
15460 (main): Move call to alarm into the loop.
15461 * gdb.threads/non-stop-fair-events.exp: Build program with
15462 -DTIMEOUT=$timeout.
15463
01b622d4
DE
154642015-04-06 Doug Evans <xdje42@gmail.com>
15465
15466 * lib/pascal.exp (gpc_compile): Rename dest arg to destfile.
15467 Fix dest parameter to board_info.
15468 (fpc_compile): Ditto.
15469 (gdb_compile_pascal): Rename dest arg to destfile.
15470
961f4160
PMR
154712015-04-03 Pierre-Marie de Rodat <derodat@adacore.com>
15472
15473 * gdb.ada/funcall_ref.exp: New file.
15474 * gdb.ada/funcall_ref/foo.adb: New file.
15475
cafda597
YQ
154762015-04-02 Yao Qi <yao.qi@linaro.org>
15477
15478 * gdb.threads/no-unwaited-for-left.exp: Set up kfail if target
15479 is remote.
15480
fed040c6
GB
154812015-04-02 Gary Benson <gbenson@redhat.com>
15482
15483 * gdb.base/break-probes.exp: Cope with "target:" sysroot.
15484
d11916aa
SS
154852015-04-01 Sasha Smundak <asmundak@google.com>
15486
15487 * gdb.python/py-unwind-maint.c: New file.
15488 * gdb.python/py-unwind-maint.exp: New test.
15489 * gdb.python/py-unwind-maint.py: New file.
15490 * gdb.python/py-unwind.c: New file.
15491 * gdb.python/py-unwind.exp: New test.
15492 * gdb.python/py-unwind.py: New test.
15493
a1471180
PA
154942015-04-01 Pedro Alves <palves@redhat.com>
15495
15496 * gdb.threads/manythreads.exp (interrupt_and_wait): Pass $message
15497 to fail instead of non-existent $test.
15498
0bbeccb1
PA
154992015-04-01 Pedro Alves <palves@redhat.com>
15500
15501 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): Append space to
15502 GDBFLAGS if not empty.
15503
3c724c8c
PMR
155042015-04-01 Pierre-Marie de Rodat <derodat@adacore.com>
15505
15506 * gdb.ada/complete.exp: Remove "multi_line".
15507 * gdb.ada/info_exc.exp: Remove "multi_line".
15508 * gdb.ada/packed_tagged.exp: Remove "multi_line".
15509 * gdb.ada/ptype_field.exp: Remove "multi_line".
15510 * gdb.ada/sym_print_name.exp: Remove "multi_line".
15511 * gdb.ada/tagged.exp: Remove "multi_line".
15512 * gdb.btrace/buffer-size.exp: Replace [join [list ...]] with
15513 [multi_line ...]
15514 * gdb.btrace/delta.exp: Likewise.
15515 * gdb.btrace/exception.exp: Likewise.
15516 * gdb.btrace/function_call_history.exp: Likewise.
15517 * gdb.btrace/instruction_history.exp: Likewise.
15518 * gdb.btrace/nohist.exp: Likewise.
15519 * gdb.btrace/record_goto.exp: Likewise.
15520 * gdb.btrace/segv.exp: Likewise.
15521 * gdb.btrace/stepi.exp: Likewise.
15522 * gdb.btrace/tailcall.exp: Likewise.
15523 * gdb.btrace/unknown_functions.exp: Likewise.
15524 * gdb.dwarf2/dw2-undefined-ret-addr.exp: Likewise.
15525 * lib/gdb.exp: Add the "multi_line" helper.
15526
4eec2deb
PA
155272015-04-01 Pedro Alves <palves@redhat.com>
15528
15529 * gdb.threads/tid-reuse.c: New file.
15530 * gdb.threads/tid-reuse.exp: New file.
15531
df8411da
SDJ
155322015-03-31 Sergio Durigan Junior <sergiodj@redhat.com>
15533
15534 PR corefiles/16092
15535 * gdb.base/coredump-filter.c: New file.
15536 * gdb.base/coredump-filter.exp: Likewise.
15537
6ef37366
PM
155382015-03-27 Petr Machata <pmachata@redhat.com>
15539
15540 * lib/dwarf.exp (Dwarf::_handle_DW_FORM): Handle DW_FORM_sec_offset.
15541 (Dwarf::_line_count, Dwarf::_line_saw_file): New variables.
15542 (Dwarf::assemble): Initialize them.
15543 (Dwarf::lines): New function.
15544
7ec911b0
JT
155452015-03-26 Jon Turney <jon.turney@dronecode.org.uk>
15546
15547 * lib/gdb.exp (gdb_target_symbol_prefix_flags): Don't set
15548 SYMBOL_PREFIX for x86_64-*-cygwin.
15549
ff908ebf
AW
155502015-03-26 Andy Wingo <wingo@igalia.com>
15551
15552 PR symtab/18148
15553 * gdb.dwarf2/dw2-intercu.S (one, two): Add variables that have a
15554 const_value but not a location.
15555 * gdb.dwarf2/dw2-intercu.exp: Add tests that constants without
15556 location defined in non-main CUs are visible.
15557
6d5f0679
YQ
155582015-03-26 Yao Qi <yao.qi@linaro.org>
15559
15560 PR testsuite/18139
15561 * gdb.linespec/break-asm-file0.s (func): New label .Lfunc_2.
15562 Add a line number entry for the same line.
15563 * gdb.linespec/break-asm-file1.s (func): New label .Lfunc_2.
15564 Add a line number entry for the same line.
15565
2898689b
YQ
155662015-03-26 Yao Qi <yao.qi@linaro.org>
15567
15568 * gdb.linespec/break-asm-file0.s (func2): Use nop instead of
15569 .int 0.
15570 (func): Likewise. Add .Lfunc_1 label.
15571 Use .Lfunc_1 label.
15572 * gdb.linespec/break-asm-file1.s (func3): Use nop instead of
15573 .int 0.
15574 (func): Likewise.
15575 Use .Lfunc_1 label.
15576
85180498
YQ
155772015-03-26 Yao Qi <yao.qi@linaro.org>
15578
15579 * gdb.linespec/break-asm-file.exp: Don't call prepare_for_testing.
15580 Call gdb_compile instead to compile each .s files without debug
15581 information.
15582
8aa08a8d
YQ
155832015-03-26 Yao Qi <yao.qi@linaro.org>
15584
15585 * gdb.base/savedregs.exp (process_saved_regs): Make
15586 "Saved registers:" optional in the pattern.
15587
66849923
MM
155882015-03-25 Markus Metzger <markus.t.metzger@intel.com>
15589
15590 * gdb.btrace/next.exp: Merged into step.exp.
15591 * gdb.btrace/finish.exp: Merged into step.exp.
15592 * gdb.btrace/nexti.exp: Merged into stepi.exp.
15593 * gdb.btrace/step.exp: Use record_goto.c as test file. Avoid using
15594 "record goto" and checking the exact replay position.
15595 * gdb.btrace/stepi.exp: Choose test file based on target. Do not
15596 check for "Recording format" in "info record" output.
15597 * gdb.btrace/record_goto.exp: Choose test file based on target.
15598 * gdb.btrace/x86-record_goto.S: Renamed into ...
15599 * gdb.btrace/x86_64-record_goto.S: ... this.
15600 * gdb.btrace/i686-record_goto.S: New.
15601 * gdb.btrace/x86-tailcall.S: Renamed into ...
15602 * gdb.btrace/x86_64-tailcall.S: ... this.
15603 * gdb.btrace/i686-tailcall.S: New.
15604 * gdb.btrace/x86-tailcall.c: Renamed into ...
15605 * gdb.btrace/tailcall.c: ... this. Split "return ++answer" into two
15606 separate statements. Update test.
15607 * gdb.btrace/delta.exp: Use record_goto.c as test file.
15608 * gdb.btrace/gcore.exp: Use record_goto.c as test file.
15609 * gdb.btrace/nohist.exp: Use record_goto.c as test file.
15610 * gdb.btrace/tailcall.exp: Choose test file based on target.
15611 * gdb.btrace/Makefile.in: Remove next, finish, and nexti.
15612
11cc1b74
MM
156132015-03-25 Markus Metzger <markus.t.metzger@intel.com>
15614
15615 * gdb.btrace/exception.exp: Increase BTS buffer size.
15616
a25d8bf9
PA
156172015-03-24 Pedro Alves <palves@redhat.com>
15618
15619 * gdb.threads/no-unwaited-for-left.exp: Test "thread apply all".
15620
856e7dd6
PA
156212015-03-24 Pedro Alves <palves@redhat.com>
15622
15623 * gdb.threads/schedlock.exp (test_step): No longer expect that
15624 "set scheduler-locking step" with "next" over a function call runs
15625 threads unlocked.
15626
ad235a41
AT
156272015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
15628
15629 * gdb.mi/mi-pending.exp: Fix output of breakpoint test.
15630
15630549
AT
156312015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
15632
15633 PR breakpoints/16466
15634 * gdb.mi/Makefile.in: Add mi-pendshr2.sl to cleanup.
15635 * gdb.mi/mi-pending.c (thread_func): New function.
15636 (int main): Add threading support required.
15637 * gdb.mi/mi-pending.exp: Add tests for this issue.
15638 * gdb.mi/mi-pendshr.c (pendfunc1): Remove stdio dependency.
15639 (pendfunc2): Remove stdio dependency.
15640 * gdb.mi/mi-pendshr2.c: New file.
15641
693dca06
KS
156422015-03-23 Keith Seitz <keiths@redhat.com>
15643
15644 * gdb.linespec/keywords.c: New file.
15645 * gdb.linespec/keywords.exp: New file.
15646
7e993ebf
KS
156472015-03-23 Keith Seitz <keiths@redhat.com>
15648
15649 PR gdb/18021
15650 * gdb.dwarf2/staticvirtual.exp: New test.
15651
bc23328c
JK
156522015-03-20 Jan Kratochvil <jan.kratochvil@redhat.com>
15653
15654 * Makefile.in (ALL_SUBDIRS): Remove gdb.hp.
15655 * README: Remove HP-UX and gdb.hp.
15656 (configuration):
15657 * configure: Regenerate.
15658 * configure.ac (AC_OUTPUT): Remove gdb.hp/Makefile,
15659 gdb.hp/gdb.objdbg/Makefile, gdb.hp/gdb.base-hp/Makefile,
15660 gdb.hp/gdb.aCC/Makefile, gdb.hp/gdb.compat/Makefile,
15661 gdb.hp/gdb.defects/Makefile.
15662 * gdb.hp/Makefile.in: File deleted.
15663 * gdb.hp/gdb.aCC/Makefile.in: File deleted.
15664 * gdb.hp/gdb.aCC/optimize.c: File deleted.
15665 * gdb.hp/gdb.aCC/optimize.exp: File deleted.
15666 * gdb.hp/gdb.aCC/run.c: File deleted.
15667 * gdb.hp/gdb.aCC/watch-cmd.exp: File deleted.
15668 * gdb.hp/gdb.base-hp/Makefile.in: File deleted.
15669 * gdb.hp/gdb.base-hp/callfwmall.c: File deleted.
15670 * gdb.hp/gdb.base-hp/callfwmall.exp: File deleted.
15671 * gdb.hp/gdb.base-hp/dollar.c: File deleted.
15672 * gdb.hp/gdb.base-hp/dollar.exp: File deleted.
15673 * gdb.hp/gdb.base-hp/genso-thresh.c: File deleted.
15674 * gdb.hp/gdb.base-hp/hwwatchbus.c: File deleted.
15675 * gdb.hp/gdb.base-hp/hwwatchbus.exp: File deleted.
15676 * gdb.hp/gdb.base-hp/pxdb.c: File deleted.
15677 * gdb.hp/gdb.base-hp/pxdb.exp: File deleted.
15678 * gdb.hp/gdb.base-hp/reg-pa64.exp: File deleted.
15679 * gdb.hp/gdb.base-hp/reg-pa64.s: File deleted.
15680 * gdb.hp/gdb.base-hp/reg.exp: File deleted.
15681 * gdb.hp/gdb.base-hp/reg.s: File deleted.
15682 * gdb.hp/gdb.base-hp/sized-enum.c: File deleted.
15683 * gdb.hp/gdb.base-hp/sized-enum.exp: File deleted.
15684 * gdb.hp/gdb.base-hp/so-thresh.exp: File deleted.
15685 * gdb.hp/gdb.base-hp/so-thresh.mk: File deleted.
15686 * gdb.hp/gdb.base-hp/so-thresh.sh: File deleted.
15687 * gdb.hp/gdb.compat/Makefile.in: File deleted.
15688 * gdb.hp/gdb.compat/average.c: File deleted.
15689 * gdb.hp/gdb.compat/sum.c: File deleted.
15690 * gdb.hp/gdb.compat/xdb.c: File deleted.
15691 * gdb.hp/gdb.compat/xdb0.c: File deleted.
15692 * gdb.hp/gdb.compat/xdb0.h: File deleted.
15693 * gdb.hp/gdb.compat/xdb1.c: File deleted.
15694 * gdb.hp/gdb.compat/xdb1.exp: File deleted.
15695 * gdb.hp/gdb.compat/xdb2.exp: File deleted.
15696 * gdb.hp/gdb.compat/xdb3.exp: File deleted.
15697 * gdb.hp/gdb.defects/Makefile.in: File deleted.
15698 * gdb.hp/gdb.defects/bs14602.c: File deleted.
15699 * gdb.hp/gdb.defects/bs14602.exp: File deleted.
15700 * gdb.hp/gdb.defects/solib-d.c: File deleted.
15701 * gdb.hp/gdb.defects/solib-d.exp: File deleted.
15702 * gdb.hp/gdb.defects/solib-d1.c: File deleted.
15703 * gdb.hp/gdb.defects/solib-d2.c: File deleted.
15704 * gdb.hp/gdb.objdbg/Makefile.in: File deleted.
15705 * gdb.hp/gdb.objdbg/objdbg01.exp: File deleted.
15706 * gdb.hp/gdb.objdbg/objdbg01/x1.cc: File deleted.
15707 * gdb.hp/gdb.objdbg/objdbg01/x2.cc: File deleted.
15708 * gdb.hp/gdb.objdbg/objdbg01/x3.cc: File deleted.
15709 * gdb.hp/gdb.objdbg/objdbg01/x3.h: File deleted.
15710 * gdb.hp/gdb.objdbg/objdbg02.exp: File deleted.
15711 * gdb.hp/gdb.objdbg/objdbg02/x1.cc: File deleted.
15712 * gdb.hp/gdb.objdbg/objdbg02/x2.cc: File deleted.
15713 * gdb.hp/gdb.objdbg/objdbg02/x3.cc: File deleted.
15714 * gdb.hp/gdb.objdbg/objdbg03.exp: File deleted.
15715 * gdb.hp/gdb.objdbg/objdbg03/x1.cc: File deleted.
15716 * gdb.hp/gdb.objdbg/objdbg03/x2.cc: File deleted.
15717 * gdb.hp/gdb.objdbg/objdbg03/x3.cc: File deleted.
15718 * gdb.hp/gdb.objdbg/objdbg04.exp: File deleted.
15719 * gdb.hp/gdb.objdbg/objdbg04/x.h: File deleted.
15720 * gdb.hp/gdb.objdbg/objdbg04/x1.cc: File deleted.
15721 * gdb.hp/gdb.objdbg/objdbg04/x2.cc: File deleted.
15722 * gdb.hp/gdb.objdbg/tools/symaddr: File deleted.
15723 * gdb.hp/gdb.objdbg/tools/symaddr.pa64: File deleted.
15724 * gdb.hp/gdb.objdbg/tools/test-objdbg.cc: File deleted.
15725 * gdb.hp/tools/odump: File deleted.
15726
8bf3b159
PA
157272015-03-19 Pedro Alves <palves@redhat.com>
15728
15729 * gdb.threads/continue-pending-status.exp (saw_thread_2)
15730 (saw_thread_3): New globals.
15731 (top level): Increment them when an event for the corresponding
15732 thread is seen.
15733 (no thread starvation): New test.
15734
eb54c8bf
PA
157352015-03-19 Pedro Alves <palves@redhat.com>
15736
15737 * gdb.threads/continue-pending-status.c: New file.
15738 * gdb.threads/continue-pending-status.exp: New file.
15739
32d2e5d6
PA
157402015-03-18 Pedro Alves <palves@redhat.com>
15741
15742 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
15743 Use gdb_is_target_remote instead of is_remote. Use
15744 gdb_test_multiple instead of gdb_expect. Exit early if
15745 gdb_test_multiple hits its internal matches. Tighten stepi tests
15746 expected output. Fail on exit with any signal, instead of just
15747 SIGILL.
15748
f68f11b7
YQ
157492015-03-18 Yao Qi <yao.qi@linaro.org>
15750
15751 PR tdep/18107
15752 * gdb.base/catch-syscall.c [!SYS_pipe] (pipe2_syscall): New
15753 variable.
15754 * gdb.base/catch-syscall.exp: Don't skip it on
15755 aarch64*-*-linux* target. Remove elements in all_syscalls.
15756 (test_catch_syscall_multi_arch): Skip it on aarch64*-linux*
15757 target.
15758 (setup_all_syscalls): New proc.
15759
ca5fd19b
YQ
157602015-03-16 Yao Qi <yao.qi@linaro.org>
15761
15762 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): New proc.
15763 (top level): Skip tests if valid_addr_p returns false for
15764 $cmd1 or $cmd2.
15765
85642ba0
AW
157662015-03-11 Andy Wingo <wingo@igalia.com>
15767
15768 * gdb.guile/scm-objfile.exp: Add objfile-progspace test.
15769
e03f9645
YQ
157702015-03-11 Yao Qi <yao.qi@linaro.org>
15771
15772 * gdb.base/catch-syscall.exp: Fix typo in comments.
15773
5d0962b2
YQ
157742015-03-11 Yao Qi <yao.qi@linaro.org>
15775
15776 * gdb.base/catch-syscall.exp: Skip it on HP-UX target.
15777
b2df3cef
PA
157782015-03-09 Pedro Alves <palves@redhat.com>
15779
15780 * dg-extract-results.py: Delete.
15781
ef878e53
PA
157822015-03-09 Pedro Alves <palves@redhat.com>
15783
15784 Merge dg-extract-results.sh from GCC upstream (r218843).
15785
15786 2014-12-17 Sergio Durigan Junior <sergiodj@redhat.com>
15787 * dg-extract-results.sh: Use --text with grep to avoid issues with
15788 binary files. Fall back to cat -v, if that doesn't work.
15789
9494d219
PA
157902015-03-05 Pedro Alves <palves@redhat.com>
15791
15792 * gdb.base/bp-permanent.exp: Tighten "next over setup" regex.
15793
a8d9763a
SM
157942015-03-04 Simon Marchi <simon.marchi@ericsson.com>
15795
15796 * lib/mi-support.exp (mi_expect_interrupt): Accept
15797 alternative event for when in all-stop mode.
15798
be9957b8
PA
157992015-03-04 Pedro Alves <palves@redhat.com>
15800
15801 * gdb.threads/thread-specific-bp.exp: Delete "info threads" test.
15802
d57be0f4 158032015-03-04 Mark Kettenis <kettenis@gnu.org>
4727d613
MK
15804
15805 * gdb.base/foll-fork.exp: Enable on *-*-openbsd*.
15806
c214c7cf
AA
158072015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
15808
15809 * gdb.base/breakpoint-in-ro-region.exp (test_single_step): In the
15810 regexps for GDB's current line display, accept a hex address
15811 preceding the line number.
15812
6d74a497
AA
158132015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
15814
15815 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch): Set
15816 the 'arch1' variable for "s390*-linux*" targets.
15817
511aee7c
PA
158182015-03-04 Pedro Alves <palves@redhat.com>
15819
15820 * gdb.threads/clone-thread_db.c: Include unistd.h and pthread.h.
15821 (main): Pass missing retval argument to pthread_join call.
15822
95e50b27
PA
158232015-03-02 Pedro Alves <palves@redhat.com>
15824
15825 * gdb.threads/thread-execl.exp (do_test): Handle non-stop.
15826 (top level): Call do_test with non-stop as well.
15827
28054d69
PA
158282015-03-02 Pedro Alves <palves@redhat.com>
15829
15830 * lib/gdb.exp (gdb_test_multiple) <internal error>: Set result to
15831 -1.
15832
4fa5d7b4
AA
158332015-03-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
15834
15835 * gdb.arch/s390-vregs.exp: New test.
15836 * gdb.arch/s390-vregs.S: New file.
15837
97c18565
PA
158382015-02-27 Pedro Alves <palves@redhat.com>
15839
15840 * gdb.gdb/python-interrupts.exp (test_python_interrupts): Adjust
15841 call to catch_command_errors.
15842 * gdb.gdb/python-selftest.exp (selftest_python): Adjust call to
15843 catch_command_errors.
15844
a37bfa30
PA
158452015-02-27 Pedro Alves <palves@redhat.com>
15846
15847 * gdb.gdb/complaints.exp (test_initial_complaints): Also accept
15848 "true" for boolean result.
15849 * gdb.gdb/selftest.exp (test_with_self): Also accept full
15850 prototype of main.
15851
6f98576f
PA
158522015-02-27 Pedro Alves <palves@redhat.com>
15853
15854 * lib/unbuffer_output.c: New file.
15855 * gdb.base/interrupt.c: Include "../lib/unbuffer_output.c".
15856 (main): Call gdb_unbuffer_output.
15857
eba5ab56
YQ
158582015-02-27 Yao Qi <yao.qi@linaro.org>
15859
15860 * gdb.base/catch-syscall.exp: Don't skip it on hppa*-hp-hpux*
15861 target.
15862
0def5aaa
DE
158632015-02-26 Doug Evans <dje@google.com>
15864
15865 * gdb.cp/class2.cc (Dbase, D): New classes.
15866 (main): New local delta.
15867 * gdb.cp/class2.exp: Test printing delta.
15868 * gdb.cp/classes.cc (DynamicBase2, DynamicBar): New classes.
15869 (dynbar): New global.
15870 * gdb.cp/classes.exp (test_ptype_class_objects): Test ptype DynamicBar.
15871
081a1c2c
JK
158722015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
15873
15874 * gdb.compile/compile-ifunc.c: New file.
15875 * gdb.compile/compile-ifunc.exp: New file.
15876
2f41223f
AT
158772015-02-26 Antoine Tremblay <antoine.tremblay@ericsson.com>
15878
15879 * gdb.base/structs.exp: Check for correct struct on finish.
15880
03eddd80
YQ
158812015-02-26 Yao Qi <yao.qi@linaro.org>
15882
15883 * lib/dwarf.exp (function_range): Adjust pattern when $func_length
15884 is zero.
15885
80c57053
JK
158862015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
15887
15888 * gdb.arch/cordic.ko.bz2: New file.
15889 * gdb.arch/cordic.ko.debug.bz2: New file.
15890 * gdb.arch/ppc64-symtab-cordic.exp: New file.
15891
21613c12
YQ
158922015-02-25 Yao Qi <yao.qi@linaro.org>
15893
15894 * gdb.xml/tdesc-regs.exp: Set core-regs to aarch64-core.xml for
15895 aarch64*-*-* target.
15896
d8b901ed
PA
158972015-02-23 Pedro Alves <palves@redhat.com>
15898
15899 * lib/gdb.exp (delete_breakpoints): Rewrite using
15900 gdb_test_multiple.
15901
e5b85ead
PA
159022015-02-23 Pedro Alves <palves@redhat.com>
15903
15904 * gdb.base/info-os.c: Include stdlib.h.
15905
85c3a371
DE
159062015-02-22 Doug Evans <xdje42@gmail.com>
15907
15908 PR symtab/17855
15909 * gdb.ada/exec_changed.exp: Add second test where symbol lookup cache
15910 is read after symbols have been re-read.
15911 * gdb.ada/exec_changed/first.adb (First): New procedure Break_Me.
15912 * gdb.ada/exec_changed/second.adb (Second): Ditto.
15913
96553a0c
DE
159142015-02-21 Doug Evans <dje@google.com>
15915
15916 * gdb.cp/anon-ns.exp: Add test for ptype '(anonymous namespace)'.
15917
97a0c697
JK
159182015-02-21 Jan Kratochvil <jan.kratochvil@redhat.com>
15919
15920 PR corefiles/17808
15921 * gdb.arch/i386-biarch-core.core.bz2: New file.
15922 * gdb.arch/i386-biarch-core.exp: New file.
15923
a47cd6e9
PA
159242015-02-21 Pedro Alves <palves@redhat.com>
15925
15926 * gdb.threads/multi-create-ns-info-thr.exp: Return early if
15927 runto_main fails.
15928
c5facdc4
PA
159292015-02-20 Pedro Alves <palves@redhat.com>
15930
15931 * gdb.base/solib-corrupted.exp: Expect "stap" as first column of
15932 info probes.
15933
2db9a427
PA
159342015-02-20 Pedro Alves <palves@redhat.com>
15935
15936 * gdb.threads/multi-create-ns-info-thr.exp: New file.
15937
60fb7e9e
PA
159382015-02-20 Pedro Alves <palves@redhat.com>
15939
15940 * gdb.trace/no-attach-trace.exp: Don't run to main. Do
15941 clean_restart before gdb_target_supports_trace.
15942
5c5019c2
PA
159432015-02-20 Pedro Alves <palves@redhat.com>
15944
15945 PR threads/18006
15946 * gdb.threads/clone-thread_db.c: New file.
15947 * gdb.threads/clone-thread_db.exp: New file.
15948
c9587f88
AT
159492015-02-19 Antoine Tremblay <antoine.tremblay@ericsson.com>
15950
15951 PR breakpoints/16812
15952 * gdb.base/catch-gdb-caused-signals.c: New file.
15953 * gdb.base/catch-gdb-caused-signals.exp: New file.
15954
f6a88844
JM
159552015-02-18 Jose E. Marchesi <jose.marchesi@oracle.com>
15956
15957 * configure: Regenerated.
15958 * configure.ac: Use GDB_AC_TRANSFORM.
15959 * aclocal.m4: sinclude ../transform.m4.
15960
497c491b
JM
159612015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
15962
15963 * lib/dtrace.exp: New file.
15964 * gdb.base/dtrace-probe.exp: Likewise.
15965 * gdb.base/dtrace-probe.d: Likewise.
15966 * gdb.base/dtrace-probe.c: Likewise.
15967 * lib/pdtrace.in: Likewise.
15968 * configure.ac: Output variables with the transformed names of
15969 the strip, readelf, as and nm tools. AC_SUBST lib/pdtrace.in.
15970 * configure: Regenerated.
15971
03e98035
JM
159722015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
15973
15974 * gdb.base/stap-probe.exp (stap_test): Remove "SystemTap" from
15975 expected message when trying to access $_probe_* convenience
15976 variables while not on a probe.
15977
63cc30e9
JK
159782015-02-11 Jan Kratochvil <jan.kratochvil@redhat.com>
15979
15980 * gdb.python/py-framefilter.exp (pagination quit - *): New tests.
15981
0703599a
PA
159822015-02-11 Pedro Alves <pedro@codesourcery.com>
15983
15984 * gdb.threads/step-bg-decr-pc-switch-thread.c: New file.
15985 * gdb.threads/step-bg-decr-pc-switch-thread.exp: New file.
15986
7e60a48e
DE
159872015-02-10 Doug Evans <xdje42@gmail.com>
15988
15989 * lib/gdb.exp (gdb_load): Always return a result.
15990
01b088bc
PA
159912015-02-10 Pedro Alves <palves@redhat.com>
15992
15993 * gdb.threads/signal-sigtrap.c: New file.
15994 * gdb.threads/signal-sigtrap.exp: New file.
15995
b05ec7a5
AT
159962015-02-10 Antoine Tremblay <antoine.tremblay@ericsson.com>
15997
15998 * gdb.trace/no-attach-trace.c: New file.
15999 * gdb.trace/no-attach-trace.exp: New file.
16000
a2c2acaf
MW
160012015-02-09 Mark Wielaard <mjw@redhat.com>
16002
16003 * gdb.dwarf2/atomic.c: New file.
16004 * gdb.dwarf2/atomic-type.exp: Likewise.
16005
31fd9caa
MM
160062015-02-09 Markus Metzger <markus.t.metzger@intel.com>
16007
16008 * gdb.btrace/buffer-size.exp: Update "info record" output.
16009 * gdb.btrace/delta.exp: Update "info record" output.
16010 * gdb.btrace/enable.exp: Update "info record" output.
16011 * gdb.btrace/finish.exp: Update "info record" output.
16012 * gdb.btrace/instruction_history.exp: Update "info record" output.
16013 * gdb.btrace/next.exp: Update "info record" output.
16014 * gdb.btrace/nexti.exp: Update "info record" output.
16015 * gdb.btrace/step.exp: Update "info record" output.
16016 * gdb.btrace/stepi.exp: Update "info record" output.
16017 * gdb.btrace/nohist.exp: Update "info record" output.
16018
d33501a5
MM
160192015-02-09 Markus Metzger <markus.t.metzger@intel.com>
16020
16021 * gdb.btrace/buffer-size: New.
16022
f4abbc16
MM
160232015-02-09 Markus Metzger <markus.t.metzger@intel.com>
16024
16025 * gdb.btrace/delta.exp: Update "info record" output.
16026 * gdb.btrace/enable.exp: Update "info record" output.
16027 * gdb.btrace/finish.exp: Update "info record" output.
16028 * gdb.btrace/instruction_history.exp: Update "info record" output.
16029 * gdb.btrace/next.exp: Update "info record" output.
16030 * gdb.btrace/nexti.exp: Update "info record" output.
16031 * gdb.btrace/step.exp: Update "info record" output.
16032 * gdb.btrace/stepi.exp: Update "info record" output.
16033 * gdb.btrace/nohist.exp: Update "info record" output.
16034
b9d61307
SM
160352015-02-06 Simon Marchi <simon.marchi@ericsson.com>
16036
16037 PR gdb/15678
16038 * gdb.base/ena-dis-br.exp: Test "enable count" for bad user input.
16039
e584fdbc
PA
160402015-02-06 Pedro Alves <palves@redhat.com>
16041
16042 * gdb.threads/attach-many-short-lived-threads.c (SECONDS): New
16043 macro.
16044 (seconds_left, again): New globals.
16045 (main): Wait seconds_left in a 1-second sleep loop instead of
16046 sleeping 180 seconds. If 'again' is set, reset the seconds
16047 counter.
16048 * gdb.threads/attach-many-short-lived-threads.exp (test): Set
16049 'again' in the inferior before detaching. Print the seconds left.
16050 (options): New global.
16051 (top level): Build program with -DTIMEOUT=$timeout.
16052
77f41761
PA
160532015-02-06 Pedro Alves <palves@redhat.com>
16054
16055 * gdb.base/gdb-sigterm.c (main): Use the TIMEOUT define to
16056 determine how many seconds to pass to 'alarm'.
16057 * gdb.base/gdb-sigterm.exp (top level): Build program with
16058 -DTIMEOUT=$timeout.
16059 (do_test): Return success/failure indication. Add more verbose
16060 logging. Don't fail if 200 single steps are seen. Instead, fail
16061 when the test times out.
16062 (passes): New global.
16063 (top level): Break the testing loop if testing fails on any
16064 iteration. Use gdb_assert.
16065
b9394193
DB
160662015-02-04 Don Breazeal <donb@codesourcery.com>
16067
16068 * gdb.base/info-os.c (shmid, semid, msqid): Make variables static
16069 and initialize them.
16070 (ipc_cleanup): New function.
16071 (main): Don't declare shmid, semid, and msqid. Add a call to
16072 atexit so that we call ipc_cleanup on exit.
16073
42d9e528
PA
160742015-02-04 Pedro Alves <palves@redhat.com>
16075
16076 * boards/native-extended-gdbserver.exp: Remove any target variant
16077 specifications from the board name before clearing the isremote
16078 flag from board_info.
16079
ae6ae975
DE
160802015-01-31 Doug Evans <xdje42@gmail.com>
16081
16082 * gdb.base/maint.exp <maint print type argc>: Update expected output.
16083
cfb069a8
GB
160842015-01-31 Gary Benson <gbenson@redhat.com>
16085
16086 * gdb.base/completion.exp: Disable completion limiting for
16087 existing tests. Add new tests to check completion limiting.
16088 * gdb.linespec/ls-errs.exp: Disable completion limiting.
16089
5dd31d79
DE
160902015-01-31 Doug Evans <xdje42@gmail.com>
16091
16092 * gdb.ada/dyn_arrayidx.exp: Add additional_flags=-gnat12.
16093
9f050062
DE
160942015-01-31 Doug Evans <xdje42@gmail.com>
16095
16096 * gdb.guile/scm-section-script.c: Add duplicate inlined section script
16097 entries. Duplicate file section script entries.
16098 * gdb.guile/scm-section-script.exp: Add tests for duplicate entries,
16099 inlined entries. Add test for safe-path rejection.
16100 * gdb.python/py-section-script.c: Add duplicate inlined section script
16101 entries. Duplicate file section script entries.
16102 * gdb.python/py-section-script.exp: Add tests for duplicate entries,
16103 inlined entries. Add test for safe-path rejection.
16104
df25ebbd
JB
161052015-01-29 Joel Brobecker <brobecker@adacore.com>
16106
16107 * gdb.ada/disc_arr_bound: New testcase.
16108
4a0ca9ec
JB
161092015-01-29 Joel Brobecker <brobecker@adacore.com>
16110
16111 * gdb.ada/mi_var_array: New testcase.
16112
3a8b707a
DE
161132015-01-27 Doug Evans <dje@google.com>
16114
16115 * gdb.python/py-objfile.exp: Add tests for objfile.username.
16116 Add test for objfile.filename, objfile.username after objfile
16117 has been unloaded.
16118
f8313f6e
JB
161192015-01-26 Joel Brobecker <brobecker@adacore.com>
16120
16121 * gdb.python/py-lookup-type.exp (test_lookup_type): Change
16122 the second test to print the name attribute of value
16123 returned by the call to gdb.lookup_type, and adjust
16124 the expected output accordingly.
16125
37bc665e
MW
161262015-01-25 Mark Wielaard <mjw@redhat.com>
16127
16128 * gdb.arch/i386-bp_permanent.c (standard): New declaration.
16129 * gdb.base/disp-step-fork.c: Include unistd.h.
16130 * gdb.base/siginfo-obj.c: Include stdio.h.
16131 * gdb.base/siginfo-thread.c: Likewise.
16132 * gdb.mi/non-stop.c: Include unistd.h.
16133 * gdb.mi/nsthrexec.c: Include stdio.h.
16134 * gdb.mi/pthreads.c: Include unistd.h.
16135 * gdb.modula2/unbounded1.c (main): Declare returns int.
16136 * gdb.reverse/consecutive-reverse.c: Likewise.
16137 * gdb.threads/create-fail.c: Include unistd.h.
16138 * gdb.threads/killed.c: Likewise.
16139 * gdb.threads/linux-dp.c: Likewise.
16140 * gdb.threads/non-ldr-exc-1.c: Include stdio.h and string.h.
16141 * gdb.threads/non-ldr-exc-2.c: Likewise.
16142 * gdb.threads/non-ldr-exc-3.c: Likewise.
16143 * gdb.threads/non-ldr-exc-4.c: Likewise.
16144 * gdb.threads/pthreads.c: Include unistd.h.
16145 (main): Declare returns int.
16146 * gdb.threads/tls-main.c (foo): New declaration.
16147 * gdb.threads/watchpoint-fork-mt.c: Define _GNU_SOURCE.
16148
f7e5394d
SM
161492015-01-23 Simon Marchi <simon.marchi@ericsson.com>
16150
16151 * gdb.mi/mi-var-list-children-invalid-grandchild.c: New file.
16152 * gdb.mi/mi-var-list-children-invalid-grandchild.exp: New file.
16153
743649fd
MW
161542015-01-15 Mark Wielaard <mjw@redhat.com>
16155
16156 * gdb.base/noreturn-return.c: New file.
16157 * gdb.base/noreturn-return.exp: New file.
16158 * gdb.base/noreturn-finish.c: New file.
16159 * gdb.base/noreturn-finish.exp: New file.
16160
198297aa
PA
161612015-01-23 Pedro Alves <palves@redhat.com>
16162
16163 * gdb.threads/continue-pending-after-query.c: New file.
16164 * gdb.threads/continue-pending-after-query.exp: New file.
16165
717cf30c
AG
161662015-01-22 Anders Granlund <anders.granlund@ericsson.com>
16167 Simon Marchi <simon.marchi@ericsson.com>
16168
16169 * gdb.base/statistics.exp: Assign spawn id to gdb_spawn_id.
16170 * gdb.base/valgrind-db-attach.exp: Same.
16171 * gdb.base/valgrind-infcall.exp: Same.
16172 * lib/mi-support.exp (default_mi_gdb_start): Same.
16173 * lib/prompt.exp (default_prompt_gdb_start): Same.
16174 * lib/gdb.exp (default_gdb_spawn): Same.
16175 (gdb_interact): New.
16176
16177
4b62a76e
JK
161782015-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
16179
16180 * gdb.compile/compile.exp (pointer to jit function): New test.
16181
b4cdae6f
WW
161822015-01-17 Wei-cheng Wang <cole945@gmail.com>
16183
16184 * lib/gdb.exp (supports_process_record): Return true for
16185 powerpc*-*-linux*.
16186 (supports_reverse): Likewise.
16187
d221e7ef
DB
161882015-01-15 Don Breazeal <donb@codesourcery.com>
16189
16190 * gdb.base/attach-pie-noexec.exp: Use can_spawn_for_attach
16191 instead of checking whether the target board is remote and
16192 use spawn_wait_for_attach instead of exec/sleep.
16193 * gdb.base/attach-twice.exp: Likewise.
16194
bafffb51
JB
161952015-01-15 Joel Brobecker <brobecker@adacore.com>
16196
16197 * gdb.ada/var_arr_attrs: New testcase.
16198
5589af0e
PA
161992015-01-14 Pedro Alves <palves@redhat.com>
16200 Joel Brobecker <brobecker@adacore.com>
16201
16202 PR gdb/17525
16203 * gdb.base/bp-cmds-execution-x-script.c: New file.
16204 * gdb.base/bp-cmds-execution-x-script.exp: New file.
16205 * gdb.base/bp-cmds-execution-x-script.gdb: New file.
16206
6c400b59
PA
162072015-01-14 Pedro Alves <palves@redhat.com>
16208
16209 PR cli/17828
16210 * gdb.base/batch-preserve-term-settings.c: New file.
16211 * gdb.base/batch-preserve-term-settings.exp: New file.
16212
e02c96a7
DE
162132015-01-13 Doug Evans <dje@google.com>
16214
16215 * gdb.python/py-objfile.exp: Test gdb.lookup_objfile on symlinked
16216 binary.
16217
576fd14c
JB
162182015-01-13 Joel Brobecker <brobecker@adacore.com>
16219
16220 * Makefile.in (clean mostlyclean): Do not delete *.py.
16221
04dccad0
JB
162222015-01-13 Joel Brobecker <brobecker@adacore.com>
16223
16224 * gdb.python/py-lookup-type.exp: New file.
16225
3d230f71
PA
162262015-01-12 Pedro Alves <palves@redhat.com>
16227
16228 * gdb.python/py-prompt.exp: When the board can't spawn for attach,
16229 restore GDBFLAGS before returning.
16230
7e67715d
JK
162312015-01-12 Jan Kratochvil <jan.kratochvil@redhat.com>
16232
16233 * gdb.python/py-frame.exp (test Frame.read_register(rip)): Use
16234 is_amd64_regs_target and is_x86_like_target.
16235
f2e0d4b4
DE
162362015-01-11 Doug Evans <xdje42@gmail.com>
16237
16238 * lib/dwarf.exp (Dwarf): Flag an error if a numeric attribute value
16239 is given without an explicit form.
16240 * gdb.dwarf2/arr-subrange.exp: Specify forms for all numeric
16241 attributes.
16242 * gdb.dwarf/corrupt.exp: Ditto.
16243 * gdb.dwarf2/enum-type.exp: Ditto.
16244 * gdb.trace/entry-values.exp: Ditto.
16245 * gdb.trace/unavailable-dwarf-piece.exp: Ditto.
16246
439250fb
DE
162472015-01-11 Doug Evans <xdje42@gmail.com>
16248
16249 PR gdb/15830
16250 * gdb.base/maint.exp: Remove references to "maint demangle".
16251 * gdb.cp/demangle.exp: Update. "maint demangle" -> "demangle".
16252 Add tests for explicitly specifying language to demangle.
16253 * gdb.dlang/demangle.exp: Ditto.
16254
ede9f622
PA
162552015-01-09 Pedro Alves <palves@redhat.com>
16256
16257 * gdb.threads/non-stop-fair-events.c: New file.
16258 * gdb.threads/non-stop-fair-events.exp: New file.
16259
a7b796db
PA
162602015-01-09 Pedro Alves <palves@redhat.com>
16261
16262 * gdb.base/annota1.exp (thread_test): Use srcfile and binfile from
16263 the global scope. Set a breakpoint after all threads are started
16264 rather than stepping over two source lines. Expect the prompt.
16265 * gdb.base/watch_thread_num.c (threads_started_barrier): New
16266 global.
16267 (NUM): Now 15.
16268 (main): Use threads_started_barrier to wait for all threads to
16269 start. Main thread no longer calls thread_function. Exit after
16270 180 seconds.
16271 (loop): New function.
16272 (thread_function): Wait on threads_started_barrier barrier. Call
16273 'loop' at each iteration.
16274 * gdb.base/watch_thread_num.exp: Continue to breakpoint after all
16275 threads have started, instead of hardcoding number of "next"
16276 steps. Use an access watchpoint instead of a write watchpoint.
16277
9665ffdd
PA
162782015-01-09 Pedro Alves <palves@redhat.com>
16279
16280 * gdb.threads/ia64-sigill.c (threads_started_barrier): New global.
16281 (thread_func): Wait on barrier.
16282 (main): Wait for all threads to start before stopping GDB.
16283 * gdb.threads/siginfo-threads.c (threads_started_barrier): New
16284 global.
16285 (thread1_func, thread2_func): Wait on barrier.
16286 (main): Wait for all threads to start before stopping GDB.
16287 * gdb.threads/watchthreads-reorder.c (threads_started_barrier):
16288 New global.
16289 (thread1_func, thread2_func): Wait on barrier.
16290 (main): Wait for all threads to start before stopping GDB.
16291
c945a99f
PA
162922015-01-09 Pedro Alves <palves@redhat.com>
16293
16294 * gdb.threads/attach-many-short-lived-threads.c: New file.
16295 * gdb.threads/attach-many-short-lived-threads.exp: New file.
16296
c1a747c1
PA
162972014-01-09 Pedro Alves <palves@redhat.com>
16298
16299 * gdb.threads/fork-thread-pending.exp: Switch to the main thread
16300 instead of to thread 2.
16301 * gdb.threads/signal-command-multiple-signals-pending.c (main):
16302 Add barrier around each pthread_create call instead of around all
16303 calls.
16304 * gdb.threads/signal-command-multiple-signals-pending.exp (test):
16305 Set a break on thread_function and have the child threads hit it
16306 one at at a time.
16307
60b3033e
PA
163082015-01-09 Pedro Alves <palves@redhat.com>
16309
16310 * lib/gdb.exp (can_spawn_for_attach): New procedure.
16311 (spawn_wait_for_attach): Error out if can_spawn_for_attach returns
16312 false.
16313 * gdb.base/attach.exp: Use can_spawn_for_attach instead of
16314 checking whether the target board is remote.
16315 * gdb.multi/multi-attach.exp: Likewise.
16316 * gdb.python/py-sync-interp.exp: Likewise.
16317 * gdb.server/ext-attach.exp: Likewise.
16318 * gdb.python/py-prompt.exp: Use can_spawn_for_attach before the
16319 tests that need to attach, instead of checking whether the target
16320 board is remote at the top of the file.
16321
acc018ac
YQ
163222015-01-08 Yao Qi <yao@codesourcery.com>
16323
16324 * gdb.trace/entry-values.exp: Set call_insn for MIPS target.
16325
50a18af8
JK
163262015-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
16327
16328 Fix testcase compilation.
16329 * gdb.arch/i386-avx512.exp (comp_flags): Remove /common.
16330
8503d6e1
JB
163312015-01-06 Joel Brobecker <brobecker@adacore.com>
16332
16333 * gdb.python/py-type.exp: Add a couple test about empty
16334 array creation, and negative-length array creation.
16335
cc73dbcc
DE
163362015-01-02 Doug Evans <xdje42@gmail.com>
16337
16338 * gdb.cp/nsalias.exp: Fix output of external/declaration flags.
16339
0300bbc7
DE
163402015-01-02 Doug Evans <dje@google.com>
16341
16342 * gdb.dwarf2/dw4-sig-types.exp: Also pass -fdebug-types-section to gcc.
16343
9d85a0ec
YQ
163442014-12-29 Yao Qi <yao@codesourcery.com>
16345
16346 * gdb.trace/entry-values.exp: Update comments. Rename variable
16347 bar_call_foo to returned_from_foo.
16348
87186c6a
MMN
163492014-12-20 Mihail-Marian Nistor <mihail.nistor@freescale.com>
16350
16351 PR gdb/17394
16352 * gdb.linespec/break-asm-file.c: New file.
16353 * gdb.linespec/break-asm-file.exp: New file.
16354 * gdb.linespec/break-asm-file0.s: New file.
16355 * gdb.linespec/break-asm-file1.s: New file.
16356
1bab7383
YQ
163572014-12-18 Nigel Stephens <nigel@mips.com>
16358 Maciej W. Rozycki <macro@codesourcery.com>
16359
16360 * gdb.base/float.exp: Handle the new output from "info float" on
16361 MIPS targets.
16362
1bc1068a
JK
163632014-12-17 Jan Kratochvil <jan.kratochvil@redhat.com>
16364
16365 Fix MinGW compilation.
16366 * gdb.compile/compile-ops.exp: Update untested message if
16367 !skip_compile_feature_tests.
16368 * gdb.compile/compile-setjmp.exp: Likewise.
16369 * gdb.compile/compile-tls.exp: Likewise.
16370 * gdb.compile/compile.exp: Likewise.
16371 * lib/gdb.exp (skip_compile_feature_tests): Check also "Command not
16372 supported on this host".
16373
b6615d10
DE
163742014-12-16 Doug Evans <xdje42@gmail.com>
16375
16376 * boards/stabs.exp: New file.
16377
25dda427
AA
163782014-12-16 Andreas Arnez <arnez@vnet.linux.ibm.com>
16379
16380 * gdb.base/completion.exp: Adjust to format changes of "maint
16381 print user-registers".
16382
bf330350
CU
163832014-12-16 Catalin Udma <catalin.udma@freescale.com>
16384
16385 PR server/17457
16386 * gdb.arch/aarch64-fp.c: New file.
16387 * gdb.arch/aarch64-fp.exp: New file.
16388
395cf596
SDJ
163892014-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
16390
16391 Merge dg-extract-results.{sh,py} from GCC upstream (r210243,
16392 r210637, r210913, r211666, r215400, r215817).
16393
16394 2014-05-08 Richard Sandiford <rdsandiford@googlemail.com>
16395 * dg-extract-results.py: New file.
16396 * dg-extract-results.sh: Use it if the environment seems
16397 suitable.
16398
16399 2014-05-20 Richard Sandiford <rdsandiford@googlemail.com>
16400
16401 * dg-extract-results.py (parse_run): Handle warnings that
16402 are printed before a test harness is run.
16403
16404 2014-05-25 Richard Sandiford <rdsandiford@googlemail.com>
16405
16406 * dg-extract-results.py (Named): Remove __cmp__ method.
16407 (output_variation): Use a key to sort variation.harnesses.
16408
16409 2014-06-14 Richard Sandiford <rdsandiford@googlemail.com>
16410
16411 * dg-extract-results.py: For Python 3, force sys.stdout to
16412 handle surrogate escape sequences.
16413 (safe_open): New function.
16414 (output_segment, main): Use it.
16415
16416 2014-09-19 Segher Boessenkool <segher@kernel.crashing.org>
16417
16418 * dg-extract-results.py (Prog.result_re): Include options
16419 in test name.
16420
16421 2014-10-02 Segher Boessenkool <segher@kernel.crashing.org>
16422
16423 * dg-extract-results.py (output_variation): Always sort if
16424 do_sum.
16425
e882ef3c
SM
164262014-12-15 Simon Marchi <simon.marchi@ericsson.com>
16427
16428 * lib/gdb.exp (default_gdb_start): After starting gdb, loop
16429 as long as we get pagination notifications.
16430
4992aa20
JM
164312014-12-15 Jason Merrill <jason@redhat.com>
16432
16433 * Makefile.in (check-gdb.%): Restore.
16434 * README: Mention it.
16435
c1b5a1a6
JB
164362014-12-13 Joel Brobecker <brobecker@adacore.com>
16437
16438 * gdb.ada/str_uninit: New testcase.
16439
5537b577
JK
164402014-12-13 Jan Kratochvil <jan.kratochvil@redhat.com>
16441
16442 PR symtab/17642
16443 * gdb.base/vla-stub-define.c: New file.
16444 * gdb.base/vla-stub.c: New file.
16445 * gdb.base/vla-stub.exp: New file.
16446
bb2ec1b3
TT
164472014-12-12 Phil Muldoon <pmuldoon@redhat.com>
16448 Jan Kratochvil <jan.kratochvil@redhat.com>
16449 Tom Tromey <tromey@redhat.com>
16450
16451 * configure.ac: Add gdb.compile/.
16452 * configure: Regenerate.
16453 * gdb.compile/Makefile.in: New file.
16454 * gdb.compile/compile-ops.exp: New file.
16455 * gdb.compile/compile-ops.c: New file.
16456 * gdb.compile/compile-tls.c: New file.
16457 * gdb.compile/compile-tls.exp: New file.
16458 * gdb.compile/compile-constvar.S: New file.
16459 * gdb.compile/compile-constvar.c: New file.
16460 * gdb.compile/compile-mod.c: New file.
16461 * gdb.compile/compile-nodebug.c: New file.
16462 * gdb.compile/compile-setjmp-mod.c: New file.
16463 * gdb.compile/compile-setjmp.c: New file.
16464 * gdb.compile/compile-setjmp.exp: New file.
16465 * gdb.compile/compile-shlib.c: New file.
16466 * gdb.compile/compile.c: New file.
16467 * gdb.compile/compile.exp: New file.
16468 * lib/gdb.exp (skip_compile_feature_tests): New proc.
16469
4ff709eb
TT
164702014-12-12 Tom Tromey <tromey@redhat.com>
16471
16472 * lib/dwarf.exp (_location): Ignore blank lines. Allow comments.
16473 Handle DW_OP_pick, DW_OP_skip, DW_OP_bra.
16474
6dddd6a5
DE
164752014-12-12 Doug Evans <dje@google.com>
16476
16477 * lib/gdb-python.exp (get_python_valueof): New function.
16478 * gdb.python/py-objfile.exp: Add tests for gdb.lookup_objfile.
16479
71c24708
AA
164802014-12-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
16481
16482 * gdb.base/completion.exp: Add test for completion of "info
16483 registers ".
16484
3e29f34a
MR
164852014-12-12 Maciej W. Rozycki <macro@codesourcery.com>
16486
16487 * gdb.base/func-ptrs.c: New file.
16488 * gdb.base/func-ptrs.exp: New file.
16489
fc126975
SM
164902014-12-10 Simon Marchi <simon.marchi@ericsson.com>
16491
16492 PR breakpoints/17012
16493 * gdb.base/dprintf-detach.c: New file.
16494 * gdb.base/dprintf-detach.exp: New file.
16495
0a46d518
SM
164962014-12-10 Simon Marchi <simon.marchi@ericsson.com>
16497
16498 * gdb.trace/qtro.exp: Replace gdbserver detection code by...
16499 * lib/gdb.exp (target_is_gdbserver): New procedure.
16500
a0be3e44
DE
165012014-12-08 Doug Evans <dje@google.com>
16502
16503 * gdb.python/py-objfile.exp: Add tests for objfile.owner.
16504
df1b803a
YQ
165052014-12-05 Yao Qi <yao@codesourcery.com>
16506
16507 * gdb.guile/scm-error.exp: Remove the third argument to
16508 gdb_remote_download.
16509 * gdb.guile/scm-frame-args.exp: Likewise.
16510 * gdb.guile/scm-section-script.exp: Likewise.
16511
ddb9f679
YQ
165122014-12-05 Yao Qi <yao@codesourcery.com>
16513
16514 * gdb.arch/i386-bp_permanent.exp: Use standard_testfile.
16515
86e4ed39
DE
165162014-12-04 Doug Evans <dje@google.com>
16517
16518 * gdb.python/py-objfile.exp: Add tests for
16519 objfile.add_separate_debug_file.
16520
7c50a931
DE
165212014-12-04 Doug Evans <dje@google.com>
16522
16523 * lib/gdb.exp (get_build_id): New function.
16524 (build_id_debug_filename_get): Rewrite to use it.
16525 * gdb.python/py-objfile.exp: Add test for objfile.build_id.
16526
621661e3
MR
165272014-12-04 Maciej W. Rozycki <macro@codesourcery.com>
16528
16529 * gdb.cp/expand-psymtabs-cxx.exp: Accept any address of
16530 `method(long)', not just 0x0.
16531 * gdb.cp/nsalias.exp: Align code labels to 4.
16532 * gdb.dwarf2/dw2-canonicalize-type.S (main): Expand to 4-bytes.
16533 * gdb.dwarf2/dw2-empty-pc-range.S (main): Likewise.
16534 * gdb.dwarf2/pr11465.S (_ZN1N1cE): Likewise.
16535 * gdb.dwarf2/dw2-case-insensitive.c (START_INSNS): New macro.
16536 (cu_text_start, FUNC_lang_start): Use `START_INSNS'.
16537 * gdb.dwarf2/dw2-stack-boundary.exp: Accept noise in complaints.
16538
29f0c3b7
DE
165392014-12-02 Doug Evans <dje@google.com>
16540
e1e061e7 16541 PR symtab/17602
29f0c3b7 16542 * gdb.cp/anon-ns.cc: Move guts of this file to ...
e1e061e7 16543 * gdb.cp/anon-ns2.cc: ... here. New file.
29f0c3b7
DE
16544 * gdb.cp/anon-ns.exp: Update.
16545
162078c8
NB
165462014-12-02 Nick Bull <nicholaspbull@gmail.com>
16547
16548 * gdb.python/py-events.py (inferior_call_handler): New.
16549 (register_changed_handler, memory_changed_handler): New.
16550 (test_events.invoke): Register new handlers.
16551 * gdb.python/py-events.exp: Add tests for inferior call,
16552 memory_changed and register_changed events.
16553
fdb09caf
AA
165542014-12-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
16555
16556 * gdb.base/execl-update-breakpoints.exp: Specify the link address
16557 with '-Ttext-segment' instead of '-Ttext'. Fall back to '-Ttext'
16558 if the linker doesn't understand this.
16559
55cfb2c4
SM
165602014-12-01 Simon Marchi <simon.marchi@ericsson.com>
16561
16562 * gdb.python/python.exp: Change expected reply to help().
16563
9e8cd6df
YQ
165642014-12-01 Yao Qi <yao@codesourcery.com>
16565
16566 * configure.ac: Remove AC_ARG_ENABLE for gdbtk. Don't invoke
16567 AC_CONFIG_SUBDIRS(gdb.gdbtk).
16568 * configure: Re-generated.
16569
6c659fc2
SC
165702014-11-28 Siva Chandra Reddy <sivachandra@google.com>
16571
16572 * gdb.cp/chained-calls.cc: New file.
16573 * gdb.cp/chained-calls.exp: New file.
16574 * gdb.cp/smartp.exp: Remove KFAIL for "p c2->inta".
16575
d7fc3181
SM
165762014-11-28 Simon Marchi <simon.marchi@ericsson.com>
16577
16578 * gdb.ada/py_range.exp: Add parentheses to python calls to print.
16579 * gdb.dwarf2/symtab-producer.exp: Same.
16580 * gdb.gdb/python-interrupts.exp: Same.
16581 * gdb.gdb/python-selftest.exp: Same.
16582 * gdb.python/py-linetable.exp: Same.
16583 * gdb.python/py-type.exp: Same.
16584 * gdb.python/py-value-cc.exp: Same.
16585 * gdb.python/py-value.exp: Same.
16586
10e79639
YQ
165872014-11-28 Yao Qi <yao@codesourcery.com>
16588
16589 * gdb.base/break-probes.exp: Match library name prefixed with
16590 sysroot.
16591
f28a0564
SM
165922014-11-27 Simon Marchi <simon.marchi@ericsson.com>
16593
16594 * gdb.python/py-linetable.exp: Escape properly sorted(fset)
16595 test expected output. Add parentheses for the call to print.
16596 Remove L suffix from integers.
16597
3fe1ce1d
DE
165982014-11-26 Doug Evans <dje@google.com>
16599
16600 * gdb.dwarf2/dw2-op-out-param.S: Fix comment.
16601
84429e27
YQ
166022014-11-22 Yao Qi <yao@codesourcery.com>
16603
16604 * gdb.trace/entry-values.c: Remove asms.
16605 (foo): Add foo_label.
16606 (bar): Add bar_label.
16607 * gdb.trace/entry-values.exp: Remove code computing foo's
16608 length and bar's length.
16609 (Dwarf::assemble): Invoke function_range for bar and use
16610 MACRO_AT_func for foo.
16611
26741859
YQ
166122014-11-22 Yao Qi <yao@codesourcery.com>
16613
16614 * gdb.dwarf2/dw2-compdir-oldgcc.S: Define label .Lgcc42_procstart
16615 and .Lgcc43_procstart. Use .Lgcc42_procstart instead of gcc42.
16616 Use .Lgcc43_procstart instead of gcc43.
16617
45e44d27
JB
166182014-11-21 Joel Brobecker <brobecker@adacore.com>
16619
16620 * gdb.ada/n_arr_bound: New testcase.
16621
458c8db8
SDJ
166222014-11-20 Sergio Durigan Junior <sergiodj@redhat.com>
16623
16624 PR breakpoints/10737
16625 * gdb.base/catch-syscall.exp (do_syscall_tests): Call
16626 test_catch_syscall_multi_arch.
16627 (test_catch_syscall_multi_arch): New function.
16628
43f3e411
DE
166292014-11-20 Doug Evans <xdje42@gmail.com>
16630
16631 * gdb.base/maint.exp: Update expected output.
16632
0d7b2549
AA
166332014-11-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
16634
16635 * gdb.base/bp-permanent.c (NOP): Define as 2-byte instead of
16636 4-byte instruction on S390.
16637
8908fca5
JB
166382014-11-19 Joel Brobecker <brobecker@adacore.com>
16639
16640 * gdb.ada/arr_arr: New testcase.
16641
4a46959e
JB
166422014-11-19 Joel Brobecker <brobecker@adacore.com>
16643
16644 * gdb.ada/pkd_arr_elem: New Testcase.
16645
470e2f4e
LM
166462014-11-18 Luis Machado <lgustavo@codesourcery.com>
16647
16648 * gdb.reverse/break-precsave: Expect completion message for
16649 core file reads.
16650 * gdb.reverse/consecutive-precsave.exp: Likewise.
16651 * gdb.reverse/finish-precsave.exp: Likewise.
16652 * gdb.reverse/i386-precsave.exp: Likewise.
16653 * gdb.reverse/machinestate-precsave.exp: Likewise.
16654 * gdb.reverse/sigall-precsave.exp: Likewise.
16655 * gdb.reverse/solib-precsave.exp: Likewise.
16656 * gdb.reverse/step-precsave.exp: Likewise.
16657 * gdb.reverse/until-precsave.exp: Likewise.
16658 * gdb.reverse/watch-precsave.exp: Likewise.
16659
a267f3ad
AA
166602014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
16661
16662 * gdb.base/bp-permanent.c: Include unistd.h.
16663 * gdb.python/py-framefilter-mi.c (main): Add return type.
16664 * gdb.python/py-framefilter.c (main): Likewise.
16665 * gdb.trace/actions-changed.c (main): Likewise.
16666
12084a9a
AA
166672014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
16668
16669 * gdb.mi/until.c: Add eye-catchers.
16670 * gdb.mi/mi-until.exp: Refer to eye-catchers instead of literal
16671 line numbers.
16672
dc7e1a77
AA
166732014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
16674
16675 * gdb.base/condbreak.exp: Drop references to removed non-prototype
16676 function header variants in break1.c.
16677 * gdb.base/ena-dis-br.exp: Likewise.
16678 * gdb.base/hbreak2.exp: Likewise.
16679 * gdb.reverse/until-precsave.exp: Drop references to removed
16680 non-prototype function header variants in ur1.c.
16681 * gdb.reverse/until-reverse.exp: Likewise.
16682
41c77605
PM
166832014-11-17 Petr Machata <pmachata@redhat.com>
16684
16685 * lib/dwarf.exp (Dwarf::cu, Dwarf::tu): Emit
16686 ${_cu_offset_size} bytes abbrev offset.
16687
34248c3a
DE
166882014-11-15 Doug Evans <xdje42@gmail.com>
16689
16690 PR symtab/17559
16691 * gdb.base/line-symtabs.exp: New file.
16692 * gdb.base/line-symtabs.c: New file.
16693 * gdb.base/line-symtabs.h: New file.
16694
646da059
YQ
166952014-11-14 Yao Qi <yao@codesourcery.com>
16696
16697 * gdb.dwarf2/dw2-ifort-parameter.c: Remove inline asm.
16698 (func): Add label func_label.
16699 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble):
16700 Replace low_pc and high_pc with MACRO_AT_range.
16701 Replace name, low_pc and high_pc with MACRO_AT_func.
16702
9301ebe6
YQ
167032014-11-14 Yao Qi <yao@codesourcery.com>
16704
16705 * gdb.dwarf2/implptr-optimized-out.exp (Dwarf::assemble):
16706 Replace name, low_pc and high_pc with MACRO_AT_func.
16707
f166b542
YQ
167082014-11-14 Yao Qi <yao@codesourcery.com>
16709
16710 * gdb.dwarf2/implptr-optimized-out.exp: Use Dwarf::assemble to
16711 produce debug information.
16712 * gdb.dwarf2/implptr-optimized-out.S: Removed.
16713
0f6e71e3
YQ
167142014-11-14 Yao Qi <yao@codesourcery.com>
16715
16716 * gdb.dwarf2/dwz.exp: Remove the code to compile main.c to
16717 object and get function length.
16718 (Dwarf::assemble): Replace name, low_pc and high_pc attributes
16719 with MACRO_AT_func.
16720 (top-level): Replace gdb_compile and clean_restart with
16721 prepare_for_testing.
16722 * gdb.dwarf2/main.c (main): Add label main_label.
16723
876c4df9
YQ
167242014-11-14 Yao Qi <yao@codesourcery.com>
16725
16726 * lib/dwarf.exp (function_range): New procedure.
16727 (Dwarf::_handle_macro_at_func): New procedure.
16728 (Dwarf::_handle_macro_at_range): New procedure.
16729 (Dwarf): Handle MACRO_AT_func and MACRO_AT_range.
16730
02ad9cf1
YQ
167312014-11-14 Yao Qi <yao@codesourcery.com>
16732
16733 * lib/dwarf.exp (_handle_DW_TAG): Move some code to ...
16734 (_handle_attribute): New procedure.
16735
a59add0c
AA
167362014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
16737
16738 * gdb.ada/cond_lang/foo.c (callme): Add return type.
16739 * gdb.base/call-sc.c (zed): Likewise.
16740 * gdb.base/checkpoint.c (main): Likewise.
16741 * gdb.base/dump.c (main): Likewise.
16742 * gdb.base/gcore.c (main): Likewise.
16743 * gdb.base/huge.c (main): Likewise.
16744 * gdb.base/multi-forks.c (main): Likewise.
16745 * gdb.base/pr10179-a.c (main): Likewise.
16746 * gdb.base/savedregs.c (main): Likewise.
16747 * gdb.base/sigaltstack.c (main): Likewise.
16748 * gdb.base/siginfo.c (main): Likewise.
16749 * gdb.base/structs.c (zed): Likewise.
16750 * gdb.mi/mi-stack.c (callee3, callee2, callee1, main): Likewise.
16751 * gdb.mi/mi-syn-frame.c (main): Likewise.
16752 * gdb.mi/until.c (foo, main): Likewise.
16753 * gdb.base/global-var-nested-by-dso.c (b_main, c_main): Declare.
16754 * gdb.base/solib-weak.c (foo): Declare.
16755 * gdb.base/attach-twice.c: Include stdio.h.
16756 * gdb.base/weaklib1.c: Likewise.
16757 * gdb.base/weaklib2.c: Likewise.
16758 * gdb.base/catch-signal-fork.c: Include stdio.h and sys/wait.h.
16759 * gdb.mi/mi-condbreak-call-thr-state-mt.c: Include stdio.h and
16760 unistd.h.
16761 * gdb.base/attach-pie-misread.c: Include stdlib.h.
16762 * gdb.mi/mi-exit-code.c: Likewise.
16763 * gdb.base/break-interp-lib.c: Include string.h.
16764 * gdb.base/coremaker.c: Likewise.
16765 * gdb.base/testenv.c: Likewise.
16766 * gdb.python/py-finish-breakpoint.c: Likewise.
16767 * gdb.base/inferior-died.c: Include sys/wait.h.
16768 * gdb.base/fileio.c: Include time.h.
16769 * gdb.base/async-shell.c: Include unistd.h.
16770 * gdb.base/dprintf-non-stop.c: Likewise.
16771 * gdb.base/info-os.c: Likewise.
16772 * gdb.mi/mi-console.c: Likewise.
16773 * gdb.mi/watch-nonstop.c: Likewise.
16774 * gdb.python/py-events.c: Likewise.
16775 * gdb.base/async.c (baz): Move up before its invocation.
16776 * gdb.base/code_elim2.c (my_global_func): Likewise.
16777 * gdb.base/skip-solib-lib.c (multiply): Likewise.
16778 * gdb.base/advance.c (func2): Likewise.
16779
3b5d5997
AA
167802014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
16781
16782 * gdb.base/annota1.c: Remove #ifdef PROTOTYPES, keep prototyped
16783 variant.
16784 * gdb.base/annota3.c: Likewise.
16785 * gdb.base/async.c: Likewise.
16786 * gdb.base/average.c: Likewise.
16787 * gdb.base/call-ar-st.c: Likewise.
16788 * gdb.base/call-rt-st.c: Likewise.
16789 * gdb.base/call-sc.c: Likewise.
16790 * gdb.base/call-strs.c: Likewise.
16791 * gdb.base/ending-run.c: Likewise.
16792 * gdb.base/execd-prog.c: Likewise.
16793 * gdb.base/exprs.c: Likewise.
16794 * gdb.base/foll-exec.c: Likewise.
16795 * gdb.base/foll-fork.c: Likewise.
16796 * gdb.base/foll-vfork.c: Likewise.
16797 * gdb.base/funcargs.c: Likewise.
16798 * gdb.base/gcore.c: Likewise.
16799 * gdb.base/jump.c: Likewise.
16800 * gdb.base/langs0.c: Likewise.
16801 * gdb.base/langs1.c: Likewise.
16802 * gdb.base/langs2.c: Likewise.
16803 * gdb.base/mips_pro.c: Likewise.
16804 * gdb.base/nodebug.c: Likewise.
16805 * gdb.base/opaque0.c: Likewise.
16806 * gdb.base/opaque1.c: Likewise.
16807 * gdb.base/recurse.c: Likewise.
16808 * gdb.base/run.c: Likewise.
16809 * gdb.base/scope0.c: Likewise.
16810 * gdb.base/scope1.c: Likewise.
16811 * gdb.base/setshow.c: Likewise.
16812 * gdb.base/setvar.c: Likewise.
16813 * gdb.base/shmain.c: Likewise.
16814 * gdb.base/shr1.c: Likewise.
16815 * gdb.base/shr2.c: Likewise.
16816 * gdb.base/sigall.c: Likewise.
16817 * gdb.base/signals.c: Likewise.
16818 * gdb.base/so-indr-cl.c: Likewise.
16819 * gdb.base/solib2.c: Likewise.
16820 * gdb.base/structs.c: Likewise.
16821 * gdb.base/sum.c: Likewise.
16822 * gdb.base/vforked-prog.c: Likewise.
16823 * gdb.base/watchpoint.c: Likewise.
16824 * gdb.reverse/shr2.c: Likewise.
16825 * gdb.reverse/until-reverse.c: Likewise.
16826 * gdb.reverse/ur1.c: Likewise.
16827 * gdb.reverse/watch-reverse.c: Likewise.
16828
066a77c5
AA
168292014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
16830
16831 * gdb.base/sepdebug.c: Remove #ifdef PROTOTYPES, keep prototyped
16832 variant.
16833 * gdb.base/sepdebug.exp: Drop references to removed code.
16834
4f204ea5
AA
168352014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
16836
16837 * gdb.base/list0.h: Remove #ifdef PROTOTYPES, keep prototyped
16838 variant. Preserve original line numbering.
16839 * gdb.base/list1.c: Likewise.
16840
3b377a3a
AA
168412014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
16842
16843 * gdb.base/break.c: Remove #ifdef PROTOTYPES, keep prototyped
16844 variant.
16845 * gdb.base/break1.c: Likewise.
16846 * gdb.base/break.exp: Drop references to removed code.
16847
e444df73
AA
168482014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
16849
16850 * gdb.base/solib1.c: Remove #ifdef PROTOTYPES, keep prototyped
16851 variant.
16852
8008f2a7
AA
168532014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
16854
16855 * gdb.base/callfuncs.exp (perform_all_tests): Re-indent.
16856
a5a06887
AA
168572014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
16858
16859 * gdb.base/callfuncs.exp: Remove 'prototypes' variable. Move main
16860 logic into perform_all_tests() and invoke it with and without
16861 function header prototypes.
16862 (do_function_calls): Remove conditional XFAIL for PR 5318.
16863 (rerun_and_prepare): Remove duplicate code.
16864 (perform_all_tests): New. Main logic moved here.
16865
44dba9b9
AA
168662014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
16867
16868 * gdb.base/callfuncs.c (t_float_many_args): Fix syntax error in
16869 code guarded by #ifdef NO_PROTOTYPES.
16870 (t_double_many_args): Likewise.
16871 (DEF_FUNC_MANY_ARGS_1): Likewise.
16872 (DEF_FUNC_VALUES_1): Likewise.
16873 (t_structs_ldc): Renamed from t_structs_fc in conditional code
16874 guarded by #ifdef PROTOTYPES.
16875
d1fbcd56
AA
168762014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
16877
16878 * gdb.mi/mi-console.c: Add eye-catcher.
16879 * gdb.mi/mi-console.exp (semihosted_string): Refer to eye-catcher
16880 instead of literal line number.
16881
b0e59b8f
AA
168822014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
16883
16884 * gdb.base/shr2.c: Add eye-catcher.
16885 * gdb.base/shlib-call.exp: Refer to eye-catcher instead of literal
16886 line number.
16887
78f98cca
AA
168882014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
16889
16890 * gdb.base/jump.c: Add eye-catchers.
16891 * gdb.base/jump.exp: Refer to eye-catchers instead of literal line
16892 numbers.
16893
58fa2af0
AA
168942014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
16895
16896 * gdb.base/execd-prog.c: Add eye-catchers.
16897 * gdb.base/foll-exec.c: Likewise.
16898 * gdb.base/foll-exec.exp: Refer to eye-catchers instead of literal
16899 line numbers.
16900
04e5059b
AA
169012014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
16902
16903 * gdb.base/ending-run.c: Add eye-catchers.
16904 * gdb.base/ending-run.exp: Refer to eye-catchers instead of
16905 literal line numbers.
16906
dbfdb174
AA
169072014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
16908
16909 * gdb.base/call-rt-st.c: Add eye-catchers.
16910 * gdb.base/call-rt-st.exp: Refer to eye-catchers instead of
16911 literal line numbers.
16912
888a2ade
AA
169132014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
16914
16915 * gdb.base/call-ar-st.c: Add eye-catchers.
16916 * gdb.base/call-ar-st.exp: Refer to eye-catchers instead of
16917 literal line numbers.
16918
6acc2dde
AA
169192014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
16920
16921 * gdb.base/average.c: Add eye-catchers.
16922 * gdb.base/sum.c: Likewise.
16923 * gdb.base/dbx.exp: Use eye-catchers to determine line numbers for
16924 regexps dynamically.
16925
9ecfcd1d
AA
169262014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
16927
16928 * gdb.base/solib1.c: Add eye-catchers.
16929 * gdb.base/so-impl-ld.exp: Match against eye-catchers instead of
16930 literal line numbers.
16931
78708b7c
PA
169322014-11-12 Pedro Alves <palves@redhat.com>
16933
16934 * gdb.threads/leader-exit.exp: Test sending ctrl-c works after the
16935 leader has exited.
16936
af48d08f
PA
169372014-11-12 Pedro Alves <palves@redhat.com>
16938
16939 * gdb.arch/i386-bp_permanent.c: New file.
16940 * gdb.arch/i386-bp_permanent.exp: Don't skip on x86_64.
16941 (srcfile): Set to i386-bp_permanent.c.
16942 (top level): Adjust to work in both 32-bit and 64-bit modes. Test
16943 that stepi does not execute the 'leave' instruction, instead of
16944 testing it does execute.
16945 * gdb.base/bp-permanent.c: New file.
16946 * gdb.base/bp-permanent.exp: New file.
16947
af3768e9
DE
169482014-11-10 Doug Evans <xdje42@gmail.com>
16949
16950 PR symtab/17564
16951 * gdb.base/symtab-search-order.exp: New file.
16952 * gdb.base/symtab-search-order.c: New file.
16953 * gdb.base/symtab-search-order-1.c: New file.
16954 * gdb.base/symtab-search-order-shlib-1.c: New file.
16955
9de00a4a
PA
169562014-11-07 Pedro Alves <palves@redhat.com>
16957
16958 PR gdb/17511
16959 * gdb.base/sigstep.exp (in_handler_map) <si+advance>: xfail
16960 i?86-*-linux*.
16961
e0f52461
SC
169622014-11-03 Siva Chandra Reddy <sivachandra@google.com>
16963
16964 PR c++/17494
16965 * gdb.cp/pr17494.cc: New file.
16966 * gdb.cp/pr17494.exp: New file.
16967
6ce8c980
YQ
169682014-11-02 Yao Qi <yao@codesourcery.com>
16969
16970 * gdb.python/python.exp: Get working directory and match the
16971 output of "set extended-prompt \\w " with it.
16972
02be9a71
DE
169732014-10-30 Doug Evans <dje@google.com>
16974
16975 * gdb.python/py-objfile.exp: Add tests for setting random attributes
16976 in objfiles.
16977 * gdb.python/py-progspace.exp: Add tests for setting random attributes
16978 in progspaces.
16979
3bdff46b
LM
169802014-10-30 Janis Johnson <janisjo@codesourcery.com>
16981
16982 * gdb.base/fullpath-expand.exp: Skip for a remote host.
16983 * gdb.base/realname-expand.exp: Likewise.
16984 * gdb.linespec/macro-relative.exp: Likewise.
16985
ab917dfb
PA
169862014-10-29 Pedro Alves <palves@redhat.com>
16987
16988 PR gdb/17408
16989 * gdb.threads/schedlock.c (some_function): New function.
16990 (call_function): New global.
16991 (MAYBE_CALL_SOME_FUNCTION): New macro.
16992 (thread_function): Call it.
16993 * gdb.threads/schedlock.exp (get_args): Add description parameter,
16994 and use it instead of a global counter. Adjust all callers.
16995 (get_current_thread): Use "find current thread" for test message
16996 here rather than having all callers pass down the same string.
16997 (goto_loop): New procedure, factored out from ...
16998 (my_continue): ... this.
16999 (step_ten_loops): Change parameter from test message to command to
17000 use. Adjust.
17001 (list_count): Delete global.
17002 (check_result): New procedure, factored out from duplicate top
17003 level code.
17004 (continue tests): Wrap in with_test_prefix.
17005 (test_step): New procedure, factored out from duplicate top level
17006 code.
17007 (top level): Test "step" in combination with all scheduler-locking
17008 modes. Test "next" in combination with all scheduler-locking
17009 modes, and in combination with stepping over a function call or
17010 not.
17011 * gdb.threads/next-bp-other-thread.c: New file.
17012 * gdb.threads/next-bp-other-thread.exp: New file.
17013
d3d4baed
PA
170142014-10-29 Pedro Alves <palves@redhat.com>
17015
17016 PR python/17372
17017 * gdb.python/python.exp: Test a multi-line command that spawns
17018 interactive Python.
17019 * gdb.base/multi-line-starts-subshell.exp: New file.
17020
563e8d85
YQ
170212014-10-29 Yao Qi <yao@codesourcery.com>
17022
17023 * gdb.base/fileio.exp: Make directories on host.
17024
0ea4d52e
YQ
170252014-10-29 Yao Qi <yao@codesourcery.com>
17026
17027 * gdb.base/fileio.c (test_write): Close the file.
17028
7f5ef605
PA
170292014-10-28 Pedro Alves <palves@redhat.com>
17030
17031 PR gdb/12623
17032 * gdb.base/sigstep.c (no_handler): New global.
17033 (main): If 'no_handler is true, set the signal handlers to
17034 SIG_IGN.
17035 * gdb.base/sigstep.exp (breakpoint_over_handler): Add
17036 with_sw_watch and no_handler parameters. Handle them.
17037 (top level) <stepping over handler when stopped at a breakpoint
17038 test>: Add a test axis for testing with a software watchpoint, and
17039 another for testing with the signal handler set to SIG_IGN.
17040 * gdb.base/step-sw-breakpoint-adjust-pc.c: New file.
17041 * gdb.base/step-sw-breakpoint-adjust-pc.exp: New file.
17042
abbdbd03
PA
170432014-10-28 Pedro Alves <palves@redhat.com>
17044
17045 PR gdb/17511
17046 * gdb.base/sigstep.c (handler): Add a few more writes to 'done'.
17047 * gdb.base/sigstep.exp (other_handler_location): New global.
17048 (advance): Support stepping into the signal handler, and running
17049 commands while in the handler.
17050 (in_handler_map): New global.
17051 (top level): In the advance test, add combinations for getting
17052 into the handler with stepping commands, and for running commands
17053 in the handler. Add comment descripting the advancei tests.
17054
1df4399f
PA
170552014-10-28 Pedro Alves <palves@redhat.com>
17056
17057 * gdb.base/sigstep.exp: Use build_executable instead of
17058 prepare_for_testing.
17059 (top level): Move code that starts GDB, runs to main and creates a
17060 display to ...
17061 (restart): ... this new procedure.
17062 (top level): Move backtrace from signal handler test to ...
17063 (validate_backtrace): ... this new procedure.
17064 (advance, advancei): Rename parameter from 'i' to 'cmd'. Use
17065 with_test_prefix. Always restart GDB.
17066 (skip_to_handler): Rename parameter from 'i' to 'cmd'. Use
17067 with_test_prefix. Always restart GDB. No need to delete
17068 breakpoints after the test.
17069 (test_skip_handler): Remove prefix parameter.
17070 (skip_over_handler, breakpoint_to_handler)
17071 (breakpoint_to_handler_entry, breakpoint_over_handler): Rename
17072 parameter from 'i' to 'cmd'. Use with_test_prefix. Always
17073 restart GDB. No need to delete breakpoints after the test.
17074 (top level): Use foreach to call the test procedures with
17075 different commands.
17076
a5b6e449
PA
170772014-10-28 Pedro Alves <palves@redhat.com>
17078
17079 * gdb.base/sigaltstack.exp: Update to use Bugzilla bug numbers
17080 instead of GNATS numbers.
17081 * gdb.base/sigbpt.exp: Likewise.
17082 * gdb.base/siginfo.exp: Likewise.
17083 * gdb.base/sigstep.exp: Likewise.
17084
e5f8a7cc
PA
170852014-10-27 Pedro Alves <palves@redhat.com>
17086
17087 * gdb.base/sigstep.c (dummy): New global.
17088 (main): Issue a couple writes to the new global.
17089 * gdb.base/sigstep.exp (get_next_pc, test_skip_handler): New
17090 procedures.
17091 (skip_over_handler): Use test_skip_handler.
17092 (top level): Call skip_over_handler for stepi and nexti too.
17093 (breakpoint_over_handler): Use test_skip_handler.
17094 (top level): Call breakpoint_over_handler for stepi and nexti too.
17095
763905a3
YQ
170962014-10-27 Yao Qi <yao@codesourcery.com>
17097
17098 * gdb.trace/tfile.c (adjust_function_address)
17099 [__powerpc64__ && _CALL_ELF != 2]: Get function address from
17100 function descriptor.
17101
6f259a23
DB
171022014-10-24 Don Breazeal <donb@codesourcery.com>
17103
17104 * gdb.base/foll-fork.exp (test_follow_fork,
17105 catch_fork_child_follow): Check for updated fork messages emitted
17106 from infrun.c.
17107 * gdb.base/foll-vfork.exp (vfork_parent_follow_through_step,
17108 vfork_parent_follow_to_bp, vfork_and_exec_child_follow_to_main_bp,
17109 vfork_and_exec_child_follow_through_step): Check for updated vfork
17110 messages emitted from infrun.c.
17111
09dd9a69
PA
171122014-10-24 Pedro Alves <palves@redhat.com>
17113
17114 * gdb.base/corefile.exp: Remove references to ultrix.
17115 * gdb.base/interrupt.exp: Likewise.
17116 * gdb.base/whatis.exp: Likewise.
17117 * gdb.gdb/selftest.exp: Likewise.
17118 * gdb.threads/manythreads.exp: Likewise.
17119 * gdb.threads/print-threads.exp: Likewise.
17120 * gdb.threads/pthreads.exp:: Likewise.
17121 * gdb.threads/schedlock.exp: Likewise.
17122
3433cfa5
SC
171232014-10-24 Siva Chandra Reddy <sivachandra@google.com>
17124
17125 * gdb.cp/non-trivial-retval.cc: Add a test case.
17126 * gdb.cp/non-trivial-retval.exp: Add a test.
17127
092f880b
YQ
171282014-10-20 Yao Qi <yao@codesourcery.com>
17129
17130 * gdb.python/py-objfile-script-gdb.py.in: Rename it to ...
17131 * gdb.python/py-objfile-script-gdb.py: New file.
17132 * gdb.python/py-objfile-script.exp: Update reference to
17133 py-objfile-script-gdb.py.in. Use gdb_remote_donwload instead
17134 of remote_download. Remove the dest file.
17135
acbdb7f3
YQ
171362014-10-20 Yao Qi <yao@codesourcery.com>
17137
17138 * gdb.base/checkpoint.exp: Don't remove file copied on host.
17139 * gdb.base/step-line.exp: Likewise.
17140 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
17141 * gdb.dwarf2/dw2-basic.exp: Likewise.
17142 * gdb.dwarf2/dw2-compressed.exp: Likewise.
17143 * gdb.dwarf2/dw2-filename.exp: Likewise.
17144 * gdb.dwarf2/dw2-intercu.exp: Likewise.
17145 * gdb.dwarf2/dw2-intermix.exp: Likewise.
17146 * gdb.dwarf2/dw2-producer.exp: Likewise.
17147 * gdb.dwarf2/mac-fileno.exp: Likewise.
17148 * gdb.python/py-frame-args.exp: Likewise.
17149 * gdb.python/py-framefilter.exp: Likewise.
17150 * gdb.python/py-mi.exp: Likewise.
17151 * gdb.python/py-objfile-script.exp: Likewise
17152 * gdb.python/py-pp-integral.exp: Likewise.
17153 * gdb.python/py-pp-re-notag.exp: Likewise.
17154 * gdb.python/py-prettyprint.exp: Likewise.
17155 * gdb.python/py-section-script.exp: Likewise.
17156 * gdb.python/py-typeprint.exp: Likewise.
17157 * gdb.python/py-xmethods.exp: Likewise.
17158 * gdb.stabs/weird.exp: Likewise.
17159 * gdb.xml/tdesc-regs.exp: Likewise.
17160
bd286a29
KCY
171612014-10-18 Kwok Cheung Yeung <kcy@codesourcery.com>
17162
17163 * gdb.dwarf2/dw2-dir-file-name.exp (addr_len): New.
17164 (out_cu): Use addr_len for the size of addresses.
17165 (out_line): Likewise. Size DW_LNE_set_address instruction
17166 according to addr_len.
17167 * gdb.dwarf2/dw2-dir-file-name.c (START_INSNS): New.
17168 (FUNC): Add START_INSNS to definition.
17169
673dc4a0
YQ
171702014-10-18 Yao Qi <yao@codesourcery.com>
17171
17172 * gdb.base/argv0-symlink.exp: Check argv[0] value if
17173 gdb_has_argv0 return true.
17174 * gdb.guile/scm-value.exp (test_value_in_inferior): Don't
17175 check [target_info exists noargs], check [gdb_has_argv0]
17176 instead.
17177 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
17178 * lib/gdb.exp (gdb_has_argv0, gdb_has_argv0_1): New
17179 procedures.
17180
4ffbba72
DE
171812014-10-17 Doug Evans <dje@google.com>
17182
17183 * gdb.python/py-events.exp: Update expected output for clear_objfiles
17184 event.
17185 * gdb.python/py-events.py: Add clear_objfiles event.
17186
d096d8c1
DE
171872014-10-17 Doug Evans <dje@google.com>
17188
17189 * gdb.python/py-objfile.exp: Test progspace attribute.
17190
a80db015
LM
171912014-10-17 Luis Machado <lgustavo@codesourcery.com>
17192
17193 * gdb.guile/scm-breakpoint.exp: Do not assume any
17194 directory separators when matching source file paths.
17195 * gdb.python/py-breakpoint.exp: Likewise.
17196 * gdb.reverse/break-precsave.exp: Likewise.
17197 * gdb.reverse/break-reverse.exp: Likewise.
17198 * gdb.reverse/consecutive-precsave.exp: Likewise.
17199 * gdb.reverse/finish-precsave.exp: Likewise.
17200 * gdb.reverse/finish-reverse-bkpt.exp: Likewise.
17201 * gdb.reverse/finish-reverse.exp: Likewise.
17202 * gdb.reverse/i386-precsave.exp: Likewise.
17203 * gdb.reverse/i387-env-reverse.exp: Likewise.
17204 * gdb.reverse/i387-stack-reverse.exp: Likewise.
17205 * gdb.reverse/machinestate-precsave.exp: Likewise.
17206 * gdb.reverse/machinestate.exp: Likewise.
17207 * gdb.reverse/sigall-precsave.exp: Likewise.
17208 * gdb.reverse/solib-precsave.exp: Likewise.
17209 * gdb.reverse/step-precsave.exp: Likewise.
17210 * gdb.reverse/until-precsave.exp: Likewise.
17211 * gdb.reverse/watch-precsave.exp: Likewise.
17212 * gdb.reverse/watch-reverse.exp: Likewise.
17213
b22089ab
YQ
172142014-10-17 Yao Qi <yao@codesourcery.com>
17215
17216 * lib/gdb.exp (gdb_skip_xml_test): Copy trivial.xml to host.
17217 * gdb.xml/tdesc-regs.exp: Copy single-reg.xml to host.
17218
6c4486e6
PA
172192014-10-17 Pedro Alves <palves@redhat.com>
17220
17221 PR gdb/17471
17222 * gdb.base/bg-execution-repeat.c: New file.
17223 * gdb.base/bg-execution-repeat.exp: New file.
17224
0ff33695
PA
172252014-10-17 Pedro Alves <palves@redhat.com>
17226
17227 PR gdb/17300
17228 * gdb.base/continue-all-already-running.c: New file.
17229 * gdb.base/continue-all-already-running.exp: New file.
17230
6fdebc3d
PA
172312014-10-17 Pedro Alves <palves@redhat.com>
17232
17233 PR gdb/17472
17234 * gdb.base/annota-input-while-running.c: New file.
17235 * gdb.base/annota-input-while-running.exp: New file.
17236
32a8097b
PA
172372014-10-17 Pedro Alves <palves@redhat.com>
17238
17239 * gdb.base/callfuncs.exp: emove references to osf.
17240 * gdb.base/sigall.exp: Likewise.
17241 * gdb.gdb/selftest.exp: Likewise.
17242 * gdb.hp/gdb.base-hp/callfwmall.exp: Likewise.
17243 * gdb.mi/non-stop.c: Likewise.
17244 * gdb.mi/pthreads.c: Likewise.
17245 * gdb.reverse/sigall-precsave.exp: Likewise.
17246 * gdb.reverse/sigall-reverse.exp: Likewise.
17247 * gdb.threads/pthreads.c: Likewise.
17248 * gdb.threads/pthreads.exp: Likewise.
17249
7a3517ff
YQ
172502014-10-17 Yao Qi <yao@codesourcery.com>
17251
17252 * gdb.base/commands.exp (gdbvar_complex_if_while_test): Don't
17253 check 'target_info exists noargs'.
17254 (test_command_prompt_position): Likewise.
17255 (progvar_simple_if_test): Don't check 'target_info exists noargs'.
17256 Remove "set args".
17257 (progvar_simple_while_test): Likewise.
17258 (progvar_complex_if_while_test): Likewise.
17259 (if_while_breakpoint_command_test): Likewise.
17260 (infrun_breakpoint_command_test): Likewise.
17261 (breakpoint_command_test): Likewise.
17262 (watchpoint_command_test): Likewise.
17263 (bp_deleted_in_command_test): Likewise.
17264 (temporary_breakpoint_commands): Likewise.
17265
bb99c472
YQ
172662014-10-16 Yao Qi <yao@codesourcery.com>
17267
17268 * gdb.base/remotetimeout.exp: Remove noargs checking.
17269
7c16b83e
PA
172702014-10-15 Pedro Alves <palves@redhat.com>
17271
17272 PR breakpoints/9649
17273 * gdb.base/breakpoint-in-ro-region.c (main): Add more instructions.
17274 * gdb.base/breakpoint-in-ro-region.exp
17275 (probe_target_hardware_step): New procedure.
17276 (top level): Probe hardware stepping and hardware breakpoint
17277 support. Test stepping through a read-only region, with both
17278 "breakpoint auto-hw" on and off and both "always-inserted" on and
17279 off.
17280
35a49624
IB
172812014-10-15 Iain Buclaw <ibuclaw@gdcproject.org>
17282
17283 * gdb.dlang/demangle.exp: Update for demangling changes.
17284
2d1c107c
SC
172852014-10-15 Siva Chandra Reddy <sivachandra@google.com>
17286
17287 * gdb.cp/non-trivial-retval.cc: Add new test cases.
17288 * gdb.cp/non-trivial-retval.exp: Add new tests.
17289
778811d5
SC
172902014-10-15 Siva Chandra Reddy <sivachandra@google.com>
17291
17292 PR c++/13403
17293 PR c++/15154
17294 * gdb.cp/non-trivial-retval.cc: New file.
17295 * gdb.cp/non-trivial-retval.exp: New file.
17296
10c5f0a8
YQ
172972014-10-15 Yao Qi <yao@codesourcery.com>
17298
17299 * gdb.python/py-parameter.exp: Don't match $srcdir/$subdir on
17300 remote host.
17301
65d7b369
YQ
173022014-10-15 Yao Qi <yao@codesourcery.com>
17303
17304 * gdb.python/py-symbol.exp: Match file base name if host is
17305 remote, otherwise match file name with dir name.
17306 * gdb.python/py-symtab.exp: Likewise.
17307 * gdb.python/python.exp: Likewise.
17308
46dc1394
YQ
173092014-10-15 Yao Qi <yao@codesourcery.com>
17310
17311 * gdb.python/py-symbol.exp: Remove trailing ".*" in the
17312 pattern.
17313 * gdb.python/py-symtab.exp: Likewise.
17314 * gdb.python/python.exp: Remove trailing ".*". Fix typo
17315 locationn.
17316
c40cc657
JB
173172014-10-14 Joel Brobecker <brobecker@adacore.com>
17318
17319 * gdb.ada/addr_arith: New testcase.
17320
2abf49e1
MR
173212014-10-14 Maciej W. Rozycki <macro@codesourcery.com>
17322
17323 * gdb.dwarf2/dw2-case-insensitive-debug.S: Handle 64-bit pointers.
17324 * gdb.dwarf2/dw2-case-insensitive.exp: Update accordingly.
17325 * gdb.dwarf2/dw2-skip-prologue.S: Handle 64-bit pointers.
17326 * gdb.dwarf2/dw2-skip-prologue.exp: Update accordingly.
17327
f7088df3
SDJ
173282014-10-14 Sergio Durigan Junior <sergiodj@redhat.com>
17329
17330 * gdb.arch/stap-eval-lang-ada.S: Likewise.
17331 * gdb.arch/stap-eval-lang-ada.c: Likewise.
17332 * gdb.arch/stap-eval-lang-ada.exp: New file.
17333
4dc06805
YQ
173342014-10-14 Yao Qi <yao@codesourcery.com>
17335
17336 * gdb.mi/mi-var-child.c (nothing1): New function.
17337 (nothing2): New function.
17338 (do_children_tests): Set function pointers by nothing1 and
17339 nothing2.
17340 * gdb.mi/mi-var-child.exp: Step over new added statements.
17341 Update test to match the new output.
17342 * gdb.mi/var-cmd.c (nothing1): New function.
17343 (nothing2): New function.
17344 (do_children_tests): Set function pointers by nothing1 and
17345 nothing2.
17346 * gdb.mi/mi-var-display.exp: Update test to match output.
17347 Step to the line specified by $line_dct_nothing.
17348 Increase the number of lines to step.
17349
46a93de2
YQ
173502014-10-14 Yao Qi <yao@codesourcery.com>
17351
17352 * gdb.mi/mi-var-child.exp: Use mi_varobj_update to simplify
17353 tests.
17354 * gdb.mi/mi2-var-child.exp: Likewise.
17355
14ea52ee
DE
173562014-10-13 Doug Evans <dje@google.com>
17357
17358 * gdb.python/py-objfile.exp: Change name of file name test.
17359
e5c6e92b
DE
173602014-10-13 Doug Evans <dje@google.com>
17361
17362 * gdb.dwarf2/dw2-op-out-param.S: Make DW_FORM_ref4 values be the offset
17363 from the start of the CU.
17364
c780cc2f
JK
173652014-10-13 Jan Kratochvil <jan.kratochvil@redhat.com>
17366 Yao Qi <yao@codesourcery.com>
17367
17368 Fix "save breakpoints" for "catch" command.
17369 * gdb.base/catch-signal.exp: Add gdb_breakpoint "main".
17370 Remove -nonewline. Match also the added "main" line.
17371
99894e11
JK
173722014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
17373
17374 Fix "save breakpoints" for "disable $bpnum" command.
17375 * gdb.base/save-bp.c (main): Add label.
17376 * gdb.base/save-bp.exp: Add 8th disabled breakpoint. Match it.
17377
6e1ac5a3
JK
173782014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
17379
17380 * gdb.base/save-bp.exp (info break): Use gdb_test_sequence.
17381
754dd2b0
YQ
173822014-10-11 Yao Qi <yao@codesourcery.com>
17383
17384 * gdb.server/server-kill.exp: Execute command
17385 "set remote trace-status-packet on" before "tstatus".
17386
f90183d7
YQ
173872014-10-11 Yao Qi <yao@codesourcery.com>
17388
17389 * gdb.server/server-kill.c: Include sys/types.h and unistd.h.
17390 (main): Call getppid.
17391 * gdb.server/server-kill.exp: Set breakpoint on line "i = 0;"
17392 and continue to it. Read variable "server_pid".
17393
bf40a607
YQ
173942014-10-11 Yao Qi <yao@codesourcery.com>
17395
17396 * gdb.server/server-kill.exp: Remove "delete_breakpoints".
17397
052ca370
YQ
173982014-10-11 Yao Qi <yao@codesourcery.com>
17399
17400 * gdb.threads/thread-find.exp: Don't execute command
17401 "info threads".
17402 * gdb.threads/attach-into-signal.exp (corefunc): Likewise.
17403 * gdb.threads/linux-dp.exp: Don't check the condition
17404 $threads_created equals to zero.
17405
3831839c
PA
174062014-10-10 Pedro Alves <palves@redhat.com>
17407
17408 * gdb.base/bigcore.exp: Remove references to IRIX.
17409 * gdb.base/funcargs.exp: Likewise.
17410 * gdb.base/interrupt.exp: Likewise.
17411 * gdb.base/mips_pro.exp: Likewise.
17412 * gdb.base/nodebug.exp: Likewise.
17413 * gdb.base/setvar.exp: Likewise.
17414 * lib/gdb.exp (gdb_compile_shlib): Remove mips-sgi-irix* case.
17415
8b9a549d
PA
174162014-10-10 Jan Kratochvil <jan.kratochvil@redhat.com>
17417 Pedro Alves <palves@redhat.com>
17418
17419 PR symtab/14466
17420 * gdb.base/vdso-warning.c: New file.
17421 * gdb.base/vdso-warning.exp: New file.
17422
d48ba5e8
DE
174232014-10-02 Doug Evans <dje@google.com>
17424
17425 * gdb.base/structs.c (main): Don't run forever.
17426
2278c276
PA
174272014-10-02 Pedro Alves <palves@redhat.com>
17428
17429 * gdb.threads/manythreads.exp (interrupt_and_wait): New procedure.
17430 (top level) <stop threads 1, stop threads 2>: Use it.
17431
b57bacec
PA
174322014-10-02 Pedro Alves <palves@redhat.com>
17433
17434 * gdb.threads/break-while-running.exp (test): Add new
17435 'update_thread_list' argument. Skip "info threads" if false.
17436 (top level): Add new 'update_thread_list' axis.
17437
13fd3ff3
PA
174382014-10-02 Pedro Alves <palves@redhat.com>
17439
17440 PR breakpoints/17431
17441 * gdb.base/execl-update-breakpoints.c: New file.
17442 * gdb.base/execl-update-breakpoints.exp: New file.
17443
0fec99e8
PA
174442014-10-01 Pedro Alves <palves@redhat.com>
17445
17446 * gdb.base/breakpoint-in-ro-region.c: New file.
17447 * gdb.base/breakpoint-in-ro-region.exp: New file.
17448
2ddf4301
SM
174492014-10-01 Simon Marchi <simon.marchi@ericsson.com>
17450
17451 * gdb.mi/mi-exit-code.exp: New file.
17452 * gdb.mi/mi-exit-code.c: New file.
17453
6a5f3f43
YQ
174542014-09-30 Yao Qi <yao@codesourcery.com>
17455
17456 * lib/prelink-support.exp (build_executable_own_libs): Error if
17457 the target isn't native.
17458
345bcc73
YQ
174592014-09-30 Yao Qi <yao@codesourcery.com>
17460
17461 * gdb.threads/dlopen-libpthread.exp: Skip it if isnative is
17462 false.
17463
a25a5a45
PA
174642014-09-22 Pedro Alves <palves@redhat.com>
17465
17466 * gdb.threads/break-while-running.exp: New file.
17467 * gdb.threads/break-while-running.c: New file.
17468
00ba3162
YQ
174692014-09-19 Yao Qi <yao@codesourcery.com>
17470
17471 * gdb.dwarf2/dw2-var-zero-addr.exp: Move test into new proc test.
17472 Invoke test. Restart GDB with --readnow and invoke test again.
17473
c3b7b696
YQ
174742014-09-19 Yao Qi <yao@codesourcery.com>
17475
17476 * gdb.base/break-on-linker-gcd-function.exp: Move test into new
17477 proc set_breakpoint_on_gcd_function. Invoke
17478 set_breakpoint_on_gcd_function. Restart GDB with --readnow and
17479 invoke set_breakpoint_on_gcd_function again.
17480
2b4fd423
DE
174812014-09-18 Doug Evans <dje@google.com>
17482
17483 * gdb.dwarf2/symtab-producer.exp: New file.
17484
a5947601
SDJ
174852014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
17486
17487 * gdb.base/global-var-nested-by-dso-solib1.c: New file.
17488 * gdb.base/global-var-nested-by-dso-solib2.c: Likewise.
17489 * gdb.base/global-var-nested-by-dso.c: Likewise.
17490 * gdb.base/global-var-nested-by-dso.exp: Likewise.
17491
91c19059
SDJ
174922014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
17493 Pedro Alves <palves@redhat.com>
17494
17495 * gdb.base/watch-bitfields.exp: Pass string other than test file
17496 name to prepare_for_testing.
17497 (watch): New procedure.
17498 (expect_watchpoint): Use with_test_prefix.
17499 (top level): Factor out tests to ...
17500 (test_watch_location, test_regular_watch): ... these new
17501 procedures, and use with_test_prefix and gdb_continue_to_end.
17502
bb9d5f81
PP
175032014-09-16 Patrick Palka <patrick@parcs.ath.cx>
17504
17505 PR breakpoints/12526
17506 * gdb.base/watch-bitfields.exp: New file.
17507 * gdb.base/watch-bitfields.c: New file.
17508
635856f5
PA
175092014-09-16 Pedro Alves <palves@redhat.com>
17510
17511 * gdb.base/watchpoint-stops-at-right-insn.exp (test): Compare
17512 software and hardware addresses, not software address against
17513 itself.
17514
7280ceea
PA
175152014-09-16 Pedro Alves <palves@redhat.com>
17516
17517 * gdb.base/watchpoint-stops-at-right-insn.c: New file.
17518 * gdb.base/watchpoint-stops-at-right-insn.exp: New file.
17519
428b16bd
PA
175202014-09-16 Pedro Alves <palves@redhat.com>
17521
17522 * config/vx.exp, config/vxworks.exp, config/vxworks29k.exp: Delete
17523 files.
17524 * gdb.base/a2-run.exp: Remove all code guarded by istarget
17525 "*-*-vxworks*" throughout.
17526 * gdb.base/break.exp: Likewise.
17527 * gdb.base/default.exp: Likewise.
17528 * gdb.base/scope.exp: Likewise.
17529 * gdb.base/sepdebug.exp: Likewise.
17530 * gdb.base/break.c: Remove all code guarded by #ifdef vxworks
17531 throughout.
17532 * gdb.base/run.c: Likewise.
17533 * gdb.base/sepdebug.c: Likewise.
17534 * gdb.hp/gdb.aCC/run.c: Likewise.
17535 * gdb.reverse/until-reverse.c: Likewise.
17536 * lib/gdb.exp (gdb_compile): Remove is_vxworks branch.
17537
666d413c
YQ
175382014-09-16 Yao Qi <yao@codesourcery.com>
17539
17540 * boards/local-remote-host-native.exp: New file.
17541
57cbd724
DE
175422014-09-14 Doug Evans <xdje42@gmail.com>
17543
17544 * gdb.threads/queue-signal.c (thread_count): New variable.
17545 (thread_count_mutex, thread_count_condvar): New variables.
17546 (incr_thread_count, wait_all_threads_running): New functions.
17547 (main): Wait for all threads to be in their thread functions.
17548
81219e53
DE
175492014-09-13 Doug Evans <xdje42@gmail.com>
17550
17551 * gdb.threads/queue-signal.c: New file.
17552 * gdb.threads/queue-signal.exp: New file.
17553
3714cea7
DE
175542014-09-13 Doug Evans <xdje42@gmail.com>
17555
17556 * lib/gdb.exp (gdb_prompt): Add comment and change initial value to
17557 be consistent with what default_gdb_init uses.
17558 (with_gdb_prompt): Change form of PROMPT argument from a regexp to
17559 the plain text of the prompt. Add some logging printfs.
17560 * gdb.perf/disassemble.exp: Update call to with_gdb_prompt.
17561
fa43b1d7
PA
175622014-09-12 Pedro Alves <palves@redhat.com>
17563
17564 * gdb.arch/gdb1558.exp: Replace uses of gdb_expect after
17565 gdb_run_cmd with gdb_test_multiple or gdb_test throughout.
17566 * gdb.arch/i386-size-overlap.exp: Likewise.
17567 * gdb.arch/i386-size.exp: Likewise.
17568 * gdb.arch/i386-unwind.exp: Likewise.
17569 * gdb.base/a2-run.exp: Likewise.
17570 * gdb.base/break.exp: Likewise.
17571 * gdb.base/charset.exp: Likewise.
17572 * gdb.base/chng-syms.exp: Likewise.
17573 * gdb.base/commands.exp: Likewise.
17574 * gdb.base/dbx.exp: Likewise.
17575 * gdb.base/find.exp: Likewise.
17576 * gdb.base/funcargs.exp: Likewise.
17577 * gdb.base/jit-simple.exp: Likewise.
17578 * gdb.base/reread.exp: Likewise.
17579 * gdb.base/sepdebug.exp: Likewise.
17580 * gdb.base/step-bt.exp: Likewise.
17581 * gdb.cp/mb-inline.exp: Likewise.
17582 * gdb.cp/mb-templates.exp: Likewise.
17583 * gdb.objc/basicclass.exp: Likewise.
17584 * gdb.threads/killed.exp: Likewise.
17585
9d9bf2df
EBM
175862014-09-12 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
17587
17588 PR tdep/17379
17589 * gdb.arch/powerpc-stackless.S: New file.
17590 * gdb.arch/powerpc-stackless.exp: New file.
17591
1cf2f1b0
JK
175922014-09-12 Jan Kratochvil <jan.kratochvil@redhat.com>
17593
17594 * gdb.base/attach.c: Include unistd.h.
17595 (main): Call alarm. Add label postloop.
17596 * gdb.base/attach.exp (do_attach_tests): Use gdb_get_line_number,
17597 gdb_breakpoint, gdb_continue_to_breakpoint.
17598 (test_command_line_attach_run): Kill ${testpid} in one exit path.
17599
98880d46
PA
176002014-09-11 Pedro Alves <palves@redhat.com>
17601
17602 PR gdb/17347
17603 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): New procedure.
17604 * gdb.base/attach.exp (test_command_line_attach_run): New
17605 procedure.
17606 (top level): Call it.
17607
4c92ff2c
PA
176082014-09-11 Pedro Alves <palves@redhat.com>
17609
17610 * lib/gdb.exp (spawn_wait_for_attach): New procedure.
17611 * gdb.base/attach.exp (do_attach_tests, do_call_attach_tests)
17612 (do_command_attach_tests): Use spawn_wait_for_attach.
17613 * gdb.base/solib-overlap.exp: Likewise.
17614 * gdb.multi/multi-attach.exp: Likewise.
17615 * gdb.python/py-prompt.exp: Likewise.
17616 * gdb.python/py-sync-interp.exp: Likewise.
17617 * gdb.server/ext-attach.exp: Likewise.
17618
3adc1a7d
GKB
176192014-09-11 Gabriel Krisman Bertazi <gabriel@krisman.be>
17620
17621 * gdb.fortran/array-element.exp: Remove unexpected "continue"
17622 command in testcase. Simplify testcase.
17623
96334934
JB
176242014-09-10 Joel Brobecker <brobecker@adacore.com>
17625
17626 * gdb.dwarf2/dynarr-ptr.exp: Add a few ptype tests.
17627
eb479039
JB
176282014-09-10 Joel Brobecker <brobecker@adacore.com>
17629
17630 * gdb.dwarf2/dynarr-ptr.exp: Add 'first, 'last and 'length tests.
17631
deede10c
JB
176322014-09-10 Joel Brobecker <brobecker@adacore.com>
17633
17634 * gdb.dwarf2/dynarr-ptr.exp: Add subscripting tests.
17635
7828a5f5
JB
176362014-09-10 Joel Brobecker <brobecker@adacore.com>
17637
17638 * gdb.dwarf2/dynarr-ptr.c: New file.
17639 * gdb.dwarf2/dynarr-ptr.exp: New file.
17640
33aeebcf
MR
176412014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
17642
17643 * gdb.base/watchpoint-solib.exp: Increase the timeout by a factor
17644 of 30 rather than hardcoding 120 for a slow test case. Take the
17645 `gdb,timeout' target setting into account for this calculation.
17646 Don't extend the timeout for the test cases that don't need it.
17647
7b415901
MR
176482014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
17649
17650 * gdb.reverse/sigall-reverse.exp: Increase the timeout by
17651 a factor of 2 for a slow test case. Take the `gdb,timeout'
17652 target setting into account for this calculation.
17653 * gdb.reverse/until-precsave.exp: Increase the timeout by
17654 a factor of 15 and 3 respectively rather than adding 120
17655 for a pair of slow test cases. Take the `gdb,timeout'
17656 target setting into account for this calculation.
17657
4a40f85a
MR
176582014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
17659
17660 * lib/gdb.exp (gdb_test_multiple): Remove code to select the
17661 timeout, don't pass one down to gdb_expect.
17662 (gdb_expect): Rework timeout selection.
17663
09635af7
MR
176642014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
17665
17666 * lib/gdbserver-support.exp (gdbserver_start): Throw an error
17667 exception on timeout.
17668 (gdbserver_run): Catch any `gdbserver_spawn' error exceptions.
17669 (gdbserver_start_extended): Catch any `gdbserver_start' error
17670 exceptions.
17671 (gdbserver_start_multi, mi_gdbserver_start_multi): Likewise.
17672 * lib/mi-support.exp (mi_gdb_target_load): Catch any
17673 `gdbserver_gdb_load' error exceptions.
17674
2bdd10b7
MR
176752014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
17676
17677 * lib/gdbserver-support.exp (gdbserver_start): Set timeout to
17678 120 on waiting for the TCP socket to open.
17679
316935f0
DE
176802014-09-09 Doug Evans <xdje42@gmail.com>
17681
17682 * gdb.base/default.exp (show_conv_list): Add _caller_is,
17683 _caller_matches, _any_caller_is, _any_caller_matches.
17684
83740597
DE
176852014-09-09 Doug Evans <xdje42@gmail.com>
17686
17687 * gdb.guile/scm-error.exp: Handle guile 2.2 backtrace output.
17688
4c122fc3
YQ
176892014-09-09 Yao Qi <yao@codesourcery.com>
17690
17691 * gdb.mi/mi-var-display.exp: Set print symbol off.
17692
a9f116cb
GKB
176932014-09-07 Gabriel Krisman Bertazi <gabriel@krisman.be>
17694
17695 PR gdb/17035
17696 * gdb.base/commands.exp: Add tests to verify user-defined
17697 commands with empty bodies.
17698 * gdb.python/py-cmd.exp: Test that we don't show user-defined
17699 python commands in `show user command`.
17700 * gdb.python/scm-cmd.exp: Test that we don't show user-defined
17701 scheme commands in `show user command`.
17702
c75bd3a2
JK
177032014-09-07 Jan Kratochvil <jan.kratochvil@redhat.com>
17704
17705 PR python/17355
17706 * gdb.python/amd64-py-framefilter-invalidarg.S: New file.
17707 * gdb.python/py-framefilter-invalidarg-gdb.py.in: New file.
17708 * gdb.python/py-framefilter-invalidarg.exp: New file.
17709 * gdb.python/py-framefilter-invalidarg.py: New file.
17710
faa42425
DE
177112014-09-06 Doug Evans <xdje42@gmail.com>
17712
17713 PR 15276
17714 * gdb.python/py-caller-is.c: New file.
17715 * gdb.python/py-caller-is.exp: New file.
17716
474ca4f6
SDJ
177172014-09-05 Sergio Durigan Junior <sergiodj@redhat.com>
17718
17719 PR gdb/17235
17720 * gdb.arch/amd64-stap-wrong-subexp.exp: New file.
17721 * gdb.arch/amd64-stap-wrong-subexp.S: Likewise.
17722
eb0b0463
SDJ
177232014-09-04 Sergio Durigan Junior <sergiodj@redhat.com>
17724
17725 PR fortran/17237
17726 * gdb.fortran/print-formatted.exp: New file.
17727 * gdb.fortran/print-formatted.f90: Likewise.
17728
5f3b99cf
SS
177292014-09-03 Sasha Smundak <asmundak@google.com>
17730
17731 * gdb.python/py-frame.exp: Test Frame.read_register.
17732
7d793aa9
SDJ
177332014-09-03 Sergio Durigan Junior <sergiodj@redhat.com>
17734
17735 PR python/16699
17736 * gdb.python/py-completion.exp: New file.
17737 * gdb.python/py-completion.py: Likewise.
17738
fb0576e9
DE
177392014-08-28 Doug Evans <dje@google.com>
17740
17741 * gdb.arch/amd64-pseudo.c (main): Rewrite to better specify when
17742 eax,etc. are live with values set by gdb and thus the compiler can't
17743 use them.
17744 * gdb.arch/i386-pseudo.c (main): Ditto.
17745
ee92b0dd
DE
177462014-08-27 Doug Evans <dje@google.com>
17747
17748 * lib/gdb.exp (gdb_compile_shlib): Add support for clang.
17749
6649db35
DE
177502014-08-25 Doug Evans <dje@google.com>
17751
17752 * gdb.mi/basics.c (callee3, callee2, callee1): Specify result type.
17753 (main): Ditto.
17754
564b7600
DE
177552014-08-25 Doug Evans <dje@google.com>
17756
17757 * gdb.threads/thread-execl.exp: #include <stdio.h>.
17758
3881fb67
YQ
177592014-08-24 Yao Qi <yao@codesourcery.com>
17760
17761 * gdb.guile/scm-value.exp (test_lazy_strings): Set print
17762 symbol off.
17763 * gdb.python/py-value.exp (test_lazy_strings): Likewise.
17764
a05a36a5
DE
177652014-08-22 Doug Evans <dje@google.com>
17766
17767 PR 17276
17768 * gdb.dwarf2/dw2-single-line-discriminators.S: New file.
17769 * gdb.dwarf2/dw2-single-line-discriminators.c: New file.
17770 * gdb.dwarf2/dw2-single-line-discriminators.exp: New file.
17771
7c343b48
YQ
177722014-08-22 Yao Qi <yao@codesourcery.com>
17773
17774 * gdb.python/py-finish-breakpoint.exp: Copy .py file to host.
17775 * gdb.python/py-finish-breakpoint2.exp: Likewise.
17776 * gdb.python/python.exp: Likewise. Use .py file on the host
17777 instead of the build.
17778
22fd09ae
JK
177792014-08-21 Jan Kratochvil <jan.kratochvil@redhat.com>
17780
17781 * gdb.threads/gcore-stale-thread.c: New file.
17782 * gdb.threads/gcore-stale-thread.exp: New file.
17783
a8454a7c
PA
177842014-08-21 Pedro Alves <palves@redhat.com>
17785
17786 * gdb.base/gcore-buffer-overflow.exp: Remove "help gcore" test.
17787 * gdb.base/gcore-relro-pie.exp: Likewise.
17788 * gdb.base/gcore-relro.exp: Likewise.
17789 * gdb.base/gcore.exp: Likewise.
17790 * gdb.base/print-symbol-loading.exp: Likewise.
17791 * gdb.threads/gcore-thread.exp: Likewise.
17792 * lib/gdb.exp (gdb_gcore_cmd): Don't expect "Undefined command".
17793
2a31c623
PA
177942014-08-20 Pedro Alves <palves@redhat.com>
17795 Jan Kratochvil <jan.kratochvil@redhat.com>
17796
17797 * Makefile.in (EXTRA_RULES, CC): New variables, get from
17798 configure.
17799 (EXPECT): Handle READ1 being set.
17800 (all): Depend on EXTRA_RULES.
17801 (check-read1, expect-read1, read1.so, read1): New rules.
17802 * README (Testsuite Parameters): Document the READ1 make variable.
17803 (Race detection): New section.
17804 * configure: Regenerate.
17805 * configure.ac: If build==host==target, and running under a
17806 GNU/glibc system, add read1 to the extra Makefile rules.
17807 (EXTRA_RULES): AC_SUBST it.
17808 * lib/read1.c: New file.
17809
d36430db
JB
178102014-08-20 Joel Brobecker <brobecker@adacore.com>
17811
17812 * gdb.dwarf2/data-loc.exp: Add additional tests exercising
17813 the handling of variables declared as a typedef to an array
17814 which a DW_AT_data_location attribute.
17815
9a0dc9e3
PA
178162014-08-19 Andrew Burgess <aburgess@broadcom.com>
17817 Pedro Alves <palves@redhat.com>
17818
17819 PR symtab/14604
17820 PR symtab/14605
17821 * gdb.dwarf2/dw2-op-out-param.exp: Remove kfail branches and use
17822 gdb_test.
17823
0718a8da
PA
178242014-08-19 Pedro Alves <palves@redhat.com>
17825
17826 * gdb.base/watchpoint-hw-hit-once.c (main): Update comment.
17827
13b448cd
YQ
178282014-08-19 Yao Qi <yao@codesourcery.com>
17829
17830 * gdb.base/watchpoint-hw-hit-once.exp: Set breakpoint on the
17831 right line.
17832
1cbf5077
DB
178332014-08-18 David Blaikie <dblaikie@gmail.com>
17834
17835 * boards/fission.exp: Explicitly pass -ggnu-pubnames for clang.
17836
bf0fae19
JB
178372014-08-18 Joel Brobecker <brobecker@adacore.com>
17838
17839 * gdb.dwarf2/data-loc.exp: Remove second DW_AT_upper bound
17840 attribute in array range.
17841
3c8c5dcc
JB
178422014-08-18 Joel Brobecker <brobecker@adacore.com>
17843
17844 * gdb.dwarf2/data-loc.c, gdb.dwarf2/data-loc.exp: New files.
17845
e66d4446
SC
178462014-08-15 Siva Chandra Reddy <sivachandra@google.com>
17847
17848 PR c++/17132
17849 * gdb.cp/pr17132.cc: New file.
17850 * gdb.cp/pr17132.exp: New file.
17851
940df408
SC
178522014-08-15 Siva Chandra Reddy <sivachandra@google.com>
17853
17854 * gdb.python/py-xmethods.py (A_getarrayind)
17855 (E_method_char_worker.__call__, E_method_int_worker.__call__):
17856 Use 'print' with function call syntax.
17857 (E_method_matcher.match): Fix tab vs space indentation mixup.
17858
ebcc6c3a
YQ
178592014-08-15 Yao Qi <yao@codesourcery.com>
17860
17861 * gdb.trace/tfile.exp: Return -1 if generate_tracefile returns
17862 false.
17863
775e0f04
YQ
178642014-08-15 Yao Qi <yao@codesourcery.com>
17865
17866 * gdb.cp/casts.exp: Set print symbol off.
17867 * gdb.cp/class2.exp: Likewise.
17868 * gdb.cp/overload.exp: Likewise.
17869 * gdb.cp/templates.exp: Likewise.
17870
d769e349
DE
178712014-08-11 Doug Evans <dje@google.com>
17872
17873 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
17874 (test_load_shlib): Update.
17875
20c6f1e1
YQ
178762014-08-09 Yao Qi <yao@codesourcery.com>
17877
17878 * gdb.base/display.exp: Invoke is_address_zero_readable.
17879 * gdb.guile/scm-value.exp (test_value_in_inferior): Likewise.
17880 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
17881 * gdb.base/hbreak-unmapped.exp: Return if
17882 is_address_zero_readable returns true.
17883 * gdb.base/signest.exp: Likewise.
17884 * gdb.base/signull.exp: Likewise.
17885 * gdb.base/sigbpt.exp: Likewise.
17886 * gdb.guile/scm-disasm.exp: Do the test if
17887 is_address_zero_readable returns false.
17888 * gdb.guile/scm-pretty-print.exp (run_lang_tests): Likewise.
17889 * gdb.python/py-arch.exp: Likewise.
17890 * gdb.python/py-prettyprint.exp (run_lang_tests): Likewise.
17891 * lib/gdb.exp (is_address_zero_readable): New proc.
17892
5792e8e3
YQ
178932014-08-09 Yao Qi <yao@codesourcery.com>
17894
17895 PR testsuite/13443
17896 * gdb.mi/mi-var-display.exp: Make test messages unique.
17897
3cecbbbe
TT
178982014-08-04 Tom Tromey <tromey@redhat.com>
17899
17900 * gdb.base/sss-bp-on-user-bp-2.exp: Expect output from "set debug
17901 target 0".
17902
00b51ff5
TT
179032014-08-04 Tom Tromey <tromey@redhat.com>
17904
17905 * gdb.base/sss-bp-on-user-bp-2.exp: Match "to_resume", not
17906 "target_resume".
17907
6908c509
JB
179082014-08-01 Joel Brobecker <brobecker@adacore.com>
17909
17910 * gdb.base/vla-datatypes.c (vla_factory): Add new variable
17911 inner_vla_struct_object_size.
17912 * gdb.base/vla-datatypes.exp: Adjust last test, and mark it
17913 as xfail.
17914
cc6563d2
PA
179152014-07-30 Pedro Alves <palves@redhat.com>
17916
17917 * gdb.threads/signal-command-handle-nopass.exp (test): Add
17918 comment.
17919
7e09a223
YQ
179202014-07-29 Yao Qi <yao@codesourcery.com>
17921
17922 PR gdb/17206
17923 * gdb.base/until-nodebug.exp: New.
17924
7ebdbe92
DE
179252014-07-28 Doug Evans <xdje42@gmail.com>
17926
17927 PR guile/17203
17928 * gdb.guile/scm-parameter.exp: Add tests for trying to create
17929 previously existing parameter, and previously ambiguously spelled
17930 parameter.
17931
fdb1adc6
WN
179322014-07-28 Will Newton <will.newton@linaro.org>
17933
17934 * gdb.base/varargs.exp: Remove KFAILs for ARM.
17935
186fcde0
DE
179362014-07-26 Ludovic Courtès <ludo@gnu.org>
17937 Doug Evans <xdje42@gmail.com>
17938
17939 PR guile/17146
17940 * gdb.guile/types-module.exp: Add tests for wrong type arguments.
17941
70509625
PA
179422014-07-25 Pedro Alves <palves@redhat.com>
17943
17944 * gdb.threads/signal-command-handle-nopass.c: New file.
17945 * gdb.threads/signal-command-handle-nopass.exp: New file.
17946 * gdb.threads/signal-command-multiple-signals-pending.c: New file.
17947 * gdb.threads/signal-command-multiple-signals-pending.exp: New file.
17948 * gdb.threads/signal-delivered-right-thread.c: New file.
17949 * gdb.threads/signal-delivered-right-thread.exp: New file.
17950
c3f814a1
PA
179512014-07-25 Pedro Alves <palves@redhat.com>
17952
17953 * gdb.base/double-prompt-target-event-error.exp
17954 (cancel_pagination_in_target_event): Remove '-notransfer <return>'
17955 match.
17956 (cancel_pagination_in_target_event): Rework double prompt
17957 detection.
17958 * gdb.base/paginate-after-ctrl-c-running.exp
17959 (test_ctrlc_while_target_running_paginates): Remove '-notransfer
17960 <return>' match.
17961 * gdb.base/paginate-bg-execution.exp
17962 (test_bg_execution_pagination_return)
17963 (test_bg_execution_pagination_cancel): Remove '-notransfer
17964 <return>' matches.
17965 * gdb.base/paginate-execution-startup.exp
17966 (test_fg_execution_pagination_return)
17967 (test_fg_execution_pagination_cancel): Remove '-notransfer
17968 <return>' matches.
17969 * gdb.base/paginate-inferior-exit.exp
17970 (test_paginate_inferior_exited): Remove '-notransfer <return>'
17971 match.
17972 * lib/gdb-utils.exp (string_to_regexp): Move here from lib/gdb.exp.
17973 * lib/gdb.exp (pagination_prompt): Run text through
17974 string_to_regexp.
17975 (gdb_test_multiple): Match $pagination_prompt instead of
17976 "<return>".
17977 (string_to_regexp): Move to lib/gdb-utils.exp.
17978
e214cf6c
JK
179792014-07-22 Jan Kratochvil <jan.kratochvil@redhat.com>
17980
17981 * gdb.arch/amd64-entry-value-paramref.S: New file.
17982 * gdb.arch/amd64-entry-value-paramref.cc: New file.
17983 * gdb.arch/amd64-entry-value-paramref.exp: New file.
17984 * gdb.arch/amd64-optimout-repeat.S: New file.
17985 * gdb.arch/amd64-optimout-repeat.c: New file.
17986 * gdb.arch/amd64-optimout-repeat.exp: New file.
17987
17d0c5c8
JK
179882014-07-17 Jan Kratochvil <jan.kratochvil@redhat.com>
17989
17990 PR gdb/17170
17991 * gdb.base/statistics.exp: New file.
17992
b8b8facf
DE
179932014-07-17 Doug Evans <dje@google.com>
17994
74b49205 17995 PR gdb/17170
b8b8facf
DE
17996 * gdb.base/maint.exp: Update testing of per-command stats.
17997
1b5d0ab3
PA
179982014-07-16 Pedro Alves <palves@redhat.com>
17999
18000 * gdb.trace/tfile.c: Include unistd.h and stdint.h.
18001 (start_trace_file): Guard S_IRGRP and S_IROTH uses behind #ifdef.
18002 (tfile_write_64, tfile_write_16, tfile_write_8, tfile_write_addr)
18003 (tfile_write_buf): New functions.
18004 (add_memory_block): Rewrite using the above.
18005 (adjust_function_address): New function.
18006 (FUNCTION_ADDRESS): New macro.
18007 (write_basic_trace_file): Remove short_x local, and use
18008 tfile_write_16. Change type of func_addr local to unsigned long
18009 long. Use FUNCTION_ADDRESS instead of handling the Thumb bit
18010 here. Cast argument of add_memory_block to char pointer.
18011 (write_error_trace_file): Avoid alloca. Use FUNCTION_ADDRESS.
18012 (main): Remove parameters.
18013 * gdb.trace/tfile.exp: Remove nowarnings.
18014
4d974e88
SM
180152014-07-15 Simon Marchi <simon.marchi@ericsson.com>
18016
18017 * gdb.base/debug-expr.exp: Test string evaluation with
18018 "debug expression" on.
18019
41e99568
PA
180202014-07-15 Pedro Alves <palves@redhat.com>
18021
18022 * gdb.base/reread.exp: Use clean_restart.
18023
487d9753
PL
180242014-07-15 Pierre Langlois <pierre.langlois@embecosm.com>
18025
18026 * gdb.arch/avr-flash-qualifer.c: New.
18027 * gdb.arch/avr-flash-qualifer.exp: New.
18028
cc1c52ad
PA
180292014-07-14 Pedro Alves <palves@redhat.com>
18030
18031 * gdb.base/paginate-after-ctrl-c-running.c: New file.
18032 * gdb.base/paginate-after-ctrl-c-running.exp: New file.
18033
1e973570
PA
180342014-07-14 Pedro Alves <palves@redhat.com>
18035
18036 * gdb.base/double-prompt-target-event-error.c: New file.
18037 * gdb.base/double-prompt-target-event-error.exp: New file.
18038
93d6eb10
PA
180392014-07-14 Pedro Alves <palves@redhat.com>
18040
18041 PR gdb/17072
18042 * gdb.base/paginate-inferior-exit.c: New file.
18043 * gdb.base/paginate-inferior-exit.exp: New file.
18044
0017922d
PA
180452014-07-14 Pedro Alves <palves@redhat.com>
18046
18047 PR gdb/17072
18048 * gdb.base/paginate-bg-execution.c: New file.
18049 * gdb.base/paginate-bg-execution.exp: New file.
18050
94696ad3
PA
180512014-07-14 Pedro Alves <palves@redhat.com>
18052
18053 PR gdb/17072
18054 * gdb.base/paginate-execution-startup.c: New file.
18055 * gdb.base/paginate-execution-startup.exp: New file.
18056 * lib/gdb.exp (pagination_prompt): New global.
18057 (default_gdb_spawn): New procedure, factored out from
18058 default_gdb_spawn.
18059 (default_gdb_start): Adjust to call default_gdb_spawn.
18060 (gdb_spawn): New procedure.
18061
bd293940
PA
180622014-07-14 Pedro Alves <palves@redhat.com>
18063
18064 * lib/gdb.exp (gdb_assert): New procedure.
18065 * gdb.trace/backtrace.exp (gdb_backtrace_tdp_4): Use it.
18066
c933f875
PA
180672014-07-14 Pedro Alves <palves@redhat.com>
18068
18069 * gdb.base/execution-termios.c: New file.
18070 * gdb.base/execution-termios.exp: New file.
18071
d98b7a16
TT
180722014-07-14 Tom Tromey <tromey@redhat.com>
18073
18074 * gdb.cp/vla-cxx.cc: New file.
18075 * gdb.cp/vla-cxx.exp: New file.
18076
548740d6
TT
180772014-07-14 Tom Tromey <tromey@redhat.com>
18078
18079 * gdb.reverse/rerun-prec.c: New file.
18080 * gdb.reverse/rerun-prec.exp: New file.
18081
a25eb028
MR
180822014-07-12 Maciej W. Rozycki <macro@mips.com>
18083 Maciej W. Rozycki <macro@codesourcery.com>
18084
18085 * lib/gdb-utils.exp: New file.
18086 * lib/gdb.exp (gdb_run_cmd): Call gdb_init_commands, replacing
18087 inline `gdb_init_command' processing.
18088 (gdb_start_cmd): Likewise.
18089 * lib/mi-support.exp (mi_run_cmd): Likewise.
18090 * README: Document `gdb_init_command' and `gdb_init_commands'.
18091
218c2655
JK
180922014-07-11 Jan Kratochvil <jan.kratochvil@redhat.com>
18093
18094 Fix false FAIL running under a very long directory name.
18095 * gdb.base/argv0-symlink.exp: Add "set print repeats 10000"
18096 and "set print elements 10000". Twice.
18097
5401fde3
YQ
180982014-07-11 Yao Qi <yao@codesourcery.com>
18099
18100 * gdb.base/exprs.exp: "set print symbol off".
18101
e76126e8
PA
181022014-07-11 Pedro Alves <palves@redhat.com>
18103
18104 * gdb.threads/kill.c: New file.
18105 * gdb.threads/kill.exp: New file.
18106
2d6f0de6
YQ
181072014-07-10 Yao Qi <yao@codesourcery.com>
18108
18109 * gdb.trace/tfile.c (write_basic_trace_file)
18110 [__thumb__||__thumb2__]: Clear the Thumb bit of the function
18111 address written to trace file.
18112
7180e04a
PA
181132014-07-09 Pedro Alves <palves@redhat.com>
18114
18115 * gdb.base/attach-wait-input.exp: New file.
18116 * gdb.base/attach-wait-input.c: New file.
18117
9a9a7608
AB
181182014-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
18119
18120 * gdb.mi/var-cmd.c (do_nested_struct_union_tests): New function
18121 setting up test structures.
18122 (main): Call new test function.
18123 * gdb.mi/mi2-var-child.exp: Create additional breakpoint in new
18124 test function, continue into test function and walk test
18125 structures.
18126
161ac41e
YQ
181272014-07-02 Yao Qi <yao@codesourcery.com>
18128
18129 * gdb.trace/entry-values.c: Define labels 'foo_start' and
18130 'bar_start' at the beginning of functions 'foo' and 'bar'
18131 respectively.
18132 * gdb.trace/entry-values.exp: Use 'foo_start' and 'bar_start'
18133 instead of 'foo' and 'bar'.
18134
1f267ae3
MM
181352014-07-08 Markus Metzger <markus.t.metzger@intel.com>
18136
18137 * gdb.btrace/segv.exp: New.
18138 * gdb.btrace/segv.c: New.
18139
2b239efb
LM
181402014-07-02 Luis Machado <lgustavo@codesourcery.com>
18141
18142 * gdb.trace/entry-values.exp: Handle powerpc-specific branch
18143 instruction.
18144
cf363f18
MW
181452014-06-30 Mark Wielaard <mjw@redhat.com>
18146
18147 * gdb.base/constvars.c (violent, violet, vips, virgen, vulgar,
18148 vulture, vilify, villar): New volatile array constants.
18149 (vindictive, vegetation): New const volatile array constants.
18150 * gdb.base/volatile.exp: Test volatile and const volatile array
18151 types.
18152
aebf9d24
AA
181532014-06-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
18154
18155 * gdb.base/watchpoint-reuse-slot.exp: Handle the case that the
18156 target lacks support for awatch, rwatch, or hbreak.
18157
b67a2c6f
YQ
181582014-06-27 Yao Qi <yao@codesourcery.com>
18159
18160 * gdb.multi/dummy-frame-restore.exp: New.
18161 * gdb.multi/dummy-frame-restore.c: New.
18162
aef92902
MM
181632014-06-25 Markus Metzger <markus.t.metzger@intel.com>
18164
18165 * gdb.btrace/gcore.exp: New.
18166
8e9db26e
PA
181672014-06-23 Pedro Alves <palves@redhat.com>
18168
18169 * gdb.base/watchpoint-reuse-slot.c: New file.
18170 * gdb.base/watchpoint-reuse-slot.exp: New file.
18171
70afc5b7
SC
181722014-06-23 Siva Chandra Reddy <sivachandra@google.com>
18173
18174 * gdb.python/py-xmethods.exp: Use "progspace" instead of the
18175 progspace's filename in 'info', 'enable' and 'disable' command
18176 tests.
18177
b972bd9c
JK
181782014-06-23 Jan Kratochvil <jan.kratochvil@redhat.com>
18179
18180 * gdb.arch/amd64-stap-special-operands.exp: Use is_lp64_target.
18181 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
18182 * gdb.dwarf2/dw2-error.exp: Use istarget and is_lp64_target.
18183
125f8a3d
GB
181842014-06-20 Gary Benson <gbenson@redhat.com>
18185
18186 * gdb.arch/i386-avx.exp: Fix include file location.
18187 * gdb.arch/i386-sse.exp: Likewise.
18188
3ed9baed
IB
181892014-06-19 Iain Buclaw <ibuclaw@gdcproject.org>
18190
18191 * gdb.dlang/expression.exp: New file.
18192
034f788c
PA
181932014-06-19 Pedro Alves <palves@redhat.com>
18194
18195 * gdb.threads/thread-execl.exp (do_test): New procedure, factored
18196 out from ...
18197 (top level): ... here. Iterate running tests under different
18198 scheduler-locking settings.
18199
45371d0c
LM
182002014-06-18 Luis Machado <lgustavo@codesourcery.com>
18201
18202 * gdb.cp/nsalias.exp: Set type of low_pc and high_pc entries
18203 to DW_FORM_addr and use non-zero addresses.
18204
5d376983
SC
182052014-06-18 Siva Chandra Reddy <sivachandra@google.com>
18206
18207 PR gdb/17017
18208 * gdb.python/py-xmethods.cc: Add global function call counters and
18209 increment them in their respective functions. Remove "cout"
18210 statements.
18211 * gdb.python/py-xmethods.exp: Make tests check the global function
18212 call counters instead of depending on inferior IO.
18213
a1aa2221
LM
182142014-06-18 Don Breazeal <donb@codesourcery.com>
18215
18216 * gdb.base/foll-fork.exp (default_fork_parent_follow):
18217 Deleted procedure.
18218 (explicit_fork_parent_follow): Deleted procedure.
18219 (explicit_fork_child_follow): Deleted procedure.
18220 (test_follow_fork): New procedure.
18221 (do_fork_tests): Replace calls to deleted procedures with
72f4393d 18222 calls to test_follow_fork and reset GDB for subsequent
a1aa2221
LM
18223 procedure calls.
18224
0fc05997
YQ
182252014-06-17 Yao Qi <yao@codesourcery.com>
18226
18227 * gdb.base/wchar.exp: Set $cent to \u00A2 if "host-charset" is
18228 CP1252.
18229
70795c52
LM
182302014-06-17 Luis Machado <lgustavo@codesourcery.com>
18231
18232 * gdb.mi/mi-var-rtti.cc (type_update_when_use_rtti_test):
18233 Initialize ptr and S explicitly.
18234 (skip_type_update_when_not_use_rtti_test): Likewise.
18235
6be47f0c
KS
182362014-06-16 Keith Seitz <keiths@redhat.com>
18237
18238 PR mi/15863
18239 * gdb.mi/mi-var-cmd.exp: Add test for -var-update before
18240 the inferior is started.
18241
d03de421
PA
182422014-06-16 Pedro Alves <palves@redhat.com>
18243
18244 * gdb.base/break-main-file-remove-fail.c: New file.
18245 * gdb.base/break-main-file-remove-fail.exp: New file.
18246 * gdb.base/break-unload-file.exp: Use build_executable instead of
18247 prepare_for_testing.
18248 (test_break): New parameter "initial_load". Handle it.
18249 (top level): Add initial_load cmdline/file axis.
18250
f9579b99
TT
182512014-06-12 Tom Tromey <tromey@redhat.com>
18252
18253 * gdb.base/completion.exp: Don't use directory name in test.
18254
3657956b
GB
182552014-06-09 Gary Benson <gbenson@redhat.com>
18256
18257 * gdb.base/sigall.c [Functions to send signals]: Reorder to
18258 separate the always-available ANSI-standard signals from the
18259 signals that require checking.
18260 (main): Likewise.
18261 * gdb.reverse/sigall-reverse.c [Functions to send signals]:
18262 Likewise.
18263 (main): Likewise.
18264
4186eb54
KS
182652014-06-07 Keith Seitz <keiths@redhat.com>
18266
18267 Revert:
18268 PR c++/16253
18269 * gdb.cp/var-tag.cc: New file.
18270 * gdb.cp/var-tag.exp: New file.
18271 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
18272 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
18273 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
18274 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
18275
25326a28 182762014-06-06 Doug Evans <xdje42@gmail.com>
6da01dbe
DE
18277
18278 * gdb.guile/scm-frame-args.c (foo): Tweak to work with gcc 4.6.3.
18279
829155c9
PA
182802014-06-06 Pedro Alves <palves@redhat.com>
18281
18282 * gdb.base/sss-bp-on-user-bp-2.exp: Look for target_resume(step)
18283 in target debug output instead of looking at RSP packets,
18284 disabling the test on any target that uses hardware stepping.
18285 Update comments.
18286
61c8d22e
PA
182872014-06-06 Pedro Alves <palves@redhat.com>
18288
18289 * gdb.base/break-unload-file.exp: Fix typo.
18290
d9a47287
YQ
182912014-06-06 Yao Qi <yao@codesourcery.com>
18292
18293 * gdb.base/jit.exp (one_jit_test): Restrict the pattern
18294 from "jit_function" to "^jit_function".
18295
e5e01dbf
YQ
182962014-06-06 Yao Qi <yao@codesourcery.com>
18297
18298 * gdb.base/async.c (foo): Add one statement.
18299 * gdb.base/async.exp: Get the next instruction address and
18300 match the output of "nexti" by instruction address. Match
18301 the hex address in the output of "finish".
18302
73ba372c
GB
183032014-06-06 Gary Benson <gbenson@redhat.com>
18304
18305 * gdb.base/call-signals.c: Remove preprocessor conditionals
18306 for always-defined signals SIGINT, SIGILL, SIGABRT, SIGFPE,
18307 SIGSEGV and SIGTERM.
18308 * gdb.base/sigall.c: Likewise.
18309 * gdb.base/unwindonsignal.c: Likewise.
18310 * gdb.reverse/sigall-reverse.c: Likewise.
18311
831517df
YQ
183122014-06-06 Yao Qi <yao@codesourcery.com>
18313
18314 * gdb.base/hbreak-unmapped.exp: Read memory at address 0. If
18315 readable, skip the test.
18316
b8b91e98
YQ
183172014-06-06 Yao Qi <yao@codesourcery.com>
18318
18319 * gdb.threads/staticthreads.c (thread_function): Move the line
18320 setting breakpoint on forward.
18321 * gdb.threads/staticthreads.exp: Update comments.
18322
fb934770
LC
183232014-06-05 Ludovic Courtès <ludo@gnu.org>
18324
18325 * gdb.guile/scm-value.exp (test_value_in_inferior): Add test
18326 "history-append! type error".
18327
6ef284bd
SM
183282014-06-05 Simon Marchi <simon.marchi@ericsson.com>
18329
18330 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Fix
18331 erroneous dprintf expected input.
18332
a872e241
DE
183332014-06-04 Doug Evans <xdje42@gmail.com>
18334
18335 * gdb.guile/scm-generics.exp: Delete.
18336
16f691fb
DE
183372014-06-04 Doug Evans <xdje42@gmail.com>
18338
18339 * gdb.guile/scm-breakpoint.exp: Update.
18340 Add tests for breakpoint registration.
18341
012370f6
TT
183422014-06-04 Tom Tromey <tromey@redhat.com>
18343
18344 * gdb.base/vla-datatypes.exp: Add tests for VLA-in-structure and
18345 VLA-in-union.
18346 * gdb.base/vla-datatypes.c (vla_factory): Add vla_struct,
18347 inner_vla_struct, vla_union types. Initialize objects of those
18348 types and compute their sizes.
18349
9f5a4cef
HZ
183502014-06-04 Nathan Sidwell <nathan@codesourcery.com>
18351 Hui Zhu <hui@codesourcery.com>
18352
18353 * gdb.base/fileio.exp: Add test for shell not available as well as
18354 available.
18355 * gdb.base/fileio.c (test_system): Check for shell twice.
18356
90a45c4d
YQ
183572014-06-04 Yao Qi <yao@codesourcery.com>
18358
18359 * gdb.base/auto-connect-native-target.exp: Remove redundant
18360 space from the regexp pattern.
18361
70017e41
YQ
183622014-06-04 Yao Qi <yao@codesourcery.com>
18363
18364 * gdb.base/default.exp: Replace "child" with "native" in
18365 regexp pattern.
18366
883964a7
SC
183672014-06-03 Siva Chandra Reddy <sivachandra@google.com>
18368
18369 * gdb.python/py-xmethods.cc: New testcase to test xmethods.
18370 * gdb.python/py-xmethods.exp: New tests to test xmethods.
18371 * gdb.python/py-xmethods.py: Python script supporting the
18372 new testcase and tests.
18373
ef370185
JB
183742014-06-03 Joel Brobecker <brobecker@adacore.com>
18375 Pedro Alves <palves@redhat.com>
18376
18377 PR breakpoints/17000
18378 * gdb.base/sss-bp-on-user-bp.exp: Remove kfail.
18379 * gdb.base/sss-bp-on-user-bp-2.exp: Remove kfail.
18380
1e2ccb61
BM
183812014-06-03 Brad Mouring <bmouring@ni.com> (tiny patch)
18382
18383 * gdb.base/subst.exp: Add tests to verify partial path matching
18384 output.
18385
c6ec5ab2
PA
183862014-06-03 Pedro Alves <palves@redhat.com>
18387
18388 * gdb.base/sss-bp-on-user-bp-2.exp: Skip if testing with a remote
18389 target that doesn't use software single-stepping.
18390
835c559f
PA
183912014-06-03 Pedro Alves <palves@redhat.com>
18392
18393 PR breakpoints/17000
18394 * gdb.base/sss-bp-on-user-bp-2.c: New file.
18395 * gdb.base/sss-bp-on-user-bp-2.exp: New file.
18396
06eb1586
DE
183972014-06-02 Doug Evans <xdje42@gmail.com>
18398
18399 * gdb.guile/scm-parameter.exp: New file.
18400
e698b8c4
DE
184012014-06-02 Doug Evans <xdje42@gmail.com>
18402
18403 * gdb.guile/scm-cmd.c: New file.
18404 * gdb.guile/scm-cmd.exp: New file.
18405
ded03782
DE
184062014-06-02 Doug Evans <xdje42@gmail.com>
18407
18408 * gdb.guile/scm-pretty-print.exp: Add tests for objfile and progspace
18409 pretty-printer lookup.
18410 * gdb.guile/scm-pretty-print.scm (pp_s-printer): New function.
18411 (make-pp_s-printer): Call it.
18412 (make-pretty-printer-from-dict): New function.
18413 (lookup-pretty-printer-maker-from-dict): New function.
18414 (*pretty-printer*): Simplify.
18415 (make-objfile-pp_s-printer): New function.
18416 (install-objfile-pretty-printers!): New function.
18417 (make-progspace-pp_s-printer): New function.
18418 (install-progspace-pretty-printers!): New function.
18419 * gdb.guile/scm-progspace.c: New file.
18420 * gdb.guile/scm-progspace.exp: New file.
18421
41fac0cf
PA
184222014-06-02 Pedro Alves <palves@redhat.com>
18423
18424 * gdb.base/dprintf-bp-same-addr.c: New file.
18425 * gdb.base/dprintf-bp-same-addr.exp: New file.
18426
96ae5695
EBM
184272014-06-02 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
18428
18429 * gdb.arch/powerpc-power.exp: Add power8 instructions to the testcase.
18430 * gdb.arch/powerpc-power.s: Likewise.
18431
da02b3a8
JB
184322014-06-02 Joel Brobecker <brobecker@adacore.com>
18433
18434 * gdb.base/completion.exp: Remove code aimed at restoring TIMEOUT.
18435
c72b2e7b
YQ
184362014-06-01 Yao Qi <yao@codesourcery.com>
18437
18438 * gdb.base/watchpoint.exp (test_watch_location): Check null
18439 pointer can be dereferenced. If not, do the test, otherwise
18440 skip it.
18441
53e8a631
AB
184422014-05-30 Andrew Burgess <aburgess@broadcom.com>
18443
18444 * gdb.arch/amd64-invalid-stack-middle.exp: Update expected
18445 results.
18446 * gdb.arch/amd64-invalid-stack-top.exp: Likewise.
18447
938f0e2f
AB
184482014-05-30 Andrew Burgess <aburgess@broadcom.com>
18449
18450 * gdb.arch/amd64-invalid-stack-middle.S: New file.
18451 * gdb.arch/amd64-invalid-stack-middle.c: New file.
18452 * gdb.arch/amd64-invalid-stack-middle.exp: New file.
18453 * gdb.arch/amd64-invalid-stack-top.c: New file.
18454 * gdb.arch/amd64-invalid-stack-top.exp: New file.
18455
9ba6657a
PA
184562014-05-30 Pedro Alves <palves@redhat.com>
18457
18458 PR breakpoints/17000
18459 * gdb.base/sss-bp-on-user-bp.c: New file.
18460 * gdb.base/sss-bp-on-user-bp.exp: New file.
18461
522c09bf
DB
184622014-05-30 David Blaikie <dblaikie@gmail.com>
18463
18464 * gdb.opt/inline-break.c: Fix clang compatibility by specifying
18465 gnu_inline semantics via attribute.
18466 * gdb.opt/inline-break.exp: Remove -std=c89 now that the test
18467 source explicitly specifies the required semantics.
18468
bf4ef81e
MR
184692014-05-30 Maciej W. Rozycki <macro@codesourcery.com>
18470
18471 * gdb.reverse/sigall-reverse.exp: Fix a typo.
18472
329ea579
PA
184732014-05-29 Pedro Alves <palves@redhat.com>
18474 Tom Tromey <tromey@redhat.com>
18475
18476 * gdb.base/async-shell.exp: Don't enable target-async.
18477 * gdb.base/async.exp
18478 * gdb.base/corefile.exp (corefile_test_attach): Remove 'async'
18479 parameter. Adjust.
18480 (top level): Don't test with "target-async".
18481 * gdb.base/dprintf-non-stop.exp: Don't enable target-async.
18482 * gdb.base/gdb-sigterm.exp: Don't test with "target-async".
18483 * gdb.base/inferior-died.exp: Don't enable target-async.
18484 * gdb.base/interrupt-noterm.exp: Likewise.
18485 * gdb.mi/mi-async.exp: Use "mi-async" instead of "target-async".
18486 * gdb.mi/mi-nonstop-exit.exp: Likewise.
18487 * gdb.mi/mi-nonstop.exp: Likewise.
18488 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
18489 * gdb.mi/mi-nsintrall.exp: Likewise.
18490 * gdb.mi/mi-nsmoribund.exp: Likewise.
18491 * gdb.mi/mi-nsthrexec.exp: Likewise.
18492 * gdb.mi/mi-watch-nonstop.exp: Likewise.
18493 * gdb.multi/watchpoint-multi.exp: Adjust comment.
18494 * gdb.python/py-evsignal.exp: Don't enable target-async.
18495 * gdb.python/py-evthreads.exp: Likewise.
18496 * gdb.python/py-prompt.exp: Likewise.
18497 * gdb.reverse/break-precsave.exp: Don't test with "target-async".
18498 * gdb.server/solib-list.exp: Don't enable target-async.
18499 * gdb.threads/thread-specific-bp.exp: Likewise.
18500 * lib/mi-support.exp: Adjust to use mi-async.
18501
fd664c91
PA
185022014-05-29 Pedro Alves <palves@redhat.com>
18503
18504 PR gdb/13860
18505 * gdb.mi/mi-cli.exp: Always expect "end-stepping-range" stop
18506 reason, even in sync mode.
18507
251bde03
PA
185082014-05-29 Pedro Alves <palves@redhat.com>
18509 Hui Zhu <hui@codesourcery.com>
18510
18511 PR PR15693
18512 * gdb.mi/mi-condbreak-call-thr-state-mt.c: New file.
18513 * gdb.mi/mi-condbreak-call-thr-state-st.c: New file.
18514 * gdb.mi/mi-condbreak-call-thr-state.c: New file.
18515 * gdb.mi/mi-condbreak-call-thr-state.exp: New file.
18516
7f3c0343
JB
185172014-05-28 Joel Brobecker <brobecker@adacore.com>
18518
18519 * config/monitor.exp (gdb_target_monitor): Replace use of
18520 "set remotebaud" by "set serial baud".
18521
b2715b27
AW
185222014-05-26 Andy Wingo <wingo@igalia.com>
18523
18524 * gdb.guile/scm-breakpoint.exp:
18525 * gdb.guile/scm-gsmob.exp: Update to use plain old object
18526 properties instead of gdb-object-properties.
18527
498a4489
YQ
185282014-05-26 Yao Qi <yao@codesourcery.com>
18529
18530 * gdb.server/no-thread-db.exp: Specify source file name
18531 explicitly when setting a breakpoint.
18532
589fdceb
MM
185332014-05-23 Markus Metzger <markus.t.metzger@intel.com>
18534
18535 * gdb.btrace/vdso.c: New.
18536 * gdb.btrace/vdso.exp: New.
18537
e9089e05
MM
185382014-05-23 Markus Metzger <markus.t.metzger@intel.com>
18539
18540 * gdb.base/gcore.exp (capture_command_output): Move ...
18541 * lib/gdb.exp (capture_command_output): ... here.
18542
67b5c0c1
MM
185432014-05-23 Markus Metzger <markus.t.metzger@intel.com>
18544
18545 * gdb.btrace/data.exp: Test memory access during btrace replay.
18546
a2199296
SM
185472014-05-22 Simon Marchi <simon.marchi@ericsson.com>
18548
18549 * lib/mi-support.exp (mi_run_cmd_full): Add comments.
18550
17b2616c
PA
185512014-05-21 Pedro Alves <palves@redhat.com>
18552
18553 PR gdb/13860
18554 * gdb.mi/mi-cli.exp (line_callee4_next_step): New global.
18555 (top level): Test that output related to execution commands is
18556 sent to the console with CLI commands, but not with MI commands.
18557 Test that breakpoint events are always mirrored to the console.
18558 Also expect the new source line to be output after a "next" in
18559 async mode too. Make it a pass/fail test.
18560 * gdb.mi/mi-solib.exp: Test that the CLI solib event note is
18561 output.
18562 * lib/mi-support.exp (mi_gdb_expect_cli_output): New procedure.
18563
5166082f
PA
185642014-05-21 Pedro Alves <palves@redhat.com>
18565
18566 * gdb.base/list.exp (build_pattern, test_list): New procedures.
18567 Use them to test variations of "list" after reaching a breakpoint.
18568 * gdb.mi/mi-cli.exp (line_main_callme_2): New global.
18569 Test "list" with listsize 10 after reaching a breakpoint.
18570 * gdb.python/python.exp (decode_line current location line
18571 number): Adjust expected line number.
18572
2f25d70f
SM
185732014-05-21 Simon Marchi <simon.marchi@ericsson.com>
18574
18575 * lib/mi-support.exp (mi_run_cmd_full): Revert to original
18576 behavior for $args, pass it directly to "run".
18577
ff604a67
MR
185782014-05-21 Maciej W. Rozycki <macro@codesourcery.com>
18579
18580 * lib/gdb.exp (default_gdb_init): Bump `match_max' up from
18581 30000 to 65536.
18582
6a3cb8e8
PA
185832014-05-21 Pedro Alves <palves@redhat.com>
18584
18585 * boards/gdbserver-base.exp (GDBFLAGS): Set to "set
18586 auto-connect-native-target off".
18587 * gdb.base/auto-connect-native-target.c: New file.
18588 * gdb.base/auto-connect-native-target.exp: New file.
18589
4ebfc96e
PA
185902014-05-21 Pedro Alves <palves@redhat.com>
18591
18592 * gdb.base/default.exp: Test "target native" instead of "target
18593 child".
18594
36d46afb
MW
185952014-05-21 Mark Wielaard <mjw@redhat.com>
18596
18597 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
18598
5876f503
JK
185992014-05-21 Jan Kratochvil <jan.kratochvil@redhat.com>
18600
18601 Fix TLS access for -static -pthread.
18602 * gdb.threads/staticthreads.c <HAVE_TLS> (tlsvar): New.
18603 <HAVE_TLS> (thread_function, main): Initialize it.
18604 * gdb.threads/staticthreads.exp: Try gdb_compile_pthreads for $have_tls.
18605 Add clean_restart.
18606 <$have_tls != "">: Check TLSVAR.
18607
0256a6ac
PA
186082014-05-21 Pedro Alves <palves@redhat.com>
18609
18610 * gdb.base/dcache-line-read-error.c: New.
18611 * gdb.base/dcache-line-read-error.exp: New.
18612
936d2992
PA
186132014-05-20 Pedro Alves <palves@redhat.com>
18614
18615 * gdb.base/compare-sections.c: New file.
18616 * gdb.base/compare-sections.exp: New file.
18617
802e8e6d
PA
186182014-05-20 Pedro Alves <palves@redhat.com>
18619
18620 * gdb.base/break-idempotent.c: New file.
18621 * gdb.base/break-idempotent.exp: New file.
18622
e59fa00f
MM
186232014-05-20 Markus Metzger <markus.t.metzger@intel.com>
18624
18625 * gdb.btrace/nohist.exp: New.
18626
8b696e31
YQ
186272014-05-20 Yao Qi <yao@codesourcery.com>
18628
18629 * lib/gdb.exp (gdb_init): Set timeout if test file is under
18630 gdb.reverse directory and gdb_reverse_timeout exists in board
18631 setting.
18632 * README: Document gdb_reverse_timeout.
18633
73c9764f
YQ
186342014-05-20 Yao Qi <yao@codesourcery.com>
18635
18636 * lib/gdb.exp (default_gdb_init): Rename argument 'args' by
18637 'test_file_name'. Treat args as a string instead of a list.
18638 (gdb_init): Rename argument 'args' by 'test_file_name'.
18639
f1f4348a
JK
186402014-05-19 Jan Kratochvil <jan.kratochvil@redhat.com>
18641
18642 * gdb.arch/powerpc-power.exp: New file.
18643 * gdb.arch/powerpc-power.s: New file.
18644
0dbe70ce
DE
186452014-05-16 Doug Evans <dje@google.com>
18646
18647 * gdb.base/Makefile.in (EXECUTABLES): Add completion.
d7761c2c
DE
18648 * gdb.base/completion.exp: Check that all expected files exist
18649 before doing file completion.
0dbe70ce 18650
8d551b02
DE
186512014-05-16 Doug Evans <dje@google.com>
18652
18653 * gdb.base/catch-syscall.exp (test_catch_syscall_fail_nodatadir):
18654 Update.
18655 (do_syscall_tests_without_xml): Update.
18656
73eb7709
PA
186572014-05-16 Pedro Alves <palves@redhat.com>
18658
18659 * lib/mi-support.exp (mi_expect_stop): On timeout, say "timeout"
18660 instead of "unknown output after running".
18661
3fae92fc
YQ
186622014-05-16 Yao Qi <yao@codesourcery.com>
18663
18664 * gdb.dwarf2/dw2-filename.exp: Copy file1.txt to host. Remove
18665 file1.txt from host at the end.
18666 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
18667
c2b2ccc5
DE
186682014-05-15 Doug Evans <dje@google.com>
18669
18670 * gdb.dwarf2/fission-reread.S: Remove directory from .dwo file path.
18671 * gdb.dwarf2/fission-reread.exp: Set debug-file-directory before
18672 loading file. Add test for TU lookup.
18673
8c217a4b
SM
186742014-05-15 Simon Marchi <simon.marchi@ericsson.com>
18675
18676 * lib/mi-support.exp (mi_run_cmd_full): Set arguments by
18677 calling "-exec-arguments" or "set args" before running the
18678 inferior.
18679
3deb39c6
SM
186802014-05-15 Simon Marchi <simon.marchi@ericsson.com>
18681
18682 * lib/mi-support.exp (mi_expect_stop): Expect message for
18683 inferiors that exit with non-zero exit code.
18684
71a79f8c
YQ
186852014-05-14 Yao Qi <yao@codesourcery.com>
18686
18687 * gdb.mi/mi-file.exp (test_file_list_exec_source_file): Don't
18688 match absolute path on remote host.
18689 (test_file_list_exec_source_files): Remove "/" from the
18690 pattern.
18691
f23fcd46
YQ
186922014-05-14 Yao Qi <yao@codesourcery.com>
18693
18694 * boards/local-remote-host-notty.exp (${board}_file): New
18695 proc.
18696
9404b58f
KM
186972014-05-07 Kyle McMartin <kyle@redhat.com>
18698
18699 Pushed by Joel Brobecker <brobecker@adacore.com>.
18700 * gdb.arch/aarch64-atomic-inst.c: New file.
18701 * gdb.arch/aarch64-atomic-inst.exp: New file.
18702
5e45f04c
YQ
187032014-05-07 Yao Qi <yao@codesourcery.com>
18704
18705 * gdb.dwarf2/dwzbuildid.exp: Match output "No symbol "the_int"
18706 in current context" too.
18707
c888a17d
KS
187082014-05-05 Keith Seitz <keiths@redhat.com>
18709
18710 * gdb.linespec/ls-dollar.exp: Add test for linespec
18711 file:convenience_variable.
18712
290a839c
YQ
187132014-05-05 Yao Qi <yao@codesourcery.com>
18714
18715 * gdb.trace/unavailable.exp (gdb_collect_args_test): Save
18716 traceframes into tfile and ctf trace files. Read data from
18717 trace file and test collected data.
18718 (gdb_collect_locals_test): Likewise.
18719 (gdb_unavailable_registers_test): Likewise.
18720 (gdb_unavailable_floats): Likewise.
18721 (gdb_collect_globals_test): Likewise.
18722 (top-level): Append "ctf" to trace_file_targets if GDB
18723 supports.
18724
b5262cd0
YQ
187252014-05-05 Yao Qi <yao@codesourcery.com>
18726
18727 * gdb.trace/unavailable.exp (gdb_collect_args_test): Move some
18728 code to ...
18729 (gdb_collect_args_test_1): ... it. New proc.
18730 (gdb_collect_locals_test): Move some code to ...
18731 (gdb_collect_locals_test_1): ... it. New proc.
18732 (gdb_unavailable_registers_test): Move some code to ...
18733 (gdb_unavailable_registers_test_1): ... it. New proc.
18734 (gdb_unavailable_floats): Move some code to ...
18735 (gdb_unavailable_floats_1): ... it. New proc.
18736
30a1e6cc
SDJ
187372014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
18738
18739 * gdb.arch/amd64-stap-optional-prefix.S (main): Add several
18740 probes to test for bitness recognition.
18741 * gdb.arch/amd64-stap-optional-prefix.exp
18742 (test_probe_value_without_reg): New procedure.
18743 Add code to test for different kinds of bitness.
18744
f33da99a
SDJ
187452014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
18746
18747 PR breakpoints/16889
18748 * gdb.arch/amd64-stap-optional-prefix.S: New file.
18749 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
18750
5b80f00d
PA
187512014-05-01 Pedro Alves <palves@redhat.com>
18752
18753 * lib/gdb.exp (gdb_load): Extend comment. Skip calling
18754 gdb_file_cmd if no file is specified.
18755 * boards/native-extended-gdbserver.exp (gdb_load): Use the
18756 last_loaded_file to set the remote exec-file.
18757
f8c2a73c
PA
187582014-05-01 Pedro Alves <palves@redhat.com>
18759
18760 * boards/local-remote-host.exp: New file.
18761
be6e8ac7
PA
187622014-05-01 Pedro Alves <palves@redhat.com>
18763
18764 * boards/local-remote-host.exp: Rename to ...
18765 * boards/local-remote-host-notty.exp: ... this.
18766
cac0dc8f
JB
187672014-04-28 Joel Brobecker <brobecker@adacore.com>
18768
18769 * gdb.ada/dyn_arrayidx: New testcase.
18770
9730e6cc
YQ
187712014-04-26 Yao Qi <yao@codesourcery.com>
18772
18773 * gdb.dwarf2/dwz.exp: Compile main.c to object. Restart GDB
18774 and compute the length of function main. Save it in
18775 $main_length.
18776 (Dwarf::assemble): Use $main_length instead of hard-coded 10.
18777 (top-level): Use gdb_compile to compile objects into
18778 executable and restart GDB. Remove invocation to
18779 prepare_for_testing.
18780
7ae1a6a6
PA
187812014-04-25 Simon Marchi <simon.marchi@ericsson.com>
18782 Pedro Alves <palves@redhat.com>
18783
18784 PR server/16255
18785 * gdb.multi/multi-attach.c: New file.
18786 * gdb.multi/multi-attach.exp: New file.
18787
4082afcc
PA
187882014-04-25 Pedro Alves <palves@redhat.com>
18789
18790 * gdb.base/cond-eval-mode.exp (warning): Move trailing \r\n to
18791 user.
18792 (top level): Test that "set remote conditional-breakpoints-packet
18793 off" works as intended.
18794 * gdb.base/dprintf.exp: Test that "set remote
18795 breakpoint-commands-packet off" works as intended.
18796 * gdb.trace/change-loc.exp (tracepoint_install_in_trace_disabled):
18797 New function.
18798 (top level): Call it.
18799 * gdb.trace/ftrace.exp (test_fast_tracepoints): Test that "set
18800 remote fast-tracepoints-packet off" works as intended.
18801 * gdb.trace/qtro.exp (gdb_is_target_remote): Moved ...
18802 * lib/gdb.exp (gdb_is_target_remote): ... here.
18803
2abc3f8d
DB
188042014-04-24 David Blaikie <dblaikie@gmail.com>
18805
18806 * gdb.base/catch-syscall.c: Make unreferenced statics non-static to
18807 ensure clang would not discard them.
18808 * gdb.base/gdbvars.c: Ditto.
18809 * gdb.base/memattr.c: Ditto.
18810 * gdb.base/whatis.c: Ditto.
18811 * gdb.python/py-prettyprint.c: Ditto.
18812 * gdb.trace/actions.c: Ditto.
18813 * gdb.cp/ptype-cv-cp.cc: Mark unused global const int as used to
18814 ensure clang would not discard it.
18815
bfd39632
DB
188162014-04-24 David Blaikie <dblaikie@gmail.com>
18817
18818 * gdb.stabs/gdb11479.c (tag_dummy_enum): introduce a variable to cause
18819 clang to emit the full definition of type required by the test
18820 * gdb.stabs/gdb11479.exp (do_test): correct a typo in a test message
18821
22842ff6
DB
188222014-04-24 David Blaikie <dblaikie@gmail.com>
18823
18824 * gdb.cp/pr10728-x.cc (main::x): Return by value instead of pointer to
18825 coax Clang into emitting the definition of the type.
18826 * gdb.cp/pr10728-x.h (y): Ditto.
18827 * gdb.cp/pr10728-y.cc (y): Ditto.
18828
c2e827ad
DB
188292014-04-24 David Blaikie <dblaikie@gmail.com>
18830
18831 * gdb.base/label.exp: XFAIL label related tests under Clang.
18832 * gdb.cp/cplabel.exp: Ditto.
18833 * gdb.linespec/ls-errs.exp: Refactor tests to execute directly and XFAIL
18834 under Clang those using labels.
18835
4c2d33e7
YQ
188362014-04-25 Yao Qi <yao@codesourcery.com>
18837
18838 * gdb.dwarf2/dwz.exp (Dwarf::assemble): Remove unused
18839 double_label.
18840 * gdb.dwarf2/dwzbuildid.exp (Dwarf::assemble): Remove
18841 partial_label and double_label.
18842
56083b99
DB
188432014-04-24 David Blaikie <dblaikie@gmail.com>
18844
18845 * gdb.python/lib-types.exp: Fix test and xfail under gcc due to gcc/55641.
18846
25d4e99d
DB
188472014-04-24 David Blaikie <dblaikie@gmail.com>
18848
18849 * gdb.cp/cpexprs.cc: Move braces to the same line as the start
18850 of the function to work across GCC and Clang.
18851 * gdb.cp/cpexprs.exp: Account for GCC/Clang difference in vtable
18852 pointer types (const void ** const V void **).
18853
01f9f808
MS
188542014-04-24 Michael Sturm <michael.sturm@mintel.com>
18855 Walfred Tedeschi <walfred.tedeschi@intel.com>
18856
18857 * Makefile.in (EXECUTABLES): Added i386-avx512.
18858 * gdb.arch/i386-avx512.c: New file.
18859 * gdb.arch/i386-avx512.exp: Likewise.
18860
4b48d439
KS
188612014-04-23 Keith Seitz <keiths@redhat.com>
18862
18863 * lib/mi-support.exp (mi_list_breakpoints): Delete.
18864 (mi_make_breakpoint_table): New procedure.
18865 (mi_create_breakpoint): Use mi_make_breakpoint
18866 and return the result.
18867 (mi_make_breakpoint): New procedure.
18868 (mi_build_kv_pairs): New procedure.
18869
18870 * gdb.mi/mi-break.exp: Remove unused globals,
18871 update mi_create_breakpoint usage, and use mi_make_breakpoint_table.
18872 All callers updated.
18873 * gdb.mi/mi-dprintf.exp: Use variable to track command
18874 number.
18875 Update all callers of mi_create_breakpoint and use
18876 mi_make_breakpoint_table.
18877 Remove any unused global variables.
18878 * gdb.mi/mi-nonstop.exp: Likewise.
18879 * gdb.mi/mi-nsintrall.exp: Likewise.
18880 * gdb.mi/mi-nsmoribund.exp: Likewise.
18881 * gdb.mi/mi-nsthrexec.exp: Likewise.
18882 * gdb.mi/mi-reverse.exp: Likewise.
18883 * gdb.mi/mi-simplerun.exp: Likewise.
18884 * gdb.mi/mi-stepn.exp: Likewise.
18885 * gdb.mi/mi-syn-frame.exp: Likewise.
18886 * gdb.mi/mi-until.exp: Likewise.
18887 * gdb.mi/mi-var-cp.exp: Likewise.
18888 * gdb.mi/mi-var-display.exp: Likewise.
18889 * gdb.mi/mi2-amd64-entry-value.exp: Likewise.
18890 * gdb.mi/mi2-var-child.exp: Likewise.
18891 * gdb.mi/mi-vla-c99.exp: Likewise.
18892 * lib/mi-support.exp: Likewise.
18893
18894 From Ian Lance Taylor <iant@cygnus.com>:
18895 * lib/gdb.exp (parse_args): New procedure.
18896
08351840
PA
188972014-04-23 Pedro Alves <palves@redhat.com>
18898
18899 * gdb.base/break-unload-file.c: New file.
18900 * gdb.base/break-unload-file.exp: New file.
18901 * gdb.base/sym-file-lib.c (baz): New function.
18902 * gdb.base/sym-file-loader.c (struct segment) <mapped_size>: New
18903 field.
18904 (load): Store the segment's mapped size.
18905 (unload): New function.
18906 (unload_shlib): New function.
18907 * gdb.base/sym-file-loader.h (unload_shlib): New declaration.
18908 * gdb.base/sym-file-main.c (main): Unload, and reload the library,
18909 set a breakpoint at baz, and call it.
18910 * gdb.base/sym-file.exp: New tests for stale breakpoint
18911 instructions.
18912
076855f9
PA
189132014-04-23 Pedro Alves <palves@redhat.com>
18914
18915 * gdb.base/hbreak-in-shr-unsupported-shr.c: New file.
18916 * gdb.base/hbreak-in-shr-unsupported.c: New file.
18917 * gdb.base/hbreak-in-shr-unsupported.exp: New file.
18918 * gdb.base/hbreak-unmapped.c: New file.
18919 * gdb.base/hbreak-unmapped.exp: New file.
18920 * gdb.trace/qtro.exp (gdb_is_target_remote): Move ...
18921 * lib/gdb.exp (gdb_is_target_remote): ... here.
18922
483805cf
PA
189232014-04-22 Pedro Alves <palves@redhat.com>
18924
18925 * gdb.base/consecutive-step-over.c: New file.
18926 * gdb.base/consecutive-step-over.exp: New file.
18927
06d97543
PA
189282014-04-22 Pedro Alves <palves@redhat.com>
18929
18930 * lib/gdb.exp (gdb_continue_to_breakpoint): Use gdb_test_multiple
18931 instead of send_gdb/gdb_expect.
18932
b4429ea2
YQ
189332014-04-22 Yao Qi <yao@codesourcery.com>
18934
18935 * lib/trace-support.exp (generate_tracefile): New procedure.
18936 * gdb.trace/tfile.exp: Skip the test if generate_tracefile
18937 return 0.
18938 * gdb.trace/mi-traceframe-changed.exp: Invoke test_tfind_tfile
18939 if generate_tracefile returns 1.
18940
51d48146
PA
189412014-04-18 Tom Tromey <palves@redhat.com>
18942 Pedro alves <tromey@redhat.com>
18943
18944 PR backtrace/15558
18945 * gdb.opt/inline-bt.exp: Test backtracing from an inline function
18946 with a backtrace limit.
18947 * gdb.python/py-frame-inline.exp: Test running to an inline
18948 function with a backtrace limit, and printing the newest frame.
18949 * gdb.python/py-frame-inline.c (main): Call f.
18950
bd1dce5f
MS
189512014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
18952
18953 * gdb.java/jnpe.exp: Drop srcdir from untested path.
18954
40d1a503
MS
189552014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
18956
18957 * lib/gdb.exp (gdb_compile_pthreads, gdb_compile_objc):
18958 Drop prefix from unsupported source file path.
18959
389b98f7
YQ
189602014-04-17 Yao Qi <yao@codesourcery.com>
18961
18962 * lib/gdb.exp (with_target_charset): New proc.
18963 * gdb.base/printcmds.exp (test_print_all_chars): Wrap tests with
18964 with_target_charset.
18965 (test_print_strings): Likewise.
18966 (test_repeat_bytes): Likewise.
18967 * gdb.base/setvar.exp: Set target-charset to ASCII temporarily
18968 for some tests.
18969
22869d73
KS
189702014-04-16 Keith Seitz <keiths@redhat.com>
18971
18972 PR gdb/15827
18973 * gdb.dwarf2/corrupt.c: New file.
18974 * gdb.dwarf2/corrupt.exp: New file.
18975
c4f87ca6
KS
189762014-04-16 Keith Seitz <keiths@redhat.com>
18977
18978 PR c++/16597
18979 * gdb.cp/namelessclass.cc: New file.
18980 * gdb.cp/namelessclass.exp: New file.
18981 * gdb.cp/namelessclass.S: New file.
18982
ab19de87
DE
189832014-04-16 Doug Evans <dje@google.com>
18984
18985 * lib/gdbserver-support.exp (gdbserver_default_get_remote_address):
18986 Add comment.
18987 (gdbserver_default_get_comm_port): New function.
18988 (gdbserver_start): Check if board file provided
18989 "gdbserver,get_comm_port" and use it if so.
18990 * boards/native-stdio-gdbserver.exp (sockethost): Set to "".
18991 (gdb,socketport): Set to "stdio".
18992 (gdbserver,get_comm_port): Set to ${board}_get_comm_port.
18993 (stdio_gdbserver_template): Delete.
18994 (${board}_get_remote_address): Update.
18995 (${board}_build_remote_cmd): Delete.
18996 (${board}_get_comm_port): New function.
18997 (${board}_spawn): Update.
18998 * boards/remote-stdio-gdbserver.exp (${board}_build_remote_cmd):
18999 Delete.
19000 (${board}_get_remote_address): Update.
19001 (${board}_get_comm_port): New function.
19002
fc98a809
AB
190032014-04-16 Andrew Burgess <aburgess@broadcom.com>
19004
19005 * gdb.base/memattr.exp: Improve regexps to handle memory regions
19006 appearing in any order.
19007
87fd9e6e
DE
190082014-04-15 Doug Evans <dje@google.com>
19009
19010 * gdb.gdb/selftest.exp (do_steps_and_nexts): Don't reference
19011 uninitialized value of "description".
19012
099fc3ea
KS
190132014-04-15 Keith Seitz <keiths@redhat.com>
19014
19015 * gdb.mi/mi-simplerun.exp (test_breakpoints_creation_and_listing):
19016 Remove unused globals.
19017 (test_running_the_program): Likewise.
19018 (test_controlled_execution): Likewise.
19019 (test_controlling_breakpoints): Likewise.
19020 (test_program_termination): Likewise.
19021
5da151d4
KS
190222014-04-15 Keith Seitz <keiths@redhat.com>
19023
19024 * gdb.mi/mi-break.exp (test_tbreak_creation_and_listing): Remove
19025 unused globals.
19026 (test_rbreak_creation_and_listing): Likewise.
19027 (test_ignore_count): Likewise.
19028 (test_error): Likewise.
19029
35e5d2f0
PA
190302014-04-15 Pedro Alves <palves@redhat.com>
19031
19032 * gdb.base/sym-file-loader.h: Move inclusion of <inttypes.h>,
19033 <ansidecl.h>, <elf/common.h> and <elf/external.h> to
19034 sym-file-loader.c.
19035 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
19036 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
19037 to sym-file-loader.c.
19038 (struct library): Forward declare.
19039 (load_shlib, lookup_function): Change prototypes.
19040 (find_shstrtab, find_strtab, find_shdr, find_symtab)
19041 (translate_offset): Remove declarations.
19042 (get_text_addr): New declaration.
19043 * gdb.base/sym-file-loader.c: Move inclusion of <inttypes.h>,
19044 <ansidecl.h>, <elf/common.h> and <elf/external.h> here from
19045 sym-file-loader.h.
19046 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
19047 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
19048 here from sym-file-loader.h.
19049 (struct library): New structure.
19050 (load_shlib, lookup_function): Change prototypes and adjust to
19051 work with a struct library.
19052 (find_shstrtab, find_strtab, find_shdr, find_symtab)
19053 (translate_offset): Make static.
19054 (get_text_addr): New function.
19055 * gdb.base/sym-file-main.c (main): Adjust to new loader interface.
19056
eb4c1710
PA
190572014-04-15 Pedro Alves <palves@redhat.com>
19058
19059 * gdb.base/sym-file-loader.c: Fix typo. SELF_LINK, not SELK_LINK.
19060
2d1baf52
PA
190612014-04-15 Pedro Alves <palves@redhat.com>
19062
19063 * gdb.base/sym-file-loader.c: Include <limits.h>.
19064 (SELF_LINK): New define.
19065 (get_origin): New function.
19066 (load_shlib): Use it.
19067 * gdb.base/sym-file.exp: Don't early return if the target is
19068 remote. Use runto_main, and issue fail is that fails. Use
19069 gdb_load_shlibs.
19070 (shlib_name): Delete.
19071 (lib_so, lib_syms, lib_dlopen): New globals. Use them throughout.
19072
7dd6df01
PA
190732014-04-15 Pedro Alves <palves@redhat.com>
19074
19075 * gdb.base/sym-file.exp: Remove regex characters from test
19076 message. Don't refer to breakpoint numbers in test messages.
19077
b50c8614
KS
190782014-04-14 Keith Seitz <keiths@redhat.com>
19079
19080 PR c++/16253
19081 * gdb.cp/var-tag.cc: New file.
19082 * gdb.cp/var-tag.exp: New file.
19083 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
19084 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
19085 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
19086 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
19087
3d567982
TT
190882014-04-14 Tom Tromey <tromey@redhat.com>
19089
19090 * gdb.cp/classes.exp (test_enums): Handle underlying type.
19091 * gdb.dwarf2/enum-type.exp: Add test for enum with underlying
19092 type.
19093 * gdb.cp/enum-class.exp: New file.
19094 * gdb.cp/enum-class.cc: New file.
19095
0626fc76
TT
190962014-04-14 Tom Tromey <tromey@redhat.com>
19097
19098 * gdb.dwarf2/enum-type.exp: New file.
19099
dca325b3
SA
191002014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
19101
19102 * gdb.mi/mi-vla-c99.exp: New file.
19103 * gdb.mi/vla.c: New file.
19104
5854b38a
SA
191052014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
19106
19107 * gdb.base/vla-datatypes.c: New file.
19108 * gdb.base/vla-datatypes.exp: New file.
19109
463bb957
SA
191102014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
19111
19112 * gdb.base/vla-ptr.c: New file.
19113 * gdb.base/vla-ptr.exp: New file.
19114
3dd170be
SA
191152014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
19116
19117 * gdb.dwarf2/count.exp: New file.
19118
5ecaaa66
SA
191192014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
19120
19121 * gdb.base/vla-sideeffect.c: New file.
19122 * gdb.base/vla-sideeffect.exp: New file.
19123
41f1ada5
DB
191242014-04-14 David Blaikie <dblaikie@gmail.com>
19125
19126 * gdb.mi/non-stop.c: Add return value for non-void function return
19127 statement.
19128 * gdb.threads/staticthreads.c: Ditto.
19129
0be03e84
DE
191302014-04-12 Siva Chandra Reddy <sivachandra@google.com>
19131 Doug Evans <xdje42@gmail.com>
19132
19133 * gdb.guile/scm-value.c: Improve test case.
19134 * gdb.guile/scm-value.exp: Add new test.
19135
f180a1fb
DB
191362014-04-11 David Blaikie <dblaikie@gmail.com>
19137
19138 * gdb.opt/inline-break.exp: Explicitly specify -std=gnu89 to
19139 override Clang's default.
19140
6b662e19
JB
191412014-04-11 Joel Brobecker <brobecker@adacore.com>
19142
19143 Revert the following changes (regressions):
19144
19145 * gdb.base/vla-sideeffect.c: New file.
19146 * gdb.base/vla-sideeffect.exp: New file.
19147
19148 * gdb.dwarf2/count.exp: New file.
19149
19150 * gdb.base/vla-multi.c: New file.
19151 * gdb.base/vla-multi.exp: New file.
19152
19153 * gdb.base/vla-ptr.c: New file.
19154 * gdb.base/vla-ptr.exp: New file.
19155
19156 * gdb.base/vla-datatypes.c: New file.
19157 * gdb.base/vla-datatypes.exp: New file.
19158
19159 * gdb.mi/mi-vla-c99.exp: New file.
19160 * gdb.mi/vla.c: New file.
19161
245a5f0b
KS
191622014-04-11 Keith Seitz <keiths@redhat.com>
19163
19164 PR c++/16675
19165 * gdb.cp/cpsizeof.exp: New file.
19166 * gdb.cp/cpsizeof.cc: New file.
19167
58a84dcf
SA
191682014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
19169
191a8a90
JB
19170 * gdb.mi/mi-vla-c99.exp: New file.
19171 * gdb.mi/vla.c: New file.
58a84dcf 19172
c8655f75
SA
191732014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
19174
19175 * gdb.base/vla-datatypes.c: New file.
19176 * gdb.base/vla-datatypes.exp: New file.
19177
024e13b4
SA
191782014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
19179
19180 * gdb.base/vla-ptr.c: New file.
19181 * gdb.base/vla-ptr.exp: New file.
19182
1a237e0e
SA
191832014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
19184
19185 * gdb.base/vla-multi.c: New file.
19186 * gdb.base/vla-multi.exp: New file.
19187
504f3432
SA
191882014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
19189
19190 * gdb.dwarf2/count.exp: New file.
19191
3bce8237
SA
191922014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
19193
191a8a90
JB
19194 * gdb.base/vla-sideeffect.c: New file.
19195 * gdb.base/vla-sideeffect.exp: New file.
3bce8237 19196
322f9c21
YQ
191972014-04-11 Yao Qi <yao@codesourcery.com>
19198
19199 * gdb.base/completion.exp: Check file exists before running tests
19200 on file completion.
19201
d708bcd1
PA
192022014-04-10 Pedro Alves <palves@redhat.com>
19203
19204 * gdb.base/cond-eval-mode.c: New file.
19205 * gdb.base/cond-eval-mode.exp: Use standard_testfile. Adjust
19206 prepare_for_testing to build the new file. Check result of
19207 runto_main.
19208 (test_break, test_watch): New procedures.
19209 (top level): Use them.
19210
ae1d2761
PM
192112014-04-08 Pierre Muller <muller@sourceware.org>
19212
19213 * gdb.base/printcmds.exp (test_artificial_arrays): Disable
19214 Ctrl-V use for mingw hosts.
19215
7af389b8
SC
192162014-04-07 Siva Chandra Reddy <sivachandra@google.com>
19217
19218 * gdb.python/py-value.c: Improve test case.
19219 * gdb.python/py-value.exp: Add new test.
19220
5e703181
DE
192212014-04-07 David Blaikie <dblaikie@gmail.com>
19222
19223 * lib/compiler.c: Identify the clang compiler.
19224 * lib/compiler.cc: Ditto.
19225
9810b410
YQ
192262014-04-03 Yao Qi <yao@codesourcery.com>
19227
19228 * gdb.base/setshow.exp: Invoke string_to_regexp to HOME and PWD.
19229
98d1b8dc
AB
192302014-04-01 Anton Blanchard <anton@samba.org>
19231
19232 * gdb.arch/ppc64-atomic-inst.exp: Use untested. Make test
19233 messages unique.
19234
3114cea1
AB
192352014-04-01 Anton Blanchard <anton@samba.org>
19236
19237 * gdb.arch/ppc64-atomic-inst.exp: Use standard_testfile,
19238 prepare_for_testing.
19239
62f7182c
AB
192402014-04-01 Anton Blanchard <anton@samba.org>
19241
19242 * gdb.arch/ppc64-atomic-inst.c: Remove.
19243 * gdb.arch/ppc64-atomic-inst.S: New file.
19244 * gdb.arch/ppc64-atomic-inst.exp: Adapt for asm based testcase.
19245
770e7fc7
DE
192462014-03-31 Doug Evans <dje@google.com>
19247
19248 * gdb.base/print-symbol-loading-lib.c: New file.
19249 * gdb.base/print-symbol-loading-main.c: New file.
19250 * gdb.base/print-symbol-loading.exp: New file.
19251
46e2bafa
YQ
192522014-03-31 Yao Qi <yao@codesourcery.com>
19253
19254 * gdb.base/source-dir.exp: Allow ';' as a directory separator.
19255
8776cfe9
JB
192562014-03-28 Joel Brobecker <brobecker@adacore.com>
19257
19258 * gdb.ada/mi_dyn_arr: New testcase.
19259
5d1ef361
DE
192602014-03-27 Doug Evans <dje@google.com>
19261
19262 * gdb.dwarf2/dw2-abs-hi-pc.exp: Build tests with "nodebug".
19263
b5bee914
YQ
192642014-03-27 Yao Qi <yao@codesourcery.com>
19265
19266 * lib/gdb.exp (can_single_step_to_signal_handler): Return zero
19267 if target is nios2-*-*.
19268
0d4d0e77
YQ
192692014-03-26 Yao Qi <yao@codesourcery.com>
19270
19271 * lib/gdb.exp (readline_is_used): New proc.
19272 * gdb.base/completion.exp: Move tests on command complete up.
19273 Skip the rest of tests if readline is not used.
19274 * gdb.ada/complete.exp: Skp the test if readline is not
19275 used.
19276 * gdb.base/filesym.exp: Likewise.
19277 * gdb.base/macscp.exp: Likewise.
19278 * gdb.base/readline-ask.exp: Likewise.
19279 * gdb.base/readline.exp: Likewise.
19280 * gdb.python/py-cmd.exp: Likewise.
19281 * gdb.trace/tfile.exp: Likewise.
19282
29361eee
YQ
192832014-03-26 Yao Qi <yao@codesourcery.com>
19284
19285 * gdb.base/macscp.exp: Fix code format issues.
19286
bc9a5525
UW
192872014-03-25 Ulrich Weigand <uweigand@de.ibm.com>
19288
19289 * gdb.asm/asm-source.exp: Handle powerpc64le-* targets.
19290 * gdb.asm/powerpc64le.inc: New file.
19291
d3839ede
PA
192922014-03-25 Pedro Alves <palves@redhat.com>
19293 Doug Evans <dje@google.com>
19294
19295 * gdb.base/source-execution.c: New file.
19296 * gdb.base/source-execution.exp: New file.
19297 * gdb.base/source-execution.gdb: New file.
19298
01672a57
DE
192992014-03-24 Doug Evans <dje@google.com>
19300
19301 * gdb.linespec/macro-relative.exp: Mark the test as unsupported if
19302 using fission.
19303
88bbeca9
HZ
193042014-03-24 Hui Zhu <hui@codesourcery.com>
19305 Pedro Alves <palves@redhat.com>
19306
19307 PR breakpoints/16101
19308 * gdb.base/dprintf.exp: Use unsupported rather than changing the
19309 test pass/fail messages. Detect missing support for dprintf when
19310 breakpoints are actually inserted.
19311 * gdb.base/mi-dprintf.exp: Detect missing support for dprintf when
19312 breakpoints are actually inserted.
19313 * lib/mi-support.exp (mi_run_cmd_full): Return -1 if continue
19314 fails.
19315
d2348791
JK
193162014-03-24 Jan Kratochvil <jan.kratochvil@redhat.com>
19317
19318 * gdb.base/gdb-sigterm.exp (do_test): Remove "set debug lin-lwp 1".
19319
feef67ab
DE
193202014-03-22 Doug Evans <xdje42@gmail.com>
19321
19322 * gdb.python/python.exp (python not supported): Verify multi-line
19323 python command issues an error.
25d743f9 19324 * gdb.guile/guile.exp (guile not supported): Verify multi-line
51b8d20c 19325 guile command issues an error.
feef67ab 19326
ecebef6a
MR
193272014-03-21 Maciej W. Rozycki <macro@codesourcery.com>
19328
19329 * gdb.threads/thread-specific.exp: Handle the lack of usable
19330 $this_breakpoint and $this_thread.
19331
ccdd1909
HZ
193322014-03-21 Hui Zhu <hui@codesourcery.com>
19333
19334 * gdb.base/attach.exp (do_command_attach_tests): New.
19335
beb460e8
PA
193362014-03-20 Tom Tromey <tromey@redhat.com>
19337 Pedro Alves <palves@redhat.com>
19338
19339 PR cli/15718
19340 * gdb.base/condbreak-call-false.c: New file.
19341 * gdb.base/condbreak-call-false.exp: New file.
19342
40acf43a
PA
193432014-03-20 Pedro Alves <palves@redhat.com>
19344
19345 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (pid):
19346 Delete.
19347 (block_signals, unblock_signals): Delete.
19348 (child_function_2, main): Remove references to deleted variable
19349 and functions.
19350
9f5e1e02
PA
193512014-03-20 Pedro Alves <palves@redhat.com>
19352
19353 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (main):
19354 Use pthread_kill to signal thread 2.
19355 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
19356 Adjust to make the test send itself a signal rather than using the
19357 host's "kill" command.
19358
99619bea
PA
193592014-03-20 Pedro Alves <palves@redhat.com>
19360
19361 * gdb.threads/multiple-step-overs.c: New file.
19362 * gdb.threads/multiple-step-overs.exp: New file.
19363 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
19364 Adjust expected infrun debug output.
19365
2adfaa28
PA
193662014-03-20 Pedro Alves <palves@redhat.com>
19367
19368 * gdb.threads/step-over-trips-on-watchpoint.c: New file.
19369 * gdb.threads/step-over-trips-on-watchpoint.exp: New file.
19370
31e77af2
PA
193712014-03-20 Pedro Alves <palves@redhat.com>
19372
19373 PR breakpoints/7143
19374 * gdb.base/watchpoint.exp: Mention bugzilla bug number instead of
19375 old gnats gdb/38. Remove kfail. Adjust to use gdb_test instead
19376 of gdb_test_multiple.
19377 * gdb.cp/annota2.exp: Remove kfail for gdb/38.
19378 * gdb.cp/annota3.exp: Remove kfail for gdb/38.
19379
b9f437de
PA
193802014-03-20 Pedro Alves <palves@redhat.com>
19381
19382 * gdb.threads/step-over-lands-on-breakpoint.c: New file.
19383 * gdb.threads/step-over-lands-on-breakpoint.exp: New file.
19384
05adc73e
PA
193852014-03-19 Pedro Alves <palves@redhat.com>
19386
19387 * gdb.base/async.exp: Remove early return.
19388
6048b950
PA
193892014-03-19 Pedro Alves <palves@redhat.com>
19390
19391 * gdb.base/async.exp (step& tests): Pass explicit test messages.
19392
8bcfb00a
PA
193932014-03-19 Pedro Alves <palves@redhat.com>
19394
19395 * gdb.base/async.exp (test_background): Expect \r\n after
19396 "completed." in the fail pattern.
19397
884e37dc
PA
193982014-03-19 Pedro Alves <palves@redhat.com>
19399
19400 * gdb.base/async.exp (test_background): New procedure.
19401 Use it for all background execution command tests.
19402
148e57e2
PA
194032014-03-19 Pedro Alves <palves@redhat.com>
19404
19405 * gdb.base/async.exp: Use prepare_for_testing.
19406
f48088c7
PA
194072014-03-19 Pedro Alves <palves@redhat.com>
19408
19409 * gdb.base/async.c (foo): Make 'x' volatile. Write to it twice in
19410 the same line.
19411
e2f6c966
PA
194122014-03-19 Pedro Alves <palves@redhat.com>
19413
19414 * gdb.base/async.c (main): Add "jump here" and "until here" line
19415 marker comments.
19416 * gdb.base/async.exp (jump_here): New global.
19417 (jump& test): Use it.
19418 (until_here): New global.
19419 (until& test): Use it.
19420
c30568d4
PA
194212014-03-19 Pedro Alves <palves@redhat.com>
19422
19423 * gdb.base/async.exp: Don't frob gdb_protocol.
19424
0172b6a7
DE
194252014-03-18 Doug Evans <xdje42@gmail.com>
19426
19427 * gdb.base/async.exp: Whitespace fixes. Turn on target-async.
19428 Fix spelling of exec-done-display.
19429
06c868a8
JK
194302014-03-18 Jan Kratochvil <jan.kratochvil@redhat.com>
19431
19432 PR gdb/15358
19433 * gdb.base/gdb-sigterm.c: New file.
19434 * gdb.base/gdb-sigterm.exp: New file.
19435
0c7e1a46
PA
194362014-03-18 Pedro Alves <palves@redhat.com>
19437
19438 PR gdb/13860
19439 * gdb.mi/mi-solib.exp: Remove gdb/13860 kfail.
19440 * lib/mi-support.exp (mi_expect_stop): Add special handling for
19441 solib-event.
19442
f7c77d93
JB
194432014-03-17 Joel Brobecker <brobecker@adacore.com>
19444
19445 * gdb.ada/pckd_arr_ren: New testcase.
19446
5a1e8c7a
DE
194472014-03-13 Doug Evans <xdje42@gmail.com>
19448
19449 PR guile/16612
19450 * gdb.guile/scm-value.ep (test_value_after_death): Do a garbage
19451 collect after discarding symbols.
19452
350e1a76
DE
194532014-03-13 Ludovic Courtès <ludo@gnu.org>
19454 Doug Evans <xdje42@gmail.com>
19455
19456 * gdb.guile/scm-value.exp (test_value_in_inferior): Verify value added
19457 to history survives a gc.
19458
a69900ae
PA
194592014-03-13 Pedro Alves <palves@redhat.com>
19460
19461 * gdb.base/default.exp: Don't test "target procfs".
19462
5db9f0bd
PA
194632014-03-13 Pedro Alves <palves@redhat.com>
19464
19465 * gdb.base/default.exp: Update "target child" and "target procfs"
19466 tests to not expect "Unix".
19467
b3ccfe11
TT
194682014-03-12 Tom Tromey <tromey@redhat.com>
19469
19470 * gdb.base/corefile.exp (corefile_test_run, corefile_test_attach):
19471 New procs. Add target-async tests.
19472 * gdb.reverse/break-precsave.exp (precsave_tests): New proc.
19473 Add target-async tests.
19474
646f4417
AA
194752014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
19476
19477 * gdb.dwarf2/dw2-ifort-parameter.c (func): Define labels
19478 'func_start' and 'func_end' for the beginning and end of the
19479 function code, respectively.
19480 * gdb.dwarf2/dw2-ifort-parameter.exp: Use 'func_start' and
19481 'func_end' instead of 'func' and 'main'.
19482
288c211f
AA
194832014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
19484
19485 * gdb.dwarf2/dw2-ifort-parameter-debug.S: Remove.
19486 * gdb.dwarf2/dw2-ifort-parameter.exp: Use Dwarf::assemble to
19487 generate the debug info assembler source.
19488
e0c0f156
AA
194892014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
19490
19491 * gdb.dwarf2/arr-stride.exp: Exploit 'prepare_for_testing'.
19492 * gdb.dwarf2/arr-subrange.exp: Likewise.
19493 * gdb.dwarf2/dwz.exp: Likewise.
19494 * gdb.dwarf2/method-ptr.exp: Likewise.
19495 * gdb.dwarf2/missing-sig-type.exp: Likewise.
19496 * gdb.dwarf2/subrange.exp: Likewise.
19497 * gdb.dwarf2/implptrconst.exp: Exploit 'build_executable'.
19498 * gdb.dwarf2/implptrpiece.exp: Likewise.
19499 * gdb.dwarf2/nostaticblock.exp: Likewise.
19500
0e5c4555
AA
195012014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
19502
19503 * lib/gdb.exp (build_executable_from_specs): Don't prepend source
19504 directory to absolute path name arguments.
19505
5ec18f2b
JG
195062014-03-10 Joel Brobecker <brobecker@adacore.com>
19507
19508 * gdb.ada/tagged_access: New testcase.
19509
847fc4f2
MM
195102014-03-07 Markus Metzger <markus.t.metzger@intel.com>
19511
19512 * gdb.btrace/data.exp: Update expected output.
19513
cc3da688
YQ
195142014-03-06 Yao Qi <yao@codesourcery.com>
19515
19516 * gdb.trace/pr16508.exp: New file.
19517
0f26cec1
PA
195182014-03-05 Pedro Alves <palves@redhat.com>
19519
19520 PR gdb/16575
19521 * gdb.base/breakpoint-shadow.exp (compare_disassembly): New
19522 procedure.
19523 (top level): Adjust to use it. Add tests that exercise breakpoint
19524 interaction with the code-cache.
19525
7a5a839f
LC
195262014-02-26 Ludovic Courtès <ludo@gnu.org>
19527
19528 * gdb.guile/scm-value.exp (test_value_in_inferior): Add
19529 test for 'history-append!'.
19530
31aa7e4e
JB
195312014-02-26 Joel Brobecker <brobecker@adacore.com>
19532
19533 * gdb.dwarf2/dw2-abs-hi-pc-hello-dbg.S: New file.
19534 * gdb.dwarf2/dw2-abs-hi-pc-hello.c: New file.
19535 * gdb.dwarf2/dw2-abs-hi-pc-world-dbg.S: New file.
19536 * gdb.dwarf2/dw2-abs-hi-pc-world.c: New file.
19537 * gdb.dwarf2/dw2-abs-hi-pc.c: New file.
19538 * gdb.dwarf2/dw2-abs-hi-pc.exp: New file.
19539
1b588015
JB
195402014-02-26 Joel Brobecker <brobecker@adacore.com>
19541
19542 * testsuite/gdb.python/py-pp-re-notag.c: New file.
19543 * testsuite/gdb.python/py-pp-re-notag.ex: New file.
19544 * testsuite/gdb.python/py-pp-re-notag.p: New file.
19545
55426c9d
JB
195462014-02-26 Joel Brobecker <brobecker@adacore.com>
19547
19548 * gdb.dwarf2/arr-subrange.c, gdb.dwarf2/arr-subrange.exp: New files.
19549
dc53a7ad
JB
195502014-02-26 Joel Brobecker <brobecker@adacore.com>
19551
19552 * gdb.dwarf2/arr-stride.c: New file.
19553 * gdb.dwarf2/arr-stride.exp: New file.
19554
12ab52e9
PA
195552014-02-26 Pedro Alves <palves@redhat.com>
19556
19557 * gdb.ada/tasks.exp: Set a task-specific breakpoint at break_me
19558 that won't ever trigger. Make sure that GDB reports the correct
19559 breakpoint that caused the stop.
19560
849c862e
JK
195612014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
19562
19563 PR gdb/16626
19564 * gdb.base/auto-load-script: New file.
19565 * gdb.base/auto-load.c: New file.
19566 * gdb.base/auto-load.exp: New file.
19567
71b7d793
JK
19568 PR gdb/16626
19569 * gdb.base/auto-load.exp: Fix out-of-srctree run.
19570
e2f0d509
JK
195712014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
19572
19573 Fix dw2-icycle.exp -fsanitize=address GDB crash.
19574 * gdb.dwarf2/dw2-icycle.S: Remove all DW_AT_sibling.
19575
50cc37c8
DE
195762014-02-24 Doug Evans <dje@google.com>
19577
19578 * lib/gdb.exp (run_on_host): Log error output if program fails.
19579
ea4758f2
PA
195802014-02-21 Pedro Alves <palves@redhat.com>
19581
19582 * gdb.threads/step-after-sr-lock.c: Rename to ...
19583 * gdb.threads/signal-while-stepping-over-bp-other-thread.c: ... this.
19584 * gdb.threads/step-after-sr-lock.exp: Rename to ...
19585 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
19586 ... this.
19587
d7b30f67
SDJ
195882014-02-20 Sergio Durigan Junior <sergiodj@redhat.com>
19589
19590 PR tdep/16397
19591 * gdb.arch/amd64-stap-special-operands.exp: New file.
19592 * gdb.arch/amd64-stap-three-arg-disp.S: Likewise.
19593 * gdb.arch/amd64-stap-three-arg-disp.c: Likewise.
19594 * gdb.arch/amd64-stap-triplet.S: Likewise.
19595 * gdb.arch/amd64-stap-triplet.c: Likewise.
19596
83deb43f
JB
195972014-02-20 Joel Brobecker <brobecker@adacore.com>
19598
19599 * gdb.dwarf2/dw2-icycle.S: Remove second and third parameters
19600 in .section pseudo-op.
19601
adde2bff
DE
196022014-02-20 lin zuojian <manjian2006@gmail.com>
19603 Joel Brobecker <brobecker@adacore.com>
19604 Doug Evans <xdje42@gmail.com>
19605
19606 PR symtab/16581
19607 * gdb.dwarf2/dw2-icycle.S: New file.
19608 * gdb.dwarf2/dw2-icycle.c: New file.
19609 * gdb.dwarf2/dw2-icycle.exp: New file.
19610
f7bd0f78
SC
196112014-02-19 Siva Chandra Reddy <sivachandra@google.com>
19612
19613 * gdb.python/py-value-cc.cc: Improve test case to enable testing
19614 operations on gdb.Value objects.
19615 * gdb.python/py-value-cc.exp: Add new test to test operations on
19616 gdb.Value objects.
19617
c17ef0d5
DE
196182014-02-18 Doug Evans <dje@google.com>
19619
19620 * Makefile.in (TESTS): New variable.
19621 (expanded_tests, expanded_tests_or_none): New variables
19622 (check-single): Pass $(expanded_tests_or_none) to runtest.
19623 (check-parallel): Only run tests in $(TESTS) if non-empty.
19624 (check/no-matching-tests-found): New rule.
19625 * README: Document TESTS makefile variable.
19626
5dd3176f
DE
196272014-02-18 Doug Evans <dje@google.com>
19628
19629 * Makefile.in (check-parallel): rm -rf outputs temp.
19630
0b10be4f
JK
196312014-02-16 Jan Kratochvil <jan.kratochvil@redhat.com>
19632
19633 Fix "ERROR: no fileid for" in the testsuite.
19634 * lib/gdb.exp (gdb_finish): Check gdb_spawn_id.
19635
85f224e7
DE
196362014-02-12 Doug Evans <dje@google.com>
19637
19638 * gdb.dwarf2/Makefile.in (EXECUTABLES): Add dwp-symlink.
19639 (MISCELLANEOUS): New variable.
19640 (clean): rm -rf $(MISCELLANEOUS).
19641 * gdb.dwarf2/dwp-symlink.exp: Test the case where the executable and
19642 dwp live in the same directory as symlinks, with each symlink pointed
19643 to a differently named file in a different directory.
19644
149b30ff
DE
196452014-02-11 Doug Evans <dje@google.com>
19646
19647 * gdb.dwarf2/dwp-symlink.exp: Rewrite to use remote_* commands instead
19648 of Tcl file commands.
19649
1dfdac32
MK
196502014-02-10 Mark Kettenis <kettenis@gnu.org>
19651
19652 * gdb.threads/step-after-sr-lock.exp: Avoid executing
19653 "kill -SIGUSR1 -1".
19654
aa4fb036
JB
196552014-02-10 Joel Brobecker <brobecker@adacore.com>
19656
19657 * gdb.ada/tick_length_array_enum_idx: New testcase.
19658
ed3ef339
DE
196592014-02-10 Doug Evans <xdje42@gmail.com>
19660
19661 * configure.ac (AC_OUTPUT): Add gdb.guile.
19662 * configure: Regenerate.
19663 * lib/gdb-guile.exp: New file.
19664 * lib/gdb.exp (get_target_charset): New function.
19665 * gdb.base/help.exp: Update expected output from "apropos apropos".
19666 * gdb.guile/Makefile.in: New file.
19667 * gdb.guile/guile.exp: New file.
19668 * gdb.guile/scm-arch.c: New file.
19669 * gdb.guile/scm-arch.exp: New file.
19670 * gdb.guile/scm-block.c: New file.
19671 * gdb.guile/scm-block.exp: New file.
19672 * gdb.guile/scm-breakpoint.c: New file.
19673 * gdb.guile/scm-breakpoint.exp: New file.
19674 * gdb.guile/scm-disasm.c: New file.
19675 * gdb.guile/scm-disasm.exp: New file.
19676 * gdb.guile/scm-equal.c: New file.
19677 * gdb.guile/scm-equal.exp: New file.
19678 * gdb.guile/scm-error.exp: New file.
19679 * gdb.guile/scm-error.scm: New file.
19680 * gdb.guile/scm-frame-args.c: New file.
19681 * gdb.guile/scm-frame-args.exp: New file.
19682 * gdb.guile/scm-frame-args.scm: New file.
19683 * gdb.guile/scm-frame-inline.c: New file.
19684 * gdb.guile/scm-frame-inline.exp: New file.
19685 * gdb.guile/scm-frame.c: New file.
19686 * gdb.guile/scm-frame.exp: New file.
19687 * gdb.guile/scm-generics.exp: New file.
19688 * gdb.guile/scm-gsmob.exp: New file.
19689 * gdb.guile/scm-iterator.c: New file.
19690 * gdb.guile/scm-iterator.exp: New file.
19691 * gdb.guile/scm-math.c: New file.
19692 * gdb.guile/scm-math.exp: New file.
19693 * gdb.guile/scm-objfile-script-gdb.in: New file.
19694 * gdb.guile/scm-objfile-script.c: New file.
19695 * gdb.guile/scm-objfile-script.exp: New file.
19696 * gdb.guile/scm-objfile.c: New file.
19697 * gdb.guile/scm-objfile.exp: New file.
19698 * gdb.guile/scm-ports.exp: New file.
19699 * gdb.guile/scm-pretty-print.c: New file.
19700 * gdb.guile/scm-pretty-print.exp: New file.
19701 * gdb.guile/scm-pretty-print.scm: New file.
19702 * gdb.guile/scm-section-script.c: New file.
19703 * gdb.guile/scm-section-script.exp: New file.
19704 * gdb.guile/scm-section-script.scm: New file.
19705 * gdb.guile/scm-symbol.c: New file.
19706 * gdb.guile/scm-symbol.exp: New file.
19707 * gdb.guile/scm-symtab-2.c: New file.
19708 * gdb.guile/scm-symtab.c: New file.
19709 * gdb.guile/scm-symtab.exp: New file.
19710 * gdb.guile/scm-type.c: New file.
19711 * gdb.guile/scm-type.exp: New file.
19712 * gdb.guile/scm-value-cc.cc: New file.
19713 * gdb.guile/scm-value-cc.exp: New file.
19714 * gdb.guile/scm-value.c: New file.
19715 * gdb.guile/scm-value.exp: New file.
19716 * gdb.guile/source2.scm: New file.
19717 * gdb.guile/types-module.cc: New file.
19718 * gdb.guile/types-module.exp: New file.
19719
7026a7c1
YQ
197202014-02-10 Yao Qi <yao@codesourcery.com>
19721
19722 PR testsuite/16543
19723 * configure.ac: Append gdb.gdb/Makefile in AC_OUTPUT.
19724 * configure: Regenerated.
19725 * Makefile.in: New file.
19726
6c466447
AS
197272014-02-08 Andreas Schwab <schwab@linux-m68k.org>
19728
19729 * gdb.python/py-framefilter.exp: Fix typo.
19730
6e854735
YQ
197312014-02-08 Yao Qi <yao@codesourcery.com>
19732
19733 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Test
19734 that no =breakpoint-modified is emitted when breakpoints are
19735 modified through MI commands.
19736
d137e6dc
PA
197372014-02-07 Pedro Alves <pedro@codesourcery.com>
19738 Pedro Alves <palves@redhat.com>
19739
19740 * gdb.threads/step-after-sr-lock.c: New file.
19741 * gdb.threads/step-after-sr-lock.exp: New file.
19742
b5ee5a50
PA
197432014-02-07 Pedro Alves <palves@redhat.com>
19744
19745 * gdb.threads/stepi-random-signal.exp: Set SIGCHLD to print.
19746
3c77faf3
JK
197472014-02-06 Jan Kratochvil <jan.kratochvil@redhat.com>
19748
19749 Fix i386-sse-stack-align.exp regression since GDB_PARALLEL.
19750 * gdb.arch/i386-sse-stack-align.exp: Use standard_output_file.
19751
6dddc817
DE
197522014-02-06 Doug Evans <xdje42@gmail.com>
19753
19754 * gdb.python/py-breakpoint.exp (test_bkpt_eval_funcs): Update expected
19755 output.
19756
19757 * gdb.gdb/python-interrupts.exp: New file.
19758
de7b2893
YQ
197592014-02-05 Yao Qi <yao@codesourcery.com>
19760
19761 * gdb.trace/report.exp (use_collected_data): Test the output
19762 of "info threads" and "info inferiors".
19763
66d032ac
YQ
197642014-02-05 Yao Qi <yao@codesourcery.com>
19765
19766 Revert this patch:
19767
19768 2013-05-24 Yao Qi <yao@codesourcery.com>
19769
19770 * gdb.trace/tfile.exp: Test inferior and thread.
19771
591a12a1
UW
197722014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
19773
19774 * gdb.base/sigbpt.exp: Do not use "*" when setting breakpoint
19775 on a function.
19776 * gdb.base/step-bt.c: Call hello via function pointer to make
19777 sure its first instruction is executed on powerpc64le-linux.
19778
0ff3e01f
UW
197792014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
19780
19781 * gdb.arch/powerpc-d128-regs.exp: Enable on powerpc64*-*.
19782
084ee545
UW
197832014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
19784
19785 * gdb.arch/vsx-regs.exp: Check target endianness. Provide variants
19786 of the test patterns for use on little-endian systems.
19787
6ed14ff3
UW
197882014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
19789
19790 * gdb.arch/altivec-regs.exp: Use gdb_test_multiple for endian test.
19791 (decimal_vector): Fix for little-endian.
19792
401e27fd
JM
197932014-01-29 Jose E. Marchesi <jose.marchesi@oracle.com>
19794
19795 * gdb.arch/sparc-sysstep.exp: New file.
19796 * gdb.arch/sparc-sysstep.c: Likewise.
19797
19798 * gdb.arch/Makefile.in (EXECUTABLES): Add sparc-sysstep.
19799
8b924729
EBM
198002014-01-28 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
19801
19802 * gdb.base/info-shared.exp: Expect leading `.' on ppc64's symbols.
19803
fb151210
JB
198042014-01-23 Tom Tromey <tromey@redhat.com>
19805
19806 * gdb.ada/array_char_idx: New testcase.
19807
0740f8d8
TT
198082014-01-23 Tom Tromey <tromey@redhat.com>
19809
19810 PR python/16487:
19811 * gdb.python/py-framefilter.exp: Add test using "Error" filter.
19812 * gdb.python/py-framefilter.py (ErrorInName, ErrorFilter): New
19813 classes.
19814
21909fa1
TT
198152014-01-23 Tom Tromey <tromey@redhat.com>
19816
19817 PR python/16491:
19818 * gdb.python/py-framefilter.py (Reverse_Function.function): Read a
19819 string from an inferior frame.
19820 * gdb.python/py-framefilter-mi.exp: Update.
19821
87ce2a04
DE
198222014-01-22 Doug Evans <dje@google.com>
19823
19824 * gdb.server/server-mon.exp: Add tests for "set debug-format".
19825
237b092b
AA
198262014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
19827
19828 * gdb.base/catch-syscall.exp: Activate test on s390*-linux.
19829
d674a709
AA
198302014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
19831
19832 * gdb.trace/entry-values.exp: Remove excess space character from
19833 regex patterns. Handle s390 call instruction.
19834
20fa3390
AA
198352014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
19836
19837 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Insert alignment and
19838 define "*_start" label. Make "name" static.
19839 * gdb.dwarf2/dw2-dir-file-name.exp: Replace references to
19840 ${name} by references to ${name}_start.
19841
78466714
AA
198422014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
19843
19844 * gdb.base/info-macros.exp: Remove "debug" from the compile
19845 options.
19846
ec9f644a
IB
198472014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
19848
19849 * gdb.dlang/demangle.exp: New file.
19850
94b1b47e
IB
198512014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
19852
19853 * gdb.dlang/primitive-types.exp: New file.
19854
7f420862
IB
198552014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
19856
19857 * configure.ac: Create gdb.dlang/Makefile.
19858 * configure: Regenerate.
19859 * Makefile.in (ALL_SUBDIRS): Add gdb.dlang.
19860 * gdb.dlang/Makefile.in: New file.
19861 * lib/d-support.exp: New file.
19862 * lib/gdb.exp (skip_d_tests): New proc.
19863
52834460
MM
198642014-01-16 Markus Metzger <markus.t.metzger@intel.com>
19865
19866 * gdb.btrace/delta.exp: Check reverse stepi.
19867 * gdb.btrace/tailcall.exp: Update. Add stepping tests.
19868 * gdb.btrace/finish.exp: New.
19869 * gdb.btrace/next.exp: New.
19870 * gdb.btrace/nexti.exp: New.
19871 * gdb.btrace/record_goto.c: Add comments.
19872 * gdb.btrace/step.exp: New.
19873 * gdb.btrace/stepi.exp: New.
19874 * gdb.btrace/multi-thread-step.c: New.
19875 * gdb.btrace/multi-thread-step.exp: New.
19876 * gdb.btrace/rn-dl-bind.c: New.
19877 * gdb.btrace/rn-dl-bind.exp: New.
19878 * gdb.btrace/data.c: New.
19879 * gdb.btrace/data.exp: New.
19880 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
19881
6e07b1d2
MM
198822014-01-16 Markus Metzger <markus.t.metzger@intel.com>
19883
19884 * gdb.btrace/Makefile.in (EXECUTABLES): Add delta.
19885 * gdb.btrace/exception.exp: Update.
19886 * gdb.btrace/instruction_history.exp: Update.
19887 * gdb.btrace/record_goto.exp: Update.
19888 * gdb.btrace/tailcall.exp: Update.
19889 * gdb.btrace/unknown_functions.exp: Update.
19890 * gdb.btrace/delta.exp: New.
19891
0b722aec
MM
198922014-01-16 Markus Metzger <markus.t.metzger@intel.com>
19893
19894 * gdb.btrace/record_goto.exp: Add backtrace test.
19895 * gdb.btrace/tailcall.exp: Add backtrace test.
19896
066ce621
MM
198972014-01-16 Markus Metzger <markus.t.metzger@intel.com>
19898
19899 * gdb.btrace/Makefile.in (EXECUTABLES): Add record_goto.
19900 * gdb.btrace/record_goto.c: New.
19901 * gdb.btrace/record_goto.exp: New.
19902 * gdb.btrace/x86-record_goto.S: New.
19903
0688d04e
MM
199042014-01-16 Markus Metzger <markus.t.metzger@intel.com>
19905
19906 * gdb.btrace/function_call_history.exp: Update tests.
19907 * gdb.btrace/instruction_history.exp: Update tests.
19908
8710b709
MM
199092014-01-16 Markus Metzger <markus.t.metzger@intel.com>
19910
19911 * gdb.btrace/function_call_history.exp: Fix expected field
19912 order for "record function-call-history".
19913 Add new tests for "record function-call-history /c".
19914 * gdb.btrace/exception.cc: New.
19915 * gdb.btrace/exception.exp: New.
19916 * gdb.btrace/tailcall.exp: New.
19917 * gdb.btrace/x86-tailcall.S: New.
19918 * gdb.btrace/x86-tailcall.c: New.
19919 * gdb.btrace/unknown_functions.c: New.
19920 * gdb.btrace/unknown_functions.exp: New.
19921 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
19922
5de9129b
MM
199232014-01-16 Markus Metzger <markus.t.metzger@intel.com>
19924
19925 * gdb.btrace/instruction_history.exp: Update.
19926 * gdb.btrace/function_call_history.exp: Update.
19927
23a7fe75
MM
199282014-01-16 Markus Metzger <markus.t.metzger@intel.com>
19929
19930 * gdb.btrace/function_call_history.exp: Fix expected function
19931 trace.
19932 * gdb.btrace/instruction_history.exp: Initialize traced.
19933 Remove traced_functions.
19934
724c7dd8
MM
199352014-01-16 Markus Metzger <markus.t.metzger@intel.com>
19936
19937 * gdb.btrace/function_call_history.exp: Update
19938 * gdb.btrace/instruction_history.exp: Update.
19939
6d78d93b
MM
199402014-01-16 Markus Metzger <markus.t.metzger@intel.com>
19941
19942 * gdb.btrace/enable.exp: Update expected text.
19943
93a360cc
OJ
199442014-01-16 Omair Javaid <Omair.Javaid@linaro.org>
19945
19946 * gdb.dwarf2/dw2-dos-drive.S: Increase text section size to 4
19947 bytes.
19948
3772b53f
MR
199492014-01-15 Maciej W. Rozycki <macro@codesourcery.com>
19950
19951 * gdb.base/float.exp: Handle "aarch64*-*-*" targets.
19952
596662fa
OJ
199532014-01-15 Omair Javaid <omair.javaid@linaro.org>
19954
19955 * lib/gdb.exp (supports_process_record): Return true for
19956 arm*-linux*. (supports_reverse): Likewise.
19957
b5b08fb4
SC
199582014-01-13 Siva Chandra Reddy <sivachandra@google.com>
19959
19960 PR python/15464
19961 PR python/16113
19962 * gdb.python/py-type.c: Enhance test case.
19963 * gdb.python/py-value-cc.cc: Likewise
19964 * gdb.python/py-type.exp: Add new tests.
19965 * gdb.python/py-value-cc.exp: Likewise
19966
52d7fb13
AA
199672014-01-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
19968 Pedro Alves <palves@redhat.com>
19969
19970 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Remove "*_start" symbol.
19971 Make "name" extern.
19972 * gdb.dwarf2/dw2-dir-file-name.exp (out_cu, out_line): Replace
19973 references to ${name}_start by references to ${name}.
19974
a2cd8cfe
JB
199752014-01-10 Joel Brobecker <brobecker@adacore.com>
19976
19977 * gdb.ada/pp-rec-component.exp: Remove path from "source" test.
19978
4e23fced
JB
199792014-01-10 Joel Brobecker <brobecker@adacore.com>
19980
19981 * gdb.python/py-pp-integral.exp: Remove path from "source" test.
19982
c6a9e42c
PA
199832014-01-09 Maciej W. Rozycki <macro@codesourcery.com>
19984 Pedro Alves <palves@redhat.com>
19985
19986 * gdb.mi/mi-info-os.exp: Connect to the target with
72f4393d 19987 mi_gdb_target_load.
c6a9e42c 19988
b7ea362b
PA
199892014-01-08 Pedro Alves <palves@redhat.com>
19990
19991 * gdb.threads/reconnect-signal.c: New file.
19992 * gdb.threads/reconnect-signal.exp: New file.
19993
5e3f4fab
EBM
199942014-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
19995
19996 * gdb.base/source-dir.exp: New file.
19997
79301218
JB
199982014-01-07 Joel Brobecker <brobecker@adacore.com>
19999
20000 * gdb.ada/mi_interface: New testcase.
20001
8e355c5d
JB
200022014-01-07 Joel Brobecker <brobecker@adacore.com>
20003
20004 * gdb.ada/pp-rec-component.exp, gdb.ada/pp-rec-component.py,
20005 gdb.ada/pp-rec-component/foo.adb, gdb.ada/pp-rec-component/pck.adb,
20006 gdb.ada/pp-rec-component/pck.ads: New files.
20007
c0d48811
JB
200082014-01-07 Joel Brobecker <brobecker@adacore.com>
20009
20010 * gdb.python/py-pp-integral.c: New file.
20011 * gdb.python/py-pp-integral.py: New file.
20012 * gdb.python/py-pp-integral.exp: New file.
20013
17b609c3 20014For older changes see ChangeLog-1993-2013.
c906108c 20015\f
8d8cb839
EZ
20016;; Local Variables:
20017;; mode: change-log
20018;; left-margin: 8
20019;; fill-column: 74
20020;; version-control: never
20021;; End:
902f2ccb 20022
b811d2c2 20023 Copyright 2014-2020 Free Software Foundation, Inc.
902f2ccb
MC
20024 Copying and distribution of this file, with or without modification,
20025 are permitted provided the copyright notice and this notice are preserved.
This page took 3.841314 seconds and 4 git commands to generate.