gdb: handle endbr64 instruction in amd64_analyze_prologue
[deliverable/binutils-gdb.git] / gdb / testsuite / ChangeLog
CommitLineData
ac4a4f1c
SM
12020-05-06 Simon Marchi <simon.marchi@efficios.com>
2
3 * gdb.arch/amd64-prologue-skip-cf-protection.exp: New file.
4 * gdb.arch/amd64-prologue-skip-cf-protection.c: New file.
5
24fe640b
TV
62020-05-06 Tom de Vries <tdevries@suse.de>
7
8 * gdb.reverse/consecutive-precsave.exp: Handle if instruction after
9 breakpoint is at a "recommended breakpoint location".
10 * gdb.reverse/consecutive-reverse.exp: Same.
11
0d8683a3
TV
122020-05-06 Tom de Vries <tdevries@suse.de>
13
14 * gdb.base/watchpoint-reuse-slot.exp (stepi): Print $pc to get current
15 address.
16
b8983c46
TV
172020-05-06 Tom de Vries <tdevries@suse.de>
18
19 * gdb.base/watchpoint-reuse-slot.exp: Fix incorrect assignment.
20
abf6d805
TV
212020-05-06 Tom de Vries <tdevries@suse.de>
22
23 * gdb.base/store.exp (check_set, up_set): Allowing missing location
24 info for r.
25
0fc2a808
TV
262020-05-06 Tom de Vries <tdevries@suse.de>
27
28 * gdb.base/shlib-call.exp: Add extra step to reach shmain.c:42, if
29 necessary.
30
873dd427
TV
312020-05-06 Tom de Vries <tdevries@suse.de>
32
33 * lib/unbuffer_output.c (gdb_unbuffer_output): Change return type to
34 void.
35
7c99e7e2
TV
362020-05-06 Tom de Vries <tdevries@suse.de>
37
38 * lib/gdb.exp (is_stmt_addresses, hex_in_list): New proc, factored out
39 of ...
40 * gdb.base/async.exp: ... here.
41 * gdb.base/consecutive.exp: Handle if 2nd breakpoint is at a
42 "recommended breakpoint location".
43
6173d6a6
TV
442020-05-06 Tom de Vries <tdevries@suse.de>
45
46 * gdb.compile/compile-ifunc.exp: Use -Wno-attribute-alias.
47
6015a067
TV
482020-05-04 Tom de Vries <tdevries@suse.de>
49
50 * gdb.base/async.exp: Check whether instruction addresses are a
51 "recommended breakpoint location".
52
3b6acaee
TT
532020-05-03 Tom Tromey <tom@tromey.com>
54
55 * gdb.base/sepdebug.exp: Remove "catch" test.
56 * gdb.base/break.exp: Remove "catch" test.
57 * gdb.base/default.exp: Update expected output.
58
5beb4d17
TV
592020-05-02 Tom de Vries <tdevries@suse.de>
60
61 * lib/gdb.exp (supports_mpx_check_pointer_bounds): New proc.
62 * gdb.arch/i386-mpx-call.exp: Use supports_mpx_check_pointer_bounds.
63 * gdb.arch/i386-mpx-map.exp: Same.
64 * gdb.arch/i386-mpx-sigsegv.exp: Same.
65 * gdb.arch/i386-mpx-simple_segv.exp: Same.
66 * gdb.arch/i386-mpx.exp: Same.
67
8caf140d
TV
682020-05-02 Tom de Vries <tdevries@suse.de>
69
70 * gdb.base/psym-external-decl.c (main): Add use of variable aaa.
71
693196cb
TV
722020-05-01 Tom de Vries <tdevries@suse.de>
73
74 * gdb.ada/operator_bp.exp: Allow more than required amount of
75 breakpoint.
76
53ae0aa9
TV
772020-05-01 Tom de Vries <tdevries@suse.de>
78
79 * gdb.reverse/until-reverse.c (main): Fix Wunused-result warning.
80
ee9d1e5f
HD
812020-04-30 Hannes Domani <ssbssa@yahoo.de>
82
83 PR gdb/18706
84 * gdb.cp/stub-array-size.cc: New test.
85 * gdb.cp/stub-array-size.exp: New file.
86 * gdb.cp/stub-array-size.h: New test.
87 * gdb.cp/stub-array-size2.cc: New test.
88
d5cf82c0
HD
892020-04-30 Hannes Domani <ssbssa@yahoo.de>
90
91 * gdb.python/py-format-string.exp: Adjust pretty_arrays expected
92 output to the new format.
93
42e165c3
SM
942020-04-29 Simon Marchi <simon.marchi@efficios.com>
95
96 * gdb.base/break.exp: Use with_test_prefix.
97
6e4e3fe1
TV
982020-04-29 Tom de Vries <tdevries@suse.de>
99
100 * lib/gdb.exp (debug_types): New proc.
101 * gdb.guile/scm-symtab.exp: Add xfail for PR gcc/90232.
102 * gdb.python/py-symtab.exp: Same.
103
d642b692
HD
1042020-04-29 Hannes Domani <ssbssa@yahoo.de>
105
106 PR gdb/17320
107 * gdb.base/pretty-array.c: New test.
108 * gdb.base/pretty-array.exp: New file.
109
ea90f227
TV
1102020-04-29 Tom de Vries <tdevries@suse.de>
111
112 PR symtab/25889
113 * gdb.cp/cpexprs.exp: Adapt for inclusion.
114 * gdb.cp/cpexprs-debug-types.exp: New file. Set -fdebug-types-section
115 and include cpexprs.exp.
116
a65189c9
TV
1172020-04-28 Mark Williams <mark@myosotissp.com>
118
119 PR gdb/24480
120 * dw4-toplevel-types.exp: Test for top level types.
121 * dw4-toplevel-types.cc: Test for top level types.
122
32d1f47a
TBA
1232020-04-28 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
124
125 * gdb.threads/stop-with-handle.exp: Fix typo in comment
126 (theads -> threads).
127
56a4f5a1
TV
1282020-04-28 Tom de Vries <tdevries@suse.de>
129
130 * gdb.opt/inline-cmds.exp: Set KFAIL PR.
131
0b2f8a3b
TV
1322020-04-28 Tom de Vries <tdevries@suse.de>
133
134 * gdb.base/info-macros.exp: Remove KFAIL. Add missing trailing ".*".
135
5390c717
TV
1362020-04-28 Tom de Vries <tdevries@suse.de>
137
138 * gdb.ada/array_ptr_renaming.exp: Add PR number in KFAIL.
139
15cd93d0
TV
1402020-04-28 Tom de Vries <tdevries@suse.de>
141
142 * gdb.dwarf2/main-foo.c: New test.
143 * gdb.dwarf2/struct-with-sig.exp: New file.
144
d472f0fb
TV
1452020-04-25 Tom de Vries <tdevries@suse.de>
146
147 * boards/debug-types.exp: New file.
148
8d840e05
AB
1492020-04-25 Andrew Burgess <andrew.burgess@embecosm.com>
150
151 * gdb.btrace/multi-inferior.exp: Avoid paths in test names.
152
bcfe6157
TT
1532020-04-24 Tom Tromey <tom@tromey.com>
154
155 PR symtab/12707:
156 * gdb.python/py-symbol.exp: Update expected results for
157 linkage_name test.
158 * gdb.cp/print-demangle.exp: New file.
159 * gdb.base/c-linkage-name.exp: Fix test.
160 * gdb.guile/scm-symbol.exp: Update expected results for
161 linkage_name test.
162
f049a313
TT
1632020-04-24 Tom Tromey <tom@tromey.com>
164
165 * gdb.dwarf2/dw2-namespaceless-anonymous.S: Remove.
166 * gdb.dwarf2/dw2-namespaceless-anonymous.c: New file.
167 * gdb.dwarf2/dw2-namespaceless-anonymous.exp: Use DWARF
168 assembler.
169
7cf28874
TV
1702020-04-24 Tom de Vries <tdevries@suse.de>
171
172 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: Set language of CU to
173 C++.
174
dac2fef7
TT
1752020-04-24 Tom Tromey <tromey@adacore.com>
176
177 * gdb.ada/frame_arg_lang.exp: Run with multiple -fgnat-encodings
178 values.
179 * gdb.ada/funcall_ref.exp: Run with multiple -fgnat-encodings
180 values. Update test for minimal encodings.
181 * gdb.ada/lang_switch.exp: Update test for minimal encodings.
182 * gdb.ada/var_rec_arr.exp: Run with multiple -fgnat-encodings
183 values. Update test for minimal encodings.
184
1acda803
TT
1852020-04-24 Tom Tromey <tromey@adacore.com>
186
187 PR python/23662:
188 * gdb.ada/variant.exp: Add Python checks.
189 * gdb.rust/simple.exp: Add dynamic type checks.
190
adfb9815
TT
1912020-04-24 Tom Tromey <tromey@adacore.com>
192
193 * gdb.ada/mi_var_array.exp: Try all -fgnat-encodings settings.
194 Make array type matching more lax.
195 * gdb.ada/mi_var_union.exp: Try all -fgnat-encodings settings.
196 * gdb.ada/mi_variant.exp: New file.
197 * gdb.ada/mi_variant/pck.ads: New file.
198 * gdb.ada/mi_variant/pkg.adb: New file.
199 * gdb.ada/packed_tagged.exp: Try all -fgnat-encodings settings.
200 * gdb.ada/unchecked_union.exp: Try all -fgnat-encodings settings.
201
7d79de9a
TT
2022020-04-24 Tom Tromey <tromey@adacore.com>
203
204 * gdb.ada/variant.exp: Add dynamic field offset tests.
205 * gdb.ada/variant/pck.ads (Nested_And_Variable): New type.
206 * gdb.ada/variant/pkg.adb: Add new variables.
207
f8e89861
TT
2082020-04-24 Tom Tromey <tromey@adacore.com>
209
210 * gdb.ada/variant.exp: New file
211 * gdb.ada/variant/pkg.adb: New file
212 * gdb.ada/variant/pck.adb: New file
213
86e887ae
TV
2142020-04-24 Tom de Vries <tdevries@suse.de>
215
216 * lib/gdb.exp (clean_restart): Reset errcnt and warncnt.
217
88428775
TV
2182020-04-24 Tom de Vries <tdevries@suse.de>
219
220 * gdb.dwarf2/dwzbuildid.exp: Add quiet to dwzbuildid-mismatch compile
221 flags.
222
4e86f6e7
TV
2232020-04-24 Tom de Vries <tdevries@suse.de>
224
225 * gdb.dwarf2/dw2-error.exp: Add quiet to compile flags.
226
2016d3e6
TV
2272020-04-24 Tom de Vries <tdevries@suse.de>
228
229 * lib/gdb.exp (default_gdb_start): Handle eof.
230 (clean_restart): Detect and handle gdb_start failure. Return -1 upon
231 failure.
232 * gdb.base/readnever.exp: Handle clean_restart failure.
233
70bc38f5
TV
2342020-04-23 Tom de Vries <tdevries@suse.de>
235
236 * gdb.base/decl-before-def.exp: Run to main and print a again.
237
de82891c
TV
2382020-04-23 Tom de Vries <tdevries@suse.de>
239
240 * gdb.base/decl-before-def-decl.c: New test.
241 * gdb.base/decl-before-def-def.c: New test.
242 * gdb.base/decl-before-def.exp: New file.
243
96038148
TV
2442020-04-23 Tom de Vries <tdevries@suse.de>
245
246 * gdb.base/readnever.exp: Skip if GDBFLAGS contain -readnow/--readnow.
247
54ac3df1
TV
2482020-04-22 Tom de Vries <tdevries@suse.de>
249
250 * gdb.mi/dw2-ref-missing-frame-func.c (.debug_aranges): Fix
251 debug_info_offset.
252 * gdb.mi/dw2-ref-missing-frame.exp: Make sure $objfuncfile comes
253 before $objsfile in the line line.
254
714534e1
TV
2552020-04-22 Tom de Vries <tdevries@suse.de>
256
257 * gdb.dlang/watch-loc.c (.debug_aranges): Fix _Dmain length.
258
16a7dbf4
MS
2592020-02-18 Mihails Strasuns <mihails.strasuns@intel.com>
260
261 * gdb.base/jit-attach-pie.c: Use jit-protocol.h.
262 * gdb.base/jit-elf-main.c: Use jit-protocol.h.
263 * gdb.base/jit-reader-host.c: Use jit-protocol.h.
264 * gdb.base/jit-reader-simple-jit.c: Use jit-protocol.h.
265 * gdb.base/jit-protocol.h: Update definitions to match all usage
266 contexts.
267
2682020-02-18 Mihails Strasuns <mihails.strasuns@intel.com>
269
270 * gdb.base: Rename all jit related test and source files.
271
2722020-02-18 Mihails Strasuns <mihails.strasuns@intel.com>
273
274 * gdb.base/jit-reader.exp: Relax register output check.
275
317d2668
TV
2762020-04-22 Tom de Vries <tdevries@suse.de>
277
278 PR symtab/25764
279 * gdb.base/psym-external-decl-2.c: New test.
280 * gdb.base/psym-external-decl.c: New test.
281 * gdb.base/psym-external-decl.exp: New file.
282 * gdb.threads/tls.exp: Add PR25807 kfail.
283
eea9e357
TV
2842020-04-22 Tom de Vries <tdevries@suse.de>
285
286 PR symtab/25801
287 * gdb.dwarf2/imported-unit.exp: Test that we can get imported_unit.c
288 in "info source" output.
289
3d5afab3
TV
2902020-04-22 Tom de Vries <tdevries@suse.de>
291
292 PR symtab/25700
293 * gdb.dwarf2/imported-unit.exp: Verify that there's only one partial
294 symtab for imported_unit.c.
295
b32102f6
GB
2962020-04-21 Gary Benson <gbenson@redhat.com>
297
298 * gdb.base/advance.c (func): New argument, to match call site.
299 (func2, func3): Add return statements.
300
d43b7a2d
TBA
3012020-04-21 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
302
303 * gdb.multi/run-only-second-inf.c: New file.
304 * gdb.multi/run-only-second-inf.exp: New file.
305
d89edf9b
MM
3062020-04-21 Markus Metzger <markus.t.metzger@intel.com>
307
308 * gdb.btrace/multi-inferior.c: New test.
309 * gdb.btrace/multi-inferior.exp: New file.
310
1a476b6d
MM
3112020-04-21 Markus Metzger <markus.t.metzger@intel.com>
312
313 * gdb.btrace/enable-new-thread.c: New test.
314 * gdb.btrace/enable-new-thread.exp: New file.
315
4778a5f8
TV
3162020-04-21 Tom de Vries <tdevries@suse.de>
317
318 PR gdb/25471
319 * gdb.threads/killed-outside.c: New test.
320 * gdb.threads/killed-outside.exp: New file.
321
9b2c992c
GB
3222020-04-20 Gary Benson <gbenson@redhat.com>
323
324 * gdb.base/nested-subp1.exp: Use support_nested_function_tests.
325 * gdb.base/nested-subp2.exp: Likewise.
326 * gdb.base/nested-subp3.exp: Likewise.
327
b5d1d6f7
GB
3282020-04-20 Gary Benson <gbenson@redhat.com>
329
330 * gdb.base/nested-subp1.exp: Disable test when using clang.
331 * gdb.base/nested-subp2.exp: Likewise.
332 * gdb.base/nested-subp3.exp: Likewise.
333
25230285
GB
3342020-04-20 Gary Benson <gbenson@redhat.com>
335
336 * gdb.cp/exception.cc: Fix compilation error with clang.
337
fa93cc8f
GB
3382020-04-20 Gary Benson <gbenson@redhat.com>
339
809730f3 340 * gdb.trace/tspeed.c: Fix compilation error with clang.
fa93cc8f 341
e0c45f30
GB
3422020-04-20 Gary Benson <gbenson@redhat.com>
343
344 * gdb.base/jit-main.c: Fix compilation error with clang.
345
4ddfec93
KR
3462020-04-17 Kamil Rytarowski <n54@gmx.com>
347
348 * gdb.base/attach-twice.c: Include "sys/types.h".
349 (PTRACE_ATTACH): Add fallback definition.
350 (main): Pass `0' to the 4th argument of `ptrace'.
351
2bed205e
KR
3522020-04-17 Kamil Rytarowski <n54@gmx.com>
353
354 * gdb.base/fork-running-state.c: Include "signal.h".
355
0743fc83
TT
3562020-04-17 Tom Tromey <tromey@adacore.com>
357
358 * gdb.cp/maint.exp (test_help): Simplify multiple_help_body.
359 Update tests.
360 * gdb.btrace/cpu.exp: Update tests.
361 * gdb.base/maint.exp: Update tests.
362 * gdb.base/default.exp: Update tests.
363 * gdb.base/completion.exp: Update tests.
364
efba5c23
TV
3652020-04-16 Tom de Vries <tdevries@suse.de>
366
367 PR symtab/25791
368 * gdb.dwarf2/gdb-add-index.exp (add_gdb_index): Move ...
369 (ensure_gdb_index): and factor out and move ...
370 * lib/gdb.exp (add_gdb_index, ensure_gdb_index): ... here.
371 * gdb.dwarf2/imported-unit-runto-main.exp: New file.
372
d191d716
TV
3732020-04-16 Tom de Vries <tdevries@suse.de>
374
375 * gdb.base/maint-expand-symbols-header-file.exp: Set language before
376 loading exec.
377
99f1bc6a
AB
3782020-04-15 Andrew Burgess <andrew.burgess@embecosm.com>
379
380 * gdb.base/many-completions.exp: New file.
381
194d088f
TV
3822020-04-14 Tom de Vries <tdevries@suse.de>
383
384 PR symtab/25718
385 * gdb.dwarf2/dw2-symtab-includes.exp: New file.
386
c1a66c06
TV
3872020-04-14 Tom de Vries <tdevries@suse.de>
388
389 PR symtab/25720
390 * gdb.base/maint-expand-symbols-header-file.c: New test.
391 * gdb.base/maint-expand-symbols-header-file.exp: New file.
392 * gdb.base/maint-expand-symbols-header-file.h: New test.
393
21b0982c
AB
3942020-04-14 Andrew Burgess <andrew.burgess@embecosm.com>
395
396 * gdb.dwarf2/dw2-inline-many-frames.exp (get_func_info): Delete.
397 * gdb.dwarf2/dw2-inline-small-func.exp: Pass options to
398 get_func_info.
399 (get_func_info): Delete.
400 * gdb.dwarf2/dw2-is-stmt-2.exp (get_func_info): Delete.
401 * gdb.dwarf2/dw2-is-stmt.exp (get_func_info): Delete.
402 * lib/dwarf.exp (get_func_info): New function.
403
dd1cab06
TV
4042020-04-13 Tom de Vries <tdevries@suse.de>
405
406 * lib/ada.exp (find_ada_tool): Pass --GCC and -B to gnatlink, similar
407 to what find_gnatmake does.
408
71ea2b6b
TV
4092020-04-10 Tom de Vries <tdevries@suse.de>
410
411 * gdb.base/style.exp: Expect "Expanding full symbols" message for
412 -readnow.
413
bdfc1e8a
TV
4142020-04-10 Tom de Vries <tdevries@suse.de>
415
416 PR cli/25808
417 * gdb.base/style.c: Add leading newlines.
418 * gdb.base/style.exp: Use gdb_get_line_number to get specific lines.
419 Check listing of main's one-line body.
420
14ca8ecf
TV
4212020-04-08 Tom de Vries <tdevries@suse.de>
422
423 * lib/gdb.exp (psymtabs_p): New proc.
424 * gdb.dwarf2/imported-unit.exp: Mark "no static partial symbols in
425 importing unit" unsupported if there are no partial symbols.
426
e21d048f
TV
4272020-04-08 Tom de Vries <tdevries@suse.de>
428
429 PR testsuite/25760
430 * gdb.ada/call_pn.exp: Call "maint expand-symtabs". Add xfails.
431
25c11aca
TV
4322020-04-07 Tom de Vries <tdevries@suse.de>
433
434 PR symtab/25796
435 * gdb.dwarf2/imported-unit-abstract-const-value.exp: New file.
436
5707e24b
TV
4372020-04-07 Tom de Vries <tdevries@suse.de>
438
439 * gdb.base/check-psymtab.c: New test.
440 * gdb.base/check-psymtab.exp: New file.
441
6ee448cc
TT
4422020-04-06 Tom Tromey <tromey@adacore.com>
443
444 * gdb.ada/variant-record/proc.adb: New file.
445 * gdb.ada/variant-record/value.adb: New file.
446 * gdb.ada/variant-record/value.s: New file.
447 * gdb.ada/variant-record.exp: New file.
448
9e7c9a03
HD
4492020-04-03 Hannes Domani <ssbssa@yahoo.de>
450
451 PR gdb/25325
452 * gdb.cp/typed-enum.cc: New test.
453 * gdb.cp/typed-enum.exp: New file.
454
c90d28ac
AB
4552020-04-02 Andrew Burgess <andrew.burgess@embecosm.com>
456
457 * gdb.dwarf2/dw2-inline-small-func-lbls.c: New file.
458 * gdb.dwarf2/dw2-inline-small-func.c: New file.
459 * gdb.dwarf2/dw2-inline-small-func.exp: New file.
460 * gdb.dwarf2/dw2-inline-small-func.h: New file.
461 * gdb.opt/inline-small-func.c: New file.
462 * gdb.opt/inline-small-func.exp: New file.
463 * gdb.opt/inline-small-func.h: New file.
464
34e9a9fa
AB
4652020-04-02 Andrew Burgess <andrew.burgess@embecosm.com>
466
467 * lib/dwarf.exp (Dwarf::lines::program::DW_LNS_set_file): New
468 function.
469
6a354911
AB
4702020-04-02 Andrew Burgess <andrew.burgess@embecosm.com>
471
472 * lib/dwarf.exp (function_range): Allow compiler options to be
473 specified.
474
880d9777
TV
4752020-04-02 Tom de Vries <tdevries@suse.de>
476
477 * gdb.dwarf2/break-inline-psymtab-2.c (bar): Add
478 __attribute__((always_inline)).
479 * gdb.dwarf2/break-inline-psymtab.exp: Don't use -O2.
480
f32682ea
TV
4812020-04-02 Tom de Vries <tdevries@suse.de>
482
483 * lib/gdbserver-support.exp (gdbserver_exit): Factor out of ...
484 (gdbserver_gdb_exit): ... here. Add timeout warning.
485 * gdb.multi/multi-target.exp (server_spawn_ids): New global var.
486 (connect_target_extended_remote): Append new server_spawn_id to
487 server_spawn_ids.
488 (cleanup): New proc.
489 (setup, <toplevel>): Call cleanup.
490
d3214198
TV
4912020-04-02 Tom de Vries <tdevries@suse.de>
492
493 * gdb.base/main-psymtab.exp: New file.
494
cc77ed24
TV
4952020-04-02 Tom de Vries <tdevries@suse.de>
496
497 * gdb.fortran/mixed-lang-stack.exp: Accept new complex printing style.
498
3638a098
TT
4992020-04-01 Tom Tromey <tom@tromey.com>
500
501 * gdb.base/complex-parts.exp: Add type tests.
502
c34e8714
TT
5032020-04-01 Tom Tromey <tom@tromey.com>
504
505 * gdb.base/complex-parts.exp: Add arithmetic tests.
506
981c08ce
TT
5072020-04-01 Tom Tromey <tom@tromey.com>
508
509 * gdb.compile/compile.exp: Update.
510 * gdb.compile/compile-cplus.exp: Update.
511 * gdb.base/varargs.exp: Update.
512 * gdb.base/floatn.exp: Update.
513 * gdb.base/endianity.exp: Update.
514 * gdb.base/callfuncs.exp (do_function_calls): Update.
515 * gdb.base/funcargs.exp (complex_args, complex_integral_args)
516 (complex_float_integral_args): Update.
517 * gdb.base/complex.exp: Update.
518 * gdb.base/complex-parts.exp: Update.
519
3d1cfd43
TT
5202020-04-01 Tom Tromey <tromey@adacore.com>
521
522 * gdb.rust/union.rs: New file.
523 * gdb.rust/union.exp: New file.
524 * gdb.rust/simple.rs (Union, Union2): Move to union.rs.
525 (main): Update.
526 * gdb.rust/simple.exp: Move union tests to union.exp.
527
e033dfa9
TT
5282020-04-01 Tom Tromey <tromey@adacore.com>
529
530 * gdb.rust/simple.rs (main): Remove "y0".
531
53cccef1
TBA
5322020-04-01 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
533
534 * gdb.multi/stop-all-on-exit.c: New test.
535 * gdb.multi/stop-all-on-exit.exp: New file.
536
60e22c1e
HD
5372020-04-01 Hannes Domani <ssbssa@yahoo.de>
538
539 PR gdb/24789
540 * gdb.cp/misc.cc: Add integer reference variable.
541 * gdb.cp/misc.exp: Add test.
542
e139a727
TBA
5432020-04-01 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
544
545 * gdb.server/stop-reply-no-thread.exp: Enhance the test
546 scenario to cover execution until the end and also the case
547
16b0db75
TV
5482020-03-31 Tom de Vries <tdevries@suse.de>
549
550 * gdb.base/c-linkage-name.exp: Fix test-case comment. Set language to
551 c. Use "maint info symtabs" to check symtab expansion.
552
c0502da6
TV
5532020-03-30 Tom de Vries <tdevries@suse.de>
554
555 * gdb.base/c-linkage-name.exp: Use readnow call to mark a test
556 unsupported.
557 (verify_psymtab_expanded): Move ...
558 * lib/gdb.exp (verify_psymtab_expanded): ... here. Add unsupported
559 test.
560 (readnow): New proc.
561
5935fd15
AB
5622020-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
563
564 * gdb.fortran/mixed-lang-stack.exp: Replace two hard coded address
565 with $hex.
566
1773be9e
TT
5672020-03-20 Tom Tromey <tromey@adacore.com>
568
569 * gdb.dwarf2/dw2-ranges-base.exp: Update regular expressions.
570
70304be9
TT
5712020-03-20 Tom Tromey <tromey@adacore.com>
572
573 * gdb.ada/sub_variant/subv.adb: New file.
574 * gdb.ada/sub_variant.exp: New file.
575
0dd7b8f7
TV
5762020-03-20 Tom de Vries <tdevries@suse.de>
577
578 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): Bail out if
579 first break fails.
580 * gdb.threads/step-over-trips-on-watchpoint.exp: (do_test): Same.
581
cada5fc9
AB
5822020-03-19 Andrew Burgess <andrew.burgess@embecosm.com>
583
584 * gdb.server/exit-multiple-threads.c: New file.
585 * gdb.server/exit-multiple-threads.exp: New file.
586
6b8c53f2
AB
5872020-03-19 Andrew Burgess <andrew.burgess@embecosm.com>
588
589 * gdb.fortran/mixed-lang-stack.c: New file.
590 * gdb.fortran/mixed-lang-stack.cpp: New file.
591 * gdb.fortran/mixed-lang-stack.exp: New file.
592 * gdb.fortran/mixed-lang-stack.f90: New file.
593
19a2740f
AB
5942020-03-19 Andrew Burgess <andrew.burgess@embecosm.com>
595
596 * gdb.linespec/cp-completion-aliases.cc: New file.
597 * gdb.linespec/cp-completion-aliases.exp: New file.
598
d8c8b848
TV
5992020-03-19 Tom de Vries <tdevries@suse.de>
600
601 * gdb.opt/inline-locals.exp: Add kfail PR number. Make kfail matching
602 more precise.
603
a9933ccf
TV
6042020-03-18 Tom de Vries <tdevries@suse.de>
605
606 * gdb.dwarf2/break-inline-psymtab-2.c: New test.
607 * gdb.dwarf2/break-inline-psymtab.c: New test.
608 * gdb.dwarf2/break-inline-psymtab.exp: New file.
609
2f89101f
TV
6102020-03-16 Tom de Vries <tdevries@suse.de>
611
612 * lib/cache.exp (gdb_do_cache): Add and handle local variables
613 cache_verify and cache_verify_proc.
614
6b9374f1
TV
6152020-03-15 Tom de Vries <tdevries@suse.de>
616
617 * gdb.server/solib-list.exp: Handle
618 'Load new symbol table from "/lib64/ld-2.26.so"? (y or n)'.
619
eaeaf44c
TV
6202020-03-15 Tom de Vries <tdevries@suse.de>
621
622 * gdb.base/maint.exp: Use exp_continue in long lines for "maint print
623 objfiles".
624
3293bbaf
TT
6252020-03-14 Tom Tromey <tom@tromey.com>
626
627 * gdb.base/cvexpr.exp: Add test for _Atomic and restrict.
628
ab44624c
TV
6292020-03-14 Tom de Vries <tdevries@suse.de>
630
631 * gdb.mi/mi-fortran-modules.exp: Use exp_continue.
632
54c43825
TV
6332020-03-14 Tom de Vries <tdevries@suse.de>
634
635 * gdb.threads/attach-many-short-lived-threads.exp: Read "info threads"
636 result in line-by-line fashion.
637
2ac70237
TV
6382020-03-14 Tom de Vries <tdevries@suse.de>
639
640 * lib/gdb.exp (supports_statement_frontiers): New proc.
641 * gdb.cp/step-and-next-inline.exp: Use supports_statement_frontiers.
642
09546b56
TV
6432020-03-14 Tom de Vries <tdevries@suse.de>
644
645 * gdb.base/printcmds.exp: Add missing quoting for "print
646 teststring2".
647
a1f6a07c
TT
6482020-03-13 Tom Tromey <tom@tromey.com>
649
650 * gdb.base/printcmds.exp (test_print_strings): Add regression
651 test.
652 * gdb.base/printcmds.c (charptr): New typedef.
653 (teststring2): New global.
654
1b83d09c
AB
6552020-03-13 Andrew Burgess <andrew.burgess@embecosm.com>
656
657 * gdb.base/break-interp.exp: Use the tail of the filename, not the
658 full path in the test name.
659 (test_ld): Add some with_test_prefix blocks to make test names
660 unique.
661
2d61316c
TV
6622020-03-13 Tom de Vries <tdevries@suse.de>
663
664 * gdb.mi/mi-sym-info.exp: Fix buffer full errors, and timeouts.
665
2e9145ac
TV
6662020-03-13 Tom de Vries <tdevries@suse.de>
667
668 * gdb.mi/mi-sym-info.exp: Make matching more precise.
669
96c7f873
TV
6702020-03-13 Tom de Vries <tdevries@suse.de>
671
672 PR symtab/25646
673 * gdb.dwarf2/imported-unit.exp: Add test.
674
49ba92c0
TV
6752020-03-13 Tom de Vries <tdevries@suse.de>
676
677 * gdb.mi/mi-sym-info-2.c (another_char_t, another_short_t): New typedef.
678 (var1, var2): New variable.
679 * gdb.mi/mi-sym-info.exp: Add --name to various commands to restrict
680 matching symbols.
681
301b21e0
TV
6822020-03-13 Tom de Vries <tdevries@suse.de>
683
684 * lib/tuiterm.exp (Term::command_no_prompt_prefix): New proc.
685 (Term::command): Use prompt prefix.
686 (Term::enter_tui): Use command_no_prompt_prefix instead of prefix.
687 * gdb.tui/tui-layout-asm-short-prog.exp: Use
688 command_no_prompt_prefix instead of prefix.
689 * gdb.tui/tui-layout-asm.exp: Same.
690
3f512721
SM
6912020-03-12 Simon Marchi <simon.marchi@efficios.com>
692
693 * gdb.base/break-interp.exp: Use foreach_with_prefix.
694
40310f30
SM
6952020-03-12 Simon Marchi <simon.marchi@efficios.com>
696
697 * gdb.arch/amd64-disp-step-avx.S: Add nops after _start.
698 * gdb.arch/amd64-disp-step-avx.exp: Enable "set debug displaced
699 on" while stepping over the test instruction, match printed
700 message.
701
09252140
TV
7022020-03-12 Tom de Vries <tdevries@suse.de>
703
704 * gdb.base/info-types.exp: Use exp_continue during matching of output
705 of "info types".
706
14e9c72c
TV
7072020-03-12 Tom de Vries <tdevries@suse.de>
708
709 * gdb.threads/execl.exp: Delete breakpoint after hitting it.
710
e515d67e
TV
7112020-03-12 Tom de Vries <tdevries@suse.de>
712
713 * gdb.fortran/module.exp: Use exp_continue during matching of output
714 of "info variable -n".
715
307eafd8
TV
7162020-03-12 Tom de Vries <tdevries@suse.de>
717
718 * gdb.dwarf2/dw2-ranges-base.exp: Limit "maint info line-table" to
719 gdb.dwarf2/dw2-ranges-base.c.
720
9a2de3fc
TV
7212020-03-12 Tom de Vries <tdevries@suse.de>
722
723 * gdb.linespec/explicit.exp: Fix "complete non-unique file name" test
724 in presence of GLIBC debuginfo.
725
3217502e
TV
7262020-03-12 Tom de Vries <tdevries@suse.de>
727
728 * lib/gdb.exp (gdb_core_cmd): Use string_to_regexp for regexp-matching
729 $core.
730
1281424c
TV
7312020-03-12 Tom de Vries <tdevries@suse.de>
732
733 * lib/gdb.exp (gdb_core_cmd): Make "No such file or directory" regexp
734 more precise.
735
038b97fc
SM
7362020-03-11 Simon Marchi <simon.marchi@efficios.com>
737
738 * lib/gdb.exp (standard_output_file): Use `pwd -W` to convert
739 from Unix to Windows path.
740
5308d1e7
TV
7412020-03-11 Tom de Vries <tdevries@suse.de>
742
743 * gdb.ada/minsyms.exp: Set language to ada.
744
f870f78f
TV
7452020-03-11 Tom de Vries <tdevries@suse.de>
746
747 * gdb.server/sysroot.exp: Allow GLIBC's printf alias __printf.
748
5a13315d
TV
7492020-03-11 Tom de Vries <tdevries@suse.de>
750
751 * gdb.btrace/reconnect.exp: Allow source line pattern after stepi.
752
976862ed
TT
7532020-03-11 Tom Tromey <tromey@adacore.com>
754
755 * gdb.dwarf2/variant.exp: Mark discriminants as artificial.
756
7462c383
TV
7572020-03-11 Tom de Vries <tdevries@suse.de>
758
759 * gdb.base/foll-fork.exp: Allow "Reading in symbols" messages.
760
1c6c46a0
TV
7612020-03-11 Tom de Vries <tdevries@suse.de>
762
763 * gdb.base/break-interp.exp: Limit verbose scope.
764
44f41bb7
TV
7652020-03-11 Tom de Vries <tdevries@suse.de>
766
767 * gdb.fortran/logical.f90: Define variable with character type.
768 * gdb.fortran/logical.exp: Use character type instead of uint8_t.
769
b76f3a42
TV
7702020-03-11 Tom de Vries <tdevries@suse.de>
771
772 * gdb.base/list-ambiguous.exp: Set EDITOR to true.
773
1c33af77
TV
7742020-03-11 Tom de Vries <tdevries@suse.de>
775
776 * gdb.ada/access_to_packed_array.exp: Test printing of expanded
777 symtabs.
778
8c95582d
AB
7792020-03-10 Andrew Burgess <andrew.burgess@embecosm.com>
780 Bernd Edlinger <bernd.edlinger@hotmail.de>
781
782 * gdb.cp/step-and-next-inline.cc: New file.
783 * gdb.cp/step-and-next-inline.exp: New file.
784 * gdb.cp/step-and-next-inline.h: New file.
785 * gdb.dwarf2/dw2-is-stmt.c: New file.
786 * gdb.dwarf2/dw2-is-stmt.exp: New file.
787 * gdb.dwarf2/dw2-is-stmt-2.c: New file.
788 * gdb.dwarf2/dw2-is-stmt-2.exp: New file.
789 * gdb.dwarf2/dw2-ranges-base.exp: Update line table pattern.
790
cecf8547
AB
7912020-03-10 Andrew Burgess <andrew.burgess@embecosm.com>
792
793 * lib/dwarf.exp (Dwarf::lines) Add support for modifying the
794 is-stmt flag in the line table.
795
0ba678c9
TV
7962020-03-09 Tom de Vries <tdevries@suse.de>
797
798 * lib/gdb.exp (cached_file): Create cache dir.
799
72fbdf83
TV
8002020-03-07 Tom de Vries <tdevries@suse.de>
801
802 * gdb.cp/ref-params.exp: Compare build_executable result with -1.
803 * gdb.cp/rvalue-ref-params.exp: Same.
804
436b5e99
TV
8052020-03-06 Tom de Vries <tdevries@suse.de>
806
807 * lib/gdb.exp (tentative_rename, cached_file): New proc.
808 * boards/cc-with-tweaks.exp: Use cached_file to create gdb.sh.
809
09f2921c
TV
8102020-03-06 Tom de Vries <tdevries@suse.de>
811
812 * README: Fix "the the".
813 * gdb.base/dprintf.exp: Same.
814
50a3cc5d
TV
8152020-03-05 Tom de Vries <tdevries@suse.de>
816
817 * gdb.base/maint.exp: Update "main print statistics" expected output.
818
0a709cba
AKS
8192020-03-04 Alok Kumar Sharma <AlokKumar.Sharma@amd.com>
820
821 * lib/fortran.exp (fortran_int4): Handle flang kind printing.
822 (fortran_int8): Likewise.
823 (fortran_real4): Likewise.
824 (fortran_real8): Likewise.
825 (fortran_complex4): Likewise.
826 (fortran_logical4): Likewise.
827 (fortran_character1): Likewise.
828
5e5d66b6
AB
8292020-03-03 Andrew Burgess <andrew.burgess@embecosm.com>
830
831 * gdb.fortran/logical.exp: Add tests that any non-zero value is
832 printed as true.
833
7b973adc
SDJ
8342020-03-03 Sergio Durigan Junior <sergiodj@redhat.com>
835
836 * gdb.base/printcmds.exp: Add test to verify printf of a
837 variable holding an address.
838
478e490a
TV
8392020-03-03 Tom de Vries <tdevries@suse.de>
840
841 * gdb.mi/gdb2549.exp: Fix "register values t" check-read1 timeout.
842
1ef44e86
TV
8432020-03-03 Tom de Vries <tdevries@suse.de>
844
845 * gdb.mi/list-thread-groups-available.exp: Use -prompt syntax for
846 gdb_test_multiple call.
847
b98cc2cf
TV
8482020-03-03 Tom de Vries <tdevries@suse.de>
849
850 * gdb.mi/mi-sym-info.exp: Add missing -prompt "$mi_gdb_prompt$" to
851 gdb_test_multiple calls.
852
63e163f2
AB
8532020-03-02 Andrew Burgess <andrew.burgess@embecosm.com>
854
855 * gdb.base/default.exp: Remove test of 'set history filename'.
856 * gdb.base/gdbinit-history.exp: Add tests for setting the history
857 filename to the empty string.
858 * lib/gdb.exp (gdb_init): Unset environment variables GDBHISTFILE
859 and GDBHISTSIZE.
860
24ed6739
AB
8612020-03-02 Andrew Burgess <andrew.burgess@embecosm.com>
862
863 * gdb.server/stop-reply-no-thread.exp: Add test where T packet is
864 disabled.
865
590003dc
TV
8662020-03-02 Pedro Alves <palves@redhat.com>
867 Tom de Vries <tdevries@suse.de>
868
869 * lib/gdb.exp (gdb_test_multiple): Handle prompt_regexp option using
870 -prompt prefix, before user_code argument. Add -lbl option likewise.
871 (skip_python_tests_prompt, skip_libstdcxx_probe_tests_prompt)
872 (gdb_is_target_1): Add -prompt prefix and move to before user_code
873 argument.
874 * gdb.base/corefile-buildid.exp: Use -lbl option. Rewrite regexps to
875 have "\r\n" at start-of-line, instead of at end-of-line.
876
f5e46084
SM
8772020-02-28 Simon Marchi <simon.marchi@efficios.com>
878
879 * lib/trace-support.exp (get_in_proc_agent): Adjust path to
880 libinproctrace.so.
881
f7a7000d
LM
8822020-02-28 Luis Machado <luis.machado@linaro.org>
883
884 * gdb.arch/aarch64-fp.exp: Switch from "info registers" command
885 to "p/x".
886
718e0816
LM
8872020-02-28 Luis Machado <luis.machado@linaro.org>
888
889 * gdb.arch/aarch64-dbreg-contents.c: Include stdlib.h, unistd.h,
890 asm/ptrace.h and error.h.
891
13c3a74a
TV
8922020-02-28 Tom de Vries <tdevries@suse.de>
893
894 * gdb.base/c-linkage-name.c (main): Call do_something_other_cu.
895 (struct wrapper, do_something, mundane/symada__cS): Move ...
896 * gdb.base/c-linkage-name-2.c: ... here. New source file.
897 * gdb.base/c-linkage-name.exp: Add verification of psymtab expansion.
898 Update "print symada__cS before partial symtab expansion" regexp.
899 Update breakpoint location. Flush symbol cache after expansion.
900
85d2d5bb
LM
9012020-02-28 Luis Machado <luis.machado@linaro.org>
902
903 * gdb.arch/aarch64-pauth.exp: Recognize optional PAC output.
904
3608f86c
TV
9052020-02-27 Tom de Vries <tdevries@suse.de>
906
907 * config/sid.exp: Remove unused globals.
908 * gdb.base/attach.exp: Same.
909 * gdb.base/catch-load.exp: Same.
910 * gdb.base/dbx.exp: Same.
911 * lib/gdb.exp: Same.
912 * lib/mi-support.exp: Same.
913 * lib/prompt.exp: Same.
914
c8d4f6df
TV
9152020-02-27 Tom de Vries <tdevries@suse.de>
916
917 * lib/tuiterm.exp (spawn): Handle case that spawn_out(slave,name) is
918 not set.
919
0d79cdc4
AM
9202020-02-26 Aaron Merey <amerey@redhat.com>
921
922 * gdb.debuginfod: New directory for debuginfod tests.
923 * gdb.debuginfod/main.c: New test file.
924 * gdb.debuginfod/fetch_src_and_symbols.exp: New tests.
925
0dce4280
TV
9262020-02-26 Tom de Vries <tdevries@suse.de>
927
928 PR gdb/25603
929 * gdb.base/persistent-lang.cc: New test.
930 * gdb.base/persistent-lang.exp: New file.
931
9e80cfa1
AB
9322020-02-25 Andrew Burgess <andrew.burgess@embecosm.com>
933
934 * gdb.fortran/derived-type-striding.exp: Add a new test.
935 * gdb.fortran/derived-type-striding.f90: Add pointer variable for
936 new test.
937
2078dbb2
AB
9382020-02-25 Andrew Burgess <andrew.burgess@embecosm.com>
939
940 * gdb.base/cached-source-file.exp: Avoid source file paths in test
941 names.
942
70d49700
TV
9432020-02-25 Tom de Vries <tdevries@suse.de>
944
945 PR go/18926
946 * gdb.go/methods.exp: Remove gcc/93866 xfail.
947
a88ef40d
TV
9482020-02-24 Tom de Vries <tdevries@suse.de>
949
950 PR gdb/25592
951 * gdb.base/info-locals-unused-static-var.c: New test.
952 * gdb.base/info-locals-unused-static-var.exp: New file.
953
01b1af32
TT
9542020-02-22 Tom Tromey <tom@tromey.com>
955
956 * gdb.python/tui-window.exp: New file.
957 * gdb.python/tui-window.py: New file.
958
7c043ba6
TT
9592020-02-22 Tom Tromey <tom@tromey.com>
960
961 PR tui/17850:
962 * gdb.tui/new-layout.exp: Add horizontal layout and winheight
963 tests.
964
c22fef7e
TT
9652020-02-22 Tom Tromey <tom@tromey.com>
966
967 * gdb.tui/new-layout.exp: Add sub-layout tests.
968
ee325b61
TT
9692020-02-22 Tom Tromey <tom@tromey.com>
970
971 * gdb.tui/new-layout.exp: New file.
972
3f0cbb04
TT
9732020-02-22 Tom Tromey <tom@tromey.com>
974
975 * gdb.rust/rust-style.rs: New file.
976 * gdb.rust/rust-style.exp: New file.
977 * gdb.base/style.exp: Test structure printing.
978 * gdb.base/style.c (struct some_struct): New type.
979 (enum etype): New type.
980 (struct_value): New global.
981
75525152
TV
9822020-02-21 Tom de Vries <tdevries@suse.de>
983
984 PR go/18926
985 * lib/gdb.exp (bp_location2/bp_location2_regexp): Fix.
986 Remove blanket xfails. Use message argument for gdb_breakpoint.
987 Make continuing to breakpoint test conditional on setting breakpoint.
988 Fix continuing to breakpoint regexp. Add xfails for gccgo-6/7
989 DW_AT_name attribute. Add xfail for GCC PR93866.
990
bd360d30
AB
9912020-02-21 Andrew Burgess <andrew.burgess@embecosm.com>
992
993 * gdb.dwarf2/cpp-linkage-name.c: New file.
994 * gdb.dwarf2/cpp-linkage-name.exp: New file.
995
c7adb09f 9962020-02-21 Shahab Vahedi <shahab@synopsys.com>
24ac169a
SV
997
998 * lib/gdb.exp (gdb_wrapper_init): Reset
999 "gdb_wrapper_initialized" to 0 if "wrapper_file" does
1000 not exist.
1001
a9c79803
TV
10022020-02-20 Tom de Vries <tdevries@suse.de>
1003
1004 PR go/17018
1005 * gdb.go/hello.exp: Copy ...
1006 * gdb.go/global-local-var-shadow.exp: ... here. New file. Expect
1007 print of st to print value of global definition. Add xfail for GCC
1008 PR93844.
1009 * gdb.go/hello.exp: Remove printing of st before definition.
1010 * gdb.go/hello.go: Copy ...
1011 * gdb.go/global-local-var-shadow.go: ... here. New test. Rename myst
1012 to st.
1013 * gdb.go/hello.go: Remove myst. Remove comment about shadowing.
1014
d7445728
TV
10152020-02-20 Tom de Vries <tdevries@suse.de>
1016
1017 * lib/gdb.exp (support_go_compile): New gdb_caching_proc.
1018 (gdb_simple_compile): Handle compile_flags go by using .go extension
1019 for source file.
1020 * gdb.go/chan.exp: Use support_go_compile.
1021 * gdb.go/handcall.exp: Same.
1022 * gdb.go/hello.exp: Same.
1023 * gdb.go/integers.exp: Same.
1024 * gdb.go/max-depth.exp: Same.
1025 * gdb.go/methods.exp: Same.
1026 * gdb.go/package.exp: Same.
1027 * gdb.go/strings.exp: Same.
1028 * gdb.go/types.exp: Same.
1029 * gdb.go/unsafe.exp: Same.
1030
c9c41e6d
TV
10312020-02-19 Tom de Vries <tdevries@suse.de>
1032
1033 * gdb.python/lib-types.exp: Make xfail more strict.
1034
f20ff837
TV
10352020-02-19 Tom de Vries <tdevries@suse.de>
1036
1037 * gdb.ada/funcall_ref.exp: Replace xfail setup by unsupported check.
1038
08410482
DE
10392020-02-19 Doug Evans <dje@google.com>
1040
1041 PR rust/25535
1042 * gdb.rust/simple.exp: Add test.
1043 * gdb.rust/simple.rs: Add test.
1044
623563f7
TV
10452020-02-19 Tom de Vries <tdevries@suse.de>
1046
1047 * gdb.base/corefile-buildid.exp (check_exec_file): Match info files
1048 output line-by-line.
1049
d3308cfd
TV
10502020-02-19 Tom de Vries <tdevries@suse.de>
1051
1052 * gdb.cp/cpexprs.exp: Remove c++/14186 kfail.
1053
86cbc5dc
TV
10542020-02-19 Tom de Vries <tdevries@suse.de>
1055
1056 * gdb.base/solib-overlap.exp: Use exec instead of system to execute
1057 prelink.
1058
9db2b96b
TV
10592020-02-19 Tom de Vries <tdevries@suse.de>
1060
1061 * lib/cache.exp (ignore_pass, gdb_do_cache_wrap): New proc.
1062 (gdb_do_cache): Use gdb_do_cache_wrap.
1063 * gdb.base/gdb-caching-proc.exp (test_proc): Use gdb_do_cache_wrap.
1064
89e2fdc5
TV
10652020-02-19 Tom de Vries <tdevries@suse.de>
1066
1067 * lib/dtrace.exp (dtrace_build_usdt_test_program): Use quiet as
1068 gdb_compile option.
1069
373d7ac0
SM
10702020-02-18 Simon Marchi <simon.marchi@efficios.com>
1071
1072 * gdb.base/printcmds.exp (test_print_enums): Update expected
1073 output.
1074
b29a2df0
SM
10752020-02-18 Simon Marchi <simon.marchi@efficios.com>
1076
1077 * gdb.base/printcmds.exp (test_print_enums): Expect hex values
1078 for "unknown".
1079
6740f0cc
SM
10802020-02-18 Simon Marchi <simon.marchi@efficios.com>
1081
1082 * gdb.base/printcmds.c (enum flag_enum): Add FE_TWO_LEGACY
1083 enumerator.
1084
edd45eb0
SM
10852020-02-18 Simon Marchi <simon.marchi@efficios.com>
1086
1087 * gdb.base/printcmds.c (enum flag_enum): Prefix enumerators with
1088 FE_, add FE_NONE.
1089 (three): Update.
1090 (enum flag_enum_without_zero): New enum.
1091 (flag_enum_without_zero): New variable.
1092 (enum not_flag_enum): New enum.
1093 (three_not_flag): New variable.
1094 * gdb.base/printcmds.exp (test_artificial_arrays): Update.
1095 (test_print_enums): Add more tests for printing flag enums.
1096
d4295de4
TV
10972020-02-18 Tom de Vries <tdevries@suse.de>
1098
1099 * lib/ada.exp (gdb_compile_ada_1): Factor out of ...
1100 (gdb_compile_ada): ... here.
1101 (gnat_runtime_has_debug_info): Remove fail call for gdb_compile_ada
1102 failure. Use gdb_compile_ada_1 instead of gdb_compile_ada.
1103
f251f505
TT
11042020-02-14 Tom Tromey <tom@tromey.com>
1105
1106 * lib/gdbserver-support.exp (find_gdbserver): Find gdbserver in
1107 build directory.
1108 * boards/gdbserver-base.exp: Update path to gdbserver.
1109
8f432634
TV
11102020-02-13 Tom de Vries <tdevries@suse.de>
1111
1112 * lib/ada.exp (gdb_compile_ada): Delete stale exec before compilation.
1113
92b6eaf7
TV
11142020-02-13 Tom de Vries <tdevries@suse.de>
1115
1116 * gdb.ada/catch_ex_std.exp: Indicate unsupported if gnatbind/gnatlink
1117 are missing.
1118
f3b0f7fe
TV
11192020-02-13 Tom de Vries <tdevries@suse.de>
1120
1121 * lib/ada.exp (gnatmake_version_at_least): Wrap exec call in a catch
1122 call.
1123
f6be8713
SDJ
11242020-02-11 Sergio Durigan Junior <sergiodj@redhat.com>
1125
1126 PR tui/25126
1127 https://bugzilla.redhat.com/show_bug.cgi?id=1784210
1128 * gdb.base/cached-source-file.c: New file.
1129 * gdb.base/cached-source-file.exp: New file.
1130
b2770d5e
TV
11312020-02-11 Tom de Vries <tdevries@suse.de>
1132
1133 PR testsuite/25488
1134 * lib/gdb.exp (gdb_init): Unset $file_last_loaded.
1135
44f6938e
TV
11362020-02-10 Tom de Vries <tdevries@suse.de>
1137
1138 * gdb.multi/multi-target.exp: Skip if skip_gdbserver_tests.
1139
5f0e2eb7
MR
11402020-02-10 Maciej W. Rozycki <macro@wdc.com>
1141
1142 * gdb.base/step-over-no-symbols.exp: Verify that $before_addr
1143 and $after_addr are both integers before making a comparison.
1144
46ce2b6f
TV
11452020-02-09 Tom de Vries <tdevries@suse.de>
1146
1147 * gdb.base/many-headers.exp: Echo gdb command to gdb.log. Capture gdb
1148 command output and paste it into gdb.log. If any, paste catch message
1149 to gdb.log.
1150
5abbbe1d
TT
11512020-02-07 Tom Tromey <tromey@adacore.com>
1152
1153 PR breakpoints/24915:
1154 * gdb.base/annotate-symlink.exp: Use setup_xfail.
1155
1d5d29e7
SV
11562020-02-06 Shahab Vahedi <shahab@synopsys.com>
1157
1158 * gdb.tui/tui-missing-src.exp: Add the "missing source
1159 file" test for the TUI.
1160
b0999b9b
AB
11612020-02-06 Andrew Burgess <andrew.burgess@embecosm.com>
1162
1163 * gdb.server/multi-ui-errors.exp: Give a test a real name to avoid
1164 including a port number in the output.
1165
c3b149eb
AKS
11662020-02-04 Alok Kumar Sharma <alokkumar.sharma@amd.com>
1167
1168 * lib/fortran.exp (fortran_int4): Handle clang.
1169 (fortran_int8): Likewise.
1170 (fortran_real4): Likewise.
1171 (fortran_real8): Likewise.
1172 (fortran_complex4): Likewise.
1173 (fortran_logical4): Likewise.
1174 (fortran_character1): Likewise.
1175
f8dcc90b
TV
11762020-02-04 Tom de Vries <tdevries@suse.de>
1177
1178 * README (Race detection): Add note.
1179
f90ac7c2
TV
11802020-02-04 Tom de Vries <tdevries@suse.de>
1181
1182 * lib/gdb.exp (inferior_exited_re): Use "\[^\n\r\]*" instead of ".*".
1183
780636ae
TV
11842020-02-04 Tom de Vries <tdevries@suse.de>
1185
1186 * lib/gdb.exp (inferior_exited_re): Use non-capturing parentheses.
1187
5d2e1193
RA
11882020-02-03 Rogerio A. Cardoso <rcardoso@linux.ibm.com>
1189
1190 * gdb.arch/powerpc-power8.exp: Delete trailing whitespace of
1191 tbegin., tend. instructions. Replace bctar-, bctar+, bctarl-,
1192 bctarl+ extended mnemonics when avaliable by bgttar, bnstarl,
1193 blttar, bnetarl.
1194 * gdb.arch/powerpc-power8.s: Fix comments. Fix instructions
1195 binary for blttar, bnetarl.
1196 * gdb.arch/powerpc-power9.exp: Delete trailing whitespace of
1197 wait instruction. Delete ldmx test.
1198 * gdb.arch/powerpc-power9.s: Delete ldmx instruction.
1199
e409c542
AKS
12002020-02-03 Alok Kumar Sharma <AlokKumar.Sharma@amd.com>
1201
1202 * gdb.fortran/array-bounds-high.exp: New file.
1203 * gdb.fortran/array-bounds-high.f90: New file.
1204
b0029748
LD
12052020-02-03 Lukas Durfina <ldurfina@tachyum.com> (tiny change)
1206
1207 * gdb.base/fileio.c: Remove #include of <sys/errno.h>.
1208 Replace #include of <sys/fcntl.h> by <fcntl.h>.
1209
195a8287
TV
12102020-02-01 Tom de Vries <tdevries@suse.de>
1211
1212 * gdb.server/server-kill-python.exp: Fix $gdb_tst_name typo.
1213
42330a68
AB
12142020-01-31 Andrew Burgess <andrew.burgess@embecosm.com>
1215
1216 PR tui/9765
1217 * gdb.tui/tui-layout-asm-short-prog.S: New file.
1218 * gdb.tui/tui-layout-asm-short-prog.exp: New file.
1219
b62a8028
LM
12202020-01-29 Luis Machado <luis.machado@linaro.org>
1221
1222 * gdb.arch/aarch64-brk-patterns.c: New source file.
1223 * gdb.arch/aarch64-brk-patterns.exp: New test.
1224
5f440116
TBA
12252020-01-29 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1226
1227 * gdb.cp/pass-by-ref-2.exp: Mark some tests as XFAIL based on the
1228 GCC/Clang version.
1229 * gdb.cp/pass-by-ref.exp: Ditto.
1230
ee2a6fc6
TV
12312020-01-29 Tom de Vries <tdevries@suse.de>
1232
1233 * gdb.threads/watchpoint-fork-child.c: Guard prints with #if DEBUG.
1234 * gdb.threads/watchpoint-fork-mt.c: Same.
1235 * gdb.threads/watchpoint-fork-parent.c: Same.
1236 * gdb.threads/watchpoint-fork-st.c: Same.
1237 * gdb.threads/watchpoint-fork.exp: Compile with DEBUG=0.
1238
16b10d6e
LM
12392020-01-27 Luis Machado <luis.machado@linaro.org>
1240
1241 * gdb.base/step-over-syscall.exp (setup): Check if we're already
1242 sitting at a syscall instruction when we hit the syscall function's
1243 breakpoint.
1244 Check PC against one obtained with the x command.
1245 Validate syscall number.
1246 (step_over_syscall): Don't continue to the syscall instruction if
1247 we're already there.
1248
b1468492
PW
12492020-01-25 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1250
1251 * gdb.base/attach.exp: Test 'set exec-file-mismatch'.
1252
7ffa82e1
AB
12532020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
1254
1255 * gdb.dwarf2/dw2-inline-many-frames.c: New file.
1256 * gdb.dwarf2/dw2-inline-many-frames.exp: New file.
1257
3d92a3e3
AB
12582020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
1259
1260 * gdb.dwarf2/dw2-inline-stepping.c: New file.
1261 * gdb.dwarf2/dw2-inline-stepping.exp: New file.
1262
94a72be7
AB
12632020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
1264
1265 * gdb.base/maint.exp: Update line table parsing test.
1266 * gdb.dwarf2/dw2-ranges-base.exp: Add new line table parsing test.
1267
53af73bf
PA
12682020-01-24 Pedro Alves <palves@redhat.com>
1269
1270 PR gdb/25410
1271 * gdb.multi/multi-re-run-1.c: New.
1272 * gdb.multi/multi-re-run-2.c: New.
1273 * gdb.multi/multi-re-run.exp: New.
1274
1ba1ac88
AB
12752020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
1276
1277 PR gdb/23718
1278 * gdb.server/server-kill-python.exp: New file.
1279
f3364a6d
AB
12802020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
1281
1282 * gdb.server/multi-ui-errors.c: New file.
1283 * gdb.server/multi-ui-errors.exp: New file.
1284
733d0a67
AB
12852020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
1286
1287 PR tui/9765
1288 * gdb.tui/tui-layout-asm.exp: Add scrolling test for asm window.
1289
4f13c1c0
TT
12902020-01-19 Tom Tromey <tom@tromey.com>
1291
1292 * gdb.tui/main.exp: Add check for plain "file".
1293
40c94099
CB
12942020-01-16 Christian Biesinger <cbiesinger@google.com>
1295
1296 * lib/gdb.exp: Fix spelling error (seperatelly).
1297
ff47f4f0
TT
12982020-01-14 Tom Tromey <tom@tromey.com>
1299
1300 PR symtab/12535:
1301 * gdb.python/python.exp: Test decode_line with empty string
1302 argument.
1303
717c684d
BE
13042020-01-14 Bernd Edlinger <bernd.edlinger@hotmail.de>
1305
1306 * gdb.base/skip-inline.exp: Extend test.
1307
44e4c775
AB
13082020-01-13 Andrew Burgess <andrew.burgess@embecosm.com>
1309
1310 * gdb.dwarf2/dw2-bad-elf-other.S: New file.
1311 * gdb.dwarf2/dw2-bad-elf.c: New file.
1312 * gdb.dwarf2/dw2-bad-elf.exp: New file.
1313
d93c6db7
AB
13142020-01-13 Andrew Burgess <andrew.burgess@embecosm.com>
1315
1316 * lib/dwarf.exp (Dwarf::lines): Reset _line_saw_program and
1317 _line_saw_file.
1318
9a6d629c
AB
13192020-01-13 Andrew Burgess <andrew.burgess@embecosm.com>
1320
1321 * lib/tuiterm.exp (Term::_check_box): Check some parts of the top
1322 border.
1323
d9ebdab7
TBA
13242020-01-10 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1325
1326 * gdb.multi/multi-target.exp (setup): Factor out "info
1327 connections" and "info inferiors" tests to ...
1328 (test_info_inferiors): ... this new procedure.
1329 (top level): Run new "info-inferiors" tests.
1330
f3c469b9
PA
13312020-01-10 Pedro Alves <palves@redhat.com>
1332
1333 * gdb.server/bkpt-other-inferior.exp: New file.
1334
121b3efd
PA
13352020-01-10 Pedro Alves <palves@redhat.com>
1336
1337 * gdb.base/kill-detach-inferiors-cmd.exp: Adjust expected output
1338 of "add-inferior".
1339 * gdb.base/quit-live.exp: Likewise.
1340 * gdb.base/remote-exec-file.exp: Likewise.
1341 * gdb.guile/scm-progspace.exp: Likewise.
1342 * gdb.linespec/linespec.exp: Likewise.
1343 * gdb.mi/new-ui-mi-sync.exp: Likewise.
1344 * gdb.mi/user-selected-context-sync.exp: Likewise.
1345 * gdb.multi/multi-target.exp (setup): Add "info connection" and
1346 "info inferiors" tests.
1347 * gdb.multi/remove-inferiors.exp: Adjust expected output of
1348 "add-inferior".
1349 * gdb.multi/watchpoint-multi.exp: Likewise.
1350 * gdb.python/py-inferior.exp: Likewise.
1351 * gdb.server/extended-remote-restart.exp: Likewise.
1352 * gdb.threads/fork-plus-threads.exp: Adjust expected output of
1353 "info inferiors".
1354 * gdb.threads/forking-threads-plus-breakpoint.exp: Likewise.
1355 * gdb.trace/report.exp: Likewise.
1356
1dadb1dd
PA
13572020-01-10 Pedro Alves <palves@redhat.com>
1358
1359 * gdb.multi/multi-target.c: New file.
1360 * gdb.multi/multi-target.exp: New file.
1361 * lib/gdbserver-support.exp (gdb_target_cmd): Handle "Non-stop
1362 mode requested, but remote does not support non-stop".
1363
78f2c40a
PA
13642020-01-10 Pedro Alves <palves@redhat.com>
1365
1366 * gdb.server/extended-remote-restart.exp (test_reload): Explicitly
1367 disconnect before reconnecting.
1368
e7af6c70
TBA
13692020-01-10 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1370 Pedro Alves <palves@redhat.com>
1371
1372 * gdb.server/connect-without-multi-process.exp: Also test
1373 continuing to end.
1374
acdf84a6
PA
13752020-01-10 Pedro Alves <palves@redhat.com>
1376
1377 * gdb.base/remote-exec-file.exp: New file.
1378
873657b9
PA
13792020-01-10 Pedro Alves <palves@redhat.com>
1380
1381 * gdb.base/fork-running-state.exp (do_test): Adjust expected
1382 output.
1383 * gdb.threads/async.c: New.
1384 * gdb.threads/async.exp: New.
1385 * gdb.multi/tids-gid-reset.c: New.
1386 * gdb.multi/tids-gid-reset.exp: New.
1387
7f0ae84c
GB
13882020-01-10 George Barrett <bob@bob131.so>
1389
1390 * gdb.base/stap-probe.c (relocation_marker): Add dummy variable
1391 to help in finding the image relocation offset.
1392 * gdb.base/stap-probe.exp (stap_test): Accept arbitrary compile
1393 options in arguments.
1394 (stap_test_no_debuginfo): Likewise.
1395 (stap-probe-nosem-noopt-pie, stap-probe-nosem-noopt-nopie): Add
1396 test variants.
1397 (stap_test): Add null semaphore relocation test.
1398
47e9d49d
GB
13992020-01-10 George Barrett <bob@bob131.so>
1400
1401 * gdb.base/stap-probe.c: Rename USE_PROBES to USE_SEMAPHORES.
1402 * gdb.base/stap-probe.exp: Likewise.
1403 (stap_test): Pass argument as an additional flag.
1404 (stap_test_no_debuginfo): Likewise.
1405 (stap_test): Check `info probes stap' output for semaphore
1406 addresses if the test binary is supposed to have them.
1407
f5a7c406
AB
14082020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
1409
1410 * gdb.tui/basic.exp: Add more scrolling tests.
1411
9ae6bf64
TT
14122020-01-09 Tom Tromey <tom@tromey.com>
1413
1414 PR tui/18932:
1415 * lib/tuiterm.exp (Term::wait_for): Rename from _accept. Return a
1416 meangingful value.
1417 (Term::command, Term::resize): Update.
1418 * gdb.tui/basic.exp: Add scrolling test.
1419
b2efe70c
AB
14202020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
1421
1422 * gdb.tui/tui-layout-asm.exp: New file.
1423
3804da7e
AB
14242020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
1425
1426 * lib/tuiterm.exp (Term::check_box_contents): New proc.
1427
b40aa28f
AB
14282020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
1429
1430 * lib/tuiterm.exp (Term::prepare_for_tui): New proc.
1431 (Term::enter_tui): Use Term::prepare_for_tui.
1432
63ffd7c9
AB
14332020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
1434
1435 * lib/tuiterm.exp (Term::dump_screen): Always dump the screen when
1436 called.
1437
3be966f6
AB
14382020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
1439
1440 * gdb.base/skip.exp: Fix race condition in test.
1441
153d79c4
AB
14422020-01-06 Andrew Burgess <andrew.burgess@embecosm.com>
1443
1444 * gdb.base/backtrace.c: New file.
1445 * gdb.base/backtrace.exp: New file.
1446
f2302a34
AB
14472020-01-05 Andrew Burgess <andrew.burgess@embecosm.com>
1448
1449 * gdb.tui/list.exp: Test 'focus next' after 'list main'.
1450
6ec1d75e
PW
14512020-01-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1452
1453 * gdb.base/style.exp: Test that warnings are styled.
1454
c296cbe6
BE
14552019-12-29 Bernd Edlinger <bernd.edlinger@hotmail.de>
1456
1457 * gdb.base/line65535.exp: New file.
1458 * gdb.base/line65535.c: New file.
1459
b28a729d
SM
14602019-12-27 Simon Marchi <simon.marchi@polymtl.ca>
1461
1462 * lib/ada.exp (gnat_runtime_has_debug_info): New proc.
1463 * lib/gnat_debug_info_test.adb: New file.
1464 * gdb.ada/ptype_tagged_param.exp: Use
1465 gnat_runtime_has_debug_info, expect a different output if
1466 runtime does not have debug info.
1467
7f2d7a0d
SM
14682019-12-20 Simon Marchi <simon.marchi@efficios.com>
1469
1470 * lib/sym-info-cmds.exp (GDBInfoSymbols::check_no_entry): Add
1471 (another) quote in test name.
1472
f3bce483
SM
14732019-12-20 Simon Marchi <simon.marchi@efficios.com>
1474
1475 * lib/sym-info-cmds.exp (GDBInfoModuleSymbols::check_no_entry):
1476 Add quote in test name.
1477
c855a912
TBA
14782019-12-20 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1479
1480 * gdb.cp/pass-by-ref.cc: Delete. Generated in the output
1481 directory instead.
1482 * gdb.cp/pass-by-ref.exp: Extend with more cases.
1483 * gdb.cp/pass-by-ref-2.cc: New file.
1484 * gdb.cp/pass-by-ref-2.exp: New file.
1485
fc9d2d72
TT
14862019-12-20 Tom Tromey <tom@tromey.com>
1487
1488 * gdb.tui/list-before.exp: New file.
1489
77b97e00
TT
14902019-12-20 Tom Tromey <tom@tromey.com>
1491
1492 * gdb.tui/list.exp: Check for source on initial listing.
1493
f69656d0
TT
14942019-12-11 Tom Tromey <tromey@adacore.com>
1495
1496 * gdb.xml/tdesc-arch.exp (set_arch): Add "trans_mode" parameter.
1497 Add crlf test.
1498
99a55965
SM
14992019-12-18 Simon Marchi <simon.marchi@efficios.com>
1500
1501 * gdb.base/default.exp: Update value of $_gdb_major.
1502
5024637f
BE
15032019-12-17 Bernd Edlinger <bernd.edlinger@hotmail.de>
1504
1505 * gdb.base/skip.exp: Fix test failure observed with gcc-9.2.0.
1506
b63634be
BE
15072019-12-17 Bernd Edlinger <bernd.edlinger@hotmail.de>
1508
1509 * gdb.base/skip.exp: Whitespace fix.
1510
45d73523
BE
15112019-12-16 Bernd Edlinger <bernd.edlinger@hotmail.de>
1512
1513 * gdb.base/skip-inline.c: New file.
1514 * gdb.base/skip-inline.exp: New file.
1515
d043f8c8
SM
15162019-12-16 Simon Marchi <simon.marchi@polymtl.ca>
1517
1518 * gdb.base/jit-reader.exp (jit_reader_test): Rename
1519 jit_function_00 to jit_function_stack_mangle.
1520 * gdb.base/jithost.c (jit_function_t): Rename to...
1521 (jit_function_stack_mangle_t): ... this.
1522 (jit_function_add_t): New typedef.
1523 (jit_function_00_code): Rename to...
1524 (jit_function_stack_mangle_code): ... this, make static.
1525 (jit_function_add_code): New.
1526 (main): Generate "add" function and call it. Adjust to changes
1527 in jithost_abi.
1528 * gdb.base/jithost.h (struct jithost_abi_bounds): New.
1529 (struct jithost_abi) <begin, end>: Remove fields.
1530 <object, function_stack_mangle, function_add>: New fields.
1531 * gdb.base/jitreader.c (struct reader_state) <code_begin,
1532 code_end>: Remove fields.
1533 <func_stack_mangle>: New field.
1534 (read_debug_info): Adjust to renaming, create block for "add"
1535 function.
1536 (read_sp, unwind_frame, get_frame_id): Adjust to other changes.
1537
873de05c
TT
15382019-12-11 Tom Tromey <tom@tromey.com>
1539
1540 * gdb.tui/resize.exp: Fix regexp.
1541 * gdb.tui/regs.exp: Fix regexps.
1542 * gdb.tui/main.exp: Fix regexp.
1543
3d979945
TT
15442019-12-11 Tom Tromey <tom@tromey.com>
1545
1546 * gdb.tui/resize.exp: Update.
1547 * gdb.tui/empty.exp (layouts): Update.
1548
2192a9d3
TT
15492019-12-11 Tom Tromey <tom@tromey.com>
1550
1551 * gdb.tui/regs.exp: Update.
1552 * gdb.tui/empty.exp (layouts): Update.
1553 * gdb.tui/basic.exp: Update.
1554 * lib/tuiterm.exp (_check_box): Don't check bottom border.
1555
d8edc8b7
PW
15562019-12-11 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1557
1558 * gdb.base/options.exp: Add -raw-values in the print completion list.
1559 * gdb.python/py-prettyprint.exp: Add tests for -raw-values.
1560
4c12d936
KB
15612019-12-10 Kevin Buettner <kevinb@redhat.com>
1562
1563 * gdb.threads/omp-par-scope.c: New file.
1564 * gdb/threads/omp-par-scope.exp: New file.
1565
26b911fb
KB
15662019-12-10 Kevin Buettner <kevinb@redhat.com>
1567
bb47f919
KB
1568 * lib/gdb.exp (support_nested_function_tests): New proc.
1569
15702019-12-10 Kevin Buettner <kevinb@redhat.com>
1571
1572 * lib/gdb.exp (gdb_compile_openmp): New proc.
1573 (build_executable_from_specs): Add an "openmp" option.
1574 (gdb_compile_pthreads): Add non-executable case.
26b911fb 1575
6c71eb7d
TT
15762019-12-10 Tom Tromey <tromey@adacore.com>
1577
1578 * gdb.ada/unchecked_union.exp: New file.
1579 * gdb.ada/unchecked_union/pck.adb: New file.
1580 * gdb.ada/unchecked_union/pck.ads: New file.
1581 * gdb.ada/unchecked_union/unchecked_union.adb: New file.
1582 * gdb-utils.exp (string_to_regexp): Also quote "?".
1583
bac7c5cf
GB
15842019-12-10 George Barrett <bob@bob131.so>
1585
1586 Test scripted probe breakpoints.
1587 * gdb.guile/scm-breakpoint.c (main): Add probe point.
1588 * gdb.python/py-breakpoint.c (main): Likewise.
1589 * gdb.guile/scm-breakpoint.exp (test_bkpt_probe): Add probe
1590 specifier test.
1591 * gdb.python/py-breakpoint.exp (test_bkpt_probe): Likewise.
1592
330f1d38
TBA
15932019-12-09 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1594
1595 * gdb.cp/rvalue-ref-overload.cc (g): New function that takes
1596 an rvalue parameter.
1597 * gdb.cp/rvalue-ref-overload.exp: Test calling it with an lvalue
1598 parameter.
1599
b43315e2
AB
16002019-12-09 Andrew Burgess <andrew.burgess@embecosm.com>
1601
1602 * gdb.mi/mi-fortran-modules.exp: Add patterns to skip system
1603 modules.
1604
54f73dad
AB
16052019-12-09 Andrew Burgess <andrew.burgess@embecosm.com>
1606
1607 * gdb.fortran/derived-type-striding.exp: KFAIL if we are using a
1608 broken version of GCC.
1609
d57cbee9
AB
16102019-12-09 Andrew Burgess <andrew.burgess@embecosm.com>
1611
1612 * gdb.fortran/info-modules.exp: Rewrite to make use of new
1613 sym-info-cmds library.
1614 * gdb.fortran/info-types.exp: Likewise.
1615 * lib/sym-info-cmds.exp: New file.
1616
c14aab8c
TV
16172019-12-08 Tom de Vries <tdevries@suse.de>
1618
1619 * gdb.dwarf2/imported-unit.exp: Fix inter-CU references.
1620
aa2d5a42
KS
16212019-12-07 Keith Seitz <keiths@redhat.com>
1622
1623 * gdb.base/corefile-buildid-shlib-shr.c: New file.
1624 * gdb.base/corefile-buildid-shlib.c: New file.
1625 * gdb.base/corefile-buildid.c: New file.
1626 * gdb.base/corefile-buildid.exp: New file.
1627
93e55f0a
TV
16282019-12-06 Tom de Vries <tdevries@suse.de>
1629
1630 * gdb.dwarf2/varval.exp: Add decl before def test.
1631
c7d12402
TBA
16322019-12-06 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1633
1634 * gdb.cp/rvalue-ref-overload.exp: Minor cleanup.
1635
06acc08f
TBA
16362019-12-06 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1637
1638 * gdb.cp/rvalue-ref-overload.cc: Add a case that involves both
1639 CV and reference conversion for overload resolution.
1640 * gdb.cp/rvalue-ref-overload.exp: Test it.
1641
e0fad1ea
PW
16422019-12-06 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1643
1644 * gdb.threads/pthreads.exp: Test taas and tfaas without command.
1645 * gdb.base/frameapply.exp: Test faas without command.
1646
8d70a9f0
AB
16472019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
1648
1649 * lib/gdb.exp (gdb_compile): Add -J compiler option when building
1650 Fortran tests.
1651 * gdb.mi/mi-fortran-modules.exp: Compile source files in correct
1652 order.
1653
36c8fb93
AB
16542019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
1655
1656 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): Handle
1657 casting to type with no kind specified.
1658 (test_basic_parsing_of_type_kinds): Additional tests for types
1659 with no kind specified, and add tests for single/double
1660 precision/complex types.
1661
4139ff00
TT
16622019-12-04 Tom Tromey <tromey@adacore.com>
1663
1664 * gdb.base/endianity.c (struct other) <x>: New field.
1665 (main): Initialize it.
1666 * gdb.base/endianity.exp: Update.
1667
a05cf17a
TT
16682019-12-04 Tom Tromey <tromey@adacore.com>
1669
1670 * gdb.ada/scalar_storage/storage.adb: New file.
1671 * gdb.ada/scalar_storage/pck.adb: New file.
1672 * gdb.ada/scalar_storage/pck.ads: New file.
1673 * gdb.ada/scalar_storage.exp: New file.
1674
103a685e
TT
16752019-12-04 Tom Tromey <tromey@adacore.com>
1676
1677 * gdb.base/endianity.c (struct otherendian) <f>: New field.
1678 (main): Initialize it.
1679 * gdb.base/endianity.exp: Update.
1680
c2512106
AB
16812019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
1682
1683 * gdb.mi/mi-sym-info.exp: Add tests for -max-results parameter.
1684
293b38d6
AB
16852019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
1686
1687 * gdb.mi/mi-fortran-modules.exp: Add additional tests for
1688 -symbol-info-module-functions and -symbol-info-module-variables.
1689
216a7e6b
AB
16902019-12-01 Andrew Burgess <andrew.burgess@embecosm.com>
1691
1692 * gdb.fortran/array-slices.exp: Add test for dynamic strings.
1693
5bbd8269
AB
16942019-12-01 Richard Bunt <richard.bunt@arm.com>
1695 Andrew Burgess <andrew.burgess@embecosm.com>
1696
1697 * gdb.fortran/derived-type-striding.exp: New file.
1698 * gdb.fortran/derived-type-striding.f90: New file.
1699 * gdb.fortran/array-slices.exp: New file.
1700 * gdb.fortran/array-slices.f90: New file.
1701
be09caf1
PW
17022019-11-30 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1703
1704 * gdb.base/define.exp: Test . in command names.
1705 * gdb.base/setshow.exp: Update test, as . is now part of
1706 command name.
1707
643c0cbe
PW
17082019-11-30 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1709
1710 * gdb.base/define-prefix.exp: New file.
1711
dcdec678
AB
17122019-11-28 Andrew Burgess <andrew.burgess@embecosm.com>
1713
1714 * lib/gdb.exp (skip_btrace_tests): Return 1 if the test fails to
1715 compile.
1716 (skip_btrace_pt_tests): Likewise.
1717
640ab947
AB
17182019-11-27 Andrew Burgess <andrew.burgess@embecosm.com>
1719
1720 * gdb.fortran/info-modules.exp: Compile source files in correct
1721 order.
1722
d22670f0
KB
17232019-11-27 Kevin Buettner <kevinb@redhat.com>
1724
1725 * gdb.dwarf2/imported-unit.exp: New file.
1726 * gdb.dwarf2/imported-unit.c: New file.
1727
db5960b4
AB
17282019-11-27 Andrew Burgess <andrew.burgess@embecosm.com>
1729
1730 * gdb.mi/mi-fortran-modules-2.f90: New file.
1731 * gdb.mi/mi-fortran-modules.exp: New file.
1732 * gdb.mi/mi-fortran-modules.f90: New file.
1733
7dc42066
AB
17342019-11-27 Andrew Burgess <andrew.burgess@embecosm.com>
1735
1736 * gdb.mi/mi-sym-info-1.c: New file.
1737 * gdb.mi/mi-sym-info-2.c: New file.
1738 * gdb.mi/mi-sym-info.exp: New file.
1739
0dfeecca
TT
17402019-11-22 Tom Tromey <tromey@adacore.com>
1741
1742 * gdb.ada/tasks.exp: Add -ada-task-info regression test.
1743 * gdb.ada/tasks/foo.adb: Add another stopping location.
1744
34877895
PJ
17452019-11-21 Peeter Joot <peeter.joot@lzlabs.com>
1746
1747 * gdb.base/endianity.c: New test.
1748 * gdb.base/endianity.exp: New file.
1749
2e84f897
LD
17502019-11-21 Lukas Durfina <ldurfina@tachyum.com>
1751
1752 * gdb.arch/amd64-eval.exp: Skip test if target is not x86-64.
1753
65d1cd5f
TV
17542019-11-21 Tom de Vries <tdevries@suse.de>
1755
1756 PR gdb/24956
1757 * gdb.base/ui-redirect.exp: Test output of user-defined command.
1758
4f22c3f4
SDJ
17592019-11-20 Sergio Durigan Junior <sergiodj@redhat.com>
1760
1761 * gdb.python/py-progspace.exp: Add missing parentheses on some
1762 'print' commands.
1763
9f6ad286
TT
17642019-11-19 Tom Tromey <tom@tromey.com>
1765
1766 * gdb.tui/winheight.exp: New file.
1767
0b8dbf3f
AB
17682019-11-19 Andrew Burgess <andrew.burgess@embecosm.com>
1769
1770 * gdb.base/ctf-whatis.c: Delete.
1771 * gdb.base/ctf-whatis.exp: Delete.
1772 * gdb.base/whatis.exp: Rewrite to compile as both dwarf and ctf.
1773
f833b7a7
AB
17742019-11-19 Andrew Burgess <andrew.burgess@embecosm.com>
1775
1776 * gdb.base/ctf-cvexpr.exp: Delete.
1777 * gdb.base/cvexpr.exp: Rewrite to compile as both dwarf and ctf.
1778
30d0a636
AB
17792019-11-19 Andrew Burgess <andrew.burgess@embecosm.com>
1780
1781 * gdb.base/ctf-constvars.exp: Skip test if CTF is not supported in
1782 the compiler. Clean up header comment a little.
1783 * gdb.base/ctf-ptype.exp: Likewise.
1784 * gdb.base/ctf-whatis.exp: Likewise.
1785 * lib/gdb.exp (skip_ctf_tests): New proc.
1786
494409bb
SDJ
17872019-11-18 Sergio Durigan Junior <sergiodj@redhat.com>
1788
1789 https://bugzilla.redhat.com/show_bug.cgi?id=1765117
1790 * gdb.tui/corefile-run.exp: New file.
1791
55708e99
TT
17922019-11-14 Tom Tromey <tromey@adacore.com>
1793
1794 * gdb.base/gdbvars.exp (test_convenience_variables): Add
1795 regression tests.
1796
45e42163
TT
17972019-11-12 Tom Tromey <tom@tromey.com>
1798
1799 * lib/tuiterm.exp (_accept): Add wait_for parameter. Check output
1800 after any command. Expect prompt after WAIT_FOR is seen.
1801 (enter_tui): Enable resize messages.
1802 (command): Expect command in output.
1803 (get_line): Avoid error when cursor appears to be off-screen.
1804 (dump_screen): Include screen size in title.
1805 (_do_resize): New proc, from "resize".
1806 (resize): Rewrite. Do resize in two steps.
1807 * gdb.tui/empty.exp (layouts): Fix entries.
1808 (check_boxes): Remove xfail.
1809 (check_text): Dump screen on failure.
1810
086baaf1
AB
18112019-11-10 Andrew Burgess <andrew.burgess@embecosm.com>
1812
1813 * gdb.python/py-symbol.exp: Add test for
1814 gdb.lookup_static_symbols.
1815
09ff83af
AB
18162019-11-10 Andrew Burgess <andrew.burgess@embecosm.com>
1817
1818 * gdb.python/py-symbol.c: Declare and call function from new
1819 py-symbol-2.c file.
1820 * gdb.python/py-symbol.exp: Compile both source files, and add new
1821 tests for gdb.lookup_static_symbol.
1822 * gdb.python/py-symbol-2.c: New file.
1823
11af934b
TV
18242019-11-02 Tom de Vries <tdevries@suse.de>
1825
1826 * gdb.base/advance.exp: Drop superfluous 3rd argument to gdb_test.
1827 * gdb.base/anon.exp: Same.
1828 * gdb.base/auto-connect-native-target.exp: Same.
1829 * gdb.base/call-ar-st.exp: Same.
1830 * gdb.base/catch-syscall.exp: Same.
1831 * gdb.base/commands.exp: Same.
1832 * gdb.base/default.exp: Same.
1833 * gdb.base/display.exp: Same.
1834 * gdb.base/float.exp: Same.
1835 * gdb.base/foll-fork.exp: Same.
1836 * gdb.base/help.exp: Same.
1837 * gdb.base/info-macros.exp: Same.
1838 * gdb.base/info-proc.exp: Same.
1839 * gdb.base/info-target.exp: Same.
1840 * gdb.base/long_long.exp: Same.
1841 * gdb.base/macscp.exp: Same.
1842 * gdb.base/memattr.exp: Same.
1843 * gdb.base/nofield.exp: Same.
1844 * gdb.base/pointers.exp: Same.
1845 * gdb.base/printcmds.exp: Same.
1846 * gdb.base/ptype.exp: Same.
1847 * gdb.base/restore.exp: Same.
1848 * gdb.base/return.exp: Same.
1849 * gdb.base/scope.exp: Same.
1850 * gdb.base/set-noassign.exp: Same.
1851 * gdb.base/setshow.exp: Same.
1852 * gdb.base/shlib-call.exp: Same.
1853 * gdb.base/signals.exp: Same.
1854 * gdb.base/sigstep.exp: Same.
1855 * gdb.base/skip.exp: Same.
1856 * gdb.base/solib-symbol.exp: Same.
1857 * gdb.base/stap-probe.exp: Same.
1858 * gdb.base/step-line.exp: Same.
1859 * gdb.base/step-test.exp: Same.
1860 * gdb.base/style.exp: Same.
1861 * gdb.base/varargs.exp: Same.
1862 * gdb.base/vla-datatypes.exp: Same.
1863 * gdb.base/vla-ptr.exp: Same.
1864 * gdb.base/vla-sideeffect.exp: Same.
1865 * gdb.base/volatile.exp: Same.
1866 * gdb.base/watch-cond-infcall.exp: Same.
1867 * gdb.base/watchpoint.exp: Same.
1868
e96ec2ba
TV
18692019-11-02 Tom de Vries <tdevries@suse.de>
1870
1871 * gdb.cp/anon-union.exp: Drop superfluous 3rd argument to gdb_test.
1872 * gdb.cp/cpexprs.exp: Same.
1873 * gdb.cp/except-multi-location.exp: Same.
1874 * gdb.cp/exceptprint.exp: Same.
1875 * gdb.cp/gdb2384.exp: Same.
1876 * gdb.cp/inherit.exp: Same.
1877 * gdb.cp/m-static.exp: Same.
1878 * gdb.cp/meth-typedefs.exp: Same.
1879 * gdb.cp/misc.exp: Same.
1880 * gdb.cp/namespace.exp: Same.
1881 * gdb.cp/non-trivial-retval.exp: Same.
1882 * gdb.cp/overload.exp: Same.
1883 * gdb.cp/pr17132.exp: Same.
1884 * gdb.cp/re-set-overloaded.exp: Same.
1885 * gdb.cp/rvalue-ref-types.exp: Same.
1886 * gdb.cp/templates.exp: Same.
1887
bd5766ec
LM
18882019-11-01 Luis Machado <luis.machado@linaro.org>
1889
1890 PR gdb/25124
1891
1892 * gdb.arch/pr25124.S: New file.
1893 * gdb.arch/pr25124.exp: New file.
1894
165f8965
AB
18952019-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
1896
1897 * gdb.fortran/info-modules.exp: Update expected results, and add
1898 additional tests for 'info module functinos', and 'info module
1899 variables'.
1900 * gdb.fortran/info-types.exp: Update expected results.
1901 * gdb.fortran/info-types.f90: Extend testcase with additional
1902 module variables and functions.
1903
59c35742
AB
19042019-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
1905
1906 * gdb.fortran/info-modules.exp: New file.
1907 * gdb.fortran/info-types.exp: Build with new file.
1908 * gdb.fortran/info-types.f90: Include and use new module.
1909 * gdb.fortran/info-types-2.f90: New file.
1910
f3fb2519
PW
19112019-10-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1912
1913 * gdb.base/setshow.exp: Test $_gdb_setting and $_gdb_setting_str.
1914 * gdb.base/settings.exp: Test all settings types using
1915 $_gdb_maint_setting and $_gdb_maint_setting_str in proc_show_setting,
1916 that now verifies that the value of "maint show" is the same as
1917 returned by the settings functions. Test the type of the
1918 maintenance settings.
1919 * gdb.base/default.exp: Update show_conv_list.
1920
d1e36019
TV
19212019-10-31 Tom de Vries <tdevries@suse.de>
1922
1923 * gdb.arch/amd64-disp-step-avx.exp: Drop superfluous 3rd argument to
1924 gdb_test.
1925 * gdb.arch/amd64-disp-step.exp: Same.
1926 * gdb.asm/asm-source.exp: Same.
1927 * gdb.btrace/buffer-size.exp: Same.
1928 * gdb.btrace/cpu.exp: Same.
1929 * gdb.btrace/enable.exp: Same.
1930 * gdb.dwarf2/count.exp: Same.
1931 * gdb.dwarf2/dw2-ranges-func.exp: Same.
1932 * gdb.dwarf2/dw2-ranges-psym.exp: Same.
1933 * gdb.fortran/vla-datatypes.exp: Same.
1934 * gdb.fortran/vla-history.exp: Same.
1935 * gdb.fortran/vla-ptype.exp: Same.
1936 * gdb.fortran/vla-value.exp: Same.
1937 * gdb.fortran/whatis_type.exp: Same.
1938 * gdb.guile/guile.exp: Same.
1939 * gdb.multi/tids.exp: Same.
1940 * gdb.python/py-finish-breakpoint.exp: Same.
1941 * gdb.python/py-framefilter.exp: Same.
1942 * gdb.python/py-pp-registration.exp: Same.
1943 * gdb.python/py-xmethods.exp: Same.
1944 * gdb.python/python.exp: Same.
1945 * gdb.server/connect-with-no-symbol-file.exp: Same.
1946 * gdb.server/no-thread-db.exp: Same.
1947 * gdb.server/run-without-local-binary.exp: Same.
1948 * gdb.stabs/weird.exp: Same.
1949 * gdb.threads/attach-many-short-lived-threads.exp: Same.
1950 * gdb.threads/thread-find.exp: Same.
1951 * gdb.threads/tls-shared.exp: Same.
1952 * gdb.threads/tls.exp: Same.
1953 * gdb.threads/wp-replication.exp: Same.
1954 * gdb.trace/ax.exp: Same.
1955 * lib/gdb.exp (gdb_test_exact, help_test_raw): Same.
1956
3d11e68e
TV
19572019-10-31 Tom de Vries <tdevries@suse.de>
1958
1959 * gdb.ada/array_bounds.exp: Drop superfluous 3rd argument to gdb_test.
1960 * gdb.ada/array_subscript_addr.exp: Same.
1961 * gdb.ada/arrayidx.exp: Same.
1962 * gdb.ada/arrayparam.exp: Same.
1963 * gdb.ada/arrayptr.exp: Same.
1964 * gdb.ada/boolean_expr.exp: Same.
1965 * gdb.ada/call_pn.exp: Same.
1966 * gdb.ada/complete.exp: Same.
1967 * gdb.ada/fixed_cmp.exp: Same.
1968 * gdb.ada/fun_addr.exp: Same.
1969 * gdb.ada/funcall_param.exp: Same.
1970 * gdb.ada/interface.exp: Same.
1971 * gdb.ada/mod_from_name.exp: Same.
1972 * gdb.ada/null_array.exp: Same.
1973 * gdb.ada/packed_array.exp: Same.
1974 * gdb.ada/packed_tagged.exp: Same.
1975 * gdb.ada/print_chars.exp: Same.
1976 * gdb.ada/print_pc.exp: Same.
1977 * gdb.ada/ptype_arith_binop.exp: Same.
1978 * gdb.ada/ptype_field.exp: Same.
1979 * gdb.ada/ptype_tagged_param.exp: Same.
1980 * gdb.ada/rec_return.exp: Same.
1981 * gdb.ada/ref_tick_size.exp: Same.
1982 * gdb.ada/str_ref_cmp.exp: Same.
1983 * gdb.ada/taft_type.exp: Same.
1984 * gdb.ada/tagged.exp: Same.
1985 * gdb.ada/type_coercion.exp: Same.
1986 * gdb.ada/uninitialized_vars.exp: Same.
1987
60b6ede8
TV
19882019-10-30 Tom de Vries <tdevries@suse.de>
1989
1990 * lib/gdb.exp (gdb_test_multiple): Handle -early pattern flag.
1991
30baf67b
TV
19922019-10-26 Tom de Vries <tdevries@suse.de>
1993
1994 * gdb.base/bigcore.c: Fix typos in comments.
1995 * gdb.base/ctf-ptype.c: Same.
1996 * gdb.base/long_long.c: Same.
1997 * gdb.dwarf2/dw2-op-out-param.S: Same.
1998 * gdb.python/py-evthreads.c: Same.
1999 * gdb.reverse/i387-stack-reverse.c: Same.
2000 * gdb.trace/tfile.c: Same.
2001 * lib/compiler.c: Same.
2002 * lib/compiler.cc: Same.
2003
158da0d1
TV
20042019-10-25 Tom de Vries <tdevries@suse.de>
2005
2006 * gdb.reverse/sigall-precsave.exp: Use -wrap and $gdb_test_name in
2007 gdb_test_multiple calls.
2008 * gdb.reverse/sigall-reverse.exp: Same.
2009 * gdb.reverse/solib-precsave.exp: Same.
2010 * gdb.reverse/solib-reverse.exp: Same.
2011 * gdb.reverse/until-precsave.exp: Same.
2012 * gdb.reverse/until-reverse.exp: Same.
2013
4ccdfbec
TV
20142019-10-24 Tom de Vries <tdevries@suse.de>
2015
2016 * lib/gdb.exp (gdb_test_multiple): Add -wrap pattern flag.
2017 * gdb.reverse/step-precsave.exp: Rewrite gdb_test_multiple containing
2018 kfail using -wrap pattern flag and convenience variable
2019 gdb_test_name.
2020
33d569b7
AB
20212019-10-24 Andrew Burgess <andrew.burgess@embecosm.com>
2022
2023 * gdb.python/py-progspace.exp: Add tests for the
2024 Progspace.block_for_pc method.
2025
4d0b984b
TT
20262019-10-23 Tom Tromey <tom@tromey.com>
2027
2028 * configure: Rebuild.
2029 * aclocal.m4: Use m4_include, not sinclude.
2030
94cb3754
TV
20312019-10-21 Tom de Vries <tdevries@suse.de>
2032
2033 * gdb.base/infcall-nested-structs.c: Add
2034 __attribute__((noinline,noclone)) to all functions.
2035 (call_all): Add missing variable initialization. Simplify return value.
2036 (breakpt): Increment volatile variable, to prevent call from being
2037 optimized out.
2038 * gdb.base/infcall-nested-structs.exp: Compile with -O2.
2039
062f1fc1
TV
20402019-10-17 Tom de Vries <tdevries@suse.de>
2041
2042 * gdb.fortran/module.exp: Allow info variables to print info for files
2043 other than module.f90.
2044
0b54364d
AB
20452019-10-16 Andrew Burgess <andrew.burgess@embecosm.com>
2046
2047 * gdb.fortran/module.exp: Extend with 'info variables' test.
2048
7ff5fae7
AB
20492019-10-16 Andrew Burgess <andrew.burgess@embecosm.com>
2050
2051 * boards/cc-with-tweaks.exp: Setup F90_FOR_TARGET and
2052 F77_FOR_TARGET.
2053
d10eccaa
TV
20542019-10-16 Tom de Vries <tdevries@suse.de>
2055
2056 PR tdep/25096
2057 * gdb.base/infcall-nested-structs.exp: Remove PR25096 KFAILs.
2058
745ff14e
TV
20592019-10-16 Tom de Vries <tdevries@suse.de>
2060
2061 PR tdep/24104
2062 * gdb.base/infcall-nested-structs.exp: Remove XFAIL for PR tdep/24104.
2063 Add KFAIL for PR tdep/25096.
2064
03e1ab94
TV
20652019-10-16 Tom de Vries <tdevries@suse.de>
2066
2067 PR testsuite/25059
2068 * gdb.cp/local-static.exp (do_test): Add xfails for gcc PR debug/55541.
2069
b17fcc10
TV
20702019-10-16 Tom de Vries <tdevries@suse.de>
2071
2072 * gdb.base/jit-reader.exp: Allow non-pointer registers to be printed
2073 as signed.
2074
9223170f
SM
20752019-10-14 Simon Marchi <simon.marchi@polymtl.ca>
2076
2077 * gdb.mi/list-thread-groups-available.exp: Read entries one by
2078 one instead of increasing timeout.
2079
d6e76313
TV
20802019-10-13 Tom de Vries <tdevries@suse.de>
2081
2082 PR record/25038
2083 * gdb.reverse/sigall-precsave.exp: Add PR record/25038 KFAIL.
2084 * gdb.reverse/sigall-reverse.exp: Same.
2085 * gdb.reverse/solib-precsave.exp: Same.
2086 * gdb.reverse/solib-reverse.exp: Same.
2087 * gdb.reverse/step-precsave.exp: Same.
2088 * gdb.reverse/until-precsave.exp: Same.
2089 * gdb.reverse/until-reverse.exp: Same.
2090 * lib/gdb.exp (gdb_continue_to_breakpoint): Same.
2091
6dfc0041
AA
20922019-10-10 Andreas Arnez <arnez@linux.ibm.com>
2093
2094 * gdb.base/infcall-nested-structs.c (cmp_struct_02_01)
2095 (cmp_struct_02_02, cmp_struct_04_01, cmp_struct_04_02)
2096 (cmp_struct_05_01, cmp_struct_static_02_01)
2097 (cmp_struct_static_04_01, cmp_struct_static_06_01): Fix redundant
2098 comparisons.
2099
abcf2cc8
TV
21002019-10-10 Tom de Vries <tdevries@suse.de>
2101
2102 PR testsuite/24888
2103 * lib/ada.exp (target_compile_ada_from_dir): Route -pie/-no-pie to
2104 gnatlink.
2105
a50faaf6
TV
21062019-10-09 Tom de Vries <tdevries@suse.de>
2107
2108 PR testsuite/25048
2109 * gdb.rust/simple.exp: Add xfails for incorrect DWARF.
2110
60ff3cd7
AB
21112019-10-07 Andrew Burgess <andrew.burgess@embecosm.com>
2112
2113 * gdb.ada/catch_ex_std.exp: Handle being unabled to catch Ada
2114 exceptions due to missing debug information.
2115
dfee8566
TV
21162019-10-07 Tom de Vries <tdevries@suse.de>
2117
2118 * gdb.base/default.exp: Expect _gdb_major/_gdb_minor to be 9.1.
2119
3d63690a
AB
21202019-10-07 Andrew Burgess <andrew.burgess@embecosm.com>
2121
2122 * lib/gdb.exp (gdb_test_multiple): Add gdb_test_name mechanism.
2123 * gdb.base/annota1.exp: Update to use gdb_test_name.
2124
30d1f018
WP
21252019-10-07 Weimin Pan <weimin.pan@oracle.com>
2126
2127 * gdb.base/ctf-whatis.exp: New file.
2128 * gdb.base/ctf-whatis.c: New file.
2129 * gdb.base/ctf-ptype.exp: New file.
2130 * gdb.base/ctf-ptype.c: New file.
2131 * gdb.base/ctf-constvars.exp: New file.
2132 * gdb.base/ctf-constvars.c: New file.
2133 * gdb.base/ctf-cvexpr.exp: New file.
2134
4dbbb47c
TV
21352019-10-04 Tom de Vries <tdevries@suse.de>
2136
2137 * gdb.cp/local-static.c (main): Move declaration of int i out of the
2138 for loop.
2139
77c2dba3
TT
21402019-10-03 Tom Tromey <tom@tromey.com>
2141
2142 PR rust/24976:
2143 * gdb.rust/simple.rs (Union2): New type.
2144 (main): Use Union2.
2145 * gdb.rust/simple.exp: Add test.
2146
179aed7f
AB
21472019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
2148
2149 * gdb.fortran/nested-funcs-2.exp: Run tests with and without the
2150 nested function prefix.
2151
0a4b0913
AB
21522019-10-03 Bernhard Heckel <bernhard.heckel@intel.com>
2153 Richard Bunt <richard.bunt@arm.com>
2154 Andrew Burgess <andrew.burgess@embecosm.com>
2155
2156 * gdb.fortran/nested-funcs.exp: Tests for placing breakpoints on
2157 nested functions.
2158 * gdb.fortran/nested-funcs.f90: Update expected results.
2159 * gdb.fortran/nested-funcs-2.exp: New file.
2160 * gdb.fortran/nested-funcs-2.f90: New file.
2161
082cce05
AB
21622019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
2163
2164 * gdb.python/py-parameter.exp: Make test names unique.
2165 * gdb.python/py-template.exp: Likewise.
2166 * gdb.python/py-value.exp: Likewise.
2167
2b74ba5a
AB
21682019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
2169
2170 * gdb.base/break-interp.exp: Reduce test name duplication.
2171 * gdb.base/call-sc.exp: Likewise.
2172 * gdb.base/callfuncs.exp: Likewise.
2173 * gdb.base/charset.exp: Likewise.
2174 * gdb.base/dump.exp: Likewise.
2175 * gdb.base/ena-dis-br.exp: Likewise.
2176 * gdb.base/relational.exp: Likewise.
2177 * gdb.base/step-over-syscall.exp: Likewise.
2178 * gdb.base/structs.exp: Likewise.
2179
58eb20d5
AB
21802019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
2181
2182 * gdb.linespec/explicit.exp: Make test names unique.
2183 * gdb.linespec/ls-errs.exp: Likewise.
2184
4d421147
AB
21852019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
2186
2187 * gdb.reverse/break-precsave.exp: Make test names unique.
2188 * gdb.reverse/break-reverse.exp: Likewise.
2189 * gdb.reverse/finish-precsave.exp: Likewise.
2190 * gdb.reverse/finish-reverse.exp: Likewise.
2191 * gdb.reverse/machinestate-precsave.exp: Likewise.
2192 * gdb.reverse/machinestate.exp: Likewise.
2193 * gdb.reverse/readv-reverse.exp: Likewise.
2194 * gdb.reverse/recvmsg-reverse.exp: Likewise.
2195 * gdb.reverse/sigall-precsave.exp: Likewise.
2196 * gdb.reverse/sigall-reverse.exp: Likewise.
2197 * gdb.reverse/step-indirect-call-thunk.exp: Likewise.
2198 * gdb.reverse/watch-precsave.exp: Likewise.
2199 * gdb.reverse/watch-reverse.exp: Likewise.
2200
d8c06f22
AB
22012019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
2202
2203 * gdb.threads/stop-with-handle.c: New file.
2204 * gdb.threads/stop-with-handle.exp: New file.
2205
3a56ed86
TV
22062019-10-03 Tom de Vries <tdevries@suse.de>
2207
2208 PR testsuite/25059
2209 * gdb.base/list-missing-source.exp: Allowing the "Compilation
2210 directory" line to be missing.
2211
42275044
TV
22122019-10-03 Tom de Vries <tdevries@suse.de>
2213
2214 PR testsuite/25059
2215 * gdb.base/info-types.exp: Make the presence of the 'unsigned int'
2216 type optional.
2217
9ef62df0
AA
22182019-10-02 Andreas Arnez <arnez@linux.ibm.com>
2219
2220 * gdb.python/py-format-string.c (string.h): New include.
2221 (main): Fill a_struct_with_union.the_union.an_int with bytes of
2222 the same value, for endianness-independence.
2223 * gdb.python/py-format-string.exp (default_regexp_dict)
2224 (test_pretty_structs, test_format): Adjust expected output to the
2225 changed initialization.
2226
37f6a7f4
TT
22272019-10-02 Tom Tromey <tromey@adacore.com>
2228
2229 * gdb.ada/catch_ex_std.exp: Add $_ada_exception test.
2230
1d58d6a2
PA
22312019-10-02 Pedro Alves <palves@redhat.com>
2232 Andrew Burgess <andrew.burgess@embecosm.com>
2233
2234 * gdb.base/print-file-var-lib1.c: Include <stdio.h> and
2235 "print-file-var.h".
2236 (this_version_id) Use ATTRIBUTE_VISIBILITY.
2237 (get_version_1): Print this_version_id and its address.
2238 Add extern "C" wrappers around interface functions.
2239 * gdb.base/print-file-var-lib2.c: Include <stdio.h> and
2240 "print-file-var.h".
2241 (this_version_id) Use ATTRIBUTE_VISIBILITY.
2242 (get_version_2): Print this_version_id and its address.
2243 Add extern "C" wrappers around interface functions.
2244 * gdb.base/print-file-var-main.c: Include <dlfcn.h>, <assert.h>,
2245 <stddef.h> and "print-file-var.h".
2246 Add extern "C" wrappers around interface functions.
2247 [VERSION_ID_MAIN] (this_version_id): Define.
2248 (main): Define v0. Use dlopen if SHLIB_NAME is defined.
2249 * gdb.base/print-file-var.h: Add some #defines to simplify setting
2250 up extern "C" blocks.
2251 * gdb.base/print-file-var.exp (test): New, factored out from top
2252 level.
2253 (top level): Test all combinations of attribute hidden or not,
2254 dlopen or not, and this_version_id symbol in main file or not.
2255 Compile tests as both C++ and C, make test names unique.
2256
d770d56f
TT
22572019-10-01 Tom Tromey <tom@tromey.com>
2258
2259 * gdb.base/style.exp: Test "show logging filename".
2260
7f6aba03
TT
22612019-10-01 Tom Tromey <tom@tromey.com>
2262
2263 * lib/gdb-utils.exp (style): Handle "metadata" argument.
2264 * gdb.base/style.exp: Add metadata style test.
2265
14309bb6
TT
22662019-10-01 Tom Tromey <tom@tromey.com>
2267
2268 * gdb.base/style.exp: Test "pwd".
2269
2a3c1174
PA
22702019-10-01 Tom Tromey <tom@tromey.com>
2271
2272 * gdb.base/style.exp: Update tests.
2273
53d666ec
AA
22742019-10-01 Andreas Arnez <arnez@linux.ibm.com>
2275
2276 * gdb.base/pretty-print.c (struct s1_t): Change fields 'three' and
2277 'six' to unsigned.
2278 (s1): Initialize fields 'four' and 'six' instead of 'three' and
2279 'five'. Use an all-ones bit pattern for each.
2280 * gdb.base/pretty-print.exp: Adjust expected output of "print s1"
2281 to its changed values.
2282
4a56a520
TT
22832019-09-30 Tom Tromey <tromey@adacore.com>
2284
2285 * gdb.rust/traits.rs: Disable all warnings.
2286
0df0352a
TV
22872019-09-29 Tom de Vries <tdevries@suse.de>
2288
aac66a4c 2289 * gdb.dwarf2/gdb-index.exp: Handle new location of .dwz file.
0df0352a 2290
73d9a918
TV
22912019-09-29 Tom de Vries <tdevries@suse.de>
2292
2293 * gdb.dwarf2/gdb-index.exp: Use with_test_prefix for second objcopy.
2294
060b3ab4
TV
22952019-09-27 Tom de Vries <tdevries@suse.de>
2296
2297 * gdb.reverse/step-precsave.exp: Add missing $gdb_prompt in regexps.
2298
68f7d34d
TV
22992019-09-27 Tom de Vries <tdevries@suse.de>
2300
2301 PR record/23188
2302 * gdb.reverse/step-precsave.exp: Add kfail for PR record/23188.
2303
5d63b30a
TT
23042019-09-26 Tom Tromey <tromey@adacore.com>
2305
2306 * gdb.ada/py_taft.exp: New file.
2307 * gdb.ada/py_taft/main.adb: New file.
2308 * gdb.ada/py_taft/pkg.adb: New file.
2309 * gdb.ada/py_taft/pkg.ads: New file.
2310
3d435220
TV
23112019-09-24 Tom de Vries <tdevries@suse.de>
2312
2313 PR gdb/24598
2314 * gdb.arch/amd64-init-x87-values.exp: Add xfail.
2315
77d03678
TV
23162019-09-22 Tom de Vries <tdevries@suse.de>
2317
2318 * gdb.base/restore.exp: Allow register variables to be optimized out at
2319 -O0.
2320
abf516c6
UW
23212019-09-20 Ulrich Weigand <uweigand@de.ibm.com>
2322
2323 * gdb.arch/spu-info.exp: Remove file.
2324 * gdb.arch/spu-info.c: Remove file.
2325 * gdb.arch/spu-ls.exp: Remove file.
2326 * gdb.arch/spu-ls.c: Remove file.
2327
2328 * gdb.asm/asm-source.exp: Remove support for spu*-*-*.
2329 * gdb.asm/spu.inc: Remove file.
2330
2331 * gdb.base/dump.exp: Remove support for spu*-*-*.
2332 * gdb.base/stack-checking.exp: Likewise.
2333 * gdb.base/overlays.exp: Likewise.
2334 * gdb.base/ovlymgr.c: Likewise.
2335 * gdb.base/spu.ld: Remove file.
2336
2337 * gdb.cp/bs15503.exp: Remove support for spu*-*-*.
2338 * gdb.cp/cpexprs.exp: Likewise.
2339 * gdb.cp/exception.exp: Likewise.
2340 * gdb.cp/gdb2495.exp: Likewise.
2341 * gdb.cp/mb-templates.exp: Likewise.
2342 * gdb.cp/pr9167.exp: Likewise.
2343 * gdb.cp/userdef.exp: Likewise.
2344
2345 * gdb.xml/tdesc-regs.exp: Remove support for spu*-*-*.
2346
2347 * gdb.cell: Remove directory.
2348 * lib/cell.exp: Remove file.
2349
e452e88f
TV
23502019-09-19 Tom de Vries <tdevries@suse.de>
2351
2352 * lib/gdb.exp (gdb_test): Eliminate "^FOOBAR$" pattern.
2353
8a625130
TV
23542019-09-19 Tom de Vries <tdevries@suse.de>
2355
2356 * lib/gdbserver-support.exp (gdb_target_cmd): Fix argument passing.
2357
81dc3ab5
TV
23582019-09-19 Tom de Vries <tdevries@suse.de>
2359
2360 * lib/gdbserver-support.exp (gdb_target_cmd_ext): Return 2 (meaning
2361 UNSUPPORTED) for 'Network is unreachable' message. Factor out of ...
2362 (gdb_target_cmd): ... here.
2363 * gdb.server/server-connect.exp: Use gdb_target_cmd_ext, handle return
2364 value 2.
2365
b078f3ac
AB
23662019-09-18 Andrew Burgess <andrew.burgess@embecosm.com>
2367
2368 * gdb.base/source-dir.exp: Avoid having directory names in test
2369 names.
2370
f1b620e9
MG
23712019-09-17 Andrew Burgess <andrew.burgess@embecosm.com>
2372
2373 * gdb.base/source-dir.exp: Add extra test for mapped compilation
2374 directory.
2375
67f3ed6a
AB
23762019-09-17 Andrew Burgess <andrew.burgess@embecosm.com>
2377
2378 * gdb.base/list-missing-source.exp: New file.
2379
d1b70248
TV
23802019-09-14 Tom de Vries <tdevries@suse.de>
2381
2382 PR teststuite/24599
2383 * gdb.ada/rename_subscript_param.exp: Require gnatmake 8.
2384 * lib/ada.exp (gnatmake_version_at_least): New proc.
2385
5fabdcd6
AB
23862019-09-12 Andrew Burgess <andrew.burgess@embecosm.com>
2387
2388 * gdb.base/maint.exp: Use exec_has_index_section.
2389
aa17805f
AB
23902019-09-12 Andrew Burgess <andrew.burgess@embecosm.com>
2391
2392 * gdb.base/maint.exp: Add test for 'maint info sections'.
2393
25e5c209
TV
23942019-09-12 Tom de Vries <tdevries@suse.de>
2395
2396 * gdb.base/store.exp: Allow register variables to be optimized out at
2397 -O0.
2398
4993045d
PW
23992019-09-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2400
2401 * gdb.ada/rdv_wait.exp: Update to new task names.
2402 * gdb.base/task_switch_in_core.exp: Likewise.
2403 * gdb.base/info_sources_base.c: Likewise.
2404
8a516164
TT
24052019-09-10 Tom Tromey <tromey@adacore.com>
2406
2407 * boards/cc-with-tweaks.exp: Set GNATMAKE_FOR_TARGET.
2408
aa391654
TT
24092019-09-10 Tom Tromey <tromey@adacore.com>
2410
2411 * gdb.ada/dgopt.exp: New file.
2412 * gdb.ada/dgopt/x.adb: New file.
2413
8634b462
TT
24142019-09-08 Tom Tromey <tom@tromey.com>
2415
2416 * gdb.tui/resize.exp: Remove setup_xfail.
2417 * gdb.tui/regs.exp: Remove setup_xfail.
2418 * gdb.tui/basic.exp: Remove setup_xfail.
2419
736b0f76
DB
24202019-09-06 David Blaikie <dblaikie@gmail.com>
2421
2422 * gdb.base/label.exp: un-XFAIL label related tests under Clang.
2423 * gdb.cp/cplabel.exp: Ditto.
2424 * gdb.linespec/ls-errs.exp: Ditto.
2425
30331a6c
TV
24262019-09-05 Tom de Vries <tdevries@suse.de>
2427
2428 * lib/gdb.exp (cmp_file_string): New proc.
2429 * gdb.base/ui-redirect.exp: Replace "gdb_breakpoint main" with
2430 runto_main. Verify save breakpoints output.
2431
98b0ebab
PW
24322019-09-04 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2433
2434 * gdb.base/info-var.exp: Test info variables without running
2435 to main, to avoid expect's buffer overflow.
2436
4e962e74
TT
24372019-09-03 Tom Tromey <tromey@adacore.com>
2438
2439 * gdb.ada/bias.exp: New file.
2440 * gdb.ada/bias/bias.adb: New file.
2441 * gdb.ada/print_chars.exp: Add regression test.
2442 * gdb.ada/print_chars/foo.adb (My_Character): New type.
2443 (MC): New variable.
2444
2ea1a07a
SL
24452019-08-29 Sandra Loosemore <sandra@codesourcery.com>
2446
2447 * gdb.base/argv0-symlink.exp: Run only on native target
2448 and local host.
2449
8077c50d
TV
24502019-08-29 Tom de Vries <tdevries@suse.de>
2451
2452 * gdb.fortran/info-types.exp: Fix gdb_test regexp to allow more
2453 diverse debug info.
2454 * lib/fortran.exp (fortran_int8): New proc, based on fortran_int4.
2455
48352473
TV
24562019-08-28 Tom de Vries <tdevries@suse.de>
2457
2458 * gdb.base/info-var.exp: Allow info variables to print info for files
2459 other than info-var-f1.c and info-var-f2.c.
2460
d8f27c60
AB
24612019-08-28 Andrew Burgess <andrew.burgess@embecosm.com>
2462
2463 * gdb.fortran/info-types.exp: Add module.
2464 * gdb.fortran/info-types.f90: Update expected results.
2465
1f20c35e
AB
24662019-08-28 Andrew Burgess <andrew.burgess@embecosm.com>
2467
2468 * gdb.fortran/info-types.exp: New file.
2469 * gdb.fortran/info-types.f90: New file.
2470 * lib/fortran.exp (fortran_character1): New proc.
2471
4acfdd20
AB
24722019-08-27 Andrew Burgess <andrew.burgess@embecosm.com>
2473
2474 * gdb.base/info-fun.exp: Extend to test the -n flag for 'info
2475 functions'. Reindent as needed.
2476 * gdb.base/info-var-f1.c: New file.
2477 * gdb.base/info-var-f2.c: New file.
2478 * gdb.base/info-var.exp: New file.
2479 * gdb.base/info-var.h: New file.
2480
5c31b358
TV
24812019-08-26 Tom de Vries <tdevries@suse.de>
2482
2483 PR c++/24852
2484 * gdb.cp/no-libstdcxx-probe.exp: New test.
2485
b694989f
TV
24862019-08-26 Tom de Vries <tdevries@suse.de>
2487
2488 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt): Return 1 if probe
2489 * tests need to be skipped.
2490 * gdb.cp/exceptprint.exp: Update call to skip_libstdcxx_probe_tests.
2491 * gdb.mi/mi-catch-cpp-exceptions.exp: Update call to
2492 mi_skip_libstdcxx_probe_tests.
2493
d9c4ba53
SDJ
24942019-08-26 Sergio Durigan Junior <sergiodj@redhat.com>
2495
2496 * gdb.python/py-xmethods.exp: Use raw strings when passing
2497 arguments to SimpleXMethodMatcher.
2498
395fad09
TV
24992019-08-22 Tom de Vries <tdevries@suse.de>
2500
2501 * gdb.multi/multi-term-settings.exp (coretest): Make gdb_test messages
2502 more informative.
2503
26c957f1
PA
25042019-08-21 Pedro Alves <palves@redhat.com>
2505
2506 * gdb.base/with.exp: Test "with" with no arguments.
2507
61f80d5d
TV
25082019-08-21 Tom de Vries <tdevries@suse.de>
2509
2510 * gdb.base/gdb-caching-proc.exp: Sort files.
2511
d7a11d13
TV
25122019-08-20 Tom de Vries <tdevries@suse.de>
2513
2514 * lib/pascal.exp (gdb_compile_pascal): Remove $destfile before
2515 compilation.
2516
34dafe9f
TV
25172019-08-16 Tom de Vries <tdevries@suse.de>
2518
2519 * gdb.base/compare-sections.exp ("after run to main"): Allow
2520 mismatched read-only sections for PIE executables.
2521
398fdd60
TT
25222019-08-16 Tom Tromey <tom@tromey.com>
2523
2524 * lib/tuiterm.exp (_csi_Z): New proc.
2525 * gdb.tui/basic.exp: Update window positions.
2526 * gdb.tui/empty.exp: Update window positions.
2527
d8f9e51c
SL
25282019-08-15 Sandra Loosemore <sandra@codesourcery.com>
2529
2530 * gdb.base/examine-backward.exp: Correct regexp for
2531 "examine 3 bytes backward from ${address_zero}".
2532
3df505f6
TT
25332019-08-15 Tom Tromey <tom@tromey.com>
2534
2535 * gdb.tui/empty.exp: Enable resizing tests.
2536
272560b5
TT
25372019-08-15 Tom Tromey <tromey@adacore.com>
2538
2539 * gdb.ada/char_enum.exp: Add regression tests.
2540 * gdb.ada/char_enum/foo.adb (Char_Enum_Type): Use '_'
2541 and '0'.
2542 (Char, Gchar): Update.
2543 * gdb.ada/char_enum/pck.ads (Global_Enum_Type): Use '+'.
2544
08235187
CB
25452019-08-15 Christian Biesinger <cbiesinger@google.com>
2546
2547 * gdb.python/python.exp: Expect a leading underscore on
2548 GdbOutput{,Error}File.
2549
22a2ab04
SL
25502019-08-15 Sandra Loosemore <sandra@codesourcery.com>
2551
2552 * gdb.dwarf2/dw2-dir-file-name.exp: Skip on remote or
2553 Windows host.
2554
835b995b
SL
25552019-08-15 Sandra Loosemore <sandra@codesourcery.com>
2556
2557 * gdb.base/batch-preserve-term-settings.exp
2558 (test_terminal_settings_preserved_after_sigterm): Skip on Windows.
2559
97dd8e07
CB
25602019-08-15 Christian Biesinger <cbiesinger@google.com>
2561
2562 * lib/gdb.exp: When running on a mingw target, replace
2563 /x/ with x:/.
2564
75faf5c4
AH
25652019-08-14 Alan Hayward <alan.hayward@arm.com>
2566
2567 * gdb.arch/aarch64-prologue.c: New test.
2568 * gdb.arch/aarch64-prologue.exp: New file.
2569
abc6c00f
TV
25702019-08-13 Tom de Vries <tdevries@suse.de>
2571
2572 * gdb.gdb/selftest.exp (send ^C to child process again): Accept also
2573 Thread.
2574
74c2c1f4
SL
25752019-08-13 Sandra Loosemore <sandra@codesourcery.com>
2576
2577 * gdb.python/py-completion.exp: Download the .py file to the host
2578 and use its host pathname. Conditionalize tests that use
2579 tab completion and manipulate files on the build machine.
2580 * gdb.python/py-events.exp: Download the .py file to the host
2581 and use its host pathname.
2582 * gdb.python/py-evsignal.exp: Likewise.
2583 * gdb.python/py-evthreads.exp: Likewise.
2584 * gdb.python/py-framefilter-invalidarg.exp: Match Windows
2585 pathname syntax.
2586 * gdb.python/py-framefilter.exp: Download the .py file to the right
2587 place on the host. Match Windows pathname syntax.
2588 * gdb.python/py-mi-var-info-path-expression.exp: Download the
2589 .py file to the host and use its host pathname.
2590 * gdb.python/py-objfile-script.exp: Match Windows pathname syntax.
2591 * gdb.python/py-objfile.exp: Expect a host pathname, not a
2592 build pathname. Skip symlink test on Windows host. Add missing
2593 newline at end of file.
2594 * gdb.python/py-pp-maint.exp: Download the .py file to the host
2595 and use its host pathname.
2596 * gdb.python/py-pp-registration.exp: Match Windows pathname syntax.
2597 * gdb.python/py-section-script.exp: Use host location of binfile
2598 on safe-path. Use correct path separator on Windows host.
2599 Reorder alternatives in gdb_test_multiple to prevent matching
2600 the wrong alternative on success.
2601 * gdb.python/py-symtab.exp: Match Windows pathname syntax.
2602
ca2589f3
PP
26032019-08-12 Patrick Palka <patrick@parcs.ath.cx>
2604
2605 * gdb.gdb/selftest.exp (test_with_self): Update test to now
2606 expect the GDB inferior to no longer immediately stop after
2607 being resumed with "signal SIGINT".
2608
020a839d
SL
26092019-08-09 Sandra Loosemore <sandra@codesourcery.com>
2610
2611 * gdb.linespec/break-ask.exp: Generalize regexps to match
2612 Windows pathnames too.
2613
128d6509
TV
26142019-08-08 Tom de Vries <tdevries@suse.de>
2615
2616 PR testsuite/24862
2617 * lib/tuiterm.exp (_accept): Fix CSI regexp.
2618
590042fc
PW
26192019-08-07 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2620
2621 * gdb.base/style.exp: Update tests for help doc new invariants.
2622 * gdb.base/help.exp: Likewise.
2623
046bebe1
TT
26242019-08-06 Tom Tromey <tom@tromey.com>
2625
2626 * gdb.base/style.exp: Add disassemble test.
2627 * gdb.base/style.c (some_called_function): New function.
2628 (main): Use it.
2629
0b27c27d
CB
26302019-08-05 Christian Biesinger <cbiesinger@google.com>
2631
2632 * gdb.python/py-block.exp: Test dictionary access on blocks.
2633
580f1034
SM
26342019-08-05 Simon Marchi <simon.marchi@efficios.com>
2635
2636 PR gdb/24863
2637 * gdb.mi/list-thread-groups-available.exp: Increase timeout for
2638 -list-thread-groups --available test when running under
2639 check-read1.
2640
d86bd7cb
TV
26412019-08-05 Tom de Vries <tdevries@suse.de>
2642
2643 PR testsuite/24863
2644 * lib/gdb.exp (with_read1_timeout_factor): New proc.
2645 * gdb.base/help.exp: Use with_read1_timeout_factor.
2646 * gdb.base/info-macros.exp: Same.
2647 * gdb.cp/nested-types.exp: Same.
2648
a80cf5d8
TV
26492019-08-05 Tom de Vries <tdevries@suse.de>
2650
2651 * lib/gdb.exp (version_at_least): Factor out of ...
2652 (tcl_version_at_least): ... here.
2653 (gdb_compile): Fail if pie results in non-PIE executable.
2654 (readelf_version, readelf_prints_pie): New proc.
2655 (exec_is_pie): Return -1 if unknown.
2656
d0962838
TV
26572019-08-05 Tom de Vries <tdevries@suse.de>
2658
2659 * lib/gdb.exp (tcl_version_at_least): Fix typo.
2660
2252ff3d
SL
26612019-08-04 Sandra Loosemore <sandra@codesourcery.com>
2662
2663 * gdb.server/reconnect-ctrl-c.exp: Skip if nointerrupts.
2664
26655f53
SL
26652019-08-04 Sandra Loosemore <sandra@codesourcery.com>
2666
2667 * lib/completion-support.exp (test_gdb_complete_none): Skip
2668 tab completion tests if no readline support.
2669 (test_gdb_complete_unique_re): Likewise.
2670 (test_gdb_complete_multiple): Likewise.
2671
db4dc13e
PW
26722019-08-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2673
2674 * gdb.base/info_sources.exp: New file.
2675 * gdb.base/info_sources.c: New file.
2676 * gdb.base/info_sources_base.c: New file.
2677
0eba165a
PFC
26782019-08-01 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
2679
2680 * gdb.base/batch-exit-status.exp: Call test_exit_status with
2681 prefix argument.
2682 (test_exit_status): Add prefix argument.
2683
59bd512b
TV
26842019-08-01 Tom de Vries <tdevries@suse.de>
2685
2686 PR testsuite/24863
2687 * gdb.threads/fork-plus-threads.exp: Fix check-run1 timeout by
2688 calling exp_continue for new thread and thread exited messages.
2689
2a3ad588
TV
26902019-08-01 Tom de Vries <tdevries@suse.de>
2691
2692 PR testsuite/24863
2693 * gdb.base/structs.exp: Fix check-read1 timeout using
2694 gdb_test_sequence.
2695 * lib/gdb.exp (tcl_version_at_least, lrepeat): New proc.
2696
117eb594
TV
26972019-08-01 Tom de Vries <tdevries@suse.de>
2698
2699 PR testsuite/24863
2700 * gdb.base/break-interp.exp: Use exp_continue after each "info files"
2701 line.
2702
ed591340
TV
27032019-08-01 Tom de Vries <tdevries@suse.de>
2704
2705 PR testsuite/24863
2706 * gdb.base/signals.exp: Fix check-read1 timeout using gdb_test_sequence.
2707
aa3b6533
TT
27082019-07-30 Tom Tromey <tromey@adacore.com>
2709
2710 * gdb.ada/display_nested.exp: New file.
2711 * gdb.ada/display_nested/foo.adb: New file.
2712 * gdb.ada/display_nested/pack.adb: New file.
2713 * gdb.ada/display_nested/pack.ads: New file.
2714
2906593f
CB
27152019-07-30 Christian Biesinger <cbiesinger@google.com>
2716
2717 * gdb.python/py-symbol.c: Add a static variable and one in an anonymous
2718 namespace.
2719 * gdb.python/py-symbol.exp: Test gdb.lookup_static_symbol.
2720
0f575925
TV
27212019-07-30 Tom de Vries <tdevries@suse.de>
2722
2723 * lib/read1.c (read): Don't use unsetenv (v), use setenv (v, "", 1)
2724 instead.
2725
b13057d9
TV
27262019-07-30 Tom de Vries <tdevries@suse.de>
2727
2728 PR testsuite/24834
2729 * lib/gdb.exp (gdb_compile): Fail if nopie results in PIE executable.
2730 (exec_is_pie): New proc.
2731
5c4dde85
CB
27322019-07-29 Christian Biesinger <cbiesinger@google.com>
2733
2734 * gdb.python/py-objfile.exp: Fix misspelling (nonexistant -> nonexistent)
2735
c620ed88
CB
27362019-07-29 Christian Biesinger <cbiesinger@google.com>
2737
2738 * gdb.python/py-objfile.c: Add global and static vars.
2739 * gdb.python/py-objfile.exp: Test new functions Objfile.
2740 lookup_global_symbol and lookup_static_symbol.
2741
3d235706
TT
27422019-07-29 Tom Tromey <tom@tromey.com>
2743
2744 * lib/tuiterm.exp (Term::_csi_@): New proc.
2745 (Term::_csi_X): Don't move cursor.
2746
c7e4c0a6
PW
27472019-07-29 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2748
2749 * gdb.base/options.exp: Update backtrace - completion to
2750 new option -frame-info.
2751 * gdb.base/frame-args.exp: Test new 'frame-arguments presence'.
2752 Test new 'set print frame-info'. Test backtrace -frame-info
2753 overriding 'set print frame-info'.
2754 * gdb.python/py-framefilter.exp: Test new 'frame-arguments presence'.
2755 Test new 'set print frame-info'.
2756 Verify consistency of backtrace with and without filters, with and
2757 without -no-filters.
2758 * gdb.python/py-framefilter-invalidarg.exp: Update to new print_what
2759 default.
2760
de28a3b7
TV
27612019-07-29 Tom de Vries <tdevries@suse.de>
2762
2763 * gdb.linespec/explicit.exp: Fix completion trigger for "complete with
2764 no arguments".
2765
507dd60e
TV
27662019-07-29 Tom de Vries <tdevries@suse.de>
2767
2768 * gdb.linespec/explicit.exp: Fix gdb_test_multiple regexps where second
2769 is a substring of the first for "complete non-unique file name".
2770
5beafce9
TV
27712019-07-29 Tom de Vries <tdevries@suse.de>
2772
2773 * gdb.python/python.exp: Don't terminate gdb_test_multiple regexp
2774 with ".*".
2775
2d274232
TV
27762019-07-29 Tom de Vries <tdevries@suse.de>
2777
2778 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt, gdb_is_target_1):
2779 Pass prompt_regexp parameter to gdb_test_multiple calls.
2780
9197cd8b
TV
27812019-07-29 Tom de Vries <tdevries@suse.de>
2782
2783 * gdb.base/maint.exp: Use "\r\n" instead of "\[\r\n\]+" in "maint
aac66a4c 2784 print registers" regexps.
9197cd8b 2785
b528dae0
TV
27862019-07-29 Tom de Vries <tdevries@suse.de>
2787
2788 * gdb.base/define.exp: Add "\r\n" to "reset gdb_prompt" regexp.
2789
d17725d7
TV
27902019-07-29 Tom de Vries <tdevries@suse.de>
2791
2792 PR gdb/24855
2793 * lib/gdb.exp (gdb_test_multiple): Add prompt_regexp parameter.
2794 (skip_python_tests_prompt): Add prompt_regexp argument to
2795 gdb_test_multiple calls.
2796
52b75bf1
TT
27972019-07-27 Tom Tromey <tom@tromey.com>
2798
2799 * gdb.tui/main.exp: New file.
2800
2b1d00c2
TT
28012019-07-27 Tom Tromey <tom@tromey.com>
2802
2803 * lib/tuiterm.exp (Term::clean_restart): Make "executable"
2804 optional.
2805 * gdb.tui/empty.exp: New file.
2806
ded631d5
TT
28072019-07-27 Tom Tromey <tom@tromey.com>
2808
2809 * lib/tuiterm.exp (spawn): New proc.
2810 (Term::resize): New proc.
2811 * gdb.tui/resize.exp: New file.
2812
58ac439d
TT
28132019-07-27 Tom Tromey <tom@tromey.com>
2814
2815 * gdb.tui/list.exp: New file.
2816
fe1f56ee
TT
28172019-07-27 Tom Tromey <tom@tromey.com>
2818
2819 * gdb.tui/regs.exp: New file.
2820
f790b310
TT
28212019-07-27 Tom Tromey <tom@tromey.com>
2822
2823 * gdb.tui/basic.exp: Add "layout split" test.
2824
d95fc6ee
TT
28252019-07-27 Tom Tromey <tom@tromey.com>
2826
2827 * gdb.tui/basic.exp: Add "layout asm" test.
2828
c3786b3a
TT
28292019-07-27 Tom Tromey <tom@tromey.com>
2830
2831 * lib/tuiterm.exp: New file.
2832 * gdb.tui/basic.exp: New file.
2833
98a617f8
KB
28342019-07-27 Kevin Buettner <kevinb@redhat.com>
2835
2836 * gdb.dwarf2/dw2-ranges-func.exp (enable_foo_cold_stepping):
2837 Enable tests associated with this flag. Adjust regex
2838 referencing "foo_low" to now refer to "foo_cold" instead.
2839
5c076da4
KB
28402019-07-27 Kevin Buettner <kevinb@redhat.com>
2841
2842 * gdb.dwarf2/dw2-ranges-func.c: Rename to...
2843 * gdb.dwarf2/dw2-ranges-func-lo-cold.c: ...this.
2844 * gdb.dwarf2/dw2-ranges-func-lo-cold.c (foo_low): Change name to
2845 foo_cold. Revise comments to match.
2846 * gdb.dwarf2/dw2-ranges-func-hi-cold.c: New file.
2847 * gdb.dwarf2/dw2-ranges-func.exp (do_test): New proc. Existing tests
2848 were wrapped into this proc; Call do_test in loop from outermost
2849 level.
2850 (foo_low): Rename all occurrences to "foo_cold".
2851 (backtrace from baz): New test.
2852 (x2/i foo_cold): New test.
2853 (info line *foo_cold): New test.
2854
1512d3b7
TV
28552019-07-26 Tom de Vries <tdevries@suse.de>
2856
2857 * gdb.arch/i386-pkru.exp: Fix unterminated string.
2858
297989a1
TV
28592019-07-25 Tom de Vries <tdevries@suse.de>
2860
2861 PR testsuite/24830
2862 * gdb.mi/mi-catch-cpp-exceptions.exp: Call
2863 mi_skip_libstdcxx_probe_tests, and skip unsupported tests.
2864 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt): Factor out of ...
2865 (skip_libstdcxx_probe_tests): ... here.
2866 * lib/mi-support.exp (mi_skip_libstdcxx_probe_tests): New proc.
2867
b3b965fb
TV
28682019-07-24 Tom de Vries <tdevries@suse.de>
2869
2870 PR testsuite/24807
2871 * gdb.objc/basicclass.m: Include stdio.h.
2872 * gdb.objc/nondebug.m: Same.
2873 * gdb.objc/objcdecode.m: Same.
2874
4625b4d0
TV
28752019-07-24 Tom de Vries <tdevries@suse.de>
2876
2877 PR testsuite/24612
2878 * gdb.base/infoline-reloc-main-from-zero.exp: Add -Wl,-N to
2879 additional_flags.
2880
024a5840
TV
28812019-07-24 Tom de Vries <tdevries@suse.de>
2882
2883 PR testsuite/24831
2884 * gdb.multi/tids.exp: Update error messages for info threads.
2885
c76ddaa3
TV
28862019-07-24 Tom de Vries <tdevries@suse.de>
2887
2888 * gdb.base/info-types.exp: Allow info types to print info for more than
2889 one file.
2890
9a618ef6
TV
28912019-07-23 Tom de Vries <tdevries@suse.de>
2892
2893 PR testsuite/24842
2894 * gdb.dwarf2/multidictionary.exp: Consume initial prompt after
2895 gdb_spawn_with_cmdline_opts.
2896
40eadf04
SP
28972019-07-23 Srinath Parvathaneni <srinath.parvathaneni@arm.com>
2898
2899 * gdb.arch/arm-cmse-sgstubs.c: New test.
2900 * gdb.arch/arm-cmse-sgstubs.exp: New file.
2901
5ba29434
TV
29022019-07-23 Tom de Vries <tdevries@suse.de>
2903
2904 PR testsuite/24711
2905 * gdb.mi/mi-complete.exp: Wait for "set max-completions" result before
2906 issuing next command.
2907
a8e9d247
AB
29082019-07-22 Andrew Burgess <andrew.burgess@embecosm.com>
2909
2910 * gdb.ada/info_auto_lang.exp: Update expected results.
2911 * gdb.base/info-types.c: Add additional types to check.
2912 * gdb.base/info-types.exp: Update expected results.
2913
eb86c5e2
AB
29142019-07-22 Andrew Burgess <andrew.burgess@embecosm.com>
2915
2916 * gdb.base/info-types.c: New file.
2917 * gdb.base/info-types.exp: New file.
2918
01e175fe
AB
29192019-07-19 Andrew Burgess <andrew.burgess@embecosm.com>
2920
2921 * gdb.arch/riscv-bp-infcall.c: New file.
2922 * gdb.arch/riscv-bp-infcall.exp: New file.
2923
6b78c3f8
AB
29242019-07-17 Andrew Burgess <andrew.burgess@embecosm.com>
2925
2926 PR breakpoints/24541
2927 * gdb.mi/mi-catch-cpp-exceptions.exp: Remove kfail due to 24541.
2928
da738167
TV
29292019-07-14 Tom de Vries <tdevries@suse.de>
2930
2931 PR testsuite/24760
2932 * gdb.objc/basicclass.exp: Fix unterminated string.
2933
0d4e84ed
AB
29342019-07-12 Bernhard Heckel <bernhard.heckel@intel.com>
2935 Andrew Burgess <andrew.burgess@embecosm.com>
2936
2937 * gdb.fortran/vla-ptype.exp: Print array with negative bounds.
2938 * gdb.fortran/vla-sizeof.exp: Print the size of an array with
2939 negative bounds.
2940 * gdb.fortran/vla-value.exp: Print elements of an array with
2941 negative bounds.
2942 * gdb.fortran/vla.f90: Setup an array with negative bounds for
2943 testing.
2944
021d8588
AB
29452019-07-11 Andrew Burgess <andrew.burgess@embecosm.com>
2946
2947 * gdb.base/options.exp (expect_string): Dequote strings in
2948 results.
2949 (test-string): Test strings with different quoting and reindent.
2950
f06f1252
TT
29512019-07-10 Tom Tromey <tromey@adacore.com>
2952
2953 * gdb.ada/mi_ex_cond.exp: Update expected results.
2954 * gdb.ada/mi_catch_ex_hand.exp: Update expected results.
2955 * gdb.ada/mi_catch_ex.exp: Update expected results.
2956 * gdb.ada/mi_catch_assert.exp: Update expected results.
2957 * gdb.ada/catch_ex.exp (catch_exception_info)
2958 (catch_exception_entry, catch_assert_entry)
2959 (catch_unhandled_entry): Update.
2960 * gdb.ada/catch_assert_if.exp: Update expected results.
2961
b863685d
RB
29622019-07-10 Richard Bunt <richard.bunt@arm.com>
2963 Stephen Roberts <stephen.roberts@arm.com>
2964
2965 * gdb.base/define.exp: Restore original prompt.
2966
cb1e4e32
PA
29672019-07-09 Pedro Alves <palves@redhat.com>
2968
2969 * gdb.cp/catch-multi-stdlib.exp: Adjust expected "info
2970 breakpoints" output.
2971 * gdb.cp/exception.exp: Adjust expected "info breakpoints" output.
2972 * gdb.python/py-breakpoint.exp: No longer expect that "catch
2973 throw" creates breakpoint.
2974 * gdb.mi/mi-catch-cpp-exceptions.exp (setup_catchpoint): Expect
2975 'type="catchpoint"'.
2976
b58a68fe
PA
29772019-07-09 Pedro Alves <palves@redhat.com>
2978
2979 PR c++/15468
2980 * gdb.cp/except-multi-location-lib.cc: New.
2981 * gdb.cp/except-multi-location-main.cc: New.
2982 * gdb.cp/except-multi-location.exp: New.
2983
0826779b
PW
29842019-07-09 Sergio Durigan Junior <sergiodj@redhat.com>
2985
2986 * gdb.base/printcmds.exp (test_printf_convenience_var): Set
2987 language to "c++" before dealing with wchar_t. Remove DO_WSTRING
2988 argument and update callers.
2989
5b0e2db4
AB
29902019-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
2991
2992 * gdb.arch/amd64-break-on-asm-line.S: New file.
2993 * gdb.arch/amd64-break-on-asm-line.exp: New file.
2994
1f6f6e21
PW
29952019-07-08 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2996
2997 * gdb.base/printcmds.exp: Test printing C string and
2998 C wide string convenience vars without transiting via the inferior.
2999 Also make test names unique.
3000
ea142fbf
AH
30012019-07-08 Alan Hayward <alan.hayward@arm.com>
3002
5862c886 3003 PR breakpoints/25011
ea142fbf
AH
3004 * gdb.base/break-idempotent.exp: Test both PIE and non PIE.
3005
213fd9fa
PA
30062019-07-04 Pedro Alves <palves@redhat.com>
3007
3008 * lib/gdb.exp (foreach_with_prefix): Don't return early if
3009 body returned ok(0), break(3) or continue(4).
3010 * gdb.testsuite/foreach_with_prefix.exp: New file.
3011
2b40fda7
AH
30122019-07-04 Alan Hayward <alan.hayward@arm.com>
3013
3014 * gdb.server/unittest.exp: Allow 0 unit tests to run.
3015
a26c8de0
PA
30162019-07-03 Pedro Alves <palves@redhat.com>
3017
3018 * lib/gdb.exp (foreach_with_prefix): Use "catch" and
3019 "return -code".
3020
5f4ba3e7
PA
30212019-07-03 Pedro Alves <palves@redhat.com>
3022
3023 PR cli/24732
3024 * gdb.base/shell.exp: Load completion-support.exp.
3025 Adjust expected error output. Add completion tests.
3026
a994424f
PA
30272019-07-03 Pedro Alves <palves@redhat.com>
3028
3029 * lib/completion-support.exp (test_gdb_complete_cmd_multiple): Use
3030 string_to_regexp.
3031
3d9be6f5
PA
30322019-07-03 Pedro Alves <palves@redhat.com>
3033
3034 * gdb.base/options.exp (expect_none, expect_flag, expect_bool)
3035 (expect_integer): Adjust to expect "-string".
3036 (expect_string): New.
3037 (all_options): Expect "-string".
3038 (test-flag, test-boolean): Adjust to expect "-string".
3039 (test-string): New proc.
3040 (top level): Call it.
3041
41fc454c
PA
30422019-07-03 Pedro Alves <palves@redhat.com>
3043
3044 * gdb.base/options.exp (test-misc, test-flag, test-boolean)
3045 (test-uinteger, test-enum): Adjust res_test_gdb_... calls to pass
3046 the expected output in the success.
3047
b2b2a215
PA
30482019-07-03 Pedro Alves <palves@redhat.com>
3049
3050 * lib/completion-support.exp (test_gdb_complete_tab_multiple):
3051 Split one gdb_test_multiple call in two to avoid a race.
3052
fdbc9870
PA
30532019-07-03 Pedro Alves <palves@redhat.com>
3054
3055 * gdb.base/with.c: New file.
3056 * gdb.base/with.exp: New file.
3057
c6ac8931
PA
30582019-07-03 Pedro Alves <palves@redhat.com>
3059
3060 * gdb.base/settings.exp: Replace all references to "maint
3061 test-settings set" with references to "maint set test-settings",
3062 and all references to "maint test-settings show" with references
3063 to "maint show test-settings".
3064
970f9d09
PA
30652019-07-03 Pedro Alves <palves@redhat.com>
3066
3067 * gdb.base/settings.exp (test-string): Adjust expected out when
3068 testing "maint test-settings show filename"
3069
54d66006
PA
30702019-07-02 Pedro Alves <palves@redhat.com>
3071
3072 * gdb.base/options.exp (test-info-threads): New procedure.
3073 (top level): Call it.
3074
10d06d82
TT
30752019-06-28 Tom Tromey <tromey@adacore.com>
3076
3077 * gdb.dwarf2/ada-linkage-name.c: New file.
3078 * gdb.dwarf2/ada-linkage-name.exp: New file.
3079
3d507ff2
TT
30802019-06-27 Tom Tromey <tromey@adacore.com>
3081
d039f014 3082 PR c++/20020:
3d507ff2
TT
3083 * gdb.cp/constexpr-field.exp: Use setup_xfail.
3084
8af58ffe
TV
30852019-06-26 Tom de Vries <tdevries@suse.de>
3086
3087 * gdb.dwarf2/varval.exp: Compile twice, once without bad DWARF.
3088
22e21752
TV
30892019-06-26 Tom de Vries <tdevries@suse.de>
3090
3091 * gdb.base/index-cache.exp: Add back missing debug option.
3092
b65b566c
PW
30932019-06-23 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3094
3095 * gdb.base/alias.exp: Test non matching/non existing prefixes.
3096
5c2c8c69
TV
30972019-06-25 Tom de Vries <tdevries@suse.de>
3098
3099 PR testsuite/24727
3100 * gdb.dwarf2/dw2-restrict.S: Regenerate using clang 5.0.1.
3101
164e3873
TV
31022019-06-24 Tom de Vries <tdevries@suse.de>
3103
3104 * gdb.dwarf2/implptr-64bit.exp: Fix intra-CU '%' label reference.
3105
824eacee
TV
31062019-06-24 Tom de Vries <tdevries@suse.de>
3107
3108 * gdb.trace/entry-values.exp: Use DW_FORM_udata instead of
3109 DW_FOR_sdata for DW_AT_decl_file. Use 0 for DW_AT_decl_file.
3110 * gdb.trace/unavailable-dwarf-piece.exp: Same.
3111
385b97d3
TV
31122019-06-24 Tom de Vries <tdevries@suse.de>
3113
3114 * gdb.dwarf2/inlined_subroutine-inheritance.exp:
3115
c596f180
TV
31162019-06-21 Tom de Vries <tdevries@suse.de>
3117
3118 * gdb.base/index-cache.exp: Add additional_flags=-Wl,--build-id.
3119
b13a7d03
TV
31202019-06-21 Tom de Vries <tdevries@suse.de>
3121
3122 PR testsuite/24518
3123 PR ada/24713
3124 * gdb.ada/ptype_union.exp: Mark as unsupported if executable contains
3125 index.
3126
899277ae
TT
31272019-06-19 Tom Tromey <tromey@adacore.com>
3128
3129 * gdb.ada/length_cond.exp: Add intro comment.
3130
680e1bee
TT
31312019-06-19 Tom Tromey <tromey@adacore.com>
3132
3133 * gdb.ada/length_cond.exp: New file.
3134 * gdb.ada/length_cond/length_cond.adb: New file.
3135 * gdb.ada/length_cond/pck.adb: New file.
3136 * gdb.ada/length_cond/pck.ads: New file.
3137
0ed4690a
TV
31382019-06-18 Tom de Vries <tdevries@suse.de>
3139
3140 * boards/fission.exp (debug_flags): Add "-fuse-ld=gold".
3141
d20ed5fd
TT
31422019-06-18 Tom Tromey <tromey@adacore.com>
3143
3144 * gdb.base/list0.h: Add comment explaining control character.
3145
86e04673
TV
31462019-06-18 Tom de Vries <tdevries@suse.de>
3147
3148 * boards/fission.exp: Break up long debug_flags line.
3149
c4973306
SM
31502019-06-16 Tom de Vries <tdevries@suse.de>
3151
3152 PR gdb/24445
3153 * gdb.dwarf2/gdb-index.exp (add_gdb_index): Update dwz file with
3154 generated index.
3155
93cb9841
AB
31562019-06-16 Andrew Burgess <andrew.burgess@embecosm.com>
3157
3158 PR gdb/24686
3159 * gdb.mi/mi-catch-cpp-exceptions.exp: Add an extra pattern to
3160 improve detection of bug gdb/24541.
3161
399aaebd
SM
31622019-06-16 Simon Marchi <simon.marchi@polymtl.ca>
3163
3164 PR gdb/24669
3165 * gdb.base/index-cache.exp (uses_readnow,
3166 expecting_index_cache_use): Define global variable.
3167 (test_cache_enabled_miss, test_cache_enabled_hit): Use
3168 expecting_index_cache_use.
3169
584a927c
AB
31702019-06-16 Bernhard Heckel <bernhard.heckel@intel.com>
3171 Andrew Burgess <andrew.burgess@embecosm.com>
3172
3173 * gdb.fortran/pointers.f90: New file.
3174 * gdb.fortran/print_type.exp: New file.
3175 * gdb.fortran/vla-ptype.exp: Adapt expected results.
3176 * gdb.fortran/vla-type.exp: Likewise.
3177 * gdb.fortran/vla-value.exp: Likewise.
3178 * gdb.mi/mi-vla-fortran.exp: Likewise.
3179
30056ea0
AB
31802019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
3181
3182 * gdb.mi/mi-catch-cpp-exceptions.cc: New file.
3183 * gdb.mi/mi-catch-cpp-exceptions.exp: New file.
3184 * lib/mi-support.exp (mi_expect_stop): Handle 'exception-caught'
3185 as a stop reason.
3186
ec8e2b6d
AB
31872019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
3188
3189 * gdb.base/annota1.exp: Update expected results.
3190 * gdb.cp/annota2.exp: Likewise.
3191 * gdb.cp/annota3.exp: Likewise.
3192
09e4c4e1
AB
31932019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
3194
3195 * gdb.base/style-logging.exp: Remove path from test name.
3196
0735b091
TT
31972019-06-14 Tom Tromey <tromey@adacore.com>
3198
3199 PR gdb/24502:
3200 * gdb.base/style-logging.exp: New file.
3201
f5686554
TT
32022019-06-14 Tom Tromey <tromey@adacore.com>
3203
3204 * gdb.base/symfile-warn.exp: New file.
3205 * gdb.base/symfile-warn.c: New file.
3206
a0c1ffed
TT
32072019-06-14 Tom Tromey <tromey@adacore.com>
3208
3209 * gdb.base/annotate-symlink.exp: New file.
3210
f411722c
TT
32112019-06-14 Tom Tromey <tromey@adacore.com>
3212
3213 * gdb.ada/set_wstr.exp: Add reassignment test.
3214
4268ec18
TT
32152019-06-14 Tom Tromey <tromey@adacore.com>
3216
3217 * gdb.ada/formatted_ref.exp (test_p_x_addr): Check
3218 'unchecked_access and 'unrestricted_access as well.
3219
9a9e394b
TT
32202019-06-14 Tom Tromey <tromey@adacore.com>
3221
3222 PR ada/24539:
3223 * gdb.ada/vla.exp: Update tests.
3224 * gdb.ada/vla/vla.adb (Record_Type): Use No_Component_Reordering
3225 pragma.
3226
4c048731
PA
32272019-06-13 Pedro Alves <palves@redhat.com>
3228
3229 * gdb.base/settings.exp (test-integer): Test junk after
3230 "unlimited".
3231
6665660a
PA
32322019-06-13 Pedro Alves <palves@redhat.com>
3233
3234 * gdb.base/options.exp (test-thread-apply): New.
3235 (top level): Call it.
3236
5d707134
PA
32372019-06-13 Pedro Alves <palves@redhat.com>
3238
3239 * gdb.base/options.exp (test-frame-apply): New.
3240 (top level): Test print commands with different "frame apply"
3241 prefixes.
3242
e2a689da
PA
32432019-06-13 Pedro Alves <palves@redhat.com>
3244
e79be6e5 3245 * lib/completion-support.exp (test_gdb_complete_tab_multiple)
e2a689da
PA
3246 (test_gdb_complete_cmd_multiple, test_gdb_complete_multiple): Add
3247 'max_completions' parameter and handle it.
3248 (test_gdb_completion_offers_commands): New.
3249
90a1ef87
PA
32502019-06-13 Pedro Alves <palves@redhat.com>
3251
3252 * gdb.base/options.exp (test-backtrace): Test completing qualifiers.
3253
d4c16835
PA
32542019-06-13 Pedro Alves <palves@redhat.com>
3255
3256 * gdb.base/options.exp (test-backtrace): New.
3257 (top level): Call it.
3258
2daf894e
PA
32592019-06-13 Pedro Alves <palves@redhat.com>
3260
3261 * gdb.guile/scm-frame-args.exp: Use "set print
3262 raw-frame-arguments" instead of "set print raw frame-arguments".
3263 * gdb.python/py-frame-args.exp: Likewise.
3264
e6ed716c
PA
32652019-06-13 Pedro Alves <palves@redhat.com>
3266
3267 * gdb.compile/compile.exp: Adjust expected output to option
3268 processing changes.
3269
7d8062de
PA
32702019-06-13 Pedro Alves <palves@redhat.com>
3271
3272 * gdb.base/options.exp: Build executable.
3273 (test-print): New procedure.
3274 (top level): Call it, once for "print" and another for "compile
3275 print".
3276
9d0faba9
PA
32772019-06-13 Pedro Alves <palves@redhat.com>
3278
3279 * gdb.base/options.c: New file.
3280 * gdb.base/options.exp: New file.
3281
dee7b4c8
PA
32822019-06-13 Pedro Alves <palves@redhat.com>
3283
3284 * gdb.base/settings.exp (test-boolean, test-auto-boolean): Check
3285 that "o" is ambiguous.
3286
dca0f6c0
PA
32872019-06-13 Pedro Alves <palves@redhat.com>
3288
3289 * gdb.base/settings.c: New file.
3290 * gdb.base/settings.exp: New file.
3291
ccf46844
PA
32922019-06-13 Pedro Alves <palves@redhat.com>
3293
3294 * gdb.base/completion.exp: Fix comment typo.
3295
b9a3f842
PA
32962019-06-13 Pedro Alves <palves@redhat.com>
3297
3298 * gdb.multi/tids.exp: Adjust expected output. Add "thread apply 1
3299 foo --1" test.
3300
d106773e
PA
33012019-06-11 Bernhard Heckel <bernhard.heckel@intel.com>
3302
3303 * gdb.fortran/block-data.f: New.
3304 * gdb.fortran/block-data.exp: New.
3305
fea82da0
TV
33062019-06-11 Tom de Vries <tdevries@suse.de>
3307
3308 PR testsuite/24521
3309 * gdb.multi/remove-inferiors.exp: Allow "Expanding full symbols"
3310 message.
3311
8c2e74f1
TV
33122019-06-11 Tom de Vries <tdevries@suse.de>
3313
3314 PR testsuite/24521
3315 * gdb.dwarf2/nonvar-access.exp: Fix main high_pc.
3316
b49851c8
TV
33172019-06-11 Tom de Vries <tdevries@suse.de>
3318
3319 * boards/readnow.exp: New file.
3320
a7067863
AB
33212019-06-10 Andrew Burgess <andrew.burgess@embecosm.com>
3322
3323 * gdb.fortran/vla-sizeof.exp: Update expected results.
3324
1a3da2cd
AB
33252019-06-06 Amos Bird <amosbird@gmail.com>
3326
3327 * gdb.base/annota1.exp (thread_switch): Add test for
3328 thread-exited annotation.
3329
3847a7bf
TT
33302019-06-06 Tom Tromey <tromey@adacore.com>
3331
3332 * gdb.base/maint.exp: Expect command started/finished output.
3333
0088ba59
AB
33342019-06-05 Andrew Burgess <andrew.burgess@embecosm.com>
3335
3336 * gdb.arch/riscv-unwind-long-insn-6.s: Remove use of 'I' in
3337 comment.
3338 * gdb.arch/riscv-unwind-long-insn-8.s: Likewise.
3339
312617a3
AB
33402019-06-05 Andrew Burgess <andrew.burgess@embecosm.com>
3341
3342 * gdb.arch/riscv-unwind-long-insn-6.s: New file.
3343 * gdb.arch/riscv-unwind-long-insn-8.s: New file.
3344 * gdb.arch/riscv-unwind-long-insn.c: New file.
3345 * gdb.arch/riscv-unwind-long-insn.exp: New file.
3346
e1f2e1a2
CB
33472019-06-04 Christian Biesinger <cbiesinger@google.com>
3348
d3238f7d 3349 * gdb.python/py-type.exp: Test for new gdb.Type.objfile property.
e1f2e1a2 3350
206584bd
PW
33512019-06-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3352
3353 * lib/gdb.exp (help_list_trailer): New regexp variable
3354 factorizing the help trailer message.
3355 (test_class_help): Use help_list_trailer. Add LIST_OF_COMMANDS
3356 arg to allow to better factorize various tests.
3357 (test_user_defined_class_help): Factorizes testing 'help user-defined'.
3358 (test_prefix_command_help): Use help_list_trailer.
3359 * gdb.python/py-cmd.exp: Use test_user_defined_class_help.
3360 * gdb.guile/scm-cmd.exp: Likewise.
3361 * gdb.trace/tracecmd.exp: Update caller of test_class_help.
3362 * gdb.base/help.exp: Use test_user_defined_class_help.
3363 * gdb.base/style.exp: Add tests for styling of help and apropos.
3364 * lib/gdb-utils.exp (style): Add title and highlight styles.
3365
708dc93e
PW
33662019-05-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3367
3368 * gdb.base/shell.exp: Test pipe command, $_shell_exitcode,
3369 $_shell_exitsignal.
3370 * gdb.base/default.exp: Update for new convenience variables.
3371
f49055a5
TT
33722019-05-29 Tom Tromey <tromey@adacore.com>
3373
3374 * gdb.ada/complete.exp (test_gdb_no_completion): Add "/" and "-"
3375 to "break complete ada" test case's regexp.
3376
4330d61d
TT
33772019-05-29 Tom Tromey <tromey@adacore.com>
3378
3379 PR c++/20020:
3380 * gdb.cp/constexpr-field.exp: New file.
3381 * gdb.cp/constexpr-field.cc: New file.
3382
000439d5
TT
33832019-05-29 Tom Tromey <tromey@adacore.com>
3384
3385 * gdb.base/finish.exp (finish_no_print): New proc.
3386 (finish_tests): Call it.
3387
5a01c34c
TV
33882019-05-24 Tom de Vries <tdevries@suse.de>
3389
3390 * gdb.dwarf2/gdb-add-index.exp: New file.
3391
18125b16
TT
33922019-05-22 Tom Tromey <tromey@adacore.com>
3393
3394 * gdb.base/info-shared.exp (check_info_shared): Use "style".
3395 * gdb.base/style.exp: Use "style".
3396 * lib/gdb-utils.exp (style): New proc.
3397
af1a8d03
TV
33982019-05-22 Tom de Vries <tdevries@suse.de>
3399
3400 * gdb.base/align.exp: Require c++11.
3401
e7fe496b
TV
34022019-05-22 Tom de Vries <tdevries@suse.de>
3403
3404 PR testsuite/24586
3405 * gdb.python/py-mi-var-info-path-expression.exp: Call
3406 mi_skip_python_tests to check if python is supported.
3407
8fca4da0
AH
34082019-05-22 Alan Hayward <alan.hayward@arm.com>
3409
3410 * gdb.arch/aarch64-pauth.c: New test.
3411 * gdb.arch/aarch64-pauth.exp: New file.
3412
b7060614
AH
34132019-05-22 Alan Hayward <alan.hayward@arm.com>
3414
3415 * README (Re-running Tests Outside The Testsuite): New section.
3416
669d0468
TV
34172019-05-21 Tom de Vries <tdevries@suse.de>
3418
3419 * gdb.arch/amd64-eval.exp: Require c++11.
3420 * gdb.base/max-depth.exp: Same.
3421 * gdb.compile/compile-cplus-array-decay.exp: Same.
3422 * gdb.cp/meth-typedefs.exp: Same.
3423 * gdb.cp/subtypes.exp: Same.
3424 * gdb.cp/temargs.exp: Same.
3425
ce3ebcaa
AH
34262019-05-21 Alan Hayward <alan.hayward@arm.com>
3427
3428 * lib/gdbserver-support.exp (gdbserver_run): Mark kill as optional.
3429
34d11c68
AB
34302019-05-18 Andrew Burgess <andrew.burgess@embecosm.com>
3431
3432 PR gdb/18644
3433 * gdb.fortran/complex.exp: Remove setup_kfail calls.
3434 * gdb.fortran/printing-types.exp: Add new test.
3435 * gdb.fortran/printing-types.f90: Add 16-byte real variable for
3436 testing.
3437 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): Remove
3438 setup_kfail call.
3439
87781e84
AH
34402019-05-17 Alan Hayward <alan.hayward@arm.com>
3441
3442 * README (Running the Testsuite): Change example.
3443 (Testsuite Parameters): Remove TRANSCRIPT.
3444 * lib/gdb.exp: Remove TRANSCRIPT check.
3445
b420b89e
AH
34462019-05-17 Alan Hayward <alan.hayward@arm.com>
3447
3448 * README (Testsuite Parameters): Add replay logging to
3449 GDBSERVER_DEBUG.
3450 (gdbserver,debug): Refer to GDBSERVER_DEBUG.
3451 * lib/gdbserver-support.exp (gdbserver_start): Treat gdbserverdebug
3452 as a comma separated list.
3453 (gdb_debug_init): Override procedure.
3454
408e9b8b
AH
34552019-05-17 Alan Hayward <alan.hayward@arm.com>
3456
3457 * lib/gdb.exp (default_gdb_spawn): Call gdb_write_cmd_file.
3458 (gdb_write_cmd_file): New procedure.
3459 * lib/gdbserver-support.exp (gdbserver_start): Call
3460 gdbserver_write_cmd_file.
3461 (gdbserver_write_cmd_file): New procedure.
3462
f9e2e39d
AH
34632019-05-17 Alan Hayward <alan.hayward@arm.com>
3464
3465 * lib/gdb.exp (gdb_unload): Mark Y as an answer.
3466 (delete_breakpoints): Likewise.
3467 (gdb_run_cmd): Likewise.
3468 (gdb_start_cmd): Likewise.
3469 (gdb_starti_cmd): Likewise.
3470 (gdb_internal_error_resync): Likewise.
3471 (gdb_test_multiple): Likewise.
3472 (gdb_reinitialize_dir): Likewise.
3473 (default_gdb_exit): Likewise.
3474 (gdb_file_cmd): Mark kill as optional.
3475 (default_gdb_start): Call gdb_stdin_log_init.
3476 (send_gdb): Call gdb_stdin_log_write.
3477 (rerun_to_main): Mark Y as an answer.
3478 (gdb_stdin_log_init): New function.
3479 (gdb_stdin_log_write): Likewise.
3480
81f47ac2
AH
34812019-05-17 Alan Hayward <alan.hayward@arm.com>
3482
3483 * gdb.base/breakpoint-in-ro-region.exp: Disable when debugging.
3484 * gdb.base/debug-expr.exp: Likewise.
3485 * gdb.base/foll-fork.exp: Likewise.
3486 * gdb.base/foll-vfork.exp: Likewise.
3487 * gdb.base/fork-print-inferior-events.exp: Likewise.
3488 * gdb.base/gdb-sigterm.exp: Likewise.
3489 * gdb.base/gdbinit-history.exp: Likewise.
3490 * gdb.base/osabi.exp: Likewise.
3491 * gdb.base/sss-bp-on-user-bp-2.exp: Likewise.
3492 * gdb.base/ui-redirect.exp: Likewise.
3493 * gdb.gdb/unittest.exp: Likewise.
3494 * gdb.mi/mi-break.exp: Disable separate-mi-tty when debugging.
3495 * gdb.mi/mi-watch.exp: Likewise.
3496 * gdb.mi/new-ui-mi-sync.exp: Likewise.
3497 * gdb.mi/user-selected-context-sync.exp: Likewise.
3498 * gdb.python/python.exp: Disable debug test when debugging.
3499 * gdb.threads/check-libthread-db.exp: Disable when debugging.
3500 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
3501 Likewise.
3502 * gdb.threads/stepi-random-signal.exp: Likewise.
3503
29b52314
AH
35042019-05-17 Alan Hayward <alan.hayward@arm.com>
3505
3506 * Makefile.in: Pass through GDB_DEBUG.
3507 * README (Testsuite Parameters): Add GDB_DEBUG.
81f47ac2
AH
3508 (gdb,debug): Add board setting.
3509 * lib/gdb.exp (default_gdb_start): Start debugging.
3510 (gdb_debug_enabled): New procedure.
3511 (gdb_debug_init): Likewise.
29b52314
AH
3512
35132019-05-17 Alan Hayward <alan.hayward@arm.com>
e79be6e5 3514
29b52314
AH
3515 * Makefile.in: Pass through GDB_DEBUG.
3516 * README (Testsuite Parameters): Add GDB_DEBUG.
81f47ac2
AH
3517 (gdb,debug): Add board setting.
3518 * lib/gdb.exp (default_gdb_start): Start debugging.
3519 (gdb_debug_enabled): New procedure.
3520 (gdb_debug_init): Likewise.
29b52314 3521
ca1285d1
AH
35222019-05-17 Alan Hayward <alan.hayward@arm.com>
3523
3524 * gdb.base/ui-redirect.exp: Add debug redirect tests.
3525
f3a09c80
AH
35262019-05-17 Alan Hayward <alan.hayward@arm.com>
3527
3528 * gdb.base/ui-redirect.exp: Test redirection.
3529
26648588
JV
35302019-01-28 Jan Vrany <jan.vrany@fit.cvut.cz>
3531
3532 * gdb.mi/mi-complete.exp: New file.
3533 * gdb.mi/mi-complete.cc: Likewise.
3534
14237686
AB
35352019-05-15 Bernhard Heckel <bernhard.heckel@intel.com>
3536
3537 * gdb.fortran/vla-sizeof.exp: Add tests of sizeof applied to
3538 indexed and sliced arrays, and pointers to arrays.
3539
e7bd7fba
TT
35402019-05-14 Tom Tromey <tromey@adacore.com>
3541
3542 * gdb.base/info-shared.exp (check_info_shared): Add "info shared"
3543 styling test.
3544
2764128d
TV
35452019-05-14 Tom de Vries <tdevries@suse.de>
3546
3547 * gdb.dwarf2/dw2-skip-prologue.S (.debug_loc): Fix base address
3548 selection entry encoding.
3549
71bed2db
TT
35502019-05-10 Tom Tromey <tromey@adacore.com>
3551
3552 * gdb.ada/info_exc.exp: Add "complete" test.
3553
63b667ad
TV
35542019-05-09 Tom de Vries <tdevries@suse.de>
3555
3556 * gdb.arch/amd64-tailcall-self.S: Make DW_FORM_ref4 references
3557 CU-relative.
3558
9cfd2b89
TV
35592019-05-09 Tom de Vries <tdevries@suse.de>
3560
3561 * gdb.arch/amd64-entry-value-paramref.S: Make DW_FORM_ref4 references
3562 CU-relative.
3563
2228ef77
XR
35642019-05-08 Joel Brobecker <brobecker@adacore.com>
3565
3566 * gdb.ada/frame_arg_lang.exp: New testcase.
3567 * gdb.ada/frame_arg_lang/bla.adb: New file.
3568 * gdb.ada/frame_arg_lang/pck.ads: New file.
3569 * gdb.ada/frame_arg_lang/pck.adb: New file.
3570 * gdb.ada/frame_arg_lang/foo.c: New file.
3571
80e55b13
TT
35722019-05-08 Tom Tromey <tromey@adacore.com>
3573
3574 * gdb.python/py-value.exp (test_value_in_inferior): Add Ada test.
3575
9d3421af
TT
35762019-05-08 Tom Tromey <tromey@adacore.com>
3577
3578 * gdb.base/ptype-offsets.exp: Update tests.
3579
844333e2
TT
35802019-05-08 Tom Tromey <tromey@adacore.com>
3581
3582 * gdb.base/ptype-offsets.exp: Use string_to_regexp. Fix test
3583 cases.
3584 * gdb.base/ptype-offsets.cc (struct abc) <my_int_type>: Now
3585 "short".
3586
988915ee
TT
35872019-05-08 Tom Tromey <tromey@adacore.com>
3588
3589 * gdb.ada/vla.exp: New file.
3590 * gdb.ada/vla/vla.adb: New file.
3591
7bd55dac
TV
35922019-05-07 Tom de Vries <tdevries@suse.de>
3593
3594 * gdb.base/index-cache.exp (ls_host): Fix return statement.
3595
75f06e9d
TV
35962019-05-07 Tom de Vries <tdevries@suse.de>
3597
3598 PR testsuite/24522
3599 * gdb.dlang/watch-loc.c: Fix debug_info_offset in .debug_aranges
3600 section.
3601
77e7aaa4
TV
36022019-05-07 Tom de Vries <tdevries@suse.de>
3603
3604 PR testsuite/24522
3605 * gdb.dwarf2/dw2-case-insensitive-debug.S: Fix debug_info_offset in
3606 .debug_aranges section.
3607
456ba0fa
TV
36082019-05-07 Tom de Vries <tdevries@suse.de>
3609
3610 PR testsuite/24159
3611 * lib/dwarf.exp: Fix handling of DW_FORM_ref_addr.
3612
5a56d6a6
TV
36132019-05-06 Tom de Vries <tdevries@suse.de>
3614
3615 * lib/gdb.exp (exec_has_index_section): New proc.
3616 * gdb.base/index-cache.exp: Handle case that binfile contains an index
3617 section.
3618
9d6d4be8
TV
36192019-05-04 Tom de Vries <tdevries@suse.de>
3620
3621 * boards/cc-with-debug-names.exp: New file.
3622
222a8d25
TT
36232019-05-03 Tom Tromey <tromey@adacore.com>
3624
3625 * gdb.ada/char_enum/pck.ads (Global_Enum_Type): New type.
3626 * gdb.ada/char_enum/foo.adb: Use Global_Enum_Type.
3627 * gdb.ada/char_enum.exp: Add test.
3628
0fdfd794
TV
36292019-05-03 Tom de Vries <tdevries@suse.de>
3630
3631 * boards/cc-with-gdb-index.exp: New file.
3632
80062eb9
AB
36332019-05-02 Andrew Burgess <andrew.burgess@embecosm.com>
3634
3635 * gdb.rust/simple.exp: Add new test case.
3636 * gdb.rust/simple.rs (struct StringAtOffset): New struct.
3637 (main): Initialise an instance of the new struct.
3638
4504bbde
TT
36392019-05-01 Tom Tromey <tromey@adacore.com>
3640
3641 * gdb.ada/packed_array_assign/aggregates.ads (Nested_Packed): New
3642 record.
3643 (NPR): New variable.
3644 * gdb.ada/packed_array_assign.exp: Add nested packed assignment
3645 test.
3646
d48e62f4
TT
36472019-05-01 Tom Tromey <tromey@adacore.com>
3648
3649 * gdb.ada/packed_array_assign.exp: Add packed assignment
3650 regression test.
3651
f59f30f5
TV
36522019-05-01 Tom de Vries <tdevries@suse.de>
3653
3654 * boards/cc-with-tweaks.exp: Generate gdb.sh, and pass it in env(GDB).
3655
b70bfc54
TV
36562019-05-01 Tom de Vries <tdevries@suse.de>
3657
3658 * boards/dwarf4-gdb-index.exp: Use cc-with-tweaks.exp.
3659
15f18d14
AT
36602019-04-30 Ali Tamur <tamur@google.com>
3661
3662 * lib/dwarf.exp(): Added DW_FORM_strx1-4.
3663
2ff0a947
TT
36642019-04-30 Tom Tromey <tromey@adacore.com>
3665
3666 * lib/ada.exp (find_ada_tool): New proc.
3667 * lib/gdb.exp (gdb_compile_shlib): Allow .o files as inputs.
3668 * gdb.ada/catch_ex_std.exp: New file.
3669 * gdb.ada/catch_ex_std/foo.adb: New file.
3670 * gdb.ada/catch_ex_std/some_package.adb: New file.
3671 * gdb.ada/catch_ex_std/some_package.ads: New file.
3672
a776957c
TT
36732019-04-30 Tom Tromey <tromey@adacore.com>
3674
3675 PR c++/24470:
3676 * gdb.cp/temargs.cc: Add test code from PR.
3677
bc68014d
AB
36782019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
3679
3680 * gdb.fortran/vla-datatypes.exp: Update expected results.
3681 * gdb.fortran/vla-ptype.exp: Likewise.
3682 * gdb.fortran/vla-type.exp: Likewise.
3683 * gdb.fortran/vla-value.exp: Likewise.
3684
f1fdc960
AB
36852019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
3686
3687 * gdb.fortran/ptr-indentation.exp: Update expected results.
3688 * gdb.fortran/ptype-on-functions.exp: Likewise.
3689 * gdb.fortran/vla-ptr-info.exp: Likewise.
3690 * gdb.fortran/vla-value.exp: Likewise.
3691
bf7a4de1
AB
36922019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
3693
3694 * gdb.fortran/ptype-on-functions.exp: New file.
3695 * gdb.fortran/ptype-on-functions.f90: New file.
3696
bbe75b9d
AB
36972019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
3698
3699 * gdb.fortran/exprs.exp (test_convenience_variables): Expect lower
3700 case void string.
3701
1db455a7
AB
37022019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
3703
3704 * gdb.fortran/complex.exp: Expand.
3705 * gdb.fortran/complex.f: Renamed to...
3706 * gdb.fortran/complex.f90: ...this, and extended to add more
3707 complex values.
3708
b6d03bb2
AB
37092019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
3710
3711 * gdb.fortran/intrinsics.exp: Extend to cover MOD, CEILING, FLOOR,
3712 MODULO, CMPLX.
3713
2e62ab40
AB
37142019-04-29 Andrew Burgess <andrew.burgess@embecosm.com>
3715 Richard Bunt <richard.bunt@arm.com>
3716
3717 * gdb.base/max-depth.c: New file.
3718 * gdb.base/max-depth.exp: New file.
3719 * gdb.python/py-nested-maps.c: New file.
3720 * gdb.python/py-nested-maps.exp: New file.
3721 * gdb.python/py-nested-maps.py: New file.
3722 * gdb.python/py-format-string.exp (test_max_depth): New proc.
3723 (test_all_common): Call test_max_depth.
3724 * gdb.fortran/max-depth.exp: New file.
3725 * gdb.fortran/max-depth.f90: New file.
3726 * gdb.go/max-depth.exp: New file.
3727 * gdb.go/max-depth.go: New file.
3728 * gdb.modula2/max-depth.exp: New file.
3729 * gdb.modula2/max-depth.c: New file.
3730 * lib/gdb.exp (get_print_expr_at_depths): New proc.
3731
d2b584a5
TV
37322019-04-29 Tom de Vries <tdevries@suse.de>
3733
3734 * lib/opencl.exp (skip_opencl_tests): Add missing "with" in regexp.
3735
136afab8
PW
37362019-04-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3737
3738 * gdb.base/callexit.exp: Test may-call-functions off.
3739
725cbb63
KS
37402019-04-25 Keith Seitz <keiths@redhat.com>
3741
3742 PR c++/24367
3743 * gdb.cp/meth-typedefs.cc (incomplete_struct)
3744 (another_incomplete_struct, test_incomplete): New definitions.
3745 (main): Use new definitions.
3746 * gdb.cp/meth-typedefs.exp: Add new tests for `test_incomplete'
3747 functions.
3748
701adfb0
PA
37492019-04-25 Ali Tamur <tamur@google.com>
3750
3751 * lib/dwarf.exp (_handle_DW_FORM): Add DW_FORM_strx.
3752
82433e3e
SDJ
37532019-04-25 Sergio Durigan Junior <sergiodj@redhat.com>
3754
3755 PR corefiles/11608
3756 PR corefiles/18187
3757 * gdb.base/coredump-filter-build-id.exp: New file.
3758
dd06d4d6
AH
37592019-04-25 Alan Hayward <alan.hayward@arm.com>
3760
e79be6e5
SM
3761 * Makefile.in: Pass through GDBSERVER_DEBUG.
3762 * README (Testsuite Parameters): Add GDBSERVER_DEBUG.
3763 (gdbserver,debug): Add board setting.
3764 * gdb.trace/tspeed.exp: Skip when debugging.
3765 * lib/gdb.exp (gdbserver_debug_enabled): New procedure.
3766 * lib/gdbserver-support.exp: Likewise
dd06d4d6 3767
1670072e
TT
37682019-04-24 Tom Tromey <tromey@adacore.com>
3769
3770 * lib/gdb.exp (gdb_compile): Don't add -fno-stack-protector for
3771 Rust.
3772
a59240a4
TT
37732019-04-24 Tom Tromey <tromey@adacore.com>
3774
3775 * gdb.arch/amd64-eval.exp: Test bitfield return.
3776 * gdb.arch/amd64-eval.cc (struct Bitfields): New.
3777 (class Foo) <return_bitfields>: New method.
3778 (main): Call it.
3779
b907456c
AB
37802019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
3781
3782 * gdb.cp/many-args.cc: New file.
3783 * gdb.cp/many-args.exp: New file.
3784
5c565afd
TV
37852019-04-23 Tom de Vries <tdevries@suse.de>
3786
3787 PR gdb/24433
3788 * gdb.btrace/reconnect.exp: Fix stepi 19 pattern.
3789
ba22ff86
AH
37902019-04-23 Alan Hayward <alan.hayward@arm.com>
3791
3792 * gdb.trace/backtrace.exp: Use nopie flag.
3793 * gdb.trace/circ.exp: Likewise.
3794 * gdb.trace/collection.exp: Likewise.
3795 * gdb.trace/ftrace.exp: Likewise.
3796 * gdb.trace/mi-trace-unavailable.exp: Likewise.
3797 * gdb.trace/mi-traceframe-changed.exp: Likewise.
3798 * gdb.trace/qtro.exp: Likewise.
3799 * gdb.trace/read-memory.exp: Likewise.
3800 * gdb.trace/report.exp: Likewise.
3801 * gdb.trace/tfile.exp: Likewise.
3802 * gdb.trace/tfind.exp: Likewise.
3803 * gdb.trace/unavailable.exp: Likewise.
3804
7905fc35
PA
38052019-04-22 Pedro Alves <palves@redhat.com>
3806
3807 * gdb.base/solib-probes-nosharedlibrary.c,
3808 gdb.base/solib-probes-nosharedlibrary.exp: New files.
3809
8ecb59f8
TT
38102019-04-19 Tom Tromey <tromey@adacore.com>
3811
3812 * gdb.ada/ptype_union.c: New file.
3813 * gdb.ada/ptype_union.exp: New file.
3814
62160ec9
TT
38152019-04-19 Tom Tromey <tromey@adacore.com>
3816
3817 PR symtab/24423:
3818 * gdb.base/list0.h (foo): Add a control-l character.
3819
36cd4ba5
TV
38202019-04-18 Tom de Vries <tdevries@suse.de>
3821
3822 PR gdb/24433
3823 * boards/local-board.exp: Set sysroot to "".
3824
b73715df
TV
38252019-04-18 Tom de Vries <tdevries@suse.de>
3826 Pedro Alves <palves@redhat.com>
3827
3828 PR gdb/24454
3829 * gdb.threads/vfork-follow-child-exec.c: New file.
3830 * gdb.threads/vfork-follow-child-exec.exp: New file.
3831 * gdb.threads/vfork-follow-child-exit.c: New file.
3832 * gdb.threads/vfork-follow-child-exit.exp: New file.
3833
4aa866af
LS
38342019-04-15 Leszek Swirski <leszeks@google.com>
3835
3836 * gdb.arch/amd64-eval.cc: New file.
3837 * gdb.arch/amd64-eval.exp: New file.
3838
e5a1a79a
AH
38392019-04-11 Alan Hayward <alan.hayward@arm.com>
3840
3841 * gdb.server/sysroot.c: New test.
3842 * gdb.server/sysroot.exp: New file.
3843 * lib/gdbserver-support.exp (gdb_target_cmd): Add additional text
3844 matching param.
3845
41077b66
AB
38462019-04-11 Andrew Burgess <andrew.burgess@embecosm.com>
3847
3848 * gdb.base/align.exp: Extend test to cover structures containing
3849 only static fields.
3850
c30391f8
TV
38512019-04-11 Tom de Vries <tdevries@suse.de>
3852
3853 * boards/cc-with-dwz-m.exp: New file.
3854 * boards/cc-with-dwz.exp: New file.
3855 * boards/cc-with-tweaks.exp: Note that check-gdb doesn't work.
3856
e242fd12
SM
38572019-04-09 Simon Marchi <simon.marchi@efficios.com>
3858
3859 * gdb.base/start-cpp.exp: New file.
3860 * gdb.base/start-cpp.cc: New file.
3861
2b0c8b01
KB
38622019-04-08 Kevin Buettner <kevinb@redhat.com>
3863
3864 * gdb.python/py-thrhandle.exp: Adjust tests to call
3865 thread_from_handle instead of thread_from_thread_handle.
3866
947210e5
KB
38672019-04-08 Kevin Buettner <kevinb@redhat.com>
3868
3869 * gdb.python/py-thrhandle.exp: Add tests for
3870 gdb.InferiorThread.handle.
3871
d7df6549
AB
38722019-04-01 Andrew Burgess <andrew.burgess@embecosm.com>
3873
3874 * gdb.python/py-function.exp: Check calling helper function from
3875 all languages.
3876 * lib/gdb.exp (gdb_supported_languages): New proc.
3877
8bdc1658
AB
38782019-04-01 Andrew Burgess <andrew.burgess@embecosm.com>
3879
3880 * gdb.base/complex-parts.c: New file.
3881 * gdb.base/complex-parts.exp: New file.
3882
05caa1d2
TT
38832019-04-01 Tom Tromey <tromey@adacore.com>
3884
3885 PR symtab/23331:
3886 * gdb.dwarf2/dw2-ranges-main.c: New file.
3887 * gdb.dwarf2/dw2-ranges-psym.c: New file.
3888 * gdb.dwarf2/dw2-ranges-psym.exp: New file.
3889
7734102d
EZ
38902019-03-30 Simon Marchi <simark@simark.ca>
3891
3892 * gdb.base/default.exp: Add values for $_gdb_major and
3893 $_gdb_minor.
3894
188e1fa9
TT
38952019-03-29 Tom Tromey <tromey@adacore.com>
3896
3897 * gdb.base/help.exp: Tighten apropos regexp.
3898
2880242d
KS
38992019-03-29 Keith Seitz <keiths@redhat.com>
3900
3901 * gdb.fortran/array-bounds.exp: New file.
3902 * gdb.fortran/array-bounds.f90: New file.
3903
077cad8e
PW
39042019-03-28 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3905
3906 * gdb.multi/multi-term-settings.c (main): Increase alarm timer.
3907
80047cfc
PW
39082019-03-28 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3909
3910 * gdb.multi/hello.c (main): Increase alarm timer.
3911
f489207e
SL
39122019-03-28 Sandra Loosemore <sandra@codesourcery.com>
3913
3914 * gdb.threads/watchpoint-fork.exp (test): Use large timeout
3915 factor when no hardware watchpoint support.
3916
c92df149
AH
39172019-03-28 Alan Hayward <alan.hayward@arm.com>
3918 Pedro Alves <palves@redhat.com>
3919
3920 * boards/local-board.exp: set sysroot to /.
3921
933aebfa
AH
39222019-03-27 Alan Hayward <alan.hayward@arm.com>
3923
3924 * gdb.base/interrupt-daemon-attach.c (main): Add alarm and sleep
3925 in child.
3926
9f9aa852
AB
39272019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
3928
3929 * gdb.python/py-prettyprint.c (struct container) <is_map_p>: New
3930 field.
3931 (make_container): Initialise new field.
3932 * gdb.python/py-prettyprint.exp: Add new tests.
3933 * gdb.python/py-prettyprint.py (class ContainerPrinter)
3934 <display_hint>: New method.
3935
3714a195
AB
39362019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
3937
3938 * gdb.python/py-prettyprint.exp: Use gdb_breakpoint and
3939 gdb_continue_to_breakpoint more throughout this test.
3940 (run_lang_tests) Supply unique test names, and use
3941 gdb_test_no_output.
3942
18c77628
AB
39432019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
3944
3945 * gdb.base/finish-pretty.exp: Update expected results.
3946 * gdb.base/pretty-print.c: New file.
3947 * gdb.base/pretty-print.exp: New file.
3948
9a93502f
PA
39492019-03-25 Pedro Alves <palves@redhat.com>
3950
3951 * lib/gdb.exp (gdb_test_multiple): Split appends to $code and
3952 move comments outside list. Append '-i "" eof' section.
3953
968aa7ae
AH
39542019-03-22 Alan Hayward <alan.hayward@arm.com>
3955
34a7f2a4 3956 PR testsuite/25016
968aa7ae
AH
3957 * README: Add pie options.
3958 * gdb.base/break-interp.exp: Ensure pie is disabled.
3959 * gdb.base/dump.exp: Likewise.
3960 * lib/gdb.exp (gdb_compile): Add pie option.
3961
4c7d57e7
TT
39622019-03-19 Tom Tromey <tromey@adacore.com>
3963
3964 * gdb.mi/mi2-cli-display.c: New file.
3965 * gdb.mi/mi2-cli-display.exp: New file.
3966
bff8c71f
TT
39672019-03-18 Joel Brobecker <brobecker@adacore.com>
3968 Tom Tromey <tromey@adacore.com>
3969
3970 * gdb.ada/ptype_array/pck.adb: New file.
3971 * gdb.ada/ptype_array/pck.ads: New file.
3972 * gdb.ada/ptype_array/foo.adb: New file.
3973 * gdb.ada/ptype_array.exp: New file.
3974
d085f989
TT
39752019-03-14 Tom Tromey <tromey@adacore.com>
3976
3977 * gdb.base/style.exp: Add "set style sources" test.
3978
b4be1b06
SM
39792019-03-13 Simon Marchi <simon.marchi@ericsson.com>
3980
3981 * mi-breakpoint-location-ena-dis.exp: Rename to ...
3982 * mi-breakpoint-multiple-locations.exp: ... this.
3983 (make_breakpoints_pattern): New proc.
3984 (do_test): Add mi_version parameter, test -break-insert,
3985 -break-info and =breakpoint-created.
3986
7cde5fc2
AB
39872019-03-12 Andrew Burgess <andrew.burgess@embecosm.com>
3988
3989 * config/default.exp: Remove 'load_lib gdb.exp'.
3990 * config/monitor.exp: Likewise.
3991 * config/sid.exp: Likewise.
3992 * config/sim.exp: Likewise.
3993 * config/slite.exp: Likewise.
3994 * config/unix.exp: Likewise.
3995 * gdb.base/default.exp: Remove unhelpful comment.
3996
efbecbc1
AB
39972019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
3998
3999 * gdb.fortran/type-kinds.exp: Extend to cover TYPE*SIZE cases.
4000
0841c79a
AB
40012019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
4002
4003 * gdb.fortran/intrinsics.exp: Extend to cover ABS.
4004
4a270568
AB
40052019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
4006
4007 * gdb.fortran/type-kinds.exp: Update expected results.
4008
067630bd
AB
40092019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
4010
4011 * gdb.fortran/type-kinds.exp: Test new integer type kind.
4012
3be47f7a
AB
40132019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
4014
4015 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): New
4016 function.
4017 (test_basic_parsing_of_type_kinds): Expand types tested.
4018 (test_parsing_invalid_type_kinds): New function.
4019
4d00f5d8
AB
40202019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
4021
4022 * gdb.fortran/intrinsics.exp: New file.
4023 * gdb.fortran/intrinsics.f90: New file.
4024 * gdb.fortran/type-kinds.exp: New file.
4025
c8f91604
AB
40262019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
4027
4028 * gdb.fortran/dot-ops.exp: New file.
4029
dd9f2c76
AB
40302019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
4031
4032 * gdb.fortran/types.exp (test_logical_literal_types_accepted):
4033 Check upper and lower case logical literals.
4034
84ec9724
AB
40352019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
4036
4037 * gdb.fortran/types.exp (test_float_literal_types_accepted):
4038 Remove duplicate tests.
4039
c3734e09
AH
40402019-03-06 Alan Hayward <alan.hayward@arm.com>
4041
4042 * lib/gdb.exp (builtin_cd): rename of cd.
4043 (cd): Override builtin.
4044
aa3cfbda
RB
40452019-03-06 Richard Bunt <richard.bunt@arm.com>
4046
4047 * gdb.fortran/function-calls.exp: New file.
4048 * gdb.fortran/function-calls.f90: New test.
4049
7b63ad86
RB
40502019-03-04 Richard Bunt <richard.bunt@arm.com>
4051
4052 * gdb.fortran/short-circuit-argument-list.exp: Remove reliance
4053 on user program standard output.
4054 * gdb.fortran/short-circuit-argument-list.f90: Record function
4055 calls.
4056
01abb042
AH
40572019-02-28 Alan Hayward <alan.hayward@arm.com>
4058
c3734e09
AH
4059 * lib/gdbserver-support.exp (gdbserver_start): Check for listen
4060 failure.
01abb042 4061
92137da0
RO
40622019-02-28 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
4063
4064 PR gdb/8527
4065 * gdb.base/interrupt-daemon-attach.c,
4066 gdb.base/interrupt-daemon-attach.exp: New test.
4067
5862844d
PA
40682019-02-27 Pedro Alves <palves@redhat.com>
4069
4070 * gdb.base/page.exp: Add tests for "set width/height -1".
4071
8ed25214
PA
40722019-02-27 Pedro Alves <palves@redhat.com>
4073
4074 * gdb.base/page.exp: Add tests for "set/show width/height" with
4075 "infinite" values.
4076
6c28e44a
TT
40772019-02-27 Tom Tromey <tromey@adacore.com>
4078
4079 * lib/gdb.exp (skip_python_tests_prompt): Don't check for Python
4080 2.4.
4081 * gdb.python/py-finish-breakpoint.exp: Remove Python 2.4
4082 workaround.
4083
bf9a735e
AB
40842019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
4085
4086 * gdb.base/align.exp: Extend to compile in both C and C++, and add
4087 tests for structs with static members.
4088
8791793c
TT
40892019-02-26 Tom Tromey <tromey@adacore.com>
4090
4091 * gdb.python/py-value.exp (test_value_from_buffer): Check for
4092 ValueError, not TypeError.
4093
bc2a507e
KB
40942019-02-26 Kevin Buettner <kevinb@redhat.com>
4095
4096 * gdb.python/py-value.exp (test_value_from_buffer): New proc with
4097 call from main program.
4098
e0e7d3bd
JB
40992019-02-23 Joel Brobecker <brobecker@adacore.com>
4100
4101 * gdb.ada/mi_ref_changeable.exp: Update copyright year range.
4102 * gdb.ada/mi_ref_changeable/foo_rb20_056.adb: Likewise.
4103 * gdb.ada/mi_ref_changeable/pck.adb: Likewise.
4104 * gdb.ada/mi_ref_changeable/pck.ads: Likewise.
4105 * gdb.dwarf2/inlined_subroutine-inheritance.exp: Likewise.
4106
9600246d
KS
41072019-02-22 Keith Seitz <keiths@redhat.com>
4108
4109 PR symtab/23853
4110 * gdb.base/symlink-sourcefile.c: New file.
4111 * gdb.base/symlink-sourcefile.exp: New file.
4112
0c95f9ed
TT
41132019-02-20 Tom Tromey <tom@tromey.com>
4114
4115 * gdb.base/info_qt.exp: Update.
4116
6caa91b6
SM
41172019-02-19 Simon Marchi <simon.marchi@polymtl.ca>
4118
4119 * gdb.base/source.exp: Move "error in sourced script" code to
4120 the end.
4121 * gdb.base/source-error.gdb: Move contents to
4122 source-error-1.gdb. Add new code to source source-error-1.gdb.
4123 * gdb.base/source-error-1.gdb: New file, from previous
4124 source-error.gdb.
4125
6506371f
TT
41262019-02-17 Tom Tromey <tom@tromey.com>
4127
4128 * gdb.base/style.exp: Use -g3 to compile when possible. Add test
4129 for macro styling.
4130 * gdb.base/style.c (SOME_MACRO): New macro.
4131
a0087920
TT
41322019-02-17 Tom Tromey <tom@tromey.com>
4133
4134 * gdb.base/style.exp: Add line-wrapping tests.
4135 * gdb.base/page.exp: Add test for quitting during pagination.
4136
a2cd4f14
JB
41372019-02-17 Joel Brobecker <brobecker@adacore.com>
4138
4139 * gdb.ada/big_packed_array: New testcase.
4140 * gdb.ada/homonym.exp: Fix incorrect expected output for
4141 "break <homonym__get_value>" test.
4142
9d70ffbc
WP
41432019-02-13 Weimin Pan <weimin.pan@oracle.com>
4144
4145 PR breakpoints/21870
4146 * gdb.arch/aarch64-dbreg-contents.exp: Use runto_main + continue
4147 and prepare_for_testing. Add comment.
4148 * gdb.arch/aarch64-dbreg-contents.c: Remove SET_WATCHPOINT and
4149 redundant cleanup call. Clean up comment.
4150
01c7ae81
WP
41512019-02-12 Weimin Pan <weimin.pan@oracle.com>
4152
4153 PR breakpoints/21870
4154 * gdb.arch/aarch64-dbreg-contents.exp: New file.
4155 * gdb.arch/aarch64-dbreg-contents.c: New file.
4156
aff29d1c
JB
41572019-02-10 Joel Brobecker <brobecker@adacore.com>
4158
4159 * gdb.ada/mi_ref_changeable: New testcase.
4160
df0da8a2
AH
41612019-02-07 Alan Hayward <alan.hayward@arm.com>
4162
4163 * gdb.base/attach.exp: Add double attach test.
4164
bd447abb
SM
41652019-02-07 Simon Marchi <simon.marchi@polymtl.ca>
4166
4167 * lib/gdb.exp (default_gdb_start): Don't match pagination
4168 prompt.
4169 (gdb_init): Set stty_init.
4170
1dbc40b9
TT
41712019-01-27 Tom Tromey <tom@tromey.com>
4172
4173 * gdb.python/py-finish-breakpoint.exp: Remove duplicate call to
4174 skip_python_tests.
4175
353229bf
AH
41762019-01-24 Alan Hayward <alan.hayward@arm.com>
4177
4178 * gdb.base/infcall-nested-structs.c (struct struct_static_02_01):
4179 New structure.
4180 (struct struct_static_02_02): Likewise.
4181 (struct struct_static_02_03): Likewise.
4182 (struct struct_static_02_04): Likewise.
4183 (struct struct_static_04_01): Likewise.
4184 (struct struct_static_04_02): Likewise.
4185 (struct struct_static_04_03): Likewise.
4186 (struct struct_static_04_04): Likewise.
4187 (struct struct_static_06_01): Likewise.
4188 (struct struct_static_06_02): Likewise.
4189 (struct struct_static_06_03): Likewise.
4190 (struct struct_static_06_04): Likewise.
4191 (cmp_struct_static_02_01): Likewise.
4192 (cmp_struct_static_02_02): Likewise.
4193 (cmp_struct_static_02_03): Likewise.
4194 (cmp_struct_static_02_04): Likewise.
4195 (cmp_struct_static_04_01): Likewise.
4196 (cmp_struct_static_04_02): Likewise.
4197 (cmp_struct_static_04_03): Likewise.
4198 (cmp_struct_static_04_04): Likewise.
4199 (cmp_struct_static_06_01): Likewise.
4200 (cmp_struct_static_06_02): Likewise.
4201 (cmp_struct_static_06_03): Likewise.
4202 (cmp_struct_static_06_04): Likewise.
4203 (call_all): Test new structs.
4204 * gdb.base/infcall-nested-structs.exp: Likewise.
4205
73021deb
AH
42062019-01-21 Alan Hayward <alan.hayward@arm.com>
4207 * gdb.base/infcall-nested-structs.exp: Test C++ in addition to C.
4208
fc65c7db
AH
42092019-01-21 Alan Hayward <alan.hayward@arm.com>
4210 * gdb.base/stack-protector.c: New test.
4211 * gdb.base/stack-protector.exp: New file.
4212 * gdb.cp/ovldbreak.exp: Only allow a single break line.
4213 * lib/gdb.exp (get_compiler_info): Use getting_compiler_info
4214 option.
4215 (gdb_compile): Remove stack protector for GCC and prevent
4216 recursion.
4217
c24bdb02
KS
42182019-01-16 Keith Seitz <keiths@redhat.com>
4219
4220 PR gdb/23773
4221 * gdb.dwarf2/inlined_subroutine-inheritance.exp: New file.
4222
6f072a10
PFC
42232019-01-14 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
4224
4225 * gdb.arch/vsx-regs.exp: Add tests that use the vector register
4226 aliases.
4227 * gdb.arch/altivec-regs.exp: Likewise. Fix indentation of two
4228 tests.
4229 * gdb.arch/powerpc-vector-regs.c: New file.
4230 * gdb.arch/powerpc-vector-regs.exp: New file.
4231
a7b8d682
PFC
42322019-01-14 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
4233
4234 * gdb.arch/altivec-regs.exp: Fix the list passed to
4235 gdb_expect_list when testing "info vector".
4236
6eb6fb67
AB
42372019-01-12 Andrew Burgess <andrew.burgess@embecosm.com>
4238
4239 * gdb.base/style.exp: Don't include path in testname.
4240
b56f80d8
KS
42412019-01-10 Keith Seitz <keiths@redhat.com>
4242
4243 PR gdb/23712
4244 PR symtab/23010
4245 * gdb.dwarf2/multidictionary.exp: New file.
4246
041be526
SM
42472019-01-09 Simon Marchi <simon.marchi@ericsson.com>
4248
4249 * gdb.cp/demangle.exp (test_gnu_style_demangling): Rename to...
4250 (test_gnuv3_style_demangling): ... this.
4251 (test_lucid_style_demangling): Remove.
4252 (test_arm_style_demangling): Remove.
4253 (test_hp_style_demangling): Remove.
4254 (do_tests): Remove calls to the above.
4255
d820d0c3
AB
42562019-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
4257
4258 * lib/mi-support.exp (mi_gdb_test): Remove interactive prompt
4259 case.
4260
f097f5ad
TT
42612019-01-06 Tom Tromey <tom@tromey.com>
4262
4263 PR gdb/28155:
4264 * gdb.dwarf2/typedef-void-finish.exp: New file.
4265
2cd8cc0b
TT
42662018-12-28 Tom Tromey <tom@tromey.com>
4267 Simon Marchi <simark@simark.ca>
4268
4269 * gdb.base/jit-exec.exp: New file.
4270 * gdb.base/jit-exec.c: New file.
4271 * gdb.base/jit-execd.c: New file.
4272
35fb8261
TT
42732018-12-28 Tom Tromey <tom@tromey.com>
4274
4275 * gdb.base/style.exp: Update test to check for address styling.
4276
47fd17cd
TT
42772018-12-28 Tom Tromey <tom@tromey.com>
4278
4279 * gdb.base/style.exp: Add test for styling of "Reading symbols"
4280 message.
4281
d47032b7
TT
42822018-12-28 Tom Tromey <tom@tromey.com>
4283
4284 * gdb.base/style.exp: Add test for version number styling.
4285
af79b68d
TT
42862018-12-28 Tom Tromey <tom@tromey.com>
4287
4288 * gdb.base/style.exp: Add test for print_address_symbolic.
4289
0bb296cb
TT
42902018-12-28 Tom Tromey <tom@tromey.com>
4291
4292 * gdb.base/style.exp: Add test for breakpoint setting.
4293
80ae2043
TT
42942018-12-28 Tom Tromey <tom@tromey.com>
4295
4296 * gdb.base/style.exp: Add test for variable names.
4297
cbe56571
TT
42982018-12-28 Tom Tromey <tom@tromey.com>
4299
4300 * gdb.base/style.exp: New file.
4301 * gdb.base/style.c: New file.
4302
9162a27c
TT
43032018-12-28 Tom Tromey <tom@tromey.com>
4304
4305 * lib/gdb.exp (gdb_init): Set the TERM environment variable to
4306 "dumb".
4307 * gdb.base/readline.exp (operate_and_get_next): Save and restore
4308 the TERM environment variable.
4309
bc543c90
TT
43102018-12-27 Tom Tromey <tom@tromey.com>
4311
4312 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): Add
4313 pagination test.
4314
6f0ffe50
AB
43152018-12-24 Andrew Burgess <andrew.burgess@embecosm.com>
4316
4317 * gdb.dwarf2/dw2-unusual-field-names.c: New file.
4318 * gdb.dwarf2/dw2-unusual-field-names.exp: New file.
4319
b5a1e557
PW
43202018-12-24 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4321
4322 * gdb.ada/bp_fun_addr/a.adb (a): Rename to bp_fun_addr.
4323 Filename a.adb changed to bp_fun_addr.adb.
4324 gdb.ada/bp_fun_addr.exp: Update test accordingly.
4325
6e8b1ab2
JV
43262018-12-21 Jan Vrany <jan.vrany@fit.cvut.cz>
4327
4328 * lib/gdb.exp (gdb_compile): Add new nopie flag enforce
4329 non-PIE executables.
4330 * README: Mention the gdb,nopie_flag board setting.
4331 * gdb.arch/amd64-disp-step.exp: Use nopie flag to enforce
4332 non-PIE executable.
4333 * gdb.arch/amd64-entry-value.exp: Likewise.
4334 * gdb.arch/amd64-invalid-stack-middle.exp: Likewise.
4335 * gdb.arch/i386-float.exp: Likewise.
4336 * gdb.arch/i386-signal.exp: Likewise.
4337 * gdb.mi/mi-reg-undefined.exp: Likewise.
4338
d00a27c5
PM
43392018-12-21 Paul Marechal <paul.marechal@ericsson.com>
4340
4341 PR gdb/23974
4342 * gdb.base/info-os.exp: Check return for unknown "info os" type.
4343
161d081c
PW
43442018-12-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4345
4346 * gdb.ada/info_auto_lang.exp: Normalize some_c source file.
4347 Update order of results accordingly.
4348
b001de23
AB
43492018-12-12 Andrew Burgess <andrew.burgess@embecosm.com>
4350
4351 * gdb.base/annota1.exp: Update a test regexp.
4352
99e1a184
AB
43532018-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
4354
4355 * gdb.base/float.exp: Handle RISC-V targets without an FPU.
4356
7a81c1e2
PW
43572018-12-09 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4358
4359 * gdb.threads/tid-reuse.c (REUSE_TIME_CAP): Declare as 60.
4360 (reuse_time): Initialize to REUSE_TIME_CAP.
4361 (check_rc): New function.
4362 (main): Use REUSE_TIME_CAP instead of hardcoded 60.
4363 Check pthread_create rc.
4364 (spawner_thread_func): Check pthread_create and pthread_join rc.
4365
73e8dc90
PA
43662018-12-08 Pedro Alves <palves@redhat.com>
4367
4368 * gdb.base/list.exp (test_forward_search): Rename to ...
4369 (test_forward_reverse_search): ... this. Also test reverse-search
4370 and the forward-search alias.
4371
13f2ed32
AB
43722018-12-05 Andrew Burgess <andrew.burgess@embecosm.com>
4373
4374 * config/sim.exp (gdb_target_sim): Remove redundant adjustment of
4375 local timeout variable before return, and remove all local timeout
4376 variable entirely.
4377 (gdb_load): Likewise.
4378
64d27cfc
TV
43792018-12-01 Tom de Vries <tdevries@suse.de>
4380
4381 * gdb.base/gdb-caching-proc.exp: New file.
4382
f63c03b4
SDJ
43832018-11-25 Sergio Durigan Junior <sergiodj@redhat.com>
4384
4385 * Makefile.in (TIMESTAMP): New variable.
4386 (check-single): Add $(TIMESTAMP) to the end of $(DO_RUNTEST)
4387 command.
4388 (check-single-racy): Likewise.
4389 (check/%.exp): Likewise.
4390 (check-racy/%.exp): Likewise.
4391 (workers/%.worker): Likewise.
4392 (build-perf): Likewise.
4393 (check-perf): Likewise.
4394 * README: Describe new "TS" and "TS_FORMAT" variables.
4395 * print-ts.py: New file.
4396
1c97054b
BF
43972018-11-21 Benno Fünfstück <benno.fuenfstueck@gmail.com>
4398
4399 PR python/23714
4400 * gdb.python/python.exp: Test command repetition after
4401 gdb.execute.
4402
1871a62d
AB
44032018-11-20 Andrew Burgess <andrew.burgess@embecosm.com>
4404
4405 * gdb.opt/inline-break.exp: Add test that info breakpoint output
4406 is correctly aligned.
4407
fb5e1ed9
PW
44082018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4409
4410 * gdb.ada/info_auto_lang.exp: New testcase.
4411 * gdb.ada/info_auto_lang/global_pack.ads: New file.
4412 * gdb.ada/info_auto_lang/proc_in_ada.adb: New file.
4413 * gdb.ada/info_auto_lang/some_c.c: New file.
4414
43d397ca
PW
44152018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4416
4417 * gdb.dwarf2/dw2-case-insensitive.exp: Update due to auto switch to
4418 FUNC_lang language syntax.
4419
beddd671
PW
44202018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4421
4422 * gdb.base/info_minsym.c: New file.
4423 * gdb.base/info_minsym.exp: New file.
4424
73fc52c4
TT
44252018-11-19 Tom Tromey <tom@tromey.com>
4426
4427 PR rust/23625:
4428 * gdb.rust/simple.exp: Add ptype test. Update expected output.
4429 * gdb.rust/expr.exp: Update expected output. Change one test.
4430
994b876a
TT
44312018-11-19 Tom Tromey <tom@tromey.com>
4432
4433 * gdb.rust/simple.rs: Don't initialize empty_enum_value.
4434
6769f276
PA
44352018-11-19 Pedro Alves <palves@redhat.com>
4436
4437 * gdb.base/warning.exp: Don't override INTERNAL_FLAGS. Use
4438 gdb_spawn_with_cmdline_opts instead of gdb_start. Check that we
4439 see the expected warning.
4440
38a72da0
AH
44412018-11-16 Alan Hayward <alan.hayward@arm.com>
4442
4443 PR gdb/22736:
4444 * gdb.cp/infcall-nodebug-lib.c: New test.
4445 * gdb.cp/infcall-nodebug-main.c: New test.
4446 * gdb.cp/infcall-nodebug.exp: New file.
4447
53a89d6e
SM
44482018-11-12 Simon Marchi <simon.marchi@polymtl.ca>
4449
4450 * gdb.base/skip.exp: Add standard_testfile. Add "skip delete"
4451 completer tests.
4452
9325300d
TV
44532018-11-09 Tom de Vries <tdevries@suse.de>
4454
4455 * gdb.base/msym-lang.c: New test.
4456 * gdb.base/msym-lang.exp: New file.
4457 * gdb.base/msym-lang-main.c: New test.
4458
20f0d60d
TT
44592018-11-08 Tom Tromey <tom@tromey.com>
4460
4461 PR gdb/23555:
4462 PR gdb/23838:
4463 * gdb.base/warning.exp: New file.
4464
b5420128
JB
44652018-11-08 Jan Beulich <jbeulich@suse.com>
4466
4467 * testsuite/gdb.arch/i386-avx512.c,
4468 testsuite/gdb.arch/i386-avx512.exp: Add 7th test.
4469
cd115d61
AB
44702018-11-08 Andrew Burgess <andrew.burgess@embecosm.com>
4471
4472 * gdb.arch/riscv-reg-aliases.exp: Handle targets without floating
4473 point hardware.
4474
35ee2dc2
AB
44752018-11-07 Andrew Burgess <andrew.burgess@embecosm.com>
4476
4477 * gdb.dwarf2/void-type.exp: Rename types, and make var_a an 'int'.
4478 * gdb.dwarf2/missing-type-name.exp: New file.
4479
31aceee8
TV
44802018-11-06 Tom de Vries <tdevries@suse.de>
4481
4482 * gdb.base/many-headers.c: New test.
4483 * gdb.base/many-headers.exp: New file.
4484
109be305
JW
44852018-11-06 Jim Wilson <jimw@sifive.com>
4486
4487 * gdb.base/code_elim.exp: For riscv, set additional_flags
4488 to include -msmall-data-limit=0.
4489
e2b7af72
JB
44902018-11-01 Joel Brobecker <brobecker@adacore.com>
4491
4492 * gdb.ada/watch_minus_l: New testcase.
4493
cdcda965
SM
44942018-11-01 Sangamesh Mallayya <sangamesh.swamy@in.ibm.com>
4495
4496 * gdb.arch/aix-sighandle.c: New file.
4497 * gdb.arch/aix-sighandle.exp: New file.
4498
92dcebf3
AB
44992018-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
4500
4501 * gdb.arch/riscv-reg-aliases.exp: Rewrite to take account of float
4502 registers being unions.
4503
68b9ac18
TV
45042018-10-31 Tom de Vries <tdevries@suse.de>
4505
4506 * lib/valgrind.exp: New file.
4507 (vgdb_start, vgdb_stop): New procs, factored out of ...
4508 * gdb.base/valgrind-bt.exp: ... here, ...
4509 * gdb.base/valgrind-disp-step.exp: ... here and ...
4510 * gdb.base/valgrind-infcall.exp: ... here.
4511
1443936e
TV
45122018-10-31 Tom de Vries <tdevries@suse.de>
4513
4514 * lib/gdb.exp (get_valueof): Don't output read value in test name.
4515
eb77c9df
AB
45162018-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
4517
4518 * gdb.dwarf2/void-type.c: New file.
4519 * gdb.dwarf2/void-type.exp: New file.
4520
82b5e646
PW
45212018-10-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4522
4523 * gdb.base/info_qt.c: New file.
4524 * gdb.base/info_qt.exp: New file.
4525
8d619c01
EBM
45262018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
4527
4528 * gdb.arch/powerpc-htm-regs.c: New file.
4529 * gdb.arch/powerpc-htm-regs.exp: New file.
4530
f2cf6173
EBM
45312018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
4532
4533 * gdb.arch/powerpc-tar.c: New file.
4534 * gdb.arch/powerpc-tar.exp: New file.
4535
7ca18ed6
EBM
45362018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
4537
4538 * gdb.arch/powerpc-ppr-dscr.c: New file.
4539 * gdb.arch/powerpc-ppr-dscr.exp: New file.
4540
bfcc0eba
TV
45412018-10-25 Tom de Vries <tdevries@suse.de>
4542
4543 * gdb.base/valgrind-db-attach.exp: Rewrite to use vgdb.
4544
fe1a5cad
TV
45452018-10-24 Tom de Vries <tdevries@suse.de>
4546
4547 * lib/gdb.exp (gdb_test_multiple): Log wait status on process no
4548 longer exists error.
4549
a76dc3b7
TV
45502018-10-24 Tom de Vries <tdevries@suse.de>
4551
4552 * gdb.base/catch-follow-exec.exp: Rewrite using gdb_test.
4553
4df46df7
TV
45542018-10-24 Tom de Vries <tdevries@suse.de>
4555
4556 * gdb.base/valgrind-db-attach.exp: Handle removed support for
4557 --db-attach in valgrind.
4558
0dbfcfff
AB
45592018-10-23 Andrew Burgess <andrew.burgess@embecosm.com>
4560
4561 * gdb.arch/riscv-reg-aliases.c: New file.
4562 * gdb.arch/riscv-reg-aliases.exp: New file.
4563
b04480b1
AH
45642018-10-19 Alan Hayward <alan.hayward@arm.com>
4565
4566 * gdb.python/py-cmd.exp: Check for gdb_prompt.
4567
2c6ac8d7
AH
45682018-10-19 Alan Hayward <alan.hayward@arm.com>
4569
4570 * gdb.base/vla-optimized-out.exp: Allow either optimized out or 6.
4571
2bc69f25
AH
45722018-10-19 Alan Hayward <alan.hayward@arm.com>
4573
4574 * gdb.cp/ovldbreak.exp: Fix regexps.
4575
1f1ae3a3
AH
45762018-10-19 Alan Hayward <alan.hayward@arm.com>
4577
4578 * gdb.compile/compile-cplus-print.exp: Start inferior earlier.
4579
94c18618
SDJ
45802018-10-18 Sergio Durigan Junior <sergiodj@redhat.com>
4581
4582 PR cli/23785
4583 * gdb.base/restore.exp: New test to check if "restore" with an
4584 invalid file doesn't segfault.
4585
812cd6eb
TV
45862018-10-18 Tom de Vries <tdevries@suse.de>
4587
4588 * gdb.ada/bp_inlined_func.exp: Fix capitalized test name.
4589 * gdb.ada/excep_handle.exp: Same.
4590 * gdb.ada/mi_string_access.exp: Same.
4591 * gdb.ada/mi_var_union.exp: Same.
4592 * gdb.arch/arc-analyze-prologue.exp: Same.
4593 * gdb.arch/arc-decode-insn.exp: Same.
4594 * gdb.base/readnever.exp: Same.
4595 * gdb.fortran/printing-types.exp: Same.
4596 * gdb.guile/scm-lazy-string.exp: Same.
4597
c4b90788
TV
45982018-10-16 Tom de Vries <tdevries@suse.de>
4599
4600 PR gdb/23730
4601 * gdb.base/catch-follow-exec.c: Add copyright notice.
4602 * gdb.base/catch-follow-exec.exp: Rewrite to use
4603 gdb_spawn_with_cmdline_opts. Require gdb-native.
4604
8bca2978
SL
46052018-10-12 Sandra Loosemore <sandra@codesourcery.com>
4606
4607 * gdb.trace/actions-changed.exp: Check for arch support.
4608 * gdb.trace/actions.exp: Likewise.
4609 * gdb.trace/ax.exp: Likewise.
4610 * gdb.trace/backtrace.exp: Likewise.
4611 * gdb.trace/change-loc.exp: Likewise.
4612 * gdb.trace/deltrace.exp: Likewise.
4613 * gdb.trace/ftrace-lock.exp: Check for shlib and arch support.
4614 * gdb.trace/ftrace.exp: Likewise.
4615 * gdb.trace/infotrace.exp: Check for arch support.
4616 * gdb.trace/mi-trace-frame-collected.exp: Likewise.
4617 * gdb.trace/mi-tracepoint-changed.exp: Likewise.
4618 * gdb.trace/mi-tsv-changed.exp: Likewise.
4619 * gdb.trace/packetlen.exp: Likewise.
4620 * gdb.trace/passc-dyn.exp: Likewise.
4621 * gdb.trace/passcount.exp: Likewise.
4622 * gdb.trace/pending.exp: Likewise.
4623 * gdb.trace/range-stepping.exp: Check for shlib support.
4624 * gdb.trace/report.exp: Check for arch support.
4625 * gdb.trace/save-trace.exp: Likewise.
4626 * gdb.trace/signal.exp: Check for signal support.
4627 * gdb.trace/tfind.exp: Check for arch support.
4628 * gdb.trace/trace-break.exp: Check for arch and shlib support.
4629 * gdb.trace/trace-common.h: Add comment.
4630 * gdb.trace/trace-condition.exp: Check for shlib and arch support.
4631 * gdb.trace/trace-enable-disable.exp: Likewise.
4632 * gdb.trace/trace-mt.exp: Likewise. Remove redundant untested call.
4633 * gdb.trace/tracecmd.exp: Check for arch support.
4634 * gdb.trace/tspeed.exp: Check for shlib and target support.
4635 * gdb.trace/tstatus.exp: Check for arch support.
4636 * gdb.trace/tsv.exp: Likewise.
4637 * gdb.trace/while-dyn.exp: Likewise.
4638 * gdb.trace/while-stepping.exp: Likewise.
4639 * lib/trace-support.exp (gdb_trace_common_supports_arch): New.
4640
f9c49bff
SM
46412018-10-12 Simon Marchi <simon.marchi@ericsson.com>
4642
4643 * gdb.trace/tspeed.exp: Remove nowarnings.
4644 (prepare_for_trace_test): Declare "global ipalib".
4645 * gdb.trace/tspeed.c: Include unistd.h.
4646 (main): Remove superfluous printf argument.
4647
d4330bde
SL
46482018-10-11 Sandra Loosemore <sandra@codesourcery.com>
4649
4650 * gdb.base/solib-vanish.exp: Fix regexp not to require a POSIX
4651 directory prefix on the filename.
4652
8ecfd7bd
SDJ
46532018-10-10 Sergio Durigan Junior <sergiodj@redhat.com>
4654
4655 * gdb.gdb/unittest.exp: Update expected message informing that
4656 selftests have been disabled.
4657 * gdb.server/unittest.exp: Likewise.
4658
58bbcd02
TV
46592018-10-09 Tom de Vries <tdevries@suse.de>
4660
4661 * lib/gdb.exp (target_supports_scheduler_locking): Replace gdb_start_cmd
4662 with runto_main.
4663
9f6b697b
WP
46642018-10-08 Weimin Pan <weimin.pan@oracle.com>
4665
4666 PR c++/16841
4667 * gdb.cp/virtbase2.cc: New file.
4668 * gdb.cp/virtbase2.exp: New file.
4669
add5ded5
TT
46702018-10-06 Tom Tromey <tom@tromey.com>
4671
4672 PR python/19399:
4673 * gdb.python/py-inferior.exp: Add architecture test.
4674
f9e48344
TT
46752018-10-06 Tom Tromey <tom@tromey.com>
4676
4677 * gdb.base/gnu-ifunc.exp (build): Use standard_output_file.
4678 * gdb.trace/unavailable-dwarf-piece.exp: Use standard_output_file.
4679
2a8be203
TT
46802018-10-06 Tom Tromey <tom@tromey.com>
4681
4682 * gdb.python/py-breakpoint.exp (check_last_event): Check location
4683 of a "throw" catchpoint.
4684
e04caa70
SDJ
46852018-10-06 Sergio Durigan Junior <sergiodj@redhat.com>
4686
4687 * gdb.base/info-proc.exp: Update string expected from "help info
4688 proc".
4689
5ca8c39f
TT
46902018-10-04 Tom Tromey <tom@tromey.com>
4691
4692 * gdb.cp/maint.exp (test_invalid_name): Update expected output.
4693 * gdb.gdb/complaints.exp (test_short_complaints): Remove.
4694 (test_initial_complaints, test_empty_complaints): Update.
4695 * gdb.dwarf2/dw2-stack-boundary.exp: Update.
4696
3453e7e4
TT
46972018-10-04 Tom Tromey <tom@tromey.com>
4698
4699 PR cli/19551:
4700 * lib/mi-support.exp (mi_gdb_file_cmd): Update.
4701 * lib/gdb.exp (gdb_file_cmd): Update.
4702 * gdb.stabs/weird.exp (print_weird_var): Update.
4703 * gdb.server/solib-list.exp: Update.
4704 * gdb.multi/remove-inferiors.exp (test_remove_inferiors): Update.
4705 * gdb.mi/mi-cli.exp: Update.
4706 * gdb.linespec/linespec.exp: Update.
4707 * gdb.dwarf2/dw2-stack-boundary.exp: Update.
4708 * gdb.dwarf2/dw2-objfile-overlap.exp: Update.
4709 * gdb.cp/cp-relocate.exp: Update.
4710 * gdb.base/sym-file.exp: Update.
4711 * gdb.base/relocate.exp: Update.
4712 * gdb.base/readnever.exp: Update.
4713 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
4714 * gdb.base/kill-detach-inferiors-cmd.exp: Update.
4715 * gdb.base/dbx.exp (gdb_file_cmd): Update.
4716 * gdb.base/code_elim.exp: Update.
4717 * gdb.base/break-unload-file.exp (test_break): Update.
4718 * gdb.base/break-interp.exp (test_attach_gdb): Update.
4719 * gdb.base/break-idempotent.exp (force_breakpoint_re_set):
4720 Update.
4721 * gdb.base/attach.exp (do_attach_tests): Update.
4722 * gdb.base/sepdebug.exp: Update.
4723 * gdb.python/py-section-script.exp: Update.
4724
6afcf761
TT
47252018-10-04 Tom Tromey <tom@tromey.com>
4726
4727 PR cli/22234:
4728 * gdb.dwarf2/dw2-stack-boundary.exp: Update expected output.
4729 * gdb.gdb/complaints.exp (test_short_complaints): Update expected
4730 output.
4731
fef1b293
TT
47322018-10-04 Tom Tromey <tom@tromey.com>
4733
4734 * gdb.base/attach.exp (test_command_line_attach_run): Use -quiet;
4735 set width and height to 0.
4736 (test_command_line_attach_run): Use -quiet.
4737
ca98345e
SL
47382018-10-03 Sandra Loosemore <sandra@codesourcery.com>
4739
4740 * lib/gdb.exp (skip_ifunc_tests): New.
4741 * gdb.base/gnu-ifunc.exp: Skip if no ifunc support. Handle
4742 other compile failures.
4743 * gdb.compile/compile-ifunc.exp: Skip if no ifunc support.
4744
ff34e6ae
SM
47452018-10-01 Simon Marchi <simon.marchi@ericsson.com>
4746
4747 * gdb.arch/i386-avx512.exp: Fix setting of nr_regs based on
4748 is_amd64_regs_target.
4749
6bb8890e
AH
47502018-10-01 Alan Hayward <alan.hayward@arm.com>
4751
4752 * gdb.arch/aarch64-sighandler-regs.c: New test.
4753 * gdb.arch/aarch64-sighandler-regs.exp: New file.
4754 * lib/gdb.exp (skip_aarch64_sve_tests): New proc.
4755
224d30d3
MM
47562018-10-01 Markus Metzger <markus.t.metzger@intel.com>
4757
4758 * lib/gdb.exp (is_amd64_regs_target): Change assembly to C inline
4759 assembly.
4760
f67ffa6a
AB
47612018-09-28 Andrew Burgess <andrew.burgess@embecosm.com>
4762
4763 * gdb.base/frame-selection.exp: New file.
4764 * gdb.base/frame-selection.c: New file.
4765
9fc3183f
AH
47662018-09-27 Alan Hayward <alan.hayward@arm.com>
4767
4768 * gdb.threads/check-libthread-db.c (thread_routine): Use a
4769 pthread barrier.
4770 (main): Likewise.
4771
d354055e
AB
47722018-09-26 Andrew Burgess <andrew.burgess@embecosm.com>
4773
4774 * gdb.base/large-frame-1.c: New file.
4775 * gdb.base/large-frame-2.c: New file.
4776 * gdb.base/large-frame.exp: New file.
4777 * gdb.base/large-frame.h: New file.
4778
db727370
JL
47792018-09-24 Jozef Lawrynowicz <jozef.l@mittosystems.com>
4780
4781 PR gdb/20948
4782 * gdb.base/write_mem.exp: New test.
4783 * gdb.base/write_mem.c: Likewise.
4784
ae778caf
TT
47852018-09-23 Tom Tromey <tom@tromey.com>
4786
4787 PR python/18852:
4788 * gdb.python/py-parameter.exp: Add test for parameter that throws
4789 on "set".
4790
fd3ba736
TT
47912018-09-23 Tom Tromey <tom@tromey.com>
4792
4793 PR python/17284:
4794 * gdb.python/py-template.exp (test_template_arg): Add test for
4795 negative template argument number.
4796
39a24317
TT
47972018-09-23 Tom Tromey <tom@tromey.com>
4798
4799 PR python/14062:
4800 * gdb.python/python.exp: Add test for post_event error.
4801
f5769a2c
TT
48022018-09-23 Tom Tromey <tom@tromey.com>
4803
4804 PR python/18170:
4805 * gdb.python/py-value.exp (test_value_numeric_ops): Add tests to
4806 convert pointers to int and long.
4807
1c1e54f6
TT
48082018-09-23 Tom Tromey <tom@tromey.com>
4809
4810 PR python/20126:
4811 * gdb.python/py-value.exp (test_value_numeric_ops): Add
4812 signed-ness conversion tests.
4813
fb4fa946
TT
48142018-09-23 Tom Tromey <tom@tromey.com>
4815
4816 PR python/18352;
4817 * gdb.python/py-value.exp (test_float_conversion): New proc.
4818 Use it.
4819
a466edac
HAQ
48202018-09-20 Hafiz Abid Qadeer <abidh@codesourcery.com>
4821
4822 gdb.base/reggroups.exp (fetch_reggroups): Add '_' in match pattern.
4823
4ee9b0c5
SL
48242018-09-18 Sandra Loosemore <sandra@codesourcery.com>
4825
4826 * gdb.base/complete-empty.exp: Skip tab-completion tests if
4827 no readline.
4828 * gdb.base/utf8-identifiers.exp: Likewise.
4829 * gdb.cp/cpcompletion.exp: Likewise.
4830 * gdb.linespec/cpcompletion.exp: Likewise.
4831 * gdb.linespec/cpls-abi-tag.exp: Likewise.
4832 * gdb.linespec/cpls-ops.exp: Likewise.
4833
23be8da7
RB
48342018-09-19 Richard Bunt <richard.bunt@arm.com>
4835 Chris January <chris.january@arm.com>
4836
4837 * gdb.cp/koenig.exp: Extend to test logical short circuiting.
4838 * gdb.fortran/short-circuit-argument-list.exp: New file.
4839 * gdb.fortran/short-circuit-argument-list.f90: New test.
4840
5031d0ae
SDJ
48412018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
4842
4843 * gdb.arch/amd64-invalid-stack-top.exp: Expect optional
4844 "arch=" keyword when executing "-stack-list-frames".
4845
b4c0d1a4
SDJ
48462018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
4847
4848 * gdb.arch/amd64-invalid-stack-middle.exp: Expect optional
4849 "arch=" keyword when executing "-stack-list-frames".
4850
7a6d2b45
SDJ
48512018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
4852
4853 * gdb.ada/complete.exp: Expect for "@" when doing "complete
4854 break ada".
4855
8588b356
SM
48562018-09-17 Simon Marchi <simon.marchi@polymtl.ca>
4857
4858 PR python/23669
4859 * gdb.python/python.exp: Test gdb.execute("show commands").
4860
65e65158
TT
48612018-09-16 Tom Tromey <tom@tromey.com>
4862
4863 * gdb.base/new-ui.exp (do_execution_tests): Update.
4864 * gdb.base/dbx.exp (test_breakpoints): Update.
4865
bf326452
AH
48662018-09-14 Alan Hayward <alan.hayward@arm.com>
4867
4868 * lib/gdb.exp (gdb_simple_compile): Add proc.
4869 (is_elf_target): Use gdb_simple_compile.
4870 (skip_altivec_tests): Likewise.
4871 (skip_vsx_tests): Likewise.
4872 (skip_tsx_tests): Likewise.
4873 (skip_btrace_tests): Likewise.
4874 (skip_btrace_pt_tests): Likewise.
4875 (gdb_can_simple_compile): Likewise.
4876 (gdb_has_argv0): Likewise.
4877 (gdb_target_symbol_prefix): Likewise.
4878 (target_supports_scheduler_locking): Likewise.
4879
2361b0fb
TT
48802018-09-13 Tom Tromey <tom@tromey.com>
4881
4882 * Makefile.in (TAGS): Recognize proc_with_prefix and
4883 gdb_caching_proc.
4884
0ae1a321
SM
48852018-09-13 Simon Marchi <simon.marchi@ericsson.com>
4886
4887 * gdb.python/py-progspace.exp: Test the Progspace.objfiles
4888 method.
4889
a40bf0c2
SM
48902018-09-13 Simon Marchi <simon.marchi@ericsson.com>
4891
4892 * gdb.python/py-inferior.exp: Add tests for Inferior.progspace
4893 and a few other Inferior properties when the Inferior is no
4894 longer valid.
4895
4a3fe98f
TT
48962018-09-13 Tom Tromey <tom@tromey.com>
4897
4898 PR rust/23650:
4899 * gdb.rust/simple.exp: Add test for enum field access error.
4900
098b2108
TT
49012018-09-13 Tom Tromey <tom@tromey.com>
4902
4903 PR rust/23626:
4904 * gdb.rust/simple.rs (EmptyEnum): New type.
4905 (main): Use it.
4906 * gdb.rust/simple.exp (test_one_slice): Add empty enum test.
4907
1256af7d
SM
49082018-09-13 Simon Marchi <simon.marchi@ericsson.com>
4909
4910 * gdb.python/py-inferior.exp: Test repr() of gdb.Inferior.
4911 * gdb.python/py-objfile.exp: Test repr() of gdb.Objfile.
4912 * gdb.python/py-symtab.exp: Update test printing an objfile.
4913
4aa8e6c2
SM
49142018-09-12 Simon Marchi <simon.marchi@ericsson.com>
4915
4916 * gdb.python/py-inferior.exp: Test using an invalid gdb.Inferior
4917 object.
4918
c221b2f7
AH
49192018-09-12 Alan Hayward <alan.hayward@arm.com>
4920
4921 * lib/gdb.exp (gdb_can_simple_compile): Add proc.
4922 (support_complex_tests): Use gdb_can_simple_compile.
4923 (is_ilp32_target): Likewise.
4924 (is_lp64_target): Likewise.
4925 (is_64_target): Likewise.
4926 (is_amd64_regs_target): Likewise.
4927 (is_aarch32_target): Likewise.
4928 (gdb_int128_helper): Likewise.
4929
6f1107b5
JK
49302018-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
4931
4932 * Makefile.in (check-parallel-racy): Fix dg-extract-results.sh path.
4933
1f5d1570
JG
49342018-09-10 Jerome Guitton <guitton@adacore.com>
4935
4936 * gdb.ada/same_component_name: Add test for case of tagged record
4937 with variable-length fields.
4938
cc330e39
XR
49392018-09-10 Xavier Roirand <roirand@adacore.com>
4940
4941 * gdb.ada/access_to_unbounded_array.exp: New testcase.
4942 * gdb.ada/access_to_unbounded_array/foo.adb: New file.
4943 * gdb.ada/access_to_unbounded_array/pack.adb: New file.
4944 * gdb.ada/access_to_unbounded_array/pack.ads: New file.
4945
b9c50e9a
XR
49462018-09-10 Xavier Roirand <roirand@adacore.com>
4947
4948 * gdb.ada/mi_string_access.exp: New testcase.
4949 * gdb.ada/mi_string_access/bar.adb: New file.
4950 * gdb.ada/mi_string_access/pck.adb: New file.
4951 * gdb.ada/mi_string_access/pck.asd: New file.
4952
2963898f
XR
49532018-09-10 Xavier Roirand <roirand@adacore.com>
4954
4955 * gdb.ada/mi_var_union.exp: New testcase.
4956 * gdb.ada/mi_var_union/bar.adb: New file.
4957 * gdb.ada/mi_var_union/pck.adb: New file.
4958 * gdb.ada/mi_var_union/pck.asd: New file.
4959
1aac008f
TT
49602018-09-08 Tom Tromey <tom@tromey.com>
4961
4962 * gdb.python/py-prettyprint.exp: Use with_test_prefix.
4963
332cf4c9
TT
49642018-09-08 Tom Tromey <tom@tromey.com>
4965
4966 PR python/16047:
4967 * gdb.python/py-prettyprint.py (pp_int_typedef3): New class.
4968 (register_pretty_printers): Register new printer.
4969 * gdb.python/py-prettyprint.exp (run_lang_tests): Add int_type3
4970 test.
4971 * gdb.python/py-prettyprint.c (int_type3): New typedef.
4972 (an_int_type3): New global.
4973
424da6cf
JB
49742018-09-08 Joel Brobecker <brobecker@adacore.com>
4975
4976 * gdb.ada/expr_with_funcall: New testcase.
4977
2a62dfa9
JB
49782018-09-08 Joel Brobecker <brobecker@adacore.com>
4979
4980 * gdb.ada/packed_array_assign: New testcase.
4981
96b6697f
AB
49822018-09-07 Andrew Burgess <andrew.burgess@embecosm.com>
4983
4984 * gdb.base/watchpoint.exp (test_complex_watchpoint): Extend test
4985 names, and add test prefixes to make test names unique.
4986
e4a62c65
TV
49872018-09-05 Tom de Vries <tdevries@suse.de>
4988
4989 * gdb.dwarf2/varval.exp: Add test.
4990
dd083ee2
GB
49912018-09-04 Gary Benson <gbenson@redhat.com>
4992
4993 * gdb.base/batch-exit-status.exp: Use gdb_test_multiple and expect
4994 'eof' before 'wait -i'. Use remote_close and clear_gdb_spawn_id.
4995
aef9346c
TT
49962018-08-31 Tom Tromey <tom@tromey.com>
4997
4998 * gdb.rust/simple.rs: Rename second variable "v".
4999
c67f2e15
AB
50002018-08-30 Andrew Burgess <andrew.burgess@embecosm.com>
5001
5002 * gdb.base/funcargs.c (use_a): New function.
5003 (recurse): Call use_a.
5004
078a0207
KS
50052018-08-29 Keith Seitz <keiths@redhat.com>
5006
5007 * gdb.compile/compile-cplus-anonymous.cc: New file.
5008 * gdb.compile/compile-cplus-anonymous.exp: New file.
5009 * gdb.compile/compile-cplus-array-decay.cc: New file.
5010 * gdb.compile/compile-cplus-array-decay.exp: New file.
5011 * gdb.compile/compile-cplus-inherit.cc: New file.
5012 * gdb.compile/compile-cplus-inherit.exp: New file.
5013 * gdb.compile/compile-cplus-member.cc: New file.
5014 * gdb.compile/compile-cplus-member.exp: New file.
5015 * gdb.compile/compile-cplus-method.cc: New file.
5016 * gdb.compile/compile-cplus-method.exp: New file.
5017 * gdb.compile/compile-cplus-mod.c: "New" file.
5018 * gdb.compile/compile-cplus-namespace.cc: New file.
5019 * gdb.compile/compile-cplus-namespace.exp: New file.
5020 * gdb.compile/compile-cplus-nested.cc: New file.
5021 * gdb.compile/compile-cplus-nested.exp: New file.
5022 * gdb.compile/compile-cplus-print.c: "New" file.
5023 * gdb.compile/compile-cplus-print.exp: "New" file.
5024 * gdb.compile/compile-cplus-virtual.cc: New file.
5025 * gdb.compile/compile-cplus-virtual.exp: New file.
5026 * gdb.compile/compile-cplus.c: "New" file.
5027 * gdb.compile/compile-cplus.exp: "New" file.
5028 * lib/compile-support.exp: New file.
5029
b0f492b9
GB
50302018-08-16 Gary Benson <gbenson@redhat.com>
5031
5032 PR gdb/13000:
5033 * gdb.base/batch-exit-status.exp: New file.
5034 * gdb.base/batch-exit-status.good-commands: Likewise.
5035 * gdb.base/batch-exit-status.bad-commands: Likewise.
5036
36eb4c5f
AH
50372018-08-29 Alan Hayward <alan.hayward@arm.com>
5038
5039 * gdb.base/infcall-nested-structs.c (struct struct01): Remove.
5040 (struct struct02): Likewise.
5041 (struct struct03): Likewise.
5042 (struct struct04): Likewise.
5043 (struct struct_01_01): New struct.
5044 (struct struct_01_02): Likewise.
5045 (struct struct_01_03): Likewise.
5046 (struct struct_01_04): Likewise.
5047 (struct struct_02_01): Likewise.
5048 (struct struct_02_02): Likewise.
5049 (struct struct_02_03): Likewise.
5050 (struct struct_02_04): Likewise.
5051 (struct struct_04_01): Likewise.
5052 (struct struct_04_02): Likewise.
5053 (struct struct_04_03): Likewise.
5054 (struct struct_04_04): Likewise.
5055 (struct struct_05_01): Likewise.
5056 (struct struct_05_02): Likewise.
5057 (struct struct_05_03): Likewise.
5058 (struct struct_05_04): Likewise.
5059 (cmp_struct01): Remove function.
5060 (cmp_struct02): Likewise.
5061 (cmp_struct03): Likewise.
5062 (cmp_struct04): Likewise.
5063 (cmp_struct_01_01): Add Function.
5064 (cmp_struct_01_02): Likewise.
5065 (cmp_struct_01_03): Likewise.
5066 (cmp_struct_01_04): Likewise.
5067 (cmp_struct_02_01): Likewise.
5068 (cmp_struct_02_02): Likewise.
5069 (cmp_struct_02_03): Likewise.
5070 (cmp_struct_02_04): Likewise.
5071 (cmp_struct_04_01): Likewise.
5072 (cmp_struct_04_02): Likewise.
5073 (cmp_struct_04_03): Likewise.
5074 (cmp_struct_04_04): Likewise.
5075 (cmp_struct_05_01): Likewise.
5076 (cmp_struct_05_02): Likewise.
5077 (cmp_struct_05_03): Likewise.
5078 (cmp_struct_05_04): Likewise.
5079 (call_all): Add new structs.
5080 * gdb.base/infcall-nested-structs.exp: Likewise.
5081
3bf9c013
JV
50822018-08-27 Jan Vrany <jan.vrany@fit.cvut.cz>
5083
5084 * gdb.python/py-framefilter-mi.exp: Update regexp to
5085 check for "arch" field in frame output.
5086
450d1e88
KB
50872018-08-23 Kevin Buettner <kevinb@redhat.com>
5088
5089 * gdb.dwarf2/dw2-ranges-func.c: New file.
5090 * gdb.dwarf2/dw2-ranges-func.exp: New file.
5091
ae739fe7
SM
50922018-08-22 Simon Marchi <simon.marchi@polymtl.ca>
5093
5094 * gdb.base/term.exp: Compare terminal settings with values from
5095 the inferior.
5096 * gdb.base/term.c: Get and set terminal settings.
5097
6d52907e
JV
50982018-08-22 Jan Vrany <jan.vrany@fit.cvut.cz>
5099
5100 * lib/mi-support.exp (mi_expect_stop): Update regexp to
5101 accommodate new "arch" field in frame output.
5102 * gdb.mi/mi-return.exp: Likewise.
5103 * gdb.mi/mi-stack.exp: Likewise.
5104 * gdb.mi/mi-syn-frame.exp: Likewise.
5105 * gdb.mi/user-selected-context-sync.exp: Likewise.
5106
be2d111a
MS
51072018-08-19 Michael Spang <spang@google.com>
5108
5109 PR gdb/11786
5110 * gdb.base/gcore-tls-pie.c: New file.
5111 * gdb.base/gcore-tls-pie.exp: New file.
5112
ae3a7c47
KB
51132018-08-18 Kevin Buettner <kevinb@redhat.com>
5114
5115 * lib/dwarf.exp: Add support for DW_OP_GNU_variable_value.
7d140d1a
KB
5116 * gdb.dwarf2/varval.c: New file.
5117 * gdb.dwarf2/varval.exp: New file.
ae3a7c47 5118
2ecae92e
AH
51192018-08-17 Alan Hayward <alan.hayward@arm.com>
5120
5121 PR gdb/18931
5122 * gdb.arch/aarch64-fp.c (main): Fix asm registers.
5123
c1854f1d
KS
51242018-08-16 Keith Seitz <keiths@redhat.com>
5125
5126 * gdb.compile/compile.exp: Use gdb_test_no_output for "compile code"
5127 tests expected to pass.
5128
26fb3983
JV
51292018-08-14 Jan Vrany <jan.vrany@fit.cvut.cz>
5130
5131 * gdb.mi/mi-disassemble.exp (test_disassembly_only): Add tests for
5132 -data-disassemble -a.
5133 (test_disassembly_bogus_args): Likewise.
5134
67943c00
AB
51352018-08-14 Andrew Burgess <andrew.burgess@embecosm.com>
5136
5137 * gdb.mi/list-thread-groups-available.exp: Update test regexp.
5138
5ff2bbae
AB
51392018-08-09 Andrew Burgess <andrew.burgess@embecosm.com>
5140
5141 * gdb.base/vla-optimized-out.exp: Add new test.
5142
e5bbcd0f
AB
51432018-08-09 Andrew Burgess <andrew.burgess@embecosm.com>
5144
5145 * gdb.base/vla-optimized-out-o3.exp: Delete.
5146 * gdb.base/vla-optimized-out-o3-strict.exp: Delete.
5147 * gdb.base/vla-optimized-out.exp: Extend to cover all of the
5148 deleted tests.
5149
9d4a934c
AB
51502018-08-08 Andrew Burgess <andrew.burgess@embecosm.com>
5151
5152 PR gdb/18050:
5153 * gdb.server/extended-remote-restart.c: New file.
5154 * gdb.server/extended-remote-restart.exp: New file.
5155
045cf012
SM
51562018-08-07 Simon Marchi <simon.marchi@polymtl.ca>
5157
5158 * gdb.fortran/nested-funcs.exp: Replace "set index = 42" with
5159 "set variable index = 42".
5160
87d6a7aa
SM
51612018-08-07 Simon Marchi <simon.marchi@ericsson.com>
5162
5163 * boards/index-cache-gdb.exp: New file.
5164 * gdb.dwarf2/index-cache.exp: New file.
5165 * gdb.dwarf2/index-cache.c: New file.
5166 * gdb.base/maint.exp: Check if we are using the index cache.
5167
96d68bd4
RO
51682018-08-07 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
5169
5170 * Makefile.in (saw_dash_j): Allow for GNU make 4.2+ passing -jN in
5171 MAKEFLAGS.
5172
5a699617
RO
51732018-08-06 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
5174
5175 * dg-extract-results.sh: Move to toplevel contrib.
5176 * Makefile.in (check-parallel): Reflect dg-extract-results.sh move.
5177 * Makefile.in (check-parallel-racy): Likewise.
5178
5bd18990
AB
51792018-08-06 Andrew Burgess <andrew.burgess@embecosm.com>
5180
5181 * lib/gdb.exp (target_supports_scheduler_locking): New proc.
5182 * gdb.mi/mi-cmd-param-changed.exp: Only run scheduler locking
5183 tests if the target supports scheduler locking.
5184
3fbbcf47
TV
51852018-08-04 Tom de Vries <tdevries@suse.de>
5186
5187 * gdb.python/py-rbreak.exp: Fix rbreak regexp.
5188
3e1d3d8c
TT
51892018-08-02 Tom Tromey <tom@tromey.com>
5190
5191 PR symtab/16842.
5192 * gdb.cp/temargs.exp: Test "info address" of a template
5193 parameter.
5194
5abe0f0c
JV
51952018-07-31 Jan Vrany <jan.vrany@fit.cvut.cz>
5196
5197 * gdb.python/py-mi-var-info-path-expression.c: New file.
5198 * gdb.python/py-mi-var-info-path-expression.py: New file.
5199 * gdb.python/py-mi-var-info-path-expression.exp: New file.
5200
fb66cde8
SDJ
52012018-07-30 Sergio Durigan Junior <sergiodj@redhat.com>
5202
5203 * lib/gdbserver-support.exp (gdbserver_start): Match any kind of
5204 error after "cannot resolve name" string.
5205
c708f4d2
AB
52062018-07-28 Andrew Burgess <andrew.burgess@embecosm.com>
5207
5208 * gdb.trace/tspeed.exp: Only call gdb_load_shlib after gdb has
5209 started.
5210 * lib/gdb.exp (gdb_load_shlib): Call perror if GDB is not running.
5211
37cc0cae
TV
52122018-07-28 Tom de Vries <tdevries@suse.de>
5213
5214 * gdb.base/vla-optimized-out-o3-strict.exp: New file.
5215
63b4ecf7
TV
52162018-07-26 Tom de Vries <tdevries@suse.de>
5217
5218 * gdb.base/vla-optimized-out.c: Add comment about origin of test-case.
5219
3c3bb058
AB
52202018-07-26 Andrew Burgess <andrew.burgess@embecosm.com>
5221
5222 * gdb.base/maint.exp: Add check that dwarf unwinders control flag
5223 is visible.
5224
9e7f3bbb
TV
52252018-07-26 Tom de Vries <tdevries@suse.de>
5226
5227 PR breakpoints/23366
5228 * gdb.base/catch-follow-exec.c: New test.
5229 * gdb.base/catch-follow-exec.exp: New file.
5230
16f808ec
TV
52312018-07-25 Tom de Vries <tdevries@suse.de>
5232
5233 * gdb.base/vla-optimized-out-o3.exp: New file. Reuse
5234 vla-optimized-out.c.
5235
d7154a8d
JV
52362018-07-25 Jan Vrany <jan.vrany@fit.cvut.cz>
5237
5238 * gdb.mi/mi-breakpoint-location-ena-dis.cc: New file.
5239 * gdb.mi/mi-breakpoint-location-ena-dis.exp: New file.
5240
232a0032
TV
52412018-07-20 Tom de Vries <tdevries@suse.de>
5242
5243 * gdb.base/vla-optimized-out.c: Make noclone attribute conditional on
5244 NOCLONE macro.
5245 * gdb.base/vla-optimized-out.exp: Use additional_flags -DNOCLONE.
5246
fbb1d502
TV
52472018-07-19 Tom de Vries <tdevries@suse.de>
5248
5249 * gdb.mi/list-thread-groups-available.exp (cores_re): Fix quoting in
5250 regular expression.
5251
42dc7699
TV
52522018-07-18 Tom de Vries <tdevries@suse.de>
5253
5254 * gdb.base/vla-optimized-out.c: New test.
5255 * gdb.base/vla-optimized-out.exp: New file.
5256
7f1f7e23
SDJ
52572018-07-13 Sergio Durigan Junior <sergiodj@redhat.com>
5258
5259 * lib/gdbserver-support.exp (gdbserver_start): Expect for the
5260 message "No address associated with hostname" when gdbserver
5261 cannot resolve the hostname.
5262
5759ebb3
PW
52632018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5264
5265 * gdb.threads/pthreads.exp: Test qcs FLAG arguments.
5266 Add some test prefixes to make tests unique.
5267
3606ccab
PW
52682018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5269
5270 * gdb.base/frameapply.c: New file.
5271 * gdb.base/frameapply.exp: New file.
5272
529c08b2
PW
52732018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5274
5275 * gdb.base/skip.exp: Update expected error message.
5276
c7ab0aef
SDJ
52772018-07-11 Sergio Durigan Junior <sergiodj@redhat.com>
5278 Jan Kratochvil <jan.kratochvil@redhat.com>
5279 Paul Fertser <fercerpav@gmail.com>
5280 Tsutomu Seki <sekiriki@gmail.com>
5281
5282 * README (Testsuite Parameters): Mention new 'GDB_TEST_SOCKETHOST'
5283 parameter.
5284 * boards/native-extended-gdbserver.exp: Do not set 'sockethost'
5285 by default.
5286 * boards/native-gdbserver.exp: Likewise.
5287 * gdb.server/run-without-local-binary.exp: Improve regexp used
5288 for detecting when a remote debugging connection succeeds.
5289 * gdb.server/server-connect.exp: New file.
5290 * lib/gdbserver-support.exp (gdbserver_default_get_comm_port):
5291 Do not prefix the port number with ":".
5292 (gdbserver_start): New global GDB_TEST_SOCKETHOST. Implement
5293 support for detecting and using it. Add '$debughost_gdbserver'
5294 to the list of arguments used to start gdbserver. Handle case
5295 when gdbserver cannot resolve a network name.
5296
16ff70dd
SDJ
52972018-07-11 Sergio Durigan Junior <sergiodj@redhat.com>
5298
5299 PR c++/23373
5300 * gdb.base/ptype-offsets.cc (struct static_member): New
5301 struct.
5302 (main) <stmember>: New variable.
5303 * gdb.base/ptype-offsets.exp: Add test for printing a struct
5304 with a static member in it.
5305
3541979f
AB
53062018-07-10 Andrew Burgess <andrew.burgess@embecosm.com>
5307
5308 * gdb.base/watchpoint-reuse-slot.exp: Test with hardware
5309 watchpoints enabled and disabled.
5310
c8ad9b9a
AB
53112018-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
5312
5313 * gdb.base/examine-backward.exp: Still run tests around address
5314 0x0, even if address 0x0 is not readable. Update the pattern for
5315 matching address 0x0 in expected output.
5316
e0e5e971
AB
53172018-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
5318
5319 * gdb.base/share-env-with-gdbserver.c (main): Add call to
5320 malloc/free.
5321
1ea5da02
TV
53222018-07-04 Tom de Vries <tdevries@suse.de>
5323
5324 * gdb.dwarf2/dw2-error.exp: Update expected error message.
5325
471b9d15
MR
53262018-07-02 Maciej W. Rozycki <macro@mips.com>
5327
5328 PR tdep/8282
5329 * gdb.arch/mips-disassembler-options.exp: New test.
5330 * gdb.arch/mips-disassembler-options.s: New test source.
5331
75acb486
PA
53322018-06-29 Pedro Alves <palves@redhat.com>
5333
5334 * gdb.threads/names.exp: Adjust expected "info threads" output.
5335
cd2bb709
PA
53362018-06-29 Pedro Alves <palves@redhat.com>
5337
5338 * gdb.opt/inline-break.exp (line number, address): Add "info
5339 break" tests.
5340
991ff292
PA
53412018-06-29 Pedro Alves <palves@redhat.com>
5342
5343 * gdb.opt/inline-break.c (func1): Add "break here" marker.
5344 * gdb.opt/inline-break.exp: Test setting breakpoints by line
5345 number and address and running to them.
5346
356819b6 53472018-06-29 Richard Bunt <richard.bunt@arm.com>
49af4b70
RB
5348
5349 * gdb.base/watchpoint-hw-attach.exp: Remove unstable output.
5350
2512d7ef
JK
53512018-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
5352
5353 * lib/compiler.c: Remove executable permission flag.
5354
be1b6474
RB
53552018-06-28 Richard Bunt <richard.bunt@arm.com>
5356
5357 * gdb.base/watchpoint-hw-attach.c (main): Remove unneeded
5358 code.
5359 * gdb.base/watchpoint-hw-attach.exp: Break in outermost frame.
5360
291f9a96
PT
53612018-06-28 Petr Tesarik <ptesarik@suse.cz>
5362
5363 * gdb.base/relocate.exp: Add test for "add-symbol-file -o ".
5364
ed6dfe51
PT
53652018-06-28 Petr Tesarik <ptesarik@suse.cz>
5366
5367 * gdb.base/relocate.exp: Test add-symbol-file behavior when the
5368 address argument is omitted.
5369
d4d429d5
PT
53702018-06-28 Petr Tesarik <ptesarik@suse.cz>
5371
5372 * gdb.base/relocate.exp: Add test for "symbol-file -o ".
5373
7ab6656f
OJ
53742018-06-27 Omair Javaid <omair.javaid@linaro.org>
5375
5376 PR gdb/21695
5377 * gdb.base/infoline-reloc-main-from-zero.exp: New test.
5378 * gdb.base/infoline-reloc-main-from-zero.c: New file.
5379
a33ccfc7
TT
53802018-06-26 Tom Tromey <tom@tromey.com>
5381
5382 PR rust/22574:
5383 * gdb.rust/simple.exp (test_one_slice): Add ptype/o tests.
5384 * gdb.rust/simple.rs (struct SimpleLayout): New.
5385
6d72d289
SM
53862018-06-22 Simon Marchi <simon.marchi@ericsson.com>
5387
5388 * gdb.base/jit-reader.exp (jit_reader_test): Expect spaces in
5389 "info registers" output.
5390
8363f9d5
RB
53912018-06-21 Richard Bunt <richard.bunt@arm.com>
5392
5393 * gdb.base/watchpoint-hw-attach.c: New test.
5394 * gdb.base/watchpoint-hw-attach.exp: New file.
5395
f00674fe
SM
53962018-06-20 Simon Marchi <simon.marchi@ericsson.com>
5397
5398 * boards/cc-with-tweaks.exp: Don't call cc-with-tweaks.sh
5399 through /bin/sh.
5400 * boards/dwarf4-gdb-index.exp: Likewise.
5401 * boards/fission-dwp.exp: Likewise.
5402
1d554008
UW
54032018-06-20 Ulrich Weigand <uweigand@de.ibm.com>
5404
5405 * gdb.base/float128.exp: Add comment and improved fail message
5406 to the failure case of "print large128" test.
5407
d0ac1c44
SM
54082018-06-19 Simon Marchi <simon.marchi@ericsson.com>
5409
5410 * configure.ac: Remove AC_PREREQ.
5411 * configure: Re-generate.
5412
61b04dd0
PA
54132018-06-19 Pedro Alves <palves@redhat.com>
5414
5415 * gdb.opt/inline-break.c (func_inline_callee, func_inline_caller)
5416 (func_extern_caller): New.
5417 (main): Call func_extern_caller.
5418 * gdb.opt/inline-break.exp: Add tests for inline frame skipping
5419 logic change.
5420
f63b508a
SM
54212018-06-18 Weimin Pan <weimin.pan@oracle.com>
5422
5423 PR gdb/16841
5424 * gdb.cp/typedef-base.cc: New file.
5425 * gdb.cp/typedef-base.exp: New file.
5426
0fe3a558
TV
54272018-06-18 Tom de Vries <tdevries@suse.de>
5428
5429 * gdb.ada/bp_inlined_func.exp: Allow 5 breakpoint locations.
5430
7010835a
AB
54312018-06-16 Andrew Burgess <andrew.burgess@embecosm.com>
5432 Richard Bunt <Richard.Bunt@arm.com>
5433
5434 * gdb.threads/attach-slow-waitpid.c: New file.
5435 * gdb.threads/attach-slow-waitpid.exp: New file.
5436 * gdb.threads/slow-waitpid.c: New file.
5437
14897d65
PA
54382018-06-14 Pedro Alves <palves@redhat.com>
5439
5440 * gdb.base/fork-running-state.c: Include <errno.h>.
5441 (exit_if_relative_exits): New.
5442 (fork_child): If 'exit_if_relative_exits' is true, exit if the parent
5443 exits.
5444 (fork_parent): If 'exit_if_relative_exits' is true, exit if the
5445 child exits.
5446
5d9a0608
TV
54472018-06-14 Tom de Vries <tdevries@suse.de>
5448
5449 PR cli/22573
5450 * gdb.base/finish-pretty.c: New test.
5451 * gdb.base/finish-pretty.exp: New file.
5452
11ae5818
PA
54532018-06-14 Pedro Alves <palves@redhat.com>
5454
5455 * gdb.gdb/selftest.exp (test_with_self): Use multi_line to build
5456 gdb's expected startup output.
5457
1d39de44
PA
54582018-06-14 Pedro Alves <palves@redhat.com>
5459
5460 * lib/selftest-support.exp (selftest_setup): Remove inlined
5461 function handling.
5462
70ee0000
TV
54632018-06-14 Tom de Vries <tdevries@suse.de>
5464
5465 * lib/selftest-support.exp (selftest_setup): Allow function arguments in
5466 matching of breakpoint printing.
5467
11f4b608
TV
54682018-06-13 Tom de Vries <tdevries@suse.de>
5469
5470 PR testsuite/23269
5471 * gdb.base/fork-running-state.c (main): Move setting of alarm ...
5472 (fork_child): ... here, and ...
5473 (fork_parent): ... here.
5474
54752018-06-12 Tom de Vries <tdevries@suse.de>
5476
5477 * gdb.gdb/selftest.exp (test_with_self): Update gdb startup text.
5478
9516f85a
AB
54792018-06-12 Andrew Burgess <andrew.burgess@embecosm.com>
5480 Stephen Roberts <stephen.roberts@arm.com>
5481
5482 * gdb.threads/multiple-successive-infcall.exp: Remove kfail case,
5483 rewrite test to describe action performed, rather than possible
5484 failure.
5485
5045b3d7
GB
54862018-06-08 Gary Benson <gbenson@redhat.com>
5487
5488 * gdb.threads/check-libthread-db.exp: New file.
5489 * gdb.threads/check-libthread-db.c: Likewise.
5490
c61b06a1
TT
54912018-06-05 Tom Tromey <tom@tromey.com>
5492
5493 * gdb.base/default.exp: Update expected "show version" output.
5494
eb6af809
TT
54952018-06-05 Tom Tromey <tom@tromey.com>
5496
5497 PR cli/12326:
5498 * gdb.cp/static-print-quit.exp: Update.
5499 * lib/gdb.exp (pagination_prompt): Update.
5500 * gdb.base/page.exp: Use pagination_prompt. Add new tests.
5501 * gdb.python/python.exp: Update.
5502
178d6a63
JB
55032018-06-04 Joel Brobecker <brobecker@adacore.com>
5504
5505 * gdb.mi/list-thread-groups-no-inferior.exp: New testcase.
5506
8e817061
JB
55072018-06-01 Joel Brobecker <brobecker@adacore.com>
5508
5509 * gdb.ada/bp_fun_addr: New testcase.
5510
e86ca25f
TT
55112018-06-01 Tom Tromey <tom@tromey.com>
5512
5513 * gdb.xml/tdesc-regs.exp (load_description): Update expected
5514 results.
5515 * gdb.dwarf2/method-ptr.exp: Set language to C++.
5516 * gdb.dwarf2/member-ptr-forwardref.exp: Set language to C++.
5517 * gdb.cp/typeid.exp (do_typeid_tests): Update type_re.
5518 * gdb.base/maint.exp (maint_pass_if): Update.
5519
4b2dfa9d
MR
55202018-05-31 Maciej W. Rozycki <macro@mips.com>
5521
5522 * gdb.base/endian.exp: New test.
5523 * gdb.base/endian.c: New test source.
5524
45f25d6c
AB
55252018-05-24 Andrew Burgess <andrew.burgess@embecosm.com>
5526
5527 PR gdb/23203
5528 * gdb.base/bt-selected-frame.c: New file.
5529 * gdb.base/bt-selected-frame.exp: New file.
5530 * lib/gdb.exp (get_current_frame_number): New function.
5531
d9f6d7f8
MR
55322018-05-24 Maciej W. Rozycki <macro@mips.com>
5533 Pedro Alves <palves@redhat.com>
5534
5535 * gdb.threads/tls-core.c: Include <stdlib.h>
5536 (thread_proc): Call `abort'.
5537 * gdb.threads/tls-core.exp: Generate a core with core_find too.
5538 (tls_core_test): New procedure, bits factored out from ...
5539 (top level): ... here. Test both native cores and gcore cores.
5540
ff1cf532
TT
55412018-05-23 Tom Tromey <tom@tromey.com>
5542
5543 * gdb.gdb/complaints.exp (test_initial_complaints): Simplify.
5544
b98664d3
TT
55452018-05-23 Tom Tromey <tom@tromey.com>
5546
5547 * gdb.gdb/complaints.exp (test_initial_complaints): Don't mention
5548 symfile_complaints.
5549 (test_short_complaints): Likewise.
5550 (test_empty_complaints): Likewise.
5551 (test_initial_complaints): Update.
5552
4e9668d0
TT
55532018-05-23 Tom Tromey <tom@tromey.com>
5554
5555 * gdb.gdb/complaints.exp (test_empty_complaints): Update.
5556
43ba33c7
TT
55572018-05-23 Tom Tromey <tom@tromey.com>
5558
5559 * gdb.gdb/complaints.exp (test_serial_complaints): Remove.
5560 (test_short_complaints): Update.
5561
035522c0
PA
55622018-05-22 Pedro Alves <palves@redhat.com>
5563
5564 * gdb.base/remote.exp: Only gdb_start after compiling the
5565 testcase. Issue "disconnect" before testing "set remote" command
5566 defaults. Issue clean_restart before running to main.
5567
cc0be08f
PA
55682018-05-22 Pedro Alves <palves@redhat.com>
5569
5570 * gdb.base/remote.exp: Adjust expected output of "show remote
5571 memory-write-packet-size". Add tests for "set remote
5572 memory-write-packet-size 0" and "set remote
5573 memory-write-packet-size fixed/limit".
5574
b1b60145
PA
55752018-05-22 Pedro Alves <palves@redhat.com>
5576
5577 PR gdb/22973
5578 * gdb.base/utf8-identifiers.c: New file.
5579 * gdb.base/utf8-identifiers.exp: New file.
5580
0ec848ad
PFC
55812018-05-22 Pedro Franco de Carvalho <pedromfc@linux.vnet.ibm.com>
5582
5583 * gdb.arch/powerpc-fpscr-gcore.exp: New file.
5584
2c3305f6
PFC
55852018-05-22 Pedro Franco de Carvalho <pedromfc@linux.vnet.ibm.com>
5586
5587 * gdb.arch/powerpc-vsx-gcore.exp: New file.
5588
ce1e8424
TT
55892018-05-18 Tom Tromey <tom@tromey.com>
5590
5591 * gdb.base/ptype-offsets.exp: Update.
5592
ddfe970e
KS
55932018-05-17 Keith Seitz <keiths@redhat.com>
5594
5595 * gdb.ada/bp_inlined_func.exp: Update inlined frame locations
5596 in expected breakpoint stop locations.
5597 * gdb.dwarf2/implptr.exp (implptr_test_baz): Use up/down to
5598 move to proper scope to test variable values.
5599 * gdb.opt/inline-break.c (inline_func1, not_inline_func1)
5600 (inline_func2, not_inline_func2, inline_func3, not_inline_func3):
5601 New functions.
5602 (main): Call not_inline_func3.
5603 * gdb.opt/inline-break.exp: Start inferior and set breakpoints at
5604 inline_func1, inline_func2, and inline_func3. Test that when each
5605 breakpoint is hit, GDB properly reports both the stop location
5606 and the backtrace. Repeat tests for temporary breakpoints.
5607
0726fcc6
MR
56082018-05-15 Maciej W. Rozycki <macro@mips.com>
5609
5610 * gdb.server/server-kill.exp: Verify whether `server_pid' exists
5611 rather then trying to access it in determining whether the PID
5612 of `gdbserver' could have been retrieved.
5613
8ee22052
AB
56142018-05-08 Andrew Burgess <andrew.burgess@embecosm.com>
5615
5616 * gdb.arch/amd64-init-x87-values.S: New file.
5617 * gdb.arch/amd64-init-x87-values.exp: New file.
5618
7785df48
JK
56192018-05-08 Jan Kratochvil <jan.kratochvil@redhat.com>
5620
5621 * gdb.base/watchpoint-unaligned.exp: Use skip_hw_watchpoint_tests.
5622
56bcdbea
TT
56232018-05-04 Tom Tromey <tom@tromey.com>
5624
5625 PR python/22730:
5626 * gdb.python/python.exp: Test multi-line execute.
5627
a913fffb
TT
56282018-05-04 Tom Tromey <tom@tromey.com>
5629
5630 PR python/22731:
5631 * gdb.python/py-breakpoint.exp: Test setting breakpoint commands.
5632
7a2c85f2
TT
56332018-05-04 Tom Tromey <tom@tromey.com>
5634
5635 PR gdb/11750:
5636 * gdb.base/define.exp: Test defining a user command inside a user
5637 command.
5638 * gdb.base/commands.exp (define_if_without_arg_test): Test "define".
5639
a3b60e45
JK
56402018-05-04 Jan Kratochvil <jan.kratochvil@redhat.com>
5641 Pedro Alves <palves@redhat.com>
5642
5643 PR breakpoints/19806 and support for PR external/20207.
5644 * gdb.base/watchpoint-unaligned.c: New file.
5645 * gdb.base/watchpoint-unaligned.exp: New file.
5646
45fe4a03
AB
56472018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
5648
5649 * gdb.base/maint.exp: Make test names unique, use
5650 test_prefix_command_help to test 'help maint info', and remove
5651 repeated test of 'help maint'.
5652
9be2ae8f
TT
56532018-05-04 Tom Tromey <tom@tromey.com>
5654
5655 PR gdb/22619:
5656 * gdb.base/long_long.exp (gdb_test_long_long): Add test for repeat
5657 behavior.
5658
11859c31
AB
56592018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
5660
5661 * gdb.base/maint.exp: Process output from 'maint print registers'
5662 line at a time.
5663
089a9490
AB
56642018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
5665
5666 * lib/mi-support.exp (mi_run_cmd_full): Fix regexp and add a
5667 timeout.
5668
9b0797e2
AB
56692018-05-03 Andrew Burgess <andrew.burgess@embecosm.com>
5670
5671 * gdb.base/callfuncs.exp (fetch_all_registers): Add riscv register
5672 filter pattern.
5673
f6ac5f3d
PA
56742018-05-02 Pedro Alves <palves@redhat.com>
5675
5676 * gdb.base/breakpoint-in-ro-region.exp: Adjust to to_resume and
5677 to_log_command renames.
5678 * gdb.base/sss-bp-on-user-bp-2.exp: Likewise.
5679
77d3c63b
TT
56802018-05-02 Tom Tromey <tom@tromey.com>
5681
5682 * gdb.python/py-parameter.exp: Set test message.
5683
0489430a
TT
56842018-05-02 Tom Tromey <tom@tromey.com>
5685
5686 PR python/20084:
5687 * gdb.python/py-parameter.exp: Add PARAM_ZUINTEGER and
5688 PARAM_ZUINTEGER_UNLIMITED tests.
5689
1632f8ba
DR
56902018-04-28 Dan Robertson <danlrobertson89@gmail.com>
5691
5692 PR rust/23124
5693 * gdb.rust/expr.exp: Test that the unit type is correctly parsed
5694 when casting.
5695
6d7bb824
TT
56962018-04-30 Tom Tromey <tom@tromey.com>
5697
5698 * gdb.python/py-type.exp: Check align attribute.
5699 * gdb.python/py-type.c: New "aligncheck" global.
5700
007e1530
TT
57012018-04-30 Tom Tromey <tom@tromey.com>
5702
5703 PR exp/17095:
5704 * gdb.dwarf2/dw2-align.exp: New file.
5705 * gdb.cp/align.exp: New file.
5706 * gdb.base/align.exp: New file.
5707 * lib/gdb.exp (gdb_int128_helper): New proc.
5708 (has_int128_c, has_int128_cxx): New caching procs.
5709
6873858b
TT
57102018-04-27 Tom Tromey <tom@tromey.com>
5711
5712 PR rust/22545:
5713 * gdb.rust/simple.exp: Add inclusive range tests.
5714
79188d8d
PA
57152018-04-26 Pedro Alves <palves@redhat.com>
5716
5717 * gdb.base/gnu-ifunc.exp (set-break): Test that GDB resolves
5718 ifunc breakpoint locations correctly of ifunc breakpoints set
5719 while the program resolves the ifunc.
5720
c7075ad5
PA
57212018-04-26 Pedro Alves <palves@redhat.com>
5722
5723 * gdb.base/gnu-ifunc-final.c: New file.
5724 * gdb.base/gnu-ifunc.c (final): Delete, moved to gnu-ifunc-final.c.
5725 * gdb.base/gnu-ifunc.exp (executable): Delete.
5726 (staticexecutable): Adjust.
5727 (lib_opts, exec_opts): Delete.
5728 (make_binsuffix, build, set-break): New procedures.
5729 (misc_tests): New, with tests factored out from the top level.
5730 (top level): Test different combinations of ifunc resolver name,
5731 resolver with and with debug info, and ifunc target with and
5732 without debug info. Wrap static tests with with_target_prefix.
5733
8388016d
PA
57342018-04-26 Pedro Alves <palves@redhat.com>
5735
5736 * gdb.compile/compile-ifunc.exp: Also expect "function has unknown
5737 return type" warnings.
5738
249b5733
PA
57392018-04-25 Pedro Alves <palves@redhat.com>
5740
5741 * gdb.base/hook-stop.exp: Expect "killed" instead of "has been
5742 killed".
5743 * gdb.base/kill-after-signal.exp: Likewise.
5744 * gdb.threads/kill.exp: Likewise.
5745
f67c0c91
SDJ
57462018-04-24 Jan Kratochvil <jan.kratochvil@redhat.com>
5747 Sergio Durigan Junior <sergiodj@redhat.com>
5748 Pedro Alves <palves@redhat.com>
5749
5750 * gdb.base/attach-non-pgrp-leader.exp: Adjust 'Detaching...'
5751 regexps to expect for '[Inferior ... detached]' as well.
5752 * gdb.base/attach.exp: Likewise.
5753 * gdb.base/catch-syscall.exp (check_for_program_end): Adjust
5754 "gdb_continue_to_end".
5755 (test_catch_syscall_with_wrong_args): Likewise.
5756 * gdb.base/foll-fork.exp: Adjust regexps to match '[' and
5757 ']'. Don't set 'verbose' on.
5758 * gdb.base/foll-vfork.exp: Likewise.
5759 * gdb.base/fork-print-inferior-events.c: New file.
5760 * gdb.base/fork-print-inferior-events.exp: New file.
5761 * gdb.base/hook-stop.exp: Adjust regexps to expect for new
5762 '[Inferior ... has been killed]' message.
5763 * gdb.base/kill-after-signal.exp: Likewise.
5764 * gdb.base/solib-overlap.exp: Adjust regexps to expect for new
5765 detach message.
5766 * gdb.threads/kill.exp: Adjust regexps to expect for new kill
5767 message.
5768 * gdb.threads/clone-attach-detach.exp: Adjust 'Detaching...'
5769 regexps to expect for '[Inferior ... detached]' as well.
5770 * gdb.threads/process-dies-while-detaching.exp: Likewise.
5771
0a8ddac4
SM
57722018-04-24 Simon Marchi <simon.marchi@ericsson.com>
5773
5774 PR gdb/23104
5775 * gdb.base/info-shared.exp: Replace libs=-ldl with shlib_load.
5776
701adfb0
PA
57772018-04-22 Rajendra SY <rajendra.sy@gmail.com>
5778
5779 PR gdb/23095
5780 * gdb.base/break-probes.exp: Pass shlib_load to
5781 prepare_for_testing. Set normal_bp to r_debug_state if target is
5782 bsd.
5783
d27d16bf
RB
57842018-04-19 Richard Bunt <richard.bunt@arm.com>
5785
5786 * gdb.threads/multiple-successive-infcall.c: New test.
5787 * gdb.threads/multiple-successive-infcall.exp: New file.
5788
a037790e
TT
57892018-04-17 Tom Tromey <tom@tromey.com>
5790
5791 * gdb.rust/simple.rs (Union): New type.
5792 (main): New local "u".
5793 * gdb.rust/simple.exp (test_one_slice): Add new test case.
5794
e3a91079
AA
57952018-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
5796
5797 * gdb.base/dbx.exp (test_whereis): Adjust regexp to added line
5798 number information in output of "whereis" command.
5799 * gdb.base/info-fun.exp: Likewise, for "info fun" command.
5800
b744723f
AA
58012018-04-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
5802
5803 * gdb.ada/info_types.exp: Adjust expected output to the line
5804 numbers now printed by "info var/func/type".
5805 * gdb.base/completion.exp: Likewise.
5806 * gdb.base/included.exp: Likewise.
5807 * gdb.cp/cp-relocate.exp: Likewise.
5808 * gdb.cp/cplusfuncs.exp: Likewise.
5809 * gdb.cp/namespace.exp: Likewise.
5810 * gdb.dwarf2/dw2-case-insensitive.exp: Likewise.
5811
4a4495d6
MM
58122018-04-13 Markus Metzger <markus.t.metzger@intel.com>
5813
5814 * gdb.btrace/cpu.exp: New.
5815
1d509aa6
MM
58162018-04-13 Markus Metzger <markus.t.metzger@intel.com>
5817
5818 * gdb.base/step-indirect-call-thunk.exp: New.
5819 * gdb.base/step-indirect-call-thunk.c: New.
5820 * gdb.reverse/step-indirect-call-thunk.exp: New.
5821 * gdb.reverse/step-indirect-call-thunk.c: New.
5822
6295b6da
SM
58232018-04-11 Simon Marchi <simon.marchi@ericsson.com>
5824
5825 * gdb.base/pie-fork.c: New file.
5826 * gdb.base/pie-fork.exp: New file.
5827
50146e70
TT
58282018-04-11 Tom Tromey <tom@tromey.com>
5829
5830 * gdb.rust/simple.exp: Add test for ".." struct initializer.
5831
f50d8a2e
PA
58322018-04-10 Pedro Alves <palves@redhat.com>
5833
5834 * gdb.base/fork-running-state.c (fork_child): Don't exit if parent
5835 exits. Instead loop running forever.
5836 (fork_parent): Run forever too.
5837
a0be7a36
SM
58382018-04-07 Simon Marchi <simon.marchi@polymtl.ca>
5839
5840 * gdb.mi/mi-stack.exp (test_stack_frame_listing): Use
5841 mi_continue_to_line.
5842 * gdb.mi/mi-stack.c (callee4): Add comment.
5843
9b73db36
SM
58442018-04-07 Simon Marchi <simon.marchi@polymtl.ca>
5845
5846 * gdb.mi/mi-stack.exp: Fix indentation.
5847
c912f608
SM
58482018-04-07 Simon Marchi <simon.marchi@ericsson.com>
5849
5850 PR gdb/22979
5851 * gdb.arch/amd64-osabi.exp: New file.
5852
26540402
SM
58532018-04-07 Simon Marchi <simon.marchi@ericsson.com>
5854
5855 PR gdb/22980
5856 * gdb.base/osabi.exp: New file.
5857
121ad66c 58582018-04-02 Weimin Pan <weimin.pan@oracle.com>
79f18731
WP
5859
5860 * gdb.cp/static-typedef-print.exp: New file.
5861 * gdb.cp/static-typedef-print.cc: New file.
5862
3fcded8f
JB
58632018-03-27 Joel Brobecker <brobecker@adacore.com>
5864
5865 * gdb.ada/varsize_limit: New testcase.
5866
59cc4834
JB
58672018-03-27 Joel Brobecker <brobecker@adacore.com>
5868
5869 * gdb.ada/maint_with_ada.exp: Remove PR gdb/22670 setup_kfail.
5870
5871 * gdb.ada/notcplusplus: New testcase.
5872
5873 * gdb.base/c-linkage-name.c: New file.
5874 * gdb.base/c-linkage-name.exp: New testcase.
5875
4ca59a9f
TT
58762018-03-26 Tom Tromey <tom@tromey.com>
5877
5878 * gdb.python/py-framefilter.exp: Add test for KeyboardInterrupt.
5879 * gdb.python/py-framefilter.py (name_error): New global.
5880 (ErrorInName.function): Use name_error.
5881
978d6c75
TT
58822018-03-26 Tom Tromey <tom@tromey.com>
5883
5884 PR backtrace/15582:
5885 * gdb.python/py-framefilter.exp: Add "bt hide" test.
5886
b7fee5a3
KS
58872018-03-23 Keith Seitz <keiths@redhat.com>
5888
5889 PR c++/22968
5890 * gdb.cp/subtypes.exp: New file.
5891 * gdb.cp/subtypes.h: New file.
5892 * gdb.cp/subtypes.cc: New file.
5893 * gdb.cp/subtypes-2.cc: New file.
5894
376be529
AB
58952018-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
5896
5897 * gdb.arch/amd64-disp-step-avx.S: Add '_start' label.
5898 (done): Call '_exit' not 'exit' to avoid atexit handlers.
5899 * gdb.arch/amd64-disp-step-avx.exp: Pass -static, and
5900 -nostartfiles when compiling the test. Confirm that all registers
5901 xmm0 to xmm15 are initially 0, and that xmm1 to xmm15 are 0 after.
5902
066cfa98
AB
59032018-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
5904
5905 * gdb.arch/amd64-disp-step-avx.exp: Remove unneeded assembler flag
5906 option, syntax was wrong anyway.
5907 * gdb.arch/arm-disp-step.exp: Likewise.
5908 * gdb.arch/sparc64-regs.exp: Likewise.
5909 * gdb.arch/amd64-disp-step.exp: Remove unneeded assembler flag
5910 option, syntax was wrong anyway, switch to use
5911 prepare_for_testing.
5912 * gdb.arch/i386-disp-step.exp: Likewise.
5913
079670b9
AA
59142018-03-23 Andreas Arnez <arnez@linux.vnet.ibm.com>
5915
5916 * gdb.ada/exec_changed.exp: Replace "target_info exists
5917 use_gdb_stub" by "use_gdb_stub".
5918 * gdb.ada/start.exp: Likewise.
5919 * gdb.base/async-shell.exp: Likewise.
5920 * gdb.base/attach-pie-misread.exp: Likewise.
5921 * gdb.base/attach-wait-input.exp: Likewise.
5922 * gdb.base/break-entry.exp: Likewise.
5923 * gdb.base/break-interp.exp: Likewise.
5924 * gdb.base/dprintf-detach.exp: Likewise.
5925 * gdb.base/nostdlib.exp: Likewise.
5926 * gdb.base/solib-nodir.exp: Likewise.
5927 * gdb.base/statistics.exp: Likewise.
5928 * gdb.base/testenv.exp: Likewise.
5929 * gdb.mi/mi-exec-run.exp: Likewise.
5930 * gdb.mi/mi-start.exp: Likewise.
5931 * gdb.multi/dummy-frame-restore.exp: Likewise.
5932 * gdb.multi/multi-arch-exec.exp: Likewise.
5933 * gdb.multi/multi-arch.exp: Likewise.
5934 * gdb.multi/tids.exp: Likewise.
5935 * gdb.multi/watchpoint-multi.exp: Likewise.
5936 * gdb.python/py-events.exp: Likewise.
5937 * gdb.threads/attach-into-signal.exp: Likewise.
5938 * gdb.threads/attach-stopped.exp: Likewise.
5939 * gdb.threads/threadapply.exp: Likewise.
5940 * lib/selftest-support.exp: Likewise.
5941
26d6cec4
AA
59422018-03-22 Andreas Arnez <arnez@linux.vnet.ibm.com>
5943
5944 * gdb.base/info-proc.exp: Add test for "info proc cmdline".
5945
4ee89e90
SR
59462018-03-20 Stephen Roberts <stephen.roberts@arm.com>
5947
5948 * gdb.perf/template-breakpoints.cc: New file.
5949 * gdb.perf/template-breakpoints.exp: New file.
5950 * gdb.perf/template-breakpoints.py: New file.
5951
92630041
TT
59522018-03-19 Tom Tromey <tom@tromey.com>
5953
5954 * gdb.rust/simple.rs (main): Add local variables field1, field2,
5955 y0.
5956 * gdb.rust/simple.exp: Test bare identifier form of struct
5957 initializer.
5958
76727919
TT
59592018-03-19 Tom Tromey <tom@tromey.com>
5960
5961 * gdb.gdb/observer.exp: Remove.
5962
194ed413
AA
59632018-03-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
5964
5965 * gdb.trace/actions-changed.exp: Call gdb_breakpoint with the
5966 "qualified" option when setting breakpoints.
5967 * gdb.trace/backtrace.exp: Likewise.
5968 * gdb.trace/circ.exp: Likewise.
5969 * gdb.trace/collection.exp: Likewise.
5970 * gdb.trace/disconnected-tracing.exp: Likewise.
5971 * gdb.trace/ftrace-lock.exp: Likewise.
5972 * gdb.trace/ftrace.exp: Likewise.
5973 * gdb.trace/infotrace.exp: Likewise.
5974 * gdb.trace/packetlen.exp: Likewise.
5975 * gdb.trace/passc-dyn.exp: Likewise.
5976 * gdb.trace/qtro.exp: Likewise.
5977 * gdb.trace/read-memory.exp: Likewise.
5978 * gdb.trace/report.exp: Likewise.
5979 * gdb.trace/signal.exp: Likewise.
5980 * gdb.trace/status-stop.exp: Likewise.
5981 * gdb.trace/strace.exp: Likewise.
5982 * gdb.trace/tfind.exp: Likewise.
5983 * gdb.trace/trace-break.exp: Likewise.
5984 * gdb.trace/trace-condition.exp: Likewise.
5985 * gdb.trace/trace-mt.exp: Likewise.
5986 * gdb.trace/tstatus.exp: Likewise.
5987 * gdb.trace/tsv.exp: Likewise.
5988 * gdb.trace/unavailable-dwarf-piece.exp: Likewise.
5989 * gdb.trace/unavailable.exp: Likewise.
5990 * gdb.trace/while-dyn.exp: Likewise.
5991
8b067d2c
AA
59922018-03-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
5993
5994 * gdb.trace/tspeed.exp: Add invocation of gdb_load_shlib to ensure
5995 that libinproctrace is copied to the target.
5996
3ae9ce5d
TT
59972018-03-14 Tom Tromey <tom@tromey.com>
5998
5999 PR cli/14977:
6000 * gdb.base/printcmds.exp (test_printf): Add printf test of %s with
6001 a null pointer.
6002 * gdb.base/wchar.exp: Likewise.
6003
b8c2339b
TT
60042018-03-14 Tom Tromey <tom@tromey.com>
6005
6006 PR cli/19918:
6007 * gdb.base/printcmds.exp (test_printf): Add printf test using '-'
6008 flag.
6009
4872dc46
SM
60102018-03-08 Simon Marchi <simon.marchi@ericsson.com>
6011
6012 PR gdb/22841
6013 * boards/remote-stdio-gdbserver.exp (${board}_file): Pass
6014 "target" to remote_exec.
6015
e4fe3756
SM
60162018-03-08 Simon Marchi <simon.marchi@polymtl.ca>
6017
6018 PR gdb/22841
6019 * boards/gdbserver-base.exp (${board}_file, ${board}_download,
6020 ${board}_upload): Remove.
6021
e95a97d4
AA
60222018-03-07 Andreas Arnez <arnez@linux.vnet.ibm.com>
6023
6024 * gdb.cp/watch-cp.cc: New test.
6025 * gdb.cp/watch-cp.exp: New file.
6026
dbbb1059
AB
60272018-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
6028
6029 * gdb.base/infcall-nested-structs.exp: New file.
6030 * gdb.base/infcall-nested-structs.c: New file.
6031 * gdb.base/float.exp: Add riscv support.
6032
ecc054c0
TP
60332018-03-02 Thomas Preud'homme <thomas.preudhomme@arm.com>
6034
6035 * gdb.dlang/watch-loc.c: Use %progbits instead of @progbits.
6036 * gdb.mi/dw2-ref-missing-frame-func.c: Likewise.
6037
25e3c82c
SDJ
60382018-02-28 Sergio Durigan Junior <sergiodj@redhat.com>
6039
6040 * gdb.server/abspath.exp: New file.
6041 * lib/gdb.exp (with_cwd): New procedure.
6042
3083294d
SM
60432018-02-28 Simon Marchi <simon.marchi@ericsson.com>
6044
6045 * lib/gdb.exp (gdb_is_target_1): Add prompt_regexp parameter and
6046 use it.
6047 (gdb_is_target_remote_prompt): New proc.
6048 (gdb_is_target_remote): Use gdb_is_target_remote_prompt.
6049 (gdb_is_target_native): Pass prompt parameter to
6050 gdb_is_target_1.
6051
3275ef47
SM
60522018-02-26 Simon Marchi <simon.marchi@polymtl.ca>
6053
6054 * gdb.base/load-command.c: New file.
6055 * gdb.base/load-command.exp: New file.
6056 * lib/gdb.exp (gdb_is_target_remote_prompt): Rename to...
6057 (gdb_is_target_1): ...this, and generalize for other targets
6058 than just remote.
6059 (gdb_is_target_remote): Use gdb_is_target_1.
6060 (gdb_is_target_native): use gdb_is_target_1.
6061
6893c19a
TT
60622018-02-26 Tom Tromey <tom@tromey.com>
6063
6064 PR python/16497:
6065 * gdb.python/py-framefilter.exp: Update test.
6066
2ddeaf8a
TT
60672018-02-26 Tom Tromey <tom@tromey.com>
6068
6069 * gdb.dwarf2/variant.c: New file.
6070 * gdb.dwarf2/variant.exp: New file.
6071
c9317f21
TT
60722018-02-26 Tom Tromey <tom@tromey.com>
6073
6074 * gdb.rust/simple.exp: Accept more possible results in enum test.
6075
6f6d0c26
SM
60762018-02-25 Simon Marchi <simon.marchi@polymtl.ca>
6077
6078 * lib/cp-support.exp (cp_test_ptype_class): Move space inside
6079 parentheses.
6080
11b03145
MR
60812018-02-23 Maciej W. Rozycki <macro@mips.com>
6082
6083 * lib/cp-support.exp (cp_test_ptype_class): Fix a typo in the
6084 name of a variable: $actual_linejj -> $actual_line.
6085
54a27fe5
JB
60862018-02-21 John Baldwin <jhb@FreeBSD.org>
6087
6088 * gdb.arch/amd64-i386-address.exp: Fix a typo.
6089
de65820c
MM
60902018-02-20 Markus Metzger <markus.t.metzger@intel.com>
6091
6092 * gdb.btrace/buffer-size.exp: Do not force BTS.
6093
980548fd
PA
60942018-02-14 Pedro Alves <palves@redhat.com>
6095
6096 * gdb.base/bp-cmds-continue-ctrl-c.exp (do_test): Test "bt" after
6097 getting a "Quit".
6098
c4e12631
MM
60992018-02-09 Markus Metzger <markus.t.metzger@intel.com>
6100
6101 * lib/gdb.exp (skip_btrace_pt_tests): Update expected error message.
6102 Fix test name.
6103
c2e0e465
SM
61042018-02-07 Simon Marchi <simon.marchi@ericsson.com>
6105
6106 * gdb.cp/m-static.exp: Check type of optimized out static
6107 member.
6108
f7216783
AB
61092018-02-03 Andrew Burgess <andrew.burgess@embecosm.com>
6110
6111 * config/sid.exp (gdb_target_sid): Remove use of cleanup.
6112 * config/sim.exp (gdb_target_sim): Remove use of cleanup.
6113
0625771b
LS
61142018-02-01 Simon Marchi <simon.marchi@polymtl.ca>
6115 Leszek Swirski <leszeks@google.com>
6116
6117 * gdb.python/py-prettyprint.c
6118 (struct to_string_returns_value_inner,
6119 struct to_string_returns_value_wrapper): New.
6120 (main): Add tsrvw variable.
6121 * gdb.python/py-prettyprint.py (ToStringReturnsValueInner,
6122 ToStringReturnsValueWrapper): New classes.
6123 (register_pretty_printers): Register new pretty-printers.
6124 * gdb.python/py-prettyprint.exp (run_lang_tests): Test printing
6125 recursive pretty printer.
6126 * gdb.python/py-mi.exp: Likewise.
6127
59498c30
LS
61282018-02-01 Leszek Swirski <leszeks@google.com>
6129
6130 * gdb.cp/filename.cc, gdb.cp/filename.exp: Test that member
6131 functions with the same name as an include file are parsed
6132 correctly.
6133
d4d38844
YQ
61342018-02-01 Yao Qi <yao.qi@linaro.org>
6135
6136 * gdb.base/attach.exp (do_attach_tests): Set sysroot to
6137 "\[^\r\n\]*".
6138
07e5f5cf
NP
61392018-01-31 Nikola Prica <nikola.prica@rt-rk.com>
6140
6141 * gdb.arch/powerpc-prologue-frame.s: New file.
6142 * gdb.arch/powerpc-prologue-frame.c: Likewise.
6143 * gdb.arch/powerpc-prologue-frame.exp: Likewise.
6144
929b5ad4
JB
61452018-01-31 Joel Brobecker <brobecker@adacore.com>
6146
6147 * testsuite/gdb.ada/dyn_stride.exp: Add "print a1(1)@3" test.
6148
e671cd59
PA
61492018-01-30 Pedro Alves <palves@redhat.com>
6150
6151 PR gdb/13211
6152 * gdb.base/interrupt-daemon.c: New.
6153 * gdb.base/interrupt-daemon.exp: New.
6154 * gdb.multi/multi-term-settings.c: New.
6155 * gdb.multi/multi-term-settings.exp: New.
6156
fc413dc4
JB
61572018-01-30 Joel Brobecker <brobecker@adacore.com>
6158
6159 * gdb.base/break.exp: Save the location where the breakpoint
6160 on break.c:47 was actually inserted when debugging the version
6161 compiled at -O2 and use it in the expected output of the "info
6162 break" test performed soon after.
6163
5c319bb2
PA
61642018-01-22 Pedro Alves <palves@redhat.com>
6165 Sergio Durigan Junior <sergiodj@redhat.com>
6166
6167 * gdb.base/whatis.exp: Add tests for 'set print object on' +
6168 'whatis <struct>' 'whatis <struct> *' and 'whatis <struct> &'.
6169
a9e40818
JB
61702018-01-22 Joel Brobecker <brobecker@adacore.com>
6171
6172 * gdb.base/break-include.c, gdb.base/break-include.inc,
6173 gdb.base/break-include.exp: New files.
6174 * gdb.base/ending-run.exp: Minor adaptations due to the breakpoint's
6175 line number now being the actual line number where the breakpoint
6176 was inserted.
6177 * gdb.mi/mi-break.exp: Likewise.
6178 * gdb.mi/mi-reverse.exp: Likewise.
6179 * gdb.mi/mi-simplerun.exp: Ditto.
6180
e707fc44
AB
61812018-01-21 Andrew Burgess <andrew.burgess@embecosm.com>
6182
6183 * gdb.python/py-mi.exp: Don't expect a thread-id for floating
6184 varobj.
6185 * gdb.mi/mi-var-create-rtti.exp: Likewise.
6186
ae451627
AB
61872018-01-21 Don Breazeal <donb@codesourcery.com>
6188 Andrew Burgess <andrew.burgess@embecosm.com>
6189
6190 * gdb.mi/basics.c: Add new global.
6191 * gdb.mi/mi-frame-regs.exp: New file.
6192 * gdb.mi/mi-var-create-rtti.exp: Update expected results, add new
6193 case.
6194
b1b189e0
AB
61952018-01-21 Andrew Burgess <andrew.burgess@embecosm.com>
6196
6197 * gdb.arch/amd64-entry-value.exp: Test using @entry on a
6198 non-parameter, and on an unknown symbol.
6199
fcfcc376
TT
62002018-01-19 Tom Tromey <tom@tromey.com>
6201
6202 * gdb.rust/modules.rs (TWENTY_THREE): New global.
6203 * gdb.rust/modules.exp: Add ::-qualified lookup test.
6204
634c1c31
AA
62052018-01-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
6206
6207 * gdb.arch/s390-vregs.exp: Explicitly cast the return values of
6208 setrlimit and chdir to int.
6209
d6ad07fd
AA
62102018-01-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
6211
6212 * gdb.arch/s390-tdbregs.c (my_tbegin): Add comment documenting the
6213 function.
6214 (my_tend): Likewise.
6215 * gdb.arch/s390-tdbregs.exp: Enhance comment; explain the
6216 rationale of avoiding FP- and vector instructions.
6217
adf8243b
RK
62182018-01-19 Ruslan Kabatsayev <b7.10110111@gmail.com>
6219
6220 * gdb.arch/powerpc-d128-regs.exp: Replace expected "\[\t\]*" from
6221 "info reg" with "\[ \t\]*".
6222 * gdb.arch/altivec-regs.exp: Replace expected "\t" from "info reg" with
6223 "\[ \t\]+".
6224 * gdb.arch/s390-multiarch.exp: Ditto.
6225 * gdb.base/pc-fp.exp: Ditto.
6226 * gdb.reverse/i386-precsave.exp: Ditto.
6227 * gdb.reverse/i386-reverse.exp: Ditto.
6228 * gdb.reverse/i387-env-reverse.exp: Ditto.
6229 * gdb.reverse/i387-stack-reverse.exp: Ditto.
6230
dcc06925
AA
62312018-01-18 Andreas Arnez <arnez@linux.vnet.ibm.com>
6232
6233 * lib/gdb.exp (gdb_compile): Re-enable use of
6234 universal_compile_options for languages other than Rust.
6235
25d4fd80
AA
62362018-01-18 Andreas Arnez <arnez@linux.vnet.ibm.com>
6237
6238 * gdb.arch/s390-tdbregs.exp: Add the compile option -msoft-float.
6239
ee7f689e 62402018-01-17 Mike Gulick <mgulick@mathworks.com>
41667530
MG
6241
6242 PR gdb/16577
6243 * gdb.base/solib-vanish.exp: New.
6244 * gdb.base/solib-vanish-main.c: New.
6245 * gdb.base/solib-vanish-lib1.c: New.
6246 * gdb.base/solib-vanish-lib2.c: New.
6247
d8447b6b
YQ
62482018-01-17 Yao Qi <yao.qi@linaro.org>
6249
6250 * gdb.compile/compile.exp: Match the address printed for
6251 frame in the output of command "bt".
6252
86d6a90c
TT
62532018-01-15 Tom Tromey <tom@tromey.com>
6254
6255 * gdb.guile/scm-ports.exp (test_mem_port_rw): Use get_valueof to
6256 compute sp_reg.
6257
cbcdb1aa
AB
62582018-01-12 Andrew Burgess <andrew.burgess@embecosm.com>
6259
6260 * gdb.base/whatis-ptype-typedefs.exp: Don't run tests if we failed
6261 to prepare.
6262 (prepare): Return 0 on error, 1 on success.
6263
eea61984
PA
62642018-01-12 Pedro Alves <palves@redhat.com>
6265
6266 * gdb.base/continue-after-aborted-step-over.c: New.
6267 * gdb.base/continue-after-aborted-step-over.exp: New.
6268
6181e9c2
SM
62692018-01-11 Simon Marchi <simon.marchi@ericsson.com>
6270
6271 * lib/gdb.exp (gdb_compile): Ignore shlib= and shlib_load
6272 options when not creating an executable.
6273
3cada740
PA
62742018-01-11 Pedro Alves <palves@redhat.com>
6275
6276 PR remote/22597
6277 * gdb.server/stop-reply-no-thread.c: New file.
6278 * gdb.server/stop-reply-no-thread.exp: New file.
6279
c63d3e8d
PA
62802018-01-10 Pedro Alves <palves@redhat.com>
6281
6282 PR gdb/22670
6283 * gdb.ada/bp_c_mixed_case.exp: Add intro comment. Test printing C
6284 functions too. Test setting breakpoints and printing C functions
6285 with no debug info too.
6286 * gdb.ada/bp_c_mixed_case/qux.c: New file.
6287
d4c2a405
PA
62882018-01-10 Pedro Alves <palves@redhat.com>
6289
6290 PR gdb/22670
6291 * gdb.ada/complete.exp ("complete break ada"): Replace kfail with
6292 a fail.
6293
8825213e
PA
62942018-01-10 Pedro Alves <palves@redhat.com>
6295
6296 PR gdb/22670
6297 * gdb.ada/bp_c_mixed_case.exp: Remove setup_kfail calls.
6298
605fd3c6
YQ
62992018-01-08 Simon Marchi <simon.marchi@ericsson.com>
6300
6301 * gdb.server/unittest.exp: Match the output in non-development
6302 mode.
6303
1e5ded6c
YQ
63042018-01-08 Simon Marchi <simon.marchi@ericsson.com>
6305
6306 * gdb.gdb/unittest.exp: Match output in non-development mode.
6307
30066b0b
JB
63082018-01-08 Joel Brobecker <brobecker@adacore.com>
6309
6310 * gdb.ada/access_tagged_param.exp: Relax expected output
6311 for value of "ObjL" in "continue" to pck.inspect breakpoint
6312 test.
6313
04bafb1e
XR
63142018-01-08 Joel Brobecker <brobecker@adacore.com>
6315
9f86398b
JB
6316 * gdb.ada/arr_enum_idx_w_gap.exp: New file.
6317 * gdb.ada/arr_enum_idx_w_gap/foo_q418_043.adb: New file.
04bafb1e 6318
e379cee6
PA
63192018-01-05 Pedro Alves <palves@redhat.com>
6320
6321 PR gdb/18653
6322 * gdb.base/libsegfault.exp: New.
6323
de63c46b
PA
63242018-01-05 Joel Brobecker <brobecker@adacore.com>
6325
6326 PR gdb/22670
6327 * gdb.ada/access_tagged_param.exp: New file.
6328 * gdb.ada/access_tagged_param/foo.adb: New file.
6329
f98fc17b
PA
63302018-01-05 Pedro Alves <palves@redhat.com>
6331
6332 PR gdb/22670
6333 * gdb.ada/info_addr_mixed_case.exp: Remove kfail. Extend test to
6334 exercise lower case too, and to exercise both full matching and
6335 wild matching.
6336
342f8240
JB
63372018-01-05 Joel Brobecker <brobecker@adacore.com>
6338
6339 * gdb.ada/rename_subscript_param: New testcase.
6340
7150d33c
JG
63412018-01-05 Jerome Guitton <guitton@adacore.com>
6342
6343 * gdb.ada/arr_acc_idx_w_gap: New testcase.
6344
cc0e770c
JB
63452018-01-05 Joel Brobecker <brobecker@adacore.com>
6346
6347 * gdb.ada/convvar_comp: New testcase.
6348
672a41aa 63492018-01-05 Xavier Roirand <roirand@adacore.com>
e3861a03
XR
6350
6351 * testsuite/gdb.ada/array_char_idx/pck.ads (Table): New type.
6352 (My_Table): New global variable.
6353 * testsuite/gdb.ada/array_char_idx.exp: Add test.
6354
7365ec2f
JB
63552018-01-04 Joel Brobecker <brobecker@adacore.com>
6356
6357 PR gdb/22670
6358 * gdb.ada/maint_with_ada: New testcase.
6359
289483b6
JB
63602018-01-04 Joel Brobecker <brobecker@adacore.com>
6361
6362 PR gdb/22670
6363 * gdb.ada/bp_c_mixed_case: New testcase.
6364
344420da
JB
63652018-01-04 Joel Brobecker <brobecker@adacore.com>
6366
6367 PR gdb/22670
6368 * gdb.ada/complete.exp: Add "complete break ada" test.
6369
66fc87a0
JB
63702018-01-04 Joel Brobecker <brobecker@adacore.com>
6371
6372 PR gdb/22670
6373 * gdb.ada/info_addr_mixed_case: New testcase.
6374
9f757bf7
XR
63752018-01-03 Xavier Roirand <roirand@adacore.com>
6376
6377 * gdb.ada/excep_handle.exp: New testcase.
6378 * gdb.ada/excep_handle/foo.adb: New file.
6379 * gdb.ada/excep_handle/pck.ads: New file.
6380
bd570f80
JB
63812018-01-03 Joel Brobecker <brobecker@adacore.com>
6382
6383 * gdb.base/step-line.c: Add extra empty line in copyright header.
6384 * gdb.base/step-line.inp: Likewise.
6385
9fe561ab
JB
63862018-01-02 Joel Brobecker <brobecker@adacore.com>
6387
6388 * gdb.ada/dyn_stride.exp: Add slice test.
6389
a405673c
JB
63902018-01-02 Joel Brobecker <brobecker@adacore.com>
6391
6392 * gdb.ada/dyn_stride: New testcase.
6393
cef0f868
SH
63942017-12-27 Stafford Horne <shorne@gmail.com>
6395
6396 * gdb.xml/extra-regs.xml: Add example foo reggroup.
6397 * gdb.xml/tdesc-regs.exp: Add test to check for foo reggroup.
6398
b67d92b0
SH
63992017-12-27 Stafford Horne <shorne@gmail.com>
6400
6401 * gdb.base/reggroups.c: New file.
6402 * gdb.base/reggroups.exp: New file.
6403
eccab96d
JB
64042017-12-18 Joel Brobecker <brobecker@adacore.com>
6405
6406 * gdb.dwarf2/ada-valprint-error.c: New file.
6407 * gdb.dwarf2/ada-valprint-error.exp: New file.
6408
0e2da9f0
JB
64092017-12-18 Joel Brobecker <brobecker@adacore.com>
6410
6411 * gdb.ada/assign_arr: New testcase.
6412
cb923fcc
XR
64132017-12-18 Xavier Roirand <roirand@adacore.com>
6414
6415 * gdb.ada/funcall_ptr: New testcase.
6416
7c161838
SDJ
64172017-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
6418
6419 PR cli/16224
6420 * gdb.base/ptype-offsets.cc: New file.
6421 * gdb.base/ptype-offsets.exp: New file.
6422
1af17fd9
YQ
64232017-12-15 Yao Qi <yao.qi@linaro.org>
6424
6425 * gdb.gdb/unittest.exp: Skip 'maintenance check xml-descriptions'
6426 if XML is disabled.
6427
828d5846
XR
64282017-12-15 Xavier Roirand <roirand@adacore.com>
6429
6430 * gdb.ada/same_component_name: New testcase.
6431
79e8fcaa
JB
64322017-12-14 Joel Brobecker <brobecker@adacore.com>
6433
6434 * gdb.ada/str_binop_equal: New testcase.
6435
e05fa6f9
JB
64362017-12-14 Joel Brobecker <brobecker@adacore.com>
6437
6438 * gdb.ada/task_switch_in_core: New testcase.
6439
b89641ba
SM
64402017-12-13 Simon Marchi <simon.marchi@ericsson.com>
6441
6442 * gdb.python/py-breakpoint.c (foo_ns::multiply): New function.
6443 * gdb.python/py-breakpoint.exp: Compile the test case as c++,
6444 call test_bkpt_qualified.
6445 (test_bkpt_qualified): New proc.
6446
6892d2e4
PA
64472017-12-13 Pedro Alves <palves@redhat.com>
6448
6449 * lib/completion-support.exp (test_gdb_complete_tab_multiple):
6450 Tighten regexp by matching with an anchor.
6451
a22ecf70
PA
64522017-12-13 Pedro Alves <palves@redhat.com>
6453
6454 * gdb.cp/cpcompletion.exp: Load completion-support.exp.
6455 ("expression with namespace"): New set of tests.
6456 * gdb.cp/pr9594.cc (Test_NS::foo, Test_NS::bar)
6457 (Nested::Test_NS::qux): New.
6458 * lib/completion-support.exp (test_gdb_complete_cmd_multiple): Add
6459 defaults to 'start_quote_char' and 'end_quote_char' parameters.
6460
9937536c
JB
64612017-12-13 Joel Brobecker <brobecker@adacore.com>
6462
6463 * gdb.base/server-del-break.c: New file.
6464 * gdb.base/server-del-break.exp: New file.
6465
fe49c6f5
SH
64662017-12-12 Stafford Horne <shorne@gmail.com>
6467
6468 * gdb.xml/tdesc-regs.exp: Add or1k support.
6469
c3d18620
SH
64702017-12-12 Stafford Horne <shorne@gmail.com>
6471
6472 * gdb.base/bp-permanent.c: Define nop of or1k.
6473
c5f9cfc8
JB
64742017-12-11 Joel Brobecker <brobecker@adacore.com>
6475
6476 * gdb.ada/variant_record_packed_array.exp: Adapt test to accept
6477 output with components being reordered.
6478
a9c135fc
JB
64792017-12-11 Joel Brobecker <brobecker@adacore.com>
6480
6481 * gdb.ada/pkd_arr_elem.exp: Adapt "print test" test to accept
6482 output with components being reordered.
6483
927aa2e7
JK
64842017-12-08 Jan Kratochvil <jan.kratochvil@redhat.com>
6485 Pedro Alves <palves@redhat.com>
6486
6487 * gdb.base/maint.exp (check for .gdb_index): Check also for
6488 .debug_names.
6489 * gdb.dlang/watch-loc.c (.debug_aranges): New.
6490 * gdb.dwarf2/dw2-case-insensitive-debug.S: Likewise.
6491 * gdb.dwarf2/gdb-index.exp (check if index present, .gdb_index used)
6492 (.gdb_index used after symbol reloading): Support also .debug_names.
6493 * gdb.mi/dw2-ref-missing-frame-func.c (.debug_aranges): New.
6494
f17d9474
YQ
64952017-12-08 Yao Qi <yao.qi@linaro.org>
6496
6497 * gdb.arch/aarch64-tagged-pointer.c (main): Update.
6498 * gdb.arch/aarch64-tagged-pointer.exp: Add tests for watchpoint.
6499
a0de8c21
YQ
65002017-12-08 Yao Qi <yao.qi@linaro.org>
6501
6502 * gdb.arch/aarch64-tagged-pointer.c (main): Update.
6503 * gdb.arch/aarch64-tagged-pointer.exp: Add test for breakpoint.
6504
a738ea1d
YQ
65052017-12-08 Yao Qi <yao.qi@linaro.org>
6506
6507 * gdb.arch/aarch64-tagged-pointer.c: New file.
6508 * gdb.arch/aarch64-tagged-pointer.exp: New file.
6509
1cd9a73b
SDJ
65102017-12-08 Sergio Durigan Junior <sergiodj@redhat.com>
6511
6512 * gdb.arch/i386-sse-stack-align.exp: Cast "print" function call
6513 "int".
6514
fa6eb693
KS
65152017-12-07 Keith Seitz <keiths@redhat.com>
6516
6517 PR breakpoints/22569
6518 * gdb.linespec/ls-errs.exp: Change expected result of "break
6519 -source this file has spaces.c -line 3".
6520 Check that an explicit source file followed by whitespace is
6521 identified as an invalid explicit location.
6522
883fd55a
KS
65232017-12-07 Keith Seitz <keiths@redhat.com>
6524
6525 * gdb.cp/nested-types.cc: New file.
6526 * gdb.cp/nested-types.exp: New file.
6527 * lib/cp-support.exp: Load data-structures.exp library.
6528 (debug_cp_test_ptype_class): New global.
6529 (cp_ptype_class_verbose, next_line): New procedures.
6530 (cp_test_ptype_class): Add and document new parameter `recursive_qid'.
6531 Add and document new return value.
6532 Switch the list of lines to a queue.
6533 Add support for new `type' key for nested type definitions.
6534 Add debugging/troubleshooting messages.
6535 * lib/data-structures.exp: New file.
6536
ec72db3e
SM
65372017-12-07 Simon Marchi <simon.marchi@ericsson.com>
6538
6539 * gdb.python/py-breakpoint.exp (test_bkpt_explicit_loc): Define
6540 with proc_with_prefix, don't use with_test_prefix.
6541
99598d71
TT
65422017-12-07 Tom Tromey <tom@tromey.com>
6543
6544 * gdb.base/break.exp: Add test for empty "commands".
6545
a8806230
YQ
65462017-12-07 Yao Qi <yao.qi@linaro.org>
6547
6548 * gdb.trace/ftrace.exp (run_trace_experiment): Set breakpoint on
6549 malloc and catch syscall.
6550
824cc835
PM
65512017-12-07 Phil Muldoon <pmuldoon@redhat.com>
6552
e79be6e5 6553 * gdb.python/py-breakpoint.exp (test_bkpt_explicit_loc): Add new
824cc835
PM
6554 tests for explicit locations.
6555
7cc244de
PA
65562017-12-06 Pedro Alves <palves@redhat.com>
6557
6558 * gdb.arch/i386-avx.exp: If testing with a RSP target, check
6559 force-disabling XML descriptions.
6560
50a1fdd5
PA
65612017-12-04 Pedro Alves <palves@redhat.com>
6562
6563 PR gdb/22499
6564 * gdb.arch/amd64-disp-step-avx.S: New file.
6565 * gdb.arch/amd64-disp-step-avx.exp: New file.
6566
f0fb2488
PA
65672017-12-03 Pedro Alves <palves@redhat.com>
6568
6569 * gdb.threads/process-dies-while-detaching.c: Include <errno.h>
6570 and <string.h>.
6571 (parent_function): Print distinct messages when waitpid fails, or
6572 the child exits with a signal, or the child exits for an unhandled
6573 reason.
6574 * gdb.threads/process-dies-while-detaching.exp
6575 (detach_and_expect_exit): New 'inf_output_re' parameter and use
6576 it. Wait for both inferior output and GDB's prompt. Use an
6577 indirect spawn id list.
6578 (do_detach): New parameter 'child_exit'. Use it to compute
6579 expected inferior output.
6580 (test_detach, test_detach_watch, test_detach_killed_outside):
6581 Adjust to pass down the expected child exit kind.
6582
97cbe998
SDJ
65832017-12-01 Joel Brobecker <brobecker@adacore.com>
6584 Sergio Durigan Junior <sergiodj@redhat.com>
6585 Pedro Alves <palves@redhat.com>
6586
6587 * gdb.base/readnever.c, gdb.base/readnever.exp: New files.
6588
40fc416f
SDJ
65892017-12-01 Sergio Durigan Junior <sergiodj@redhat.com>
6590
6591 * gdb.base/relocate.exp: Add tests to guarantee that arguments
6592 to 'symbol-file' and 'add-symbol-file' can be
6593 position-independent.
6594
1cc75e92
YQ
65952017-12-01 Yao Qi <yao.qi@linaro.org>
6596
6597 * gdb.arch/aarch64-atomic-inst.exp: Replace mail address with
6598 the URL in copyright header.
6599 * gdb.arch/aarch64-fp.exp: Likewise.
6600 * gdb.arch/ppc64-atomic-inst.exp: Likewise.
6601 * gdb.arch/ppc64-isa207-atomic-inst.exp: Likewise.
6602 * gdb.base/expand-psymtabs.exp: Likewise.
6603 * gdb.cp/expand-psymtabs-cxx.exp: Likewise.
6604 * gdb.fortran/common-block.exp: Likewise.
6605 * gdb.fortran/common-block.f90: Likewise.
6606 * gdb.fortran/logical.exp: Likewise.
6607 * gdb.fortran/vla-datatypes.f90: Likewise.
6608 * gdb.fortran/vla-sub.f90: Likewise.
6609
875fb7a7
JB
66102017-11-30 Joel Brobecker <brobecker@adacore.com>
6611
6612 * gdb.ada/repeat_dyn: New testcase.
6613
6f14765f
UW
66142017-11-30 Ulrich Weigand <uweigand@de.ibm.com>
6615
6616 * gdb.cell/gcore.exp: Fix typo when setting spu_bin.
6617 Update for changed thread numbering.
6618 * gdb.cell/bt.exp: Update for changed GDB output.
6619
f1af7b94
SM
66202017-11-30 Simon Marchi <simon.marchi@ericsson.com>
6621
6622 * boards/cc-with-tweaks.exp: Include local-board.exp instead of
6623 setting isremote by hand.
6624 * boards/dwarf4-gdb-index.exp: Likewise.
6625 * boards/fission.exp: Likewise.
6626 * boards/stabs.exp: Likewise.
6627
e3919f3e
PA
66282017-11-30 Pedro Alves <palves@redhat.com>
6629
6630 * gdb.linespec/cpls-ops.exp
6631 (check_explicit_skips_function_argument): Extract the underlying
6632 type of size_t instead of hardcoding it.
6633
bd69330d
PA
66342017-11-29 Pedro Alves <palves@redhat.com>
6635
6636 PR c++/19436
6637 * gdb.linespec/cpls-abi-tag.cc: New file.
6638 * gdb.linespec/cpls-abi-tag.exp: New file.
6639
a20714ff
PA
66402017-11-29 Pedro Alves <palves@redhat.com>
6641
6642 * gdb.base/langs.exp: Use -qualified.
6643 * gdb.cp/meth-typedefs.exp: Use -qualified, and add tests without
6644 it.
6645 * gdb.cp/namespace.exp: Use -qualified.
6646 * gdb.linespec/cpcompletion.exp (overload-2, fqn, fqn-2)
6647 (overload-3, template-overload, template-ret-type, const-overload)
6648 (const-overload-quoted, anon-ns, ambiguous-prefix): New
6649 procedures.
6650 (test_driver): Call them.
6651 * gdb.cp/save-bp-qualified.cc: New.
6652 * gdb.cp/save-bp-qualified.exp: New.
6653 * gdb.linespec/explicit.exp: Test -qualified.
6654 * lib/completion-support.exp (completion::explicit_opts_list): Add
6655 "-qualified".
6656 * lib/gdb.exp (gdb_breakpoint): Handle "qualified".
6657
f6f1d339
PM
66582017-11-29 Phil Muldoon <pmuldoon@redhat.com>
6659
6660 * gdb.python/py-rbreak.exp: Set nosharedlibrary before tests.
6661
02ca603a
TT
66622017-11-29 Tom Tromey <tom@tromey.com>
6663
6664 * gdb.base/relocate.exp: Update invalid argument test.
6665 Add new tests for invalid arguments.
6666
ed6c0bfb
TP
66672017-11-29 Thomas Preud'homme <thomas.preudhomme@arm.com>
6668
6669 * gdb.cp/psymtab-parameter.cc (func): Change return type back to long.
6670 Return 0 as a long.
6671 * gdb.cp/psymtab-parameter.exp: Change func's return type back to long.
6672
f106e10e
TP
66732017-11-29 Thomas Preud'homme <thomas.preudhomme@arm.com>
6674
6675 * gdb.cp/breakpoint.cc (bar): Set return type to void.
6676 * gdb.cp/psymtab-parameter.cc (func): Likewise.
6677 * gdb.cp/psymtab-parameter.exp: Update comment regarding prototype of
6678 func ().
6679 * gdb.cp/shadow.cc (B.func): Return 0.
6680
10329bb2
JB
66812017-11-27 Joel Brobecker <brobecker@adacore.com>
6682
6683 * gdb.ada/mi_catch_ex.exp (continue_to_exception): Adjust
6684 expected output in gdb_expect call to allow the exception
6685 message to be present as well. Fix syntax confusion to avoid
6686 TCL thinking that exception_name is an array.
6687
617cd4bc
UW
66882017-11-26 Ulrich Weigand <uweigand@de.ibm.com>
6689
6690 * gdb.arch/spu-info.c: Include <unistd.h>.
6691 (do_signal_test): Fix broken calls to write.
6692 * gdb.arch/spu-info.exp: Use prepare_for_testing.
6693 Fix checks for empty mailboxes. Update signal tests for corrected
6694 do_signal_test routine. Allow nonzero event status.
58f7f0bf
UW
6695 * gdb.arch/spu-ls.exp: Use prepare_for_testing.
6696 * gdb.cell/arch.exp: Use standard_output_file.
6697 * gdb.cell/break.exp: Likewise.
6698 * gdb.cell/bt.exp: Likewise.
6699 * gdb.cell/core.exp: Likewise.
6700 * gdb.cell/dwarfaddr.exp: Likewise.
6701 * gdb.cell/ea-cache.exp: Likewise.
6702 * gdb.cell/ea-standalone.exp: Likewise.
6703 * gdb.cell/f-regs.exp: Likewise.
6704 * gdb.cell/fork.exp: Likewise.
6705 * gdb.cell/gcore.exp: Likewise.
6706 * gdb.cell/mem-access.exp: Likewise.
6707 * gdb.cell/ptype.exp: Likewise.
6708 * gdb.cell/registers.exp: Likewise.
6709 * gdb.cell/sizeof.exp: Likewise.
6710 * gdb.cell/solib-symbol.exp: Likewise.
6711 * gdb.cell/solib.exp: Likewise.
617cd4bc 6712
a81aaca0
PA
67132017-11-25 Pedro Alves <palves@redhat.com>
6714
6715 * gdb.base/complete-empty.exp: New file.
6716 * gdb.base/completion.exp: Adjust.
6717
6a3c6ee4
PA
67182017-11-25 Pedro Alves <palves@redhat.com>
6719
6720 * gdb.linespec/cpls-ops.cc: New file.
6721 * gdb.linespec/cpls-ops.exp: New file.
6722 * lib/completion-support.exp (test_complete_prefix_range_re): New,
6723 factored out from ...
6724 (test_complete_prefix_range): ... this.
6725
8955eb2d
PA
67262017-11-24 Pedro Alves <palves@redhat.com>
6727
6728 * gdb.linespec/cpcompletion.exp: New file.
6729 * gdb.linespec/cpls-hyphen.cc: New file.
6730 * gdb.linespec/cpls.cc: New file.
6731 * gdb.linespec/cpls2.cc: New file.
6732 * gdb.linespec/explicit.exp: Load completion-support.exp. Adjust
6733 test to use test_gdb_complete_unique. Add label completion,
6734 keyword completion and explicit location completion tests.
6735 * lib/completion-support.exp: New file.
6736
e547c119
JB
67372017-11-24 Joel Brobecker <brobecker@adacore.com>
6738
6739 * gdb.ada/catch_ex.exp, gdb.ada/mi_catch_ex.exp,
6740 gdb.ada/mi_ex_cond.exp: Accept optional exception message in
6741 when hitting an exception catchpoint.
6742
7c3c1aa8
YQ
67432017-11-22 Yao Qi <yao.qi@linaro.org>
6744
6745 * gdb.base/macscp.exp: Append -g3 to additional_flags for clang.
6746
41bd68f5
SM
67472017-11-22 Simon Marchi <simon.marchi@ericsson.com>
6748
6749 * gdb.opt/inline-locals.exp: Mark tests as KFAIL.
6750 * gdb.dwarf2/info-locals-optimized-out.exp: New file.
6751 * gdb.dwarf2/info-locals-optimized-out.c: New file.
6752
1daad298
YQ
67532017-11-22 Yao Qi <yao.qi@linaro.org>
6754
6755 * gdb.base/info-os.exp: Pass pthreads.
6756 * gdb.multi/multi-attach.exp: Likewise.
6757
88465e87
YQ
67582017-11-22 Yao Qi <yao.qi@linaro.org>
6759
6760 * gdb.dwarf2/pr10770.exp: Remove code skipping non-gcc
6761 compiler.
6762
dc196b23
YQ
67632017-11-22 Yao Qi <yao.qi@linaro.org>
6764
6765 * gdb.base/attach-pie-noexec.exp: Pass "-pie" in ldflags.
6766 * gdb.base/break-interp.exp: Likewise.
6767 * gdb.base/jit-attach-pie.exp: Likewise.
6768
2400729e
UW
67692017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
6770
6771 * gdb.base/float128.c (large128): New variable.
6772 * gdb.base/float128.exp: Add test to print largest __float128 value.
6773
7a26362d
UW
67742017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
6775
6776 * gdb.arch/vsx-regs.exp: Update register content checks.
6777
ed0f4273
UW
67782017-11-21 Ulrich Weigand <uweigand@de.ibm.com>
6779
6780 * gdb.arch/ppc-longdouble.exp: New file.
6781 * gdb.arch/ppc-longdouble.c: Likewise.
6782
a25d69c6
PA
67832017-11-21 Pedro Alves <palves@redhat.com>
6784
6785 * gdb.ada/minsyms.exp: Accept any address for 'some_minsym'.
6786
73fcf641
PA
67872017-11-20 Pedro Alves <palves@redhat.com>
6788
6789 * gdb.base/whatis-ptype-typedefs.c (double_typedef)
6790 (long_double_typedef): New typedefs.
6791 Use DEF on double and long double.
6792 * gdb.base/whatis-ptype-typedefs.exp: Add double and long double
6793 cases.
6794 (run_tests): New 'float_ptr_same_size', 'double_ptr_same_size',
6795 and 'long_double_ptr_same_size' locals. Use them to decide
6796 whether cast from array/function to float is valid/invalid.
6797
71a3c369
TT
67982017-11-17 Tom Tromey <tom@tromey.com>
6799
6800 * gdb.rust/traits.rs: New file.
6801 * gdb.rust/traits.exp: New file.
6802
ced9779b
JB
68032017-11-17 Joel Brobecker <brobecker@adacore.com>
6804
6805 * gdb.ada/minsyms: New testcase.
6806
a0922d80
PA
68072017-11-16 Pedro Alves <palves@redhat.com>
6808
6809 * gdb.base/bp-cmds-continue-ctrl-c.c: New file.
6810 * gdb.base/bp-cmds-continue-ctrl-c.exp: New file.
6811
ea04e54c
PA
68122017-11-16 Pedro Alves <palves@redhat.com>
6813
6814 * gdb.rust/modules.exp: Skip tests that rely on inferior I/O if
6815 gdb,noinferiorio is set, and use gdb_test_stdio otherwise.
6816
e849ea89
PA
68172017-11-16 Pedro Alves <palves@redhat.com>
6818
6819 * gdb.server/reconnect-ctrl-c.c: New file.
6820 * gdb.server/reconnect-ctrl-c.exp: New file.
6821
d8ae99a7
PM
68222017-11-16 Phil Muldoon <pmuldoon@redhat.com>
6823
6824 * gdb.python/py-rbreak.exp: New file.
6825 * gdb.python/py-rbreak.c: New file.
6826 * gdb.python/py-rbreak-func2.c: New file.
6827
968a13f8
PA
68282017-11-16 Pedro Alves <palves@redhat.com>
6829
6830 * gdb.base/starti.exp ("continue" test): Remove ".*"s from
6831 pattern.
6832 * lib/gdb.exp (gdb_test_sequence): Don't send empty command to
6833 GDB.
6834
71774bc9
SM
68352017-11-15 Simon Marchi <simon.marchi@ericsson.com>
6836
6837 * gdb.tui/completionn.exp (test_tab_completion): Add space in
6838 regex.
6839
ddbb44cf
SM
68402017-11-13 Simon Marchi <simon.marchi@polymtl.ca>
6841
6842 * gdb.opt/inline-locals.exp: Remove trailing parentheses from
6843 test names.
6844
584a564f
PA
68452017-11-09 Pedro Alves <palves@redhat.com>
6846
6847 * gdb.tui/tui-completion.exp (test_tab_completion): New procedure,
6848 factored out from ...
6849 (top level): ... here, and adjusted to avoid expecting beyond the
6850 prompt in a single gdb_test_multiple.
6851
5ed7a928
PA
68522017-11-09 Pedro Alves <palves@redhat.com>
6853
6854 * gdb.multi/multi-attach.exp ("kill" test): Match the whole query
6855 output.
6856 * gdb.server/ext-attach.exp ("kill" test): Likewise.
6857 * gdb.server/ext-restart.exp ("kill" test): Likewise.
6858 * gdb.server/ext-run.exp ("kill" test): Likewise.
6859 * gdb.server/ext-wrapper.exp ("kill" test): Likewise.
6860
a60e0738
PA
68612017-11-09 Pedro Alves <palves@redhat.com>
6862
6863 * gdb.cp/cpcompletion.exp (test_class_complete): Tighten regex to
6864 match till end of line.
6865
2c88253f
PA
68662017-11-09 Pedro Alves <palves@redhat.com>
6867
6868 * gdb.base/memattr.exp: Tighten regexes to match the end line.
6869
c7a38517
PA
68702017-11-09 Pedro Alves <palves@redhat.com>
6871
6872 * gdb.base/completion.exp (ignore_and_resync, test_tab_complete):
6873 New procedures, factored out from ...
6874 (top level): ... here, and adjusted to avoid expecting beyond the
6875 prompt in one go.
6876
f29f4b6b
PA
68772017-11-09 Pedro Alves <palves@redhat.com>
6878
6879 * gdb.asm/asm-source.exp ("kill" test): Match the whole query
6880 output. Fix '?' match.
6881
286acbb5
JB
68822017-11-08 Joel Brobecker <brobecker@adacore.com>
6883
6884 * gdb.ada/scoped_watch: New testcase.
6885 * gdb.ada/watch_arg.exp: Adjust expected behavior to the behavior
6886 which is actually correct.
6887 * gdb.ada/mi_interface.exp: Add missing thread-id in expected varobj.
6888 * gdb.ada/mi_var_array.exp: Add missing thread-id in expected varobj.
6889
62d7ae92
PA
68902017-11-08 Pedro Alves <palves@redhat.com>
6891
6892 * gdb.gdb/complaints.exp (test_initial_complaints)
6893 (test_serial_complaints, test_short_complaints): Call
6894 complaint_internal instead of complaint.
6895
280ca31f
DT
68962017-11-08 Djordje Todorovic <djordje.todorovic@rt-rk.com>
6897
6898 * gdb.threads/tls-core.c: New file.
6899 * gdb.threads/tls-core.exp: Likewise.
6900
b5ec771e
PA
69012017-11-08 Pedro Alves <palves@redhat.com>
6902
6903 * gdb.ada/complete.exp (p <Exported_Capitalized>): New test.
6904 (p Exported_Capitalized): New test.
6905 (p exported_capitalized): New test.
6906
a02b41a7
PA
69072017-11-07 Pedro Alves <palves@redhat.com>
6908
6909 * gdb.cp/ena-dis-br-range.exp: Add more tests.
6910
95e95a6d
PA
69112017-11-07 Pedro Alves <palves@redhat.com>
6912
6913 * gdb.base/ena-dis-br.exp (test_ena_dis_br): Adjust test.
6914 * gdb.cp/ena-dis-br-range.exp: Adjust tests.
6915 (disable_invalid, disable_inverted, disable_negative): New
6916 procedures.
6917 ("bad numbers"): New set of tests.
6918
cee62dbd
PA
69192017-11-07 Pedro Alves <palves@redhat.com>
6920
6921 * gdb.cp/ena-dis-br-range.exp: Add tests.
6922
cc638e86
PA
69232017-11-07 Pedro Alves <palves@redhat.com>
6924
6925 * gdb.base/ena-dis-br.exp: Don't expect "warning:".
6926
d0fe4701
XR
69272017-11-07 Xavier Roirand <roirand@adacore.com>
6928 Pedro Alves <palves@redhat.com>
6929
6930 * gdb.base/ena-dis-br.exp: Add reference to
6931 gdb.cp/ena-dis-br-range.exp.
6932 * gdb.cp/ena-dis-br-range.exp: New file.
6933 * gdb.cp/ena-dis-br-range.cc: New file.
6934
46f67f80
PA
69352017-11-06 Pedro Alves <palves@redhat.com>
6936
6937 * gdb.base/attach-non-pgrp-leader.c: New.
6938 * gdb.base/attach-non-pgrp-leader.exp: New.
6939
726e1356
PA
69402017-11-06 Pedro Alves <palves@redhat.com>
6941
6942 * configure.ac: No longer check for termio.h and sgtty.h.
6943 * configure: Regenerate.
6944 * remote-utils.c: Include termios.h instead of gdb_termios.h.
6945 (remote_open): Check HAVE_TERMIOS_H instead of HAVE_TERMIOS.
6946 Remove termio and sgtty code.
6947
50ab6ace
YQ
69482017-11-03 Yao Qi <yao.qi@linaro.org>
6949
6950 * gdb.mi/list-thread-groups-available.exp: Skip it if XML parsing
6951 in GDB is disabled.
6952
8e68731c
YQ
69532017-11-03 Yao Qi <yao.qi@linaro.org>
6954
6955 * gdb.python/py-thrhandle.exp: Skip it if python is not
6956 enabled.
6957
3a87ae65
SM
69582017-10-31 Simon Marchi <simon.marchi@polymtl.ca>
6959
6960 * gdb.mi/mi-break.exp (test_breakpoint_commands): Test backtrace
6961 as a breakpoint command.
6962
484d8d36
MD
69632017-10-28 Maksim Dzabraev <dzabraew@gmail.com>
6964
6965 PR python/21213
6966 * gdb.python/py-infthread.exp: Test calling
6967 InferiorThread.inferior () multiple times in a row.
6968
4a27f119
KS
69692017-10-27 Keith Seitz <keiths@redhat.com>
6970
6971 * gdb.opt/inline-break.exp (break_info_1): New procedure.
6972 Test "info break" for every inlined function breakpoint.
6973
bb11dd58
YQ
69742017-10-27 Yao Qi <yao.qi@linaro.org>
6975
6976 * gdb.arch/insn-reloc.c (can_relocate_bl): Mark "x30" clobbered.
6977
a43f3893
PF
69782017-10-26 Patrick Frants <osscontribute@gmail.com>
6979
6980 * gdb.cp/classes.exp (test_static_members): Test printing
6981 Outer::instance.
6982 * gdb.cp/classes.c (struct Inner, struct Outer): New.
6983 (Inner::instance, Outer::instance): New.
6984
792ccf00
PA
69852017-10-24 Pedro Alves <palves@redhat.com>
6986
6987 * gdb.base/new-ui.exp (do_test): Split "delete all breakpoints on
6988 extra console" test in two stages.
6989
eb2bfbad
PA
69902017-10-24 Pedro Alves <palves@redhat.com>
6991
6992 * gdb.threads/attach-into-signal.exp (corefunc): Reindent.
6993
1f75a651
PA
69942017-10-24 Pedro Alves <palves@redhat.com>
6995
6996 * gdb.threads/attach-into-signal.exp: Remove whole "stoppedtry"
6997 loop.
6998
779990d9
PA
69992017-10-24 Pedro Alves <palves@redhat.com>
7000
7001 * gdb.threads/attach-into-signal.exp (corefunc): Remove "attach
7002 $attempt" and "stoppedtry $stoppedtry" test prefixes.
7003
ad9b8f5d
PA
70042017-10-24 Pedro Alves <palves@redhat.com>
7005
7006 * lib/gdb-python.exp (get_python_valueof): Add 'test' optional
7007 parameter and handle it. Don't output read value in test name.
7008
fee6da6e
PA
70092017-10-24 Pedro Alves <palves@redhat.com>
7010
7011 * gdb.gdb/unittest.exp ('maintenance check xml-descriptions'): Use
7012 custom test name.
7013
10389c2c
PA
70142017-10-24 Pedro Alves <palves@redhat.com>
7015
7016 * gdb.base/startup-with-shell.exp ('touch $unique_file'): Don't
7017 include the unstable output directory name in the test's name.
7018 (initial_setup_simple) <'set args'>: Use custom test name.
7019
a80e65a9
PA
70202017-10-24 Pedro Alves <palves@redhat.com>
7021
7022 * gdb.arch/arc-tdesc-cpu.exp ('set tdesc filename'): Use gdb_test
7023 with explicit test name.
7024
15763a09
PA
70252017-10-20 Pedro Alves <palves@redhat.com>
7026
7027 * gdb.base/quit.exp: Use gdb_test_multiple and expect 'eof' before
7028 'wait -i'. Use gdb_assert and remote_close.
7029
49a4ce2e
AB
70302017-10-19 Andrew Burgess <andrew.burgess@embecosm.com>
7031
7032 * gdb.linespec/ls-errs.exp (do_test): Update comment, use line
7033 number from variable rather than hard-coded.
7034
a75868f5
PA
70352017-10-19 Pedro Alves <palves@redhat.com>
7036
7037 * gdb.base/long-inferior-output.c: New file.
7038 * gdb.base/long-inferior-output.exp: New file.
7039
c8ba13ad
KS
70402017-11-18 Keith Seitz <keiths@redhat.com>
7041
7042 * gdb.cp/cpexprs.cc (base) <operator fluff const* const*>: New
7043 method.
7044 (main): Call it.
7045 * gdb.cp/cpexprs.exp: Add new conversion operator to test matrix.
7046 Add additional user-defined conversion operator tests.
7047
b27de576
PA
70482017-10-17 Pedro Alves <palves@redhat.com>
7049
7050 * boards/native-stdio-gdbserver.exp: Load "local-board".
7051
8484c955
PA
70522017-10-17 Pedro Alves <palves@redhat.com>
7053
7054 * gdb.base/quit-live.c: New file.
7055 * gdb.base/quit-live.exp: New file.
7056
83d5a34d
KS
70572017-10-16 Keith Seitz <keiths@redhat.com>
7058
7059 * gdb.cp/classes.cc (class_with_typedefs, class_with_public_typedef)
7060 (class_with_protected_typedef, class_with_private_typedef)
7061 (struct_with_public_typedef, struct_with_protected_typedef)
7062 (struct_with_private_typedef): New classes/structs.
7063 * gdb.cp/classes.exp (test_ptype_class_objects): Add tests for
7064 typedefs and access specifiers.
7065
739b3f1d
PA
70662017-10-16 Pedro Alves <palves@redhat.com>
7067 Simon Marchi <simon.marchi@polymtl.ca>
7068
7069 * README (Local vs Remote vs Native): New section.
7070 * boards/local-board.exp: New file, with bits factored out from
7071 ...
7072 * boards/native-extended-gdbserver.exp: ... here. Load
7073 "local-board".
7074 * boards/native-gdbserver.exp: Load "local-board".
7075 (${board}_spawn, ${board}_exec): Delete.
7076 * boards/native-stdio-gdbserver.exp: Most contents factored out to
7077 ...
7078 * boards/stdio-gdbserver-base.exp: ... this new file.
7079 * boards/native-stdio-gdbserver.exp: Reimplement, by loading
7080 "stdio-gdbserver-base" and defining a get_target_remote_pipe_cmd
7081 procedure.
7082 * boards/remote-stdio-gdbserver.exp: Load stdio-gdbserver-base
7083 instead of native-stdio-gdbserver. Don't set gdb_server_prog nor
7084 stdio_gdbserver_command.
7085 (${board}_get_remote_address, ${board}_get_comm_port)
7086 (${board}_download, ${board}_upload): Delete.
7087 (get_target_remote_pipe_cmd): New.
7088
fe68b953
SM
70892017-10-16 Simon Marchi <simon.marchi@ericsson.com>
7090
7091 * gdb.python/py-breakpoint.exp (test_bkpt_basic,
7092 test_bkpt_deletion, test_bkpt_cond_and_cmds,
7093 test_bkpt_invisible, test_watchpoints, test_bkpt_internal,
7094 test_bkpt_eval_funcs, test_bkpt_temporary, test_bkpt_address,
7095 test_bkpt_pending, test_bkpt_events): Use proc_with_prefix,
7096 remove with_test_prefix.
7097
300b6685
PA
70982017-10-13 Pedro Alves <palves@redhat.com>
7099
7100 * lib/gdb.exp (target_can_use_run_cmd): New procedure.
7101 * gdb.base/annota1.exp: Use it instead of is_remote.
7102 * gdb.base/annota3.exp: Use it instead of is_remote.
7103 * gdb.cp/annota2.exp: Use it instead of is_remote.
7104 * gdb.cp/annota3.exp: Use it instead of is_remote.
7105 * gdb.multi/bkpt-multi-exec.exp: Use it instead of is_remote.
7106
50500caf
PA
71072017-10-13 Pedro Alves <palves@redhat.com>
7108
7109 * gdb.base/testenv.exp: Check use_gdb_stub instead of is_remote.
7110 (test_num_test_vars, run_and_count_vars, find_env)
7111 (test_set_unset_env, test_inherit_env_var): New procedures.
7112 (top level): Use them.
7113
dad0c6d2
PA
71142017-10-13 Pedro Alves <palves@redhat.com>
7115
7116 * lib/selftest-support.exp (selftest_setup): Extend comments, and
7117 also skip on stub-like targets.
7118
8b0553c1
PA
71192017-10-13 Pedro Alves <palves@redhat.com>
7120
7121 PR gdb/22293
7122 * gdb.base/find-unmapped.exp: Don't skip if is_remote target.
7123 (top level): Move some tests to ...
7124 (test_not_found): ... this new procedure.
7125 (top level): Call it.
7126
7594f623
PA
71272017-10-13 Pedro Alves <palves@redhat.com>
7128
7129 * gdb.base/term.exp: Don't skip if is_remote target. Instead,
7130 expect different "info terminal" output if testing with a
7131 non-native target.
7132
ebe3b402
PA
71332017-10-13 Pedro Alves <palves@redhat.com>
7134 Simon Marchi <simon.marchi@polymtl.ca>
7135
7136 PR python/12966
7137 * gdb.python/py-evthreads.exp: Remove is_remote target kfail.
7138
42f1b161
PA
71392017-10-13 Pedro Alves <palves@redhat.com>
7140
7141 * gdb.python/py-evthreads.exp: Start GDB with "set non-stop on"
7142 already.
7143
8d6ef72b
PA
71442017-10-13 Pedro Alves <palves@redhat.com>
7145
7146 * gdb.python/py-evsignal.exp: Check gdb_protocol instead of
7147 is_remote.
7148
d7bcd5b8
PA
71492017-10-13 Pedro Alves <palves@redhat.com>
7150
7151 * gdb.threads/thread_events.exp: Check gdb_protocol instead of
7152 is_remote.
7153
df479dc6
PA
71542017-10-13 Pedro Alves <palves@redhat.com>
7155
7156 * gdb.base/corefile.exp (corefile_test_run): Skip if gdb_protocol
7157 is set.
7158 (corefile_test_attach): Likewise. Check can_spawn_for_attach
7159 instead of is_remote.
7160
23fb630a
PA
71612017-10-13 Pedro Alves <palves@redhat.com>
7162
7163 * gdb.base/remote.exp: Check gdb_protocol instead of is_remote.
7164 (top level): Add comment.
7165
cc77b1dc
PA
71662017-10-13 Pedro Alves <palves@redhat.com>
7167
7168 * gdb.base/remote.exp (top level): Fix comment typo and add
7169 missing return.
7170
27c9e813
PA
71712017-10-13 Pedro Alves <palves@redhat.com>
7172 Simon Marchi <simon.marchi@polymtl.ca>
7173
7174 * gdb.base/solib-nodir.exp: Split is_remote and skip_shlib_tests
7175 calls and add comments. Skip test if use_gdb_stub is set.
7176 (top level): Use "set cwd" command instead of "cd" command.
7177
5e830d98
PA
71782017-10-13 Pedro Alves <palves@redhat.com>
7179
7180 * gdb.base/shlib-call.exp (top level): Use gdb_run_cmd and remove
7181 is_remote target check.
7182
f5ca0032
PA
71832017-10-13 Pedro Alves <palves@redhat.com>
7184
7185 * gdb.base/scope.exp: Use build_executable + clean_restart +
7186 gdb_file_cmd instead of prepare_for_testing and no longer skip
7187 "before run" tests on is_remote target boards. Update comments.
7188 * boards/native-extended-gdbserver.exp
7189 (extended_gdbserver_load_last_file): New, factored out from ...
7190 (gdb_load): ... this. Move further below and add comment.
7191 (extended_gdbserver_gdb_file_cmd, gdb_file_cmd, gdb_reload): New.
7192
8aed1c0d
PA
71932017-10-12 Pedro Alves <palves@redhat.com>
7194
7195 * gdb.base/attach.exp: Remove references to gdb64.
7196 * gdb.base/dbx.exp: Remove references to gdb64.
7197
cfa34c87
SM
71982017-10-12 Simon Marchi <simon.marchi@polymtl.ca>
7199 Pedro Alves <palves@redhat.com>
7200
7201 * gdb.base/label.exp: Remove is_remote target check.
7202
9192b7de
PA
72032017-10-12 Pedro Alves <palves@redhat.com>
7204
7205 * gdb.base/auvx.exp (coredir): Update comment.
7206 (top level) <core_works>: Use "set cwd" command instead of "cd"
7207 command.
7208
6bf0052d
PA
72092017-10-12 Pedro Alves <palves@redhat.com>
7210 Simon Marchi <simon.marchi@polymtl.ca>
7211
7212 * gdb.base/catch-fork-static.exp: No longer skip on is_remote
7213 target boards.
7214
e48ef82d
PA
72152017-10-12 Pedro Alves <palves@redhat.com>
7216 Simon Marchi <simon.marchi@polymtl.ca>
7217
7218 * gdb.base/checkpoint.exp: Don't check is_remote or isnative.
7219 Instead skip if there's any gdb_protocol set.
7220
8d7aea57
SM
72212017-10-12 Simon Marchi <simon.marchi@polymtl.ca>
7222 Pedro Alves <palves@redhat.com>
7223
7224 * gdb.base/dprintf-non-stop.exp: Remove is_remote target check.
7225
30440677
PA
72262017-10-12 Pedro Alves <palves@redhat.com>
7227 Simon Marchi <simon.marchi@polymtl.ca>
7228
7229 * gdb.base/argv0-symlink.exp: kfail on remote gdbserver,
7230 instead of on dejagnu remote boards.
7231
4e04f045 72322017-10-12 Pedro Alves <palves@redhat.com>
175654b9 7233 Simon Marchi <simon.marchi@polymtl.ca>
4e04f045
PA
7234
7235 * gdb.base/inferior-died.exp: Remove is_remote and isnative
7236 checks. Use build_executable + clean_restart instead of
7237 prepare_for_testing. Pass "set non-stop on" via GDBFLAGS instead
7238 of enabling non-stop after starting gdb.
7239
871a186e
PA
72402017-10-12 Pedro Alves <palves@redhat.com>
7241
7242 * gdb.threads/non-ldr-exc-1.exp: No longer skip if is_remote target.
7243 * gdb.threads/non-ldr-exc-2.exp: Ditto.
7244 * gdb.threads/non-ldr-exc-3.exp: Ditto.
7245 * gdb.threads/non-ldr-exc-4.exp: Ditto.
7246
56d704da
AK
72472017-10-11 Anton Kolesov <Anton.Kolesov@synopsys.com>
7248
7249 * gdb.arch/arc-tdesc-cpu.exp: New file.
7250 * gdb.arch/arc-tdesc-cpu.xml: Likewise.
7251
2f20e312
SM
72522017-10-10 Simon Marchi <simon.marchi@ericsson.com>
7253
7254 * lib/gdb.exp (get_integer_valueof): Don't output read value in test name.
7255
65630365
PA
72562017-10-10 Pedro Alves <palves@redhat.com>
7257
7258 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Don't
7259 expect CLI output.
7260
bf469271
PA
72612017-10-10 Pedro Alves <palves@redhat.com>
7262
7263 * lib/selftest-support.exp (selftest_setup): Update for
7264 captured_command_loop's prototype change.
7265
777a42f1
PA
72662017-10-09 Pedro Alves <palves@redhat.com>
7267
7268 Test both arch1=>arch2 and arch2=>arch1.
7269
7270 * gdb.multi/multi-arch-exec.exp (exec1, srcfile1, binfile1, exec2)
7271 (srcfile2, binfile2, march1, march2): Remove globals. Largely
7272 factored out to...
7273 (append_arch1_options, append_arch2_options, append_arch_options)
7274 (build_executables): New procedures.
7275 (do_test): New 'first_arch' parameter. Use it to define 'from_exec'
7276 local.
7277 (top level): Add new 'first_arch' testing axis.
7278
cbd2b4e3
PA
72792017-10-09 Pedro Alves <palves@redhat.com>
7280
7281 * gdb.multi/multi-arch-exec.c: Include <pthread.h> and <assert.h>.
7282 (barrier): New.
7283 (thread_start, all_started): New functions.
7284 (main): Spawn new thread and wait until it is scheduled.
7285 * gdb.multi/multi-arch-exec.exp: Build $srcfile1 with the pthreads
7286 option.
7287 (do_test): Add 'selected_thread' parameter. Run to all_started
7288 instead of main. Explicitly set the breakpoint at main. Switch
7289 to the SELECTED_THREAD thread.
7290 (top level): Test handling the exec event with either the main
7291 thread or the second thread selected.
7292
5c9e4427
PA
72932017-10-09 Pedro Alves <palves@redhat.com>
7294
7295 * gdb.base/print-file-var-main.c: Fix get_version_2 value check
7296 logic. Move STOP marker after the value checks.
7297 * gdb.base/print-file-var.exp (continue to STOP marker): Tighten
7298 regexp.
7299
b3b7c423
SL
73002017-10-06 Sandra Loosemore <sandra@codesourcery.com>
7301
7302 * gdb.mi/mi-threads-interrupt.exp: Skip test if nointerrupts.
7303
3b4b2f16
UW
73042017-10-05 Ulrich Weigand <uweigand@de.ibm.com>
7305
7306 * gdb.base/dfp-exprs.exp: Update tests to larger range of supported
7307 integer-to-dfp conversion.
7308 * gdb.base/dfp-test.exp: Likewise.
7309
5cd63fda
PA
73102017-10-04 Pedro Alves <palves@redhat.com>
7311
7312 * gdb.multi/hangout.c: Include <unistd.h>.
7313 (hangout_loop): New function.
7314 (main): Call alarm. Call hangout_loop in a loop.
7315 * gdb.multi/hello.c: Include <unistd.h>.
7316 (hello_loop): New function.
7317 (main): Call alarm. Call hangout_loop in a loop.
7318 * gdb.multi/multi-arch.exp: Test running to a breakpoint one
7319 inferior with the other selected.
7320
4c71c105
SM
73212017-10-04 Simon Marchi <simon.marchi@ericsson.com>
7322
7323 * gdb.mi/list-thread-groups-available.exp: New file.
7324 * gdb.mi/list-thread-groups-available.c: New file.
7325
bc3b087d
SDJ
73262017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
7327
7328 * gdb.base/set-cwd.exp: Make it available on
7329 native-extended-gdbserver.
7330
d092c5a2
SDJ
73312017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
7332
7333 * gdb.base/set-cwd.c: New file.
7334 * gdb.base/set-cwd.exp: Likewise.
7335
45320ffa
TT
73362017-10-02 Tom Tromey <tom@tromey.com>
7337
7338 PR rust/22236:
7339 * gdb.rust/simple.rs (main): New variable "fslice".
7340 * gdb.rust/simple.exp: Add slice tests. Update string tests.
7341
b3e3859b
TT
73422017-10-02 Tom Tromey <tom@tromey.com>
7343
7344 * gdb.rust/simple.exp: Test ptype of a slice.
7345
01af5e0d
TT
73462017-10-02 Tom Tromey <tom@tromey.com>
7347
7348 * gdb.rust/simple.exp: Test index of slice.
7349
a9bbfbd8
TT
73502017-09-27 Tom Tromey <tom@tromey.com>
7351
7352 * gdb.base/macscp.exp: Add __VA_OPT__ tests.
7353
df8899e5
TP
73542017-09-26 Thomas Preud'homme <thomas.preudhomme@arm.com>
7355 Pedro Alves <palves@redhat.com>
7356
7357 * gdb.base/compare-sections.exp (get value of read-only section): Read
7358 as unsigned value.
7359 (corrupt read-only section): Likewise and don't set written if patching
7360 failed.
7361
757bf54b
KB
73622017-09-21 Kevin Buettner <kevinb@redhat.com>
7363
7364 * gdb.python/py-thrhandle.c, gdb.python/py-thrhandle.exp: New
7365 files.
7366
06871ae8
PA
73672017-09-20 Pedro Alves <palves@redhat.com>
7368
7369 * gdb.base/list-ambiguous.exp (test_list_ambiguous_symbol): Expect
7370 symbol names in gdb's output.
7371 * gdb.cp/overload.exp ("list all overloads"): Likewise.
7372
e5f25bc5
PA
73732017-09-20 Pedro Alves <palves@redhat.com>
7374
7375 * gdb.base/list-ambiguous.exp (test_list_ambiguous_function):
7376 Rename to ...
7377 (test_list_ambiguous_symbol): ... this and add a symbol name
7378 parameter. Adjust.
7379 (test_list_ambiguous_function): Reimplement on top of
7380 test_list_ambiguous_symbol and also test listing ambiguous
7381 variables.
7382 * gdb.base/list-ambiguous0.c (ambiguous): Rename to ...
7383 (ambiguous_fun): ... this.
7384 (ambiguous_var): New.
7385 * gdb.base/list-ambiguous1.c (ambiguous): Rename to ...
7386 (ambiguous_fun): ... this.
7387 (ambiguous_var): New.
7388
4e5a4f58
JB
73892017-09-19 John Baldwin <jhb@FreeBSD.org>
7390
7391 * gdb.base/starti.c: New file.
7392 * gdb.base/starti.exp: New file.
7393 * lib/gdb.exp (gdb_starti_cmd): New procedure.
7394
26e53f3e
PA
73952017-09-14 Pedro Alves <palves@redhat.com>
7396
7397 * gdb.base/nodebug.exp (nodebug_runto): New procedure.
7398 (top level): Use it instead of runto.
7399
cb791d59
TT
74002017-09-11 Tom Tromey <tom@tromey.com>
7401
7402 * gdb.base/ena-dis-br.exp (test_ena_dis_br): Update test.
7403
7c96f8c1
TT
74042017-09-11 Tom Tromey <tom@tromey.com>
7405
7406 * gdb.python/py-infthread.exp: Add tests for new_thread event.
7407 * gdb.python/py-inferior.exp: Add tests for new inferior events.
7408
469412dd
CW
74092017-09-08 Christoph Weinmann <christoph.t.weinmann@intel.com>
7410
7411 * gdb.fortran/printing-types.exp: New file.
7412 * gdb.fortran/printing-types.exp: New file.
7413
e0f86435
BH
74142017-09-08 Bernhard Heckel <bernhard.heckel@intel.com>
7415
7416 * gdb.fortran/vla-ptype.exp: Fix typos.
7417 * gdb.fortran/vla-value.exp: Same.
7418
9e9af4be
BH
74192017-09-08 Bernhard Heckel <bernhard.heckel@intel.com>
7420
7421 * gdb.fortran/vla-value.exp: Use type names defined in libfortran.
7422 * gdb.mi/mi-var-child-f.exp: Likewise.
7423 * gdb.mi/mi-vla-fortran.exp: Likewise.
7424
a5ad232b 74252017-09-08 Frank Penczek <frank.penczek@intel.com>
e79be6e5
SM
7426 Christoph Weinmann <christoph.t.weinmann@intel.com>
7427 Bernhard Heckel <bernhard.heckel@intel.com>
a5ad232b
FP
7428
7429 * gdb.fortran/ptr-indentation.f90: New file.
7430 * gdb.fortran/ptr-indentation.exp: New file.
7431
5aec60eb
TT
74322017-09-05 Tom Tromey <tom@tromey.com>
7433
7434 PR gdb/22010:
7435 * gdb.base/sizeof.exp (check_valueof): Cast char constant to int.
7436
8f8f8152
TP
74372017-09-06 Thomas Preud'homme <thomas.preudhomme@arm.com>
7438
7439 * gdb.arch/thumb2-it.exp: Cast call to assembly defined function.
7440
fbd1b771
JK
74412017-09-06 Jan Kratochvil <jan.kratochvil@redhat.com>
7442
7443 * gdb.threads/tls-nodebug-pie.c: New file.
7444 * gdb.threads/tls-nodebug-pie.exp: New file.
7445
5eb5f850
TT
74462017-09-05 Tom Tromey <tom@tromey.com>
7447
7448 * lib/gdb.exp (gdb_compile): Don't use universal_compile_options
7449 for rust.
7450
ae780a21
SM
74512017-09-05 Simon Marchi <simon.marchi@ericsson.com>
7452
7453 * gdb.multi/multi-arch-exec.exp: Test with different
7454 "follow-exec-mode" settings.
7455 (do_test): New procedure.
7456
3693fdb3
PA
74572017-09-04 Pedro Alves <palves@redhat.com>
7458
7459 * gdb.base/func-static.c (S::method const, S::method volatile)
7460 (S::method volatile const): New methods.
7461 (c_s, v_s, cv_s): New instances.
7462 (main): Call method() on them.
7463 * gdb.base/func-static.exp (syntax_re, cannot_resolve_re): New variables.
7464 (cannot_resolve): New procedure.
7465 (cxx_scopes_list): Test cv methods. Add print-scope-quote and
7466 print-quote-unquoted columns.
7467 (do_test): Test printing each scope too.
7468
e68cb8e0
PA
74692017-09-04 Pedro Alves <palves@redhat.com>
7470
7471 * gdb.base/local-static.exp: Also test with
7472 class::method::variable wholly quoted.
7473 * gdb.cp/m-static.exp (class::method::variable): Remove test.
7474
858be34c
PA
74752017-09-04 Pedro Alves <palves@redhat.com>
7476
7477 * gdb.base/local-static.c: New.
7478 * gdb.base/local-static.cc: New.
7479 * gdb.base/local-static.exp: New.
7480
46a4882b
PA
74812017-09-04 Pedro Alves <palves@redhat.com>
7482
7483 * gdb.asm/asm-source.exp: Add casts to int.
7484 * gdb.base/nodebug.c (dataglobal8, dataglobal32_1, dataglobal32_2)
7485 (dataglobal64_1, dataglobal64_2): New globals.
7486 * gdb.base/nodebug.exp: Test different expressions involving the
7487 new globals, with print, whatis and ptype. Add casts to int.
7488 * gdb.base/solib-display.exp: Add casts to int.
7489 * gdb.compile/compile-ifunc.exp: Expect warning. Add cast to int.
7490 * gdb.cp/m-static.exp: Add cast to int.
7491 * gdb.dwarf2/dw2-skip-prologue.exp: Add cast to int.
7492 * gdb.threads/tls-nodebug.exp: Check that gdb errors out printing
7493 tls variable with no debug info without a cast. Test with a cast
7494 to int too.
7495 * gdb.trace/entry-values.exp: Add casts.
7496
2c5a2be1
PA
74972017-09-04 Pedro Alves <palves@redhat.com>
7498
7499 * gdb.base/nodebug.exp: Test that ptype's error about functions
7500 with unknown return type includes the function name too.
7501
7022349d
PA
75022017-09-04 Pedro Alves <palves@redhat.com>
7503
7504 * gdb.base/break-main-file-remove-fail.exp (test_remove_bp): Cast
7505 return type of munmap in infcall.
7506 * gdb.base/break-probes.exp: Cast return type of foo in infcall.
7507 * gdb.base/checkpoint.exp: Simplify using for loop. Cast return
7508 type of ftell in infcall.
7509 * gdb.base/dprintf-detach.exp (dprintf_detach_test): Cast return
7510 type of getpid in infcall.
7511 * gdb.base/infcall-exec.exp: Cast return type of execlp in
7512 infcall.
7513 * gdb.base/info-os.exp: Cast return type of getpid in infcall.
7514 Bail on failure to extract the pid.
7515 * gdb.base/nodebug.c: #include <stdint.h>.
7516 (multf, multf_noproto, mult, mult_noproto, add8, add8_noproto):
7517 New functions.
7518 * gdb.base/nodebug.exp (test_call_promotion): New procedure.
7519 Change expected output of print/whatis/ptype with functions with
7520 no debug info. Test all supported languages. Call
7521 test_call_promotion.
7522 * gdb.compile/compile.exp: Adjust expected output to expect
7523 warning.
7524 * gdb.threads/siginfo-threads.exp: Likewise.
7525
54990598
PA
75262017-09-04 Pedro Alves <palves@redhat.com>
7527
7528 * gdb.base/callfuncs.exp (do_function_calls): New parameter
7529 "prototypes". Test calling float functions via prototyped and
7530 unprototyped function pointers.
7531 (perform_all_tests): New parameter "prototypes". Pass it down.
7532 (top level): Pass down "prototypes" parameter to
7533 perform_all_tests.
7534
34d16ea2
SM
75352017-09-04 Simon Marchi <simon.marchi@ericsson.com>
7536
7537 * gdb.base/commands.exp (loop_break_test, loop_continue_test):
7538 Test with nested loops.
7539
9521ecda
SM
75402017-09-04 Simon Marchi <simon.marchi@ericsson.com>
7541
7542 * gdb.base/commands.exp: Call the new procedures.
7543 (loop_break_test, loop_continue_test): New procedures.
7544
80a65e9b
SM
75452017-09-04 Simon Marchi <simon.marchi@ericsson.com>
7546
7547 * gdb.base/commands.exp: Call new procedure.
7548 (define_if_without_arg_test): New procedure.
7549
e439fa14
PA
75502017-09-04 Pedro Alves <palves@redhat.com>
7551
7552 * gdb.base/list-ambiguous.exp: New file.
7553 * gdb.base/list-ambiguous0.c: New file.
7554 * gdb.base/list-ambiguous1.c: New file.
7555 * gdb.base/list.exp (test_list_range): Adjust expected output.
7556
0a2dde4a
SDJ
75572017-08-31 Sergio Durigan Junior <sergiodj@redhat.com>
7558
7559 * gdb.base/share-env-with-gdbserver.c: New file.
7560 * gdb.base/share-env-with-gdbserver.exp: Likewise.
7561
5e89eb3a
SM
75622017-08-28 Simon Marchi <simon.marchi@ericsson.com>
7563
7564 * gdb.base/commands.exp (gdbvar_simple_if_test,
7565 gdbvar_simple_if_test, gdbvar_complex_if_while_test,
7566 progvar_simple_if_test, progvar_simple_while_test,
7567 progvar_complex_if_while_test, user_defined_command_test,
7568 user_defined_command_args_eval,
7569 user_defined_command_args_stack_test,
7570 user_defined_command_manyargs_test, bp_deleted_in_command_test,
7571 temporary_breakpoint_commands,
7572 gdb_test_no_prompt, redefine_hook_test,
7573 redefine_backtrace_test): Remove "global gdb_prompt".
7574
fd437cbc
SM
75752017-08-28 Simon Marchi <simon.marchi@ericsson.com>
7576
7577 * gdb.base/commands.exp (user_defined_command_case_sensitivity):
7578 New proc, call it from toplevel.
7579
87215ad1
SDJ
75802017-08-23 Sergio Durigan Junior <sergiodj@redhat.com>
7581
7582 PR remote/21852
7583 * gdb.server/normal.c: New file, copied from gdb.base.
7584 * gdb.server/run-without-local-binary.exp: New file.
7585
58afddc6
WP
75862017-08-07 Weimin Pan <weimin.pan@oracle.com>
7587
7588 * gdb.arch/sparc64-adi.exp: New file.
7589 * gdb.arch/sparc64-adi.c: New file.
7590
5277199a
PA
75912017-08-22 Pedro Alves <palves@redhat.com>
7592
7593 * gdb.cp/overload.exp (line_range_pattern): New procedure.
7594 (top level): Add "list all overloads" tests.
7595
14278e1f
TT
75962017-08-22 Tom Tromey <tom@tromey.com>
7597
7598 * gdb.gdb/xfullpath.exp: Remove.
7599
bf223d3e
PA
76002017-08-21 Pedro Alves <palves@redhat.com>
7601
7602 PR gdb/19487
7603 * gdb.base/symbol-alias.c: New.
7604 * gdb.base/symbol-alias2.c: New.
7605 * gdb.base/symbol-alias.exp: New.
7606
c973d0aa
PA
76072017-08-21 Pedro Alves <palves@redhat.com>
7608
7609 * gdb.base/dfp-test.c
7610 (d32_t, d64_t, d128_t, d32_t2, d64_t2, d128_t2, v_d32_t, v_d64_t)
7611 (v_d128_t, v_d32_t2, v_d64_t2, v_d128_t2): New.
7612 * gdb.base/dfp-test.exp: Add whatis/ptype/cast tests.
7613 * gdb.base/gnu_vector.exp: Add whatis/ptype/cast tests.
7614 * gdb.base/whatis-ptype-typedefs.c: New.
7615 * gdb.base/whatis-ptype-typedefs.exp: New.
7616 * gdb.python/py-prettyprint.c (int_type, int_type2): New typedefs.
7617 (an_int, an_int_type, an_int_type2): New globals.
7618 * gdb.python/py-prettyprint.exp (run_lang_tests): Add tests
7619 involving typedefs and cast expressions.
7620 * gdb.python/py-prettyprint.py (class pp_int_typedef): New.
7621 (lookup_typedefs_function): New.
7622 (typedefs_pretty_printers_dict): New.
7623 (top level): Register lookup_typedefs_function in
7624 gdb.pretty_printers.
7625
6d580b63
YQ
76262017-08-18 Yao Qi <yao.qi@linaro.org>
7627
7628 * gdb.server/unittest.exp: New.
7629
206726fb
SDJ
76302017-08-15 Sergio Durigan Junior <sergiodj@redhat.com>
7631
7632 PR gdb/21954
7633 * gdb.base/environ.exp: Add test to check if 'unset environment'
7634 works.
7635
bf0ec4c2
AA
76362017-08-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
7637
7638 * lib/gdb.exp (universal_compile_options): New caching proc.
7639 (gdb_compile): Suppress GCC's coloring of messages.
7640
d6382fff
TT
76412017-08-14 Tom Tromey <tom@tromey.com>
7642
7643 PR gdb/21675:
7644 * gdb.base/printcmds.exp (test_radices): New function.
7645 * gdb.dwarf2/var-access.exp: Use p/u, not p/d.
7646 * gdb.base/sizeof.exp (check_valueof): Use p/d.
7647 * lib/gdb.exp (get_integer_valueof): Use p/d.
7648
c2c2dd9f
SM
76492017-08-12 Simon Marchi <simon.marchi@ericsson.com>
7650
7651 * lib/gdb.exp (get_valueof): Don't capture end-of-line
7652 characters.
7653
fdffd6f4
TT
76542017-08-05 Tom Tromey <tom@tromey.com>
7655
7656 * gdb.rust/simple.exp: Allow String to appear in a different
7657 namespace.
7658
27d41eac
YQ
76592017-07-26 Yao Qi <yao.qi@linaro.org>
7660
7661 * gdb.gdb/unittest.exp: Invoke command
7662 "maintenance check xml-descriptions".
7663
031ed05d
AA
76642017-07-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
7665
7666 * gdb.arch/s390-vregs.exp: Calculate parameters to hex128 in the
7667 calling context.
7668 (hex128): Drop erroneous calculation of parameters.
7669
dcd27ddf
SM
76702017-07-22 Simon Marchi <simon.marchi@ericsson.com>
7671
7672 * gdb.python/py-unwind.exp: Disable stack protection when
7673 building test file.
7674
47e77640
PA
76752017-07-20 Pedro Alves <palves@redhat.com>
7676
7677 * gdb.base/default.exp (set language): Adjust expected output.
7678
62d2a18a
PA
76792017-07-20 Pedro Alves <palves@redhat.com>
7680
7681 * gdb.base/dmsym.c (pck__foo__bar__minsym): Rename to ...
7682 (test_minsym): ... this, and make static.
7683 (get_pck__foo__bar__minsym): Rename to ...
7684 (get_test_minsym): ... this.
7685 * gdb.base/dmsym.exp (): Remove "set language ada" call. Adjust
7686 symbol names and comments.
7687 * gdb.base/dmsym_main.c (get_pck__foo__bar__minsym): Rename to ...
7688 (get_test_minsym): ... this.
7689 (pck__foo__bar__minsym__2): Rename to ...
7690 (test_minsym): ... this.
7691 (main): Adjust.
7692
c45ec17c
PA
76932017-07-17 Pedro Alves <palves@redhat.com>
7694
7695 * gdb.base/completion.exp: Adjust expected output.
7696 * gdb.linespec/ls-errs.exp: Don't send tab characters, now that
7697 the completer works.
7698
c6756f62
PA
76992017-07-17 Pedro Alves <palves@redhat.com>
7700
7701 * gdb.linespec/ls-errs.exp (do_test): Adjust expected output.
7702
5bd68487
AB
77032017-07-15 Andrew Burgess <andrew.burgess@embecosm.com>
7704
7705 * gdb.mi/mi-vla-fortran.exp: Make test names unique.
7706
8880f2a9
TT
77072017-07-14 Tom Tromey <tom@tromey.com>
7708
7709 PR rust/21764:
7710 * gdb.rust/simple.exp: Add tests.
7711
65547233
TT
77122017-07-14 Tom Tromey <tom@tromey.com>
7713
7714 * gdb.rust/simple.exp: Add regression test for PR rust/21763.
7715
8f14146e
PA
77162017-07-14 Pedro Alves <palves@redhat.com>
7717
7718 * gdb.linespec/base/one/thefile.cc (z1): New function.
7719 * gdb.linespec/base/two/thefile.cc (z2): New function.
7720 * gdb.linespec/linespec.exp: Add tests.
7721
b4365d02
AB
77222017-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
7723
7724 * gdb.mi/mi-vla-fortran.exp: Correct even more parameter passing
7725 to mi_create_breakpoint.
7726
5d2cbaa5
AB
77272017-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
7728
7729 * gdb.mi/mi-vla-fortran.exp: Correct parameter passing to
7730 mi_create_breakpoint.
7731
11cb5716
IB
77322017-07-11 Iain Buclaw <ibuclaw@gdcproject.org>
7733
7734 * gdb.dlang/demangle.exp: Update for demangling changes.
7735
03278692
TT
77362017-07-09 Tom Tromey <tom@tromey.com>
7737
7738 * gdb.dwarf2/shortpiece.exp: New file.
7739
33c5cd75
DB
77402017-07-06 David Blaikie <dblaikie@gmail.com>
7741
7742 * gdb.dwarf2/fission-multi-cu.S: Test containing multiple CUs in a DWO,
7743 built from fissiont-multi-cu{1,2}.c.
7744 * gdb.dwarf2/fission-multi-cu.exp: Test similar to fission-base.exp,
7745 except putting 'main' and 'func' in separate CUs in the same DWO file.
7746 * gdb.dwarf2/fission-multi-cu1.c: First CU for the multi-CU-single-DWO
7747 test.
7748 * gdb.dwarf2/fission-multi-cu2.c: Second CU in the multi-CU-single-DWO
7749 test.
7750
8455d262
PA
77512017-07-06 Pedro Alves <palves@redhat.com>
7752
7753 * gdb.python/py-unwind.exp: Test flushregs.
7754
dc4bde35
SDJ
77552017-06-30 Sergio Durigan Junior <sergiodj@redhat.com>
7756
7757 PR cli/21688
7758 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): Add new
7759 tests for alias commands and trailing whitespace.
7760
51ed89aa
SDJ
77612017-06-30 Sergio Durigan Junior <sergiodj@redhat.com>
7762
7763 PR cli/21688
7764 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): New
7765 procedure. Call it.
7766
eb17d413
PA
77672017-06-29 Pedro Alves <palves@redhat.com>
7768
7769 * gdb.base/printcmds.exp: Add tests.
7770
41664b45
DG
77712017-06-28 Doug Gilmore <Doug.Gilmore@imgtec.com>
7772
7773 PR gdb/21337
7774 * gdb.base/reread-readsym.exp: New file.
7775 * gdb.base/reread-readsym.c: New file.
7776
75312ae3
KB
77772017-06-21 Kevin Buettner <kevinb@redhat.com>
7778
7779 * gdb.exp (gdb_test): Using noncapturing parens for the $pattern
7780 subpattern.
7781
66953522
PB
77822017-06-19 Peter Bergner <bergner@vnet.ibm.com>
7783
7784 * gdb.arch/powerpc-power9.exp: Update test case for new lnia
7785 extended mnemonic.
7786 * gdb.arch/powerpc-power9.s: Likewise.
7787
5524b525
AA
77882017-06-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
7789
7790 * gdb.dwarf2/var-access.exp: Use register name ecx instead of edx
7791 on 32-bit x86 targets. Exploit is_*_target macros where
7792 appropriate.
7793
03c8af18
AA
77942017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
7795
7796 * gdb.dwarf2/var-access.exp: Add test for non-byte-aligned
7797 register pieces.
7798
3bf31011
AA
77992017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
7800
7801 * gdb.dwarf2/var-access.exp: Add tests for accessing bit-fields
7802 located in one or more DWARF pieces.
7803
805acca0
AA
78042017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
7805
7806 * lib/gdb.exp (get_endianness): New proc.
7807 * gdb.arch/aarch64-fp.exp: Use it.
7808 * gdb.arch/altivec-regs.exp: Likewise.
7809 * gdb.arch/e500-regs.exp: Likewise.
7810 * gdb.arch/vsx-regs.exp: Likewise.
7811 * gdb.base/dump.exp: Likewise.
7812 * gdb.base/funcargs.exp: Likewise.
7813 * gdb.base/gnu_vector.exp: Likewise.
7814 * gdb.dwarf2/formdata16.exp: Likewise.
7815 * gdb.dwarf2/implptrpiece.exp: Likewise.
7816 * gdb.dwarf2/nonvar-access.exp: Likewise.
7817 * gdb.python/py-inferior.exp: Likewise.
7818 * gdb.trace/unavailable-dwarf-piece.exp: Likewise.
7819
e9352324
AA
78202017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
7821
7822 PR gdb/21226
7823 * gdb.dwarf2/nonvar-access.exp: Add checks for verifying that
7824 stack value pieces are taken from the LSB end.
7825
d5d1163e
AA
78262017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
7827
7828 * gdb.dwarf2/var-pieces.exp: Add test case for modifying a
7829 variable at nonzero offset.
7830
0567c986
AA
78312017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
7832
7833 * gdb.dwarf2/var-access.c: New file.
7834 * gdb.dwarf2/var-access.exp: New test.
7835 * lib/gdb-utils.exp (string_to_regexp): Quote braces as well.
7836
973e9aab
TT
78372017-06-12 Tom Tromey <tom@tromey.com>
7838
7839 * gdb.dwarf2/formdata16.exp: Add tests.
7840
d9109c80
TT
78412017-06-12 Tom Tromey <tom@tromey.com>
7842
7843 * gdb.arch/altivec-regs.exp: Expect decimal results for uint128.
7844
30a25466
TT
78452017-06-12 Tom Tromey <tom@tromey.com>
7846
7847 PR exp/16225:
7848 * gdb.reverse/i386-sse-reverse.exp: Update tests.
7849 * gdb.arch/vsx-regs.exp: Update tests.
7850 * gdb.arch/s390-vregs.exp (hex128): New proc.
7851 Update test.
7852 * gdb.arch/altivec-regs.exp: Update tests.
7853
aefd8b33
SDJ
78542017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
7855
7856 * gdb.base/startup-with-shell.c: New file.
7857 * gdb.base/startup-with-shell.exp: Likewise.
7858
2090129c
SDJ
78592017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
7860
7861 * gdb.server/non-existing-program.exp: Update regex in order to
7862 reflect the fact that gdbserver is now using fork_inferior (with a
7863 shell) to startup the inferior.
7864
8e86a419
SM
78652017-05-30 Simon Marchi <simon.marchi@ericsson.com>
7866
7867 * gdb.base/watch-cond-infcall.exp: Don't run if target doesn't
7868 support function calls from GDB.
7869
e6cf65f2
TT
78702017-05-21 Tom Tromey <tom@tromey.com>
7871
7872 PR rust/21466:
7873 * gdb.rust/unsized.exp: New file.
7874 * gdb.rust/unsized.rs: New file.
7875
43cc5389
TT
78762017-05-19 Tom Tromey <tom@tromey.com>
7877
7878 PR rust/21484:
7879 * gdb.rust/watch.exp: New file.
7880 * gdb.rust/watch.rs: New file.
7881
ec8df234
TT
78822017-05-18 Tom Tromey <tom@tromey.com>
7883
7884 * gdb.rust/simple.exp: Allow Box to be qualified.
7885
3e3e7fae
TP
78862017-05-18 Thomas Preud'homme <thomas.preudhomme@arm.com>
7887
7888 * gdb.base/float.exp: Expect GDB prompt for targets without FPU.
7889
59cc050d
PA
78902017-05-18 Pedro Alves <palves@redhat.com>
7891
7892 * gdb.base/fileio.c (test_write, test_read, test_close)
7893 (test_fstat): Don't print 'ret' in the fail path.
7894
c8f6abd1
PA
78952017-05-18 Pedro Alves <palves@redhat.com>
7896
7897 * gdb.base/fileio.c (stop, test_open, test_write, test_read)
7898 (test_lseek, test_close, test_stat, test_fstat, test_isatty)
7899 (test_system, test_rename, test_unlink, test_time): Change
7900 prototypes.
7901 * gdb.base/fileio.exp (stop_msg): Adjust.
7902
d2a03b77
PA
79032017-05-18 Pedro Alves <palves@redhat.com>
7904
7905 * gdb.base/fileio.c (null_str): New global.
7906 (test_stat): Use it.
7907 * gdb.base/fileio.exp: Remove nowarnings.
7908
0d5c6999
YQ
79092017-05-17 Yao Qi <yao.qi@linaro.org>
7910
7911 * gdb.base/fileio.exp: Pass nowarnings to gdb_compile.
7912
21873064
YQ
79132017-05-17 Simon Marchi <simon.marchi@ericsson.com>
7914
7915 * gdb.base/set-inferior-tty.exp (test_set_inferior_tty): Add
7916 argument command.
7917 (top-level): Invoke test_set_inferior_tty.
7918
d512d31c
PA
79192017-05-04 Pedro Alves <palves@redhat.com>
7920
7921 * gdb.python/py-record-btrace-threads.exp (check_insn_for_thread):
7922 Add parens to print call for Python 3.
7923
90cef2ed
KS
79242017-05-03 Keith Seitz <keiths@redhat.com>
7925
7926 * gdb.cp/oranking.cc (dummy): New function to grab malloc.
7927 (main): Call it.
7928
14f819c8
TW
79292017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
7930
7931 * gdb.python/py-record-btrace.exp: Rename prev_sibling and next_sibling
7932 to prev and next.
7933
913aeadd
TW
79342017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
7935
7936 * gdb.python/py-record-btrace.exp: Remove test for
7937 gdb.BtraceInstruction.error.
7938
a3be24ad
TW
79392017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
7940
7941 * gdb.python/py-record-btrace.exp: Remove Record.ptid test.
7942
ae20e79a
TW
79432017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
7944
7945 * gdb.python/py-record-btrace-threads.c: New file.
7946 * gdb.python/py-record-btrace-threads.exp: New file.
7947
45ce1b47
SDJ
79482017-04-28 Sergio Durigan Junior <sergiodj@redhat.com>
7949
7950 PR testsuite/8595
7951 * gdb.base/environ.exp: Make test available in all architectures.
7952 Move bits related to "info program" testing to
7953 gdb.base/info-program.exp. Rewrite tests to use the two new
7954 procedures mentione below.
7955 (test_set_show_env_var) New procedure.
7956 (test_set_show_env_var_equal): Likewise.
7957 * gdb.base/info-program.exp: New file.
7958
e15c3eb4
KS
79592017-04-27 Keith Seitz <keiths@redhat.com>
7960
7961 * gdb.cp/oranking.cc (test15): New function.
7962 (main): Call test15 and declare additional variables for testing.
7963 * gdb.cp/oranking.exp: Remove kfail status for "p foo4(&a)" and
7964 "p foo101('abc')" tests.
7965 Add tests for cv qualifier overloads.
7966 * gdb.cp/rvalue-ref-overloads.exp: Remove kfail status for
7967 "lvalue reference overload" test.
7968 * gdb.cp/rvalue-ref-params.exp: Remove kfail status for
7969 "print value of f1 on Child&& in f2" test.
7970
3a3fd0fd
PA
79712017-04-19 Pedro Alves <palves@redhat.com>
7972
7973 * gdb.threads/threadapply.exp (kill_and_remove_inferior): New
7974 procedure.
7975 (top level): Call it.
7976 * lib/gdb.exp (gdb_define_cmd): New procedure.
7977
53375380
PA
79782017-04-12 Pedro Alves <palves@redhat.com>
7979
7980 PR gdb/21323
7981 * gdb.cp/wide_char_types.c: Include <wchar.h>.
7982 (wchar): New global.
7983 * gdb.cp/wide_char_types.exp (wide_char_types_program)
7984 (do_test_wide_char, wide_char_types_no_program, top level): Add
7985 wchar_t testing.
7986
53e710ac
PA
79872017-04-12 Pedro Alves <palves@redhat.com>
7988
7989 PR c++/21323
7990 * gdb.cp/wide_char_types.c: New file.
7991 * gdb.cp/wide_char_types.exp: New file.
7992
0ad9d8c7
SDJ
79932017-04-05 Sergio Durigan Junior <sergiodj@redhat.com>
7994
7995 PR gdb/21352
7996 * gdb.trace/tsv.exp: Add test for "tsave -r".
7997
b1b45502
IB
79982017-03-30 Iain Buclaw <ibuclaw@gdcproject.org>
7999
8000 * gdb.dlang/watch-loc.c: New file.
8001 * gdb.dlang/watch-loc.exp: New file.
8002
ec13808e
JK
80032017-03-29 Jan Kratochvil <jan.kratochvil@redhat.com>
8004
8005 * gdb.python/py-section-script.exp (sepdebug): New testcases.
8006
fe5f7374
AK
80072017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
8008
8009 * gdb.arch/arc-analyze-prologue.S: New file.
8010 * gdb.arch/arc-analyze-prologue.exp: Likewise.
8011
eea78757
AK
80122017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
8013
8014 * gdb.arch/arc-decode-insn.S: New file.
8015 * gdb.arch/arc-decode-insn.exp: Likewise.
8016
5badf10a
IR
80172017-03-21 Ivo Raisr <ivo.raisr@oracle.com>
8018
8019 PR tdep/20928
8020 * gdb.arch/sparc64-regs.exp: New file.
8021 * gdb.arch/sparc64-regs.S: Likewise.
8022
cee59b3f
TW
80232017-03-21 Tim Wiederhake <tim.wiederhake@intel.com>
8024
8025 * gdb.python/py-record-btrace.exp: Check for buffer on Python 2
8026 and memory view on Python 3.
8027
c0f55cc6
AV
80282017-03-20 Artemiy Volkov <artemiyv@acm.org>
8029 Keith Seitz <keiths@redhat.com>
8030
8031 PR gdb/14441
8032 * gdb.cp/demangle.exp: Add rvalue reference tests.
8033 * gdb.cp/rvalue-ref-casts.cc: New file.
8034 * gdb.cp/rvalue-ref-casts.exp: New file.
8035 * gdb.cp/rvalue-ref-overload.cc: New file.
8036 * gdb.cp/rvalue-ref-overload.exp: New file.
8037 * gdb.cp/rvalue-ref-params.cc: New file.
8038 * gdb.cp/rvalue-ref-params.exp: New file.
8039 * gdb.cp/rvalue-ref-sizeof.cc: New file.
8040 * gdb.cp/rvalue-ref-sizeof.exp: New file.
8041 * gdb.cp/rvalue-ref-types.cc: New file.
8042 * gdb.cp/rvalue-ref-types.exp: New file.
8043 * gdb.python/py-rvalue-ref-value-cc.cc: New file.
8044 * gdb.python/py-rvalue-ref-value-cc.exp: New file.
8045
51457a05
MAL
80462017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
8047
8048 * gdb.mi/mi-solib.exp (test_file_list_shared_libraries):
8049 New procedure.
8050
5b291c04
MAL
80512017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
8052
8053 * lib/mi-support.exp (mi_gdb_test): Add additional message
8054 for unexpected output.
8055
59a56148
AA
80562017-03-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
8057
8058 * gdb.base/examine-backward.c (Barrier): New character array
8059 constant, to ensure that TestStrings is preceded by a string
8060 terminator.
8061
7942e96e
AA
80622017-03-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
8063
8064 * lib/dwarf.exp: Add support for DW_OP_implicit_pointer.
8065 * gdb.dwarf2/nonvar-access.exp: Add test for stack value location
8066 and implicit pointer into such a location.
8067
6ebac3fb
DE
80682017-03-16 Doug Evans <dje@google.com>
8069
8070 * gdb.python/py-lazy-string (pointer): Really add new typedef.
8071
ec3b243d
TP
80722017-03-16 Thomas Preud'homme <thomas.preudhomme@arm.com>
8073
8074 * gdb.cp/m-static.exp: Fix expectation for prototype of
8075 test5.single_constructor and single_constructor::single_constructor.
2cc36e25
DE
8076
80772017-03-16 Doug Evans <dje@google.com>
a7c0469f
DE
8078
8079 * gdb.guile/scm-value.c (main) Delete locals sptr, sn.
8080 * gdb.guile/scm-lazy-string.c: New file.
8081 * gdb.guile/scm-value.exp: Move lazy string tests to ...
8082 * gdb.guile/scm-lazy-string.exp: ... here, new file. Add more tests
8083 for pointer, array, typedef lazy strings.
8084
2cc36e25 80852017-03-16 Doug Evans <dje@google.com>
34b43320
DE
8086
8087 PR python/17728, python/18439, python/18779
8088 * gdb.python/py-value.c (main) Delete locals sptr, sn.
8089 * gdb.python/py-lazy-string.c (pointer): New typedef.
8090 (main): New locals ptr, array, typedef_ptr.
8091 * gdb.python/py-value.exp: Move lazy string tests to ...
8092 * gdb.python/py-lazy-string.exp: ... here. Add more tests for pointer,
8093 array, typedef lazy strings.
ec3b243d 8094
0efcde63
AK
80952017-03-14 Anton Kolesov <anton.kolesov@synopsys.com>
8096
8097 * lib/gdb.exp (get_valueof, get_integer_valueof, get_sizeof):
8098 Add optional 'test' parameter.
8099
7978d7c3
SM
81002017-03-13 Simon Marchi <simon.marchi@ericsson.com>
8101
8102 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
8103 Skip for versions of DejaGnu < 1.5.
8104
896c0c1e
SM
81052017-03-13 Simon Marchi <simon.marchi@ericsson.com>
8106
8107 * lib/gdb.exp (dejagnu_version): New proc.
8108 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
8109 Use dejagnu_version.
8110
5f4d1085
KS
81112017-03-10 Keith Seitz <keiths@redhat.com>
8112
8113 PR c++/8128
8114 * gdb.cp/templates.exp (test_ptype_of_templates): Remove argument
8115 type from destructor regexps.
8116 Add a branch which actually passes the test.
8117 Adjust "ptype t5i" test names.
8118
1de05205
PA
81192017-03-08 Pedro Alves <palves@redhat.com>
8120
8121 * gdb.base/step-over-exit.exp: Add explicit test message.
8122
c65d6b55
PA
81232017-03-08 Pedro Alves <palves@redhat.com>
8124
8125 PR gdb/18360
8126 * gdb.threads/interrupt-while-step-over.c: New file.
8127 * gdb.threads/interrupt-while-step-over.exp: New file.
8128
2e86a283
PA
81292017-03-08 Pedro Alves <palves@redhat.com>
8130
8131 * gdb.arch/amd64-entry-value-param-dwarf5.exp: Use with_test_prefix.
8132 * gdb.arch/amd64-entry-value-param.exp: Use with_test_prefix.
8133
25dcbff6
PA
81342017-03-08 Pedro Alves <palves@redhat.com>
8135
8136 * gdb.arch/i386-pkru.exp (probe PKRU support): Handle detecting
8137 PKRU as not supported as a PASS.
8138
dc9366eb
PA
81392017-03-08 Pedro Alves <palves@redhat.com>
8140
8141 * gdb.base/break-fun-addr.exp: Use $testfile1/$testfile2 for test
8142 prefix instead of $binfile1/$binfile2.
8143 * gdb.btrace/gcore.exp: Use "core" instead of unstable path name
8144 in test message.
8145 * gdb.python/py-completion.exp: Use "load python file" as test
8146 messages instead of unstable path names.
8147
6e5d74e7
PA
81482017-03-08 Pedro Alves <palves@redhat.com>
8149 Jan Kratochvil <jan.kratochvil@redhat.com>
8150
8151 PR cli/21218
8152 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
8153 New proc.
8154 (top level): Call it.
8155
9753a2f6
PA
81562017-03-08 Pedro Alves <palves@redhat.com>
8157
8158 PR tui/21216
8159 * gdb.tui/tui-nl-filtered-output.exp: New file.
8160
1a4dd9dd
PA
81612017-03-08 Pedro Alves <palves@redhat.com>
8162
8163 * gdb.base/completion.exp: Move TUI completion tests to ...
8164 * gdb.tui/completion.exp: ... this new file.
8165
7cbbff33
PA
81662017-03-08 Pedro Alves <palves@redhat.com>
8167
8168 * gdb.base/tui-disasm-long-lines.c,
8169 gdb.base/tui-disasm-long-lines.exp, gdb.base/tui-layout.c,
8170 gdb.base/tui-layout.exp: Move to ...
8171 * gdb.tui/: ... this new directory.
8172
5f6fd321
PA
81732017-03-07 Pedro Alves <palves@redhat.com>
8174
8175 * gdb.base/tui-layout.c: New file.
8176 * gdb.base/tui-layout.exp: New file.
8177
44959fa8
PA
81782017-03-07 Pedro Alves <palves@redhat.com>
8179
8180 * gdb.base/tui-layout.c: Rename to ...
8181 * gdb.base/tui-disasm-long-lines.c: ... this.
8182 * gdb.base/tui-layout.exp: Rename to ...
8183 * gdb.base/tui-disasm-long-lines.exp: ... this.
8184
f8c4e718
PA
81852017-03-07 Pedro Alves <palves@redhat.com>
8186
8187 * gdb.base/tui-layout.exp: Add intro comment and fix typo.
8188
6dbb839a 81892017-03-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
4a612d6f
WT
8190
8191 * i386-mpx-call.c: New file.
8192 * i386-mpx-call.exp: New file.
8193
65b48a81
PB
81942017-02-28 Peter Bergner <bergner@vnet.ibm.com>
8195
8196 * gdb.arch/powerpc-power.exp: Delete test.
8197 * gdb.arch/powerpc-power.s: Likewise.
8198 * gdb.disasm/disassembler-options.exp: New test.
8199 * gdb.arch/powerpc-altivec.exp: Likewise.
8200 * gdb.arch/powerpc-altivec.s: Likewise.
8201 * gdb.arch/powerpc-altivec2.exp: Likewise.
8202 * gdb.arch/powerpc-altivec2.s: Likewise.
8203 * gdb.arch/powerpc-altivec3.exp: Likewise.
8204 * gdb.arch/powerpc-altivec3.s: Likewise.
8205 * gdb.arch/powerpc-power7.exp: Likewise.
8206 * gdb.arch/powerpc-power7.s: Likewise.
8207 * gdb.arch/powerpc-power8.exp: Likewise.
8208 * gdb.arch/powerpc-power8.s: Likewise.
8209 * gdb.arch/powerpc-power9.exp: Likewise.
8210 * gdb.arch/powerpc-power9.s: Likewise.
8211 * gdb.arch/powerpc-vsx.exp: Likewise.
8212 * gdb.arch/powerpc-vsx.s: Likewise.
8213 * gdb.arch/powerpc-vsx2.exp: Likewise.
8214 * gdb.arch/powerpc-vsx2.s: Likewise.
8215 * gdb.arch/powerpc-vsx3.exp: Likewise.
8216 * gdb.arch/powerpc-vsx3.s: Likewise.
8217 * gdb.arch/arm-disassembler-options.exp: Likewise.
8218 * gdb.arch/powerpc-disassembler-options.exp: Likewise.
8219 * gdb.arch/s390-disassembler-options.exp: Likewise.
8220
17cd4947
LM
82212017-02-23 Luis Machado <lgustavo@codesourcery.com>
8222
8223 * gdb.reverse/insn-reverse.x86.c (check_rdrand_support): Renamed to ...
8224 (check_supported_features): ... this. Changed return type to void.
8225 (supports_rdseed): New static global.
8226 (rdseed): Check supports_rdseed.
8227 (initialize): Call check_supported_features.
8228
2039d74e
EBM
82292017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
8230
8231 * gdb.arch/ppc64-isa207-atomic-inst.exp: New testcase based on
8232 gdb.arch/ppc64-atomic-inst.exp. Add tests for lbarx/stbcx, lharx/sthcx
8233 and lqarx/stqcx.
8234 * gdb.arch/ppc64-isa207-atomic-inst.S: New file.
8235 * gdb.arch/ppc64-isa207-atomic-inst.c: Likewise.
8236
a51d7ecf
EBM
82372017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
8238
8239 * gdb.arch/ppc64-atomic-inst.exp: Fix test names starting with
8240 uppercase.
8241
0224619f
JK
82422017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
8243
8244 * gdb.dwarf2/formdata16.c: New file.
8245 * gdb.dwarf2/formdata16.exp: New file.
8246 * lib/dwarf.exp (Dwarf): Add DW_FORM_data16.
8247
216f72a1
JK
82482017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
8249
8250 * gdb.arch/amd64-entry-value-param-dwarf5.S: New file.
8251 * gdb.arch/amd64-entry-value-param-dwarf5.c: New file.
8252 * gdb.arch/amd64-entry-value-param-dwarf5.exp: New file.
8253 * gdb.arch/amd64-entry-value.exp: Rename DW_OP_GNU_*, DW_TAG_GNU_* and
8254 DW_AT_GNU_*.
8255
43988095
JK
82562017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
8257
8258 * gdb.dwarf2/dw2-error.exp (file $testfile): Update expected string.
8259
99e8a4f9
SDJ
82602017-02-15 Sergio Durigan Junior <sergiodj@redhat.com>
8261
8262 PR gdb/21164
8263 * gdb.base/maint.exp: Add testcases for when the commands do
8264 not have arguments.
8265
b58a8c0c
TP
82662017-02-15 Thomas Preud'homme <thomas.preudhomme@arm.com>
8267
8268 * gdb.cp/chained-calls.exp: Use p instead of P.
8269
4e746bb6
TW
82702017-02-14 Tim Wiederhake <tim.wiederhake@intel.com>
8271
8272 * gdb.python/py-record-btrace.c, gdb.python/py-record-btrace.exp,
8273 gdb.python/py-record-full.c, gdb.python/py-record-full.exp: New file.
8274
3f77c769
TT
82752017-02-14 Tom Tromey <tom@tromey.com>
8276
8277 PR python/13598:
8278 * gdb.python/py-events.exp: Add before_prompt event tests.
8279
075beec0
AA
82802017-02-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
8281
8282 * gdb.dwarf2/implptrpiece.exp: Fix check for big-endian targets.
8283
bf5f525c
LM
82842017-02-13 Luis Machado <lgustavo@codesourcery.com>
8285
8286 * gdb.linespec/explicit.c (my_unique_function_name): New function.
8287 (main): Call my_unique_function_name.
8288 * gdb.linespec/explicit.exp: Use my_unique_function_name to test
8289 completion of patterns with a single match.
8290 Add missing -re switches to gdb_test_multiple calls.
8291
13a66184
LM
82922017-02-13 Luis Machado <lgustavo@codesourcery.com>
8293
8294 * gdb.arch/i386-biarch-core.exp: Check for i386 arch support and
8295 return if core file is not recognized.
8296
26a06916
SM
82972017-02-10 Simon Marchi <simon.marchi@ericsson.com>
8298
8299 * gdb.base/new-ui.exp (do_test): Test queries behavior on main
8300 and extra UIs.
8301
b761ca9e
SM
83022017-02-10 Simon Marchi <simon.marchi@ericsson.com>
8303
8304 * gdb.base/new-ui.exp (do_test, do_test_invalid_args): Use
8305 proc_with_prefix.
8306
b964bee0
TT
83072017-02-10 Tom Tromey <tom@tromey.com>
8308
8309 * gdb.python/py-xmethods.exp: Use "p" command, not "P".
8310
18da0c51
MG
83112017-02-10 Martin Galvan <martingalvan@sourceware.org>
8312
8313 PR gdb/21122
8314 * gdb.base/help.exp: Update match pattern for testing 'help commands'.
8315
604c4576
JG
83162017-02-08 Jerome Guitton <guitton@adacore.com>
8317
8318 * gdb.base/define.exp: Add test for command abbreviations
8319 in define.
8320
20b477a7
LM
83212017-02-06 Luis Machado <lgustavo@codesourcery.com>
8322
8323 * gdb.reverse/insn-reverse.c: Include insn-reverse-x86.c.
8324 * gdb.reverse/insn-reverse-x86.c: New file.
8325
3f7b46f2
IR
83262017-02-06 Ivo Raisr <ivo.raisr@oracle.com>
8327
8328 PR tdep/20936
8329 * gdb.xml/tdesc-regs.exp: Provide sparc core registers for the tests.
8330
f0fd41c1
TT
83312017-02-03 Tom Tromey <tom@tromey.com>
8332
8333 PR rust/21097:
8334 * gdb.rust/simple.exp: Add new tests.
8335
5be5dbf0
PA
83362017-02-02 Pedro Alves <palves@redhat.com>
8337
8338 * gdb.mi/mi-logging.exp: Add "redirect while already logging"
8339 tests.
8340
7346ef59
AA
83412017-02-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
8342
8343 * gdb.dwarf2/dw2-op-stack-value.exp: Adjust expected result of
8344 taking a 2-byte value out of a 4-byte DWARF implicit value on
8345 big-endian targets.
8346 * gdb.dwarf2/nonvar-access.exp: Add more comments to existing
8347 logic. Add test cases for DW_OP_implicit.
8348
787f0025
MM
83492017-02-01 Markus Metzger <markus.t.metzger@intel.com>
8350
8351 * lib/gdb.exp (gdb_skip_xml_tests): Error if GDB is running.
8352
68777c29
MM
83532017-02-01 Markus Metzger <markus.t.metzger@intel.com>
8354
8355 * gdb.btrace/enable.exp: Call gdb_exit before
8356 skip_gdbserver_tests.
8357
0a1c7e28
MM
83582017-02-01 Markus Metzger <markus.t.metzger@intel.com>
8359
8360 * gdb.btrace/non-stop.exp: Add '-ex "set non-stop on"' to
8361 GDBFLAGS.
8362
b5ac99b0
MM
83632017-02-01 Markus Metzger <markus.t.metzger@intel.com>
8364
8365 * gdb.btrace/buffer-size.exp: Add unsupported/untested message if
8366 the test is skipped.
8367 * gdb.btrace/data.exp: Likewise.
8368 * gdb.btrace/delta.exp: Likewise.
8369 * gdb.btrace/dlopen.exp: Likewise.
8370 * gdb.btrace/enable-running.exp: Likewise.
8371 * gdb.btrace/enable.exp: Likewise.
8372 * gdb.btrace/exception.exp: Likewise.
8373 * gdb.btrace/function_call_history.exp: Likewise.
8374 * gdb.btrace/gcore.exp: Likewise.
8375 * gdb.btrace/instruction_history.exp: Likewise.
8376 * gdb.btrace/multi-thread-step.exp: Likewise.
8377 * gdb.btrace/nohist.exp: Likewise.
8378 * gdb.btrace/non-stop.exp: Likewise.
8379 * gdb.btrace/reconnect.exp: Likewise.
8380 * gdb.btrace/record_goto-step.exp: Likewise.
8381 * gdb.btrace/record_goto.exp: Likewise.
8382 * gdb.btrace/rn-dl-bind.exp: Likewise.
8383 * gdb.btrace/segv.exp: Likewise.
8384 * gdb.btrace/step.exp: Likewise.
8385 * gdb.btrace/stepi.exp: Likewise.
8386 * gdb.btrace/tailcall-only.exp: Likewise.
8387 * gdb.btrace/tailcall.exp: Likewise.
8388 * gdb.btrace/tsx.exp: Likewise.
8389 * gdb.btrace/unknown_functions.exp: Likewise.
8390 * gdb.btrace/vdso.exp: Likewise.
8391
cd4007e4
MM
83922017-02-01 Markus Metzger <markus.t.metzger@intel.com>
8393
8394 * gdb.btrace/enable-running.c: New.
8395 * gdb.btrace/enable-running.exp: New.
8396
2735833d
WT
83972017-01-27 Walfred Tedeschi <walfred.tedeschi@intel.com>
8398
8399 * gdb.arch/amd64-gs_base.c: New file.
8400 * gdb.arch/amd64-gs_base.exp: New file.
8401
b51e1e94
LM
84022017-01-26 Luis Machado <lgustavo@codesourcery.com>
8403
8404 * lib/memory.exp: Remove spurious empty newlines.
8405
72ca0410
SM
84062017-01-26 Simon Marchi <simon.marchi@polymtl.ca>
8407
8408 * gdb.python/py-bad-printers.exp: Load python file using "source".
8409 * gdb.python/py-events.exp: Likewise.
8410 * gdb.python/py-evsignal.exp: Likewise.
8411 * gdb.python/py-evthreads.exp: Likewise.
8412 * gdb.python/py-frame-args.exp: Likewise.
8413 * gdb.python/py-framefilter-invalidarg.exp: Likewise.
8414 * gdb.python/py-framefilter-mi.exp: Likewise.
8415 * gdb.python/py-framefilter.exp: Likewise.
8416 * gdb.python/py-mi.exp: Likewise.
8417 * gdb.python/py-pp-maint.exp: Likewise.
8418 * gdb.python/py-pp-registration.exp: Likewise.
8419 * gdb.python/py-prettyprint.exp: Likewise.
8420 (run_lang_tests): Likewise.
8421 * gdb.python/py-typeprint.exp: Likewise.
8422
e309aa65
LM
84232017-01-26 Luis Machado <lgustavo@codesourcery.com>
8424
8425 * lib/memory.exp: New file.
8426 * lib/gdb.exp: Load memory.exp.
8427 * gdb.base/memattr.exp (delete_memory): Move proc to
8428 lib/memory.exp and rename to delete_memory_regions.
8429 Replace delete_memory with delete_memory_regions.
8430 Cleanup memory regions before tests.
8431 * gdb.base/breakpoint-in-ro-region.exp: Cleanup memory regions
8432 before tests.
8433
515aff23
LM
84342017-01-26 Luis Machado <lgustavo@codesourcery.com>
8435
8436 * gdb.reverse/insn-reverse.c: Move arm and aarch64 code to their own
8437 files.
8438 (initialize): New function conditionally defined.
8439 (testcases): Move within conditional block.
8440 (main): Call initialize.
8441 * gdb.reverse/insn-reverse-aarch64.c: New file, based on aarch64 bits
8442 of gdb.reverse/insn-reverse.c.
8443 * gdb.reverse/insn-reverse-arm.c: New file, based on arm bits of
8444 gdb.reverse/insn-reverse.c.
8445
d8b49cf0
YQ
84462017-01-26 Yao Qi <yao.qi@linaro.org>
8447
8448 * gdb.base/all-architectures.exp.in (do_arch_tests): Test
8449 disassemble on address 0.
8450
f13a9a0c
YQ
84512017-01-25 Andreas Arnez <arnez@linux.vnet.ibm.com>
8452 Yao Qi <yao.qi@linaro.org>
8453
8454 * gdb.dwarf2/implptr-64bit.exp: Use dwarf assembler.
8455 * gdb.dwarf2/implptr-64bit.S: Remove.
8456 * lib/dwarf.exp (Dwarf): Handle character "%". Evaluate some
8457 variables in caller's context. Add DW_OP_implicit_value.
8458
5ac95241
YQ
84592017-01-25 Yao Qi <yao.qi@linaro.org>
8460
8461 * lib/dwarf.exp (Dwarf::_location): Handle
8462 DW_OP_GNU_implicit_pointer with proper size.
8463
23e82930
LM
84642017-01-20 Luis Machado <lgustavo@codesourcery.com>
8465
8466 * gdb.python/py-xmethods.exp: Fix test names starting with lowercase
8467 and add untested calls.
8468
d334ae25
LM
84692017-01-20 Luis Machado <lgustavo@codesourcery.com>
8470
8471 * gdb.python/python.exp: Check line number against what GDB thinks
8472 the line number is for func1.
8473
f5e6296e
IB
84742017-01-08 Iain Buclaw <ibuclaw@gdcproject.org>
8475
8476 * gdb.dlang/debug-expr.exp: New file.
8477
5b362f04
LM
84782016-12-23 Luis Machado <lgustavo@codesourcery.com>
8479
8480 Fix test names for the following files:
8481
8482 * gdb.ada/exec_changed.exp
8483 * gdb.ada/info_types.exp
8484 * gdb.arch/aarch64-atomic-inst.exp
8485 * gdb.arch/aarch64-fp.exp
8486 * gdb.arch/altivec-abi.exp
8487 * gdb.arch/altivec-regs.exp
8488 * gdb.arch/amd64-byte.exp
8489 * gdb.arch/amd64-disp-step.exp
8490 * gdb.arch/amd64-dword.exp
8491 * gdb.arch/amd64-entry-value-inline.exp
8492 * gdb.arch/amd64-entry-value-param.exp
8493 * gdb.arch/amd64-entry-value-paramref.exp
8494 * gdb.arch/amd64-entry-value.exp
8495 * gdb.arch/amd64-i386-address.exp
8496 * gdb.arch/amd64-invalid-stack-middle.exp
8497 * gdb.arch/amd64-invalid-stack-top.exp
8498 * gdb.arch/amd64-optimout-repeat.exp
8499 * gdb.arch/amd64-prologue-skip.exp
8500 * gdb.arch/amd64-prologue-xmm.exp
8501 * gdb.arch/amd64-stap-special-operands.exp
8502 * gdb.arch/amd64-stap-wrong-subexp.exp
8503 * gdb.arch/amd64-tailcall-cxx.exp
8504 * gdb.arch/amd64-tailcall-noret.exp
8505 * gdb.arch/amd64-tailcall-ret.exp
8506 * gdb.arch/amd64-tailcall-self.exp
8507 * gdb.arch/amd64-word.exp
8508 * gdb.arch/arm-bl-branch-dest.exp
8509 * gdb.arch/arm-disp-step.exp
8510 * gdb.arch/arm-neon.exp
8511 * gdb.arch/arm-single-step-kernel-helper.exp
8512 * gdb.arch/avr-flash-qualifier.exp
8513 * gdb.arch/disp-step-insn-reloc.exp
8514 * gdb.arch/e500-abi.exp
8515 * gdb.arch/e500-regs.exp
8516 * gdb.arch/ftrace-insn-reloc.exp
8517 * gdb.arch/i386-avx512.exp
8518 * gdb.arch/i386-bp_permanent.exp
8519 * gdb.arch/i386-byte.exp
8520 * gdb.arch/i386-cfi-notcurrent.exp
8521 * gdb.arch/i386-disp-step.exp
8522 * gdb.arch/i386-dr3-watch.exp
8523 * gdb.arch/i386-float.exp
8524 * gdb.arch/i386-gnu-cfi.exp
8525 * gdb.arch/i386-mpx-map.exp
8526 * gdb.arch/i386-mpx-sigsegv.exp
8527 * gdb.arch/i386-mpx-simple_segv.exp
8528 * gdb.arch/i386-mpx.exp
8529 * gdb.arch/i386-permbkpt.exp
8530 * gdb.arch/i386-prologue.exp
8531 * gdb.arch/i386-signal.exp
8532 * gdb.arch/i386-size-overlap.exp
8533 * gdb.arch/i386-unwind.exp
8534 * gdb.arch/i386-word.exp
8535 * gdb.arch/mips-fcr.exp
8536 * gdb.arch/powerpc-d128-regs.exp
8537 * gdb.arch/powerpc-stackless.exp
8538 * gdb.arch/ppc64-atomic-inst.exp
8539 * gdb.arch/s390-stackless.exp
8540 * gdb.arch/s390-tdbregs.exp
8541 * gdb.arch/s390-vregs.exp
8542 * gdb.arch/sparc-sysstep.exp
8543 * gdb.arch/thumb-bx-pc.exp
8544 * gdb.arch/thumb-singlestep.exp
8545 * gdb.arch/thumb2-it.exp
8546 * gdb.arch/vsx-regs.exp
8547 * gdb.asm/asm-source.exp
8548 * gdb.base/a2-run.exp
8549 * gdb.base/advance.exp
8550 * gdb.base/all-bin.exp
8551 * gdb.base/anon.exp
8552 * gdb.base/args.exp
8553 * gdb.base/arithmet.exp
8554 * gdb.base/async-shell.exp
8555 * gdb.base/async.exp
8556 * gdb.base/attach-pie-noexec.exp
8557 * gdb.base/attach-twice.exp
8558 * gdb.base/auto-load.exp
8559 * gdb.base/bang.exp
8560 * gdb.base/bitfields.exp
8561 * gdb.base/break-always.exp
8562 * gdb.base/break-caller-line.exp
8563 * gdb.base/break-entry.exp
8564 * gdb.base/break-inline.exp
8565 * gdb.base/break-on-linker-gcd-function.exp
8566 * gdb.base/break-probes.exp
8567 * gdb.base/break.exp
8568 * gdb.base/breakpoint-shadow.exp
8569 * gdb.base/call-ar-st.exp
8570 * gdb.base/call-sc.exp
8571 * gdb.base/call-signal-resume.exp
8572 * gdb.base/call-strs.exp
8573 * gdb.base/callfuncs.exp
8574 * gdb.base/catch-fork-static.exp
8575 * gdb.base/catch-gdb-caused-signals.exp
8576 * gdb.base/catch-load.exp
8577 * gdb.base/catch-signal-fork.exp
8578 * gdb.base/catch-signal.exp
8579 * gdb.base/catch-syscall.exp
8580 * gdb.base/charset.exp
8581 * gdb.base/checkpoint.exp
8582 * gdb.base/chng-syms.exp
8583 * gdb.base/code-expr.exp
8584 * gdb.base/code_elim.exp
8585 * gdb.base/commands.exp
8586 * gdb.base/completion.exp
8587 * gdb.base/complex.exp
8588 * gdb.base/cond-expr.exp
8589 * gdb.base/condbreak.exp
8590 * gdb.base/consecutive.exp
8591 * gdb.base/continue-all-already-running.exp
8592 * gdb.base/coredump-filter.exp
8593 * gdb.base/corefile.exp
8594 * gdb.base/dbx.exp
8595 * gdb.base/debug-expr.exp
8596 * gdb.base/define.exp
8597 * gdb.base/del.exp
8598 * gdb.base/disabled-location.exp
8599 * gdb.base/disasm-end-cu.exp
8600 * gdb.base/disasm-optim.exp
8601 * gdb.base/display.exp
8602 * gdb.base/duplicate-bp.exp
8603 * gdb.base/ena-dis-br.exp
8604 * gdb.base/ending-run.exp
8605 * gdb.base/enumval.exp
8606 * gdb.base/environ.exp
8607 * gdb.base/eu-strip-infcall.exp
8608 * gdb.base/eval-avoid-side-effects.exp
8609 * gdb.base/eval-skip.exp
8610 * gdb.base/exitsignal.exp
8611 * gdb.base/expand-psymtabs.exp
8612 * gdb.base/filesym.exp
8613 * gdb.base/find-unmapped.exp
8614 * gdb.base/finish.exp
8615 * gdb.base/float.exp
8616 * gdb.base/foll-exec-mode.exp
8617 * gdb.base/foll-exec.exp
8618 * gdb.base/foll-fork.exp
8619 * gdb.base/fortran-sym-case.exp
8620 * gdb.base/freebpcmd.exp
8621 * gdb.base/func-ptr.exp
8622 * gdb.base/func-ptrs.exp
8623 * gdb.base/funcargs.exp
8624 * gdb.base/gcore-buffer-overflow.exp
8625 * gdb.base/gcore-relro-pie.exp
8626 * gdb.base/gcore-relro.exp
8627 * gdb.base/gcore.exp
8628 * gdb.base/gdb1090.exp
8629 * gdb.base/gdb11530.exp
8630 * gdb.base/gdb11531.exp
8631 * gdb.base/gdb1821.exp
8632 * gdb.base/gdbindex-stabs.exp
8633 * gdb.base/gdbvars.exp
8634 * gdb.base/hbreak.exp
8635 * gdb.base/hbreak2.exp
8636 * gdb.base/included.exp
8637 * gdb.base/infcall-input.exp
8638 * gdb.base/inferior-died.exp
8639 * gdb.base/infnan.exp
8640 * gdb.base/info-macros.exp
8641 * gdb.base/info-os.exp
8642 * gdb.base/info-proc.exp
8643 * gdb.base/info-shared.exp
8644 * gdb.base/info-target.exp
8645 * gdb.base/infoline.exp
8646 * gdb.base/interp.exp
8647 * gdb.base/interrupt.exp
8648 * gdb.base/jit-reader.exp
8649 * gdb.base/jit-simple.exp
8650 * gdb.base/kill-after-signal.exp
8651 * gdb.base/kill-detach-inferiors-cmd.exp
8652 * gdb.base/label.exp
8653 * gdb.base/langs.exp
8654 * gdb.base/ldbl_e308.exp
8655 * gdb.base/line-symtabs.exp
8656 * gdb.base/linespecs.exp
8657 * gdb.base/list.exp
8658 * gdb.base/long_long.exp
8659 * gdb.base/longest-types.exp
8660 * gdb.base/maint.exp
8661 * gdb.base/max-value-size.exp
8662 * gdb.base/memattr.exp
8663 * gdb.base/mips_pro.exp
8664 * gdb.base/morestack.exp
8665 * gdb.base/moribund-step.exp
8666 * gdb.base/multi-forks.exp
8667 * gdb.base/nested-addr.exp
8668 * gdb.base/nextoverexit.exp
8669 * gdb.base/noreturn-finish.exp
8670 * gdb.base/noreturn-return.exp
8671 * gdb.base/nostdlib.exp
8672 * gdb.base/offsets.exp
8673 * gdb.base/opaque.exp
8674 * gdb.base/pc-fp.exp
8675 * gdb.base/permissions.exp
8676 * gdb.base/print-symbol-loading.exp
8677 * gdb.base/prologue-include.exp
8678 * gdb.base/psymtab.exp
8679 * gdb.base/ptype.exp
8680 * gdb.base/random-signal.exp
8681 * gdb.base/randomize.exp
8682 * gdb.base/range-stepping.exp
8683 * gdb.base/readline-ask.exp
8684 * gdb.base/recpar.exp
8685 * gdb.base/recurse.exp
8686 * gdb.base/relational.exp
8687 * gdb.base/restore.exp
8688 * gdb.base/return-nodebug.exp
8689 * gdb.base/return.exp
8690 * gdb.base/run-after-attach.exp
8691 * gdb.base/save-bp.exp
8692 * gdb.base/scope.exp
8693 * gdb.base/sect-cmd.exp
8694 * gdb.base/set-lang-auto.exp
8695 * gdb.base/set-noassign.exp
8696 * gdb.base/setvar.exp
8697 * gdb.base/sigall.exp
8698 * gdb.base/sigbpt.exp
8699 * gdb.base/siginfo-addr.exp
8700 * gdb.base/siginfo-infcall.exp
8701 * gdb.base/siginfo-obj.exp
8702 * gdb.base/siginfo.exp
8703 * gdb.base/signals-state-child.exp
8704 * gdb.base/signest.exp
8705 * gdb.base/sigstep.exp
8706 * gdb.base/sizeof.exp
8707 * gdb.base/skip.exp
8708 * gdb.base/solib-corrupted.exp
8709 * gdb.base/solib-nodir.exp
8710 * gdb.base/solib-search.exp
8711 * gdb.base/stack-checking.exp
8712 * gdb.base/stale-infcall.exp
8713 * gdb.base/stap-probe.exp
8714 * gdb.base/start.exp
8715 * gdb.base/step-break.exp
8716 * gdb.base/step-bt.exp
8717 * gdb.base/step-line.exp
8718 * gdb.base/step-over-exit.exp
8719 * gdb.base/step-over-syscall.exp
8720 * gdb.base/step-resume-infcall.exp
8721 * gdb.base/step-test.exp
8722 * gdb.base/store.exp
8723 * gdb.base/structs3.exp
8724 * gdb.base/sym-file.exp
8725 * gdb.base/symbol-without-target_section.exp
8726 * gdb.base/term.exp
8727 * gdb.base/testenv.exp
8728 * gdb.base/ui-redirect.exp
8729 * gdb.base/until.exp
8730 * gdb.base/unwindonsignal.exp
8731 * gdb.base/value-double-free.exp
8732 * gdb.base/vla-datatypes.exp
8733 * gdb.base/vla-ptr.exp
8734 * gdb.base/vla-sideeffect.exp
8735 * gdb.base/volatile.exp
8736 * gdb.base/watch-cond-infcall.exp
8737 * gdb.base/watch-cond.exp
8738 * gdb.base/watch-non-mem.exp
8739 * gdb.base/watch-read.exp
8740 * gdb.base/watch-vfork.exp
8741 * gdb.base/watchpoint-cond-gone.exp
8742 * gdb.base/watchpoint-delete.exp
8743 * gdb.base/watchpoint-hw-hit-once.exp
8744 * gdb.base/watchpoint-hw.exp
8745 * gdb.base/watchpoint-stops-at-right-insn.exp
8746 * gdb.base/watchpoints.exp
8747 * gdb.base/wchar.exp
8748 * gdb.base/whatis-exp.exp
8749 * gdb.btrace/buffer-size.exp
8750 * gdb.btrace/data.exp
8751 * gdb.btrace/delta.exp
8752 * gdb.btrace/dlopen.exp
8753 * gdb.btrace/enable.exp
8754 * gdb.btrace/exception.exp
8755 * gdb.btrace/function_call_history.exp
8756 * gdb.btrace/gcore.exp
8757 * gdb.btrace/instruction_history.exp
8758 * gdb.btrace/nohist.exp
8759 * gdb.btrace/reconnect.exp
8760 * gdb.btrace/record_goto-step.exp
8761 * gdb.btrace/record_goto.exp
8762 * gdb.btrace/rn-dl-bind.exp
8763 * gdb.btrace/segv.exp
8764 * gdb.btrace/step.exp
8765 * gdb.btrace/stepi.exp
8766 * gdb.btrace/tailcall-only.exp
8767 * gdb.btrace/tailcall.exp
8768 * gdb.btrace/tsx.exp
8769 * gdb.btrace/unknown_functions.exp
8770 * gdb.btrace/vdso.exp
8771 * gdb.compile/compile-ifunc.exp
8772 * gdb.compile/compile-ops.exp
8773 * gdb.compile/compile-print.exp
8774 * gdb.compile/compile-setjmp.exp
8775 * gdb.cp/abstract-origin.exp
8776 * gdb.cp/ambiguous.exp
8777 * gdb.cp/annota2.exp
8778 * gdb.cp/annota3.exp
8779 * gdb.cp/anon-ns.exp
8780 * gdb.cp/anon-struct.exp
8781 * gdb.cp/anon-union.exp
8782 * gdb.cp/arg-reference.exp
8783 * gdb.cp/baseenum.exp
8784 * gdb.cp/bool.exp
8785 * gdb.cp/breakpoint.exp
8786 * gdb.cp/bs15503.exp
8787 * gdb.cp/call-c.exp
8788 * gdb.cp/casts.exp
8789 * gdb.cp/chained-calls.exp
8790 * gdb.cp/class2.exp
8791 * gdb.cp/classes.exp
8792 * gdb.cp/cmpd-minsyms.exp
8793 * gdb.cp/converts.exp
8794 * gdb.cp/cp-relocate.exp
8795 * gdb.cp/cpcompletion.exp
8796 * gdb.cp/cpexprs.exp
8797 * gdb.cp/cplabel.exp
8798 * gdb.cp/cplusfuncs.exp
8799 * gdb.cp/cpsizeof.exp
8800 * gdb.cp/ctti.exp
8801 * gdb.cp/derivation.exp
8802 * gdb.cp/destrprint.exp
8803 * gdb.cp/dispcxx.exp
8804 * gdb.cp/enum-class.exp
8805 * gdb.cp/exception.exp
8806 * gdb.cp/exceptprint.exp
8807 * gdb.cp/expand-psymtabs-cxx.exp
8808 * gdb.cp/expand-sals.exp
8809 * gdb.cp/extern-c.exp
8810 * gdb.cp/filename.exp
8811 * gdb.cp/formatted-ref.exp
8812 * gdb.cp/fpointer.exp
8813 * gdb.cp/gdb1355.exp
8814 * gdb.cp/gdb2495.exp
8815 * gdb.cp/hang.exp
8816 * gdb.cp/impl-this.exp
8817 * gdb.cp/infcall-dlopen.exp
8818 * gdb.cp/inherit.exp
8819 * gdb.cp/iostream.exp
8820 * gdb.cp/koenig.exp
8821 * gdb.cp/local.exp
8822 * gdb.cp/m-data.exp
8823 * gdb.cp/m-static.exp
8824 * gdb.cp/mb-ctor.exp
8825 * gdb.cp/mb-inline.exp
8826 * gdb.cp/mb-templates.exp
8827 * gdb.cp/member-name.exp
8828 * gdb.cp/member-ptr.exp
8829 * gdb.cp/meth-typedefs.exp
8830 * gdb.cp/method.exp
8831 * gdb.cp/method2.exp
8832 * gdb.cp/minsym-fallback.exp
8833 * gdb.cp/misc.exp
8834 * gdb.cp/namelessclass.exp
8835 * gdb.cp/namespace-enum.exp
8836 * gdb.cp/namespace-nested-import.exp
8837 * gdb.cp/namespace.exp
8838 * gdb.cp/nextoverthrow.exp
8839 * gdb.cp/no-dmgl-verbose.exp
8840 * gdb.cp/non-trivial-retval.exp
8841 * gdb.cp/noparam.exp
8842 * gdb.cp/nsdecl.exp
8843 * gdb.cp/nsimport.exp
8844 * gdb.cp/nsnested.exp
8845 * gdb.cp/nsnoimports.exp
8846 * gdb.cp/nsrecurs.exp
8847 * gdb.cp/nsstress.exp
8848 * gdb.cp/nsusing.exp
8849 * gdb.cp/operator.exp
8850 * gdb.cp/oranking.exp
8851 * gdb.cp/overload-const.exp
8852 * gdb.cp/overload.exp
8853 * gdb.cp/ovldbreak.exp
8854 * gdb.cp/ovsrch.exp
8855 * gdb.cp/paren-type.exp
8856 * gdb.cp/parse-lang.exp
8857 * gdb.cp/pass-by-ref.exp
8858 * gdb.cp/pr-1023.exp
8859 * gdb.cp/pr-1210.exp
8860 * gdb.cp/pr-574.exp
8861 * gdb.cp/pr10687.exp
8862 * gdb.cp/pr12028.exp
8863 * gdb.cp/pr17132.exp
8864 * gdb.cp/pr17494.exp
8865 * gdb.cp/pr9067.exp
8866 * gdb.cp/pr9167.exp
8867 * gdb.cp/pr9631.exp
8868 * gdb.cp/printmethod.exp
8869 * gdb.cp/psmang.exp
8870 * gdb.cp/psymtab-parameter.exp
8871 * gdb.cp/ptype-cv-cp.exp
8872 * gdb.cp/ptype-flags.exp
8873 * gdb.cp/re-set-overloaded.exp
8874 * gdb.cp/ref-types.exp
8875 * gdb.cp/rtti.exp
8876 * gdb.cp/scope-err.exp
8877 * gdb.cp/shadow.exp
8878 * gdb.cp/smartp.exp
8879 * gdb.cp/static-method.exp
8880 * gdb.cp/static-print-quit.exp
8881 * gdb.cp/temargs.exp
8882 * gdb.cp/templates.exp
8883 * gdb.cp/try_catch.exp
8884 * gdb.cp/typedef-operator.exp
8885 * gdb.cp/typeid.exp
8886 * gdb.cp/userdef.exp
8887 * gdb.cp/using-crash.exp
8888 * gdb.cp/var-tag.exp
8889 * gdb.cp/virtbase.exp
8890 * gdb.cp/virtfunc.exp
8891 * gdb.cp/virtfunc2.exp
8892 * gdb.cp/vla-cxx.exp
8893 * gdb.disasm/t01_mov.exp
8894 * gdb.disasm/t02_mova.exp
8895 * gdb.disasm/t03_add.exp
8896 * gdb.disasm/t04_sub.exp
8897 * gdb.disasm/t05_cmp.exp
8898 * gdb.disasm/t06_ari2.exp
8899 * gdb.disasm/t07_ari3.exp
8900 * gdb.disasm/t08_or.exp
8901 * gdb.disasm/t09_xor.exp
8902 * gdb.disasm/t10_and.exp
8903 * gdb.disasm/t11_logs.exp
8904 * gdb.disasm/t12_bit.exp
8905 * gdb.disasm/t13_otr.exp
8906 * gdb.dlang/circular.exp
8907 * gdb.dwarf2/arr-stride.exp
8908 * gdb.dwarf2/arr-subrange.exp
8909 * gdb.dwarf2/atomic-type.exp
8910 * gdb.dwarf2/bad-regnum.exp
8911 * gdb.dwarf2/bitfield-parent-optimized-out.exp
8912 * gdb.dwarf2/callframecfa.exp
8913 * gdb.dwarf2/clztest.exp
8914 * gdb.dwarf2/corrupt.exp
8915 * gdb.dwarf2/data-loc.exp
8916 * gdb.dwarf2/dup-psym.exp
8917 * gdb.dwarf2/dw2-anon-mptr.exp
8918 * gdb.dwarf2/dw2-anonymous-func.exp
8919 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp
8920 * gdb.dwarf2/dw2-bad-unresolved.exp
8921 * gdb.dwarf2/dw2-basic.exp
8922 * gdb.dwarf2/dw2-canonicalize-type.exp
8923 * gdb.dwarf2/dw2-case-insensitive.exp
8924 * gdb.dwarf2/dw2-common-block.exp
8925 * gdb.dwarf2/dw2-compdir-oldgcc.exp
8926 * gdb.dwarf2/dw2-compressed.exp
8927 * gdb.dwarf2/dw2-const.exp
8928 * gdb.dwarf2/dw2-cp-infcall-ref-static.exp
8929 * gdb.dwarf2/dw2-cu-size.exp
8930 * gdb.dwarf2/dw2-dup-frame.exp
8931 * gdb.dwarf2/dw2-entry-value.exp
8932 * gdb.dwarf2/dw2-icycle.exp
8933 * gdb.dwarf2/dw2-ifort-parameter.exp
8934 * gdb.dwarf2/dw2-inline-break.exp
8935 * gdb.dwarf2/dw2-inline-param.exp
8936 * gdb.dwarf2/dw2-intercu.exp
8937 * gdb.dwarf2/dw2-intermix.exp
8938 * gdb.dwarf2/dw2-lexical-block-bare.exp
8939 * gdb.dwarf2/dw2-linkage-name-trust.exp
8940 * gdb.dwarf2/dw2-minsym-in-cu.exp
8941 * gdb.dwarf2/dw2-noloc.exp
8942 * gdb.dwarf2/dw2-op-call.exp
8943 * gdb.dwarf2/dw2-op-out-param.exp
8944 * gdb.dwarf2/dw2-opt-structptr.exp
8945 * gdb.dwarf2/dw2-param-error.exp
8946 * gdb.dwarf2/dw2-producer.exp
8947 * gdb.dwarf2/dw2-ranges-base.exp
8948 * gdb.dwarf2/dw2-ref-missing-frame.exp
8949 * gdb.dwarf2/dw2-reg-undefined.exp
8950 * gdb.dwarf2/dw2-regno-invalid.exp
8951 * gdb.dwarf2/dw2-restore.exp
8952 * gdb.dwarf2/dw2-restrict.exp
8953 * gdb.dwarf2/dw2-single-line-discriminators.exp
8954 * gdb.dwarf2/dw2-strp.exp
8955 * gdb.dwarf2/dw2-undefined-ret-addr.exp
8956 * gdb.dwarf2/dw2-unresolved.exp
8957 * gdb.dwarf2/dw2-var-zero-addr.exp
8958 * gdb.dwarf2/dw4-sig-types.exp
8959 * gdb.dwarf2/dwz.exp
8960 * gdb.dwarf2/dynarr-ptr.exp
8961 * gdb.dwarf2/enum-type.exp
8962 * gdb.dwarf2/gdb-index.exp
8963 * gdb.dwarf2/implptr-64bit.exp
8964 * gdb.dwarf2/implptr-optimized-out.exp
8965 * gdb.dwarf2/implptr.exp
8966 * gdb.dwarf2/implref-array.exp
8967 * gdb.dwarf2/implref-const.exp
8968 * gdb.dwarf2/implref-global.exp
8969 * gdb.dwarf2/implref-struct.exp
8970 * gdb.dwarf2/mac-fileno.exp
8971 * gdb.dwarf2/main-subprogram.exp
8972 * gdb.dwarf2/member-ptr-forwardref.exp
8973 * gdb.dwarf2/method-ptr.exp
8974 * gdb.dwarf2/missing-sig-type.exp
8975 * gdb.dwarf2/nonvar-access.exp
8976 * gdb.dwarf2/opaque-type-lookup.exp
8977 * gdb.dwarf2/pieces-optimized-out.exp
8978 * gdb.dwarf2/pieces.exp
8979 * gdb.dwarf2/pr10770.exp
8980 * gdb.dwarf2/pr13961.exp
8981 * gdb.dwarf2/staticvirtual.exp
8982 * gdb.dwarf2/subrange.exp
8983 * gdb.dwarf2/symtab-producer.exp
8984 * gdb.dwarf2/trace-crash.exp
8985 * gdb.dwarf2/typeddwarf.exp
8986 * gdb.dwarf2/valop.exp
8987 * gdb.dwarf2/watch-notconst.exp
8988 * gdb.fortran/array-element.exp
8989 * gdb.fortran/charset.exp
8990 * gdb.fortran/common-block.exp
8991 * gdb.fortran/complex.exp
8992 * gdb.fortran/derived-type-function.exp
8993 * gdb.fortran/derived-type.exp
8994 * gdb.fortran/logical.exp
8995 * gdb.fortran/module.exp
8996 * gdb.fortran/multi-dim.exp
8997 * gdb.fortran/nested-funcs.exp
8998 * gdb.fortran/print-formatted.exp
8999 * gdb.fortran/subarray.exp
9000 * gdb.fortran/vla-alloc-assoc.exp
9001 * gdb.fortran/vla-datatypes.exp
9002 * gdb.fortran/vla-history.exp
9003 * gdb.fortran/vla-ptr-info.exp
9004 * gdb.fortran/vla-ptype-sub.exp
9005 * gdb.fortran/vla-ptype.exp
9006 * gdb.fortran/vla-sizeof.exp
9007 * gdb.fortran/vla-type.exp
9008 * gdb.fortran/vla-value-sub-arbitrary.exp
9009 * gdb.fortran/vla-value-sub-finish.exp
9010 * gdb.fortran/vla-value-sub.exp
9011 * gdb.fortran/vla-value.exp
9012 * gdb.fortran/whatis_type.exp
9013 * gdb.go/chan.exp
9014 * gdb.go/handcall.exp
9015 * gdb.go/hello.exp
9016 * gdb.go/integers.exp
9017 * gdb.go/methods.exp
9018 * gdb.go/package.exp
9019 * gdb.go/strings.exp
9020 * gdb.go/types.exp
9021 * gdb.go/unsafe.exp
9022 * gdb.guile/scm-arch.exp
9023 * gdb.guile/scm-block.exp
9024 * gdb.guile/scm-breakpoint.exp
9025 * gdb.guile/scm-cmd.exp
9026 * gdb.guile/scm-disasm.exp
9027 * gdb.guile/scm-equal.exp
9028 * gdb.guile/scm-frame-args.exp
9029 * gdb.guile/scm-frame-inline.exp
9030 * gdb.guile/scm-frame.exp
9031 * gdb.guile/scm-iterator.exp
9032 * gdb.guile/scm-math.exp
9033 * gdb.guile/scm-objfile.exp
9034 * gdb.guile/scm-ports.exp
9035 * gdb.guile/scm-symbol.exp
9036 * gdb.guile/scm-symtab.exp
9037 * gdb.guile/scm-value-cc.exp
9038 * gdb.guile/types-module.exp
9039 * gdb.linespec/break-ask.exp
9040 * gdb.linespec/cpexplicit.exp
9041 * gdb.linespec/explicit.exp
9042 * gdb.linespec/keywords.exp
9043 * gdb.linespec/linespec.exp
9044 * gdb.linespec/ls-dollar.exp
9045 * gdb.linespec/ls-errs.exp
9046 * gdb.linespec/skip-two.exp
9047 * gdb.linespec/thread.exp
9048 * gdb.mi/mi-async.exp
9049 * gdb.mi/mi-basics.exp
9050 * gdb.mi/mi-break.exp
9051 * gdb.mi/mi-catch-load.exp
9052 * gdb.mi/mi-cli.exp
9053 * gdb.mi/mi-cmd-param-changed.exp
9054 * gdb.mi/mi-console.exp
9055 * gdb.mi/mi-detach.exp
9056 * gdb.mi/mi-disassemble.exp
9057 * gdb.mi/mi-eval.exp
9058 * gdb.mi/mi-file-transfer.exp
9059 * gdb.mi/mi-file.exp
9060 * gdb.mi/mi-fill-memory.exp
9061 * gdb.mi/mi-inheritance-syntax-error.exp
9062 * gdb.mi/mi-linespec-err-cp.exp
9063 * gdb.mi/mi-logging.exp
9064 * gdb.mi/mi-memory-changed.exp
9065 * gdb.mi/mi-read-memory.exp
9066 * gdb.mi/mi-record-changed.exp
9067 * gdb.mi/mi-reg-undefined.exp
9068 * gdb.mi/mi-regs.exp
9069 * gdb.mi/mi-return.exp
9070 * gdb.mi/mi-reverse.exp
9071 * gdb.mi/mi-simplerun.exp
9072 * gdb.mi/mi-solib.exp
9073 * gdb.mi/mi-stack.exp
9074 * gdb.mi/mi-stepi.exp
9075 * gdb.mi/mi-syn-frame.exp
9076 * gdb.mi/mi-until.exp
9077 * gdb.mi/mi-var-block.exp
9078 * gdb.mi/mi-var-child.exp
9079 * gdb.mi/mi-var-cmd.exp
9080 * gdb.mi/mi-var-cp.exp
9081 * gdb.mi/mi-var-display.exp
9082 * gdb.mi/mi-var-invalidate.exp
9083 * gdb.mi/mi-var-list-children-invalid-grandchild.exp
9084 * gdb.mi/mi-vla-fortran.exp
9085 * gdb.mi/mi-watch.exp
9086 * gdb.mi/mi2-var-child.exp
9087 * gdb.mi/user-selected-context-sync.exp
9088 * gdb.modula2/unbounded-array.exp
9089 * gdb.multi/dummy-frame-restore.exp
9090 * gdb.multi/multi-arch-exec.exp
9091 * gdb.multi/multi-arch.exp
9092 * gdb.multi/tids.exp
9093 * gdb.multi/watchpoint-multi.exp
9094 * gdb.opencl/callfuncs.exp
9095 * gdb.opencl/convs_casts.exp
9096 * gdb.opencl/datatypes.exp
9097 * gdb.opencl/operators.exp
9098 * gdb.opencl/vec_comps.exp
9099 * gdb.opt/clobbered-registers-O2.exp
9100 * gdb.opt/inline-break.exp
9101 * gdb.opt/inline-bt.exp
9102 * gdb.opt/inline-cmds.exp
9103 * gdb.opt/inline-locals.exp
9104 * gdb.pascal/case-insensitive-symbols.exp
9105 * gdb.pascal/floats.exp
9106 * gdb.pascal/gdb11492.exp
9107 * gdb.python/lib-types.exp
9108 * gdb.python/py-arch.exp
9109 * gdb.python/py-as-string.exp
9110 * gdb.python/py-bad-printers.exp
9111 * gdb.python/py-block.exp
9112 * gdb.python/py-breakpoint-create-fail.exp
9113 * gdb.python/py-breakpoint.exp
9114 * gdb.python/py-caller-is.exp
9115 * gdb.python/py-cmd.exp
9116 * gdb.python/py-explore-cc.exp
9117 * gdb.python/py-explore.exp
9118 * gdb.python/py-finish-breakpoint.exp
9119 * gdb.python/py-finish-breakpoint2.exp
9120 * gdb.python/py-frame-args.exp
9121 * gdb.python/py-frame-inline.exp
9122 * gdb.python/py-frame.exp
9123 * gdb.python/py-framefilter-mi.exp
9124 * gdb.python/py-infthread.exp
9125 * gdb.python/py-lazy-string.exp
9126 * gdb.python/py-linetable.exp
9127 * gdb.python/py-mi-events.exp
9128 * gdb.python/py-mi-objfile.exp
9129 * gdb.python/py-mi.exp
9130 * gdb.python/py-objfile.exp
9131 * gdb.python/py-pp-integral.exp
9132 * gdb.python/py-pp-maint.exp
9133 * gdb.python/py-pp-re-notag.exp
9134 * gdb.python/py-pp-registration.exp
9135 * gdb.python/py-recurse-unwind.exp
9136 * gdb.python/py-strfns.exp
9137 * gdb.python/py-symbol.exp
9138 * gdb.python/py-symtab.exp
9139 * gdb.python/py-sync-interp.exp
9140 * gdb.python/py-typeprint.exp
9141 * gdb.python/py-unwind-maint.exp
9142 * gdb.python/py-unwind.exp
9143 * gdb.python/py-value-cc.exp
9144 * gdb.python/py-xmethods.exp
9145 * gdb.reverse/amd64-tailcall-reverse.exp
9146 * gdb.reverse/break-precsave.exp
9147 * gdb.reverse/break-reverse.exp
9148 * gdb.reverse/consecutive-precsave.exp
9149 * gdb.reverse/consecutive-reverse.exp
9150 * gdb.reverse/finish-precsave.exp
9151 * gdb.reverse/finish-reverse-bkpt.exp
9152 * gdb.reverse/finish-reverse.exp
9153 * gdb.reverse/fstatat-reverse.exp
9154 * gdb.reverse/getresuid-reverse.exp
9155 * gdb.reverse/i386-precsave.exp
9156 * gdb.reverse/i386-reverse.exp
9157 * gdb.reverse/i386-sse-reverse.exp
9158 * gdb.reverse/i387-env-reverse.exp
9159 * gdb.reverse/i387-stack-reverse.exp
9160 * gdb.reverse/insn-reverse.exp
9161 * gdb.reverse/machinestate-precsave.exp
9162 * gdb.reverse/machinestate.exp
9163 * gdb.reverse/next-reverse-bkpt-over-sr.exp
9164 * gdb.reverse/pipe-reverse.exp
9165 * gdb.reverse/readv-reverse.exp
9166 * gdb.reverse/recvmsg-reverse.exp
9167 * gdb.reverse/rerun-prec.exp
9168 * gdb.reverse/s390-mvcle.exp
9169 * gdb.reverse/step-precsave.exp
9170 * gdb.reverse/step-reverse.exp
9171 * gdb.reverse/time-reverse.exp
9172 * gdb.reverse/until-precsave.exp
9173 * gdb.reverse/until-reverse.exp
9174 * gdb.reverse/waitpid-reverse.exp
9175 * gdb.reverse/watch-precsave.exp
9176 * gdb.reverse/watch-reverse.exp
9177 * gdb.rust/generics.exp
9178 * gdb.rust/methods.exp
9179 * gdb.rust/modules.exp
9180 * gdb.rust/simple.exp
9181 * gdb.server/connect-with-no-symbol-file.exp
9182 * gdb.server/ext-attach.exp
9183 * gdb.server/ext-restart.exp
9184 * gdb.server/ext-wrapper.exp
9185 * gdb.server/file-transfer.exp
9186 * gdb.server/server-exec-info.exp
9187 * gdb.server/server-kill.exp
9188 * gdb.server/server-mon.exp
9189 * gdb.server/wrapper.exp
9190 * gdb.stabs/exclfwd.exp
9191 * gdb.stabs/gdb11479.exp
9192 * gdb.threads/clone-new-thread-event.exp
9193 * gdb.threads/corethreads.exp
9194 * gdb.threads/current-lwp-dead.exp
9195 * gdb.threads/dlopen-libpthread.exp
9196 * gdb.threads/gcore-thread.exp
9197 * gdb.threads/sigstep-threads.exp
9198 * gdb.threads/watchpoint-fork.exp
9199 * gdb.trace/actions-changed.exp
9200 * gdb.trace/backtrace.exp
9201 * gdb.trace/change-loc.exp
9202 * gdb.trace/circ.exp
9203 * gdb.trace/collection.exp
9204 * gdb.trace/disconnected-tracing.exp
9205 * gdb.trace/ftrace.exp
9206 * gdb.trace/mi-trace-frame-collected.exp
9207 * gdb.trace/mi-trace-unavailable.exp
9208 * gdb.trace/mi-traceframe-changed.exp
9209 * gdb.trace/mi-tsv-changed.exp
9210 * gdb.trace/no-attach-trace.exp
9211 * gdb.trace/passc-dyn.exp
9212 * gdb.trace/qtro.exp
9213 * gdb.trace/range-stepping.exp
9214 * gdb.trace/read-memory.exp
9215 * gdb.trace/save-trace.exp
9216 * gdb.trace/signal.exp
9217 * gdb.trace/status-stop.exp
9218 * gdb.trace/tfile.exp
9219 * gdb.trace/trace-break.exp
9220 * gdb.trace/trace-buffer-size.exp
9221 * gdb.trace/trace-condition.exp
9222 * gdb.trace/tracefile-pseudo-reg.exp
9223 * gdb.trace/tstatus.exp
9224 * gdb.trace/unavailable.exp
9225 * gdb.trace/while-dyn.exp
9226 * gdb.trace/while-stepping.exp
9227
34c41c68
DE
92282016-12-22 Doug Evans <xdje42@gmail.com>
9229
9230 * gdb.base/maint.exp: Update tests for maint print symbols, psymbols
9231 and msymbols.
9232
16e69324
YQ
92332016-12-19 Yao Qi <yao.qi@linaro.org>
9234
9235 * gdb.gdb/selftest.exp (do_steps_and_nexts): Remove.
9236 (test_with_self): Don't call do_steps_and_nexts, and remove
9237 code about stepping into xmalloc.
9238
f94f411b
YQ
92392016-12-09 Yao Qi <yao.qi@linaro.org>
9240
9241 * gdb.base/all-architectures.exp.in: Remove kfail for rx.
9242
92432016-12-09 Yao Qi <yao.qi@linaro.org>
9244
9245 * gdb.base/all-architectures.exp.in: Remove kfail for rl78.
9246
f1b5deee
PA
92472016-12-09 Pedro Alves <palves@redhat.com>
9248
9249 * gdb.base/all-architectures-0.exp: New file.
9250 * gdb.base/all-architectures-1.exp: New file.
9251 * gdb.base/all-architectures-2.exp: New file.
9252 * gdb.base/all-architectures-3.exp: New file.
9253 * gdb.base/all-architectures-4.exp: New file.
9254 * gdb.base/all-architectures-5.exp: New file.
9255 * gdb.base/all-architectures-6.exp: New file.
9256 * gdb.base/all-architectures-7.exp: New file.
9257 * gdb.base/all-architectures.exp.in: New file.
9258
364ca42e
YQ
92592016-12-09 Yao Qi <yao.qi@linaro.org>
9260
9261 * gdb.perf/skip-prologue.exp: Add parameter COMPILE.
9262
107c2d62
LM
92632016-12-02 Luis Machado <lgustavo@codesourcery.com>
9264
9265 * gdb.base/maint.exp: Use gdb_test instead of gdb_test_multiple when
9266 possible.
9267 Remove useless pattern-matching code.
9268
df3ee9ca
PA
92692016-12-02 Pedro Alves <palves@redhat.com>
9270
9271 * gdb.base/commands.exp (user_defined_command_manyargs_test): New
9272 procedure.
9273 (top level): Call it.
9274
ec835369
PA
92752016-12-02 Pedro Alves <palves@redhat.com>
9276
9277 * gdb.base/commands.exp (user_defined_command_args_stack_test):
9278 New procedure.
9279 (top level): Call it.
9280
01770bbd
PA
92812016-12-02 Pedro Alves <palves@redhat.com>
9282
9283 PR cli/20559
9284 * gdb.base/commands.exp (user_defined_command_args_eval): New
9285 procedure.
9286 (top level): Call it.
9287
008459ea
LM
92882016-12-02 Luis Machado <lgustavo@codesourcery.com>
9289
9290 * gdb.base/ovldbreak.exp (take_gdb_out_of_choice_menu): Restore
9291 timeout handling.
9292
0c1b455e
TT
92932016-12-02 Tom Tromey <tom@tromey.com>
9294
9295 * gdb.dwarf2/main-subprogram.c: New file.
9296 * gdb.dwarf2/main-subprogram.exp: New file.
9297
018572b8
LM
92982016-12-01 Luis Machado <lgustavo@codesourcery.com>
9299
9300 * gdb.base/maint.exp: Remove timeout handling for gdb_test_multiple.
9301 * gdb.cp/gdb2495.exp: Likewise and convert gdb_test_multiple into
9302 gdb_test_no_output for a couple of cases.
9303 * gdb.cp/ovldbreak.exp: Remove timeout handling for gdb_test_multiple.
9304
84c93cd5
LM
93052016-12-01 Luis Machado <lgustavo@codesourcery.com>
9306
9307 Fix test names and standardize compilation error messages throughout
9308 the following files:
9309
9310 * gdb.ada/start.exp
9311 * gdb.arch/alpha-step.exp
9312 * gdb.arch/e500-prologue.exp
9313 * gdb.arch/ftrace-insn-reloc.exp
9314 * gdb.arch/gdb1291.exp
9315 * gdb.arch/gdb1431.exp
9316 * gdb.arch/gdb1558.exp
9317 * gdb.arch/i386-dr3-watch.exp
9318 * gdb.arch/i386-sse-stack-align.exp
9319 * gdb.arch/ia64-breakpoint-shadow.exp
9320 * gdb.arch/pa-nullify.exp
9321 * gdb.arch/powerpc-aix-prologue.exp
9322 * gdb.arch/thumb-bx-pc.exp
9323 * gdb.base/annota1.exp
9324 * gdb.base/annota3.exp
9325 * gdb.base/arrayidx.exp
9326 * gdb.base/assign.exp
9327 * gdb.base/attach.exp
9328 * gdb.base/auxv.exp
9329 * gdb.base/bang.exp
9330 * gdb.base/bfp-test.exp
9331 * gdb.base/bigcore.exp
9332 * gdb.base/bitfields2.exp
9333 * gdb.base/break-fun-addr.exp
9334 * gdb.base/break-probes.exp
9335 * gdb.base/call-rt-st.exp
9336 * gdb.base/callexit.exp
9337 * gdb.base/catch-fork-kill.exp
9338 * gdb.base/charset.exp
9339 * gdb.base/checkpoint.exp
9340 * gdb.base/comprdebug.exp
9341 * gdb.base/constvars.exp
9342 * gdb.base/coredump-filter.exp
9343 * gdb.base/cursal.exp
9344 * gdb.base/cvexpr.exp
9345 * gdb.base/detach.exp
9346 * gdb.base/display.exp
9347 * gdb.base/dmsym.exp
9348 * gdb.base/dprintf-pending.exp
9349 * gdb.base/dso2dso.exp
9350 * gdb.base/dtrace-probe.exp
9351 * gdb.base/dump.exp
9352 * gdb.base/enum_cond.exp
9353 * gdb.base/exe-lock.exp
9354 * gdb.base/exec-invalid-sysroot.exp
9355 * gdb.base/execl-update-breakpoints.exp
9356 * gdb.base/exprs.exp
9357 * gdb.base/fileio.exp
9358 * gdb.base/find.exp
9359 * gdb.base/finish.exp
9360 * gdb.base/fixsection.exp
9361 * gdb.base/foll-vfork.exp
9362 * gdb.base/frame-args.exp
9363 * gdb.base/gcore.exp
9364 * gdb.base/gdb1250.exp
9365 * gdb.base/global-var-nested-by-dso.exp
9366 * gdb.base/gnu-ifunc.exp
9367 * gdb.base/hashline1.exp
9368 * gdb.base/hashline2.exp
9369 * gdb.base/hashline3.exp
9370 * gdb.base/hbreak-in-shr-unsupported.exp
9371 * gdb.base/huge.exp
9372 * gdb.base/infcall-input.exp
9373 * gdb.base/info-fun.exp
9374 * gdb.base/info-shared.exp
9375 * gdb.base/jit-simple.exp
9376 * gdb.base/jit-so.exp
9377 * gdb.base/jit.exp
9378 * gdb.base/jump.exp
9379 * gdb.base/label.exp
9380 * gdb.base/lineinc.exp
9381 * gdb.base/logical.exp
9382 * gdb.base/longjmp.exp
9383 * gdb.base/macscp.exp
9384 * gdb.base/miscexprs.exp
9385 * gdb.base/new-ui-echo.exp
9386 * gdb.base/new-ui-pending-input.exp
9387 * gdb.base/new-ui.exp
9388 * gdb.base/nodebug.exp
9389 * gdb.base/nofield.exp
9390 * gdb.base/offsets.exp
9391 * gdb.base/overlays.exp
9392 * gdb.base/pending.exp
9393 * gdb.base/pointers.exp
9394 * gdb.base/pr11022.exp
9395 * gdb.base/printcmds.exp
9396 * gdb.base/prologue.exp
9397 * gdb.base/ptr-typedef.exp
9398 * gdb.base/realname-expand.exp
9399 * gdb.base/relativedebug.exp
9400 * gdb.base/relocate.exp
9401 * gdb.base/remote.exp
9402 * gdb.base/reread.exp
9403 * gdb.base/return2.exp
9404 * gdb.base/savedregs.exp
9405 * gdb.base/sep.exp
9406 * gdb.base/sepdebug.exp
9407 * gdb.base/sepsymtab.exp
9408 * gdb.base/set-inferior-tty.exp
9409 * gdb.base/setshow.exp
9410 * gdb.base/shlib-call.exp
9411 * gdb.base/sigaltstack.exp
9412 * gdb.base/siginfo-addr.exp
9413 * gdb.base/signals.exp
9414 * gdb.base/signull.exp
9415 * gdb.base/sigrepeat.exp
9416 * gdb.base/so-impl-ld.exp
9417 * gdb.base/solib-display.exp
9418 * gdb.base/solib-overlap.exp
9419 * gdb.base/solib-search.exp
9420 * gdb.base/solib-symbol.exp
9421 * gdb.base/structs.exp
9422 * gdb.base/structs2.exp
9423 * gdb.base/symtab-search-order.exp
9424 * gdb.base/twice.exp
9425 * gdb.base/unload.exp
9426 * gdb.base/varargs.exp
9427 * gdb.base/watchpoint-solib.exp
9428 * gdb.base/watchpoint.exp
9429 * gdb.base/whatis.exp
9430 * gdb.base/wrong_frame_bt_full.exp
9431 * gdb.btrace/dlopen.exp
9432 * gdb.cell/ea-standalone.exp
9433 * gdb.cell/ea-test.exp
9434 * gdb.cp/dispcxx.exp
9435 * gdb.cp/gdb2384.exp
9436 * gdb.cp/method2.exp
9437 * gdb.cp/nextoverthrow.exp
9438 * gdb.cp/pr10728.exp
9439 * gdb.disasm/am33.exp
9440 * gdb.disasm/h8300s.exp
9441 * gdb.disasm/mn10300.exp
9442 * gdb.disasm/sh3.exp
9443 * gdb.dwarf2/dw2-dir-file-name.exp
9444 * gdb.fortran/complex.exp
9445 * gdb.fortran/library-module.exp
9446 * gdb.guile/scm-pretty-print.exp
9447 * gdb.guile/scm-symbol.exp
9448 * gdb.guile/scm-type.exp
9449 * gdb.guile/scm-value.exp
9450 * gdb.linespec/linespec.exp
9451 * gdb.mi/gdb701.exp
9452 * gdb.mi/gdb792.exp
9453 * gdb.mi/mi-breakpoint-changed.exp
9454 * gdb.mi/mi-dprintf-pending.exp
9455 * gdb.mi/mi-dprintf.exp
9456 * gdb.mi/mi-exit-code.exp
9457 * gdb.mi/mi-pending.exp
9458 * gdb.mi/mi-solib.exp
9459 * gdb.mi/new-ui-mi-sync.exp
9460 * gdb.mi/pr11022.exp
9461 * gdb.mi/user-selected-context-sync.exp
9462 * gdb.opt/solib-intra-step.exp
9463 * gdb.python/py-events.exp
9464 * gdb.python/py-finish-breakpoint.exp
9465 * gdb.python/py-mi.exp
9466 * gdb.python/py-prettyprint.exp
9467 * gdb.python/py-shared.exp
9468 * gdb.python/py-symbol.exp
9469 * gdb.python/py-template.exp
9470 * gdb.python/py-type.exp
9471 * gdb.python/py-value.exp
9472 * gdb.reverse/solib-precsave.exp
9473 * gdb.reverse/solib-reverse.exp
9474 * gdb.server/solib-list.exp
9475 * gdb.stabs/weird.exp
9476 * gdb.threads/reconnect-signal.exp
9477 * gdb.threads/stepi-random-signal.exp
9478 * gdb.trace/actions.exp
9479 * gdb.trace/ax.exp
9480 * gdb.trace/backtrace.exp
9481 * gdb.trace/change-loc.exp
9482 * gdb.trace/deltrace.exp
9483 * gdb.trace/ftrace-lock.exp
9484 * gdb.trace/ftrace.exp
9485 * gdb.trace/infotrace.exp
9486 * gdb.trace/mi-tracepoint-changed.exp
9487 * gdb.trace/packetlen.exp
9488 * gdb.trace/passcount.exp
9489 * gdb.trace/pending.exp
9490 * gdb.trace/range-stepping.exp
9491 * gdb.trace/report.exp
9492 * gdb.trace/stap-trace.exp
9493 * gdb.trace/tfind.exp
9494 * gdb.trace/trace-break.exp
9495 * gdb.trace/trace-condition.exp
9496 * gdb.trace/trace-enable-disable.exp
9497 * gdb.trace/trace-mt.exp
9498 * gdb.trace/tracecmd.exp
9499 * gdb.trace/tspeed.exp
9500 * gdb.trace/tsv.exp
9501 * lib/perftest.exp
9502
fb9feb35
LM
95032016-12-01 Luis Machado <lgustavo@codesourcery.com>
9504
9505 * gdb.cp/gdb2495.exp: Replace gdb_test_multiple
9506 with gdb_test_no_output.
9507 Use command as test name.
9508
cd2ddb6c
LM
95092016-12-01 Luis Machado <lgustavo@codesourcery.com>
9510
9511 Fix test names starting with uppercase throughout the files.
9512
9513 * gdb.ada/assign_1.exp
9514 * gdb.ada/boolean_expr.exp
9515 * gdb.base/arrayidx.exp
9516 * gdb.base/del.exp
9517 * gdb.base/gcore-buffer-overflow.exp
9518 * gdb.base/testenv.exp
9519 * gdb.compile/compile.exp
9520 * gdb.python/py-framefilter-invalidarg.exp
9521 * gdb.python/py-framefilter.exp
9522
bb95117e
LM
95232016-12-01 Luis Machado <lgustavo@codesourcery.com>
9524
9525 Fix test names starting with uppercase throughout the files.
9526
9527 * gdb.ada/array_return.exp
9528 * gdb.ada/expr_delims.exp
9529 * gdb.ada/mi_dyn_arr.exp
9530 * gdb.ada/mi_interface.exp
9531 * gdb.ada/mi_var_array.exp
9532 * gdb.ada/watch_arg.exp
9533 * gdb.arch/alpha-step.exp
9534 * gdb.arch/altivec-regs.exp
9535 * gdb.arch/e500-regs.exp
9536 * gdb.arch/powerpc-d128-regs.exp
9537 * gdb.base/arrayidx.exp
9538 * gdb.base/break.exp
9539 * gdb.base/checkpoint.exp
9540 * gdb.base/debug-expr.exp
9541 * gdb.base/dmsym.exp
9542 * gdb.base/radix.exp
9543 * gdb.base/sepdebug.exp
9544 * gdb.base/testenv.exp
9545 * gdb.base/watch_thread_num.exp
9546 * gdb.base/watchpoint-cond-gone.exp
9547 * gdb.cell/break.exp
9548 * gdb.cell/ea-cache.exp
9549 * gdb.compile/compile.exp
9550 * gdb.cp/gdb2495.exp
9551 * gdb.gdb/selftest.exp
9552 * gdb.gdb/xfullpath.exp
9553 * gdb.go/hello.exp
9554 * gdb.go/integers.exp
9555 * gdb.objc/basicclass.exp
9556 * gdb.pascal/hello.exp
9557 * gdb.pascal/integers.exp
9558 * gdb.python/py-breakpoint.exp
9559 * gdb.python/py-cmd.exp
9560 * gdb.python/py-linetable.exp
9561 * gdb.python/py-xmethods.exp
9562 * gdb.python/python.exp
9563 * gdb.reverse/consecutive-precsave.exp
9564 * gdb.reverse/finish-precsave.exp
9565 * gdb.reverse/i386-precsave.exp
9566 * gdb.reverse/machinestate-precsave.exp
9567 * gdb.reverse/sigall-precsave.exp
9568 * gdb.reverse/solib-precsave.exp
9569 * gdb.reverse/step-precsave.exp
9570 * gdb.reverse/until-precsave.exp
9571 * gdb.reverse/watch-precsave.exp
9572 * gdb.threads/leader-exit.exp
9573 * gdb.threads/pthreads.exp
9574 * gdb.threads/wp-replication.exp
9575 * gdb.trace/actions.exp
9576 * gdb.trace/mi-tsv-changed.exp
9577 * gdb.trace/tsv.exp
9578
de97fdd4
LM
95792016-12-01 Luis Machado <lgustavo@codesourcery.com>
9580
9581 Fix test names starting with uppercase throughout the files.
9582
9583 * gdb.arch/i386-bp_permanent.exp
9584 * gdb.arch/i386-gnu-cfi.exp
9585 * gdb.base/disasm-end-cu.exp
9586 * gdb.base/macscp.exp
9587 * gdb.base/pending.exp
9588 * gdb.base/watch_thread_num.exp
9589 * gdb.cp/exception.exp
9590 * gdb.cp/gdb2495.exp
9591 * gdb.cp/local.exp
9592 * gdb.python/py-evsignal.exp
9593 * gdb.python/python.exp
9594 * gdb.trace/tracecmd.exp
9595
9f058c10
LM
95962016-12-01 Luis Machado <lgustavo@codesourcery.com>
9597
9598 Fix test names starting with uppercase throughout the files.
9599
9600 * gdb.base/charset.exp
9601 * gdb.base/eval.exp
9602 * gdb.base/multi-forks.exp
9603 * gdb.guile/scm-progspace.exp
9604 * gdb.opencl/datatypes.exp
9605 * gdb.python/py-block.exp
9606 * gdb.python/py-function.exp
9607 * gdb.python/py-symbol.exp
9608 * gdb.python/py-symtab.exp
9609 * gdb.python/py-xmethods.exp
9610 * gdb.reverse/break-precsave.exp
9611 * gdb.reverse/break-reverse.exp
9612 * gdb.reverse/consecutive-precsave.exp
9613 * gdb.reverse/consecutive-reverse.exp
9614 * gdb.reverse/finish-precsave.exp
9615 * gdb.reverse/finish-reverse-bkpt.exp
9616 * gdb.reverse/finish-reverse.exp
9617 * gdb.reverse/fstatat-reverse.exp
9618 * gdb.reverse/getresuid-reverse.exp
9619 * gdb.reverse/i386-precsave.exp
9620 * gdb.reverse/i386-reverse.exp
9621 * gdb.reverse/i386-sse-reverse.exp
9622 * gdb.reverse/i387-stack-reverse.exp
9623 * gdb.reverse/insn-reverse.exp
9624 * gdb.reverse/machinestate-precsave.exp
9625 * gdb.reverse/machinestate.exp
9626 * gdb.reverse/next-reverse-bkpt-over-sr.exp
9627 * gdb.reverse/pipe-reverse.exp
9628 * gdb.reverse/readv-reverse.exp
9629 * gdb.reverse/recvmsg-reverse.exp
9630 * gdb.reverse/rerun-prec.exp
9631 * gdb.reverse/s390-mvcle.exp
9632 * gdb.reverse/sigall-precsave.exp
9633 * gdb.reverse/sigall-reverse.exp
9634 * gdb.reverse/solib-precsave.exp
9635 * gdb.reverse/solib-reverse.exp
9636 * gdb.reverse/step-precsave.exp
9637 * gdb.reverse/step-reverse.exp
9638 * gdb.reverse/time-reverse.exp
9639 * gdb.reverse/until-precsave.exp
9640 * gdb.reverse/until-reverse.exp
9641 * gdb.reverse/waitpid-reverse.exp
9642 * gdb.reverse/watch-precsave.exp
9643 * gdb.reverse/watch-reverse.exp
9644
cdc7edd7
LM
96452016-12-01 Luis Machado <lgustavo@codesourcery.com>
9646
9647 Fix test names starting with uppercase throughout the files.
9648
9649 * gdb.arch/i386-mpx-simple_segv.exp
9650 * gdb.arch/i386-mpx.exp
9651 * gdb.arch/i386-permbkpt.exp
9652 * gdb.arch/pa-nullify.exp
9653 * gdb.arch/powerpc-d128-regs.exp
9654 * gdb.arch/vsx-regs.exp
9655 * gdb.base/bfp-test.exp
9656 * gdb.base/break.exp
9657 * gdb.base/breakpoint-shadow.exp
9658 * gdb.base/callfuncs.exp
9659 * gdb.base/charset.exp
9660 * gdb.base/commands.exp
9661 * gdb.base/completion.exp
9662 * gdb.base/dfp-test.exp
9663 * gdb.base/echo.exp
9664 * gdb.base/ending-run.exp
9665 * gdb.base/eval.exp
9666 * gdb.base/expand-psymtabs.exp
9667 * gdb.base/float128.exp
9668 * gdb.base/floatn.exp
9669 * gdb.base/foll-exec-mode.exp
9670 * gdb.base/gdb1056.exp
9671 * gdb.base/gdb11531.exp
9672 * gdb.base/kill-after-signal.exp
9673 * gdb.base/multi-forks.exp
9674 * gdb.base/overlays.exp
9675 * gdb.base/pending.exp
9676 * gdb.base/sepdebug.exp
9677 * gdb.base/testenv.exp
9678 * gdb.base/valgrind-db-attach.exp
9679 * gdb.base/watch_thread_num.exp
9680 * gdb.base/watchpoint-cond-gone.exp
9681 * gdb.base/watchpoint.exp
9682 * gdb.base/watchpoints.exp
9683 * gdb.cp/arg-reference.exp
9684 * gdb.cp/baseenum.exp
9685 * gdb.cp/operator.exp
9686 * gdb.cp/shadow.exp
9687 * gdb.dwarf2/dw2-op-out-param.exp
9688 * gdb.dwarf2/dw2-reg-undefined.exp
9689 * gdb.go/chan.exp
9690 * gdb.go/hello.exp
9691 * gdb.go/integers.exp
9692 * gdb.go/methods.exp
9693 * gdb.go/package.exp
9694 * gdb.guile/scm-parameter.exp
9695 * gdb.guile/scm-progspace.exp
9696 * gdb.guile/scm-value.exp
9697 * gdb.mi/mi-pending.exp
9698 * gdb.mi/user-selected-context-sync.exp
9699 * gdb.multi/multi-attach.exp
9700 * gdb.multi/tids.exp
9701 * gdb.opt/clobbered-registers-O2.exp
9702 * gdb.pascal/floats.exp
9703 * gdb.pascal/integers.exp
9704 * gdb.python/py-block.exp
9705 * gdb.python/py-events.exp
9706 * gdb.python/py-parameter.exp
9707 * gdb.python/py-symbol.exp
9708 * gdb.python/py-symtab.exp
9709 * gdb.python/py-type.exp
9710 * gdb.python/py-value.exp
9711 * gdb.python/py-xmethods.exp
9712 * gdb.python/python.exp
9713 * gdb.reverse/break-precsave.exp
9714 * gdb.reverse/consecutive-precsave.exp
9715 * gdb.reverse/finish-precsave.exp
9716 * gdb.reverse/i386-precsave.exp
9717 * gdb.reverse/machinestate-precsave.exp
9718 * gdb.reverse/sigall-precsave.exp
9719 * gdb.reverse/solib-precsave.exp
9720 * gdb.reverse/step-precsave.exp
9721 * gdb.reverse/until-precsave.exp
9722 * gdb.reverse/watch-precsave.exp
9723 * gdb.server/ext-attach.exp
9724 * gdb.server/ext-restart.exp
9725 * gdb.server/ext-run.exp
9726 * gdb.server/ext-wrapper.exp
9727 * gdb.stabs/gdb11479.exp
9728 * gdb.stabs/weird.exp
9729 * gdb.threads/attach-many-short-lived-threads.exp
9730 * gdb.threads/kill.exp
9731 * gdb.threads/watchpoint-fork.exp
9732
bc6c7af4
LM
97332016-12-01 Luis Machado <lgustavo@codesourcery.com>
9734
9735 Fix test names starting with uppercase throughout all the files below.
9736
9737 * gdb.ada/array_return.exp
9738 * gdb.ada/catch_ex.exp
9739 * gdb.ada/info_exc.exp
9740 * gdb.ada/mi_catch_ex.exp
9741 * gdb.ada/mi_dyn_arr.exp
9742 * gdb.ada/mi_ex_cond.exp
9743 * gdb.ada/mi_exc_info.exp
9744 * gdb.ada/mi_interface.exp
9745 * gdb.ada/mi_task_arg.exp
9746 * gdb.ada/mi_task_info.exp
9747 * gdb.ada/mi_var_array.exp
9748 * gdb.arch/alpha-step.exp
9749 * gdb.arch/amd64-disp-step.exp
9750 * gdb.arch/arm-disp-step.exp
9751 * gdb.arch/disp-step-insn-reloc.exp
9752 * gdb.arch/e500-prologue.exp
9753 * gdb.arch/ftrace-insn-reloc.exp
9754 * gdb.arch/gdb1558.exp
9755 * gdb.arch/i386-bp_permanent.exp
9756 * gdb.arch/i386-disp-step.exp
9757 * gdb.arch/i386-float.exp
9758 * gdb.arch/i386-gnu-cfi.exp
9759 * gdb.arch/ia64-breakpoint-shadow.exp
9760 * gdb.arch/mips16-thunks.exp
9761 * gdb.arch/pa-nullify.exp
9762 * gdb.arch/powerpc-aix-prologue.exp
9763 * gdb.arch/powerpc-power.exp
9764 * gdb.arch/ppc-dfp.exp
9765 * gdb.arch/s390-tdbregs.exp
9766 * gdb.arch/spu-info.exp
9767 * gdb.arch/spu-ls.exp
9768 * gdb.arch/thumb-bx-pc.exp
9769 * gdb.base/advance.exp
9770 * gdb.base/annota-input-while-running.exp
9771 * gdb.base/arrayidx.exp
9772 * gdb.base/asmlabel.exp
9773 * gdb.base/async.exp
9774 * gdb.base/attach-wait-input.exp
9775 * gdb.base/auto-connect-native-target.exp
9776 * gdb.base/batch-preserve-term-settings.exp
9777 * gdb.base/bfp-test.exp
9778 * gdb.base/bigcore.exp
9779 * gdb.base/bp-permanent.exp
9780 * gdb.base/break-always.exp
9781 * gdb.base/break-fun-addr.exp
9782 * gdb.base/break-idempotent.exp
9783 * gdb.base/break-main-file-remove-fail.exp
9784 * gdb.base/break-probes.exp
9785 * gdb.base/break-unload-file.exp
9786 * gdb.base/break.exp
9787 * gdb.base/call-ar-st.exp
9788 * gdb.base/call-rt-st.exp
9789 * gdb.base/call-sc.exp
9790 * gdb.base/call-signal-resume.exp
9791 * gdb.base/call-strs.exp
9792 * gdb.base/callexit.exp
9793 * gdb.base/callfuncs.exp
9794 * gdb.base/catch-gdb-caused-signals.exp
9795 * gdb.base/catch-signal-siginfo-cond.exp
9796 * gdb.base/catch-syscall.exp
9797 * gdb.base/compare-sections.exp
9798 * gdb.base/cond-eval-mode.exp
9799 * gdb.base/condbreak-call-false.exp
9800 * gdb.base/consecutive-step-over.exp
9801 * gdb.base/cursal.exp
9802 * gdb.base/disabled-location.exp
9803 * gdb.base/disasm-end-cu.exp
9804 * gdb.base/display.exp
9805 * gdb.base/double-prompt-target-event-error.exp
9806 * gdb.base/dprintf-bp-same-addr.exp
9807 * gdb.base/dprintf-detach.exp
9808 * gdb.base/dprintf-next.exp
9809 * gdb.base/dprintf-non-stop.exp
9810 * gdb.base/dprintf-pending.exp
9811 * gdb.base/dso2dso.exp
9812 * gdb.base/ending-run.exp
9813 * gdb.base/enum_cond.exp
9814 * gdb.base/examine-backward.exp
9815 * gdb.base/exe-lock.exp
9816 * gdb.base/exec-invalid-sysroot.exp
9817 * gdb.base/execl-update-breakpoints.exp
9818 * gdb.base/execution-termios.exp
9819 * gdb.base/fileio.exp
9820 * gdb.base/fixsection.exp
9821 * gdb.base/foll-exec-mode.exp
9822 * gdb.base/foll-exec.exp
9823 * gdb.base/fork-running-state.exp
9824 * gdb.base/frame-args.exp
9825 * gdb.base/fullpath-expand.exp
9826 * gdb.base/func-ptr.exp
9827 * gdb.base/gcore-relro-pie.exp
9828 * gdb.base/gdb1090.exp
9829 * gdb.base/gdb1555.exp
9830 * gdb.base/global-var-nested-by-dso.exp
9831 * gdb.base/gnu-ifunc.exp
9832 * gdb.base/hbreak-in-shr-unsupported.exp
9833 * gdb.base/hbreak-unmapped.exp
9834 * gdb.base/hook-stop.exp
9835 * gdb.base/infcall-input.exp
9836 * gdb.base/info-fun.exp
9837 * gdb.base/info-shared.exp
9838 * gdb.base/interrupt-noterm.exp
9839 * gdb.base/jit-so.exp
9840 * gdb.base/jit.exp
9841 * gdb.base/line-symtabs.exp
9842 * gdb.base/list.exp
9843 * gdb.base/longjmp.exp
9844 * gdb.base/macscp.exp
9845 * gdb.base/max-value-size.exp
9846 * gdb.base/nodebug.exp
9847 * gdb.base/nofield.exp
9848 * gdb.base/overlays.exp
9849 * gdb.base/paginate-after-ctrl-c-running.exp
9850 * gdb.base/paginate-bg-execution.exp
9851 * gdb.base/paginate-inferior-exit.exp
9852 * gdb.base/pending.exp
9853 * gdb.base/pr11022.exp
9854 * gdb.base/printcmds.exp
9855 * gdb.base/ptr-typedef.exp
9856 * gdb.base/ptype.exp
9857 * gdb.base/randomize.exp
9858 * gdb.base/range-stepping.exp
9859 * gdb.base/realname-expand.exp
9860 * gdb.base/relativedebug.exp
9861 * gdb.base/remote.exp
9862 * gdb.base/savedregs.exp
9863 * gdb.base/sepdebug.exp
9864 * gdb.base/set-noassign.exp
9865 * gdb.base/shlib-call.exp
9866 * gdb.base/shreloc.exp
9867 * gdb.base/sigaltstack.exp
9868 * gdb.base/sigbpt.exp
9869 * gdb.base/siginfo-addr.exp
9870 * gdb.base/siginfo-obj.exp
9871 * gdb.base/siginfo-thread.exp
9872 * gdb.base/signest.exp
9873 * gdb.base/signull.exp
9874 * gdb.base/sigrepeat.exp
9875 * gdb.base/skip.exp
9876 * gdb.base/so-impl-ld.exp
9877 * gdb.base/solib-corrupted.exp
9878 * gdb.base/solib-disc.exp
9879 * gdb.base/solib-display.exp
9880 * gdb.base/solib-overlap.exp
9881 * gdb.base/solib-search.exp
9882 * gdb.base/solib-symbol.exp
9883 * gdb.base/source-execution.exp
9884 * gdb.base/sss-bp-on-user-bp-2.exp
9885 * gdb.base/sss-bp-on-user-bp.exp
9886 * gdb.base/stack-checking.exp
9887 * gdb.base/stale-infcall.exp
9888 * gdb.base/step-break.exp
9889 * gdb.base/step-line.exp
9890 * gdb.base/step-over-exit.exp
9891 * gdb.base/step-test.exp
9892 * gdb.base/structs.exp
9893 * gdb.base/sym-file.exp
9894 * gdb.base/symtab-search-order.exp
9895 * gdb.base/term.exp
9896 * gdb.base/type-opaque.exp
9897 * gdb.base/unload.exp
9898 * gdb.base/until-nodebug.exp
9899 * gdb.base/until.exp
9900 * gdb.base/unwindonsignal.exp
9901 * gdb.base/watch-cond.exp
9902 * gdb.base/watch-non-mem.exp
9903 * gdb.base/watch_thread_num.exp
9904 * gdb.base/watchpoint-reuse-slot.exp
9905 * gdb.base/watchpoint-solib.exp
9906 * gdb.base/watchpoint.exp
9907 * gdb.btrace/dlopen.exp
9908 * gdb.cell/arch.exp
9909 * gdb.cell/break.exp
9910 * gdb.cell/bt.exp
9911 * gdb.cell/core.exp
9912 * gdb.cell/data.exp
9913 * gdb.cell/dwarfaddr.exp
9914 * gdb.cell/ea-cache.exp
9915 * gdb.cell/ea-standalone.exp
9916 * gdb.cell/ea-test.exp
9917 * gdb.cell/f-regs.exp
9918 * gdb.cell/fork.exp
9919 * gdb.cell/gcore.exp
9920 * gdb.cell/mem-access.exp
9921 * gdb.cell/ptype.exp
9922 * gdb.cell/registers.exp
9923 * gdb.cell/sizeof.exp
9924 * gdb.cell/solib-symbol.exp
9925 * gdb.cell/solib.exp
9926 * gdb.compile/compile-tls.exp
9927 * gdb.cp/exception.exp
9928 * gdb.cp/gdb2495.exp
9929 * gdb.cp/local.exp
9930 * gdb.cp/mb-inline.exp
9931 * gdb.cp/mb-templates.exp
9932 * gdb.cp/pr10687.exp
9933 * gdb.cp/pr9167.exp
9934 * gdb.cp/scope-err.exp
9935 * gdb.cp/templates.exp
9936 * gdb.cp/virtfunc.exp
9937 * gdb.dwarf2/dw2-dir-file-name.exp
9938 * gdb.dwarf2/dw2-single-line-discriminators.exp
9939 * gdb.fortran/complex.exp
9940 * gdb.fortran/library-module.exp
9941 * gdb.guile/guile.exp
9942 * gdb.guile/scm-cmd.exp
9943 * gdb.guile/scm-frame-inline.exp
9944 * gdb.guile/scm-objfile.exp
9945 * gdb.guile/scm-pretty-print.exp
9946 * gdb.guile/scm-symbol.exp
9947 * gdb.guile/scm-type.exp
9948 * gdb.guile/scm-value.exp
9949 * gdb.linespec/keywords.exp
9950 * gdb.linespec/ls-errs.exp
9951 * gdb.linespec/macro-relative.exp
9952 * gdb.linespec/thread.exp
9953 * gdb.mi/mi-breakpoint-changed.exp
9954 * gdb.mi/mi-dprintf-pending.exp
9955 * gdb.mi/mi-fullname-deleted.exp
9956 * gdb.mi/mi-logging.exp
9957 * gdb.mi/mi-pending.exp
9958 * gdb.mi/mi-solib.exp
9959 * gdb.mi/new-ui-mi-sync.exp
9960 * gdb.mi/user-selected-context-sync.exp
9961 * gdb.multi/dummy-frame-restore.exp
9962 * gdb.multi/multi-arch-exec.exp
9963 * gdb.multi/remove-inferiors.exp
9964 * gdb.multi/watchpoint-multi-exit.exp
9965 * gdb.opt/solib-intra-step.exp
9966 * gdb.perf/backtrace.exp
9967 * gdb.perf/single-step.exp
9968 * gdb.perf/skip-command.exp
9969 * gdb.perf/skip-prologue.exp
9970 * gdb.perf/solib.exp
9971 * gdb.python/lib-types.exp
9972 * gdb.python/py-as-string.exp
9973 * gdb.python/py-bad-printers.exp
9974 * gdb.python/py-block.exp
9975 * gdb.python/py-breakpoint.exp
9976 * gdb.python/py-cmd.exp
9977 * gdb.python/py-events.exp
9978 * gdb.python/py-evthreads.exp
9979 * gdb.python/py-finish-breakpoint.exp
9980 * gdb.python/py-finish-breakpoint2.exp
9981 * gdb.python/py-frame-inline.exp
9982 * gdb.python/py-frame.exp
9983 * gdb.python/py-inferior.exp
9984 * gdb.python/py-infthread.exp
9985 * gdb.python/py-mi.exp
9986 * gdb.python/py-objfile.exp
9987 * gdb.python/py-pp-maint.exp
9988 * gdb.python/py-pp-registration.exp
9989 * gdb.python/py-prettyprint.exp
9990 * gdb.python/py-recurse-unwind.exp
9991 * gdb.python/py-shared.exp
9992 * gdb.python/py-symbol.exp
9993 * gdb.python/py-symtab.exp
9994 * gdb.python/py-template.exp
9995 * gdb.python/py-type.exp
9996 * gdb.python/py-unwind-maint.exp
9997 * gdb.python/py-unwind.exp
9998 * gdb.python/py-value.exp
9999 * gdb.python/python.exp
10000 * gdb.reverse/finish-reverse-bkpt.exp
10001 * gdb.reverse/insn-reverse.exp
10002 * gdb.reverse/next-reverse-bkpt-over-sr.exp
10003 * gdb.reverse/solib-precsave.exp
10004 * gdb.reverse/solib-reverse.exp
10005 * gdb.stabs/gdb11479.exp
10006 * gdb.stabs/weird.exp
10007 * gdb.threads/fork-child-threads.exp
10008 * gdb.threads/fork-plus-threads.exp
10009 * gdb.threads/fork-thread-pending.exp
10010 * gdb.threads/forking-threads-plus-breakpoint.exp
10011 * gdb.threads/hand-call-in-threads.exp
10012 * gdb.threads/interrupted-hand-call.exp
10013 * gdb.threads/linux-dp.exp
10014 * gdb.threads/local-watch-wrong-thread.exp
10015 * gdb.threads/next-while-other-thread-longjmps.exp
10016 * gdb.threads/non-ldr-exit.exp
10017 * gdb.threads/pending-step.exp
10018 * gdb.threads/print-threads.exp
10019 * gdb.threads/process-dies-while-detaching.exp
10020 * gdb.threads/process-dies-while-handling-bp.exp
10021 * gdb.threads/pthreads.exp
10022 * gdb.threads/queue-signal.exp
10023 * gdb.threads/reconnect-signal.exp
10024 * gdb.threads/signal-command-handle-nopass.exp
10025 * gdb.threads/signal-command-multiple-signals-pending.exp
10026 * gdb.threads/signal-delivered-right-thread.exp
10027 * gdb.threads/signal-sigtrap.exp
10028 * gdb.threads/sigthread.exp
10029 * gdb.threads/staticthreads.exp
10030 * gdb.threads/stepi-random-signal.exp
10031 * gdb.threads/thread-unwindonsignal.exp
10032 * gdb.threads/thread_check.exp
10033 * gdb.threads/thread_events.exp
10034 * gdb.threads/tid-reuse.exp
10035 * gdb.threads/tls-nodebug.exp
10036 * gdb.threads/tls-shared.exp
10037 * gdb.threads/tls-so_extern.exp
10038 * gdb.threads/tls.exp
10039 * gdb.threads/wp-replication.exp
10040 * gdb.trace/actions-changed.exp
10041 * gdb.trace/actions.exp
10042 * gdb.trace/backtrace.exp
10043 * gdb.trace/change-loc.exp
10044 * gdb.trace/collection.exp
10045 * gdb.trace/deltrace.exp
10046 * gdb.trace/disconnected-tracing.exp
10047 * gdb.trace/entry-values.exp
10048 * gdb.trace/ftrace-lock.exp
10049 * gdb.trace/ftrace.exp
10050 * gdb.trace/infotrace.exp
10051 * gdb.trace/mi-trace-frame-collected.exp
10052 * gdb.trace/mi-trace-unavailable.exp
10053 * gdb.trace/mi-traceframe-changed.exp
10054 * gdb.trace/mi-tracepoint-changed.exp
10055 * gdb.trace/mi-tsv-changed.exp
10056 * gdb.trace/no-attach-trace.exp
10057 * gdb.trace/packetlen.exp
10058 * gdb.trace/passc-dyn.exp
10059 * gdb.trace/passcount.exp
10060 * gdb.trace/pending.exp
10061 * gdb.trace/pr16508.exp
10062 * gdb.trace/qtro.exp
10063 * gdb.trace/range-stepping.exp
10064 * gdb.trace/read-memory.exp
10065 * gdb.trace/report.exp
10066 * gdb.trace/save-trace.exp
10067 * gdb.trace/signal.exp
10068 * gdb.trace/stap-trace.exp
10069 * gdb.trace/status-stop.exp
10070 * gdb.trace/strace.exp
10071 * gdb.trace/tfile.exp
10072 * gdb.trace/tfind.exp
10073 * gdb.trace/trace-break.exp
10074 * gdb.trace/trace-condition.exp
10075 * gdb.trace/trace-enable-disable.exp
10076 * gdb.trace/trace-mt.exp
10077 * gdb.trace/tracecmd.exp
10078 * gdb.trace/tracefile-pseudo-reg.exp
10079 * gdb.trace/tspeed.exp
10080 * gdb.trace/tstatus.exp
10081 * gdb.trace/tsv.exp
10082 * gdb.trace/unavailable.exp
10083 * gdb.trace/while-dyn.exp
10084 * gdb.trace/while-stepping.exp
10085 * lib/gdb-guile.exp
10086 * lib/gdb.exp
10087 * lib/mi-support.exp
10088 * lib/pascal.exp
10089 * lib/perftest.exp
10090 * lib/prelink-support.exp
10091 * lib/selftest-support.exp
10092
ad02e4fe
SM
100932016-11-30 Simon Marchi <simon.marchi@polymtl.ca>
10094
10095 * Makefile.in: Include disable-implicit-rules.mk.
10096
22347e55
AA
100972016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
10098
10099 * gdb.dwarf2/nonvar-access.exp: Add a test for accessing
10100 non-byte-aligned bit fields.
10101
da5b30da
AA
101022016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
10103
10104 PR gdb/12616
10105 * gdb.dwarf2/nonvar-access.exp: New testcase. Check that GDB
10106 respects the DW_AT_data_bit_offset attribute.
10107
b593ecca
SM
101082016-11-22 Simon Marchi <simon.marchi@polymtl.ca>
10109
10110 * gdb.base/default.exp: Fix output of "set language".
10111
3b165252
SM
101122016-11-17 Simon Marchi <simon.marchi@polymtl.ca>
10113
10114 * Makefile.in: Remove @GMAKE_TRUE@ prefixes and removes lines
10115 prefixed with @GMAKE_FALSE@. Update comment related to non-GNU
10116 make.
10117 * configure.ac: Remove checks for the make program.
10118 * configure: Re-generate.
10119
1a2f3d7f
KB
101202016-11-16 Kevin Buettner <kevinb@redhat.com>
10121
10122 * gdb.python/py-recurse-unwind.c (main): Add loop.
10123 * gdb.python/py-recurse-unwind.py (TestUnwinder): Add calls
10124 to read_register() and gdb.parse_and_eval(). Make each code
10125 call a separate case that can be individually tested.
10126 * gdb.python/py-recurse-unwind.exp (cont_and_backtrace): New
10127 proc. Call cont_and_backtrace for each of the code paths that
10128 we want to test in the unwinder.
10129
b7f38fda
AA
101302016-11-15 Andreas Arnez <arnez@linux.vnet.ibm.com>
10131
10132 * gdb.dwarf2/bitfield-parent-optimized-out.exp: Fix DWARF code for
10133 the definition of struct S.
10134
1f8db343
CM
101352016-11-11 Catherine Moore <clm@codesourcery.com>
10136
10137 * gdb.base/dump.exp: Identify verilog format dump tests as such.
10138
fad0c9fb
PA
101392016-11-09 Pedro Alves <palves@redhat.com>
10140
10141 * gdb.base/commands.exp (runto_or_return): New procedure.
10142 (gdbvar_simple_if_test, gdbvar_simple_while_test)
10143 (gdbvar_complex_if_while_test, progvar_simple_if_test)
10144 (progvar_simple_while_test, progvar_complex_if_while_test)
10145 (if_while_breakpoint_command_test)
10146 (infrun_breakpoint_command_test, breakpoint_command_test)
10147 (user_defined_command_test, watchpoint_command_test)
10148 (test_command_prompt_position, redefine_hook_test)
10149 (stray_arg0_test, error_clears_commands_left, redefine_hook_test)
10150 (redefine_backtrace_test): Use runto_or_return, $valnum_re,
10151 multi_line_input and multi_line. Remove gdb_expect and
10152 gdb_stop_suppressing_tests uses.
10153 * lib/gdb.exp (valnum_re): New global.
10154 (multi_line_input): New procedure.
10155
8354c62c
SM
101562016-11-09 Simon Marchi <simon.marchi@polymtl.ca>
10157
10158 * gdb.mi/user-selected-context-sync.exp (with_test_prefix_procname):
10159 Remove.
10160 (test_setup): Define with proc_with_prefix.
10161 (test_cli_inferior): Likewise.
10162 (test_cli_thread): Likewise.
10163 (test_cli_frame): Likewise.
10164 (test_cli_select_frame): Likewise.
10165 (test_cli_up_down): Likewise.
10166 (test_mi_thread_select): Likewise.
10167 (test_mi_stack_select_frame): Likewise.
10168 (test_cli_in_mi_inferior): Likewise.
10169 (test_cli_in_mi_thread): Likewise.
10170 (test_cli_in_mi_frame): Likewise.
10171 (top level): Do not use with_test_prefix_procname.
10172
64f367a2
PA
101732016-11-09 Pedro Alves <palves@redhat.com>
10174
10175 * gdb.base/commands.exp (gdbvar_simple_if_test)
10176 (gdbvar_simple_while_test, gdbvar_complex_if_while_test)
10177 (progvar_simple_if_test, progvar_simple_while_test)
10178 (progvar_complex_if_while_test, if_while_breakpoint_command_test)
10179 (infrun_breakpoint_command_test, breakpoint_command_test)
10180 (user_defined_command_test, watchpoint_command_test)
10181 (test_command_prompt_position, deprecated_command_test)
10182 (bp_deleted_in_command, temporary_breakpoint_commands)
10183 (stray_arg0_test, source_file_with_indented_comment)
10184 (recursive_source_test, if_commands_test)
10185 (error_clears_commands_left, redefine_hook_test)
10186 (redefine_backtrace_test): Use proc_with_prefix.
10187 * lib/gdb.exp (proc_with_prefix): New proc.
10188
0bb65f1e
AA
101892016-11-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
10190
10191 * gdb.base/tui-layout.c: New file.
10192 * gdb.base/tui-layout.exp: Use tui-layout.c, to ensure that the
10193 disassembly window contains very long lines.
10194
7353f247
TT
101952016-11-08 Tom Tromey <tom@tromey.com>
10196
10197 * gdb.python/py-value.exp (test_value_creation): Make "long" test
10198 depend on Python 2.
10199
30a7bb83
TT
102002016-11-08 Tom Tromey <tom@tromey.com>
10201
10202 * gdb.python/py-framefilter.py (ElidingFrameDecorator.address):
10203 New method.
10204
cdf5a07c
MG
102052016-10-29 Manish Goregaokar <manish@mozilla.com>
10206
2806dc7e 10207 * gdb.rust/simple.exp: Add tests for `sizeof(expr)`.
cdf5a07c 10208
51a789c3
MG
102092016-10-27 Manish Goregaokar <manish@mozilla.com>
10210
2806dc7e
PA
10211 * gdb.rust/simple.rs: Add test for univariant enums without
10212 discriminants and for encoded struct-like enums.
51a789c3 10213
f610ab6d
PA
102142016-10-28 Pedro Alves <palves@redhat.com>
10215
10216 * gdb.base/maint.exp <maint info line-table w/o a file name>: Use
10217 gdb_test_multiple, tighten regexps and match symtabs and line
10218 tables incrementally.
10219
b129b0ca
LM
102202016-10-28 Luis Machado <lgustavo@codesourcery.com>
10221
10222 * gdb.base/foll-exec.exp (do_exec_tests): Make test pattern more
10223 general.
10224
ecf45d2c
SL
102252016-10-25 Luis Machado <lgustavo@codesourcery.com>
10226
10227 * gdb.base/exec-invalid-sysroot.exp: New file.
10228
b8d38ee4
JK
102292016-10-24 Jan Kratochvil <jan.kratochvil@redhat.com>
10230
10231 * gdb.base/morestack.exp: Try to build it using -fuse-ld=gold first.
10232
f90fd8c2
JK
102332016-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
10234
10235 * lib/gdb.exp (get_compiler_info): Generalize gcc_compile regexp.
10236
2d2476aa
MR
102372016-10-19 Maciej W. Rozycki <macro@imgtec.com>
10238
2806dc7e
PA
10239 * gdb.base/killed-outside.exp: Remove $options from a call to
10240 `prepare_for_testing'.
2d2476aa 10241
e42b25a0
SM
102422016-10-17 Simon Marchi <simon.marchi@ericsson.com>
10243
10244 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
10245 Change test message.
10246
3ccdb432
SM
102472016-10-17 Simon Marchi <simon.marchi@ericsson.com>
10248
10249 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
10250 Update comment.
10251
5bad3170
SM
102522016-10-17 Simon Marchi <simon.marchi@ericsson.com>
10253
10254 * gdb.trace/mi-trace-save.exp: New file.
10255
5ad9dba7
YQ
102562016-10-13 Yao Qi <yao.qi@linaro.org>
10257
10258 * gdb.base/code_elim.exp (get_var_address): Remove.
10259 * gdb.base/relocate.exp: Likewise.
10260 * gdb.base/shreloc.exp: Likewise.
10261 * lib/gdb.exp (get_var_address): New.
10262
62df7e21
YQ
102632016-10-13 Yao Qi <yao.qi@linaro.org>
10264
10265 * gdb.base/structs.exp: Invoke gdb_skip_float_test, and do
10266 floating point tests if $skip_float_test is false.
10267
4dac951e
LM
102682016-10-12 Luis Machado <lgustavo@codesourcery.com>
10269
10270 * gdb.python/py-value.c (main): Check if argv is NULL before using it.
10271 * gdb.python/py-value.exp (test_value_in_inferior): Don't use hardcoded
10272 argc values.
10273 Add 1 to argc so we guarantee distinct initial/modified argc values.
10274
8f1a8fc4
JK
102752016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
10276
10277 * gdb.arch/powerpc-prologue.c (optimized_1): New declaration.
10278
16c85b5d
JK
102792016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
10280
10281 * gdb.arch/powerpc-prologue.exp: Use standard_output_file
10282 * gdb.arch/ppc64-symtab-cordic.exp: Likewise.
10283 * gdb.arch/vsx-regs.exp: Likewise.
10284
1d0e042a
YQ
102852016-10-07 Yao Qi <yao.qi@linaro.org>
10286
10287 * gdb.xml/tdesc-regs.exp: Set regdir to "arm/".
10288
68dadef5
MM
102892016-10-07 Markus Metzger <markus.t.metzger@intel.com>
10290
10291 * gdb.python/python.exp: Test decode_line("*0").
10292
33fa2c6e
DE
102932016-10-06 Doug Evans <dje@google.com>
10294
10295 * gdb.python/py-value.exp (test_value_creation): Add test for large
10296 unsigned 64-bit value.
10297
9c37b5ae
TT
102982016-10-06 Tom Tromey <tom@tromey.com>
10299
10300 * gdb.compile/compile.exp: Change java tests to rust.
10301 * gdb.base/setshow.exp: Change java tests to rust.
10302 * gdb.base/default.exp: Remove java from language list.
10303 * README (Examples): Update language example.
10304 * gdb.python/py-lookup-type.exp (test_lookup_type): Remove java
10305 test.
10306 * lib/gdb.exp (skip_java_tests): Remove.
10307 * lib/java.exp: Remove.
10308 * gdb.java: Remove.
10309
78b86327
MR
103102016-10-06 Maciej W. Rozycki <macro@imgtec.com>
10311
10312 * gdb.arch/mips-fcr.exp: New test.
10313 * gdb.arch/mips-fcr.c: Source for the new test.
10314
7470adbb
MR
103152016-10-06 Maciej W. Rozycki <macro@imgtec.com>
10316
10317 * gdb.base/solib-disc.exp: Use `standard_output_file'
10318 throughout.
10319
4a556533
PA
103202016-10-06 Pedro Alves <palves@redhat.com>
10321
10322 * gdb.base/jit-simple-dl.c: New file.
10323 * gdb.base/jit-simple-jit.c: New file, factored out from ...
10324 * gdb.base/jit-simple.c: ... this.
10325 * gdb.base/jit-simple.exp (jit_run): Delete.
10326 (build_jit): New proc.
10327 (jit_test_reread): Recompile either the main program or the shared
10328 library, depending on what is being tested. Skip changing address
10329 if caller wants to. Compare before/after addresses. If testing
10330 standalone, explicitly load the binary. Test "maint info
10331 breakpoints".
10332 (top level): Add "standalone vs shared lib" and "change address"
10333 vs "same address" axes.
10334
5a122fbc
PA
103352016-10-06 Pedro Alves <palves@redhat.com>
10336
10337 * gdb.base/jit-simple.exp (top level) Delete get_compiler_info
10338 call.
10339 (jit_run): Delete.
10340 (jit_test_reread): Use with_test_prefix. Reload the main binary
10341 explicitly. Compare the before/after addresses of the JIT
10342 descriptor.
10343
ee8da4b8
DE
103442016-08-15 Doug Evans <dje@google.com>
10345
10346 * gdb.xml/extra-regs.xml: Update, end field now required, default type
10347 for single bitfields is bool.
10348 * gdb.xml/tdesc-regs.exp: Ditto.
10349
f389f6fe
JK
103502016-10-05 Jan Kratochvil <jan.kratochvil@redhat.com>
10351
10352 * gdb.arch/i386-signal.exp (backtrace 10): Fix #2 typo.
10353
fdebf1a4
YQ
103542016-10-05 Yao Qi <yao.qi@linaro.org>
10355
10356 * lib/gdb.exp (support_complex_tests): Return zero if
10357 gdb_skip_float_test return true.
10358
9c36d954 103592016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
2806dc7e 10360 Simon Marchi <simon.marchi@ericsson.com>
9c36d954
AT
10361
10362 PR gdb/20487
10363 * gdb.mi/user-selected-context-sync.exp: New file.
10364 * gdb.mi/user-selected-context-sync.c: New file.
10365
4034d0ff 103662016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
2806dc7e 10367 Simon Marchi <simon.marchi@ericsson.com>
4034d0ff
AT
10368
10369 PR gdb/20487
10370 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Adapt
10371 =thread-select-event check.
10372
a4297203
PB
103732016-09-29 Peter Bergner <bergner@vnet.ibm.com>
10374
10375 * gdb.arch/powerpc-power.exp <cmprb>: Update tests to account for
10376 the compulsory L operand changes.
10377 * gdb.arch/powerpc-power.s: Likewise.
10378
bb805577
JK
103792016-09-29 Jan Kratochvil <jan.kratochvil@redhat.com>
10380
10381 PR gdb/20609 - attach of JIT-debug-enabled inf 7.11.1 regression
10382 * gdb.base/jit-attach-pie.c: New file.
10383 * gdb.base/jit-attach-pie.exp: New file.
10384
6d61dee5
PA
103852016-09-28 Pedro Alves <palves@redhat.com>
10386
10387 * gdb.base/infcall-input.c: New file.
10388 * gdb.base/infcall-input.exp: New file.
10389
f73842fc
YQ
103902016-09-22 Yao Qi <yao.qi@linaro.org>
10391
10392 * lib/gdbserver-support.exp: Rename mi_gdb_exit.
10393 (gdb_exit): Rename it to ...
10394 (gdbserver_gdb_exit): ... Close GDBserver.
10395 (gdb_exit): New proc, call gdbserver_gdb_exit.
10396 (mi_gdb_exit): Likewise.
10397
90681dab
YQ
103982016-09-22 Yao Qi <yao.qi@linaro.org>
10399
10400 * boards/gdbserver-base.exp (gdb_server_prog): Set the absolute
10401 path.
10402 * boards/remote-gdbserver-on-localhost.exp: Use gdbserver-base.
10403 Remove duplication.
10404
9c211fd8
YQ
104052016-09-22 Yao Qi <yao.qi@linaro.org>
10406
10407 * lib/gdbserver-support.exp: Check the existence of
10408 gdbserver_orig_gdb_exit rather than gdbserver_gdb_exit.
10409
ad0a504f
AK
104102016-09-21 Anton Kolesov <anton.kolesov@synopsys.com>
10411
10412 * gdb.xml/tdesc-regs.exp: set core-regs for arc*-*-elf32.
10413
36cf1806
TT
104142016-09-21 Tom Tromey <tom@tromey.com>
10415
10416 PR gdb/20604:
10417 * gdb.base/quit.exp: New file.
10418
74172ecf
SM
104192016-09-21 Simon Marchi <simon.marchi@ericsson.com>
10420
10421 * .gitignore: New file.
10422
3d0ec882
MR
104232016-09-21 Maciej W. Rozycki <macro@imgtec.com>
10424
10425 * gdb.arch/mips16-thunks.exp: Use `standard_output_file'
10426 throughout.
10427
8193adea
AA
104282016-09-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
10429
10430 * lib/gdb.exp: No longer skip hardware breakpoint tests on s390.
10431
d41a5c09
JK
104322016-09-16 Jan Kratochvil <jan.kratochvil@redhat.com>
10433
10434 * gdb.cp/casts.cc (decltype): Move it ...
10435 (main): ... with its call to ...
10436 * gdb.cp/casts03.cc: ... a new file.
10437 * gdb.cp/casts.exp: Add new file casts03.cc, move decltype test to it.
10438
d2dfe700
JK
104392016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
10440
10441 * gdb.cp/m-static.h (gnu_obj_4::somewhere): Use constexpr for C++11.
10442
e2a92b16
PB
104432016-09-15 Peter Bergner <bergner@vnet.ibm.com>
10444
10445 * gdb.arch/powerpc-power.s: Update Power9 instruction tests
10446 and sync up the test with tests in gas/testsuite/gas/ppc.
10447 * gdb.arch/powerpc-power.exp: Likewise.
10448
49b4de64
JK
104492016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
10450
10451 * lib/future.exp: Set CCACHE_DISABLE, clear CCACHE_NODISABLE.
10452
2c29df25
SDJ
104532016-09-11 Sergio Durigan Junior <sergiodj@redhat.com>
10454 Jan Kratochvil <jan.kratochvil@redhat.com>
10455
10456 * gdb.base/stap-probe.c (m1): New variable 'dummy', necessary to
10457 make m1's definition to be different from m2's. Use 'dummy' as an
10458 argument for probe 'two'.
10459
cc3c2846
JB
104602016-09-10 Jon Beniston <jon@beniston.com>
10461
10462 * lib/mi-support.exp (mi_gdb_target_load): Use target_sim_options
10463 for sim target.
10464
e1b2624a
AA
104652016-09-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
10466
10467 * gdb.base/gnu-ifunc-lib.c (resolver_hwcap): New external
10468 variable declaration.
10469 (gnu_ifunc): Add parameter hwcap. Store it in resolver_hwcap.
10470 * gdb.base/gnu-ifunc.c (resolver_hwcap): New global variable.
10471 * gdb.base/gnu-ifunc.exp: Add test to verify that the resolver
10472 received HWCAP as its argument.
10473
4295e285
PA
104742016-09-06 Pedro Alves <palves@redhat.com>
10475
10476 * gdb.base/new-ui-pending-input.c: New file.
10477 * gdb.base/new-ui-pending-input.exp: New file.
10478 * gdb.exp (clear_gdb_spawn_id): New procedure.
10479 (with_spawn_id): Check whether gdb_spawn_id exists before
10480 referencing it. If gdb_spawn_id didn't exist on entry, clear it
10481 on exit.
10482
00d5215e
UW
104832016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
10484
10485 * gdb.base/float128.c: New file.
10486 * gdb.base/float128.exp: Likewise.
10487 * gdb.base/floatn.c: Likewise.
10488 * gdb.base/floatn.exp: Likewise.
10489
a9ff5f12
UW
104902016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
10491
10492 * gdb.cp/hang.exp: Remove reference to TYPE_FLAG_STUB in comment.
10493
f245535c
PA
104942016-09-05 Pedro Alves <palves@redhat.com>
10495
10496 PR backtrace/19927
10497 * gdb.python/py-unwind-maint.exp: Adjust tests to not expect that
10498 unwinders are immediately called as side effect of "source" or
10499 "disable unwinder" commands.
10500 * gdb.python/py-recurse-unwind.exp: Remove setup_kfail calls.
10501
ae9cf263
YQ
105022016-09-02 Yao Qi <yao.qi@linaro.org>
10503
10504 * gdb.base/return-nodebug.exp: Skip the test if skip_float_test
10505 is true and $type is "float" or "double".
10506
27aba047
YQ
105072016-09-02 Yao Qi <yao.qi@linaro.org>
10508
10509 * gdb.arch/arm-neon.exp: Skip it if gdb_skip_float_test returns
10510 true.
10511 * gdb.base/call-ar-st.exp: Invoke gdb_skip_float_test.
10512 * gdb.base/call-rt-st.exp: Likewise.
10513 * gdb.base/call-sc.exp: Invoke gdb_skip_float_test and use its
10514 return value instead of gdb,skip_float_test.
10515 * gdb.base/callfuncs.exp: Invoke gdb_skip_float_test.
10516 (do_function_calls): Use its return value instead of
10517 gdb,skip_float_test.
10518 * gdb.base/finish.exp: Likewise.
10519 * gdb.base/funcargs.exp: Likewise.
10520 * gdb.base/return.exp: Likewise.
10521 * gdb.base/return2.exp: Likewise.
10522 * gdb.base/varargs.exp: Likewise.
10523 * lib/gdb.exp (gdb_skip_float_test): Change it to
10524 gdb_caching_proc. Detect the broken ptrace on arm-linux.
10525
5af962df
AA
105262016-08-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
10527
10528 * gdb.multi/tids.exp: Test "thread apply all".
10529
7fac6910
JK
105302016-08-29 Jan Kratochvil <jan.kratochvil@redhat.com>
10531
10532 * gdb.base/default.exp (tty): Remove.
10533
bb1fe4ac
KB
105342016-08-24 Kevin Buettner <kevinb@redhat.com>
10535
2806dc7e
PA
10536 * gdb.python/py-recurse-unwind.c: New file.
10537 * gdb.python/py-recurse-unwind.py: New file.
10538 * gdb.python/py-recurse-unwind.exp: New file.
bb1fe4ac 10539
0a1ddfa6
SM
105402016-08-24 Simon Marchi <simon.marchi@ericsson.com>
10541
10542 * gdb.base/set-inferior-tty.exp: New file.
10543 * gdb.base/set-inferior-tty.c: New file.
10544
d9de1fe3
PA
105452016-08-23 Pedro Alves <palves@redhat.com>
10546
10547 PR gdb/20494
10548 * gdb.base/new-ui-echo.c: New file.
10549 * gdb.base/new-ui-echo.exp: New file.
10550
e9d9abd7
YQ
105512016-08-23 Yao Qi <yao.qi@linaro.org>
10552
10553 * gdb.server/connect-stopped-target.exp (do_test): Pass "" to
10554 gdbserver_spawn.
10555 * gdb.server/connect-without-multi-process.exp (do_test):
10556 Likewise.
10557
3589529e
YQ
105582016-08-23 Yao Qi <yao.qi@linaro.org>
10559
10560 * gdb.base/signals-state-child.exp: Set variables gdb_txt and
10561 standalone_txt. Delete gdb_txt and standalone_txt on host
10562 and target. Spawn the binary on target. Copy files from
10563 target to host.
10564
6bb90213
PA
105652016-08-22 Pedro Alves <palves@redhat.com>
10566
10567 PR gdb/20505
10568 * gdb.base/vdso-warning.exp: Test core dumps too. Use
10569 with_test_prefix. Factor out bits to ...
10570 (test_no_vdso): ... this new procedure.
10571
20c2c024
CL
105722016-08-19 Carl Love <cel@us.ibm.com>
10573
10574 * gdb.arch/altivec-regs.exp: Use standard_testfile instead of
10575 maintaining separate logic for constructing the output path.
10576 * gdb.arch/powerpc-d128-regs.exp: Likewise.
10577 * gdb.arch/ppc-dfp.exp: Likewise.
10578 * gdb.arch/ppc-fp.exp: Likewise.
10579 * gdb.arch/vsx-regs.exp: Likewise.
10580 * gdb.arch/altivec-abi.exp: Likewise, plus added local variable
10581 binprefix for generating the additional binary files.
10582
0646e07d
PA
105832016-08-19 Pedro Alves <palves@redhat.com>
10584
10585 * gdb.trace/mi-trace-frame-collected.exp
10586 (test_trace_frame_collected): On x32, expect two registers.
10587
46da9242
CL
105882016-08-18 Carl Love <cel@us.ibm.com>
10589
10590 * gdb.arch/powerpc-power.s: Add new Power9 instruction tests
10591 and sync up the test with tests in gas/testsuite/gas/ppc.
10592 * gdb.arch/powerpc-power.exp: Likewise.
10593
eb2332d7
SM
105942016-08-17 Simon Marchi <simon.marchi@ericsson.com>
10595
10596 * gdb.multi/remove-inferiors.exp (test_remove_inferiors): Fix
10597 expected error message.
10598
63c61e04
SM
105992016-08-17 Simon Marchi <simon.marchi@ericsson.com>
10600
10601 * gdb.multi/remove-inferiors.exp: New file.
10602 * gdb.multi/remove-inferiors.c: New file.
10603
7b17065f
YQ
106042016-08-12 Yao Qi <yao.qi@linaro.org>
10605
10606 * gdb.base/signals-state-child.c (main): Remove "i" from fprintf's
10607 argument list.
10608
01d3dedf
PA
106092016-08-10 Pedro Alves <palves@redhat.com>
10610
10611 PR gdb/19187
10612 * gdb.reverse/waitpid-reverse.exp: Add comment and remove
10613 setup_kfails.
10614
3eb7562a
PA
106152016-08-09 Pedro Alves <palves@redhat.com>
10616 Simon Marchi <simon.marchi@ericsson.com>
10617
10618 PR gdb/20418
10619 * gdb.mi/new-ui-mi-sync.c, gdb.mi/new-ui-mi-sync.exp: New files.
10620 * lib/mi-support.exp (mi_expect_interrupt): Remove anchors.
10621
80614914
PA
106222016-08-09 Pedro Alves <palves@redhat.com>
10623
10624 PR mi/20431
10625 * gdb.mi/mi-cmd-error.exp: New file.
10626
f348d89a
PA
106272016-08-09 Pedro Alves <palves@redhat.com>
10628
10629 PR gdb/18653
10630 * gdb.base/signals-state-child.c: New file.
10631 * gdb.base/signals-state-child.exp: New file.
10632 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new pattern.
10633
e5ca03b4
PA
106342016-08-09 Pedro Alves <palves@redhat.com>
10635
10636 * gdb.dwarf2/bitfield-parent-optimized-out.exp: New file.
10637
282a0691
TT
106382016-08-03 Tom Tromey <tom@tromey.com>
10639
10640 PR python/18565:
10641 * gdb.python/py-frame-inline.exp: Add Frame.function test.
10642
41bfcd63
YQ
106432016-08-01 Yao Qi <yao.qi@linaro.org>
10644
10645 * gdb.threads/process-dies-while-detaching.exp (do_test): Set
10646 variable mode to "multi-process" if $multi_process is 1, otherwise
10647 set it to "single-process".
10648
e3465b24
YQ
106492016-08-01 Yao Qi <yao.qi@linaro.org>
10650
10651 * gdb.cp/anon-struct.exp: Check is_aarch32_target.
10652 * gdb.cp/cpexprs.exp: Likewise.
10653 * gdb.cp/m-static.exp: Likewise.
10654
0b31a4bc
TT
106552016-07-26 Tom Tromey <tom@tromey.com>
10656
10657 PR python/20190:
10658 * gdb.threads/tls.exp (check_thread_local): Add python symbol
10659 test.
10660
e0461dbb
MM
106612016-07-26 Markus Metzger <markus.t.metzger@intel.com>
10662
10663 * gdb.btrace/record_goto.exp: se is_amd64_regs_target for
10664 selecting assembly source files.
10665 * gdb.btrace/stepi.exp: se is_amd64_regs_target for selecting
10666 assembly source files.
10667 * gdb.btrace/tailcall.exp: se is_amd64_regs_target for selecting
10668 assembly source files.
10669 * gdb.btrace/tailcall-only.exp: se is_amd64_regs_target for
10670 selecting assembly source files.
10671
8194e927
SM
106722016-07-25 Simon Marchi <simon.marchi@ericsson.com>
10673
10674 * gdb.base/new-ui.exp (do_test_invalid_args): New
10675 procedure.
10676
c0272db5
TW
106772016-07-25 Tim Wiederhake <tim.wiederhake@intel.com>
10678
10679 * gdb.btrace/reconnect.c: New file.
10680 * gdb.btrace/reconnect.exp: New file.
10681
e3487908
GKB
106822016-07-23 Gabriel Krisman Bertazi <gabriel@krisman.be>
10683
10684 * gdb.base/catch-syscall.exp (do_syscall_tests): Add call
10685 to test_catch_syscall_group.
10686 (test_catch_syscall_group): New.
10687
12df5c00
TT
106882016-07-21 Tom Tromey <tom@tromey.com>
10689
10690 * gdb.rust/simple.rs (main): Use empty struct expression.
10691 * gdb.rust/simple.exp: Add tests for empty struct expression.
10692
bae62ee2
YQ
106932016-07-21 Yao Qi <yao.qi@linaro.org>
10694
10695 * lib/gdbserver-support.exp (skip_gdbserver_tests): Return 1
10696 if gdb_skip_xml_test is true on some targets.
10697
b1b53fb3
YQ
106982016-07-21 Yao Qi <yao.qi@linaro.org>
10699
10700 * gdb.server/solib-list.exp: Unset last_loaded_file.
10701
027d97f8
JK
107022016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
10703
10704 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add "next over TRY" and
10705 "step into captured_main (args)".
10706
7674d381
JK
107072016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
10708
10709 * gdb.btrace/tailcall-only.exp: Use is_lp64_target check.
10710
72b5d099
JK
107112016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
10712
10713 * gdb.python/py-unwind.exp: Test also ![is_lp64_target].
10714
1f960ced
PA
107152016-07-19 Pedro Alves <palves@redhat.com>
10716
10717 * gdb.opt/inline-break.exp: Remove optimize=-O2.
10718 * gdb.opt/inline-bt.exp: Likewise.
10719 * gdb.opt/inline-cmds.exp: Remove optimize=-O2 and add
10720 additional_flags=-Winline.
10721 * gdb.opt/inline-locals.exp: Likewise.
10722 * gdb.opt/inline-markers.c (ATTR): Define.
10723 (inlined_fn): Use it.
10724
f25827c1
YQ
107252016-07-19 Yao Qi <yao.qi@linaro.org>
10726
10727 * gdb.gdb/selftest.exp: Remove checks on is_remote and isnative.
10728 (test_with_self): Remove some code. Remove argument executable.
10729 (top-level): Use do_self_tests.
10730
37539ebe
DB
107312016-07-15 Zachary Welch <zwelch@codesourcery.com>
10732 Don Breazeal <donb@codesourcery.com>
10733
10734 * gdb.base/maint.exp: Escape paths used in regular expressions.
10735 * gdb.stabs/weird.exp: Likewise.
10736
dac790e1
TT
107372016-07-13 Tom Tromey <tom@tromey.com>
10738
10739 PR python/15620, PR python/18620:
10740 * gdb.python/py-breakpoint.exp (connect_event, check_last_event)
10741 (test_bkpt_events): New procs.
10742
93daf339
TT
107432016-07-13 Tom Tromey <tom@tromey.com>
10744
10745 PR python/17698:
10746 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add "pending"
10747 test.
10748 (test_watchpoints): Likewise.
10749 (test_bkpt_pending): New proc.
10750
6571a381
TT
107512016-07-13 Tom Tromey <tom@tromey.com>
10752
10753 PR cli/18053:
10754 * gdb.base/jit-so.exp (one_jit_test): Add jit-reader-load
10755 completion test.
10756
e8732474
JK
107572016-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
10758
10759 * gdb.dwarf2/atomic-type.exp: Use function_range for low_pc and high_pc.
10760 * gdb.dwarf2/atomic.c (f): Rename f_end_lbl to f_label.
10761 * gdb.dwarf2/dw2-bad-mips-linkage-name.c (f): Rename f_end_lbl to
10762 f_label.
10763 (g): Rename g_end_lbl to g_label.
10764 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: Use function_range for
10765 low_pc and high_pc.
10766 * gdb.dwarf2/dw2-lexical-block-bare.exp: Likewise.
10767
e0f3fd7c
TT
107682016-07-12 Tom Tromey <tom@tromey.com>
10769
10770 PR python/19293:
10771 * gdb.python/py-unwind-maint.exp: Update tests.
10772
3cfe46b6
YQ
107732016-07-12 Yao Qi <yao.qi@linaro.org>
10774
10775 * lib/selftest-support.exp (selftest_setup): Match the output
10776 when captured_main is inlined.
10777
4f19a0e6
WT
107782016-07-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
10779
10780 * gdb.fortran/derived-types.exp (result_line, result_line_2):
10781 New variables.
10782 (print this%a, print this%b, print this): New tests.
10783 * gdb.fortran/derived-types.f90 (this): New object and
10784 initialization.
10785
986cf455
SM
107862016-07-06 Simon Marchi <simon.marchi@ericsson.com>
10787
10788 * gdb.ada/arraydim.exp: Remove extra directory level in build
10789 directory.
10790
f0464b23
SM
107912016-07-06 Simon Marchi <simon.marchi@ericsson.com>
10792
10793 * lib/ada.exp: Remove extra directory level in build directory.
10794 * gdb.ada/cond_lang.exp: Likewise.
10795 * gdb.ada/exec_changed.exp: Likewise.
10796 * gdb.ada/lang_switch.exp: Likewise.
10797
42d94011
MG
107982016-07-06 Manish Goregaokar <manish@mozilla.com>
10799
2806dc7e
PA
10800 * simple.rs: Add test for raw pointer subscripting.
10801 * simple.exp: Add test expectations.
42d94011 10802
647c264c
YQ
108032016-07-05 Yao Qi <yao.qi@linaro.org>
10804
10805 * gdb.mi/mi-reverse.exp: Match =record-started output.
10806
20aa2c60
PA
108072016-07-01 Pedro Alves <palves@redhat.com>
10808
10809 * gdb.base/jit-reader.exp (info_registers_current_frame): New
10810 procedure.
10811 (jit_reader_test): Test the jit reader's unwinder.
10812 * gdb.base/jithost.c (jit_function_00_code): New global.
10813 (main): Use memcpy to fill in the mmapped code, instead of poking
10814 bytes manually here.
10815 * gdb.base/jitreader.c (enum register_mapping) <AMD64_RBP>: New
10816 value.
10817 (read_debug_info): Save the function's range.
10818 (read_sp): New function.
10819 (unwind_frame): Use it. Also unwind RBP.
10820 (get_frame_id): Use read_sp.
10821 (gdb_init_reader): Use calloc instead of malloc.
10822 * lib/gdb.exp (get_hexadecimal_valueof): Add optional 'test'
10823 parameter. Use gdb_test_multiple.
10824
ced2dffb
PA
108252016-07-01 Pedro Alves <palves@redhat.com>
10826 Antoine Tremblay <antoine.tremblay@ericsson.com>
10827
10828 * gdb.threads/process-dies-while-detaching.c: New file.
10829 * gdb.threads/process-dies-while-detaching.exp: New file.
10830
63000888
PA
108312016-07-01 Pedro Alves <palves@redhat.com>
10832
10833 * gdb.multi/watchpoint-multi-exit.c: New file.
10834 * gdb.multi/watchpoint-multi-exit.exp: New file.
10835
038d4868
PA
108362016-06-30 Pedro Alves <palves@redhat.com>
10837
10838 * lib/gdbserver-support.exp (close_gdbserver, gdb_exit): Don't
10839 unset inferior_spawn_id.
10840
994e9c83
PA
108412016-06-30 Pedro Alves <palves@redhat.com>
10842
10843 * lib/mi-support.exp (default_mi_gdb_start): Declare global
10844 FORCE_SEPARATE_MI_TTY, not SEPARATE_MI_TTY.
10845
e5653468
YQ
108462016-06-29 Yao Qi <yao.qi@linaro.org>
10847
10848 * gdb.base/return.c: Add copyright header.
10849
803b47e5
TT
108502016-06-29 Tom Tromey <tom@tromey.com>
10851
10852 PR python/20129:
10853 * gdb.python/py-framefilter.exp: Add tests for setting priority
10854 and disabling of non-existent frame filter.
10855
28244707
YQ
108562016-06-29 Yao Qi <yao.qi@linaro.org>
10857
10858 * gdb.base/catch-syscall.c [__arm__]: Set unknown_syscall to
10859 0x0f07ff.
10860
a31d2f06
YQ
108612016-06-28 Yao Qi <yao.qi@linaro.org>
10862
10863 * gdb.base/catch-syscall.exp: Remove check on isnative and target
10864 triplets. Start gdb, execute catch syscall, and continue. Check
10865 gdb's output to determine catch syscall is supported.
10866
921d8f54
MG
108672016-06-27 Manish Goregaokar <manish@mozilla.com>
10868
25d49b86
PA
10869 * gdb.rust/simple.rs: Add test for returning unit in a function.
10870 * gdb.rust/simple.exp: Add expectation for functions returning
10871 unit.
921d8f54 10872
f4952523
PMR
108732016-06-27 Pierre-Marie de Rodat <derodat@adacore.com>
10874
10875 * gdb.python/py-breakpoint-create-fail.c,
10876 gdb.python/py-breakpoint-create-fail.exp,
10877 gdb.python/py-breakpoint-create-fail.py: New testcase.
10878
fccb08f8
MG
108792016-06-25 Manish Goregaokar <manish@mozilla.com>
10880
10881 PR gdb/20239
10882 * gdb.rust/simple.rs: Add more tests for printing NonZero enums.
25d49b86
PA
10883 * gdb.rust/simple.exp: Add test expectations for new NonZero
10884 tests.
fccb08f8 10885
6b850546
DT
108862016-06-24 David Taylor <dtaylor@emc.com>
10887
10888 * gdb.base/offsets.exp: New file.
10889 * gdb.base/offsets.c: New file.
10890
17621150
TT
108912016-06-23 Tom Tromey <tom@tromey.com>
10892
10893 PR gdb/16483:
10894 * gdb.python/py-framefilter.exp: Add "info frame-filter" test
10895 before any filters are loaded.
10896
04d59df6
WT
108972016-06-21 Walfred Tedeschi <walfred.tedeschi@intel.com>
10898
10899 * gdb.fortran/derived-type.exp (print q): Add fields to the output.
10900 * gdb.fortran/vla-type.exp (print twov): Fix vla tests with
10901 structs.
10902 * gdb.fortran/derived-type-function.exp: New file.
10903 * gdb.fortran/derived-type-function.f90: New file.
10904
10905
ac69f786
PA
109062016-06-21 Pedro Alves <palves@redhat.com>
10907
10908 * gdb.base/new-ui.exp: New file.
10909 * lib/mi-support.exp (switch_gdb_spawn_id): Move to ...
10910 * lib/gdb.exp (switch_gdb_spawn_id): ... here.
10911 (with_spawn_id): New procedure.
10912
49940788
PA
109132016-06-21 Pedro Alves <palves@redhat.com>
10914
10915 * gdb.mi/mi-exec-run.exp: New file.
10916
ef274d26
PA
109172016-06-21 Pedro Alves <palves@redhat.com>
10918
10919 * gdb.mi/mi-break.exp (test_breakpoint_commands): Always expect
10920 breakpoint command's output on the main UI.
10921 (test_break): New procedure, factored out from calls in the top
10922 level.
10923 (top level): Use foreach_with_prefix to test MI as main UI and as
10924 separate UI.
10925
468afe6c
PA
109262016-06-21 Pedro Alves <palves@redhat.com>
10927
10928 * gdb.mi/mi-watch.exp (test_watchpoint_creation_and_listing)
10929 (test_awatch_creation_and_listing)
10930 (test_rwatch_creation_and_listing, test_watchpoint_triggering):
10931 Remove 'type' parameter.
10932 (test_watchpoint_all): New parameter mi_mode. Remove
10933 with_test_prefix.
10934 (top level): Use foreach_with_prefix, and add main/separate UI MI
10935 testing axis.
10936
51f77c37
PA
109372016-06-21 Pedro Alves <palves@redhat.com>
10938
10939 * README (Testsuite Parameters): Document FORCE_SEPARATE_MI_TTY.
10940 * lib/gdb.exp (default_gdb_exit): Clear inferior_spawn_id.
10941 * lib/mi-support.exp (mi_uncatched_gdb_exit): Unset
10942 gdb_main_spawn_id, mi_spawn_id, unset inferior_spawn_id.
10943 (gdb_main_spawn_id, mi_spawn_id): Declare and
10944 comment.
10945 (mi_create_inferior_pty): New procedure,
10946 factored out from default_mi_gdb_start.
10947 (switch_gdb_spawn_id, mi_gdb_start_separate_mi_tty): New
10948 procedures.
10949 (default_mi_gdb_start): Call mi_gdb_start_separate_mi_tty if the
10950 separate-mi-tty option is specified, or SEPARATE_MI_TTY is set.
10951 Use mi_create_inferior_pty.
10952 (mi_gdb_start): Use eval to pass down args list.
10953
8980e177
PA
109542016-06-21 Pedro Alves <palves@redhat.com>
10955
10956 * gdb.opt/inline-cmds.c: Add "set mi break here" marker.
10957 * gdb.opt/inline-cmds.exp: Add MI tests.
10958
f38d3ad1
PA
109592016-06-21 Pedro Alves <palves@redhat.com>
10960
10961 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new regexp.
10962
45db7c09
PA
109632016-06-21 Pedro Alves <palves@redhat.com>
10964
10965 * gdb.ada/mi_catch_ex.exp (continue_to_exception): New procedure.
10966 (top level): Use it instead of mi_execute_to.
10967
5a069ab3
PA
109682016-06-21 Pedro Alves <palves@redhat.com>
10969
10970 * gdb.python/py-mi-events-gdb.py (stop_handler_str)
10971 (cont_handler_str): New.
10972 (signal_stop_handler): Set stop_handler_str instead of printing to
10973 stdout.
10974 (continue_handler): Set cont_handler_str instead of printing to
10975 stdout.
10976 * gdb.python/py-mi-events.exp: Ues mi_execute_to instead of
10977 mi_send_resuming_command. Print stop_handler_str and
10978 cont_handler_str instead of expecting the python events print
10979 directly.
10980
2838cc1d
SD
109812016-06-17 Sanjoy Das <sanjoy@playingwithpointers.com>
10982
10983 * gdb.base/jit-reader.exp: New file.
10984 * gdb.base/jithost.c: New file.
10985 * gdb.base/jithost.h: New file.
10986 * gdb.base/jitreader.c : New file.
10987 * gdb.base/jit-protocol.h: New file.
10988
21a77091
YQ
109892016-06-17 Yao Qi <yao.qi@linaro.org>
10990
10991 * gdb.base/step-over-syscall.exp (break_cond_on_syscall): New
10992 parameters follow_fork and detach_on_fork. Set follow-fork-mode
10993 and detach-on-fork. Adjust tests.
10994 (top level): Invoke break_cond_on_syscall with combinations of
10995 syscall, follow-fork-mode and detach-on-fork.
10996
f50bf8e5
YQ
109972016-06-17 Yao Qi <yao.qi@linaro.org>
10998
10999 * gdb.base/step-over-exit.c: New.
11000 * gdb.base/step-over-exit.exp: New.
11001
a28d8e50
YTL
110022016-06-17 Yan-Ting Lin <currygt52@gmail.com>
11003
11004 * gdb.base/float.exp: Add target check for nds32*-*-*.
11005 * gdb.xml/tdesc-regs.exp: Set core-regs for nds32*-*-*.
11006
cad8e26d
AB
110072016-06-13 Andrew Burgess <andrew.burgess@embecosm.com>
11008
11009 * gdb.base/call-ar-st.exp: Report unsupported rather than xfail
11010 for unsupported target features.
11011 * gdb.base/call-rt-st.exp: Likewise.
11012 * gdb.base/call-sc.exp: Likewise.
11013 * gdb.base/call-signal-resume.exp: Likewise.
11014 * gdb.base/call-strs.exp: Likewise.
11015 * gdb.base/callexit.exp: Likewise.
11016 * gdb.base/callfuncs.exp: Likewise.
11017 * gdb.base/nodebug.exp: Likewise.
11018 * gdb.base/printcmds.exp: Likewise.
11019 * gdb.base/ptype.exp: Likewise.
11020 * gdb.base/structs.exp: Likewise.
11021 * gdb.base/unwindonsignal.exp: Likewise.
11022 * gdb.cp/gdb2495.exp: Likewise.
11023 * gdb.cp/templates.exp: Likewise.
11024 * gdb.cp/virtfunc.exp: Likewise.
11025 * gdb.threads/hand-call-in-threads.exp: Likewise.
11026 * gdb.threads/interrupted-hand-call.exp: Likewise.
11027 * gdb.threads/thread-unwindonsignal.exp: Likewise.
11028
347dc102
TT
110292016-06-10 Tom Tromey <tom@tromey.com>
11030
11031 PR rust/20110:
11032 * gdb.rust/expr.exp: Add test for integer constant larger than
11033 i32.
11034
5e13cf25
BH
110352016-06-10 Bernhard Heckel <bernhard.heckel@intel.com>
11036
11037 * gdb.fortran/nested-funcs.exp: New.
11038 * gdb.fortran/nested-funcs.f90: New.
11039
bb556f1f
TK
110402016-06-09 Toshihito Kikuchi <k.toshihito@yahoo.de>
11041
11042 * gdb.base/examine-backward.c: New file.
11043 * gdb.base/examine-backward.exp: New file.
11044
38b022b4
SM
110452016-06-06 Simon Marchi <simon.marchi@ericsson.com>
11046
11047 * gdb.mi/mi-record-changed.exp: Adjust =record-started output
11048 matching.
11049
1b40ec05
TT
110502016-06-02 Tom Tromey <tom@tromey.com>
11051
11052 PR python/18984:
11053 * gdb.python/py-shared.exp: Add solib_name test.
11054
193bd378
SM
110552016-06-02 Simon Marchi <simon.marchi@ericsson.com>
11056
11057 * gdb.mi/mi-memory-changed.exp: Fix filename passed to untested.
11058
3326303b
MG
110592016-05-31 Martin Galvan <martin.galvan@tallertechnologies.com>
11060
11061 PR c++/19893
11062 * gdb.dwarf2/implref.exp: Rename to...
11063 * gdb.dwarf2/implref-const.exp: ...this. Also add more test statements.
11064 * gdb.dwarf2/implref-array.c: New file.
11065 * gdb.dwarf2/implref-array.exp: Likewise.
11066 * gdb.dwarf2/implref-global.c: Likewise.
11067 * gdb.dwarf2/implref-global.exp: Likewise.
11068 * gdb.dwarf2/implref-struct.c: Likewise.
11069 * gdb.dwarf2/implref-struct.exp: Likewise.
11070
825c8ef2
AT
110712016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
11072
11073 * gdb.trace/trace-condition.exp: Add 64bit tests.
11074
2320162a
AT
110752016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
11076
11077 * gdb.trace/trace-condition.c (marker): Adapt signature to 8 to 64
11078 bits types.
11079 (main): Adapt to 8 to 64 bits types.
11080 * gdb.trace/trace-condition.exp: Add new tests.
11081
a7818233
AT
110822016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
11083
11084 * gdb.trace/trace-condition.exp: Add emit_less_unsigned test.
11085
0d336466
AT
110862016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
11087
11088 * gdb.trace/ftrace.exp (test_ftrace_condition): Remove.
11089 Move condition tests...
11090 * gdb.trace/trace-condition.exp: Here.
11091
7faeb45a
AT
110922016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
11093
11094 * gdb.trace/trace-condition.exp: Add counter-case tests.
11095
e385593e
JK
110962016-05-30 Jan Kratochvil <jan.kratochvil@redhat.com>
11097
11098 PR c++/15231
11099 * gdb.ada/out_of_line_in_inlined.exp: Remove xfails.
11100 * gdb.dwarf2/dw2-lexical-block-bare.exp: New file.
11101
744608cc
PA
111022016-05-27 Pedro Alves <palves@redhat.com>
11103
11104 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
11105 New procedure.
11106 (top level): Call it, and bail out of DejaGnu is known to be bad.
11107
ac775bf4
AB
111082016-05-27 Andrew Burgess <andrew.burgess@embecosm.com>
11109
11110 * gdb.base/whatis.c: Extend the test case.
11111 * gdb.base/whatis.exp: Add additional tests.
11112
2bbad2ea
BH
111132016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
11114
11115* gdb.fortran/type.f90: Add pointer variable.
11116* gdb.fortran/whatis_type.exp: Add whatis/ptype of pointers.
11117
8b70175d
BH
111182016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
11119
11120 * gdb.fortran/vla-type.exp: Fix testcase name.
11121
86d8a848
BH
111222016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
11123
11124 * gdb.fortran/vla-type.exp: Access elements in nested structs.
11125
e188eb36
BH
111262016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
11127
11128 * gdb.fortran/type.f90: Add nested structures.
11129 * gdb.fortran/whatis-type.exp: Whatis/ptype nested structures.
11130 * gdb.fortran/derived-type.exp: Adapt expected output.
11131 * gdb.fortran/vla-type.exp: Adapt expected output.
11132
9b2db1fd
BH
111332016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
11134
11135 * gdb.fortran/whatis_type.exp: Adapt expected output.
11136
72b17055
BH
111372016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
11138
11139 * gdb.fortran/print_type.exp: Fix expected output.
11140 * gdb.fortran/whatis_type.exp: Fix expected output.
11141
3cd81d8d
BH
111422016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
11143
11144 * gdb.fortran/whatis_type.exp: Use multi_line.
11145
ddae9462
TT
111462016-05-24 Tom Tromey <tom@tromey.com>
11147
11148 PR python/17386:
11149 * gdb.python/py-value.exp (test_value_numeric_ops): Add tests that
11150 use value as an index.
11151
1957f6b8
TT
111522016-05-23 Tom Tromey <tom@tromey.com>
11153
11154 PR python/17981:
11155 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add test for
11156 no-breakpoint case.
11157
026a9174
PA
111582016-05-24 Pedro Alves <palves@redhat.com>
11159
11160 PR gdb/19828
11161 * gdb.threads/clone-attach-detach.c: New file.
11162 * gdb.threads/clone-attach-detach.exp: New file.
11163
e70a7231
FR
111642016-05-24 Francis Ricci <francisjricci@gmail.com> (tiny patch)
11165
11166 * gdb.base/annota-input-while-running.exp: Fix syntax error.
11167
0f6ed0e0
TT
111682016-05-23 Tom Tromey <tom@tromey.com>
11169
11170 PR python/19438, PR python/18393:
11171 * gdb.python/py-progspace.exp: Add "dir" test.
11172 * gdb.python/py-objfile.exp: Add "dir" test.
11173
ffd19d61
YQ
111742016-05-23 Yao Qi <yao.qi@linaro.org>
11175
11176 * gdb.arch/thumb-prologue.exp: Use standard_testfile.
11177 * gdb.arch/thumb2-it.exp: Likewise.
11178
9e8f9b05
SM
111792016-05-18 Simon Marchi <simon.marchi@ericsson.com>
11180
11181 * gdb.mi/mi-threads-interrupt.c: New file.
11182 * gdb.mi/mi-threads-interrupt.exp: New file.
11183
61c6156d
SM
111842016-05-17 Simon Marchi <simon.marchi@ericsson.com>
11185
11186 PR gdb/18077
11187 * gdb.mi/mi-async-run.exp: New file.
11188 * gdb.mi/mi-async-run.c: New file.
11189
67218854
TT
111902016-05-17 Tom Tromey <tom@tromey.com>
11191 Manish Goregaokar <manishsmail@gmail.com>
11192
11193 * lib/rust-support.exp: New file.
11194 * lib/gdb.exp (skip_rust_tests): New proc.
11195 (build_executable_from_specs): Handle rust.
11196 * lib/future.exp (gdb_find_rustc): New proc.
11197 (gdb_default_target_compile): Handle rust.
11198 * gdb.rust/expr.exp: New file.
11199 * gdb.rust/generics.exp: New file.
11200 * gdb.rust/generics.rs: New file.
11201 * gdb.rust/methods.exp: New file.
11202 * gdb.rust/methods.rs: New file.
11203 * gdb.rust/modules.exp: New file.
11204 * gdb.rust/modules.rs: New file.
11205 * gdb.rust/simple.exp: New file.
11206 * gdb.rust/simple.rs: New file.
11207
c44af4eb
TT
112082016-05-17 Tom Tromey <tom@tromey.com>
11209
11210 * gdb.base/default.exp (set language): Add rust.
11211
dcd1f979
TT
112122016-05-17 Tom Tromey <tom@tromey.com>
11213
11214 * gdb.gdb/unittest.exp: New file.
11215
155b7f57
YQ
112162016-05-16 Yao Qi <yao.qi@linaro.org>
11217
11218 * gdb.base/batch-preserve-term-settings.exp: Remove variable
11219 shell_prompt. Update shell_prompt_re.
11220
8ddd5a6c
DE
112212016-05-12 Doug Evans <dje@google.com>
11222
11223 PR symtab/19999
11224 * lib/dwarf.exp (build_executable_from_fission_assembler): Pass
11225 $options when building executable.
11226 * gdb.dwarf2/fission-loclists-pie.S: New file.
11227 * gdb.dwarf2/fission-loclists-pie.exp: New file.
11228
02e370d9
SM
112292016-05-04 Simon Marchi <simon.marchi@ericsson.com>
11230
11231 * gdb.base/solib-display.exp: Check for [use_gdb_stub] instead
11232 of [is_remote target],
11233
8929ad8b
SM
112342016-05-04 Simon Marchi <simon.marchi@ericsson.com>
11235
11236 * lib/gdb.exp (use_gdb_stub): New procedure.
11237
6c447423
DE
112382016-05-03 Yunlian Jiang <yunlian@google.com>
11239 Doug Evans <dje@google.com>
11240
11241 PR symtab/19914
11242 * gdb.dwarf2/dwp-sepdebug.c: New file.
11243 * gdb.dwarf2/dwp-sepdebug.exp: New file.
11244
444e826c
SM
112452016-05-02 Simon Marchi <simon.marchi@ericsson.com>
11246
11247 * gdb.base/detach.exp: Remove is_remote check.
11248
740feeaa
SM
112492016-05-02 Simon Marchi <simon.marchi@ericsson.com>
11250
11251 * gdb.base/annota-input-while-running.exp: Don't check for
11252 [is_remote target]. Enable annotations after running to main.
11253 Remove unused "set test..." line.
11254
9080ac9d
SM
112552016-04-28 Simon Marchi <simon.marchi@ericsson.com>
11256
11257 * gdb.trace/trace-enable-disable.exp: New file.
11258 * gdb.trace/trace-enable-disable.c: New file.
11259
952ebca5
SM
112602016-04-28 Simon Marchi <simon.marchi@ericsson.com>
11261
11262 * gdb.arch/ftrace-insn-reloc.exp: Save gdb_load_shlib result,
11263 use it in info sharedlibrary test.
11264 * gdb.trace/ftrace-lock.exp: Likewise.
11265 * gdb.trace/ftrace.exp: Likewise.
11266 * gdb.trace/range-stepping.exp: Likewise.
11267 * gdb.trace/trace-break.exp: Likewise.
11268 * gdb.trace/trace-condition.exp: Likewise.
11269 * gdb.trace/trace-mt.exp: Likewise.
11270
d9019901
SM
112712016-04-27 Simon Marchi <simon.marchi@ericsson.com>
11272
11273 * lib/gdb.exp (gdb_load_shlibs): Rename to...
11274 (gdb_load_shlib): ... this.
11275 * gdb.arch/ftrace-insn-reloc.exp: Adjust gdb_load_shlibs ->
11276 gdb_load_shlib.
11277 * gdb.base/catch-load.exp (one_catch_load_test): Likewise.
11278 * gdb.base/ctxobj.exp: Likewise.
11279 * gdb.base/dprintf-pending.exp: Likewise.
11280 * gdb.base/dso2dso.exp: Likewise.
11281 * gdb.base/fixsection.exp: Likewise.
11282 * gdb.base/gcore-relro.exp: Likewise.
11283 * gdb.base/gdb1555.exp: Likewise.
11284 * gdb.base/global-var-nested-by-dso.exp: Likewise.
11285 * gdb.base/gnu-ifunc.exp: Likewise.
11286 * gdb.base/hbreak-in-shr-unsupported.exp: Likewise.
11287 * gdb.base/jit-so.exp (one_jit_test): Likewise.
11288 * gdb.base/pending.exp: Likewise.
11289 * gdb.base/print-file-var.exp: Likewise.
11290 * gdb.base/print-symbol-loading.exp: Likewise.
11291 * gdb.base/shlib-call.exp: Likewise.
11292 * gdb.base/shreloc.exp: Likewise.
11293 * gdb.base/so-impl-ld.exp: Likewise.
11294 * gdb.base/solib-disc.exp: Likewise.
11295 * gdb.base/solib-nodir.exp: Likewise.
11296 * gdb.base/solib-overlap.exp: Likewise.
11297 * gdb.base/solib-symbol.exp: Likewise.
11298 * gdb.base/solib-weak.exp (do_test): Likewise.
11299 * gdb.base/sym-file.exp: Likewise.
11300 * gdb.base/symtab-search-order.exp: Likewise.
11301 * gdb.base/type-opaque.exp: Likewise.
11302 * gdb.base/unload.exp: Likewise.
11303 * gdb.base/watchpoint-solib.exp: Likewise.
11304 * gdb.compile/compile.exp: Likewise.
11305 * gdb.cp/gdb2384.exp: Likewise.
11306 * gdb.cp/infcall-dlopen.exp: Likewise.
11307 * gdb.cp/re-set-overloaded.exp: Likewise.
11308 * gdb.fortran/library-module.exp: Likewise.
11309 * gdb.opt/solib-intra-step.exp: Likewise.
11310 * gdb.python/py-finish-breakpoint.exp: Likewise.
11311 * gdb.python/py-shared.exp: Likewise.
11312 * gdb.reverse/solib-precsave.exp: Likewise.
11313 * gdb.reverse/solib-reverse.exp: Likewise.
11314 * gdb.server/solib-list.exp: Likewise.
11315 * gdb.threads/dlopen-libpthread.exp: Likewise.
11316 * gdb.threads/tls-shared.exp: Likewise.
11317 * gdb.threads/tls-so_extern.exp: Likewise.
11318 * gdb.trace/change-loc.exp: Likewise.
11319 * gdb.trace/ftrace-lock.exp: Likewise.
11320 * gdb.trace/ftrace.exp: Likewise.
11321 * gdb.trace/mi-tracepoint-changed.exp (test_reconnect): Likewise.
11322 * gdb.trace/pending.exp: Likewise.
11323 * gdb.trace/range-stepping.exp: Likewise.
11324 * gdb.trace/strace.exp (strace_remove_socket): Likewise.
11325 (strace_info_marker): Likewise.
11326 (strace_probe_marker): Likewise.
11327 (strace_trace_on_same_addr): Likewise.
11328 (strace_trace_on_diff_addr): Likewise.
11329 * gdb.trace/trace-break.exp: Likewise.
11330 * gdb.trace/trace-condition.exp: Likewise.
11331 * gdb.trace/trace-mt.exp: Likewise.
11332
fca4cfd9
SM
113332016-04-27 Simon Marchi <simon.marchi@ericsson.com>
11334
11335 * lib/gdb.exp (gdb_load_shlibs): Accept a single argument. Return
11336 result of gdb_remote_download.
11337 * gdb.base/ctxobj.exp: Split gdb_load_shlibs call.
11338 * gdb.base/dso2dso.exp: Likewise.
11339 * gdb.base/global-var-nested-by-dso.exp: Likewise.
11340 * gdb.base/print-file-var.exp: Likewise.
11341 * gdb.base/shlib-call.exp: Likewise.
11342 * gdb.base/shreloc.exp: Likewise.
11343 * gdb.base/solib-overlap.exp: Likewise.
11344 * gdb.base/solib-weak.exp (do_test): Likewise.
11345 * gdb.base/unload.exp: Likewise.
11346
11cf4ffb
YQ
113472016-04-27 Yao Qi <yao.qi@linaro.org>
11348
11349 * gdb.base/branch-to-self.exp: Skip it if gdb,nosignals
11350 exists.
11351
3e2e34f8
KB
113522016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
11353
11354 * vla-type.exp: Print structure from toplevel.
11355
8f07e298
BH
113562016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
11357
11358 * gdb.fortran/vla-type.f90: Add test for static and dynamic arrays
11359 of dynamic types.
11360 * gdb.fortran/vla-type.exp: Add test for static and dynamic arrays
11361 of dynamic types.
11362
9920b434
BH
113632016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
11364
11365 * gdb.fortran/vla-type.f90: New file.
11366 * gdb.fortran/vla-type.exp: New file.
11367
f3abeff5
YQ
113682016-04-25 Yao Qi <yao.qi@linaro.org>
11369
11370 * gdb.base/branch-to-self.c: New file.
11371 * gdb.base/branch-to-self.exp: New file.
11372
0a5d52f0
YQ
113732016-04-22 Yao Qi <yao.qi@linaro.org>
11374
11375 * gdb.trace/unavailable.exp (gdb_collect_globals_test_1): Match
11376 more after $hex.
11377
495346f6
YQ
113782016-04-22 Yao Qi <yao.qi@linaro.org>
11379
11380 * gdb.base/annota1.exp: Set breakpoint on line $main_line.
11381 * gdb.base/annota3.exp: Likewise.
11382
4a7e075c
YQ
113832016-04-22 Yao Qi <yao.qi@linaro.org>
11384
11385 * gdb.reverse/step-precsave.exp: Do one step and test program
11386 stops in "callee" and do multiple steps until program goes out
11387 of "callee".
11388 * gdb.reverse/step-reverse.exp: Likewise.
11389
5b061e98
YQ
113902016-04-22 Yao Qi <yao.qi@linaro.org>
11391
11392 * gdb.trace/signal.exp: Also pass if
11393 $tracepoint_hits($i) > $iterations.
11394
5c5dc57f
YQ
113952016-04-22 Yao Qi <yao.qi@linaro.org>
11396
11397 * gdb.trace/signal.c: New file.
11398 * gdb.trace/signal.exp: New file.
11399
a55411b9
DE
114002016-04-19 Doug Evans <xdje42@gmail.com>
11401
11402 * gdb.base/bad-file.exp: New file.
11403
a22df60a
MG
114042016-04-18 Martin Galvan <martin.galvan@tallertechnologies.com>
11405
11406 * gdb.dwarf2/implref.exp: New file.
11407
0c13f7e5
BH
114082016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
11409
11410 * gdb.fortran/common-block.exp: Use type naming defined in lib fortran.
11411 * gdb.fortran/derived-type.exp: Use type naming defined in lib fortran.
11412 * gdb.fortran/multi-dim.exp: Use type naming defined in lib fortran.
11413 * gdb.fortran/vla-datatypes.exp: Use type naming defined in lib fortran.
11414 * gdb.fortran/vla-ptype-sub.exp: Use type naming defined in lib fortran.
11415 * gdb.fortran/vla-ptype.exp: Use type naming defined in lib fortran.
11416 * gdb.fortran/whatis_type.exp: Use type naming defined in lib fortran.
11417 * lib/fortran.exp (fortran_int4): New procedure.
11418 (fortran_real4, fortran_real8, fortran_complex4): Likewise.
11419 (fortran_logical4): Likewise.
11420
9b9b09e9
BH
114212016-04-18 Benrhard Heckel <bernhard.heckel@intel.com>
11422
11423 * lib/gdb.exp (gdb_compile_shlib): Add flag for ICC compiler.
11424
a14d1f4d
BH
114252016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
11426
11427 * lib/compiler.c: Add Intel specific preprocessor macros.
11428 * lib/compiler.cc: Likewise.
25d49b86 11429
7d49b1d0
LM
114302016-04-13 Luis Machado <lgustavo@codesourcery.com>
11431
11432 * gdb.server/connect-with-no-symbol-file.c: New file.
11433 * gdb.server/connect-with-no-symbol-file.exp: New file.
11434
8392fa22
SM
114352016-04-13 Simon Marchi <simon.marchi@ericsson.com>
11436
11437 * lib/gdb.exp (gdb_remote_download): Fix and extend comment.
11438
8c4c4aeb
SM
114392016-04-13 Simon Marchi <simon.marchi@ericsson.com>
11440
11441 * boards/gdbserver-base.exp (${board}_download): Copy source file to
11442 standard output directory.
11443
45e3745e
AT
114442016-04-13 Antoine Tremblay <antoine.tremblay@ericsson.com>
11445
11446 * gdb.trace/trace-condition.exp (foreach): Fix emit_sub testcase.
11447
e26b7e41
MM
114482016-04-13 Markus Metzger <markus.t.metzger@intel.com>
11449
11450 * gdb.btrace/instruction_history.c (loop): Add declaration.
11451
8ce09462
AT
114522016-04-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
11453
11454 * gdb.trace/ftrace.exp (proc): Change test prefix from "ond" to "cond".
11455
2e88a1ea
SM
114562016-04-09 Simon Marchi <simon.marchi@polymtl.ca>
11457
11458 * gdb.python/py-mi-events-gdb.py (signal_stop_handler): Add
11459 parentheses to print.
11460 (continue_handler): Likewise.
11461
f48e22e3
SM
114622016-04-08 Simon Marchi <simon.marchi@ericsson.com>
11463
11464 * gdb.server/solib-list.exp: Remove is_remote check.
11465 Pass shlib= to gdb_compile. Don't link shared library with
11466 -soname. Call gdb_remote_download instead of gdb_load_shlibs.
11467 Run binary filename through "readlink -f" on the target.
11468
096be756
PA
114692016-04-08 Pedro Alves <palves@redhat.com>
11470
11471 * gdb.server/solib-list.exp: Don't use gdb_load. Instead pass the
11472 interpreter filename as argument to gdbserver_spawn.
11473 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
11474 Return empty if $last_loaded_file does not exist.
11475
06500533
JK
114762016-04-08 Jan Kratochvil <jan.kratochvil@redhat.com>
11477
11478 Fix compatibility with gcc-4.8.5-4.el7.x86_64.
11479 * gdb.base/jit-main.c: Use exit after usage.
11480
2d35e871
JK
114812016-04-07 Jan Kratochvil <jan.kratochvil@redhat.com>
11482
11483 * gdb.base/gdbhistsize-history.exp: Save and unset GDBHISTFILE and
11484 GDBHISTSIZE prior to the tests.
11485 * gdb.base/gdbinit-history.exp: Likewise.
11486
114872016-04-07 Pedro Alves <palves@redhat.com>
9553661a
PA
11488
11489 * gdb.compile/compile.exp: Use gdb_compile with "shlib=" option
11490 instead of build_executable. Use gdb_load_shlibs.
11491
c8064e7e
YQ
114922016-04-07 Yao Qi <yao.qi@linaro.org>
11493
11494 * gdb.reverse/finish-reverse-bkpt.exp: Use temporary breakpoint.
11495 Execute "si" command.
11496
bde47561
YQ
114972016-04-07 Yao Qi <yao.qi@linaro.org>
11498
11499 * gdb.reverse/next-reverse-bkpt-over-sr.exp: Match the breakpoint
11500 number instead of the comments on some line.
11501
b16f8a3b
DB
115022016-04-06 Don Breazeal <donb@codesourcery.com>
11503
11504 * gdb.dwarf2/dw2-opt-structptr.c: New test program.
11505 * gdb.dwarf2/dw2-opt-structptr.exp: New test script.
11506
c2f901df
SM
115072016-04-06 Simon Marchi <simon.marchi@ericsson.com>
11508
11509 * gdb.threads/dlopen-libpthread.exp: Set binfile_lib using
11510 standard_output_file. Remove unused binfile variable.
11511
ac17fda0
CU
115122016-04-05 Catalin Udma <catalin.udma@freescale.com>
11513
11514 * gdb.python/py-mi-objfile-gdb.py: Use "list main" command.
11515 * gdb.python/py-mi-objfile.exp: Match "list main" output
11516 in console format.
11517
03a8c4df
SM
115182016-04-05 Simon Marchi <simon.marchi@polymtl.ca>
11519
11520 * gdb.arch/ftrace-insn-reloc.exp: Check for IPA basename instead of
11521 absolute.
11522
6e774b13
SM
115232016-04-05 Simon Marchi <simon.marchi@ericsson.com>
11524
11525 * gdb.trace/ftrace-lock.exp: Check for IPA basename instead of
11526 absolute.
11527 * gdb.trace/ftrace.exp: Likewise.
11528 * lib/gdb.exp (gdb_compile): Set rpath $ORIGIN for non-remote
11529 targets as well.
11530 (gdb_compile_shlib): Set SONAME for non-remote targets as well.
11531 (gdb_load_shlibs): Copy libraries to test directory when testing
11532 natively. Only set solib-search-path if testing remotely.
11533 * lib/mi-support.exp (mi_load_shlibs): Likewise.
11534
7817ea46
SM
115352016-04-05 Simon Marchi <simon.marchi@ericsson.com>
11536
11537 * gdb.base/jit-so.exp: Use gdb_remote_download instead of
11538 gdb_download. Use it even if the target is not remote.
11539 * gdb.base/jit.exp (compile_jit_test): Likewise.
11540 * lib/gdb.exp (gdb_remote_download): Copy files to the standard
11541 output directory if the destination board is local, otherwise use
11542 the standard remote_download from DejaGnu.
11543 (gdb_download): Remove.
11544 (gdb_load_shlibs): Use gdb_remote_download instead of
11545 gdb_download.
11546 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
11547 Use gdb_remote_download instead of gdb_download. Use it even if
11548 the target is not remote.
11549 * lib/mi-support.exp (mi_load_shlibs): Use gdb_remote_download
11550 instead of gdb_download.
11551
7beb7f68
SM
115522016-04-04 Simon Marchi <simon.marchi@polymtl.ca>
11553
11554 * gdb.mi/mi-breakpoint-changed.exp: Add some with_test_prefix.
11555 (test_insert_delete_modify): Call mi_load_shlibs before trying to
11556 run.
11557
cc63428a
AV
115582016-04-01 Artemiy Volkov <artemiyv@acm.org>
11559
11560 PR gdb/19820
11561 * gdb.base/printcmds.exp: Add artificial arrays tests.
11562
64cdf930
PA
115632016-03-31 Pedro Alves <palves@redhat.com>
11564
11565 PR gdb/19858
11566 * gdb.base/jit-main.c: Include unistd.h.
11567 (ATTACH): Define to 0 if not already defined.
11568 (wait_for_gdb, mypid): New globals.
11569 (WAIT_FOR_GDB): New macro.
11570 (MAIN): Set an alarm. Store the process's pid. Wait for GDB at
11571 some breakpoint locations.
11572 * gdb.base/jit.exp (clean_reattach, continue_to_test_location):
11573 New procedures.
11574 (one_jit_test): Add REATTACH parameter, and handle it. Use
11575 continue_to_test_location.
11576 (top level): Test attach, and adjusts calls to one_jit_test.
11577
40dea8cb
PA
115782016-03-31 Pedro Alves <palves@redhat.com>
11579
11580 PR gdb/19858
11581 * gdb.base/jit.exp (compile_jit_test): Add intro comment. Add
11582 BINSUFFIX parameter, and handle it.
11583 (top level): Adjust calls compile_jit_test.
11584
e7ea3ec7
CU
115852016-03-31 Catalin Udma <catalin.udma@freescale.com>
11586
11587 PR python/19743
11588 * gdb.python/py-mi-events-gdb.py: New file.
11589 * gdb.python/py-mi-events.c: New file.
11590 * gdb.python/py-mi-events.exp: New file.
11591
e6359af3
YQ
115922016-03-30 Yao Qi <yao.qi@linaro.org>
11593
11594 * gdb.reverse/until-precsave.exp: Match function name only.
11595 * gdb.reverse/until-reverse.c (main): Don't call fprintf nor printf.
11596 Move malloc to a condition block.
11597 * gdb.reverse/until-reverse.exp: Match function name only.
11598
a4105d04
MK
115992016-03-29 Marcin Kościelnicki <koriakin@0x04.net>
11600
11601 * gdb.trace/ftrace.exp: Set arg0exp for s390.
11602 * gdb.trace/mi-trace-frame-collected.exp: Expect 4 registers on s390.
11603 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for s390, add gpr0num
11604 variable for GPR 0 instead of assuming it is register 0.
11605 * gdb.trace/trace-common.h: Add s390 fast tracepoint placeholder.
11606 * lib/trace-support.exp: Add s390 registers.
11607
bfa6adb9
YQ
116082016-03-29 Yao Qi <yao.qi@linaro.org>
11609
11610 * gdb.arch/arm-neon.exp: Pass debug to prepare_for_testing.
11611
1e6697ea
YQ
116122016-03-24 Yao Qi <yao.qi@linaro.org>
11613
11614 * gdb.reverse/break-reverse.exp: Add quotation mark in the
11615 test message.
11616
64bcd522
AA
116172016-03-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
11618
11619 * gdb.arch/s390-multiarch.exp: Use standard_testfile instead of
11620 maintaining separate logic for constructing the output path.
11621
7868401b
DB
116222016-03-16 Don Breazeal <donb@codesourcery.com>
11623
11624 * gdb.threads/forking-threads-plus-breakpoint.c (thread_forks):
11625 Retry fork and waitpid on interrupted system call errors.
11626 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
11627 Use with_timeout_factor to increase timeout by factor of 10.
11628
1cafadb4
DB
116292016-03-15 Don Breazeal <donb@codesourcery.com>
11630
11631 * gdb.cp/scope-err.cc: New test program.
11632 * gdb.cp/scope-err.exp: New test script.
11633 * gdb.linespec/ls-errs.c (myfunction): Expanded to have multiple
11634 lines and "set breakpoint here" comment.
11635 * gdb.linespec/ls-errs.exp: Added C++ testing and new test case.
11636 Fixed some whitespace and format issues.
11637 * gdb.mi/mi-linespec-err-cp.cc: New test program.
11638 * gdb.mi/mi-linespec-err-cp.exp: New test script.
11639
81516450
DE
116402016-03-15 Doug Evans <dje@google.com>
11641
11642 * gdb.xml/extra-regs.xml: Add enum, mixed_flags values.
11643 * gdb.xml/tdesc-regs.exp (load_description): New arg xml_file.
11644 All callers updated. Add tests for enums, mixed flags register.
11645
aa52b601
DE
116462016-03-15 Doug Evans <dje@google.com>
11647
11648 * gdb.base/skip.c (main): Call test_skip_file_and_function.
11649 * gdb.base/skip.exp: Remove hand calling test_skip_file_and_function.
11650
fa4ff313
SM
116512016-03-14 Simon Marchi <simon.marchi@ericsson.com>
11652
11653 * gdb.base/default.exp: Add $_as_string to the list of expected
11654 convenience functions.
11655
f2403c39
AB
116562016-03-11 Andrew Burgess <andrew.burgess@embecosm.com>
11657
11658 * gdb.base/maint.exp: New tests for 'maint info line-table'.
11659
f2f3ccb9
SM
116602016-03-10 Simon Marchi <simon.marchi@polymtl.ca>
11661
11662 * gdb.python/py-as-string.exp: New file.
11663 * gdb.python/py-as-string.c: New file.
11664
00dbd492
PA
116652016-03-09 Pedro Alves <palves@redhat.com>
11666
11667 * gdb.threads/attach-into-signal.exp: Adjust to "Program received
11668 signal" -> "Thread NN received signal" output change.
11669 * gdb.threads/ia64-sigill.exp: Likewise.
11670 * gdb.threads/linux-dp.exp: Likewise.
11671 * gdb.threads/manythreads.exp: Likewise.
11672 * gdb.threads/pending-step.exp: Likewise.
11673 * gdb.threads/print-threads.exp: Likewise.
11674 * gdb.threads/sigstep-threads.exp: Likewise.
11675 * gdb.threads/staticthreads.exp: Likewise.
11676 * gdb.threads/tls.exp: Likewise.
11677
1e6697ea
YQ
116782016-03-09 Pedro Alves <palves@redhat.com>
11679
11680 * gdb.base/command-line-input.exp: New file.
11681
b04fd3be
MK
116822016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
11683
11684 * gdb.trace/ftrace.exp: Set arg0exp for ppc.
11685 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for ppc.
11686 * gdb.trace/pending.exp: Accept leading dot before function name.
11687 * gdb.trace/trace-common.h: Add fast tracepoint dummy insn for ppc.
11688 * lib/trace-support.exp: Set registers for ppc.
11689
98fa59e9
MK
116902016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
11691
11692 * gdb.trace/entry-values.exp: Link ${binfile}1.o to ${binfile}1 and
11693 use it for disassembly; accept .main in addition to main in backtrace.
11694
f77198c8
MK
116952016-03-09 Wei-cheng Wang <cole945@gmail.com>
11696 Marcin Kościelnicki <koriakin@0x04.net>
11697
11698 * gdb.trace/actions.c (gdb_recursion_test_fp): New typedef.
11699 (gdb_recursion_test_ptr): New global variable.
11700 (gdb_recursion_test): Call gdb_recursion_test_ptr instead of
11701 gdb_recursion_test.
11702 (gdb_c_test): Ditto.
11703
ba84e0da
MK
117042016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
11705
11706 * gdb.trace/change-loc.exp: Don't depend on tracepoint location
11707 ordering.
11708
4366d36e
MK
117092016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
11710
11711 * gdb.trace/unavailable-dwarf-piece.c (foo): Add foo_start_lbl label.
11712 (bar): Add bar_start_lbl label.
11713 * gdb.trace/unavailable-dwarf-piece.exp: Use foo/bar_start_lbl instead
11714 of foo/bar for emitting DWARF and tracing.
11715
5eb264df
SDJ
117162016-03-06 Sergio Durigan Junior <sergiodj@redhat.com>
11717
11718 * analyze-racy-logs.py: Set executable bit.
11719
fb6a751f
SDJ
117202016-03-05 Sergio Durigan Junior <sergiodj@redhat.com>
11721
11722 * Makefile.in (DEFAULT_RACY_ITER): New variable.
11723 (CHECK_TARGET_TMP): Likewise.
11724 (check-single-racy): New rule.
11725 (check-parallel-racy): Likewise.
11726 (TEST_TARGETS): Adjust rule to account for RACY_ITER.
11727 (do-check-parallel-racy): New rule.
11728 (check-racy/%.exp): Likewise.
11729 * README (Racy testcases): New section.
11730 * analyze-racy-logs.py: New file.
11731
bdf7e230
DE
117322016-03-03 Doug Evans <dje@google.com>
11733
11734 * gdb.base/skip.exp: Use with_test_prefix.
11735
4719d415
YQ
117362016-03-03 Yao Qi <yao.qi@linaro.org>
11737
11738 * gdb.base/step-over-syscall.exp (step_over_syscall): Kfail.
11739 Invoke step_over_syscall "clone" and break_cond_on_syscall
11740 "clone".
11741 * gdb.base/step-over-clone.c: New file.
11742
ea507862
YQ
117432016-03-03 Yao Qi <yao.qi@linaro.org>
11744
11745 * gdb.base/step-over-syscall.exp (disp_step_cross_syscall): Fix
11746 code format.
11747
8fc8cbda
YQ
117482016-03-03 Yao Qi <yao.qi@linaro.org>
11749
11750 * gdb.base/disp-step-fork.c: Rename to ...
11751 * gdb.base/step-over-fork.c: ... it. New file.
11752 * gdb.base/disp-step-vfork.c: Rename to ...
11753 * gdb.base/step-over-vfork.c: ... it. New file.
11754 * gdb.base/disp-step-syscall.exp: Rename to ...
11755 * gdb.base/step-over-syscall.exp: ... it. New file.
11756 (disp_step_cross_syscall): Rename to ...
11757 (step_over_syscall): ... it.
11758
92fa70b0
YQ
117592016-03-03 Yao Qi <yao.qi@linaro.org>
11760
11761 * gdb.base/disp-step-syscall.exp (break_cond_on_syscall): New.
11762 If target supports condition evaluation on target, invoke
11763 break_cond_on_syscall for fork and vfork.
11764
e197ad3c
YQ
117652016-03-03 Yao Qi <yao.qi@linaro.org>
11766
11767 * gdb.base/disp-step-syscall.exp: Don't invoke
11768 support_displaced_stepping.
11769 (disp_step_cross_syscall): Test with displaced stepping off and
11770 on if supported.
11771
0b47da9f
YQ
117722016-03-03 Yao Qi <yao.qi@linaro.org>
11773
11774 * gdb.base/disp-step-syscall.exp (check_pc_after_cross_syscall): New
11775 proc.
11776 (setup): New proc.
11777 (disp_step_cross_syscall): Move code to check_pc_after_cross_syscall
11778 and setup.
11779
065ab6dc
BH
117802016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
11781
11782 * gdb.fortran/vla-history.exp: Remove breakpoint.
11783
07e448ad 117842016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
11785
25d49b86
PA
11786 * gdb.fortran/vla-history.exp: Lookup array elements and printing
11787 exceeds timeout.
07e448ad 11788
9ac2d526 117892016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
11790
25d49b86
PA
11791 * gdb.cp/vla-cxx.cc: Insert dummy assignment as anchor for an
11792 breakpoint.
9ac2d526 11793
17807369
BH
117942016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
11795
11796 * gdb.mi/vla.f90: Nullify pointer after declaration.
11797
86e501af
PA
117982016-03-01 Pedro Alves <palves@redhat.com>
11799
11800 * gdb.trace/ftrace-lock.c: Include <unistd.h>.
11801
1e903e32
PA
118022016-03-01 Pedro Alves <palves@redhat.com>
11803
11804 * gdb.threads/watchpoint-fork-child.c: Include "watchpoint-fork.h"
11805 before anything else.
11806 * gdb.threads/watchpoint-fork-mt.c: Likewise. Don't define
11807 _GNU_SOURCE here.
11808 * gdb.threads/watchpoint-fork-st.c: Include "watchpoint-fork.h"
11809 before anything else.
11810 * gdb.threads/watchpoint-fork.h: Define _GNU_SOURCE.
11811
6ccb54e2
PA
118122016-03-01 Pedro Alves <palves@redhat.com>
11813
11814 * gdb.base/catch-fork-kill.c: Include <sys/wait.h>.
11815
30ca9da1
YQ
118162016-03-01 Yao Qi <yao.qi@linaro.org>
11817
11818 * gdb.arch/arm-disp-step.exp: Use standard_testfile and
11819 prepare_for_testing.
11820
dc856b38
YQ
118212016-03-01 Yao Qi <yao.qi@linaro.org>
11822
11823 * gdb.arch/arm-neon.exp: Pass quiet to prepare_for_testing.
11824
4a932159
AA
118252016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
11826
11827 * gdb.arch/s390-tdbregs.exp: Use prepare_for_testing instead of
11828 manually constructing the output path.
11829
f2489477
AA
118302016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
11831
11832 * gdb.arch/s390-stackless.S: New.
11833 * gdb.arch/s390-stackless.exp: New.
11834
38899f16
IB
118352016-02-28 Iain Buclaw <ibuclaw@gdcproject.org>
11836
11837 * gdb.dlang/circular.c: New file.
11838 * gdb.dlang/circular.exp: New file.
11839
9fde51ed
YQ
118402016-02-26 Yao Qi <yao.qi@linaro.org>
11841
11842 * gdb.reverse/insn-reverse.c [__arm__] (ext_reg_load): New.
11843 [__arm__] (ext_reg_mov, ext_reg_push_pop): New.
11844 (testcases): Update.
11845
ce90fefe
YQ
118462016-02-26 Yao Qi <yao.qi@linaro.org>
11847
11848 * gdb.reverse/aarch64.c: Rename to ...
11849 * gdb.reverse/insn-reverse.c: ... it.
11850 * gdb.reverse/aarch64.exp: Rename to ...
11851 * gdb.reverse/insn-reverse.exp: ... it.
11852
3263bceb
YQ
118532016-02-26 Yao Qi <yao.qi@linaro.org>
11854
11855 * gdb.reverse/aarch64.c: [__aarch64__] Include arm_neon.h.
11856 (testcase_ftype): New.
11857 (testcases): New array.
11858 (n_testcases): New.
11859 (main): Call each element in testcases.
11860 * gdb.reverse/aarch64.exp: Remove is_aarch64_target check.
11861 (read_testcase): New.
11862 Do the tests in a loop.
11863
6cb59ff1
YQ
118642016-02-25 Yao Qi <yao.qi@linaro.org>
11865
11866 * gdb.base/branches.c: Remove.
11867
ae91f625
MK
118682016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
11869
11870 PR gdb/13808
11871 * gdb.trace/ftrace.exp (test_fast_tracepoints): Remove kfail.
11872
678b48b7
MK
118732016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
11874
11875 * gdb.trace/ftrace.exp: Remove unnecessary target check.
11876
7337a6f2
MK
118772016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
11878
11879 * gdb.trace/entry-values.exp: Surround $call_insn with '\y',
11880 change x86_64 call_insn to 'callq'.
11881
861ca91f
AT
118822016-02-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
11883
11884 * gdb.trace/tfile-avx.c: Move to...
11885 * gdb.trace/tracefile-pseudo-reg.c: Here.
11886 * gdb.trace/tfile-avx.exp: Move to...
11887 * gdb.trace/tracefile-pseudo-reg.exp: Here.
11888
bf74e428
GB
118892016-02-24 Gary Benson <gbenson@redhat.com>
11890
11891 * gdb.base/attach-pie-noexec.exp: Do not expect an error
11892 message on attach.
11893
cce0e923
DE
118942016-02-23 Doug Evans <dje@google.com>
11895
11896 * gdb.base/skip.c (test_skip): New function.
11897 (end_test_skip_file_and_function): New function.
11898 (test_skip_file_and_function): New function.
11899 * gdb.base/skip1.c (test_skip): New function.
11900 (skip1_test_skip_file_and_function): New function.
11901 * gdb.base/skip.exp: Add tests for new skip options.
11902 * gdb.base/skip-solib.exp: Update expected output.
11903 * gdb.perf/skip-command.cc: New file.
11904 * gdb.perf/skip-command.exp: New file.
11905 * gdb.perf/skip-command.py: New file.
11906
4000e47e
MK
119072016-02-22 Marcin Kościelnicki <koriakin@0x04.net>
11908
11909 * gdb.trace/unavailable.exp (gdb_unavailable_registers_test_1): Fix
11910 info registers pattern.
11911
24f75ead
IB
119122016-02-18 Iain Buclaw <ibuclaw@gdcproject.org>
11913
11914 * lib/future.exp: Add D support.
11915 (gdb_find_gdc): New proc.
11916 (gdb_default_target_compile): Add D support.
11917
fbb7bcbe
WW
119182016-02-18 Wei-cheng Wang <cole945@gmail.com>
11919
11920 * gdb.trace/tspeed.c (myclock): Return wallclock instead of
11921 user+system time.
11922 (trace_speed_test): Determine the iteration count for a time
11923 between 15..30 seconds.
11924
012b3a21
WT
119252016-02-18 Walfred Tedeschi <walfred.tedeschi@intel.com>
11926
11927 * gdb.arch/i386-mpx-sigsegv.c: New file.
11928 * gdb.arch/i386-mpx-sigsegv.exp: New file.
11929 * gdb.arch/i386-mpx-simple_segv.c: New file.
11930 * gdb.arch/i386-mpx-simple_segv.exp: New file.
11931
2d5189bd
YQ
119322016-02-18 Yao Qi <yao.qi@linaro.org>
11933
11934 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
11935 Don't call setup_kfail.
11936
40fb20d0
YQ
119372016-02-18 Yao Qi <yao.qi@linaro.org>
11938
11939 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
11940 Set "set breakpoint condition-evaluation" per $cond_bp_target.
11941
21b1f8d2
DE
119422016-02-16 Doug Evans <dje@google.com>
11943
11944 * gdb.base/skip.c: Add copyright. Whitespace cleanup.
11945 * gdb.base/skip1.c: Ditto.
11946 * gdb.base/skip.exp: Whitespace cleanup.
11947
4041ed77
DB
119482016-02-16 Don Breazeal <donb@codesourcery.com>
11949
11950 PR remote/19496
11951 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
11952 Remove kfail for PR remote/19496.
11953
c4ef31bf
SM
119542016-02-16 Simon Marchi <simon.marchi@ericsson.com>
11955
11956 * lib/gdb.exp (standard_temp_file): Return a path specific to
11957 the runtest invocation.
11958
266b65b3
SM
119592016-02-16 Simon Marchi <simon.marchi@ericsson.com>
11960
11961 * gdb.trace/save-trace.exp: Change relative path to be in the
11962 standard output directory.
11963
a7a0a6a9
JK
119642016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
11965
11966 * gdb.arch/i386-prologue.c: Add missing prototypes.
11967
c99dbb42
JK
119682016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
11969
11970 * gdb.arch/i386-gnu-cfi.exp: Use standard_output_file.
11971 * gdb.arch/i386-prologue.exp: Likewise.
11972 * gdb.arch/i386-size.exp: Likewise.
11973
aa480355
SM
119742016-02-15 Simon Marchi <simon.marchi@ericsson.com>
11975
11976 * gdb.base/wrong_frame_bt_full.exp: Use standard_output_file to
11977 define object file path.
11978 * gdb.btrace/gcore.exp: Use standard_output_file to define core
11979 file path.
11980 * lib/opencl.exp (gdb_compile_opencl_hostapp): Use
11981 standard_output_file to define binfile.
11982
ba881f50
JK
119832016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
11984
11985 Fix compatibility with recent gfortran-5.3.1.
11986 * gdb.fortran/vla-history.exp (print vla1 allocated)
11987 (print vla2 allocated, print $2, print $3): Remove
11988 (print $4): Rename to ...
11989 (print $2): ... here.
11990 (print $9): Rename to ...
11991 (print $5): ... here.
11992 (print $10): Rename to ...
11993 (print $6): ... here.
11994 * gdb.fortran/vla.f90: Add pvla initialization.
11995
e9fb005c
JK
119962016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
11997
11998 * gdb.fortran/vla-value-sub-finish.exp (set max-value-size 1024*1024):
11999 New test.
12000 * gdb.fortran/vla-value-sub.exp: Likewise.
12001
e44e00ff
MK
120022016-02-12 Marcin Kościelnicki <koriakin@0x04.net>
12003
12004 * gdb.trace/tfile-avx.c (main): Change ymm15 to xmm15.
12005
97e94151
SM
120062016-02-12 Simon Marchi <simon.marchi@ericsson.com>
12007
12008 * i386-biarch-core.exp: Define corefile using
12009 standard_output_file.
12010
01113bc1
YQ
120112016-02-12 Yao Qi <yao.qi@linaro.org>
12012
12013 * gdb.arch/arm-single-step-kernel-helper.c: New.
12014 * gdb.arch/arm-single-step-kernel-helper.exp: New.
12015
33b4777c
MM
120162016-02-12 Markus Metzger <markus.t.metzger@intel.com>
12017
12018 * gdb.btrace/tailcall-only.exp: New.
12019 * gdb.btrace/tailcall-only.c: New.
12020 * gdb.btrace/x86_64-tailcall-only.S: New.
12021 * gdb.btrace/i686-tailcall-only.S: New.
12022
acc23c11
PA
120232016-02-11 Pedro Alves <palves@redhat.com>
12024
12025 * README (Parallel testing): Add missing double quotes.
12026
e352bf0a
PA
120272016-02-11 Pedro Alves <palves@redhat.com>
12028
12029 * README (Parallel testing): New section.
12030 (GDB_PARALLEL): Rewrite.
12031 (FORCE_PARALLEL): Document.
12032
9f5fed78
MK
120332016-02-11 Marcin Kościelnicki <koriakin@0x04.net>
12034
12035 * gdb.trace/tfile-avx.c: New test.
12036 * gdb.trace/tfile-avx.exp: New test.
12037
9ef9e6a6
KS
120382016-02-09 Keith Seitz <keiths@redhat.com>
12039
12040 PR breakpoints/19546
12041 * gdb.base/infcall-exec.c: New file.
12042 * gdb.base/infcall-exec2.c: New file.
12043 * gdb.base/infcall-exec.exp: New file.
12044
a96e36da
KS
120452016-02-09 Keith Seitz <keiths@redhat.com>
12046
12047 * gdb.guile/scm-breakpoint.exp (test_bkpt_address): New procedure.
12048 (toplevel): Call test_bkpt_address.
12049
9f61929f
KS
120502016-02-09 Keith Seitz <keiths@redhat.com>
12051
12052 PR python/19506
12053 * gdb.python/py-breakpoint.exp (test_bkpt_address): New procedure.
12054 (toplevel): Call test_bkpt_address.
12055
1e94266c
SM
120562016-02-09 Simon Marchi <simon.marchi@ericsson.com>
12057
12058 * configure.ac: Use AC_CONFIG_FILES instead of passing arguments
12059 to AC_OUTPUT.
12060 * configure: Regenerate.
12061
2a7f3dff
PA
120622016-02-09 Pedro Alves <palves@redhat.com>
12063
12064 PR breakpoints/19548
12065 * gdb.base/execl-update-breakpoints.c (some_function): New
12066 function.
12067 (main): Call it.
12068 * gdb.base/execl-update-breakpoints.exp: Add a second breakpoint.
12069 Tighten expected GDB output.
12070
2151ccc5
SM
120712016-02-08 Simon Marchi <simon.marchi@ericsson.com>
12072
12073 * Makefile.in (ALL_SUBDIRS): Remove.
12074 (clean mostlyclean): Do not recurse in ALL_SUBDIRS.
12075 (distclean maintainer-clean realclean): Likewise.
12076 * configure.ac (AC_OUTPUT): Remove gdb.*/Makefile.
12077 * configure: Regenerate.
12078 * gdb.ada/Makefile.in: Delete.
12079 * gdb.arch/Makefile.in: Likewise.
12080 * gdb.asm/Makefile.in: Likewise.
12081 * gdb.base/Makefile.in: Likewise.
12082 * gdb.btrace/Makefile.in: Likewise.
12083 * gdb.cell/Makefile.in: Likewise.
12084 * gdb.compile/Makefile.in: Likewise.
12085 * gdb.cp/Makefile.in: Likewise.
12086 * gdb.disasm/Makefile.in: Likewise.
12087 * gdb.dlang/Makefile.in: Likewise.
12088 * gdb.dwarf2/Makefile.in: Likewise.
12089 * gdb.fortran/Makefile.in: Likewise.
12090 * gdb.gdb/Makefile.in: Likewise.
12091 * gdb.go/Makefile.in: Likewise.
12092 * gdb.guile/Makefile.in: Likewise.
12093 * gdb.java/Makefile.in: Likewise.
12094 * gdb.linespec/Makefile.in: Likewise.
12095 * gdb.mi/Makefile.in: Likewise.
12096 * gdb.modula2/Makefile.in: Likewise.
12097 * gdb.multi/Makefile.in: Likewise.
12098 * gdb.objc/Makefile.in: Likewise.
12099 * gdb.opencl/Makefile.in: Likewise.
12100 * gdb.opt/Makefile.in: Likewise.
12101 * gdb.pascal/Makefile.in: Likewise.
12102 * gdb.perf/Makefile.in: Likewise.
12103 * gdb.python/Makefile.in: Likewise.
12104 * gdb.reverse/Makefile.in: Likewise.
12105 * gdb.server/Makefile.in: Likewise.
12106 * gdb.stabs/Makefile.in: Likewise.
12107 * gdb.threads/Makefile.in: Likewise.
12108 * gdb.trace/Makefile.in: Likewise.
12109 * gdb.xml/Makefile.in: Likewise.
12110 * lib/gdb.exp (make_gdb_parallel_path): Add check for
12111 GDB_PARALLEL.
12112 (standard_output_file): Remove check for GDB_PARALLEL, always
12113 return path in outputs/$subdir/$testname.
12114
437277d4
SM
121152016-02-08 Simon Marchi <simon.marchi@ericsson.com>
12116
12117 * Makefile.in (abs_srcdir): Assign @abs_srcdir@.
12118 (site.exp): Assign abs_srcdir to tcl's srcdir.
12119
31d913c7
YQ
121202016-02-04 Yao Qi <yao.qi@linaro.org>
12121
12122 * gdb.base/foll-exec-mode.c: Include limits.h.
12123 (main): Add parameters argc and argv. Get directory from
12124 argv[0].
12125 * gdb.base/foll-exec-mode.exp: Don't pass -DBASEDIR in
12126 compilation.
12127 * gdb.base/foll-exec.c: Include limits.h.
12128 (main): Add parameters argc and argv.
12129 Get directory from argv[0].
12130 * gdb.base/foll-exec.exp: Don't pass -DBASEDIR in compilation.
12131 Adjust tests on the number of lines as source code changed.
12132 * gdb.base/foll-vfork-exit.c: Include limits.h.
12133 (main): Add one line of statement before vfork.
12134 * gdb.base/foll-vfork.c: Include limits.h and string.h.
12135 (main): Add parameters argc and argv. Get directory from
12136 argv[0].
12137 * gdb.base/foll-vfork.exp: Don't pass -DBASEDIR in compilation.
12138 (setup_gdb): Set tbreak to skip some source lines.
12139 * gdb.multi/bkpt-multi-exec.c: Include limits.h.
12140 (main): Add parameters argc and argv. Get directory from
12141 argv[0].
12142 * gdb.multi/bkpt-multi-exec.exp: Don't pass -DBASEDIR in
12143 compilation.
12144 * gdb.multi/multi-arch-exec.c: Include limits.h and string.h.
12145 (main): Add parameters argc and argv. Get directory from
12146 argv[0].
12147 * gdb.multi/multi-arch-exec.exp: Don't pass -DBASEDIR in
12148 compilation.
12149
9482b9fb
DE
121502016-02-01 Doug Evans <dje@google.com>
12151
12152 * gdb.base/skip.exp: Clean up multiple references to same test name.
12153
6b2e4f10
PA
121542016-02-01 Pedro Alves <palves@redhat.com>
12155
ccb6afd6 12156 PR remote/19496
6b2e4f10
PA
12157 * gdb.threads/forking-threads-plus-breakpoint.exp
12158 (displaced_stepping_supported): New global.
12159 (probe_displaced_stepping_support): New procedure.
12160 (do_test): Add 'displaced' parameter, and use it.
12161 (top level): Check for displaced stepping support. Add displaced
12162 stepping on/off testing axis.
12163
37a8db1a
AB
121642016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
12165
12166 * gdb.mi/mi-vla-fortran.exp: Add XFAIL for accessing unassociated
12167 pointer. Don't perform further tests on the unassociated pointer
12168 if the first test fails.
12169
5fdf6324
AB
121702016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
12171
12172 * gdb.base/max-value-size.c: New file.
12173 * gdb.base/max-value-size.exp: New file.
12174 * gdb.base/huge.exp: Disable max-value-size for this test.
12175
935c6144
IB
121762016-01-28 Iain Buclaw <ibuclaw@gdcproject.org>
12177
12178 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
12179
7fe8399d
YQ
121802016-01-28 Yao Qi <yao.qi@linaro.org>
12181
12182 * gdb.fortran/vla-value.exp: Wrap test with with_timeout_factor.
12183
a2077e25
PA
121842016-01-25 Pedro Alves <palves@redhat.com>
12185
12186 PR threads/19461
12187 * gdb.base/fork-running-state.c: New file.
12188 * gdb.base/fork-running-state.exp: New file.
12189
1d2736d4
PA
121902016-01-25 Pedro Alves <palves@redhat.com>
12191
12192 PR gdb/19494
12193 * gdb.base/catch-fork-kill.c: New file.
12194 * gdb.base/catch-fork-kill.exp: New file.
12195
f1da4b11
PA
121962016-01-25 Pedro Alves <palves@redhat.com>
12197
12198 * gdb.base/step-sw-breakpoint-adjust-pc.exp (foreach_with_prefix):
12199 Delete, moved to lib/gdb.exp.
12200 * gdb.threads/forking-threads-plus-breakpoint.exp
12201 (foreach_with_prefix): Likewise.
12202 * gdb.threads/process-dies-while-handling-bp.exp
12203 (foreach_with_prefix): Likewise.
12204 * lib/gdb.exp (foreach_with_prefix): New procedure.
12205
45f38546
MK
122062016-01-25 Marcin Kościelnicki <koriakin@0x04.net>
12207
12208 * gdb.trace/backtrace.exp: Bump stack collection fudge factor.
12209 * gdb.trace/entry-values.exp: Bump stack collection fudge factor.
12210
dc29a1ce
MK
122112016-01-23 Marcin Kościelnicki <koriakin@0x04.net>
12212
12213 * gdb.trace/unavailable-dwarf-piece.exp: Fix bitfield handling on big
12214 endian targets.
12215
092127d7
JK
122162016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
12217 Pedro Alves <palves@redhat.com>
12218
12219 Fix testsuite compatibility with Guile.
12220 * gdb.gdb/selftest.exp (send ^C to child process): Drop expected Thread
12221 number.
12222
31d765d3
JK
122232016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
12224
12225 Fix testsuite compatibility with Guile.
12226 * gdb.gdb/selftest.exp (send ^C to child process): Accept also Thread.
12227 (thread 1): New test for backtrace through signal handler.
12228
1ac78c04
YQ
122292016-01-22 Yao Qi <yao.qi@linaro.org>
12230
12231 PR testsuite/19491
12232 * gdb.base/multi-forks.c: Include
12233 ../lib/unbuffer_output.c
12234 (main): Call gdb_unbuffer_output.
12235
4f5946a8
DE
122362016-01-21 Doug Evans <dje@google.com>
12237
12238 * lib/ada.exp (gdb_compile_ada): Fix typo.
12239
305e13e6
JB
122402016-01-21 Joel Brobecker <brobecker@adacore.com>
12241
12242 * gdb.base/break-fun-addr.exp: New file.
12243 * gdb.base/break-fun-addr1.c: New file.
12244 * gdb.base/break-fun-addr2.c: New file.
12245
5f5dfff6
SM
122462016-01-20 Simon Marchi <simon.marchi@polymtl.ca>
12247
12248 * gdb.python/py-pp-maint.exp: Change/add enum flag tests.
12249 * gdb.python/py-pp-maint.c (enum flag_enum): Use more complex
12250 enum flag values.
12251
fd356fa2
AA
122522016-01-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
12253
12254 * gdb.base/gnu_vector.exp: Re-establish handling for should_kfail
12255 when GDB can not set the vector return value. Add more comments
12256 for clarification.
12257
9df22175
AT
122582016-01-20 Antoine Tremblay <antoine.tremblay@ericsson.com>
12259
12260 * gdb.trace/tspeed.exp: Use shlib instead of libs in gdb_compile
12261 command.
12262
41d1845e
SM
122632016-01-19 Simon Marchi <simon.marchi@ericsson.com>
12264
12265 * Makefile.in (DO_RUNTEST): Add --status and update usages.
12266
01ac6840
SM
122672016-01-19 Simon Marchi <simon.marchi@ericsson.com>
12268
12269 * Makefile.in (check-single): Pass --status to runtest.
12270 (check/%.exp): Likewise.
12271
122722016-01-19 Simon Marchi <simon.marchi@ericsson.com>
12273
12274 * Makefile.in (check-parallel): Propagate return code from make
12275 do-check-parallel.
12276
bd0a71fa
MK
122772016-01-19 Marcin Kościelnicki <koriakin@0x04.net>
12278
12279 * gdb.trace/ftrace.exp: Fix expected message on continue.
12280 * gdb.trace/pending.exp: Fix expected message on continue.
12281 * gdb.trace/trace-break.exp: Fix expected message on continue.
12282
8bcbad33
SM
122832016-01-18 Simon Marchi <simon.marchi@ericsson.com>
12284
12285 * lib/gdb.exp (gdb_test): Remove unused global references.
12286
f303dbd6
PA
122872016-01-18 Pedro Alves <palves@redhat.com>
12288
12289 * gdb.base/async-shell.exp: Adjust expected output.
12290 * gdb.base/dprintf-non-stop.exp: Adjust expected output.
12291 * gdb.base/siginfo-thread.exp: Adjust expected output.
12292 * gdb.base/watchpoint-hw-hit-once.exp: Adjust expected output.
12293 * gdb.java/jnpe.exp: Adjust expected output.
12294 * gdb.threads/clone-new-thread-event.exp: Adjust expected output.
12295 * gdb.threads/continue-pending-status.exp: Adjust expected output.
12296 * gdb.threads/leader-exit.exp: Adjust expected output.
12297 * gdb.threads/manythreads.exp: Adjust expected output.
12298 * gdb.threads/pthreads.exp: Adjust expected output.
12299 * gdb.threads/schedlock.exp: Adjust expected output.
12300 * gdb.threads/siginfo-threads.exp: Adjust expected output.
12301 * gdb.threads/signal-command-multiple-signals-pending.exp: Adjust
12302 expected output.
12303 * gdb.threads/signal-delivered-right-thread.exp: Adjust expected
12304 output.
12305 * gdb.threads/sigthread.exp: Adjust expected output.
12306 * gdb.threads/watchpoint-fork.exp: Adjust expected output.
12307
b2789696
YQ
123082016-01-18 Yao Qi <yao.qi@linaro.org>
12309
12310 * gdb.guile/scm-section-script.c: Replace @progbits with
12311 %progbits.
12312 * gdb.python/py-section-script.c: Likewise.
12313
71ef29a8
PA
123142016-01-15 Pedro Alves <palves@redhat.com>
12315
12316 * gdb.multi/tids.exp: Test star wildcard ranges.
12317
3f5b7598
PA
123182016-01-15 Pedro Alves <palves@redhat.com>
12319
12320 * gdb.multi/tids.exp (thr_apply_info_thr_error): Remove "p 1234"
12321 command from "thread apply" invocation.
12322 (thr_apply_info_thr_invalid): Default the expected output to the
12323 input tid list.
12324 (top level): Add tests that use convenience variables. Add tests
12325 for "thread apply" with a valid TID list, but missing the command.
12326
663f6d42
PA
123272016-01-13 Pedro Alves <palves@redhat.com>
12328
12329 * gdb.base/default.exp: Expect $_gthread as well.
12330 * gdb.multi/tids.exp: Test $_gthread.
12331 * gdb.threads/thread-specific.exp: Test $_gthread.
12332
c84f6bbf
PA
123332016-01-13 Pedro Alves <palves@redhat.com>
12334
12335 * gdb.multi/tids.exp: Test "info threads -gid".
12336
22a02324
PA
123372016-01-13 Pedro Alves <palves@redhat.com>
12338
12339 * gdb.multi/tids.exp: Test InferiorThread.global_num and
12340 Breakpoint.thread.
12341 * gdb.python/py-infthread.exp: Test InferiorThread.global_num.
12342
5d5658a1
PA
123432016-01-07 Pedro Alves <palves@redhat.com>
12344
12345 * gdb.base/break.exp: Adjust to output changes.
12346 * gdb.base/hbreak2.exp: Likewise.
12347 * gdb.base/sepdebug.exp: Likewise.
12348 * gdb.base/watch_thread_num.exp: Likewise.
12349 * gdb.linespec/keywords.exp: Likewise.
12350 * gdb.multi/info-threads.exp: Likewise.
12351 * gdb.threads/thread-find.exp: Likewise.
12352 * gdb.multi/tids.c: New file.
12353 * gdb.multi/tids.exp: New file.
12354
84654457
PA
123552016-01-13 Pedro Alves <palves@redhat.com>
12356
12357 * gdb.python/py-infthread.exp: Test InferiorThread.inferior.
12358
e3940304
PA
123592016-01-13 Pedro Alves <palves@redhat.com>
12360
12361 * gdb.base/default.exp: Expect $_inferior as well.
12362 * gdb.multi/base.exp: Test $_inferior.
12363
a911d87a
PA
123642016-01-13 Pedro Alves <palves@redhat.com>
12365
12366 PR breakpoints/19388
12367 * gdb.base/catch-signal-siginfo-cond.c: New file.
12368 * gdb.base/catch-signal-siginfo-cond.exp: New file.
12369
82075af2
JS
123702016-01-12 Josh Stone <jistone@redhat.com>
12371 Philippe Waroquiers <philippe.waroquiers@skynet.be>
12372
12373 * gdb.base/catch-syscall.c (do_execve): New variable.
12374 (main): Conditionally trigger an execve.
12375 * gdb.base/catch-syscall.exp: Enable testing for remote targets.
12376 (test_catch_syscall_execve): New, check entry/return across execve.
12377 (do_syscall_tests): Call test_catch_syscall_execve.
12378
e46eeedd
PA
123792016-01-12 Pedro Alves <palves@redhat.com>
12380
12381 * gdb.base/random-signal.exp (do_test): New procedure, with body
12382 of testcase moved in.
12383
01d8c27e
JK
123842016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
12385 Pedro Alves <palves@redhat.com>
12386
12387 * gdb.base/funcargs.exp (finish from indirectly called function):
12388 Reintroduce the case for 'First'.
12389
9a706302
JK
123902016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
12391 Pedro Alves <palves@redhat.com>
12392
12393 * gdb.base/foll-vfork.exp (tcatch_vfork_then_parent_follow)
12394 (tcatch_vfork_then_child_follow_exec)
12395 (tcatch_vfork_then_child_follow_exit): Revert back DWARF vfork
12396 identification.
12397
c0ecb95f
JK
123982016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
12399
12400 * gdb.guile/scm-value.exp (test_value_in_inferior): Set print elements
12401 and repeats to unlimited.
12402 * gdb.python/py-value.exp: Likewise.
12403 * lib/gdb.exp (gdb_has_argv0): Save and temporarily set print elements
12404 and repeats to unlimited.
12405
6cfc1fcb
JK
124062016-01-08 Jan Kratochvil <jan.kratochvil@redhat.com>
12407
12408 * gdb.multi/goodbye.c: Fix compilation warnings by adding return types
12409 and reordering the functions.
12410 * gdb.multi/hangout.c: Likewise.
12411 * gdb.multi/hello.c: Likewise.
12412
582a1b00
SM
124132016-01-08 Simon Marchi <simon.marchi@ericsson.com>
12414
12415 * gdb.perf/lib/perftest/perftest.py: Change relative imports to
12416 absolute.
12417 (SingleStatisticTestResult.report): Use dict.keys instead of
12418 dict.iterkeys.
12419
79bc59cb
PA
124202016-01-06 Pedro Alves <palves@redhat.com>
12421
12422 * gdb.python/py-infthread.exp: Fix typo. Expect t0.num to be 1.
12423
43368e1d
MM
124242016-01-04 Markus Metzger <markus.t.metzger@intel.com>
12425
12426 * gdb.btrace/dlopen.exp: New.
12427 * gdb.btrace/dlopen.c: New.
12428 * gdb.btrace/dlopen-dso.c: New.
12429
79fad5b8
SL
124302015-12-25 Sandra Loosemore <sandra@codesourcery.com>
12431
12432 * lib/gdb.exp (gdb_test): Update comments to clarify that the
12433 PATTERN argument is optional.
12434
ab8314b3
JB
124352015-12-24 Joel Brobecker <brobecker@adacore.com>
12436
12437 * lib/ada.exp (target_compile_ada_from_dir): New function.
12438 (gdb_compile_ada): Reimplement avoiding the use of project files.
12439 * gdb.ada/gnat_ada.gpr: Delete.
12440 * gdb.ada/cond_lang.exp: Adjust test to make path before
12441 filename optional.
12442 * gdb.ada/small_reg_param.exp: Likewise.
12443
fe33faff
SM
124442015-12-22 Simon Marchi <simon.marchi@ericsson.com>
12445
12446 * gdb.base/foll-vork.exp: Remove HP-UX special case.
12447
6d265cb4
TP
124482015-12-22 Thomas Preud'homme <thomas.preudhomme@arm.com>
12449
12450 * lib/mi-support.exp (mi_run_cmd_full): Add an expect for the CLI jump
12451 case.
12452
10125099
SM
124532015-12-21 Simon Marchi <simon.marchi@ericsson.com>
12454
12455 * gdb.base/break.exp: Remove dead code.
12456 * gdb.base/sepdebug.exp: Likewise.
12457
3ca22649
SM
124582015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
12459
12460 * gdb.asm/asm-source.exp: Remove HP-UX references.
12461 * gdb.base/annota1.exp: Likewise.
12462 * gdb.base/annota3.exp: Likewise.
12463 * gdb.base/attach.exp: Likewise.
12464 * gdb.base/bigcore.exp: Likewise.
12465 * gdb.base/break.exp: Likewise.
12466 * gdb.base/call-ar-st.exp: Likewise.
12467 * gdb.base/callfuncs.exp: Likewise.
12468 * gdb.base/catch-fork-static.exp: Likewise.
12469 * gdb.base/display.exp: Likewise.
12470 * gdb.base/foll-exec-mode.exp: Likewise.
12471 * gdb.base/foll-exec.exp: Likewise.
12472 * gdb.base/foll-fork.exp: Likewise.
12473 * gdb.base/foll-vfork.exp: Likewise.
12474 * gdb.base/funcargs.exp: Likewise.
12475 * gdb.base/hbreak2.exp: Likewise.
12476 * gdb.base/inferior-died.exp: Likewise.
12477 * gdb.base/interrupt.exp: Likewise.
12478 * gdb.base/multi-forks.exp: Likewise.
12479 * gdb.base/nodebug.exp: Likewise.
12480 * gdb.base/sepdebug.exp: Likewise.
12481 * gdb.base/solib1.c: Likewise.
12482 * gdb.base/step-test.exp: Likewise.
12483 * gdb.mi/non-stop.c: Likewise.
12484 * gdb.mi/pthreads.c: Likewise.
12485 * gdb.multi/bkpt-multi-exec.ex: Likewise.
12486 * gdb.threads/pthreads.c: Likewise.
12487 * gdb.threads/staticthreads.exp: Likewise.
12488 * lib/future.exp: Likewise.
12489 * lib/gdb.exp: Likewise.
12490 * gdb.base/so-indr-cl.c: Remove.
12491 * gdb.base/so-indr-cl.exp: Likewise.
12492 * gdb.base/solib.c: Likewise.
12493 * gdb.base/solib.exp: Likewise.
12494 * gdb.base/solib2.c: Likewise.
12495
b6304613
SM
124962015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
12497
12498 * gdb.base/break.exp: Remove references to HP CC/aCC compilers.
12499 * gdb.base/call-ar-st.exp: Likewise.
12500 * gdb.base/callfuncs.exp: Likewise.
12501 * gdb.base/condbreak.exp: Likewise.
12502 * gdb.base/constvars.exp: Likewise.
12503 * gdb.base/hbreak2.exp: Likewise.
12504 * gdb.base/langs.exp: Likewise.
12505 * gdb.base/list.exp: Likewise.
12506 * gdb.base/long_long.exp: Likewise.
12507 * gdb.base/ptype.exp: Likewise.
12508 * gdb.base/scope.exp: Likewise.
12509 * gdb.base/signals.exp: Likewise.
12510 * gdb.base/so-impl-ld.exp: Likewise.
12511 * gdb.base/varargs.exp: Likewise.
12512 * gdb.base/volatile.exp: Likewise.
12513 * gdb.base/whatis.exp: Likewise.
12514 * gdb.cp/cplusfuncs.exp: Likewise.
12515 * gdb.cp/inherit.exp: Likewise.
12516 * gdb.cp/local.exp: Likewise.
12517 * gdb.cp/member-ptr.exp: Likewise.
12518 * gdb.cp/method.exp: Likewise.
12519 * gdb.cp/overload.exp: Likewise.
12520 * gdb.cp/templates.exp: Likewise.
12521 * gdb.stabs/weird.exp: Likewise.
12522 * lib/compiler.c: Likewise.
12523 * lib/compiler.cc: Likewise.
12524 * lib/cp-support.exp: Likewise.
12525 * lib/gdb.exp: Likewise.
12526
bf401b07
SM
125272015-12-20 Simon Marchi <simon.marchi@polymtl.ca>
12528
12529 * configure.ac: Remove HP-UX case.
12530 * configure: Regenerate.
12531
aff9c0f8
SM
125322015-12-18 Simon Marchi <simon.marchi@ericsson.com>
12533
12534 * lib/gdb.exp (gdb_compile): Add function doc.
12535
a6904d5a
PA
125362015-12-17 Pedro Alves <palves@redhat.com>
12537
12538 PR threads/19354
12539 * gdb.multi/info-threads.exp: New file.
12540
a22279dd
YQ
125412015-12-15 Yao Qi <yao.qi@linaro.org>
12542
12543 * gdb.trace/ftrace.exp: Set arg0exp to "$x0" if target
12544 is aarch64*-*-*.
12545
0588c796
SL
125462015-12-14 Sandra Loosemore <sandra@codesourcery.com>
12547
12548 * gdb.base/history-duplicates.exp: Skip if no readline support.
12549
5d978e17
SL
125502015-12-14 Sandra Loosemore <sandra@codesourcery.com>
12551
12552 * gdb.base/gdbinit-history.exp: Skip for remote-host testing.
12553
7e763b86
SL
125542015-12-14 Sandra Loosemore <sandra@codesourcery.com>
12555
12556 * gdb.base/gdbhistsize-history.exp: Skip for remote-host testing.
12557
87a3a92c
SL
125582015-12-14 Sandra Loosemore <sandra@codesourcery.com>
12559
12560 * gdb.base/completion.exp: Skip tests that interrupt GDB with
12561 ctrl-C if nointerrupts target property is set.
12562 * gdb.base/double-prompt-target-event-error.exp: Likewise.
12563 * gdb.base/paginate-after-ctrl-c-running.exp: Likewise.
12564 * gdb.base/paginate-bg-execution.exp: Likewise.
12565 * gdb.base/paginate-execution-startup.exp: Likewise.
12566 * gdb.base/random-signal.exp: Likewise.
12567 * gdb.base/range-stepping.exp: Likewise.
12568 * gdb.cp/annota2.exp: Likewise.
12569 * gdb.cp/annota3.exp: Likewise.
12570 * gdb.gdb/selftest.exp: Likewise.
12571 * gdb.threads/continue-pending-status.exp: Likewise.
12572 * gdb.threads/leader-exit.exp: Likewise.
12573 * gdb.threads/manythreads.exp: Likewise.
12574 * gdb.threads/pthreads.exp: Likewise.
12575 * gdb.threads/schedlock.exp: Likewise.
12576 * gdb.threads/sigthread.exp: Likewise.
12577
a8f077dc
DB
125782015-12-11 Don Breazeal <donb@codesourcery.com>
12579
12580 * gdb.base/execl-update-breakpoints.exp (main): Enable for target
12581 remote.
12582 * gdb.base/foll-exec-mode.exp (main): Disable for target remote.
12583 * gdb.base/foll-exec.exp (main): Enable for target remote.
12584 * gdb.base/foll-fork.exp (main): Likewise.
12585 * gdb.base/foll-vfork.exp (main): Likewise.
12586 * gdb.base/multi-forks.exp (main): Likewise, and use clean_restart.
12587 (proc continue_to_exit_bp_loc): Use clean_restart.
12588 * gdb.base/pie-execl.exp (main): Disable for target remote.
12589 * gdb.base/watch-vfork.exp (main): Enable for target remote.
12590 * gdb.mi/mi-nsthrexec.exp (main): Likewise.
12591 * gdb.threads/execl.exp (main): Likewise.
12592 * gdb.threads/fork-child-threads.exp (main): Likewise.
12593 * gdb.threads/fork-plus-threads.exp (main): Disable for target
12594 remote.
12595 * gdb.threads/fork-thread-pending.exp (main): Enable for target
12596 remote.
12597 * gdb.threads/linux-dp.exp (check_philosopher_stack): Allow
12598 pid.tid style ptids, instead of just tid.
12599 * gdb.threads/thread-execl.exp (main): Enable for target remote.
12600 * gdb.threads/watchpoint-fork.exp (main): Likewise.
12601 * gdb.trace/report.exp (use_collected_data): Allow pid.tid style
12602 ptids, instead of just tid.
12603
3b2464a8
AB
126042015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
12605
12606 * gdb.base/list.exp (test_list_forward): Add end of file error
12607 test.
12608 (test_repeat_list_command): Add end of file error test.
12609 (test_list_backwards): Add beginning of file error test.
12610
a0def019
AB
126112015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
12612
12613 * gdb.base/list.exp (test_list_invalid_args): New function,
12614 defined, and called.
12615
5c000dff
AB
126162015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
12617
12618 * gdb.base/list.exp (test_list): Make test names unique.
12619
f1637ebe
YQ
126202015-12-11 Yao Qi <yao.qi@linaro.org>
12621
12622 * gdb.base/coremaker2.c: Remove.
12623
36d6fc0a
PA
126242015-12-10 Pedro Alves <palves@redhat.com>
12625
12626 * gdb.multi/base.exp: Remove stale "spaces" references.
12627
762f7747
PA
126282015-12-10 Pedro Alves <palves@redhat.com>
12629
12630 * gdb.multi/base.exp: Don't use nowarnings.
12631 * gdb.multi/bkpt-multi-exec.exp: Don't use nowarnings.
12632 * gdb.multi/hangout.c: Include stdio.h.
12633 * gdb.multi/hello.c: Include stdlib.h.
12634 * gdb.multi/multi-arch-exec.c: Include stdlib.h.
12635 * gdb.multi/multi-arch-exec.exp: Don't use nowarnings.
12636 * gdb.multi/multi-arch.exp: Don't use nowarnings.
12637
28d2bfb9
AB
126382015-12-10 Andrew Burgess <andrew.burgess@embecosm.com>
12639
12640 * gdb.dwarf2/dw2-ranges-base.c: New file.
12641 * gdb.dwarf2/dw2-ranges-base.exp: New file.
12642 * lib/dwarf.exp (namespace eval Dwarf): Add new variables to
12643 support additional line table, and debug ranges generation.
12644 (Dwarf::ranges): New function, generate .debug_ranges.
12645 (Dwarf::lines): Support generating simple line table programs.
12646 (Dwarf::assemble): Initialise new namespace variables.
12647
5fc2beac
KB
126482015-12-09 Kevin Buettner <kevinb@redhat.com>
12649
12650 * gdb.base/async.exp (proc test_background): Add case for
12651 asynchronous execution not supported.
12652
1c35a88f
LM
126532015-12-09 Luis Machado <lgustavo@codesourcery.com>
12654
12655 * gdb.mi/mi-var-display.exp: Add new checks for the zero-hexadecimal
12656 format and change test names to make them unique.
12657
b593e3d9
RK
126582015-12-09 Ruslan Kabatsayev <b7.10110111@gmail.com>
12659 Pedro Alves <pedro@redhat.com>
12660
12661 PR gdb/18702
12662 Add checking of floatformats setup on x86_64 hosts.
12663 * gdb.arch/i386-float.S (main): Load bigval and smallval.
12664 (smallval, bigval): New labels/constants.
12665 * gdb.arch/i386-float.exp: Use with_test_prefix and test "info
12666 float" after loading bigval and smallval.
12667
d72413e6
PMR
126682015-12-07 Pierre-Marie de Rodat <derodat@adacore.com>
12669
12670 * gdb.ada/fun_overload_menu.exp: New testcase.
12671 * gdb.ada/fun_overload_menu/foo.adb: New testcase.
12672
ece66d65
JS
126732015-12-04 Josh Stone <jistone@redhat.com>
12674
12675 * gdb.base/catch-fork-static.exp: New.
12676
41d0efca
YQ
126772015-12-03 Yao Qi <yao.qi@linaro.org>
12678
12679 * gdb.base/sizeof.c: Don't include stdio.h and
12680 ../lib/unbuffer_output.c.
12681 (main): New variable 'size' and 'value'. Remove printf and
12682 gdb_unbuffer_output. Assign return value to size and value.
12683 * gdb.base/sizeof.exp: Remove the checking to gdb,noinferiorio
12684 at the beginning.
12685 (check_sizeof): Check the result by printing variable 'size'.
12686 (check_valueof): Check the result by printing variable 'value'.
12687
99fd02d9
YQ
126882015-12-01 Yao Qi <yao.qi@linaro.org>
12689
12690 * gdb.base/disp-step-syscall.exp: Define syscall instruction
12691 for aarch64*-*-linux* target.
12692
f2faf941
PA
126932015-11-30 Pedro Alves <palves@redhat.com>
12694
12695 * gdb.threads/no-unwaited-for-left.exp: Remove setup_kfail calls.
12696
04bf20c5
PA
126972015-11-30 Pedro Alves <palves@redhat.com>
12698
12699 * lib/range-stepping-support.exp (exec_cmd_expect_vCont_count):
12700 Handle non-stop mode vCont replies.
12701
09df4675
PA
127022015-11-30 Pedro Alves <palves@redhat.com>
12703
12704 * gdb.base/dprintf-non-stop.exp: Use build_executable instead of
12705 prepare_for_testing. Start gdb with "set non-stop on" appended to
12706 GDBFLAGS. Lax expected stop output.
12707
58b584af
YQ
127082015-11-27 Yao Qi <yao.qi@linaro.org>
12709
12710 * gdb.arch/arm-neon.exp: New.
12711 * gdb.arch/arm-neon.c: New.
12712
dfcb77a8
YQ
127132015-11-27 Yao Qi <yao.qi@linaro.org>
12714
12715 * gdb.cp/annota2.exp: Rewrite the pattern using multi_line.
12716
88e8ec1b
YQ
127172015-11-27 Yao Qi <yao.qi@linaro.org>
12718
12719 * gdb.cp/annota2.exp: Allow multiple occurrences of the
12720 frames-invalid annotation.
12721
bfde72c2
YQ
127222015-11-27 Yao Qi <yao.qi@linaro.org>
12723
12724 * gdb.cp/annota2.exp: Use ${frames_invalid}.
12725
f6512a69
SM
127262015-11-26 Simon Marchi <simon.marchi@ericsson.com>
12727
12728 * gdb.threads/names.exp: New file.
12729 * gdb.threads/names.c: New file.
12730 * README: Mention gdb,no_thread_names.
12731
46a3515b
MM
127322015-11-26 Markus Metzger <markus.t.metzger@intel.com>
12733
12734 PR 19297
12735 * lib/gdb.exp (skip_btrace_pt_tests): Check for a "GDB does not
12736 support" error.
12737
62147a22
PA
127382015-11-24 Pedro Alves <palves@redhat.com>
12739
12740 PR 17539
12741 * gdb.base/display.exp: Expect displays to be sorted in ascending
12742 order. Use multi_line.
12743 * gdb.base/solib-display.exp: Likewise.
12744
2f341b6e
PA
127452015-11-24 Pedro Alves <palves@redhat.com>
12746
12747 PR 17539
25d49b86
PA
12748 * gdb.base/display.exp: Expect displays to be sorted in ascending
12749 order. Use multi_line.
12750 * gdb.base/solib-display.exp: Likewise.
2f341b6e 12751
7e0aa6aa
PA
127522015-11-24 Pedro Alves <palves@redhat.com>
12753
12754 PR 17539
12755 * gdb.base/foll-exec-mode.exp: Adjust to GDB listing inferiors and
12756 threads in ascending order.
12757 * gdb.base/foll-fork.exp: Likewise.
12758 * gdb.base/foll-vfork.exp: Likewise.
12759 * gdb.base/multi-forks.exp: Likewise.
12760 * gdb.mi/mi-nonstop.exp: Likewise.
12761 * gdb.mi/mi-nsintrall.exp: Likewise.
12762 * gdb.multi/base.exp: Likewise.
12763 * gdb.multi/multi-arch.exp: Likewise.
12764 * gdb.python/py-inferior.exp: Likewise.
12765 * gdb.threads/break-while-running.exp: Likewise.
12766 * gdb.threads/execl.exp: Likewise.
12767 * gdb.threads/gcore-thread.exp: Likewise.
12768 * gdb.threads/info-threads-cur-sal.exp: Likewise.
12769 * gdb.threads/kill.exp: Likewise.
12770 * gdb.threads/linux-dp.exp: Likewise.
12771 * gdb.threads/multiple-step-overs.exp: Likewise.
12772 * gdb.threads/next-bp-other-thread.exp: Likewise.
12773 * gdb.threads/step-bg-decr-pc-switch-thread.exp: Likewise.
12774 * gdb.threads/step-over-lands-on-breakpoint.exp: Likewise.
12775 * gdb.threads/step-over-trips-on-watchpoint.exp: Likewise.
12776 * gdb.threads/thread-find.exp: Likewise.
12777 * gdb.threads/tls.exp: Likewise.
12778 * lib/mi-support.exp (mi_reverse_list): Delete.
12779 (mi_check_thread_states): No longer reverse list.
12780
2cc57ad8
PA
127812015-11-24 Pedro Alves <palves@redhat.com>
12782
12783 * gdb.python/py-inferior.exp: Use with_test_prefix. Consistently
12784 use lowercase.
12785
c93e8391
SM
127862015-11-23 Simon Marchi <simon.marchi@ericsson.com>
12787
12788 * gdb.trace/actions.c: Include trace-common.h.
12789 (main): Add a location for a fast tracepoint.
12790 * gdb.trace/save-trace.exp: Set a fast tracepoint in addition to
12791 the normal tracepoints.
12792 (gdb_verify_tracepoints): Adjust number of expected tracepoints.
12793
045ccf91
SM
127942015-11-23 Simon Marchi <simon.marchi@ericsson.com>
12795
12796 * save-trace.exp: Factor out code to these...
12797 (gdb_save_tracepoints): New.
12798 (gdb_load_tracepoints): New.
12799 (do_save_load_test): New.
12800
5506f9f6
KB
128012015-11-23 Kevin Buettner <kevinb@redhat.com>
12802
12803 * gdb.base/asmlabel.exp: New test.
12804 * gdb.base/asmlabel.c: New test case.
12805
16c3b12f
JB
128062015-11-23 Joel Brobecker <brobecker@adacore.com>
12807
12808 * gdb.base/wrong_frame_bt_full-main.c: New file.
12809 * gdb.base/wrong_frame_bt_full-opaque.c: New file.
12810 * gdb.base/wrong_frame_bt_full.exp: New file.
12811
155bfbd3
JB
128122015-11-23 Joel Brobecker <brobecker@adacore.com>
12813
12814 * testsuite/gdb.ada/var_rec_arr.exp: Add "ptype a1(1)" test.
12815
bb097445
JM
128162015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
12817
206853a0 12818 * gdb.base/callfuncs.exp (fetch_all_registers): Filter out the
bb097445
JM
12819 pstate register when comparing registers values in
12820 sparc64-*-linux-gnu targets to avoid spurious differences.
12821
9c88ed8f
JM
128222015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
12823
206853a0 12824 * gdb.arch/sparc-sysstep.c: Include unistd.h for getpid.
9c88ed8f 12825
96161e25
SL
128262015-11-19 Sandra Loosemore <sandra@codesourcery.com>
12827
12828 * gdb.base/nested-subp1.exp: Pass executable, not executable name,
12829 as type argument to gdb_compile.
12830 * gdb.base/nested-subp2.exp: Likewise.
12831 * gdb.base/nested-subp3.exp: Likewise.
12832
340c2830
DV
128332015-11-17 Dominik Vogt <vogt@linux.vnet.ibm.com>
12834
12835 * lib/dwarf.exp (_note): Fix left shift of negative value.
12836 * gdb.trace/trace-condition.exp: Likewise.
12837
c1862d0f
YQ
128382015-11-13 Yao Qi <yao.qi@linaro.org>
12839
12840 * gdb.base/call-sc.exp (test_scalar_returns): Remove the
12841 comments about d10v.
12842 (test_scalar_returns): Likewise.
12843 * gdb.base/d10v.ld: Remove.
12844 * gdb.base/overlays.exp: Remove the target triplet checking for
12845 d10v-*-*.
12846 * gdb.base/structs.exp (test_struct_returns): Remove the
12847 comments about d10v.
12848 (test_struct_calls): Likewise.
12849
77ae9c19
YQ
128502015-11-13 Yao Qi <yao.qi@linaro.org>
12851
12852 * gdb.base/gnu_vector.exp: Check the return value by "p res".
12853 * gdb.base/gnu_vector.c: Don't include stdio.h.
12854 (main): Don't print res and call add_some_intvecs.
12855
430e004e
MK
128562015-11-11 Marcin Kościelnicki <koriakin@0x04.net>
12857
12858 * gdb.trace/change-loc.h: include "trace-common.h", remove SYMBOL
12859 macro.
12860 (func5): Removed.
12861 (func4): Use FAST_TRACEPOINT_LABEL.
12862 * gdb.trace/ftrace-lock.c: include "trace-common.h", remove SYMBOL
12863 macro.
12864 (func): Removed.
12865 (thread_function): Use FAST_TRACEPOINT_LABEL.
12866 * gdb.trace/ftrace.c: include "trace-common.h", remove SYMBOL macro.
12867 (func): Remove.
12868 (marker): Use FAST_TRACEPOINT_LABEL.
12869 * gdb.trace/pendshr1.c: include "trace-common.h", remove SYMBOL macro.
12870 (pendfunc1): Remove.
12871 (pendfunc): Use FAST_TRACEPOINT_LABEL.
12872 * gdb.trace/pendshr2.c: include "trace-common.h", remove SYMBOL macro.
12873 (foo): Remove.
12874 (pendfunc2): Use FAST_TRACEPOINT_LABEL.
12875 * gdb.trace/trace-break.c: include "trace-common.h", remove SYMBOL
12876 macro.
12877 (func): Remove.
12878 (marker): Use FAST_TRACEPOINT_LABEL.
12879 * gdb.trace/trace-common.h: New header.
12880 * gdb.trace/trace-condition.c: include "trace-common.h", remove SYMBOL
12881 macro.
12882 (func): Remove.
12883 (marker): Use FAST_TRACEPOINT_LABEL.
12884 * gdb.trace/trace-mt.c: include "trace-common.h", remove SYMBOL macro.
12885 (func): Remove.
12886 (thread_function): Use FAST_TRACEPOINT_LABEL.
12887
6e7675a7
MK
128882015-11-10 Marcin Kościelnicki <koriakin@0x04.net>
12889
12890 * gdb.trace/backtrace.exp: Use global fpreg/spreg definition, add $
12891 in front.
12892 * gdb.trace/change-loc.exp: Use global pcreg definition.
12893 * gdb.trace/collection.exp: Use global pcreg/fpreg/spreg definition.
12894 * gdb.trace/entry-values.exp: Use global spreg definition, add $
12895 in front.
12896 * gdb.trace/mi-trace-frame-collected.exp: Use global pcreg definition.
12897 * gdb.trace/pending.exp: Likewise.
12898 * gdb.trace/report.exp: Use global pcreg/fpreg/spreg definition.
12899 * gdb.trace/trace-break.exp: Likewise.
12900 * gdb.trace/trace-condition.exp: Use global pcreg definition, add $
12901 in front.
12902 * gdb.trace/unavailable.exp: Use global pcreg/fpreg/spreg definition.
12903 * gdb.trace/while-dyn.exp: Use global fpreg definition, add $
12904 in front.
12905 * lib/trace-support.exp: Define fpreg, spreg, pcreg variables.
12906
dddc0e16
JB
129072015-11-09 Joel Brobecker <brobecker@adacore.com>
12908
12909 * gdb.ada/fin_fun_out: New testcase.
12910
c6f0b406
KB
129112015-11-07 Kevin Buettner <kevinb@redhat.com>
12912
12913 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Don't hardcode
12914 value associated with DW_AT_byte_size.
12915 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Don't hardcode
12916 constants for DW_AT_byte_size, DW_AT_lower_bound, and
12917 DW_AT_upper_bound.
12918
f01dcfd9
KB
129192015-11-07 Kevin Buettner <kevinb@redhat.com>
12920
12921 * lib/gdb (gdb_target_symbol_prefix_flags_asm): New proc.
12922 (gdb_target_symbol_prefix_flags): Define in terms of _asm
12923 version.
12924 * gdb.arch/i386-float.exp, gdb.arch/i386-permbkpt.exp,
12925 gdb.dwarf2/dw2-canonicalize-type.exp,
12926 gdb.dwarf2/dw2-compdir-oldgcc.exp, gdb.dwarf2/dw2-minsym-in-cu.exp,
12927 gdb.dwarf2/dw2-op-stack-value.exp, gdb.dwarf2/dw2-unresolved.exp,
12928 gdb.dwarf2/fission-reread.exp, gdb.dwarf2/pr13961.exp: Use flags
12929 provided by gdb_target_symbol_prefix_flags_asm.
12930 * gdb.dwarf2/dw2-canonicalize-type.S, gdb.dwarf2/dw2-compdir-oldgcc.S,
12931 testsuite/gdb.dwarf2/dw2-minsym-in-cu.S,
12932 testsuite/gdb.dwarf2/dw2-unresolved-main.c,
12933 testsuite/gdb.dwarf2/dw2-unresolved.S, gdb.dwarf2/fission-reread.S,
12934 gdb.dwarf2/pr13961.S: Define and use SYMBOL macro (and supporting
12935 macros where needed). Use this macro for symbols which require
12936 the prefix provided by SYMBOL_PREFIX.
12937
2223449a
KB
129382015-11-05 Kevin Buettner <kevinb@redhat.com>
12939
12940 * lib/gdb.exp (gdb_target_symbol_prefix, gdb_target_symbol):
12941 New procs.
12942 * lib/dwarf.exp (_handle_DW_TAG): Handle attribute values,
12943 representing expressions, of more than one list element.
12944 * gdb.dwarf2/atomic-type.exp (Dwarf::assemble): Use gdb_target_symbol
12945 to prepend linker symbol prefix to f.
12946 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Likewise, for
12947 table_1 and table_2.
12948 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp (Dwarf::assemble):
12949 Likewise, for f and g.
12950 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble): Likewise,
12951 for ptr.
12952 * gdb.dwarf2/dw2-regno-invalid.exp (Dwarf::assemble): Likewise,
12953 for main.
12954 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Likewise, for
12955 table_1_ptr and table_2_ptr.
12956
6f2f1a3a
JK
129572015-11-03 Jan Kratochvil <jan.kratochvil@redhat.com>
12958 Joel Brobecker <brobecker@adacore.com>
12959
12960 * gdb.mi/mi-vla-fortran.exp (evaluate allocated vla): Permit any data.
12961
566c56c9
MK
129622015-11-04 Marcin Kościelnicki <koriakin@0x04.net>
12963
12964 * gdb.reverse/s390-mvcle.c: New test.
12965 * gdb.reverse/s390-mvcle.exp: New file.
12966 * lib/gdb.exp: Enable reverse tests on s390*-linux.
12967
d5f0636b
MK
129682015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
12969
12970 * gdb.reverse/readv-reverse.exp: Obvious typo fixed.
12971
7ad8b86c
MK
129722015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
12973
12974 * gdb.reverse/fstatat-reverse.exp: Set breakpoint on marker1 after
12975 reaching marker2.
12976 * gdb.reverse/getresuid-reverse.exp: Likewise.
12977 * gdb.reverse/pipe-reverse.exp: Likewise.
12978 * gdb.reverse/readv-reverse.exp: Likewise.
12979 * gdb.reverse/recvmsg-reverse.exp: Likewise.
12980 * gdb.reverse/time-reverse.exp: Likewise.
12981 * gdb.reverse/waitpid-reverse.exp: Likewise and add KFAILs.
12982
4081c0f1
YQ
129832015-10-30 Yao Qi <yao.qi@linaro.org>
12984
12985 * gdb.threads/wp-replication.c (watch_count_done): Remove.
12986 (empty_cycle): Remove.
12987 (main): Don't call empty_cycle. Don't use watch_count_done.
12988 * gdb.threads/wp-replication.exp: Don't set breakpoint on
12989 empty_cycle. Rewrite the code counting HW watchpoints.
12990
452b4ba5
MK
129912015-10-30 Marcin Kościelnicki <koriakin@0x04.net>
12992
12993 * gdb.reverse/fstatat-reverse.c: New test.
12994 * gdb.reverse/fstatat-reverse.exp: New file.
12995 * gdb.reverse/getresuid-reverse.c: New test.
12996 * gdb.reverse/getresuid-reverse.exp: New file.
12997 * gdb.reverse/pipe-reverse.c: New test.
12998 * gdb.reverse/pipe-reverse.exp: New file.
12999 * gdb.reverse/readv-reverse.c: New test.
13000 * gdb.reverse/readv-reverse.exp: New file.
13001 * gdb.reverse/recvmsg-reverse.c: New test.
13002 * gdb.reverse/recvmsg-reverse.exp: New file.
13003 * gdb.reverse/time-reverse.c: New test.
13004 * gdb.reverse/time-reverse.exp: New file.
13005 * gdb.reverse/waitpid-reverse.c: New test.
13006 * gdb.reverse/waitpid-reverse.exp: New file.
13007
5e2e7507
JK
130082015-10-27 Jan Kratochvil <jan.kratochvil@redhat.com>
13009
13010 * gdb.ada/access_to_packed_array.exp: Fix typos erroring the testfile.
13011
0fde2c53
DE
130122015-10-26 Doug Evans <dje@google.com>
13013
13014 PR symtab/17391
13015 * lib/dwarf.exp (_location): Add support for DW_OP_regx.
13016 * gdb.dwarf2/bad-regnum.c: New file.
13017 * gdb.dwarf2/bad-regnum.exp: New file.
13018
1a70ae97
DE
130192015-10-26 Doug Evans <dje@google.com>
13020
13021 PR python/18938
13022 * gdb.python/python.exp: Add test for symlink from .py file to .notpy
13023 file.
13024
27dc26ab
JK
130252015-10-25 Jan Kratochvil <jan.kratochvil@redhat.com>
13026
13027 * gdb.compile/compile.exp (compile code globalvar): Update expectation
13028 for a change by "Mention language in compile error message".
13029
bed91f4d
SM
130302015-10-21 Simon Marchi <simon.marchi@polymtl.ca>
13031
13032 PR python/18073
13033 * gdb.python/py-type.c (C::a_method): New.
13034 (C::a_const_method): New.
13035 (C::a_static_method): New.
13036 (a_function): New.
13037 * gdb.python/py-type.exp (test_fields): Test getting fields
13038 from function and method.
13039
3f2f83dd
KB
130402015-10-21 Keven Boell <keven.boell@intel.com>
13041
13042 * gdb.fortran/vla-alloc-assoc.exp: New file.
13043 * gdb.fortran/vla-datatypes.exp: New file.
13044 * gdb.fortran/vla-datatypes.f90: New file.
13045 * gdb.fortran/vla-history.exp: New file.
13046 * gdb.fortran/vla-ptype-sub.exp: New file.
13047 * gdb.fortran/vla-ptype.exp: New file.
13048 * gdb.fortran/vla-sizeof.exp: New file.
13049 * gdb.fortran/vla-sub.f90: New file.
13050 * gdb.fortran/vla-value-sub-arbitrary.exp: New file.
13051 * gdb.fortran/vla-value-sub-finish.exp: New file.
13052 * gdb.fortran/vla-value-sub.exp: New file.
13053 * gdb.fortran/vla-value.exp: New file.
13054 * gdb.fortran/vla-ptr-info.exp: New file.
13055 * gdb.mi/mi-vla-fortran.exp: New file.
13056 * gdb.mi/vla.f90: New file.
13057
27145d50
SL
130582015-10-21 Sandra Loosemore <sandra@codesourcery.com>
13059
13060 * gdb.base/freebpcmd.exp: Use with_timeout_factor instead
13061 of hardwired timeout value.
13062
5f3ff4f8
JK
130632015-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
13064 Pedro Alves <palves@redhat.com>
13065
13066 * gdb.dwarf2/dw2-regno-invalid.exp: New file.
13067 * lib/dwarf.exp (Dwarf): Add DW_OP_bregx.
13068
bfd09d20
JS
130692015-10-19 Josh Stone <jistone@redhat.com>
13070
13071 * gdb.base/catch-syscall.c: Include <sched.h>.
13072 (unknown_syscall): New variable.
13073 (main): Trigger a vfork and an unknown syscall.
13074 * gdb.base/catch-syscall.exp (vfork_syscalls): New variable.
13075 (unknown_syscall_number): Likewise.
13076 (check_call_to_syscall): Accept an optional syscall pattern.
13077 (check_return_from_syscall): Likewise.
13078 (check_continue): Likewise.
13079 (test_catch_syscall_without_args): Check for vfork and ENOSYS.
13080 (test_catch_syscall_skipping_return): New test toggling off 'catch
13081 syscall' to step over the syscall return, then toggling back on.
13082 (test_catch_syscall_mid_vfork): New test turning on 'catch syscall'
13083 during a PTRACE_EVENT_VFORK stop, in the middle of a vfork syscall.
13084 (do_syscall_tests): Call test_catch_syscall_without_args and
13085 test_catch_syscall_mid_vfork.
13086 (test_catch_syscall_without_args_noxml): Check for vfork and ENOSYS.
13087 (fill_all_syscalls_numbers): Initialize unknown_syscall_number.
13088
b32b93c6
AS
130892015-10-19 Andrew Stubbs <ams@codesourcery.com>
13090
13091 * gdb.cp/inherit.exp (print g_vB, print g_vC, print g_vD,
13092 print g_vE): Add new pass patterns.
13093 * gdb.cp/virtbase.exp (print *this, print *(D *) e): Allow GDB to
13094 print various symbol names for vptr fields.
13095
9d622bda
AB
130962015-10-12 Andrew Burgess <andrew.burgess@embecosm.com>
13097
13098 * gdb.base/dbx.exp (test_func): Remove xfails, update expected
13099 results.
13100
0fd8ac1c
YQ
131012015-10-12 Yao Qi <yao.qi@linaro.org>
13102
13103 * gdb.arch/disp-step-insn-reloc.exp: New test case.
13104
34240514
YQ
131052015-10-12 Yao Qi <yao.qi@linaro.org>
13106
13107 * lib/gdb.exp (support_displaced_stepping): Return 1 if target
13108 is aarch64*-*-linux*.
13109
8240f442
YQ
131102015-10-12 Yao Qi <yao.qi@linaro.org>
13111
13112 * gdb.arch/insn-reloc.c (can_relocate_bcond): Rename to ...
13113 (can_relocate_bcond_true): ... it.
13114 (can_relocate_bcond_false): New function.
13115 (foo): Likewise.
13116 (can_relocate_bl): Likewise.
13117 (testcases) [__aarch64__]: Add can_relocate_bcond_false and
13118 can_relocate_bl.
13119
2520f728
PMR
131202015-10-12 Pierre-Marie de Rodat <derodat@adacore.com>
13121
13122 * gdb.base/nested-addr.c: New file.
13123 * gdb.base/nested-addr.exp: New testcase.
13124
abcef95a
MM
131252015-10-09 Markus Metzger <markus.t.metzger@intel.com>
13126
13127 * gdb.btrace/vdso.c (main): Remove breakpoint markers.
13128 * gdb.btrace/vdso.exp: Change stepping command to "next" and ignore
13129 its output. Ignore the output of "record goto begin" and instead
13130 check that GDB is replaying.
13131
145e3ddb
PA
131322015-10-09 Pedro Alves <palves@redhat.com>
13133
13134 * gdb.base/a2-run.exp (maybe_exp_continue): New procedure.
13135 (top level): Use it in the run with no args test.
13136
d5d8c4e1
IB
131372015-10-08 Iain Buclaw <ibuclaw@gdcproject.org>
13138
13139 * gdb.dlang/properties.exp: New file.
13140
06e635ef
SL
131412015-10-02 Sandra Loosemore <sandra@codesourcery.com>
13142
13143 * gdb.dwarf2/staticvirtual.exp: Generalize regexp so it can match
13144 whether or not address 0x1000 is mapped on the target.
13145
e019fd1d
SM
131462015-09-30 Simon Marchi <simon.marchi@ericsson.com>
13147
13148 * gdb.python/py-type.exp: Do not run tests if binaries fail to
13149 build.
13150
77ba2a67
MM
131512015-09-30 Markus Metzger <markus.t.metzger@intel.com>
13152
13153 * gdb.btrace/tsx.exp: Consider multiple correct outputs in the record
13154 instruction-history test.
13155
c60eb31f
DE
131562015-09-28 Doug Evans <dje@google.com>
13157
13158 * gdb.base/gcore.c (array_func): Add reference to static_array.
13159
9a3c8263
SM
131602015-09-25 Simon Marchi <simon.marchi@ericsson.com>
13161
13162 * gdb.gdb/selftest.exp (do_steps_and_nexts): Adjust expected
13163 source line.
13164
9720e656
SL
131652015-09-24 Sandra Loosemore <sandra@codesourcery.com>
13166
13167 * gdb.cp/classes.exp (test_enums): Generalize regexp to allow
13168 short or char as base type.
13169
938d3bf2
SL
131702015-09-23 Sandra Loosemore <sandra@codesourcery.com>
13171
13172 * gdb.cp/var-tag.exp (do_global_tests): Generalize opt_underlying
13173 to allow any size enum.
13174
e6c2c623
PMR
131752015-09-23 Pierre-Marie de Rodat <derodat@adacore.com>
13176
13177 * gdb.ada/array_ptr_renaming.exp: New testcase.
13178 * gdb.ada/array_ptr_renaming/foo.adb: New file.
13179 * gdb.ada/array_ptr_renaming/pack.ads: New file.
13180
06da0f77
PL
131812015-09-21 Pierre Langlois <pierre.langlois@arm.com>
13182
13183 * gdb.trace/ftrace-lock.c: New file.
13184 * gdb.trace/ftrace-lock.exp: New file.
13185
4f51c22a
PL
131862015-09-21 Pierre Langlois <pierre.langlois@arm.com>
13187
13188 * gdb.arch/insn-reloc.c: New file.
13189 * gdb.arch/ftrace-insn-reloc.exp: New file.
13190
7041adf4
PL
131912015-09-21 Pierre Langlois <pierre.langlois@arm.com>
13192
13193 * gdb.trace/change-loc.h (func4) [__aarch64__]: Add a nop
13194 instruction.
13195 * gdb.trace/pendshr1.c (pendfunc): Likewise.
13196 * gdb.trace/pendshr2.c (pendfunc2): Likewise.
13197 * gdb.trace/range-stepping.c: Likewise.
13198 * gdb.trace/trace-break.c: Likewise.
13199 * gdb.trace/trace-mt.c (thread_function): Likewise.
13200 * gdb.trace/ftrace.c (marker): Likewise.
13201 * gdb.trace/trace-condition.c (marker): Likewise.
13202 * gdb.trace/ftrace.exp: Enable ftrace test if is_aarch64_target.
13203 * gdb.trace/trace-condition.exp: Set pcreg to "\$pc" if
13204 is_aarch64_target.
13205
015d2e7e
DE
132062015-09-18 Doug Evans <xdje42@gmail.com>
13207
13208 * gdb.dwarf2/dw2-bad-unresolved.c: New file.
13209 * gdb.dwarf2/dw2-bad-unresolved.exp: New file.
13210
26b188a2
SL
132112015-09-18 Sandra Loosemore <sandra@codesourcery.com>
13212
13213 * gdb.base/dso2dso.exp: Don't use directory prefix when setting
13214 the breakpoint.
13215
79dc332b
SL
132162015-09-18 Sandra Loosemore <sandra@codesourcery.com>
13217
13218 * gdb.mi/mi-pending.exp: Don't use directory prefix when setting
13219 the pending breakpoint. Remove timeout override for "Run till
13220 MI pending breakpoint on pendfunc3 on thread 2" test.
13221
f57929f2
SL
132222015-09-18 Sandra Loosemore <sandra@codesourcery.com>
13223
13224 * gdb.mi/mi-cli.exp: Don't require directory prefix in breakpoint
13225 filename pattern.
13226
3f469b17
SL
132272015-09-18 Sandra Loosemore <sandra@codesourcery.com>
13228
13229 * gdb.mi/mi-dprintf-pending.exp: Don't require directory prefix
13230 in breakpoint filename pattern.
13231
515b89b3
SL
132322015-09-18 Sandra Loosemore <sandra@codesourcery.com>
13233
7800dbe4
SL
13234 * gdb.base/global-var-nested-by-dso.exp: Call gdb_load_shlibs.
13235
132362015-09-18 Sandra Loosemore <sandra@codesourcery.com>
13237
515b89b3
SL
13238 * gdb.linespec/explicit.exp: Check for readline support for
13239 tab-completion tests. Fix obvious typo.
13240
d2939ba2
MM
132412015-09-18 Markus Metzger <markus.t.metzger@intel.com>
13242
13243 * gdb.btrace/multi-thread-step.exp: Test scheduler-locking on, step,
13244 and replay.
13245
cbb55fa7
MM
132462015-09-18 Markus Metzger <markus.t.metzger@intel.com>
13247
13248 * gdb.btrace/non-stop.c: New.
13249 * gdb.btrace/non-stop.exp: New.
13250
43691ca1
PL
132512015-09-17 Pierre Langlois <pierre.langlois@arm.com>
13252 Yao Qi <yao.qi@linaro.org>
13253
13254 * gdb.trace/trace-condition.c: New file.
13255 * gdb.trace/trace-condition.exp: New file.
13256
d78908cf
WW
132572015-09-16 Wei-cheng Wang <cole945@gmail.com>
13258
13259 * gdb.trace/ftrace.exp: (test_ftrace_condition) New function
13260 for testing bytecode compilation.
13261
1ed415e2
PA
132622015-09-16 Pedro Alves <palves@redhat.com>
13263 Sandra Loosemore <sandra@codesourcery.com>
13264
13265 * gdb.threads/non-stop-fair-events.c (timeout): New global.
13266 (SECONDS): Redefine.
13267 (main): Call pthread_kill and alarm early.
13268 * gdb.threads/non-stop-fair-events.exp: Probe displaced stepping
13269 support.
13270 (test): If the target can't hardware step and doesn't support
13271 displaced stepping, increase the timeout.
13272
d136eff5
PA
132732015-09-16 Pedro Alves <palves@redhat.com>
13274
13275 * gdb.threads/non-stop-fair-events.exp (gdb_test_no_anchor)
13276 (enable_debug): New procedures.
13277 (test): Use them. Bail out if waiting for threads fails.
13278 (top level): Bail out if a test fails.
13279
991f019c
YQ
132802015-09-16 Yao Qi <yao.qi@linaro.org>
13281
13282 * gdb.asm/asm-source.exp: Set asm-arch for
13283 aarch64*-*-* target.
13284 * gdb.asm/aarch64.inc: New file.
13285
bfca584f
PMR
132862015-09-15 Pierre-Marie de Rodat <derodat@adacore.com>
13287
13288 * gdb.ada/array_of_variable_length.exp: New testcase.
13289 * gdb.ada/array_of_variable_length/foo.adb: New file.
13290 * gdb.ada/array_of_variable_length/pck.adb: New file.
13291 * gdb.ada/array_of_variable_length/pck.ads: New file.
13292
b326e587
DE
132932015-09-15 Doug Evans <dje@google.com>
13294
13295 * gdb.base/callfuncs.exp (do_function_calls): Handle clang naming
13296 of function static local variable.
13297
5382cfab
PW
132982015-09-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
13299
13300 * gdb.threads/tls-so_extern.exp: New test file.
13301 * gdb.threads/tls-so_extern.c: New test file.
13302 * gdb.threads/tls-so_extern_main.c: New test file.
13303
141c5cc4
JK
133042015-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
13305
13306 * gdb.opt/solib-intra-step-lib.c: New file.
13307 * gdb.opt/solib-intra-step-main.c: New file.
13308 * gdb.opt/solib-intra-step.exp: New file.
13309
d15dcecd
PA
133102015-09-15 Pedro Alves <palves@redhat.com>
13311
13312 * gdb.threads/non-ldr-exc-3.exp (do_test): Use
13313 gdb_continue_to_breakpoint instead of gdb_test_multiple.
13314
4c2f2a79
PA
133152015-09-14 Pedro Alves <palves@redhat.com>
13316
13317 * gdb.base/hook-stop-continue.c: Delete.
13318 * gdb.base/hook-stop-continue.exp: Delete.
13319 * gdb.base/hook-stop-frame.c: Delete.
13320 * gdb.base/hook-stop-frame.exp: Delete.
13321 * gdb.base/hook-stop.c: New file.
13322 * gdb.base/hook-stop.exp: New file.
13323
919e6dbe
PMR
133242015-09-14 Pierre-Marie de Rodat <derodat@adacore.com>
13325
13326 * gdb.ada/access_to_packed_array.exp: New testcase.
13327 * gdb.ada/access_to_packed_array/foo.adb: New file.
13328 * gdb.ada/access_to_packed_array/pack.adb: New file.
13329 * gdb.ada/access_to_packed_array/pack.ads: New file.
13330
157280a4
MM
133312015-09-14 Markus Metzger <markus.t.metzger@intel.com>
13332
13333 * gdb.btrace/buffer-size.exp: Remove recording with unlimited BTS
13334 buffer size test.
13335
2fd33e94
DB
133362015-09-11 Don Breazeal <donb@codesourcery.com>
13337
13338 * gdb.base/foll-exec.c: Add copyright header. Fix
13339 formatting issues.
13340 * gdb.base/foll-exec.exp (zap_session): Delete proc.
13341 (do_exec_tests): Use clean_restart in place of zap_session,
13342 and for test initialization. Fix formatting issues. Use
13343 fail in place of perror.
13344 * gdb.base/pie-execl.exp (main): Use 'inferior_spawn_id' in
13345 an expect statement to match an expression with output from
13346 the program under debug.
13347 * gdb.threads/non-ldr-exc-1.exp (do_test, main): Add
13348 non-stop tests and use save_vars to enable non-stop in GDBFLAGS.
13349 * gdb.threads/non-ldr-exc-2.exp: Likewise.
13350 * gdb.threads/non-ldr-exc-3.exp: Likewise.
13351 * gdb.threads/non-ldr-exc-4.exp: Likewise.
13352
e70b6e8e
DE
133532015-09-09 Doug Evans <dje@google.com>
13354
13355 * gdb.python/py-prettyprint.exp: Check result of run_lang_tests.
13356
7a551a51
DE
133572015-09-09 Doug Evans <dje@google.com>
13358
13359 * gdb.base/pie-execl.exp: Fix result test of build_executable.
13360
4c666f84
DE
133612015-09-09 Doug Evans <dje@google.com>
13362
13363 * gdb.base/savedregs.exp: Fix typo.
13364
243a9253
PA
133652015-09-09 Pedro Alves <palves@redhat.com>
13366
13367 * gdb.mi/mi-cli.exp: Add CLI finish tests.
13368
c0fa8fbd
SL
133692015-09-08 Sandra Loosemore <sandra@codesourcery.com>
13370
13371 * gdb.threads/hand-call-in-threads.exp: Make sure the thread
13372 command actually switches threads. Give up on remaining
13373 tests if target fails to stop at breakpoint.
13374
cd7c1778
PMR
133752015-09-03 Pierre-Marie de Rodat <derodat@adacore.com>
13376
13377 * gdb.ada/funcall_char.exp: New testcase.
13378 * gdb.ada/funcall_char/foo.adb: New file.
13379
dc5c8746
PMR
133802015-09-01 Pierre-Marie de Rodat <derodat@adacore.com>
13381
13382 * gdb.ada/complete.exp: Add "pck.ambiguous_func" to the relevant
13383 expected outputs. Add two testcases for completing ambiguous
13384 functions.
13385 * gdb.ada/complete/aux_pck.adb: New file.
13386 * gdb.ada/complete/aux_pck.ads: New file.
13387 * gdb.ada/complete/foo.adb: Pull Aux_Pck and call the two
13388 Ambiguous_Func functions.
13389 * gdb.ada/complete/pck.ads: Add an Ambiguous_Func function.
13390 * gdb.ada/complete/pck.adb: Likewise.
13391
4e83a1e7
UW
133922015-08-27 Ulrich Weigand <uweigand@de.ibm.com>
13393
13394 * lib/cell.exp (skip_cell_tests): Report UNRESOLVED on unexpected
13395 failures to run the test program under GDB.
13396
8ce74153
LM
133972015-08-26 Luis Machado <lgustavo@codesourcery.com>
13398
13399 * gdb.compile/compile-ifunc.exp (with_test_prefix): Force language
13400 to C.
13401
e9756d52
PP
134022015-08-26 Patrick Palka <patrick@parcs.ath.cx>
13403
13404 * gdb.base/run-after-attach.exp: New test file.
13405 * gdb.base/run-after-attach.c: New test file.
13406
8d37573b
DB
134072015-08-26 Don Breazeal <donb@codesourcery.com>
13408
13409 * gdb.base/foll-exec-2.c: New test program.
13410 * gdb.base/foll-exec-2.exp: New test.
13411
63e43d3a
PMR
134122015-08-25 Pierre-Marie de Rodat <derodat@adacore.com>
13413
13414 * gdb.base/nested-subp1.exp: New file.
13415 * gdb.base/nested-subp1.c: New file.
13416 * gdb.base/nested-subp2.exp: New file.
13417 * gdb.base/nested-subp2.c: New file.
13418 * gdb.base/nested-subp3.exp: New file.
13419 * gdb.base/nested-subp3.c: New file.
13420
3d40fbb5
PA
134212015-08-24 Pedro Alves <palves@redhat.com>
13422
13423 * gdb.server/connect-without-multi-process.c: New file.
13424 * gdb.server/connect-without-multi-process.exp: New file.
13425
4422ac93
LM
134262015-08-24 Luis Machado <lgustavo@codesourcery.com>
13427
13428 * gdb.opt/inline-markers.c: Make z int.
13429
91dddb86
LM
134302015-08-24 Luis Machado <lgustavo@codesourcery.com>
13431
13432 * gdb.opt/inline-markers.c: Make z volatile.
13433
a48847ee
LM
134342015-08-24 Luis Machado <lgustavo@codesourcery.com>
13435
13436 * gdb.opt/inline-bt.c: New volatile global z.
13437 * gdb.opt/inline-cmds.c: Likewise.
13438 * gdb.opt/inline-locals.c: Likewise.
13439 * gdb.opt/inline-markers.c: New extern global z.
13440 (marker): Use z.
13441 (inline_fn): Likewise.
13442
0ebbc52b
PA
134432015-08-24 Pedro Alves <palves@redhat.com>
13444
13445 * config/m32r-stub.exp: Remove file.
13446 * gdb.base/call-ar-st.exp: Remove reference to sparclet.
13447 * gdb.base/call-rt-st.exp: Likewise.
13448 * gdb.base/call-strs.exp: Likewise.
13449 * gdb.base/default.exp: Remove references to h8300-*-hms and
13450 *-*-udi*.
13451 * gdb.base/funcargs.exp: Remove reference to sparclet-*-*.
13452
77c365df
AA
134532015-08-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
13454
13455 * gdb.base/gnu_vector.exp: Try compilation with "-mcpu=native
13456 -Wno-psabi" if "-mcpu=native" fails. For the tests with "finish"
13457 and "return" use KFAIL when GDB can not read/write the vector
13458 return value.
13459
4313b8c0
GB
134602015-08-21 Gary Benson <gbenson@redhat.com>
13461
13462 * gdb.trace/pending.exp: Cope with remote transfer warnings.
13463
0e433b32
PA
134642015-08-20 Pedro Alves <palves@redhat.com>
13465
13466 * gdb.server/solib-list.exp: No longer expect an interior stop in
13467 non-stop mode.
13468
221e1a37
PA
134692015-08-20 Pedro Alves <palves@redhat.com>
13470
13471 * gdb.server/connect-stopped-target.c: New file.
13472 * gdb.server/connect-stopped-target.exp: New file.
13473
40e3ad0e
PA
134742015-08-20 Pedro Alves <palves@redhat.com>
13475
13476 * gdb.dwarf2/comp-unit-lang.exp: New file.
13477 * gdb.dwarf2/comp-unit-lang.c: New file.
13478
af39b327
PMR
134792015-08-20 Pierre-Marie de Rodat <derodat@adacore.com>
13480
13481 * gdb.ada/attr_ref_and_charlit.exp: New testcase.
13482 * gdb.ada/attr_ref_and_charlit/foo.adb: New file.
13483
7d45c7c3 134842015-08-19 Kevin Buettner <kevinb@redhat.com>
206853a0 13485
7d45c7c3
KB
13486 * gdb.dwarf2/dw2-bad-mips-linkage-name.c: New file.
13487 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: New file.
13488
4d6cceb4
DE
134892015-08-18 Doug Evans <dje@google.com>
13490 Adrian Sendroiu <adrian.sendroiu@freescale.com>
13491
13492 * lib/gdb.exp (skip_python_tests_prompt): Renamed from
13493 skip_python_tests. New arg prompt_regexp.
13494 (skip_python_tests): New function.
13495 * lib/mi-support.exp (mi_skip_python_tests): New function.
13496 * gdb.python/py-mi-objfile-gdb.py: New file.
13497 * gdb.python/py-mi-objfile.c: New file.
13498 * gdb.python/py-mi-objfile.exp: New file.
13499
ad89c2aa
KS
135002015-08-17 Keith Seitz <keiths@redhat.com>
13501
13502 * gdb.linespec/explicit.exp: Move strace test from here ...
13503 * gdb.trace/strace.exp: ... to here.
13504
e3ae3c43
PP
135052015-08-15 Patrick Palka <patrick@parcs.ath.cx>
13506
13507 * gdb.base/kill-detach-inferiors-cmd.exp: New test file.
13508 * gdb.base/kill-detach-inferiors-cmd.c: New test file.
13509
604b2636
DE
135102015-08-14 Doug Evans <xdje42@gmail.com>
13511
13512 * gdb.perf/lib/perftest/utils.py (select_file): Kill any existing
13513 inferior before selecting a new file.
13514
6ff0ba5f
DE
135152015-08-14 Doug Evans <xdje42@gmail.com>
13516
13517 * gdb.mi/mi-disassemble.exp: Update.
13518 * gdb.base/disasm-optim.S: New file.
13519 * gdb.base/disasm-optim.c: New file.
13520 * gdb.base/disasm-optim.h: New file.
13521 * gdb.base/disasm-optim.exp: New file.
13522
9ca98f92
KS
135232015-08-14 Keith Seitz <keiths@redhat.com>
13524
13525 * lib/mi-support.exp (mi_make_breakpoint): Add option/handling for
13526 "evaluated-by".
13527
52bbc560
JB
135282015-08-13 Joel Brobecker <brobecker@adacore.com>
13529
13530 * gdb.base/dso2dso.exp: Improve the testcase's documentation.
13531
5d8c3ed3
PMR
135322015-08-13 Pierre-Marie de Rodat <derodat@adacore.com>
13533
13534 * gdb.ada/fun_renaming.exp: New testcase.
13535 * gdb.ada/fun_renaming/fun_renaming.adb: New file.
13536 * gdb.ada/fun_renaming/pack.adb: New file.
13537 * gdb.ada/fun_renaming/pack.ads: New file.
13538
ea8812bc
KS
135392015-08-12 Keith Seitz <keiths@redhat.com>
13540
13541 * gdb.base/dso2dso.exp: Pass basename of source file in call to
13542 gdb_get_line_number.
13543
4dafcdeb
JB
135442015-08-12 Joel Brobecker <brobecker@adacore.com>
13545
13546 * gdb.base/dso2dso-dso2.c, gdb.base/dso2dso-dso2.h,
13547 gdb.base/dso2dso-dso1.c, gdb.base/dso2dso-dso1.h, gdb.base/dso2dso.c,
13548 gdb.base/dso2dso.exp: New files.
13549
5ba32597
SDJ
135502015-08-12 Sergio Durigan Junior <sergiodj@redhat.com>
13551 Pedro Alves <palves@redhat.com>
13552 Keith Seitz <keiths@redhat.com>
13553
13554 * gdb.base/checkpoint-ns.exp: Use save_vars to save and restore
13555 GDBFLAGS.
13556
b6dafabf
PP
135572015-08-12 Patrick Palka <patrick@parcs.ath.cx>
13558
13559 * gdb.base/gdbhistsize-history.exp
13560 (test_histsize_history_setting): Use save_vars.
13561 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
13562 Use save_vars.
13563 (test_no_truncation_of_unlimited_history_file): Use save_vars.
13564 * gdb.base/readline.exp: Use save_vars.
13565
abe8e607
PP
135662015-08-12 Patrick Palka <patrick@parcs.ath.cx>
13567
13568 * lib/gdb.exp (save_vars): New proc.
13569
629500fa
KS
135702015-08-11 Keith Seitz <keiths@redhat.com>
13571
13572 * gdb.base/help.exp: Update help_breakpoint_text.
13573
eb8c4e2e
KS
135742015-08-11 Keith Seitz <keiths@redhat.com>
13575
13576 * gdb.mi/mi-break.exp (test_explicit_breakpoints): New proc.
13577 (at toplevel): Call test_explicit_breakpoints.
13578 * gdb.mi/mi-dprintf.exp: Add tests for explicit dprintf
13579 breakpoints.
13580 * lib/mi-support.exp (mi_make_breakpoint): Add support for
13581 breakpoint conditions, "-cond".
13582
87f0e720
KS
135832015-08-11 Keith Seitz <keiths@redhat.com>
13584
13585 * gdb.linespec/3explicit.c: New file.
13586 * gdb.linespec/cpexplicit.cc: New file.
13587 * gdb.linespec/cpexplicit.exp: New file.
13588 * gdb.linespec/explicit.c: New file.
13589 * gdb.linespec/explicit.exp: New file.
13590 * gdb.linespec/explicit2.c: New file.
13591 * gdb.linespec/ls-errs.exp: Add explicit location tests.
13592 * lib/gdb.exp (capture_command_output): Regexp-escape `command'
13593 before using in the matching pattern.
13594 Clarify that `prefix' is a regular expression.
13595
f00aae0f
KS
135962015-08-11 Keith Seitz <keiths@redhat.com>
13597
13598 * gdb.base/dprintf-pending.exp: Update dprintf "without format"
13599 test.
13600 Add tests for missing ",FMT" and ",".
13601
e27852be
DE
136022015-08-10 Doug Evans <dje@google.com>
13603 Keith Seitz <keiths@redhat.com>
13604
13605 PR gdb/17960
13606 * gdb.base/completion.exp: Add location completer tests.
13607
7f03bd92
PA
136082015-08-07 Pedro Alves <palves@redhat.com>
13609
13610 * gdb.arch/ppc64-atomic-inst.exp (do_test): New procedure, move
13611 tests here.
13612 (top level): Run do_test with and without displaced stepping.
13613
3fc8eb30
PA
136142015-08-07 Pedro Alves <palves@redhat.com>
13615
13616 * gdb.base/valgrind-disp-step.c: New file.
13617 * gdb.base/valgrind-disp-step.exp: New file.
13618
d4569d7b
PA
136192015-08-07 Pedro Alves <palves@redhat.com>
13620
13621 * gdb.threads/step-over-lands-on-breakpoint.c (wait_threads):
13622 Delete function.
13623 (main): Add alarm. Run an infinite loop instead of calling
13624 wait_threads.
13625 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): Change
13626 comment.
13627 * gdb.threads/step-over-trips-on-watchpoint.c (wait_threads):
13628 Delete function.
13629 (main): Add alarm. Run an infinite loop instead of calling
13630 wait_threads.
13631 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Change
13632 comment.
13633
e1316e60
PA
136342015-08-07 Pedro Alves <palves@redhat.com>
13635
13636 * gdb.base/checkpoint-ns.exp: New file.
13637 * gdb.base/checkpoint.exp: Pass explicit "checkpoint.c" to
13638 standard_testfile.
13639
da8c46d2
MM
136402015-08-07 Markus Metzger <markus.t.metzger@intel.com>
13641
13642 * lib/gdb.exp (skip_tsx_tests, skip_btrace_pt_tests): New.
13643 * gdb.btrace/instruction_history.exp: Update.
13644 * gdb.btrace/tsx.exp: New.
13645 * gdb.btrace/tsx.c: New.
13646
de1c2c52
PA
136472015-08-06 Pedro Alves <palves@redhat.com>
13648
13649 * gdb.reverse/step-precsave.exp: Use with_timeout_factor to
13650 increase timeout.
13651 * gdb.reverse/until-precsave.exp: Bump timeouts.
13652
782e0bf4
PA
136532015-08-06 Pedro Alves <palves@redhat.com>
13654
13655 * gdb.base/valgrind-infcall.exp: Issue a "disconnect".
13656
83e97ed0
PA
136572015-08-06 Pedro Alves <palves@redhat.com>
13658
13659 PR gdb/18749
13660 * gdb.threads/process-dies-while-handling-bp.c: New file.
13661 * gdb.threads/process-dies-while-handling-bp.exp: New file.
13662
863d01bd
PA
136632015-08-06 Pedro Alves <palves@redhat.com>
13664
13665 * gdb.threads/forking-threads-plus-breakpoint.exp: New file.
13666 * gdb.threads/forking-threads-plus-breakpoint.c: New file.
13667
0a39bb32
PA
136682015-08-05 Pedro Alves <palves@redhat.com>
13669
13670 * gdb.threads/next-while-other-thread-longjmps.c: New file.
13671 * gdb.threads/next-while-other-thread-longjmps.exp: New file.
13672
ee2d2b10
SL
136732015-08-03 Sandra Loosemore <sandra@codesourcery.com>
13674
13675 * gdb.base/bp-permanent.exp: Report test as unsupported if
13676 the target cannot stop at the permanent breakpoint.
13677
4e1bdb00
DE
136782015-08-03 Doug Evans <dje@google.com>
13679
13680 * gdb.perf/single-step.exp (SINGLE_STEP_COUNT): Change to 1000 from
13681 10000.
13682
3d338901
DE
136832015-08-03 Doug Evans <dje@google.com>
13684
13685 * Makefile.in (workers/%.worker, build-perf): New rule.
13686 (GDB_PERFTEST_MODE): New variable.
13687 (check-perf): Use it.
13688 (clean): Clean up gdb.perf parallel build subdirs.
13689 * lib/build-piece.exp: New file.
13690 * lib/gdb.exp (make_gdb_parallel_path): New function
13691 (standard_output_file, standard_temp_file): Call it.
13692 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
13693 of $GDB_PARALLEL.
13694 * lib/cache.exp (gdb_do_cache): Call make_gdb_parallel_path.
13695
af061d3e
DE
136962015-08-03 Doug Evans <dje@google.com>
13697
8e1afc81 13698 * gdb.perf/lib/perftest/reporter.py (SUM_FILE_NAME): New global.
af061d3e
DE
13699 (LOG_FILE_NAME): New global.
13700 (TextReporter.__init__): Initialize self.txt_sum.
13701 (TextReporter.report): Add support for multiple data-points.
13702 Move report to perftest.sum, put raw data in perftest.log.
13703 (TextReporter.start): Open sum and log files.
13704 (TextReporter.end): Close sum and log files.
8e1afc81
DE
13705 * gdb.perf/lib/perftest/testresult.py
13706 (SingleStatisticTestResult.record): Handle multiple data-points.
af061d3e 13707
2c8c5d37
PA
137082015-07-31 Pedro Alves <palves@redhat.com>
13709
13710 * gdb.base/attach-pie-misread.exp: Rename $res to $test_spawn_id.
13711 Use spawn_id_get_pid. Wait for spawn id after eof. Use
13712 kill_wait_spawned_process instead of explicit "kill -9".
13713 * gdb.base/attach-pie-noexec.exp: Adjust to spawn_wait_for_attach
13714 returning a spawn id instead of a pid. Use spawn_id_get_pid and
13715 kill_wait_spawned_process.
13716 * gdb.base/attach-twice.exp: Likewise.
13717 * gdb.base/attach.exp: Likewise.
13718 (do_command_attach_tests): Use gdb_spawn_with_cmdline_opts and
13719 gdb_test_multiple.
13720 * gdb.base/solib-overlap.exp: Adjust to spawn_wait_for_attach
13721 returning a spawn id instead of a pid. Use spawn_id_get_pid and
13722 kill_wait_spawned_process.
13723 * gdb.base/valgrind-infcall.exp: Likewise.
13724 * gdb.multi/multi-attach.exp: Likewise.
13725 * gdb.python/py-prompt.exp: Likewise.
13726 * gdb.python/py-sync-interp.exp: Likewise.
13727 * gdb.server/ext-attach.exp: Likewise.
13728 * gdb.threads/attach-into-signal.exp (corefunc): Use
13729 spawn_wait_for_attach, spawn_id_get_pid and
13730 kill_wait_spawned_process.
13731 * gdb.threads/attach-many-short-lived-threads.exp: Adjust to
13732 spawn_wait_for_attach returning a spawn id instead of a pid. Use
13733 spawn_id_get_pid and kill_wait_spawned_process.
13734 * gdb.threads/attach-stopped.exp (corefunc): Use
13735 spawn_wait_for_attach, spawn_id_get_pid and
13736 kill_wait_spawned_process.
13737 * gdb.base/break-interp.exp: Rename $res to $test_spawn_id.
13738 Use spawn_id_get_pid. Wait for spawn id after eof. Use
13739 kill_wait_spawned_process instead of explicit "kill -9".
13740 * lib/gdb.exp (can_spawn_for_attach): Adjust comment.
13741 (kill_wait_spawned_process, spawn_id_get_pid): New procedures.
13742 (spawn_wait_for_attach): Use spawn instead of exec to spawn
13743 processes. Don't map cygwin/windows pids here. Now returns a
13744 spawn id list.
13745
032a0fca
SL
137462015-07-30 Sandra Loosemore <sandra@codesourcery.com>
13747
13748 * gdb.cp/var-tag.exp (do_global_tests): Revert broken commit
13749 4bc4d42859e3b42c79c89295ef39944bdb3e6753 and apply the
13750 correct patch.
13751
61a934ca
SL
137522015-07-30 Sandra Loosemore <sandra@codesourcery.com>
13753
13754 * gdb.arch/ppc64-symtab-cordic.exp: Restrict to ppc64 targets.
13755
4bc4d428
SL
137562015-07-30 Sandra Loosemore <sandra@codesourcery.com>
13757
13758 Reapply:
13759 2014-05-21 Mark Wielaard <mjw@redhat.com>
13760
13761 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
13762
998d452a
PA
137632015-07-30 Pedro Alves <palves@redhat.com>
13764
13765 * linux-low.c (handle_extended_wait): Set the child's last
13766 reported status to TARGET_WAITKIND_STOPPED.
13767
69dde7dc
PA
137682015-07-30 Pedro Alves <palves@redhat.com>
13769
13770 PR threads/18600
13771 * gdb.threads/fork-plus-threads.exp: Test that "info inferiors"
13772 only shows inferior 1.
13773
4dd63d48
PA
137742015-07-30 Simon Marchi <simon.marchi@ericsson.com>
13775 Pedro Alves <palves@redhat.com>
13776
13777 PR threads/18600
13778 * gdb.threads/fork-plus-threads.c: New file.
13779 * gdb.threads/fork-plus-threads.exp: New file.
13780
d618e4c5
PP
137812015-07-29 Patrick Palka <patrick@parcs.ath.cx>
13782
13783 * gdb.base/batch-preserve-term-settings.exp
13784 (test_terminal_settings_preserved_after_cli_exit): Use
13785 send_quit_command.
13786
1eef6428
PA
137872015-07-29 Pedro Alves <palves@redhat.com>
13788 Don Breazeal <donb@codesourcery.com>
13789
13790 * gdb.base/multi-forks.exp (continue_to_exit_bp_loc): Expect
13791 output from both inferior_spawn_id and gdb_spawn_id.
13792
7da5b897
SDJ
137932015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
13794
13795 * gdb.threads/attach-into-signal.exp (corefunc): Use
13796 with_test_prefix on nested loops, uniquefying the test messages.
13797
dac804df
SDJ
137982015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
13799
13800 * gdb.python/py-objfile.exp: Fix typo that snuck in from my last
13801 commit.
13802
06265e53
PP
138032015-07-29 Patrick Palka <patrick@parcs.ath.cx>
13804
13805 * gdb.base/batch-preserve-term-settings.exp (send_quit_command):
13806 New proc.
13807 (test_terminal_settings_preserved_after_sigterm): New test.
13808
18206ca3
PP
138092015-07-29 Patrick Palka <patrick@parcs.ath.cx>
13810
13811 * gdb.base/batch-preserve-term-settings.exp
13812 (test_terminal_settings_preserved_after_cli_exit): New test.
13813
90074d11
PP
138142015-07-29 Patrick Palka <patrick@parcs.ath.cx>
13815
13816 * gdb.base/batch-preserve-term-settings.exp: Remove top-level
13817 manipulation of saved_gdbflags.
13818 (test_terminal_settings_preserved): Remove global declaration of
13819 the unused variable pagination_prompt. Remove manipulation of
13820 saved_gdbflags. Use a local variable EXTRA_GDBFLAGS instead of
13821 GDBFLAGS.
13822
eb1a7902
PA
138232015-07-29 Pedro Alves <palves@redhat.com>
13824
13825 * boards/gdbserver-base.exp: Don't set gdb,noinferiorio.
13826
8b75dd3b
PA
138272015-07-29 Pedro Alves <palves@redhat.com>
13828
13829 * gdb.base/interrupt.exp: Revert back to checking gdb,noinferiorio
13830 at the top.
13831
dedad4e3
PA
138322015-07-29 Pedro Alves <palves@redhat.com>
13833
13834 * gdb.base/call-ar-st.c: Include "../lib/unbuffer_output.c".
13835 (main): Call gdb_unbuffer_output.
13836 * gdb.base/call-rt-st.c: Include "../lib/unbuffer_output.c".
13837 (main): Call gdb_unbuffer_output.
13838 * gdb.base/call-strs.c: Include "../lib/unbuffer_output.c".
13839 (main): Call gdb_unbuffer_output.
13840 * gdb.base/call-strs.exp: Adjust to step over the
13841 gdb_unbuffer_output call.
13842 * gdb.base/catch-gdb-caused-signals.c: Include
13843 "../lib/unbuffer_output.c".
13844 (main): Call gdb_unbuffer_output.
13845 * gdb.base/dprintf.c: Include "../lib/unbuffer_output.c".
13846 (main): Call gdb_unbuffer_output.
13847 * gdb.base/ending-run.c: Include "../lib/unbuffer_output.c".
13848 (main): Call gdb_unbuffer_output.
13849 * gdb.base/run.c: Include "../lib/unbuffer_output.c".
13850 (main): Call gdb_unbuffer_output.
13851 * gdb.base/shlib-call.exp: Adjust to step over the
13852 gdb_unbuffer_output call.
13853 * gdb.base/shmain.c: Include "../lib/unbuffer_output.c".
13854 (main): Call gdb_unbuffer_output.
13855 * gdb.base/sizeof.c: Include "../lib/unbuffer_output.c".
13856 (main): Call gdb_unbuffer_output.
13857 * gdb.base/varargs.c: Include "../lib/unbuffer_output.c".
13858 (main): Rename to ...
13859 (test): ... this.
13860 (main): Reimplement.
13861 * gdb.base/varargs.exp: Run to test instead of to main.
13862 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
13863 (main): Call gdb_unbuffer_output.
13864
58789a91
PA
138652015-07-29 Pedro Alves <palves@redhat.com>
13866
13867 * gdb.mi/mi-dprintf.exp (mi_expect_dprintf): New procedure,
13868 factore out from mi_continue_dprintf. For call-style dprintfs,
13869 expect dprintf output out of $inferior_spawn_id.
13870 (mi_continue_dprintf): Use mi_expect_dprintf.
13871 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
13872 (main): Call gdb_unbuffer_output.
13873
e8376742
PA
138742015-07-29 Pedro Alves <palves@redhat.com>
13875
13876 * lib/mi-support.exp (mi_inferior_spawn_id): Delete.
13877 (default_mi_gdb_start): Set inferior_spawn_id instead of
13878 mi_inferior_spawn_id. If $inferior_spawn_id is not set, set it to
13879 gdb_spawn_id.
13880 (mi_gdb_test): Always expect inferior output from both
13881 $inferior_spawn_id and $gdb_spawn_id.
13882
08280010
PA
138832015-07-29 Pedro Alves <palves@redhat.com>
13884
13885 * gdb.gdb/selftest.exp (test_with_self): Update comment. Use
13886 send_inferior and $inferior_spawn_id.
13887
4d30e432
PA
138882015-07-29 Pedro Alves <palves@redhat.com>
13889
13890 * gdb.gdb/complaints.exp (test_initial_complaints)
13891 (test_serial_complaints, test_short_complaints): Use
13892 gdb_test_stdio.
13893 (test_empty_complaint): Handle $inferior_spawn_id !=
13894 $gdb_spawn_id.
13895
0d30a335
PA
138962015-07-29 Pedro Alves <palves@redhat.com>
13897
13898 * gdb.base/varargs.exp: Use gdb_test_stdio.
13899
39413b29
PA
139002015-07-29 Pedro Alves <palves@redhat.com>
13901
13902 * gdb.base/shlib-call.exp: Use gdb_test_stdio.
13903
7cb000a9
PA
139042015-07-29 Pedro Alves <palves@redhat.com>
13905
13906 * gdb.base/ending-run.exp: Use gdb_test_stdio.
13907
d7b8ac82
PA
139082015-07-29 Pedro Alves <palves@redhat.com>
13909
13910 * gdb.base/call-rt-st.exp (print_struct_call): Split "result"
13911 parameter into two new parameters, "inf_result" and "gdb_result".
13912 Expect inferior output and gdb output from $inferior_spawn_id and
13913 $gdb_spawn_id, respectively. Adjust all callers.
13914
789c3a0c
PA
139152015-07-29 Pedro Alves <palves@redhat.com>
13916
13917 * gdb.base/call-ar-st.exp: Use gdb_test_stdio+multi_line instead
13918 of gdb_test_sequence.
13919
77e760c3
PA
139202015-07-29 Pedro Alves <palves@redhat.com>
13921
13922 * gdb.base/a2-run.exp (saw_usage, saw_exit_wrapper)
13923 (saw_spurious_output): Expect inferior output from
13924 $inferior_spawn_id. Use gdb_test_stdio.
13925
8396d2cd
PA
139262015-07-29 Pedro Alves <palves@redhat.com>
13927
13928 * gdb.base/dprintf.exp: Use standard_testfile. Change
13929 prepare_for_testing call.
13930 (srcfile): Don't set.
13931 (restart): New procedure.
13932 (test_dprintf): New procecure, use to continue over dprintfs.
13933 (test_call, test_agent): New procedures, tests moved here.
13934 Restart gdb and recreate dprintfs. Adjust expected output.
13935
2051d61f
PA
139362015-07-29 Pedro Alves <palves@redhat.com>
13937
13938 * gdb.base/catch-gdb-caused-signals.exp: Use gdb_test_stdio.
13939
452397af
PA
139402015-07-29 Pedro Alves <palves@redhat.com>
13941
13942 * gdb.base/call-strs.exp: Use gdb_test_stdio instead of gdb_test.
13943
8aed9555
PA
139442015-07-29 Pedro Alves <palves@redhat.com>
13945
13946 * gdb.base/sizeof.exp (check_sizeof, check_valueof): Use
13947 gdb_test_stdio.
13948
188a61b4
PA
139492015-07-29 Pedro Alves <palves@redhat.com>
13950
13951 * lib/gdb.exp (gdb_test_stdio): New procedure.
13952
12264a45
PA
139532015-07-29 Pedro Alves <palves@redhat.com>
13954
13955 * gdb.base/restore.exp (restore_tests): Use gdb_continue_to_end.
13956
23ffc893
PA
139572015-07-29 Pedro Alves <palves@redhat.com>
13958
13959 * gdb.base/call-signal-resume.exp: Remove check for
13960 gdb,noinferiorio. Don't expect "no signal". Use gdb_test.
13961 * gdb.base/unwindonsignal.exp: Likewise.
13962 * gdb.base/call-signals.c (gen_signal): Remove printf call.
13963 * gdb.base/unwindonsignal.c (gen_signal): Likewise.
13964
65566918
PA
139652015-07-29 Pedro Alves <palves@redhat.com>
13966
13967 * gdb.base/siginfo-addr.c (pass): New function.
13968 (handler): Call it iff si_addr is correct.
13969 * gdb.base/siginfo-addr.exp: Remove gdb_skip_stdio_test check.
13970 Set a breakpoint at "pass" and continue to it.
13971
d60a9221
SDJ
139722015-07-28 Sergio Durigan Junior <sergiodj@redhat.com>
13973
13974 * gdb.python/py-objfile.exp: Make some tests have unique names.
13975 * gdb.python/py-pp-registration.exp: Likewise.
13976
bde40b8f
PA
139772015-07-28 Pedro Alves <palves@redhat.com>
13978
13979 * gdb.server/server-exec-info.exp: Issue a "disconnect".
13980
13e1dec8
SM
139812015-07-27 Simon Marchi <simon.marchi@ericsson.com>
13982
13983 * gdb.mi/mi-pending.c (thread_func): Replace return with return NULL.
13984
da33c9a7
SM
139852015-07-27 Simon Marchi <simon.marchi@ericsson.com>
13986
13987 * gdb.mi/mi-watch.exp (test_watchpoint_triggering): Remove xfail.
13988
077836f7
PP
139892015-07-27 Patrick Palka <patrick@parcs.ath.cx>
13990
13991 * gdb.base/gdb-sigterm-2.exp: New test.
13992
b8cc7b2e
DE
139932015-07-25 Doug Evans <xdje42@gmail.com>
13994
13995 Revert:
13996 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
13997 (workers/%.worker, build-perf): New rule.
13998 (GDB_PERFTEST_MODE): New variable.
13999 (check-perf): Use it.
14000 (clean): Clean up gdb.perf parallel build subdirs.
14001 * lib/build-piece.exp: New file.
14002 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
14003 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
14004 name.
14005 (standard_temp_file): Ditto.
14006 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
14007 of $GDB_PARALLEL.
14008
c8bd4544
DE
140092015-07-24 Doug Evans <dje@google.com>
14010
14011 * gdb.perf/lib/perftest/utils.py: New file.
14012 * gdb.perf/gm-hello.cc: New file.
14013 * gdb.perf/gm-pervasive-typedef.cc: New file.
14014 * gdb.perf/gm-pervasive-typedef.h: New file.
14015 * gdb.perf/gm-std.cc: New file.
14016 * gdb.perf/gm-std.h: New file.
14017 * gdb.perf/gm-use-cerr.cc: New file.
14018 * gdb.perf/gm-utils.h: New file.
14019 * gdb.perf/gmonster-null-lookup.py: New file.
14020 * gdb.perf/gmonster-pervasive-typedef.py: New file.
14021 * gdb.perf/gmonster-print-cerr.py: New file.
14022 * gdb.perf/gmonster-ptype-string.py: New file.
14023 * gdb.perf/gmonster-runto-main.py: New file.
14024 * gdb.perf/gmonster-select-file.py: New file.
14025 * gdb.perf/gmonster1-null-lookup.exp: New file.
14026 * gdb.perf/gmonster1-pervasive-typedef.exp: New file.
14027 * gdb.perf/gmonster1-print-cerr.exp: New file.
14028 * gdb.perf/gmonster1-ptype-string.exp: New file.
14029 * gdb.perf/gmonster1-runto-main.exp: New file.
14030 * gdb.perf/gmonster1-select-file.exp: New file.
14031 * gdb.perf/gmonster1.cc: New file.
14032 * gdb.perf/gmonster1.exp: New file.
14033 * gdb.perf/gmonster2-null-lookup.exp: New file.
14034 * gdb.perf/gmonster2-pervasive-typedef.exp: New file.
14035 * gdb.perf/gmonster2-print-cerr.exp: New file.
14036 * gdb.perf/gmonster2-ptype-string.exp: New file.
14037 * gdb.perf/gmonster2-runto-main.exp: New file.
14038 * gdb.perf/gmonster2-select-file.exp: New file.
14039 * gdb.perf/gmonster2.cc: New file.
14040 * gdb.perf/gmonster2.exp: New file.
14041
6eab34f3
DE
140422015-07-24 Doug Evans <dje@google.com>
14043
14044 * gdb.perf/README: New file.
14045 * lib/perftest.exp (tcl_string_list_to_python_list): New function.
14046 * lib/gen-perf-test.exp: New file.
14047
63738bfd
DE
140482015-07-24 Doug Evans <dje@google.com>
14049
14050 * lib/perftest.exp (PerfTest::compile): Unconditionally call body.
14051 (PerfTest::startup): New function.
14052 (PerfTest::run): Return result of calling body.
14053 (PerfTest::assemble): Rewrite.
14054 * gdb.perf/backtrace.exp (PerfTest::assemble): Update function result.
14055 * gdb.perf/disassemble.exp (PerfTest::assemble): Ditto.
14056 * gdb.perf/single-step.exp (PerfTest::assemble): Ditto.
14057 * gdb.perf/skip-prologue.exp (PerfTest::assemble): Ditto.
14058 * gdb.perf/solib.exp (PerfTest::assemble): Ditto.
14059
7b606f95
DE
140602015-07-24 Doug Evans <dje@google.com>
14061
14062 * lib/gdb.exp (clean_restart): Make executable optional.
14063
a97b16b8
DE
140642015-07-24 Doug Evans <dje@google.com>
14065
14066 * gdb.base/watchpoint.exp (test_complex_watchpoint): Remove
14067 compiler_info references.
14068 * gdb.cp/temargs.exp: Ditto.
14069 * lib/gdb.exp: Unset compiler_info instead of setting to "unknown".
14070 (get_compiler_info): Early exit if already computed. Set compiler_info
14071 to "unknown" if there was a problem.
14072 (test_compiler_info): Add function comment. Call get_compiler_info.
14073
35baa57f
DE
140742015-07-24 Doug Evans <dje@google.com>
14075
14076 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
14077 (workers/%.worker, build-perf): New rule.
14078 (GDB_PERFTEST_MODE): New variable.
14079 (check-perf): Use it.
14080 (clean): Clean up gdb.perf parallel build subdirs.
14081 * lib/build-piece.exp: New file.
14082 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
14083 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
14084 name.
14085 (standard_temp_file): Ditto.
14086 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
14087 of $GDB_PARALLEL.
14088
6ebea266
DE
140892015-07-24 Doug Evans <dje@google.com>
14090
14091 * lib/future.exp (gdb_default_target_compile): New option
14092 "early_flags".
14093 * lib/gdb.exp (gdb_compile): Undo debian's change in default of
14094 --as-needed.
14095
1e76a7e9
SDJ
140962015-07-24 Sergio Durigan Junior <sergiodj@redhat.com>
14097
14098 * gdb.base/catch-syscall.exp: Call gdb_exit before
14099 gdb_skip_xml_test.
14100
5068630a
PA
141012015-07-24 Pedro Alves <palves@redhat.com>
14102
14103 * gdb.python/py-events.exp: Accept output between the stop event
14104 and the prompt.
14105 * gdb.python/py-evsignal.exp: Likewise.
14106 * gdb.python/py-evthreads.exp: Likewise.
14107
77598427
PA
141082015-07-24 Pedro Alves <palves@redhat.com>
14109
14110 PR gdb/18717
14111 * gdb.threads/non-ldr-exit.c: New file.
14112 * gdb.threads/non-ldr-exit.exp: New file.
14113
11e6c98f
YQ
141142015-07-24 Yao Qi <yao.qi@linaro.org>
14115
14116 * gdb.server/ext-wrapper.exp: Test --wrapper option when
14117 restarting process.
14118
51aee833
YQ
141192015-07-24 Yao Qi <yao.qi@linaro.org>
14120
14121 * gdb.server/ext-restart.exp: New file.
14122
8cfe207c
YQ
141232015-07-24 Yao Qi <yao.qi@linaro.org>
14124
14125 * lib/gdbserver-support.exp (gdbserver_start_extended): Add
14126 argument options.
14127 * gdb.server/ext-wrapper.exp: New file.
14128
cc12ce38
DE
141292015-07-23 Doug Evans <dje@google.com>
14130
14131 * gdb.dwarf2/dw2-dummy-cu.S: New file.
14132 * gdb.dwarf2/dw2-dummy-cu.exp: New file.
14133
d0d84780
PMR
141342015-07-23 Pierre-Marie de Rodat <derodat@adacore.com>
14135
14136 * gdb.ada/var_arr_typedef.exp: New testcase.
14137 * gdb.ada/var_arr_typedef/pack.adb: New file.
14138 * gdb.ada/var_arr_typedef/pack.ads: New file.
14139 * gdb.ada/var_arr_typedef/var_arr_typedef.adb: New file.
14140
8b558f79
JB
141412015-07-20 Joel Brobecker <brobecker@adacore.com>
14142
14143 * gdb.ada/info_exc.exp: Adjust "info exceptions" expected output.
14144
775a3298
JK
141452015-07-16 Jan Kratochvil <jan.kratochvil@redhat.com>
14146
14147 * gdb.arch/i386-biarch-core.exp: Replace istarget
14148 by "complete set gnutarget". Remove expectation for the "core-file"
14149 command.
14150
db1ff28b
JK
141512015-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
14152
14153 Revert the previous commit:
14154 Tests for validate symbol file using build-id.
14155
0a94970d
JK
141562015-07-15 Aleksandar Ristovski <aristovski@qnx.com
14157
14158 Tests for validate symbol file using build-id.
14159 * gdb.base/solib-mismatch-lib.c: New file.
14160 * gdb.base/solib-mismatch-libmod.c: New file.
14161 * gdb.base/solib-mismatch.c: New file.
14162 * gdb.base/solib-mismatch.exp: New file.
14163
03346981
SL
141642015-07-15 Sandra Loosemore <sandra@codesourcery.com>
14165
14166 * gdb.base/sigaltstack.exp (finish_test): Add kfail for
14167 nios2-*-linux*.
14168 * gdb.base/sigbpt.exp (stepi_out): Likewise.
14169 * gdb.base/siginfo.exp: Likewise.
14170 * gdb.base/sigstep.exp (advance, advancei): Likewise.
14171
42422cc7
PL
141722015-07-15 Pierre Langlois <pierre.langlois@arm.com>
14173
14174 * gdb.base/range-stepping.exp (gdb_range_stepping_enabled):
14175 Move it to ...
14176 * lib/range-stepping-support.exp (gdb_range_stepping_enabled):
14177 ... here.
14178 * gdb.trace/range-stepping.exp: Check that the target supports
14179 range stepping.
14180
cfa68bae
JK
141812015-07-14 Jan Kratochvil <jan.kratochvil@redhat.com>
14182
14183 * gdb.arch/i386-biarch-core.exp: Fix comment typo.
14184
8ffdba26
PA
141852015-07-14 Pedro Alves <palves@redhat.com>
14186
14187 * gdb.base/killed-outside.exp: New file.
14188 * gdb.base/killed-outside.c: New file.
14189
218a5a11
JK
141902015-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
14191
14192 * gdb.asm/asm-source.exp (f at main): Stop at gdbasm_enter.
14193 (n at main): New.
14194 * gdb.asm/asmsrc1.s: Add comment "mark: main enter".
14195
e03ed3c6
AA
141962015-07-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
14197
14198 * gdb.base/gnu_vector.exp: On x86 and x86_64 targets, skip the
14199 infcall tests instead of setting up for KFAIL.
14200
485668e5
MM
142012015-07-10 Markus Metzger <markus.t.metzger@intel.com>
14202
14203 * gdb.btrace/record_goto-step.exp: New.
14204
08464196
JK
142052015-07-08 Jan Kratochvil <jan.kratochvil@redhat.com>
14206
14207 PR compile/18484
14208 * gdb.compile/compile.c (struct struct_type): Add volatile to
14209 selffield's type.
14210 * gdb.compile/compile.exp
14211 (compile code struct_object.selffield = &struct_object): Skip further
14212 struct_object tests if this one xfails.
14213
bcf5c1d9
RC
142142015-07-08 Robert O'Callahan <robert@ocallahan.org>
14215
14216 PR exp/18617
14217 * gdb.trace/ax.exp: Add test.
14218
4931af25
YQ
142192015-07-07 Yao Qi <yao.qi@linaro.org>
14220
14221 * gdb.arch/aarch64-atomic-inst.exp: Check is_aarch64_target
14222 instead of istarget "aarch64*-*-*".
14223 * gdb.arch/aarch64-fp.exp: Likewise.
14224 * gdb.base/float.exp: Likewise.
14225 * gdb.reverse/aarch64.exp: Likewise.
14226 * lib/gdb.exp (is_aarch64_target): New proc.
14227
9fcf688e
YQ
142282015-07-07 Yao Qi <yao.qi@linaro.org>
14229
14230 * lib/gdb.exp (is_aarch32_target): New proc.
14231 * gdb.arch/arm-bl-branch-dest.exp: Check is_aarch32_target
14232 instead of "istarget "arm*-*-*"".
14233 * gdb.arch/arm-disp-step.exp: Likewise.
14234 * gdb.arch/thumb-bx-pc.exp: Likewise.
14235 * gdb.arch/thumb-prologue.exp: Likewise.
14236 * gdb.arch/thumb-singlestep.exp: Likewise.
14237 * gdb.base/disp-step-syscall.exp: Likewise.
14238 * gdb.base/float.exp: Likewise.
14239
fbd8d50d
YQ
142402015-07-07 Yao Qi <yao.qi@linaro.org>
14241
14242 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch):
14243 Set arch1, arch2, syscall1_name, syscall2_name and syscall_number.
14244
71be1fdc
YQ
142452015-07-07 Yao Qi <yao.qi@linaro.org>
14246
14247 * gdb.multi/multi-arch-exec.exp: Set march1 and march2 to "" if target
14248 is aarch64. If target is aarch64, set compiler=${ARM_CC_FOR_TARGET}
14249 if it exists.
14250 * gdb.multi/multi-arch.exp: Likewise.
14251
3e221d36
SM
142522015-07-07 Simon Marchi <simon.marchi@ericsson.com>
14253
14254 * gdb.python/py-lazy-string.exp: Add missing parentheses to
14255 print.
14256
d441430b
YQ
142572015-07-07 Yao Qi <yao.qi@linaro.org>
14258
14259 * gdb.arch/thumb-singlestep.exp: Do one more single step.
14260
06f810bd
MG
142612015-06-30 Martin Galvan <martin.galvan@tallertechnologies.com>
14262
14263 * lib/gdb.exp (test_class_help): Remove the unneeded escaping of
14264 '[' and ']' characters.
14265
5e61e7c0
IB
142662015-06-30 Iain Buclaw <ibuclaw@gdcproject.org>
14267
14268 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
14269
28bf096c
PA
142702015-06-29 Pedro Alves <palves@redhat.com>
14271
14272 PR threads/18127
14273 * gdb.threads/hand-call-new-thread.c: New file.
14274 * gdb.threads/hand-call-new-thread.c: New file.
14275
ee93cd5e
KS
142762015-06-26 Keith Seitz <keiths@redhat.com>
14277 Doug Evans <dje@google.com>
14278
14279 PR 16253
14280 * gdb.cp/var-tag-2.cc: New file.
14281 * gdb.cp/var-tag-3.cc: New file.
14282 * gdb.cp/var-tag-4.cc: New file.
14283 * gdb.cp/var-tag.cc: New file.
14284 * gdb.cp/var-tag.exp: New file.
14285
fc637f04
PP
142862015-06-26 Patrick Palka <patrick@parcs.ath.cx>
14287
14288 * gdb.base/history-duplicates.exp: New test.
14289
2e52ae68
PP
142902015-06-26 Patrick Palka <patrick@parcs.ath.cx>
14291
14292 * gdb.base/completion.exp: Test the completion of the "focus"
14293 command.
14294
6e22494e
JK
142952015-06-26 Jan Kratochvil <jan.kratochvil@redhat.com>
14296
14297 * gdb.arch/amd64-prologue-skip.S: New file.
14298 * gdb.arch/amd64-prologue-skip.exp: New file.
14299
bf7b9cd9
SM
143002015-06-25 Simon Marchi <simon.marchi@ericsson.com>
14301
14302 * gdb.python/py-prettyprint.exp (run_lang_tests): Add
14303 is_address_zero_readable check.
14304
201e8dfd
PB
143052015-06-24 Peter Bergner <bergner@vnet.ibm.com>
14306
14307 * gdb.arch/powerpc-power.exp <rfebb>: Fixup test results.
14308 * gdb.arch/powerpc-power.s <rfebb>: Likewise.
14309
5cd867b4
YQ
143102015-06-24 Yao Qi <yao.qi@linaro.org>
14311
14312 * lib/gdb.exp (supports_get_siginfo_type): Return 1 for all
14313 linux targets.
14314
4d7be007
YQ
143152015-06-24 Yao Qi <yao.qi@linaro.org>
14316
14317 * lib/gdb.exp (supports_get_siginfo_type): New proc.
14318 * gdb.base/siginfo-obj.exp: Invoke supports_get_siginfo_type.
14319 * gdb.base/siginfo-thread.exp: Likewise.
14320
07fcd301
YQ
143212015-06-22 Yao Qi <yao.qi@linaro.org>
14322
14323 * boards/remote-gdbserver-on-localhost.exp: Add comments.
14324
52042a00
YQ
143252015-06-22 Yao Qi <yao.qi@linaro.org>
14326
14327 * lib/gdb.exp (skip_hw_breakpoint_tests): Return 0 for target
14328 aarch64*-*-*.
14329 (skip_hw_watchpoint_tests): Likewise.
14330
74bd41ce
PP
143312015-06-18 Patrick Palka <patrick@parcs.ath.cx>
14332
14333 * gdb.base/gdbinit-history.exp: Test the interaction between
14334 setting GDBHISTSIZE and setting the history size via .gdbinit.
14335
bc460514
PP
143362015-06-17 Patrick Palka <patrick@parcs.ath.cx>
14337
14338 PR gdb/16999
14339 * gdb.base/gdbhistsize-history.exp: New test.
14340
b58c513b
PP
143412015-06-17 Patrick Palka <patrick@parcs.ath.cx>
14342
14343 * gdb.base/gdbinit-history.exp: Replace occurrences of HISTSIZE
14344 with GDBHISTSIZE.
14345 * gdb.base/readline.exp: Likewise.
14346
92046791
YQ
143472015-06-17 Yao Qi <yao.qi@linaro.org>
14348
14349 * lib/gdb.exp (get_build_id): Move braces and "else" to the same
14350 line.
14351
2093d2d3
PP
143522015-06-17 Patrick Palka <patrick@parcs.ath.cx>
14353
14354 * gdb.base/gdbinit-history.exp: Add test case to check that
14355 an unlimited history file does not get truncated on exit.
14356
e6c693af
AA
143572015-06-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
14358
14359 * gdb.base/gnu_vector.c: Include stdarg.h and stdio.h.
14360 (VECTOR): New macro. Use it...
14361 (int4, uint4, char4, float4, int2, longlong2, float2, double2):
14362 ...for these typedefs.
14363 (int8, char1, int1, double1): New typedefs.
14364 (struct just_int2, struct two_int2): New structures.
14365 (add_some_intvecs, add_many_charvecs, add_various_floatvecs)
14366 (add_structvecs, add_singlevecs): New functions.
14367 (main): Call add_some_intvecs twice.
14368 * gdb.base/gnu_vector.exp: Drop GCC version check; just attempt
14369 the compile and exit upon failure. Try compiling for the "native"
14370 architecture. Test inferior function calls with vector arguments
14371 and vector return value handling with "finish" and "return".
14372
c74f7d1c
JT
143732015-06-10 Jon Turney <jon.turney@dronecode.org.uk>
14374
14375 * gdb.base/sepdebug.exp: Add EXEEXT where needed.
14376 * lib/gdb.exp (get_build_id): Teach how to extract build-id from a
14377 PE file.
14378 * lib/future.exp (gdb_find_objdump): Add gdb_find_objdump.
14379
98aa42ee
AT
143802015-06-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
14381
14382 PR breakpoints/16465
14383 * gdb.mi/mi-dprintf-pending.c: New file.
14384 * gdb.mi/mi-dprintf-pending.exp: New test.
14385 * gdb.mi/mi-dprintf-pendshr.c: New file.
14386
7d73c23c 143872015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
72f4393d 14388 Mircea Gherzan <mircea.gherzan@intel.com>
7d73c23c
WT
14389
14390 * gdb.arch/i386-mpx-map.c: New file.
14391 * gdb.arch/i386-mpx-map.exp: New File.
14392
143932015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
14394
14395 * gdb.arch/i386-mpx.c (have_mpx): Indentation fixed.
14396 * gdb.arch/i386-mpx.exp: Indentation fixed.
14397
143982015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
14399
14400 * gdb.arch/i386-mpx.c: Added final return to the have_mpx
14401 function and improved indentation.
14402 * gdb.arch/i386-mpx.exp: Exchanging gdb_send and gdb_expect for
14403 gdb_test_multiple. Added additional tests to skip the test.
14404
144052015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
14406
14407 * gdb.arch/i386-avx512.c: Change path in include file.
14408 * gdb.arch/i386-avx512.exp: Change include dir path
14409 compilation flag.
14410 * gdb.arch/i386-mpx.c: Change path in include file.
14411 * gdb.arch/i386-mpx.exp: Change include dir path compilation
14412 flag.
14413
d5eba19a
JK
144142015-06-04 Jan Kratochvil <jan.kratochvil@redhat.com>
14415
14416 * gdb.compile/compile-print.exp (compile print *vararray@3)
14417 (compile print *vararrayp@3): Change xfail to kfail compile/18489.
14418
7f361056
JK
144192015-06-03 Jan Kratochvil <jan.kratochvil@redhat.com>
14420
14421 * gdb.compile/compile.exp (keep jit in memory): Rename to ...
14422 (do not keep jit in memory): ... this.
14423 (expect 5): Change it to ...
14424 (expect no 5): ... this.
14425
3b462ec2
SM
144262015-06-02 Simon Marchi <simon.marchi@ericsson.com>
14427
14428 PR gdb/15564
14429 * gdb.mi/mi-detach.exp: New file.
14430
e0619de6
JK
144312015-06-01 Jan Kratochvil <jan.kratochvil@redhat.com>
14432
14433 PR symtab/18392
14434 * gdb.arch/amd64-tailcall-self.S: New file.
14435 * gdb.arch/amd64-tailcall-self.c: New file.
14436 * gdb.arch/amd64-tailcall-self.exp: New file.
14437
e970cb34
DB
144382015-05-28 Don Breazeal <donb@codesourcery.com>
14439
14440 * gdb.base/foll-vfork.exp (main): Disable exec-dependent
14441 tests for remote targets by checking is_target_gdbserver.
14442
b2e2f908
DE
144432015-05-27 Doug Evans <dje@google.com>
14444
14445 * gdb.dwarf2/opaque-type-lookup-2.c: New file.
14446 * gdb.dwarf2/opaque-type-lookup.c: New file.
14447 * gdb.dwarf2/opaque-type-lookup.exp: New file.
14448
82c7be31
DE
144492015-05-26 Doug Evans <dje@google.com>
14450
14451 * gdb.cp/iostream.cc: New file.
14452 * gdb.cp/iostream.exp: New file.
14453
b4f54984
DE
144542015-05-26 Doug Evans <dje@google.com>
14455
14456 * gdb.dwarf2/dw2-op-call.exp: Update.
14457 * gdb.dwarf2/dw4-sig-types.exp: Update.
14458 * gdb.dwarf2/implptr.exp: Update.
14459 * gdb.mi/mi-cmd-param-changed.exp: Update.
14460
4ea6efe9
DE
144612015-05-26 Doug Evans <dje@google.com>
14462
14463 * gdb.python/py-lazy-string.c: New file.
14464 * gdb.python/py-lazy-string.exp: New file.
14465 * gdb.python/py-prettyprint.c (lazystring) <len>: New member.
14466 (main): Update. Add estring3.
14467 * gdb.python/py-prettyprint.exp: Add tests for strings at address 0.
14468 * gdb.python/py-prettyprint.py (pp_ls): Handle length.
14469
f6bb7db3
YQ
144702015-05-26 Omair Javaid <omair.javaid@linaro.org>
14471 Yao Qi <yao.qi@linaro.org>
14472
14473 * gdb.reverse/aarch64.c: New.
14474 * gdb.reverse/aarch64.exp: New.
14475
a81bfbd0
OJ
144762015-05-26 Omair Javaid <omair.javaid@linaro.org>
14477
25d49b86
PA
14478 * lib/gdb.exp (supports_process_record): Return true for
14479 aarch64*-linux*.
a81bfbd0
OJ
14480 (supports_reverse): Likewise.
14481
158bf1b4
PP
144822015-05-22 Patrick Palka <patrick@parcs.ath.cx>
14483
14484 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
14485 Use with_test_prefix.
14486
a0145030
AB
144872015-05-21 Andrew Burgess <andrew.burgess@embecosm.com>
14488
14489 * gdb.base/completion.exp: Add test for completion of layout
14490 names.
14491
ebe3b578
AB
144922015-05-20 Andrew Burgess <andrew.burgess@embecosm.com>
14493
14494 * lib/gdb.exp (skip_tui_tests): New proc.
14495 * gdb.base/tui-layout.exp: Check skip_tui_tests.
14496
84204ed7
PA
144972015-05-19 Pedro Alves <palves@redhat.com>
14498
14499 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
14500 Save the whole env array instead of just HOME. Unset HISTSIZE in
14501 the environment while testing. Restore whole environment
14502 afterwards.
14503
37442ce1
DE
145042015-05-16 Doug Evans <xdje42@gmail.com>
14505
14506 * gdb.guile/scm-ports.c: New file.
14507 * gdb.guile/scm-ports.exp: Add memory port tests.
14508
36de76f9
JK
145092015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
14510
14511 * gdb.compile/compile-print.c: New file.
14512 * gdb.compile/compile-print.exp: New file.
14513
3a9558c4
JK
145142015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
14515
14516 * gdb.compile/compile-ops.exp: Cast param to void.
14517 * gdb.compile/compile.exp: Complete type for _gdb_expr.
14518 (compile code struct_object.selffield = &struct_object): Add xfail.
14519
aa715135
JG
145202015-05-15 Joel Brobecker <brobecker@adacore.com>
14521
14522 * gdb.ada/arr_enum_with_gap: New testcase.
14523
931e5bc3
JG
145242015-05-15 Joel Brobecker <brobecker@adacore.com>
14525
14526 * gdb.ada/byte_packed_arr: New testcase.
14527
9cd4d857
JB
145282015-05-15 Joel Brobecker <brobecker@adacore.com>
14529
14530 * gdb.ada/pckd_neg: New testcase.
14531
ebfd00d2
PP
145322015-05-13 Patrick Palka <patrick@parcs.ath.cx>
14533
14534 PR gdb/17820
14535 * gdb.base/gdbinit-history.exp: New test.
14536 * gdb.base/gdbinit-history/unlimited/.gdbinit: New file.
14537 * gdb.base/gdbinit-history/zero/.gdbinit: New file.
14538
4c082a81
SC
145392015-05-09 Siva Chandra Reddy <sivachandra@google.com>
14540
14541 * gdb.python/py-xmethods.cc: Enhance test case.
14542 * gdb.python/py-xmethods.exp: New tests.
14543 * gdb.python/py-xmethods.py (A_indexoper): New xmethod worker
14544 function.
14545 (B_indexoper): Likewise.
14546 (global_dm_list) : Add new xmethod worker functions.
14547
f7797074
SDJ
145482015-05-08 Sergio Durigan Junior <sergiodj@redhat.com>
14549
14550 * gdb.base/coredump-filter.exp: Correctly unset
14551 "coredump_var_addr" array.
14552
a4674e4e
PA
145532015-05-08 Pedro Alves <palves@redhat.com>
14554
14555 * gdb.server/non-existing-program.exp: Unset spawn_id.
14556
df2eb078
SC
145572015-05-08 Siva Chandra Reddy <sivachandra@google.com>
14558
14559 PR python/18291
14560 * gdb.python/py-xmethods.exp: Add tests.
14561
422349a3
YQ
145622015-05-08 Yao Qi <yao.qi@linaro.org>
14563
14564 PR gdb/18208
14565 * gdb.base/coredump-filter.c (set_coredump_filter): New function.
14566 * gdb.base/coredump-filter.exp (do_save_core): Call inferior
14567 function set_coredump_filter, and remove remote_exec call.
14568 Remove argument ipid. Callers update.
14569 (top level): Don't get inferior's PID.
14570
63fc80ce
AA
145712015-05-08 Andreas Arnez <arnez@linux.vnet.ibm.com>
14572
14573 * gdb.base/watch_thread_num.exp: Skip test on targets without
14574 access watchpoints.
14575
80ad801e
PA
145762015-05-06 Pedro Alves <palves@redhat.com>
14577
14578 PR server/18081
14579 * gdb.server/non-existing-program.exp: New file.
14580
0fa7fe50
JB
145812015-05-05 Joel Brobecker <brobecker@adacore.com>
14582
14583 * gdb.ada/out_of_line_in_inlined.exp: Add run and "bt" tests.
14584
3ea89b92
PMR
145852015-05-05 Joel Brobecker <brobecker@adacore.com>
14586
14587 * gdb.ada/out_of_line_in_inlined: New testcase.
14588
87b8eff0
JB
145892015-05-05 Joel Brobecker <brobecker@adacore.com>
14590
14591 * gdb.ada/var_rec_arr: New testcase.
14592
5fccc635
YQ
145932015-04-30 Yao Qi <yao.qi@linaro.org>
14594
14595 * gdb.base/break-idempotent.exp: If
14596 skip_hw_watchpoint_multi_tests returns true, skip the tests
14597 on "rwatch" and "awatch".
14598
42d38f42
YQ
145992015-04-30 Yao Qi <yao.qi@linaro.org>
14600
14601 * gdb.base/relativedebug.exp: Invoke gdb command
14602 "info sharedlibrary", and if libc.so doesn't have debug info,
14603 skip the test.
14604
2ce1cdbf
DE
146052015-04-29 Doug Evans <dje@google.com>
14606
14607 * gdb.python/py-xmethods.exp: Add ptype tests.
14608 * gdb.python/py-xmethods.py (E_method_char_worker): Add
14609 get_result_type method.
14610
f24a38c5
LM
146112015-04-29 Luis Machado <lgustavo@codesourcery.com>
14612
14613 * gdb.base/watch-bitfields.exp: Switch to software watchpoints if
14614 the target does not support hardware watchpoints.
14615
ecbf2b3c
LM
146162015-04-29 Luis Machado <lgustavo@codesourcery.com>
14617
14618 * gdb.base/break-always.exp: Abort testing if writing to memory
14619 causes an error.
14620
34f5f757
DE
146212015-04-28 Doug Evans <dje@google.com>
14622
14623 * gdb.python/py-pp-maint.py: Move "replace" testing to ...
14624 * gdb.python/py-pp-registration.exp: ... here. New file.
14625 * gdb.python/py-pp-registration.c: New file.
14626 * gdb.python/py-pp-registration.py: New file.
14627
69b4374a
DE
146282015-04-28 Doug Evans <dje@google.com>
14629
14630 * gdb.python/py-bad-printers.c: New file.
14631 * gdb.python/py-bad-printers.py: New file.
14632 * gdb.python/py-bad-printers.exp: New file.
14633
59fb7612
SS
146342015-04-28 Sasha Smundak <asmundak@google.com>
14635
14636 * gdb.python/py-type.exp: New test.
14637
2631b16a
AW
146382015-04-28 Andy Wingo <wingo@igalia.com>
14639
14640 * gdb.python/py-parameter.exp:
14641 * gdb.guile/scm-parameter.exp: Escape the path that we are
14642 matching against, as it might contain characters that are special
14643 to regular expressions.
14644
460efde1
JB
146452015-04-27 Joel Brobecker <brobecker@adacore.com>
14646
14647 * gdb.ada/rec_comp: New testcase.
14648
2d369d8e
SDJ
146492015-04-26 Sergio Durigan Junior <sergiodj@redhat.com>
14650
14651 * gdb.base/coredump-filter.exp: Clear variable "coredump_var_addr"
14652 before using it.
14653
cf75d6c3
AB
146542015-04-24 Andrew Burgess <andrew.burgess@embecosm.com>
14655
14656 * gdb.base/dump.exp: Add *.verilog files to all_files list. Add
14657 new tests for verilog output.
14658
8dbe7ca5
YQ
146592015-04-24 Yao Qi <yao.qi@linaro.org>
14660
14661 * boards/remote-gdbserver-on-localhost.exp: New file.
14662
4ef9fb2f
PA
146632015-04-23 Pedro Alves <palves@redhat.com>
14664
14665 * gdb.base/interrupt.exp: Use an indirect spawn id list holding
14666 $inferior_spawn_id instead of $inferior_spawn_id directly. On
14667 "end of file", remove $inferior_spawn_id from the indirect list.
14668
0a803169
PA
146692015-04-23 Pedro Alves <palves@redhat.com>
14670
14671 * gdb.base/interrupt.exp: Rename saw_eof to saw_end_of_file.
14672
749ef8f8
PA
146732015-04-23 Pedro Alves <palves@redhat.com>
14674
14675 * lib/gdb.exp (gdb_test_multiple): Match eof/full_buffer/timeout
14676 on $any_spawn_id instead of only on $gdb_spawn_id.
14677
8aae4344
PM
146782015-04-21 Pierre Muller <muller@sourceware.org>
14679
14680 PR pascal/17815
14681 * lib/pascal.exp (gpc_compile): Add new option "class".
14682 (fpc_compile): Likewise.
14683 * gdb.pascal/case-insensitive-symbols.pas: New file.
14684 * gdb.pascal/case-insensitive-symbols.exp: New file.
14685
1586c8fb
GB
146862015-04-20 Gary Benson <gbenson@redhat.com>
14687
14688 * gdb.base/attach.exp: Fix three extended remote failures.
14689
1b6e6f5c
GB
146902015-04-17 Gary Benson <gbenson@redhat.com>
14691
14692 * gdb.server/server-exec-info.exp: Inhibit GDB from accessing
14693 the main executable over the remote protocol.
14694
e797481d
PA
146952015-04-16 Pedro Alves <palves@redhat.com>
14696
14697 * boards/native-extended-gdbserver.exp (mi_gdb_start): Don't start
14698 a new gdbserver if gdbserver_reconnect_p is set.
14699
1ca99c42
PA
147002015-04-16 Pedro Alves <palves@redhat.com>
14701
14702 * lib/gdbserver-support.exp (gdb_exit): If gdbserver_reconnect_p
14703 is set, don't exit gdbserver.
14704
af9fd6f8
AA
147052015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
14706
14707 * gdb.arch/s390-vregs.S (change_vrs): Replace exrl by an
14708 appropriate .insn, such that an older assembler can be used.
14709 * gdb.arch/s390-vregs.exp: Add the compile flag -mzarch, to enable
14710 the z/Architecture instruction set on 31-bit targets as well.
14711
04ff1e61
AA
147122015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
14713
14714 * gdb.go/handcall.exp: Remove all logic related to the first
14715 breakpoint and rely on go_runto_main instead.
14716 * gdb.go/strings.exp: Likewise.
14717 * gdb.go/unsafe.exp: Likewise.
14718 * gdb.go/hello.exp: Likewise. Also rename the remaining
14719 breakpoint marker to "breakpoint 1".
14720 * gdb.go/handcall.go: Remove comment "set breakpoint 1 here".
14721 * gdb.go/strings.go: Likewise.
14722 * gdb.go/unsafe.go: Likewise.
14723 * gdb.go/hello.go: Likewise. Also remove the second occurrence of
14724 "set breakpoint 2 here" and rename the remaining breakpoint marker
14725 to "breakpoint 1".
14726
40d2f8d6
SM
147272015-04-15 Simon Marchi <simon.marchi@ericsson.com>
14728
14729 * gdb.python/py-framefilter.py (ErrorFilter.filter): Use map function
14730 if itertools.imap is not present.
14731 * gdb.python/py-objfile.exp: Add parentheses.
14732 * gdb.python/py-type.exp: Same.
14733 * gdb.python/py-unwind-maint.py: Same.
14734
8cbc97c6
YQ
147352015-04-15 Yao Qi <yao.qi@linaro.org>
14736
14737 * gdb.dwarf2/dynarr-ptr.exp (assemble): Use $ptr_size instead
14738 of ":$ptr_size" and set its form explicitly.
14739
45fd756c
YQ
147402015-04-15 Pedro Alves <palves@redhat.com>
14741 Yao Qi <yao.qi@linaro.org>
14742
14743 * gdb.base/watch-bitfields.exp (test_watch_location): Increase
14744 timeout by factor of 4.
14745 (test_regular_watch): Likewise.
14746 * gdb.base/watchpoint-solib.exp: Use with_timeout_factor.
14747 * gdb.reverse/sigall-reverse.exp: Likewise.
14748 * gdb.reverse/until-precsave.exp: Likewise.
14749 * lib/gdb.exp (with_timeout_factor): New proc.
14750 (gdb_expect): Move some code to ...
14751 (get_largest_timeout): ... here. New procedure.
14752
9e811bc3
LM
147532015-04-14 Luis Machado <lgustavo@codesourcery.com>
14754
14755 * gdb.base/bp-permanent.exp (test): Reinstate correct test message.
14756
0ff6fcb2
LM
147572015-04-13 Luis Machado <lgustavo@codesourcery.com>
14758
14759 * gdb.base/bp-permanent.exp (test): Handle the case of being unable
14760 to write to the .text section.
14761
7578d5f7
LM
147622015-04-13 Luis Machado <lgustavo@codesourcery.com>
14763
14764 * gdb.base/coredump-filter.exp: Restrict test to Linux systems only.
14765 Handle the case of targets that do not provide PID information.
14766
2efe15c4
YQ
147672015-04-13 Yao Qi <yao.qi@linaro.org>
14768
14769 * lib/gdbserver-support.exp (gdb_exit): Catch exception
14770 and use expect instead of gdb_expect.
14771
8cd8f2f8
SDJ
147722015-04-13 Sergio Durigan Junior <sergiodj@redhat.com>
14773
14774 * gdb.base/coredump-filter.exp: Rename variable "addr" to
14775 "coredump_var_addr" to avoid naming conflict with other testcases.
14776
9ee41772
PA
147772015-04-10 Pedro Alves <palves@redhat.com>
14778
14779 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp: Use
14780 gdb_test_sequence and gdb_assert.
14781
07473109
PA
147822015-04-10 Pedro Alves <palves@redhat.com>
14783
14784 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Use
14785 test messages that don't include the breakpoint address.
14786
de3db44c
YQ
147872015-04-10 Yao Qi <yao.qi@linaro.org>
14788
14789 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): Return
14790 false for some offset and width combinations which aren't
14791 supported by linux kernel.
14792
c79d856c
PA
147932015-04-10 Pedro Alves <palves@redhat.com>
14794
14795 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): New
14796 procedure, factored out from ...
14797 (top level): ... here. Add "set displaced-stepping" testing axis.
14798 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): New
14799 parameter "displaced". Use it.
14800 (top level): Use foreach and add "set displaced-stepping" testing
14801 axis.
14802
ebc90b50
PA
148032015-04-10 Pedro Alves <palves@redhat.com>
14804
14805 * gdb.threads/step-over-trips-on-watchpoint.c (child_function):
14806 Remove comment.
14807 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Find
14808 both the address of the instruction that triggers the watchpoint
14809 and the address of the instruction immediately after, and use
14810 those addresses for the test. Fix comment.
14811
8f572e5c
PA
148122015-04-10 Pedro Alves <palves@redhat.com>
14813
14814 * gdb.base/sigstep.exp (breakpoint_to_handler)
14815 (breakpoint_to_handler_entry): New parameter 'displaced'. Use it.
14816 Test "backtrace" in handler.
14817 (breakpoint_over_handler): New parameter 'displaced'. Use it.
14818 (top level): Add new "displaced" test axis to
14819 breakpoint_to_handler, breakpoint_to_handler_entry and
14820 breakpoint_over_handler.
14821
8d707a12
PA
148222015-04-10 Pedro Alves <palves@redhat.com>
14823
14824 PR gdb/18216
14825 * gdb.threads/multiple-step-overs.exp: Remove expected eof.
14826
ef713951
YQ
148272015-04-10 Yao Qi <yao.qi@linaro.org>
14828
14829 * gdb.arch/arm-disp-step.S (main): Call test_add_rn_pc.
14830 (test_add_rn_pc): New function.
14831 * gdb.arch/arm-disp-step.exp (test_add_rn_pc): New proc.
14832 (top level): Invoke test_add_rn_pc.
14833
906d60cf
PA
148342015-04-10 Pedro Alves <palves@redhat.com>
14835
14836 PR gdb/13858
14837 * gdb.base/step-over-no-symbols.exp: New file.
14838
f2983cc3
AW
148392015-04-09 Andy Wingo <wingo@igalia.com>
14840
14841 * gdb.guile/scm-frame.exp: Add frame-read-register tests, modelled
14842 after the Python tests.
14843
6d62641c
SDJ
148442015-04-08 Keith Seitz <keiths@redhat.com>
14845
14846 PR python/16699
14847 * gdb.python/py-completion.exp: New tests for completion.
14848 * gdb.python/py-completion.py (CompleteLimit1): New class.
14849 (CompleteLimit2): Likewise.
14850 (CompleteLimit3): Likewise.
14851 (CompleteLimit4): Likewise.
14852 (CompleteLimit5): Likewise.
14853 (CompleteLimit6): Likewise.
14854 (CompleteLimit7): Likewise.
14855
f3770638
PA
148562015-04-08 Pedro Alves <palves@redhat.com>
14857
14858 PR gdb/18214
14859 PR gdb/18216
14860 * gdb.threads/multiple-step-overs.c (sigusr1_handler): New
14861 function.
14862 (main): Install it as SIGUSR1 handler.
14863 * gdb.threads/multiple-step-overs.exp (setup): Remove 'prefix'
14864 parameter. Always use "setup" as prefix. Toggle "set
14865 displaced-stepping" off/on depending on global. Don't switch to
14866 thread 1 here.
14867 (top level): Add displaced stepping "off/on" test axis. Update
14868 "setup" calls. Wrap each subtest with with_test_prefix. Test
14869 continuing with a queued signal in each thread.
14870
4496bed7
PA
148712015-04-08 Pedro Alves <palves@redhat.com>
14872
14873 * gdb.trace/actions.exp: Use gdb_load before gdb_run_cmd.
14874 * gdb.trace/infotrace.exp: Use gdb_load before gdb_run_cmd. Use
14875 gdb_breakpoint instead of gdb_test that doesn't expect anything.
14876 Return early if running to main fails.
14877 * gdb.trace/while-stepping.exp: Likewise.
14878
b97fde92
PA
148792015-04-07 Pedro Alves <palves@redhat.com>
14880
14881 * gdb.base/interrupt.exp: Don't skip if $inferior_spawn_id !=
14882 $gdb_spawn_id. Use send_inferior and $inferior_spawn_id to
14883 interact with inferior program.
14884
f71c18e7
PA
148852015-04-07 Pedro Alves <palves@redhat.com>
14886
14887 * lib/gdb.exp (inferior_spawn_id): New global.
14888 (gdb_test_multiple): Handle "-i". Reset the spawn id to GDB's
14889 spawn id after processing the user code.
14890 (default_gdb_start): Set inferior_spawn_id.
14891 (send_inferior): New procedure.
14892 * lib/gdbserver-support.exp (gdbserver_start): Set
14893 inferior_spawn_id.
14894 (close_gdbserver, gdb_exit): Unset inferior_spawn_id.
14895
6423214f
PA
148962015-04-07 Pedro Alves <palves@redhat.com>
14897
14898 * lib/gdb.exp (gdb_finish): Delete persistent gdbserver handling.
14899 * lib/gdbserver-support.exp (gdbserver_start): Make
14900 $server_spawn_id global.
14901 (gdbserver_start): Don't wait for gdbserver's spawn id with
14902 expect_background.
14903 (close_gdbserver): New procedure.
14904 (gdb_exit): Rename the default version and reimplement.
14905
71c0ee8c
PA
149062015-04-07 Pedro Alves <palves@redhat.com>
14907
72f4393d 14908 * lib/gdb.exp (gdb_test_multiple): When processing an argument,
71c0ee8c
PA
14909 append the substituted item, not the original item.
14910
203bc29b
PA
149112015-04-07 Pedro Alves <palves@redhat.com>
14912
14913 * gdb.base/interrupt.exp: Use gdb_test_multiple instead of
14914 gdb_expect.
14915
508a3ddf
PA
149162015-04-07 Pedro Alves <palves@redhat.com>
14917
14918 * gdb.base/interrupt.exp: Don't handle the case of the inferior
14919 output appearing once only.
14920
9f6dbe2b
PA
149212015-04-07 Pedro Alves <palves@redhat.com>
14922
14923 * gdb.trace/actions.exp: Use gdb_breakpoint instead of gdb_test
14924 that doesn't expect anything. Return early if running to main
14925 fails.
14926
337532fa
YQ
149272015-04-07 Yao Qi <yao.qi@linaro.org>
14928
14929 * gdb.threads/non-stop-fair-events.c (SECONDS): New macro.
14930 (child_function): Call alarm.
14931 (main): Move call to alarm into the loop.
14932 * gdb.threads/non-stop-fair-events.exp: Build program with
14933 -DTIMEOUT=$timeout.
14934
01b622d4
DE
149352015-04-06 Doug Evans <xdje42@gmail.com>
14936
14937 * lib/pascal.exp (gpc_compile): Rename dest arg to destfile.
14938 Fix dest parameter to board_info.
14939 (fpc_compile): Ditto.
14940 (gdb_compile_pascal): Rename dest arg to destfile.
14941
961f4160
PMR
149422015-04-03 Pierre-Marie de Rodat <derodat@adacore.com>
14943
14944 * gdb.ada/funcall_ref.exp: New file.
14945 * gdb.ada/funcall_ref/foo.adb: New file.
14946
cafda597
YQ
149472015-04-02 Yao Qi <yao.qi@linaro.org>
14948
14949 * gdb.threads/no-unwaited-for-left.exp: Set up kfail if target
14950 is remote.
14951
fed040c6
GB
149522015-04-02 Gary Benson <gbenson@redhat.com>
14953
14954 * gdb.base/break-probes.exp: Cope with "target:" sysroot.
14955
d11916aa
SS
149562015-04-01 Sasha Smundak <asmundak@google.com>
14957
14958 * gdb.python/py-unwind-maint.c: New file.
14959 * gdb.python/py-unwind-maint.exp: New test.
14960 * gdb.python/py-unwind-maint.py: New file.
14961 * gdb.python/py-unwind.c: New file.
14962 * gdb.python/py-unwind.exp: New test.
14963 * gdb.python/py-unwind.py: New test.
14964
a1471180
PA
149652015-04-01 Pedro Alves <palves@redhat.com>
14966
14967 * gdb.threads/manythreads.exp (interrupt_and_wait): Pass $message
14968 to fail instead of non-existent $test.
14969
0bbeccb1
PA
149702015-04-01 Pedro Alves <palves@redhat.com>
14971
14972 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): Append space to
14973 GDBFLAGS if not empty.
14974
3c724c8c
PMR
149752015-04-01 Pierre-Marie de Rodat <derodat@adacore.com>
14976
14977 * gdb.ada/complete.exp: Remove "multi_line".
14978 * gdb.ada/info_exc.exp: Remove "multi_line".
14979 * gdb.ada/packed_tagged.exp: Remove "multi_line".
14980 * gdb.ada/ptype_field.exp: Remove "multi_line".
14981 * gdb.ada/sym_print_name.exp: Remove "multi_line".
14982 * gdb.ada/tagged.exp: Remove "multi_line".
14983 * gdb.btrace/buffer-size.exp: Replace [join [list ...]] with
14984 [multi_line ...]
14985 * gdb.btrace/delta.exp: Likewise.
14986 * gdb.btrace/exception.exp: Likewise.
14987 * gdb.btrace/function_call_history.exp: Likewise.
14988 * gdb.btrace/instruction_history.exp: Likewise.
14989 * gdb.btrace/nohist.exp: Likewise.
14990 * gdb.btrace/record_goto.exp: Likewise.
14991 * gdb.btrace/segv.exp: Likewise.
14992 * gdb.btrace/stepi.exp: Likewise.
14993 * gdb.btrace/tailcall.exp: Likewise.
14994 * gdb.btrace/unknown_functions.exp: Likewise.
14995 * gdb.dwarf2/dw2-undefined-ret-addr.exp: Likewise.
14996 * lib/gdb.exp: Add the "multi_line" helper.
14997
4eec2deb
PA
149982015-04-01 Pedro Alves <palves@redhat.com>
14999
15000 * gdb.threads/tid-reuse.c: New file.
15001 * gdb.threads/tid-reuse.exp: New file.
15002
df8411da
SDJ
150032015-03-31 Sergio Durigan Junior <sergiodj@redhat.com>
15004
15005 PR corefiles/16092
15006 * gdb.base/coredump-filter.c: New file.
15007 * gdb.base/coredump-filter.exp: Likewise.
15008
6ef37366
PM
150092015-03-27 Petr Machata <pmachata@redhat.com>
15010
15011 * lib/dwarf.exp (Dwarf::_handle_DW_FORM): Handle DW_FORM_sec_offset.
15012 (Dwarf::_line_count, Dwarf::_line_saw_file): New variables.
15013 (Dwarf::assemble): Initialize them.
15014 (Dwarf::lines): New function.
15015
7ec911b0
JT
150162015-03-26 Jon Turney <jon.turney@dronecode.org.uk>
15017
15018 * lib/gdb.exp (gdb_target_symbol_prefix_flags): Don't set
15019 SYMBOL_PREFIX for x86_64-*-cygwin.
15020
ff908ebf
AW
150212015-03-26 Andy Wingo <wingo@igalia.com>
15022
15023 PR symtab/18148
15024 * gdb.dwarf2/dw2-intercu.S (one, two): Add variables that have a
15025 const_value but not a location.
15026 * gdb.dwarf2/dw2-intercu.exp: Add tests that constants without
15027 location defined in non-main CUs are visible.
15028
6d5f0679
YQ
150292015-03-26 Yao Qi <yao.qi@linaro.org>
15030
15031 PR testsuite/18139
15032 * gdb.linespec/break-asm-file0.s (func): New label .Lfunc_2.
15033 Add a line number entry for the same line.
15034 * gdb.linespec/break-asm-file1.s (func): New label .Lfunc_2.
15035 Add a line number entry for the same line.
15036
2898689b
YQ
150372015-03-26 Yao Qi <yao.qi@linaro.org>
15038
15039 * gdb.linespec/break-asm-file0.s (func2): Use nop instead of
15040 .int 0.
15041 (func): Likewise. Add .Lfunc_1 label.
15042 Use .Lfunc_1 label.
15043 * gdb.linespec/break-asm-file1.s (func3): Use nop instead of
15044 .int 0.
15045 (func): Likewise.
15046 Use .Lfunc_1 label.
15047
85180498
YQ
150482015-03-26 Yao Qi <yao.qi@linaro.org>
15049
15050 * gdb.linespec/break-asm-file.exp: Don't call prepare_for_testing.
15051 Call gdb_compile instead to compile each .s files without debug
15052 information.
15053
8aa08a8d
YQ
150542015-03-26 Yao Qi <yao.qi@linaro.org>
15055
15056 * gdb.base/savedregs.exp (process_saved_regs): Make
15057 "Saved registers:" optional in the pattern.
15058
66849923
MM
150592015-03-25 Markus Metzger <markus.t.metzger@intel.com>
15060
15061 * gdb.btrace/next.exp: Merged into step.exp.
15062 * gdb.btrace/finish.exp: Merged into step.exp.
15063 * gdb.btrace/nexti.exp: Merged into stepi.exp.
15064 * gdb.btrace/step.exp: Use record_goto.c as test file. Avoid using
15065 "record goto" and checking the exact replay position.
15066 * gdb.btrace/stepi.exp: Choose test file based on target. Do not
15067 check for "Recording format" in "info record" output.
15068 * gdb.btrace/record_goto.exp: Choose test file based on target.
15069 * gdb.btrace/x86-record_goto.S: Renamed into ...
15070 * gdb.btrace/x86_64-record_goto.S: ... this.
15071 * gdb.btrace/i686-record_goto.S: New.
15072 * gdb.btrace/x86-tailcall.S: Renamed into ...
15073 * gdb.btrace/x86_64-tailcall.S: ... this.
15074 * gdb.btrace/i686-tailcall.S: New.
15075 * gdb.btrace/x86-tailcall.c: Renamed into ...
15076 * gdb.btrace/tailcall.c: ... this. Split "return ++answer" into two
15077 separate statements. Update test.
15078 * gdb.btrace/delta.exp: Use record_goto.c as test file.
15079 * gdb.btrace/gcore.exp: Use record_goto.c as test file.
15080 * gdb.btrace/nohist.exp: Use record_goto.c as test file.
15081 * gdb.btrace/tailcall.exp: Choose test file based on target.
15082 * gdb.btrace/Makefile.in: Remove next, finish, and nexti.
15083
11cc1b74
MM
150842015-03-25 Markus Metzger <markus.t.metzger@intel.com>
15085
15086 * gdb.btrace/exception.exp: Increase BTS buffer size.
15087
a25d8bf9
PA
150882015-03-24 Pedro Alves <palves@redhat.com>
15089
15090 * gdb.threads/no-unwaited-for-left.exp: Test "thread apply all".
15091
856e7dd6
PA
150922015-03-24 Pedro Alves <palves@redhat.com>
15093
15094 * gdb.threads/schedlock.exp (test_step): No longer expect that
15095 "set scheduler-locking step" with "next" over a function call runs
15096 threads unlocked.
15097
ad235a41
AT
150982015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
15099
15100 * gdb.mi/mi-pending.exp: Fix output of breakpoint test.
15101
15630549
AT
151022015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
15103
15104 PR breakpoints/16466
15105 * gdb.mi/Makefile.in: Add mi-pendshr2.sl to cleanup.
15106 * gdb.mi/mi-pending.c (thread_func): New function.
15107 (int main): Add threading support required.
15108 * gdb.mi/mi-pending.exp: Add tests for this issue.
15109 * gdb.mi/mi-pendshr.c (pendfunc1): Remove stdio dependency.
15110 (pendfunc2): Remove stdio dependency.
15111 * gdb.mi/mi-pendshr2.c: New file.
15112
693dca06
KS
151132015-03-23 Keith Seitz <keiths@redhat.com>
15114
15115 * gdb.linespec/keywords.c: New file.
15116 * gdb.linespec/keywords.exp: New file.
15117
7e993ebf
KS
151182015-03-23 Keith Seitz <keiths@redhat.com>
15119
15120 PR gdb/18021
15121 * gdb.dwarf2/staticvirtual.exp: New test.
15122
bc23328c
JK
151232015-03-20 Jan Kratochvil <jan.kratochvil@redhat.com>
15124
15125 * Makefile.in (ALL_SUBDIRS): Remove gdb.hp.
15126 * README: Remove HP-UX and gdb.hp.
15127 (configuration):
15128 * configure: Regenerate.
15129 * configure.ac (AC_OUTPUT): Remove gdb.hp/Makefile,
15130 gdb.hp/gdb.objdbg/Makefile, gdb.hp/gdb.base-hp/Makefile,
15131 gdb.hp/gdb.aCC/Makefile, gdb.hp/gdb.compat/Makefile,
15132 gdb.hp/gdb.defects/Makefile.
15133 * gdb.hp/Makefile.in: File deleted.
15134 * gdb.hp/gdb.aCC/Makefile.in: File deleted.
15135 * gdb.hp/gdb.aCC/optimize.c: File deleted.
15136 * gdb.hp/gdb.aCC/optimize.exp: File deleted.
15137 * gdb.hp/gdb.aCC/run.c: File deleted.
15138 * gdb.hp/gdb.aCC/watch-cmd.exp: File deleted.
15139 * gdb.hp/gdb.base-hp/Makefile.in: File deleted.
15140 * gdb.hp/gdb.base-hp/callfwmall.c: File deleted.
15141 * gdb.hp/gdb.base-hp/callfwmall.exp: File deleted.
15142 * gdb.hp/gdb.base-hp/dollar.c: File deleted.
15143 * gdb.hp/gdb.base-hp/dollar.exp: File deleted.
15144 * gdb.hp/gdb.base-hp/genso-thresh.c: File deleted.
15145 * gdb.hp/gdb.base-hp/hwwatchbus.c: File deleted.
15146 * gdb.hp/gdb.base-hp/hwwatchbus.exp: File deleted.
15147 * gdb.hp/gdb.base-hp/pxdb.c: File deleted.
15148 * gdb.hp/gdb.base-hp/pxdb.exp: File deleted.
15149 * gdb.hp/gdb.base-hp/reg-pa64.exp: File deleted.
15150 * gdb.hp/gdb.base-hp/reg-pa64.s: File deleted.
15151 * gdb.hp/gdb.base-hp/reg.exp: File deleted.
15152 * gdb.hp/gdb.base-hp/reg.s: File deleted.
15153 * gdb.hp/gdb.base-hp/sized-enum.c: File deleted.
15154 * gdb.hp/gdb.base-hp/sized-enum.exp: File deleted.
15155 * gdb.hp/gdb.base-hp/so-thresh.exp: File deleted.
15156 * gdb.hp/gdb.base-hp/so-thresh.mk: File deleted.
15157 * gdb.hp/gdb.base-hp/so-thresh.sh: File deleted.
15158 * gdb.hp/gdb.compat/Makefile.in: File deleted.
15159 * gdb.hp/gdb.compat/average.c: File deleted.
15160 * gdb.hp/gdb.compat/sum.c: File deleted.
15161 * gdb.hp/gdb.compat/xdb.c: File deleted.
15162 * gdb.hp/gdb.compat/xdb0.c: File deleted.
15163 * gdb.hp/gdb.compat/xdb0.h: File deleted.
15164 * gdb.hp/gdb.compat/xdb1.c: File deleted.
15165 * gdb.hp/gdb.compat/xdb1.exp: File deleted.
15166 * gdb.hp/gdb.compat/xdb2.exp: File deleted.
15167 * gdb.hp/gdb.compat/xdb3.exp: File deleted.
15168 * gdb.hp/gdb.defects/Makefile.in: File deleted.
15169 * gdb.hp/gdb.defects/bs14602.c: File deleted.
15170 * gdb.hp/gdb.defects/bs14602.exp: File deleted.
15171 * gdb.hp/gdb.defects/solib-d.c: File deleted.
15172 * gdb.hp/gdb.defects/solib-d.exp: File deleted.
15173 * gdb.hp/gdb.defects/solib-d1.c: File deleted.
15174 * gdb.hp/gdb.defects/solib-d2.c: File deleted.
15175 * gdb.hp/gdb.objdbg/Makefile.in: File deleted.
15176 * gdb.hp/gdb.objdbg/objdbg01.exp: File deleted.
15177 * gdb.hp/gdb.objdbg/objdbg01/x1.cc: File deleted.
15178 * gdb.hp/gdb.objdbg/objdbg01/x2.cc: File deleted.
15179 * gdb.hp/gdb.objdbg/objdbg01/x3.cc: File deleted.
15180 * gdb.hp/gdb.objdbg/objdbg01/x3.h: File deleted.
15181 * gdb.hp/gdb.objdbg/objdbg02.exp: File deleted.
15182 * gdb.hp/gdb.objdbg/objdbg02/x1.cc: File deleted.
15183 * gdb.hp/gdb.objdbg/objdbg02/x2.cc: File deleted.
15184 * gdb.hp/gdb.objdbg/objdbg02/x3.cc: File deleted.
15185 * gdb.hp/gdb.objdbg/objdbg03.exp: File deleted.
15186 * gdb.hp/gdb.objdbg/objdbg03/x1.cc: File deleted.
15187 * gdb.hp/gdb.objdbg/objdbg03/x2.cc: File deleted.
15188 * gdb.hp/gdb.objdbg/objdbg03/x3.cc: File deleted.
15189 * gdb.hp/gdb.objdbg/objdbg04.exp: File deleted.
15190 * gdb.hp/gdb.objdbg/objdbg04/x.h: File deleted.
15191 * gdb.hp/gdb.objdbg/objdbg04/x1.cc: File deleted.
15192 * gdb.hp/gdb.objdbg/objdbg04/x2.cc: File deleted.
15193 * gdb.hp/gdb.objdbg/tools/symaddr: File deleted.
15194 * gdb.hp/gdb.objdbg/tools/symaddr.pa64: File deleted.
15195 * gdb.hp/gdb.objdbg/tools/test-objdbg.cc: File deleted.
15196 * gdb.hp/tools/odump: File deleted.
15197
8bf3b159
PA
151982015-03-19 Pedro Alves <palves@redhat.com>
15199
15200 * gdb.threads/continue-pending-status.exp (saw_thread_2)
15201 (saw_thread_3): New globals.
15202 (top level): Increment them when an event for the corresponding
15203 thread is seen.
15204 (no thread starvation): New test.
15205
eb54c8bf
PA
152062015-03-19 Pedro Alves <palves@redhat.com>
15207
15208 * gdb.threads/continue-pending-status.c: New file.
15209 * gdb.threads/continue-pending-status.exp: New file.
15210
32d2e5d6
PA
152112015-03-18 Pedro Alves <palves@redhat.com>
15212
15213 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
15214 Use gdb_is_target_remote instead of is_remote. Use
15215 gdb_test_multiple instead of gdb_expect. Exit early if
15216 gdb_test_multiple hits its internal matches. Tighten stepi tests
15217 expected output. Fail on exit with any signal, instead of just
15218 SIGILL.
15219
f68f11b7
YQ
152202015-03-18 Yao Qi <yao.qi@linaro.org>
15221
15222 PR tdep/18107
15223 * gdb.base/catch-syscall.c [!SYS_pipe] (pipe2_syscall): New
15224 variable.
15225 * gdb.base/catch-syscall.exp: Don't skip it on
15226 aarch64*-*-linux* target. Remove elements in all_syscalls.
15227 (test_catch_syscall_multi_arch): Skip it on aarch64*-linux*
15228 target.
15229 (setup_all_syscalls): New proc.
15230
ca5fd19b
YQ
152312015-03-16 Yao Qi <yao.qi@linaro.org>
15232
15233 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): New proc.
15234 (top level): Skip tests if valid_addr_p returns false for
15235 $cmd1 or $cmd2.
15236
85642ba0
AW
152372015-03-11 Andy Wingo <wingo@igalia.com>
15238
15239 * gdb.guile/scm-objfile.exp: Add objfile-progspace test.
15240
e03f9645
YQ
152412015-03-11 Yao Qi <yao.qi@linaro.org>
15242
15243 * gdb.base/catch-syscall.exp: Fix typo in comments.
15244
5d0962b2
YQ
152452015-03-11 Yao Qi <yao.qi@linaro.org>
15246
15247 * gdb.base/catch-syscall.exp: Skip it on HP-UX target.
15248
b2df3cef
PA
152492015-03-09 Pedro Alves <palves@redhat.com>
15250
15251 * dg-extract-results.py: Delete.
15252
ef878e53
PA
152532015-03-09 Pedro Alves <palves@redhat.com>
15254
15255 Merge dg-extract-results.sh from GCC upstream (r218843).
15256
15257 2014-12-17 Sergio Durigan Junior <sergiodj@redhat.com>
15258 * dg-extract-results.sh: Use --text with grep to avoid issues with
15259 binary files. Fall back to cat -v, if that doesn't work.
15260
9494d219
PA
152612015-03-05 Pedro Alves <palves@redhat.com>
15262
15263 * gdb.base/bp-permanent.exp: Tighten "next over setup" regex.
15264
a8d9763a
SM
152652015-03-04 Simon Marchi <simon.marchi@ericsson.com>
15266
15267 * lib/mi-support.exp (mi_expect_interrupt): Accept
15268 alternative event for when in all-stop mode.
15269
be9957b8
PA
152702015-03-04 Pedro Alves <palves@redhat.com>
15271
15272 * gdb.threads/thread-specific-bp.exp: Delete "info threads" test.
15273
d57be0f4 152742015-03-04 Mark Kettenis <kettenis@gnu.org>
4727d613
MK
15275
15276 * gdb.base/foll-fork.exp: Enable on *-*-openbsd*.
15277
c214c7cf
AA
152782015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
15279
15280 * gdb.base/breakpoint-in-ro-region.exp (test_single_step): In the
15281 regexps for GDB's current line display, accept a hex address
15282 preceding the line number.
15283
6d74a497
AA
152842015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
15285
15286 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch): Set
15287 the 'arch1' variable for "s390*-linux*" targets.
15288
511aee7c
PA
152892015-03-04 Pedro Alves <palves@redhat.com>
15290
15291 * gdb.threads/clone-thread_db.c: Include unistd.h and pthread.h.
15292 (main): Pass missing retval argument to pthread_join call.
15293
95e50b27
PA
152942015-03-02 Pedro Alves <palves@redhat.com>
15295
15296 * gdb.threads/thread-execl.exp (do_test): Handle non-stop.
15297 (top level): Call do_test with non-stop as well.
15298
28054d69
PA
152992015-03-02 Pedro Alves <palves@redhat.com>
15300
15301 * lib/gdb.exp (gdb_test_multiple) <internal error>: Set result to
15302 -1.
15303
4fa5d7b4
AA
153042015-03-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
15305
15306 * gdb.arch/s390-vregs.exp: New test.
15307 * gdb.arch/s390-vregs.S: New file.
15308
97c18565
PA
153092015-02-27 Pedro Alves <palves@redhat.com>
15310
15311 * gdb.gdb/python-interrupts.exp (test_python_interrupts): Adjust
15312 call to catch_command_errors.
15313 * gdb.gdb/python-selftest.exp (selftest_python): Adjust call to
15314 catch_command_errors.
15315
a37bfa30
PA
153162015-02-27 Pedro Alves <palves@redhat.com>
15317
15318 * gdb.gdb/complaints.exp (test_initial_complaints): Also accept
15319 "true" for boolean result.
15320 * gdb.gdb/selftest.exp (test_with_self): Also accept full
15321 prototype of main.
15322
6f98576f
PA
153232015-02-27 Pedro Alves <palves@redhat.com>
15324
15325 * lib/unbuffer_output.c: New file.
15326 * gdb.base/interrupt.c: Include "../lib/unbuffer_output.c".
15327 (main): Call gdb_unbuffer_output.
15328
eba5ab56
YQ
153292015-02-27 Yao Qi <yao.qi@linaro.org>
15330
15331 * gdb.base/catch-syscall.exp: Don't skip it on hppa*-hp-hpux*
15332 target.
15333
0def5aaa
DE
153342015-02-26 Doug Evans <dje@google.com>
15335
15336 * gdb.cp/class2.cc (Dbase, D): New classes.
15337 (main): New local delta.
15338 * gdb.cp/class2.exp: Test printing delta.
15339 * gdb.cp/classes.cc (DynamicBase2, DynamicBar): New classes.
15340 (dynbar): New global.
15341 * gdb.cp/classes.exp (test_ptype_class_objects): Test ptype DynamicBar.
15342
081a1c2c
JK
153432015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
15344
15345 * gdb.compile/compile-ifunc.c: New file.
15346 * gdb.compile/compile-ifunc.exp: New file.
15347
2f41223f
AT
153482015-02-26 Antoine Tremblay <antoine.tremblay@ericsson.com>
15349
15350 * gdb.base/structs.exp: Check for correct struct on finish.
15351
03eddd80
YQ
153522015-02-26 Yao Qi <yao.qi@linaro.org>
15353
15354 * lib/dwarf.exp (function_range): Adjust pattern when $func_length
15355 is zero.
15356
80c57053
JK
153572015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
15358
15359 * gdb.arch/cordic.ko.bz2: New file.
15360 * gdb.arch/cordic.ko.debug.bz2: New file.
15361 * gdb.arch/ppc64-symtab-cordic.exp: New file.
15362
21613c12
YQ
153632015-02-25 Yao Qi <yao.qi@linaro.org>
15364
15365 * gdb.xml/tdesc-regs.exp: Set core-regs to aarch64-core.xml for
15366 aarch64*-*-* target.
15367
d8b901ed
PA
153682015-02-23 Pedro Alves <palves@redhat.com>
15369
15370 * lib/gdb.exp (delete_breakpoints): Rewrite using
15371 gdb_test_multiple.
15372
e5b85ead
PA
153732015-02-23 Pedro Alves <palves@redhat.com>
15374
15375 * gdb.base/info-os.c: Include stdlib.h.
15376
85c3a371
DE
153772015-02-22 Doug Evans <xdje42@gmail.com>
15378
15379 PR symtab/17855
15380 * gdb.ada/exec_changed.exp: Add second test where symbol lookup cache
15381 is read after symbols have been re-read.
15382 * gdb.ada/exec_changed/first.adb (First): New procedure Break_Me.
15383 * gdb.ada/exec_changed/second.adb (Second): Ditto.
15384
96553a0c
DE
153852015-02-21 Doug Evans <dje@google.com>
15386
15387 * gdb.cp/anon-ns.exp: Add test for ptype '(anonymous namespace)'.
15388
97a0c697
JK
153892015-02-21 Jan Kratochvil <jan.kratochvil@redhat.com>
15390
15391 PR corefiles/17808
15392 * gdb.arch/i386-biarch-core.core.bz2: New file.
15393 * gdb.arch/i386-biarch-core.exp: New file.
15394
a47cd6e9
PA
153952015-02-21 Pedro Alves <palves@redhat.com>
15396
15397 * gdb.threads/multi-create-ns-info-thr.exp: Return early if
15398 runto_main fails.
15399
c5facdc4
PA
154002015-02-20 Pedro Alves <palves@redhat.com>
15401
15402 * gdb.base/solib-corrupted.exp: Expect "stap" as first column of
15403 info probes.
15404
2db9a427
PA
154052015-02-20 Pedro Alves <palves@redhat.com>
15406
15407 * gdb.threads/multi-create-ns-info-thr.exp: New file.
15408
60fb7e9e
PA
154092015-02-20 Pedro Alves <palves@redhat.com>
15410
15411 * gdb.trace/no-attach-trace.exp: Don't run to main. Do
15412 clean_restart before gdb_target_supports_trace.
15413
5c5019c2
PA
154142015-02-20 Pedro Alves <palves@redhat.com>
15415
15416 PR threads/18006
15417 * gdb.threads/clone-thread_db.c: New file.
15418 * gdb.threads/clone-thread_db.exp: New file.
15419
c9587f88
AT
154202015-02-19 Antoine Tremblay <antoine.tremblay@ericsson.com>
15421
15422 PR breakpoints/16812
15423 * gdb.base/catch-gdb-caused-signals.c: New file.
15424 * gdb.base/catch-gdb-caused-signals.exp: New file.
15425
f6a88844
JM
154262015-02-18 Jose E. Marchesi <jose.marchesi@oracle.com>
15427
15428 * configure: Regenerated.
15429 * configure.ac: Use GDB_AC_TRANSFORM.
15430 * aclocal.m4: sinclude ../transform.m4.
15431
497c491b
JM
154322015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
15433
15434 * lib/dtrace.exp: New file.
15435 * gdb.base/dtrace-probe.exp: Likewise.
15436 * gdb.base/dtrace-probe.d: Likewise.
15437 * gdb.base/dtrace-probe.c: Likewise.
15438 * lib/pdtrace.in: Likewise.
15439 * configure.ac: Output variables with the transformed names of
15440 the strip, readelf, as and nm tools. AC_SUBST lib/pdtrace.in.
15441 * configure: Regenerated.
15442
03e98035
JM
154432015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
15444
15445 * gdb.base/stap-probe.exp (stap_test): Remove "SystemTap" from
15446 expected message when trying to access $_probe_* convenience
15447 variables while not on a probe.
15448
63cc30e9
JK
154492015-02-11 Jan Kratochvil <jan.kratochvil@redhat.com>
15450
15451 * gdb.python/py-framefilter.exp (pagination quit - *): New tests.
15452
0703599a
PA
154532015-02-11 Pedro Alves <pedro@codesourcery.com>
15454
15455 * gdb.threads/step-bg-decr-pc-switch-thread.c: New file.
15456 * gdb.threads/step-bg-decr-pc-switch-thread.exp: New file.
15457
7e60a48e
DE
154582015-02-10 Doug Evans <xdje42@gmail.com>
15459
15460 * lib/gdb.exp (gdb_load): Always return a result.
15461
01b088bc
PA
154622015-02-10 Pedro Alves <palves@redhat.com>
15463
15464 * gdb.threads/signal-sigtrap.c: New file.
15465 * gdb.threads/signal-sigtrap.exp: New file.
15466
b05ec7a5
AT
154672015-02-10 Antoine Tremblay <antoine.tremblay@ericsson.com>
15468
15469 * gdb.trace/no-attach-trace.c: New file.
15470 * gdb.trace/no-attach-trace.exp: New file.
15471
a2c2acaf
MW
154722015-02-09 Mark Wielaard <mjw@redhat.com>
15473
15474 * gdb.dwarf2/atomic.c: New file.
15475 * gdb.dwarf2/atomic-type.exp: Likewise.
15476
31fd9caa
MM
154772015-02-09 Markus Metzger <markus.t.metzger@intel.com>
15478
15479 * gdb.btrace/buffer-size.exp: Update "info record" output.
15480 * gdb.btrace/delta.exp: Update "info record" output.
15481 * gdb.btrace/enable.exp: Update "info record" output.
15482 * gdb.btrace/finish.exp: Update "info record" output.
15483 * gdb.btrace/instruction_history.exp: Update "info record" output.
15484 * gdb.btrace/next.exp: Update "info record" output.
15485 * gdb.btrace/nexti.exp: Update "info record" output.
15486 * gdb.btrace/step.exp: Update "info record" output.
15487 * gdb.btrace/stepi.exp: Update "info record" output.
15488 * gdb.btrace/nohist.exp: Update "info record" output.
15489
d33501a5
MM
154902015-02-09 Markus Metzger <markus.t.metzger@intel.com>
15491
15492 * gdb.btrace/buffer-size: New.
15493
f4abbc16
MM
154942015-02-09 Markus Metzger <markus.t.metzger@intel.com>
15495
15496 * gdb.btrace/delta.exp: Update "info record" output.
15497 * gdb.btrace/enable.exp: Update "info record" output.
15498 * gdb.btrace/finish.exp: Update "info record" output.
15499 * gdb.btrace/instruction_history.exp: Update "info record" output.
15500 * gdb.btrace/next.exp: Update "info record" output.
15501 * gdb.btrace/nexti.exp: Update "info record" output.
15502 * gdb.btrace/step.exp: Update "info record" output.
15503 * gdb.btrace/stepi.exp: Update "info record" output.
15504 * gdb.btrace/nohist.exp: Update "info record" output.
15505
b9d61307
SM
155062015-02-06 Simon Marchi <simon.marchi@ericsson.com>
15507
15508 PR gdb/15678
15509 * gdb.base/ena-dis-br.exp: Test "enable count" for bad user input.
15510
e584fdbc
PA
155112015-02-06 Pedro Alves <palves@redhat.com>
15512
15513 * gdb.threads/attach-many-short-lived-threads.c (SECONDS): New
15514 macro.
15515 (seconds_left, again): New globals.
15516 (main): Wait seconds_left in a 1-second sleep loop instead of
15517 sleeping 180 seconds. If 'again' is set, reset the seconds
15518 counter.
15519 * gdb.threads/attach-many-short-lived-threads.exp (test): Set
15520 'again' in the inferior before detaching. Print the seconds left.
15521 (options): New global.
15522 (top level): Build program with -DTIMEOUT=$timeout.
15523
77f41761
PA
155242015-02-06 Pedro Alves <palves@redhat.com>
15525
15526 * gdb.base/gdb-sigterm.c (main): Use the TIMEOUT define to
15527 determine how many seconds to pass to 'alarm'.
15528 * gdb.base/gdb-sigterm.exp (top level): Build program with
15529 -DTIMEOUT=$timeout.
15530 (do_test): Return success/failure indication. Add more verbose
15531 logging. Don't fail if 200 single steps are seen. Instead, fail
15532 when the test times out.
15533 (passes): New global.
15534 (top level): Break the testing loop if testing fails on any
15535 iteration. Use gdb_assert.
15536
b9394193
DB
155372015-02-04 Don Breazeal <donb@codesourcery.com>
15538
15539 * gdb.base/info-os.c (shmid, semid, msqid): Make variables static
15540 and initialize them.
15541 (ipc_cleanup): New function.
15542 (main): Don't declare shmid, semid, and msqid. Add a call to
15543 atexit so that we call ipc_cleanup on exit.
15544
42d9e528
PA
155452015-02-04 Pedro Alves <palves@redhat.com>
15546
15547 * boards/native-extended-gdbserver.exp: Remove any target variant
15548 specifications from the board name before clearing the isremote
15549 flag from board_info.
15550
ae6ae975
DE
155512015-01-31 Doug Evans <xdje42@gmail.com>
15552
15553 * gdb.base/maint.exp <maint print type argc>: Update expected output.
15554
cfb069a8
GB
155552015-01-31 Gary Benson <gbenson@redhat.com>
15556
15557 * gdb.base/completion.exp: Disable completion limiting for
15558 existing tests. Add new tests to check completion limiting.
15559 * gdb.linespec/ls-errs.exp: Disable completion limiting.
15560
5dd31d79
DE
155612015-01-31 Doug Evans <xdje42@gmail.com>
15562
15563 * gdb.ada/dyn_arrayidx.exp: Add additional_flags=-gnat12.
15564
9f050062
DE
155652015-01-31 Doug Evans <xdje42@gmail.com>
15566
15567 * gdb.guile/scm-section-script.c: Add duplicate inlined section script
15568 entries. Duplicate file section script entries.
15569 * gdb.guile/scm-section-script.exp: Add tests for duplicate entries,
15570 inlined entries. Add test for safe-path rejection.
15571 * gdb.python/py-section-script.c: Add duplicate inlined section script
15572 entries. Duplicate file section script entries.
15573 * gdb.python/py-section-script.exp: Add tests for duplicate entries,
15574 inlined entries. Add test for safe-path rejection.
15575
df25ebbd
JB
155762015-01-29 Joel Brobecker <brobecker@adacore.com>
15577
15578 * gdb.ada/disc_arr_bound: New testcase.
15579
4a0ca9ec
JB
155802015-01-29 Joel Brobecker <brobecker@adacore.com>
15581
15582 * gdb.ada/mi_var_array: New testcase.
15583
3a8b707a
DE
155842015-01-27 Doug Evans <dje@google.com>
15585
15586 * gdb.python/py-objfile.exp: Add tests for objfile.username.
15587 Add test for objfile.filename, objfile.username after objfile
15588 has been unloaded.
15589
f8313f6e
JB
155902015-01-26 Joel Brobecker <brobecker@adacore.com>
15591
15592 * gdb.python/py-lookup-type.exp (test_lookup_type): Change
15593 the second test to print the name attribute of value
15594 returned by the call to gdb.lookup_type, and adjust
15595 the expected output accordingly.
15596
37bc665e
MW
155972015-01-25 Mark Wielaard <mjw@redhat.com>
15598
15599 * gdb.arch/i386-bp_permanent.c (standard): New declaration.
15600 * gdb.base/disp-step-fork.c: Include unistd.h.
15601 * gdb.base/siginfo-obj.c: Include stdio.h.
15602 * gdb.base/siginfo-thread.c: Likewise.
15603 * gdb.mi/non-stop.c: Include unistd.h.
15604 * gdb.mi/nsthrexec.c: Include stdio.h.
15605 * gdb.mi/pthreads.c: Include unistd.h.
15606 * gdb.modula2/unbounded1.c (main): Declare returns int.
15607 * gdb.reverse/consecutive-reverse.c: Likewise.
15608 * gdb.threads/create-fail.c: Include unistd.h.
15609 * gdb.threads/killed.c: Likewise.
15610 * gdb.threads/linux-dp.c: Likewise.
15611 * gdb.threads/non-ldr-exc-1.c: Include stdio.h and string.h.
15612 * gdb.threads/non-ldr-exc-2.c: Likewise.
15613 * gdb.threads/non-ldr-exc-3.c: Likewise.
15614 * gdb.threads/non-ldr-exc-4.c: Likewise.
15615 * gdb.threads/pthreads.c: Include unistd.h.
15616 (main): Declare returns int.
15617 * gdb.threads/tls-main.c (foo): New declaration.
15618 * gdb.threads/watchpoint-fork-mt.c: Define _GNU_SOURCE.
15619
f7e5394d
SM
156202015-01-23 Simon Marchi <simon.marchi@ericsson.com>
15621
15622 * gdb.mi/mi-var-list-children-invalid-grandchild.c: New file.
15623 * gdb.mi/mi-var-list-children-invalid-grandchild.exp: New file.
15624
743649fd
MW
156252015-01-15 Mark Wielaard <mjw@redhat.com>
15626
15627 * gdb.base/noreturn-return.c: New file.
15628 * gdb.base/noreturn-return.exp: New file.
15629 * gdb.base/noreturn-finish.c: New file.
15630 * gdb.base/noreturn-finish.exp: New file.
15631
198297aa
PA
156322015-01-23 Pedro Alves <palves@redhat.com>
15633
15634 * gdb.threads/continue-pending-after-query.c: New file.
15635 * gdb.threads/continue-pending-after-query.exp: New file.
15636
717cf30c
AG
156372015-01-22 Anders Granlund <anders.granlund@ericsson.com>
15638 Simon Marchi <simon.marchi@ericsson.com>
15639
15640 * gdb.base/statistics.exp: Assign spawn id to gdb_spawn_id.
15641 * gdb.base/valgrind-db-attach.exp: Same.
15642 * gdb.base/valgrind-infcall.exp: Same.
15643 * lib/mi-support.exp (default_mi_gdb_start): Same.
15644 * lib/prompt.exp (default_prompt_gdb_start): Same.
15645 * lib/gdb.exp (default_gdb_spawn): Same.
15646 (gdb_interact): New.
15647
15648
4b62a76e
JK
156492015-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
15650
15651 * gdb.compile/compile.exp (pointer to jit function): New test.
15652
b4cdae6f
WW
156532015-01-17 Wei-cheng Wang <cole945@gmail.com>
15654
15655 * lib/gdb.exp (supports_process_record): Return true for
15656 powerpc*-*-linux*.
15657 (supports_reverse): Likewise.
15658
d221e7ef
DB
156592015-01-15 Don Breazeal <donb@codesourcery.com>
15660
15661 * gdb.base/attach-pie-noexec.exp: Use can_spawn_for_attach
15662 instead of checking whether the target board is remote and
15663 use spawn_wait_for_attach instead of exec/sleep.
15664 * gdb.base/attach-twice.exp: Likewise.
15665
bafffb51
JB
156662015-01-15 Joel Brobecker <brobecker@adacore.com>
15667
15668 * gdb.ada/var_arr_attrs: New testcase.
15669
5589af0e
PA
156702015-01-14 Pedro Alves <palves@redhat.com>
15671 Joel Brobecker <brobecker@adacore.com>
15672
15673 PR gdb/17525
15674 * gdb.base/bp-cmds-execution-x-script.c: New file.
15675 * gdb.base/bp-cmds-execution-x-script.exp: New file.
15676 * gdb.base/bp-cmds-execution-x-script.gdb: New file.
15677
6c400b59
PA
156782015-01-14 Pedro Alves <palves@redhat.com>
15679
15680 PR cli/17828
15681 * gdb.base/batch-preserve-term-settings.c: New file.
15682 * gdb.base/batch-preserve-term-settings.exp: New file.
15683
e02c96a7
DE
156842015-01-13 Doug Evans <dje@google.com>
15685
15686 * gdb.python/py-objfile.exp: Test gdb.lookup_objfile on symlinked
15687 binary.
15688
576fd14c
JB
156892015-01-13 Joel Brobecker <brobecker@adacore.com>
15690
15691 * Makefile.in (clean mostlyclean): Do not delete *.py.
15692
04dccad0
JB
156932015-01-13 Joel Brobecker <brobecker@adacore.com>
15694
15695 * gdb.python/py-lookup-type.exp: New file.
15696
3d230f71
PA
156972015-01-12 Pedro Alves <palves@redhat.com>
15698
15699 * gdb.python/py-prompt.exp: When the board can't spawn for attach,
15700 restore GDBFLAGS before returning.
15701
7e67715d
JK
157022015-01-12 Jan Kratochvil <jan.kratochvil@redhat.com>
15703
15704 * gdb.python/py-frame.exp (test Frame.read_register(rip)): Use
15705 is_amd64_regs_target and is_x86_like_target.
15706
f2e0d4b4
DE
157072015-01-11 Doug Evans <xdje42@gmail.com>
15708
15709 * lib/dwarf.exp (Dwarf): Flag an error if a numeric attribute value
15710 is given without an explicit form.
15711 * gdb.dwarf2/arr-subrange.exp: Specify forms for all numeric
15712 attributes.
15713 * gdb.dwarf/corrupt.exp: Ditto.
15714 * gdb.dwarf2/enum-type.exp: Ditto.
15715 * gdb.trace/entry-values.exp: Ditto.
15716 * gdb.trace/unavailable-dwarf-piece.exp: Ditto.
15717
439250fb
DE
157182015-01-11 Doug Evans <xdje42@gmail.com>
15719
15720 PR gdb/15830
15721 * gdb.base/maint.exp: Remove references to "maint demangle".
15722 * gdb.cp/demangle.exp: Update. "maint demangle" -> "demangle".
15723 Add tests for explicitly specifying language to demangle.
15724 * gdb.dlang/demangle.exp: Ditto.
15725
ede9f622
PA
157262015-01-09 Pedro Alves <palves@redhat.com>
15727
15728 * gdb.threads/non-stop-fair-events.c: New file.
15729 * gdb.threads/non-stop-fair-events.exp: New file.
15730
a7b796db
PA
157312015-01-09 Pedro Alves <palves@redhat.com>
15732
15733 * gdb.base/annota1.exp (thread_test): Use srcfile and binfile from
15734 the global scope. Set a breakpoint after all threads are started
15735 rather than stepping over two source lines. Expect the prompt.
15736 * gdb.base/watch_thread_num.c (threads_started_barrier): New
15737 global.
15738 (NUM): Now 15.
15739 (main): Use threads_started_barrier to wait for all threads to
15740 start. Main thread no longer calls thread_function. Exit after
15741 180 seconds.
15742 (loop): New function.
15743 (thread_function): Wait on threads_started_barrier barrier. Call
15744 'loop' at each iteration.
15745 * gdb.base/watch_thread_num.exp: Continue to breakpoint after all
15746 threads have started, instead of hardcoding number of "next"
15747 steps. Use an access watchpoint instead of a write watchpoint.
15748
9665ffdd
PA
157492015-01-09 Pedro Alves <palves@redhat.com>
15750
15751 * gdb.threads/ia64-sigill.c (threads_started_barrier): New global.
15752 (thread_func): Wait on barrier.
15753 (main): Wait for all threads to start before stopping GDB.
15754 * gdb.threads/siginfo-threads.c (threads_started_barrier): New
15755 global.
15756 (thread1_func, thread2_func): Wait on barrier.
15757 (main): Wait for all threads to start before stopping GDB.
15758 * gdb.threads/watchthreads-reorder.c (threads_started_barrier):
15759 New global.
15760 (thread1_func, thread2_func): Wait on barrier.
15761 (main): Wait for all threads to start before stopping GDB.
15762
c945a99f
PA
157632015-01-09 Pedro Alves <palves@redhat.com>
15764
15765 * gdb.threads/attach-many-short-lived-threads.c: New file.
15766 * gdb.threads/attach-many-short-lived-threads.exp: New file.
15767
c1a747c1
PA
157682014-01-09 Pedro Alves <palves@redhat.com>
15769
15770 * gdb.threads/fork-thread-pending.exp: Switch to the main thread
15771 instead of to thread 2.
15772 * gdb.threads/signal-command-multiple-signals-pending.c (main):
15773 Add barrier around each pthread_create call instead of around all
15774 calls.
15775 * gdb.threads/signal-command-multiple-signals-pending.exp (test):
15776 Set a break on thread_function and have the child threads hit it
15777 one at at a time.
15778
60b3033e
PA
157792015-01-09 Pedro Alves <palves@redhat.com>
15780
15781 * lib/gdb.exp (can_spawn_for_attach): New procedure.
15782 (spawn_wait_for_attach): Error out if can_spawn_for_attach returns
15783 false.
15784 * gdb.base/attach.exp: Use can_spawn_for_attach instead of
15785 checking whether the target board is remote.
15786 * gdb.multi/multi-attach.exp: Likewise.
15787 * gdb.python/py-sync-interp.exp: Likewise.
15788 * gdb.server/ext-attach.exp: Likewise.
15789 * gdb.python/py-prompt.exp: Use can_spawn_for_attach before the
15790 tests that need to attach, instead of checking whether the target
15791 board is remote at the top of the file.
15792
acc018ac
YQ
157932015-01-08 Yao Qi <yao@codesourcery.com>
15794
15795 * gdb.trace/entry-values.exp: Set call_insn for MIPS target.
15796
50a18af8
JK
157972015-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
15798
15799 Fix testcase compilation.
15800 * gdb.arch/i386-avx512.exp (comp_flags): Remove /common.
15801
8503d6e1
JB
158022015-01-06 Joel Brobecker <brobecker@adacore.com>
15803
15804 * gdb.python/py-type.exp: Add a couple test about empty
15805 array creation, and negative-length array creation.
15806
cc73dbcc
DE
158072015-01-02 Doug Evans <xdje42@gmail.com>
15808
15809 * gdb.cp/nsalias.exp: Fix output of external/declaration flags.
15810
0300bbc7
DE
158112015-01-02 Doug Evans <dje@google.com>
15812
15813 * gdb.dwarf2/dw4-sig-types.exp: Also pass -fdebug-types-section to gcc.
15814
9d85a0ec
YQ
158152014-12-29 Yao Qi <yao@codesourcery.com>
15816
15817 * gdb.trace/entry-values.exp: Update comments. Rename variable
15818 bar_call_foo to returned_from_foo.
15819
87186c6a
MMN
158202014-12-20 Mihail-Marian Nistor <mihail.nistor@freescale.com>
15821
15822 PR gdb/17394
15823 * gdb.linespec/break-asm-file.c: New file.
15824 * gdb.linespec/break-asm-file.exp: New file.
15825 * gdb.linespec/break-asm-file0.s: New file.
15826 * gdb.linespec/break-asm-file1.s: New file.
15827
1bab7383
YQ
158282014-12-18 Nigel Stephens <nigel@mips.com>
15829 Maciej W. Rozycki <macro@codesourcery.com>
15830
15831 * gdb.base/float.exp: Handle the new output from "info float" on
15832 MIPS targets.
15833
1bc1068a
JK
158342014-12-17 Jan Kratochvil <jan.kratochvil@redhat.com>
15835
15836 Fix MinGW compilation.
15837 * gdb.compile/compile-ops.exp: Update untested message if
15838 !skip_compile_feature_tests.
15839 * gdb.compile/compile-setjmp.exp: Likewise.
15840 * gdb.compile/compile-tls.exp: Likewise.
15841 * gdb.compile/compile.exp: Likewise.
15842 * lib/gdb.exp (skip_compile_feature_tests): Check also "Command not
15843 supported on this host".
15844
b6615d10
DE
158452014-12-16 Doug Evans <xdje42@gmail.com>
15846
15847 * boards/stabs.exp: New file.
15848
25dda427
AA
158492014-12-16 Andreas Arnez <arnez@vnet.linux.ibm.com>
15850
15851 * gdb.base/completion.exp: Adjust to format changes of "maint
15852 print user-registers".
15853
bf330350
CU
158542014-12-16 Catalin Udma <catalin.udma@freescale.com>
15855
15856 PR server/17457
15857 * gdb.arch/aarch64-fp.c: New file.
15858 * gdb.arch/aarch64-fp.exp: New file.
15859
395cf596
SDJ
158602014-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
15861
15862 Merge dg-extract-results.{sh,py} from GCC upstream (r210243,
15863 r210637, r210913, r211666, r215400, r215817).
15864
15865 2014-05-08 Richard Sandiford <rdsandiford@googlemail.com>
15866 * dg-extract-results.py: New file.
15867 * dg-extract-results.sh: Use it if the environment seems
15868 suitable.
15869
15870 2014-05-20 Richard Sandiford <rdsandiford@googlemail.com>
15871
15872 * dg-extract-results.py (parse_run): Handle warnings that
15873 are printed before a test harness is run.
15874
15875 2014-05-25 Richard Sandiford <rdsandiford@googlemail.com>
15876
15877 * dg-extract-results.py (Named): Remove __cmp__ method.
15878 (output_variation): Use a key to sort variation.harnesses.
15879
15880 2014-06-14 Richard Sandiford <rdsandiford@googlemail.com>
15881
15882 * dg-extract-results.py: For Python 3, force sys.stdout to
15883 handle surrogate escape sequences.
15884 (safe_open): New function.
15885 (output_segment, main): Use it.
15886
15887 2014-09-19 Segher Boessenkool <segher@kernel.crashing.org>
15888
15889 * dg-extract-results.py (Prog.result_re): Include options
15890 in test name.
15891
15892 2014-10-02 Segher Boessenkool <segher@kernel.crashing.org>
15893
15894 * dg-extract-results.py (output_variation): Always sort if
15895 do_sum.
15896
e882ef3c
SM
158972014-12-15 Simon Marchi <simon.marchi@ericsson.com>
15898
15899 * lib/gdb.exp (default_gdb_start): After starting gdb, loop
15900 as long as we get pagination notifications.
15901
4992aa20
JM
159022014-12-15 Jason Merrill <jason@redhat.com>
15903
15904 * Makefile.in (check-gdb.%): Restore.
15905 * README: Mention it.
15906
c1b5a1a6
JB
159072014-12-13 Joel Brobecker <brobecker@adacore.com>
15908
15909 * gdb.ada/str_uninit: New testcase.
15910
5537b577
JK
159112014-12-13 Jan Kratochvil <jan.kratochvil@redhat.com>
15912
15913 PR symtab/17642
15914 * gdb.base/vla-stub-define.c: New file.
15915 * gdb.base/vla-stub.c: New file.
15916 * gdb.base/vla-stub.exp: New file.
15917
bb2ec1b3
TT
159182014-12-12 Phil Muldoon <pmuldoon@redhat.com>
15919 Jan Kratochvil <jan.kratochvil@redhat.com>
15920 Tom Tromey <tromey@redhat.com>
15921
15922 * configure.ac: Add gdb.compile/.
15923 * configure: Regenerate.
15924 * gdb.compile/Makefile.in: New file.
15925 * gdb.compile/compile-ops.exp: New file.
15926 * gdb.compile/compile-ops.c: New file.
15927 * gdb.compile/compile-tls.c: New file.
15928 * gdb.compile/compile-tls.exp: New file.
15929 * gdb.compile/compile-constvar.S: New file.
15930 * gdb.compile/compile-constvar.c: New file.
15931 * gdb.compile/compile-mod.c: New file.
15932 * gdb.compile/compile-nodebug.c: New file.
15933 * gdb.compile/compile-setjmp-mod.c: New file.
15934 * gdb.compile/compile-setjmp.c: New file.
15935 * gdb.compile/compile-setjmp.exp: New file.
15936 * gdb.compile/compile-shlib.c: New file.
15937 * gdb.compile/compile.c: New file.
15938 * gdb.compile/compile.exp: New file.
15939 * lib/gdb.exp (skip_compile_feature_tests): New proc.
15940
4ff709eb
TT
159412014-12-12 Tom Tromey <tromey@redhat.com>
15942
15943 * lib/dwarf.exp (_location): Ignore blank lines. Allow comments.
15944 Handle DW_OP_pick, DW_OP_skip, DW_OP_bra.
15945
6dddd6a5
DE
159462014-12-12 Doug Evans <dje@google.com>
15947
15948 * lib/gdb-python.exp (get_python_valueof): New function.
15949 * gdb.python/py-objfile.exp: Add tests for gdb.lookup_objfile.
15950
71c24708
AA
159512014-12-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
15952
15953 * gdb.base/completion.exp: Add test for completion of "info
15954 registers ".
15955
3e29f34a
MR
159562014-12-12 Maciej W. Rozycki <macro@codesourcery.com>
15957
15958 * gdb.base/func-ptrs.c: New file.
15959 * gdb.base/func-ptrs.exp: New file.
15960
fc126975
SM
159612014-12-10 Simon Marchi <simon.marchi@ericsson.com>
15962
15963 PR breakpoints/17012
15964 * gdb.base/dprintf-detach.c: New file.
15965 * gdb.base/dprintf-detach.exp: New file.
15966
0a46d518
SM
159672014-12-10 Simon Marchi <simon.marchi@ericsson.com>
15968
15969 * gdb.trace/qtro.exp: Replace gdbserver detection code by...
15970 * lib/gdb.exp (target_is_gdbserver): New procedure.
15971
a0be3e44
DE
159722014-12-08 Doug Evans <dje@google.com>
15973
15974 * gdb.python/py-objfile.exp: Add tests for objfile.owner.
15975
df1b803a
YQ
159762014-12-05 Yao Qi <yao@codesourcery.com>
15977
15978 * gdb.guile/scm-error.exp: Remove the third argument to
15979 gdb_remote_download.
15980 * gdb.guile/scm-frame-args.exp: Likewise.
15981 * gdb.guile/scm-section-script.exp: Likewise.
15982
ddb9f679
YQ
159832014-12-05 Yao Qi <yao@codesourcery.com>
15984
15985 * gdb.arch/i386-bp_permanent.exp: Use standard_testfile.
15986
86e4ed39
DE
159872014-12-04 Doug Evans <dje@google.com>
15988
15989 * gdb.python/py-objfile.exp: Add tests for
15990 objfile.add_separate_debug_file.
15991
7c50a931
DE
159922014-12-04 Doug Evans <dje@google.com>
15993
15994 * lib/gdb.exp (get_build_id): New function.
15995 (build_id_debug_filename_get): Rewrite to use it.
15996 * gdb.python/py-objfile.exp: Add test for objfile.build_id.
15997
621661e3
MR
159982014-12-04 Maciej W. Rozycki <macro@codesourcery.com>
15999
16000 * gdb.cp/expand-psymtabs-cxx.exp: Accept any address of
16001 `method(long)', not just 0x0.
16002 * gdb.cp/nsalias.exp: Align code labels to 4.
16003 * gdb.dwarf2/dw2-canonicalize-type.S (main): Expand to 4-bytes.
16004 * gdb.dwarf2/dw2-empty-pc-range.S (main): Likewise.
16005 * gdb.dwarf2/pr11465.S (_ZN1N1cE): Likewise.
16006 * gdb.dwarf2/dw2-case-insensitive.c (START_INSNS): New macro.
16007 (cu_text_start, FUNC_lang_start): Use `START_INSNS'.
16008 * gdb.dwarf2/dw2-stack-boundary.exp: Accept noise in complaints.
16009
29f0c3b7
DE
160102014-12-02 Doug Evans <dje@google.com>
16011
e1e061e7 16012 PR symtab/17602
29f0c3b7 16013 * gdb.cp/anon-ns.cc: Move guts of this file to ...
e1e061e7 16014 * gdb.cp/anon-ns2.cc: ... here. New file.
29f0c3b7
DE
16015 * gdb.cp/anon-ns.exp: Update.
16016
162078c8
NB
160172014-12-02 Nick Bull <nicholaspbull@gmail.com>
16018
16019 * gdb.python/py-events.py (inferior_call_handler): New.
16020 (register_changed_handler, memory_changed_handler): New.
16021 (test_events.invoke): Register new handlers.
16022 * gdb.python/py-events.exp: Add tests for inferior call,
16023 memory_changed and register_changed events.
16024
fdb09caf
AA
160252014-12-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
16026
16027 * gdb.base/execl-update-breakpoints.exp: Specify the link address
16028 with '-Ttext-segment' instead of '-Ttext'. Fall back to '-Ttext'
16029 if the linker doesn't understand this.
16030
55cfb2c4
SM
160312014-12-01 Simon Marchi <simon.marchi@ericsson.com>
16032
16033 * gdb.python/python.exp: Change expected reply to help().
16034
9e8cd6df
YQ
160352014-12-01 Yao Qi <yao@codesourcery.com>
16036
16037 * configure.ac: Remove AC_ARG_ENABLE for gdbtk. Don't invoke
16038 AC_CONFIG_SUBDIRS(gdb.gdbtk).
16039 * configure: Re-generated.
16040
6c659fc2
SC
160412014-11-28 Siva Chandra Reddy <sivachandra@google.com>
16042
16043 * gdb.cp/chained-calls.cc: New file.
16044 * gdb.cp/chained-calls.exp: New file.
16045 * gdb.cp/smartp.exp: Remove KFAIL for "p c2->inta".
16046
d7fc3181
SM
160472014-11-28 Simon Marchi <simon.marchi@ericsson.com>
16048
16049 * gdb.ada/py_range.exp: Add parentheses to python calls to print.
16050 * gdb.dwarf2/symtab-producer.exp: Same.
16051 * gdb.gdb/python-interrupts.exp: Same.
16052 * gdb.gdb/python-selftest.exp: Same.
16053 * gdb.python/py-linetable.exp: Same.
16054 * gdb.python/py-type.exp: Same.
16055 * gdb.python/py-value-cc.exp: Same.
16056 * gdb.python/py-value.exp: Same.
16057
10e79639
YQ
160582014-11-28 Yao Qi <yao@codesourcery.com>
16059
16060 * gdb.base/break-probes.exp: Match library name prefixed with
16061 sysroot.
16062
f28a0564
SM
160632014-11-27 Simon Marchi <simon.marchi@ericsson.com>
16064
16065 * gdb.python/py-linetable.exp: Escape properly sorted(fset)
16066 test expected output. Add parentheses for the call to print.
16067 Remove L suffix from integers.
16068
3fe1ce1d
DE
160692014-11-26 Doug Evans <dje@google.com>
16070
16071 * gdb.dwarf2/dw2-op-out-param.S: Fix comment.
16072
84429e27
YQ
160732014-11-22 Yao Qi <yao@codesourcery.com>
16074
16075 * gdb.trace/entry-values.c: Remove asms.
16076 (foo): Add foo_label.
16077 (bar): Add bar_label.
16078 * gdb.trace/entry-values.exp: Remove code computing foo's
16079 length and bar's length.
16080 (Dwarf::assemble): Invoke function_range for bar and use
16081 MACRO_AT_func for foo.
16082
26741859
YQ
160832014-11-22 Yao Qi <yao@codesourcery.com>
16084
16085 * gdb.dwarf2/dw2-compdir-oldgcc.S: Define label .Lgcc42_procstart
16086 and .Lgcc43_procstart. Use .Lgcc42_procstart instead of gcc42.
16087 Use .Lgcc43_procstart instead of gcc43.
16088
45e44d27
JB
160892014-11-21 Joel Brobecker <brobecker@adacore.com>
16090
16091 * gdb.ada/n_arr_bound: New testcase.
16092
458c8db8
SDJ
160932014-11-20 Sergio Durigan Junior <sergiodj@redhat.com>
16094
16095 PR breakpoints/10737
16096 * gdb.base/catch-syscall.exp (do_syscall_tests): Call
16097 test_catch_syscall_multi_arch.
16098 (test_catch_syscall_multi_arch): New function.
16099
43f3e411
DE
161002014-11-20 Doug Evans <xdje42@gmail.com>
16101
16102 * gdb.base/maint.exp: Update expected output.
16103
0d7b2549
AA
161042014-11-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
16105
16106 * gdb.base/bp-permanent.c (NOP): Define as 2-byte instead of
16107 4-byte instruction on S390.
16108
8908fca5
JB
161092014-11-19 Joel Brobecker <brobecker@adacore.com>
16110
16111 * gdb.ada/arr_arr: New testcase.
16112
4a46959e
JB
161132014-11-19 Joel Brobecker <brobecker@adacore.com>
16114
16115 * gdb.ada/pkd_arr_elem: New Testcase.
16116
470e2f4e
LM
161172014-11-18 Luis Machado <lgustavo@codesourcery.com>
16118
16119 * gdb.reverse/break-precsave: Expect completion message for
16120 core file reads.
16121 * gdb.reverse/consecutive-precsave.exp: Likewise.
16122 * gdb.reverse/finish-precsave.exp: Likewise.
16123 * gdb.reverse/i386-precsave.exp: Likewise.
16124 * gdb.reverse/machinestate-precsave.exp: Likewise.
16125 * gdb.reverse/sigall-precsave.exp: Likewise.
16126 * gdb.reverse/solib-precsave.exp: Likewise.
16127 * gdb.reverse/step-precsave.exp: Likewise.
16128 * gdb.reverse/until-precsave.exp: Likewise.
16129 * gdb.reverse/watch-precsave.exp: Likewise.
16130
a267f3ad
AA
161312014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
16132
16133 * gdb.base/bp-permanent.c: Include unistd.h.
16134 * gdb.python/py-framefilter-mi.c (main): Add return type.
16135 * gdb.python/py-framefilter.c (main): Likewise.
16136 * gdb.trace/actions-changed.c (main): Likewise.
16137
12084a9a
AA
161382014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
16139
16140 * gdb.mi/until.c: Add eye-catchers.
16141 * gdb.mi/mi-until.exp: Refer to eye-catchers instead of literal
16142 line numbers.
16143
dc7e1a77
AA
161442014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
16145
16146 * gdb.base/condbreak.exp: Drop references to removed non-prototype
16147 function header variants in break1.c.
16148 * gdb.base/ena-dis-br.exp: Likewise.
16149 * gdb.base/hbreak2.exp: Likewise.
16150 * gdb.reverse/until-precsave.exp: Drop references to removed
16151 non-prototype function header variants in ur1.c.
16152 * gdb.reverse/until-reverse.exp: Likewise.
16153
41c77605
PM
161542014-11-17 Petr Machata <pmachata@redhat.com>
16155
16156 * lib/dwarf.exp (Dwarf::cu, Dwarf::tu): Emit
16157 ${_cu_offset_size} bytes abbrev offset.
16158
34248c3a
DE
161592014-11-15 Doug Evans <xdje42@gmail.com>
16160
16161 PR symtab/17559
16162 * gdb.base/line-symtabs.exp: New file.
16163 * gdb.base/line-symtabs.c: New file.
16164 * gdb.base/line-symtabs.h: New file.
16165
646da059
YQ
161662014-11-14 Yao Qi <yao@codesourcery.com>
16167
16168 * gdb.dwarf2/dw2-ifort-parameter.c: Remove inline asm.
16169 (func): Add label func_label.
16170 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble):
16171 Replace low_pc and high_pc with MACRO_AT_range.
16172 Replace name, low_pc and high_pc with MACRO_AT_func.
16173
9301ebe6
YQ
161742014-11-14 Yao Qi <yao@codesourcery.com>
16175
16176 * gdb.dwarf2/implptr-optimized-out.exp (Dwarf::assemble):
16177 Replace name, low_pc and high_pc with MACRO_AT_func.
16178
f166b542
YQ
161792014-11-14 Yao Qi <yao@codesourcery.com>
16180
16181 * gdb.dwarf2/implptr-optimized-out.exp: Use Dwarf::assemble to
16182 produce debug information.
16183 * gdb.dwarf2/implptr-optimized-out.S: Removed.
16184
0f6e71e3
YQ
161852014-11-14 Yao Qi <yao@codesourcery.com>
16186
16187 * gdb.dwarf2/dwz.exp: Remove the code to compile main.c to
16188 object and get function length.
16189 (Dwarf::assemble): Replace name, low_pc and high_pc attributes
16190 with MACRO_AT_func.
16191 (top-level): Replace gdb_compile and clean_restart with
16192 prepare_for_testing.
16193 * gdb.dwarf2/main.c (main): Add label main_label.
16194
876c4df9
YQ
161952014-11-14 Yao Qi <yao@codesourcery.com>
16196
16197 * lib/dwarf.exp (function_range): New procedure.
16198 (Dwarf::_handle_macro_at_func): New procedure.
16199 (Dwarf::_handle_macro_at_range): New procedure.
16200 (Dwarf): Handle MACRO_AT_func and MACRO_AT_range.
16201
02ad9cf1
YQ
162022014-11-14 Yao Qi <yao@codesourcery.com>
16203
16204 * lib/dwarf.exp (_handle_DW_TAG): Move some code to ...
16205 (_handle_attribute): New procedure.
16206
a59add0c
AA
162072014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
16208
16209 * gdb.ada/cond_lang/foo.c (callme): Add return type.
16210 * gdb.base/call-sc.c (zed): Likewise.
16211 * gdb.base/checkpoint.c (main): Likewise.
16212 * gdb.base/dump.c (main): Likewise.
16213 * gdb.base/gcore.c (main): Likewise.
16214 * gdb.base/huge.c (main): Likewise.
16215 * gdb.base/multi-forks.c (main): Likewise.
16216 * gdb.base/pr10179-a.c (main): Likewise.
16217 * gdb.base/savedregs.c (main): Likewise.
16218 * gdb.base/sigaltstack.c (main): Likewise.
16219 * gdb.base/siginfo.c (main): Likewise.
16220 * gdb.base/structs.c (zed): Likewise.
16221 * gdb.mi/mi-stack.c (callee3, callee2, callee1, main): Likewise.
16222 * gdb.mi/mi-syn-frame.c (main): Likewise.
16223 * gdb.mi/until.c (foo, main): Likewise.
16224 * gdb.base/global-var-nested-by-dso.c (b_main, c_main): Declare.
16225 * gdb.base/solib-weak.c (foo): Declare.
16226 * gdb.base/attach-twice.c: Include stdio.h.
16227 * gdb.base/weaklib1.c: Likewise.
16228 * gdb.base/weaklib2.c: Likewise.
16229 * gdb.base/catch-signal-fork.c: Include stdio.h and sys/wait.h.
16230 * gdb.mi/mi-condbreak-call-thr-state-mt.c: Include stdio.h and
16231 unistd.h.
16232 * gdb.base/attach-pie-misread.c: Include stdlib.h.
16233 * gdb.mi/mi-exit-code.c: Likewise.
16234 * gdb.base/break-interp-lib.c: Include string.h.
16235 * gdb.base/coremaker.c: Likewise.
16236 * gdb.base/testenv.c: Likewise.
16237 * gdb.python/py-finish-breakpoint.c: Likewise.
16238 * gdb.base/inferior-died.c: Include sys/wait.h.
16239 * gdb.base/fileio.c: Include time.h.
16240 * gdb.base/async-shell.c: Include unistd.h.
16241 * gdb.base/dprintf-non-stop.c: Likewise.
16242 * gdb.base/info-os.c: Likewise.
16243 * gdb.mi/mi-console.c: Likewise.
16244 * gdb.mi/watch-nonstop.c: Likewise.
16245 * gdb.python/py-events.c: Likewise.
16246 * gdb.base/async.c (baz): Move up before its invocation.
16247 * gdb.base/code_elim2.c (my_global_func): Likewise.
16248 * gdb.base/skip-solib-lib.c (multiply): Likewise.
16249 * gdb.base/advance.c (func2): Likewise.
16250
3b5d5997
AA
162512014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
16252
16253 * gdb.base/annota1.c: Remove #ifdef PROTOTYPES, keep prototyped
16254 variant.
16255 * gdb.base/annota3.c: Likewise.
16256 * gdb.base/async.c: Likewise.
16257 * gdb.base/average.c: Likewise.
16258 * gdb.base/call-ar-st.c: Likewise.
16259 * gdb.base/call-rt-st.c: Likewise.
16260 * gdb.base/call-sc.c: Likewise.
16261 * gdb.base/call-strs.c: Likewise.
16262 * gdb.base/ending-run.c: Likewise.
16263 * gdb.base/execd-prog.c: Likewise.
16264 * gdb.base/exprs.c: Likewise.
16265 * gdb.base/foll-exec.c: Likewise.
16266 * gdb.base/foll-fork.c: Likewise.
16267 * gdb.base/foll-vfork.c: Likewise.
16268 * gdb.base/funcargs.c: Likewise.
16269 * gdb.base/gcore.c: Likewise.
16270 * gdb.base/jump.c: Likewise.
16271 * gdb.base/langs0.c: Likewise.
16272 * gdb.base/langs1.c: Likewise.
16273 * gdb.base/langs2.c: Likewise.
16274 * gdb.base/mips_pro.c: Likewise.
16275 * gdb.base/nodebug.c: Likewise.
16276 * gdb.base/opaque0.c: Likewise.
16277 * gdb.base/opaque1.c: Likewise.
16278 * gdb.base/recurse.c: Likewise.
16279 * gdb.base/run.c: Likewise.
16280 * gdb.base/scope0.c: Likewise.
16281 * gdb.base/scope1.c: Likewise.
16282 * gdb.base/setshow.c: Likewise.
16283 * gdb.base/setvar.c: Likewise.
16284 * gdb.base/shmain.c: Likewise.
16285 * gdb.base/shr1.c: Likewise.
16286 * gdb.base/shr2.c: Likewise.
16287 * gdb.base/sigall.c: Likewise.
16288 * gdb.base/signals.c: Likewise.
16289 * gdb.base/so-indr-cl.c: Likewise.
16290 * gdb.base/solib2.c: Likewise.
16291 * gdb.base/structs.c: Likewise.
16292 * gdb.base/sum.c: Likewise.
16293 * gdb.base/vforked-prog.c: Likewise.
16294 * gdb.base/watchpoint.c: Likewise.
16295 * gdb.reverse/shr2.c: Likewise.
16296 * gdb.reverse/until-reverse.c: Likewise.
16297 * gdb.reverse/ur1.c: Likewise.
16298 * gdb.reverse/watch-reverse.c: Likewise.
16299
066a77c5
AA
163002014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
16301
16302 * gdb.base/sepdebug.c: Remove #ifdef PROTOTYPES, keep prototyped
16303 variant.
16304 * gdb.base/sepdebug.exp: Drop references to removed code.
16305
4f204ea5
AA
163062014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
16307
16308 * gdb.base/list0.h: Remove #ifdef PROTOTYPES, keep prototyped
16309 variant. Preserve original line numbering.
16310 * gdb.base/list1.c: Likewise.
16311
3b377a3a
AA
163122014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
16313
16314 * gdb.base/break.c: Remove #ifdef PROTOTYPES, keep prototyped
16315 variant.
16316 * gdb.base/break1.c: Likewise.
16317 * gdb.base/break.exp: Drop references to removed code.
16318
e444df73
AA
163192014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
16320
16321 * gdb.base/solib1.c: Remove #ifdef PROTOTYPES, keep prototyped
16322 variant.
16323
8008f2a7
AA
163242014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
16325
16326 * gdb.base/callfuncs.exp (perform_all_tests): Re-indent.
16327
a5a06887
AA
163282014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
16329
16330 * gdb.base/callfuncs.exp: Remove 'prototypes' variable. Move main
16331 logic into perform_all_tests() and invoke it with and without
16332 function header prototypes.
16333 (do_function_calls): Remove conditional XFAIL for PR 5318.
16334 (rerun_and_prepare): Remove duplicate code.
16335 (perform_all_tests): New. Main logic moved here.
16336
44dba9b9
AA
163372014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
16338
16339 * gdb.base/callfuncs.c (t_float_many_args): Fix syntax error in
16340 code guarded by #ifdef NO_PROTOTYPES.
16341 (t_double_many_args): Likewise.
16342 (DEF_FUNC_MANY_ARGS_1): Likewise.
16343 (DEF_FUNC_VALUES_1): Likewise.
16344 (t_structs_ldc): Renamed from t_structs_fc in conditional code
16345 guarded by #ifdef PROTOTYPES.
16346
d1fbcd56
AA
163472014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
16348
16349 * gdb.mi/mi-console.c: Add eye-catcher.
16350 * gdb.mi/mi-console.exp (semihosted_string): Refer to eye-catcher
16351 instead of literal line number.
16352
b0e59b8f
AA
163532014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
16354
16355 * gdb.base/shr2.c: Add eye-catcher.
16356 * gdb.base/shlib-call.exp: Refer to eye-catcher instead of literal
16357 line number.
16358
78f98cca
AA
163592014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
16360
16361 * gdb.base/jump.c: Add eye-catchers.
16362 * gdb.base/jump.exp: Refer to eye-catchers instead of literal line
16363 numbers.
16364
58fa2af0
AA
163652014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
16366
16367 * gdb.base/execd-prog.c: Add eye-catchers.
16368 * gdb.base/foll-exec.c: Likewise.
16369 * gdb.base/foll-exec.exp: Refer to eye-catchers instead of literal
16370 line numbers.
16371
04e5059b
AA
163722014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
16373
16374 * gdb.base/ending-run.c: Add eye-catchers.
16375 * gdb.base/ending-run.exp: Refer to eye-catchers instead of
16376 literal line numbers.
16377
dbfdb174
AA
163782014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
16379
16380 * gdb.base/call-rt-st.c: Add eye-catchers.
16381 * gdb.base/call-rt-st.exp: Refer to eye-catchers instead of
16382 literal line numbers.
16383
888a2ade
AA
163842014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
16385
16386 * gdb.base/call-ar-st.c: Add eye-catchers.
16387 * gdb.base/call-ar-st.exp: Refer to eye-catchers instead of
16388 literal line numbers.
16389
6acc2dde
AA
163902014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
16391
16392 * gdb.base/average.c: Add eye-catchers.
16393 * gdb.base/sum.c: Likewise.
16394 * gdb.base/dbx.exp: Use eye-catchers to determine line numbers for
16395 regexps dynamically.
16396
9ecfcd1d
AA
163972014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
16398
16399 * gdb.base/solib1.c: Add eye-catchers.
16400 * gdb.base/so-impl-ld.exp: Match against eye-catchers instead of
16401 literal line numbers.
16402
78708b7c
PA
164032014-11-12 Pedro Alves <palves@redhat.com>
16404
16405 * gdb.threads/leader-exit.exp: Test sending ctrl-c works after the
16406 leader has exited.
16407
af48d08f
PA
164082014-11-12 Pedro Alves <palves@redhat.com>
16409
16410 * gdb.arch/i386-bp_permanent.c: New file.
16411 * gdb.arch/i386-bp_permanent.exp: Don't skip on x86_64.
16412 (srcfile): Set to i386-bp_permanent.c.
16413 (top level): Adjust to work in both 32-bit and 64-bit modes. Test
16414 that stepi does not execute the 'leave' instruction, instead of
16415 testing it does execute.
16416 * gdb.base/bp-permanent.c: New file.
16417 * gdb.base/bp-permanent.exp: New file.
16418
af3768e9
DE
164192014-11-10 Doug Evans <xdje42@gmail.com>
16420
16421 PR symtab/17564
16422 * gdb.base/symtab-search-order.exp: New file.
16423 * gdb.base/symtab-search-order.c: New file.
16424 * gdb.base/symtab-search-order-1.c: New file.
16425 * gdb.base/symtab-search-order-shlib-1.c: New file.
16426
9de00a4a
PA
164272014-11-07 Pedro Alves <palves@redhat.com>
16428
16429 PR gdb/17511
16430 * gdb.base/sigstep.exp (in_handler_map) <si+advance>: xfail
16431 i?86-*-linux*.
16432
e0f52461
SC
164332014-11-03 Siva Chandra Reddy <sivachandra@google.com>
16434
16435 PR c++/17494
16436 * gdb.cp/pr17494.cc: New file.
16437 * gdb.cp/pr17494.exp: New file.
16438
6ce8c980
YQ
164392014-11-02 Yao Qi <yao@codesourcery.com>
16440
16441 * gdb.python/python.exp: Get working directory and match the
16442 output of "set extended-prompt \\w " with it.
16443
02be9a71
DE
164442014-10-30 Doug Evans <dje@google.com>
16445
16446 * gdb.python/py-objfile.exp: Add tests for setting random attributes
16447 in objfiles.
16448 * gdb.python/py-progspace.exp: Add tests for setting random attributes
16449 in progspaces.
16450
3bdff46b
LM
164512014-10-30 Janis Johnson <janisjo@codesourcery.com>
16452
16453 * gdb.base/fullpath-expand.exp: Skip for a remote host.
16454 * gdb.base/realname-expand.exp: Likewise.
16455 * gdb.linespec/macro-relative.exp: Likewise.
16456
ab917dfb
PA
164572014-10-29 Pedro Alves <palves@redhat.com>
16458
16459 PR gdb/17408
16460 * gdb.threads/schedlock.c (some_function): New function.
16461 (call_function): New global.
16462 (MAYBE_CALL_SOME_FUNCTION): New macro.
16463 (thread_function): Call it.
16464 * gdb.threads/schedlock.exp (get_args): Add description parameter,
16465 and use it instead of a global counter. Adjust all callers.
16466 (get_current_thread): Use "find current thread" for test message
16467 here rather than having all callers pass down the same string.
16468 (goto_loop): New procedure, factored out from ...
16469 (my_continue): ... this.
16470 (step_ten_loops): Change parameter from test message to command to
16471 use. Adjust.
16472 (list_count): Delete global.
16473 (check_result): New procedure, factored out from duplicate top
16474 level code.
16475 (continue tests): Wrap in with_test_prefix.
16476 (test_step): New procedure, factored out from duplicate top level
16477 code.
16478 (top level): Test "step" in combination with all scheduler-locking
16479 modes. Test "next" in combination with all scheduler-locking
16480 modes, and in combination with stepping over a function call or
16481 not.
16482 * gdb.threads/next-bp-other-thread.c: New file.
16483 * gdb.threads/next-bp-other-thread.exp: New file.
16484
d3d4baed
PA
164852014-10-29 Pedro Alves <palves@redhat.com>
16486
16487 PR python/17372
16488 * gdb.python/python.exp: Test a multi-line command that spawns
16489 interactive Python.
16490 * gdb.base/multi-line-starts-subshell.exp: New file.
16491
563e8d85
YQ
164922014-10-29 Yao Qi <yao@codesourcery.com>
16493
16494 * gdb.base/fileio.exp: Make directories on host.
16495
0ea4d52e
YQ
164962014-10-29 Yao Qi <yao@codesourcery.com>
16497
16498 * gdb.base/fileio.c (test_write): Close the file.
16499
7f5ef605
PA
165002014-10-28 Pedro Alves <palves@redhat.com>
16501
16502 PR gdb/12623
16503 * gdb.base/sigstep.c (no_handler): New global.
16504 (main): If 'no_handler is true, set the signal handlers to
16505 SIG_IGN.
16506 * gdb.base/sigstep.exp (breakpoint_over_handler): Add
16507 with_sw_watch and no_handler parameters. Handle them.
16508 (top level) <stepping over handler when stopped at a breakpoint
16509 test>: Add a test axis for testing with a software watchpoint, and
16510 another for testing with the signal handler set to SIG_IGN.
16511 * gdb.base/step-sw-breakpoint-adjust-pc.c: New file.
16512 * gdb.base/step-sw-breakpoint-adjust-pc.exp: New file.
16513
abbdbd03
PA
165142014-10-28 Pedro Alves <palves@redhat.com>
16515
16516 PR gdb/17511
16517 * gdb.base/sigstep.c (handler): Add a few more writes to 'done'.
16518 * gdb.base/sigstep.exp (other_handler_location): New global.
16519 (advance): Support stepping into the signal handler, and running
16520 commands while in the handler.
16521 (in_handler_map): New global.
16522 (top level): In the advance test, add combinations for getting
16523 into the handler with stepping commands, and for running commands
16524 in the handler. Add comment descripting the advancei tests.
16525
1df4399f
PA
165262014-10-28 Pedro Alves <palves@redhat.com>
16527
16528 * gdb.base/sigstep.exp: Use build_executable instead of
16529 prepare_for_testing.
16530 (top level): Move code that starts GDB, runs to main and creates a
16531 display to ...
16532 (restart): ... this new procedure.
16533 (top level): Move backtrace from signal handler test to ...
16534 (validate_backtrace): ... this new procedure.
16535 (advance, advancei): Rename parameter from 'i' to 'cmd'. Use
16536 with_test_prefix. Always restart GDB.
16537 (skip_to_handler): Rename parameter from 'i' to 'cmd'. Use
16538 with_test_prefix. Always restart GDB. No need to delete
16539 breakpoints after the test.
16540 (test_skip_handler): Remove prefix parameter.
16541 (skip_over_handler, breakpoint_to_handler)
16542 (breakpoint_to_handler_entry, breakpoint_over_handler): Rename
16543 parameter from 'i' to 'cmd'. Use with_test_prefix. Always
16544 restart GDB. No need to delete breakpoints after the test.
16545 (top level): Use foreach to call the test procedures with
16546 different commands.
16547
a5b6e449
PA
165482014-10-28 Pedro Alves <palves@redhat.com>
16549
16550 * gdb.base/sigaltstack.exp: Update to use Bugzilla bug numbers
16551 instead of GNATS numbers.
16552 * gdb.base/sigbpt.exp: Likewise.
16553 * gdb.base/siginfo.exp: Likewise.
16554 * gdb.base/sigstep.exp: Likewise.
16555
e5f8a7cc
PA
165562014-10-27 Pedro Alves <palves@redhat.com>
16557
16558 * gdb.base/sigstep.c (dummy): New global.
16559 (main): Issue a couple writes to the new global.
16560 * gdb.base/sigstep.exp (get_next_pc, test_skip_handler): New
16561 procedures.
16562 (skip_over_handler): Use test_skip_handler.
16563 (top level): Call skip_over_handler for stepi and nexti too.
16564 (breakpoint_over_handler): Use test_skip_handler.
16565 (top level): Call breakpoint_over_handler for stepi and nexti too.
16566
763905a3
YQ
165672014-10-27 Yao Qi <yao@codesourcery.com>
16568
16569 * gdb.trace/tfile.c (adjust_function_address)
16570 [__powerpc64__ && _CALL_ELF != 2]: Get function address from
16571 function descriptor.
16572
6f259a23
DB
165732014-10-24 Don Breazeal <donb@codesourcery.com>
16574
16575 * gdb.base/foll-fork.exp (test_follow_fork,
16576 catch_fork_child_follow): Check for updated fork messages emitted
16577 from infrun.c.
16578 * gdb.base/foll-vfork.exp (vfork_parent_follow_through_step,
16579 vfork_parent_follow_to_bp, vfork_and_exec_child_follow_to_main_bp,
16580 vfork_and_exec_child_follow_through_step): Check for updated vfork
16581 messages emitted from infrun.c.
16582
09dd9a69
PA
165832014-10-24 Pedro Alves <palves@redhat.com>
16584
16585 * gdb.base/corefile.exp: Remove references to ultrix.
16586 * gdb.base/interrupt.exp: Likewise.
16587 * gdb.base/whatis.exp: Likewise.
16588 * gdb.gdb/selftest.exp: Likewise.
16589 * gdb.threads/manythreads.exp: Likewise.
16590 * gdb.threads/print-threads.exp: Likewise.
16591 * gdb.threads/pthreads.exp:: Likewise.
16592 * gdb.threads/schedlock.exp: Likewise.
16593
3433cfa5
SC
165942014-10-24 Siva Chandra Reddy <sivachandra@google.com>
16595
16596 * gdb.cp/non-trivial-retval.cc: Add a test case.
16597 * gdb.cp/non-trivial-retval.exp: Add a test.
16598
092f880b
YQ
165992014-10-20 Yao Qi <yao@codesourcery.com>
16600
16601 * gdb.python/py-objfile-script-gdb.py.in: Rename it to ...
16602 * gdb.python/py-objfile-script-gdb.py: New file.
16603 * gdb.python/py-objfile-script.exp: Update reference to
16604 py-objfile-script-gdb.py.in. Use gdb_remote_donwload instead
16605 of remote_download. Remove the dest file.
16606
acbdb7f3
YQ
166072014-10-20 Yao Qi <yao@codesourcery.com>
16608
16609 * gdb.base/checkpoint.exp: Don't remove file copied on host.
16610 * gdb.base/step-line.exp: Likewise.
16611 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
16612 * gdb.dwarf2/dw2-basic.exp: Likewise.
16613 * gdb.dwarf2/dw2-compressed.exp: Likewise.
16614 * gdb.dwarf2/dw2-filename.exp: Likewise.
16615 * gdb.dwarf2/dw2-intercu.exp: Likewise.
16616 * gdb.dwarf2/dw2-intermix.exp: Likewise.
16617 * gdb.dwarf2/dw2-producer.exp: Likewise.
16618 * gdb.dwarf2/mac-fileno.exp: Likewise.
16619 * gdb.python/py-frame-args.exp: Likewise.
16620 * gdb.python/py-framefilter.exp: Likewise.
16621 * gdb.python/py-mi.exp: Likewise.
16622 * gdb.python/py-objfile-script.exp: Likewise
16623 * gdb.python/py-pp-integral.exp: Likewise.
16624 * gdb.python/py-pp-re-notag.exp: Likewise.
16625 * gdb.python/py-prettyprint.exp: Likewise.
16626 * gdb.python/py-section-script.exp: Likewise.
16627 * gdb.python/py-typeprint.exp: Likewise.
16628 * gdb.python/py-xmethods.exp: Likewise.
16629 * gdb.stabs/weird.exp: Likewise.
16630 * gdb.xml/tdesc-regs.exp: Likewise.
16631
bd286a29
KCY
166322014-10-18 Kwok Cheung Yeung <kcy@codesourcery.com>
16633
16634 * gdb.dwarf2/dw2-dir-file-name.exp (addr_len): New.
16635 (out_cu): Use addr_len for the size of addresses.
16636 (out_line): Likewise. Size DW_LNE_set_address instruction
16637 according to addr_len.
16638 * gdb.dwarf2/dw2-dir-file-name.c (START_INSNS): New.
16639 (FUNC): Add START_INSNS to definition.
16640
673dc4a0
YQ
166412014-10-18 Yao Qi <yao@codesourcery.com>
16642
16643 * gdb.base/argv0-symlink.exp: Check argv[0] value if
16644 gdb_has_argv0 return true.
16645 * gdb.guile/scm-value.exp (test_value_in_inferior): Don't
16646 check [target_info exists noargs], check [gdb_has_argv0]
16647 instead.
16648 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
16649 * lib/gdb.exp (gdb_has_argv0, gdb_has_argv0_1): New
16650 procedures.
16651
4ffbba72
DE
166522014-10-17 Doug Evans <dje@google.com>
16653
16654 * gdb.python/py-events.exp: Update expected output for clear_objfiles
16655 event.
16656 * gdb.python/py-events.py: Add clear_objfiles event.
16657
d096d8c1
DE
166582014-10-17 Doug Evans <dje@google.com>
16659
16660 * gdb.python/py-objfile.exp: Test progspace attribute.
16661
a80db015
LM
166622014-10-17 Luis Machado <lgustavo@codesourcery.com>
16663
16664 * gdb.guile/scm-breakpoint.exp: Do not assume any
16665 directory separators when matching source file paths.
16666 * gdb.python/py-breakpoint.exp: Likewise.
16667 * gdb.reverse/break-precsave.exp: Likewise.
16668 * gdb.reverse/break-reverse.exp: Likewise.
16669 * gdb.reverse/consecutive-precsave.exp: Likewise.
16670 * gdb.reverse/finish-precsave.exp: Likewise.
16671 * gdb.reverse/finish-reverse-bkpt.exp: Likewise.
16672 * gdb.reverse/finish-reverse.exp: Likewise.
16673 * gdb.reverse/i386-precsave.exp: Likewise.
16674 * gdb.reverse/i387-env-reverse.exp: Likewise.
16675 * gdb.reverse/i387-stack-reverse.exp: Likewise.
16676 * gdb.reverse/machinestate-precsave.exp: Likewise.
16677 * gdb.reverse/machinestate.exp: Likewise.
16678 * gdb.reverse/sigall-precsave.exp: Likewise.
16679 * gdb.reverse/solib-precsave.exp: Likewise.
16680 * gdb.reverse/step-precsave.exp: Likewise.
16681 * gdb.reverse/until-precsave.exp: Likewise.
16682 * gdb.reverse/watch-precsave.exp: Likewise.
16683 * gdb.reverse/watch-reverse.exp: Likewise.
16684
b22089ab
YQ
166852014-10-17 Yao Qi <yao@codesourcery.com>
16686
16687 * lib/gdb.exp (gdb_skip_xml_test): Copy trivial.xml to host.
16688 * gdb.xml/tdesc-regs.exp: Copy single-reg.xml to host.
16689
6c4486e6
PA
166902014-10-17 Pedro Alves <palves@redhat.com>
16691
16692 PR gdb/17471
16693 * gdb.base/bg-execution-repeat.c: New file.
16694 * gdb.base/bg-execution-repeat.exp: New file.
16695
0ff33695
PA
166962014-10-17 Pedro Alves <palves@redhat.com>
16697
16698 PR gdb/17300
16699 * gdb.base/continue-all-already-running.c: New file.
16700 * gdb.base/continue-all-already-running.exp: New file.
16701
6fdebc3d
PA
167022014-10-17 Pedro Alves <palves@redhat.com>
16703
16704 PR gdb/17472
16705 * gdb.base/annota-input-while-running.c: New file.
16706 * gdb.base/annota-input-while-running.exp: New file.
16707
32a8097b
PA
167082014-10-17 Pedro Alves <palves@redhat.com>
16709
16710 * gdb.base/callfuncs.exp: emove references to osf.
16711 * gdb.base/sigall.exp: Likewise.
16712 * gdb.gdb/selftest.exp: Likewise.
16713 * gdb.hp/gdb.base-hp/callfwmall.exp: Likewise.
16714 * gdb.mi/non-stop.c: Likewise.
16715 * gdb.mi/pthreads.c: Likewise.
16716 * gdb.reverse/sigall-precsave.exp: Likewise.
16717 * gdb.reverse/sigall-reverse.exp: Likewise.
16718 * gdb.threads/pthreads.c: Likewise.
16719 * gdb.threads/pthreads.exp: Likewise.
16720
7a3517ff
YQ
167212014-10-17 Yao Qi <yao@codesourcery.com>
16722
16723 * gdb.base/commands.exp (gdbvar_complex_if_while_test): Don't
16724 check 'target_info exists noargs'.
16725 (test_command_prompt_position): Likewise.
16726 (progvar_simple_if_test): Don't check 'target_info exists noargs'.
16727 Remove "set args".
16728 (progvar_simple_while_test): Likewise.
16729 (progvar_complex_if_while_test): Likewise.
16730 (if_while_breakpoint_command_test): Likewise.
16731 (infrun_breakpoint_command_test): Likewise.
16732 (breakpoint_command_test): Likewise.
16733 (watchpoint_command_test): Likewise.
16734 (bp_deleted_in_command_test): Likewise.
16735 (temporary_breakpoint_commands): Likewise.
16736
bb99c472
YQ
167372014-10-16 Yao Qi <yao@codesourcery.com>
16738
16739 * gdb.base/remotetimeout.exp: Remove noargs checking.
16740
7c16b83e
PA
167412014-10-15 Pedro Alves <palves@redhat.com>
16742
16743 PR breakpoints/9649
16744 * gdb.base/breakpoint-in-ro-region.c (main): Add more instructions.
16745 * gdb.base/breakpoint-in-ro-region.exp
16746 (probe_target_hardware_step): New procedure.
16747 (top level): Probe hardware stepping and hardware breakpoint
16748 support. Test stepping through a read-only region, with both
16749 "breakpoint auto-hw" on and off and both "always-inserted" on and
16750 off.
16751
35a49624
IB
167522014-10-15 Iain Buclaw <ibuclaw@gdcproject.org>
16753
16754 * gdb.dlang/demangle.exp: Update for demangling changes.
16755
2d1c107c
SC
167562014-10-15 Siva Chandra Reddy <sivachandra@google.com>
16757
16758 * gdb.cp/non-trivial-retval.cc: Add new test cases.
16759 * gdb.cp/non-trivial-retval.exp: Add new tests.
16760
778811d5
SC
167612014-10-15 Siva Chandra Reddy <sivachandra@google.com>
16762
16763 PR c++/13403
16764 PR c++/15154
16765 * gdb.cp/non-trivial-retval.cc: New file.
16766 * gdb.cp/non-trivial-retval.exp: New file.
16767
10c5f0a8
YQ
167682014-10-15 Yao Qi <yao@codesourcery.com>
16769
16770 * gdb.python/py-parameter.exp: Don't match $srcdir/$subdir on
16771 remote host.
16772
65d7b369
YQ
167732014-10-15 Yao Qi <yao@codesourcery.com>
16774
16775 * gdb.python/py-symbol.exp: Match file base name if host is
16776 remote, otherwise match file name with dir name.
16777 * gdb.python/py-symtab.exp: Likewise.
16778 * gdb.python/python.exp: Likewise.
16779
46dc1394
YQ
167802014-10-15 Yao Qi <yao@codesourcery.com>
16781
16782 * gdb.python/py-symbol.exp: Remove trailing ".*" in the
16783 pattern.
16784 * gdb.python/py-symtab.exp: Likewise.
16785 * gdb.python/python.exp: Remove trailing ".*". Fix typo
16786 locationn.
16787
c40cc657
JB
167882014-10-14 Joel Brobecker <brobecker@adacore.com>
16789
16790 * gdb.ada/addr_arith: New testcase.
16791
2abf49e1
MR
167922014-10-14 Maciej W. Rozycki <macro@codesourcery.com>
16793
16794 * gdb.dwarf2/dw2-case-insensitive-debug.S: Handle 64-bit pointers.
16795 * gdb.dwarf2/dw2-case-insensitive.exp: Update accordingly.
16796 * gdb.dwarf2/dw2-skip-prologue.S: Handle 64-bit pointers.
16797 * gdb.dwarf2/dw2-skip-prologue.exp: Update accordingly.
16798
f7088df3
SDJ
167992014-10-14 Sergio Durigan Junior <sergiodj@redhat.com>
16800
16801 * gdb.arch/stap-eval-lang-ada.S: Likewise.
16802 * gdb.arch/stap-eval-lang-ada.c: Likewise.
16803 * gdb.arch/stap-eval-lang-ada.exp: New file.
16804
4dc06805
YQ
168052014-10-14 Yao Qi <yao@codesourcery.com>
16806
16807 * gdb.mi/mi-var-child.c (nothing1): New function.
16808 (nothing2): New function.
16809 (do_children_tests): Set function pointers by nothing1 and
16810 nothing2.
16811 * gdb.mi/mi-var-child.exp: Step over new added statements.
16812 Update test to match the new output.
16813 * gdb.mi/var-cmd.c (nothing1): New function.
16814 (nothing2): New function.
16815 (do_children_tests): Set function pointers by nothing1 and
16816 nothing2.
16817 * gdb.mi/mi-var-display.exp: Update test to match output.
16818 Step to the line specified by $line_dct_nothing.
16819 Increase the number of lines to step.
16820
46a93de2
YQ
168212014-10-14 Yao Qi <yao@codesourcery.com>
16822
16823 * gdb.mi/mi-var-child.exp: Use mi_varobj_update to simplify
16824 tests.
16825 * gdb.mi/mi2-var-child.exp: Likewise.
16826
14ea52ee
DE
168272014-10-13 Doug Evans <dje@google.com>
16828
16829 * gdb.python/py-objfile.exp: Change name of file name test.
16830
e5c6e92b
DE
168312014-10-13 Doug Evans <dje@google.com>
16832
16833 * gdb.dwarf2/dw2-op-out-param.S: Make DW_FORM_ref4 values be the offset
16834 from the start of the CU.
16835
c780cc2f
JK
168362014-10-13 Jan Kratochvil <jan.kratochvil@redhat.com>
16837 Yao Qi <yao@codesourcery.com>
16838
16839 Fix "save breakpoints" for "catch" command.
16840 * gdb.base/catch-signal.exp: Add gdb_breakpoint "main".
16841 Remove -nonewline. Match also the added "main" line.
16842
99894e11
JK
168432014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
16844
16845 Fix "save breakpoints" for "disable $bpnum" command.
16846 * gdb.base/save-bp.c (main): Add label.
16847 * gdb.base/save-bp.exp: Add 8th disabled breakpoint. Match it.
16848
6e1ac5a3
JK
168492014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
16850
16851 * gdb.base/save-bp.exp (info break): Use gdb_test_sequence.
16852
754dd2b0
YQ
168532014-10-11 Yao Qi <yao@codesourcery.com>
16854
16855 * gdb.server/server-kill.exp: Execute command
16856 "set remote trace-status-packet on" before "tstatus".
16857
f90183d7
YQ
168582014-10-11 Yao Qi <yao@codesourcery.com>
16859
16860 * gdb.server/server-kill.c: Include sys/types.h and unistd.h.
16861 (main): Call getppid.
16862 * gdb.server/server-kill.exp: Set breakpoint on line "i = 0;"
16863 and continue to it. Read variable "server_pid".
16864
bf40a607
YQ
168652014-10-11 Yao Qi <yao@codesourcery.com>
16866
16867 * gdb.server/server-kill.exp: Remove "delete_breakpoints".
16868
052ca370
YQ
168692014-10-11 Yao Qi <yao@codesourcery.com>
16870
16871 * gdb.threads/thread-find.exp: Don't execute command
16872 "info threads".
16873 * gdb.threads/attach-into-signal.exp (corefunc): Likewise.
16874 * gdb.threads/linux-dp.exp: Don't check the condition
16875 $threads_created equals to zero.
16876
3831839c
PA
168772014-10-10 Pedro Alves <palves@redhat.com>
16878
16879 * gdb.base/bigcore.exp: Remove references to IRIX.
16880 * gdb.base/funcargs.exp: Likewise.
16881 * gdb.base/interrupt.exp: Likewise.
16882 * gdb.base/mips_pro.exp: Likewise.
16883 * gdb.base/nodebug.exp: Likewise.
16884 * gdb.base/setvar.exp: Likewise.
16885 * lib/gdb.exp (gdb_compile_shlib): Remove mips-sgi-irix* case.
16886
8b9a549d
PA
168872014-10-10 Jan Kratochvil <jan.kratochvil@redhat.com>
16888 Pedro Alves <palves@redhat.com>
16889
16890 PR symtab/14466
16891 * gdb.base/vdso-warning.c: New file.
16892 * gdb.base/vdso-warning.exp: New file.
16893
d48ba5e8
DE
168942014-10-02 Doug Evans <dje@google.com>
16895
16896 * gdb.base/structs.c (main): Don't run forever.
16897
2278c276
PA
168982014-10-02 Pedro Alves <palves@redhat.com>
16899
16900 * gdb.threads/manythreads.exp (interrupt_and_wait): New procedure.
16901 (top level) <stop threads 1, stop threads 2>: Use it.
16902
b57bacec
PA
169032014-10-02 Pedro Alves <palves@redhat.com>
16904
16905 * gdb.threads/break-while-running.exp (test): Add new
16906 'update_thread_list' argument. Skip "info threads" if false.
16907 (top level): Add new 'update_thread_list' axis.
16908
13fd3ff3
PA
169092014-10-02 Pedro Alves <palves@redhat.com>
16910
16911 PR breakpoints/17431
16912 * gdb.base/execl-update-breakpoints.c: New file.
16913 * gdb.base/execl-update-breakpoints.exp: New file.
16914
0fec99e8
PA
169152014-10-01 Pedro Alves <palves@redhat.com>
16916
16917 * gdb.base/breakpoint-in-ro-region.c: New file.
16918 * gdb.base/breakpoint-in-ro-region.exp: New file.
16919
2ddf4301
SM
169202014-10-01 Simon Marchi <simon.marchi@ericsson.com>
16921
16922 * gdb.mi/mi-exit-code.exp: New file.
16923 * gdb.mi/mi-exit-code.c: New file.
16924
6a5f3f43
YQ
169252014-09-30 Yao Qi <yao@codesourcery.com>
16926
16927 * lib/prelink-support.exp (build_executable_own_libs): Error if
16928 the target isn't native.
16929
345bcc73
YQ
169302014-09-30 Yao Qi <yao@codesourcery.com>
16931
16932 * gdb.threads/dlopen-libpthread.exp: Skip it if isnative is
16933 false.
16934
a25a5a45
PA
169352014-09-22 Pedro Alves <palves@redhat.com>
16936
16937 * gdb.threads/break-while-running.exp: New file.
16938 * gdb.threads/break-while-running.c: New file.
16939
00ba3162
YQ
169402014-09-19 Yao Qi <yao@codesourcery.com>
16941
16942 * gdb.dwarf2/dw2-var-zero-addr.exp: Move test into new proc test.
16943 Invoke test. Restart GDB with --readnow and invoke test again.
16944
c3b7b696
YQ
169452014-09-19 Yao Qi <yao@codesourcery.com>
16946
16947 * gdb.base/break-on-linker-gcd-function.exp: Move test into new
16948 proc set_breakpoint_on_gcd_function. Invoke
16949 set_breakpoint_on_gcd_function. Restart GDB with --readnow and
16950 invoke set_breakpoint_on_gcd_function again.
16951
2b4fd423
DE
169522014-09-18 Doug Evans <dje@google.com>
16953
16954 * gdb.dwarf2/symtab-producer.exp: New file.
16955
a5947601
SDJ
169562014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
16957
16958 * gdb.base/global-var-nested-by-dso-solib1.c: New file.
16959 * gdb.base/global-var-nested-by-dso-solib2.c: Likewise.
16960 * gdb.base/global-var-nested-by-dso.c: Likewise.
16961 * gdb.base/global-var-nested-by-dso.exp: Likewise.
16962
91c19059
SDJ
169632014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
16964 Pedro Alves <palves@redhat.com>
16965
16966 * gdb.base/watch-bitfields.exp: Pass string other than test file
16967 name to prepare_for_testing.
16968 (watch): New procedure.
16969 (expect_watchpoint): Use with_test_prefix.
16970 (top level): Factor out tests to ...
16971 (test_watch_location, test_regular_watch): ... these new
16972 procedures, and use with_test_prefix and gdb_continue_to_end.
16973
bb9d5f81
PP
169742014-09-16 Patrick Palka <patrick@parcs.ath.cx>
16975
16976 PR breakpoints/12526
16977 * gdb.base/watch-bitfields.exp: New file.
16978 * gdb.base/watch-bitfields.c: New file.
16979
635856f5
PA
169802014-09-16 Pedro Alves <palves@redhat.com>
16981
16982 * gdb.base/watchpoint-stops-at-right-insn.exp (test): Compare
16983 software and hardware addresses, not software address against
16984 itself.
16985
7280ceea
PA
169862014-09-16 Pedro Alves <palves@redhat.com>
16987
16988 * gdb.base/watchpoint-stops-at-right-insn.c: New file.
16989 * gdb.base/watchpoint-stops-at-right-insn.exp: New file.
16990
428b16bd
PA
169912014-09-16 Pedro Alves <palves@redhat.com>
16992
16993 * config/vx.exp, config/vxworks.exp, config/vxworks29k.exp: Delete
16994 files.
16995 * gdb.base/a2-run.exp: Remove all code guarded by istarget
16996 "*-*-vxworks*" throughout.
16997 * gdb.base/break.exp: Likewise.
16998 * gdb.base/default.exp: Likewise.
16999 * gdb.base/scope.exp: Likewise.
17000 * gdb.base/sepdebug.exp: Likewise.
17001 * gdb.base/break.c: Remove all code guarded by #ifdef vxworks
17002 throughout.
17003 * gdb.base/run.c: Likewise.
17004 * gdb.base/sepdebug.c: Likewise.
17005 * gdb.hp/gdb.aCC/run.c: Likewise.
17006 * gdb.reverse/until-reverse.c: Likewise.
17007 * lib/gdb.exp (gdb_compile): Remove is_vxworks branch.
17008
666d413c
YQ
170092014-09-16 Yao Qi <yao@codesourcery.com>
17010
17011 * boards/local-remote-host-native.exp: New file.
17012
57cbd724
DE
170132014-09-14 Doug Evans <xdje42@gmail.com>
17014
17015 * gdb.threads/queue-signal.c (thread_count): New variable.
17016 (thread_count_mutex, thread_count_condvar): New variables.
17017 (incr_thread_count, wait_all_threads_running): New functions.
17018 (main): Wait for all threads to be in their thread functions.
17019
81219e53
DE
170202014-09-13 Doug Evans <xdje42@gmail.com>
17021
17022 * gdb.threads/queue-signal.c: New file.
17023 * gdb.threads/queue-signal.exp: New file.
17024
3714cea7
DE
170252014-09-13 Doug Evans <xdje42@gmail.com>
17026
17027 * lib/gdb.exp (gdb_prompt): Add comment and change initial value to
17028 be consistent with what default_gdb_init uses.
17029 (with_gdb_prompt): Change form of PROMPT argument from a regexp to
17030 the plain text of the prompt. Add some logging printfs.
17031 * gdb.perf/disassemble.exp: Update call to with_gdb_prompt.
17032
fa43b1d7
PA
170332014-09-12 Pedro Alves <palves@redhat.com>
17034
17035 * gdb.arch/gdb1558.exp: Replace uses of gdb_expect after
17036 gdb_run_cmd with gdb_test_multiple or gdb_test throughout.
17037 * gdb.arch/i386-size-overlap.exp: Likewise.
17038 * gdb.arch/i386-size.exp: Likewise.
17039 * gdb.arch/i386-unwind.exp: Likewise.
17040 * gdb.base/a2-run.exp: Likewise.
17041 * gdb.base/break.exp: Likewise.
17042 * gdb.base/charset.exp: Likewise.
17043 * gdb.base/chng-syms.exp: Likewise.
17044 * gdb.base/commands.exp: Likewise.
17045 * gdb.base/dbx.exp: Likewise.
17046 * gdb.base/find.exp: Likewise.
17047 * gdb.base/funcargs.exp: Likewise.
17048 * gdb.base/jit-simple.exp: Likewise.
17049 * gdb.base/reread.exp: Likewise.
17050 * gdb.base/sepdebug.exp: Likewise.
17051 * gdb.base/step-bt.exp: Likewise.
17052 * gdb.cp/mb-inline.exp: Likewise.
17053 * gdb.cp/mb-templates.exp: Likewise.
17054 * gdb.objc/basicclass.exp: Likewise.
17055 * gdb.threads/killed.exp: Likewise.
17056
9d9bf2df
EBM
170572014-09-12 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
17058
17059 PR tdep/17379
17060 * gdb.arch/powerpc-stackless.S: New file.
17061 * gdb.arch/powerpc-stackless.exp: New file.
17062
1cf2f1b0
JK
170632014-09-12 Jan Kratochvil <jan.kratochvil@redhat.com>
17064
17065 * gdb.base/attach.c: Include unistd.h.
17066 (main): Call alarm. Add label postloop.
17067 * gdb.base/attach.exp (do_attach_tests): Use gdb_get_line_number,
17068 gdb_breakpoint, gdb_continue_to_breakpoint.
17069 (test_command_line_attach_run): Kill ${testpid} in one exit path.
17070
98880d46
PA
170712014-09-11 Pedro Alves <palves@redhat.com>
17072
17073 PR gdb/17347
17074 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): New procedure.
17075 * gdb.base/attach.exp (test_command_line_attach_run): New
17076 procedure.
17077 (top level): Call it.
17078
4c92ff2c
PA
170792014-09-11 Pedro Alves <palves@redhat.com>
17080
17081 * lib/gdb.exp (spawn_wait_for_attach): New procedure.
17082 * gdb.base/attach.exp (do_attach_tests, do_call_attach_tests)
17083 (do_command_attach_tests): Use spawn_wait_for_attach.
17084 * gdb.base/solib-overlap.exp: Likewise.
17085 * gdb.multi/multi-attach.exp: Likewise.
17086 * gdb.python/py-prompt.exp: Likewise.
17087 * gdb.python/py-sync-interp.exp: Likewise.
17088 * gdb.server/ext-attach.exp: Likewise.
17089
3adc1a7d
GKB
170902014-09-11 Gabriel Krisman Bertazi <gabriel@krisman.be>
17091
17092 * gdb.fortran/array-element.exp: Remove unexpected "continue"
17093 command in testcase. Simplify testcase.
17094
96334934
JB
170952014-09-10 Joel Brobecker <brobecker@adacore.com>
17096
17097 * gdb.dwarf2/dynarr-ptr.exp: Add a few ptype tests.
17098
eb479039
JB
170992014-09-10 Joel Brobecker <brobecker@adacore.com>
17100
17101 * gdb.dwarf2/dynarr-ptr.exp: Add 'first, 'last and 'length tests.
17102
deede10c
JB
171032014-09-10 Joel Brobecker <brobecker@adacore.com>
17104
17105 * gdb.dwarf2/dynarr-ptr.exp: Add subscripting tests.
17106
7828a5f5
JB
171072014-09-10 Joel Brobecker <brobecker@adacore.com>
17108
17109 * gdb.dwarf2/dynarr-ptr.c: New file.
17110 * gdb.dwarf2/dynarr-ptr.exp: New file.
17111
33aeebcf
MR
171122014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
17113
17114 * gdb.base/watchpoint-solib.exp: Increase the timeout by a factor
17115 of 30 rather than hardcoding 120 for a slow test case. Take the
17116 `gdb,timeout' target setting into account for this calculation.
17117 Don't extend the timeout for the test cases that don't need it.
17118
7b415901
MR
171192014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
17120
17121 * gdb.reverse/sigall-reverse.exp: Increase the timeout by
17122 a factor of 2 for a slow test case. Take the `gdb,timeout'
17123 target setting into account for this calculation.
17124 * gdb.reverse/until-precsave.exp: Increase the timeout by
17125 a factor of 15 and 3 respectively rather than adding 120
17126 for a pair of slow test cases. Take the `gdb,timeout'
17127 target setting into account for this calculation.
17128
4a40f85a
MR
171292014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
17130
17131 * lib/gdb.exp (gdb_test_multiple): Remove code to select the
17132 timeout, don't pass one down to gdb_expect.
17133 (gdb_expect): Rework timeout selection.
17134
09635af7
MR
171352014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
17136
17137 * lib/gdbserver-support.exp (gdbserver_start): Throw an error
17138 exception on timeout.
17139 (gdbserver_run): Catch any `gdbserver_spawn' error exceptions.
17140 (gdbserver_start_extended): Catch any `gdbserver_start' error
17141 exceptions.
17142 (gdbserver_start_multi, mi_gdbserver_start_multi): Likewise.
17143 * lib/mi-support.exp (mi_gdb_target_load): Catch any
17144 `gdbserver_gdb_load' error exceptions.
17145
2bdd10b7
MR
171462014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
17147
17148 * lib/gdbserver-support.exp (gdbserver_start): Set timeout to
17149 120 on waiting for the TCP socket to open.
17150
316935f0
DE
171512014-09-09 Doug Evans <xdje42@gmail.com>
17152
17153 * gdb.base/default.exp (show_conv_list): Add _caller_is,
17154 _caller_matches, _any_caller_is, _any_caller_matches.
17155
83740597
DE
171562014-09-09 Doug Evans <xdje42@gmail.com>
17157
17158 * gdb.guile/scm-error.exp: Handle guile 2.2 backtrace output.
17159
4c122fc3
YQ
171602014-09-09 Yao Qi <yao@codesourcery.com>
17161
17162 * gdb.mi/mi-var-display.exp: Set print symbol off.
17163
a9f116cb
GKB
171642014-09-07 Gabriel Krisman Bertazi <gabriel@krisman.be>
17165
17166 PR gdb/17035
17167 * gdb.base/commands.exp: Add tests to verify user-defined
17168 commands with empty bodies.
17169 * gdb.python/py-cmd.exp: Test that we don't show user-defined
17170 python commands in `show user command`.
17171 * gdb.python/scm-cmd.exp: Test that we don't show user-defined
17172 scheme commands in `show user command`.
17173
c75bd3a2
JK
171742014-09-07 Jan Kratochvil <jan.kratochvil@redhat.com>
17175
17176 PR python/17355
17177 * gdb.python/amd64-py-framefilter-invalidarg.S: New file.
17178 * gdb.python/py-framefilter-invalidarg-gdb.py.in: New file.
17179 * gdb.python/py-framefilter-invalidarg.exp: New file.
17180 * gdb.python/py-framefilter-invalidarg.py: New file.
17181
faa42425
DE
171822014-09-06 Doug Evans <xdje42@gmail.com>
17183
17184 PR 15276
17185 * gdb.python/py-caller-is.c: New file.
17186 * gdb.python/py-caller-is.exp: New file.
17187
474ca4f6
SDJ
171882014-09-05 Sergio Durigan Junior <sergiodj@redhat.com>
17189
17190 PR gdb/17235
17191 * gdb.arch/amd64-stap-wrong-subexp.exp: New file.
17192 * gdb.arch/amd64-stap-wrong-subexp.S: Likewise.
17193
eb0b0463
SDJ
171942014-09-04 Sergio Durigan Junior <sergiodj@redhat.com>
17195
17196 PR fortran/17237
17197 * gdb.fortran/print-formatted.exp: New file.
17198 * gdb.fortran/print-formatted.f90: Likewise.
17199
5f3b99cf
SS
172002014-09-03 Sasha Smundak <asmundak@google.com>
17201
17202 * gdb.python/py-frame.exp: Test Frame.read_register.
17203
7d793aa9
SDJ
172042014-09-03 Sergio Durigan Junior <sergiodj@redhat.com>
17205
17206 PR python/16699
17207 * gdb.python/py-completion.exp: New file.
17208 * gdb.python/py-completion.py: Likewise.
17209
fb0576e9
DE
172102014-08-28 Doug Evans <dje@google.com>
17211
17212 * gdb.arch/amd64-pseudo.c (main): Rewrite to better specify when
17213 eax,etc. are live with values set by gdb and thus the compiler can't
17214 use them.
17215 * gdb.arch/i386-pseudo.c (main): Ditto.
17216
ee92b0dd
DE
172172014-08-27 Doug Evans <dje@google.com>
17218
17219 * lib/gdb.exp (gdb_compile_shlib): Add support for clang.
17220
6649db35
DE
172212014-08-25 Doug Evans <dje@google.com>
17222
17223 * gdb.mi/basics.c (callee3, callee2, callee1): Specify result type.
17224 (main): Ditto.
17225
564b7600
DE
172262014-08-25 Doug Evans <dje@google.com>
17227
17228 * gdb.threads/thread-execl.exp: #include <stdio.h>.
17229
3881fb67
YQ
172302014-08-24 Yao Qi <yao@codesourcery.com>
17231
17232 * gdb.guile/scm-value.exp (test_lazy_strings): Set print
17233 symbol off.
17234 * gdb.python/py-value.exp (test_lazy_strings): Likewise.
17235
a05a36a5
DE
172362014-08-22 Doug Evans <dje@google.com>
17237
17238 PR 17276
17239 * gdb.dwarf2/dw2-single-line-discriminators.S: New file.
17240 * gdb.dwarf2/dw2-single-line-discriminators.c: New file.
17241 * gdb.dwarf2/dw2-single-line-discriminators.exp: New file.
17242
7c343b48
YQ
172432014-08-22 Yao Qi <yao@codesourcery.com>
17244
17245 * gdb.python/py-finish-breakpoint.exp: Copy .py file to host.
17246 * gdb.python/py-finish-breakpoint2.exp: Likewise.
17247 * gdb.python/python.exp: Likewise. Use .py file on the host
17248 instead of the build.
17249
22fd09ae
JK
172502014-08-21 Jan Kratochvil <jan.kratochvil@redhat.com>
17251
17252 * gdb.threads/gcore-stale-thread.c: New file.
17253 * gdb.threads/gcore-stale-thread.exp: New file.
17254
a8454a7c
PA
172552014-08-21 Pedro Alves <palves@redhat.com>
17256
17257 * gdb.base/gcore-buffer-overflow.exp: Remove "help gcore" test.
17258 * gdb.base/gcore-relro-pie.exp: Likewise.
17259 * gdb.base/gcore-relro.exp: Likewise.
17260 * gdb.base/gcore.exp: Likewise.
17261 * gdb.base/print-symbol-loading.exp: Likewise.
17262 * gdb.threads/gcore-thread.exp: Likewise.
17263 * lib/gdb.exp (gdb_gcore_cmd): Don't expect "Undefined command".
17264
2a31c623
PA
172652014-08-20 Pedro Alves <palves@redhat.com>
17266 Jan Kratochvil <jan.kratochvil@redhat.com>
17267
17268 * Makefile.in (EXTRA_RULES, CC): New variables, get from
17269 configure.
17270 (EXPECT): Handle READ1 being set.
17271 (all): Depend on EXTRA_RULES.
17272 (check-read1, expect-read1, read1.so, read1): New rules.
17273 * README (Testsuite Parameters): Document the READ1 make variable.
17274 (Race detection): New section.
17275 * configure: Regenerate.
17276 * configure.ac: If build==host==target, and running under a
17277 GNU/glibc system, add read1 to the extra Makefile rules.
17278 (EXTRA_RULES): AC_SUBST it.
17279 * lib/read1.c: New file.
17280
d36430db
JB
172812014-08-20 Joel Brobecker <brobecker@adacore.com>
17282
17283 * gdb.dwarf2/data-loc.exp: Add additional tests exercising
17284 the handling of variables declared as a typedef to an array
17285 which a DW_AT_data_location attribute.
17286
9a0dc9e3
PA
172872014-08-19 Andrew Burgess <aburgess@broadcom.com>
17288 Pedro Alves <palves@redhat.com>
17289
17290 PR symtab/14604
17291 PR symtab/14605
17292 * gdb.dwarf2/dw2-op-out-param.exp: Remove kfail branches and use
17293 gdb_test.
17294
0718a8da
PA
172952014-08-19 Pedro Alves <palves@redhat.com>
17296
17297 * gdb.base/watchpoint-hw-hit-once.c (main): Update comment.
17298
13b448cd
YQ
172992014-08-19 Yao Qi <yao@codesourcery.com>
17300
17301 * gdb.base/watchpoint-hw-hit-once.exp: Set breakpoint on the
17302 right line.
17303
1cbf5077
DB
173042014-08-18 David Blaikie <dblaikie@gmail.com>
17305
17306 * boards/fission.exp: Explicitly pass -ggnu-pubnames for clang.
17307
bf0fae19
JB
173082014-08-18 Joel Brobecker <brobecker@adacore.com>
17309
17310 * gdb.dwarf2/data-loc.exp: Remove second DW_AT_upper bound
17311 attribute in array range.
17312
3c8c5dcc
JB
173132014-08-18 Joel Brobecker <brobecker@adacore.com>
17314
17315 * gdb.dwarf2/data-loc.c, gdb.dwarf2/data-loc.exp: New files.
17316
e66d4446
SC
173172014-08-15 Siva Chandra Reddy <sivachandra@google.com>
17318
17319 PR c++/17132
17320 * gdb.cp/pr17132.cc: New file.
17321 * gdb.cp/pr17132.exp: New file.
17322
940df408
SC
173232014-08-15 Siva Chandra Reddy <sivachandra@google.com>
17324
17325 * gdb.python/py-xmethods.py (A_getarrayind)
17326 (E_method_char_worker.__call__, E_method_int_worker.__call__):
17327 Use 'print' with function call syntax.
17328 (E_method_matcher.match): Fix tab vs space indentation mixup.
17329
ebcc6c3a
YQ
173302014-08-15 Yao Qi <yao@codesourcery.com>
17331
17332 * gdb.trace/tfile.exp: Return -1 if generate_tracefile returns
17333 false.
17334
775e0f04
YQ
173352014-08-15 Yao Qi <yao@codesourcery.com>
17336
17337 * gdb.cp/casts.exp: Set print symbol off.
17338 * gdb.cp/class2.exp: Likewise.
17339 * gdb.cp/overload.exp: Likewise.
17340 * gdb.cp/templates.exp: Likewise.
17341
d769e349
DE
173422014-08-11 Doug Evans <dje@google.com>
17343
17344 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
17345 (test_load_shlib): Update.
17346
20c6f1e1
YQ
173472014-08-09 Yao Qi <yao@codesourcery.com>
17348
17349 * gdb.base/display.exp: Invoke is_address_zero_readable.
17350 * gdb.guile/scm-value.exp (test_value_in_inferior): Likewise.
17351 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
17352 * gdb.base/hbreak-unmapped.exp: Return if
17353 is_address_zero_readable returns true.
17354 * gdb.base/signest.exp: Likewise.
17355 * gdb.base/signull.exp: Likewise.
17356 * gdb.base/sigbpt.exp: Likewise.
17357 * gdb.guile/scm-disasm.exp: Do the test if
17358 is_address_zero_readable returns false.
17359 * gdb.guile/scm-pretty-print.exp (run_lang_tests): Likewise.
17360 * gdb.python/py-arch.exp: Likewise.
17361 * gdb.python/py-prettyprint.exp (run_lang_tests): Likewise.
17362 * lib/gdb.exp (is_address_zero_readable): New proc.
17363
5792e8e3
YQ
173642014-08-09 Yao Qi <yao@codesourcery.com>
17365
17366 PR testsuite/13443
17367 * gdb.mi/mi-var-display.exp: Make test messages unique.
17368
3cecbbbe
TT
173692014-08-04 Tom Tromey <tromey@redhat.com>
17370
17371 * gdb.base/sss-bp-on-user-bp-2.exp: Expect output from "set debug
17372 target 0".
17373
00b51ff5
TT
173742014-08-04 Tom Tromey <tromey@redhat.com>
17375
17376 * gdb.base/sss-bp-on-user-bp-2.exp: Match "to_resume", not
17377 "target_resume".
17378
6908c509
JB
173792014-08-01 Joel Brobecker <brobecker@adacore.com>
17380
17381 * gdb.base/vla-datatypes.c (vla_factory): Add new variable
17382 inner_vla_struct_object_size.
17383 * gdb.base/vla-datatypes.exp: Adjust last test, and mark it
17384 as xfail.
17385
cc6563d2
PA
173862014-07-30 Pedro Alves <palves@redhat.com>
17387
17388 * gdb.threads/signal-command-handle-nopass.exp (test): Add
17389 comment.
17390
7e09a223
YQ
173912014-07-29 Yao Qi <yao@codesourcery.com>
17392
17393 PR gdb/17206
17394 * gdb.base/until-nodebug.exp: New.
17395
7ebdbe92
DE
173962014-07-28 Doug Evans <xdje42@gmail.com>
17397
17398 PR guile/17203
17399 * gdb.guile/scm-parameter.exp: Add tests for trying to create
17400 previously existing parameter, and previously ambiguously spelled
17401 parameter.
17402
fdb1adc6
WN
174032014-07-28 Will Newton <will.newton@linaro.org>
17404
17405 * gdb.base/varargs.exp: Remove KFAILs for ARM.
17406
186fcde0
DE
174072014-07-26 Ludovic Courtès <ludo@gnu.org>
17408 Doug Evans <xdje42@gmail.com>
17409
17410 PR guile/17146
17411 * gdb.guile/types-module.exp: Add tests for wrong type arguments.
17412
70509625
PA
174132014-07-25 Pedro Alves <palves@redhat.com>
17414
17415 * gdb.threads/signal-command-handle-nopass.c: New file.
17416 * gdb.threads/signal-command-handle-nopass.exp: New file.
17417 * gdb.threads/signal-command-multiple-signals-pending.c: New file.
17418 * gdb.threads/signal-command-multiple-signals-pending.exp: New file.
17419 * gdb.threads/signal-delivered-right-thread.c: New file.
17420 * gdb.threads/signal-delivered-right-thread.exp: New file.
17421
c3f814a1
PA
174222014-07-25 Pedro Alves <palves@redhat.com>
17423
17424 * gdb.base/double-prompt-target-event-error.exp
17425 (cancel_pagination_in_target_event): Remove '-notransfer <return>'
17426 match.
17427 (cancel_pagination_in_target_event): Rework double prompt
17428 detection.
17429 * gdb.base/paginate-after-ctrl-c-running.exp
17430 (test_ctrlc_while_target_running_paginates): Remove '-notransfer
17431 <return>' match.
17432 * gdb.base/paginate-bg-execution.exp
17433 (test_bg_execution_pagination_return)
17434 (test_bg_execution_pagination_cancel): Remove '-notransfer
17435 <return>' matches.
17436 * gdb.base/paginate-execution-startup.exp
17437 (test_fg_execution_pagination_return)
17438 (test_fg_execution_pagination_cancel): Remove '-notransfer
17439 <return>' matches.
17440 * gdb.base/paginate-inferior-exit.exp
17441 (test_paginate_inferior_exited): Remove '-notransfer <return>'
17442 match.
17443 * lib/gdb-utils.exp (string_to_regexp): Move here from lib/gdb.exp.
17444 * lib/gdb.exp (pagination_prompt): Run text through
17445 string_to_regexp.
17446 (gdb_test_multiple): Match $pagination_prompt instead of
17447 "<return>".
17448 (string_to_regexp): Move to lib/gdb-utils.exp.
17449
e214cf6c
JK
174502014-07-22 Jan Kratochvil <jan.kratochvil@redhat.com>
17451
17452 * gdb.arch/amd64-entry-value-paramref.S: New file.
17453 * gdb.arch/amd64-entry-value-paramref.cc: New file.
17454 * gdb.arch/amd64-entry-value-paramref.exp: New file.
17455 * gdb.arch/amd64-optimout-repeat.S: New file.
17456 * gdb.arch/amd64-optimout-repeat.c: New file.
17457 * gdb.arch/amd64-optimout-repeat.exp: New file.
17458
17d0c5c8
JK
174592014-07-17 Jan Kratochvil <jan.kratochvil@redhat.com>
17460
17461 PR gdb/17170
17462 * gdb.base/statistics.exp: New file.
17463
b8b8facf
DE
174642014-07-17 Doug Evans <dje@google.com>
17465
74b49205 17466 PR gdb/17170
b8b8facf
DE
17467 * gdb.base/maint.exp: Update testing of per-command stats.
17468
1b5d0ab3
PA
174692014-07-16 Pedro Alves <palves@redhat.com>
17470
17471 * gdb.trace/tfile.c: Include unistd.h and stdint.h.
17472 (start_trace_file): Guard S_IRGRP and S_IROTH uses behind #ifdef.
17473 (tfile_write_64, tfile_write_16, tfile_write_8, tfile_write_addr)
17474 (tfile_write_buf): New functions.
17475 (add_memory_block): Rewrite using the above.
17476 (adjust_function_address): New function.
17477 (FUNCTION_ADDRESS): New macro.
17478 (write_basic_trace_file): Remove short_x local, and use
17479 tfile_write_16. Change type of func_addr local to unsigned long
17480 long. Use FUNCTION_ADDRESS instead of handling the Thumb bit
17481 here. Cast argument of add_memory_block to char pointer.
17482 (write_error_trace_file): Avoid alloca. Use FUNCTION_ADDRESS.
17483 (main): Remove parameters.
17484 * gdb.trace/tfile.exp: Remove nowarnings.
17485
4d974e88
SM
174862014-07-15 Simon Marchi <simon.marchi@ericsson.com>
17487
17488 * gdb.base/debug-expr.exp: Test string evaluation with
17489 "debug expression" on.
17490
41e99568
PA
174912014-07-15 Pedro Alves <palves@redhat.com>
17492
17493 * gdb.base/reread.exp: Use clean_restart.
17494
487d9753
PL
174952014-07-15 Pierre Langlois <pierre.langlois@embecosm.com>
17496
17497 * gdb.arch/avr-flash-qualifer.c: New.
17498 * gdb.arch/avr-flash-qualifer.exp: New.
17499
cc1c52ad
PA
175002014-07-14 Pedro Alves <palves@redhat.com>
17501
17502 * gdb.base/paginate-after-ctrl-c-running.c: New file.
17503 * gdb.base/paginate-after-ctrl-c-running.exp: New file.
17504
1e973570
PA
175052014-07-14 Pedro Alves <palves@redhat.com>
17506
17507 * gdb.base/double-prompt-target-event-error.c: New file.
17508 * gdb.base/double-prompt-target-event-error.exp: New file.
17509
93d6eb10
PA
175102014-07-14 Pedro Alves <palves@redhat.com>
17511
17512 PR gdb/17072
17513 * gdb.base/paginate-inferior-exit.c: New file.
17514 * gdb.base/paginate-inferior-exit.exp: New file.
17515
0017922d
PA
175162014-07-14 Pedro Alves <palves@redhat.com>
17517
17518 PR gdb/17072
17519 * gdb.base/paginate-bg-execution.c: New file.
17520 * gdb.base/paginate-bg-execution.exp: New file.
17521
94696ad3
PA
175222014-07-14 Pedro Alves <palves@redhat.com>
17523
17524 PR gdb/17072
17525 * gdb.base/paginate-execution-startup.c: New file.
17526 * gdb.base/paginate-execution-startup.exp: New file.
17527 * lib/gdb.exp (pagination_prompt): New global.
17528 (default_gdb_spawn): New procedure, factored out from
17529 default_gdb_spawn.
17530 (default_gdb_start): Adjust to call default_gdb_spawn.
17531 (gdb_spawn): New procedure.
17532
bd293940
PA
175332014-07-14 Pedro Alves <palves@redhat.com>
17534
17535 * lib/gdb.exp (gdb_assert): New procedure.
17536 * gdb.trace/backtrace.exp (gdb_backtrace_tdp_4): Use it.
17537
c933f875
PA
175382014-07-14 Pedro Alves <palves@redhat.com>
17539
17540 * gdb.base/execution-termios.c: New file.
17541 * gdb.base/execution-termios.exp: New file.
17542
d98b7a16
TT
175432014-07-14 Tom Tromey <tromey@redhat.com>
17544
17545 * gdb.cp/vla-cxx.cc: New file.
17546 * gdb.cp/vla-cxx.exp: New file.
17547
548740d6
TT
175482014-07-14 Tom Tromey <tromey@redhat.com>
17549
17550 * gdb.reverse/rerun-prec.c: New file.
17551 * gdb.reverse/rerun-prec.exp: New file.
17552
a25eb028
MR
175532014-07-12 Maciej W. Rozycki <macro@mips.com>
17554 Maciej W. Rozycki <macro@codesourcery.com>
17555
17556 * lib/gdb-utils.exp: New file.
17557 * lib/gdb.exp (gdb_run_cmd): Call gdb_init_commands, replacing
17558 inline `gdb_init_command' processing.
17559 (gdb_start_cmd): Likewise.
17560 * lib/mi-support.exp (mi_run_cmd): Likewise.
17561 * README: Document `gdb_init_command' and `gdb_init_commands'.
17562
218c2655
JK
175632014-07-11 Jan Kratochvil <jan.kratochvil@redhat.com>
17564
17565 Fix false FAIL running under a very long directory name.
17566 * gdb.base/argv0-symlink.exp: Add "set print repeats 10000"
17567 and "set print elements 10000". Twice.
17568
5401fde3
YQ
175692014-07-11 Yao Qi <yao@codesourcery.com>
17570
17571 * gdb.base/exprs.exp: "set print symbol off".
17572
e76126e8
PA
175732014-07-11 Pedro Alves <palves@redhat.com>
17574
17575 * gdb.threads/kill.c: New file.
17576 * gdb.threads/kill.exp: New file.
17577
2d6f0de6
YQ
175782014-07-10 Yao Qi <yao@codesourcery.com>
17579
17580 * gdb.trace/tfile.c (write_basic_trace_file)
17581 [__thumb__||__thumb2__]: Clear the Thumb bit of the function
17582 address written to trace file.
17583
7180e04a
PA
175842014-07-09 Pedro Alves <palves@redhat.com>
17585
17586 * gdb.base/attach-wait-input.exp: New file.
17587 * gdb.base/attach-wait-input.c: New file.
17588
9a9a7608
AB
175892014-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
17590
17591 * gdb.mi/var-cmd.c (do_nested_struct_union_tests): New function
17592 setting up test structures.
17593 (main): Call new test function.
17594 * gdb.mi/mi2-var-child.exp: Create additional breakpoint in new
17595 test function, continue into test function and walk test
17596 structures.
17597
161ac41e
YQ
175982014-07-02 Yao Qi <yao@codesourcery.com>
17599
17600 * gdb.trace/entry-values.c: Define labels 'foo_start' and
17601 'bar_start' at the beginning of functions 'foo' and 'bar'
17602 respectively.
17603 * gdb.trace/entry-values.exp: Use 'foo_start' and 'bar_start'
17604 instead of 'foo' and 'bar'.
17605
1f267ae3
MM
176062014-07-08 Markus Metzger <markus.t.metzger@intel.com>
17607
17608 * gdb.btrace/segv.exp: New.
17609 * gdb.btrace/segv.c: New.
17610
2b239efb
LM
176112014-07-02 Luis Machado <lgustavo@codesourcery.com>
17612
17613 * gdb.trace/entry-values.exp: Handle powerpc-specific branch
17614 instruction.
17615
cf363f18
MW
176162014-06-30 Mark Wielaard <mjw@redhat.com>
17617
17618 * gdb.base/constvars.c (violent, violet, vips, virgen, vulgar,
17619 vulture, vilify, villar): New volatile array constants.
17620 (vindictive, vegetation): New const volatile array constants.
17621 * gdb.base/volatile.exp: Test volatile and const volatile array
17622 types.
17623
aebf9d24
AA
176242014-06-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
17625
17626 * gdb.base/watchpoint-reuse-slot.exp: Handle the case that the
17627 target lacks support for awatch, rwatch, or hbreak.
17628
b67a2c6f
YQ
176292014-06-27 Yao Qi <yao@codesourcery.com>
17630
17631 * gdb.multi/dummy-frame-restore.exp: New.
17632 * gdb.multi/dummy-frame-restore.c: New.
17633
aef92902
MM
176342014-06-25 Markus Metzger <markus.t.metzger@intel.com>
17635
17636 * gdb.btrace/gcore.exp: New.
17637
8e9db26e
PA
176382014-06-23 Pedro Alves <palves@redhat.com>
17639
17640 * gdb.base/watchpoint-reuse-slot.c: New file.
17641 * gdb.base/watchpoint-reuse-slot.exp: New file.
17642
70afc5b7
SC
176432014-06-23 Siva Chandra Reddy <sivachandra@google.com>
17644
17645 * gdb.python/py-xmethods.exp: Use "progspace" instead of the
17646 progspace's filename in 'info', 'enable' and 'disable' command
17647 tests.
17648
b972bd9c
JK
176492014-06-23 Jan Kratochvil <jan.kratochvil@redhat.com>
17650
17651 * gdb.arch/amd64-stap-special-operands.exp: Use is_lp64_target.
17652 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
17653 * gdb.dwarf2/dw2-error.exp: Use istarget and is_lp64_target.
17654
125f8a3d
GB
176552014-06-20 Gary Benson <gbenson@redhat.com>
17656
17657 * gdb.arch/i386-avx.exp: Fix include file location.
17658 * gdb.arch/i386-sse.exp: Likewise.
17659
3ed9baed
IB
176602014-06-19 Iain Buclaw <ibuclaw@gdcproject.org>
17661
17662 * gdb.dlang/expression.exp: New file.
17663
034f788c
PA
176642014-06-19 Pedro Alves <palves@redhat.com>
17665
17666 * gdb.threads/thread-execl.exp (do_test): New procedure, factored
17667 out from ...
17668 (top level): ... here. Iterate running tests under different
17669 scheduler-locking settings.
17670
45371d0c
LM
176712014-06-18 Luis Machado <lgustavo@codesourcery.com>
17672
17673 * gdb.cp/nsalias.exp: Set type of low_pc and high_pc entries
17674 to DW_FORM_addr and use non-zero addresses.
17675
5d376983
SC
176762014-06-18 Siva Chandra Reddy <sivachandra@google.com>
17677
17678 PR gdb/17017
17679 * gdb.python/py-xmethods.cc: Add global function call counters and
17680 increment them in their respective functions. Remove "cout"
17681 statements.
17682 * gdb.python/py-xmethods.exp: Make tests check the global function
17683 call counters instead of depending on inferior IO.
17684
a1aa2221
LM
176852014-06-18 Don Breazeal <donb@codesourcery.com>
17686
17687 * gdb.base/foll-fork.exp (default_fork_parent_follow):
17688 Deleted procedure.
17689 (explicit_fork_parent_follow): Deleted procedure.
17690 (explicit_fork_child_follow): Deleted procedure.
17691 (test_follow_fork): New procedure.
17692 (do_fork_tests): Replace calls to deleted procedures with
72f4393d 17693 calls to test_follow_fork and reset GDB for subsequent
a1aa2221
LM
17694 procedure calls.
17695
0fc05997
YQ
176962014-06-17 Yao Qi <yao@codesourcery.com>
17697
17698 * gdb.base/wchar.exp: Set $cent to \u00A2 if "host-charset" is
17699 CP1252.
17700
70795c52
LM
177012014-06-17 Luis Machado <lgustavo@codesourcery.com>
17702
17703 * gdb.mi/mi-var-rtti.cc (type_update_when_use_rtti_test):
17704 Initialize ptr and S explicitly.
17705 (skip_type_update_when_not_use_rtti_test): Likewise.
17706
6be47f0c
KS
177072014-06-16 Keith Seitz <keiths@redhat.com>
17708
17709 PR mi/15863
17710 * gdb.mi/mi-var-cmd.exp: Add test for -var-update before
17711 the inferior is started.
17712
d03de421
PA
177132014-06-16 Pedro Alves <palves@redhat.com>
17714
17715 * gdb.base/break-main-file-remove-fail.c: New file.
17716 * gdb.base/break-main-file-remove-fail.exp: New file.
17717 * gdb.base/break-unload-file.exp: Use build_executable instead of
17718 prepare_for_testing.
17719 (test_break): New parameter "initial_load". Handle it.
17720 (top level): Add initial_load cmdline/file axis.
17721
f9579b99
TT
177222014-06-12 Tom Tromey <tromey@redhat.com>
17723
17724 * gdb.base/completion.exp: Don't use directory name in test.
17725
3657956b
GB
177262014-06-09 Gary Benson <gbenson@redhat.com>
17727
17728 * gdb.base/sigall.c [Functions to send signals]: Reorder to
17729 separate the always-available ANSI-standard signals from the
17730 signals that require checking.
17731 (main): Likewise.
17732 * gdb.reverse/sigall-reverse.c [Functions to send signals]:
17733 Likewise.
17734 (main): Likewise.
17735
4186eb54
KS
177362014-06-07 Keith Seitz <keiths@redhat.com>
17737
17738 Revert:
17739 PR c++/16253
17740 * gdb.cp/var-tag.cc: New file.
17741 * gdb.cp/var-tag.exp: New file.
17742 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
17743 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
17744 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
17745 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
17746
25326a28 177472014-06-06 Doug Evans <xdje42@gmail.com>
6da01dbe
DE
17748
17749 * gdb.guile/scm-frame-args.c (foo): Tweak to work with gcc 4.6.3.
17750
829155c9
PA
177512014-06-06 Pedro Alves <palves@redhat.com>
17752
17753 * gdb.base/sss-bp-on-user-bp-2.exp: Look for target_resume(step)
17754 in target debug output instead of looking at RSP packets,
17755 disabling the test on any target that uses hardware stepping.
17756 Update comments.
17757
61c8d22e
PA
177582014-06-06 Pedro Alves <palves@redhat.com>
17759
17760 * gdb.base/break-unload-file.exp: Fix typo.
17761
d9a47287
YQ
177622014-06-06 Yao Qi <yao@codesourcery.com>
17763
17764 * gdb.base/jit.exp (one_jit_test): Restrict the pattern
17765 from "jit_function" to "^jit_function".
17766
e5e01dbf
YQ
177672014-06-06 Yao Qi <yao@codesourcery.com>
17768
17769 * gdb.base/async.c (foo): Add one statement.
17770 * gdb.base/async.exp: Get the next instruction address and
17771 match the output of "nexti" by instruction address. Match
17772 the hex address in the output of "finish".
17773
73ba372c
GB
177742014-06-06 Gary Benson <gbenson@redhat.com>
17775
17776 * gdb.base/call-signals.c: Remove preprocessor conditionals
17777 for always-defined signals SIGINT, SIGILL, SIGABRT, SIGFPE,
17778 SIGSEGV and SIGTERM.
17779 * gdb.base/sigall.c: Likewise.
17780 * gdb.base/unwindonsignal.c: Likewise.
17781 * gdb.reverse/sigall-reverse.c: Likewise.
17782
831517df
YQ
177832014-06-06 Yao Qi <yao@codesourcery.com>
17784
17785 * gdb.base/hbreak-unmapped.exp: Read memory at address 0. If
17786 readable, skip the test.
17787
b8b91e98
YQ
177882014-06-06 Yao Qi <yao@codesourcery.com>
17789
17790 * gdb.threads/staticthreads.c (thread_function): Move the line
17791 setting breakpoint on forward.
17792 * gdb.threads/staticthreads.exp: Update comments.
17793
fb934770
LC
177942014-06-05 Ludovic Courtès <ludo@gnu.org>
17795
17796 * gdb.guile/scm-value.exp (test_value_in_inferior): Add test
17797 "history-append! type error".
17798
6ef284bd
SM
177992014-06-05 Simon Marchi <simon.marchi@ericsson.com>
17800
17801 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Fix
17802 erroneous dprintf expected input.
17803
a872e241
DE
178042014-06-04 Doug Evans <xdje42@gmail.com>
17805
17806 * gdb.guile/scm-generics.exp: Delete.
17807
16f691fb
DE
178082014-06-04 Doug Evans <xdje42@gmail.com>
17809
17810 * gdb.guile/scm-breakpoint.exp: Update.
17811 Add tests for breakpoint registration.
17812
012370f6
TT
178132014-06-04 Tom Tromey <tromey@redhat.com>
17814
17815 * gdb.base/vla-datatypes.exp: Add tests for VLA-in-structure and
17816 VLA-in-union.
17817 * gdb.base/vla-datatypes.c (vla_factory): Add vla_struct,
17818 inner_vla_struct, vla_union types. Initialize objects of those
17819 types and compute their sizes.
17820
9f5a4cef
HZ
178212014-06-04 Nathan Sidwell <nathan@codesourcery.com>
17822 Hui Zhu <hui@codesourcery.com>
17823
17824 * gdb.base/fileio.exp: Add test for shell not available as well as
17825 available.
17826 * gdb.base/fileio.c (test_system): Check for shell twice.
17827
90a45c4d
YQ
178282014-06-04 Yao Qi <yao@codesourcery.com>
17829
17830 * gdb.base/auto-connect-native-target.exp: Remove redundant
17831 space from the regexp pattern.
17832
70017e41
YQ
178332014-06-04 Yao Qi <yao@codesourcery.com>
17834
17835 * gdb.base/default.exp: Replace "child" with "native" in
17836 regexp pattern.
17837
883964a7
SC
178382014-06-03 Siva Chandra Reddy <sivachandra@google.com>
17839
17840 * gdb.python/py-xmethods.cc: New testcase to test xmethods.
17841 * gdb.python/py-xmethods.exp: New tests to test xmethods.
17842 * gdb.python/py-xmethods.py: Python script supporting the
17843 new testcase and tests.
17844
ef370185
JB
178452014-06-03 Joel Brobecker <brobecker@adacore.com>
17846 Pedro Alves <palves@redhat.com>
17847
17848 PR breakpoints/17000
17849 * gdb.base/sss-bp-on-user-bp.exp: Remove kfail.
17850 * gdb.base/sss-bp-on-user-bp-2.exp: Remove kfail.
17851
1e2ccb61
BM
178522014-06-03 Brad Mouring <bmouring@ni.com> (tiny patch)
17853
17854 * gdb.base/subst.exp: Add tests to verify partial path matching
17855 output.
17856
c6ec5ab2
PA
178572014-06-03 Pedro Alves <palves@redhat.com>
17858
17859 * gdb.base/sss-bp-on-user-bp-2.exp: Skip if testing with a remote
17860 target that doesn't use software single-stepping.
17861
835c559f
PA
178622014-06-03 Pedro Alves <palves@redhat.com>
17863
17864 PR breakpoints/17000
17865 * gdb.base/sss-bp-on-user-bp-2.c: New file.
17866 * gdb.base/sss-bp-on-user-bp-2.exp: New file.
17867
06eb1586
DE
178682014-06-02 Doug Evans <xdje42@gmail.com>
17869
17870 * gdb.guile/scm-parameter.exp: New file.
17871
e698b8c4
DE
178722014-06-02 Doug Evans <xdje42@gmail.com>
17873
17874 * gdb.guile/scm-cmd.c: New file.
17875 * gdb.guile/scm-cmd.exp: New file.
17876
ded03782
DE
178772014-06-02 Doug Evans <xdje42@gmail.com>
17878
17879 * gdb.guile/scm-pretty-print.exp: Add tests for objfile and progspace
17880 pretty-printer lookup.
17881 * gdb.guile/scm-pretty-print.scm (pp_s-printer): New function.
17882 (make-pp_s-printer): Call it.
17883 (make-pretty-printer-from-dict): New function.
17884 (lookup-pretty-printer-maker-from-dict): New function.
17885 (*pretty-printer*): Simplify.
17886 (make-objfile-pp_s-printer): New function.
17887 (install-objfile-pretty-printers!): New function.
17888 (make-progspace-pp_s-printer): New function.
17889 (install-progspace-pretty-printers!): New function.
17890 * gdb.guile/scm-progspace.c: New file.
17891 * gdb.guile/scm-progspace.exp: New file.
17892
41fac0cf
PA
178932014-06-02 Pedro Alves <palves@redhat.com>
17894
17895 * gdb.base/dprintf-bp-same-addr.c: New file.
17896 * gdb.base/dprintf-bp-same-addr.exp: New file.
17897
96ae5695
EBM
178982014-06-02 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
17899
17900 * gdb.arch/powerpc-power.exp: Add power8 instructions to the testcase.
17901 * gdb.arch/powerpc-power.s: Likewise.
17902
da02b3a8
JB
179032014-06-02 Joel Brobecker <brobecker@adacore.com>
17904
17905 * gdb.base/completion.exp: Remove code aimed at restoring TIMEOUT.
17906
c72b2e7b
YQ
179072014-06-01 Yao Qi <yao@codesourcery.com>
17908
17909 * gdb.base/watchpoint.exp (test_watch_location): Check null
17910 pointer can be dereferenced. If not, do the test, otherwise
17911 skip it.
17912
53e8a631
AB
179132014-05-30 Andrew Burgess <aburgess@broadcom.com>
17914
17915 * gdb.arch/amd64-invalid-stack-middle.exp: Update expected
17916 results.
17917 * gdb.arch/amd64-invalid-stack-top.exp: Likewise.
17918
938f0e2f
AB
179192014-05-30 Andrew Burgess <aburgess@broadcom.com>
17920
17921 * gdb.arch/amd64-invalid-stack-middle.S: New file.
17922 * gdb.arch/amd64-invalid-stack-middle.c: New file.
17923 * gdb.arch/amd64-invalid-stack-middle.exp: New file.
17924 * gdb.arch/amd64-invalid-stack-top.c: New file.
17925 * gdb.arch/amd64-invalid-stack-top.exp: New file.
17926
9ba6657a
PA
179272014-05-30 Pedro Alves <palves@redhat.com>
17928
17929 PR breakpoints/17000
17930 * gdb.base/sss-bp-on-user-bp.c: New file.
17931 * gdb.base/sss-bp-on-user-bp.exp: New file.
17932
522c09bf
DB
179332014-05-30 David Blaikie <dblaikie@gmail.com>
17934
17935 * gdb.opt/inline-break.c: Fix clang compatibility by specifying
17936 gnu_inline semantics via attribute.
17937 * gdb.opt/inline-break.exp: Remove -std=c89 now that the test
17938 source explicitly specifies the required semantics.
17939
bf4ef81e
MR
179402014-05-30 Maciej W. Rozycki <macro@codesourcery.com>
17941
17942 * gdb.reverse/sigall-reverse.exp: Fix a typo.
17943
329ea579
PA
179442014-05-29 Pedro Alves <palves@redhat.com>
17945 Tom Tromey <tromey@redhat.com>
17946
17947 * gdb.base/async-shell.exp: Don't enable target-async.
17948 * gdb.base/async.exp
17949 * gdb.base/corefile.exp (corefile_test_attach): Remove 'async'
17950 parameter. Adjust.
17951 (top level): Don't test with "target-async".
17952 * gdb.base/dprintf-non-stop.exp: Don't enable target-async.
17953 * gdb.base/gdb-sigterm.exp: Don't test with "target-async".
17954 * gdb.base/inferior-died.exp: Don't enable target-async.
17955 * gdb.base/interrupt-noterm.exp: Likewise.
17956 * gdb.mi/mi-async.exp: Use "mi-async" instead of "target-async".
17957 * gdb.mi/mi-nonstop-exit.exp: Likewise.
17958 * gdb.mi/mi-nonstop.exp: Likewise.
17959 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
17960 * gdb.mi/mi-nsintrall.exp: Likewise.
17961 * gdb.mi/mi-nsmoribund.exp: Likewise.
17962 * gdb.mi/mi-nsthrexec.exp: Likewise.
17963 * gdb.mi/mi-watch-nonstop.exp: Likewise.
17964 * gdb.multi/watchpoint-multi.exp: Adjust comment.
17965 * gdb.python/py-evsignal.exp: Don't enable target-async.
17966 * gdb.python/py-evthreads.exp: Likewise.
17967 * gdb.python/py-prompt.exp: Likewise.
17968 * gdb.reverse/break-precsave.exp: Don't test with "target-async".
17969 * gdb.server/solib-list.exp: Don't enable target-async.
17970 * gdb.threads/thread-specific-bp.exp: Likewise.
17971 * lib/mi-support.exp: Adjust to use mi-async.
17972
fd664c91
PA
179732014-05-29 Pedro Alves <palves@redhat.com>
17974
17975 PR gdb/13860
17976 * gdb.mi/mi-cli.exp: Always expect "end-stepping-range" stop
17977 reason, even in sync mode.
17978
251bde03
PA
179792014-05-29 Pedro Alves <palves@redhat.com>
17980 Hui Zhu <hui@codesourcery.com>
17981
17982 PR PR15693
17983 * gdb.mi/mi-condbreak-call-thr-state-mt.c: New file.
17984 * gdb.mi/mi-condbreak-call-thr-state-st.c: New file.
17985 * gdb.mi/mi-condbreak-call-thr-state.c: New file.
17986 * gdb.mi/mi-condbreak-call-thr-state.exp: New file.
17987
7f3c0343
JB
179882014-05-28 Joel Brobecker <brobecker@adacore.com>
17989
17990 * config/monitor.exp (gdb_target_monitor): Replace use of
17991 "set remotebaud" by "set serial baud".
17992
b2715b27
AW
179932014-05-26 Andy Wingo <wingo@igalia.com>
17994
17995 * gdb.guile/scm-breakpoint.exp:
17996 * gdb.guile/scm-gsmob.exp: Update to use plain old object
17997 properties instead of gdb-object-properties.
17998
498a4489
YQ
179992014-05-26 Yao Qi <yao@codesourcery.com>
18000
18001 * gdb.server/no-thread-db.exp: Specify source file name
18002 explicitly when setting a breakpoint.
18003
589fdceb
MM
180042014-05-23 Markus Metzger <markus.t.metzger@intel.com>
18005
18006 * gdb.btrace/vdso.c: New.
18007 * gdb.btrace/vdso.exp: New.
18008
e9089e05
MM
180092014-05-23 Markus Metzger <markus.t.metzger@intel.com>
18010
18011 * gdb.base/gcore.exp (capture_command_output): Move ...
18012 * lib/gdb.exp (capture_command_output): ... here.
18013
67b5c0c1
MM
180142014-05-23 Markus Metzger <markus.t.metzger@intel.com>
18015
18016 * gdb.btrace/data.exp: Test memory access during btrace replay.
18017
a2199296
SM
180182014-05-22 Simon Marchi <simon.marchi@ericsson.com>
18019
18020 * lib/mi-support.exp (mi_run_cmd_full): Add comments.
18021
17b2616c
PA
180222014-05-21 Pedro Alves <palves@redhat.com>
18023
18024 PR gdb/13860
18025 * gdb.mi/mi-cli.exp (line_callee4_next_step): New global.
18026 (top level): Test that output related to execution commands is
18027 sent to the console with CLI commands, but not with MI commands.
18028 Test that breakpoint events are always mirrored to the console.
18029 Also expect the new source line to be output after a "next" in
18030 async mode too. Make it a pass/fail test.
18031 * gdb.mi/mi-solib.exp: Test that the CLI solib event note is
18032 output.
18033 * lib/mi-support.exp (mi_gdb_expect_cli_output): New procedure.
18034
5166082f
PA
180352014-05-21 Pedro Alves <palves@redhat.com>
18036
18037 * gdb.base/list.exp (build_pattern, test_list): New procedures.
18038 Use them to test variations of "list" after reaching a breakpoint.
18039 * gdb.mi/mi-cli.exp (line_main_callme_2): New global.
18040 Test "list" with listsize 10 after reaching a breakpoint.
18041 * gdb.python/python.exp (decode_line current location line
18042 number): Adjust expected line number.
18043
2f25d70f
SM
180442014-05-21 Simon Marchi <simon.marchi@ericsson.com>
18045
18046 * lib/mi-support.exp (mi_run_cmd_full): Revert to original
18047 behavior for $args, pass it directly to "run".
18048
ff604a67
MR
180492014-05-21 Maciej W. Rozycki <macro@codesourcery.com>
18050
18051 * lib/gdb.exp (default_gdb_init): Bump `match_max' up from
18052 30000 to 65536.
18053
6a3cb8e8
PA
180542014-05-21 Pedro Alves <palves@redhat.com>
18055
18056 * boards/gdbserver-base.exp (GDBFLAGS): Set to "set
18057 auto-connect-native-target off".
18058 * gdb.base/auto-connect-native-target.c: New file.
18059 * gdb.base/auto-connect-native-target.exp: New file.
18060
4ebfc96e
PA
180612014-05-21 Pedro Alves <palves@redhat.com>
18062
18063 * gdb.base/default.exp: Test "target native" instead of "target
18064 child".
18065
36d46afb
MW
180662014-05-21 Mark Wielaard <mjw@redhat.com>
18067
18068 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
18069
5876f503
JK
180702014-05-21 Jan Kratochvil <jan.kratochvil@redhat.com>
18071
18072 Fix TLS access for -static -pthread.
18073 * gdb.threads/staticthreads.c <HAVE_TLS> (tlsvar): New.
18074 <HAVE_TLS> (thread_function, main): Initialize it.
18075 * gdb.threads/staticthreads.exp: Try gdb_compile_pthreads for $have_tls.
18076 Add clean_restart.
18077 <$have_tls != "">: Check TLSVAR.
18078
0256a6ac
PA
180792014-05-21 Pedro Alves <palves@redhat.com>
18080
18081 * gdb.base/dcache-line-read-error.c: New.
18082 * gdb.base/dcache-line-read-error.exp: New.
18083
936d2992
PA
180842014-05-20 Pedro Alves <palves@redhat.com>
18085
18086 * gdb.base/compare-sections.c: New file.
18087 * gdb.base/compare-sections.exp: New file.
18088
802e8e6d
PA
180892014-05-20 Pedro Alves <palves@redhat.com>
18090
18091 * gdb.base/break-idempotent.c: New file.
18092 * gdb.base/break-idempotent.exp: New file.
18093
e59fa00f
MM
180942014-05-20 Markus Metzger <markus.t.metzger@intel.com>
18095
18096 * gdb.btrace/nohist.exp: New.
18097
8b696e31
YQ
180982014-05-20 Yao Qi <yao@codesourcery.com>
18099
18100 * lib/gdb.exp (gdb_init): Set timeout if test file is under
18101 gdb.reverse directory and gdb_reverse_timeout exists in board
18102 setting.
18103 * README: Document gdb_reverse_timeout.
18104
73c9764f
YQ
181052014-05-20 Yao Qi <yao@codesourcery.com>
18106
18107 * lib/gdb.exp (default_gdb_init): Rename argument 'args' by
18108 'test_file_name'. Treat args as a string instead of a list.
18109 (gdb_init): Rename argument 'args' by 'test_file_name'.
18110
f1f4348a
JK
181112014-05-19 Jan Kratochvil <jan.kratochvil@redhat.com>
18112
18113 * gdb.arch/powerpc-power.exp: New file.
18114 * gdb.arch/powerpc-power.s: New file.
18115
0dbe70ce
DE
181162014-05-16 Doug Evans <dje@google.com>
18117
18118 * gdb.base/Makefile.in (EXECUTABLES): Add completion.
d7761c2c
DE
18119 * gdb.base/completion.exp: Check that all expected files exist
18120 before doing file completion.
0dbe70ce 18121
8d551b02
DE
181222014-05-16 Doug Evans <dje@google.com>
18123
18124 * gdb.base/catch-syscall.exp (test_catch_syscall_fail_nodatadir):
18125 Update.
18126 (do_syscall_tests_without_xml): Update.
18127
73eb7709
PA
181282014-05-16 Pedro Alves <palves@redhat.com>
18129
18130 * lib/mi-support.exp (mi_expect_stop): On timeout, say "timeout"
18131 instead of "unknown output after running".
18132
3fae92fc
YQ
181332014-05-16 Yao Qi <yao@codesourcery.com>
18134
18135 * gdb.dwarf2/dw2-filename.exp: Copy file1.txt to host. Remove
18136 file1.txt from host at the end.
18137 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
18138
c2b2ccc5
DE
181392014-05-15 Doug Evans <dje@google.com>
18140
18141 * gdb.dwarf2/fission-reread.S: Remove directory from .dwo file path.
18142 * gdb.dwarf2/fission-reread.exp: Set debug-file-directory before
18143 loading file. Add test for TU lookup.
18144
8c217a4b
SM
181452014-05-15 Simon Marchi <simon.marchi@ericsson.com>
18146
18147 * lib/mi-support.exp (mi_run_cmd_full): Set arguments by
18148 calling "-exec-arguments" or "set args" before running the
18149 inferior.
18150
3deb39c6
SM
181512014-05-15 Simon Marchi <simon.marchi@ericsson.com>
18152
18153 * lib/mi-support.exp (mi_expect_stop): Expect message for
18154 inferiors that exit with non-zero exit code.
18155
71a79f8c
YQ
181562014-05-14 Yao Qi <yao@codesourcery.com>
18157
18158 * gdb.mi/mi-file.exp (test_file_list_exec_source_file): Don't
18159 match absolute path on remote host.
18160 (test_file_list_exec_source_files): Remove "/" from the
18161 pattern.
18162
f23fcd46
YQ
181632014-05-14 Yao Qi <yao@codesourcery.com>
18164
18165 * boards/local-remote-host-notty.exp (${board}_file): New
18166 proc.
18167
9404b58f
KM
181682014-05-07 Kyle McMartin <kyle@redhat.com>
18169
18170 Pushed by Joel Brobecker <brobecker@adacore.com>.
18171 * gdb.arch/aarch64-atomic-inst.c: New file.
18172 * gdb.arch/aarch64-atomic-inst.exp: New file.
18173
5e45f04c
YQ
181742014-05-07 Yao Qi <yao@codesourcery.com>
18175
18176 * gdb.dwarf2/dwzbuildid.exp: Match output "No symbol "the_int"
18177 in current context" too.
18178
c888a17d
KS
181792014-05-05 Keith Seitz <keiths@redhat.com>
18180
18181 * gdb.linespec/ls-dollar.exp: Add test for linespec
18182 file:convenience_variable.
18183
290a839c
YQ
181842014-05-05 Yao Qi <yao@codesourcery.com>
18185
18186 * gdb.trace/unavailable.exp (gdb_collect_args_test): Save
18187 traceframes into tfile and ctf trace files. Read data from
18188 trace file and test collected data.
18189 (gdb_collect_locals_test): Likewise.
18190 (gdb_unavailable_registers_test): Likewise.
18191 (gdb_unavailable_floats): Likewise.
18192 (gdb_collect_globals_test): Likewise.
18193 (top-level): Append "ctf" to trace_file_targets if GDB
18194 supports.
18195
b5262cd0
YQ
181962014-05-05 Yao Qi <yao@codesourcery.com>
18197
18198 * gdb.trace/unavailable.exp (gdb_collect_args_test): Move some
18199 code to ...
18200 (gdb_collect_args_test_1): ... it. New proc.
18201 (gdb_collect_locals_test): Move some code to ...
18202 (gdb_collect_locals_test_1): ... it. New proc.
18203 (gdb_unavailable_registers_test): Move some code to ...
18204 (gdb_unavailable_registers_test_1): ... it. New proc.
18205 (gdb_unavailable_floats): Move some code to ...
18206 (gdb_unavailable_floats_1): ... it. New proc.
18207
30a1e6cc
SDJ
182082014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
18209
18210 * gdb.arch/amd64-stap-optional-prefix.S (main): Add several
18211 probes to test for bitness recognition.
18212 * gdb.arch/amd64-stap-optional-prefix.exp
18213 (test_probe_value_without_reg): New procedure.
18214 Add code to test for different kinds of bitness.
18215
f33da99a
SDJ
182162014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
18217
18218 PR breakpoints/16889
18219 * gdb.arch/amd64-stap-optional-prefix.S: New file.
18220 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
18221
5b80f00d
PA
182222014-05-01 Pedro Alves <palves@redhat.com>
18223
18224 * lib/gdb.exp (gdb_load): Extend comment. Skip calling
18225 gdb_file_cmd if no file is specified.
18226 * boards/native-extended-gdbserver.exp (gdb_load): Use the
18227 last_loaded_file to set the remote exec-file.
18228
f8c2a73c
PA
182292014-05-01 Pedro Alves <palves@redhat.com>
18230
18231 * boards/local-remote-host.exp: New file.
18232
be6e8ac7
PA
182332014-05-01 Pedro Alves <palves@redhat.com>
18234
18235 * boards/local-remote-host.exp: Rename to ...
18236 * boards/local-remote-host-notty.exp: ... this.
18237
cac0dc8f
JB
182382014-04-28 Joel Brobecker <brobecker@adacore.com>
18239
18240 * gdb.ada/dyn_arrayidx: New testcase.
18241
9730e6cc
YQ
182422014-04-26 Yao Qi <yao@codesourcery.com>
18243
18244 * gdb.dwarf2/dwz.exp: Compile main.c to object. Restart GDB
18245 and compute the length of function main. Save it in
18246 $main_length.
18247 (Dwarf::assemble): Use $main_length instead of hard-coded 10.
18248 (top-level): Use gdb_compile to compile objects into
18249 executable and restart GDB. Remove invocation to
18250 prepare_for_testing.
18251
7ae1a6a6
PA
182522014-04-25 Simon Marchi <simon.marchi@ericsson.com>
18253 Pedro Alves <palves@redhat.com>
18254
18255 PR server/16255
18256 * gdb.multi/multi-attach.c: New file.
18257 * gdb.multi/multi-attach.exp: New file.
18258
4082afcc
PA
182592014-04-25 Pedro Alves <palves@redhat.com>
18260
18261 * gdb.base/cond-eval-mode.exp (warning): Move trailing \r\n to
18262 user.
18263 (top level): Test that "set remote conditional-breakpoints-packet
18264 off" works as intended.
18265 * gdb.base/dprintf.exp: Test that "set remote
18266 breakpoint-commands-packet off" works as intended.
18267 * gdb.trace/change-loc.exp (tracepoint_install_in_trace_disabled):
18268 New function.
18269 (top level): Call it.
18270 * gdb.trace/ftrace.exp (test_fast_tracepoints): Test that "set
18271 remote fast-tracepoints-packet off" works as intended.
18272 * gdb.trace/qtro.exp (gdb_is_target_remote): Moved ...
18273 * lib/gdb.exp (gdb_is_target_remote): ... here.
18274
2abc3f8d
DB
182752014-04-24 David Blaikie <dblaikie@gmail.com>
18276
18277 * gdb.base/catch-syscall.c: Make unreferenced statics non-static to
18278 ensure clang would not discard them.
18279 * gdb.base/gdbvars.c: Ditto.
18280 * gdb.base/memattr.c: Ditto.
18281 * gdb.base/whatis.c: Ditto.
18282 * gdb.python/py-prettyprint.c: Ditto.
18283 * gdb.trace/actions.c: Ditto.
18284 * gdb.cp/ptype-cv-cp.cc: Mark unused global const int as used to
18285 ensure clang would not discard it.
18286
bfd39632
DB
182872014-04-24 David Blaikie <dblaikie@gmail.com>
18288
18289 * gdb.stabs/gdb11479.c (tag_dummy_enum): introduce a variable to cause
18290 clang to emit the full definition of type required by the test
18291 * gdb.stabs/gdb11479.exp (do_test): correct a typo in a test message
18292
22842ff6
DB
182932014-04-24 David Blaikie <dblaikie@gmail.com>
18294
18295 * gdb.cp/pr10728-x.cc (main::x): Return by value instead of pointer to
18296 coax Clang into emitting the definition of the type.
18297 * gdb.cp/pr10728-x.h (y): Ditto.
18298 * gdb.cp/pr10728-y.cc (y): Ditto.
18299
c2e827ad
DB
183002014-04-24 David Blaikie <dblaikie@gmail.com>
18301
18302 * gdb.base/label.exp: XFAIL label related tests under Clang.
18303 * gdb.cp/cplabel.exp: Ditto.
18304 * gdb.linespec/ls-errs.exp: Refactor tests to execute directly and XFAIL
18305 under Clang those using labels.
18306
4c2d33e7
YQ
183072014-04-25 Yao Qi <yao@codesourcery.com>
18308
18309 * gdb.dwarf2/dwz.exp (Dwarf::assemble): Remove unused
18310 double_label.
18311 * gdb.dwarf2/dwzbuildid.exp (Dwarf::assemble): Remove
18312 partial_label and double_label.
18313
56083b99
DB
183142014-04-24 David Blaikie <dblaikie@gmail.com>
18315
18316 * gdb.python/lib-types.exp: Fix test and xfail under gcc due to gcc/55641.
18317
25d4e99d
DB
183182014-04-24 David Blaikie <dblaikie@gmail.com>
18319
18320 * gdb.cp/cpexprs.cc: Move braces to the same line as the start
18321 of the function to work across GCC and Clang.
18322 * gdb.cp/cpexprs.exp: Account for GCC/Clang difference in vtable
18323 pointer types (const void ** const V void **).
18324
01f9f808
MS
183252014-04-24 Michael Sturm <michael.sturm@mintel.com>
18326 Walfred Tedeschi <walfred.tedeschi@intel.com>
18327
18328 * Makefile.in (EXECUTABLES): Added i386-avx512.
18329 * gdb.arch/i386-avx512.c: New file.
18330 * gdb.arch/i386-avx512.exp: Likewise.
18331
4b48d439
KS
183322014-04-23 Keith Seitz <keiths@redhat.com>
18333
18334 * lib/mi-support.exp (mi_list_breakpoints): Delete.
18335 (mi_make_breakpoint_table): New procedure.
18336 (mi_create_breakpoint): Use mi_make_breakpoint
18337 and return the result.
18338 (mi_make_breakpoint): New procedure.
18339 (mi_build_kv_pairs): New procedure.
18340
18341 * gdb.mi/mi-break.exp: Remove unused globals,
18342 update mi_create_breakpoint usage, and use mi_make_breakpoint_table.
18343 All callers updated.
18344 * gdb.mi/mi-dprintf.exp: Use variable to track command
18345 number.
18346 Update all callers of mi_create_breakpoint and use
18347 mi_make_breakpoint_table.
18348 Remove any unused global variables.
18349 * gdb.mi/mi-nonstop.exp: Likewise.
18350 * gdb.mi/mi-nsintrall.exp: Likewise.
18351 * gdb.mi/mi-nsmoribund.exp: Likewise.
18352 * gdb.mi/mi-nsthrexec.exp: Likewise.
18353 * gdb.mi/mi-reverse.exp: Likewise.
18354 * gdb.mi/mi-simplerun.exp: Likewise.
18355 * gdb.mi/mi-stepn.exp: Likewise.
18356 * gdb.mi/mi-syn-frame.exp: Likewise.
18357 * gdb.mi/mi-until.exp: Likewise.
18358 * gdb.mi/mi-var-cp.exp: Likewise.
18359 * gdb.mi/mi-var-display.exp: Likewise.
18360 * gdb.mi/mi2-amd64-entry-value.exp: Likewise.
18361 * gdb.mi/mi2-var-child.exp: Likewise.
18362 * gdb.mi/mi-vla-c99.exp: Likewise.
18363 * lib/mi-support.exp: Likewise.
18364
18365 From Ian Lance Taylor <iant@cygnus.com>:
18366 * lib/gdb.exp (parse_args): New procedure.
18367
08351840
PA
183682014-04-23 Pedro Alves <palves@redhat.com>
18369
18370 * gdb.base/break-unload-file.c: New file.
18371 * gdb.base/break-unload-file.exp: New file.
18372 * gdb.base/sym-file-lib.c (baz): New function.
18373 * gdb.base/sym-file-loader.c (struct segment) <mapped_size>: New
18374 field.
18375 (load): Store the segment's mapped size.
18376 (unload): New function.
18377 (unload_shlib): New function.
18378 * gdb.base/sym-file-loader.h (unload_shlib): New declaration.
18379 * gdb.base/sym-file-main.c (main): Unload, and reload the library,
18380 set a breakpoint at baz, and call it.
18381 * gdb.base/sym-file.exp: New tests for stale breakpoint
18382 instructions.
18383
076855f9
PA
183842014-04-23 Pedro Alves <palves@redhat.com>
18385
18386 * gdb.base/hbreak-in-shr-unsupported-shr.c: New file.
18387 * gdb.base/hbreak-in-shr-unsupported.c: New file.
18388 * gdb.base/hbreak-in-shr-unsupported.exp: New file.
18389 * gdb.base/hbreak-unmapped.c: New file.
18390 * gdb.base/hbreak-unmapped.exp: New file.
18391 * gdb.trace/qtro.exp (gdb_is_target_remote): Move ...
18392 * lib/gdb.exp (gdb_is_target_remote): ... here.
18393
483805cf
PA
183942014-04-22 Pedro Alves <palves@redhat.com>
18395
18396 * gdb.base/consecutive-step-over.c: New file.
18397 * gdb.base/consecutive-step-over.exp: New file.
18398
06d97543
PA
183992014-04-22 Pedro Alves <palves@redhat.com>
18400
18401 * lib/gdb.exp (gdb_continue_to_breakpoint): Use gdb_test_multiple
18402 instead of send_gdb/gdb_expect.
18403
b4429ea2
YQ
184042014-04-22 Yao Qi <yao@codesourcery.com>
18405
18406 * lib/trace-support.exp (generate_tracefile): New procedure.
18407 * gdb.trace/tfile.exp: Skip the test if generate_tracefile
18408 return 0.
18409 * gdb.trace/mi-traceframe-changed.exp: Invoke test_tfind_tfile
18410 if generate_tracefile returns 1.
18411
51d48146
PA
184122014-04-18 Tom Tromey <palves@redhat.com>
18413 Pedro alves <tromey@redhat.com>
18414
18415 PR backtrace/15558
18416 * gdb.opt/inline-bt.exp: Test backtracing from an inline function
18417 with a backtrace limit.
18418 * gdb.python/py-frame-inline.exp: Test running to an inline
18419 function with a backtrace limit, and printing the newest frame.
18420 * gdb.python/py-frame-inline.c (main): Call f.
18421
bd1dce5f
MS
184222014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
18423
18424 * gdb.java/jnpe.exp: Drop srcdir from untested path.
18425
40d1a503
MS
184262014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
18427
18428 * lib/gdb.exp (gdb_compile_pthreads, gdb_compile_objc):
18429 Drop prefix from unsupported source file path.
18430
389b98f7
YQ
184312014-04-17 Yao Qi <yao@codesourcery.com>
18432
18433 * lib/gdb.exp (with_target_charset): New proc.
18434 * gdb.base/printcmds.exp (test_print_all_chars): Wrap tests with
18435 with_target_charset.
18436 (test_print_strings): Likewise.
18437 (test_repeat_bytes): Likewise.
18438 * gdb.base/setvar.exp: Set target-charset to ASCII temporarily
18439 for some tests.
18440
22869d73
KS
184412014-04-16 Keith Seitz <keiths@redhat.com>
18442
18443 PR gdb/15827
18444 * gdb.dwarf2/corrupt.c: New file.
18445 * gdb.dwarf2/corrupt.exp: New file.
18446
c4f87ca6
KS
184472014-04-16 Keith Seitz <keiths@redhat.com>
18448
18449 PR c++/16597
18450 * gdb.cp/namelessclass.cc: New file.
18451 * gdb.cp/namelessclass.exp: New file.
18452 * gdb.cp/namelessclass.S: New file.
18453
ab19de87
DE
184542014-04-16 Doug Evans <dje@google.com>
18455
18456 * lib/gdbserver-support.exp (gdbserver_default_get_remote_address):
18457 Add comment.
18458 (gdbserver_default_get_comm_port): New function.
18459 (gdbserver_start): Check if board file provided
18460 "gdbserver,get_comm_port" and use it if so.
18461 * boards/native-stdio-gdbserver.exp (sockethost): Set to "".
18462 (gdb,socketport): Set to "stdio".
18463 (gdbserver,get_comm_port): Set to ${board}_get_comm_port.
18464 (stdio_gdbserver_template): Delete.
18465 (${board}_get_remote_address): Update.
18466 (${board}_build_remote_cmd): Delete.
18467 (${board}_get_comm_port): New function.
18468 (${board}_spawn): Update.
18469 * boards/remote-stdio-gdbserver.exp (${board}_build_remote_cmd):
18470 Delete.
18471 (${board}_get_remote_address): Update.
18472 (${board}_get_comm_port): New function.
18473
fc98a809
AB
184742014-04-16 Andrew Burgess <aburgess@broadcom.com>
18475
18476 * gdb.base/memattr.exp: Improve regexps to handle memory regions
18477 appearing in any order.
18478
87fd9e6e
DE
184792014-04-15 Doug Evans <dje@google.com>
18480
18481 * gdb.gdb/selftest.exp (do_steps_and_nexts): Don't reference
18482 uninitialized value of "description".
18483
099fc3ea
KS
184842014-04-15 Keith Seitz <keiths@redhat.com>
18485
18486 * gdb.mi/mi-simplerun.exp (test_breakpoints_creation_and_listing):
18487 Remove unused globals.
18488 (test_running_the_program): Likewise.
18489 (test_controlled_execution): Likewise.
18490 (test_controlling_breakpoints): Likewise.
18491 (test_program_termination): Likewise.
18492
5da151d4
KS
184932014-04-15 Keith Seitz <keiths@redhat.com>
18494
18495 * gdb.mi/mi-break.exp (test_tbreak_creation_and_listing): Remove
18496 unused globals.
18497 (test_rbreak_creation_and_listing): Likewise.
18498 (test_ignore_count): Likewise.
18499 (test_error): Likewise.
18500
35e5d2f0
PA
185012014-04-15 Pedro Alves <palves@redhat.com>
18502
18503 * gdb.base/sym-file-loader.h: Move inclusion of <inttypes.h>,
18504 <ansidecl.h>, <elf/common.h> and <elf/external.h> to
18505 sym-file-loader.c.
18506 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
18507 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
18508 to sym-file-loader.c.
18509 (struct library): Forward declare.
18510 (load_shlib, lookup_function): Change prototypes.
18511 (find_shstrtab, find_strtab, find_shdr, find_symtab)
18512 (translate_offset): Remove declarations.
18513 (get_text_addr): New declaration.
18514 * gdb.base/sym-file-loader.c: Move inclusion of <inttypes.h>,
18515 <ansidecl.h>, <elf/common.h> and <elf/external.h> here from
18516 sym-file-loader.h.
18517 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
18518 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
18519 here from sym-file-loader.h.
18520 (struct library): New structure.
18521 (load_shlib, lookup_function): Change prototypes and adjust to
18522 work with a struct library.
18523 (find_shstrtab, find_strtab, find_shdr, find_symtab)
18524 (translate_offset): Make static.
18525 (get_text_addr): New function.
18526 * gdb.base/sym-file-main.c (main): Adjust to new loader interface.
18527
eb4c1710
PA
185282014-04-15 Pedro Alves <palves@redhat.com>
18529
18530 * gdb.base/sym-file-loader.c: Fix typo. SELF_LINK, not SELK_LINK.
18531
2d1baf52
PA
185322014-04-15 Pedro Alves <palves@redhat.com>
18533
18534 * gdb.base/sym-file-loader.c: Include <limits.h>.
18535 (SELF_LINK): New define.
18536 (get_origin): New function.
18537 (load_shlib): Use it.
18538 * gdb.base/sym-file.exp: Don't early return if the target is
18539 remote. Use runto_main, and issue fail is that fails. Use
18540 gdb_load_shlibs.
18541 (shlib_name): Delete.
18542 (lib_so, lib_syms, lib_dlopen): New globals. Use them throughout.
18543
7dd6df01
PA
185442014-04-15 Pedro Alves <palves@redhat.com>
18545
18546 * gdb.base/sym-file.exp: Remove regex characters from test
18547 message. Don't refer to breakpoint numbers in test messages.
18548
b50c8614
KS
185492014-04-14 Keith Seitz <keiths@redhat.com>
18550
18551 PR c++/16253
18552 * gdb.cp/var-tag.cc: New file.
18553 * gdb.cp/var-tag.exp: New file.
18554 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
18555 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
18556 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
18557 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
18558
3d567982
TT
185592014-04-14 Tom Tromey <tromey@redhat.com>
18560
18561 * gdb.cp/classes.exp (test_enums): Handle underlying type.
18562 * gdb.dwarf2/enum-type.exp: Add test for enum with underlying
18563 type.
18564 * gdb.cp/enum-class.exp: New file.
18565 * gdb.cp/enum-class.cc: New file.
18566
0626fc76
TT
185672014-04-14 Tom Tromey <tromey@redhat.com>
18568
18569 * gdb.dwarf2/enum-type.exp: New file.
18570
dca325b3
SA
185712014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
18572
18573 * gdb.mi/mi-vla-c99.exp: New file.
18574 * gdb.mi/vla.c: New file.
18575
5854b38a
SA
185762014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
18577
18578 * gdb.base/vla-datatypes.c: New file.
18579 * gdb.base/vla-datatypes.exp: New file.
18580
463bb957
SA
185812014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
18582
18583 * gdb.base/vla-ptr.c: New file.
18584 * gdb.base/vla-ptr.exp: New file.
18585
3dd170be
SA
185862014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
18587
18588 * gdb.dwarf2/count.exp: New file.
18589
5ecaaa66
SA
185902014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
18591
18592 * gdb.base/vla-sideeffect.c: New file.
18593 * gdb.base/vla-sideeffect.exp: New file.
18594
41f1ada5
DB
185952014-04-14 David Blaikie <dblaikie@gmail.com>
18596
18597 * gdb.mi/non-stop.c: Add return value for non-void function return
18598 statement.
18599 * gdb.threads/staticthreads.c: Ditto.
18600
0be03e84
DE
186012014-04-12 Siva Chandra Reddy <sivachandra@google.com>
18602 Doug Evans <xdje42@gmail.com>
18603
18604 * gdb.guile/scm-value.c: Improve test case.
18605 * gdb.guile/scm-value.exp: Add new test.
18606
f180a1fb
DB
186072014-04-11 David Blaikie <dblaikie@gmail.com>
18608
18609 * gdb.opt/inline-break.exp: Explicitly specify -std=gnu89 to
18610 override Clang's default.
18611
6b662e19
JB
186122014-04-11 Joel Brobecker <brobecker@adacore.com>
18613
18614 Revert the following changes (regressions):
18615
18616 * gdb.base/vla-sideeffect.c: New file.
18617 * gdb.base/vla-sideeffect.exp: New file.
18618
18619 * gdb.dwarf2/count.exp: New file.
18620
18621 * gdb.base/vla-multi.c: New file.
18622 * gdb.base/vla-multi.exp: New file.
18623
18624 * gdb.base/vla-ptr.c: New file.
18625 * gdb.base/vla-ptr.exp: New file.
18626
18627 * gdb.base/vla-datatypes.c: New file.
18628 * gdb.base/vla-datatypes.exp: New file.
18629
18630 * gdb.mi/mi-vla-c99.exp: New file.
18631 * gdb.mi/vla.c: New file.
18632
245a5f0b
KS
186332014-04-11 Keith Seitz <keiths@redhat.com>
18634
18635 PR c++/16675
18636 * gdb.cp/cpsizeof.exp: New file.
18637 * gdb.cp/cpsizeof.cc: New file.
18638
58a84dcf
SA
186392014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
18640
191a8a90
JB
18641 * gdb.mi/mi-vla-c99.exp: New file.
18642 * gdb.mi/vla.c: New file.
58a84dcf 18643
c8655f75
SA
186442014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
18645
18646 * gdb.base/vla-datatypes.c: New file.
18647 * gdb.base/vla-datatypes.exp: New file.
18648
024e13b4
SA
186492014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
18650
18651 * gdb.base/vla-ptr.c: New file.
18652 * gdb.base/vla-ptr.exp: New file.
18653
1a237e0e
SA
186542014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
18655
18656 * gdb.base/vla-multi.c: New file.
18657 * gdb.base/vla-multi.exp: New file.
18658
504f3432
SA
186592014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
18660
18661 * gdb.dwarf2/count.exp: New file.
18662
3bce8237
SA
186632014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
18664
191a8a90
JB
18665 * gdb.base/vla-sideeffect.c: New file.
18666 * gdb.base/vla-sideeffect.exp: New file.
3bce8237 18667
322f9c21
YQ
186682014-04-11 Yao Qi <yao@codesourcery.com>
18669
18670 * gdb.base/completion.exp: Check file exists before running tests
18671 on file completion.
18672
d708bcd1
PA
186732014-04-10 Pedro Alves <palves@redhat.com>
18674
18675 * gdb.base/cond-eval-mode.c: New file.
18676 * gdb.base/cond-eval-mode.exp: Use standard_testfile. Adjust
18677 prepare_for_testing to build the new file. Check result of
18678 runto_main.
18679 (test_break, test_watch): New procedures.
18680 (top level): Use them.
18681
ae1d2761
PM
186822014-04-08 Pierre Muller <muller@sourceware.org>
18683
18684 * gdb.base/printcmds.exp (test_artificial_arrays): Disable
18685 Ctrl-V use for mingw hosts.
18686
7af389b8
SC
186872014-04-07 Siva Chandra Reddy <sivachandra@google.com>
18688
18689 * gdb.python/py-value.c: Improve test case.
18690 * gdb.python/py-value.exp: Add new test.
18691
5e703181
DE
186922014-04-07 David Blaikie <dblaikie@gmail.com>
18693
18694 * lib/compiler.c: Identify the clang compiler.
18695 * lib/compiler.cc: Ditto.
18696
9810b410
YQ
186972014-04-03 Yao Qi <yao@codesourcery.com>
18698
18699 * gdb.base/setshow.exp: Invoke string_to_regexp to HOME and PWD.
18700
98d1b8dc
AB
187012014-04-01 Anton Blanchard <anton@samba.org>
18702
18703 * gdb.arch/ppc64-atomic-inst.exp: Use untested. Make test
18704 messages unique.
18705
3114cea1
AB
187062014-04-01 Anton Blanchard <anton@samba.org>
18707
18708 * gdb.arch/ppc64-atomic-inst.exp: Use standard_testfile,
18709 prepare_for_testing.
18710
62f7182c
AB
187112014-04-01 Anton Blanchard <anton@samba.org>
18712
18713 * gdb.arch/ppc64-atomic-inst.c: Remove.
18714 * gdb.arch/ppc64-atomic-inst.S: New file.
18715 * gdb.arch/ppc64-atomic-inst.exp: Adapt for asm based testcase.
18716
770e7fc7
DE
187172014-03-31 Doug Evans <dje@google.com>
18718
18719 * gdb.base/print-symbol-loading-lib.c: New file.
18720 * gdb.base/print-symbol-loading-main.c: New file.
18721 * gdb.base/print-symbol-loading.exp: New file.
18722
46e2bafa
YQ
187232014-03-31 Yao Qi <yao@codesourcery.com>
18724
18725 * gdb.base/source-dir.exp: Allow ';' as a directory separator.
18726
8776cfe9
JB
187272014-03-28 Joel Brobecker <brobecker@adacore.com>
18728
18729 * gdb.ada/mi_dyn_arr: New testcase.
18730
5d1ef361
DE
187312014-03-27 Doug Evans <dje@google.com>
18732
18733 * gdb.dwarf2/dw2-abs-hi-pc.exp: Build tests with "nodebug".
18734
b5bee914
YQ
187352014-03-27 Yao Qi <yao@codesourcery.com>
18736
18737 * lib/gdb.exp (can_single_step_to_signal_handler): Return zero
18738 if target is nios2-*-*.
18739
0d4d0e77
YQ
187402014-03-26 Yao Qi <yao@codesourcery.com>
18741
18742 * lib/gdb.exp (readline_is_used): New proc.
18743 * gdb.base/completion.exp: Move tests on command complete up.
18744 Skip the rest of tests if readline is not used.
18745 * gdb.ada/complete.exp: Skp the test if readline is not
18746 used.
18747 * gdb.base/filesym.exp: Likewise.
18748 * gdb.base/macscp.exp: Likewise.
18749 * gdb.base/readline-ask.exp: Likewise.
18750 * gdb.base/readline.exp: Likewise.
18751 * gdb.python/py-cmd.exp: Likewise.
18752 * gdb.trace/tfile.exp: Likewise.
18753
29361eee
YQ
187542014-03-26 Yao Qi <yao@codesourcery.com>
18755
18756 * gdb.base/macscp.exp: Fix code format issues.
18757
bc9a5525
UW
187582014-03-25 Ulrich Weigand <uweigand@de.ibm.com>
18759
18760 * gdb.asm/asm-source.exp: Handle powerpc64le-* targets.
18761 * gdb.asm/powerpc64le.inc: New file.
18762
d3839ede
PA
187632014-03-25 Pedro Alves <palves@redhat.com>
18764 Doug Evans <dje@google.com>
18765
18766 * gdb.base/source-execution.c: New file.
18767 * gdb.base/source-execution.exp: New file.
18768 * gdb.base/source-execution.gdb: New file.
18769
01672a57
DE
187702014-03-24 Doug Evans <dje@google.com>
18771
18772 * gdb.linespec/macro-relative.exp: Mark the test as unsupported if
18773 using fission.
18774
88bbeca9
HZ
187752014-03-24 Hui Zhu <hui@codesourcery.com>
18776 Pedro Alves <palves@redhat.com>
18777
18778 PR breakpoints/16101
18779 * gdb.base/dprintf.exp: Use unsupported rather than changing the
18780 test pass/fail messages. Detect missing support for dprintf when
18781 breakpoints are actually inserted.
18782 * gdb.base/mi-dprintf.exp: Detect missing support for dprintf when
18783 breakpoints are actually inserted.
18784 * lib/mi-support.exp (mi_run_cmd_full): Return -1 if continue
18785 fails.
18786
d2348791
JK
187872014-03-24 Jan Kratochvil <jan.kratochvil@redhat.com>
18788
18789 * gdb.base/gdb-sigterm.exp (do_test): Remove "set debug lin-lwp 1".
18790
feef67ab
DE
187912014-03-22 Doug Evans <xdje42@gmail.com>
18792
18793 * gdb.python/python.exp (python not supported): Verify multi-line
18794 python command issues an error.
25d743f9 18795 * gdb.guile/guile.exp (guile not supported): Verify multi-line
51b8d20c 18796 guile command issues an error.
feef67ab 18797
ecebef6a
MR
187982014-03-21 Maciej W. Rozycki <macro@codesourcery.com>
18799
18800 * gdb.threads/thread-specific.exp: Handle the lack of usable
18801 $this_breakpoint and $this_thread.
18802
ccdd1909
HZ
188032014-03-21 Hui Zhu <hui@codesourcery.com>
18804
18805 * gdb.base/attach.exp (do_command_attach_tests): New.
18806
beb460e8
PA
188072014-03-20 Tom Tromey <tromey@redhat.com>
18808 Pedro Alves <palves@redhat.com>
18809
18810 PR cli/15718
18811 * gdb.base/condbreak-call-false.c: New file.
18812 * gdb.base/condbreak-call-false.exp: New file.
18813
40acf43a
PA
188142014-03-20 Pedro Alves <palves@redhat.com>
18815
18816 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (pid):
18817 Delete.
18818 (block_signals, unblock_signals): Delete.
18819 (child_function_2, main): Remove references to deleted variable
18820 and functions.
18821
9f5e1e02
PA
188222014-03-20 Pedro Alves <palves@redhat.com>
18823
18824 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (main):
18825 Use pthread_kill to signal thread 2.
18826 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
18827 Adjust to make the test send itself a signal rather than using the
18828 host's "kill" command.
18829
99619bea
PA
188302014-03-20 Pedro Alves <palves@redhat.com>
18831
18832 * gdb.threads/multiple-step-overs.c: New file.
18833 * gdb.threads/multiple-step-overs.exp: New file.
18834 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
18835 Adjust expected infrun debug output.
18836
2adfaa28
PA
188372014-03-20 Pedro Alves <palves@redhat.com>
18838
18839 * gdb.threads/step-over-trips-on-watchpoint.c: New file.
18840 * gdb.threads/step-over-trips-on-watchpoint.exp: New file.
18841
31e77af2
PA
188422014-03-20 Pedro Alves <palves@redhat.com>
18843
18844 PR breakpoints/7143
18845 * gdb.base/watchpoint.exp: Mention bugzilla bug number instead of
18846 old gnats gdb/38. Remove kfail. Adjust to use gdb_test instead
18847 of gdb_test_multiple.
18848 * gdb.cp/annota2.exp: Remove kfail for gdb/38.
18849 * gdb.cp/annota3.exp: Remove kfail for gdb/38.
18850
b9f437de
PA
188512014-03-20 Pedro Alves <palves@redhat.com>
18852
18853 * gdb.threads/step-over-lands-on-breakpoint.c: New file.
18854 * gdb.threads/step-over-lands-on-breakpoint.exp: New file.
18855
05adc73e
PA
188562014-03-19 Pedro Alves <palves@redhat.com>
18857
18858 * gdb.base/async.exp: Remove early return.
18859
6048b950
PA
188602014-03-19 Pedro Alves <palves@redhat.com>
18861
18862 * gdb.base/async.exp (step& tests): Pass explicit test messages.
18863
8bcfb00a
PA
188642014-03-19 Pedro Alves <palves@redhat.com>
18865
18866 * gdb.base/async.exp (test_background): Expect \r\n after
18867 "completed." in the fail pattern.
18868
884e37dc
PA
188692014-03-19 Pedro Alves <palves@redhat.com>
18870
18871 * gdb.base/async.exp (test_background): New procedure.
18872 Use it for all background execution command tests.
18873
148e57e2
PA
188742014-03-19 Pedro Alves <palves@redhat.com>
18875
18876 * gdb.base/async.exp: Use prepare_for_testing.
18877
f48088c7
PA
188782014-03-19 Pedro Alves <palves@redhat.com>
18879
18880 * gdb.base/async.c (foo): Make 'x' volatile. Write to it twice in
18881 the same line.
18882
e2f6c966
PA
188832014-03-19 Pedro Alves <palves@redhat.com>
18884
18885 * gdb.base/async.c (main): Add "jump here" and "until here" line
18886 marker comments.
18887 * gdb.base/async.exp (jump_here): New global.
18888 (jump& test): Use it.
18889 (until_here): New global.
18890 (until& test): Use it.
18891
c30568d4
PA
188922014-03-19 Pedro Alves <palves@redhat.com>
18893
18894 * gdb.base/async.exp: Don't frob gdb_protocol.
18895
0172b6a7
DE
188962014-03-18 Doug Evans <xdje42@gmail.com>
18897
18898 * gdb.base/async.exp: Whitespace fixes. Turn on target-async.
18899 Fix spelling of exec-done-display.
18900
06c868a8
JK
189012014-03-18 Jan Kratochvil <jan.kratochvil@redhat.com>
18902
18903 PR gdb/15358
18904 * gdb.base/gdb-sigterm.c: New file.
18905 * gdb.base/gdb-sigterm.exp: New file.
18906
0c7e1a46
PA
189072014-03-18 Pedro Alves <palves@redhat.com>
18908
18909 PR gdb/13860
18910 * gdb.mi/mi-solib.exp: Remove gdb/13860 kfail.
18911 * lib/mi-support.exp (mi_expect_stop): Add special handling for
18912 solib-event.
18913
f7c77d93
JB
189142014-03-17 Joel Brobecker <brobecker@adacore.com>
18915
18916 * gdb.ada/pckd_arr_ren: New testcase.
18917
5a1e8c7a
DE
189182014-03-13 Doug Evans <xdje42@gmail.com>
18919
18920 PR guile/16612
18921 * gdb.guile/scm-value.ep (test_value_after_death): Do a garbage
18922 collect after discarding symbols.
18923
350e1a76
DE
189242014-03-13 Ludovic Courtès <ludo@gnu.org>
18925 Doug Evans <xdje42@gmail.com>
18926
18927 * gdb.guile/scm-value.exp (test_value_in_inferior): Verify value added
18928 to history survives a gc.
18929
a69900ae
PA
189302014-03-13 Pedro Alves <palves@redhat.com>
18931
18932 * gdb.base/default.exp: Don't test "target procfs".
18933
5db9f0bd
PA
189342014-03-13 Pedro Alves <palves@redhat.com>
18935
18936 * gdb.base/default.exp: Update "target child" and "target procfs"
18937 tests to not expect "Unix".
18938
b3ccfe11
TT
189392014-03-12 Tom Tromey <tromey@redhat.com>
18940
18941 * gdb.base/corefile.exp (corefile_test_run, corefile_test_attach):
18942 New procs. Add target-async tests.
18943 * gdb.reverse/break-precsave.exp (precsave_tests): New proc.
18944 Add target-async tests.
18945
646f4417
AA
189462014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
18947
18948 * gdb.dwarf2/dw2-ifort-parameter.c (func): Define labels
18949 'func_start' and 'func_end' for the beginning and end of the
18950 function code, respectively.
18951 * gdb.dwarf2/dw2-ifort-parameter.exp: Use 'func_start' and
18952 'func_end' instead of 'func' and 'main'.
18953
288c211f
AA
189542014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
18955
18956 * gdb.dwarf2/dw2-ifort-parameter-debug.S: Remove.
18957 * gdb.dwarf2/dw2-ifort-parameter.exp: Use Dwarf::assemble to
18958 generate the debug info assembler source.
18959
e0c0f156
AA
189602014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
18961
18962 * gdb.dwarf2/arr-stride.exp: Exploit 'prepare_for_testing'.
18963 * gdb.dwarf2/arr-subrange.exp: Likewise.
18964 * gdb.dwarf2/dwz.exp: Likewise.
18965 * gdb.dwarf2/method-ptr.exp: Likewise.
18966 * gdb.dwarf2/missing-sig-type.exp: Likewise.
18967 * gdb.dwarf2/subrange.exp: Likewise.
18968 * gdb.dwarf2/implptrconst.exp: Exploit 'build_executable'.
18969 * gdb.dwarf2/implptrpiece.exp: Likewise.
18970 * gdb.dwarf2/nostaticblock.exp: Likewise.
18971
0e5c4555
AA
189722014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
18973
18974 * lib/gdb.exp (build_executable_from_specs): Don't prepend source
18975 directory to absolute path name arguments.
18976
5ec18f2b
JG
189772014-03-10 Joel Brobecker <brobecker@adacore.com>
18978
18979 * gdb.ada/tagged_access: New testcase.
18980
847fc4f2
MM
189812014-03-07 Markus Metzger <markus.t.metzger@intel.com>
18982
18983 * gdb.btrace/data.exp: Update expected output.
18984
cc3da688
YQ
189852014-03-06 Yao Qi <yao@codesourcery.com>
18986
18987 * gdb.trace/pr16508.exp: New file.
18988
0f26cec1
PA
189892014-03-05 Pedro Alves <palves@redhat.com>
18990
18991 PR gdb/16575
18992 * gdb.base/breakpoint-shadow.exp (compare_disassembly): New
18993 procedure.
18994 (top level): Adjust to use it. Add tests that exercise breakpoint
18995 interaction with the code-cache.
18996
7a5a839f
LC
189972014-02-26 Ludovic Courtès <ludo@gnu.org>
18998
18999 * gdb.guile/scm-value.exp (test_value_in_inferior): Add
19000 test for 'history-append!'.
19001
31aa7e4e
JB
190022014-02-26 Joel Brobecker <brobecker@adacore.com>
19003
19004 * gdb.dwarf2/dw2-abs-hi-pc-hello-dbg.S: New file.
19005 * gdb.dwarf2/dw2-abs-hi-pc-hello.c: New file.
19006 * gdb.dwarf2/dw2-abs-hi-pc-world-dbg.S: New file.
19007 * gdb.dwarf2/dw2-abs-hi-pc-world.c: New file.
19008 * gdb.dwarf2/dw2-abs-hi-pc.c: New file.
19009 * gdb.dwarf2/dw2-abs-hi-pc.exp: New file.
19010
1b588015
JB
190112014-02-26 Joel Brobecker <brobecker@adacore.com>
19012
19013 * testsuite/gdb.python/py-pp-re-notag.c: New file.
19014 * testsuite/gdb.python/py-pp-re-notag.ex: New file.
19015 * testsuite/gdb.python/py-pp-re-notag.p: New file.
19016
55426c9d
JB
190172014-02-26 Joel Brobecker <brobecker@adacore.com>
19018
19019 * gdb.dwarf2/arr-subrange.c, gdb.dwarf2/arr-subrange.exp: New files.
19020
dc53a7ad
JB
190212014-02-26 Joel Brobecker <brobecker@adacore.com>
19022
19023 * gdb.dwarf2/arr-stride.c: New file.
19024 * gdb.dwarf2/arr-stride.exp: New file.
19025
12ab52e9
PA
190262014-02-26 Pedro Alves <palves@redhat.com>
19027
19028 * gdb.ada/tasks.exp: Set a task-specific breakpoint at break_me
19029 that won't ever trigger. Make sure that GDB reports the correct
19030 breakpoint that caused the stop.
19031
849c862e
JK
190322014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
19033
19034 PR gdb/16626
19035 * gdb.base/auto-load-script: New file.
19036 * gdb.base/auto-load.c: New file.
19037 * gdb.base/auto-load.exp: New file.
19038
71b7d793
JK
19039 PR gdb/16626
19040 * gdb.base/auto-load.exp: Fix out-of-srctree run.
19041
e2f0d509
JK
190422014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
19043
19044 Fix dw2-icycle.exp -fsanitize=address GDB crash.
19045 * gdb.dwarf2/dw2-icycle.S: Remove all DW_AT_sibling.
19046
50cc37c8
DE
190472014-02-24 Doug Evans <dje@google.com>
19048
19049 * lib/gdb.exp (run_on_host): Log error output if program fails.
19050
ea4758f2
PA
190512014-02-21 Pedro Alves <palves@redhat.com>
19052
19053 * gdb.threads/step-after-sr-lock.c: Rename to ...
19054 * gdb.threads/signal-while-stepping-over-bp-other-thread.c: ... this.
19055 * gdb.threads/step-after-sr-lock.exp: Rename to ...
19056 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
19057 ... this.
19058
d7b30f67
SDJ
190592014-02-20 Sergio Durigan Junior <sergiodj@redhat.com>
19060
19061 PR tdep/16397
19062 * gdb.arch/amd64-stap-special-operands.exp: New file.
19063 * gdb.arch/amd64-stap-three-arg-disp.S: Likewise.
19064 * gdb.arch/amd64-stap-three-arg-disp.c: Likewise.
19065 * gdb.arch/amd64-stap-triplet.S: Likewise.
19066 * gdb.arch/amd64-stap-triplet.c: Likewise.
19067
83deb43f
JB
190682014-02-20 Joel Brobecker <brobecker@adacore.com>
19069
19070 * gdb.dwarf2/dw2-icycle.S: Remove second and third parameters
19071 in .section pseudo-op.
19072
adde2bff
DE
190732014-02-20 lin zuojian <manjian2006@gmail.com>
19074 Joel Brobecker <brobecker@adacore.com>
19075 Doug Evans <xdje42@gmail.com>
19076
19077 PR symtab/16581
19078 * gdb.dwarf2/dw2-icycle.S: New file.
19079 * gdb.dwarf2/dw2-icycle.c: New file.
19080 * gdb.dwarf2/dw2-icycle.exp: New file.
19081
f7bd0f78
SC
190822014-02-19 Siva Chandra Reddy <sivachandra@google.com>
19083
19084 * gdb.python/py-value-cc.cc: Improve test case to enable testing
19085 operations on gdb.Value objects.
19086 * gdb.python/py-value-cc.exp: Add new test to test operations on
19087 gdb.Value objects.
19088
c17ef0d5
DE
190892014-02-18 Doug Evans <dje@google.com>
19090
19091 * Makefile.in (TESTS): New variable.
19092 (expanded_tests, expanded_tests_or_none): New variables
19093 (check-single): Pass $(expanded_tests_or_none) to runtest.
19094 (check-parallel): Only run tests in $(TESTS) if non-empty.
19095 (check/no-matching-tests-found): New rule.
19096 * README: Document TESTS makefile variable.
19097
5dd3176f
DE
190982014-02-18 Doug Evans <dje@google.com>
19099
19100 * Makefile.in (check-parallel): rm -rf outputs temp.
19101
0b10be4f
JK
191022014-02-16 Jan Kratochvil <jan.kratochvil@redhat.com>
19103
19104 Fix "ERROR: no fileid for" in the testsuite.
19105 * lib/gdb.exp (gdb_finish): Check gdb_spawn_id.
19106
85f224e7
DE
191072014-02-12 Doug Evans <dje@google.com>
19108
19109 * gdb.dwarf2/Makefile.in (EXECUTABLES): Add dwp-symlink.
19110 (MISCELLANEOUS): New variable.
19111 (clean): rm -rf $(MISCELLANEOUS).
19112 * gdb.dwarf2/dwp-symlink.exp: Test the case where the executable and
19113 dwp live in the same directory as symlinks, with each symlink pointed
19114 to a differently named file in a different directory.
19115
149b30ff
DE
191162014-02-11 Doug Evans <dje@google.com>
19117
19118 * gdb.dwarf2/dwp-symlink.exp: Rewrite to use remote_* commands instead
19119 of Tcl file commands.
19120
1dfdac32
MK
191212014-02-10 Mark Kettenis <kettenis@gnu.org>
19122
19123 * gdb.threads/step-after-sr-lock.exp: Avoid executing
19124 "kill -SIGUSR1 -1".
19125
aa4fb036
JB
191262014-02-10 Joel Brobecker <brobecker@adacore.com>
19127
19128 * gdb.ada/tick_length_array_enum_idx: New testcase.
19129
ed3ef339
DE
191302014-02-10 Doug Evans <xdje42@gmail.com>
19131
19132 * configure.ac (AC_OUTPUT): Add gdb.guile.
19133 * configure: Regenerate.
19134 * lib/gdb-guile.exp: New file.
19135 * lib/gdb.exp (get_target_charset): New function.
19136 * gdb.base/help.exp: Update expected output from "apropos apropos".
19137 * gdb.guile/Makefile.in: New file.
19138 * gdb.guile/guile.exp: New file.
19139 * gdb.guile/scm-arch.c: New file.
19140 * gdb.guile/scm-arch.exp: New file.
19141 * gdb.guile/scm-block.c: New file.
19142 * gdb.guile/scm-block.exp: New file.
19143 * gdb.guile/scm-breakpoint.c: New file.
19144 * gdb.guile/scm-breakpoint.exp: New file.
19145 * gdb.guile/scm-disasm.c: New file.
19146 * gdb.guile/scm-disasm.exp: New file.
19147 * gdb.guile/scm-equal.c: New file.
19148 * gdb.guile/scm-equal.exp: New file.
19149 * gdb.guile/scm-error.exp: New file.
19150 * gdb.guile/scm-error.scm: New file.
19151 * gdb.guile/scm-frame-args.c: New file.
19152 * gdb.guile/scm-frame-args.exp: New file.
19153 * gdb.guile/scm-frame-args.scm: New file.
19154 * gdb.guile/scm-frame-inline.c: New file.
19155 * gdb.guile/scm-frame-inline.exp: New file.
19156 * gdb.guile/scm-frame.c: New file.
19157 * gdb.guile/scm-frame.exp: New file.
19158 * gdb.guile/scm-generics.exp: New file.
19159 * gdb.guile/scm-gsmob.exp: New file.
19160 * gdb.guile/scm-iterator.c: New file.
19161 * gdb.guile/scm-iterator.exp: New file.
19162 * gdb.guile/scm-math.c: New file.
19163 * gdb.guile/scm-math.exp: New file.
19164 * gdb.guile/scm-objfile-script-gdb.in: New file.
19165 * gdb.guile/scm-objfile-script.c: New file.
19166 * gdb.guile/scm-objfile-script.exp: New file.
19167 * gdb.guile/scm-objfile.c: New file.
19168 * gdb.guile/scm-objfile.exp: New file.
19169 * gdb.guile/scm-ports.exp: New file.
19170 * gdb.guile/scm-pretty-print.c: New file.
19171 * gdb.guile/scm-pretty-print.exp: New file.
19172 * gdb.guile/scm-pretty-print.scm: New file.
19173 * gdb.guile/scm-section-script.c: New file.
19174 * gdb.guile/scm-section-script.exp: New file.
19175 * gdb.guile/scm-section-script.scm: New file.
19176 * gdb.guile/scm-symbol.c: New file.
19177 * gdb.guile/scm-symbol.exp: New file.
19178 * gdb.guile/scm-symtab-2.c: New file.
19179 * gdb.guile/scm-symtab.c: New file.
19180 * gdb.guile/scm-symtab.exp: New file.
19181 * gdb.guile/scm-type.c: New file.
19182 * gdb.guile/scm-type.exp: New file.
19183 * gdb.guile/scm-value-cc.cc: New file.
19184 * gdb.guile/scm-value-cc.exp: New file.
19185 * gdb.guile/scm-value.c: New file.
19186 * gdb.guile/scm-value.exp: New file.
19187 * gdb.guile/source2.scm: New file.
19188 * gdb.guile/types-module.cc: New file.
19189 * gdb.guile/types-module.exp: New file.
19190
7026a7c1
YQ
191912014-02-10 Yao Qi <yao@codesourcery.com>
19192
19193 PR testsuite/16543
19194 * configure.ac: Append gdb.gdb/Makefile in AC_OUTPUT.
19195 * configure: Regenerated.
19196 * Makefile.in: New file.
19197
6c466447
AS
191982014-02-08 Andreas Schwab <schwab@linux-m68k.org>
19199
19200 * gdb.python/py-framefilter.exp: Fix typo.
19201
6e854735
YQ
192022014-02-08 Yao Qi <yao@codesourcery.com>
19203
19204 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Test
19205 that no =breakpoint-modified is emitted when breakpoints are
19206 modified through MI commands.
19207
d137e6dc
PA
192082014-02-07 Pedro Alves <pedro@codesourcery.com>
19209 Pedro Alves <palves@redhat.com>
19210
19211 * gdb.threads/step-after-sr-lock.c: New file.
19212 * gdb.threads/step-after-sr-lock.exp: New file.
19213
b5ee5a50
PA
192142014-02-07 Pedro Alves <palves@redhat.com>
19215
19216 * gdb.threads/stepi-random-signal.exp: Set SIGCHLD to print.
19217
3c77faf3
JK
192182014-02-06 Jan Kratochvil <jan.kratochvil@redhat.com>
19219
19220 Fix i386-sse-stack-align.exp regression since GDB_PARALLEL.
19221 * gdb.arch/i386-sse-stack-align.exp: Use standard_output_file.
19222
6dddc817
DE
192232014-02-06 Doug Evans <xdje42@gmail.com>
19224
19225 * gdb.python/py-breakpoint.exp (test_bkpt_eval_funcs): Update expected
19226 output.
19227
19228 * gdb.gdb/python-interrupts.exp: New file.
19229
de7b2893
YQ
192302014-02-05 Yao Qi <yao@codesourcery.com>
19231
19232 * gdb.trace/report.exp (use_collected_data): Test the output
19233 of "info threads" and "info inferiors".
19234
66d032ac
YQ
192352014-02-05 Yao Qi <yao@codesourcery.com>
19236
19237 Revert this patch:
19238
19239 2013-05-24 Yao Qi <yao@codesourcery.com>
19240
19241 * gdb.trace/tfile.exp: Test inferior and thread.
19242
591a12a1
UW
192432014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
19244
19245 * gdb.base/sigbpt.exp: Do not use "*" when setting breakpoint
19246 on a function.
19247 * gdb.base/step-bt.c: Call hello via function pointer to make
19248 sure its first instruction is executed on powerpc64le-linux.
19249
0ff3e01f
UW
192502014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
19251
19252 * gdb.arch/powerpc-d128-regs.exp: Enable on powerpc64*-*.
19253
084ee545
UW
192542014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
19255
19256 * gdb.arch/vsx-regs.exp: Check target endianness. Provide variants
19257 of the test patterns for use on little-endian systems.
19258
6ed14ff3
UW
192592014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
19260
19261 * gdb.arch/altivec-regs.exp: Use gdb_test_multiple for endian test.
19262 (decimal_vector): Fix for little-endian.
19263
401e27fd
JM
192642014-01-29 Jose E. Marchesi <jose.marchesi@oracle.com>
19265
19266 * gdb.arch/sparc-sysstep.exp: New file.
19267 * gdb.arch/sparc-sysstep.c: Likewise.
19268
19269 * gdb.arch/Makefile.in (EXECUTABLES): Add sparc-sysstep.
19270
8b924729
EBM
192712014-01-28 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
19272
19273 * gdb.base/info-shared.exp: Expect leading `.' on ppc64's symbols.
19274
fb151210
JB
192752014-01-23 Tom Tromey <tromey@redhat.com>
19276
19277 * gdb.ada/array_char_idx: New testcase.
19278
0740f8d8
TT
192792014-01-23 Tom Tromey <tromey@redhat.com>
19280
19281 PR python/16487:
19282 * gdb.python/py-framefilter.exp: Add test using "Error" filter.
19283 * gdb.python/py-framefilter.py (ErrorInName, ErrorFilter): New
19284 classes.
19285
21909fa1
TT
192862014-01-23 Tom Tromey <tromey@redhat.com>
19287
19288 PR python/16491:
19289 * gdb.python/py-framefilter.py (Reverse_Function.function): Read a
19290 string from an inferior frame.
19291 * gdb.python/py-framefilter-mi.exp: Update.
19292
87ce2a04
DE
192932014-01-22 Doug Evans <dje@google.com>
19294
19295 * gdb.server/server-mon.exp: Add tests for "set debug-format".
19296
237b092b
AA
192972014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
19298
19299 * gdb.base/catch-syscall.exp: Activate test on s390*-linux.
19300
d674a709
AA
193012014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
19302
19303 * gdb.trace/entry-values.exp: Remove excess space character from
19304 regex patterns. Handle s390 call instruction.
19305
20fa3390
AA
193062014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
19307
19308 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Insert alignment and
19309 define "*_start" label. Make "name" static.
19310 * gdb.dwarf2/dw2-dir-file-name.exp: Replace references to
19311 ${name} by references to ${name}_start.
19312
78466714
AA
193132014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
19314
19315 * gdb.base/info-macros.exp: Remove "debug" from the compile
19316 options.
19317
ec9f644a
IB
193182014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
19319
19320 * gdb.dlang/demangle.exp: New file.
19321
94b1b47e
IB
193222014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
19323
19324 * gdb.dlang/primitive-types.exp: New file.
19325
7f420862
IB
193262014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
19327
19328 * configure.ac: Create gdb.dlang/Makefile.
19329 * configure: Regenerate.
19330 * Makefile.in (ALL_SUBDIRS): Add gdb.dlang.
19331 * gdb.dlang/Makefile.in: New file.
19332 * lib/d-support.exp: New file.
19333 * lib/gdb.exp (skip_d_tests): New proc.
19334
52834460
MM
193352014-01-16 Markus Metzger <markus.t.metzger@intel.com>
19336
19337 * gdb.btrace/delta.exp: Check reverse stepi.
19338 * gdb.btrace/tailcall.exp: Update. Add stepping tests.
19339 * gdb.btrace/finish.exp: New.
19340 * gdb.btrace/next.exp: New.
19341 * gdb.btrace/nexti.exp: New.
19342 * gdb.btrace/record_goto.c: Add comments.
19343 * gdb.btrace/step.exp: New.
19344 * gdb.btrace/stepi.exp: New.
19345 * gdb.btrace/multi-thread-step.c: New.
19346 * gdb.btrace/multi-thread-step.exp: New.
19347 * gdb.btrace/rn-dl-bind.c: New.
19348 * gdb.btrace/rn-dl-bind.exp: New.
19349 * gdb.btrace/data.c: New.
19350 * gdb.btrace/data.exp: New.
19351 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
19352
6e07b1d2
MM
193532014-01-16 Markus Metzger <markus.t.metzger@intel.com>
19354
19355 * gdb.btrace/Makefile.in (EXECUTABLES): Add delta.
19356 * gdb.btrace/exception.exp: Update.
19357 * gdb.btrace/instruction_history.exp: Update.
19358 * gdb.btrace/record_goto.exp: Update.
19359 * gdb.btrace/tailcall.exp: Update.
19360 * gdb.btrace/unknown_functions.exp: Update.
19361 * gdb.btrace/delta.exp: New.
19362
0b722aec
MM
193632014-01-16 Markus Metzger <markus.t.metzger@intel.com>
19364
19365 * gdb.btrace/record_goto.exp: Add backtrace test.
19366 * gdb.btrace/tailcall.exp: Add backtrace test.
19367
066ce621
MM
193682014-01-16 Markus Metzger <markus.t.metzger@intel.com>
19369
19370 * gdb.btrace/Makefile.in (EXECUTABLES): Add record_goto.
19371 * gdb.btrace/record_goto.c: New.
19372 * gdb.btrace/record_goto.exp: New.
19373 * gdb.btrace/x86-record_goto.S: New.
19374
0688d04e
MM
193752014-01-16 Markus Metzger <markus.t.metzger@intel.com>
19376
19377 * gdb.btrace/function_call_history.exp: Update tests.
19378 * gdb.btrace/instruction_history.exp: Update tests.
19379
8710b709
MM
193802014-01-16 Markus Metzger <markus.t.metzger@intel.com>
19381
19382 * gdb.btrace/function_call_history.exp: Fix expected field
19383 order for "record function-call-history".
19384 Add new tests for "record function-call-history /c".
19385 * gdb.btrace/exception.cc: New.
19386 * gdb.btrace/exception.exp: New.
19387 * gdb.btrace/tailcall.exp: New.
19388 * gdb.btrace/x86-tailcall.S: New.
19389 * gdb.btrace/x86-tailcall.c: New.
19390 * gdb.btrace/unknown_functions.c: New.
19391 * gdb.btrace/unknown_functions.exp: New.
19392 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
19393
5de9129b
MM
193942014-01-16 Markus Metzger <markus.t.metzger@intel.com>
19395
19396 * gdb.btrace/instruction_history.exp: Update.
19397 * gdb.btrace/function_call_history.exp: Update.
19398
23a7fe75
MM
193992014-01-16 Markus Metzger <markus.t.metzger@intel.com>
19400
19401 * gdb.btrace/function_call_history.exp: Fix expected function
19402 trace.
19403 * gdb.btrace/instruction_history.exp: Initialize traced.
19404 Remove traced_functions.
19405
724c7dd8
MM
194062014-01-16 Markus Metzger <markus.t.metzger@intel.com>
19407
19408 * gdb.btrace/function_call_history.exp: Update
19409 * gdb.btrace/instruction_history.exp: Update.
19410
6d78d93b
MM
194112014-01-16 Markus Metzger <markus.t.metzger@intel.com>
19412
19413 * gdb.btrace/enable.exp: Update expected text.
19414
93a360cc
OJ
194152014-01-16 Omair Javaid <Omair.Javaid@linaro.org>
19416
19417 * gdb.dwarf2/dw2-dos-drive.S: Increase text section size to 4
19418 bytes.
19419
3772b53f
MR
194202014-01-15 Maciej W. Rozycki <macro@codesourcery.com>
19421
19422 * gdb.base/float.exp: Handle "aarch64*-*-*" targets.
19423
596662fa
OJ
194242014-01-15 Omair Javaid <omair.javaid@linaro.org>
19425
19426 * lib/gdb.exp (supports_process_record): Return true for
19427 arm*-linux*. (supports_reverse): Likewise.
19428
b5b08fb4
SC
194292014-01-13 Siva Chandra Reddy <sivachandra@google.com>
19430
19431 PR python/15464
19432 PR python/16113
19433 * gdb.python/py-type.c: Enhance test case.
19434 * gdb.python/py-value-cc.cc: Likewise
19435 * gdb.python/py-type.exp: Add new tests.
19436 * gdb.python/py-value-cc.exp: Likewise
19437
52d7fb13
AA
194382014-01-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
19439 Pedro Alves <palves@redhat.com>
19440
19441 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Remove "*_start" symbol.
19442 Make "name" extern.
19443 * gdb.dwarf2/dw2-dir-file-name.exp (out_cu, out_line): Replace
19444 references to ${name}_start by references to ${name}.
19445
a2cd8cfe
JB
194462014-01-10 Joel Brobecker <brobecker@adacore.com>
19447
19448 * gdb.ada/pp-rec-component.exp: Remove path from "source" test.
19449
4e23fced
JB
194502014-01-10 Joel Brobecker <brobecker@adacore.com>
19451
19452 * gdb.python/py-pp-integral.exp: Remove path from "source" test.
19453
c6a9e42c
PA
194542014-01-09 Maciej W. Rozycki <macro@codesourcery.com>
19455 Pedro Alves <palves@redhat.com>
19456
19457 * gdb.mi/mi-info-os.exp: Connect to the target with
72f4393d 19458 mi_gdb_target_load.
c6a9e42c 19459
b7ea362b
PA
194602014-01-08 Pedro Alves <palves@redhat.com>
19461
19462 * gdb.threads/reconnect-signal.c: New file.
19463 * gdb.threads/reconnect-signal.exp: New file.
19464
5e3f4fab
EBM
194652014-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
19466
19467 * gdb.base/source-dir.exp: New file.
19468
79301218
JB
194692014-01-07 Joel Brobecker <brobecker@adacore.com>
19470
19471 * gdb.ada/mi_interface: New testcase.
19472
8e355c5d
JB
194732014-01-07 Joel Brobecker <brobecker@adacore.com>
19474
19475 * gdb.ada/pp-rec-component.exp, gdb.ada/pp-rec-component.py,
19476 gdb.ada/pp-rec-component/foo.adb, gdb.ada/pp-rec-component/pck.adb,
19477 gdb.ada/pp-rec-component/pck.ads: New files.
19478
c0d48811
JB
194792014-01-07 Joel Brobecker <brobecker@adacore.com>
19480
19481 * gdb.python/py-pp-integral.c: New file.
19482 * gdb.python/py-pp-integral.py: New file.
19483 * gdb.python/py-pp-integral.exp: New file.
19484
17b609c3 19485For older changes see ChangeLog-1993-2013.
c906108c 19486\f
8d8cb839
EZ
19487;; Local Variables:
19488;; mode: change-log
19489;; left-margin: 8
19490;; fill-column: 74
19491;; version-control: never
19492;; End:
902f2ccb 19493
b811d2c2 19494 Copyright 2014-2020 Free Software Foundation, Inc.
902f2ccb
MC
19495 Copying and distribution of this file, with or without modification,
19496 are permitted provided the copyright notice and this notice are preserved.
This page took 6.15726 seconds and 4 git commands to generate.