]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blame - gdb/testsuite/ChangeLog
Fix inconsistent output of prefix and bugs in 'show' command
[thirdparty/binutils-gdb.git] / gdb / testsuite / ChangeLog
CommitLineData
7aa1b46f
PW
12020-05-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2
3 * gdb.base/default.exp: Update output following fixes.
4
0605465f
PW
52020-05-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
6
7 * gdb.base/alias.exp: Test aliases starting with a prefix of
8 another alias.
9
86e4e63d
GB
102020-05-15 Gary Benson <gbenson@redhat.com>
11
12 * gdb.base/info-os.c (main): Add return statement.
13 * gdb.base/info_minsym.c (minsym_fun): Likewise.
14 * gdb.base/large-frame-2.c (func): Likewise.
15 * gdb.base/pr10179-a.c (foo1, bar1): Likewise.
16 * gdb.base/pr10179-b.c (foo2): Likewise.
17 * gdb.base/valgrind-disp-step.c (foo): Likewise.
18 * gdb.base/watch-cond.c (func): Likewise.
19 * gdb.multi/goodbye.c (verylongfun): Likewise.
20 * gdb.multi/hello.c (commonfun): Likewise.
21 * gdb.python/py-finish-breakpoint.c (call_longjmp): Likewise.
22 * gdb.threads/fork-plus-threads.c (thread_func): Likewise.
23 * gdb.threads/forking-threads-plus-breakpoint.c (thread_forks):
24 Likewise.
25 * gdb.threads/hand-call-new-thread.c (foo): Likewise.
26 * gdb.threads/interrupt-while-step-over.c (child_function):
27 Likewise.
28 * gdb.trace/actions-changed.c (end): Likewise.
29
163df4df
GB
302020-05-15 Gary Benson <gbenson@redhat.com>
31
32 * gdb.opencl/callfuncs.exp: Report when test skipped.
33 * gdb.opencl/convs_casts.exp: Likewise.
34 * gdb.opencl/datatypes.exp: Likewise.
35 * gdb.opencl/operators.exp: Likewise.
36 * gdb.opencl/vec_comps.exp: Likewise.
37
6dbc505a
TV
382020-05-15 Tom de Vries <tdevries@suse.de>
39
40 * gdb.base/align.exp.in: Rename to ...
41 * gdb.base/align.exp.tcl: ... this.
42 * gdb.base/align-c++.exp: Update.
43 * gdb.base/align-c.exp: Update.
44 * gdb.base/all-architectures.exp.in: Rename to ...
45 * gdb.base/all-architectures.exp: ... this.
46 * gdb.base/all-architectures-0.exp: Update.
47 * gdb.base/all-architectures-1.exp: Update.
48 * gdb.base/all-architectures-2.exp: Update.
49 * gdb.base/all-architectures-3.exp: Update.
50 * gdb.base/all-architectures-4.exp: Update.
51 * gdb.base/all-architectures-5.exp: Update.
52 * gdb.base/all-architectures-6.exp: Update.
53 * gdb.base/all-architectures-7.exp: Update.
54 * gdb.base/infcall-nested-structs.exp.in: Rename to ...
55 * gdb.base/infcall-nested-structs.exp.tcl: ... this.
56 * gdb.base/infcall-nested-structs-c++.exp: Update.
57 * gdb.base/infcall-nested-structs-c.exp: Update.
58 * gdb.base/info-types.exp.in: Rename to ...
59 * gdb.base/info-types.exp.tcl: ... this.
60 * gdb.base/info-types-c++.exp: Update.
61 * gdb.base/info-types-c.exp: Update.
62 * gdb.base/max-depth.exp.in: Rename to ...
63 * gdb.base/max-depth.exp.tcl: ... this.
64 * gdb.base/max-depth-c++.exp: Update.
65 * gdb.base/max-depth-c.exp: Update.
66 * gdb.cp/cpexprs.exp.in: Rename to ...
67 * gdb.cp/cpexprs.exp.tcl: ... this.
68 * gdb.cp/cpexprs-debug-types.exp: Update.
69 * gdb.cp/cpexprs.exp: Update.
70 * gdb.cp/infcall-nodebug.exp.in: Rename to ...
71 * gdb.cp/infcall-nodebug.exp.tcl: ... this.
72 * gdb.cp/infcall-nodebug-c++-d0.exp: Update.
73 * gdb.cp/infcall-nodebug-c++-d1.exp: Update.
74 * gdb.cp/infcall-nodebug-c-d0.exp: Update.
75 * gdb.cp/infcall-nodebug-c-d1.exp: Update.
76 * gdb.dwarf2/clang-debug-names.exp.in: Rename to ...
77 * gdb.dwarf2/clang-debug-names.exp.tcl: ... this.
78 * gdb.dwarf2/clang-debug-names-2.exp: Update.
79 * gdb.dwarf2/clang-debug-names.exp: Update.
80
d1034d78
AB
812020-05-15 Andrew Burgess <andrew.burgess@embecosm.com>
82
83 * lib/check-test-names.exp: Remove code that prevents this file
84 loading when tests are run in parallel.
85
3c5c3649
PA
862020-05-15 Pedro Alves <palves@redhat.com>
87
88 * gdb.multi/multi-kill.exp (start_inferior): Remove
89 'testpid' parameter. Refer to namespace variable directly.
90 (testpid): Declare as namespace variable.
91
272c36b8
PA
922020-05-15 Pedro Alves <palves@redhat.com>
93
94 * gdb.multi/multi-kill.exp: Wrap in namespace.
95 (start_inferior): Add TESTPID parameter. Use it instead of the
96 testpid global.
97 (top level): Define empty TESTPID array, and pass it down to
98 start_inferior.
99
02eba61a
TV
1002020-05-14 Tom de Vries <tdevries@suse.de>
101
102 * gdb.fortran/nested-funcs-2.exp: Use gdb_test_stdio to test inferior
103 output.
104
971a3747
TV
1052020-05-14 Tom de Vries <tdevries@suse.de>
106
107 * gdb.base/align.exp: Split into ...
108 * gdb.base/align.exp.in: ...
109 * gdb.base/align-c++.exp: ...
110 * gdb.base/align-c.exp: ... these.
111 * gdb.base/infcall-nested-structs.exp: Split into ...
112 * gdb.base/infcall-nested-structs.exp.in: ...
113 * gdb.base/infcall-nested-structs-c++.exp: ...
114 * gdb.base/infcall-nested-structs-c.exp: ... these.
115 * gdb.base/info-types.exp: Split into ...
116 * gdb.base/info-types.exp.in: ...
117 * gdb.base/info-types-c++.exp: ...
118 * gdb.base/info-types-c.exp: ... these.
119 * gdb.base/max-depth.exp: Split into ...
120 * gdb.base/max-depth.exp.in: ...
121 * gdb.base/max-depth-c++.exp: ...
122 * gdb.base/max-depth-c.exp: ... these.
123 * gdb.cp/infcall-nodebug.exp: Split into ...
124 * gdb.cp/infcall-nodebug.exp.in: ...
125 * gdb.cp/infcall-nodebug-c++-d0.exp: ...
126 * gdb.cp/infcall-nodebug-c++-d1.exp: ...
127 * gdb.cp/infcall-nodebug-c-d0.exp: ...
128 * gdb.cp/infcall-nodebug-c-d1.exp: ... these.
129
a05575d3
TBA
1302020-05-14 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
131 Pedro Alves <palves@redhat.com>
132
133 * gdb.multi/multi-exit.c: New file.
134 * gdb.multi/multi-exit.exp: New file.
135 * gdb.multi/multi-kill.c: New file.
136 * gdb.multi/multi-kill.exp: New file.
137
6ad82919
TBA
1382020-05-14 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
139
140 * gdb.base/annota1.exp: Update the expected output.
141 * gdb.cp/annota2.exp: Ditto.
142
843f4d93
AB
1432020-05-12 Andrew Burgess <andrew.burgess@embecosm.com>
144
145 * lib/check-test-names.exp: Disable when testing is being run in
146 parallel.
147
c7c66341
TV
1482020-05-12 Tom de Vries <tdevries@suse.de>
149
150 * gdb.base/jit-elf.exp: Fix string concat.
151
1b59ca1c
TV
1522020-05-12 Tom de Vries <tdevries@suse.de>
153
154 * lib/jit-elf-helpers.exp: Don't use undefined variables in untested
155 messages.
156
b4991d29
TV
1572020-05-12 Tom de Vries <tdevries@suse.de>
158
159 * gdb.multi/multi-term-settings.exp: Use with_test_prefix.
160
dbb0ab10
TV
1612020-05-12 Tom de Vries <tdevries@suse.de>
162
163 * gdb.ada/catch_ex.exp: Use with_test_prefix.
164 * gdb.ada/mi_catch_ex.exp: Same.
165 * gdb.ada/mi_catch_ex_hand.exp: Same.
166
7549fed8
TV
1672020-05-12 Tom de Vries <tdevries@suse.de>
168
169 * gdb.fortran/complex.exp: Use with_test_prefix.
170
af2d5cd8
TV
1712020-05-12 Tom de Vries <tdevries@suse.de>
172
173 * gdb.trace/passcount.exp: Fix test-names.
174
7c121311
TV
1752020-05-12 Tom de Vries <tdevries@suse.de>
176
177 * gdb.pascal/gdb11492.exp: Use with_test_prefix.
178
c9f3b40e
TV
1792020-05-12 Tom de Vries <tdevries@suse.de>
180
181 * gdb.gdb/complaints.exp: Use with_test_prefix.
182 * gdb.xml/tdesc-regs.exp: Same.
183 * gdb.opt/inline-locals.exp: Fix test name.
184
111b33f0
TV
1852020-05-12 Tom de Vries <tdevries@suse.de>
186
187 * gdb.dwarf2/comp-unit-lang.exp: Use with_test_prefix.
188 * gdb.dwarf2/dw2-bad-parameter-type.exp: Same.
189 * gdb.dwarf2/implref-struct.exp: Same.
190 * gdb.dwarf2/varval.exp: Ensure get_sizeof is called once per type.
191 * gdb.dwarf2/data-loc.exp: Same. Remove duplicate test.
192
ebf47080
SM
1932020-05-11 Simon Marchi <simon.marchi@polymtl.ca>
194
195 * gdb.base/jit-so.exp (one_jit_test): Change test name.
196
d30dcd12
AB
1972020-05-11 Andrew Burgess <andrew.burgess@embecosm.com>
198
199 * lib/check-test-names.exp (all_test_names): New module variable.
200 (counts): Add 'duplicates' field.
201 (_check_duplicates): New procedure.
202 (check): Also check for duplicates.
203 (do_log_summary): Print duplicates count.
204 (do_reset_vars): Reset counter for duplicate test names, and
205 discard all know test names.
206
34584c09
AB
2072020-05-11 Andrew Burgess <andrew.burgess@embecosm.com>
208
209 * lib/gdb.exp: Include check-test-names.exp library.
210 * lib/check-test-names.exp: New file.
211
e0002117
TV
2122020-05-11 Tom de Vries <tdevries@suse.de>
213
214 * gdb.ada/packed_tagged.exp: Change kfail into xfail.
215
53f539a3
KS
2162020-05-11 Keith Seitz <keiths@redhat.com>
217
218 * gdb.ada/attr_ref_and_charlit.exp: Fix typo.
219
113ee09a
TV
2202020-05-11 Tom de Vries <tdevries@suse.de>
221
222 * gdb.cp/cpexprs.exp: Move everything except flags setting ...
223 * gdb.cp/cpexprs.exp.in: .. here.
224 * gdb.cp/cpexprs-debug-types.exp: Include cpexprs.exp.in instead of
225 cpexprs.exp.
226
ba3e70b0
KS
2272020-05-11 Keith Seitz <keiths@redhat.com>
228
229 * gdb.ada/arrayparam.exp: Resolve duplicate and tail parentheses
230 test names.
231 * gdb.ada/arrayptr.exp: Likewise.
232 * gdb.ada/assign_arr.exp: Likewise.
233 * gdb.ada/attr_ref_and_charlit.exp: Likewise.
234 * gdb.ada/bp_on_var.exp: Likewise.
235 * gdb.ada/call_pn.exp: Likewise.
236 * gdb.ada/complete.exp: Likewise.
237 * gdb.ada/fun_overload_menu.exp: Likewise.
238 * gdb.ada/funcall_param.exp: Likewise.
239 * gdb.ada/funcall_ref.exp: Likewise.
240 * gdb.ada/packed_array_assign.exp: Likewise.
241 * gdb.ada/same_component_name.exp: Likewise.
242 * gdb.ada/type_coercion.exp: Likewise.
243 * gdb.ada/unc_arr_ptr_in_var_rec.exp: Likewise.
244 * gdb.ada/variant_record_packed_array.exp: Likewise.
245
3ee6bb11
TV
2462020-05-11 Tom de Vries <tdevries@suse.de>
247
248 PR symtab/25941
249 * gdb.dwarf2/clang-debug-names.exp.in: New include exp file, factored
250 out of ...
251 * gdb.dwarf2/clang-debug-names.exp: ... here.
252 * gdb.dwarf2/clang-debug-names-2.exp: New file. Include
253 clang-debug-names.exp.in.
254 * gdb.dwarf2/clang-debug-names-2-foo.c: New test.
255 * gdb.dwarf2/clang-debug-names-2.c: New test.
256
86cd6bc8
AKS
2572020-05-10 Alok Kumar Sharma <alokkumar.sharma@amd.com>
258
259 * lib/fortran.exp (fortran_main): New Proc, handle flang MAIN_,
260 (fortran_runto_main): New Proc, fortran version of runto_main.
261 * gdb.fortran/array-bounds-high.exp: Handle flang MAIN_
262 * gdb.fortran/array-bounds.exp: Likewise.
263 * gdb.fortran/array-slices.exp: Likewise.
264 * gdb.fortran/block-data.exp: Likewise.
265 * gdb.fortran/charset.exp: Likewise.
266 * gdb.fortran/common-block.exp: Likewise.
267 * gdb.fortran/complex.exp: Likewise.
268 * gdb.fortran/derived-type-function.exp: Likewise.
269 * gdb.fortran/derived-type.exp: Likewise.
270 * gdb.fortran/info-modules.exp: Likewise.
271 * gdb.fortran/info-types.exp: Likewise.
272 * gdb.fortran/intrinsics.exp: Likewise.
273 * gdb.fortran/library-module.exp: Likewise.
274 * gdb.fortran/logical.exp: Likewise.
275 * gdb.fortran/max-depth.exp: Likewise.
276 * gdb.fortran/module.exp: Likewise.
277 * gdb.fortran/multi-dim.exp: Likewise.
278 * gdb.fortran/nested-funcs.exp: Likewise.
279 * gdb.fortran/print-formatted.exp: Likewise.
280 * gdb.fortran/print_type.exp: Likewise.
281 * gdb.fortran/printing-types.exp: Likewise.
282 * gdb.fortran/ptr-indentation.exp: Likewise.
283 * gdb.fortran/ptype-on-functions.exp: Likewise.
284 * gdb.fortran/subarray.exp: Likewise.
285 * gdb.fortran/vla-alloc-assoc.exp: Likewise.
286 * gdb.fortran/vla-datatypes.exp: Likewise.
287 * gdb.fortran/vla-history.exp: Likewise.
288 * gdb.fortran/vla-ptr-info.exp: Likewise.
289 * gdb.fortran/vla-ptype-sub.exp: Likewise.
290 * gdb.fortran/vla-ptype.exp: Likewise.
291 * gdb.fortran/vla-sizeof.exp: Likewise.
292 * gdb.fortran/vla-type.exp: Likewise.
293 * gdb.fortran/vla-value-sub-arbitrary.exp: Likewise.
294 * gdb.fortran/vla-value-sub-finish.exp: Likewise.
295 * gdb.fortran/vla-value-sub.exp: Likewise.
296 * gdb.fortran/vla-value.exp: Likewise.
297 * gdb.fortran/whatis_type.exp: Likewise.
298 * gdb.mi/mi-var-child-f.exp: Likewise.
299
6dc55ce9 3002020-05-09 Tom de Vries <tdevries@suse.de>
301
302 * gdb.dwarf2/clang-debug-names.exp: Remove PR25952 kfail.
303
283cb58c
TV
3042020-05-08 Tom de Vries <tdevries@suse.de>
305
306 * gdb.dwarf2/clang-debug-names.c: New test.
307 * gdb.dwarf2/clang-debug-names.exp: New file.
308
ac4a4f1c
SM
3092020-05-06 Simon Marchi <simon.marchi@efficios.com>
310
311 * gdb.arch/amd64-prologue-skip-cf-protection.exp: New file.
312 * gdb.arch/amd64-prologue-skip-cf-protection.c: New file.
313
24fe640b
TV
3142020-05-06 Tom de Vries <tdevries@suse.de>
315
316 * gdb.reverse/consecutive-precsave.exp: Handle if instruction after
317 breakpoint is at a "recommended breakpoint location".
318 * gdb.reverse/consecutive-reverse.exp: Same.
319
0d8683a3
TV
3202020-05-06 Tom de Vries <tdevries@suse.de>
321
322 * gdb.base/watchpoint-reuse-slot.exp (stepi): Print $pc to get current
323 address.
324
b8983c46
TV
3252020-05-06 Tom de Vries <tdevries@suse.de>
326
327 * gdb.base/watchpoint-reuse-slot.exp: Fix incorrect assignment.
328
abf6d805
TV
3292020-05-06 Tom de Vries <tdevries@suse.de>
330
331 * gdb.base/store.exp (check_set, up_set): Allowing missing location
332 info for r.
333
0fc2a808
TV
3342020-05-06 Tom de Vries <tdevries@suse.de>
335
336 * gdb.base/shlib-call.exp: Add extra step to reach shmain.c:42, if
337 necessary.
338
873dd427
TV
3392020-05-06 Tom de Vries <tdevries@suse.de>
340
341 * lib/unbuffer_output.c (gdb_unbuffer_output): Change return type to
342 void.
343
7c99e7e2
TV
3442020-05-06 Tom de Vries <tdevries@suse.de>
345
346 * lib/gdb.exp (is_stmt_addresses, hex_in_list): New proc, factored out
347 of ...
348 * gdb.base/async.exp: ... here.
349 * gdb.base/consecutive.exp: Handle if 2nd breakpoint is at a
350 "recommended breakpoint location".
351
6173d6a6
TV
3522020-05-06 Tom de Vries <tdevries@suse.de>
353
354 * gdb.compile/compile-ifunc.exp: Use -Wno-attribute-alias.
355
6015a067
TV
3562020-05-04 Tom de Vries <tdevries@suse.de>
357
358 * gdb.base/async.exp: Check whether instruction addresses are a
359 "recommended breakpoint location".
360
3b6acaee
TT
3612020-05-03 Tom Tromey <tom@tromey.com>
362
363 * gdb.base/sepdebug.exp: Remove "catch" test.
364 * gdb.base/break.exp: Remove "catch" test.
365 * gdb.base/default.exp: Update expected output.
366
5beb4d17
TV
3672020-05-02 Tom de Vries <tdevries@suse.de>
368
369 * lib/gdb.exp (supports_mpx_check_pointer_bounds): New proc.
370 * gdb.arch/i386-mpx-call.exp: Use supports_mpx_check_pointer_bounds.
371 * gdb.arch/i386-mpx-map.exp: Same.
372 * gdb.arch/i386-mpx-sigsegv.exp: Same.
373 * gdb.arch/i386-mpx-simple_segv.exp: Same.
374 * gdb.arch/i386-mpx.exp: Same.
375
8caf140d
TV
3762020-05-02 Tom de Vries <tdevries@suse.de>
377
378 * gdb.base/psym-external-decl.c (main): Add use of variable aaa.
379
693196cb
TV
3802020-05-01 Tom de Vries <tdevries@suse.de>
381
382 * gdb.ada/operator_bp.exp: Allow more than required amount of
383 breakpoint.
384
53ae0aa9
TV
3852020-05-01 Tom de Vries <tdevries@suse.de>
386
387 * gdb.reverse/until-reverse.c (main): Fix Wunused-result warning.
388
ee9d1e5f
HD
3892020-04-30 Hannes Domani <ssbssa@yahoo.de>
390
391 PR gdb/18706
392 * gdb.cp/stub-array-size.cc: New test.
393 * gdb.cp/stub-array-size.exp: New file.
394 * gdb.cp/stub-array-size.h: New test.
395 * gdb.cp/stub-array-size2.cc: New test.
396
d5cf82c0
HD
3972020-04-30 Hannes Domani <ssbssa@yahoo.de>
398
399 * gdb.python/py-format-string.exp: Adjust pretty_arrays expected
400 output to the new format.
401
42e165c3
SM
4022020-04-29 Simon Marchi <simon.marchi@efficios.com>
403
404 * gdb.base/break.exp: Use with_test_prefix.
405
6e4e3fe1
TV
4062020-04-29 Tom de Vries <tdevries@suse.de>
407
408 * lib/gdb.exp (debug_types): New proc.
409 * gdb.guile/scm-symtab.exp: Add xfail for PR gcc/90232.
410 * gdb.python/py-symtab.exp: Same.
411
d642b692
HD
4122020-04-29 Hannes Domani <ssbssa@yahoo.de>
413
414 PR gdb/17320
415 * gdb.base/pretty-array.c: New test.
416 * gdb.base/pretty-array.exp: New file.
417
ea90f227
TV
4182020-04-29 Tom de Vries <tdevries@suse.de>
419
420 PR symtab/25889
421 * gdb.cp/cpexprs.exp: Adapt for inclusion.
422 * gdb.cp/cpexprs-debug-types.exp: New file. Set -fdebug-types-section
423 and include cpexprs.exp.
424
a65189c9
TV
4252020-04-28 Mark Williams <mark@myosotissp.com>
426
427 PR gdb/24480
428 * dw4-toplevel-types.exp: Test for top level types.
429 * dw4-toplevel-types.cc: Test for top level types.
430
32d1f47a
TBA
4312020-04-28 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
432
433 * gdb.threads/stop-with-handle.exp: Fix typo in comment
434 (theads -> threads).
435
56a4f5a1
TV
4362020-04-28 Tom de Vries <tdevries@suse.de>
437
438 * gdb.opt/inline-cmds.exp: Set KFAIL PR.
439
0b2f8a3b
TV
4402020-04-28 Tom de Vries <tdevries@suse.de>
441
442 * gdb.base/info-macros.exp: Remove KFAIL. Add missing trailing ".*".
443
5390c717
TV
4442020-04-28 Tom de Vries <tdevries@suse.de>
445
446 * gdb.ada/array_ptr_renaming.exp: Add PR number in KFAIL.
447
15cd93d0
TV
4482020-04-28 Tom de Vries <tdevries@suse.de>
449
450 * gdb.dwarf2/main-foo.c: New test.
451 * gdb.dwarf2/struct-with-sig.exp: New file.
452
d472f0fb
TV
4532020-04-25 Tom de Vries <tdevries@suse.de>
454
455 * boards/debug-types.exp: New file.
456
8d840e05
AB
4572020-04-25 Andrew Burgess <andrew.burgess@embecosm.com>
458
459 * gdb.btrace/multi-inferior.exp: Avoid paths in test names.
460
bcfe6157
TT
4612020-04-24 Tom Tromey <tom@tromey.com>
462
463 PR symtab/12707:
464 * gdb.python/py-symbol.exp: Update expected results for
465 linkage_name test.
466 * gdb.cp/print-demangle.exp: New file.
467 * gdb.base/c-linkage-name.exp: Fix test.
468 * gdb.guile/scm-symbol.exp: Update expected results for
469 linkage_name test.
470
f049a313
TT
4712020-04-24 Tom Tromey <tom@tromey.com>
472
473 * gdb.dwarf2/dw2-namespaceless-anonymous.S: Remove.
474 * gdb.dwarf2/dw2-namespaceless-anonymous.c: New file.
475 * gdb.dwarf2/dw2-namespaceless-anonymous.exp: Use DWARF
476 assembler.
477
7cf28874
TV
4782020-04-24 Tom de Vries <tdevries@suse.de>
479
480 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: Set language of CU to
481 C++.
482
dac2fef7
TT
4832020-04-24 Tom Tromey <tromey@adacore.com>
484
485 * gdb.ada/frame_arg_lang.exp: Run with multiple -fgnat-encodings
486 values.
487 * gdb.ada/funcall_ref.exp: Run with multiple -fgnat-encodings
488 values. Update test for minimal encodings.
489 * gdb.ada/lang_switch.exp: Update test for minimal encodings.
490 * gdb.ada/var_rec_arr.exp: Run with multiple -fgnat-encodings
491 values. Update test for minimal encodings.
492
1acda803
TT
4932020-04-24 Tom Tromey <tromey@adacore.com>
494
495 PR python/23662:
496 * gdb.ada/variant.exp: Add Python checks.
497 * gdb.rust/simple.exp: Add dynamic type checks.
498
adfb9815
TT
4992020-04-24 Tom Tromey <tromey@adacore.com>
500
501 * gdb.ada/mi_var_array.exp: Try all -fgnat-encodings settings.
502 Make array type matching more lax.
503 * gdb.ada/mi_var_union.exp: Try all -fgnat-encodings settings.
504 * gdb.ada/mi_variant.exp: New file.
505 * gdb.ada/mi_variant/pck.ads: New file.
506 * gdb.ada/mi_variant/pkg.adb: New file.
507 * gdb.ada/packed_tagged.exp: Try all -fgnat-encodings settings.
508 * gdb.ada/unchecked_union.exp: Try all -fgnat-encodings settings.
509
7d79de9a
TT
5102020-04-24 Tom Tromey <tromey@adacore.com>
511
512 * gdb.ada/variant.exp: Add dynamic field offset tests.
513 * gdb.ada/variant/pck.ads (Nested_And_Variable): New type.
514 * gdb.ada/variant/pkg.adb: Add new variables.
515
f8e89861
TT
5162020-04-24 Tom Tromey <tromey@adacore.com>
517
518 * gdb.ada/variant.exp: New file
519 * gdb.ada/variant/pkg.adb: New file
520 * gdb.ada/variant/pck.adb: New file
521
86e887ae
TV
5222020-04-24 Tom de Vries <tdevries@suse.de>
523
524 * lib/gdb.exp (clean_restart): Reset errcnt and warncnt.
525
88428775
TV
5262020-04-24 Tom de Vries <tdevries@suse.de>
527
528 * gdb.dwarf2/dwzbuildid.exp: Add quiet to dwzbuildid-mismatch compile
529 flags.
530
4e86f6e7
TV
5312020-04-24 Tom de Vries <tdevries@suse.de>
532
533 * gdb.dwarf2/dw2-error.exp: Add quiet to compile flags.
534
2016d3e6
TV
5352020-04-24 Tom de Vries <tdevries@suse.de>
536
537 * lib/gdb.exp (default_gdb_start): Handle eof.
538 (clean_restart): Detect and handle gdb_start failure. Return -1 upon
539 failure.
540 * gdb.base/readnever.exp: Handle clean_restart failure.
541
70bc38f5
TV
5422020-04-23 Tom de Vries <tdevries@suse.de>
543
544 * gdb.base/decl-before-def.exp: Run to main and print a again.
545
de82891c
TV
5462020-04-23 Tom de Vries <tdevries@suse.de>
547
548 * gdb.base/decl-before-def-decl.c: New test.
549 * gdb.base/decl-before-def-def.c: New test.
550 * gdb.base/decl-before-def.exp: New file.
551
96038148
TV
5522020-04-23 Tom de Vries <tdevries@suse.de>
553
554 * gdb.base/readnever.exp: Skip if GDBFLAGS contain -readnow/--readnow.
555
54ac3df1
TV
5562020-04-22 Tom de Vries <tdevries@suse.de>
557
558 * gdb.mi/dw2-ref-missing-frame-func.c (.debug_aranges): Fix
559 debug_info_offset.
560 * gdb.mi/dw2-ref-missing-frame.exp: Make sure $objfuncfile comes
561 before $objsfile in the line line.
562
714534e1
TV
5632020-04-22 Tom de Vries <tdevries@suse.de>
564
565 * gdb.dlang/watch-loc.c (.debug_aranges): Fix _Dmain length.
566
16a7dbf4
MS
5672020-02-18 Mihails Strasuns <mihails.strasuns@intel.com>
568
569 * gdb.base/jit-attach-pie.c: Use jit-protocol.h.
570 * gdb.base/jit-elf-main.c: Use jit-protocol.h.
571 * gdb.base/jit-reader-host.c: Use jit-protocol.h.
572 * gdb.base/jit-reader-simple-jit.c: Use jit-protocol.h.
573 * gdb.base/jit-protocol.h: Update definitions to match all usage
574 contexts.
575
5762020-02-18 Mihails Strasuns <mihails.strasuns@intel.com>
577
578 * gdb.base: Rename all jit related test and source files.
579
5802020-02-18 Mihails Strasuns <mihails.strasuns@intel.com>
581
582 * gdb.base/jit-reader.exp: Relax register output check.
583
317d2668
TV
5842020-04-22 Tom de Vries <tdevries@suse.de>
585
586 PR symtab/25764
587 * gdb.base/psym-external-decl-2.c: New test.
588 * gdb.base/psym-external-decl.c: New test.
589 * gdb.base/psym-external-decl.exp: New file.
590 * gdb.threads/tls.exp: Add PR25807 kfail.
591
eea9e357
TV
5922020-04-22 Tom de Vries <tdevries@suse.de>
593
594 PR symtab/25801
595 * gdb.dwarf2/imported-unit.exp: Test that we can get imported_unit.c
596 in "info source" output.
597
3d5afab3
TV
5982020-04-22 Tom de Vries <tdevries@suse.de>
599
600 PR symtab/25700
601 * gdb.dwarf2/imported-unit.exp: Verify that there's only one partial
602 symtab for imported_unit.c.
603
b32102f6
GB
6042020-04-21 Gary Benson <gbenson@redhat.com>
605
606 * gdb.base/advance.c (func): New argument, to match call site.
607 (func2, func3): Add return statements.
608
d43b7a2d
TBA
6092020-04-21 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
610
611 * gdb.multi/run-only-second-inf.c: New file.
612 * gdb.multi/run-only-second-inf.exp: New file.
613
d89edf9b
MM
6142020-04-21 Markus Metzger <markus.t.metzger@intel.com>
615
616 * gdb.btrace/multi-inferior.c: New test.
617 * gdb.btrace/multi-inferior.exp: New file.
618
1a476b6d
MM
6192020-04-21 Markus Metzger <markus.t.metzger@intel.com>
620
621 * gdb.btrace/enable-new-thread.c: New test.
622 * gdb.btrace/enable-new-thread.exp: New file.
623
4778a5f8
TV
6242020-04-21 Tom de Vries <tdevries@suse.de>
625
626 PR gdb/25471
627 * gdb.threads/killed-outside.c: New test.
628 * gdb.threads/killed-outside.exp: New file.
629
9b2c992c
GB
6302020-04-20 Gary Benson <gbenson@redhat.com>
631
632 * gdb.base/nested-subp1.exp: Use support_nested_function_tests.
633 * gdb.base/nested-subp2.exp: Likewise.
634 * gdb.base/nested-subp3.exp: Likewise.
635
b5d1d6f7
GB
6362020-04-20 Gary Benson <gbenson@redhat.com>
637
638 * gdb.base/nested-subp1.exp: Disable test when using clang.
639 * gdb.base/nested-subp2.exp: Likewise.
640 * gdb.base/nested-subp3.exp: Likewise.
641
25230285
GB
6422020-04-20 Gary Benson <gbenson@redhat.com>
643
644 * gdb.cp/exception.cc: Fix compilation error with clang.
645
fa93cc8f
GB
6462020-04-20 Gary Benson <gbenson@redhat.com>
647
809730f3 648 * gdb.trace/tspeed.c: Fix compilation error with clang.
fa93cc8f 649
e0c45f30
GB
6502020-04-20 Gary Benson <gbenson@redhat.com>
651
652 * gdb.base/jit-main.c: Fix compilation error with clang.
653
4ddfec93
KR
6542020-04-17 Kamil Rytarowski <n54@gmx.com>
655
656 * gdb.base/attach-twice.c: Include "sys/types.h".
657 (PTRACE_ATTACH): Add fallback definition.
658 (main): Pass `0' to the 4th argument of `ptrace'.
659
2bed205e
KR
6602020-04-17 Kamil Rytarowski <n54@gmx.com>
661
662 * gdb.base/fork-running-state.c: Include "signal.h".
663
0743fc83
TT
6642020-04-17 Tom Tromey <tromey@adacore.com>
665
666 * gdb.cp/maint.exp (test_help): Simplify multiple_help_body.
667 Update tests.
668 * gdb.btrace/cpu.exp: Update tests.
669 * gdb.base/maint.exp: Update tests.
670 * gdb.base/default.exp: Update tests.
671 * gdb.base/completion.exp: Update tests.
672
efba5c23
TV
6732020-04-16 Tom de Vries <tdevries@suse.de>
674
675 PR symtab/25791
676 * gdb.dwarf2/gdb-add-index.exp (add_gdb_index): Move ...
677 (ensure_gdb_index): and factor out and move ...
678 * lib/gdb.exp (add_gdb_index, ensure_gdb_index): ... here.
679 * gdb.dwarf2/imported-unit-runto-main.exp: New file.
680
d191d716
TV
6812020-04-16 Tom de Vries <tdevries@suse.de>
682
683 * gdb.base/maint-expand-symbols-header-file.exp: Set language before
684 loading exec.
685
99f1bc6a
AB
6862020-04-15 Andrew Burgess <andrew.burgess@embecosm.com>
687
688 * gdb.base/many-completions.exp: New file.
689
194d088f
TV
6902020-04-14 Tom de Vries <tdevries@suse.de>
691
692 PR symtab/25718
693 * gdb.dwarf2/dw2-symtab-includes.exp: New file.
694
c1a66c06
TV
6952020-04-14 Tom de Vries <tdevries@suse.de>
696
697 PR symtab/25720
698 * gdb.base/maint-expand-symbols-header-file.c: New test.
699 * gdb.base/maint-expand-symbols-header-file.exp: New file.
700 * gdb.base/maint-expand-symbols-header-file.h: New test.
701
21b0982c
AB
7022020-04-14 Andrew Burgess <andrew.burgess@embecosm.com>
703
704 * gdb.dwarf2/dw2-inline-many-frames.exp (get_func_info): Delete.
705 * gdb.dwarf2/dw2-inline-small-func.exp: Pass options to
706 get_func_info.
707 (get_func_info): Delete.
708 * gdb.dwarf2/dw2-is-stmt-2.exp (get_func_info): Delete.
709 * gdb.dwarf2/dw2-is-stmt.exp (get_func_info): Delete.
710 * lib/dwarf.exp (get_func_info): New function.
711
dd1cab06
TV
7122020-04-13 Tom de Vries <tdevries@suse.de>
713
714 * lib/ada.exp (find_ada_tool): Pass --GCC and -B to gnatlink, similar
715 to what find_gnatmake does.
716
71ea2b6b
TV
7172020-04-10 Tom de Vries <tdevries@suse.de>
718
719 * gdb.base/style.exp: Expect "Expanding full symbols" message for
720 -readnow.
721
bdfc1e8a
TV
7222020-04-10 Tom de Vries <tdevries@suse.de>
723
724 PR cli/25808
725 * gdb.base/style.c: Add leading newlines.
726 * gdb.base/style.exp: Use gdb_get_line_number to get specific lines.
727 Check listing of main's one-line body.
728
14ca8ecf
TV
7292020-04-08 Tom de Vries <tdevries@suse.de>
730
731 * lib/gdb.exp (psymtabs_p): New proc.
732 * gdb.dwarf2/imported-unit.exp: Mark "no static partial symbols in
733 importing unit" unsupported if there are no partial symbols.
734
e21d048f
TV
7352020-04-08 Tom de Vries <tdevries@suse.de>
736
737 PR testsuite/25760
738 * gdb.ada/call_pn.exp: Call "maint expand-symtabs". Add xfails.
739
25c11aca
TV
7402020-04-07 Tom de Vries <tdevries@suse.de>
741
742 PR symtab/25796
743 * gdb.dwarf2/imported-unit-abstract-const-value.exp: New file.
744
5707e24b
TV
7452020-04-07 Tom de Vries <tdevries@suse.de>
746
747 * gdb.base/check-psymtab.c: New test.
748 * gdb.base/check-psymtab.exp: New file.
749
6ee448cc
TT
7502020-04-06 Tom Tromey <tromey@adacore.com>
751
752 * gdb.ada/variant-record/proc.adb: New file.
753 * gdb.ada/variant-record/value.adb: New file.
754 * gdb.ada/variant-record/value.s: New file.
755 * gdb.ada/variant-record.exp: New file.
756
9e7c9a03
HD
7572020-04-03 Hannes Domani <ssbssa@yahoo.de>
758
759 PR gdb/25325
760 * gdb.cp/typed-enum.cc: New test.
761 * gdb.cp/typed-enum.exp: New file.
762
c90d28ac
AB
7632020-04-02 Andrew Burgess <andrew.burgess@embecosm.com>
764
765 * gdb.dwarf2/dw2-inline-small-func-lbls.c: New file.
766 * gdb.dwarf2/dw2-inline-small-func.c: New file.
767 * gdb.dwarf2/dw2-inline-small-func.exp: New file.
768 * gdb.dwarf2/dw2-inline-small-func.h: New file.
769 * gdb.opt/inline-small-func.c: New file.
770 * gdb.opt/inline-small-func.exp: New file.
771 * gdb.opt/inline-small-func.h: New file.
772
34e9a9fa
AB
7732020-04-02 Andrew Burgess <andrew.burgess@embecosm.com>
774
775 * lib/dwarf.exp (Dwarf::lines::program::DW_LNS_set_file): New
776 function.
777
6a354911
AB
7782020-04-02 Andrew Burgess <andrew.burgess@embecosm.com>
779
780 * lib/dwarf.exp (function_range): Allow compiler options to be
781 specified.
782
880d9777
TV
7832020-04-02 Tom de Vries <tdevries@suse.de>
784
785 * gdb.dwarf2/break-inline-psymtab-2.c (bar): Add
786 __attribute__((always_inline)).
787 * gdb.dwarf2/break-inline-psymtab.exp: Don't use -O2.
788
f32682ea
TV
7892020-04-02 Tom de Vries <tdevries@suse.de>
790
791 * lib/gdbserver-support.exp (gdbserver_exit): Factor out of ...
792 (gdbserver_gdb_exit): ... here. Add timeout warning.
793 * gdb.multi/multi-target.exp (server_spawn_ids): New global var.
794 (connect_target_extended_remote): Append new server_spawn_id to
795 server_spawn_ids.
796 (cleanup): New proc.
797 (setup, <toplevel>): Call cleanup.
798
d3214198
TV
7992020-04-02 Tom de Vries <tdevries@suse.de>
800
801 * gdb.base/main-psymtab.exp: New file.
802
cc77ed24
TV
8032020-04-02 Tom de Vries <tdevries@suse.de>
804
805 * gdb.fortran/mixed-lang-stack.exp: Accept new complex printing style.
806
3638a098
TT
8072020-04-01 Tom Tromey <tom@tromey.com>
808
809 * gdb.base/complex-parts.exp: Add type tests.
810
c34e8714
TT
8112020-04-01 Tom Tromey <tom@tromey.com>
812
813 * gdb.base/complex-parts.exp: Add arithmetic tests.
814
981c08ce
TT
8152020-04-01 Tom Tromey <tom@tromey.com>
816
817 * gdb.compile/compile.exp: Update.
818 * gdb.compile/compile-cplus.exp: Update.
819 * gdb.base/varargs.exp: Update.
820 * gdb.base/floatn.exp: Update.
821 * gdb.base/endianity.exp: Update.
822 * gdb.base/callfuncs.exp (do_function_calls): Update.
823 * gdb.base/funcargs.exp (complex_args, complex_integral_args)
824 (complex_float_integral_args): Update.
825 * gdb.base/complex.exp: Update.
826 * gdb.base/complex-parts.exp: Update.
827
3d1cfd43
TT
8282020-04-01 Tom Tromey <tromey@adacore.com>
829
830 * gdb.rust/union.rs: New file.
831 * gdb.rust/union.exp: New file.
832 * gdb.rust/simple.rs (Union, Union2): Move to union.rs.
833 (main): Update.
834 * gdb.rust/simple.exp: Move union tests to union.exp.
835
e033dfa9
TT
8362020-04-01 Tom Tromey <tromey@adacore.com>
837
838 * gdb.rust/simple.rs (main): Remove "y0".
839
53cccef1
TBA
8402020-04-01 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
841
842 * gdb.multi/stop-all-on-exit.c: New test.
843 * gdb.multi/stop-all-on-exit.exp: New file.
844
60e22c1e
HD
8452020-04-01 Hannes Domani <ssbssa@yahoo.de>
846
847 PR gdb/24789
848 * gdb.cp/misc.cc: Add integer reference variable.
849 * gdb.cp/misc.exp: Add test.
850
e139a727
TBA
8512020-04-01 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
852
853 * gdb.server/stop-reply-no-thread.exp: Enhance the test
854 scenario to cover execution until the end and also the case
855
16b0db75
TV
8562020-03-31 Tom de Vries <tdevries@suse.de>
857
858 * gdb.base/c-linkage-name.exp: Fix test-case comment. Set language to
859 c. Use "maint info symtabs" to check symtab expansion.
860
c0502da6
TV
8612020-03-30 Tom de Vries <tdevries@suse.de>
862
863 * gdb.base/c-linkage-name.exp: Use readnow call to mark a test
864 unsupported.
865 (verify_psymtab_expanded): Move ...
866 * lib/gdb.exp (verify_psymtab_expanded): ... here. Add unsupported
867 test.
868 (readnow): New proc.
869
5935fd15
AB
8702020-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
871
872 * gdb.fortran/mixed-lang-stack.exp: Replace two hard coded address
873 with $hex.
874
1773be9e
TT
8752020-03-20 Tom Tromey <tromey@adacore.com>
876
877 * gdb.dwarf2/dw2-ranges-base.exp: Update regular expressions.
878
70304be9
TT
8792020-03-20 Tom Tromey <tromey@adacore.com>
880
881 * gdb.ada/sub_variant/subv.adb: New file.
882 * gdb.ada/sub_variant.exp: New file.
883
0dd7b8f7
TV
8842020-03-20 Tom de Vries <tdevries@suse.de>
885
886 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): Bail out if
887 first break fails.
888 * gdb.threads/step-over-trips-on-watchpoint.exp: (do_test): Same.
889
cada5fc9
AB
8902020-03-19 Andrew Burgess <andrew.burgess@embecosm.com>
891
892 * gdb.server/exit-multiple-threads.c: New file.
893 * gdb.server/exit-multiple-threads.exp: New file.
894
6b8c53f2
AB
8952020-03-19 Andrew Burgess <andrew.burgess@embecosm.com>
896
897 * gdb.fortran/mixed-lang-stack.c: New file.
898 * gdb.fortran/mixed-lang-stack.cpp: New file.
899 * gdb.fortran/mixed-lang-stack.exp: New file.
900 * gdb.fortran/mixed-lang-stack.f90: New file.
901
19a2740f
AB
9022020-03-19 Andrew Burgess <andrew.burgess@embecosm.com>
903
904 * gdb.linespec/cp-completion-aliases.cc: New file.
905 * gdb.linespec/cp-completion-aliases.exp: New file.
906
d8c8b848
TV
9072020-03-19 Tom de Vries <tdevries@suse.de>
908
909 * gdb.opt/inline-locals.exp: Add kfail PR number. Make kfail matching
910 more precise.
911
a9933ccf
TV
9122020-03-18 Tom de Vries <tdevries@suse.de>
913
914 * gdb.dwarf2/break-inline-psymtab-2.c: New test.
915 * gdb.dwarf2/break-inline-psymtab.c: New test.
916 * gdb.dwarf2/break-inline-psymtab.exp: New file.
917
2f89101f
TV
9182020-03-16 Tom de Vries <tdevries@suse.de>
919
920 * lib/cache.exp (gdb_do_cache): Add and handle local variables
921 cache_verify and cache_verify_proc.
922
6b9374f1
TV
9232020-03-15 Tom de Vries <tdevries@suse.de>
924
925 * gdb.server/solib-list.exp: Handle
926 'Load new symbol table from "/lib64/ld-2.26.so"? (y or n)'.
927
eaeaf44c
TV
9282020-03-15 Tom de Vries <tdevries@suse.de>
929
930 * gdb.base/maint.exp: Use exp_continue in long lines for "maint print
931 objfiles".
932
3293bbaf
TT
9332020-03-14 Tom Tromey <tom@tromey.com>
934
935 * gdb.base/cvexpr.exp: Add test for _Atomic and restrict.
936
ab44624c
TV
9372020-03-14 Tom de Vries <tdevries@suse.de>
938
939 * gdb.mi/mi-fortran-modules.exp: Use exp_continue.
940
54c43825
TV
9412020-03-14 Tom de Vries <tdevries@suse.de>
942
943 * gdb.threads/attach-many-short-lived-threads.exp: Read "info threads"
944 result in line-by-line fashion.
945
2ac70237
TV
9462020-03-14 Tom de Vries <tdevries@suse.de>
947
948 * lib/gdb.exp (supports_statement_frontiers): New proc.
949 * gdb.cp/step-and-next-inline.exp: Use supports_statement_frontiers.
950
09546b56
TV
9512020-03-14 Tom de Vries <tdevries@suse.de>
952
953 * gdb.base/printcmds.exp: Add missing quoting for "print
954 teststring2".
955
a1f6a07c
TT
9562020-03-13 Tom Tromey <tom@tromey.com>
957
958 * gdb.base/printcmds.exp (test_print_strings): Add regression
959 test.
960 * gdb.base/printcmds.c (charptr): New typedef.
961 (teststring2): New global.
962
1b83d09c
AB
9632020-03-13 Andrew Burgess <andrew.burgess@embecosm.com>
964
965 * gdb.base/break-interp.exp: Use the tail of the filename, not the
966 full path in the test name.
967 (test_ld): Add some with_test_prefix blocks to make test names
968 unique.
969
2d61316c
TV
9702020-03-13 Tom de Vries <tdevries@suse.de>
971
972 * gdb.mi/mi-sym-info.exp: Fix buffer full errors, and timeouts.
973
2e9145ac
TV
9742020-03-13 Tom de Vries <tdevries@suse.de>
975
976 * gdb.mi/mi-sym-info.exp: Make matching more precise.
977
96c7f873
TV
9782020-03-13 Tom de Vries <tdevries@suse.de>
979
980 PR symtab/25646
981 * gdb.dwarf2/imported-unit.exp: Add test.
982
49ba92c0
TV
9832020-03-13 Tom de Vries <tdevries@suse.de>
984
985 * gdb.mi/mi-sym-info-2.c (another_char_t, another_short_t): New typedef.
986 (var1, var2): New variable.
987 * gdb.mi/mi-sym-info.exp: Add --name to various commands to restrict
988 matching symbols.
989
301b21e0
TV
9902020-03-13 Tom de Vries <tdevries@suse.de>
991
992 * lib/tuiterm.exp (Term::command_no_prompt_prefix): New proc.
993 (Term::command): Use prompt prefix.
994 (Term::enter_tui): Use command_no_prompt_prefix instead of prefix.
995 * gdb.tui/tui-layout-asm-short-prog.exp: Use
996 command_no_prompt_prefix instead of prefix.
997 * gdb.tui/tui-layout-asm.exp: Same.
998
3f512721
SM
9992020-03-12 Simon Marchi <simon.marchi@efficios.com>
1000
1001 * gdb.base/break-interp.exp: Use foreach_with_prefix.
1002
40310f30
SM
10032020-03-12 Simon Marchi <simon.marchi@efficios.com>
1004
1005 * gdb.arch/amd64-disp-step-avx.S: Add nops after _start.
1006 * gdb.arch/amd64-disp-step-avx.exp: Enable "set debug displaced
1007 on" while stepping over the test instruction, match printed
1008 message.
1009
09252140
TV
10102020-03-12 Tom de Vries <tdevries@suse.de>
1011
1012 * gdb.base/info-types.exp: Use exp_continue during matching of output
1013 of "info types".
1014
14e9c72c
TV
10152020-03-12 Tom de Vries <tdevries@suse.de>
1016
1017 * gdb.threads/execl.exp: Delete breakpoint after hitting it.
1018
e515d67e
TV
10192020-03-12 Tom de Vries <tdevries@suse.de>
1020
1021 * gdb.fortran/module.exp: Use exp_continue during matching of output
1022 of "info variable -n".
1023
307eafd8
TV
10242020-03-12 Tom de Vries <tdevries@suse.de>
1025
1026 * gdb.dwarf2/dw2-ranges-base.exp: Limit "maint info line-table" to
1027 gdb.dwarf2/dw2-ranges-base.c.
1028
9a2de3fc
TV
10292020-03-12 Tom de Vries <tdevries@suse.de>
1030
1031 * gdb.linespec/explicit.exp: Fix "complete non-unique file name" test
1032 in presence of GLIBC debuginfo.
1033
3217502e
TV
10342020-03-12 Tom de Vries <tdevries@suse.de>
1035
1036 * lib/gdb.exp (gdb_core_cmd): Use string_to_regexp for regexp-matching
1037 $core.
1038
1281424c
TV
10392020-03-12 Tom de Vries <tdevries@suse.de>
1040
1041 * lib/gdb.exp (gdb_core_cmd): Make "No such file or directory" regexp
1042 more precise.
1043
038b97fc
SM
10442020-03-11 Simon Marchi <simon.marchi@efficios.com>
1045
1046 * lib/gdb.exp (standard_output_file): Use `pwd -W` to convert
1047 from Unix to Windows path.
1048
5308d1e7
TV
10492020-03-11 Tom de Vries <tdevries@suse.de>
1050
1051 * gdb.ada/minsyms.exp: Set language to ada.
1052
f870f78f
TV
10532020-03-11 Tom de Vries <tdevries@suse.de>
1054
1055 * gdb.server/sysroot.exp: Allow GLIBC's printf alias __printf.
1056
5a13315d
TV
10572020-03-11 Tom de Vries <tdevries@suse.de>
1058
1059 * gdb.btrace/reconnect.exp: Allow source line pattern after stepi.
1060
976862ed
TT
10612020-03-11 Tom Tromey <tromey@adacore.com>
1062
1063 * gdb.dwarf2/variant.exp: Mark discriminants as artificial.
1064
7462c383
TV
10652020-03-11 Tom de Vries <tdevries@suse.de>
1066
1067 * gdb.base/foll-fork.exp: Allow "Reading in symbols" messages.
1068
1c6c46a0
TV
10692020-03-11 Tom de Vries <tdevries@suse.de>
1070
1071 * gdb.base/break-interp.exp: Limit verbose scope.
1072
44f41bb7
TV
10732020-03-11 Tom de Vries <tdevries@suse.de>
1074
1075 * gdb.fortran/logical.f90: Define variable with character type.
1076 * gdb.fortran/logical.exp: Use character type instead of uint8_t.
1077
b76f3a42
TV
10782020-03-11 Tom de Vries <tdevries@suse.de>
1079
1080 * gdb.base/list-ambiguous.exp: Set EDITOR to true.
1081
1c33af77
TV
10822020-03-11 Tom de Vries <tdevries@suse.de>
1083
1084 * gdb.ada/access_to_packed_array.exp: Test printing of expanded
1085 symtabs.
1086
8c95582d
AB
10872020-03-10 Andrew Burgess <andrew.burgess@embecosm.com>
1088 Bernd Edlinger <bernd.edlinger@hotmail.de>
1089
1090 * gdb.cp/step-and-next-inline.cc: New file.
1091 * gdb.cp/step-and-next-inline.exp: New file.
1092 * gdb.cp/step-and-next-inline.h: New file.
1093 * gdb.dwarf2/dw2-is-stmt.c: New file.
1094 * gdb.dwarf2/dw2-is-stmt.exp: New file.
1095 * gdb.dwarf2/dw2-is-stmt-2.c: New file.
1096 * gdb.dwarf2/dw2-is-stmt-2.exp: New file.
1097 * gdb.dwarf2/dw2-ranges-base.exp: Update line table pattern.
1098
cecf8547
AB
10992020-03-10 Andrew Burgess <andrew.burgess@embecosm.com>
1100
1101 * lib/dwarf.exp (Dwarf::lines) Add support for modifying the
1102 is-stmt flag in the line table.
1103
0ba678c9
TV
11042020-03-09 Tom de Vries <tdevries@suse.de>
1105
1106 * lib/gdb.exp (cached_file): Create cache dir.
1107
72fbdf83
TV
11082020-03-07 Tom de Vries <tdevries@suse.de>
1109
1110 * gdb.cp/ref-params.exp: Compare build_executable result with -1.
1111 * gdb.cp/rvalue-ref-params.exp: Same.
1112
436b5e99
TV
11132020-03-06 Tom de Vries <tdevries@suse.de>
1114
1115 * lib/gdb.exp (tentative_rename, cached_file): New proc.
1116 * boards/cc-with-tweaks.exp: Use cached_file to create gdb.sh.
1117
09f2921c
TV
11182020-03-06 Tom de Vries <tdevries@suse.de>
1119
1120 * README: Fix "the the".
1121 * gdb.base/dprintf.exp: Same.
1122
50a3cc5d
TV
11232020-03-05 Tom de Vries <tdevries@suse.de>
1124
1125 * gdb.base/maint.exp: Update "main print statistics" expected output.
1126
0a709cba
AKS
11272020-03-04 Alok Kumar Sharma <AlokKumar.Sharma@amd.com>
1128
1129 * lib/fortran.exp (fortran_int4): Handle flang kind printing.
1130 (fortran_int8): Likewise.
1131 (fortran_real4): Likewise.
1132 (fortran_real8): Likewise.
1133 (fortran_complex4): Likewise.
1134 (fortran_logical4): Likewise.
1135 (fortran_character1): Likewise.
1136
5e5d66b6
AB
11372020-03-03 Andrew Burgess <andrew.burgess@embecosm.com>
1138
1139 * gdb.fortran/logical.exp: Add tests that any non-zero value is
1140 printed as true.
1141
7b973adc
SDJ
11422020-03-03 Sergio Durigan Junior <sergiodj@redhat.com>
1143
1144 * gdb.base/printcmds.exp: Add test to verify printf of a
1145 variable holding an address.
1146
478e490a
TV
11472020-03-03 Tom de Vries <tdevries@suse.de>
1148
1149 * gdb.mi/gdb2549.exp: Fix "register values t" check-read1 timeout.
1150
1ef44e86
TV
11512020-03-03 Tom de Vries <tdevries@suse.de>
1152
1153 * gdb.mi/list-thread-groups-available.exp: Use -prompt syntax for
1154 gdb_test_multiple call.
1155
b98cc2cf
TV
11562020-03-03 Tom de Vries <tdevries@suse.de>
1157
1158 * gdb.mi/mi-sym-info.exp: Add missing -prompt "$mi_gdb_prompt$" to
1159 gdb_test_multiple calls.
1160
63e163f2
AB
11612020-03-02 Andrew Burgess <andrew.burgess@embecosm.com>
1162
1163 * gdb.base/default.exp: Remove test of 'set history filename'.
1164 * gdb.base/gdbinit-history.exp: Add tests for setting the history
1165 filename to the empty string.
1166 * lib/gdb.exp (gdb_init): Unset environment variables GDBHISTFILE
1167 and GDBHISTSIZE.
1168
24ed6739
AB
11692020-03-02 Andrew Burgess <andrew.burgess@embecosm.com>
1170
1171 * gdb.server/stop-reply-no-thread.exp: Add test where T packet is
1172 disabled.
1173
590003dc
TV
11742020-03-02 Pedro Alves <palves@redhat.com>
1175 Tom de Vries <tdevries@suse.de>
1176
1177 * lib/gdb.exp (gdb_test_multiple): Handle prompt_regexp option using
1178 -prompt prefix, before user_code argument. Add -lbl option likewise.
1179 (skip_python_tests_prompt, skip_libstdcxx_probe_tests_prompt)
1180 (gdb_is_target_1): Add -prompt prefix and move to before user_code
1181 argument.
1182 * gdb.base/corefile-buildid.exp: Use -lbl option. Rewrite regexps to
1183 have "\r\n" at start-of-line, instead of at end-of-line.
1184
f5e46084
SM
11852020-02-28 Simon Marchi <simon.marchi@efficios.com>
1186
1187 * lib/trace-support.exp (get_in_proc_agent): Adjust path to
1188 libinproctrace.so.
1189
f7a7000d
LM
11902020-02-28 Luis Machado <luis.machado@linaro.org>
1191
1192 * gdb.arch/aarch64-fp.exp: Switch from "info registers" command
1193 to "p/x".
1194
718e0816
LM
11952020-02-28 Luis Machado <luis.machado@linaro.org>
1196
1197 * gdb.arch/aarch64-dbreg-contents.c: Include stdlib.h, unistd.h,
1198 asm/ptrace.h and error.h.
1199
13c3a74a
TV
12002020-02-28 Tom de Vries <tdevries@suse.de>
1201
1202 * gdb.base/c-linkage-name.c (main): Call do_something_other_cu.
1203 (struct wrapper, do_something, mundane/symada__cS): Move ...
1204 * gdb.base/c-linkage-name-2.c: ... here. New source file.
1205 * gdb.base/c-linkage-name.exp: Add verification of psymtab expansion.
1206 Update "print symada__cS before partial symtab expansion" regexp.
1207 Update breakpoint location. Flush symbol cache after expansion.
1208
85d2d5bb
LM
12092020-02-28 Luis Machado <luis.machado@linaro.org>
1210
1211 * gdb.arch/aarch64-pauth.exp: Recognize optional PAC output.
1212
3608f86c
TV
12132020-02-27 Tom de Vries <tdevries@suse.de>
1214
1215 * config/sid.exp: Remove unused globals.
1216 * gdb.base/attach.exp: Same.
1217 * gdb.base/catch-load.exp: Same.
1218 * gdb.base/dbx.exp: Same.
1219 * lib/gdb.exp: Same.
1220 * lib/mi-support.exp: Same.
1221 * lib/prompt.exp: Same.
1222
c8d4f6df
TV
12232020-02-27 Tom de Vries <tdevries@suse.de>
1224
1225 * lib/tuiterm.exp (spawn): Handle case that spawn_out(slave,name) is
1226 not set.
1227
0d79cdc4
AM
12282020-02-26 Aaron Merey <amerey@redhat.com>
1229
1230 * gdb.debuginfod: New directory for debuginfod tests.
1231 * gdb.debuginfod/main.c: New test file.
1232 * gdb.debuginfod/fetch_src_and_symbols.exp: New tests.
1233
0dce4280
TV
12342020-02-26 Tom de Vries <tdevries@suse.de>
1235
1236 PR gdb/25603
1237 * gdb.base/persistent-lang.cc: New test.
1238 * gdb.base/persistent-lang.exp: New file.
1239
9e80cfa1
AB
12402020-02-25 Andrew Burgess <andrew.burgess@embecosm.com>
1241
1242 * gdb.fortran/derived-type-striding.exp: Add a new test.
1243 * gdb.fortran/derived-type-striding.f90: Add pointer variable for
1244 new test.
1245
2078dbb2
AB
12462020-02-25 Andrew Burgess <andrew.burgess@embecosm.com>
1247
1248 * gdb.base/cached-source-file.exp: Avoid source file paths in test
1249 names.
1250
70d49700
TV
12512020-02-25 Tom de Vries <tdevries@suse.de>
1252
1253 PR go/18926
1254 * gdb.go/methods.exp: Remove gcc/93866 xfail.
1255
a88ef40d
TV
12562020-02-24 Tom de Vries <tdevries@suse.de>
1257
1258 PR gdb/25592
1259 * gdb.base/info-locals-unused-static-var.c: New test.
1260 * gdb.base/info-locals-unused-static-var.exp: New file.
1261
01b1af32
TT
12622020-02-22 Tom Tromey <tom@tromey.com>
1263
1264 * gdb.python/tui-window.exp: New file.
1265 * gdb.python/tui-window.py: New file.
1266
7c043ba6
TT
12672020-02-22 Tom Tromey <tom@tromey.com>
1268
1269 PR tui/17850:
1270 * gdb.tui/new-layout.exp: Add horizontal layout and winheight
1271 tests.
1272
c22fef7e
TT
12732020-02-22 Tom Tromey <tom@tromey.com>
1274
1275 * gdb.tui/new-layout.exp: Add sub-layout tests.
1276
ee325b61
TT
12772020-02-22 Tom Tromey <tom@tromey.com>
1278
1279 * gdb.tui/new-layout.exp: New file.
1280
3f0cbb04
TT
12812020-02-22 Tom Tromey <tom@tromey.com>
1282
1283 * gdb.rust/rust-style.rs: New file.
1284 * gdb.rust/rust-style.exp: New file.
1285 * gdb.base/style.exp: Test structure printing.
1286 * gdb.base/style.c (struct some_struct): New type.
1287 (enum etype): New type.
1288 (struct_value): New global.
1289
75525152
TV
12902020-02-21 Tom de Vries <tdevries@suse.de>
1291
1292 PR go/18926
1293 * lib/gdb.exp (bp_location2/bp_location2_regexp): Fix.
1294 Remove blanket xfails. Use message argument for gdb_breakpoint.
1295 Make continuing to breakpoint test conditional on setting breakpoint.
1296 Fix continuing to breakpoint regexp. Add xfails for gccgo-6/7
1297 DW_AT_name attribute. Add xfail for GCC PR93866.
1298
bd360d30
AB
12992020-02-21 Andrew Burgess <andrew.burgess@embecosm.com>
1300
1301 * gdb.dwarf2/cpp-linkage-name.c: New file.
1302 * gdb.dwarf2/cpp-linkage-name.exp: New file.
1303
c7adb09f 13042020-02-21 Shahab Vahedi <shahab@synopsys.com>
24ac169a
SV
1305
1306 * lib/gdb.exp (gdb_wrapper_init): Reset
1307 "gdb_wrapper_initialized" to 0 if "wrapper_file" does
1308 not exist.
1309
a9c79803
TV
13102020-02-20 Tom de Vries <tdevries@suse.de>
1311
1312 PR go/17018
1313 * gdb.go/hello.exp: Copy ...
1314 * gdb.go/global-local-var-shadow.exp: ... here. New file. Expect
1315 print of st to print value of global definition. Add xfail for GCC
1316 PR93844.
1317 * gdb.go/hello.exp: Remove printing of st before definition.
1318 * gdb.go/hello.go: Copy ...
1319 * gdb.go/global-local-var-shadow.go: ... here. New test. Rename myst
1320 to st.
1321 * gdb.go/hello.go: Remove myst. Remove comment about shadowing.
1322
d7445728
TV
13232020-02-20 Tom de Vries <tdevries@suse.de>
1324
1325 * lib/gdb.exp (support_go_compile): New gdb_caching_proc.
1326 (gdb_simple_compile): Handle compile_flags go by using .go extension
1327 for source file.
1328 * gdb.go/chan.exp: Use support_go_compile.
1329 * gdb.go/handcall.exp: Same.
1330 * gdb.go/hello.exp: Same.
1331 * gdb.go/integers.exp: Same.
1332 * gdb.go/max-depth.exp: Same.
1333 * gdb.go/methods.exp: Same.
1334 * gdb.go/package.exp: Same.
1335 * gdb.go/strings.exp: Same.
1336 * gdb.go/types.exp: Same.
1337 * gdb.go/unsafe.exp: Same.
1338
c9c41e6d
TV
13392020-02-19 Tom de Vries <tdevries@suse.de>
1340
1341 * gdb.python/lib-types.exp: Make xfail more strict.
1342
f20ff837
TV
13432020-02-19 Tom de Vries <tdevries@suse.de>
1344
1345 * gdb.ada/funcall_ref.exp: Replace xfail setup by unsupported check.
1346
08410482
DE
13472020-02-19 Doug Evans <dje@google.com>
1348
1349 PR rust/25535
1350 * gdb.rust/simple.exp: Add test.
1351 * gdb.rust/simple.rs: Add test.
1352
623563f7
TV
13532020-02-19 Tom de Vries <tdevries@suse.de>
1354
1355 * gdb.base/corefile-buildid.exp (check_exec_file): Match info files
1356 output line-by-line.
1357
d3308cfd
TV
13582020-02-19 Tom de Vries <tdevries@suse.de>
1359
1360 * gdb.cp/cpexprs.exp: Remove c++/14186 kfail.
1361
86cbc5dc
TV
13622020-02-19 Tom de Vries <tdevries@suse.de>
1363
1364 * gdb.base/solib-overlap.exp: Use exec instead of system to execute
1365 prelink.
1366
9db2b96b
TV
13672020-02-19 Tom de Vries <tdevries@suse.de>
1368
1369 * lib/cache.exp (ignore_pass, gdb_do_cache_wrap): New proc.
1370 (gdb_do_cache): Use gdb_do_cache_wrap.
1371 * gdb.base/gdb-caching-proc.exp (test_proc): Use gdb_do_cache_wrap.
1372
89e2fdc5
TV
13732020-02-19 Tom de Vries <tdevries@suse.de>
1374
1375 * lib/dtrace.exp (dtrace_build_usdt_test_program): Use quiet as
1376 gdb_compile option.
1377
373d7ac0
SM
13782020-02-18 Simon Marchi <simon.marchi@efficios.com>
1379
1380 * gdb.base/printcmds.exp (test_print_enums): Update expected
1381 output.
1382
b29a2df0
SM
13832020-02-18 Simon Marchi <simon.marchi@efficios.com>
1384
1385 * gdb.base/printcmds.exp (test_print_enums): Expect hex values
1386 for "unknown".
1387
6740f0cc
SM
13882020-02-18 Simon Marchi <simon.marchi@efficios.com>
1389
1390 * gdb.base/printcmds.c (enum flag_enum): Add FE_TWO_LEGACY
1391 enumerator.
1392
edd45eb0
SM
13932020-02-18 Simon Marchi <simon.marchi@efficios.com>
1394
1395 * gdb.base/printcmds.c (enum flag_enum): Prefix enumerators with
1396 FE_, add FE_NONE.
1397 (three): Update.
1398 (enum flag_enum_without_zero): New enum.
1399 (flag_enum_without_zero): New variable.
1400 (enum not_flag_enum): New enum.
1401 (three_not_flag): New variable.
1402 * gdb.base/printcmds.exp (test_artificial_arrays): Update.
1403 (test_print_enums): Add more tests for printing flag enums.
1404
d4295de4
TV
14052020-02-18 Tom de Vries <tdevries@suse.de>
1406
1407 * lib/ada.exp (gdb_compile_ada_1): Factor out of ...
1408 (gdb_compile_ada): ... here.
1409 (gnat_runtime_has_debug_info): Remove fail call for gdb_compile_ada
1410 failure. Use gdb_compile_ada_1 instead of gdb_compile_ada.
1411
f251f505
TT
14122020-02-14 Tom Tromey <tom@tromey.com>
1413
1414 * lib/gdbserver-support.exp (find_gdbserver): Find gdbserver in
1415 build directory.
1416 * boards/gdbserver-base.exp: Update path to gdbserver.
1417
8f432634
TV
14182020-02-13 Tom de Vries <tdevries@suse.de>
1419
1420 * lib/ada.exp (gdb_compile_ada): Delete stale exec before compilation.
1421
92b6eaf7
TV
14222020-02-13 Tom de Vries <tdevries@suse.de>
1423
1424 * gdb.ada/catch_ex_std.exp: Indicate unsupported if gnatbind/gnatlink
1425 are missing.
1426
f3b0f7fe
TV
14272020-02-13 Tom de Vries <tdevries@suse.de>
1428
1429 * lib/ada.exp (gnatmake_version_at_least): Wrap exec call in a catch
1430 call.
1431
f6be8713
SDJ
14322020-02-11 Sergio Durigan Junior <sergiodj@redhat.com>
1433
1434 PR tui/25126
1435 https://bugzilla.redhat.com/show_bug.cgi?id=1784210
1436 * gdb.base/cached-source-file.c: New file.
1437 * gdb.base/cached-source-file.exp: New file.
1438
b2770d5e
TV
14392020-02-11 Tom de Vries <tdevries@suse.de>
1440
1441 PR testsuite/25488
1442 * lib/gdb.exp (gdb_init): Unset $file_last_loaded.
1443
44f6938e
TV
14442020-02-10 Tom de Vries <tdevries@suse.de>
1445
1446 * gdb.multi/multi-target.exp: Skip if skip_gdbserver_tests.
1447
5f0e2eb7
MR
14482020-02-10 Maciej W. Rozycki <macro@wdc.com>
1449
1450 * gdb.base/step-over-no-symbols.exp: Verify that $before_addr
1451 and $after_addr are both integers before making a comparison.
1452
46ce2b6f
TV
14532020-02-09 Tom de Vries <tdevries@suse.de>
1454
1455 * gdb.base/many-headers.exp: Echo gdb command to gdb.log. Capture gdb
1456 command output and paste it into gdb.log. If any, paste catch message
1457 to gdb.log.
1458
5abbbe1d
TT
14592020-02-07 Tom Tromey <tromey@adacore.com>
1460
1461 PR breakpoints/24915:
1462 * gdb.base/annotate-symlink.exp: Use setup_xfail.
1463
1d5d29e7
SV
14642020-02-06 Shahab Vahedi <shahab@synopsys.com>
1465
1466 * gdb.tui/tui-missing-src.exp: Add the "missing source
1467 file" test for the TUI.
1468
b0999b9b
AB
14692020-02-06 Andrew Burgess <andrew.burgess@embecosm.com>
1470
1471 * gdb.server/multi-ui-errors.exp: Give a test a real name to avoid
1472 including a port number in the output.
1473
c3b149eb
AKS
14742020-02-04 Alok Kumar Sharma <alokkumar.sharma@amd.com>
1475
1476 * lib/fortran.exp (fortran_int4): Handle clang.
1477 (fortran_int8): Likewise.
1478 (fortran_real4): Likewise.
1479 (fortran_real8): Likewise.
1480 (fortran_complex4): Likewise.
1481 (fortran_logical4): Likewise.
1482 (fortran_character1): Likewise.
1483
f8dcc90b
TV
14842020-02-04 Tom de Vries <tdevries@suse.de>
1485
1486 * README (Race detection): Add note.
1487
f90ac7c2
TV
14882020-02-04 Tom de Vries <tdevries@suse.de>
1489
1490 * lib/gdb.exp (inferior_exited_re): Use "\[^\n\r\]*" instead of ".*".
1491
780636ae
TV
14922020-02-04 Tom de Vries <tdevries@suse.de>
1493
1494 * lib/gdb.exp (inferior_exited_re): Use non-capturing parentheses.
1495
5d2e1193
RA
14962020-02-03 Rogerio A. Cardoso <rcardoso@linux.ibm.com>
1497
1498 * gdb.arch/powerpc-power8.exp: Delete trailing whitespace of
1499 tbegin., tend. instructions. Replace bctar-, bctar+, bctarl-,
1500 bctarl+ extended mnemonics when avaliable by bgttar, bnstarl,
1501 blttar, bnetarl.
1502 * gdb.arch/powerpc-power8.s: Fix comments. Fix instructions
1503 binary for blttar, bnetarl.
1504 * gdb.arch/powerpc-power9.exp: Delete trailing whitespace of
1505 wait instruction. Delete ldmx test.
1506 * gdb.arch/powerpc-power9.s: Delete ldmx instruction.
1507
e409c542
AKS
15082020-02-03 Alok Kumar Sharma <AlokKumar.Sharma@amd.com>
1509
1510 * gdb.fortran/array-bounds-high.exp: New file.
1511 * gdb.fortran/array-bounds-high.f90: New file.
1512
b0029748
LD
15132020-02-03 Lukas Durfina <ldurfina@tachyum.com> (tiny change)
1514
1515 * gdb.base/fileio.c: Remove #include of <sys/errno.h>.
1516 Replace #include of <sys/fcntl.h> by <fcntl.h>.
1517
195a8287
TV
15182020-02-01 Tom de Vries <tdevries@suse.de>
1519
1520 * gdb.server/server-kill-python.exp: Fix $gdb_tst_name typo.
1521
42330a68
AB
15222020-01-31 Andrew Burgess <andrew.burgess@embecosm.com>
1523
1524 PR tui/9765
1525 * gdb.tui/tui-layout-asm-short-prog.S: New file.
1526 * gdb.tui/tui-layout-asm-short-prog.exp: New file.
1527
b62a8028
LM
15282020-01-29 Luis Machado <luis.machado@linaro.org>
1529
1530 * gdb.arch/aarch64-brk-patterns.c: New source file.
1531 * gdb.arch/aarch64-brk-patterns.exp: New test.
1532
5f440116
TBA
15332020-01-29 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1534
1535 * gdb.cp/pass-by-ref-2.exp: Mark some tests as XFAIL based on the
1536 GCC/Clang version.
1537 * gdb.cp/pass-by-ref.exp: Ditto.
1538
ee2a6fc6
TV
15392020-01-29 Tom de Vries <tdevries@suse.de>
1540
1541 * gdb.threads/watchpoint-fork-child.c: Guard prints with #if DEBUG.
1542 * gdb.threads/watchpoint-fork-mt.c: Same.
1543 * gdb.threads/watchpoint-fork-parent.c: Same.
1544 * gdb.threads/watchpoint-fork-st.c: Same.
1545 * gdb.threads/watchpoint-fork.exp: Compile with DEBUG=0.
1546
16b10d6e
LM
15472020-01-27 Luis Machado <luis.machado@linaro.org>
1548
1549 * gdb.base/step-over-syscall.exp (setup): Check if we're already
1550 sitting at a syscall instruction when we hit the syscall function's
1551 breakpoint.
1552 Check PC against one obtained with the x command.
1553 Validate syscall number.
1554 (step_over_syscall): Don't continue to the syscall instruction if
1555 we're already there.
1556
b1468492
PW
15572020-01-25 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1558
1559 * gdb.base/attach.exp: Test 'set exec-file-mismatch'.
1560
7ffa82e1
AB
15612020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
1562
1563 * gdb.dwarf2/dw2-inline-many-frames.c: New file.
1564 * gdb.dwarf2/dw2-inline-many-frames.exp: New file.
1565
3d92a3e3
AB
15662020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
1567
1568 * gdb.dwarf2/dw2-inline-stepping.c: New file.
1569 * gdb.dwarf2/dw2-inline-stepping.exp: New file.
1570
94a72be7
AB
15712020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
1572
1573 * gdb.base/maint.exp: Update line table parsing test.
1574 * gdb.dwarf2/dw2-ranges-base.exp: Add new line table parsing test.
1575
53af73bf
PA
15762020-01-24 Pedro Alves <palves@redhat.com>
1577
1578 PR gdb/25410
1579 * gdb.multi/multi-re-run-1.c: New.
1580 * gdb.multi/multi-re-run-2.c: New.
1581 * gdb.multi/multi-re-run.exp: New.
1582
1ba1ac88
AB
15832020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
1584
1585 PR gdb/23718
1586 * gdb.server/server-kill-python.exp: New file.
1587
f3364a6d
AB
15882020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
1589
1590 * gdb.server/multi-ui-errors.c: New file.
1591 * gdb.server/multi-ui-errors.exp: New file.
1592
733d0a67
AB
15932020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
1594
1595 PR tui/9765
1596 * gdb.tui/tui-layout-asm.exp: Add scrolling test for asm window.
1597
4f13c1c0
TT
15982020-01-19 Tom Tromey <tom@tromey.com>
1599
1600 * gdb.tui/main.exp: Add check for plain "file".
1601
40c94099
CB
16022020-01-16 Christian Biesinger <cbiesinger@google.com>
1603
1604 * lib/gdb.exp: Fix spelling error (seperatelly).
1605
ff47f4f0
TT
16062020-01-14 Tom Tromey <tom@tromey.com>
1607
1608 PR symtab/12535:
1609 * gdb.python/python.exp: Test decode_line with empty string
1610 argument.
1611
717c684d
BE
16122020-01-14 Bernd Edlinger <bernd.edlinger@hotmail.de>
1613
1614 * gdb.base/skip-inline.exp: Extend test.
1615
44e4c775
AB
16162020-01-13 Andrew Burgess <andrew.burgess@embecosm.com>
1617
1618 * gdb.dwarf2/dw2-bad-elf-other.S: New file.
1619 * gdb.dwarf2/dw2-bad-elf.c: New file.
1620 * gdb.dwarf2/dw2-bad-elf.exp: New file.
1621
d93c6db7
AB
16222020-01-13 Andrew Burgess <andrew.burgess@embecosm.com>
1623
1624 * lib/dwarf.exp (Dwarf::lines): Reset _line_saw_program and
1625 _line_saw_file.
1626
9a6d629c
AB
16272020-01-13 Andrew Burgess <andrew.burgess@embecosm.com>
1628
1629 * lib/tuiterm.exp (Term::_check_box): Check some parts of the top
1630 border.
1631
d9ebdab7
TBA
16322020-01-10 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1633
1634 * gdb.multi/multi-target.exp (setup): Factor out "info
1635 connections" and "info inferiors" tests to ...
1636 (test_info_inferiors): ... this new procedure.
1637 (top level): Run new "info-inferiors" tests.
1638
f3c469b9
PA
16392020-01-10 Pedro Alves <palves@redhat.com>
1640
1641 * gdb.server/bkpt-other-inferior.exp: New file.
1642
121b3efd
PA
16432020-01-10 Pedro Alves <palves@redhat.com>
1644
1645 * gdb.base/kill-detach-inferiors-cmd.exp: Adjust expected output
1646 of "add-inferior".
1647 * gdb.base/quit-live.exp: Likewise.
1648 * gdb.base/remote-exec-file.exp: Likewise.
1649 * gdb.guile/scm-progspace.exp: Likewise.
1650 * gdb.linespec/linespec.exp: Likewise.
1651 * gdb.mi/new-ui-mi-sync.exp: Likewise.
1652 * gdb.mi/user-selected-context-sync.exp: Likewise.
1653 * gdb.multi/multi-target.exp (setup): Add "info connection" and
1654 "info inferiors" tests.
1655 * gdb.multi/remove-inferiors.exp: Adjust expected output of
1656 "add-inferior".
1657 * gdb.multi/watchpoint-multi.exp: Likewise.
1658 * gdb.python/py-inferior.exp: Likewise.
1659 * gdb.server/extended-remote-restart.exp: Likewise.
1660 * gdb.threads/fork-plus-threads.exp: Adjust expected output of
1661 "info inferiors".
1662 * gdb.threads/forking-threads-plus-breakpoint.exp: Likewise.
1663 * gdb.trace/report.exp: Likewise.
1664
1dadb1dd
PA
16652020-01-10 Pedro Alves <palves@redhat.com>
1666
1667 * gdb.multi/multi-target.c: New file.
1668 * gdb.multi/multi-target.exp: New file.
1669 * lib/gdbserver-support.exp (gdb_target_cmd): Handle "Non-stop
1670 mode requested, but remote does not support non-stop".
1671
78f2c40a
PA
16722020-01-10 Pedro Alves <palves@redhat.com>
1673
1674 * gdb.server/extended-remote-restart.exp (test_reload): Explicitly
1675 disconnect before reconnecting.
1676
e7af6c70
TBA
16772020-01-10 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1678 Pedro Alves <palves@redhat.com>
1679
1680 * gdb.server/connect-without-multi-process.exp: Also test
1681 continuing to end.
1682
acdf84a6
PA
16832020-01-10 Pedro Alves <palves@redhat.com>
1684
1685 * gdb.base/remote-exec-file.exp: New file.
1686
873657b9
PA
16872020-01-10 Pedro Alves <palves@redhat.com>
1688
1689 * gdb.base/fork-running-state.exp (do_test): Adjust expected
1690 output.
1691 * gdb.threads/async.c: New.
1692 * gdb.threads/async.exp: New.
1693 * gdb.multi/tids-gid-reset.c: New.
1694 * gdb.multi/tids-gid-reset.exp: New.
1695
7f0ae84c
GB
16962020-01-10 George Barrett <bob@bob131.so>
1697
1698 * gdb.base/stap-probe.c (relocation_marker): Add dummy variable
1699 to help in finding the image relocation offset.
1700 * gdb.base/stap-probe.exp (stap_test): Accept arbitrary compile
1701 options in arguments.
1702 (stap_test_no_debuginfo): Likewise.
1703 (stap-probe-nosem-noopt-pie, stap-probe-nosem-noopt-nopie): Add
1704 test variants.
1705 (stap_test): Add null semaphore relocation test.
1706
47e9d49d
GB
17072020-01-10 George Barrett <bob@bob131.so>
1708
1709 * gdb.base/stap-probe.c: Rename USE_PROBES to USE_SEMAPHORES.
1710 * gdb.base/stap-probe.exp: Likewise.
1711 (stap_test): Pass argument as an additional flag.
1712 (stap_test_no_debuginfo): Likewise.
1713 (stap_test): Check `info probes stap' output for semaphore
1714 addresses if the test binary is supposed to have them.
1715
f5a7c406
AB
17162020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
1717
1718 * gdb.tui/basic.exp: Add more scrolling tests.
1719
9ae6bf64
TT
17202020-01-09 Tom Tromey <tom@tromey.com>
1721
1722 PR tui/18932:
1723 * lib/tuiterm.exp (Term::wait_for): Rename from _accept. Return a
1724 meangingful value.
1725 (Term::command, Term::resize): Update.
1726 * gdb.tui/basic.exp: Add scrolling test.
1727
b2efe70c
AB
17282020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
1729
1730 * gdb.tui/tui-layout-asm.exp: New file.
1731
3804da7e
AB
17322020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
1733
1734 * lib/tuiterm.exp (Term::check_box_contents): New proc.
1735
b40aa28f
AB
17362020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
1737
1738 * lib/tuiterm.exp (Term::prepare_for_tui): New proc.
1739 (Term::enter_tui): Use Term::prepare_for_tui.
1740
63ffd7c9
AB
17412020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
1742
1743 * lib/tuiterm.exp (Term::dump_screen): Always dump the screen when
1744 called.
1745
3be966f6
AB
17462020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
1747
1748 * gdb.base/skip.exp: Fix race condition in test.
1749
153d79c4
AB
17502020-01-06 Andrew Burgess <andrew.burgess@embecosm.com>
1751
1752 * gdb.base/backtrace.c: New file.
1753 * gdb.base/backtrace.exp: New file.
1754
f2302a34
AB
17552020-01-05 Andrew Burgess <andrew.burgess@embecosm.com>
1756
1757 * gdb.tui/list.exp: Test 'focus next' after 'list main'.
1758
6ec1d75e
PW
17592020-01-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1760
1761 * gdb.base/style.exp: Test that warnings are styled.
1762
c296cbe6
BE
17632019-12-29 Bernd Edlinger <bernd.edlinger@hotmail.de>
1764
1765 * gdb.base/line65535.exp: New file.
1766 * gdb.base/line65535.c: New file.
1767
b28a729d
SM
17682019-12-27 Simon Marchi <simon.marchi@polymtl.ca>
1769
1770 * lib/ada.exp (gnat_runtime_has_debug_info): New proc.
1771 * lib/gnat_debug_info_test.adb: New file.
1772 * gdb.ada/ptype_tagged_param.exp: Use
1773 gnat_runtime_has_debug_info, expect a different output if
1774 runtime does not have debug info.
1775
7f2d7a0d
SM
17762019-12-20 Simon Marchi <simon.marchi@efficios.com>
1777
1778 * lib/sym-info-cmds.exp (GDBInfoSymbols::check_no_entry): Add
1779 (another) quote in test name.
1780
f3bce483
SM
17812019-12-20 Simon Marchi <simon.marchi@efficios.com>
1782
1783 * lib/sym-info-cmds.exp (GDBInfoModuleSymbols::check_no_entry):
1784 Add quote in test name.
1785
c855a912
TBA
17862019-12-20 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1787
1788 * gdb.cp/pass-by-ref.cc: Delete. Generated in the output
1789 directory instead.
1790 * gdb.cp/pass-by-ref.exp: Extend with more cases.
1791 * gdb.cp/pass-by-ref-2.cc: New file.
1792 * gdb.cp/pass-by-ref-2.exp: New file.
1793
fc9d2d72
TT
17942019-12-20 Tom Tromey <tom@tromey.com>
1795
1796 * gdb.tui/list-before.exp: New file.
1797
77b97e00
TT
17982019-12-20 Tom Tromey <tom@tromey.com>
1799
1800 * gdb.tui/list.exp: Check for source on initial listing.
1801
f69656d0
TT
18022019-12-11 Tom Tromey <tromey@adacore.com>
1803
1804 * gdb.xml/tdesc-arch.exp (set_arch): Add "trans_mode" parameter.
1805 Add crlf test.
1806
99a55965
SM
18072019-12-18 Simon Marchi <simon.marchi@efficios.com>
1808
1809 * gdb.base/default.exp: Update value of $_gdb_major.
1810
5024637f
BE
18112019-12-17 Bernd Edlinger <bernd.edlinger@hotmail.de>
1812
1813 * gdb.base/skip.exp: Fix test failure observed with gcc-9.2.0.
1814
b63634be
BE
18152019-12-17 Bernd Edlinger <bernd.edlinger@hotmail.de>
1816
1817 * gdb.base/skip.exp: Whitespace fix.
1818
45d73523
BE
18192019-12-16 Bernd Edlinger <bernd.edlinger@hotmail.de>
1820
1821 * gdb.base/skip-inline.c: New file.
1822 * gdb.base/skip-inline.exp: New file.
1823
d043f8c8
SM
18242019-12-16 Simon Marchi <simon.marchi@polymtl.ca>
1825
1826 * gdb.base/jit-reader.exp (jit_reader_test): Rename
1827 jit_function_00 to jit_function_stack_mangle.
1828 * gdb.base/jithost.c (jit_function_t): Rename to...
1829 (jit_function_stack_mangle_t): ... this.
1830 (jit_function_add_t): New typedef.
1831 (jit_function_00_code): Rename to...
1832 (jit_function_stack_mangle_code): ... this, make static.
1833 (jit_function_add_code): New.
1834 (main): Generate "add" function and call it. Adjust to changes
1835 in jithost_abi.
1836 * gdb.base/jithost.h (struct jithost_abi_bounds): New.
1837 (struct jithost_abi) <begin, end>: Remove fields.
1838 <object, function_stack_mangle, function_add>: New fields.
1839 * gdb.base/jitreader.c (struct reader_state) <code_begin,
1840 code_end>: Remove fields.
1841 <func_stack_mangle>: New field.
1842 (read_debug_info): Adjust to renaming, create block for "add"
1843 function.
1844 (read_sp, unwind_frame, get_frame_id): Adjust to other changes.
1845
873de05c
TT
18462019-12-11 Tom Tromey <tom@tromey.com>
1847
1848 * gdb.tui/resize.exp: Fix regexp.
1849 * gdb.tui/regs.exp: Fix regexps.
1850 * gdb.tui/main.exp: Fix regexp.
1851
3d979945
TT
18522019-12-11 Tom Tromey <tom@tromey.com>
1853
1854 * gdb.tui/resize.exp: Update.
1855 * gdb.tui/empty.exp (layouts): Update.
1856
2192a9d3
TT
18572019-12-11 Tom Tromey <tom@tromey.com>
1858
1859 * gdb.tui/regs.exp: Update.
1860 * gdb.tui/empty.exp (layouts): Update.
1861 * gdb.tui/basic.exp: Update.
1862 * lib/tuiterm.exp (_check_box): Don't check bottom border.
1863
d8edc8b7
PW
18642019-12-11 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1865
1866 * gdb.base/options.exp: Add -raw-values in the print completion list.
1867 * gdb.python/py-prettyprint.exp: Add tests for -raw-values.
1868
4c12d936
KB
18692019-12-10 Kevin Buettner <kevinb@redhat.com>
1870
1871 * gdb.threads/omp-par-scope.c: New file.
1872 * gdb/threads/omp-par-scope.exp: New file.
1873
26b911fb
KB
18742019-12-10 Kevin Buettner <kevinb@redhat.com>
1875
bb47f919
KB
1876 * lib/gdb.exp (support_nested_function_tests): New proc.
1877
18782019-12-10 Kevin Buettner <kevinb@redhat.com>
1879
1880 * lib/gdb.exp (gdb_compile_openmp): New proc.
1881 (build_executable_from_specs): Add an "openmp" option.
1882 (gdb_compile_pthreads): Add non-executable case.
26b911fb 1883
6c71eb7d
TT
18842019-12-10 Tom Tromey <tromey@adacore.com>
1885
1886 * gdb.ada/unchecked_union.exp: New file.
1887 * gdb.ada/unchecked_union/pck.adb: New file.
1888 * gdb.ada/unchecked_union/pck.ads: New file.
1889 * gdb.ada/unchecked_union/unchecked_union.adb: New file.
1890 * gdb-utils.exp (string_to_regexp): Also quote "?".
1891
bac7c5cf
GB
18922019-12-10 George Barrett <bob@bob131.so>
1893
1894 Test scripted probe breakpoints.
1895 * gdb.guile/scm-breakpoint.c (main): Add probe point.
1896 * gdb.python/py-breakpoint.c (main): Likewise.
1897 * gdb.guile/scm-breakpoint.exp (test_bkpt_probe): Add probe
1898 specifier test.
1899 * gdb.python/py-breakpoint.exp (test_bkpt_probe): Likewise.
1900
330f1d38
TBA
19012019-12-09 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1902
1903 * gdb.cp/rvalue-ref-overload.cc (g): New function that takes
1904 an rvalue parameter.
1905 * gdb.cp/rvalue-ref-overload.exp: Test calling it with an lvalue
1906 parameter.
1907
b43315e2
AB
19082019-12-09 Andrew Burgess <andrew.burgess@embecosm.com>
1909
1910 * gdb.mi/mi-fortran-modules.exp: Add patterns to skip system
1911 modules.
1912
54f73dad
AB
19132019-12-09 Andrew Burgess <andrew.burgess@embecosm.com>
1914
1915 * gdb.fortran/derived-type-striding.exp: KFAIL if we are using a
1916 broken version of GCC.
1917
d57cbee9
AB
19182019-12-09 Andrew Burgess <andrew.burgess@embecosm.com>
1919
1920 * gdb.fortran/info-modules.exp: Rewrite to make use of new
1921 sym-info-cmds library.
1922 * gdb.fortran/info-types.exp: Likewise.
1923 * lib/sym-info-cmds.exp: New file.
1924
c14aab8c
TV
19252019-12-08 Tom de Vries <tdevries@suse.de>
1926
1927 * gdb.dwarf2/imported-unit.exp: Fix inter-CU references.
1928
aa2d5a42
KS
19292019-12-07 Keith Seitz <keiths@redhat.com>
1930
1931 * gdb.base/corefile-buildid-shlib-shr.c: New file.
1932 * gdb.base/corefile-buildid-shlib.c: New file.
1933 * gdb.base/corefile-buildid.c: New file.
1934 * gdb.base/corefile-buildid.exp: New file.
1935
93e55f0a
TV
19362019-12-06 Tom de Vries <tdevries@suse.de>
1937
1938 * gdb.dwarf2/varval.exp: Add decl before def test.
1939
c7d12402
TBA
19402019-12-06 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1941
1942 * gdb.cp/rvalue-ref-overload.exp: Minor cleanup.
1943
06acc08f
TBA
19442019-12-06 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1945
1946 * gdb.cp/rvalue-ref-overload.cc: Add a case that involves both
1947 CV and reference conversion for overload resolution.
1948 * gdb.cp/rvalue-ref-overload.exp: Test it.
1949
e0fad1ea
PW
19502019-12-06 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1951
1952 * gdb.threads/pthreads.exp: Test taas and tfaas without command.
1953 * gdb.base/frameapply.exp: Test faas without command.
1954
8d70a9f0
AB
19552019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
1956
1957 * lib/gdb.exp (gdb_compile): Add -J compiler option when building
1958 Fortran tests.
1959 * gdb.mi/mi-fortran-modules.exp: Compile source files in correct
1960 order.
1961
36c8fb93
AB
19622019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
1963
1964 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): Handle
1965 casting to type with no kind specified.
1966 (test_basic_parsing_of_type_kinds): Additional tests for types
1967 with no kind specified, and add tests for single/double
1968 precision/complex types.
1969
4139ff00
TT
19702019-12-04 Tom Tromey <tromey@adacore.com>
1971
1972 * gdb.base/endianity.c (struct other) <x>: New field.
1973 (main): Initialize it.
1974 * gdb.base/endianity.exp: Update.
1975
a05cf17a
TT
19762019-12-04 Tom Tromey <tromey@adacore.com>
1977
1978 * gdb.ada/scalar_storage/storage.adb: New file.
1979 * gdb.ada/scalar_storage/pck.adb: New file.
1980 * gdb.ada/scalar_storage/pck.ads: New file.
1981 * gdb.ada/scalar_storage.exp: New file.
1982
103a685e
TT
19832019-12-04 Tom Tromey <tromey@adacore.com>
1984
1985 * gdb.base/endianity.c (struct otherendian) <f>: New field.
1986 (main): Initialize it.
1987 * gdb.base/endianity.exp: Update.
1988
c2512106
AB
19892019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
1990
1991 * gdb.mi/mi-sym-info.exp: Add tests for -max-results parameter.
1992
293b38d6
AB
19932019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
1994
1995 * gdb.mi/mi-fortran-modules.exp: Add additional tests for
1996 -symbol-info-module-functions and -symbol-info-module-variables.
1997
216a7e6b
AB
19982019-12-01 Andrew Burgess <andrew.burgess@embecosm.com>
1999
2000 * gdb.fortran/array-slices.exp: Add test for dynamic strings.
2001
5bbd8269
AB
20022019-12-01 Richard Bunt <richard.bunt@arm.com>
2003 Andrew Burgess <andrew.burgess@embecosm.com>
2004
2005 * gdb.fortran/derived-type-striding.exp: New file.
2006 * gdb.fortran/derived-type-striding.f90: New file.
2007 * gdb.fortran/array-slices.exp: New file.
2008 * gdb.fortran/array-slices.f90: New file.
2009
be09caf1
PW
20102019-11-30 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2011
2012 * gdb.base/define.exp: Test . in command names.
2013 * gdb.base/setshow.exp: Update test, as . is now part of
2014 command name.
2015
643c0cbe
PW
20162019-11-30 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2017
2018 * gdb.base/define-prefix.exp: New file.
2019
dcdec678
AB
20202019-11-28 Andrew Burgess <andrew.burgess@embecosm.com>
2021
2022 * lib/gdb.exp (skip_btrace_tests): Return 1 if the test fails to
2023 compile.
2024 (skip_btrace_pt_tests): Likewise.
2025
640ab947
AB
20262019-11-27 Andrew Burgess <andrew.burgess@embecosm.com>
2027
2028 * gdb.fortran/info-modules.exp: Compile source files in correct
2029 order.
2030
d22670f0
KB
20312019-11-27 Kevin Buettner <kevinb@redhat.com>
2032
2033 * gdb.dwarf2/imported-unit.exp: New file.
2034 * gdb.dwarf2/imported-unit.c: New file.
2035
db5960b4
AB
20362019-11-27 Andrew Burgess <andrew.burgess@embecosm.com>
2037
2038 * gdb.mi/mi-fortran-modules-2.f90: New file.
2039 * gdb.mi/mi-fortran-modules.exp: New file.
2040 * gdb.mi/mi-fortran-modules.f90: New file.
2041
7dc42066
AB
20422019-11-27 Andrew Burgess <andrew.burgess@embecosm.com>
2043
2044 * gdb.mi/mi-sym-info-1.c: New file.
2045 * gdb.mi/mi-sym-info-2.c: New file.
2046 * gdb.mi/mi-sym-info.exp: New file.
2047
0dfeecca
TT
20482019-11-22 Tom Tromey <tromey@adacore.com>
2049
2050 * gdb.ada/tasks.exp: Add -ada-task-info regression test.
2051 * gdb.ada/tasks/foo.adb: Add another stopping location.
2052
34877895
PJ
20532019-11-21 Peeter Joot <peeter.joot@lzlabs.com>
2054
2055 * gdb.base/endianity.c: New test.
2056 * gdb.base/endianity.exp: New file.
2057
2e84f897
LD
20582019-11-21 Lukas Durfina <ldurfina@tachyum.com>
2059
2060 * gdb.arch/amd64-eval.exp: Skip test if target is not x86-64.
2061
65d1cd5f
TV
20622019-11-21 Tom de Vries <tdevries@suse.de>
2063
2064 PR gdb/24956
2065 * gdb.base/ui-redirect.exp: Test output of user-defined command.
2066
4f22c3f4
SDJ
20672019-11-20 Sergio Durigan Junior <sergiodj@redhat.com>
2068
2069 * gdb.python/py-progspace.exp: Add missing parentheses on some
2070 'print' commands.
2071
9f6ad286
TT
20722019-11-19 Tom Tromey <tom@tromey.com>
2073
2074 * gdb.tui/winheight.exp: New file.
2075
0b8dbf3f
AB
20762019-11-19 Andrew Burgess <andrew.burgess@embecosm.com>
2077
2078 * gdb.base/ctf-whatis.c: Delete.
2079 * gdb.base/ctf-whatis.exp: Delete.
2080 * gdb.base/whatis.exp: Rewrite to compile as both dwarf and ctf.
2081
f833b7a7
AB
20822019-11-19 Andrew Burgess <andrew.burgess@embecosm.com>
2083
2084 * gdb.base/ctf-cvexpr.exp: Delete.
2085 * gdb.base/cvexpr.exp: Rewrite to compile as both dwarf and ctf.
2086
30d0a636
AB
20872019-11-19 Andrew Burgess <andrew.burgess@embecosm.com>
2088
2089 * gdb.base/ctf-constvars.exp: Skip test if CTF is not supported in
2090 the compiler. Clean up header comment a little.
2091 * gdb.base/ctf-ptype.exp: Likewise.
2092 * gdb.base/ctf-whatis.exp: Likewise.
2093 * lib/gdb.exp (skip_ctf_tests): New proc.
2094
494409bb
SDJ
20952019-11-18 Sergio Durigan Junior <sergiodj@redhat.com>
2096
2097 https://bugzilla.redhat.com/show_bug.cgi?id=1765117
2098 * gdb.tui/corefile-run.exp: New file.
2099
55708e99
TT
21002019-11-14 Tom Tromey <tromey@adacore.com>
2101
2102 * gdb.base/gdbvars.exp (test_convenience_variables): Add
2103 regression tests.
2104
45e42163
TT
21052019-11-12 Tom Tromey <tom@tromey.com>
2106
2107 * lib/tuiterm.exp (_accept): Add wait_for parameter. Check output
2108 after any command. Expect prompt after WAIT_FOR is seen.
2109 (enter_tui): Enable resize messages.
2110 (command): Expect command in output.
2111 (get_line): Avoid error when cursor appears to be off-screen.
2112 (dump_screen): Include screen size in title.
2113 (_do_resize): New proc, from "resize".
2114 (resize): Rewrite. Do resize in two steps.
2115 * gdb.tui/empty.exp (layouts): Fix entries.
2116 (check_boxes): Remove xfail.
2117 (check_text): Dump screen on failure.
2118
086baaf1
AB
21192019-11-10 Andrew Burgess <andrew.burgess@embecosm.com>
2120
2121 * gdb.python/py-symbol.exp: Add test for
2122 gdb.lookup_static_symbols.
2123
09ff83af
AB
21242019-11-10 Andrew Burgess <andrew.burgess@embecosm.com>
2125
2126 * gdb.python/py-symbol.c: Declare and call function from new
2127 py-symbol-2.c file.
2128 * gdb.python/py-symbol.exp: Compile both source files, and add new
2129 tests for gdb.lookup_static_symbol.
2130 * gdb.python/py-symbol-2.c: New file.
2131
11af934b
TV
21322019-11-02 Tom de Vries <tdevries@suse.de>
2133
2134 * gdb.base/advance.exp: Drop superfluous 3rd argument to gdb_test.
2135 * gdb.base/anon.exp: Same.
2136 * gdb.base/auto-connect-native-target.exp: Same.
2137 * gdb.base/call-ar-st.exp: Same.
2138 * gdb.base/catch-syscall.exp: Same.
2139 * gdb.base/commands.exp: Same.
2140 * gdb.base/default.exp: Same.
2141 * gdb.base/display.exp: Same.
2142 * gdb.base/float.exp: Same.
2143 * gdb.base/foll-fork.exp: Same.
2144 * gdb.base/help.exp: Same.
2145 * gdb.base/info-macros.exp: Same.
2146 * gdb.base/info-proc.exp: Same.
2147 * gdb.base/info-target.exp: Same.
2148 * gdb.base/long_long.exp: Same.
2149 * gdb.base/macscp.exp: Same.
2150 * gdb.base/memattr.exp: Same.
2151 * gdb.base/nofield.exp: Same.
2152 * gdb.base/pointers.exp: Same.
2153 * gdb.base/printcmds.exp: Same.
2154 * gdb.base/ptype.exp: Same.
2155 * gdb.base/restore.exp: Same.
2156 * gdb.base/return.exp: Same.
2157 * gdb.base/scope.exp: Same.
2158 * gdb.base/set-noassign.exp: Same.
2159 * gdb.base/setshow.exp: Same.
2160 * gdb.base/shlib-call.exp: Same.
2161 * gdb.base/signals.exp: Same.
2162 * gdb.base/sigstep.exp: Same.
2163 * gdb.base/skip.exp: Same.
2164 * gdb.base/solib-symbol.exp: Same.
2165 * gdb.base/stap-probe.exp: Same.
2166 * gdb.base/step-line.exp: Same.
2167 * gdb.base/step-test.exp: Same.
2168 * gdb.base/style.exp: Same.
2169 * gdb.base/varargs.exp: Same.
2170 * gdb.base/vla-datatypes.exp: Same.
2171 * gdb.base/vla-ptr.exp: Same.
2172 * gdb.base/vla-sideeffect.exp: Same.
2173 * gdb.base/volatile.exp: Same.
2174 * gdb.base/watch-cond-infcall.exp: Same.
2175 * gdb.base/watchpoint.exp: Same.
2176
e96ec2ba
TV
21772019-11-02 Tom de Vries <tdevries@suse.de>
2178
2179 * gdb.cp/anon-union.exp: Drop superfluous 3rd argument to gdb_test.
2180 * gdb.cp/cpexprs.exp: Same.
2181 * gdb.cp/except-multi-location.exp: Same.
2182 * gdb.cp/exceptprint.exp: Same.
2183 * gdb.cp/gdb2384.exp: Same.
2184 * gdb.cp/inherit.exp: Same.
2185 * gdb.cp/m-static.exp: Same.
2186 * gdb.cp/meth-typedefs.exp: Same.
2187 * gdb.cp/misc.exp: Same.
2188 * gdb.cp/namespace.exp: Same.
2189 * gdb.cp/non-trivial-retval.exp: Same.
2190 * gdb.cp/overload.exp: Same.
2191 * gdb.cp/pr17132.exp: Same.
2192 * gdb.cp/re-set-overloaded.exp: Same.
2193 * gdb.cp/rvalue-ref-types.exp: Same.
2194 * gdb.cp/templates.exp: Same.
2195
bd5766ec
LM
21962019-11-01 Luis Machado <luis.machado@linaro.org>
2197
2198 PR gdb/25124
2199
2200 * gdb.arch/pr25124.S: New file.
2201 * gdb.arch/pr25124.exp: New file.
2202
165f8965
AB
22032019-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
2204
2205 * gdb.fortran/info-modules.exp: Update expected results, and add
2206 additional tests for 'info module functinos', and 'info module
2207 variables'.
2208 * gdb.fortran/info-types.exp: Update expected results.
2209 * gdb.fortran/info-types.f90: Extend testcase with additional
2210 module variables and functions.
2211
59c35742
AB
22122019-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
2213
2214 * gdb.fortran/info-modules.exp: New file.
2215 * gdb.fortran/info-types.exp: Build with new file.
2216 * gdb.fortran/info-types.f90: Include and use new module.
2217 * gdb.fortran/info-types-2.f90: New file.
2218
f3fb2519
PW
22192019-10-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2220
2221 * gdb.base/setshow.exp: Test $_gdb_setting and $_gdb_setting_str.
2222 * gdb.base/settings.exp: Test all settings types using
2223 $_gdb_maint_setting and $_gdb_maint_setting_str in proc_show_setting,
2224 that now verifies that the value of "maint show" is the same as
2225 returned by the settings functions. Test the type of the
2226 maintenance settings.
2227 * gdb.base/default.exp: Update show_conv_list.
2228
d1e36019
TV
22292019-10-31 Tom de Vries <tdevries@suse.de>
2230
2231 * gdb.arch/amd64-disp-step-avx.exp: Drop superfluous 3rd argument to
2232 gdb_test.
2233 * gdb.arch/amd64-disp-step.exp: Same.
2234 * gdb.asm/asm-source.exp: Same.
2235 * gdb.btrace/buffer-size.exp: Same.
2236 * gdb.btrace/cpu.exp: Same.
2237 * gdb.btrace/enable.exp: Same.
2238 * gdb.dwarf2/count.exp: Same.
2239 * gdb.dwarf2/dw2-ranges-func.exp: Same.
2240 * gdb.dwarf2/dw2-ranges-psym.exp: Same.
2241 * gdb.fortran/vla-datatypes.exp: Same.
2242 * gdb.fortran/vla-history.exp: Same.
2243 * gdb.fortran/vla-ptype.exp: Same.
2244 * gdb.fortran/vla-value.exp: Same.
2245 * gdb.fortran/whatis_type.exp: Same.
2246 * gdb.guile/guile.exp: Same.
2247 * gdb.multi/tids.exp: Same.
2248 * gdb.python/py-finish-breakpoint.exp: Same.
2249 * gdb.python/py-framefilter.exp: Same.
2250 * gdb.python/py-pp-registration.exp: Same.
2251 * gdb.python/py-xmethods.exp: Same.
2252 * gdb.python/python.exp: Same.
2253 * gdb.server/connect-with-no-symbol-file.exp: Same.
2254 * gdb.server/no-thread-db.exp: Same.
2255 * gdb.server/run-without-local-binary.exp: Same.
2256 * gdb.stabs/weird.exp: Same.
2257 * gdb.threads/attach-many-short-lived-threads.exp: Same.
2258 * gdb.threads/thread-find.exp: Same.
2259 * gdb.threads/tls-shared.exp: Same.
2260 * gdb.threads/tls.exp: Same.
2261 * gdb.threads/wp-replication.exp: Same.
2262 * gdb.trace/ax.exp: Same.
2263 * lib/gdb.exp (gdb_test_exact, help_test_raw): Same.
2264
3d11e68e
TV
22652019-10-31 Tom de Vries <tdevries@suse.de>
2266
2267 * gdb.ada/array_bounds.exp: Drop superfluous 3rd argument to gdb_test.
2268 * gdb.ada/array_subscript_addr.exp: Same.
2269 * gdb.ada/arrayidx.exp: Same.
2270 * gdb.ada/arrayparam.exp: Same.
2271 * gdb.ada/arrayptr.exp: Same.
2272 * gdb.ada/boolean_expr.exp: Same.
2273 * gdb.ada/call_pn.exp: Same.
2274 * gdb.ada/complete.exp: Same.
2275 * gdb.ada/fixed_cmp.exp: Same.
2276 * gdb.ada/fun_addr.exp: Same.
2277 * gdb.ada/funcall_param.exp: Same.
2278 * gdb.ada/interface.exp: Same.
2279 * gdb.ada/mod_from_name.exp: Same.
2280 * gdb.ada/null_array.exp: Same.
2281 * gdb.ada/packed_array.exp: Same.
2282 * gdb.ada/packed_tagged.exp: Same.
2283 * gdb.ada/print_chars.exp: Same.
2284 * gdb.ada/print_pc.exp: Same.
2285 * gdb.ada/ptype_arith_binop.exp: Same.
2286 * gdb.ada/ptype_field.exp: Same.
2287 * gdb.ada/ptype_tagged_param.exp: Same.
2288 * gdb.ada/rec_return.exp: Same.
2289 * gdb.ada/ref_tick_size.exp: Same.
2290 * gdb.ada/str_ref_cmp.exp: Same.
2291 * gdb.ada/taft_type.exp: Same.
2292 * gdb.ada/tagged.exp: Same.
2293 * gdb.ada/type_coercion.exp: Same.
2294 * gdb.ada/uninitialized_vars.exp: Same.
2295
60b6ede8
TV
22962019-10-30 Tom de Vries <tdevries@suse.de>
2297
2298 * lib/gdb.exp (gdb_test_multiple): Handle -early pattern flag.
2299
30baf67b
TV
23002019-10-26 Tom de Vries <tdevries@suse.de>
2301
2302 * gdb.base/bigcore.c: Fix typos in comments.
2303 * gdb.base/ctf-ptype.c: Same.
2304 * gdb.base/long_long.c: Same.
2305 * gdb.dwarf2/dw2-op-out-param.S: Same.
2306 * gdb.python/py-evthreads.c: Same.
2307 * gdb.reverse/i387-stack-reverse.c: Same.
2308 * gdb.trace/tfile.c: Same.
2309 * lib/compiler.c: Same.
2310 * lib/compiler.cc: Same.
2311
158da0d1
TV
23122019-10-25 Tom de Vries <tdevries@suse.de>
2313
2314 * gdb.reverse/sigall-precsave.exp: Use -wrap and $gdb_test_name in
2315 gdb_test_multiple calls.
2316 * gdb.reverse/sigall-reverse.exp: Same.
2317 * gdb.reverse/solib-precsave.exp: Same.
2318 * gdb.reverse/solib-reverse.exp: Same.
2319 * gdb.reverse/until-precsave.exp: Same.
2320 * gdb.reverse/until-reverse.exp: Same.
2321
4ccdfbec
TV
23222019-10-24 Tom de Vries <tdevries@suse.de>
2323
2324 * lib/gdb.exp (gdb_test_multiple): Add -wrap pattern flag.
2325 * gdb.reverse/step-precsave.exp: Rewrite gdb_test_multiple containing
2326 kfail using -wrap pattern flag and convenience variable
2327 gdb_test_name.
2328
33d569b7
AB
23292019-10-24 Andrew Burgess <andrew.burgess@embecosm.com>
2330
2331 * gdb.python/py-progspace.exp: Add tests for the
2332 Progspace.block_for_pc method.
2333
4d0b984b
TT
23342019-10-23 Tom Tromey <tom@tromey.com>
2335
2336 * configure: Rebuild.
2337 * aclocal.m4: Use m4_include, not sinclude.
2338
94cb3754
TV
23392019-10-21 Tom de Vries <tdevries@suse.de>
2340
2341 * gdb.base/infcall-nested-structs.c: Add
2342 __attribute__((noinline,noclone)) to all functions.
2343 (call_all): Add missing variable initialization. Simplify return value.
2344 (breakpt): Increment volatile variable, to prevent call from being
2345 optimized out.
2346 * gdb.base/infcall-nested-structs.exp: Compile with -O2.
2347
062f1fc1
TV
23482019-10-17 Tom de Vries <tdevries@suse.de>
2349
2350 * gdb.fortran/module.exp: Allow info variables to print info for files
2351 other than module.f90.
2352
0b54364d
AB
23532019-10-16 Andrew Burgess <andrew.burgess@embecosm.com>
2354
2355 * gdb.fortran/module.exp: Extend with 'info variables' test.
2356
7ff5fae7
AB
23572019-10-16 Andrew Burgess <andrew.burgess@embecosm.com>
2358
2359 * boards/cc-with-tweaks.exp: Setup F90_FOR_TARGET and
2360 F77_FOR_TARGET.
2361
d10eccaa
TV
23622019-10-16 Tom de Vries <tdevries@suse.de>
2363
2364 PR tdep/25096
2365 * gdb.base/infcall-nested-structs.exp: Remove PR25096 KFAILs.
2366
745ff14e
TV
23672019-10-16 Tom de Vries <tdevries@suse.de>
2368
2369 PR tdep/24104
2370 * gdb.base/infcall-nested-structs.exp: Remove XFAIL for PR tdep/24104.
2371 Add KFAIL for PR tdep/25096.
2372
03e1ab94
TV
23732019-10-16 Tom de Vries <tdevries@suse.de>
2374
2375 PR testsuite/25059
2376 * gdb.cp/local-static.exp (do_test): Add xfails for gcc PR debug/55541.
2377
b17fcc10
TV
23782019-10-16 Tom de Vries <tdevries@suse.de>
2379
2380 * gdb.base/jit-reader.exp: Allow non-pointer registers to be printed
2381 as signed.
2382
9223170f
SM
23832019-10-14 Simon Marchi <simon.marchi@polymtl.ca>
2384
2385 * gdb.mi/list-thread-groups-available.exp: Read entries one by
2386 one instead of increasing timeout.
2387
d6e76313
TV
23882019-10-13 Tom de Vries <tdevries@suse.de>
2389
2390 PR record/25038
2391 * gdb.reverse/sigall-precsave.exp: Add PR record/25038 KFAIL.
2392 * gdb.reverse/sigall-reverse.exp: Same.
2393 * gdb.reverse/solib-precsave.exp: Same.
2394 * gdb.reverse/solib-reverse.exp: Same.
2395 * gdb.reverse/step-precsave.exp: Same.
2396 * gdb.reverse/until-precsave.exp: Same.
2397 * gdb.reverse/until-reverse.exp: Same.
2398 * lib/gdb.exp (gdb_continue_to_breakpoint): Same.
2399
6dfc0041
AA
24002019-10-10 Andreas Arnez <arnez@linux.ibm.com>
2401
2402 * gdb.base/infcall-nested-structs.c (cmp_struct_02_01)
2403 (cmp_struct_02_02, cmp_struct_04_01, cmp_struct_04_02)
2404 (cmp_struct_05_01, cmp_struct_static_02_01)
2405 (cmp_struct_static_04_01, cmp_struct_static_06_01): Fix redundant
2406 comparisons.
2407
abcf2cc8
TV
24082019-10-10 Tom de Vries <tdevries@suse.de>
2409
2410 PR testsuite/24888
2411 * lib/ada.exp (target_compile_ada_from_dir): Route -pie/-no-pie to
2412 gnatlink.
2413
a50faaf6
TV
24142019-10-09 Tom de Vries <tdevries@suse.de>
2415
2416 PR testsuite/25048
2417 * gdb.rust/simple.exp: Add xfails for incorrect DWARF.
2418
60ff3cd7
AB
24192019-10-07 Andrew Burgess <andrew.burgess@embecosm.com>
2420
2421 * gdb.ada/catch_ex_std.exp: Handle being unabled to catch Ada
2422 exceptions due to missing debug information.
2423
dfee8566
TV
24242019-10-07 Tom de Vries <tdevries@suse.de>
2425
2426 * gdb.base/default.exp: Expect _gdb_major/_gdb_minor to be 9.1.
2427
3d63690a
AB
24282019-10-07 Andrew Burgess <andrew.burgess@embecosm.com>
2429
2430 * lib/gdb.exp (gdb_test_multiple): Add gdb_test_name mechanism.
2431 * gdb.base/annota1.exp: Update to use gdb_test_name.
2432
30d1f018
WP
24332019-10-07 Weimin Pan <weimin.pan@oracle.com>
2434
2435 * gdb.base/ctf-whatis.exp: New file.
2436 * gdb.base/ctf-whatis.c: New file.
2437 * gdb.base/ctf-ptype.exp: New file.
2438 * gdb.base/ctf-ptype.c: New file.
2439 * gdb.base/ctf-constvars.exp: New file.
2440 * gdb.base/ctf-constvars.c: New file.
2441 * gdb.base/ctf-cvexpr.exp: New file.
2442
4dbbb47c
TV
24432019-10-04 Tom de Vries <tdevries@suse.de>
2444
2445 * gdb.cp/local-static.c (main): Move declaration of int i out of the
2446 for loop.
2447
77c2dba3
TT
24482019-10-03 Tom Tromey <tom@tromey.com>
2449
2450 PR rust/24976:
2451 * gdb.rust/simple.rs (Union2): New type.
2452 (main): Use Union2.
2453 * gdb.rust/simple.exp: Add test.
2454
179aed7f
AB
24552019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
2456
2457 * gdb.fortran/nested-funcs-2.exp: Run tests with and without the
2458 nested function prefix.
2459
0a4b0913
AB
24602019-10-03 Bernhard Heckel <bernhard.heckel@intel.com>
2461 Richard Bunt <richard.bunt@arm.com>
2462 Andrew Burgess <andrew.burgess@embecosm.com>
2463
2464 * gdb.fortran/nested-funcs.exp: Tests for placing breakpoints on
2465 nested functions.
2466 * gdb.fortran/nested-funcs.f90: Update expected results.
2467 * gdb.fortran/nested-funcs-2.exp: New file.
2468 * gdb.fortran/nested-funcs-2.f90: New file.
2469
082cce05
AB
24702019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
2471
2472 * gdb.python/py-parameter.exp: Make test names unique.
2473 * gdb.python/py-template.exp: Likewise.
2474 * gdb.python/py-value.exp: Likewise.
2475
2b74ba5a
AB
24762019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
2477
2478 * gdb.base/break-interp.exp: Reduce test name duplication.
2479 * gdb.base/call-sc.exp: Likewise.
2480 * gdb.base/callfuncs.exp: Likewise.
2481 * gdb.base/charset.exp: Likewise.
2482 * gdb.base/dump.exp: Likewise.
2483 * gdb.base/ena-dis-br.exp: Likewise.
2484 * gdb.base/relational.exp: Likewise.
2485 * gdb.base/step-over-syscall.exp: Likewise.
2486 * gdb.base/structs.exp: Likewise.
2487
58eb20d5
AB
24882019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
2489
2490 * gdb.linespec/explicit.exp: Make test names unique.
2491 * gdb.linespec/ls-errs.exp: Likewise.
2492
4d421147
AB
24932019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
2494
2495 * gdb.reverse/break-precsave.exp: Make test names unique.
2496 * gdb.reverse/break-reverse.exp: Likewise.
2497 * gdb.reverse/finish-precsave.exp: Likewise.
2498 * gdb.reverse/finish-reverse.exp: Likewise.
2499 * gdb.reverse/machinestate-precsave.exp: Likewise.
2500 * gdb.reverse/machinestate.exp: Likewise.
2501 * gdb.reverse/readv-reverse.exp: Likewise.
2502 * gdb.reverse/recvmsg-reverse.exp: Likewise.
2503 * gdb.reverse/sigall-precsave.exp: Likewise.
2504 * gdb.reverse/sigall-reverse.exp: Likewise.
2505 * gdb.reverse/step-indirect-call-thunk.exp: Likewise.
2506 * gdb.reverse/watch-precsave.exp: Likewise.
2507 * gdb.reverse/watch-reverse.exp: Likewise.
2508
d8c06f22
AB
25092019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
2510
2511 * gdb.threads/stop-with-handle.c: New file.
2512 * gdb.threads/stop-with-handle.exp: New file.
2513
3a56ed86
TV
25142019-10-03 Tom de Vries <tdevries@suse.de>
2515
2516 PR testsuite/25059
2517 * gdb.base/list-missing-source.exp: Allowing the "Compilation
2518 directory" line to be missing.
2519
42275044
TV
25202019-10-03 Tom de Vries <tdevries@suse.de>
2521
2522 PR testsuite/25059
2523 * gdb.base/info-types.exp: Make the presence of the 'unsigned int'
2524 type optional.
2525
9ef62df0
AA
25262019-10-02 Andreas Arnez <arnez@linux.ibm.com>
2527
2528 * gdb.python/py-format-string.c (string.h): New include.
2529 (main): Fill a_struct_with_union.the_union.an_int with bytes of
2530 the same value, for endianness-independence.
2531 * gdb.python/py-format-string.exp (default_regexp_dict)
2532 (test_pretty_structs, test_format): Adjust expected output to the
2533 changed initialization.
2534
37f6a7f4
TT
25352019-10-02 Tom Tromey <tromey@adacore.com>
2536
2537 * gdb.ada/catch_ex_std.exp: Add $_ada_exception test.
2538
1d58d6a2
PA
25392019-10-02 Pedro Alves <palves@redhat.com>
2540 Andrew Burgess <andrew.burgess@embecosm.com>
2541
2542 * gdb.base/print-file-var-lib1.c: Include <stdio.h> and
2543 "print-file-var.h".
2544 (this_version_id) Use ATTRIBUTE_VISIBILITY.
2545 (get_version_1): Print this_version_id and its address.
2546 Add extern "C" wrappers around interface functions.
2547 * gdb.base/print-file-var-lib2.c: Include <stdio.h> and
2548 "print-file-var.h".
2549 (this_version_id) Use ATTRIBUTE_VISIBILITY.
2550 (get_version_2): Print this_version_id and its address.
2551 Add extern "C" wrappers around interface functions.
2552 * gdb.base/print-file-var-main.c: Include <dlfcn.h>, <assert.h>,
2553 <stddef.h> and "print-file-var.h".
2554 Add extern "C" wrappers around interface functions.
2555 [VERSION_ID_MAIN] (this_version_id): Define.
2556 (main): Define v0. Use dlopen if SHLIB_NAME is defined.
2557 * gdb.base/print-file-var.h: Add some #defines to simplify setting
2558 up extern "C" blocks.
2559 * gdb.base/print-file-var.exp (test): New, factored out from top
2560 level.
2561 (top level): Test all combinations of attribute hidden or not,
2562 dlopen or not, and this_version_id symbol in main file or not.
2563 Compile tests as both C++ and C, make test names unique.
2564
d770d56f
TT
25652019-10-01 Tom Tromey <tom@tromey.com>
2566
2567 * gdb.base/style.exp: Test "show logging filename".
2568
7f6aba03
TT
25692019-10-01 Tom Tromey <tom@tromey.com>
2570
2571 * lib/gdb-utils.exp (style): Handle "metadata" argument.
2572 * gdb.base/style.exp: Add metadata style test.
2573
14309bb6
TT
25742019-10-01 Tom Tromey <tom@tromey.com>
2575
2576 * gdb.base/style.exp: Test "pwd".
2577
2a3c1174
PA
25782019-10-01 Tom Tromey <tom@tromey.com>
2579
2580 * gdb.base/style.exp: Update tests.
2581
53d666ec
AA
25822019-10-01 Andreas Arnez <arnez@linux.ibm.com>
2583
2584 * gdb.base/pretty-print.c (struct s1_t): Change fields 'three' and
2585 'six' to unsigned.
2586 (s1): Initialize fields 'four' and 'six' instead of 'three' and
2587 'five'. Use an all-ones bit pattern for each.
2588 * gdb.base/pretty-print.exp: Adjust expected output of "print s1"
2589 to its changed values.
2590
4a56a520
TT
25912019-09-30 Tom Tromey <tromey@adacore.com>
2592
2593 * gdb.rust/traits.rs: Disable all warnings.
2594
0df0352a
TV
25952019-09-29 Tom de Vries <tdevries@suse.de>
2596
aac66a4c 2597 * gdb.dwarf2/gdb-index.exp: Handle new location of .dwz file.
0df0352a 2598
73d9a918
TV
25992019-09-29 Tom de Vries <tdevries@suse.de>
2600
2601 * gdb.dwarf2/gdb-index.exp: Use with_test_prefix for second objcopy.
2602
060b3ab4
TV
26032019-09-27 Tom de Vries <tdevries@suse.de>
2604
2605 * gdb.reverse/step-precsave.exp: Add missing $gdb_prompt in regexps.
2606
68f7d34d
TV
26072019-09-27 Tom de Vries <tdevries@suse.de>
2608
2609 PR record/23188
2610 * gdb.reverse/step-precsave.exp: Add kfail for PR record/23188.
2611
5d63b30a
TT
26122019-09-26 Tom Tromey <tromey@adacore.com>
2613
2614 * gdb.ada/py_taft.exp: New file.
2615 * gdb.ada/py_taft/main.adb: New file.
2616 * gdb.ada/py_taft/pkg.adb: New file.
2617 * gdb.ada/py_taft/pkg.ads: New file.
2618
3d435220
TV
26192019-09-24 Tom de Vries <tdevries@suse.de>
2620
2621 PR gdb/24598
2622 * gdb.arch/amd64-init-x87-values.exp: Add xfail.
2623
77d03678
TV
26242019-09-22 Tom de Vries <tdevries@suse.de>
2625
2626 * gdb.base/restore.exp: Allow register variables to be optimized out at
2627 -O0.
2628
abf516c6
UW
26292019-09-20 Ulrich Weigand <uweigand@de.ibm.com>
2630
2631 * gdb.arch/spu-info.exp: Remove file.
2632 * gdb.arch/spu-info.c: Remove file.
2633 * gdb.arch/spu-ls.exp: Remove file.
2634 * gdb.arch/spu-ls.c: Remove file.
2635
2636 * gdb.asm/asm-source.exp: Remove support for spu*-*-*.
2637 * gdb.asm/spu.inc: Remove file.
2638
2639 * gdb.base/dump.exp: Remove support for spu*-*-*.
2640 * gdb.base/stack-checking.exp: Likewise.
2641 * gdb.base/overlays.exp: Likewise.
2642 * gdb.base/ovlymgr.c: Likewise.
2643 * gdb.base/spu.ld: Remove file.
2644
2645 * gdb.cp/bs15503.exp: Remove support for spu*-*-*.
2646 * gdb.cp/cpexprs.exp: Likewise.
2647 * gdb.cp/exception.exp: Likewise.
2648 * gdb.cp/gdb2495.exp: Likewise.
2649 * gdb.cp/mb-templates.exp: Likewise.
2650 * gdb.cp/pr9167.exp: Likewise.
2651 * gdb.cp/userdef.exp: Likewise.
2652
2653 * gdb.xml/tdesc-regs.exp: Remove support for spu*-*-*.
2654
2655 * gdb.cell: Remove directory.
2656 * lib/cell.exp: Remove file.
2657
e452e88f
TV
26582019-09-19 Tom de Vries <tdevries@suse.de>
2659
2660 * lib/gdb.exp (gdb_test): Eliminate "^FOOBAR$" pattern.
2661
8a625130
TV
26622019-09-19 Tom de Vries <tdevries@suse.de>
2663
2664 * lib/gdbserver-support.exp (gdb_target_cmd): Fix argument passing.
2665
81dc3ab5
TV
26662019-09-19 Tom de Vries <tdevries@suse.de>
2667
2668 * lib/gdbserver-support.exp (gdb_target_cmd_ext): Return 2 (meaning
2669 UNSUPPORTED) for 'Network is unreachable' message. Factor out of ...
2670 (gdb_target_cmd): ... here.
2671 * gdb.server/server-connect.exp: Use gdb_target_cmd_ext, handle return
2672 value 2.
2673
b078f3ac
AB
26742019-09-18 Andrew Burgess <andrew.burgess@embecosm.com>
2675
2676 * gdb.base/source-dir.exp: Avoid having directory names in test
2677 names.
2678
f1b620e9
MG
26792019-09-17 Andrew Burgess <andrew.burgess@embecosm.com>
2680
2681 * gdb.base/source-dir.exp: Add extra test for mapped compilation
2682 directory.
2683
67f3ed6a
AB
26842019-09-17 Andrew Burgess <andrew.burgess@embecosm.com>
2685
2686 * gdb.base/list-missing-source.exp: New file.
2687
d1b70248
TV
26882019-09-14 Tom de Vries <tdevries@suse.de>
2689
2690 PR teststuite/24599
2691 * gdb.ada/rename_subscript_param.exp: Require gnatmake 8.
2692 * lib/ada.exp (gnatmake_version_at_least): New proc.
2693
5fabdcd6
AB
26942019-09-12 Andrew Burgess <andrew.burgess@embecosm.com>
2695
2696 * gdb.base/maint.exp: Use exec_has_index_section.
2697
aa17805f
AB
26982019-09-12 Andrew Burgess <andrew.burgess@embecosm.com>
2699
2700 * gdb.base/maint.exp: Add test for 'maint info sections'.
2701
25e5c209
TV
27022019-09-12 Tom de Vries <tdevries@suse.de>
2703
2704 * gdb.base/store.exp: Allow register variables to be optimized out at
2705 -O0.
2706
4993045d
PW
27072019-09-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2708
2709 * gdb.ada/rdv_wait.exp: Update to new task names.
2710 * gdb.base/task_switch_in_core.exp: Likewise.
2711 * gdb.base/info_sources_base.c: Likewise.
2712
8a516164
TT
27132019-09-10 Tom Tromey <tromey@adacore.com>
2714
2715 * boards/cc-with-tweaks.exp: Set GNATMAKE_FOR_TARGET.
2716
aa391654
TT
27172019-09-10 Tom Tromey <tromey@adacore.com>
2718
2719 * gdb.ada/dgopt.exp: New file.
2720 * gdb.ada/dgopt/x.adb: New file.
2721
8634b462
TT
27222019-09-08 Tom Tromey <tom@tromey.com>
2723
2724 * gdb.tui/resize.exp: Remove setup_xfail.
2725 * gdb.tui/regs.exp: Remove setup_xfail.
2726 * gdb.tui/basic.exp: Remove setup_xfail.
2727
736b0f76
DB
27282019-09-06 David Blaikie <dblaikie@gmail.com>
2729
2730 * gdb.base/label.exp: un-XFAIL label related tests under Clang.
2731 * gdb.cp/cplabel.exp: Ditto.
2732 * gdb.linespec/ls-errs.exp: Ditto.
2733
30331a6c
TV
27342019-09-05 Tom de Vries <tdevries@suse.de>
2735
2736 * lib/gdb.exp (cmp_file_string): New proc.
2737 * gdb.base/ui-redirect.exp: Replace "gdb_breakpoint main" with
2738 runto_main. Verify save breakpoints output.
2739
98b0ebab
PW
27402019-09-04 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2741
2742 * gdb.base/info-var.exp: Test info variables without running
2743 to main, to avoid expect's buffer overflow.
2744
4e962e74
TT
27452019-09-03 Tom Tromey <tromey@adacore.com>
2746
2747 * gdb.ada/bias.exp: New file.
2748 * gdb.ada/bias/bias.adb: New file.
2749 * gdb.ada/print_chars.exp: Add regression test.
2750 * gdb.ada/print_chars/foo.adb (My_Character): New type.
2751 (MC): New variable.
2752
2ea1a07a
SL
27532019-08-29 Sandra Loosemore <sandra@codesourcery.com>
2754
2755 * gdb.base/argv0-symlink.exp: Run only on native target
2756 and local host.
2757
8077c50d
TV
27582019-08-29 Tom de Vries <tdevries@suse.de>
2759
2760 * gdb.fortran/info-types.exp: Fix gdb_test regexp to allow more
2761 diverse debug info.
2762 * lib/fortran.exp (fortran_int8): New proc, based on fortran_int4.
2763
48352473
TV
27642019-08-28 Tom de Vries <tdevries@suse.de>
2765
2766 * gdb.base/info-var.exp: Allow info variables to print info for files
2767 other than info-var-f1.c and info-var-f2.c.
2768
d8f27c60
AB
27692019-08-28 Andrew Burgess <andrew.burgess@embecosm.com>
2770
2771 * gdb.fortran/info-types.exp: Add module.
2772 * gdb.fortran/info-types.f90: Update expected results.
2773
1f20c35e
AB
27742019-08-28 Andrew Burgess <andrew.burgess@embecosm.com>
2775
2776 * gdb.fortran/info-types.exp: New file.
2777 * gdb.fortran/info-types.f90: New file.
2778 * lib/fortran.exp (fortran_character1): New proc.
2779
4acfdd20
AB
27802019-08-27 Andrew Burgess <andrew.burgess@embecosm.com>
2781
2782 * gdb.base/info-fun.exp: Extend to test the -n flag for 'info
2783 functions'. Reindent as needed.
2784 * gdb.base/info-var-f1.c: New file.
2785 * gdb.base/info-var-f2.c: New file.
2786 * gdb.base/info-var.exp: New file.
2787 * gdb.base/info-var.h: New file.
2788
5c31b358
TV
27892019-08-26 Tom de Vries <tdevries@suse.de>
2790
2791 PR c++/24852
2792 * gdb.cp/no-libstdcxx-probe.exp: New test.
2793
b694989f
TV
27942019-08-26 Tom de Vries <tdevries@suse.de>
2795
2796 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt): Return 1 if probe
2797 * tests need to be skipped.
2798 * gdb.cp/exceptprint.exp: Update call to skip_libstdcxx_probe_tests.
2799 * gdb.mi/mi-catch-cpp-exceptions.exp: Update call to
2800 mi_skip_libstdcxx_probe_tests.
2801
d9c4ba53
SDJ
28022019-08-26 Sergio Durigan Junior <sergiodj@redhat.com>
2803
2804 * gdb.python/py-xmethods.exp: Use raw strings when passing
2805 arguments to SimpleXMethodMatcher.
2806
395fad09
TV
28072019-08-22 Tom de Vries <tdevries@suse.de>
2808
2809 * gdb.multi/multi-term-settings.exp (coretest): Make gdb_test messages
2810 more informative.
2811
26c957f1
PA
28122019-08-21 Pedro Alves <palves@redhat.com>
2813
2814 * gdb.base/with.exp: Test "with" with no arguments.
2815
61f80d5d
TV
28162019-08-21 Tom de Vries <tdevries@suse.de>
2817
2818 * gdb.base/gdb-caching-proc.exp: Sort files.
2819
d7a11d13
TV
28202019-08-20 Tom de Vries <tdevries@suse.de>
2821
2822 * lib/pascal.exp (gdb_compile_pascal): Remove $destfile before
2823 compilation.
2824
34dafe9f
TV
28252019-08-16 Tom de Vries <tdevries@suse.de>
2826
2827 * gdb.base/compare-sections.exp ("after run to main"): Allow
2828 mismatched read-only sections for PIE executables.
2829
398fdd60
TT
28302019-08-16 Tom Tromey <tom@tromey.com>
2831
2832 * lib/tuiterm.exp (_csi_Z): New proc.
2833 * gdb.tui/basic.exp: Update window positions.
2834 * gdb.tui/empty.exp: Update window positions.
2835
d8f9e51c
SL
28362019-08-15 Sandra Loosemore <sandra@codesourcery.com>
2837
2838 * gdb.base/examine-backward.exp: Correct regexp for
2839 "examine 3 bytes backward from ${address_zero}".
2840
3df505f6
TT
28412019-08-15 Tom Tromey <tom@tromey.com>
2842
2843 * gdb.tui/empty.exp: Enable resizing tests.
2844
272560b5
TT
28452019-08-15 Tom Tromey <tromey@adacore.com>
2846
2847 * gdb.ada/char_enum.exp: Add regression tests.
2848 * gdb.ada/char_enum/foo.adb (Char_Enum_Type): Use '_'
2849 and '0'.
2850 (Char, Gchar): Update.
2851 * gdb.ada/char_enum/pck.ads (Global_Enum_Type): Use '+'.
2852
08235187
CB
28532019-08-15 Christian Biesinger <cbiesinger@google.com>
2854
2855 * gdb.python/python.exp: Expect a leading underscore on
2856 GdbOutput{,Error}File.
2857
22a2ab04
SL
28582019-08-15 Sandra Loosemore <sandra@codesourcery.com>
2859
2860 * gdb.dwarf2/dw2-dir-file-name.exp: Skip on remote or
2861 Windows host.
2862
835b995b
SL
28632019-08-15 Sandra Loosemore <sandra@codesourcery.com>
2864
2865 * gdb.base/batch-preserve-term-settings.exp
2866 (test_terminal_settings_preserved_after_sigterm): Skip on Windows.
2867
97dd8e07
CB
28682019-08-15 Christian Biesinger <cbiesinger@google.com>
2869
2870 * lib/gdb.exp: When running on a mingw target, replace
2871 /x/ with x:/.
2872
75faf5c4
AH
28732019-08-14 Alan Hayward <alan.hayward@arm.com>
2874
2875 * gdb.arch/aarch64-prologue.c: New test.
2876 * gdb.arch/aarch64-prologue.exp: New file.
2877
abc6c00f
TV
28782019-08-13 Tom de Vries <tdevries@suse.de>
2879
2880 * gdb.gdb/selftest.exp (send ^C to child process again): Accept also
2881 Thread.
2882
74c2c1f4
SL
28832019-08-13 Sandra Loosemore <sandra@codesourcery.com>
2884
2885 * gdb.python/py-completion.exp: Download the .py file to the host
2886 and use its host pathname. Conditionalize tests that use
2887 tab completion and manipulate files on the build machine.
2888 * gdb.python/py-events.exp: Download the .py file to the host
2889 and use its host pathname.
2890 * gdb.python/py-evsignal.exp: Likewise.
2891 * gdb.python/py-evthreads.exp: Likewise.
2892 * gdb.python/py-framefilter-invalidarg.exp: Match Windows
2893 pathname syntax.
2894 * gdb.python/py-framefilter.exp: Download the .py file to the right
2895 place on the host. Match Windows pathname syntax.
2896 * gdb.python/py-mi-var-info-path-expression.exp: Download the
2897 .py file to the host and use its host pathname.
2898 * gdb.python/py-objfile-script.exp: Match Windows pathname syntax.
2899 * gdb.python/py-objfile.exp: Expect a host pathname, not a
2900 build pathname. Skip symlink test on Windows host. Add missing
2901 newline at end of file.
2902 * gdb.python/py-pp-maint.exp: Download the .py file to the host
2903 and use its host pathname.
2904 * gdb.python/py-pp-registration.exp: Match Windows pathname syntax.
2905 * gdb.python/py-section-script.exp: Use host location of binfile
2906 on safe-path. Use correct path separator on Windows host.
2907 Reorder alternatives in gdb_test_multiple to prevent matching
2908 the wrong alternative on success.
2909 * gdb.python/py-symtab.exp: Match Windows pathname syntax.
2910
ca2589f3
PP
29112019-08-12 Patrick Palka <patrick@parcs.ath.cx>
2912
2913 * gdb.gdb/selftest.exp (test_with_self): Update test to now
2914 expect the GDB inferior to no longer immediately stop after
2915 being resumed with "signal SIGINT".
2916
020a839d
SL
29172019-08-09 Sandra Loosemore <sandra@codesourcery.com>
2918
2919 * gdb.linespec/break-ask.exp: Generalize regexps to match
2920 Windows pathnames too.
2921
128d6509
TV
29222019-08-08 Tom de Vries <tdevries@suse.de>
2923
2924 PR testsuite/24862
2925 * lib/tuiterm.exp (_accept): Fix CSI regexp.
2926
590042fc
PW
29272019-08-07 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2928
2929 * gdb.base/style.exp: Update tests for help doc new invariants.
2930 * gdb.base/help.exp: Likewise.
2931
046bebe1
TT
29322019-08-06 Tom Tromey <tom@tromey.com>
2933
2934 * gdb.base/style.exp: Add disassemble test.
2935 * gdb.base/style.c (some_called_function): New function.
2936 (main): Use it.
2937
0b27c27d
CB
29382019-08-05 Christian Biesinger <cbiesinger@google.com>
2939
2940 * gdb.python/py-block.exp: Test dictionary access on blocks.
2941
580f1034
SM
29422019-08-05 Simon Marchi <simon.marchi@efficios.com>
2943
2944 PR gdb/24863
2945 * gdb.mi/list-thread-groups-available.exp: Increase timeout for
2946 -list-thread-groups --available test when running under
2947 check-read1.
2948
d86bd7cb
TV
29492019-08-05 Tom de Vries <tdevries@suse.de>
2950
2951 PR testsuite/24863
2952 * lib/gdb.exp (with_read1_timeout_factor): New proc.
2953 * gdb.base/help.exp: Use with_read1_timeout_factor.
2954 * gdb.base/info-macros.exp: Same.
2955 * gdb.cp/nested-types.exp: Same.
2956
a80cf5d8
TV
29572019-08-05 Tom de Vries <tdevries@suse.de>
2958
2959 * lib/gdb.exp (version_at_least): Factor out of ...
2960 (tcl_version_at_least): ... here.
2961 (gdb_compile): Fail if pie results in non-PIE executable.
2962 (readelf_version, readelf_prints_pie): New proc.
2963 (exec_is_pie): Return -1 if unknown.
2964
d0962838
TV
29652019-08-05 Tom de Vries <tdevries@suse.de>
2966
2967 * lib/gdb.exp (tcl_version_at_least): Fix typo.
2968
2252ff3d
SL
29692019-08-04 Sandra Loosemore <sandra@codesourcery.com>
2970
2971 * gdb.server/reconnect-ctrl-c.exp: Skip if nointerrupts.
2972
26655f53
SL
29732019-08-04 Sandra Loosemore <sandra@codesourcery.com>
2974
2975 * lib/completion-support.exp (test_gdb_complete_none): Skip
2976 tab completion tests if no readline support.
2977 (test_gdb_complete_unique_re): Likewise.
2978 (test_gdb_complete_multiple): Likewise.
2979
db4dc13e
PW
29802019-08-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2981
2982 * gdb.base/info_sources.exp: New file.
2983 * gdb.base/info_sources.c: New file.
2984 * gdb.base/info_sources_base.c: New file.
2985
0eba165a
PFC
29862019-08-01 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
2987
2988 * gdb.base/batch-exit-status.exp: Call test_exit_status with
2989 prefix argument.
2990 (test_exit_status): Add prefix argument.
2991
59bd512b
TV
29922019-08-01 Tom de Vries <tdevries@suse.de>
2993
2994 PR testsuite/24863
2995 * gdb.threads/fork-plus-threads.exp: Fix check-run1 timeout by
2996 calling exp_continue for new thread and thread exited messages.
2997
2a3ad588
TV
29982019-08-01 Tom de Vries <tdevries@suse.de>
2999
3000 PR testsuite/24863
3001 * gdb.base/structs.exp: Fix check-read1 timeout using
3002 gdb_test_sequence.
3003 * lib/gdb.exp (tcl_version_at_least, lrepeat): New proc.
3004
117eb594
TV
30052019-08-01 Tom de Vries <tdevries@suse.de>
3006
3007 PR testsuite/24863
3008 * gdb.base/break-interp.exp: Use exp_continue after each "info files"
3009 line.
3010
ed591340
TV
30112019-08-01 Tom de Vries <tdevries@suse.de>
3012
3013 PR testsuite/24863
3014 * gdb.base/signals.exp: Fix check-read1 timeout using gdb_test_sequence.
3015
aa3b6533
TT
30162019-07-30 Tom Tromey <tromey@adacore.com>
3017
3018 * gdb.ada/display_nested.exp: New file.
3019 * gdb.ada/display_nested/foo.adb: New file.
3020 * gdb.ada/display_nested/pack.adb: New file.
3021 * gdb.ada/display_nested/pack.ads: New file.
3022
2906593f
CB
30232019-07-30 Christian Biesinger <cbiesinger@google.com>
3024
3025 * gdb.python/py-symbol.c: Add a static variable and one in an anonymous
3026 namespace.
3027 * gdb.python/py-symbol.exp: Test gdb.lookup_static_symbol.
3028
0f575925
TV
30292019-07-30 Tom de Vries <tdevries@suse.de>
3030
3031 * lib/read1.c (read): Don't use unsetenv (v), use setenv (v, "", 1)
3032 instead.
3033
b13057d9
TV
30342019-07-30 Tom de Vries <tdevries@suse.de>
3035
3036 PR testsuite/24834
3037 * lib/gdb.exp (gdb_compile): Fail if nopie results in PIE executable.
3038 (exec_is_pie): New proc.
3039
5c4dde85
CB
30402019-07-29 Christian Biesinger <cbiesinger@google.com>
3041
3042 * gdb.python/py-objfile.exp: Fix misspelling (nonexistant -> nonexistent)
3043
c620ed88
CB
30442019-07-29 Christian Biesinger <cbiesinger@google.com>
3045
3046 * gdb.python/py-objfile.c: Add global and static vars.
3047 * gdb.python/py-objfile.exp: Test new functions Objfile.
3048 lookup_global_symbol and lookup_static_symbol.
3049
3d235706
TT
30502019-07-29 Tom Tromey <tom@tromey.com>
3051
3052 * lib/tuiterm.exp (Term::_csi_@): New proc.
3053 (Term::_csi_X): Don't move cursor.
3054
c7e4c0a6
PW
30552019-07-29 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3056
3057 * gdb.base/options.exp: Update backtrace - completion to
3058 new option -frame-info.
3059 * gdb.base/frame-args.exp: Test new 'frame-arguments presence'.
3060 Test new 'set print frame-info'. Test backtrace -frame-info
3061 overriding 'set print frame-info'.
3062 * gdb.python/py-framefilter.exp: Test new 'frame-arguments presence'.
3063 Test new 'set print frame-info'.
3064 Verify consistency of backtrace with and without filters, with and
3065 without -no-filters.
3066 * gdb.python/py-framefilter-invalidarg.exp: Update to new print_what
3067 default.
3068
de28a3b7
TV
30692019-07-29 Tom de Vries <tdevries@suse.de>
3070
3071 * gdb.linespec/explicit.exp: Fix completion trigger for "complete with
3072 no arguments".
3073
507dd60e
TV
30742019-07-29 Tom de Vries <tdevries@suse.de>
3075
3076 * gdb.linespec/explicit.exp: Fix gdb_test_multiple regexps where second
3077 is a substring of the first for "complete non-unique file name".
3078
5beafce9
TV
30792019-07-29 Tom de Vries <tdevries@suse.de>
3080
3081 * gdb.python/python.exp: Don't terminate gdb_test_multiple regexp
3082 with ".*".
3083
2d274232
TV
30842019-07-29 Tom de Vries <tdevries@suse.de>
3085
3086 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt, gdb_is_target_1):
3087 Pass prompt_regexp parameter to gdb_test_multiple calls.
3088
9197cd8b
TV
30892019-07-29 Tom de Vries <tdevries@suse.de>
3090
3091 * gdb.base/maint.exp: Use "\r\n" instead of "\[\r\n\]+" in "maint
aac66a4c 3092 print registers" regexps.
9197cd8b 3093
b528dae0
TV
30942019-07-29 Tom de Vries <tdevries@suse.de>
3095
3096 * gdb.base/define.exp: Add "\r\n" to "reset gdb_prompt" regexp.
3097
d17725d7
TV
30982019-07-29 Tom de Vries <tdevries@suse.de>
3099
3100 PR gdb/24855
3101 * lib/gdb.exp (gdb_test_multiple): Add prompt_regexp parameter.
3102 (skip_python_tests_prompt): Add prompt_regexp argument to
3103 gdb_test_multiple calls.
3104
52b75bf1
TT
31052019-07-27 Tom Tromey <tom@tromey.com>
3106
3107 * gdb.tui/main.exp: New file.
3108
2b1d00c2
TT
31092019-07-27 Tom Tromey <tom@tromey.com>
3110
3111 * lib/tuiterm.exp (Term::clean_restart): Make "executable"
3112 optional.
3113 * gdb.tui/empty.exp: New file.
3114
ded631d5
TT
31152019-07-27 Tom Tromey <tom@tromey.com>
3116
3117 * lib/tuiterm.exp (spawn): New proc.
3118 (Term::resize): New proc.
3119 * gdb.tui/resize.exp: New file.
3120
58ac439d
TT
31212019-07-27 Tom Tromey <tom@tromey.com>
3122
3123 * gdb.tui/list.exp: New file.
3124
fe1f56ee
TT
31252019-07-27 Tom Tromey <tom@tromey.com>
3126
3127 * gdb.tui/regs.exp: New file.
3128
f790b310
TT
31292019-07-27 Tom Tromey <tom@tromey.com>
3130
3131 * gdb.tui/basic.exp: Add "layout split" test.
3132
d95fc6ee
TT
31332019-07-27 Tom Tromey <tom@tromey.com>
3134
3135 * gdb.tui/basic.exp: Add "layout asm" test.
3136
c3786b3a
TT
31372019-07-27 Tom Tromey <tom@tromey.com>
3138
3139 * lib/tuiterm.exp: New file.
3140 * gdb.tui/basic.exp: New file.
3141
98a617f8
KB
31422019-07-27 Kevin Buettner <kevinb@redhat.com>
3143
3144 * gdb.dwarf2/dw2-ranges-func.exp (enable_foo_cold_stepping):
3145 Enable tests associated with this flag. Adjust regex
3146 referencing "foo_low" to now refer to "foo_cold" instead.
3147
5c076da4
KB
31482019-07-27 Kevin Buettner <kevinb@redhat.com>
3149
3150 * gdb.dwarf2/dw2-ranges-func.c: Rename to...
3151 * gdb.dwarf2/dw2-ranges-func-lo-cold.c: ...this.
3152 * gdb.dwarf2/dw2-ranges-func-lo-cold.c (foo_low): Change name to
3153 foo_cold. Revise comments to match.
3154 * gdb.dwarf2/dw2-ranges-func-hi-cold.c: New file.
3155 * gdb.dwarf2/dw2-ranges-func.exp (do_test): New proc. Existing tests
3156 were wrapped into this proc; Call do_test in loop from outermost
3157 level.
3158 (foo_low): Rename all occurrences to "foo_cold".
3159 (backtrace from baz): New test.
3160 (x2/i foo_cold): New test.
3161 (info line *foo_cold): New test.
3162
1512d3b7
TV
31632019-07-26 Tom de Vries <tdevries@suse.de>
3164
3165 * gdb.arch/i386-pkru.exp: Fix unterminated string.
3166
297989a1
TV
31672019-07-25 Tom de Vries <tdevries@suse.de>
3168
3169 PR testsuite/24830
3170 * gdb.mi/mi-catch-cpp-exceptions.exp: Call
3171 mi_skip_libstdcxx_probe_tests, and skip unsupported tests.
3172 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt): Factor out of ...
3173 (skip_libstdcxx_probe_tests): ... here.
3174 * lib/mi-support.exp (mi_skip_libstdcxx_probe_tests): New proc.
3175
b3b965fb
TV
31762019-07-24 Tom de Vries <tdevries@suse.de>
3177
3178 PR testsuite/24807
3179 * gdb.objc/basicclass.m: Include stdio.h.
3180 * gdb.objc/nondebug.m: Same.
3181 * gdb.objc/objcdecode.m: Same.
3182
4625b4d0
TV
31832019-07-24 Tom de Vries <tdevries@suse.de>
3184
3185 PR testsuite/24612
3186 * gdb.base/infoline-reloc-main-from-zero.exp: Add -Wl,-N to
3187 additional_flags.
3188
024a5840
TV
31892019-07-24 Tom de Vries <tdevries@suse.de>
3190
3191 PR testsuite/24831
3192 * gdb.multi/tids.exp: Update error messages for info threads.
3193
c76ddaa3
TV
31942019-07-24 Tom de Vries <tdevries@suse.de>
3195
3196 * gdb.base/info-types.exp: Allow info types to print info for more than
3197 one file.
3198
9a618ef6
TV
31992019-07-23 Tom de Vries <tdevries@suse.de>
3200
3201 PR testsuite/24842
3202 * gdb.dwarf2/multidictionary.exp: Consume initial prompt after
3203 gdb_spawn_with_cmdline_opts.
3204
40eadf04
SP
32052019-07-23 Srinath Parvathaneni <srinath.parvathaneni@arm.com>
3206
3207 * gdb.arch/arm-cmse-sgstubs.c: New test.
3208 * gdb.arch/arm-cmse-sgstubs.exp: New file.
3209
5ba29434
TV
32102019-07-23 Tom de Vries <tdevries@suse.de>
3211
3212 PR testsuite/24711
3213 * gdb.mi/mi-complete.exp: Wait for "set max-completions" result before
3214 issuing next command.
3215
a8e9d247
AB
32162019-07-22 Andrew Burgess <andrew.burgess@embecosm.com>
3217
3218 * gdb.ada/info_auto_lang.exp: Update expected results.
3219 * gdb.base/info-types.c: Add additional types to check.
3220 * gdb.base/info-types.exp: Update expected results.
3221
eb86c5e2
AB
32222019-07-22 Andrew Burgess <andrew.burgess@embecosm.com>
3223
3224 * gdb.base/info-types.c: New file.
3225 * gdb.base/info-types.exp: New file.
3226
01e175fe
AB
32272019-07-19 Andrew Burgess <andrew.burgess@embecosm.com>
3228
3229 * gdb.arch/riscv-bp-infcall.c: New file.
3230 * gdb.arch/riscv-bp-infcall.exp: New file.
3231
6b78c3f8
AB
32322019-07-17 Andrew Burgess <andrew.burgess@embecosm.com>
3233
3234 PR breakpoints/24541
3235 * gdb.mi/mi-catch-cpp-exceptions.exp: Remove kfail due to 24541.
3236
da738167
TV
32372019-07-14 Tom de Vries <tdevries@suse.de>
3238
3239 PR testsuite/24760
3240 * gdb.objc/basicclass.exp: Fix unterminated string.
3241
0d4e84ed
AB
32422019-07-12 Bernhard Heckel <bernhard.heckel@intel.com>
3243 Andrew Burgess <andrew.burgess@embecosm.com>
3244
3245 * gdb.fortran/vla-ptype.exp: Print array with negative bounds.
3246 * gdb.fortran/vla-sizeof.exp: Print the size of an array with
3247 negative bounds.
3248 * gdb.fortran/vla-value.exp: Print elements of an array with
3249 negative bounds.
3250 * gdb.fortran/vla.f90: Setup an array with negative bounds for
3251 testing.
3252
021d8588
AB
32532019-07-11 Andrew Burgess <andrew.burgess@embecosm.com>
3254
3255 * gdb.base/options.exp (expect_string): Dequote strings in
3256 results.
3257 (test-string): Test strings with different quoting and reindent.
3258
f06f1252
TT
32592019-07-10 Tom Tromey <tromey@adacore.com>
3260
3261 * gdb.ada/mi_ex_cond.exp: Update expected results.
3262 * gdb.ada/mi_catch_ex_hand.exp: Update expected results.
3263 * gdb.ada/mi_catch_ex.exp: Update expected results.
3264 * gdb.ada/mi_catch_assert.exp: Update expected results.
3265 * gdb.ada/catch_ex.exp (catch_exception_info)
3266 (catch_exception_entry, catch_assert_entry)
3267 (catch_unhandled_entry): Update.
3268 * gdb.ada/catch_assert_if.exp: Update expected results.
3269
b863685d
RB
32702019-07-10 Richard Bunt <richard.bunt@arm.com>
3271 Stephen Roberts <stephen.roberts@arm.com>
3272
3273 * gdb.base/define.exp: Restore original prompt.
3274
cb1e4e32
PA
32752019-07-09 Pedro Alves <palves@redhat.com>
3276
3277 * gdb.cp/catch-multi-stdlib.exp: Adjust expected "info
3278 breakpoints" output.
3279 * gdb.cp/exception.exp: Adjust expected "info breakpoints" output.
3280 * gdb.python/py-breakpoint.exp: No longer expect that "catch
3281 throw" creates breakpoint.
3282 * gdb.mi/mi-catch-cpp-exceptions.exp (setup_catchpoint): Expect
3283 'type="catchpoint"'.
3284
b58a68fe
PA
32852019-07-09 Pedro Alves <palves@redhat.com>
3286
3287 PR c++/15468
3288 * gdb.cp/except-multi-location-lib.cc: New.
3289 * gdb.cp/except-multi-location-main.cc: New.
3290 * gdb.cp/except-multi-location.exp: New.
3291
0826779b
PW
32922019-07-09 Sergio Durigan Junior <sergiodj@redhat.com>
3293
3294 * gdb.base/printcmds.exp (test_printf_convenience_var): Set
3295 language to "c++" before dealing with wchar_t. Remove DO_WSTRING
3296 argument and update callers.
3297
5b0e2db4
AB
32982019-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
3299
3300 * gdb.arch/amd64-break-on-asm-line.S: New file.
3301 * gdb.arch/amd64-break-on-asm-line.exp: New file.
3302
1f6f6e21
PW
33032019-07-08 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3304
3305 * gdb.base/printcmds.exp: Test printing C string and
3306 C wide string convenience vars without transiting via the inferior.
3307 Also make test names unique.
3308
ea142fbf
AH
33092019-07-08 Alan Hayward <alan.hayward@arm.com>
3310
5862c886 3311 PR breakpoints/25011
ea142fbf
AH
3312 * gdb.base/break-idempotent.exp: Test both PIE and non PIE.
3313
213fd9fa
PA
33142019-07-04 Pedro Alves <palves@redhat.com>
3315
3316 * lib/gdb.exp (foreach_with_prefix): Don't return early if
3317 body returned ok(0), break(3) or continue(4).
3318 * gdb.testsuite/foreach_with_prefix.exp: New file.
3319
2b40fda7
AH
33202019-07-04 Alan Hayward <alan.hayward@arm.com>
3321
3322 * gdb.server/unittest.exp: Allow 0 unit tests to run.
3323
a26c8de0
PA
33242019-07-03 Pedro Alves <palves@redhat.com>
3325
3326 * lib/gdb.exp (foreach_with_prefix): Use "catch" and
3327 "return -code".
3328
5f4ba3e7
PA
33292019-07-03 Pedro Alves <palves@redhat.com>
3330
3331 PR cli/24732
3332 * gdb.base/shell.exp: Load completion-support.exp.
3333 Adjust expected error output. Add completion tests.
3334
a994424f
PA
33352019-07-03 Pedro Alves <palves@redhat.com>
3336
3337 * lib/completion-support.exp (test_gdb_complete_cmd_multiple): Use
3338 string_to_regexp.
3339
3d9be6f5
PA
33402019-07-03 Pedro Alves <palves@redhat.com>
3341
3342 * gdb.base/options.exp (expect_none, expect_flag, expect_bool)
3343 (expect_integer): Adjust to expect "-string".
3344 (expect_string): New.
3345 (all_options): Expect "-string".
3346 (test-flag, test-boolean): Adjust to expect "-string".
3347 (test-string): New proc.
3348 (top level): Call it.
3349
41fc454c
PA
33502019-07-03 Pedro Alves <palves@redhat.com>
3351
3352 * gdb.base/options.exp (test-misc, test-flag, test-boolean)
3353 (test-uinteger, test-enum): Adjust res_test_gdb_... calls to pass
3354 the expected output in the success.
3355
b2b2a215
PA
33562019-07-03 Pedro Alves <palves@redhat.com>
3357
3358 * lib/completion-support.exp (test_gdb_complete_tab_multiple):
3359 Split one gdb_test_multiple call in two to avoid a race.
3360
fdbc9870
PA
33612019-07-03 Pedro Alves <palves@redhat.com>
3362
3363 * gdb.base/with.c: New file.
3364 * gdb.base/with.exp: New file.
3365
c6ac8931
PA
33662019-07-03 Pedro Alves <palves@redhat.com>
3367
3368 * gdb.base/settings.exp: Replace all references to "maint
3369 test-settings set" with references to "maint set test-settings",
3370 and all references to "maint test-settings show" with references
3371 to "maint show test-settings".
3372
970f9d09
PA
33732019-07-03 Pedro Alves <palves@redhat.com>
3374
3375 * gdb.base/settings.exp (test-string): Adjust expected out when
3376 testing "maint test-settings show filename"
3377
54d66006
PA
33782019-07-02 Pedro Alves <palves@redhat.com>
3379
3380 * gdb.base/options.exp (test-info-threads): New procedure.
3381 (top level): Call it.
3382
10d06d82
TT
33832019-06-28 Tom Tromey <tromey@adacore.com>
3384
3385 * gdb.dwarf2/ada-linkage-name.c: New file.
3386 * gdb.dwarf2/ada-linkage-name.exp: New file.
3387
3d507ff2
TT
33882019-06-27 Tom Tromey <tromey@adacore.com>
3389
d039f014 3390 PR c++/20020:
3d507ff2
TT
3391 * gdb.cp/constexpr-field.exp: Use setup_xfail.
3392
8af58ffe
TV
33932019-06-26 Tom de Vries <tdevries@suse.de>
3394
3395 * gdb.dwarf2/varval.exp: Compile twice, once without bad DWARF.
3396
22e21752
TV
33972019-06-26 Tom de Vries <tdevries@suse.de>
3398
3399 * gdb.base/index-cache.exp: Add back missing debug option.
3400
b65b566c
PW
34012019-06-23 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3402
3403 * gdb.base/alias.exp: Test non matching/non existing prefixes.
3404
5c2c8c69
TV
34052019-06-25 Tom de Vries <tdevries@suse.de>
3406
3407 PR testsuite/24727
3408 * gdb.dwarf2/dw2-restrict.S: Regenerate using clang 5.0.1.
3409
164e3873
TV
34102019-06-24 Tom de Vries <tdevries@suse.de>
3411
3412 * gdb.dwarf2/implptr-64bit.exp: Fix intra-CU '%' label reference.
3413
824eacee
TV
34142019-06-24 Tom de Vries <tdevries@suse.de>
3415
3416 * gdb.trace/entry-values.exp: Use DW_FORM_udata instead of
3417 DW_FOR_sdata for DW_AT_decl_file. Use 0 for DW_AT_decl_file.
3418 * gdb.trace/unavailable-dwarf-piece.exp: Same.
3419
385b97d3
TV
34202019-06-24 Tom de Vries <tdevries@suse.de>
3421
3422 * gdb.dwarf2/inlined_subroutine-inheritance.exp:
3423
c596f180
TV
34242019-06-21 Tom de Vries <tdevries@suse.de>
3425
3426 * gdb.base/index-cache.exp: Add additional_flags=-Wl,--build-id.
3427
b13a7d03
TV
34282019-06-21 Tom de Vries <tdevries@suse.de>
3429
3430 PR testsuite/24518
3431 PR ada/24713
3432 * gdb.ada/ptype_union.exp: Mark as unsupported if executable contains
3433 index.
3434
899277ae
TT
34352019-06-19 Tom Tromey <tromey@adacore.com>
3436
3437 * gdb.ada/length_cond.exp: Add intro comment.
3438
680e1bee
TT
34392019-06-19 Tom Tromey <tromey@adacore.com>
3440
3441 * gdb.ada/length_cond.exp: New file.
3442 * gdb.ada/length_cond/length_cond.adb: New file.
3443 * gdb.ada/length_cond/pck.adb: New file.
3444 * gdb.ada/length_cond/pck.ads: New file.
3445
0ed4690a
TV
34462019-06-18 Tom de Vries <tdevries@suse.de>
3447
3448 * boards/fission.exp (debug_flags): Add "-fuse-ld=gold".
3449
d20ed5fd
TT
34502019-06-18 Tom Tromey <tromey@adacore.com>
3451
3452 * gdb.base/list0.h: Add comment explaining control character.
3453
86e04673
TV
34542019-06-18 Tom de Vries <tdevries@suse.de>
3455
3456 * boards/fission.exp: Break up long debug_flags line.
3457
c4973306
SM
34582019-06-16 Tom de Vries <tdevries@suse.de>
3459
3460 PR gdb/24445
3461 * gdb.dwarf2/gdb-index.exp (add_gdb_index): Update dwz file with
3462 generated index.
3463
93cb9841
AB
34642019-06-16 Andrew Burgess <andrew.burgess@embecosm.com>
3465
3466 PR gdb/24686
3467 * gdb.mi/mi-catch-cpp-exceptions.exp: Add an extra pattern to
3468 improve detection of bug gdb/24541.
3469
399aaebd
SM
34702019-06-16 Simon Marchi <simon.marchi@polymtl.ca>
3471
3472 PR gdb/24669
3473 * gdb.base/index-cache.exp (uses_readnow,
3474 expecting_index_cache_use): Define global variable.
3475 (test_cache_enabled_miss, test_cache_enabled_hit): Use
3476 expecting_index_cache_use.
3477
584a927c
AB
34782019-06-16 Bernhard Heckel <bernhard.heckel@intel.com>
3479 Andrew Burgess <andrew.burgess@embecosm.com>
3480
3481 * gdb.fortran/pointers.f90: New file.
3482 * gdb.fortran/print_type.exp: New file.
3483 * gdb.fortran/vla-ptype.exp: Adapt expected results.
3484 * gdb.fortran/vla-type.exp: Likewise.
3485 * gdb.fortran/vla-value.exp: Likewise.
3486 * gdb.mi/mi-vla-fortran.exp: Likewise.
3487
30056ea0
AB
34882019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
3489
3490 * gdb.mi/mi-catch-cpp-exceptions.cc: New file.
3491 * gdb.mi/mi-catch-cpp-exceptions.exp: New file.
3492 * lib/mi-support.exp (mi_expect_stop): Handle 'exception-caught'
3493 as a stop reason.
3494
ec8e2b6d
AB
34952019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
3496
3497 * gdb.base/annota1.exp: Update expected results.
3498 * gdb.cp/annota2.exp: Likewise.
3499 * gdb.cp/annota3.exp: Likewise.
3500
09e4c4e1
AB
35012019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
3502
3503 * gdb.base/style-logging.exp: Remove path from test name.
3504
0735b091
TT
35052019-06-14 Tom Tromey <tromey@adacore.com>
3506
3507 PR gdb/24502:
3508 * gdb.base/style-logging.exp: New file.
3509
f5686554
TT
35102019-06-14 Tom Tromey <tromey@adacore.com>
3511
3512 * gdb.base/symfile-warn.exp: New file.
3513 * gdb.base/symfile-warn.c: New file.
3514
a0c1ffed
TT
35152019-06-14 Tom Tromey <tromey@adacore.com>
3516
3517 * gdb.base/annotate-symlink.exp: New file.
3518
f411722c
TT
35192019-06-14 Tom Tromey <tromey@adacore.com>
3520
3521 * gdb.ada/set_wstr.exp: Add reassignment test.
3522
4268ec18
TT
35232019-06-14 Tom Tromey <tromey@adacore.com>
3524
3525 * gdb.ada/formatted_ref.exp (test_p_x_addr): Check
3526 'unchecked_access and 'unrestricted_access as well.
3527
9a9e394b
TT
35282019-06-14 Tom Tromey <tromey@adacore.com>
3529
3530 PR ada/24539:
3531 * gdb.ada/vla.exp: Update tests.
3532 * gdb.ada/vla/vla.adb (Record_Type): Use No_Component_Reordering
3533 pragma.
3534
4c048731
PA
35352019-06-13 Pedro Alves <palves@redhat.com>
3536
3537 * gdb.base/settings.exp (test-integer): Test junk after
3538 "unlimited".
3539
6665660a
PA
35402019-06-13 Pedro Alves <palves@redhat.com>
3541
3542 * gdb.base/options.exp (test-thread-apply): New.
3543 (top level): Call it.
3544
5d707134
PA
35452019-06-13 Pedro Alves <palves@redhat.com>
3546
3547 * gdb.base/options.exp (test-frame-apply): New.
3548 (top level): Test print commands with different "frame apply"
3549 prefixes.
3550
e2a689da
PA
35512019-06-13 Pedro Alves <palves@redhat.com>
3552
e79be6e5 3553 * lib/completion-support.exp (test_gdb_complete_tab_multiple)
e2a689da
PA
3554 (test_gdb_complete_cmd_multiple, test_gdb_complete_multiple): Add
3555 'max_completions' parameter and handle it.
3556 (test_gdb_completion_offers_commands): New.
3557
90a1ef87
PA
35582019-06-13 Pedro Alves <palves@redhat.com>
3559
3560 * gdb.base/options.exp (test-backtrace): Test completing qualifiers.
3561
d4c16835
PA
35622019-06-13 Pedro Alves <palves@redhat.com>
3563
3564 * gdb.base/options.exp (test-backtrace): New.
3565 (top level): Call it.
3566
2daf894e
PA
35672019-06-13 Pedro Alves <palves@redhat.com>
3568
3569 * gdb.guile/scm-frame-args.exp: Use "set print
3570 raw-frame-arguments" instead of "set print raw frame-arguments".
3571 * gdb.python/py-frame-args.exp: Likewise.
3572
e6ed716c
PA
35732019-06-13 Pedro Alves <palves@redhat.com>
3574
3575 * gdb.compile/compile.exp: Adjust expected output to option
3576 processing changes.
3577
7d8062de
PA
35782019-06-13 Pedro Alves <palves@redhat.com>
3579
3580 * gdb.base/options.exp: Build executable.
3581 (test-print): New procedure.
3582 (top level): Call it, once for "print" and another for "compile
3583 print".
3584
9d0faba9
PA
35852019-06-13 Pedro Alves <palves@redhat.com>
3586
3587 * gdb.base/options.c: New file.
3588 * gdb.base/options.exp: New file.
3589
dee7b4c8
PA
35902019-06-13 Pedro Alves <palves@redhat.com>
3591
3592 * gdb.base/settings.exp (test-boolean, test-auto-boolean): Check
3593 that "o" is ambiguous.
3594
dca0f6c0
PA
35952019-06-13 Pedro Alves <palves@redhat.com>
3596
3597 * gdb.base/settings.c: New file.
3598 * gdb.base/settings.exp: New file.
3599
ccf46844
PA
36002019-06-13 Pedro Alves <palves@redhat.com>
3601
3602 * gdb.base/completion.exp: Fix comment typo.
3603
b9a3f842
PA
36042019-06-13 Pedro Alves <palves@redhat.com>
3605
3606 * gdb.multi/tids.exp: Adjust expected output. Add "thread apply 1
3607 foo --1" test.
3608
d106773e
PA
36092019-06-11 Bernhard Heckel <bernhard.heckel@intel.com>
3610
3611 * gdb.fortran/block-data.f: New.
3612 * gdb.fortran/block-data.exp: New.
3613
fea82da0
TV
36142019-06-11 Tom de Vries <tdevries@suse.de>
3615
3616 PR testsuite/24521
3617 * gdb.multi/remove-inferiors.exp: Allow "Expanding full symbols"
3618 message.
3619
8c2e74f1
TV
36202019-06-11 Tom de Vries <tdevries@suse.de>
3621
3622 PR testsuite/24521
3623 * gdb.dwarf2/nonvar-access.exp: Fix main high_pc.
3624
b49851c8
TV
36252019-06-11 Tom de Vries <tdevries@suse.de>
3626
3627 * boards/readnow.exp: New file.
3628
a7067863
AB
36292019-06-10 Andrew Burgess <andrew.burgess@embecosm.com>
3630
3631 * gdb.fortran/vla-sizeof.exp: Update expected results.
3632
1a3da2cd
AB
36332019-06-06 Amos Bird <amosbird@gmail.com>
3634
3635 * gdb.base/annota1.exp (thread_switch): Add test for
3636 thread-exited annotation.
3637
3847a7bf
TT
36382019-06-06 Tom Tromey <tromey@adacore.com>
3639
3640 * gdb.base/maint.exp: Expect command started/finished output.
3641
0088ba59
AB
36422019-06-05 Andrew Burgess <andrew.burgess@embecosm.com>
3643
3644 * gdb.arch/riscv-unwind-long-insn-6.s: Remove use of 'I' in
3645 comment.
3646 * gdb.arch/riscv-unwind-long-insn-8.s: Likewise.
3647
312617a3
AB
36482019-06-05 Andrew Burgess <andrew.burgess@embecosm.com>
3649
3650 * gdb.arch/riscv-unwind-long-insn-6.s: New file.
3651 * gdb.arch/riscv-unwind-long-insn-8.s: New file.
3652 * gdb.arch/riscv-unwind-long-insn.c: New file.
3653 * gdb.arch/riscv-unwind-long-insn.exp: New file.
3654
e1f2e1a2
CB
36552019-06-04 Christian Biesinger <cbiesinger@google.com>
3656
d3238f7d 3657 * gdb.python/py-type.exp: Test for new gdb.Type.objfile property.
e1f2e1a2 3658
206584bd
PW
36592019-06-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3660
3661 * lib/gdb.exp (help_list_trailer): New regexp variable
3662 factorizing the help trailer message.
3663 (test_class_help): Use help_list_trailer. Add LIST_OF_COMMANDS
3664 arg to allow to better factorize various tests.
3665 (test_user_defined_class_help): Factorizes testing 'help user-defined'.
3666 (test_prefix_command_help): Use help_list_trailer.
3667 * gdb.python/py-cmd.exp: Use test_user_defined_class_help.
3668 * gdb.guile/scm-cmd.exp: Likewise.
3669 * gdb.trace/tracecmd.exp: Update caller of test_class_help.
3670 * gdb.base/help.exp: Use test_user_defined_class_help.
3671 * gdb.base/style.exp: Add tests for styling of help and apropos.
3672 * lib/gdb-utils.exp (style): Add title and highlight styles.
3673
708dc93e
PW
36742019-05-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3675
3676 * gdb.base/shell.exp: Test pipe command, $_shell_exitcode,
3677 $_shell_exitsignal.
3678 * gdb.base/default.exp: Update for new convenience variables.
3679
f49055a5
TT
36802019-05-29 Tom Tromey <tromey@adacore.com>
3681
3682 * gdb.ada/complete.exp (test_gdb_no_completion): Add "/" and "-"
3683 to "break complete ada" test case's regexp.
3684
4330d61d
TT
36852019-05-29 Tom Tromey <tromey@adacore.com>
3686
3687 PR c++/20020:
3688 * gdb.cp/constexpr-field.exp: New file.
3689 * gdb.cp/constexpr-field.cc: New file.
3690
000439d5
TT
36912019-05-29 Tom Tromey <tromey@adacore.com>
3692
3693 * gdb.base/finish.exp (finish_no_print): New proc.
3694 (finish_tests): Call it.
3695
5a01c34c
TV
36962019-05-24 Tom de Vries <tdevries@suse.de>
3697
3698 * gdb.dwarf2/gdb-add-index.exp: New file.
3699
18125b16
TT
37002019-05-22 Tom Tromey <tromey@adacore.com>
3701
3702 * gdb.base/info-shared.exp (check_info_shared): Use "style".
3703 * gdb.base/style.exp: Use "style".
3704 * lib/gdb-utils.exp (style): New proc.
3705
af1a8d03
TV
37062019-05-22 Tom de Vries <tdevries@suse.de>
3707
3708 * gdb.base/align.exp: Require c++11.
3709
e7fe496b
TV
37102019-05-22 Tom de Vries <tdevries@suse.de>
3711
3712 PR testsuite/24586
3713 * gdb.python/py-mi-var-info-path-expression.exp: Call
3714 mi_skip_python_tests to check if python is supported.
3715
8fca4da0
AH
37162019-05-22 Alan Hayward <alan.hayward@arm.com>
3717
3718 * gdb.arch/aarch64-pauth.c: New test.
3719 * gdb.arch/aarch64-pauth.exp: New file.
3720
b7060614
AH
37212019-05-22 Alan Hayward <alan.hayward@arm.com>
3722
3723 * README (Re-running Tests Outside The Testsuite): New section.
3724
669d0468
TV
37252019-05-21 Tom de Vries <tdevries@suse.de>
3726
3727 * gdb.arch/amd64-eval.exp: Require c++11.
3728 * gdb.base/max-depth.exp: Same.
3729 * gdb.compile/compile-cplus-array-decay.exp: Same.
3730 * gdb.cp/meth-typedefs.exp: Same.
3731 * gdb.cp/subtypes.exp: Same.
3732 * gdb.cp/temargs.exp: Same.
3733
ce3ebcaa
AH
37342019-05-21 Alan Hayward <alan.hayward@arm.com>
3735
3736 * lib/gdbserver-support.exp (gdbserver_run): Mark kill as optional.
3737
34d11c68
AB
37382019-05-18 Andrew Burgess <andrew.burgess@embecosm.com>
3739
3740 PR gdb/18644
3741 * gdb.fortran/complex.exp: Remove setup_kfail calls.
3742 * gdb.fortran/printing-types.exp: Add new test.
3743 * gdb.fortran/printing-types.f90: Add 16-byte real variable for
3744 testing.
3745 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): Remove
3746 setup_kfail call.
3747
87781e84
AH
37482019-05-17 Alan Hayward <alan.hayward@arm.com>
3749
3750 * README (Running the Testsuite): Change example.
3751 (Testsuite Parameters): Remove TRANSCRIPT.
3752 * lib/gdb.exp: Remove TRANSCRIPT check.
3753
b420b89e
AH
37542019-05-17 Alan Hayward <alan.hayward@arm.com>
3755
3756 * README (Testsuite Parameters): Add replay logging to
3757 GDBSERVER_DEBUG.
3758 (gdbserver,debug): Refer to GDBSERVER_DEBUG.
3759 * lib/gdbserver-support.exp (gdbserver_start): Treat gdbserverdebug
3760 as a comma separated list.
3761 (gdb_debug_init): Override procedure.
3762
408e9b8b
AH
37632019-05-17 Alan Hayward <alan.hayward@arm.com>
3764
3765 * lib/gdb.exp (default_gdb_spawn): Call gdb_write_cmd_file.
3766 (gdb_write_cmd_file): New procedure.
3767 * lib/gdbserver-support.exp (gdbserver_start): Call
3768 gdbserver_write_cmd_file.
3769 (gdbserver_write_cmd_file): New procedure.
3770
f9e2e39d
AH
37712019-05-17 Alan Hayward <alan.hayward@arm.com>
3772
3773 * lib/gdb.exp (gdb_unload): Mark Y as an answer.
3774 (delete_breakpoints): Likewise.
3775 (gdb_run_cmd): Likewise.
3776 (gdb_start_cmd): Likewise.
3777 (gdb_starti_cmd): Likewise.
3778 (gdb_internal_error_resync): Likewise.
3779 (gdb_test_multiple): Likewise.
3780 (gdb_reinitialize_dir): Likewise.
3781 (default_gdb_exit): Likewise.
3782 (gdb_file_cmd): Mark kill as optional.
3783 (default_gdb_start): Call gdb_stdin_log_init.
3784 (send_gdb): Call gdb_stdin_log_write.
3785 (rerun_to_main): Mark Y as an answer.
3786 (gdb_stdin_log_init): New function.
3787 (gdb_stdin_log_write): Likewise.
3788
81f47ac2
AH
37892019-05-17 Alan Hayward <alan.hayward@arm.com>
3790
3791 * gdb.base/breakpoint-in-ro-region.exp: Disable when debugging.
3792 * gdb.base/debug-expr.exp: Likewise.
3793 * gdb.base/foll-fork.exp: Likewise.
3794 * gdb.base/foll-vfork.exp: Likewise.
3795 * gdb.base/fork-print-inferior-events.exp: Likewise.
3796 * gdb.base/gdb-sigterm.exp: Likewise.
3797 * gdb.base/gdbinit-history.exp: Likewise.
3798 * gdb.base/osabi.exp: Likewise.
3799 * gdb.base/sss-bp-on-user-bp-2.exp: Likewise.
3800 * gdb.base/ui-redirect.exp: Likewise.
3801 * gdb.gdb/unittest.exp: Likewise.
3802 * gdb.mi/mi-break.exp: Disable separate-mi-tty when debugging.
3803 * gdb.mi/mi-watch.exp: Likewise.
3804 * gdb.mi/new-ui-mi-sync.exp: Likewise.
3805 * gdb.mi/user-selected-context-sync.exp: Likewise.
3806 * gdb.python/python.exp: Disable debug test when debugging.
3807 * gdb.threads/check-libthread-db.exp: Disable when debugging.
3808 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
3809 Likewise.
3810 * gdb.threads/stepi-random-signal.exp: Likewise.
3811
29b52314
AH
38122019-05-17 Alan Hayward <alan.hayward@arm.com>
3813
3814 * Makefile.in: Pass through GDB_DEBUG.
3815 * README (Testsuite Parameters): Add GDB_DEBUG.
81f47ac2
AH
3816 (gdb,debug): Add board setting.
3817 * lib/gdb.exp (default_gdb_start): Start debugging.
3818 (gdb_debug_enabled): New procedure.
3819 (gdb_debug_init): Likewise.
29b52314
AH
3820
38212019-05-17 Alan Hayward <alan.hayward@arm.com>
e79be6e5 3822
29b52314
AH
3823 * Makefile.in: Pass through GDB_DEBUG.
3824 * README (Testsuite Parameters): Add GDB_DEBUG.
81f47ac2
AH
3825 (gdb,debug): Add board setting.
3826 * lib/gdb.exp (default_gdb_start): Start debugging.
3827 (gdb_debug_enabled): New procedure.
3828 (gdb_debug_init): Likewise.
29b52314 3829
ca1285d1
AH
38302019-05-17 Alan Hayward <alan.hayward@arm.com>
3831
3832 * gdb.base/ui-redirect.exp: Add debug redirect tests.
3833
f3a09c80
AH
38342019-05-17 Alan Hayward <alan.hayward@arm.com>
3835
3836 * gdb.base/ui-redirect.exp: Test redirection.
3837
26648588
JV
38382019-01-28 Jan Vrany <jan.vrany@fit.cvut.cz>
3839
3840 * gdb.mi/mi-complete.exp: New file.
3841 * gdb.mi/mi-complete.cc: Likewise.
3842
14237686
AB
38432019-05-15 Bernhard Heckel <bernhard.heckel@intel.com>
3844
3845 * gdb.fortran/vla-sizeof.exp: Add tests of sizeof applied to
3846 indexed and sliced arrays, and pointers to arrays.
3847
e7bd7fba
TT
38482019-05-14 Tom Tromey <tromey@adacore.com>
3849
3850 * gdb.base/info-shared.exp (check_info_shared): Add "info shared"
3851 styling test.
3852
2764128d
TV
38532019-05-14 Tom de Vries <tdevries@suse.de>
3854
3855 * gdb.dwarf2/dw2-skip-prologue.S (.debug_loc): Fix base address
3856 selection entry encoding.
3857
71bed2db
TT
38582019-05-10 Tom Tromey <tromey@adacore.com>
3859
3860 * gdb.ada/info_exc.exp: Add "complete" test.
3861
63b667ad
TV
38622019-05-09 Tom de Vries <tdevries@suse.de>
3863
3864 * gdb.arch/amd64-tailcall-self.S: Make DW_FORM_ref4 references
3865 CU-relative.
3866
9cfd2b89
TV
38672019-05-09 Tom de Vries <tdevries@suse.de>
3868
3869 * gdb.arch/amd64-entry-value-paramref.S: Make DW_FORM_ref4 references
3870 CU-relative.
3871
2228ef77
XR
38722019-05-08 Joel Brobecker <brobecker@adacore.com>
3873
3874 * gdb.ada/frame_arg_lang.exp: New testcase.
3875 * gdb.ada/frame_arg_lang/bla.adb: New file.
3876 * gdb.ada/frame_arg_lang/pck.ads: New file.
3877 * gdb.ada/frame_arg_lang/pck.adb: New file.
3878 * gdb.ada/frame_arg_lang/foo.c: New file.
3879
80e55b13
TT
38802019-05-08 Tom Tromey <tromey@adacore.com>
3881
3882 * gdb.python/py-value.exp (test_value_in_inferior): Add Ada test.
3883
9d3421af
TT
38842019-05-08 Tom Tromey <tromey@adacore.com>
3885
3886 * gdb.base/ptype-offsets.exp: Update tests.
3887
844333e2
TT
38882019-05-08 Tom Tromey <tromey@adacore.com>
3889
3890 * gdb.base/ptype-offsets.exp: Use string_to_regexp. Fix test
3891 cases.
3892 * gdb.base/ptype-offsets.cc (struct abc) <my_int_type>: Now
3893 "short".
3894
988915ee
TT
38952019-05-08 Tom Tromey <tromey@adacore.com>
3896
3897 * gdb.ada/vla.exp: New file.
3898 * gdb.ada/vla/vla.adb: New file.
3899
7bd55dac
TV
39002019-05-07 Tom de Vries <tdevries@suse.de>
3901
3902 * gdb.base/index-cache.exp (ls_host): Fix return statement.
3903
75f06e9d
TV
39042019-05-07 Tom de Vries <tdevries@suse.de>
3905
3906 PR testsuite/24522
3907 * gdb.dlang/watch-loc.c: Fix debug_info_offset in .debug_aranges
3908 section.
3909
77e7aaa4
TV
39102019-05-07 Tom de Vries <tdevries@suse.de>
3911
3912 PR testsuite/24522
3913 * gdb.dwarf2/dw2-case-insensitive-debug.S: Fix debug_info_offset in
3914 .debug_aranges section.
3915
456ba0fa
TV
39162019-05-07 Tom de Vries <tdevries@suse.de>
3917
3918 PR testsuite/24159
3919 * lib/dwarf.exp: Fix handling of DW_FORM_ref_addr.
3920
5a56d6a6
TV
39212019-05-06 Tom de Vries <tdevries@suse.de>
3922
3923 * lib/gdb.exp (exec_has_index_section): New proc.
3924 * gdb.base/index-cache.exp: Handle case that binfile contains an index
3925 section.
3926
9d6d4be8
TV
39272019-05-04 Tom de Vries <tdevries@suse.de>
3928
3929 * boards/cc-with-debug-names.exp: New file.
3930
222a8d25
TT
39312019-05-03 Tom Tromey <tromey@adacore.com>
3932
3933 * gdb.ada/char_enum/pck.ads (Global_Enum_Type): New type.
3934 * gdb.ada/char_enum/foo.adb: Use Global_Enum_Type.
3935 * gdb.ada/char_enum.exp: Add test.
3936
0fdfd794
TV
39372019-05-03 Tom de Vries <tdevries@suse.de>
3938
3939 * boards/cc-with-gdb-index.exp: New file.
3940
80062eb9
AB
39412019-05-02 Andrew Burgess <andrew.burgess@embecosm.com>
3942
3943 * gdb.rust/simple.exp: Add new test case.
3944 * gdb.rust/simple.rs (struct StringAtOffset): New struct.
3945 (main): Initialise an instance of the new struct.
3946
4504bbde
TT
39472019-05-01 Tom Tromey <tromey@adacore.com>
3948
3949 * gdb.ada/packed_array_assign/aggregates.ads (Nested_Packed): New
3950 record.
3951 (NPR): New variable.
3952 * gdb.ada/packed_array_assign.exp: Add nested packed assignment
3953 test.
3954
d48e62f4
TT
39552019-05-01 Tom Tromey <tromey@adacore.com>
3956
3957 * gdb.ada/packed_array_assign.exp: Add packed assignment
3958 regression test.
3959
f59f30f5
TV
39602019-05-01 Tom de Vries <tdevries@suse.de>
3961
3962 * boards/cc-with-tweaks.exp: Generate gdb.sh, and pass it in env(GDB).
3963
b70bfc54
TV
39642019-05-01 Tom de Vries <tdevries@suse.de>
3965
3966 * boards/dwarf4-gdb-index.exp: Use cc-with-tweaks.exp.
3967
15f18d14
AT
39682019-04-30 Ali Tamur <tamur@google.com>
3969
3970 * lib/dwarf.exp(): Added DW_FORM_strx1-4.
3971
2ff0a947
TT
39722019-04-30 Tom Tromey <tromey@adacore.com>
3973
3974 * lib/ada.exp (find_ada_tool): New proc.
3975 * lib/gdb.exp (gdb_compile_shlib): Allow .o files as inputs.
3976 * gdb.ada/catch_ex_std.exp: New file.
3977 * gdb.ada/catch_ex_std/foo.adb: New file.
3978 * gdb.ada/catch_ex_std/some_package.adb: New file.
3979 * gdb.ada/catch_ex_std/some_package.ads: New file.
3980
a776957c
TT
39812019-04-30 Tom Tromey <tromey@adacore.com>
3982
3983 PR c++/24470:
3984 * gdb.cp/temargs.cc: Add test code from PR.
3985
bc68014d
AB
39862019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
3987
3988 * gdb.fortran/vla-datatypes.exp: Update expected results.
3989 * gdb.fortran/vla-ptype.exp: Likewise.
3990 * gdb.fortran/vla-type.exp: Likewise.
3991 * gdb.fortran/vla-value.exp: Likewise.
3992
f1fdc960
AB
39932019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
3994
3995 * gdb.fortran/ptr-indentation.exp: Update expected results.
3996 * gdb.fortran/ptype-on-functions.exp: Likewise.
3997 * gdb.fortran/vla-ptr-info.exp: Likewise.
3998 * gdb.fortran/vla-value.exp: Likewise.
3999
bf7a4de1
AB
40002019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
4001
4002 * gdb.fortran/ptype-on-functions.exp: New file.
4003 * gdb.fortran/ptype-on-functions.f90: New file.
4004
bbe75b9d
AB
40052019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
4006
4007 * gdb.fortran/exprs.exp (test_convenience_variables): Expect lower
4008 case void string.
4009
1db455a7
AB
40102019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
4011
4012 * gdb.fortran/complex.exp: Expand.
4013 * gdb.fortran/complex.f: Renamed to...
4014 * gdb.fortran/complex.f90: ...this, and extended to add more
4015 complex values.
4016
b6d03bb2
AB
40172019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
4018
4019 * gdb.fortran/intrinsics.exp: Extend to cover MOD, CEILING, FLOOR,
4020 MODULO, CMPLX.
4021
2e62ab40
AB
40222019-04-29 Andrew Burgess <andrew.burgess@embecosm.com>
4023 Richard Bunt <richard.bunt@arm.com>
4024
4025 * gdb.base/max-depth.c: New file.
4026 * gdb.base/max-depth.exp: New file.
4027 * gdb.python/py-nested-maps.c: New file.
4028 * gdb.python/py-nested-maps.exp: New file.
4029 * gdb.python/py-nested-maps.py: New file.
4030 * gdb.python/py-format-string.exp (test_max_depth): New proc.
4031 (test_all_common): Call test_max_depth.
4032 * gdb.fortran/max-depth.exp: New file.
4033 * gdb.fortran/max-depth.f90: New file.
4034 * gdb.go/max-depth.exp: New file.
4035 * gdb.go/max-depth.go: New file.
4036 * gdb.modula2/max-depth.exp: New file.
4037 * gdb.modula2/max-depth.c: New file.
4038 * lib/gdb.exp (get_print_expr_at_depths): New proc.
4039
d2b584a5
TV
40402019-04-29 Tom de Vries <tdevries@suse.de>
4041
4042 * lib/opencl.exp (skip_opencl_tests): Add missing "with" in regexp.
4043
136afab8
PW
40442019-04-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4045
4046 * gdb.base/callexit.exp: Test may-call-functions off.
4047
725cbb63
KS
40482019-04-25 Keith Seitz <keiths@redhat.com>
4049
4050 PR c++/24367
4051 * gdb.cp/meth-typedefs.cc (incomplete_struct)
4052 (another_incomplete_struct, test_incomplete): New definitions.
4053 (main): Use new definitions.
4054 * gdb.cp/meth-typedefs.exp: Add new tests for `test_incomplete'
4055 functions.
4056
701adfb0
PA
40572019-04-25 Ali Tamur <tamur@google.com>
4058
4059 * lib/dwarf.exp (_handle_DW_FORM): Add DW_FORM_strx.
4060
82433e3e
SDJ
40612019-04-25 Sergio Durigan Junior <sergiodj@redhat.com>
4062
4063 PR corefiles/11608
4064 PR corefiles/18187
4065 * gdb.base/coredump-filter-build-id.exp: New file.
4066
dd06d4d6
AH
40672019-04-25 Alan Hayward <alan.hayward@arm.com>
4068
e79be6e5
SM
4069 * Makefile.in: Pass through GDBSERVER_DEBUG.
4070 * README (Testsuite Parameters): Add GDBSERVER_DEBUG.
4071 (gdbserver,debug): Add board setting.
4072 * gdb.trace/tspeed.exp: Skip when debugging.
4073 * lib/gdb.exp (gdbserver_debug_enabled): New procedure.
4074 * lib/gdbserver-support.exp: Likewise
dd06d4d6 4075
1670072e
TT
40762019-04-24 Tom Tromey <tromey@adacore.com>
4077
4078 * lib/gdb.exp (gdb_compile): Don't add -fno-stack-protector for
4079 Rust.
4080
a59240a4
TT
40812019-04-24 Tom Tromey <tromey@adacore.com>
4082
4083 * gdb.arch/amd64-eval.exp: Test bitfield return.
4084 * gdb.arch/amd64-eval.cc (struct Bitfields): New.
4085 (class Foo) <return_bitfields>: New method.
4086 (main): Call it.
4087
b907456c
AB
40882019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
4089
4090 * gdb.cp/many-args.cc: New file.
4091 * gdb.cp/many-args.exp: New file.
4092
5c565afd
TV
40932019-04-23 Tom de Vries <tdevries@suse.de>
4094
4095 PR gdb/24433
4096 * gdb.btrace/reconnect.exp: Fix stepi 19 pattern.
4097
ba22ff86
AH
40982019-04-23 Alan Hayward <alan.hayward@arm.com>
4099
4100 * gdb.trace/backtrace.exp: Use nopie flag.
4101 * gdb.trace/circ.exp: Likewise.
4102 * gdb.trace/collection.exp: Likewise.
4103 * gdb.trace/ftrace.exp: Likewise.
4104 * gdb.trace/mi-trace-unavailable.exp: Likewise.
4105 * gdb.trace/mi-traceframe-changed.exp: Likewise.
4106 * gdb.trace/qtro.exp: Likewise.
4107 * gdb.trace/read-memory.exp: Likewise.
4108 * gdb.trace/report.exp: Likewise.
4109 * gdb.trace/tfile.exp: Likewise.
4110 * gdb.trace/tfind.exp: Likewise.
4111 * gdb.trace/unavailable.exp: Likewise.
4112
7905fc35
PA
41132019-04-22 Pedro Alves <palves@redhat.com>
4114
4115 * gdb.base/solib-probes-nosharedlibrary.c,
4116 gdb.base/solib-probes-nosharedlibrary.exp: New files.
4117
8ecb59f8
TT
41182019-04-19 Tom Tromey <tromey@adacore.com>
4119
4120 * gdb.ada/ptype_union.c: New file.
4121 * gdb.ada/ptype_union.exp: New file.
4122
62160ec9
TT
41232019-04-19 Tom Tromey <tromey@adacore.com>
4124
4125 PR symtab/24423:
4126 * gdb.base/list0.h (foo): Add a control-l character.
4127
36cd4ba5
TV
41282019-04-18 Tom de Vries <tdevries@suse.de>
4129
4130 PR gdb/24433
4131 * boards/local-board.exp: Set sysroot to "".
4132
b73715df
TV
41332019-04-18 Tom de Vries <tdevries@suse.de>
4134 Pedro Alves <palves@redhat.com>
4135
4136 PR gdb/24454
4137 * gdb.threads/vfork-follow-child-exec.c: New file.
4138 * gdb.threads/vfork-follow-child-exec.exp: New file.
4139 * gdb.threads/vfork-follow-child-exit.c: New file.
4140 * gdb.threads/vfork-follow-child-exit.exp: New file.
4141
4aa866af
LS
41422019-04-15 Leszek Swirski <leszeks@google.com>
4143
4144 * gdb.arch/amd64-eval.cc: New file.
4145 * gdb.arch/amd64-eval.exp: New file.
4146
e5a1a79a
AH
41472019-04-11 Alan Hayward <alan.hayward@arm.com>
4148
4149 * gdb.server/sysroot.c: New test.
4150 * gdb.server/sysroot.exp: New file.
4151 * lib/gdbserver-support.exp (gdb_target_cmd): Add additional text
4152 matching param.
4153
41077b66
AB
41542019-04-11 Andrew Burgess <andrew.burgess@embecosm.com>
4155
4156 * gdb.base/align.exp: Extend test to cover structures containing
4157 only static fields.
4158
c30391f8
TV
41592019-04-11 Tom de Vries <tdevries@suse.de>
4160
4161 * boards/cc-with-dwz-m.exp: New file.
4162 * boards/cc-with-dwz.exp: New file.
4163 * boards/cc-with-tweaks.exp: Note that check-gdb doesn't work.
4164
e242fd12
SM
41652019-04-09 Simon Marchi <simon.marchi@efficios.com>
4166
4167 * gdb.base/start-cpp.exp: New file.
4168 * gdb.base/start-cpp.cc: New file.
4169
2b0c8b01
KB
41702019-04-08 Kevin Buettner <kevinb@redhat.com>
4171
4172 * gdb.python/py-thrhandle.exp: Adjust tests to call
4173 thread_from_handle instead of thread_from_thread_handle.
4174
947210e5
KB
41752019-04-08 Kevin Buettner <kevinb@redhat.com>
4176
4177 * gdb.python/py-thrhandle.exp: Add tests for
4178 gdb.InferiorThread.handle.
4179
d7df6549
AB
41802019-04-01 Andrew Burgess <andrew.burgess@embecosm.com>
4181
4182 * gdb.python/py-function.exp: Check calling helper function from
4183 all languages.
4184 * lib/gdb.exp (gdb_supported_languages): New proc.
4185
8bdc1658
AB
41862019-04-01 Andrew Burgess <andrew.burgess@embecosm.com>
4187
4188 * gdb.base/complex-parts.c: New file.
4189 * gdb.base/complex-parts.exp: New file.
4190
05caa1d2
TT
41912019-04-01 Tom Tromey <tromey@adacore.com>
4192
4193 PR symtab/23331:
4194 * gdb.dwarf2/dw2-ranges-main.c: New file.
4195 * gdb.dwarf2/dw2-ranges-psym.c: New file.
4196 * gdb.dwarf2/dw2-ranges-psym.exp: New file.
4197
7734102d
EZ
41982019-03-30 Simon Marchi <simark@simark.ca>
4199
4200 * gdb.base/default.exp: Add values for $_gdb_major and
4201 $_gdb_minor.
4202
188e1fa9
TT
42032019-03-29 Tom Tromey <tromey@adacore.com>
4204
4205 * gdb.base/help.exp: Tighten apropos regexp.
4206
2880242d
KS
42072019-03-29 Keith Seitz <keiths@redhat.com>
4208
4209 * gdb.fortran/array-bounds.exp: New file.
4210 * gdb.fortran/array-bounds.f90: New file.
4211
077cad8e
PW
42122019-03-28 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4213
4214 * gdb.multi/multi-term-settings.c (main): Increase alarm timer.
4215
80047cfc
PW
42162019-03-28 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4217
4218 * gdb.multi/hello.c (main): Increase alarm timer.
4219
f489207e
SL
42202019-03-28 Sandra Loosemore <sandra@codesourcery.com>
4221
4222 * gdb.threads/watchpoint-fork.exp (test): Use large timeout
4223 factor when no hardware watchpoint support.
4224
c92df149
AH
42252019-03-28 Alan Hayward <alan.hayward@arm.com>
4226 Pedro Alves <palves@redhat.com>
4227
4228 * boards/local-board.exp: set sysroot to /.
4229
933aebfa
AH
42302019-03-27 Alan Hayward <alan.hayward@arm.com>
4231
4232 * gdb.base/interrupt-daemon-attach.c (main): Add alarm and sleep
4233 in child.
4234
9f9aa852
AB
42352019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
4236
4237 * gdb.python/py-prettyprint.c (struct container) <is_map_p>: New
4238 field.
4239 (make_container): Initialise new field.
4240 * gdb.python/py-prettyprint.exp: Add new tests.
4241 * gdb.python/py-prettyprint.py (class ContainerPrinter)
4242 <display_hint>: New method.
4243
3714a195
AB
42442019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
4245
4246 * gdb.python/py-prettyprint.exp: Use gdb_breakpoint and
4247 gdb_continue_to_breakpoint more throughout this test.
4248 (run_lang_tests) Supply unique test names, and use
4249 gdb_test_no_output.
4250
18c77628
AB
42512019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
4252
4253 * gdb.base/finish-pretty.exp: Update expected results.
4254 * gdb.base/pretty-print.c: New file.
4255 * gdb.base/pretty-print.exp: New file.
4256
9a93502f
PA
42572019-03-25 Pedro Alves <palves@redhat.com>
4258
4259 * lib/gdb.exp (gdb_test_multiple): Split appends to $code and
4260 move comments outside list. Append '-i "" eof' section.
4261
968aa7ae
AH
42622019-03-22 Alan Hayward <alan.hayward@arm.com>
4263
34a7f2a4 4264 PR testsuite/25016
968aa7ae
AH
4265 * README: Add pie options.
4266 * gdb.base/break-interp.exp: Ensure pie is disabled.
4267 * gdb.base/dump.exp: Likewise.
4268 * lib/gdb.exp (gdb_compile): Add pie option.
4269
4c7d57e7
TT
42702019-03-19 Tom Tromey <tromey@adacore.com>
4271
4272 * gdb.mi/mi2-cli-display.c: New file.
4273 * gdb.mi/mi2-cli-display.exp: New file.
4274
bff8c71f
TT
42752019-03-18 Joel Brobecker <brobecker@adacore.com>
4276 Tom Tromey <tromey@adacore.com>
4277
4278 * gdb.ada/ptype_array/pck.adb: New file.
4279 * gdb.ada/ptype_array/pck.ads: New file.
4280 * gdb.ada/ptype_array/foo.adb: New file.
4281 * gdb.ada/ptype_array.exp: New file.
4282
d085f989
TT
42832019-03-14 Tom Tromey <tromey@adacore.com>
4284
4285 * gdb.base/style.exp: Add "set style sources" test.
4286
b4be1b06
SM
42872019-03-13 Simon Marchi <simon.marchi@ericsson.com>
4288
4289 * mi-breakpoint-location-ena-dis.exp: Rename to ...
4290 * mi-breakpoint-multiple-locations.exp: ... this.
4291 (make_breakpoints_pattern): New proc.
4292 (do_test): Add mi_version parameter, test -break-insert,
4293 -break-info and =breakpoint-created.
4294
7cde5fc2
AB
42952019-03-12 Andrew Burgess <andrew.burgess@embecosm.com>
4296
4297 * config/default.exp: Remove 'load_lib gdb.exp'.
4298 * config/monitor.exp: Likewise.
4299 * config/sid.exp: Likewise.
4300 * config/sim.exp: Likewise.
4301 * config/slite.exp: Likewise.
4302 * config/unix.exp: Likewise.
4303 * gdb.base/default.exp: Remove unhelpful comment.
4304
efbecbc1
AB
43052019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
4306
4307 * gdb.fortran/type-kinds.exp: Extend to cover TYPE*SIZE cases.
4308
0841c79a
AB
43092019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
4310
4311 * gdb.fortran/intrinsics.exp: Extend to cover ABS.
4312
4a270568
AB
43132019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
4314
4315 * gdb.fortran/type-kinds.exp: Update expected results.
4316
067630bd
AB
43172019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
4318
4319 * gdb.fortran/type-kinds.exp: Test new integer type kind.
4320
3be47f7a
AB
43212019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
4322
4323 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): New
4324 function.
4325 (test_basic_parsing_of_type_kinds): Expand types tested.
4326 (test_parsing_invalid_type_kinds): New function.
4327
4d00f5d8
AB
43282019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
4329
4330 * gdb.fortran/intrinsics.exp: New file.
4331 * gdb.fortran/intrinsics.f90: New file.
4332 * gdb.fortran/type-kinds.exp: New file.
4333
c8f91604
AB
43342019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
4335
4336 * gdb.fortran/dot-ops.exp: New file.
4337
dd9f2c76
AB
43382019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
4339
4340 * gdb.fortran/types.exp (test_logical_literal_types_accepted):
4341 Check upper and lower case logical literals.
4342
84ec9724
AB
43432019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
4344
4345 * gdb.fortran/types.exp (test_float_literal_types_accepted):
4346 Remove duplicate tests.
4347
c3734e09
AH
43482019-03-06 Alan Hayward <alan.hayward@arm.com>
4349
4350 * lib/gdb.exp (builtin_cd): rename of cd.
4351 (cd): Override builtin.
4352
aa3cfbda
RB
43532019-03-06 Richard Bunt <richard.bunt@arm.com>
4354
4355 * gdb.fortran/function-calls.exp: New file.
4356 * gdb.fortran/function-calls.f90: New test.
4357
7b63ad86
RB
43582019-03-04 Richard Bunt <richard.bunt@arm.com>
4359
4360 * gdb.fortran/short-circuit-argument-list.exp: Remove reliance
4361 on user program standard output.
4362 * gdb.fortran/short-circuit-argument-list.f90: Record function
4363 calls.
4364
01abb042
AH
43652019-02-28 Alan Hayward <alan.hayward@arm.com>
4366
c3734e09
AH
4367 * lib/gdbserver-support.exp (gdbserver_start): Check for listen
4368 failure.
01abb042 4369
92137da0
RO
43702019-02-28 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
4371
4372 PR gdb/8527
4373 * gdb.base/interrupt-daemon-attach.c,
4374 gdb.base/interrupt-daemon-attach.exp: New test.
4375
5862844d
PA
43762019-02-27 Pedro Alves <palves@redhat.com>
4377
4378 * gdb.base/page.exp: Add tests for "set width/height -1".
4379
8ed25214
PA
43802019-02-27 Pedro Alves <palves@redhat.com>
4381
4382 * gdb.base/page.exp: Add tests for "set/show width/height" with
4383 "infinite" values.
4384
6c28e44a
TT
43852019-02-27 Tom Tromey <tromey@adacore.com>
4386
4387 * lib/gdb.exp (skip_python_tests_prompt): Don't check for Python
4388 2.4.
4389 * gdb.python/py-finish-breakpoint.exp: Remove Python 2.4
4390 workaround.
4391
bf9a735e
AB
43922019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
4393
4394 * gdb.base/align.exp: Extend to compile in both C and C++, and add
4395 tests for structs with static members.
4396
8791793c
TT
43972019-02-26 Tom Tromey <tromey@adacore.com>
4398
4399 * gdb.python/py-value.exp (test_value_from_buffer): Check for
4400 ValueError, not TypeError.
4401
bc2a507e
KB
44022019-02-26 Kevin Buettner <kevinb@redhat.com>
4403
4404 * gdb.python/py-value.exp (test_value_from_buffer): New proc with
4405 call from main program.
4406
e0e7d3bd
JB
44072019-02-23 Joel Brobecker <brobecker@adacore.com>
4408
4409 * gdb.ada/mi_ref_changeable.exp: Update copyright year range.
4410 * gdb.ada/mi_ref_changeable/foo_rb20_056.adb: Likewise.
4411 * gdb.ada/mi_ref_changeable/pck.adb: Likewise.
4412 * gdb.ada/mi_ref_changeable/pck.ads: Likewise.
4413 * gdb.dwarf2/inlined_subroutine-inheritance.exp: Likewise.
4414
9600246d
KS
44152019-02-22 Keith Seitz <keiths@redhat.com>
4416
4417 PR symtab/23853
4418 * gdb.base/symlink-sourcefile.c: New file.
4419 * gdb.base/symlink-sourcefile.exp: New file.
4420
0c95f9ed
TT
44212019-02-20 Tom Tromey <tom@tromey.com>
4422
4423 * gdb.base/info_qt.exp: Update.
4424
6caa91b6
SM
44252019-02-19 Simon Marchi <simon.marchi@polymtl.ca>
4426
4427 * gdb.base/source.exp: Move "error in sourced script" code to
4428 the end.
4429 * gdb.base/source-error.gdb: Move contents to
4430 source-error-1.gdb. Add new code to source source-error-1.gdb.
4431 * gdb.base/source-error-1.gdb: New file, from previous
4432 source-error.gdb.
4433
6506371f
TT
44342019-02-17 Tom Tromey <tom@tromey.com>
4435
4436 * gdb.base/style.exp: Use -g3 to compile when possible. Add test
4437 for macro styling.
4438 * gdb.base/style.c (SOME_MACRO): New macro.
4439
a0087920
TT
44402019-02-17 Tom Tromey <tom@tromey.com>
4441
4442 * gdb.base/style.exp: Add line-wrapping tests.
4443 * gdb.base/page.exp: Add test for quitting during pagination.
4444
a2cd4f14
JB
44452019-02-17 Joel Brobecker <brobecker@adacore.com>
4446
4447 * gdb.ada/big_packed_array: New testcase.
4448 * gdb.ada/homonym.exp: Fix incorrect expected output for
4449 "break <homonym__get_value>" test.
4450
9d70ffbc
WP
44512019-02-13 Weimin Pan <weimin.pan@oracle.com>
4452
4453 PR breakpoints/21870
4454 * gdb.arch/aarch64-dbreg-contents.exp: Use runto_main + continue
4455 and prepare_for_testing. Add comment.
4456 * gdb.arch/aarch64-dbreg-contents.c: Remove SET_WATCHPOINT and
4457 redundant cleanup call. Clean up comment.
4458
01c7ae81
WP
44592019-02-12 Weimin Pan <weimin.pan@oracle.com>
4460
4461 PR breakpoints/21870
4462 * gdb.arch/aarch64-dbreg-contents.exp: New file.
4463 * gdb.arch/aarch64-dbreg-contents.c: New file.
4464
aff29d1c
JB
44652019-02-10 Joel Brobecker <brobecker@adacore.com>
4466
4467 * gdb.ada/mi_ref_changeable: New testcase.
4468
df0da8a2
AH
44692019-02-07 Alan Hayward <alan.hayward@arm.com>
4470
4471 * gdb.base/attach.exp: Add double attach test.
4472
bd447abb
SM
44732019-02-07 Simon Marchi <simon.marchi@polymtl.ca>
4474
4475 * lib/gdb.exp (default_gdb_start): Don't match pagination
4476 prompt.
4477 (gdb_init): Set stty_init.
4478
1dbc40b9
TT
44792019-01-27 Tom Tromey <tom@tromey.com>
4480
4481 * gdb.python/py-finish-breakpoint.exp: Remove duplicate call to
4482 skip_python_tests.
4483
353229bf
AH
44842019-01-24 Alan Hayward <alan.hayward@arm.com>
4485
4486 * gdb.base/infcall-nested-structs.c (struct struct_static_02_01):
4487 New structure.
4488 (struct struct_static_02_02): Likewise.
4489 (struct struct_static_02_03): Likewise.
4490 (struct struct_static_02_04): Likewise.
4491 (struct struct_static_04_01): Likewise.
4492 (struct struct_static_04_02): Likewise.
4493 (struct struct_static_04_03): Likewise.
4494 (struct struct_static_04_04): Likewise.
4495 (struct struct_static_06_01): Likewise.
4496 (struct struct_static_06_02): Likewise.
4497 (struct struct_static_06_03): Likewise.
4498 (struct struct_static_06_04): Likewise.
4499 (cmp_struct_static_02_01): Likewise.
4500 (cmp_struct_static_02_02): Likewise.
4501 (cmp_struct_static_02_03): Likewise.
4502 (cmp_struct_static_02_04): Likewise.
4503 (cmp_struct_static_04_01): Likewise.
4504 (cmp_struct_static_04_02): Likewise.
4505 (cmp_struct_static_04_03): Likewise.
4506 (cmp_struct_static_04_04): Likewise.
4507 (cmp_struct_static_06_01): Likewise.
4508 (cmp_struct_static_06_02): Likewise.
4509 (cmp_struct_static_06_03): Likewise.
4510 (cmp_struct_static_06_04): Likewise.
4511 (call_all): Test new structs.
4512 * gdb.base/infcall-nested-structs.exp: Likewise.
4513
73021deb
AH
45142019-01-21 Alan Hayward <alan.hayward@arm.com>
4515 * gdb.base/infcall-nested-structs.exp: Test C++ in addition to C.
4516
fc65c7db
AH
45172019-01-21 Alan Hayward <alan.hayward@arm.com>
4518 * gdb.base/stack-protector.c: New test.
4519 * gdb.base/stack-protector.exp: New file.
4520 * gdb.cp/ovldbreak.exp: Only allow a single break line.
4521 * lib/gdb.exp (get_compiler_info): Use getting_compiler_info
4522 option.
4523 (gdb_compile): Remove stack protector for GCC and prevent
4524 recursion.
4525
c24bdb02
KS
45262019-01-16 Keith Seitz <keiths@redhat.com>
4527
4528 PR gdb/23773
4529 * gdb.dwarf2/inlined_subroutine-inheritance.exp: New file.
4530
6f072a10
PFC
45312019-01-14 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
4532
4533 * gdb.arch/vsx-regs.exp: Add tests that use the vector register
4534 aliases.
4535 * gdb.arch/altivec-regs.exp: Likewise. Fix indentation of two
4536 tests.
4537 * gdb.arch/powerpc-vector-regs.c: New file.
4538 * gdb.arch/powerpc-vector-regs.exp: New file.
4539
a7b8d682
PFC
45402019-01-14 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
4541
4542 * gdb.arch/altivec-regs.exp: Fix the list passed to
4543 gdb_expect_list when testing "info vector".
4544
6eb6fb67
AB
45452019-01-12 Andrew Burgess <andrew.burgess@embecosm.com>
4546
4547 * gdb.base/style.exp: Don't include path in testname.
4548
b56f80d8
KS
45492019-01-10 Keith Seitz <keiths@redhat.com>
4550
4551 PR gdb/23712
4552 PR symtab/23010
4553 * gdb.dwarf2/multidictionary.exp: New file.
4554
041be526
SM
45552019-01-09 Simon Marchi <simon.marchi@ericsson.com>
4556
4557 * gdb.cp/demangle.exp (test_gnu_style_demangling): Rename to...
4558 (test_gnuv3_style_demangling): ... this.
4559 (test_lucid_style_demangling): Remove.
4560 (test_arm_style_demangling): Remove.
4561 (test_hp_style_demangling): Remove.
4562 (do_tests): Remove calls to the above.
4563
d820d0c3
AB
45642019-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
4565
4566 * lib/mi-support.exp (mi_gdb_test): Remove interactive prompt
4567 case.
4568
f097f5ad
TT
45692019-01-06 Tom Tromey <tom@tromey.com>
4570
4571 PR gdb/28155:
4572 * gdb.dwarf2/typedef-void-finish.exp: New file.
4573
2cd8cc0b
TT
45742018-12-28 Tom Tromey <tom@tromey.com>
4575 Simon Marchi <simark@simark.ca>
4576
4577 * gdb.base/jit-exec.exp: New file.
4578 * gdb.base/jit-exec.c: New file.
4579 * gdb.base/jit-execd.c: New file.
4580
35fb8261
TT
45812018-12-28 Tom Tromey <tom@tromey.com>
4582
4583 * gdb.base/style.exp: Update test to check for address styling.
4584
47fd17cd
TT
45852018-12-28 Tom Tromey <tom@tromey.com>
4586
4587 * gdb.base/style.exp: Add test for styling of "Reading symbols"
4588 message.
4589
d47032b7
TT
45902018-12-28 Tom Tromey <tom@tromey.com>
4591
4592 * gdb.base/style.exp: Add test for version number styling.
4593
af79b68d
TT
45942018-12-28 Tom Tromey <tom@tromey.com>
4595
4596 * gdb.base/style.exp: Add test for print_address_symbolic.
4597
0bb296cb
TT
45982018-12-28 Tom Tromey <tom@tromey.com>
4599
4600 * gdb.base/style.exp: Add test for breakpoint setting.
4601
80ae2043
TT
46022018-12-28 Tom Tromey <tom@tromey.com>
4603
4604 * gdb.base/style.exp: Add test for variable names.
4605
cbe56571
TT
46062018-12-28 Tom Tromey <tom@tromey.com>
4607
4608 * gdb.base/style.exp: New file.
4609 * gdb.base/style.c: New file.
4610
9162a27c
TT
46112018-12-28 Tom Tromey <tom@tromey.com>
4612
4613 * lib/gdb.exp (gdb_init): Set the TERM environment variable to
4614 "dumb".
4615 * gdb.base/readline.exp (operate_and_get_next): Save and restore
4616 the TERM environment variable.
4617
bc543c90
TT
46182018-12-27 Tom Tromey <tom@tromey.com>
4619
4620 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): Add
4621 pagination test.
4622
6f0ffe50
AB
46232018-12-24 Andrew Burgess <andrew.burgess@embecosm.com>
4624
4625 * gdb.dwarf2/dw2-unusual-field-names.c: New file.
4626 * gdb.dwarf2/dw2-unusual-field-names.exp: New file.
4627
b5a1e557
PW
46282018-12-24 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4629
4630 * gdb.ada/bp_fun_addr/a.adb (a): Rename to bp_fun_addr.
4631 Filename a.adb changed to bp_fun_addr.adb.
4632 gdb.ada/bp_fun_addr.exp: Update test accordingly.
4633
6e8b1ab2
JV
46342018-12-21 Jan Vrany <jan.vrany@fit.cvut.cz>
4635
4636 * lib/gdb.exp (gdb_compile): Add new nopie flag enforce
4637 non-PIE executables.
4638 * README: Mention the gdb,nopie_flag board setting.
4639 * gdb.arch/amd64-disp-step.exp: Use nopie flag to enforce
4640 non-PIE executable.
4641 * gdb.arch/amd64-entry-value.exp: Likewise.
4642 * gdb.arch/amd64-invalid-stack-middle.exp: Likewise.
4643 * gdb.arch/i386-float.exp: Likewise.
4644 * gdb.arch/i386-signal.exp: Likewise.
4645 * gdb.mi/mi-reg-undefined.exp: Likewise.
4646
d00a27c5
PM
46472018-12-21 Paul Marechal <paul.marechal@ericsson.com>
4648
4649 PR gdb/23974
4650 * gdb.base/info-os.exp: Check return for unknown "info os" type.
4651
161d081c
PW
46522018-12-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4653
4654 * gdb.ada/info_auto_lang.exp: Normalize some_c source file.
4655 Update order of results accordingly.
4656
b001de23
AB
46572018-12-12 Andrew Burgess <andrew.burgess@embecosm.com>
4658
4659 * gdb.base/annota1.exp: Update a test regexp.
4660
99e1a184
AB
46612018-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
4662
4663 * gdb.base/float.exp: Handle RISC-V targets without an FPU.
4664
7a81c1e2
PW
46652018-12-09 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4666
4667 * gdb.threads/tid-reuse.c (REUSE_TIME_CAP): Declare as 60.
4668 (reuse_time): Initialize to REUSE_TIME_CAP.
4669 (check_rc): New function.
4670 (main): Use REUSE_TIME_CAP instead of hardcoded 60.
4671 Check pthread_create rc.
4672 (spawner_thread_func): Check pthread_create and pthread_join rc.
4673
73e8dc90
PA
46742018-12-08 Pedro Alves <palves@redhat.com>
4675
4676 * gdb.base/list.exp (test_forward_search): Rename to ...
4677 (test_forward_reverse_search): ... this. Also test reverse-search
4678 and the forward-search alias.
4679
13f2ed32
AB
46802018-12-05 Andrew Burgess <andrew.burgess@embecosm.com>
4681
4682 * config/sim.exp (gdb_target_sim): Remove redundant adjustment of
4683 local timeout variable before return, and remove all local timeout
4684 variable entirely.
4685 (gdb_load): Likewise.
4686
64d27cfc
TV
46872018-12-01 Tom de Vries <tdevries@suse.de>
4688
4689 * gdb.base/gdb-caching-proc.exp: New file.
4690
f63c03b4
SDJ
46912018-11-25 Sergio Durigan Junior <sergiodj@redhat.com>
4692
4693 * Makefile.in (TIMESTAMP): New variable.
4694 (check-single): Add $(TIMESTAMP) to the end of $(DO_RUNTEST)
4695 command.
4696 (check-single-racy): Likewise.
4697 (check/%.exp): Likewise.
4698 (check-racy/%.exp): Likewise.
4699 (workers/%.worker): Likewise.
4700 (build-perf): Likewise.
4701 (check-perf): Likewise.
4702 * README: Describe new "TS" and "TS_FORMAT" variables.
4703 * print-ts.py: New file.
4704
1c97054b
BF
47052018-11-21 Benno Fünfstück <benno.fuenfstueck@gmail.com>
4706
4707 PR python/23714
4708 * gdb.python/python.exp: Test command repetition after
4709 gdb.execute.
4710
1871a62d
AB
47112018-11-20 Andrew Burgess <andrew.burgess@embecosm.com>
4712
4713 * gdb.opt/inline-break.exp: Add test that info breakpoint output
4714 is correctly aligned.
4715
fb5e1ed9
PW
47162018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4717
4718 * gdb.ada/info_auto_lang.exp: New testcase.
4719 * gdb.ada/info_auto_lang/global_pack.ads: New file.
4720 * gdb.ada/info_auto_lang/proc_in_ada.adb: New file.
4721 * gdb.ada/info_auto_lang/some_c.c: New file.
4722
43d397ca
PW
47232018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4724
4725 * gdb.dwarf2/dw2-case-insensitive.exp: Update due to auto switch to
4726 FUNC_lang language syntax.
4727
beddd671
PW
47282018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4729
4730 * gdb.base/info_minsym.c: New file.
4731 * gdb.base/info_minsym.exp: New file.
4732
73fc52c4
TT
47332018-11-19 Tom Tromey <tom@tromey.com>
4734
4735 PR rust/23625:
4736 * gdb.rust/simple.exp: Add ptype test. Update expected output.
4737 * gdb.rust/expr.exp: Update expected output. Change one test.
4738
994b876a
TT
47392018-11-19 Tom Tromey <tom@tromey.com>
4740
4741 * gdb.rust/simple.rs: Don't initialize empty_enum_value.
4742
6769f276
PA
47432018-11-19 Pedro Alves <palves@redhat.com>
4744
4745 * gdb.base/warning.exp: Don't override INTERNAL_FLAGS. Use
4746 gdb_spawn_with_cmdline_opts instead of gdb_start. Check that we
4747 see the expected warning.
4748
38a72da0
AH
47492018-11-16 Alan Hayward <alan.hayward@arm.com>
4750
4751 PR gdb/22736:
4752 * gdb.cp/infcall-nodebug-lib.c: New test.
4753 * gdb.cp/infcall-nodebug-main.c: New test.
4754 * gdb.cp/infcall-nodebug.exp: New file.
4755
53a89d6e
SM
47562018-11-12 Simon Marchi <simon.marchi@polymtl.ca>
4757
4758 * gdb.base/skip.exp: Add standard_testfile. Add "skip delete"
4759 completer tests.
4760
9325300d
TV
47612018-11-09 Tom de Vries <tdevries@suse.de>
4762
4763 * gdb.base/msym-lang.c: New test.
4764 * gdb.base/msym-lang.exp: New file.
4765 * gdb.base/msym-lang-main.c: New test.
4766
20f0d60d
TT
47672018-11-08 Tom Tromey <tom@tromey.com>
4768
4769 PR gdb/23555:
4770 PR gdb/23838:
4771 * gdb.base/warning.exp: New file.
4772
b5420128
JB
47732018-11-08 Jan Beulich <jbeulich@suse.com>
4774
4775 * testsuite/gdb.arch/i386-avx512.c,
4776 testsuite/gdb.arch/i386-avx512.exp: Add 7th test.
4777
cd115d61
AB
47782018-11-08 Andrew Burgess <andrew.burgess@embecosm.com>
4779
4780 * gdb.arch/riscv-reg-aliases.exp: Handle targets without floating
4781 point hardware.
4782
35ee2dc2
AB
47832018-11-07 Andrew Burgess <andrew.burgess@embecosm.com>
4784
4785 * gdb.dwarf2/void-type.exp: Rename types, and make var_a an 'int'.
4786 * gdb.dwarf2/missing-type-name.exp: New file.
4787
31aceee8
TV
47882018-11-06 Tom de Vries <tdevries@suse.de>
4789
4790 * gdb.base/many-headers.c: New test.
4791 * gdb.base/many-headers.exp: New file.
4792
109be305
JW
47932018-11-06 Jim Wilson <jimw@sifive.com>
4794
4795 * gdb.base/code_elim.exp: For riscv, set additional_flags
4796 to include -msmall-data-limit=0.
4797
e2b7af72
JB
47982018-11-01 Joel Brobecker <brobecker@adacore.com>
4799
4800 * gdb.ada/watch_minus_l: New testcase.
4801
cdcda965
SM
48022018-11-01 Sangamesh Mallayya <sangamesh.swamy@in.ibm.com>
4803
4804 * gdb.arch/aix-sighandle.c: New file.
4805 * gdb.arch/aix-sighandle.exp: New file.
4806
92dcebf3
AB
48072018-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
4808
4809 * gdb.arch/riscv-reg-aliases.exp: Rewrite to take account of float
4810 registers being unions.
4811
68b9ac18
TV
48122018-10-31 Tom de Vries <tdevries@suse.de>
4813
4814 * lib/valgrind.exp: New file.
4815 (vgdb_start, vgdb_stop): New procs, factored out of ...
4816 * gdb.base/valgrind-bt.exp: ... here, ...
4817 * gdb.base/valgrind-disp-step.exp: ... here and ...
4818 * gdb.base/valgrind-infcall.exp: ... here.
4819
1443936e
TV
48202018-10-31 Tom de Vries <tdevries@suse.de>
4821
4822 * lib/gdb.exp (get_valueof): Don't output read value in test name.
4823
eb77c9df
AB
48242018-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
4825
4826 * gdb.dwarf2/void-type.c: New file.
4827 * gdb.dwarf2/void-type.exp: New file.
4828
82b5e646
PW
48292018-10-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4830
4831 * gdb.base/info_qt.c: New file.
4832 * gdb.base/info_qt.exp: New file.
4833
8d619c01
EBM
48342018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
4835
4836 * gdb.arch/powerpc-htm-regs.c: New file.
4837 * gdb.arch/powerpc-htm-regs.exp: New file.
4838
f2cf6173
EBM
48392018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
4840
4841 * gdb.arch/powerpc-tar.c: New file.
4842 * gdb.arch/powerpc-tar.exp: New file.
4843
7ca18ed6
EBM
48442018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
4845
4846 * gdb.arch/powerpc-ppr-dscr.c: New file.
4847 * gdb.arch/powerpc-ppr-dscr.exp: New file.
4848
bfcc0eba
TV
48492018-10-25 Tom de Vries <tdevries@suse.de>
4850
4851 * gdb.base/valgrind-db-attach.exp: Rewrite to use vgdb.
4852
fe1a5cad
TV
48532018-10-24 Tom de Vries <tdevries@suse.de>
4854
4855 * lib/gdb.exp (gdb_test_multiple): Log wait status on process no
4856 longer exists error.
4857
a76dc3b7
TV
48582018-10-24 Tom de Vries <tdevries@suse.de>
4859
4860 * gdb.base/catch-follow-exec.exp: Rewrite using gdb_test.
4861
4df46df7
TV
48622018-10-24 Tom de Vries <tdevries@suse.de>
4863
4864 * gdb.base/valgrind-db-attach.exp: Handle removed support for
4865 --db-attach in valgrind.
4866
0dbfcfff
AB
48672018-10-23 Andrew Burgess <andrew.burgess@embecosm.com>
4868
4869 * gdb.arch/riscv-reg-aliases.c: New file.
4870 * gdb.arch/riscv-reg-aliases.exp: New file.
4871
b04480b1
AH
48722018-10-19 Alan Hayward <alan.hayward@arm.com>
4873
4874 * gdb.python/py-cmd.exp: Check for gdb_prompt.
4875
2c6ac8d7
AH
48762018-10-19 Alan Hayward <alan.hayward@arm.com>
4877
4878 * gdb.base/vla-optimized-out.exp: Allow either optimized out or 6.
4879
2bc69f25
AH
48802018-10-19 Alan Hayward <alan.hayward@arm.com>
4881
4882 * gdb.cp/ovldbreak.exp: Fix regexps.
4883
1f1ae3a3
AH
48842018-10-19 Alan Hayward <alan.hayward@arm.com>
4885
4886 * gdb.compile/compile-cplus-print.exp: Start inferior earlier.
4887
94c18618
SDJ
48882018-10-18 Sergio Durigan Junior <sergiodj@redhat.com>
4889
4890 PR cli/23785
4891 * gdb.base/restore.exp: New test to check if "restore" with an
4892 invalid file doesn't segfault.
4893
812cd6eb
TV
48942018-10-18 Tom de Vries <tdevries@suse.de>
4895
4896 * gdb.ada/bp_inlined_func.exp: Fix capitalized test name.
4897 * gdb.ada/excep_handle.exp: Same.
4898 * gdb.ada/mi_string_access.exp: Same.
4899 * gdb.ada/mi_var_union.exp: Same.
4900 * gdb.arch/arc-analyze-prologue.exp: Same.
4901 * gdb.arch/arc-decode-insn.exp: Same.
4902 * gdb.base/readnever.exp: Same.
4903 * gdb.fortran/printing-types.exp: Same.
4904 * gdb.guile/scm-lazy-string.exp: Same.
4905
c4b90788
TV
49062018-10-16 Tom de Vries <tdevries@suse.de>
4907
4908 PR gdb/23730
4909 * gdb.base/catch-follow-exec.c: Add copyright notice.
4910 * gdb.base/catch-follow-exec.exp: Rewrite to use
4911 gdb_spawn_with_cmdline_opts. Require gdb-native.
4912
8bca2978
SL
49132018-10-12 Sandra Loosemore <sandra@codesourcery.com>
4914
4915 * gdb.trace/actions-changed.exp: Check for arch support.
4916 * gdb.trace/actions.exp: Likewise.
4917 * gdb.trace/ax.exp: Likewise.
4918 * gdb.trace/backtrace.exp: Likewise.
4919 * gdb.trace/change-loc.exp: Likewise.
4920 * gdb.trace/deltrace.exp: Likewise.
4921 * gdb.trace/ftrace-lock.exp: Check for shlib and arch support.
4922 * gdb.trace/ftrace.exp: Likewise.
4923 * gdb.trace/infotrace.exp: Check for arch support.
4924 * gdb.trace/mi-trace-frame-collected.exp: Likewise.
4925 * gdb.trace/mi-tracepoint-changed.exp: Likewise.
4926 * gdb.trace/mi-tsv-changed.exp: Likewise.
4927 * gdb.trace/packetlen.exp: Likewise.
4928 * gdb.trace/passc-dyn.exp: Likewise.
4929 * gdb.trace/passcount.exp: Likewise.
4930 * gdb.trace/pending.exp: Likewise.
4931 * gdb.trace/range-stepping.exp: Check for shlib support.
4932 * gdb.trace/report.exp: Check for arch support.
4933 * gdb.trace/save-trace.exp: Likewise.
4934 * gdb.trace/signal.exp: Check for signal support.
4935 * gdb.trace/tfind.exp: Check for arch support.
4936 * gdb.trace/trace-break.exp: Check for arch and shlib support.
4937 * gdb.trace/trace-common.h: Add comment.
4938 * gdb.trace/trace-condition.exp: Check for shlib and arch support.
4939 * gdb.trace/trace-enable-disable.exp: Likewise.
4940 * gdb.trace/trace-mt.exp: Likewise. Remove redundant untested call.
4941 * gdb.trace/tracecmd.exp: Check for arch support.
4942 * gdb.trace/tspeed.exp: Check for shlib and target support.
4943 * gdb.trace/tstatus.exp: Check for arch support.
4944 * gdb.trace/tsv.exp: Likewise.
4945 * gdb.trace/while-dyn.exp: Likewise.
4946 * gdb.trace/while-stepping.exp: Likewise.
4947 * lib/trace-support.exp (gdb_trace_common_supports_arch): New.
4948
f9c49bff
SM
49492018-10-12 Simon Marchi <simon.marchi@ericsson.com>
4950
4951 * gdb.trace/tspeed.exp: Remove nowarnings.
4952 (prepare_for_trace_test): Declare "global ipalib".
4953 * gdb.trace/tspeed.c: Include unistd.h.
4954 (main): Remove superfluous printf argument.
4955
d4330bde
SL
49562018-10-11 Sandra Loosemore <sandra@codesourcery.com>
4957
4958 * gdb.base/solib-vanish.exp: Fix regexp not to require a POSIX
4959 directory prefix on the filename.
4960
8ecfd7bd
SDJ
49612018-10-10 Sergio Durigan Junior <sergiodj@redhat.com>
4962
4963 * gdb.gdb/unittest.exp: Update expected message informing that
4964 selftests have been disabled.
4965 * gdb.server/unittest.exp: Likewise.
4966
58bbcd02
TV
49672018-10-09 Tom de Vries <tdevries@suse.de>
4968
4969 * lib/gdb.exp (target_supports_scheduler_locking): Replace gdb_start_cmd
4970 with runto_main.
4971
9f6b697b
WP
49722018-10-08 Weimin Pan <weimin.pan@oracle.com>
4973
4974 PR c++/16841
4975 * gdb.cp/virtbase2.cc: New file.
4976 * gdb.cp/virtbase2.exp: New file.
4977
add5ded5
TT
49782018-10-06 Tom Tromey <tom@tromey.com>
4979
4980 PR python/19399:
4981 * gdb.python/py-inferior.exp: Add architecture test.
4982
f9e48344
TT
49832018-10-06 Tom Tromey <tom@tromey.com>
4984
4985 * gdb.base/gnu-ifunc.exp (build): Use standard_output_file.
4986 * gdb.trace/unavailable-dwarf-piece.exp: Use standard_output_file.
4987
2a8be203
TT
49882018-10-06 Tom Tromey <tom@tromey.com>
4989
4990 * gdb.python/py-breakpoint.exp (check_last_event): Check location
4991 of a "throw" catchpoint.
4992
e04caa70
SDJ
49932018-10-06 Sergio Durigan Junior <sergiodj@redhat.com>
4994
4995 * gdb.base/info-proc.exp: Update string expected from "help info
4996 proc".
4997
5ca8c39f
TT
49982018-10-04 Tom Tromey <tom@tromey.com>
4999
5000 * gdb.cp/maint.exp (test_invalid_name): Update expected output.
5001 * gdb.gdb/complaints.exp (test_short_complaints): Remove.
5002 (test_initial_complaints, test_empty_complaints): Update.
5003 * gdb.dwarf2/dw2-stack-boundary.exp: Update.
5004
3453e7e4
TT
50052018-10-04 Tom Tromey <tom@tromey.com>
5006
5007 PR cli/19551:
5008 * lib/mi-support.exp (mi_gdb_file_cmd): Update.
5009 * lib/gdb.exp (gdb_file_cmd): Update.
5010 * gdb.stabs/weird.exp (print_weird_var): Update.
5011 * gdb.server/solib-list.exp: Update.
5012 * gdb.multi/remove-inferiors.exp (test_remove_inferiors): Update.
5013 * gdb.mi/mi-cli.exp: Update.
5014 * gdb.linespec/linespec.exp: Update.
5015 * gdb.dwarf2/dw2-stack-boundary.exp: Update.
5016 * gdb.dwarf2/dw2-objfile-overlap.exp: Update.
5017 * gdb.cp/cp-relocate.exp: Update.
5018 * gdb.base/sym-file.exp: Update.
5019 * gdb.base/relocate.exp: Update.
5020 * gdb.base/readnever.exp: Update.
5021 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
5022 * gdb.base/kill-detach-inferiors-cmd.exp: Update.
5023 * gdb.base/dbx.exp (gdb_file_cmd): Update.
5024 * gdb.base/code_elim.exp: Update.
5025 * gdb.base/break-unload-file.exp (test_break): Update.
5026 * gdb.base/break-interp.exp (test_attach_gdb): Update.
5027 * gdb.base/break-idempotent.exp (force_breakpoint_re_set):
5028 Update.
5029 * gdb.base/attach.exp (do_attach_tests): Update.
5030 * gdb.base/sepdebug.exp: Update.
5031 * gdb.python/py-section-script.exp: Update.
5032
6afcf761
TT
50332018-10-04 Tom Tromey <tom@tromey.com>
5034
5035 PR cli/22234:
5036 * gdb.dwarf2/dw2-stack-boundary.exp: Update expected output.
5037 * gdb.gdb/complaints.exp (test_short_complaints): Update expected
5038 output.
5039
fef1b293
TT
50402018-10-04 Tom Tromey <tom@tromey.com>
5041
5042 * gdb.base/attach.exp (test_command_line_attach_run): Use -quiet;
5043 set width and height to 0.
5044 (test_command_line_attach_run): Use -quiet.
5045
ca98345e
SL
50462018-10-03 Sandra Loosemore <sandra@codesourcery.com>
5047
5048 * lib/gdb.exp (skip_ifunc_tests): New.
5049 * gdb.base/gnu-ifunc.exp: Skip if no ifunc support. Handle
5050 other compile failures.
5051 * gdb.compile/compile-ifunc.exp: Skip if no ifunc support.
5052
ff34e6ae
SM
50532018-10-01 Simon Marchi <simon.marchi@ericsson.com>
5054
5055 * gdb.arch/i386-avx512.exp: Fix setting of nr_regs based on
5056 is_amd64_regs_target.
5057
6bb8890e
AH
50582018-10-01 Alan Hayward <alan.hayward@arm.com>
5059
5060 * gdb.arch/aarch64-sighandler-regs.c: New test.
5061 * gdb.arch/aarch64-sighandler-regs.exp: New file.
5062 * lib/gdb.exp (skip_aarch64_sve_tests): New proc.
5063
224d30d3
MM
50642018-10-01 Markus Metzger <markus.t.metzger@intel.com>
5065
5066 * lib/gdb.exp (is_amd64_regs_target): Change assembly to C inline
5067 assembly.
5068
f67ffa6a
AB
50692018-09-28 Andrew Burgess <andrew.burgess@embecosm.com>
5070
5071 * gdb.base/frame-selection.exp: New file.
5072 * gdb.base/frame-selection.c: New file.
5073
9fc3183f
AH
50742018-09-27 Alan Hayward <alan.hayward@arm.com>
5075
5076 * gdb.threads/check-libthread-db.c (thread_routine): Use a
5077 pthread barrier.
5078 (main): Likewise.
5079
d354055e
AB
50802018-09-26 Andrew Burgess <andrew.burgess@embecosm.com>
5081
5082 * gdb.base/large-frame-1.c: New file.
5083 * gdb.base/large-frame-2.c: New file.
5084 * gdb.base/large-frame.exp: New file.
5085 * gdb.base/large-frame.h: New file.
5086
db727370
JL
50872018-09-24 Jozef Lawrynowicz <jozef.l@mittosystems.com>
5088
5089 PR gdb/20948
5090 * gdb.base/write_mem.exp: New test.
5091 * gdb.base/write_mem.c: Likewise.
5092
ae778caf
TT
50932018-09-23 Tom Tromey <tom@tromey.com>
5094
5095 PR python/18852:
5096 * gdb.python/py-parameter.exp: Add test for parameter that throws
5097 on "set".
5098
fd3ba736
TT
50992018-09-23 Tom Tromey <tom@tromey.com>
5100
5101 PR python/17284:
5102 * gdb.python/py-template.exp (test_template_arg): Add test for
5103 negative template argument number.
5104
39a24317
TT
51052018-09-23 Tom Tromey <tom@tromey.com>
5106
5107 PR python/14062:
5108 * gdb.python/python.exp: Add test for post_event error.
5109
f5769a2c
TT
51102018-09-23 Tom Tromey <tom@tromey.com>
5111
5112 PR python/18170:
5113 * gdb.python/py-value.exp (test_value_numeric_ops): Add tests to
5114 convert pointers to int and long.
5115
1c1e54f6
TT
51162018-09-23 Tom Tromey <tom@tromey.com>
5117
5118 PR python/20126:
5119 * gdb.python/py-value.exp (test_value_numeric_ops): Add
5120 signed-ness conversion tests.
5121
fb4fa946
TT
51222018-09-23 Tom Tromey <tom@tromey.com>
5123
5124 PR python/18352;
5125 * gdb.python/py-value.exp (test_float_conversion): New proc.
5126 Use it.
5127
a466edac
HAQ
51282018-09-20 Hafiz Abid Qadeer <abidh@codesourcery.com>
5129
5130 gdb.base/reggroups.exp (fetch_reggroups): Add '_' in match pattern.
5131
4ee9b0c5
SL
51322018-09-18 Sandra Loosemore <sandra@codesourcery.com>
5133
5134 * gdb.base/complete-empty.exp: Skip tab-completion tests if
5135 no readline.
5136 * gdb.base/utf8-identifiers.exp: Likewise.
5137 * gdb.cp/cpcompletion.exp: Likewise.
5138 * gdb.linespec/cpcompletion.exp: Likewise.
5139 * gdb.linespec/cpls-abi-tag.exp: Likewise.
5140 * gdb.linespec/cpls-ops.exp: Likewise.
5141
23be8da7
RB
51422018-09-19 Richard Bunt <richard.bunt@arm.com>
5143 Chris January <chris.january@arm.com>
5144
5145 * gdb.cp/koenig.exp: Extend to test logical short circuiting.
5146 * gdb.fortran/short-circuit-argument-list.exp: New file.
5147 * gdb.fortran/short-circuit-argument-list.f90: New test.
5148
5031d0ae
SDJ
51492018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
5150
5151 * gdb.arch/amd64-invalid-stack-top.exp: Expect optional
5152 "arch=" keyword when executing "-stack-list-frames".
5153
b4c0d1a4
SDJ
51542018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
5155
5156 * gdb.arch/amd64-invalid-stack-middle.exp: Expect optional
5157 "arch=" keyword when executing "-stack-list-frames".
5158
7a6d2b45
SDJ
51592018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
5160
5161 * gdb.ada/complete.exp: Expect for "@" when doing "complete
5162 break ada".
5163
8588b356
SM
51642018-09-17 Simon Marchi <simon.marchi@polymtl.ca>
5165
5166 PR python/23669
5167 * gdb.python/python.exp: Test gdb.execute("show commands").
5168
65e65158
TT
51692018-09-16 Tom Tromey <tom@tromey.com>
5170
5171 * gdb.base/new-ui.exp (do_execution_tests): Update.
5172 * gdb.base/dbx.exp (test_breakpoints): Update.
5173
bf326452
AH
51742018-09-14 Alan Hayward <alan.hayward@arm.com>
5175
5176 * lib/gdb.exp (gdb_simple_compile): Add proc.
5177 (is_elf_target): Use gdb_simple_compile.
5178 (skip_altivec_tests): Likewise.
5179 (skip_vsx_tests): Likewise.
5180 (skip_tsx_tests): Likewise.
5181 (skip_btrace_tests): Likewise.
5182 (skip_btrace_pt_tests): Likewise.
5183 (gdb_can_simple_compile): Likewise.
5184 (gdb_has_argv0): Likewise.
5185 (gdb_target_symbol_prefix): Likewise.
5186 (target_supports_scheduler_locking): Likewise.
5187
2361b0fb
TT
51882018-09-13 Tom Tromey <tom@tromey.com>
5189
5190 * Makefile.in (TAGS): Recognize proc_with_prefix and
5191 gdb_caching_proc.
5192
0ae1a321
SM
51932018-09-13 Simon Marchi <simon.marchi@ericsson.com>
5194
5195 * gdb.python/py-progspace.exp: Test the Progspace.objfiles
5196 method.
5197
a40bf0c2
SM
51982018-09-13 Simon Marchi <simon.marchi@ericsson.com>
5199
5200 * gdb.python/py-inferior.exp: Add tests for Inferior.progspace
5201 and a few other Inferior properties when the Inferior is no
5202 longer valid.
5203
4a3fe98f
TT
52042018-09-13 Tom Tromey <tom@tromey.com>
5205
5206 PR rust/23650:
5207 * gdb.rust/simple.exp: Add test for enum field access error.
5208
098b2108
TT
52092018-09-13 Tom Tromey <tom@tromey.com>
5210
5211 PR rust/23626:
5212 * gdb.rust/simple.rs (EmptyEnum): New type.
5213 (main): Use it.
5214 * gdb.rust/simple.exp (test_one_slice): Add empty enum test.
5215
1256af7d
SM
52162018-09-13 Simon Marchi <simon.marchi@ericsson.com>
5217
5218 * gdb.python/py-inferior.exp: Test repr() of gdb.Inferior.
5219 * gdb.python/py-objfile.exp: Test repr() of gdb.Objfile.
5220 * gdb.python/py-symtab.exp: Update test printing an objfile.
5221
4aa8e6c2
SM
52222018-09-12 Simon Marchi <simon.marchi@ericsson.com>
5223
5224 * gdb.python/py-inferior.exp: Test using an invalid gdb.Inferior
5225 object.
5226
c221b2f7
AH
52272018-09-12 Alan Hayward <alan.hayward@arm.com>
5228
5229 * lib/gdb.exp (gdb_can_simple_compile): Add proc.
5230 (support_complex_tests): Use gdb_can_simple_compile.
5231 (is_ilp32_target): Likewise.
5232 (is_lp64_target): Likewise.
5233 (is_64_target): Likewise.
5234 (is_amd64_regs_target): Likewise.
5235 (is_aarch32_target): Likewise.
5236 (gdb_int128_helper): Likewise.
5237
6f1107b5
JK
52382018-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
5239
5240 * Makefile.in (check-parallel-racy): Fix dg-extract-results.sh path.
5241
1f5d1570
JG
52422018-09-10 Jerome Guitton <guitton@adacore.com>
5243
5244 * gdb.ada/same_component_name: Add test for case of tagged record
5245 with variable-length fields.
5246
cc330e39
XR
52472018-09-10 Xavier Roirand <roirand@adacore.com>
5248
5249 * gdb.ada/access_to_unbounded_array.exp: New testcase.
5250 * gdb.ada/access_to_unbounded_array/foo.adb: New file.
5251 * gdb.ada/access_to_unbounded_array/pack.adb: New file.
5252 * gdb.ada/access_to_unbounded_array/pack.ads: New file.
5253
b9c50e9a
XR
52542018-09-10 Xavier Roirand <roirand@adacore.com>
5255
5256 * gdb.ada/mi_string_access.exp: New testcase.
5257 * gdb.ada/mi_string_access/bar.adb: New file.
5258 * gdb.ada/mi_string_access/pck.adb: New file.
5259 * gdb.ada/mi_string_access/pck.asd: New file.
5260
2963898f
XR
52612018-09-10 Xavier Roirand <roirand@adacore.com>
5262
5263 * gdb.ada/mi_var_union.exp: New testcase.
5264 * gdb.ada/mi_var_union/bar.adb: New file.
5265 * gdb.ada/mi_var_union/pck.adb: New file.
5266 * gdb.ada/mi_var_union/pck.asd: New file.
5267
1aac008f
TT
52682018-09-08 Tom Tromey <tom@tromey.com>
5269
5270 * gdb.python/py-prettyprint.exp: Use with_test_prefix.
5271
332cf4c9
TT
52722018-09-08 Tom Tromey <tom@tromey.com>
5273
5274 PR python/16047:
5275 * gdb.python/py-prettyprint.py (pp_int_typedef3): New class.
5276 (register_pretty_printers): Register new printer.
5277 * gdb.python/py-prettyprint.exp (run_lang_tests): Add int_type3
5278 test.
5279 * gdb.python/py-prettyprint.c (int_type3): New typedef.
5280 (an_int_type3): New global.
5281
424da6cf
JB
52822018-09-08 Joel Brobecker <brobecker@adacore.com>
5283
5284 * gdb.ada/expr_with_funcall: New testcase.
5285
2a62dfa9
JB
52862018-09-08 Joel Brobecker <brobecker@adacore.com>
5287
5288 * gdb.ada/packed_array_assign: New testcase.
5289
96b6697f
AB
52902018-09-07 Andrew Burgess <andrew.burgess@embecosm.com>
5291
5292 * gdb.base/watchpoint.exp (test_complex_watchpoint): Extend test
5293 names, and add test prefixes to make test names unique.
5294
e4a62c65
TV
52952018-09-05 Tom de Vries <tdevries@suse.de>
5296
5297 * gdb.dwarf2/varval.exp: Add test.
5298
dd083ee2
GB
52992018-09-04 Gary Benson <gbenson@redhat.com>
5300
5301 * gdb.base/batch-exit-status.exp: Use gdb_test_multiple and expect
5302 'eof' before 'wait -i'. Use remote_close and clear_gdb_spawn_id.
5303
aef9346c
TT
53042018-08-31 Tom Tromey <tom@tromey.com>
5305
5306 * gdb.rust/simple.rs: Rename second variable "v".
5307
c67f2e15
AB
53082018-08-30 Andrew Burgess <andrew.burgess@embecosm.com>
5309
5310 * gdb.base/funcargs.c (use_a): New function.
5311 (recurse): Call use_a.
5312
078a0207
KS
53132018-08-29 Keith Seitz <keiths@redhat.com>
5314
5315 * gdb.compile/compile-cplus-anonymous.cc: New file.
5316 * gdb.compile/compile-cplus-anonymous.exp: New file.
5317 * gdb.compile/compile-cplus-array-decay.cc: New file.
5318 * gdb.compile/compile-cplus-array-decay.exp: New file.
5319 * gdb.compile/compile-cplus-inherit.cc: New file.
5320 * gdb.compile/compile-cplus-inherit.exp: New file.
5321 * gdb.compile/compile-cplus-member.cc: New file.
5322 * gdb.compile/compile-cplus-member.exp: New file.
5323 * gdb.compile/compile-cplus-method.cc: New file.
5324 * gdb.compile/compile-cplus-method.exp: New file.
5325 * gdb.compile/compile-cplus-mod.c: "New" file.
5326 * gdb.compile/compile-cplus-namespace.cc: New file.
5327 * gdb.compile/compile-cplus-namespace.exp: New file.
5328 * gdb.compile/compile-cplus-nested.cc: New file.
5329 * gdb.compile/compile-cplus-nested.exp: New file.
5330 * gdb.compile/compile-cplus-print.c: "New" file.
5331 * gdb.compile/compile-cplus-print.exp: "New" file.
5332 * gdb.compile/compile-cplus-virtual.cc: New file.
5333 * gdb.compile/compile-cplus-virtual.exp: New file.
5334 * gdb.compile/compile-cplus.c: "New" file.
5335 * gdb.compile/compile-cplus.exp: "New" file.
5336 * lib/compile-support.exp: New file.
5337
b0f492b9
GB
53382018-08-16 Gary Benson <gbenson@redhat.com>
5339
5340 PR gdb/13000:
5341 * gdb.base/batch-exit-status.exp: New file.
5342 * gdb.base/batch-exit-status.good-commands: Likewise.
5343 * gdb.base/batch-exit-status.bad-commands: Likewise.
5344
36eb4c5f
AH
53452018-08-29 Alan Hayward <alan.hayward@arm.com>
5346
5347 * gdb.base/infcall-nested-structs.c (struct struct01): Remove.
5348 (struct struct02): Likewise.
5349 (struct struct03): Likewise.
5350 (struct struct04): Likewise.
5351 (struct struct_01_01): New struct.
5352 (struct struct_01_02): Likewise.
5353 (struct struct_01_03): Likewise.
5354 (struct struct_01_04): Likewise.
5355 (struct struct_02_01): Likewise.
5356 (struct struct_02_02): Likewise.
5357 (struct struct_02_03): Likewise.
5358 (struct struct_02_04): Likewise.
5359 (struct struct_04_01): Likewise.
5360 (struct struct_04_02): Likewise.
5361 (struct struct_04_03): Likewise.
5362 (struct struct_04_04): Likewise.
5363 (struct struct_05_01): Likewise.
5364 (struct struct_05_02): Likewise.
5365 (struct struct_05_03): Likewise.
5366 (struct struct_05_04): Likewise.
5367 (cmp_struct01): Remove function.
5368 (cmp_struct02): Likewise.
5369 (cmp_struct03): Likewise.
5370 (cmp_struct04): Likewise.
5371 (cmp_struct_01_01): Add Function.
5372 (cmp_struct_01_02): Likewise.
5373 (cmp_struct_01_03): Likewise.
5374 (cmp_struct_01_04): Likewise.
5375 (cmp_struct_02_01): Likewise.
5376 (cmp_struct_02_02): Likewise.
5377 (cmp_struct_02_03): Likewise.
5378 (cmp_struct_02_04): Likewise.
5379 (cmp_struct_04_01): Likewise.
5380 (cmp_struct_04_02): Likewise.
5381 (cmp_struct_04_03): Likewise.
5382 (cmp_struct_04_04): Likewise.
5383 (cmp_struct_05_01): Likewise.
5384 (cmp_struct_05_02): Likewise.
5385 (cmp_struct_05_03): Likewise.
5386 (cmp_struct_05_04): Likewise.
5387 (call_all): Add new structs.
5388 * gdb.base/infcall-nested-structs.exp: Likewise.
5389
3bf9c013
JV
53902018-08-27 Jan Vrany <jan.vrany@fit.cvut.cz>
5391
5392 * gdb.python/py-framefilter-mi.exp: Update regexp to
5393 check for "arch" field in frame output.
5394
450d1e88
KB
53952018-08-23 Kevin Buettner <kevinb@redhat.com>
5396
5397 * gdb.dwarf2/dw2-ranges-func.c: New file.
5398 * gdb.dwarf2/dw2-ranges-func.exp: New file.
5399
ae739fe7
SM
54002018-08-22 Simon Marchi <simon.marchi@polymtl.ca>
5401
5402 * gdb.base/term.exp: Compare terminal settings with values from
5403 the inferior.
5404 * gdb.base/term.c: Get and set terminal settings.
5405
6d52907e
JV
54062018-08-22 Jan Vrany <jan.vrany@fit.cvut.cz>
5407
5408 * lib/mi-support.exp (mi_expect_stop): Update regexp to
5409 accommodate new "arch" field in frame output.
5410 * gdb.mi/mi-return.exp: Likewise.
5411 * gdb.mi/mi-stack.exp: Likewise.
5412 * gdb.mi/mi-syn-frame.exp: Likewise.
5413 * gdb.mi/user-selected-context-sync.exp: Likewise.
5414
be2d111a
MS
54152018-08-19 Michael Spang <spang@google.com>
5416
5417 PR gdb/11786
5418 * gdb.base/gcore-tls-pie.c: New file.
5419 * gdb.base/gcore-tls-pie.exp: New file.
5420
ae3a7c47
KB
54212018-08-18 Kevin Buettner <kevinb@redhat.com>
5422
5423 * lib/dwarf.exp: Add support for DW_OP_GNU_variable_value.
7d140d1a
KB
5424 * gdb.dwarf2/varval.c: New file.
5425 * gdb.dwarf2/varval.exp: New file.
ae3a7c47 5426
2ecae92e
AH
54272018-08-17 Alan Hayward <alan.hayward@arm.com>
5428
5429 PR gdb/18931
5430 * gdb.arch/aarch64-fp.c (main): Fix asm registers.
5431
c1854f1d
KS
54322018-08-16 Keith Seitz <keiths@redhat.com>
5433
5434 * gdb.compile/compile.exp: Use gdb_test_no_output for "compile code"
5435 tests expected to pass.
5436
26fb3983
JV
54372018-08-14 Jan Vrany <jan.vrany@fit.cvut.cz>
5438
5439 * gdb.mi/mi-disassemble.exp (test_disassembly_only): Add tests for
5440 -data-disassemble -a.
5441 (test_disassembly_bogus_args): Likewise.
5442
67943c00
AB
54432018-08-14 Andrew Burgess <andrew.burgess@embecosm.com>
5444
5445 * gdb.mi/list-thread-groups-available.exp: Update test regexp.
5446
5ff2bbae
AB
54472018-08-09 Andrew Burgess <andrew.burgess@embecosm.com>
5448
5449 * gdb.base/vla-optimized-out.exp: Add new test.
5450
e5bbcd0f
AB
54512018-08-09 Andrew Burgess <andrew.burgess@embecosm.com>
5452
5453 * gdb.base/vla-optimized-out-o3.exp: Delete.
5454 * gdb.base/vla-optimized-out-o3-strict.exp: Delete.
5455 * gdb.base/vla-optimized-out.exp: Extend to cover all of the
5456 deleted tests.
5457
9d4a934c
AB
54582018-08-08 Andrew Burgess <andrew.burgess@embecosm.com>
5459
5460 PR gdb/18050:
5461 * gdb.server/extended-remote-restart.c: New file.
5462 * gdb.server/extended-remote-restart.exp: New file.
5463
045cf012
SM
54642018-08-07 Simon Marchi <simon.marchi@polymtl.ca>
5465
5466 * gdb.fortran/nested-funcs.exp: Replace "set index = 42" with
5467 "set variable index = 42".
5468
87d6a7aa
SM
54692018-08-07 Simon Marchi <simon.marchi@ericsson.com>
5470
5471 * boards/index-cache-gdb.exp: New file.
5472 * gdb.dwarf2/index-cache.exp: New file.
5473 * gdb.dwarf2/index-cache.c: New file.
5474 * gdb.base/maint.exp: Check if we are using the index cache.
5475
96d68bd4
RO
54762018-08-07 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
5477
5478 * Makefile.in (saw_dash_j): Allow for GNU make 4.2+ passing -jN in
5479 MAKEFLAGS.
5480
5a699617
RO
54812018-08-06 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
5482
5483 * dg-extract-results.sh: Move to toplevel contrib.
5484 * Makefile.in (check-parallel): Reflect dg-extract-results.sh move.
5485 * Makefile.in (check-parallel-racy): Likewise.
5486
5bd18990
AB
54872018-08-06 Andrew Burgess <andrew.burgess@embecosm.com>
5488
5489 * lib/gdb.exp (target_supports_scheduler_locking): New proc.
5490 * gdb.mi/mi-cmd-param-changed.exp: Only run scheduler locking
5491 tests if the target supports scheduler locking.
5492
3fbbcf47
TV
54932018-08-04 Tom de Vries <tdevries@suse.de>
5494
5495 * gdb.python/py-rbreak.exp: Fix rbreak regexp.
5496
3e1d3d8c
TT
54972018-08-02 Tom Tromey <tom@tromey.com>
5498
5499 PR symtab/16842.
5500 * gdb.cp/temargs.exp: Test "info address" of a template
5501 parameter.
5502
5abe0f0c
JV
55032018-07-31 Jan Vrany <jan.vrany@fit.cvut.cz>
5504
5505 * gdb.python/py-mi-var-info-path-expression.c: New file.
5506 * gdb.python/py-mi-var-info-path-expression.py: New file.
5507 * gdb.python/py-mi-var-info-path-expression.exp: New file.
5508
fb66cde8
SDJ
55092018-07-30 Sergio Durigan Junior <sergiodj@redhat.com>
5510
5511 * lib/gdbserver-support.exp (gdbserver_start): Match any kind of
5512 error after "cannot resolve name" string.
5513
c708f4d2
AB
55142018-07-28 Andrew Burgess <andrew.burgess@embecosm.com>
5515
5516 * gdb.trace/tspeed.exp: Only call gdb_load_shlib after gdb has
5517 started.
5518 * lib/gdb.exp (gdb_load_shlib): Call perror if GDB is not running.
5519
37cc0cae
TV
55202018-07-28 Tom de Vries <tdevries@suse.de>
5521
5522 * gdb.base/vla-optimized-out-o3-strict.exp: New file.
5523
63b4ecf7
TV
55242018-07-26 Tom de Vries <tdevries@suse.de>
5525
5526 * gdb.base/vla-optimized-out.c: Add comment about origin of test-case.
5527
3c3bb058
AB
55282018-07-26 Andrew Burgess <andrew.burgess@embecosm.com>
5529
5530 * gdb.base/maint.exp: Add check that dwarf unwinders control flag
5531 is visible.
5532
9e7f3bbb
TV
55332018-07-26 Tom de Vries <tdevries@suse.de>
5534
5535 PR breakpoints/23366
5536 * gdb.base/catch-follow-exec.c: New test.
5537 * gdb.base/catch-follow-exec.exp: New file.
5538
16f808ec
TV
55392018-07-25 Tom de Vries <tdevries@suse.de>
5540
5541 * gdb.base/vla-optimized-out-o3.exp: New file. Reuse
5542 vla-optimized-out.c.
5543
d7154a8d
JV
55442018-07-25 Jan Vrany <jan.vrany@fit.cvut.cz>
5545
5546 * gdb.mi/mi-breakpoint-location-ena-dis.cc: New file.
5547 * gdb.mi/mi-breakpoint-location-ena-dis.exp: New file.
5548
232a0032
TV
55492018-07-20 Tom de Vries <tdevries@suse.de>
5550
5551 * gdb.base/vla-optimized-out.c: Make noclone attribute conditional on
5552 NOCLONE macro.
5553 * gdb.base/vla-optimized-out.exp: Use additional_flags -DNOCLONE.
5554
fbb1d502
TV
55552018-07-19 Tom de Vries <tdevries@suse.de>
5556
5557 * gdb.mi/list-thread-groups-available.exp (cores_re): Fix quoting in
5558 regular expression.
5559
42dc7699
TV
55602018-07-18 Tom de Vries <tdevries@suse.de>
5561
5562 * gdb.base/vla-optimized-out.c: New test.
5563 * gdb.base/vla-optimized-out.exp: New file.
5564
7f1f7e23
SDJ
55652018-07-13 Sergio Durigan Junior <sergiodj@redhat.com>
5566
5567 * lib/gdbserver-support.exp (gdbserver_start): Expect for the
5568 message "No address associated with hostname" when gdbserver
5569 cannot resolve the hostname.
5570
5759ebb3
PW
55712018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5572
5573 * gdb.threads/pthreads.exp: Test qcs FLAG arguments.
5574 Add some test prefixes to make tests unique.
5575
3606ccab
PW
55762018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5577
5578 * gdb.base/frameapply.c: New file.
5579 * gdb.base/frameapply.exp: New file.
5580
529c08b2
PW
55812018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5582
5583 * gdb.base/skip.exp: Update expected error message.
5584
c7ab0aef
SDJ
55852018-07-11 Sergio Durigan Junior <sergiodj@redhat.com>
5586 Jan Kratochvil <jan.kratochvil@redhat.com>
5587 Paul Fertser <fercerpav@gmail.com>
5588 Tsutomu Seki <sekiriki@gmail.com>
5589
5590 * README (Testsuite Parameters): Mention new 'GDB_TEST_SOCKETHOST'
5591 parameter.
5592 * boards/native-extended-gdbserver.exp: Do not set 'sockethost'
5593 by default.
5594 * boards/native-gdbserver.exp: Likewise.
5595 * gdb.server/run-without-local-binary.exp: Improve regexp used
5596 for detecting when a remote debugging connection succeeds.
5597 * gdb.server/server-connect.exp: New file.
5598 * lib/gdbserver-support.exp (gdbserver_default_get_comm_port):
5599 Do not prefix the port number with ":".
5600 (gdbserver_start): New global GDB_TEST_SOCKETHOST. Implement
5601 support for detecting and using it. Add '$debughost_gdbserver'
5602 to the list of arguments used to start gdbserver. Handle case
5603 when gdbserver cannot resolve a network name.
5604
16ff70dd
SDJ
56052018-07-11 Sergio Durigan Junior <sergiodj@redhat.com>
5606
5607 PR c++/23373
5608 * gdb.base/ptype-offsets.cc (struct static_member): New
5609 struct.
5610 (main) <stmember>: New variable.
5611 * gdb.base/ptype-offsets.exp: Add test for printing a struct
5612 with a static member in it.
5613
3541979f
AB
56142018-07-10 Andrew Burgess <andrew.burgess@embecosm.com>
5615
5616 * gdb.base/watchpoint-reuse-slot.exp: Test with hardware
5617 watchpoints enabled and disabled.
5618
c8ad9b9a
AB
56192018-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
5620
5621 * gdb.base/examine-backward.exp: Still run tests around address
5622 0x0, even if address 0x0 is not readable. Update the pattern for
5623 matching address 0x0 in expected output.
5624
e0e5e971
AB
56252018-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
5626
5627 * gdb.base/share-env-with-gdbserver.c (main): Add call to
5628 malloc/free.
5629
1ea5da02
TV
56302018-07-04 Tom de Vries <tdevries@suse.de>
5631
5632 * gdb.dwarf2/dw2-error.exp: Update expected error message.
5633
471b9d15
MR
56342018-07-02 Maciej W. Rozycki <macro@mips.com>
5635
5636 PR tdep/8282
5637 * gdb.arch/mips-disassembler-options.exp: New test.
5638 * gdb.arch/mips-disassembler-options.s: New test source.
5639
75acb486
PA
56402018-06-29 Pedro Alves <palves@redhat.com>
5641
5642 * gdb.threads/names.exp: Adjust expected "info threads" output.
5643
cd2bb709
PA
56442018-06-29 Pedro Alves <palves@redhat.com>
5645
5646 * gdb.opt/inline-break.exp (line number, address): Add "info
5647 break" tests.
5648
991ff292
PA
56492018-06-29 Pedro Alves <palves@redhat.com>
5650
5651 * gdb.opt/inline-break.c (func1): Add "break here" marker.
5652 * gdb.opt/inline-break.exp: Test setting breakpoints by line
5653 number and address and running to them.
5654
356819b6 56552018-06-29 Richard Bunt <richard.bunt@arm.com>
49af4b70
RB
5656
5657 * gdb.base/watchpoint-hw-attach.exp: Remove unstable output.
5658
2512d7ef
JK
56592018-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
5660
5661 * lib/compiler.c: Remove executable permission flag.
5662
be1b6474
RB
56632018-06-28 Richard Bunt <richard.bunt@arm.com>
5664
5665 * gdb.base/watchpoint-hw-attach.c (main): Remove unneeded
5666 code.
5667 * gdb.base/watchpoint-hw-attach.exp: Break in outermost frame.
5668
291f9a96
PT
56692018-06-28 Petr Tesarik <ptesarik@suse.cz>
5670
5671 * gdb.base/relocate.exp: Add test for "add-symbol-file -o ".
5672
ed6dfe51
PT
56732018-06-28 Petr Tesarik <ptesarik@suse.cz>
5674
5675 * gdb.base/relocate.exp: Test add-symbol-file behavior when the
5676 address argument is omitted.
5677
d4d429d5
PT
56782018-06-28 Petr Tesarik <ptesarik@suse.cz>
5679
5680 * gdb.base/relocate.exp: Add test for "symbol-file -o ".
5681
7ab6656f
OJ
56822018-06-27 Omair Javaid <omair.javaid@linaro.org>
5683
5684 PR gdb/21695
5685 * gdb.base/infoline-reloc-main-from-zero.exp: New test.
5686 * gdb.base/infoline-reloc-main-from-zero.c: New file.
5687
a33ccfc7
TT
56882018-06-26 Tom Tromey <tom@tromey.com>
5689
5690 PR rust/22574:
5691 * gdb.rust/simple.exp (test_one_slice): Add ptype/o tests.
5692 * gdb.rust/simple.rs (struct SimpleLayout): New.
5693
6d72d289
SM
56942018-06-22 Simon Marchi <simon.marchi@ericsson.com>
5695
5696 * gdb.base/jit-reader.exp (jit_reader_test): Expect spaces in
5697 "info registers" output.
5698
8363f9d5
RB
56992018-06-21 Richard Bunt <richard.bunt@arm.com>
5700
5701 * gdb.base/watchpoint-hw-attach.c: New test.
5702 * gdb.base/watchpoint-hw-attach.exp: New file.
5703
f00674fe
SM
57042018-06-20 Simon Marchi <simon.marchi@ericsson.com>
5705
5706 * boards/cc-with-tweaks.exp: Don't call cc-with-tweaks.sh
5707 through /bin/sh.
5708 * boards/dwarf4-gdb-index.exp: Likewise.
5709 * boards/fission-dwp.exp: Likewise.
5710
1d554008
UW
57112018-06-20 Ulrich Weigand <uweigand@de.ibm.com>
5712
5713 * gdb.base/float128.exp: Add comment and improved fail message
5714 to the failure case of "print large128" test.
5715
d0ac1c44
SM
57162018-06-19 Simon Marchi <simon.marchi@ericsson.com>
5717
5718 * configure.ac: Remove AC_PREREQ.
5719 * configure: Re-generate.
5720
61b04dd0
PA
57212018-06-19 Pedro Alves <palves@redhat.com>
5722
5723 * gdb.opt/inline-break.c (func_inline_callee, func_inline_caller)
5724 (func_extern_caller): New.
5725 (main): Call func_extern_caller.
5726 * gdb.opt/inline-break.exp: Add tests for inline frame skipping
5727 logic change.
5728
f63b508a
SM
57292018-06-18 Weimin Pan <weimin.pan@oracle.com>
5730
5731 PR gdb/16841
5732 * gdb.cp/typedef-base.cc: New file.
5733 * gdb.cp/typedef-base.exp: New file.
5734
0fe3a558
TV
57352018-06-18 Tom de Vries <tdevries@suse.de>
5736
5737 * gdb.ada/bp_inlined_func.exp: Allow 5 breakpoint locations.
5738
7010835a
AB
57392018-06-16 Andrew Burgess <andrew.burgess@embecosm.com>
5740 Richard Bunt <Richard.Bunt@arm.com>
5741
5742 * gdb.threads/attach-slow-waitpid.c: New file.
5743 * gdb.threads/attach-slow-waitpid.exp: New file.
5744 * gdb.threads/slow-waitpid.c: New file.
5745
14897d65
PA
57462018-06-14 Pedro Alves <palves@redhat.com>
5747
5748 * gdb.base/fork-running-state.c: Include <errno.h>.
5749 (exit_if_relative_exits): New.
5750 (fork_child): If 'exit_if_relative_exits' is true, exit if the parent
5751 exits.
5752 (fork_parent): If 'exit_if_relative_exits' is true, exit if the
5753 child exits.
5754
5d9a0608
TV
57552018-06-14 Tom de Vries <tdevries@suse.de>
5756
5757 PR cli/22573
5758 * gdb.base/finish-pretty.c: New test.
5759 * gdb.base/finish-pretty.exp: New file.
5760
11ae5818
PA
57612018-06-14 Pedro Alves <palves@redhat.com>
5762
5763 * gdb.gdb/selftest.exp (test_with_self): Use multi_line to build
5764 gdb's expected startup output.
5765
1d39de44
PA
57662018-06-14 Pedro Alves <palves@redhat.com>
5767
5768 * lib/selftest-support.exp (selftest_setup): Remove inlined
5769 function handling.
5770
70ee0000
TV
57712018-06-14 Tom de Vries <tdevries@suse.de>
5772
5773 * lib/selftest-support.exp (selftest_setup): Allow function arguments in
5774 matching of breakpoint printing.
5775
11f4b608
TV
57762018-06-13 Tom de Vries <tdevries@suse.de>
5777
5778 PR testsuite/23269
5779 * gdb.base/fork-running-state.c (main): Move setting of alarm ...
5780 (fork_child): ... here, and ...
5781 (fork_parent): ... here.
5782
57832018-06-12 Tom de Vries <tdevries@suse.de>
5784
5785 * gdb.gdb/selftest.exp (test_with_self): Update gdb startup text.
5786
9516f85a
AB
57872018-06-12 Andrew Burgess <andrew.burgess@embecosm.com>
5788 Stephen Roberts <stephen.roberts@arm.com>
5789
5790 * gdb.threads/multiple-successive-infcall.exp: Remove kfail case,
5791 rewrite test to describe action performed, rather than possible
5792 failure.
5793
5045b3d7
GB
57942018-06-08 Gary Benson <gbenson@redhat.com>
5795
5796 * gdb.threads/check-libthread-db.exp: New file.
5797 * gdb.threads/check-libthread-db.c: Likewise.
5798
c61b06a1
TT
57992018-06-05 Tom Tromey <tom@tromey.com>
5800
5801 * gdb.base/default.exp: Update expected "show version" output.
5802
eb6af809
TT
58032018-06-05 Tom Tromey <tom@tromey.com>
5804
5805 PR cli/12326:
5806 * gdb.cp/static-print-quit.exp: Update.
5807 * lib/gdb.exp (pagination_prompt): Update.
5808 * gdb.base/page.exp: Use pagination_prompt. Add new tests.
5809 * gdb.python/python.exp: Update.
5810
178d6a63
JB
58112018-06-04 Joel Brobecker <brobecker@adacore.com>
5812
5813 * gdb.mi/list-thread-groups-no-inferior.exp: New testcase.
5814
8e817061
JB
58152018-06-01 Joel Brobecker <brobecker@adacore.com>
5816
5817 * gdb.ada/bp_fun_addr: New testcase.
5818
e86ca25f
TT
58192018-06-01 Tom Tromey <tom@tromey.com>
5820
5821 * gdb.xml/tdesc-regs.exp (load_description): Update expected
5822 results.
5823 * gdb.dwarf2/method-ptr.exp: Set language to C++.
5824 * gdb.dwarf2/member-ptr-forwardref.exp: Set language to C++.
5825 * gdb.cp/typeid.exp (do_typeid_tests): Update type_re.
5826 * gdb.base/maint.exp (maint_pass_if): Update.
5827
4b2dfa9d
MR
58282018-05-31 Maciej W. Rozycki <macro@mips.com>
5829
5830 * gdb.base/endian.exp: New test.
5831 * gdb.base/endian.c: New test source.
5832
45f25d6c
AB
58332018-05-24 Andrew Burgess <andrew.burgess@embecosm.com>
5834
5835 PR gdb/23203
5836 * gdb.base/bt-selected-frame.c: New file.
5837 * gdb.base/bt-selected-frame.exp: New file.
5838 * lib/gdb.exp (get_current_frame_number): New function.
5839
d9f6d7f8
MR
58402018-05-24 Maciej W. Rozycki <macro@mips.com>
5841 Pedro Alves <palves@redhat.com>
5842
5843 * gdb.threads/tls-core.c: Include <stdlib.h>
5844 (thread_proc): Call `abort'.
5845 * gdb.threads/tls-core.exp: Generate a core with core_find too.
5846 (tls_core_test): New procedure, bits factored out from ...
5847 (top level): ... here. Test both native cores and gcore cores.
5848
ff1cf532
TT
58492018-05-23 Tom Tromey <tom@tromey.com>
5850
5851 * gdb.gdb/complaints.exp (test_initial_complaints): Simplify.
5852
b98664d3
TT
58532018-05-23 Tom Tromey <tom@tromey.com>
5854
5855 * gdb.gdb/complaints.exp (test_initial_complaints): Don't mention
5856 symfile_complaints.
5857 (test_short_complaints): Likewise.
5858 (test_empty_complaints): Likewise.
5859 (test_initial_complaints): Update.
5860
4e9668d0
TT
58612018-05-23 Tom Tromey <tom@tromey.com>
5862
5863 * gdb.gdb/complaints.exp (test_empty_complaints): Update.
5864
43ba33c7
TT
58652018-05-23 Tom Tromey <tom@tromey.com>
5866
5867 * gdb.gdb/complaints.exp (test_serial_complaints): Remove.
5868 (test_short_complaints): Update.
5869
035522c0
PA
58702018-05-22 Pedro Alves <palves@redhat.com>
5871
5872 * gdb.base/remote.exp: Only gdb_start after compiling the
5873 testcase. Issue "disconnect" before testing "set remote" command
5874 defaults. Issue clean_restart before running to main.
5875
cc0be08f
PA
58762018-05-22 Pedro Alves <palves@redhat.com>
5877
5878 * gdb.base/remote.exp: Adjust expected output of "show remote
5879 memory-write-packet-size". Add tests for "set remote
5880 memory-write-packet-size 0" and "set remote
5881 memory-write-packet-size fixed/limit".
5882
b1b60145
PA
58832018-05-22 Pedro Alves <palves@redhat.com>
5884
5885 PR gdb/22973
5886 * gdb.base/utf8-identifiers.c: New file.
5887 * gdb.base/utf8-identifiers.exp: New file.
5888
0ec848ad
PFC
58892018-05-22 Pedro Franco de Carvalho <pedromfc@linux.vnet.ibm.com>
5890
5891 * gdb.arch/powerpc-fpscr-gcore.exp: New file.
5892
2c3305f6
PFC
58932018-05-22 Pedro Franco de Carvalho <pedromfc@linux.vnet.ibm.com>
5894
5895 * gdb.arch/powerpc-vsx-gcore.exp: New file.
5896
ce1e8424
TT
58972018-05-18 Tom Tromey <tom@tromey.com>
5898
5899 * gdb.base/ptype-offsets.exp: Update.
5900
ddfe970e
KS
59012018-05-17 Keith Seitz <keiths@redhat.com>
5902
5903 * gdb.ada/bp_inlined_func.exp: Update inlined frame locations
5904 in expected breakpoint stop locations.
5905 * gdb.dwarf2/implptr.exp (implptr_test_baz): Use up/down to
5906 move to proper scope to test variable values.
5907 * gdb.opt/inline-break.c (inline_func1, not_inline_func1)
5908 (inline_func2, not_inline_func2, inline_func3, not_inline_func3):
5909 New functions.
5910 (main): Call not_inline_func3.
5911 * gdb.opt/inline-break.exp: Start inferior and set breakpoints at
5912 inline_func1, inline_func2, and inline_func3. Test that when each
5913 breakpoint is hit, GDB properly reports both the stop location
5914 and the backtrace. Repeat tests for temporary breakpoints.
5915
0726fcc6
MR
59162018-05-15 Maciej W. Rozycki <macro@mips.com>
5917
5918 * gdb.server/server-kill.exp: Verify whether `server_pid' exists
5919 rather then trying to access it in determining whether the PID
5920 of `gdbserver' could have been retrieved.
5921
8ee22052
AB
59222018-05-08 Andrew Burgess <andrew.burgess@embecosm.com>
5923
5924 * gdb.arch/amd64-init-x87-values.S: New file.
5925 * gdb.arch/amd64-init-x87-values.exp: New file.
5926
7785df48
JK
59272018-05-08 Jan Kratochvil <jan.kratochvil@redhat.com>
5928
5929 * gdb.base/watchpoint-unaligned.exp: Use skip_hw_watchpoint_tests.
5930
56bcdbea
TT
59312018-05-04 Tom Tromey <tom@tromey.com>
5932
5933 PR python/22730:
5934 * gdb.python/python.exp: Test multi-line execute.
5935
a913fffb
TT
59362018-05-04 Tom Tromey <tom@tromey.com>
5937
5938 PR python/22731:
5939 * gdb.python/py-breakpoint.exp: Test setting breakpoint commands.
5940
7a2c85f2
TT
59412018-05-04 Tom Tromey <tom@tromey.com>
5942
5943 PR gdb/11750:
5944 * gdb.base/define.exp: Test defining a user command inside a user
5945 command.
5946 * gdb.base/commands.exp (define_if_without_arg_test): Test "define".
5947
a3b60e45
JK
59482018-05-04 Jan Kratochvil <jan.kratochvil@redhat.com>
5949 Pedro Alves <palves@redhat.com>
5950
5951 PR breakpoints/19806 and support for PR external/20207.
5952 * gdb.base/watchpoint-unaligned.c: New file.
5953 * gdb.base/watchpoint-unaligned.exp: New file.
5954
45fe4a03
AB
59552018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
5956
5957 * gdb.base/maint.exp: Make test names unique, use
5958 test_prefix_command_help to test 'help maint info', and remove
5959 repeated test of 'help maint'.
5960
9be2ae8f
TT
59612018-05-04 Tom Tromey <tom@tromey.com>
5962
5963 PR gdb/22619:
5964 * gdb.base/long_long.exp (gdb_test_long_long): Add test for repeat
5965 behavior.
5966
11859c31
AB
59672018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
5968
5969 * gdb.base/maint.exp: Process output from 'maint print registers'
5970 line at a time.
5971
089a9490
AB
59722018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
5973
5974 * lib/mi-support.exp (mi_run_cmd_full): Fix regexp and add a
5975 timeout.
5976
9b0797e2
AB
59772018-05-03 Andrew Burgess <andrew.burgess@embecosm.com>
5978
5979 * gdb.base/callfuncs.exp (fetch_all_registers): Add riscv register
5980 filter pattern.
5981
f6ac5f3d
PA
59822018-05-02 Pedro Alves <palves@redhat.com>
5983
5984 * gdb.base/breakpoint-in-ro-region.exp: Adjust to to_resume and
5985 to_log_command renames.
5986 * gdb.base/sss-bp-on-user-bp-2.exp: Likewise.
5987
77d3c63b
TT
59882018-05-02 Tom Tromey <tom@tromey.com>
5989
5990 * gdb.python/py-parameter.exp: Set test message.
5991
0489430a
TT
59922018-05-02 Tom Tromey <tom@tromey.com>
5993
5994 PR python/20084:
5995 * gdb.python/py-parameter.exp: Add PARAM_ZUINTEGER and
5996 PARAM_ZUINTEGER_UNLIMITED tests.
5997
1632f8ba
DR
59982018-04-28 Dan Robertson <danlrobertson89@gmail.com>
5999
6000 PR rust/23124
6001 * gdb.rust/expr.exp: Test that the unit type is correctly parsed
6002 when casting.
6003
6d7bb824
TT
60042018-04-30 Tom Tromey <tom@tromey.com>
6005
6006 * gdb.python/py-type.exp: Check align attribute.
6007 * gdb.python/py-type.c: New "aligncheck" global.
6008
007e1530
TT
60092018-04-30 Tom Tromey <tom@tromey.com>
6010
6011 PR exp/17095:
6012 * gdb.dwarf2/dw2-align.exp: New file.
6013 * gdb.cp/align.exp: New file.
6014 * gdb.base/align.exp: New file.
6015 * lib/gdb.exp (gdb_int128_helper): New proc.
6016 (has_int128_c, has_int128_cxx): New caching procs.
6017
6873858b
TT
60182018-04-27 Tom Tromey <tom@tromey.com>
6019
6020 PR rust/22545:
6021 * gdb.rust/simple.exp: Add inclusive range tests.
6022
79188d8d
PA
60232018-04-26 Pedro Alves <palves@redhat.com>
6024
6025 * gdb.base/gnu-ifunc.exp (set-break): Test that GDB resolves
6026 ifunc breakpoint locations correctly of ifunc breakpoints set
6027 while the program resolves the ifunc.
6028
c7075ad5
PA
60292018-04-26 Pedro Alves <palves@redhat.com>
6030
6031 * gdb.base/gnu-ifunc-final.c: New file.
6032 * gdb.base/gnu-ifunc.c (final): Delete, moved to gnu-ifunc-final.c.
6033 * gdb.base/gnu-ifunc.exp (executable): Delete.
6034 (staticexecutable): Adjust.
6035 (lib_opts, exec_opts): Delete.
6036 (make_binsuffix, build, set-break): New procedures.
6037 (misc_tests): New, with tests factored out from the top level.
6038 (top level): Test different combinations of ifunc resolver name,
6039 resolver with and with debug info, and ifunc target with and
6040 without debug info. Wrap static tests with with_target_prefix.
6041
8388016d
PA
60422018-04-26 Pedro Alves <palves@redhat.com>
6043
6044 * gdb.compile/compile-ifunc.exp: Also expect "function has unknown
6045 return type" warnings.
6046
249b5733
PA
60472018-04-25 Pedro Alves <palves@redhat.com>
6048
6049 * gdb.base/hook-stop.exp: Expect "killed" instead of "has been
6050 killed".
6051 * gdb.base/kill-after-signal.exp: Likewise.
6052 * gdb.threads/kill.exp: Likewise.
6053
f67c0c91
SDJ
60542018-04-24 Jan Kratochvil <jan.kratochvil@redhat.com>
6055 Sergio Durigan Junior <sergiodj@redhat.com>
6056 Pedro Alves <palves@redhat.com>
6057
6058 * gdb.base/attach-non-pgrp-leader.exp: Adjust 'Detaching...'
6059 regexps to expect for '[Inferior ... detached]' as well.
6060 * gdb.base/attach.exp: Likewise.
6061 * gdb.base/catch-syscall.exp (check_for_program_end): Adjust
6062 "gdb_continue_to_end".
6063 (test_catch_syscall_with_wrong_args): Likewise.
6064 * gdb.base/foll-fork.exp: Adjust regexps to match '[' and
6065 ']'. Don't set 'verbose' on.
6066 * gdb.base/foll-vfork.exp: Likewise.
6067 * gdb.base/fork-print-inferior-events.c: New file.
6068 * gdb.base/fork-print-inferior-events.exp: New file.
6069 * gdb.base/hook-stop.exp: Adjust regexps to expect for new
6070 '[Inferior ... has been killed]' message.
6071 * gdb.base/kill-after-signal.exp: Likewise.
6072 * gdb.base/solib-overlap.exp: Adjust regexps to expect for new
6073 detach message.
6074 * gdb.threads/kill.exp: Adjust regexps to expect for new kill
6075 message.
6076 * gdb.threads/clone-attach-detach.exp: Adjust 'Detaching...'
6077 regexps to expect for '[Inferior ... detached]' as well.
6078 * gdb.threads/process-dies-while-detaching.exp: Likewise.
6079
0a8ddac4
SM
60802018-04-24 Simon Marchi <simon.marchi@ericsson.com>
6081
6082 PR gdb/23104
6083 * gdb.base/info-shared.exp: Replace libs=-ldl with shlib_load.
6084
701adfb0
PA
60852018-04-22 Rajendra SY <rajendra.sy@gmail.com>
6086
6087 PR gdb/23095
6088 * gdb.base/break-probes.exp: Pass shlib_load to
6089 prepare_for_testing. Set normal_bp to r_debug_state if target is
6090 bsd.
6091
d27d16bf
RB
60922018-04-19 Richard Bunt <richard.bunt@arm.com>
6093
6094 * gdb.threads/multiple-successive-infcall.c: New test.
6095 * gdb.threads/multiple-successive-infcall.exp: New file.
6096
a037790e
TT
60972018-04-17 Tom Tromey <tom@tromey.com>
6098
6099 * gdb.rust/simple.rs (Union): New type.
6100 (main): New local "u".
6101 * gdb.rust/simple.exp (test_one_slice): Add new test case.
6102
e3a91079
AA
61032018-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
6104
6105 * gdb.base/dbx.exp (test_whereis): Adjust regexp to added line
6106 number information in output of "whereis" command.
6107 * gdb.base/info-fun.exp: Likewise, for "info fun" command.
6108
b744723f
AA
61092018-04-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
6110
6111 * gdb.ada/info_types.exp: Adjust expected output to the line
6112 numbers now printed by "info var/func/type".
6113 * gdb.base/completion.exp: Likewise.
6114 * gdb.base/included.exp: Likewise.
6115 * gdb.cp/cp-relocate.exp: Likewise.
6116 * gdb.cp/cplusfuncs.exp: Likewise.
6117 * gdb.cp/namespace.exp: Likewise.
6118 * gdb.dwarf2/dw2-case-insensitive.exp: Likewise.
6119
4a4495d6
MM
61202018-04-13 Markus Metzger <markus.t.metzger@intel.com>
6121
6122 * gdb.btrace/cpu.exp: New.
6123
1d509aa6
MM
61242018-04-13 Markus Metzger <markus.t.metzger@intel.com>
6125
6126 * gdb.base/step-indirect-call-thunk.exp: New.
6127 * gdb.base/step-indirect-call-thunk.c: New.
6128 * gdb.reverse/step-indirect-call-thunk.exp: New.
6129 * gdb.reverse/step-indirect-call-thunk.c: New.
6130
6295b6da
SM
61312018-04-11 Simon Marchi <simon.marchi@ericsson.com>
6132
6133 * gdb.base/pie-fork.c: New file.
6134 * gdb.base/pie-fork.exp: New file.
6135
50146e70
TT
61362018-04-11 Tom Tromey <tom@tromey.com>
6137
6138 * gdb.rust/simple.exp: Add test for ".." struct initializer.
6139
f50d8a2e
PA
61402018-04-10 Pedro Alves <palves@redhat.com>
6141
6142 * gdb.base/fork-running-state.c (fork_child): Don't exit if parent
6143 exits. Instead loop running forever.
6144 (fork_parent): Run forever too.
6145
a0be7a36
SM
61462018-04-07 Simon Marchi <simon.marchi@polymtl.ca>
6147
6148 * gdb.mi/mi-stack.exp (test_stack_frame_listing): Use
6149 mi_continue_to_line.
6150 * gdb.mi/mi-stack.c (callee4): Add comment.
6151
9b73db36
SM
61522018-04-07 Simon Marchi <simon.marchi@polymtl.ca>
6153
6154 * gdb.mi/mi-stack.exp: Fix indentation.
6155
c912f608
SM
61562018-04-07 Simon Marchi <simon.marchi@ericsson.com>
6157
6158 PR gdb/22979
6159 * gdb.arch/amd64-osabi.exp: New file.
6160
26540402
SM
61612018-04-07 Simon Marchi <simon.marchi@ericsson.com>
6162
6163 PR gdb/22980
6164 * gdb.base/osabi.exp: New file.
6165
121ad66c 61662018-04-02 Weimin Pan <weimin.pan@oracle.com>
79f18731
WP
6167
6168 * gdb.cp/static-typedef-print.exp: New file.
6169 * gdb.cp/static-typedef-print.cc: New file.
6170
3fcded8f
JB
61712018-03-27 Joel Brobecker <brobecker@adacore.com>
6172
6173 * gdb.ada/varsize_limit: New testcase.
6174
59cc4834
JB
61752018-03-27 Joel Brobecker <brobecker@adacore.com>
6176
6177 * gdb.ada/maint_with_ada.exp: Remove PR gdb/22670 setup_kfail.
6178
6179 * gdb.ada/notcplusplus: New testcase.
6180
6181 * gdb.base/c-linkage-name.c: New file.
6182 * gdb.base/c-linkage-name.exp: New testcase.
6183
4ca59a9f
TT
61842018-03-26 Tom Tromey <tom@tromey.com>
6185
6186 * gdb.python/py-framefilter.exp: Add test for KeyboardInterrupt.
6187 * gdb.python/py-framefilter.py (name_error): New global.
6188 (ErrorInName.function): Use name_error.
6189
978d6c75
TT
61902018-03-26 Tom Tromey <tom@tromey.com>
6191
6192 PR backtrace/15582:
6193 * gdb.python/py-framefilter.exp: Add "bt hide" test.
6194
b7fee5a3
KS
61952018-03-23 Keith Seitz <keiths@redhat.com>
6196
6197 PR c++/22968
6198 * gdb.cp/subtypes.exp: New file.
6199 * gdb.cp/subtypes.h: New file.
6200 * gdb.cp/subtypes.cc: New file.
6201 * gdb.cp/subtypes-2.cc: New file.
6202
376be529
AB
62032018-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
6204
6205 * gdb.arch/amd64-disp-step-avx.S: Add '_start' label.
6206 (done): Call '_exit' not 'exit' to avoid atexit handlers.
6207 * gdb.arch/amd64-disp-step-avx.exp: Pass -static, and
6208 -nostartfiles when compiling the test. Confirm that all registers
6209 xmm0 to xmm15 are initially 0, and that xmm1 to xmm15 are 0 after.
6210
066cfa98
AB
62112018-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
6212
6213 * gdb.arch/amd64-disp-step-avx.exp: Remove unneeded assembler flag
6214 option, syntax was wrong anyway.
6215 * gdb.arch/arm-disp-step.exp: Likewise.
6216 * gdb.arch/sparc64-regs.exp: Likewise.
6217 * gdb.arch/amd64-disp-step.exp: Remove unneeded assembler flag
6218 option, syntax was wrong anyway, switch to use
6219 prepare_for_testing.
6220 * gdb.arch/i386-disp-step.exp: Likewise.
6221
079670b9
AA
62222018-03-23 Andreas Arnez <arnez@linux.vnet.ibm.com>
6223
6224 * gdb.ada/exec_changed.exp: Replace "target_info exists
6225 use_gdb_stub" by "use_gdb_stub".
6226 * gdb.ada/start.exp: Likewise.
6227 * gdb.base/async-shell.exp: Likewise.
6228 * gdb.base/attach-pie-misread.exp: Likewise.
6229 * gdb.base/attach-wait-input.exp: Likewise.
6230 * gdb.base/break-entry.exp: Likewise.
6231 * gdb.base/break-interp.exp: Likewise.
6232 * gdb.base/dprintf-detach.exp: Likewise.
6233 * gdb.base/nostdlib.exp: Likewise.
6234 * gdb.base/solib-nodir.exp: Likewise.
6235 * gdb.base/statistics.exp: Likewise.
6236 * gdb.base/testenv.exp: Likewise.
6237 * gdb.mi/mi-exec-run.exp: Likewise.
6238 * gdb.mi/mi-start.exp: Likewise.
6239 * gdb.multi/dummy-frame-restore.exp: Likewise.
6240 * gdb.multi/multi-arch-exec.exp: Likewise.
6241 * gdb.multi/multi-arch.exp: Likewise.
6242 * gdb.multi/tids.exp: Likewise.
6243 * gdb.multi/watchpoint-multi.exp: Likewise.
6244 * gdb.python/py-events.exp: Likewise.
6245 * gdb.threads/attach-into-signal.exp: Likewise.
6246 * gdb.threads/attach-stopped.exp: Likewise.
6247 * gdb.threads/threadapply.exp: Likewise.
6248 * lib/selftest-support.exp: Likewise.
6249
26d6cec4
AA
62502018-03-22 Andreas Arnez <arnez@linux.vnet.ibm.com>
6251
6252 * gdb.base/info-proc.exp: Add test for "info proc cmdline".
6253
4ee89e90
SR
62542018-03-20 Stephen Roberts <stephen.roberts@arm.com>
6255
6256 * gdb.perf/template-breakpoints.cc: New file.
6257 * gdb.perf/template-breakpoints.exp: New file.
6258 * gdb.perf/template-breakpoints.py: New file.
6259
92630041
TT
62602018-03-19 Tom Tromey <tom@tromey.com>
6261
6262 * gdb.rust/simple.rs (main): Add local variables field1, field2,
6263 y0.
6264 * gdb.rust/simple.exp: Test bare identifier form of struct
6265 initializer.
6266
76727919
TT
62672018-03-19 Tom Tromey <tom@tromey.com>
6268
6269 * gdb.gdb/observer.exp: Remove.
6270
194ed413
AA
62712018-03-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
6272
6273 * gdb.trace/actions-changed.exp: Call gdb_breakpoint with the
6274 "qualified" option when setting breakpoints.
6275 * gdb.trace/backtrace.exp: Likewise.
6276 * gdb.trace/circ.exp: Likewise.
6277 * gdb.trace/collection.exp: Likewise.
6278 * gdb.trace/disconnected-tracing.exp: Likewise.
6279 * gdb.trace/ftrace-lock.exp: Likewise.
6280 * gdb.trace/ftrace.exp: Likewise.
6281 * gdb.trace/infotrace.exp: Likewise.
6282 * gdb.trace/packetlen.exp: Likewise.
6283 * gdb.trace/passc-dyn.exp: Likewise.
6284 * gdb.trace/qtro.exp: Likewise.
6285 * gdb.trace/read-memory.exp: Likewise.
6286 * gdb.trace/report.exp: Likewise.
6287 * gdb.trace/signal.exp: Likewise.
6288 * gdb.trace/status-stop.exp: Likewise.
6289 * gdb.trace/strace.exp: Likewise.
6290 * gdb.trace/tfind.exp: Likewise.
6291 * gdb.trace/trace-break.exp: Likewise.
6292 * gdb.trace/trace-condition.exp: Likewise.
6293 * gdb.trace/trace-mt.exp: Likewise.
6294 * gdb.trace/tstatus.exp: Likewise.
6295 * gdb.trace/tsv.exp: Likewise.
6296 * gdb.trace/unavailable-dwarf-piece.exp: Likewise.
6297 * gdb.trace/unavailable.exp: Likewise.
6298 * gdb.trace/while-dyn.exp: Likewise.
6299
8b067d2c
AA
63002018-03-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
6301
6302 * gdb.trace/tspeed.exp: Add invocation of gdb_load_shlib to ensure
6303 that libinproctrace is copied to the target.
6304
3ae9ce5d
TT
63052018-03-14 Tom Tromey <tom@tromey.com>
6306
6307 PR cli/14977:
6308 * gdb.base/printcmds.exp (test_printf): Add printf test of %s with
6309 a null pointer.
6310 * gdb.base/wchar.exp: Likewise.
6311
b8c2339b
TT
63122018-03-14 Tom Tromey <tom@tromey.com>
6313
6314 PR cli/19918:
6315 * gdb.base/printcmds.exp (test_printf): Add printf test using '-'
6316 flag.
6317
4872dc46
SM
63182018-03-08 Simon Marchi <simon.marchi@ericsson.com>
6319
6320 PR gdb/22841
6321 * boards/remote-stdio-gdbserver.exp (${board}_file): Pass
6322 "target" to remote_exec.
6323
e4fe3756
SM
63242018-03-08 Simon Marchi <simon.marchi@polymtl.ca>
6325
6326 PR gdb/22841
6327 * boards/gdbserver-base.exp (${board}_file, ${board}_download,
6328 ${board}_upload): Remove.
6329
e95a97d4
AA
63302018-03-07 Andreas Arnez <arnez@linux.vnet.ibm.com>
6331
6332 * gdb.cp/watch-cp.cc: New test.
6333 * gdb.cp/watch-cp.exp: New file.
6334
dbbb1059
AB
63352018-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
6336
6337 * gdb.base/infcall-nested-structs.exp: New file.
6338 * gdb.base/infcall-nested-structs.c: New file.
6339 * gdb.base/float.exp: Add riscv support.
6340
ecc054c0
TP
63412018-03-02 Thomas Preud'homme <thomas.preudhomme@arm.com>
6342
6343 * gdb.dlang/watch-loc.c: Use %progbits instead of @progbits.
6344 * gdb.mi/dw2-ref-missing-frame-func.c: Likewise.
6345
25e3c82c
SDJ
63462018-02-28 Sergio Durigan Junior <sergiodj@redhat.com>
6347
6348 * gdb.server/abspath.exp: New file.
6349 * lib/gdb.exp (with_cwd): New procedure.
6350
3083294d
SM
63512018-02-28 Simon Marchi <simon.marchi@ericsson.com>
6352
6353 * lib/gdb.exp (gdb_is_target_1): Add prompt_regexp parameter and
6354 use it.
6355 (gdb_is_target_remote_prompt): New proc.
6356 (gdb_is_target_remote): Use gdb_is_target_remote_prompt.
6357 (gdb_is_target_native): Pass prompt parameter to
6358 gdb_is_target_1.
6359
3275ef47
SM
63602018-02-26 Simon Marchi <simon.marchi@polymtl.ca>
6361
6362 * gdb.base/load-command.c: New file.
6363 * gdb.base/load-command.exp: New file.
6364 * lib/gdb.exp (gdb_is_target_remote_prompt): Rename to...
6365 (gdb_is_target_1): ...this, and generalize for other targets
6366 than just remote.
6367 (gdb_is_target_remote): Use gdb_is_target_1.
6368 (gdb_is_target_native): use gdb_is_target_1.
6369
6893c19a
TT
63702018-02-26 Tom Tromey <tom@tromey.com>
6371
6372 PR python/16497:
6373 * gdb.python/py-framefilter.exp: Update test.
6374
2ddeaf8a
TT
63752018-02-26 Tom Tromey <tom@tromey.com>
6376
6377 * gdb.dwarf2/variant.c: New file.
6378 * gdb.dwarf2/variant.exp: New file.
6379
c9317f21
TT
63802018-02-26 Tom Tromey <tom@tromey.com>
6381
6382 * gdb.rust/simple.exp: Accept more possible results in enum test.
6383
6f6d0c26
SM
63842018-02-25 Simon Marchi <simon.marchi@polymtl.ca>
6385
6386 * lib/cp-support.exp (cp_test_ptype_class): Move space inside
6387 parentheses.
6388
11b03145
MR
63892018-02-23 Maciej W. Rozycki <macro@mips.com>
6390
6391 * lib/cp-support.exp (cp_test_ptype_class): Fix a typo in the
6392 name of a variable: $actual_linejj -> $actual_line.
6393
54a27fe5
JB
63942018-02-21 John Baldwin <jhb@FreeBSD.org>
6395
6396 * gdb.arch/amd64-i386-address.exp: Fix a typo.
6397
de65820c
MM
63982018-02-20 Markus Metzger <markus.t.metzger@intel.com>
6399
6400 * gdb.btrace/buffer-size.exp: Do not force BTS.
6401
980548fd
PA
64022018-02-14 Pedro Alves <palves@redhat.com>
6403
6404 * gdb.base/bp-cmds-continue-ctrl-c.exp (do_test): Test "bt" after
6405 getting a "Quit".
6406
c4e12631
MM
64072018-02-09 Markus Metzger <markus.t.metzger@intel.com>
6408
6409 * lib/gdb.exp (skip_btrace_pt_tests): Update expected error message.
6410 Fix test name.
6411
c2e0e465
SM
64122018-02-07 Simon Marchi <simon.marchi@ericsson.com>
6413
6414 * gdb.cp/m-static.exp: Check type of optimized out static
6415 member.
6416
f7216783
AB
64172018-02-03 Andrew Burgess <andrew.burgess@embecosm.com>
6418
6419 * config/sid.exp (gdb_target_sid): Remove use of cleanup.
6420 * config/sim.exp (gdb_target_sim): Remove use of cleanup.
6421
0625771b
LS
64222018-02-01 Simon Marchi <simon.marchi@polymtl.ca>
6423 Leszek Swirski <leszeks@google.com>
6424
6425 * gdb.python/py-prettyprint.c
6426 (struct to_string_returns_value_inner,
6427 struct to_string_returns_value_wrapper): New.
6428 (main): Add tsrvw variable.
6429 * gdb.python/py-prettyprint.py (ToStringReturnsValueInner,
6430 ToStringReturnsValueWrapper): New classes.
6431 (register_pretty_printers): Register new pretty-printers.
6432 * gdb.python/py-prettyprint.exp (run_lang_tests): Test printing
6433 recursive pretty printer.
6434 * gdb.python/py-mi.exp: Likewise.
6435
59498c30
LS
64362018-02-01 Leszek Swirski <leszeks@google.com>
6437
6438 * gdb.cp/filename.cc, gdb.cp/filename.exp: Test that member
6439 functions with the same name as an include file are parsed
6440 correctly.
6441
d4d38844
YQ
64422018-02-01 Yao Qi <yao.qi@linaro.org>
6443
6444 * gdb.base/attach.exp (do_attach_tests): Set sysroot to
6445 "\[^\r\n\]*".
6446
07e5f5cf
NP
64472018-01-31 Nikola Prica <nikola.prica@rt-rk.com>
6448
6449 * gdb.arch/powerpc-prologue-frame.s: New file.
6450 * gdb.arch/powerpc-prologue-frame.c: Likewise.
6451 * gdb.arch/powerpc-prologue-frame.exp: Likewise.
6452
929b5ad4
JB
64532018-01-31 Joel Brobecker <brobecker@adacore.com>
6454
6455 * testsuite/gdb.ada/dyn_stride.exp: Add "print a1(1)@3" test.
6456
e671cd59
PA
64572018-01-30 Pedro Alves <palves@redhat.com>
6458
6459 PR gdb/13211
6460 * gdb.base/interrupt-daemon.c: New.
6461 * gdb.base/interrupt-daemon.exp: New.
6462 * gdb.multi/multi-term-settings.c: New.
6463 * gdb.multi/multi-term-settings.exp: New.
6464
fc413dc4
JB
64652018-01-30 Joel Brobecker <brobecker@adacore.com>
6466
6467 * gdb.base/break.exp: Save the location where the breakpoint
6468 on break.c:47 was actually inserted when debugging the version
6469 compiled at -O2 and use it in the expected output of the "info
6470 break" test performed soon after.
6471
5c319bb2
PA
64722018-01-22 Pedro Alves <palves@redhat.com>
6473 Sergio Durigan Junior <sergiodj@redhat.com>
6474
6475 * gdb.base/whatis.exp: Add tests for 'set print object on' +
6476 'whatis <struct>' 'whatis <struct> *' and 'whatis <struct> &'.
6477
a9e40818
JB
64782018-01-22 Joel Brobecker <brobecker@adacore.com>
6479
6480 * gdb.base/break-include.c, gdb.base/break-include.inc,
6481 gdb.base/break-include.exp: New files.
6482 * gdb.base/ending-run.exp: Minor adaptations due to the breakpoint's
6483 line number now being the actual line number where the breakpoint
6484 was inserted.
6485 * gdb.mi/mi-break.exp: Likewise.
6486 * gdb.mi/mi-reverse.exp: Likewise.
6487 * gdb.mi/mi-simplerun.exp: Ditto.
6488
e707fc44
AB
64892018-01-21 Andrew Burgess <andrew.burgess@embecosm.com>
6490
6491 * gdb.python/py-mi.exp: Don't expect a thread-id for floating
6492 varobj.
6493 * gdb.mi/mi-var-create-rtti.exp: Likewise.
6494
ae451627
AB
64952018-01-21 Don Breazeal <donb@codesourcery.com>
6496 Andrew Burgess <andrew.burgess@embecosm.com>
6497
6498 * gdb.mi/basics.c: Add new global.
6499 * gdb.mi/mi-frame-regs.exp: New file.
6500 * gdb.mi/mi-var-create-rtti.exp: Update expected results, add new
6501 case.
6502
b1b189e0
AB
65032018-01-21 Andrew Burgess <andrew.burgess@embecosm.com>
6504
6505 * gdb.arch/amd64-entry-value.exp: Test using @entry on a
6506 non-parameter, and on an unknown symbol.
6507
fcfcc376
TT
65082018-01-19 Tom Tromey <tom@tromey.com>
6509
6510 * gdb.rust/modules.rs (TWENTY_THREE): New global.
6511 * gdb.rust/modules.exp: Add ::-qualified lookup test.
6512
634c1c31
AA
65132018-01-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
6514
6515 * gdb.arch/s390-vregs.exp: Explicitly cast the return values of
6516 setrlimit and chdir to int.
6517
d6ad07fd
AA
65182018-01-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
6519
6520 * gdb.arch/s390-tdbregs.c (my_tbegin): Add comment documenting the
6521 function.
6522 (my_tend): Likewise.
6523 * gdb.arch/s390-tdbregs.exp: Enhance comment; explain the
6524 rationale of avoiding FP- and vector instructions.
6525
adf8243b
RK
65262018-01-19 Ruslan Kabatsayev <b7.10110111@gmail.com>
6527
6528 * gdb.arch/powerpc-d128-regs.exp: Replace expected "\[\t\]*" from
6529 "info reg" with "\[ \t\]*".
6530 * gdb.arch/altivec-regs.exp: Replace expected "\t" from "info reg" with
6531 "\[ \t\]+".
6532 * gdb.arch/s390-multiarch.exp: Ditto.
6533 * gdb.base/pc-fp.exp: Ditto.
6534 * gdb.reverse/i386-precsave.exp: Ditto.
6535 * gdb.reverse/i386-reverse.exp: Ditto.
6536 * gdb.reverse/i387-env-reverse.exp: Ditto.
6537 * gdb.reverse/i387-stack-reverse.exp: Ditto.
6538
dcc06925
AA
65392018-01-18 Andreas Arnez <arnez@linux.vnet.ibm.com>
6540
6541 * lib/gdb.exp (gdb_compile): Re-enable use of
6542 universal_compile_options for languages other than Rust.
6543
25d4fd80
AA
65442018-01-18 Andreas Arnez <arnez@linux.vnet.ibm.com>
6545
6546 * gdb.arch/s390-tdbregs.exp: Add the compile option -msoft-float.
6547
ee7f689e 65482018-01-17 Mike Gulick <mgulick@mathworks.com>
41667530
MG
6549
6550 PR gdb/16577
6551 * gdb.base/solib-vanish.exp: New.
6552 * gdb.base/solib-vanish-main.c: New.
6553 * gdb.base/solib-vanish-lib1.c: New.
6554 * gdb.base/solib-vanish-lib2.c: New.
6555
d8447b6b
YQ
65562018-01-17 Yao Qi <yao.qi@linaro.org>
6557
6558 * gdb.compile/compile.exp: Match the address printed for
6559 frame in the output of command "bt".
6560
86d6a90c
TT
65612018-01-15 Tom Tromey <tom@tromey.com>
6562
6563 * gdb.guile/scm-ports.exp (test_mem_port_rw): Use get_valueof to
6564 compute sp_reg.
6565
cbcdb1aa
AB
65662018-01-12 Andrew Burgess <andrew.burgess@embecosm.com>
6567
6568 * gdb.base/whatis-ptype-typedefs.exp: Don't run tests if we failed
6569 to prepare.
6570 (prepare): Return 0 on error, 1 on success.
6571
eea61984
PA
65722018-01-12 Pedro Alves <palves@redhat.com>
6573
6574 * gdb.base/continue-after-aborted-step-over.c: New.
6575 * gdb.base/continue-after-aborted-step-over.exp: New.
6576
6181e9c2
SM
65772018-01-11 Simon Marchi <simon.marchi@ericsson.com>
6578
6579 * lib/gdb.exp (gdb_compile): Ignore shlib= and shlib_load
6580 options when not creating an executable.
6581
3cada740
PA
65822018-01-11 Pedro Alves <palves@redhat.com>
6583
6584 PR remote/22597
6585 * gdb.server/stop-reply-no-thread.c: New file.
6586 * gdb.server/stop-reply-no-thread.exp: New file.
6587
c63d3e8d
PA
65882018-01-10 Pedro Alves <palves@redhat.com>
6589
6590 PR gdb/22670
6591 * gdb.ada/bp_c_mixed_case.exp: Add intro comment. Test printing C
6592 functions too. Test setting breakpoints and printing C functions
6593 with no debug info too.
6594 * gdb.ada/bp_c_mixed_case/qux.c: New file.
6595
d4c2a405
PA
65962018-01-10 Pedro Alves <palves@redhat.com>
6597
6598 PR gdb/22670
6599 * gdb.ada/complete.exp ("complete break ada"): Replace kfail with
6600 a fail.
6601
8825213e
PA
66022018-01-10 Pedro Alves <palves@redhat.com>
6603
6604 PR gdb/22670
6605 * gdb.ada/bp_c_mixed_case.exp: Remove setup_kfail calls.
6606
605fd3c6
YQ
66072018-01-08 Simon Marchi <simon.marchi@ericsson.com>
6608
6609 * gdb.server/unittest.exp: Match the output in non-development
6610 mode.
6611
1e5ded6c
YQ
66122018-01-08 Simon Marchi <simon.marchi@ericsson.com>
6613
6614 * gdb.gdb/unittest.exp: Match output in non-development mode.
6615
30066b0b
JB
66162018-01-08 Joel Brobecker <brobecker@adacore.com>
6617
6618 * gdb.ada/access_tagged_param.exp: Relax expected output
6619 for value of "ObjL" in "continue" to pck.inspect breakpoint
6620 test.
6621
04bafb1e
XR
66222018-01-08 Joel Brobecker <brobecker@adacore.com>
6623
9f86398b
JB
6624 * gdb.ada/arr_enum_idx_w_gap.exp: New file.
6625 * gdb.ada/arr_enum_idx_w_gap/foo_q418_043.adb: New file.
04bafb1e 6626
e379cee6
PA
66272018-01-05 Pedro Alves <palves@redhat.com>
6628
6629 PR gdb/18653
6630 * gdb.base/libsegfault.exp: New.
6631
de63c46b
PA
66322018-01-05 Joel Brobecker <brobecker@adacore.com>
6633
6634 PR gdb/22670
6635 * gdb.ada/access_tagged_param.exp: New file.
6636 * gdb.ada/access_tagged_param/foo.adb: New file.
6637
f98fc17b
PA
66382018-01-05 Pedro Alves <palves@redhat.com>
6639
6640 PR gdb/22670
6641 * gdb.ada/info_addr_mixed_case.exp: Remove kfail. Extend test to
6642 exercise lower case too, and to exercise both full matching and
6643 wild matching.
6644
342f8240
JB
66452018-01-05 Joel Brobecker <brobecker@adacore.com>
6646
6647 * gdb.ada/rename_subscript_param: New testcase.
6648
7150d33c
JG
66492018-01-05 Jerome Guitton <guitton@adacore.com>
6650
6651 * gdb.ada/arr_acc_idx_w_gap: New testcase.
6652
cc0e770c
JB
66532018-01-05 Joel Brobecker <brobecker@adacore.com>
6654
6655 * gdb.ada/convvar_comp: New testcase.
6656
672a41aa 66572018-01-05 Xavier Roirand <roirand@adacore.com>
e3861a03
XR
6658
6659 * testsuite/gdb.ada/array_char_idx/pck.ads (Table): New type.
6660 (My_Table): New global variable.
6661 * testsuite/gdb.ada/array_char_idx.exp: Add test.
6662
7365ec2f
JB
66632018-01-04 Joel Brobecker <brobecker@adacore.com>
6664
6665 PR gdb/22670
6666 * gdb.ada/maint_with_ada: New testcase.
6667
289483b6
JB
66682018-01-04 Joel Brobecker <brobecker@adacore.com>
6669
6670 PR gdb/22670
6671 * gdb.ada/bp_c_mixed_case: New testcase.
6672
344420da
JB
66732018-01-04 Joel Brobecker <brobecker@adacore.com>
6674
6675 PR gdb/22670
6676 * gdb.ada/complete.exp: Add "complete break ada" test.
6677
66fc87a0
JB
66782018-01-04 Joel Brobecker <brobecker@adacore.com>
6679
6680 PR gdb/22670
6681 * gdb.ada/info_addr_mixed_case: New testcase.
6682
9f757bf7
XR
66832018-01-03 Xavier Roirand <roirand@adacore.com>
6684
6685 * gdb.ada/excep_handle.exp: New testcase.
6686 * gdb.ada/excep_handle/foo.adb: New file.
6687 * gdb.ada/excep_handle/pck.ads: New file.
6688
bd570f80
JB
66892018-01-03 Joel Brobecker <brobecker@adacore.com>
6690
6691 * gdb.base/step-line.c: Add extra empty line in copyright header.
6692 * gdb.base/step-line.inp: Likewise.
6693
9fe561ab
JB
66942018-01-02 Joel Brobecker <brobecker@adacore.com>
6695
6696 * gdb.ada/dyn_stride.exp: Add slice test.
6697
a405673c
JB
66982018-01-02 Joel Brobecker <brobecker@adacore.com>
6699
6700 * gdb.ada/dyn_stride: New testcase.
6701
cef0f868
SH
67022017-12-27 Stafford Horne <shorne@gmail.com>
6703
6704 * gdb.xml/extra-regs.xml: Add example foo reggroup.
6705 * gdb.xml/tdesc-regs.exp: Add test to check for foo reggroup.
6706
b67d92b0
SH
67072017-12-27 Stafford Horne <shorne@gmail.com>
6708
6709 * gdb.base/reggroups.c: New file.
6710 * gdb.base/reggroups.exp: New file.
6711
eccab96d
JB
67122017-12-18 Joel Brobecker <brobecker@adacore.com>
6713
6714 * gdb.dwarf2/ada-valprint-error.c: New file.
6715 * gdb.dwarf2/ada-valprint-error.exp: New file.
6716
0e2da9f0
JB
67172017-12-18 Joel Brobecker <brobecker@adacore.com>
6718
6719 * gdb.ada/assign_arr: New testcase.
6720
cb923fcc
XR
67212017-12-18 Xavier Roirand <roirand@adacore.com>
6722
6723 * gdb.ada/funcall_ptr: New testcase.
6724
7c161838
SDJ
67252017-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
6726
6727 PR cli/16224
6728 * gdb.base/ptype-offsets.cc: New file.
6729 * gdb.base/ptype-offsets.exp: New file.
6730
1af17fd9
YQ
67312017-12-15 Yao Qi <yao.qi@linaro.org>
6732
6733 * gdb.gdb/unittest.exp: Skip 'maintenance check xml-descriptions'
6734 if XML is disabled.
6735
828d5846
XR
67362017-12-15 Xavier Roirand <roirand@adacore.com>
6737
6738 * gdb.ada/same_component_name: New testcase.
6739
79e8fcaa
JB
67402017-12-14 Joel Brobecker <brobecker@adacore.com>
6741
6742 * gdb.ada/str_binop_equal: New testcase.
6743
e05fa6f9
JB
67442017-12-14 Joel Brobecker <brobecker@adacore.com>
6745
6746 * gdb.ada/task_switch_in_core: New testcase.
6747
b89641ba
SM
67482017-12-13 Simon Marchi <simon.marchi@ericsson.com>
6749
6750 * gdb.python/py-breakpoint.c (foo_ns::multiply): New function.
6751 * gdb.python/py-breakpoint.exp: Compile the test case as c++,
6752 call test_bkpt_qualified.
6753 (test_bkpt_qualified): New proc.
6754
6892d2e4
PA
67552017-12-13 Pedro Alves <palves@redhat.com>
6756
6757 * lib/completion-support.exp (test_gdb_complete_tab_multiple):
6758 Tighten regexp by matching with an anchor.
6759
a22ecf70
PA
67602017-12-13 Pedro Alves <palves@redhat.com>
6761
6762 * gdb.cp/cpcompletion.exp: Load completion-support.exp.
6763 ("expression with namespace"): New set of tests.
6764 * gdb.cp/pr9594.cc (Test_NS::foo, Test_NS::bar)
6765 (Nested::Test_NS::qux): New.
6766 * lib/completion-support.exp (test_gdb_complete_cmd_multiple): Add
6767 defaults to 'start_quote_char' and 'end_quote_char' parameters.
6768
9937536c
JB
67692017-12-13 Joel Brobecker <brobecker@adacore.com>
6770
6771 * gdb.base/server-del-break.c: New file.
6772 * gdb.base/server-del-break.exp: New file.
6773
fe49c6f5
SH
67742017-12-12 Stafford Horne <shorne@gmail.com>
6775
6776 * gdb.xml/tdesc-regs.exp: Add or1k support.
6777
c3d18620
SH
67782017-12-12 Stafford Horne <shorne@gmail.com>
6779
6780 * gdb.base/bp-permanent.c: Define nop of or1k.
6781
c5f9cfc8
JB
67822017-12-11 Joel Brobecker <brobecker@adacore.com>
6783
6784 * gdb.ada/variant_record_packed_array.exp: Adapt test to accept
6785 output with components being reordered.
6786
a9c135fc
JB
67872017-12-11 Joel Brobecker <brobecker@adacore.com>
6788
6789 * gdb.ada/pkd_arr_elem.exp: Adapt "print test" test to accept
6790 output with components being reordered.
6791
927aa2e7
JK
67922017-12-08 Jan Kratochvil <jan.kratochvil@redhat.com>
6793 Pedro Alves <palves@redhat.com>
6794
6795 * gdb.base/maint.exp (check for .gdb_index): Check also for
6796 .debug_names.
6797 * gdb.dlang/watch-loc.c (.debug_aranges): New.
6798 * gdb.dwarf2/dw2-case-insensitive-debug.S: Likewise.
6799 * gdb.dwarf2/gdb-index.exp (check if index present, .gdb_index used)
6800 (.gdb_index used after symbol reloading): Support also .debug_names.
6801 * gdb.mi/dw2-ref-missing-frame-func.c (.debug_aranges): New.
6802
f17d9474
YQ
68032017-12-08 Yao Qi <yao.qi@linaro.org>
6804
6805 * gdb.arch/aarch64-tagged-pointer.c (main): Update.
6806 * gdb.arch/aarch64-tagged-pointer.exp: Add tests for watchpoint.
6807
a0de8c21
YQ
68082017-12-08 Yao Qi <yao.qi@linaro.org>
6809
6810 * gdb.arch/aarch64-tagged-pointer.c (main): Update.
6811 * gdb.arch/aarch64-tagged-pointer.exp: Add test for breakpoint.
6812
a738ea1d
YQ
68132017-12-08 Yao Qi <yao.qi@linaro.org>
6814
6815 * gdb.arch/aarch64-tagged-pointer.c: New file.
6816 * gdb.arch/aarch64-tagged-pointer.exp: New file.
6817
1cd9a73b
SDJ
68182017-12-08 Sergio Durigan Junior <sergiodj@redhat.com>
6819
6820 * gdb.arch/i386-sse-stack-align.exp: Cast "print" function call
6821 "int".
6822
fa6eb693
KS
68232017-12-07 Keith Seitz <keiths@redhat.com>
6824
6825 PR breakpoints/22569
6826 * gdb.linespec/ls-errs.exp: Change expected result of "break
6827 -source this file has spaces.c -line 3".
6828 Check that an explicit source file followed by whitespace is
6829 identified as an invalid explicit location.
6830
883fd55a
KS
68312017-12-07 Keith Seitz <keiths@redhat.com>
6832
6833 * gdb.cp/nested-types.cc: New file.
6834 * gdb.cp/nested-types.exp: New file.
6835 * lib/cp-support.exp: Load data-structures.exp library.
6836 (debug_cp_test_ptype_class): New global.
6837 (cp_ptype_class_verbose, next_line): New procedures.
6838 (cp_test_ptype_class): Add and document new parameter `recursive_qid'.
6839 Add and document new return value.
6840 Switch the list of lines to a queue.
6841 Add support for new `type' key for nested type definitions.
6842 Add debugging/troubleshooting messages.
6843 * lib/data-structures.exp: New file.
6844
ec72db3e
SM
68452017-12-07 Simon Marchi <simon.marchi@ericsson.com>
6846
6847 * gdb.python/py-breakpoint.exp (test_bkpt_explicit_loc): Define
6848 with proc_with_prefix, don't use with_test_prefix.
6849
99598d71
TT
68502017-12-07 Tom Tromey <tom@tromey.com>
6851
6852 * gdb.base/break.exp: Add test for empty "commands".
6853
a8806230
YQ
68542017-12-07 Yao Qi <yao.qi@linaro.org>
6855
6856 * gdb.trace/ftrace.exp (run_trace_experiment): Set breakpoint on
6857 malloc and catch syscall.
6858
824cc835
PM
68592017-12-07 Phil Muldoon <pmuldoon@redhat.com>
6860
e79be6e5 6861 * gdb.python/py-breakpoint.exp (test_bkpt_explicit_loc): Add new
824cc835
PM
6862 tests for explicit locations.
6863
7cc244de
PA
68642017-12-06 Pedro Alves <palves@redhat.com>
6865
6866 * gdb.arch/i386-avx.exp: If testing with a RSP target, check
6867 force-disabling XML descriptions.
6868
50a1fdd5
PA
68692017-12-04 Pedro Alves <palves@redhat.com>
6870
6871 PR gdb/22499
6872 * gdb.arch/amd64-disp-step-avx.S: New file.
6873 * gdb.arch/amd64-disp-step-avx.exp: New file.
6874
f0fb2488
PA
68752017-12-03 Pedro Alves <palves@redhat.com>
6876
6877 * gdb.threads/process-dies-while-detaching.c: Include <errno.h>
6878 and <string.h>.
6879 (parent_function): Print distinct messages when waitpid fails, or
6880 the child exits with a signal, or the child exits for an unhandled
6881 reason.
6882 * gdb.threads/process-dies-while-detaching.exp
6883 (detach_and_expect_exit): New 'inf_output_re' parameter and use
6884 it. Wait for both inferior output and GDB's prompt. Use an
6885 indirect spawn id list.
6886 (do_detach): New parameter 'child_exit'. Use it to compute
6887 expected inferior output.
6888 (test_detach, test_detach_watch, test_detach_killed_outside):
6889 Adjust to pass down the expected child exit kind.
6890
97cbe998
SDJ
68912017-12-01 Joel Brobecker <brobecker@adacore.com>
6892 Sergio Durigan Junior <sergiodj@redhat.com>
6893 Pedro Alves <palves@redhat.com>
6894
6895 * gdb.base/readnever.c, gdb.base/readnever.exp: New files.
6896
40fc416f
SDJ
68972017-12-01 Sergio Durigan Junior <sergiodj@redhat.com>
6898
6899 * gdb.base/relocate.exp: Add tests to guarantee that arguments
6900 to 'symbol-file' and 'add-symbol-file' can be
6901 position-independent.
6902
1cc75e92
YQ
69032017-12-01 Yao Qi <yao.qi@linaro.org>
6904
6905 * gdb.arch/aarch64-atomic-inst.exp: Replace mail address with
6906 the URL in copyright header.
6907 * gdb.arch/aarch64-fp.exp: Likewise.
6908 * gdb.arch/ppc64-atomic-inst.exp: Likewise.
6909 * gdb.arch/ppc64-isa207-atomic-inst.exp: Likewise.
6910 * gdb.base/expand-psymtabs.exp: Likewise.
6911 * gdb.cp/expand-psymtabs-cxx.exp: Likewise.
6912 * gdb.fortran/common-block.exp: Likewise.
6913 * gdb.fortran/common-block.f90: Likewise.
6914 * gdb.fortran/logical.exp: Likewise.
6915 * gdb.fortran/vla-datatypes.f90: Likewise.
6916 * gdb.fortran/vla-sub.f90: Likewise.
6917
875fb7a7
JB
69182017-11-30 Joel Brobecker <brobecker@adacore.com>
6919
6920 * gdb.ada/repeat_dyn: New testcase.
6921
6f14765f
UW
69222017-11-30 Ulrich Weigand <uweigand@de.ibm.com>
6923
6924 * gdb.cell/gcore.exp: Fix typo when setting spu_bin.
6925 Update for changed thread numbering.
6926 * gdb.cell/bt.exp: Update for changed GDB output.
6927
f1af7b94
SM
69282017-11-30 Simon Marchi <simon.marchi@ericsson.com>
6929
6930 * boards/cc-with-tweaks.exp: Include local-board.exp instead of
6931 setting isremote by hand.
6932 * boards/dwarf4-gdb-index.exp: Likewise.
6933 * boards/fission.exp: Likewise.
6934 * boards/stabs.exp: Likewise.
6935
e3919f3e
PA
69362017-11-30 Pedro Alves <palves@redhat.com>
6937
6938 * gdb.linespec/cpls-ops.exp
6939 (check_explicit_skips_function_argument): Extract the underlying
6940 type of size_t instead of hardcoding it.
6941
bd69330d
PA
69422017-11-29 Pedro Alves <palves@redhat.com>
6943
6944 PR c++/19436
6945 * gdb.linespec/cpls-abi-tag.cc: New file.
6946 * gdb.linespec/cpls-abi-tag.exp: New file.
6947
a20714ff
PA
69482017-11-29 Pedro Alves <palves@redhat.com>
6949
6950 * gdb.base/langs.exp: Use -qualified.
6951 * gdb.cp/meth-typedefs.exp: Use -qualified, and add tests without
6952 it.
6953 * gdb.cp/namespace.exp: Use -qualified.
6954 * gdb.linespec/cpcompletion.exp (overload-2, fqn, fqn-2)
6955 (overload-3, template-overload, template-ret-type, const-overload)
6956 (const-overload-quoted, anon-ns, ambiguous-prefix): New
6957 procedures.
6958 (test_driver): Call them.
6959 * gdb.cp/save-bp-qualified.cc: New.
6960 * gdb.cp/save-bp-qualified.exp: New.
6961 * gdb.linespec/explicit.exp: Test -qualified.
6962 * lib/completion-support.exp (completion::explicit_opts_list): Add
6963 "-qualified".
6964 * lib/gdb.exp (gdb_breakpoint): Handle "qualified".
6965
f6f1d339
PM
69662017-11-29 Phil Muldoon <pmuldoon@redhat.com>
6967
6968 * gdb.python/py-rbreak.exp: Set nosharedlibrary before tests.
6969
02ca603a
TT
69702017-11-29 Tom Tromey <tom@tromey.com>
6971
6972 * gdb.base/relocate.exp: Update invalid argument test.
6973 Add new tests for invalid arguments.
6974
ed6c0bfb
TP
69752017-11-29 Thomas Preud'homme <thomas.preudhomme@arm.com>
6976
6977 * gdb.cp/psymtab-parameter.cc (func): Change return type back to long.
6978 Return 0 as a long.
6979 * gdb.cp/psymtab-parameter.exp: Change func's return type back to long.
6980
f106e10e
TP
69812017-11-29 Thomas Preud'homme <thomas.preudhomme@arm.com>
6982
6983 * gdb.cp/breakpoint.cc (bar): Set return type to void.
6984 * gdb.cp/psymtab-parameter.cc (func): Likewise.
6985 * gdb.cp/psymtab-parameter.exp: Update comment regarding prototype of
6986 func ().
6987 * gdb.cp/shadow.cc (B.func): Return 0.
6988
10329bb2
JB
69892017-11-27 Joel Brobecker <brobecker@adacore.com>
6990
6991 * gdb.ada/mi_catch_ex.exp (continue_to_exception): Adjust
6992 expected output in gdb_expect call to allow the exception
6993 message to be present as well. Fix syntax confusion to avoid
6994 TCL thinking that exception_name is an array.
6995
617cd4bc
UW
69962017-11-26 Ulrich Weigand <uweigand@de.ibm.com>
6997
6998 * gdb.arch/spu-info.c: Include <unistd.h>.
6999 (do_signal_test): Fix broken calls to write.
7000 * gdb.arch/spu-info.exp: Use prepare_for_testing.
7001 Fix checks for empty mailboxes. Update signal tests for corrected
7002 do_signal_test routine. Allow nonzero event status.
58f7f0bf
UW
7003 * gdb.arch/spu-ls.exp: Use prepare_for_testing.
7004 * gdb.cell/arch.exp: Use standard_output_file.
7005 * gdb.cell/break.exp: Likewise.
7006 * gdb.cell/bt.exp: Likewise.
7007 * gdb.cell/core.exp: Likewise.
7008 * gdb.cell/dwarfaddr.exp: Likewise.
7009 * gdb.cell/ea-cache.exp: Likewise.
7010 * gdb.cell/ea-standalone.exp: Likewise.
7011 * gdb.cell/f-regs.exp: Likewise.
7012 * gdb.cell/fork.exp: Likewise.
7013 * gdb.cell/gcore.exp: Likewise.
7014 * gdb.cell/mem-access.exp: Likewise.
7015 * gdb.cell/ptype.exp: Likewise.
7016 * gdb.cell/registers.exp: Likewise.
7017 * gdb.cell/sizeof.exp: Likewise.
7018 * gdb.cell/solib-symbol.exp: Likewise.
7019 * gdb.cell/solib.exp: Likewise.
617cd4bc 7020
a81aaca0
PA
70212017-11-25 Pedro Alves <palves@redhat.com>
7022
7023 * gdb.base/complete-empty.exp: New file.
7024 * gdb.base/completion.exp: Adjust.
7025
6a3c6ee4
PA
70262017-11-25 Pedro Alves <palves@redhat.com>
7027
7028 * gdb.linespec/cpls-ops.cc: New file.
7029 * gdb.linespec/cpls-ops.exp: New file.
7030 * lib/completion-support.exp (test_complete_prefix_range_re): New,
7031 factored out from ...
7032 (test_complete_prefix_range): ... this.
7033
8955eb2d
PA
70342017-11-24 Pedro Alves <palves@redhat.com>
7035
7036 * gdb.linespec/cpcompletion.exp: New file.
7037 * gdb.linespec/cpls-hyphen.cc: New file.
7038 * gdb.linespec/cpls.cc: New file.
7039 * gdb.linespec/cpls2.cc: New file.
7040 * gdb.linespec/explicit.exp: Load completion-support.exp. Adjust
7041 test to use test_gdb_complete_unique. Add label completion,
7042 keyword completion and explicit location completion tests.
7043 * lib/completion-support.exp: New file.
7044
e547c119
JB
70452017-11-24 Joel Brobecker <brobecker@adacore.com>
7046
7047 * gdb.ada/catch_ex.exp, gdb.ada/mi_catch_ex.exp,
7048 gdb.ada/mi_ex_cond.exp: Accept optional exception message in
7049 when hitting an exception catchpoint.
7050
7c3c1aa8
YQ
70512017-11-22 Yao Qi <yao.qi@linaro.org>
7052
7053 * gdb.base/macscp.exp: Append -g3 to additional_flags for clang.
7054
41bd68f5
SM
70552017-11-22 Simon Marchi <simon.marchi@ericsson.com>
7056
7057 * gdb.opt/inline-locals.exp: Mark tests as KFAIL.
7058 * gdb.dwarf2/info-locals-optimized-out.exp: New file.
7059 * gdb.dwarf2/info-locals-optimized-out.c: New file.
7060
1daad298
YQ
70612017-11-22 Yao Qi <yao.qi@linaro.org>
7062
7063 * gdb.base/info-os.exp: Pass pthreads.
7064 * gdb.multi/multi-attach.exp: Likewise.
7065
88465e87
YQ
70662017-11-22 Yao Qi <yao.qi@linaro.org>
7067
7068 * gdb.dwarf2/pr10770.exp: Remove code skipping non-gcc
7069 compiler.
7070
dc196b23
YQ
70712017-11-22 Yao Qi <yao.qi@linaro.org>
7072
7073 * gdb.base/attach-pie-noexec.exp: Pass "-pie" in ldflags.
7074 * gdb.base/break-interp.exp: Likewise.
7075 * gdb.base/jit-attach-pie.exp: Likewise.
7076
2400729e
UW
70772017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
7078
7079 * gdb.base/float128.c (large128): New variable.
7080 * gdb.base/float128.exp: Add test to print largest __float128 value.
7081
7a26362d
UW
70822017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
7083
7084 * gdb.arch/vsx-regs.exp: Update register content checks.
7085
ed0f4273
UW
70862017-11-21 Ulrich Weigand <uweigand@de.ibm.com>
7087
7088 * gdb.arch/ppc-longdouble.exp: New file.
7089 * gdb.arch/ppc-longdouble.c: Likewise.
7090
a25d69c6
PA
70912017-11-21 Pedro Alves <palves@redhat.com>
7092
7093 * gdb.ada/minsyms.exp: Accept any address for 'some_minsym'.
7094
73fcf641
PA
70952017-11-20 Pedro Alves <palves@redhat.com>
7096
7097 * gdb.base/whatis-ptype-typedefs.c (double_typedef)
7098 (long_double_typedef): New typedefs.
7099 Use DEF on double and long double.
7100 * gdb.base/whatis-ptype-typedefs.exp: Add double and long double
7101 cases.
7102 (run_tests): New 'float_ptr_same_size', 'double_ptr_same_size',
7103 and 'long_double_ptr_same_size' locals. Use them to decide
7104 whether cast from array/function to float is valid/invalid.
7105
71a3c369
TT
71062017-11-17 Tom Tromey <tom@tromey.com>
7107
7108 * gdb.rust/traits.rs: New file.
7109 * gdb.rust/traits.exp: New file.
7110
ced9779b
JB
71112017-11-17 Joel Brobecker <brobecker@adacore.com>
7112
7113 * gdb.ada/minsyms: New testcase.
7114
a0922d80
PA
71152017-11-16 Pedro Alves <palves@redhat.com>
7116
7117 * gdb.base/bp-cmds-continue-ctrl-c.c: New file.
7118 * gdb.base/bp-cmds-continue-ctrl-c.exp: New file.
7119
ea04e54c
PA
71202017-11-16 Pedro Alves <palves@redhat.com>
7121
7122 * gdb.rust/modules.exp: Skip tests that rely on inferior I/O if
7123 gdb,noinferiorio is set, and use gdb_test_stdio otherwise.
7124
e849ea89
PA
71252017-11-16 Pedro Alves <palves@redhat.com>
7126
7127 * gdb.server/reconnect-ctrl-c.c: New file.
7128 * gdb.server/reconnect-ctrl-c.exp: New file.
7129
d8ae99a7
PM
71302017-11-16 Phil Muldoon <pmuldoon@redhat.com>
7131
7132 * gdb.python/py-rbreak.exp: New file.
7133 * gdb.python/py-rbreak.c: New file.
7134 * gdb.python/py-rbreak-func2.c: New file.
7135
968a13f8
PA
71362017-11-16 Pedro Alves <palves@redhat.com>
7137
7138 * gdb.base/starti.exp ("continue" test): Remove ".*"s from
7139 pattern.
7140 * lib/gdb.exp (gdb_test_sequence): Don't send empty command to
7141 GDB.
7142
71774bc9
SM
71432017-11-15 Simon Marchi <simon.marchi@ericsson.com>
7144
7145 * gdb.tui/completionn.exp (test_tab_completion): Add space in
7146 regex.
7147
ddbb44cf
SM
71482017-11-13 Simon Marchi <simon.marchi@polymtl.ca>
7149
7150 * gdb.opt/inline-locals.exp: Remove trailing parentheses from
7151 test names.
7152
584a564f
PA
71532017-11-09 Pedro Alves <palves@redhat.com>
7154
7155 * gdb.tui/tui-completion.exp (test_tab_completion): New procedure,
7156 factored out from ...
7157 (top level): ... here, and adjusted to avoid expecting beyond the
7158 prompt in a single gdb_test_multiple.
7159
5ed7a928
PA
71602017-11-09 Pedro Alves <palves@redhat.com>
7161
7162 * gdb.multi/multi-attach.exp ("kill" test): Match the whole query
7163 output.
7164 * gdb.server/ext-attach.exp ("kill" test): Likewise.
7165 * gdb.server/ext-restart.exp ("kill" test): Likewise.
7166 * gdb.server/ext-run.exp ("kill" test): Likewise.
7167 * gdb.server/ext-wrapper.exp ("kill" test): Likewise.
7168
a60e0738
PA
71692017-11-09 Pedro Alves <palves@redhat.com>
7170
7171 * gdb.cp/cpcompletion.exp (test_class_complete): Tighten regex to
7172 match till end of line.
7173
2c88253f
PA
71742017-11-09 Pedro Alves <palves@redhat.com>
7175
7176 * gdb.base/memattr.exp: Tighten regexes to match the end line.
7177
c7a38517
PA
71782017-11-09 Pedro Alves <palves@redhat.com>
7179
7180 * gdb.base/completion.exp (ignore_and_resync, test_tab_complete):
7181 New procedures, factored out from ...
7182 (top level): ... here, and adjusted to avoid expecting beyond the
7183 prompt in one go.
7184
f29f4b6b
PA
71852017-11-09 Pedro Alves <palves@redhat.com>
7186
7187 * gdb.asm/asm-source.exp ("kill" test): Match the whole query
7188 output. Fix '?' match.
7189
286acbb5
JB
71902017-11-08 Joel Brobecker <brobecker@adacore.com>
7191
7192 * gdb.ada/scoped_watch: New testcase.
7193 * gdb.ada/watch_arg.exp: Adjust expected behavior to the behavior
7194 which is actually correct.
7195 * gdb.ada/mi_interface.exp: Add missing thread-id in expected varobj.
7196 * gdb.ada/mi_var_array.exp: Add missing thread-id in expected varobj.
7197
62d7ae92
PA
71982017-11-08 Pedro Alves <palves@redhat.com>
7199
7200 * gdb.gdb/complaints.exp (test_initial_complaints)
7201 (test_serial_complaints, test_short_complaints): Call
7202 complaint_internal instead of complaint.
7203
280ca31f
DT
72042017-11-08 Djordje Todorovic <djordje.todorovic@rt-rk.com>
7205
7206 * gdb.threads/tls-core.c: New file.
7207 * gdb.threads/tls-core.exp: Likewise.
7208
b5ec771e
PA
72092017-11-08 Pedro Alves <palves@redhat.com>
7210
7211 * gdb.ada/complete.exp (p <Exported_Capitalized>): New test.
7212 (p Exported_Capitalized): New test.
7213 (p exported_capitalized): New test.
7214
a02b41a7
PA
72152017-11-07 Pedro Alves <palves@redhat.com>
7216
7217 * gdb.cp/ena-dis-br-range.exp: Add more tests.
7218
95e95a6d
PA
72192017-11-07 Pedro Alves <palves@redhat.com>
7220
7221 * gdb.base/ena-dis-br.exp (test_ena_dis_br): Adjust test.
7222 * gdb.cp/ena-dis-br-range.exp: Adjust tests.
7223 (disable_invalid, disable_inverted, disable_negative): New
7224 procedures.
7225 ("bad numbers"): New set of tests.
7226
cee62dbd
PA
72272017-11-07 Pedro Alves <palves@redhat.com>
7228
7229 * gdb.cp/ena-dis-br-range.exp: Add tests.
7230
cc638e86
PA
72312017-11-07 Pedro Alves <palves@redhat.com>
7232
7233 * gdb.base/ena-dis-br.exp: Don't expect "warning:".
7234
d0fe4701
XR
72352017-11-07 Xavier Roirand <roirand@adacore.com>
7236 Pedro Alves <palves@redhat.com>
7237
7238 * gdb.base/ena-dis-br.exp: Add reference to
7239 gdb.cp/ena-dis-br-range.exp.
7240 * gdb.cp/ena-dis-br-range.exp: New file.
7241 * gdb.cp/ena-dis-br-range.cc: New file.
7242
46f67f80
PA
72432017-11-06 Pedro Alves <palves@redhat.com>
7244
7245 * gdb.base/attach-non-pgrp-leader.c: New.
7246 * gdb.base/attach-non-pgrp-leader.exp: New.
7247
726e1356
PA
72482017-11-06 Pedro Alves <palves@redhat.com>
7249
7250 * configure.ac: No longer check for termio.h and sgtty.h.
7251 * configure: Regenerate.
7252 * remote-utils.c: Include termios.h instead of gdb_termios.h.
7253 (remote_open): Check HAVE_TERMIOS_H instead of HAVE_TERMIOS.
7254 Remove termio and sgtty code.
7255
50ab6ace
YQ
72562017-11-03 Yao Qi <yao.qi@linaro.org>
7257
7258 * gdb.mi/list-thread-groups-available.exp: Skip it if XML parsing
7259 in GDB is disabled.
7260
8e68731c
YQ
72612017-11-03 Yao Qi <yao.qi@linaro.org>
7262
7263 * gdb.python/py-thrhandle.exp: Skip it if python is not
7264 enabled.
7265
3a87ae65
SM
72662017-10-31 Simon Marchi <simon.marchi@polymtl.ca>
7267
7268 * gdb.mi/mi-break.exp (test_breakpoint_commands): Test backtrace
7269 as a breakpoint command.
7270
484d8d36
MD
72712017-10-28 Maksim Dzabraev <dzabraew@gmail.com>
7272
7273 PR python/21213
7274 * gdb.python/py-infthread.exp: Test calling
7275 InferiorThread.inferior () multiple times in a row.
7276
4a27f119
KS
72772017-10-27 Keith Seitz <keiths@redhat.com>
7278
7279 * gdb.opt/inline-break.exp (break_info_1): New procedure.
7280 Test "info break" for every inlined function breakpoint.
7281
bb11dd58
YQ
72822017-10-27 Yao Qi <yao.qi@linaro.org>
7283
7284 * gdb.arch/insn-reloc.c (can_relocate_bl): Mark "x30" clobbered.
7285
a43f3893
PF
72862017-10-26 Patrick Frants <osscontribute@gmail.com>
7287
7288 * gdb.cp/classes.exp (test_static_members): Test printing
7289 Outer::instance.
7290 * gdb.cp/classes.c (struct Inner, struct Outer): New.
7291 (Inner::instance, Outer::instance): New.
7292
792ccf00
PA
72932017-10-24 Pedro Alves <palves@redhat.com>
7294
7295 * gdb.base/new-ui.exp (do_test): Split "delete all breakpoints on
7296 extra console" test in two stages.
7297
eb2bfbad
PA
72982017-10-24 Pedro Alves <palves@redhat.com>
7299
7300 * gdb.threads/attach-into-signal.exp (corefunc): Reindent.
7301
1f75a651
PA
73022017-10-24 Pedro Alves <palves@redhat.com>
7303
7304 * gdb.threads/attach-into-signal.exp: Remove whole "stoppedtry"
7305 loop.
7306
779990d9
PA
73072017-10-24 Pedro Alves <palves@redhat.com>
7308
7309 * gdb.threads/attach-into-signal.exp (corefunc): Remove "attach
7310 $attempt" and "stoppedtry $stoppedtry" test prefixes.
7311
ad9b8f5d
PA
73122017-10-24 Pedro Alves <palves@redhat.com>
7313
7314 * lib/gdb-python.exp (get_python_valueof): Add 'test' optional
7315 parameter and handle it. Don't output read value in test name.
7316
fee6da6e
PA
73172017-10-24 Pedro Alves <palves@redhat.com>
7318
7319 * gdb.gdb/unittest.exp ('maintenance check xml-descriptions'): Use
7320 custom test name.
7321
10389c2c
PA
73222017-10-24 Pedro Alves <palves@redhat.com>
7323
7324 * gdb.base/startup-with-shell.exp ('touch $unique_file'): Don't
7325 include the unstable output directory name in the test's name.
7326 (initial_setup_simple) <'set args'>: Use custom test name.
7327
a80e65a9
PA
73282017-10-24 Pedro Alves <palves@redhat.com>
7329
7330 * gdb.arch/arc-tdesc-cpu.exp ('set tdesc filename'): Use gdb_test
7331 with explicit test name.
7332
15763a09
PA
73332017-10-20 Pedro Alves <palves@redhat.com>
7334
7335 * gdb.base/quit.exp: Use gdb_test_multiple and expect 'eof' before
7336 'wait -i'. Use gdb_assert and remote_close.
7337
49a4ce2e
AB
73382017-10-19 Andrew Burgess <andrew.burgess@embecosm.com>
7339
7340 * gdb.linespec/ls-errs.exp (do_test): Update comment, use line
7341 number from variable rather than hard-coded.
7342
a75868f5
PA
73432017-10-19 Pedro Alves <palves@redhat.com>
7344
7345 * gdb.base/long-inferior-output.c: New file.
7346 * gdb.base/long-inferior-output.exp: New file.
7347
c8ba13ad
KS
73482017-11-18 Keith Seitz <keiths@redhat.com>
7349
7350 * gdb.cp/cpexprs.cc (base) <operator fluff const* const*>: New
7351 method.
7352 (main): Call it.
7353 * gdb.cp/cpexprs.exp: Add new conversion operator to test matrix.
7354 Add additional user-defined conversion operator tests.
7355
b27de576
PA
73562017-10-17 Pedro Alves <palves@redhat.com>
7357
7358 * boards/native-stdio-gdbserver.exp: Load "local-board".
7359
8484c955
PA
73602017-10-17 Pedro Alves <palves@redhat.com>
7361
7362 * gdb.base/quit-live.c: New file.
7363 * gdb.base/quit-live.exp: New file.
7364
83d5a34d
KS
73652017-10-16 Keith Seitz <keiths@redhat.com>
7366
7367 * gdb.cp/classes.cc (class_with_typedefs, class_with_public_typedef)
7368 (class_with_protected_typedef, class_with_private_typedef)
7369 (struct_with_public_typedef, struct_with_protected_typedef)
7370 (struct_with_private_typedef): New classes/structs.
7371 * gdb.cp/classes.exp (test_ptype_class_objects): Add tests for
7372 typedefs and access specifiers.
7373
739b3f1d
PA
73742017-10-16 Pedro Alves <palves@redhat.com>
7375 Simon Marchi <simon.marchi@polymtl.ca>
7376
7377 * README (Local vs Remote vs Native): New section.
7378 * boards/local-board.exp: New file, with bits factored out from
7379 ...
7380 * boards/native-extended-gdbserver.exp: ... here. Load
7381 "local-board".
7382 * boards/native-gdbserver.exp: Load "local-board".
7383 (${board}_spawn, ${board}_exec): Delete.
7384 * boards/native-stdio-gdbserver.exp: Most contents factored out to
7385 ...
7386 * boards/stdio-gdbserver-base.exp: ... this new file.
7387 * boards/native-stdio-gdbserver.exp: Reimplement, by loading
7388 "stdio-gdbserver-base" and defining a get_target_remote_pipe_cmd
7389 procedure.
7390 * boards/remote-stdio-gdbserver.exp: Load stdio-gdbserver-base
7391 instead of native-stdio-gdbserver. Don't set gdb_server_prog nor
7392 stdio_gdbserver_command.
7393 (${board}_get_remote_address, ${board}_get_comm_port)
7394 (${board}_download, ${board}_upload): Delete.
7395 (get_target_remote_pipe_cmd): New.
7396
fe68b953
SM
73972017-10-16 Simon Marchi <simon.marchi@ericsson.com>
7398
7399 * gdb.python/py-breakpoint.exp (test_bkpt_basic,
7400 test_bkpt_deletion, test_bkpt_cond_and_cmds,
7401 test_bkpt_invisible, test_watchpoints, test_bkpt_internal,
7402 test_bkpt_eval_funcs, test_bkpt_temporary, test_bkpt_address,
7403 test_bkpt_pending, test_bkpt_events): Use proc_with_prefix,
7404 remove with_test_prefix.
7405
300b6685
PA
74062017-10-13 Pedro Alves <palves@redhat.com>
7407
7408 * lib/gdb.exp (target_can_use_run_cmd): New procedure.
7409 * gdb.base/annota1.exp: Use it instead of is_remote.
7410 * gdb.base/annota3.exp: Use it instead of is_remote.
7411 * gdb.cp/annota2.exp: Use it instead of is_remote.
7412 * gdb.cp/annota3.exp: Use it instead of is_remote.
7413 * gdb.multi/bkpt-multi-exec.exp: Use it instead of is_remote.
7414
50500caf
PA
74152017-10-13 Pedro Alves <palves@redhat.com>
7416
7417 * gdb.base/testenv.exp: Check use_gdb_stub instead of is_remote.
7418 (test_num_test_vars, run_and_count_vars, find_env)
7419 (test_set_unset_env, test_inherit_env_var): New procedures.
7420 (top level): Use them.
7421
dad0c6d2
PA
74222017-10-13 Pedro Alves <palves@redhat.com>
7423
7424 * lib/selftest-support.exp (selftest_setup): Extend comments, and
7425 also skip on stub-like targets.
7426
8b0553c1
PA
74272017-10-13 Pedro Alves <palves@redhat.com>
7428
7429 PR gdb/22293
7430 * gdb.base/find-unmapped.exp: Don't skip if is_remote target.
7431 (top level): Move some tests to ...
7432 (test_not_found): ... this new procedure.
7433 (top level): Call it.
7434
7594f623
PA
74352017-10-13 Pedro Alves <palves@redhat.com>
7436
7437 * gdb.base/term.exp: Don't skip if is_remote target. Instead,
7438 expect different "info terminal" output if testing with a
7439 non-native target.
7440
ebe3b402
PA
74412017-10-13 Pedro Alves <palves@redhat.com>
7442 Simon Marchi <simon.marchi@polymtl.ca>
7443
7444 PR python/12966
7445 * gdb.python/py-evthreads.exp: Remove is_remote target kfail.
7446
42f1b161
PA
74472017-10-13 Pedro Alves <palves@redhat.com>
7448
7449 * gdb.python/py-evthreads.exp: Start GDB with "set non-stop on"
7450 already.
7451
8d6ef72b
PA
74522017-10-13 Pedro Alves <palves@redhat.com>
7453
7454 * gdb.python/py-evsignal.exp: Check gdb_protocol instead of
7455 is_remote.
7456
d7bcd5b8
PA
74572017-10-13 Pedro Alves <palves@redhat.com>
7458
7459 * gdb.threads/thread_events.exp: Check gdb_protocol instead of
7460 is_remote.
7461
df479dc6
PA
74622017-10-13 Pedro Alves <palves@redhat.com>
7463
7464 * gdb.base/corefile.exp (corefile_test_run): Skip if gdb_protocol
7465 is set.
7466 (corefile_test_attach): Likewise. Check can_spawn_for_attach
7467 instead of is_remote.
7468
23fb630a
PA
74692017-10-13 Pedro Alves <palves@redhat.com>
7470
7471 * gdb.base/remote.exp: Check gdb_protocol instead of is_remote.
7472 (top level): Add comment.
7473
cc77b1dc
PA
74742017-10-13 Pedro Alves <palves@redhat.com>
7475
7476 * gdb.base/remote.exp (top level): Fix comment typo and add
7477 missing return.
7478
27c9e813
PA
74792017-10-13 Pedro Alves <palves@redhat.com>
7480 Simon Marchi <simon.marchi@polymtl.ca>
7481
7482 * gdb.base/solib-nodir.exp: Split is_remote and skip_shlib_tests
7483 calls and add comments. Skip test if use_gdb_stub is set.
7484 (top level): Use "set cwd" command instead of "cd" command.
7485
5e830d98
PA
74862017-10-13 Pedro Alves <palves@redhat.com>
7487
7488 * gdb.base/shlib-call.exp (top level): Use gdb_run_cmd and remove
7489 is_remote target check.
7490
f5ca0032
PA
74912017-10-13 Pedro Alves <palves@redhat.com>
7492
7493 * gdb.base/scope.exp: Use build_executable + clean_restart +
7494 gdb_file_cmd instead of prepare_for_testing and no longer skip
7495 "before run" tests on is_remote target boards. Update comments.
7496 * boards/native-extended-gdbserver.exp
7497 (extended_gdbserver_load_last_file): New, factored out from ...
7498 (gdb_load): ... this. Move further below and add comment.
7499 (extended_gdbserver_gdb_file_cmd, gdb_file_cmd, gdb_reload): New.
7500
8aed1c0d
PA
75012017-10-12 Pedro Alves <palves@redhat.com>
7502
7503 * gdb.base/attach.exp: Remove references to gdb64.
7504 * gdb.base/dbx.exp: Remove references to gdb64.
7505
cfa34c87
SM
75062017-10-12 Simon Marchi <simon.marchi@polymtl.ca>
7507 Pedro Alves <palves@redhat.com>
7508
7509 * gdb.base/label.exp: Remove is_remote target check.
7510
9192b7de
PA
75112017-10-12 Pedro Alves <palves@redhat.com>
7512
7513 * gdb.base/auvx.exp (coredir): Update comment.
7514 (top level) <core_works>: Use "set cwd" command instead of "cd"
7515 command.
7516
6bf0052d
PA
75172017-10-12 Pedro Alves <palves@redhat.com>
7518 Simon Marchi <simon.marchi@polymtl.ca>
7519
7520 * gdb.base/catch-fork-static.exp: No longer skip on is_remote
7521 target boards.
7522
e48ef82d
PA
75232017-10-12 Pedro Alves <palves@redhat.com>
7524 Simon Marchi <simon.marchi@polymtl.ca>
7525
7526 * gdb.base/checkpoint.exp: Don't check is_remote or isnative.
7527 Instead skip if there's any gdb_protocol set.
7528
8d7aea57
SM
75292017-10-12 Simon Marchi <simon.marchi@polymtl.ca>
7530 Pedro Alves <palves@redhat.com>
7531
7532 * gdb.base/dprintf-non-stop.exp: Remove is_remote target check.
7533
30440677
PA
75342017-10-12 Pedro Alves <palves@redhat.com>
7535 Simon Marchi <simon.marchi@polymtl.ca>
7536
7537 * gdb.base/argv0-symlink.exp: kfail on remote gdbserver,
7538 instead of on dejagnu remote boards.
7539
4e04f045 75402017-10-12 Pedro Alves <palves@redhat.com>
175654b9 7541 Simon Marchi <simon.marchi@polymtl.ca>
4e04f045
PA
7542
7543 * gdb.base/inferior-died.exp: Remove is_remote and isnative
7544 checks. Use build_executable + clean_restart instead of
7545 prepare_for_testing. Pass "set non-stop on" via GDBFLAGS instead
7546 of enabling non-stop after starting gdb.
7547
871a186e
PA
75482017-10-12 Pedro Alves <palves@redhat.com>
7549
7550 * gdb.threads/non-ldr-exc-1.exp: No longer skip if is_remote target.
7551 * gdb.threads/non-ldr-exc-2.exp: Ditto.
7552 * gdb.threads/non-ldr-exc-3.exp: Ditto.
7553 * gdb.threads/non-ldr-exc-4.exp: Ditto.
7554
56d704da
AK
75552017-10-11 Anton Kolesov <Anton.Kolesov@synopsys.com>
7556
7557 * gdb.arch/arc-tdesc-cpu.exp: New file.
7558 * gdb.arch/arc-tdesc-cpu.xml: Likewise.
7559
2f20e312
SM
75602017-10-10 Simon Marchi <simon.marchi@ericsson.com>
7561
7562 * lib/gdb.exp (get_integer_valueof): Don't output read value in test name.
7563
65630365
PA
75642017-10-10 Pedro Alves <palves@redhat.com>
7565
7566 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Don't
7567 expect CLI output.
7568
bf469271
PA
75692017-10-10 Pedro Alves <palves@redhat.com>
7570
7571 * lib/selftest-support.exp (selftest_setup): Update for
7572 captured_command_loop's prototype change.
7573
777a42f1
PA
75742017-10-09 Pedro Alves <palves@redhat.com>
7575
7576 Test both arch1=>arch2 and arch2=>arch1.
7577
7578 * gdb.multi/multi-arch-exec.exp (exec1, srcfile1, binfile1, exec2)
7579 (srcfile2, binfile2, march1, march2): Remove globals. Largely
7580 factored out to...
7581 (append_arch1_options, append_arch2_options, append_arch_options)
7582 (build_executables): New procedures.
7583 (do_test): New 'first_arch' parameter. Use it to define 'from_exec'
7584 local.
7585 (top level): Add new 'first_arch' testing axis.
7586
cbd2b4e3
PA
75872017-10-09 Pedro Alves <palves@redhat.com>
7588
7589 * gdb.multi/multi-arch-exec.c: Include <pthread.h> and <assert.h>.
7590 (barrier): New.
7591 (thread_start, all_started): New functions.
7592 (main): Spawn new thread and wait until it is scheduled.
7593 * gdb.multi/multi-arch-exec.exp: Build $srcfile1 with the pthreads
7594 option.
7595 (do_test): Add 'selected_thread' parameter. Run to all_started
7596 instead of main. Explicitly set the breakpoint at main. Switch
7597 to the SELECTED_THREAD thread.
7598 (top level): Test handling the exec event with either the main
7599 thread or the second thread selected.
7600
5c9e4427
PA
76012017-10-09 Pedro Alves <palves@redhat.com>
7602
7603 * gdb.base/print-file-var-main.c: Fix get_version_2 value check
7604 logic. Move STOP marker after the value checks.
7605 * gdb.base/print-file-var.exp (continue to STOP marker): Tighten
7606 regexp.
7607
b3b7c423
SL
76082017-10-06 Sandra Loosemore <sandra@codesourcery.com>
7609
7610 * gdb.mi/mi-threads-interrupt.exp: Skip test if nointerrupts.
7611
3b4b2f16
UW
76122017-10-05 Ulrich Weigand <uweigand@de.ibm.com>
7613
7614 * gdb.base/dfp-exprs.exp: Update tests to larger range of supported
7615 integer-to-dfp conversion.
7616 * gdb.base/dfp-test.exp: Likewise.
7617
5cd63fda
PA
76182017-10-04 Pedro Alves <palves@redhat.com>
7619
7620 * gdb.multi/hangout.c: Include <unistd.h>.
7621 (hangout_loop): New function.
7622 (main): Call alarm. Call hangout_loop in a loop.
7623 * gdb.multi/hello.c: Include <unistd.h>.
7624 (hello_loop): New function.
7625 (main): Call alarm. Call hangout_loop in a loop.
7626 * gdb.multi/multi-arch.exp: Test running to a breakpoint one
7627 inferior with the other selected.
7628
4c71c105
SM
76292017-10-04 Simon Marchi <simon.marchi@ericsson.com>
7630
7631 * gdb.mi/list-thread-groups-available.exp: New file.
7632 * gdb.mi/list-thread-groups-available.c: New file.
7633
bc3b087d
SDJ
76342017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
7635
7636 * gdb.base/set-cwd.exp: Make it available on
7637 native-extended-gdbserver.
7638
d092c5a2
SDJ
76392017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
7640
7641 * gdb.base/set-cwd.c: New file.
7642 * gdb.base/set-cwd.exp: Likewise.
7643
45320ffa
TT
76442017-10-02 Tom Tromey <tom@tromey.com>
7645
7646 PR rust/22236:
7647 * gdb.rust/simple.rs (main): New variable "fslice".
7648 * gdb.rust/simple.exp: Add slice tests. Update string tests.
7649
b3e3859b
TT
76502017-10-02 Tom Tromey <tom@tromey.com>
7651
7652 * gdb.rust/simple.exp: Test ptype of a slice.
7653
01af5e0d
TT
76542017-10-02 Tom Tromey <tom@tromey.com>
7655
7656 * gdb.rust/simple.exp: Test index of slice.
7657
a9bbfbd8
TT
76582017-09-27 Tom Tromey <tom@tromey.com>
7659
7660 * gdb.base/macscp.exp: Add __VA_OPT__ tests.
7661
df8899e5
TP
76622017-09-26 Thomas Preud'homme <thomas.preudhomme@arm.com>
7663 Pedro Alves <palves@redhat.com>
7664
7665 * gdb.base/compare-sections.exp (get value of read-only section): Read
7666 as unsigned value.
7667 (corrupt read-only section): Likewise and don't set written if patching
7668 failed.
7669
757bf54b
KB
76702017-09-21 Kevin Buettner <kevinb@redhat.com>
7671
7672 * gdb.python/py-thrhandle.c, gdb.python/py-thrhandle.exp: New
7673 files.
7674
06871ae8
PA
76752017-09-20 Pedro Alves <palves@redhat.com>
7676
7677 * gdb.base/list-ambiguous.exp (test_list_ambiguous_symbol): Expect
7678 symbol names in gdb's output.
7679 * gdb.cp/overload.exp ("list all overloads"): Likewise.
7680
e5f25bc5
PA
76812017-09-20 Pedro Alves <palves@redhat.com>
7682
7683 * gdb.base/list-ambiguous.exp (test_list_ambiguous_function):
7684 Rename to ...
7685 (test_list_ambiguous_symbol): ... this and add a symbol name
7686 parameter. Adjust.
7687 (test_list_ambiguous_function): Reimplement on top of
7688 test_list_ambiguous_symbol and also test listing ambiguous
7689 variables.
7690 * gdb.base/list-ambiguous0.c (ambiguous): Rename to ...
7691 (ambiguous_fun): ... this.
7692 (ambiguous_var): New.
7693 * gdb.base/list-ambiguous1.c (ambiguous): Rename to ...
7694 (ambiguous_fun): ... this.
7695 (ambiguous_var): New.
7696
4e5a4f58
JB
76972017-09-19 John Baldwin <jhb@FreeBSD.org>
7698
7699 * gdb.base/starti.c: New file.
7700 * gdb.base/starti.exp: New file.
7701 * lib/gdb.exp (gdb_starti_cmd): New procedure.
7702
26e53f3e
PA
77032017-09-14 Pedro Alves <palves@redhat.com>
7704
7705 * gdb.base/nodebug.exp (nodebug_runto): New procedure.
7706 (top level): Use it instead of runto.
7707
cb791d59
TT
77082017-09-11 Tom Tromey <tom@tromey.com>
7709
7710 * gdb.base/ena-dis-br.exp (test_ena_dis_br): Update test.
7711
7c96f8c1
TT
77122017-09-11 Tom Tromey <tom@tromey.com>
7713
7714 * gdb.python/py-infthread.exp: Add tests for new_thread event.
7715 * gdb.python/py-inferior.exp: Add tests for new inferior events.
7716
469412dd
CW
77172017-09-08 Christoph Weinmann <christoph.t.weinmann@intel.com>
7718
7719 * gdb.fortran/printing-types.exp: New file.
7720 * gdb.fortran/printing-types.exp: New file.
7721
e0f86435
BH
77222017-09-08 Bernhard Heckel <bernhard.heckel@intel.com>
7723
7724 * gdb.fortran/vla-ptype.exp: Fix typos.
7725 * gdb.fortran/vla-value.exp: Same.
7726
9e9af4be
BH
77272017-09-08 Bernhard Heckel <bernhard.heckel@intel.com>
7728
7729 * gdb.fortran/vla-value.exp: Use type names defined in libfortran.
7730 * gdb.mi/mi-var-child-f.exp: Likewise.
7731 * gdb.mi/mi-vla-fortran.exp: Likewise.
7732
a5ad232b 77332017-09-08 Frank Penczek <frank.penczek@intel.com>
e79be6e5
SM
7734 Christoph Weinmann <christoph.t.weinmann@intel.com>
7735 Bernhard Heckel <bernhard.heckel@intel.com>
a5ad232b
FP
7736
7737 * gdb.fortran/ptr-indentation.f90: New file.
7738 * gdb.fortran/ptr-indentation.exp: New file.
7739
5aec60eb
TT
77402017-09-05 Tom Tromey <tom@tromey.com>
7741
7742 PR gdb/22010:
7743 * gdb.base/sizeof.exp (check_valueof): Cast char constant to int.
7744
8f8f8152
TP
77452017-09-06 Thomas Preud'homme <thomas.preudhomme@arm.com>
7746
7747 * gdb.arch/thumb2-it.exp: Cast call to assembly defined function.
7748
fbd1b771
JK
77492017-09-06 Jan Kratochvil <jan.kratochvil@redhat.com>
7750
7751 * gdb.threads/tls-nodebug-pie.c: New file.
7752 * gdb.threads/tls-nodebug-pie.exp: New file.
7753
5eb5f850
TT
77542017-09-05 Tom Tromey <tom@tromey.com>
7755
7756 * lib/gdb.exp (gdb_compile): Don't use universal_compile_options
7757 for rust.
7758
ae780a21
SM
77592017-09-05 Simon Marchi <simon.marchi@ericsson.com>
7760
7761 * gdb.multi/multi-arch-exec.exp: Test with different
7762 "follow-exec-mode" settings.
7763 (do_test): New procedure.
7764
3693fdb3
PA
77652017-09-04 Pedro Alves <palves@redhat.com>
7766
7767 * gdb.base/func-static.c (S::method const, S::method volatile)
7768 (S::method volatile const): New methods.
7769 (c_s, v_s, cv_s): New instances.
7770 (main): Call method() on them.
7771 * gdb.base/func-static.exp (syntax_re, cannot_resolve_re): New variables.
7772 (cannot_resolve): New procedure.
7773 (cxx_scopes_list): Test cv methods. Add print-scope-quote and
7774 print-quote-unquoted columns.
7775 (do_test): Test printing each scope too.
7776
e68cb8e0
PA
77772017-09-04 Pedro Alves <palves@redhat.com>
7778
7779 * gdb.base/local-static.exp: Also test with
7780 class::method::variable wholly quoted.
7781 * gdb.cp/m-static.exp (class::method::variable): Remove test.
7782
858be34c
PA
77832017-09-04 Pedro Alves <palves@redhat.com>
7784
7785 * gdb.base/local-static.c: New.
7786 * gdb.base/local-static.cc: New.
7787 * gdb.base/local-static.exp: New.
7788
46a4882b
PA
77892017-09-04 Pedro Alves <palves@redhat.com>
7790
7791 * gdb.asm/asm-source.exp: Add casts to int.
7792 * gdb.base/nodebug.c (dataglobal8, dataglobal32_1, dataglobal32_2)
7793 (dataglobal64_1, dataglobal64_2): New globals.
7794 * gdb.base/nodebug.exp: Test different expressions involving the
7795 new globals, with print, whatis and ptype. Add casts to int.
7796 * gdb.base/solib-display.exp: Add casts to int.
7797 * gdb.compile/compile-ifunc.exp: Expect warning. Add cast to int.
7798 * gdb.cp/m-static.exp: Add cast to int.
7799 * gdb.dwarf2/dw2-skip-prologue.exp: Add cast to int.
7800 * gdb.threads/tls-nodebug.exp: Check that gdb errors out printing
7801 tls variable with no debug info without a cast. Test with a cast
7802 to int too.
7803 * gdb.trace/entry-values.exp: Add casts.
7804
2c5a2be1
PA
78052017-09-04 Pedro Alves <palves@redhat.com>
7806
7807 * gdb.base/nodebug.exp: Test that ptype's error about functions
7808 with unknown return type includes the function name too.
7809
7022349d
PA
78102017-09-04 Pedro Alves <palves@redhat.com>
7811
7812 * gdb.base/break-main-file-remove-fail.exp (test_remove_bp): Cast
7813 return type of munmap in infcall.
7814 * gdb.base/break-probes.exp: Cast return type of foo in infcall.
7815 * gdb.base/checkpoint.exp: Simplify using for loop. Cast return
7816 type of ftell in infcall.
7817 * gdb.base/dprintf-detach.exp (dprintf_detach_test): Cast return
7818 type of getpid in infcall.
7819 * gdb.base/infcall-exec.exp: Cast return type of execlp in
7820 infcall.
7821 * gdb.base/info-os.exp: Cast return type of getpid in infcall.
7822 Bail on failure to extract the pid.
7823 * gdb.base/nodebug.c: #include <stdint.h>.
7824 (multf, multf_noproto, mult, mult_noproto, add8, add8_noproto):
7825 New functions.
7826 * gdb.base/nodebug.exp (test_call_promotion): New procedure.
7827 Change expected output of print/whatis/ptype with functions with
7828 no debug info. Test all supported languages. Call
7829 test_call_promotion.
7830 * gdb.compile/compile.exp: Adjust expected output to expect
7831 warning.
7832 * gdb.threads/siginfo-threads.exp: Likewise.
7833
54990598
PA
78342017-09-04 Pedro Alves <palves@redhat.com>
7835
7836 * gdb.base/callfuncs.exp (do_function_calls): New parameter
7837 "prototypes". Test calling float functions via prototyped and
7838 unprototyped function pointers.
7839 (perform_all_tests): New parameter "prototypes". Pass it down.
7840 (top level): Pass down "prototypes" parameter to
7841 perform_all_tests.
7842
34d16ea2
SM
78432017-09-04 Simon Marchi <simon.marchi@ericsson.com>
7844
7845 * gdb.base/commands.exp (loop_break_test, loop_continue_test):
7846 Test with nested loops.
7847
9521ecda
SM
78482017-09-04 Simon Marchi <simon.marchi@ericsson.com>
7849
7850 * gdb.base/commands.exp: Call the new procedures.
7851 (loop_break_test, loop_continue_test): New procedures.
7852
80a65e9b
SM
78532017-09-04 Simon Marchi <simon.marchi@ericsson.com>
7854
7855 * gdb.base/commands.exp: Call new procedure.
7856 (define_if_without_arg_test): New procedure.
7857
e439fa14
PA
78582017-09-04 Pedro Alves <palves@redhat.com>
7859
7860 * gdb.base/list-ambiguous.exp: New file.
7861 * gdb.base/list-ambiguous0.c: New file.
7862 * gdb.base/list-ambiguous1.c: New file.
7863 * gdb.base/list.exp (test_list_range): Adjust expected output.
7864
0a2dde4a
SDJ
78652017-08-31 Sergio Durigan Junior <sergiodj@redhat.com>
7866
7867 * gdb.base/share-env-with-gdbserver.c: New file.
7868 * gdb.base/share-env-with-gdbserver.exp: Likewise.
7869
5e89eb3a
SM
78702017-08-28 Simon Marchi <simon.marchi@ericsson.com>
7871
7872 * gdb.base/commands.exp (gdbvar_simple_if_test,
7873 gdbvar_simple_if_test, gdbvar_complex_if_while_test,
7874 progvar_simple_if_test, progvar_simple_while_test,
7875 progvar_complex_if_while_test, user_defined_command_test,
7876 user_defined_command_args_eval,
7877 user_defined_command_args_stack_test,
7878 user_defined_command_manyargs_test, bp_deleted_in_command_test,
7879 temporary_breakpoint_commands,
7880 gdb_test_no_prompt, redefine_hook_test,
7881 redefine_backtrace_test): Remove "global gdb_prompt".
7882
fd437cbc
SM
78832017-08-28 Simon Marchi <simon.marchi@ericsson.com>
7884
7885 * gdb.base/commands.exp (user_defined_command_case_sensitivity):
7886 New proc, call it from toplevel.
7887
87215ad1
SDJ
78882017-08-23 Sergio Durigan Junior <sergiodj@redhat.com>
7889
7890 PR remote/21852
7891 * gdb.server/normal.c: New file, copied from gdb.base.
7892 * gdb.server/run-without-local-binary.exp: New file.
7893
58afddc6
WP
78942017-08-07 Weimin Pan <weimin.pan@oracle.com>
7895
7896 * gdb.arch/sparc64-adi.exp: New file.
7897 * gdb.arch/sparc64-adi.c: New file.
7898
5277199a
PA
78992017-08-22 Pedro Alves <palves@redhat.com>
7900
7901 * gdb.cp/overload.exp (line_range_pattern): New procedure.
7902 (top level): Add "list all overloads" tests.
7903
14278e1f
TT
79042017-08-22 Tom Tromey <tom@tromey.com>
7905
7906 * gdb.gdb/xfullpath.exp: Remove.
7907
bf223d3e
PA
79082017-08-21 Pedro Alves <palves@redhat.com>
7909
7910 PR gdb/19487
7911 * gdb.base/symbol-alias.c: New.
7912 * gdb.base/symbol-alias2.c: New.
7913 * gdb.base/symbol-alias.exp: New.
7914
c973d0aa
PA
79152017-08-21 Pedro Alves <palves@redhat.com>
7916
7917 * gdb.base/dfp-test.c
7918 (d32_t, d64_t, d128_t, d32_t2, d64_t2, d128_t2, v_d32_t, v_d64_t)
7919 (v_d128_t, v_d32_t2, v_d64_t2, v_d128_t2): New.
7920 * gdb.base/dfp-test.exp: Add whatis/ptype/cast tests.
7921 * gdb.base/gnu_vector.exp: Add whatis/ptype/cast tests.
7922 * gdb.base/whatis-ptype-typedefs.c: New.
7923 * gdb.base/whatis-ptype-typedefs.exp: New.
7924 * gdb.python/py-prettyprint.c (int_type, int_type2): New typedefs.
7925 (an_int, an_int_type, an_int_type2): New globals.
7926 * gdb.python/py-prettyprint.exp (run_lang_tests): Add tests
7927 involving typedefs and cast expressions.
7928 * gdb.python/py-prettyprint.py (class pp_int_typedef): New.
7929 (lookup_typedefs_function): New.
7930 (typedefs_pretty_printers_dict): New.
7931 (top level): Register lookup_typedefs_function in
7932 gdb.pretty_printers.
7933
6d580b63
YQ
79342017-08-18 Yao Qi <yao.qi@linaro.org>
7935
7936 * gdb.server/unittest.exp: New.
7937
206726fb
SDJ
79382017-08-15 Sergio Durigan Junior <sergiodj@redhat.com>
7939
7940 PR gdb/21954
7941 * gdb.base/environ.exp: Add test to check if 'unset environment'
7942 works.
7943
bf0ec4c2
AA
79442017-08-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
7945
7946 * lib/gdb.exp (universal_compile_options): New caching proc.
7947 (gdb_compile): Suppress GCC's coloring of messages.
7948
d6382fff
TT
79492017-08-14 Tom Tromey <tom@tromey.com>
7950
7951 PR gdb/21675:
7952 * gdb.base/printcmds.exp (test_radices): New function.
7953 * gdb.dwarf2/var-access.exp: Use p/u, not p/d.
7954 * gdb.base/sizeof.exp (check_valueof): Use p/d.
7955 * lib/gdb.exp (get_integer_valueof): Use p/d.
7956
c2c2dd9f
SM
79572017-08-12 Simon Marchi <simon.marchi@ericsson.com>
7958
7959 * lib/gdb.exp (get_valueof): Don't capture end-of-line
7960 characters.
7961
fdffd6f4
TT
79622017-08-05 Tom Tromey <tom@tromey.com>
7963
7964 * gdb.rust/simple.exp: Allow String to appear in a different
7965 namespace.
7966
27d41eac
YQ
79672017-07-26 Yao Qi <yao.qi@linaro.org>
7968
7969 * gdb.gdb/unittest.exp: Invoke command
7970 "maintenance check xml-descriptions".
7971
031ed05d
AA
79722017-07-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
7973
7974 * gdb.arch/s390-vregs.exp: Calculate parameters to hex128 in the
7975 calling context.
7976 (hex128): Drop erroneous calculation of parameters.
7977
dcd27ddf
SM
79782017-07-22 Simon Marchi <simon.marchi@ericsson.com>
7979
7980 * gdb.python/py-unwind.exp: Disable stack protection when
7981 building test file.
7982
47e77640
PA
79832017-07-20 Pedro Alves <palves@redhat.com>
7984
7985 * gdb.base/default.exp (set language): Adjust expected output.
7986
62d2a18a
PA
79872017-07-20 Pedro Alves <palves@redhat.com>
7988
7989 * gdb.base/dmsym.c (pck__foo__bar__minsym): Rename to ...
7990 (test_minsym): ... this, and make static.
7991 (get_pck__foo__bar__minsym): Rename to ...
7992 (get_test_minsym): ... this.
7993 * gdb.base/dmsym.exp (): Remove "set language ada" call. Adjust
7994 symbol names and comments.
7995 * gdb.base/dmsym_main.c (get_pck__foo__bar__minsym): Rename to ...
7996 (get_test_minsym): ... this.
7997 (pck__foo__bar__minsym__2): Rename to ...
7998 (test_minsym): ... this.
7999 (main): Adjust.
8000
c45ec17c
PA
80012017-07-17 Pedro Alves <palves@redhat.com>
8002
8003 * gdb.base/completion.exp: Adjust expected output.
8004 * gdb.linespec/ls-errs.exp: Don't send tab characters, now that
8005 the completer works.
8006
c6756f62
PA
80072017-07-17 Pedro Alves <palves@redhat.com>
8008
8009 * gdb.linespec/ls-errs.exp (do_test): Adjust expected output.
8010
5bd68487
AB
80112017-07-15 Andrew Burgess <andrew.burgess@embecosm.com>
8012
8013 * gdb.mi/mi-vla-fortran.exp: Make test names unique.
8014
8880f2a9
TT
80152017-07-14 Tom Tromey <tom@tromey.com>
8016
8017 PR rust/21764:
8018 * gdb.rust/simple.exp: Add tests.
8019
65547233
TT
80202017-07-14 Tom Tromey <tom@tromey.com>
8021
8022 * gdb.rust/simple.exp: Add regression test for PR rust/21763.
8023
8f14146e
PA
80242017-07-14 Pedro Alves <palves@redhat.com>
8025
8026 * gdb.linespec/base/one/thefile.cc (z1): New function.
8027 * gdb.linespec/base/two/thefile.cc (z2): New function.
8028 * gdb.linespec/linespec.exp: Add tests.
8029
b4365d02
AB
80302017-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
8031
8032 * gdb.mi/mi-vla-fortran.exp: Correct even more parameter passing
8033 to mi_create_breakpoint.
8034
5d2cbaa5
AB
80352017-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
8036
8037 * gdb.mi/mi-vla-fortran.exp: Correct parameter passing to
8038 mi_create_breakpoint.
8039
11cb5716
IB
80402017-07-11 Iain Buclaw <ibuclaw@gdcproject.org>
8041
8042 * gdb.dlang/demangle.exp: Update for demangling changes.
8043
03278692
TT
80442017-07-09 Tom Tromey <tom@tromey.com>
8045
8046 * gdb.dwarf2/shortpiece.exp: New file.
8047
33c5cd75
DB
80482017-07-06 David Blaikie <dblaikie@gmail.com>
8049
8050 * gdb.dwarf2/fission-multi-cu.S: Test containing multiple CUs in a DWO,
8051 built from fissiont-multi-cu{1,2}.c.
8052 * gdb.dwarf2/fission-multi-cu.exp: Test similar to fission-base.exp,
8053 except putting 'main' and 'func' in separate CUs in the same DWO file.
8054 * gdb.dwarf2/fission-multi-cu1.c: First CU for the multi-CU-single-DWO
8055 test.
8056 * gdb.dwarf2/fission-multi-cu2.c: Second CU in the multi-CU-single-DWO
8057 test.
8058
8455d262
PA
80592017-07-06 Pedro Alves <palves@redhat.com>
8060
8061 * gdb.python/py-unwind.exp: Test flushregs.
8062
dc4bde35
SDJ
80632017-06-30 Sergio Durigan Junior <sergiodj@redhat.com>
8064
8065 PR cli/21688
8066 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): Add new
8067 tests for alias commands and trailing whitespace.
8068
51ed89aa
SDJ
80692017-06-30 Sergio Durigan Junior <sergiodj@redhat.com>
8070
8071 PR cli/21688
8072 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): New
8073 procedure. Call it.
8074
eb17d413
PA
80752017-06-29 Pedro Alves <palves@redhat.com>
8076
8077 * gdb.base/printcmds.exp: Add tests.
8078
41664b45
DG
80792017-06-28 Doug Gilmore <Doug.Gilmore@imgtec.com>
8080
8081 PR gdb/21337
8082 * gdb.base/reread-readsym.exp: New file.
8083 * gdb.base/reread-readsym.c: New file.
8084
75312ae3
KB
80852017-06-21 Kevin Buettner <kevinb@redhat.com>
8086
8087 * gdb.exp (gdb_test): Using noncapturing parens for the $pattern
8088 subpattern.
8089
66953522
PB
80902017-06-19 Peter Bergner <bergner@vnet.ibm.com>
8091
8092 * gdb.arch/powerpc-power9.exp: Update test case for new lnia
8093 extended mnemonic.
8094 * gdb.arch/powerpc-power9.s: Likewise.
8095
5524b525
AA
80962017-06-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
8097
8098 * gdb.dwarf2/var-access.exp: Use register name ecx instead of edx
8099 on 32-bit x86 targets. Exploit is_*_target macros where
8100 appropriate.
8101
03c8af18
AA
81022017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8103
8104 * gdb.dwarf2/var-access.exp: Add test for non-byte-aligned
8105 register pieces.
8106
3bf31011
AA
81072017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8108
8109 * gdb.dwarf2/var-access.exp: Add tests for accessing bit-fields
8110 located in one or more DWARF pieces.
8111
805acca0
AA
81122017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8113
8114 * lib/gdb.exp (get_endianness): New proc.
8115 * gdb.arch/aarch64-fp.exp: Use it.
8116 * gdb.arch/altivec-regs.exp: Likewise.
8117 * gdb.arch/e500-regs.exp: Likewise.
8118 * gdb.arch/vsx-regs.exp: Likewise.
8119 * gdb.base/dump.exp: Likewise.
8120 * gdb.base/funcargs.exp: Likewise.
8121 * gdb.base/gnu_vector.exp: Likewise.
8122 * gdb.dwarf2/formdata16.exp: Likewise.
8123 * gdb.dwarf2/implptrpiece.exp: Likewise.
8124 * gdb.dwarf2/nonvar-access.exp: Likewise.
8125 * gdb.python/py-inferior.exp: Likewise.
8126 * gdb.trace/unavailable-dwarf-piece.exp: Likewise.
8127
e9352324
AA
81282017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8129
8130 PR gdb/21226
8131 * gdb.dwarf2/nonvar-access.exp: Add checks for verifying that
8132 stack value pieces are taken from the LSB end.
8133
d5d1163e
AA
81342017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8135
8136 * gdb.dwarf2/var-pieces.exp: Add test case for modifying a
8137 variable at nonzero offset.
8138
0567c986
AA
81392017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8140
8141 * gdb.dwarf2/var-access.c: New file.
8142 * gdb.dwarf2/var-access.exp: New test.
8143 * lib/gdb-utils.exp (string_to_regexp): Quote braces as well.
8144
973e9aab
TT
81452017-06-12 Tom Tromey <tom@tromey.com>
8146
8147 * gdb.dwarf2/formdata16.exp: Add tests.
8148
d9109c80
TT
81492017-06-12 Tom Tromey <tom@tromey.com>
8150
8151 * gdb.arch/altivec-regs.exp: Expect decimal results for uint128.
8152
30a25466
TT
81532017-06-12 Tom Tromey <tom@tromey.com>
8154
8155 PR exp/16225:
8156 * gdb.reverse/i386-sse-reverse.exp: Update tests.
8157 * gdb.arch/vsx-regs.exp: Update tests.
8158 * gdb.arch/s390-vregs.exp (hex128): New proc.
8159 Update test.
8160 * gdb.arch/altivec-regs.exp: Update tests.
8161
aefd8b33
SDJ
81622017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
8163
8164 * gdb.base/startup-with-shell.c: New file.
8165 * gdb.base/startup-with-shell.exp: Likewise.
8166
2090129c
SDJ
81672017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
8168
8169 * gdb.server/non-existing-program.exp: Update regex in order to
8170 reflect the fact that gdbserver is now using fork_inferior (with a
8171 shell) to startup the inferior.
8172
8e86a419
SM
81732017-05-30 Simon Marchi <simon.marchi@ericsson.com>
8174
8175 * gdb.base/watch-cond-infcall.exp: Don't run if target doesn't
8176 support function calls from GDB.
8177
e6cf65f2
TT
81782017-05-21 Tom Tromey <tom@tromey.com>
8179
8180 PR rust/21466:
8181 * gdb.rust/unsized.exp: New file.
8182 * gdb.rust/unsized.rs: New file.
8183
43cc5389
TT
81842017-05-19 Tom Tromey <tom@tromey.com>
8185
8186 PR rust/21484:
8187 * gdb.rust/watch.exp: New file.
8188 * gdb.rust/watch.rs: New file.
8189
ec8df234
TT
81902017-05-18 Tom Tromey <tom@tromey.com>
8191
8192 * gdb.rust/simple.exp: Allow Box to be qualified.
8193
3e3e7fae
TP
81942017-05-18 Thomas Preud'homme <thomas.preudhomme@arm.com>
8195
8196 * gdb.base/float.exp: Expect GDB prompt for targets without FPU.
8197
59cc050d
PA
81982017-05-18 Pedro Alves <palves@redhat.com>
8199
8200 * gdb.base/fileio.c (test_write, test_read, test_close)
8201 (test_fstat): Don't print 'ret' in the fail path.
8202
c8f6abd1
PA
82032017-05-18 Pedro Alves <palves@redhat.com>
8204
8205 * gdb.base/fileio.c (stop, test_open, test_write, test_read)
8206 (test_lseek, test_close, test_stat, test_fstat, test_isatty)
8207 (test_system, test_rename, test_unlink, test_time): Change
8208 prototypes.
8209 * gdb.base/fileio.exp (stop_msg): Adjust.
8210
d2a03b77
PA
82112017-05-18 Pedro Alves <palves@redhat.com>
8212
8213 * gdb.base/fileio.c (null_str): New global.
8214 (test_stat): Use it.
8215 * gdb.base/fileio.exp: Remove nowarnings.
8216
0d5c6999
YQ
82172017-05-17 Yao Qi <yao.qi@linaro.org>
8218
8219 * gdb.base/fileio.exp: Pass nowarnings to gdb_compile.
8220
21873064
YQ
82212017-05-17 Simon Marchi <simon.marchi@ericsson.com>
8222
8223 * gdb.base/set-inferior-tty.exp (test_set_inferior_tty): Add
8224 argument command.
8225 (top-level): Invoke test_set_inferior_tty.
8226
d512d31c
PA
82272017-05-04 Pedro Alves <palves@redhat.com>
8228
8229 * gdb.python/py-record-btrace-threads.exp (check_insn_for_thread):
8230 Add parens to print call for Python 3.
8231
90cef2ed
KS
82322017-05-03 Keith Seitz <keiths@redhat.com>
8233
8234 * gdb.cp/oranking.cc (dummy): New function to grab malloc.
8235 (main): Call it.
8236
14f819c8
TW
82372017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
8238
8239 * gdb.python/py-record-btrace.exp: Rename prev_sibling and next_sibling
8240 to prev and next.
8241
913aeadd
TW
82422017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
8243
8244 * gdb.python/py-record-btrace.exp: Remove test for
8245 gdb.BtraceInstruction.error.
8246
a3be24ad
TW
82472017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
8248
8249 * gdb.python/py-record-btrace.exp: Remove Record.ptid test.
8250
ae20e79a
TW
82512017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
8252
8253 * gdb.python/py-record-btrace-threads.c: New file.
8254 * gdb.python/py-record-btrace-threads.exp: New file.
8255
45ce1b47
SDJ
82562017-04-28 Sergio Durigan Junior <sergiodj@redhat.com>
8257
8258 PR testsuite/8595
8259 * gdb.base/environ.exp: Make test available in all architectures.
8260 Move bits related to "info program" testing to
8261 gdb.base/info-program.exp. Rewrite tests to use the two new
8262 procedures mentione below.
8263 (test_set_show_env_var) New procedure.
8264 (test_set_show_env_var_equal): Likewise.
8265 * gdb.base/info-program.exp: New file.
8266
e15c3eb4
KS
82672017-04-27 Keith Seitz <keiths@redhat.com>
8268
8269 * gdb.cp/oranking.cc (test15): New function.
8270 (main): Call test15 and declare additional variables for testing.
8271 * gdb.cp/oranking.exp: Remove kfail status for "p foo4(&a)" and
8272 "p foo101('abc')" tests.
8273 Add tests for cv qualifier overloads.
8274 * gdb.cp/rvalue-ref-overloads.exp: Remove kfail status for
8275 "lvalue reference overload" test.
8276 * gdb.cp/rvalue-ref-params.exp: Remove kfail status for
8277 "print value of f1 on Child&& in f2" test.
8278
3a3fd0fd
PA
82792017-04-19 Pedro Alves <palves@redhat.com>
8280
8281 * gdb.threads/threadapply.exp (kill_and_remove_inferior): New
8282 procedure.
8283 (top level): Call it.
8284 * lib/gdb.exp (gdb_define_cmd): New procedure.
8285
53375380
PA
82862017-04-12 Pedro Alves <palves@redhat.com>
8287
8288 PR gdb/21323
8289 * gdb.cp/wide_char_types.c: Include <wchar.h>.
8290 (wchar): New global.
8291 * gdb.cp/wide_char_types.exp (wide_char_types_program)
8292 (do_test_wide_char, wide_char_types_no_program, top level): Add
8293 wchar_t testing.
8294
53e710ac
PA
82952017-04-12 Pedro Alves <palves@redhat.com>
8296
8297 PR c++/21323
8298 * gdb.cp/wide_char_types.c: New file.
8299 * gdb.cp/wide_char_types.exp: New file.
8300
0ad9d8c7
SDJ
83012017-04-05 Sergio Durigan Junior <sergiodj@redhat.com>
8302
8303 PR gdb/21352
8304 * gdb.trace/tsv.exp: Add test for "tsave -r".
8305
b1b45502
IB
83062017-03-30 Iain Buclaw <ibuclaw@gdcproject.org>
8307
8308 * gdb.dlang/watch-loc.c: New file.
8309 * gdb.dlang/watch-loc.exp: New file.
8310
ec13808e
JK
83112017-03-29 Jan Kratochvil <jan.kratochvil@redhat.com>
8312
8313 * gdb.python/py-section-script.exp (sepdebug): New testcases.
8314
fe5f7374
AK
83152017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
8316
8317 * gdb.arch/arc-analyze-prologue.S: New file.
8318 * gdb.arch/arc-analyze-prologue.exp: Likewise.
8319
eea78757
AK
83202017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
8321
8322 * gdb.arch/arc-decode-insn.S: New file.
8323 * gdb.arch/arc-decode-insn.exp: Likewise.
8324
5badf10a
IR
83252017-03-21 Ivo Raisr <ivo.raisr@oracle.com>
8326
8327 PR tdep/20928
8328 * gdb.arch/sparc64-regs.exp: New file.
8329 * gdb.arch/sparc64-regs.S: Likewise.
8330
cee59b3f
TW
83312017-03-21 Tim Wiederhake <tim.wiederhake@intel.com>
8332
8333 * gdb.python/py-record-btrace.exp: Check for buffer on Python 2
8334 and memory view on Python 3.
8335
c0f55cc6
AV
83362017-03-20 Artemiy Volkov <artemiyv@acm.org>
8337 Keith Seitz <keiths@redhat.com>
8338
8339 PR gdb/14441
8340 * gdb.cp/demangle.exp: Add rvalue reference tests.
8341 * gdb.cp/rvalue-ref-casts.cc: New file.
8342 * gdb.cp/rvalue-ref-casts.exp: New file.
8343 * gdb.cp/rvalue-ref-overload.cc: New file.
8344 * gdb.cp/rvalue-ref-overload.exp: New file.
8345 * gdb.cp/rvalue-ref-params.cc: New file.
8346 * gdb.cp/rvalue-ref-params.exp: New file.
8347 * gdb.cp/rvalue-ref-sizeof.cc: New file.
8348 * gdb.cp/rvalue-ref-sizeof.exp: New file.
8349 * gdb.cp/rvalue-ref-types.cc: New file.
8350 * gdb.cp/rvalue-ref-types.exp: New file.
8351 * gdb.python/py-rvalue-ref-value-cc.cc: New file.
8352 * gdb.python/py-rvalue-ref-value-cc.exp: New file.
8353
51457a05
MAL
83542017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
8355
8356 * gdb.mi/mi-solib.exp (test_file_list_shared_libraries):
8357 New procedure.
8358
5b291c04
MAL
83592017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
8360
8361 * lib/mi-support.exp (mi_gdb_test): Add additional message
8362 for unexpected output.
8363
59a56148
AA
83642017-03-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
8365
8366 * gdb.base/examine-backward.c (Barrier): New character array
8367 constant, to ensure that TestStrings is preceded by a string
8368 terminator.
8369
7942e96e
AA
83702017-03-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
8371
8372 * lib/dwarf.exp: Add support for DW_OP_implicit_pointer.
8373 * gdb.dwarf2/nonvar-access.exp: Add test for stack value location
8374 and implicit pointer into such a location.
8375
6ebac3fb
DE
83762017-03-16 Doug Evans <dje@google.com>
8377
8378 * gdb.python/py-lazy-string (pointer): Really add new typedef.
8379
ec3b243d
TP
83802017-03-16 Thomas Preud'homme <thomas.preudhomme@arm.com>
8381
8382 * gdb.cp/m-static.exp: Fix expectation for prototype of
8383 test5.single_constructor and single_constructor::single_constructor.
2cc36e25
DE
8384
83852017-03-16 Doug Evans <dje@google.com>
a7c0469f
DE
8386
8387 * gdb.guile/scm-value.c (main) Delete locals sptr, sn.
8388 * gdb.guile/scm-lazy-string.c: New file.
8389 * gdb.guile/scm-value.exp: Move lazy string tests to ...
8390 * gdb.guile/scm-lazy-string.exp: ... here, new file. Add more tests
8391 for pointer, array, typedef lazy strings.
8392
2cc36e25 83932017-03-16 Doug Evans <dje@google.com>
34b43320
DE
8394
8395 PR python/17728, python/18439, python/18779
8396 * gdb.python/py-value.c (main) Delete locals sptr, sn.
8397 * gdb.python/py-lazy-string.c (pointer): New typedef.
8398 (main): New locals ptr, array, typedef_ptr.
8399 * gdb.python/py-value.exp: Move lazy string tests to ...
8400 * gdb.python/py-lazy-string.exp: ... here. Add more tests for pointer,
8401 array, typedef lazy strings.
ec3b243d 8402
0efcde63
AK
84032017-03-14 Anton Kolesov <anton.kolesov@synopsys.com>
8404
8405 * lib/gdb.exp (get_valueof, get_integer_valueof, get_sizeof):
8406 Add optional 'test' parameter.
8407
7978d7c3
SM
84082017-03-13 Simon Marchi <simon.marchi@ericsson.com>
8409
8410 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
8411 Skip for versions of DejaGnu < 1.5.
8412
896c0c1e
SM
84132017-03-13 Simon Marchi <simon.marchi@ericsson.com>
8414
8415 * lib/gdb.exp (dejagnu_version): New proc.
8416 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
8417 Use dejagnu_version.
8418
5f4d1085
KS
84192017-03-10 Keith Seitz <keiths@redhat.com>
8420
8421 PR c++/8128
8422 * gdb.cp/templates.exp (test_ptype_of_templates): Remove argument
8423 type from destructor regexps.
8424 Add a branch which actually passes the test.
8425 Adjust "ptype t5i" test names.
8426
1de05205
PA
84272017-03-08 Pedro Alves <palves@redhat.com>
8428
8429 * gdb.base/step-over-exit.exp: Add explicit test message.
8430
c65d6b55
PA
84312017-03-08 Pedro Alves <palves@redhat.com>
8432
8433 PR gdb/18360
8434 * gdb.threads/interrupt-while-step-over.c: New file.
8435 * gdb.threads/interrupt-while-step-over.exp: New file.
8436
2e86a283
PA
84372017-03-08 Pedro Alves <palves@redhat.com>
8438
8439 * gdb.arch/amd64-entry-value-param-dwarf5.exp: Use with_test_prefix.
8440 * gdb.arch/amd64-entry-value-param.exp: Use with_test_prefix.
8441
25dcbff6
PA
84422017-03-08 Pedro Alves <palves@redhat.com>
8443
8444 * gdb.arch/i386-pkru.exp (probe PKRU support): Handle detecting
8445 PKRU as not supported as a PASS.
8446
dc9366eb
PA
84472017-03-08 Pedro Alves <palves@redhat.com>
8448
8449 * gdb.base/break-fun-addr.exp: Use $testfile1/$testfile2 for test
8450 prefix instead of $binfile1/$binfile2.
8451 * gdb.btrace/gcore.exp: Use "core" instead of unstable path name
8452 in test message.
8453 * gdb.python/py-completion.exp: Use "load python file" as test
8454 messages instead of unstable path names.
8455
6e5d74e7
PA
84562017-03-08 Pedro Alves <palves@redhat.com>
8457 Jan Kratochvil <jan.kratochvil@redhat.com>
8458
8459 PR cli/21218
8460 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
8461 New proc.
8462 (top level): Call it.
8463
9753a2f6
PA
84642017-03-08 Pedro Alves <palves@redhat.com>
8465
8466 PR tui/21216
8467 * gdb.tui/tui-nl-filtered-output.exp: New file.
8468
1a4dd9dd
PA
84692017-03-08 Pedro Alves <palves@redhat.com>
8470
8471 * gdb.base/completion.exp: Move TUI completion tests to ...
8472 * gdb.tui/completion.exp: ... this new file.
8473
7cbbff33
PA
84742017-03-08 Pedro Alves <palves@redhat.com>
8475
8476 * gdb.base/tui-disasm-long-lines.c,
8477 gdb.base/tui-disasm-long-lines.exp, gdb.base/tui-layout.c,
8478 gdb.base/tui-layout.exp: Move to ...
8479 * gdb.tui/: ... this new directory.
8480
5f6fd321
PA
84812017-03-07 Pedro Alves <palves@redhat.com>
8482
8483 * gdb.base/tui-layout.c: New file.
8484 * gdb.base/tui-layout.exp: New file.
8485
44959fa8
PA
84862017-03-07 Pedro Alves <palves@redhat.com>
8487
8488 * gdb.base/tui-layout.c: Rename to ...
8489 * gdb.base/tui-disasm-long-lines.c: ... this.
8490 * gdb.base/tui-layout.exp: Rename to ...
8491 * gdb.base/tui-disasm-long-lines.exp: ... this.
8492
f8c4e718
PA
84932017-03-07 Pedro Alves <palves@redhat.com>
8494
8495 * gdb.base/tui-layout.exp: Add intro comment and fix typo.
8496
6dbb839a 84972017-03-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
4a612d6f
WT
8498
8499 * i386-mpx-call.c: New file.
8500 * i386-mpx-call.exp: New file.
8501
65b48a81
PB
85022017-02-28 Peter Bergner <bergner@vnet.ibm.com>
8503
8504 * gdb.arch/powerpc-power.exp: Delete test.
8505 * gdb.arch/powerpc-power.s: Likewise.
8506 * gdb.disasm/disassembler-options.exp: New test.
8507 * gdb.arch/powerpc-altivec.exp: Likewise.
8508 * gdb.arch/powerpc-altivec.s: Likewise.
8509 * gdb.arch/powerpc-altivec2.exp: Likewise.
8510 * gdb.arch/powerpc-altivec2.s: Likewise.
8511 * gdb.arch/powerpc-altivec3.exp: Likewise.
8512 * gdb.arch/powerpc-altivec3.s: Likewise.
8513 * gdb.arch/powerpc-power7.exp: Likewise.
8514 * gdb.arch/powerpc-power7.s: Likewise.
8515 * gdb.arch/powerpc-power8.exp: Likewise.
8516 * gdb.arch/powerpc-power8.s: Likewise.
8517 * gdb.arch/powerpc-power9.exp: Likewise.
8518 * gdb.arch/powerpc-power9.s: Likewise.
8519 * gdb.arch/powerpc-vsx.exp: Likewise.
8520 * gdb.arch/powerpc-vsx.s: Likewise.
8521 * gdb.arch/powerpc-vsx2.exp: Likewise.
8522 * gdb.arch/powerpc-vsx2.s: Likewise.
8523 * gdb.arch/powerpc-vsx3.exp: Likewise.
8524 * gdb.arch/powerpc-vsx3.s: Likewise.
8525 * gdb.arch/arm-disassembler-options.exp: Likewise.
8526 * gdb.arch/powerpc-disassembler-options.exp: Likewise.
8527 * gdb.arch/s390-disassembler-options.exp: Likewise.
8528
17cd4947
LM
85292017-02-23 Luis Machado <lgustavo@codesourcery.com>
8530
8531 * gdb.reverse/insn-reverse.x86.c (check_rdrand_support): Renamed to ...
8532 (check_supported_features): ... this. Changed return type to void.
8533 (supports_rdseed): New static global.
8534 (rdseed): Check supports_rdseed.
8535 (initialize): Call check_supported_features.
8536
2039d74e
EBM
85372017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
8538
8539 * gdb.arch/ppc64-isa207-atomic-inst.exp: New testcase based on
8540 gdb.arch/ppc64-atomic-inst.exp. Add tests for lbarx/stbcx, lharx/sthcx
8541 and lqarx/stqcx.
8542 * gdb.arch/ppc64-isa207-atomic-inst.S: New file.
8543 * gdb.arch/ppc64-isa207-atomic-inst.c: Likewise.
8544
a51d7ecf
EBM
85452017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
8546
8547 * gdb.arch/ppc64-atomic-inst.exp: Fix test names starting with
8548 uppercase.
8549
0224619f
JK
85502017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
8551
8552 * gdb.dwarf2/formdata16.c: New file.
8553 * gdb.dwarf2/formdata16.exp: New file.
8554 * lib/dwarf.exp (Dwarf): Add DW_FORM_data16.
8555
216f72a1
JK
85562017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
8557
8558 * gdb.arch/amd64-entry-value-param-dwarf5.S: New file.
8559 * gdb.arch/amd64-entry-value-param-dwarf5.c: New file.
8560 * gdb.arch/amd64-entry-value-param-dwarf5.exp: New file.
8561 * gdb.arch/amd64-entry-value.exp: Rename DW_OP_GNU_*, DW_TAG_GNU_* and
8562 DW_AT_GNU_*.
8563
43988095
JK
85642017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
8565
8566 * gdb.dwarf2/dw2-error.exp (file $testfile): Update expected string.
8567
99e8a4f9
SDJ
85682017-02-15 Sergio Durigan Junior <sergiodj@redhat.com>
8569
8570 PR gdb/21164
8571 * gdb.base/maint.exp: Add testcases for when the commands do
8572 not have arguments.
8573
b58a8c0c
TP
85742017-02-15 Thomas Preud'homme <thomas.preudhomme@arm.com>
8575
8576 * gdb.cp/chained-calls.exp: Use p instead of P.
8577
4e746bb6
TW
85782017-02-14 Tim Wiederhake <tim.wiederhake@intel.com>
8579
8580 * gdb.python/py-record-btrace.c, gdb.python/py-record-btrace.exp,
8581 gdb.python/py-record-full.c, gdb.python/py-record-full.exp: New file.
8582
3f77c769
TT
85832017-02-14 Tom Tromey <tom@tromey.com>
8584
8585 PR python/13598:
8586 * gdb.python/py-events.exp: Add before_prompt event tests.
8587
075beec0
AA
85882017-02-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
8589
8590 * gdb.dwarf2/implptrpiece.exp: Fix check for big-endian targets.
8591
bf5f525c
LM
85922017-02-13 Luis Machado <lgustavo@codesourcery.com>
8593
8594 * gdb.linespec/explicit.c (my_unique_function_name): New function.
8595 (main): Call my_unique_function_name.
8596 * gdb.linespec/explicit.exp: Use my_unique_function_name to test
8597 completion of patterns with a single match.
8598 Add missing -re switches to gdb_test_multiple calls.
8599
13a66184
LM
86002017-02-13 Luis Machado <lgustavo@codesourcery.com>
8601
8602 * gdb.arch/i386-biarch-core.exp: Check for i386 arch support and
8603 return if core file is not recognized.
8604
26a06916
SM
86052017-02-10 Simon Marchi <simon.marchi@ericsson.com>
8606
8607 * gdb.base/new-ui.exp (do_test): Test queries behavior on main
8608 and extra UIs.
8609
b761ca9e
SM
86102017-02-10 Simon Marchi <simon.marchi@ericsson.com>
8611
8612 * gdb.base/new-ui.exp (do_test, do_test_invalid_args): Use
8613 proc_with_prefix.
8614
b964bee0
TT
86152017-02-10 Tom Tromey <tom@tromey.com>
8616
8617 * gdb.python/py-xmethods.exp: Use "p" command, not "P".
8618
18da0c51
MG
86192017-02-10 Martin Galvan <martingalvan@sourceware.org>
8620
8621 PR gdb/21122
8622 * gdb.base/help.exp: Update match pattern for testing 'help commands'.
8623
604c4576
JG
86242017-02-08 Jerome Guitton <guitton@adacore.com>
8625
8626 * gdb.base/define.exp: Add test for command abbreviations
8627 in define.
8628
20b477a7
LM
86292017-02-06 Luis Machado <lgustavo@codesourcery.com>
8630
8631 * gdb.reverse/insn-reverse.c: Include insn-reverse-x86.c.
8632 * gdb.reverse/insn-reverse-x86.c: New file.
8633
3f7b46f2
IR
86342017-02-06 Ivo Raisr <ivo.raisr@oracle.com>
8635
8636 PR tdep/20936
8637 * gdb.xml/tdesc-regs.exp: Provide sparc core registers for the tests.
8638
f0fd41c1
TT
86392017-02-03 Tom Tromey <tom@tromey.com>
8640
8641 PR rust/21097:
8642 * gdb.rust/simple.exp: Add new tests.
8643
5be5dbf0
PA
86442017-02-02 Pedro Alves <palves@redhat.com>
8645
8646 * gdb.mi/mi-logging.exp: Add "redirect while already logging"
8647 tests.
8648
7346ef59
AA
86492017-02-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
8650
8651 * gdb.dwarf2/dw2-op-stack-value.exp: Adjust expected result of
8652 taking a 2-byte value out of a 4-byte DWARF implicit value on
8653 big-endian targets.
8654 * gdb.dwarf2/nonvar-access.exp: Add more comments to existing
8655 logic. Add test cases for DW_OP_implicit.
8656
787f0025
MM
86572017-02-01 Markus Metzger <markus.t.metzger@intel.com>
8658
8659 * lib/gdb.exp (gdb_skip_xml_tests): Error if GDB is running.
8660
68777c29
MM
86612017-02-01 Markus Metzger <markus.t.metzger@intel.com>
8662
8663 * gdb.btrace/enable.exp: Call gdb_exit before
8664 skip_gdbserver_tests.
8665
0a1c7e28
MM
86662017-02-01 Markus Metzger <markus.t.metzger@intel.com>
8667
8668 * gdb.btrace/non-stop.exp: Add '-ex "set non-stop on"' to
8669 GDBFLAGS.
8670
b5ac99b0
MM
86712017-02-01 Markus Metzger <markus.t.metzger@intel.com>
8672
8673 * gdb.btrace/buffer-size.exp: Add unsupported/untested message if
8674 the test is skipped.
8675 * gdb.btrace/data.exp: Likewise.
8676 * gdb.btrace/delta.exp: Likewise.
8677 * gdb.btrace/dlopen.exp: Likewise.
8678 * gdb.btrace/enable-running.exp: Likewise.
8679 * gdb.btrace/enable.exp: Likewise.
8680 * gdb.btrace/exception.exp: Likewise.
8681 * gdb.btrace/function_call_history.exp: Likewise.
8682 * gdb.btrace/gcore.exp: Likewise.
8683 * gdb.btrace/instruction_history.exp: Likewise.
8684 * gdb.btrace/multi-thread-step.exp: Likewise.
8685 * gdb.btrace/nohist.exp: Likewise.
8686 * gdb.btrace/non-stop.exp: Likewise.
8687 * gdb.btrace/reconnect.exp: Likewise.
8688 * gdb.btrace/record_goto-step.exp: Likewise.
8689 * gdb.btrace/record_goto.exp: Likewise.
8690 * gdb.btrace/rn-dl-bind.exp: Likewise.
8691 * gdb.btrace/segv.exp: Likewise.
8692 * gdb.btrace/step.exp: Likewise.
8693 * gdb.btrace/stepi.exp: Likewise.
8694 * gdb.btrace/tailcall-only.exp: Likewise.
8695 * gdb.btrace/tailcall.exp: Likewise.
8696 * gdb.btrace/tsx.exp: Likewise.
8697 * gdb.btrace/unknown_functions.exp: Likewise.
8698 * gdb.btrace/vdso.exp: Likewise.
8699
cd4007e4
MM
87002017-02-01 Markus Metzger <markus.t.metzger@intel.com>
8701
8702 * gdb.btrace/enable-running.c: New.
8703 * gdb.btrace/enable-running.exp: New.
8704
2735833d
WT
87052017-01-27 Walfred Tedeschi <walfred.tedeschi@intel.com>
8706
8707 * gdb.arch/amd64-gs_base.c: New file.
8708 * gdb.arch/amd64-gs_base.exp: New file.
8709
b51e1e94
LM
87102017-01-26 Luis Machado <lgustavo@codesourcery.com>
8711
8712 * lib/memory.exp: Remove spurious empty newlines.
8713
72ca0410
SM
87142017-01-26 Simon Marchi <simon.marchi@polymtl.ca>
8715
8716 * gdb.python/py-bad-printers.exp: Load python file using "source".
8717 * gdb.python/py-events.exp: Likewise.
8718 * gdb.python/py-evsignal.exp: Likewise.
8719 * gdb.python/py-evthreads.exp: Likewise.
8720 * gdb.python/py-frame-args.exp: Likewise.
8721 * gdb.python/py-framefilter-invalidarg.exp: Likewise.
8722 * gdb.python/py-framefilter-mi.exp: Likewise.
8723 * gdb.python/py-framefilter.exp: Likewise.
8724 * gdb.python/py-mi.exp: Likewise.
8725 * gdb.python/py-pp-maint.exp: Likewise.
8726 * gdb.python/py-pp-registration.exp: Likewise.
8727 * gdb.python/py-prettyprint.exp: Likewise.
8728 (run_lang_tests): Likewise.
8729 * gdb.python/py-typeprint.exp: Likewise.
8730
e309aa65
LM
87312017-01-26 Luis Machado <lgustavo@codesourcery.com>
8732
8733 * lib/memory.exp: New file.
8734 * lib/gdb.exp: Load memory.exp.
8735 * gdb.base/memattr.exp (delete_memory): Move proc to
8736 lib/memory.exp and rename to delete_memory_regions.
8737 Replace delete_memory with delete_memory_regions.
8738 Cleanup memory regions before tests.
8739 * gdb.base/breakpoint-in-ro-region.exp: Cleanup memory regions
8740 before tests.
8741
515aff23
LM
87422017-01-26 Luis Machado <lgustavo@codesourcery.com>
8743
8744 * gdb.reverse/insn-reverse.c: Move arm and aarch64 code to their own
8745 files.
8746 (initialize): New function conditionally defined.
8747 (testcases): Move within conditional block.
8748 (main): Call initialize.
8749 * gdb.reverse/insn-reverse-aarch64.c: New file, based on aarch64 bits
8750 of gdb.reverse/insn-reverse.c.
8751 * gdb.reverse/insn-reverse-arm.c: New file, based on arm bits of
8752 gdb.reverse/insn-reverse.c.
8753
d8b49cf0
YQ
87542017-01-26 Yao Qi <yao.qi@linaro.org>
8755
8756 * gdb.base/all-architectures.exp.in (do_arch_tests): Test
8757 disassemble on address 0.
8758
f13a9a0c
YQ
87592017-01-25 Andreas Arnez <arnez@linux.vnet.ibm.com>
8760 Yao Qi <yao.qi@linaro.org>
8761
8762 * gdb.dwarf2/implptr-64bit.exp: Use dwarf assembler.
8763 * gdb.dwarf2/implptr-64bit.S: Remove.
8764 * lib/dwarf.exp (Dwarf): Handle character "%". Evaluate some
8765 variables in caller's context. Add DW_OP_implicit_value.
8766
5ac95241
YQ
87672017-01-25 Yao Qi <yao.qi@linaro.org>
8768
8769 * lib/dwarf.exp (Dwarf::_location): Handle
8770 DW_OP_GNU_implicit_pointer with proper size.
8771
23e82930
LM
87722017-01-20 Luis Machado <lgustavo@codesourcery.com>
8773
8774 * gdb.python/py-xmethods.exp: Fix test names starting with lowercase
8775 and add untested calls.
8776
d334ae25
LM
87772017-01-20 Luis Machado <lgustavo@codesourcery.com>
8778
8779 * gdb.python/python.exp: Check line number against what GDB thinks
8780 the line number is for func1.
8781
f5e6296e
IB
87822017-01-08 Iain Buclaw <ibuclaw@gdcproject.org>
8783
8784 * gdb.dlang/debug-expr.exp: New file.
8785
5b362f04
LM
87862016-12-23 Luis Machado <lgustavo@codesourcery.com>
8787
8788 Fix test names for the following files:
8789
8790 * gdb.ada/exec_changed.exp
8791 * gdb.ada/info_types.exp
8792 * gdb.arch/aarch64-atomic-inst.exp
8793 * gdb.arch/aarch64-fp.exp
8794 * gdb.arch/altivec-abi.exp
8795 * gdb.arch/altivec-regs.exp
8796 * gdb.arch/amd64-byte.exp
8797 * gdb.arch/amd64-disp-step.exp
8798 * gdb.arch/amd64-dword.exp
8799 * gdb.arch/amd64-entry-value-inline.exp
8800 * gdb.arch/amd64-entry-value-param.exp
8801 * gdb.arch/amd64-entry-value-paramref.exp
8802 * gdb.arch/amd64-entry-value.exp
8803 * gdb.arch/amd64-i386-address.exp
8804 * gdb.arch/amd64-invalid-stack-middle.exp
8805 * gdb.arch/amd64-invalid-stack-top.exp
8806 * gdb.arch/amd64-optimout-repeat.exp
8807 * gdb.arch/amd64-prologue-skip.exp
8808 * gdb.arch/amd64-prologue-xmm.exp
8809 * gdb.arch/amd64-stap-special-operands.exp
8810 * gdb.arch/amd64-stap-wrong-subexp.exp
8811 * gdb.arch/amd64-tailcall-cxx.exp
8812 * gdb.arch/amd64-tailcall-noret.exp
8813 * gdb.arch/amd64-tailcall-ret.exp
8814 * gdb.arch/amd64-tailcall-self.exp
8815 * gdb.arch/amd64-word.exp
8816 * gdb.arch/arm-bl-branch-dest.exp
8817 * gdb.arch/arm-disp-step.exp
8818 * gdb.arch/arm-neon.exp
8819 * gdb.arch/arm-single-step-kernel-helper.exp
8820 * gdb.arch/avr-flash-qualifier.exp
8821 * gdb.arch/disp-step-insn-reloc.exp
8822 * gdb.arch/e500-abi.exp
8823 * gdb.arch/e500-regs.exp
8824 * gdb.arch/ftrace-insn-reloc.exp
8825 * gdb.arch/i386-avx512.exp
8826 * gdb.arch/i386-bp_permanent.exp
8827 * gdb.arch/i386-byte.exp
8828 * gdb.arch/i386-cfi-notcurrent.exp
8829 * gdb.arch/i386-disp-step.exp
8830 * gdb.arch/i386-dr3-watch.exp
8831 * gdb.arch/i386-float.exp
8832 * gdb.arch/i386-gnu-cfi.exp
8833 * gdb.arch/i386-mpx-map.exp
8834 * gdb.arch/i386-mpx-sigsegv.exp
8835 * gdb.arch/i386-mpx-simple_segv.exp
8836 * gdb.arch/i386-mpx.exp
8837 * gdb.arch/i386-permbkpt.exp
8838 * gdb.arch/i386-prologue.exp
8839 * gdb.arch/i386-signal.exp
8840 * gdb.arch/i386-size-overlap.exp
8841 * gdb.arch/i386-unwind.exp
8842 * gdb.arch/i386-word.exp
8843 * gdb.arch/mips-fcr.exp
8844 * gdb.arch/powerpc-d128-regs.exp
8845 * gdb.arch/powerpc-stackless.exp
8846 * gdb.arch/ppc64-atomic-inst.exp
8847 * gdb.arch/s390-stackless.exp
8848 * gdb.arch/s390-tdbregs.exp
8849 * gdb.arch/s390-vregs.exp
8850 * gdb.arch/sparc-sysstep.exp
8851 * gdb.arch/thumb-bx-pc.exp
8852 * gdb.arch/thumb-singlestep.exp
8853 * gdb.arch/thumb2-it.exp
8854 * gdb.arch/vsx-regs.exp
8855 * gdb.asm/asm-source.exp
8856 * gdb.base/a2-run.exp
8857 * gdb.base/advance.exp
8858 * gdb.base/all-bin.exp
8859 * gdb.base/anon.exp
8860 * gdb.base/args.exp
8861 * gdb.base/arithmet.exp
8862 * gdb.base/async-shell.exp
8863 * gdb.base/async.exp
8864 * gdb.base/attach-pie-noexec.exp
8865 * gdb.base/attach-twice.exp
8866 * gdb.base/auto-load.exp
8867 * gdb.base/bang.exp
8868 * gdb.base/bitfields.exp
8869 * gdb.base/break-always.exp
8870 * gdb.base/break-caller-line.exp
8871 * gdb.base/break-entry.exp
8872 * gdb.base/break-inline.exp
8873 * gdb.base/break-on-linker-gcd-function.exp
8874 * gdb.base/break-probes.exp
8875 * gdb.base/break.exp
8876 * gdb.base/breakpoint-shadow.exp
8877 * gdb.base/call-ar-st.exp
8878 * gdb.base/call-sc.exp
8879 * gdb.base/call-signal-resume.exp
8880 * gdb.base/call-strs.exp
8881 * gdb.base/callfuncs.exp
8882 * gdb.base/catch-fork-static.exp
8883 * gdb.base/catch-gdb-caused-signals.exp
8884 * gdb.base/catch-load.exp
8885 * gdb.base/catch-signal-fork.exp
8886 * gdb.base/catch-signal.exp
8887 * gdb.base/catch-syscall.exp
8888 * gdb.base/charset.exp
8889 * gdb.base/checkpoint.exp
8890 * gdb.base/chng-syms.exp
8891 * gdb.base/code-expr.exp
8892 * gdb.base/code_elim.exp
8893 * gdb.base/commands.exp
8894 * gdb.base/completion.exp
8895 * gdb.base/complex.exp
8896 * gdb.base/cond-expr.exp
8897 * gdb.base/condbreak.exp
8898 * gdb.base/consecutive.exp
8899 * gdb.base/continue-all-already-running.exp
8900 * gdb.base/coredump-filter.exp
8901 * gdb.base/corefile.exp
8902 * gdb.base/dbx.exp
8903 * gdb.base/debug-expr.exp
8904 * gdb.base/define.exp
8905 * gdb.base/del.exp
8906 * gdb.base/disabled-location.exp
8907 * gdb.base/disasm-end-cu.exp
8908 * gdb.base/disasm-optim.exp
8909 * gdb.base/display.exp
8910 * gdb.base/duplicate-bp.exp
8911 * gdb.base/ena-dis-br.exp
8912 * gdb.base/ending-run.exp
8913 * gdb.base/enumval.exp
8914 * gdb.base/environ.exp
8915 * gdb.base/eu-strip-infcall.exp
8916 * gdb.base/eval-avoid-side-effects.exp
8917 * gdb.base/eval-skip.exp
8918 * gdb.base/exitsignal.exp
8919 * gdb.base/expand-psymtabs.exp
8920 * gdb.base/filesym.exp
8921 * gdb.base/find-unmapped.exp
8922 * gdb.base/finish.exp
8923 * gdb.base/float.exp
8924 * gdb.base/foll-exec-mode.exp
8925 * gdb.base/foll-exec.exp
8926 * gdb.base/foll-fork.exp
8927 * gdb.base/fortran-sym-case.exp
8928 * gdb.base/freebpcmd.exp
8929 * gdb.base/func-ptr.exp
8930 * gdb.base/func-ptrs.exp
8931 * gdb.base/funcargs.exp
8932 * gdb.base/gcore-buffer-overflow.exp
8933 * gdb.base/gcore-relro-pie.exp
8934 * gdb.base/gcore-relro.exp
8935 * gdb.base/gcore.exp
8936 * gdb.base/gdb1090.exp
8937 * gdb.base/gdb11530.exp
8938 * gdb.base/gdb11531.exp
8939 * gdb.base/gdb1821.exp
8940 * gdb.base/gdbindex-stabs.exp
8941 * gdb.base/gdbvars.exp
8942 * gdb.base/hbreak.exp
8943 * gdb.base/hbreak2.exp
8944 * gdb.base/included.exp
8945 * gdb.base/infcall-input.exp
8946 * gdb.base/inferior-died.exp
8947 * gdb.base/infnan.exp
8948 * gdb.base/info-macros.exp
8949 * gdb.base/info-os.exp
8950 * gdb.base/info-proc.exp
8951 * gdb.base/info-shared.exp
8952 * gdb.base/info-target.exp
8953 * gdb.base/infoline.exp
8954 * gdb.base/interp.exp
8955 * gdb.base/interrupt.exp
8956 * gdb.base/jit-reader.exp
8957 * gdb.base/jit-simple.exp
8958 * gdb.base/kill-after-signal.exp
8959 * gdb.base/kill-detach-inferiors-cmd.exp
8960 * gdb.base/label.exp
8961 * gdb.base/langs.exp
8962 * gdb.base/ldbl_e308.exp
8963 * gdb.base/line-symtabs.exp
8964 * gdb.base/linespecs.exp
8965 * gdb.base/list.exp
8966 * gdb.base/long_long.exp
8967 * gdb.base/longest-types.exp
8968 * gdb.base/maint.exp
8969 * gdb.base/max-value-size.exp
8970 * gdb.base/memattr.exp
8971 * gdb.base/mips_pro.exp
8972 * gdb.base/morestack.exp
8973 * gdb.base/moribund-step.exp
8974 * gdb.base/multi-forks.exp
8975 * gdb.base/nested-addr.exp
8976 * gdb.base/nextoverexit.exp
8977 * gdb.base/noreturn-finish.exp
8978 * gdb.base/noreturn-return.exp
8979 * gdb.base/nostdlib.exp
8980 * gdb.base/offsets.exp
8981 * gdb.base/opaque.exp
8982 * gdb.base/pc-fp.exp
8983 * gdb.base/permissions.exp
8984 * gdb.base/print-symbol-loading.exp
8985 * gdb.base/prologue-include.exp
8986 * gdb.base/psymtab.exp
8987 * gdb.base/ptype.exp
8988 * gdb.base/random-signal.exp
8989 * gdb.base/randomize.exp
8990 * gdb.base/range-stepping.exp
8991 * gdb.base/readline-ask.exp
8992 * gdb.base/recpar.exp
8993 * gdb.base/recurse.exp
8994 * gdb.base/relational.exp
8995 * gdb.base/restore.exp
8996 * gdb.base/return-nodebug.exp
8997 * gdb.base/return.exp
8998 * gdb.base/run-after-attach.exp
8999 * gdb.base/save-bp.exp
9000 * gdb.base/scope.exp
9001 * gdb.base/sect-cmd.exp
9002 * gdb.base/set-lang-auto.exp
9003 * gdb.base/set-noassign.exp
9004 * gdb.base/setvar.exp
9005 * gdb.base/sigall.exp
9006 * gdb.base/sigbpt.exp
9007 * gdb.base/siginfo-addr.exp
9008 * gdb.base/siginfo-infcall.exp
9009 * gdb.base/siginfo-obj.exp
9010 * gdb.base/siginfo.exp
9011 * gdb.base/signals-state-child.exp
9012 * gdb.base/signest.exp
9013 * gdb.base/sigstep.exp
9014 * gdb.base/sizeof.exp
9015 * gdb.base/skip.exp
9016 * gdb.base/solib-corrupted.exp
9017 * gdb.base/solib-nodir.exp
9018 * gdb.base/solib-search.exp
9019 * gdb.base/stack-checking.exp
9020 * gdb.base/stale-infcall.exp
9021 * gdb.base/stap-probe.exp
9022 * gdb.base/start.exp
9023 * gdb.base/step-break.exp
9024 * gdb.base/step-bt.exp
9025 * gdb.base/step-line.exp
9026 * gdb.base/step-over-exit.exp
9027 * gdb.base/step-over-syscall.exp
9028 * gdb.base/step-resume-infcall.exp
9029 * gdb.base/step-test.exp
9030 * gdb.base/store.exp
9031 * gdb.base/structs3.exp
9032 * gdb.base/sym-file.exp
9033 * gdb.base/symbol-without-target_section.exp
9034 * gdb.base/term.exp
9035 * gdb.base/testenv.exp
9036 * gdb.base/ui-redirect.exp
9037 * gdb.base/until.exp
9038 * gdb.base/unwindonsignal.exp
9039 * gdb.base/value-double-free.exp
9040 * gdb.base/vla-datatypes.exp
9041 * gdb.base/vla-ptr.exp
9042 * gdb.base/vla-sideeffect.exp
9043 * gdb.base/volatile.exp
9044 * gdb.base/watch-cond-infcall.exp
9045 * gdb.base/watch-cond.exp
9046 * gdb.base/watch-non-mem.exp
9047 * gdb.base/watch-read.exp
9048 * gdb.base/watch-vfork.exp
9049 * gdb.base/watchpoint-cond-gone.exp
9050 * gdb.base/watchpoint-delete.exp
9051 * gdb.base/watchpoint-hw-hit-once.exp
9052 * gdb.base/watchpoint-hw.exp
9053 * gdb.base/watchpoint-stops-at-right-insn.exp
9054 * gdb.base/watchpoints.exp
9055 * gdb.base/wchar.exp
9056 * gdb.base/whatis-exp.exp
9057 * gdb.btrace/buffer-size.exp
9058 * gdb.btrace/data.exp
9059 * gdb.btrace/delta.exp
9060 * gdb.btrace/dlopen.exp
9061 * gdb.btrace/enable.exp
9062 * gdb.btrace/exception.exp
9063 * gdb.btrace/function_call_history.exp
9064 * gdb.btrace/gcore.exp
9065 * gdb.btrace/instruction_history.exp
9066 * gdb.btrace/nohist.exp
9067 * gdb.btrace/reconnect.exp
9068 * gdb.btrace/record_goto-step.exp
9069 * gdb.btrace/record_goto.exp
9070 * gdb.btrace/rn-dl-bind.exp
9071 * gdb.btrace/segv.exp
9072 * gdb.btrace/step.exp
9073 * gdb.btrace/stepi.exp
9074 * gdb.btrace/tailcall-only.exp
9075 * gdb.btrace/tailcall.exp
9076 * gdb.btrace/tsx.exp
9077 * gdb.btrace/unknown_functions.exp
9078 * gdb.btrace/vdso.exp
9079 * gdb.compile/compile-ifunc.exp
9080 * gdb.compile/compile-ops.exp
9081 * gdb.compile/compile-print.exp
9082 * gdb.compile/compile-setjmp.exp
9083 * gdb.cp/abstract-origin.exp
9084 * gdb.cp/ambiguous.exp
9085 * gdb.cp/annota2.exp
9086 * gdb.cp/annota3.exp
9087 * gdb.cp/anon-ns.exp
9088 * gdb.cp/anon-struct.exp
9089 * gdb.cp/anon-union.exp
9090 * gdb.cp/arg-reference.exp
9091 * gdb.cp/baseenum.exp
9092 * gdb.cp/bool.exp
9093 * gdb.cp/breakpoint.exp
9094 * gdb.cp/bs15503.exp
9095 * gdb.cp/call-c.exp
9096 * gdb.cp/casts.exp
9097 * gdb.cp/chained-calls.exp
9098 * gdb.cp/class2.exp
9099 * gdb.cp/classes.exp
9100 * gdb.cp/cmpd-minsyms.exp
9101 * gdb.cp/converts.exp
9102 * gdb.cp/cp-relocate.exp
9103 * gdb.cp/cpcompletion.exp
9104 * gdb.cp/cpexprs.exp
9105 * gdb.cp/cplabel.exp
9106 * gdb.cp/cplusfuncs.exp
9107 * gdb.cp/cpsizeof.exp
9108 * gdb.cp/ctti.exp
9109 * gdb.cp/derivation.exp
9110 * gdb.cp/destrprint.exp
9111 * gdb.cp/dispcxx.exp
9112 * gdb.cp/enum-class.exp
9113 * gdb.cp/exception.exp
9114 * gdb.cp/exceptprint.exp
9115 * gdb.cp/expand-psymtabs-cxx.exp
9116 * gdb.cp/expand-sals.exp
9117 * gdb.cp/extern-c.exp
9118 * gdb.cp/filename.exp
9119 * gdb.cp/formatted-ref.exp
9120 * gdb.cp/fpointer.exp
9121 * gdb.cp/gdb1355.exp
9122 * gdb.cp/gdb2495.exp
9123 * gdb.cp/hang.exp
9124 * gdb.cp/impl-this.exp
9125 * gdb.cp/infcall-dlopen.exp
9126 * gdb.cp/inherit.exp
9127 * gdb.cp/iostream.exp
9128 * gdb.cp/koenig.exp
9129 * gdb.cp/local.exp
9130 * gdb.cp/m-data.exp
9131 * gdb.cp/m-static.exp
9132 * gdb.cp/mb-ctor.exp
9133 * gdb.cp/mb-inline.exp
9134 * gdb.cp/mb-templates.exp
9135 * gdb.cp/member-name.exp
9136 * gdb.cp/member-ptr.exp
9137 * gdb.cp/meth-typedefs.exp
9138 * gdb.cp/method.exp
9139 * gdb.cp/method2.exp
9140 * gdb.cp/minsym-fallback.exp
9141 * gdb.cp/misc.exp
9142 * gdb.cp/namelessclass.exp
9143 * gdb.cp/namespace-enum.exp
9144 * gdb.cp/namespace-nested-import.exp
9145 * gdb.cp/namespace.exp
9146 * gdb.cp/nextoverthrow.exp
9147 * gdb.cp/no-dmgl-verbose.exp
9148 * gdb.cp/non-trivial-retval.exp
9149 * gdb.cp/noparam.exp
9150 * gdb.cp/nsdecl.exp
9151 * gdb.cp/nsimport.exp
9152 * gdb.cp/nsnested.exp
9153 * gdb.cp/nsnoimports.exp
9154 * gdb.cp/nsrecurs.exp
9155 * gdb.cp/nsstress.exp
9156 * gdb.cp/nsusing.exp
9157 * gdb.cp/operator.exp
9158 * gdb.cp/oranking.exp
9159 * gdb.cp/overload-const.exp
9160 * gdb.cp/overload.exp
9161 * gdb.cp/ovldbreak.exp
9162 * gdb.cp/ovsrch.exp
9163 * gdb.cp/paren-type.exp
9164 * gdb.cp/parse-lang.exp
9165 * gdb.cp/pass-by-ref.exp
9166 * gdb.cp/pr-1023.exp
9167 * gdb.cp/pr-1210.exp
9168 * gdb.cp/pr-574.exp
9169 * gdb.cp/pr10687.exp
9170 * gdb.cp/pr12028.exp
9171 * gdb.cp/pr17132.exp
9172 * gdb.cp/pr17494.exp
9173 * gdb.cp/pr9067.exp
9174 * gdb.cp/pr9167.exp
9175 * gdb.cp/pr9631.exp
9176 * gdb.cp/printmethod.exp
9177 * gdb.cp/psmang.exp
9178 * gdb.cp/psymtab-parameter.exp
9179 * gdb.cp/ptype-cv-cp.exp
9180 * gdb.cp/ptype-flags.exp
9181 * gdb.cp/re-set-overloaded.exp
9182 * gdb.cp/ref-types.exp
9183 * gdb.cp/rtti.exp
9184 * gdb.cp/scope-err.exp
9185 * gdb.cp/shadow.exp
9186 * gdb.cp/smartp.exp
9187 * gdb.cp/static-method.exp
9188 * gdb.cp/static-print-quit.exp
9189 * gdb.cp/temargs.exp
9190 * gdb.cp/templates.exp
9191 * gdb.cp/try_catch.exp
9192 * gdb.cp/typedef-operator.exp
9193 * gdb.cp/typeid.exp
9194 * gdb.cp/userdef.exp
9195 * gdb.cp/using-crash.exp
9196 * gdb.cp/var-tag.exp
9197 * gdb.cp/virtbase.exp
9198 * gdb.cp/virtfunc.exp
9199 * gdb.cp/virtfunc2.exp
9200 * gdb.cp/vla-cxx.exp
9201 * gdb.disasm/t01_mov.exp
9202 * gdb.disasm/t02_mova.exp
9203 * gdb.disasm/t03_add.exp
9204 * gdb.disasm/t04_sub.exp
9205 * gdb.disasm/t05_cmp.exp
9206 * gdb.disasm/t06_ari2.exp
9207 * gdb.disasm/t07_ari3.exp
9208 * gdb.disasm/t08_or.exp
9209 * gdb.disasm/t09_xor.exp
9210 * gdb.disasm/t10_and.exp
9211 * gdb.disasm/t11_logs.exp
9212 * gdb.disasm/t12_bit.exp
9213 * gdb.disasm/t13_otr.exp
9214 * gdb.dlang/circular.exp
9215 * gdb.dwarf2/arr-stride.exp
9216 * gdb.dwarf2/arr-subrange.exp
9217 * gdb.dwarf2/atomic-type.exp
9218 * gdb.dwarf2/bad-regnum.exp
9219 * gdb.dwarf2/bitfield-parent-optimized-out.exp
9220 * gdb.dwarf2/callframecfa.exp
9221 * gdb.dwarf2/clztest.exp
9222 * gdb.dwarf2/corrupt.exp
9223 * gdb.dwarf2/data-loc.exp
9224 * gdb.dwarf2/dup-psym.exp
9225 * gdb.dwarf2/dw2-anon-mptr.exp
9226 * gdb.dwarf2/dw2-anonymous-func.exp
9227 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp
9228 * gdb.dwarf2/dw2-bad-unresolved.exp
9229 * gdb.dwarf2/dw2-basic.exp
9230 * gdb.dwarf2/dw2-canonicalize-type.exp
9231 * gdb.dwarf2/dw2-case-insensitive.exp
9232 * gdb.dwarf2/dw2-common-block.exp
9233 * gdb.dwarf2/dw2-compdir-oldgcc.exp
9234 * gdb.dwarf2/dw2-compressed.exp
9235 * gdb.dwarf2/dw2-const.exp
9236 * gdb.dwarf2/dw2-cp-infcall-ref-static.exp
9237 * gdb.dwarf2/dw2-cu-size.exp
9238 * gdb.dwarf2/dw2-dup-frame.exp
9239 * gdb.dwarf2/dw2-entry-value.exp
9240 * gdb.dwarf2/dw2-icycle.exp
9241 * gdb.dwarf2/dw2-ifort-parameter.exp
9242 * gdb.dwarf2/dw2-inline-break.exp
9243 * gdb.dwarf2/dw2-inline-param.exp
9244 * gdb.dwarf2/dw2-intercu.exp
9245 * gdb.dwarf2/dw2-intermix.exp
9246 * gdb.dwarf2/dw2-lexical-block-bare.exp
9247 * gdb.dwarf2/dw2-linkage-name-trust.exp
9248 * gdb.dwarf2/dw2-minsym-in-cu.exp
9249 * gdb.dwarf2/dw2-noloc.exp
9250 * gdb.dwarf2/dw2-op-call.exp
9251 * gdb.dwarf2/dw2-op-out-param.exp
9252 * gdb.dwarf2/dw2-opt-structptr.exp
9253 * gdb.dwarf2/dw2-param-error.exp
9254 * gdb.dwarf2/dw2-producer.exp
9255 * gdb.dwarf2/dw2-ranges-base.exp
9256 * gdb.dwarf2/dw2-ref-missing-frame.exp
9257 * gdb.dwarf2/dw2-reg-undefined.exp
9258 * gdb.dwarf2/dw2-regno-invalid.exp
9259 * gdb.dwarf2/dw2-restore.exp
9260 * gdb.dwarf2/dw2-restrict.exp
9261 * gdb.dwarf2/dw2-single-line-discriminators.exp
9262 * gdb.dwarf2/dw2-strp.exp
9263 * gdb.dwarf2/dw2-undefined-ret-addr.exp
9264 * gdb.dwarf2/dw2-unresolved.exp
9265 * gdb.dwarf2/dw2-var-zero-addr.exp
9266 * gdb.dwarf2/dw4-sig-types.exp
9267 * gdb.dwarf2/dwz.exp
9268 * gdb.dwarf2/dynarr-ptr.exp
9269 * gdb.dwarf2/enum-type.exp
9270 * gdb.dwarf2/gdb-index.exp
9271 * gdb.dwarf2/implptr-64bit.exp
9272 * gdb.dwarf2/implptr-optimized-out.exp
9273 * gdb.dwarf2/implptr.exp
9274 * gdb.dwarf2/implref-array.exp
9275 * gdb.dwarf2/implref-const.exp
9276 * gdb.dwarf2/implref-global.exp
9277 * gdb.dwarf2/implref-struct.exp
9278 * gdb.dwarf2/mac-fileno.exp
9279 * gdb.dwarf2/main-subprogram.exp
9280 * gdb.dwarf2/member-ptr-forwardref.exp
9281 * gdb.dwarf2/method-ptr.exp
9282 * gdb.dwarf2/missing-sig-type.exp
9283 * gdb.dwarf2/nonvar-access.exp
9284 * gdb.dwarf2/opaque-type-lookup.exp
9285 * gdb.dwarf2/pieces-optimized-out.exp
9286 * gdb.dwarf2/pieces.exp
9287 * gdb.dwarf2/pr10770.exp
9288 * gdb.dwarf2/pr13961.exp
9289 * gdb.dwarf2/staticvirtual.exp
9290 * gdb.dwarf2/subrange.exp
9291 * gdb.dwarf2/symtab-producer.exp
9292 * gdb.dwarf2/trace-crash.exp
9293 * gdb.dwarf2/typeddwarf.exp
9294 * gdb.dwarf2/valop.exp
9295 * gdb.dwarf2/watch-notconst.exp
9296 * gdb.fortran/array-element.exp
9297 * gdb.fortran/charset.exp
9298 * gdb.fortran/common-block.exp
9299 * gdb.fortran/complex.exp
9300 * gdb.fortran/derived-type-function.exp
9301 * gdb.fortran/derived-type.exp
9302 * gdb.fortran/logical.exp
9303 * gdb.fortran/module.exp
9304 * gdb.fortran/multi-dim.exp
9305 * gdb.fortran/nested-funcs.exp
9306 * gdb.fortran/print-formatted.exp
9307 * gdb.fortran/subarray.exp
9308 * gdb.fortran/vla-alloc-assoc.exp
9309 * gdb.fortran/vla-datatypes.exp
9310 * gdb.fortran/vla-history.exp
9311 * gdb.fortran/vla-ptr-info.exp
9312 * gdb.fortran/vla-ptype-sub.exp
9313 * gdb.fortran/vla-ptype.exp
9314 * gdb.fortran/vla-sizeof.exp
9315 * gdb.fortran/vla-type.exp
9316 * gdb.fortran/vla-value-sub-arbitrary.exp
9317 * gdb.fortran/vla-value-sub-finish.exp
9318 * gdb.fortran/vla-value-sub.exp
9319 * gdb.fortran/vla-value.exp
9320 * gdb.fortran/whatis_type.exp
9321 * gdb.go/chan.exp
9322 * gdb.go/handcall.exp
9323 * gdb.go/hello.exp
9324 * gdb.go/integers.exp
9325 * gdb.go/methods.exp
9326 * gdb.go/package.exp
9327 * gdb.go/strings.exp
9328 * gdb.go/types.exp
9329 * gdb.go/unsafe.exp
9330 * gdb.guile/scm-arch.exp
9331 * gdb.guile/scm-block.exp
9332 * gdb.guile/scm-breakpoint.exp
9333 * gdb.guile/scm-cmd.exp
9334 * gdb.guile/scm-disasm.exp
9335 * gdb.guile/scm-equal.exp
9336 * gdb.guile/scm-frame-args.exp
9337 * gdb.guile/scm-frame-inline.exp
9338 * gdb.guile/scm-frame.exp
9339 * gdb.guile/scm-iterator.exp
9340 * gdb.guile/scm-math.exp
9341 * gdb.guile/scm-objfile.exp
9342 * gdb.guile/scm-ports.exp
9343 * gdb.guile/scm-symbol.exp
9344 * gdb.guile/scm-symtab.exp
9345 * gdb.guile/scm-value-cc.exp
9346 * gdb.guile/types-module.exp
9347 * gdb.linespec/break-ask.exp
9348 * gdb.linespec/cpexplicit.exp
9349 * gdb.linespec/explicit.exp
9350 * gdb.linespec/keywords.exp
9351 * gdb.linespec/linespec.exp
9352 * gdb.linespec/ls-dollar.exp
9353 * gdb.linespec/ls-errs.exp
9354 * gdb.linespec/skip-two.exp
9355 * gdb.linespec/thread.exp
9356 * gdb.mi/mi-async.exp
9357 * gdb.mi/mi-basics.exp
9358 * gdb.mi/mi-break.exp
9359 * gdb.mi/mi-catch-load.exp
9360 * gdb.mi/mi-cli.exp
9361 * gdb.mi/mi-cmd-param-changed.exp
9362 * gdb.mi/mi-console.exp
9363 * gdb.mi/mi-detach.exp
9364 * gdb.mi/mi-disassemble.exp
9365 * gdb.mi/mi-eval.exp
9366 * gdb.mi/mi-file-transfer.exp
9367 * gdb.mi/mi-file.exp
9368 * gdb.mi/mi-fill-memory.exp
9369 * gdb.mi/mi-inheritance-syntax-error.exp
9370 * gdb.mi/mi-linespec-err-cp.exp
9371 * gdb.mi/mi-logging.exp
9372 * gdb.mi/mi-memory-changed.exp
9373 * gdb.mi/mi-read-memory.exp
9374 * gdb.mi/mi-record-changed.exp
9375 * gdb.mi/mi-reg-undefined.exp
9376 * gdb.mi/mi-regs.exp
9377 * gdb.mi/mi-return.exp
9378 * gdb.mi/mi-reverse.exp
9379 * gdb.mi/mi-simplerun.exp
9380 * gdb.mi/mi-solib.exp
9381 * gdb.mi/mi-stack.exp
9382 * gdb.mi/mi-stepi.exp
9383 * gdb.mi/mi-syn-frame.exp
9384 * gdb.mi/mi-until.exp
9385 * gdb.mi/mi-var-block.exp
9386 * gdb.mi/mi-var-child.exp
9387 * gdb.mi/mi-var-cmd.exp
9388 * gdb.mi/mi-var-cp.exp
9389 * gdb.mi/mi-var-display.exp
9390 * gdb.mi/mi-var-invalidate.exp
9391 * gdb.mi/mi-var-list-children-invalid-grandchild.exp
9392 * gdb.mi/mi-vla-fortran.exp
9393 * gdb.mi/mi-watch.exp
9394 * gdb.mi/mi2-var-child.exp
9395 * gdb.mi/user-selected-context-sync.exp
9396 * gdb.modula2/unbounded-array.exp
9397 * gdb.multi/dummy-frame-restore.exp
9398 * gdb.multi/multi-arch-exec.exp
9399 * gdb.multi/multi-arch.exp
9400 * gdb.multi/tids.exp
9401 * gdb.multi/watchpoint-multi.exp
9402 * gdb.opencl/callfuncs.exp
9403 * gdb.opencl/convs_casts.exp
9404 * gdb.opencl/datatypes.exp
9405 * gdb.opencl/operators.exp
9406 * gdb.opencl/vec_comps.exp
9407 * gdb.opt/clobbered-registers-O2.exp
9408 * gdb.opt/inline-break.exp
9409 * gdb.opt/inline-bt.exp
9410 * gdb.opt/inline-cmds.exp
9411 * gdb.opt/inline-locals.exp
9412 * gdb.pascal/case-insensitive-symbols.exp
9413 * gdb.pascal/floats.exp
9414 * gdb.pascal/gdb11492.exp
9415 * gdb.python/lib-types.exp
9416 * gdb.python/py-arch.exp
9417 * gdb.python/py-as-string.exp
9418 * gdb.python/py-bad-printers.exp
9419 * gdb.python/py-block.exp
9420 * gdb.python/py-breakpoint-create-fail.exp
9421 * gdb.python/py-breakpoint.exp
9422 * gdb.python/py-caller-is.exp
9423 * gdb.python/py-cmd.exp
9424 * gdb.python/py-explore-cc.exp
9425 * gdb.python/py-explore.exp
9426 * gdb.python/py-finish-breakpoint.exp
9427 * gdb.python/py-finish-breakpoint2.exp
9428 * gdb.python/py-frame-args.exp
9429 * gdb.python/py-frame-inline.exp
9430 * gdb.python/py-frame.exp
9431 * gdb.python/py-framefilter-mi.exp
9432 * gdb.python/py-infthread.exp
9433 * gdb.python/py-lazy-string.exp
9434 * gdb.python/py-linetable.exp
9435 * gdb.python/py-mi-events.exp
9436 * gdb.python/py-mi-objfile.exp
9437 * gdb.python/py-mi.exp
9438 * gdb.python/py-objfile.exp
9439 * gdb.python/py-pp-integral.exp
9440 * gdb.python/py-pp-maint.exp
9441 * gdb.python/py-pp-re-notag.exp
9442 * gdb.python/py-pp-registration.exp
9443 * gdb.python/py-recurse-unwind.exp
9444 * gdb.python/py-strfns.exp
9445 * gdb.python/py-symbol.exp
9446 * gdb.python/py-symtab.exp
9447 * gdb.python/py-sync-interp.exp
9448 * gdb.python/py-typeprint.exp
9449 * gdb.python/py-unwind-maint.exp
9450 * gdb.python/py-unwind.exp
9451 * gdb.python/py-value-cc.exp
9452 * gdb.python/py-xmethods.exp
9453 * gdb.reverse/amd64-tailcall-reverse.exp
9454 * gdb.reverse/break-precsave.exp
9455 * gdb.reverse/break-reverse.exp
9456 * gdb.reverse/consecutive-precsave.exp
9457 * gdb.reverse/consecutive-reverse.exp
9458 * gdb.reverse/finish-precsave.exp
9459 * gdb.reverse/finish-reverse-bkpt.exp
9460 * gdb.reverse/finish-reverse.exp
9461 * gdb.reverse/fstatat-reverse.exp
9462 * gdb.reverse/getresuid-reverse.exp
9463 * gdb.reverse/i386-precsave.exp
9464 * gdb.reverse/i386-reverse.exp
9465 * gdb.reverse/i386-sse-reverse.exp
9466 * gdb.reverse/i387-env-reverse.exp
9467 * gdb.reverse/i387-stack-reverse.exp
9468 * gdb.reverse/insn-reverse.exp
9469 * gdb.reverse/machinestate-precsave.exp
9470 * gdb.reverse/machinestate.exp
9471 * gdb.reverse/next-reverse-bkpt-over-sr.exp
9472 * gdb.reverse/pipe-reverse.exp
9473 * gdb.reverse/readv-reverse.exp
9474 * gdb.reverse/recvmsg-reverse.exp
9475 * gdb.reverse/rerun-prec.exp
9476 * gdb.reverse/s390-mvcle.exp
9477 * gdb.reverse/step-precsave.exp
9478 * gdb.reverse/step-reverse.exp
9479 * gdb.reverse/time-reverse.exp
9480 * gdb.reverse/until-precsave.exp
9481 * gdb.reverse/until-reverse.exp
9482 * gdb.reverse/waitpid-reverse.exp
9483 * gdb.reverse/watch-precsave.exp
9484 * gdb.reverse/watch-reverse.exp
9485 * gdb.rust/generics.exp
9486 * gdb.rust/methods.exp
9487 * gdb.rust/modules.exp
9488 * gdb.rust/simple.exp
9489 * gdb.server/connect-with-no-symbol-file.exp
9490 * gdb.server/ext-attach.exp
9491 * gdb.server/ext-restart.exp
9492 * gdb.server/ext-wrapper.exp
9493 * gdb.server/file-transfer.exp
9494 * gdb.server/server-exec-info.exp
9495 * gdb.server/server-kill.exp
9496 * gdb.server/server-mon.exp
9497 * gdb.server/wrapper.exp
9498 * gdb.stabs/exclfwd.exp
9499 * gdb.stabs/gdb11479.exp
9500 * gdb.threads/clone-new-thread-event.exp
9501 * gdb.threads/corethreads.exp
9502 * gdb.threads/current-lwp-dead.exp
9503 * gdb.threads/dlopen-libpthread.exp
9504 * gdb.threads/gcore-thread.exp
9505 * gdb.threads/sigstep-threads.exp
9506 * gdb.threads/watchpoint-fork.exp
9507 * gdb.trace/actions-changed.exp
9508 * gdb.trace/backtrace.exp
9509 * gdb.trace/change-loc.exp
9510 * gdb.trace/circ.exp
9511 * gdb.trace/collection.exp
9512 * gdb.trace/disconnected-tracing.exp
9513 * gdb.trace/ftrace.exp
9514 * gdb.trace/mi-trace-frame-collected.exp
9515 * gdb.trace/mi-trace-unavailable.exp
9516 * gdb.trace/mi-traceframe-changed.exp
9517 * gdb.trace/mi-tsv-changed.exp
9518 * gdb.trace/no-attach-trace.exp
9519 * gdb.trace/passc-dyn.exp
9520 * gdb.trace/qtro.exp
9521 * gdb.trace/range-stepping.exp
9522 * gdb.trace/read-memory.exp
9523 * gdb.trace/save-trace.exp
9524 * gdb.trace/signal.exp
9525 * gdb.trace/status-stop.exp
9526 * gdb.trace/tfile.exp
9527 * gdb.trace/trace-break.exp
9528 * gdb.trace/trace-buffer-size.exp
9529 * gdb.trace/trace-condition.exp
9530 * gdb.trace/tracefile-pseudo-reg.exp
9531 * gdb.trace/tstatus.exp
9532 * gdb.trace/unavailable.exp
9533 * gdb.trace/while-dyn.exp
9534 * gdb.trace/while-stepping.exp
9535
34c41c68
DE
95362016-12-22 Doug Evans <xdje42@gmail.com>
9537
9538 * gdb.base/maint.exp: Update tests for maint print symbols, psymbols
9539 and msymbols.
9540
16e69324
YQ
95412016-12-19 Yao Qi <yao.qi@linaro.org>
9542
9543 * gdb.gdb/selftest.exp (do_steps_and_nexts): Remove.
9544 (test_with_self): Don't call do_steps_and_nexts, and remove
9545 code about stepping into xmalloc.
9546
f94f411b
YQ
95472016-12-09 Yao Qi <yao.qi@linaro.org>
9548
9549 * gdb.base/all-architectures.exp.in: Remove kfail for rx.
9550
95512016-12-09 Yao Qi <yao.qi@linaro.org>
9552
9553 * gdb.base/all-architectures.exp.in: Remove kfail for rl78.
9554
f1b5deee
PA
95552016-12-09 Pedro Alves <palves@redhat.com>
9556
9557 * gdb.base/all-architectures-0.exp: New file.
9558 * gdb.base/all-architectures-1.exp: New file.
9559 * gdb.base/all-architectures-2.exp: New file.
9560 * gdb.base/all-architectures-3.exp: New file.
9561 * gdb.base/all-architectures-4.exp: New file.
9562 * gdb.base/all-architectures-5.exp: New file.
9563 * gdb.base/all-architectures-6.exp: New file.
9564 * gdb.base/all-architectures-7.exp: New file.
9565 * gdb.base/all-architectures.exp.in: New file.
9566
364ca42e
YQ
95672016-12-09 Yao Qi <yao.qi@linaro.org>
9568
9569 * gdb.perf/skip-prologue.exp: Add parameter COMPILE.
9570
107c2d62
LM
95712016-12-02 Luis Machado <lgustavo@codesourcery.com>
9572
9573 * gdb.base/maint.exp: Use gdb_test instead of gdb_test_multiple when
9574 possible.
9575 Remove useless pattern-matching code.
9576
df3ee9ca
PA
95772016-12-02 Pedro Alves <palves@redhat.com>
9578
9579 * gdb.base/commands.exp (user_defined_command_manyargs_test): New
9580 procedure.
9581 (top level): Call it.
9582
ec835369
PA
95832016-12-02 Pedro Alves <palves@redhat.com>
9584
9585 * gdb.base/commands.exp (user_defined_command_args_stack_test):
9586 New procedure.
9587 (top level): Call it.
9588
01770bbd
PA
95892016-12-02 Pedro Alves <palves@redhat.com>
9590
9591 PR cli/20559
9592 * gdb.base/commands.exp (user_defined_command_args_eval): New
9593 procedure.
9594 (top level): Call it.
9595
008459ea
LM
95962016-12-02 Luis Machado <lgustavo@codesourcery.com>
9597
9598 * gdb.base/ovldbreak.exp (take_gdb_out_of_choice_menu): Restore
9599 timeout handling.
9600
0c1b455e
TT
96012016-12-02 Tom Tromey <tom@tromey.com>
9602
9603 * gdb.dwarf2/main-subprogram.c: New file.
9604 * gdb.dwarf2/main-subprogram.exp: New file.
9605
018572b8
LM
96062016-12-01 Luis Machado <lgustavo@codesourcery.com>
9607
9608 * gdb.base/maint.exp: Remove timeout handling for gdb_test_multiple.
9609 * gdb.cp/gdb2495.exp: Likewise and convert gdb_test_multiple into
9610 gdb_test_no_output for a couple of cases.
9611 * gdb.cp/ovldbreak.exp: Remove timeout handling for gdb_test_multiple.
9612
84c93cd5
LM
96132016-12-01 Luis Machado <lgustavo@codesourcery.com>
9614
9615 Fix test names and standardize compilation error messages throughout
9616 the following files:
9617
9618 * gdb.ada/start.exp
9619 * gdb.arch/alpha-step.exp
9620 * gdb.arch/e500-prologue.exp
9621 * gdb.arch/ftrace-insn-reloc.exp
9622 * gdb.arch/gdb1291.exp
9623 * gdb.arch/gdb1431.exp
9624 * gdb.arch/gdb1558.exp
9625 * gdb.arch/i386-dr3-watch.exp
9626 * gdb.arch/i386-sse-stack-align.exp
9627 * gdb.arch/ia64-breakpoint-shadow.exp
9628 * gdb.arch/pa-nullify.exp
9629 * gdb.arch/powerpc-aix-prologue.exp
9630 * gdb.arch/thumb-bx-pc.exp
9631 * gdb.base/annota1.exp
9632 * gdb.base/annota3.exp
9633 * gdb.base/arrayidx.exp
9634 * gdb.base/assign.exp
9635 * gdb.base/attach.exp
9636 * gdb.base/auxv.exp
9637 * gdb.base/bang.exp
9638 * gdb.base/bfp-test.exp
9639 * gdb.base/bigcore.exp
9640 * gdb.base/bitfields2.exp
9641 * gdb.base/break-fun-addr.exp
9642 * gdb.base/break-probes.exp
9643 * gdb.base/call-rt-st.exp
9644 * gdb.base/callexit.exp
9645 * gdb.base/catch-fork-kill.exp
9646 * gdb.base/charset.exp
9647 * gdb.base/checkpoint.exp
9648 * gdb.base/comprdebug.exp
9649 * gdb.base/constvars.exp
9650 * gdb.base/coredump-filter.exp
9651 * gdb.base/cursal.exp
9652 * gdb.base/cvexpr.exp
9653 * gdb.base/detach.exp
9654 * gdb.base/display.exp
9655 * gdb.base/dmsym.exp
9656 * gdb.base/dprintf-pending.exp
9657 * gdb.base/dso2dso.exp
9658 * gdb.base/dtrace-probe.exp
9659 * gdb.base/dump.exp
9660 * gdb.base/enum_cond.exp
9661 * gdb.base/exe-lock.exp
9662 * gdb.base/exec-invalid-sysroot.exp
9663 * gdb.base/execl-update-breakpoints.exp
9664 * gdb.base/exprs.exp
9665 * gdb.base/fileio.exp
9666 * gdb.base/find.exp
9667 * gdb.base/finish.exp
9668 * gdb.base/fixsection.exp
9669 * gdb.base/foll-vfork.exp
9670 * gdb.base/frame-args.exp
9671 * gdb.base/gcore.exp
9672 * gdb.base/gdb1250.exp
9673 * gdb.base/global-var-nested-by-dso.exp
9674 * gdb.base/gnu-ifunc.exp
9675 * gdb.base/hashline1.exp
9676 * gdb.base/hashline2.exp
9677 * gdb.base/hashline3.exp
9678 * gdb.base/hbreak-in-shr-unsupported.exp
9679 * gdb.base/huge.exp
9680 * gdb.base/infcall-input.exp
9681 * gdb.base/info-fun.exp
9682 * gdb.base/info-shared.exp
9683 * gdb.base/jit-simple.exp
9684 * gdb.base/jit-so.exp
9685 * gdb.base/jit.exp
9686 * gdb.base/jump.exp
9687 * gdb.base/label.exp
9688 * gdb.base/lineinc.exp
9689 * gdb.base/logical.exp
9690 * gdb.base/longjmp.exp
9691 * gdb.base/macscp.exp
9692 * gdb.base/miscexprs.exp
9693 * gdb.base/new-ui-echo.exp
9694 * gdb.base/new-ui-pending-input.exp
9695 * gdb.base/new-ui.exp
9696 * gdb.base/nodebug.exp
9697 * gdb.base/nofield.exp
9698 * gdb.base/offsets.exp
9699 * gdb.base/overlays.exp
9700 * gdb.base/pending.exp
9701 * gdb.base/pointers.exp
9702 * gdb.base/pr11022.exp
9703 * gdb.base/printcmds.exp
9704 * gdb.base/prologue.exp
9705 * gdb.base/ptr-typedef.exp
9706 * gdb.base/realname-expand.exp
9707 * gdb.base/relativedebug.exp
9708 * gdb.base/relocate.exp
9709 * gdb.base/remote.exp
9710 * gdb.base/reread.exp
9711 * gdb.base/return2.exp
9712 * gdb.base/savedregs.exp
9713 * gdb.base/sep.exp
9714 * gdb.base/sepdebug.exp
9715 * gdb.base/sepsymtab.exp
9716 * gdb.base/set-inferior-tty.exp
9717 * gdb.base/setshow.exp
9718 * gdb.base/shlib-call.exp
9719 * gdb.base/sigaltstack.exp
9720 * gdb.base/siginfo-addr.exp
9721 * gdb.base/signals.exp
9722 * gdb.base/signull.exp
9723 * gdb.base/sigrepeat.exp
9724 * gdb.base/so-impl-ld.exp
9725 * gdb.base/solib-display.exp
9726 * gdb.base/solib-overlap.exp
9727 * gdb.base/solib-search.exp
9728 * gdb.base/solib-symbol.exp
9729 * gdb.base/structs.exp
9730 * gdb.base/structs2.exp
9731 * gdb.base/symtab-search-order.exp
9732 * gdb.base/twice.exp
9733 * gdb.base/unload.exp
9734 * gdb.base/varargs.exp
9735 * gdb.base/watchpoint-solib.exp
9736 * gdb.base/watchpoint.exp
9737 * gdb.base/whatis.exp
9738 * gdb.base/wrong_frame_bt_full.exp
9739 * gdb.btrace/dlopen.exp
9740 * gdb.cell/ea-standalone.exp
9741 * gdb.cell/ea-test.exp
9742 * gdb.cp/dispcxx.exp
9743 * gdb.cp/gdb2384.exp
9744 * gdb.cp/method2.exp
9745 * gdb.cp/nextoverthrow.exp
9746 * gdb.cp/pr10728.exp
9747 * gdb.disasm/am33.exp
9748 * gdb.disasm/h8300s.exp
9749 * gdb.disasm/mn10300.exp
9750 * gdb.disasm/sh3.exp
9751 * gdb.dwarf2/dw2-dir-file-name.exp
9752 * gdb.fortran/complex.exp
9753 * gdb.fortran/library-module.exp
9754 * gdb.guile/scm-pretty-print.exp
9755 * gdb.guile/scm-symbol.exp
9756 * gdb.guile/scm-type.exp
9757 * gdb.guile/scm-value.exp
9758 * gdb.linespec/linespec.exp
9759 * gdb.mi/gdb701.exp
9760 * gdb.mi/gdb792.exp
9761 * gdb.mi/mi-breakpoint-changed.exp
9762 * gdb.mi/mi-dprintf-pending.exp
9763 * gdb.mi/mi-dprintf.exp
9764 * gdb.mi/mi-exit-code.exp
9765 * gdb.mi/mi-pending.exp
9766 * gdb.mi/mi-solib.exp
9767 * gdb.mi/new-ui-mi-sync.exp
9768 * gdb.mi/pr11022.exp
9769 * gdb.mi/user-selected-context-sync.exp
9770 * gdb.opt/solib-intra-step.exp
9771 * gdb.python/py-events.exp
9772 * gdb.python/py-finish-breakpoint.exp
9773 * gdb.python/py-mi.exp
9774 * gdb.python/py-prettyprint.exp
9775 * gdb.python/py-shared.exp
9776 * gdb.python/py-symbol.exp
9777 * gdb.python/py-template.exp
9778 * gdb.python/py-type.exp
9779 * gdb.python/py-value.exp
9780 * gdb.reverse/solib-precsave.exp
9781 * gdb.reverse/solib-reverse.exp
9782 * gdb.server/solib-list.exp
9783 * gdb.stabs/weird.exp
9784 * gdb.threads/reconnect-signal.exp
9785 * gdb.threads/stepi-random-signal.exp
9786 * gdb.trace/actions.exp
9787 * gdb.trace/ax.exp
9788 * gdb.trace/backtrace.exp
9789 * gdb.trace/change-loc.exp
9790 * gdb.trace/deltrace.exp
9791 * gdb.trace/ftrace-lock.exp
9792 * gdb.trace/ftrace.exp
9793 * gdb.trace/infotrace.exp
9794 * gdb.trace/mi-tracepoint-changed.exp
9795 * gdb.trace/packetlen.exp
9796 * gdb.trace/passcount.exp
9797 * gdb.trace/pending.exp
9798 * gdb.trace/range-stepping.exp
9799 * gdb.trace/report.exp
9800 * gdb.trace/stap-trace.exp
9801 * gdb.trace/tfind.exp
9802 * gdb.trace/trace-break.exp
9803 * gdb.trace/trace-condition.exp
9804 * gdb.trace/trace-enable-disable.exp
9805 * gdb.trace/trace-mt.exp
9806 * gdb.trace/tracecmd.exp
9807 * gdb.trace/tspeed.exp
9808 * gdb.trace/tsv.exp
9809 * lib/perftest.exp
9810
fb9feb35
LM
98112016-12-01 Luis Machado <lgustavo@codesourcery.com>
9812
9813 * gdb.cp/gdb2495.exp: Replace gdb_test_multiple
9814 with gdb_test_no_output.
9815 Use command as test name.
9816
cd2ddb6c
LM
98172016-12-01 Luis Machado <lgustavo@codesourcery.com>
9818
9819 Fix test names starting with uppercase throughout the files.
9820
9821 * gdb.ada/assign_1.exp
9822 * gdb.ada/boolean_expr.exp
9823 * gdb.base/arrayidx.exp
9824 * gdb.base/del.exp
9825 * gdb.base/gcore-buffer-overflow.exp
9826 * gdb.base/testenv.exp
9827 * gdb.compile/compile.exp
9828 * gdb.python/py-framefilter-invalidarg.exp
9829 * gdb.python/py-framefilter.exp
9830
bb95117e
LM
98312016-12-01 Luis Machado <lgustavo@codesourcery.com>
9832
9833 Fix test names starting with uppercase throughout the files.
9834
9835 * gdb.ada/array_return.exp
9836 * gdb.ada/expr_delims.exp
9837 * gdb.ada/mi_dyn_arr.exp
9838 * gdb.ada/mi_interface.exp
9839 * gdb.ada/mi_var_array.exp
9840 * gdb.ada/watch_arg.exp
9841 * gdb.arch/alpha-step.exp
9842 * gdb.arch/altivec-regs.exp
9843 * gdb.arch/e500-regs.exp
9844 * gdb.arch/powerpc-d128-regs.exp
9845 * gdb.base/arrayidx.exp
9846 * gdb.base/break.exp
9847 * gdb.base/checkpoint.exp
9848 * gdb.base/debug-expr.exp
9849 * gdb.base/dmsym.exp
9850 * gdb.base/radix.exp
9851 * gdb.base/sepdebug.exp
9852 * gdb.base/testenv.exp
9853 * gdb.base/watch_thread_num.exp
9854 * gdb.base/watchpoint-cond-gone.exp
9855 * gdb.cell/break.exp
9856 * gdb.cell/ea-cache.exp
9857 * gdb.compile/compile.exp
9858 * gdb.cp/gdb2495.exp
9859 * gdb.gdb/selftest.exp
9860 * gdb.gdb/xfullpath.exp
9861 * gdb.go/hello.exp
9862 * gdb.go/integers.exp
9863 * gdb.objc/basicclass.exp
9864 * gdb.pascal/hello.exp
9865 * gdb.pascal/integers.exp
9866 * gdb.python/py-breakpoint.exp
9867 * gdb.python/py-cmd.exp
9868 * gdb.python/py-linetable.exp
9869 * gdb.python/py-xmethods.exp
9870 * gdb.python/python.exp
9871 * gdb.reverse/consecutive-precsave.exp
9872 * gdb.reverse/finish-precsave.exp
9873 * gdb.reverse/i386-precsave.exp
9874 * gdb.reverse/machinestate-precsave.exp
9875 * gdb.reverse/sigall-precsave.exp
9876 * gdb.reverse/solib-precsave.exp
9877 * gdb.reverse/step-precsave.exp
9878 * gdb.reverse/until-precsave.exp
9879 * gdb.reverse/watch-precsave.exp
9880 * gdb.threads/leader-exit.exp
9881 * gdb.threads/pthreads.exp
9882 * gdb.threads/wp-replication.exp
9883 * gdb.trace/actions.exp
9884 * gdb.trace/mi-tsv-changed.exp
9885 * gdb.trace/tsv.exp
9886
de97fdd4
LM
98872016-12-01 Luis Machado <lgustavo@codesourcery.com>
9888
9889 Fix test names starting with uppercase throughout the files.
9890
9891 * gdb.arch/i386-bp_permanent.exp
9892 * gdb.arch/i386-gnu-cfi.exp
9893 * gdb.base/disasm-end-cu.exp
9894 * gdb.base/macscp.exp
9895 * gdb.base/pending.exp
9896 * gdb.base/watch_thread_num.exp
9897 * gdb.cp/exception.exp
9898 * gdb.cp/gdb2495.exp
9899 * gdb.cp/local.exp
9900 * gdb.python/py-evsignal.exp
9901 * gdb.python/python.exp
9902 * gdb.trace/tracecmd.exp
9903
9f058c10
LM
99042016-12-01 Luis Machado <lgustavo@codesourcery.com>
9905
9906 Fix test names starting with uppercase throughout the files.
9907
9908 * gdb.base/charset.exp
9909 * gdb.base/eval.exp
9910 * gdb.base/multi-forks.exp
9911 * gdb.guile/scm-progspace.exp
9912 * gdb.opencl/datatypes.exp
9913 * gdb.python/py-block.exp
9914 * gdb.python/py-function.exp
9915 * gdb.python/py-symbol.exp
9916 * gdb.python/py-symtab.exp
9917 * gdb.python/py-xmethods.exp
9918 * gdb.reverse/break-precsave.exp
9919 * gdb.reverse/break-reverse.exp
9920 * gdb.reverse/consecutive-precsave.exp
9921 * gdb.reverse/consecutive-reverse.exp
9922 * gdb.reverse/finish-precsave.exp
9923 * gdb.reverse/finish-reverse-bkpt.exp
9924 * gdb.reverse/finish-reverse.exp
9925 * gdb.reverse/fstatat-reverse.exp
9926 * gdb.reverse/getresuid-reverse.exp
9927 * gdb.reverse/i386-precsave.exp
9928 * gdb.reverse/i386-reverse.exp
9929 * gdb.reverse/i386-sse-reverse.exp
9930 * gdb.reverse/i387-stack-reverse.exp
9931 * gdb.reverse/insn-reverse.exp
9932 * gdb.reverse/machinestate-precsave.exp
9933 * gdb.reverse/machinestate.exp
9934 * gdb.reverse/next-reverse-bkpt-over-sr.exp
9935 * gdb.reverse/pipe-reverse.exp
9936 * gdb.reverse/readv-reverse.exp
9937 * gdb.reverse/recvmsg-reverse.exp
9938 * gdb.reverse/rerun-prec.exp
9939 * gdb.reverse/s390-mvcle.exp
9940 * gdb.reverse/sigall-precsave.exp
9941 * gdb.reverse/sigall-reverse.exp
9942 * gdb.reverse/solib-precsave.exp
9943 * gdb.reverse/solib-reverse.exp
9944 * gdb.reverse/step-precsave.exp
9945 * gdb.reverse/step-reverse.exp
9946 * gdb.reverse/time-reverse.exp
9947 * gdb.reverse/until-precsave.exp
9948 * gdb.reverse/until-reverse.exp
9949 * gdb.reverse/waitpid-reverse.exp
9950 * gdb.reverse/watch-precsave.exp
9951 * gdb.reverse/watch-reverse.exp
9952
cdc7edd7
LM
99532016-12-01 Luis Machado <lgustavo@codesourcery.com>
9954
9955 Fix test names starting with uppercase throughout the files.
9956
9957 * gdb.arch/i386-mpx-simple_segv.exp
9958 * gdb.arch/i386-mpx.exp
9959 * gdb.arch/i386-permbkpt.exp
9960 * gdb.arch/pa-nullify.exp
9961 * gdb.arch/powerpc-d128-regs.exp
9962 * gdb.arch/vsx-regs.exp
9963 * gdb.base/bfp-test.exp
9964 * gdb.base/break.exp
9965 * gdb.base/breakpoint-shadow.exp
9966 * gdb.base/callfuncs.exp
9967 * gdb.base/charset.exp
9968 * gdb.base/commands.exp
9969 * gdb.base/completion.exp
9970 * gdb.base/dfp-test.exp
9971 * gdb.base/echo.exp
9972 * gdb.base/ending-run.exp
9973 * gdb.base/eval.exp
9974 * gdb.base/expand-psymtabs.exp
9975 * gdb.base/float128.exp
9976 * gdb.base/floatn.exp
9977 * gdb.base/foll-exec-mode.exp
9978 * gdb.base/gdb1056.exp
9979 * gdb.base/gdb11531.exp
9980 * gdb.base/kill-after-signal.exp
9981 * gdb.base/multi-forks.exp
9982 * gdb.base/overlays.exp
9983 * gdb.base/pending.exp
9984 * gdb.base/sepdebug.exp
9985 * gdb.base/testenv.exp
9986 * gdb.base/valgrind-db-attach.exp
9987 * gdb.base/watch_thread_num.exp
9988 * gdb.base/watchpoint-cond-gone.exp
9989 * gdb.base/watchpoint.exp
9990 * gdb.base/watchpoints.exp
9991 * gdb.cp/arg-reference.exp
9992 * gdb.cp/baseenum.exp
9993 * gdb.cp/operator.exp
9994 * gdb.cp/shadow.exp
9995 * gdb.dwarf2/dw2-op-out-param.exp
9996 * gdb.dwarf2/dw2-reg-undefined.exp
9997 * gdb.go/chan.exp
9998 * gdb.go/hello.exp
9999 * gdb.go/integers.exp
10000 * gdb.go/methods.exp
10001 * gdb.go/package.exp
10002 * gdb.guile/scm-parameter.exp
10003 * gdb.guile/scm-progspace.exp
10004 * gdb.guile/scm-value.exp
10005 * gdb.mi/mi-pending.exp
10006 * gdb.mi/user-selected-context-sync.exp
10007 * gdb.multi/multi-attach.exp
10008 * gdb.multi/tids.exp
10009 * gdb.opt/clobbered-registers-O2.exp
10010 * gdb.pascal/floats.exp
10011 * gdb.pascal/integers.exp
10012 * gdb.python/py-block.exp
10013 * gdb.python/py-events.exp
10014 * gdb.python/py-parameter.exp
10015 * gdb.python/py-symbol.exp
10016 * gdb.python/py-symtab.exp
10017 * gdb.python/py-type.exp
10018 * gdb.python/py-value.exp
10019 * gdb.python/py-xmethods.exp
10020 * gdb.python/python.exp
10021 * gdb.reverse/break-precsave.exp
10022 * gdb.reverse/consecutive-precsave.exp
10023 * gdb.reverse/finish-precsave.exp
10024 * gdb.reverse/i386-precsave.exp
10025 * gdb.reverse/machinestate-precsave.exp
10026 * gdb.reverse/sigall-precsave.exp
10027 * gdb.reverse/solib-precsave.exp
10028 * gdb.reverse/step-precsave.exp
10029 * gdb.reverse/until-precsave.exp
10030 * gdb.reverse/watch-precsave.exp
10031 * gdb.server/ext-attach.exp
10032 * gdb.server/ext-restart.exp
10033 * gdb.server/ext-run.exp
10034 * gdb.server/ext-wrapper.exp
10035 * gdb.stabs/gdb11479.exp
10036 * gdb.stabs/weird.exp
10037 * gdb.threads/attach-many-short-lived-threads.exp
10038 * gdb.threads/kill.exp
10039 * gdb.threads/watchpoint-fork.exp
10040
bc6c7af4
LM
100412016-12-01 Luis Machado <lgustavo@codesourcery.com>
10042
10043 Fix test names starting with uppercase throughout all the files below.
10044
10045 * gdb.ada/array_return.exp
10046 * gdb.ada/catch_ex.exp
10047 * gdb.ada/info_exc.exp
10048 * gdb.ada/mi_catch_ex.exp
10049 * gdb.ada/mi_dyn_arr.exp
10050 * gdb.ada/mi_ex_cond.exp
10051 * gdb.ada/mi_exc_info.exp
10052 * gdb.ada/mi_interface.exp
10053 * gdb.ada/mi_task_arg.exp
10054 * gdb.ada/mi_task_info.exp
10055 * gdb.ada/mi_var_array.exp
10056 * gdb.arch/alpha-step.exp
10057 * gdb.arch/amd64-disp-step.exp
10058 * gdb.arch/arm-disp-step.exp
10059 * gdb.arch/disp-step-insn-reloc.exp
10060 * gdb.arch/e500-prologue.exp
10061 * gdb.arch/ftrace-insn-reloc.exp
10062 * gdb.arch/gdb1558.exp
10063 * gdb.arch/i386-bp_permanent.exp
10064 * gdb.arch/i386-disp-step.exp
10065 * gdb.arch/i386-float.exp
10066 * gdb.arch/i386-gnu-cfi.exp
10067 * gdb.arch/ia64-breakpoint-shadow.exp
10068 * gdb.arch/mips16-thunks.exp
10069 * gdb.arch/pa-nullify.exp
10070 * gdb.arch/powerpc-aix-prologue.exp
10071 * gdb.arch/powerpc-power.exp
10072 * gdb.arch/ppc-dfp.exp
10073 * gdb.arch/s390-tdbregs.exp
10074 * gdb.arch/spu-info.exp
10075 * gdb.arch/spu-ls.exp
10076 * gdb.arch/thumb-bx-pc.exp
10077 * gdb.base/advance.exp
10078 * gdb.base/annota-input-while-running.exp
10079 * gdb.base/arrayidx.exp
10080 * gdb.base/asmlabel.exp
10081 * gdb.base/async.exp
10082 * gdb.base/attach-wait-input.exp
10083 * gdb.base/auto-connect-native-target.exp
10084 * gdb.base/batch-preserve-term-settings.exp
10085 * gdb.base/bfp-test.exp
10086 * gdb.base/bigcore.exp
10087 * gdb.base/bp-permanent.exp
10088 * gdb.base/break-always.exp
10089 * gdb.base/break-fun-addr.exp
10090 * gdb.base/break-idempotent.exp
10091 * gdb.base/break-main-file-remove-fail.exp
10092 * gdb.base/break-probes.exp
10093 * gdb.base/break-unload-file.exp
10094 * gdb.base/break.exp
10095 * gdb.base/call-ar-st.exp
10096 * gdb.base/call-rt-st.exp
10097 * gdb.base/call-sc.exp
10098 * gdb.base/call-signal-resume.exp
10099 * gdb.base/call-strs.exp
10100 * gdb.base/callexit.exp
10101 * gdb.base/callfuncs.exp
10102 * gdb.base/catch-gdb-caused-signals.exp
10103 * gdb.base/catch-signal-siginfo-cond.exp
10104 * gdb.base/catch-syscall.exp
10105 * gdb.base/compare-sections.exp
10106 * gdb.base/cond-eval-mode.exp
10107 * gdb.base/condbreak-call-false.exp
10108 * gdb.base/consecutive-step-over.exp
10109 * gdb.base/cursal.exp
10110 * gdb.base/disabled-location.exp
10111 * gdb.base/disasm-end-cu.exp
10112 * gdb.base/display.exp
10113 * gdb.base/double-prompt-target-event-error.exp
10114 * gdb.base/dprintf-bp-same-addr.exp
10115 * gdb.base/dprintf-detach.exp
10116 * gdb.base/dprintf-next.exp
10117 * gdb.base/dprintf-non-stop.exp
10118 * gdb.base/dprintf-pending.exp
10119 * gdb.base/dso2dso.exp
10120 * gdb.base/ending-run.exp
10121 * gdb.base/enum_cond.exp
10122 * gdb.base/examine-backward.exp
10123 * gdb.base/exe-lock.exp
10124 * gdb.base/exec-invalid-sysroot.exp
10125 * gdb.base/execl-update-breakpoints.exp
10126 * gdb.base/execution-termios.exp
10127 * gdb.base/fileio.exp
10128 * gdb.base/fixsection.exp
10129 * gdb.base/foll-exec-mode.exp
10130 * gdb.base/foll-exec.exp
10131 * gdb.base/fork-running-state.exp
10132 * gdb.base/frame-args.exp
10133 * gdb.base/fullpath-expand.exp
10134 * gdb.base/func-ptr.exp
10135 * gdb.base/gcore-relro-pie.exp
10136 * gdb.base/gdb1090.exp
10137 * gdb.base/gdb1555.exp
10138 * gdb.base/global-var-nested-by-dso.exp
10139 * gdb.base/gnu-ifunc.exp
10140 * gdb.base/hbreak-in-shr-unsupported.exp
10141 * gdb.base/hbreak-unmapped.exp
10142 * gdb.base/hook-stop.exp
10143 * gdb.base/infcall-input.exp
10144 * gdb.base/info-fun.exp
10145 * gdb.base/info-shared.exp
10146 * gdb.base/interrupt-noterm.exp
10147 * gdb.base/jit-so.exp
10148 * gdb.base/jit.exp
10149 * gdb.base/line-symtabs.exp
10150 * gdb.base/list.exp
10151 * gdb.base/longjmp.exp
10152 * gdb.base/macscp.exp
10153 * gdb.base/max-value-size.exp
10154 * gdb.base/nodebug.exp
10155 * gdb.base/nofield.exp
10156 * gdb.base/overlays.exp
10157 * gdb.base/paginate-after-ctrl-c-running.exp
10158 * gdb.base/paginate-bg-execution.exp
10159 * gdb.base/paginate-inferior-exit.exp
10160 * gdb.base/pending.exp
10161 * gdb.base/pr11022.exp
10162 * gdb.base/printcmds.exp
10163 * gdb.base/ptr-typedef.exp
10164 * gdb.base/ptype.exp
10165 * gdb.base/randomize.exp
10166 * gdb.base/range-stepping.exp
10167 * gdb.base/realname-expand.exp
10168 * gdb.base/relativedebug.exp
10169 * gdb.base/remote.exp
10170 * gdb.base/savedregs.exp
10171 * gdb.base/sepdebug.exp
10172 * gdb.base/set-noassign.exp
10173 * gdb.base/shlib-call.exp
10174 * gdb.base/shreloc.exp
10175 * gdb.base/sigaltstack.exp
10176 * gdb.base/sigbpt.exp
10177 * gdb.base/siginfo-addr.exp
10178 * gdb.base/siginfo-obj.exp
10179 * gdb.base/siginfo-thread.exp
10180 * gdb.base/signest.exp
10181 * gdb.base/signull.exp
10182 * gdb.base/sigrepeat.exp
10183 * gdb.base/skip.exp
10184 * gdb.base/so-impl-ld.exp
10185 * gdb.base/solib-corrupted.exp
10186 * gdb.base/solib-disc.exp
10187 * gdb.base/solib-display.exp
10188 * gdb.base/solib-overlap.exp
10189 * gdb.base/solib-search.exp
10190 * gdb.base/solib-symbol.exp
10191 * gdb.base/source-execution.exp
10192 * gdb.base/sss-bp-on-user-bp-2.exp
10193 * gdb.base/sss-bp-on-user-bp.exp
10194 * gdb.base/stack-checking.exp
10195 * gdb.base/stale-infcall.exp
10196 * gdb.base/step-break.exp
10197 * gdb.base/step-line.exp
10198 * gdb.base/step-over-exit.exp
10199 * gdb.base/step-test.exp
10200 * gdb.base/structs.exp
10201 * gdb.base/sym-file.exp
10202 * gdb.base/symtab-search-order.exp
10203 * gdb.base/term.exp
10204 * gdb.base/type-opaque.exp
10205 * gdb.base/unload.exp
10206 * gdb.base/until-nodebug.exp
10207 * gdb.base/until.exp
10208 * gdb.base/unwindonsignal.exp
10209 * gdb.base/watch-cond.exp
10210 * gdb.base/watch-non-mem.exp
10211 * gdb.base/watch_thread_num.exp
10212 * gdb.base/watchpoint-reuse-slot.exp
10213 * gdb.base/watchpoint-solib.exp
10214 * gdb.base/watchpoint.exp
10215 * gdb.btrace/dlopen.exp
10216 * gdb.cell/arch.exp
10217 * gdb.cell/break.exp
10218 * gdb.cell/bt.exp
10219 * gdb.cell/core.exp
10220 * gdb.cell/data.exp
10221 * gdb.cell/dwarfaddr.exp
10222 * gdb.cell/ea-cache.exp
10223 * gdb.cell/ea-standalone.exp
10224 * gdb.cell/ea-test.exp
10225 * gdb.cell/f-regs.exp
10226 * gdb.cell/fork.exp
10227 * gdb.cell/gcore.exp
10228 * gdb.cell/mem-access.exp
10229 * gdb.cell/ptype.exp
10230 * gdb.cell/registers.exp
10231 * gdb.cell/sizeof.exp
10232 * gdb.cell/solib-symbol.exp
10233 * gdb.cell/solib.exp
10234 * gdb.compile/compile-tls.exp
10235 * gdb.cp/exception.exp
10236 * gdb.cp/gdb2495.exp
10237 * gdb.cp/local.exp
10238 * gdb.cp/mb-inline.exp
10239 * gdb.cp/mb-templates.exp
10240 * gdb.cp/pr10687.exp
10241 * gdb.cp/pr9167.exp
10242 * gdb.cp/scope-err.exp
10243 * gdb.cp/templates.exp
10244 * gdb.cp/virtfunc.exp
10245 * gdb.dwarf2/dw2-dir-file-name.exp
10246 * gdb.dwarf2/dw2-single-line-discriminators.exp
10247 * gdb.fortran/complex.exp
10248 * gdb.fortran/library-module.exp
10249 * gdb.guile/guile.exp
10250 * gdb.guile/scm-cmd.exp
10251 * gdb.guile/scm-frame-inline.exp
10252 * gdb.guile/scm-objfile.exp
10253 * gdb.guile/scm-pretty-print.exp
10254 * gdb.guile/scm-symbol.exp
10255 * gdb.guile/scm-type.exp
10256 * gdb.guile/scm-value.exp
10257 * gdb.linespec/keywords.exp
10258 * gdb.linespec/ls-errs.exp
10259 * gdb.linespec/macro-relative.exp
10260 * gdb.linespec/thread.exp
10261 * gdb.mi/mi-breakpoint-changed.exp
10262 * gdb.mi/mi-dprintf-pending.exp
10263 * gdb.mi/mi-fullname-deleted.exp
10264 * gdb.mi/mi-logging.exp
10265 * gdb.mi/mi-pending.exp
10266 * gdb.mi/mi-solib.exp
10267 * gdb.mi/new-ui-mi-sync.exp
10268 * gdb.mi/user-selected-context-sync.exp
10269 * gdb.multi/dummy-frame-restore.exp
10270 * gdb.multi/multi-arch-exec.exp
10271 * gdb.multi/remove-inferiors.exp
10272 * gdb.multi/watchpoint-multi-exit.exp
10273 * gdb.opt/solib-intra-step.exp
10274 * gdb.perf/backtrace.exp
10275 * gdb.perf/single-step.exp
10276 * gdb.perf/skip-command.exp
10277 * gdb.perf/skip-prologue.exp
10278 * gdb.perf/solib.exp
10279 * gdb.python/lib-types.exp
10280 * gdb.python/py-as-string.exp
10281 * gdb.python/py-bad-printers.exp
10282 * gdb.python/py-block.exp
10283 * gdb.python/py-breakpoint.exp
10284 * gdb.python/py-cmd.exp
10285 * gdb.python/py-events.exp
10286 * gdb.python/py-evthreads.exp
10287 * gdb.python/py-finish-breakpoint.exp
10288 * gdb.python/py-finish-breakpoint2.exp
10289 * gdb.python/py-frame-inline.exp
10290 * gdb.python/py-frame.exp
10291 * gdb.python/py-inferior.exp
10292 * gdb.python/py-infthread.exp
10293 * gdb.python/py-mi.exp
10294 * gdb.python/py-objfile.exp
10295 * gdb.python/py-pp-maint.exp
10296 * gdb.python/py-pp-registration.exp
10297 * gdb.python/py-prettyprint.exp
10298 * gdb.python/py-recurse-unwind.exp
10299 * gdb.python/py-shared.exp
10300 * gdb.python/py-symbol.exp
10301 * gdb.python/py-symtab.exp
10302 * gdb.python/py-template.exp
10303 * gdb.python/py-type.exp
10304 * gdb.python/py-unwind-maint.exp
10305 * gdb.python/py-unwind.exp
10306 * gdb.python/py-value.exp
10307 * gdb.python/python.exp
10308 * gdb.reverse/finish-reverse-bkpt.exp
10309 * gdb.reverse/insn-reverse.exp
10310 * gdb.reverse/next-reverse-bkpt-over-sr.exp
10311 * gdb.reverse/solib-precsave.exp
10312 * gdb.reverse/solib-reverse.exp
10313 * gdb.stabs/gdb11479.exp
10314 * gdb.stabs/weird.exp
10315 * gdb.threads/fork-child-threads.exp
10316 * gdb.threads/fork-plus-threads.exp
10317 * gdb.threads/fork-thread-pending.exp
10318 * gdb.threads/forking-threads-plus-breakpoint.exp
10319 * gdb.threads/hand-call-in-threads.exp
10320 * gdb.threads/interrupted-hand-call.exp
10321 * gdb.threads/linux-dp.exp
10322 * gdb.threads/local-watch-wrong-thread.exp
10323 * gdb.threads/next-while-other-thread-longjmps.exp
10324 * gdb.threads/non-ldr-exit.exp
10325 * gdb.threads/pending-step.exp
10326 * gdb.threads/print-threads.exp
10327 * gdb.threads/process-dies-while-detaching.exp
10328 * gdb.threads/process-dies-while-handling-bp.exp
10329 * gdb.threads/pthreads.exp
10330 * gdb.threads/queue-signal.exp
10331 * gdb.threads/reconnect-signal.exp
10332 * gdb.threads/signal-command-handle-nopass.exp
10333 * gdb.threads/signal-command-multiple-signals-pending.exp
10334 * gdb.threads/signal-delivered-right-thread.exp
10335 * gdb.threads/signal-sigtrap.exp
10336 * gdb.threads/sigthread.exp
10337 * gdb.threads/staticthreads.exp
10338 * gdb.threads/stepi-random-signal.exp
10339 * gdb.threads/thread-unwindonsignal.exp
10340 * gdb.threads/thread_check.exp
10341 * gdb.threads/thread_events.exp
10342 * gdb.threads/tid-reuse.exp
10343 * gdb.threads/tls-nodebug.exp
10344 * gdb.threads/tls-shared.exp
10345 * gdb.threads/tls-so_extern.exp
10346 * gdb.threads/tls.exp
10347 * gdb.threads/wp-replication.exp
10348 * gdb.trace/actions-changed.exp
10349 * gdb.trace/actions.exp
10350 * gdb.trace/backtrace.exp
10351 * gdb.trace/change-loc.exp
10352 * gdb.trace/collection.exp
10353 * gdb.trace/deltrace.exp
10354 * gdb.trace/disconnected-tracing.exp
10355 * gdb.trace/entry-values.exp
10356 * gdb.trace/ftrace-lock.exp
10357 * gdb.trace/ftrace.exp
10358 * gdb.trace/infotrace.exp
10359 * gdb.trace/mi-trace-frame-collected.exp
10360 * gdb.trace/mi-trace-unavailable.exp
10361 * gdb.trace/mi-traceframe-changed.exp
10362 * gdb.trace/mi-tracepoint-changed.exp
10363 * gdb.trace/mi-tsv-changed.exp
10364 * gdb.trace/no-attach-trace.exp
10365 * gdb.trace/packetlen.exp
10366 * gdb.trace/passc-dyn.exp
10367 * gdb.trace/passcount.exp
10368 * gdb.trace/pending.exp
10369 * gdb.trace/pr16508.exp
10370 * gdb.trace/qtro.exp
10371 * gdb.trace/range-stepping.exp
10372 * gdb.trace/read-memory.exp
10373 * gdb.trace/report.exp
10374 * gdb.trace/save-trace.exp
10375 * gdb.trace/signal.exp
10376 * gdb.trace/stap-trace.exp
10377 * gdb.trace/status-stop.exp
10378 * gdb.trace/strace.exp
10379 * gdb.trace/tfile.exp
10380 * gdb.trace/tfind.exp
10381 * gdb.trace/trace-break.exp
10382 * gdb.trace/trace-condition.exp
10383 * gdb.trace/trace-enable-disable.exp
10384 * gdb.trace/trace-mt.exp
10385 * gdb.trace/tracecmd.exp
10386 * gdb.trace/tracefile-pseudo-reg.exp
10387 * gdb.trace/tspeed.exp
10388 * gdb.trace/tstatus.exp
10389 * gdb.trace/tsv.exp
10390 * gdb.trace/unavailable.exp
10391 * gdb.trace/while-dyn.exp
10392 * gdb.trace/while-stepping.exp
10393 * lib/gdb-guile.exp
10394 * lib/gdb.exp
10395 * lib/mi-support.exp
10396 * lib/pascal.exp
10397 * lib/perftest.exp
10398 * lib/prelink-support.exp
10399 * lib/selftest-support.exp
10400
ad02e4fe
SM
104012016-11-30 Simon Marchi <simon.marchi@polymtl.ca>
10402
10403 * Makefile.in: Include disable-implicit-rules.mk.
10404
22347e55
AA
104052016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
10406
10407 * gdb.dwarf2/nonvar-access.exp: Add a test for accessing
10408 non-byte-aligned bit fields.
10409
da5b30da
AA
104102016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
10411
10412 PR gdb/12616
10413 * gdb.dwarf2/nonvar-access.exp: New testcase. Check that GDB
10414 respects the DW_AT_data_bit_offset attribute.
10415
b593ecca
SM
104162016-11-22 Simon Marchi <simon.marchi@polymtl.ca>
10417
10418 * gdb.base/default.exp: Fix output of "set language".
10419
3b165252
SM
104202016-11-17 Simon Marchi <simon.marchi@polymtl.ca>
10421
10422 * Makefile.in: Remove @GMAKE_TRUE@ prefixes and removes lines
10423 prefixed with @GMAKE_FALSE@. Update comment related to non-GNU
10424 make.
10425 * configure.ac: Remove checks for the make program.
10426 * configure: Re-generate.
10427
1a2f3d7f
KB
104282016-11-16 Kevin Buettner <kevinb@redhat.com>
10429
10430 * gdb.python/py-recurse-unwind.c (main): Add loop.
10431 * gdb.python/py-recurse-unwind.py (TestUnwinder): Add calls
10432 to read_register() and gdb.parse_and_eval(). Make each code
10433 call a separate case that can be individually tested.
10434 * gdb.python/py-recurse-unwind.exp (cont_and_backtrace): New
10435 proc. Call cont_and_backtrace for each of the code paths that
10436 we want to test in the unwinder.
10437
b7f38fda
AA
104382016-11-15 Andreas Arnez <arnez@linux.vnet.ibm.com>
10439
10440 * gdb.dwarf2/bitfield-parent-optimized-out.exp: Fix DWARF code for
10441 the definition of struct S.
10442
1f8db343
CM
104432016-11-11 Catherine Moore <clm@codesourcery.com>
10444
10445 * gdb.base/dump.exp: Identify verilog format dump tests as such.
10446
fad0c9fb
PA
104472016-11-09 Pedro Alves <palves@redhat.com>
10448
10449 * gdb.base/commands.exp (runto_or_return): New procedure.
10450 (gdbvar_simple_if_test, gdbvar_simple_while_test)
10451 (gdbvar_complex_if_while_test, progvar_simple_if_test)
10452 (progvar_simple_while_test, progvar_complex_if_while_test)
10453 (if_while_breakpoint_command_test)
10454 (infrun_breakpoint_command_test, breakpoint_command_test)
10455 (user_defined_command_test, watchpoint_command_test)
10456 (test_command_prompt_position, redefine_hook_test)
10457 (stray_arg0_test, error_clears_commands_left, redefine_hook_test)
10458 (redefine_backtrace_test): Use runto_or_return, $valnum_re,
10459 multi_line_input and multi_line. Remove gdb_expect and
10460 gdb_stop_suppressing_tests uses.
10461 * lib/gdb.exp (valnum_re): New global.
10462 (multi_line_input): New procedure.
10463
8354c62c
SM
104642016-11-09 Simon Marchi <simon.marchi@polymtl.ca>
10465
10466 * gdb.mi/user-selected-context-sync.exp (with_test_prefix_procname):
10467 Remove.
10468 (test_setup): Define with proc_with_prefix.
10469 (test_cli_inferior): Likewise.
10470 (test_cli_thread): Likewise.
10471 (test_cli_frame): Likewise.
10472 (test_cli_select_frame): Likewise.
10473 (test_cli_up_down): Likewise.
10474 (test_mi_thread_select): Likewise.
10475 (test_mi_stack_select_frame): Likewise.
10476 (test_cli_in_mi_inferior): Likewise.
10477 (test_cli_in_mi_thread): Likewise.
10478 (test_cli_in_mi_frame): Likewise.
10479 (top level): Do not use with_test_prefix_procname.
10480
64f367a2
PA
104812016-11-09 Pedro Alves <palves@redhat.com>
10482
10483 * gdb.base/commands.exp (gdbvar_simple_if_test)
10484 (gdbvar_simple_while_test, gdbvar_complex_if_while_test)
10485 (progvar_simple_if_test, progvar_simple_while_test)
10486 (progvar_complex_if_while_test, if_while_breakpoint_command_test)
10487 (infrun_breakpoint_command_test, breakpoint_command_test)
10488 (user_defined_command_test, watchpoint_command_test)
10489 (test_command_prompt_position, deprecated_command_test)
10490 (bp_deleted_in_command, temporary_breakpoint_commands)
10491 (stray_arg0_test, source_file_with_indented_comment)
10492 (recursive_source_test, if_commands_test)
10493 (error_clears_commands_left, redefine_hook_test)
10494 (redefine_backtrace_test): Use proc_with_prefix.
10495 * lib/gdb.exp (proc_with_prefix): New proc.
10496
0bb65f1e
AA
104972016-11-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
10498
10499 * gdb.base/tui-layout.c: New file.
10500 * gdb.base/tui-layout.exp: Use tui-layout.c, to ensure that the
10501 disassembly window contains very long lines.
10502
7353f247
TT
105032016-11-08 Tom Tromey <tom@tromey.com>
10504
10505 * gdb.python/py-value.exp (test_value_creation): Make "long" test
10506 depend on Python 2.
10507
30a7bb83
TT
105082016-11-08 Tom Tromey <tom@tromey.com>
10509
10510 * gdb.python/py-framefilter.py (ElidingFrameDecorator.address):
10511 New method.
10512
cdf5a07c
MG
105132016-10-29 Manish Goregaokar <manish@mozilla.com>
10514
2806dc7e 10515 * gdb.rust/simple.exp: Add tests for `sizeof(expr)`.
cdf5a07c 10516
51a789c3
MG
105172016-10-27 Manish Goregaokar <manish@mozilla.com>
10518
2806dc7e
PA
10519 * gdb.rust/simple.rs: Add test for univariant enums without
10520 discriminants and for encoded struct-like enums.
51a789c3 10521
f610ab6d
PA
105222016-10-28 Pedro Alves <palves@redhat.com>
10523
10524 * gdb.base/maint.exp <maint info line-table w/o a file name>: Use
10525 gdb_test_multiple, tighten regexps and match symtabs and line
10526 tables incrementally.
10527
b129b0ca
LM
105282016-10-28 Luis Machado <lgustavo@codesourcery.com>
10529
10530 * gdb.base/foll-exec.exp (do_exec_tests): Make test pattern more
10531 general.
10532
ecf45d2c
SL
105332016-10-25 Luis Machado <lgustavo@codesourcery.com>
10534
10535 * gdb.base/exec-invalid-sysroot.exp: New file.
10536
b8d38ee4
JK
105372016-10-24 Jan Kratochvil <jan.kratochvil@redhat.com>
10538
10539 * gdb.base/morestack.exp: Try to build it using -fuse-ld=gold first.
10540
f90fd8c2
JK
105412016-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
10542
10543 * lib/gdb.exp (get_compiler_info): Generalize gcc_compile regexp.
10544
2d2476aa
MR
105452016-10-19 Maciej W. Rozycki <macro@imgtec.com>
10546
2806dc7e
PA
10547 * gdb.base/killed-outside.exp: Remove $options from a call to
10548 `prepare_for_testing'.
2d2476aa 10549
e42b25a0
SM
105502016-10-17 Simon Marchi <simon.marchi@ericsson.com>
10551
10552 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
10553 Change test message.
10554
3ccdb432
SM
105552016-10-17 Simon Marchi <simon.marchi@ericsson.com>
10556
10557 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
10558 Update comment.
10559
5bad3170
SM
105602016-10-17 Simon Marchi <simon.marchi@ericsson.com>
10561
10562 * gdb.trace/mi-trace-save.exp: New file.
10563
5ad9dba7
YQ
105642016-10-13 Yao Qi <yao.qi@linaro.org>
10565
10566 * gdb.base/code_elim.exp (get_var_address): Remove.
10567 * gdb.base/relocate.exp: Likewise.
10568 * gdb.base/shreloc.exp: Likewise.
10569 * lib/gdb.exp (get_var_address): New.
10570
62df7e21
YQ
105712016-10-13 Yao Qi <yao.qi@linaro.org>
10572
10573 * gdb.base/structs.exp: Invoke gdb_skip_float_test, and do
10574 floating point tests if $skip_float_test is false.
10575
4dac951e
LM
105762016-10-12 Luis Machado <lgustavo@codesourcery.com>
10577
10578 * gdb.python/py-value.c (main): Check if argv is NULL before using it.
10579 * gdb.python/py-value.exp (test_value_in_inferior): Don't use hardcoded
10580 argc values.
10581 Add 1 to argc so we guarantee distinct initial/modified argc values.
10582
8f1a8fc4
JK
105832016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
10584
10585 * gdb.arch/powerpc-prologue.c (optimized_1): New declaration.
10586
16c85b5d
JK
105872016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
10588
10589 * gdb.arch/powerpc-prologue.exp: Use standard_output_file
10590 * gdb.arch/ppc64-symtab-cordic.exp: Likewise.
10591 * gdb.arch/vsx-regs.exp: Likewise.
10592
1d0e042a
YQ
105932016-10-07 Yao Qi <yao.qi@linaro.org>
10594
10595 * gdb.xml/tdesc-regs.exp: Set regdir to "arm/".
10596
68dadef5
MM
105972016-10-07 Markus Metzger <markus.t.metzger@intel.com>
10598
10599 * gdb.python/python.exp: Test decode_line("*0").
10600
33fa2c6e
DE
106012016-10-06 Doug Evans <dje@google.com>
10602
10603 * gdb.python/py-value.exp (test_value_creation): Add test for large
10604 unsigned 64-bit value.
10605
9c37b5ae
TT
106062016-10-06 Tom Tromey <tom@tromey.com>
10607
10608 * gdb.compile/compile.exp: Change java tests to rust.
10609 * gdb.base/setshow.exp: Change java tests to rust.
10610 * gdb.base/default.exp: Remove java from language list.
10611 * README (Examples): Update language example.
10612 * gdb.python/py-lookup-type.exp (test_lookup_type): Remove java
10613 test.
10614 * lib/gdb.exp (skip_java_tests): Remove.
10615 * lib/java.exp: Remove.
10616 * gdb.java: Remove.
10617
78b86327
MR
106182016-10-06 Maciej W. Rozycki <macro@imgtec.com>
10619
10620 * gdb.arch/mips-fcr.exp: New test.
10621 * gdb.arch/mips-fcr.c: Source for the new test.
10622
7470adbb
MR
106232016-10-06 Maciej W. Rozycki <macro@imgtec.com>
10624
10625 * gdb.base/solib-disc.exp: Use `standard_output_file'
10626 throughout.
10627
4a556533
PA
106282016-10-06 Pedro Alves <palves@redhat.com>
10629
10630 * gdb.base/jit-simple-dl.c: New file.
10631 * gdb.base/jit-simple-jit.c: New file, factored out from ...
10632 * gdb.base/jit-simple.c: ... this.
10633 * gdb.base/jit-simple.exp (jit_run): Delete.
10634 (build_jit): New proc.
10635 (jit_test_reread): Recompile either the main program or the shared
10636 library, depending on what is being tested. Skip changing address
10637 if caller wants to. Compare before/after addresses. If testing
10638 standalone, explicitly load the binary. Test "maint info
10639 breakpoints".
10640 (top level): Add "standalone vs shared lib" and "change address"
10641 vs "same address" axes.
10642
5a122fbc
PA
106432016-10-06 Pedro Alves <palves@redhat.com>
10644
10645 * gdb.base/jit-simple.exp (top level) Delete get_compiler_info
10646 call.
10647 (jit_run): Delete.
10648 (jit_test_reread): Use with_test_prefix. Reload the main binary
10649 explicitly. Compare the before/after addresses of the JIT
10650 descriptor.
10651
ee8da4b8
DE
106522016-08-15 Doug Evans <dje@google.com>
10653
10654 * gdb.xml/extra-regs.xml: Update, end field now required, default type
10655 for single bitfields is bool.
10656 * gdb.xml/tdesc-regs.exp: Ditto.
10657
f389f6fe
JK
106582016-10-05 Jan Kratochvil <jan.kratochvil@redhat.com>
10659
10660 * gdb.arch/i386-signal.exp (backtrace 10): Fix #2 typo.
10661
fdebf1a4
YQ
106622016-10-05 Yao Qi <yao.qi@linaro.org>
10663
10664 * lib/gdb.exp (support_complex_tests): Return zero if
10665 gdb_skip_float_test return true.
10666
9c36d954 106672016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
2806dc7e 10668 Simon Marchi <simon.marchi@ericsson.com>
9c36d954
AT
10669
10670 PR gdb/20487
10671 * gdb.mi/user-selected-context-sync.exp: New file.
10672 * gdb.mi/user-selected-context-sync.c: New file.
10673
4034d0ff 106742016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
2806dc7e 10675 Simon Marchi <simon.marchi@ericsson.com>
4034d0ff
AT
10676
10677 PR gdb/20487
10678 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Adapt
10679 =thread-select-event check.
10680
a4297203
PB
106812016-09-29 Peter Bergner <bergner@vnet.ibm.com>
10682
10683 * gdb.arch/powerpc-power.exp <cmprb>: Update tests to account for
10684 the compulsory L operand changes.
10685 * gdb.arch/powerpc-power.s: Likewise.
10686
bb805577
JK
106872016-09-29 Jan Kratochvil <jan.kratochvil@redhat.com>
10688
10689 PR gdb/20609 - attach of JIT-debug-enabled inf 7.11.1 regression
10690 * gdb.base/jit-attach-pie.c: New file.
10691 * gdb.base/jit-attach-pie.exp: New file.
10692
6d61dee5
PA
106932016-09-28 Pedro Alves <palves@redhat.com>
10694
10695 * gdb.base/infcall-input.c: New file.
10696 * gdb.base/infcall-input.exp: New file.
10697
f73842fc
YQ
106982016-09-22 Yao Qi <yao.qi@linaro.org>
10699
10700 * lib/gdbserver-support.exp: Rename mi_gdb_exit.
10701 (gdb_exit): Rename it to ...
10702 (gdbserver_gdb_exit): ... Close GDBserver.
10703 (gdb_exit): New proc, call gdbserver_gdb_exit.
10704 (mi_gdb_exit): Likewise.
10705
90681dab
YQ
107062016-09-22 Yao Qi <yao.qi@linaro.org>
10707
10708 * boards/gdbserver-base.exp (gdb_server_prog): Set the absolute
10709 path.
10710 * boards/remote-gdbserver-on-localhost.exp: Use gdbserver-base.
10711 Remove duplication.
10712
9c211fd8
YQ
107132016-09-22 Yao Qi <yao.qi@linaro.org>
10714
10715 * lib/gdbserver-support.exp: Check the existence of
10716 gdbserver_orig_gdb_exit rather than gdbserver_gdb_exit.
10717
ad0a504f
AK
107182016-09-21 Anton Kolesov <anton.kolesov@synopsys.com>
10719
10720 * gdb.xml/tdesc-regs.exp: set core-regs for arc*-*-elf32.
10721
36cf1806
TT
107222016-09-21 Tom Tromey <tom@tromey.com>
10723
10724 PR gdb/20604:
10725 * gdb.base/quit.exp: New file.
10726
74172ecf
SM
107272016-09-21 Simon Marchi <simon.marchi@ericsson.com>
10728
10729 * .gitignore: New file.
10730
3d0ec882
MR
107312016-09-21 Maciej W. Rozycki <macro@imgtec.com>
10732
10733 * gdb.arch/mips16-thunks.exp: Use `standard_output_file'
10734 throughout.
10735
8193adea
AA
107362016-09-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
10737
10738 * lib/gdb.exp: No longer skip hardware breakpoint tests on s390.
10739
d41a5c09
JK
107402016-09-16 Jan Kratochvil <jan.kratochvil@redhat.com>
10741
10742 * gdb.cp/casts.cc (decltype): Move it ...
10743 (main): ... with its call to ...
10744 * gdb.cp/casts03.cc: ... a new file.
10745 * gdb.cp/casts.exp: Add new file casts03.cc, move decltype test to it.
10746
d2dfe700
JK
107472016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
10748
10749 * gdb.cp/m-static.h (gnu_obj_4::somewhere): Use constexpr for C++11.
10750
e2a92b16
PB
107512016-09-15 Peter Bergner <bergner@vnet.ibm.com>
10752
10753 * gdb.arch/powerpc-power.s: Update Power9 instruction tests
10754 and sync up the test with tests in gas/testsuite/gas/ppc.
10755 * gdb.arch/powerpc-power.exp: Likewise.
10756
49b4de64
JK
107572016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
10758
10759 * lib/future.exp: Set CCACHE_DISABLE, clear CCACHE_NODISABLE.
10760
2c29df25
SDJ
107612016-09-11 Sergio Durigan Junior <sergiodj@redhat.com>
10762 Jan Kratochvil <jan.kratochvil@redhat.com>
10763
10764 * gdb.base/stap-probe.c (m1): New variable 'dummy', necessary to
10765 make m1's definition to be different from m2's. Use 'dummy' as an
10766 argument for probe 'two'.
10767
cc3c2846
JB
107682016-09-10 Jon Beniston <jon@beniston.com>
10769
10770 * lib/mi-support.exp (mi_gdb_target_load): Use target_sim_options
10771 for sim target.
10772
e1b2624a
AA
107732016-09-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
10774
10775 * gdb.base/gnu-ifunc-lib.c (resolver_hwcap): New external
10776 variable declaration.
10777 (gnu_ifunc): Add parameter hwcap. Store it in resolver_hwcap.
10778 * gdb.base/gnu-ifunc.c (resolver_hwcap): New global variable.
10779 * gdb.base/gnu-ifunc.exp: Add test to verify that the resolver
10780 received HWCAP as its argument.
10781
4295e285
PA
107822016-09-06 Pedro Alves <palves@redhat.com>
10783
10784 * gdb.base/new-ui-pending-input.c: New file.
10785 * gdb.base/new-ui-pending-input.exp: New file.
10786 * gdb.exp (clear_gdb_spawn_id): New procedure.
10787 (with_spawn_id): Check whether gdb_spawn_id exists before
10788 referencing it. If gdb_spawn_id didn't exist on entry, clear it
10789 on exit.
10790
00d5215e
UW
107912016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
10792
10793 * gdb.base/float128.c: New file.
10794 * gdb.base/float128.exp: Likewise.
10795 * gdb.base/floatn.c: Likewise.
10796 * gdb.base/floatn.exp: Likewise.
10797
a9ff5f12
UW
107982016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
10799
10800 * gdb.cp/hang.exp: Remove reference to TYPE_FLAG_STUB in comment.
10801
f245535c
PA
108022016-09-05 Pedro Alves <palves@redhat.com>
10803
10804 PR backtrace/19927
10805 * gdb.python/py-unwind-maint.exp: Adjust tests to not expect that
10806 unwinders are immediately called as side effect of "source" or
10807 "disable unwinder" commands.
10808 * gdb.python/py-recurse-unwind.exp: Remove setup_kfail calls.
10809
ae9cf263
YQ
108102016-09-02 Yao Qi <yao.qi@linaro.org>
10811
10812 * gdb.base/return-nodebug.exp: Skip the test if skip_float_test
10813 is true and $type is "float" or "double".
10814
27aba047
YQ
108152016-09-02 Yao Qi <yao.qi@linaro.org>
10816
10817 * gdb.arch/arm-neon.exp: Skip it if gdb_skip_float_test returns
10818 true.
10819 * gdb.base/call-ar-st.exp: Invoke gdb_skip_float_test.
10820 * gdb.base/call-rt-st.exp: Likewise.
10821 * gdb.base/call-sc.exp: Invoke gdb_skip_float_test and use its
10822 return value instead of gdb,skip_float_test.
10823 * gdb.base/callfuncs.exp: Invoke gdb_skip_float_test.
10824 (do_function_calls): Use its return value instead of
10825 gdb,skip_float_test.
10826 * gdb.base/finish.exp: Likewise.
10827 * gdb.base/funcargs.exp: Likewise.
10828 * gdb.base/return.exp: Likewise.
10829 * gdb.base/return2.exp: Likewise.
10830 * gdb.base/varargs.exp: Likewise.
10831 * lib/gdb.exp (gdb_skip_float_test): Change it to
10832 gdb_caching_proc. Detect the broken ptrace on arm-linux.
10833
5af962df
AA
108342016-08-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
10835
10836 * gdb.multi/tids.exp: Test "thread apply all".
10837
7fac6910
JK
108382016-08-29 Jan Kratochvil <jan.kratochvil@redhat.com>
10839
10840 * gdb.base/default.exp (tty): Remove.
10841
bb1fe4ac
KB
108422016-08-24 Kevin Buettner <kevinb@redhat.com>
10843
2806dc7e
PA
10844 * gdb.python/py-recurse-unwind.c: New file.
10845 * gdb.python/py-recurse-unwind.py: New file.
10846 * gdb.python/py-recurse-unwind.exp: New file.
bb1fe4ac 10847
0a1ddfa6
SM
108482016-08-24 Simon Marchi <simon.marchi@ericsson.com>
10849
10850 * gdb.base/set-inferior-tty.exp: New file.
10851 * gdb.base/set-inferior-tty.c: New file.
10852
d9de1fe3
PA
108532016-08-23 Pedro Alves <palves@redhat.com>
10854
10855 PR gdb/20494
10856 * gdb.base/new-ui-echo.c: New file.
10857 * gdb.base/new-ui-echo.exp: New file.
10858
e9d9abd7
YQ
108592016-08-23 Yao Qi <yao.qi@linaro.org>
10860
10861 * gdb.server/connect-stopped-target.exp (do_test): Pass "" to
10862 gdbserver_spawn.
10863 * gdb.server/connect-without-multi-process.exp (do_test):
10864 Likewise.
10865
3589529e
YQ
108662016-08-23 Yao Qi <yao.qi@linaro.org>
10867
10868 * gdb.base/signals-state-child.exp: Set variables gdb_txt and
10869 standalone_txt. Delete gdb_txt and standalone_txt on host
10870 and target. Spawn the binary on target. Copy files from
10871 target to host.
10872
6bb90213
PA
108732016-08-22 Pedro Alves <palves@redhat.com>
10874
10875 PR gdb/20505
10876 * gdb.base/vdso-warning.exp: Test core dumps too. Use
10877 with_test_prefix. Factor out bits to ...
10878 (test_no_vdso): ... this new procedure.
10879
20c2c024
CL
108802016-08-19 Carl Love <cel@us.ibm.com>
10881
10882 * gdb.arch/altivec-regs.exp: Use standard_testfile instead of
10883 maintaining separate logic for constructing the output path.
10884 * gdb.arch/powerpc-d128-regs.exp: Likewise.
10885 * gdb.arch/ppc-dfp.exp: Likewise.
10886 * gdb.arch/ppc-fp.exp: Likewise.
10887 * gdb.arch/vsx-regs.exp: Likewise.
10888 * gdb.arch/altivec-abi.exp: Likewise, plus added local variable
10889 binprefix for generating the additional binary files.
10890
0646e07d
PA
108912016-08-19 Pedro Alves <palves@redhat.com>
10892
10893 * gdb.trace/mi-trace-frame-collected.exp
10894 (test_trace_frame_collected): On x32, expect two registers.
10895
46da9242
CL
108962016-08-18 Carl Love <cel@us.ibm.com>
10897
10898 * gdb.arch/powerpc-power.s: Add new Power9 instruction tests
10899 and sync up the test with tests in gas/testsuite/gas/ppc.
10900 * gdb.arch/powerpc-power.exp: Likewise.
10901
eb2332d7
SM
109022016-08-17 Simon Marchi <simon.marchi@ericsson.com>
10903
10904 * gdb.multi/remove-inferiors.exp (test_remove_inferiors): Fix
10905 expected error message.
10906
63c61e04
SM
109072016-08-17 Simon Marchi <simon.marchi@ericsson.com>
10908
10909 * gdb.multi/remove-inferiors.exp: New file.
10910 * gdb.multi/remove-inferiors.c: New file.
10911
7b17065f
YQ
109122016-08-12 Yao Qi <yao.qi@linaro.org>
10913
10914 * gdb.base/signals-state-child.c (main): Remove "i" from fprintf's
10915 argument list.
10916
01d3dedf
PA
109172016-08-10 Pedro Alves <palves@redhat.com>
10918
10919 PR gdb/19187
10920 * gdb.reverse/waitpid-reverse.exp: Add comment and remove
10921 setup_kfails.
10922
3eb7562a
PA
109232016-08-09 Pedro Alves <palves@redhat.com>
10924 Simon Marchi <simon.marchi@ericsson.com>
10925
10926 PR gdb/20418
10927 * gdb.mi/new-ui-mi-sync.c, gdb.mi/new-ui-mi-sync.exp: New files.
10928 * lib/mi-support.exp (mi_expect_interrupt): Remove anchors.
10929
80614914
PA
109302016-08-09 Pedro Alves <palves@redhat.com>
10931
10932 PR mi/20431
10933 * gdb.mi/mi-cmd-error.exp: New file.
10934
f348d89a
PA
109352016-08-09 Pedro Alves <palves@redhat.com>
10936
10937 PR gdb/18653
10938 * gdb.base/signals-state-child.c: New file.
10939 * gdb.base/signals-state-child.exp: New file.
10940 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new pattern.
10941
e5ca03b4
PA
109422016-08-09 Pedro Alves <palves@redhat.com>
10943
10944 * gdb.dwarf2/bitfield-parent-optimized-out.exp: New file.
10945
282a0691
TT
109462016-08-03 Tom Tromey <tom@tromey.com>
10947
10948 PR python/18565:
10949 * gdb.python/py-frame-inline.exp: Add Frame.function test.
10950
41bfcd63
YQ
109512016-08-01 Yao Qi <yao.qi@linaro.org>
10952
10953 * gdb.threads/process-dies-while-detaching.exp (do_test): Set
10954 variable mode to "multi-process" if $multi_process is 1, otherwise
10955 set it to "single-process".
10956
e3465b24
YQ
109572016-08-01 Yao Qi <yao.qi@linaro.org>
10958
10959 * gdb.cp/anon-struct.exp: Check is_aarch32_target.
10960 * gdb.cp/cpexprs.exp: Likewise.
10961 * gdb.cp/m-static.exp: Likewise.
10962
0b31a4bc
TT
109632016-07-26 Tom Tromey <tom@tromey.com>
10964
10965 PR python/20190:
10966 * gdb.threads/tls.exp (check_thread_local): Add python symbol
10967 test.
10968
e0461dbb
MM
109692016-07-26 Markus Metzger <markus.t.metzger@intel.com>
10970
10971 * gdb.btrace/record_goto.exp: se is_amd64_regs_target for
10972 selecting assembly source files.
10973 * gdb.btrace/stepi.exp: se is_amd64_regs_target for selecting
10974 assembly source files.
10975 * gdb.btrace/tailcall.exp: se is_amd64_regs_target for selecting
10976 assembly source files.
10977 * gdb.btrace/tailcall-only.exp: se is_amd64_regs_target for
10978 selecting assembly source files.
10979
8194e927
SM
109802016-07-25 Simon Marchi <simon.marchi@ericsson.com>
10981
10982 * gdb.base/new-ui.exp (do_test_invalid_args): New
10983 procedure.
10984
c0272db5
TW
109852016-07-25 Tim Wiederhake <tim.wiederhake@intel.com>
10986
10987 * gdb.btrace/reconnect.c: New file.
10988 * gdb.btrace/reconnect.exp: New file.
10989
e3487908
GKB
109902016-07-23 Gabriel Krisman Bertazi <gabriel@krisman.be>
10991
10992 * gdb.base/catch-syscall.exp (do_syscall_tests): Add call
10993 to test_catch_syscall_group.
10994 (test_catch_syscall_group): New.
10995
12df5c00
TT
109962016-07-21 Tom Tromey <tom@tromey.com>
10997
10998 * gdb.rust/simple.rs (main): Use empty struct expression.
10999 * gdb.rust/simple.exp: Add tests for empty struct expression.
11000
bae62ee2
YQ
110012016-07-21 Yao Qi <yao.qi@linaro.org>
11002
11003 * lib/gdbserver-support.exp (skip_gdbserver_tests): Return 1
11004 if gdb_skip_xml_test is true on some targets.
11005
b1b53fb3
YQ
110062016-07-21 Yao Qi <yao.qi@linaro.org>
11007
11008 * gdb.server/solib-list.exp: Unset last_loaded_file.
11009
027d97f8
JK
110102016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
11011
11012 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add "next over TRY" and
11013 "step into captured_main (args)".
11014
7674d381
JK
110152016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
11016
11017 * gdb.btrace/tailcall-only.exp: Use is_lp64_target check.
11018
72b5d099
JK
110192016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
11020
11021 * gdb.python/py-unwind.exp: Test also ![is_lp64_target].
11022
1f960ced
PA
110232016-07-19 Pedro Alves <palves@redhat.com>
11024
11025 * gdb.opt/inline-break.exp: Remove optimize=-O2.
11026 * gdb.opt/inline-bt.exp: Likewise.
11027 * gdb.opt/inline-cmds.exp: Remove optimize=-O2 and add
11028 additional_flags=-Winline.
11029 * gdb.opt/inline-locals.exp: Likewise.
11030 * gdb.opt/inline-markers.c (ATTR): Define.
11031 (inlined_fn): Use it.
11032
f25827c1
YQ
110332016-07-19 Yao Qi <yao.qi@linaro.org>
11034
11035 * gdb.gdb/selftest.exp: Remove checks on is_remote and isnative.
11036 (test_with_self): Remove some code. Remove argument executable.
11037 (top-level): Use do_self_tests.
11038
37539ebe
DB
110392016-07-15 Zachary Welch <zwelch@codesourcery.com>
11040 Don Breazeal <donb@codesourcery.com>
11041
11042 * gdb.base/maint.exp: Escape paths used in regular expressions.
11043 * gdb.stabs/weird.exp: Likewise.
11044
dac790e1
TT
110452016-07-13 Tom Tromey <tom@tromey.com>
11046
11047 PR python/15620, PR python/18620:
11048 * gdb.python/py-breakpoint.exp (connect_event, check_last_event)
11049 (test_bkpt_events): New procs.
11050
93daf339
TT
110512016-07-13 Tom Tromey <tom@tromey.com>
11052
11053 PR python/17698:
11054 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add "pending"
11055 test.
11056 (test_watchpoints): Likewise.
11057 (test_bkpt_pending): New proc.
11058
6571a381
TT
110592016-07-13 Tom Tromey <tom@tromey.com>
11060
11061 PR cli/18053:
11062 * gdb.base/jit-so.exp (one_jit_test): Add jit-reader-load
11063 completion test.
11064
e8732474
JK
110652016-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
11066
11067 * gdb.dwarf2/atomic-type.exp: Use function_range for low_pc and high_pc.
11068 * gdb.dwarf2/atomic.c (f): Rename f_end_lbl to f_label.
11069 * gdb.dwarf2/dw2-bad-mips-linkage-name.c (f): Rename f_end_lbl to
11070 f_label.
11071 (g): Rename g_end_lbl to g_label.
11072 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: Use function_range for
11073 low_pc and high_pc.
11074 * gdb.dwarf2/dw2-lexical-block-bare.exp: Likewise.
11075
e0f3fd7c
TT
110762016-07-12 Tom Tromey <tom@tromey.com>
11077
11078 PR python/19293:
11079 * gdb.python/py-unwind-maint.exp: Update tests.
11080
3cfe46b6
YQ
110812016-07-12 Yao Qi <yao.qi@linaro.org>
11082
11083 * lib/selftest-support.exp (selftest_setup): Match the output
11084 when captured_main is inlined.
11085
4f19a0e6
WT
110862016-07-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
11087
11088 * gdb.fortran/derived-types.exp (result_line, result_line_2):
11089 New variables.
11090 (print this%a, print this%b, print this): New tests.
11091 * gdb.fortran/derived-types.f90 (this): New object and
11092 initialization.
11093
986cf455
SM
110942016-07-06 Simon Marchi <simon.marchi@ericsson.com>
11095
11096 * gdb.ada/arraydim.exp: Remove extra directory level in build
11097 directory.
11098
f0464b23
SM
110992016-07-06 Simon Marchi <simon.marchi@ericsson.com>
11100
11101 * lib/ada.exp: Remove extra directory level in build directory.
11102 * gdb.ada/cond_lang.exp: Likewise.
11103 * gdb.ada/exec_changed.exp: Likewise.
11104 * gdb.ada/lang_switch.exp: Likewise.
11105
42d94011
MG
111062016-07-06 Manish Goregaokar <manish@mozilla.com>
11107
2806dc7e
PA
11108 * simple.rs: Add test for raw pointer subscripting.
11109 * simple.exp: Add test expectations.
42d94011 11110
647c264c
YQ
111112016-07-05 Yao Qi <yao.qi@linaro.org>
11112
11113 * gdb.mi/mi-reverse.exp: Match =record-started output.
11114
20aa2c60
PA
111152016-07-01 Pedro Alves <palves@redhat.com>
11116
11117 * gdb.base/jit-reader.exp (info_registers_current_frame): New
11118 procedure.
11119 (jit_reader_test): Test the jit reader's unwinder.
11120 * gdb.base/jithost.c (jit_function_00_code): New global.
11121 (main): Use memcpy to fill in the mmapped code, instead of poking
11122 bytes manually here.
11123 * gdb.base/jitreader.c (enum register_mapping) <AMD64_RBP>: New
11124 value.
11125 (read_debug_info): Save the function's range.
11126 (read_sp): New function.
11127 (unwind_frame): Use it. Also unwind RBP.
11128 (get_frame_id): Use read_sp.
11129 (gdb_init_reader): Use calloc instead of malloc.
11130 * lib/gdb.exp (get_hexadecimal_valueof): Add optional 'test'
11131 parameter. Use gdb_test_multiple.
11132
ced2dffb
PA
111332016-07-01 Pedro Alves <palves@redhat.com>
11134 Antoine Tremblay <antoine.tremblay@ericsson.com>
11135
11136 * gdb.threads/process-dies-while-detaching.c: New file.
11137 * gdb.threads/process-dies-while-detaching.exp: New file.
11138
63000888
PA
111392016-07-01 Pedro Alves <palves@redhat.com>
11140
11141 * gdb.multi/watchpoint-multi-exit.c: New file.
11142 * gdb.multi/watchpoint-multi-exit.exp: New file.
11143
038d4868
PA
111442016-06-30 Pedro Alves <palves@redhat.com>
11145
11146 * lib/gdbserver-support.exp (close_gdbserver, gdb_exit): Don't
11147 unset inferior_spawn_id.
11148
994e9c83
PA
111492016-06-30 Pedro Alves <palves@redhat.com>
11150
11151 * lib/mi-support.exp (default_mi_gdb_start): Declare global
11152 FORCE_SEPARATE_MI_TTY, not SEPARATE_MI_TTY.
11153
e5653468
YQ
111542016-06-29 Yao Qi <yao.qi@linaro.org>
11155
11156 * gdb.base/return.c: Add copyright header.
11157
803b47e5
TT
111582016-06-29 Tom Tromey <tom@tromey.com>
11159
11160 PR python/20129:
11161 * gdb.python/py-framefilter.exp: Add tests for setting priority
11162 and disabling of non-existent frame filter.
11163
28244707
YQ
111642016-06-29 Yao Qi <yao.qi@linaro.org>
11165
11166 * gdb.base/catch-syscall.c [__arm__]: Set unknown_syscall to
11167 0x0f07ff.
11168
a31d2f06
YQ
111692016-06-28 Yao Qi <yao.qi@linaro.org>
11170
11171 * gdb.base/catch-syscall.exp: Remove check on isnative and target
11172 triplets. Start gdb, execute catch syscall, and continue. Check
11173 gdb's output to determine catch syscall is supported.
11174
921d8f54
MG
111752016-06-27 Manish Goregaokar <manish@mozilla.com>
11176
25d49b86
PA
11177 * gdb.rust/simple.rs: Add test for returning unit in a function.
11178 * gdb.rust/simple.exp: Add expectation for functions returning
11179 unit.
921d8f54 11180
f4952523
PMR
111812016-06-27 Pierre-Marie de Rodat <derodat@adacore.com>
11182
11183 * gdb.python/py-breakpoint-create-fail.c,
11184 gdb.python/py-breakpoint-create-fail.exp,
11185 gdb.python/py-breakpoint-create-fail.py: New testcase.
11186
fccb08f8
MG
111872016-06-25 Manish Goregaokar <manish@mozilla.com>
11188
11189 PR gdb/20239
11190 * gdb.rust/simple.rs: Add more tests for printing NonZero enums.
25d49b86
PA
11191 * gdb.rust/simple.exp: Add test expectations for new NonZero
11192 tests.
fccb08f8 11193
6b850546
DT
111942016-06-24 David Taylor <dtaylor@emc.com>
11195
11196 * gdb.base/offsets.exp: New file.
11197 * gdb.base/offsets.c: New file.
11198
17621150
TT
111992016-06-23 Tom Tromey <tom@tromey.com>
11200
11201 PR gdb/16483:
11202 * gdb.python/py-framefilter.exp: Add "info frame-filter" test
11203 before any filters are loaded.
11204
04d59df6
WT
112052016-06-21 Walfred Tedeschi <walfred.tedeschi@intel.com>
11206
11207 * gdb.fortran/derived-type.exp (print q): Add fields to the output.
11208 * gdb.fortran/vla-type.exp (print twov): Fix vla tests with
11209 structs.
11210 * gdb.fortran/derived-type-function.exp: New file.
11211 * gdb.fortran/derived-type-function.f90: New file.
11212
11213
ac69f786
PA
112142016-06-21 Pedro Alves <palves@redhat.com>
11215
11216 * gdb.base/new-ui.exp: New file.
11217 * lib/mi-support.exp (switch_gdb_spawn_id): Move to ...
11218 * lib/gdb.exp (switch_gdb_spawn_id): ... here.
11219 (with_spawn_id): New procedure.
11220
49940788
PA
112212016-06-21 Pedro Alves <palves@redhat.com>
11222
11223 * gdb.mi/mi-exec-run.exp: New file.
11224
ef274d26
PA
112252016-06-21 Pedro Alves <palves@redhat.com>
11226
11227 * gdb.mi/mi-break.exp (test_breakpoint_commands): Always expect
11228 breakpoint command's output on the main UI.
11229 (test_break): New procedure, factored out from calls in the top
11230 level.
11231 (top level): Use foreach_with_prefix to test MI as main UI and as
11232 separate UI.
11233
468afe6c
PA
112342016-06-21 Pedro Alves <palves@redhat.com>
11235
11236 * gdb.mi/mi-watch.exp (test_watchpoint_creation_and_listing)
11237 (test_awatch_creation_and_listing)
11238 (test_rwatch_creation_and_listing, test_watchpoint_triggering):
11239 Remove 'type' parameter.
11240 (test_watchpoint_all): New parameter mi_mode. Remove
11241 with_test_prefix.
11242 (top level): Use foreach_with_prefix, and add main/separate UI MI
11243 testing axis.
11244
51f77c37
PA
112452016-06-21 Pedro Alves <palves@redhat.com>
11246
11247 * README (Testsuite Parameters): Document FORCE_SEPARATE_MI_TTY.
11248 * lib/gdb.exp (default_gdb_exit): Clear inferior_spawn_id.
11249 * lib/mi-support.exp (mi_uncatched_gdb_exit): Unset
11250 gdb_main_spawn_id, mi_spawn_id, unset inferior_spawn_id.
11251 (gdb_main_spawn_id, mi_spawn_id): Declare and
11252 comment.
11253 (mi_create_inferior_pty): New procedure,
11254 factored out from default_mi_gdb_start.
11255 (switch_gdb_spawn_id, mi_gdb_start_separate_mi_tty): New
11256 procedures.
11257 (default_mi_gdb_start): Call mi_gdb_start_separate_mi_tty if the
11258 separate-mi-tty option is specified, or SEPARATE_MI_TTY is set.
11259 Use mi_create_inferior_pty.
11260 (mi_gdb_start): Use eval to pass down args list.
11261
8980e177
PA
112622016-06-21 Pedro Alves <palves@redhat.com>
11263
11264 * gdb.opt/inline-cmds.c: Add "set mi break here" marker.
11265 * gdb.opt/inline-cmds.exp: Add MI tests.
11266
f38d3ad1
PA
112672016-06-21 Pedro Alves <palves@redhat.com>
11268
11269 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new regexp.
11270
45db7c09
PA
112712016-06-21 Pedro Alves <palves@redhat.com>
11272
11273 * gdb.ada/mi_catch_ex.exp (continue_to_exception): New procedure.
11274 (top level): Use it instead of mi_execute_to.
11275
5a069ab3
PA
112762016-06-21 Pedro Alves <palves@redhat.com>
11277
11278 * gdb.python/py-mi-events-gdb.py (stop_handler_str)
11279 (cont_handler_str): New.
11280 (signal_stop_handler): Set stop_handler_str instead of printing to
11281 stdout.
11282 (continue_handler): Set cont_handler_str instead of printing to
11283 stdout.
11284 * gdb.python/py-mi-events.exp: Ues mi_execute_to instead of
11285 mi_send_resuming_command. Print stop_handler_str and
11286 cont_handler_str instead of expecting the python events print
11287 directly.
11288
2838cc1d
SD
112892016-06-17 Sanjoy Das <sanjoy@playingwithpointers.com>
11290
11291 * gdb.base/jit-reader.exp: New file.
11292 * gdb.base/jithost.c: New file.
11293 * gdb.base/jithost.h: New file.
11294 * gdb.base/jitreader.c : New file.
11295 * gdb.base/jit-protocol.h: New file.
11296
21a77091
YQ
112972016-06-17 Yao Qi <yao.qi@linaro.org>
11298
11299 * gdb.base/step-over-syscall.exp (break_cond_on_syscall): New
11300 parameters follow_fork and detach_on_fork. Set follow-fork-mode
11301 and detach-on-fork. Adjust tests.
11302 (top level): Invoke break_cond_on_syscall with combinations of
11303 syscall, follow-fork-mode and detach-on-fork.
11304
f50bf8e5
YQ
113052016-06-17 Yao Qi <yao.qi@linaro.org>
11306
11307 * gdb.base/step-over-exit.c: New.
11308 * gdb.base/step-over-exit.exp: New.
11309
a28d8e50
YTL
113102016-06-17 Yan-Ting Lin <currygt52@gmail.com>
11311
11312 * gdb.base/float.exp: Add target check for nds32*-*-*.
11313 * gdb.xml/tdesc-regs.exp: Set core-regs for nds32*-*-*.
11314
cad8e26d
AB
113152016-06-13 Andrew Burgess <andrew.burgess@embecosm.com>
11316
11317 * gdb.base/call-ar-st.exp: Report unsupported rather than xfail
11318 for unsupported target features.
11319 * gdb.base/call-rt-st.exp: Likewise.
11320 * gdb.base/call-sc.exp: Likewise.
11321 * gdb.base/call-signal-resume.exp: Likewise.
11322 * gdb.base/call-strs.exp: Likewise.
11323 * gdb.base/callexit.exp: Likewise.
11324 * gdb.base/callfuncs.exp: Likewise.
11325 * gdb.base/nodebug.exp: Likewise.
11326 * gdb.base/printcmds.exp: Likewise.
11327 * gdb.base/ptype.exp: Likewise.
11328 * gdb.base/structs.exp: Likewise.
11329 * gdb.base/unwindonsignal.exp: Likewise.
11330 * gdb.cp/gdb2495.exp: Likewise.
11331 * gdb.cp/templates.exp: Likewise.
11332 * gdb.cp/virtfunc.exp: Likewise.
11333 * gdb.threads/hand-call-in-threads.exp: Likewise.
11334 * gdb.threads/interrupted-hand-call.exp: Likewise.
11335 * gdb.threads/thread-unwindonsignal.exp: Likewise.
11336
347dc102
TT
113372016-06-10 Tom Tromey <tom@tromey.com>
11338
11339 PR rust/20110:
11340 * gdb.rust/expr.exp: Add test for integer constant larger than
11341 i32.
11342
5e13cf25
BH
113432016-06-10 Bernhard Heckel <bernhard.heckel@intel.com>
11344
11345 * gdb.fortran/nested-funcs.exp: New.
11346 * gdb.fortran/nested-funcs.f90: New.
11347
bb556f1f
TK
113482016-06-09 Toshihito Kikuchi <k.toshihito@yahoo.de>
11349
11350 * gdb.base/examine-backward.c: New file.
11351 * gdb.base/examine-backward.exp: New file.
11352
38b022b4
SM
113532016-06-06 Simon Marchi <simon.marchi@ericsson.com>
11354
11355 * gdb.mi/mi-record-changed.exp: Adjust =record-started output
11356 matching.
11357
1b40ec05
TT
113582016-06-02 Tom Tromey <tom@tromey.com>
11359
11360 PR python/18984:
11361 * gdb.python/py-shared.exp: Add solib_name test.
11362
193bd378
SM
113632016-06-02 Simon Marchi <simon.marchi@ericsson.com>
11364
11365 * gdb.mi/mi-memory-changed.exp: Fix filename passed to untested.
11366
3326303b
MG
113672016-05-31 Martin Galvan <martin.galvan@tallertechnologies.com>
11368
11369 PR c++/19893
11370 * gdb.dwarf2/implref.exp: Rename to...
11371 * gdb.dwarf2/implref-const.exp: ...this. Also add more test statements.
11372 * gdb.dwarf2/implref-array.c: New file.
11373 * gdb.dwarf2/implref-array.exp: Likewise.
11374 * gdb.dwarf2/implref-global.c: Likewise.
11375 * gdb.dwarf2/implref-global.exp: Likewise.
11376 * gdb.dwarf2/implref-struct.c: Likewise.
11377 * gdb.dwarf2/implref-struct.exp: Likewise.
11378
825c8ef2
AT
113792016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
11380
11381 * gdb.trace/trace-condition.exp: Add 64bit tests.
11382
2320162a
AT
113832016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
11384
11385 * gdb.trace/trace-condition.c (marker): Adapt signature to 8 to 64
11386 bits types.
11387 (main): Adapt to 8 to 64 bits types.
11388 * gdb.trace/trace-condition.exp: Add new tests.
11389
a7818233
AT
113902016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
11391
11392 * gdb.trace/trace-condition.exp: Add emit_less_unsigned test.
11393
0d336466
AT
113942016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
11395
11396 * gdb.trace/ftrace.exp (test_ftrace_condition): Remove.
11397 Move condition tests...
11398 * gdb.trace/trace-condition.exp: Here.
11399
7faeb45a
AT
114002016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
11401
11402 * gdb.trace/trace-condition.exp: Add counter-case tests.
11403
e385593e
JK
114042016-05-30 Jan Kratochvil <jan.kratochvil@redhat.com>
11405
11406 PR c++/15231
11407 * gdb.ada/out_of_line_in_inlined.exp: Remove xfails.
11408 * gdb.dwarf2/dw2-lexical-block-bare.exp: New file.
11409
744608cc
PA
114102016-05-27 Pedro Alves <palves@redhat.com>
11411
11412 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
11413 New procedure.
11414 (top level): Call it, and bail out of DejaGnu is known to be bad.
11415
ac775bf4
AB
114162016-05-27 Andrew Burgess <andrew.burgess@embecosm.com>
11417
11418 * gdb.base/whatis.c: Extend the test case.
11419 * gdb.base/whatis.exp: Add additional tests.
11420
2bbad2ea
BH
114212016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
11422
11423* gdb.fortran/type.f90: Add pointer variable.
11424* gdb.fortran/whatis_type.exp: Add whatis/ptype of pointers.
11425
8b70175d
BH
114262016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
11427
11428 * gdb.fortran/vla-type.exp: Fix testcase name.
11429
86d8a848
BH
114302016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
11431
11432 * gdb.fortran/vla-type.exp: Access elements in nested structs.
11433
e188eb36
BH
114342016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
11435
11436 * gdb.fortran/type.f90: Add nested structures.
11437 * gdb.fortran/whatis-type.exp: Whatis/ptype nested structures.
11438 * gdb.fortran/derived-type.exp: Adapt expected output.
11439 * gdb.fortran/vla-type.exp: Adapt expected output.
11440
9b2db1fd
BH
114412016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
11442
11443 * gdb.fortran/whatis_type.exp: Adapt expected output.
11444
72b17055
BH
114452016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
11446
11447 * gdb.fortran/print_type.exp: Fix expected output.
11448 * gdb.fortran/whatis_type.exp: Fix expected output.
11449
3cd81d8d
BH
114502016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
11451
11452 * gdb.fortran/whatis_type.exp: Use multi_line.
11453
ddae9462
TT
114542016-05-24 Tom Tromey <tom@tromey.com>
11455
11456 PR python/17386:
11457 * gdb.python/py-value.exp (test_value_numeric_ops): Add tests that
11458 use value as an index.
11459
1957f6b8
TT
114602016-05-23 Tom Tromey <tom@tromey.com>
11461
11462 PR python/17981:
11463 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add test for
11464 no-breakpoint case.
11465
026a9174
PA
114662016-05-24 Pedro Alves <palves@redhat.com>
11467
11468 PR gdb/19828
11469 * gdb.threads/clone-attach-detach.c: New file.
11470 * gdb.threads/clone-attach-detach.exp: New file.
11471
e70a7231
FR
114722016-05-24 Francis Ricci <francisjricci@gmail.com> (tiny patch)
11473
11474 * gdb.base/annota-input-while-running.exp: Fix syntax error.
11475
0f6ed0e0
TT
114762016-05-23 Tom Tromey <tom@tromey.com>
11477
11478 PR python/19438, PR python/18393:
11479 * gdb.python/py-progspace.exp: Add "dir" test.
11480 * gdb.python/py-objfile.exp: Add "dir" test.
11481
ffd19d61
YQ
114822016-05-23 Yao Qi <yao.qi@linaro.org>
11483
11484 * gdb.arch/thumb-prologue.exp: Use standard_testfile.
11485 * gdb.arch/thumb2-it.exp: Likewise.
11486
9e8f9b05
SM
114872016-05-18 Simon Marchi <simon.marchi@ericsson.com>
11488
11489 * gdb.mi/mi-threads-interrupt.c: New file.
11490 * gdb.mi/mi-threads-interrupt.exp: New file.
11491
61c6156d
SM
114922016-05-17 Simon Marchi <simon.marchi@ericsson.com>
11493
11494 PR gdb/18077
11495 * gdb.mi/mi-async-run.exp: New file.
11496 * gdb.mi/mi-async-run.c: New file.
11497
67218854
TT
114982016-05-17 Tom Tromey <tom@tromey.com>
11499 Manish Goregaokar <manishsmail@gmail.com>
11500
11501 * lib/rust-support.exp: New file.
11502 * lib/gdb.exp (skip_rust_tests): New proc.
11503 (build_executable_from_specs): Handle rust.
11504 * lib/future.exp (gdb_find_rustc): New proc.
11505 (gdb_default_target_compile): Handle rust.
11506 * gdb.rust/expr.exp: New file.
11507 * gdb.rust/generics.exp: New file.
11508 * gdb.rust/generics.rs: New file.
11509 * gdb.rust/methods.exp: New file.
11510 * gdb.rust/methods.rs: New file.
11511 * gdb.rust/modules.exp: New file.
11512 * gdb.rust/modules.rs: New file.
11513 * gdb.rust/simple.exp: New file.
11514 * gdb.rust/simple.rs: New file.
11515
c44af4eb
TT
115162016-05-17 Tom Tromey <tom@tromey.com>
11517
11518 * gdb.base/default.exp (set language): Add rust.
11519
dcd1f979
TT
115202016-05-17 Tom Tromey <tom@tromey.com>
11521
11522 * gdb.gdb/unittest.exp: New file.
11523
155b7f57
YQ
115242016-05-16 Yao Qi <yao.qi@linaro.org>
11525
11526 * gdb.base/batch-preserve-term-settings.exp: Remove variable
11527 shell_prompt. Update shell_prompt_re.
11528
8ddd5a6c
DE
115292016-05-12 Doug Evans <dje@google.com>
11530
11531 PR symtab/19999
11532 * lib/dwarf.exp (build_executable_from_fission_assembler): Pass
11533 $options when building executable.
11534 * gdb.dwarf2/fission-loclists-pie.S: New file.
11535 * gdb.dwarf2/fission-loclists-pie.exp: New file.
11536
02e370d9
SM
115372016-05-04 Simon Marchi <simon.marchi@ericsson.com>
11538
11539 * gdb.base/solib-display.exp: Check for [use_gdb_stub] instead
11540 of [is_remote target],
11541
8929ad8b
SM
115422016-05-04 Simon Marchi <simon.marchi@ericsson.com>
11543
11544 * lib/gdb.exp (use_gdb_stub): New procedure.
11545
6c447423
DE
115462016-05-03 Yunlian Jiang <yunlian@google.com>
11547 Doug Evans <dje@google.com>
11548
11549 PR symtab/19914
11550 * gdb.dwarf2/dwp-sepdebug.c: New file.
11551 * gdb.dwarf2/dwp-sepdebug.exp: New file.
11552
444e826c
SM
115532016-05-02 Simon Marchi <simon.marchi@ericsson.com>
11554
11555 * gdb.base/detach.exp: Remove is_remote check.
11556
740feeaa
SM
115572016-05-02 Simon Marchi <simon.marchi@ericsson.com>
11558
11559 * gdb.base/annota-input-while-running.exp: Don't check for
11560 [is_remote target]. Enable annotations after running to main.
11561 Remove unused "set test..." line.
11562
9080ac9d
SM
115632016-04-28 Simon Marchi <simon.marchi@ericsson.com>
11564
11565 * gdb.trace/trace-enable-disable.exp: New file.
11566 * gdb.trace/trace-enable-disable.c: New file.
11567
952ebca5
SM
115682016-04-28 Simon Marchi <simon.marchi@ericsson.com>
11569
11570 * gdb.arch/ftrace-insn-reloc.exp: Save gdb_load_shlib result,
11571 use it in info sharedlibrary test.
11572 * gdb.trace/ftrace-lock.exp: Likewise.
11573 * gdb.trace/ftrace.exp: Likewise.
11574 * gdb.trace/range-stepping.exp: Likewise.
11575 * gdb.trace/trace-break.exp: Likewise.
11576 * gdb.trace/trace-condition.exp: Likewise.
11577 * gdb.trace/trace-mt.exp: Likewise.
11578
d9019901
SM
115792016-04-27 Simon Marchi <simon.marchi@ericsson.com>
11580
11581 * lib/gdb.exp (gdb_load_shlibs): Rename to...
11582 (gdb_load_shlib): ... this.
11583 * gdb.arch/ftrace-insn-reloc.exp: Adjust gdb_load_shlibs ->
11584 gdb_load_shlib.
11585 * gdb.base/catch-load.exp (one_catch_load_test): Likewise.
11586 * gdb.base/ctxobj.exp: Likewise.
11587 * gdb.base/dprintf-pending.exp: Likewise.
11588 * gdb.base/dso2dso.exp: Likewise.
11589 * gdb.base/fixsection.exp: Likewise.
11590 * gdb.base/gcore-relro.exp: Likewise.
11591 * gdb.base/gdb1555.exp: Likewise.
11592 * gdb.base/global-var-nested-by-dso.exp: Likewise.
11593 * gdb.base/gnu-ifunc.exp: Likewise.
11594 * gdb.base/hbreak-in-shr-unsupported.exp: Likewise.
11595 * gdb.base/jit-so.exp (one_jit_test): Likewise.
11596 * gdb.base/pending.exp: Likewise.
11597 * gdb.base/print-file-var.exp: Likewise.
11598 * gdb.base/print-symbol-loading.exp: Likewise.
11599 * gdb.base/shlib-call.exp: Likewise.
11600 * gdb.base/shreloc.exp: Likewise.
11601 * gdb.base/so-impl-ld.exp: Likewise.
11602 * gdb.base/solib-disc.exp: Likewise.
11603 * gdb.base/solib-nodir.exp: Likewise.
11604 * gdb.base/solib-overlap.exp: Likewise.
11605 * gdb.base/solib-symbol.exp: Likewise.
11606 * gdb.base/solib-weak.exp (do_test): Likewise.
11607 * gdb.base/sym-file.exp: Likewise.
11608 * gdb.base/symtab-search-order.exp: Likewise.
11609 * gdb.base/type-opaque.exp: Likewise.
11610 * gdb.base/unload.exp: Likewise.
11611 * gdb.base/watchpoint-solib.exp: Likewise.
11612 * gdb.compile/compile.exp: Likewise.
11613 * gdb.cp/gdb2384.exp: Likewise.
11614 * gdb.cp/infcall-dlopen.exp: Likewise.
11615 * gdb.cp/re-set-overloaded.exp: Likewise.
11616 * gdb.fortran/library-module.exp: Likewise.
11617 * gdb.opt/solib-intra-step.exp: Likewise.
11618 * gdb.python/py-finish-breakpoint.exp: Likewise.
11619 * gdb.python/py-shared.exp: Likewise.
11620 * gdb.reverse/solib-precsave.exp: Likewise.
11621 * gdb.reverse/solib-reverse.exp: Likewise.
11622 * gdb.server/solib-list.exp: Likewise.
11623 * gdb.threads/dlopen-libpthread.exp: Likewise.
11624 * gdb.threads/tls-shared.exp: Likewise.
11625 * gdb.threads/tls-so_extern.exp: Likewise.
11626 * gdb.trace/change-loc.exp: Likewise.
11627 * gdb.trace/ftrace-lock.exp: Likewise.
11628 * gdb.trace/ftrace.exp: Likewise.
11629 * gdb.trace/mi-tracepoint-changed.exp (test_reconnect): Likewise.
11630 * gdb.trace/pending.exp: Likewise.
11631 * gdb.trace/range-stepping.exp: Likewise.
11632 * gdb.trace/strace.exp (strace_remove_socket): Likewise.
11633 (strace_info_marker): Likewise.
11634 (strace_probe_marker): Likewise.
11635 (strace_trace_on_same_addr): Likewise.
11636 (strace_trace_on_diff_addr): Likewise.
11637 * gdb.trace/trace-break.exp: Likewise.
11638 * gdb.trace/trace-condition.exp: Likewise.
11639 * gdb.trace/trace-mt.exp: Likewise.
11640
fca4cfd9
SM
116412016-04-27 Simon Marchi <simon.marchi@ericsson.com>
11642
11643 * lib/gdb.exp (gdb_load_shlibs): Accept a single argument. Return
11644 result of gdb_remote_download.
11645 * gdb.base/ctxobj.exp: Split gdb_load_shlibs call.
11646 * gdb.base/dso2dso.exp: Likewise.
11647 * gdb.base/global-var-nested-by-dso.exp: Likewise.
11648 * gdb.base/print-file-var.exp: Likewise.
11649 * gdb.base/shlib-call.exp: Likewise.
11650 * gdb.base/shreloc.exp: Likewise.
11651 * gdb.base/solib-overlap.exp: Likewise.
11652 * gdb.base/solib-weak.exp (do_test): Likewise.
11653 * gdb.base/unload.exp: Likewise.
11654
11cf4ffb
YQ
116552016-04-27 Yao Qi <yao.qi@linaro.org>
11656
11657 * gdb.base/branch-to-self.exp: Skip it if gdb,nosignals
11658 exists.
11659
3e2e34f8
KB
116602016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
11661
11662 * vla-type.exp: Print structure from toplevel.
11663
8f07e298
BH
116642016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
11665
11666 * gdb.fortran/vla-type.f90: Add test for static and dynamic arrays
11667 of dynamic types.
11668 * gdb.fortran/vla-type.exp: Add test for static and dynamic arrays
11669 of dynamic types.
11670
9920b434
BH
116712016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
11672
11673 * gdb.fortran/vla-type.f90: New file.
11674 * gdb.fortran/vla-type.exp: New file.
11675
f3abeff5
YQ
116762016-04-25 Yao Qi <yao.qi@linaro.org>
11677
11678 * gdb.base/branch-to-self.c: New file.
11679 * gdb.base/branch-to-self.exp: New file.
11680
0a5d52f0
YQ
116812016-04-22 Yao Qi <yao.qi@linaro.org>
11682
11683 * gdb.trace/unavailable.exp (gdb_collect_globals_test_1): Match
11684 more after $hex.
11685
495346f6
YQ
116862016-04-22 Yao Qi <yao.qi@linaro.org>
11687
11688 * gdb.base/annota1.exp: Set breakpoint on line $main_line.
11689 * gdb.base/annota3.exp: Likewise.
11690
4a7e075c
YQ
116912016-04-22 Yao Qi <yao.qi@linaro.org>
11692
11693 * gdb.reverse/step-precsave.exp: Do one step and test program
11694 stops in "callee" and do multiple steps until program goes out
11695 of "callee".
11696 * gdb.reverse/step-reverse.exp: Likewise.
11697
5b061e98
YQ
116982016-04-22 Yao Qi <yao.qi@linaro.org>
11699
11700 * gdb.trace/signal.exp: Also pass if
11701 $tracepoint_hits($i) > $iterations.
11702
5c5dc57f
YQ
117032016-04-22 Yao Qi <yao.qi@linaro.org>
11704
11705 * gdb.trace/signal.c: New file.
11706 * gdb.trace/signal.exp: New file.
11707
a55411b9
DE
117082016-04-19 Doug Evans <xdje42@gmail.com>
11709
11710 * gdb.base/bad-file.exp: New file.
11711
a22df60a
MG
117122016-04-18 Martin Galvan <martin.galvan@tallertechnologies.com>
11713
11714 * gdb.dwarf2/implref.exp: New file.
11715
0c13f7e5
BH
117162016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
11717
11718 * gdb.fortran/common-block.exp: Use type naming defined in lib fortran.
11719 * gdb.fortran/derived-type.exp: Use type naming defined in lib fortran.
11720 * gdb.fortran/multi-dim.exp: Use type naming defined in lib fortran.
11721 * gdb.fortran/vla-datatypes.exp: Use type naming defined in lib fortran.
11722 * gdb.fortran/vla-ptype-sub.exp: Use type naming defined in lib fortran.
11723 * gdb.fortran/vla-ptype.exp: Use type naming defined in lib fortran.
11724 * gdb.fortran/whatis_type.exp: Use type naming defined in lib fortran.
11725 * lib/fortran.exp (fortran_int4): New procedure.
11726 (fortran_real4, fortran_real8, fortran_complex4): Likewise.
11727 (fortran_logical4): Likewise.
11728
9b9b09e9
BH
117292016-04-18 Benrhard Heckel <bernhard.heckel@intel.com>
11730
11731 * lib/gdb.exp (gdb_compile_shlib): Add flag for ICC compiler.
11732
a14d1f4d
BH
117332016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
11734
11735 * lib/compiler.c: Add Intel specific preprocessor macros.
11736 * lib/compiler.cc: Likewise.
25d49b86 11737
7d49b1d0
LM
117382016-04-13 Luis Machado <lgustavo@codesourcery.com>
11739
11740 * gdb.server/connect-with-no-symbol-file.c: New file.
11741 * gdb.server/connect-with-no-symbol-file.exp: New file.
11742
8392fa22
SM
117432016-04-13 Simon Marchi <simon.marchi@ericsson.com>
11744
11745 * lib/gdb.exp (gdb_remote_download): Fix and extend comment.
11746
8c4c4aeb
SM
117472016-04-13 Simon Marchi <simon.marchi@ericsson.com>
11748
11749 * boards/gdbserver-base.exp (${board}_download): Copy source file to
11750 standard output directory.
11751
45e3745e
AT
117522016-04-13 Antoine Tremblay <antoine.tremblay@ericsson.com>
11753
11754 * gdb.trace/trace-condition.exp (foreach): Fix emit_sub testcase.
11755
e26b7e41
MM
117562016-04-13 Markus Metzger <markus.t.metzger@intel.com>
11757
11758 * gdb.btrace/instruction_history.c (loop): Add declaration.
11759
8ce09462
AT
117602016-04-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
11761
11762 * gdb.trace/ftrace.exp (proc): Change test prefix from "ond" to "cond".
11763
2e88a1ea
SM
117642016-04-09 Simon Marchi <simon.marchi@polymtl.ca>
11765
11766 * gdb.python/py-mi-events-gdb.py (signal_stop_handler): Add
11767 parentheses to print.
11768 (continue_handler): Likewise.
11769
f48e22e3
SM
117702016-04-08 Simon Marchi <simon.marchi@ericsson.com>
11771
11772 * gdb.server/solib-list.exp: Remove is_remote check.
11773 Pass shlib= to gdb_compile. Don't link shared library with
11774 -soname. Call gdb_remote_download instead of gdb_load_shlibs.
11775 Run binary filename through "readlink -f" on the target.
11776
096be756
PA
117772016-04-08 Pedro Alves <palves@redhat.com>
11778
11779 * gdb.server/solib-list.exp: Don't use gdb_load. Instead pass the
11780 interpreter filename as argument to gdbserver_spawn.
11781 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
11782 Return empty if $last_loaded_file does not exist.
11783
06500533
JK
117842016-04-08 Jan Kratochvil <jan.kratochvil@redhat.com>
11785
11786 Fix compatibility with gcc-4.8.5-4.el7.x86_64.
11787 * gdb.base/jit-main.c: Use exit after usage.
11788
2d35e871
JK
117892016-04-07 Jan Kratochvil <jan.kratochvil@redhat.com>
11790
11791 * gdb.base/gdbhistsize-history.exp: Save and unset GDBHISTFILE and
11792 GDBHISTSIZE prior to the tests.
11793 * gdb.base/gdbinit-history.exp: Likewise.
11794
117952016-04-07 Pedro Alves <palves@redhat.com>
9553661a
PA
11796
11797 * gdb.compile/compile.exp: Use gdb_compile with "shlib=" option
11798 instead of build_executable. Use gdb_load_shlibs.
11799
c8064e7e
YQ
118002016-04-07 Yao Qi <yao.qi@linaro.org>
11801
11802 * gdb.reverse/finish-reverse-bkpt.exp: Use temporary breakpoint.
11803 Execute "si" command.
11804
bde47561
YQ
118052016-04-07 Yao Qi <yao.qi@linaro.org>
11806
11807 * gdb.reverse/next-reverse-bkpt-over-sr.exp: Match the breakpoint
11808 number instead of the comments on some line.
11809
b16f8a3b
DB
118102016-04-06 Don Breazeal <donb@codesourcery.com>
11811
11812 * gdb.dwarf2/dw2-opt-structptr.c: New test program.
11813 * gdb.dwarf2/dw2-opt-structptr.exp: New test script.
11814
c2f901df
SM
118152016-04-06 Simon Marchi <simon.marchi@ericsson.com>
11816
11817 * gdb.threads/dlopen-libpthread.exp: Set binfile_lib using
11818 standard_output_file. Remove unused binfile variable.
11819
ac17fda0
CU
118202016-04-05 Catalin Udma <catalin.udma@freescale.com>
11821
11822 * gdb.python/py-mi-objfile-gdb.py: Use "list main" command.
11823 * gdb.python/py-mi-objfile.exp: Match "list main" output
11824 in console format.
11825
03a8c4df
SM
118262016-04-05 Simon Marchi <simon.marchi@polymtl.ca>
11827
11828 * gdb.arch/ftrace-insn-reloc.exp: Check for IPA basename instead of
11829 absolute.
11830
6e774b13
SM
118312016-04-05 Simon Marchi <simon.marchi@ericsson.com>
11832
11833 * gdb.trace/ftrace-lock.exp: Check for IPA basename instead of
11834 absolute.
11835 * gdb.trace/ftrace.exp: Likewise.
11836 * lib/gdb.exp (gdb_compile): Set rpath $ORIGIN for non-remote
11837 targets as well.
11838 (gdb_compile_shlib): Set SONAME for non-remote targets as well.
11839 (gdb_load_shlibs): Copy libraries to test directory when testing
11840 natively. Only set solib-search-path if testing remotely.
11841 * lib/mi-support.exp (mi_load_shlibs): Likewise.
11842
7817ea46
SM
118432016-04-05 Simon Marchi <simon.marchi@ericsson.com>
11844
11845 * gdb.base/jit-so.exp: Use gdb_remote_download instead of
11846 gdb_download. Use it even if the target is not remote.
11847 * gdb.base/jit.exp (compile_jit_test): Likewise.
11848 * lib/gdb.exp (gdb_remote_download): Copy files to the standard
11849 output directory if the destination board is local, otherwise use
11850 the standard remote_download from DejaGnu.
11851 (gdb_download): Remove.
11852 (gdb_load_shlibs): Use gdb_remote_download instead of
11853 gdb_download.
11854 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
11855 Use gdb_remote_download instead of gdb_download. Use it even if
11856 the target is not remote.
11857 * lib/mi-support.exp (mi_load_shlibs): Use gdb_remote_download
11858 instead of gdb_download.
11859
7beb7f68
SM
118602016-04-04 Simon Marchi <simon.marchi@polymtl.ca>
11861
11862 * gdb.mi/mi-breakpoint-changed.exp: Add some with_test_prefix.
11863 (test_insert_delete_modify): Call mi_load_shlibs before trying to
11864 run.
11865
cc63428a
AV
118662016-04-01 Artemiy Volkov <artemiyv@acm.org>
11867
11868 PR gdb/19820
11869 * gdb.base/printcmds.exp: Add artificial arrays tests.
11870
64cdf930
PA
118712016-03-31 Pedro Alves <palves@redhat.com>
11872
11873 PR gdb/19858
11874 * gdb.base/jit-main.c: Include unistd.h.
11875 (ATTACH): Define to 0 if not already defined.
11876 (wait_for_gdb, mypid): New globals.
11877 (WAIT_FOR_GDB): New macro.
11878 (MAIN): Set an alarm. Store the process's pid. Wait for GDB at
11879 some breakpoint locations.
11880 * gdb.base/jit.exp (clean_reattach, continue_to_test_location):
11881 New procedures.
11882 (one_jit_test): Add REATTACH parameter, and handle it. Use
11883 continue_to_test_location.
11884 (top level): Test attach, and adjusts calls to one_jit_test.
11885
40dea8cb
PA
118862016-03-31 Pedro Alves <palves@redhat.com>
11887
11888 PR gdb/19858
11889 * gdb.base/jit.exp (compile_jit_test): Add intro comment. Add
11890 BINSUFFIX parameter, and handle it.
11891 (top level): Adjust calls compile_jit_test.
11892
e7ea3ec7
CU
118932016-03-31 Catalin Udma <catalin.udma@freescale.com>
11894
11895 PR python/19743
11896 * gdb.python/py-mi-events-gdb.py: New file.
11897 * gdb.python/py-mi-events.c: New file.
11898 * gdb.python/py-mi-events.exp: New file.
11899
e6359af3
YQ
119002016-03-30 Yao Qi <yao.qi@linaro.org>
11901
11902 * gdb.reverse/until-precsave.exp: Match function name only.
11903 * gdb.reverse/until-reverse.c (main): Don't call fprintf nor printf.
11904 Move malloc to a condition block.
11905 * gdb.reverse/until-reverse.exp: Match function name only.
11906
a4105d04
MK
119072016-03-29 Marcin Kościelnicki <koriakin@0x04.net>
11908
11909 * gdb.trace/ftrace.exp: Set arg0exp for s390.
11910 * gdb.trace/mi-trace-frame-collected.exp: Expect 4 registers on s390.
11911 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for s390, add gpr0num
11912 variable for GPR 0 instead of assuming it is register 0.
11913 * gdb.trace/trace-common.h: Add s390 fast tracepoint placeholder.
11914 * lib/trace-support.exp: Add s390 registers.
11915
bfa6adb9
YQ
119162016-03-29 Yao Qi <yao.qi@linaro.org>
11917
11918 * gdb.arch/arm-neon.exp: Pass debug to prepare_for_testing.
11919
1e6697ea
YQ
119202016-03-24 Yao Qi <yao.qi@linaro.org>
11921
11922 * gdb.reverse/break-reverse.exp: Add quotation mark in the
11923 test message.
11924
64bcd522
AA
119252016-03-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
11926
11927 * gdb.arch/s390-multiarch.exp: Use standard_testfile instead of
11928 maintaining separate logic for constructing the output path.
11929
7868401b
DB
119302016-03-16 Don Breazeal <donb@codesourcery.com>
11931
11932 * gdb.threads/forking-threads-plus-breakpoint.c (thread_forks):
11933 Retry fork and waitpid on interrupted system call errors.
11934 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
11935 Use with_timeout_factor to increase timeout by factor of 10.
11936
1cafadb4
DB
119372016-03-15 Don Breazeal <donb@codesourcery.com>
11938
11939 * gdb.cp/scope-err.cc: New test program.
11940 * gdb.cp/scope-err.exp: New test script.
11941 * gdb.linespec/ls-errs.c (myfunction): Expanded to have multiple
11942 lines and "set breakpoint here" comment.
11943 * gdb.linespec/ls-errs.exp: Added C++ testing and new test case.
11944 Fixed some whitespace and format issues.
11945 * gdb.mi/mi-linespec-err-cp.cc: New test program.
11946 * gdb.mi/mi-linespec-err-cp.exp: New test script.
11947
81516450
DE
119482016-03-15 Doug Evans <dje@google.com>
11949
11950 * gdb.xml/extra-regs.xml: Add enum, mixed_flags values.
11951 * gdb.xml/tdesc-regs.exp (load_description): New arg xml_file.
11952 All callers updated. Add tests for enums, mixed flags register.
11953
aa52b601
DE
119542016-03-15 Doug Evans <dje@google.com>
11955
11956 * gdb.base/skip.c (main): Call test_skip_file_and_function.
11957 * gdb.base/skip.exp: Remove hand calling test_skip_file_and_function.
11958
fa4ff313
SM
119592016-03-14 Simon Marchi <simon.marchi@ericsson.com>
11960
11961 * gdb.base/default.exp: Add $_as_string to the list of expected
11962 convenience functions.
11963
f2403c39
AB
119642016-03-11 Andrew Burgess <andrew.burgess@embecosm.com>
11965
11966 * gdb.base/maint.exp: New tests for 'maint info line-table'.
11967
f2f3ccb9
SM
119682016-03-10 Simon Marchi <simon.marchi@polymtl.ca>
11969
11970 * gdb.python/py-as-string.exp: New file.
11971 * gdb.python/py-as-string.c: New file.
11972
00dbd492
PA
119732016-03-09 Pedro Alves <palves@redhat.com>
11974
11975 * gdb.threads/attach-into-signal.exp: Adjust to "Program received
11976 signal" -> "Thread NN received signal" output change.
11977 * gdb.threads/ia64-sigill.exp: Likewise.
11978 * gdb.threads/linux-dp.exp: Likewise.
11979 * gdb.threads/manythreads.exp: Likewise.
11980 * gdb.threads/pending-step.exp: Likewise.
11981 * gdb.threads/print-threads.exp: Likewise.
11982 * gdb.threads/sigstep-threads.exp: Likewise.
11983 * gdb.threads/staticthreads.exp: Likewise.
11984 * gdb.threads/tls.exp: Likewise.
11985
1e6697ea
YQ
119862016-03-09 Pedro Alves <palves@redhat.com>
11987
11988 * gdb.base/command-line-input.exp: New file.
11989
b04fd3be
MK
119902016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
11991
11992 * gdb.trace/ftrace.exp: Set arg0exp for ppc.
11993 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for ppc.
11994 * gdb.trace/pending.exp: Accept leading dot before function name.
11995 * gdb.trace/trace-common.h: Add fast tracepoint dummy insn for ppc.
11996 * lib/trace-support.exp: Set registers for ppc.
11997
98fa59e9
MK
119982016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
11999
12000 * gdb.trace/entry-values.exp: Link ${binfile}1.o to ${binfile}1 and
12001 use it for disassembly; accept .main in addition to main in backtrace.
12002
f77198c8
MK
120032016-03-09 Wei-cheng Wang <cole945@gmail.com>
12004 Marcin Kościelnicki <koriakin@0x04.net>
12005
12006 * gdb.trace/actions.c (gdb_recursion_test_fp): New typedef.
12007 (gdb_recursion_test_ptr): New global variable.
12008 (gdb_recursion_test): Call gdb_recursion_test_ptr instead of
12009 gdb_recursion_test.
12010 (gdb_c_test): Ditto.
12011
ba84e0da
MK
120122016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
12013
12014 * gdb.trace/change-loc.exp: Don't depend on tracepoint location
12015 ordering.
12016
4366d36e
MK
120172016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
12018
12019 * gdb.trace/unavailable-dwarf-piece.c (foo): Add foo_start_lbl label.
12020 (bar): Add bar_start_lbl label.
12021 * gdb.trace/unavailable-dwarf-piece.exp: Use foo/bar_start_lbl instead
12022 of foo/bar for emitting DWARF and tracing.
12023
5eb264df
SDJ
120242016-03-06 Sergio Durigan Junior <sergiodj@redhat.com>
12025
12026 * analyze-racy-logs.py: Set executable bit.
12027
fb6a751f
SDJ
120282016-03-05 Sergio Durigan Junior <sergiodj@redhat.com>
12029
12030 * Makefile.in (DEFAULT_RACY_ITER): New variable.
12031 (CHECK_TARGET_TMP): Likewise.
12032 (check-single-racy): New rule.
12033 (check-parallel-racy): Likewise.
12034 (TEST_TARGETS): Adjust rule to account for RACY_ITER.
12035 (do-check-parallel-racy): New rule.
12036 (check-racy/%.exp): Likewise.
12037 * README (Racy testcases): New section.
12038 * analyze-racy-logs.py: New file.
12039
bdf7e230
DE
120402016-03-03 Doug Evans <dje@google.com>
12041
12042 * gdb.base/skip.exp: Use with_test_prefix.
12043
4719d415
YQ
120442016-03-03 Yao Qi <yao.qi@linaro.org>
12045
12046 * gdb.base/step-over-syscall.exp (step_over_syscall): Kfail.
12047 Invoke step_over_syscall "clone" and break_cond_on_syscall
12048 "clone".
12049 * gdb.base/step-over-clone.c: New file.
12050
ea507862
YQ
120512016-03-03 Yao Qi <yao.qi@linaro.org>
12052
12053 * gdb.base/step-over-syscall.exp (disp_step_cross_syscall): Fix
12054 code format.
12055
8fc8cbda
YQ
120562016-03-03 Yao Qi <yao.qi@linaro.org>
12057
12058 * gdb.base/disp-step-fork.c: Rename to ...
12059 * gdb.base/step-over-fork.c: ... it. New file.
12060 * gdb.base/disp-step-vfork.c: Rename to ...
12061 * gdb.base/step-over-vfork.c: ... it. New file.
12062 * gdb.base/disp-step-syscall.exp: Rename to ...
12063 * gdb.base/step-over-syscall.exp: ... it. New file.
12064 (disp_step_cross_syscall): Rename to ...
12065 (step_over_syscall): ... it.
12066
92fa70b0
YQ
120672016-03-03 Yao Qi <yao.qi@linaro.org>
12068
12069 * gdb.base/disp-step-syscall.exp (break_cond_on_syscall): New.
12070 If target supports condition evaluation on target, invoke
12071 break_cond_on_syscall for fork and vfork.
12072
e197ad3c
YQ
120732016-03-03 Yao Qi <yao.qi@linaro.org>
12074
12075 * gdb.base/disp-step-syscall.exp: Don't invoke
12076 support_displaced_stepping.
12077 (disp_step_cross_syscall): Test with displaced stepping off and
12078 on if supported.
12079
0b47da9f
YQ
120802016-03-03 Yao Qi <yao.qi@linaro.org>
12081
12082 * gdb.base/disp-step-syscall.exp (check_pc_after_cross_syscall): New
12083 proc.
12084 (setup): New proc.
12085 (disp_step_cross_syscall): Move code to check_pc_after_cross_syscall
12086 and setup.
12087
065ab6dc
BH
120882016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
12089
12090 * gdb.fortran/vla-history.exp: Remove breakpoint.
12091
07e448ad 120922016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
12093
25d49b86
PA
12094 * gdb.fortran/vla-history.exp: Lookup array elements and printing
12095 exceeds timeout.
07e448ad 12096
9ac2d526 120972016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
12098
25d49b86
PA
12099 * gdb.cp/vla-cxx.cc: Insert dummy assignment as anchor for an
12100 breakpoint.
9ac2d526 12101
17807369
BH
121022016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
12103
12104 * gdb.mi/vla.f90: Nullify pointer after declaration.
12105
86e501af
PA
121062016-03-01 Pedro Alves <palves@redhat.com>
12107
12108 * gdb.trace/ftrace-lock.c: Include <unistd.h>.
12109
1e903e32
PA
121102016-03-01 Pedro Alves <palves@redhat.com>
12111
12112 * gdb.threads/watchpoint-fork-child.c: Include "watchpoint-fork.h"
12113 before anything else.
12114 * gdb.threads/watchpoint-fork-mt.c: Likewise. Don't define
12115 _GNU_SOURCE here.
12116 * gdb.threads/watchpoint-fork-st.c: Include "watchpoint-fork.h"
12117 before anything else.
12118 * gdb.threads/watchpoint-fork.h: Define _GNU_SOURCE.
12119
6ccb54e2
PA
121202016-03-01 Pedro Alves <palves@redhat.com>
12121
12122 * gdb.base/catch-fork-kill.c: Include <sys/wait.h>.
12123
30ca9da1
YQ
121242016-03-01 Yao Qi <yao.qi@linaro.org>
12125
12126 * gdb.arch/arm-disp-step.exp: Use standard_testfile and
12127 prepare_for_testing.
12128
dc856b38
YQ
121292016-03-01 Yao Qi <yao.qi@linaro.org>
12130
12131 * gdb.arch/arm-neon.exp: Pass quiet to prepare_for_testing.
12132
4a932159
AA
121332016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
12134
12135 * gdb.arch/s390-tdbregs.exp: Use prepare_for_testing instead of
12136 manually constructing the output path.
12137
f2489477
AA
121382016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
12139
12140 * gdb.arch/s390-stackless.S: New.
12141 * gdb.arch/s390-stackless.exp: New.
12142
38899f16
IB
121432016-02-28 Iain Buclaw <ibuclaw@gdcproject.org>
12144
12145 * gdb.dlang/circular.c: New file.
12146 * gdb.dlang/circular.exp: New file.
12147
9fde51ed
YQ
121482016-02-26 Yao Qi <yao.qi@linaro.org>
12149
12150 * gdb.reverse/insn-reverse.c [__arm__] (ext_reg_load): New.
12151 [__arm__] (ext_reg_mov, ext_reg_push_pop): New.
12152 (testcases): Update.
12153
ce90fefe
YQ
121542016-02-26 Yao Qi <yao.qi@linaro.org>
12155
12156 * gdb.reverse/aarch64.c: Rename to ...
12157 * gdb.reverse/insn-reverse.c: ... it.
12158 * gdb.reverse/aarch64.exp: Rename to ...
12159 * gdb.reverse/insn-reverse.exp: ... it.
12160
3263bceb
YQ
121612016-02-26 Yao Qi <yao.qi@linaro.org>
12162
12163 * gdb.reverse/aarch64.c: [__aarch64__] Include arm_neon.h.
12164 (testcase_ftype): New.
12165 (testcases): New array.
12166 (n_testcases): New.
12167 (main): Call each element in testcases.
12168 * gdb.reverse/aarch64.exp: Remove is_aarch64_target check.
12169 (read_testcase): New.
12170 Do the tests in a loop.
12171
6cb59ff1
YQ
121722016-02-25 Yao Qi <yao.qi@linaro.org>
12173
12174 * gdb.base/branches.c: Remove.
12175
ae91f625
MK
121762016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
12177
12178 PR gdb/13808
12179 * gdb.trace/ftrace.exp (test_fast_tracepoints): Remove kfail.
12180
678b48b7
MK
121812016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
12182
12183 * gdb.trace/ftrace.exp: Remove unnecessary target check.
12184
7337a6f2
MK
121852016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
12186
12187 * gdb.trace/entry-values.exp: Surround $call_insn with '\y',
12188 change x86_64 call_insn to 'callq'.
12189
861ca91f
AT
121902016-02-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
12191
12192 * gdb.trace/tfile-avx.c: Move to...
12193 * gdb.trace/tracefile-pseudo-reg.c: Here.
12194 * gdb.trace/tfile-avx.exp: Move to...
12195 * gdb.trace/tracefile-pseudo-reg.exp: Here.
12196
bf74e428
GB
121972016-02-24 Gary Benson <gbenson@redhat.com>
12198
12199 * gdb.base/attach-pie-noexec.exp: Do not expect an error
12200 message on attach.
12201
cce0e923
DE
122022016-02-23 Doug Evans <dje@google.com>
12203
12204 * gdb.base/skip.c (test_skip): New function.
12205 (end_test_skip_file_and_function): New function.
12206 (test_skip_file_and_function): New function.
12207 * gdb.base/skip1.c (test_skip): New function.
12208 (skip1_test_skip_file_and_function): New function.
12209 * gdb.base/skip.exp: Add tests for new skip options.
12210 * gdb.base/skip-solib.exp: Update expected output.
12211 * gdb.perf/skip-command.cc: New file.
12212 * gdb.perf/skip-command.exp: New file.
12213 * gdb.perf/skip-command.py: New file.
12214
4000e47e
MK
122152016-02-22 Marcin Kościelnicki <koriakin@0x04.net>
12216
12217 * gdb.trace/unavailable.exp (gdb_unavailable_registers_test_1): Fix
12218 info registers pattern.
12219
24f75ead
IB
122202016-02-18 Iain Buclaw <ibuclaw@gdcproject.org>
12221
12222 * lib/future.exp: Add D support.
12223 (gdb_find_gdc): New proc.
12224 (gdb_default_target_compile): Add D support.
12225
fbb7bcbe
WW
122262016-02-18 Wei-cheng Wang <cole945@gmail.com>
12227
12228 * gdb.trace/tspeed.c (myclock): Return wallclock instead of
12229 user+system time.
12230 (trace_speed_test): Determine the iteration count for a time
12231 between 15..30 seconds.
12232
012b3a21
WT
122332016-02-18 Walfred Tedeschi <walfred.tedeschi@intel.com>
12234
12235 * gdb.arch/i386-mpx-sigsegv.c: New file.
12236 * gdb.arch/i386-mpx-sigsegv.exp: New file.
12237 * gdb.arch/i386-mpx-simple_segv.c: New file.
12238 * gdb.arch/i386-mpx-simple_segv.exp: New file.
12239
2d5189bd
YQ
122402016-02-18 Yao Qi <yao.qi@linaro.org>
12241
12242 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
12243 Don't call setup_kfail.
12244
40fb20d0
YQ
122452016-02-18 Yao Qi <yao.qi@linaro.org>
12246
12247 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
12248 Set "set breakpoint condition-evaluation" per $cond_bp_target.
12249
21b1f8d2
DE
122502016-02-16 Doug Evans <dje@google.com>
12251
12252 * gdb.base/skip.c: Add copyright. Whitespace cleanup.
12253 * gdb.base/skip1.c: Ditto.
12254 * gdb.base/skip.exp: Whitespace cleanup.
12255
4041ed77
DB
122562016-02-16 Don Breazeal <donb@codesourcery.com>
12257
12258 PR remote/19496
12259 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
12260 Remove kfail for PR remote/19496.
12261
c4ef31bf
SM
122622016-02-16 Simon Marchi <simon.marchi@ericsson.com>
12263
12264 * lib/gdb.exp (standard_temp_file): Return a path specific to
12265 the runtest invocation.
12266
266b65b3
SM
122672016-02-16 Simon Marchi <simon.marchi@ericsson.com>
12268
12269 * gdb.trace/save-trace.exp: Change relative path to be in the
12270 standard output directory.
12271
a7a0a6a9
JK
122722016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
12273
12274 * gdb.arch/i386-prologue.c: Add missing prototypes.
12275
c99dbb42
JK
122762016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
12277
12278 * gdb.arch/i386-gnu-cfi.exp: Use standard_output_file.
12279 * gdb.arch/i386-prologue.exp: Likewise.
12280 * gdb.arch/i386-size.exp: Likewise.
12281
aa480355
SM
122822016-02-15 Simon Marchi <simon.marchi@ericsson.com>
12283
12284 * gdb.base/wrong_frame_bt_full.exp: Use standard_output_file to
12285 define object file path.
12286 * gdb.btrace/gcore.exp: Use standard_output_file to define core
12287 file path.
12288 * lib/opencl.exp (gdb_compile_opencl_hostapp): Use
12289 standard_output_file to define binfile.
12290
ba881f50
JK
122912016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
12292
12293 Fix compatibility with recent gfortran-5.3.1.
12294 * gdb.fortran/vla-history.exp (print vla1 allocated)
12295 (print vla2 allocated, print $2, print $3): Remove
12296 (print $4): Rename to ...
12297 (print $2): ... here.
12298 (print $9): Rename to ...
12299 (print $5): ... here.
12300 (print $10): Rename to ...
12301 (print $6): ... here.
12302 * gdb.fortran/vla.f90: Add pvla initialization.
12303
e9fb005c
JK
123042016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
12305
12306 * gdb.fortran/vla-value-sub-finish.exp (set max-value-size 1024*1024):
12307 New test.
12308 * gdb.fortran/vla-value-sub.exp: Likewise.
12309
e44e00ff
MK
123102016-02-12 Marcin Kościelnicki <koriakin@0x04.net>
12311
12312 * gdb.trace/tfile-avx.c (main): Change ymm15 to xmm15.
12313
97e94151
SM
123142016-02-12 Simon Marchi <simon.marchi@ericsson.com>
12315
12316 * i386-biarch-core.exp: Define corefile using
12317 standard_output_file.
12318
01113bc1
YQ
123192016-02-12 Yao Qi <yao.qi@linaro.org>
12320
12321 * gdb.arch/arm-single-step-kernel-helper.c: New.
12322 * gdb.arch/arm-single-step-kernel-helper.exp: New.
12323
33b4777c
MM
123242016-02-12 Markus Metzger <markus.t.metzger@intel.com>
12325
12326 * gdb.btrace/tailcall-only.exp: New.
12327 * gdb.btrace/tailcall-only.c: New.
12328 * gdb.btrace/x86_64-tailcall-only.S: New.
12329 * gdb.btrace/i686-tailcall-only.S: New.
12330
acc23c11
PA
123312016-02-11 Pedro Alves <palves@redhat.com>
12332
12333 * README (Parallel testing): Add missing double quotes.
12334
e352bf0a
PA
123352016-02-11 Pedro Alves <palves@redhat.com>
12336
12337 * README (Parallel testing): New section.
12338 (GDB_PARALLEL): Rewrite.
12339 (FORCE_PARALLEL): Document.
12340
9f5fed78
MK
123412016-02-11 Marcin Kościelnicki <koriakin@0x04.net>
12342
12343 * gdb.trace/tfile-avx.c: New test.
12344 * gdb.trace/tfile-avx.exp: New test.
12345
9ef9e6a6
KS
123462016-02-09 Keith Seitz <keiths@redhat.com>
12347
12348 PR breakpoints/19546
12349 * gdb.base/infcall-exec.c: New file.
12350 * gdb.base/infcall-exec2.c: New file.
12351 * gdb.base/infcall-exec.exp: New file.
12352
a96e36da
KS
123532016-02-09 Keith Seitz <keiths@redhat.com>
12354
12355 * gdb.guile/scm-breakpoint.exp (test_bkpt_address): New procedure.
12356 (toplevel): Call test_bkpt_address.
12357
9f61929f
KS
123582016-02-09 Keith Seitz <keiths@redhat.com>
12359
12360 PR python/19506
12361 * gdb.python/py-breakpoint.exp (test_bkpt_address): New procedure.
12362 (toplevel): Call test_bkpt_address.
12363
1e94266c
SM
123642016-02-09 Simon Marchi <simon.marchi@ericsson.com>
12365
12366 * configure.ac: Use AC_CONFIG_FILES instead of passing arguments
12367 to AC_OUTPUT.
12368 * configure: Regenerate.
12369
2a7f3dff
PA
123702016-02-09 Pedro Alves <palves@redhat.com>
12371
12372 PR breakpoints/19548
12373 * gdb.base/execl-update-breakpoints.c (some_function): New
12374 function.
12375 (main): Call it.
12376 * gdb.base/execl-update-breakpoints.exp: Add a second breakpoint.
12377 Tighten expected GDB output.
12378
2151ccc5
SM
123792016-02-08 Simon Marchi <simon.marchi@ericsson.com>
12380
12381 * Makefile.in (ALL_SUBDIRS): Remove.
12382 (clean mostlyclean): Do not recurse in ALL_SUBDIRS.
12383 (distclean maintainer-clean realclean): Likewise.
12384 * configure.ac (AC_OUTPUT): Remove gdb.*/Makefile.
12385 * configure: Regenerate.
12386 * gdb.ada/Makefile.in: Delete.
12387 * gdb.arch/Makefile.in: Likewise.
12388 * gdb.asm/Makefile.in: Likewise.
12389 * gdb.base/Makefile.in: Likewise.
12390 * gdb.btrace/Makefile.in: Likewise.
12391 * gdb.cell/Makefile.in: Likewise.
12392 * gdb.compile/Makefile.in: Likewise.
12393 * gdb.cp/Makefile.in: Likewise.
12394 * gdb.disasm/Makefile.in: Likewise.
12395 * gdb.dlang/Makefile.in: Likewise.
12396 * gdb.dwarf2/Makefile.in: Likewise.
12397 * gdb.fortran/Makefile.in: Likewise.
12398 * gdb.gdb/Makefile.in: Likewise.
12399 * gdb.go/Makefile.in: Likewise.
12400 * gdb.guile/Makefile.in: Likewise.
12401 * gdb.java/Makefile.in: Likewise.
12402 * gdb.linespec/Makefile.in: Likewise.
12403 * gdb.mi/Makefile.in: Likewise.
12404 * gdb.modula2/Makefile.in: Likewise.
12405 * gdb.multi/Makefile.in: Likewise.
12406 * gdb.objc/Makefile.in: Likewise.
12407 * gdb.opencl/Makefile.in: Likewise.
12408 * gdb.opt/Makefile.in: Likewise.
12409 * gdb.pascal/Makefile.in: Likewise.
12410 * gdb.perf/Makefile.in: Likewise.
12411 * gdb.python/Makefile.in: Likewise.
12412 * gdb.reverse/Makefile.in: Likewise.
12413 * gdb.server/Makefile.in: Likewise.
12414 * gdb.stabs/Makefile.in: Likewise.
12415 * gdb.threads/Makefile.in: Likewise.
12416 * gdb.trace/Makefile.in: Likewise.
12417 * gdb.xml/Makefile.in: Likewise.
12418 * lib/gdb.exp (make_gdb_parallel_path): Add check for
12419 GDB_PARALLEL.
12420 (standard_output_file): Remove check for GDB_PARALLEL, always
12421 return path in outputs/$subdir/$testname.
12422
437277d4
SM
124232016-02-08 Simon Marchi <simon.marchi@ericsson.com>
12424
12425 * Makefile.in (abs_srcdir): Assign @abs_srcdir@.
12426 (site.exp): Assign abs_srcdir to tcl's srcdir.
12427
31d913c7
YQ
124282016-02-04 Yao Qi <yao.qi@linaro.org>
12429
12430 * gdb.base/foll-exec-mode.c: Include limits.h.
12431 (main): Add parameters argc and argv. Get directory from
12432 argv[0].
12433 * gdb.base/foll-exec-mode.exp: Don't pass -DBASEDIR in
12434 compilation.
12435 * gdb.base/foll-exec.c: Include limits.h.
12436 (main): Add parameters argc and argv.
12437 Get directory from argv[0].
12438 * gdb.base/foll-exec.exp: Don't pass -DBASEDIR in compilation.
12439 Adjust tests on the number of lines as source code changed.
12440 * gdb.base/foll-vfork-exit.c: Include limits.h.
12441 (main): Add one line of statement before vfork.
12442 * gdb.base/foll-vfork.c: Include limits.h and string.h.
12443 (main): Add parameters argc and argv. Get directory from
12444 argv[0].
12445 * gdb.base/foll-vfork.exp: Don't pass -DBASEDIR in compilation.
12446 (setup_gdb): Set tbreak to skip some source lines.
12447 * gdb.multi/bkpt-multi-exec.c: Include limits.h.
12448 (main): Add parameters argc and argv. Get directory from
12449 argv[0].
12450 * gdb.multi/bkpt-multi-exec.exp: Don't pass -DBASEDIR in
12451 compilation.
12452 * gdb.multi/multi-arch-exec.c: Include limits.h and string.h.
12453 (main): Add parameters argc and argv. Get directory from
12454 argv[0].
12455 * gdb.multi/multi-arch-exec.exp: Don't pass -DBASEDIR in
12456 compilation.
12457
9482b9fb
DE
124582016-02-01 Doug Evans <dje@google.com>
12459
12460 * gdb.base/skip.exp: Clean up multiple references to same test name.
12461
6b2e4f10
PA
124622016-02-01 Pedro Alves <palves@redhat.com>
12463
ccb6afd6 12464 PR remote/19496
6b2e4f10
PA
12465 * gdb.threads/forking-threads-plus-breakpoint.exp
12466 (displaced_stepping_supported): New global.
12467 (probe_displaced_stepping_support): New procedure.
12468 (do_test): Add 'displaced' parameter, and use it.
12469 (top level): Check for displaced stepping support. Add displaced
12470 stepping on/off testing axis.
12471
37a8db1a
AB
124722016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
12473
12474 * gdb.mi/mi-vla-fortran.exp: Add XFAIL for accessing unassociated
12475 pointer. Don't perform further tests on the unassociated pointer
12476 if the first test fails.
12477
5fdf6324
AB
124782016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
12479
12480 * gdb.base/max-value-size.c: New file.
12481 * gdb.base/max-value-size.exp: New file.
12482 * gdb.base/huge.exp: Disable max-value-size for this test.
12483
935c6144
IB
124842016-01-28 Iain Buclaw <ibuclaw@gdcproject.org>
12485
12486 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
12487
7fe8399d
YQ
124882016-01-28 Yao Qi <yao.qi@linaro.org>
12489
12490 * gdb.fortran/vla-value.exp: Wrap test with with_timeout_factor.
12491
a2077e25
PA
124922016-01-25 Pedro Alves <palves@redhat.com>
12493
12494 PR threads/19461
12495 * gdb.base/fork-running-state.c: New file.
12496 * gdb.base/fork-running-state.exp: New file.
12497
1d2736d4
PA
124982016-01-25 Pedro Alves <palves@redhat.com>
12499
12500 PR gdb/19494
12501 * gdb.base/catch-fork-kill.c: New file.
12502 * gdb.base/catch-fork-kill.exp: New file.
12503
f1da4b11
PA
125042016-01-25 Pedro Alves <palves@redhat.com>
12505
12506 * gdb.base/step-sw-breakpoint-adjust-pc.exp (foreach_with_prefix):
12507 Delete, moved to lib/gdb.exp.
12508 * gdb.threads/forking-threads-plus-breakpoint.exp
12509 (foreach_with_prefix): Likewise.
12510 * gdb.threads/process-dies-while-handling-bp.exp
12511 (foreach_with_prefix): Likewise.
12512 * lib/gdb.exp (foreach_with_prefix): New procedure.
12513
45f38546
MK
125142016-01-25 Marcin Kościelnicki <koriakin@0x04.net>
12515
12516 * gdb.trace/backtrace.exp: Bump stack collection fudge factor.
12517 * gdb.trace/entry-values.exp: Bump stack collection fudge factor.
12518
dc29a1ce
MK
125192016-01-23 Marcin Kościelnicki <koriakin@0x04.net>
12520
12521 * gdb.trace/unavailable-dwarf-piece.exp: Fix bitfield handling on big
12522 endian targets.
12523
092127d7
JK
125242016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
12525 Pedro Alves <palves@redhat.com>
12526
12527 Fix testsuite compatibility with Guile.
12528 * gdb.gdb/selftest.exp (send ^C to child process): Drop expected Thread
12529 number.
12530
31d765d3
JK
125312016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
12532
12533 Fix testsuite compatibility with Guile.
12534 * gdb.gdb/selftest.exp (send ^C to child process): Accept also Thread.
12535 (thread 1): New test for backtrace through signal handler.
12536
1ac78c04
YQ
125372016-01-22 Yao Qi <yao.qi@linaro.org>
12538
12539 PR testsuite/19491
12540 * gdb.base/multi-forks.c: Include
12541 ../lib/unbuffer_output.c
12542 (main): Call gdb_unbuffer_output.
12543
4f5946a8
DE
125442016-01-21 Doug Evans <dje@google.com>
12545
12546 * lib/ada.exp (gdb_compile_ada): Fix typo.
12547
305e13e6
JB
125482016-01-21 Joel Brobecker <brobecker@adacore.com>
12549
12550 * gdb.base/break-fun-addr.exp: New file.
12551 * gdb.base/break-fun-addr1.c: New file.
12552 * gdb.base/break-fun-addr2.c: New file.
12553
5f5dfff6
SM
125542016-01-20 Simon Marchi <simon.marchi@polymtl.ca>
12555
12556 * gdb.python/py-pp-maint.exp: Change/add enum flag tests.
12557 * gdb.python/py-pp-maint.c (enum flag_enum): Use more complex
12558 enum flag values.
12559
fd356fa2
AA
125602016-01-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
12561
12562 * gdb.base/gnu_vector.exp: Re-establish handling for should_kfail
12563 when GDB can not set the vector return value. Add more comments
12564 for clarification.
12565
9df22175
AT
125662016-01-20 Antoine Tremblay <antoine.tremblay@ericsson.com>
12567
12568 * gdb.trace/tspeed.exp: Use shlib instead of libs in gdb_compile
12569 command.
12570
41d1845e
SM
125712016-01-19 Simon Marchi <simon.marchi@ericsson.com>
12572
12573 * Makefile.in (DO_RUNTEST): Add --status and update usages.
12574
01ac6840
SM
125752016-01-19 Simon Marchi <simon.marchi@ericsson.com>
12576
12577 * Makefile.in (check-single): Pass --status to runtest.
12578 (check/%.exp): Likewise.
12579
125802016-01-19 Simon Marchi <simon.marchi@ericsson.com>
12581
12582 * Makefile.in (check-parallel): Propagate return code from make
12583 do-check-parallel.
12584
bd0a71fa
MK
125852016-01-19 Marcin Kościelnicki <koriakin@0x04.net>
12586
12587 * gdb.trace/ftrace.exp: Fix expected message on continue.
12588 * gdb.trace/pending.exp: Fix expected message on continue.
12589 * gdb.trace/trace-break.exp: Fix expected message on continue.
12590
8bcbad33
SM
125912016-01-18 Simon Marchi <simon.marchi@ericsson.com>
12592
12593 * lib/gdb.exp (gdb_test): Remove unused global references.
12594
f303dbd6
PA
125952016-01-18 Pedro Alves <palves@redhat.com>
12596
12597 * gdb.base/async-shell.exp: Adjust expected output.
12598 * gdb.base/dprintf-non-stop.exp: Adjust expected output.
12599 * gdb.base/siginfo-thread.exp: Adjust expected output.
12600 * gdb.base/watchpoint-hw-hit-once.exp: Adjust expected output.
12601 * gdb.java/jnpe.exp: Adjust expected output.
12602 * gdb.threads/clone-new-thread-event.exp: Adjust expected output.
12603 * gdb.threads/continue-pending-status.exp: Adjust expected output.
12604 * gdb.threads/leader-exit.exp: Adjust expected output.
12605 * gdb.threads/manythreads.exp: Adjust expected output.
12606 * gdb.threads/pthreads.exp: Adjust expected output.
12607 * gdb.threads/schedlock.exp: Adjust expected output.
12608 * gdb.threads/siginfo-threads.exp: Adjust expected output.
12609 * gdb.threads/signal-command-multiple-signals-pending.exp: Adjust
12610 expected output.
12611 * gdb.threads/signal-delivered-right-thread.exp: Adjust expected
12612 output.
12613 * gdb.threads/sigthread.exp: Adjust expected output.
12614 * gdb.threads/watchpoint-fork.exp: Adjust expected output.
12615
b2789696
YQ
126162016-01-18 Yao Qi <yao.qi@linaro.org>
12617
12618 * gdb.guile/scm-section-script.c: Replace @progbits with
12619 %progbits.
12620 * gdb.python/py-section-script.c: Likewise.
12621
71ef29a8
PA
126222016-01-15 Pedro Alves <palves@redhat.com>
12623
12624 * gdb.multi/tids.exp: Test star wildcard ranges.
12625
3f5b7598
PA
126262016-01-15 Pedro Alves <palves@redhat.com>
12627
12628 * gdb.multi/tids.exp (thr_apply_info_thr_error): Remove "p 1234"
12629 command from "thread apply" invocation.
12630 (thr_apply_info_thr_invalid): Default the expected output to the
12631 input tid list.
12632 (top level): Add tests that use convenience variables. Add tests
12633 for "thread apply" with a valid TID list, but missing the command.
12634
663f6d42
PA
126352016-01-13 Pedro Alves <palves@redhat.com>
12636
12637 * gdb.base/default.exp: Expect $_gthread as well.
12638 * gdb.multi/tids.exp: Test $_gthread.
12639 * gdb.threads/thread-specific.exp: Test $_gthread.
12640
c84f6bbf
PA
126412016-01-13 Pedro Alves <palves@redhat.com>
12642
12643 * gdb.multi/tids.exp: Test "info threads -gid".
12644
22a02324
PA
126452016-01-13 Pedro Alves <palves@redhat.com>
12646
12647 * gdb.multi/tids.exp: Test InferiorThread.global_num and
12648 Breakpoint.thread.
12649 * gdb.python/py-infthread.exp: Test InferiorThread.global_num.
12650
5d5658a1
PA
126512016-01-07 Pedro Alves <palves@redhat.com>
12652
12653 * gdb.base/break.exp: Adjust to output changes.
12654 * gdb.base/hbreak2.exp: Likewise.
12655 * gdb.base/sepdebug.exp: Likewise.
12656 * gdb.base/watch_thread_num.exp: Likewise.
12657 * gdb.linespec/keywords.exp: Likewise.
12658 * gdb.multi/info-threads.exp: Likewise.
12659 * gdb.threads/thread-find.exp: Likewise.
12660 * gdb.multi/tids.c: New file.
12661 * gdb.multi/tids.exp: New file.
12662
84654457
PA
126632016-01-13 Pedro Alves <palves@redhat.com>
12664
12665 * gdb.python/py-infthread.exp: Test InferiorThread.inferior.
12666
e3940304
PA
126672016-01-13 Pedro Alves <palves@redhat.com>
12668
12669 * gdb.base/default.exp: Expect $_inferior as well.
12670 * gdb.multi/base.exp: Test $_inferior.
12671
a911d87a
PA
126722016-01-13 Pedro Alves <palves@redhat.com>
12673
12674 PR breakpoints/19388
12675 * gdb.base/catch-signal-siginfo-cond.c: New file.
12676 * gdb.base/catch-signal-siginfo-cond.exp: New file.
12677
82075af2
JS
126782016-01-12 Josh Stone <jistone@redhat.com>
12679 Philippe Waroquiers <philippe.waroquiers@skynet.be>
12680
12681 * gdb.base/catch-syscall.c (do_execve): New variable.
12682 (main): Conditionally trigger an execve.
12683 * gdb.base/catch-syscall.exp: Enable testing for remote targets.
12684 (test_catch_syscall_execve): New, check entry/return across execve.
12685 (do_syscall_tests): Call test_catch_syscall_execve.
12686
e46eeedd
PA
126872016-01-12 Pedro Alves <palves@redhat.com>
12688
12689 * gdb.base/random-signal.exp (do_test): New procedure, with body
12690 of testcase moved in.
12691
01d8c27e
JK
126922016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
12693 Pedro Alves <palves@redhat.com>
12694
12695 * gdb.base/funcargs.exp (finish from indirectly called function):
12696 Reintroduce the case for 'First'.
12697
9a706302
JK
126982016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
12699 Pedro Alves <palves@redhat.com>
12700
12701 * gdb.base/foll-vfork.exp (tcatch_vfork_then_parent_follow)
12702 (tcatch_vfork_then_child_follow_exec)
12703 (tcatch_vfork_then_child_follow_exit): Revert back DWARF vfork
12704 identification.
12705
c0ecb95f
JK
127062016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
12707
12708 * gdb.guile/scm-value.exp (test_value_in_inferior): Set print elements
12709 and repeats to unlimited.
12710 * gdb.python/py-value.exp: Likewise.
12711 * lib/gdb.exp (gdb_has_argv0): Save and temporarily set print elements
12712 and repeats to unlimited.
12713
6cfc1fcb
JK
127142016-01-08 Jan Kratochvil <jan.kratochvil@redhat.com>
12715
12716 * gdb.multi/goodbye.c: Fix compilation warnings by adding return types
12717 and reordering the functions.
12718 * gdb.multi/hangout.c: Likewise.
12719 * gdb.multi/hello.c: Likewise.
12720
582a1b00
SM
127212016-01-08 Simon Marchi <simon.marchi@ericsson.com>
12722
12723 * gdb.perf/lib/perftest/perftest.py: Change relative imports to
12724 absolute.
12725 (SingleStatisticTestResult.report): Use dict.keys instead of
12726 dict.iterkeys.
12727
79bc59cb
PA
127282016-01-06 Pedro Alves <palves@redhat.com>
12729
12730 * gdb.python/py-infthread.exp: Fix typo. Expect t0.num to be 1.
12731
43368e1d
MM
127322016-01-04 Markus Metzger <markus.t.metzger@intel.com>
12733
12734 * gdb.btrace/dlopen.exp: New.
12735 * gdb.btrace/dlopen.c: New.
12736 * gdb.btrace/dlopen-dso.c: New.
12737
79fad5b8
SL
127382015-12-25 Sandra Loosemore <sandra@codesourcery.com>
12739
12740 * lib/gdb.exp (gdb_test): Update comments to clarify that the
12741 PATTERN argument is optional.
12742
ab8314b3
JB
127432015-12-24 Joel Brobecker <brobecker@adacore.com>
12744
12745 * lib/ada.exp (target_compile_ada_from_dir): New function.
12746 (gdb_compile_ada): Reimplement avoiding the use of project files.
12747 * gdb.ada/gnat_ada.gpr: Delete.
12748 * gdb.ada/cond_lang.exp: Adjust test to make path before
12749 filename optional.
12750 * gdb.ada/small_reg_param.exp: Likewise.
12751
fe33faff
SM
127522015-12-22 Simon Marchi <simon.marchi@ericsson.com>
12753
12754 * gdb.base/foll-vork.exp: Remove HP-UX special case.
12755
6d265cb4
TP
127562015-12-22 Thomas Preud'homme <thomas.preudhomme@arm.com>
12757
12758 * lib/mi-support.exp (mi_run_cmd_full): Add an expect for the CLI jump
12759 case.
12760
10125099
SM
127612015-12-21 Simon Marchi <simon.marchi@ericsson.com>
12762
12763 * gdb.base/break.exp: Remove dead code.
12764 * gdb.base/sepdebug.exp: Likewise.
12765
3ca22649
SM
127662015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
12767
12768 * gdb.asm/asm-source.exp: Remove HP-UX references.
12769 * gdb.base/annota1.exp: Likewise.
12770 * gdb.base/annota3.exp: Likewise.
12771 * gdb.base/attach.exp: Likewise.
12772 * gdb.base/bigcore.exp: Likewise.
12773 * gdb.base/break.exp: Likewise.
12774 * gdb.base/call-ar-st.exp: Likewise.
12775 * gdb.base/callfuncs.exp: Likewise.
12776 * gdb.base/catch-fork-static.exp: Likewise.
12777 * gdb.base/display.exp: Likewise.
12778 * gdb.base/foll-exec-mode.exp: Likewise.
12779 * gdb.base/foll-exec.exp: Likewise.
12780 * gdb.base/foll-fork.exp: Likewise.
12781 * gdb.base/foll-vfork.exp: Likewise.
12782 * gdb.base/funcargs.exp: Likewise.
12783 * gdb.base/hbreak2.exp: Likewise.
12784 * gdb.base/inferior-died.exp: Likewise.
12785 * gdb.base/interrupt.exp: Likewise.
12786 * gdb.base/multi-forks.exp: Likewise.
12787 * gdb.base/nodebug.exp: Likewise.
12788 * gdb.base/sepdebug.exp: Likewise.
12789 * gdb.base/solib1.c: Likewise.
12790 * gdb.base/step-test.exp: Likewise.
12791 * gdb.mi/non-stop.c: Likewise.
12792 * gdb.mi/pthreads.c: Likewise.
12793 * gdb.multi/bkpt-multi-exec.ex: Likewise.
12794 * gdb.threads/pthreads.c: Likewise.
12795 * gdb.threads/staticthreads.exp: Likewise.
12796 * lib/future.exp: Likewise.
12797 * lib/gdb.exp: Likewise.
12798 * gdb.base/so-indr-cl.c: Remove.
12799 * gdb.base/so-indr-cl.exp: Likewise.
12800 * gdb.base/solib.c: Likewise.
12801 * gdb.base/solib.exp: Likewise.
12802 * gdb.base/solib2.c: Likewise.
12803
b6304613
SM
128042015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
12805
12806 * gdb.base/break.exp: Remove references to HP CC/aCC compilers.
12807 * gdb.base/call-ar-st.exp: Likewise.
12808 * gdb.base/callfuncs.exp: Likewise.
12809 * gdb.base/condbreak.exp: Likewise.
12810 * gdb.base/constvars.exp: Likewise.
12811 * gdb.base/hbreak2.exp: Likewise.
12812 * gdb.base/langs.exp: Likewise.
12813 * gdb.base/list.exp: Likewise.
12814 * gdb.base/long_long.exp: Likewise.
12815 * gdb.base/ptype.exp: Likewise.
12816 * gdb.base/scope.exp: Likewise.
12817 * gdb.base/signals.exp: Likewise.
12818 * gdb.base/so-impl-ld.exp: Likewise.
12819 * gdb.base/varargs.exp: Likewise.
12820 * gdb.base/volatile.exp: Likewise.
12821 * gdb.base/whatis.exp: Likewise.
12822 * gdb.cp/cplusfuncs.exp: Likewise.
12823 * gdb.cp/inherit.exp: Likewise.
12824 * gdb.cp/local.exp: Likewise.
12825 * gdb.cp/member-ptr.exp: Likewise.
12826 * gdb.cp/method.exp: Likewise.
12827 * gdb.cp/overload.exp: Likewise.
12828 * gdb.cp/templates.exp: Likewise.
12829 * gdb.stabs/weird.exp: Likewise.
12830 * lib/compiler.c: Likewise.
12831 * lib/compiler.cc: Likewise.
12832 * lib/cp-support.exp: Likewise.
12833 * lib/gdb.exp: Likewise.
12834
bf401b07
SM
128352015-12-20 Simon Marchi <simon.marchi@polymtl.ca>
12836
12837 * configure.ac: Remove HP-UX case.
12838 * configure: Regenerate.
12839
aff9c0f8
SM
128402015-12-18 Simon Marchi <simon.marchi@ericsson.com>
12841
12842 * lib/gdb.exp (gdb_compile): Add function doc.
12843
a6904d5a
PA
128442015-12-17 Pedro Alves <palves@redhat.com>
12845
12846 PR threads/19354
12847 * gdb.multi/info-threads.exp: New file.
12848
a22279dd
YQ
128492015-12-15 Yao Qi <yao.qi@linaro.org>
12850
12851 * gdb.trace/ftrace.exp: Set arg0exp to "$x0" if target
12852 is aarch64*-*-*.
12853
0588c796
SL
128542015-12-14 Sandra Loosemore <sandra@codesourcery.com>
12855
12856 * gdb.base/history-duplicates.exp: Skip if no readline support.
12857
5d978e17
SL
128582015-12-14 Sandra Loosemore <sandra@codesourcery.com>
12859
12860 * gdb.base/gdbinit-history.exp: Skip for remote-host testing.
12861
7e763b86
SL
128622015-12-14 Sandra Loosemore <sandra@codesourcery.com>
12863
12864 * gdb.base/gdbhistsize-history.exp: Skip for remote-host testing.
12865
87a3a92c
SL
128662015-12-14 Sandra Loosemore <sandra@codesourcery.com>
12867
12868 * gdb.base/completion.exp: Skip tests that interrupt GDB with
12869 ctrl-C if nointerrupts target property is set.
12870 * gdb.base/double-prompt-target-event-error.exp: Likewise.
12871 * gdb.base/paginate-after-ctrl-c-running.exp: Likewise.
12872 * gdb.base/paginate-bg-execution.exp: Likewise.
12873 * gdb.base/paginate-execution-startup.exp: Likewise.
12874 * gdb.base/random-signal.exp: Likewise.
12875 * gdb.base/range-stepping.exp: Likewise.
12876 * gdb.cp/annota2.exp: Likewise.
12877 * gdb.cp/annota3.exp: Likewise.
12878 * gdb.gdb/selftest.exp: Likewise.
12879 * gdb.threads/continue-pending-status.exp: Likewise.
12880 * gdb.threads/leader-exit.exp: Likewise.
12881 * gdb.threads/manythreads.exp: Likewise.
12882 * gdb.threads/pthreads.exp: Likewise.
12883 * gdb.threads/schedlock.exp: Likewise.
12884 * gdb.threads/sigthread.exp: Likewise.
12885
a8f077dc
DB
128862015-12-11 Don Breazeal <donb@codesourcery.com>
12887
12888 * gdb.base/execl-update-breakpoints.exp (main): Enable for target
12889 remote.
12890 * gdb.base/foll-exec-mode.exp (main): Disable for target remote.
12891 * gdb.base/foll-exec.exp (main): Enable for target remote.
12892 * gdb.base/foll-fork.exp (main): Likewise.
12893 * gdb.base/foll-vfork.exp (main): Likewise.
12894 * gdb.base/multi-forks.exp (main): Likewise, and use clean_restart.
12895 (proc continue_to_exit_bp_loc): Use clean_restart.
12896 * gdb.base/pie-execl.exp (main): Disable for target remote.
12897 * gdb.base/watch-vfork.exp (main): Enable for target remote.
12898 * gdb.mi/mi-nsthrexec.exp (main): Likewise.
12899 * gdb.threads/execl.exp (main): Likewise.
12900 * gdb.threads/fork-child-threads.exp (main): Likewise.
12901 * gdb.threads/fork-plus-threads.exp (main): Disable for target
12902 remote.
12903 * gdb.threads/fork-thread-pending.exp (main): Enable for target
12904 remote.
12905 * gdb.threads/linux-dp.exp (check_philosopher_stack): Allow
12906 pid.tid style ptids, instead of just tid.
12907 * gdb.threads/thread-execl.exp (main): Enable for target remote.
12908 * gdb.threads/watchpoint-fork.exp (main): Likewise.
12909 * gdb.trace/report.exp (use_collected_data): Allow pid.tid style
12910 ptids, instead of just tid.
12911
3b2464a8
AB
129122015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
12913
12914 * gdb.base/list.exp (test_list_forward): Add end of file error
12915 test.
12916 (test_repeat_list_command): Add end of file error test.
12917 (test_list_backwards): Add beginning of file error test.
12918
a0def019
AB
129192015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
12920
12921 * gdb.base/list.exp (test_list_invalid_args): New function,
12922 defined, and called.
12923
5c000dff
AB
129242015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
12925
12926 * gdb.base/list.exp (test_list): Make test names unique.
12927
f1637ebe
YQ
129282015-12-11 Yao Qi <yao.qi@linaro.org>
12929
12930 * gdb.base/coremaker2.c: Remove.
12931
36d6fc0a
PA
129322015-12-10 Pedro Alves <palves@redhat.com>
12933
12934 * gdb.multi/base.exp: Remove stale "spaces" references.
12935
762f7747
PA
129362015-12-10 Pedro Alves <palves@redhat.com>
12937
12938 * gdb.multi/base.exp: Don't use nowarnings.
12939 * gdb.multi/bkpt-multi-exec.exp: Don't use nowarnings.
12940 * gdb.multi/hangout.c: Include stdio.h.
12941 * gdb.multi/hello.c: Include stdlib.h.
12942 * gdb.multi/multi-arch-exec.c: Include stdlib.h.
12943 * gdb.multi/multi-arch-exec.exp: Don't use nowarnings.
12944 * gdb.multi/multi-arch.exp: Don't use nowarnings.
12945
28d2bfb9
AB
129462015-12-10 Andrew Burgess <andrew.burgess@embecosm.com>
12947
12948 * gdb.dwarf2/dw2-ranges-base.c: New file.
12949 * gdb.dwarf2/dw2-ranges-base.exp: New file.
12950 * lib/dwarf.exp (namespace eval Dwarf): Add new variables to
12951 support additional line table, and debug ranges generation.
12952 (Dwarf::ranges): New function, generate .debug_ranges.
12953 (Dwarf::lines): Support generating simple line table programs.
12954 (Dwarf::assemble): Initialise new namespace variables.
12955
5fc2beac
KB
129562015-12-09 Kevin Buettner <kevinb@redhat.com>
12957
12958 * gdb.base/async.exp (proc test_background): Add case for
12959 asynchronous execution not supported.
12960
1c35a88f
LM
129612015-12-09 Luis Machado <lgustavo@codesourcery.com>
12962
12963 * gdb.mi/mi-var-display.exp: Add new checks for the zero-hexadecimal
12964 format and change test names to make them unique.
12965
b593e3d9
RK
129662015-12-09 Ruslan Kabatsayev <b7.10110111@gmail.com>
12967 Pedro Alves <pedro@redhat.com>
12968
12969 PR gdb/18702
12970 Add checking of floatformats setup on x86_64 hosts.
12971 * gdb.arch/i386-float.S (main): Load bigval and smallval.
12972 (smallval, bigval): New labels/constants.
12973 * gdb.arch/i386-float.exp: Use with_test_prefix and test "info
12974 float" after loading bigval and smallval.
12975
d72413e6
PMR
129762015-12-07 Pierre-Marie de Rodat <derodat@adacore.com>
12977
12978 * gdb.ada/fun_overload_menu.exp: New testcase.
12979 * gdb.ada/fun_overload_menu/foo.adb: New testcase.
12980
ece66d65
JS
129812015-12-04 Josh Stone <jistone@redhat.com>
12982
12983 * gdb.base/catch-fork-static.exp: New.
12984
41d0efca
YQ
129852015-12-03 Yao Qi <yao.qi@linaro.org>
12986
12987 * gdb.base/sizeof.c: Don't include stdio.h and
12988 ../lib/unbuffer_output.c.
12989 (main): New variable 'size' and 'value'. Remove printf and
12990 gdb_unbuffer_output. Assign return value to size and value.
12991 * gdb.base/sizeof.exp: Remove the checking to gdb,noinferiorio
12992 at the beginning.
12993 (check_sizeof): Check the result by printing variable 'size'.
12994 (check_valueof): Check the result by printing variable 'value'.
12995
99fd02d9
YQ
129962015-12-01 Yao Qi <yao.qi@linaro.org>
12997
12998 * gdb.base/disp-step-syscall.exp: Define syscall instruction
12999 for aarch64*-*-linux* target.
13000
f2faf941
PA
130012015-11-30 Pedro Alves <palves@redhat.com>
13002
13003 * gdb.threads/no-unwaited-for-left.exp: Remove setup_kfail calls.
13004
04bf20c5
PA
130052015-11-30 Pedro Alves <palves@redhat.com>
13006
13007 * lib/range-stepping-support.exp (exec_cmd_expect_vCont_count):
13008 Handle non-stop mode vCont replies.
13009
09df4675
PA
130102015-11-30 Pedro Alves <palves@redhat.com>
13011
13012 * gdb.base/dprintf-non-stop.exp: Use build_executable instead of
13013 prepare_for_testing. Start gdb with "set non-stop on" appended to
13014 GDBFLAGS. Lax expected stop output.
13015
58b584af
YQ
130162015-11-27 Yao Qi <yao.qi@linaro.org>
13017
13018 * gdb.arch/arm-neon.exp: New.
13019 * gdb.arch/arm-neon.c: New.
13020
dfcb77a8
YQ
130212015-11-27 Yao Qi <yao.qi@linaro.org>
13022
13023 * gdb.cp/annota2.exp: Rewrite the pattern using multi_line.
13024
88e8ec1b
YQ
130252015-11-27 Yao Qi <yao.qi@linaro.org>
13026
13027 * gdb.cp/annota2.exp: Allow multiple occurrences of the
13028 frames-invalid annotation.
13029
bfde72c2
YQ
130302015-11-27 Yao Qi <yao.qi@linaro.org>
13031
13032 * gdb.cp/annota2.exp: Use ${frames_invalid}.
13033
f6512a69
SM
130342015-11-26 Simon Marchi <simon.marchi@ericsson.com>
13035
13036 * gdb.threads/names.exp: New file.
13037 * gdb.threads/names.c: New file.
13038 * README: Mention gdb,no_thread_names.
13039
46a3515b
MM
130402015-11-26 Markus Metzger <markus.t.metzger@intel.com>
13041
13042 PR 19297
13043 * lib/gdb.exp (skip_btrace_pt_tests): Check for a "GDB does not
13044 support" error.
13045
62147a22
PA
130462015-11-24 Pedro Alves <palves@redhat.com>
13047
13048 PR 17539
13049 * gdb.base/display.exp: Expect displays to be sorted in ascending
13050 order. Use multi_line.
13051 * gdb.base/solib-display.exp: Likewise.
13052
2f341b6e
PA
130532015-11-24 Pedro Alves <palves@redhat.com>
13054
13055 PR 17539
25d49b86
PA
13056 * gdb.base/display.exp: Expect displays to be sorted in ascending
13057 order. Use multi_line.
13058 * gdb.base/solib-display.exp: Likewise.
2f341b6e 13059
7e0aa6aa
PA
130602015-11-24 Pedro Alves <palves@redhat.com>
13061
13062 PR 17539
13063 * gdb.base/foll-exec-mode.exp: Adjust to GDB listing inferiors and
13064 threads in ascending order.
13065 * gdb.base/foll-fork.exp: Likewise.
13066 * gdb.base/foll-vfork.exp: Likewise.
13067 * gdb.base/multi-forks.exp: Likewise.
13068 * gdb.mi/mi-nonstop.exp: Likewise.
13069 * gdb.mi/mi-nsintrall.exp: Likewise.
13070 * gdb.multi/base.exp: Likewise.
13071 * gdb.multi/multi-arch.exp: Likewise.
13072 * gdb.python/py-inferior.exp: Likewise.
13073 * gdb.threads/break-while-running.exp: Likewise.
13074 * gdb.threads/execl.exp: Likewise.
13075 * gdb.threads/gcore-thread.exp: Likewise.
13076 * gdb.threads/info-threads-cur-sal.exp: Likewise.
13077 * gdb.threads/kill.exp: Likewise.
13078 * gdb.threads/linux-dp.exp: Likewise.
13079 * gdb.threads/multiple-step-overs.exp: Likewise.
13080 * gdb.threads/next-bp-other-thread.exp: Likewise.
13081 * gdb.threads/step-bg-decr-pc-switch-thread.exp: Likewise.
13082 * gdb.threads/step-over-lands-on-breakpoint.exp: Likewise.
13083 * gdb.threads/step-over-trips-on-watchpoint.exp: Likewise.
13084 * gdb.threads/thread-find.exp: Likewise.
13085 * gdb.threads/tls.exp: Likewise.
13086 * lib/mi-support.exp (mi_reverse_list): Delete.
13087 (mi_check_thread_states): No longer reverse list.
13088
2cc57ad8
PA
130892015-11-24 Pedro Alves <palves@redhat.com>
13090
13091 * gdb.python/py-inferior.exp: Use with_test_prefix. Consistently
13092 use lowercase.
13093
c93e8391
SM
130942015-11-23 Simon Marchi <simon.marchi@ericsson.com>
13095
13096 * gdb.trace/actions.c: Include trace-common.h.
13097 (main): Add a location for a fast tracepoint.
13098 * gdb.trace/save-trace.exp: Set a fast tracepoint in addition to
13099 the normal tracepoints.
13100 (gdb_verify_tracepoints): Adjust number of expected tracepoints.
13101
045ccf91
SM
131022015-11-23 Simon Marchi <simon.marchi@ericsson.com>
13103
13104 * save-trace.exp: Factor out code to these...
13105 (gdb_save_tracepoints): New.
13106 (gdb_load_tracepoints): New.
13107 (do_save_load_test): New.
13108
5506f9f6
KB
131092015-11-23 Kevin Buettner <kevinb@redhat.com>
13110
13111 * gdb.base/asmlabel.exp: New test.
13112 * gdb.base/asmlabel.c: New test case.
13113
16c3b12f
JB
131142015-11-23 Joel Brobecker <brobecker@adacore.com>
13115
13116 * gdb.base/wrong_frame_bt_full-main.c: New file.
13117 * gdb.base/wrong_frame_bt_full-opaque.c: New file.
13118 * gdb.base/wrong_frame_bt_full.exp: New file.
13119
155bfbd3
JB
131202015-11-23 Joel Brobecker <brobecker@adacore.com>
13121
13122 * testsuite/gdb.ada/var_rec_arr.exp: Add "ptype a1(1)" test.
13123
bb097445
JM
131242015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
13125
206853a0 13126 * gdb.base/callfuncs.exp (fetch_all_registers): Filter out the
bb097445
JM
13127 pstate register when comparing registers values in
13128 sparc64-*-linux-gnu targets to avoid spurious differences.
13129
9c88ed8f
JM
131302015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
13131
206853a0 13132 * gdb.arch/sparc-sysstep.c: Include unistd.h for getpid.
9c88ed8f 13133
96161e25
SL
131342015-11-19 Sandra Loosemore <sandra@codesourcery.com>
13135
13136 * gdb.base/nested-subp1.exp: Pass executable, not executable name,
13137 as type argument to gdb_compile.
13138 * gdb.base/nested-subp2.exp: Likewise.
13139 * gdb.base/nested-subp3.exp: Likewise.
13140
340c2830
DV
131412015-11-17 Dominik Vogt <vogt@linux.vnet.ibm.com>
13142
13143 * lib/dwarf.exp (_note): Fix left shift of negative value.
13144 * gdb.trace/trace-condition.exp: Likewise.
13145
c1862d0f
YQ
131462015-11-13 Yao Qi <yao.qi@linaro.org>
13147
13148 * gdb.base/call-sc.exp (test_scalar_returns): Remove the
13149 comments about d10v.
13150 (test_scalar_returns): Likewise.
13151 * gdb.base/d10v.ld: Remove.
13152 * gdb.base/overlays.exp: Remove the target triplet checking for
13153 d10v-*-*.
13154 * gdb.base/structs.exp (test_struct_returns): Remove the
13155 comments about d10v.
13156 (test_struct_calls): Likewise.
13157
77ae9c19
YQ
131582015-11-13 Yao Qi <yao.qi@linaro.org>
13159
13160 * gdb.base/gnu_vector.exp: Check the return value by "p res".
13161 * gdb.base/gnu_vector.c: Don't include stdio.h.
13162 (main): Don't print res and call add_some_intvecs.
13163
430e004e
MK
131642015-11-11 Marcin Kościelnicki <koriakin@0x04.net>
13165
13166 * gdb.trace/change-loc.h: include "trace-common.h", remove SYMBOL
13167 macro.
13168 (func5): Removed.
13169 (func4): Use FAST_TRACEPOINT_LABEL.
13170 * gdb.trace/ftrace-lock.c: include "trace-common.h", remove SYMBOL
13171 macro.
13172 (func): Removed.
13173 (thread_function): Use FAST_TRACEPOINT_LABEL.
13174 * gdb.trace/ftrace.c: include "trace-common.h", remove SYMBOL macro.
13175 (func): Remove.
13176 (marker): Use FAST_TRACEPOINT_LABEL.
13177 * gdb.trace/pendshr1.c: include "trace-common.h", remove SYMBOL macro.
13178 (pendfunc1): Remove.
13179 (pendfunc): Use FAST_TRACEPOINT_LABEL.
13180 * gdb.trace/pendshr2.c: include "trace-common.h", remove SYMBOL macro.
13181 (foo): Remove.
13182 (pendfunc2): Use FAST_TRACEPOINT_LABEL.
13183 * gdb.trace/trace-break.c: include "trace-common.h", remove SYMBOL
13184 macro.
13185 (func): Remove.
13186 (marker): Use FAST_TRACEPOINT_LABEL.
13187 * gdb.trace/trace-common.h: New header.
13188 * gdb.trace/trace-condition.c: include "trace-common.h", remove SYMBOL
13189 macro.
13190 (func): Remove.
13191 (marker): Use FAST_TRACEPOINT_LABEL.
13192 * gdb.trace/trace-mt.c: include "trace-common.h", remove SYMBOL macro.
13193 (func): Remove.
13194 (thread_function): Use FAST_TRACEPOINT_LABEL.
13195
6e7675a7
MK
131962015-11-10 Marcin Kościelnicki <koriakin@0x04.net>
13197
13198 * gdb.trace/backtrace.exp: Use global fpreg/spreg definition, add $
13199 in front.
13200 * gdb.trace/change-loc.exp: Use global pcreg definition.
13201 * gdb.trace/collection.exp: Use global pcreg/fpreg/spreg definition.
13202 * gdb.trace/entry-values.exp: Use global spreg definition, add $
13203 in front.
13204 * gdb.trace/mi-trace-frame-collected.exp: Use global pcreg definition.
13205 * gdb.trace/pending.exp: Likewise.
13206 * gdb.trace/report.exp: Use global pcreg/fpreg/spreg definition.
13207 * gdb.trace/trace-break.exp: Likewise.
13208 * gdb.trace/trace-condition.exp: Use global pcreg definition, add $
13209 in front.
13210 * gdb.trace/unavailable.exp: Use global pcreg/fpreg/spreg definition.
13211 * gdb.trace/while-dyn.exp: Use global fpreg definition, add $
13212 in front.
13213 * lib/trace-support.exp: Define fpreg, spreg, pcreg variables.
13214
dddc0e16
JB
132152015-11-09 Joel Brobecker <brobecker@adacore.com>
13216
13217 * gdb.ada/fin_fun_out: New testcase.
13218
c6f0b406
KB
132192015-11-07 Kevin Buettner <kevinb@redhat.com>
13220
13221 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Don't hardcode
13222 value associated with DW_AT_byte_size.
13223 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Don't hardcode
13224 constants for DW_AT_byte_size, DW_AT_lower_bound, and
13225 DW_AT_upper_bound.
13226
f01dcfd9
KB
132272015-11-07 Kevin Buettner <kevinb@redhat.com>
13228
13229 * lib/gdb (gdb_target_symbol_prefix_flags_asm): New proc.
13230 (gdb_target_symbol_prefix_flags): Define in terms of _asm
13231 version.
13232 * gdb.arch/i386-float.exp, gdb.arch/i386-permbkpt.exp,
13233 gdb.dwarf2/dw2-canonicalize-type.exp,
13234 gdb.dwarf2/dw2-compdir-oldgcc.exp, gdb.dwarf2/dw2-minsym-in-cu.exp,
13235 gdb.dwarf2/dw2-op-stack-value.exp, gdb.dwarf2/dw2-unresolved.exp,
13236 gdb.dwarf2/fission-reread.exp, gdb.dwarf2/pr13961.exp: Use flags
13237 provided by gdb_target_symbol_prefix_flags_asm.
13238 * gdb.dwarf2/dw2-canonicalize-type.S, gdb.dwarf2/dw2-compdir-oldgcc.S,
13239 testsuite/gdb.dwarf2/dw2-minsym-in-cu.S,
13240 testsuite/gdb.dwarf2/dw2-unresolved-main.c,
13241 testsuite/gdb.dwarf2/dw2-unresolved.S, gdb.dwarf2/fission-reread.S,
13242 gdb.dwarf2/pr13961.S: Define and use SYMBOL macro (and supporting
13243 macros where needed). Use this macro for symbols which require
13244 the prefix provided by SYMBOL_PREFIX.
13245
2223449a
KB
132462015-11-05 Kevin Buettner <kevinb@redhat.com>
13247
13248 * lib/gdb.exp (gdb_target_symbol_prefix, gdb_target_symbol):
13249 New procs.
13250 * lib/dwarf.exp (_handle_DW_TAG): Handle attribute values,
13251 representing expressions, of more than one list element.
13252 * gdb.dwarf2/atomic-type.exp (Dwarf::assemble): Use gdb_target_symbol
13253 to prepend linker symbol prefix to f.
13254 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Likewise, for
13255 table_1 and table_2.
13256 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp (Dwarf::assemble):
13257 Likewise, for f and g.
13258 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble): Likewise,
13259 for ptr.
13260 * gdb.dwarf2/dw2-regno-invalid.exp (Dwarf::assemble): Likewise,
13261 for main.
13262 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Likewise, for
13263 table_1_ptr and table_2_ptr.
13264
6f2f1a3a
JK
132652015-11-03 Jan Kratochvil <jan.kratochvil@redhat.com>
13266 Joel Brobecker <brobecker@adacore.com>
13267
13268 * gdb.mi/mi-vla-fortran.exp (evaluate allocated vla): Permit any data.
13269
566c56c9
MK
132702015-11-04 Marcin Kościelnicki <koriakin@0x04.net>
13271
13272 * gdb.reverse/s390-mvcle.c: New test.
13273 * gdb.reverse/s390-mvcle.exp: New file.
13274 * lib/gdb.exp: Enable reverse tests on s390*-linux.
13275
d5f0636b
MK
132762015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
13277
13278 * gdb.reverse/readv-reverse.exp: Obvious typo fixed.
13279
7ad8b86c
MK
132802015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
13281
13282 * gdb.reverse/fstatat-reverse.exp: Set breakpoint on marker1 after
13283 reaching marker2.
13284 * gdb.reverse/getresuid-reverse.exp: Likewise.
13285 * gdb.reverse/pipe-reverse.exp: Likewise.
13286 * gdb.reverse/readv-reverse.exp: Likewise.
13287 * gdb.reverse/recvmsg-reverse.exp: Likewise.
13288 * gdb.reverse/time-reverse.exp: Likewise.
13289 * gdb.reverse/waitpid-reverse.exp: Likewise and add KFAILs.
13290
4081c0f1
YQ
132912015-10-30 Yao Qi <yao.qi@linaro.org>
13292
13293 * gdb.threads/wp-replication.c (watch_count_done): Remove.
13294 (empty_cycle): Remove.
13295 (main): Don't call empty_cycle. Don't use watch_count_done.
13296 * gdb.threads/wp-replication.exp: Don't set breakpoint on
13297 empty_cycle. Rewrite the code counting HW watchpoints.
13298
452b4ba5
MK
132992015-10-30 Marcin Kościelnicki <koriakin@0x04.net>
13300
13301 * gdb.reverse/fstatat-reverse.c: New test.
13302 * gdb.reverse/fstatat-reverse.exp: New file.
13303 * gdb.reverse/getresuid-reverse.c: New test.
13304 * gdb.reverse/getresuid-reverse.exp: New file.
13305 * gdb.reverse/pipe-reverse.c: New test.
13306 * gdb.reverse/pipe-reverse.exp: New file.
13307 * gdb.reverse/readv-reverse.c: New test.
13308 * gdb.reverse/readv-reverse.exp: New file.
13309 * gdb.reverse/recvmsg-reverse.c: New test.
13310 * gdb.reverse/recvmsg-reverse.exp: New file.
13311 * gdb.reverse/time-reverse.c: New test.
13312 * gdb.reverse/time-reverse.exp: New file.
13313 * gdb.reverse/waitpid-reverse.c: New test.
13314 * gdb.reverse/waitpid-reverse.exp: New file.
13315
5e2e7507
JK
133162015-10-27 Jan Kratochvil <jan.kratochvil@redhat.com>
13317
13318 * gdb.ada/access_to_packed_array.exp: Fix typos erroring the testfile.
13319
0fde2c53
DE
133202015-10-26 Doug Evans <dje@google.com>
13321
13322 PR symtab/17391
13323 * lib/dwarf.exp (_location): Add support for DW_OP_regx.
13324 * gdb.dwarf2/bad-regnum.c: New file.
13325 * gdb.dwarf2/bad-regnum.exp: New file.
13326
1a70ae97
DE
133272015-10-26 Doug Evans <dje@google.com>
13328
13329 PR python/18938
13330 * gdb.python/python.exp: Add test for symlink from .py file to .notpy
13331 file.
13332
27dc26ab
JK
133332015-10-25 Jan Kratochvil <jan.kratochvil@redhat.com>
13334
13335 * gdb.compile/compile.exp (compile code globalvar): Update expectation
13336 for a change by "Mention language in compile error message".
13337
bed91f4d
SM
133382015-10-21 Simon Marchi <simon.marchi@polymtl.ca>
13339
13340 PR python/18073
13341 * gdb.python/py-type.c (C::a_method): New.
13342 (C::a_const_method): New.
13343 (C::a_static_method): New.
13344 (a_function): New.
13345 * gdb.python/py-type.exp (test_fields): Test getting fields
13346 from function and method.
13347
3f2f83dd
KB
133482015-10-21 Keven Boell <keven.boell@intel.com>
13349
13350 * gdb.fortran/vla-alloc-assoc.exp: New file.
13351 * gdb.fortran/vla-datatypes.exp: New file.
13352 * gdb.fortran/vla-datatypes.f90: New file.
13353 * gdb.fortran/vla-history.exp: New file.
13354 * gdb.fortran/vla-ptype-sub.exp: New file.
13355 * gdb.fortran/vla-ptype.exp: New file.
13356 * gdb.fortran/vla-sizeof.exp: New file.
13357 * gdb.fortran/vla-sub.f90: New file.
13358 * gdb.fortran/vla-value-sub-arbitrary.exp: New file.
13359 * gdb.fortran/vla-value-sub-finish.exp: New file.
13360 * gdb.fortran/vla-value-sub.exp: New file.
13361 * gdb.fortran/vla-value.exp: New file.
13362 * gdb.fortran/vla-ptr-info.exp: New file.
13363 * gdb.mi/mi-vla-fortran.exp: New file.
13364 * gdb.mi/vla.f90: New file.
13365
27145d50
SL
133662015-10-21 Sandra Loosemore <sandra@codesourcery.com>
13367
13368 * gdb.base/freebpcmd.exp: Use with_timeout_factor instead
13369 of hardwired timeout value.
13370
5f3ff4f8
JK
133712015-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
13372 Pedro Alves <palves@redhat.com>
13373
13374 * gdb.dwarf2/dw2-regno-invalid.exp: New file.
13375 * lib/dwarf.exp (Dwarf): Add DW_OP_bregx.
13376
bfd09d20
JS
133772015-10-19 Josh Stone <jistone@redhat.com>
13378
13379 * gdb.base/catch-syscall.c: Include <sched.h>.
13380 (unknown_syscall): New variable.
13381 (main): Trigger a vfork and an unknown syscall.
13382 * gdb.base/catch-syscall.exp (vfork_syscalls): New variable.
13383 (unknown_syscall_number): Likewise.
13384 (check_call_to_syscall): Accept an optional syscall pattern.
13385 (check_return_from_syscall): Likewise.
13386 (check_continue): Likewise.
13387 (test_catch_syscall_without_args): Check for vfork and ENOSYS.
13388 (test_catch_syscall_skipping_return): New test toggling off 'catch
13389 syscall' to step over the syscall return, then toggling back on.
13390 (test_catch_syscall_mid_vfork): New test turning on 'catch syscall'
13391 during a PTRACE_EVENT_VFORK stop, in the middle of a vfork syscall.
13392 (do_syscall_tests): Call test_catch_syscall_without_args and
13393 test_catch_syscall_mid_vfork.
13394 (test_catch_syscall_without_args_noxml): Check for vfork and ENOSYS.
13395 (fill_all_syscalls_numbers): Initialize unknown_syscall_number.
13396
b32b93c6
AS
133972015-10-19 Andrew Stubbs <ams@codesourcery.com>
13398
13399 * gdb.cp/inherit.exp (print g_vB, print g_vC, print g_vD,
13400 print g_vE): Add new pass patterns.
13401 * gdb.cp/virtbase.exp (print *this, print *(D *) e): Allow GDB to
13402 print various symbol names for vptr fields.
13403
9d622bda
AB
134042015-10-12 Andrew Burgess <andrew.burgess@embecosm.com>
13405
13406 * gdb.base/dbx.exp (test_func): Remove xfails, update expected
13407 results.
13408
0fd8ac1c
YQ
134092015-10-12 Yao Qi <yao.qi@linaro.org>
13410
13411 * gdb.arch/disp-step-insn-reloc.exp: New test case.
13412
34240514
YQ
134132015-10-12 Yao Qi <yao.qi@linaro.org>
13414
13415 * lib/gdb.exp (support_displaced_stepping): Return 1 if target
13416 is aarch64*-*-linux*.
13417
8240f442
YQ
134182015-10-12 Yao Qi <yao.qi@linaro.org>
13419
13420 * gdb.arch/insn-reloc.c (can_relocate_bcond): Rename to ...
13421 (can_relocate_bcond_true): ... it.
13422 (can_relocate_bcond_false): New function.
13423 (foo): Likewise.
13424 (can_relocate_bl): Likewise.
13425 (testcases) [__aarch64__]: Add can_relocate_bcond_false and
13426 can_relocate_bl.
13427
2520f728
PMR
134282015-10-12 Pierre-Marie de Rodat <derodat@adacore.com>
13429
13430 * gdb.base/nested-addr.c: New file.
13431 * gdb.base/nested-addr.exp: New testcase.
13432
abcef95a
MM
134332015-10-09 Markus Metzger <markus.t.metzger@intel.com>
13434
13435 * gdb.btrace/vdso.c (main): Remove breakpoint markers.
13436 * gdb.btrace/vdso.exp: Change stepping command to "next" and ignore
13437 its output. Ignore the output of "record goto begin" and instead
13438 check that GDB is replaying.
13439
145e3ddb
PA
134402015-10-09 Pedro Alves <palves@redhat.com>
13441
13442 * gdb.base/a2-run.exp (maybe_exp_continue): New procedure.
13443 (top level): Use it in the run with no args test.
13444
d5d8c4e1
IB
134452015-10-08 Iain Buclaw <ibuclaw@gdcproject.org>
13446
13447 * gdb.dlang/properties.exp: New file.
13448
06e635ef
SL
134492015-10-02 Sandra Loosemore <sandra@codesourcery.com>
13450
13451 * gdb.dwarf2/staticvirtual.exp: Generalize regexp so it can match
13452 whether or not address 0x1000 is mapped on the target.
13453
e019fd1d
SM
134542015-09-30 Simon Marchi <simon.marchi@ericsson.com>
13455
13456 * gdb.python/py-type.exp: Do not run tests if binaries fail to
13457 build.
13458
77ba2a67
MM
134592015-09-30 Markus Metzger <markus.t.metzger@intel.com>
13460
13461 * gdb.btrace/tsx.exp: Consider multiple correct outputs in the record
13462 instruction-history test.
13463
c60eb31f
DE
134642015-09-28 Doug Evans <dje@google.com>
13465
13466 * gdb.base/gcore.c (array_func): Add reference to static_array.
13467
9a3c8263
SM
134682015-09-25 Simon Marchi <simon.marchi@ericsson.com>
13469
13470 * gdb.gdb/selftest.exp (do_steps_and_nexts): Adjust expected
13471 source line.
13472
9720e656
SL
134732015-09-24 Sandra Loosemore <sandra@codesourcery.com>
13474
13475 * gdb.cp/classes.exp (test_enums): Generalize regexp to allow
13476 short or char as base type.
13477
938d3bf2
SL
134782015-09-23 Sandra Loosemore <sandra@codesourcery.com>
13479
13480 * gdb.cp/var-tag.exp (do_global_tests): Generalize opt_underlying
13481 to allow any size enum.
13482
e6c2c623
PMR
134832015-09-23 Pierre-Marie de Rodat <derodat@adacore.com>
13484
13485 * gdb.ada/array_ptr_renaming.exp: New testcase.
13486 * gdb.ada/array_ptr_renaming/foo.adb: New file.
13487 * gdb.ada/array_ptr_renaming/pack.ads: New file.
13488
06da0f77
PL
134892015-09-21 Pierre Langlois <pierre.langlois@arm.com>
13490
13491 * gdb.trace/ftrace-lock.c: New file.
13492 * gdb.trace/ftrace-lock.exp: New file.
13493
4f51c22a
PL
134942015-09-21 Pierre Langlois <pierre.langlois@arm.com>
13495
13496 * gdb.arch/insn-reloc.c: New file.
13497 * gdb.arch/ftrace-insn-reloc.exp: New file.
13498
7041adf4
PL
134992015-09-21 Pierre Langlois <pierre.langlois@arm.com>
13500
13501 * gdb.trace/change-loc.h (func4) [__aarch64__]: Add a nop
13502 instruction.
13503 * gdb.trace/pendshr1.c (pendfunc): Likewise.
13504 * gdb.trace/pendshr2.c (pendfunc2): Likewise.
13505 * gdb.trace/range-stepping.c: Likewise.
13506 * gdb.trace/trace-break.c: Likewise.
13507 * gdb.trace/trace-mt.c (thread_function): Likewise.
13508 * gdb.trace/ftrace.c (marker): Likewise.
13509 * gdb.trace/trace-condition.c (marker): Likewise.
13510 * gdb.trace/ftrace.exp: Enable ftrace test if is_aarch64_target.
13511 * gdb.trace/trace-condition.exp: Set pcreg to "\$pc" if
13512 is_aarch64_target.
13513
015d2e7e
DE
135142015-09-18 Doug Evans <xdje42@gmail.com>
13515
13516 * gdb.dwarf2/dw2-bad-unresolved.c: New file.
13517 * gdb.dwarf2/dw2-bad-unresolved.exp: New file.
13518
26b188a2
SL
135192015-09-18 Sandra Loosemore <sandra@codesourcery.com>
13520
13521 * gdb.base/dso2dso.exp: Don't use directory prefix when setting
13522 the breakpoint.
13523
79dc332b
SL
135242015-09-18 Sandra Loosemore <sandra@codesourcery.com>
13525
13526 * gdb.mi/mi-pending.exp: Don't use directory prefix when setting
13527 the pending breakpoint. Remove timeout override for "Run till
13528 MI pending breakpoint on pendfunc3 on thread 2" test.
13529
f57929f2
SL
135302015-09-18 Sandra Loosemore <sandra@codesourcery.com>
13531
13532 * gdb.mi/mi-cli.exp: Don't require directory prefix in breakpoint
13533 filename pattern.
13534
3f469b17
SL
135352015-09-18 Sandra Loosemore <sandra@codesourcery.com>
13536
13537 * gdb.mi/mi-dprintf-pending.exp: Don't require directory prefix
13538 in breakpoint filename pattern.
13539
515b89b3
SL
135402015-09-18 Sandra Loosemore <sandra@codesourcery.com>
13541
7800dbe4
SL
13542 * gdb.base/global-var-nested-by-dso.exp: Call gdb_load_shlibs.
13543
135442015-09-18 Sandra Loosemore <sandra@codesourcery.com>
13545
515b89b3
SL
13546 * gdb.linespec/explicit.exp: Check for readline support for
13547 tab-completion tests. Fix obvious typo.
13548
d2939ba2
MM
135492015-09-18 Markus Metzger <markus.t.metzger@intel.com>
13550
13551 * gdb.btrace/multi-thread-step.exp: Test scheduler-locking on, step,
13552 and replay.
13553
cbb55fa7
MM
135542015-09-18 Markus Metzger <markus.t.metzger@intel.com>
13555
13556 * gdb.btrace/non-stop.c: New.
13557 * gdb.btrace/non-stop.exp: New.
13558
43691ca1
PL
135592015-09-17 Pierre Langlois <pierre.langlois@arm.com>
13560 Yao Qi <yao.qi@linaro.org>
13561
13562 * gdb.trace/trace-condition.c: New file.
13563 * gdb.trace/trace-condition.exp: New file.
13564
d78908cf
WW
135652015-09-16 Wei-cheng Wang <cole945@gmail.com>
13566
13567 * gdb.trace/ftrace.exp: (test_ftrace_condition) New function
13568 for testing bytecode compilation.
13569
1ed415e2
PA
135702015-09-16 Pedro Alves <palves@redhat.com>
13571 Sandra Loosemore <sandra@codesourcery.com>
13572
13573 * gdb.threads/non-stop-fair-events.c (timeout): New global.
13574 (SECONDS): Redefine.
13575 (main): Call pthread_kill and alarm early.
13576 * gdb.threads/non-stop-fair-events.exp: Probe displaced stepping
13577 support.
13578 (test): If the target can't hardware step and doesn't support
13579 displaced stepping, increase the timeout.
13580
d136eff5
PA
135812015-09-16 Pedro Alves <palves@redhat.com>
13582
13583 * gdb.threads/non-stop-fair-events.exp (gdb_test_no_anchor)
13584 (enable_debug): New procedures.
13585 (test): Use them. Bail out if waiting for threads fails.
13586 (top level): Bail out if a test fails.
13587
991f019c
YQ
135882015-09-16 Yao Qi <yao.qi@linaro.org>
13589
13590 * gdb.asm/asm-source.exp: Set asm-arch for
13591 aarch64*-*-* target.
13592 * gdb.asm/aarch64.inc: New file.
13593
bfca584f
PMR
135942015-09-15 Pierre-Marie de Rodat <derodat@adacore.com>
13595
13596 * gdb.ada/array_of_variable_length.exp: New testcase.
13597 * gdb.ada/array_of_variable_length/foo.adb: New file.
13598 * gdb.ada/array_of_variable_length/pck.adb: New file.
13599 * gdb.ada/array_of_variable_length/pck.ads: New file.
13600
b326e587
DE
136012015-09-15 Doug Evans <dje@google.com>
13602
13603 * gdb.base/callfuncs.exp (do_function_calls): Handle clang naming
13604 of function static local variable.
13605
5382cfab
PW
136062015-09-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
13607
13608 * gdb.threads/tls-so_extern.exp: New test file.
13609 * gdb.threads/tls-so_extern.c: New test file.
13610 * gdb.threads/tls-so_extern_main.c: New test file.
13611
141c5cc4
JK
136122015-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
13613
13614 * gdb.opt/solib-intra-step-lib.c: New file.
13615 * gdb.opt/solib-intra-step-main.c: New file.
13616 * gdb.opt/solib-intra-step.exp: New file.
13617
d15dcecd
PA
136182015-09-15 Pedro Alves <palves@redhat.com>
13619
13620 * gdb.threads/non-ldr-exc-3.exp (do_test): Use
13621 gdb_continue_to_breakpoint instead of gdb_test_multiple.
13622
4c2f2a79
PA
136232015-09-14 Pedro Alves <palves@redhat.com>
13624
13625 * gdb.base/hook-stop-continue.c: Delete.
13626 * gdb.base/hook-stop-continue.exp: Delete.
13627 * gdb.base/hook-stop-frame.c: Delete.
13628 * gdb.base/hook-stop-frame.exp: Delete.
13629 * gdb.base/hook-stop.c: New file.
13630 * gdb.base/hook-stop.exp: New file.
13631
919e6dbe
PMR
136322015-09-14 Pierre-Marie de Rodat <derodat@adacore.com>
13633
13634 * gdb.ada/access_to_packed_array.exp: New testcase.
13635 * gdb.ada/access_to_packed_array/foo.adb: New file.
13636 * gdb.ada/access_to_packed_array/pack.adb: New file.
13637 * gdb.ada/access_to_packed_array/pack.ads: New file.
13638
157280a4
MM
136392015-09-14 Markus Metzger <markus.t.metzger@intel.com>
13640
13641 * gdb.btrace/buffer-size.exp: Remove recording with unlimited BTS
13642 buffer size test.
13643
2fd33e94
DB
136442015-09-11 Don Breazeal <donb@codesourcery.com>
13645
13646 * gdb.base/foll-exec.c: Add copyright header. Fix
13647 formatting issues.
13648 * gdb.base/foll-exec.exp (zap_session): Delete proc.
13649 (do_exec_tests): Use clean_restart in place of zap_session,
13650 and for test initialization. Fix formatting issues. Use
13651 fail in place of perror.
13652 * gdb.base/pie-execl.exp (main): Use 'inferior_spawn_id' in
13653 an expect statement to match an expression with output from
13654 the program under debug.
13655 * gdb.threads/non-ldr-exc-1.exp (do_test, main): Add
13656 non-stop tests and use save_vars to enable non-stop in GDBFLAGS.
13657 * gdb.threads/non-ldr-exc-2.exp: Likewise.
13658 * gdb.threads/non-ldr-exc-3.exp: Likewise.
13659 * gdb.threads/non-ldr-exc-4.exp: Likewise.
13660
e70b6e8e
DE
136612015-09-09 Doug Evans <dje@google.com>
13662
13663 * gdb.python/py-prettyprint.exp: Check result of run_lang_tests.
13664
7a551a51
DE
136652015-09-09 Doug Evans <dje@google.com>
13666
13667 * gdb.base/pie-execl.exp: Fix result test of build_executable.
13668
4c666f84
DE
136692015-09-09 Doug Evans <dje@google.com>
13670
13671 * gdb.base/savedregs.exp: Fix typo.
13672
243a9253
PA
136732015-09-09 Pedro Alves <palves@redhat.com>
13674
13675 * gdb.mi/mi-cli.exp: Add CLI finish tests.
13676
c0fa8fbd
SL
136772015-09-08 Sandra Loosemore <sandra@codesourcery.com>
13678
13679 * gdb.threads/hand-call-in-threads.exp: Make sure the thread
13680 command actually switches threads. Give up on remaining
13681 tests if target fails to stop at breakpoint.
13682
cd7c1778
PMR
136832015-09-03 Pierre-Marie de Rodat <derodat@adacore.com>
13684
13685 * gdb.ada/funcall_char.exp: New testcase.
13686 * gdb.ada/funcall_char/foo.adb: New file.
13687
dc5c8746
PMR
136882015-09-01 Pierre-Marie de Rodat <derodat@adacore.com>
13689
13690 * gdb.ada/complete.exp: Add "pck.ambiguous_func" to the relevant
13691 expected outputs. Add two testcases for completing ambiguous
13692 functions.
13693 * gdb.ada/complete/aux_pck.adb: New file.
13694 * gdb.ada/complete/aux_pck.ads: New file.
13695 * gdb.ada/complete/foo.adb: Pull Aux_Pck and call the two
13696 Ambiguous_Func functions.
13697 * gdb.ada/complete/pck.ads: Add an Ambiguous_Func function.
13698 * gdb.ada/complete/pck.adb: Likewise.
13699
4e83a1e7
UW
137002015-08-27 Ulrich Weigand <uweigand@de.ibm.com>
13701
13702 * lib/cell.exp (skip_cell_tests): Report UNRESOLVED on unexpected
13703 failures to run the test program under GDB.
13704
8ce74153
LM
137052015-08-26 Luis Machado <lgustavo@codesourcery.com>
13706
13707 * gdb.compile/compile-ifunc.exp (with_test_prefix): Force language
13708 to C.
13709
e9756d52
PP
137102015-08-26 Patrick Palka <patrick@parcs.ath.cx>
13711
13712 * gdb.base/run-after-attach.exp: New test file.
13713 * gdb.base/run-after-attach.c: New test file.
13714
8d37573b
DB
137152015-08-26 Don Breazeal <donb@codesourcery.com>
13716
13717 * gdb.base/foll-exec-2.c: New test program.
13718 * gdb.base/foll-exec-2.exp: New test.
13719
63e43d3a
PMR
137202015-08-25 Pierre-Marie de Rodat <derodat@adacore.com>
13721
13722 * gdb.base/nested-subp1.exp: New file.
13723 * gdb.base/nested-subp1.c: New file.
13724 * gdb.base/nested-subp2.exp: New file.
13725 * gdb.base/nested-subp2.c: New file.
13726 * gdb.base/nested-subp3.exp: New file.
13727 * gdb.base/nested-subp3.c: New file.
13728
3d40fbb5
PA
137292015-08-24 Pedro Alves <palves@redhat.com>
13730
13731 * gdb.server/connect-without-multi-process.c: New file.
13732 * gdb.server/connect-without-multi-process.exp: New file.
13733
4422ac93
LM
137342015-08-24 Luis Machado <lgustavo@codesourcery.com>
13735
13736 * gdb.opt/inline-markers.c: Make z int.
13737
91dddb86
LM
137382015-08-24 Luis Machado <lgustavo@codesourcery.com>
13739
13740 * gdb.opt/inline-markers.c: Make z volatile.
13741
a48847ee
LM
137422015-08-24 Luis Machado <lgustavo@codesourcery.com>
13743
13744 * gdb.opt/inline-bt.c: New volatile global z.
13745 * gdb.opt/inline-cmds.c: Likewise.
13746 * gdb.opt/inline-locals.c: Likewise.
13747 * gdb.opt/inline-markers.c: New extern global z.
13748 (marker): Use z.
13749 (inline_fn): Likewise.
13750
0ebbc52b
PA
137512015-08-24 Pedro Alves <palves@redhat.com>
13752
13753 * config/m32r-stub.exp: Remove file.
13754 * gdb.base/call-ar-st.exp: Remove reference to sparclet.
13755 * gdb.base/call-rt-st.exp: Likewise.
13756 * gdb.base/call-strs.exp: Likewise.
13757 * gdb.base/default.exp: Remove references to h8300-*-hms and
13758 *-*-udi*.
13759 * gdb.base/funcargs.exp: Remove reference to sparclet-*-*.
13760
77c365df
AA
137612015-08-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
13762
13763 * gdb.base/gnu_vector.exp: Try compilation with "-mcpu=native
13764 -Wno-psabi" if "-mcpu=native" fails. For the tests with "finish"
13765 and "return" use KFAIL when GDB can not read/write the vector
13766 return value.
13767
4313b8c0
GB
137682015-08-21 Gary Benson <gbenson@redhat.com>
13769
13770 * gdb.trace/pending.exp: Cope with remote transfer warnings.
13771
0e433b32
PA
137722015-08-20 Pedro Alves <palves@redhat.com>
13773
13774 * gdb.server/solib-list.exp: No longer expect an interior stop in
13775 non-stop mode.
13776
221e1a37
PA
137772015-08-20 Pedro Alves <palves@redhat.com>
13778
13779 * gdb.server/connect-stopped-target.c: New file.
13780 * gdb.server/connect-stopped-target.exp: New file.
13781
40e3ad0e
PA
137822015-08-20 Pedro Alves <palves@redhat.com>
13783
13784 * gdb.dwarf2/comp-unit-lang.exp: New file.
13785 * gdb.dwarf2/comp-unit-lang.c: New file.
13786
af39b327
PMR
137872015-08-20 Pierre-Marie de Rodat <derodat@adacore.com>
13788
13789 * gdb.ada/attr_ref_and_charlit.exp: New testcase.
13790 * gdb.ada/attr_ref_and_charlit/foo.adb: New file.
13791
7d45c7c3 137922015-08-19 Kevin Buettner <kevinb@redhat.com>
206853a0 13793
7d45c7c3
KB
13794 * gdb.dwarf2/dw2-bad-mips-linkage-name.c: New file.
13795 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: New file.
13796
4d6cceb4
DE
137972015-08-18 Doug Evans <dje@google.com>
13798 Adrian Sendroiu <adrian.sendroiu@freescale.com>
13799
13800 * lib/gdb.exp (skip_python_tests_prompt): Renamed from
13801 skip_python_tests. New arg prompt_regexp.
13802 (skip_python_tests): New function.
13803 * lib/mi-support.exp (mi_skip_python_tests): New function.
13804 * gdb.python/py-mi-objfile-gdb.py: New file.
13805 * gdb.python/py-mi-objfile.c: New file.
13806 * gdb.python/py-mi-objfile.exp: New file.
13807
ad89c2aa
KS
138082015-08-17 Keith Seitz <keiths@redhat.com>
13809
13810 * gdb.linespec/explicit.exp: Move strace test from here ...
13811 * gdb.trace/strace.exp: ... to here.
13812
e3ae3c43
PP
138132015-08-15 Patrick Palka <patrick@parcs.ath.cx>
13814
13815 * gdb.base/kill-detach-inferiors-cmd.exp: New test file.
13816 * gdb.base/kill-detach-inferiors-cmd.c: New test file.
13817
604b2636
DE
138182015-08-14 Doug Evans <xdje42@gmail.com>
13819
13820 * gdb.perf/lib/perftest/utils.py (select_file): Kill any existing
13821 inferior before selecting a new file.
13822
6ff0ba5f
DE
138232015-08-14 Doug Evans <xdje42@gmail.com>
13824
13825 * gdb.mi/mi-disassemble.exp: Update.
13826 * gdb.base/disasm-optim.S: New file.
13827 * gdb.base/disasm-optim.c: New file.
13828 * gdb.base/disasm-optim.h: New file.
13829 * gdb.base/disasm-optim.exp: New file.
13830
9ca98f92
KS
138312015-08-14 Keith Seitz <keiths@redhat.com>
13832
13833 * lib/mi-support.exp (mi_make_breakpoint): Add option/handling for
13834 "evaluated-by".
13835
52bbc560
JB
138362015-08-13 Joel Brobecker <brobecker@adacore.com>
13837
13838 * gdb.base/dso2dso.exp: Improve the testcase's documentation.
13839
5d8c3ed3
PMR
138402015-08-13 Pierre-Marie de Rodat <derodat@adacore.com>
13841
13842 * gdb.ada/fun_renaming.exp: New testcase.
13843 * gdb.ada/fun_renaming/fun_renaming.adb: New file.
13844 * gdb.ada/fun_renaming/pack.adb: New file.
13845 * gdb.ada/fun_renaming/pack.ads: New file.
13846
ea8812bc
KS
138472015-08-12 Keith Seitz <keiths@redhat.com>
13848
13849 * gdb.base/dso2dso.exp: Pass basename of source file in call to
13850 gdb_get_line_number.
13851
4dafcdeb
JB
138522015-08-12 Joel Brobecker <brobecker@adacore.com>
13853
13854 * gdb.base/dso2dso-dso2.c, gdb.base/dso2dso-dso2.h,
13855 gdb.base/dso2dso-dso1.c, gdb.base/dso2dso-dso1.h, gdb.base/dso2dso.c,
13856 gdb.base/dso2dso.exp: New files.
13857
5ba32597
SDJ
138582015-08-12 Sergio Durigan Junior <sergiodj@redhat.com>
13859 Pedro Alves <palves@redhat.com>
13860 Keith Seitz <keiths@redhat.com>
13861
13862 * gdb.base/checkpoint-ns.exp: Use save_vars to save and restore
13863 GDBFLAGS.
13864
b6dafabf
PP
138652015-08-12 Patrick Palka <patrick@parcs.ath.cx>
13866
13867 * gdb.base/gdbhistsize-history.exp
13868 (test_histsize_history_setting): Use save_vars.
13869 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
13870 Use save_vars.
13871 (test_no_truncation_of_unlimited_history_file): Use save_vars.
13872 * gdb.base/readline.exp: Use save_vars.
13873
abe8e607
PP
138742015-08-12 Patrick Palka <patrick@parcs.ath.cx>
13875
13876 * lib/gdb.exp (save_vars): New proc.
13877
629500fa
KS
138782015-08-11 Keith Seitz <keiths@redhat.com>
13879
13880 * gdb.base/help.exp: Update help_breakpoint_text.
13881
eb8c4e2e
KS
138822015-08-11 Keith Seitz <keiths@redhat.com>
13883
13884 * gdb.mi/mi-break.exp (test_explicit_breakpoints): New proc.
13885 (at toplevel): Call test_explicit_breakpoints.
13886 * gdb.mi/mi-dprintf.exp: Add tests for explicit dprintf
13887 breakpoints.
13888 * lib/mi-support.exp (mi_make_breakpoint): Add support for
13889 breakpoint conditions, "-cond".
13890
87f0e720
KS
138912015-08-11 Keith Seitz <keiths@redhat.com>
13892
13893 * gdb.linespec/3explicit.c: New file.
13894 * gdb.linespec/cpexplicit.cc: New file.
13895 * gdb.linespec/cpexplicit.exp: New file.
13896 * gdb.linespec/explicit.c: New file.
13897 * gdb.linespec/explicit.exp: New file.
13898 * gdb.linespec/explicit2.c: New file.
13899 * gdb.linespec/ls-errs.exp: Add explicit location tests.
13900 * lib/gdb.exp (capture_command_output): Regexp-escape `command'
13901 before using in the matching pattern.
13902 Clarify that `prefix' is a regular expression.
13903
f00aae0f
KS
139042015-08-11 Keith Seitz <keiths@redhat.com>
13905
13906 * gdb.base/dprintf-pending.exp: Update dprintf "without format"
13907 test.
13908 Add tests for missing ",FMT" and ",".
13909
e27852be
DE
139102015-08-10 Doug Evans <dje@google.com>
13911 Keith Seitz <keiths@redhat.com>
13912
13913 PR gdb/17960
13914 * gdb.base/completion.exp: Add location completer tests.
13915
7f03bd92
PA
139162015-08-07 Pedro Alves <palves@redhat.com>
13917
13918 * gdb.arch/ppc64-atomic-inst.exp (do_test): New procedure, move
13919 tests here.
13920 (top level): Run do_test with and without displaced stepping.
13921
3fc8eb30
PA
139222015-08-07 Pedro Alves <palves@redhat.com>
13923
13924 * gdb.base/valgrind-disp-step.c: New file.
13925 * gdb.base/valgrind-disp-step.exp: New file.
13926
d4569d7b
PA
139272015-08-07 Pedro Alves <palves@redhat.com>
13928
13929 * gdb.threads/step-over-lands-on-breakpoint.c (wait_threads):
13930 Delete function.
13931 (main): Add alarm. Run an infinite loop instead of calling
13932 wait_threads.
13933 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): Change
13934 comment.
13935 * gdb.threads/step-over-trips-on-watchpoint.c (wait_threads):
13936 Delete function.
13937 (main): Add alarm. Run an infinite loop instead of calling
13938 wait_threads.
13939 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Change
13940 comment.
13941
e1316e60
PA
139422015-08-07 Pedro Alves <palves@redhat.com>
13943
13944 * gdb.base/checkpoint-ns.exp: New file.
13945 * gdb.base/checkpoint.exp: Pass explicit "checkpoint.c" to
13946 standard_testfile.
13947
da8c46d2
MM
139482015-08-07 Markus Metzger <markus.t.metzger@intel.com>
13949
13950 * lib/gdb.exp (skip_tsx_tests, skip_btrace_pt_tests): New.
13951 * gdb.btrace/instruction_history.exp: Update.
13952 * gdb.btrace/tsx.exp: New.
13953 * gdb.btrace/tsx.c: New.
13954
de1c2c52
PA
139552015-08-06 Pedro Alves <palves@redhat.com>
13956
13957 * gdb.reverse/step-precsave.exp: Use with_timeout_factor to
13958 increase timeout.
13959 * gdb.reverse/until-precsave.exp: Bump timeouts.
13960
782e0bf4
PA
139612015-08-06 Pedro Alves <palves@redhat.com>
13962
13963 * gdb.base/valgrind-infcall.exp: Issue a "disconnect".
13964
83e97ed0
PA
139652015-08-06 Pedro Alves <palves@redhat.com>
13966
13967 PR gdb/18749
13968 * gdb.threads/process-dies-while-handling-bp.c: New file.
13969 * gdb.threads/process-dies-while-handling-bp.exp: New file.
13970
863d01bd
PA
139712015-08-06 Pedro Alves <palves@redhat.com>
13972
13973 * gdb.threads/forking-threads-plus-breakpoint.exp: New file.
13974 * gdb.threads/forking-threads-plus-breakpoint.c: New file.
13975
0a39bb32
PA
139762015-08-05 Pedro Alves <palves@redhat.com>
13977
13978 * gdb.threads/next-while-other-thread-longjmps.c: New file.
13979 * gdb.threads/next-while-other-thread-longjmps.exp: New file.
13980
ee2d2b10
SL
139812015-08-03 Sandra Loosemore <sandra@codesourcery.com>
13982
13983 * gdb.base/bp-permanent.exp: Report test as unsupported if
13984 the target cannot stop at the permanent breakpoint.
13985
4e1bdb00
DE
139862015-08-03 Doug Evans <dje@google.com>
13987
13988 * gdb.perf/single-step.exp (SINGLE_STEP_COUNT): Change to 1000 from
13989 10000.
13990
3d338901
DE
139912015-08-03 Doug Evans <dje@google.com>
13992
13993 * Makefile.in (workers/%.worker, build-perf): New rule.
13994 (GDB_PERFTEST_MODE): New variable.
13995 (check-perf): Use it.
13996 (clean): Clean up gdb.perf parallel build subdirs.
13997 * lib/build-piece.exp: New file.
13998 * lib/gdb.exp (make_gdb_parallel_path): New function
13999 (standard_output_file, standard_temp_file): Call it.
14000 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
14001 of $GDB_PARALLEL.
14002 * lib/cache.exp (gdb_do_cache): Call make_gdb_parallel_path.
14003
af061d3e
DE
140042015-08-03 Doug Evans <dje@google.com>
14005
8e1afc81 14006 * gdb.perf/lib/perftest/reporter.py (SUM_FILE_NAME): New global.
af061d3e
DE
14007 (LOG_FILE_NAME): New global.
14008 (TextReporter.__init__): Initialize self.txt_sum.
14009 (TextReporter.report): Add support for multiple data-points.
14010 Move report to perftest.sum, put raw data in perftest.log.
14011 (TextReporter.start): Open sum and log files.
14012 (TextReporter.end): Close sum and log files.
8e1afc81
DE
14013 * gdb.perf/lib/perftest/testresult.py
14014 (SingleStatisticTestResult.record): Handle multiple data-points.
af061d3e 14015
2c8c5d37
PA
140162015-07-31 Pedro Alves <palves@redhat.com>
14017
14018 * gdb.base/attach-pie-misread.exp: Rename $res to $test_spawn_id.
14019 Use spawn_id_get_pid. Wait for spawn id after eof. Use
14020 kill_wait_spawned_process instead of explicit "kill -9".
14021 * gdb.base/attach-pie-noexec.exp: Adjust to spawn_wait_for_attach
14022 returning a spawn id instead of a pid. Use spawn_id_get_pid and
14023 kill_wait_spawned_process.
14024 * gdb.base/attach-twice.exp: Likewise.
14025 * gdb.base/attach.exp: Likewise.
14026 (do_command_attach_tests): Use gdb_spawn_with_cmdline_opts and
14027 gdb_test_multiple.
14028 * gdb.base/solib-overlap.exp: Adjust to spawn_wait_for_attach
14029 returning a spawn id instead of a pid. Use spawn_id_get_pid and
14030 kill_wait_spawned_process.
14031 * gdb.base/valgrind-infcall.exp: Likewise.
14032 * gdb.multi/multi-attach.exp: Likewise.
14033 * gdb.python/py-prompt.exp: Likewise.
14034 * gdb.python/py-sync-interp.exp: Likewise.
14035 * gdb.server/ext-attach.exp: Likewise.
14036 * gdb.threads/attach-into-signal.exp (corefunc): Use
14037 spawn_wait_for_attach, spawn_id_get_pid and
14038 kill_wait_spawned_process.
14039 * gdb.threads/attach-many-short-lived-threads.exp: Adjust to
14040 spawn_wait_for_attach returning a spawn id instead of a pid. Use
14041 spawn_id_get_pid and kill_wait_spawned_process.
14042 * gdb.threads/attach-stopped.exp (corefunc): Use
14043 spawn_wait_for_attach, spawn_id_get_pid and
14044 kill_wait_spawned_process.
14045 * gdb.base/break-interp.exp: Rename $res to $test_spawn_id.
14046 Use spawn_id_get_pid. Wait for spawn id after eof. Use
14047 kill_wait_spawned_process instead of explicit "kill -9".
14048 * lib/gdb.exp (can_spawn_for_attach): Adjust comment.
14049 (kill_wait_spawned_process, spawn_id_get_pid): New procedures.
14050 (spawn_wait_for_attach): Use spawn instead of exec to spawn
14051 processes. Don't map cygwin/windows pids here. Now returns a
14052 spawn id list.
14053
032a0fca
SL
140542015-07-30 Sandra Loosemore <sandra@codesourcery.com>
14055
14056 * gdb.cp/var-tag.exp (do_global_tests): Revert broken commit
14057 4bc4d42859e3b42c79c89295ef39944bdb3e6753 and apply the
14058 correct patch.
14059
61a934ca
SL
140602015-07-30 Sandra Loosemore <sandra@codesourcery.com>
14061
14062 * gdb.arch/ppc64-symtab-cordic.exp: Restrict to ppc64 targets.
14063
4bc4d428
SL
140642015-07-30 Sandra Loosemore <sandra@codesourcery.com>
14065
14066 Reapply:
14067 2014-05-21 Mark Wielaard <mjw@redhat.com>
14068
14069 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
14070
998d452a
PA
140712015-07-30 Pedro Alves <palves@redhat.com>
14072
14073 * linux-low.c (handle_extended_wait): Set the child's last
14074 reported status to TARGET_WAITKIND_STOPPED.
14075
69dde7dc
PA
140762015-07-30 Pedro Alves <palves@redhat.com>
14077
14078 PR threads/18600
14079 * gdb.threads/fork-plus-threads.exp: Test that "info inferiors"
14080 only shows inferior 1.
14081
4dd63d48
PA
140822015-07-30 Simon Marchi <simon.marchi@ericsson.com>
14083 Pedro Alves <palves@redhat.com>
14084
14085 PR threads/18600
14086 * gdb.threads/fork-plus-threads.c: New file.
14087 * gdb.threads/fork-plus-threads.exp: New file.
14088
d618e4c5
PP
140892015-07-29 Patrick Palka <patrick@parcs.ath.cx>
14090
14091 * gdb.base/batch-preserve-term-settings.exp
14092 (test_terminal_settings_preserved_after_cli_exit): Use
14093 send_quit_command.
14094
1eef6428
PA
140952015-07-29 Pedro Alves <palves@redhat.com>
14096 Don Breazeal <donb@codesourcery.com>
14097
14098 * gdb.base/multi-forks.exp (continue_to_exit_bp_loc): Expect
14099 output from both inferior_spawn_id and gdb_spawn_id.
14100
7da5b897
SDJ
141012015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
14102
14103 * gdb.threads/attach-into-signal.exp (corefunc): Use
14104 with_test_prefix on nested loops, uniquefying the test messages.
14105
dac804df
SDJ
141062015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
14107
14108 * gdb.python/py-objfile.exp: Fix typo that snuck in from my last
14109 commit.
14110
06265e53
PP
141112015-07-29 Patrick Palka <patrick@parcs.ath.cx>
14112
14113 * gdb.base/batch-preserve-term-settings.exp (send_quit_command):
14114 New proc.
14115 (test_terminal_settings_preserved_after_sigterm): New test.
14116
18206ca3
PP
141172015-07-29 Patrick Palka <patrick@parcs.ath.cx>
14118
14119 * gdb.base/batch-preserve-term-settings.exp
14120 (test_terminal_settings_preserved_after_cli_exit): New test.
14121
90074d11
PP
141222015-07-29 Patrick Palka <patrick@parcs.ath.cx>
14123
14124 * gdb.base/batch-preserve-term-settings.exp: Remove top-level
14125 manipulation of saved_gdbflags.
14126 (test_terminal_settings_preserved): Remove global declaration of
14127 the unused variable pagination_prompt. Remove manipulation of
14128 saved_gdbflags. Use a local variable EXTRA_GDBFLAGS instead of
14129 GDBFLAGS.
14130
eb1a7902
PA
141312015-07-29 Pedro Alves <palves@redhat.com>
14132
14133 * boards/gdbserver-base.exp: Don't set gdb,noinferiorio.
14134
8b75dd3b
PA
141352015-07-29 Pedro Alves <palves@redhat.com>
14136
14137 * gdb.base/interrupt.exp: Revert back to checking gdb,noinferiorio
14138 at the top.
14139
dedad4e3
PA
141402015-07-29 Pedro Alves <palves@redhat.com>
14141
14142 * gdb.base/call-ar-st.c: Include "../lib/unbuffer_output.c".
14143 (main): Call gdb_unbuffer_output.
14144 * gdb.base/call-rt-st.c: Include "../lib/unbuffer_output.c".
14145 (main): Call gdb_unbuffer_output.
14146 * gdb.base/call-strs.c: Include "../lib/unbuffer_output.c".
14147 (main): Call gdb_unbuffer_output.
14148 * gdb.base/call-strs.exp: Adjust to step over the
14149 gdb_unbuffer_output call.
14150 * gdb.base/catch-gdb-caused-signals.c: Include
14151 "../lib/unbuffer_output.c".
14152 (main): Call gdb_unbuffer_output.
14153 * gdb.base/dprintf.c: Include "../lib/unbuffer_output.c".
14154 (main): Call gdb_unbuffer_output.
14155 * gdb.base/ending-run.c: Include "../lib/unbuffer_output.c".
14156 (main): Call gdb_unbuffer_output.
14157 * gdb.base/run.c: Include "../lib/unbuffer_output.c".
14158 (main): Call gdb_unbuffer_output.
14159 * gdb.base/shlib-call.exp: Adjust to step over the
14160 gdb_unbuffer_output call.
14161 * gdb.base/shmain.c: Include "../lib/unbuffer_output.c".
14162 (main): Call gdb_unbuffer_output.
14163 * gdb.base/sizeof.c: Include "../lib/unbuffer_output.c".
14164 (main): Call gdb_unbuffer_output.
14165 * gdb.base/varargs.c: Include "../lib/unbuffer_output.c".
14166 (main): Rename to ...
14167 (test): ... this.
14168 (main): Reimplement.
14169 * gdb.base/varargs.exp: Run to test instead of to main.
14170 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
14171 (main): Call gdb_unbuffer_output.
14172
58789a91
PA
141732015-07-29 Pedro Alves <palves@redhat.com>
14174
14175 * gdb.mi/mi-dprintf.exp (mi_expect_dprintf): New procedure,
14176 factore out from mi_continue_dprintf. For call-style dprintfs,
14177 expect dprintf output out of $inferior_spawn_id.
14178 (mi_continue_dprintf): Use mi_expect_dprintf.
14179 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
14180 (main): Call gdb_unbuffer_output.
14181
e8376742
PA
141822015-07-29 Pedro Alves <palves@redhat.com>
14183
14184 * lib/mi-support.exp (mi_inferior_spawn_id): Delete.
14185 (default_mi_gdb_start): Set inferior_spawn_id instead of
14186 mi_inferior_spawn_id. If $inferior_spawn_id is not set, set it to
14187 gdb_spawn_id.
14188 (mi_gdb_test): Always expect inferior output from both
14189 $inferior_spawn_id and $gdb_spawn_id.
14190
08280010
PA
141912015-07-29 Pedro Alves <palves@redhat.com>
14192
14193 * gdb.gdb/selftest.exp (test_with_self): Update comment. Use
14194 send_inferior and $inferior_spawn_id.
14195
4d30e432
PA
141962015-07-29 Pedro Alves <palves@redhat.com>
14197
14198 * gdb.gdb/complaints.exp (test_initial_complaints)
14199 (test_serial_complaints, test_short_complaints): Use
14200 gdb_test_stdio.
14201 (test_empty_complaint): Handle $inferior_spawn_id !=
14202 $gdb_spawn_id.
14203
0d30a335
PA
142042015-07-29 Pedro Alves <palves@redhat.com>
14205
14206 * gdb.base/varargs.exp: Use gdb_test_stdio.
14207
39413b29
PA
142082015-07-29 Pedro Alves <palves@redhat.com>
14209
14210 * gdb.base/shlib-call.exp: Use gdb_test_stdio.
14211
7cb000a9
PA
142122015-07-29 Pedro Alves <palves@redhat.com>
14213
14214 * gdb.base/ending-run.exp: Use gdb_test_stdio.
14215
d7b8ac82
PA
142162015-07-29 Pedro Alves <palves@redhat.com>
14217
14218 * gdb.base/call-rt-st.exp (print_struct_call): Split "result"
14219 parameter into two new parameters, "inf_result" and "gdb_result".
14220 Expect inferior output and gdb output from $inferior_spawn_id and
14221 $gdb_spawn_id, respectively. Adjust all callers.
14222
789c3a0c
PA
142232015-07-29 Pedro Alves <palves@redhat.com>
14224
14225 * gdb.base/call-ar-st.exp: Use gdb_test_stdio+multi_line instead
14226 of gdb_test_sequence.
14227
77e760c3
PA
142282015-07-29 Pedro Alves <palves@redhat.com>
14229
14230 * gdb.base/a2-run.exp (saw_usage, saw_exit_wrapper)
14231 (saw_spurious_output): Expect inferior output from
14232 $inferior_spawn_id. Use gdb_test_stdio.
14233
8396d2cd
PA
142342015-07-29 Pedro Alves <palves@redhat.com>
14235
14236 * gdb.base/dprintf.exp: Use standard_testfile. Change
14237 prepare_for_testing call.
14238 (srcfile): Don't set.
14239 (restart): New procedure.
14240 (test_dprintf): New procecure, use to continue over dprintfs.
14241 (test_call, test_agent): New procedures, tests moved here.
14242 Restart gdb and recreate dprintfs. Adjust expected output.
14243
2051d61f
PA
142442015-07-29 Pedro Alves <palves@redhat.com>
14245
14246 * gdb.base/catch-gdb-caused-signals.exp: Use gdb_test_stdio.
14247
452397af
PA
142482015-07-29 Pedro Alves <palves@redhat.com>
14249
14250 * gdb.base/call-strs.exp: Use gdb_test_stdio instead of gdb_test.
14251
8aed9555
PA
142522015-07-29 Pedro Alves <palves@redhat.com>
14253
14254 * gdb.base/sizeof.exp (check_sizeof, check_valueof): Use
14255 gdb_test_stdio.
14256
188a61b4
PA
142572015-07-29 Pedro Alves <palves@redhat.com>
14258
14259 * lib/gdb.exp (gdb_test_stdio): New procedure.
14260
12264a45
PA
142612015-07-29 Pedro Alves <palves@redhat.com>
14262
14263 * gdb.base/restore.exp (restore_tests): Use gdb_continue_to_end.
14264
23ffc893
PA
142652015-07-29 Pedro Alves <palves@redhat.com>
14266
14267 * gdb.base/call-signal-resume.exp: Remove check for
14268 gdb,noinferiorio. Don't expect "no signal". Use gdb_test.
14269 * gdb.base/unwindonsignal.exp: Likewise.
14270 * gdb.base/call-signals.c (gen_signal): Remove printf call.
14271 * gdb.base/unwindonsignal.c (gen_signal): Likewise.
14272
65566918
PA
142732015-07-29 Pedro Alves <palves@redhat.com>
14274
14275 * gdb.base/siginfo-addr.c (pass): New function.
14276 (handler): Call it iff si_addr is correct.
14277 * gdb.base/siginfo-addr.exp: Remove gdb_skip_stdio_test check.
14278 Set a breakpoint at "pass" and continue to it.
14279
d60a9221
SDJ
142802015-07-28 Sergio Durigan Junior <sergiodj@redhat.com>
14281
14282 * gdb.python/py-objfile.exp: Make some tests have unique names.
14283 * gdb.python/py-pp-registration.exp: Likewise.
14284
bde40b8f
PA
142852015-07-28 Pedro Alves <palves@redhat.com>
14286
14287 * gdb.server/server-exec-info.exp: Issue a "disconnect".
14288
13e1dec8
SM
142892015-07-27 Simon Marchi <simon.marchi@ericsson.com>
14290
14291 * gdb.mi/mi-pending.c (thread_func): Replace return with return NULL.
14292
da33c9a7
SM
142932015-07-27 Simon Marchi <simon.marchi@ericsson.com>
14294
14295 * gdb.mi/mi-watch.exp (test_watchpoint_triggering): Remove xfail.
14296
077836f7
PP
142972015-07-27 Patrick Palka <patrick@parcs.ath.cx>
14298
14299 * gdb.base/gdb-sigterm-2.exp: New test.
14300
b8cc7b2e
DE
143012015-07-25 Doug Evans <xdje42@gmail.com>
14302
14303 Revert:
14304 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
14305 (workers/%.worker, build-perf): New rule.
14306 (GDB_PERFTEST_MODE): New variable.
14307 (check-perf): Use it.
14308 (clean): Clean up gdb.perf parallel build subdirs.
14309 * lib/build-piece.exp: New file.
14310 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
14311 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
14312 name.
14313 (standard_temp_file): Ditto.
14314 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
14315 of $GDB_PARALLEL.
14316
c8bd4544
DE
143172015-07-24 Doug Evans <dje@google.com>
14318
14319 * gdb.perf/lib/perftest/utils.py: New file.
14320 * gdb.perf/gm-hello.cc: New file.
14321 * gdb.perf/gm-pervasive-typedef.cc: New file.
14322 * gdb.perf/gm-pervasive-typedef.h: New file.
14323 * gdb.perf/gm-std.cc: New file.
14324 * gdb.perf/gm-std.h: New file.
14325 * gdb.perf/gm-use-cerr.cc: New file.
14326 * gdb.perf/gm-utils.h: New file.
14327 * gdb.perf/gmonster-null-lookup.py: New file.
14328 * gdb.perf/gmonster-pervasive-typedef.py: New file.
14329 * gdb.perf/gmonster-print-cerr.py: New file.
14330 * gdb.perf/gmonster-ptype-string.py: New file.
14331 * gdb.perf/gmonster-runto-main.py: New file.
14332 * gdb.perf/gmonster-select-file.py: New file.
14333 * gdb.perf/gmonster1-null-lookup.exp: New file.
14334 * gdb.perf/gmonster1-pervasive-typedef.exp: New file.
14335 * gdb.perf/gmonster1-print-cerr.exp: New file.
14336 * gdb.perf/gmonster1-ptype-string.exp: New file.
14337 * gdb.perf/gmonster1-runto-main.exp: New file.
14338 * gdb.perf/gmonster1-select-file.exp: New file.
14339 * gdb.perf/gmonster1.cc: New file.
14340 * gdb.perf/gmonster1.exp: New file.
14341 * gdb.perf/gmonster2-null-lookup.exp: New file.
14342 * gdb.perf/gmonster2-pervasive-typedef.exp: New file.
14343 * gdb.perf/gmonster2-print-cerr.exp: New file.
14344 * gdb.perf/gmonster2-ptype-string.exp: New file.
14345 * gdb.perf/gmonster2-runto-main.exp: New file.
14346 * gdb.perf/gmonster2-select-file.exp: New file.
14347 * gdb.perf/gmonster2.cc: New file.
14348 * gdb.perf/gmonster2.exp: New file.
14349
6eab34f3
DE
143502015-07-24 Doug Evans <dje@google.com>
14351
14352 * gdb.perf/README: New file.
14353 * lib/perftest.exp (tcl_string_list_to_python_list): New function.
14354 * lib/gen-perf-test.exp: New file.
14355
63738bfd
DE
143562015-07-24 Doug Evans <dje@google.com>
14357
14358 * lib/perftest.exp (PerfTest::compile): Unconditionally call body.
14359 (PerfTest::startup): New function.
14360 (PerfTest::run): Return result of calling body.
14361 (PerfTest::assemble): Rewrite.
14362 * gdb.perf/backtrace.exp (PerfTest::assemble): Update function result.
14363 * gdb.perf/disassemble.exp (PerfTest::assemble): Ditto.
14364 * gdb.perf/single-step.exp (PerfTest::assemble): Ditto.
14365 * gdb.perf/skip-prologue.exp (PerfTest::assemble): Ditto.
14366 * gdb.perf/solib.exp (PerfTest::assemble): Ditto.
14367
7b606f95
DE
143682015-07-24 Doug Evans <dje@google.com>
14369
14370 * lib/gdb.exp (clean_restart): Make executable optional.
14371
a97b16b8
DE
143722015-07-24 Doug Evans <dje@google.com>
14373
14374 * gdb.base/watchpoint.exp (test_complex_watchpoint): Remove
14375 compiler_info references.
14376 * gdb.cp/temargs.exp: Ditto.
14377 * lib/gdb.exp: Unset compiler_info instead of setting to "unknown".
14378 (get_compiler_info): Early exit if already computed. Set compiler_info
14379 to "unknown" if there was a problem.
14380 (test_compiler_info): Add function comment. Call get_compiler_info.
14381
35baa57f
DE
143822015-07-24 Doug Evans <dje@google.com>
14383
14384 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
14385 (workers/%.worker, build-perf): New rule.
14386 (GDB_PERFTEST_MODE): New variable.
14387 (check-perf): Use it.
14388 (clean): Clean up gdb.perf parallel build subdirs.
14389 * lib/build-piece.exp: New file.
14390 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
14391 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
14392 name.
14393 (standard_temp_file): Ditto.
14394 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
14395 of $GDB_PARALLEL.
14396
6ebea266
DE
143972015-07-24 Doug Evans <dje@google.com>
14398
14399 * lib/future.exp (gdb_default_target_compile): New option
14400 "early_flags".
14401 * lib/gdb.exp (gdb_compile): Undo debian's change in default of
14402 --as-needed.
14403
1e76a7e9
SDJ
144042015-07-24 Sergio Durigan Junior <sergiodj@redhat.com>
14405
14406 * gdb.base/catch-syscall.exp: Call gdb_exit before
14407 gdb_skip_xml_test.
14408
5068630a
PA
144092015-07-24 Pedro Alves <palves@redhat.com>
14410
14411 * gdb.python/py-events.exp: Accept output between the stop event
14412 and the prompt.
14413 * gdb.python/py-evsignal.exp: Likewise.
14414 * gdb.python/py-evthreads.exp: Likewise.
14415
77598427
PA
144162015-07-24 Pedro Alves <palves@redhat.com>
14417
14418 PR gdb/18717
14419 * gdb.threads/non-ldr-exit.c: New file.
14420 * gdb.threads/non-ldr-exit.exp: New file.
14421
11e6c98f
YQ
144222015-07-24 Yao Qi <yao.qi@linaro.org>
14423
14424 * gdb.server/ext-wrapper.exp: Test --wrapper option when
14425 restarting process.
14426
51aee833
YQ
144272015-07-24 Yao Qi <yao.qi@linaro.org>
14428
14429 * gdb.server/ext-restart.exp: New file.
14430
8cfe207c
YQ
144312015-07-24 Yao Qi <yao.qi@linaro.org>
14432
14433 * lib/gdbserver-support.exp (gdbserver_start_extended): Add
14434 argument options.
14435 * gdb.server/ext-wrapper.exp: New file.
14436
cc12ce38
DE
144372015-07-23 Doug Evans <dje@google.com>
14438
14439 * gdb.dwarf2/dw2-dummy-cu.S: New file.
14440 * gdb.dwarf2/dw2-dummy-cu.exp: New file.
14441
d0d84780
PMR
144422015-07-23 Pierre-Marie de Rodat <derodat@adacore.com>
14443
14444 * gdb.ada/var_arr_typedef.exp: New testcase.
14445 * gdb.ada/var_arr_typedef/pack.adb: New file.
14446 * gdb.ada/var_arr_typedef/pack.ads: New file.
14447 * gdb.ada/var_arr_typedef/var_arr_typedef.adb: New file.
14448
8b558f79
JB
144492015-07-20 Joel Brobecker <brobecker@adacore.com>
14450
14451 * gdb.ada/info_exc.exp: Adjust "info exceptions" expected output.
14452
775a3298
JK
144532015-07-16 Jan Kratochvil <jan.kratochvil@redhat.com>
14454
14455 * gdb.arch/i386-biarch-core.exp: Replace istarget
14456 by "complete set gnutarget". Remove expectation for the "core-file"
14457 command.
14458
db1ff28b
JK
144592015-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
14460
14461 Revert the previous commit:
14462 Tests for validate symbol file using build-id.
14463
0a94970d
JK
144642015-07-15 Aleksandar Ristovski <aristovski@qnx.com
14465
14466 Tests for validate symbol file using build-id.
14467 * gdb.base/solib-mismatch-lib.c: New file.
14468 * gdb.base/solib-mismatch-libmod.c: New file.
14469 * gdb.base/solib-mismatch.c: New file.
14470 * gdb.base/solib-mismatch.exp: New file.
14471
03346981
SL
144722015-07-15 Sandra Loosemore <sandra@codesourcery.com>
14473
14474 * gdb.base/sigaltstack.exp (finish_test): Add kfail for
14475 nios2-*-linux*.
14476 * gdb.base/sigbpt.exp (stepi_out): Likewise.
14477 * gdb.base/siginfo.exp: Likewise.
14478 * gdb.base/sigstep.exp (advance, advancei): Likewise.
14479
42422cc7
PL
144802015-07-15 Pierre Langlois <pierre.langlois@arm.com>
14481
14482 * gdb.base/range-stepping.exp (gdb_range_stepping_enabled):
14483 Move it to ...
14484 * lib/range-stepping-support.exp (gdb_range_stepping_enabled):
14485 ... here.
14486 * gdb.trace/range-stepping.exp: Check that the target supports
14487 range stepping.
14488
cfa68bae
JK
144892015-07-14 Jan Kratochvil <jan.kratochvil@redhat.com>
14490
14491 * gdb.arch/i386-biarch-core.exp: Fix comment typo.
14492
8ffdba26
PA
144932015-07-14 Pedro Alves <palves@redhat.com>
14494
14495 * gdb.base/killed-outside.exp: New file.
14496 * gdb.base/killed-outside.c: New file.
14497
218a5a11
JK
144982015-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
14499
14500 * gdb.asm/asm-source.exp (f at main): Stop at gdbasm_enter.
14501 (n at main): New.
14502 * gdb.asm/asmsrc1.s: Add comment "mark: main enter".
14503
e03ed3c6
AA
145042015-07-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
14505
14506 * gdb.base/gnu_vector.exp: On x86 and x86_64 targets, skip the
14507 infcall tests instead of setting up for KFAIL.
14508
485668e5
MM
145092015-07-10 Markus Metzger <markus.t.metzger@intel.com>
14510
14511 * gdb.btrace/record_goto-step.exp: New.
14512
08464196
JK
145132015-07-08 Jan Kratochvil <jan.kratochvil@redhat.com>
14514
14515 PR compile/18484
14516 * gdb.compile/compile.c (struct struct_type): Add volatile to
14517 selffield's type.
14518 * gdb.compile/compile.exp
14519 (compile code struct_object.selffield = &struct_object): Skip further
14520 struct_object tests if this one xfails.
14521
bcf5c1d9
RC
145222015-07-08 Robert O'Callahan <robert@ocallahan.org>
14523
14524 PR exp/18617
14525 * gdb.trace/ax.exp: Add test.
14526
4931af25
YQ
145272015-07-07 Yao Qi <yao.qi@linaro.org>
14528
14529 * gdb.arch/aarch64-atomic-inst.exp: Check is_aarch64_target
14530 instead of istarget "aarch64*-*-*".
14531 * gdb.arch/aarch64-fp.exp: Likewise.
14532 * gdb.base/float.exp: Likewise.
14533 * gdb.reverse/aarch64.exp: Likewise.
14534 * lib/gdb.exp (is_aarch64_target): New proc.
14535
9fcf688e
YQ
145362015-07-07 Yao Qi <yao.qi@linaro.org>
14537
14538 * lib/gdb.exp (is_aarch32_target): New proc.
14539 * gdb.arch/arm-bl-branch-dest.exp: Check is_aarch32_target
14540 instead of "istarget "arm*-*-*"".
14541 * gdb.arch/arm-disp-step.exp: Likewise.
14542 * gdb.arch/thumb-bx-pc.exp: Likewise.
14543 * gdb.arch/thumb-prologue.exp: Likewise.
14544 * gdb.arch/thumb-singlestep.exp: Likewise.
14545 * gdb.base/disp-step-syscall.exp: Likewise.
14546 * gdb.base/float.exp: Likewise.
14547
fbd8d50d
YQ
145482015-07-07 Yao Qi <yao.qi@linaro.org>
14549
14550 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch):
14551 Set arch1, arch2, syscall1_name, syscall2_name and syscall_number.
14552
71be1fdc
YQ
145532015-07-07 Yao Qi <yao.qi@linaro.org>
14554
14555 * gdb.multi/multi-arch-exec.exp: Set march1 and march2 to "" if target
14556 is aarch64. If target is aarch64, set compiler=${ARM_CC_FOR_TARGET}
14557 if it exists.
14558 * gdb.multi/multi-arch.exp: Likewise.
14559
3e221d36
SM
145602015-07-07 Simon Marchi <simon.marchi@ericsson.com>
14561
14562 * gdb.python/py-lazy-string.exp: Add missing parentheses to
14563 print.
14564
d441430b
YQ
145652015-07-07 Yao Qi <yao.qi@linaro.org>
14566
14567 * gdb.arch/thumb-singlestep.exp: Do one more single step.
14568
06f810bd
MG
145692015-06-30 Martin Galvan <martin.galvan@tallertechnologies.com>
14570
14571 * lib/gdb.exp (test_class_help): Remove the unneeded escaping of
14572 '[' and ']' characters.
14573
5e61e7c0
IB
145742015-06-30 Iain Buclaw <ibuclaw@gdcproject.org>
14575
14576 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
14577
28bf096c
PA
145782015-06-29 Pedro Alves <palves@redhat.com>
14579
14580 PR threads/18127
14581 * gdb.threads/hand-call-new-thread.c: New file.
14582 * gdb.threads/hand-call-new-thread.c: New file.
14583
ee93cd5e
KS
145842015-06-26 Keith Seitz <keiths@redhat.com>
14585 Doug Evans <dje@google.com>
14586
14587 PR 16253
14588 * gdb.cp/var-tag-2.cc: New file.
14589 * gdb.cp/var-tag-3.cc: New file.
14590 * gdb.cp/var-tag-4.cc: New file.
14591 * gdb.cp/var-tag.cc: New file.
14592 * gdb.cp/var-tag.exp: New file.
14593
fc637f04
PP
145942015-06-26 Patrick Palka <patrick@parcs.ath.cx>
14595
14596 * gdb.base/history-duplicates.exp: New test.
14597
2e52ae68
PP
145982015-06-26 Patrick Palka <patrick@parcs.ath.cx>
14599
14600 * gdb.base/completion.exp: Test the completion of the "focus"
14601 command.
14602
6e22494e
JK
146032015-06-26 Jan Kratochvil <jan.kratochvil@redhat.com>
14604
14605 * gdb.arch/amd64-prologue-skip.S: New file.
14606 * gdb.arch/amd64-prologue-skip.exp: New file.
14607
bf7b9cd9
SM
146082015-06-25 Simon Marchi <simon.marchi@ericsson.com>
14609
14610 * gdb.python/py-prettyprint.exp (run_lang_tests): Add
14611 is_address_zero_readable check.
14612
201e8dfd
PB
146132015-06-24 Peter Bergner <bergner@vnet.ibm.com>
14614
14615 * gdb.arch/powerpc-power.exp <rfebb>: Fixup test results.
14616 * gdb.arch/powerpc-power.s <rfebb>: Likewise.
14617
5cd867b4
YQ
146182015-06-24 Yao Qi <yao.qi@linaro.org>
14619
14620 * lib/gdb.exp (supports_get_siginfo_type): Return 1 for all
14621 linux targets.
14622
4d7be007
YQ
146232015-06-24 Yao Qi <yao.qi@linaro.org>
14624
14625 * lib/gdb.exp (supports_get_siginfo_type): New proc.
14626 * gdb.base/siginfo-obj.exp: Invoke supports_get_siginfo_type.
14627 * gdb.base/siginfo-thread.exp: Likewise.
14628
07fcd301
YQ
146292015-06-22 Yao Qi <yao.qi@linaro.org>
14630
14631 * boards/remote-gdbserver-on-localhost.exp: Add comments.
14632
52042a00
YQ
146332015-06-22 Yao Qi <yao.qi@linaro.org>
14634
14635 * lib/gdb.exp (skip_hw_breakpoint_tests): Return 0 for target
14636 aarch64*-*-*.
14637 (skip_hw_watchpoint_tests): Likewise.
14638
74bd41ce
PP
146392015-06-18 Patrick Palka <patrick@parcs.ath.cx>
14640
14641 * gdb.base/gdbinit-history.exp: Test the interaction between
14642 setting GDBHISTSIZE and setting the history size via .gdbinit.
14643
bc460514
PP
146442015-06-17 Patrick Palka <patrick@parcs.ath.cx>
14645
14646 PR gdb/16999
14647 * gdb.base/gdbhistsize-history.exp: New test.
14648
b58c513b
PP
146492015-06-17 Patrick Palka <patrick@parcs.ath.cx>
14650
14651 * gdb.base/gdbinit-history.exp: Replace occurrences of HISTSIZE
14652 with GDBHISTSIZE.
14653 * gdb.base/readline.exp: Likewise.
14654
92046791
YQ
146552015-06-17 Yao Qi <yao.qi@linaro.org>
14656
14657 * lib/gdb.exp (get_build_id): Move braces and "else" to the same
14658 line.
14659
2093d2d3
PP
146602015-06-17 Patrick Palka <patrick@parcs.ath.cx>
14661
14662 * gdb.base/gdbinit-history.exp: Add test case to check that
14663 an unlimited history file does not get truncated on exit.
14664
e6c693af
AA
146652015-06-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
14666
14667 * gdb.base/gnu_vector.c: Include stdarg.h and stdio.h.
14668 (VECTOR): New macro. Use it...
14669 (int4, uint4, char4, float4, int2, longlong2, float2, double2):
14670 ...for these typedefs.
14671 (int8, char1, int1, double1): New typedefs.
14672 (struct just_int2, struct two_int2): New structures.
14673 (add_some_intvecs, add_many_charvecs, add_various_floatvecs)
14674 (add_structvecs, add_singlevecs): New functions.
14675 (main): Call add_some_intvecs twice.
14676 * gdb.base/gnu_vector.exp: Drop GCC version check; just attempt
14677 the compile and exit upon failure. Try compiling for the "native"
14678 architecture. Test inferior function calls with vector arguments
14679 and vector return value handling with "finish" and "return".
14680
c74f7d1c
JT
146812015-06-10 Jon Turney <jon.turney@dronecode.org.uk>
14682
14683 * gdb.base/sepdebug.exp: Add EXEEXT where needed.
14684 * lib/gdb.exp (get_build_id): Teach how to extract build-id from a
14685 PE file.
14686 * lib/future.exp (gdb_find_objdump): Add gdb_find_objdump.
14687
98aa42ee
AT
146882015-06-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
14689
14690 PR breakpoints/16465
14691 * gdb.mi/mi-dprintf-pending.c: New file.
14692 * gdb.mi/mi-dprintf-pending.exp: New test.
14693 * gdb.mi/mi-dprintf-pendshr.c: New file.
14694
7d73c23c 146952015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
72f4393d 14696 Mircea Gherzan <mircea.gherzan@intel.com>
7d73c23c
WT
14697
14698 * gdb.arch/i386-mpx-map.c: New file.
14699 * gdb.arch/i386-mpx-map.exp: New File.
14700
147012015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
14702
14703 * gdb.arch/i386-mpx.c (have_mpx): Indentation fixed.
14704 * gdb.arch/i386-mpx.exp: Indentation fixed.
14705
147062015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
14707
14708 * gdb.arch/i386-mpx.c: Added final return to the have_mpx
14709 function and improved indentation.
14710 * gdb.arch/i386-mpx.exp: Exchanging gdb_send and gdb_expect for
14711 gdb_test_multiple. Added additional tests to skip the test.
14712
147132015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
14714
14715 * gdb.arch/i386-avx512.c: Change path in include file.
14716 * gdb.arch/i386-avx512.exp: Change include dir path
14717 compilation flag.
14718 * gdb.arch/i386-mpx.c: Change path in include file.
14719 * gdb.arch/i386-mpx.exp: Change include dir path compilation
14720 flag.
14721
d5eba19a
JK
147222015-06-04 Jan Kratochvil <jan.kratochvil@redhat.com>
14723
14724 * gdb.compile/compile-print.exp (compile print *vararray@3)
14725 (compile print *vararrayp@3): Change xfail to kfail compile/18489.
14726
7f361056
JK
147272015-06-03 Jan Kratochvil <jan.kratochvil@redhat.com>
14728
14729 * gdb.compile/compile.exp (keep jit in memory): Rename to ...
14730 (do not keep jit in memory): ... this.
14731 (expect 5): Change it to ...
14732 (expect no 5): ... this.
14733
3b462ec2
SM
147342015-06-02 Simon Marchi <simon.marchi@ericsson.com>
14735
14736 PR gdb/15564
14737 * gdb.mi/mi-detach.exp: New file.
14738
e0619de6
JK
147392015-06-01 Jan Kratochvil <jan.kratochvil@redhat.com>
14740
14741 PR symtab/18392
14742 * gdb.arch/amd64-tailcall-self.S: New file.
14743 * gdb.arch/amd64-tailcall-self.c: New file.
14744 * gdb.arch/amd64-tailcall-self.exp: New file.
14745
e970cb34
DB
147462015-05-28 Don Breazeal <donb@codesourcery.com>
14747
14748 * gdb.base/foll-vfork.exp (main): Disable exec-dependent
14749 tests for remote targets by checking is_target_gdbserver.
14750
b2e2f908
DE
147512015-05-27 Doug Evans <dje@google.com>
14752
14753 * gdb.dwarf2/opaque-type-lookup-2.c: New file.
14754 * gdb.dwarf2/opaque-type-lookup.c: New file.
14755 * gdb.dwarf2/opaque-type-lookup.exp: New file.
14756
82c7be31
DE
147572015-05-26 Doug Evans <dje@google.com>
14758
14759 * gdb.cp/iostream.cc: New file.
14760 * gdb.cp/iostream.exp: New file.
14761
b4f54984
DE
147622015-05-26 Doug Evans <dje@google.com>
14763
14764 * gdb.dwarf2/dw2-op-call.exp: Update.
14765 * gdb.dwarf2/dw4-sig-types.exp: Update.
14766 * gdb.dwarf2/implptr.exp: Update.
14767 * gdb.mi/mi-cmd-param-changed.exp: Update.
14768
4ea6efe9
DE
147692015-05-26 Doug Evans <dje@google.com>
14770
14771 * gdb.python/py-lazy-string.c: New file.
14772 * gdb.python/py-lazy-string.exp: New file.
14773 * gdb.python/py-prettyprint.c (lazystring) <len>: New member.
14774 (main): Update. Add estring3.
14775 * gdb.python/py-prettyprint.exp: Add tests for strings at address 0.
14776 * gdb.python/py-prettyprint.py (pp_ls): Handle length.
14777
f6bb7db3
YQ
147782015-05-26 Omair Javaid <omair.javaid@linaro.org>
14779 Yao Qi <yao.qi@linaro.org>
14780
14781 * gdb.reverse/aarch64.c: New.
14782 * gdb.reverse/aarch64.exp: New.
14783
a81bfbd0
OJ
147842015-05-26 Omair Javaid <omair.javaid@linaro.org>
14785
25d49b86
PA
14786 * lib/gdb.exp (supports_process_record): Return true for
14787 aarch64*-linux*.
a81bfbd0
OJ
14788 (supports_reverse): Likewise.
14789
158bf1b4
PP
147902015-05-22 Patrick Palka <patrick@parcs.ath.cx>
14791
14792 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
14793 Use with_test_prefix.
14794
a0145030
AB
147952015-05-21 Andrew Burgess <andrew.burgess@embecosm.com>
14796
14797 * gdb.base/completion.exp: Add test for completion of layout
14798 names.
14799
ebe3b578
AB
148002015-05-20 Andrew Burgess <andrew.burgess@embecosm.com>
14801
14802 * lib/gdb.exp (skip_tui_tests): New proc.
14803 * gdb.base/tui-layout.exp: Check skip_tui_tests.
14804
84204ed7
PA
148052015-05-19 Pedro Alves <palves@redhat.com>
14806
14807 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
14808 Save the whole env array instead of just HOME. Unset HISTSIZE in
14809 the environment while testing. Restore whole environment
14810 afterwards.
14811
37442ce1
DE
148122015-05-16 Doug Evans <xdje42@gmail.com>
14813
14814 * gdb.guile/scm-ports.c: New file.
14815 * gdb.guile/scm-ports.exp: Add memory port tests.
14816
36de76f9
JK
148172015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
14818
14819 * gdb.compile/compile-print.c: New file.
14820 * gdb.compile/compile-print.exp: New file.
14821
3a9558c4
JK
148222015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
14823
14824 * gdb.compile/compile-ops.exp: Cast param to void.
14825 * gdb.compile/compile.exp: Complete type for _gdb_expr.
14826 (compile code struct_object.selffield = &struct_object): Add xfail.
14827
aa715135
JG
148282015-05-15 Joel Brobecker <brobecker@adacore.com>
14829
14830 * gdb.ada/arr_enum_with_gap: New testcase.
14831
931e5bc3
JG
148322015-05-15 Joel Brobecker <brobecker@adacore.com>
14833
14834 * gdb.ada/byte_packed_arr: New testcase.
14835
9cd4d857
JB
148362015-05-15 Joel Brobecker <brobecker@adacore.com>
14837
14838 * gdb.ada/pckd_neg: New testcase.
14839
ebfd00d2
PP
148402015-05-13 Patrick Palka <patrick@parcs.ath.cx>
14841
14842 PR gdb/17820
14843 * gdb.base/gdbinit-history.exp: New test.
14844 * gdb.base/gdbinit-history/unlimited/.gdbinit: New file.
14845 * gdb.base/gdbinit-history/zero/.gdbinit: New file.
14846
4c082a81
SC
148472015-05-09 Siva Chandra Reddy <sivachandra@google.com>
14848
14849 * gdb.python/py-xmethods.cc: Enhance test case.
14850 * gdb.python/py-xmethods.exp: New tests.
14851 * gdb.python/py-xmethods.py (A_indexoper): New xmethod worker
14852 function.
14853 (B_indexoper): Likewise.
14854 (global_dm_list) : Add new xmethod worker functions.
14855
f7797074
SDJ
148562015-05-08 Sergio Durigan Junior <sergiodj@redhat.com>
14857
14858 * gdb.base/coredump-filter.exp: Correctly unset
14859 "coredump_var_addr" array.
14860
a4674e4e
PA
148612015-05-08 Pedro Alves <palves@redhat.com>
14862
14863 * gdb.server/non-existing-program.exp: Unset spawn_id.
14864
df2eb078
SC
148652015-05-08 Siva Chandra Reddy <sivachandra@google.com>
14866
14867 PR python/18291
14868 * gdb.python/py-xmethods.exp: Add tests.
14869
422349a3
YQ
148702015-05-08 Yao Qi <yao.qi@linaro.org>
14871
14872 PR gdb/18208
14873 * gdb.base/coredump-filter.c (set_coredump_filter): New function.
14874 * gdb.base/coredump-filter.exp (do_save_core): Call inferior
14875 function set_coredump_filter, and remove remote_exec call.
14876 Remove argument ipid. Callers update.
14877 (top level): Don't get inferior's PID.
14878
63fc80ce
AA
148792015-05-08 Andreas Arnez <arnez@linux.vnet.ibm.com>
14880
14881 * gdb.base/watch_thread_num.exp: Skip test on targets without
14882 access watchpoints.
14883
80ad801e
PA
148842015-05-06 Pedro Alves <palves@redhat.com>
14885
14886 PR server/18081
14887 * gdb.server/non-existing-program.exp: New file.
14888
0fa7fe50
JB
148892015-05-05 Joel Brobecker <brobecker@adacore.com>
14890
14891 * gdb.ada/out_of_line_in_inlined.exp: Add run and "bt" tests.
14892
3ea89b92
PMR
148932015-05-05 Joel Brobecker <brobecker@adacore.com>
14894
14895 * gdb.ada/out_of_line_in_inlined: New testcase.
14896
87b8eff0
JB
148972015-05-05 Joel Brobecker <brobecker@adacore.com>
14898
14899 * gdb.ada/var_rec_arr: New testcase.
14900
5fccc635
YQ
149012015-04-30 Yao Qi <yao.qi@linaro.org>
14902
14903 * gdb.base/break-idempotent.exp: If
14904 skip_hw_watchpoint_multi_tests returns true, skip the tests
14905 on "rwatch" and "awatch".
14906
42d38f42
YQ
149072015-04-30 Yao Qi <yao.qi@linaro.org>
14908
14909 * gdb.base/relativedebug.exp: Invoke gdb command
14910 "info sharedlibrary", and if libc.so doesn't have debug info,
14911 skip the test.
14912
2ce1cdbf
DE
149132015-04-29 Doug Evans <dje@google.com>
14914
14915 * gdb.python/py-xmethods.exp: Add ptype tests.
14916 * gdb.python/py-xmethods.py (E_method_char_worker): Add
14917 get_result_type method.
14918
f24a38c5
LM
149192015-04-29 Luis Machado <lgustavo@codesourcery.com>
14920
14921 * gdb.base/watch-bitfields.exp: Switch to software watchpoints if
14922 the target does not support hardware watchpoints.
14923
ecbf2b3c
LM
149242015-04-29 Luis Machado <lgustavo@codesourcery.com>
14925
14926 * gdb.base/break-always.exp: Abort testing if writing to memory
14927 causes an error.
14928
34f5f757
DE
149292015-04-28 Doug Evans <dje@google.com>
14930
14931 * gdb.python/py-pp-maint.py: Move "replace" testing to ...
14932 * gdb.python/py-pp-registration.exp: ... here. New file.
14933 * gdb.python/py-pp-registration.c: New file.
14934 * gdb.python/py-pp-registration.py: New file.
14935
69b4374a
DE
149362015-04-28 Doug Evans <dje@google.com>
14937
14938 * gdb.python/py-bad-printers.c: New file.
14939 * gdb.python/py-bad-printers.py: New file.
14940 * gdb.python/py-bad-printers.exp: New file.
14941
59fb7612
SS
149422015-04-28 Sasha Smundak <asmundak@google.com>
14943
14944 * gdb.python/py-type.exp: New test.
14945
2631b16a
AW
149462015-04-28 Andy Wingo <wingo@igalia.com>
14947
14948 * gdb.python/py-parameter.exp:
14949 * gdb.guile/scm-parameter.exp: Escape the path that we are
14950 matching against, as it might contain characters that are special
14951 to regular expressions.
14952
460efde1
JB
149532015-04-27 Joel Brobecker <brobecker@adacore.com>
14954
14955 * gdb.ada/rec_comp: New testcase.
14956
2d369d8e
SDJ
149572015-04-26 Sergio Durigan Junior <sergiodj@redhat.com>
14958
14959 * gdb.base/coredump-filter.exp: Clear variable "coredump_var_addr"
14960 before using it.
14961
cf75d6c3
AB
149622015-04-24 Andrew Burgess <andrew.burgess@embecosm.com>
14963
14964 * gdb.base/dump.exp: Add *.verilog files to all_files list. Add
14965 new tests for verilog output.
14966
8dbe7ca5
YQ
149672015-04-24 Yao Qi <yao.qi@linaro.org>
14968
14969 * boards/remote-gdbserver-on-localhost.exp: New file.
14970
4ef9fb2f
PA
149712015-04-23 Pedro Alves <palves@redhat.com>
14972
14973 * gdb.base/interrupt.exp: Use an indirect spawn id list holding
14974 $inferior_spawn_id instead of $inferior_spawn_id directly. On
14975 "end of file", remove $inferior_spawn_id from the indirect list.
14976
0a803169
PA
149772015-04-23 Pedro Alves <palves@redhat.com>
14978
14979 * gdb.base/interrupt.exp: Rename saw_eof to saw_end_of_file.
14980
749ef8f8
PA
149812015-04-23 Pedro Alves <palves@redhat.com>
14982
14983 * lib/gdb.exp (gdb_test_multiple): Match eof/full_buffer/timeout
14984 on $any_spawn_id instead of only on $gdb_spawn_id.
14985
8aae4344
PM
149862015-04-21 Pierre Muller <muller@sourceware.org>
14987
14988 PR pascal/17815
14989 * lib/pascal.exp (gpc_compile): Add new option "class".
14990 (fpc_compile): Likewise.
14991 * gdb.pascal/case-insensitive-symbols.pas: New file.
14992 * gdb.pascal/case-insensitive-symbols.exp: New file.
14993
1586c8fb
GB
149942015-04-20 Gary Benson <gbenson@redhat.com>
14995
14996 * gdb.base/attach.exp: Fix three extended remote failures.
14997
1b6e6f5c
GB
149982015-04-17 Gary Benson <gbenson@redhat.com>
14999
15000 * gdb.server/server-exec-info.exp: Inhibit GDB from accessing
15001 the main executable over the remote protocol.
15002
e797481d
PA
150032015-04-16 Pedro Alves <palves@redhat.com>
15004
15005 * boards/native-extended-gdbserver.exp (mi_gdb_start): Don't start
15006 a new gdbserver if gdbserver_reconnect_p is set.
15007
1ca99c42
PA
150082015-04-16 Pedro Alves <palves@redhat.com>
15009
15010 * lib/gdbserver-support.exp (gdb_exit): If gdbserver_reconnect_p
15011 is set, don't exit gdbserver.
15012
af9fd6f8
AA
150132015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
15014
15015 * gdb.arch/s390-vregs.S (change_vrs): Replace exrl by an
15016 appropriate .insn, such that an older assembler can be used.
15017 * gdb.arch/s390-vregs.exp: Add the compile flag -mzarch, to enable
15018 the z/Architecture instruction set on 31-bit targets as well.
15019
04ff1e61
AA
150202015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
15021
15022 * gdb.go/handcall.exp: Remove all logic related to the first
15023 breakpoint and rely on go_runto_main instead.
15024 * gdb.go/strings.exp: Likewise.
15025 * gdb.go/unsafe.exp: Likewise.
15026 * gdb.go/hello.exp: Likewise. Also rename the remaining
15027 breakpoint marker to "breakpoint 1".
15028 * gdb.go/handcall.go: Remove comment "set breakpoint 1 here".
15029 * gdb.go/strings.go: Likewise.
15030 * gdb.go/unsafe.go: Likewise.
15031 * gdb.go/hello.go: Likewise. Also remove the second occurrence of
15032 "set breakpoint 2 here" and rename the remaining breakpoint marker
15033 to "breakpoint 1".
15034
40d2f8d6
SM
150352015-04-15 Simon Marchi <simon.marchi@ericsson.com>
15036
15037 * gdb.python/py-framefilter.py (ErrorFilter.filter): Use map function
15038 if itertools.imap is not present.
15039 * gdb.python/py-objfile.exp: Add parentheses.
15040 * gdb.python/py-type.exp: Same.
15041 * gdb.python/py-unwind-maint.py: Same.
15042
8cbc97c6
YQ
150432015-04-15 Yao Qi <yao.qi@linaro.org>
15044
15045 * gdb.dwarf2/dynarr-ptr.exp (assemble): Use $ptr_size instead
15046 of ":$ptr_size" and set its form explicitly.
15047
45fd756c
YQ
150482015-04-15 Pedro Alves <palves@redhat.com>
15049 Yao Qi <yao.qi@linaro.org>
15050
15051 * gdb.base/watch-bitfields.exp (test_watch_location): Increase
15052 timeout by factor of 4.
15053 (test_regular_watch): Likewise.
15054 * gdb.base/watchpoint-solib.exp: Use with_timeout_factor.
15055 * gdb.reverse/sigall-reverse.exp: Likewise.
15056 * gdb.reverse/until-precsave.exp: Likewise.
15057 * lib/gdb.exp (with_timeout_factor): New proc.
15058 (gdb_expect): Move some code to ...
15059 (get_largest_timeout): ... here. New procedure.
15060
9e811bc3
LM
150612015-04-14 Luis Machado <lgustavo@codesourcery.com>
15062
15063 * gdb.base/bp-permanent.exp (test): Reinstate correct test message.
15064
0ff6fcb2
LM
150652015-04-13 Luis Machado <lgustavo@codesourcery.com>
15066
15067 * gdb.base/bp-permanent.exp (test): Handle the case of being unable
15068 to write to the .text section.
15069
7578d5f7
LM
150702015-04-13 Luis Machado <lgustavo@codesourcery.com>
15071
15072 * gdb.base/coredump-filter.exp: Restrict test to Linux systems only.
15073 Handle the case of targets that do not provide PID information.
15074
2efe15c4
YQ
150752015-04-13 Yao Qi <yao.qi@linaro.org>
15076
15077 * lib/gdbserver-support.exp (gdb_exit): Catch exception
15078 and use expect instead of gdb_expect.
15079
8cd8f2f8
SDJ
150802015-04-13 Sergio Durigan Junior <sergiodj@redhat.com>
15081
15082 * gdb.base/coredump-filter.exp: Rename variable "addr" to
15083 "coredump_var_addr" to avoid naming conflict with other testcases.
15084
9ee41772
PA
150852015-04-10 Pedro Alves <palves@redhat.com>
15086
15087 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp: Use
15088 gdb_test_sequence and gdb_assert.
15089
07473109
PA
150902015-04-10 Pedro Alves <palves@redhat.com>
15091
15092 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Use
15093 test messages that don't include the breakpoint address.
15094
de3db44c
YQ
150952015-04-10 Yao Qi <yao.qi@linaro.org>
15096
15097 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): Return
15098 false for some offset and width combinations which aren't
15099 supported by linux kernel.
15100
c79d856c
PA
151012015-04-10 Pedro Alves <palves@redhat.com>
15102
15103 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): New
15104 procedure, factored out from ...
15105 (top level): ... here. Add "set displaced-stepping" testing axis.
15106 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): New
15107 parameter "displaced". Use it.
15108 (top level): Use foreach and add "set displaced-stepping" testing
15109 axis.
15110
ebc90b50
PA
151112015-04-10 Pedro Alves <palves@redhat.com>
15112
15113 * gdb.threads/step-over-trips-on-watchpoint.c (child_function):
15114 Remove comment.
15115 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Find
15116 both the address of the instruction that triggers the watchpoint
15117 and the address of the instruction immediately after, and use
15118 those addresses for the test. Fix comment.
15119
8f572e5c
PA
151202015-04-10 Pedro Alves <palves@redhat.com>
15121
15122 * gdb.base/sigstep.exp (breakpoint_to_handler)
15123 (breakpoint_to_handler_entry): New parameter 'displaced'. Use it.
15124 Test "backtrace" in handler.
15125 (breakpoint_over_handler): New parameter 'displaced'. Use it.
15126 (top level): Add new "displaced" test axis to
15127 breakpoint_to_handler, breakpoint_to_handler_entry and
15128 breakpoint_over_handler.
15129
8d707a12
PA
151302015-04-10 Pedro Alves <palves@redhat.com>
15131
15132 PR gdb/18216
15133 * gdb.threads/multiple-step-overs.exp: Remove expected eof.
15134
ef713951
YQ
151352015-04-10 Yao Qi <yao.qi@linaro.org>
15136
15137 * gdb.arch/arm-disp-step.S (main): Call test_add_rn_pc.
15138 (test_add_rn_pc): New function.
15139 * gdb.arch/arm-disp-step.exp (test_add_rn_pc): New proc.
15140 (top level): Invoke test_add_rn_pc.
15141
906d60cf
PA
151422015-04-10 Pedro Alves <palves@redhat.com>
15143
15144 PR gdb/13858
15145 * gdb.base/step-over-no-symbols.exp: New file.
15146
f2983cc3
AW
151472015-04-09 Andy Wingo <wingo@igalia.com>
15148
15149 * gdb.guile/scm-frame.exp: Add frame-read-register tests, modelled
15150 after the Python tests.
15151
6d62641c
SDJ
151522015-04-08 Keith Seitz <keiths@redhat.com>
15153
15154 PR python/16699
15155 * gdb.python/py-completion.exp: New tests for completion.
15156 * gdb.python/py-completion.py (CompleteLimit1): New class.
15157 (CompleteLimit2): Likewise.
15158 (CompleteLimit3): Likewise.
15159 (CompleteLimit4): Likewise.
15160 (CompleteLimit5): Likewise.
15161 (CompleteLimit6): Likewise.
15162 (CompleteLimit7): Likewise.
15163
f3770638
PA
151642015-04-08 Pedro Alves <palves@redhat.com>
15165
15166 PR gdb/18214
15167 PR gdb/18216
15168 * gdb.threads/multiple-step-overs.c (sigusr1_handler): New
15169 function.
15170 (main): Install it as SIGUSR1 handler.
15171 * gdb.threads/multiple-step-overs.exp (setup): Remove 'prefix'
15172 parameter. Always use "setup" as prefix. Toggle "set
15173 displaced-stepping" off/on depending on global. Don't switch to
15174 thread 1 here.
15175 (top level): Add displaced stepping "off/on" test axis. Update
15176 "setup" calls. Wrap each subtest with with_test_prefix. Test
15177 continuing with a queued signal in each thread.
15178
4496bed7
PA
151792015-04-08 Pedro Alves <palves@redhat.com>
15180
15181 * gdb.trace/actions.exp: Use gdb_load before gdb_run_cmd.
15182 * gdb.trace/infotrace.exp: Use gdb_load before gdb_run_cmd. Use
15183 gdb_breakpoint instead of gdb_test that doesn't expect anything.
15184 Return early if running to main fails.
15185 * gdb.trace/while-stepping.exp: Likewise.
15186
b97fde92
PA
151872015-04-07 Pedro Alves <palves@redhat.com>
15188
15189 * gdb.base/interrupt.exp: Don't skip if $inferior_spawn_id !=
15190 $gdb_spawn_id. Use send_inferior and $inferior_spawn_id to
15191 interact with inferior program.
15192
f71c18e7
PA
151932015-04-07 Pedro Alves <palves@redhat.com>
15194
15195 * lib/gdb.exp (inferior_spawn_id): New global.
15196 (gdb_test_multiple): Handle "-i". Reset the spawn id to GDB's
15197 spawn id after processing the user code.
15198 (default_gdb_start): Set inferior_spawn_id.
15199 (send_inferior): New procedure.
15200 * lib/gdbserver-support.exp (gdbserver_start): Set
15201 inferior_spawn_id.
15202 (close_gdbserver, gdb_exit): Unset inferior_spawn_id.
15203
6423214f
PA
152042015-04-07 Pedro Alves <palves@redhat.com>
15205
15206 * lib/gdb.exp (gdb_finish): Delete persistent gdbserver handling.
15207 * lib/gdbserver-support.exp (gdbserver_start): Make
15208 $server_spawn_id global.
15209 (gdbserver_start): Don't wait for gdbserver's spawn id with
15210 expect_background.
15211 (close_gdbserver): New procedure.
15212 (gdb_exit): Rename the default version and reimplement.
15213
71c0ee8c
PA
152142015-04-07 Pedro Alves <palves@redhat.com>
15215
72f4393d 15216 * lib/gdb.exp (gdb_test_multiple): When processing an argument,
71c0ee8c
PA
15217 append the substituted item, not the original item.
15218
203bc29b
PA
152192015-04-07 Pedro Alves <palves@redhat.com>
15220
15221 * gdb.base/interrupt.exp: Use gdb_test_multiple instead of
15222 gdb_expect.
15223
508a3ddf
PA
152242015-04-07 Pedro Alves <palves@redhat.com>
15225
15226 * gdb.base/interrupt.exp: Don't handle the case of the inferior
15227 output appearing once only.
15228
9f6dbe2b
PA
152292015-04-07 Pedro Alves <palves@redhat.com>
15230
15231 * gdb.trace/actions.exp: Use gdb_breakpoint instead of gdb_test
15232 that doesn't expect anything. Return early if running to main
15233 fails.
15234
337532fa
YQ
152352015-04-07 Yao Qi <yao.qi@linaro.org>
15236
15237 * gdb.threads/non-stop-fair-events.c (SECONDS): New macro.
15238 (child_function): Call alarm.
15239 (main): Move call to alarm into the loop.
15240 * gdb.threads/non-stop-fair-events.exp: Build program with
15241 -DTIMEOUT=$timeout.
15242
01b622d4
DE
152432015-04-06 Doug Evans <xdje42@gmail.com>
15244
15245 * lib/pascal.exp (gpc_compile): Rename dest arg to destfile.
15246 Fix dest parameter to board_info.
15247 (fpc_compile): Ditto.
15248 (gdb_compile_pascal): Rename dest arg to destfile.
15249
961f4160
PMR
152502015-04-03 Pierre-Marie de Rodat <derodat@adacore.com>
15251
15252 * gdb.ada/funcall_ref.exp: New file.
15253 * gdb.ada/funcall_ref/foo.adb: New file.
15254
cafda597
YQ
152552015-04-02 Yao Qi <yao.qi@linaro.org>
15256
15257 * gdb.threads/no-unwaited-for-left.exp: Set up kfail if target
15258 is remote.
15259
fed040c6
GB
152602015-04-02 Gary Benson <gbenson@redhat.com>
15261
15262 * gdb.base/break-probes.exp: Cope with "target:" sysroot.
15263
d11916aa
SS
152642015-04-01 Sasha Smundak <asmundak@google.com>
15265
15266 * gdb.python/py-unwind-maint.c: New file.
15267 * gdb.python/py-unwind-maint.exp: New test.
15268 * gdb.python/py-unwind-maint.py: New file.
15269 * gdb.python/py-unwind.c: New file.
15270 * gdb.python/py-unwind.exp: New test.
15271 * gdb.python/py-unwind.py: New test.
15272
a1471180
PA
152732015-04-01 Pedro Alves <palves@redhat.com>
15274
15275 * gdb.threads/manythreads.exp (interrupt_and_wait): Pass $message
15276 to fail instead of non-existent $test.
15277
0bbeccb1
PA
152782015-04-01 Pedro Alves <palves@redhat.com>
15279
15280 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): Append space to
15281 GDBFLAGS if not empty.
15282
3c724c8c
PMR
152832015-04-01 Pierre-Marie de Rodat <derodat@adacore.com>
15284
15285 * gdb.ada/complete.exp: Remove "multi_line".
15286 * gdb.ada/info_exc.exp: Remove "multi_line".
15287 * gdb.ada/packed_tagged.exp: Remove "multi_line".
15288 * gdb.ada/ptype_field.exp: Remove "multi_line".
15289 * gdb.ada/sym_print_name.exp: Remove "multi_line".
15290 * gdb.ada/tagged.exp: Remove "multi_line".
15291 * gdb.btrace/buffer-size.exp: Replace [join [list ...]] with
15292 [multi_line ...]
15293 * gdb.btrace/delta.exp: Likewise.
15294 * gdb.btrace/exception.exp: Likewise.
15295 * gdb.btrace/function_call_history.exp: Likewise.
15296 * gdb.btrace/instruction_history.exp: Likewise.
15297 * gdb.btrace/nohist.exp: Likewise.
15298 * gdb.btrace/record_goto.exp: Likewise.
15299 * gdb.btrace/segv.exp: Likewise.
15300 * gdb.btrace/stepi.exp: Likewise.
15301 * gdb.btrace/tailcall.exp: Likewise.
15302 * gdb.btrace/unknown_functions.exp: Likewise.
15303 * gdb.dwarf2/dw2-undefined-ret-addr.exp: Likewise.
15304 * lib/gdb.exp: Add the "multi_line" helper.
15305
4eec2deb
PA
153062015-04-01 Pedro Alves <palves@redhat.com>
15307
15308 * gdb.threads/tid-reuse.c: New file.
15309 * gdb.threads/tid-reuse.exp: New file.
15310
df8411da
SDJ
153112015-03-31 Sergio Durigan Junior <sergiodj@redhat.com>
15312
15313 PR corefiles/16092
15314 * gdb.base/coredump-filter.c: New file.
15315 * gdb.base/coredump-filter.exp: Likewise.
15316
6ef37366
PM
153172015-03-27 Petr Machata <pmachata@redhat.com>
15318
15319 * lib/dwarf.exp (Dwarf::_handle_DW_FORM): Handle DW_FORM_sec_offset.
15320 (Dwarf::_line_count, Dwarf::_line_saw_file): New variables.
15321 (Dwarf::assemble): Initialize them.
15322 (Dwarf::lines): New function.
15323
7ec911b0
JT
153242015-03-26 Jon Turney <jon.turney@dronecode.org.uk>
15325
15326 * lib/gdb.exp (gdb_target_symbol_prefix_flags): Don't set
15327 SYMBOL_PREFIX for x86_64-*-cygwin.
15328
ff908ebf
AW
153292015-03-26 Andy Wingo <wingo@igalia.com>
15330
15331 PR symtab/18148
15332 * gdb.dwarf2/dw2-intercu.S (one, two): Add variables that have a
15333 const_value but not a location.
15334 * gdb.dwarf2/dw2-intercu.exp: Add tests that constants without
15335 location defined in non-main CUs are visible.
15336
6d5f0679
YQ
153372015-03-26 Yao Qi <yao.qi@linaro.org>
15338
15339 PR testsuite/18139
15340 * gdb.linespec/break-asm-file0.s (func): New label .Lfunc_2.
15341 Add a line number entry for the same line.
15342 * gdb.linespec/break-asm-file1.s (func): New label .Lfunc_2.
15343 Add a line number entry for the same line.
15344
2898689b
YQ
153452015-03-26 Yao Qi <yao.qi@linaro.org>
15346
15347 * gdb.linespec/break-asm-file0.s (func2): Use nop instead of
15348 .int 0.
15349 (func): Likewise. Add .Lfunc_1 label.
15350 Use .Lfunc_1 label.
15351 * gdb.linespec/break-asm-file1.s (func3): Use nop instead of
15352 .int 0.
15353 (func): Likewise.
15354 Use .Lfunc_1 label.
15355
85180498
YQ
153562015-03-26 Yao Qi <yao.qi@linaro.org>
15357
15358 * gdb.linespec/break-asm-file.exp: Don't call prepare_for_testing.
15359 Call gdb_compile instead to compile each .s files without debug
15360 information.
15361
8aa08a8d
YQ
153622015-03-26 Yao Qi <yao.qi@linaro.org>
15363
15364 * gdb.base/savedregs.exp (process_saved_regs): Make
15365 "Saved registers:" optional in the pattern.
15366
66849923
MM
153672015-03-25 Markus Metzger <markus.t.metzger@intel.com>
15368
15369 * gdb.btrace/next.exp: Merged into step.exp.
15370 * gdb.btrace/finish.exp: Merged into step.exp.
15371 * gdb.btrace/nexti.exp: Merged into stepi.exp.
15372 * gdb.btrace/step.exp: Use record_goto.c as test file. Avoid using
15373 "record goto" and checking the exact replay position.
15374 * gdb.btrace/stepi.exp: Choose test file based on target. Do not
15375 check for "Recording format" in "info record" output.
15376 * gdb.btrace/record_goto.exp: Choose test file based on target.
15377 * gdb.btrace/x86-record_goto.S: Renamed into ...
15378 * gdb.btrace/x86_64-record_goto.S: ... this.
15379 * gdb.btrace/i686-record_goto.S: New.
15380 * gdb.btrace/x86-tailcall.S: Renamed into ...
15381 * gdb.btrace/x86_64-tailcall.S: ... this.
15382 * gdb.btrace/i686-tailcall.S: New.
15383 * gdb.btrace/x86-tailcall.c: Renamed into ...
15384 * gdb.btrace/tailcall.c: ... this. Split "return ++answer" into two
15385 separate statements. Update test.
15386 * gdb.btrace/delta.exp: Use record_goto.c as test file.
15387 * gdb.btrace/gcore.exp: Use record_goto.c as test file.
15388 * gdb.btrace/nohist.exp: Use record_goto.c as test file.
15389 * gdb.btrace/tailcall.exp: Choose test file based on target.
15390 * gdb.btrace/Makefile.in: Remove next, finish, and nexti.
15391
11cc1b74
MM
153922015-03-25 Markus Metzger <markus.t.metzger@intel.com>
15393
15394 * gdb.btrace/exception.exp: Increase BTS buffer size.
15395
a25d8bf9
PA
153962015-03-24 Pedro Alves <palves@redhat.com>
15397
15398 * gdb.threads/no-unwaited-for-left.exp: Test "thread apply all".
15399
856e7dd6
PA
154002015-03-24 Pedro Alves <palves@redhat.com>
15401
15402 * gdb.threads/schedlock.exp (test_step): No longer expect that
15403 "set scheduler-locking step" with "next" over a function call runs
15404 threads unlocked.
15405
ad235a41
AT
154062015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
15407
15408 * gdb.mi/mi-pending.exp: Fix output of breakpoint test.
15409
15630549
AT
154102015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
15411
15412 PR breakpoints/16466
15413 * gdb.mi/Makefile.in: Add mi-pendshr2.sl to cleanup.
15414 * gdb.mi/mi-pending.c (thread_func): New function.
15415 (int main): Add threading support required.
15416 * gdb.mi/mi-pending.exp: Add tests for this issue.
15417 * gdb.mi/mi-pendshr.c (pendfunc1): Remove stdio dependency.
15418 (pendfunc2): Remove stdio dependency.
15419 * gdb.mi/mi-pendshr2.c: New file.
15420
693dca06
KS
154212015-03-23 Keith Seitz <keiths@redhat.com>
15422
15423 * gdb.linespec/keywords.c: New file.
15424 * gdb.linespec/keywords.exp: New file.
15425
7e993ebf
KS
154262015-03-23 Keith Seitz <keiths@redhat.com>
15427
15428 PR gdb/18021
15429 * gdb.dwarf2/staticvirtual.exp: New test.
15430
bc23328c
JK
154312015-03-20 Jan Kratochvil <jan.kratochvil@redhat.com>
15432
15433 * Makefile.in (ALL_SUBDIRS): Remove gdb.hp.
15434 * README: Remove HP-UX and gdb.hp.
15435 (configuration):
15436 * configure: Regenerate.
15437 * configure.ac (AC_OUTPUT): Remove gdb.hp/Makefile,
15438 gdb.hp/gdb.objdbg/Makefile, gdb.hp/gdb.base-hp/Makefile,
15439 gdb.hp/gdb.aCC/Makefile, gdb.hp/gdb.compat/Makefile,
15440 gdb.hp/gdb.defects/Makefile.
15441 * gdb.hp/Makefile.in: File deleted.
15442 * gdb.hp/gdb.aCC/Makefile.in: File deleted.
15443 * gdb.hp/gdb.aCC/optimize.c: File deleted.
15444 * gdb.hp/gdb.aCC/optimize.exp: File deleted.
15445 * gdb.hp/gdb.aCC/run.c: File deleted.
15446 * gdb.hp/gdb.aCC/watch-cmd.exp: File deleted.
15447 * gdb.hp/gdb.base-hp/Makefile.in: File deleted.
15448 * gdb.hp/gdb.base-hp/callfwmall.c: File deleted.
15449 * gdb.hp/gdb.base-hp/callfwmall.exp: File deleted.
15450 * gdb.hp/gdb.base-hp/dollar.c: File deleted.
15451 * gdb.hp/gdb.base-hp/dollar.exp: File deleted.
15452 * gdb.hp/gdb.base-hp/genso-thresh.c: File deleted.
15453 * gdb.hp/gdb.base-hp/hwwatchbus.c: File deleted.
15454 * gdb.hp/gdb.base-hp/hwwatchbus.exp: File deleted.
15455 * gdb.hp/gdb.base-hp/pxdb.c: File deleted.
15456 * gdb.hp/gdb.base-hp/pxdb.exp: File deleted.
15457 * gdb.hp/gdb.base-hp/reg-pa64.exp: File deleted.
15458 * gdb.hp/gdb.base-hp/reg-pa64.s: File deleted.
15459 * gdb.hp/gdb.base-hp/reg.exp: File deleted.
15460 * gdb.hp/gdb.base-hp/reg.s: File deleted.
15461 * gdb.hp/gdb.base-hp/sized-enum.c: File deleted.
15462 * gdb.hp/gdb.base-hp/sized-enum.exp: File deleted.
15463 * gdb.hp/gdb.base-hp/so-thresh.exp: File deleted.
15464 * gdb.hp/gdb.base-hp/so-thresh.mk: File deleted.
15465 * gdb.hp/gdb.base-hp/so-thresh.sh: File deleted.
15466 * gdb.hp/gdb.compat/Makefile.in: File deleted.
15467 * gdb.hp/gdb.compat/average.c: File deleted.
15468 * gdb.hp/gdb.compat/sum.c: File deleted.
15469 * gdb.hp/gdb.compat/xdb.c: File deleted.
15470 * gdb.hp/gdb.compat/xdb0.c: File deleted.
15471 * gdb.hp/gdb.compat/xdb0.h: File deleted.
15472 * gdb.hp/gdb.compat/xdb1.c: File deleted.
15473 * gdb.hp/gdb.compat/xdb1.exp: File deleted.
15474 * gdb.hp/gdb.compat/xdb2.exp: File deleted.
15475 * gdb.hp/gdb.compat/xdb3.exp: File deleted.
15476 * gdb.hp/gdb.defects/Makefile.in: File deleted.
15477 * gdb.hp/gdb.defects/bs14602.c: File deleted.
15478 * gdb.hp/gdb.defects/bs14602.exp: File deleted.
15479 * gdb.hp/gdb.defects/solib-d.c: File deleted.
15480 * gdb.hp/gdb.defects/solib-d.exp: File deleted.
15481 * gdb.hp/gdb.defects/solib-d1.c: File deleted.
15482 * gdb.hp/gdb.defects/solib-d2.c: File deleted.
15483 * gdb.hp/gdb.objdbg/Makefile.in: File deleted.
15484 * gdb.hp/gdb.objdbg/objdbg01.exp: File deleted.
15485 * gdb.hp/gdb.objdbg/objdbg01/x1.cc: File deleted.
15486 * gdb.hp/gdb.objdbg/objdbg01/x2.cc: File deleted.
15487 * gdb.hp/gdb.objdbg/objdbg01/x3.cc: File deleted.
15488 * gdb.hp/gdb.objdbg/objdbg01/x3.h: File deleted.
15489 * gdb.hp/gdb.objdbg/objdbg02.exp: File deleted.
15490 * gdb.hp/gdb.objdbg/objdbg02/x1.cc: File deleted.
15491 * gdb.hp/gdb.objdbg/objdbg02/x2.cc: File deleted.
15492 * gdb.hp/gdb.objdbg/objdbg02/x3.cc: File deleted.
15493 * gdb.hp/gdb.objdbg/objdbg03.exp: File deleted.
15494 * gdb.hp/gdb.objdbg/objdbg03/x1.cc: File deleted.
15495 * gdb.hp/gdb.objdbg/objdbg03/x2.cc: File deleted.
15496 * gdb.hp/gdb.objdbg/objdbg03/x3.cc: File deleted.
15497 * gdb.hp/gdb.objdbg/objdbg04.exp: File deleted.
15498 * gdb.hp/gdb.objdbg/objdbg04/x.h: File deleted.
15499 * gdb.hp/gdb.objdbg/objdbg04/x1.cc: File deleted.
15500 * gdb.hp/gdb.objdbg/objdbg04/x2.cc: File deleted.
15501 * gdb.hp/gdb.objdbg/tools/symaddr: File deleted.
15502 * gdb.hp/gdb.objdbg/tools/symaddr.pa64: File deleted.
15503 * gdb.hp/gdb.objdbg/tools/test-objdbg.cc: File deleted.
15504 * gdb.hp/tools/odump: File deleted.
15505
8bf3b159
PA
155062015-03-19 Pedro Alves <palves@redhat.com>
15507
15508 * gdb.threads/continue-pending-status.exp (saw_thread_2)
15509 (saw_thread_3): New globals.
15510 (top level): Increment them when an event for the corresponding
15511 thread is seen.
15512 (no thread starvation): New test.
15513
eb54c8bf
PA
155142015-03-19 Pedro Alves <palves@redhat.com>
15515
15516 * gdb.threads/continue-pending-status.c: New file.
15517 * gdb.threads/continue-pending-status.exp: New file.
15518
32d2e5d6
PA
155192015-03-18 Pedro Alves <palves@redhat.com>
15520
15521 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
15522 Use gdb_is_target_remote instead of is_remote. Use
15523 gdb_test_multiple instead of gdb_expect. Exit early if
15524 gdb_test_multiple hits its internal matches. Tighten stepi tests
15525 expected output. Fail on exit with any signal, instead of just
15526 SIGILL.
15527
f68f11b7
YQ
155282015-03-18 Yao Qi <yao.qi@linaro.org>
15529
15530 PR tdep/18107
15531 * gdb.base/catch-syscall.c [!SYS_pipe] (pipe2_syscall): New
15532 variable.
15533 * gdb.base/catch-syscall.exp: Don't skip it on
15534 aarch64*-*-linux* target. Remove elements in all_syscalls.
15535 (test_catch_syscall_multi_arch): Skip it on aarch64*-linux*
15536 target.
15537 (setup_all_syscalls): New proc.
15538
ca5fd19b
YQ
155392015-03-16 Yao Qi <yao.qi@linaro.org>
15540
15541 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): New proc.
15542 (top level): Skip tests if valid_addr_p returns false for
15543 $cmd1 or $cmd2.
15544
85642ba0
AW
155452015-03-11 Andy Wingo <wingo@igalia.com>
15546
15547 * gdb.guile/scm-objfile.exp: Add objfile-progspace test.
15548
e03f9645
YQ
155492015-03-11 Yao Qi <yao.qi@linaro.org>
15550
15551 * gdb.base/catch-syscall.exp: Fix typo in comments.
15552
5d0962b2
YQ
155532015-03-11 Yao Qi <yao.qi@linaro.org>
15554
15555 * gdb.base/catch-syscall.exp: Skip it on HP-UX target.
15556
b2df3cef
PA
155572015-03-09 Pedro Alves <palves@redhat.com>
15558
15559 * dg-extract-results.py: Delete.
15560
ef878e53
PA
155612015-03-09 Pedro Alves <palves@redhat.com>
15562
15563 Merge dg-extract-results.sh from GCC upstream (r218843).
15564
15565 2014-12-17 Sergio Durigan Junior <sergiodj@redhat.com>
15566 * dg-extract-results.sh: Use --text with grep to avoid issues with
15567 binary files. Fall back to cat -v, if that doesn't work.
15568
9494d219
PA
155692015-03-05 Pedro Alves <palves@redhat.com>
15570
15571 * gdb.base/bp-permanent.exp: Tighten "next over setup" regex.
15572
a8d9763a
SM
155732015-03-04 Simon Marchi <simon.marchi@ericsson.com>
15574
15575 * lib/mi-support.exp (mi_expect_interrupt): Accept
15576 alternative event for when in all-stop mode.
15577
be9957b8
PA
155782015-03-04 Pedro Alves <palves@redhat.com>
15579
15580 * gdb.threads/thread-specific-bp.exp: Delete "info threads" test.
15581
d57be0f4 155822015-03-04 Mark Kettenis <kettenis@gnu.org>
4727d613
MK
15583
15584 * gdb.base/foll-fork.exp: Enable on *-*-openbsd*.
15585
c214c7cf
AA
155862015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
15587
15588 * gdb.base/breakpoint-in-ro-region.exp (test_single_step): In the
15589 regexps for GDB's current line display, accept a hex address
15590 preceding the line number.
15591
6d74a497
AA
155922015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
15593
15594 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch): Set
15595 the 'arch1' variable for "s390*-linux*" targets.
15596
511aee7c
PA
155972015-03-04 Pedro Alves <palves@redhat.com>
15598
15599 * gdb.threads/clone-thread_db.c: Include unistd.h and pthread.h.
15600 (main): Pass missing retval argument to pthread_join call.
15601
95e50b27
PA
156022015-03-02 Pedro Alves <palves@redhat.com>
15603
15604 * gdb.threads/thread-execl.exp (do_test): Handle non-stop.
15605 (top level): Call do_test with non-stop as well.
15606
28054d69
PA
156072015-03-02 Pedro Alves <palves@redhat.com>
15608
15609 * lib/gdb.exp (gdb_test_multiple) <internal error>: Set result to
15610 -1.
15611
4fa5d7b4
AA
156122015-03-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
15613
15614 * gdb.arch/s390-vregs.exp: New test.
15615 * gdb.arch/s390-vregs.S: New file.
15616
97c18565
PA
156172015-02-27 Pedro Alves <palves@redhat.com>
15618
15619 * gdb.gdb/python-interrupts.exp (test_python_interrupts): Adjust
15620 call to catch_command_errors.
15621 * gdb.gdb/python-selftest.exp (selftest_python): Adjust call to
15622 catch_command_errors.
15623
a37bfa30
PA
156242015-02-27 Pedro Alves <palves@redhat.com>
15625
15626 * gdb.gdb/complaints.exp (test_initial_complaints): Also accept
15627 "true" for boolean result.
15628 * gdb.gdb/selftest.exp (test_with_self): Also accept full
15629 prototype of main.
15630
6f98576f
PA
156312015-02-27 Pedro Alves <palves@redhat.com>
15632
15633 * lib/unbuffer_output.c: New file.
15634 * gdb.base/interrupt.c: Include "../lib/unbuffer_output.c".
15635 (main): Call gdb_unbuffer_output.
15636
eba5ab56
YQ
156372015-02-27 Yao Qi <yao.qi@linaro.org>
15638
15639 * gdb.base/catch-syscall.exp: Don't skip it on hppa*-hp-hpux*
15640 target.
15641
0def5aaa
DE
156422015-02-26 Doug Evans <dje@google.com>
15643
15644 * gdb.cp/class2.cc (Dbase, D): New classes.
15645 (main): New local delta.
15646 * gdb.cp/class2.exp: Test printing delta.
15647 * gdb.cp/classes.cc (DynamicBase2, DynamicBar): New classes.
15648 (dynbar): New global.
15649 * gdb.cp/classes.exp (test_ptype_class_objects): Test ptype DynamicBar.
15650
081a1c2c
JK
156512015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
15652
15653 * gdb.compile/compile-ifunc.c: New file.
15654 * gdb.compile/compile-ifunc.exp: New file.
15655
2f41223f
AT
156562015-02-26 Antoine Tremblay <antoine.tremblay@ericsson.com>
15657
15658 * gdb.base/structs.exp: Check for correct struct on finish.
15659
03eddd80
YQ
156602015-02-26 Yao Qi <yao.qi@linaro.org>
15661
15662 * lib/dwarf.exp (function_range): Adjust pattern when $func_length
15663 is zero.
15664
80c57053
JK
156652015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
15666
15667 * gdb.arch/cordic.ko.bz2: New file.
15668 * gdb.arch/cordic.ko.debug.bz2: New file.
15669 * gdb.arch/ppc64-symtab-cordic.exp: New file.
15670
21613c12
YQ
156712015-02-25 Yao Qi <yao.qi@linaro.org>
15672
15673 * gdb.xml/tdesc-regs.exp: Set core-regs to aarch64-core.xml for
15674 aarch64*-*-* target.
15675
d8b901ed
PA
156762015-02-23 Pedro Alves <palves@redhat.com>
15677
15678 * lib/gdb.exp (delete_breakpoints): Rewrite using
15679 gdb_test_multiple.
15680
e5b85ead
PA
156812015-02-23 Pedro Alves <palves@redhat.com>
15682
15683 * gdb.base/info-os.c: Include stdlib.h.
15684
85c3a371
DE
156852015-02-22 Doug Evans <xdje42@gmail.com>
15686
15687 PR symtab/17855
15688 * gdb.ada/exec_changed.exp: Add second test where symbol lookup cache
15689 is read after symbols have been re-read.
15690 * gdb.ada/exec_changed/first.adb (First): New procedure Break_Me.
15691 * gdb.ada/exec_changed/second.adb (Second): Ditto.
15692
96553a0c
DE
156932015-02-21 Doug Evans <dje@google.com>
15694
15695 * gdb.cp/anon-ns.exp: Add test for ptype '(anonymous namespace)'.
15696
97a0c697
JK
156972015-02-21 Jan Kratochvil <jan.kratochvil@redhat.com>
15698
15699 PR corefiles/17808
15700 * gdb.arch/i386-biarch-core.core.bz2: New file.
15701 * gdb.arch/i386-biarch-core.exp: New file.
15702
a47cd6e9
PA
157032015-02-21 Pedro Alves <palves@redhat.com>
15704
15705 * gdb.threads/multi-create-ns-info-thr.exp: Return early if
15706 runto_main fails.
15707
c5facdc4
PA
157082015-02-20 Pedro Alves <palves@redhat.com>
15709
15710 * gdb.base/solib-corrupted.exp: Expect "stap" as first column of
15711 info probes.
15712
2db9a427
PA
157132015-02-20 Pedro Alves <palves@redhat.com>
15714
15715 * gdb.threads/multi-create-ns-info-thr.exp: New file.
15716
60fb7e9e
PA
157172015-02-20 Pedro Alves <palves@redhat.com>
15718
15719 * gdb.trace/no-attach-trace.exp: Don't run to main. Do
15720 clean_restart before gdb_target_supports_trace.
15721
5c5019c2
PA
157222015-02-20 Pedro Alves <palves@redhat.com>
15723
15724 PR threads/18006
15725 * gdb.threads/clone-thread_db.c: New file.
15726 * gdb.threads/clone-thread_db.exp: New file.
15727
c9587f88
AT
157282015-02-19 Antoine Tremblay <antoine.tremblay@ericsson.com>
15729
15730 PR breakpoints/16812
15731 * gdb.base/catch-gdb-caused-signals.c: New file.
15732 * gdb.base/catch-gdb-caused-signals.exp: New file.
15733
f6a88844
JM
157342015-02-18 Jose E. Marchesi <jose.marchesi@oracle.com>
15735
15736 * configure: Regenerated.
15737 * configure.ac: Use GDB_AC_TRANSFORM.
15738 * aclocal.m4: sinclude ../transform.m4.
15739
497c491b
JM
157402015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
15741
15742 * lib/dtrace.exp: New file.
15743 * gdb.base/dtrace-probe.exp: Likewise.
15744 * gdb.base/dtrace-probe.d: Likewise.
15745 * gdb.base/dtrace-probe.c: Likewise.
15746 * lib/pdtrace.in: Likewise.
15747 * configure.ac: Output variables with the transformed names of
15748 the strip, readelf, as and nm tools. AC_SUBST lib/pdtrace.in.
15749 * configure: Regenerated.
15750
03e98035
JM
157512015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
15752
15753 * gdb.base/stap-probe.exp (stap_test): Remove "SystemTap" from
15754 expected message when trying to access $_probe_* convenience
15755 variables while not on a probe.
15756
63cc30e9
JK
157572015-02-11 Jan Kratochvil <jan.kratochvil@redhat.com>
15758
15759 * gdb.python/py-framefilter.exp (pagination quit - *): New tests.
15760
0703599a
PA
157612015-02-11 Pedro Alves <pedro@codesourcery.com>
15762
15763 * gdb.threads/step-bg-decr-pc-switch-thread.c: New file.
15764 * gdb.threads/step-bg-decr-pc-switch-thread.exp: New file.
15765
7e60a48e
DE
157662015-02-10 Doug Evans <xdje42@gmail.com>
15767
15768 * lib/gdb.exp (gdb_load): Always return a result.
15769
01b088bc
PA
157702015-02-10 Pedro Alves <palves@redhat.com>
15771
15772 * gdb.threads/signal-sigtrap.c: New file.
15773 * gdb.threads/signal-sigtrap.exp: New file.
15774
b05ec7a5
AT
157752015-02-10 Antoine Tremblay <antoine.tremblay@ericsson.com>
15776
15777 * gdb.trace/no-attach-trace.c: New file.
15778 * gdb.trace/no-attach-trace.exp: New file.
15779
a2c2acaf
MW
157802015-02-09 Mark Wielaard <mjw@redhat.com>
15781
15782 * gdb.dwarf2/atomic.c: New file.
15783 * gdb.dwarf2/atomic-type.exp: Likewise.
15784
31fd9caa
MM
157852015-02-09 Markus Metzger <markus.t.metzger@intel.com>
15786
15787 * gdb.btrace/buffer-size.exp: Update "info record" output.
15788 * gdb.btrace/delta.exp: Update "info record" output.
15789 * gdb.btrace/enable.exp: Update "info record" output.
15790 * gdb.btrace/finish.exp: Update "info record" output.
15791 * gdb.btrace/instruction_history.exp: Update "info record" output.
15792 * gdb.btrace/next.exp: Update "info record" output.
15793 * gdb.btrace/nexti.exp: Update "info record" output.
15794 * gdb.btrace/step.exp: Update "info record" output.
15795 * gdb.btrace/stepi.exp: Update "info record" output.
15796 * gdb.btrace/nohist.exp: Update "info record" output.
15797
d33501a5
MM
157982015-02-09 Markus Metzger <markus.t.metzger@intel.com>
15799
15800 * gdb.btrace/buffer-size: New.
15801
f4abbc16
MM
158022015-02-09 Markus Metzger <markus.t.metzger@intel.com>
15803
15804 * gdb.btrace/delta.exp: Update "info record" output.
15805 * gdb.btrace/enable.exp: Update "info record" output.
15806 * gdb.btrace/finish.exp: Update "info record" output.
15807 * gdb.btrace/instruction_history.exp: Update "info record" output.
15808 * gdb.btrace/next.exp: Update "info record" output.
15809 * gdb.btrace/nexti.exp: Update "info record" output.
15810 * gdb.btrace/step.exp: Update "info record" output.
15811 * gdb.btrace/stepi.exp: Update "info record" output.
15812 * gdb.btrace/nohist.exp: Update "info record" output.
15813
b9d61307
SM
158142015-02-06 Simon Marchi <simon.marchi@ericsson.com>
15815
15816 PR gdb/15678
15817 * gdb.base/ena-dis-br.exp: Test "enable count" for bad user input.
15818
e584fdbc
PA
158192015-02-06 Pedro Alves <palves@redhat.com>
15820
15821 * gdb.threads/attach-many-short-lived-threads.c (SECONDS): New
15822 macro.
15823 (seconds_left, again): New globals.
15824 (main): Wait seconds_left in a 1-second sleep loop instead of
15825 sleeping 180 seconds. If 'again' is set, reset the seconds
15826 counter.
15827 * gdb.threads/attach-many-short-lived-threads.exp (test): Set
15828 'again' in the inferior before detaching. Print the seconds left.
15829 (options): New global.
15830 (top level): Build program with -DTIMEOUT=$timeout.
15831
77f41761
PA
158322015-02-06 Pedro Alves <palves@redhat.com>
15833
15834 * gdb.base/gdb-sigterm.c (main): Use the TIMEOUT define to
15835 determine how many seconds to pass to 'alarm'.
15836 * gdb.base/gdb-sigterm.exp (top level): Build program with
15837 -DTIMEOUT=$timeout.
15838 (do_test): Return success/failure indication. Add more verbose
15839 logging. Don't fail if 200 single steps are seen. Instead, fail
15840 when the test times out.
15841 (passes): New global.
15842 (top level): Break the testing loop if testing fails on any
15843 iteration. Use gdb_assert.
15844
b9394193
DB
158452015-02-04 Don Breazeal <donb@codesourcery.com>
15846
15847 * gdb.base/info-os.c (shmid, semid, msqid): Make variables static
15848 and initialize them.
15849 (ipc_cleanup): New function.
15850 (main): Don't declare shmid, semid, and msqid. Add a call to
15851 atexit so that we call ipc_cleanup on exit.
15852
42d9e528
PA
158532015-02-04 Pedro Alves <palves@redhat.com>
15854
15855 * boards/native-extended-gdbserver.exp: Remove any target variant
15856 specifications from the board name before clearing the isremote
15857 flag from board_info.
15858
ae6ae975
DE
158592015-01-31 Doug Evans <xdje42@gmail.com>
15860
15861 * gdb.base/maint.exp <maint print type argc>: Update expected output.
15862
cfb069a8
GB
158632015-01-31 Gary Benson <gbenson@redhat.com>
15864
15865 * gdb.base/completion.exp: Disable completion limiting for
15866 existing tests. Add new tests to check completion limiting.
15867 * gdb.linespec/ls-errs.exp: Disable completion limiting.
15868
5dd31d79
DE
158692015-01-31 Doug Evans <xdje42@gmail.com>
15870
15871 * gdb.ada/dyn_arrayidx.exp: Add additional_flags=-gnat12.
15872
9f050062
DE
158732015-01-31 Doug Evans <xdje42@gmail.com>
15874
15875 * gdb.guile/scm-section-script.c: Add duplicate inlined section script
15876 entries. Duplicate file section script entries.
15877 * gdb.guile/scm-section-script.exp: Add tests for duplicate entries,
15878 inlined entries. Add test for safe-path rejection.
15879 * gdb.python/py-section-script.c: Add duplicate inlined section script
15880 entries. Duplicate file section script entries.
15881 * gdb.python/py-section-script.exp: Add tests for duplicate entries,
15882 inlined entries. Add test for safe-path rejection.
15883
df25ebbd
JB
158842015-01-29 Joel Brobecker <brobecker@adacore.com>
15885
15886 * gdb.ada/disc_arr_bound: New testcase.
15887
4a0ca9ec
JB
158882015-01-29 Joel Brobecker <brobecker@adacore.com>
15889
15890 * gdb.ada/mi_var_array: New testcase.
15891
3a8b707a
DE
158922015-01-27 Doug Evans <dje@google.com>
15893
15894 * gdb.python/py-objfile.exp: Add tests for objfile.username.
15895 Add test for objfile.filename, objfile.username after objfile
15896 has been unloaded.
15897
f8313f6e
JB
158982015-01-26 Joel Brobecker <brobecker@adacore.com>
15899
15900 * gdb.python/py-lookup-type.exp (test_lookup_type): Change
15901 the second test to print the name attribute of value
15902 returned by the call to gdb.lookup_type, and adjust
15903 the expected output accordingly.
15904
37bc665e
MW
159052015-01-25 Mark Wielaard <mjw@redhat.com>
15906
15907 * gdb.arch/i386-bp_permanent.c (standard): New declaration.
15908 * gdb.base/disp-step-fork.c: Include unistd.h.
15909 * gdb.base/siginfo-obj.c: Include stdio.h.
15910 * gdb.base/siginfo-thread.c: Likewise.
15911 * gdb.mi/non-stop.c: Include unistd.h.
15912 * gdb.mi/nsthrexec.c: Include stdio.h.
15913 * gdb.mi/pthreads.c: Include unistd.h.
15914 * gdb.modula2/unbounded1.c (main): Declare returns int.
15915 * gdb.reverse/consecutive-reverse.c: Likewise.
15916 * gdb.threads/create-fail.c: Include unistd.h.
15917 * gdb.threads/killed.c: Likewise.
15918 * gdb.threads/linux-dp.c: Likewise.
15919 * gdb.threads/non-ldr-exc-1.c: Include stdio.h and string.h.
15920 * gdb.threads/non-ldr-exc-2.c: Likewise.
15921 * gdb.threads/non-ldr-exc-3.c: Likewise.
15922 * gdb.threads/non-ldr-exc-4.c: Likewise.
15923 * gdb.threads/pthreads.c: Include unistd.h.
15924 (main): Declare returns int.
15925 * gdb.threads/tls-main.c (foo): New declaration.
15926 * gdb.threads/watchpoint-fork-mt.c: Define _GNU_SOURCE.
15927
f7e5394d
SM
159282015-01-23 Simon Marchi <simon.marchi@ericsson.com>
15929
15930 * gdb.mi/mi-var-list-children-invalid-grandchild.c: New file.
15931 * gdb.mi/mi-var-list-children-invalid-grandchild.exp: New file.
15932
743649fd
MW
159332015-01-15 Mark Wielaard <mjw@redhat.com>
15934
15935 * gdb.base/noreturn-return.c: New file.
15936 * gdb.base/noreturn-return.exp: New file.
15937 * gdb.base/noreturn-finish.c: New file.
15938 * gdb.base/noreturn-finish.exp: New file.
15939
198297aa
PA
159402015-01-23 Pedro Alves <palves@redhat.com>
15941
15942 * gdb.threads/continue-pending-after-query.c: New file.
15943 * gdb.threads/continue-pending-after-query.exp: New file.
15944
717cf30c
AG
159452015-01-22 Anders Granlund <anders.granlund@ericsson.com>
15946 Simon Marchi <simon.marchi@ericsson.com>
15947
15948 * gdb.base/statistics.exp: Assign spawn id to gdb_spawn_id.
15949 * gdb.base/valgrind-db-attach.exp: Same.
15950 * gdb.base/valgrind-infcall.exp: Same.
15951 * lib/mi-support.exp (default_mi_gdb_start): Same.
15952 * lib/prompt.exp (default_prompt_gdb_start): Same.
15953 * lib/gdb.exp (default_gdb_spawn): Same.
15954 (gdb_interact): New.
15955
15956
4b62a76e
JK
159572015-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
15958
15959 * gdb.compile/compile.exp (pointer to jit function): New test.
15960
b4cdae6f
WW
159612015-01-17 Wei-cheng Wang <cole945@gmail.com>
15962
15963 * lib/gdb.exp (supports_process_record): Return true for
15964 powerpc*-*-linux*.
15965 (supports_reverse): Likewise.
15966
d221e7ef
DB
159672015-01-15 Don Breazeal <donb@codesourcery.com>
15968
15969 * gdb.base/attach-pie-noexec.exp: Use can_spawn_for_attach
15970 instead of checking whether the target board is remote and
15971 use spawn_wait_for_attach instead of exec/sleep.
15972 * gdb.base/attach-twice.exp: Likewise.
15973
bafffb51
JB
159742015-01-15 Joel Brobecker <brobecker@adacore.com>
15975
15976 * gdb.ada/var_arr_attrs: New testcase.
15977
5589af0e
PA
159782015-01-14 Pedro Alves <palves@redhat.com>
15979 Joel Brobecker <brobecker@adacore.com>
15980
15981 PR gdb/17525
15982 * gdb.base/bp-cmds-execution-x-script.c: New file.
15983 * gdb.base/bp-cmds-execution-x-script.exp: New file.
15984 * gdb.base/bp-cmds-execution-x-script.gdb: New file.
15985
6c400b59
PA
159862015-01-14 Pedro Alves <palves@redhat.com>
15987
15988 PR cli/17828
15989 * gdb.base/batch-preserve-term-settings.c: New file.
15990 * gdb.base/batch-preserve-term-settings.exp: New file.
15991
e02c96a7
DE
159922015-01-13 Doug Evans <dje@google.com>
15993
15994 * gdb.python/py-objfile.exp: Test gdb.lookup_objfile on symlinked
15995 binary.
15996
576fd14c
JB
159972015-01-13 Joel Brobecker <brobecker@adacore.com>
15998
15999 * Makefile.in (clean mostlyclean): Do not delete *.py.
16000
04dccad0
JB
160012015-01-13 Joel Brobecker <brobecker@adacore.com>
16002
16003 * gdb.python/py-lookup-type.exp: New file.
16004
3d230f71
PA
160052015-01-12 Pedro Alves <palves@redhat.com>
16006
16007 * gdb.python/py-prompt.exp: When the board can't spawn for attach,
16008 restore GDBFLAGS before returning.
16009
7e67715d
JK
160102015-01-12 Jan Kratochvil <jan.kratochvil@redhat.com>
16011
16012 * gdb.python/py-frame.exp (test Frame.read_register(rip)): Use
16013 is_amd64_regs_target and is_x86_like_target.
16014
f2e0d4b4
DE
160152015-01-11 Doug Evans <xdje42@gmail.com>
16016
16017 * lib/dwarf.exp (Dwarf): Flag an error if a numeric attribute value
16018 is given without an explicit form.
16019 * gdb.dwarf2/arr-subrange.exp: Specify forms for all numeric
16020 attributes.
16021 * gdb.dwarf/corrupt.exp: Ditto.
16022 * gdb.dwarf2/enum-type.exp: Ditto.
16023 * gdb.trace/entry-values.exp: Ditto.
16024 * gdb.trace/unavailable-dwarf-piece.exp: Ditto.
16025
439250fb
DE
160262015-01-11 Doug Evans <xdje42@gmail.com>
16027
16028 PR gdb/15830
16029 * gdb.base/maint.exp: Remove references to "maint demangle".
16030 * gdb.cp/demangle.exp: Update. "maint demangle" -> "demangle".
16031 Add tests for explicitly specifying language to demangle.
16032 * gdb.dlang/demangle.exp: Ditto.
16033
ede9f622
PA
160342015-01-09 Pedro Alves <palves@redhat.com>
16035
16036 * gdb.threads/non-stop-fair-events.c: New file.
16037 * gdb.threads/non-stop-fair-events.exp: New file.
16038
a7b796db
PA
160392015-01-09 Pedro Alves <palves@redhat.com>
16040
16041 * gdb.base/annota1.exp (thread_test): Use srcfile and binfile from
16042 the global scope. Set a breakpoint after all threads are started
16043 rather than stepping over two source lines. Expect the prompt.
16044 * gdb.base/watch_thread_num.c (threads_started_barrier): New
16045 global.
16046 (NUM): Now 15.
16047 (main): Use threads_started_barrier to wait for all threads to
16048 start. Main thread no longer calls thread_function. Exit after
16049 180 seconds.
16050 (loop): New function.
16051 (thread_function): Wait on threads_started_barrier barrier. Call
16052 'loop' at each iteration.
16053 * gdb.base/watch_thread_num.exp: Continue to breakpoint after all
16054 threads have started, instead of hardcoding number of "next"
16055 steps. Use an access watchpoint instead of a write watchpoint.
16056
9665ffdd
PA
160572015-01-09 Pedro Alves <palves@redhat.com>
16058
16059 * gdb.threads/ia64-sigill.c (threads_started_barrier): New global.
16060 (thread_func): Wait on barrier.
16061 (main): Wait for all threads to start before stopping GDB.
16062 * gdb.threads/siginfo-threads.c (threads_started_barrier): New
16063 global.
16064 (thread1_func, thread2_func): Wait on barrier.
16065 (main): Wait for all threads to start before stopping GDB.
16066 * gdb.threads/watchthreads-reorder.c (threads_started_barrier):
16067 New global.
16068 (thread1_func, thread2_func): Wait on barrier.
16069 (main): Wait for all threads to start before stopping GDB.
16070
c945a99f
PA
160712015-01-09 Pedro Alves <palves@redhat.com>
16072
16073 * gdb.threads/attach-many-short-lived-threads.c: New file.
16074 * gdb.threads/attach-many-short-lived-threads.exp: New file.
16075
c1a747c1
PA
160762014-01-09 Pedro Alves <palves@redhat.com>
16077
16078 * gdb.threads/fork-thread-pending.exp: Switch to the main thread
16079 instead of to thread 2.
16080 * gdb.threads/signal-command-multiple-signals-pending.c (main):
16081 Add barrier around each pthread_create call instead of around all
16082 calls.
16083 * gdb.threads/signal-command-multiple-signals-pending.exp (test):
16084 Set a break on thread_function and have the child threads hit it
16085 one at at a time.
16086
60b3033e
PA
160872015-01-09 Pedro Alves <palves@redhat.com>
16088
16089 * lib/gdb.exp (can_spawn_for_attach): New procedure.
16090 (spawn_wait_for_attach): Error out if can_spawn_for_attach returns
16091 false.
16092 * gdb.base/attach.exp: Use can_spawn_for_attach instead of
16093 checking whether the target board is remote.
16094 * gdb.multi/multi-attach.exp: Likewise.
16095 * gdb.python/py-sync-interp.exp: Likewise.
16096 * gdb.server/ext-attach.exp: Likewise.
16097 * gdb.python/py-prompt.exp: Use can_spawn_for_attach before the
16098 tests that need to attach, instead of checking whether the target
16099 board is remote at the top of the file.
16100
acc018ac
YQ
161012015-01-08 Yao Qi <yao@codesourcery.com>
16102
16103 * gdb.trace/entry-values.exp: Set call_insn for MIPS target.
16104
50a18af8
JK
161052015-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
16106
16107 Fix testcase compilation.
16108 * gdb.arch/i386-avx512.exp (comp_flags): Remove /common.
16109
8503d6e1
JB
161102015-01-06 Joel Brobecker <brobecker@adacore.com>
16111
16112 * gdb.python/py-type.exp: Add a couple test about empty
16113 array creation, and negative-length array creation.
16114
cc73dbcc
DE
161152015-01-02 Doug Evans <xdje42@gmail.com>
16116
16117 * gdb.cp/nsalias.exp: Fix output of external/declaration flags.
16118
0300bbc7
DE
161192015-01-02 Doug Evans <dje@google.com>
16120
16121 * gdb.dwarf2/dw4-sig-types.exp: Also pass -fdebug-types-section to gcc.
16122
9d85a0ec
YQ
161232014-12-29 Yao Qi <yao@codesourcery.com>
16124
16125 * gdb.trace/entry-values.exp: Update comments. Rename variable
16126 bar_call_foo to returned_from_foo.
16127
87186c6a
MMN
161282014-12-20 Mihail-Marian Nistor <mihail.nistor@freescale.com>
16129
16130 PR gdb/17394
16131 * gdb.linespec/break-asm-file.c: New file.
16132 * gdb.linespec/break-asm-file.exp: New file.
16133 * gdb.linespec/break-asm-file0.s: New file.
16134 * gdb.linespec/break-asm-file1.s: New file.
16135
1bab7383
YQ
161362014-12-18 Nigel Stephens <nigel@mips.com>
16137 Maciej W. Rozycki <macro@codesourcery.com>
16138
16139 * gdb.base/float.exp: Handle the new output from "info float" on
16140 MIPS targets.
16141
1bc1068a
JK
161422014-12-17 Jan Kratochvil <jan.kratochvil@redhat.com>
16143
16144 Fix MinGW compilation.
16145 * gdb.compile/compile-ops.exp: Update untested message if
16146 !skip_compile_feature_tests.
16147 * gdb.compile/compile-setjmp.exp: Likewise.
16148 * gdb.compile/compile-tls.exp: Likewise.
16149 * gdb.compile/compile.exp: Likewise.
16150 * lib/gdb.exp (skip_compile_feature_tests): Check also "Command not
16151 supported on this host".
16152
b6615d10
DE
161532014-12-16 Doug Evans <xdje42@gmail.com>
16154
16155 * boards/stabs.exp: New file.
16156
25dda427
AA
161572014-12-16 Andreas Arnez <arnez@vnet.linux.ibm.com>
16158
16159 * gdb.base/completion.exp: Adjust to format changes of "maint
16160 print user-registers".
16161
bf330350
CU
161622014-12-16 Catalin Udma <catalin.udma@freescale.com>
16163
16164 PR server/17457
16165 * gdb.arch/aarch64-fp.c: New file.
16166 * gdb.arch/aarch64-fp.exp: New file.
16167
395cf596
SDJ
161682014-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
16169
16170 Merge dg-extract-results.{sh,py} from GCC upstream (r210243,
16171 r210637, r210913, r211666, r215400, r215817).
16172
16173 2014-05-08 Richard Sandiford <rdsandiford@googlemail.com>
16174 * dg-extract-results.py: New file.
16175 * dg-extract-results.sh: Use it if the environment seems
16176 suitable.
16177
16178 2014-05-20 Richard Sandiford <rdsandiford@googlemail.com>
16179
16180 * dg-extract-results.py (parse_run): Handle warnings that
16181 are printed before a test harness is run.
16182
16183 2014-05-25 Richard Sandiford <rdsandiford@googlemail.com>
16184
16185 * dg-extract-results.py (Named): Remove __cmp__ method.
16186 (output_variation): Use a key to sort variation.harnesses.
16187
16188 2014-06-14 Richard Sandiford <rdsandiford@googlemail.com>
16189
16190 * dg-extract-results.py: For Python 3, force sys.stdout to
16191 handle surrogate escape sequences.
16192 (safe_open): New function.
16193 (output_segment, main): Use it.
16194
16195 2014-09-19 Segher Boessenkool <segher@kernel.crashing.org>
16196
16197 * dg-extract-results.py (Prog.result_re): Include options
16198 in test name.
16199
16200 2014-10-02 Segher Boessenkool <segher@kernel.crashing.org>
16201
16202 * dg-extract-results.py (output_variation): Always sort if
16203 do_sum.
16204
e882ef3c
SM
162052014-12-15 Simon Marchi <simon.marchi@ericsson.com>
16206
16207 * lib/gdb.exp (default_gdb_start): After starting gdb, loop
16208 as long as we get pagination notifications.
16209
4992aa20
JM
162102014-12-15 Jason Merrill <jason@redhat.com>
16211
16212 * Makefile.in (check-gdb.%): Restore.
16213 * README: Mention it.
16214
c1b5a1a6
JB
162152014-12-13 Joel Brobecker <brobecker@adacore.com>
16216
16217 * gdb.ada/str_uninit: New testcase.
16218
5537b577
JK
162192014-12-13 Jan Kratochvil <jan.kratochvil@redhat.com>
16220
16221 PR symtab/17642
16222 * gdb.base/vla-stub-define.c: New file.
16223 * gdb.base/vla-stub.c: New file.
16224 * gdb.base/vla-stub.exp: New file.
16225
bb2ec1b3
TT
162262014-12-12 Phil Muldoon <pmuldoon@redhat.com>
16227 Jan Kratochvil <jan.kratochvil@redhat.com>
16228 Tom Tromey <tromey@redhat.com>
16229
16230 * configure.ac: Add gdb.compile/.
16231 * configure: Regenerate.
16232 * gdb.compile/Makefile.in: New file.
16233 * gdb.compile/compile-ops.exp: New file.
16234 * gdb.compile/compile-ops.c: New file.
16235 * gdb.compile/compile-tls.c: New file.
16236 * gdb.compile/compile-tls.exp: New file.
16237 * gdb.compile/compile-constvar.S: New file.
16238 * gdb.compile/compile-constvar.c: New file.
16239 * gdb.compile/compile-mod.c: New file.
16240 * gdb.compile/compile-nodebug.c: New file.
16241 * gdb.compile/compile-setjmp-mod.c: New file.
16242 * gdb.compile/compile-setjmp.c: New file.
16243 * gdb.compile/compile-setjmp.exp: New file.
16244 * gdb.compile/compile-shlib.c: New file.
16245 * gdb.compile/compile.c: New file.
16246 * gdb.compile/compile.exp: New file.
16247 * lib/gdb.exp (skip_compile_feature_tests): New proc.
16248
4ff709eb
TT
162492014-12-12 Tom Tromey <tromey@redhat.com>
16250
16251 * lib/dwarf.exp (_location): Ignore blank lines. Allow comments.
16252 Handle DW_OP_pick, DW_OP_skip, DW_OP_bra.
16253
6dddd6a5
DE
162542014-12-12 Doug Evans <dje@google.com>
16255
16256 * lib/gdb-python.exp (get_python_valueof): New function.
16257 * gdb.python/py-objfile.exp: Add tests for gdb.lookup_objfile.
16258
71c24708
AA
162592014-12-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
16260
16261 * gdb.base/completion.exp: Add test for completion of "info
16262 registers ".
16263
3e29f34a
MR
162642014-12-12 Maciej W. Rozycki <macro@codesourcery.com>
16265
16266 * gdb.base/func-ptrs.c: New file.
16267 * gdb.base/func-ptrs.exp: New file.
16268
fc126975
SM
162692014-12-10 Simon Marchi <simon.marchi@ericsson.com>
16270
16271 PR breakpoints/17012
16272 * gdb.base/dprintf-detach.c: New file.
16273 * gdb.base/dprintf-detach.exp: New file.
16274
0a46d518
SM
162752014-12-10 Simon Marchi <simon.marchi@ericsson.com>
16276
16277 * gdb.trace/qtro.exp: Replace gdbserver detection code by...
16278 * lib/gdb.exp (target_is_gdbserver): New procedure.
16279
a0be3e44
DE
162802014-12-08 Doug Evans <dje@google.com>
16281
16282 * gdb.python/py-objfile.exp: Add tests for objfile.owner.
16283
df1b803a
YQ
162842014-12-05 Yao Qi <yao@codesourcery.com>
16285
16286 * gdb.guile/scm-error.exp: Remove the third argument to
16287 gdb_remote_download.
16288 * gdb.guile/scm-frame-args.exp: Likewise.
16289 * gdb.guile/scm-section-script.exp: Likewise.
16290
ddb9f679
YQ
162912014-12-05 Yao Qi <yao@codesourcery.com>
16292
16293 * gdb.arch/i386-bp_permanent.exp: Use standard_testfile.
16294
86e4ed39
DE
162952014-12-04 Doug Evans <dje@google.com>
16296
16297 * gdb.python/py-objfile.exp: Add tests for
16298 objfile.add_separate_debug_file.
16299
7c50a931
DE
163002014-12-04 Doug Evans <dje@google.com>
16301
16302 * lib/gdb.exp (get_build_id): New function.
16303 (build_id_debug_filename_get): Rewrite to use it.
16304 * gdb.python/py-objfile.exp: Add test for objfile.build_id.
16305
621661e3
MR
163062014-12-04 Maciej W. Rozycki <macro@codesourcery.com>
16307
16308 * gdb.cp/expand-psymtabs-cxx.exp: Accept any address of
16309 `method(long)', not just 0x0.
16310 * gdb.cp/nsalias.exp: Align code labels to 4.
16311 * gdb.dwarf2/dw2-canonicalize-type.S (main): Expand to 4-bytes.
16312 * gdb.dwarf2/dw2-empty-pc-range.S (main): Likewise.
16313 * gdb.dwarf2/pr11465.S (_ZN1N1cE): Likewise.
16314 * gdb.dwarf2/dw2-case-insensitive.c (START_INSNS): New macro.
16315 (cu_text_start, FUNC_lang_start): Use `START_INSNS'.
16316 * gdb.dwarf2/dw2-stack-boundary.exp: Accept noise in complaints.
16317
29f0c3b7
DE
163182014-12-02 Doug Evans <dje@google.com>
16319
e1e061e7 16320 PR symtab/17602
29f0c3b7 16321 * gdb.cp/anon-ns.cc: Move guts of this file to ...
e1e061e7 16322 * gdb.cp/anon-ns2.cc: ... here. New file.
29f0c3b7
DE
16323 * gdb.cp/anon-ns.exp: Update.
16324
162078c8
NB
163252014-12-02 Nick Bull <nicholaspbull@gmail.com>
16326
16327 * gdb.python/py-events.py (inferior_call_handler): New.
16328 (register_changed_handler, memory_changed_handler): New.
16329 (test_events.invoke): Register new handlers.
16330 * gdb.python/py-events.exp: Add tests for inferior call,
16331 memory_changed and register_changed events.
16332
fdb09caf
AA
163332014-12-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
16334
16335 * gdb.base/execl-update-breakpoints.exp: Specify the link address
16336 with '-Ttext-segment' instead of '-Ttext'. Fall back to '-Ttext'
16337 if the linker doesn't understand this.
16338
55cfb2c4
SM
163392014-12-01 Simon Marchi <simon.marchi@ericsson.com>
16340
16341 * gdb.python/python.exp: Change expected reply to help().
16342
9e8cd6df
YQ
163432014-12-01 Yao Qi <yao@codesourcery.com>
16344
16345 * configure.ac: Remove AC_ARG_ENABLE for gdbtk. Don't invoke
16346 AC_CONFIG_SUBDIRS(gdb.gdbtk).
16347 * configure: Re-generated.
16348
6c659fc2
SC
163492014-11-28 Siva Chandra Reddy <sivachandra@google.com>
16350
16351 * gdb.cp/chained-calls.cc: New file.
16352 * gdb.cp/chained-calls.exp: New file.
16353 * gdb.cp/smartp.exp: Remove KFAIL for "p c2->inta".
16354
d7fc3181
SM
163552014-11-28 Simon Marchi <simon.marchi@ericsson.com>
16356
16357 * gdb.ada/py_range.exp: Add parentheses to python calls to print.
16358 * gdb.dwarf2/symtab-producer.exp: Same.
16359 * gdb.gdb/python-interrupts.exp: Same.
16360 * gdb.gdb/python-selftest.exp: Same.
16361 * gdb.python/py-linetable.exp: Same.
16362 * gdb.python/py-type.exp: Same.
16363 * gdb.python/py-value-cc.exp: Same.
16364 * gdb.python/py-value.exp: Same.
16365
10e79639
YQ
163662014-11-28 Yao Qi <yao@codesourcery.com>
16367
16368 * gdb.base/break-probes.exp: Match library name prefixed with
16369 sysroot.
16370
f28a0564
SM
163712014-11-27 Simon Marchi <simon.marchi@ericsson.com>
16372
16373 * gdb.python/py-linetable.exp: Escape properly sorted(fset)
16374 test expected output. Add parentheses for the call to print.
16375 Remove L suffix from integers.
16376
3fe1ce1d
DE
163772014-11-26 Doug Evans <dje@google.com>
16378
16379 * gdb.dwarf2/dw2-op-out-param.S: Fix comment.
16380
84429e27
YQ
163812014-11-22 Yao Qi <yao@codesourcery.com>
16382
16383 * gdb.trace/entry-values.c: Remove asms.
16384 (foo): Add foo_label.
16385 (bar): Add bar_label.
16386 * gdb.trace/entry-values.exp: Remove code computing foo's
16387 length and bar's length.
16388 (Dwarf::assemble): Invoke function_range for bar and use
16389 MACRO_AT_func for foo.
16390
26741859
YQ
163912014-11-22 Yao Qi <yao@codesourcery.com>
16392
16393 * gdb.dwarf2/dw2-compdir-oldgcc.S: Define label .Lgcc42_procstart
16394 and .Lgcc43_procstart. Use .Lgcc42_procstart instead of gcc42.
16395 Use .Lgcc43_procstart instead of gcc43.
16396
45e44d27
JB
163972014-11-21 Joel Brobecker <brobecker@adacore.com>
16398
16399 * gdb.ada/n_arr_bound: New testcase.
16400
458c8db8
SDJ
164012014-11-20 Sergio Durigan Junior <sergiodj@redhat.com>
16402
16403 PR breakpoints/10737
16404 * gdb.base/catch-syscall.exp (do_syscall_tests): Call
16405 test_catch_syscall_multi_arch.
16406 (test_catch_syscall_multi_arch): New function.
16407
43f3e411
DE
164082014-11-20 Doug Evans <xdje42@gmail.com>
16409
16410 * gdb.base/maint.exp: Update expected output.
16411
0d7b2549
AA
164122014-11-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
16413
16414 * gdb.base/bp-permanent.c (NOP): Define as 2-byte instead of
16415 4-byte instruction on S390.
16416
8908fca5
JB
164172014-11-19 Joel Brobecker <brobecker@adacore.com>
16418
16419 * gdb.ada/arr_arr: New testcase.
16420
4a46959e
JB
164212014-11-19 Joel Brobecker <brobecker@adacore.com>
16422
16423 * gdb.ada/pkd_arr_elem: New Testcase.
16424
470e2f4e
LM
164252014-11-18 Luis Machado <lgustavo@codesourcery.com>
16426
16427 * gdb.reverse/break-precsave: Expect completion message for
16428 core file reads.
16429 * gdb.reverse/consecutive-precsave.exp: Likewise.
16430 * gdb.reverse/finish-precsave.exp: Likewise.
16431 * gdb.reverse/i386-precsave.exp: Likewise.
16432 * gdb.reverse/machinestate-precsave.exp: Likewise.
16433 * gdb.reverse/sigall-precsave.exp: Likewise.
16434 * gdb.reverse/solib-precsave.exp: Likewise.
16435 * gdb.reverse/step-precsave.exp: Likewise.
16436 * gdb.reverse/until-precsave.exp: Likewise.
16437 * gdb.reverse/watch-precsave.exp: Likewise.
16438
a267f3ad
AA
164392014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
16440
16441 * gdb.base/bp-permanent.c: Include unistd.h.
16442 * gdb.python/py-framefilter-mi.c (main): Add return type.
16443 * gdb.python/py-framefilter.c (main): Likewise.
16444 * gdb.trace/actions-changed.c (main): Likewise.
16445
12084a9a
AA
164462014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
16447
16448 * gdb.mi/until.c: Add eye-catchers.
16449 * gdb.mi/mi-until.exp: Refer to eye-catchers instead of literal
16450 line numbers.
16451
dc7e1a77
AA
164522014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
16453
16454 * gdb.base/condbreak.exp: Drop references to removed non-prototype
16455 function header variants in break1.c.
16456 * gdb.base/ena-dis-br.exp: Likewise.
16457 * gdb.base/hbreak2.exp: Likewise.
16458 * gdb.reverse/until-precsave.exp: Drop references to removed
16459 non-prototype function header variants in ur1.c.
16460 * gdb.reverse/until-reverse.exp: Likewise.
16461
41c77605
PM
164622014-11-17 Petr Machata <pmachata@redhat.com>
16463
16464 * lib/dwarf.exp (Dwarf::cu, Dwarf::tu): Emit
16465 ${_cu_offset_size} bytes abbrev offset.
16466
34248c3a
DE
164672014-11-15 Doug Evans <xdje42@gmail.com>
16468
16469 PR symtab/17559
16470 * gdb.base/line-symtabs.exp: New file.
16471 * gdb.base/line-symtabs.c: New file.
16472 * gdb.base/line-symtabs.h: New file.
16473
646da059
YQ
164742014-11-14 Yao Qi <yao@codesourcery.com>
16475
16476 * gdb.dwarf2/dw2-ifort-parameter.c: Remove inline asm.
16477 (func): Add label func_label.
16478 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble):
16479 Replace low_pc and high_pc with MACRO_AT_range.
16480 Replace name, low_pc and high_pc with MACRO_AT_func.
16481
9301ebe6
YQ
164822014-11-14 Yao Qi <yao@codesourcery.com>
16483
16484 * gdb.dwarf2/implptr-optimized-out.exp (Dwarf::assemble):
16485 Replace name, low_pc and high_pc with MACRO_AT_func.
16486
f166b542
YQ
164872014-11-14 Yao Qi <yao@codesourcery.com>
16488
16489 * gdb.dwarf2/implptr-optimized-out.exp: Use Dwarf::assemble to
16490 produce debug information.
16491 * gdb.dwarf2/implptr-optimized-out.S: Removed.
16492
0f6e71e3
YQ
164932014-11-14 Yao Qi <yao@codesourcery.com>
16494
16495 * gdb.dwarf2/dwz.exp: Remove the code to compile main.c to
16496 object and get function length.
16497 (Dwarf::assemble): Replace name, low_pc and high_pc attributes
16498 with MACRO_AT_func.
16499 (top-level): Replace gdb_compile and clean_restart with
16500 prepare_for_testing.
16501 * gdb.dwarf2/main.c (main): Add label main_label.
16502
876c4df9
YQ
165032014-11-14 Yao Qi <yao@codesourcery.com>
16504
16505 * lib/dwarf.exp (function_range): New procedure.
16506 (Dwarf::_handle_macro_at_func): New procedure.
16507 (Dwarf::_handle_macro_at_range): New procedure.
16508 (Dwarf): Handle MACRO_AT_func and MACRO_AT_range.
16509
02ad9cf1
YQ
165102014-11-14 Yao Qi <yao@codesourcery.com>
16511
16512 * lib/dwarf.exp (_handle_DW_TAG): Move some code to ...
16513 (_handle_attribute): New procedure.
16514
a59add0c
AA
165152014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
16516
16517 * gdb.ada/cond_lang/foo.c (callme): Add return type.
16518 * gdb.base/call-sc.c (zed): Likewise.
16519 * gdb.base/checkpoint.c (main): Likewise.
16520 * gdb.base/dump.c (main): Likewise.
16521 * gdb.base/gcore.c (main): Likewise.
16522 * gdb.base/huge.c (main): Likewise.
16523 * gdb.base/multi-forks.c (main): Likewise.
16524 * gdb.base/pr10179-a.c (main): Likewise.
16525 * gdb.base/savedregs.c (main): Likewise.
16526 * gdb.base/sigaltstack.c (main): Likewise.
16527 * gdb.base/siginfo.c (main): Likewise.
16528 * gdb.base/structs.c (zed): Likewise.
16529 * gdb.mi/mi-stack.c (callee3, callee2, callee1, main): Likewise.
16530 * gdb.mi/mi-syn-frame.c (main): Likewise.
16531 * gdb.mi/until.c (foo, main): Likewise.
16532 * gdb.base/global-var-nested-by-dso.c (b_main, c_main): Declare.
16533 * gdb.base/solib-weak.c (foo): Declare.
16534 * gdb.base/attach-twice.c: Include stdio.h.
16535 * gdb.base/weaklib1.c: Likewise.
16536 * gdb.base/weaklib2.c: Likewise.
16537 * gdb.base/catch-signal-fork.c: Include stdio.h and sys/wait.h.
16538 * gdb.mi/mi-condbreak-call-thr-state-mt.c: Include stdio.h and
16539 unistd.h.
16540 * gdb.base/attach-pie-misread.c: Include stdlib.h.
16541 * gdb.mi/mi-exit-code.c: Likewise.
16542 * gdb.base/break-interp-lib.c: Include string.h.
16543 * gdb.base/coremaker.c: Likewise.
16544 * gdb.base/testenv.c: Likewise.
16545 * gdb.python/py-finish-breakpoint.c: Likewise.
16546 * gdb.base/inferior-died.c: Include sys/wait.h.
16547 * gdb.base/fileio.c: Include time.h.
16548 * gdb.base/async-shell.c: Include unistd.h.
16549 * gdb.base/dprintf-non-stop.c: Likewise.
16550 * gdb.base/info-os.c: Likewise.
16551 * gdb.mi/mi-console.c: Likewise.
16552 * gdb.mi/watch-nonstop.c: Likewise.
16553 * gdb.python/py-events.c: Likewise.
16554 * gdb.base/async.c (baz): Move up before its invocation.
16555 * gdb.base/code_elim2.c (my_global_func): Likewise.
16556 * gdb.base/skip-solib-lib.c (multiply): Likewise.
16557 * gdb.base/advance.c (func2): Likewise.
16558
3b5d5997
AA
165592014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
16560
16561 * gdb.base/annota1.c: Remove #ifdef PROTOTYPES, keep prototyped
16562 variant.
16563 * gdb.base/annota3.c: Likewise.
16564 * gdb.base/async.c: Likewise.
16565 * gdb.base/average.c: Likewise.
16566 * gdb.base/call-ar-st.c: Likewise.
16567 * gdb.base/call-rt-st.c: Likewise.
16568 * gdb.base/call-sc.c: Likewise.
16569 * gdb.base/call-strs.c: Likewise.
16570 * gdb.base/ending-run.c: Likewise.
16571 * gdb.base/execd-prog.c: Likewise.
16572 * gdb.base/exprs.c: Likewise.
16573 * gdb.base/foll-exec.c: Likewise.
16574 * gdb.base/foll-fork.c: Likewise.
16575 * gdb.base/foll-vfork.c: Likewise.
16576 * gdb.base/funcargs.c: Likewise.
16577 * gdb.base/gcore.c: Likewise.
16578 * gdb.base/jump.c: Likewise.
16579 * gdb.base/langs0.c: Likewise.
16580 * gdb.base/langs1.c: Likewise.
16581 * gdb.base/langs2.c: Likewise.
16582 * gdb.base/mips_pro.c: Likewise.
16583 * gdb.base/nodebug.c: Likewise.
16584 * gdb.base/opaque0.c: Likewise.
16585 * gdb.base/opaque1.c: Likewise.
16586 * gdb.base/recurse.c: Likewise.
16587 * gdb.base/run.c: Likewise.
16588 * gdb.base/scope0.c: Likewise.
16589 * gdb.base/scope1.c: Likewise.
16590 * gdb.base/setshow.c: Likewise.
16591 * gdb.base/setvar.c: Likewise.
16592 * gdb.base/shmain.c: Likewise.
16593 * gdb.base/shr1.c: Likewise.
16594 * gdb.base/shr2.c: Likewise.
16595 * gdb.base/sigall.c: Likewise.
16596 * gdb.base/signals.c: Likewise.
16597 * gdb.base/so-indr-cl.c: Likewise.
16598 * gdb.base/solib2.c: Likewise.
16599 * gdb.base/structs.c: Likewise.
16600 * gdb.base/sum.c: Likewise.
16601 * gdb.base/vforked-prog.c: Likewise.
16602 * gdb.base/watchpoint.c: Likewise.
16603 * gdb.reverse/shr2.c: Likewise.
16604 * gdb.reverse/until-reverse.c: Likewise.
16605 * gdb.reverse/ur1.c: Likewise.
16606 * gdb.reverse/watch-reverse.c: Likewise.
16607
066a77c5
AA
166082014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
16609
16610 * gdb.base/sepdebug.c: Remove #ifdef PROTOTYPES, keep prototyped
16611 variant.
16612 * gdb.base/sepdebug.exp: Drop references to removed code.
16613
4f204ea5
AA
166142014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
16615
16616 * gdb.base/list0.h: Remove #ifdef PROTOTYPES, keep prototyped
16617 variant. Preserve original line numbering.
16618 * gdb.base/list1.c: Likewise.
16619
3b377a3a
AA
166202014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
16621
16622 * gdb.base/break.c: Remove #ifdef PROTOTYPES, keep prototyped
16623 variant.
16624 * gdb.base/break1.c: Likewise.
16625 * gdb.base/break.exp: Drop references to removed code.
16626
e444df73
AA
166272014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
16628
16629 * gdb.base/solib1.c: Remove #ifdef PROTOTYPES, keep prototyped
16630 variant.
16631
8008f2a7
AA
166322014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
16633
16634 * gdb.base/callfuncs.exp (perform_all_tests): Re-indent.
16635
a5a06887
AA
166362014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
16637
16638 * gdb.base/callfuncs.exp: Remove 'prototypes' variable. Move main
16639 logic into perform_all_tests() and invoke it with and without
16640 function header prototypes.
16641 (do_function_calls): Remove conditional XFAIL for PR 5318.
16642 (rerun_and_prepare): Remove duplicate code.
16643 (perform_all_tests): New. Main logic moved here.
16644
44dba9b9
AA
166452014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
16646
16647 * gdb.base/callfuncs.c (t_float_many_args): Fix syntax error in
16648 code guarded by #ifdef NO_PROTOTYPES.
16649 (t_double_many_args): Likewise.
16650 (DEF_FUNC_MANY_ARGS_1): Likewise.
16651 (DEF_FUNC_VALUES_1): Likewise.
16652 (t_structs_ldc): Renamed from t_structs_fc in conditional code
16653 guarded by #ifdef PROTOTYPES.
16654
d1fbcd56
AA
166552014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
16656
16657 * gdb.mi/mi-console.c: Add eye-catcher.
16658 * gdb.mi/mi-console.exp (semihosted_string): Refer to eye-catcher
16659 instead of literal line number.
16660
b0e59b8f
AA
166612014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
16662
16663 * gdb.base/shr2.c: Add eye-catcher.
16664 * gdb.base/shlib-call.exp: Refer to eye-catcher instead of literal
16665 line number.
16666
78f98cca
AA
166672014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
16668
16669 * gdb.base/jump.c: Add eye-catchers.
16670 * gdb.base/jump.exp: Refer to eye-catchers instead of literal line
16671 numbers.
16672
58fa2af0
AA
166732014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
16674
16675 * gdb.base/execd-prog.c: Add eye-catchers.
16676 * gdb.base/foll-exec.c: Likewise.
16677 * gdb.base/foll-exec.exp: Refer to eye-catchers instead of literal
16678 line numbers.
16679
04e5059b
AA
166802014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
16681
16682 * gdb.base/ending-run.c: Add eye-catchers.
16683 * gdb.base/ending-run.exp: Refer to eye-catchers instead of
16684 literal line numbers.
16685
dbfdb174
AA
166862014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
16687
16688 * gdb.base/call-rt-st.c: Add eye-catchers.
16689 * gdb.base/call-rt-st.exp: Refer to eye-catchers instead of
16690 literal line numbers.
16691
888a2ade
AA
166922014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
16693
16694 * gdb.base/call-ar-st.c: Add eye-catchers.
16695 * gdb.base/call-ar-st.exp: Refer to eye-catchers instead of
16696 literal line numbers.
16697
6acc2dde
AA
166982014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
16699
16700 * gdb.base/average.c: Add eye-catchers.
16701 * gdb.base/sum.c: Likewise.
16702 * gdb.base/dbx.exp: Use eye-catchers to determine line numbers for
16703 regexps dynamically.
16704
9ecfcd1d
AA
167052014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
16706
16707 * gdb.base/solib1.c: Add eye-catchers.
16708 * gdb.base/so-impl-ld.exp: Match against eye-catchers instead of
16709 literal line numbers.
16710
78708b7c
PA
167112014-11-12 Pedro Alves <palves@redhat.com>
16712
16713 * gdb.threads/leader-exit.exp: Test sending ctrl-c works after the
16714 leader has exited.
16715
af48d08f
PA
167162014-11-12 Pedro Alves <palves@redhat.com>
16717
16718 * gdb.arch/i386-bp_permanent.c: New file.
16719 * gdb.arch/i386-bp_permanent.exp: Don't skip on x86_64.
16720 (srcfile): Set to i386-bp_permanent.c.
16721 (top level): Adjust to work in both 32-bit and 64-bit modes. Test
16722 that stepi does not execute the 'leave' instruction, instead of
16723 testing it does execute.
16724 * gdb.base/bp-permanent.c: New file.
16725 * gdb.base/bp-permanent.exp: New file.
16726
af3768e9
DE
167272014-11-10 Doug Evans <xdje42@gmail.com>
16728
16729 PR symtab/17564
16730 * gdb.base/symtab-search-order.exp: New file.
16731 * gdb.base/symtab-search-order.c: New file.
16732 * gdb.base/symtab-search-order-1.c: New file.
16733 * gdb.base/symtab-search-order-shlib-1.c: New file.
16734
9de00a4a
PA
167352014-11-07 Pedro Alves <palves@redhat.com>
16736
16737 PR gdb/17511
16738 * gdb.base/sigstep.exp (in_handler_map) <si+advance>: xfail
16739 i?86-*-linux*.
16740
e0f52461
SC
167412014-11-03 Siva Chandra Reddy <sivachandra@google.com>
16742
16743 PR c++/17494
16744 * gdb.cp/pr17494.cc: New file.
16745 * gdb.cp/pr17494.exp: New file.
16746
6ce8c980
YQ
167472014-11-02 Yao Qi <yao@codesourcery.com>
16748
16749 * gdb.python/python.exp: Get working directory and match the
16750 output of "set extended-prompt \\w " with it.
16751
02be9a71
DE
167522014-10-30 Doug Evans <dje@google.com>
16753
16754 * gdb.python/py-objfile.exp: Add tests for setting random attributes
16755 in objfiles.
16756 * gdb.python/py-progspace.exp: Add tests for setting random attributes
16757 in progspaces.
16758
3bdff46b
LM
167592014-10-30 Janis Johnson <janisjo@codesourcery.com>
16760
16761 * gdb.base/fullpath-expand.exp: Skip for a remote host.
16762 * gdb.base/realname-expand.exp: Likewise.
16763 * gdb.linespec/macro-relative.exp: Likewise.
16764
ab917dfb
PA
167652014-10-29 Pedro Alves <palves@redhat.com>
16766
16767 PR gdb/17408
16768 * gdb.threads/schedlock.c (some_function): New function.
16769 (call_function): New global.
16770 (MAYBE_CALL_SOME_FUNCTION): New macro.
16771 (thread_function): Call it.
16772 * gdb.threads/schedlock.exp (get_args): Add description parameter,
16773 and use it instead of a global counter. Adjust all callers.
16774 (get_current_thread): Use "find current thread" for test message
16775 here rather than having all callers pass down the same string.
16776 (goto_loop): New procedure, factored out from ...
16777 (my_continue): ... this.
16778 (step_ten_loops): Change parameter from test message to command to
16779 use. Adjust.
16780 (list_count): Delete global.
16781 (check_result): New procedure, factored out from duplicate top
16782 level code.
16783 (continue tests): Wrap in with_test_prefix.
16784 (test_step): New procedure, factored out from duplicate top level
16785 code.
16786 (top level): Test "step" in combination with all scheduler-locking
16787 modes. Test "next" in combination with all scheduler-locking
16788 modes, and in combination with stepping over a function call or
16789 not.
16790 * gdb.threads/next-bp-other-thread.c: New file.
16791 * gdb.threads/next-bp-other-thread.exp: New file.
16792
d3d4baed
PA
167932014-10-29 Pedro Alves <palves@redhat.com>
16794
16795 PR python/17372
16796 * gdb.python/python.exp: Test a multi-line command that spawns
16797 interactive Python.
16798 * gdb.base/multi-line-starts-subshell.exp: New file.
16799
563e8d85
YQ
168002014-10-29 Yao Qi <yao@codesourcery.com>
16801
16802 * gdb.base/fileio.exp: Make directories on host.
16803
0ea4d52e
YQ
168042014-10-29 Yao Qi <yao@codesourcery.com>
16805
16806 * gdb.base/fileio.c (test_write): Close the file.
16807
7f5ef605
PA
168082014-10-28 Pedro Alves <palves@redhat.com>
16809
16810 PR gdb/12623
16811 * gdb.base/sigstep.c (no_handler): New global.
16812 (main): If 'no_handler is true, set the signal handlers to
16813 SIG_IGN.
16814 * gdb.base/sigstep.exp (breakpoint_over_handler): Add
16815 with_sw_watch and no_handler parameters. Handle them.
16816 (top level) <stepping over handler when stopped at a breakpoint
16817 test>: Add a test axis for testing with a software watchpoint, and
16818 another for testing with the signal handler set to SIG_IGN.
16819 * gdb.base/step-sw-breakpoint-adjust-pc.c: New file.
16820 * gdb.base/step-sw-breakpoint-adjust-pc.exp: New file.
16821
abbdbd03
PA
168222014-10-28 Pedro Alves <palves@redhat.com>
16823
16824 PR gdb/17511
16825 * gdb.base/sigstep.c (handler): Add a few more writes to 'done'.
16826 * gdb.base/sigstep.exp (other_handler_location): New global.
16827 (advance): Support stepping into the signal handler, and running
16828 commands while in the handler.
16829 (in_handler_map): New global.
16830 (top level): In the advance test, add combinations for getting
16831 into the handler with stepping commands, and for running commands
16832 in the handler. Add comment descripting the advancei tests.
16833
1df4399f
PA
168342014-10-28 Pedro Alves <palves@redhat.com>
16835
16836 * gdb.base/sigstep.exp: Use build_executable instead of
16837 prepare_for_testing.
16838 (top level): Move code that starts GDB, runs to main and creates a
16839 display to ...
16840 (restart): ... this new procedure.
16841 (top level): Move backtrace from signal handler test to ...
16842 (validate_backtrace): ... this new procedure.
16843 (advance, advancei): Rename parameter from 'i' to 'cmd'. Use
16844 with_test_prefix. Always restart GDB.
16845 (skip_to_handler): Rename parameter from 'i' to 'cmd'. Use
16846 with_test_prefix. Always restart GDB. No need to delete
16847 breakpoints after the test.
16848 (test_skip_handler): Remove prefix parameter.
16849 (skip_over_handler, breakpoint_to_handler)
16850 (breakpoint_to_handler_entry, breakpoint_over_handler): Rename
16851 parameter from 'i' to 'cmd'. Use with_test_prefix. Always
16852 restart GDB. No need to delete breakpoints after the test.
16853 (top level): Use foreach to call the test procedures with
16854 different commands.
16855
a5b6e449
PA
168562014-10-28 Pedro Alves <palves@redhat.com>
16857
16858 * gdb.base/sigaltstack.exp: Update to use Bugzilla bug numbers
16859 instead of GNATS numbers.
16860 * gdb.base/sigbpt.exp: Likewise.
16861 * gdb.base/siginfo.exp: Likewise.
16862 * gdb.base/sigstep.exp: Likewise.
16863
e5f8a7cc
PA
168642014-10-27 Pedro Alves <palves@redhat.com>
16865
16866 * gdb.base/sigstep.c (dummy): New global.
16867 (main): Issue a couple writes to the new global.
16868 * gdb.base/sigstep.exp (get_next_pc, test_skip_handler): New
16869 procedures.
16870 (skip_over_handler): Use test_skip_handler.
16871 (top level): Call skip_over_handler for stepi and nexti too.
16872 (breakpoint_over_handler): Use test_skip_handler.
16873 (top level): Call breakpoint_over_handler for stepi and nexti too.
16874
763905a3
YQ
168752014-10-27 Yao Qi <yao@codesourcery.com>
16876
16877 * gdb.trace/tfile.c (adjust_function_address)
16878 [__powerpc64__ && _CALL_ELF != 2]: Get function address from
16879 function descriptor.
16880
6f259a23
DB
168812014-10-24 Don Breazeal <donb@codesourcery.com>
16882
16883 * gdb.base/foll-fork.exp (test_follow_fork,
16884 catch_fork_child_follow): Check for updated fork messages emitted
16885 from infrun.c.
16886 * gdb.base/foll-vfork.exp (vfork_parent_follow_through_step,
16887 vfork_parent_follow_to_bp, vfork_and_exec_child_follow_to_main_bp,
16888 vfork_and_exec_child_follow_through_step): Check for updated vfork
16889 messages emitted from infrun.c.
16890
09dd9a69
PA
168912014-10-24 Pedro Alves <palves@redhat.com>
16892
16893 * gdb.base/corefile.exp: Remove references to ultrix.
16894 * gdb.base/interrupt.exp: Likewise.
16895 * gdb.base/whatis.exp: Likewise.
16896 * gdb.gdb/selftest.exp: Likewise.
16897 * gdb.threads/manythreads.exp: Likewise.
16898 * gdb.threads/print-threads.exp: Likewise.
16899 * gdb.threads/pthreads.exp:: Likewise.
16900 * gdb.threads/schedlock.exp: Likewise.
16901
3433cfa5
SC
169022014-10-24 Siva Chandra Reddy <sivachandra@google.com>
16903
16904 * gdb.cp/non-trivial-retval.cc: Add a test case.
16905 * gdb.cp/non-trivial-retval.exp: Add a test.
16906
092f880b
YQ
169072014-10-20 Yao Qi <yao@codesourcery.com>
16908
16909 * gdb.python/py-objfile-script-gdb.py.in: Rename it to ...
16910 * gdb.python/py-objfile-script-gdb.py: New file.
16911 * gdb.python/py-objfile-script.exp: Update reference to
16912 py-objfile-script-gdb.py.in. Use gdb_remote_donwload instead
16913 of remote_download. Remove the dest file.
16914
acbdb7f3
YQ
169152014-10-20 Yao Qi <yao@codesourcery.com>
16916
16917 * gdb.base/checkpoint.exp: Don't remove file copied on host.
16918 * gdb.base/step-line.exp: Likewise.
16919 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
16920 * gdb.dwarf2/dw2-basic.exp: Likewise.
16921 * gdb.dwarf2/dw2-compressed.exp: Likewise.
16922 * gdb.dwarf2/dw2-filename.exp: Likewise.
16923 * gdb.dwarf2/dw2-intercu.exp: Likewise.
16924 * gdb.dwarf2/dw2-intermix.exp: Likewise.
16925 * gdb.dwarf2/dw2-producer.exp: Likewise.
16926 * gdb.dwarf2/mac-fileno.exp: Likewise.
16927 * gdb.python/py-frame-args.exp: Likewise.
16928 * gdb.python/py-framefilter.exp: Likewise.
16929 * gdb.python/py-mi.exp: Likewise.
16930 * gdb.python/py-objfile-script.exp: Likewise
16931 * gdb.python/py-pp-integral.exp: Likewise.
16932 * gdb.python/py-pp-re-notag.exp: Likewise.
16933 * gdb.python/py-prettyprint.exp: Likewise.
16934 * gdb.python/py-section-script.exp: Likewise.
16935 * gdb.python/py-typeprint.exp: Likewise.
16936 * gdb.python/py-xmethods.exp: Likewise.
16937 * gdb.stabs/weird.exp: Likewise.
16938 * gdb.xml/tdesc-regs.exp: Likewise.
16939
bd286a29
KCY
169402014-10-18 Kwok Cheung Yeung <kcy@codesourcery.com>
16941
16942 * gdb.dwarf2/dw2-dir-file-name.exp (addr_len): New.
16943 (out_cu): Use addr_len for the size of addresses.
16944 (out_line): Likewise. Size DW_LNE_set_address instruction
16945 according to addr_len.
16946 * gdb.dwarf2/dw2-dir-file-name.c (START_INSNS): New.
16947 (FUNC): Add START_INSNS to definition.
16948
673dc4a0
YQ
169492014-10-18 Yao Qi <yao@codesourcery.com>
16950
16951 * gdb.base/argv0-symlink.exp: Check argv[0] value if
16952 gdb_has_argv0 return true.
16953 * gdb.guile/scm-value.exp (test_value_in_inferior): Don't
16954 check [target_info exists noargs], check [gdb_has_argv0]
16955 instead.
16956 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
16957 * lib/gdb.exp (gdb_has_argv0, gdb_has_argv0_1): New
16958 procedures.
16959
4ffbba72
DE
169602014-10-17 Doug Evans <dje@google.com>
16961
16962 * gdb.python/py-events.exp: Update expected output for clear_objfiles
16963 event.
16964 * gdb.python/py-events.py: Add clear_objfiles event.
16965
d096d8c1
DE
169662014-10-17 Doug Evans <dje@google.com>
16967
16968 * gdb.python/py-objfile.exp: Test progspace attribute.
16969
a80db015
LM
169702014-10-17 Luis Machado <lgustavo@codesourcery.com>
16971
16972 * gdb.guile/scm-breakpoint.exp: Do not assume any
16973 directory separators when matching source file paths.
16974 * gdb.python/py-breakpoint.exp: Likewise.
16975 * gdb.reverse/break-precsave.exp: Likewise.
16976 * gdb.reverse/break-reverse.exp: Likewise.
16977 * gdb.reverse/consecutive-precsave.exp: Likewise.
16978 * gdb.reverse/finish-precsave.exp: Likewise.
16979 * gdb.reverse/finish-reverse-bkpt.exp: Likewise.
16980 * gdb.reverse/finish-reverse.exp: Likewise.
16981 * gdb.reverse/i386-precsave.exp: Likewise.
16982 * gdb.reverse/i387-env-reverse.exp: Likewise.
16983 * gdb.reverse/i387-stack-reverse.exp: Likewise.
16984 * gdb.reverse/machinestate-precsave.exp: Likewise.
16985 * gdb.reverse/machinestate.exp: Likewise.
16986 * gdb.reverse/sigall-precsave.exp: Likewise.
16987 * gdb.reverse/solib-precsave.exp: Likewise.
16988 * gdb.reverse/step-precsave.exp: Likewise.
16989 * gdb.reverse/until-precsave.exp: Likewise.
16990 * gdb.reverse/watch-precsave.exp: Likewise.
16991 * gdb.reverse/watch-reverse.exp: Likewise.
16992
b22089ab
YQ
169932014-10-17 Yao Qi <yao@codesourcery.com>
16994
16995 * lib/gdb.exp (gdb_skip_xml_test): Copy trivial.xml to host.
16996 * gdb.xml/tdesc-regs.exp: Copy single-reg.xml to host.
16997
6c4486e6
PA
169982014-10-17 Pedro Alves <palves@redhat.com>
16999
17000 PR gdb/17471
17001 * gdb.base/bg-execution-repeat.c: New file.
17002 * gdb.base/bg-execution-repeat.exp: New file.
17003
0ff33695
PA
170042014-10-17 Pedro Alves <palves@redhat.com>
17005
17006 PR gdb/17300
17007 * gdb.base/continue-all-already-running.c: New file.
17008 * gdb.base/continue-all-already-running.exp: New file.
17009
6fdebc3d
PA
170102014-10-17 Pedro Alves <palves@redhat.com>
17011
17012 PR gdb/17472
17013 * gdb.base/annota-input-while-running.c: New file.
17014 * gdb.base/annota-input-while-running.exp: New file.
17015
32a8097b
PA
170162014-10-17 Pedro Alves <palves@redhat.com>
17017
17018 * gdb.base/callfuncs.exp: emove references to osf.
17019 * gdb.base/sigall.exp: Likewise.
17020 * gdb.gdb/selftest.exp: Likewise.
17021 * gdb.hp/gdb.base-hp/callfwmall.exp: Likewise.
17022 * gdb.mi/non-stop.c: Likewise.
17023 * gdb.mi/pthreads.c: Likewise.
17024 * gdb.reverse/sigall-precsave.exp: Likewise.
17025 * gdb.reverse/sigall-reverse.exp: Likewise.
17026 * gdb.threads/pthreads.c: Likewise.
17027 * gdb.threads/pthreads.exp: Likewise.
17028
7a3517ff
YQ
170292014-10-17 Yao Qi <yao@codesourcery.com>
17030
17031 * gdb.base/commands.exp (gdbvar_complex_if_while_test): Don't
17032 check 'target_info exists noargs'.
17033 (test_command_prompt_position): Likewise.
17034 (progvar_simple_if_test): Don't check 'target_info exists noargs'.
17035 Remove "set args".
17036 (progvar_simple_while_test): Likewise.
17037 (progvar_complex_if_while_test): Likewise.
17038 (if_while_breakpoint_command_test): Likewise.
17039 (infrun_breakpoint_command_test): Likewise.
17040 (breakpoint_command_test): Likewise.
17041 (watchpoint_command_test): Likewise.
17042 (bp_deleted_in_command_test): Likewise.
17043 (temporary_breakpoint_commands): Likewise.
17044
bb99c472
YQ
170452014-10-16 Yao Qi <yao@codesourcery.com>
17046
17047 * gdb.base/remotetimeout.exp: Remove noargs checking.
17048
7c16b83e
PA
170492014-10-15 Pedro Alves <palves@redhat.com>
17050
17051 PR breakpoints/9649
17052 * gdb.base/breakpoint-in-ro-region.c (main): Add more instructions.
17053 * gdb.base/breakpoint-in-ro-region.exp
17054 (probe_target_hardware_step): New procedure.
17055 (top level): Probe hardware stepping and hardware breakpoint
17056 support. Test stepping through a read-only region, with both
17057 "breakpoint auto-hw" on and off and both "always-inserted" on and
17058 off.
17059
35a49624
IB
170602014-10-15 Iain Buclaw <ibuclaw@gdcproject.org>
17061
17062 * gdb.dlang/demangle.exp: Update for demangling changes.
17063
2d1c107c
SC
170642014-10-15 Siva Chandra Reddy <sivachandra@google.com>
17065
17066 * gdb.cp/non-trivial-retval.cc: Add new test cases.
17067 * gdb.cp/non-trivial-retval.exp: Add new tests.
17068
778811d5
SC
170692014-10-15 Siva Chandra Reddy <sivachandra@google.com>
17070
17071 PR c++/13403
17072 PR c++/15154
17073 * gdb.cp/non-trivial-retval.cc: New file.
17074 * gdb.cp/non-trivial-retval.exp: New file.
17075
10c5f0a8
YQ
170762014-10-15 Yao Qi <yao@codesourcery.com>
17077
17078 * gdb.python/py-parameter.exp: Don't match $srcdir/$subdir on
17079 remote host.
17080
65d7b369
YQ
170812014-10-15 Yao Qi <yao@codesourcery.com>
17082
17083 * gdb.python/py-symbol.exp: Match file base name if host is
17084 remote, otherwise match file name with dir name.
17085 * gdb.python/py-symtab.exp: Likewise.
17086 * gdb.python/python.exp: Likewise.
17087
46dc1394
YQ
170882014-10-15 Yao Qi <yao@codesourcery.com>
17089
17090 * gdb.python/py-symbol.exp: Remove trailing ".*" in the
17091 pattern.
17092 * gdb.python/py-symtab.exp: Likewise.
17093 * gdb.python/python.exp: Remove trailing ".*". Fix typo
17094 locationn.
17095
c40cc657
JB
170962014-10-14 Joel Brobecker <brobecker@adacore.com>
17097
17098 * gdb.ada/addr_arith: New testcase.
17099
2abf49e1
MR
171002014-10-14 Maciej W. Rozycki <macro@codesourcery.com>
17101
17102 * gdb.dwarf2/dw2-case-insensitive-debug.S: Handle 64-bit pointers.
17103 * gdb.dwarf2/dw2-case-insensitive.exp: Update accordingly.
17104 * gdb.dwarf2/dw2-skip-prologue.S: Handle 64-bit pointers.
17105 * gdb.dwarf2/dw2-skip-prologue.exp: Update accordingly.
17106
f7088df3
SDJ
171072014-10-14 Sergio Durigan Junior <sergiodj@redhat.com>
17108
17109 * gdb.arch/stap-eval-lang-ada.S: Likewise.
17110 * gdb.arch/stap-eval-lang-ada.c: Likewise.
17111 * gdb.arch/stap-eval-lang-ada.exp: New file.
17112
4dc06805
YQ
171132014-10-14 Yao Qi <yao@codesourcery.com>
17114
17115 * gdb.mi/mi-var-child.c (nothing1): New function.
17116 (nothing2): New function.
17117 (do_children_tests): Set function pointers by nothing1 and
17118 nothing2.
17119 * gdb.mi/mi-var-child.exp: Step over new added statements.
17120 Update test to match the new output.
17121 * gdb.mi/var-cmd.c (nothing1): New function.
17122 (nothing2): New function.
17123 (do_children_tests): Set function pointers by nothing1 and
17124 nothing2.
17125 * gdb.mi/mi-var-display.exp: Update test to match output.
17126 Step to the line specified by $line_dct_nothing.
17127 Increase the number of lines to step.
17128
46a93de2
YQ
171292014-10-14 Yao Qi <yao@codesourcery.com>
17130
17131 * gdb.mi/mi-var-child.exp: Use mi_varobj_update to simplify
17132 tests.
17133 * gdb.mi/mi2-var-child.exp: Likewise.
17134
14ea52ee
DE
171352014-10-13 Doug Evans <dje@google.com>
17136
17137 * gdb.python/py-objfile.exp: Change name of file name test.
17138
e5c6e92b
DE
171392014-10-13 Doug Evans <dje@google.com>
17140
17141 * gdb.dwarf2/dw2-op-out-param.S: Make DW_FORM_ref4 values be the offset
17142 from the start of the CU.
17143
c780cc2f
JK
171442014-10-13 Jan Kratochvil <jan.kratochvil@redhat.com>
17145 Yao Qi <yao@codesourcery.com>
17146
17147 Fix "save breakpoints" for "catch" command.
17148 * gdb.base/catch-signal.exp: Add gdb_breakpoint "main".
17149 Remove -nonewline. Match also the added "main" line.
17150
99894e11
JK
171512014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
17152
17153 Fix "save breakpoints" for "disable $bpnum" command.
17154 * gdb.base/save-bp.c (main): Add label.
17155 * gdb.base/save-bp.exp: Add 8th disabled breakpoint. Match it.
17156
6e1ac5a3
JK
171572014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
17158
17159 * gdb.base/save-bp.exp (info break): Use gdb_test_sequence.
17160
754dd2b0
YQ
171612014-10-11 Yao Qi <yao@codesourcery.com>
17162
17163 * gdb.server/server-kill.exp: Execute command
17164 "set remote trace-status-packet on" before "tstatus".
17165
f90183d7
YQ
171662014-10-11 Yao Qi <yao@codesourcery.com>
17167
17168 * gdb.server/server-kill.c: Include sys/types.h and unistd.h.
17169 (main): Call getppid.
17170 * gdb.server/server-kill.exp: Set breakpoint on line "i = 0;"
17171 and continue to it. Read variable "server_pid".
17172
bf40a607
YQ
171732014-10-11 Yao Qi <yao@codesourcery.com>
17174
17175 * gdb.server/server-kill.exp: Remove "delete_breakpoints".
17176
052ca370
YQ
171772014-10-11 Yao Qi <yao@codesourcery.com>
17178
17179 * gdb.threads/thread-find.exp: Don't execute command
17180 "info threads".
17181 * gdb.threads/attach-into-signal.exp (corefunc): Likewise.
17182 * gdb.threads/linux-dp.exp: Don't check the condition
17183 $threads_created equals to zero.
17184
3831839c
PA
171852014-10-10 Pedro Alves <palves@redhat.com>
17186
17187 * gdb.base/bigcore.exp: Remove references to IRIX.
17188 * gdb.base/funcargs.exp: Likewise.
17189 * gdb.base/interrupt.exp: Likewise.
17190 * gdb.base/mips_pro.exp: Likewise.
17191 * gdb.base/nodebug.exp: Likewise.
17192 * gdb.base/setvar.exp: Likewise.
17193 * lib/gdb.exp (gdb_compile_shlib): Remove mips-sgi-irix* case.
17194
8b9a549d
PA
171952014-10-10 Jan Kratochvil <jan.kratochvil@redhat.com>
17196 Pedro Alves <palves@redhat.com>
17197
17198 PR symtab/14466
17199 * gdb.base/vdso-warning.c: New file.
17200 * gdb.base/vdso-warning.exp: New file.
17201
d48ba5e8
DE
172022014-10-02 Doug Evans <dje@google.com>
17203
17204 * gdb.base/structs.c (main): Don't run forever.
17205
2278c276
PA
172062014-10-02 Pedro Alves <palves@redhat.com>
17207
17208 * gdb.threads/manythreads.exp (interrupt_and_wait): New procedure.
17209 (top level) <stop threads 1, stop threads 2>: Use it.
17210
b57bacec
PA
172112014-10-02 Pedro Alves <palves@redhat.com>
17212
17213 * gdb.threads/break-while-running.exp (test): Add new
17214 'update_thread_list' argument. Skip "info threads" if false.
17215 (top level): Add new 'update_thread_list' axis.
17216
13fd3ff3
PA
172172014-10-02 Pedro Alves <palves@redhat.com>
17218
17219 PR breakpoints/17431
17220 * gdb.base/execl-update-breakpoints.c: New file.
17221 * gdb.base/execl-update-breakpoints.exp: New file.
17222
0fec99e8
PA
172232014-10-01 Pedro Alves <palves@redhat.com>
17224
17225 * gdb.base/breakpoint-in-ro-region.c: New file.
17226 * gdb.base/breakpoint-in-ro-region.exp: New file.
17227
2ddf4301
SM
172282014-10-01 Simon Marchi <simon.marchi@ericsson.com>
17229
17230 * gdb.mi/mi-exit-code.exp: New file.
17231 * gdb.mi/mi-exit-code.c: New file.
17232
6a5f3f43
YQ
172332014-09-30 Yao Qi <yao@codesourcery.com>
17234
17235 * lib/prelink-support.exp (build_executable_own_libs): Error if
17236 the target isn't native.
17237
345bcc73
YQ
172382014-09-30 Yao Qi <yao@codesourcery.com>
17239
17240 * gdb.threads/dlopen-libpthread.exp: Skip it if isnative is
17241 false.
17242
a25a5a45
PA
172432014-09-22 Pedro Alves <palves@redhat.com>
17244
17245 * gdb.threads/break-while-running.exp: New file.
17246 * gdb.threads/break-while-running.c: New file.
17247
00ba3162
YQ
172482014-09-19 Yao Qi <yao@codesourcery.com>
17249
17250 * gdb.dwarf2/dw2-var-zero-addr.exp: Move test into new proc test.
17251 Invoke test. Restart GDB with --readnow and invoke test again.
17252
c3b7b696
YQ
172532014-09-19 Yao Qi <yao@codesourcery.com>
17254
17255 * gdb.base/break-on-linker-gcd-function.exp: Move test into new
17256 proc set_breakpoint_on_gcd_function. Invoke
17257 set_breakpoint_on_gcd_function. Restart GDB with --readnow and
17258 invoke set_breakpoint_on_gcd_function again.
17259
2b4fd423
DE
172602014-09-18 Doug Evans <dje@google.com>
17261
17262 * gdb.dwarf2/symtab-producer.exp: New file.
17263
a5947601
SDJ
172642014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
17265
17266 * gdb.base/global-var-nested-by-dso-solib1.c: New file.
17267 * gdb.base/global-var-nested-by-dso-solib2.c: Likewise.
17268 * gdb.base/global-var-nested-by-dso.c: Likewise.
17269 * gdb.base/global-var-nested-by-dso.exp: Likewise.
17270
91c19059
SDJ
172712014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
17272 Pedro Alves <palves@redhat.com>
17273
17274 * gdb.base/watch-bitfields.exp: Pass string other than test file
17275 name to prepare_for_testing.
17276 (watch): New procedure.
17277 (expect_watchpoint): Use with_test_prefix.
17278 (top level): Factor out tests to ...
17279 (test_watch_location, test_regular_watch): ... these new
17280 procedures, and use with_test_prefix and gdb_continue_to_end.
17281
bb9d5f81
PP
172822014-09-16 Patrick Palka <patrick@parcs.ath.cx>
17283
17284 PR breakpoints/12526
17285 * gdb.base/watch-bitfields.exp: New file.
17286 * gdb.base/watch-bitfields.c: New file.
17287
635856f5
PA
172882014-09-16 Pedro Alves <palves@redhat.com>
17289
17290 * gdb.base/watchpoint-stops-at-right-insn.exp (test): Compare
17291 software and hardware addresses, not software address against
17292 itself.
17293
7280ceea
PA
172942014-09-16 Pedro Alves <palves@redhat.com>
17295
17296 * gdb.base/watchpoint-stops-at-right-insn.c: New file.
17297 * gdb.base/watchpoint-stops-at-right-insn.exp: New file.
17298
428b16bd
PA
172992014-09-16 Pedro Alves <palves@redhat.com>
17300
17301 * config/vx.exp, config/vxworks.exp, config/vxworks29k.exp: Delete
17302 files.
17303 * gdb.base/a2-run.exp: Remove all code guarded by istarget
17304 "*-*-vxworks*" throughout.
17305 * gdb.base/break.exp: Likewise.
17306 * gdb.base/default.exp: Likewise.
17307 * gdb.base/scope.exp: Likewise.
17308 * gdb.base/sepdebug.exp: Likewise.
17309 * gdb.base/break.c: Remove all code guarded by #ifdef vxworks
17310 throughout.
17311 * gdb.base/run.c: Likewise.
17312 * gdb.base/sepdebug.c: Likewise.
17313 * gdb.hp/gdb.aCC/run.c: Likewise.
17314 * gdb.reverse/until-reverse.c: Likewise.
17315 * lib/gdb.exp (gdb_compile): Remove is_vxworks branch.
17316
666d413c
YQ
173172014-09-16 Yao Qi <yao@codesourcery.com>
17318
17319 * boards/local-remote-host-native.exp: New file.
17320
57cbd724
DE
173212014-09-14 Doug Evans <xdje42@gmail.com>
17322
17323 * gdb.threads/queue-signal.c (thread_count): New variable.
17324 (thread_count_mutex, thread_count_condvar): New variables.
17325 (incr_thread_count, wait_all_threads_running): New functions.
17326 (main): Wait for all threads to be in their thread functions.
17327
81219e53
DE
173282014-09-13 Doug Evans <xdje42@gmail.com>
17329
17330 * gdb.threads/queue-signal.c: New file.
17331 * gdb.threads/queue-signal.exp: New file.
17332
3714cea7
DE
173332014-09-13 Doug Evans <xdje42@gmail.com>
17334
17335 * lib/gdb.exp (gdb_prompt): Add comment and change initial value to
17336 be consistent with what default_gdb_init uses.
17337 (with_gdb_prompt): Change form of PROMPT argument from a regexp to
17338 the plain text of the prompt. Add some logging printfs.
17339 * gdb.perf/disassemble.exp: Update call to with_gdb_prompt.
17340
fa43b1d7
PA
173412014-09-12 Pedro Alves <palves@redhat.com>
17342
17343 * gdb.arch/gdb1558.exp: Replace uses of gdb_expect after
17344 gdb_run_cmd with gdb_test_multiple or gdb_test throughout.
17345 * gdb.arch/i386-size-overlap.exp: Likewise.
17346 * gdb.arch/i386-size.exp: Likewise.
17347 * gdb.arch/i386-unwind.exp: Likewise.
17348 * gdb.base/a2-run.exp: Likewise.
17349 * gdb.base/break.exp: Likewise.
17350 * gdb.base/charset.exp: Likewise.
17351 * gdb.base/chng-syms.exp: Likewise.
17352 * gdb.base/commands.exp: Likewise.
17353 * gdb.base/dbx.exp: Likewise.
17354 * gdb.base/find.exp: Likewise.
17355 * gdb.base/funcargs.exp: Likewise.
17356 * gdb.base/jit-simple.exp: Likewise.
17357 * gdb.base/reread.exp: Likewise.
17358 * gdb.base/sepdebug.exp: Likewise.
17359 * gdb.base/step-bt.exp: Likewise.
17360 * gdb.cp/mb-inline.exp: Likewise.
17361 * gdb.cp/mb-templates.exp: Likewise.
17362 * gdb.objc/basicclass.exp: Likewise.
17363 * gdb.threads/killed.exp: Likewise.
17364
9d9bf2df
EBM
173652014-09-12 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
17366
17367 PR tdep/17379
17368 * gdb.arch/powerpc-stackless.S: New file.
17369 * gdb.arch/powerpc-stackless.exp: New file.
17370
1cf2f1b0
JK
173712014-09-12 Jan Kratochvil <jan.kratochvil@redhat.com>
17372
17373 * gdb.base/attach.c: Include unistd.h.
17374 (main): Call alarm. Add label postloop.
17375 * gdb.base/attach.exp (do_attach_tests): Use gdb_get_line_number,
17376 gdb_breakpoint, gdb_continue_to_breakpoint.
17377 (test_command_line_attach_run): Kill ${testpid} in one exit path.
17378
98880d46
PA
173792014-09-11 Pedro Alves <palves@redhat.com>
17380
17381 PR gdb/17347
17382 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): New procedure.
17383 * gdb.base/attach.exp (test_command_line_attach_run): New
17384 procedure.
17385 (top level): Call it.
17386
4c92ff2c
PA
173872014-09-11 Pedro Alves <palves@redhat.com>
17388
17389 * lib/gdb.exp (spawn_wait_for_attach): New procedure.
17390 * gdb.base/attach.exp (do_attach_tests, do_call_attach_tests)
17391 (do_command_attach_tests): Use spawn_wait_for_attach.
17392 * gdb.base/solib-overlap.exp: Likewise.
17393 * gdb.multi/multi-attach.exp: Likewise.
17394 * gdb.python/py-prompt.exp: Likewise.
17395 * gdb.python/py-sync-interp.exp: Likewise.
17396 * gdb.server/ext-attach.exp: Likewise.
17397
3adc1a7d
GKB
173982014-09-11 Gabriel Krisman Bertazi <gabriel@krisman.be>
17399
17400 * gdb.fortran/array-element.exp: Remove unexpected "continue"
17401 command in testcase. Simplify testcase.
17402
96334934
JB
174032014-09-10 Joel Brobecker <brobecker@adacore.com>
17404
17405 * gdb.dwarf2/dynarr-ptr.exp: Add a few ptype tests.
17406
eb479039
JB
174072014-09-10 Joel Brobecker <brobecker@adacore.com>
17408
17409 * gdb.dwarf2/dynarr-ptr.exp: Add 'first, 'last and 'length tests.
17410
deede10c
JB
174112014-09-10 Joel Brobecker <brobecker@adacore.com>
17412
17413 * gdb.dwarf2/dynarr-ptr.exp: Add subscripting tests.
17414
7828a5f5
JB
174152014-09-10 Joel Brobecker <brobecker@adacore.com>
17416
17417 * gdb.dwarf2/dynarr-ptr.c: New file.
17418 * gdb.dwarf2/dynarr-ptr.exp: New file.
17419
33aeebcf
MR
174202014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
17421
17422 * gdb.base/watchpoint-solib.exp: Increase the timeout by a factor
17423 of 30 rather than hardcoding 120 for a slow test case. Take the
17424 `gdb,timeout' target setting into account for this calculation.
17425 Don't extend the timeout for the test cases that don't need it.
17426
7b415901
MR
174272014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
17428
17429 * gdb.reverse/sigall-reverse.exp: Increase the timeout by
17430 a factor of 2 for a slow test case. Take the `gdb,timeout'
17431 target setting into account for this calculation.
17432 * gdb.reverse/until-precsave.exp: Increase the timeout by
17433 a factor of 15 and 3 respectively rather than adding 120
17434 for a pair of slow test cases. Take the `gdb,timeout'
17435 target setting into account for this calculation.
17436
4a40f85a
MR
174372014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
17438
17439 * lib/gdb.exp (gdb_test_multiple): Remove code to select the
17440 timeout, don't pass one down to gdb_expect.
17441 (gdb_expect): Rework timeout selection.
17442
09635af7
MR
174432014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
17444
17445 * lib/gdbserver-support.exp (gdbserver_start): Throw an error
17446 exception on timeout.
17447 (gdbserver_run): Catch any `gdbserver_spawn' error exceptions.
17448 (gdbserver_start_extended): Catch any `gdbserver_start' error
17449 exceptions.
17450 (gdbserver_start_multi, mi_gdbserver_start_multi): Likewise.
17451 * lib/mi-support.exp (mi_gdb_target_load): Catch any
17452 `gdbserver_gdb_load' error exceptions.
17453
2bdd10b7
MR
174542014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
17455
17456 * lib/gdbserver-support.exp (gdbserver_start): Set timeout to
17457 120 on waiting for the TCP socket to open.
17458
316935f0
DE
174592014-09-09 Doug Evans <xdje42@gmail.com>
17460
17461 * gdb.base/default.exp (show_conv_list): Add _caller_is,
17462 _caller_matches, _any_caller_is, _any_caller_matches.
17463
83740597
DE
174642014-09-09 Doug Evans <xdje42@gmail.com>
17465
17466 * gdb.guile/scm-error.exp: Handle guile 2.2 backtrace output.
17467
4c122fc3
YQ
174682014-09-09 Yao Qi <yao@codesourcery.com>
17469
17470 * gdb.mi/mi-var-display.exp: Set print symbol off.
17471
a9f116cb
GKB
174722014-09-07 Gabriel Krisman Bertazi <gabriel@krisman.be>
17473
17474 PR gdb/17035
17475 * gdb.base/commands.exp: Add tests to verify user-defined
17476 commands with empty bodies.
17477 * gdb.python/py-cmd.exp: Test that we don't show user-defined
17478 python commands in `show user command`.
17479 * gdb.python/scm-cmd.exp: Test that we don't show user-defined
17480 scheme commands in `show user command`.
17481
c75bd3a2
JK
174822014-09-07 Jan Kratochvil <jan.kratochvil@redhat.com>
17483
17484 PR python/17355
17485 * gdb.python/amd64-py-framefilter-invalidarg.S: New file.
17486 * gdb.python/py-framefilter-invalidarg-gdb.py.in: New file.
17487 * gdb.python/py-framefilter-invalidarg.exp: New file.
17488 * gdb.python/py-framefilter-invalidarg.py: New file.
17489
faa42425
DE
174902014-09-06 Doug Evans <xdje42@gmail.com>
17491
17492 PR 15276
17493 * gdb.python/py-caller-is.c: New file.
17494 * gdb.python/py-caller-is.exp: New file.
17495
474ca4f6
SDJ
174962014-09-05 Sergio Durigan Junior <sergiodj@redhat.com>
17497
17498 PR gdb/17235
17499 * gdb.arch/amd64-stap-wrong-subexp.exp: New file.
17500 * gdb.arch/amd64-stap-wrong-subexp.S: Likewise.
17501
eb0b0463
SDJ
175022014-09-04 Sergio Durigan Junior <sergiodj@redhat.com>
17503
17504 PR fortran/17237
17505 * gdb.fortran/print-formatted.exp: New file.
17506 * gdb.fortran/print-formatted.f90: Likewise.
17507
5f3b99cf
SS
175082014-09-03 Sasha Smundak <asmundak@google.com>
17509
17510 * gdb.python/py-frame.exp: Test Frame.read_register.
17511
7d793aa9
SDJ
175122014-09-03 Sergio Durigan Junior <sergiodj@redhat.com>
17513
17514 PR python/16699
17515 * gdb.python/py-completion.exp: New file.
17516 * gdb.python/py-completion.py: Likewise.
17517
fb0576e9
DE
175182014-08-28 Doug Evans <dje@google.com>
17519
17520 * gdb.arch/amd64-pseudo.c (main): Rewrite to better specify when
17521 eax,etc. are live with values set by gdb and thus the compiler can't
17522 use them.
17523 * gdb.arch/i386-pseudo.c (main): Ditto.
17524
ee92b0dd
DE
175252014-08-27 Doug Evans <dje@google.com>
17526
17527 * lib/gdb.exp (gdb_compile_shlib): Add support for clang.
17528
6649db35
DE
175292014-08-25 Doug Evans <dje@google.com>
17530
17531 * gdb.mi/basics.c (callee3, callee2, callee1): Specify result type.
17532 (main): Ditto.
17533
564b7600
DE
175342014-08-25 Doug Evans <dje@google.com>
17535
17536 * gdb.threads/thread-execl.exp: #include <stdio.h>.
17537
3881fb67
YQ
175382014-08-24 Yao Qi <yao@codesourcery.com>
17539
17540 * gdb.guile/scm-value.exp (test_lazy_strings): Set print
17541 symbol off.
17542 * gdb.python/py-value.exp (test_lazy_strings): Likewise.
17543
a05a36a5
DE
175442014-08-22 Doug Evans <dje@google.com>
17545
17546 PR 17276
17547 * gdb.dwarf2/dw2-single-line-discriminators.S: New file.
17548 * gdb.dwarf2/dw2-single-line-discriminators.c: New file.
17549 * gdb.dwarf2/dw2-single-line-discriminators.exp: New file.
17550
7c343b48
YQ
175512014-08-22 Yao Qi <yao@codesourcery.com>
17552
17553 * gdb.python/py-finish-breakpoint.exp: Copy .py file to host.
17554 * gdb.python/py-finish-breakpoint2.exp: Likewise.
17555 * gdb.python/python.exp: Likewise. Use .py file on the host
17556 instead of the build.
17557
22fd09ae
JK
175582014-08-21 Jan Kratochvil <jan.kratochvil@redhat.com>
17559
17560 * gdb.threads/gcore-stale-thread.c: New file.
17561 * gdb.threads/gcore-stale-thread.exp: New file.
17562
a8454a7c
PA
175632014-08-21 Pedro Alves <palves@redhat.com>
17564
17565 * gdb.base/gcore-buffer-overflow.exp: Remove "help gcore" test.
17566 * gdb.base/gcore-relro-pie.exp: Likewise.
17567 * gdb.base/gcore-relro.exp: Likewise.
17568 * gdb.base/gcore.exp: Likewise.
17569 * gdb.base/print-symbol-loading.exp: Likewise.
17570 * gdb.threads/gcore-thread.exp: Likewise.
17571 * lib/gdb.exp (gdb_gcore_cmd): Don't expect "Undefined command".
17572
2a31c623
PA
175732014-08-20 Pedro Alves <palves@redhat.com>
17574 Jan Kratochvil <jan.kratochvil@redhat.com>
17575
17576 * Makefile.in (EXTRA_RULES, CC): New variables, get from
17577 configure.
17578 (EXPECT): Handle READ1 being set.
17579 (all): Depend on EXTRA_RULES.
17580 (check-read1, expect-read1, read1.so, read1): New rules.
17581 * README (Testsuite Parameters): Document the READ1 make variable.
17582 (Race detection): New section.
17583 * configure: Regenerate.
17584 * configure.ac: If build==host==target, and running under a
17585 GNU/glibc system, add read1 to the extra Makefile rules.
17586 (EXTRA_RULES): AC_SUBST it.
17587 * lib/read1.c: New file.
17588
d36430db
JB
175892014-08-20 Joel Brobecker <brobecker@adacore.com>
17590
17591 * gdb.dwarf2/data-loc.exp: Add additional tests exercising
17592 the handling of variables declared as a typedef to an array
17593 which a DW_AT_data_location attribute.
17594
9a0dc9e3
PA
175952014-08-19 Andrew Burgess <aburgess@broadcom.com>
17596 Pedro Alves <palves@redhat.com>
17597
17598 PR symtab/14604
17599 PR symtab/14605
17600 * gdb.dwarf2/dw2-op-out-param.exp: Remove kfail branches and use
17601 gdb_test.
17602
0718a8da
PA
176032014-08-19 Pedro Alves <palves@redhat.com>
17604
17605 * gdb.base/watchpoint-hw-hit-once.c (main): Update comment.
17606
13b448cd
YQ
176072014-08-19 Yao Qi <yao@codesourcery.com>
17608
17609 * gdb.base/watchpoint-hw-hit-once.exp: Set breakpoint on the
17610 right line.
17611
1cbf5077
DB
176122014-08-18 David Blaikie <dblaikie@gmail.com>
17613
17614 * boards/fission.exp: Explicitly pass -ggnu-pubnames for clang.
17615
bf0fae19
JB
176162014-08-18 Joel Brobecker <brobecker@adacore.com>
17617
17618 * gdb.dwarf2/data-loc.exp: Remove second DW_AT_upper bound
17619 attribute in array range.
17620
3c8c5dcc
JB
176212014-08-18 Joel Brobecker <brobecker@adacore.com>
17622
17623 * gdb.dwarf2/data-loc.c, gdb.dwarf2/data-loc.exp: New files.
17624
e66d4446
SC
176252014-08-15 Siva Chandra Reddy <sivachandra@google.com>
17626
17627 PR c++/17132
17628 * gdb.cp/pr17132.cc: New file.
17629 * gdb.cp/pr17132.exp: New file.
17630
940df408
SC
176312014-08-15 Siva Chandra Reddy <sivachandra@google.com>
17632
17633 * gdb.python/py-xmethods.py (A_getarrayind)
17634 (E_method_char_worker.__call__, E_method_int_worker.__call__):
17635 Use 'print' with function call syntax.
17636 (E_method_matcher.match): Fix tab vs space indentation mixup.
17637
ebcc6c3a
YQ
176382014-08-15 Yao Qi <yao@codesourcery.com>
17639
17640 * gdb.trace/tfile.exp: Return -1 if generate_tracefile returns
17641 false.
17642
775e0f04
YQ
176432014-08-15 Yao Qi <yao@codesourcery.com>
17644
17645 * gdb.cp/casts.exp: Set print symbol off.
17646 * gdb.cp/class2.exp: Likewise.
17647 * gdb.cp/overload.exp: Likewise.
17648 * gdb.cp/templates.exp: Likewise.
17649
d769e349
DE
176502014-08-11 Doug Evans <dje@google.com>
17651
17652 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
17653 (test_load_shlib): Update.
17654
20c6f1e1
YQ
176552014-08-09 Yao Qi <yao@codesourcery.com>
17656
17657 * gdb.base/display.exp: Invoke is_address_zero_readable.
17658 * gdb.guile/scm-value.exp (test_value_in_inferior): Likewise.
17659 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
17660 * gdb.base/hbreak-unmapped.exp: Return if
17661 is_address_zero_readable returns true.
17662 * gdb.base/signest.exp: Likewise.
17663 * gdb.base/signull.exp: Likewise.
17664 * gdb.base/sigbpt.exp: Likewise.
17665 * gdb.guile/scm-disasm.exp: Do the test if
17666 is_address_zero_readable returns false.
17667 * gdb.guile/scm-pretty-print.exp (run_lang_tests): Likewise.
17668 * gdb.python/py-arch.exp: Likewise.
17669 * gdb.python/py-prettyprint.exp (run_lang_tests): Likewise.
17670 * lib/gdb.exp (is_address_zero_readable): New proc.
17671
5792e8e3
YQ
176722014-08-09 Yao Qi <yao@codesourcery.com>
17673
17674 PR testsuite/13443
17675 * gdb.mi/mi-var-display.exp: Make test messages unique.
17676
3cecbbbe
TT
176772014-08-04 Tom Tromey <tromey@redhat.com>
17678
17679 * gdb.base/sss-bp-on-user-bp-2.exp: Expect output from "set debug
17680 target 0".
17681
00b51ff5
TT
176822014-08-04 Tom Tromey <tromey@redhat.com>
17683
17684 * gdb.base/sss-bp-on-user-bp-2.exp: Match "to_resume", not
17685 "target_resume".
17686
6908c509
JB
176872014-08-01 Joel Brobecker <brobecker@adacore.com>
17688
17689 * gdb.base/vla-datatypes.c (vla_factory): Add new variable
17690 inner_vla_struct_object_size.
17691 * gdb.base/vla-datatypes.exp: Adjust last test, and mark it
17692 as xfail.
17693
cc6563d2
PA
176942014-07-30 Pedro Alves <palves@redhat.com>
17695
17696 * gdb.threads/signal-command-handle-nopass.exp (test): Add
17697 comment.
17698
7e09a223
YQ
176992014-07-29 Yao Qi <yao@codesourcery.com>
17700
17701 PR gdb/17206
17702 * gdb.base/until-nodebug.exp: New.
17703
7ebdbe92
DE
177042014-07-28 Doug Evans <xdje42@gmail.com>
17705
17706 PR guile/17203
17707 * gdb.guile/scm-parameter.exp: Add tests for trying to create
17708 previously existing parameter, and previously ambiguously spelled
17709 parameter.
17710
fdb1adc6
WN
177112014-07-28 Will Newton <will.newton@linaro.org>
17712
17713 * gdb.base/varargs.exp: Remove KFAILs for ARM.
17714
186fcde0
DE
177152014-07-26 Ludovic Courtès <ludo@gnu.org>
17716 Doug Evans <xdje42@gmail.com>
17717
17718 PR guile/17146
17719 * gdb.guile/types-module.exp: Add tests for wrong type arguments.
17720
70509625
PA
177212014-07-25 Pedro Alves <palves@redhat.com>
17722
17723 * gdb.threads/signal-command-handle-nopass.c: New file.
17724 * gdb.threads/signal-command-handle-nopass.exp: New file.
17725 * gdb.threads/signal-command-multiple-signals-pending.c: New file.
17726 * gdb.threads/signal-command-multiple-signals-pending.exp: New file.
17727 * gdb.threads/signal-delivered-right-thread.c: New file.
17728 * gdb.threads/signal-delivered-right-thread.exp: New file.
17729
c3f814a1
PA
177302014-07-25 Pedro Alves <palves@redhat.com>
17731
17732 * gdb.base/double-prompt-target-event-error.exp
17733 (cancel_pagination_in_target_event): Remove '-notransfer <return>'
17734 match.
17735 (cancel_pagination_in_target_event): Rework double prompt
17736 detection.
17737 * gdb.base/paginate-after-ctrl-c-running.exp
17738 (test_ctrlc_while_target_running_paginates): Remove '-notransfer
17739 <return>' match.
17740 * gdb.base/paginate-bg-execution.exp
17741 (test_bg_execution_pagination_return)
17742 (test_bg_execution_pagination_cancel): Remove '-notransfer
17743 <return>' matches.
17744 * gdb.base/paginate-execution-startup.exp
17745 (test_fg_execution_pagination_return)
17746 (test_fg_execution_pagination_cancel): Remove '-notransfer
17747 <return>' matches.
17748 * gdb.base/paginate-inferior-exit.exp
17749 (test_paginate_inferior_exited): Remove '-notransfer <return>'
17750 match.
17751 * lib/gdb-utils.exp (string_to_regexp): Move here from lib/gdb.exp.
17752 * lib/gdb.exp (pagination_prompt): Run text through
17753 string_to_regexp.
17754 (gdb_test_multiple): Match $pagination_prompt instead of
17755 "<return>".
17756 (string_to_regexp): Move to lib/gdb-utils.exp.
17757
e214cf6c
JK
177582014-07-22 Jan Kratochvil <jan.kratochvil@redhat.com>
17759
17760 * gdb.arch/amd64-entry-value-paramref.S: New file.
17761 * gdb.arch/amd64-entry-value-paramref.cc: New file.
17762 * gdb.arch/amd64-entry-value-paramref.exp: New file.
17763 * gdb.arch/amd64-optimout-repeat.S: New file.
17764 * gdb.arch/amd64-optimout-repeat.c: New file.
17765 * gdb.arch/amd64-optimout-repeat.exp: New file.
17766
17d0c5c8
JK
177672014-07-17 Jan Kratochvil <jan.kratochvil@redhat.com>
17768
17769 PR gdb/17170
17770 * gdb.base/statistics.exp: New file.
17771
b8b8facf
DE
177722014-07-17 Doug Evans <dje@google.com>
17773
74b49205 17774 PR gdb/17170
b8b8facf
DE
17775 * gdb.base/maint.exp: Update testing of per-command stats.
17776
1b5d0ab3
PA
177772014-07-16 Pedro Alves <palves@redhat.com>
17778
17779 * gdb.trace/tfile.c: Include unistd.h and stdint.h.
17780 (start_trace_file): Guard S_IRGRP and S_IROTH uses behind #ifdef.
17781 (tfile_write_64, tfile_write_16, tfile_write_8, tfile_write_addr)
17782 (tfile_write_buf): New functions.
17783 (add_memory_block): Rewrite using the above.
17784 (adjust_function_address): New function.
17785 (FUNCTION_ADDRESS): New macro.
17786 (write_basic_trace_file): Remove short_x local, and use
17787 tfile_write_16. Change type of func_addr local to unsigned long
17788 long. Use FUNCTION_ADDRESS instead of handling the Thumb bit
17789 here. Cast argument of add_memory_block to char pointer.
17790 (write_error_trace_file): Avoid alloca. Use FUNCTION_ADDRESS.
17791 (main): Remove parameters.
17792 * gdb.trace/tfile.exp: Remove nowarnings.
17793
4d974e88
SM
177942014-07-15 Simon Marchi <simon.marchi@ericsson.com>
17795
17796 * gdb.base/debug-expr.exp: Test string evaluation with
17797 "debug expression" on.
17798
41e99568
PA
177992014-07-15 Pedro Alves <palves@redhat.com>
17800
17801 * gdb.base/reread.exp: Use clean_restart.
17802
487d9753
PL
178032014-07-15 Pierre Langlois <pierre.langlois@embecosm.com>
17804
17805 * gdb.arch/avr-flash-qualifer.c: New.
17806 * gdb.arch/avr-flash-qualifer.exp: New.
17807
cc1c52ad
PA
178082014-07-14 Pedro Alves <palves@redhat.com>
17809
17810 * gdb.base/paginate-after-ctrl-c-running.c: New file.
17811 * gdb.base/paginate-after-ctrl-c-running.exp: New file.
17812
1e973570
PA
178132014-07-14 Pedro Alves <palves@redhat.com>
17814
17815 * gdb.base/double-prompt-target-event-error.c: New file.
17816 * gdb.base/double-prompt-target-event-error.exp: New file.
17817
93d6eb10
PA
178182014-07-14 Pedro Alves <palves@redhat.com>
17819
17820 PR gdb/17072
17821 * gdb.base/paginate-inferior-exit.c: New file.
17822 * gdb.base/paginate-inferior-exit.exp: New file.
17823
0017922d
PA
178242014-07-14 Pedro Alves <palves@redhat.com>
17825
17826 PR gdb/17072
17827 * gdb.base/paginate-bg-execution.c: New file.
17828 * gdb.base/paginate-bg-execution.exp: New file.
17829
94696ad3
PA
178302014-07-14 Pedro Alves <palves@redhat.com>
17831
17832 PR gdb/17072
17833 * gdb.base/paginate-execution-startup.c: New file.
17834 * gdb.base/paginate-execution-startup.exp: New file.
17835 * lib/gdb.exp (pagination_prompt): New global.
17836 (default_gdb_spawn): New procedure, factored out from
17837 default_gdb_spawn.
17838 (default_gdb_start): Adjust to call default_gdb_spawn.
17839 (gdb_spawn): New procedure.
17840
bd293940
PA
178412014-07-14 Pedro Alves <palves@redhat.com>
17842
17843 * lib/gdb.exp (gdb_assert): New procedure.
17844 * gdb.trace/backtrace.exp (gdb_backtrace_tdp_4): Use it.
17845
c933f875
PA
178462014-07-14 Pedro Alves <palves@redhat.com>
17847
17848 * gdb.base/execution-termios.c: New file.
17849 * gdb.base/execution-termios.exp: New file.
17850
d98b7a16
TT
178512014-07-14 Tom Tromey <tromey@redhat.com>
17852
17853 * gdb.cp/vla-cxx.cc: New file.
17854 * gdb.cp/vla-cxx.exp: New file.
17855
548740d6
TT
178562014-07-14 Tom Tromey <tromey@redhat.com>
17857
17858 * gdb.reverse/rerun-prec.c: New file.
17859 * gdb.reverse/rerun-prec.exp: New file.
17860
a25eb028
MR
178612014-07-12 Maciej W. Rozycki <macro@mips.com>
17862 Maciej W. Rozycki <macro@codesourcery.com>
17863
17864 * lib/gdb-utils.exp: New file.
17865 * lib/gdb.exp (gdb_run_cmd): Call gdb_init_commands, replacing
17866 inline `gdb_init_command' processing.
17867 (gdb_start_cmd): Likewise.
17868 * lib/mi-support.exp (mi_run_cmd): Likewise.
17869 * README: Document `gdb_init_command' and `gdb_init_commands'.
17870
218c2655
JK
178712014-07-11 Jan Kratochvil <jan.kratochvil@redhat.com>
17872
17873 Fix false FAIL running under a very long directory name.
17874 * gdb.base/argv0-symlink.exp: Add "set print repeats 10000"
17875 and "set print elements 10000". Twice.
17876
5401fde3
YQ
178772014-07-11 Yao Qi <yao@codesourcery.com>
17878
17879 * gdb.base/exprs.exp: "set print symbol off".
17880
e76126e8
PA
178812014-07-11 Pedro Alves <palves@redhat.com>
17882
17883 * gdb.threads/kill.c: New file.
17884 * gdb.threads/kill.exp: New file.
17885
2d6f0de6
YQ
178862014-07-10 Yao Qi <yao@codesourcery.com>
17887
17888 * gdb.trace/tfile.c (write_basic_trace_file)
17889 [__thumb__||__thumb2__]: Clear the Thumb bit of the function
17890 address written to trace file.
17891
7180e04a
PA
178922014-07-09 Pedro Alves <palves@redhat.com>
17893
17894 * gdb.base/attach-wait-input.exp: New file.
17895 * gdb.base/attach-wait-input.c: New file.
17896
9a9a7608
AB
178972014-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
17898
17899 * gdb.mi/var-cmd.c (do_nested_struct_union_tests): New function
17900 setting up test structures.
17901 (main): Call new test function.
17902 * gdb.mi/mi2-var-child.exp: Create additional breakpoint in new
17903 test function, continue into test function and walk test
17904 structures.
17905
161ac41e
YQ
179062014-07-02 Yao Qi <yao@codesourcery.com>
17907
17908 * gdb.trace/entry-values.c: Define labels 'foo_start' and
17909 'bar_start' at the beginning of functions 'foo' and 'bar'
17910 respectively.
17911 * gdb.trace/entry-values.exp: Use 'foo_start' and 'bar_start'
17912 instead of 'foo' and 'bar'.
17913
1f267ae3
MM
179142014-07-08 Markus Metzger <markus.t.metzger@intel.com>
17915
17916 * gdb.btrace/segv.exp: New.
17917 * gdb.btrace/segv.c: New.
17918
2b239efb
LM
179192014-07-02 Luis Machado <lgustavo@codesourcery.com>
17920
17921 * gdb.trace/entry-values.exp: Handle powerpc-specific branch
17922 instruction.
17923
cf363f18
MW
179242014-06-30 Mark Wielaard <mjw@redhat.com>
17925
17926 * gdb.base/constvars.c (violent, violet, vips, virgen, vulgar,
17927 vulture, vilify, villar): New volatile array constants.
17928 (vindictive, vegetation): New const volatile array constants.
17929 * gdb.base/volatile.exp: Test volatile and const volatile array
17930 types.
17931
aebf9d24
AA
179322014-06-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
17933
17934 * gdb.base/watchpoint-reuse-slot.exp: Handle the case that the
17935 target lacks support for awatch, rwatch, or hbreak.
17936
b67a2c6f
YQ
179372014-06-27 Yao Qi <yao@codesourcery.com>
17938
17939 * gdb.multi/dummy-frame-restore.exp: New.
17940 * gdb.multi/dummy-frame-restore.c: New.
17941
aef92902
MM
179422014-06-25 Markus Metzger <markus.t.metzger@intel.com>
17943
17944 * gdb.btrace/gcore.exp: New.
17945
8e9db26e
PA
179462014-06-23 Pedro Alves <palves@redhat.com>
17947
17948 * gdb.base/watchpoint-reuse-slot.c: New file.
17949 * gdb.base/watchpoint-reuse-slot.exp: New file.
17950
70afc5b7
SC
179512014-06-23 Siva Chandra Reddy <sivachandra@google.com>
17952
17953 * gdb.python/py-xmethods.exp: Use "progspace" instead of the
17954 progspace's filename in 'info', 'enable' and 'disable' command
17955 tests.
17956
b972bd9c
JK
179572014-06-23 Jan Kratochvil <jan.kratochvil@redhat.com>
17958
17959 * gdb.arch/amd64-stap-special-operands.exp: Use is_lp64_target.
17960 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
17961 * gdb.dwarf2/dw2-error.exp: Use istarget and is_lp64_target.
17962
125f8a3d
GB
179632014-06-20 Gary Benson <gbenson@redhat.com>
17964
17965 * gdb.arch/i386-avx.exp: Fix include file location.
17966 * gdb.arch/i386-sse.exp: Likewise.
17967
3ed9baed
IB
179682014-06-19 Iain Buclaw <ibuclaw@gdcproject.org>
17969
17970 * gdb.dlang/expression.exp: New file.
17971
034f788c
PA
179722014-06-19 Pedro Alves <palves@redhat.com>
17973
17974 * gdb.threads/thread-execl.exp (do_test): New procedure, factored
17975 out from ...
17976 (top level): ... here. Iterate running tests under different
17977 scheduler-locking settings.
17978
45371d0c
LM
179792014-06-18 Luis Machado <lgustavo@codesourcery.com>
17980
17981 * gdb.cp/nsalias.exp: Set type of low_pc and high_pc entries
17982 to DW_FORM_addr and use non-zero addresses.
17983
5d376983
SC
179842014-06-18 Siva Chandra Reddy <sivachandra@google.com>
17985
17986 PR gdb/17017
17987 * gdb.python/py-xmethods.cc: Add global function call counters and
17988 increment them in their respective functions. Remove "cout"
17989 statements.
17990 * gdb.python/py-xmethods.exp: Make tests check the global function
17991 call counters instead of depending on inferior IO.
17992
a1aa2221
LM
179932014-06-18 Don Breazeal <donb@codesourcery.com>
17994
17995 * gdb.base/foll-fork.exp (default_fork_parent_follow):
17996 Deleted procedure.
17997 (explicit_fork_parent_follow): Deleted procedure.
17998 (explicit_fork_child_follow): Deleted procedure.
17999 (test_follow_fork): New procedure.
18000 (do_fork_tests): Replace calls to deleted procedures with
72f4393d 18001 calls to test_follow_fork and reset GDB for subsequent
a1aa2221
LM
18002 procedure calls.
18003
0fc05997
YQ
180042014-06-17 Yao Qi <yao@codesourcery.com>
18005
18006 * gdb.base/wchar.exp: Set $cent to \u00A2 if "host-charset" is
18007 CP1252.
18008
70795c52
LM
180092014-06-17 Luis Machado <lgustavo@codesourcery.com>
18010
18011 * gdb.mi/mi-var-rtti.cc (type_update_when_use_rtti_test):
18012 Initialize ptr and S explicitly.
18013 (skip_type_update_when_not_use_rtti_test): Likewise.
18014
6be47f0c
KS
180152014-06-16 Keith Seitz <keiths@redhat.com>
18016
18017 PR mi/15863
18018 * gdb.mi/mi-var-cmd.exp: Add test for -var-update before
18019 the inferior is started.
18020
d03de421
PA
180212014-06-16 Pedro Alves <palves@redhat.com>
18022
18023 * gdb.base/break-main-file-remove-fail.c: New file.
18024 * gdb.base/break-main-file-remove-fail.exp: New file.
18025 * gdb.base/break-unload-file.exp: Use build_executable instead of
18026 prepare_for_testing.
18027 (test_break): New parameter "initial_load". Handle it.
18028 (top level): Add initial_load cmdline/file axis.
18029
f9579b99
TT
180302014-06-12 Tom Tromey <tromey@redhat.com>
18031
18032 * gdb.base/completion.exp: Don't use directory name in test.
18033
3657956b
GB
180342014-06-09 Gary Benson <gbenson@redhat.com>
18035
18036 * gdb.base/sigall.c [Functions to send signals]: Reorder to
18037 separate the always-available ANSI-standard signals from the
18038 signals that require checking.
18039 (main): Likewise.
18040 * gdb.reverse/sigall-reverse.c [Functions to send signals]:
18041 Likewise.
18042 (main): Likewise.
18043
4186eb54
KS
180442014-06-07 Keith Seitz <keiths@redhat.com>
18045
18046 Revert:
18047 PR c++/16253
18048 * gdb.cp/var-tag.cc: New file.
18049 * gdb.cp/var-tag.exp: New file.
18050 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
18051 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
18052 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
18053 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
18054
25326a28 180552014-06-06 Doug Evans <xdje42@gmail.com>
6da01dbe
DE
18056
18057 * gdb.guile/scm-frame-args.c (foo): Tweak to work with gcc 4.6.3.
18058
829155c9
PA
180592014-06-06 Pedro Alves <palves@redhat.com>
18060
18061 * gdb.base/sss-bp-on-user-bp-2.exp: Look for target_resume(step)
18062 in target debug output instead of looking at RSP packets,
18063 disabling the test on any target that uses hardware stepping.
18064 Update comments.
18065
61c8d22e
PA
180662014-06-06 Pedro Alves <palves@redhat.com>
18067
18068 * gdb.base/break-unload-file.exp: Fix typo.
18069
d9a47287
YQ
180702014-06-06 Yao Qi <yao@codesourcery.com>
18071
18072 * gdb.base/jit.exp (one_jit_test): Restrict the pattern
18073 from "jit_function" to "^jit_function".
18074
e5e01dbf
YQ
180752014-06-06 Yao Qi <yao@codesourcery.com>
18076
18077 * gdb.base/async.c (foo): Add one statement.
18078 * gdb.base/async.exp: Get the next instruction address and
18079 match the output of "nexti" by instruction address. Match
18080 the hex address in the output of "finish".
18081
73ba372c
GB
180822014-06-06 Gary Benson <gbenson@redhat.com>
18083
18084 * gdb.base/call-signals.c: Remove preprocessor conditionals
18085 for always-defined signals SIGINT, SIGILL, SIGABRT, SIGFPE,
18086 SIGSEGV and SIGTERM.
18087 * gdb.base/sigall.c: Likewise.
18088 * gdb.base/unwindonsignal.c: Likewise.
18089 * gdb.reverse/sigall-reverse.c: Likewise.
18090
831517df
YQ
180912014-06-06 Yao Qi <yao@codesourcery.com>
18092
18093 * gdb.base/hbreak-unmapped.exp: Read memory at address 0. If
18094 readable, skip the test.
18095
b8b91e98
YQ
180962014-06-06 Yao Qi <yao@codesourcery.com>
18097
18098 * gdb.threads/staticthreads.c (thread_function): Move the line
18099 setting breakpoint on forward.
18100 * gdb.threads/staticthreads.exp: Update comments.
18101
fb934770
LC
181022014-06-05 Ludovic Courtès <ludo@gnu.org>
18103
18104 * gdb.guile/scm-value.exp (test_value_in_inferior): Add test
18105 "history-append! type error".
18106
6ef284bd
SM
181072014-06-05 Simon Marchi <simon.marchi@ericsson.com>
18108
18109 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Fix
18110 erroneous dprintf expected input.
18111
a872e241
DE
181122014-06-04 Doug Evans <xdje42@gmail.com>
18113
18114 * gdb.guile/scm-generics.exp: Delete.
18115
16f691fb
DE
181162014-06-04 Doug Evans <xdje42@gmail.com>
18117
18118 * gdb.guile/scm-breakpoint.exp: Update.
18119 Add tests for breakpoint registration.
18120
012370f6
TT
181212014-06-04 Tom Tromey <tromey@redhat.com>
18122
18123 * gdb.base/vla-datatypes.exp: Add tests for VLA-in-structure and
18124 VLA-in-union.
18125 * gdb.base/vla-datatypes.c (vla_factory): Add vla_struct,
18126 inner_vla_struct, vla_union types. Initialize objects of those
18127 types and compute their sizes.
18128
9f5a4cef
HZ
181292014-06-04 Nathan Sidwell <nathan@codesourcery.com>
18130 Hui Zhu <hui@codesourcery.com>
18131
18132 * gdb.base/fileio.exp: Add test for shell not available as well as
18133 available.
18134 * gdb.base/fileio.c (test_system): Check for shell twice.
18135
90a45c4d
YQ
181362014-06-04 Yao Qi <yao@codesourcery.com>
18137
18138 * gdb.base/auto-connect-native-target.exp: Remove redundant
18139 space from the regexp pattern.
18140
70017e41
YQ
181412014-06-04 Yao Qi <yao@codesourcery.com>
18142
18143 * gdb.base/default.exp: Replace "child" with "native" in
18144 regexp pattern.
18145
883964a7
SC
181462014-06-03 Siva Chandra Reddy <sivachandra@google.com>
18147
18148 * gdb.python/py-xmethods.cc: New testcase to test xmethods.
18149 * gdb.python/py-xmethods.exp: New tests to test xmethods.
18150 * gdb.python/py-xmethods.py: Python script supporting the
18151 new testcase and tests.
18152
ef370185
JB
181532014-06-03 Joel Brobecker <brobecker@adacore.com>
18154 Pedro Alves <palves@redhat.com>
18155
18156 PR breakpoints/17000
18157 * gdb.base/sss-bp-on-user-bp.exp: Remove kfail.
18158 * gdb.base/sss-bp-on-user-bp-2.exp: Remove kfail.
18159
1e2ccb61
BM
181602014-06-03 Brad Mouring <bmouring@ni.com> (tiny patch)
18161
18162 * gdb.base/subst.exp: Add tests to verify partial path matching
18163 output.
18164
c6ec5ab2
PA
181652014-06-03 Pedro Alves <palves@redhat.com>
18166
18167 * gdb.base/sss-bp-on-user-bp-2.exp: Skip if testing with a remote
18168 target that doesn't use software single-stepping.
18169
835c559f
PA
181702014-06-03 Pedro Alves <palves@redhat.com>
18171
18172 PR breakpoints/17000
18173 * gdb.base/sss-bp-on-user-bp-2.c: New file.
18174 * gdb.base/sss-bp-on-user-bp-2.exp: New file.
18175
06eb1586
DE
181762014-06-02 Doug Evans <xdje42@gmail.com>
18177
18178 * gdb.guile/scm-parameter.exp: New file.
18179
e698b8c4
DE
181802014-06-02 Doug Evans <xdje42@gmail.com>
18181
18182 * gdb.guile/scm-cmd.c: New file.
18183 * gdb.guile/scm-cmd.exp: New file.
18184
ded03782
DE
181852014-06-02 Doug Evans <xdje42@gmail.com>
18186
18187 * gdb.guile/scm-pretty-print.exp: Add tests for objfile and progspace
18188 pretty-printer lookup.
18189 * gdb.guile/scm-pretty-print.scm (pp_s-printer): New function.
18190 (make-pp_s-printer): Call it.
18191 (make-pretty-printer-from-dict): New function.
18192 (lookup-pretty-printer-maker-from-dict): New function.
18193 (*pretty-printer*): Simplify.
18194 (make-objfile-pp_s-printer): New function.
18195 (install-objfile-pretty-printers!): New function.
18196 (make-progspace-pp_s-printer): New function.
18197 (install-progspace-pretty-printers!): New function.
18198 * gdb.guile/scm-progspace.c: New file.
18199 * gdb.guile/scm-progspace.exp: New file.
18200
41fac0cf
PA
182012014-06-02 Pedro Alves <palves@redhat.com>
18202
18203 * gdb.base/dprintf-bp-same-addr.c: New file.
18204 * gdb.base/dprintf-bp-same-addr.exp: New file.
18205
96ae5695
EBM
182062014-06-02 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
18207
18208 * gdb.arch/powerpc-power.exp: Add power8 instructions to the testcase.
18209 * gdb.arch/powerpc-power.s: Likewise.
18210
da02b3a8
JB
182112014-06-02 Joel Brobecker <brobecker@adacore.com>
18212
18213 * gdb.base/completion.exp: Remove code aimed at restoring TIMEOUT.
18214
c72b2e7b
YQ
182152014-06-01 Yao Qi <yao@codesourcery.com>
18216
18217 * gdb.base/watchpoint.exp (test_watch_location): Check null
18218 pointer can be dereferenced. If not, do the test, otherwise
18219 skip it.
18220
53e8a631
AB
182212014-05-30 Andrew Burgess <aburgess@broadcom.com>
18222
18223 * gdb.arch/amd64-invalid-stack-middle.exp: Update expected
18224 results.
18225 * gdb.arch/amd64-invalid-stack-top.exp: Likewise.
18226
938f0e2f
AB
182272014-05-30 Andrew Burgess <aburgess@broadcom.com>
18228
18229 * gdb.arch/amd64-invalid-stack-middle.S: New file.
18230 * gdb.arch/amd64-invalid-stack-middle.c: New file.
18231 * gdb.arch/amd64-invalid-stack-middle.exp: New file.
18232 * gdb.arch/amd64-invalid-stack-top.c: New file.
18233 * gdb.arch/amd64-invalid-stack-top.exp: New file.
18234
9ba6657a
PA
182352014-05-30 Pedro Alves <palves@redhat.com>
18236
18237 PR breakpoints/17000
18238 * gdb.base/sss-bp-on-user-bp.c: New file.
18239 * gdb.base/sss-bp-on-user-bp.exp: New file.
18240
522c09bf
DB
182412014-05-30 David Blaikie <dblaikie@gmail.com>
18242
18243 * gdb.opt/inline-break.c: Fix clang compatibility by specifying
18244 gnu_inline semantics via attribute.
18245 * gdb.opt/inline-break.exp: Remove -std=c89 now that the test
18246 source explicitly specifies the required semantics.
18247
bf4ef81e
MR
182482014-05-30 Maciej W. Rozycki <macro@codesourcery.com>
18249
18250 * gdb.reverse/sigall-reverse.exp: Fix a typo.
18251
329ea579
PA
182522014-05-29 Pedro Alves <palves@redhat.com>
18253 Tom Tromey <tromey@redhat.com>
18254
18255 * gdb.base/async-shell.exp: Don't enable target-async.
18256 * gdb.base/async.exp
18257 * gdb.base/corefile.exp (corefile_test_attach): Remove 'async'
18258 parameter. Adjust.
18259 (top level): Don't test with "target-async".
18260 * gdb.base/dprintf-non-stop.exp: Don't enable target-async.
18261 * gdb.base/gdb-sigterm.exp: Don't test with "target-async".
18262 * gdb.base/inferior-died.exp: Don't enable target-async.
18263 * gdb.base/interrupt-noterm.exp: Likewise.
18264 * gdb.mi/mi-async.exp: Use "mi-async" instead of "target-async".
18265 * gdb.mi/mi-nonstop-exit.exp: Likewise.
18266 * gdb.mi/mi-nonstop.exp: Likewise.
18267 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
18268 * gdb.mi/mi-nsintrall.exp: Likewise.
18269 * gdb.mi/mi-nsmoribund.exp: Likewise.
18270 * gdb.mi/mi-nsthrexec.exp: Likewise.
18271 * gdb.mi/mi-watch-nonstop.exp: Likewise.
18272 * gdb.multi/watchpoint-multi.exp: Adjust comment.
18273 * gdb.python/py-evsignal.exp: Don't enable target-async.
18274 * gdb.python/py-evthreads.exp: Likewise.
18275 * gdb.python/py-prompt.exp: Likewise.
18276 * gdb.reverse/break-precsave.exp: Don't test with "target-async".
18277 * gdb.server/solib-list.exp: Don't enable target-async.
18278 * gdb.threads/thread-specific-bp.exp: Likewise.
18279 * lib/mi-support.exp: Adjust to use mi-async.
18280
fd664c91
PA
182812014-05-29 Pedro Alves <palves@redhat.com>
18282
18283 PR gdb/13860
18284 * gdb.mi/mi-cli.exp: Always expect "end-stepping-range" stop
18285 reason, even in sync mode.
18286
251bde03
PA
182872014-05-29 Pedro Alves <palves@redhat.com>
18288 Hui Zhu <hui@codesourcery.com>
18289
18290 PR PR15693
18291 * gdb.mi/mi-condbreak-call-thr-state-mt.c: New file.
18292 * gdb.mi/mi-condbreak-call-thr-state-st.c: New file.
18293 * gdb.mi/mi-condbreak-call-thr-state.c: New file.
18294 * gdb.mi/mi-condbreak-call-thr-state.exp: New file.
18295
7f3c0343
JB
182962014-05-28 Joel Brobecker <brobecker@adacore.com>
18297
18298 * config/monitor.exp (gdb_target_monitor): Replace use of
18299 "set remotebaud" by "set serial baud".
18300
b2715b27
AW
183012014-05-26 Andy Wingo <wingo@igalia.com>
18302
18303 * gdb.guile/scm-breakpoint.exp:
18304 * gdb.guile/scm-gsmob.exp: Update to use plain old object
18305 properties instead of gdb-object-properties.
18306
498a4489
YQ
183072014-05-26 Yao Qi <yao@codesourcery.com>
18308
18309 * gdb.server/no-thread-db.exp: Specify source file name
18310 explicitly when setting a breakpoint.
18311
589fdceb
MM
183122014-05-23 Markus Metzger <markus.t.metzger@intel.com>
18313
18314 * gdb.btrace/vdso.c: New.
18315 * gdb.btrace/vdso.exp: New.
18316
e9089e05
MM
183172014-05-23 Markus Metzger <markus.t.metzger@intel.com>
18318
18319 * gdb.base/gcore.exp (capture_command_output): Move ...
18320 * lib/gdb.exp (capture_command_output): ... here.
18321
67b5c0c1
MM
183222014-05-23 Markus Metzger <markus.t.metzger@intel.com>
18323
18324 * gdb.btrace/data.exp: Test memory access during btrace replay.
18325
a2199296
SM
183262014-05-22 Simon Marchi <simon.marchi@ericsson.com>
18327
18328 * lib/mi-support.exp (mi_run_cmd_full): Add comments.
18329
17b2616c
PA
183302014-05-21 Pedro Alves <palves@redhat.com>
18331
18332 PR gdb/13860
18333 * gdb.mi/mi-cli.exp (line_callee4_next_step): New global.
18334 (top level): Test that output related to execution commands is
18335 sent to the console with CLI commands, but not with MI commands.
18336 Test that breakpoint events are always mirrored to the console.
18337 Also expect the new source line to be output after a "next" in
18338 async mode too. Make it a pass/fail test.
18339 * gdb.mi/mi-solib.exp: Test that the CLI solib event note is
18340 output.
18341 * lib/mi-support.exp (mi_gdb_expect_cli_output): New procedure.
18342
5166082f
PA
183432014-05-21 Pedro Alves <palves@redhat.com>
18344
18345 * gdb.base/list.exp (build_pattern, test_list): New procedures.
18346 Use them to test variations of "list" after reaching a breakpoint.
18347 * gdb.mi/mi-cli.exp (line_main_callme_2): New global.
18348 Test "list" with listsize 10 after reaching a breakpoint.
18349 * gdb.python/python.exp (decode_line current location line
18350 number): Adjust expected line number.
18351
2f25d70f
SM
183522014-05-21 Simon Marchi <simon.marchi@ericsson.com>
18353
18354 * lib/mi-support.exp (mi_run_cmd_full): Revert to original
18355 behavior for $args, pass it directly to "run".
18356
ff604a67
MR
183572014-05-21 Maciej W. Rozycki <macro@codesourcery.com>
18358
18359 * lib/gdb.exp (default_gdb_init): Bump `match_max' up from
18360 30000 to 65536.
18361
6a3cb8e8
PA
183622014-05-21 Pedro Alves <palves@redhat.com>
18363
18364 * boards/gdbserver-base.exp (GDBFLAGS): Set to "set
18365 auto-connect-native-target off".
18366 * gdb.base/auto-connect-native-target.c: New file.
18367 * gdb.base/auto-connect-native-target.exp: New file.
18368
4ebfc96e
PA
183692014-05-21 Pedro Alves <palves@redhat.com>
18370
18371 * gdb.base/default.exp: Test "target native" instead of "target
18372 child".
18373
36d46afb
MW
183742014-05-21 Mark Wielaard <mjw@redhat.com>
18375
18376 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
18377
5876f503
JK
183782014-05-21 Jan Kratochvil <jan.kratochvil@redhat.com>
18379
18380 Fix TLS access for -static -pthread.
18381 * gdb.threads/staticthreads.c <HAVE_TLS> (tlsvar): New.
18382 <HAVE_TLS> (thread_function, main): Initialize it.
18383 * gdb.threads/staticthreads.exp: Try gdb_compile_pthreads for $have_tls.
18384 Add clean_restart.
18385 <$have_tls != "">: Check TLSVAR.
18386
0256a6ac
PA
183872014-05-21 Pedro Alves <palves@redhat.com>
18388
18389 * gdb.base/dcache-line-read-error.c: New.
18390 * gdb.base/dcache-line-read-error.exp: New.
18391
936d2992
PA
183922014-05-20 Pedro Alves <palves@redhat.com>
18393
18394 * gdb.base/compare-sections.c: New file.
18395 * gdb.base/compare-sections.exp: New file.
18396
802e8e6d
PA
183972014-05-20 Pedro Alves <palves@redhat.com>
18398
18399 * gdb.base/break-idempotent.c: New file.
18400 * gdb.base/break-idempotent.exp: New file.
18401
e59fa00f
MM
184022014-05-20 Markus Metzger <markus.t.metzger@intel.com>
18403
18404 * gdb.btrace/nohist.exp: New.
18405
8b696e31
YQ
184062014-05-20 Yao Qi <yao@codesourcery.com>
18407
18408 * lib/gdb.exp (gdb_init): Set timeout if test file is under
18409 gdb.reverse directory and gdb_reverse_timeout exists in board
18410 setting.
18411 * README: Document gdb_reverse_timeout.
18412
73c9764f
YQ
184132014-05-20 Yao Qi <yao@codesourcery.com>
18414
18415 * lib/gdb.exp (default_gdb_init): Rename argument 'args' by
18416 'test_file_name'. Treat args as a string instead of a list.
18417 (gdb_init): Rename argument 'args' by 'test_file_name'.
18418
f1f4348a
JK
184192014-05-19 Jan Kratochvil <jan.kratochvil@redhat.com>
18420
18421 * gdb.arch/powerpc-power.exp: New file.
18422 * gdb.arch/powerpc-power.s: New file.
18423
0dbe70ce
DE
184242014-05-16 Doug Evans <dje@google.com>
18425
18426 * gdb.base/Makefile.in (EXECUTABLES): Add completion.
d7761c2c
DE
18427 * gdb.base/completion.exp: Check that all expected files exist
18428 before doing file completion.
0dbe70ce 18429
8d551b02
DE
184302014-05-16 Doug Evans <dje@google.com>
18431
18432 * gdb.base/catch-syscall.exp (test_catch_syscall_fail_nodatadir):
18433 Update.
18434 (do_syscall_tests_without_xml): Update.
18435
73eb7709
PA
184362014-05-16 Pedro Alves <palves@redhat.com>
18437
18438 * lib/mi-support.exp (mi_expect_stop): On timeout, say "timeout"
18439 instead of "unknown output after running".
18440
3fae92fc
YQ
184412014-05-16 Yao Qi <yao@codesourcery.com>
18442
18443 * gdb.dwarf2/dw2-filename.exp: Copy file1.txt to host. Remove
18444 file1.txt from host at the end.
18445 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
18446
c2b2ccc5
DE
184472014-05-15 Doug Evans <dje@google.com>
18448
18449 * gdb.dwarf2/fission-reread.S: Remove directory from .dwo file path.
18450 * gdb.dwarf2/fission-reread.exp: Set debug-file-directory before
18451 loading file. Add test for TU lookup.
18452
8c217a4b
SM
184532014-05-15 Simon Marchi <simon.marchi@ericsson.com>
18454
18455 * lib/mi-support.exp (mi_run_cmd_full): Set arguments by
18456 calling "-exec-arguments" or "set args" before running the
18457 inferior.
18458
3deb39c6
SM
184592014-05-15 Simon Marchi <simon.marchi@ericsson.com>
18460
18461 * lib/mi-support.exp (mi_expect_stop): Expect message for
18462 inferiors that exit with non-zero exit code.
18463
71a79f8c
YQ
184642014-05-14 Yao Qi <yao@codesourcery.com>
18465
18466 * gdb.mi/mi-file.exp (test_file_list_exec_source_file): Don't
18467 match absolute path on remote host.
18468 (test_file_list_exec_source_files): Remove "/" from the
18469 pattern.
18470
f23fcd46
YQ
184712014-05-14 Yao Qi <yao@codesourcery.com>
18472
18473 * boards/local-remote-host-notty.exp (${board}_file): New
18474 proc.
18475
9404b58f
KM
184762014-05-07 Kyle McMartin <kyle@redhat.com>
18477
18478 Pushed by Joel Brobecker <brobecker@adacore.com>.
18479 * gdb.arch/aarch64-atomic-inst.c: New file.
18480 * gdb.arch/aarch64-atomic-inst.exp: New file.
18481
5e45f04c
YQ
184822014-05-07 Yao Qi <yao@codesourcery.com>
18483
18484 * gdb.dwarf2/dwzbuildid.exp: Match output "No symbol "the_int"
18485 in current context" too.
18486
c888a17d
KS
184872014-05-05 Keith Seitz <keiths@redhat.com>
18488
18489 * gdb.linespec/ls-dollar.exp: Add test for linespec
18490 file:convenience_variable.
18491
290a839c
YQ
184922014-05-05 Yao Qi <yao@codesourcery.com>
18493
18494 * gdb.trace/unavailable.exp (gdb_collect_args_test): Save
18495 traceframes into tfile and ctf trace files. Read data from
18496 trace file and test collected data.
18497 (gdb_collect_locals_test): Likewise.
18498 (gdb_unavailable_registers_test): Likewise.
18499 (gdb_unavailable_floats): Likewise.
18500 (gdb_collect_globals_test): Likewise.
18501 (top-level): Append "ctf" to trace_file_targets if GDB
18502 supports.
18503
b5262cd0
YQ
185042014-05-05 Yao Qi <yao@codesourcery.com>
18505
18506 * gdb.trace/unavailable.exp (gdb_collect_args_test): Move some
18507 code to ...
18508 (gdb_collect_args_test_1): ... it. New proc.
18509 (gdb_collect_locals_test): Move some code to ...
18510 (gdb_collect_locals_test_1): ... it. New proc.
18511 (gdb_unavailable_registers_test): Move some code to ...
18512 (gdb_unavailable_registers_test_1): ... it. New proc.
18513 (gdb_unavailable_floats): Move some code to ...
18514 (gdb_unavailable_floats_1): ... it. New proc.
18515
30a1e6cc
SDJ
185162014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
18517
18518 * gdb.arch/amd64-stap-optional-prefix.S (main): Add several
18519 probes to test for bitness recognition.
18520 * gdb.arch/amd64-stap-optional-prefix.exp
18521 (test_probe_value_without_reg): New procedure.
18522 Add code to test for different kinds of bitness.
18523
f33da99a
SDJ
185242014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
18525
18526 PR breakpoints/16889
18527 * gdb.arch/amd64-stap-optional-prefix.S: New file.
18528 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
18529
5b80f00d
PA
185302014-05-01 Pedro Alves <palves@redhat.com>
18531
18532 * lib/gdb.exp (gdb_load): Extend comment. Skip calling
18533 gdb_file_cmd if no file is specified.
18534 * boards/native-extended-gdbserver.exp (gdb_load): Use the
18535 last_loaded_file to set the remote exec-file.
18536
f8c2a73c
PA
185372014-05-01 Pedro Alves <palves@redhat.com>
18538
18539 * boards/local-remote-host.exp: New file.
18540
be6e8ac7
PA
185412014-05-01 Pedro Alves <palves@redhat.com>
18542
18543 * boards/local-remote-host.exp: Rename to ...
18544 * boards/local-remote-host-notty.exp: ... this.
18545
cac0dc8f
JB
185462014-04-28 Joel Brobecker <brobecker@adacore.com>
18547
18548 * gdb.ada/dyn_arrayidx: New testcase.
18549
9730e6cc
YQ
185502014-04-26 Yao Qi <yao@codesourcery.com>
18551
18552 * gdb.dwarf2/dwz.exp: Compile main.c to object. Restart GDB
18553 and compute the length of function main. Save it in
18554 $main_length.
18555 (Dwarf::assemble): Use $main_length instead of hard-coded 10.
18556 (top-level): Use gdb_compile to compile objects into
18557 executable and restart GDB. Remove invocation to
18558 prepare_for_testing.
18559
7ae1a6a6
PA
185602014-04-25 Simon Marchi <simon.marchi@ericsson.com>
18561 Pedro Alves <palves@redhat.com>
18562
18563 PR server/16255
18564 * gdb.multi/multi-attach.c: New file.
18565 * gdb.multi/multi-attach.exp: New file.
18566
4082afcc
PA
185672014-04-25 Pedro Alves <palves@redhat.com>
18568
18569 * gdb.base/cond-eval-mode.exp (warning): Move trailing \r\n to
18570 user.
18571 (top level): Test that "set remote conditional-breakpoints-packet
18572 off" works as intended.
18573 * gdb.base/dprintf.exp: Test that "set remote
18574 breakpoint-commands-packet off" works as intended.
18575 * gdb.trace/change-loc.exp (tracepoint_install_in_trace_disabled):
18576 New function.
18577 (top level): Call it.
18578 * gdb.trace/ftrace.exp (test_fast_tracepoints): Test that "set
18579 remote fast-tracepoints-packet off" works as intended.
18580 * gdb.trace/qtro.exp (gdb_is_target_remote): Moved ...
18581 * lib/gdb.exp (gdb_is_target_remote): ... here.
18582
2abc3f8d
DB
185832014-04-24 David Blaikie <dblaikie@gmail.com>
18584
18585 * gdb.base/catch-syscall.c: Make unreferenced statics non-static to
18586 ensure clang would not discard them.
18587 * gdb.base/gdbvars.c: Ditto.
18588 * gdb.base/memattr.c: Ditto.
18589 * gdb.base/whatis.c: Ditto.
18590 * gdb.python/py-prettyprint.c: Ditto.
18591 * gdb.trace/actions.c: Ditto.
18592 * gdb.cp/ptype-cv-cp.cc: Mark unused global const int as used to
18593 ensure clang would not discard it.
18594
bfd39632
DB
185952014-04-24 David Blaikie <dblaikie@gmail.com>
18596
18597 * gdb.stabs/gdb11479.c (tag_dummy_enum): introduce a variable to cause
18598 clang to emit the full definition of type required by the test
18599 * gdb.stabs/gdb11479.exp (do_test): correct a typo in a test message
18600
22842ff6
DB
186012014-04-24 David Blaikie <dblaikie@gmail.com>
18602
18603 * gdb.cp/pr10728-x.cc (main::x): Return by value instead of pointer to
18604 coax Clang into emitting the definition of the type.
18605 * gdb.cp/pr10728-x.h (y): Ditto.
18606 * gdb.cp/pr10728-y.cc (y): Ditto.
18607
c2e827ad
DB
186082014-04-24 David Blaikie <dblaikie@gmail.com>
18609
18610 * gdb.base/label.exp: XFAIL label related tests under Clang.
18611 * gdb.cp/cplabel.exp: Ditto.
18612 * gdb.linespec/ls-errs.exp: Refactor tests to execute directly and XFAIL
18613 under Clang those using labels.
18614
4c2d33e7
YQ
186152014-04-25 Yao Qi <yao@codesourcery.com>
18616
18617 * gdb.dwarf2/dwz.exp (Dwarf::assemble): Remove unused
18618 double_label.
18619 * gdb.dwarf2/dwzbuildid.exp (Dwarf::assemble): Remove
18620 partial_label and double_label.
18621
56083b99
DB
186222014-04-24 David Blaikie <dblaikie@gmail.com>
18623
18624 * gdb.python/lib-types.exp: Fix test and xfail under gcc due to gcc/55641.
18625
25d4e99d
DB
186262014-04-24 David Blaikie <dblaikie@gmail.com>
18627
18628 * gdb.cp/cpexprs.cc: Move braces to the same line as the start
18629 of the function to work across GCC and Clang.
18630 * gdb.cp/cpexprs.exp: Account for GCC/Clang difference in vtable
18631 pointer types (const void ** const V void **).
18632
01f9f808
MS
186332014-04-24 Michael Sturm <michael.sturm@mintel.com>
18634 Walfred Tedeschi <walfred.tedeschi@intel.com>
18635
18636 * Makefile.in (EXECUTABLES): Added i386-avx512.
18637 * gdb.arch/i386-avx512.c: New file.
18638 * gdb.arch/i386-avx512.exp: Likewise.
18639
4b48d439
KS
186402014-04-23 Keith Seitz <keiths@redhat.com>
18641
18642 * lib/mi-support.exp (mi_list_breakpoints): Delete.
18643 (mi_make_breakpoint_table): New procedure.
18644 (mi_create_breakpoint): Use mi_make_breakpoint
18645 and return the result.
18646 (mi_make_breakpoint): New procedure.
18647 (mi_build_kv_pairs): New procedure.
18648
18649 * gdb.mi/mi-break.exp: Remove unused globals,
18650 update mi_create_breakpoint usage, and use mi_make_breakpoint_table.
18651 All callers updated.
18652 * gdb.mi/mi-dprintf.exp: Use variable to track command
18653 number.
18654 Update all callers of mi_create_breakpoint and use
18655 mi_make_breakpoint_table.
18656 Remove any unused global variables.
18657 * gdb.mi/mi-nonstop.exp: Likewise.
18658 * gdb.mi/mi-nsintrall.exp: Likewise.
18659 * gdb.mi/mi-nsmoribund.exp: Likewise.
18660 * gdb.mi/mi-nsthrexec.exp: Likewise.
18661 * gdb.mi/mi-reverse.exp: Likewise.
18662 * gdb.mi/mi-simplerun.exp: Likewise.
18663 * gdb.mi/mi-stepn.exp: Likewise.
18664 * gdb.mi/mi-syn-frame.exp: Likewise.
18665 * gdb.mi/mi-until.exp: Likewise.
18666 * gdb.mi/mi-var-cp.exp: Likewise.
18667 * gdb.mi/mi-var-display.exp: Likewise.
18668 * gdb.mi/mi2-amd64-entry-value.exp: Likewise.
18669 * gdb.mi/mi2-var-child.exp: Likewise.
18670 * gdb.mi/mi-vla-c99.exp: Likewise.
18671 * lib/mi-support.exp: Likewise.
18672
18673 From Ian Lance Taylor <iant@cygnus.com>:
18674 * lib/gdb.exp (parse_args): New procedure.
18675
08351840
PA
186762014-04-23 Pedro Alves <palves@redhat.com>
18677
18678 * gdb.base/break-unload-file.c: New file.
18679 * gdb.base/break-unload-file.exp: New file.
18680 * gdb.base/sym-file-lib.c (baz): New function.
18681 * gdb.base/sym-file-loader.c (struct segment) <mapped_size>: New
18682 field.
18683 (load): Store the segment's mapped size.
18684 (unload): New function.
18685 (unload_shlib): New function.
18686 * gdb.base/sym-file-loader.h (unload_shlib): New declaration.
18687 * gdb.base/sym-file-main.c (main): Unload, and reload the library,
18688 set a breakpoint at baz, and call it.
18689 * gdb.base/sym-file.exp: New tests for stale breakpoint
18690 instructions.
18691
076855f9
PA
186922014-04-23 Pedro Alves <palves@redhat.com>
18693
18694 * gdb.base/hbreak-in-shr-unsupported-shr.c: New file.
18695 * gdb.base/hbreak-in-shr-unsupported.c: New file.
18696 * gdb.base/hbreak-in-shr-unsupported.exp: New file.
18697 * gdb.base/hbreak-unmapped.c: New file.
18698 * gdb.base/hbreak-unmapped.exp: New file.
18699 * gdb.trace/qtro.exp (gdb_is_target_remote): Move ...
18700 * lib/gdb.exp (gdb_is_target_remote): ... here.
18701
483805cf
PA
187022014-04-22 Pedro Alves <palves@redhat.com>
18703
18704 * gdb.base/consecutive-step-over.c: New file.
18705 * gdb.base/consecutive-step-over.exp: New file.
18706
06d97543
PA
187072014-04-22 Pedro Alves <palves@redhat.com>
18708
18709 * lib/gdb.exp (gdb_continue_to_breakpoint): Use gdb_test_multiple
18710 instead of send_gdb/gdb_expect.
18711
b4429ea2
YQ
187122014-04-22 Yao Qi <yao@codesourcery.com>
18713
18714 * lib/trace-support.exp (generate_tracefile): New procedure.
18715 * gdb.trace/tfile.exp: Skip the test if generate_tracefile
18716 return 0.
18717 * gdb.trace/mi-traceframe-changed.exp: Invoke test_tfind_tfile
18718 if generate_tracefile returns 1.
18719
51d48146
PA
187202014-04-18 Tom Tromey <palves@redhat.com>
18721 Pedro alves <tromey@redhat.com>
18722
18723 PR backtrace/15558
18724 * gdb.opt/inline-bt.exp: Test backtracing from an inline function
18725 with a backtrace limit.
18726 * gdb.python/py-frame-inline.exp: Test running to an inline
18727 function with a backtrace limit, and printing the newest frame.
18728 * gdb.python/py-frame-inline.c (main): Call f.
18729
bd1dce5f
MS
187302014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
18731
18732 * gdb.java/jnpe.exp: Drop srcdir from untested path.
18733
40d1a503
MS
187342014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
18735
18736 * lib/gdb.exp (gdb_compile_pthreads, gdb_compile_objc):
18737 Drop prefix from unsupported source file path.
18738
389b98f7
YQ
187392014-04-17 Yao Qi <yao@codesourcery.com>
18740
18741 * lib/gdb.exp (with_target_charset): New proc.
18742 * gdb.base/printcmds.exp (test_print_all_chars): Wrap tests with
18743 with_target_charset.
18744 (test_print_strings): Likewise.
18745 (test_repeat_bytes): Likewise.
18746 * gdb.base/setvar.exp: Set target-charset to ASCII temporarily
18747 for some tests.
18748
22869d73
KS
187492014-04-16 Keith Seitz <keiths@redhat.com>
18750
18751 PR gdb/15827
18752 * gdb.dwarf2/corrupt.c: New file.
18753 * gdb.dwarf2/corrupt.exp: New file.
18754
c4f87ca6
KS
187552014-04-16 Keith Seitz <keiths@redhat.com>
18756
18757 PR c++/16597
18758 * gdb.cp/namelessclass.cc: New file.
18759 * gdb.cp/namelessclass.exp: New file.
18760 * gdb.cp/namelessclass.S: New file.
18761
ab19de87
DE
187622014-04-16 Doug Evans <dje@google.com>
18763
18764 * lib/gdbserver-support.exp (gdbserver_default_get_remote_address):
18765 Add comment.
18766 (gdbserver_default_get_comm_port): New function.
18767 (gdbserver_start): Check if board file provided
18768 "gdbserver,get_comm_port" and use it if so.
18769 * boards/native-stdio-gdbserver.exp (sockethost): Set to "".
18770 (gdb,socketport): Set to "stdio".
18771 (gdbserver,get_comm_port): Set to ${board}_get_comm_port.
18772 (stdio_gdbserver_template): Delete.
18773 (${board}_get_remote_address): Update.
18774 (${board}_build_remote_cmd): Delete.
18775 (${board}_get_comm_port): New function.
18776 (${board}_spawn): Update.
18777 * boards/remote-stdio-gdbserver.exp (${board}_build_remote_cmd):
18778 Delete.
18779 (${board}_get_remote_address): Update.
18780 (${board}_get_comm_port): New function.
18781
fc98a809
AB
187822014-04-16 Andrew Burgess <aburgess@broadcom.com>
18783
18784 * gdb.base/memattr.exp: Improve regexps to handle memory regions
18785 appearing in any order.
18786
87fd9e6e
DE
187872014-04-15 Doug Evans <dje@google.com>
18788
18789 * gdb.gdb/selftest.exp (do_steps_and_nexts): Don't reference
18790 uninitialized value of "description".
18791
099fc3ea
KS
187922014-04-15 Keith Seitz <keiths@redhat.com>
18793
18794 * gdb.mi/mi-simplerun.exp (test_breakpoints_creation_and_listing):
18795 Remove unused globals.
18796 (test_running_the_program): Likewise.
18797 (test_controlled_execution): Likewise.
18798 (test_controlling_breakpoints): Likewise.
18799 (test_program_termination): Likewise.
18800
5da151d4
KS
188012014-04-15 Keith Seitz <keiths@redhat.com>
18802
18803 * gdb.mi/mi-break.exp (test_tbreak_creation_and_listing): Remove
18804 unused globals.
18805 (test_rbreak_creation_and_listing): Likewise.
18806 (test_ignore_count): Likewise.
18807 (test_error): Likewise.
18808
35e5d2f0
PA
188092014-04-15 Pedro Alves <palves@redhat.com>
18810
18811 * gdb.base/sym-file-loader.h: Move inclusion of <inttypes.h>,
18812 <ansidecl.h>, <elf/common.h> and <elf/external.h> to
18813 sym-file-loader.c.
18814 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
18815 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
18816 to sym-file-loader.c.
18817 (struct library): Forward declare.
18818 (load_shlib, lookup_function): Change prototypes.
18819 (find_shstrtab, find_strtab, find_shdr, find_symtab)
18820 (translate_offset): Remove declarations.
18821 (get_text_addr): New declaration.
18822 * gdb.base/sym-file-loader.c: Move inclusion of <inttypes.h>,
18823 <ansidecl.h>, <elf/common.h> and <elf/external.h> here from
18824 sym-file-loader.h.
18825 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
18826 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
18827 here from sym-file-loader.h.
18828 (struct library): New structure.
18829 (load_shlib, lookup_function): Change prototypes and adjust to
18830 work with a struct library.
18831 (find_shstrtab, find_strtab, find_shdr, find_symtab)
18832 (translate_offset): Make static.
18833 (get_text_addr): New function.
18834 * gdb.base/sym-file-main.c (main): Adjust to new loader interface.
18835
eb4c1710
PA
188362014-04-15 Pedro Alves <palves@redhat.com>
18837
18838 * gdb.base/sym-file-loader.c: Fix typo. SELF_LINK, not SELK_LINK.
18839
2d1baf52
PA
188402014-04-15 Pedro Alves <palves@redhat.com>
18841
18842 * gdb.base/sym-file-loader.c: Include <limits.h>.
18843 (SELF_LINK): New define.
18844 (get_origin): New function.
18845 (load_shlib): Use it.
18846 * gdb.base/sym-file.exp: Don't early return if the target is
18847 remote. Use runto_main, and issue fail is that fails. Use
18848 gdb_load_shlibs.
18849 (shlib_name): Delete.
18850 (lib_so, lib_syms, lib_dlopen): New globals. Use them throughout.
18851
7dd6df01
PA
188522014-04-15 Pedro Alves <palves@redhat.com>
18853
18854 * gdb.base/sym-file.exp: Remove regex characters from test
18855 message. Don't refer to breakpoint numbers in test messages.
18856
b50c8614
KS
188572014-04-14 Keith Seitz <keiths@redhat.com>
18858
18859 PR c++/16253
18860 * gdb.cp/var-tag.cc: New file.
18861 * gdb.cp/var-tag.exp: New file.
18862 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
18863 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
18864 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
18865 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
18866
3d567982
TT
188672014-04-14 Tom Tromey <tromey@redhat.com>
18868
18869 * gdb.cp/classes.exp (test_enums): Handle underlying type.
18870 * gdb.dwarf2/enum-type.exp: Add test for enum with underlying
18871 type.
18872 * gdb.cp/enum-class.exp: New file.
18873 * gdb.cp/enum-class.cc: New file.
18874
0626fc76
TT
188752014-04-14 Tom Tromey <tromey@redhat.com>
18876
18877 * gdb.dwarf2/enum-type.exp: New file.
18878
dca325b3
SA
188792014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
18880
18881 * gdb.mi/mi-vla-c99.exp: New file.
18882 * gdb.mi/vla.c: New file.
18883
5854b38a
SA
188842014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
18885
18886 * gdb.base/vla-datatypes.c: New file.
18887 * gdb.base/vla-datatypes.exp: New file.
18888
463bb957
SA
188892014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
18890
18891 * gdb.base/vla-ptr.c: New file.
18892 * gdb.base/vla-ptr.exp: New file.
18893
3dd170be
SA
188942014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
18895
18896 * gdb.dwarf2/count.exp: New file.
18897
5ecaaa66
SA
188982014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
18899
18900 * gdb.base/vla-sideeffect.c: New file.
18901 * gdb.base/vla-sideeffect.exp: New file.
18902
41f1ada5
DB
189032014-04-14 David Blaikie <dblaikie@gmail.com>
18904
18905 * gdb.mi/non-stop.c: Add return value for non-void function return
18906 statement.
18907 * gdb.threads/staticthreads.c: Ditto.
18908
0be03e84
DE
189092014-04-12 Siva Chandra Reddy <sivachandra@google.com>
18910 Doug Evans <xdje42@gmail.com>
18911
18912 * gdb.guile/scm-value.c: Improve test case.
18913 * gdb.guile/scm-value.exp: Add new test.
18914
f180a1fb
DB
189152014-04-11 David Blaikie <dblaikie@gmail.com>
18916
18917 * gdb.opt/inline-break.exp: Explicitly specify -std=gnu89 to
18918 override Clang's default.
18919
6b662e19
JB
189202014-04-11 Joel Brobecker <brobecker@adacore.com>
18921
18922 Revert the following changes (regressions):
18923
18924 * gdb.base/vla-sideeffect.c: New file.
18925 * gdb.base/vla-sideeffect.exp: New file.
18926
18927 * gdb.dwarf2/count.exp: New file.
18928
18929 * gdb.base/vla-multi.c: New file.
18930 * gdb.base/vla-multi.exp: New file.
18931
18932 * gdb.base/vla-ptr.c: New file.
18933 * gdb.base/vla-ptr.exp: New file.
18934
18935 * gdb.base/vla-datatypes.c: New file.
18936 * gdb.base/vla-datatypes.exp: New file.
18937
18938 * gdb.mi/mi-vla-c99.exp: New file.
18939 * gdb.mi/vla.c: New file.
18940
245a5f0b
KS
189412014-04-11 Keith Seitz <keiths@redhat.com>
18942
18943 PR c++/16675
18944 * gdb.cp/cpsizeof.exp: New file.
18945 * gdb.cp/cpsizeof.cc: New file.
18946
58a84dcf
SA
189472014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
18948
191a8a90
JB
18949 * gdb.mi/mi-vla-c99.exp: New file.
18950 * gdb.mi/vla.c: New file.
58a84dcf 18951
c8655f75
SA
189522014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
18953
18954 * gdb.base/vla-datatypes.c: New file.
18955 * gdb.base/vla-datatypes.exp: New file.
18956
024e13b4
SA
189572014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
18958
18959 * gdb.base/vla-ptr.c: New file.
18960 * gdb.base/vla-ptr.exp: New file.
18961
1a237e0e
SA
189622014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
18963
18964 * gdb.base/vla-multi.c: New file.
18965 * gdb.base/vla-multi.exp: New file.
18966
504f3432
SA
189672014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
18968
18969 * gdb.dwarf2/count.exp: New file.
18970
3bce8237
SA
189712014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
18972
191a8a90
JB
18973 * gdb.base/vla-sideeffect.c: New file.
18974 * gdb.base/vla-sideeffect.exp: New file.
3bce8237 18975
322f9c21
YQ
189762014-04-11 Yao Qi <yao@codesourcery.com>
18977
18978 * gdb.base/completion.exp: Check file exists before running tests
18979 on file completion.
18980
d708bcd1
PA
189812014-04-10 Pedro Alves <palves@redhat.com>
18982
18983 * gdb.base/cond-eval-mode.c: New file.
18984 * gdb.base/cond-eval-mode.exp: Use standard_testfile. Adjust
18985 prepare_for_testing to build the new file. Check result of
18986 runto_main.
18987 (test_break, test_watch): New procedures.
18988 (top level): Use them.
18989
ae1d2761
PM
189902014-04-08 Pierre Muller <muller@sourceware.org>
18991
18992 * gdb.base/printcmds.exp (test_artificial_arrays): Disable
18993 Ctrl-V use for mingw hosts.
18994
7af389b8
SC
189952014-04-07 Siva Chandra Reddy <sivachandra@google.com>
18996
18997 * gdb.python/py-value.c: Improve test case.
18998 * gdb.python/py-value.exp: Add new test.
18999
5e703181
DE
190002014-04-07 David Blaikie <dblaikie@gmail.com>
19001
19002 * lib/compiler.c: Identify the clang compiler.
19003 * lib/compiler.cc: Ditto.
19004
9810b410
YQ
190052014-04-03 Yao Qi <yao@codesourcery.com>
19006
19007 * gdb.base/setshow.exp: Invoke string_to_regexp to HOME and PWD.
19008
98d1b8dc
AB
190092014-04-01 Anton Blanchard <anton@samba.org>
19010
19011 * gdb.arch/ppc64-atomic-inst.exp: Use untested. Make test
19012 messages unique.
19013
3114cea1
AB
190142014-04-01 Anton Blanchard <anton@samba.org>
19015
19016 * gdb.arch/ppc64-atomic-inst.exp: Use standard_testfile,
19017 prepare_for_testing.
19018
62f7182c
AB
190192014-04-01 Anton Blanchard <anton@samba.org>
19020
19021 * gdb.arch/ppc64-atomic-inst.c: Remove.
19022 * gdb.arch/ppc64-atomic-inst.S: New file.
19023 * gdb.arch/ppc64-atomic-inst.exp: Adapt for asm based testcase.
19024
770e7fc7
DE
190252014-03-31 Doug Evans <dje@google.com>
19026
19027 * gdb.base/print-symbol-loading-lib.c: New file.
19028 * gdb.base/print-symbol-loading-main.c: New file.
19029 * gdb.base/print-symbol-loading.exp: New file.
19030
46e2bafa
YQ
190312014-03-31 Yao Qi <yao@codesourcery.com>
19032
19033 * gdb.base/source-dir.exp: Allow ';' as a directory separator.
19034
8776cfe9
JB
190352014-03-28 Joel Brobecker <brobecker@adacore.com>
19036
19037 * gdb.ada/mi_dyn_arr: New testcase.
19038
5d1ef361
DE
190392014-03-27 Doug Evans <dje@google.com>
19040
19041 * gdb.dwarf2/dw2-abs-hi-pc.exp: Build tests with "nodebug".
19042
b5bee914
YQ
190432014-03-27 Yao Qi <yao@codesourcery.com>
19044
19045 * lib/gdb.exp (can_single_step_to_signal_handler): Return zero
19046 if target is nios2-*-*.
19047
0d4d0e77
YQ
190482014-03-26 Yao Qi <yao@codesourcery.com>
19049
19050 * lib/gdb.exp (readline_is_used): New proc.
19051 * gdb.base/completion.exp: Move tests on command complete up.
19052 Skip the rest of tests if readline is not used.
19053 * gdb.ada/complete.exp: Skp the test if readline is not
19054 used.
19055 * gdb.base/filesym.exp: Likewise.
19056 * gdb.base/macscp.exp: Likewise.
19057 * gdb.base/readline-ask.exp: Likewise.
19058 * gdb.base/readline.exp: Likewise.
19059 * gdb.python/py-cmd.exp: Likewise.
19060 * gdb.trace/tfile.exp: Likewise.
19061
29361eee
YQ
190622014-03-26 Yao Qi <yao@codesourcery.com>
19063
19064 * gdb.base/macscp.exp: Fix code format issues.
19065
bc9a5525
UW
190662014-03-25 Ulrich Weigand <uweigand@de.ibm.com>
19067
19068 * gdb.asm/asm-source.exp: Handle powerpc64le-* targets.
19069 * gdb.asm/powerpc64le.inc: New file.
19070
d3839ede
PA
190712014-03-25 Pedro Alves <palves@redhat.com>
19072 Doug Evans <dje@google.com>
19073
19074 * gdb.base/source-execution.c: New file.
19075 * gdb.base/source-execution.exp: New file.
19076 * gdb.base/source-execution.gdb: New file.
19077
01672a57
DE
190782014-03-24 Doug Evans <dje@google.com>
19079
19080 * gdb.linespec/macro-relative.exp: Mark the test as unsupported if
19081 using fission.
19082
88bbeca9
HZ
190832014-03-24 Hui Zhu <hui@codesourcery.com>
19084 Pedro Alves <palves@redhat.com>
19085
19086 PR breakpoints/16101
19087 * gdb.base/dprintf.exp: Use unsupported rather than changing the
19088 test pass/fail messages. Detect missing support for dprintf when
19089 breakpoints are actually inserted.
19090 * gdb.base/mi-dprintf.exp: Detect missing support for dprintf when
19091 breakpoints are actually inserted.
19092 * lib/mi-support.exp (mi_run_cmd_full): Return -1 if continue
19093 fails.
19094
d2348791
JK
190952014-03-24 Jan Kratochvil <jan.kratochvil@redhat.com>
19096
19097 * gdb.base/gdb-sigterm.exp (do_test): Remove "set debug lin-lwp 1".
19098
feef67ab
DE
190992014-03-22 Doug Evans <xdje42@gmail.com>
19100
19101 * gdb.python/python.exp (python not supported): Verify multi-line
19102 python command issues an error.
25d743f9 19103 * gdb.guile/guile.exp (guile not supported): Verify multi-line
51b8d20c 19104 guile command issues an error.
feef67ab 19105
ecebef6a
MR
191062014-03-21 Maciej W. Rozycki <macro@codesourcery.com>
19107
19108 * gdb.threads/thread-specific.exp: Handle the lack of usable
19109 $this_breakpoint and $this_thread.
19110
ccdd1909
HZ
191112014-03-21 Hui Zhu <hui@codesourcery.com>
19112
19113 * gdb.base/attach.exp (do_command_attach_tests): New.
19114
beb460e8
PA
191152014-03-20 Tom Tromey <tromey@redhat.com>
19116 Pedro Alves <palves@redhat.com>
19117
19118 PR cli/15718
19119 * gdb.base/condbreak-call-false.c: New file.
19120 * gdb.base/condbreak-call-false.exp: New file.
19121
40acf43a
PA
191222014-03-20 Pedro Alves <palves@redhat.com>
19123
19124 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (pid):
19125 Delete.
19126 (block_signals, unblock_signals): Delete.
19127 (child_function_2, main): Remove references to deleted variable
19128 and functions.
19129
9f5e1e02
PA
191302014-03-20 Pedro Alves <palves@redhat.com>
19131
19132 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (main):
19133 Use pthread_kill to signal thread 2.
19134 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
19135 Adjust to make the test send itself a signal rather than using the
19136 host's "kill" command.
19137
99619bea
PA
191382014-03-20 Pedro Alves <palves@redhat.com>
19139
19140 * gdb.threads/multiple-step-overs.c: New file.
19141 * gdb.threads/multiple-step-overs.exp: New file.
19142 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
19143 Adjust expected infrun debug output.
19144
2adfaa28
PA
191452014-03-20 Pedro Alves <palves@redhat.com>
19146
19147 * gdb.threads/step-over-trips-on-watchpoint.c: New file.
19148 * gdb.threads/step-over-trips-on-watchpoint.exp: New file.
19149
31e77af2
PA
191502014-03-20 Pedro Alves <palves@redhat.com>
19151
19152 PR breakpoints/7143
19153 * gdb.base/watchpoint.exp: Mention bugzilla bug number instead of
19154 old gnats gdb/38. Remove kfail. Adjust to use gdb_test instead
19155 of gdb_test_multiple.
19156 * gdb.cp/annota2.exp: Remove kfail for gdb/38.
19157 * gdb.cp/annota3.exp: Remove kfail for gdb/38.
19158
b9f437de
PA
191592014-03-20 Pedro Alves <palves@redhat.com>
19160
19161 * gdb.threads/step-over-lands-on-breakpoint.c: New file.
19162 * gdb.threads/step-over-lands-on-breakpoint.exp: New file.
19163
05adc73e
PA
191642014-03-19 Pedro Alves <palves@redhat.com>
19165
19166 * gdb.base/async.exp: Remove early return.
19167
6048b950
PA
191682014-03-19 Pedro Alves <palves@redhat.com>
19169
19170 * gdb.base/async.exp (step& tests): Pass explicit test messages.
19171
8bcfb00a
PA
191722014-03-19 Pedro Alves <palves@redhat.com>
19173
19174 * gdb.base/async.exp (test_background): Expect \r\n after
19175 "completed." in the fail pattern.
19176
884e37dc
PA
191772014-03-19 Pedro Alves <palves@redhat.com>
19178
19179 * gdb.base/async.exp (test_background): New procedure.
19180 Use it for all background execution command tests.
19181
148e57e2
PA
191822014-03-19 Pedro Alves <palves@redhat.com>
19183
19184 * gdb.base/async.exp: Use prepare_for_testing.
19185
f48088c7
PA
191862014-03-19 Pedro Alves <palves@redhat.com>
19187
19188 * gdb.base/async.c (foo): Make 'x' volatile. Write to it twice in
19189 the same line.
19190
e2f6c966
PA
191912014-03-19 Pedro Alves <palves@redhat.com>
19192
19193 * gdb.base/async.c (main): Add "jump here" and "until here" line
19194 marker comments.
19195 * gdb.base/async.exp (jump_here): New global.
19196 (jump& test): Use it.
19197 (until_here): New global.
19198 (until& test): Use it.
19199
c30568d4
PA
192002014-03-19 Pedro Alves <palves@redhat.com>
19201
19202 * gdb.base/async.exp: Don't frob gdb_protocol.
19203
0172b6a7
DE
192042014-03-18 Doug Evans <xdje42@gmail.com>
19205
19206 * gdb.base/async.exp: Whitespace fixes. Turn on target-async.
19207 Fix spelling of exec-done-display.
19208
06c868a8
JK
192092014-03-18 Jan Kratochvil <jan.kratochvil@redhat.com>
19210
19211 PR gdb/15358
19212 * gdb.base/gdb-sigterm.c: New file.
19213 * gdb.base/gdb-sigterm.exp: New file.
19214
0c7e1a46
PA
192152014-03-18 Pedro Alves <palves@redhat.com>
19216
19217 PR gdb/13860
19218 * gdb.mi/mi-solib.exp: Remove gdb/13860 kfail.
19219 * lib/mi-support.exp (mi_expect_stop): Add special handling for
19220 solib-event.
19221
f7c77d93
JB
192222014-03-17 Joel Brobecker <brobecker@adacore.com>
19223
19224 * gdb.ada/pckd_arr_ren: New testcase.
19225
5a1e8c7a
DE
192262014-03-13 Doug Evans <xdje42@gmail.com>
19227
19228 PR guile/16612
19229 * gdb.guile/scm-value.ep (test_value_after_death): Do a garbage
19230 collect after discarding symbols.
19231
350e1a76
DE
192322014-03-13 Ludovic Courtès <ludo@gnu.org>
19233 Doug Evans <xdje42@gmail.com>
19234
19235 * gdb.guile/scm-value.exp (test_value_in_inferior): Verify value added
19236 to history survives a gc.
19237
a69900ae
PA
192382014-03-13 Pedro Alves <palves@redhat.com>
19239
19240 * gdb.base/default.exp: Don't test "target procfs".
19241
5db9f0bd
PA
192422014-03-13 Pedro Alves <palves@redhat.com>
19243
19244 * gdb.base/default.exp: Update "target child" and "target procfs"
19245 tests to not expect "Unix".
19246
b3ccfe11
TT
192472014-03-12 Tom Tromey <tromey@redhat.com>
19248
19249 * gdb.base/corefile.exp (corefile_test_run, corefile_test_attach):
19250 New procs. Add target-async tests.
19251 * gdb.reverse/break-precsave.exp (precsave_tests): New proc.
19252 Add target-async tests.
19253
646f4417
AA
192542014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
19255
19256 * gdb.dwarf2/dw2-ifort-parameter.c (func): Define labels
19257 'func_start' and 'func_end' for the beginning and end of the
19258 function code, respectively.
19259 * gdb.dwarf2/dw2-ifort-parameter.exp: Use 'func_start' and
19260 'func_end' instead of 'func' and 'main'.
19261
288c211f
AA
192622014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
19263
19264 * gdb.dwarf2/dw2-ifort-parameter-debug.S: Remove.
19265 * gdb.dwarf2/dw2-ifort-parameter.exp: Use Dwarf::assemble to
19266 generate the debug info assembler source.
19267
e0c0f156
AA
192682014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
19269
19270 * gdb.dwarf2/arr-stride.exp: Exploit 'prepare_for_testing'.
19271 * gdb.dwarf2/arr-subrange.exp: Likewise.
19272 * gdb.dwarf2/dwz.exp: Likewise.
19273 * gdb.dwarf2/method-ptr.exp: Likewise.
19274 * gdb.dwarf2/missing-sig-type.exp: Likewise.
19275 * gdb.dwarf2/subrange.exp: Likewise.
19276 * gdb.dwarf2/implptrconst.exp: Exploit 'build_executable'.
19277 * gdb.dwarf2/implptrpiece.exp: Likewise.
19278 * gdb.dwarf2/nostaticblock.exp: Likewise.
19279
0e5c4555
AA
192802014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
19281
19282 * lib/gdb.exp (build_executable_from_specs): Don't prepend source
19283 directory to absolute path name arguments.
19284
5ec18f2b
JG
192852014-03-10 Joel Brobecker <brobecker@adacore.com>
19286
19287 * gdb.ada/tagged_access: New testcase.
19288
847fc4f2
MM
192892014-03-07 Markus Metzger <markus.t.metzger@intel.com>
19290
19291 * gdb.btrace/data.exp: Update expected output.
19292
cc3da688
YQ
192932014-03-06 Yao Qi <yao@codesourcery.com>
19294
19295 * gdb.trace/pr16508.exp: New file.
19296
0f26cec1
PA
192972014-03-05 Pedro Alves <palves@redhat.com>
19298
19299 PR gdb/16575
19300 * gdb.base/breakpoint-shadow.exp (compare_disassembly): New
19301 procedure.
19302 (top level): Adjust to use it. Add tests that exercise breakpoint
19303 interaction with the code-cache.
19304
7a5a839f
LC
193052014-02-26 Ludovic Courtès <ludo@gnu.org>
19306
19307 * gdb.guile/scm-value.exp (test_value_in_inferior): Add
19308 test for 'history-append!'.
19309
31aa7e4e
JB
193102014-02-26 Joel Brobecker <brobecker@adacore.com>
19311
19312 * gdb.dwarf2/dw2-abs-hi-pc-hello-dbg.S: New file.
19313 * gdb.dwarf2/dw2-abs-hi-pc-hello.c: New file.
19314 * gdb.dwarf2/dw2-abs-hi-pc-world-dbg.S: New file.
19315 * gdb.dwarf2/dw2-abs-hi-pc-world.c: New file.
19316 * gdb.dwarf2/dw2-abs-hi-pc.c: New file.
19317 * gdb.dwarf2/dw2-abs-hi-pc.exp: New file.
19318
1b588015
JB
193192014-02-26 Joel Brobecker <brobecker@adacore.com>
19320
19321 * testsuite/gdb.python/py-pp-re-notag.c: New file.
19322 * testsuite/gdb.python/py-pp-re-notag.ex: New file.
19323 * testsuite/gdb.python/py-pp-re-notag.p: New file.
19324
55426c9d
JB
193252014-02-26 Joel Brobecker <brobecker@adacore.com>
19326
19327 * gdb.dwarf2/arr-subrange.c, gdb.dwarf2/arr-subrange.exp: New files.
19328
dc53a7ad
JB
193292014-02-26 Joel Brobecker <brobecker@adacore.com>
19330
19331 * gdb.dwarf2/arr-stride.c: New file.
19332 * gdb.dwarf2/arr-stride.exp: New file.
19333
12ab52e9
PA
193342014-02-26 Pedro Alves <palves@redhat.com>
19335
19336 * gdb.ada/tasks.exp: Set a task-specific breakpoint at break_me
19337 that won't ever trigger. Make sure that GDB reports the correct
19338 breakpoint that caused the stop.
19339
849c862e
JK
193402014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
19341
19342 PR gdb/16626
19343 * gdb.base/auto-load-script: New file.
19344 * gdb.base/auto-load.c: New file.
19345 * gdb.base/auto-load.exp: New file.
19346
71b7d793
JK
19347 PR gdb/16626
19348 * gdb.base/auto-load.exp: Fix out-of-srctree run.
19349
e2f0d509
JK
193502014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
19351
19352 Fix dw2-icycle.exp -fsanitize=address GDB crash.
19353 * gdb.dwarf2/dw2-icycle.S: Remove all DW_AT_sibling.
19354
50cc37c8
DE
193552014-02-24 Doug Evans <dje@google.com>
19356
19357 * lib/gdb.exp (run_on_host): Log error output if program fails.
19358
ea4758f2
PA
193592014-02-21 Pedro Alves <palves@redhat.com>
19360
19361 * gdb.threads/step-after-sr-lock.c: Rename to ...
19362 * gdb.threads/signal-while-stepping-over-bp-other-thread.c: ... this.
19363 * gdb.threads/step-after-sr-lock.exp: Rename to ...
19364 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
19365 ... this.
19366
d7b30f67
SDJ
193672014-02-20 Sergio Durigan Junior <sergiodj@redhat.com>
19368
19369 PR tdep/16397
19370 * gdb.arch/amd64-stap-special-operands.exp: New file.
19371 * gdb.arch/amd64-stap-three-arg-disp.S: Likewise.
19372 * gdb.arch/amd64-stap-three-arg-disp.c: Likewise.
19373 * gdb.arch/amd64-stap-triplet.S: Likewise.
19374 * gdb.arch/amd64-stap-triplet.c: Likewise.
19375
83deb43f
JB
193762014-02-20 Joel Brobecker <brobecker@adacore.com>
19377
19378 * gdb.dwarf2/dw2-icycle.S: Remove second and third parameters
19379 in .section pseudo-op.
19380
adde2bff
DE
193812014-02-20 lin zuojian <manjian2006@gmail.com>
19382 Joel Brobecker <brobecker@adacore.com>
19383 Doug Evans <xdje42@gmail.com>
19384
19385 PR symtab/16581
19386 * gdb.dwarf2/dw2-icycle.S: New file.
19387 * gdb.dwarf2/dw2-icycle.c: New file.
19388 * gdb.dwarf2/dw2-icycle.exp: New file.
19389
f7bd0f78
SC
193902014-02-19 Siva Chandra Reddy <sivachandra@google.com>
19391
19392 * gdb.python/py-value-cc.cc: Improve test case to enable testing
19393 operations on gdb.Value objects.
19394 * gdb.python/py-value-cc.exp: Add new test to test operations on
19395 gdb.Value objects.
19396
c17ef0d5
DE
193972014-02-18 Doug Evans <dje@google.com>
19398
19399 * Makefile.in (TESTS): New variable.
19400 (expanded_tests, expanded_tests_or_none): New variables
19401 (check-single): Pass $(expanded_tests_or_none) to runtest.
19402 (check-parallel): Only run tests in $(TESTS) if non-empty.
19403 (check/no-matching-tests-found): New rule.
19404 * README: Document TESTS makefile variable.
19405
5dd3176f
DE
194062014-02-18 Doug Evans <dje@google.com>
19407
19408 * Makefile.in (check-parallel): rm -rf outputs temp.
19409
0b10be4f
JK
194102014-02-16 Jan Kratochvil <jan.kratochvil@redhat.com>
19411
19412 Fix "ERROR: no fileid for" in the testsuite.
19413 * lib/gdb.exp (gdb_finish): Check gdb_spawn_id.
19414
85f224e7
DE
194152014-02-12 Doug Evans <dje@google.com>
19416
19417 * gdb.dwarf2/Makefile.in (EXECUTABLES): Add dwp-symlink.
19418 (MISCELLANEOUS): New variable.
19419 (clean): rm -rf $(MISCELLANEOUS).
19420 * gdb.dwarf2/dwp-symlink.exp: Test the case where the executable and
19421 dwp live in the same directory as symlinks, with each symlink pointed
19422 to a differently named file in a different directory.
19423
149b30ff
DE
194242014-02-11 Doug Evans <dje@google.com>
19425
19426 * gdb.dwarf2/dwp-symlink.exp: Rewrite to use remote_* commands instead
19427 of Tcl file commands.
19428
1dfdac32
MK
194292014-02-10 Mark Kettenis <kettenis@gnu.org>
19430
19431 * gdb.threads/step-after-sr-lock.exp: Avoid executing
19432 "kill -SIGUSR1 -1".
19433
aa4fb036
JB
194342014-02-10 Joel Brobecker <brobecker@adacore.com>
19435
19436 * gdb.ada/tick_length_array_enum_idx: New testcase.
19437
ed3ef339
DE
194382014-02-10 Doug Evans <xdje42@gmail.com>
19439
19440 * configure.ac (AC_OUTPUT): Add gdb.guile.
19441 * configure: Regenerate.
19442 * lib/gdb-guile.exp: New file.
19443 * lib/gdb.exp (get_target_charset): New function.
19444 * gdb.base/help.exp: Update expected output from "apropos apropos".
19445 * gdb.guile/Makefile.in: New file.
19446 * gdb.guile/guile.exp: New file.
19447 * gdb.guile/scm-arch.c: New file.
19448 * gdb.guile/scm-arch.exp: New file.
19449 * gdb.guile/scm-block.c: New file.
19450 * gdb.guile/scm-block.exp: New file.
19451 * gdb.guile/scm-breakpoint.c: New file.
19452 * gdb.guile/scm-breakpoint.exp: New file.
19453 * gdb.guile/scm-disasm.c: New file.
19454 * gdb.guile/scm-disasm.exp: New file.
19455 * gdb.guile/scm-equal.c: New file.
19456 * gdb.guile/scm-equal.exp: New file.
19457 * gdb.guile/scm-error.exp: New file.
19458 * gdb.guile/scm-error.scm: New file.
19459 * gdb.guile/scm-frame-args.c: New file.
19460 * gdb.guile/scm-frame-args.exp: New file.
19461 * gdb.guile/scm-frame-args.scm: New file.
19462 * gdb.guile/scm-frame-inline.c: New file.
19463 * gdb.guile/scm-frame-inline.exp: New file.
19464 * gdb.guile/scm-frame.c: New file.
19465 * gdb.guile/scm-frame.exp: New file.
19466 * gdb.guile/scm-generics.exp: New file.
19467 * gdb.guile/scm-gsmob.exp: New file.
19468 * gdb.guile/scm-iterator.c: New file.
19469 * gdb.guile/scm-iterator.exp: New file.
19470 * gdb.guile/scm-math.c: New file.
19471 * gdb.guile/scm-math.exp: New file.
19472 * gdb.guile/scm-objfile-script-gdb.in: New file.
19473 * gdb.guile/scm-objfile-script.c: New file.
19474 * gdb.guile/scm-objfile-script.exp: New file.
19475 * gdb.guile/scm-objfile.c: New file.
19476 * gdb.guile/scm-objfile.exp: New file.
19477 * gdb.guile/scm-ports.exp: New file.
19478 * gdb.guile/scm-pretty-print.c: New file.
19479 * gdb.guile/scm-pretty-print.exp: New file.
19480 * gdb.guile/scm-pretty-print.scm: New file.
19481 * gdb.guile/scm-section-script.c: New file.
19482 * gdb.guile/scm-section-script.exp: New file.
19483 * gdb.guile/scm-section-script.scm: New file.
19484 * gdb.guile/scm-symbol.c: New file.
19485 * gdb.guile/scm-symbol.exp: New file.
19486 * gdb.guile/scm-symtab-2.c: New file.
19487 * gdb.guile/scm-symtab.c: New file.
19488 * gdb.guile/scm-symtab.exp: New file.
19489 * gdb.guile/scm-type.c: New file.
19490 * gdb.guile/scm-type.exp: New file.
19491 * gdb.guile/scm-value-cc.cc: New file.
19492 * gdb.guile/scm-value-cc.exp: New file.
19493 * gdb.guile/scm-value.c: New file.
19494 * gdb.guile/scm-value.exp: New file.
19495 * gdb.guile/source2.scm: New file.
19496 * gdb.guile/types-module.cc: New file.
19497 * gdb.guile/types-module.exp: New file.
19498
7026a7c1
YQ
194992014-02-10 Yao Qi <yao@codesourcery.com>
19500
19501 PR testsuite/16543
19502 * configure.ac: Append gdb.gdb/Makefile in AC_OUTPUT.
19503 * configure: Regenerated.
19504 * Makefile.in: New file.
19505
6c466447
AS
195062014-02-08 Andreas Schwab <schwab@linux-m68k.org>
19507
19508 * gdb.python/py-framefilter.exp: Fix typo.
19509
6e854735
YQ
195102014-02-08 Yao Qi <yao@codesourcery.com>
19511
19512 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Test
19513 that no =breakpoint-modified is emitted when breakpoints are
19514 modified through MI commands.
19515
d137e6dc
PA
195162014-02-07 Pedro Alves <pedro@codesourcery.com>
19517 Pedro Alves <palves@redhat.com>
19518
19519 * gdb.threads/step-after-sr-lock.c: New file.
19520 * gdb.threads/step-after-sr-lock.exp: New file.
19521
b5ee5a50
PA
195222014-02-07 Pedro Alves <palves@redhat.com>
19523
19524 * gdb.threads/stepi-random-signal.exp: Set SIGCHLD to print.
19525
3c77faf3
JK
195262014-02-06 Jan Kratochvil <jan.kratochvil@redhat.com>
19527
19528 Fix i386-sse-stack-align.exp regression since GDB_PARALLEL.
19529 * gdb.arch/i386-sse-stack-align.exp: Use standard_output_file.
19530
6dddc817
DE
195312014-02-06 Doug Evans <xdje42@gmail.com>
19532
19533 * gdb.python/py-breakpoint.exp (test_bkpt_eval_funcs): Update expected
19534 output.
19535
19536 * gdb.gdb/python-interrupts.exp: New file.
19537
de7b2893
YQ
195382014-02-05 Yao Qi <yao@codesourcery.com>
19539
19540 * gdb.trace/report.exp (use_collected_data): Test the output
19541 of "info threads" and "info inferiors".
19542
66d032ac
YQ
195432014-02-05 Yao Qi <yao@codesourcery.com>
19544
19545 Revert this patch:
19546
19547 2013-05-24 Yao Qi <yao@codesourcery.com>
19548
19549 * gdb.trace/tfile.exp: Test inferior and thread.
19550
591a12a1
UW
195512014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
19552
19553 * gdb.base/sigbpt.exp: Do not use "*" when setting breakpoint
19554 on a function.
19555 * gdb.base/step-bt.c: Call hello via function pointer to make
19556 sure its first instruction is executed on powerpc64le-linux.
19557
0ff3e01f
UW
195582014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
19559
19560 * gdb.arch/powerpc-d128-regs.exp: Enable on powerpc64*-*.
19561
084ee545
UW
195622014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
19563
19564 * gdb.arch/vsx-regs.exp: Check target endianness. Provide variants
19565 of the test patterns for use on little-endian systems.
19566
6ed14ff3
UW
195672014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
19568
19569 * gdb.arch/altivec-regs.exp: Use gdb_test_multiple for endian test.
19570 (decimal_vector): Fix for little-endian.
19571
401e27fd
JM
195722014-01-29 Jose E. Marchesi <jose.marchesi@oracle.com>
19573
19574 * gdb.arch/sparc-sysstep.exp: New file.
19575 * gdb.arch/sparc-sysstep.c: Likewise.
19576
19577 * gdb.arch/Makefile.in (EXECUTABLES): Add sparc-sysstep.
19578
8b924729
EBM
195792014-01-28 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
19580
19581 * gdb.base/info-shared.exp: Expect leading `.' on ppc64's symbols.
19582
fb151210
JB
195832014-01-23 Tom Tromey <tromey@redhat.com>
19584
19585 * gdb.ada/array_char_idx: New testcase.
19586
0740f8d8
TT
195872014-01-23 Tom Tromey <tromey@redhat.com>
19588
19589 PR python/16487:
19590 * gdb.python/py-framefilter.exp: Add test using "Error" filter.
19591 * gdb.python/py-framefilter.py (ErrorInName, ErrorFilter): New
19592 classes.
19593
21909fa1
TT
195942014-01-23 Tom Tromey <tromey@redhat.com>
19595
19596 PR python/16491:
19597 * gdb.python/py-framefilter.py (Reverse_Function.function): Read a
19598 string from an inferior frame.
19599 * gdb.python/py-framefilter-mi.exp: Update.
19600
87ce2a04
DE
196012014-01-22 Doug Evans <dje@google.com>
19602
19603 * gdb.server/server-mon.exp: Add tests for "set debug-format".
19604
237b092b
AA
196052014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
19606
19607 * gdb.base/catch-syscall.exp: Activate test on s390*-linux.
19608
d674a709
AA
196092014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
19610
19611 * gdb.trace/entry-values.exp: Remove excess space character from
19612 regex patterns. Handle s390 call instruction.
19613
20fa3390
AA
196142014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
19615
19616 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Insert alignment and
19617 define "*_start" label. Make "name" static.
19618 * gdb.dwarf2/dw2-dir-file-name.exp: Replace references to
19619 ${name} by references to ${name}_start.
19620
78466714
AA
196212014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
19622
19623 * gdb.base/info-macros.exp: Remove "debug" from the compile
19624 options.
19625
ec9f644a
IB
196262014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
19627
19628 * gdb.dlang/demangle.exp: New file.
19629
94b1b47e
IB
196302014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
19631
19632 * gdb.dlang/primitive-types.exp: New file.
19633
7f420862
IB
196342014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
19635
19636 * configure.ac: Create gdb.dlang/Makefile.
19637 * configure: Regenerate.
19638 * Makefile.in (ALL_SUBDIRS): Add gdb.dlang.
19639 * gdb.dlang/Makefile.in: New file.
19640 * lib/d-support.exp: New file.
19641 * lib/gdb.exp (skip_d_tests): New proc.
19642
52834460
MM
196432014-01-16 Markus Metzger <markus.t.metzger@intel.com>
19644
19645 * gdb.btrace/delta.exp: Check reverse stepi.
19646 * gdb.btrace/tailcall.exp: Update. Add stepping tests.
19647 * gdb.btrace/finish.exp: New.
19648 * gdb.btrace/next.exp: New.
19649 * gdb.btrace/nexti.exp: New.
19650 * gdb.btrace/record_goto.c: Add comments.
19651 * gdb.btrace/step.exp: New.
19652 * gdb.btrace/stepi.exp: New.
19653 * gdb.btrace/multi-thread-step.c: New.
19654 * gdb.btrace/multi-thread-step.exp: New.
19655 * gdb.btrace/rn-dl-bind.c: New.
19656 * gdb.btrace/rn-dl-bind.exp: New.
19657 * gdb.btrace/data.c: New.
19658 * gdb.btrace/data.exp: New.
19659 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
19660
6e07b1d2
MM
196612014-01-16 Markus Metzger <markus.t.metzger@intel.com>
19662
19663 * gdb.btrace/Makefile.in (EXECUTABLES): Add delta.
19664 * gdb.btrace/exception.exp: Update.
19665 * gdb.btrace/instruction_history.exp: Update.
19666 * gdb.btrace/record_goto.exp: Update.
19667 * gdb.btrace/tailcall.exp: Update.
19668 * gdb.btrace/unknown_functions.exp: Update.
19669 * gdb.btrace/delta.exp: New.
19670
0b722aec
MM
196712014-01-16 Markus Metzger <markus.t.metzger@intel.com>
19672
19673 * gdb.btrace/record_goto.exp: Add backtrace test.
19674 * gdb.btrace/tailcall.exp: Add backtrace test.
19675
066ce621
MM
196762014-01-16 Markus Metzger <markus.t.metzger@intel.com>
19677
19678 * gdb.btrace/Makefile.in (EXECUTABLES): Add record_goto.
19679 * gdb.btrace/record_goto.c: New.
19680 * gdb.btrace/record_goto.exp: New.
19681 * gdb.btrace/x86-record_goto.S: New.
19682
0688d04e
MM
196832014-01-16 Markus Metzger <markus.t.metzger@intel.com>
19684
19685 * gdb.btrace/function_call_history.exp: Update tests.
19686 * gdb.btrace/instruction_history.exp: Update tests.
19687
8710b709
MM
196882014-01-16 Markus Metzger <markus.t.metzger@intel.com>
19689
19690 * gdb.btrace/function_call_history.exp: Fix expected field
19691 order for "record function-call-history".
19692 Add new tests for "record function-call-history /c".
19693 * gdb.btrace/exception.cc: New.
19694 * gdb.btrace/exception.exp: New.
19695 * gdb.btrace/tailcall.exp: New.
19696 * gdb.btrace/x86-tailcall.S: New.
19697 * gdb.btrace/x86-tailcall.c: New.
19698 * gdb.btrace/unknown_functions.c: New.
19699 * gdb.btrace/unknown_functions.exp: New.
19700 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
19701
5de9129b
MM
197022014-01-16 Markus Metzger <markus.t.metzger@intel.com>
19703
19704 * gdb.btrace/instruction_history.exp: Update.
19705 * gdb.btrace/function_call_history.exp: Update.
19706
23a7fe75
MM
197072014-01-16 Markus Metzger <markus.t.metzger@intel.com>
19708
19709 * gdb.btrace/function_call_history.exp: Fix expected function
19710 trace.
19711 * gdb.btrace/instruction_history.exp: Initialize traced.
19712 Remove traced_functions.
19713
724c7dd8
MM
197142014-01-16 Markus Metzger <markus.t.metzger@intel.com>
19715
19716 * gdb.btrace/function_call_history.exp: Update
19717 * gdb.btrace/instruction_history.exp: Update.
19718
6d78d93b
MM
197192014-01-16 Markus Metzger <markus.t.metzger@intel.com>
19720
19721 * gdb.btrace/enable.exp: Update expected text.
19722
93a360cc
OJ
197232014-01-16 Omair Javaid <Omair.Javaid@linaro.org>
19724
19725 * gdb.dwarf2/dw2-dos-drive.S: Increase text section size to 4
19726 bytes.
19727
3772b53f
MR
197282014-01-15 Maciej W. Rozycki <macro@codesourcery.com>
19729
19730 * gdb.base/float.exp: Handle "aarch64*-*-*" targets.
19731
596662fa
OJ
197322014-01-15 Omair Javaid <omair.javaid@linaro.org>
19733
19734 * lib/gdb.exp (supports_process_record): Return true for
19735 arm*-linux*. (supports_reverse): Likewise.
19736
b5b08fb4
SC
197372014-01-13 Siva Chandra Reddy <sivachandra@google.com>
19738
19739 PR python/15464
19740 PR python/16113
19741 * gdb.python/py-type.c: Enhance test case.
19742 * gdb.python/py-value-cc.cc: Likewise
19743 * gdb.python/py-type.exp: Add new tests.
19744 * gdb.python/py-value-cc.exp: Likewise
19745
52d7fb13
AA
197462014-01-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
19747 Pedro Alves <palves@redhat.com>
19748
19749 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Remove "*_start" symbol.
19750 Make "name" extern.
19751 * gdb.dwarf2/dw2-dir-file-name.exp (out_cu, out_line): Replace
19752 references to ${name}_start by references to ${name}.
19753
a2cd8cfe
JB
197542014-01-10 Joel Brobecker <brobecker@adacore.com>
19755
19756 * gdb.ada/pp-rec-component.exp: Remove path from "source" test.
19757
4e23fced
JB
197582014-01-10 Joel Brobecker <brobecker@adacore.com>
19759
19760 * gdb.python/py-pp-integral.exp: Remove path from "source" test.
19761
c6a9e42c
PA
197622014-01-09 Maciej W. Rozycki <macro@codesourcery.com>
19763 Pedro Alves <palves@redhat.com>
19764
19765 * gdb.mi/mi-info-os.exp: Connect to the target with
72f4393d 19766 mi_gdb_target_load.
c6a9e42c 19767
b7ea362b
PA
197682014-01-08 Pedro Alves <palves@redhat.com>
19769
19770 * gdb.threads/reconnect-signal.c: New file.
19771 * gdb.threads/reconnect-signal.exp: New file.
19772
5e3f4fab
EBM
197732014-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
19774
19775 * gdb.base/source-dir.exp: New file.
19776
79301218
JB
197772014-01-07 Joel Brobecker <brobecker@adacore.com>
19778
19779 * gdb.ada/mi_interface: New testcase.
19780
8e355c5d
JB
197812014-01-07 Joel Brobecker <brobecker@adacore.com>
19782
19783 * gdb.ada/pp-rec-component.exp, gdb.ada/pp-rec-component.py,
19784 gdb.ada/pp-rec-component/foo.adb, gdb.ada/pp-rec-component/pck.adb,
19785 gdb.ada/pp-rec-component/pck.ads: New files.
19786
c0d48811
JB
197872014-01-07 Joel Brobecker <brobecker@adacore.com>
19788
19789 * gdb.python/py-pp-integral.c: New file.
19790 * gdb.python/py-pp-integral.py: New file.
19791 * gdb.python/py-pp-integral.exp: New file.
19792
17b609c3 19793For older changes see ChangeLog-1993-2013.
c906108c 19794\f
8d8cb839
EZ
19795;; Local Variables:
19796;; mode: change-log
19797;; left-margin: 8
19798;; fill-column: 74
19799;; version-control: never
19800;; End:
902f2ccb 19801
b811d2c2 19802 Copyright 2014-2020 Free Software Foundation, Inc.
902f2ccb
MC
19803 Copying and distribution of this file, with or without modification,
19804 are permitted provided the copyright notice and this notice are preserved.