]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blame - gdb/testsuite/ChangeLog
gdb.base/{prologue,symbol-alias}.exp C++ify
[thirdparty/binutils-gdb.git] / gdb / testsuite / ChangeLog
CommitLineData
a8129512
PA
12020-09-17 Pedro Alves <pedro@palves.net>
2
3 * gdb.base/prologue.c [__cplusplus] (marker): Explicitly specify
4 linkage name.
5 * gdb.base/prologue.exp: Use print /d.
6 * gdb.base/symbol-alias.exp: Handle C++ output.
7 * gdb.base/symbol-alias2.c: Handle C++ output.
8 [__cplusplus] (func): Explicitly specify linkage name.
9
a83cdcb6
PA
102020-09-17 Pedro Alves <pedro@palves.net>
11
12 * gdb.python/py-nested-maps.c (struct key_t): Rename to...
13 (struct my_key_t): ... this. Adjust all references.
14 (struct value_t): Rename to ...
15 (struct my_value_t): ... this. Adjust all references.
16 (create_map, add_map_element, create_map_map)
17 (add_map_map_element): Add casts.
18
d4bcee5c
PA
192020-09-17 Pedro Alves <pedro@palves.net>
20
21 * gdb.python/py-framefilter-mi.c (funca): Add casts.
22 * gdb.python/py-framefilter.c.c (funca, func2): Add casts.
23
81f90489
PA
242020-09-17 Pedro Alves <pedro@palves.net>
25
26 * gdb.mi/var-cmd.c (do_anonymous_type_tests): Add cast.
27
0a229804
PA
282020-09-17 Pedro Alves <pedro@palves.net>
29
30 * gdb.base/exprs.c: Replace 'this' with 'self' throughout.
31 * gdb.base/ptype.c: : Replace 'this' with 'self' throughout.
32 (charfoo, intfoo): Define full prototype.
33 * gdb.base/ptype1.c (charfoo): Define full prototype.
34 * gdb.base/setvar.c: Replace 'this' with 'self' throughout.
35 * gdb.base/whatis.c: Replace 'this' with 'self' throughout.
36
c3e5138d
PA
372020-09-17 Pedro Alves <pedro@palves.net>
38
39 * gdb.base/charset.c [__cplusplus] (wchar_t, char16_t, char32_t):
40 Don't define.
41 (utf_32_string): Compile for both C and C++.
42 * gdb.base/charset.exp: Use "print /d".
43
151fdbad
PA
442020-09-17 Pedro Alves <pedro@palves.net>
45
46 * gdb.base/watchpoint.c (buf): Make it 31 bytes.
47 (nullptr): Rename to ...
48 (null_ptr): ... this.
49 * gdb.base/watchpoint.exp: Adjust to rename.
50
18a25b64
PA
512020-09-17 Pedro Alves <pedro@palves.net>
52
53 * gdb.base/printcmds.c (three, flag_enum_without_zero)
54 (three_not_flag): Add casts.
55
11fac337
PA
562020-09-17 Pedro Alves <pedro@palves.net>
57
58 * gdb.base/examine-backward.c (Barrier, TestStrings): Now unsigned
59 char array.
60 (main): Add references to Barrier, TestStrings, TestStringsH and
61 TestStringsW.
62 * gdb.base/examine-backward.exp: Issue "set print asm-demangle on"
63 and expect a full prototype in C++.
64
52626c58
PA
652020-09-17 Pedro Alves <pedro@palves.net>
66
67 * gdb.base/nested-addr.c (main): Add cast.
68 * gdb.base/nested-addr.exp: Use "print /d".
69
52bb0902
PA
702020-09-17 Pedro Alves <pedro@palves.net>
71
72 * gdb.base/break.exp (func): New. Use it throughout when
73 expecting a function name.
74
73e18ac9
PA
752020-09-17 Pedro Alves <pedro@palves.net>
76
77 * gdb.base/display.exp: Issue "set print asm-demangle on".
78
c8b18808
PA
792020-09-17 Pedro Alves <pedro@palves.net>
80
81 * gdb.base/find.c: Include <string.h>.
82 (init_bufs): Add cast.
83 * gdb.base/find.exp: Issue "set print asm-demangle on".
84
fe830662
TT
852020-09-16 Tom Tromey <tromey@adacore.com>
86
87 PR gdb/26598:
88 * gdb.base/skipcxx.exp: New file.
89 * gdb.base/skipcxx.cc: New file.
90
945ff6e2
TV
912020-09-16 Tom de Vries <tdevries@suse.de>
92
93 PR testsuite/26617
94 * gdb.dlang/watch-loc.c: Only add .debug_aranges if
95 WITH_DEBUG_SECTIONS is defined.
96 (xstr, str): New macro.
97 (.debug_aranges): Use DMAIN_START_0/1/2 and DMAIN_LENGTH
98 to get start and size of _Dmain.
99 * gdb.dlang/watch-loc.exp: Pass DMAIN_START_0/1/2 and DMAIN_LENGTH
100 using additional_flags.
101
da1df1db
TBA
1022020-09-16 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
103
104 * gdb.base/bp-cmds-sourced-script.c: New file.
105 * gdb.base/bp-cmds-sourced-script.exp: New test.
106 * gdb.base/bp-cmds-sourced-script.gdb: New file.
107
337882d4
TV
1082020-09-16 Tom de Vries <tdevries@suse.de>
109
110 * lib/gdbserver-support.exp (gdbserver_exit): Make sure we
111 get the gdb prompt after issuing "monitor exit".
112
7361f908
TV
1132020-09-16 Tom de Vries <tdevries@suse.de>
114
115 PR testsuite/26624
116 * lib/gdb.exp (gdb_assert): Catch errors in condition evaluation.
117
4d91ddd3
TV
1182020-09-16 Tom de Vries <tdevries@suse.de>
119
120 PR testsuite/26618
121 * gdb.tui/new-layout.exp: Escape unbalanced braces.
122
08cc37dd
TT
1232020-09-15 Tom Tromey <tromey@adacore.com>
124
125 PR rust/26197:
126 * lib/rust-support.exp (rust_llvm_version): New proc.
127 * gdb.rust/simple.exp: Check rust_llvm_version.
128
ee6372f2
TV
1292020-09-14 Tom de Vries <tdevries@suse.de>
130
131 * gdb.rust/traits.exp: Fix PATH warning.
132
dc3a371e
PA
1332020-09-13 Pedro Alves <pedro@palves.net>
134
135 * gdb.base/catch-follow-exec.c (main): Add explicit return
136 statement.
137 * gdb.base/catch-signal.c (main): Likewise.
138 * gdb.base/condbreak-call-false.c (main): Likewise.
139 * gdb.base/consecutive.c (main): Add explicit return
140 statement and return type.
141 * gdb.base/cursal.c (main): Add explicit return statement.
142 * gdb.base/cvexpr.c (main): Likewise.
143 * gdb.base/display.c (main): Add explicit return statement and
144 return type.
145 * gdb.base/dprintf-detach.c (main): Add explicit return statement.
146 * gdb.base/endianity.c (main): Likewise.
147 * gdb.base/execd-prog.c (main): Likewise.
148 * gdb.base/gdb1090.c (main): Likewise.
149 * gdb.base/info_qt.c (main): Likewise.
150 * gdb.base/lineinc.c (main): Likewise.
151 * gdb.base/load-command.c (main): Likewise.
152 * gdb.base/macscp1.c (main): Likewise.
153 * gdb.base/pr10179-a.c (main): Likewise.
154 * gdb.base/quit-live.c (main): Likewise.
155 * gdb.base/scope0.c (main): Likewise.
156 * gdb.base/settings.c (main): Likewise.
157 * gdb.base/stack-checking.c (main): Return int.
158 * gdb.base/varargs.c (main): Add explicit return statement.
159 * gdb.cp/ambiguous.cc (main): Likewise.
160 * gdb.cp/anon-struct.cc (main): Likewise.
161 * gdb.cp/anon-union.cc (main): Likewise.
162 * gdb.cp/bool.cc (main): Likewise.
163 * gdb.cp/bs15503.cc (main): Likewise.
164 * gdb.cp/cplusfuncs.cc (main): Likewise.
165 * gdb.cp/cttiadd.cc (main): Likewise.
166 * gdb.cp/extern-c.cc (main): Likewise.
167 * gdb.cp/filename.cc (main): Likewise.
168 * gdb.cp/formatted-ref.cc (main): Likewise.
169 * gdb.cp/mb-ctor.cc (main): Likewise.
170 * gdb.cp/member-ptr.cc (main): Likewise.
171 * gdb.cp/minsym-fallback-main.cc (main): Likewise.
172 * gdb.cp/overload-const.cc (main): Likewise.
173 * gdb.cp/paren-type.cc (main): Likewise.
174 * gdb.cp/parse-lang.cc (main): Likewise.
175 * gdb.cp/pr-1023.cc (main): Likewise.
176 * gdb.cp/psmang1.cc (main): Likewise.
177 * gdb.cp/readnow-language.cc (main): Likewise.
178 * gdb.cp/ref-params.cc (main): Likewise.
179 * gdb.cp/rvalue-ref-params.cc (main): Likewise.
180 * gdb.cp/virtbase2.cc (main): Likewise.
181 * gdb.dwarf2/dw2-abs-hi-pc.c (main): Likewise.
182 * gdb.dwarf2/dw2-namespaceless-anonymous.c (main): Likewise.
183 * gdb.dwarf2/dw4-toplevel-types.cc (main): Likewise.
184 * gdb.mi/mi-console.c (main): Likewise.
185 * gdb.mi/mi-read-memory.c (main): Likewise.
186 * gdb.modula2/multidim.c (main): Likewise.
187 * gdb.opt/inline-small-func.c (main): Likewise.
188 * gdb.python/py-rbreak.c (main): Likewise.
189 * gdb.stabs/exclfwd1.c (main): Likewise.
190 * gdb.trace/qtro.c (main): Likewise.
191
af26601c
PA
1922020-09-13 Pedro Alves <pedro@palves.net>
193
194 * gdb.base/share-env-with-gdbserver.c (main): Call my_getenv
195 instead of getenv.
196
2f4b83cd
PA
1972020-09-13 Pedro Alves <pedro@palves.net>
198
199 * gdb.base/dbx.exp (dbx_gdb_start): Adjust to use gdb_spawn
200 instead of spawning GDB with remote_spawn.
201 * lib/mi-support.exp (default_mi_gdb_start): Adjust to use
202 gdb_spawn instead of spawning GDB with remote_spawn.
203
c49da0e4
PA
2042020-09-13 Pedro Alves <pedro@palves.net>
205
206 * gdb.dwarf2/ada-linkage-name.c (main): Move to the bottom of the
207 file and add calls to first and second.
208 * gdb.dwarf2/atomic.c (main): Move to the bottom of the file and
209 add call to f.
210
6791b117
PA
2112020-09-13 Pedro Alves <pedro@palves.net>
212
213 * gdb.mi/mi-break-qualified.cc: New file.
214 * gdb.mi/mi-break-qualified.exp: New file.
215 * lib/mi-support.exp (mi_create_breakpoint_multi)
216 (mi_make_breakpoint_loc, mi_make_breakpoint_multi): New
217 procedures.
218 (mi_create_breakpoint_1): New, factored out from
219 mi_create_breakpoint.
220
3b8d4c5c
PA
2212020-09-13 Pedro Alves <pedro@palves.net>
222
223 * gdb.cp/inherit.exp: No longer pass -Wno-deprecated-register.
224 * gdb.cp/misc.exp: No longer pass -Wno-deprecated-register.
225 * gdb.cp/misc.cc (class small, small::method, marker_reg1)
226 (register_class): Delete.
227 (main): Don't call register_class.
228
d5f96005
PA
2292020-09-13 Pedro Alves <pedro@palves.net>
230
231 * gdb.cp/classes.exp: No longer pass -Wno-deprecated-register.
232 (do_tests): Remove "calling method for small class" test.
233 * gdb.cp/classes.cc (class small, small::method, marker_reg1)
234 (register_class): Delete.
235 (main): Don't call register_class.
236 * gdb.cp/call-method-register.exp: New file, based on bits removed
237 from classes.exp.
238 * gdb.cp/call-method-register.cc: New file, based on bits removed
239 from classes.cc.
240
77f2120b
PA
2412020-09-13 Pedro Alves <pedro@palves.net>
242
243 * gdb.base/msym-bp-2.c: New.
244 * gdb.base/msym-bp-shl-lib.c: New file.
245 * gdb.base/msym-bp-shl-main-2.c: New file.
246 * gdb.base/msym-bp-shl-main.c: New file.
247 * gdb.base/msym-bp-shl.exp: New file.
248 * gdb.base/msym-bp.c: New file.
249 * gdb.base/msym-bp.exp: New file.
250
32aea73e
JB
2512020-09-13 Joel Brobecker <brobecker@adacore.com>
252
253 * gdb.base/default.exp: Change $_gdb_major to 11.
254
2a67f09d
FW
2552020-09-11 Moritz Riesterer <moritz.riesterer@intel.com>
256 Felix Willgerodt <Felix.Willgerodt@intel.com>
257
258 * x86-avx512bf16.c: New file.
259 * x86-avx512bf16.exp: Likewise.
260 * lib/gdb.exp (skip_avx512bf16_tests): New function.
261
ad570dd7
TV
2622020-09-11 Tom de Vries <tdevries@suse.de>
263
264 PR exp/26602
265 * gdb.cp/ambiguous.exp: Add KFAILs for PR26602.
266
a56f7391
TBA
2672020-09-11 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
268
269 * gdb.base/bp-cmds-execution-x-script.exp: Remove a stale comment.
270
918619e5
AM
2712020-09-10 Alan Modra <amodra@gmail.com>
272
273 PR 26597
274 * gdb.dlang/demangle.exp: Update tests as per gcc commit 387d0773f3.
275
cac1e71d
TV
2762020-09-08 Tom de Vries <tdevries@suse.de>
277
278 * gdb.dwarf2/frame-inlined-in-outer-frame.exp: Consume gdb prompt
279 after gdb_starti_cmd.
280
c5cd900e
AKS
2812020-09-03 Alok Kumar Sharma <AlokKumar.Sharma@amd.com>
282
283 * lib/fortran.exp (fortran_complex8): New proc.
284 (fortran_complex16): New proc.
285 * gdb.fortran/complex.exp: Use routines from fortran.exp
286 * gdb.fortran/pointer-to-pointer.exp: Likewise.
287 * gdb.fortran/vla-ptr-info.exp: Likewise.
288
8f5c6526
TV
2892020-09-03 Tom de Vries <tdevries@suse.de>
290
291 PR breakpoint/26546
292 * gdb.base/label-without-address.exp: Runto main first.
293
02c6f3f1
TT
2942020-09-02 Tom Tromey <tromey@adacore.com>
295
296 * gdb.ada/mi_var_access.exp: Test children of access variable.
297 * gdb.ada/mi_var_access/mi_access.adb: Add new stop markers.
298 * gdb.ada/mi_var_array.exp: Update.
299
efe24f05
KB
3002020-08-31 Kevin Buettner <kevinb@redhat.com>
301
302 * gdb.base/corefile.exp (warning-free): XFAIL test when running
303 on docker w/ AUFS storage driver.
304
973695d6
KB
3052020-08-31 Kevin Buettner <kevinb@redhat.com>
306
307 * gdb.base/corefile2.exp (renamed binfile): New tests.
308
f3bd50f1
SM
3092020-08-31 Simon Marchi <simon.marchi@efficios.com>
310
311 * gdb.dwarf2/dw2-reg-undefined.exp: Remove spurious #.
312
22b9b4b0
SL
3132020-08-31 Simon Marchi <simon.marchi@efficios.com>
314
315 * gdb.dwarf2/frame-inlined-in-outer-frame.exp: New file.
316 * gdb.dwarf2/frame-inlined-in-outer-frame.S: New file.
317
8efaf6b3
SM
3182020-08-31 Simon Marchi <simon.marchi@efficios.com>
319
320 * gdb.dwarf2/dw2-reg-undefined.exp: Test "set debug frame 1"
321 output, printing a "not saved" value from history and printing a
322 convenience variable created from a "not saved" value.
323
e840f2e3
TV
3242020-08-31 Tom de Vries <tdevries@suse.de>
325
326 * gdb.base/eh_return.exp: Use nopie.
327
8f57f343
PA
3282020-08-28 Pedro Alves <pedro@palves.net>
329
330 * gdb.base/advance-until-multiple-locations.exp
331 (advance_overload, until_overload): Adjust to match the
332 frame/function header instead of the source line text.
333
626d2320
TV
3342020-08-28 Tom de Vries <tdevries@suse.de>
335
336 * gdb.base/label-without-address.c: New test.
337 * gdb.base/label-without-address.exp: New file.
338
df631783
PA
3392020-08-27 Pedro Alves <pedro@palves.net>
340
341 PR gdb/26523
342 PR gdb/26524
343 * gdb.base/advance-until-multiple-locations.cc: New.
344 * gdb.base/advance-until-multiple-locations.exp: New.
345
48b076bb
SM
3462020-08-27 Simon Marchi <simon.marchi@polymtl.ca>
347
348 * gdb.dwarf2/dw2-reg-undefined.exp: Use multi_line.
349
c2015ce4
AB
3502020-08-27 Andrew Burgess <andrew.burgess@embecosm.com>
351
352 * gdb.arch/amd64-byte.exp: Make test names unique, use
353 gdb_breakpoint, and fix typo 'forth' -> 'fourth'.
354 * gdb.arch/amd64-dword.exp: Likewise.
355 * gdb.arch/amd64-pseudo.c: Fix typo 'forth' -> 'fourth'.
356 * gdb.arch/amd64-stap-special-operands.exp: Make test names
357 unique.
358 * gdb.arch/amd64-tailcall-ret.exp: Likewise.
359 * gdb.arch/amd64-word.exp: Make test names unique, use
360 gdb_breakpoint, and fix typo 'forth' -> 'fourth'.
361 * gdb.arch/i386-byte.exp: Make test names unique, use
362 gdb_breakpoint.
363 * gdb.arch/i386-word.exp: Likewise.
364
995d3a19
SV
3652020-08-25 Shahab Vahedi <shahab@synopsys.com>
366
367 * gdb.arch/arc-tdesc-cpu.xml: Use new feature names.
368
8cac2b31
SM
3692020-08-25 Simon Marchi <simon.marchi@polymtl.ca>
370
371 PR gdb/26532
372 * gdb.threads/stepi-random-signal.exp: Update pattern.
373
2bc19622
SM
3742020-08-25 Simon Marchi <simon.marchi@efficios.com>
375
376 PR gdb/26532
377 * gdb.base/ui-redirect.exp: Update pattern.
378
b04aa1fc
GB
3792020-08-25 Gary Benson <gbenson@redhat.com>
380
381 * gdb.dwarf2/dw2-dir-file-name.exp: Use system assembler
382 when compiling with clang.
8571e9c8 383 * gdb.dwarf2/dw2-restore.exp: Likewise.
b04aa1fc 384
9f68b453
GB
3852020-08-25 Gary Benson <gbenson@redhat.com>
386
387 * gdb.cp/ambiguous.exp: Enable test when compiling with GCC.
388 Add additional_flags=-Wno-inaccessible-base when compiling
389 with GCC >= 10.1 or clang. Add additional_flags=-w when
390 compiling with GCC < 10.
391
3945d2d7
GM
3922020-08-25 Gaius Mulley <gaiusmod2@gmail.com>
393
394 PR m2/26372
fc5d6901
SM
395 * gdb.modula2/multidim.c: New file.
396 * gdb.modula2/multidim.exp: New file.
3945d2d7 397
60122dbe
SM
3982020-08-24 Simon Marchi <simon.marchi@polymtl.ca>
399
400 * lib/gdb.exp (runto): Always emit fail on internal error.
401
1eb8556f
SM
4022020-08-24 Simon Marchi <simon.marchi@efficios.com>
403
404 * gdb.base/gdb-sigterm.exp (do_test): Update expected regexp.
405 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
406 Likewise.
407 * gdb.threads/stepi-random-signal.exp: Likewise.
408
33bf4c5c
TBA
4092020-08-20 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
410
411 * gdb.base/print-file-var.exp: Fix typo "breapoint".
412 * gdb.trace/strace.exp: Ditto.
413
c2fd7fae
AKS
4142020-08-19 Alok Kumar Sharma <AlokKumar.Sharma@amd.com>
415
416 * gdb.fortran/vla-type.exp: Skip commands not required for
417 the Flang compiled binaries after prologue fix.
418
326afb72
TT
4192020-08-17 Tom de Vries <tdevries@suse.de>
420 Tom Tromey <tromey@adacore.com>
421
422 PR rust/26197:
423 * gdb.rust/simple.exp (xfail_pattern): Update for new failure.
424
3ae7ab99
TT
4252020-08-17 Tom Tromey <tromey@adacore.com>
426
427 * gdb.ada/mi_var_access.exp: New file.
428 * gdb.ada/mi_var_access/mi_access.adb: New file.
429 * gdb.ada/mi_var_access/pck.adb: New file.
430 * gdb.ada/mi_var_access/pck.ads: New file.
431
f569c1c5
TV
4322020-08-16 Tom de Vries <tdevries@suse.de>
433
434 PR gdb/25350
435 * gdb.base/eh_return.c: New test.
436 * gdb.base/eh_return.exp: New file.
437
3d11c30a
TV
4382020-08-15 Tom de Vries <tdevries@suse.de>
439
440 * gdb.fortran/mixed-lang-stack.c (fortran_charlen_t): New type.
441 (mixed_func_1d_): Use fortran_charlen_t in decl.
442
547ce8f0
TV
4432020-08-15 Tom de Vries <tdevries@suse.de>
444
445 PR backtrace/26390
446 * gdb.fortran/mixed-lang-stack.exp: Call bt with -frame-arguments all.
447 Update expected pattern.
448
a54a7f13
PA
4492020-08-13 Pedro Alves <pedro@palves.net>
450
451 * gdb.fortran/complex.exp: Check skip_fortran_tests.
452 * gdb.fortran/library-module.exp: Likewise.
453 * gdb.fortran/logical.exp: Likewise.
454 * gdb.fortran/module.exp: Likewise.
455 * gdb.fortran/print_type.exp: Likewise.
456 * gdb.fortran/vla-alloc-assoc.exp: Likewise.
457 * gdb.fortran/vla-datatypes.exp: Likewise.
458 * gdb.fortran/vla-history.exp: Likewise.
459 * gdb.fortran/vla-ptr-info.exp: Likewise.
460 * gdb.fortran/vla-ptype-sub.exp: Likewise.
461 * gdb.fortran/vla-ptype.exp: Likewise.
462 * gdb.fortran/vla-sizeof.exp: Likewise.
463 * gdb.fortran/vla-type.exp: Likewise.
464 * gdb.fortran/vla-value-sub-arbitrary.exp: Likewise.
465 * gdb.fortran/vla-value-sub-finish.exp: Likewise.
466 * gdb.fortran/vla-value-sub.exp: Likewise.
467 * gdb.fortran/vla-value.exp: Likewise.
468
7a82e903
PA
4692020-08-13 Pedro Alves <pedro@palves.net>
470
471 * gdb.ada/access_tagged_param.exp: Check skip_ada_tests.
472 * gdb.ada/access_to_packed_array.exp: Likewise.
473 * gdb.ada/access_to_unbounded_array.exp: Likewise.
474 * gdb.ada/addr_arith.exp: Likewise.
475 * gdb.ada/arr_acc_idx_w_gap.exp: Likewise.
476 * gdb.ada/arr_arr.exp: Likewise.
477 * gdb.ada/arr_enum_idx_w_gap.exp: Likewise.
478 * gdb.ada/array_bounds.exp: Likewise.
479 * gdb.ada/array_of_variable_length.exp: Likewise.
480 * gdb.ada/array_ptr_renaming.exp: Likewise.
481 * gdb.ada/array_subscript_addr.exp: Likewise.
482 * gdb.ada/arraydim.exp: Likewise.
483 * gdb.ada/arrayparam.exp: Likewise.
484 * gdb.ada/arrayptr.exp: Likewise.
485 * gdb.ada/assign_1.exp: Likewise.
486 * gdb.ada/assign_arr.exp: Likewise.
487 * gdb.ada/atomic_enum.exp: Likewise.
488 * gdb.ada/attr_ref_and_charlit.exp: Likewise.
489 * gdb.ada/bad-task-bp-keyword.exp: Likewise.
490 * gdb.ada/bias.exp: Likewise.
491 * gdb.ada/boolean_expr.exp: Likewise.
492 * gdb.ada/bp_c_mixed_case.exp: Likewise.
493 * gdb.ada/bp_enum_homonym.exp: Likewise.
494 * gdb.ada/bp_inlined_func.exp: Likewise.
495 * gdb.ada/bp_on_var.exp: Likewise.
496 * gdb.ada/bp_range_type.exp: Likewise.
497 * gdb.ada/bp_reset.exp: Likewise.
498 * gdb.ada/call_pn.exp: Likewise.
499 * gdb.ada/catch_assert_if.exp: Likewise.
500 * gdb.ada/catch_ex.exp: Likewise.
501 * gdb.ada/catch_ex_std.exp: Likewise.
502 * gdb.ada/char_enum.exp: Likewise.
503 * gdb.ada/char_param.exp: Likewise.
504 * gdb.ada/complete.exp: Likewise.
505 * gdb.ada/cond_lang.exp: Likewise.
506 * gdb.ada/convvar_comp.exp: Likewise.
507 * gdb.ada/dgopt.exp: Likewise.
508 * gdb.ada/disc_arr_bound.exp: Likewise.
509 * gdb.ada/display_nested.exp: Likewise.
510 * gdb.ada/dot_all.exp: Likewise.
511 * gdb.ada/dyn_loc.exp: Likewise.
512 * gdb.ada/dyn_stride.exp: Likewise.
513 * gdb.ada/excep_handle.exp: Likewise.
514 * gdb.ada/expr_delims.exp: Likewise.
515 * gdb.ada/expr_with_funcall.exp: Likewise.
516 * gdb.ada/exprs.exp: Likewise.
517 * gdb.ada/fin_fun_out.exp: Likewise.
518 * gdb.ada/fixed_cmp.exp: Likewise.
519 * gdb.ada/formatted_ref.exp: Likewise.
520 * gdb.ada/frame_arg_lang.exp: Likewise.
521 * gdb.ada/frame_args.exp: Likewise.
522 * gdb.ada/fullname_bp.exp: Likewise.
523 * gdb.ada/fun_addr.exp: Likewise.
524 * gdb.ada/fun_in_declare.exp: Likewise.
525 * gdb.ada/fun_overload_menu.exp: Likewise.
526 * gdb.ada/fun_renaming.exp: Likewise.
527 * gdb.ada/funcall_char.exp: Likewise.
528 * gdb.ada/funcall_param.exp: Likewise.
529 * gdb.ada/funcall_ptr.exp: Likewise.
530 * gdb.ada/funcall_ref.exp: Likewise.
531 * gdb.ada/homonym.exp: Likewise.
532 * gdb.ada/info_addr_mixed_case.exp: Likewise.
533 * gdb.ada/info_auto_lang.exp: Likewise.
534 * gdb.ada/info_exc.exp: Likewise.
535 * gdb.ada/info_types.exp: Likewise.
536 * gdb.ada/int_deref.exp: Likewise.
537 * gdb.ada/interface.exp: Likewise.
538 * gdb.ada/iwide.exp: Likewise.
539 * gdb.ada/lang_switch.exp: Likewise.
540 * gdb.ada/length_cond.exp: Likewise.
541 * gdb.ada/maint_with_ada.exp: Likewise.
542 * gdb.ada/mi_catch_assert.exp: Likewise.
543 * gdb.ada/mi_catch_ex.exp: Likewise.
544 * gdb.ada/mi_catch_ex_hand.exp: Likewise.
545 * gdb.ada/mi_dyn_arr.exp: Likewise.
546 * gdb.ada/mi_ex_cond.exp: Likewise.
547 * gdb.ada/mi_exc_info.exp: Likewise.
548 * gdb.ada/mi_interface.exp: Likewise.
549 * gdb.ada/mi_prot.exp: Likewise.
550 * gdb.ada/mi_ref_changeable.exp: Likewise.
551 * gdb.ada/mi_string_access.exp: Likewise.
552 * gdb.ada/mi_task_arg.exp: Likewise.
553 * gdb.ada/mi_task_info.exp: Likewise.
554 * gdb.ada/mi_var_array.exp: Likewise.
555 * gdb.ada/mi_var_union.exp: Likewise.
556 * gdb.ada/mi_variant.exp: Likewise.
557 * gdb.ada/minsyms.exp: Likewise.
558 * gdb.ada/mod_from_name.exp: Likewise.
559 * gdb.ada/nested.exp: Likewise.
560 * gdb.ada/null_array.exp: Likewise.
561 * gdb.ada/optim_drec.exp: Likewise.
562 * gdb.ada/out_of_line_in_inlined.exp: Likewise.
563 * gdb.ada/packed_array_assign.exp: Likewise.
564 * gdb.ada/packed_tagged.exp: Likewise.
565 * gdb.ada/pp-rec-component.exp: Likewise.
566 * gdb.ada/print_chars.exp: Likewise.
567 * gdb.ada/print_pc.exp: Likewise.
568 * gdb.ada/ptr_typedef.exp: Likewise.
569 * gdb.ada/ptype_arith_binop.exp: Likewise.
570 * gdb.ada/ptype_array.exp: Likewise.
571 * gdb.ada/ptype_field.exp: Likewise.
572 * gdb.ada/ptype_tagged_param.exp: Likewise.
573 * gdb.ada/ptype_union.exp: Likewise.
574 * gdb.ada/py_range.exp: Likewise.
575 * gdb.ada/py_taft.exp: Likewise.
576 * gdb.ada/rdv_wait.exp: Likewise.
577 * gdb.ada/rec_comp.exp: Likewise.
578 * gdb.ada/rec_return.exp: Likewise.
579 * gdb.ada/ref_param.exp: Likewise.
580 * gdb.ada/ref_tick_size.exp: Likewise.
581 * gdb.ada/rename_subscript_param.exp: Likewise.
582 * gdb.ada/repeat_dyn.exp: Likewise.
583 * gdb.ada/same_component_name.exp: Likewise.
584 * gdb.ada/same_enum.exp: Likewise.
585 * gdb.ada/scalar_storage.exp: Likewise.
586 * gdb.ada/set_wstr.exp: Likewise.
587 * gdb.ada/small_reg_param.exp: Likewise.
588 * gdb.ada/str_binop_equal.exp: Likewise.
589 * gdb.ada/str_ref_cmp.exp: Likewise.
590 * gdb.ada/str_uninit.exp: Likewise.
591 * gdb.ada/sub_variant.exp: Likewise.
592 * gdb.ada/sym_print_name.exp: Likewise.
593 * gdb.ada/taft_type.exp: Likewise.
594 * gdb.ada/tagged.exp: Likewise.
595 * gdb.ada/tagged_access.exp: Likewise.
596 * gdb.ada/task_bp.exp: Likewise.
597 * gdb.ada/task_switch_in_core.exp: Likewise.
598 * gdb.ada/tasks.exp: Likewise.
599 * gdb.ada/tick_last_segv.exp: Likewise.
600 * gdb.ada/tick_length_array_enum_idx.exp: Likewise.
601 * gdb.ada/type_coercion.exp: Likewise.
602 * gdb.ada/unc_arr_ptr_in_var_rec.exp: Likewise.
603 * gdb.ada/unchecked_union.exp: Likewise.
604 * gdb.ada/uninitialized_vars.exp: Likewise.
605 * gdb.ada/var_arr_attrs.exp: Likewise.
606 * gdb.ada/var_arr_typedef.exp: Likewise.
607 * gdb.ada/var_rec_arr.exp: Likewise.
608 * gdb.ada/variant-record.exp: Likewise.
609 * gdb.ada/variant.exp: Likewise.
610 * gdb.ada/variant_record_packed_array.exp: Likewise.
611 * gdb.ada/varsize_limit.exp: Likewise.
612 * gdb.ada/whatis_array_val.exp: Likewise.
613 * gdb.ada/widewide.exp: Likewise.
614 * gdb.ada/win_fu_syms.exp: Likewise.
615
6162020-08-12 Gary Benson <gbenson@redhat.com>
c0ab14ae
GB
617
618 * gdb.dwarf2/dw2-op-out-param.S (.Ltext5): Fix duplicate label.
619
10c381b5
AB
6202020-08-04 Andrew Burgess <andrew.burgess@embecosm.com>
621
622 * lib/check-test-names.exp (do_reset_vars): Use 'array unset' to
623 unset the array variable.
624
8f34b746
TV
6252020-08-03 Tom de Vries <tdevries@suse.de>
626
627 PR symtab/26333
628 * lib/dwarf.exp (DW_LNE_user): New proc.
629 * gdb.dwarf2/dw2-vendor-extended-opcode.c: New test.
630 * gdb.dwarf2/dw2-vendor-extended-opcode.exp: New file.
631
0245e136
KB
6322020-07-31 Kevin Buettner <kevinb@redhat.com>
633
634 * gdb.base/coremaker2.c: Change all uses of 'unsigned long long'
635 to 'uintptr_t'
636 (inttypes.h): Include.
637
9ef1ec5d
KB
6382020-07-31 Kevin Buettner <kevinb@redhat.com>
639
640 * gdb.base/coremaker2.c (buf_rw): Increase size to 256 KiB.
641 (C5_24k): Delete.
642 (C5_8k, C5_64k, C5_256k): New macros.
643 (buf_ro): Allocate 256 KiB of initialized data.
644
4c55e970
TBA
6452020-07-30 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
646
647 * gdb.base/condbreak-bad.exp: Extend the test with scenarios
648 that attempt to overwrite an existing condition with a condition
649 that fails parsing and also with a condition that parses fine
650 but contains junk at the end.
651
1e620590
TBA
6522020-07-30 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
653
654 * gdb.base/condbreak-bad.c: New test.
655 * gdb.base/condbreak-bad.exp: New file.
656
e12dcc50
TV
6572020-07-30 Tom de Vries <tdevries@suse.de>
658
659 * lib/sym-info-cmds.exp (GDBInfoModuleSymbols::check_entry_1): Factor
660 out of ...
661 (GDBInfoModuleSymbols::check_entry): ... here.
662 (GDBInfoModuleSymbols::check_optional_entry): New proc.
663 * gdb.fortran/info-modules.exp: Use check_optional_entry for entries
664 related to __def_init_mod1_M1t1 / __vtype_mod1_M1t1 / __copy_mod1_M1t1.
665
6cc64caa
TV
6662020-07-30 Tom de Vries <tdevries@suse.de>
667
668 * gdb.fortran/ptype-on-functions.exp: Make "_t" suffix on
669 "__class_some_module_Number_t" optional.
670
90fd07fc
TV
6712020-07-29 Tom de Vries <tdevries@suse.de>
672
673 * lib/selftest-support.exp (selftest_setup): Allow breakpoint at
674 multiple locations.
675
f5c79e97
TV
6762020-07-29 Tom de Vries <tdevries@suse.de>
677
678 * gdb.dwarf2/dw2-line-number-zero.exp: Set breakpoints on lines
679 rather than function name.
680
f75a0693
AB
6812020-07-28 Andrew Burgess <andrew.burgess@embecosm.com>
682
683 PR symtab/26270:
684 * gdb.cp/disasm-func-name.cc: New file.
685 * gdb.cp/disasm-func-name.exp: New file.
686
4888741a
TT
6872020-07-28 Tom Tromey <tromey@adacore.com>
688
689 * gdb.dwarf2/varval.exp (setup_exec): Add 'or' instruction to
690 'varval' location.
691
43d5901d
AB
6922020-07-28 Andrew Burgess <andrew.burgess@embecosm.com>
693
694 * gdb.python/py-unwind.py: Update to make use of a register
695 descriptor.
696
14fa8fb3
AB
6972020-07-28 Andrew Burgess <andrew.burgess@embecosm.com>
698
699 * gdb.python/py-arch-reg-names.exp: Add additional tests.
700
e79eb02f
AB
7012020-07-25 Andrew Burgess <andrew.burgess@embecosm.com>
702
703 PR fortran/23051
704 PR fortran/26139
705 * gdb.fortran/class-allocatable-array.exp: New file.
706 * gdb.fortran/class-allocatable-array.f90: New file.
707 * gdb.fortran/pointer-to-pointer.exp: New file.
708 * gdb.fortran/pointer-to-pointer.f90: New file.
709
876518dd
TV
7102020-07-25 Tom de Vries <tdevries@suse.de>
711
712 PR symtab/26243
713 * gdb.dwarf2/dw2-line-number-zero.c: New test.
714 * gdb.dwarf2/dw2-line-number-zero.exp: New file.
715
6dcfb80a
TV
7162020-07-24 Tom de Vries <tdevries@suse.de>
717
718 PR testsuite/26293
719 * gdb.ada/mi_prot.exp: Require gnatmake-8.
720
e7bc9db8
PA
7212020-07-23 Pedro Alves <pedro@palves.net>
722
723 * gdb.server/server-kill.exp (prepare): New, factored out from the
724 top level.
725 (kill_server): New.
726 (test_tstatus, test_unwind_nosyms, test_unwind_syms): New.
727 (top level) : Call test_tstatus, test_unwind_nosyms, test_unwind_syms.
728
78344df7
AB
7292020-07-23 Andrew Burgess <andrew.burgess@embecosm.com>
730
731 * gdb.dwarf2/dw2-disasm-over-non-stmt.exp: New file.
732
25dfed24
SL
7332020-07-22 Sandra Loosemore <sandra@codesourcery.com>
734
735 * lib/gdb.exp (gdb_wrapper_file, gdb_wrapper_flags):
736 Initialize to empty string at top level.
737 (gdb_wrapper_init): Revert check for file existence on build.
738 Build the wrapper in its default place, not a build-specific
739 location. When host == build, make the pathname absolute.
740 (gdb_compile): Delete leftover declaration of
741 gdb_wrapper_initialized. Check gdb_wrapper_file being an empty
742 string instead of uninitialized.
743
7da515fd
KB
7442020-07-22 Kevin Buettner <kevinb@redhat.com>
745
746 * gdb.base/corefile2.exp: New file.
747 * gdb.base/coremaker2.exp: New file.
748
9c5ec5c2
KB
7492020-07-22 Kevin Buettner <kevinb@redhat.com>
750
751 * gdb.base/coredump-filter.exp: Add second
752 non-Private-Shared-Anon-File test.
753 (test_disasm): Rename binfile for test which is expected
754 to fail.
755
f9e233c9
KB
7562020-07-22 Kevin Buettner <kevinb@redhat.com>
757
758 * gdb.base/corefile.exp: Add test "accessing read-only mmapped
759 data in core file".
760 * gdb.base/coremaker.c (buf2ro): New global.
761 (mmapdata): Add a read-only mmap mapping.
762
94c265d7
KB
7632020-07-22 Kevin Buettner <kevinb@redhat.com>
764
765 PR corefiles/25631
766 * gdb.base/corefile.exp (accessing anonymous, unwritten-to mmap data):
767 New test.
768 * gdb.base/coremaker.c (buf3): New global.
769 (mmapdata): Add mmap call which uses MAP_ANONYMOUS and MAP_PRIVATE
770 flags.
771
7722020-07-22 Kevin Buettner <kevinb@redhat.com>
678c7a56
KB
773
774 * gdb.base/coremaker.c (filler_ro): New global constant.
775
32fa152e
TT
7762020-07-22 Tom Tromey <tromey@adacore.com>
777
778 * gdb.ada/mi_prot.exp: New file.
779 * gdb.ada/mi_prot/pkg.adb: New file.
780 * gdb.ada/mi_prot/pkg.ads: New file.
781 * gdb.ada/mi_prot/prot.adb: New file.
782
c8474dc3
TBA
7832020-07-22 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
784
785 * gdb.base/jit-reader-simple.exp: Add a scenario for a binary that
786 loads two JITers.
787
baf8791e
AB
7882020-07-21 Andrew Burgess <andrew.burgess@embecosm.com>
789
790 * gdb.python/py-arch-reg-groups.exp: Additional tests.
791
f7306dac
AB
7922020-07-21 Andrew Burgess <andrew.burgess@embecosm.com>
793
794 * gdb.python/py-arch-reg-names.exp: Additional tests.
795
6d3d6e4b
TV
7962020-07-21 Tom de Vries <tdevries@suse.de>
797
798 * gdb.reverse/solib-precsave.exp: Handle additional "recommended
799 breakpoint locations".
800 * gdb.reverse/solib-reverse.exp: Same.
801
803d0592
TV
8022020-07-21 Tom de Vries <tdevries@suse.de>
803
804 * gdb.reverse/step-reverse.c (callee): Merge statements.
805
e9bdc510
TV
8062020-07-21 Tom de Vries <tdevries@suse.de>
807
808 * gdb.fortran/info-modules.exp (info module variables): Allow missing
809 line numbers for some variables.
810
f0f9e75a
TV
8112020-07-21 Tom de Vries <tdevries@suse.de>
812
813 * gdb.opt/inline-locals.c (init_array): New func.
814 (func1): Use init_array.
815 * gdb.opt/inline-locals.exp: Update pattern.
816
bd460ecb
TV
8172020-07-21 Tom de Vries <tdevries@suse.de>
818
819 * gdb.debuginfod/fetch_src_and_symbols.exp: Use save_vars for env
820 vars. Fix PATH and DUPLICATE errors. Cleanup whitespace.
821
ae5369e7
LC
8222020-07-20 Ludovic Courtès <ludo@gnu.org>
823
824 * gdb.guile/source2.scm: Add #f first argument to 'format'.
825 * gdb.guile/types-module.exp: Remove "ERROR:" from
826 regexps since Guile 3.0 no longer prints that.
827
68cf161c
LC
8282020-07-20 Ludovic Courtès <ludo@gnu.org>
829
830 * gdb.guile/scm-error.exp ("source $remote_guile_file_1"): Relax
831 error regexp to match on Guile 2.2.
832
c14b4913
GB
8332020-07-20 Gary Benson <gbenson@redhat.com>
834
835 * gdb.cp/align.exp: Fix "alignof (void)" tests when compiling
836 with clang.
837
b243ba58
TV
8382020-07-20 Tom de Vries <tdevries@suse.de>
839
840 * gdb.threads/omp-par-scope.c (lock, lock2): New variable.
841 (omp_set_lock_in_order): New function.
842 (single_scope, multi_scope, nested_func, nested_parallel): Use
843 omp_set_lock_in_order and omp_unset_lock.
844 (main): Init and destroy lock and lock2.
845
c06ad8b5
TV
8462020-07-20 Tom de Vries <tdevries@suse.de>
847
848 * gdb.base/valgrind-infcall-2.exp: Handle printf unknown return type.
849
6e22f117
TV
8502020-07-20 Tom de Vries <tdevries@suse.de>
851
852 * gdb.threads/attach-slow-waitpid.exp: Bail out if gdb_start fails.
853
33176ea7
TV
8542020-07-17 Tom de Vries <tdevries@suse.de>
855
856 * gdb.base/valgrind-infcall-2.c: New test.
857 * gdb.base/valgrind-infcall-2.exp: New file.
858 * lib/valgrind.exp (vgdb_start): Add and handle active_at_startup.
859
90c3ec2d
TV
8602020-07-17 Tom de Vries <tdevries@suse.de>
861
862 * gdb.dlang/circular.c (found): Use found_label as label name.
863 * gdb.dwarf2/arr-subrange.c (main): Use main_label as label name.
864 * gdb.dwarf2/comp-unit-lang.c (func): Use func_label as label name.
865 * gdb.dlang/circular.exp: Use MACRO_AT_func and MACRO_AT_range.
866 * gdb.dwarf2/ada-linkage-name.exp: Same.
867 * gdb.dwarf2/arr-subrange.exp: Same.
868 * gdb.dwarf2/atomic-type.exp: Same.
869 * gdb.dwarf2/comp-unit-lang.exp: Same.
870 * gdb.dwarf2/cpp-linkage-name.exp: Same.
871 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: Same.
872 * gdb.dwarf2/dw2-lexical-block-bare.exp: Same.
873 * gdb.dwarf2/dw2-regno-invalid.exp: Same.
874 * gdb.dwarf2/implptr-64bit.exp: Same.
875 * gdb.dwarf2/imported-unit-abstract-const-value.exp: Same.
876 * gdb.dwarf2/imported-unit-runto-main.exp: Same.
877 * gdb.dwarf2/imported-unit.exp: Same.
878 * gdb.dwarf2/main-subprogram.exp: Same.
879 * gdb.dwarf2/missing-type-name.exp: Same.
880 * gdb.dwarf2/nonvar-access.exp: Same.
881 * gdb.dwarf2/struct-with-sig.exp: Same.
882 * gdb.dwarf2/typedef-void-finish.exp: Same.
883 * gdb.dwarf2/void-type.exp: Same.
884
10da644d
TV
8852020-07-17 Tom de Vries <tdevries@suse.de>
886
887 * lib/dwarf.exp (Dwarf::MACRO_AT_func, Dwarf::MACRO_AT_range): Drop
888 src parameter.
889 * gdb.dlang/watch-loc.exp: Update MACRO_AT_{func,range} calls.
890 * gdb.dwarf2/bitfield-parent-optimized-out.exp: Same.
891 * gdb.dwarf2/dw2-ifort-parameter.exp: Same.
892 * gdb.dwarf2/dw2-opt-structptr.exp: Same.
893 * gdb.dwarf2/dwz.exp: Same.
894 * gdb.dwarf2/implptr-optimized-out.exp: Same.
895 * gdb.dwarf2/implref-array.exp: Same.
896 * gdb.dwarf2/implref-const.exp: Same.
897 * gdb.dwarf2/implref-global.exp: Same.
898 * gdb.dwarf2/implref-struct.exp: Same.
899 * gdb.dwarf2/info-locals-optimized-out.exp: Same.
900 * gdb.dwarf2/opaque-type-lookup.exp: Same.
901 * gdb.dwarf2/var-access.exp: Same.
902 * gdb.dwarf2/varval.exp: Same.
903 * gdb.trace/entry-values.exp: Same.
904
315e6afc
TV
9052020-07-17 Tom de Vries <tdevries@suse.de>
906
907 * lib/dwarf.exp (Dwarf::extern): Remove.
908 * gdb.compile/compile-ops.exp: Remove use of Dwarf::extern.
909 * gdb.dlang/circular.exp: Same.
910 * gdb.dwarf2/comp-unit-lang.exp: Same.
911 * gdb.dwarf2/dw2-ifort-parameter.exp: Same.
912 * gdb.dwarf2/dw2-symtab-includes.exp: Same.
913 * gdb.dwarf2/dwz.exp: Same.
914 * gdb.dwarf2/imported-unit-abstract-const-value.exp: Same.
915 * gdb.dwarf2/imported-unit-runto-main.exp: Same.
916 * gdb.dwarf2/imported-unit.exp: Same.
917 * gdb.dwarf2/opaque-type-lookup.exp: Same.
918
5597c940
SL
9192020-07-16 Sandra Loosemore <sandra@codesourcery.com>
920
921 * gdb.base/shell.exp: Skip pipe tests dependent on sh on Windows host.
922 Use double quotes instead of single quotes.
923
d0ce17d8
CT
9242020-07-16 Caroline Tice <cmtice@google.com>
925
926 * gdb.dwarf2/dw5-rnglist-test.cc: New file.
927 * gdb.dwarf2/dw5-rnglist-test.exp: New file.
928
853772cc
TV
9292020-07-16 Tom de Vries <tdevries@suse.de>
930
931 * lib/dwarf.exp (program): Initialize _line.
932 (DW_LNE_end_sequence): Reinitialize _line.
933 (DW_LNS_advance_line): Update _line.
934 (line): New proc.
935 * gdb.dwarf2/dw2-inline-many-frames.exp: Use line.
936 * gdb.dwarf2/dw2-inline-small-func.exp: Same.
937 * gdb.dwarf2/dw2-inline-stepping.exp: Same.
938 * gdb.dwarf2/dw2-is-stmt-2.exp: Same.
939 * gdb.dwarf2/dw2-is-stmt.exp: Same.
940 * gdb.dwarf2/dw2-ranges-func.exp: Same.
941
fe07b572
AB
9422020-07-15 Andrew Burgess <andrew.burgess@embecosm.com>
943
944 * gdb.fortran/ptype-on-functions.exp: Make the result pattern more
945 generic.
946
52781cce
TV
9472020-07-15 Tom de Vries <tdevries@suse.de>
948
949 * gdb.trace/entry-values.exp: Expect "call" instead of "callq" if
950 is_amd64_regs_target.
951
3dcc261c
AB
9522020-07-15 Andrew Burgess <andrew.burgess@embecosm.com>
953
954 * gdb.fortran/ptype-on-functions.exp: Add more tests.
955 * gdb.fortran/ptype-on-functions.f90: Likewise.
956
054a0959
SM
9572020-07-14 Simon Marchi <simon.marchi@polymtl.ca>
958
959 * lib/dwarf.exp (Dwarf::cu, Dwarf::tu, Dwarf::lines): Change valid
960 values in documentation for addr_size to 4 and 8.
961
ccb9eba6
AB
9622020-07-14 Andrew Burgess <andrew.burgess@embecosm.com>
963
964 * gdb.arch/amd64-osabi.exp: Update.
965 * gdb.arch/arm-disassembler-options.exp: Update.
966 * gdb.arch/powerpc-disassembler-options.exp: Update.
967 * gdb.arch/ppc64-symtab-cordic.exp: Update.
968 * gdb.arch/s390-disassembler-options.exp: Update.
969 * gdb.base/all-architectures.exp.tcl: Update.
970 * gdb.base/attach-pie-noexec.exp: Update.
971 * gdb.base/catch-syscall.exp: Update.
972 * gdb.xml/tdesc-arch.exp: Update.
973
025a39a7
TV
9742020-07-14 Tom de Vries <tdevries@suse.de>
975
976 * gdb.threads/clone-new-thread-event.c (gettid): Rename to ...
977 (local_gettid): ... this.
978 (fn): Update.
979
74e4b667
SL
9802020-07-13 Sandra Loosemore <sandra@codesourcery.com>
981
982 * gdb.base/info_sources.exp: Skip directory match tests on
983 remote hosts.
984
f413dd74
GB
9852020-07-13 Gary Benson <gbenson@redhat.com>
986
987 * gdb.base/savedregs.exp (caller): Use parentheses to
988 make expected expression evaluation ordering explicit.
989
915771bb
GB
9902020-07-13 Gary Benson <gbenson@redhat.com>
991
992 * gdb.arch/i386-sse.c (have_sse) <edx>: Make unsigned.
993
2a122642
GB
9942020-07-13 Gary Benson <gbenson@redhat.com>
995
996 * gdb.base/bigcore.c (main): Use a volatile pointer when
997 attempting to trigger a SIGSEGV.
998 * gdb.base/gcore-relro-pie.c (break_here): Likewise.
999 * gdb.base/gcore-tls-pie.c (break_here): Likewise.
1000 * gdb.base/savedregs.c (thrower): Likewise.
1001 * gdb.mi/mi-syn-frame.c (bar): Likewise.
1002
3f00c730
GB
10032020-07-13 Gary Benson <gbenson@redhat.com>
1004
1005 * gdb.base/vla-datatypes.c (vla_factory): Factor out sections
1006 defining and using VLA structure fields into...
1007 * gdb.base/vla-struct-fields.c: New file.
1008 * gdb.base/vla-datatypes.exp: Factor out VLA structure field
1009 tests into...
1010 * gdb.base/vla-struct-fields.exp: New file.
1011
963eeee4
TV
10122020-07-13 Tom de Vries <tdevries@suse.de>
1013
1014 * lib/gdb.exp (have_fuse_ld_gold): New caching proc.
1015 * gdb.base/gcore-tls-pie.exp: Use have_fuse_ld_gold.
1016 * gdb.base/gold-gdb-index.exp: Same.
1017 * gdb.base/morestack.exp: Same.
1018
0ed35c9a
DX
10192020-07-11 Daniel Xu <dxu@dxuuu.xyz>
1020
1021 PR rust/26121
1022 * gdb.rust/modules.rs: Prevent linker from discarding test
1023 symbol.
1024
4fdba23d
PA
10252020-07-10 Pedro Alves <pedro@palves.net>
1026
1027 PR gdb/26199
1028 * gdb.multi/multi-target.c (exit_thread): New.
1029 (thread_start): Break loop if EXIT_THREAD.
1030 * gdb.multi/multi-target.exp (test_no_unwaited_for): New proc.
1031 (top level) Call test_no_resumed.
1032
15f3b077
TT
10332020-07-08 Tom Tromey <tromey@adacore.com>
1034
1035 * gdb.ada/catch_ex/foo.adb: Pass string to raise.
1036 * gdb.ada/catch_ex.exp: Examine catchpoint text.
1037
9fc501fd
AB
10382020-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
1039
1040 PR python/22748
1041 * gdb.opt/inline-frame-tailcall.c: New file.
1042 * gdb.opt/inline-frame-tailcall.exp: New file.
1043 * gdb.python/py-unwind-inline.c: New file.
1044 * gdb.python/py-unwind-inline.exp: New file.
1045 * gdb.python/py-unwind-inline.py: New file.
1046
64cb3757
AB
10472020-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
1048
1049 * gdb.python/py-arch-reg-groups.exp: New file.
1050
0f767f94
AB
10512020-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
1052
1053 * gdb.python/py-arch-reg-names.exp: New file.
1054
87dbc774
AB
10552020-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
1056
1057 * gdb.python/py-unwind.py (TestUnwinder::__call__): Add test for
1058 gdb.PendingFrame.architecture method.
1059
d8cc8af6
TV
10602020-07-06 Tom de Vries <tdevries@suse.de>
1061
1062 * gdb.dwarf2/dw2-ranges-base.exp: Test line-table order.
1063
3c8ea5be
PA
10642020-07-03 Pedro Alves <palves@redhat.com>
1065
1066 * gdb.base/structs2.c (main): Adjust second parem_reg call to
1067 explicitly write negative numbers.
1068 * gdb.base/structs2.exp: Adjust expected output.
1069
bf90c83a
PA
10702020-07-03 Pedro Alves <palves@redhat.com>
1071
1072 * gdb.base/charset.c (init_string): Change all char parameters to
1073 unsigned char parameters.
1074
2eb82157
PA
10752020-07-03 Pedro Alves <palves@redhat.com>
1076
1077 * gdb.base/call-sc.exp (start_scalars_test): Use
1078 prepare_for_testing and don't try compiling with -DNO_PROTOTYPES.
1079 * gdb.base/overlays.c: Remove references to PARAMS.
1080 * gdb.base/ovlymgr.h (PARAMS): Delete, and remove all references.
1081 * gdb.base/reread.exp: Don't set 'prototypes' global.
1082 * gdb.base/structs.exp (start_structs_test): Use
1083 prepare_for_testing and don't try compiling with -DNO_PROTOTYPES.
1084 * gdb.base/structs2.exp: Don't set 'prototypes' global. Use
1085 prepare_for_testing and don't try compiling with -DNO_PROTOTYPES.
1086 Don't issue "set width 0". Remove gdb_stop_suppressing_tests
1087 call.
1088 * gdb.base/varargs.exp: Don't set 'prototypes' global.
1089
9adda7af
PA
10902020-07-03 Pedro Alves <palves@redhat.com>
1091
1092 * gdb.base/m32rovly.c: Delete.
1093 * gdb.base/ovlymgr.c: Remove all code guarded by __D10V__.
1094
2a17c803
PW
10952020-06-30 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1096
1097 * gdb.python/py-breakpoint.exp: use gdb_test_multiline instead
1098 of gdb_py_test_multiple.
1099 * gdb.python/py-cmd.exp: Likewise.
1100 * gdb.python/py-events.exp: Likewise.
1101 * gdb.python/py-function.exp: Likewise.
1102 * gdb.python/py-inferior.exp: Likewise.
1103 * gdb.python/py-infthread.exp: Likewise.
1104 * gdb.python/py-linetable.exp: Likewise.
1105 * gdb.python/py-parameter.exp: Likewise.
1106 * gdb.python/py-value.exp: Likewise.
1107
b011fe1a
TV
11082020-06-30 Tom de Vries <tdevries@suse.de>
1109
1110 PR testsuite/26175
1111 * lib/future.exp (gdb_default_target_compile): Detect and handle
1112 early_flags.
1113
df5b8876
SM
11142020-06-29 Simon Marchi <simon.marchi@efficios.com>
1115
1116 * boards/simavr.exp (gdb_load): Catch errors when closing
1117 previous connection. Close connection, wait for process and
1118 unset simavr_spawn_id on failure.
1119
a3ca48cd
TV
11202020-06-29 Tom de Vries <tdevries@suse.de>
1121
1122 * lib/gdb.exp (unknown): Make test-case unresolved.
1123
b0237c0e
TV
11242020-06-29 Tom de Vries <tdevries@suse.de>
1125
1126 PR gdb/25475
1127 * gdb.server/solib-list.exp: Verify that the symbol reload
1128 confirmation question is asked.
1129
c0b3b3bd
PW
11302020-06-26 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1131
1132 * lib/gdb.exp (gdb_test_multiline): New, moved from gdb-guile.exp,
1133 have a input seq nr in each pass message.
fe4c3d43 1134 * lib/gdb-guile.exp (gdb_test_multiline): Move to gdb.exp.
c0b3b3bd
PW
1135 * lib/gdb-python.exp (gdb_py_test_multiple): Remove.
1136 * gdb.python/python.exp: Make test names unique,
1137 use gdb_test_multiline instead of gdb_py_test_multiple,
1138 use $gdb_test_name.
1139 * gdb.guile/guile.exp: Make test names unique, use $gdb_test_name
1140
1776e3e5
NA
11412020-06-26 Nick Alcock <nick.alcock@oracle.com>
1142
1143 * configure.ac: Add --enable-libctf.
1144 * aclocal.m4: sinclude ../config/enable.m4.
1145 * Makefile.in (site.exp): Add enable_libctf to site.exp.
1146 * lib/gdb.exp (skip_ctf_tests): Use it.
1147 * gdb.base/ctf-constvars.exp: Error message tweak.
1148 * gdb.base/ctf-ptype.exp: Likewise.
1149 * configure: Regenerate.
1150
f53b3eeb
GB
11512020-06-26 Gary Benson <gbenson@redhat.com>
1152
1153 * gdb.cp/try_catch.cc: Include string.h.
1154 (main): Replace comparison against string literal with
1155 strcmp, avoiding build failure with -Wstring-compare.
1156 Add "marker test-complete".
1157 * gdb.cp/try_catch.exp: Run the test to the above marker,
1158 then verify that the value of "test" is still true.
1159
6d74da72
AB
11602020-06-25 Andrew Burgess <andrew.burgess@embecosm.com>
1161
1162 * gdb.arch/riscv-tdesc-regs.exp: New test cases.
1163
2e52d038
AB
11642020-06-25 Andrew Burgess <andrew.burgess@embecosm.com>
1165
1166 * gdb.arch/riscv-tdesc-regs.exp: Extend test case.
1167
3b9fce96
AB
11682020-06-25 Andrew Burgess <andrew.burgess@embecosm.com>
1169
1170 * gdb.arch/riscv-tdesc-loading-01.xml: New file.
1171 * gdb.arch/riscv-tdesc-loading-02.xml: New file.
1172 * gdb.arch/riscv-tdesc-loading-03.xml: New file.
1173 * gdb.arch/riscv-tdesc-loading-04.xml: New file.
1174 * gdb.arch/riscv-tdesc-loading.exp: New file.
1175
ed69cbc8
AB
11762020-06-25 Andrew Burgess <andrew.burgess@embecosm.com>
1177
1178 * gdb.arch/riscv-tdesc-regs.exp: Extend test case.
1179
767a879e
AB
11802020-06-25 Andrew Burgess <andrew.burgess@embecosm.com>
1181
1182 * gdb.arch/riscv-tdesc-regs-32.xml: New file.
1183 * gdb.arch/riscv-tdesc-regs-64.xml: New file.
1184 * gdb.arch/riscv-tdesc-regs.c: New file.
1185 * gdb.arch/riscv-tdesc-regs.exp: New file.
1186
221db974
PA
11872020-06-24 Pedro Alves <palves@redhat.com>
1188
1189 * gdb.arch/amd64-entry-value-paramref.exp: Use
1190 prepare_for_testing_full and don't pass "c++" for the .S file
1191 build spec.
1192 * gdb.compile/compile-cplus.exp: Don't compile $srcfile3 with
1193 $options, since it's an assembly file. Remove -Wno-deprecated.
1194 * lib/gdb.exp (gdb_compile): Pass "-x c++" explicitly when
1195 compiling C++ programs.
1196
331733cd
PA
11972020-06-24 Pedro Alves <palves@redhat.com>
1198
1199 * lib/gdb.exp (gdb_compile): Update intro comment. If C/C++ with
1200 Clang, add "-Wno-unknown-warning-option" to the options.
1201
caa7fd04
AB
12022020-06-23 Andrew Burgess <andrew.burgess@embecosm.com>
1203
1204 * gdb.xml/tdesc-reload.c: New file.
1205 * gdb.xml/tdesc-reload.exp: New file.
1206 * gdb.xml/maint-xml-dump-01.xml: New file.
1207 * gdb.xml/maint-xml-dump-02.xml: New file.
1208 * gdb.xml/maint-xml-dump.exp: New file.
1209
bb8d1260
SL
12102020-06-23 Sandra Loosemore <sandra@codesourcery.com>
1211
1212 * lib/completion-support.exp (test_gdb_completion_offers_commands):
1213 Adjust for omitted commands when TUI is disabled.
1214
7e4b9c4c
GB
12152020-06-23 Gary Benson <gbenson@redhat.com>
1216 Pedro Alves <palves@redhat.com>
1217
1218 * gdb.cp/namespace.cc: Improve -Wunused-value fix.
1219 * gdb.cp/nsimport.cc: Likewise.
1220 * gdb.cp/nsnested.cc: Likewise.
1221 * gdb.cp/nsnoimports.cc: Likewise.
1222 * gdb.cp/nsusing.cc: Likewise.
1223 * gdb.cp/smartp.cc: Likewise.
1224 * gdb.python/py-pp-integral.c: Likewise.
1225 * gdb.python/py-pp-re-notag.c: Likewise.
1226
2e573c0a
GB
12272020-06-23 Gary Benson <gbenson@redhat.com>
1228
1229 * gdb.cp/namespace.cc: Avoid build failure with -Wunused-value.
1230 * gdb.cp/nsimport.cc: Likewise.
1231 * gdb.cp/nsnested.cc: Likewise.
1232 * gdb.cp/nsnoimports.cc: Likewise.
1233 * gdb.cp/nsusing.cc: Likewise.
1234 * gdb.cp/smartp.cc: Likewise.
1235 * gdb.python/py-pp-integral.c: Likewise.
1236 * gdb.python/py-pp-re-notag.c: Likewise.
1237
746ebfe8
PW
12382020-06-22 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1239
1240 * gdb.base/default-args.exp: New test.
1241 * gdb.base/default-args.c: New file.
1242 * gdb.base/alias.exp: Update expected error msg for alias foo=bar.
1243 * gdb.base/default.exp: Update to new help text.
1244 * gdb.base/help.exp: Likewise.
1245 * gdb.base/page.exp: Likewise.
1246 * gdb.base/style.exp: Likewise.
1247 * gdb.guile/guile.exp: Likewise.
1248 * gdb.python/python.exp: Likewise.
1249
e822f2cd
SL
12502020-06-22 Sandra Loosemore <sandra@codesourcery.com>
1251
1252 * gdb.base/source-dir.exp (test_truncated_comp_dir): Skip on
1253 remote host. Fix search path syntax on Windows host.
1254
48e9cc84
PW
12552020-06-21 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1256
1257 * gdb.base/attach.exp: Test priority of 'exec-file' changed
1258 over 'exec-file-mismatch'.
1259 * gdb.base/attach.c: Mark should_exit volatile.
1260 * gdb.base/attach2.c: Likewise. Add a comment explaining
1261 why the sleep cannot be big.
1262 * gdb.base/attach3.c: New file.
1263
160f8a8f
SL
12642020-06-20 Sandra Loosemore <sandra@codesourcery.com>
1265
1266 * gdb.mi/mi-sym-info.exp: Adjust filename patterns to make directory
1267 prefix optional.
1268
4d91c2a4
SL
12692020-06-20 Sandra Loosemore <sandra@codesourcery.com>
1270
1271 * gdb.base/list-missing-source.exp: Correct $srcfile manipulation
1272 for remote host.
1273
87f83f20
SL
12742020-06-19 Sandra Loosemore <sandra@codesourcery.com>
1275 Hafiz Abid Qadeer <abidh@codesourcery.com>
1276
1277 * gdb.xml/tdesc-regs.exp (load_description): Correct pathname of
1278 file sent to remote host.
1279 (top level): Allow int32_t as type of 32-bit register.
1280
37ab8655
TV
12812020-06-19 Tom de Vries <tdevries@suse.de>
1282
1283 * lib/gdb.exp (gdb_note): New proc.
1284 * lib/future.exp (gdb_default_target_compile_1): Factor out of ...
1285 (gdb_default_target_compile): ... here. Only call
1286 gdb_default_target_compile_1 if use_gdb_compile(<lang>) is set.
1287 (use_gdb_compile): Change to array.
1288 (toplevel): Update sets of use_gdb_compile to specify language.
1289 Warn about default_target_compile override. Store dejagnu's version
1290 of default_target_compile in dejagnu_default_target_compile.
1291
a8a56685
TV
12922020-06-18 Tom de Vries <tdevries@suse.de>
1293
1294 * lib/gdb.exp (gdb_init): Move all but call to default_gdb_init to ...
1295 (default_gdb_init): ... here.
1296
581bea2c
SL
12972020-06-17 Sandra Loosemore <sandra@codesourcery.com>
1298
1299 Fix TUI support checks in gdb.tui tests.
1300
1301 * gdb.tui/basic.exp: Skip test when TUI is unsupported, don't
1302 just say UNSUPPORTED.
1303 * gdb.tui/corefile-run.exp: Likewise.
1304 * gdb.tui/empty.exp: Likewise.
1305 * gdb.tui/list-before.exp: Likewise.
1306 * gdb.tui/list.exp: Likewise.
1307 * gdb.tui/main.exp: Likewise.
1308 * gdb.tui/regs.exp: Likewise.
1309 * gdb.tui/resize.exp: Likewise.
1310 * gdb.tui/tui-layout-asm-short-prog.exp: Likewise.
1311 * gdb.tui/tui-layout-asm.exp: Likewise.
1312 * gdb.tui/tui-missing-src.exp: Likewise.
1313 * gdb.tui/winheight.exp: Likewise.
1314 * gdb.tui/new-layout.exp: Likewise. Also move check earlier.
1315
05e682e3
SL
13162020-06-17 Sandra Loosemore <sandra@codesourcery.com>
1317
1318 Fix TCL error in gdb.python/py-format-string.exp.
1319
1320 * gdb.python/py-format-string.exp: Move test for python support
1321 earlier, out of function body.
1322
efb763a5
SM
13232020-06-15 Simon Marchi <simon.marchi@efficios.com>
1324
1325 * gdb.base/index-cache-load-twice.c: New.
1326 * gdb.base/index-cache-load-twice.exp: New.
1327
43327b20
KS
13282020-06-17 Keith Seitz <keiths@redhat.com>
1329
99cf27cf 1330 * gdb.debuginfod/fetch_src_and_symbols.exp: Pass INTERNAL_GDBFLAGS
43327b20
KS
1331 when executing "gdb --configuration".
1332
081e778c
TV
13332020-06-17 Tom de Vries <tdevries@suse.de>
1334
1335 * lib/gdb.exp (gdb_tcl_unknown): New proc.
1336 (gdb_init): Use gdb_tcl_unknown for ::unknown override. Make override
1337 conditional on presence of gdb_tcl_unknown.
1338 (gdb_finish): Make override undo conditional on presence of
1339 gdb_tcl_unknown.
1340
d2d1ea20
TT
13412020-06-16 Tom Tromey <tom@tromey.com>
1342
1343 * gdb.python/tui-window.py (failwin): New function. Register it
1344 as a TUI window type.
1345 * gdb.python/tui-window.exp: Create new "fail" layout. Test it.
1346
c802e8a7
GB
13472020-06-16 Gary Benson <gbenson@redhat.com>
1348
1349 * gdb.python/py-nested-maps.c (create_map): Add missing return
1350 value.
1351 (create_map_map): Likewise.
1352
ff08abb8
TBA
13532020-06-15 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1354
1355 * gdb.base/jit-elf-so.exp: Refer to the global main_loader_basename
1356 variable.
1357 * gdb.base/jit-reader-simple.exp: Fix typo ("Built" -> "Build"),
1358 and use the already-defined 'options' variable.
1359
a29d5112
AB
13602020-06-12 Andrew Burgess <andrew.burgess@embecosm.com>
1361 Tom de Vries <tdevries@suse.de>
1362
1363 * lib/gdb.exp (gdb_known_globals, gdb_persistent_globals): New global.
1364 (gdb_persistent_global, gdb_persistent_global_no_decl): New proc.
1365 (gdb_setup_known_globals): New proc.
1366 (gdb_cleanup_globals): New proc.
1367 * lib/gdb.exp (load_lib): New override proc.
1368 (gdb_stdin_log_init): Set var in_file as persistent global.
1369 * lib/pascal.exp (gdb_stdin_log_init): Set vars
1370 pascal_compiler_is_gpc, pascal_compiler_is_fpc, gpc_compiler and
1371 fpc_compiler as persistent global.
1372
8c74a764
TV
13732020-06-12 Tom de Vries <tdevries@suse.de>
1374
1375 * lib/tuiterm.exp (spawn): Rename to ...
1376 (tui_spawn): ... this.
1377 (toplevel): Move rename of spawn ...
1378 (gdb_init_tuiterm): ... here. New proc.
1379 (gdb_finish_tuiterm): New proc.
1380 * lib/gdb.exp (gdb_finish_hooks): New global var.
1381 (gdb_finish): Handle gdb_finish_hooks.
1382 (tuiterm_env): New proc.
1383 * gdb.python/tui-window.exp: Replace load_lib tuiterm.exp with
1384 tuiterm_env.
1385 * gdb.tui/basic.exp: Same.
1386 * gdb.tui/corefile-run.exp: Same.
1387 * gdb.tui/empty.exp: Same.
1388 * gdb.tui/list-before.exp: Same.
1389 * gdb.tui/list.exp: Same.
1390 * gdb.tui/main.exp: Same.
1391 * gdb.tui/new-layout.exp: Same.
1392 * gdb.tui/regs.exp: Same.
1393 * gdb.tui/resize.exp: Same.
1394 * gdb.tui/tui-layout-asm-short-prog.exp: Same.
1395 * gdb.tui/tui-layout-asm.exp: Same.
1396 * gdb.tui/tui-missing-src.exp: Same.
1397 * gdb.tui/winheight.exp: Same.
1398
26783bce
TV
13992020-06-12 Tom de Vries <tdevries@suse.de>
1400
1401 PR testsuite/26110
1402 * lib/gdb.exp (gdb_init): Revert dejagnu's override of ::unknown.
1403 (gdb_finish): Reinstall dejagnu's override of ::unknown.
1404
2b4e6a3f
TT
14052020-06-11 Tom Tromey <tom@tromey.com>
1406
1407 PR gdb/18318:
1408 * gdb.base/printcmds.exp (test_float_accepted): Add more hex
1409 floating point tests.
1410
2f33032a
KS
14112020-06-11 Keith Seitz <keiths@redhat.com>
1412
1413 PR gdb/21356
1414 * gdb.base/vla-datatypes.c (vla_factory): Add typedef for struct
1415 vla_struct.
1416 Add new struct vla_typedef and union vla_typedef_union and
1417 corresponding instantiation objects.
1418 Initialize new objects.
1419 * gdb.base/vla-datatypes.exp: Add tests for vla_typedef_struct_object
1420 and vla_typedef_union_object.
1421 Fixup type for vla_struct_object.
1422
a8baf0a3
TV
14232020-06-11 Tom de Vries <tdevries@suse.de>
1424
1425 * lib/gdb.exp (with_override): New proc, factored out of ...
1426 * gdb.base/dbx.exp: ... here. Use with_override and save_vars.
1427
7ab96794
TV
14282020-06-10 Tom de Vries <tdevries@suse.de>
1429
1430 * gdb.ada/ptype_union.exp: Remove PR24713 workaround.
1431
cab5c3b7
SM
14322020-06-09 Simon Marchi <simon.marchi@polymtl.ca>
1433
1434 * gdb.base/index-cache.exp (test_cache_disabled): Add test_prefix
1435 parameter, update callers.
1436
f8c41851
SM
14372020-06-04 Simon Marchi <simon.marchi@efficios.com>
1438
1439 * gdb.dwarf2/share-psymtabs-bt.exp: New file.
1440 * gdb.dwarf2/share-psymtabs-bt.c: New file.
1441 * gdb.dwarf2/share-psymtabs-bt-2.c: New file.
1442
1c07a73f
TV
14432020-06-04 Tom de Vries <tdevries@suse.de>
1444
1445 * lib/gdb.exp (gdb_file_cmd): Avoid path names in error messages.
1446
95146b5d
TV
14472020-06-04 Tom de Vries <tdevries@suse.de>
1448
1449 * lib/gdb.exp (gdb_file_cmd): Replace incomplete gdb_expect by
1450 exp_continue.
1451
0cfcd4f0
TV
14522020-06-04 Tom de Vries <tdevries@suse.de>
1453
1454 * lib/gdb.exp (gdb_file_cmd): Use perror instead of fail.
1455
f9b5d5ea
TV
14562020-06-03 Tom de Vries <tdevries@suse.de>
1457
1458 PR symtab/26046
1459 * gdb.cp/breakpoint-locs-2.cc: New test.
1460 * gdb.cp/breakpoint-locs.cc: New test.
1461 * gdb.cp/breakpoint-locs.exp: New file.
1462 * gdb.cp/breakpoint-locs.h: New test.
1463
5144dfba
TV
14642020-06-03 Tom de Vries <tdevries@suse.de>
1465
1466 PR testsuite/25609
1467 * gdb.base/jit-elf-so.exp: Don't modify testing behaviour based on
1468 value of global verbose.
1469 * gdb.base/jit-elf.exp: Same.
1470 * gdb.base/jit-reader.exp: Same.
1471
621eacdf
TV
14722020-06-02 Tom de Vries <tdevries@suse.de>
1473
1474 * gdb.dwarf2/multidictionary.exp: Don't use
1475 gdb_spawn_with_cmdline_opts.
1476
1313c56e
AB
14772020-06-01 Andrew Burgess <andrew.burgess@embecosm.com>
1478
1479 * gdb.cp/step-and-next-inline.exp (do_test): Skip all tests in the
1480 use_header case.
1481 * gdb.dwarf2/dw2-inline-header-1.exp: New file.
1482 * gdb.dwarf2/dw2-inline-header-2.exp: New file.
1483 * gdb.dwarf2/dw2-inline-header-3.exp: New file.
1484 * gdb.dwarf2/dw2-inline-header-lbls.c: New file.
1485 * gdb.dwarf2/dw2-inline-header.c: New file.
1486 * gdb.dwarf2/dw2-inline-header.h: New file.
1487
f68f85b5
PA
14882020-05-30 Pedro Alves <palves@redhat.com>
1489
1490 * gdb.linespec/cp-replace-typedefs-ns-template.cc: New.
1491 * gdb.linespec/cp-replace-typedefs-ns-template.exp: New.
1492
678048e8
GB
14932020-05-29 Gary Benson <gbenson@redhat.com>
1494
1495 * gdb.compile/compile-cplus.exp (additional_flags): Also
1496 set when building with clang.
1497 (additional_flags, srcfilesoptions): Pass -Wno-deprecated
1498 when building with clang.
1499
9fcafd23
GB
15002020-05-29 Gary Benson <gbenson@redhat.com>
1501
1502 * gdb.arch/i386-avx.exp (additional_flags): Also set when
1503 building with clang.
1504 * gdb.arch/i386-sse.exp (additional_flags): Likewise.
1505
735d5a07
GB
15062020-05-29 Gary Benson <gbenson@redhat.com>
1507
1508 * gdb.cp/koenig.exp (prepare_for_testing): Add
1509 additional_flags=-Wno-unused-comparison.
1510 * gdb.cp/operator.exp (prepare_for_testing): Likewise.
1511
4ad2c6a0
GB
15122020-05-28 Gary Benson <gbenson@redhat.com>
1513
1514 * gdb.base/sigaltstack.c (catcher): Add default case to switch
1515 statement.
1516
09fe663e
GB
15172020-05-28 Gary Benson <gbenson@redhat.com>
1518
1519 * gdb.cp/classes.exp (prepare_for_testing): Add
1520 additional_flags=-Wno-deprecated-register.
1521 * gdb.cp/inherit.exp (prepare_for_testing): Likewise.
1522 * gdb.cp/misc.exp: Likewise.
1523
cee00f17
GB
15242020-05-28 Gary Benson <gbenson@redhat.com>
1525
1526 * gdb.linespec/cpls-ops.cc (dummy): New static global.
1527 (test_op_new::operator new): Add return statement.
1528 (test_op_new_array::operator new[]): Likewise.
1529
636edd00
PA
15302020-05-27 Pedro Alves <palves@redhat.com>
1531
1532 * gdb.linespec/cp-completion-aliases.exp: Remove readline_is_used
1533 check. Use test_gdb_complete_unique instead of
1534 test_gdb_complete_tab_unique + test_gdb_complete_cmd_unique. Use
1535 test_gdb_complete_multiple instead of
1536 test_gdb_complete_tab_multiple + test_gdb_complete_cmd_multiple.
1537
c2b75043
LM
15382020-05-27 Luis Machado <luis.machado@linaro.org>
1539
1540 * gdb.arch/aarch64-sighandler-regs.exp: Fix duplicated test names.
1541 * gdb.arch/aarch64-tagged-pointer.exp: Likewise.
1542 * gdb.arch/arm-disassembler-options.exp: Likewise.
1543 * gdb.arch/arm-disp-step.exp: Likewise.
1544 * gdb.arch/thumb-prologue.exp: Likewise.
1545 * gdb.base/async.exp: Likewise.
1546 * gdb.base/auxv.exp: Likewise.
1547 * gdb.base/complex-parts.exp: Likewise.
1548 * gdb.base/ena-dis-br.exp: Likewise.
1549 * gdb.base/foll-exec.exp: Likewise.
1550 * gdb.base/permissions.exp: Likewise.
1551 * gdb.base/relocate.exp: Likewise.
1552 * gdb.base/return2.exp: Likewise.
1553 * gdb.base/sigbpt.exp: Likewise.
1554 * gdb.base/siginfo-obj.exp: Likewise.
1555 * gdb.cp/converts.exp: Likewise.
1556 * gdb.cp/exceptprint.exp: Likewise.
1557 * gdb.cp/inherit.exp: Likewise.
1558 * gdb.cp/nsnoimports.exp: Likewise.
1559 * gdb.cp/virtbase2.exp: Likewise.
1560 * gdb.mi/mi-var-cmd.exp: Likewise.
1561 * gdb.mi/var-cmd.c: Likewise.
1562
53a47a3e
TT
15632020-05-26 Tom Tromey <tromey@adacore.com>
1564
1565 * gdb.ada/arr_acc_idx_w_gap.exp: Add tests.
1566
0bc2354b
TT
15672020-05-26 Tom Tromey <tromey@adacore.com>
1568
1569 * gdb.ada/arr_acc_idx_w_gap.exp: Add enum subrange tests.
1570 * gdb.ada/arr_acc_idx_w_gap/enum_with_gap.ads (Enum_Subrange): New
1571 type.
1572 * gdb.ada/arr_acc_idx_w_gap/enum_with_gap_main.adb (V): New
1573 variable.
1574
0db49895
CBG
15752020-05-26 Christian Biesinger <cbiesinger@google.com>
1576
1577 * Makefile.in: Use = instead of == for the test command
1578 for portability.
1579
40d22035
TV
15802020-05-26 Tom de Vries <tdevries@suse.de>
1581
1582 * gdb.base/gold-gdb-index-2.c: New test.
1583 * gdb.base/gold-gdb-index.c: New test.
1584 * gdb.base/gold-gdb-index.exp: New file.
1585 * gdb.base/gold-gdb-index.h: New test.
1586
043e2e02
TV
15872020-05-25 Tom de Vries <tdevries@suse.de>
1588
1589 * boards/gold-gdb-index.exp: New file.
1590
462f72c5
SM
15912020-05-25 Simon Marchi <simon.marchi@efficios.com>
1592
1593 * boards/simavr.exp: New file.
1594
6cf66e76
SM
15952020-05-25 Simon Marchi <simon.marchi@efficios.com>
1596
1597 * lib/gdb.exp (gdb_run_cmd): Return success or failure.
1598 * gdb.base/inferior-args.exp: New file.
1599 * gdb.base/inferior-args.c: New file.
1600
75d04512
SM
16012020-05-25 Simon Marchi <simon.marchi@efficios.com>
1602
1603 * lib/gdb.exp (gdb_run_cmd): Change argument from args to
1604 inferior_args. Pass it to gdb_reload.
1605 (gdb_start_cmd, gdb_starti_cmd): Change argument from args to
1606 inferior_args.
1607 (gdb_reload): Add inferior_args argument.
1608 * config/gdbserver.exp (gdb_reload): Add inferior_args argument,
1609 pass it to gdbserver_run.
1610 * boards/native-gdbserver.exp: Do not set noargs.
1611 * boards/native-extended-gdbserver.exp (gdb_reload): Add
1612 inferior_args argument.
1613 * boards/stdio-gdbserver-base.exp (gdb_reload): Likewise.
1614 * gdb.base/a2-run.exp: Check for use_gdb_stub.
1615 * gdb.base/args.exp: Likewise.
1616
42cf1844
TV
16172020-05-25 Tom de Vries <tdevries@suse.de>
1618
1619 * lib/gdb.exp (exec_is_pie): Add comment.
1620
8f7d38ef
TV
16212020-05-25 Tom de Vries <tdevries@suse.de>
1622
1623 * lib/jit-elf-helpers.exp (compile_and_download_n_jit_so): Use $f
1624 instead of $binfile in the untested message.
1625
465e1b0f
TV
16262020-05-25 Tom de Vries <tdevries@suse.de>
1627
1628 PR testsuite/26031
1629 * lib/gdb.exp (exec_is_pie): Test readelf -h output.
1630
3c5a0e02
TV
16312020-05-25 Tom de Vries <tdevries@suse.de>
1632
1633 * boards/gold.exp: New file.
1634
0a4f5f8c
TT
16352020-05-23 Tom Tromey <tom@tromey.com>
1636
1637 * gdb.base/style.exp: Remove completion styling test.
1638 * lib/gdb-utils.exp (style): Remove completion styles.
1639
eca1f90c
TT
16402020-05-23 Tom Tromey <tom@tromey.com>
1641
1642 * gdb.base/style.exp: Add completion styling test.
1643 * lib/gdb-utils.exp (style): Add completion styles.
1644
7c13f4e8
AB
16452020-05-22 Andrew Burgess <andrew.burgess@embecosm.com>
1646
1647 * gdb.base/annota1.exp: Update expected results.
1648 * gdb.cp/annota2.exp: Update expected results, remove duplicate
1649 test name.
1650 * gdb.cp/annota3.exp: Update expected results.
1651
41977d16
SM
16522020-05-20 Simon Marchi <simon.marchi@efficios.com>
1653
1654 PR gdb/26016
1655 * gdb.base/coredump-filter.c (do_mmap): Check mmap ret val
1656 against MAP_FAILED.
1657 * gdb.base/coremaker.c (mmapdata): Likewise.
1658 * gdb.base/jit-reader-host.c (main): Likewise.
1659 * gdb.base/sym-file-loader.c (load): Likewise.
1660 (load_shlib): Likewise.
1661
b4757f2e
TT
16622020-05-20 Tom Tromey <tromey@adacore.com>
1663
1664 * gdb.ada/array_char_idx.exp: Recognize initialized array.
1665
9a0bacfb
TV
16662020-05-20 Tom de Vries <tdevries@suse.de>
1667
1668 PR symtab/25833
1669 * gdb.base/with-mf-inc.c: New test.
1670 * gdb.base/with-mf-main.c: New test.
1671 * gdb.base/with-mf.exp: New file.
1672
76571211
TT
16732020-05-19 Tom Tromey <tromey@adacore.com>
1674
1675 * gdb.rust/simple.exp: Restore missing test result.
1676
4cd9f3d5
TV
16772020-05-19 Tom de Vries <tdevries@suse.de>
1678
1679 * gdb.base/gdb-caching-proc.exp: Fix typo.
1680
7d874253
TT
16812020-05-19 Tom Tromey <tromey@adacore.com>
1682
1683 * gdb.rust/simple.exp: Add some test descriptions.
1684 (test_one_slice): Use with_test_prefix.
1685
1d727695
TV
16862020-05-18 Tom de Vries <tdevries@suse.de>
1687
1688 * gdb.base/gdb-caching-proc.exp: Use with_test_prefix.
1689
7f32a4d5
PA
16902020-05-17 Pedro Alves <palves@redhat.com>
1691
1692 PR gdb/25741
1693 * gdb.base/hw-sw-break-same-address.exp: New file.
1694
7cfd74cf
PA
16952020-05-16 Pedro Alves <palves@redhat.com>
1696
1697 * gdb.multi/multi-re-run.exp (test_re_run): Switch
1698 LAST_LOADED_FILE accordingly.
1699
57b4f16e
PW
17002020-05-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1701
1702 * gdb.base/alias.exp: Verify 'help aliases' shows user defined aliases.
1703
7c05caf7
PW
17042020-05-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1705
1706 * gdb.base/help.exp: Test apropos and help for commands
1707 having aliases. Fixed comments not starting with an
1708 upper-case letter or not finishing with a dot.
1709
7aa1b46f
PW
17102020-05-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1711
3b3aaacb
PW
1712 * gdb.base/alias.exp: Update help output check.
1713
57b4f16e 17142020-05-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3b3aaacb 1715
7aa1b46f
PW
1716 * gdb.base/default.exp: Update output following fixes.
1717
0605465f
PW
17182020-05-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1719
1720 * gdb.base/alias.exp: Test aliases starting with a prefix of
1721 another alias.
1722
86e4e63d
GB
17232020-05-15 Gary Benson <gbenson@redhat.com>
1724
1725 * gdb.base/info-os.c (main): Add return statement.
1726 * gdb.base/info_minsym.c (minsym_fun): Likewise.
1727 * gdb.base/large-frame-2.c (func): Likewise.
1728 * gdb.base/pr10179-a.c (foo1, bar1): Likewise.
1729 * gdb.base/pr10179-b.c (foo2): Likewise.
1730 * gdb.base/valgrind-disp-step.c (foo): Likewise.
1731 * gdb.base/watch-cond.c (func): Likewise.
1732 * gdb.multi/goodbye.c (verylongfun): Likewise.
1733 * gdb.multi/hello.c (commonfun): Likewise.
1734 * gdb.python/py-finish-breakpoint.c (call_longjmp): Likewise.
1735 * gdb.threads/fork-plus-threads.c (thread_func): Likewise.
1736 * gdb.threads/forking-threads-plus-breakpoint.c (thread_forks):
1737 Likewise.
1738 * gdb.threads/hand-call-new-thread.c (foo): Likewise.
1739 * gdb.threads/interrupt-while-step-over.c (child_function):
1740 Likewise.
1741 * gdb.trace/actions-changed.c (end): Likewise.
1742
163df4df
GB
17432020-05-15 Gary Benson <gbenson@redhat.com>
1744
1745 * gdb.opencl/callfuncs.exp: Report when test skipped.
1746 * gdb.opencl/convs_casts.exp: Likewise.
1747 * gdb.opencl/datatypes.exp: Likewise.
1748 * gdb.opencl/operators.exp: Likewise.
1749 * gdb.opencl/vec_comps.exp: Likewise.
1750
6dbc505a
TV
17512020-05-15 Tom de Vries <tdevries@suse.de>
1752
1753 * gdb.base/align.exp.in: Rename to ...
1754 * gdb.base/align.exp.tcl: ... this.
1755 * gdb.base/align-c++.exp: Update.
1756 * gdb.base/align-c.exp: Update.
1757 * gdb.base/all-architectures.exp.in: Rename to ...
1758 * gdb.base/all-architectures.exp: ... this.
1759 * gdb.base/all-architectures-0.exp: Update.
1760 * gdb.base/all-architectures-1.exp: Update.
1761 * gdb.base/all-architectures-2.exp: Update.
1762 * gdb.base/all-architectures-3.exp: Update.
1763 * gdb.base/all-architectures-4.exp: Update.
1764 * gdb.base/all-architectures-5.exp: Update.
1765 * gdb.base/all-architectures-6.exp: Update.
1766 * gdb.base/all-architectures-7.exp: Update.
1767 * gdb.base/infcall-nested-structs.exp.in: Rename to ...
1768 * gdb.base/infcall-nested-structs.exp.tcl: ... this.
1769 * gdb.base/infcall-nested-structs-c++.exp: Update.
1770 * gdb.base/infcall-nested-structs-c.exp: Update.
1771 * gdb.base/info-types.exp.in: Rename to ...
1772 * gdb.base/info-types.exp.tcl: ... this.
1773 * gdb.base/info-types-c++.exp: Update.
1774 * gdb.base/info-types-c.exp: Update.
1775 * gdb.base/max-depth.exp.in: Rename to ...
1776 * gdb.base/max-depth.exp.tcl: ... this.
1777 * gdb.base/max-depth-c++.exp: Update.
1778 * gdb.base/max-depth-c.exp: Update.
1779 * gdb.cp/cpexprs.exp.in: Rename to ...
1780 * gdb.cp/cpexprs.exp.tcl: ... this.
1781 * gdb.cp/cpexprs-debug-types.exp: Update.
1782 * gdb.cp/cpexprs.exp: Update.
1783 * gdb.cp/infcall-nodebug.exp.in: Rename to ...
1784 * gdb.cp/infcall-nodebug.exp.tcl: ... this.
1785 * gdb.cp/infcall-nodebug-c++-d0.exp: Update.
1786 * gdb.cp/infcall-nodebug-c++-d1.exp: Update.
1787 * gdb.cp/infcall-nodebug-c-d0.exp: Update.
1788 * gdb.cp/infcall-nodebug-c-d1.exp: Update.
1789 * gdb.dwarf2/clang-debug-names.exp.in: Rename to ...
1790 * gdb.dwarf2/clang-debug-names.exp.tcl: ... this.
1791 * gdb.dwarf2/clang-debug-names-2.exp: Update.
1792 * gdb.dwarf2/clang-debug-names.exp: Update.
1793
d1034d78
AB
17942020-05-15 Andrew Burgess <andrew.burgess@embecosm.com>
1795
1796 * lib/check-test-names.exp: Remove code that prevents this file
1797 loading when tests are run in parallel.
1798
3c5c3649
PA
17992020-05-15 Pedro Alves <palves@redhat.com>
1800
1801 * gdb.multi/multi-kill.exp (start_inferior): Remove
1802 'testpid' parameter. Refer to namespace variable directly.
1803 (testpid): Declare as namespace variable.
1804
272c36b8
PA
18052020-05-15 Pedro Alves <palves@redhat.com>
1806
1807 * gdb.multi/multi-kill.exp: Wrap in namespace.
1808 (start_inferior): Add TESTPID parameter. Use it instead of the
1809 testpid global.
1810 (top level): Define empty TESTPID array, and pass it down to
1811 start_inferior.
1812
02eba61a
TV
18132020-05-14 Tom de Vries <tdevries@suse.de>
1814
1815 * gdb.fortran/nested-funcs-2.exp: Use gdb_test_stdio to test inferior
1816 output.
1817
971a3747
TV
18182020-05-14 Tom de Vries <tdevries@suse.de>
1819
1820 * gdb.base/align.exp: Split into ...
1821 * gdb.base/align.exp.in: ...
1822 * gdb.base/align-c++.exp: ...
1823 * gdb.base/align-c.exp: ... these.
1824 * gdb.base/infcall-nested-structs.exp: Split into ...
1825 * gdb.base/infcall-nested-structs.exp.in: ...
1826 * gdb.base/infcall-nested-structs-c++.exp: ...
1827 * gdb.base/infcall-nested-structs-c.exp: ... these.
1828 * gdb.base/info-types.exp: Split into ...
1829 * gdb.base/info-types.exp.in: ...
1830 * gdb.base/info-types-c++.exp: ...
1831 * gdb.base/info-types-c.exp: ... these.
1832 * gdb.base/max-depth.exp: Split into ...
1833 * gdb.base/max-depth.exp.in: ...
1834 * gdb.base/max-depth-c++.exp: ...
1835 * gdb.base/max-depth-c.exp: ... these.
1836 * gdb.cp/infcall-nodebug.exp: Split into ...
1837 * gdb.cp/infcall-nodebug.exp.in: ...
1838 * gdb.cp/infcall-nodebug-c++-d0.exp: ...
1839 * gdb.cp/infcall-nodebug-c++-d1.exp: ...
1840 * gdb.cp/infcall-nodebug-c-d0.exp: ...
1841 * gdb.cp/infcall-nodebug-c-d1.exp: ... these.
1842
a05575d3
TBA
18432020-05-14 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1844 Pedro Alves <palves@redhat.com>
1845
1846 * gdb.multi/multi-exit.c: New file.
1847 * gdb.multi/multi-exit.exp: New file.
1848 * gdb.multi/multi-kill.c: New file.
1849 * gdb.multi/multi-kill.exp: New file.
1850
6ad82919
TBA
18512020-05-14 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1852
1853 * gdb.base/annota1.exp: Update the expected output.
1854 * gdb.cp/annota2.exp: Ditto.
1855
843f4d93
AB
18562020-05-12 Andrew Burgess <andrew.burgess@embecosm.com>
1857
1858 * lib/check-test-names.exp: Disable when testing is being run in
1859 parallel.
1860
c7c66341
TV
18612020-05-12 Tom de Vries <tdevries@suse.de>
1862
1863 * gdb.base/jit-elf.exp: Fix string concat.
1864
1b59ca1c
TV
18652020-05-12 Tom de Vries <tdevries@suse.de>
1866
1867 * lib/jit-elf-helpers.exp: Don't use undefined variables in untested
1868 messages.
1869
b4991d29
TV
18702020-05-12 Tom de Vries <tdevries@suse.de>
1871
1872 * gdb.multi/multi-term-settings.exp: Use with_test_prefix.
1873
dbb0ab10
TV
18742020-05-12 Tom de Vries <tdevries@suse.de>
1875
1876 * gdb.ada/catch_ex.exp: Use with_test_prefix.
1877 * gdb.ada/mi_catch_ex.exp: Same.
1878 * gdb.ada/mi_catch_ex_hand.exp: Same.
1879
7549fed8
TV
18802020-05-12 Tom de Vries <tdevries@suse.de>
1881
1882 * gdb.fortran/complex.exp: Use with_test_prefix.
1883
af2d5cd8
TV
18842020-05-12 Tom de Vries <tdevries@suse.de>
1885
1886 * gdb.trace/passcount.exp: Fix test-names.
1887
7c121311
TV
18882020-05-12 Tom de Vries <tdevries@suse.de>
1889
1890 * gdb.pascal/gdb11492.exp: Use with_test_prefix.
1891
c9f3b40e
TV
18922020-05-12 Tom de Vries <tdevries@suse.de>
1893
1894 * gdb.gdb/complaints.exp: Use with_test_prefix.
1895 * gdb.xml/tdesc-regs.exp: Same.
1896 * gdb.opt/inline-locals.exp: Fix test name.
1897
111b33f0
TV
18982020-05-12 Tom de Vries <tdevries@suse.de>
1899
1900 * gdb.dwarf2/comp-unit-lang.exp: Use with_test_prefix.
1901 * gdb.dwarf2/dw2-bad-parameter-type.exp: Same.
1902 * gdb.dwarf2/implref-struct.exp: Same.
1903 * gdb.dwarf2/varval.exp: Ensure get_sizeof is called once per type.
1904 * gdb.dwarf2/data-loc.exp: Same. Remove duplicate test.
1905
ebf47080
SM
19062020-05-11 Simon Marchi <simon.marchi@polymtl.ca>
1907
1908 * gdb.base/jit-so.exp (one_jit_test): Change test name.
1909
d30dcd12
AB
19102020-05-11 Andrew Burgess <andrew.burgess@embecosm.com>
1911
1912 * lib/check-test-names.exp (all_test_names): New module variable.
1913 (counts): Add 'duplicates' field.
1914 (_check_duplicates): New procedure.
1915 (check): Also check for duplicates.
1916 (do_log_summary): Print duplicates count.
1917 (do_reset_vars): Reset counter for duplicate test names, and
1918 discard all know test names.
1919
34584c09
AB
19202020-05-11 Andrew Burgess <andrew.burgess@embecosm.com>
1921
1922 * lib/gdb.exp: Include check-test-names.exp library.
1923 * lib/check-test-names.exp: New file.
1924
e0002117
TV
19252020-05-11 Tom de Vries <tdevries@suse.de>
1926
1927 * gdb.ada/packed_tagged.exp: Change kfail into xfail.
1928
53f539a3
KS
19292020-05-11 Keith Seitz <keiths@redhat.com>
1930
1931 * gdb.ada/attr_ref_and_charlit.exp: Fix typo.
1932
113ee09a
TV
19332020-05-11 Tom de Vries <tdevries@suse.de>
1934
1935 * gdb.cp/cpexprs.exp: Move everything except flags setting ...
1936 * gdb.cp/cpexprs.exp.in: .. here.
1937 * gdb.cp/cpexprs-debug-types.exp: Include cpexprs.exp.in instead of
1938 cpexprs.exp.
1939
ba3e70b0
KS
19402020-05-11 Keith Seitz <keiths@redhat.com>
1941
1942 * gdb.ada/arrayparam.exp: Resolve duplicate and tail parentheses
1943 test names.
1944 * gdb.ada/arrayptr.exp: Likewise.
1945 * gdb.ada/assign_arr.exp: Likewise.
1946 * gdb.ada/attr_ref_and_charlit.exp: Likewise.
1947 * gdb.ada/bp_on_var.exp: Likewise.
1948 * gdb.ada/call_pn.exp: Likewise.
1949 * gdb.ada/complete.exp: Likewise.
1950 * gdb.ada/fun_overload_menu.exp: Likewise.
1951 * gdb.ada/funcall_param.exp: Likewise.
1952 * gdb.ada/funcall_ref.exp: Likewise.
1953 * gdb.ada/packed_array_assign.exp: Likewise.
1954 * gdb.ada/same_component_name.exp: Likewise.
1955 * gdb.ada/type_coercion.exp: Likewise.
1956 * gdb.ada/unc_arr_ptr_in_var_rec.exp: Likewise.
1957 * gdb.ada/variant_record_packed_array.exp: Likewise.
1958
3ee6bb11
TV
19592020-05-11 Tom de Vries <tdevries@suse.de>
1960
1961 PR symtab/25941
1962 * gdb.dwarf2/clang-debug-names.exp.in: New include exp file, factored
1963 out of ...
1964 * gdb.dwarf2/clang-debug-names.exp: ... here.
1965 * gdb.dwarf2/clang-debug-names-2.exp: New file. Include
1966 clang-debug-names.exp.in.
1967 * gdb.dwarf2/clang-debug-names-2-foo.c: New test.
1968 * gdb.dwarf2/clang-debug-names-2.c: New test.
1969
86cd6bc8
AKS
19702020-05-10 Alok Kumar Sharma <alokkumar.sharma@amd.com>
1971
1972 * lib/fortran.exp (fortran_main): New Proc, handle flang MAIN_,
1973 (fortran_runto_main): New Proc, fortran version of runto_main.
1974 * gdb.fortran/array-bounds-high.exp: Handle flang MAIN_
1975 * gdb.fortran/array-bounds.exp: Likewise.
1976 * gdb.fortran/array-slices.exp: Likewise.
1977 * gdb.fortran/block-data.exp: Likewise.
1978 * gdb.fortran/charset.exp: Likewise.
1979 * gdb.fortran/common-block.exp: Likewise.
1980 * gdb.fortran/complex.exp: Likewise.
1981 * gdb.fortran/derived-type-function.exp: Likewise.
1982 * gdb.fortran/derived-type.exp: Likewise.
1983 * gdb.fortran/info-modules.exp: Likewise.
1984 * gdb.fortran/info-types.exp: Likewise.
1985 * gdb.fortran/intrinsics.exp: Likewise.
1986 * gdb.fortran/library-module.exp: Likewise.
1987 * gdb.fortran/logical.exp: Likewise.
1988 * gdb.fortran/max-depth.exp: Likewise.
1989 * gdb.fortran/module.exp: Likewise.
1990 * gdb.fortran/multi-dim.exp: Likewise.
1991 * gdb.fortran/nested-funcs.exp: Likewise.
1992 * gdb.fortran/print-formatted.exp: Likewise.
1993 * gdb.fortran/print_type.exp: Likewise.
1994 * gdb.fortran/printing-types.exp: Likewise.
1995 * gdb.fortran/ptr-indentation.exp: Likewise.
1996 * gdb.fortran/ptype-on-functions.exp: Likewise.
1997 * gdb.fortran/subarray.exp: Likewise.
1998 * gdb.fortran/vla-alloc-assoc.exp: Likewise.
1999 * gdb.fortran/vla-datatypes.exp: Likewise.
2000 * gdb.fortran/vla-history.exp: Likewise.
2001 * gdb.fortran/vla-ptr-info.exp: Likewise.
2002 * gdb.fortran/vla-ptype-sub.exp: Likewise.
2003 * gdb.fortran/vla-ptype.exp: Likewise.
2004 * gdb.fortran/vla-sizeof.exp: Likewise.
2005 * gdb.fortran/vla-type.exp: Likewise.
2006 * gdb.fortran/vla-value-sub-arbitrary.exp: Likewise.
2007 * gdb.fortran/vla-value-sub-finish.exp: Likewise.
2008 * gdb.fortran/vla-value-sub.exp: Likewise.
2009 * gdb.fortran/vla-value.exp: Likewise.
2010 * gdb.fortran/whatis_type.exp: Likewise.
2011 * gdb.mi/mi-var-child-f.exp: Likewise.
2012
6dc55ce9 20132020-05-09 Tom de Vries <tdevries@suse.de>
2014
2015 * gdb.dwarf2/clang-debug-names.exp: Remove PR25952 kfail.
2016
283cb58c
TV
20172020-05-08 Tom de Vries <tdevries@suse.de>
2018
2019 * gdb.dwarf2/clang-debug-names.c: New test.
2020 * gdb.dwarf2/clang-debug-names.exp: New file.
2021
ac4a4f1c
SM
20222020-05-06 Simon Marchi <simon.marchi@efficios.com>
2023
2024 * gdb.arch/amd64-prologue-skip-cf-protection.exp: New file.
2025 * gdb.arch/amd64-prologue-skip-cf-protection.c: New file.
2026
24fe640b
TV
20272020-05-06 Tom de Vries <tdevries@suse.de>
2028
2029 * gdb.reverse/consecutive-precsave.exp: Handle if instruction after
2030 breakpoint is at a "recommended breakpoint location".
2031 * gdb.reverse/consecutive-reverse.exp: Same.
2032
0d8683a3
TV
20332020-05-06 Tom de Vries <tdevries@suse.de>
2034
2035 * gdb.base/watchpoint-reuse-slot.exp (stepi): Print $pc to get current
2036 address.
2037
b8983c46
TV
20382020-05-06 Tom de Vries <tdevries@suse.de>
2039
2040 * gdb.base/watchpoint-reuse-slot.exp: Fix incorrect assignment.
2041
abf6d805
TV
20422020-05-06 Tom de Vries <tdevries@suse.de>
2043
2044 * gdb.base/store.exp (check_set, up_set): Allowing missing location
2045 info for r.
2046
0fc2a808
TV
20472020-05-06 Tom de Vries <tdevries@suse.de>
2048
2049 * gdb.base/shlib-call.exp: Add extra step to reach shmain.c:42, if
2050 necessary.
2051
873dd427
TV
20522020-05-06 Tom de Vries <tdevries@suse.de>
2053
2054 * lib/unbuffer_output.c (gdb_unbuffer_output): Change return type to
2055 void.
2056
7c99e7e2
TV
20572020-05-06 Tom de Vries <tdevries@suse.de>
2058
2059 * lib/gdb.exp (is_stmt_addresses, hex_in_list): New proc, factored out
2060 of ...
2061 * gdb.base/async.exp: ... here.
2062 * gdb.base/consecutive.exp: Handle if 2nd breakpoint is at a
2063 "recommended breakpoint location".
2064
6173d6a6
TV
20652020-05-06 Tom de Vries <tdevries@suse.de>
2066
2067 * gdb.compile/compile-ifunc.exp: Use -Wno-attribute-alias.
2068
6015a067
TV
20692020-05-04 Tom de Vries <tdevries@suse.de>
2070
2071 * gdb.base/async.exp: Check whether instruction addresses are a
2072 "recommended breakpoint location".
2073
3b6acaee
TT
20742020-05-03 Tom Tromey <tom@tromey.com>
2075
2076 * gdb.base/sepdebug.exp: Remove "catch" test.
2077 * gdb.base/break.exp: Remove "catch" test.
2078 * gdb.base/default.exp: Update expected output.
2079
5beb4d17
TV
20802020-05-02 Tom de Vries <tdevries@suse.de>
2081
2082 * lib/gdb.exp (supports_mpx_check_pointer_bounds): New proc.
2083 * gdb.arch/i386-mpx-call.exp: Use supports_mpx_check_pointer_bounds.
2084 * gdb.arch/i386-mpx-map.exp: Same.
2085 * gdb.arch/i386-mpx-sigsegv.exp: Same.
2086 * gdb.arch/i386-mpx-simple_segv.exp: Same.
2087 * gdb.arch/i386-mpx.exp: Same.
2088
8caf140d
TV
20892020-05-02 Tom de Vries <tdevries@suse.de>
2090
2091 * gdb.base/psym-external-decl.c (main): Add use of variable aaa.
2092
693196cb
TV
20932020-05-01 Tom de Vries <tdevries@suse.de>
2094
2095 * gdb.ada/operator_bp.exp: Allow more than required amount of
2096 breakpoint.
2097
53ae0aa9
TV
20982020-05-01 Tom de Vries <tdevries@suse.de>
2099
2100 * gdb.reverse/until-reverse.c (main): Fix Wunused-result warning.
2101
ee9d1e5f
HD
21022020-04-30 Hannes Domani <ssbssa@yahoo.de>
2103
2104 PR gdb/18706
2105 * gdb.cp/stub-array-size.cc: New test.
2106 * gdb.cp/stub-array-size.exp: New file.
2107 * gdb.cp/stub-array-size.h: New test.
2108 * gdb.cp/stub-array-size2.cc: New test.
2109
d5cf82c0
HD
21102020-04-30 Hannes Domani <ssbssa@yahoo.de>
2111
2112 * gdb.python/py-format-string.exp: Adjust pretty_arrays expected
2113 output to the new format.
2114
42e165c3
SM
21152020-04-29 Simon Marchi <simon.marchi@efficios.com>
2116
2117 * gdb.base/break.exp: Use with_test_prefix.
2118
6e4e3fe1
TV
21192020-04-29 Tom de Vries <tdevries@suse.de>
2120
2121 * lib/gdb.exp (debug_types): New proc.
2122 * gdb.guile/scm-symtab.exp: Add xfail for PR gcc/90232.
2123 * gdb.python/py-symtab.exp: Same.
2124
d642b692
HD
21252020-04-29 Hannes Domani <ssbssa@yahoo.de>
2126
2127 PR gdb/17320
2128 * gdb.base/pretty-array.c: New test.
2129 * gdb.base/pretty-array.exp: New file.
2130
ea90f227
TV
21312020-04-29 Tom de Vries <tdevries@suse.de>
2132
2133 PR symtab/25889
2134 * gdb.cp/cpexprs.exp: Adapt for inclusion.
2135 * gdb.cp/cpexprs-debug-types.exp: New file. Set -fdebug-types-section
2136 and include cpexprs.exp.
2137
a65189c9
TV
21382020-04-28 Mark Williams <mark@myosotissp.com>
2139
2140 PR gdb/24480
2141 * dw4-toplevel-types.exp: Test for top level types.
2142 * dw4-toplevel-types.cc: Test for top level types.
2143
32d1f47a
TBA
21442020-04-28 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2145
2146 * gdb.threads/stop-with-handle.exp: Fix typo in comment
2147 (theads -> threads).
2148
56a4f5a1
TV
21492020-04-28 Tom de Vries <tdevries@suse.de>
2150
2151 * gdb.opt/inline-cmds.exp: Set KFAIL PR.
2152
0b2f8a3b
TV
21532020-04-28 Tom de Vries <tdevries@suse.de>
2154
2155 * gdb.base/info-macros.exp: Remove KFAIL. Add missing trailing ".*".
2156
5390c717
TV
21572020-04-28 Tom de Vries <tdevries@suse.de>
2158
2159 * gdb.ada/array_ptr_renaming.exp: Add PR number in KFAIL.
2160
15cd93d0
TV
21612020-04-28 Tom de Vries <tdevries@suse.de>
2162
2163 * gdb.dwarf2/main-foo.c: New test.
2164 * gdb.dwarf2/struct-with-sig.exp: New file.
2165
d472f0fb
TV
21662020-04-25 Tom de Vries <tdevries@suse.de>
2167
2168 * boards/debug-types.exp: New file.
2169
8d840e05
AB
21702020-04-25 Andrew Burgess <andrew.burgess@embecosm.com>
2171
2172 * gdb.btrace/multi-inferior.exp: Avoid paths in test names.
2173
bcfe6157
TT
21742020-04-24 Tom Tromey <tom@tromey.com>
2175
2176 PR symtab/12707:
2177 * gdb.python/py-symbol.exp: Update expected results for
2178 linkage_name test.
2179 * gdb.cp/print-demangle.exp: New file.
2180 * gdb.base/c-linkage-name.exp: Fix test.
2181 * gdb.guile/scm-symbol.exp: Update expected results for
2182 linkage_name test.
2183
f049a313
TT
21842020-04-24 Tom Tromey <tom@tromey.com>
2185
2186 * gdb.dwarf2/dw2-namespaceless-anonymous.S: Remove.
2187 * gdb.dwarf2/dw2-namespaceless-anonymous.c: New file.
2188 * gdb.dwarf2/dw2-namespaceless-anonymous.exp: Use DWARF
2189 assembler.
2190
7cf28874
TV
21912020-04-24 Tom de Vries <tdevries@suse.de>
2192
2193 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: Set language of CU to
2194 C++.
2195
dac2fef7
TT
21962020-04-24 Tom Tromey <tromey@adacore.com>
2197
2198 * gdb.ada/frame_arg_lang.exp: Run with multiple -fgnat-encodings
2199 values.
2200 * gdb.ada/funcall_ref.exp: Run with multiple -fgnat-encodings
2201 values. Update test for minimal encodings.
2202 * gdb.ada/lang_switch.exp: Update test for minimal encodings.
2203 * gdb.ada/var_rec_arr.exp: Run with multiple -fgnat-encodings
2204 values. Update test for minimal encodings.
2205
1acda803
TT
22062020-04-24 Tom Tromey <tromey@adacore.com>
2207
2208 PR python/23662:
2209 * gdb.ada/variant.exp: Add Python checks.
2210 * gdb.rust/simple.exp: Add dynamic type checks.
2211
adfb9815
TT
22122020-04-24 Tom Tromey <tromey@adacore.com>
2213
2214 * gdb.ada/mi_var_array.exp: Try all -fgnat-encodings settings.
2215 Make array type matching more lax.
2216 * gdb.ada/mi_var_union.exp: Try all -fgnat-encodings settings.
2217 * gdb.ada/mi_variant.exp: New file.
2218 * gdb.ada/mi_variant/pck.ads: New file.
2219 * gdb.ada/mi_variant/pkg.adb: New file.
2220 * gdb.ada/packed_tagged.exp: Try all -fgnat-encodings settings.
2221 * gdb.ada/unchecked_union.exp: Try all -fgnat-encodings settings.
2222
7d79de9a
TT
22232020-04-24 Tom Tromey <tromey@adacore.com>
2224
2225 * gdb.ada/variant.exp: Add dynamic field offset tests.
2226 * gdb.ada/variant/pck.ads (Nested_And_Variable): New type.
2227 * gdb.ada/variant/pkg.adb: Add new variables.
2228
f8e89861
TT
22292020-04-24 Tom Tromey <tromey@adacore.com>
2230
2231 * gdb.ada/variant.exp: New file
2232 * gdb.ada/variant/pkg.adb: New file
2233 * gdb.ada/variant/pck.adb: New file
2234
86e887ae
TV
22352020-04-24 Tom de Vries <tdevries@suse.de>
2236
2237 * lib/gdb.exp (clean_restart): Reset errcnt and warncnt.
2238
88428775
TV
22392020-04-24 Tom de Vries <tdevries@suse.de>
2240
2241 * gdb.dwarf2/dwzbuildid.exp: Add quiet to dwzbuildid-mismatch compile
2242 flags.
2243
4e86f6e7
TV
22442020-04-24 Tom de Vries <tdevries@suse.de>
2245
2246 * gdb.dwarf2/dw2-error.exp: Add quiet to compile flags.
2247
2016d3e6
TV
22482020-04-24 Tom de Vries <tdevries@suse.de>
2249
2250 * lib/gdb.exp (default_gdb_start): Handle eof.
2251 (clean_restart): Detect and handle gdb_start failure. Return -1 upon
2252 failure.
2253 * gdb.base/readnever.exp: Handle clean_restart failure.
2254
70bc38f5
TV
22552020-04-23 Tom de Vries <tdevries@suse.de>
2256
2257 * gdb.base/decl-before-def.exp: Run to main and print a again.
2258
de82891c
TV
22592020-04-23 Tom de Vries <tdevries@suse.de>
2260
2261 * gdb.base/decl-before-def-decl.c: New test.
2262 * gdb.base/decl-before-def-def.c: New test.
2263 * gdb.base/decl-before-def.exp: New file.
2264
96038148
TV
22652020-04-23 Tom de Vries <tdevries@suse.de>
2266
2267 * gdb.base/readnever.exp: Skip if GDBFLAGS contain -readnow/--readnow.
2268
54ac3df1
TV
22692020-04-22 Tom de Vries <tdevries@suse.de>
2270
2271 * gdb.mi/dw2-ref-missing-frame-func.c (.debug_aranges): Fix
2272 debug_info_offset.
2273 * gdb.mi/dw2-ref-missing-frame.exp: Make sure $objfuncfile comes
2274 before $objsfile in the line line.
2275
714534e1
TV
22762020-04-22 Tom de Vries <tdevries@suse.de>
2277
2278 * gdb.dlang/watch-loc.c (.debug_aranges): Fix _Dmain length.
2279
16a7dbf4
MS
22802020-02-18 Mihails Strasuns <mihails.strasuns@intel.com>
2281
2282 * gdb.base/jit-attach-pie.c: Use jit-protocol.h.
2283 * gdb.base/jit-elf-main.c: Use jit-protocol.h.
2284 * gdb.base/jit-reader-host.c: Use jit-protocol.h.
2285 * gdb.base/jit-reader-simple-jit.c: Use jit-protocol.h.
2286 * gdb.base/jit-protocol.h: Update definitions to match all usage
2287 contexts.
2288
22892020-02-18 Mihails Strasuns <mihails.strasuns@intel.com>
2290
2291 * gdb.base: Rename all jit related test and source files.
2292
22932020-02-18 Mihails Strasuns <mihails.strasuns@intel.com>
2294
2295 * gdb.base/jit-reader.exp: Relax register output check.
2296
317d2668
TV
22972020-04-22 Tom de Vries <tdevries@suse.de>
2298
2299 PR symtab/25764
2300 * gdb.base/psym-external-decl-2.c: New test.
2301 * gdb.base/psym-external-decl.c: New test.
2302 * gdb.base/psym-external-decl.exp: New file.
2303 * gdb.threads/tls.exp: Add PR25807 kfail.
2304
eea9e357
TV
23052020-04-22 Tom de Vries <tdevries@suse.de>
2306
2307 PR symtab/25801
2308 * gdb.dwarf2/imported-unit.exp: Test that we can get imported_unit.c
2309 in "info source" output.
2310
3d5afab3
TV
23112020-04-22 Tom de Vries <tdevries@suse.de>
2312
2313 PR symtab/25700
2314 * gdb.dwarf2/imported-unit.exp: Verify that there's only one partial
2315 symtab for imported_unit.c.
2316
b32102f6
GB
23172020-04-21 Gary Benson <gbenson@redhat.com>
2318
2319 * gdb.base/advance.c (func): New argument, to match call site.
2320 (func2, func3): Add return statements.
2321
d43b7a2d
TBA
23222020-04-21 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2323
2324 * gdb.multi/run-only-second-inf.c: New file.
2325 * gdb.multi/run-only-second-inf.exp: New file.
2326
d89edf9b
MM
23272020-04-21 Markus Metzger <markus.t.metzger@intel.com>
2328
2329 * gdb.btrace/multi-inferior.c: New test.
2330 * gdb.btrace/multi-inferior.exp: New file.
2331
1a476b6d
MM
23322020-04-21 Markus Metzger <markus.t.metzger@intel.com>
2333
2334 * gdb.btrace/enable-new-thread.c: New test.
2335 * gdb.btrace/enable-new-thread.exp: New file.
2336
4778a5f8
TV
23372020-04-21 Tom de Vries <tdevries@suse.de>
2338
2339 PR gdb/25471
2340 * gdb.threads/killed-outside.c: New test.
2341 * gdb.threads/killed-outside.exp: New file.
2342
9b2c992c
GB
23432020-04-20 Gary Benson <gbenson@redhat.com>
2344
2345 * gdb.base/nested-subp1.exp: Use support_nested_function_tests.
2346 * gdb.base/nested-subp2.exp: Likewise.
2347 * gdb.base/nested-subp3.exp: Likewise.
2348
b5d1d6f7
GB
23492020-04-20 Gary Benson <gbenson@redhat.com>
2350
2351 * gdb.base/nested-subp1.exp: Disable test when using clang.
2352 * gdb.base/nested-subp2.exp: Likewise.
2353 * gdb.base/nested-subp3.exp: Likewise.
2354
25230285
GB
23552020-04-20 Gary Benson <gbenson@redhat.com>
2356
2357 * gdb.cp/exception.cc: Fix compilation error with clang.
2358
fa93cc8f
GB
23592020-04-20 Gary Benson <gbenson@redhat.com>
2360
809730f3 2361 * gdb.trace/tspeed.c: Fix compilation error with clang.
fa93cc8f 2362
e0c45f30
GB
23632020-04-20 Gary Benson <gbenson@redhat.com>
2364
2365 * gdb.base/jit-main.c: Fix compilation error with clang.
2366
4ddfec93
KR
23672020-04-17 Kamil Rytarowski <n54@gmx.com>
2368
2369 * gdb.base/attach-twice.c: Include "sys/types.h".
2370 (PTRACE_ATTACH): Add fallback definition.
2371 (main): Pass `0' to the 4th argument of `ptrace'.
2372
2bed205e
KR
23732020-04-17 Kamil Rytarowski <n54@gmx.com>
2374
2375 * gdb.base/fork-running-state.c: Include "signal.h".
2376
0743fc83
TT
23772020-04-17 Tom Tromey <tromey@adacore.com>
2378
2379 * gdb.cp/maint.exp (test_help): Simplify multiple_help_body.
2380 Update tests.
2381 * gdb.btrace/cpu.exp: Update tests.
2382 * gdb.base/maint.exp: Update tests.
2383 * gdb.base/default.exp: Update tests.
2384 * gdb.base/completion.exp: Update tests.
2385
efba5c23
TV
23862020-04-16 Tom de Vries <tdevries@suse.de>
2387
2388 PR symtab/25791
2389 * gdb.dwarf2/gdb-add-index.exp (add_gdb_index): Move ...
2390 (ensure_gdb_index): and factor out and move ...
2391 * lib/gdb.exp (add_gdb_index, ensure_gdb_index): ... here.
2392 * gdb.dwarf2/imported-unit-runto-main.exp: New file.
2393
d191d716
TV
23942020-04-16 Tom de Vries <tdevries@suse.de>
2395
2396 * gdb.base/maint-expand-symbols-header-file.exp: Set language before
2397 loading exec.
2398
99f1bc6a
AB
23992020-04-15 Andrew Burgess <andrew.burgess@embecosm.com>
2400
2401 * gdb.base/many-completions.exp: New file.
2402
194d088f
TV
24032020-04-14 Tom de Vries <tdevries@suse.de>
2404
2405 PR symtab/25718
2406 * gdb.dwarf2/dw2-symtab-includes.exp: New file.
2407
c1a66c06
TV
24082020-04-14 Tom de Vries <tdevries@suse.de>
2409
2410 PR symtab/25720
2411 * gdb.base/maint-expand-symbols-header-file.c: New test.
2412 * gdb.base/maint-expand-symbols-header-file.exp: New file.
2413 * gdb.base/maint-expand-symbols-header-file.h: New test.
2414
21b0982c
AB
24152020-04-14 Andrew Burgess <andrew.burgess@embecosm.com>
2416
2417 * gdb.dwarf2/dw2-inline-many-frames.exp (get_func_info): Delete.
2418 * gdb.dwarf2/dw2-inline-small-func.exp: Pass options to
2419 get_func_info.
2420 (get_func_info): Delete.
2421 * gdb.dwarf2/dw2-is-stmt-2.exp (get_func_info): Delete.
2422 * gdb.dwarf2/dw2-is-stmt.exp (get_func_info): Delete.
2423 * lib/dwarf.exp (get_func_info): New function.
2424
dd1cab06
TV
24252020-04-13 Tom de Vries <tdevries@suse.de>
2426
2427 * lib/ada.exp (find_ada_tool): Pass --GCC and -B to gnatlink, similar
2428 to what find_gnatmake does.
2429
71ea2b6b
TV
24302020-04-10 Tom de Vries <tdevries@suse.de>
2431
2432 * gdb.base/style.exp: Expect "Expanding full symbols" message for
2433 -readnow.
2434
bdfc1e8a
TV
24352020-04-10 Tom de Vries <tdevries@suse.de>
2436
2437 PR cli/25808
2438 * gdb.base/style.c: Add leading newlines.
2439 * gdb.base/style.exp: Use gdb_get_line_number to get specific lines.
2440 Check listing of main's one-line body.
2441
14ca8ecf
TV
24422020-04-08 Tom de Vries <tdevries@suse.de>
2443
2444 * lib/gdb.exp (psymtabs_p): New proc.
2445 * gdb.dwarf2/imported-unit.exp: Mark "no static partial symbols in
2446 importing unit" unsupported if there are no partial symbols.
2447
e21d048f
TV
24482020-04-08 Tom de Vries <tdevries@suse.de>
2449
2450 PR testsuite/25760
2451 * gdb.ada/call_pn.exp: Call "maint expand-symtabs". Add xfails.
2452
25c11aca
TV
24532020-04-07 Tom de Vries <tdevries@suse.de>
2454
2455 PR symtab/25796
2456 * gdb.dwarf2/imported-unit-abstract-const-value.exp: New file.
2457
5707e24b
TV
24582020-04-07 Tom de Vries <tdevries@suse.de>
2459
2460 * gdb.base/check-psymtab.c: New test.
2461 * gdb.base/check-psymtab.exp: New file.
2462
6ee448cc
TT
24632020-04-06 Tom Tromey <tromey@adacore.com>
2464
2465 * gdb.ada/variant-record/proc.adb: New file.
2466 * gdb.ada/variant-record/value.adb: New file.
2467 * gdb.ada/variant-record/value.s: New file.
2468 * gdb.ada/variant-record.exp: New file.
2469
9e7c9a03
HD
24702020-04-03 Hannes Domani <ssbssa@yahoo.de>
2471
2472 PR gdb/25325
2473 * gdb.cp/typed-enum.cc: New test.
2474 * gdb.cp/typed-enum.exp: New file.
2475
c90d28ac
AB
24762020-04-02 Andrew Burgess <andrew.burgess@embecosm.com>
2477
2478 * gdb.dwarf2/dw2-inline-small-func-lbls.c: New file.
2479 * gdb.dwarf2/dw2-inline-small-func.c: New file.
2480 * gdb.dwarf2/dw2-inline-small-func.exp: New file.
2481 * gdb.dwarf2/dw2-inline-small-func.h: New file.
2482 * gdb.opt/inline-small-func.c: New file.
2483 * gdb.opt/inline-small-func.exp: New file.
2484 * gdb.opt/inline-small-func.h: New file.
2485
34e9a9fa
AB
24862020-04-02 Andrew Burgess <andrew.burgess@embecosm.com>
2487
2488 * lib/dwarf.exp (Dwarf::lines::program::DW_LNS_set_file): New
2489 function.
2490
6a354911
AB
24912020-04-02 Andrew Burgess <andrew.burgess@embecosm.com>
2492
2493 * lib/dwarf.exp (function_range): Allow compiler options to be
2494 specified.
2495
880d9777
TV
24962020-04-02 Tom de Vries <tdevries@suse.de>
2497
2498 * gdb.dwarf2/break-inline-psymtab-2.c (bar): Add
2499 __attribute__((always_inline)).
2500 * gdb.dwarf2/break-inline-psymtab.exp: Don't use -O2.
2501
f32682ea
TV
25022020-04-02 Tom de Vries <tdevries@suse.de>
2503
2504 * lib/gdbserver-support.exp (gdbserver_exit): Factor out of ...
2505 (gdbserver_gdb_exit): ... here. Add timeout warning.
2506 * gdb.multi/multi-target.exp (server_spawn_ids): New global var.
2507 (connect_target_extended_remote): Append new server_spawn_id to
2508 server_spawn_ids.
2509 (cleanup): New proc.
2510 (setup, <toplevel>): Call cleanup.
2511
d3214198
TV
25122020-04-02 Tom de Vries <tdevries@suse.de>
2513
2514 * gdb.base/main-psymtab.exp: New file.
2515
cc77ed24
TV
25162020-04-02 Tom de Vries <tdevries@suse.de>
2517
2518 * gdb.fortran/mixed-lang-stack.exp: Accept new complex printing style.
2519
3638a098
TT
25202020-04-01 Tom Tromey <tom@tromey.com>
2521
2522 * gdb.base/complex-parts.exp: Add type tests.
2523
c34e8714
TT
25242020-04-01 Tom Tromey <tom@tromey.com>
2525
2526 * gdb.base/complex-parts.exp: Add arithmetic tests.
2527
981c08ce
TT
25282020-04-01 Tom Tromey <tom@tromey.com>
2529
2530 * gdb.compile/compile.exp: Update.
2531 * gdb.compile/compile-cplus.exp: Update.
2532 * gdb.base/varargs.exp: Update.
2533 * gdb.base/floatn.exp: Update.
2534 * gdb.base/endianity.exp: Update.
2535 * gdb.base/callfuncs.exp (do_function_calls): Update.
2536 * gdb.base/funcargs.exp (complex_args, complex_integral_args)
2537 (complex_float_integral_args): Update.
2538 * gdb.base/complex.exp: Update.
2539 * gdb.base/complex-parts.exp: Update.
2540
3d1cfd43
TT
25412020-04-01 Tom Tromey <tromey@adacore.com>
2542
2543 * gdb.rust/union.rs: New file.
2544 * gdb.rust/union.exp: New file.
2545 * gdb.rust/simple.rs (Union, Union2): Move to union.rs.
2546 (main): Update.
2547 * gdb.rust/simple.exp: Move union tests to union.exp.
2548
e033dfa9
TT
25492020-04-01 Tom Tromey <tromey@adacore.com>
2550
2551 * gdb.rust/simple.rs (main): Remove "y0".
2552
53cccef1
TBA
25532020-04-01 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2554
2555 * gdb.multi/stop-all-on-exit.c: New test.
2556 * gdb.multi/stop-all-on-exit.exp: New file.
2557
60e22c1e
HD
25582020-04-01 Hannes Domani <ssbssa@yahoo.de>
2559
2560 PR gdb/24789
2561 * gdb.cp/misc.cc: Add integer reference variable.
2562 * gdb.cp/misc.exp: Add test.
2563
e139a727
TBA
25642020-04-01 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2565
2566 * gdb.server/stop-reply-no-thread.exp: Enhance the test
2567 scenario to cover execution until the end and also the case
2568
16b0db75
TV
25692020-03-31 Tom de Vries <tdevries@suse.de>
2570
2571 * gdb.base/c-linkage-name.exp: Fix test-case comment. Set language to
2572 c. Use "maint info symtabs" to check symtab expansion.
2573
c0502da6
TV
25742020-03-30 Tom de Vries <tdevries@suse.de>
2575
2576 * gdb.base/c-linkage-name.exp: Use readnow call to mark a test
2577 unsupported.
2578 (verify_psymtab_expanded): Move ...
2579 * lib/gdb.exp (verify_psymtab_expanded): ... here. Add unsupported
2580 test.
2581 (readnow): New proc.
2582
5935fd15
AB
25832020-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
2584
2585 * gdb.fortran/mixed-lang-stack.exp: Replace two hard coded address
2586 with $hex.
2587
1773be9e
TT
25882020-03-20 Tom Tromey <tromey@adacore.com>
2589
2590 * gdb.dwarf2/dw2-ranges-base.exp: Update regular expressions.
2591
70304be9
TT
25922020-03-20 Tom Tromey <tromey@adacore.com>
2593
2594 * gdb.ada/sub_variant/subv.adb: New file.
2595 * gdb.ada/sub_variant.exp: New file.
2596
0dd7b8f7
TV
25972020-03-20 Tom de Vries <tdevries@suse.de>
2598
2599 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): Bail out if
2600 first break fails.
2601 * gdb.threads/step-over-trips-on-watchpoint.exp: (do_test): Same.
2602
cada5fc9
AB
26032020-03-19 Andrew Burgess <andrew.burgess@embecosm.com>
2604
2605 * gdb.server/exit-multiple-threads.c: New file.
2606 * gdb.server/exit-multiple-threads.exp: New file.
2607
6b8c53f2
AB
26082020-03-19 Andrew Burgess <andrew.burgess@embecosm.com>
2609
2610 * gdb.fortran/mixed-lang-stack.c: New file.
2611 * gdb.fortran/mixed-lang-stack.cpp: New file.
2612 * gdb.fortran/mixed-lang-stack.exp: New file.
2613 * gdb.fortran/mixed-lang-stack.f90: New file.
2614
19a2740f
AB
26152020-03-19 Andrew Burgess <andrew.burgess@embecosm.com>
2616
2617 * gdb.linespec/cp-completion-aliases.cc: New file.
2618 * gdb.linespec/cp-completion-aliases.exp: New file.
2619
d8c8b848
TV
26202020-03-19 Tom de Vries <tdevries@suse.de>
2621
2622 * gdb.opt/inline-locals.exp: Add kfail PR number. Make kfail matching
2623 more precise.
2624
a9933ccf
TV
26252020-03-18 Tom de Vries <tdevries@suse.de>
2626
2627 * gdb.dwarf2/break-inline-psymtab-2.c: New test.
2628 * gdb.dwarf2/break-inline-psymtab.c: New test.
2629 * gdb.dwarf2/break-inline-psymtab.exp: New file.
2630
2f89101f
TV
26312020-03-16 Tom de Vries <tdevries@suse.de>
2632
2633 * lib/cache.exp (gdb_do_cache): Add and handle local variables
2634 cache_verify and cache_verify_proc.
2635
6b9374f1
TV
26362020-03-15 Tom de Vries <tdevries@suse.de>
2637
2638 * gdb.server/solib-list.exp: Handle
2639 'Load new symbol table from "/lib64/ld-2.26.so"? (y or n)'.
2640
eaeaf44c
TV
26412020-03-15 Tom de Vries <tdevries@suse.de>
2642
2643 * gdb.base/maint.exp: Use exp_continue in long lines for "maint print
2644 objfiles".
2645
3293bbaf
TT
26462020-03-14 Tom Tromey <tom@tromey.com>
2647
2648 * gdb.base/cvexpr.exp: Add test for _Atomic and restrict.
2649
ab44624c
TV
26502020-03-14 Tom de Vries <tdevries@suse.de>
2651
2652 * gdb.mi/mi-fortran-modules.exp: Use exp_continue.
2653
54c43825
TV
26542020-03-14 Tom de Vries <tdevries@suse.de>
2655
2656 * gdb.threads/attach-many-short-lived-threads.exp: Read "info threads"
2657 result in line-by-line fashion.
2658
2ac70237
TV
26592020-03-14 Tom de Vries <tdevries@suse.de>
2660
2661 * lib/gdb.exp (supports_statement_frontiers): New proc.
2662 * gdb.cp/step-and-next-inline.exp: Use supports_statement_frontiers.
2663
09546b56
TV
26642020-03-14 Tom de Vries <tdevries@suse.de>
2665
2666 * gdb.base/printcmds.exp: Add missing quoting for "print
2667 teststring2".
2668
a1f6a07c
TT
26692020-03-13 Tom Tromey <tom@tromey.com>
2670
2671 * gdb.base/printcmds.exp (test_print_strings): Add regression
2672 test.
2673 * gdb.base/printcmds.c (charptr): New typedef.
2674 (teststring2): New global.
2675
1b83d09c
AB
26762020-03-13 Andrew Burgess <andrew.burgess@embecosm.com>
2677
2678 * gdb.base/break-interp.exp: Use the tail of the filename, not the
2679 full path in the test name.
2680 (test_ld): Add some with_test_prefix blocks to make test names
2681 unique.
2682
2d61316c
TV
26832020-03-13 Tom de Vries <tdevries@suse.de>
2684
2685 * gdb.mi/mi-sym-info.exp: Fix buffer full errors, and timeouts.
2686
2e9145ac
TV
26872020-03-13 Tom de Vries <tdevries@suse.de>
2688
2689 * gdb.mi/mi-sym-info.exp: Make matching more precise.
2690
96c7f873
TV
26912020-03-13 Tom de Vries <tdevries@suse.de>
2692
2693 PR symtab/25646
2694 * gdb.dwarf2/imported-unit.exp: Add test.
2695
49ba92c0
TV
26962020-03-13 Tom de Vries <tdevries@suse.de>
2697
2698 * gdb.mi/mi-sym-info-2.c (another_char_t, another_short_t): New typedef.
2699 (var1, var2): New variable.
2700 * gdb.mi/mi-sym-info.exp: Add --name to various commands to restrict
2701 matching symbols.
2702
301b21e0
TV
27032020-03-13 Tom de Vries <tdevries@suse.de>
2704
2705 * lib/tuiterm.exp (Term::command_no_prompt_prefix): New proc.
2706 (Term::command): Use prompt prefix.
2707 (Term::enter_tui): Use command_no_prompt_prefix instead of prefix.
2708 * gdb.tui/tui-layout-asm-short-prog.exp: Use
2709 command_no_prompt_prefix instead of prefix.
2710 * gdb.tui/tui-layout-asm.exp: Same.
2711
3f512721
SM
27122020-03-12 Simon Marchi <simon.marchi@efficios.com>
2713
2714 * gdb.base/break-interp.exp: Use foreach_with_prefix.
2715
40310f30
SM
27162020-03-12 Simon Marchi <simon.marchi@efficios.com>
2717
2718 * gdb.arch/amd64-disp-step-avx.S: Add nops after _start.
2719 * gdb.arch/amd64-disp-step-avx.exp: Enable "set debug displaced
2720 on" while stepping over the test instruction, match printed
2721 message.
2722
09252140
TV
27232020-03-12 Tom de Vries <tdevries@suse.de>
2724
2725 * gdb.base/info-types.exp: Use exp_continue during matching of output
2726 of "info types".
2727
14e9c72c
TV
27282020-03-12 Tom de Vries <tdevries@suse.de>
2729
2730 * gdb.threads/execl.exp: Delete breakpoint after hitting it.
2731
e515d67e
TV
27322020-03-12 Tom de Vries <tdevries@suse.de>
2733
2734 * gdb.fortran/module.exp: Use exp_continue during matching of output
2735 of "info variable -n".
2736
307eafd8
TV
27372020-03-12 Tom de Vries <tdevries@suse.de>
2738
2739 * gdb.dwarf2/dw2-ranges-base.exp: Limit "maint info line-table" to
2740 gdb.dwarf2/dw2-ranges-base.c.
2741
9a2de3fc
TV
27422020-03-12 Tom de Vries <tdevries@suse.de>
2743
2744 * gdb.linespec/explicit.exp: Fix "complete non-unique file name" test
2745 in presence of GLIBC debuginfo.
2746
3217502e
TV
27472020-03-12 Tom de Vries <tdevries@suse.de>
2748
2749 * lib/gdb.exp (gdb_core_cmd): Use string_to_regexp for regexp-matching
2750 $core.
2751
1281424c
TV
27522020-03-12 Tom de Vries <tdevries@suse.de>
2753
2754 * lib/gdb.exp (gdb_core_cmd): Make "No such file or directory" regexp
2755 more precise.
2756
038b97fc
SM
27572020-03-11 Simon Marchi <simon.marchi@efficios.com>
2758
2759 * lib/gdb.exp (standard_output_file): Use `pwd -W` to convert
2760 from Unix to Windows path.
2761
5308d1e7
TV
27622020-03-11 Tom de Vries <tdevries@suse.de>
2763
2764 * gdb.ada/minsyms.exp: Set language to ada.
2765
f870f78f
TV
27662020-03-11 Tom de Vries <tdevries@suse.de>
2767
2768 * gdb.server/sysroot.exp: Allow GLIBC's printf alias __printf.
2769
5a13315d
TV
27702020-03-11 Tom de Vries <tdevries@suse.de>
2771
2772 * gdb.btrace/reconnect.exp: Allow source line pattern after stepi.
2773
976862ed
TT
27742020-03-11 Tom Tromey <tromey@adacore.com>
2775
2776 * gdb.dwarf2/variant.exp: Mark discriminants as artificial.
2777
7462c383
TV
27782020-03-11 Tom de Vries <tdevries@suse.de>
2779
2780 * gdb.base/foll-fork.exp: Allow "Reading in symbols" messages.
2781
1c6c46a0
TV
27822020-03-11 Tom de Vries <tdevries@suse.de>
2783
2784 * gdb.base/break-interp.exp: Limit verbose scope.
2785
44f41bb7
TV
27862020-03-11 Tom de Vries <tdevries@suse.de>
2787
2788 * gdb.fortran/logical.f90: Define variable with character type.
2789 * gdb.fortran/logical.exp: Use character type instead of uint8_t.
2790
b76f3a42
TV
27912020-03-11 Tom de Vries <tdevries@suse.de>
2792
2793 * gdb.base/list-ambiguous.exp: Set EDITOR to true.
2794
1c33af77
TV
27952020-03-11 Tom de Vries <tdevries@suse.de>
2796
2797 * gdb.ada/access_to_packed_array.exp: Test printing of expanded
2798 symtabs.
2799
8c95582d
AB
28002020-03-10 Andrew Burgess <andrew.burgess@embecosm.com>
2801 Bernd Edlinger <bernd.edlinger@hotmail.de>
2802
2803 * gdb.cp/step-and-next-inline.cc: New file.
2804 * gdb.cp/step-and-next-inline.exp: New file.
2805 * gdb.cp/step-and-next-inline.h: New file.
2806 * gdb.dwarf2/dw2-is-stmt.c: New file.
2807 * gdb.dwarf2/dw2-is-stmt.exp: New file.
2808 * gdb.dwarf2/dw2-is-stmt-2.c: New file.
2809 * gdb.dwarf2/dw2-is-stmt-2.exp: New file.
2810 * gdb.dwarf2/dw2-ranges-base.exp: Update line table pattern.
2811
cecf8547
AB
28122020-03-10 Andrew Burgess <andrew.burgess@embecosm.com>
2813
2814 * lib/dwarf.exp (Dwarf::lines) Add support for modifying the
2815 is-stmt flag in the line table.
2816
0ba678c9
TV
28172020-03-09 Tom de Vries <tdevries@suse.de>
2818
2819 * lib/gdb.exp (cached_file): Create cache dir.
2820
72fbdf83
TV
28212020-03-07 Tom de Vries <tdevries@suse.de>
2822
2823 * gdb.cp/ref-params.exp: Compare build_executable result with -1.
2824 * gdb.cp/rvalue-ref-params.exp: Same.
2825
436b5e99
TV
28262020-03-06 Tom de Vries <tdevries@suse.de>
2827
2828 * lib/gdb.exp (tentative_rename, cached_file): New proc.
2829 * boards/cc-with-tweaks.exp: Use cached_file to create gdb.sh.
2830
09f2921c
TV
28312020-03-06 Tom de Vries <tdevries@suse.de>
2832
2833 * README: Fix "the the".
2834 * gdb.base/dprintf.exp: Same.
2835
50a3cc5d
TV
28362020-03-05 Tom de Vries <tdevries@suse.de>
2837
2838 * gdb.base/maint.exp: Update "main print statistics" expected output.
2839
0a709cba
AKS
28402020-03-04 Alok Kumar Sharma <AlokKumar.Sharma@amd.com>
2841
2842 * lib/fortran.exp (fortran_int4): Handle flang kind printing.
2843 (fortran_int8): Likewise.
2844 (fortran_real4): Likewise.
2845 (fortran_real8): Likewise.
2846 (fortran_complex4): Likewise.
2847 (fortran_logical4): Likewise.
2848 (fortran_character1): Likewise.
2849
5e5d66b6
AB
28502020-03-03 Andrew Burgess <andrew.burgess@embecosm.com>
2851
2852 * gdb.fortran/logical.exp: Add tests that any non-zero value is
2853 printed as true.
2854
7b973adc
SDJ
28552020-03-03 Sergio Durigan Junior <sergiodj@redhat.com>
2856
2857 * gdb.base/printcmds.exp: Add test to verify printf of a
2858 variable holding an address.
2859
478e490a
TV
28602020-03-03 Tom de Vries <tdevries@suse.de>
2861
2862 * gdb.mi/gdb2549.exp: Fix "register values t" check-read1 timeout.
2863
1ef44e86
TV
28642020-03-03 Tom de Vries <tdevries@suse.de>
2865
2866 * gdb.mi/list-thread-groups-available.exp: Use -prompt syntax for
2867 gdb_test_multiple call.
2868
b98cc2cf
TV
28692020-03-03 Tom de Vries <tdevries@suse.de>
2870
2871 * gdb.mi/mi-sym-info.exp: Add missing -prompt "$mi_gdb_prompt$" to
2872 gdb_test_multiple calls.
2873
63e163f2
AB
28742020-03-02 Andrew Burgess <andrew.burgess@embecosm.com>
2875
2876 * gdb.base/default.exp: Remove test of 'set history filename'.
2877 * gdb.base/gdbinit-history.exp: Add tests for setting the history
2878 filename to the empty string.
2879 * lib/gdb.exp (gdb_init): Unset environment variables GDBHISTFILE
2880 and GDBHISTSIZE.
2881
24ed6739
AB
28822020-03-02 Andrew Burgess <andrew.burgess@embecosm.com>
2883
2884 * gdb.server/stop-reply-no-thread.exp: Add test where T packet is
2885 disabled.
2886
590003dc 28872020-03-02 Pedro Alves <palves@redhat.com>
fc5d6901 2888 Tom de Vries <tdevries@suse.de>
590003dc
TV
2889
2890 * lib/gdb.exp (gdb_test_multiple): Handle prompt_regexp option using
2891 -prompt prefix, before user_code argument. Add -lbl option likewise.
2892 (skip_python_tests_prompt, skip_libstdcxx_probe_tests_prompt)
2893 (gdb_is_target_1): Add -prompt prefix and move to before user_code
2894 argument.
2895 * gdb.base/corefile-buildid.exp: Use -lbl option. Rewrite regexps to
2896 have "\r\n" at start-of-line, instead of at end-of-line.
2897
f5e46084
SM
28982020-02-28 Simon Marchi <simon.marchi@efficios.com>
2899
2900 * lib/trace-support.exp (get_in_proc_agent): Adjust path to
2901 libinproctrace.so.
2902
f7a7000d
LM
29032020-02-28 Luis Machado <luis.machado@linaro.org>
2904
2905 * gdb.arch/aarch64-fp.exp: Switch from "info registers" command
2906 to "p/x".
2907
718e0816
LM
29082020-02-28 Luis Machado <luis.machado@linaro.org>
2909
2910 * gdb.arch/aarch64-dbreg-contents.c: Include stdlib.h, unistd.h,
2911 asm/ptrace.h and error.h.
2912
13c3a74a
TV
29132020-02-28 Tom de Vries <tdevries@suse.de>
2914
2915 * gdb.base/c-linkage-name.c (main): Call do_something_other_cu.
2916 (struct wrapper, do_something, mundane/symada__cS): Move ...
2917 * gdb.base/c-linkage-name-2.c: ... here. New source file.
2918 * gdb.base/c-linkage-name.exp: Add verification of psymtab expansion.
2919 Update "print symada__cS before partial symtab expansion" regexp.
2920 Update breakpoint location. Flush symbol cache after expansion.
2921
85d2d5bb
LM
29222020-02-28 Luis Machado <luis.machado@linaro.org>
2923
2924 * gdb.arch/aarch64-pauth.exp: Recognize optional PAC output.
2925
3608f86c
TV
29262020-02-27 Tom de Vries <tdevries@suse.de>
2927
2928 * config/sid.exp: Remove unused globals.
2929 * gdb.base/attach.exp: Same.
2930 * gdb.base/catch-load.exp: Same.
2931 * gdb.base/dbx.exp: Same.
2932 * lib/gdb.exp: Same.
2933 * lib/mi-support.exp: Same.
2934 * lib/prompt.exp: Same.
2935
c8d4f6df
TV
29362020-02-27 Tom de Vries <tdevries@suse.de>
2937
2938 * lib/tuiterm.exp (spawn): Handle case that spawn_out(slave,name) is
2939 not set.
2940
0d79cdc4
AM
29412020-02-26 Aaron Merey <amerey@redhat.com>
2942
2943 * gdb.debuginfod: New directory for debuginfod tests.
2944 * gdb.debuginfod/main.c: New test file.
2945 * gdb.debuginfod/fetch_src_and_symbols.exp: New tests.
2946
0dce4280
TV
29472020-02-26 Tom de Vries <tdevries@suse.de>
2948
2949 PR gdb/25603
2950 * gdb.base/persistent-lang.cc: New test.
2951 * gdb.base/persistent-lang.exp: New file.
2952
9e80cfa1
AB
29532020-02-25 Andrew Burgess <andrew.burgess@embecosm.com>
2954
2955 * gdb.fortran/derived-type-striding.exp: Add a new test.
2956 * gdb.fortran/derived-type-striding.f90: Add pointer variable for
2957 new test.
2958
2078dbb2
AB
29592020-02-25 Andrew Burgess <andrew.burgess@embecosm.com>
2960
2961 * gdb.base/cached-source-file.exp: Avoid source file paths in test
2962 names.
2963
70d49700
TV
29642020-02-25 Tom de Vries <tdevries@suse.de>
2965
2966 PR go/18926
2967 * gdb.go/methods.exp: Remove gcc/93866 xfail.
2968
a88ef40d
TV
29692020-02-24 Tom de Vries <tdevries@suse.de>
2970
2971 PR gdb/25592
2972 * gdb.base/info-locals-unused-static-var.c: New test.
2973 * gdb.base/info-locals-unused-static-var.exp: New file.
2974
01b1af32
TT
29752020-02-22 Tom Tromey <tom@tromey.com>
2976
2977 * gdb.python/tui-window.exp: New file.
2978 * gdb.python/tui-window.py: New file.
2979
7c043ba6
TT
29802020-02-22 Tom Tromey <tom@tromey.com>
2981
2982 PR tui/17850:
2983 * gdb.tui/new-layout.exp: Add horizontal layout and winheight
2984 tests.
2985
c22fef7e
TT
29862020-02-22 Tom Tromey <tom@tromey.com>
2987
2988 * gdb.tui/new-layout.exp: Add sub-layout tests.
2989
ee325b61
TT
29902020-02-22 Tom Tromey <tom@tromey.com>
2991
2992 * gdb.tui/new-layout.exp: New file.
2993
3f0cbb04
TT
29942020-02-22 Tom Tromey <tom@tromey.com>
2995
2996 * gdb.rust/rust-style.rs: New file.
2997 * gdb.rust/rust-style.exp: New file.
2998 * gdb.base/style.exp: Test structure printing.
2999 * gdb.base/style.c (struct some_struct): New type.
3000 (enum etype): New type.
3001 (struct_value): New global.
3002
75525152
TV
30032020-02-21 Tom de Vries <tdevries@suse.de>
3004
3005 PR go/18926
3006 * lib/gdb.exp (bp_location2/bp_location2_regexp): Fix.
3007 Remove blanket xfails. Use message argument for gdb_breakpoint.
3008 Make continuing to breakpoint test conditional on setting breakpoint.
3009 Fix continuing to breakpoint regexp. Add xfails for gccgo-6/7
3010 DW_AT_name attribute. Add xfail for GCC PR93866.
3011
bd360d30
AB
30122020-02-21 Andrew Burgess <andrew.burgess@embecosm.com>
3013
3014 * gdb.dwarf2/cpp-linkage-name.c: New file.
3015 * gdb.dwarf2/cpp-linkage-name.exp: New file.
3016
c7adb09f 30172020-02-21 Shahab Vahedi <shahab@synopsys.com>
24ac169a
SV
3018
3019 * lib/gdb.exp (gdb_wrapper_init): Reset
3020 "gdb_wrapper_initialized" to 0 if "wrapper_file" does
3021 not exist.
3022
a9c79803
TV
30232020-02-20 Tom de Vries <tdevries@suse.de>
3024
3025 PR go/17018
3026 * gdb.go/hello.exp: Copy ...
3027 * gdb.go/global-local-var-shadow.exp: ... here. New file. Expect
3028 print of st to print value of global definition. Add xfail for GCC
3029 PR93844.
3030 * gdb.go/hello.exp: Remove printing of st before definition.
3031 * gdb.go/hello.go: Copy ...
3032 * gdb.go/global-local-var-shadow.go: ... here. New test. Rename myst
3033 to st.
3034 * gdb.go/hello.go: Remove myst. Remove comment about shadowing.
3035
d7445728
TV
30362020-02-20 Tom de Vries <tdevries@suse.de>
3037
3038 * lib/gdb.exp (support_go_compile): New gdb_caching_proc.
3039 (gdb_simple_compile): Handle compile_flags go by using .go extension
3040 for source file.
3041 * gdb.go/chan.exp: Use support_go_compile.
3042 * gdb.go/handcall.exp: Same.
3043 * gdb.go/hello.exp: Same.
3044 * gdb.go/integers.exp: Same.
3045 * gdb.go/max-depth.exp: Same.
3046 * gdb.go/methods.exp: Same.
3047 * gdb.go/package.exp: Same.
3048 * gdb.go/strings.exp: Same.
3049 * gdb.go/types.exp: Same.
3050 * gdb.go/unsafe.exp: Same.
3051
c9c41e6d
TV
30522020-02-19 Tom de Vries <tdevries@suse.de>
3053
3054 * gdb.python/lib-types.exp: Make xfail more strict.
3055
f20ff837
TV
30562020-02-19 Tom de Vries <tdevries@suse.de>
3057
3058 * gdb.ada/funcall_ref.exp: Replace xfail setup by unsupported check.
3059
08410482
DE
30602020-02-19 Doug Evans <dje@google.com>
3061
3062 PR rust/25535
3063 * gdb.rust/simple.exp: Add test.
3064 * gdb.rust/simple.rs: Add test.
3065
623563f7
TV
30662020-02-19 Tom de Vries <tdevries@suse.de>
3067
3068 * gdb.base/corefile-buildid.exp (check_exec_file): Match info files
3069 output line-by-line.
3070
d3308cfd
TV
30712020-02-19 Tom de Vries <tdevries@suse.de>
3072
3073 * gdb.cp/cpexprs.exp: Remove c++/14186 kfail.
3074
86cbc5dc
TV
30752020-02-19 Tom de Vries <tdevries@suse.de>
3076
3077 * gdb.base/solib-overlap.exp: Use exec instead of system to execute
3078 prelink.
3079
9db2b96b
TV
30802020-02-19 Tom de Vries <tdevries@suse.de>
3081
3082 * lib/cache.exp (ignore_pass, gdb_do_cache_wrap): New proc.
3083 (gdb_do_cache): Use gdb_do_cache_wrap.
3084 * gdb.base/gdb-caching-proc.exp (test_proc): Use gdb_do_cache_wrap.
3085
89e2fdc5
TV
30862020-02-19 Tom de Vries <tdevries@suse.de>
3087
3088 * lib/dtrace.exp (dtrace_build_usdt_test_program): Use quiet as
3089 gdb_compile option.
3090
373d7ac0
SM
30912020-02-18 Simon Marchi <simon.marchi@efficios.com>
3092
3093 * gdb.base/printcmds.exp (test_print_enums): Update expected
3094 output.
3095
b29a2df0
SM
30962020-02-18 Simon Marchi <simon.marchi@efficios.com>
3097
3098 * gdb.base/printcmds.exp (test_print_enums): Expect hex values
3099 for "unknown".
3100
6740f0cc
SM
31012020-02-18 Simon Marchi <simon.marchi@efficios.com>
3102
3103 * gdb.base/printcmds.c (enum flag_enum): Add FE_TWO_LEGACY
3104 enumerator.
3105
edd45eb0
SM
31062020-02-18 Simon Marchi <simon.marchi@efficios.com>
3107
3108 * gdb.base/printcmds.c (enum flag_enum): Prefix enumerators with
3109 FE_, add FE_NONE.
3110 (three): Update.
3111 (enum flag_enum_without_zero): New enum.
3112 (flag_enum_without_zero): New variable.
3113 (enum not_flag_enum): New enum.
3114 (three_not_flag): New variable.
3115 * gdb.base/printcmds.exp (test_artificial_arrays): Update.
3116 (test_print_enums): Add more tests for printing flag enums.
3117
d4295de4
TV
31182020-02-18 Tom de Vries <tdevries@suse.de>
3119
3120 * lib/ada.exp (gdb_compile_ada_1): Factor out of ...
3121 (gdb_compile_ada): ... here.
3122 (gnat_runtime_has_debug_info): Remove fail call for gdb_compile_ada
3123 failure. Use gdb_compile_ada_1 instead of gdb_compile_ada.
3124
f251f505
TT
31252020-02-14 Tom Tromey <tom@tromey.com>
3126
3127 * lib/gdbserver-support.exp (find_gdbserver): Find gdbserver in
3128 build directory.
3129 * boards/gdbserver-base.exp: Update path to gdbserver.
3130
8f432634
TV
31312020-02-13 Tom de Vries <tdevries@suse.de>
3132
3133 * lib/ada.exp (gdb_compile_ada): Delete stale exec before compilation.
3134
92b6eaf7
TV
31352020-02-13 Tom de Vries <tdevries@suse.de>
3136
3137 * gdb.ada/catch_ex_std.exp: Indicate unsupported if gnatbind/gnatlink
3138 are missing.
3139
f3b0f7fe
TV
31402020-02-13 Tom de Vries <tdevries@suse.de>
3141
3142 * lib/ada.exp (gnatmake_version_at_least): Wrap exec call in a catch
3143 call.
3144
f6be8713
SDJ
31452020-02-11 Sergio Durigan Junior <sergiodj@redhat.com>
3146
3147 PR tui/25126
3148 https://bugzilla.redhat.com/show_bug.cgi?id=1784210
3149 * gdb.base/cached-source-file.c: New file.
3150 * gdb.base/cached-source-file.exp: New file.
3151
b2770d5e
TV
31522020-02-11 Tom de Vries <tdevries@suse.de>
3153
3154 PR testsuite/25488
3155 * lib/gdb.exp (gdb_init): Unset $file_last_loaded.
3156
44f6938e
TV
31572020-02-10 Tom de Vries <tdevries@suse.de>
3158
3159 * gdb.multi/multi-target.exp: Skip if skip_gdbserver_tests.
3160
5f0e2eb7
MR
31612020-02-10 Maciej W. Rozycki <macro@wdc.com>
3162
3163 * gdb.base/step-over-no-symbols.exp: Verify that $before_addr
3164 and $after_addr are both integers before making a comparison.
3165
46ce2b6f
TV
31662020-02-09 Tom de Vries <tdevries@suse.de>
3167
3168 * gdb.base/many-headers.exp: Echo gdb command to gdb.log. Capture gdb
3169 command output and paste it into gdb.log. If any, paste catch message
3170 to gdb.log.
3171
5abbbe1d
TT
31722020-02-07 Tom Tromey <tromey@adacore.com>
3173
3174 PR breakpoints/24915:
3175 * gdb.base/annotate-symlink.exp: Use setup_xfail.
3176
1d5d29e7
SV
31772020-02-06 Shahab Vahedi <shahab@synopsys.com>
3178
3179 * gdb.tui/tui-missing-src.exp: Add the "missing source
3180 file" test for the TUI.
3181
b0999b9b
AB
31822020-02-06 Andrew Burgess <andrew.burgess@embecosm.com>
3183
3184 * gdb.server/multi-ui-errors.exp: Give a test a real name to avoid
3185 including a port number in the output.
3186
c3b149eb
AKS
31872020-02-04 Alok Kumar Sharma <alokkumar.sharma@amd.com>
3188
3189 * lib/fortran.exp (fortran_int4): Handle clang.
3190 (fortran_int8): Likewise.
3191 (fortran_real4): Likewise.
3192 (fortran_real8): Likewise.
3193 (fortran_complex4): Likewise.
3194 (fortran_logical4): Likewise.
3195 (fortran_character1): Likewise.
3196
f8dcc90b
TV
31972020-02-04 Tom de Vries <tdevries@suse.de>
3198
3199 * README (Race detection): Add note.
3200
f90ac7c2
TV
32012020-02-04 Tom de Vries <tdevries@suse.de>
3202
3203 * lib/gdb.exp (inferior_exited_re): Use "\[^\n\r\]*" instead of ".*".
3204
780636ae
TV
32052020-02-04 Tom de Vries <tdevries@suse.de>
3206
3207 * lib/gdb.exp (inferior_exited_re): Use non-capturing parentheses.
3208
5d2e1193
RA
32092020-02-03 Rogerio A. Cardoso <rcardoso@linux.ibm.com>
3210
3211 * gdb.arch/powerpc-power8.exp: Delete trailing whitespace of
3212 tbegin., tend. instructions. Replace bctar-, bctar+, bctarl-,
3213 bctarl+ extended mnemonics when avaliable by bgttar, bnstarl,
3214 blttar, bnetarl.
3215 * gdb.arch/powerpc-power8.s: Fix comments. Fix instructions
3216 binary for blttar, bnetarl.
3217 * gdb.arch/powerpc-power9.exp: Delete trailing whitespace of
3218 wait instruction. Delete ldmx test.
3219 * gdb.arch/powerpc-power9.s: Delete ldmx instruction.
3220
e409c542
AKS
32212020-02-03 Alok Kumar Sharma <AlokKumar.Sharma@amd.com>
3222
3223 * gdb.fortran/array-bounds-high.exp: New file.
3224 * gdb.fortran/array-bounds-high.f90: New file.
3225
b0029748
LD
32262020-02-03 Lukas Durfina <ldurfina@tachyum.com> (tiny change)
3227
3228 * gdb.base/fileio.c: Remove #include of <sys/errno.h>.
3229 Replace #include of <sys/fcntl.h> by <fcntl.h>.
3230
195a8287
TV
32312020-02-01 Tom de Vries <tdevries@suse.de>
3232
3233 * gdb.server/server-kill-python.exp: Fix $gdb_tst_name typo.
3234
42330a68
AB
32352020-01-31 Andrew Burgess <andrew.burgess@embecosm.com>
3236
3237 PR tui/9765
3238 * gdb.tui/tui-layout-asm-short-prog.S: New file.
3239 * gdb.tui/tui-layout-asm-short-prog.exp: New file.
3240
b62a8028
LM
32412020-01-29 Luis Machado <luis.machado@linaro.org>
3242
3243 * gdb.arch/aarch64-brk-patterns.c: New source file.
3244 * gdb.arch/aarch64-brk-patterns.exp: New test.
3245
5f440116
TBA
32462020-01-29 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
3247
3248 * gdb.cp/pass-by-ref-2.exp: Mark some tests as XFAIL based on the
3249 GCC/Clang version.
3250 * gdb.cp/pass-by-ref.exp: Ditto.
3251
ee2a6fc6
TV
32522020-01-29 Tom de Vries <tdevries@suse.de>
3253
3254 * gdb.threads/watchpoint-fork-child.c: Guard prints with #if DEBUG.
3255 * gdb.threads/watchpoint-fork-mt.c: Same.
3256 * gdb.threads/watchpoint-fork-parent.c: Same.
3257 * gdb.threads/watchpoint-fork-st.c: Same.
3258 * gdb.threads/watchpoint-fork.exp: Compile with DEBUG=0.
3259
16b10d6e
LM
32602020-01-27 Luis Machado <luis.machado@linaro.org>
3261
3262 * gdb.base/step-over-syscall.exp (setup): Check if we're already
3263 sitting at a syscall instruction when we hit the syscall function's
3264 breakpoint.
3265 Check PC against one obtained with the x command.
3266 Validate syscall number.
3267 (step_over_syscall): Don't continue to the syscall instruction if
3268 we're already there.
3269
b1468492
PW
32702020-01-25 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3271
3272 * gdb.base/attach.exp: Test 'set exec-file-mismatch'.
3273
7ffa82e1
AB
32742020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
3275
3276 * gdb.dwarf2/dw2-inline-many-frames.c: New file.
3277 * gdb.dwarf2/dw2-inline-many-frames.exp: New file.
3278
3d92a3e3
AB
32792020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
3280
3281 * gdb.dwarf2/dw2-inline-stepping.c: New file.
3282 * gdb.dwarf2/dw2-inline-stepping.exp: New file.
3283
94a72be7
AB
32842020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
3285
3286 * gdb.base/maint.exp: Update line table parsing test.
3287 * gdb.dwarf2/dw2-ranges-base.exp: Add new line table parsing test.
3288
53af73bf
PA
32892020-01-24 Pedro Alves <palves@redhat.com>
3290
3291 PR gdb/25410
3292 * gdb.multi/multi-re-run-1.c: New.
3293 * gdb.multi/multi-re-run-2.c: New.
3294 * gdb.multi/multi-re-run.exp: New.
3295
1ba1ac88
AB
32962020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
3297
3298 PR gdb/23718
3299 * gdb.server/server-kill-python.exp: New file.
3300
f3364a6d
AB
33012020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
3302
3303 * gdb.server/multi-ui-errors.c: New file.
3304 * gdb.server/multi-ui-errors.exp: New file.
3305
733d0a67
AB
33062020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
3307
3308 PR tui/9765
3309 * gdb.tui/tui-layout-asm.exp: Add scrolling test for asm window.
3310
4f13c1c0
TT
33112020-01-19 Tom Tromey <tom@tromey.com>
3312
3313 * gdb.tui/main.exp: Add check for plain "file".
3314
40c94099
CB
33152020-01-16 Christian Biesinger <cbiesinger@google.com>
3316
3317 * lib/gdb.exp: Fix spelling error (seperatelly).
3318
ff47f4f0
TT
33192020-01-14 Tom Tromey <tom@tromey.com>
3320
3321 PR symtab/12535:
3322 * gdb.python/python.exp: Test decode_line with empty string
3323 argument.
3324
717c684d
BE
33252020-01-14 Bernd Edlinger <bernd.edlinger@hotmail.de>
3326
3327 * gdb.base/skip-inline.exp: Extend test.
3328
44e4c775
AB
33292020-01-13 Andrew Burgess <andrew.burgess@embecosm.com>
3330
3331 * gdb.dwarf2/dw2-bad-elf-other.S: New file.
3332 * gdb.dwarf2/dw2-bad-elf.c: New file.
3333 * gdb.dwarf2/dw2-bad-elf.exp: New file.
3334
d93c6db7
AB
33352020-01-13 Andrew Burgess <andrew.burgess@embecosm.com>
3336
3337 * lib/dwarf.exp (Dwarf::lines): Reset _line_saw_program and
3338 _line_saw_file.
3339
9a6d629c
AB
33402020-01-13 Andrew Burgess <andrew.burgess@embecosm.com>
3341
3342 * lib/tuiterm.exp (Term::_check_box): Check some parts of the top
3343 border.
3344
d9ebdab7
TBA
33452020-01-10 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
3346
3347 * gdb.multi/multi-target.exp (setup): Factor out "info
3348 connections" and "info inferiors" tests to ...
3349 (test_info_inferiors): ... this new procedure.
3350 (top level): Run new "info-inferiors" tests.
3351
f3c469b9
PA
33522020-01-10 Pedro Alves <palves@redhat.com>
3353
3354 * gdb.server/bkpt-other-inferior.exp: New file.
3355
121b3efd
PA
33562020-01-10 Pedro Alves <palves@redhat.com>
3357
3358 * gdb.base/kill-detach-inferiors-cmd.exp: Adjust expected output
3359 of "add-inferior".
3360 * gdb.base/quit-live.exp: Likewise.
3361 * gdb.base/remote-exec-file.exp: Likewise.
3362 * gdb.guile/scm-progspace.exp: Likewise.
3363 * gdb.linespec/linespec.exp: Likewise.
3364 * gdb.mi/new-ui-mi-sync.exp: Likewise.
3365 * gdb.mi/user-selected-context-sync.exp: Likewise.
3366 * gdb.multi/multi-target.exp (setup): Add "info connection" and
3367 "info inferiors" tests.
3368 * gdb.multi/remove-inferiors.exp: Adjust expected output of
3369 "add-inferior".
3370 * gdb.multi/watchpoint-multi.exp: Likewise.
3371 * gdb.python/py-inferior.exp: Likewise.
3372 * gdb.server/extended-remote-restart.exp: Likewise.
3373 * gdb.threads/fork-plus-threads.exp: Adjust expected output of
3374 "info inferiors".
3375 * gdb.threads/forking-threads-plus-breakpoint.exp: Likewise.
3376 * gdb.trace/report.exp: Likewise.
3377
1dadb1dd
PA
33782020-01-10 Pedro Alves <palves@redhat.com>
3379
3380 * gdb.multi/multi-target.c: New file.
3381 * gdb.multi/multi-target.exp: New file.
3382 * lib/gdbserver-support.exp (gdb_target_cmd): Handle "Non-stop
3383 mode requested, but remote does not support non-stop".
3384
78f2c40a
PA
33852020-01-10 Pedro Alves <palves@redhat.com>
3386
3387 * gdb.server/extended-remote-restart.exp (test_reload): Explicitly
3388 disconnect before reconnecting.
3389
e7af6c70
TBA
33902020-01-10 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
3391 Pedro Alves <palves@redhat.com>
3392
3393 * gdb.server/connect-without-multi-process.exp: Also test
3394 continuing to end.
3395
acdf84a6
PA
33962020-01-10 Pedro Alves <palves@redhat.com>
3397
3398 * gdb.base/remote-exec-file.exp: New file.
3399
873657b9
PA
34002020-01-10 Pedro Alves <palves@redhat.com>
3401
3402 * gdb.base/fork-running-state.exp (do_test): Adjust expected
3403 output.
3404 * gdb.threads/async.c: New.
3405 * gdb.threads/async.exp: New.
3406 * gdb.multi/tids-gid-reset.c: New.
3407 * gdb.multi/tids-gid-reset.exp: New.
3408
7f0ae84c
GB
34092020-01-10 George Barrett <bob@bob131.so>
3410
3411 * gdb.base/stap-probe.c (relocation_marker): Add dummy variable
3412 to help in finding the image relocation offset.
3413 * gdb.base/stap-probe.exp (stap_test): Accept arbitrary compile
3414 options in arguments.
3415 (stap_test_no_debuginfo): Likewise.
3416 (stap-probe-nosem-noopt-pie, stap-probe-nosem-noopt-nopie): Add
3417 test variants.
3418 (stap_test): Add null semaphore relocation test.
3419
47e9d49d
GB
34202020-01-10 George Barrett <bob@bob131.so>
3421
3422 * gdb.base/stap-probe.c: Rename USE_PROBES to USE_SEMAPHORES.
3423 * gdb.base/stap-probe.exp: Likewise.
3424 (stap_test): Pass argument as an additional flag.
3425 (stap_test_no_debuginfo): Likewise.
3426 (stap_test): Check `info probes stap' output for semaphore
3427 addresses if the test binary is supposed to have them.
3428
f5a7c406
AB
34292020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
3430
3431 * gdb.tui/basic.exp: Add more scrolling tests.
3432
9ae6bf64
TT
34332020-01-09 Tom Tromey <tom@tromey.com>
3434
3435 PR tui/18932:
3436 * lib/tuiterm.exp (Term::wait_for): Rename from _accept. Return a
3437 meangingful value.
3438 (Term::command, Term::resize): Update.
3439 * gdb.tui/basic.exp: Add scrolling test.
3440
b2efe70c
AB
34412020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
3442
3443 * gdb.tui/tui-layout-asm.exp: New file.
3444
3804da7e
AB
34452020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
3446
3447 * lib/tuiterm.exp (Term::check_box_contents): New proc.
3448
b40aa28f
AB
34492020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
3450
3451 * lib/tuiterm.exp (Term::prepare_for_tui): New proc.
3452 (Term::enter_tui): Use Term::prepare_for_tui.
3453
63ffd7c9
AB
34542020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
3455
3456 * lib/tuiterm.exp (Term::dump_screen): Always dump the screen when
3457 called.
3458
3be966f6
AB
34592020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
3460
3461 * gdb.base/skip.exp: Fix race condition in test.
3462
153d79c4
AB
34632020-01-06 Andrew Burgess <andrew.burgess@embecosm.com>
3464
3465 * gdb.base/backtrace.c: New file.
3466 * gdb.base/backtrace.exp: New file.
3467
f2302a34
AB
34682020-01-05 Andrew Burgess <andrew.burgess@embecosm.com>
3469
3470 * gdb.tui/list.exp: Test 'focus next' after 'list main'.
3471
6ec1d75e
PW
34722020-01-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3473
3474 * gdb.base/style.exp: Test that warnings are styled.
3475
c296cbe6
BE
34762019-12-29 Bernd Edlinger <bernd.edlinger@hotmail.de>
3477
3478 * gdb.base/line65535.exp: New file.
3479 * gdb.base/line65535.c: New file.
3480
b28a729d
SM
34812019-12-27 Simon Marchi <simon.marchi@polymtl.ca>
3482
3483 * lib/ada.exp (gnat_runtime_has_debug_info): New proc.
3484 * lib/gnat_debug_info_test.adb: New file.
3485 * gdb.ada/ptype_tagged_param.exp: Use
3486 gnat_runtime_has_debug_info, expect a different output if
3487 runtime does not have debug info.
3488
7f2d7a0d
SM
34892019-12-20 Simon Marchi <simon.marchi@efficios.com>
3490
3491 * lib/sym-info-cmds.exp (GDBInfoSymbols::check_no_entry): Add
3492 (another) quote in test name.
3493
f3bce483
SM
34942019-12-20 Simon Marchi <simon.marchi@efficios.com>
3495
3496 * lib/sym-info-cmds.exp (GDBInfoModuleSymbols::check_no_entry):
3497 Add quote in test name.
3498
c855a912
TBA
34992019-12-20 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
3500
3501 * gdb.cp/pass-by-ref.cc: Delete. Generated in the output
3502 directory instead.
3503 * gdb.cp/pass-by-ref.exp: Extend with more cases.
3504 * gdb.cp/pass-by-ref-2.cc: New file.
3505 * gdb.cp/pass-by-ref-2.exp: New file.
3506
fc9d2d72
TT
35072019-12-20 Tom Tromey <tom@tromey.com>
3508
3509 * gdb.tui/list-before.exp: New file.
3510
77b97e00
TT
35112019-12-20 Tom Tromey <tom@tromey.com>
3512
3513 * gdb.tui/list.exp: Check for source on initial listing.
3514
f69656d0
TT
35152019-12-11 Tom Tromey <tromey@adacore.com>
3516
3517 * gdb.xml/tdesc-arch.exp (set_arch): Add "trans_mode" parameter.
3518 Add crlf test.
3519
99a55965
SM
35202019-12-18 Simon Marchi <simon.marchi@efficios.com>
3521
3522 * gdb.base/default.exp: Update value of $_gdb_major.
3523
5024637f
BE
35242019-12-17 Bernd Edlinger <bernd.edlinger@hotmail.de>
3525
3526 * gdb.base/skip.exp: Fix test failure observed with gcc-9.2.0.
3527
b63634be
BE
35282019-12-17 Bernd Edlinger <bernd.edlinger@hotmail.de>
3529
3530 * gdb.base/skip.exp: Whitespace fix.
3531
45d73523
BE
35322019-12-16 Bernd Edlinger <bernd.edlinger@hotmail.de>
3533
3534 * gdb.base/skip-inline.c: New file.
3535 * gdb.base/skip-inline.exp: New file.
3536
d043f8c8
SM
35372019-12-16 Simon Marchi <simon.marchi@polymtl.ca>
3538
3539 * gdb.base/jit-reader.exp (jit_reader_test): Rename
3540 jit_function_00 to jit_function_stack_mangle.
3541 * gdb.base/jithost.c (jit_function_t): Rename to...
3542 (jit_function_stack_mangle_t): ... this.
3543 (jit_function_add_t): New typedef.
3544 (jit_function_00_code): Rename to...
3545 (jit_function_stack_mangle_code): ... this, make static.
3546 (jit_function_add_code): New.
3547 (main): Generate "add" function and call it. Adjust to changes
3548 in jithost_abi.
3549 * gdb.base/jithost.h (struct jithost_abi_bounds): New.
3550 (struct jithost_abi) <begin, end>: Remove fields.
3551 <object, function_stack_mangle, function_add>: New fields.
3552 * gdb.base/jitreader.c (struct reader_state) <code_begin,
3553 code_end>: Remove fields.
3554 <func_stack_mangle>: New field.
3555 (read_debug_info): Adjust to renaming, create block for "add"
3556 function.
3557 (read_sp, unwind_frame, get_frame_id): Adjust to other changes.
3558
873de05c
TT
35592019-12-11 Tom Tromey <tom@tromey.com>
3560
3561 * gdb.tui/resize.exp: Fix regexp.
3562 * gdb.tui/regs.exp: Fix regexps.
3563 * gdb.tui/main.exp: Fix regexp.
3564
3d979945
TT
35652019-12-11 Tom Tromey <tom@tromey.com>
3566
3567 * gdb.tui/resize.exp: Update.
3568 * gdb.tui/empty.exp (layouts): Update.
3569
2192a9d3
TT
35702019-12-11 Tom Tromey <tom@tromey.com>
3571
3572 * gdb.tui/regs.exp: Update.
3573 * gdb.tui/empty.exp (layouts): Update.
3574 * gdb.tui/basic.exp: Update.
3575 * lib/tuiterm.exp (_check_box): Don't check bottom border.
3576
d8edc8b7
PW
35772019-12-11 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3578
3579 * gdb.base/options.exp: Add -raw-values in the print completion list.
3580 * gdb.python/py-prettyprint.exp: Add tests for -raw-values.
3581
4c12d936
KB
35822019-12-10 Kevin Buettner <kevinb@redhat.com>
3583
3584 * gdb.threads/omp-par-scope.c: New file.
3585 * gdb/threads/omp-par-scope.exp: New file.
3586
26b911fb
KB
35872019-12-10 Kevin Buettner <kevinb@redhat.com>
3588
bb47f919
KB
3589 * lib/gdb.exp (support_nested_function_tests): New proc.
3590
35912019-12-10 Kevin Buettner <kevinb@redhat.com>
3592
3593 * lib/gdb.exp (gdb_compile_openmp): New proc.
3594 (build_executable_from_specs): Add an "openmp" option.
3595 (gdb_compile_pthreads): Add non-executable case.
26b911fb 3596
6c71eb7d
TT
35972019-12-10 Tom Tromey <tromey@adacore.com>
3598
3599 * gdb.ada/unchecked_union.exp: New file.
3600 * gdb.ada/unchecked_union/pck.adb: New file.
3601 * gdb.ada/unchecked_union/pck.ads: New file.
3602 * gdb.ada/unchecked_union/unchecked_union.adb: New file.
3603 * gdb-utils.exp (string_to_regexp): Also quote "?".
3604
bac7c5cf
GB
36052019-12-10 George Barrett <bob@bob131.so>
3606
3607 Test scripted probe breakpoints.
3608 * gdb.guile/scm-breakpoint.c (main): Add probe point.
3609 * gdb.python/py-breakpoint.c (main): Likewise.
3610 * gdb.guile/scm-breakpoint.exp (test_bkpt_probe): Add probe
3611 specifier test.
3612 * gdb.python/py-breakpoint.exp (test_bkpt_probe): Likewise.
3613
330f1d38
TBA
36142019-12-09 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
3615
3616 * gdb.cp/rvalue-ref-overload.cc (g): New function that takes
3617 an rvalue parameter.
3618 * gdb.cp/rvalue-ref-overload.exp: Test calling it with an lvalue
3619 parameter.
3620
b43315e2
AB
36212019-12-09 Andrew Burgess <andrew.burgess@embecosm.com>
3622
3623 * gdb.mi/mi-fortran-modules.exp: Add patterns to skip system
3624 modules.
3625
54f73dad
AB
36262019-12-09 Andrew Burgess <andrew.burgess@embecosm.com>
3627
3628 * gdb.fortran/derived-type-striding.exp: KFAIL if we are using a
3629 broken version of GCC.
3630
d57cbee9
AB
36312019-12-09 Andrew Burgess <andrew.burgess@embecosm.com>
3632
3633 * gdb.fortran/info-modules.exp: Rewrite to make use of new
3634 sym-info-cmds library.
3635 * gdb.fortran/info-types.exp: Likewise.
3636 * lib/sym-info-cmds.exp: New file.
3637
c14aab8c
TV
36382019-12-08 Tom de Vries <tdevries@suse.de>
3639
3640 * gdb.dwarf2/imported-unit.exp: Fix inter-CU references.
3641
aa2d5a42
KS
36422019-12-07 Keith Seitz <keiths@redhat.com>
3643
3644 * gdb.base/corefile-buildid-shlib-shr.c: New file.
3645 * gdb.base/corefile-buildid-shlib.c: New file.
3646 * gdb.base/corefile-buildid.c: New file.
3647 * gdb.base/corefile-buildid.exp: New file.
3648
93e55f0a
TV
36492019-12-06 Tom de Vries <tdevries@suse.de>
3650
3651 * gdb.dwarf2/varval.exp: Add decl before def test.
3652
c7d12402
TBA
36532019-12-06 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
3654
3655 * gdb.cp/rvalue-ref-overload.exp: Minor cleanup.
3656
06acc08f
TBA
36572019-12-06 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
3658
3659 * gdb.cp/rvalue-ref-overload.cc: Add a case that involves both
3660 CV and reference conversion for overload resolution.
3661 * gdb.cp/rvalue-ref-overload.exp: Test it.
3662
e0fad1ea
PW
36632019-12-06 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3664
3665 * gdb.threads/pthreads.exp: Test taas and tfaas without command.
3666 * gdb.base/frameapply.exp: Test faas without command.
3667
8d70a9f0
AB
36682019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
3669
3670 * lib/gdb.exp (gdb_compile): Add -J compiler option when building
3671 Fortran tests.
3672 * gdb.mi/mi-fortran-modules.exp: Compile source files in correct
3673 order.
3674
36c8fb93
AB
36752019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
3676
3677 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): Handle
3678 casting to type with no kind specified.
3679 (test_basic_parsing_of_type_kinds): Additional tests for types
3680 with no kind specified, and add tests for single/double
3681 precision/complex types.
3682
4139ff00
TT
36832019-12-04 Tom Tromey <tromey@adacore.com>
3684
3685 * gdb.base/endianity.c (struct other) <x>: New field.
3686 (main): Initialize it.
3687 * gdb.base/endianity.exp: Update.
3688
a05cf17a
TT
36892019-12-04 Tom Tromey <tromey@adacore.com>
3690
3691 * gdb.ada/scalar_storage/storage.adb: New file.
3692 * gdb.ada/scalar_storage/pck.adb: New file.
3693 * gdb.ada/scalar_storage/pck.ads: New file.
3694 * gdb.ada/scalar_storage.exp: New file.
3695
103a685e
TT
36962019-12-04 Tom Tromey <tromey@adacore.com>
3697
3698 * gdb.base/endianity.c (struct otherendian) <f>: New field.
3699 (main): Initialize it.
3700 * gdb.base/endianity.exp: Update.
3701
c2512106
AB
37022019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
3703
3704 * gdb.mi/mi-sym-info.exp: Add tests for -max-results parameter.
3705
293b38d6
AB
37062019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
3707
3708 * gdb.mi/mi-fortran-modules.exp: Add additional tests for
3709 -symbol-info-module-functions and -symbol-info-module-variables.
3710
216a7e6b
AB
37112019-12-01 Andrew Burgess <andrew.burgess@embecosm.com>
3712
3713 * gdb.fortran/array-slices.exp: Add test for dynamic strings.
3714
5bbd8269
AB
37152019-12-01 Richard Bunt <richard.bunt@arm.com>
3716 Andrew Burgess <andrew.burgess@embecosm.com>
3717
3718 * gdb.fortran/derived-type-striding.exp: New file.
3719 * gdb.fortran/derived-type-striding.f90: New file.
3720 * gdb.fortran/array-slices.exp: New file.
3721 * gdb.fortran/array-slices.f90: New file.
3722
be09caf1
PW
37232019-11-30 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3724
3725 * gdb.base/define.exp: Test . in command names.
3726 * gdb.base/setshow.exp: Update test, as . is now part of
3727 command name.
3728
643c0cbe
PW
37292019-11-30 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3730
3731 * gdb.base/define-prefix.exp: New file.
3732
dcdec678
AB
37332019-11-28 Andrew Burgess <andrew.burgess@embecosm.com>
3734
3735 * lib/gdb.exp (skip_btrace_tests): Return 1 if the test fails to
3736 compile.
3737 (skip_btrace_pt_tests): Likewise.
3738
640ab947
AB
37392019-11-27 Andrew Burgess <andrew.burgess@embecosm.com>
3740
3741 * gdb.fortran/info-modules.exp: Compile source files in correct
3742 order.
3743
d22670f0
KB
37442019-11-27 Kevin Buettner <kevinb@redhat.com>
3745
3746 * gdb.dwarf2/imported-unit.exp: New file.
3747 * gdb.dwarf2/imported-unit.c: New file.
3748
db5960b4
AB
37492019-11-27 Andrew Burgess <andrew.burgess@embecosm.com>
3750
3751 * gdb.mi/mi-fortran-modules-2.f90: New file.
3752 * gdb.mi/mi-fortran-modules.exp: New file.
3753 * gdb.mi/mi-fortran-modules.f90: New file.
3754
7dc42066
AB
37552019-11-27 Andrew Burgess <andrew.burgess@embecosm.com>
3756
3757 * gdb.mi/mi-sym-info-1.c: New file.
3758 * gdb.mi/mi-sym-info-2.c: New file.
3759 * gdb.mi/mi-sym-info.exp: New file.
3760
0dfeecca
TT
37612019-11-22 Tom Tromey <tromey@adacore.com>
3762
3763 * gdb.ada/tasks.exp: Add -ada-task-info regression test.
3764 * gdb.ada/tasks/foo.adb: Add another stopping location.
3765
34877895
PJ
37662019-11-21 Peeter Joot <peeter.joot@lzlabs.com>
3767
3768 * gdb.base/endianity.c: New test.
3769 * gdb.base/endianity.exp: New file.
3770
2e84f897
LD
37712019-11-21 Lukas Durfina <ldurfina@tachyum.com>
3772
3773 * gdb.arch/amd64-eval.exp: Skip test if target is not x86-64.
3774
65d1cd5f
TV
37752019-11-21 Tom de Vries <tdevries@suse.de>
3776
3777 PR gdb/24956
3778 * gdb.base/ui-redirect.exp: Test output of user-defined command.
3779
4f22c3f4
SDJ
37802019-11-20 Sergio Durigan Junior <sergiodj@redhat.com>
3781
3782 * gdb.python/py-progspace.exp: Add missing parentheses on some
3783 'print' commands.
3784
9f6ad286
TT
37852019-11-19 Tom Tromey <tom@tromey.com>
3786
3787 * gdb.tui/winheight.exp: New file.
3788
0b8dbf3f
AB
37892019-11-19 Andrew Burgess <andrew.burgess@embecosm.com>
3790
3791 * gdb.base/ctf-whatis.c: Delete.
3792 * gdb.base/ctf-whatis.exp: Delete.
3793 * gdb.base/whatis.exp: Rewrite to compile as both dwarf and ctf.
3794
f833b7a7
AB
37952019-11-19 Andrew Burgess <andrew.burgess@embecosm.com>
3796
3797 * gdb.base/ctf-cvexpr.exp: Delete.
3798 * gdb.base/cvexpr.exp: Rewrite to compile as both dwarf and ctf.
3799
30d0a636
AB
38002019-11-19 Andrew Burgess <andrew.burgess@embecosm.com>
3801
3802 * gdb.base/ctf-constvars.exp: Skip test if CTF is not supported in
3803 the compiler. Clean up header comment a little.
3804 * gdb.base/ctf-ptype.exp: Likewise.
3805 * gdb.base/ctf-whatis.exp: Likewise.
3806 * lib/gdb.exp (skip_ctf_tests): New proc.
3807
494409bb
SDJ
38082019-11-18 Sergio Durigan Junior <sergiodj@redhat.com>
3809
3810 https://bugzilla.redhat.com/show_bug.cgi?id=1765117
3811 * gdb.tui/corefile-run.exp: New file.
3812
55708e99
TT
38132019-11-14 Tom Tromey <tromey@adacore.com>
3814
3815 * gdb.base/gdbvars.exp (test_convenience_variables): Add
3816 regression tests.
3817
45e42163
TT
38182019-11-12 Tom Tromey <tom@tromey.com>
3819
3820 * lib/tuiterm.exp (_accept): Add wait_for parameter. Check output
3821 after any command. Expect prompt after WAIT_FOR is seen.
3822 (enter_tui): Enable resize messages.
3823 (command): Expect command in output.
3824 (get_line): Avoid error when cursor appears to be off-screen.
3825 (dump_screen): Include screen size in title.
3826 (_do_resize): New proc, from "resize".
3827 (resize): Rewrite. Do resize in two steps.
3828 * gdb.tui/empty.exp (layouts): Fix entries.
3829 (check_boxes): Remove xfail.
3830 (check_text): Dump screen on failure.
3831
086baaf1
AB
38322019-11-10 Andrew Burgess <andrew.burgess@embecosm.com>
3833
3834 * gdb.python/py-symbol.exp: Add test for
3835 gdb.lookup_static_symbols.
3836
09ff83af
AB
38372019-11-10 Andrew Burgess <andrew.burgess@embecosm.com>
3838
3839 * gdb.python/py-symbol.c: Declare and call function from new
3840 py-symbol-2.c file.
3841 * gdb.python/py-symbol.exp: Compile both source files, and add new
3842 tests for gdb.lookup_static_symbol.
3843 * gdb.python/py-symbol-2.c: New file.
3844
11af934b
TV
38452019-11-02 Tom de Vries <tdevries@suse.de>
3846
3847 * gdb.base/advance.exp: Drop superfluous 3rd argument to gdb_test.
3848 * gdb.base/anon.exp: Same.
3849 * gdb.base/auto-connect-native-target.exp: Same.
3850 * gdb.base/call-ar-st.exp: Same.
3851 * gdb.base/catch-syscall.exp: Same.
3852 * gdb.base/commands.exp: Same.
3853 * gdb.base/default.exp: Same.
3854 * gdb.base/display.exp: Same.
3855 * gdb.base/float.exp: Same.
3856 * gdb.base/foll-fork.exp: Same.
3857 * gdb.base/help.exp: Same.
3858 * gdb.base/info-macros.exp: Same.
3859 * gdb.base/info-proc.exp: Same.
3860 * gdb.base/info-target.exp: Same.
3861 * gdb.base/long_long.exp: Same.
3862 * gdb.base/macscp.exp: Same.
3863 * gdb.base/memattr.exp: Same.
3864 * gdb.base/nofield.exp: Same.
3865 * gdb.base/pointers.exp: Same.
3866 * gdb.base/printcmds.exp: Same.
3867 * gdb.base/ptype.exp: Same.
3868 * gdb.base/restore.exp: Same.
3869 * gdb.base/return.exp: Same.
3870 * gdb.base/scope.exp: Same.
3871 * gdb.base/set-noassign.exp: Same.
3872 * gdb.base/setshow.exp: Same.
3873 * gdb.base/shlib-call.exp: Same.
3874 * gdb.base/signals.exp: Same.
3875 * gdb.base/sigstep.exp: Same.
3876 * gdb.base/skip.exp: Same.
3877 * gdb.base/solib-symbol.exp: Same.
3878 * gdb.base/stap-probe.exp: Same.
3879 * gdb.base/step-line.exp: Same.
3880 * gdb.base/step-test.exp: Same.
3881 * gdb.base/style.exp: Same.
3882 * gdb.base/varargs.exp: Same.
3883 * gdb.base/vla-datatypes.exp: Same.
3884 * gdb.base/vla-ptr.exp: Same.
3885 * gdb.base/vla-sideeffect.exp: Same.
3886 * gdb.base/volatile.exp: Same.
3887 * gdb.base/watch-cond-infcall.exp: Same.
3888 * gdb.base/watchpoint.exp: Same.
3889
e96ec2ba
TV
38902019-11-02 Tom de Vries <tdevries@suse.de>
3891
3892 * gdb.cp/anon-union.exp: Drop superfluous 3rd argument to gdb_test.
3893 * gdb.cp/cpexprs.exp: Same.
3894 * gdb.cp/except-multi-location.exp: Same.
3895 * gdb.cp/exceptprint.exp: Same.
3896 * gdb.cp/gdb2384.exp: Same.
3897 * gdb.cp/inherit.exp: Same.
3898 * gdb.cp/m-static.exp: Same.
3899 * gdb.cp/meth-typedefs.exp: Same.
3900 * gdb.cp/misc.exp: Same.
3901 * gdb.cp/namespace.exp: Same.
3902 * gdb.cp/non-trivial-retval.exp: Same.
3903 * gdb.cp/overload.exp: Same.
3904 * gdb.cp/pr17132.exp: Same.
3905 * gdb.cp/re-set-overloaded.exp: Same.
3906 * gdb.cp/rvalue-ref-types.exp: Same.
3907 * gdb.cp/templates.exp: Same.
3908
bd5766ec
LM
39092019-11-01 Luis Machado <luis.machado@linaro.org>
3910
3911 PR gdb/25124
3912
3913 * gdb.arch/pr25124.S: New file.
3914 * gdb.arch/pr25124.exp: New file.
3915
165f8965
AB
39162019-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
3917
3918 * gdb.fortran/info-modules.exp: Update expected results, and add
3919 additional tests for 'info module functinos', and 'info module
3920 variables'.
3921 * gdb.fortran/info-types.exp: Update expected results.
3922 * gdb.fortran/info-types.f90: Extend testcase with additional
3923 module variables and functions.
3924
59c35742
AB
39252019-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
3926
3927 * gdb.fortran/info-modules.exp: New file.
3928 * gdb.fortran/info-types.exp: Build with new file.
3929 * gdb.fortran/info-types.f90: Include and use new module.
3930 * gdb.fortran/info-types-2.f90: New file.
3931
f3fb2519
PW
39322019-10-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3933
3934 * gdb.base/setshow.exp: Test $_gdb_setting and $_gdb_setting_str.
3935 * gdb.base/settings.exp: Test all settings types using
3936 $_gdb_maint_setting and $_gdb_maint_setting_str in proc_show_setting,
3937 that now verifies that the value of "maint show" is the same as
3938 returned by the settings functions. Test the type of the
3939 maintenance settings.
3940 * gdb.base/default.exp: Update show_conv_list.
3941
d1e36019
TV
39422019-10-31 Tom de Vries <tdevries@suse.de>
3943
3944 * gdb.arch/amd64-disp-step-avx.exp: Drop superfluous 3rd argument to
3945 gdb_test.
3946 * gdb.arch/amd64-disp-step.exp: Same.
3947 * gdb.asm/asm-source.exp: Same.
3948 * gdb.btrace/buffer-size.exp: Same.
3949 * gdb.btrace/cpu.exp: Same.
3950 * gdb.btrace/enable.exp: Same.
3951 * gdb.dwarf2/count.exp: Same.
3952 * gdb.dwarf2/dw2-ranges-func.exp: Same.
3953 * gdb.dwarf2/dw2-ranges-psym.exp: Same.
3954 * gdb.fortran/vla-datatypes.exp: Same.
3955 * gdb.fortran/vla-history.exp: Same.
3956 * gdb.fortran/vla-ptype.exp: Same.
3957 * gdb.fortran/vla-value.exp: Same.
3958 * gdb.fortran/whatis_type.exp: Same.
3959 * gdb.guile/guile.exp: Same.
3960 * gdb.multi/tids.exp: Same.
3961 * gdb.python/py-finish-breakpoint.exp: Same.
3962 * gdb.python/py-framefilter.exp: Same.
3963 * gdb.python/py-pp-registration.exp: Same.
3964 * gdb.python/py-xmethods.exp: Same.
3965 * gdb.python/python.exp: Same.
3966 * gdb.server/connect-with-no-symbol-file.exp: Same.
3967 * gdb.server/no-thread-db.exp: Same.
3968 * gdb.server/run-without-local-binary.exp: Same.
3969 * gdb.stabs/weird.exp: Same.
3970 * gdb.threads/attach-many-short-lived-threads.exp: Same.
3971 * gdb.threads/thread-find.exp: Same.
3972 * gdb.threads/tls-shared.exp: Same.
3973 * gdb.threads/tls.exp: Same.
3974 * gdb.threads/wp-replication.exp: Same.
3975 * gdb.trace/ax.exp: Same.
3976 * lib/gdb.exp (gdb_test_exact, help_test_raw): Same.
3977
3d11e68e
TV
39782019-10-31 Tom de Vries <tdevries@suse.de>
3979
3980 * gdb.ada/array_bounds.exp: Drop superfluous 3rd argument to gdb_test.
3981 * gdb.ada/array_subscript_addr.exp: Same.
3982 * gdb.ada/arrayidx.exp: Same.
3983 * gdb.ada/arrayparam.exp: Same.
3984 * gdb.ada/arrayptr.exp: Same.
3985 * gdb.ada/boolean_expr.exp: Same.
3986 * gdb.ada/call_pn.exp: Same.
3987 * gdb.ada/complete.exp: Same.
3988 * gdb.ada/fixed_cmp.exp: Same.
3989 * gdb.ada/fun_addr.exp: Same.
3990 * gdb.ada/funcall_param.exp: Same.
3991 * gdb.ada/interface.exp: Same.
3992 * gdb.ada/mod_from_name.exp: Same.
3993 * gdb.ada/null_array.exp: Same.
3994 * gdb.ada/packed_array.exp: Same.
3995 * gdb.ada/packed_tagged.exp: Same.
3996 * gdb.ada/print_chars.exp: Same.
3997 * gdb.ada/print_pc.exp: Same.
3998 * gdb.ada/ptype_arith_binop.exp: Same.
3999 * gdb.ada/ptype_field.exp: Same.
4000 * gdb.ada/ptype_tagged_param.exp: Same.
4001 * gdb.ada/rec_return.exp: Same.
4002 * gdb.ada/ref_tick_size.exp: Same.
4003 * gdb.ada/str_ref_cmp.exp: Same.
4004 * gdb.ada/taft_type.exp: Same.
4005 * gdb.ada/tagged.exp: Same.
4006 * gdb.ada/type_coercion.exp: Same.
4007 * gdb.ada/uninitialized_vars.exp: Same.
4008
60b6ede8
TV
40092019-10-30 Tom de Vries <tdevries@suse.de>
4010
4011 * lib/gdb.exp (gdb_test_multiple): Handle -early pattern flag.
4012
30baf67b
TV
40132019-10-26 Tom de Vries <tdevries@suse.de>
4014
4015 * gdb.base/bigcore.c: Fix typos in comments.
4016 * gdb.base/ctf-ptype.c: Same.
4017 * gdb.base/long_long.c: Same.
4018 * gdb.dwarf2/dw2-op-out-param.S: Same.
4019 * gdb.python/py-evthreads.c: Same.
4020 * gdb.reverse/i387-stack-reverse.c: Same.
4021 * gdb.trace/tfile.c: Same.
4022 * lib/compiler.c: Same.
4023 * lib/compiler.cc: Same.
4024
158da0d1
TV
40252019-10-25 Tom de Vries <tdevries@suse.de>
4026
4027 * gdb.reverse/sigall-precsave.exp: Use -wrap and $gdb_test_name in
4028 gdb_test_multiple calls.
4029 * gdb.reverse/sigall-reverse.exp: Same.
4030 * gdb.reverse/solib-precsave.exp: Same.
4031 * gdb.reverse/solib-reverse.exp: Same.
4032 * gdb.reverse/until-precsave.exp: Same.
4033 * gdb.reverse/until-reverse.exp: Same.
4034
4ccdfbec
TV
40352019-10-24 Tom de Vries <tdevries@suse.de>
4036
4037 * lib/gdb.exp (gdb_test_multiple): Add -wrap pattern flag.
4038 * gdb.reverse/step-precsave.exp: Rewrite gdb_test_multiple containing
4039 kfail using -wrap pattern flag and convenience variable
4040 gdb_test_name.
4041
33d569b7
AB
40422019-10-24 Andrew Burgess <andrew.burgess@embecosm.com>
4043
4044 * gdb.python/py-progspace.exp: Add tests for the
4045 Progspace.block_for_pc method.
4046
4d0b984b
TT
40472019-10-23 Tom Tromey <tom@tromey.com>
4048
4049 * configure: Rebuild.
4050 * aclocal.m4: Use m4_include, not sinclude.
4051
94cb3754
TV
40522019-10-21 Tom de Vries <tdevries@suse.de>
4053
4054 * gdb.base/infcall-nested-structs.c: Add
4055 __attribute__((noinline,noclone)) to all functions.
4056 (call_all): Add missing variable initialization. Simplify return value.
4057 (breakpt): Increment volatile variable, to prevent call from being
4058 optimized out.
4059 * gdb.base/infcall-nested-structs.exp: Compile with -O2.
4060
062f1fc1
TV
40612019-10-17 Tom de Vries <tdevries@suse.de>
4062
4063 * gdb.fortran/module.exp: Allow info variables to print info for files
4064 other than module.f90.
4065
0b54364d
AB
40662019-10-16 Andrew Burgess <andrew.burgess@embecosm.com>
4067
4068 * gdb.fortran/module.exp: Extend with 'info variables' test.
4069
7ff5fae7
AB
40702019-10-16 Andrew Burgess <andrew.burgess@embecosm.com>
4071
4072 * boards/cc-with-tweaks.exp: Setup F90_FOR_TARGET and
4073 F77_FOR_TARGET.
4074
d10eccaa
TV
40752019-10-16 Tom de Vries <tdevries@suse.de>
4076
4077 PR tdep/25096
4078 * gdb.base/infcall-nested-structs.exp: Remove PR25096 KFAILs.
4079
745ff14e
TV
40802019-10-16 Tom de Vries <tdevries@suse.de>
4081
4082 PR tdep/24104
4083 * gdb.base/infcall-nested-structs.exp: Remove XFAIL for PR tdep/24104.
4084 Add KFAIL for PR tdep/25096.
4085
03e1ab94
TV
40862019-10-16 Tom de Vries <tdevries@suse.de>
4087
4088 PR testsuite/25059
4089 * gdb.cp/local-static.exp (do_test): Add xfails for gcc PR debug/55541.
4090
b17fcc10
TV
40912019-10-16 Tom de Vries <tdevries@suse.de>
4092
4093 * gdb.base/jit-reader.exp: Allow non-pointer registers to be printed
4094 as signed.
4095
9223170f
SM
40962019-10-14 Simon Marchi <simon.marchi@polymtl.ca>
4097
4098 * gdb.mi/list-thread-groups-available.exp: Read entries one by
4099 one instead of increasing timeout.
4100
d6e76313
TV
41012019-10-13 Tom de Vries <tdevries@suse.de>
4102
4103 PR record/25038
4104 * gdb.reverse/sigall-precsave.exp: Add PR record/25038 KFAIL.
4105 * gdb.reverse/sigall-reverse.exp: Same.
4106 * gdb.reverse/solib-precsave.exp: Same.
4107 * gdb.reverse/solib-reverse.exp: Same.
4108 * gdb.reverse/step-precsave.exp: Same.
4109 * gdb.reverse/until-precsave.exp: Same.
4110 * gdb.reverse/until-reverse.exp: Same.
4111 * lib/gdb.exp (gdb_continue_to_breakpoint): Same.
4112
6dfc0041
AA
41132019-10-10 Andreas Arnez <arnez@linux.ibm.com>
4114
4115 * gdb.base/infcall-nested-structs.c (cmp_struct_02_01)
4116 (cmp_struct_02_02, cmp_struct_04_01, cmp_struct_04_02)
4117 (cmp_struct_05_01, cmp_struct_static_02_01)
4118 (cmp_struct_static_04_01, cmp_struct_static_06_01): Fix redundant
4119 comparisons.
4120
abcf2cc8
TV
41212019-10-10 Tom de Vries <tdevries@suse.de>
4122
4123 PR testsuite/24888
4124 * lib/ada.exp (target_compile_ada_from_dir): Route -pie/-no-pie to
4125 gnatlink.
4126
a50faaf6
TV
41272019-10-09 Tom de Vries <tdevries@suse.de>
4128
4129 PR testsuite/25048
4130 * gdb.rust/simple.exp: Add xfails for incorrect DWARF.
4131
60ff3cd7
AB
41322019-10-07 Andrew Burgess <andrew.burgess@embecosm.com>
4133
4134 * gdb.ada/catch_ex_std.exp: Handle being unabled to catch Ada
4135 exceptions due to missing debug information.
4136
dfee8566
TV
41372019-10-07 Tom de Vries <tdevries@suse.de>
4138
4139 * gdb.base/default.exp: Expect _gdb_major/_gdb_minor to be 9.1.
4140
3d63690a
AB
41412019-10-07 Andrew Burgess <andrew.burgess@embecosm.com>
4142
4143 * lib/gdb.exp (gdb_test_multiple): Add gdb_test_name mechanism.
4144 * gdb.base/annota1.exp: Update to use gdb_test_name.
4145
30d1f018
WP
41462019-10-07 Weimin Pan <weimin.pan@oracle.com>
4147
4148 * gdb.base/ctf-whatis.exp: New file.
4149 * gdb.base/ctf-whatis.c: New file.
4150 * gdb.base/ctf-ptype.exp: New file.
4151 * gdb.base/ctf-ptype.c: New file.
4152 * gdb.base/ctf-constvars.exp: New file.
4153 * gdb.base/ctf-constvars.c: New file.
4154 * gdb.base/ctf-cvexpr.exp: New file.
4155
4dbbb47c
TV
41562019-10-04 Tom de Vries <tdevries@suse.de>
4157
4158 * gdb.cp/local-static.c (main): Move declaration of int i out of the
4159 for loop.
4160
77c2dba3
TT
41612019-10-03 Tom Tromey <tom@tromey.com>
4162
4163 PR rust/24976:
4164 * gdb.rust/simple.rs (Union2): New type.
4165 (main): Use Union2.
4166 * gdb.rust/simple.exp: Add test.
4167
179aed7f
AB
41682019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
4169
4170 * gdb.fortran/nested-funcs-2.exp: Run tests with and without the
4171 nested function prefix.
4172
0a4b0913
AB
41732019-10-03 Bernhard Heckel <bernhard.heckel@intel.com>
4174 Richard Bunt <richard.bunt@arm.com>
4175 Andrew Burgess <andrew.burgess@embecosm.com>
4176
4177 * gdb.fortran/nested-funcs.exp: Tests for placing breakpoints on
4178 nested functions.
4179 * gdb.fortran/nested-funcs.f90: Update expected results.
4180 * gdb.fortran/nested-funcs-2.exp: New file.
4181 * gdb.fortran/nested-funcs-2.f90: New file.
4182
082cce05
AB
41832019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
4184
4185 * gdb.python/py-parameter.exp: Make test names unique.
4186 * gdb.python/py-template.exp: Likewise.
4187 * gdb.python/py-value.exp: Likewise.
4188
2b74ba5a
AB
41892019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
4190
4191 * gdb.base/break-interp.exp: Reduce test name duplication.
4192 * gdb.base/call-sc.exp: Likewise.
4193 * gdb.base/callfuncs.exp: Likewise.
4194 * gdb.base/charset.exp: Likewise.
4195 * gdb.base/dump.exp: Likewise.
4196 * gdb.base/ena-dis-br.exp: Likewise.
4197 * gdb.base/relational.exp: Likewise.
4198 * gdb.base/step-over-syscall.exp: Likewise.
4199 * gdb.base/structs.exp: Likewise.
4200
58eb20d5
AB
42012019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
4202
4203 * gdb.linespec/explicit.exp: Make test names unique.
4204 * gdb.linespec/ls-errs.exp: Likewise.
4205
4d421147
AB
42062019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
4207
4208 * gdb.reverse/break-precsave.exp: Make test names unique.
4209 * gdb.reverse/break-reverse.exp: Likewise.
4210 * gdb.reverse/finish-precsave.exp: Likewise.
4211 * gdb.reverse/finish-reverse.exp: Likewise.
4212 * gdb.reverse/machinestate-precsave.exp: Likewise.
4213 * gdb.reverse/machinestate.exp: Likewise.
4214 * gdb.reverse/readv-reverse.exp: Likewise.
4215 * gdb.reverse/recvmsg-reverse.exp: Likewise.
4216 * gdb.reverse/sigall-precsave.exp: Likewise.
4217 * gdb.reverse/sigall-reverse.exp: Likewise.
4218 * gdb.reverse/step-indirect-call-thunk.exp: Likewise.
4219 * gdb.reverse/watch-precsave.exp: Likewise.
4220 * gdb.reverse/watch-reverse.exp: Likewise.
4221
d8c06f22
AB
42222019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
4223
4224 * gdb.threads/stop-with-handle.c: New file.
4225 * gdb.threads/stop-with-handle.exp: New file.
4226
3a56ed86
TV
42272019-10-03 Tom de Vries <tdevries@suse.de>
4228
4229 PR testsuite/25059
4230 * gdb.base/list-missing-source.exp: Allowing the "Compilation
4231 directory" line to be missing.
4232
42275044
TV
42332019-10-03 Tom de Vries <tdevries@suse.de>
4234
4235 PR testsuite/25059
4236 * gdb.base/info-types.exp: Make the presence of the 'unsigned int'
4237 type optional.
4238
9ef62df0
AA
42392019-10-02 Andreas Arnez <arnez@linux.ibm.com>
4240
4241 * gdb.python/py-format-string.c (string.h): New include.
4242 (main): Fill a_struct_with_union.the_union.an_int with bytes of
4243 the same value, for endianness-independence.
4244 * gdb.python/py-format-string.exp (default_regexp_dict)
4245 (test_pretty_structs, test_format): Adjust expected output to the
4246 changed initialization.
4247
37f6a7f4
TT
42482019-10-02 Tom Tromey <tromey@adacore.com>
4249
4250 * gdb.ada/catch_ex_std.exp: Add $_ada_exception test.
4251
1d58d6a2
PA
42522019-10-02 Pedro Alves <palves@redhat.com>
4253 Andrew Burgess <andrew.burgess@embecosm.com>
4254
4255 * gdb.base/print-file-var-lib1.c: Include <stdio.h> and
4256 "print-file-var.h".
4257 (this_version_id) Use ATTRIBUTE_VISIBILITY.
4258 (get_version_1): Print this_version_id and its address.
4259 Add extern "C" wrappers around interface functions.
4260 * gdb.base/print-file-var-lib2.c: Include <stdio.h> and
4261 "print-file-var.h".
4262 (this_version_id) Use ATTRIBUTE_VISIBILITY.
4263 (get_version_2): Print this_version_id and its address.
4264 Add extern "C" wrappers around interface functions.
4265 * gdb.base/print-file-var-main.c: Include <dlfcn.h>, <assert.h>,
4266 <stddef.h> and "print-file-var.h".
4267 Add extern "C" wrappers around interface functions.
4268 [VERSION_ID_MAIN] (this_version_id): Define.
4269 (main): Define v0. Use dlopen if SHLIB_NAME is defined.
4270 * gdb.base/print-file-var.h: Add some #defines to simplify setting
4271 up extern "C" blocks.
4272 * gdb.base/print-file-var.exp (test): New, factored out from top
4273 level.
4274 (top level): Test all combinations of attribute hidden or not,
4275 dlopen or not, and this_version_id symbol in main file or not.
4276 Compile tests as both C++ and C, make test names unique.
4277
d770d56f
TT
42782019-10-01 Tom Tromey <tom@tromey.com>
4279
4280 * gdb.base/style.exp: Test "show logging filename".
4281
7f6aba03
TT
42822019-10-01 Tom Tromey <tom@tromey.com>
4283
4284 * lib/gdb-utils.exp (style): Handle "metadata" argument.
4285 * gdb.base/style.exp: Add metadata style test.
4286
14309bb6
TT
42872019-10-01 Tom Tromey <tom@tromey.com>
4288
4289 * gdb.base/style.exp: Test "pwd".
4290
2a3c1174
PA
42912019-10-01 Tom Tromey <tom@tromey.com>
4292
4293 * gdb.base/style.exp: Update tests.
4294
53d666ec
AA
42952019-10-01 Andreas Arnez <arnez@linux.ibm.com>
4296
4297 * gdb.base/pretty-print.c (struct s1_t): Change fields 'three' and
4298 'six' to unsigned.
4299 (s1): Initialize fields 'four' and 'six' instead of 'three' and
4300 'five'. Use an all-ones bit pattern for each.
4301 * gdb.base/pretty-print.exp: Adjust expected output of "print s1"
4302 to its changed values.
4303
4a56a520
TT
43042019-09-30 Tom Tromey <tromey@adacore.com>
4305
4306 * gdb.rust/traits.rs: Disable all warnings.
4307
0df0352a
TV
43082019-09-29 Tom de Vries <tdevries@suse.de>
4309
aac66a4c 4310 * gdb.dwarf2/gdb-index.exp: Handle new location of .dwz file.
0df0352a 4311
73d9a918
TV
43122019-09-29 Tom de Vries <tdevries@suse.de>
4313
4314 * gdb.dwarf2/gdb-index.exp: Use with_test_prefix for second objcopy.
4315
060b3ab4
TV
43162019-09-27 Tom de Vries <tdevries@suse.de>
4317
4318 * gdb.reverse/step-precsave.exp: Add missing $gdb_prompt in regexps.
4319
68f7d34d
TV
43202019-09-27 Tom de Vries <tdevries@suse.de>
4321
4322 PR record/23188
4323 * gdb.reverse/step-precsave.exp: Add kfail for PR record/23188.
4324
5d63b30a
TT
43252019-09-26 Tom Tromey <tromey@adacore.com>
4326
4327 * gdb.ada/py_taft.exp: New file.
4328 * gdb.ada/py_taft/main.adb: New file.
4329 * gdb.ada/py_taft/pkg.adb: New file.
4330 * gdb.ada/py_taft/pkg.ads: New file.
4331
3d435220
TV
43322019-09-24 Tom de Vries <tdevries@suse.de>
4333
4334 PR gdb/24598
4335 * gdb.arch/amd64-init-x87-values.exp: Add xfail.
4336
77d03678
TV
43372019-09-22 Tom de Vries <tdevries@suse.de>
4338
4339 * gdb.base/restore.exp: Allow register variables to be optimized out at
4340 -O0.
4341
abf516c6
UW
43422019-09-20 Ulrich Weigand <uweigand@de.ibm.com>
4343
4344 * gdb.arch/spu-info.exp: Remove file.
4345 * gdb.arch/spu-info.c: Remove file.
4346 * gdb.arch/spu-ls.exp: Remove file.
4347 * gdb.arch/spu-ls.c: Remove file.
4348
4349 * gdb.asm/asm-source.exp: Remove support for spu*-*-*.
4350 * gdb.asm/spu.inc: Remove file.
4351
4352 * gdb.base/dump.exp: Remove support for spu*-*-*.
4353 * gdb.base/stack-checking.exp: Likewise.
4354 * gdb.base/overlays.exp: Likewise.
4355 * gdb.base/ovlymgr.c: Likewise.
4356 * gdb.base/spu.ld: Remove file.
4357
4358 * gdb.cp/bs15503.exp: Remove support for spu*-*-*.
4359 * gdb.cp/cpexprs.exp: Likewise.
4360 * gdb.cp/exception.exp: Likewise.
4361 * gdb.cp/gdb2495.exp: Likewise.
4362 * gdb.cp/mb-templates.exp: Likewise.
4363 * gdb.cp/pr9167.exp: Likewise.
4364 * gdb.cp/userdef.exp: Likewise.
4365
4366 * gdb.xml/tdesc-regs.exp: Remove support for spu*-*-*.
4367
4368 * gdb.cell: Remove directory.
4369 * lib/cell.exp: Remove file.
4370
e452e88f
TV
43712019-09-19 Tom de Vries <tdevries@suse.de>
4372
4373 * lib/gdb.exp (gdb_test): Eliminate "^FOOBAR$" pattern.
4374
8a625130
TV
43752019-09-19 Tom de Vries <tdevries@suse.de>
4376
4377 * lib/gdbserver-support.exp (gdb_target_cmd): Fix argument passing.
4378
81dc3ab5
TV
43792019-09-19 Tom de Vries <tdevries@suse.de>
4380
4381 * lib/gdbserver-support.exp (gdb_target_cmd_ext): Return 2 (meaning
4382 UNSUPPORTED) for 'Network is unreachable' message. Factor out of ...
4383 (gdb_target_cmd): ... here.
4384 * gdb.server/server-connect.exp: Use gdb_target_cmd_ext, handle return
4385 value 2.
4386
b078f3ac
AB
43872019-09-18 Andrew Burgess <andrew.burgess@embecosm.com>
4388
4389 * gdb.base/source-dir.exp: Avoid having directory names in test
4390 names.
4391
f1b620e9
MG
43922019-09-17 Andrew Burgess <andrew.burgess@embecosm.com>
4393
4394 * gdb.base/source-dir.exp: Add extra test for mapped compilation
4395 directory.
4396
67f3ed6a
AB
43972019-09-17 Andrew Burgess <andrew.burgess@embecosm.com>
4398
4399 * gdb.base/list-missing-source.exp: New file.
4400
d1b70248
TV
44012019-09-14 Tom de Vries <tdevries@suse.de>
4402
4403 PR teststuite/24599
4404 * gdb.ada/rename_subscript_param.exp: Require gnatmake 8.
4405 * lib/ada.exp (gnatmake_version_at_least): New proc.
4406
5fabdcd6
AB
44072019-09-12 Andrew Burgess <andrew.burgess@embecosm.com>
4408
4409 * gdb.base/maint.exp: Use exec_has_index_section.
4410
aa17805f
AB
44112019-09-12 Andrew Burgess <andrew.burgess@embecosm.com>
4412
4413 * gdb.base/maint.exp: Add test for 'maint info sections'.
4414
25e5c209
TV
44152019-09-12 Tom de Vries <tdevries@suse.de>
4416
4417 * gdb.base/store.exp: Allow register variables to be optimized out at
4418 -O0.
4419
4993045d
PW
44202019-09-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4421
4422 * gdb.ada/rdv_wait.exp: Update to new task names.
4423 * gdb.base/task_switch_in_core.exp: Likewise.
4424 * gdb.base/info_sources_base.c: Likewise.
4425
8a516164
TT
44262019-09-10 Tom Tromey <tromey@adacore.com>
4427
4428 * boards/cc-with-tweaks.exp: Set GNATMAKE_FOR_TARGET.
4429
aa391654
TT
44302019-09-10 Tom Tromey <tromey@adacore.com>
4431
4432 * gdb.ada/dgopt.exp: New file.
4433 * gdb.ada/dgopt/x.adb: New file.
4434
8634b462
TT
44352019-09-08 Tom Tromey <tom@tromey.com>
4436
4437 * gdb.tui/resize.exp: Remove setup_xfail.
4438 * gdb.tui/regs.exp: Remove setup_xfail.
4439 * gdb.tui/basic.exp: Remove setup_xfail.
4440
736b0f76
DB
44412019-09-06 David Blaikie <dblaikie@gmail.com>
4442
4443 * gdb.base/label.exp: un-XFAIL label related tests under Clang.
4444 * gdb.cp/cplabel.exp: Ditto.
4445 * gdb.linespec/ls-errs.exp: Ditto.
4446
30331a6c
TV
44472019-09-05 Tom de Vries <tdevries@suse.de>
4448
4449 * lib/gdb.exp (cmp_file_string): New proc.
4450 * gdb.base/ui-redirect.exp: Replace "gdb_breakpoint main" with
4451 runto_main. Verify save breakpoints output.
4452
98b0ebab
PW
44532019-09-04 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4454
4455 * gdb.base/info-var.exp: Test info variables without running
4456 to main, to avoid expect's buffer overflow.
4457
4e962e74
TT
44582019-09-03 Tom Tromey <tromey@adacore.com>
4459
4460 * gdb.ada/bias.exp: New file.
4461 * gdb.ada/bias/bias.adb: New file.
4462 * gdb.ada/print_chars.exp: Add regression test.
4463 * gdb.ada/print_chars/foo.adb (My_Character): New type.
4464 (MC): New variable.
4465
2ea1a07a
SL
44662019-08-29 Sandra Loosemore <sandra@codesourcery.com>
4467
4468 * gdb.base/argv0-symlink.exp: Run only on native target
4469 and local host.
4470
8077c50d
TV
44712019-08-29 Tom de Vries <tdevries@suse.de>
4472
4473 * gdb.fortran/info-types.exp: Fix gdb_test regexp to allow more
4474 diverse debug info.
4475 * lib/fortran.exp (fortran_int8): New proc, based on fortran_int4.
4476
48352473
TV
44772019-08-28 Tom de Vries <tdevries@suse.de>
4478
4479 * gdb.base/info-var.exp: Allow info variables to print info for files
4480 other than info-var-f1.c and info-var-f2.c.
4481
d8f27c60
AB
44822019-08-28 Andrew Burgess <andrew.burgess@embecosm.com>
4483
4484 * gdb.fortran/info-types.exp: Add module.
4485 * gdb.fortran/info-types.f90: Update expected results.
4486
1f20c35e
AB
44872019-08-28 Andrew Burgess <andrew.burgess@embecosm.com>
4488
4489 * gdb.fortran/info-types.exp: New file.
4490 * gdb.fortran/info-types.f90: New file.
4491 * lib/fortran.exp (fortran_character1): New proc.
4492
4acfdd20
AB
44932019-08-27 Andrew Burgess <andrew.burgess@embecosm.com>
4494
4495 * gdb.base/info-fun.exp: Extend to test the -n flag for 'info
4496 functions'. Reindent as needed.
4497 * gdb.base/info-var-f1.c: New file.
4498 * gdb.base/info-var-f2.c: New file.
4499 * gdb.base/info-var.exp: New file.
4500 * gdb.base/info-var.h: New file.
4501
5c31b358
TV
45022019-08-26 Tom de Vries <tdevries@suse.de>
4503
4504 PR c++/24852
4505 * gdb.cp/no-libstdcxx-probe.exp: New test.
4506
b694989f
TV
45072019-08-26 Tom de Vries <tdevries@suse.de>
4508
4509 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt): Return 1 if probe
4510 * tests need to be skipped.
4511 * gdb.cp/exceptprint.exp: Update call to skip_libstdcxx_probe_tests.
4512 * gdb.mi/mi-catch-cpp-exceptions.exp: Update call to
4513 mi_skip_libstdcxx_probe_tests.
4514
d9c4ba53
SDJ
45152019-08-26 Sergio Durigan Junior <sergiodj@redhat.com>
4516
4517 * gdb.python/py-xmethods.exp: Use raw strings when passing
4518 arguments to SimpleXMethodMatcher.
4519
395fad09
TV
45202019-08-22 Tom de Vries <tdevries@suse.de>
4521
4522 * gdb.multi/multi-term-settings.exp (coretest): Make gdb_test messages
4523 more informative.
4524
26c957f1
PA
45252019-08-21 Pedro Alves <palves@redhat.com>
4526
4527 * gdb.base/with.exp: Test "with" with no arguments.
4528
61f80d5d
TV
45292019-08-21 Tom de Vries <tdevries@suse.de>
4530
4531 * gdb.base/gdb-caching-proc.exp: Sort files.
4532
d7a11d13
TV
45332019-08-20 Tom de Vries <tdevries@suse.de>
4534
4535 * lib/pascal.exp (gdb_compile_pascal): Remove $destfile before
4536 compilation.
4537
34dafe9f
TV
45382019-08-16 Tom de Vries <tdevries@suse.de>
4539
4540 * gdb.base/compare-sections.exp ("after run to main"): Allow
4541 mismatched read-only sections for PIE executables.
4542
398fdd60
TT
45432019-08-16 Tom Tromey <tom@tromey.com>
4544
4545 * lib/tuiterm.exp (_csi_Z): New proc.
4546 * gdb.tui/basic.exp: Update window positions.
4547 * gdb.tui/empty.exp: Update window positions.
4548
d8f9e51c
SL
45492019-08-15 Sandra Loosemore <sandra@codesourcery.com>
4550
4551 * gdb.base/examine-backward.exp: Correct regexp for
4552 "examine 3 bytes backward from ${address_zero}".
4553
3df505f6
TT
45542019-08-15 Tom Tromey <tom@tromey.com>
4555
4556 * gdb.tui/empty.exp: Enable resizing tests.
4557
272560b5
TT
45582019-08-15 Tom Tromey <tromey@adacore.com>
4559
4560 * gdb.ada/char_enum.exp: Add regression tests.
4561 * gdb.ada/char_enum/foo.adb (Char_Enum_Type): Use '_'
4562 and '0'.
4563 (Char, Gchar): Update.
4564 * gdb.ada/char_enum/pck.ads (Global_Enum_Type): Use '+'.
4565
08235187
CB
45662019-08-15 Christian Biesinger <cbiesinger@google.com>
4567
4568 * gdb.python/python.exp: Expect a leading underscore on
4569 GdbOutput{,Error}File.
4570
22a2ab04
SL
45712019-08-15 Sandra Loosemore <sandra@codesourcery.com>
4572
4573 * gdb.dwarf2/dw2-dir-file-name.exp: Skip on remote or
4574 Windows host.
4575
835b995b
SL
45762019-08-15 Sandra Loosemore <sandra@codesourcery.com>
4577
4578 * gdb.base/batch-preserve-term-settings.exp
4579 (test_terminal_settings_preserved_after_sigterm): Skip on Windows.
4580
97dd8e07
CB
45812019-08-15 Christian Biesinger <cbiesinger@google.com>
4582
4583 * lib/gdb.exp: When running on a mingw target, replace
4584 /x/ with x:/.
4585
75faf5c4
AH
45862019-08-14 Alan Hayward <alan.hayward@arm.com>
4587
4588 * gdb.arch/aarch64-prologue.c: New test.
4589 * gdb.arch/aarch64-prologue.exp: New file.
4590
abc6c00f
TV
45912019-08-13 Tom de Vries <tdevries@suse.de>
4592
4593 * gdb.gdb/selftest.exp (send ^C to child process again): Accept also
4594 Thread.
4595
74c2c1f4
SL
45962019-08-13 Sandra Loosemore <sandra@codesourcery.com>
4597
4598 * gdb.python/py-completion.exp: Download the .py file to the host
4599 and use its host pathname. Conditionalize tests that use
4600 tab completion and manipulate files on the build machine.
4601 * gdb.python/py-events.exp: Download the .py file to the host
4602 and use its host pathname.
4603 * gdb.python/py-evsignal.exp: Likewise.
4604 * gdb.python/py-evthreads.exp: Likewise.
4605 * gdb.python/py-framefilter-invalidarg.exp: Match Windows
4606 pathname syntax.
4607 * gdb.python/py-framefilter.exp: Download the .py file to the right
4608 place on the host. Match Windows pathname syntax.
4609 * gdb.python/py-mi-var-info-path-expression.exp: Download the
4610 .py file to the host and use its host pathname.
4611 * gdb.python/py-objfile-script.exp: Match Windows pathname syntax.
4612 * gdb.python/py-objfile.exp: Expect a host pathname, not a
4613 build pathname. Skip symlink test on Windows host. Add missing
4614 newline at end of file.
4615 * gdb.python/py-pp-maint.exp: Download the .py file to the host
4616 and use its host pathname.
4617 * gdb.python/py-pp-registration.exp: Match Windows pathname syntax.
4618 * gdb.python/py-section-script.exp: Use host location of binfile
4619 on safe-path. Use correct path separator on Windows host.
4620 Reorder alternatives in gdb_test_multiple to prevent matching
4621 the wrong alternative on success.
4622 * gdb.python/py-symtab.exp: Match Windows pathname syntax.
4623
ca2589f3
PP
46242019-08-12 Patrick Palka <patrick@parcs.ath.cx>
4625
4626 * gdb.gdb/selftest.exp (test_with_self): Update test to now
4627 expect the GDB inferior to no longer immediately stop after
4628 being resumed with "signal SIGINT".
4629
020a839d
SL
46302019-08-09 Sandra Loosemore <sandra@codesourcery.com>
4631
4632 * gdb.linespec/break-ask.exp: Generalize regexps to match
4633 Windows pathnames too.
4634
128d6509
TV
46352019-08-08 Tom de Vries <tdevries@suse.de>
4636
4637 PR testsuite/24862
4638 * lib/tuiterm.exp (_accept): Fix CSI regexp.
4639
590042fc
PW
46402019-08-07 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4641
4642 * gdb.base/style.exp: Update tests for help doc new invariants.
4643 * gdb.base/help.exp: Likewise.
4644
046bebe1
TT
46452019-08-06 Tom Tromey <tom@tromey.com>
4646
4647 * gdb.base/style.exp: Add disassemble test.
4648 * gdb.base/style.c (some_called_function): New function.
4649 (main): Use it.
4650
0b27c27d
CB
46512019-08-05 Christian Biesinger <cbiesinger@google.com>
4652
4653 * gdb.python/py-block.exp: Test dictionary access on blocks.
4654
580f1034
SM
46552019-08-05 Simon Marchi <simon.marchi@efficios.com>
4656
4657 PR gdb/24863
4658 * gdb.mi/list-thread-groups-available.exp: Increase timeout for
4659 -list-thread-groups --available test when running under
4660 check-read1.
4661
d86bd7cb
TV
46622019-08-05 Tom de Vries <tdevries@suse.de>
4663
4664 PR testsuite/24863
4665 * lib/gdb.exp (with_read1_timeout_factor): New proc.
4666 * gdb.base/help.exp: Use with_read1_timeout_factor.
4667 * gdb.base/info-macros.exp: Same.
4668 * gdb.cp/nested-types.exp: Same.
4669
a80cf5d8
TV
46702019-08-05 Tom de Vries <tdevries@suse.de>
4671
4672 * lib/gdb.exp (version_at_least): Factor out of ...
4673 (tcl_version_at_least): ... here.
4674 (gdb_compile): Fail if pie results in non-PIE executable.
4675 (readelf_version, readelf_prints_pie): New proc.
4676 (exec_is_pie): Return -1 if unknown.
4677
d0962838
TV
46782019-08-05 Tom de Vries <tdevries@suse.de>
4679
4680 * lib/gdb.exp (tcl_version_at_least): Fix typo.
4681
2252ff3d
SL
46822019-08-04 Sandra Loosemore <sandra@codesourcery.com>
4683
4684 * gdb.server/reconnect-ctrl-c.exp: Skip if nointerrupts.
4685
26655f53
SL
46862019-08-04 Sandra Loosemore <sandra@codesourcery.com>
4687
4688 * lib/completion-support.exp (test_gdb_complete_none): Skip
4689 tab completion tests if no readline support.
4690 (test_gdb_complete_unique_re): Likewise.
4691 (test_gdb_complete_multiple): Likewise.
4692
db4dc13e
PW
46932019-08-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4694
4695 * gdb.base/info_sources.exp: New file.
4696 * gdb.base/info_sources.c: New file.
4697 * gdb.base/info_sources_base.c: New file.
4698
0eba165a
PFC
46992019-08-01 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
4700
4701 * gdb.base/batch-exit-status.exp: Call test_exit_status with
4702 prefix argument.
4703 (test_exit_status): Add prefix argument.
4704
59bd512b
TV
47052019-08-01 Tom de Vries <tdevries@suse.de>
4706
4707 PR testsuite/24863
4708 * gdb.threads/fork-plus-threads.exp: Fix check-run1 timeout by
4709 calling exp_continue for new thread and thread exited messages.
4710
2a3ad588
TV
47112019-08-01 Tom de Vries <tdevries@suse.de>
4712
4713 PR testsuite/24863
4714 * gdb.base/structs.exp: Fix check-read1 timeout using
4715 gdb_test_sequence.
4716 * lib/gdb.exp (tcl_version_at_least, lrepeat): New proc.
4717
117eb594
TV
47182019-08-01 Tom de Vries <tdevries@suse.de>
4719
4720 PR testsuite/24863
4721 * gdb.base/break-interp.exp: Use exp_continue after each "info files"
4722 line.
4723
ed591340
TV
47242019-08-01 Tom de Vries <tdevries@suse.de>
4725
4726 PR testsuite/24863
4727 * gdb.base/signals.exp: Fix check-read1 timeout using gdb_test_sequence.
4728
aa3b6533
TT
47292019-07-30 Tom Tromey <tromey@adacore.com>
4730
4731 * gdb.ada/display_nested.exp: New file.
4732 * gdb.ada/display_nested/foo.adb: New file.
4733 * gdb.ada/display_nested/pack.adb: New file.
4734 * gdb.ada/display_nested/pack.ads: New file.
4735
2906593f
CB
47362019-07-30 Christian Biesinger <cbiesinger@google.com>
4737
4738 * gdb.python/py-symbol.c: Add a static variable and one in an anonymous
4739 namespace.
4740 * gdb.python/py-symbol.exp: Test gdb.lookup_static_symbol.
4741
0f575925
TV
47422019-07-30 Tom de Vries <tdevries@suse.de>
4743
4744 * lib/read1.c (read): Don't use unsetenv (v), use setenv (v, "", 1)
4745 instead.
4746
b13057d9
TV
47472019-07-30 Tom de Vries <tdevries@suse.de>
4748
4749 PR testsuite/24834
4750 * lib/gdb.exp (gdb_compile): Fail if nopie results in PIE executable.
4751 (exec_is_pie): New proc.
4752
5c4dde85
CB
47532019-07-29 Christian Biesinger <cbiesinger@google.com>
4754
4755 * gdb.python/py-objfile.exp: Fix misspelling (nonexistant -> nonexistent)
4756
c620ed88
CB
47572019-07-29 Christian Biesinger <cbiesinger@google.com>
4758
4759 * gdb.python/py-objfile.c: Add global and static vars.
4760 * gdb.python/py-objfile.exp: Test new functions Objfile.
4761 lookup_global_symbol and lookup_static_symbol.
4762
3d235706
TT
47632019-07-29 Tom Tromey <tom@tromey.com>
4764
4765 * lib/tuiterm.exp (Term::_csi_@): New proc.
4766 (Term::_csi_X): Don't move cursor.
4767
c7e4c0a6
PW
47682019-07-29 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4769
4770 * gdb.base/options.exp: Update backtrace - completion to
4771 new option -frame-info.
4772 * gdb.base/frame-args.exp: Test new 'frame-arguments presence'.
4773 Test new 'set print frame-info'. Test backtrace -frame-info
4774 overriding 'set print frame-info'.
4775 * gdb.python/py-framefilter.exp: Test new 'frame-arguments presence'.
4776 Test new 'set print frame-info'.
4777 Verify consistency of backtrace with and without filters, with and
4778 without -no-filters.
4779 * gdb.python/py-framefilter-invalidarg.exp: Update to new print_what
4780 default.
4781
de28a3b7
TV
47822019-07-29 Tom de Vries <tdevries@suse.de>
4783
4784 * gdb.linespec/explicit.exp: Fix completion trigger for "complete with
4785 no arguments".
4786
507dd60e
TV
47872019-07-29 Tom de Vries <tdevries@suse.de>
4788
4789 * gdb.linespec/explicit.exp: Fix gdb_test_multiple regexps where second
4790 is a substring of the first for "complete non-unique file name".
4791
5beafce9
TV
47922019-07-29 Tom de Vries <tdevries@suse.de>
4793
4794 * gdb.python/python.exp: Don't terminate gdb_test_multiple regexp
4795 with ".*".
4796
2d274232
TV
47972019-07-29 Tom de Vries <tdevries@suse.de>
4798
4799 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt, gdb_is_target_1):
4800 Pass prompt_regexp parameter to gdb_test_multiple calls.
4801
9197cd8b
TV
48022019-07-29 Tom de Vries <tdevries@suse.de>
4803
4804 * gdb.base/maint.exp: Use "\r\n" instead of "\[\r\n\]+" in "maint
aac66a4c 4805 print registers" regexps.
9197cd8b 4806
b528dae0
TV
48072019-07-29 Tom de Vries <tdevries@suse.de>
4808
4809 * gdb.base/define.exp: Add "\r\n" to "reset gdb_prompt" regexp.
4810
d17725d7
TV
48112019-07-29 Tom de Vries <tdevries@suse.de>
4812
4813 PR gdb/24855
4814 * lib/gdb.exp (gdb_test_multiple): Add prompt_regexp parameter.
4815 (skip_python_tests_prompt): Add prompt_regexp argument to
4816 gdb_test_multiple calls.
4817
52b75bf1
TT
48182019-07-27 Tom Tromey <tom@tromey.com>
4819
4820 * gdb.tui/main.exp: New file.
4821
2b1d00c2
TT
48222019-07-27 Tom Tromey <tom@tromey.com>
4823
4824 * lib/tuiterm.exp (Term::clean_restart): Make "executable"
4825 optional.
4826 * gdb.tui/empty.exp: New file.
4827
ded631d5
TT
48282019-07-27 Tom Tromey <tom@tromey.com>
4829
4830 * lib/tuiterm.exp (spawn): New proc.
4831 (Term::resize): New proc.
4832 * gdb.tui/resize.exp: New file.
4833
58ac439d
TT
48342019-07-27 Tom Tromey <tom@tromey.com>
4835
4836 * gdb.tui/list.exp: New file.
4837
fe1f56ee
TT
48382019-07-27 Tom Tromey <tom@tromey.com>
4839
4840 * gdb.tui/regs.exp: New file.
4841
f790b310
TT
48422019-07-27 Tom Tromey <tom@tromey.com>
4843
4844 * gdb.tui/basic.exp: Add "layout split" test.
4845
d95fc6ee
TT
48462019-07-27 Tom Tromey <tom@tromey.com>
4847
4848 * gdb.tui/basic.exp: Add "layout asm" test.
4849
c3786b3a
TT
48502019-07-27 Tom Tromey <tom@tromey.com>
4851
4852 * lib/tuiterm.exp: New file.
4853 * gdb.tui/basic.exp: New file.
4854
98a617f8
KB
48552019-07-27 Kevin Buettner <kevinb@redhat.com>
4856
4857 * gdb.dwarf2/dw2-ranges-func.exp (enable_foo_cold_stepping):
4858 Enable tests associated with this flag. Adjust regex
4859 referencing "foo_low" to now refer to "foo_cold" instead.
4860
5c076da4
KB
48612019-07-27 Kevin Buettner <kevinb@redhat.com>
4862
4863 * gdb.dwarf2/dw2-ranges-func.c: Rename to...
4864 * gdb.dwarf2/dw2-ranges-func-lo-cold.c: ...this.
4865 * gdb.dwarf2/dw2-ranges-func-lo-cold.c (foo_low): Change name to
4866 foo_cold. Revise comments to match.
4867 * gdb.dwarf2/dw2-ranges-func-hi-cold.c: New file.
4868 * gdb.dwarf2/dw2-ranges-func.exp (do_test): New proc. Existing tests
4869 were wrapped into this proc; Call do_test in loop from outermost
4870 level.
4871 (foo_low): Rename all occurrences to "foo_cold".
4872 (backtrace from baz): New test.
4873 (x2/i foo_cold): New test.
4874 (info line *foo_cold): New test.
4875
1512d3b7
TV
48762019-07-26 Tom de Vries <tdevries@suse.de>
4877
4878 * gdb.arch/i386-pkru.exp: Fix unterminated string.
4879
297989a1
TV
48802019-07-25 Tom de Vries <tdevries@suse.de>
4881
4882 PR testsuite/24830
4883 * gdb.mi/mi-catch-cpp-exceptions.exp: Call
4884 mi_skip_libstdcxx_probe_tests, and skip unsupported tests.
4885 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt): Factor out of ...
4886 (skip_libstdcxx_probe_tests): ... here.
4887 * lib/mi-support.exp (mi_skip_libstdcxx_probe_tests): New proc.
4888
b3b965fb
TV
48892019-07-24 Tom de Vries <tdevries@suse.de>
4890
4891 PR testsuite/24807
4892 * gdb.objc/basicclass.m: Include stdio.h.
4893 * gdb.objc/nondebug.m: Same.
4894 * gdb.objc/objcdecode.m: Same.
4895
4625b4d0
TV
48962019-07-24 Tom de Vries <tdevries@suse.de>
4897
4898 PR testsuite/24612
4899 * gdb.base/infoline-reloc-main-from-zero.exp: Add -Wl,-N to
4900 additional_flags.
4901
024a5840
TV
49022019-07-24 Tom de Vries <tdevries@suse.de>
4903
4904 PR testsuite/24831
4905 * gdb.multi/tids.exp: Update error messages for info threads.
4906
c76ddaa3
TV
49072019-07-24 Tom de Vries <tdevries@suse.de>
4908
4909 * gdb.base/info-types.exp: Allow info types to print info for more than
4910 one file.
4911
9a618ef6
TV
49122019-07-23 Tom de Vries <tdevries@suse.de>
4913
4914 PR testsuite/24842
4915 * gdb.dwarf2/multidictionary.exp: Consume initial prompt after
4916 gdb_spawn_with_cmdline_opts.
4917
40eadf04
SP
49182019-07-23 Srinath Parvathaneni <srinath.parvathaneni@arm.com>
4919
4920 * gdb.arch/arm-cmse-sgstubs.c: New test.
4921 * gdb.arch/arm-cmse-sgstubs.exp: New file.
4922
5ba29434
TV
49232019-07-23 Tom de Vries <tdevries@suse.de>
4924
4925 PR testsuite/24711
4926 * gdb.mi/mi-complete.exp: Wait for "set max-completions" result before
4927 issuing next command.
4928
a8e9d247
AB
49292019-07-22 Andrew Burgess <andrew.burgess@embecosm.com>
4930
4931 * gdb.ada/info_auto_lang.exp: Update expected results.
4932 * gdb.base/info-types.c: Add additional types to check.
4933 * gdb.base/info-types.exp: Update expected results.
4934
eb86c5e2
AB
49352019-07-22 Andrew Burgess <andrew.burgess@embecosm.com>
4936
4937 * gdb.base/info-types.c: New file.
4938 * gdb.base/info-types.exp: New file.
4939
01e175fe
AB
49402019-07-19 Andrew Burgess <andrew.burgess@embecosm.com>
4941
4942 * gdb.arch/riscv-bp-infcall.c: New file.
4943 * gdb.arch/riscv-bp-infcall.exp: New file.
4944
6b78c3f8
AB
49452019-07-17 Andrew Burgess <andrew.burgess@embecosm.com>
4946
4947 PR breakpoints/24541
4948 * gdb.mi/mi-catch-cpp-exceptions.exp: Remove kfail due to 24541.
4949
da738167
TV
49502019-07-14 Tom de Vries <tdevries@suse.de>
4951
4952 PR testsuite/24760
4953 * gdb.objc/basicclass.exp: Fix unterminated string.
4954
0d4e84ed
AB
49552019-07-12 Bernhard Heckel <bernhard.heckel@intel.com>
4956 Andrew Burgess <andrew.burgess@embecosm.com>
4957
4958 * gdb.fortran/vla-ptype.exp: Print array with negative bounds.
4959 * gdb.fortran/vla-sizeof.exp: Print the size of an array with
4960 negative bounds.
4961 * gdb.fortran/vla-value.exp: Print elements of an array with
4962 negative bounds.
4963 * gdb.fortran/vla.f90: Setup an array with negative bounds for
4964 testing.
4965
021d8588
AB
49662019-07-11 Andrew Burgess <andrew.burgess@embecosm.com>
4967
4968 * gdb.base/options.exp (expect_string): Dequote strings in
4969 results.
4970 (test-string): Test strings with different quoting and reindent.
4971
f06f1252
TT
49722019-07-10 Tom Tromey <tromey@adacore.com>
4973
4974 * gdb.ada/mi_ex_cond.exp: Update expected results.
4975 * gdb.ada/mi_catch_ex_hand.exp: Update expected results.
4976 * gdb.ada/mi_catch_ex.exp: Update expected results.
4977 * gdb.ada/mi_catch_assert.exp: Update expected results.
4978 * gdb.ada/catch_ex.exp (catch_exception_info)
4979 (catch_exception_entry, catch_assert_entry)
4980 (catch_unhandled_entry): Update.
4981 * gdb.ada/catch_assert_if.exp: Update expected results.
4982
b863685d
RB
49832019-07-10 Richard Bunt <richard.bunt@arm.com>
4984 Stephen Roberts <stephen.roberts@arm.com>
4985
4986 * gdb.base/define.exp: Restore original prompt.
4987
cb1e4e32
PA
49882019-07-09 Pedro Alves <palves@redhat.com>
4989
4990 * gdb.cp/catch-multi-stdlib.exp: Adjust expected "info
4991 breakpoints" output.
4992 * gdb.cp/exception.exp: Adjust expected "info breakpoints" output.
4993 * gdb.python/py-breakpoint.exp: No longer expect that "catch
4994 throw" creates breakpoint.
4995 * gdb.mi/mi-catch-cpp-exceptions.exp (setup_catchpoint): Expect
4996 'type="catchpoint"'.
4997
b58a68fe
PA
49982019-07-09 Pedro Alves <palves@redhat.com>
4999
5000 PR c++/15468
5001 * gdb.cp/except-multi-location-lib.cc: New.
5002 * gdb.cp/except-multi-location-main.cc: New.
5003 * gdb.cp/except-multi-location.exp: New.
5004
0826779b
PW
50052019-07-09 Sergio Durigan Junior <sergiodj@redhat.com>
5006
5007 * gdb.base/printcmds.exp (test_printf_convenience_var): Set
5008 language to "c++" before dealing with wchar_t. Remove DO_WSTRING
5009 argument and update callers.
5010
5b0e2db4
AB
50112019-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
5012
5013 * gdb.arch/amd64-break-on-asm-line.S: New file.
5014 * gdb.arch/amd64-break-on-asm-line.exp: New file.
5015
1f6f6e21
PW
50162019-07-08 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5017
5018 * gdb.base/printcmds.exp: Test printing C string and
5019 C wide string convenience vars without transiting via the inferior.
5020 Also make test names unique.
5021
ea142fbf
AH
50222019-07-08 Alan Hayward <alan.hayward@arm.com>
5023
5862c886 5024 PR breakpoints/25011
ea142fbf
AH
5025 * gdb.base/break-idempotent.exp: Test both PIE and non PIE.
5026
213fd9fa
PA
50272019-07-04 Pedro Alves <palves@redhat.com>
5028
5029 * lib/gdb.exp (foreach_with_prefix): Don't return early if
5030 body returned ok(0), break(3) or continue(4).
5031 * gdb.testsuite/foreach_with_prefix.exp: New file.
5032
2b40fda7
AH
50332019-07-04 Alan Hayward <alan.hayward@arm.com>
5034
5035 * gdb.server/unittest.exp: Allow 0 unit tests to run.
5036
a26c8de0
PA
50372019-07-03 Pedro Alves <palves@redhat.com>
5038
5039 * lib/gdb.exp (foreach_with_prefix): Use "catch" and
5040 "return -code".
5041
5f4ba3e7
PA
50422019-07-03 Pedro Alves <palves@redhat.com>
5043
5044 PR cli/24732
5045 * gdb.base/shell.exp: Load completion-support.exp.
5046 Adjust expected error output. Add completion tests.
5047
a994424f
PA
50482019-07-03 Pedro Alves <palves@redhat.com>
5049
5050 * lib/completion-support.exp (test_gdb_complete_cmd_multiple): Use
5051 string_to_regexp.
5052
3d9be6f5
PA
50532019-07-03 Pedro Alves <palves@redhat.com>
5054
5055 * gdb.base/options.exp (expect_none, expect_flag, expect_bool)
5056 (expect_integer): Adjust to expect "-string".
5057 (expect_string): New.
5058 (all_options): Expect "-string".
5059 (test-flag, test-boolean): Adjust to expect "-string".
5060 (test-string): New proc.
5061 (top level): Call it.
5062
41fc454c
PA
50632019-07-03 Pedro Alves <palves@redhat.com>
5064
5065 * gdb.base/options.exp (test-misc, test-flag, test-boolean)
5066 (test-uinteger, test-enum): Adjust res_test_gdb_... calls to pass
5067 the expected output in the success.
5068
b2b2a215
PA
50692019-07-03 Pedro Alves <palves@redhat.com>
5070
5071 * lib/completion-support.exp (test_gdb_complete_tab_multiple):
5072 Split one gdb_test_multiple call in two to avoid a race.
5073
fdbc9870
PA
50742019-07-03 Pedro Alves <palves@redhat.com>
5075
5076 * gdb.base/with.c: New file.
5077 * gdb.base/with.exp: New file.
5078
c6ac8931
PA
50792019-07-03 Pedro Alves <palves@redhat.com>
5080
5081 * gdb.base/settings.exp: Replace all references to "maint
5082 test-settings set" with references to "maint set test-settings",
5083 and all references to "maint test-settings show" with references
5084 to "maint show test-settings".
5085
970f9d09
PA
50862019-07-03 Pedro Alves <palves@redhat.com>
5087
5088 * gdb.base/settings.exp (test-string): Adjust expected out when
5089 testing "maint test-settings show filename"
5090
54d66006
PA
50912019-07-02 Pedro Alves <palves@redhat.com>
5092
5093 * gdb.base/options.exp (test-info-threads): New procedure.
5094 (top level): Call it.
5095
10d06d82
TT
50962019-06-28 Tom Tromey <tromey@adacore.com>
5097
5098 * gdb.dwarf2/ada-linkage-name.c: New file.
5099 * gdb.dwarf2/ada-linkage-name.exp: New file.
5100
3d507ff2
TT
51012019-06-27 Tom Tromey <tromey@adacore.com>
5102
d039f014 5103 PR c++/20020:
3d507ff2
TT
5104 * gdb.cp/constexpr-field.exp: Use setup_xfail.
5105
8af58ffe
TV
51062019-06-26 Tom de Vries <tdevries@suse.de>
5107
5108 * gdb.dwarf2/varval.exp: Compile twice, once without bad DWARF.
5109
22e21752
TV
51102019-06-26 Tom de Vries <tdevries@suse.de>
5111
5112 * gdb.base/index-cache.exp: Add back missing debug option.
5113
b65b566c
PW
51142019-06-23 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5115
5116 * gdb.base/alias.exp: Test non matching/non existing prefixes.
5117
5c2c8c69
TV
51182019-06-25 Tom de Vries <tdevries@suse.de>
5119
5120 PR testsuite/24727
5121 * gdb.dwarf2/dw2-restrict.S: Regenerate using clang 5.0.1.
5122
164e3873
TV
51232019-06-24 Tom de Vries <tdevries@suse.de>
5124
5125 * gdb.dwarf2/implptr-64bit.exp: Fix intra-CU '%' label reference.
5126
824eacee
TV
51272019-06-24 Tom de Vries <tdevries@suse.de>
5128
5129 * gdb.trace/entry-values.exp: Use DW_FORM_udata instead of
5130 DW_FOR_sdata for DW_AT_decl_file. Use 0 for DW_AT_decl_file.
5131 * gdb.trace/unavailable-dwarf-piece.exp: Same.
5132
385b97d3
TV
51332019-06-24 Tom de Vries <tdevries@suse.de>
5134
5135 * gdb.dwarf2/inlined_subroutine-inheritance.exp:
5136
c596f180
TV
51372019-06-21 Tom de Vries <tdevries@suse.de>
5138
5139 * gdb.base/index-cache.exp: Add additional_flags=-Wl,--build-id.
5140
b13a7d03
TV
51412019-06-21 Tom de Vries <tdevries@suse.de>
5142
5143 PR testsuite/24518
5144 PR ada/24713
5145 * gdb.ada/ptype_union.exp: Mark as unsupported if executable contains
5146 index.
5147
899277ae
TT
51482019-06-19 Tom Tromey <tromey@adacore.com>
5149
5150 * gdb.ada/length_cond.exp: Add intro comment.
5151
680e1bee
TT
51522019-06-19 Tom Tromey <tromey@adacore.com>
5153
5154 * gdb.ada/length_cond.exp: New file.
5155 * gdb.ada/length_cond/length_cond.adb: New file.
5156 * gdb.ada/length_cond/pck.adb: New file.
5157 * gdb.ada/length_cond/pck.ads: New file.
5158
0ed4690a
TV
51592019-06-18 Tom de Vries <tdevries@suse.de>
5160
5161 * boards/fission.exp (debug_flags): Add "-fuse-ld=gold".
5162
d20ed5fd
TT
51632019-06-18 Tom Tromey <tromey@adacore.com>
5164
5165 * gdb.base/list0.h: Add comment explaining control character.
5166
86e04673
TV
51672019-06-18 Tom de Vries <tdevries@suse.de>
5168
5169 * boards/fission.exp: Break up long debug_flags line.
5170
c4973306
SM
51712019-06-16 Tom de Vries <tdevries@suse.de>
5172
5173 PR gdb/24445
5174 * gdb.dwarf2/gdb-index.exp (add_gdb_index): Update dwz file with
5175 generated index.
5176
93cb9841
AB
51772019-06-16 Andrew Burgess <andrew.burgess@embecosm.com>
5178
5179 PR gdb/24686
5180 * gdb.mi/mi-catch-cpp-exceptions.exp: Add an extra pattern to
5181 improve detection of bug gdb/24541.
5182
399aaebd
SM
51832019-06-16 Simon Marchi <simon.marchi@polymtl.ca>
5184
5185 PR gdb/24669
5186 * gdb.base/index-cache.exp (uses_readnow,
5187 expecting_index_cache_use): Define global variable.
5188 (test_cache_enabled_miss, test_cache_enabled_hit): Use
5189 expecting_index_cache_use.
5190
584a927c
AB
51912019-06-16 Bernhard Heckel <bernhard.heckel@intel.com>
5192 Andrew Burgess <andrew.burgess@embecosm.com>
5193
5194 * gdb.fortran/pointers.f90: New file.
5195 * gdb.fortran/print_type.exp: New file.
5196 * gdb.fortran/vla-ptype.exp: Adapt expected results.
5197 * gdb.fortran/vla-type.exp: Likewise.
5198 * gdb.fortran/vla-value.exp: Likewise.
5199 * gdb.mi/mi-vla-fortran.exp: Likewise.
5200
30056ea0
AB
52012019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
5202
5203 * gdb.mi/mi-catch-cpp-exceptions.cc: New file.
5204 * gdb.mi/mi-catch-cpp-exceptions.exp: New file.
5205 * lib/mi-support.exp (mi_expect_stop): Handle 'exception-caught'
5206 as a stop reason.
5207
ec8e2b6d
AB
52082019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
5209
5210 * gdb.base/annota1.exp: Update expected results.
5211 * gdb.cp/annota2.exp: Likewise.
5212 * gdb.cp/annota3.exp: Likewise.
5213
09e4c4e1
AB
52142019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
5215
5216 * gdb.base/style-logging.exp: Remove path from test name.
5217
0735b091
TT
52182019-06-14 Tom Tromey <tromey@adacore.com>
5219
5220 PR gdb/24502:
5221 * gdb.base/style-logging.exp: New file.
5222
f5686554
TT
52232019-06-14 Tom Tromey <tromey@adacore.com>
5224
5225 * gdb.base/symfile-warn.exp: New file.
5226 * gdb.base/symfile-warn.c: New file.
5227
a0c1ffed
TT
52282019-06-14 Tom Tromey <tromey@adacore.com>
5229
5230 * gdb.base/annotate-symlink.exp: New file.
5231
f411722c
TT
52322019-06-14 Tom Tromey <tromey@adacore.com>
5233
5234 * gdb.ada/set_wstr.exp: Add reassignment test.
5235
4268ec18
TT
52362019-06-14 Tom Tromey <tromey@adacore.com>
5237
5238 * gdb.ada/formatted_ref.exp (test_p_x_addr): Check
5239 'unchecked_access and 'unrestricted_access as well.
5240
9a9e394b
TT
52412019-06-14 Tom Tromey <tromey@adacore.com>
5242
5243 PR ada/24539:
5244 * gdb.ada/vla.exp: Update tests.
5245 * gdb.ada/vla/vla.adb (Record_Type): Use No_Component_Reordering
5246 pragma.
5247
4c048731
PA
52482019-06-13 Pedro Alves <palves@redhat.com>
5249
5250 * gdb.base/settings.exp (test-integer): Test junk after
5251 "unlimited".
5252
6665660a
PA
52532019-06-13 Pedro Alves <palves@redhat.com>
5254
5255 * gdb.base/options.exp (test-thread-apply): New.
5256 (top level): Call it.
5257
5d707134
PA
52582019-06-13 Pedro Alves <palves@redhat.com>
5259
5260 * gdb.base/options.exp (test-frame-apply): New.
5261 (top level): Test print commands with different "frame apply"
5262 prefixes.
5263
e2a689da
PA
52642019-06-13 Pedro Alves <palves@redhat.com>
5265
e79be6e5 5266 * lib/completion-support.exp (test_gdb_complete_tab_multiple)
e2a689da
PA
5267 (test_gdb_complete_cmd_multiple, test_gdb_complete_multiple): Add
5268 'max_completions' parameter and handle it.
5269 (test_gdb_completion_offers_commands): New.
5270
90a1ef87
PA
52712019-06-13 Pedro Alves <palves@redhat.com>
5272
5273 * gdb.base/options.exp (test-backtrace): Test completing qualifiers.
5274
d4c16835
PA
52752019-06-13 Pedro Alves <palves@redhat.com>
5276
5277 * gdb.base/options.exp (test-backtrace): New.
5278 (top level): Call it.
5279
2daf894e
PA
52802019-06-13 Pedro Alves <palves@redhat.com>
5281
5282 * gdb.guile/scm-frame-args.exp: Use "set print
5283 raw-frame-arguments" instead of "set print raw frame-arguments".
5284 * gdb.python/py-frame-args.exp: Likewise.
5285
e6ed716c
PA
52862019-06-13 Pedro Alves <palves@redhat.com>
5287
5288 * gdb.compile/compile.exp: Adjust expected output to option
5289 processing changes.
5290
7d8062de
PA
52912019-06-13 Pedro Alves <palves@redhat.com>
5292
5293 * gdb.base/options.exp: Build executable.
5294 (test-print): New procedure.
5295 (top level): Call it, once for "print" and another for "compile
5296 print".
5297
9d0faba9
PA
52982019-06-13 Pedro Alves <palves@redhat.com>
5299
5300 * gdb.base/options.c: New file.
5301 * gdb.base/options.exp: New file.
5302
dee7b4c8
PA
53032019-06-13 Pedro Alves <palves@redhat.com>
5304
5305 * gdb.base/settings.exp (test-boolean, test-auto-boolean): Check
5306 that "o" is ambiguous.
5307
dca0f6c0
PA
53082019-06-13 Pedro Alves <palves@redhat.com>
5309
5310 * gdb.base/settings.c: New file.
5311 * gdb.base/settings.exp: New file.
5312
ccf46844
PA
53132019-06-13 Pedro Alves <palves@redhat.com>
5314
5315 * gdb.base/completion.exp: Fix comment typo.
5316
b9a3f842
PA
53172019-06-13 Pedro Alves <palves@redhat.com>
5318
5319 * gdb.multi/tids.exp: Adjust expected output. Add "thread apply 1
5320 foo --1" test.
5321
d106773e
PA
53222019-06-11 Bernhard Heckel <bernhard.heckel@intel.com>
5323
5324 * gdb.fortran/block-data.f: New.
5325 * gdb.fortran/block-data.exp: New.
5326
fea82da0
TV
53272019-06-11 Tom de Vries <tdevries@suse.de>
5328
5329 PR testsuite/24521
5330 * gdb.multi/remove-inferiors.exp: Allow "Expanding full symbols"
5331 message.
5332
8c2e74f1
TV
53332019-06-11 Tom de Vries <tdevries@suse.de>
5334
5335 PR testsuite/24521
5336 * gdb.dwarf2/nonvar-access.exp: Fix main high_pc.
5337
b49851c8
TV
53382019-06-11 Tom de Vries <tdevries@suse.de>
5339
5340 * boards/readnow.exp: New file.
5341
a7067863
AB
53422019-06-10 Andrew Burgess <andrew.burgess@embecosm.com>
5343
5344 * gdb.fortran/vla-sizeof.exp: Update expected results.
5345
1a3da2cd
AB
53462019-06-06 Amos Bird <amosbird@gmail.com>
5347
5348 * gdb.base/annota1.exp (thread_switch): Add test for
5349 thread-exited annotation.
5350
3847a7bf
TT
53512019-06-06 Tom Tromey <tromey@adacore.com>
5352
5353 * gdb.base/maint.exp: Expect command started/finished output.
5354
0088ba59
AB
53552019-06-05 Andrew Burgess <andrew.burgess@embecosm.com>
5356
5357 * gdb.arch/riscv-unwind-long-insn-6.s: Remove use of 'I' in
5358 comment.
5359 * gdb.arch/riscv-unwind-long-insn-8.s: Likewise.
5360
312617a3
AB
53612019-06-05 Andrew Burgess <andrew.burgess@embecosm.com>
5362
5363 * gdb.arch/riscv-unwind-long-insn-6.s: New file.
5364 * gdb.arch/riscv-unwind-long-insn-8.s: New file.
5365 * gdb.arch/riscv-unwind-long-insn.c: New file.
5366 * gdb.arch/riscv-unwind-long-insn.exp: New file.
5367
e1f2e1a2
CB
53682019-06-04 Christian Biesinger <cbiesinger@google.com>
5369
d3238f7d 5370 * gdb.python/py-type.exp: Test for new gdb.Type.objfile property.
e1f2e1a2 5371
206584bd
PW
53722019-06-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5373
5374 * lib/gdb.exp (help_list_trailer): New regexp variable
5375 factorizing the help trailer message.
5376 (test_class_help): Use help_list_trailer. Add LIST_OF_COMMANDS
5377 arg to allow to better factorize various tests.
5378 (test_user_defined_class_help): Factorizes testing 'help user-defined'.
5379 (test_prefix_command_help): Use help_list_trailer.
5380 * gdb.python/py-cmd.exp: Use test_user_defined_class_help.
5381 * gdb.guile/scm-cmd.exp: Likewise.
5382 * gdb.trace/tracecmd.exp: Update caller of test_class_help.
5383 * gdb.base/help.exp: Use test_user_defined_class_help.
5384 * gdb.base/style.exp: Add tests for styling of help and apropos.
5385 * lib/gdb-utils.exp (style): Add title and highlight styles.
5386
708dc93e
PW
53872019-05-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5388
5389 * gdb.base/shell.exp: Test pipe command, $_shell_exitcode,
5390 $_shell_exitsignal.
5391 * gdb.base/default.exp: Update for new convenience variables.
5392
f49055a5
TT
53932019-05-29 Tom Tromey <tromey@adacore.com>
5394
5395 * gdb.ada/complete.exp (test_gdb_no_completion): Add "/" and "-"
5396 to "break complete ada" test case's regexp.
5397
4330d61d
TT
53982019-05-29 Tom Tromey <tromey@adacore.com>
5399
5400 PR c++/20020:
5401 * gdb.cp/constexpr-field.exp: New file.
5402 * gdb.cp/constexpr-field.cc: New file.
5403
000439d5
TT
54042019-05-29 Tom Tromey <tromey@adacore.com>
5405
5406 * gdb.base/finish.exp (finish_no_print): New proc.
5407 (finish_tests): Call it.
5408
5a01c34c
TV
54092019-05-24 Tom de Vries <tdevries@suse.de>
5410
5411 * gdb.dwarf2/gdb-add-index.exp: New file.
5412
18125b16
TT
54132019-05-22 Tom Tromey <tromey@adacore.com>
5414
5415 * gdb.base/info-shared.exp (check_info_shared): Use "style".
5416 * gdb.base/style.exp: Use "style".
5417 * lib/gdb-utils.exp (style): New proc.
5418
af1a8d03
TV
54192019-05-22 Tom de Vries <tdevries@suse.de>
5420
5421 * gdb.base/align.exp: Require c++11.
5422
e7fe496b
TV
54232019-05-22 Tom de Vries <tdevries@suse.de>
5424
5425 PR testsuite/24586
5426 * gdb.python/py-mi-var-info-path-expression.exp: Call
5427 mi_skip_python_tests to check if python is supported.
5428
8fca4da0
AH
54292019-05-22 Alan Hayward <alan.hayward@arm.com>
5430
5431 * gdb.arch/aarch64-pauth.c: New test.
5432 * gdb.arch/aarch64-pauth.exp: New file.
5433
b7060614
AH
54342019-05-22 Alan Hayward <alan.hayward@arm.com>
5435
5436 * README (Re-running Tests Outside The Testsuite): New section.
5437
669d0468
TV
54382019-05-21 Tom de Vries <tdevries@suse.de>
5439
5440 * gdb.arch/amd64-eval.exp: Require c++11.
5441 * gdb.base/max-depth.exp: Same.
5442 * gdb.compile/compile-cplus-array-decay.exp: Same.
5443 * gdb.cp/meth-typedefs.exp: Same.
5444 * gdb.cp/subtypes.exp: Same.
5445 * gdb.cp/temargs.exp: Same.
5446
ce3ebcaa
AH
54472019-05-21 Alan Hayward <alan.hayward@arm.com>
5448
5449 * lib/gdbserver-support.exp (gdbserver_run): Mark kill as optional.
5450
34d11c68
AB
54512019-05-18 Andrew Burgess <andrew.burgess@embecosm.com>
5452
5453 PR gdb/18644
5454 * gdb.fortran/complex.exp: Remove setup_kfail calls.
5455 * gdb.fortran/printing-types.exp: Add new test.
5456 * gdb.fortran/printing-types.f90: Add 16-byte real variable for
5457 testing.
5458 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): Remove
5459 setup_kfail call.
5460
87781e84
AH
54612019-05-17 Alan Hayward <alan.hayward@arm.com>
5462
5463 * README (Running the Testsuite): Change example.
5464 (Testsuite Parameters): Remove TRANSCRIPT.
5465 * lib/gdb.exp: Remove TRANSCRIPT check.
5466
b420b89e
AH
54672019-05-17 Alan Hayward <alan.hayward@arm.com>
5468
5469 * README (Testsuite Parameters): Add replay logging to
5470 GDBSERVER_DEBUG.
5471 (gdbserver,debug): Refer to GDBSERVER_DEBUG.
5472 * lib/gdbserver-support.exp (gdbserver_start): Treat gdbserverdebug
5473 as a comma separated list.
5474 (gdb_debug_init): Override procedure.
5475
408e9b8b
AH
54762019-05-17 Alan Hayward <alan.hayward@arm.com>
5477
5478 * lib/gdb.exp (default_gdb_spawn): Call gdb_write_cmd_file.
5479 (gdb_write_cmd_file): New procedure.
5480 * lib/gdbserver-support.exp (gdbserver_start): Call
5481 gdbserver_write_cmd_file.
5482 (gdbserver_write_cmd_file): New procedure.
5483
f9e2e39d
AH
54842019-05-17 Alan Hayward <alan.hayward@arm.com>
5485
5486 * lib/gdb.exp (gdb_unload): Mark Y as an answer.
5487 (delete_breakpoints): Likewise.
5488 (gdb_run_cmd): Likewise.
5489 (gdb_start_cmd): Likewise.
5490 (gdb_starti_cmd): Likewise.
5491 (gdb_internal_error_resync): Likewise.
5492 (gdb_test_multiple): Likewise.
5493 (gdb_reinitialize_dir): Likewise.
5494 (default_gdb_exit): Likewise.
5495 (gdb_file_cmd): Mark kill as optional.
5496 (default_gdb_start): Call gdb_stdin_log_init.
5497 (send_gdb): Call gdb_stdin_log_write.
5498 (rerun_to_main): Mark Y as an answer.
5499 (gdb_stdin_log_init): New function.
5500 (gdb_stdin_log_write): Likewise.
5501
81f47ac2
AH
55022019-05-17 Alan Hayward <alan.hayward@arm.com>
5503
5504 * gdb.base/breakpoint-in-ro-region.exp: Disable when debugging.
5505 * gdb.base/debug-expr.exp: Likewise.
5506 * gdb.base/foll-fork.exp: Likewise.
5507 * gdb.base/foll-vfork.exp: Likewise.
5508 * gdb.base/fork-print-inferior-events.exp: Likewise.
5509 * gdb.base/gdb-sigterm.exp: Likewise.
5510 * gdb.base/gdbinit-history.exp: Likewise.
5511 * gdb.base/osabi.exp: Likewise.
5512 * gdb.base/sss-bp-on-user-bp-2.exp: Likewise.
5513 * gdb.base/ui-redirect.exp: Likewise.
5514 * gdb.gdb/unittest.exp: Likewise.
5515 * gdb.mi/mi-break.exp: Disable separate-mi-tty when debugging.
5516 * gdb.mi/mi-watch.exp: Likewise.
5517 * gdb.mi/new-ui-mi-sync.exp: Likewise.
5518 * gdb.mi/user-selected-context-sync.exp: Likewise.
5519 * gdb.python/python.exp: Disable debug test when debugging.
5520 * gdb.threads/check-libthread-db.exp: Disable when debugging.
5521 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
5522 Likewise.
5523 * gdb.threads/stepi-random-signal.exp: Likewise.
5524
29b52314
AH
55252019-05-17 Alan Hayward <alan.hayward@arm.com>
5526
5527 * Makefile.in: Pass through GDB_DEBUG.
5528 * README (Testsuite Parameters): Add GDB_DEBUG.
81f47ac2
AH
5529 (gdb,debug): Add board setting.
5530 * lib/gdb.exp (default_gdb_start): Start debugging.
5531 (gdb_debug_enabled): New procedure.
5532 (gdb_debug_init): Likewise.
29b52314
AH
5533
55342019-05-17 Alan Hayward <alan.hayward@arm.com>
e79be6e5 5535
29b52314
AH
5536 * Makefile.in: Pass through GDB_DEBUG.
5537 * README (Testsuite Parameters): Add GDB_DEBUG.
81f47ac2
AH
5538 (gdb,debug): Add board setting.
5539 * lib/gdb.exp (default_gdb_start): Start debugging.
5540 (gdb_debug_enabled): New procedure.
5541 (gdb_debug_init): Likewise.
29b52314 5542
ca1285d1
AH
55432019-05-17 Alan Hayward <alan.hayward@arm.com>
5544
5545 * gdb.base/ui-redirect.exp: Add debug redirect tests.
5546
f3a09c80
AH
55472019-05-17 Alan Hayward <alan.hayward@arm.com>
5548
5549 * gdb.base/ui-redirect.exp: Test redirection.
5550
26648588
JV
55512019-01-28 Jan Vrany <jan.vrany@fit.cvut.cz>
5552
5553 * gdb.mi/mi-complete.exp: New file.
5554 * gdb.mi/mi-complete.cc: Likewise.
5555
14237686
AB
55562019-05-15 Bernhard Heckel <bernhard.heckel@intel.com>
5557
5558 * gdb.fortran/vla-sizeof.exp: Add tests of sizeof applied to
5559 indexed and sliced arrays, and pointers to arrays.
5560
e7bd7fba
TT
55612019-05-14 Tom Tromey <tromey@adacore.com>
5562
5563 * gdb.base/info-shared.exp (check_info_shared): Add "info shared"
5564 styling test.
5565
2764128d
TV
55662019-05-14 Tom de Vries <tdevries@suse.de>
5567
5568 * gdb.dwarf2/dw2-skip-prologue.S (.debug_loc): Fix base address
5569 selection entry encoding.
5570
71bed2db
TT
55712019-05-10 Tom Tromey <tromey@adacore.com>
5572
5573 * gdb.ada/info_exc.exp: Add "complete" test.
5574
63b667ad
TV
55752019-05-09 Tom de Vries <tdevries@suse.de>
5576
5577 * gdb.arch/amd64-tailcall-self.S: Make DW_FORM_ref4 references
5578 CU-relative.
5579
9cfd2b89
TV
55802019-05-09 Tom de Vries <tdevries@suse.de>
5581
5582 * gdb.arch/amd64-entry-value-paramref.S: Make DW_FORM_ref4 references
5583 CU-relative.
5584
2228ef77
XR
55852019-05-08 Joel Brobecker <brobecker@adacore.com>
5586
5587 * gdb.ada/frame_arg_lang.exp: New testcase.
5588 * gdb.ada/frame_arg_lang/bla.adb: New file.
5589 * gdb.ada/frame_arg_lang/pck.ads: New file.
5590 * gdb.ada/frame_arg_lang/pck.adb: New file.
5591 * gdb.ada/frame_arg_lang/foo.c: New file.
5592
80e55b13
TT
55932019-05-08 Tom Tromey <tromey@adacore.com>
5594
5595 * gdb.python/py-value.exp (test_value_in_inferior): Add Ada test.
5596
9d3421af
TT
55972019-05-08 Tom Tromey <tromey@adacore.com>
5598
5599 * gdb.base/ptype-offsets.exp: Update tests.
5600
844333e2
TT
56012019-05-08 Tom Tromey <tromey@adacore.com>
5602
5603 * gdb.base/ptype-offsets.exp: Use string_to_regexp. Fix test
5604 cases.
5605 * gdb.base/ptype-offsets.cc (struct abc) <my_int_type>: Now
5606 "short".
5607
988915ee
TT
56082019-05-08 Tom Tromey <tromey@adacore.com>
5609
5610 * gdb.ada/vla.exp: New file.
5611 * gdb.ada/vla/vla.adb: New file.
5612
7bd55dac
TV
56132019-05-07 Tom de Vries <tdevries@suse.de>
5614
5615 * gdb.base/index-cache.exp (ls_host): Fix return statement.
5616
75f06e9d
TV
56172019-05-07 Tom de Vries <tdevries@suse.de>
5618
5619 PR testsuite/24522
5620 * gdb.dlang/watch-loc.c: Fix debug_info_offset in .debug_aranges
5621 section.
5622
77e7aaa4
TV
56232019-05-07 Tom de Vries <tdevries@suse.de>
5624
5625 PR testsuite/24522
5626 * gdb.dwarf2/dw2-case-insensitive-debug.S: Fix debug_info_offset in
5627 .debug_aranges section.
5628
456ba0fa
TV
56292019-05-07 Tom de Vries <tdevries@suse.de>
5630
5631 PR testsuite/24159
5632 * lib/dwarf.exp: Fix handling of DW_FORM_ref_addr.
5633
5a56d6a6
TV
56342019-05-06 Tom de Vries <tdevries@suse.de>
5635
5636 * lib/gdb.exp (exec_has_index_section): New proc.
5637 * gdb.base/index-cache.exp: Handle case that binfile contains an index
5638 section.
5639
9d6d4be8
TV
56402019-05-04 Tom de Vries <tdevries@suse.de>
5641
5642 * boards/cc-with-debug-names.exp: New file.
5643
222a8d25
TT
56442019-05-03 Tom Tromey <tromey@adacore.com>
5645
5646 * gdb.ada/char_enum/pck.ads (Global_Enum_Type): New type.
5647 * gdb.ada/char_enum/foo.adb: Use Global_Enum_Type.
5648 * gdb.ada/char_enum.exp: Add test.
5649
0fdfd794
TV
56502019-05-03 Tom de Vries <tdevries@suse.de>
5651
5652 * boards/cc-with-gdb-index.exp: New file.
5653
80062eb9
AB
56542019-05-02 Andrew Burgess <andrew.burgess@embecosm.com>
5655
5656 * gdb.rust/simple.exp: Add new test case.
5657 * gdb.rust/simple.rs (struct StringAtOffset): New struct.
5658 (main): Initialise an instance of the new struct.
5659
4504bbde
TT
56602019-05-01 Tom Tromey <tromey@adacore.com>
5661
5662 * gdb.ada/packed_array_assign/aggregates.ads (Nested_Packed): New
5663 record.
5664 (NPR): New variable.
5665 * gdb.ada/packed_array_assign.exp: Add nested packed assignment
5666 test.
5667
d48e62f4
TT
56682019-05-01 Tom Tromey <tromey@adacore.com>
5669
5670 * gdb.ada/packed_array_assign.exp: Add packed assignment
5671 regression test.
5672
f59f30f5
TV
56732019-05-01 Tom de Vries <tdevries@suse.de>
5674
5675 * boards/cc-with-tweaks.exp: Generate gdb.sh, and pass it in env(GDB).
5676
b70bfc54
TV
56772019-05-01 Tom de Vries <tdevries@suse.de>
5678
5679 * boards/dwarf4-gdb-index.exp: Use cc-with-tweaks.exp.
5680
15f18d14
AT
56812019-04-30 Ali Tamur <tamur@google.com>
5682
5683 * lib/dwarf.exp(): Added DW_FORM_strx1-4.
5684
2ff0a947
TT
56852019-04-30 Tom Tromey <tromey@adacore.com>
5686
5687 * lib/ada.exp (find_ada_tool): New proc.
5688 * lib/gdb.exp (gdb_compile_shlib): Allow .o files as inputs.
5689 * gdb.ada/catch_ex_std.exp: New file.
5690 * gdb.ada/catch_ex_std/foo.adb: New file.
5691 * gdb.ada/catch_ex_std/some_package.adb: New file.
5692 * gdb.ada/catch_ex_std/some_package.ads: New file.
5693
a776957c
TT
56942019-04-30 Tom Tromey <tromey@adacore.com>
5695
5696 PR c++/24470:
5697 * gdb.cp/temargs.cc: Add test code from PR.
5698
bc68014d
AB
56992019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
5700
5701 * gdb.fortran/vla-datatypes.exp: Update expected results.
5702 * gdb.fortran/vla-ptype.exp: Likewise.
5703 * gdb.fortran/vla-type.exp: Likewise.
5704 * gdb.fortran/vla-value.exp: Likewise.
5705
f1fdc960
AB
57062019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
5707
5708 * gdb.fortran/ptr-indentation.exp: Update expected results.
5709 * gdb.fortran/ptype-on-functions.exp: Likewise.
5710 * gdb.fortran/vla-ptr-info.exp: Likewise.
5711 * gdb.fortran/vla-value.exp: Likewise.
5712
bf7a4de1
AB
57132019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
5714
5715 * gdb.fortran/ptype-on-functions.exp: New file.
5716 * gdb.fortran/ptype-on-functions.f90: New file.
5717
bbe75b9d
AB
57182019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
5719
5720 * gdb.fortran/exprs.exp (test_convenience_variables): Expect lower
5721 case void string.
5722
1db455a7
AB
57232019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
5724
5725 * gdb.fortran/complex.exp: Expand.
5726 * gdb.fortran/complex.f: Renamed to...
5727 * gdb.fortran/complex.f90: ...this, and extended to add more
5728 complex values.
5729
b6d03bb2
AB
57302019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
5731
5732 * gdb.fortran/intrinsics.exp: Extend to cover MOD, CEILING, FLOOR,
5733 MODULO, CMPLX.
5734
2e62ab40
AB
57352019-04-29 Andrew Burgess <andrew.burgess@embecosm.com>
5736 Richard Bunt <richard.bunt@arm.com>
5737
5738 * gdb.base/max-depth.c: New file.
5739 * gdb.base/max-depth.exp: New file.
5740 * gdb.python/py-nested-maps.c: New file.
5741 * gdb.python/py-nested-maps.exp: New file.
5742 * gdb.python/py-nested-maps.py: New file.
5743 * gdb.python/py-format-string.exp (test_max_depth): New proc.
5744 (test_all_common): Call test_max_depth.
5745 * gdb.fortran/max-depth.exp: New file.
5746 * gdb.fortran/max-depth.f90: New file.
5747 * gdb.go/max-depth.exp: New file.
5748 * gdb.go/max-depth.go: New file.
5749 * gdb.modula2/max-depth.exp: New file.
5750 * gdb.modula2/max-depth.c: New file.
5751 * lib/gdb.exp (get_print_expr_at_depths): New proc.
5752
d2b584a5
TV
57532019-04-29 Tom de Vries <tdevries@suse.de>
5754
5755 * lib/opencl.exp (skip_opencl_tests): Add missing "with" in regexp.
5756
136afab8
PW
57572019-04-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5758
5759 * gdb.base/callexit.exp: Test may-call-functions off.
5760
725cbb63
KS
57612019-04-25 Keith Seitz <keiths@redhat.com>
5762
5763 PR c++/24367
5764 * gdb.cp/meth-typedefs.cc (incomplete_struct)
5765 (another_incomplete_struct, test_incomplete): New definitions.
5766 (main): Use new definitions.
5767 * gdb.cp/meth-typedefs.exp: Add new tests for `test_incomplete'
5768 functions.
5769
701adfb0
PA
57702019-04-25 Ali Tamur <tamur@google.com>
5771
5772 * lib/dwarf.exp (_handle_DW_FORM): Add DW_FORM_strx.
5773
82433e3e
SDJ
57742019-04-25 Sergio Durigan Junior <sergiodj@redhat.com>
5775
5776 PR corefiles/11608
5777 PR corefiles/18187
5778 * gdb.base/coredump-filter-build-id.exp: New file.
5779
dd06d4d6
AH
57802019-04-25 Alan Hayward <alan.hayward@arm.com>
5781
e79be6e5
SM
5782 * Makefile.in: Pass through GDBSERVER_DEBUG.
5783 * README (Testsuite Parameters): Add GDBSERVER_DEBUG.
5784 (gdbserver,debug): Add board setting.
5785 * gdb.trace/tspeed.exp: Skip when debugging.
5786 * lib/gdb.exp (gdbserver_debug_enabled): New procedure.
5787 * lib/gdbserver-support.exp: Likewise
dd06d4d6 5788
1670072e
TT
57892019-04-24 Tom Tromey <tromey@adacore.com>
5790
5791 * lib/gdb.exp (gdb_compile): Don't add -fno-stack-protector for
5792 Rust.
5793
a59240a4
TT
57942019-04-24 Tom Tromey <tromey@adacore.com>
5795
5796 * gdb.arch/amd64-eval.exp: Test bitfield return.
5797 * gdb.arch/amd64-eval.cc (struct Bitfields): New.
5798 (class Foo) <return_bitfields>: New method.
5799 (main): Call it.
5800
b907456c
AB
58012019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
5802
5803 * gdb.cp/many-args.cc: New file.
5804 * gdb.cp/many-args.exp: New file.
5805
5c565afd
TV
58062019-04-23 Tom de Vries <tdevries@suse.de>
5807
5808 PR gdb/24433
5809 * gdb.btrace/reconnect.exp: Fix stepi 19 pattern.
5810
ba22ff86
AH
58112019-04-23 Alan Hayward <alan.hayward@arm.com>
5812
5813 * gdb.trace/backtrace.exp: Use nopie flag.
5814 * gdb.trace/circ.exp: Likewise.
5815 * gdb.trace/collection.exp: Likewise.
5816 * gdb.trace/ftrace.exp: Likewise.
5817 * gdb.trace/mi-trace-unavailable.exp: Likewise.
5818 * gdb.trace/mi-traceframe-changed.exp: Likewise.
5819 * gdb.trace/qtro.exp: Likewise.
5820 * gdb.trace/read-memory.exp: Likewise.
5821 * gdb.trace/report.exp: Likewise.
5822 * gdb.trace/tfile.exp: Likewise.
5823 * gdb.trace/tfind.exp: Likewise.
5824 * gdb.trace/unavailable.exp: Likewise.
5825
7905fc35
PA
58262019-04-22 Pedro Alves <palves@redhat.com>
5827
5828 * gdb.base/solib-probes-nosharedlibrary.c,
5829 gdb.base/solib-probes-nosharedlibrary.exp: New files.
5830
8ecb59f8
TT
58312019-04-19 Tom Tromey <tromey@adacore.com>
5832
5833 * gdb.ada/ptype_union.c: New file.
5834 * gdb.ada/ptype_union.exp: New file.
5835
62160ec9
TT
58362019-04-19 Tom Tromey <tromey@adacore.com>
5837
5838 PR symtab/24423:
5839 * gdb.base/list0.h (foo): Add a control-l character.
5840
36cd4ba5
TV
58412019-04-18 Tom de Vries <tdevries@suse.de>
5842
5843 PR gdb/24433
5844 * boards/local-board.exp: Set sysroot to "".
5845
b73715df
TV
58462019-04-18 Tom de Vries <tdevries@suse.de>
5847 Pedro Alves <palves@redhat.com>
5848
5849 PR gdb/24454
5850 * gdb.threads/vfork-follow-child-exec.c: New file.
5851 * gdb.threads/vfork-follow-child-exec.exp: New file.
5852 * gdb.threads/vfork-follow-child-exit.c: New file.
5853 * gdb.threads/vfork-follow-child-exit.exp: New file.
5854
4aa866af
LS
58552019-04-15 Leszek Swirski <leszeks@google.com>
5856
5857 * gdb.arch/amd64-eval.cc: New file.
5858 * gdb.arch/amd64-eval.exp: New file.
5859
e5a1a79a
AH
58602019-04-11 Alan Hayward <alan.hayward@arm.com>
5861
5862 * gdb.server/sysroot.c: New test.
5863 * gdb.server/sysroot.exp: New file.
5864 * lib/gdbserver-support.exp (gdb_target_cmd): Add additional text
5865 matching param.
5866
41077b66
AB
58672019-04-11 Andrew Burgess <andrew.burgess@embecosm.com>
5868
5869 * gdb.base/align.exp: Extend test to cover structures containing
5870 only static fields.
5871
c30391f8
TV
58722019-04-11 Tom de Vries <tdevries@suse.de>
5873
5874 * boards/cc-with-dwz-m.exp: New file.
5875 * boards/cc-with-dwz.exp: New file.
5876 * boards/cc-with-tweaks.exp: Note that check-gdb doesn't work.
5877
e242fd12
SM
58782019-04-09 Simon Marchi <simon.marchi@efficios.com>
5879
5880 * gdb.base/start-cpp.exp: New file.
5881 * gdb.base/start-cpp.cc: New file.
5882
2b0c8b01
KB
58832019-04-08 Kevin Buettner <kevinb@redhat.com>
5884
5885 * gdb.python/py-thrhandle.exp: Adjust tests to call
5886 thread_from_handle instead of thread_from_thread_handle.
5887
947210e5
KB
58882019-04-08 Kevin Buettner <kevinb@redhat.com>
5889
5890 * gdb.python/py-thrhandle.exp: Add tests for
5891 gdb.InferiorThread.handle.
5892
d7df6549
AB
58932019-04-01 Andrew Burgess <andrew.burgess@embecosm.com>
5894
5895 * gdb.python/py-function.exp: Check calling helper function from
5896 all languages.
5897 * lib/gdb.exp (gdb_supported_languages): New proc.
5898
8bdc1658
AB
58992019-04-01 Andrew Burgess <andrew.burgess@embecosm.com>
5900
5901 * gdb.base/complex-parts.c: New file.
5902 * gdb.base/complex-parts.exp: New file.
5903
05caa1d2
TT
59042019-04-01 Tom Tromey <tromey@adacore.com>
5905
5906 PR symtab/23331:
5907 * gdb.dwarf2/dw2-ranges-main.c: New file.
5908 * gdb.dwarf2/dw2-ranges-psym.c: New file.
5909 * gdb.dwarf2/dw2-ranges-psym.exp: New file.
5910
7734102d
EZ
59112019-03-30 Simon Marchi <simark@simark.ca>
5912
5913 * gdb.base/default.exp: Add values for $_gdb_major and
5914 $_gdb_minor.
5915
188e1fa9
TT
59162019-03-29 Tom Tromey <tromey@adacore.com>
5917
5918 * gdb.base/help.exp: Tighten apropos regexp.
5919
2880242d
KS
59202019-03-29 Keith Seitz <keiths@redhat.com>
5921
5922 * gdb.fortran/array-bounds.exp: New file.
5923 * gdb.fortran/array-bounds.f90: New file.
5924
077cad8e
PW
59252019-03-28 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5926
5927 * gdb.multi/multi-term-settings.c (main): Increase alarm timer.
5928
80047cfc
PW
59292019-03-28 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5930
5931 * gdb.multi/hello.c (main): Increase alarm timer.
5932
f489207e
SL
59332019-03-28 Sandra Loosemore <sandra@codesourcery.com>
5934
5935 * gdb.threads/watchpoint-fork.exp (test): Use large timeout
5936 factor when no hardware watchpoint support.
5937
c92df149
AH
59382019-03-28 Alan Hayward <alan.hayward@arm.com>
5939 Pedro Alves <palves@redhat.com>
5940
5941 * boards/local-board.exp: set sysroot to /.
5942
933aebfa
AH
59432019-03-27 Alan Hayward <alan.hayward@arm.com>
5944
5945 * gdb.base/interrupt-daemon-attach.c (main): Add alarm and sleep
5946 in child.
5947
9f9aa852
AB
59482019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
5949
5950 * gdb.python/py-prettyprint.c (struct container) <is_map_p>: New
5951 field.
5952 (make_container): Initialise new field.
5953 * gdb.python/py-prettyprint.exp: Add new tests.
5954 * gdb.python/py-prettyprint.py (class ContainerPrinter)
5955 <display_hint>: New method.
5956
3714a195
AB
59572019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
5958
5959 * gdb.python/py-prettyprint.exp: Use gdb_breakpoint and
5960 gdb_continue_to_breakpoint more throughout this test.
5961 (run_lang_tests) Supply unique test names, and use
5962 gdb_test_no_output.
5963
18c77628
AB
59642019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
5965
5966 * gdb.base/finish-pretty.exp: Update expected results.
5967 * gdb.base/pretty-print.c: New file.
5968 * gdb.base/pretty-print.exp: New file.
5969
9a93502f
PA
59702019-03-25 Pedro Alves <palves@redhat.com>
5971
5972 * lib/gdb.exp (gdb_test_multiple): Split appends to $code and
5973 move comments outside list. Append '-i "" eof' section.
5974
968aa7ae
AH
59752019-03-22 Alan Hayward <alan.hayward@arm.com>
5976
34a7f2a4 5977 PR testsuite/25016
968aa7ae
AH
5978 * README: Add pie options.
5979 * gdb.base/break-interp.exp: Ensure pie is disabled.
5980 * gdb.base/dump.exp: Likewise.
5981 * lib/gdb.exp (gdb_compile): Add pie option.
5982
4c7d57e7
TT
59832019-03-19 Tom Tromey <tromey@adacore.com>
5984
5985 * gdb.mi/mi2-cli-display.c: New file.
5986 * gdb.mi/mi2-cli-display.exp: New file.
5987
bff8c71f
TT
59882019-03-18 Joel Brobecker <brobecker@adacore.com>
5989 Tom Tromey <tromey@adacore.com>
5990
5991 * gdb.ada/ptype_array/pck.adb: New file.
5992 * gdb.ada/ptype_array/pck.ads: New file.
5993 * gdb.ada/ptype_array/foo.adb: New file.
5994 * gdb.ada/ptype_array.exp: New file.
5995
d085f989
TT
59962019-03-14 Tom Tromey <tromey@adacore.com>
5997
5998 * gdb.base/style.exp: Add "set style sources" test.
5999
b4be1b06
SM
60002019-03-13 Simon Marchi <simon.marchi@ericsson.com>
6001
6002 * mi-breakpoint-location-ena-dis.exp: Rename to ...
6003 * mi-breakpoint-multiple-locations.exp: ... this.
6004 (make_breakpoints_pattern): New proc.
6005 (do_test): Add mi_version parameter, test -break-insert,
6006 -break-info and =breakpoint-created.
6007
7cde5fc2
AB
60082019-03-12 Andrew Burgess <andrew.burgess@embecosm.com>
6009
6010 * config/default.exp: Remove 'load_lib gdb.exp'.
6011 * config/monitor.exp: Likewise.
6012 * config/sid.exp: Likewise.
6013 * config/sim.exp: Likewise.
6014 * config/slite.exp: Likewise.
6015 * config/unix.exp: Likewise.
6016 * gdb.base/default.exp: Remove unhelpful comment.
6017
efbecbc1
AB
60182019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
6019
6020 * gdb.fortran/type-kinds.exp: Extend to cover TYPE*SIZE cases.
6021
0841c79a
AB
60222019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
6023
6024 * gdb.fortran/intrinsics.exp: Extend to cover ABS.
6025
4a270568
AB
60262019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
6027
6028 * gdb.fortran/type-kinds.exp: Update expected results.
6029
067630bd
AB
60302019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
6031
6032 * gdb.fortran/type-kinds.exp: Test new integer type kind.
6033
3be47f7a
AB
60342019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
6035
6036 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): New
6037 function.
6038 (test_basic_parsing_of_type_kinds): Expand types tested.
6039 (test_parsing_invalid_type_kinds): New function.
6040
4d00f5d8
AB
60412019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
6042
6043 * gdb.fortran/intrinsics.exp: New file.
6044 * gdb.fortran/intrinsics.f90: New file.
6045 * gdb.fortran/type-kinds.exp: New file.
6046
c8f91604
AB
60472019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
6048
6049 * gdb.fortran/dot-ops.exp: New file.
6050
dd9f2c76
AB
60512019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
6052
6053 * gdb.fortran/types.exp (test_logical_literal_types_accepted):
6054 Check upper and lower case logical literals.
6055
84ec9724
AB
60562019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
6057
6058 * gdb.fortran/types.exp (test_float_literal_types_accepted):
6059 Remove duplicate tests.
6060
c3734e09
AH
60612019-03-06 Alan Hayward <alan.hayward@arm.com>
6062
6063 * lib/gdb.exp (builtin_cd): rename of cd.
6064 (cd): Override builtin.
6065
aa3cfbda
RB
60662019-03-06 Richard Bunt <richard.bunt@arm.com>
6067
6068 * gdb.fortran/function-calls.exp: New file.
6069 * gdb.fortran/function-calls.f90: New test.
6070
7b63ad86
RB
60712019-03-04 Richard Bunt <richard.bunt@arm.com>
6072
6073 * gdb.fortran/short-circuit-argument-list.exp: Remove reliance
6074 on user program standard output.
6075 * gdb.fortran/short-circuit-argument-list.f90: Record function
6076 calls.
6077
01abb042
AH
60782019-02-28 Alan Hayward <alan.hayward@arm.com>
6079
c3734e09
AH
6080 * lib/gdbserver-support.exp (gdbserver_start): Check for listen
6081 failure.
01abb042 6082
92137da0
RO
60832019-02-28 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
6084
6085 PR gdb/8527
6086 * gdb.base/interrupt-daemon-attach.c,
6087 gdb.base/interrupt-daemon-attach.exp: New test.
6088
5862844d
PA
60892019-02-27 Pedro Alves <palves@redhat.com>
6090
6091 * gdb.base/page.exp: Add tests for "set width/height -1".
6092
8ed25214
PA
60932019-02-27 Pedro Alves <palves@redhat.com>
6094
6095 * gdb.base/page.exp: Add tests for "set/show width/height" with
6096 "infinite" values.
6097
6c28e44a
TT
60982019-02-27 Tom Tromey <tromey@adacore.com>
6099
6100 * lib/gdb.exp (skip_python_tests_prompt): Don't check for Python
6101 2.4.
6102 * gdb.python/py-finish-breakpoint.exp: Remove Python 2.4
6103 workaround.
6104
bf9a735e
AB
61052019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
6106
6107 * gdb.base/align.exp: Extend to compile in both C and C++, and add
6108 tests for structs with static members.
6109
8791793c
TT
61102019-02-26 Tom Tromey <tromey@adacore.com>
6111
6112 * gdb.python/py-value.exp (test_value_from_buffer): Check for
6113 ValueError, not TypeError.
6114
bc2a507e
KB
61152019-02-26 Kevin Buettner <kevinb@redhat.com>
6116
6117 * gdb.python/py-value.exp (test_value_from_buffer): New proc with
6118 call from main program.
6119
e0e7d3bd
JB
61202019-02-23 Joel Brobecker <brobecker@adacore.com>
6121
6122 * gdb.ada/mi_ref_changeable.exp: Update copyright year range.
6123 * gdb.ada/mi_ref_changeable/foo_rb20_056.adb: Likewise.
6124 * gdb.ada/mi_ref_changeable/pck.adb: Likewise.
6125 * gdb.ada/mi_ref_changeable/pck.ads: Likewise.
6126 * gdb.dwarf2/inlined_subroutine-inheritance.exp: Likewise.
6127
9600246d
KS
61282019-02-22 Keith Seitz <keiths@redhat.com>
6129
6130 PR symtab/23853
6131 * gdb.base/symlink-sourcefile.c: New file.
6132 * gdb.base/symlink-sourcefile.exp: New file.
6133
0c95f9ed
TT
61342019-02-20 Tom Tromey <tom@tromey.com>
6135
6136 * gdb.base/info_qt.exp: Update.
6137
6caa91b6
SM
61382019-02-19 Simon Marchi <simon.marchi@polymtl.ca>
6139
6140 * gdb.base/source.exp: Move "error in sourced script" code to
6141 the end.
6142 * gdb.base/source-error.gdb: Move contents to
6143 source-error-1.gdb. Add new code to source source-error-1.gdb.
6144 * gdb.base/source-error-1.gdb: New file, from previous
6145 source-error.gdb.
6146
6506371f
TT
61472019-02-17 Tom Tromey <tom@tromey.com>
6148
6149 * gdb.base/style.exp: Use -g3 to compile when possible. Add test
6150 for macro styling.
6151 * gdb.base/style.c (SOME_MACRO): New macro.
6152
a0087920
TT
61532019-02-17 Tom Tromey <tom@tromey.com>
6154
6155 * gdb.base/style.exp: Add line-wrapping tests.
6156 * gdb.base/page.exp: Add test for quitting during pagination.
6157
a2cd4f14
JB
61582019-02-17 Joel Brobecker <brobecker@adacore.com>
6159
6160 * gdb.ada/big_packed_array: New testcase.
6161 * gdb.ada/homonym.exp: Fix incorrect expected output for
6162 "break <homonym__get_value>" test.
6163
9d70ffbc
WP
61642019-02-13 Weimin Pan <weimin.pan@oracle.com>
6165
6166 PR breakpoints/21870
6167 * gdb.arch/aarch64-dbreg-contents.exp: Use runto_main + continue
6168 and prepare_for_testing. Add comment.
6169 * gdb.arch/aarch64-dbreg-contents.c: Remove SET_WATCHPOINT and
6170 redundant cleanup call. Clean up comment.
6171
01c7ae81
WP
61722019-02-12 Weimin Pan <weimin.pan@oracle.com>
6173
6174 PR breakpoints/21870
6175 * gdb.arch/aarch64-dbreg-contents.exp: New file.
6176 * gdb.arch/aarch64-dbreg-contents.c: New file.
6177
aff29d1c
JB
61782019-02-10 Joel Brobecker <brobecker@adacore.com>
6179
6180 * gdb.ada/mi_ref_changeable: New testcase.
6181
df0da8a2
AH
61822019-02-07 Alan Hayward <alan.hayward@arm.com>
6183
6184 * gdb.base/attach.exp: Add double attach test.
6185
bd447abb
SM
61862019-02-07 Simon Marchi <simon.marchi@polymtl.ca>
6187
6188 * lib/gdb.exp (default_gdb_start): Don't match pagination
6189 prompt.
6190 (gdb_init): Set stty_init.
6191
1dbc40b9
TT
61922019-01-27 Tom Tromey <tom@tromey.com>
6193
6194 * gdb.python/py-finish-breakpoint.exp: Remove duplicate call to
6195 skip_python_tests.
6196
353229bf
AH
61972019-01-24 Alan Hayward <alan.hayward@arm.com>
6198
6199 * gdb.base/infcall-nested-structs.c (struct struct_static_02_01):
6200 New structure.
6201 (struct struct_static_02_02): Likewise.
6202 (struct struct_static_02_03): Likewise.
6203 (struct struct_static_02_04): Likewise.
6204 (struct struct_static_04_01): Likewise.
6205 (struct struct_static_04_02): Likewise.
6206 (struct struct_static_04_03): Likewise.
6207 (struct struct_static_04_04): Likewise.
6208 (struct struct_static_06_01): Likewise.
6209 (struct struct_static_06_02): Likewise.
6210 (struct struct_static_06_03): Likewise.
6211 (struct struct_static_06_04): Likewise.
6212 (cmp_struct_static_02_01): Likewise.
6213 (cmp_struct_static_02_02): Likewise.
6214 (cmp_struct_static_02_03): Likewise.
6215 (cmp_struct_static_02_04): Likewise.
6216 (cmp_struct_static_04_01): Likewise.
6217 (cmp_struct_static_04_02): Likewise.
6218 (cmp_struct_static_04_03): Likewise.
6219 (cmp_struct_static_04_04): Likewise.
6220 (cmp_struct_static_06_01): Likewise.
6221 (cmp_struct_static_06_02): Likewise.
6222 (cmp_struct_static_06_03): Likewise.
6223 (cmp_struct_static_06_04): Likewise.
6224 (call_all): Test new structs.
6225 * gdb.base/infcall-nested-structs.exp: Likewise.
6226
73021deb
AH
62272019-01-21 Alan Hayward <alan.hayward@arm.com>
6228 * gdb.base/infcall-nested-structs.exp: Test C++ in addition to C.
6229
fc65c7db
AH
62302019-01-21 Alan Hayward <alan.hayward@arm.com>
6231 * gdb.base/stack-protector.c: New test.
6232 * gdb.base/stack-protector.exp: New file.
6233 * gdb.cp/ovldbreak.exp: Only allow a single break line.
6234 * lib/gdb.exp (get_compiler_info): Use getting_compiler_info
6235 option.
6236 (gdb_compile): Remove stack protector for GCC and prevent
6237 recursion.
6238
c24bdb02
KS
62392019-01-16 Keith Seitz <keiths@redhat.com>
6240
6241 PR gdb/23773
6242 * gdb.dwarf2/inlined_subroutine-inheritance.exp: New file.
6243
6f072a10
PFC
62442019-01-14 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
6245
6246 * gdb.arch/vsx-regs.exp: Add tests that use the vector register
6247 aliases.
6248 * gdb.arch/altivec-regs.exp: Likewise. Fix indentation of two
6249 tests.
6250 * gdb.arch/powerpc-vector-regs.c: New file.
6251 * gdb.arch/powerpc-vector-regs.exp: New file.
6252
a7b8d682
PFC
62532019-01-14 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
6254
6255 * gdb.arch/altivec-regs.exp: Fix the list passed to
6256 gdb_expect_list when testing "info vector".
6257
6eb6fb67
AB
62582019-01-12 Andrew Burgess <andrew.burgess@embecosm.com>
6259
6260 * gdb.base/style.exp: Don't include path in testname.
6261
b56f80d8
KS
62622019-01-10 Keith Seitz <keiths@redhat.com>
6263
6264 PR gdb/23712
6265 PR symtab/23010
6266 * gdb.dwarf2/multidictionary.exp: New file.
6267
041be526
SM
62682019-01-09 Simon Marchi <simon.marchi@ericsson.com>
6269
6270 * gdb.cp/demangle.exp (test_gnu_style_demangling): Rename to...
6271 (test_gnuv3_style_demangling): ... this.
6272 (test_lucid_style_demangling): Remove.
6273 (test_arm_style_demangling): Remove.
6274 (test_hp_style_demangling): Remove.
6275 (do_tests): Remove calls to the above.
6276
d820d0c3
AB
62772019-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
6278
6279 * lib/mi-support.exp (mi_gdb_test): Remove interactive prompt
6280 case.
6281
f097f5ad
TT
62822019-01-06 Tom Tromey <tom@tromey.com>
6283
6284 PR gdb/28155:
6285 * gdb.dwarf2/typedef-void-finish.exp: New file.
6286
2cd8cc0b
TT
62872018-12-28 Tom Tromey <tom@tromey.com>
6288 Simon Marchi <simark@simark.ca>
6289
6290 * gdb.base/jit-exec.exp: New file.
6291 * gdb.base/jit-exec.c: New file.
6292 * gdb.base/jit-execd.c: New file.
6293
35fb8261
TT
62942018-12-28 Tom Tromey <tom@tromey.com>
6295
6296 * gdb.base/style.exp: Update test to check for address styling.
6297
47fd17cd
TT
62982018-12-28 Tom Tromey <tom@tromey.com>
6299
6300 * gdb.base/style.exp: Add test for styling of "Reading symbols"
6301 message.
6302
d47032b7
TT
63032018-12-28 Tom Tromey <tom@tromey.com>
6304
6305 * gdb.base/style.exp: Add test for version number styling.
6306
af79b68d
TT
63072018-12-28 Tom Tromey <tom@tromey.com>
6308
6309 * gdb.base/style.exp: Add test for print_address_symbolic.
6310
0bb296cb
TT
63112018-12-28 Tom Tromey <tom@tromey.com>
6312
6313 * gdb.base/style.exp: Add test for breakpoint setting.
6314
80ae2043
TT
63152018-12-28 Tom Tromey <tom@tromey.com>
6316
6317 * gdb.base/style.exp: Add test for variable names.
6318
cbe56571
TT
63192018-12-28 Tom Tromey <tom@tromey.com>
6320
6321 * gdb.base/style.exp: New file.
6322 * gdb.base/style.c: New file.
6323
9162a27c
TT
63242018-12-28 Tom Tromey <tom@tromey.com>
6325
6326 * lib/gdb.exp (gdb_init): Set the TERM environment variable to
6327 "dumb".
6328 * gdb.base/readline.exp (operate_and_get_next): Save and restore
6329 the TERM environment variable.
6330
bc543c90
TT
63312018-12-27 Tom Tromey <tom@tromey.com>
6332
6333 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): Add
6334 pagination test.
6335
6f0ffe50
AB
63362018-12-24 Andrew Burgess <andrew.burgess@embecosm.com>
6337
6338 * gdb.dwarf2/dw2-unusual-field-names.c: New file.
6339 * gdb.dwarf2/dw2-unusual-field-names.exp: New file.
6340
b5a1e557
PW
63412018-12-24 Philippe Waroquiers <philippe.waroquiers@skynet.be>
6342
6343 * gdb.ada/bp_fun_addr/a.adb (a): Rename to bp_fun_addr.
6344 Filename a.adb changed to bp_fun_addr.adb.
6345 gdb.ada/bp_fun_addr.exp: Update test accordingly.
6346
6e8b1ab2
JV
63472018-12-21 Jan Vrany <jan.vrany@fit.cvut.cz>
6348
6349 * lib/gdb.exp (gdb_compile): Add new nopie flag enforce
6350 non-PIE executables.
6351 * README: Mention the gdb,nopie_flag board setting.
6352 * gdb.arch/amd64-disp-step.exp: Use nopie flag to enforce
6353 non-PIE executable.
6354 * gdb.arch/amd64-entry-value.exp: Likewise.
6355 * gdb.arch/amd64-invalid-stack-middle.exp: Likewise.
6356 * gdb.arch/i386-float.exp: Likewise.
6357 * gdb.arch/i386-signal.exp: Likewise.
6358 * gdb.mi/mi-reg-undefined.exp: Likewise.
6359
d00a27c5
PM
63602018-12-21 Paul Marechal <paul.marechal@ericsson.com>
6361
6362 PR gdb/23974
6363 * gdb.base/info-os.exp: Check return for unknown "info os" type.
6364
161d081c
PW
63652018-12-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
6366
6367 * gdb.ada/info_auto_lang.exp: Normalize some_c source file.
6368 Update order of results accordingly.
6369
b001de23
AB
63702018-12-12 Andrew Burgess <andrew.burgess@embecosm.com>
6371
6372 * gdb.base/annota1.exp: Update a test regexp.
6373
99e1a184
AB
63742018-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
6375
6376 * gdb.base/float.exp: Handle RISC-V targets without an FPU.
6377
7a81c1e2
PW
63782018-12-09 Philippe Waroquiers <philippe.waroquiers@skynet.be>
6379
6380 * gdb.threads/tid-reuse.c (REUSE_TIME_CAP): Declare as 60.
6381 (reuse_time): Initialize to REUSE_TIME_CAP.
6382 (check_rc): New function.
6383 (main): Use REUSE_TIME_CAP instead of hardcoded 60.
6384 Check pthread_create rc.
6385 (spawner_thread_func): Check pthread_create and pthread_join rc.
6386
73e8dc90
PA
63872018-12-08 Pedro Alves <palves@redhat.com>
6388
6389 * gdb.base/list.exp (test_forward_search): Rename to ...
6390 (test_forward_reverse_search): ... this. Also test reverse-search
6391 and the forward-search alias.
6392
13f2ed32
AB
63932018-12-05 Andrew Burgess <andrew.burgess@embecosm.com>
6394
6395 * config/sim.exp (gdb_target_sim): Remove redundant adjustment of
6396 local timeout variable before return, and remove all local timeout
6397 variable entirely.
6398 (gdb_load): Likewise.
6399
64d27cfc
TV
64002018-12-01 Tom de Vries <tdevries@suse.de>
6401
6402 * gdb.base/gdb-caching-proc.exp: New file.
6403
f63c03b4
SDJ
64042018-11-25 Sergio Durigan Junior <sergiodj@redhat.com>
6405
6406 * Makefile.in (TIMESTAMP): New variable.
6407 (check-single): Add $(TIMESTAMP) to the end of $(DO_RUNTEST)
6408 command.
6409 (check-single-racy): Likewise.
6410 (check/%.exp): Likewise.
6411 (check-racy/%.exp): Likewise.
6412 (workers/%.worker): Likewise.
6413 (build-perf): Likewise.
6414 (check-perf): Likewise.
6415 * README: Describe new "TS" and "TS_FORMAT" variables.
6416 * print-ts.py: New file.
6417
1c97054b
BF
64182018-11-21 Benno Fünfstück <benno.fuenfstueck@gmail.com>
6419
6420 PR python/23714
6421 * gdb.python/python.exp: Test command repetition after
6422 gdb.execute.
6423
1871a62d
AB
64242018-11-20 Andrew Burgess <andrew.burgess@embecosm.com>
6425
6426 * gdb.opt/inline-break.exp: Add test that info breakpoint output
6427 is correctly aligned.
6428
fb5e1ed9
PW
64292018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
6430
6431 * gdb.ada/info_auto_lang.exp: New testcase.
6432 * gdb.ada/info_auto_lang/global_pack.ads: New file.
6433 * gdb.ada/info_auto_lang/proc_in_ada.adb: New file.
6434 * gdb.ada/info_auto_lang/some_c.c: New file.
6435
43d397ca
PW
64362018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
6437
6438 * gdb.dwarf2/dw2-case-insensitive.exp: Update due to auto switch to
6439 FUNC_lang language syntax.
6440
beddd671
PW
64412018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
6442
6443 * gdb.base/info_minsym.c: New file.
6444 * gdb.base/info_minsym.exp: New file.
6445
73fc52c4
TT
64462018-11-19 Tom Tromey <tom@tromey.com>
6447
6448 PR rust/23625:
6449 * gdb.rust/simple.exp: Add ptype test. Update expected output.
6450 * gdb.rust/expr.exp: Update expected output. Change one test.
6451
994b876a
TT
64522018-11-19 Tom Tromey <tom@tromey.com>
6453
6454 * gdb.rust/simple.rs: Don't initialize empty_enum_value.
6455
6769f276
PA
64562018-11-19 Pedro Alves <palves@redhat.com>
6457
6458 * gdb.base/warning.exp: Don't override INTERNAL_FLAGS. Use
6459 gdb_spawn_with_cmdline_opts instead of gdb_start. Check that we
6460 see the expected warning.
6461
38a72da0
AH
64622018-11-16 Alan Hayward <alan.hayward@arm.com>
6463
6464 PR gdb/22736:
6465 * gdb.cp/infcall-nodebug-lib.c: New test.
6466 * gdb.cp/infcall-nodebug-main.c: New test.
6467 * gdb.cp/infcall-nodebug.exp: New file.
6468
53a89d6e
SM
64692018-11-12 Simon Marchi <simon.marchi@polymtl.ca>
6470
6471 * gdb.base/skip.exp: Add standard_testfile. Add "skip delete"
6472 completer tests.
6473
9325300d
TV
64742018-11-09 Tom de Vries <tdevries@suse.de>
6475
6476 * gdb.base/msym-lang.c: New test.
6477 * gdb.base/msym-lang.exp: New file.
6478 * gdb.base/msym-lang-main.c: New test.
6479
20f0d60d
TT
64802018-11-08 Tom Tromey <tom@tromey.com>
6481
6482 PR gdb/23555:
6483 PR gdb/23838:
6484 * gdb.base/warning.exp: New file.
6485
b5420128
JB
64862018-11-08 Jan Beulich <jbeulich@suse.com>
6487
6488 * testsuite/gdb.arch/i386-avx512.c,
6489 testsuite/gdb.arch/i386-avx512.exp: Add 7th test.
6490
cd115d61
AB
64912018-11-08 Andrew Burgess <andrew.burgess@embecosm.com>
6492
6493 * gdb.arch/riscv-reg-aliases.exp: Handle targets without floating
6494 point hardware.
6495
35ee2dc2
AB
64962018-11-07 Andrew Burgess <andrew.burgess@embecosm.com>
6497
6498 * gdb.dwarf2/void-type.exp: Rename types, and make var_a an 'int'.
6499 * gdb.dwarf2/missing-type-name.exp: New file.
6500
31aceee8
TV
65012018-11-06 Tom de Vries <tdevries@suse.de>
6502
6503 * gdb.base/many-headers.c: New test.
6504 * gdb.base/many-headers.exp: New file.
6505
109be305
JW
65062018-11-06 Jim Wilson <jimw@sifive.com>
6507
6508 * gdb.base/code_elim.exp: For riscv, set additional_flags
6509 to include -msmall-data-limit=0.
6510
e2b7af72
JB
65112018-11-01 Joel Brobecker <brobecker@adacore.com>
6512
6513 * gdb.ada/watch_minus_l: New testcase.
6514
cdcda965
SM
65152018-11-01 Sangamesh Mallayya <sangamesh.swamy@in.ibm.com>
6516
6517 * gdb.arch/aix-sighandle.c: New file.
6518 * gdb.arch/aix-sighandle.exp: New file.
6519
92dcebf3
AB
65202018-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
6521
6522 * gdb.arch/riscv-reg-aliases.exp: Rewrite to take account of float
6523 registers being unions.
6524
68b9ac18
TV
65252018-10-31 Tom de Vries <tdevries@suse.de>
6526
6527 * lib/valgrind.exp: New file.
6528 (vgdb_start, vgdb_stop): New procs, factored out of ...
6529 * gdb.base/valgrind-bt.exp: ... here, ...
6530 * gdb.base/valgrind-disp-step.exp: ... here and ...
6531 * gdb.base/valgrind-infcall.exp: ... here.
6532
1443936e
TV
65332018-10-31 Tom de Vries <tdevries@suse.de>
6534
6535 * lib/gdb.exp (get_valueof): Don't output read value in test name.
6536
eb77c9df
AB
65372018-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
6538
6539 * gdb.dwarf2/void-type.c: New file.
6540 * gdb.dwarf2/void-type.exp: New file.
6541
82b5e646
PW
65422018-10-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
6543
6544 * gdb.base/info_qt.c: New file.
6545 * gdb.base/info_qt.exp: New file.
6546
8d619c01
EBM
65472018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
6548
6549 * gdb.arch/powerpc-htm-regs.c: New file.
6550 * gdb.arch/powerpc-htm-regs.exp: New file.
6551
f2cf6173
EBM
65522018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
6553
6554 * gdb.arch/powerpc-tar.c: New file.
6555 * gdb.arch/powerpc-tar.exp: New file.
6556
7ca18ed6
EBM
65572018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
6558
6559 * gdb.arch/powerpc-ppr-dscr.c: New file.
6560 * gdb.arch/powerpc-ppr-dscr.exp: New file.
6561
bfcc0eba
TV
65622018-10-25 Tom de Vries <tdevries@suse.de>
6563
6564 * gdb.base/valgrind-db-attach.exp: Rewrite to use vgdb.
6565
fe1a5cad
TV
65662018-10-24 Tom de Vries <tdevries@suse.de>
6567
6568 * lib/gdb.exp (gdb_test_multiple): Log wait status on process no
6569 longer exists error.
6570
a76dc3b7
TV
65712018-10-24 Tom de Vries <tdevries@suse.de>
6572
6573 * gdb.base/catch-follow-exec.exp: Rewrite using gdb_test.
6574
4df46df7
TV
65752018-10-24 Tom de Vries <tdevries@suse.de>
6576
6577 * gdb.base/valgrind-db-attach.exp: Handle removed support for
6578 --db-attach in valgrind.
6579
0dbfcfff
AB
65802018-10-23 Andrew Burgess <andrew.burgess@embecosm.com>
6581
6582 * gdb.arch/riscv-reg-aliases.c: New file.
6583 * gdb.arch/riscv-reg-aliases.exp: New file.
6584
b04480b1
AH
65852018-10-19 Alan Hayward <alan.hayward@arm.com>
6586
6587 * gdb.python/py-cmd.exp: Check for gdb_prompt.
6588
2c6ac8d7
AH
65892018-10-19 Alan Hayward <alan.hayward@arm.com>
6590
6591 * gdb.base/vla-optimized-out.exp: Allow either optimized out or 6.
6592
2bc69f25
AH
65932018-10-19 Alan Hayward <alan.hayward@arm.com>
6594
6595 * gdb.cp/ovldbreak.exp: Fix regexps.
6596
1f1ae3a3
AH
65972018-10-19 Alan Hayward <alan.hayward@arm.com>
6598
6599 * gdb.compile/compile-cplus-print.exp: Start inferior earlier.
6600
94c18618
SDJ
66012018-10-18 Sergio Durigan Junior <sergiodj@redhat.com>
6602
6603 PR cli/23785
6604 * gdb.base/restore.exp: New test to check if "restore" with an
6605 invalid file doesn't segfault.
6606
812cd6eb
TV
66072018-10-18 Tom de Vries <tdevries@suse.de>
6608
6609 * gdb.ada/bp_inlined_func.exp: Fix capitalized test name.
6610 * gdb.ada/excep_handle.exp: Same.
6611 * gdb.ada/mi_string_access.exp: Same.
6612 * gdb.ada/mi_var_union.exp: Same.
6613 * gdb.arch/arc-analyze-prologue.exp: Same.
6614 * gdb.arch/arc-decode-insn.exp: Same.
6615 * gdb.base/readnever.exp: Same.
6616 * gdb.fortran/printing-types.exp: Same.
6617 * gdb.guile/scm-lazy-string.exp: Same.
6618
c4b90788
TV
66192018-10-16 Tom de Vries <tdevries@suse.de>
6620
6621 PR gdb/23730
6622 * gdb.base/catch-follow-exec.c: Add copyright notice.
6623 * gdb.base/catch-follow-exec.exp: Rewrite to use
6624 gdb_spawn_with_cmdline_opts. Require gdb-native.
6625
8bca2978
SL
66262018-10-12 Sandra Loosemore <sandra@codesourcery.com>
6627
6628 * gdb.trace/actions-changed.exp: Check for arch support.
6629 * gdb.trace/actions.exp: Likewise.
6630 * gdb.trace/ax.exp: Likewise.
6631 * gdb.trace/backtrace.exp: Likewise.
6632 * gdb.trace/change-loc.exp: Likewise.
6633 * gdb.trace/deltrace.exp: Likewise.
6634 * gdb.trace/ftrace-lock.exp: Check for shlib and arch support.
6635 * gdb.trace/ftrace.exp: Likewise.
6636 * gdb.trace/infotrace.exp: Check for arch support.
6637 * gdb.trace/mi-trace-frame-collected.exp: Likewise.
6638 * gdb.trace/mi-tracepoint-changed.exp: Likewise.
6639 * gdb.trace/mi-tsv-changed.exp: Likewise.
6640 * gdb.trace/packetlen.exp: Likewise.
6641 * gdb.trace/passc-dyn.exp: Likewise.
6642 * gdb.trace/passcount.exp: Likewise.
6643 * gdb.trace/pending.exp: Likewise.
6644 * gdb.trace/range-stepping.exp: Check for shlib support.
6645 * gdb.trace/report.exp: Check for arch support.
6646 * gdb.trace/save-trace.exp: Likewise.
6647 * gdb.trace/signal.exp: Check for signal support.
6648 * gdb.trace/tfind.exp: Check for arch support.
6649 * gdb.trace/trace-break.exp: Check for arch and shlib support.
6650 * gdb.trace/trace-common.h: Add comment.
6651 * gdb.trace/trace-condition.exp: Check for shlib and arch support.
6652 * gdb.trace/trace-enable-disable.exp: Likewise.
6653 * gdb.trace/trace-mt.exp: Likewise. Remove redundant untested call.
6654 * gdb.trace/tracecmd.exp: Check for arch support.
6655 * gdb.trace/tspeed.exp: Check for shlib and target support.
6656 * gdb.trace/tstatus.exp: Check for arch support.
6657 * gdb.trace/tsv.exp: Likewise.
6658 * gdb.trace/while-dyn.exp: Likewise.
6659 * gdb.trace/while-stepping.exp: Likewise.
6660 * lib/trace-support.exp (gdb_trace_common_supports_arch): New.
6661
f9c49bff
SM
66622018-10-12 Simon Marchi <simon.marchi@ericsson.com>
6663
6664 * gdb.trace/tspeed.exp: Remove nowarnings.
6665 (prepare_for_trace_test): Declare "global ipalib".
6666 * gdb.trace/tspeed.c: Include unistd.h.
6667 (main): Remove superfluous printf argument.
6668
d4330bde
SL
66692018-10-11 Sandra Loosemore <sandra@codesourcery.com>
6670
6671 * gdb.base/solib-vanish.exp: Fix regexp not to require a POSIX
6672 directory prefix on the filename.
6673
8ecfd7bd
SDJ
66742018-10-10 Sergio Durigan Junior <sergiodj@redhat.com>
6675
6676 * gdb.gdb/unittest.exp: Update expected message informing that
6677 selftests have been disabled.
6678 * gdb.server/unittest.exp: Likewise.
6679
58bbcd02
TV
66802018-10-09 Tom de Vries <tdevries@suse.de>
6681
6682 * lib/gdb.exp (target_supports_scheduler_locking): Replace gdb_start_cmd
6683 with runto_main.
6684
9f6b697b
WP
66852018-10-08 Weimin Pan <weimin.pan@oracle.com>
6686
6687 PR c++/16841
6688 * gdb.cp/virtbase2.cc: New file.
6689 * gdb.cp/virtbase2.exp: New file.
6690
add5ded5
TT
66912018-10-06 Tom Tromey <tom@tromey.com>
6692
6693 PR python/19399:
6694 * gdb.python/py-inferior.exp: Add architecture test.
6695
f9e48344
TT
66962018-10-06 Tom Tromey <tom@tromey.com>
6697
6698 * gdb.base/gnu-ifunc.exp (build): Use standard_output_file.
6699 * gdb.trace/unavailable-dwarf-piece.exp: Use standard_output_file.
6700
2a8be203
TT
67012018-10-06 Tom Tromey <tom@tromey.com>
6702
6703 * gdb.python/py-breakpoint.exp (check_last_event): Check location
6704 of a "throw" catchpoint.
6705
e04caa70
SDJ
67062018-10-06 Sergio Durigan Junior <sergiodj@redhat.com>
6707
6708 * gdb.base/info-proc.exp: Update string expected from "help info
6709 proc".
6710
5ca8c39f
TT
67112018-10-04 Tom Tromey <tom@tromey.com>
6712
6713 * gdb.cp/maint.exp (test_invalid_name): Update expected output.
6714 * gdb.gdb/complaints.exp (test_short_complaints): Remove.
6715 (test_initial_complaints, test_empty_complaints): Update.
6716 * gdb.dwarf2/dw2-stack-boundary.exp: Update.
6717
3453e7e4
TT
67182018-10-04 Tom Tromey <tom@tromey.com>
6719
6720 PR cli/19551:
6721 * lib/mi-support.exp (mi_gdb_file_cmd): Update.
6722 * lib/gdb.exp (gdb_file_cmd): Update.
6723 * gdb.stabs/weird.exp (print_weird_var): Update.
6724 * gdb.server/solib-list.exp: Update.
6725 * gdb.multi/remove-inferiors.exp (test_remove_inferiors): Update.
6726 * gdb.mi/mi-cli.exp: Update.
6727 * gdb.linespec/linespec.exp: Update.
6728 * gdb.dwarf2/dw2-stack-boundary.exp: Update.
6729 * gdb.dwarf2/dw2-objfile-overlap.exp: Update.
6730 * gdb.cp/cp-relocate.exp: Update.
6731 * gdb.base/sym-file.exp: Update.
6732 * gdb.base/relocate.exp: Update.
6733 * gdb.base/readnever.exp: Update.
6734 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
6735 * gdb.base/kill-detach-inferiors-cmd.exp: Update.
6736 * gdb.base/dbx.exp (gdb_file_cmd): Update.
6737 * gdb.base/code_elim.exp: Update.
6738 * gdb.base/break-unload-file.exp (test_break): Update.
6739 * gdb.base/break-interp.exp (test_attach_gdb): Update.
6740 * gdb.base/break-idempotent.exp (force_breakpoint_re_set):
6741 Update.
6742 * gdb.base/attach.exp (do_attach_tests): Update.
6743 * gdb.base/sepdebug.exp: Update.
6744 * gdb.python/py-section-script.exp: Update.
6745
6afcf761
TT
67462018-10-04 Tom Tromey <tom@tromey.com>
6747
6748 PR cli/22234:
6749 * gdb.dwarf2/dw2-stack-boundary.exp: Update expected output.
6750 * gdb.gdb/complaints.exp (test_short_complaints): Update expected
6751 output.
6752
fef1b293
TT
67532018-10-04 Tom Tromey <tom@tromey.com>
6754
6755 * gdb.base/attach.exp (test_command_line_attach_run): Use -quiet;
6756 set width and height to 0.
6757 (test_command_line_attach_run): Use -quiet.
6758
ca98345e
SL
67592018-10-03 Sandra Loosemore <sandra@codesourcery.com>
6760
6761 * lib/gdb.exp (skip_ifunc_tests): New.
6762 * gdb.base/gnu-ifunc.exp: Skip if no ifunc support. Handle
6763 other compile failures.
6764 * gdb.compile/compile-ifunc.exp: Skip if no ifunc support.
6765
ff34e6ae
SM
67662018-10-01 Simon Marchi <simon.marchi@ericsson.com>
6767
6768 * gdb.arch/i386-avx512.exp: Fix setting of nr_regs based on
6769 is_amd64_regs_target.
6770
6bb8890e
AH
67712018-10-01 Alan Hayward <alan.hayward@arm.com>
6772
6773 * gdb.arch/aarch64-sighandler-regs.c: New test.
6774 * gdb.arch/aarch64-sighandler-regs.exp: New file.
6775 * lib/gdb.exp (skip_aarch64_sve_tests): New proc.
6776
224d30d3
MM
67772018-10-01 Markus Metzger <markus.t.metzger@intel.com>
6778
6779 * lib/gdb.exp (is_amd64_regs_target): Change assembly to C inline
6780 assembly.
6781
f67ffa6a
AB
67822018-09-28 Andrew Burgess <andrew.burgess@embecosm.com>
6783
6784 * gdb.base/frame-selection.exp: New file.
6785 * gdb.base/frame-selection.c: New file.
6786
9fc3183f
AH
67872018-09-27 Alan Hayward <alan.hayward@arm.com>
6788
6789 * gdb.threads/check-libthread-db.c (thread_routine): Use a
6790 pthread barrier.
6791 (main): Likewise.
6792
d354055e
AB
67932018-09-26 Andrew Burgess <andrew.burgess@embecosm.com>
6794
6795 * gdb.base/large-frame-1.c: New file.
6796 * gdb.base/large-frame-2.c: New file.
6797 * gdb.base/large-frame.exp: New file.
6798 * gdb.base/large-frame.h: New file.
6799
db727370
JL
68002018-09-24 Jozef Lawrynowicz <jozef.l@mittosystems.com>
6801
6802 PR gdb/20948
6803 * gdb.base/write_mem.exp: New test.
6804 * gdb.base/write_mem.c: Likewise.
6805
ae778caf
TT
68062018-09-23 Tom Tromey <tom@tromey.com>
6807
6808 PR python/18852:
6809 * gdb.python/py-parameter.exp: Add test for parameter that throws
6810 on "set".
6811
fd3ba736
TT
68122018-09-23 Tom Tromey <tom@tromey.com>
6813
6814 PR python/17284:
6815 * gdb.python/py-template.exp (test_template_arg): Add test for
6816 negative template argument number.
6817
39a24317
TT
68182018-09-23 Tom Tromey <tom@tromey.com>
6819
6820 PR python/14062:
6821 * gdb.python/python.exp: Add test for post_event error.
6822
f5769a2c
TT
68232018-09-23 Tom Tromey <tom@tromey.com>
6824
6825 PR python/18170:
6826 * gdb.python/py-value.exp (test_value_numeric_ops): Add tests to
6827 convert pointers to int and long.
6828
1c1e54f6
TT
68292018-09-23 Tom Tromey <tom@tromey.com>
6830
6831 PR python/20126:
6832 * gdb.python/py-value.exp (test_value_numeric_ops): Add
6833 signed-ness conversion tests.
6834
fb4fa946
TT
68352018-09-23 Tom Tromey <tom@tromey.com>
6836
6837 PR python/18352;
6838 * gdb.python/py-value.exp (test_float_conversion): New proc.
6839 Use it.
6840
a466edac
HAQ
68412018-09-20 Hafiz Abid Qadeer <abidh@codesourcery.com>
6842
6843 gdb.base/reggroups.exp (fetch_reggroups): Add '_' in match pattern.
6844
4ee9b0c5
SL
68452018-09-18 Sandra Loosemore <sandra@codesourcery.com>
6846
6847 * gdb.base/complete-empty.exp: Skip tab-completion tests if
6848 no readline.
6849 * gdb.base/utf8-identifiers.exp: Likewise.
6850 * gdb.cp/cpcompletion.exp: Likewise.
6851 * gdb.linespec/cpcompletion.exp: Likewise.
6852 * gdb.linespec/cpls-abi-tag.exp: Likewise.
6853 * gdb.linespec/cpls-ops.exp: Likewise.
6854
23be8da7
RB
68552018-09-19 Richard Bunt <richard.bunt@arm.com>
6856 Chris January <chris.january@arm.com>
6857
6858 * gdb.cp/koenig.exp: Extend to test logical short circuiting.
6859 * gdb.fortran/short-circuit-argument-list.exp: New file.
6860 * gdb.fortran/short-circuit-argument-list.f90: New test.
6861
5031d0ae
SDJ
68622018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
6863
6864 * gdb.arch/amd64-invalid-stack-top.exp: Expect optional
6865 "arch=" keyword when executing "-stack-list-frames".
6866
b4c0d1a4
SDJ
68672018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
6868
6869 * gdb.arch/amd64-invalid-stack-middle.exp: Expect optional
6870 "arch=" keyword when executing "-stack-list-frames".
6871
7a6d2b45
SDJ
68722018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
6873
6874 * gdb.ada/complete.exp: Expect for "@" when doing "complete
6875 break ada".
6876
8588b356
SM
68772018-09-17 Simon Marchi <simon.marchi@polymtl.ca>
6878
6879 PR python/23669
6880 * gdb.python/python.exp: Test gdb.execute("show commands").
6881
65e65158
TT
68822018-09-16 Tom Tromey <tom@tromey.com>
6883
6884 * gdb.base/new-ui.exp (do_execution_tests): Update.
6885 * gdb.base/dbx.exp (test_breakpoints): Update.
6886
bf326452
AH
68872018-09-14 Alan Hayward <alan.hayward@arm.com>
6888
6889 * lib/gdb.exp (gdb_simple_compile): Add proc.
6890 (is_elf_target): Use gdb_simple_compile.
6891 (skip_altivec_tests): Likewise.
6892 (skip_vsx_tests): Likewise.
6893 (skip_tsx_tests): Likewise.
6894 (skip_btrace_tests): Likewise.
6895 (skip_btrace_pt_tests): Likewise.
6896 (gdb_can_simple_compile): Likewise.
6897 (gdb_has_argv0): Likewise.
6898 (gdb_target_symbol_prefix): Likewise.
6899 (target_supports_scheduler_locking): Likewise.
6900
2361b0fb
TT
69012018-09-13 Tom Tromey <tom@tromey.com>
6902
6903 * Makefile.in (TAGS): Recognize proc_with_prefix and
6904 gdb_caching_proc.
6905
0ae1a321
SM
69062018-09-13 Simon Marchi <simon.marchi@ericsson.com>
6907
6908 * gdb.python/py-progspace.exp: Test the Progspace.objfiles
6909 method.
6910
a40bf0c2
SM
69112018-09-13 Simon Marchi <simon.marchi@ericsson.com>
6912
6913 * gdb.python/py-inferior.exp: Add tests for Inferior.progspace
6914 and a few other Inferior properties when the Inferior is no
6915 longer valid.
6916
4a3fe98f
TT
69172018-09-13 Tom Tromey <tom@tromey.com>
6918
6919 PR rust/23650:
6920 * gdb.rust/simple.exp: Add test for enum field access error.
6921
098b2108
TT
69222018-09-13 Tom Tromey <tom@tromey.com>
6923
6924 PR rust/23626:
6925 * gdb.rust/simple.rs (EmptyEnum): New type.
6926 (main): Use it.
6927 * gdb.rust/simple.exp (test_one_slice): Add empty enum test.
6928
1256af7d
SM
69292018-09-13 Simon Marchi <simon.marchi@ericsson.com>
6930
6931 * gdb.python/py-inferior.exp: Test repr() of gdb.Inferior.
6932 * gdb.python/py-objfile.exp: Test repr() of gdb.Objfile.
6933 * gdb.python/py-symtab.exp: Update test printing an objfile.
6934
4aa8e6c2
SM
69352018-09-12 Simon Marchi <simon.marchi@ericsson.com>
6936
6937 * gdb.python/py-inferior.exp: Test using an invalid gdb.Inferior
6938 object.
6939
c221b2f7
AH
69402018-09-12 Alan Hayward <alan.hayward@arm.com>
6941
6942 * lib/gdb.exp (gdb_can_simple_compile): Add proc.
6943 (support_complex_tests): Use gdb_can_simple_compile.
6944 (is_ilp32_target): Likewise.
6945 (is_lp64_target): Likewise.
6946 (is_64_target): Likewise.
6947 (is_amd64_regs_target): Likewise.
6948 (is_aarch32_target): Likewise.
6949 (gdb_int128_helper): Likewise.
6950
6f1107b5
JK
69512018-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
6952
6953 * Makefile.in (check-parallel-racy): Fix dg-extract-results.sh path.
6954
1f5d1570
JG
69552018-09-10 Jerome Guitton <guitton@adacore.com>
6956
6957 * gdb.ada/same_component_name: Add test for case of tagged record
6958 with variable-length fields.
6959
cc330e39
XR
69602018-09-10 Xavier Roirand <roirand@adacore.com>
6961
6962 * gdb.ada/access_to_unbounded_array.exp: New testcase.
6963 * gdb.ada/access_to_unbounded_array/foo.adb: New file.
6964 * gdb.ada/access_to_unbounded_array/pack.adb: New file.
6965 * gdb.ada/access_to_unbounded_array/pack.ads: New file.
6966
b9c50e9a
XR
69672018-09-10 Xavier Roirand <roirand@adacore.com>
6968
6969 * gdb.ada/mi_string_access.exp: New testcase.
6970 * gdb.ada/mi_string_access/bar.adb: New file.
6971 * gdb.ada/mi_string_access/pck.adb: New file.
6972 * gdb.ada/mi_string_access/pck.asd: New file.
6973
2963898f
XR
69742018-09-10 Xavier Roirand <roirand@adacore.com>
6975
6976 * gdb.ada/mi_var_union.exp: New testcase.
6977 * gdb.ada/mi_var_union/bar.adb: New file.
6978 * gdb.ada/mi_var_union/pck.adb: New file.
6979 * gdb.ada/mi_var_union/pck.asd: New file.
6980
1aac008f
TT
69812018-09-08 Tom Tromey <tom@tromey.com>
6982
6983 * gdb.python/py-prettyprint.exp: Use with_test_prefix.
6984
332cf4c9
TT
69852018-09-08 Tom Tromey <tom@tromey.com>
6986
6987 PR python/16047:
6988 * gdb.python/py-prettyprint.py (pp_int_typedef3): New class.
6989 (register_pretty_printers): Register new printer.
6990 * gdb.python/py-prettyprint.exp (run_lang_tests): Add int_type3
6991 test.
6992 * gdb.python/py-prettyprint.c (int_type3): New typedef.
6993 (an_int_type3): New global.
6994
424da6cf
JB
69952018-09-08 Joel Brobecker <brobecker@adacore.com>
6996
6997 * gdb.ada/expr_with_funcall: New testcase.
6998
2a62dfa9
JB
69992018-09-08 Joel Brobecker <brobecker@adacore.com>
7000
7001 * gdb.ada/packed_array_assign: New testcase.
7002
96b6697f
AB
70032018-09-07 Andrew Burgess <andrew.burgess@embecosm.com>
7004
7005 * gdb.base/watchpoint.exp (test_complex_watchpoint): Extend test
7006 names, and add test prefixes to make test names unique.
7007
e4a62c65
TV
70082018-09-05 Tom de Vries <tdevries@suse.de>
7009
7010 * gdb.dwarf2/varval.exp: Add test.
7011
dd083ee2
GB
70122018-09-04 Gary Benson <gbenson@redhat.com>
7013
7014 * gdb.base/batch-exit-status.exp: Use gdb_test_multiple and expect
7015 'eof' before 'wait -i'. Use remote_close and clear_gdb_spawn_id.
7016
aef9346c
TT
70172018-08-31 Tom Tromey <tom@tromey.com>
7018
7019 * gdb.rust/simple.rs: Rename second variable "v".
7020
c67f2e15
AB
70212018-08-30 Andrew Burgess <andrew.burgess@embecosm.com>
7022
7023 * gdb.base/funcargs.c (use_a): New function.
7024 (recurse): Call use_a.
7025
078a0207
KS
70262018-08-29 Keith Seitz <keiths@redhat.com>
7027
7028 * gdb.compile/compile-cplus-anonymous.cc: New file.
7029 * gdb.compile/compile-cplus-anonymous.exp: New file.
7030 * gdb.compile/compile-cplus-array-decay.cc: New file.
7031 * gdb.compile/compile-cplus-array-decay.exp: New file.
7032 * gdb.compile/compile-cplus-inherit.cc: New file.
7033 * gdb.compile/compile-cplus-inherit.exp: New file.
7034 * gdb.compile/compile-cplus-member.cc: New file.
7035 * gdb.compile/compile-cplus-member.exp: New file.
7036 * gdb.compile/compile-cplus-method.cc: New file.
7037 * gdb.compile/compile-cplus-method.exp: New file.
7038 * gdb.compile/compile-cplus-mod.c: "New" file.
7039 * gdb.compile/compile-cplus-namespace.cc: New file.
7040 * gdb.compile/compile-cplus-namespace.exp: New file.
7041 * gdb.compile/compile-cplus-nested.cc: New file.
7042 * gdb.compile/compile-cplus-nested.exp: New file.
7043 * gdb.compile/compile-cplus-print.c: "New" file.
7044 * gdb.compile/compile-cplus-print.exp: "New" file.
7045 * gdb.compile/compile-cplus-virtual.cc: New file.
7046 * gdb.compile/compile-cplus-virtual.exp: New file.
7047 * gdb.compile/compile-cplus.c: "New" file.
7048 * gdb.compile/compile-cplus.exp: "New" file.
7049 * lib/compile-support.exp: New file.
7050
b0f492b9
GB
70512018-08-16 Gary Benson <gbenson@redhat.com>
7052
7053 PR gdb/13000:
7054 * gdb.base/batch-exit-status.exp: New file.
7055 * gdb.base/batch-exit-status.good-commands: Likewise.
7056 * gdb.base/batch-exit-status.bad-commands: Likewise.
7057
36eb4c5f
AH
70582018-08-29 Alan Hayward <alan.hayward@arm.com>
7059
7060 * gdb.base/infcall-nested-structs.c (struct struct01): Remove.
7061 (struct struct02): Likewise.
7062 (struct struct03): Likewise.
7063 (struct struct04): Likewise.
7064 (struct struct_01_01): New struct.
7065 (struct struct_01_02): Likewise.
7066 (struct struct_01_03): Likewise.
7067 (struct struct_01_04): Likewise.
7068 (struct struct_02_01): Likewise.
7069 (struct struct_02_02): Likewise.
7070 (struct struct_02_03): Likewise.
7071 (struct struct_02_04): Likewise.
7072 (struct struct_04_01): Likewise.
7073 (struct struct_04_02): Likewise.
7074 (struct struct_04_03): Likewise.
7075 (struct struct_04_04): Likewise.
7076 (struct struct_05_01): Likewise.
7077 (struct struct_05_02): Likewise.
7078 (struct struct_05_03): Likewise.
7079 (struct struct_05_04): Likewise.
7080 (cmp_struct01): Remove function.
7081 (cmp_struct02): Likewise.
7082 (cmp_struct03): Likewise.
7083 (cmp_struct04): Likewise.
7084 (cmp_struct_01_01): Add Function.
7085 (cmp_struct_01_02): Likewise.
7086 (cmp_struct_01_03): Likewise.
7087 (cmp_struct_01_04): Likewise.
7088 (cmp_struct_02_01): Likewise.
7089 (cmp_struct_02_02): Likewise.
7090 (cmp_struct_02_03): Likewise.
7091 (cmp_struct_02_04): Likewise.
7092 (cmp_struct_04_01): Likewise.
7093 (cmp_struct_04_02): Likewise.
7094 (cmp_struct_04_03): Likewise.
7095 (cmp_struct_04_04): Likewise.
7096 (cmp_struct_05_01): Likewise.
7097 (cmp_struct_05_02): Likewise.
7098 (cmp_struct_05_03): Likewise.
7099 (cmp_struct_05_04): Likewise.
7100 (call_all): Add new structs.
7101 * gdb.base/infcall-nested-structs.exp: Likewise.
7102
3bf9c013
JV
71032018-08-27 Jan Vrany <jan.vrany@fit.cvut.cz>
7104
7105 * gdb.python/py-framefilter-mi.exp: Update regexp to
7106 check for "arch" field in frame output.
7107
450d1e88
KB
71082018-08-23 Kevin Buettner <kevinb@redhat.com>
7109
7110 * gdb.dwarf2/dw2-ranges-func.c: New file.
7111 * gdb.dwarf2/dw2-ranges-func.exp: New file.
7112
ae739fe7
SM
71132018-08-22 Simon Marchi <simon.marchi@polymtl.ca>
7114
7115 * gdb.base/term.exp: Compare terminal settings with values from
7116 the inferior.
7117 * gdb.base/term.c: Get and set terminal settings.
7118
6d52907e
JV
71192018-08-22 Jan Vrany <jan.vrany@fit.cvut.cz>
7120
7121 * lib/mi-support.exp (mi_expect_stop): Update regexp to
7122 accommodate new "arch" field in frame output.
7123 * gdb.mi/mi-return.exp: Likewise.
7124 * gdb.mi/mi-stack.exp: Likewise.
7125 * gdb.mi/mi-syn-frame.exp: Likewise.
7126 * gdb.mi/user-selected-context-sync.exp: Likewise.
7127
be2d111a
MS
71282018-08-19 Michael Spang <spang@google.com>
7129
7130 PR gdb/11786
7131 * gdb.base/gcore-tls-pie.c: New file.
7132 * gdb.base/gcore-tls-pie.exp: New file.
7133
ae3a7c47
KB
71342018-08-18 Kevin Buettner <kevinb@redhat.com>
7135
7136 * lib/dwarf.exp: Add support for DW_OP_GNU_variable_value.
7d140d1a
KB
7137 * gdb.dwarf2/varval.c: New file.
7138 * gdb.dwarf2/varval.exp: New file.
ae3a7c47 7139
2ecae92e
AH
71402018-08-17 Alan Hayward <alan.hayward@arm.com>
7141
7142 PR gdb/18931
7143 * gdb.arch/aarch64-fp.c (main): Fix asm registers.
7144
c1854f1d
KS
71452018-08-16 Keith Seitz <keiths@redhat.com>
7146
7147 * gdb.compile/compile.exp: Use gdb_test_no_output for "compile code"
7148 tests expected to pass.
7149
26fb3983
JV
71502018-08-14 Jan Vrany <jan.vrany@fit.cvut.cz>
7151
7152 * gdb.mi/mi-disassemble.exp (test_disassembly_only): Add tests for
7153 -data-disassemble -a.
7154 (test_disassembly_bogus_args): Likewise.
7155
67943c00
AB
71562018-08-14 Andrew Burgess <andrew.burgess@embecosm.com>
7157
7158 * gdb.mi/list-thread-groups-available.exp: Update test regexp.
7159
5ff2bbae
AB
71602018-08-09 Andrew Burgess <andrew.burgess@embecosm.com>
7161
7162 * gdb.base/vla-optimized-out.exp: Add new test.
7163
e5bbcd0f
AB
71642018-08-09 Andrew Burgess <andrew.burgess@embecosm.com>
7165
7166 * gdb.base/vla-optimized-out-o3.exp: Delete.
7167 * gdb.base/vla-optimized-out-o3-strict.exp: Delete.
7168 * gdb.base/vla-optimized-out.exp: Extend to cover all of the
7169 deleted tests.
7170
9d4a934c
AB
71712018-08-08 Andrew Burgess <andrew.burgess@embecosm.com>
7172
7173 PR gdb/18050:
7174 * gdb.server/extended-remote-restart.c: New file.
7175 * gdb.server/extended-remote-restart.exp: New file.
7176
045cf012
SM
71772018-08-07 Simon Marchi <simon.marchi@polymtl.ca>
7178
7179 * gdb.fortran/nested-funcs.exp: Replace "set index = 42" with
7180 "set variable index = 42".
7181
87d6a7aa
SM
71822018-08-07 Simon Marchi <simon.marchi@ericsson.com>
7183
7184 * boards/index-cache-gdb.exp: New file.
7185 * gdb.dwarf2/index-cache.exp: New file.
7186 * gdb.dwarf2/index-cache.c: New file.
7187 * gdb.base/maint.exp: Check if we are using the index cache.
7188
96d68bd4
RO
71892018-08-07 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
7190
7191 * Makefile.in (saw_dash_j): Allow for GNU make 4.2+ passing -jN in
7192 MAKEFLAGS.
7193
5a699617
RO
71942018-08-06 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
7195
7196 * dg-extract-results.sh: Move to toplevel contrib.
7197 * Makefile.in (check-parallel): Reflect dg-extract-results.sh move.
7198 * Makefile.in (check-parallel-racy): Likewise.
7199
5bd18990
AB
72002018-08-06 Andrew Burgess <andrew.burgess@embecosm.com>
7201
7202 * lib/gdb.exp (target_supports_scheduler_locking): New proc.
7203 * gdb.mi/mi-cmd-param-changed.exp: Only run scheduler locking
7204 tests if the target supports scheduler locking.
7205
3fbbcf47
TV
72062018-08-04 Tom de Vries <tdevries@suse.de>
7207
7208 * gdb.python/py-rbreak.exp: Fix rbreak regexp.
7209
3e1d3d8c
TT
72102018-08-02 Tom Tromey <tom@tromey.com>
7211
7212 PR symtab/16842.
7213 * gdb.cp/temargs.exp: Test "info address" of a template
7214 parameter.
7215
5abe0f0c
JV
72162018-07-31 Jan Vrany <jan.vrany@fit.cvut.cz>
7217
7218 * gdb.python/py-mi-var-info-path-expression.c: New file.
7219 * gdb.python/py-mi-var-info-path-expression.py: New file.
7220 * gdb.python/py-mi-var-info-path-expression.exp: New file.
7221
fb66cde8
SDJ
72222018-07-30 Sergio Durigan Junior <sergiodj@redhat.com>
7223
7224 * lib/gdbserver-support.exp (gdbserver_start): Match any kind of
7225 error after "cannot resolve name" string.
7226
c708f4d2
AB
72272018-07-28 Andrew Burgess <andrew.burgess@embecosm.com>
7228
7229 * gdb.trace/tspeed.exp: Only call gdb_load_shlib after gdb has
7230 started.
7231 * lib/gdb.exp (gdb_load_shlib): Call perror if GDB is not running.
7232
37cc0cae
TV
72332018-07-28 Tom de Vries <tdevries@suse.de>
7234
7235 * gdb.base/vla-optimized-out-o3-strict.exp: New file.
7236
63b4ecf7
TV
72372018-07-26 Tom de Vries <tdevries@suse.de>
7238
7239 * gdb.base/vla-optimized-out.c: Add comment about origin of test-case.
7240
3c3bb058
AB
72412018-07-26 Andrew Burgess <andrew.burgess@embecosm.com>
7242
7243 * gdb.base/maint.exp: Add check that dwarf unwinders control flag
7244 is visible.
7245
9e7f3bbb
TV
72462018-07-26 Tom de Vries <tdevries@suse.de>
7247
7248 PR breakpoints/23366
7249 * gdb.base/catch-follow-exec.c: New test.
7250 * gdb.base/catch-follow-exec.exp: New file.
7251
16f808ec
TV
72522018-07-25 Tom de Vries <tdevries@suse.de>
7253
7254 * gdb.base/vla-optimized-out-o3.exp: New file. Reuse
7255 vla-optimized-out.c.
7256
d7154a8d
JV
72572018-07-25 Jan Vrany <jan.vrany@fit.cvut.cz>
7258
7259 * gdb.mi/mi-breakpoint-location-ena-dis.cc: New file.
7260 * gdb.mi/mi-breakpoint-location-ena-dis.exp: New file.
7261
232a0032
TV
72622018-07-20 Tom de Vries <tdevries@suse.de>
7263
7264 * gdb.base/vla-optimized-out.c: Make noclone attribute conditional on
7265 NOCLONE macro.
7266 * gdb.base/vla-optimized-out.exp: Use additional_flags -DNOCLONE.
7267
fbb1d502
TV
72682018-07-19 Tom de Vries <tdevries@suse.de>
7269
7270 * gdb.mi/list-thread-groups-available.exp (cores_re): Fix quoting in
7271 regular expression.
7272
42dc7699
TV
72732018-07-18 Tom de Vries <tdevries@suse.de>
7274
7275 * gdb.base/vla-optimized-out.c: New test.
7276 * gdb.base/vla-optimized-out.exp: New file.
7277
7f1f7e23
SDJ
72782018-07-13 Sergio Durigan Junior <sergiodj@redhat.com>
7279
7280 * lib/gdbserver-support.exp (gdbserver_start): Expect for the
7281 message "No address associated with hostname" when gdbserver
7282 cannot resolve the hostname.
7283
5759ebb3
PW
72842018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
7285
7286 * gdb.threads/pthreads.exp: Test qcs FLAG arguments.
7287 Add some test prefixes to make tests unique.
7288
3606ccab
PW
72892018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
7290
7291 * gdb.base/frameapply.c: New file.
7292 * gdb.base/frameapply.exp: New file.
7293
529c08b2
PW
72942018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
7295
7296 * gdb.base/skip.exp: Update expected error message.
7297
c7ab0aef
SDJ
72982018-07-11 Sergio Durigan Junior <sergiodj@redhat.com>
7299 Jan Kratochvil <jan.kratochvil@redhat.com>
7300 Paul Fertser <fercerpav@gmail.com>
7301 Tsutomu Seki <sekiriki@gmail.com>
7302
7303 * README (Testsuite Parameters): Mention new 'GDB_TEST_SOCKETHOST'
7304 parameter.
7305 * boards/native-extended-gdbserver.exp: Do not set 'sockethost'
7306 by default.
7307 * boards/native-gdbserver.exp: Likewise.
7308 * gdb.server/run-without-local-binary.exp: Improve regexp used
7309 for detecting when a remote debugging connection succeeds.
7310 * gdb.server/server-connect.exp: New file.
7311 * lib/gdbserver-support.exp (gdbserver_default_get_comm_port):
7312 Do not prefix the port number with ":".
7313 (gdbserver_start): New global GDB_TEST_SOCKETHOST. Implement
7314 support for detecting and using it. Add '$debughost_gdbserver'
7315 to the list of arguments used to start gdbserver. Handle case
7316 when gdbserver cannot resolve a network name.
7317
16ff70dd
SDJ
73182018-07-11 Sergio Durigan Junior <sergiodj@redhat.com>
7319
7320 PR c++/23373
7321 * gdb.base/ptype-offsets.cc (struct static_member): New
7322 struct.
7323 (main) <stmember>: New variable.
7324 * gdb.base/ptype-offsets.exp: Add test for printing a struct
7325 with a static member in it.
7326
3541979f
AB
73272018-07-10 Andrew Burgess <andrew.burgess@embecosm.com>
7328
7329 * gdb.base/watchpoint-reuse-slot.exp: Test with hardware
7330 watchpoints enabled and disabled.
7331
c8ad9b9a
AB
73322018-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
7333
7334 * gdb.base/examine-backward.exp: Still run tests around address
7335 0x0, even if address 0x0 is not readable. Update the pattern for
7336 matching address 0x0 in expected output.
7337
e0e5e971
AB
73382018-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
7339
7340 * gdb.base/share-env-with-gdbserver.c (main): Add call to
7341 malloc/free.
7342
1ea5da02
TV
73432018-07-04 Tom de Vries <tdevries@suse.de>
7344
7345 * gdb.dwarf2/dw2-error.exp: Update expected error message.
7346
471b9d15
MR
73472018-07-02 Maciej W. Rozycki <macro@mips.com>
7348
7349 PR tdep/8282
7350 * gdb.arch/mips-disassembler-options.exp: New test.
7351 * gdb.arch/mips-disassembler-options.s: New test source.
7352
75acb486
PA
73532018-06-29 Pedro Alves <palves@redhat.com>
7354
7355 * gdb.threads/names.exp: Adjust expected "info threads" output.
7356
cd2bb709
PA
73572018-06-29 Pedro Alves <palves@redhat.com>
7358
7359 * gdb.opt/inline-break.exp (line number, address): Add "info
7360 break" tests.
7361
991ff292
PA
73622018-06-29 Pedro Alves <palves@redhat.com>
7363
7364 * gdb.opt/inline-break.c (func1): Add "break here" marker.
7365 * gdb.opt/inline-break.exp: Test setting breakpoints by line
7366 number and address and running to them.
7367
356819b6 73682018-06-29 Richard Bunt <richard.bunt@arm.com>
49af4b70
RB
7369
7370 * gdb.base/watchpoint-hw-attach.exp: Remove unstable output.
7371
2512d7ef
JK
73722018-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
7373
7374 * lib/compiler.c: Remove executable permission flag.
7375
be1b6474
RB
73762018-06-28 Richard Bunt <richard.bunt@arm.com>
7377
7378 * gdb.base/watchpoint-hw-attach.c (main): Remove unneeded
7379 code.
7380 * gdb.base/watchpoint-hw-attach.exp: Break in outermost frame.
7381
291f9a96
PT
73822018-06-28 Petr Tesarik <ptesarik@suse.cz>
7383
7384 * gdb.base/relocate.exp: Add test for "add-symbol-file -o ".
7385
ed6dfe51
PT
73862018-06-28 Petr Tesarik <ptesarik@suse.cz>
7387
7388 * gdb.base/relocate.exp: Test add-symbol-file behavior when the
7389 address argument is omitted.
7390
d4d429d5
PT
73912018-06-28 Petr Tesarik <ptesarik@suse.cz>
7392
7393 * gdb.base/relocate.exp: Add test for "symbol-file -o ".
7394
7ab6656f
OJ
73952018-06-27 Omair Javaid <omair.javaid@linaro.org>
7396
7397 PR gdb/21695
7398 * gdb.base/infoline-reloc-main-from-zero.exp: New test.
7399 * gdb.base/infoline-reloc-main-from-zero.c: New file.
7400
a33ccfc7
TT
74012018-06-26 Tom Tromey <tom@tromey.com>
7402
7403 PR rust/22574:
7404 * gdb.rust/simple.exp (test_one_slice): Add ptype/o tests.
7405 * gdb.rust/simple.rs (struct SimpleLayout): New.
7406
6d72d289
SM
74072018-06-22 Simon Marchi <simon.marchi@ericsson.com>
7408
7409 * gdb.base/jit-reader.exp (jit_reader_test): Expect spaces in
7410 "info registers" output.
7411
8363f9d5
RB
74122018-06-21 Richard Bunt <richard.bunt@arm.com>
7413
7414 * gdb.base/watchpoint-hw-attach.c: New test.
7415 * gdb.base/watchpoint-hw-attach.exp: New file.
7416
f00674fe
SM
74172018-06-20 Simon Marchi <simon.marchi@ericsson.com>
7418
7419 * boards/cc-with-tweaks.exp: Don't call cc-with-tweaks.sh
7420 through /bin/sh.
7421 * boards/dwarf4-gdb-index.exp: Likewise.
7422 * boards/fission-dwp.exp: Likewise.
7423
1d554008
UW
74242018-06-20 Ulrich Weigand <uweigand@de.ibm.com>
7425
7426 * gdb.base/float128.exp: Add comment and improved fail message
7427 to the failure case of "print large128" test.
7428
d0ac1c44
SM
74292018-06-19 Simon Marchi <simon.marchi@ericsson.com>
7430
7431 * configure.ac: Remove AC_PREREQ.
7432 * configure: Re-generate.
7433
61b04dd0
PA
74342018-06-19 Pedro Alves <palves@redhat.com>
7435
7436 * gdb.opt/inline-break.c (func_inline_callee, func_inline_caller)
7437 (func_extern_caller): New.
7438 (main): Call func_extern_caller.
7439 * gdb.opt/inline-break.exp: Add tests for inline frame skipping
7440 logic change.
7441
f63b508a
SM
74422018-06-18 Weimin Pan <weimin.pan@oracle.com>
7443
7444 PR gdb/16841
7445 * gdb.cp/typedef-base.cc: New file.
7446 * gdb.cp/typedef-base.exp: New file.
7447
0fe3a558
TV
74482018-06-18 Tom de Vries <tdevries@suse.de>
7449
7450 * gdb.ada/bp_inlined_func.exp: Allow 5 breakpoint locations.
7451
7010835a
AB
74522018-06-16 Andrew Burgess <andrew.burgess@embecosm.com>
7453 Richard Bunt <Richard.Bunt@arm.com>
7454
7455 * gdb.threads/attach-slow-waitpid.c: New file.
7456 * gdb.threads/attach-slow-waitpid.exp: New file.
7457 * gdb.threads/slow-waitpid.c: New file.
7458
14897d65
PA
74592018-06-14 Pedro Alves <palves@redhat.com>
7460
7461 * gdb.base/fork-running-state.c: Include <errno.h>.
7462 (exit_if_relative_exits): New.
7463 (fork_child): If 'exit_if_relative_exits' is true, exit if the parent
7464 exits.
7465 (fork_parent): If 'exit_if_relative_exits' is true, exit if the
7466 child exits.
7467
5d9a0608
TV
74682018-06-14 Tom de Vries <tdevries@suse.de>
7469
7470 PR cli/22573
7471 * gdb.base/finish-pretty.c: New test.
7472 * gdb.base/finish-pretty.exp: New file.
7473
11ae5818
PA
74742018-06-14 Pedro Alves <palves@redhat.com>
7475
7476 * gdb.gdb/selftest.exp (test_with_self): Use multi_line to build
7477 gdb's expected startup output.
7478
1d39de44
PA
74792018-06-14 Pedro Alves <palves@redhat.com>
7480
7481 * lib/selftest-support.exp (selftest_setup): Remove inlined
7482 function handling.
7483
70ee0000
TV
74842018-06-14 Tom de Vries <tdevries@suse.de>
7485
7486 * lib/selftest-support.exp (selftest_setup): Allow function arguments in
7487 matching of breakpoint printing.
7488
11f4b608
TV
74892018-06-13 Tom de Vries <tdevries@suse.de>
7490
7491 PR testsuite/23269
7492 * gdb.base/fork-running-state.c (main): Move setting of alarm ...
7493 (fork_child): ... here, and ...
7494 (fork_parent): ... here.
7495
74962018-06-12 Tom de Vries <tdevries@suse.de>
7497
7498 * gdb.gdb/selftest.exp (test_with_self): Update gdb startup text.
7499
9516f85a
AB
75002018-06-12 Andrew Burgess <andrew.burgess@embecosm.com>
7501 Stephen Roberts <stephen.roberts@arm.com>
7502
7503 * gdb.threads/multiple-successive-infcall.exp: Remove kfail case,
7504 rewrite test to describe action performed, rather than possible
7505 failure.
7506
5045b3d7
GB
75072018-06-08 Gary Benson <gbenson@redhat.com>
7508
7509 * gdb.threads/check-libthread-db.exp: New file.
7510 * gdb.threads/check-libthread-db.c: Likewise.
7511
c61b06a1
TT
75122018-06-05 Tom Tromey <tom@tromey.com>
7513
7514 * gdb.base/default.exp: Update expected "show version" output.
7515
eb6af809
TT
75162018-06-05 Tom Tromey <tom@tromey.com>
7517
7518 PR cli/12326:
7519 * gdb.cp/static-print-quit.exp: Update.
7520 * lib/gdb.exp (pagination_prompt): Update.
7521 * gdb.base/page.exp: Use pagination_prompt. Add new tests.
7522 * gdb.python/python.exp: Update.
7523
178d6a63
JB
75242018-06-04 Joel Brobecker <brobecker@adacore.com>
7525
7526 * gdb.mi/list-thread-groups-no-inferior.exp: New testcase.
7527
8e817061
JB
75282018-06-01 Joel Brobecker <brobecker@adacore.com>
7529
7530 * gdb.ada/bp_fun_addr: New testcase.
7531
e86ca25f
TT
75322018-06-01 Tom Tromey <tom@tromey.com>
7533
7534 * gdb.xml/tdesc-regs.exp (load_description): Update expected
7535 results.
7536 * gdb.dwarf2/method-ptr.exp: Set language to C++.
7537 * gdb.dwarf2/member-ptr-forwardref.exp: Set language to C++.
7538 * gdb.cp/typeid.exp (do_typeid_tests): Update type_re.
7539 * gdb.base/maint.exp (maint_pass_if): Update.
7540
4b2dfa9d
MR
75412018-05-31 Maciej W. Rozycki <macro@mips.com>
7542
7543 * gdb.base/endian.exp: New test.
7544 * gdb.base/endian.c: New test source.
7545
45f25d6c
AB
75462018-05-24 Andrew Burgess <andrew.burgess@embecosm.com>
7547
7548 PR gdb/23203
7549 * gdb.base/bt-selected-frame.c: New file.
7550 * gdb.base/bt-selected-frame.exp: New file.
7551 * lib/gdb.exp (get_current_frame_number): New function.
7552
d9f6d7f8
MR
75532018-05-24 Maciej W. Rozycki <macro@mips.com>
7554 Pedro Alves <palves@redhat.com>
7555
7556 * gdb.threads/tls-core.c: Include <stdlib.h>
7557 (thread_proc): Call `abort'.
7558 * gdb.threads/tls-core.exp: Generate a core with core_find too.
7559 (tls_core_test): New procedure, bits factored out from ...
7560 (top level): ... here. Test both native cores and gcore cores.
7561
ff1cf532
TT
75622018-05-23 Tom Tromey <tom@tromey.com>
7563
7564 * gdb.gdb/complaints.exp (test_initial_complaints): Simplify.
7565
b98664d3
TT
75662018-05-23 Tom Tromey <tom@tromey.com>
7567
7568 * gdb.gdb/complaints.exp (test_initial_complaints): Don't mention
7569 symfile_complaints.
7570 (test_short_complaints): Likewise.
7571 (test_empty_complaints): Likewise.
7572 (test_initial_complaints): Update.
7573
4e9668d0
TT
75742018-05-23 Tom Tromey <tom@tromey.com>
7575
7576 * gdb.gdb/complaints.exp (test_empty_complaints): Update.
7577
43ba33c7
TT
75782018-05-23 Tom Tromey <tom@tromey.com>
7579
7580 * gdb.gdb/complaints.exp (test_serial_complaints): Remove.
7581 (test_short_complaints): Update.
7582
035522c0
PA
75832018-05-22 Pedro Alves <palves@redhat.com>
7584
7585 * gdb.base/remote.exp: Only gdb_start after compiling the
7586 testcase. Issue "disconnect" before testing "set remote" command
7587 defaults. Issue clean_restart before running to main.
7588
cc0be08f
PA
75892018-05-22 Pedro Alves <palves@redhat.com>
7590
7591 * gdb.base/remote.exp: Adjust expected output of "show remote
7592 memory-write-packet-size". Add tests for "set remote
7593 memory-write-packet-size 0" and "set remote
7594 memory-write-packet-size fixed/limit".
7595
b1b60145
PA
75962018-05-22 Pedro Alves <palves@redhat.com>
7597
7598 PR gdb/22973
7599 * gdb.base/utf8-identifiers.c: New file.
7600 * gdb.base/utf8-identifiers.exp: New file.
7601
0ec848ad
PFC
76022018-05-22 Pedro Franco de Carvalho <pedromfc@linux.vnet.ibm.com>
7603
7604 * gdb.arch/powerpc-fpscr-gcore.exp: New file.
7605
2c3305f6
PFC
76062018-05-22 Pedro Franco de Carvalho <pedromfc@linux.vnet.ibm.com>
7607
7608 * gdb.arch/powerpc-vsx-gcore.exp: New file.
7609
ce1e8424
TT
76102018-05-18 Tom Tromey <tom@tromey.com>
7611
7612 * gdb.base/ptype-offsets.exp: Update.
7613
ddfe970e
KS
76142018-05-17 Keith Seitz <keiths@redhat.com>
7615
7616 * gdb.ada/bp_inlined_func.exp: Update inlined frame locations
7617 in expected breakpoint stop locations.
7618 * gdb.dwarf2/implptr.exp (implptr_test_baz): Use up/down to
7619 move to proper scope to test variable values.
7620 * gdb.opt/inline-break.c (inline_func1, not_inline_func1)
7621 (inline_func2, not_inline_func2, inline_func3, not_inline_func3):
7622 New functions.
7623 (main): Call not_inline_func3.
7624 * gdb.opt/inline-break.exp: Start inferior and set breakpoints at
7625 inline_func1, inline_func2, and inline_func3. Test that when each
7626 breakpoint is hit, GDB properly reports both the stop location
7627 and the backtrace. Repeat tests for temporary breakpoints.
7628
0726fcc6
MR
76292018-05-15 Maciej W. Rozycki <macro@mips.com>
7630
7631 * gdb.server/server-kill.exp: Verify whether `server_pid' exists
7632 rather then trying to access it in determining whether the PID
7633 of `gdbserver' could have been retrieved.
7634
8ee22052
AB
76352018-05-08 Andrew Burgess <andrew.burgess@embecosm.com>
7636
7637 * gdb.arch/amd64-init-x87-values.S: New file.
7638 * gdb.arch/amd64-init-x87-values.exp: New file.
7639
7785df48
JK
76402018-05-08 Jan Kratochvil <jan.kratochvil@redhat.com>
7641
7642 * gdb.base/watchpoint-unaligned.exp: Use skip_hw_watchpoint_tests.
7643
56bcdbea
TT
76442018-05-04 Tom Tromey <tom@tromey.com>
7645
7646 PR python/22730:
7647 * gdb.python/python.exp: Test multi-line execute.
7648
a913fffb
TT
76492018-05-04 Tom Tromey <tom@tromey.com>
7650
7651 PR python/22731:
7652 * gdb.python/py-breakpoint.exp: Test setting breakpoint commands.
7653
7a2c85f2
TT
76542018-05-04 Tom Tromey <tom@tromey.com>
7655
7656 PR gdb/11750:
7657 * gdb.base/define.exp: Test defining a user command inside a user
7658 command.
7659 * gdb.base/commands.exp (define_if_without_arg_test): Test "define".
7660
a3b60e45
JK
76612018-05-04 Jan Kratochvil <jan.kratochvil@redhat.com>
7662 Pedro Alves <palves@redhat.com>
7663
7664 PR breakpoints/19806 and support for PR external/20207.
7665 * gdb.base/watchpoint-unaligned.c: New file.
7666 * gdb.base/watchpoint-unaligned.exp: New file.
7667
45fe4a03
AB
76682018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
7669
7670 * gdb.base/maint.exp: Make test names unique, use
7671 test_prefix_command_help to test 'help maint info', and remove
7672 repeated test of 'help maint'.
7673
9be2ae8f
TT
76742018-05-04 Tom Tromey <tom@tromey.com>
7675
7676 PR gdb/22619:
7677 * gdb.base/long_long.exp (gdb_test_long_long): Add test for repeat
7678 behavior.
7679
11859c31
AB
76802018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
7681
7682 * gdb.base/maint.exp: Process output from 'maint print registers'
7683 line at a time.
7684
089a9490
AB
76852018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
7686
7687 * lib/mi-support.exp (mi_run_cmd_full): Fix regexp and add a
7688 timeout.
7689
9b0797e2
AB
76902018-05-03 Andrew Burgess <andrew.burgess@embecosm.com>
7691
7692 * gdb.base/callfuncs.exp (fetch_all_registers): Add riscv register
7693 filter pattern.
7694
f6ac5f3d
PA
76952018-05-02 Pedro Alves <palves@redhat.com>
7696
7697 * gdb.base/breakpoint-in-ro-region.exp: Adjust to to_resume and
7698 to_log_command renames.
7699 * gdb.base/sss-bp-on-user-bp-2.exp: Likewise.
7700
77d3c63b
TT
77012018-05-02 Tom Tromey <tom@tromey.com>
7702
7703 * gdb.python/py-parameter.exp: Set test message.
7704
0489430a
TT
77052018-05-02 Tom Tromey <tom@tromey.com>
7706
7707 PR python/20084:
7708 * gdb.python/py-parameter.exp: Add PARAM_ZUINTEGER and
7709 PARAM_ZUINTEGER_UNLIMITED tests.
7710
1632f8ba
DR
77112018-04-28 Dan Robertson <danlrobertson89@gmail.com>
7712
7713 PR rust/23124
7714 * gdb.rust/expr.exp: Test that the unit type is correctly parsed
7715 when casting.
7716
6d7bb824
TT
77172018-04-30 Tom Tromey <tom@tromey.com>
7718
7719 * gdb.python/py-type.exp: Check align attribute.
7720 * gdb.python/py-type.c: New "aligncheck" global.
7721
007e1530
TT
77222018-04-30 Tom Tromey <tom@tromey.com>
7723
7724 PR exp/17095:
7725 * gdb.dwarf2/dw2-align.exp: New file.
7726 * gdb.cp/align.exp: New file.
7727 * gdb.base/align.exp: New file.
7728 * lib/gdb.exp (gdb_int128_helper): New proc.
7729 (has_int128_c, has_int128_cxx): New caching procs.
7730
6873858b
TT
77312018-04-27 Tom Tromey <tom@tromey.com>
7732
7733 PR rust/22545:
7734 * gdb.rust/simple.exp: Add inclusive range tests.
7735
79188d8d
PA
77362018-04-26 Pedro Alves <palves@redhat.com>
7737
7738 * gdb.base/gnu-ifunc.exp (set-break): Test that GDB resolves
7739 ifunc breakpoint locations correctly of ifunc breakpoints set
7740 while the program resolves the ifunc.
7741
c7075ad5
PA
77422018-04-26 Pedro Alves <palves@redhat.com>
7743
7744 * gdb.base/gnu-ifunc-final.c: New file.
7745 * gdb.base/gnu-ifunc.c (final): Delete, moved to gnu-ifunc-final.c.
7746 * gdb.base/gnu-ifunc.exp (executable): Delete.
7747 (staticexecutable): Adjust.
7748 (lib_opts, exec_opts): Delete.
7749 (make_binsuffix, build, set-break): New procedures.
7750 (misc_tests): New, with tests factored out from the top level.
7751 (top level): Test different combinations of ifunc resolver name,
7752 resolver with and with debug info, and ifunc target with and
7753 without debug info. Wrap static tests with with_target_prefix.
7754
8388016d
PA
77552018-04-26 Pedro Alves <palves@redhat.com>
7756
7757 * gdb.compile/compile-ifunc.exp: Also expect "function has unknown
7758 return type" warnings.
7759
249b5733
PA
77602018-04-25 Pedro Alves <palves@redhat.com>
7761
7762 * gdb.base/hook-stop.exp: Expect "killed" instead of "has been
7763 killed".
7764 * gdb.base/kill-after-signal.exp: Likewise.
7765 * gdb.threads/kill.exp: Likewise.
7766
f67c0c91
SDJ
77672018-04-24 Jan Kratochvil <jan.kratochvil@redhat.com>
7768 Sergio Durigan Junior <sergiodj@redhat.com>
7769 Pedro Alves <palves@redhat.com>
7770
7771 * gdb.base/attach-non-pgrp-leader.exp: Adjust 'Detaching...'
7772 regexps to expect for '[Inferior ... detached]' as well.
7773 * gdb.base/attach.exp: Likewise.
7774 * gdb.base/catch-syscall.exp (check_for_program_end): Adjust
7775 "gdb_continue_to_end".
7776 (test_catch_syscall_with_wrong_args): Likewise.
7777 * gdb.base/foll-fork.exp: Adjust regexps to match '[' and
7778 ']'. Don't set 'verbose' on.
7779 * gdb.base/foll-vfork.exp: Likewise.
7780 * gdb.base/fork-print-inferior-events.c: New file.
7781 * gdb.base/fork-print-inferior-events.exp: New file.
7782 * gdb.base/hook-stop.exp: Adjust regexps to expect for new
7783 '[Inferior ... has been killed]' message.
7784 * gdb.base/kill-after-signal.exp: Likewise.
7785 * gdb.base/solib-overlap.exp: Adjust regexps to expect for new
7786 detach message.
7787 * gdb.threads/kill.exp: Adjust regexps to expect for new kill
7788 message.
7789 * gdb.threads/clone-attach-detach.exp: Adjust 'Detaching...'
7790 regexps to expect for '[Inferior ... detached]' as well.
7791 * gdb.threads/process-dies-while-detaching.exp: Likewise.
7792
0a8ddac4
SM
77932018-04-24 Simon Marchi <simon.marchi@ericsson.com>
7794
7795 PR gdb/23104
7796 * gdb.base/info-shared.exp: Replace libs=-ldl with shlib_load.
7797
701adfb0
PA
77982018-04-22 Rajendra SY <rajendra.sy@gmail.com>
7799
7800 PR gdb/23095
7801 * gdb.base/break-probes.exp: Pass shlib_load to
7802 prepare_for_testing. Set normal_bp to r_debug_state if target is
7803 bsd.
7804
d27d16bf
RB
78052018-04-19 Richard Bunt <richard.bunt@arm.com>
7806
7807 * gdb.threads/multiple-successive-infcall.c: New test.
7808 * gdb.threads/multiple-successive-infcall.exp: New file.
7809
a037790e
TT
78102018-04-17 Tom Tromey <tom@tromey.com>
7811
7812 * gdb.rust/simple.rs (Union): New type.
7813 (main): New local "u".
7814 * gdb.rust/simple.exp (test_one_slice): Add new test case.
7815
e3a91079
AA
78162018-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
7817
7818 * gdb.base/dbx.exp (test_whereis): Adjust regexp to added line
7819 number information in output of "whereis" command.
7820 * gdb.base/info-fun.exp: Likewise, for "info fun" command.
7821
b744723f
AA
78222018-04-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
7823
7824 * gdb.ada/info_types.exp: Adjust expected output to the line
7825 numbers now printed by "info var/func/type".
7826 * gdb.base/completion.exp: Likewise.
7827 * gdb.base/included.exp: Likewise.
7828 * gdb.cp/cp-relocate.exp: Likewise.
7829 * gdb.cp/cplusfuncs.exp: Likewise.
7830 * gdb.cp/namespace.exp: Likewise.
7831 * gdb.dwarf2/dw2-case-insensitive.exp: Likewise.
7832
4a4495d6
MM
78332018-04-13 Markus Metzger <markus.t.metzger@intel.com>
7834
7835 * gdb.btrace/cpu.exp: New.
7836
1d509aa6
MM
78372018-04-13 Markus Metzger <markus.t.metzger@intel.com>
7838
7839 * gdb.base/step-indirect-call-thunk.exp: New.
7840 * gdb.base/step-indirect-call-thunk.c: New.
7841 * gdb.reverse/step-indirect-call-thunk.exp: New.
7842 * gdb.reverse/step-indirect-call-thunk.c: New.
7843
6295b6da
SM
78442018-04-11 Simon Marchi <simon.marchi@ericsson.com>
7845
7846 * gdb.base/pie-fork.c: New file.
7847 * gdb.base/pie-fork.exp: New file.
7848
50146e70
TT
78492018-04-11 Tom Tromey <tom@tromey.com>
7850
7851 * gdb.rust/simple.exp: Add test for ".." struct initializer.
7852
f50d8a2e
PA
78532018-04-10 Pedro Alves <palves@redhat.com>
7854
7855 * gdb.base/fork-running-state.c (fork_child): Don't exit if parent
7856 exits. Instead loop running forever.
7857 (fork_parent): Run forever too.
7858
a0be7a36
SM
78592018-04-07 Simon Marchi <simon.marchi@polymtl.ca>
7860
7861 * gdb.mi/mi-stack.exp (test_stack_frame_listing): Use
7862 mi_continue_to_line.
7863 * gdb.mi/mi-stack.c (callee4): Add comment.
7864
9b73db36
SM
78652018-04-07 Simon Marchi <simon.marchi@polymtl.ca>
7866
7867 * gdb.mi/mi-stack.exp: Fix indentation.
7868
c912f608
SM
78692018-04-07 Simon Marchi <simon.marchi@ericsson.com>
7870
7871 PR gdb/22979
7872 * gdb.arch/amd64-osabi.exp: New file.
7873
26540402
SM
78742018-04-07 Simon Marchi <simon.marchi@ericsson.com>
7875
7876 PR gdb/22980
7877 * gdb.base/osabi.exp: New file.
7878
121ad66c 78792018-04-02 Weimin Pan <weimin.pan@oracle.com>
79f18731
WP
7880
7881 * gdb.cp/static-typedef-print.exp: New file.
7882 * gdb.cp/static-typedef-print.cc: New file.
7883
3fcded8f
JB
78842018-03-27 Joel Brobecker <brobecker@adacore.com>
7885
7886 * gdb.ada/varsize_limit: New testcase.
7887
59cc4834
JB
78882018-03-27 Joel Brobecker <brobecker@adacore.com>
7889
7890 * gdb.ada/maint_with_ada.exp: Remove PR gdb/22670 setup_kfail.
7891
7892 * gdb.ada/notcplusplus: New testcase.
7893
7894 * gdb.base/c-linkage-name.c: New file.
7895 * gdb.base/c-linkage-name.exp: New testcase.
7896
4ca59a9f
TT
78972018-03-26 Tom Tromey <tom@tromey.com>
7898
7899 * gdb.python/py-framefilter.exp: Add test for KeyboardInterrupt.
7900 * gdb.python/py-framefilter.py (name_error): New global.
7901 (ErrorInName.function): Use name_error.
7902
978d6c75
TT
79032018-03-26 Tom Tromey <tom@tromey.com>
7904
7905 PR backtrace/15582:
7906 * gdb.python/py-framefilter.exp: Add "bt hide" test.
7907
b7fee5a3
KS
79082018-03-23 Keith Seitz <keiths@redhat.com>
7909
7910 PR c++/22968
7911 * gdb.cp/subtypes.exp: New file.
7912 * gdb.cp/subtypes.h: New file.
7913 * gdb.cp/subtypes.cc: New file.
7914 * gdb.cp/subtypes-2.cc: New file.
7915
376be529
AB
79162018-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
7917
7918 * gdb.arch/amd64-disp-step-avx.S: Add '_start' label.
7919 (done): Call '_exit' not 'exit' to avoid atexit handlers.
7920 * gdb.arch/amd64-disp-step-avx.exp: Pass -static, and
7921 -nostartfiles when compiling the test. Confirm that all registers
7922 xmm0 to xmm15 are initially 0, and that xmm1 to xmm15 are 0 after.
7923
066cfa98
AB
79242018-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
7925
7926 * gdb.arch/amd64-disp-step-avx.exp: Remove unneeded assembler flag
7927 option, syntax was wrong anyway.
7928 * gdb.arch/arm-disp-step.exp: Likewise.
7929 * gdb.arch/sparc64-regs.exp: Likewise.
7930 * gdb.arch/amd64-disp-step.exp: Remove unneeded assembler flag
7931 option, syntax was wrong anyway, switch to use
7932 prepare_for_testing.
7933 * gdb.arch/i386-disp-step.exp: Likewise.
7934
079670b9
AA
79352018-03-23 Andreas Arnez <arnez@linux.vnet.ibm.com>
7936
7937 * gdb.ada/exec_changed.exp: Replace "target_info exists
7938 use_gdb_stub" by "use_gdb_stub".
7939 * gdb.ada/start.exp: Likewise.
7940 * gdb.base/async-shell.exp: Likewise.
7941 * gdb.base/attach-pie-misread.exp: Likewise.
7942 * gdb.base/attach-wait-input.exp: Likewise.
7943 * gdb.base/break-entry.exp: Likewise.
7944 * gdb.base/break-interp.exp: Likewise.
7945 * gdb.base/dprintf-detach.exp: Likewise.
7946 * gdb.base/nostdlib.exp: Likewise.
7947 * gdb.base/solib-nodir.exp: Likewise.
7948 * gdb.base/statistics.exp: Likewise.
7949 * gdb.base/testenv.exp: Likewise.
7950 * gdb.mi/mi-exec-run.exp: Likewise.
7951 * gdb.mi/mi-start.exp: Likewise.
7952 * gdb.multi/dummy-frame-restore.exp: Likewise.
7953 * gdb.multi/multi-arch-exec.exp: Likewise.
7954 * gdb.multi/multi-arch.exp: Likewise.
7955 * gdb.multi/tids.exp: Likewise.
7956 * gdb.multi/watchpoint-multi.exp: Likewise.
7957 * gdb.python/py-events.exp: Likewise.
7958 * gdb.threads/attach-into-signal.exp: Likewise.
7959 * gdb.threads/attach-stopped.exp: Likewise.
7960 * gdb.threads/threadapply.exp: Likewise.
7961 * lib/selftest-support.exp: Likewise.
7962
26d6cec4
AA
79632018-03-22 Andreas Arnez <arnez@linux.vnet.ibm.com>
7964
7965 * gdb.base/info-proc.exp: Add test for "info proc cmdline".
7966
4ee89e90
SR
79672018-03-20 Stephen Roberts <stephen.roberts@arm.com>
7968
7969 * gdb.perf/template-breakpoints.cc: New file.
7970 * gdb.perf/template-breakpoints.exp: New file.
7971 * gdb.perf/template-breakpoints.py: New file.
7972
92630041
TT
79732018-03-19 Tom Tromey <tom@tromey.com>
7974
7975 * gdb.rust/simple.rs (main): Add local variables field1, field2,
7976 y0.
7977 * gdb.rust/simple.exp: Test bare identifier form of struct
7978 initializer.
7979
76727919
TT
79802018-03-19 Tom Tromey <tom@tromey.com>
7981
7982 * gdb.gdb/observer.exp: Remove.
7983
194ed413
AA
79842018-03-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
7985
7986 * gdb.trace/actions-changed.exp: Call gdb_breakpoint with the
7987 "qualified" option when setting breakpoints.
7988 * gdb.trace/backtrace.exp: Likewise.
7989 * gdb.trace/circ.exp: Likewise.
7990 * gdb.trace/collection.exp: Likewise.
7991 * gdb.trace/disconnected-tracing.exp: Likewise.
7992 * gdb.trace/ftrace-lock.exp: Likewise.
7993 * gdb.trace/ftrace.exp: Likewise.
7994 * gdb.trace/infotrace.exp: Likewise.
7995 * gdb.trace/packetlen.exp: Likewise.
7996 * gdb.trace/passc-dyn.exp: Likewise.
7997 * gdb.trace/qtro.exp: Likewise.
7998 * gdb.trace/read-memory.exp: Likewise.
7999 * gdb.trace/report.exp: Likewise.
8000 * gdb.trace/signal.exp: Likewise.
8001 * gdb.trace/status-stop.exp: Likewise.
8002 * gdb.trace/strace.exp: Likewise.
8003 * gdb.trace/tfind.exp: Likewise.
8004 * gdb.trace/trace-break.exp: Likewise.
8005 * gdb.trace/trace-condition.exp: Likewise.
8006 * gdb.trace/trace-mt.exp: Likewise.
8007 * gdb.trace/tstatus.exp: Likewise.
8008 * gdb.trace/tsv.exp: Likewise.
8009 * gdb.trace/unavailable-dwarf-piece.exp: Likewise.
8010 * gdb.trace/unavailable.exp: Likewise.
8011 * gdb.trace/while-dyn.exp: Likewise.
8012
8b067d2c
AA
80132018-03-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
8014
8015 * gdb.trace/tspeed.exp: Add invocation of gdb_load_shlib to ensure
8016 that libinproctrace is copied to the target.
8017
3ae9ce5d
TT
80182018-03-14 Tom Tromey <tom@tromey.com>
8019
8020 PR cli/14977:
8021 * gdb.base/printcmds.exp (test_printf): Add printf test of %s with
8022 a null pointer.
8023 * gdb.base/wchar.exp: Likewise.
8024
b8c2339b
TT
80252018-03-14 Tom Tromey <tom@tromey.com>
8026
8027 PR cli/19918:
8028 * gdb.base/printcmds.exp (test_printf): Add printf test using '-'
8029 flag.
8030
4872dc46
SM
80312018-03-08 Simon Marchi <simon.marchi@ericsson.com>
8032
8033 PR gdb/22841
8034 * boards/remote-stdio-gdbserver.exp (${board}_file): Pass
8035 "target" to remote_exec.
8036
e4fe3756
SM
80372018-03-08 Simon Marchi <simon.marchi@polymtl.ca>
8038
8039 PR gdb/22841
8040 * boards/gdbserver-base.exp (${board}_file, ${board}_download,
8041 ${board}_upload): Remove.
8042
e95a97d4
AA
80432018-03-07 Andreas Arnez <arnez@linux.vnet.ibm.com>
8044
8045 * gdb.cp/watch-cp.cc: New test.
8046 * gdb.cp/watch-cp.exp: New file.
8047
dbbb1059
AB
80482018-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
8049
8050 * gdb.base/infcall-nested-structs.exp: New file.
8051 * gdb.base/infcall-nested-structs.c: New file.
8052 * gdb.base/float.exp: Add riscv support.
8053
ecc054c0
TP
80542018-03-02 Thomas Preud'homme <thomas.preudhomme@arm.com>
8055
8056 * gdb.dlang/watch-loc.c: Use %progbits instead of @progbits.
8057 * gdb.mi/dw2-ref-missing-frame-func.c: Likewise.
8058
25e3c82c
SDJ
80592018-02-28 Sergio Durigan Junior <sergiodj@redhat.com>
8060
8061 * gdb.server/abspath.exp: New file.
8062 * lib/gdb.exp (with_cwd): New procedure.
8063
3083294d
SM
80642018-02-28 Simon Marchi <simon.marchi@ericsson.com>
8065
8066 * lib/gdb.exp (gdb_is_target_1): Add prompt_regexp parameter and
8067 use it.
8068 (gdb_is_target_remote_prompt): New proc.
8069 (gdb_is_target_remote): Use gdb_is_target_remote_prompt.
8070 (gdb_is_target_native): Pass prompt parameter to
8071 gdb_is_target_1.
8072
3275ef47
SM
80732018-02-26 Simon Marchi <simon.marchi@polymtl.ca>
8074
8075 * gdb.base/load-command.c: New file.
8076 * gdb.base/load-command.exp: New file.
8077 * lib/gdb.exp (gdb_is_target_remote_prompt): Rename to...
8078 (gdb_is_target_1): ...this, and generalize for other targets
8079 than just remote.
8080 (gdb_is_target_remote): Use gdb_is_target_1.
8081 (gdb_is_target_native): use gdb_is_target_1.
8082
6893c19a
TT
80832018-02-26 Tom Tromey <tom@tromey.com>
8084
8085 PR python/16497:
8086 * gdb.python/py-framefilter.exp: Update test.
8087
2ddeaf8a
TT
80882018-02-26 Tom Tromey <tom@tromey.com>
8089
8090 * gdb.dwarf2/variant.c: New file.
8091 * gdb.dwarf2/variant.exp: New file.
8092
c9317f21
TT
80932018-02-26 Tom Tromey <tom@tromey.com>
8094
8095 * gdb.rust/simple.exp: Accept more possible results in enum test.
8096
6f6d0c26
SM
80972018-02-25 Simon Marchi <simon.marchi@polymtl.ca>
8098
8099 * lib/cp-support.exp (cp_test_ptype_class): Move space inside
8100 parentheses.
8101
11b03145
MR
81022018-02-23 Maciej W. Rozycki <macro@mips.com>
8103
8104 * lib/cp-support.exp (cp_test_ptype_class): Fix a typo in the
8105 name of a variable: $actual_linejj -> $actual_line.
8106
54a27fe5
JB
81072018-02-21 John Baldwin <jhb@FreeBSD.org>
8108
8109 * gdb.arch/amd64-i386-address.exp: Fix a typo.
8110
de65820c
MM
81112018-02-20 Markus Metzger <markus.t.metzger@intel.com>
8112
8113 * gdb.btrace/buffer-size.exp: Do not force BTS.
8114
980548fd
PA
81152018-02-14 Pedro Alves <palves@redhat.com>
8116
8117 * gdb.base/bp-cmds-continue-ctrl-c.exp (do_test): Test "bt" after
8118 getting a "Quit".
8119
c4e12631
MM
81202018-02-09 Markus Metzger <markus.t.metzger@intel.com>
8121
8122 * lib/gdb.exp (skip_btrace_pt_tests): Update expected error message.
8123 Fix test name.
8124
c2e0e465
SM
81252018-02-07 Simon Marchi <simon.marchi@ericsson.com>
8126
8127 * gdb.cp/m-static.exp: Check type of optimized out static
8128 member.
8129
f7216783
AB
81302018-02-03 Andrew Burgess <andrew.burgess@embecosm.com>
8131
8132 * config/sid.exp (gdb_target_sid): Remove use of cleanup.
8133 * config/sim.exp (gdb_target_sim): Remove use of cleanup.
8134
0625771b
LS
81352018-02-01 Simon Marchi <simon.marchi@polymtl.ca>
8136 Leszek Swirski <leszeks@google.com>
8137
8138 * gdb.python/py-prettyprint.c
8139 (struct to_string_returns_value_inner,
8140 struct to_string_returns_value_wrapper): New.
8141 (main): Add tsrvw variable.
8142 * gdb.python/py-prettyprint.py (ToStringReturnsValueInner,
8143 ToStringReturnsValueWrapper): New classes.
8144 (register_pretty_printers): Register new pretty-printers.
8145 * gdb.python/py-prettyprint.exp (run_lang_tests): Test printing
8146 recursive pretty printer.
8147 * gdb.python/py-mi.exp: Likewise.
8148
59498c30
LS
81492018-02-01 Leszek Swirski <leszeks@google.com>
8150
8151 * gdb.cp/filename.cc, gdb.cp/filename.exp: Test that member
8152 functions with the same name as an include file are parsed
8153 correctly.
8154
d4d38844
YQ
81552018-02-01 Yao Qi <yao.qi@linaro.org>
8156
8157 * gdb.base/attach.exp (do_attach_tests): Set sysroot to
8158 "\[^\r\n\]*".
8159
07e5f5cf
NP
81602018-01-31 Nikola Prica <nikola.prica@rt-rk.com>
8161
8162 * gdb.arch/powerpc-prologue-frame.s: New file.
8163 * gdb.arch/powerpc-prologue-frame.c: Likewise.
8164 * gdb.arch/powerpc-prologue-frame.exp: Likewise.
8165
929b5ad4
JB
81662018-01-31 Joel Brobecker <brobecker@adacore.com>
8167
8168 * testsuite/gdb.ada/dyn_stride.exp: Add "print a1(1)@3" test.
8169
e671cd59
PA
81702018-01-30 Pedro Alves <palves@redhat.com>
8171
8172 PR gdb/13211
8173 * gdb.base/interrupt-daemon.c: New.
8174 * gdb.base/interrupt-daemon.exp: New.
8175 * gdb.multi/multi-term-settings.c: New.
8176 * gdb.multi/multi-term-settings.exp: New.
8177
fc413dc4
JB
81782018-01-30 Joel Brobecker <brobecker@adacore.com>
8179
8180 * gdb.base/break.exp: Save the location where the breakpoint
8181 on break.c:47 was actually inserted when debugging the version
8182 compiled at -O2 and use it in the expected output of the "info
8183 break" test performed soon after.
8184
5c319bb2
PA
81852018-01-22 Pedro Alves <palves@redhat.com>
8186 Sergio Durigan Junior <sergiodj@redhat.com>
8187
8188 * gdb.base/whatis.exp: Add tests for 'set print object on' +
8189 'whatis <struct>' 'whatis <struct> *' and 'whatis <struct> &'.
8190
a9e40818
JB
81912018-01-22 Joel Brobecker <brobecker@adacore.com>
8192
8193 * gdb.base/break-include.c, gdb.base/break-include.inc,
8194 gdb.base/break-include.exp: New files.
8195 * gdb.base/ending-run.exp: Minor adaptations due to the breakpoint's
8196 line number now being the actual line number where the breakpoint
8197 was inserted.
8198 * gdb.mi/mi-break.exp: Likewise.
8199 * gdb.mi/mi-reverse.exp: Likewise.
8200 * gdb.mi/mi-simplerun.exp: Ditto.
8201
e707fc44
AB
82022018-01-21 Andrew Burgess <andrew.burgess@embecosm.com>
8203
8204 * gdb.python/py-mi.exp: Don't expect a thread-id for floating
8205 varobj.
8206 * gdb.mi/mi-var-create-rtti.exp: Likewise.
8207
ae451627
AB
82082018-01-21 Don Breazeal <donb@codesourcery.com>
8209 Andrew Burgess <andrew.burgess@embecosm.com>
8210
8211 * gdb.mi/basics.c: Add new global.
8212 * gdb.mi/mi-frame-regs.exp: New file.
8213 * gdb.mi/mi-var-create-rtti.exp: Update expected results, add new
8214 case.
8215
b1b189e0
AB
82162018-01-21 Andrew Burgess <andrew.burgess@embecosm.com>
8217
8218 * gdb.arch/amd64-entry-value.exp: Test using @entry on a
8219 non-parameter, and on an unknown symbol.
8220
fcfcc376
TT
82212018-01-19 Tom Tromey <tom@tromey.com>
8222
8223 * gdb.rust/modules.rs (TWENTY_THREE): New global.
8224 * gdb.rust/modules.exp: Add ::-qualified lookup test.
8225
634c1c31
AA
82262018-01-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
8227
8228 * gdb.arch/s390-vregs.exp: Explicitly cast the return values of
8229 setrlimit and chdir to int.
8230
d6ad07fd
AA
82312018-01-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
8232
8233 * gdb.arch/s390-tdbregs.c (my_tbegin): Add comment documenting the
8234 function.
8235 (my_tend): Likewise.
8236 * gdb.arch/s390-tdbregs.exp: Enhance comment; explain the
8237 rationale of avoiding FP- and vector instructions.
8238
adf8243b
RK
82392018-01-19 Ruslan Kabatsayev <b7.10110111@gmail.com>
8240
8241 * gdb.arch/powerpc-d128-regs.exp: Replace expected "\[\t\]*" from
8242 "info reg" with "\[ \t\]*".
8243 * gdb.arch/altivec-regs.exp: Replace expected "\t" from "info reg" with
8244 "\[ \t\]+".
8245 * gdb.arch/s390-multiarch.exp: Ditto.
8246 * gdb.base/pc-fp.exp: Ditto.
8247 * gdb.reverse/i386-precsave.exp: Ditto.
8248 * gdb.reverse/i386-reverse.exp: Ditto.
8249 * gdb.reverse/i387-env-reverse.exp: Ditto.
8250 * gdb.reverse/i387-stack-reverse.exp: Ditto.
8251
dcc06925
AA
82522018-01-18 Andreas Arnez <arnez@linux.vnet.ibm.com>
8253
8254 * lib/gdb.exp (gdb_compile): Re-enable use of
8255 universal_compile_options for languages other than Rust.
8256
25d4fd80
AA
82572018-01-18 Andreas Arnez <arnez@linux.vnet.ibm.com>
8258
8259 * gdb.arch/s390-tdbregs.exp: Add the compile option -msoft-float.
8260
ee7f689e 82612018-01-17 Mike Gulick <mgulick@mathworks.com>
41667530
MG
8262
8263 PR gdb/16577
8264 * gdb.base/solib-vanish.exp: New.
8265 * gdb.base/solib-vanish-main.c: New.
8266 * gdb.base/solib-vanish-lib1.c: New.
8267 * gdb.base/solib-vanish-lib2.c: New.
8268
d8447b6b
YQ
82692018-01-17 Yao Qi <yao.qi@linaro.org>
8270
8271 * gdb.compile/compile.exp: Match the address printed for
8272 frame in the output of command "bt".
8273
86d6a90c
TT
82742018-01-15 Tom Tromey <tom@tromey.com>
8275
8276 * gdb.guile/scm-ports.exp (test_mem_port_rw): Use get_valueof to
8277 compute sp_reg.
8278
cbcdb1aa
AB
82792018-01-12 Andrew Burgess <andrew.burgess@embecosm.com>
8280
8281 * gdb.base/whatis-ptype-typedefs.exp: Don't run tests if we failed
8282 to prepare.
8283 (prepare): Return 0 on error, 1 on success.
8284
eea61984
PA
82852018-01-12 Pedro Alves <palves@redhat.com>
8286
8287 * gdb.base/continue-after-aborted-step-over.c: New.
8288 * gdb.base/continue-after-aborted-step-over.exp: New.
8289
6181e9c2
SM
82902018-01-11 Simon Marchi <simon.marchi@ericsson.com>
8291
8292 * lib/gdb.exp (gdb_compile): Ignore shlib= and shlib_load
8293 options when not creating an executable.
8294
3cada740
PA
82952018-01-11 Pedro Alves <palves@redhat.com>
8296
8297 PR remote/22597
8298 * gdb.server/stop-reply-no-thread.c: New file.
8299 * gdb.server/stop-reply-no-thread.exp: New file.
8300
c63d3e8d
PA
83012018-01-10 Pedro Alves <palves@redhat.com>
8302
8303 PR gdb/22670
8304 * gdb.ada/bp_c_mixed_case.exp: Add intro comment. Test printing C
8305 functions too. Test setting breakpoints and printing C functions
8306 with no debug info too.
8307 * gdb.ada/bp_c_mixed_case/qux.c: New file.
8308
d4c2a405
PA
83092018-01-10 Pedro Alves <palves@redhat.com>
8310
8311 PR gdb/22670
8312 * gdb.ada/complete.exp ("complete break ada"): Replace kfail with
8313 a fail.
8314
8825213e
PA
83152018-01-10 Pedro Alves <palves@redhat.com>
8316
8317 PR gdb/22670
8318 * gdb.ada/bp_c_mixed_case.exp: Remove setup_kfail calls.
8319
605fd3c6
YQ
83202018-01-08 Simon Marchi <simon.marchi@ericsson.com>
8321
8322 * gdb.server/unittest.exp: Match the output in non-development
8323 mode.
8324
1e5ded6c
YQ
83252018-01-08 Simon Marchi <simon.marchi@ericsson.com>
8326
8327 * gdb.gdb/unittest.exp: Match output in non-development mode.
8328
30066b0b
JB
83292018-01-08 Joel Brobecker <brobecker@adacore.com>
8330
8331 * gdb.ada/access_tagged_param.exp: Relax expected output
8332 for value of "ObjL" in "continue" to pck.inspect breakpoint
8333 test.
8334
04bafb1e
XR
83352018-01-08 Joel Brobecker <brobecker@adacore.com>
8336
9f86398b
JB
8337 * gdb.ada/arr_enum_idx_w_gap.exp: New file.
8338 * gdb.ada/arr_enum_idx_w_gap/foo_q418_043.adb: New file.
04bafb1e 8339
e379cee6
PA
83402018-01-05 Pedro Alves <palves@redhat.com>
8341
8342 PR gdb/18653
8343 * gdb.base/libsegfault.exp: New.
8344
de63c46b
PA
83452018-01-05 Joel Brobecker <brobecker@adacore.com>
8346
8347 PR gdb/22670
8348 * gdb.ada/access_tagged_param.exp: New file.
8349 * gdb.ada/access_tagged_param/foo.adb: New file.
8350
f98fc17b
PA
83512018-01-05 Pedro Alves <palves@redhat.com>
8352
8353 PR gdb/22670
8354 * gdb.ada/info_addr_mixed_case.exp: Remove kfail. Extend test to
8355 exercise lower case too, and to exercise both full matching and
8356 wild matching.
8357
342f8240
JB
83582018-01-05 Joel Brobecker <brobecker@adacore.com>
8359
8360 * gdb.ada/rename_subscript_param: New testcase.
8361
7150d33c
JG
83622018-01-05 Jerome Guitton <guitton@adacore.com>
8363
8364 * gdb.ada/arr_acc_idx_w_gap: New testcase.
8365
cc0e770c
JB
83662018-01-05 Joel Brobecker <brobecker@adacore.com>
8367
8368 * gdb.ada/convvar_comp: New testcase.
8369
672a41aa 83702018-01-05 Xavier Roirand <roirand@adacore.com>
e3861a03
XR
8371
8372 * testsuite/gdb.ada/array_char_idx/pck.ads (Table): New type.
8373 (My_Table): New global variable.
8374 * testsuite/gdb.ada/array_char_idx.exp: Add test.
8375
7365ec2f
JB
83762018-01-04 Joel Brobecker <brobecker@adacore.com>
8377
8378 PR gdb/22670
8379 * gdb.ada/maint_with_ada: New testcase.
8380
289483b6
JB
83812018-01-04 Joel Brobecker <brobecker@adacore.com>
8382
8383 PR gdb/22670
8384 * gdb.ada/bp_c_mixed_case: New testcase.
8385
344420da
JB
83862018-01-04 Joel Brobecker <brobecker@adacore.com>
8387
8388 PR gdb/22670
8389 * gdb.ada/complete.exp: Add "complete break ada" test.
8390
66fc87a0
JB
83912018-01-04 Joel Brobecker <brobecker@adacore.com>
8392
8393 PR gdb/22670
8394 * gdb.ada/info_addr_mixed_case: New testcase.
8395
9f757bf7
XR
83962018-01-03 Xavier Roirand <roirand@adacore.com>
8397
8398 * gdb.ada/excep_handle.exp: New testcase.
8399 * gdb.ada/excep_handle/foo.adb: New file.
8400 * gdb.ada/excep_handle/pck.ads: New file.
8401
bd570f80
JB
84022018-01-03 Joel Brobecker <brobecker@adacore.com>
8403
8404 * gdb.base/step-line.c: Add extra empty line in copyright header.
8405 * gdb.base/step-line.inp: Likewise.
8406
9fe561ab
JB
84072018-01-02 Joel Brobecker <brobecker@adacore.com>
8408
8409 * gdb.ada/dyn_stride.exp: Add slice test.
8410
a405673c
JB
84112018-01-02 Joel Brobecker <brobecker@adacore.com>
8412
8413 * gdb.ada/dyn_stride: New testcase.
8414
cef0f868
SH
84152017-12-27 Stafford Horne <shorne@gmail.com>
8416
8417 * gdb.xml/extra-regs.xml: Add example foo reggroup.
8418 * gdb.xml/tdesc-regs.exp: Add test to check for foo reggroup.
8419
b67d92b0
SH
84202017-12-27 Stafford Horne <shorne@gmail.com>
8421
8422 * gdb.base/reggroups.c: New file.
8423 * gdb.base/reggroups.exp: New file.
8424
eccab96d
JB
84252017-12-18 Joel Brobecker <brobecker@adacore.com>
8426
8427 * gdb.dwarf2/ada-valprint-error.c: New file.
8428 * gdb.dwarf2/ada-valprint-error.exp: New file.
8429
0e2da9f0
JB
84302017-12-18 Joel Brobecker <brobecker@adacore.com>
8431
8432 * gdb.ada/assign_arr: New testcase.
8433
cb923fcc
XR
84342017-12-18 Xavier Roirand <roirand@adacore.com>
8435
8436 * gdb.ada/funcall_ptr: New testcase.
8437
7c161838
SDJ
84382017-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
8439
8440 PR cli/16224
8441 * gdb.base/ptype-offsets.cc: New file.
8442 * gdb.base/ptype-offsets.exp: New file.
8443
1af17fd9
YQ
84442017-12-15 Yao Qi <yao.qi@linaro.org>
8445
8446 * gdb.gdb/unittest.exp: Skip 'maintenance check xml-descriptions'
8447 if XML is disabled.
8448
828d5846
XR
84492017-12-15 Xavier Roirand <roirand@adacore.com>
8450
8451 * gdb.ada/same_component_name: New testcase.
8452
79e8fcaa
JB
84532017-12-14 Joel Brobecker <brobecker@adacore.com>
8454
8455 * gdb.ada/str_binop_equal: New testcase.
8456
e05fa6f9
JB
84572017-12-14 Joel Brobecker <brobecker@adacore.com>
8458
8459 * gdb.ada/task_switch_in_core: New testcase.
8460
b89641ba
SM
84612017-12-13 Simon Marchi <simon.marchi@ericsson.com>
8462
8463 * gdb.python/py-breakpoint.c (foo_ns::multiply): New function.
8464 * gdb.python/py-breakpoint.exp: Compile the test case as c++,
8465 call test_bkpt_qualified.
8466 (test_bkpt_qualified): New proc.
8467
6892d2e4
PA
84682017-12-13 Pedro Alves <palves@redhat.com>
8469
8470 * lib/completion-support.exp (test_gdb_complete_tab_multiple):
8471 Tighten regexp by matching with an anchor.
8472
a22ecf70
PA
84732017-12-13 Pedro Alves <palves@redhat.com>
8474
8475 * gdb.cp/cpcompletion.exp: Load completion-support.exp.
8476 ("expression with namespace"): New set of tests.
8477 * gdb.cp/pr9594.cc (Test_NS::foo, Test_NS::bar)
8478 (Nested::Test_NS::qux): New.
8479 * lib/completion-support.exp (test_gdb_complete_cmd_multiple): Add
8480 defaults to 'start_quote_char' and 'end_quote_char' parameters.
8481
9937536c
JB
84822017-12-13 Joel Brobecker <brobecker@adacore.com>
8483
8484 * gdb.base/server-del-break.c: New file.
8485 * gdb.base/server-del-break.exp: New file.
8486
fe49c6f5
SH
84872017-12-12 Stafford Horne <shorne@gmail.com>
8488
8489 * gdb.xml/tdesc-regs.exp: Add or1k support.
8490
c3d18620
SH
84912017-12-12 Stafford Horne <shorne@gmail.com>
8492
8493 * gdb.base/bp-permanent.c: Define nop of or1k.
8494
c5f9cfc8
JB
84952017-12-11 Joel Brobecker <brobecker@adacore.com>
8496
8497 * gdb.ada/variant_record_packed_array.exp: Adapt test to accept
8498 output with components being reordered.
8499
a9c135fc
JB
85002017-12-11 Joel Brobecker <brobecker@adacore.com>
8501
8502 * gdb.ada/pkd_arr_elem.exp: Adapt "print test" test to accept
8503 output with components being reordered.
8504
927aa2e7
JK
85052017-12-08 Jan Kratochvil <jan.kratochvil@redhat.com>
8506 Pedro Alves <palves@redhat.com>
8507
8508 * gdb.base/maint.exp (check for .gdb_index): Check also for
8509 .debug_names.
8510 * gdb.dlang/watch-loc.c (.debug_aranges): New.
8511 * gdb.dwarf2/dw2-case-insensitive-debug.S: Likewise.
8512 * gdb.dwarf2/gdb-index.exp (check if index present, .gdb_index used)
8513 (.gdb_index used after symbol reloading): Support also .debug_names.
8514 * gdb.mi/dw2-ref-missing-frame-func.c (.debug_aranges): New.
8515
f17d9474
YQ
85162017-12-08 Yao Qi <yao.qi@linaro.org>
8517
8518 * gdb.arch/aarch64-tagged-pointer.c (main): Update.
8519 * gdb.arch/aarch64-tagged-pointer.exp: Add tests for watchpoint.
8520
a0de8c21
YQ
85212017-12-08 Yao Qi <yao.qi@linaro.org>
8522
8523 * gdb.arch/aarch64-tagged-pointer.c (main): Update.
8524 * gdb.arch/aarch64-tagged-pointer.exp: Add test for breakpoint.
8525
a738ea1d
YQ
85262017-12-08 Yao Qi <yao.qi@linaro.org>
8527
8528 * gdb.arch/aarch64-tagged-pointer.c: New file.
8529 * gdb.arch/aarch64-tagged-pointer.exp: New file.
8530
1cd9a73b
SDJ
85312017-12-08 Sergio Durigan Junior <sergiodj@redhat.com>
8532
8533 * gdb.arch/i386-sse-stack-align.exp: Cast "print" function call
8534 "int".
8535
fa6eb693
KS
85362017-12-07 Keith Seitz <keiths@redhat.com>
8537
8538 PR breakpoints/22569
8539 * gdb.linespec/ls-errs.exp: Change expected result of "break
8540 -source this file has spaces.c -line 3".
8541 Check that an explicit source file followed by whitespace is
8542 identified as an invalid explicit location.
8543
883fd55a
KS
85442017-12-07 Keith Seitz <keiths@redhat.com>
8545
8546 * gdb.cp/nested-types.cc: New file.
8547 * gdb.cp/nested-types.exp: New file.
8548 * lib/cp-support.exp: Load data-structures.exp library.
8549 (debug_cp_test_ptype_class): New global.
8550 (cp_ptype_class_verbose, next_line): New procedures.
8551 (cp_test_ptype_class): Add and document new parameter `recursive_qid'.
8552 Add and document new return value.
8553 Switch the list of lines to a queue.
8554 Add support for new `type' key for nested type definitions.
8555 Add debugging/troubleshooting messages.
8556 * lib/data-structures.exp: New file.
8557
ec72db3e
SM
85582017-12-07 Simon Marchi <simon.marchi@ericsson.com>
8559
8560 * gdb.python/py-breakpoint.exp (test_bkpt_explicit_loc): Define
8561 with proc_with_prefix, don't use with_test_prefix.
8562
99598d71
TT
85632017-12-07 Tom Tromey <tom@tromey.com>
8564
8565 * gdb.base/break.exp: Add test for empty "commands".
8566
a8806230
YQ
85672017-12-07 Yao Qi <yao.qi@linaro.org>
8568
8569 * gdb.trace/ftrace.exp (run_trace_experiment): Set breakpoint on
8570 malloc and catch syscall.
8571
824cc835
PM
85722017-12-07 Phil Muldoon <pmuldoon@redhat.com>
8573
e79be6e5 8574 * gdb.python/py-breakpoint.exp (test_bkpt_explicit_loc): Add new
824cc835
PM
8575 tests for explicit locations.
8576
7cc244de
PA
85772017-12-06 Pedro Alves <palves@redhat.com>
8578
8579 * gdb.arch/i386-avx.exp: If testing with a RSP target, check
8580 force-disabling XML descriptions.
8581
50a1fdd5
PA
85822017-12-04 Pedro Alves <palves@redhat.com>
8583
8584 PR gdb/22499
8585 * gdb.arch/amd64-disp-step-avx.S: New file.
8586 * gdb.arch/amd64-disp-step-avx.exp: New file.
8587
f0fb2488
PA
85882017-12-03 Pedro Alves <palves@redhat.com>
8589
8590 * gdb.threads/process-dies-while-detaching.c: Include <errno.h>
8591 and <string.h>.
8592 (parent_function): Print distinct messages when waitpid fails, or
8593 the child exits with a signal, or the child exits for an unhandled
8594 reason.
8595 * gdb.threads/process-dies-while-detaching.exp
8596 (detach_and_expect_exit): New 'inf_output_re' parameter and use
8597 it. Wait for both inferior output and GDB's prompt. Use an
8598 indirect spawn id list.
8599 (do_detach): New parameter 'child_exit'. Use it to compute
8600 expected inferior output.
8601 (test_detach, test_detach_watch, test_detach_killed_outside):
8602 Adjust to pass down the expected child exit kind.
8603
97cbe998
SDJ
86042017-12-01 Joel Brobecker <brobecker@adacore.com>
8605 Sergio Durigan Junior <sergiodj@redhat.com>
8606 Pedro Alves <palves@redhat.com>
8607
8608 * gdb.base/readnever.c, gdb.base/readnever.exp: New files.
8609
40fc416f
SDJ
86102017-12-01 Sergio Durigan Junior <sergiodj@redhat.com>
8611
8612 * gdb.base/relocate.exp: Add tests to guarantee that arguments
8613 to 'symbol-file' and 'add-symbol-file' can be
8614 position-independent.
8615
1cc75e92
YQ
86162017-12-01 Yao Qi <yao.qi@linaro.org>
8617
8618 * gdb.arch/aarch64-atomic-inst.exp: Replace mail address with
8619 the URL in copyright header.
8620 * gdb.arch/aarch64-fp.exp: Likewise.
8621 * gdb.arch/ppc64-atomic-inst.exp: Likewise.
8622 * gdb.arch/ppc64-isa207-atomic-inst.exp: Likewise.
8623 * gdb.base/expand-psymtabs.exp: Likewise.
8624 * gdb.cp/expand-psymtabs-cxx.exp: Likewise.
8625 * gdb.fortran/common-block.exp: Likewise.
8626 * gdb.fortran/common-block.f90: Likewise.
8627 * gdb.fortran/logical.exp: Likewise.
8628 * gdb.fortran/vla-datatypes.f90: Likewise.
8629 * gdb.fortran/vla-sub.f90: Likewise.
8630
875fb7a7
JB
86312017-11-30 Joel Brobecker <brobecker@adacore.com>
8632
8633 * gdb.ada/repeat_dyn: New testcase.
8634
6f14765f
UW
86352017-11-30 Ulrich Weigand <uweigand@de.ibm.com>
8636
8637 * gdb.cell/gcore.exp: Fix typo when setting spu_bin.
8638 Update for changed thread numbering.
8639 * gdb.cell/bt.exp: Update for changed GDB output.
8640
f1af7b94
SM
86412017-11-30 Simon Marchi <simon.marchi@ericsson.com>
8642
8643 * boards/cc-with-tweaks.exp: Include local-board.exp instead of
8644 setting isremote by hand.
8645 * boards/dwarf4-gdb-index.exp: Likewise.
8646 * boards/fission.exp: Likewise.
8647 * boards/stabs.exp: Likewise.
8648
e3919f3e
PA
86492017-11-30 Pedro Alves <palves@redhat.com>
8650
8651 * gdb.linespec/cpls-ops.exp
8652 (check_explicit_skips_function_argument): Extract the underlying
8653 type of size_t instead of hardcoding it.
8654
bd69330d
PA
86552017-11-29 Pedro Alves <palves@redhat.com>
8656
8657 PR c++/19436
8658 * gdb.linespec/cpls-abi-tag.cc: New file.
8659 * gdb.linespec/cpls-abi-tag.exp: New file.
8660
a20714ff
PA
86612017-11-29 Pedro Alves <palves@redhat.com>
8662
8663 * gdb.base/langs.exp: Use -qualified.
8664 * gdb.cp/meth-typedefs.exp: Use -qualified, and add tests without
8665 it.
8666 * gdb.cp/namespace.exp: Use -qualified.
8667 * gdb.linespec/cpcompletion.exp (overload-2, fqn, fqn-2)
8668 (overload-3, template-overload, template-ret-type, const-overload)
8669 (const-overload-quoted, anon-ns, ambiguous-prefix): New
8670 procedures.
8671 (test_driver): Call them.
8672 * gdb.cp/save-bp-qualified.cc: New.
8673 * gdb.cp/save-bp-qualified.exp: New.
8674 * gdb.linespec/explicit.exp: Test -qualified.
8675 * lib/completion-support.exp (completion::explicit_opts_list): Add
8676 "-qualified".
8677 * lib/gdb.exp (gdb_breakpoint): Handle "qualified".
8678
f6f1d339
PM
86792017-11-29 Phil Muldoon <pmuldoon@redhat.com>
8680
8681 * gdb.python/py-rbreak.exp: Set nosharedlibrary before tests.
8682
02ca603a
TT
86832017-11-29 Tom Tromey <tom@tromey.com>
8684
8685 * gdb.base/relocate.exp: Update invalid argument test.
8686 Add new tests for invalid arguments.
8687
ed6c0bfb
TP
86882017-11-29 Thomas Preud'homme <thomas.preudhomme@arm.com>
8689
8690 * gdb.cp/psymtab-parameter.cc (func): Change return type back to long.
8691 Return 0 as a long.
8692 * gdb.cp/psymtab-parameter.exp: Change func's return type back to long.
8693
f106e10e
TP
86942017-11-29 Thomas Preud'homme <thomas.preudhomme@arm.com>
8695
8696 * gdb.cp/breakpoint.cc (bar): Set return type to void.
8697 * gdb.cp/psymtab-parameter.cc (func): Likewise.
8698 * gdb.cp/psymtab-parameter.exp: Update comment regarding prototype of
8699 func ().
8700 * gdb.cp/shadow.cc (B.func): Return 0.
8701
10329bb2
JB
87022017-11-27 Joel Brobecker <brobecker@adacore.com>
8703
8704 * gdb.ada/mi_catch_ex.exp (continue_to_exception): Adjust
8705 expected output in gdb_expect call to allow the exception
8706 message to be present as well. Fix syntax confusion to avoid
8707 TCL thinking that exception_name is an array.
8708
617cd4bc
UW
87092017-11-26 Ulrich Weigand <uweigand@de.ibm.com>
8710
8711 * gdb.arch/spu-info.c: Include <unistd.h>.
8712 (do_signal_test): Fix broken calls to write.
8713 * gdb.arch/spu-info.exp: Use prepare_for_testing.
8714 Fix checks for empty mailboxes. Update signal tests for corrected
8715 do_signal_test routine. Allow nonzero event status.
58f7f0bf
UW
8716 * gdb.arch/spu-ls.exp: Use prepare_for_testing.
8717 * gdb.cell/arch.exp: Use standard_output_file.
8718 * gdb.cell/break.exp: Likewise.
8719 * gdb.cell/bt.exp: Likewise.
8720 * gdb.cell/core.exp: Likewise.
8721 * gdb.cell/dwarfaddr.exp: Likewise.
8722 * gdb.cell/ea-cache.exp: Likewise.
8723 * gdb.cell/ea-standalone.exp: Likewise.
8724 * gdb.cell/f-regs.exp: Likewise.
8725 * gdb.cell/fork.exp: Likewise.
8726 * gdb.cell/gcore.exp: Likewise.
8727 * gdb.cell/mem-access.exp: Likewise.
8728 * gdb.cell/ptype.exp: Likewise.
8729 * gdb.cell/registers.exp: Likewise.
8730 * gdb.cell/sizeof.exp: Likewise.
8731 * gdb.cell/solib-symbol.exp: Likewise.
8732 * gdb.cell/solib.exp: Likewise.
617cd4bc 8733
a81aaca0
PA
87342017-11-25 Pedro Alves <palves@redhat.com>
8735
8736 * gdb.base/complete-empty.exp: New file.
8737 * gdb.base/completion.exp: Adjust.
8738
6a3c6ee4
PA
87392017-11-25 Pedro Alves <palves@redhat.com>
8740
8741 * gdb.linespec/cpls-ops.cc: New file.
8742 * gdb.linespec/cpls-ops.exp: New file.
8743 * lib/completion-support.exp (test_complete_prefix_range_re): New,
8744 factored out from ...
8745 (test_complete_prefix_range): ... this.
8746
8955eb2d
PA
87472017-11-24 Pedro Alves <palves@redhat.com>
8748
8749 * gdb.linespec/cpcompletion.exp: New file.
8750 * gdb.linespec/cpls-hyphen.cc: New file.
8751 * gdb.linespec/cpls.cc: New file.
8752 * gdb.linespec/cpls2.cc: New file.
8753 * gdb.linespec/explicit.exp: Load completion-support.exp. Adjust
8754 test to use test_gdb_complete_unique. Add label completion,
8755 keyword completion and explicit location completion tests.
8756 * lib/completion-support.exp: New file.
8757
e547c119
JB
87582017-11-24 Joel Brobecker <brobecker@adacore.com>
8759
8760 * gdb.ada/catch_ex.exp, gdb.ada/mi_catch_ex.exp,
8761 gdb.ada/mi_ex_cond.exp: Accept optional exception message in
8762 when hitting an exception catchpoint.
8763
7c3c1aa8
YQ
87642017-11-22 Yao Qi <yao.qi@linaro.org>
8765
8766 * gdb.base/macscp.exp: Append -g3 to additional_flags for clang.
8767
41bd68f5
SM
87682017-11-22 Simon Marchi <simon.marchi@ericsson.com>
8769
8770 * gdb.opt/inline-locals.exp: Mark tests as KFAIL.
8771 * gdb.dwarf2/info-locals-optimized-out.exp: New file.
8772 * gdb.dwarf2/info-locals-optimized-out.c: New file.
8773
1daad298
YQ
87742017-11-22 Yao Qi <yao.qi@linaro.org>
8775
8776 * gdb.base/info-os.exp: Pass pthreads.
8777 * gdb.multi/multi-attach.exp: Likewise.
8778
88465e87
YQ
87792017-11-22 Yao Qi <yao.qi@linaro.org>
8780
8781 * gdb.dwarf2/pr10770.exp: Remove code skipping non-gcc
8782 compiler.
8783
dc196b23
YQ
87842017-11-22 Yao Qi <yao.qi@linaro.org>
8785
8786 * gdb.base/attach-pie-noexec.exp: Pass "-pie" in ldflags.
8787 * gdb.base/break-interp.exp: Likewise.
8788 * gdb.base/jit-attach-pie.exp: Likewise.
8789
2400729e
UW
87902017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
8791
8792 * gdb.base/float128.c (large128): New variable.
8793 * gdb.base/float128.exp: Add test to print largest __float128 value.
8794
7a26362d
UW
87952017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
8796
8797 * gdb.arch/vsx-regs.exp: Update register content checks.
8798
ed0f4273
UW
87992017-11-21 Ulrich Weigand <uweigand@de.ibm.com>
8800
8801 * gdb.arch/ppc-longdouble.exp: New file.
8802 * gdb.arch/ppc-longdouble.c: Likewise.
8803
a25d69c6
PA
88042017-11-21 Pedro Alves <palves@redhat.com>
8805
8806 * gdb.ada/minsyms.exp: Accept any address for 'some_minsym'.
8807
73fcf641
PA
88082017-11-20 Pedro Alves <palves@redhat.com>
8809
8810 * gdb.base/whatis-ptype-typedefs.c (double_typedef)
8811 (long_double_typedef): New typedefs.
8812 Use DEF on double and long double.
8813 * gdb.base/whatis-ptype-typedefs.exp: Add double and long double
8814 cases.
8815 (run_tests): New 'float_ptr_same_size', 'double_ptr_same_size',
8816 and 'long_double_ptr_same_size' locals. Use them to decide
8817 whether cast from array/function to float is valid/invalid.
8818
71a3c369
TT
88192017-11-17 Tom Tromey <tom@tromey.com>
8820
8821 * gdb.rust/traits.rs: New file.
8822 * gdb.rust/traits.exp: New file.
8823
ced9779b
JB
88242017-11-17 Joel Brobecker <brobecker@adacore.com>
8825
8826 * gdb.ada/minsyms: New testcase.
8827
a0922d80
PA
88282017-11-16 Pedro Alves <palves@redhat.com>
8829
8830 * gdb.base/bp-cmds-continue-ctrl-c.c: New file.
8831 * gdb.base/bp-cmds-continue-ctrl-c.exp: New file.
8832
ea04e54c
PA
88332017-11-16 Pedro Alves <palves@redhat.com>
8834
8835 * gdb.rust/modules.exp: Skip tests that rely on inferior I/O if
8836 gdb,noinferiorio is set, and use gdb_test_stdio otherwise.
8837
e849ea89
PA
88382017-11-16 Pedro Alves <palves@redhat.com>
8839
8840 * gdb.server/reconnect-ctrl-c.c: New file.
8841 * gdb.server/reconnect-ctrl-c.exp: New file.
8842
d8ae99a7
PM
88432017-11-16 Phil Muldoon <pmuldoon@redhat.com>
8844
8845 * gdb.python/py-rbreak.exp: New file.
8846 * gdb.python/py-rbreak.c: New file.
8847 * gdb.python/py-rbreak-func2.c: New file.
8848
968a13f8
PA
88492017-11-16 Pedro Alves <palves@redhat.com>
8850
8851 * gdb.base/starti.exp ("continue" test): Remove ".*"s from
8852 pattern.
8853 * lib/gdb.exp (gdb_test_sequence): Don't send empty command to
8854 GDB.
8855
71774bc9
SM
88562017-11-15 Simon Marchi <simon.marchi@ericsson.com>
8857
8858 * gdb.tui/completionn.exp (test_tab_completion): Add space in
8859 regex.
8860
ddbb44cf
SM
88612017-11-13 Simon Marchi <simon.marchi@polymtl.ca>
8862
8863 * gdb.opt/inline-locals.exp: Remove trailing parentheses from
8864 test names.
8865
584a564f
PA
88662017-11-09 Pedro Alves <palves@redhat.com>
8867
8868 * gdb.tui/tui-completion.exp (test_tab_completion): New procedure,
8869 factored out from ...
8870 (top level): ... here, and adjusted to avoid expecting beyond the
8871 prompt in a single gdb_test_multiple.
8872
5ed7a928
PA
88732017-11-09 Pedro Alves <palves@redhat.com>
8874
8875 * gdb.multi/multi-attach.exp ("kill" test): Match the whole query
8876 output.
8877 * gdb.server/ext-attach.exp ("kill" test): Likewise.
8878 * gdb.server/ext-restart.exp ("kill" test): Likewise.
8879 * gdb.server/ext-run.exp ("kill" test): Likewise.
8880 * gdb.server/ext-wrapper.exp ("kill" test): Likewise.
8881
a60e0738
PA
88822017-11-09 Pedro Alves <palves@redhat.com>
8883
8884 * gdb.cp/cpcompletion.exp (test_class_complete): Tighten regex to
8885 match till end of line.
8886
2c88253f
PA
88872017-11-09 Pedro Alves <palves@redhat.com>
8888
8889 * gdb.base/memattr.exp: Tighten regexes to match the end line.
8890
c7a38517
PA
88912017-11-09 Pedro Alves <palves@redhat.com>
8892
8893 * gdb.base/completion.exp (ignore_and_resync, test_tab_complete):
8894 New procedures, factored out from ...
8895 (top level): ... here, and adjusted to avoid expecting beyond the
8896 prompt in one go.
8897
f29f4b6b
PA
88982017-11-09 Pedro Alves <palves@redhat.com>
8899
8900 * gdb.asm/asm-source.exp ("kill" test): Match the whole query
8901 output. Fix '?' match.
8902
286acbb5
JB
89032017-11-08 Joel Brobecker <brobecker@adacore.com>
8904
8905 * gdb.ada/scoped_watch: New testcase.
8906 * gdb.ada/watch_arg.exp: Adjust expected behavior to the behavior
8907 which is actually correct.
8908 * gdb.ada/mi_interface.exp: Add missing thread-id in expected varobj.
8909 * gdb.ada/mi_var_array.exp: Add missing thread-id in expected varobj.
8910
62d7ae92
PA
89112017-11-08 Pedro Alves <palves@redhat.com>
8912
8913 * gdb.gdb/complaints.exp (test_initial_complaints)
8914 (test_serial_complaints, test_short_complaints): Call
8915 complaint_internal instead of complaint.
8916
280ca31f
DT
89172017-11-08 Djordje Todorovic <djordje.todorovic@rt-rk.com>
8918
8919 * gdb.threads/tls-core.c: New file.
8920 * gdb.threads/tls-core.exp: Likewise.
8921
b5ec771e
PA
89222017-11-08 Pedro Alves <palves@redhat.com>
8923
8924 * gdb.ada/complete.exp (p <Exported_Capitalized>): New test.
8925 (p Exported_Capitalized): New test.
8926 (p exported_capitalized): New test.
8927
a02b41a7
PA
89282017-11-07 Pedro Alves <palves@redhat.com>
8929
8930 * gdb.cp/ena-dis-br-range.exp: Add more tests.
8931
95e95a6d
PA
89322017-11-07 Pedro Alves <palves@redhat.com>
8933
8934 * gdb.base/ena-dis-br.exp (test_ena_dis_br): Adjust test.
8935 * gdb.cp/ena-dis-br-range.exp: Adjust tests.
8936 (disable_invalid, disable_inverted, disable_negative): New
8937 procedures.
8938 ("bad numbers"): New set of tests.
8939
cee62dbd
PA
89402017-11-07 Pedro Alves <palves@redhat.com>
8941
8942 * gdb.cp/ena-dis-br-range.exp: Add tests.
8943
cc638e86
PA
89442017-11-07 Pedro Alves <palves@redhat.com>
8945
8946 * gdb.base/ena-dis-br.exp: Don't expect "warning:".
8947
d0fe4701
XR
89482017-11-07 Xavier Roirand <roirand@adacore.com>
8949 Pedro Alves <palves@redhat.com>
8950
8951 * gdb.base/ena-dis-br.exp: Add reference to
8952 gdb.cp/ena-dis-br-range.exp.
8953 * gdb.cp/ena-dis-br-range.exp: New file.
8954 * gdb.cp/ena-dis-br-range.cc: New file.
8955
46f67f80
PA
89562017-11-06 Pedro Alves <palves@redhat.com>
8957
8958 * gdb.base/attach-non-pgrp-leader.c: New.
8959 * gdb.base/attach-non-pgrp-leader.exp: New.
8960
726e1356
PA
89612017-11-06 Pedro Alves <palves@redhat.com>
8962
8963 * configure.ac: No longer check for termio.h and sgtty.h.
8964 * configure: Regenerate.
8965 * remote-utils.c: Include termios.h instead of gdb_termios.h.
8966 (remote_open): Check HAVE_TERMIOS_H instead of HAVE_TERMIOS.
8967 Remove termio and sgtty code.
8968
50ab6ace
YQ
89692017-11-03 Yao Qi <yao.qi@linaro.org>
8970
8971 * gdb.mi/list-thread-groups-available.exp: Skip it if XML parsing
8972 in GDB is disabled.
8973
8e68731c
YQ
89742017-11-03 Yao Qi <yao.qi@linaro.org>
8975
8976 * gdb.python/py-thrhandle.exp: Skip it if python is not
8977 enabled.
8978
3a87ae65
SM
89792017-10-31 Simon Marchi <simon.marchi@polymtl.ca>
8980
8981 * gdb.mi/mi-break.exp (test_breakpoint_commands): Test backtrace
8982 as a breakpoint command.
8983
484d8d36
MD
89842017-10-28 Maksim Dzabraev <dzabraew@gmail.com>
8985
8986 PR python/21213
8987 * gdb.python/py-infthread.exp: Test calling
8988 InferiorThread.inferior () multiple times in a row.
8989
4a27f119
KS
89902017-10-27 Keith Seitz <keiths@redhat.com>
8991
8992 * gdb.opt/inline-break.exp (break_info_1): New procedure.
8993 Test "info break" for every inlined function breakpoint.
8994
bb11dd58
YQ
89952017-10-27 Yao Qi <yao.qi@linaro.org>
8996
8997 * gdb.arch/insn-reloc.c (can_relocate_bl): Mark "x30" clobbered.
8998
a43f3893
PF
89992017-10-26 Patrick Frants <osscontribute@gmail.com>
9000
9001 * gdb.cp/classes.exp (test_static_members): Test printing
9002 Outer::instance.
9003 * gdb.cp/classes.c (struct Inner, struct Outer): New.
9004 (Inner::instance, Outer::instance): New.
9005
792ccf00
PA
90062017-10-24 Pedro Alves <palves@redhat.com>
9007
9008 * gdb.base/new-ui.exp (do_test): Split "delete all breakpoints on
9009 extra console" test in two stages.
9010
eb2bfbad
PA
90112017-10-24 Pedro Alves <palves@redhat.com>
9012
9013 * gdb.threads/attach-into-signal.exp (corefunc): Reindent.
9014
1f75a651
PA
90152017-10-24 Pedro Alves <palves@redhat.com>
9016
9017 * gdb.threads/attach-into-signal.exp: Remove whole "stoppedtry"
9018 loop.
9019
779990d9
PA
90202017-10-24 Pedro Alves <palves@redhat.com>
9021
9022 * gdb.threads/attach-into-signal.exp (corefunc): Remove "attach
9023 $attempt" and "stoppedtry $stoppedtry" test prefixes.
9024
ad9b8f5d
PA
90252017-10-24 Pedro Alves <palves@redhat.com>
9026
9027 * lib/gdb-python.exp (get_python_valueof): Add 'test' optional
9028 parameter and handle it. Don't output read value in test name.
9029
fee6da6e
PA
90302017-10-24 Pedro Alves <palves@redhat.com>
9031
9032 * gdb.gdb/unittest.exp ('maintenance check xml-descriptions'): Use
9033 custom test name.
9034
10389c2c
PA
90352017-10-24 Pedro Alves <palves@redhat.com>
9036
9037 * gdb.base/startup-with-shell.exp ('touch $unique_file'): Don't
9038 include the unstable output directory name in the test's name.
9039 (initial_setup_simple) <'set args'>: Use custom test name.
9040
a80e65a9
PA
90412017-10-24 Pedro Alves <palves@redhat.com>
9042
9043 * gdb.arch/arc-tdesc-cpu.exp ('set tdesc filename'): Use gdb_test
9044 with explicit test name.
9045
15763a09
PA
90462017-10-20 Pedro Alves <palves@redhat.com>
9047
9048 * gdb.base/quit.exp: Use gdb_test_multiple and expect 'eof' before
9049 'wait -i'. Use gdb_assert and remote_close.
9050
49a4ce2e
AB
90512017-10-19 Andrew Burgess <andrew.burgess@embecosm.com>
9052
9053 * gdb.linespec/ls-errs.exp (do_test): Update comment, use line
9054 number from variable rather than hard-coded.
9055
a75868f5
PA
90562017-10-19 Pedro Alves <palves@redhat.com>
9057
9058 * gdb.base/long-inferior-output.c: New file.
9059 * gdb.base/long-inferior-output.exp: New file.
9060
c8ba13ad
KS
90612017-11-18 Keith Seitz <keiths@redhat.com>
9062
9063 * gdb.cp/cpexprs.cc (base) <operator fluff const* const*>: New
9064 method.
9065 (main): Call it.
9066 * gdb.cp/cpexprs.exp: Add new conversion operator to test matrix.
9067 Add additional user-defined conversion operator tests.
9068
b27de576
PA
90692017-10-17 Pedro Alves <palves@redhat.com>
9070
9071 * boards/native-stdio-gdbserver.exp: Load "local-board".
9072
8484c955
PA
90732017-10-17 Pedro Alves <palves@redhat.com>
9074
9075 * gdb.base/quit-live.c: New file.
9076 * gdb.base/quit-live.exp: New file.
9077
83d5a34d
KS
90782017-10-16 Keith Seitz <keiths@redhat.com>
9079
9080 * gdb.cp/classes.cc (class_with_typedefs, class_with_public_typedef)
9081 (class_with_protected_typedef, class_with_private_typedef)
9082 (struct_with_public_typedef, struct_with_protected_typedef)
9083 (struct_with_private_typedef): New classes/structs.
9084 * gdb.cp/classes.exp (test_ptype_class_objects): Add tests for
9085 typedefs and access specifiers.
9086
739b3f1d
PA
90872017-10-16 Pedro Alves <palves@redhat.com>
9088 Simon Marchi <simon.marchi@polymtl.ca>
9089
9090 * README (Local vs Remote vs Native): New section.
9091 * boards/local-board.exp: New file, with bits factored out from
9092 ...
9093 * boards/native-extended-gdbserver.exp: ... here. Load
9094 "local-board".
9095 * boards/native-gdbserver.exp: Load "local-board".
9096 (${board}_spawn, ${board}_exec): Delete.
9097 * boards/native-stdio-gdbserver.exp: Most contents factored out to
9098 ...
9099 * boards/stdio-gdbserver-base.exp: ... this new file.
9100 * boards/native-stdio-gdbserver.exp: Reimplement, by loading
9101 "stdio-gdbserver-base" and defining a get_target_remote_pipe_cmd
9102 procedure.
9103 * boards/remote-stdio-gdbserver.exp: Load stdio-gdbserver-base
9104 instead of native-stdio-gdbserver. Don't set gdb_server_prog nor
9105 stdio_gdbserver_command.
9106 (${board}_get_remote_address, ${board}_get_comm_port)
9107 (${board}_download, ${board}_upload): Delete.
9108 (get_target_remote_pipe_cmd): New.
9109
fe68b953
SM
91102017-10-16 Simon Marchi <simon.marchi@ericsson.com>
9111
9112 * gdb.python/py-breakpoint.exp (test_bkpt_basic,
9113 test_bkpt_deletion, test_bkpt_cond_and_cmds,
9114 test_bkpt_invisible, test_watchpoints, test_bkpt_internal,
9115 test_bkpt_eval_funcs, test_bkpt_temporary, test_bkpt_address,
9116 test_bkpt_pending, test_bkpt_events): Use proc_with_prefix,
9117 remove with_test_prefix.
9118
300b6685
PA
91192017-10-13 Pedro Alves <palves@redhat.com>
9120
9121 * lib/gdb.exp (target_can_use_run_cmd): New procedure.
9122 * gdb.base/annota1.exp: Use it instead of is_remote.
9123 * gdb.base/annota3.exp: Use it instead of is_remote.
9124 * gdb.cp/annota2.exp: Use it instead of is_remote.
9125 * gdb.cp/annota3.exp: Use it instead of is_remote.
9126 * gdb.multi/bkpt-multi-exec.exp: Use it instead of is_remote.
9127
50500caf
PA
91282017-10-13 Pedro Alves <palves@redhat.com>
9129
9130 * gdb.base/testenv.exp: Check use_gdb_stub instead of is_remote.
9131 (test_num_test_vars, run_and_count_vars, find_env)
9132 (test_set_unset_env, test_inherit_env_var): New procedures.
9133 (top level): Use them.
9134
dad0c6d2
PA
91352017-10-13 Pedro Alves <palves@redhat.com>
9136
9137 * lib/selftest-support.exp (selftest_setup): Extend comments, and
9138 also skip on stub-like targets.
9139
8b0553c1
PA
91402017-10-13 Pedro Alves <palves@redhat.com>
9141
9142 PR gdb/22293
9143 * gdb.base/find-unmapped.exp: Don't skip if is_remote target.
9144 (top level): Move some tests to ...
9145 (test_not_found): ... this new procedure.
9146 (top level): Call it.
9147
7594f623
PA
91482017-10-13 Pedro Alves <palves@redhat.com>
9149
9150 * gdb.base/term.exp: Don't skip if is_remote target. Instead,
9151 expect different "info terminal" output if testing with a
9152 non-native target.
9153
ebe3b402
PA
91542017-10-13 Pedro Alves <palves@redhat.com>
9155 Simon Marchi <simon.marchi@polymtl.ca>
9156
9157 PR python/12966
9158 * gdb.python/py-evthreads.exp: Remove is_remote target kfail.
9159
42f1b161
PA
91602017-10-13 Pedro Alves <palves@redhat.com>
9161
9162 * gdb.python/py-evthreads.exp: Start GDB with "set non-stop on"
9163 already.
9164
8d6ef72b
PA
91652017-10-13 Pedro Alves <palves@redhat.com>
9166
9167 * gdb.python/py-evsignal.exp: Check gdb_protocol instead of
9168 is_remote.
9169
d7bcd5b8
PA
91702017-10-13 Pedro Alves <palves@redhat.com>
9171
9172 * gdb.threads/thread_events.exp: Check gdb_protocol instead of
9173 is_remote.
9174
df479dc6
PA
91752017-10-13 Pedro Alves <palves@redhat.com>
9176
9177 * gdb.base/corefile.exp (corefile_test_run): Skip if gdb_protocol
9178 is set.
9179 (corefile_test_attach): Likewise. Check can_spawn_for_attach
9180 instead of is_remote.
9181
23fb630a
PA
91822017-10-13 Pedro Alves <palves@redhat.com>
9183
9184 * gdb.base/remote.exp: Check gdb_protocol instead of is_remote.
9185 (top level): Add comment.
9186
cc77b1dc
PA
91872017-10-13 Pedro Alves <palves@redhat.com>
9188
9189 * gdb.base/remote.exp (top level): Fix comment typo and add
9190 missing return.
9191
27c9e813
PA
91922017-10-13 Pedro Alves <palves@redhat.com>
9193 Simon Marchi <simon.marchi@polymtl.ca>
9194
9195 * gdb.base/solib-nodir.exp: Split is_remote and skip_shlib_tests
9196 calls and add comments. Skip test if use_gdb_stub is set.
9197 (top level): Use "set cwd" command instead of "cd" command.
9198
5e830d98
PA
91992017-10-13 Pedro Alves <palves@redhat.com>
9200
9201 * gdb.base/shlib-call.exp (top level): Use gdb_run_cmd and remove
9202 is_remote target check.
9203
f5ca0032
PA
92042017-10-13 Pedro Alves <palves@redhat.com>
9205
9206 * gdb.base/scope.exp: Use build_executable + clean_restart +
9207 gdb_file_cmd instead of prepare_for_testing and no longer skip
9208 "before run" tests on is_remote target boards. Update comments.
9209 * boards/native-extended-gdbserver.exp
9210 (extended_gdbserver_load_last_file): New, factored out from ...
9211 (gdb_load): ... this. Move further below and add comment.
9212 (extended_gdbserver_gdb_file_cmd, gdb_file_cmd, gdb_reload): New.
9213
8aed1c0d
PA
92142017-10-12 Pedro Alves <palves@redhat.com>
9215
9216 * gdb.base/attach.exp: Remove references to gdb64.
9217 * gdb.base/dbx.exp: Remove references to gdb64.
9218
cfa34c87
SM
92192017-10-12 Simon Marchi <simon.marchi@polymtl.ca>
9220 Pedro Alves <palves@redhat.com>
9221
9222 * gdb.base/label.exp: Remove is_remote target check.
9223
9192b7de
PA
92242017-10-12 Pedro Alves <palves@redhat.com>
9225
9226 * gdb.base/auvx.exp (coredir): Update comment.
9227 (top level) <core_works>: Use "set cwd" command instead of "cd"
9228 command.
9229
6bf0052d
PA
92302017-10-12 Pedro Alves <palves@redhat.com>
9231 Simon Marchi <simon.marchi@polymtl.ca>
9232
9233 * gdb.base/catch-fork-static.exp: No longer skip on is_remote
9234 target boards.
9235
e48ef82d
PA
92362017-10-12 Pedro Alves <palves@redhat.com>
9237 Simon Marchi <simon.marchi@polymtl.ca>
9238
9239 * gdb.base/checkpoint.exp: Don't check is_remote or isnative.
9240 Instead skip if there's any gdb_protocol set.
9241
8d7aea57
SM
92422017-10-12 Simon Marchi <simon.marchi@polymtl.ca>
9243 Pedro Alves <palves@redhat.com>
9244
9245 * gdb.base/dprintf-non-stop.exp: Remove is_remote target check.
9246
30440677
PA
92472017-10-12 Pedro Alves <palves@redhat.com>
9248 Simon Marchi <simon.marchi@polymtl.ca>
9249
9250 * gdb.base/argv0-symlink.exp: kfail on remote gdbserver,
9251 instead of on dejagnu remote boards.
9252
4e04f045 92532017-10-12 Pedro Alves <palves@redhat.com>
175654b9 9254 Simon Marchi <simon.marchi@polymtl.ca>
4e04f045
PA
9255
9256 * gdb.base/inferior-died.exp: Remove is_remote and isnative
9257 checks. Use build_executable + clean_restart instead of
9258 prepare_for_testing. Pass "set non-stop on" via GDBFLAGS instead
9259 of enabling non-stop after starting gdb.
9260
871a186e
PA
92612017-10-12 Pedro Alves <palves@redhat.com>
9262
9263 * gdb.threads/non-ldr-exc-1.exp: No longer skip if is_remote target.
9264 * gdb.threads/non-ldr-exc-2.exp: Ditto.
9265 * gdb.threads/non-ldr-exc-3.exp: Ditto.
9266 * gdb.threads/non-ldr-exc-4.exp: Ditto.
9267
56d704da
AK
92682017-10-11 Anton Kolesov <Anton.Kolesov@synopsys.com>
9269
9270 * gdb.arch/arc-tdesc-cpu.exp: New file.
9271 * gdb.arch/arc-tdesc-cpu.xml: Likewise.
9272
2f20e312
SM
92732017-10-10 Simon Marchi <simon.marchi@ericsson.com>
9274
9275 * lib/gdb.exp (get_integer_valueof): Don't output read value in test name.
9276
65630365
PA
92772017-10-10 Pedro Alves <palves@redhat.com>
9278
9279 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Don't
9280 expect CLI output.
9281
bf469271
PA
92822017-10-10 Pedro Alves <palves@redhat.com>
9283
9284 * lib/selftest-support.exp (selftest_setup): Update for
9285 captured_command_loop's prototype change.
9286
777a42f1
PA
92872017-10-09 Pedro Alves <palves@redhat.com>
9288
9289 Test both arch1=>arch2 and arch2=>arch1.
9290
9291 * gdb.multi/multi-arch-exec.exp (exec1, srcfile1, binfile1, exec2)
9292 (srcfile2, binfile2, march1, march2): Remove globals. Largely
9293 factored out to...
9294 (append_arch1_options, append_arch2_options, append_arch_options)
9295 (build_executables): New procedures.
9296 (do_test): New 'first_arch' parameter. Use it to define 'from_exec'
9297 local.
9298 (top level): Add new 'first_arch' testing axis.
9299
cbd2b4e3
PA
93002017-10-09 Pedro Alves <palves@redhat.com>
9301
9302 * gdb.multi/multi-arch-exec.c: Include <pthread.h> and <assert.h>.
9303 (barrier): New.
9304 (thread_start, all_started): New functions.
9305 (main): Spawn new thread and wait until it is scheduled.
9306 * gdb.multi/multi-arch-exec.exp: Build $srcfile1 with the pthreads
9307 option.
9308 (do_test): Add 'selected_thread' parameter. Run to all_started
9309 instead of main. Explicitly set the breakpoint at main. Switch
9310 to the SELECTED_THREAD thread.
9311 (top level): Test handling the exec event with either the main
9312 thread or the second thread selected.
9313
5c9e4427
PA
93142017-10-09 Pedro Alves <palves@redhat.com>
9315
9316 * gdb.base/print-file-var-main.c: Fix get_version_2 value check
9317 logic. Move STOP marker after the value checks.
9318 * gdb.base/print-file-var.exp (continue to STOP marker): Tighten
9319 regexp.
9320
b3b7c423
SL
93212017-10-06 Sandra Loosemore <sandra@codesourcery.com>
9322
9323 * gdb.mi/mi-threads-interrupt.exp: Skip test if nointerrupts.
9324
3b4b2f16
UW
93252017-10-05 Ulrich Weigand <uweigand@de.ibm.com>
9326
9327 * gdb.base/dfp-exprs.exp: Update tests to larger range of supported
9328 integer-to-dfp conversion.
9329 * gdb.base/dfp-test.exp: Likewise.
9330
5cd63fda
PA
93312017-10-04 Pedro Alves <palves@redhat.com>
9332
9333 * gdb.multi/hangout.c: Include <unistd.h>.
9334 (hangout_loop): New function.
9335 (main): Call alarm. Call hangout_loop in a loop.
9336 * gdb.multi/hello.c: Include <unistd.h>.
9337 (hello_loop): New function.
9338 (main): Call alarm. Call hangout_loop in a loop.
9339 * gdb.multi/multi-arch.exp: Test running to a breakpoint one
9340 inferior with the other selected.
9341
4c71c105
SM
93422017-10-04 Simon Marchi <simon.marchi@ericsson.com>
9343
9344 * gdb.mi/list-thread-groups-available.exp: New file.
9345 * gdb.mi/list-thread-groups-available.c: New file.
9346
bc3b087d
SDJ
93472017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
9348
9349 * gdb.base/set-cwd.exp: Make it available on
9350 native-extended-gdbserver.
9351
d092c5a2
SDJ
93522017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
9353
9354 * gdb.base/set-cwd.c: New file.
9355 * gdb.base/set-cwd.exp: Likewise.
9356
45320ffa
TT
93572017-10-02 Tom Tromey <tom@tromey.com>
9358
9359 PR rust/22236:
9360 * gdb.rust/simple.rs (main): New variable "fslice".
9361 * gdb.rust/simple.exp: Add slice tests. Update string tests.
9362
b3e3859b
TT
93632017-10-02 Tom Tromey <tom@tromey.com>
9364
9365 * gdb.rust/simple.exp: Test ptype of a slice.
9366
01af5e0d
TT
93672017-10-02 Tom Tromey <tom@tromey.com>
9368
9369 * gdb.rust/simple.exp: Test index of slice.
9370
a9bbfbd8
TT
93712017-09-27 Tom Tromey <tom@tromey.com>
9372
9373 * gdb.base/macscp.exp: Add __VA_OPT__ tests.
9374
df8899e5
TP
93752017-09-26 Thomas Preud'homme <thomas.preudhomme@arm.com>
9376 Pedro Alves <palves@redhat.com>
9377
9378 * gdb.base/compare-sections.exp (get value of read-only section): Read
9379 as unsigned value.
9380 (corrupt read-only section): Likewise and don't set written if patching
9381 failed.
9382
757bf54b
KB
93832017-09-21 Kevin Buettner <kevinb@redhat.com>
9384
9385 * gdb.python/py-thrhandle.c, gdb.python/py-thrhandle.exp: New
9386 files.
9387
06871ae8
PA
93882017-09-20 Pedro Alves <palves@redhat.com>
9389
9390 * gdb.base/list-ambiguous.exp (test_list_ambiguous_symbol): Expect
9391 symbol names in gdb's output.
9392 * gdb.cp/overload.exp ("list all overloads"): Likewise.
9393
e5f25bc5
PA
93942017-09-20 Pedro Alves <palves@redhat.com>
9395
9396 * gdb.base/list-ambiguous.exp (test_list_ambiguous_function):
9397 Rename to ...
9398 (test_list_ambiguous_symbol): ... this and add a symbol name
9399 parameter. Adjust.
9400 (test_list_ambiguous_function): Reimplement on top of
9401 test_list_ambiguous_symbol and also test listing ambiguous
9402 variables.
9403 * gdb.base/list-ambiguous0.c (ambiguous): Rename to ...
9404 (ambiguous_fun): ... this.
9405 (ambiguous_var): New.
9406 * gdb.base/list-ambiguous1.c (ambiguous): Rename to ...
9407 (ambiguous_fun): ... this.
9408 (ambiguous_var): New.
9409
4e5a4f58
JB
94102017-09-19 John Baldwin <jhb@FreeBSD.org>
9411
9412 * gdb.base/starti.c: New file.
9413 * gdb.base/starti.exp: New file.
9414 * lib/gdb.exp (gdb_starti_cmd): New procedure.
9415
26e53f3e
PA
94162017-09-14 Pedro Alves <palves@redhat.com>
9417
9418 * gdb.base/nodebug.exp (nodebug_runto): New procedure.
9419 (top level): Use it instead of runto.
9420
cb791d59
TT
94212017-09-11 Tom Tromey <tom@tromey.com>
9422
9423 * gdb.base/ena-dis-br.exp (test_ena_dis_br): Update test.
9424
7c96f8c1
TT
94252017-09-11 Tom Tromey <tom@tromey.com>
9426
9427 * gdb.python/py-infthread.exp: Add tests for new_thread event.
9428 * gdb.python/py-inferior.exp: Add tests for new inferior events.
9429
469412dd
CW
94302017-09-08 Christoph Weinmann <christoph.t.weinmann@intel.com>
9431
9432 * gdb.fortran/printing-types.exp: New file.
9433 * gdb.fortran/printing-types.exp: New file.
9434
e0f86435
BH
94352017-09-08 Bernhard Heckel <bernhard.heckel@intel.com>
9436
9437 * gdb.fortran/vla-ptype.exp: Fix typos.
9438 * gdb.fortran/vla-value.exp: Same.
9439
9e9af4be
BH
94402017-09-08 Bernhard Heckel <bernhard.heckel@intel.com>
9441
9442 * gdb.fortran/vla-value.exp: Use type names defined in libfortran.
9443 * gdb.mi/mi-var-child-f.exp: Likewise.
9444 * gdb.mi/mi-vla-fortran.exp: Likewise.
9445
a5ad232b 94462017-09-08 Frank Penczek <frank.penczek@intel.com>
e79be6e5
SM
9447 Christoph Weinmann <christoph.t.weinmann@intel.com>
9448 Bernhard Heckel <bernhard.heckel@intel.com>
a5ad232b
FP
9449
9450 * gdb.fortran/ptr-indentation.f90: New file.
9451 * gdb.fortran/ptr-indentation.exp: New file.
9452
5aec60eb
TT
94532017-09-05 Tom Tromey <tom@tromey.com>
9454
9455 PR gdb/22010:
9456 * gdb.base/sizeof.exp (check_valueof): Cast char constant to int.
9457
8f8f8152
TP
94582017-09-06 Thomas Preud'homme <thomas.preudhomme@arm.com>
9459
9460 * gdb.arch/thumb2-it.exp: Cast call to assembly defined function.
9461
fbd1b771
JK
94622017-09-06 Jan Kratochvil <jan.kratochvil@redhat.com>
9463
9464 * gdb.threads/tls-nodebug-pie.c: New file.
9465 * gdb.threads/tls-nodebug-pie.exp: New file.
9466
5eb5f850
TT
94672017-09-05 Tom Tromey <tom@tromey.com>
9468
9469 * lib/gdb.exp (gdb_compile): Don't use universal_compile_options
9470 for rust.
9471
ae780a21
SM
94722017-09-05 Simon Marchi <simon.marchi@ericsson.com>
9473
9474 * gdb.multi/multi-arch-exec.exp: Test with different
9475 "follow-exec-mode" settings.
9476 (do_test): New procedure.
9477
3693fdb3
PA
94782017-09-04 Pedro Alves <palves@redhat.com>
9479
9480 * gdb.base/func-static.c (S::method const, S::method volatile)
9481 (S::method volatile const): New methods.
9482 (c_s, v_s, cv_s): New instances.
9483 (main): Call method() on them.
9484 * gdb.base/func-static.exp (syntax_re, cannot_resolve_re): New variables.
9485 (cannot_resolve): New procedure.
9486 (cxx_scopes_list): Test cv methods. Add print-scope-quote and
9487 print-quote-unquoted columns.
9488 (do_test): Test printing each scope too.
9489
e68cb8e0
PA
94902017-09-04 Pedro Alves <palves@redhat.com>
9491
9492 * gdb.base/local-static.exp: Also test with
9493 class::method::variable wholly quoted.
9494 * gdb.cp/m-static.exp (class::method::variable): Remove test.
9495
858be34c
PA
94962017-09-04 Pedro Alves <palves@redhat.com>
9497
9498 * gdb.base/local-static.c: New.
9499 * gdb.base/local-static.cc: New.
9500 * gdb.base/local-static.exp: New.
9501
46a4882b
PA
95022017-09-04 Pedro Alves <palves@redhat.com>
9503
9504 * gdb.asm/asm-source.exp: Add casts to int.
9505 * gdb.base/nodebug.c (dataglobal8, dataglobal32_1, dataglobal32_2)
9506 (dataglobal64_1, dataglobal64_2): New globals.
9507 * gdb.base/nodebug.exp: Test different expressions involving the
9508 new globals, with print, whatis and ptype. Add casts to int.
9509 * gdb.base/solib-display.exp: Add casts to int.
9510 * gdb.compile/compile-ifunc.exp: Expect warning. Add cast to int.
9511 * gdb.cp/m-static.exp: Add cast to int.
9512 * gdb.dwarf2/dw2-skip-prologue.exp: Add cast to int.
9513 * gdb.threads/tls-nodebug.exp: Check that gdb errors out printing
9514 tls variable with no debug info without a cast. Test with a cast
9515 to int too.
9516 * gdb.trace/entry-values.exp: Add casts.
9517
2c5a2be1
PA
95182017-09-04 Pedro Alves <palves@redhat.com>
9519
9520 * gdb.base/nodebug.exp: Test that ptype's error about functions
9521 with unknown return type includes the function name too.
9522
7022349d
PA
95232017-09-04 Pedro Alves <palves@redhat.com>
9524
9525 * gdb.base/break-main-file-remove-fail.exp (test_remove_bp): Cast
9526 return type of munmap in infcall.
9527 * gdb.base/break-probes.exp: Cast return type of foo in infcall.
9528 * gdb.base/checkpoint.exp: Simplify using for loop. Cast return
9529 type of ftell in infcall.
9530 * gdb.base/dprintf-detach.exp (dprintf_detach_test): Cast return
9531 type of getpid in infcall.
9532 * gdb.base/infcall-exec.exp: Cast return type of execlp in
9533 infcall.
9534 * gdb.base/info-os.exp: Cast return type of getpid in infcall.
9535 Bail on failure to extract the pid.
9536 * gdb.base/nodebug.c: #include <stdint.h>.
9537 (multf, multf_noproto, mult, mult_noproto, add8, add8_noproto):
9538 New functions.
9539 * gdb.base/nodebug.exp (test_call_promotion): New procedure.
9540 Change expected output of print/whatis/ptype with functions with
9541 no debug info. Test all supported languages. Call
9542 test_call_promotion.
9543 * gdb.compile/compile.exp: Adjust expected output to expect
9544 warning.
9545 * gdb.threads/siginfo-threads.exp: Likewise.
9546
54990598
PA
95472017-09-04 Pedro Alves <palves@redhat.com>
9548
9549 * gdb.base/callfuncs.exp (do_function_calls): New parameter
9550 "prototypes". Test calling float functions via prototyped and
9551 unprototyped function pointers.
9552 (perform_all_tests): New parameter "prototypes". Pass it down.
9553 (top level): Pass down "prototypes" parameter to
9554 perform_all_tests.
9555
34d16ea2
SM
95562017-09-04 Simon Marchi <simon.marchi@ericsson.com>
9557
9558 * gdb.base/commands.exp (loop_break_test, loop_continue_test):
9559 Test with nested loops.
9560
9521ecda
SM
95612017-09-04 Simon Marchi <simon.marchi@ericsson.com>
9562
9563 * gdb.base/commands.exp: Call the new procedures.
9564 (loop_break_test, loop_continue_test): New procedures.
9565
80a65e9b
SM
95662017-09-04 Simon Marchi <simon.marchi@ericsson.com>
9567
9568 * gdb.base/commands.exp: Call new procedure.
9569 (define_if_without_arg_test): New procedure.
9570
e439fa14
PA
95712017-09-04 Pedro Alves <palves@redhat.com>
9572
9573 * gdb.base/list-ambiguous.exp: New file.
9574 * gdb.base/list-ambiguous0.c: New file.
9575 * gdb.base/list-ambiguous1.c: New file.
9576 * gdb.base/list.exp (test_list_range): Adjust expected output.
9577
0a2dde4a
SDJ
95782017-08-31 Sergio Durigan Junior <sergiodj@redhat.com>
9579
9580 * gdb.base/share-env-with-gdbserver.c: New file.
9581 * gdb.base/share-env-with-gdbserver.exp: Likewise.
9582
5e89eb3a
SM
95832017-08-28 Simon Marchi <simon.marchi@ericsson.com>
9584
9585 * gdb.base/commands.exp (gdbvar_simple_if_test,
9586 gdbvar_simple_if_test, gdbvar_complex_if_while_test,
9587 progvar_simple_if_test, progvar_simple_while_test,
9588 progvar_complex_if_while_test, user_defined_command_test,
9589 user_defined_command_args_eval,
9590 user_defined_command_args_stack_test,
9591 user_defined_command_manyargs_test, bp_deleted_in_command_test,
9592 temporary_breakpoint_commands,
9593 gdb_test_no_prompt, redefine_hook_test,
9594 redefine_backtrace_test): Remove "global gdb_prompt".
9595
fd437cbc
SM
95962017-08-28 Simon Marchi <simon.marchi@ericsson.com>
9597
9598 * gdb.base/commands.exp (user_defined_command_case_sensitivity):
9599 New proc, call it from toplevel.
9600
87215ad1
SDJ
96012017-08-23 Sergio Durigan Junior <sergiodj@redhat.com>
9602
9603 PR remote/21852
9604 * gdb.server/normal.c: New file, copied from gdb.base.
9605 * gdb.server/run-without-local-binary.exp: New file.
9606
58afddc6
WP
96072017-08-07 Weimin Pan <weimin.pan@oracle.com>
9608
9609 * gdb.arch/sparc64-adi.exp: New file.
9610 * gdb.arch/sparc64-adi.c: New file.
9611
5277199a
PA
96122017-08-22 Pedro Alves <palves@redhat.com>
9613
9614 * gdb.cp/overload.exp (line_range_pattern): New procedure.
9615 (top level): Add "list all overloads" tests.
9616
14278e1f
TT
96172017-08-22 Tom Tromey <tom@tromey.com>
9618
9619 * gdb.gdb/xfullpath.exp: Remove.
9620
bf223d3e
PA
96212017-08-21 Pedro Alves <palves@redhat.com>
9622
9623 PR gdb/19487
9624 * gdb.base/symbol-alias.c: New.
9625 * gdb.base/symbol-alias2.c: New.
9626 * gdb.base/symbol-alias.exp: New.
9627
c973d0aa
PA
96282017-08-21 Pedro Alves <palves@redhat.com>
9629
9630 * gdb.base/dfp-test.c
9631 (d32_t, d64_t, d128_t, d32_t2, d64_t2, d128_t2, v_d32_t, v_d64_t)
9632 (v_d128_t, v_d32_t2, v_d64_t2, v_d128_t2): New.
9633 * gdb.base/dfp-test.exp: Add whatis/ptype/cast tests.
9634 * gdb.base/gnu_vector.exp: Add whatis/ptype/cast tests.
9635 * gdb.base/whatis-ptype-typedefs.c: New.
9636 * gdb.base/whatis-ptype-typedefs.exp: New.
9637 * gdb.python/py-prettyprint.c (int_type, int_type2): New typedefs.
9638 (an_int, an_int_type, an_int_type2): New globals.
9639 * gdb.python/py-prettyprint.exp (run_lang_tests): Add tests
9640 involving typedefs and cast expressions.
9641 * gdb.python/py-prettyprint.py (class pp_int_typedef): New.
9642 (lookup_typedefs_function): New.
9643 (typedefs_pretty_printers_dict): New.
9644 (top level): Register lookup_typedefs_function in
9645 gdb.pretty_printers.
9646
6d580b63
YQ
96472017-08-18 Yao Qi <yao.qi@linaro.org>
9648
9649 * gdb.server/unittest.exp: New.
9650
206726fb
SDJ
96512017-08-15 Sergio Durigan Junior <sergiodj@redhat.com>
9652
9653 PR gdb/21954
9654 * gdb.base/environ.exp: Add test to check if 'unset environment'
9655 works.
9656
bf0ec4c2
AA
96572017-08-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
9658
9659 * lib/gdb.exp (universal_compile_options): New caching proc.
9660 (gdb_compile): Suppress GCC's coloring of messages.
9661
d6382fff
TT
96622017-08-14 Tom Tromey <tom@tromey.com>
9663
9664 PR gdb/21675:
9665 * gdb.base/printcmds.exp (test_radices): New function.
9666 * gdb.dwarf2/var-access.exp: Use p/u, not p/d.
9667 * gdb.base/sizeof.exp (check_valueof): Use p/d.
9668 * lib/gdb.exp (get_integer_valueof): Use p/d.
9669
c2c2dd9f
SM
96702017-08-12 Simon Marchi <simon.marchi@ericsson.com>
9671
9672 * lib/gdb.exp (get_valueof): Don't capture end-of-line
9673 characters.
9674
fdffd6f4
TT
96752017-08-05 Tom Tromey <tom@tromey.com>
9676
9677 * gdb.rust/simple.exp: Allow String to appear in a different
9678 namespace.
9679
27d41eac
YQ
96802017-07-26 Yao Qi <yao.qi@linaro.org>
9681
9682 * gdb.gdb/unittest.exp: Invoke command
9683 "maintenance check xml-descriptions".
9684
031ed05d
AA
96852017-07-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
9686
9687 * gdb.arch/s390-vregs.exp: Calculate parameters to hex128 in the
9688 calling context.
9689 (hex128): Drop erroneous calculation of parameters.
9690
dcd27ddf
SM
96912017-07-22 Simon Marchi <simon.marchi@ericsson.com>
9692
9693 * gdb.python/py-unwind.exp: Disable stack protection when
9694 building test file.
9695
47e77640
PA
96962017-07-20 Pedro Alves <palves@redhat.com>
9697
9698 * gdb.base/default.exp (set language): Adjust expected output.
9699
62d2a18a
PA
97002017-07-20 Pedro Alves <palves@redhat.com>
9701
9702 * gdb.base/dmsym.c (pck__foo__bar__minsym): Rename to ...
9703 (test_minsym): ... this, and make static.
9704 (get_pck__foo__bar__minsym): Rename to ...
9705 (get_test_minsym): ... this.
9706 * gdb.base/dmsym.exp (): Remove "set language ada" call. Adjust
9707 symbol names and comments.
9708 * gdb.base/dmsym_main.c (get_pck__foo__bar__minsym): Rename to ...
9709 (get_test_minsym): ... this.
9710 (pck__foo__bar__minsym__2): Rename to ...
9711 (test_minsym): ... this.
9712 (main): Adjust.
9713
c45ec17c
PA
97142017-07-17 Pedro Alves <palves@redhat.com>
9715
9716 * gdb.base/completion.exp: Adjust expected output.
9717 * gdb.linespec/ls-errs.exp: Don't send tab characters, now that
9718 the completer works.
9719
c6756f62
PA
97202017-07-17 Pedro Alves <palves@redhat.com>
9721
9722 * gdb.linespec/ls-errs.exp (do_test): Adjust expected output.
9723
5bd68487
AB
97242017-07-15 Andrew Burgess <andrew.burgess@embecosm.com>
9725
9726 * gdb.mi/mi-vla-fortran.exp: Make test names unique.
9727
8880f2a9
TT
97282017-07-14 Tom Tromey <tom@tromey.com>
9729
9730 PR rust/21764:
9731 * gdb.rust/simple.exp: Add tests.
9732
65547233
TT
97332017-07-14 Tom Tromey <tom@tromey.com>
9734
9735 * gdb.rust/simple.exp: Add regression test for PR rust/21763.
9736
8f14146e
PA
97372017-07-14 Pedro Alves <palves@redhat.com>
9738
9739 * gdb.linespec/base/one/thefile.cc (z1): New function.
9740 * gdb.linespec/base/two/thefile.cc (z2): New function.
9741 * gdb.linespec/linespec.exp: Add tests.
9742
b4365d02
AB
97432017-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
9744
9745 * gdb.mi/mi-vla-fortran.exp: Correct even more parameter passing
9746 to mi_create_breakpoint.
9747
5d2cbaa5
AB
97482017-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
9749
9750 * gdb.mi/mi-vla-fortran.exp: Correct parameter passing to
9751 mi_create_breakpoint.
9752
11cb5716
IB
97532017-07-11 Iain Buclaw <ibuclaw@gdcproject.org>
9754
9755 * gdb.dlang/demangle.exp: Update for demangling changes.
9756
03278692
TT
97572017-07-09 Tom Tromey <tom@tromey.com>
9758
9759 * gdb.dwarf2/shortpiece.exp: New file.
9760
33c5cd75
DB
97612017-07-06 David Blaikie <dblaikie@gmail.com>
9762
9763 * gdb.dwarf2/fission-multi-cu.S: Test containing multiple CUs in a DWO,
9764 built from fissiont-multi-cu{1,2}.c.
9765 * gdb.dwarf2/fission-multi-cu.exp: Test similar to fission-base.exp,
9766 except putting 'main' and 'func' in separate CUs in the same DWO file.
9767 * gdb.dwarf2/fission-multi-cu1.c: First CU for the multi-CU-single-DWO
9768 test.
9769 * gdb.dwarf2/fission-multi-cu2.c: Second CU in the multi-CU-single-DWO
9770 test.
9771
8455d262
PA
97722017-07-06 Pedro Alves <palves@redhat.com>
9773
9774 * gdb.python/py-unwind.exp: Test flushregs.
9775
dc4bde35
SDJ
97762017-06-30 Sergio Durigan Junior <sergiodj@redhat.com>
9777
9778 PR cli/21688
9779 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): Add new
9780 tests for alias commands and trailing whitespace.
9781
51ed89aa
SDJ
97822017-06-30 Sergio Durigan Junior <sergiodj@redhat.com>
9783
9784 PR cli/21688
9785 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): New
9786 procedure. Call it.
9787
eb17d413
PA
97882017-06-29 Pedro Alves <palves@redhat.com>
9789
9790 * gdb.base/printcmds.exp: Add tests.
9791
41664b45
DG
97922017-06-28 Doug Gilmore <Doug.Gilmore@imgtec.com>
9793
9794 PR gdb/21337
9795 * gdb.base/reread-readsym.exp: New file.
9796 * gdb.base/reread-readsym.c: New file.
9797
75312ae3
KB
97982017-06-21 Kevin Buettner <kevinb@redhat.com>
9799
9800 * gdb.exp (gdb_test): Using noncapturing parens for the $pattern
9801 subpattern.
9802
66953522
PB
98032017-06-19 Peter Bergner <bergner@vnet.ibm.com>
9804
9805 * gdb.arch/powerpc-power9.exp: Update test case for new lnia
9806 extended mnemonic.
9807 * gdb.arch/powerpc-power9.s: Likewise.
9808
5524b525
AA
98092017-06-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
9810
9811 * gdb.dwarf2/var-access.exp: Use register name ecx instead of edx
9812 on 32-bit x86 targets. Exploit is_*_target macros where
9813 appropriate.
9814
03c8af18
AA
98152017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
9816
9817 * gdb.dwarf2/var-access.exp: Add test for non-byte-aligned
9818 register pieces.
9819
3bf31011
AA
98202017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
9821
9822 * gdb.dwarf2/var-access.exp: Add tests for accessing bit-fields
9823 located in one or more DWARF pieces.
9824
805acca0
AA
98252017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
9826
9827 * lib/gdb.exp (get_endianness): New proc.
9828 * gdb.arch/aarch64-fp.exp: Use it.
9829 * gdb.arch/altivec-regs.exp: Likewise.
9830 * gdb.arch/e500-regs.exp: Likewise.
9831 * gdb.arch/vsx-regs.exp: Likewise.
9832 * gdb.base/dump.exp: Likewise.
9833 * gdb.base/funcargs.exp: Likewise.
9834 * gdb.base/gnu_vector.exp: Likewise.
9835 * gdb.dwarf2/formdata16.exp: Likewise.
9836 * gdb.dwarf2/implptrpiece.exp: Likewise.
9837 * gdb.dwarf2/nonvar-access.exp: Likewise.
9838 * gdb.python/py-inferior.exp: Likewise.
9839 * gdb.trace/unavailable-dwarf-piece.exp: Likewise.
9840
e9352324
AA
98412017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
9842
9843 PR gdb/21226
9844 * gdb.dwarf2/nonvar-access.exp: Add checks for verifying that
9845 stack value pieces are taken from the LSB end.
9846
d5d1163e
AA
98472017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
9848
9849 * gdb.dwarf2/var-pieces.exp: Add test case for modifying a
9850 variable at nonzero offset.
9851
0567c986
AA
98522017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
9853
9854 * gdb.dwarf2/var-access.c: New file.
9855 * gdb.dwarf2/var-access.exp: New test.
9856 * lib/gdb-utils.exp (string_to_regexp): Quote braces as well.
9857
973e9aab
TT
98582017-06-12 Tom Tromey <tom@tromey.com>
9859
9860 * gdb.dwarf2/formdata16.exp: Add tests.
9861
d9109c80
TT
98622017-06-12 Tom Tromey <tom@tromey.com>
9863
9864 * gdb.arch/altivec-regs.exp: Expect decimal results for uint128.
9865
30a25466
TT
98662017-06-12 Tom Tromey <tom@tromey.com>
9867
9868 PR exp/16225:
9869 * gdb.reverse/i386-sse-reverse.exp: Update tests.
9870 * gdb.arch/vsx-regs.exp: Update tests.
9871 * gdb.arch/s390-vregs.exp (hex128): New proc.
9872 Update test.
9873 * gdb.arch/altivec-regs.exp: Update tests.
9874
aefd8b33
SDJ
98752017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
9876
9877 * gdb.base/startup-with-shell.c: New file.
9878 * gdb.base/startup-with-shell.exp: Likewise.
9879
2090129c
SDJ
98802017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
9881
9882 * gdb.server/non-existing-program.exp: Update regex in order to
9883 reflect the fact that gdbserver is now using fork_inferior (with a
9884 shell) to startup the inferior.
9885
8e86a419
SM
98862017-05-30 Simon Marchi <simon.marchi@ericsson.com>
9887
9888 * gdb.base/watch-cond-infcall.exp: Don't run if target doesn't
9889 support function calls from GDB.
9890
e6cf65f2
TT
98912017-05-21 Tom Tromey <tom@tromey.com>
9892
9893 PR rust/21466:
9894 * gdb.rust/unsized.exp: New file.
9895 * gdb.rust/unsized.rs: New file.
9896
43cc5389
TT
98972017-05-19 Tom Tromey <tom@tromey.com>
9898
9899 PR rust/21484:
9900 * gdb.rust/watch.exp: New file.
9901 * gdb.rust/watch.rs: New file.
9902
ec8df234
TT
99032017-05-18 Tom Tromey <tom@tromey.com>
9904
9905 * gdb.rust/simple.exp: Allow Box to be qualified.
9906
3e3e7fae
TP
99072017-05-18 Thomas Preud'homme <thomas.preudhomme@arm.com>
9908
9909 * gdb.base/float.exp: Expect GDB prompt for targets without FPU.
9910
59cc050d
PA
99112017-05-18 Pedro Alves <palves@redhat.com>
9912
9913 * gdb.base/fileio.c (test_write, test_read, test_close)
9914 (test_fstat): Don't print 'ret' in the fail path.
9915
c8f6abd1
PA
99162017-05-18 Pedro Alves <palves@redhat.com>
9917
9918 * gdb.base/fileio.c (stop, test_open, test_write, test_read)
9919 (test_lseek, test_close, test_stat, test_fstat, test_isatty)
9920 (test_system, test_rename, test_unlink, test_time): Change
9921 prototypes.
9922 * gdb.base/fileio.exp (stop_msg): Adjust.
9923
d2a03b77
PA
99242017-05-18 Pedro Alves <palves@redhat.com>
9925
9926 * gdb.base/fileio.c (null_str): New global.
9927 (test_stat): Use it.
9928 * gdb.base/fileio.exp: Remove nowarnings.
9929
0d5c6999
YQ
99302017-05-17 Yao Qi <yao.qi@linaro.org>
9931
9932 * gdb.base/fileio.exp: Pass nowarnings to gdb_compile.
9933
21873064
YQ
99342017-05-17 Simon Marchi <simon.marchi@ericsson.com>
9935
9936 * gdb.base/set-inferior-tty.exp (test_set_inferior_tty): Add
9937 argument command.
9938 (top-level): Invoke test_set_inferior_tty.
9939
d512d31c
PA
99402017-05-04 Pedro Alves <palves@redhat.com>
9941
9942 * gdb.python/py-record-btrace-threads.exp (check_insn_for_thread):
9943 Add parens to print call for Python 3.
9944
90cef2ed
KS
99452017-05-03 Keith Seitz <keiths@redhat.com>
9946
9947 * gdb.cp/oranking.cc (dummy): New function to grab malloc.
9948 (main): Call it.
9949
14f819c8
TW
99502017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
9951
9952 * gdb.python/py-record-btrace.exp: Rename prev_sibling and next_sibling
9953 to prev and next.
9954
913aeadd
TW
99552017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
9956
9957 * gdb.python/py-record-btrace.exp: Remove test for
9958 gdb.BtraceInstruction.error.
9959
a3be24ad
TW
99602017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
9961
9962 * gdb.python/py-record-btrace.exp: Remove Record.ptid test.
9963
ae20e79a
TW
99642017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
9965
9966 * gdb.python/py-record-btrace-threads.c: New file.
9967 * gdb.python/py-record-btrace-threads.exp: New file.
9968
45ce1b47
SDJ
99692017-04-28 Sergio Durigan Junior <sergiodj@redhat.com>
9970
9971 PR testsuite/8595
9972 * gdb.base/environ.exp: Make test available in all architectures.
9973 Move bits related to "info program" testing to
9974 gdb.base/info-program.exp. Rewrite tests to use the two new
9975 procedures mentione below.
9976 (test_set_show_env_var) New procedure.
9977 (test_set_show_env_var_equal): Likewise.
9978 * gdb.base/info-program.exp: New file.
9979
e15c3eb4
KS
99802017-04-27 Keith Seitz <keiths@redhat.com>
9981
9982 * gdb.cp/oranking.cc (test15): New function.
9983 (main): Call test15 and declare additional variables for testing.
9984 * gdb.cp/oranking.exp: Remove kfail status for "p foo4(&a)" and
9985 "p foo101('abc')" tests.
9986 Add tests for cv qualifier overloads.
9987 * gdb.cp/rvalue-ref-overloads.exp: Remove kfail status for
9988 "lvalue reference overload" test.
9989 * gdb.cp/rvalue-ref-params.exp: Remove kfail status for
9990 "print value of f1 on Child&& in f2" test.
9991
3a3fd0fd
PA
99922017-04-19 Pedro Alves <palves@redhat.com>
9993
9994 * gdb.threads/threadapply.exp (kill_and_remove_inferior): New
9995 procedure.
9996 (top level): Call it.
9997 * lib/gdb.exp (gdb_define_cmd): New procedure.
9998
53375380
PA
99992017-04-12 Pedro Alves <palves@redhat.com>
10000
10001 PR gdb/21323
10002 * gdb.cp/wide_char_types.c: Include <wchar.h>.
10003 (wchar): New global.
10004 * gdb.cp/wide_char_types.exp (wide_char_types_program)
10005 (do_test_wide_char, wide_char_types_no_program, top level): Add
10006 wchar_t testing.
10007
53e710ac
PA
100082017-04-12 Pedro Alves <palves@redhat.com>
10009
10010 PR c++/21323
10011 * gdb.cp/wide_char_types.c: New file.
10012 * gdb.cp/wide_char_types.exp: New file.
10013
0ad9d8c7
SDJ
100142017-04-05 Sergio Durigan Junior <sergiodj@redhat.com>
10015
10016 PR gdb/21352
10017 * gdb.trace/tsv.exp: Add test for "tsave -r".
10018
b1b45502
IB
100192017-03-30 Iain Buclaw <ibuclaw@gdcproject.org>
10020
10021 * gdb.dlang/watch-loc.c: New file.
10022 * gdb.dlang/watch-loc.exp: New file.
10023
ec13808e
JK
100242017-03-29 Jan Kratochvil <jan.kratochvil@redhat.com>
10025
10026 * gdb.python/py-section-script.exp (sepdebug): New testcases.
10027
fe5f7374
AK
100282017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
10029
10030 * gdb.arch/arc-analyze-prologue.S: New file.
10031 * gdb.arch/arc-analyze-prologue.exp: Likewise.
10032
eea78757
AK
100332017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
10034
10035 * gdb.arch/arc-decode-insn.S: New file.
10036 * gdb.arch/arc-decode-insn.exp: Likewise.
10037
5badf10a
IR
100382017-03-21 Ivo Raisr <ivo.raisr@oracle.com>
10039
10040 PR tdep/20928
10041 * gdb.arch/sparc64-regs.exp: New file.
10042 * gdb.arch/sparc64-regs.S: Likewise.
10043
cee59b3f
TW
100442017-03-21 Tim Wiederhake <tim.wiederhake@intel.com>
10045
10046 * gdb.python/py-record-btrace.exp: Check for buffer on Python 2
10047 and memory view on Python 3.
10048
c0f55cc6
AV
100492017-03-20 Artemiy Volkov <artemiyv@acm.org>
10050 Keith Seitz <keiths@redhat.com>
10051
10052 PR gdb/14441
10053 * gdb.cp/demangle.exp: Add rvalue reference tests.
10054 * gdb.cp/rvalue-ref-casts.cc: New file.
10055 * gdb.cp/rvalue-ref-casts.exp: New file.
10056 * gdb.cp/rvalue-ref-overload.cc: New file.
10057 * gdb.cp/rvalue-ref-overload.exp: New file.
10058 * gdb.cp/rvalue-ref-params.cc: New file.
10059 * gdb.cp/rvalue-ref-params.exp: New file.
10060 * gdb.cp/rvalue-ref-sizeof.cc: New file.
10061 * gdb.cp/rvalue-ref-sizeof.exp: New file.
10062 * gdb.cp/rvalue-ref-types.cc: New file.
10063 * gdb.cp/rvalue-ref-types.exp: New file.
10064 * gdb.python/py-rvalue-ref-value-cc.cc: New file.
10065 * gdb.python/py-rvalue-ref-value-cc.exp: New file.
10066
51457a05
MAL
100672017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
10068
10069 * gdb.mi/mi-solib.exp (test_file_list_shared_libraries):
10070 New procedure.
10071
5b291c04
MAL
100722017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
10073
10074 * lib/mi-support.exp (mi_gdb_test): Add additional message
10075 for unexpected output.
10076
59a56148
AA
100772017-03-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
10078
10079 * gdb.base/examine-backward.c (Barrier): New character array
10080 constant, to ensure that TestStrings is preceded by a string
10081 terminator.
10082
7942e96e
AA
100832017-03-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
10084
10085 * lib/dwarf.exp: Add support for DW_OP_implicit_pointer.
10086 * gdb.dwarf2/nonvar-access.exp: Add test for stack value location
10087 and implicit pointer into such a location.
10088
6ebac3fb
DE
100892017-03-16 Doug Evans <dje@google.com>
10090
10091 * gdb.python/py-lazy-string (pointer): Really add new typedef.
10092
ec3b243d
TP
100932017-03-16 Thomas Preud'homme <thomas.preudhomme@arm.com>
10094
10095 * gdb.cp/m-static.exp: Fix expectation for prototype of
10096 test5.single_constructor and single_constructor::single_constructor.
2cc36e25
DE
10097
100982017-03-16 Doug Evans <dje@google.com>
a7c0469f
DE
10099
10100 * gdb.guile/scm-value.c (main) Delete locals sptr, sn.
10101 * gdb.guile/scm-lazy-string.c: New file.
10102 * gdb.guile/scm-value.exp: Move lazy string tests to ...
10103 * gdb.guile/scm-lazy-string.exp: ... here, new file. Add more tests
10104 for pointer, array, typedef lazy strings.
10105
2cc36e25 101062017-03-16 Doug Evans <dje@google.com>
34b43320
DE
10107
10108 PR python/17728, python/18439, python/18779
10109 * gdb.python/py-value.c (main) Delete locals sptr, sn.
10110 * gdb.python/py-lazy-string.c (pointer): New typedef.
10111 (main): New locals ptr, array, typedef_ptr.
10112 * gdb.python/py-value.exp: Move lazy string tests to ...
10113 * gdb.python/py-lazy-string.exp: ... here. Add more tests for pointer,
10114 array, typedef lazy strings.
ec3b243d 10115
0efcde63
AK
101162017-03-14 Anton Kolesov <anton.kolesov@synopsys.com>
10117
10118 * lib/gdb.exp (get_valueof, get_integer_valueof, get_sizeof):
10119 Add optional 'test' parameter.
10120
7978d7c3
SM
101212017-03-13 Simon Marchi <simon.marchi@ericsson.com>
10122
10123 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
10124 Skip for versions of DejaGnu < 1.5.
10125
896c0c1e
SM
101262017-03-13 Simon Marchi <simon.marchi@ericsson.com>
10127
10128 * lib/gdb.exp (dejagnu_version): New proc.
10129 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
10130 Use dejagnu_version.
10131
5f4d1085
KS
101322017-03-10 Keith Seitz <keiths@redhat.com>
10133
10134 PR c++/8128
10135 * gdb.cp/templates.exp (test_ptype_of_templates): Remove argument
10136 type from destructor regexps.
10137 Add a branch which actually passes the test.
10138 Adjust "ptype t5i" test names.
10139
1de05205
PA
101402017-03-08 Pedro Alves <palves@redhat.com>
10141
10142 * gdb.base/step-over-exit.exp: Add explicit test message.
10143
c65d6b55
PA
101442017-03-08 Pedro Alves <palves@redhat.com>
10145
10146 PR gdb/18360
10147 * gdb.threads/interrupt-while-step-over.c: New file.
10148 * gdb.threads/interrupt-while-step-over.exp: New file.
10149
2e86a283
PA
101502017-03-08 Pedro Alves <palves@redhat.com>
10151
10152 * gdb.arch/amd64-entry-value-param-dwarf5.exp: Use with_test_prefix.
10153 * gdb.arch/amd64-entry-value-param.exp: Use with_test_prefix.
10154
25dcbff6
PA
101552017-03-08 Pedro Alves <palves@redhat.com>
10156
10157 * gdb.arch/i386-pkru.exp (probe PKRU support): Handle detecting
10158 PKRU as not supported as a PASS.
10159
dc9366eb
PA
101602017-03-08 Pedro Alves <palves@redhat.com>
10161
10162 * gdb.base/break-fun-addr.exp: Use $testfile1/$testfile2 for test
10163 prefix instead of $binfile1/$binfile2.
10164 * gdb.btrace/gcore.exp: Use "core" instead of unstable path name
10165 in test message.
10166 * gdb.python/py-completion.exp: Use "load python file" as test
10167 messages instead of unstable path names.
10168
6e5d74e7
PA
101692017-03-08 Pedro Alves <palves@redhat.com>
10170 Jan Kratochvil <jan.kratochvil@redhat.com>
10171
10172 PR cli/21218
10173 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
10174 New proc.
10175 (top level): Call it.
10176
9753a2f6
PA
101772017-03-08 Pedro Alves <palves@redhat.com>
10178
10179 PR tui/21216
10180 * gdb.tui/tui-nl-filtered-output.exp: New file.
10181
1a4dd9dd
PA
101822017-03-08 Pedro Alves <palves@redhat.com>
10183
10184 * gdb.base/completion.exp: Move TUI completion tests to ...
10185 * gdb.tui/completion.exp: ... this new file.
10186
7cbbff33
PA
101872017-03-08 Pedro Alves <palves@redhat.com>
10188
10189 * gdb.base/tui-disasm-long-lines.c,
10190 gdb.base/tui-disasm-long-lines.exp, gdb.base/tui-layout.c,
10191 gdb.base/tui-layout.exp: Move to ...
10192 * gdb.tui/: ... this new directory.
10193
5f6fd321
PA
101942017-03-07 Pedro Alves <palves@redhat.com>
10195
10196 * gdb.base/tui-layout.c: New file.
10197 * gdb.base/tui-layout.exp: New file.
10198
44959fa8
PA
101992017-03-07 Pedro Alves <palves@redhat.com>
10200
10201 * gdb.base/tui-layout.c: Rename to ...
10202 * gdb.base/tui-disasm-long-lines.c: ... this.
10203 * gdb.base/tui-layout.exp: Rename to ...
10204 * gdb.base/tui-disasm-long-lines.exp: ... this.
10205
f8c4e718
PA
102062017-03-07 Pedro Alves <palves@redhat.com>
10207
10208 * gdb.base/tui-layout.exp: Add intro comment and fix typo.
10209
6dbb839a 102102017-03-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
4a612d6f
WT
10211
10212 * i386-mpx-call.c: New file.
10213 * i386-mpx-call.exp: New file.
10214
65b48a81
PB
102152017-02-28 Peter Bergner <bergner@vnet.ibm.com>
10216
10217 * gdb.arch/powerpc-power.exp: Delete test.
10218 * gdb.arch/powerpc-power.s: Likewise.
10219 * gdb.disasm/disassembler-options.exp: New test.
10220 * gdb.arch/powerpc-altivec.exp: Likewise.
10221 * gdb.arch/powerpc-altivec.s: Likewise.
10222 * gdb.arch/powerpc-altivec2.exp: Likewise.
10223 * gdb.arch/powerpc-altivec2.s: Likewise.
10224 * gdb.arch/powerpc-altivec3.exp: Likewise.
10225 * gdb.arch/powerpc-altivec3.s: Likewise.
10226 * gdb.arch/powerpc-power7.exp: Likewise.
10227 * gdb.arch/powerpc-power7.s: Likewise.
10228 * gdb.arch/powerpc-power8.exp: Likewise.
10229 * gdb.arch/powerpc-power8.s: Likewise.
10230 * gdb.arch/powerpc-power9.exp: Likewise.
10231 * gdb.arch/powerpc-power9.s: Likewise.
10232 * gdb.arch/powerpc-vsx.exp: Likewise.
10233 * gdb.arch/powerpc-vsx.s: Likewise.
10234 * gdb.arch/powerpc-vsx2.exp: Likewise.
10235 * gdb.arch/powerpc-vsx2.s: Likewise.
10236 * gdb.arch/powerpc-vsx3.exp: Likewise.
10237 * gdb.arch/powerpc-vsx3.s: Likewise.
10238 * gdb.arch/arm-disassembler-options.exp: Likewise.
10239 * gdb.arch/powerpc-disassembler-options.exp: Likewise.
10240 * gdb.arch/s390-disassembler-options.exp: Likewise.
10241
17cd4947
LM
102422017-02-23 Luis Machado <lgustavo@codesourcery.com>
10243
10244 * gdb.reverse/insn-reverse.x86.c (check_rdrand_support): Renamed to ...
10245 (check_supported_features): ... this. Changed return type to void.
10246 (supports_rdseed): New static global.
10247 (rdseed): Check supports_rdseed.
10248 (initialize): Call check_supported_features.
10249
2039d74e
EBM
102502017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
10251
10252 * gdb.arch/ppc64-isa207-atomic-inst.exp: New testcase based on
10253 gdb.arch/ppc64-atomic-inst.exp. Add tests for lbarx/stbcx, lharx/sthcx
10254 and lqarx/stqcx.
10255 * gdb.arch/ppc64-isa207-atomic-inst.S: New file.
10256 * gdb.arch/ppc64-isa207-atomic-inst.c: Likewise.
10257
a51d7ecf
EBM
102582017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
10259
10260 * gdb.arch/ppc64-atomic-inst.exp: Fix test names starting with
10261 uppercase.
10262
0224619f
JK
102632017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
10264
10265 * gdb.dwarf2/formdata16.c: New file.
10266 * gdb.dwarf2/formdata16.exp: New file.
10267 * lib/dwarf.exp (Dwarf): Add DW_FORM_data16.
10268
216f72a1
JK
102692017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
10270
10271 * gdb.arch/amd64-entry-value-param-dwarf5.S: New file.
10272 * gdb.arch/amd64-entry-value-param-dwarf5.c: New file.
10273 * gdb.arch/amd64-entry-value-param-dwarf5.exp: New file.
10274 * gdb.arch/amd64-entry-value.exp: Rename DW_OP_GNU_*, DW_TAG_GNU_* and
10275 DW_AT_GNU_*.
10276
43988095
JK
102772017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
10278
10279 * gdb.dwarf2/dw2-error.exp (file $testfile): Update expected string.
10280
99e8a4f9
SDJ
102812017-02-15 Sergio Durigan Junior <sergiodj@redhat.com>
10282
10283 PR gdb/21164
10284 * gdb.base/maint.exp: Add testcases for when the commands do
10285 not have arguments.
10286
b58a8c0c
TP
102872017-02-15 Thomas Preud'homme <thomas.preudhomme@arm.com>
10288
10289 * gdb.cp/chained-calls.exp: Use p instead of P.
10290
4e746bb6
TW
102912017-02-14 Tim Wiederhake <tim.wiederhake@intel.com>
10292
10293 * gdb.python/py-record-btrace.c, gdb.python/py-record-btrace.exp,
10294 gdb.python/py-record-full.c, gdb.python/py-record-full.exp: New file.
10295
3f77c769
TT
102962017-02-14 Tom Tromey <tom@tromey.com>
10297
10298 PR python/13598:
10299 * gdb.python/py-events.exp: Add before_prompt event tests.
10300
075beec0
AA
103012017-02-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
10302
10303 * gdb.dwarf2/implptrpiece.exp: Fix check for big-endian targets.
10304
bf5f525c
LM
103052017-02-13 Luis Machado <lgustavo@codesourcery.com>
10306
10307 * gdb.linespec/explicit.c (my_unique_function_name): New function.
10308 (main): Call my_unique_function_name.
10309 * gdb.linespec/explicit.exp: Use my_unique_function_name to test
10310 completion of patterns with a single match.
10311 Add missing -re switches to gdb_test_multiple calls.
10312
13a66184
LM
103132017-02-13 Luis Machado <lgustavo@codesourcery.com>
10314
10315 * gdb.arch/i386-biarch-core.exp: Check for i386 arch support and
10316 return if core file is not recognized.
10317
26a06916
SM
103182017-02-10 Simon Marchi <simon.marchi@ericsson.com>
10319
10320 * gdb.base/new-ui.exp (do_test): Test queries behavior on main
10321 and extra UIs.
10322
b761ca9e
SM
103232017-02-10 Simon Marchi <simon.marchi@ericsson.com>
10324
10325 * gdb.base/new-ui.exp (do_test, do_test_invalid_args): Use
10326 proc_with_prefix.
10327
b964bee0
TT
103282017-02-10 Tom Tromey <tom@tromey.com>
10329
10330 * gdb.python/py-xmethods.exp: Use "p" command, not "P".
10331
18da0c51
MG
103322017-02-10 Martin Galvan <martingalvan@sourceware.org>
10333
10334 PR gdb/21122
10335 * gdb.base/help.exp: Update match pattern for testing 'help commands'.
10336
604c4576
JG
103372017-02-08 Jerome Guitton <guitton@adacore.com>
10338
10339 * gdb.base/define.exp: Add test for command abbreviations
10340 in define.
10341
20b477a7
LM
103422017-02-06 Luis Machado <lgustavo@codesourcery.com>
10343
10344 * gdb.reverse/insn-reverse.c: Include insn-reverse-x86.c.
10345 * gdb.reverse/insn-reverse-x86.c: New file.
10346
3f7b46f2
IR
103472017-02-06 Ivo Raisr <ivo.raisr@oracle.com>
10348
10349 PR tdep/20936
10350 * gdb.xml/tdesc-regs.exp: Provide sparc core registers for the tests.
10351
f0fd41c1
TT
103522017-02-03 Tom Tromey <tom@tromey.com>
10353
10354 PR rust/21097:
10355 * gdb.rust/simple.exp: Add new tests.
10356
5be5dbf0
PA
103572017-02-02 Pedro Alves <palves@redhat.com>
10358
10359 * gdb.mi/mi-logging.exp: Add "redirect while already logging"
10360 tests.
10361
7346ef59
AA
103622017-02-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
10363
10364 * gdb.dwarf2/dw2-op-stack-value.exp: Adjust expected result of
10365 taking a 2-byte value out of a 4-byte DWARF implicit value on
10366 big-endian targets.
10367 * gdb.dwarf2/nonvar-access.exp: Add more comments to existing
10368 logic. Add test cases for DW_OP_implicit.
10369
787f0025
MM
103702017-02-01 Markus Metzger <markus.t.metzger@intel.com>
10371
10372 * lib/gdb.exp (gdb_skip_xml_tests): Error if GDB is running.
10373
68777c29
MM
103742017-02-01 Markus Metzger <markus.t.metzger@intel.com>
10375
10376 * gdb.btrace/enable.exp: Call gdb_exit before
10377 skip_gdbserver_tests.
10378
0a1c7e28
MM
103792017-02-01 Markus Metzger <markus.t.metzger@intel.com>
10380
10381 * gdb.btrace/non-stop.exp: Add '-ex "set non-stop on"' to
10382 GDBFLAGS.
10383
b5ac99b0
MM
103842017-02-01 Markus Metzger <markus.t.metzger@intel.com>
10385
10386 * gdb.btrace/buffer-size.exp: Add unsupported/untested message if
10387 the test is skipped.
10388 * gdb.btrace/data.exp: Likewise.
10389 * gdb.btrace/delta.exp: Likewise.
10390 * gdb.btrace/dlopen.exp: Likewise.
10391 * gdb.btrace/enable-running.exp: Likewise.
10392 * gdb.btrace/enable.exp: Likewise.
10393 * gdb.btrace/exception.exp: Likewise.
10394 * gdb.btrace/function_call_history.exp: Likewise.
10395 * gdb.btrace/gcore.exp: Likewise.
10396 * gdb.btrace/instruction_history.exp: Likewise.
10397 * gdb.btrace/multi-thread-step.exp: Likewise.
10398 * gdb.btrace/nohist.exp: Likewise.
10399 * gdb.btrace/non-stop.exp: Likewise.
10400 * gdb.btrace/reconnect.exp: Likewise.
10401 * gdb.btrace/record_goto-step.exp: Likewise.
10402 * gdb.btrace/record_goto.exp: Likewise.
10403 * gdb.btrace/rn-dl-bind.exp: Likewise.
10404 * gdb.btrace/segv.exp: Likewise.
10405 * gdb.btrace/step.exp: Likewise.
10406 * gdb.btrace/stepi.exp: Likewise.
10407 * gdb.btrace/tailcall-only.exp: Likewise.
10408 * gdb.btrace/tailcall.exp: Likewise.
10409 * gdb.btrace/tsx.exp: Likewise.
10410 * gdb.btrace/unknown_functions.exp: Likewise.
10411 * gdb.btrace/vdso.exp: Likewise.
10412
cd4007e4
MM
104132017-02-01 Markus Metzger <markus.t.metzger@intel.com>
10414
10415 * gdb.btrace/enable-running.c: New.
10416 * gdb.btrace/enable-running.exp: New.
10417
2735833d
WT
104182017-01-27 Walfred Tedeschi <walfred.tedeschi@intel.com>
10419
10420 * gdb.arch/amd64-gs_base.c: New file.
10421 * gdb.arch/amd64-gs_base.exp: New file.
10422
b51e1e94
LM
104232017-01-26 Luis Machado <lgustavo@codesourcery.com>
10424
10425 * lib/memory.exp: Remove spurious empty newlines.
10426
72ca0410
SM
104272017-01-26 Simon Marchi <simon.marchi@polymtl.ca>
10428
10429 * gdb.python/py-bad-printers.exp: Load python file using "source".
10430 * gdb.python/py-events.exp: Likewise.
10431 * gdb.python/py-evsignal.exp: Likewise.
10432 * gdb.python/py-evthreads.exp: Likewise.
10433 * gdb.python/py-frame-args.exp: Likewise.
10434 * gdb.python/py-framefilter-invalidarg.exp: Likewise.
10435 * gdb.python/py-framefilter-mi.exp: Likewise.
10436 * gdb.python/py-framefilter.exp: Likewise.
10437 * gdb.python/py-mi.exp: Likewise.
10438 * gdb.python/py-pp-maint.exp: Likewise.
10439 * gdb.python/py-pp-registration.exp: Likewise.
10440 * gdb.python/py-prettyprint.exp: Likewise.
10441 (run_lang_tests): Likewise.
10442 * gdb.python/py-typeprint.exp: Likewise.
10443
e309aa65
LM
104442017-01-26 Luis Machado <lgustavo@codesourcery.com>
10445
10446 * lib/memory.exp: New file.
10447 * lib/gdb.exp: Load memory.exp.
10448 * gdb.base/memattr.exp (delete_memory): Move proc to
10449 lib/memory.exp and rename to delete_memory_regions.
10450 Replace delete_memory with delete_memory_regions.
10451 Cleanup memory regions before tests.
10452 * gdb.base/breakpoint-in-ro-region.exp: Cleanup memory regions
10453 before tests.
10454
515aff23
LM
104552017-01-26 Luis Machado <lgustavo@codesourcery.com>
10456
10457 * gdb.reverse/insn-reverse.c: Move arm and aarch64 code to their own
10458 files.
10459 (initialize): New function conditionally defined.
10460 (testcases): Move within conditional block.
10461 (main): Call initialize.
10462 * gdb.reverse/insn-reverse-aarch64.c: New file, based on aarch64 bits
10463 of gdb.reverse/insn-reverse.c.
10464 * gdb.reverse/insn-reverse-arm.c: New file, based on arm bits of
10465 gdb.reverse/insn-reverse.c.
10466
d8b49cf0
YQ
104672017-01-26 Yao Qi <yao.qi@linaro.org>
10468
10469 * gdb.base/all-architectures.exp.in (do_arch_tests): Test
10470 disassemble on address 0.
10471
f13a9a0c
YQ
104722017-01-25 Andreas Arnez <arnez@linux.vnet.ibm.com>
10473 Yao Qi <yao.qi@linaro.org>
10474
10475 * gdb.dwarf2/implptr-64bit.exp: Use dwarf assembler.
10476 * gdb.dwarf2/implptr-64bit.S: Remove.
10477 * lib/dwarf.exp (Dwarf): Handle character "%". Evaluate some
10478 variables in caller's context. Add DW_OP_implicit_value.
10479
5ac95241
YQ
104802017-01-25 Yao Qi <yao.qi@linaro.org>
10481
10482 * lib/dwarf.exp (Dwarf::_location): Handle
10483 DW_OP_GNU_implicit_pointer with proper size.
10484
23e82930
LM
104852017-01-20 Luis Machado <lgustavo@codesourcery.com>
10486
10487 * gdb.python/py-xmethods.exp: Fix test names starting with lowercase
10488 and add untested calls.
10489
d334ae25
LM
104902017-01-20 Luis Machado <lgustavo@codesourcery.com>
10491
10492 * gdb.python/python.exp: Check line number against what GDB thinks
10493 the line number is for func1.
10494
f5e6296e
IB
104952017-01-08 Iain Buclaw <ibuclaw@gdcproject.org>
10496
10497 * gdb.dlang/debug-expr.exp: New file.
10498
5b362f04
LM
104992016-12-23 Luis Machado <lgustavo@codesourcery.com>
10500
10501 Fix test names for the following files:
10502
10503 * gdb.ada/exec_changed.exp
10504 * gdb.ada/info_types.exp
10505 * gdb.arch/aarch64-atomic-inst.exp
10506 * gdb.arch/aarch64-fp.exp
10507 * gdb.arch/altivec-abi.exp
10508 * gdb.arch/altivec-regs.exp
10509 * gdb.arch/amd64-byte.exp
10510 * gdb.arch/amd64-disp-step.exp
10511 * gdb.arch/amd64-dword.exp
10512 * gdb.arch/amd64-entry-value-inline.exp
10513 * gdb.arch/amd64-entry-value-param.exp
10514 * gdb.arch/amd64-entry-value-paramref.exp
10515 * gdb.arch/amd64-entry-value.exp
10516 * gdb.arch/amd64-i386-address.exp
10517 * gdb.arch/amd64-invalid-stack-middle.exp
10518 * gdb.arch/amd64-invalid-stack-top.exp
10519 * gdb.arch/amd64-optimout-repeat.exp
10520 * gdb.arch/amd64-prologue-skip.exp
10521 * gdb.arch/amd64-prologue-xmm.exp
10522 * gdb.arch/amd64-stap-special-operands.exp
10523 * gdb.arch/amd64-stap-wrong-subexp.exp
10524 * gdb.arch/amd64-tailcall-cxx.exp
10525 * gdb.arch/amd64-tailcall-noret.exp
10526 * gdb.arch/amd64-tailcall-ret.exp
10527 * gdb.arch/amd64-tailcall-self.exp
10528 * gdb.arch/amd64-word.exp
10529 * gdb.arch/arm-bl-branch-dest.exp
10530 * gdb.arch/arm-disp-step.exp
10531 * gdb.arch/arm-neon.exp
10532 * gdb.arch/arm-single-step-kernel-helper.exp
10533 * gdb.arch/avr-flash-qualifier.exp
10534 * gdb.arch/disp-step-insn-reloc.exp
10535 * gdb.arch/e500-abi.exp
10536 * gdb.arch/e500-regs.exp
10537 * gdb.arch/ftrace-insn-reloc.exp
10538 * gdb.arch/i386-avx512.exp
10539 * gdb.arch/i386-bp_permanent.exp
10540 * gdb.arch/i386-byte.exp
10541 * gdb.arch/i386-cfi-notcurrent.exp
10542 * gdb.arch/i386-disp-step.exp
10543 * gdb.arch/i386-dr3-watch.exp
10544 * gdb.arch/i386-float.exp
10545 * gdb.arch/i386-gnu-cfi.exp
10546 * gdb.arch/i386-mpx-map.exp
10547 * gdb.arch/i386-mpx-sigsegv.exp
10548 * gdb.arch/i386-mpx-simple_segv.exp
10549 * gdb.arch/i386-mpx.exp
10550 * gdb.arch/i386-permbkpt.exp
10551 * gdb.arch/i386-prologue.exp
10552 * gdb.arch/i386-signal.exp
10553 * gdb.arch/i386-size-overlap.exp
10554 * gdb.arch/i386-unwind.exp
10555 * gdb.arch/i386-word.exp
10556 * gdb.arch/mips-fcr.exp
10557 * gdb.arch/powerpc-d128-regs.exp
10558 * gdb.arch/powerpc-stackless.exp
10559 * gdb.arch/ppc64-atomic-inst.exp
10560 * gdb.arch/s390-stackless.exp
10561 * gdb.arch/s390-tdbregs.exp
10562 * gdb.arch/s390-vregs.exp
10563 * gdb.arch/sparc-sysstep.exp
10564 * gdb.arch/thumb-bx-pc.exp
10565 * gdb.arch/thumb-singlestep.exp
10566 * gdb.arch/thumb2-it.exp
10567 * gdb.arch/vsx-regs.exp
10568 * gdb.asm/asm-source.exp
10569 * gdb.base/a2-run.exp
10570 * gdb.base/advance.exp
10571 * gdb.base/all-bin.exp
10572 * gdb.base/anon.exp
10573 * gdb.base/args.exp
10574 * gdb.base/arithmet.exp
10575 * gdb.base/async-shell.exp
10576 * gdb.base/async.exp
10577 * gdb.base/attach-pie-noexec.exp
10578 * gdb.base/attach-twice.exp
10579 * gdb.base/auto-load.exp
10580 * gdb.base/bang.exp
10581 * gdb.base/bitfields.exp
10582 * gdb.base/break-always.exp
10583 * gdb.base/break-caller-line.exp
10584 * gdb.base/break-entry.exp
10585 * gdb.base/break-inline.exp
10586 * gdb.base/break-on-linker-gcd-function.exp
10587 * gdb.base/break-probes.exp
10588 * gdb.base/break.exp
10589 * gdb.base/breakpoint-shadow.exp
10590 * gdb.base/call-ar-st.exp
10591 * gdb.base/call-sc.exp
10592 * gdb.base/call-signal-resume.exp
10593 * gdb.base/call-strs.exp
10594 * gdb.base/callfuncs.exp
10595 * gdb.base/catch-fork-static.exp
10596 * gdb.base/catch-gdb-caused-signals.exp
10597 * gdb.base/catch-load.exp
10598 * gdb.base/catch-signal-fork.exp
10599 * gdb.base/catch-signal.exp
10600 * gdb.base/catch-syscall.exp
10601 * gdb.base/charset.exp
10602 * gdb.base/checkpoint.exp
10603 * gdb.base/chng-syms.exp
10604 * gdb.base/code-expr.exp
10605 * gdb.base/code_elim.exp
10606 * gdb.base/commands.exp
10607 * gdb.base/completion.exp
10608 * gdb.base/complex.exp
10609 * gdb.base/cond-expr.exp
10610 * gdb.base/condbreak.exp
10611 * gdb.base/consecutive.exp
10612 * gdb.base/continue-all-already-running.exp
10613 * gdb.base/coredump-filter.exp
10614 * gdb.base/corefile.exp
10615 * gdb.base/dbx.exp
10616 * gdb.base/debug-expr.exp
10617 * gdb.base/define.exp
10618 * gdb.base/del.exp
10619 * gdb.base/disabled-location.exp
10620 * gdb.base/disasm-end-cu.exp
10621 * gdb.base/disasm-optim.exp
10622 * gdb.base/display.exp
10623 * gdb.base/duplicate-bp.exp
10624 * gdb.base/ena-dis-br.exp
10625 * gdb.base/ending-run.exp
10626 * gdb.base/enumval.exp
10627 * gdb.base/environ.exp
10628 * gdb.base/eu-strip-infcall.exp
10629 * gdb.base/eval-avoid-side-effects.exp
10630 * gdb.base/eval-skip.exp
10631 * gdb.base/exitsignal.exp
10632 * gdb.base/expand-psymtabs.exp
10633 * gdb.base/filesym.exp
10634 * gdb.base/find-unmapped.exp
10635 * gdb.base/finish.exp
10636 * gdb.base/float.exp
10637 * gdb.base/foll-exec-mode.exp
10638 * gdb.base/foll-exec.exp
10639 * gdb.base/foll-fork.exp
10640 * gdb.base/fortran-sym-case.exp
10641 * gdb.base/freebpcmd.exp
10642 * gdb.base/func-ptr.exp
10643 * gdb.base/func-ptrs.exp
10644 * gdb.base/funcargs.exp
10645 * gdb.base/gcore-buffer-overflow.exp
10646 * gdb.base/gcore-relro-pie.exp
10647 * gdb.base/gcore-relro.exp
10648 * gdb.base/gcore.exp
10649 * gdb.base/gdb1090.exp
10650 * gdb.base/gdb11530.exp
10651 * gdb.base/gdb11531.exp
10652 * gdb.base/gdb1821.exp
10653 * gdb.base/gdbindex-stabs.exp
10654 * gdb.base/gdbvars.exp
10655 * gdb.base/hbreak.exp
10656 * gdb.base/hbreak2.exp
10657 * gdb.base/included.exp
10658 * gdb.base/infcall-input.exp
10659 * gdb.base/inferior-died.exp
10660 * gdb.base/infnan.exp
10661 * gdb.base/info-macros.exp
10662 * gdb.base/info-os.exp
10663 * gdb.base/info-proc.exp
10664 * gdb.base/info-shared.exp
10665 * gdb.base/info-target.exp
10666 * gdb.base/infoline.exp
10667 * gdb.base/interp.exp
10668 * gdb.base/interrupt.exp
10669 * gdb.base/jit-reader.exp
10670 * gdb.base/jit-simple.exp
10671 * gdb.base/kill-after-signal.exp
10672 * gdb.base/kill-detach-inferiors-cmd.exp
10673 * gdb.base/label.exp
10674 * gdb.base/langs.exp
10675 * gdb.base/ldbl_e308.exp
10676 * gdb.base/line-symtabs.exp
10677 * gdb.base/linespecs.exp
10678 * gdb.base/list.exp
10679 * gdb.base/long_long.exp
10680 * gdb.base/longest-types.exp
10681 * gdb.base/maint.exp
10682 * gdb.base/max-value-size.exp
10683 * gdb.base/memattr.exp
10684 * gdb.base/mips_pro.exp
10685 * gdb.base/morestack.exp
10686 * gdb.base/moribund-step.exp
10687 * gdb.base/multi-forks.exp
10688 * gdb.base/nested-addr.exp
10689 * gdb.base/nextoverexit.exp
10690 * gdb.base/noreturn-finish.exp
10691 * gdb.base/noreturn-return.exp
10692 * gdb.base/nostdlib.exp
10693 * gdb.base/offsets.exp
10694 * gdb.base/opaque.exp
10695 * gdb.base/pc-fp.exp
10696 * gdb.base/permissions.exp
10697 * gdb.base/print-symbol-loading.exp
10698 * gdb.base/prologue-include.exp
10699 * gdb.base/psymtab.exp
10700 * gdb.base/ptype.exp
10701 * gdb.base/random-signal.exp
10702 * gdb.base/randomize.exp
10703 * gdb.base/range-stepping.exp
10704 * gdb.base/readline-ask.exp
10705 * gdb.base/recpar.exp
10706 * gdb.base/recurse.exp
10707 * gdb.base/relational.exp
10708 * gdb.base/restore.exp
10709 * gdb.base/return-nodebug.exp
10710 * gdb.base/return.exp
10711 * gdb.base/run-after-attach.exp
10712 * gdb.base/save-bp.exp
10713 * gdb.base/scope.exp
10714 * gdb.base/sect-cmd.exp
10715 * gdb.base/set-lang-auto.exp
10716 * gdb.base/set-noassign.exp
10717 * gdb.base/setvar.exp
10718 * gdb.base/sigall.exp
10719 * gdb.base/sigbpt.exp
10720 * gdb.base/siginfo-addr.exp
10721 * gdb.base/siginfo-infcall.exp
10722 * gdb.base/siginfo-obj.exp
10723 * gdb.base/siginfo.exp
10724 * gdb.base/signals-state-child.exp
10725 * gdb.base/signest.exp
10726 * gdb.base/sigstep.exp
10727 * gdb.base/sizeof.exp
10728 * gdb.base/skip.exp
10729 * gdb.base/solib-corrupted.exp
10730 * gdb.base/solib-nodir.exp
10731 * gdb.base/solib-search.exp
10732 * gdb.base/stack-checking.exp
10733 * gdb.base/stale-infcall.exp
10734 * gdb.base/stap-probe.exp
10735 * gdb.base/start.exp
10736 * gdb.base/step-break.exp
10737 * gdb.base/step-bt.exp
10738 * gdb.base/step-line.exp
10739 * gdb.base/step-over-exit.exp
10740 * gdb.base/step-over-syscall.exp
10741 * gdb.base/step-resume-infcall.exp
10742 * gdb.base/step-test.exp
10743 * gdb.base/store.exp
10744 * gdb.base/structs3.exp
10745 * gdb.base/sym-file.exp
10746 * gdb.base/symbol-without-target_section.exp
10747 * gdb.base/term.exp
10748 * gdb.base/testenv.exp
10749 * gdb.base/ui-redirect.exp
10750 * gdb.base/until.exp
10751 * gdb.base/unwindonsignal.exp
10752 * gdb.base/value-double-free.exp
10753 * gdb.base/vla-datatypes.exp
10754 * gdb.base/vla-ptr.exp
10755 * gdb.base/vla-sideeffect.exp
10756 * gdb.base/volatile.exp
10757 * gdb.base/watch-cond-infcall.exp
10758 * gdb.base/watch-cond.exp
10759 * gdb.base/watch-non-mem.exp
10760 * gdb.base/watch-read.exp
10761 * gdb.base/watch-vfork.exp
10762 * gdb.base/watchpoint-cond-gone.exp
10763 * gdb.base/watchpoint-delete.exp
10764 * gdb.base/watchpoint-hw-hit-once.exp
10765 * gdb.base/watchpoint-hw.exp
10766 * gdb.base/watchpoint-stops-at-right-insn.exp
10767 * gdb.base/watchpoints.exp
10768 * gdb.base/wchar.exp
10769 * gdb.base/whatis-exp.exp
10770 * gdb.btrace/buffer-size.exp
10771 * gdb.btrace/data.exp
10772 * gdb.btrace/delta.exp
10773 * gdb.btrace/dlopen.exp
10774 * gdb.btrace/enable.exp
10775 * gdb.btrace/exception.exp
10776 * gdb.btrace/function_call_history.exp
10777 * gdb.btrace/gcore.exp
10778 * gdb.btrace/instruction_history.exp
10779 * gdb.btrace/nohist.exp
10780 * gdb.btrace/reconnect.exp
10781 * gdb.btrace/record_goto-step.exp
10782 * gdb.btrace/record_goto.exp
10783 * gdb.btrace/rn-dl-bind.exp
10784 * gdb.btrace/segv.exp
10785 * gdb.btrace/step.exp
10786 * gdb.btrace/stepi.exp
10787 * gdb.btrace/tailcall-only.exp
10788 * gdb.btrace/tailcall.exp
10789 * gdb.btrace/tsx.exp
10790 * gdb.btrace/unknown_functions.exp
10791 * gdb.btrace/vdso.exp
10792 * gdb.compile/compile-ifunc.exp
10793 * gdb.compile/compile-ops.exp
10794 * gdb.compile/compile-print.exp
10795 * gdb.compile/compile-setjmp.exp
10796 * gdb.cp/abstract-origin.exp
10797 * gdb.cp/ambiguous.exp
10798 * gdb.cp/annota2.exp
10799 * gdb.cp/annota3.exp
10800 * gdb.cp/anon-ns.exp
10801 * gdb.cp/anon-struct.exp
10802 * gdb.cp/anon-union.exp
10803 * gdb.cp/arg-reference.exp
10804 * gdb.cp/baseenum.exp
10805 * gdb.cp/bool.exp
10806 * gdb.cp/breakpoint.exp
10807 * gdb.cp/bs15503.exp
10808 * gdb.cp/call-c.exp
10809 * gdb.cp/casts.exp
10810 * gdb.cp/chained-calls.exp
10811 * gdb.cp/class2.exp
10812 * gdb.cp/classes.exp
10813 * gdb.cp/cmpd-minsyms.exp
10814 * gdb.cp/converts.exp
10815 * gdb.cp/cp-relocate.exp
10816 * gdb.cp/cpcompletion.exp
10817 * gdb.cp/cpexprs.exp
10818 * gdb.cp/cplabel.exp
10819 * gdb.cp/cplusfuncs.exp
10820 * gdb.cp/cpsizeof.exp
10821 * gdb.cp/ctti.exp
10822 * gdb.cp/derivation.exp
10823 * gdb.cp/destrprint.exp
10824 * gdb.cp/dispcxx.exp
10825 * gdb.cp/enum-class.exp
10826 * gdb.cp/exception.exp
10827 * gdb.cp/exceptprint.exp
10828 * gdb.cp/expand-psymtabs-cxx.exp
10829 * gdb.cp/expand-sals.exp
10830 * gdb.cp/extern-c.exp
10831 * gdb.cp/filename.exp
10832 * gdb.cp/formatted-ref.exp
10833 * gdb.cp/fpointer.exp
10834 * gdb.cp/gdb1355.exp
10835 * gdb.cp/gdb2495.exp
10836 * gdb.cp/hang.exp
10837 * gdb.cp/impl-this.exp
10838 * gdb.cp/infcall-dlopen.exp
10839 * gdb.cp/inherit.exp
10840 * gdb.cp/iostream.exp
10841 * gdb.cp/koenig.exp
10842 * gdb.cp/local.exp
10843 * gdb.cp/m-data.exp
10844 * gdb.cp/m-static.exp
10845 * gdb.cp/mb-ctor.exp
10846 * gdb.cp/mb-inline.exp
10847 * gdb.cp/mb-templates.exp
10848 * gdb.cp/member-name.exp
10849 * gdb.cp/member-ptr.exp
10850 * gdb.cp/meth-typedefs.exp
10851 * gdb.cp/method.exp
10852 * gdb.cp/method2.exp
10853 * gdb.cp/minsym-fallback.exp
10854 * gdb.cp/misc.exp
10855 * gdb.cp/namelessclass.exp
10856 * gdb.cp/namespace-enum.exp
10857 * gdb.cp/namespace-nested-import.exp
10858 * gdb.cp/namespace.exp
10859 * gdb.cp/nextoverthrow.exp
10860 * gdb.cp/no-dmgl-verbose.exp
10861 * gdb.cp/non-trivial-retval.exp
10862 * gdb.cp/noparam.exp
10863 * gdb.cp/nsdecl.exp
10864 * gdb.cp/nsimport.exp
10865 * gdb.cp/nsnested.exp
10866 * gdb.cp/nsnoimports.exp
10867 * gdb.cp/nsrecurs.exp
10868 * gdb.cp/nsstress.exp
10869 * gdb.cp/nsusing.exp
10870 * gdb.cp/operator.exp
10871 * gdb.cp/oranking.exp
10872 * gdb.cp/overload-const.exp
10873 * gdb.cp/overload.exp
10874 * gdb.cp/ovldbreak.exp
10875 * gdb.cp/ovsrch.exp
10876 * gdb.cp/paren-type.exp
10877 * gdb.cp/parse-lang.exp
10878 * gdb.cp/pass-by-ref.exp
10879 * gdb.cp/pr-1023.exp
10880 * gdb.cp/pr-1210.exp
10881 * gdb.cp/pr-574.exp
10882 * gdb.cp/pr10687.exp
10883 * gdb.cp/pr12028.exp
10884 * gdb.cp/pr17132.exp
10885 * gdb.cp/pr17494.exp
10886 * gdb.cp/pr9067.exp
10887 * gdb.cp/pr9167.exp
10888 * gdb.cp/pr9631.exp
10889 * gdb.cp/printmethod.exp
10890 * gdb.cp/psmang.exp
10891 * gdb.cp/psymtab-parameter.exp
10892 * gdb.cp/ptype-cv-cp.exp
10893 * gdb.cp/ptype-flags.exp
10894 * gdb.cp/re-set-overloaded.exp
10895 * gdb.cp/ref-types.exp
10896 * gdb.cp/rtti.exp
10897 * gdb.cp/scope-err.exp
10898 * gdb.cp/shadow.exp
10899 * gdb.cp/smartp.exp
10900 * gdb.cp/static-method.exp
10901 * gdb.cp/static-print-quit.exp
10902 * gdb.cp/temargs.exp
10903 * gdb.cp/templates.exp
10904 * gdb.cp/try_catch.exp
10905 * gdb.cp/typedef-operator.exp
10906 * gdb.cp/typeid.exp
10907 * gdb.cp/userdef.exp
10908 * gdb.cp/using-crash.exp
10909 * gdb.cp/var-tag.exp
10910 * gdb.cp/virtbase.exp
10911 * gdb.cp/virtfunc.exp
10912 * gdb.cp/virtfunc2.exp
10913 * gdb.cp/vla-cxx.exp
10914 * gdb.disasm/t01_mov.exp
10915 * gdb.disasm/t02_mova.exp
10916 * gdb.disasm/t03_add.exp
10917 * gdb.disasm/t04_sub.exp
10918 * gdb.disasm/t05_cmp.exp
10919 * gdb.disasm/t06_ari2.exp
10920 * gdb.disasm/t07_ari3.exp
10921 * gdb.disasm/t08_or.exp
10922 * gdb.disasm/t09_xor.exp
10923 * gdb.disasm/t10_and.exp
10924 * gdb.disasm/t11_logs.exp
10925 * gdb.disasm/t12_bit.exp
10926 * gdb.disasm/t13_otr.exp
10927 * gdb.dlang/circular.exp
10928 * gdb.dwarf2/arr-stride.exp
10929 * gdb.dwarf2/arr-subrange.exp
10930 * gdb.dwarf2/atomic-type.exp
10931 * gdb.dwarf2/bad-regnum.exp
10932 * gdb.dwarf2/bitfield-parent-optimized-out.exp
10933 * gdb.dwarf2/callframecfa.exp
10934 * gdb.dwarf2/clztest.exp
10935 * gdb.dwarf2/corrupt.exp
10936 * gdb.dwarf2/data-loc.exp
10937 * gdb.dwarf2/dup-psym.exp
10938 * gdb.dwarf2/dw2-anon-mptr.exp
10939 * gdb.dwarf2/dw2-anonymous-func.exp
10940 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp
10941 * gdb.dwarf2/dw2-bad-unresolved.exp
10942 * gdb.dwarf2/dw2-basic.exp
10943 * gdb.dwarf2/dw2-canonicalize-type.exp
10944 * gdb.dwarf2/dw2-case-insensitive.exp
10945 * gdb.dwarf2/dw2-common-block.exp
10946 * gdb.dwarf2/dw2-compdir-oldgcc.exp
10947 * gdb.dwarf2/dw2-compressed.exp
10948 * gdb.dwarf2/dw2-const.exp
10949 * gdb.dwarf2/dw2-cp-infcall-ref-static.exp
10950 * gdb.dwarf2/dw2-cu-size.exp
10951 * gdb.dwarf2/dw2-dup-frame.exp
10952 * gdb.dwarf2/dw2-entry-value.exp
10953 * gdb.dwarf2/dw2-icycle.exp
10954 * gdb.dwarf2/dw2-ifort-parameter.exp
10955 * gdb.dwarf2/dw2-inline-break.exp
10956 * gdb.dwarf2/dw2-inline-param.exp
10957 * gdb.dwarf2/dw2-intercu.exp
10958 * gdb.dwarf2/dw2-intermix.exp
10959 * gdb.dwarf2/dw2-lexical-block-bare.exp
10960 * gdb.dwarf2/dw2-linkage-name-trust.exp
10961 * gdb.dwarf2/dw2-minsym-in-cu.exp
10962 * gdb.dwarf2/dw2-noloc.exp
10963 * gdb.dwarf2/dw2-op-call.exp
10964 * gdb.dwarf2/dw2-op-out-param.exp
10965 * gdb.dwarf2/dw2-opt-structptr.exp
10966 * gdb.dwarf2/dw2-param-error.exp
10967 * gdb.dwarf2/dw2-producer.exp
10968 * gdb.dwarf2/dw2-ranges-base.exp
10969 * gdb.dwarf2/dw2-ref-missing-frame.exp
10970 * gdb.dwarf2/dw2-reg-undefined.exp
10971 * gdb.dwarf2/dw2-regno-invalid.exp
10972 * gdb.dwarf2/dw2-restore.exp
10973 * gdb.dwarf2/dw2-restrict.exp
10974 * gdb.dwarf2/dw2-single-line-discriminators.exp
10975 * gdb.dwarf2/dw2-strp.exp
10976 * gdb.dwarf2/dw2-undefined-ret-addr.exp
10977 * gdb.dwarf2/dw2-unresolved.exp
10978 * gdb.dwarf2/dw2-var-zero-addr.exp
10979 * gdb.dwarf2/dw4-sig-types.exp
10980 * gdb.dwarf2/dwz.exp
10981 * gdb.dwarf2/dynarr-ptr.exp
10982 * gdb.dwarf2/enum-type.exp
10983 * gdb.dwarf2/gdb-index.exp
10984 * gdb.dwarf2/implptr-64bit.exp
10985 * gdb.dwarf2/implptr-optimized-out.exp
10986 * gdb.dwarf2/implptr.exp
10987 * gdb.dwarf2/implref-array.exp
10988 * gdb.dwarf2/implref-const.exp
10989 * gdb.dwarf2/implref-global.exp
10990 * gdb.dwarf2/implref-struct.exp
10991 * gdb.dwarf2/mac-fileno.exp
10992 * gdb.dwarf2/main-subprogram.exp
10993 * gdb.dwarf2/member-ptr-forwardref.exp
10994 * gdb.dwarf2/method-ptr.exp
10995 * gdb.dwarf2/missing-sig-type.exp
10996 * gdb.dwarf2/nonvar-access.exp
10997 * gdb.dwarf2/opaque-type-lookup.exp
10998 * gdb.dwarf2/pieces-optimized-out.exp
10999 * gdb.dwarf2/pieces.exp
11000 * gdb.dwarf2/pr10770.exp
11001 * gdb.dwarf2/pr13961.exp
11002 * gdb.dwarf2/staticvirtual.exp
11003 * gdb.dwarf2/subrange.exp
11004 * gdb.dwarf2/symtab-producer.exp
11005 * gdb.dwarf2/trace-crash.exp
11006 * gdb.dwarf2/typeddwarf.exp
11007 * gdb.dwarf2/valop.exp
11008 * gdb.dwarf2/watch-notconst.exp
11009 * gdb.fortran/array-element.exp
11010 * gdb.fortran/charset.exp
11011 * gdb.fortran/common-block.exp
11012 * gdb.fortran/complex.exp
11013 * gdb.fortran/derived-type-function.exp
11014 * gdb.fortran/derived-type.exp
11015 * gdb.fortran/logical.exp
11016 * gdb.fortran/module.exp
11017 * gdb.fortran/multi-dim.exp
11018 * gdb.fortran/nested-funcs.exp
11019 * gdb.fortran/print-formatted.exp
11020 * gdb.fortran/subarray.exp
11021 * gdb.fortran/vla-alloc-assoc.exp
11022 * gdb.fortran/vla-datatypes.exp
11023 * gdb.fortran/vla-history.exp
11024 * gdb.fortran/vla-ptr-info.exp
11025 * gdb.fortran/vla-ptype-sub.exp
11026 * gdb.fortran/vla-ptype.exp
11027 * gdb.fortran/vla-sizeof.exp
11028 * gdb.fortran/vla-type.exp
11029 * gdb.fortran/vla-value-sub-arbitrary.exp
11030 * gdb.fortran/vla-value-sub-finish.exp
11031 * gdb.fortran/vla-value-sub.exp
11032 * gdb.fortran/vla-value.exp
11033 * gdb.fortran/whatis_type.exp
11034 * gdb.go/chan.exp
11035 * gdb.go/handcall.exp
11036 * gdb.go/hello.exp
11037 * gdb.go/integers.exp
11038 * gdb.go/methods.exp
11039 * gdb.go/package.exp
11040 * gdb.go/strings.exp
11041 * gdb.go/types.exp
11042 * gdb.go/unsafe.exp
11043 * gdb.guile/scm-arch.exp
11044 * gdb.guile/scm-block.exp
11045 * gdb.guile/scm-breakpoint.exp
11046 * gdb.guile/scm-cmd.exp
11047 * gdb.guile/scm-disasm.exp
11048 * gdb.guile/scm-equal.exp
11049 * gdb.guile/scm-frame-args.exp
11050 * gdb.guile/scm-frame-inline.exp
11051 * gdb.guile/scm-frame.exp
11052 * gdb.guile/scm-iterator.exp
11053 * gdb.guile/scm-math.exp
11054 * gdb.guile/scm-objfile.exp
11055 * gdb.guile/scm-ports.exp
11056 * gdb.guile/scm-symbol.exp
11057 * gdb.guile/scm-symtab.exp
11058 * gdb.guile/scm-value-cc.exp
11059 * gdb.guile/types-module.exp
11060 * gdb.linespec/break-ask.exp
11061 * gdb.linespec/cpexplicit.exp
11062 * gdb.linespec/explicit.exp
11063 * gdb.linespec/keywords.exp
11064 * gdb.linespec/linespec.exp
11065 * gdb.linespec/ls-dollar.exp
11066 * gdb.linespec/ls-errs.exp
11067 * gdb.linespec/skip-two.exp
11068 * gdb.linespec/thread.exp
11069 * gdb.mi/mi-async.exp
11070 * gdb.mi/mi-basics.exp
11071 * gdb.mi/mi-break.exp
11072 * gdb.mi/mi-catch-load.exp
11073 * gdb.mi/mi-cli.exp
11074 * gdb.mi/mi-cmd-param-changed.exp
11075 * gdb.mi/mi-console.exp
11076 * gdb.mi/mi-detach.exp
11077 * gdb.mi/mi-disassemble.exp
11078 * gdb.mi/mi-eval.exp
11079 * gdb.mi/mi-file-transfer.exp
11080 * gdb.mi/mi-file.exp
11081 * gdb.mi/mi-fill-memory.exp
11082 * gdb.mi/mi-inheritance-syntax-error.exp
11083 * gdb.mi/mi-linespec-err-cp.exp
11084 * gdb.mi/mi-logging.exp
11085 * gdb.mi/mi-memory-changed.exp
11086 * gdb.mi/mi-read-memory.exp
11087 * gdb.mi/mi-record-changed.exp
11088 * gdb.mi/mi-reg-undefined.exp
11089 * gdb.mi/mi-regs.exp
11090 * gdb.mi/mi-return.exp
11091 * gdb.mi/mi-reverse.exp
11092 * gdb.mi/mi-simplerun.exp
11093 * gdb.mi/mi-solib.exp
11094 * gdb.mi/mi-stack.exp
11095 * gdb.mi/mi-stepi.exp
11096 * gdb.mi/mi-syn-frame.exp
11097 * gdb.mi/mi-until.exp
11098 * gdb.mi/mi-var-block.exp
11099 * gdb.mi/mi-var-child.exp
11100 * gdb.mi/mi-var-cmd.exp
11101 * gdb.mi/mi-var-cp.exp
11102 * gdb.mi/mi-var-display.exp
11103 * gdb.mi/mi-var-invalidate.exp
11104 * gdb.mi/mi-var-list-children-invalid-grandchild.exp
11105 * gdb.mi/mi-vla-fortran.exp
11106 * gdb.mi/mi-watch.exp
11107 * gdb.mi/mi2-var-child.exp
11108 * gdb.mi/user-selected-context-sync.exp
11109 * gdb.modula2/unbounded-array.exp
11110 * gdb.multi/dummy-frame-restore.exp
11111 * gdb.multi/multi-arch-exec.exp
11112 * gdb.multi/multi-arch.exp
11113 * gdb.multi/tids.exp
11114 * gdb.multi/watchpoint-multi.exp
11115 * gdb.opencl/callfuncs.exp
11116 * gdb.opencl/convs_casts.exp
11117 * gdb.opencl/datatypes.exp
11118 * gdb.opencl/operators.exp
11119 * gdb.opencl/vec_comps.exp
11120 * gdb.opt/clobbered-registers-O2.exp
11121 * gdb.opt/inline-break.exp
11122 * gdb.opt/inline-bt.exp
11123 * gdb.opt/inline-cmds.exp
11124 * gdb.opt/inline-locals.exp
11125 * gdb.pascal/case-insensitive-symbols.exp
11126 * gdb.pascal/floats.exp
11127 * gdb.pascal/gdb11492.exp
11128 * gdb.python/lib-types.exp
11129 * gdb.python/py-arch.exp
11130 * gdb.python/py-as-string.exp
11131 * gdb.python/py-bad-printers.exp
11132 * gdb.python/py-block.exp
11133 * gdb.python/py-breakpoint-create-fail.exp
11134 * gdb.python/py-breakpoint.exp
11135 * gdb.python/py-caller-is.exp
11136 * gdb.python/py-cmd.exp
11137 * gdb.python/py-explore-cc.exp
11138 * gdb.python/py-explore.exp
11139 * gdb.python/py-finish-breakpoint.exp
11140 * gdb.python/py-finish-breakpoint2.exp
11141 * gdb.python/py-frame-args.exp
11142 * gdb.python/py-frame-inline.exp
11143 * gdb.python/py-frame.exp
11144 * gdb.python/py-framefilter-mi.exp
11145 * gdb.python/py-infthread.exp
11146 * gdb.python/py-lazy-string.exp
11147 * gdb.python/py-linetable.exp
11148 * gdb.python/py-mi-events.exp
11149 * gdb.python/py-mi-objfile.exp
11150 * gdb.python/py-mi.exp
11151 * gdb.python/py-objfile.exp
11152 * gdb.python/py-pp-integral.exp
11153 * gdb.python/py-pp-maint.exp
11154 * gdb.python/py-pp-re-notag.exp
11155 * gdb.python/py-pp-registration.exp
11156 * gdb.python/py-recurse-unwind.exp
11157 * gdb.python/py-strfns.exp
11158 * gdb.python/py-symbol.exp
11159 * gdb.python/py-symtab.exp
11160 * gdb.python/py-sync-interp.exp
11161 * gdb.python/py-typeprint.exp
11162 * gdb.python/py-unwind-maint.exp
11163 * gdb.python/py-unwind.exp
11164 * gdb.python/py-value-cc.exp
11165 * gdb.python/py-xmethods.exp
11166 * gdb.reverse/amd64-tailcall-reverse.exp
11167 * gdb.reverse/break-precsave.exp
11168 * gdb.reverse/break-reverse.exp
11169 * gdb.reverse/consecutive-precsave.exp
11170 * gdb.reverse/consecutive-reverse.exp
11171 * gdb.reverse/finish-precsave.exp
11172 * gdb.reverse/finish-reverse-bkpt.exp
11173 * gdb.reverse/finish-reverse.exp
11174 * gdb.reverse/fstatat-reverse.exp
11175 * gdb.reverse/getresuid-reverse.exp
11176 * gdb.reverse/i386-precsave.exp
11177 * gdb.reverse/i386-reverse.exp
11178 * gdb.reverse/i386-sse-reverse.exp
11179 * gdb.reverse/i387-env-reverse.exp
11180 * gdb.reverse/i387-stack-reverse.exp
11181 * gdb.reverse/insn-reverse.exp
11182 * gdb.reverse/machinestate-precsave.exp
11183 * gdb.reverse/machinestate.exp
11184 * gdb.reverse/next-reverse-bkpt-over-sr.exp
11185 * gdb.reverse/pipe-reverse.exp
11186 * gdb.reverse/readv-reverse.exp
11187 * gdb.reverse/recvmsg-reverse.exp
11188 * gdb.reverse/rerun-prec.exp
11189 * gdb.reverse/s390-mvcle.exp
11190 * gdb.reverse/step-precsave.exp
11191 * gdb.reverse/step-reverse.exp
11192 * gdb.reverse/time-reverse.exp
11193 * gdb.reverse/until-precsave.exp
11194 * gdb.reverse/until-reverse.exp
11195 * gdb.reverse/waitpid-reverse.exp
11196 * gdb.reverse/watch-precsave.exp
11197 * gdb.reverse/watch-reverse.exp
11198 * gdb.rust/generics.exp
11199 * gdb.rust/methods.exp
11200 * gdb.rust/modules.exp
11201 * gdb.rust/simple.exp
11202 * gdb.server/connect-with-no-symbol-file.exp
11203 * gdb.server/ext-attach.exp
11204 * gdb.server/ext-restart.exp
11205 * gdb.server/ext-wrapper.exp
11206 * gdb.server/file-transfer.exp
11207 * gdb.server/server-exec-info.exp
11208 * gdb.server/server-kill.exp
11209 * gdb.server/server-mon.exp
11210 * gdb.server/wrapper.exp
11211 * gdb.stabs/exclfwd.exp
11212 * gdb.stabs/gdb11479.exp
11213 * gdb.threads/clone-new-thread-event.exp
11214 * gdb.threads/corethreads.exp
11215 * gdb.threads/current-lwp-dead.exp
11216 * gdb.threads/dlopen-libpthread.exp
11217 * gdb.threads/gcore-thread.exp
11218 * gdb.threads/sigstep-threads.exp
11219 * gdb.threads/watchpoint-fork.exp
11220 * gdb.trace/actions-changed.exp
11221 * gdb.trace/backtrace.exp
11222 * gdb.trace/change-loc.exp
11223 * gdb.trace/circ.exp
11224 * gdb.trace/collection.exp
11225 * gdb.trace/disconnected-tracing.exp
11226 * gdb.trace/ftrace.exp
11227 * gdb.trace/mi-trace-frame-collected.exp
11228 * gdb.trace/mi-trace-unavailable.exp
11229 * gdb.trace/mi-traceframe-changed.exp
11230 * gdb.trace/mi-tsv-changed.exp
11231 * gdb.trace/no-attach-trace.exp
11232 * gdb.trace/passc-dyn.exp
11233 * gdb.trace/qtro.exp
11234 * gdb.trace/range-stepping.exp
11235 * gdb.trace/read-memory.exp
11236 * gdb.trace/save-trace.exp
11237 * gdb.trace/signal.exp
11238 * gdb.trace/status-stop.exp
11239 * gdb.trace/tfile.exp
11240 * gdb.trace/trace-break.exp
11241 * gdb.trace/trace-buffer-size.exp
11242 * gdb.trace/trace-condition.exp
11243 * gdb.trace/tracefile-pseudo-reg.exp
11244 * gdb.trace/tstatus.exp
11245 * gdb.trace/unavailable.exp
11246 * gdb.trace/while-dyn.exp
11247 * gdb.trace/while-stepping.exp
11248
34c41c68
DE
112492016-12-22 Doug Evans <xdje42@gmail.com>
11250
11251 * gdb.base/maint.exp: Update tests for maint print symbols, psymbols
11252 and msymbols.
11253
16e69324
YQ
112542016-12-19 Yao Qi <yao.qi@linaro.org>
11255
11256 * gdb.gdb/selftest.exp (do_steps_and_nexts): Remove.
11257 (test_with_self): Don't call do_steps_and_nexts, and remove
11258 code about stepping into xmalloc.
11259
f94f411b
YQ
112602016-12-09 Yao Qi <yao.qi@linaro.org>
11261
11262 * gdb.base/all-architectures.exp.in: Remove kfail for rx.
11263
112642016-12-09 Yao Qi <yao.qi@linaro.org>
11265
11266 * gdb.base/all-architectures.exp.in: Remove kfail for rl78.
11267
f1b5deee
PA
112682016-12-09 Pedro Alves <palves@redhat.com>
11269
11270 * gdb.base/all-architectures-0.exp: New file.
11271 * gdb.base/all-architectures-1.exp: New file.
11272 * gdb.base/all-architectures-2.exp: New file.
11273 * gdb.base/all-architectures-3.exp: New file.
11274 * gdb.base/all-architectures-4.exp: New file.
11275 * gdb.base/all-architectures-5.exp: New file.
11276 * gdb.base/all-architectures-6.exp: New file.
11277 * gdb.base/all-architectures-7.exp: New file.
11278 * gdb.base/all-architectures.exp.in: New file.
11279
364ca42e
YQ
112802016-12-09 Yao Qi <yao.qi@linaro.org>
11281
11282 * gdb.perf/skip-prologue.exp: Add parameter COMPILE.
11283
107c2d62
LM
112842016-12-02 Luis Machado <lgustavo@codesourcery.com>
11285
11286 * gdb.base/maint.exp: Use gdb_test instead of gdb_test_multiple when
11287 possible.
11288 Remove useless pattern-matching code.
11289
df3ee9ca
PA
112902016-12-02 Pedro Alves <palves@redhat.com>
11291
11292 * gdb.base/commands.exp (user_defined_command_manyargs_test): New
11293 procedure.
11294 (top level): Call it.
11295
ec835369
PA
112962016-12-02 Pedro Alves <palves@redhat.com>
11297
11298 * gdb.base/commands.exp (user_defined_command_args_stack_test):
11299 New procedure.
11300 (top level): Call it.
11301
01770bbd
PA
113022016-12-02 Pedro Alves <palves@redhat.com>
11303
11304 PR cli/20559
11305 * gdb.base/commands.exp (user_defined_command_args_eval): New
11306 procedure.
11307 (top level): Call it.
11308
008459ea
LM
113092016-12-02 Luis Machado <lgustavo@codesourcery.com>
11310
11311 * gdb.base/ovldbreak.exp (take_gdb_out_of_choice_menu): Restore
11312 timeout handling.
11313
0c1b455e
TT
113142016-12-02 Tom Tromey <tom@tromey.com>
11315
11316 * gdb.dwarf2/main-subprogram.c: New file.
11317 * gdb.dwarf2/main-subprogram.exp: New file.
11318
018572b8
LM
113192016-12-01 Luis Machado <lgustavo@codesourcery.com>
11320
11321 * gdb.base/maint.exp: Remove timeout handling for gdb_test_multiple.
11322 * gdb.cp/gdb2495.exp: Likewise and convert gdb_test_multiple into
11323 gdb_test_no_output for a couple of cases.
11324 * gdb.cp/ovldbreak.exp: Remove timeout handling for gdb_test_multiple.
11325
84c93cd5
LM
113262016-12-01 Luis Machado <lgustavo@codesourcery.com>
11327
11328 Fix test names and standardize compilation error messages throughout
11329 the following files:
11330
11331 * gdb.ada/start.exp
11332 * gdb.arch/alpha-step.exp
11333 * gdb.arch/e500-prologue.exp
11334 * gdb.arch/ftrace-insn-reloc.exp
11335 * gdb.arch/gdb1291.exp
11336 * gdb.arch/gdb1431.exp
11337 * gdb.arch/gdb1558.exp
11338 * gdb.arch/i386-dr3-watch.exp
11339 * gdb.arch/i386-sse-stack-align.exp
11340 * gdb.arch/ia64-breakpoint-shadow.exp
11341 * gdb.arch/pa-nullify.exp
11342 * gdb.arch/powerpc-aix-prologue.exp
11343 * gdb.arch/thumb-bx-pc.exp
11344 * gdb.base/annota1.exp
11345 * gdb.base/annota3.exp
11346 * gdb.base/arrayidx.exp
11347 * gdb.base/assign.exp
11348 * gdb.base/attach.exp
11349 * gdb.base/auxv.exp
11350 * gdb.base/bang.exp
11351 * gdb.base/bfp-test.exp
11352 * gdb.base/bigcore.exp
11353 * gdb.base/bitfields2.exp
11354 * gdb.base/break-fun-addr.exp
11355 * gdb.base/break-probes.exp
11356 * gdb.base/call-rt-st.exp
11357 * gdb.base/callexit.exp
11358 * gdb.base/catch-fork-kill.exp
11359 * gdb.base/charset.exp
11360 * gdb.base/checkpoint.exp
11361 * gdb.base/comprdebug.exp
11362 * gdb.base/constvars.exp
11363 * gdb.base/coredump-filter.exp
11364 * gdb.base/cursal.exp
11365 * gdb.base/cvexpr.exp
11366 * gdb.base/detach.exp
11367 * gdb.base/display.exp
11368 * gdb.base/dmsym.exp
11369 * gdb.base/dprintf-pending.exp
11370 * gdb.base/dso2dso.exp
11371 * gdb.base/dtrace-probe.exp
11372 * gdb.base/dump.exp
11373 * gdb.base/enum_cond.exp
11374 * gdb.base/exe-lock.exp
11375 * gdb.base/exec-invalid-sysroot.exp
11376 * gdb.base/execl-update-breakpoints.exp
11377 * gdb.base/exprs.exp
11378 * gdb.base/fileio.exp
11379 * gdb.base/find.exp
11380 * gdb.base/finish.exp
11381 * gdb.base/fixsection.exp
11382 * gdb.base/foll-vfork.exp
11383 * gdb.base/frame-args.exp
11384 * gdb.base/gcore.exp
11385 * gdb.base/gdb1250.exp
11386 * gdb.base/global-var-nested-by-dso.exp
11387 * gdb.base/gnu-ifunc.exp
11388 * gdb.base/hashline1.exp
11389 * gdb.base/hashline2.exp
11390 * gdb.base/hashline3.exp
11391 * gdb.base/hbreak-in-shr-unsupported.exp
11392 * gdb.base/huge.exp
11393 * gdb.base/infcall-input.exp
11394 * gdb.base/info-fun.exp
11395 * gdb.base/info-shared.exp
11396 * gdb.base/jit-simple.exp
11397 * gdb.base/jit-so.exp
11398 * gdb.base/jit.exp
11399 * gdb.base/jump.exp
11400 * gdb.base/label.exp
11401 * gdb.base/lineinc.exp
11402 * gdb.base/logical.exp
11403 * gdb.base/longjmp.exp
11404 * gdb.base/macscp.exp
11405 * gdb.base/miscexprs.exp
11406 * gdb.base/new-ui-echo.exp
11407 * gdb.base/new-ui-pending-input.exp
11408 * gdb.base/new-ui.exp
11409 * gdb.base/nodebug.exp
11410 * gdb.base/nofield.exp
11411 * gdb.base/offsets.exp
11412 * gdb.base/overlays.exp
11413 * gdb.base/pending.exp
11414 * gdb.base/pointers.exp
11415 * gdb.base/pr11022.exp
11416 * gdb.base/printcmds.exp
11417 * gdb.base/prologue.exp
11418 * gdb.base/ptr-typedef.exp
11419 * gdb.base/realname-expand.exp
11420 * gdb.base/relativedebug.exp
11421 * gdb.base/relocate.exp
11422 * gdb.base/remote.exp
11423 * gdb.base/reread.exp
11424 * gdb.base/return2.exp
11425 * gdb.base/savedregs.exp
11426 * gdb.base/sep.exp
11427 * gdb.base/sepdebug.exp
11428 * gdb.base/sepsymtab.exp
11429 * gdb.base/set-inferior-tty.exp
11430 * gdb.base/setshow.exp
11431 * gdb.base/shlib-call.exp
11432 * gdb.base/sigaltstack.exp
11433 * gdb.base/siginfo-addr.exp
11434 * gdb.base/signals.exp
11435 * gdb.base/signull.exp
11436 * gdb.base/sigrepeat.exp
11437 * gdb.base/so-impl-ld.exp
11438 * gdb.base/solib-display.exp
11439 * gdb.base/solib-overlap.exp
11440 * gdb.base/solib-search.exp
11441 * gdb.base/solib-symbol.exp
11442 * gdb.base/structs.exp
11443 * gdb.base/structs2.exp
11444 * gdb.base/symtab-search-order.exp
11445 * gdb.base/twice.exp
11446 * gdb.base/unload.exp
11447 * gdb.base/varargs.exp
11448 * gdb.base/watchpoint-solib.exp
11449 * gdb.base/watchpoint.exp
11450 * gdb.base/whatis.exp
11451 * gdb.base/wrong_frame_bt_full.exp
11452 * gdb.btrace/dlopen.exp
11453 * gdb.cell/ea-standalone.exp
11454 * gdb.cell/ea-test.exp
11455 * gdb.cp/dispcxx.exp
11456 * gdb.cp/gdb2384.exp
11457 * gdb.cp/method2.exp
11458 * gdb.cp/nextoverthrow.exp
11459 * gdb.cp/pr10728.exp
11460 * gdb.disasm/am33.exp
11461 * gdb.disasm/h8300s.exp
11462 * gdb.disasm/mn10300.exp
11463 * gdb.disasm/sh3.exp
11464 * gdb.dwarf2/dw2-dir-file-name.exp
11465 * gdb.fortran/complex.exp
11466 * gdb.fortran/library-module.exp
11467 * gdb.guile/scm-pretty-print.exp
11468 * gdb.guile/scm-symbol.exp
11469 * gdb.guile/scm-type.exp
11470 * gdb.guile/scm-value.exp
11471 * gdb.linespec/linespec.exp
11472 * gdb.mi/gdb701.exp
11473 * gdb.mi/gdb792.exp
11474 * gdb.mi/mi-breakpoint-changed.exp
11475 * gdb.mi/mi-dprintf-pending.exp
11476 * gdb.mi/mi-dprintf.exp
11477 * gdb.mi/mi-exit-code.exp
11478 * gdb.mi/mi-pending.exp
11479 * gdb.mi/mi-solib.exp
11480 * gdb.mi/new-ui-mi-sync.exp
11481 * gdb.mi/pr11022.exp
11482 * gdb.mi/user-selected-context-sync.exp
11483 * gdb.opt/solib-intra-step.exp
11484 * gdb.python/py-events.exp
11485 * gdb.python/py-finish-breakpoint.exp
11486 * gdb.python/py-mi.exp
11487 * gdb.python/py-prettyprint.exp
11488 * gdb.python/py-shared.exp
11489 * gdb.python/py-symbol.exp
11490 * gdb.python/py-template.exp
11491 * gdb.python/py-type.exp
11492 * gdb.python/py-value.exp
11493 * gdb.reverse/solib-precsave.exp
11494 * gdb.reverse/solib-reverse.exp
11495 * gdb.server/solib-list.exp
11496 * gdb.stabs/weird.exp
11497 * gdb.threads/reconnect-signal.exp
11498 * gdb.threads/stepi-random-signal.exp
11499 * gdb.trace/actions.exp
11500 * gdb.trace/ax.exp
11501 * gdb.trace/backtrace.exp
11502 * gdb.trace/change-loc.exp
11503 * gdb.trace/deltrace.exp
11504 * gdb.trace/ftrace-lock.exp
11505 * gdb.trace/ftrace.exp
11506 * gdb.trace/infotrace.exp
11507 * gdb.trace/mi-tracepoint-changed.exp
11508 * gdb.trace/packetlen.exp
11509 * gdb.trace/passcount.exp
11510 * gdb.trace/pending.exp
11511 * gdb.trace/range-stepping.exp
11512 * gdb.trace/report.exp
11513 * gdb.trace/stap-trace.exp
11514 * gdb.trace/tfind.exp
11515 * gdb.trace/trace-break.exp
11516 * gdb.trace/trace-condition.exp
11517 * gdb.trace/trace-enable-disable.exp
11518 * gdb.trace/trace-mt.exp
11519 * gdb.trace/tracecmd.exp
11520 * gdb.trace/tspeed.exp
11521 * gdb.trace/tsv.exp
11522 * lib/perftest.exp
11523
fb9feb35
LM
115242016-12-01 Luis Machado <lgustavo@codesourcery.com>
11525
11526 * gdb.cp/gdb2495.exp: Replace gdb_test_multiple
11527 with gdb_test_no_output.
11528 Use command as test name.
11529
cd2ddb6c
LM
115302016-12-01 Luis Machado <lgustavo@codesourcery.com>
11531
11532 Fix test names starting with uppercase throughout the files.
11533
11534 * gdb.ada/assign_1.exp
11535 * gdb.ada/boolean_expr.exp
11536 * gdb.base/arrayidx.exp
11537 * gdb.base/del.exp
11538 * gdb.base/gcore-buffer-overflow.exp
11539 * gdb.base/testenv.exp
11540 * gdb.compile/compile.exp
11541 * gdb.python/py-framefilter-invalidarg.exp
11542 * gdb.python/py-framefilter.exp
11543
bb95117e
LM
115442016-12-01 Luis Machado <lgustavo@codesourcery.com>
11545
11546 Fix test names starting with uppercase throughout the files.
11547
11548 * gdb.ada/array_return.exp
11549 * gdb.ada/expr_delims.exp
11550 * gdb.ada/mi_dyn_arr.exp
11551 * gdb.ada/mi_interface.exp
11552 * gdb.ada/mi_var_array.exp
11553 * gdb.ada/watch_arg.exp
11554 * gdb.arch/alpha-step.exp
11555 * gdb.arch/altivec-regs.exp
11556 * gdb.arch/e500-regs.exp
11557 * gdb.arch/powerpc-d128-regs.exp
11558 * gdb.base/arrayidx.exp
11559 * gdb.base/break.exp
11560 * gdb.base/checkpoint.exp
11561 * gdb.base/debug-expr.exp
11562 * gdb.base/dmsym.exp
11563 * gdb.base/radix.exp
11564 * gdb.base/sepdebug.exp
11565 * gdb.base/testenv.exp
11566 * gdb.base/watch_thread_num.exp
11567 * gdb.base/watchpoint-cond-gone.exp
11568 * gdb.cell/break.exp
11569 * gdb.cell/ea-cache.exp
11570 * gdb.compile/compile.exp
11571 * gdb.cp/gdb2495.exp
11572 * gdb.gdb/selftest.exp
11573 * gdb.gdb/xfullpath.exp
11574 * gdb.go/hello.exp
11575 * gdb.go/integers.exp
11576 * gdb.objc/basicclass.exp
11577 * gdb.pascal/hello.exp
11578 * gdb.pascal/integers.exp
11579 * gdb.python/py-breakpoint.exp
11580 * gdb.python/py-cmd.exp
11581 * gdb.python/py-linetable.exp
11582 * gdb.python/py-xmethods.exp
11583 * gdb.python/python.exp
11584 * gdb.reverse/consecutive-precsave.exp
11585 * gdb.reverse/finish-precsave.exp
11586 * gdb.reverse/i386-precsave.exp
11587 * gdb.reverse/machinestate-precsave.exp
11588 * gdb.reverse/sigall-precsave.exp
11589 * gdb.reverse/solib-precsave.exp
11590 * gdb.reverse/step-precsave.exp
11591 * gdb.reverse/until-precsave.exp
11592 * gdb.reverse/watch-precsave.exp
11593 * gdb.threads/leader-exit.exp
11594 * gdb.threads/pthreads.exp
11595 * gdb.threads/wp-replication.exp
11596 * gdb.trace/actions.exp
11597 * gdb.trace/mi-tsv-changed.exp
11598 * gdb.trace/tsv.exp
11599
de97fdd4
LM
116002016-12-01 Luis Machado <lgustavo@codesourcery.com>
11601
11602 Fix test names starting with uppercase throughout the files.
11603
11604 * gdb.arch/i386-bp_permanent.exp
11605 * gdb.arch/i386-gnu-cfi.exp
11606 * gdb.base/disasm-end-cu.exp
11607 * gdb.base/macscp.exp
11608 * gdb.base/pending.exp
11609 * gdb.base/watch_thread_num.exp
11610 * gdb.cp/exception.exp
11611 * gdb.cp/gdb2495.exp
11612 * gdb.cp/local.exp
11613 * gdb.python/py-evsignal.exp
11614 * gdb.python/python.exp
11615 * gdb.trace/tracecmd.exp
11616
9f058c10
LM
116172016-12-01 Luis Machado <lgustavo@codesourcery.com>
11618
11619 Fix test names starting with uppercase throughout the files.
11620
11621 * gdb.base/charset.exp
11622 * gdb.base/eval.exp
11623 * gdb.base/multi-forks.exp
11624 * gdb.guile/scm-progspace.exp
11625 * gdb.opencl/datatypes.exp
11626 * gdb.python/py-block.exp
11627 * gdb.python/py-function.exp
11628 * gdb.python/py-symbol.exp
11629 * gdb.python/py-symtab.exp
11630 * gdb.python/py-xmethods.exp
11631 * gdb.reverse/break-precsave.exp
11632 * gdb.reverse/break-reverse.exp
11633 * gdb.reverse/consecutive-precsave.exp
11634 * gdb.reverse/consecutive-reverse.exp
11635 * gdb.reverse/finish-precsave.exp
11636 * gdb.reverse/finish-reverse-bkpt.exp
11637 * gdb.reverse/finish-reverse.exp
11638 * gdb.reverse/fstatat-reverse.exp
11639 * gdb.reverse/getresuid-reverse.exp
11640 * gdb.reverse/i386-precsave.exp
11641 * gdb.reverse/i386-reverse.exp
11642 * gdb.reverse/i386-sse-reverse.exp
11643 * gdb.reverse/i387-stack-reverse.exp
11644 * gdb.reverse/insn-reverse.exp
11645 * gdb.reverse/machinestate-precsave.exp
11646 * gdb.reverse/machinestate.exp
11647 * gdb.reverse/next-reverse-bkpt-over-sr.exp
11648 * gdb.reverse/pipe-reverse.exp
11649 * gdb.reverse/readv-reverse.exp
11650 * gdb.reverse/recvmsg-reverse.exp
11651 * gdb.reverse/rerun-prec.exp
11652 * gdb.reverse/s390-mvcle.exp
11653 * gdb.reverse/sigall-precsave.exp
11654 * gdb.reverse/sigall-reverse.exp
11655 * gdb.reverse/solib-precsave.exp
11656 * gdb.reverse/solib-reverse.exp
11657 * gdb.reverse/step-precsave.exp
11658 * gdb.reverse/step-reverse.exp
11659 * gdb.reverse/time-reverse.exp
11660 * gdb.reverse/until-precsave.exp
11661 * gdb.reverse/until-reverse.exp
11662 * gdb.reverse/waitpid-reverse.exp
11663 * gdb.reverse/watch-precsave.exp
11664 * gdb.reverse/watch-reverse.exp
11665
cdc7edd7
LM
116662016-12-01 Luis Machado <lgustavo@codesourcery.com>
11667
11668 Fix test names starting with uppercase throughout the files.
11669
11670 * gdb.arch/i386-mpx-simple_segv.exp
11671 * gdb.arch/i386-mpx.exp
11672 * gdb.arch/i386-permbkpt.exp
11673 * gdb.arch/pa-nullify.exp
11674 * gdb.arch/powerpc-d128-regs.exp
11675 * gdb.arch/vsx-regs.exp
11676 * gdb.base/bfp-test.exp
11677 * gdb.base/break.exp
11678 * gdb.base/breakpoint-shadow.exp
11679 * gdb.base/callfuncs.exp
11680 * gdb.base/charset.exp
11681 * gdb.base/commands.exp
11682 * gdb.base/completion.exp
11683 * gdb.base/dfp-test.exp
11684 * gdb.base/echo.exp
11685 * gdb.base/ending-run.exp
11686 * gdb.base/eval.exp
11687 * gdb.base/expand-psymtabs.exp
11688 * gdb.base/float128.exp
11689 * gdb.base/floatn.exp
11690 * gdb.base/foll-exec-mode.exp
11691 * gdb.base/gdb1056.exp
11692 * gdb.base/gdb11531.exp
11693 * gdb.base/kill-after-signal.exp
11694 * gdb.base/multi-forks.exp
11695 * gdb.base/overlays.exp
11696 * gdb.base/pending.exp
11697 * gdb.base/sepdebug.exp
11698 * gdb.base/testenv.exp
11699 * gdb.base/valgrind-db-attach.exp
11700 * gdb.base/watch_thread_num.exp
11701 * gdb.base/watchpoint-cond-gone.exp
11702 * gdb.base/watchpoint.exp
11703 * gdb.base/watchpoints.exp
11704 * gdb.cp/arg-reference.exp
11705 * gdb.cp/baseenum.exp
11706 * gdb.cp/operator.exp
11707 * gdb.cp/shadow.exp
11708 * gdb.dwarf2/dw2-op-out-param.exp
11709 * gdb.dwarf2/dw2-reg-undefined.exp
11710 * gdb.go/chan.exp
11711 * gdb.go/hello.exp
11712 * gdb.go/integers.exp
11713 * gdb.go/methods.exp
11714 * gdb.go/package.exp
11715 * gdb.guile/scm-parameter.exp
11716 * gdb.guile/scm-progspace.exp
11717 * gdb.guile/scm-value.exp
11718 * gdb.mi/mi-pending.exp
11719 * gdb.mi/user-selected-context-sync.exp
11720 * gdb.multi/multi-attach.exp
11721 * gdb.multi/tids.exp
11722 * gdb.opt/clobbered-registers-O2.exp
11723 * gdb.pascal/floats.exp
11724 * gdb.pascal/integers.exp
11725 * gdb.python/py-block.exp
11726 * gdb.python/py-events.exp
11727 * gdb.python/py-parameter.exp
11728 * gdb.python/py-symbol.exp
11729 * gdb.python/py-symtab.exp
11730 * gdb.python/py-type.exp
11731 * gdb.python/py-value.exp
11732 * gdb.python/py-xmethods.exp
11733 * gdb.python/python.exp
11734 * gdb.reverse/break-precsave.exp
11735 * gdb.reverse/consecutive-precsave.exp
11736 * gdb.reverse/finish-precsave.exp
11737 * gdb.reverse/i386-precsave.exp
11738 * gdb.reverse/machinestate-precsave.exp
11739 * gdb.reverse/sigall-precsave.exp
11740 * gdb.reverse/solib-precsave.exp
11741 * gdb.reverse/step-precsave.exp
11742 * gdb.reverse/until-precsave.exp
11743 * gdb.reverse/watch-precsave.exp
11744 * gdb.server/ext-attach.exp
11745 * gdb.server/ext-restart.exp
11746 * gdb.server/ext-run.exp
11747 * gdb.server/ext-wrapper.exp
11748 * gdb.stabs/gdb11479.exp
11749 * gdb.stabs/weird.exp
11750 * gdb.threads/attach-many-short-lived-threads.exp
11751 * gdb.threads/kill.exp
11752 * gdb.threads/watchpoint-fork.exp
11753
bc6c7af4
LM
117542016-12-01 Luis Machado <lgustavo@codesourcery.com>
11755
11756 Fix test names starting with uppercase throughout all the files below.
11757
11758 * gdb.ada/array_return.exp
11759 * gdb.ada/catch_ex.exp
11760 * gdb.ada/info_exc.exp
11761 * gdb.ada/mi_catch_ex.exp
11762 * gdb.ada/mi_dyn_arr.exp
11763 * gdb.ada/mi_ex_cond.exp
11764 * gdb.ada/mi_exc_info.exp
11765 * gdb.ada/mi_interface.exp
11766 * gdb.ada/mi_task_arg.exp
11767 * gdb.ada/mi_task_info.exp
11768 * gdb.ada/mi_var_array.exp
11769 * gdb.arch/alpha-step.exp
11770 * gdb.arch/amd64-disp-step.exp
11771 * gdb.arch/arm-disp-step.exp
11772 * gdb.arch/disp-step-insn-reloc.exp
11773 * gdb.arch/e500-prologue.exp
11774 * gdb.arch/ftrace-insn-reloc.exp
11775 * gdb.arch/gdb1558.exp
11776 * gdb.arch/i386-bp_permanent.exp
11777 * gdb.arch/i386-disp-step.exp
11778 * gdb.arch/i386-float.exp
11779 * gdb.arch/i386-gnu-cfi.exp
11780 * gdb.arch/ia64-breakpoint-shadow.exp
11781 * gdb.arch/mips16-thunks.exp
11782 * gdb.arch/pa-nullify.exp
11783 * gdb.arch/powerpc-aix-prologue.exp
11784 * gdb.arch/powerpc-power.exp
11785 * gdb.arch/ppc-dfp.exp
11786 * gdb.arch/s390-tdbregs.exp
11787 * gdb.arch/spu-info.exp
11788 * gdb.arch/spu-ls.exp
11789 * gdb.arch/thumb-bx-pc.exp
11790 * gdb.base/advance.exp
11791 * gdb.base/annota-input-while-running.exp
11792 * gdb.base/arrayidx.exp
11793 * gdb.base/asmlabel.exp
11794 * gdb.base/async.exp
11795 * gdb.base/attach-wait-input.exp
11796 * gdb.base/auto-connect-native-target.exp
11797 * gdb.base/batch-preserve-term-settings.exp
11798 * gdb.base/bfp-test.exp
11799 * gdb.base/bigcore.exp
11800 * gdb.base/bp-permanent.exp
11801 * gdb.base/break-always.exp
11802 * gdb.base/break-fun-addr.exp
11803 * gdb.base/break-idempotent.exp
11804 * gdb.base/break-main-file-remove-fail.exp
11805 * gdb.base/break-probes.exp
11806 * gdb.base/break-unload-file.exp
11807 * gdb.base/break.exp
11808 * gdb.base/call-ar-st.exp
11809 * gdb.base/call-rt-st.exp
11810 * gdb.base/call-sc.exp
11811 * gdb.base/call-signal-resume.exp
11812 * gdb.base/call-strs.exp
11813 * gdb.base/callexit.exp
11814 * gdb.base/callfuncs.exp
11815 * gdb.base/catch-gdb-caused-signals.exp
11816 * gdb.base/catch-signal-siginfo-cond.exp
11817 * gdb.base/catch-syscall.exp
11818 * gdb.base/compare-sections.exp
11819 * gdb.base/cond-eval-mode.exp
11820 * gdb.base/condbreak-call-false.exp
11821 * gdb.base/consecutive-step-over.exp
11822 * gdb.base/cursal.exp
11823 * gdb.base/disabled-location.exp
11824 * gdb.base/disasm-end-cu.exp
11825 * gdb.base/display.exp
11826 * gdb.base/double-prompt-target-event-error.exp
11827 * gdb.base/dprintf-bp-same-addr.exp
11828 * gdb.base/dprintf-detach.exp
11829 * gdb.base/dprintf-next.exp
11830 * gdb.base/dprintf-non-stop.exp
11831 * gdb.base/dprintf-pending.exp
11832 * gdb.base/dso2dso.exp
11833 * gdb.base/ending-run.exp
11834 * gdb.base/enum_cond.exp
11835 * gdb.base/examine-backward.exp
11836 * gdb.base/exe-lock.exp
11837 * gdb.base/exec-invalid-sysroot.exp
11838 * gdb.base/execl-update-breakpoints.exp
11839 * gdb.base/execution-termios.exp
11840 * gdb.base/fileio.exp
11841 * gdb.base/fixsection.exp
11842 * gdb.base/foll-exec-mode.exp
11843 * gdb.base/foll-exec.exp
11844 * gdb.base/fork-running-state.exp
11845 * gdb.base/frame-args.exp
11846 * gdb.base/fullpath-expand.exp
11847 * gdb.base/func-ptr.exp
11848 * gdb.base/gcore-relro-pie.exp
11849 * gdb.base/gdb1090.exp
11850 * gdb.base/gdb1555.exp
11851 * gdb.base/global-var-nested-by-dso.exp
11852 * gdb.base/gnu-ifunc.exp
11853 * gdb.base/hbreak-in-shr-unsupported.exp
11854 * gdb.base/hbreak-unmapped.exp
11855 * gdb.base/hook-stop.exp
11856 * gdb.base/infcall-input.exp
11857 * gdb.base/info-fun.exp
11858 * gdb.base/info-shared.exp
11859 * gdb.base/interrupt-noterm.exp
11860 * gdb.base/jit-so.exp
11861 * gdb.base/jit.exp
11862 * gdb.base/line-symtabs.exp
11863 * gdb.base/list.exp
11864 * gdb.base/longjmp.exp
11865 * gdb.base/macscp.exp
11866 * gdb.base/max-value-size.exp
11867 * gdb.base/nodebug.exp
11868 * gdb.base/nofield.exp
11869 * gdb.base/overlays.exp
11870 * gdb.base/paginate-after-ctrl-c-running.exp
11871 * gdb.base/paginate-bg-execution.exp
11872 * gdb.base/paginate-inferior-exit.exp
11873 * gdb.base/pending.exp
11874 * gdb.base/pr11022.exp
11875 * gdb.base/printcmds.exp
11876 * gdb.base/ptr-typedef.exp
11877 * gdb.base/ptype.exp
11878 * gdb.base/randomize.exp
11879 * gdb.base/range-stepping.exp
11880 * gdb.base/realname-expand.exp
11881 * gdb.base/relativedebug.exp
11882 * gdb.base/remote.exp
11883 * gdb.base/savedregs.exp
11884 * gdb.base/sepdebug.exp
11885 * gdb.base/set-noassign.exp
11886 * gdb.base/shlib-call.exp
11887 * gdb.base/shreloc.exp
11888 * gdb.base/sigaltstack.exp
11889 * gdb.base/sigbpt.exp
11890 * gdb.base/siginfo-addr.exp
11891 * gdb.base/siginfo-obj.exp
11892 * gdb.base/siginfo-thread.exp
11893 * gdb.base/signest.exp
11894 * gdb.base/signull.exp
11895 * gdb.base/sigrepeat.exp
11896 * gdb.base/skip.exp
11897 * gdb.base/so-impl-ld.exp
11898 * gdb.base/solib-corrupted.exp
11899 * gdb.base/solib-disc.exp
11900 * gdb.base/solib-display.exp
11901 * gdb.base/solib-overlap.exp
11902 * gdb.base/solib-search.exp
11903 * gdb.base/solib-symbol.exp
11904 * gdb.base/source-execution.exp
11905 * gdb.base/sss-bp-on-user-bp-2.exp
11906 * gdb.base/sss-bp-on-user-bp.exp
11907 * gdb.base/stack-checking.exp
11908 * gdb.base/stale-infcall.exp
11909 * gdb.base/step-break.exp
11910 * gdb.base/step-line.exp
11911 * gdb.base/step-over-exit.exp
11912 * gdb.base/step-test.exp
11913 * gdb.base/structs.exp
11914 * gdb.base/sym-file.exp
11915 * gdb.base/symtab-search-order.exp
11916 * gdb.base/term.exp
11917 * gdb.base/type-opaque.exp
11918 * gdb.base/unload.exp
11919 * gdb.base/until-nodebug.exp
11920 * gdb.base/until.exp
11921 * gdb.base/unwindonsignal.exp
11922 * gdb.base/watch-cond.exp
11923 * gdb.base/watch-non-mem.exp
11924 * gdb.base/watch_thread_num.exp
11925 * gdb.base/watchpoint-reuse-slot.exp
11926 * gdb.base/watchpoint-solib.exp
11927 * gdb.base/watchpoint.exp
11928 * gdb.btrace/dlopen.exp
11929 * gdb.cell/arch.exp
11930 * gdb.cell/break.exp
11931 * gdb.cell/bt.exp
11932 * gdb.cell/core.exp
11933 * gdb.cell/data.exp
11934 * gdb.cell/dwarfaddr.exp
11935 * gdb.cell/ea-cache.exp
11936 * gdb.cell/ea-standalone.exp
11937 * gdb.cell/ea-test.exp
11938 * gdb.cell/f-regs.exp
11939 * gdb.cell/fork.exp
11940 * gdb.cell/gcore.exp
11941 * gdb.cell/mem-access.exp
11942 * gdb.cell/ptype.exp
11943 * gdb.cell/registers.exp
11944 * gdb.cell/sizeof.exp
11945 * gdb.cell/solib-symbol.exp
11946 * gdb.cell/solib.exp
11947 * gdb.compile/compile-tls.exp
11948 * gdb.cp/exception.exp
11949 * gdb.cp/gdb2495.exp
11950 * gdb.cp/local.exp
11951 * gdb.cp/mb-inline.exp
11952 * gdb.cp/mb-templates.exp
11953 * gdb.cp/pr10687.exp
11954 * gdb.cp/pr9167.exp
11955 * gdb.cp/scope-err.exp
11956 * gdb.cp/templates.exp
11957 * gdb.cp/virtfunc.exp
11958 * gdb.dwarf2/dw2-dir-file-name.exp
11959 * gdb.dwarf2/dw2-single-line-discriminators.exp
11960 * gdb.fortran/complex.exp
11961 * gdb.fortran/library-module.exp
11962 * gdb.guile/guile.exp
11963 * gdb.guile/scm-cmd.exp
11964 * gdb.guile/scm-frame-inline.exp
11965 * gdb.guile/scm-objfile.exp
11966 * gdb.guile/scm-pretty-print.exp
11967 * gdb.guile/scm-symbol.exp
11968 * gdb.guile/scm-type.exp
11969 * gdb.guile/scm-value.exp
11970 * gdb.linespec/keywords.exp
11971 * gdb.linespec/ls-errs.exp
11972 * gdb.linespec/macro-relative.exp
11973 * gdb.linespec/thread.exp
11974 * gdb.mi/mi-breakpoint-changed.exp
11975 * gdb.mi/mi-dprintf-pending.exp
11976 * gdb.mi/mi-fullname-deleted.exp
11977 * gdb.mi/mi-logging.exp
11978 * gdb.mi/mi-pending.exp
11979 * gdb.mi/mi-solib.exp
11980 * gdb.mi/new-ui-mi-sync.exp
11981 * gdb.mi/user-selected-context-sync.exp
11982 * gdb.multi/dummy-frame-restore.exp
11983 * gdb.multi/multi-arch-exec.exp
11984 * gdb.multi/remove-inferiors.exp
11985 * gdb.multi/watchpoint-multi-exit.exp
11986 * gdb.opt/solib-intra-step.exp
11987 * gdb.perf/backtrace.exp
11988 * gdb.perf/single-step.exp
11989 * gdb.perf/skip-command.exp
11990 * gdb.perf/skip-prologue.exp
11991 * gdb.perf/solib.exp
11992 * gdb.python/lib-types.exp
11993 * gdb.python/py-as-string.exp
11994 * gdb.python/py-bad-printers.exp
11995 * gdb.python/py-block.exp
11996 * gdb.python/py-breakpoint.exp
11997 * gdb.python/py-cmd.exp
11998 * gdb.python/py-events.exp
11999 * gdb.python/py-evthreads.exp
12000 * gdb.python/py-finish-breakpoint.exp
12001 * gdb.python/py-finish-breakpoint2.exp
12002 * gdb.python/py-frame-inline.exp
12003 * gdb.python/py-frame.exp
12004 * gdb.python/py-inferior.exp
12005 * gdb.python/py-infthread.exp
12006 * gdb.python/py-mi.exp
12007 * gdb.python/py-objfile.exp
12008 * gdb.python/py-pp-maint.exp
12009 * gdb.python/py-pp-registration.exp
12010 * gdb.python/py-prettyprint.exp
12011 * gdb.python/py-recurse-unwind.exp
12012 * gdb.python/py-shared.exp
12013 * gdb.python/py-symbol.exp
12014 * gdb.python/py-symtab.exp
12015 * gdb.python/py-template.exp
12016 * gdb.python/py-type.exp
12017 * gdb.python/py-unwind-maint.exp
12018 * gdb.python/py-unwind.exp
12019 * gdb.python/py-value.exp
12020 * gdb.python/python.exp
12021 * gdb.reverse/finish-reverse-bkpt.exp
12022 * gdb.reverse/insn-reverse.exp
12023 * gdb.reverse/next-reverse-bkpt-over-sr.exp
12024 * gdb.reverse/solib-precsave.exp
12025 * gdb.reverse/solib-reverse.exp
12026 * gdb.stabs/gdb11479.exp
12027 * gdb.stabs/weird.exp
12028 * gdb.threads/fork-child-threads.exp
12029 * gdb.threads/fork-plus-threads.exp
12030 * gdb.threads/fork-thread-pending.exp
12031 * gdb.threads/forking-threads-plus-breakpoint.exp
12032 * gdb.threads/hand-call-in-threads.exp
12033 * gdb.threads/interrupted-hand-call.exp
12034 * gdb.threads/linux-dp.exp
12035 * gdb.threads/local-watch-wrong-thread.exp
12036 * gdb.threads/next-while-other-thread-longjmps.exp
12037 * gdb.threads/non-ldr-exit.exp
12038 * gdb.threads/pending-step.exp
12039 * gdb.threads/print-threads.exp
12040 * gdb.threads/process-dies-while-detaching.exp
12041 * gdb.threads/process-dies-while-handling-bp.exp
12042 * gdb.threads/pthreads.exp
12043 * gdb.threads/queue-signal.exp
12044 * gdb.threads/reconnect-signal.exp
12045 * gdb.threads/signal-command-handle-nopass.exp
12046 * gdb.threads/signal-command-multiple-signals-pending.exp
12047 * gdb.threads/signal-delivered-right-thread.exp
12048 * gdb.threads/signal-sigtrap.exp
12049 * gdb.threads/sigthread.exp
12050 * gdb.threads/staticthreads.exp
12051 * gdb.threads/stepi-random-signal.exp
12052 * gdb.threads/thread-unwindonsignal.exp
12053 * gdb.threads/thread_check.exp
12054 * gdb.threads/thread_events.exp
12055 * gdb.threads/tid-reuse.exp
12056 * gdb.threads/tls-nodebug.exp
12057 * gdb.threads/tls-shared.exp
12058 * gdb.threads/tls-so_extern.exp
12059 * gdb.threads/tls.exp
12060 * gdb.threads/wp-replication.exp
12061 * gdb.trace/actions-changed.exp
12062 * gdb.trace/actions.exp
12063 * gdb.trace/backtrace.exp
12064 * gdb.trace/change-loc.exp
12065 * gdb.trace/collection.exp
12066 * gdb.trace/deltrace.exp
12067 * gdb.trace/disconnected-tracing.exp
12068 * gdb.trace/entry-values.exp
12069 * gdb.trace/ftrace-lock.exp
12070 * gdb.trace/ftrace.exp
12071 * gdb.trace/infotrace.exp
12072 * gdb.trace/mi-trace-frame-collected.exp
12073 * gdb.trace/mi-trace-unavailable.exp
12074 * gdb.trace/mi-traceframe-changed.exp
12075 * gdb.trace/mi-tracepoint-changed.exp
12076 * gdb.trace/mi-tsv-changed.exp
12077 * gdb.trace/no-attach-trace.exp
12078 * gdb.trace/packetlen.exp
12079 * gdb.trace/passc-dyn.exp
12080 * gdb.trace/passcount.exp
12081 * gdb.trace/pending.exp
12082 * gdb.trace/pr16508.exp
12083 * gdb.trace/qtro.exp
12084 * gdb.trace/range-stepping.exp
12085 * gdb.trace/read-memory.exp
12086 * gdb.trace/report.exp
12087 * gdb.trace/save-trace.exp
12088 * gdb.trace/signal.exp
12089 * gdb.trace/stap-trace.exp
12090 * gdb.trace/status-stop.exp
12091 * gdb.trace/strace.exp
12092 * gdb.trace/tfile.exp
12093 * gdb.trace/tfind.exp
12094 * gdb.trace/trace-break.exp
12095 * gdb.trace/trace-condition.exp
12096 * gdb.trace/trace-enable-disable.exp
12097 * gdb.trace/trace-mt.exp
12098 * gdb.trace/tracecmd.exp
12099 * gdb.trace/tracefile-pseudo-reg.exp
12100 * gdb.trace/tspeed.exp
12101 * gdb.trace/tstatus.exp
12102 * gdb.trace/tsv.exp
12103 * gdb.trace/unavailable.exp
12104 * gdb.trace/while-dyn.exp
12105 * gdb.trace/while-stepping.exp
12106 * lib/gdb-guile.exp
12107 * lib/gdb.exp
12108 * lib/mi-support.exp
12109 * lib/pascal.exp
12110 * lib/perftest.exp
12111 * lib/prelink-support.exp
12112 * lib/selftest-support.exp
12113
ad02e4fe
SM
121142016-11-30 Simon Marchi <simon.marchi@polymtl.ca>
12115
12116 * Makefile.in: Include disable-implicit-rules.mk.
12117
22347e55
AA
121182016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
12119
12120 * gdb.dwarf2/nonvar-access.exp: Add a test for accessing
12121 non-byte-aligned bit fields.
12122
da5b30da
AA
121232016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
12124
12125 PR gdb/12616
12126 * gdb.dwarf2/nonvar-access.exp: New testcase. Check that GDB
12127 respects the DW_AT_data_bit_offset attribute.
12128
b593ecca
SM
121292016-11-22 Simon Marchi <simon.marchi@polymtl.ca>
12130
12131 * gdb.base/default.exp: Fix output of "set language".
12132
3b165252
SM
121332016-11-17 Simon Marchi <simon.marchi@polymtl.ca>
12134
12135 * Makefile.in: Remove @GMAKE_TRUE@ prefixes and removes lines
12136 prefixed with @GMAKE_FALSE@. Update comment related to non-GNU
12137 make.
12138 * configure.ac: Remove checks for the make program.
12139 * configure: Re-generate.
12140
1a2f3d7f
KB
121412016-11-16 Kevin Buettner <kevinb@redhat.com>
12142
12143 * gdb.python/py-recurse-unwind.c (main): Add loop.
12144 * gdb.python/py-recurse-unwind.py (TestUnwinder): Add calls
12145 to read_register() and gdb.parse_and_eval(). Make each code
12146 call a separate case that can be individually tested.
12147 * gdb.python/py-recurse-unwind.exp (cont_and_backtrace): New
12148 proc. Call cont_and_backtrace for each of the code paths that
12149 we want to test in the unwinder.
12150
b7f38fda
AA
121512016-11-15 Andreas Arnez <arnez@linux.vnet.ibm.com>
12152
12153 * gdb.dwarf2/bitfield-parent-optimized-out.exp: Fix DWARF code for
12154 the definition of struct S.
12155
1f8db343
CM
121562016-11-11 Catherine Moore <clm@codesourcery.com>
12157
12158 * gdb.base/dump.exp: Identify verilog format dump tests as such.
12159
fad0c9fb
PA
121602016-11-09 Pedro Alves <palves@redhat.com>
12161
12162 * gdb.base/commands.exp (runto_or_return): New procedure.
12163 (gdbvar_simple_if_test, gdbvar_simple_while_test)
12164 (gdbvar_complex_if_while_test, progvar_simple_if_test)
12165 (progvar_simple_while_test, progvar_complex_if_while_test)
12166 (if_while_breakpoint_command_test)
12167 (infrun_breakpoint_command_test, breakpoint_command_test)
12168 (user_defined_command_test, watchpoint_command_test)
12169 (test_command_prompt_position, redefine_hook_test)
12170 (stray_arg0_test, error_clears_commands_left, redefine_hook_test)
12171 (redefine_backtrace_test): Use runto_or_return, $valnum_re,
12172 multi_line_input and multi_line. Remove gdb_expect and
12173 gdb_stop_suppressing_tests uses.
12174 * lib/gdb.exp (valnum_re): New global.
12175 (multi_line_input): New procedure.
12176
8354c62c
SM
121772016-11-09 Simon Marchi <simon.marchi@polymtl.ca>
12178
12179 * gdb.mi/user-selected-context-sync.exp (with_test_prefix_procname):
12180 Remove.
12181 (test_setup): Define with proc_with_prefix.
12182 (test_cli_inferior): Likewise.
12183 (test_cli_thread): Likewise.
12184 (test_cli_frame): Likewise.
12185 (test_cli_select_frame): Likewise.
12186 (test_cli_up_down): Likewise.
12187 (test_mi_thread_select): Likewise.
12188 (test_mi_stack_select_frame): Likewise.
12189 (test_cli_in_mi_inferior): Likewise.
12190 (test_cli_in_mi_thread): Likewise.
12191 (test_cli_in_mi_frame): Likewise.
12192 (top level): Do not use with_test_prefix_procname.
12193
64f367a2
PA
121942016-11-09 Pedro Alves <palves@redhat.com>
12195
12196 * gdb.base/commands.exp (gdbvar_simple_if_test)
12197 (gdbvar_simple_while_test, gdbvar_complex_if_while_test)
12198 (progvar_simple_if_test, progvar_simple_while_test)
12199 (progvar_complex_if_while_test, if_while_breakpoint_command_test)
12200 (infrun_breakpoint_command_test, breakpoint_command_test)
12201 (user_defined_command_test, watchpoint_command_test)
12202 (test_command_prompt_position, deprecated_command_test)
12203 (bp_deleted_in_command, temporary_breakpoint_commands)
12204 (stray_arg0_test, source_file_with_indented_comment)
12205 (recursive_source_test, if_commands_test)
12206 (error_clears_commands_left, redefine_hook_test)
12207 (redefine_backtrace_test): Use proc_with_prefix.
12208 * lib/gdb.exp (proc_with_prefix): New proc.
12209
0bb65f1e
AA
122102016-11-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
12211
12212 * gdb.base/tui-layout.c: New file.
12213 * gdb.base/tui-layout.exp: Use tui-layout.c, to ensure that the
12214 disassembly window contains very long lines.
12215
7353f247
TT
122162016-11-08 Tom Tromey <tom@tromey.com>
12217
12218 * gdb.python/py-value.exp (test_value_creation): Make "long" test
12219 depend on Python 2.
12220
30a7bb83
TT
122212016-11-08 Tom Tromey <tom@tromey.com>
12222
12223 * gdb.python/py-framefilter.py (ElidingFrameDecorator.address):
12224 New method.
12225
cdf5a07c
MG
122262016-10-29 Manish Goregaokar <manish@mozilla.com>
12227
2806dc7e 12228 * gdb.rust/simple.exp: Add tests for `sizeof(expr)`.
cdf5a07c 12229
51a789c3
MG
122302016-10-27 Manish Goregaokar <manish@mozilla.com>
12231
2806dc7e
PA
12232 * gdb.rust/simple.rs: Add test for univariant enums without
12233 discriminants and for encoded struct-like enums.
51a789c3 12234
f610ab6d
PA
122352016-10-28 Pedro Alves <palves@redhat.com>
12236
12237 * gdb.base/maint.exp <maint info line-table w/o a file name>: Use
12238 gdb_test_multiple, tighten regexps and match symtabs and line
12239 tables incrementally.
12240
b129b0ca
LM
122412016-10-28 Luis Machado <lgustavo@codesourcery.com>
12242
12243 * gdb.base/foll-exec.exp (do_exec_tests): Make test pattern more
12244 general.
12245
ecf45d2c
SL
122462016-10-25 Luis Machado <lgustavo@codesourcery.com>
12247
12248 * gdb.base/exec-invalid-sysroot.exp: New file.
12249
b8d38ee4
JK
122502016-10-24 Jan Kratochvil <jan.kratochvil@redhat.com>
12251
12252 * gdb.base/morestack.exp: Try to build it using -fuse-ld=gold first.
12253
f90fd8c2
JK
122542016-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
12255
12256 * lib/gdb.exp (get_compiler_info): Generalize gcc_compile regexp.
12257
2d2476aa
MR
122582016-10-19 Maciej W. Rozycki <macro@imgtec.com>
12259
2806dc7e
PA
12260 * gdb.base/killed-outside.exp: Remove $options from a call to
12261 `prepare_for_testing'.
2d2476aa 12262
e42b25a0
SM
122632016-10-17 Simon Marchi <simon.marchi@ericsson.com>
12264
12265 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
12266 Change test message.
12267
3ccdb432
SM
122682016-10-17 Simon Marchi <simon.marchi@ericsson.com>
12269
12270 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
12271 Update comment.
12272
5bad3170
SM
122732016-10-17 Simon Marchi <simon.marchi@ericsson.com>
12274
12275 * gdb.trace/mi-trace-save.exp: New file.
12276
5ad9dba7
YQ
122772016-10-13 Yao Qi <yao.qi@linaro.org>
12278
12279 * gdb.base/code_elim.exp (get_var_address): Remove.
12280 * gdb.base/relocate.exp: Likewise.
12281 * gdb.base/shreloc.exp: Likewise.
12282 * lib/gdb.exp (get_var_address): New.
12283
62df7e21
YQ
122842016-10-13 Yao Qi <yao.qi@linaro.org>
12285
12286 * gdb.base/structs.exp: Invoke gdb_skip_float_test, and do
12287 floating point tests if $skip_float_test is false.
12288
4dac951e
LM
122892016-10-12 Luis Machado <lgustavo@codesourcery.com>
12290
12291 * gdb.python/py-value.c (main): Check if argv is NULL before using it.
12292 * gdb.python/py-value.exp (test_value_in_inferior): Don't use hardcoded
12293 argc values.
12294 Add 1 to argc so we guarantee distinct initial/modified argc values.
12295
8f1a8fc4
JK
122962016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
12297
12298 * gdb.arch/powerpc-prologue.c (optimized_1): New declaration.
12299
16c85b5d
JK
123002016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
12301
12302 * gdb.arch/powerpc-prologue.exp: Use standard_output_file
12303 * gdb.arch/ppc64-symtab-cordic.exp: Likewise.
12304 * gdb.arch/vsx-regs.exp: Likewise.
12305
1d0e042a
YQ
123062016-10-07 Yao Qi <yao.qi@linaro.org>
12307
12308 * gdb.xml/tdesc-regs.exp: Set regdir to "arm/".
12309
68dadef5
MM
123102016-10-07 Markus Metzger <markus.t.metzger@intel.com>
12311
12312 * gdb.python/python.exp: Test decode_line("*0").
12313
33fa2c6e
DE
123142016-10-06 Doug Evans <dje@google.com>
12315
12316 * gdb.python/py-value.exp (test_value_creation): Add test for large
12317 unsigned 64-bit value.
12318
9c37b5ae
TT
123192016-10-06 Tom Tromey <tom@tromey.com>
12320
12321 * gdb.compile/compile.exp: Change java tests to rust.
12322 * gdb.base/setshow.exp: Change java tests to rust.
12323 * gdb.base/default.exp: Remove java from language list.
12324 * README (Examples): Update language example.
12325 * gdb.python/py-lookup-type.exp (test_lookup_type): Remove java
12326 test.
12327 * lib/gdb.exp (skip_java_tests): Remove.
12328 * lib/java.exp: Remove.
12329 * gdb.java: Remove.
12330
78b86327
MR
123312016-10-06 Maciej W. Rozycki <macro@imgtec.com>
12332
12333 * gdb.arch/mips-fcr.exp: New test.
12334 * gdb.arch/mips-fcr.c: Source for the new test.
12335
7470adbb
MR
123362016-10-06 Maciej W. Rozycki <macro@imgtec.com>
12337
12338 * gdb.base/solib-disc.exp: Use `standard_output_file'
12339 throughout.
12340
4a556533
PA
123412016-10-06 Pedro Alves <palves@redhat.com>
12342
12343 * gdb.base/jit-simple-dl.c: New file.
12344 * gdb.base/jit-simple-jit.c: New file, factored out from ...
12345 * gdb.base/jit-simple.c: ... this.
12346 * gdb.base/jit-simple.exp (jit_run): Delete.
12347 (build_jit): New proc.
12348 (jit_test_reread): Recompile either the main program or the shared
12349 library, depending on what is being tested. Skip changing address
12350 if caller wants to. Compare before/after addresses. If testing
12351 standalone, explicitly load the binary. Test "maint info
12352 breakpoints".
12353 (top level): Add "standalone vs shared lib" and "change address"
12354 vs "same address" axes.
12355
5a122fbc
PA
123562016-10-06 Pedro Alves <palves@redhat.com>
12357
12358 * gdb.base/jit-simple.exp (top level) Delete get_compiler_info
12359 call.
12360 (jit_run): Delete.
12361 (jit_test_reread): Use with_test_prefix. Reload the main binary
12362 explicitly. Compare the before/after addresses of the JIT
12363 descriptor.
12364
ee8da4b8
DE
123652016-08-15 Doug Evans <dje@google.com>
12366
12367 * gdb.xml/extra-regs.xml: Update, end field now required, default type
12368 for single bitfields is bool.
12369 * gdb.xml/tdesc-regs.exp: Ditto.
12370
f389f6fe
JK
123712016-10-05 Jan Kratochvil <jan.kratochvil@redhat.com>
12372
12373 * gdb.arch/i386-signal.exp (backtrace 10): Fix #2 typo.
12374
fdebf1a4
YQ
123752016-10-05 Yao Qi <yao.qi@linaro.org>
12376
12377 * lib/gdb.exp (support_complex_tests): Return zero if
12378 gdb_skip_float_test return true.
12379
9c36d954 123802016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
2806dc7e 12381 Simon Marchi <simon.marchi@ericsson.com>
9c36d954
AT
12382
12383 PR gdb/20487
12384 * gdb.mi/user-selected-context-sync.exp: New file.
12385 * gdb.mi/user-selected-context-sync.c: New file.
12386
4034d0ff 123872016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
2806dc7e 12388 Simon Marchi <simon.marchi@ericsson.com>
4034d0ff
AT
12389
12390 PR gdb/20487
12391 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Adapt
12392 =thread-select-event check.
12393
a4297203
PB
123942016-09-29 Peter Bergner <bergner@vnet.ibm.com>
12395
12396 * gdb.arch/powerpc-power.exp <cmprb>: Update tests to account for
12397 the compulsory L operand changes.
12398 * gdb.arch/powerpc-power.s: Likewise.
12399
bb805577
JK
124002016-09-29 Jan Kratochvil <jan.kratochvil@redhat.com>
12401
12402 PR gdb/20609 - attach of JIT-debug-enabled inf 7.11.1 regression
12403 * gdb.base/jit-attach-pie.c: New file.
12404 * gdb.base/jit-attach-pie.exp: New file.
12405
6d61dee5
PA
124062016-09-28 Pedro Alves <palves@redhat.com>
12407
12408 * gdb.base/infcall-input.c: New file.
12409 * gdb.base/infcall-input.exp: New file.
12410
f73842fc
YQ
124112016-09-22 Yao Qi <yao.qi@linaro.org>
12412
12413 * lib/gdbserver-support.exp: Rename mi_gdb_exit.
12414 (gdb_exit): Rename it to ...
12415 (gdbserver_gdb_exit): ... Close GDBserver.
12416 (gdb_exit): New proc, call gdbserver_gdb_exit.
12417 (mi_gdb_exit): Likewise.
12418
90681dab
YQ
124192016-09-22 Yao Qi <yao.qi@linaro.org>
12420
12421 * boards/gdbserver-base.exp (gdb_server_prog): Set the absolute
12422 path.
12423 * boards/remote-gdbserver-on-localhost.exp: Use gdbserver-base.
12424 Remove duplication.
12425
9c211fd8
YQ
124262016-09-22 Yao Qi <yao.qi@linaro.org>
12427
12428 * lib/gdbserver-support.exp: Check the existence of
12429 gdbserver_orig_gdb_exit rather than gdbserver_gdb_exit.
12430
ad0a504f
AK
124312016-09-21 Anton Kolesov <anton.kolesov@synopsys.com>
12432
12433 * gdb.xml/tdesc-regs.exp: set core-regs for arc*-*-elf32.
12434
36cf1806
TT
124352016-09-21 Tom Tromey <tom@tromey.com>
12436
12437 PR gdb/20604:
12438 * gdb.base/quit.exp: New file.
12439
74172ecf
SM
124402016-09-21 Simon Marchi <simon.marchi@ericsson.com>
12441
12442 * .gitignore: New file.
12443
3d0ec882
MR
124442016-09-21 Maciej W. Rozycki <macro@imgtec.com>
12445
12446 * gdb.arch/mips16-thunks.exp: Use `standard_output_file'
12447 throughout.
12448
8193adea
AA
124492016-09-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
12450
12451 * lib/gdb.exp: No longer skip hardware breakpoint tests on s390.
12452
d41a5c09
JK
124532016-09-16 Jan Kratochvil <jan.kratochvil@redhat.com>
12454
12455 * gdb.cp/casts.cc (decltype): Move it ...
12456 (main): ... with its call to ...
12457 * gdb.cp/casts03.cc: ... a new file.
12458 * gdb.cp/casts.exp: Add new file casts03.cc, move decltype test to it.
12459
d2dfe700
JK
124602016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
12461
12462 * gdb.cp/m-static.h (gnu_obj_4::somewhere): Use constexpr for C++11.
12463
e2a92b16
PB
124642016-09-15 Peter Bergner <bergner@vnet.ibm.com>
12465
12466 * gdb.arch/powerpc-power.s: Update Power9 instruction tests
12467 and sync up the test with tests in gas/testsuite/gas/ppc.
12468 * gdb.arch/powerpc-power.exp: Likewise.
12469
49b4de64
JK
124702016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
12471
12472 * lib/future.exp: Set CCACHE_DISABLE, clear CCACHE_NODISABLE.
12473
2c29df25
SDJ
124742016-09-11 Sergio Durigan Junior <sergiodj@redhat.com>
12475 Jan Kratochvil <jan.kratochvil@redhat.com>
12476
12477 * gdb.base/stap-probe.c (m1): New variable 'dummy', necessary to
12478 make m1's definition to be different from m2's. Use 'dummy' as an
12479 argument for probe 'two'.
12480
cc3c2846
JB
124812016-09-10 Jon Beniston <jon@beniston.com>
12482
12483 * lib/mi-support.exp (mi_gdb_target_load): Use target_sim_options
12484 for sim target.
12485
e1b2624a
AA
124862016-09-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
12487
12488 * gdb.base/gnu-ifunc-lib.c (resolver_hwcap): New external
12489 variable declaration.
12490 (gnu_ifunc): Add parameter hwcap. Store it in resolver_hwcap.
12491 * gdb.base/gnu-ifunc.c (resolver_hwcap): New global variable.
12492 * gdb.base/gnu-ifunc.exp: Add test to verify that the resolver
12493 received HWCAP as its argument.
12494
4295e285
PA
124952016-09-06 Pedro Alves <palves@redhat.com>
12496
12497 * gdb.base/new-ui-pending-input.c: New file.
12498 * gdb.base/new-ui-pending-input.exp: New file.
12499 * gdb.exp (clear_gdb_spawn_id): New procedure.
12500 (with_spawn_id): Check whether gdb_spawn_id exists before
12501 referencing it. If gdb_spawn_id didn't exist on entry, clear it
12502 on exit.
12503
00d5215e
UW
125042016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
12505
12506 * gdb.base/float128.c: New file.
12507 * gdb.base/float128.exp: Likewise.
12508 * gdb.base/floatn.c: Likewise.
12509 * gdb.base/floatn.exp: Likewise.
12510
a9ff5f12
UW
125112016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
12512
12513 * gdb.cp/hang.exp: Remove reference to TYPE_FLAG_STUB in comment.
12514
f245535c
PA
125152016-09-05 Pedro Alves <palves@redhat.com>
12516
12517 PR backtrace/19927
12518 * gdb.python/py-unwind-maint.exp: Adjust tests to not expect that
12519 unwinders are immediately called as side effect of "source" or
12520 "disable unwinder" commands.
12521 * gdb.python/py-recurse-unwind.exp: Remove setup_kfail calls.
12522
ae9cf263
YQ
125232016-09-02 Yao Qi <yao.qi@linaro.org>
12524
12525 * gdb.base/return-nodebug.exp: Skip the test if skip_float_test
12526 is true and $type is "float" or "double".
12527
27aba047
YQ
125282016-09-02 Yao Qi <yao.qi@linaro.org>
12529
12530 * gdb.arch/arm-neon.exp: Skip it if gdb_skip_float_test returns
12531 true.
12532 * gdb.base/call-ar-st.exp: Invoke gdb_skip_float_test.
12533 * gdb.base/call-rt-st.exp: Likewise.
12534 * gdb.base/call-sc.exp: Invoke gdb_skip_float_test and use its
12535 return value instead of gdb,skip_float_test.
12536 * gdb.base/callfuncs.exp: Invoke gdb_skip_float_test.
12537 (do_function_calls): Use its return value instead of
12538 gdb,skip_float_test.
12539 * gdb.base/finish.exp: Likewise.
12540 * gdb.base/funcargs.exp: Likewise.
12541 * gdb.base/return.exp: Likewise.
12542 * gdb.base/return2.exp: Likewise.
12543 * gdb.base/varargs.exp: Likewise.
12544 * lib/gdb.exp (gdb_skip_float_test): Change it to
12545 gdb_caching_proc. Detect the broken ptrace on arm-linux.
12546
5af962df
AA
125472016-08-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
12548
12549 * gdb.multi/tids.exp: Test "thread apply all".
12550
7fac6910
JK
125512016-08-29 Jan Kratochvil <jan.kratochvil@redhat.com>
12552
12553 * gdb.base/default.exp (tty): Remove.
12554
bb1fe4ac
KB
125552016-08-24 Kevin Buettner <kevinb@redhat.com>
12556
2806dc7e
PA
12557 * gdb.python/py-recurse-unwind.c: New file.
12558 * gdb.python/py-recurse-unwind.py: New file.
12559 * gdb.python/py-recurse-unwind.exp: New file.
bb1fe4ac 12560
0a1ddfa6
SM
125612016-08-24 Simon Marchi <simon.marchi@ericsson.com>
12562
12563 * gdb.base/set-inferior-tty.exp: New file.
12564 * gdb.base/set-inferior-tty.c: New file.
12565
d9de1fe3
PA
125662016-08-23 Pedro Alves <palves@redhat.com>
12567
12568 PR gdb/20494
12569 * gdb.base/new-ui-echo.c: New file.
12570 * gdb.base/new-ui-echo.exp: New file.
12571
e9d9abd7
YQ
125722016-08-23 Yao Qi <yao.qi@linaro.org>
12573
12574 * gdb.server/connect-stopped-target.exp (do_test): Pass "" to
12575 gdbserver_spawn.
12576 * gdb.server/connect-without-multi-process.exp (do_test):
12577 Likewise.
12578
3589529e
YQ
125792016-08-23 Yao Qi <yao.qi@linaro.org>
12580
12581 * gdb.base/signals-state-child.exp: Set variables gdb_txt and
12582 standalone_txt. Delete gdb_txt and standalone_txt on host
12583 and target. Spawn the binary on target. Copy files from
12584 target to host.
12585
6bb90213
PA
125862016-08-22 Pedro Alves <palves@redhat.com>
12587
12588 PR gdb/20505
12589 * gdb.base/vdso-warning.exp: Test core dumps too. Use
12590 with_test_prefix. Factor out bits to ...
12591 (test_no_vdso): ... this new procedure.
12592
20c2c024
CL
125932016-08-19 Carl Love <cel@us.ibm.com>
12594
12595 * gdb.arch/altivec-regs.exp: Use standard_testfile instead of
12596 maintaining separate logic for constructing the output path.
12597 * gdb.arch/powerpc-d128-regs.exp: Likewise.
12598 * gdb.arch/ppc-dfp.exp: Likewise.
12599 * gdb.arch/ppc-fp.exp: Likewise.
12600 * gdb.arch/vsx-regs.exp: Likewise.
12601 * gdb.arch/altivec-abi.exp: Likewise, plus added local variable
12602 binprefix for generating the additional binary files.
12603
0646e07d
PA
126042016-08-19 Pedro Alves <palves@redhat.com>
12605
12606 * gdb.trace/mi-trace-frame-collected.exp
12607 (test_trace_frame_collected): On x32, expect two registers.
12608
46da9242
CL
126092016-08-18 Carl Love <cel@us.ibm.com>
12610
12611 * gdb.arch/powerpc-power.s: Add new Power9 instruction tests
12612 and sync up the test with tests in gas/testsuite/gas/ppc.
12613 * gdb.arch/powerpc-power.exp: Likewise.
12614
eb2332d7
SM
126152016-08-17 Simon Marchi <simon.marchi@ericsson.com>
12616
12617 * gdb.multi/remove-inferiors.exp (test_remove_inferiors): Fix
12618 expected error message.
12619
63c61e04
SM
126202016-08-17 Simon Marchi <simon.marchi@ericsson.com>
12621
12622 * gdb.multi/remove-inferiors.exp: New file.
12623 * gdb.multi/remove-inferiors.c: New file.
12624
7b17065f
YQ
126252016-08-12 Yao Qi <yao.qi@linaro.org>
12626
12627 * gdb.base/signals-state-child.c (main): Remove "i" from fprintf's
12628 argument list.
12629
01d3dedf
PA
126302016-08-10 Pedro Alves <palves@redhat.com>
12631
12632 PR gdb/19187
12633 * gdb.reverse/waitpid-reverse.exp: Add comment and remove
12634 setup_kfails.
12635
3eb7562a
PA
126362016-08-09 Pedro Alves <palves@redhat.com>
12637 Simon Marchi <simon.marchi@ericsson.com>
12638
12639 PR gdb/20418
12640 * gdb.mi/new-ui-mi-sync.c, gdb.mi/new-ui-mi-sync.exp: New files.
12641 * lib/mi-support.exp (mi_expect_interrupt): Remove anchors.
12642
80614914
PA
126432016-08-09 Pedro Alves <palves@redhat.com>
12644
12645 PR mi/20431
12646 * gdb.mi/mi-cmd-error.exp: New file.
12647
f348d89a
PA
126482016-08-09 Pedro Alves <palves@redhat.com>
12649
12650 PR gdb/18653
12651 * gdb.base/signals-state-child.c: New file.
12652 * gdb.base/signals-state-child.exp: New file.
12653 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new pattern.
12654
e5ca03b4
PA
126552016-08-09 Pedro Alves <palves@redhat.com>
12656
12657 * gdb.dwarf2/bitfield-parent-optimized-out.exp: New file.
12658
282a0691
TT
126592016-08-03 Tom Tromey <tom@tromey.com>
12660
12661 PR python/18565:
12662 * gdb.python/py-frame-inline.exp: Add Frame.function test.
12663
41bfcd63
YQ
126642016-08-01 Yao Qi <yao.qi@linaro.org>
12665
12666 * gdb.threads/process-dies-while-detaching.exp (do_test): Set
12667 variable mode to "multi-process" if $multi_process is 1, otherwise
12668 set it to "single-process".
12669
e3465b24
YQ
126702016-08-01 Yao Qi <yao.qi@linaro.org>
12671
12672 * gdb.cp/anon-struct.exp: Check is_aarch32_target.
12673 * gdb.cp/cpexprs.exp: Likewise.
12674 * gdb.cp/m-static.exp: Likewise.
12675
0b31a4bc
TT
126762016-07-26 Tom Tromey <tom@tromey.com>
12677
12678 PR python/20190:
12679 * gdb.threads/tls.exp (check_thread_local): Add python symbol
12680 test.
12681
e0461dbb
MM
126822016-07-26 Markus Metzger <markus.t.metzger@intel.com>
12683
12684 * gdb.btrace/record_goto.exp: se is_amd64_regs_target for
12685 selecting assembly source files.
12686 * gdb.btrace/stepi.exp: se is_amd64_regs_target for selecting
12687 assembly source files.
12688 * gdb.btrace/tailcall.exp: se is_amd64_regs_target for selecting
12689 assembly source files.
12690 * gdb.btrace/tailcall-only.exp: se is_amd64_regs_target for
12691 selecting assembly source files.
12692
8194e927
SM
126932016-07-25 Simon Marchi <simon.marchi@ericsson.com>
12694
12695 * gdb.base/new-ui.exp (do_test_invalid_args): New
12696 procedure.
12697
c0272db5
TW
126982016-07-25 Tim Wiederhake <tim.wiederhake@intel.com>
12699
12700 * gdb.btrace/reconnect.c: New file.
12701 * gdb.btrace/reconnect.exp: New file.
12702
e3487908
GKB
127032016-07-23 Gabriel Krisman Bertazi <gabriel@krisman.be>
12704
12705 * gdb.base/catch-syscall.exp (do_syscall_tests): Add call
12706 to test_catch_syscall_group.
12707 (test_catch_syscall_group): New.
12708
12df5c00
TT
127092016-07-21 Tom Tromey <tom@tromey.com>
12710
12711 * gdb.rust/simple.rs (main): Use empty struct expression.
12712 * gdb.rust/simple.exp: Add tests for empty struct expression.
12713
bae62ee2
YQ
127142016-07-21 Yao Qi <yao.qi@linaro.org>
12715
12716 * lib/gdbserver-support.exp (skip_gdbserver_tests): Return 1
12717 if gdb_skip_xml_test is true on some targets.
12718
b1b53fb3
YQ
127192016-07-21 Yao Qi <yao.qi@linaro.org>
12720
12721 * gdb.server/solib-list.exp: Unset last_loaded_file.
12722
027d97f8
JK
127232016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
12724
12725 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add "next over TRY" and
12726 "step into captured_main (args)".
12727
7674d381
JK
127282016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
12729
12730 * gdb.btrace/tailcall-only.exp: Use is_lp64_target check.
12731
72b5d099
JK
127322016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
12733
12734 * gdb.python/py-unwind.exp: Test also ![is_lp64_target].
12735
1f960ced
PA
127362016-07-19 Pedro Alves <palves@redhat.com>
12737
12738 * gdb.opt/inline-break.exp: Remove optimize=-O2.
12739 * gdb.opt/inline-bt.exp: Likewise.
12740 * gdb.opt/inline-cmds.exp: Remove optimize=-O2 and add
12741 additional_flags=-Winline.
12742 * gdb.opt/inline-locals.exp: Likewise.
12743 * gdb.opt/inline-markers.c (ATTR): Define.
12744 (inlined_fn): Use it.
12745
f25827c1
YQ
127462016-07-19 Yao Qi <yao.qi@linaro.org>
12747
12748 * gdb.gdb/selftest.exp: Remove checks on is_remote and isnative.
12749 (test_with_self): Remove some code. Remove argument executable.
12750 (top-level): Use do_self_tests.
12751
37539ebe
DB
127522016-07-15 Zachary Welch <zwelch@codesourcery.com>
12753 Don Breazeal <donb@codesourcery.com>
12754
12755 * gdb.base/maint.exp: Escape paths used in regular expressions.
12756 * gdb.stabs/weird.exp: Likewise.
12757
dac790e1
TT
127582016-07-13 Tom Tromey <tom@tromey.com>
12759
12760 PR python/15620, PR python/18620:
12761 * gdb.python/py-breakpoint.exp (connect_event, check_last_event)
12762 (test_bkpt_events): New procs.
12763
93daf339
TT
127642016-07-13 Tom Tromey <tom@tromey.com>
12765
12766 PR python/17698:
12767 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add "pending"
12768 test.
12769 (test_watchpoints): Likewise.
12770 (test_bkpt_pending): New proc.
12771
6571a381
TT
127722016-07-13 Tom Tromey <tom@tromey.com>
12773
12774 PR cli/18053:
12775 * gdb.base/jit-so.exp (one_jit_test): Add jit-reader-load
12776 completion test.
12777
e8732474
JK
127782016-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
12779
12780 * gdb.dwarf2/atomic-type.exp: Use function_range for low_pc and high_pc.
12781 * gdb.dwarf2/atomic.c (f): Rename f_end_lbl to f_label.
12782 * gdb.dwarf2/dw2-bad-mips-linkage-name.c (f): Rename f_end_lbl to
12783 f_label.
12784 (g): Rename g_end_lbl to g_label.
12785 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: Use function_range for
12786 low_pc and high_pc.
12787 * gdb.dwarf2/dw2-lexical-block-bare.exp: Likewise.
12788
e0f3fd7c
TT
127892016-07-12 Tom Tromey <tom@tromey.com>
12790
12791 PR python/19293:
12792 * gdb.python/py-unwind-maint.exp: Update tests.
12793
3cfe46b6
YQ
127942016-07-12 Yao Qi <yao.qi@linaro.org>
12795
12796 * lib/selftest-support.exp (selftest_setup): Match the output
12797 when captured_main is inlined.
12798
4f19a0e6
WT
127992016-07-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
12800
12801 * gdb.fortran/derived-types.exp (result_line, result_line_2):
12802 New variables.
12803 (print this%a, print this%b, print this): New tests.
12804 * gdb.fortran/derived-types.f90 (this): New object and
12805 initialization.
12806
986cf455
SM
128072016-07-06 Simon Marchi <simon.marchi@ericsson.com>
12808
12809 * gdb.ada/arraydim.exp: Remove extra directory level in build
12810 directory.
12811
f0464b23
SM
128122016-07-06 Simon Marchi <simon.marchi@ericsson.com>
12813
12814 * lib/ada.exp: Remove extra directory level in build directory.
12815 * gdb.ada/cond_lang.exp: Likewise.
12816 * gdb.ada/exec_changed.exp: Likewise.
12817 * gdb.ada/lang_switch.exp: Likewise.
12818
42d94011
MG
128192016-07-06 Manish Goregaokar <manish@mozilla.com>
12820
2806dc7e
PA
12821 * simple.rs: Add test for raw pointer subscripting.
12822 * simple.exp: Add test expectations.
42d94011 12823
647c264c
YQ
128242016-07-05 Yao Qi <yao.qi@linaro.org>
12825
12826 * gdb.mi/mi-reverse.exp: Match =record-started output.
12827
20aa2c60
PA
128282016-07-01 Pedro Alves <palves@redhat.com>
12829
12830 * gdb.base/jit-reader.exp (info_registers_current_frame): New
12831 procedure.
12832 (jit_reader_test): Test the jit reader's unwinder.
12833 * gdb.base/jithost.c (jit_function_00_code): New global.
12834 (main): Use memcpy to fill in the mmapped code, instead of poking
12835 bytes manually here.
12836 * gdb.base/jitreader.c (enum register_mapping) <AMD64_RBP>: New
12837 value.
12838 (read_debug_info): Save the function's range.
12839 (read_sp): New function.
12840 (unwind_frame): Use it. Also unwind RBP.
12841 (get_frame_id): Use read_sp.
12842 (gdb_init_reader): Use calloc instead of malloc.
12843 * lib/gdb.exp (get_hexadecimal_valueof): Add optional 'test'
12844 parameter. Use gdb_test_multiple.
12845
ced2dffb
PA
128462016-07-01 Pedro Alves <palves@redhat.com>
12847 Antoine Tremblay <antoine.tremblay@ericsson.com>
12848
12849 * gdb.threads/process-dies-while-detaching.c: New file.
12850 * gdb.threads/process-dies-while-detaching.exp: New file.
12851
63000888
PA
128522016-07-01 Pedro Alves <palves@redhat.com>
12853
12854 * gdb.multi/watchpoint-multi-exit.c: New file.
12855 * gdb.multi/watchpoint-multi-exit.exp: New file.
12856
038d4868
PA
128572016-06-30 Pedro Alves <palves@redhat.com>
12858
12859 * lib/gdbserver-support.exp (close_gdbserver, gdb_exit): Don't
12860 unset inferior_spawn_id.
12861
994e9c83
PA
128622016-06-30 Pedro Alves <palves@redhat.com>
12863
12864 * lib/mi-support.exp (default_mi_gdb_start): Declare global
12865 FORCE_SEPARATE_MI_TTY, not SEPARATE_MI_TTY.
12866
e5653468
YQ
128672016-06-29 Yao Qi <yao.qi@linaro.org>
12868
12869 * gdb.base/return.c: Add copyright header.
12870
803b47e5
TT
128712016-06-29 Tom Tromey <tom@tromey.com>
12872
12873 PR python/20129:
12874 * gdb.python/py-framefilter.exp: Add tests for setting priority
12875 and disabling of non-existent frame filter.
12876
28244707
YQ
128772016-06-29 Yao Qi <yao.qi@linaro.org>
12878
12879 * gdb.base/catch-syscall.c [__arm__]: Set unknown_syscall to
12880 0x0f07ff.
12881
a31d2f06
YQ
128822016-06-28 Yao Qi <yao.qi@linaro.org>
12883
12884 * gdb.base/catch-syscall.exp: Remove check on isnative and target
12885 triplets. Start gdb, execute catch syscall, and continue. Check
12886 gdb's output to determine catch syscall is supported.
12887
921d8f54
MG
128882016-06-27 Manish Goregaokar <manish@mozilla.com>
12889
25d49b86
PA
12890 * gdb.rust/simple.rs: Add test for returning unit in a function.
12891 * gdb.rust/simple.exp: Add expectation for functions returning
12892 unit.
921d8f54 12893
f4952523
PMR
128942016-06-27 Pierre-Marie de Rodat <derodat@adacore.com>
12895
12896 * gdb.python/py-breakpoint-create-fail.c,
12897 gdb.python/py-breakpoint-create-fail.exp,
12898 gdb.python/py-breakpoint-create-fail.py: New testcase.
12899
fccb08f8
MG
129002016-06-25 Manish Goregaokar <manish@mozilla.com>
12901
12902 PR gdb/20239
12903 * gdb.rust/simple.rs: Add more tests for printing NonZero enums.
25d49b86
PA
12904 * gdb.rust/simple.exp: Add test expectations for new NonZero
12905 tests.
fccb08f8 12906
6b850546
DT
129072016-06-24 David Taylor <dtaylor@emc.com>
12908
12909 * gdb.base/offsets.exp: New file.
12910 * gdb.base/offsets.c: New file.
12911
17621150
TT
129122016-06-23 Tom Tromey <tom@tromey.com>
12913
12914 PR gdb/16483:
12915 * gdb.python/py-framefilter.exp: Add "info frame-filter" test
12916 before any filters are loaded.
12917
04d59df6
WT
129182016-06-21 Walfred Tedeschi <walfred.tedeschi@intel.com>
12919
12920 * gdb.fortran/derived-type.exp (print q): Add fields to the output.
12921 * gdb.fortran/vla-type.exp (print twov): Fix vla tests with
12922 structs.
12923 * gdb.fortran/derived-type-function.exp: New file.
12924 * gdb.fortran/derived-type-function.f90: New file.
12925
12926
ac69f786
PA
129272016-06-21 Pedro Alves <palves@redhat.com>
12928
12929 * gdb.base/new-ui.exp: New file.
12930 * lib/mi-support.exp (switch_gdb_spawn_id): Move to ...
12931 * lib/gdb.exp (switch_gdb_spawn_id): ... here.
12932 (with_spawn_id): New procedure.
12933
49940788
PA
129342016-06-21 Pedro Alves <palves@redhat.com>
12935
12936 * gdb.mi/mi-exec-run.exp: New file.
12937
ef274d26
PA
129382016-06-21 Pedro Alves <palves@redhat.com>
12939
12940 * gdb.mi/mi-break.exp (test_breakpoint_commands): Always expect
12941 breakpoint command's output on the main UI.
12942 (test_break): New procedure, factored out from calls in the top
12943 level.
12944 (top level): Use foreach_with_prefix to test MI as main UI and as
12945 separate UI.
12946
468afe6c
PA
129472016-06-21 Pedro Alves <palves@redhat.com>
12948
12949 * gdb.mi/mi-watch.exp (test_watchpoint_creation_and_listing)
12950 (test_awatch_creation_and_listing)
12951 (test_rwatch_creation_and_listing, test_watchpoint_triggering):
12952 Remove 'type' parameter.
12953 (test_watchpoint_all): New parameter mi_mode. Remove
12954 with_test_prefix.
12955 (top level): Use foreach_with_prefix, and add main/separate UI MI
12956 testing axis.
12957
51f77c37
PA
129582016-06-21 Pedro Alves <palves@redhat.com>
12959
12960 * README (Testsuite Parameters): Document FORCE_SEPARATE_MI_TTY.
12961 * lib/gdb.exp (default_gdb_exit): Clear inferior_spawn_id.
12962 * lib/mi-support.exp (mi_uncatched_gdb_exit): Unset
12963 gdb_main_spawn_id, mi_spawn_id, unset inferior_spawn_id.
12964 (gdb_main_spawn_id, mi_spawn_id): Declare and
12965 comment.
12966 (mi_create_inferior_pty): New procedure,
12967 factored out from default_mi_gdb_start.
12968 (switch_gdb_spawn_id, mi_gdb_start_separate_mi_tty): New
12969 procedures.
12970 (default_mi_gdb_start): Call mi_gdb_start_separate_mi_tty if the
12971 separate-mi-tty option is specified, or SEPARATE_MI_TTY is set.
12972 Use mi_create_inferior_pty.
12973 (mi_gdb_start): Use eval to pass down args list.
12974
8980e177
PA
129752016-06-21 Pedro Alves <palves@redhat.com>
12976
12977 * gdb.opt/inline-cmds.c: Add "set mi break here" marker.
12978 * gdb.opt/inline-cmds.exp: Add MI tests.
12979
f38d3ad1
PA
129802016-06-21 Pedro Alves <palves@redhat.com>
12981
12982 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new regexp.
12983
45db7c09
PA
129842016-06-21 Pedro Alves <palves@redhat.com>
12985
12986 * gdb.ada/mi_catch_ex.exp (continue_to_exception): New procedure.
12987 (top level): Use it instead of mi_execute_to.
12988
5a069ab3
PA
129892016-06-21 Pedro Alves <palves@redhat.com>
12990
12991 * gdb.python/py-mi-events-gdb.py (stop_handler_str)
12992 (cont_handler_str): New.
12993 (signal_stop_handler): Set stop_handler_str instead of printing to
12994 stdout.
12995 (continue_handler): Set cont_handler_str instead of printing to
12996 stdout.
12997 * gdb.python/py-mi-events.exp: Ues mi_execute_to instead of
12998 mi_send_resuming_command. Print stop_handler_str and
12999 cont_handler_str instead of expecting the python events print
13000 directly.
13001
2838cc1d
SD
130022016-06-17 Sanjoy Das <sanjoy@playingwithpointers.com>
13003
13004 * gdb.base/jit-reader.exp: New file.
13005 * gdb.base/jithost.c: New file.
13006 * gdb.base/jithost.h: New file.
13007 * gdb.base/jitreader.c : New file.
13008 * gdb.base/jit-protocol.h: New file.
13009
21a77091
YQ
130102016-06-17 Yao Qi <yao.qi@linaro.org>
13011
13012 * gdb.base/step-over-syscall.exp (break_cond_on_syscall): New
13013 parameters follow_fork and detach_on_fork. Set follow-fork-mode
13014 and detach-on-fork. Adjust tests.
13015 (top level): Invoke break_cond_on_syscall with combinations of
13016 syscall, follow-fork-mode and detach-on-fork.
13017
f50bf8e5
YQ
130182016-06-17 Yao Qi <yao.qi@linaro.org>
13019
13020 * gdb.base/step-over-exit.c: New.
13021 * gdb.base/step-over-exit.exp: New.
13022
a28d8e50
YTL
130232016-06-17 Yan-Ting Lin <currygt52@gmail.com>
13024
13025 * gdb.base/float.exp: Add target check for nds32*-*-*.
13026 * gdb.xml/tdesc-regs.exp: Set core-regs for nds32*-*-*.
13027
cad8e26d
AB
130282016-06-13 Andrew Burgess <andrew.burgess@embecosm.com>
13029
13030 * gdb.base/call-ar-st.exp: Report unsupported rather than xfail
13031 for unsupported target features.
13032 * gdb.base/call-rt-st.exp: Likewise.
13033 * gdb.base/call-sc.exp: Likewise.
13034 * gdb.base/call-signal-resume.exp: Likewise.
13035 * gdb.base/call-strs.exp: Likewise.
13036 * gdb.base/callexit.exp: Likewise.
13037 * gdb.base/callfuncs.exp: Likewise.
13038 * gdb.base/nodebug.exp: Likewise.
13039 * gdb.base/printcmds.exp: Likewise.
13040 * gdb.base/ptype.exp: Likewise.
13041 * gdb.base/structs.exp: Likewise.
13042 * gdb.base/unwindonsignal.exp: Likewise.
13043 * gdb.cp/gdb2495.exp: Likewise.
13044 * gdb.cp/templates.exp: Likewise.
13045 * gdb.cp/virtfunc.exp: Likewise.
13046 * gdb.threads/hand-call-in-threads.exp: Likewise.
13047 * gdb.threads/interrupted-hand-call.exp: Likewise.
13048 * gdb.threads/thread-unwindonsignal.exp: Likewise.
13049
347dc102
TT
130502016-06-10 Tom Tromey <tom@tromey.com>
13051
13052 PR rust/20110:
13053 * gdb.rust/expr.exp: Add test for integer constant larger than
13054 i32.
13055
5e13cf25
BH
130562016-06-10 Bernhard Heckel <bernhard.heckel@intel.com>
13057
13058 * gdb.fortran/nested-funcs.exp: New.
13059 * gdb.fortran/nested-funcs.f90: New.
13060
bb556f1f
TK
130612016-06-09 Toshihito Kikuchi <k.toshihito@yahoo.de>
13062
13063 * gdb.base/examine-backward.c: New file.
13064 * gdb.base/examine-backward.exp: New file.
13065
38b022b4
SM
130662016-06-06 Simon Marchi <simon.marchi@ericsson.com>
13067
13068 * gdb.mi/mi-record-changed.exp: Adjust =record-started output
13069 matching.
13070
1b40ec05
TT
130712016-06-02 Tom Tromey <tom@tromey.com>
13072
13073 PR python/18984:
13074 * gdb.python/py-shared.exp: Add solib_name test.
13075
193bd378
SM
130762016-06-02 Simon Marchi <simon.marchi@ericsson.com>
13077
13078 * gdb.mi/mi-memory-changed.exp: Fix filename passed to untested.
13079
3326303b
MG
130802016-05-31 Martin Galvan <martin.galvan@tallertechnologies.com>
13081
13082 PR c++/19893
13083 * gdb.dwarf2/implref.exp: Rename to...
13084 * gdb.dwarf2/implref-const.exp: ...this. Also add more test statements.
13085 * gdb.dwarf2/implref-array.c: New file.
13086 * gdb.dwarf2/implref-array.exp: Likewise.
13087 * gdb.dwarf2/implref-global.c: Likewise.
13088 * gdb.dwarf2/implref-global.exp: Likewise.
13089 * gdb.dwarf2/implref-struct.c: Likewise.
13090 * gdb.dwarf2/implref-struct.exp: Likewise.
13091
825c8ef2
AT
130922016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
13093
13094 * gdb.trace/trace-condition.exp: Add 64bit tests.
13095
2320162a
AT
130962016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
13097
13098 * gdb.trace/trace-condition.c (marker): Adapt signature to 8 to 64
13099 bits types.
13100 (main): Adapt to 8 to 64 bits types.
13101 * gdb.trace/trace-condition.exp: Add new tests.
13102
a7818233
AT
131032016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
13104
13105 * gdb.trace/trace-condition.exp: Add emit_less_unsigned test.
13106
0d336466
AT
131072016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
13108
13109 * gdb.trace/ftrace.exp (test_ftrace_condition): Remove.
13110 Move condition tests...
13111 * gdb.trace/trace-condition.exp: Here.
13112
7faeb45a
AT
131132016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
13114
13115 * gdb.trace/trace-condition.exp: Add counter-case tests.
13116
e385593e
JK
131172016-05-30 Jan Kratochvil <jan.kratochvil@redhat.com>
13118
13119 PR c++/15231
13120 * gdb.ada/out_of_line_in_inlined.exp: Remove xfails.
13121 * gdb.dwarf2/dw2-lexical-block-bare.exp: New file.
13122
744608cc
PA
131232016-05-27 Pedro Alves <palves@redhat.com>
13124
13125 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
13126 New procedure.
13127 (top level): Call it, and bail out of DejaGnu is known to be bad.
13128
ac775bf4
AB
131292016-05-27 Andrew Burgess <andrew.burgess@embecosm.com>
13130
13131 * gdb.base/whatis.c: Extend the test case.
13132 * gdb.base/whatis.exp: Add additional tests.
13133
2bbad2ea
BH
131342016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
13135
13136* gdb.fortran/type.f90: Add pointer variable.
13137* gdb.fortran/whatis_type.exp: Add whatis/ptype of pointers.
13138
8b70175d
BH
131392016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
13140
13141 * gdb.fortran/vla-type.exp: Fix testcase name.
13142
86d8a848
BH
131432016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
13144
13145 * gdb.fortran/vla-type.exp: Access elements in nested structs.
13146
e188eb36
BH
131472016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
13148
13149 * gdb.fortran/type.f90: Add nested structures.
13150 * gdb.fortran/whatis-type.exp: Whatis/ptype nested structures.
13151 * gdb.fortran/derived-type.exp: Adapt expected output.
13152 * gdb.fortran/vla-type.exp: Adapt expected output.
13153
9b2db1fd
BH
131542016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
13155
13156 * gdb.fortran/whatis_type.exp: Adapt expected output.
13157
72b17055
BH
131582016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
13159
13160 * gdb.fortran/print_type.exp: Fix expected output.
13161 * gdb.fortran/whatis_type.exp: Fix expected output.
13162
3cd81d8d
BH
131632016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
13164
13165 * gdb.fortran/whatis_type.exp: Use multi_line.
13166
ddae9462
TT
131672016-05-24 Tom Tromey <tom@tromey.com>
13168
13169 PR python/17386:
13170 * gdb.python/py-value.exp (test_value_numeric_ops): Add tests that
13171 use value as an index.
13172
1957f6b8
TT
131732016-05-23 Tom Tromey <tom@tromey.com>
13174
13175 PR python/17981:
13176 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add test for
13177 no-breakpoint case.
13178
026a9174
PA
131792016-05-24 Pedro Alves <palves@redhat.com>
13180
13181 PR gdb/19828
13182 * gdb.threads/clone-attach-detach.c: New file.
13183 * gdb.threads/clone-attach-detach.exp: New file.
13184
e70a7231
FR
131852016-05-24 Francis Ricci <francisjricci@gmail.com> (tiny patch)
13186
13187 * gdb.base/annota-input-while-running.exp: Fix syntax error.
13188
0f6ed0e0
TT
131892016-05-23 Tom Tromey <tom@tromey.com>
13190
13191 PR python/19438, PR python/18393:
13192 * gdb.python/py-progspace.exp: Add "dir" test.
13193 * gdb.python/py-objfile.exp: Add "dir" test.
13194
ffd19d61
YQ
131952016-05-23 Yao Qi <yao.qi@linaro.org>
13196
13197 * gdb.arch/thumb-prologue.exp: Use standard_testfile.
13198 * gdb.arch/thumb2-it.exp: Likewise.
13199
9e8f9b05
SM
132002016-05-18 Simon Marchi <simon.marchi@ericsson.com>
13201
13202 * gdb.mi/mi-threads-interrupt.c: New file.
13203 * gdb.mi/mi-threads-interrupt.exp: New file.
13204
61c6156d
SM
132052016-05-17 Simon Marchi <simon.marchi@ericsson.com>
13206
13207 PR gdb/18077
13208 * gdb.mi/mi-async-run.exp: New file.
13209 * gdb.mi/mi-async-run.c: New file.
13210
67218854
TT
132112016-05-17 Tom Tromey <tom@tromey.com>
13212 Manish Goregaokar <manishsmail@gmail.com>
13213
13214 * lib/rust-support.exp: New file.
13215 * lib/gdb.exp (skip_rust_tests): New proc.
13216 (build_executable_from_specs): Handle rust.
13217 * lib/future.exp (gdb_find_rustc): New proc.
13218 (gdb_default_target_compile): Handle rust.
13219 * gdb.rust/expr.exp: New file.
13220 * gdb.rust/generics.exp: New file.
13221 * gdb.rust/generics.rs: New file.
13222 * gdb.rust/methods.exp: New file.
13223 * gdb.rust/methods.rs: New file.
13224 * gdb.rust/modules.exp: New file.
13225 * gdb.rust/modules.rs: New file.
13226 * gdb.rust/simple.exp: New file.
13227 * gdb.rust/simple.rs: New file.
13228
c44af4eb
TT
132292016-05-17 Tom Tromey <tom@tromey.com>
13230
13231 * gdb.base/default.exp (set language): Add rust.
13232
dcd1f979
TT
132332016-05-17 Tom Tromey <tom@tromey.com>
13234
13235 * gdb.gdb/unittest.exp: New file.
13236
155b7f57
YQ
132372016-05-16 Yao Qi <yao.qi@linaro.org>
13238
13239 * gdb.base/batch-preserve-term-settings.exp: Remove variable
13240 shell_prompt. Update shell_prompt_re.
13241
8ddd5a6c
DE
132422016-05-12 Doug Evans <dje@google.com>
13243
13244 PR symtab/19999
13245 * lib/dwarf.exp (build_executable_from_fission_assembler): Pass
13246 $options when building executable.
13247 * gdb.dwarf2/fission-loclists-pie.S: New file.
13248 * gdb.dwarf2/fission-loclists-pie.exp: New file.
13249
02e370d9
SM
132502016-05-04 Simon Marchi <simon.marchi@ericsson.com>
13251
13252 * gdb.base/solib-display.exp: Check for [use_gdb_stub] instead
13253 of [is_remote target],
13254
8929ad8b
SM
132552016-05-04 Simon Marchi <simon.marchi@ericsson.com>
13256
13257 * lib/gdb.exp (use_gdb_stub): New procedure.
13258
6c447423
DE
132592016-05-03 Yunlian Jiang <yunlian@google.com>
13260 Doug Evans <dje@google.com>
13261
13262 PR symtab/19914
13263 * gdb.dwarf2/dwp-sepdebug.c: New file.
13264 * gdb.dwarf2/dwp-sepdebug.exp: New file.
13265
444e826c
SM
132662016-05-02 Simon Marchi <simon.marchi@ericsson.com>
13267
13268 * gdb.base/detach.exp: Remove is_remote check.
13269
740feeaa
SM
132702016-05-02 Simon Marchi <simon.marchi@ericsson.com>
13271
13272 * gdb.base/annota-input-while-running.exp: Don't check for
13273 [is_remote target]. Enable annotations after running to main.
13274 Remove unused "set test..." line.
13275
9080ac9d
SM
132762016-04-28 Simon Marchi <simon.marchi@ericsson.com>
13277
13278 * gdb.trace/trace-enable-disable.exp: New file.
13279 * gdb.trace/trace-enable-disable.c: New file.
13280
952ebca5
SM
132812016-04-28 Simon Marchi <simon.marchi@ericsson.com>
13282
13283 * gdb.arch/ftrace-insn-reloc.exp: Save gdb_load_shlib result,
13284 use it in info sharedlibrary test.
13285 * gdb.trace/ftrace-lock.exp: Likewise.
13286 * gdb.trace/ftrace.exp: Likewise.
13287 * gdb.trace/range-stepping.exp: Likewise.
13288 * gdb.trace/trace-break.exp: Likewise.
13289 * gdb.trace/trace-condition.exp: Likewise.
13290 * gdb.trace/trace-mt.exp: Likewise.
13291
d9019901
SM
132922016-04-27 Simon Marchi <simon.marchi@ericsson.com>
13293
13294 * lib/gdb.exp (gdb_load_shlibs): Rename to...
13295 (gdb_load_shlib): ... this.
13296 * gdb.arch/ftrace-insn-reloc.exp: Adjust gdb_load_shlibs ->
13297 gdb_load_shlib.
13298 * gdb.base/catch-load.exp (one_catch_load_test): Likewise.
13299 * gdb.base/ctxobj.exp: Likewise.
13300 * gdb.base/dprintf-pending.exp: Likewise.
13301 * gdb.base/dso2dso.exp: Likewise.
13302 * gdb.base/fixsection.exp: Likewise.
13303 * gdb.base/gcore-relro.exp: Likewise.
13304 * gdb.base/gdb1555.exp: Likewise.
13305 * gdb.base/global-var-nested-by-dso.exp: Likewise.
13306 * gdb.base/gnu-ifunc.exp: Likewise.
13307 * gdb.base/hbreak-in-shr-unsupported.exp: Likewise.
13308 * gdb.base/jit-so.exp (one_jit_test): Likewise.
13309 * gdb.base/pending.exp: Likewise.
13310 * gdb.base/print-file-var.exp: Likewise.
13311 * gdb.base/print-symbol-loading.exp: Likewise.
13312 * gdb.base/shlib-call.exp: Likewise.
13313 * gdb.base/shreloc.exp: Likewise.
13314 * gdb.base/so-impl-ld.exp: Likewise.
13315 * gdb.base/solib-disc.exp: Likewise.
13316 * gdb.base/solib-nodir.exp: Likewise.
13317 * gdb.base/solib-overlap.exp: Likewise.
13318 * gdb.base/solib-symbol.exp: Likewise.
13319 * gdb.base/solib-weak.exp (do_test): Likewise.
13320 * gdb.base/sym-file.exp: Likewise.
13321 * gdb.base/symtab-search-order.exp: Likewise.
13322 * gdb.base/type-opaque.exp: Likewise.
13323 * gdb.base/unload.exp: Likewise.
13324 * gdb.base/watchpoint-solib.exp: Likewise.
13325 * gdb.compile/compile.exp: Likewise.
13326 * gdb.cp/gdb2384.exp: Likewise.
13327 * gdb.cp/infcall-dlopen.exp: Likewise.
13328 * gdb.cp/re-set-overloaded.exp: Likewise.
13329 * gdb.fortran/library-module.exp: Likewise.
13330 * gdb.opt/solib-intra-step.exp: Likewise.
13331 * gdb.python/py-finish-breakpoint.exp: Likewise.
13332 * gdb.python/py-shared.exp: Likewise.
13333 * gdb.reverse/solib-precsave.exp: Likewise.
13334 * gdb.reverse/solib-reverse.exp: Likewise.
13335 * gdb.server/solib-list.exp: Likewise.
13336 * gdb.threads/dlopen-libpthread.exp: Likewise.
13337 * gdb.threads/tls-shared.exp: Likewise.
13338 * gdb.threads/tls-so_extern.exp: Likewise.
13339 * gdb.trace/change-loc.exp: Likewise.
13340 * gdb.trace/ftrace-lock.exp: Likewise.
13341 * gdb.trace/ftrace.exp: Likewise.
13342 * gdb.trace/mi-tracepoint-changed.exp (test_reconnect): Likewise.
13343 * gdb.trace/pending.exp: Likewise.
13344 * gdb.trace/range-stepping.exp: Likewise.
13345 * gdb.trace/strace.exp (strace_remove_socket): Likewise.
13346 (strace_info_marker): Likewise.
13347 (strace_probe_marker): Likewise.
13348 (strace_trace_on_same_addr): Likewise.
13349 (strace_trace_on_diff_addr): Likewise.
13350 * gdb.trace/trace-break.exp: Likewise.
13351 * gdb.trace/trace-condition.exp: Likewise.
13352 * gdb.trace/trace-mt.exp: Likewise.
13353
fca4cfd9
SM
133542016-04-27 Simon Marchi <simon.marchi@ericsson.com>
13355
13356 * lib/gdb.exp (gdb_load_shlibs): Accept a single argument. Return
13357 result of gdb_remote_download.
13358 * gdb.base/ctxobj.exp: Split gdb_load_shlibs call.
13359 * gdb.base/dso2dso.exp: Likewise.
13360 * gdb.base/global-var-nested-by-dso.exp: Likewise.
13361 * gdb.base/print-file-var.exp: Likewise.
13362 * gdb.base/shlib-call.exp: Likewise.
13363 * gdb.base/shreloc.exp: Likewise.
13364 * gdb.base/solib-overlap.exp: Likewise.
13365 * gdb.base/solib-weak.exp (do_test): Likewise.
13366 * gdb.base/unload.exp: Likewise.
13367
11cf4ffb
YQ
133682016-04-27 Yao Qi <yao.qi@linaro.org>
13369
13370 * gdb.base/branch-to-self.exp: Skip it if gdb,nosignals
13371 exists.
13372
3e2e34f8
KB
133732016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
13374
13375 * vla-type.exp: Print structure from toplevel.
13376
8f07e298
BH
133772016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
13378
13379 * gdb.fortran/vla-type.f90: Add test for static and dynamic arrays
13380 of dynamic types.
13381 * gdb.fortran/vla-type.exp: Add test for static and dynamic arrays
13382 of dynamic types.
13383
9920b434
BH
133842016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
13385
13386 * gdb.fortran/vla-type.f90: New file.
13387 * gdb.fortran/vla-type.exp: New file.
13388
f3abeff5
YQ
133892016-04-25 Yao Qi <yao.qi@linaro.org>
13390
13391 * gdb.base/branch-to-self.c: New file.
13392 * gdb.base/branch-to-self.exp: New file.
13393
0a5d52f0
YQ
133942016-04-22 Yao Qi <yao.qi@linaro.org>
13395
13396 * gdb.trace/unavailable.exp (gdb_collect_globals_test_1): Match
13397 more after $hex.
13398
495346f6
YQ
133992016-04-22 Yao Qi <yao.qi@linaro.org>
13400
13401 * gdb.base/annota1.exp: Set breakpoint on line $main_line.
13402 * gdb.base/annota3.exp: Likewise.
13403
4a7e075c
YQ
134042016-04-22 Yao Qi <yao.qi@linaro.org>
13405
13406 * gdb.reverse/step-precsave.exp: Do one step and test program
13407 stops in "callee" and do multiple steps until program goes out
13408 of "callee".
13409 * gdb.reverse/step-reverse.exp: Likewise.
13410
5b061e98
YQ
134112016-04-22 Yao Qi <yao.qi@linaro.org>
13412
13413 * gdb.trace/signal.exp: Also pass if
13414 $tracepoint_hits($i) > $iterations.
13415
5c5dc57f
YQ
134162016-04-22 Yao Qi <yao.qi@linaro.org>
13417
13418 * gdb.trace/signal.c: New file.
13419 * gdb.trace/signal.exp: New file.
13420
a55411b9
DE
134212016-04-19 Doug Evans <xdje42@gmail.com>
13422
13423 * gdb.base/bad-file.exp: New file.
13424
a22df60a
MG
134252016-04-18 Martin Galvan <martin.galvan@tallertechnologies.com>
13426
13427 * gdb.dwarf2/implref.exp: New file.
13428
0c13f7e5
BH
134292016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
13430
13431 * gdb.fortran/common-block.exp: Use type naming defined in lib fortran.
13432 * gdb.fortran/derived-type.exp: Use type naming defined in lib fortran.
13433 * gdb.fortran/multi-dim.exp: Use type naming defined in lib fortran.
13434 * gdb.fortran/vla-datatypes.exp: Use type naming defined in lib fortran.
13435 * gdb.fortran/vla-ptype-sub.exp: Use type naming defined in lib fortran.
13436 * gdb.fortran/vla-ptype.exp: Use type naming defined in lib fortran.
13437 * gdb.fortran/whatis_type.exp: Use type naming defined in lib fortran.
13438 * lib/fortran.exp (fortran_int4): New procedure.
13439 (fortran_real4, fortran_real8, fortran_complex4): Likewise.
13440 (fortran_logical4): Likewise.
13441
9b9b09e9
BH
134422016-04-18 Benrhard Heckel <bernhard.heckel@intel.com>
13443
13444 * lib/gdb.exp (gdb_compile_shlib): Add flag for ICC compiler.
13445
a14d1f4d
BH
134462016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
13447
13448 * lib/compiler.c: Add Intel specific preprocessor macros.
13449 * lib/compiler.cc: Likewise.
25d49b86 13450
7d49b1d0
LM
134512016-04-13 Luis Machado <lgustavo@codesourcery.com>
13452
13453 * gdb.server/connect-with-no-symbol-file.c: New file.
13454 * gdb.server/connect-with-no-symbol-file.exp: New file.
13455
8392fa22
SM
134562016-04-13 Simon Marchi <simon.marchi@ericsson.com>
13457
13458 * lib/gdb.exp (gdb_remote_download): Fix and extend comment.
13459
8c4c4aeb
SM
134602016-04-13 Simon Marchi <simon.marchi@ericsson.com>
13461
13462 * boards/gdbserver-base.exp (${board}_download): Copy source file to
13463 standard output directory.
13464
45e3745e
AT
134652016-04-13 Antoine Tremblay <antoine.tremblay@ericsson.com>
13466
13467 * gdb.trace/trace-condition.exp (foreach): Fix emit_sub testcase.
13468
e26b7e41
MM
134692016-04-13 Markus Metzger <markus.t.metzger@intel.com>
13470
13471 * gdb.btrace/instruction_history.c (loop): Add declaration.
13472
8ce09462
AT
134732016-04-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
13474
13475 * gdb.trace/ftrace.exp (proc): Change test prefix from "ond" to "cond".
13476
2e88a1ea
SM
134772016-04-09 Simon Marchi <simon.marchi@polymtl.ca>
13478
13479 * gdb.python/py-mi-events-gdb.py (signal_stop_handler): Add
13480 parentheses to print.
13481 (continue_handler): Likewise.
13482
f48e22e3
SM
134832016-04-08 Simon Marchi <simon.marchi@ericsson.com>
13484
13485 * gdb.server/solib-list.exp: Remove is_remote check.
13486 Pass shlib= to gdb_compile. Don't link shared library with
13487 -soname. Call gdb_remote_download instead of gdb_load_shlibs.
13488 Run binary filename through "readlink -f" on the target.
13489
096be756
PA
134902016-04-08 Pedro Alves <palves@redhat.com>
13491
13492 * gdb.server/solib-list.exp: Don't use gdb_load. Instead pass the
13493 interpreter filename as argument to gdbserver_spawn.
13494 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
13495 Return empty if $last_loaded_file does not exist.
13496
06500533
JK
134972016-04-08 Jan Kratochvil <jan.kratochvil@redhat.com>
13498
13499 Fix compatibility with gcc-4.8.5-4.el7.x86_64.
13500 * gdb.base/jit-main.c: Use exit after usage.
13501
2d35e871
JK
135022016-04-07 Jan Kratochvil <jan.kratochvil@redhat.com>
13503
13504 * gdb.base/gdbhistsize-history.exp: Save and unset GDBHISTFILE and
13505 GDBHISTSIZE prior to the tests.
13506 * gdb.base/gdbinit-history.exp: Likewise.
13507
135082016-04-07 Pedro Alves <palves@redhat.com>
9553661a
PA
13509
13510 * gdb.compile/compile.exp: Use gdb_compile with "shlib=" option
13511 instead of build_executable. Use gdb_load_shlibs.
13512
c8064e7e
YQ
135132016-04-07 Yao Qi <yao.qi@linaro.org>
13514
13515 * gdb.reverse/finish-reverse-bkpt.exp: Use temporary breakpoint.
13516 Execute "si" command.
13517
bde47561
YQ
135182016-04-07 Yao Qi <yao.qi@linaro.org>
13519
13520 * gdb.reverse/next-reverse-bkpt-over-sr.exp: Match the breakpoint
13521 number instead of the comments on some line.
13522
b16f8a3b
DB
135232016-04-06 Don Breazeal <donb@codesourcery.com>
13524
13525 * gdb.dwarf2/dw2-opt-structptr.c: New test program.
13526 * gdb.dwarf2/dw2-opt-structptr.exp: New test script.
13527
c2f901df
SM
135282016-04-06 Simon Marchi <simon.marchi@ericsson.com>
13529
13530 * gdb.threads/dlopen-libpthread.exp: Set binfile_lib using
13531 standard_output_file. Remove unused binfile variable.
13532
ac17fda0
CU
135332016-04-05 Catalin Udma <catalin.udma@freescale.com>
13534
13535 * gdb.python/py-mi-objfile-gdb.py: Use "list main" command.
13536 * gdb.python/py-mi-objfile.exp: Match "list main" output
13537 in console format.
13538
03a8c4df
SM
135392016-04-05 Simon Marchi <simon.marchi@polymtl.ca>
13540
13541 * gdb.arch/ftrace-insn-reloc.exp: Check for IPA basename instead of
13542 absolute.
13543
6e774b13
SM
135442016-04-05 Simon Marchi <simon.marchi@ericsson.com>
13545
13546 * gdb.trace/ftrace-lock.exp: Check for IPA basename instead of
13547 absolute.
13548 * gdb.trace/ftrace.exp: Likewise.
13549 * lib/gdb.exp (gdb_compile): Set rpath $ORIGIN for non-remote
13550 targets as well.
13551 (gdb_compile_shlib): Set SONAME for non-remote targets as well.
13552 (gdb_load_shlibs): Copy libraries to test directory when testing
13553 natively. Only set solib-search-path if testing remotely.
13554 * lib/mi-support.exp (mi_load_shlibs): Likewise.
13555
7817ea46
SM
135562016-04-05 Simon Marchi <simon.marchi@ericsson.com>
13557
13558 * gdb.base/jit-so.exp: Use gdb_remote_download instead of
13559 gdb_download. Use it even if the target is not remote.
13560 * gdb.base/jit.exp (compile_jit_test): Likewise.
13561 * lib/gdb.exp (gdb_remote_download): Copy files to the standard
13562 output directory if the destination board is local, otherwise use
13563 the standard remote_download from DejaGnu.
13564 (gdb_download): Remove.
13565 (gdb_load_shlibs): Use gdb_remote_download instead of
13566 gdb_download.
13567 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
13568 Use gdb_remote_download instead of gdb_download. Use it even if
13569 the target is not remote.
13570 * lib/mi-support.exp (mi_load_shlibs): Use gdb_remote_download
13571 instead of gdb_download.
13572
7beb7f68
SM
135732016-04-04 Simon Marchi <simon.marchi@polymtl.ca>
13574
13575 * gdb.mi/mi-breakpoint-changed.exp: Add some with_test_prefix.
13576 (test_insert_delete_modify): Call mi_load_shlibs before trying to
13577 run.
13578
cc63428a
AV
135792016-04-01 Artemiy Volkov <artemiyv@acm.org>
13580
13581 PR gdb/19820
13582 * gdb.base/printcmds.exp: Add artificial arrays tests.
13583
64cdf930
PA
135842016-03-31 Pedro Alves <palves@redhat.com>
13585
13586 PR gdb/19858
13587 * gdb.base/jit-main.c: Include unistd.h.
13588 (ATTACH): Define to 0 if not already defined.
13589 (wait_for_gdb, mypid): New globals.
13590 (WAIT_FOR_GDB): New macro.
13591 (MAIN): Set an alarm. Store the process's pid. Wait for GDB at
13592 some breakpoint locations.
13593 * gdb.base/jit.exp (clean_reattach, continue_to_test_location):
13594 New procedures.
13595 (one_jit_test): Add REATTACH parameter, and handle it. Use
13596 continue_to_test_location.
13597 (top level): Test attach, and adjusts calls to one_jit_test.
13598
40dea8cb
PA
135992016-03-31 Pedro Alves <palves@redhat.com>
13600
13601 PR gdb/19858
13602 * gdb.base/jit.exp (compile_jit_test): Add intro comment. Add
13603 BINSUFFIX parameter, and handle it.
13604 (top level): Adjust calls compile_jit_test.
13605
e7ea3ec7
CU
136062016-03-31 Catalin Udma <catalin.udma@freescale.com>
13607
13608 PR python/19743
13609 * gdb.python/py-mi-events-gdb.py: New file.
13610 * gdb.python/py-mi-events.c: New file.
13611 * gdb.python/py-mi-events.exp: New file.
13612
e6359af3
YQ
136132016-03-30 Yao Qi <yao.qi@linaro.org>
13614
13615 * gdb.reverse/until-precsave.exp: Match function name only.
13616 * gdb.reverse/until-reverse.c (main): Don't call fprintf nor printf.
13617 Move malloc to a condition block.
13618 * gdb.reverse/until-reverse.exp: Match function name only.
13619
a4105d04
MK
136202016-03-29 Marcin Kościelnicki <koriakin@0x04.net>
13621
13622 * gdb.trace/ftrace.exp: Set arg0exp for s390.
13623 * gdb.trace/mi-trace-frame-collected.exp: Expect 4 registers on s390.
13624 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for s390, add gpr0num
13625 variable for GPR 0 instead of assuming it is register 0.
13626 * gdb.trace/trace-common.h: Add s390 fast tracepoint placeholder.
13627 * lib/trace-support.exp: Add s390 registers.
13628
bfa6adb9
YQ
136292016-03-29 Yao Qi <yao.qi@linaro.org>
13630
13631 * gdb.arch/arm-neon.exp: Pass debug to prepare_for_testing.
13632
1e6697ea
YQ
136332016-03-24 Yao Qi <yao.qi@linaro.org>
13634
13635 * gdb.reverse/break-reverse.exp: Add quotation mark in the
13636 test message.
13637
64bcd522
AA
136382016-03-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
13639
13640 * gdb.arch/s390-multiarch.exp: Use standard_testfile instead of
13641 maintaining separate logic for constructing the output path.
13642
7868401b
DB
136432016-03-16 Don Breazeal <donb@codesourcery.com>
13644
13645 * gdb.threads/forking-threads-plus-breakpoint.c (thread_forks):
13646 Retry fork and waitpid on interrupted system call errors.
13647 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
13648 Use with_timeout_factor to increase timeout by factor of 10.
13649
1cafadb4
DB
136502016-03-15 Don Breazeal <donb@codesourcery.com>
13651
13652 * gdb.cp/scope-err.cc: New test program.
13653 * gdb.cp/scope-err.exp: New test script.
13654 * gdb.linespec/ls-errs.c (myfunction): Expanded to have multiple
13655 lines and "set breakpoint here" comment.
13656 * gdb.linespec/ls-errs.exp: Added C++ testing and new test case.
13657 Fixed some whitespace and format issues.
13658 * gdb.mi/mi-linespec-err-cp.cc: New test program.
13659 * gdb.mi/mi-linespec-err-cp.exp: New test script.
13660
81516450
DE
136612016-03-15 Doug Evans <dje@google.com>
13662
13663 * gdb.xml/extra-regs.xml: Add enum, mixed_flags values.
13664 * gdb.xml/tdesc-regs.exp (load_description): New arg xml_file.
13665 All callers updated. Add tests for enums, mixed flags register.
13666
aa52b601
DE
136672016-03-15 Doug Evans <dje@google.com>
13668
13669 * gdb.base/skip.c (main): Call test_skip_file_and_function.
13670 * gdb.base/skip.exp: Remove hand calling test_skip_file_and_function.
13671
fa4ff313
SM
136722016-03-14 Simon Marchi <simon.marchi@ericsson.com>
13673
13674 * gdb.base/default.exp: Add $_as_string to the list of expected
13675 convenience functions.
13676
f2403c39
AB
136772016-03-11 Andrew Burgess <andrew.burgess@embecosm.com>
13678
13679 * gdb.base/maint.exp: New tests for 'maint info line-table'.
13680
f2f3ccb9
SM
136812016-03-10 Simon Marchi <simon.marchi@polymtl.ca>
13682
13683 * gdb.python/py-as-string.exp: New file.
13684 * gdb.python/py-as-string.c: New file.
13685
00dbd492
PA
136862016-03-09 Pedro Alves <palves@redhat.com>
13687
13688 * gdb.threads/attach-into-signal.exp: Adjust to "Program received
13689 signal" -> "Thread NN received signal" output change.
13690 * gdb.threads/ia64-sigill.exp: Likewise.
13691 * gdb.threads/linux-dp.exp: Likewise.
13692 * gdb.threads/manythreads.exp: Likewise.
13693 * gdb.threads/pending-step.exp: Likewise.
13694 * gdb.threads/print-threads.exp: Likewise.
13695 * gdb.threads/sigstep-threads.exp: Likewise.
13696 * gdb.threads/staticthreads.exp: Likewise.
13697 * gdb.threads/tls.exp: Likewise.
13698
1e6697ea
YQ
136992016-03-09 Pedro Alves <palves@redhat.com>
13700
13701 * gdb.base/command-line-input.exp: New file.
13702
b04fd3be
MK
137032016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
13704
13705 * gdb.trace/ftrace.exp: Set arg0exp for ppc.
13706 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for ppc.
13707 * gdb.trace/pending.exp: Accept leading dot before function name.
13708 * gdb.trace/trace-common.h: Add fast tracepoint dummy insn for ppc.
13709 * lib/trace-support.exp: Set registers for ppc.
13710
98fa59e9
MK
137112016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
13712
13713 * gdb.trace/entry-values.exp: Link ${binfile}1.o to ${binfile}1 and
13714 use it for disassembly; accept .main in addition to main in backtrace.
13715
f77198c8
MK
137162016-03-09 Wei-cheng Wang <cole945@gmail.com>
13717 Marcin Kościelnicki <koriakin@0x04.net>
13718
13719 * gdb.trace/actions.c (gdb_recursion_test_fp): New typedef.
13720 (gdb_recursion_test_ptr): New global variable.
13721 (gdb_recursion_test): Call gdb_recursion_test_ptr instead of
13722 gdb_recursion_test.
13723 (gdb_c_test): Ditto.
13724
ba84e0da
MK
137252016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
13726
13727 * gdb.trace/change-loc.exp: Don't depend on tracepoint location
13728 ordering.
13729
4366d36e
MK
137302016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
13731
13732 * gdb.trace/unavailable-dwarf-piece.c (foo): Add foo_start_lbl label.
13733 (bar): Add bar_start_lbl label.
13734 * gdb.trace/unavailable-dwarf-piece.exp: Use foo/bar_start_lbl instead
13735 of foo/bar for emitting DWARF and tracing.
13736
5eb264df
SDJ
137372016-03-06 Sergio Durigan Junior <sergiodj@redhat.com>
13738
13739 * analyze-racy-logs.py: Set executable bit.
13740
fb6a751f
SDJ
137412016-03-05 Sergio Durigan Junior <sergiodj@redhat.com>
13742
13743 * Makefile.in (DEFAULT_RACY_ITER): New variable.
13744 (CHECK_TARGET_TMP): Likewise.
13745 (check-single-racy): New rule.
13746 (check-parallel-racy): Likewise.
13747 (TEST_TARGETS): Adjust rule to account for RACY_ITER.
13748 (do-check-parallel-racy): New rule.
13749 (check-racy/%.exp): Likewise.
13750 * README (Racy testcases): New section.
13751 * analyze-racy-logs.py: New file.
13752
bdf7e230
DE
137532016-03-03 Doug Evans <dje@google.com>
13754
13755 * gdb.base/skip.exp: Use with_test_prefix.
13756
4719d415
YQ
137572016-03-03 Yao Qi <yao.qi@linaro.org>
13758
13759 * gdb.base/step-over-syscall.exp (step_over_syscall): Kfail.
13760 Invoke step_over_syscall "clone" and break_cond_on_syscall
13761 "clone".
13762 * gdb.base/step-over-clone.c: New file.
13763
ea507862
YQ
137642016-03-03 Yao Qi <yao.qi@linaro.org>
13765
13766 * gdb.base/step-over-syscall.exp (disp_step_cross_syscall): Fix
13767 code format.
13768
8fc8cbda
YQ
137692016-03-03 Yao Qi <yao.qi@linaro.org>
13770
13771 * gdb.base/disp-step-fork.c: Rename to ...
13772 * gdb.base/step-over-fork.c: ... it. New file.
13773 * gdb.base/disp-step-vfork.c: Rename to ...
13774 * gdb.base/step-over-vfork.c: ... it. New file.
13775 * gdb.base/disp-step-syscall.exp: Rename to ...
13776 * gdb.base/step-over-syscall.exp: ... it. New file.
13777 (disp_step_cross_syscall): Rename to ...
13778 (step_over_syscall): ... it.
13779
92fa70b0
YQ
137802016-03-03 Yao Qi <yao.qi@linaro.org>
13781
13782 * gdb.base/disp-step-syscall.exp (break_cond_on_syscall): New.
13783 If target supports condition evaluation on target, invoke
13784 break_cond_on_syscall for fork and vfork.
13785
e197ad3c
YQ
137862016-03-03 Yao Qi <yao.qi@linaro.org>
13787
13788 * gdb.base/disp-step-syscall.exp: Don't invoke
13789 support_displaced_stepping.
13790 (disp_step_cross_syscall): Test with displaced stepping off and
13791 on if supported.
13792
0b47da9f
YQ
137932016-03-03 Yao Qi <yao.qi@linaro.org>
13794
13795 * gdb.base/disp-step-syscall.exp (check_pc_after_cross_syscall): New
13796 proc.
13797 (setup): New proc.
13798 (disp_step_cross_syscall): Move code to check_pc_after_cross_syscall
13799 and setup.
13800
065ab6dc
BH
138012016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
13802
13803 * gdb.fortran/vla-history.exp: Remove breakpoint.
13804
07e448ad 138052016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
13806
25d49b86
PA
13807 * gdb.fortran/vla-history.exp: Lookup array elements and printing
13808 exceeds timeout.
07e448ad 13809
9ac2d526 138102016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
13811
25d49b86
PA
13812 * gdb.cp/vla-cxx.cc: Insert dummy assignment as anchor for an
13813 breakpoint.
9ac2d526 13814
17807369
BH
138152016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
13816
13817 * gdb.mi/vla.f90: Nullify pointer after declaration.
13818
86e501af
PA
138192016-03-01 Pedro Alves <palves@redhat.com>
13820
13821 * gdb.trace/ftrace-lock.c: Include <unistd.h>.
13822
1e903e32
PA
138232016-03-01 Pedro Alves <palves@redhat.com>
13824
13825 * gdb.threads/watchpoint-fork-child.c: Include "watchpoint-fork.h"
13826 before anything else.
13827 * gdb.threads/watchpoint-fork-mt.c: Likewise. Don't define
13828 _GNU_SOURCE here.
13829 * gdb.threads/watchpoint-fork-st.c: Include "watchpoint-fork.h"
13830 before anything else.
13831 * gdb.threads/watchpoint-fork.h: Define _GNU_SOURCE.
13832
6ccb54e2
PA
138332016-03-01 Pedro Alves <palves@redhat.com>
13834
13835 * gdb.base/catch-fork-kill.c: Include <sys/wait.h>.
13836
30ca9da1
YQ
138372016-03-01 Yao Qi <yao.qi@linaro.org>
13838
13839 * gdb.arch/arm-disp-step.exp: Use standard_testfile and
13840 prepare_for_testing.
13841
dc856b38
YQ
138422016-03-01 Yao Qi <yao.qi@linaro.org>
13843
13844 * gdb.arch/arm-neon.exp: Pass quiet to prepare_for_testing.
13845
4a932159
AA
138462016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
13847
13848 * gdb.arch/s390-tdbregs.exp: Use prepare_for_testing instead of
13849 manually constructing the output path.
13850
f2489477
AA
138512016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
13852
13853 * gdb.arch/s390-stackless.S: New.
13854 * gdb.arch/s390-stackless.exp: New.
13855
38899f16
IB
138562016-02-28 Iain Buclaw <ibuclaw@gdcproject.org>
13857
13858 * gdb.dlang/circular.c: New file.
13859 * gdb.dlang/circular.exp: New file.
13860
9fde51ed
YQ
138612016-02-26 Yao Qi <yao.qi@linaro.org>
13862
13863 * gdb.reverse/insn-reverse.c [__arm__] (ext_reg_load): New.
13864 [__arm__] (ext_reg_mov, ext_reg_push_pop): New.
13865 (testcases): Update.
13866
ce90fefe
YQ
138672016-02-26 Yao Qi <yao.qi@linaro.org>
13868
13869 * gdb.reverse/aarch64.c: Rename to ...
13870 * gdb.reverse/insn-reverse.c: ... it.
13871 * gdb.reverse/aarch64.exp: Rename to ...
13872 * gdb.reverse/insn-reverse.exp: ... it.
13873
3263bceb
YQ
138742016-02-26 Yao Qi <yao.qi@linaro.org>
13875
13876 * gdb.reverse/aarch64.c: [__aarch64__] Include arm_neon.h.
13877 (testcase_ftype): New.
13878 (testcases): New array.
13879 (n_testcases): New.
13880 (main): Call each element in testcases.
13881 * gdb.reverse/aarch64.exp: Remove is_aarch64_target check.
13882 (read_testcase): New.
13883 Do the tests in a loop.
13884
6cb59ff1
YQ
138852016-02-25 Yao Qi <yao.qi@linaro.org>
13886
13887 * gdb.base/branches.c: Remove.
13888
ae91f625
MK
138892016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
13890
13891 PR gdb/13808
13892 * gdb.trace/ftrace.exp (test_fast_tracepoints): Remove kfail.
13893
678b48b7
MK
138942016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
13895
13896 * gdb.trace/ftrace.exp: Remove unnecessary target check.
13897
7337a6f2
MK
138982016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
13899
13900 * gdb.trace/entry-values.exp: Surround $call_insn with '\y',
13901 change x86_64 call_insn to 'callq'.
13902
861ca91f
AT
139032016-02-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
13904
13905 * gdb.trace/tfile-avx.c: Move to...
13906 * gdb.trace/tracefile-pseudo-reg.c: Here.
13907 * gdb.trace/tfile-avx.exp: Move to...
13908 * gdb.trace/tracefile-pseudo-reg.exp: Here.
13909
bf74e428
GB
139102016-02-24 Gary Benson <gbenson@redhat.com>
13911
13912 * gdb.base/attach-pie-noexec.exp: Do not expect an error
13913 message on attach.
13914
cce0e923
DE
139152016-02-23 Doug Evans <dje@google.com>
13916
13917 * gdb.base/skip.c (test_skip): New function.
13918 (end_test_skip_file_and_function): New function.
13919 (test_skip_file_and_function): New function.
13920 * gdb.base/skip1.c (test_skip): New function.
13921 (skip1_test_skip_file_and_function): New function.
13922 * gdb.base/skip.exp: Add tests for new skip options.
13923 * gdb.base/skip-solib.exp: Update expected output.
13924 * gdb.perf/skip-command.cc: New file.
13925 * gdb.perf/skip-command.exp: New file.
13926 * gdb.perf/skip-command.py: New file.
13927
4000e47e
MK
139282016-02-22 Marcin Kościelnicki <koriakin@0x04.net>
13929
13930 * gdb.trace/unavailable.exp (gdb_unavailable_registers_test_1): Fix
13931 info registers pattern.
13932
24f75ead
IB
139332016-02-18 Iain Buclaw <ibuclaw@gdcproject.org>
13934
13935 * lib/future.exp: Add D support.
13936 (gdb_find_gdc): New proc.
13937 (gdb_default_target_compile): Add D support.
13938
fbb7bcbe
WW
139392016-02-18 Wei-cheng Wang <cole945@gmail.com>
13940
13941 * gdb.trace/tspeed.c (myclock): Return wallclock instead of
13942 user+system time.
13943 (trace_speed_test): Determine the iteration count for a time
13944 between 15..30 seconds.
13945
012b3a21
WT
139462016-02-18 Walfred Tedeschi <walfred.tedeschi@intel.com>
13947
13948 * gdb.arch/i386-mpx-sigsegv.c: New file.
13949 * gdb.arch/i386-mpx-sigsegv.exp: New file.
13950 * gdb.arch/i386-mpx-simple_segv.c: New file.
13951 * gdb.arch/i386-mpx-simple_segv.exp: New file.
13952
2d5189bd
YQ
139532016-02-18 Yao Qi <yao.qi@linaro.org>
13954
13955 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
13956 Don't call setup_kfail.
13957
40fb20d0
YQ
139582016-02-18 Yao Qi <yao.qi@linaro.org>
13959
13960 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
13961 Set "set breakpoint condition-evaluation" per $cond_bp_target.
13962
21b1f8d2
DE
139632016-02-16 Doug Evans <dje@google.com>
13964
13965 * gdb.base/skip.c: Add copyright. Whitespace cleanup.
13966 * gdb.base/skip1.c: Ditto.
13967 * gdb.base/skip.exp: Whitespace cleanup.
13968
4041ed77
DB
139692016-02-16 Don Breazeal <donb@codesourcery.com>
13970
13971 PR remote/19496
13972 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
13973 Remove kfail for PR remote/19496.
13974
c4ef31bf
SM
139752016-02-16 Simon Marchi <simon.marchi@ericsson.com>
13976
13977 * lib/gdb.exp (standard_temp_file): Return a path specific to
13978 the runtest invocation.
13979
266b65b3
SM
139802016-02-16 Simon Marchi <simon.marchi@ericsson.com>
13981
13982 * gdb.trace/save-trace.exp: Change relative path to be in the
13983 standard output directory.
13984
a7a0a6a9
JK
139852016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
13986
13987 * gdb.arch/i386-prologue.c: Add missing prototypes.
13988
c99dbb42
JK
139892016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
13990
13991 * gdb.arch/i386-gnu-cfi.exp: Use standard_output_file.
13992 * gdb.arch/i386-prologue.exp: Likewise.
13993 * gdb.arch/i386-size.exp: Likewise.
13994
aa480355
SM
139952016-02-15 Simon Marchi <simon.marchi@ericsson.com>
13996
13997 * gdb.base/wrong_frame_bt_full.exp: Use standard_output_file to
13998 define object file path.
13999 * gdb.btrace/gcore.exp: Use standard_output_file to define core
14000 file path.
14001 * lib/opencl.exp (gdb_compile_opencl_hostapp): Use
14002 standard_output_file to define binfile.
14003
ba881f50
JK
140042016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
14005
14006 Fix compatibility with recent gfortran-5.3.1.
14007 * gdb.fortran/vla-history.exp (print vla1 allocated)
14008 (print vla2 allocated, print $2, print $3): Remove
14009 (print $4): Rename to ...
14010 (print $2): ... here.
14011 (print $9): Rename to ...
14012 (print $5): ... here.
14013 (print $10): Rename to ...
14014 (print $6): ... here.
14015 * gdb.fortran/vla.f90: Add pvla initialization.
14016
e9fb005c
JK
140172016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
14018
14019 * gdb.fortran/vla-value-sub-finish.exp (set max-value-size 1024*1024):
14020 New test.
14021 * gdb.fortran/vla-value-sub.exp: Likewise.
14022
e44e00ff
MK
140232016-02-12 Marcin Kościelnicki <koriakin@0x04.net>
14024
14025 * gdb.trace/tfile-avx.c (main): Change ymm15 to xmm15.
14026
97e94151
SM
140272016-02-12 Simon Marchi <simon.marchi@ericsson.com>
14028
14029 * i386-biarch-core.exp: Define corefile using
14030 standard_output_file.
14031
01113bc1
YQ
140322016-02-12 Yao Qi <yao.qi@linaro.org>
14033
14034 * gdb.arch/arm-single-step-kernel-helper.c: New.
14035 * gdb.arch/arm-single-step-kernel-helper.exp: New.
14036
33b4777c
MM
140372016-02-12 Markus Metzger <markus.t.metzger@intel.com>
14038
14039 * gdb.btrace/tailcall-only.exp: New.
14040 * gdb.btrace/tailcall-only.c: New.
14041 * gdb.btrace/x86_64-tailcall-only.S: New.
14042 * gdb.btrace/i686-tailcall-only.S: New.
14043
acc23c11
PA
140442016-02-11 Pedro Alves <palves@redhat.com>
14045
14046 * README (Parallel testing): Add missing double quotes.
14047
e352bf0a
PA
140482016-02-11 Pedro Alves <palves@redhat.com>
14049
14050 * README (Parallel testing): New section.
14051 (GDB_PARALLEL): Rewrite.
14052 (FORCE_PARALLEL): Document.
14053
9f5fed78
MK
140542016-02-11 Marcin Kościelnicki <koriakin@0x04.net>
14055
14056 * gdb.trace/tfile-avx.c: New test.
14057 * gdb.trace/tfile-avx.exp: New test.
14058
9ef9e6a6
KS
140592016-02-09 Keith Seitz <keiths@redhat.com>
14060
14061 PR breakpoints/19546
14062 * gdb.base/infcall-exec.c: New file.
14063 * gdb.base/infcall-exec2.c: New file.
14064 * gdb.base/infcall-exec.exp: New file.
14065
a96e36da
KS
140662016-02-09 Keith Seitz <keiths@redhat.com>
14067
14068 * gdb.guile/scm-breakpoint.exp (test_bkpt_address): New procedure.
14069 (toplevel): Call test_bkpt_address.
14070
9f61929f
KS
140712016-02-09 Keith Seitz <keiths@redhat.com>
14072
14073 PR python/19506
14074 * gdb.python/py-breakpoint.exp (test_bkpt_address): New procedure.
14075 (toplevel): Call test_bkpt_address.
14076
1e94266c
SM
140772016-02-09 Simon Marchi <simon.marchi@ericsson.com>
14078
14079 * configure.ac: Use AC_CONFIG_FILES instead of passing arguments
14080 to AC_OUTPUT.
14081 * configure: Regenerate.
14082
2a7f3dff
PA
140832016-02-09 Pedro Alves <palves@redhat.com>
14084
14085 PR breakpoints/19548
14086 * gdb.base/execl-update-breakpoints.c (some_function): New
14087 function.
14088 (main): Call it.
14089 * gdb.base/execl-update-breakpoints.exp: Add a second breakpoint.
14090 Tighten expected GDB output.
14091
2151ccc5
SM
140922016-02-08 Simon Marchi <simon.marchi@ericsson.com>
14093
14094 * Makefile.in (ALL_SUBDIRS): Remove.
14095 (clean mostlyclean): Do not recurse in ALL_SUBDIRS.
14096 (distclean maintainer-clean realclean): Likewise.
14097 * configure.ac (AC_OUTPUT): Remove gdb.*/Makefile.
14098 * configure: Regenerate.
14099 * gdb.ada/Makefile.in: Delete.
14100 * gdb.arch/Makefile.in: Likewise.
14101 * gdb.asm/Makefile.in: Likewise.
14102 * gdb.base/Makefile.in: Likewise.
14103 * gdb.btrace/Makefile.in: Likewise.
14104 * gdb.cell/Makefile.in: Likewise.
14105 * gdb.compile/Makefile.in: Likewise.
14106 * gdb.cp/Makefile.in: Likewise.
14107 * gdb.disasm/Makefile.in: Likewise.
14108 * gdb.dlang/Makefile.in: Likewise.
14109 * gdb.dwarf2/Makefile.in: Likewise.
14110 * gdb.fortran/Makefile.in: Likewise.
14111 * gdb.gdb/Makefile.in: Likewise.
14112 * gdb.go/Makefile.in: Likewise.
14113 * gdb.guile/Makefile.in: Likewise.
14114 * gdb.java/Makefile.in: Likewise.
14115 * gdb.linespec/Makefile.in: Likewise.
14116 * gdb.mi/Makefile.in: Likewise.
14117 * gdb.modula2/Makefile.in: Likewise.
14118 * gdb.multi/Makefile.in: Likewise.
14119 * gdb.objc/Makefile.in: Likewise.
14120 * gdb.opencl/Makefile.in: Likewise.
14121 * gdb.opt/Makefile.in: Likewise.
14122 * gdb.pascal/Makefile.in: Likewise.
14123 * gdb.perf/Makefile.in: Likewise.
14124 * gdb.python/Makefile.in: Likewise.
14125 * gdb.reverse/Makefile.in: Likewise.
14126 * gdb.server/Makefile.in: Likewise.
14127 * gdb.stabs/Makefile.in: Likewise.
14128 * gdb.threads/Makefile.in: Likewise.
14129 * gdb.trace/Makefile.in: Likewise.
14130 * gdb.xml/Makefile.in: Likewise.
14131 * lib/gdb.exp (make_gdb_parallel_path): Add check for
14132 GDB_PARALLEL.
14133 (standard_output_file): Remove check for GDB_PARALLEL, always
14134 return path in outputs/$subdir/$testname.
14135
437277d4
SM
141362016-02-08 Simon Marchi <simon.marchi@ericsson.com>
14137
14138 * Makefile.in (abs_srcdir): Assign @abs_srcdir@.
14139 (site.exp): Assign abs_srcdir to tcl's srcdir.
14140
31d913c7
YQ
141412016-02-04 Yao Qi <yao.qi@linaro.org>
14142
14143 * gdb.base/foll-exec-mode.c: Include limits.h.
14144 (main): Add parameters argc and argv. Get directory from
14145 argv[0].
14146 * gdb.base/foll-exec-mode.exp: Don't pass -DBASEDIR in
14147 compilation.
14148 * gdb.base/foll-exec.c: Include limits.h.
14149 (main): Add parameters argc and argv.
14150 Get directory from argv[0].
14151 * gdb.base/foll-exec.exp: Don't pass -DBASEDIR in compilation.
14152 Adjust tests on the number of lines as source code changed.
14153 * gdb.base/foll-vfork-exit.c: Include limits.h.
14154 (main): Add one line of statement before vfork.
14155 * gdb.base/foll-vfork.c: Include limits.h and string.h.
14156 (main): Add parameters argc and argv. Get directory from
14157 argv[0].
14158 * gdb.base/foll-vfork.exp: Don't pass -DBASEDIR in compilation.
14159 (setup_gdb): Set tbreak to skip some source lines.
14160 * gdb.multi/bkpt-multi-exec.c: Include limits.h.
14161 (main): Add parameters argc and argv. Get directory from
14162 argv[0].
14163 * gdb.multi/bkpt-multi-exec.exp: Don't pass -DBASEDIR in
14164 compilation.
14165 * gdb.multi/multi-arch-exec.c: Include limits.h and string.h.
14166 (main): Add parameters argc and argv. Get directory from
14167 argv[0].
14168 * gdb.multi/multi-arch-exec.exp: Don't pass -DBASEDIR in
14169 compilation.
14170
9482b9fb
DE
141712016-02-01 Doug Evans <dje@google.com>
14172
14173 * gdb.base/skip.exp: Clean up multiple references to same test name.
14174
6b2e4f10
PA
141752016-02-01 Pedro Alves <palves@redhat.com>
14176
ccb6afd6 14177 PR remote/19496
6b2e4f10
PA
14178 * gdb.threads/forking-threads-plus-breakpoint.exp
14179 (displaced_stepping_supported): New global.
14180 (probe_displaced_stepping_support): New procedure.
14181 (do_test): Add 'displaced' parameter, and use it.
14182 (top level): Check for displaced stepping support. Add displaced
14183 stepping on/off testing axis.
14184
37a8db1a
AB
141852016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
14186
14187 * gdb.mi/mi-vla-fortran.exp: Add XFAIL for accessing unassociated
14188 pointer. Don't perform further tests on the unassociated pointer
14189 if the first test fails.
14190
5fdf6324
AB
141912016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
14192
14193 * gdb.base/max-value-size.c: New file.
14194 * gdb.base/max-value-size.exp: New file.
14195 * gdb.base/huge.exp: Disable max-value-size for this test.
14196
935c6144
IB
141972016-01-28 Iain Buclaw <ibuclaw@gdcproject.org>
14198
14199 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
14200
7fe8399d
YQ
142012016-01-28 Yao Qi <yao.qi@linaro.org>
14202
14203 * gdb.fortran/vla-value.exp: Wrap test with with_timeout_factor.
14204
a2077e25
PA
142052016-01-25 Pedro Alves <palves@redhat.com>
14206
14207 PR threads/19461
14208 * gdb.base/fork-running-state.c: New file.
14209 * gdb.base/fork-running-state.exp: New file.
14210
1d2736d4
PA
142112016-01-25 Pedro Alves <palves@redhat.com>
14212
14213 PR gdb/19494
14214 * gdb.base/catch-fork-kill.c: New file.
14215 * gdb.base/catch-fork-kill.exp: New file.
14216
f1da4b11
PA
142172016-01-25 Pedro Alves <palves@redhat.com>
14218
14219 * gdb.base/step-sw-breakpoint-adjust-pc.exp (foreach_with_prefix):
14220 Delete, moved to lib/gdb.exp.
14221 * gdb.threads/forking-threads-plus-breakpoint.exp
14222 (foreach_with_prefix): Likewise.
14223 * gdb.threads/process-dies-while-handling-bp.exp
14224 (foreach_with_prefix): Likewise.
14225 * lib/gdb.exp (foreach_with_prefix): New procedure.
14226
45f38546
MK
142272016-01-25 Marcin Kościelnicki <koriakin@0x04.net>
14228
14229 * gdb.trace/backtrace.exp: Bump stack collection fudge factor.
14230 * gdb.trace/entry-values.exp: Bump stack collection fudge factor.
14231
dc29a1ce
MK
142322016-01-23 Marcin Kościelnicki <koriakin@0x04.net>
14233
14234 * gdb.trace/unavailable-dwarf-piece.exp: Fix bitfield handling on big
14235 endian targets.
14236
092127d7
JK
142372016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
14238 Pedro Alves <palves@redhat.com>
14239
14240 Fix testsuite compatibility with Guile.
14241 * gdb.gdb/selftest.exp (send ^C to child process): Drop expected Thread
14242 number.
14243
31d765d3
JK
142442016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
14245
14246 Fix testsuite compatibility with Guile.
14247 * gdb.gdb/selftest.exp (send ^C to child process): Accept also Thread.
14248 (thread 1): New test for backtrace through signal handler.
14249
1ac78c04
YQ
142502016-01-22 Yao Qi <yao.qi@linaro.org>
14251
14252 PR testsuite/19491
14253 * gdb.base/multi-forks.c: Include
14254 ../lib/unbuffer_output.c
14255 (main): Call gdb_unbuffer_output.
14256
4f5946a8
DE
142572016-01-21 Doug Evans <dje@google.com>
14258
14259 * lib/ada.exp (gdb_compile_ada): Fix typo.
14260
305e13e6
JB
142612016-01-21 Joel Brobecker <brobecker@adacore.com>
14262
14263 * gdb.base/break-fun-addr.exp: New file.
14264 * gdb.base/break-fun-addr1.c: New file.
14265 * gdb.base/break-fun-addr2.c: New file.
14266
5f5dfff6
SM
142672016-01-20 Simon Marchi <simon.marchi@polymtl.ca>
14268
14269 * gdb.python/py-pp-maint.exp: Change/add enum flag tests.
14270 * gdb.python/py-pp-maint.c (enum flag_enum): Use more complex
14271 enum flag values.
14272
fd356fa2
AA
142732016-01-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
14274
14275 * gdb.base/gnu_vector.exp: Re-establish handling for should_kfail
14276 when GDB can not set the vector return value. Add more comments
14277 for clarification.
14278
9df22175
AT
142792016-01-20 Antoine Tremblay <antoine.tremblay@ericsson.com>
14280
14281 * gdb.trace/tspeed.exp: Use shlib instead of libs in gdb_compile
14282 command.
14283
41d1845e
SM
142842016-01-19 Simon Marchi <simon.marchi@ericsson.com>
14285
14286 * Makefile.in (DO_RUNTEST): Add --status and update usages.
14287
01ac6840
SM
142882016-01-19 Simon Marchi <simon.marchi@ericsson.com>
14289
14290 * Makefile.in (check-single): Pass --status to runtest.
14291 (check/%.exp): Likewise.
14292
142932016-01-19 Simon Marchi <simon.marchi@ericsson.com>
14294
14295 * Makefile.in (check-parallel): Propagate return code from make
14296 do-check-parallel.
14297
bd0a71fa
MK
142982016-01-19 Marcin Kościelnicki <koriakin@0x04.net>
14299
14300 * gdb.trace/ftrace.exp: Fix expected message on continue.
14301 * gdb.trace/pending.exp: Fix expected message on continue.
14302 * gdb.trace/trace-break.exp: Fix expected message on continue.
14303
8bcbad33
SM
143042016-01-18 Simon Marchi <simon.marchi@ericsson.com>
14305
14306 * lib/gdb.exp (gdb_test): Remove unused global references.
14307
f303dbd6
PA
143082016-01-18 Pedro Alves <palves@redhat.com>
14309
14310 * gdb.base/async-shell.exp: Adjust expected output.
14311 * gdb.base/dprintf-non-stop.exp: Adjust expected output.
14312 * gdb.base/siginfo-thread.exp: Adjust expected output.
14313 * gdb.base/watchpoint-hw-hit-once.exp: Adjust expected output.
14314 * gdb.java/jnpe.exp: Adjust expected output.
14315 * gdb.threads/clone-new-thread-event.exp: Adjust expected output.
14316 * gdb.threads/continue-pending-status.exp: Adjust expected output.
14317 * gdb.threads/leader-exit.exp: Adjust expected output.
14318 * gdb.threads/manythreads.exp: Adjust expected output.
14319 * gdb.threads/pthreads.exp: Adjust expected output.
14320 * gdb.threads/schedlock.exp: Adjust expected output.
14321 * gdb.threads/siginfo-threads.exp: Adjust expected output.
14322 * gdb.threads/signal-command-multiple-signals-pending.exp: Adjust
14323 expected output.
14324 * gdb.threads/signal-delivered-right-thread.exp: Adjust expected
14325 output.
14326 * gdb.threads/sigthread.exp: Adjust expected output.
14327 * gdb.threads/watchpoint-fork.exp: Adjust expected output.
14328
b2789696
YQ
143292016-01-18 Yao Qi <yao.qi@linaro.org>
14330
14331 * gdb.guile/scm-section-script.c: Replace @progbits with
14332 %progbits.
14333 * gdb.python/py-section-script.c: Likewise.
14334
71ef29a8
PA
143352016-01-15 Pedro Alves <palves@redhat.com>
14336
14337 * gdb.multi/tids.exp: Test star wildcard ranges.
14338
3f5b7598
PA
143392016-01-15 Pedro Alves <palves@redhat.com>
14340
14341 * gdb.multi/tids.exp (thr_apply_info_thr_error): Remove "p 1234"
14342 command from "thread apply" invocation.
14343 (thr_apply_info_thr_invalid): Default the expected output to the
14344 input tid list.
14345 (top level): Add tests that use convenience variables. Add tests
14346 for "thread apply" with a valid TID list, but missing the command.
14347
663f6d42
PA
143482016-01-13 Pedro Alves <palves@redhat.com>
14349
14350 * gdb.base/default.exp: Expect $_gthread as well.
14351 * gdb.multi/tids.exp: Test $_gthread.
14352 * gdb.threads/thread-specific.exp: Test $_gthread.
14353
c84f6bbf
PA
143542016-01-13 Pedro Alves <palves@redhat.com>
14355
14356 * gdb.multi/tids.exp: Test "info threads -gid".
14357
22a02324
PA
143582016-01-13 Pedro Alves <palves@redhat.com>
14359
14360 * gdb.multi/tids.exp: Test InferiorThread.global_num and
14361 Breakpoint.thread.
14362 * gdb.python/py-infthread.exp: Test InferiorThread.global_num.
14363
5d5658a1
PA
143642016-01-07 Pedro Alves <palves@redhat.com>
14365
14366 * gdb.base/break.exp: Adjust to output changes.
14367 * gdb.base/hbreak2.exp: Likewise.
14368 * gdb.base/sepdebug.exp: Likewise.
14369 * gdb.base/watch_thread_num.exp: Likewise.
14370 * gdb.linespec/keywords.exp: Likewise.
14371 * gdb.multi/info-threads.exp: Likewise.
14372 * gdb.threads/thread-find.exp: Likewise.
14373 * gdb.multi/tids.c: New file.
14374 * gdb.multi/tids.exp: New file.
14375
84654457
PA
143762016-01-13 Pedro Alves <palves@redhat.com>
14377
14378 * gdb.python/py-infthread.exp: Test InferiorThread.inferior.
14379
e3940304
PA
143802016-01-13 Pedro Alves <palves@redhat.com>
14381
14382 * gdb.base/default.exp: Expect $_inferior as well.
14383 * gdb.multi/base.exp: Test $_inferior.
14384
a911d87a
PA
143852016-01-13 Pedro Alves <palves@redhat.com>
14386
14387 PR breakpoints/19388
14388 * gdb.base/catch-signal-siginfo-cond.c: New file.
14389 * gdb.base/catch-signal-siginfo-cond.exp: New file.
14390
82075af2
JS
143912016-01-12 Josh Stone <jistone@redhat.com>
14392 Philippe Waroquiers <philippe.waroquiers@skynet.be>
14393
14394 * gdb.base/catch-syscall.c (do_execve): New variable.
14395 (main): Conditionally trigger an execve.
14396 * gdb.base/catch-syscall.exp: Enable testing for remote targets.
14397 (test_catch_syscall_execve): New, check entry/return across execve.
14398 (do_syscall_tests): Call test_catch_syscall_execve.
14399
e46eeedd
PA
144002016-01-12 Pedro Alves <palves@redhat.com>
14401
14402 * gdb.base/random-signal.exp (do_test): New procedure, with body
14403 of testcase moved in.
14404
01d8c27e
JK
144052016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
14406 Pedro Alves <palves@redhat.com>
14407
14408 * gdb.base/funcargs.exp (finish from indirectly called function):
14409 Reintroduce the case for 'First'.
14410
9a706302
JK
144112016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
14412 Pedro Alves <palves@redhat.com>
14413
14414 * gdb.base/foll-vfork.exp (tcatch_vfork_then_parent_follow)
14415 (tcatch_vfork_then_child_follow_exec)
14416 (tcatch_vfork_then_child_follow_exit): Revert back DWARF vfork
14417 identification.
14418
c0ecb95f
JK
144192016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
14420
14421 * gdb.guile/scm-value.exp (test_value_in_inferior): Set print elements
14422 and repeats to unlimited.
14423 * gdb.python/py-value.exp: Likewise.
14424 * lib/gdb.exp (gdb_has_argv0): Save and temporarily set print elements
14425 and repeats to unlimited.
14426
6cfc1fcb
JK
144272016-01-08 Jan Kratochvil <jan.kratochvil@redhat.com>
14428
14429 * gdb.multi/goodbye.c: Fix compilation warnings by adding return types
14430 and reordering the functions.
14431 * gdb.multi/hangout.c: Likewise.
14432 * gdb.multi/hello.c: Likewise.
14433
582a1b00
SM
144342016-01-08 Simon Marchi <simon.marchi@ericsson.com>
14435
14436 * gdb.perf/lib/perftest/perftest.py: Change relative imports to
14437 absolute.
14438 (SingleStatisticTestResult.report): Use dict.keys instead of
14439 dict.iterkeys.
14440
79bc59cb
PA
144412016-01-06 Pedro Alves <palves@redhat.com>
14442
14443 * gdb.python/py-infthread.exp: Fix typo. Expect t0.num to be 1.
14444
43368e1d
MM
144452016-01-04 Markus Metzger <markus.t.metzger@intel.com>
14446
14447 * gdb.btrace/dlopen.exp: New.
14448 * gdb.btrace/dlopen.c: New.
14449 * gdb.btrace/dlopen-dso.c: New.
14450
79fad5b8
SL
144512015-12-25 Sandra Loosemore <sandra@codesourcery.com>
14452
14453 * lib/gdb.exp (gdb_test): Update comments to clarify that the
14454 PATTERN argument is optional.
14455
ab8314b3
JB
144562015-12-24 Joel Brobecker <brobecker@adacore.com>
14457
14458 * lib/ada.exp (target_compile_ada_from_dir): New function.
14459 (gdb_compile_ada): Reimplement avoiding the use of project files.
14460 * gdb.ada/gnat_ada.gpr: Delete.
14461 * gdb.ada/cond_lang.exp: Adjust test to make path before
14462 filename optional.
14463 * gdb.ada/small_reg_param.exp: Likewise.
14464
fe33faff
SM
144652015-12-22 Simon Marchi <simon.marchi@ericsson.com>
14466
14467 * gdb.base/foll-vork.exp: Remove HP-UX special case.
14468
6d265cb4
TP
144692015-12-22 Thomas Preud'homme <thomas.preudhomme@arm.com>
14470
14471 * lib/mi-support.exp (mi_run_cmd_full): Add an expect for the CLI jump
14472 case.
14473
10125099
SM
144742015-12-21 Simon Marchi <simon.marchi@ericsson.com>
14475
14476 * gdb.base/break.exp: Remove dead code.
14477 * gdb.base/sepdebug.exp: Likewise.
14478
3ca22649
SM
144792015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
14480
14481 * gdb.asm/asm-source.exp: Remove HP-UX references.
14482 * gdb.base/annota1.exp: Likewise.
14483 * gdb.base/annota3.exp: Likewise.
14484 * gdb.base/attach.exp: Likewise.
14485 * gdb.base/bigcore.exp: Likewise.
14486 * gdb.base/break.exp: Likewise.
14487 * gdb.base/call-ar-st.exp: Likewise.
14488 * gdb.base/callfuncs.exp: Likewise.
14489 * gdb.base/catch-fork-static.exp: Likewise.
14490 * gdb.base/display.exp: Likewise.
14491 * gdb.base/foll-exec-mode.exp: Likewise.
14492 * gdb.base/foll-exec.exp: Likewise.
14493 * gdb.base/foll-fork.exp: Likewise.
14494 * gdb.base/foll-vfork.exp: Likewise.
14495 * gdb.base/funcargs.exp: Likewise.
14496 * gdb.base/hbreak2.exp: Likewise.
14497 * gdb.base/inferior-died.exp: Likewise.
14498 * gdb.base/interrupt.exp: Likewise.
14499 * gdb.base/multi-forks.exp: Likewise.
14500 * gdb.base/nodebug.exp: Likewise.
14501 * gdb.base/sepdebug.exp: Likewise.
14502 * gdb.base/solib1.c: Likewise.
14503 * gdb.base/step-test.exp: Likewise.
14504 * gdb.mi/non-stop.c: Likewise.
14505 * gdb.mi/pthreads.c: Likewise.
14506 * gdb.multi/bkpt-multi-exec.ex: Likewise.
14507 * gdb.threads/pthreads.c: Likewise.
14508 * gdb.threads/staticthreads.exp: Likewise.
14509 * lib/future.exp: Likewise.
14510 * lib/gdb.exp: Likewise.
14511 * gdb.base/so-indr-cl.c: Remove.
14512 * gdb.base/so-indr-cl.exp: Likewise.
14513 * gdb.base/solib.c: Likewise.
14514 * gdb.base/solib.exp: Likewise.
14515 * gdb.base/solib2.c: Likewise.
14516
b6304613
SM
145172015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
14518
14519 * gdb.base/break.exp: Remove references to HP CC/aCC compilers.
14520 * gdb.base/call-ar-st.exp: Likewise.
14521 * gdb.base/callfuncs.exp: Likewise.
14522 * gdb.base/condbreak.exp: Likewise.
14523 * gdb.base/constvars.exp: Likewise.
14524 * gdb.base/hbreak2.exp: Likewise.
14525 * gdb.base/langs.exp: Likewise.
14526 * gdb.base/list.exp: Likewise.
14527 * gdb.base/long_long.exp: Likewise.
14528 * gdb.base/ptype.exp: Likewise.
14529 * gdb.base/scope.exp: Likewise.
14530 * gdb.base/signals.exp: Likewise.
14531 * gdb.base/so-impl-ld.exp: Likewise.
14532 * gdb.base/varargs.exp: Likewise.
14533 * gdb.base/volatile.exp: Likewise.
14534 * gdb.base/whatis.exp: Likewise.
14535 * gdb.cp/cplusfuncs.exp: Likewise.
14536 * gdb.cp/inherit.exp: Likewise.
14537 * gdb.cp/local.exp: Likewise.
14538 * gdb.cp/member-ptr.exp: Likewise.
14539 * gdb.cp/method.exp: Likewise.
14540 * gdb.cp/overload.exp: Likewise.
14541 * gdb.cp/templates.exp: Likewise.
14542 * gdb.stabs/weird.exp: Likewise.
14543 * lib/compiler.c: Likewise.
14544 * lib/compiler.cc: Likewise.
14545 * lib/cp-support.exp: Likewise.
14546 * lib/gdb.exp: Likewise.
14547
bf401b07
SM
145482015-12-20 Simon Marchi <simon.marchi@polymtl.ca>
14549
14550 * configure.ac: Remove HP-UX case.
14551 * configure: Regenerate.
14552
aff9c0f8
SM
145532015-12-18 Simon Marchi <simon.marchi@ericsson.com>
14554
14555 * lib/gdb.exp (gdb_compile): Add function doc.
14556
a6904d5a
PA
145572015-12-17 Pedro Alves <palves@redhat.com>
14558
14559 PR threads/19354
14560 * gdb.multi/info-threads.exp: New file.
14561
a22279dd
YQ
145622015-12-15 Yao Qi <yao.qi@linaro.org>
14563
14564 * gdb.trace/ftrace.exp: Set arg0exp to "$x0" if target
14565 is aarch64*-*-*.
14566
0588c796
SL
145672015-12-14 Sandra Loosemore <sandra@codesourcery.com>
14568
14569 * gdb.base/history-duplicates.exp: Skip if no readline support.
14570
5d978e17
SL
145712015-12-14 Sandra Loosemore <sandra@codesourcery.com>
14572
14573 * gdb.base/gdbinit-history.exp: Skip for remote-host testing.
14574
7e763b86
SL
145752015-12-14 Sandra Loosemore <sandra@codesourcery.com>
14576
14577 * gdb.base/gdbhistsize-history.exp: Skip for remote-host testing.
14578
87a3a92c
SL
145792015-12-14 Sandra Loosemore <sandra@codesourcery.com>
14580
14581 * gdb.base/completion.exp: Skip tests that interrupt GDB with
14582 ctrl-C if nointerrupts target property is set.
14583 * gdb.base/double-prompt-target-event-error.exp: Likewise.
14584 * gdb.base/paginate-after-ctrl-c-running.exp: Likewise.
14585 * gdb.base/paginate-bg-execution.exp: Likewise.
14586 * gdb.base/paginate-execution-startup.exp: Likewise.
14587 * gdb.base/random-signal.exp: Likewise.
14588 * gdb.base/range-stepping.exp: Likewise.
14589 * gdb.cp/annota2.exp: Likewise.
14590 * gdb.cp/annota3.exp: Likewise.
14591 * gdb.gdb/selftest.exp: Likewise.
14592 * gdb.threads/continue-pending-status.exp: Likewise.
14593 * gdb.threads/leader-exit.exp: Likewise.
14594 * gdb.threads/manythreads.exp: Likewise.
14595 * gdb.threads/pthreads.exp: Likewise.
14596 * gdb.threads/schedlock.exp: Likewise.
14597 * gdb.threads/sigthread.exp: Likewise.
14598
a8f077dc
DB
145992015-12-11 Don Breazeal <donb@codesourcery.com>
14600
14601 * gdb.base/execl-update-breakpoints.exp (main): Enable for target
14602 remote.
14603 * gdb.base/foll-exec-mode.exp (main): Disable for target remote.
14604 * gdb.base/foll-exec.exp (main): Enable for target remote.
14605 * gdb.base/foll-fork.exp (main): Likewise.
14606 * gdb.base/foll-vfork.exp (main): Likewise.
14607 * gdb.base/multi-forks.exp (main): Likewise, and use clean_restart.
14608 (proc continue_to_exit_bp_loc): Use clean_restart.
14609 * gdb.base/pie-execl.exp (main): Disable for target remote.
14610 * gdb.base/watch-vfork.exp (main): Enable for target remote.
14611 * gdb.mi/mi-nsthrexec.exp (main): Likewise.
14612 * gdb.threads/execl.exp (main): Likewise.
14613 * gdb.threads/fork-child-threads.exp (main): Likewise.
14614 * gdb.threads/fork-plus-threads.exp (main): Disable for target
14615 remote.
14616 * gdb.threads/fork-thread-pending.exp (main): Enable for target
14617 remote.
14618 * gdb.threads/linux-dp.exp (check_philosopher_stack): Allow
14619 pid.tid style ptids, instead of just tid.
14620 * gdb.threads/thread-execl.exp (main): Enable for target remote.
14621 * gdb.threads/watchpoint-fork.exp (main): Likewise.
14622 * gdb.trace/report.exp (use_collected_data): Allow pid.tid style
14623 ptids, instead of just tid.
14624
3b2464a8
AB
146252015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
14626
14627 * gdb.base/list.exp (test_list_forward): Add end of file error
14628 test.
14629 (test_repeat_list_command): Add end of file error test.
14630 (test_list_backwards): Add beginning of file error test.
14631
a0def019
AB
146322015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
14633
14634 * gdb.base/list.exp (test_list_invalid_args): New function,
14635 defined, and called.
14636
5c000dff
AB
146372015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
14638
14639 * gdb.base/list.exp (test_list): Make test names unique.
14640
f1637ebe
YQ
146412015-12-11 Yao Qi <yao.qi@linaro.org>
14642
14643 * gdb.base/coremaker2.c: Remove.
14644
36d6fc0a
PA
146452015-12-10 Pedro Alves <palves@redhat.com>
14646
14647 * gdb.multi/base.exp: Remove stale "spaces" references.
14648
762f7747
PA
146492015-12-10 Pedro Alves <palves@redhat.com>
14650
14651 * gdb.multi/base.exp: Don't use nowarnings.
14652 * gdb.multi/bkpt-multi-exec.exp: Don't use nowarnings.
14653 * gdb.multi/hangout.c: Include stdio.h.
14654 * gdb.multi/hello.c: Include stdlib.h.
14655 * gdb.multi/multi-arch-exec.c: Include stdlib.h.
14656 * gdb.multi/multi-arch-exec.exp: Don't use nowarnings.
14657 * gdb.multi/multi-arch.exp: Don't use nowarnings.
14658
28d2bfb9
AB
146592015-12-10 Andrew Burgess <andrew.burgess@embecosm.com>
14660
14661 * gdb.dwarf2/dw2-ranges-base.c: New file.
14662 * gdb.dwarf2/dw2-ranges-base.exp: New file.
14663 * lib/dwarf.exp (namespace eval Dwarf): Add new variables to
14664 support additional line table, and debug ranges generation.
14665 (Dwarf::ranges): New function, generate .debug_ranges.
14666 (Dwarf::lines): Support generating simple line table programs.
14667 (Dwarf::assemble): Initialise new namespace variables.
14668
5fc2beac
KB
146692015-12-09 Kevin Buettner <kevinb@redhat.com>
14670
14671 * gdb.base/async.exp (proc test_background): Add case for
14672 asynchronous execution not supported.
14673
1c35a88f
LM
146742015-12-09 Luis Machado <lgustavo@codesourcery.com>
14675
14676 * gdb.mi/mi-var-display.exp: Add new checks for the zero-hexadecimal
14677 format and change test names to make them unique.
14678
b593e3d9
RK
146792015-12-09 Ruslan Kabatsayev <b7.10110111@gmail.com>
14680 Pedro Alves <pedro@redhat.com>
14681
14682 PR gdb/18702
14683 Add checking of floatformats setup on x86_64 hosts.
14684 * gdb.arch/i386-float.S (main): Load bigval and smallval.
14685 (smallval, bigval): New labels/constants.
14686 * gdb.arch/i386-float.exp: Use with_test_prefix and test "info
14687 float" after loading bigval and smallval.
14688
d72413e6
PMR
146892015-12-07 Pierre-Marie de Rodat <derodat@adacore.com>
14690
14691 * gdb.ada/fun_overload_menu.exp: New testcase.
14692 * gdb.ada/fun_overload_menu/foo.adb: New testcase.
14693
ece66d65
JS
146942015-12-04 Josh Stone <jistone@redhat.com>
14695
14696 * gdb.base/catch-fork-static.exp: New.
14697
41d0efca
YQ
146982015-12-03 Yao Qi <yao.qi@linaro.org>
14699
14700 * gdb.base/sizeof.c: Don't include stdio.h and
14701 ../lib/unbuffer_output.c.
14702 (main): New variable 'size' and 'value'. Remove printf and
14703 gdb_unbuffer_output. Assign return value to size and value.
14704 * gdb.base/sizeof.exp: Remove the checking to gdb,noinferiorio
14705 at the beginning.
14706 (check_sizeof): Check the result by printing variable 'size'.
14707 (check_valueof): Check the result by printing variable 'value'.
14708
99fd02d9
YQ
147092015-12-01 Yao Qi <yao.qi@linaro.org>
14710
14711 * gdb.base/disp-step-syscall.exp: Define syscall instruction
14712 for aarch64*-*-linux* target.
14713
f2faf941
PA
147142015-11-30 Pedro Alves <palves@redhat.com>
14715
14716 * gdb.threads/no-unwaited-for-left.exp: Remove setup_kfail calls.
14717
04bf20c5
PA
147182015-11-30 Pedro Alves <palves@redhat.com>
14719
14720 * lib/range-stepping-support.exp (exec_cmd_expect_vCont_count):
14721 Handle non-stop mode vCont replies.
14722
09df4675
PA
147232015-11-30 Pedro Alves <palves@redhat.com>
14724
14725 * gdb.base/dprintf-non-stop.exp: Use build_executable instead of
14726 prepare_for_testing. Start gdb with "set non-stop on" appended to
14727 GDBFLAGS. Lax expected stop output.
14728
58b584af
YQ
147292015-11-27 Yao Qi <yao.qi@linaro.org>
14730
14731 * gdb.arch/arm-neon.exp: New.
14732 * gdb.arch/arm-neon.c: New.
14733
dfcb77a8
YQ
147342015-11-27 Yao Qi <yao.qi@linaro.org>
14735
14736 * gdb.cp/annota2.exp: Rewrite the pattern using multi_line.
14737
88e8ec1b
YQ
147382015-11-27 Yao Qi <yao.qi@linaro.org>
14739
14740 * gdb.cp/annota2.exp: Allow multiple occurrences of the
14741 frames-invalid annotation.
14742
bfde72c2
YQ
147432015-11-27 Yao Qi <yao.qi@linaro.org>
14744
14745 * gdb.cp/annota2.exp: Use ${frames_invalid}.
14746
f6512a69
SM
147472015-11-26 Simon Marchi <simon.marchi@ericsson.com>
14748
14749 * gdb.threads/names.exp: New file.
14750 * gdb.threads/names.c: New file.
14751 * README: Mention gdb,no_thread_names.
14752
46a3515b
MM
147532015-11-26 Markus Metzger <markus.t.metzger@intel.com>
14754
14755 PR 19297
14756 * lib/gdb.exp (skip_btrace_pt_tests): Check for a "GDB does not
14757 support" error.
14758
62147a22
PA
147592015-11-24 Pedro Alves <palves@redhat.com>
14760
14761 PR 17539
14762 * gdb.base/display.exp: Expect displays to be sorted in ascending
14763 order. Use multi_line.
14764 * gdb.base/solib-display.exp: Likewise.
14765
2f341b6e
PA
147662015-11-24 Pedro Alves <palves@redhat.com>
14767
14768 PR 17539
25d49b86
PA
14769 * gdb.base/display.exp: Expect displays to be sorted in ascending
14770 order. Use multi_line.
14771 * gdb.base/solib-display.exp: Likewise.
2f341b6e 14772
7e0aa6aa
PA
147732015-11-24 Pedro Alves <palves@redhat.com>
14774
14775 PR 17539
14776 * gdb.base/foll-exec-mode.exp: Adjust to GDB listing inferiors and
14777 threads in ascending order.
14778 * gdb.base/foll-fork.exp: Likewise.
14779 * gdb.base/foll-vfork.exp: Likewise.
14780 * gdb.base/multi-forks.exp: Likewise.
14781 * gdb.mi/mi-nonstop.exp: Likewise.
14782 * gdb.mi/mi-nsintrall.exp: Likewise.
14783 * gdb.multi/base.exp: Likewise.
14784 * gdb.multi/multi-arch.exp: Likewise.
14785 * gdb.python/py-inferior.exp: Likewise.
14786 * gdb.threads/break-while-running.exp: Likewise.
14787 * gdb.threads/execl.exp: Likewise.
14788 * gdb.threads/gcore-thread.exp: Likewise.
14789 * gdb.threads/info-threads-cur-sal.exp: Likewise.
14790 * gdb.threads/kill.exp: Likewise.
14791 * gdb.threads/linux-dp.exp: Likewise.
14792 * gdb.threads/multiple-step-overs.exp: Likewise.
14793 * gdb.threads/next-bp-other-thread.exp: Likewise.
14794 * gdb.threads/step-bg-decr-pc-switch-thread.exp: Likewise.
14795 * gdb.threads/step-over-lands-on-breakpoint.exp: Likewise.
14796 * gdb.threads/step-over-trips-on-watchpoint.exp: Likewise.
14797 * gdb.threads/thread-find.exp: Likewise.
14798 * gdb.threads/tls.exp: Likewise.
14799 * lib/mi-support.exp (mi_reverse_list): Delete.
14800 (mi_check_thread_states): No longer reverse list.
14801
2cc57ad8
PA
148022015-11-24 Pedro Alves <palves@redhat.com>
14803
14804 * gdb.python/py-inferior.exp: Use with_test_prefix. Consistently
14805 use lowercase.
14806
c93e8391
SM
148072015-11-23 Simon Marchi <simon.marchi@ericsson.com>
14808
14809 * gdb.trace/actions.c: Include trace-common.h.
14810 (main): Add a location for a fast tracepoint.
14811 * gdb.trace/save-trace.exp: Set a fast tracepoint in addition to
14812 the normal tracepoints.
14813 (gdb_verify_tracepoints): Adjust number of expected tracepoints.
14814
045ccf91
SM
148152015-11-23 Simon Marchi <simon.marchi@ericsson.com>
14816
14817 * save-trace.exp: Factor out code to these...
14818 (gdb_save_tracepoints): New.
14819 (gdb_load_tracepoints): New.
14820 (do_save_load_test): New.
14821
5506f9f6
KB
148222015-11-23 Kevin Buettner <kevinb@redhat.com>
14823
14824 * gdb.base/asmlabel.exp: New test.
14825 * gdb.base/asmlabel.c: New test case.
14826
16c3b12f
JB
148272015-11-23 Joel Brobecker <brobecker@adacore.com>
14828
14829 * gdb.base/wrong_frame_bt_full-main.c: New file.
14830 * gdb.base/wrong_frame_bt_full-opaque.c: New file.
14831 * gdb.base/wrong_frame_bt_full.exp: New file.
14832
155bfbd3
JB
148332015-11-23 Joel Brobecker <brobecker@adacore.com>
14834
14835 * testsuite/gdb.ada/var_rec_arr.exp: Add "ptype a1(1)" test.
14836
bb097445
JM
148372015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
14838
206853a0 14839 * gdb.base/callfuncs.exp (fetch_all_registers): Filter out the
bb097445
JM
14840 pstate register when comparing registers values in
14841 sparc64-*-linux-gnu targets to avoid spurious differences.
14842
9c88ed8f
JM
148432015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
14844
206853a0 14845 * gdb.arch/sparc-sysstep.c: Include unistd.h for getpid.
9c88ed8f 14846
96161e25
SL
148472015-11-19 Sandra Loosemore <sandra@codesourcery.com>
14848
14849 * gdb.base/nested-subp1.exp: Pass executable, not executable name,
14850 as type argument to gdb_compile.
14851 * gdb.base/nested-subp2.exp: Likewise.
14852 * gdb.base/nested-subp3.exp: Likewise.
14853
340c2830
DV
148542015-11-17 Dominik Vogt <vogt@linux.vnet.ibm.com>
14855
14856 * lib/dwarf.exp (_note): Fix left shift of negative value.
14857 * gdb.trace/trace-condition.exp: Likewise.
14858
c1862d0f
YQ
148592015-11-13 Yao Qi <yao.qi@linaro.org>
14860
14861 * gdb.base/call-sc.exp (test_scalar_returns): Remove the
14862 comments about d10v.
14863 (test_scalar_returns): Likewise.
14864 * gdb.base/d10v.ld: Remove.
14865 * gdb.base/overlays.exp: Remove the target triplet checking for
14866 d10v-*-*.
14867 * gdb.base/structs.exp (test_struct_returns): Remove the
14868 comments about d10v.
14869 (test_struct_calls): Likewise.
14870
77ae9c19
YQ
148712015-11-13 Yao Qi <yao.qi@linaro.org>
14872
14873 * gdb.base/gnu_vector.exp: Check the return value by "p res".
14874 * gdb.base/gnu_vector.c: Don't include stdio.h.
14875 (main): Don't print res and call add_some_intvecs.
14876
430e004e
MK
148772015-11-11 Marcin Kościelnicki <koriakin@0x04.net>
14878
14879 * gdb.trace/change-loc.h: include "trace-common.h", remove SYMBOL
14880 macro.
14881 (func5): Removed.
14882 (func4): Use FAST_TRACEPOINT_LABEL.
14883 * gdb.trace/ftrace-lock.c: include "trace-common.h", remove SYMBOL
14884 macro.
14885 (func): Removed.
14886 (thread_function): Use FAST_TRACEPOINT_LABEL.
14887 * gdb.trace/ftrace.c: include "trace-common.h", remove SYMBOL macro.
14888 (func): Remove.
14889 (marker): Use FAST_TRACEPOINT_LABEL.
14890 * gdb.trace/pendshr1.c: include "trace-common.h", remove SYMBOL macro.
14891 (pendfunc1): Remove.
14892 (pendfunc): Use FAST_TRACEPOINT_LABEL.
14893 * gdb.trace/pendshr2.c: include "trace-common.h", remove SYMBOL macro.
14894 (foo): Remove.
14895 (pendfunc2): Use FAST_TRACEPOINT_LABEL.
14896 * gdb.trace/trace-break.c: include "trace-common.h", remove SYMBOL
14897 macro.
14898 (func): Remove.
14899 (marker): Use FAST_TRACEPOINT_LABEL.
14900 * gdb.trace/trace-common.h: New header.
14901 * gdb.trace/trace-condition.c: include "trace-common.h", remove SYMBOL
14902 macro.
14903 (func): Remove.
14904 (marker): Use FAST_TRACEPOINT_LABEL.
14905 * gdb.trace/trace-mt.c: include "trace-common.h", remove SYMBOL macro.
14906 (func): Remove.
14907 (thread_function): Use FAST_TRACEPOINT_LABEL.
14908
6e7675a7
MK
149092015-11-10 Marcin Kościelnicki <koriakin@0x04.net>
14910
14911 * gdb.trace/backtrace.exp: Use global fpreg/spreg definition, add $
14912 in front.
14913 * gdb.trace/change-loc.exp: Use global pcreg definition.
14914 * gdb.trace/collection.exp: Use global pcreg/fpreg/spreg definition.
14915 * gdb.trace/entry-values.exp: Use global spreg definition, add $
14916 in front.
14917 * gdb.trace/mi-trace-frame-collected.exp: Use global pcreg definition.
14918 * gdb.trace/pending.exp: Likewise.
14919 * gdb.trace/report.exp: Use global pcreg/fpreg/spreg definition.
14920 * gdb.trace/trace-break.exp: Likewise.
14921 * gdb.trace/trace-condition.exp: Use global pcreg definition, add $
14922 in front.
14923 * gdb.trace/unavailable.exp: Use global pcreg/fpreg/spreg definition.
14924 * gdb.trace/while-dyn.exp: Use global fpreg definition, add $
14925 in front.
14926 * lib/trace-support.exp: Define fpreg, spreg, pcreg variables.
14927
dddc0e16
JB
149282015-11-09 Joel Brobecker <brobecker@adacore.com>
14929
14930 * gdb.ada/fin_fun_out: New testcase.
14931
c6f0b406
KB
149322015-11-07 Kevin Buettner <kevinb@redhat.com>
14933
14934 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Don't hardcode
14935 value associated with DW_AT_byte_size.
14936 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Don't hardcode
14937 constants for DW_AT_byte_size, DW_AT_lower_bound, and
14938 DW_AT_upper_bound.
14939
f01dcfd9
KB
149402015-11-07 Kevin Buettner <kevinb@redhat.com>
14941
14942 * lib/gdb (gdb_target_symbol_prefix_flags_asm): New proc.
14943 (gdb_target_symbol_prefix_flags): Define in terms of _asm
14944 version.
14945 * gdb.arch/i386-float.exp, gdb.arch/i386-permbkpt.exp,
14946 gdb.dwarf2/dw2-canonicalize-type.exp,
14947 gdb.dwarf2/dw2-compdir-oldgcc.exp, gdb.dwarf2/dw2-minsym-in-cu.exp,
14948 gdb.dwarf2/dw2-op-stack-value.exp, gdb.dwarf2/dw2-unresolved.exp,
14949 gdb.dwarf2/fission-reread.exp, gdb.dwarf2/pr13961.exp: Use flags
14950 provided by gdb_target_symbol_prefix_flags_asm.
14951 * gdb.dwarf2/dw2-canonicalize-type.S, gdb.dwarf2/dw2-compdir-oldgcc.S,
14952 testsuite/gdb.dwarf2/dw2-minsym-in-cu.S,
14953 testsuite/gdb.dwarf2/dw2-unresolved-main.c,
14954 testsuite/gdb.dwarf2/dw2-unresolved.S, gdb.dwarf2/fission-reread.S,
14955 gdb.dwarf2/pr13961.S: Define and use SYMBOL macro (and supporting
14956 macros where needed). Use this macro for symbols which require
14957 the prefix provided by SYMBOL_PREFIX.
14958
2223449a
KB
149592015-11-05 Kevin Buettner <kevinb@redhat.com>
14960
14961 * lib/gdb.exp (gdb_target_symbol_prefix, gdb_target_symbol):
14962 New procs.
14963 * lib/dwarf.exp (_handle_DW_TAG): Handle attribute values,
14964 representing expressions, of more than one list element.
14965 * gdb.dwarf2/atomic-type.exp (Dwarf::assemble): Use gdb_target_symbol
14966 to prepend linker symbol prefix to f.
14967 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Likewise, for
14968 table_1 and table_2.
14969 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp (Dwarf::assemble):
14970 Likewise, for f and g.
14971 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble): Likewise,
14972 for ptr.
14973 * gdb.dwarf2/dw2-regno-invalid.exp (Dwarf::assemble): Likewise,
14974 for main.
14975 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Likewise, for
14976 table_1_ptr and table_2_ptr.
14977
6f2f1a3a
JK
149782015-11-03 Jan Kratochvil <jan.kratochvil@redhat.com>
14979 Joel Brobecker <brobecker@adacore.com>
14980
14981 * gdb.mi/mi-vla-fortran.exp (evaluate allocated vla): Permit any data.
14982
566c56c9
MK
149832015-11-04 Marcin Kościelnicki <koriakin@0x04.net>
14984
14985 * gdb.reverse/s390-mvcle.c: New test.
14986 * gdb.reverse/s390-mvcle.exp: New file.
14987 * lib/gdb.exp: Enable reverse tests on s390*-linux.
14988
d5f0636b
MK
149892015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
14990
14991 * gdb.reverse/readv-reverse.exp: Obvious typo fixed.
14992
7ad8b86c
MK
149932015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
14994
14995 * gdb.reverse/fstatat-reverse.exp: Set breakpoint on marker1 after
14996 reaching marker2.
14997 * gdb.reverse/getresuid-reverse.exp: Likewise.
14998 * gdb.reverse/pipe-reverse.exp: Likewise.
14999 * gdb.reverse/readv-reverse.exp: Likewise.
15000 * gdb.reverse/recvmsg-reverse.exp: Likewise.
15001 * gdb.reverse/time-reverse.exp: Likewise.
15002 * gdb.reverse/waitpid-reverse.exp: Likewise and add KFAILs.
15003
4081c0f1
YQ
150042015-10-30 Yao Qi <yao.qi@linaro.org>
15005
15006 * gdb.threads/wp-replication.c (watch_count_done): Remove.
15007 (empty_cycle): Remove.
15008 (main): Don't call empty_cycle. Don't use watch_count_done.
15009 * gdb.threads/wp-replication.exp: Don't set breakpoint on
15010 empty_cycle. Rewrite the code counting HW watchpoints.
15011
452b4ba5
MK
150122015-10-30 Marcin Kościelnicki <koriakin@0x04.net>
15013
15014 * gdb.reverse/fstatat-reverse.c: New test.
15015 * gdb.reverse/fstatat-reverse.exp: New file.
15016 * gdb.reverse/getresuid-reverse.c: New test.
15017 * gdb.reverse/getresuid-reverse.exp: New file.
15018 * gdb.reverse/pipe-reverse.c: New test.
15019 * gdb.reverse/pipe-reverse.exp: New file.
15020 * gdb.reverse/readv-reverse.c: New test.
15021 * gdb.reverse/readv-reverse.exp: New file.
15022 * gdb.reverse/recvmsg-reverse.c: New test.
15023 * gdb.reverse/recvmsg-reverse.exp: New file.
15024 * gdb.reverse/time-reverse.c: New test.
15025 * gdb.reverse/time-reverse.exp: New file.
15026 * gdb.reverse/waitpid-reverse.c: New test.
15027 * gdb.reverse/waitpid-reverse.exp: New file.
15028
5e2e7507
JK
150292015-10-27 Jan Kratochvil <jan.kratochvil@redhat.com>
15030
15031 * gdb.ada/access_to_packed_array.exp: Fix typos erroring the testfile.
15032
0fde2c53
DE
150332015-10-26 Doug Evans <dje@google.com>
15034
15035 PR symtab/17391
15036 * lib/dwarf.exp (_location): Add support for DW_OP_regx.
15037 * gdb.dwarf2/bad-regnum.c: New file.
15038 * gdb.dwarf2/bad-regnum.exp: New file.
15039
1a70ae97
DE
150402015-10-26 Doug Evans <dje@google.com>
15041
15042 PR python/18938
15043 * gdb.python/python.exp: Add test for symlink from .py file to .notpy
15044 file.
15045
27dc26ab
JK
150462015-10-25 Jan Kratochvil <jan.kratochvil@redhat.com>
15047
15048 * gdb.compile/compile.exp (compile code globalvar): Update expectation
15049 for a change by "Mention language in compile error message".
15050
bed91f4d
SM
150512015-10-21 Simon Marchi <simon.marchi@polymtl.ca>
15052
15053 PR python/18073
15054 * gdb.python/py-type.c (C::a_method): New.
15055 (C::a_const_method): New.
15056 (C::a_static_method): New.
15057 (a_function): New.
15058 * gdb.python/py-type.exp (test_fields): Test getting fields
15059 from function and method.
15060
3f2f83dd
KB
150612015-10-21 Keven Boell <keven.boell@intel.com>
15062
15063 * gdb.fortran/vla-alloc-assoc.exp: New file.
15064 * gdb.fortran/vla-datatypes.exp: New file.
15065 * gdb.fortran/vla-datatypes.f90: New file.
15066 * gdb.fortran/vla-history.exp: New file.
15067 * gdb.fortran/vla-ptype-sub.exp: New file.
15068 * gdb.fortran/vla-ptype.exp: New file.
15069 * gdb.fortran/vla-sizeof.exp: New file.
15070 * gdb.fortran/vla-sub.f90: New file.
15071 * gdb.fortran/vla-value-sub-arbitrary.exp: New file.
15072 * gdb.fortran/vla-value-sub-finish.exp: New file.
15073 * gdb.fortran/vla-value-sub.exp: New file.
15074 * gdb.fortran/vla-value.exp: New file.
15075 * gdb.fortran/vla-ptr-info.exp: New file.
15076 * gdb.mi/mi-vla-fortran.exp: New file.
15077 * gdb.mi/vla.f90: New file.
15078
27145d50
SL
150792015-10-21 Sandra Loosemore <sandra@codesourcery.com>
15080
15081 * gdb.base/freebpcmd.exp: Use with_timeout_factor instead
15082 of hardwired timeout value.
15083
5f3ff4f8
JK
150842015-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
15085 Pedro Alves <palves@redhat.com>
15086
15087 * gdb.dwarf2/dw2-regno-invalid.exp: New file.
15088 * lib/dwarf.exp (Dwarf): Add DW_OP_bregx.
15089
bfd09d20
JS
150902015-10-19 Josh Stone <jistone@redhat.com>
15091
15092 * gdb.base/catch-syscall.c: Include <sched.h>.
15093 (unknown_syscall): New variable.
15094 (main): Trigger a vfork and an unknown syscall.
15095 * gdb.base/catch-syscall.exp (vfork_syscalls): New variable.
15096 (unknown_syscall_number): Likewise.
15097 (check_call_to_syscall): Accept an optional syscall pattern.
15098 (check_return_from_syscall): Likewise.
15099 (check_continue): Likewise.
15100 (test_catch_syscall_without_args): Check for vfork and ENOSYS.
15101 (test_catch_syscall_skipping_return): New test toggling off 'catch
15102 syscall' to step over the syscall return, then toggling back on.
15103 (test_catch_syscall_mid_vfork): New test turning on 'catch syscall'
15104 during a PTRACE_EVENT_VFORK stop, in the middle of a vfork syscall.
15105 (do_syscall_tests): Call test_catch_syscall_without_args and
15106 test_catch_syscall_mid_vfork.
15107 (test_catch_syscall_without_args_noxml): Check for vfork and ENOSYS.
15108 (fill_all_syscalls_numbers): Initialize unknown_syscall_number.
15109
b32b93c6
AS
151102015-10-19 Andrew Stubbs <ams@codesourcery.com>
15111
15112 * gdb.cp/inherit.exp (print g_vB, print g_vC, print g_vD,
15113 print g_vE): Add new pass patterns.
15114 * gdb.cp/virtbase.exp (print *this, print *(D *) e): Allow GDB to
15115 print various symbol names for vptr fields.
15116
9d622bda
AB
151172015-10-12 Andrew Burgess <andrew.burgess@embecosm.com>
15118
15119 * gdb.base/dbx.exp (test_func): Remove xfails, update expected
15120 results.
15121
0fd8ac1c
YQ
151222015-10-12 Yao Qi <yao.qi@linaro.org>
15123
15124 * gdb.arch/disp-step-insn-reloc.exp: New test case.
15125
34240514
YQ
151262015-10-12 Yao Qi <yao.qi@linaro.org>
15127
15128 * lib/gdb.exp (support_displaced_stepping): Return 1 if target
15129 is aarch64*-*-linux*.
15130
8240f442
YQ
151312015-10-12 Yao Qi <yao.qi@linaro.org>
15132
15133 * gdb.arch/insn-reloc.c (can_relocate_bcond): Rename to ...
15134 (can_relocate_bcond_true): ... it.
15135 (can_relocate_bcond_false): New function.
15136 (foo): Likewise.
15137 (can_relocate_bl): Likewise.
15138 (testcases) [__aarch64__]: Add can_relocate_bcond_false and
15139 can_relocate_bl.
15140
2520f728
PMR
151412015-10-12 Pierre-Marie de Rodat <derodat@adacore.com>
15142
15143 * gdb.base/nested-addr.c: New file.
15144 * gdb.base/nested-addr.exp: New testcase.
15145
abcef95a
MM
151462015-10-09 Markus Metzger <markus.t.metzger@intel.com>
15147
15148 * gdb.btrace/vdso.c (main): Remove breakpoint markers.
15149 * gdb.btrace/vdso.exp: Change stepping command to "next" and ignore
15150 its output. Ignore the output of "record goto begin" and instead
15151 check that GDB is replaying.
15152
145e3ddb
PA
151532015-10-09 Pedro Alves <palves@redhat.com>
15154
15155 * gdb.base/a2-run.exp (maybe_exp_continue): New procedure.
15156 (top level): Use it in the run with no args test.
15157
d5d8c4e1
IB
151582015-10-08 Iain Buclaw <ibuclaw@gdcproject.org>
15159
15160 * gdb.dlang/properties.exp: New file.
15161
06e635ef
SL
151622015-10-02 Sandra Loosemore <sandra@codesourcery.com>
15163
15164 * gdb.dwarf2/staticvirtual.exp: Generalize regexp so it can match
15165 whether or not address 0x1000 is mapped on the target.
15166
e019fd1d
SM
151672015-09-30 Simon Marchi <simon.marchi@ericsson.com>
15168
15169 * gdb.python/py-type.exp: Do not run tests if binaries fail to
15170 build.
15171
77ba2a67
MM
151722015-09-30 Markus Metzger <markus.t.metzger@intel.com>
15173
15174 * gdb.btrace/tsx.exp: Consider multiple correct outputs in the record
15175 instruction-history test.
15176
c60eb31f
DE
151772015-09-28 Doug Evans <dje@google.com>
15178
15179 * gdb.base/gcore.c (array_func): Add reference to static_array.
15180
9a3c8263
SM
151812015-09-25 Simon Marchi <simon.marchi@ericsson.com>
15182
15183 * gdb.gdb/selftest.exp (do_steps_and_nexts): Adjust expected
15184 source line.
15185
9720e656
SL
151862015-09-24 Sandra Loosemore <sandra@codesourcery.com>
15187
15188 * gdb.cp/classes.exp (test_enums): Generalize regexp to allow
15189 short or char as base type.
15190
938d3bf2
SL
151912015-09-23 Sandra Loosemore <sandra@codesourcery.com>
15192
15193 * gdb.cp/var-tag.exp (do_global_tests): Generalize opt_underlying
15194 to allow any size enum.
15195
e6c2c623
PMR
151962015-09-23 Pierre-Marie de Rodat <derodat@adacore.com>
15197
15198 * gdb.ada/array_ptr_renaming.exp: New testcase.
15199 * gdb.ada/array_ptr_renaming/foo.adb: New file.
15200 * gdb.ada/array_ptr_renaming/pack.ads: New file.
15201
06da0f77
PL
152022015-09-21 Pierre Langlois <pierre.langlois@arm.com>
15203
15204 * gdb.trace/ftrace-lock.c: New file.
15205 * gdb.trace/ftrace-lock.exp: New file.
15206
4f51c22a
PL
152072015-09-21 Pierre Langlois <pierre.langlois@arm.com>
15208
15209 * gdb.arch/insn-reloc.c: New file.
15210 * gdb.arch/ftrace-insn-reloc.exp: New file.
15211
7041adf4
PL
152122015-09-21 Pierre Langlois <pierre.langlois@arm.com>
15213
15214 * gdb.trace/change-loc.h (func4) [__aarch64__]: Add a nop
15215 instruction.
15216 * gdb.trace/pendshr1.c (pendfunc): Likewise.
15217 * gdb.trace/pendshr2.c (pendfunc2): Likewise.
15218 * gdb.trace/range-stepping.c: Likewise.
15219 * gdb.trace/trace-break.c: Likewise.
15220 * gdb.trace/trace-mt.c (thread_function): Likewise.
15221 * gdb.trace/ftrace.c (marker): Likewise.
15222 * gdb.trace/trace-condition.c (marker): Likewise.
15223 * gdb.trace/ftrace.exp: Enable ftrace test if is_aarch64_target.
15224 * gdb.trace/trace-condition.exp: Set pcreg to "\$pc" if
15225 is_aarch64_target.
15226
015d2e7e
DE
152272015-09-18 Doug Evans <xdje42@gmail.com>
15228
15229 * gdb.dwarf2/dw2-bad-unresolved.c: New file.
15230 * gdb.dwarf2/dw2-bad-unresolved.exp: New file.
15231
26b188a2
SL
152322015-09-18 Sandra Loosemore <sandra@codesourcery.com>
15233
15234 * gdb.base/dso2dso.exp: Don't use directory prefix when setting
15235 the breakpoint.
15236
79dc332b
SL
152372015-09-18 Sandra Loosemore <sandra@codesourcery.com>
15238
15239 * gdb.mi/mi-pending.exp: Don't use directory prefix when setting
15240 the pending breakpoint. Remove timeout override for "Run till
15241 MI pending breakpoint on pendfunc3 on thread 2" test.
15242
f57929f2
SL
152432015-09-18 Sandra Loosemore <sandra@codesourcery.com>
15244
15245 * gdb.mi/mi-cli.exp: Don't require directory prefix in breakpoint
15246 filename pattern.
15247
3f469b17
SL
152482015-09-18 Sandra Loosemore <sandra@codesourcery.com>
15249
15250 * gdb.mi/mi-dprintf-pending.exp: Don't require directory prefix
15251 in breakpoint filename pattern.
15252
515b89b3
SL
152532015-09-18 Sandra Loosemore <sandra@codesourcery.com>
15254
7800dbe4
SL
15255 * gdb.base/global-var-nested-by-dso.exp: Call gdb_load_shlibs.
15256
152572015-09-18 Sandra Loosemore <sandra@codesourcery.com>
15258
515b89b3
SL
15259 * gdb.linespec/explicit.exp: Check for readline support for
15260 tab-completion tests. Fix obvious typo.
15261
d2939ba2
MM
152622015-09-18 Markus Metzger <markus.t.metzger@intel.com>
15263
15264 * gdb.btrace/multi-thread-step.exp: Test scheduler-locking on, step,
15265 and replay.
15266
cbb55fa7
MM
152672015-09-18 Markus Metzger <markus.t.metzger@intel.com>
15268
15269 * gdb.btrace/non-stop.c: New.
15270 * gdb.btrace/non-stop.exp: New.
15271
43691ca1
PL
152722015-09-17 Pierre Langlois <pierre.langlois@arm.com>
15273 Yao Qi <yao.qi@linaro.org>
15274
15275 * gdb.trace/trace-condition.c: New file.
15276 * gdb.trace/trace-condition.exp: New file.
15277
d78908cf
WW
152782015-09-16 Wei-cheng Wang <cole945@gmail.com>
15279
15280 * gdb.trace/ftrace.exp: (test_ftrace_condition) New function
15281 for testing bytecode compilation.
15282
1ed415e2
PA
152832015-09-16 Pedro Alves <palves@redhat.com>
15284 Sandra Loosemore <sandra@codesourcery.com>
15285
15286 * gdb.threads/non-stop-fair-events.c (timeout): New global.
15287 (SECONDS): Redefine.
15288 (main): Call pthread_kill and alarm early.
15289 * gdb.threads/non-stop-fair-events.exp: Probe displaced stepping
15290 support.
15291 (test): If the target can't hardware step and doesn't support
15292 displaced stepping, increase the timeout.
15293
d136eff5
PA
152942015-09-16 Pedro Alves <palves@redhat.com>
15295
15296 * gdb.threads/non-stop-fair-events.exp (gdb_test_no_anchor)
15297 (enable_debug): New procedures.
15298 (test): Use them. Bail out if waiting for threads fails.
15299 (top level): Bail out if a test fails.
15300
991f019c
YQ
153012015-09-16 Yao Qi <yao.qi@linaro.org>
15302
15303 * gdb.asm/asm-source.exp: Set asm-arch for
15304 aarch64*-*-* target.
15305 * gdb.asm/aarch64.inc: New file.
15306
bfca584f
PMR
153072015-09-15 Pierre-Marie de Rodat <derodat@adacore.com>
15308
15309 * gdb.ada/array_of_variable_length.exp: New testcase.
15310 * gdb.ada/array_of_variable_length/foo.adb: New file.
15311 * gdb.ada/array_of_variable_length/pck.adb: New file.
15312 * gdb.ada/array_of_variable_length/pck.ads: New file.
15313
b326e587
DE
153142015-09-15 Doug Evans <dje@google.com>
15315
15316 * gdb.base/callfuncs.exp (do_function_calls): Handle clang naming
15317 of function static local variable.
15318
5382cfab
PW
153192015-09-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
15320
15321 * gdb.threads/tls-so_extern.exp: New test file.
15322 * gdb.threads/tls-so_extern.c: New test file.
15323 * gdb.threads/tls-so_extern_main.c: New test file.
15324
141c5cc4
JK
153252015-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
15326
15327 * gdb.opt/solib-intra-step-lib.c: New file.
15328 * gdb.opt/solib-intra-step-main.c: New file.
15329 * gdb.opt/solib-intra-step.exp: New file.
15330
d15dcecd
PA
153312015-09-15 Pedro Alves <palves@redhat.com>
15332
15333 * gdb.threads/non-ldr-exc-3.exp (do_test): Use
15334 gdb_continue_to_breakpoint instead of gdb_test_multiple.
15335
4c2f2a79
PA
153362015-09-14 Pedro Alves <palves@redhat.com>
15337
15338 * gdb.base/hook-stop-continue.c: Delete.
15339 * gdb.base/hook-stop-continue.exp: Delete.
15340 * gdb.base/hook-stop-frame.c: Delete.
15341 * gdb.base/hook-stop-frame.exp: Delete.
15342 * gdb.base/hook-stop.c: New file.
15343 * gdb.base/hook-stop.exp: New file.
15344
919e6dbe
PMR
153452015-09-14 Pierre-Marie de Rodat <derodat@adacore.com>
15346
15347 * gdb.ada/access_to_packed_array.exp: New testcase.
15348 * gdb.ada/access_to_packed_array/foo.adb: New file.
15349 * gdb.ada/access_to_packed_array/pack.adb: New file.
15350 * gdb.ada/access_to_packed_array/pack.ads: New file.
15351
157280a4
MM
153522015-09-14 Markus Metzger <markus.t.metzger@intel.com>
15353
15354 * gdb.btrace/buffer-size.exp: Remove recording with unlimited BTS
15355 buffer size test.
15356
2fd33e94
DB
153572015-09-11 Don Breazeal <donb@codesourcery.com>
15358
15359 * gdb.base/foll-exec.c: Add copyright header. Fix
15360 formatting issues.
15361 * gdb.base/foll-exec.exp (zap_session): Delete proc.
15362 (do_exec_tests): Use clean_restart in place of zap_session,
15363 and for test initialization. Fix formatting issues. Use
15364 fail in place of perror.
15365 * gdb.base/pie-execl.exp (main): Use 'inferior_spawn_id' in
15366 an expect statement to match an expression with output from
15367 the program under debug.
15368 * gdb.threads/non-ldr-exc-1.exp (do_test, main): Add
15369 non-stop tests and use save_vars to enable non-stop in GDBFLAGS.
15370 * gdb.threads/non-ldr-exc-2.exp: Likewise.
15371 * gdb.threads/non-ldr-exc-3.exp: Likewise.
15372 * gdb.threads/non-ldr-exc-4.exp: Likewise.
15373
e70b6e8e
DE
153742015-09-09 Doug Evans <dje@google.com>
15375
15376 * gdb.python/py-prettyprint.exp: Check result of run_lang_tests.
15377
7a551a51
DE
153782015-09-09 Doug Evans <dje@google.com>
15379
15380 * gdb.base/pie-execl.exp: Fix result test of build_executable.
15381
4c666f84
DE
153822015-09-09 Doug Evans <dje@google.com>
15383
15384 * gdb.base/savedregs.exp: Fix typo.
15385
243a9253
PA
153862015-09-09 Pedro Alves <palves@redhat.com>
15387
15388 * gdb.mi/mi-cli.exp: Add CLI finish tests.
15389
c0fa8fbd
SL
153902015-09-08 Sandra Loosemore <sandra@codesourcery.com>
15391
15392 * gdb.threads/hand-call-in-threads.exp: Make sure the thread
15393 command actually switches threads. Give up on remaining
15394 tests if target fails to stop at breakpoint.
15395
cd7c1778
PMR
153962015-09-03 Pierre-Marie de Rodat <derodat@adacore.com>
15397
15398 * gdb.ada/funcall_char.exp: New testcase.
15399 * gdb.ada/funcall_char/foo.adb: New file.
15400
dc5c8746
PMR
154012015-09-01 Pierre-Marie de Rodat <derodat@adacore.com>
15402
15403 * gdb.ada/complete.exp: Add "pck.ambiguous_func" to the relevant
15404 expected outputs. Add two testcases for completing ambiguous
15405 functions.
15406 * gdb.ada/complete/aux_pck.adb: New file.
15407 * gdb.ada/complete/aux_pck.ads: New file.
15408 * gdb.ada/complete/foo.adb: Pull Aux_Pck and call the two
15409 Ambiguous_Func functions.
15410 * gdb.ada/complete/pck.ads: Add an Ambiguous_Func function.
15411 * gdb.ada/complete/pck.adb: Likewise.
15412
4e83a1e7
UW
154132015-08-27 Ulrich Weigand <uweigand@de.ibm.com>
15414
15415 * lib/cell.exp (skip_cell_tests): Report UNRESOLVED on unexpected
15416 failures to run the test program under GDB.
15417
8ce74153
LM
154182015-08-26 Luis Machado <lgustavo@codesourcery.com>
15419
15420 * gdb.compile/compile-ifunc.exp (with_test_prefix): Force language
15421 to C.
15422
e9756d52
PP
154232015-08-26 Patrick Palka <patrick@parcs.ath.cx>
15424
15425 * gdb.base/run-after-attach.exp: New test file.
15426 * gdb.base/run-after-attach.c: New test file.
15427
8d37573b
DB
154282015-08-26 Don Breazeal <donb@codesourcery.com>
15429
15430 * gdb.base/foll-exec-2.c: New test program.
15431 * gdb.base/foll-exec-2.exp: New test.
15432
63e43d3a
PMR
154332015-08-25 Pierre-Marie de Rodat <derodat@adacore.com>
15434
15435 * gdb.base/nested-subp1.exp: New file.
15436 * gdb.base/nested-subp1.c: New file.
15437 * gdb.base/nested-subp2.exp: New file.
15438 * gdb.base/nested-subp2.c: New file.
15439 * gdb.base/nested-subp3.exp: New file.
15440 * gdb.base/nested-subp3.c: New file.
15441
3d40fbb5
PA
154422015-08-24 Pedro Alves <palves@redhat.com>
15443
15444 * gdb.server/connect-without-multi-process.c: New file.
15445 * gdb.server/connect-without-multi-process.exp: New file.
15446
4422ac93
LM
154472015-08-24 Luis Machado <lgustavo@codesourcery.com>
15448
15449 * gdb.opt/inline-markers.c: Make z int.
15450
91dddb86
LM
154512015-08-24 Luis Machado <lgustavo@codesourcery.com>
15452
15453 * gdb.opt/inline-markers.c: Make z volatile.
15454
a48847ee
LM
154552015-08-24 Luis Machado <lgustavo@codesourcery.com>
15456
15457 * gdb.opt/inline-bt.c: New volatile global z.
15458 * gdb.opt/inline-cmds.c: Likewise.
15459 * gdb.opt/inline-locals.c: Likewise.
15460 * gdb.opt/inline-markers.c: New extern global z.
15461 (marker): Use z.
15462 (inline_fn): Likewise.
15463
0ebbc52b
PA
154642015-08-24 Pedro Alves <palves@redhat.com>
15465
15466 * config/m32r-stub.exp: Remove file.
15467 * gdb.base/call-ar-st.exp: Remove reference to sparclet.
15468 * gdb.base/call-rt-st.exp: Likewise.
15469 * gdb.base/call-strs.exp: Likewise.
15470 * gdb.base/default.exp: Remove references to h8300-*-hms and
15471 *-*-udi*.
15472 * gdb.base/funcargs.exp: Remove reference to sparclet-*-*.
15473
77c365df
AA
154742015-08-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
15475
15476 * gdb.base/gnu_vector.exp: Try compilation with "-mcpu=native
15477 -Wno-psabi" if "-mcpu=native" fails. For the tests with "finish"
15478 and "return" use KFAIL when GDB can not read/write the vector
15479 return value.
15480
4313b8c0
GB
154812015-08-21 Gary Benson <gbenson@redhat.com>
15482
15483 * gdb.trace/pending.exp: Cope with remote transfer warnings.
15484
0e433b32
PA
154852015-08-20 Pedro Alves <palves@redhat.com>
15486
15487 * gdb.server/solib-list.exp: No longer expect an interior stop in
15488 non-stop mode.
15489
221e1a37
PA
154902015-08-20 Pedro Alves <palves@redhat.com>
15491
15492 * gdb.server/connect-stopped-target.c: New file.
15493 * gdb.server/connect-stopped-target.exp: New file.
15494
40e3ad0e
PA
154952015-08-20 Pedro Alves <palves@redhat.com>
15496
15497 * gdb.dwarf2/comp-unit-lang.exp: New file.
15498 * gdb.dwarf2/comp-unit-lang.c: New file.
15499
af39b327
PMR
155002015-08-20 Pierre-Marie de Rodat <derodat@adacore.com>
15501
15502 * gdb.ada/attr_ref_and_charlit.exp: New testcase.
15503 * gdb.ada/attr_ref_and_charlit/foo.adb: New file.
15504
7d45c7c3 155052015-08-19 Kevin Buettner <kevinb@redhat.com>
206853a0 15506
7d45c7c3
KB
15507 * gdb.dwarf2/dw2-bad-mips-linkage-name.c: New file.
15508 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: New file.
15509
4d6cceb4
DE
155102015-08-18 Doug Evans <dje@google.com>
15511 Adrian Sendroiu <adrian.sendroiu@freescale.com>
15512
15513 * lib/gdb.exp (skip_python_tests_prompt): Renamed from
15514 skip_python_tests. New arg prompt_regexp.
15515 (skip_python_tests): New function.
15516 * lib/mi-support.exp (mi_skip_python_tests): New function.
15517 * gdb.python/py-mi-objfile-gdb.py: New file.
15518 * gdb.python/py-mi-objfile.c: New file.
15519 * gdb.python/py-mi-objfile.exp: New file.
15520
ad89c2aa
KS
155212015-08-17 Keith Seitz <keiths@redhat.com>
15522
15523 * gdb.linespec/explicit.exp: Move strace test from here ...
15524 * gdb.trace/strace.exp: ... to here.
15525
e3ae3c43
PP
155262015-08-15 Patrick Palka <patrick@parcs.ath.cx>
15527
15528 * gdb.base/kill-detach-inferiors-cmd.exp: New test file.
15529 * gdb.base/kill-detach-inferiors-cmd.c: New test file.
15530
604b2636
DE
155312015-08-14 Doug Evans <xdje42@gmail.com>
15532
15533 * gdb.perf/lib/perftest/utils.py (select_file): Kill any existing
15534 inferior before selecting a new file.
15535
6ff0ba5f
DE
155362015-08-14 Doug Evans <xdje42@gmail.com>
15537
15538 * gdb.mi/mi-disassemble.exp: Update.
15539 * gdb.base/disasm-optim.S: New file.
15540 * gdb.base/disasm-optim.c: New file.
15541 * gdb.base/disasm-optim.h: New file.
15542 * gdb.base/disasm-optim.exp: New file.
15543
9ca98f92
KS
155442015-08-14 Keith Seitz <keiths@redhat.com>
15545
15546 * lib/mi-support.exp (mi_make_breakpoint): Add option/handling for
15547 "evaluated-by".
15548
52bbc560
JB
155492015-08-13 Joel Brobecker <brobecker@adacore.com>
15550
15551 * gdb.base/dso2dso.exp: Improve the testcase's documentation.
15552
5d8c3ed3
PMR
155532015-08-13 Pierre-Marie de Rodat <derodat@adacore.com>
15554
15555 * gdb.ada/fun_renaming.exp: New testcase.
15556 * gdb.ada/fun_renaming/fun_renaming.adb: New file.
15557 * gdb.ada/fun_renaming/pack.adb: New file.
15558 * gdb.ada/fun_renaming/pack.ads: New file.
15559
ea8812bc
KS
155602015-08-12 Keith Seitz <keiths@redhat.com>
15561
15562 * gdb.base/dso2dso.exp: Pass basename of source file in call to
15563 gdb_get_line_number.
15564
4dafcdeb
JB
155652015-08-12 Joel Brobecker <brobecker@adacore.com>
15566
15567 * gdb.base/dso2dso-dso2.c, gdb.base/dso2dso-dso2.h,
15568 gdb.base/dso2dso-dso1.c, gdb.base/dso2dso-dso1.h, gdb.base/dso2dso.c,
15569 gdb.base/dso2dso.exp: New files.
15570
5ba32597
SDJ
155712015-08-12 Sergio Durigan Junior <sergiodj@redhat.com>
15572 Pedro Alves <palves@redhat.com>
15573 Keith Seitz <keiths@redhat.com>
15574
15575 * gdb.base/checkpoint-ns.exp: Use save_vars to save and restore
15576 GDBFLAGS.
15577
b6dafabf
PP
155782015-08-12 Patrick Palka <patrick@parcs.ath.cx>
15579
15580 * gdb.base/gdbhistsize-history.exp
15581 (test_histsize_history_setting): Use save_vars.
15582 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
15583 Use save_vars.
15584 (test_no_truncation_of_unlimited_history_file): Use save_vars.
15585 * gdb.base/readline.exp: Use save_vars.
15586
abe8e607
PP
155872015-08-12 Patrick Palka <patrick@parcs.ath.cx>
15588
15589 * lib/gdb.exp (save_vars): New proc.
15590
629500fa
KS
155912015-08-11 Keith Seitz <keiths@redhat.com>
15592
15593 * gdb.base/help.exp: Update help_breakpoint_text.
15594
eb8c4e2e
KS
155952015-08-11 Keith Seitz <keiths@redhat.com>
15596
15597 * gdb.mi/mi-break.exp (test_explicit_breakpoints): New proc.
15598 (at toplevel): Call test_explicit_breakpoints.
15599 * gdb.mi/mi-dprintf.exp: Add tests for explicit dprintf
15600 breakpoints.
15601 * lib/mi-support.exp (mi_make_breakpoint): Add support for
15602 breakpoint conditions, "-cond".
15603
87f0e720
KS
156042015-08-11 Keith Seitz <keiths@redhat.com>
15605
15606 * gdb.linespec/3explicit.c: New file.
15607 * gdb.linespec/cpexplicit.cc: New file.
15608 * gdb.linespec/cpexplicit.exp: New file.
15609 * gdb.linespec/explicit.c: New file.
15610 * gdb.linespec/explicit.exp: New file.
15611 * gdb.linespec/explicit2.c: New file.
15612 * gdb.linespec/ls-errs.exp: Add explicit location tests.
15613 * lib/gdb.exp (capture_command_output): Regexp-escape `command'
15614 before using in the matching pattern.
15615 Clarify that `prefix' is a regular expression.
15616
f00aae0f
KS
156172015-08-11 Keith Seitz <keiths@redhat.com>
15618
15619 * gdb.base/dprintf-pending.exp: Update dprintf "without format"
15620 test.
15621 Add tests for missing ",FMT" and ",".
15622
e27852be
DE
156232015-08-10 Doug Evans <dje@google.com>
15624 Keith Seitz <keiths@redhat.com>
15625
15626 PR gdb/17960
15627 * gdb.base/completion.exp: Add location completer tests.
15628
7f03bd92
PA
156292015-08-07 Pedro Alves <palves@redhat.com>
15630
15631 * gdb.arch/ppc64-atomic-inst.exp (do_test): New procedure, move
15632 tests here.
15633 (top level): Run do_test with and without displaced stepping.
15634
3fc8eb30
PA
156352015-08-07 Pedro Alves <palves@redhat.com>
15636
15637 * gdb.base/valgrind-disp-step.c: New file.
15638 * gdb.base/valgrind-disp-step.exp: New file.
15639
d4569d7b
PA
156402015-08-07 Pedro Alves <palves@redhat.com>
15641
15642 * gdb.threads/step-over-lands-on-breakpoint.c (wait_threads):
15643 Delete function.
15644 (main): Add alarm. Run an infinite loop instead of calling
15645 wait_threads.
15646 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): Change
15647 comment.
15648 * gdb.threads/step-over-trips-on-watchpoint.c (wait_threads):
15649 Delete function.
15650 (main): Add alarm. Run an infinite loop instead of calling
15651 wait_threads.
15652 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Change
15653 comment.
15654
e1316e60
PA
156552015-08-07 Pedro Alves <palves@redhat.com>
15656
15657 * gdb.base/checkpoint-ns.exp: New file.
15658 * gdb.base/checkpoint.exp: Pass explicit "checkpoint.c" to
15659 standard_testfile.
15660
da8c46d2
MM
156612015-08-07 Markus Metzger <markus.t.metzger@intel.com>
15662
15663 * lib/gdb.exp (skip_tsx_tests, skip_btrace_pt_tests): New.
15664 * gdb.btrace/instruction_history.exp: Update.
15665 * gdb.btrace/tsx.exp: New.
15666 * gdb.btrace/tsx.c: New.
15667
de1c2c52
PA
156682015-08-06 Pedro Alves <palves@redhat.com>
15669
15670 * gdb.reverse/step-precsave.exp: Use with_timeout_factor to
15671 increase timeout.
15672 * gdb.reverse/until-precsave.exp: Bump timeouts.
15673
782e0bf4
PA
156742015-08-06 Pedro Alves <palves@redhat.com>
15675
15676 * gdb.base/valgrind-infcall.exp: Issue a "disconnect".
15677
83e97ed0
PA
156782015-08-06 Pedro Alves <palves@redhat.com>
15679
15680 PR gdb/18749
15681 * gdb.threads/process-dies-while-handling-bp.c: New file.
15682 * gdb.threads/process-dies-while-handling-bp.exp: New file.
15683
863d01bd
PA
156842015-08-06 Pedro Alves <palves@redhat.com>
15685
15686 * gdb.threads/forking-threads-plus-breakpoint.exp: New file.
15687 * gdb.threads/forking-threads-plus-breakpoint.c: New file.
15688
0a39bb32
PA
156892015-08-05 Pedro Alves <palves@redhat.com>
15690
15691 * gdb.threads/next-while-other-thread-longjmps.c: New file.
15692 * gdb.threads/next-while-other-thread-longjmps.exp: New file.
15693
ee2d2b10
SL
156942015-08-03 Sandra Loosemore <sandra@codesourcery.com>
15695
15696 * gdb.base/bp-permanent.exp: Report test as unsupported if
15697 the target cannot stop at the permanent breakpoint.
15698
4e1bdb00
DE
156992015-08-03 Doug Evans <dje@google.com>
15700
15701 * gdb.perf/single-step.exp (SINGLE_STEP_COUNT): Change to 1000 from
15702 10000.
15703
3d338901
DE
157042015-08-03 Doug Evans <dje@google.com>
15705
15706 * Makefile.in (workers/%.worker, build-perf): New rule.
15707 (GDB_PERFTEST_MODE): New variable.
15708 (check-perf): Use it.
15709 (clean): Clean up gdb.perf parallel build subdirs.
15710 * lib/build-piece.exp: New file.
15711 * lib/gdb.exp (make_gdb_parallel_path): New function
15712 (standard_output_file, standard_temp_file): Call it.
15713 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
15714 of $GDB_PARALLEL.
15715 * lib/cache.exp (gdb_do_cache): Call make_gdb_parallel_path.
15716
af061d3e
DE
157172015-08-03 Doug Evans <dje@google.com>
15718
8e1afc81 15719 * gdb.perf/lib/perftest/reporter.py (SUM_FILE_NAME): New global.
af061d3e
DE
15720 (LOG_FILE_NAME): New global.
15721 (TextReporter.__init__): Initialize self.txt_sum.
15722 (TextReporter.report): Add support for multiple data-points.
15723 Move report to perftest.sum, put raw data in perftest.log.
15724 (TextReporter.start): Open sum and log files.
15725 (TextReporter.end): Close sum and log files.
8e1afc81
DE
15726 * gdb.perf/lib/perftest/testresult.py
15727 (SingleStatisticTestResult.record): Handle multiple data-points.
af061d3e 15728
2c8c5d37
PA
157292015-07-31 Pedro Alves <palves@redhat.com>
15730
15731 * gdb.base/attach-pie-misread.exp: Rename $res to $test_spawn_id.
15732 Use spawn_id_get_pid. Wait for spawn id after eof. Use
15733 kill_wait_spawned_process instead of explicit "kill -9".
15734 * gdb.base/attach-pie-noexec.exp: Adjust to spawn_wait_for_attach
15735 returning a spawn id instead of a pid. Use spawn_id_get_pid and
15736 kill_wait_spawned_process.
15737 * gdb.base/attach-twice.exp: Likewise.
15738 * gdb.base/attach.exp: Likewise.
15739 (do_command_attach_tests): Use gdb_spawn_with_cmdline_opts and
15740 gdb_test_multiple.
15741 * gdb.base/solib-overlap.exp: Adjust to spawn_wait_for_attach
15742 returning a spawn id instead of a pid. Use spawn_id_get_pid and
15743 kill_wait_spawned_process.
15744 * gdb.base/valgrind-infcall.exp: Likewise.
15745 * gdb.multi/multi-attach.exp: Likewise.
15746 * gdb.python/py-prompt.exp: Likewise.
15747 * gdb.python/py-sync-interp.exp: Likewise.
15748 * gdb.server/ext-attach.exp: Likewise.
15749 * gdb.threads/attach-into-signal.exp (corefunc): Use
15750 spawn_wait_for_attach, spawn_id_get_pid and
15751 kill_wait_spawned_process.
15752 * gdb.threads/attach-many-short-lived-threads.exp: Adjust to
15753 spawn_wait_for_attach returning a spawn id instead of a pid. Use
15754 spawn_id_get_pid and kill_wait_spawned_process.
15755 * gdb.threads/attach-stopped.exp (corefunc): Use
15756 spawn_wait_for_attach, spawn_id_get_pid and
15757 kill_wait_spawned_process.
15758 * gdb.base/break-interp.exp: Rename $res to $test_spawn_id.
15759 Use spawn_id_get_pid. Wait for spawn id after eof. Use
15760 kill_wait_spawned_process instead of explicit "kill -9".
15761 * lib/gdb.exp (can_spawn_for_attach): Adjust comment.
15762 (kill_wait_spawned_process, spawn_id_get_pid): New procedures.
15763 (spawn_wait_for_attach): Use spawn instead of exec to spawn
15764 processes. Don't map cygwin/windows pids here. Now returns a
15765 spawn id list.
15766
032a0fca
SL
157672015-07-30 Sandra Loosemore <sandra@codesourcery.com>
15768
15769 * gdb.cp/var-tag.exp (do_global_tests): Revert broken commit
15770 4bc4d42859e3b42c79c89295ef39944bdb3e6753 and apply the
15771 correct patch.
15772
61a934ca
SL
157732015-07-30 Sandra Loosemore <sandra@codesourcery.com>
15774
15775 * gdb.arch/ppc64-symtab-cordic.exp: Restrict to ppc64 targets.
15776
4bc4d428
SL
157772015-07-30 Sandra Loosemore <sandra@codesourcery.com>
15778
15779 Reapply:
15780 2014-05-21 Mark Wielaard <mjw@redhat.com>
15781
15782 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
15783
998d452a
PA
157842015-07-30 Pedro Alves <palves@redhat.com>
15785
15786 * linux-low.c (handle_extended_wait): Set the child's last
15787 reported status to TARGET_WAITKIND_STOPPED.
15788
69dde7dc
PA
157892015-07-30 Pedro Alves <palves@redhat.com>
15790
15791 PR threads/18600
15792 * gdb.threads/fork-plus-threads.exp: Test that "info inferiors"
15793 only shows inferior 1.
15794
4dd63d48
PA
157952015-07-30 Simon Marchi <simon.marchi@ericsson.com>
15796 Pedro Alves <palves@redhat.com>
15797
15798 PR threads/18600
15799 * gdb.threads/fork-plus-threads.c: New file.
15800 * gdb.threads/fork-plus-threads.exp: New file.
15801
d618e4c5
PP
158022015-07-29 Patrick Palka <patrick@parcs.ath.cx>
15803
15804 * gdb.base/batch-preserve-term-settings.exp
15805 (test_terminal_settings_preserved_after_cli_exit): Use
15806 send_quit_command.
15807
1eef6428
PA
158082015-07-29 Pedro Alves <palves@redhat.com>
15809 Don Breazeal <donb@codesourcery.com>
15810
15811 * gdb.base/multi-forks.exp (continue_to_exit_bp_loc): Expect
15812 output from both inferior_spawn_id and gdb_spawn_id.
15813
7da5b897
SDJ
158142015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
15815
15816 * gdb.threads/attach-into-signal.exp (corefunc): Use
15817 with_test_prefix on nested loops, uniquefying the test messages.
15818
dac804df
SDJ
158192015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
15820
15821 * gdb.python/py-objfile.exp: Fix typo that snuck in from my last
15822 commit.
15823
06265e53
PP
158242015-07-29 Patrick Palka <patrick@parcs.ath.cx>
15825
15826 * gdb.base/batch-preserve-term-settings.exp (send_quit_command):
15827 New proc.
15828 (test_terminal_settings_preserved_after_sigterm): New test.
15829
18206ca3
PP
158302015-07-29 Patrick Palka <patrick@parcs.ath.cx>
15831
15832 * gdb.base/batch-preserve-term-settings.exp
15833 (test_terminal_settings_preserved_after_cli_exit): New test.
15834
90074d11
PP
158352015-07-29 Patrick Palka <patrick@parcs.ath.cx>
15836
15837 * gdb.base/batch-preserve-term-settings.exp: Remove top-level
15838 manipulation of saved_gdbflags.
15839 (test_terminal_settings_preserved): Remove global declaration of
15840 the unused variable pagination_prompt. Remove manipulation of
15841 saved_gdbflags. Use a local variable EXTRA_GDBFLAGS instead of
15842 GDBFLAGS.
15843
eb1a7902
PA
158442015-07-29 Pedro Alves <palves@redhat.com>
15845
15846 * boards/gdbserver-base.exp: Don't set gdb,noinferiorio.
15847
8b75dd3b
PA
158482015-07-29 Pedro Alves <palves@redhat.com>
15849
15850 * gdb.base/interrupt.exp: Revert back to checking gdb,noinferiorio
15851 at the top.
15852
dedad4e3
PA
158532015-07-29 Pedro Alves <palves@redhat.com>
15854
15855 * gdb.base/call-ar-st.c: Include "../lib/unbuffer_output.c".
15856 (main): Call gdb_unbuffer_output.
15857 * gdb.base/call-rt-st.c: Include "../lib/unbuffer_output.c".
15858 (main): Call gdb_unbuffer_output.
15859 * gdb.base/call-strs.c: Include "../lib/unbuffer_output.c".
15860 (main): Call gdb_unbuffer_output.
15861 * gdb.base/call-strs.exp: Adjust to step over the
15862 gdb_unbuffer_output call.
15863 * gdb.base/catch-gdb-caused-signals.c: Include
15864 "../lib/unbuffer_output.c".
15865 (main): Call gdb_unbuffer_output.
15866 * gdb.base/dprintf.c: Include "../lib/unbuffer_output.c".
15867 (main): Call gdb_unbuffer_output.
15868 * gdb.base/ending-run.c: Include "../lib/unbuffer_output.c".
15869 (main): Call gdb_unbuffer_output.
15870 * gdb.base/run.c: Include "../lib/unbuffer_output.c".
15871 (main): Call gdb_unbuffer_output.
15872 * gdb.base/shlib-call.exp: Adjust to step over the
15873 gdb_unbuffer_output call.
15874 * gdb.base/shmain.c: Include "../lib/unbuffer_output.c".
15875 (main): Call gdb_unbuffer_output.
15876 * gdb.base/sizeof.c: Include "../lib/unbuffer_output.c".
15877 (main): Call gdb_unbuffer_output.
15878 * gdb.base/varargs.c: Include "../lib/unbuffer_output.c".
15879 (main): Rename to ...
15880 (test): ... this.
15881 (main): Reimplement.
15882 * gdb.base/varargs.exp: Run to test instead of to main.
15883 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
15884 (main): Call gdb_unbuffer_output.
15885
58789a91
PA
158862015-07-29 Pedro Alves <palves@redhat.com>
15887
15888 * gdb.mi/mi-dprintf.exp (mi_expect_dprintf): New procedure,
15889 factore out from mi_continue_dprintf. For call-style dprintfs,
15890 expect dprintf output out of $inferior_spawn_id.
15891 (mi_continue_dprintf): Use mi_expect_dprintf.
15892 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
15893 (main): Call gdb_unbuffer_output.
15894
e8376742
PA
158952015-07-29 Pedro Alves <palves@redhat.com>
15896
15897 * lib/mi-support.exp (mi_inferior_spawn_id): Delete.
15898 (default_mi_gdb_start): Set inferior_spawn_id instead of
15899 mi_inferior_spawn_id. If $inferior_spawn_id is not set, set it to
15900 gdb_spawn_id.
15901 (mi_gdb_test): Always expect inferior output from both
15902 $inferior_spawn_id and $gdb_spawn_id.
15903
08280010
PA
159042015-07-29 Pedro Alves <palves@redhat.com>
15905
15906 * gdb.gdb/selftest.exp (test_with_self): Update comment. Use
15907 send_inferior and $inferior_spawn_id.
15908
4d30e432
PA
159092015-07-29 Pedro Alves <palves@redhat.com>
15910
15911 * gdb.gdb/complaints.exp (test_initial_complaints)
15912 (test_serial_complaints, test_short_complaints): Use
15913 gdb_test_stdio.
15914 (test_empty_complaint): Handle $inferior_spawn_id !=
15915 $gdb_spawn_id.
15916
0d30a335
PA
159172015-07-29 Pedro Alves <palves@redhat.com>
15918
15919 * gdb.base/varargs.exp: Use gdb_test_stdio.
15920
39413b29
PA
159212015-07-29 Pedro Alves <palves@redhat.com>
15922
15923 * gdb.base/shlib-call.exp: Use gdb_test_stdio.
15924
7cb000a9
PA
159252015-07-29 Pedro Alves <palves@redhat.com>
15926
15927 * gdb.base/ending-run.exp: Use gdb_test_stdio.
15928
d7b8ac82
PA
159292015-07-29 Pedro Alves <palves@redhat.com>
15930
15931 * gdb.base/call-rt-st.exp (print_struct_call): Split "result"
15932 parameter into two new parameters, "inf_result" and "gdb_result".
15933 Expect inferior output and gdb output from $inferior_spawn_id and
15934 $gdb_spawn_id, respectively. Adjust all callers.
15935
789c3a0c
PA
159362015-07-29 Pedro Alves <palves@redhat.com>
15937
15938 * gdb.base/call-ar-st.exp: Use gdb_test_stdio+multi_line instead
15939 of gdb_test_sequence.
15940
77e760c3
PA
159412015-07-29 Pedro Alves <palves@redhat.com>
15942
15943 * gdb.base/a2-run.exp (saw_usage, saw_exit_wrapper)
15944 (saw_spurious_output): Expect inferior output from
15945 $inferior_spawn_id. Use gdb_test_stdio.
15946
8396d2cd
PA
159472015-07-29 Pedro Alves <palves@redhat.com>
15948
15949 * gdb.base/dprintf.exp: Use standard_testfile. Change
15950 prepare_for_testing call.
15951 (srcfile): Don't set.
15952 (restart): New procedure.
15953 (test_dprintf): New procecure, use to continue over dprintfs.
15954 (test_call, test_agent): New procedures, tests moved here.
15955 Restart gdb and recreate dprintfs. Adjust expected output.
15956
2051d61f
PA
159572015-07-29 Pedro Alves <palves@redhat.com>
15958
15959 * gdb.base/catch-gdb-caused-signals.exp: Use gdb_test_stdio.
15960
452397af
PA
159612015-07-29 Pedro Alves <palves@redhat.com>
15962
15963 * gdb.base/call-strs.exp: Use gdb_test_stdio instead of gdb_test.
15964
8aed9555
PA
159652015-07-29 Pedro Alves <palves@redhat.com>
15966
15967 * gdb.base/sizeof.exp (check_sizeof, check_valueof): Use
15968 gdb_test_stdio.
15969
188a61b4
PA
159702015-07-29 Pedro Alves <palves@redhat.com>
15971
15972 * lib/gdb.exp (gdb_test_stdio): New procedure.
15973
12264a45
PA
159742015-07-29 Pedro Alves <palves@redhat.com>
15975
15976 * gdb.base/restore.exp (restore_tests): Use gdb_continue_to_end.
15977
23ffc893
PA
159782015-07-29 Pedro Alves <palves@redhat.com>
15979
15980 * gdb.base/call-signal-resume.exp: Remove check for
15981 gdb,noinferiorio. Don't expect "no signal". Use gdb_test.
15982 * gdb.base/unwindonsignal.exp: Likewise.
15983 * gdb.base/call-signals.c (gen_signal): Remove printf call.
15984 * gdb.base/unwindonsignal.c (gen_signal): Likewise.
15985
65566918
PA
159862015-07-29 Pedro Alves <palves@redhat.com>
15987
15988 * gdb.base/siginfo-addr.c (pass): New function.
15989 (handler): Call it iff si_addr is correct.
15990 * gdb.base/siginfo-addr.exp: Remove gdb_skip_stdio_test check.
15991 Set a breakpoint at "pass" and continue to it.
15992
d60a9221
SDJ
159932015-07-28 Sergio Durigan Junior <sergiodj@redhat.com>
15994
15995 * gdb.python/py-objfile.exp: Make some tests have unique names.
15996 * gdb.python/py-pp-registration.exp: Likewise.
15997
bde40b8f
PA
159982015-07-28 Pedro Alves <palves@redhat.com>
15999
16000 * gdb.server/server-exec-info.exp: Issue a "disconnect".
16001
13e1dec8
SM
160022015-07-27 Simon Marchi <simon.marchi@ericsson.com>
16003
16004 * gdb.mi/mi-pending.c (thread_func): Replace return with return NULL.
16005
da33c9a7
SM
160062015-07-27 Simon Marchi <simon.marchi@ericsson.com>
16007
16008 * gdb.mi/mi-watch.exp (test_watchpoint_triggering): Remove xfail.
16009
077836f7
PP
160102015-07-27 Patrick Palka <patrick@parcs.ath.cx>
16011
16012 * gdb.base/gdb-sigterm-2.exp: New test.
16013
b8cc7b2e
DE
160142015-07-25 Doug Evans <xdje42@gmail.com>
16015
16016 Revert:
16017 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
16018 (workers/%.worker, build-perf): New rule.
16019 (GDB_PERFTEST_MODE): New variable.
16020 (check-perf): Use it.
16021 (clean): Clean up gdb.perf parallel build subdirs.
16022 * lib/build-piece.exp: New file.
16023 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
16024 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
16025 name.
16026 (standard_temp_file): Ditto.
16027 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
16028 of $GDB_PARALLEL.
16029
c8bd4544
DE
160302015-07-24 Doug Evans <dje@google.com>
16031
16032 * gdb.perf/lib/perftest/utils.py: New file.
16033 * gdb.perf/gm-hello.cc: New file.
16034 * gdb.perf/gm-pervasive-typedef.cc: New file.
16035 * gdb.perf/gm-pervasive-typedef.h: New file.
16036 * gdb.perf/gm-std.cc: New file.
16037 * gdb.perf/gm-std.h: New file.
16038 * gdb.perf/gm-use-cerr.cc: New file.
16039 * gdb.perf/gm-utils.h: New file.
16040 * gdb.perf/gmonster-null-lookup.py: New file.
16041 * gdb.perf/gmonster-pervasive-typedef.py: New file.
16042 * gdb.perf/gmonster-print-cerr.py: New file.
16043 * gdb.perf/gmonster-ptype-string.py: New file.
16044 * gdb.perf/gmonster-runto-main.py: New file.
16045 * gdb.perf/gmonster-select-file.py: New file.
16046 * gdb.perf/gmonster1-null-lookup.exp: New file.
16047 * gdb.perf/gmonster1-pervasive-typedef.exp: New file.
16048 * gdb.perf/gmonster1-print-cerr.exp: New file.
16049 * gdb.perf/gmonster1-ptype-string.exp: New file.
16050 * gdb.perf/gmonster1-runto-main.exp: New file.
16051 * gdb.perf/gmonster1-select-file.exp: New file.
16052 * gdb.perf/gmonster1.cc: New file.
16053 * gdb.perf/gmonster1.exp: New file.
16054 * gdb.perf/gmonster2-null-lookup.exp: New file.
16055 * gdb.perf/gmonster2-pervasive-typedef.exp: New file.
16056 * gdb.perf/gmonster2-print-cerr.exp: New file.
16057 * gdb.perf/gmonster2-ptype-string.exp: New file.
16058 * gdb.perf/gmonster2-runto-main.exp: New file.
16059 * gdb.perf/gmonster2-select-file.exp: New file.
16060 * gdb.perf/gmonster2.cc: New file.
16061 * gdb.perf/gmonster2.exp: New file.
16062
6eab34f3
DE
160632015-07-24 Doug Evans <dje@google.com>
16064
16065 * gdb.perf/README: New file.
16066 * lib/perftest.exp (tcl_string_list_to_python_list): New function.
16067 * lib/gen-perf-test.exp: New file.
16068
63738bfd
DE
160692015-07-24 Doug Evans <dje@google.com>
16070
16071 * lib/perftest.exp (PerfTest::compile): Unconditionally call body.
16072 (PerfTest::startup): New function.
16073 (PerfTest::run): Return result of calling body.
16074 (PerfTest::assemble): Rewrite.
16075 * gdb.perf/backtrace.exp (PerfTest::assemble): Update function result.
16076 * gdb.perf/disassemble.exp (PerfTest::assemble): Ditto.
16077 * gdb.perf/single-step.exp (PerfTest::assemble): Ditto.
16078 * gdb.perf/skip-prologue.exp (PerfTest::assemble): Ditto.
16079 * gdb.perf/solib.exp (PerfTest::assemble): Ditto.
16080
7b606f95
DE
160812015-07-24 Doug Evans <dje@google.com>
16082
16083 * lib/gdb.exp (clean_restart): Make executable optional.
16084
a97b16b8
DE
160852015-07-24 Doug Evans <dje@google.com>
16086
16087 * gdb.base/watchpoint.exp (test_complex_watchpoint): Remove
16088 compiler_info references.
16089 * gdb.cp/temargs.exp: Ditto.
16090 * lib/gdb.exp: Unset compiler_info instead of setting to "unknown".
16091 (get_compiler_info): Early exit if already computed. Set compiler_info
16092 to "unknown" if there was a problem.
16093 (test_compiler_info): Add function comment. Call get_compiler_info.
16094
35baa57f
DE
160952015-07-24 Doug Evans <dje@google.com>
16096
16097 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
16098 (workers/%.worker, build-perf): New rule.
16099 (GDB_PERFTEST_MODE): New variable.
16100 (check-perf): Use it.
16101 (clean): Clean up gdb.perf parallel build subdirs.
16102 * lib/build-piece.exp: New file.
16103 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
16104 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
16105 name.
16106 (standard_temp_file): Ditto.
16107 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
16108 of $GDB_PARALLEL.
16109
6ebea266
DE
161102015-07-24 Doug Evans <dje@google.com>
16111
16112 * lib/future.exp (gdb_default_target_compile): New option
16113 "early_flags".
16114 * lib/gdb.exp (gdb_compile): Undo debian's change in default of
16115 --as-needed.
16116
1e76a7e9
SDJ
161172015-07-24 Sergio Durigan Junior <sergiodj@redhat.com>
16118
16119 * gdb.base/catch-syscall.exp: Call gdb_exit before
16120 gdb_skip_xml_test.
16121
5068630a
PA
161222015-07-24 Pedro Alves <palves@redhat.com>
16123
16124 * gdb.python/py-events.exp: Accept output between the stop event
16125 and the prompt.
16126 * gdb.python/py-evsignal.exp: Likewise.
16127 * gdb.python/py-evthreads.exp: Likewise.
16128
77598427
PA
161292015-07-24 Pedro Alves <palves@redhat.com>
16130
16131 PR gdb/18717
16132 * gdb.threads/non-ldr-exit.c: New file.
16133 * gdb.threads/non-ldr-exit.exp: New file.
16134
11e6c98f
YQ
161352015-07-24 Yao Qi <yao.qi@linaro.org>
16136
16137 * gdb.server/ext-wrapper.exp: Test --wrapper option when
16138 restarting process.
16139
51aee833
YQ
161402015-07-24 Yao Qi <yao.qi@linaro.org>
16141
16142 * gdb.server/ext-restart.exp: New file.
16143
8cfe207c
YQ
161442015-07-24 Yao Qi <yao.qi@linaro.org>
16145
16146 * lib/gdbserver-support.exp (gdbserver_start_extended): Add
16147 argument options.
16148 * gdb.server/ext-wrapper.exp: New file.
16149
cc12ce38
DE
161502015-07-23 Doug Evans <dje@google.com>
16151
16152 * gdb.dwarf2/dw2-dummy-cu.S: New file.
16153 * gdb.dwarf2/dw2-dummy-cu.exp: New file.
16154
d0d84780
PMR
161552015-07-23 Pierre-Marie de Rodat <derodat@adacore.com>
16156
16157 * gdb.ada/var_arr_typedef.exp: New testcase.
16158 * gdb.ada/var_arr_typedef/pack.adb: New file.
16159 * gdb.ada/var_arr_typedef/pack.ads: New file.
16160 * gdb.ada/var_arr_typedef/var_arr_typedef.adb: New file.
16161
8b558f79
JB
161622015-07-20 Joel Brobecker <brobecker@adacore.com>
16163
16164 * gdb.ada/info_exc.exp: Adjust "info exceptions" expected output.
16165
775a3298
JK
161662015-07-16 Jan Kratochvil <jan.kratochvil@redhat.com>
16167
16168 * gdb.arch/i386-biarch-core.exp: Replace istarget
16169 by "complete set gnutarget". Remove expectation for the "core-file"
16170 command.
16171
db1ff28b
JK
161722015-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
16173
16174 Revert the previous commit:
16175 Tests for validate symbol file using build-id.
16176
0a94970d
JK
161772015-07-15 Aleksandar Ristovski <aristovski@qnx.com
16178
16179 Tests for validate symbol file using build-id.
16180 * gdb.base/solib-mismatch-lib.c: New file.
16181 * gdb.base/solib-mismatch-libmod.c: New file.
16182 * gdb.base/solib-mismatch.c: New file.
16183 * gdb.base/solib-mismatch.exp: New file.
16184
03346981
SL
161852015-07-15 Sandra Loosemore <sandra@codesourcery.com>
16186
16187 * gdb.base/sigaltstack.exp (finish_test): Add kfail for
16188 nios2-*-linux*.
16189 * gdb.base/sigbpt.exp (stepi_out): Likewise.
16190 * gdb.base/siginfo.exp: Likewise.
16191 * gdb.base/sigstep.exp (advance, advancei): Likewise.
16192
42422cc7
PL
161932015-07-15 Pierre Langlois <pierre.langlois@arm.com>
16194
16195 * gdb.base/range-stepping.exp (gdb_range_stepping_enabled):
16196 Move it to ...
16197 * lib/range-stepping-support.exp (gdb_range_stepping_enabled):
16198 ... here.
16199 * gdb.trace/range-stepping.exp: Check that the target supports
16200 range stepping.
16201
cfa68bae
JK
162022015-07-14 Jan Kratochvil <jan.kratochvil@redhat.com>
16203
16204 * gdb.arch/i386-biarch-core.exp: Fix comment typo.
16205
8ffdba26
PA
162062015-07-14 Pedro Alves <palves@redhat.com>
16207
16208 * gdb.base/killed-outside.exp: New file.
16209 * gdb.base/killed-outside.c: New file.
16210
218a5a11
JK
162112015-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
16212
16213 * gdb.asm/asm-source.exp (f at main): Stop at gdbasm_enter.
16214 (n at main): New.
16215 * gdb.asm/asmsrc1.s: Add comment "mark: main enter".
16216
e03ed3c6
AA
162172015-07-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
16218
16219 * gdb.base/gnu_vector.exp: On x86 and x86_64 targets, skip the
16220 infcall tests instead of setting up for KFAIL.
16221
485668e5
MM
162222015-07-10 Markus Metzger <markus.t.metzger@intel.com>
16223
16224 * gdb.btrace/record_goto-step.exp: New.
16225
08464196
JK
162262015-07-08 Jan Kratochvil <jan.kratochvil@redhat.com>
16227
16228 PR compile/18484
16229 * gdb.compile/compile.c (struct struct_type): Add volatile to
16230 selffield's type.
16231 * gdb.compile/compile.exp
16232 (compile code struct_object.selffield = &struct_object): Skip further
16233 struct_object tests if this one xfails.
16234
bcf5c1d9
RC
162352015-07-08 Robert O'Callahan <robert@ocallahan.org>
16236
16237 PR exp/18617
16238 * gdb.trace/ax.exp: Add test.
16239
4931af25
YQ
162402015-07-07 Yao Qi <yao.qi@linaro.org>
16241
16242 * gdb.arch/aarch64-atomic-inst.exp: Check is_aarch64_target
16243 instead of istarget "aarch64*-*-*".
16244 * gdb.arch/aarch64-fp.exp: Likewise.
16245 * gdb.base/float.exp: Likewise.
16246 * gdb.reverse/aarch64.exp: Likewise.
16247 * lib/gdb.exp (is_aarch64_target): New proc.
16248
9fcf688e
YQ
162492015-07-07 Yao Qi <yao.qi@linaro.org>
16250
16251 * lib/gdb.exp (is_aarch32_target): New proc.
16252 * gdb.arch/arm-bl-branch-dest.exp: Check is_aarch32_target
16253 instead of "istarget "arm*-*-*"".
16254 * gdb.arch/arm-disp-step.exp: Likewise.
16255 * gdb.arch/thumb-bx-pc.exp: Likewise.
16256 * gdb.arch/thumb-prologue.exp: Likewise.
16257 * gdb.arch/thumb-singlestep.exp: Likewise.
16258 * gdb.base/disp-step-syscall.exp: Likewise.
16259 * gdb.base/float.exp: Likewise.
16260
fbd8d50d
YQ
162612015-07-07 Yao Qi <yao.qi@linaro.org>
16262
16263 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch):
16264 Set arch1, arch2, syscall1_name, syscall2_name and syscall_number.
16265
71be1fdc
YQ
162662015-07-07 Yao Qi <yao.qi@linaro.org>
16267
16268 * gdb.multi/multi-arch-exec.exp: Set march1 and march2 to "" if target
16269 is aarch64. If target is aarch64, set compiler=${ARM_CC_FOR_TARGET}
16270 if it exists.
16271 * gdb.multi/multi-arch.exp: Likewise.
16272
3e221d36
SM
162732015-07-07 Simon Marchi <simon.marchi@ericsson.com>
16274
16275 * gdb.python/py-lazy-string.exp: Add missing parentheses to
16276 print.
16277
d441430b
YQ
162782015-07-07 Yao Qi <yao.qi@linaro.org>
16279
16280 * gdb.arch/thumb-singlestep.exp: Do one more single step.
16281
06f810bd
MG
162822015-06-30 Martin Galvan <martin.galvan@tallertechnologies.com>
16283
16284 * lib/gdb.exp (test_class_help): Remove the unneeded escaping of
16285 '[' and ']' characters.
16286
5e61e7c0
IB
162872015-06-30 Iain Buclaw <ibuclaw@gdcproject.org>
16288
16289 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
16290
28bf096c
PA
162912015-06-29 Pedro Alves <palves@redhat.com>
16292
16293 PR threads/18127
16294 * gdb.threads/hand-call-new-thread.c: New file.
16295 * gdb.threads/hand-call-new-thread.c: New file.
16296
ee93cd5e
KS
162972015-06-26 Keith Seitz <keiths@redhat.com>
16298 Doug Evans <dje@google.com>
16299
16300 PR 16253
16301 * gdb.cp/var-tag-2.cc: New file.
16302 * gdb.cp/var-tag-3.cc: New file.
16303 * gdb.cp/var-tag-4.cc: New file.
16304 * gdb.cp/var-tag.cc: New file.
16305 * gdb.cp/var-tag.exp: New file.
16306
fc637f04
PP
163072015-06-26 Patrick Palka <patrick@parcs.ath.cx>
16308
16309 * gdb.base/history-duplicates.exp: New test.
16310
2e52ae68
PP
163112015-06-26 Patrick Palka <patrick@parcs.ath.cx>
16312
16313 * gdb.base/completion.exp: Test the completion of the "focus"
16314 command.
16315
6e22494e
JK
163162015-06-26 Jan Kratochvil <jan.kratochvil@redhat.com>
16317
16318 * gdb.arch/amd64-prologue-skip.S: New file.
16319 * gdb.arch/amd64-prologue-skip.exp: New file.
16320
bf7b9cd9
SM
163212015-06-25 Simon Marchi <simon.marchi@ericsson.com>
16322
16323 * gdb.python/py-prettyprint.exp (run_lang_tests): Add
16324 is_address_zero_readable check.
16325
201e8dfd
PB
163262015-06-24 Peter Bergner <bergner@vnet.ibm.com>
16327
16328 * gdb.arch/powerpc-power.exp <rfebb>: Fixup test results.
16329 * gdb.arch/powerpc-power.s <rfebb>: Likewise.
16330
5cd867b4
YQ
163312015-06-24 Yao Qi <yao.qi@linaro.org>
16332
16333 * lib/gdb.exp (supports_get_siginfo_type): Return 1 for all
16334 linux targets.
16335
4d7be007
YQ
163362015-06-24 Yao Qi <yao.qi@linaro.org>
16337
16338 * lib/gdb.exp (supports_get_siginfo_type): New proc.
16339 * gdb.base/siginfo-obj.exp: Invoke supports_get_siginfo_type.
16340 * gdb.base/siginfo-thread.exp: Likewise.
16341
07fcd301
YQ
163422015-06-22 Yao Qi <yao.qi@linaro.org>
16343
16344 * boards/remote-gdbserver-on-localhost.exp: Add comments.
16345
52042a00
YQ
163462015-06-22 Yao Qi <yao.qi@linaro.org>
16347
16348 * lib/gdb.exp (skip_hw_breakpoint_tests): Return 0 for target
16349 aarch64*-*-*.
16350 (skip_hw_watchpoint_tests): Likewise.
16351
74bd41ce
PP
163522015-06-18 Patrick Palka <patrick@parcs.ath.cx>
16353
16354 * gdb.base/gdbinit-history.exp: Test the interaction between
16355 setting GDBHISTSIZE and setting the history size via .gdbinit.
16356
bc460514
PP
163572015-06-17 Patrick Palka <patrick@parcs.ath.cx>
16358
16359 PR gdb/16999
16360 * gdb.base/gdbhistsize-history.exp: New test.
16361
b58c513b
PP
163622015-06-17 Patrick Palka <patrick@parcs.ath.cx>
16363
16364 * gdb.base/gdbinit-history.exp: Replace occurrences of HISTSIZE
16365 with GDBHISTSIZE.
16366 * gdb.base/readline.exp: Likewise.
16367
92046791
YQ
163682015-06-17 Yao Qi <yao.qi@linaro.org>
16369
16370 * lib/gdb.exp (get_build_id): Move braces and "else" to the same
16371 line.
16372
2093d2d3
PP
163732015-06-17 Patrick Palka <patrick@parcs.ath.cx>
16374
16375 * gdb.base/gdbinit-history.exp: Add test case to check that
16376 an unlimited history file does not get truncated on exit.
16377
e6c693af
AA
163782015-06-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
16379
16380 * gdb.base/gnu_vector.c: Include stdarg.h and stdio.h.
16381 (VECTOR): New macro. Use it...
16382 (int4, uint4, char4, float4, int2, longlong2, float2, double2):
16383 ...for these typedefs.
16384 (int8, char1, int1, double1): New typedefs.
16385 (struct just_int2, struct two_int2): New structures.
16386 (add_some_intvecs, add_many_charvecs, add_various_floatvecs)
16387 (add_structvecs, add_singlevecs): New functions.
16388 (main): Call add_some_intvecs twice.
16389 * gdb.base/gnu_vector.exp: Drop GCC version check; just attempt
16390 the compile and exit upon failure. Try compiling for the "native"
16391 architecture. Test inferior function calls with vector arguments
16392 and vector return value handling with "finish" and "return".
16393
c74f7d1c
JT
163942015-06-10 Jon Turney <jon.turney@dronecode.org.uk>
16395
16396 * gdb.base/sepdebug.exp: Add EXEEXT where needed.
16397 * lib/gdb.exp (get_build_id): Teach how to extract build-id from a
16398 PE file.
16399 * lib/future.exp (gdb_find_objdump): Add gdb_find_objdump.
16400
98aa42ee
AT
164012015-06-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
16402
16403 PR breakpoints/16465
16404 * gdb.mi/mi-dprintf-pending.c: New file.
16405 * gdb.mi/mi-dprintf-pending.exp: New test.
16406 * gdb.mi/mi-dprintf-pendshr.c: New file.
16407
7d73c23c 164082015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
72f4393d 16409 Mircea Gherzan <mircea.gherzan@intel.com>
7d73c23c
WT
16410
16411 * gdb.arch/i386-mpx-map.c: New file.
16412 * gdb.arch/i386-mpx-map.exp: New File.
16413
164142015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
16415
16416 * gdb.arch/i386-mpx.c (have_mpx): Indentation fixed.
16417 * gdb.arch/i386-mpx.exp: Indentation fixed.
16418
164192015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
16420
16421 * gdb.arch/i386-mpx.c: Added final return to the have_mpx
16422 function and improved indentation.
16423 * gdb.arch/i386-mpx.exp: Exchanging gdb_send and gdb_expect for
16424 gdb_test_multiple. Added additional tests to skip the test.
16425
164262015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
16427
16428 * gdb.arch/i386-avx512.c: Change path in include file.
16429 * gdb.arch/i386-avx512.exp: Change include dir path
16430 compilation flag.
16431 * gdb.arch/i386-mpx.c: Change path in include file.
16432 * gdb.arch/i386-mpx.exp: Change include dir path compilation
16433 flag.
16434
d5eba19a
JK
164352015-06-04 Jan Kratochvil <jan.kratochvil@redhat.com>
16436
16437 * gdb.compile/compile-print.exp (compile print *vararray@3)
16438 (compile print *vararrayp@3): Change xfail to kfail compile/18489.
16439
7f361056
JK
164402015-06-03 Jan Kratochvil <jan.kratochvil@redhat.com>
16441
16442 * gdb.compile/compile.exp (keep jit in memory): Rename to ...
16443 (do not keep jit in memory): ... this.
16444 (expect 5): Change it to ...
16445 (expect no 5): ... this.
16446
3b462ec2
SM
164472015-06-02 Simon Marchi <simon.marchi@ericsson.com>
16448
16449 PR gdb/15564
16450 * gdb.mi/mi-detach.exp: New file.
16451
e0619de6
JK
164522015-06-01 Jan Kratochvil <jan.kratochvil@redhat.com>
16453
16454 PR symtab/18392
16455 * gdb.arch/amd64-tailcall-self.S: New file.
16456 * gdb.arch/amd64-tailcall-self.c: New file.
16457 * gdb.arch/amd64-tailcall-self.exp: New file.
16458
e970cb34
DB
164592015-05-28 Don Breazeal <donb@codesourcery.com>
16460
16461 * gdb.base/foll-vfork.exp (main): Disable exec-dependent
16462 tests for remote targets by checking is_target_gdbserver.
16463
b2e2f908
DE
164642015-05-27 Doug Evans <dje@google.com>
16465
16466 * gdb.dwarf2/opaque-type-lookup-2.c: New file.
16467 * gdb.dwarf2/opaque-type-lookup.c: New file.
16468 * gdb.dwarf2/opaque-type-lookup.exp: New file.
16469
82c7be31
DE
164702015-05-26 Doug Evans <dje@google.com>
16471
16472 * gdb.cp/iostream.cc: New file.
16473 * gdb.cp/iostream.exp: New file.
16474
b4f54984
DE
164752015-05-26 Doug Evans <dje@google.com>
16476
16477 * gdb.dwarf2/dw2-op-call.exp: Update.
16478 * gdb.dwarf2/dw4-sig-types.exp: Update.
16479 * gdb.dwarf2/implptr.exp: Update.
16480 * gdb.mi/mi-cmd-param-changed.exp: Update.
16481
4ea6efe9
DE
164822015-05-26 Doug Evans <dje@google.com>
16483
16484 * gdb.python/py-lazy-string.c: New file.
16485 * gdb.python/py-lazy-string.exp: New file.
16486 * gdb.python/py-prettyprint.c (lazystring) <len>: New member.
16487 (main): Update. Add estring3.
16488 * gdb.python/py-prettyprint.exp: Add tests for strings at address 0.
16489 * gdb.python/py-prettyprint.py (pp_ls): Handle length.
16490
f6bb7db3
YQ
164912015-05-26 Omair Javaid <omair.javaid@linaro.org>
16492 Yao Qi <yao.qi@linaro.org>
16493
16494 * gdb.reverse/aarch64.c: New.
16495 * gdb.reverse/aarch64.exp: New.
16496
a81bfbd0
OJ
164972015-05-26 Omair Javaid <omair.javaid@linaro.org>
16498
25d49b86
PA
16499 * lib/gdb.exp (supports_process_record): Return true for
16500 aarch64*-linux*.
a81bfbd0
OJ
16501 (supports_reverse): Likewise.
16502
158bf1b4
PP
165032015-05-22 Patrick Palka <patrick@parcs.ath.cx>
16504
16505 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
16506 Use with_test_prefix.
16507
a0145030
AB
165082015-05-21 Andrew Burgess <andrew.burgess@embecosm.com>
16509
16510 * gdb.base/completion.exp: Add test for completion of layout
16511 names.
16512
ebe3b578
AB
165132015-05-20 Andrew Burgess <andrew.burgess@embecosm.com>
16514
16515 * lib/gdb.exp (skip_tui_tests): New proc.
16516 * gdb.base/tui-layout.exp: Check skip_tui_tests.
16517
84204ed7
PA
165182015-05-19 Pedro Alves <palves@redhat.com>
16519
16520 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
16521 Save the whole env array instead of just HOME. Unset HISTSIZE in
16522 the environment while testing. Restore whole environment
16523 afterwards.
16524
37442ce1
DE
165252015-05-16 Doug Evans <xdje42@gmail.com>
16526
16527 * gdb.guile/scm-ports.c: New file.
16528 * gdb.guile/scm-ports.exp: Add memory port tests.
16529
36de76f9
JK
165302015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
16531
16532 * gdb.compile/compile-print.c: New file.
16533 * gdb.compile/compile-print.exp: New file.
16534
3a9558c4
JK
165352015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
16536
16537 * gdb.compile/compile-ops.exp: Cast param to void.
16538 * gdb.compile/compile.exp: Complete type for _gdb_expr.
16539 (compile code struct_object.selffield = &struct_object): Add xfail.
16540
aa715135
JG
165412015-05-15 Joel Brobecker <brobecker@adacore.com>
16542
16543 * gdb.ada/arr_enum_with_gap: New testcase.
16544
931e5bc3
JG
165452015-05-15 Joel Brobecker <brobecker@adacore.com>
16546
16547 * gdb.ada/byte_packed_arr: New testcase.
16548
9cd4d857
JB
165492015-05-15 Joel Brobecker <brobecker@adacore.com>
16550
16551 * gdb.ada/pckd_neg: New testcase.
16552
ebfd00d2
PP
165532015-05-13 Patrick Palka <patrick@parcs.ath.cx>
16554
16555 PR gdb/17820
16556 * gdb.base/gdbinit-history.exp: New test.
16557 * gdb.base/gdbinit-history/unlimited/.gdbinit: New file.
16558 * gdb.base/gdbinit-history/zero/.gdbinit: New file.
16559
4c082a81
SC
165602015-05-09 Siva Chandra Reddy <sivachandra@google.com>
16561
16562 * gdb.python/py-xmethods.cc: Enhance test case.
16563 * gdb.python/py-xmethods.exp: New tests.
16564 * gdb.python/py-xmethods.py (A_indexoper): New xmethod worker
16565 function.
16566 (B_indexoper): Likewise.
16567 (global_dm_list) : Add new xmethod worker functions.
16568
f7797074
SDJ
165692015-05-08 Sergio Durigan Junior <sergiodj@redhat.com>
16570
16571 * gdb.base/coredump-filter.exp: Correctly unset
16572 "coredump_var_addr" array.
16573
a4674e4e
PA
165742015-05-08 Pedro Alves <palves@redhat.com>
16575
16576 * gdb.server/non-existing-program.exp: Unset spawn_id.
16577
df2eb078
SC
165782015-05-08 Siva Chandra Reddy <sivachandra@google.com>
16579
16580 PR python/18291
16581 * gdb.python/py-xmethods.exp: Add tests.
16582
422349a3
YQ
165832015-05-08 Yao Qi <yao.qi@linaro.org>
16584
16585 PR gdb/18208
16586 * gdb.base/coredump-filter.c (set_coredump_filter): New function.
16587 * gdb.base/coredump-filter.exp (do_save_core): Call inferior
16588 function set_coredump_filter, and remove remote_exec call.
16589 Remove argument ipid. Callers update.
16590 (top level): Don't get inferior's PID.
16591
63fc80ce
AA
165922015-05-08 Andreas Arnez <arnez@linux.vnet.ibm.com>
16593
16594 * gdb.base/watch_thread_num.exp: Skip test on targets without
16595 access watchpoints.
16596
80ad801e
PA
165972015-05-06 Pedro Alves <palves@redhat.com>
16598
16599 PR server/18081
16600 * gdb.server/non-existing-program.exp: New file.
16601
0fa7fe50
JB
166022015-05-05 Joel Brobecker <brobecker@adacore.com>
16603
16604 * gdb.ada/out_of_line_in_inlined.exp: Add run and "bt" tests.
16605
3ea89b92
PMR
166062015-05-05 Joel Brobecker <brobecker@adacore.com>
16607
16608 * gdb.ada/out_of_line_in_inlined: New testcase.
16609
87b8eff0
JB
166102015-05-05 Joel Brobecker <brobecker@adacore.com>
16611
16612 * gdb.ada/var_rec_arr: New testcase.
16613
5fccc635
YQ
166142015-04-30 Yao Qi <yao.qi@linaro.org>
16615
16616 * gdb.base/break-idempotent.exp: If
16617 skip_hw_watchpoint_multi_tests returns true, skip the tests
16618 on "rwatch" and "awatch".
16619
42d38f42
YQ
166202015-04-30 Yao Qi <yao.qi@linaro.org>
16621
16622 * gdb.base/relativedebug.exp: Invoke gdb command
16623 "info sharedlibrary", and if libc.so doesn't have debug info,
16624 skip the test.
16625
2ce1cdbf
DE
166262015-04-29 Doug Evans <dje@google.com>
16627
16628 * gdb.python/py-xmethods.exp: Add ptype tests.
16629 * gdb.python/py-xmethods.py (E_method_char_worker): Add
16630 get_result_type method.
16631
f24a38c5
LM
166322015-04-29 Luis Machado <lgustavo@codesourcery.com>
16633
16634 * gdb.base/watch-bitfields.exp: Switch to software watchpoints if
16635 the target does not support hardware watchpoints.
16636
ecbf2b3c
LM
166372015-04-29 Luis Machado <lgustavo@codesourcery.com>
16638
16639 * gdb.base/break-always.exp: Abort testing if writing to memory
16640 causes an error.
16641
34f5f757
DE
166422015-04-28 Doug Evans <dje@google.com>
16643
16644 * gdb.python/py-pp-maint.py: Move "replace" testing to ...
16645 * gdb.python/py-pp-registration.exp: ... here. New file.
16646 * gdb.python/py-pp-registration.c: New file.
16647 * gdb.python/py-pp-registration.py: New file.
16648
69b4374a
DE
166492015-04-28 Doug Evans <dje@google.com>
16650
16651 * gdb.python/py-bad-printers.c: New file.
16652 * gdb.python/py-bad-printers.py: New file.
16653 * gdb.python/py-bad-printers.exp: New file.
16654
59fb7612
SS
166552015-04-28 Sasha Smundak <asmundak@google.com>
16656
16657 * gdb.python/py-type.exp: New test.
16658
2631b16a
AW
166592015-04-28 Andy Wingo <wingo@igalia.com>
16660
16661 * gdb.python/py-parameter.exp:
16662 * gdb.guile/scm-parameter.exp: Escape the path that we are
16663 matching against, as it might contain characters that are special
16664 to regular expressions.
16665
460efde1
JB
166662015-04-27 Joel Brobecker <brobecker@adacore.com>
16667
16668 * gdb.ada/rec_comp: New testcase.
16669
2d369d8e
SDJ
166702015-04-26 Sergio Durigan Junior <sergiodj@redhat.com>
16671
16672 * gdb.base/coredump-filter.exp: Clear variable "coredump_var_addr"
16673 before using it.
16674
cf75d6c3
AB
166752015-04-24 Andrew Burgess <andrew.burgess@embecosm.com>
16676
16677 * gdb.base/dump.exp: Add *.verilog files to all_files list. Add
16678 new tests for verilog output.
16679
8dbe7ca5
YQ
166802015-04-24 Yao Qi <yao.qi@linaro.org>
16681
16682 * boards/remote-gdbserver-on-localhost.exp: New file.
16683
4ef9fb2f
PA
166842015-04-23 Pedro Alves <palves@redhat.com>
16685
16686 * gdb.base/interrupt.exp: Use an indirect spawn id list holding
16687 $inferior_spawn_id instead of $inferior_spawn_id directly. On
16688 "end of file", remove $inferior_spawn_id from the indirect list.
16689
0a803169
PA
166902015-04-23 Pedro Alves <palves@redhat.com>
16691
16692 * gdb.base/interrupt.exp: Rename saw_eof to saw_end_of_file.
16693
749ef8f8
PA
166942015-04-23 Pedro Alves <palves@redhat.com>
16695
16696 * lib/gdb.exp (gdb_test_multiple): Match eof/full_buffer/timeout
16697 on $any_spawn_id instead of only on $gdb_spawn_id.
16698
8aae4344
PM
166992015-04-21 Pierre Muller <muller@sourceware.org>
16700
16701 PR pascal/17815
16702 * lib/pascal.exp (gpc_compile): Add new option "class".
16703 (fpc_compile): Likewise.
16704 * gdb.pascal/case-insensitive-symbols.pas: New file.
16705 * gdb.pascal/case-insensitive-symbols.exp: New file.
16706
1586c8fb
GB
167072015-04-20 Gary Benson <gbenson@redhat.com>
16708
16709 * gdb.base/attach.exp: Fix three extended remote failures.
16710
1b6e6f5c
GB
167112015-04-17 Gary Benson <gbenson@redhat.com>
16712
16713 * gdb.server/server-exec-info.exp: Inhibit GDB from accessing
16714 the main executable over the remote protocol.
16715
e797481d
PA
167162015-04-16 Pedro Alves <palves@redhat.com>
16717
16718 * boards/native-extended-gdbserver.exp (mi_gdb_start): Don't start
16719 a new gdbserver if gdbserver_reconnect_p is set.
16720
1ca99c42
PA
167212015-04-16 Pedro Alves <palves@redhat.com>
16722
16723 * lib/gdbserver-support.exp (gdb_exit): If gdbserver_reconnect_p
16724 is set, don't exit gdbserver.
16725
af9fd6f8
AA
167262015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
16727
16728 * gdb.arch/s390-vregs.S (change_vrs): Replace exrl by an
16729 appropriate .insn, such that an older assembler can be used.
16730 * gdb.arch/s390-vregs.exp: Add the compile flag -mzarch, to enable
16731 the z/Architecture instruction set on 31-bit targets as well.
16732
04ff1e61
AA
167332015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
16734
16735 * gdb.go/handcall.exp: Remove all logic related to the first
16736 breakpoint and rely on go_runto_main instead.
16737 * gdb.go/strings.exp: Likewise.
16738 * gdb.go/unsafe.exp: Likewise.
16739 * gdb.go/hello.exp: Likewise. Also rename the remaining
16740 breakpoint marker to "breakpoint 1".
16741 * gdb.go/handcall.go: Remove comment "set breakpoint 1 here".
16742 * gdb.go/strings.go: Likewise.
16743 * gdb.go/unsafe.go: Likewise.
16744 * gdb.go/hello.go: Likewise. Also remove the second occurrence of
16745 "set breakpoint 2 here" and rename the remaining breakpoint marker
16746 to "breakpoint 1".
16747
40d2f8d6
SM
167482015-04-15 Simon Marchi <simon.marchi@ericsson.com>
16749
16750 * gdb.python/py-framefilter.py (ErrorFilter.filter): Use map function
16751 if itertools.imap is not present.
16752 * gdb.python/py-objfile.exp: Add parentheses.
16753 * gdb.python/py-type.exp: Same.
16754 * gdb.python/py-unwind-maint.py: Same.
16755
8cbc97c6
YQ
167562015-04-15 Yao Qi <yao.qi@linaro.org>
16757
16758 * gdb.dwarf2/dynarr-ptr.exp (assemble): Use $ptr_size instead
16759 of ":$ptr_size" and set its form explicitly.
16760
45fd756c
YQ
167612015-04-15 Pedro Alves <palves@redhat.com>
16762 Yao Qi <yao.qi@linaro.org>
16763
16764 * gdb.base/watch-bitfields.exp (test_watch_location): Increase
16765 timeout by factor of 4.
16766 (test_regular_watch): Likewise.
16767 * gdb.base/watchpoint-solib.exp: Use with_timeout_factor.
16768 * gdb.reverse/sigall-reverse.exp: Likewise.
16769 * gdb.reverse/until-precsave.exp: Likewise.
16770 * lib/gdb.exp (with_timeout_factor): New proc.
16771 (gdb_expect): Move some code to ...
16772 (get_largest_timeout): ... here. New procedure.
16773
9e811bc3
LM
167742015-04-14 Luis Machado <lgustavo@codesourcery.com>
16775
16776 * gdb.base/bp-permanent.exp (test): Reinstate correct test message.
16777
0ff6fcb2
LM
167782015-04-13 Luis Machado <lgustavo@codesourcery.com>
16779
16780 * gdb.base/bp-permanent.exp (test): Handle the case of being unable
16781 to write to the .text section.
16782
7578d5f7
LM
167832015-04-13 Luis Machado <lgustavo@codesourcery.com>
16784
16785 * gdb.base/coredump-filter.exp: Restrict test to Linux systems only.
16786 Handle the case of targets that do not provide PID information.
16787
2efe15c4
YQ
167882015-04-13 Yao Qi <yao.qi@linaro.org>
16789
16790 * lib/gdbserver-support.exp (gdb_exit): Catch exception
16791 and use expect instead of gdb_expect.
16792
8cd8f2f8
SDJ
167932015-04-13 Sergio Durigan Junior <sergiodj@redhat.com>
16794
16795 * gdb.base/coredump-filter.exp: Rename variable "addr" to
16796 "coredump_var_addr" to avoid naming conflict with other testcases.
16797
9ee41772
PA
167982015-04-10 Pedro Alves <palves@redhat.com>
16799
16800 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp: Use
16801 gdb_test_sequence and gdb_assert.
16802
07473109
PA
168032015-04-10 Pedro Alves <palves@redhat.com>
16804
16805 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Use
16806 test messages that don't include the breakpoint address.
16807
de3db44c
YQ
168082015-04-10 Yao Qi <yao.qi@linaro.org>
16809
16810 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): Return
16811 false for some offset and width combinations which aren't
16812 supported by linux kernel.
16813
c79d856c
PA
168142015-04-10 Pedro Alves <palves@redhat.com>
16815
16816 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): New
16817 procedure, factored out from ...
16818 (top level): ... here. Add "set displaced-stepping" testing axis.
16819 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): New
16820 parameter "displaced". Use it.
16821 (top level): Use foreach and add "set displaced-stepping" testing
16822 axis.
16823
ebc90b50
PA
168242015-04-10 Pedro Alves <palves@redhat.com>
16825
16826 * gdb.threads/step-over-trips-on-watchpoint.c (child_function):
16827 Remove comment.
16828 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Find
16829 both the address of the instruction that triggers the watchpoint
16830 and the address of the instruction immediately after, and use
16831 those addresses for the test. Fix comment.
16832
8f572e5c
PA
168332015-04-10 Pedro Alves <palves@redhat.com>
16834
16835 * gdb.base/sigstep.exp (breakpoint_to_handler)
16836 (breakpoint_to_handler_entry): New parameter 'displaced'. Use it.
16837 Test "backtrace" in handler.
16838 (breakpoint_over_handler): New parameter 'displaced'. Use it.
16839 (top level): Add new "displaced" test axis to
16840 breakpoint_to_handler, breakpoint_to_handler_entry and
16841 breakpoint_over_handler.
16842
8d707a12
PA
168432015-04-10 Pedro Alves <palves@redhat.com>
16844
16845 PR gdb/18216
16846 * gdb.threads/multiple-step-overs.exp: Remove expected eof.
16847
ef713951
YQ
168482015-04-10 Yao Qi <yao.qi@linaro.org>
16849
16850 * gdb.arch/arm-disp-step.S (main): Call test_add_rn_pc.
16851 (test_add_rn_pc): New function.
16852 * gdb.arch/arm-disp-step.exp (test_add_rn_pc): New proc.
16853 (top level): Invoke test_add_rn_pc.
16854
906d60cf
PA
168552015-04-10 Pedro Alves <palves@redhat.com>
16856
16857 PR gdb/13858
16858 * gdb.base/step-over-no-symbols.exp: New file.
16859
f2983cc3
AW
168602015-04-09 Andy Wingo <wingo@igalia.com>
16861
16862 * gdb.guile/scm-frame.exp: Add frame-read-register tests, modelled
16863 after the Python tests.
16864
6d62641c
SDJ
168652015-04-08 Keith Seitz <keiths@redhat.com>
16866
16867 PR python/16699
16868 * gdb.python/py-completion.exp: New tests for completion.
16869 * gdb.python/py-completion.py (CompleteLimit1): New class.
16870 (CompleteLimit2): Likewise.
16871 (CompleteLimit3): Likewise.
16872 (CompleteLimit4): Likewise.
16873 (CompleteLimit5): Likewise.
16874 (CompleteLimit6): Likewise.
16875 (CompleteLimit7): Likewise.
16876
f3770638
PA
168772015-04-08 Pedro Alves <palves@redhat.com>
16878
16879 PR gdb/18214
16880 PR gdb/18216
16881 * gdb.threads/multiple-step-overs.c (sigusr1_handler): New
16882 function.
16883 (main): Install it as SIGUSR1 handler.
16884 * gdb.threads/multiple-step-overs.exp (setup): Remove 'prefix'
16885 parameter. Always use "setup" as prefix. Toggle "set
16886 displaced-stepping" off/on depending on global. Don't switch to
16887 thread 1 here.
16888 (top level): Add displaced stepping "off/on" test axis. Update
16889 "setup" calls. Wrap each subtest with with_test_prefix. Test
16890 continuing with a queued signal in each thread.
16891
4496bed7
PA
168922015-04-08 Pedro Alves <palves@redhat.com>
16893
16894 * gdb.trace/actions.exp: Use gdb_load before gdb_run_cmd.
16895 * gdb.trace/infotrace.exp: Use gdb_load before gdb_run_cmd. Use
16896 gdb_breakpoint instead of gdb_test that doesn't expect anything.
16897 Return early if running to main fails.
16898 * gdb.trace/while-stepping.exp: Likewise.
16899
b97fde92
PA
169002015-04-07 Pedro Alves <palves@redhat.com>
16901
16902 * gdb.base/interrupt.exp: Don't skip if $inferior_spawn_id !=
16903 $gdb_spawn_id. Use send_inferior and $inferior_spawn_id to
16904 interact with inferior program.
16905
f71c18e7
PA
169062015-04-07 Pedro Alves <palves@redhat.com>
16907
16908 * lib/gdb.exp (inferior_spawn_id): New global.
16909 (gdb_test_multiple): Handle "-i". Reset the spawn id to GDB's
16910 spawn id after processing the user code.
16911 (default_gdb_start): Set inferior_spawn_id.
16912 (send_inferior): New procedure.
16913 * lib/gdbserver-support.exp (gdbserver_start): Set
16914 inferior_spawn_id.
16915 (close_gdbserver, gdb_exit): Unset inferior_spawn_id.
16916
6423214f
PA
169172015-04-07 Pedro Alves <palves@redhat.com>
16918
16919 * lib/gdb.exp (gdb_finish): Delete persistent gdbserver handling.
16920 * lib/gdbserver-support.exp (gdbserver_start): Make
16921 $server_spawn_id global.
16922 (gdbserver_start): Don't wait for gdbserver's spawn id with
16923 expect_background.
16924 (close_gdbserver): New procedure.
16925 (gdb_exit): Rename the default version and reimplement.
16926
71c0ee8c
PA
169272015-04-07 Pedro Alves <palves@redhat.com>
16928
72f4393d 16929 * lib/gdb.exp (gdb_test_multiple): When processing an argument,
71c0ee8c
PA
16930 append the substituted item, not the original item.
16931
203bc29b
PA
169322015-04-07 Pedro Alves <palves@redhat.com>
16933
16934 * gdb.base/interrupt.exp: Use gdb_test_multiple instead of
16935 gdb_expect.
16936
508a3ddf
PA
169372015-04-07 Pedro Alves <palves@redhat.com>
16938
16939 * gdb.base/interrupt.exp: Don't handle the case of the inferior
16940 output appearing once only.
16941
9f6dbe2b
PA
169422015-04-07 Pedro Alves <palves@redhat.com>
16943
16944 * gdb.trace/actions.exp: Use gdb_breakpoint instead of gdb_test
16945 that doesn't expect anything. Return early if running to main
16946 fails.
16947
337532fa
YQ
169482015-04-07 Yao Qi <yao.qi@linaro.org>
16949
16950 * gdb.threads/non-stop-fair-events.c (SECONDS): New macro.
16951 (child_function): Call alarm.
16952 (main): Move call to alarm into the loop.
16953 * gdb.threads/non-stop-fair-events.exp: Build program with
16954 -DTIMEOUT=$timeout.
16955
01b622d4
DE
169562015-04-06 Doug Evans <xdje42@gmail.com>
16957
16958 * lib/pascal.exp (gpc_compile): Rename dest arg to destfile.
16959 Fix dest parameter to board_info.
16960 (fpc_compile): Ditto.
16961 (gdb_compile_pascal): Rename dest arg to destfile.
16962
961f4160
PMR
169632015-04-03 Pierre-Marie de Rodat <derodat@adacore.com>
16964
16965 * gdb.ada/funcall_ref.exp: New file.
16966 * gdb.ada/funcall_ref/foo.adb: New file.
16967
cafda597
YQ
169682015-04-02 Yao Qi <yao.qi@linaro.org>
16969
16970 * gdb.threads/no-unwaited-for-left.exp: Set up kfail if target
16971 is remote.
16972
fed040c6
GB
169732015-04-02 Gary Benson <gbenson@redhat.com>
16974
16975 * gdb.base/break-probes.exp: Cope with "target:" sysroot.
16976
d11916aa
SS
169772015-04-01 Sasha Smundak <asmundak@google.com>
16978
16979 * gdb.python/py-unwind-maint.c: New file.
16980 * gdb.python/py-unwind-maint.exp: New test.
16981 * gdb.python/py-unwind-maint.py: New file.
16982 * gdb.python/py-unwind.c: New file.
16983 * gdb.python/py-unwind.exp: New test.
16984 * gdb.python/py-unwind.py: New test.
16985
a1471180
PA
169862015-04-01 Pedro Alves <palves@redhat.com>
16987
16988 * gdb.threads/manythreads.exp (interrupt_and_wait): Pass $message
16989 to fail instead of non-existent $test.
16990
0bbeccb1
PA
169912015-04-01 Pedro Alves <palves@redhat.com>
16992
16993 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): Append space to
16994 GDBFLAGS if not empty.
16995
3c724c8c
PMR
169962015-04-01 Pierre-Marie de Rodat <derodat@adacore.com>
16997
16998 * gdb.ada/complete.exp: Remove "multi_line".
16999 * gdb.ada/info_exc.exp: Remove "multi_line".
17000 * gdb.ada/packed_tagged.exp: Remove "multi_line".
17001 * gdb.ada/ptype_field.exp: Remove "multi_line".
17002 * gdb.ada/sym_print_name.exp: Remove "multi_line".
17003 * gdb.ada/tagged.exp: Remove "multi_line".
17004 * gdb.btrace/buffer-size.exp: Replace [join [list ...]] with
17005 [multi_line ...]
17006 * gdb.btrace/delta.exp: Likewise.
17007 * gdb.btrace/exception.exp: Likewise.
17008 * gdb.btrace/function_call_history.exp: Likewise.
17009 * gdb.btrace/instruction_history.exp: Likewise.
17010 * gdb.btrace/nohist.exp: Likewise.
17011 * gdb.btrace/record_goto.exp: Likewise.
17012 * gdb.btrace/segv.exp: Likewise.
17013 * gdb.btrace/stepi.exp: Likewise.
17014 * gdb.btrace/tailcall.exp: Likewise.
17015 * gdb.btrace/unknown_functions.exp: Likewise.
17016 * gdb.dwarf2/dw2-undefined-ret-addr.exp: Likewise.
17017 * lib/gdb.exp: Add the "multi_line" helper.
17018
4eec2deb
PA
170192015-04-01 Pedro Alves <palves@redhat.com>
17020
17021 * gdb.threads/tid-reuse.c: New file.
17022 * gdb.threads/tid-reuse.exp: New file.
17023
df8411da
SDJ
170242015-03-31 Sergio Durigan Junior <sergiodj@redhat.com>
17025
17026 PR corefiles/16092
17027 * gdb.base/coredump-filter.c: New file.
17028 * gdb.base/coredump-filter.exp: Likewise.
17029
6ef37366
PM
170302015-03-27 Petr Machata <pmachata@redhat.com>
17031
17032 * lib/dwarf.exp (Dwarf::_handle_DW_FORM): Handle DW_FORM_sec_offset.
17033 (Dwarf::_line_count, Dwarf::_line_saw_file): New variables.
17034 (Dwarf::assemble): Initialize them.
17035 (Dwarf::lines): New function.
17036
7ec911b0
JT
170372015-03-26 Jon Turney <jon.turney@dronecode.org.uk>
17038
17039 * lib/gdb.exp (gdb_target_symbol_prefix_flags): Don't set
17040 SYMBOL_PREFIX for x86_64-*-cygwin.
17041
ff908ebf
AW
170422015-03-26 Andy Wingo <wingo@igalia.com>
17043
17044 PR symtab/18148
17045 * gdb.dwarf2/dw2-intercu.S (one, two): Add variables that have a
17046 const_value but not a location.
17047 * gdb.dwarf2/dw2-intercu.exp: Add tests that constants without
17048 location defined in non-main CUs are visible.
17049
6d5f0679
YQ
170502015-03-26 Yao Qi <yao.qi@linaro.org>
17051
17052 PR testsuite/18139
17053 * gdb.linespec/break-asm-file0.s (func): New label .Lfunc_2.
17054 Add a line number entry for the same line.
17055 * gdb.linespec/break-asm-file1.s (func): New label .Lfunc_2.
17056 Add a line number entry for the same line.
17057
2898689b
YQ
170582015-03-26 Yao Qi <yao.qi@linaro.org>
17059
17060 * gdb.linespec/break-asm-file0.s (func2): Use nop instead of
17061 .int 0.
17062 (func): Likewise. Add .Lfunc_1 label.
17063 Use .Lfunc_1 label.
17064 * gdb.linespec/break-asm-file1.s (func3): Use nop instead of
17065 .int 0.
17066 (func): Likewise.
17067 Use .Lfunc_1 label.
17068
85180498
YQ
170692015-03-26 Yao Qi <yao.qi@linaro.org>
17070
17071 * gdb.linespec/break-asm-file.exp: Don't call prepare_for_testing.
17072 Call gdb_compile instead to compile each .s files without debug
17073 information.
17074
8aa08a8d
YQ
170752015-03-26 Yao Qi <yao.qi@linaro.org>
17076
17077 * gdb.base/savedregs.exp (process_saved_regs): Make
17078 "Saved registers:" optional in the pattern.
17079
66849923
MM
170802015-03-25 Markus Metzger <markus.t.metzger@intel.com>
17081
17082 * gdb.btrace/next.exp: Merged into step.exp.
17083 * gdb.btrace/finish.exp: Merged into step.exp.
17084 * gdb.btrace/nexti.exp: Merged into stepi.exp.
17085 * gdb.btrace/step.exp: Use record_goto.c as test file. Avoid using
17086 "record goto" and checking the exact replay position.
17087 * gdb.btrace/stepi.exp: Choose test file based on target. Do not
17088 check for "Recording format" in "info record" output.
17089 * gdb.btrace/record_goto.exp: Choose test file based on target.
17090 * gdb.btrace/x86-record_goto.S: Renamed into ...
17091 * gdb.btrace/x86_64-record_goto.S: ... this.
17092 * gdb.btrace/i686-record_goto.S: New.
17093 * gdb.btrace/x86-tailcall.S: Renamed into ...
17094 * gdb.btrace/x86_64-tailcall.S: ... this.
17095 * gdb.btrace/i686-tailcall.S: New.
17096 * gdb.btrace/x86-tailcall.c: Renamed into ...
17097 * gdb.btrace/tailcall.c: ... this. Split "return ++answer" into two
17098 separate statements. Update test.
17099 * gdb.btrace/delta.exp: Use record_goto.c as test file.
17100 * gdb.btrace/gcore.exp: Use record_goto.c as test file.
17101 * gdb.btrace/nohist.exp: Use record_goto.c as test file.
17102 * gdb.btrace/tailcall.exp: Choose test file based on target.
17103 * gdb.btrace/Makefile.in: Remove next, finish, and nexti.
17104
11cc1b74
MM
171052015-03-25 Markus Metzger <markus.t.metzger@intel.com>
17106
17107 * gdb.btrace/exception.exp: Increase BTS buffer size.
17108
a25d8bf9
PA
171092015-03-24 Pedro Alves <palves@redhat.com>
17110
17111 * gdb.threads/no-unwaited-for-left.exp: Test "thread apply all".
17112
856e7dd6
PA
171132015-03-24 Pedro Alves <palves@redhat.com>
17114
17115 * gdb.threads/schedlock.exp (test_step): No longer expect that
17116 "set scheduler-locking step" with "next" over a function call runs
17117 threads unlocked.
17118
ad235a41
AT
171192015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
17120
17121 * gdb.mi/mi-pending.exp: Fix output of breakpoint test.
17122
15630549
AT
171232015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
17124
17125 PR breakpoints/16466
17126 * gdb.mi/Makefile.in: Add mi-pendshr2.sl to cleanup.
17127 * gdb.mi/mi-pending.c (thread_func): New function.
17128 (int main): Add threading support required.
17129 * gdb.mi/mi-pending.exp: Add tests for this issue.
17130 * gdb.mi/mi-pendshr.c (pendfunc1): Remove stdio dependency.
17131 (pendfunc2): Remove stdio dependency.
17132 * gdb.mi/mi-pendshr2.c: New file.
17133
693dca06
KS
171342015-03-23 Keith Seitz <keiths@redhat.com>
17135
17136 * gdb.linespec/keywords.c: New file.
17137 * gdb.linespec/keywords.exp: New file.
17138
7e993ebf
KS
171392015-03-23 Keith Seitz <keiths@redhat.com>
17140
17141 PR gdb/18021
17142 * gdb.dwarf2/staticvirtual.exp: New test.
17143
bc23328c
JK
171442015-03-20 Jan Kratochvil <jan.kratochvil@redhat.com>
17145
17146 * Makefile.in (ALL_SUBDIRS): Remove gdb.hp.
17147 * README: Remove HP-UX and gdb.hp.
17148 (configuration):
17149 * configure: Regenerate.
17150 * configure.ac (AC_OUTPUT): Remove gdb.hp/Makefile,
17151 gdb.hp/gdb.objdbg/Makefile, gdb.hp/gdb.base-hp/Makefile,
17152 gdb.hp/gdb.aCC/Makefile, gdb.hp/gdb.compat/Makefile,
17153 gdb.hp/gdb.defects/Makefile.
17154 * gdb.hp/Makefile.in: File deleted.
17155 * gdb.hp/gdb.aCC/Makefile.in: File deleted.
17156 * gdb.hp/gdb.aCC/optimize.c: File deleted.
17157 * gdb.hp/gdb.aCC/optimize.exp: File deleted.
17158 * gdb.hp/gdb.aCC/run.c: File deleted.
17159 * gdb.hp/gdb.aCC/watch-cmd.exp: File deleted.
17160 * gdb.hp/gdb.base-hp/Makefile.in: File deleted.
17161 * gdb.hp/gdb.base-hp/callfwmall.c: File deleted.
17162 * gdb.hp/gdb.base-hp/callfwmall.exp: File deleted.
17163 * gdb.hp/gdb.base-hp/dollar.c: File deleted.
17164 * gdb.hp/gdb.base-hp/dollar.exp: File deleted.
17165 * gdb.hp/gdb.base-hp/genso-thresh.c: File deleted.
17166 * gdb.hp/gdb.base-hp/hwwatchbus.c: File deleted.
17167 * gdb.hp/gdb.base-hp/hwwatchbus.exp: File deleted.
17168 * gdb.hp/gdb.base-hp/pxdb.c: File deleted.
17169 * gdb.hp/gdb.base-hp/pxdb.exp: File deleted.
17170 * gdb.hp/gdb.base-hp/reg-pa64.exp: File deleted.
17171 * gdb.hp/gdb.base-hp/reg-pa64.s: File deleted.
17172 * gdb.hp/gdb.base-hp/reg.exp: File deleted.
17173 * gdb.hp/gdb.base-hp/reg.s: File deleted.
17174 * gdb.hp/gdb.base-hp/sized-enum.c: File deleted.
17175 * gdb.hp/gdb.base-hp/sized-enum.exp: File deleted.
17176 * gdb.hp/gdb.base-hp/so-thresh.exp: File deleted.
17177 * gdb.hp/gdb.base-hp/so-thresh.mk: File deleted.
17178 * gdb.hp/gdb.base-hp/so-thresh.sh: File deleted.
17179 * gdb.hp/gdb.compat/Makefile.in: File deleted.
17180 * gdb.hp/gdb.compat/average.c: File deleted.
17181 * gdb.hp/gdb.compat/sum.c: File deleted.
17182 * gdb.hp/gdb.compat/xdb.c: File deleted.
17183 * gdb.hp/gdb.compat/xdb0.c: File deleted.
17184 * gdb.hp/gdb.compat/xdb0.h: File deleted.
17185 * gdb.hp/gdb.compat/xdb1.c: File deleted.
17186 * gdb.hp/gdb.compat/xdb1.exp: File deleted.
17187 * gdb.hp/gdb.compat/xdb2.exp: File deleted.
17188 * gdb.hp/gdb.compat/xdb3.exp: File deleted.
17189 * gdb.hp/gdb.defects/Makefile.in: File deleted.
17190 * gdb.hp/gdb.defects/bs14602.c: File deleted.
17191 * gdb.hp/gdb.defects/bs14602.exp: File deleted.
17192 * gdb.hp/gdb.defects/solib-d.c: File deleted.
17193 * gdb.hp/gdb.defects/solib-d.exp: File deleted.
17194 * gdb.hp/gdb.defects/solib-d1.c: File deleted.
17195 * gdb.hp/gdb.defects/solib-d2.c: File deleted.
17196 * gdb.hp/gdb.objdbg/Makefile.in: File deleted.
17197 * gdb.hp/gdb.objdbg/objdbg01.exp: File deleted.
17198 * gdb.hp/gdb.objdbg/objdbg01/x1.cc: File deleted.
17199 * gdb.hp/gdb.objdbg/objdbg01/x2.cc: File deleted.
17200 * gdb.hp/gdb.objdbg/objdbg01/x3.cc: File deleted.
17201 * gdb.hp/gdb.objdbg/objdbg01/x3.h: File deleted.
17202 * gdb.hp/gdb.objdbg/objdbg02.exp: File deleted.
17203 * gdb.hp/gdb.objdbg/objdbg02/x1.cc: File deleted.
17204 * gdb.hp/gdb.objdbg/objdbg02/x2.cc: File deleted.
17205 * gdb.hp/gdb.objdbg/objdbg02/x3.cc: File deleted.
17206 * gdb.hp/gdb.objdbg/objdbg03.exp: File deleted.
17207 * gdb.hp/gdb.objdbg/objdbg03/x1.cc: File deleted.
17208 * gdb.hp/gdb.objdbg/objdbg03/x2.cc: File deleted.
17209 * gdb.hp/gdb.objdbg/objdbg03/x3.cc: File deleted.
17210 * gdb.hp/gdb.objdbg/objdbg04.exp: File deleted.
17211 * gdb.hp/gdb.objdbg/objdbg04/x.h: File deleted.
17212 * gdb.hp/gdb.objdbg/objdbg04/x1.cc: File deleted.
17213 * gdb.hp/gdb.objdbg/objdbg04/x2.cc: File deleted.
17214 * gdb.hp/gdb.objdbg/tools/symaddr: File deleted.
17215 * gdb.hp/gdb.objdbg/tools/symaddr.pa64: File deleted.
17216 * gdb.hp/gdb.objdbg/tools/test-objdbg.cc: File deleted.
17217 * gdb.hp/tools/odump: File deleted.
17218
8bf3b159
PA
172192015-03-19 Pedro Alves <palves@redhat.com>
17220
17221 * gdb.threads/continue-pending-status.exp (saw_thread_2)
17222 (saw_thread_3): New globals.
17223 (top level): Increment them when an event for the corresponding
17224 thread is seen.
17225 (no thread starvation): New test.
17226
eb54c8bf
PA
172272015-03-19 Pedro Alves <palves@redhat.com>
17228
17229 * gdb.threads/continue-pending-status.c: New file.
17230 * gdb.threads/continue-pending-status.exp: New file.
17231
32d2e5d6
PA
172322015-03-18 Pedro Alves <palves@redhat.com>
17233
17234 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
17235 Use gdb_is_target_remote instead of is_remote. Use
17236 gdb_test_multiple instead of gdb_expect. Exit early if
17237 gdb_test_multiple hits its internal matches. Tighten stepi tests
17238 expected output. Fail on exit with any signal, instead of just
17239 SIGILL.
17240
f68f11b7
YQ
172412015-03-18 Yao Qi <yao.qi@linaro.org>
17242
17243 PR tdep/18107
17244 * gdb.base/catch-syscall.c [!SYS_pipe] (pipe2_syscall): New
17245 variable.
17246 * gdb.base/catch-syscall.exp: Don't skip it on
17247 aarch64*-*-linux* target. Remove elements in all_syscalls.
17248 (test_catch_syscall_multi_arch): Skip it on aarch64*-linux*
17249 target.
17250 (setup_all_syscalls): New proc.
17251
ca5fd19b
YQ
172522015-03-16 Yao Qi <yao.qi@linaro.org>
17253
17254 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): New proc.
17255 (top level): Skip tests if valid_addr_p returns false for
17256 $cmd1 or $cmd2.
17257
85642ba0
AW
172582015-03-11 Andy Wingo <wingo@igalia.com>
17259
17260 * gdb.guile/scm-objfile.exp: Add objfile-progspace test.
17261
e03f9645
YQ
172622015-03-11 Yao Qi <yao.qi@linaro.org>
17263
17264 * gdb.base/catch-syscall.exp: Fix typo in comments.
17265
5d0962b2
YQ
172662015-03-11 Yao Qi <yao.qi@linaro.org>
17267
17268 * gdb.base/catch-syscall.exp: Skip it on HP-UX target.
17269
b2df3cef
PA
172702015-03-09 Pedro Alves <palves@redhat.com>
17271
17272 * dg-extract-results.py: Delete.
17273
ef878e53
PA
172742015-03-09 Pedro Alves <palves@redhat.com>
17275
17276 Merge dg-extract-results.sh from GCC upstream (r218843).
17277
17278 2014-12-17 Sergio Durigan Junior <sergiodj@redhat.com>
17279 * dg-extract-results.sh: Use --text with grep to avoid issues with
17280 binary files. Fall back to cat -v, if that doesn't work.
17281
9494d219
PA
172822015-03-05 Pedro Alves <palves@redhat.com>
17283
17284 * gdb.base/bp-permanent.exp: Tighten "next over setup" regex.
17285
a8d9763a
SM
172862015-03-04 Simon Marchi <simon.marchi@ericsson.com>
17287
17288 * lib/mi-support.exp (mi_expect_interrupt): Accept
17289 alternative event for when in all-stop mode.
17290
be9957b8
PA
172912015-03-04 Pedro Alves <palves@redhat.com>
17292
17293 * gdb.threads/thread-specific-bp.exp: Delete "info threads" test.
17294
d57be0f4 172952015-03-04 Mark Kettenis <kettenis@gnu.org>
4727d613
MK
17296
17297 * gdb.base/foll-fork.exp: Enable on *-*-openbsd*.
17298
c214c7cf
AA
172992015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
17300
17301 * gdb.base/breakpoint-in-ro-region.exp (test_single_step): In the
17302 regexps for GDB's current line display, accept a hex address
17303 preceding the line number.
17304
6d74a497
AA
173052015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
17306
17307 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch): Set
17308 the 'arch1' variable for "s390*-linux*" targets.
17309
511aee7c
PA
173102015-03-04 Pedro Alves <palves@redhat.com>
17311
17312 * gdb.threads/clone-thread_db.c: Include unistd.h and pthread.h.
17313 (main): Pass missing retval argument to pthread_join call.
17314
95e50b27
PA
173152015-03-02 Pedro Alves <palves@redhat.com>
17316
17317 * gdb.threads/thread-execl.exp (do_test): Handle non-stop.
17318 (top level): Call do_test with non-stop as well.
17319
28054d69
PA
173202015-03-02 Pedro Alves <palves@redhat.com>
17321
17322 * lib/gdb.exp (gdb_test_multiple) <internal error>: Set result to
17323 -1.
17324
4fa5d7b4
AA
173252015-03-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
17326
17327 * gdb.arch/s390-vregs.exp: New test.
17328 * gdb.arch/s390-vregs.S: New file.
17329
97c18565
PA
173302015-02-27 Pedro Alves <palves@redhat.com>
17331
17332 * gdb.gdb/python-interrupts.exp (test_python_interrupts): Adjust
17333 call to catch_command_errors.
17334 * gdb.gdb/python-selftest.exp (selftest_python): Adjust call to
17335 catch_command_errors.
17336
a37bfa30
PA
173372015-02-27 Pedro Alves <palves@redhat.com>
17338
17339 * gdb.gdb/complaints.exp (test_initial_complaints): Also accept
17340 "true" for boolean result.
17341 * gdb.gdb/selftest.exp (test_with_self): Also accept full
17342 prototype of main.
17343
6f98576f
PA
173442015-02-27 Pedro Alves <palves@redhat.com>
17345
17346 * lib/unbuffer_output.c: New file.
17347 * gdb.base/interrupt.c: Include "../lib/unbuffer_output.c".
17348 (main): Call gdb_unbuffer_output.
17349
eba5ab56
YQ
173502015-02-27 Yao Qi <yao.qi@linaro.org>
17351
17352 * gdb.base/catch-syscall.exp: Don't skip it on hppa*-hp-hpux*
17353 target.
17354
0def5aaa
DE
173552015-02-26 Doug Evans <dje@google.com>
17356
17357 * gdb.cp/class2.cc (Dbase, D): New classes.
17358 (main): New local delta.
17359 * gdb.cp/class2.exp: Test printing delta.
17360 * gdb.cp/classes.cc (DynamicBase2, DynamicBar): New classes.
17361 (dynbar): New global.
17362 * gdb.cp/classes.exp (test_ptype_class_objects): Test ptype DynamicBar.
17363
081a1c2c
JK
173642015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
17365
17366 * gdb.compile/compile-ifunc.c: New file.
17367 * gdb.compile/compile-ifunc.exp: New file.
17368
2f41223f
AT
173692015-02-26 Antoine Tremblay <antoine.tremblay@ericsson.com>
17370
17371 * gdb.base/structs.exp: Check for correct struct on finish.
17372
03eddd80
YQ
173732015-02-26 Yao Qi <yao.qi@linaro.org>
17374
17375 * lib/dwarf.exp (function_range): Adjust pattern when $func_length
17376 is zero.
17377
80c57053
JK
173782015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
17379
17380 * gdb.arch/cordic.ko.bz2: New file.
17381 * gdb.arch/cordic.ko.debug.bz2: New file.
17382 * gdb.arch/ppc64-symtab-cordic.exp: New file.
17383
21613c12
YQ
173842015-02-25 Yao Qi <yao.qi@linaro.org>
17385
17386 * gdb.xml/tdesc-regs.exp: Set core-regs to aarch64-core.xml for
17387 aarch64*-*-* target.
17388
d8b901ed
PA
173892015-02-23 Pedro Alves <palves@redhat.com>
17390
17391 * lib/gdb.exp (delete_breakpoints): Rewrite using
17392 gdb_test_multiple.
17393
e5b85ead
PA
173942015-02-23 Pedro Alves <palves@redhat.com>
17395
17396 * gdb.base/info-os.c: Include stdlib.h.
17397
85c3a371
DE
173982015-02-22 Doug Evans <xdje42@gmail.com>
17399
17400 PR symtab/17855
17401 * gdb.ada/exec_changed.exp: Add second test where symbol lookup cache
17402 is read after symbols have been re-read.
17403 * gdb.ada/exec_changed/first.adb (First): New procedure Break_Me.
17404 * gdb.ada/exec_changed/second.adb (Second): Ditto.
17405
96553a0c
DE
174062015-02-21 Doug Evans <dje@google.com>
17407
17408 * gdb.cp/anon-ns.exp: Add test for ptype '(anonymous namespace)'.
17409
97a0c697
JK
174102015-02-21 Jan Kratochvil <jan.kratochvil@redhat.com>
17411
17412 PR corefiles/17808
17413 * gdb.arch/i386-biarch-core.core.bz2: New file.
17414 * gdb.arch/i386-biarch-core.exp: New file.
17415
a47cd6e9
PA
174162015-02-21 Pedro Alves <palves@redhat.com>
17417
17418 * gdb.threads/multi-create-ns-info-thr.exp: Return early if
17419 runto_main fails.
17420
c5facdc4
PA
174212015-02-20 Pedro Alves <palves@redhat.com>
17422
17423 * gdb.base/solib-corrupted.exp: Expect "stap" as first column of
17424 info probes.
17425
2db9a427
PA
174262015-02-20 Pedro Alves <palves@redhat.com>
17427
17428 * gdb.threads/multi-create-ns-info-thr.exp: New file.
17429
60fb7e9e
PA
174302015-02-20 Pedro Alves <palves@redhat.com>
17431
17432 * gdb.trace/no-attach-trace.exp: Don't run to main. Do
17433 clean_restart before gdb_target_supports_trace.
17434
5c5019c2
PA
174352015-02-20 Pedro Alves <palves@redhat.com>
17436
17437 PR threads/18006
17438 * gdb.threads/clone-thread_db.c: New file.
17439 * gdb.threads/clone-thread_db.exp: New file.
17440
c9587f88
AT
174412015-02-19 Antoine Tremblay <antoine.tremblay@ericsson.com>
17442
17443 PR breakpoints/16812
17444 * gdb.base/catch-gdb-caused-signals.c: New file.
17445 * gdb.base/catch-gdb-caused-signals.exp: New file.
17446
f6a88844
JM
174472015-02-18 Jose E. Marchesi <jose.marchesi@oracle.com>
17448
17449 * configure: Regenerated.
17450 * configure.ac: Use GDB_AC_TRANSFORM.
17451 * aclocal.m4: sinclude ../transform.m4.
17452
497c491b
JM
174532015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
17454
17455 * lib/dtrace.exp: New file.
17456 * gdb.base/dtrace-probe.exp: Likewise.
17457 * gdb.base/dtrace-probe.d: Likewise.
17458 * gdb.base/dtrace-probe.c: Likewise.
17459 * lib/pdtrace.in: Likewise.
17460 * configure.ac: Output variables with the transformed names of
17461 the strip, readelf, as and nm tools. AC_SUBST lib/pdtrace.in.
17462 * configure: Regenerated.
17463
03e98035
JM
174642015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
17465
17466 * gdb.base/stap-probe.exp (stap_test): Remove "SystemTap" from
17467 expected message when trying to access $_probe_* convenience
17468 variables while not on a probe.
17469
63cc30e9
JK
174702015-02-11 Jan Kratochvil <jan.kratochvil@redhat.com>
17471
17472 * gdb.python/py-framefilter.exp (pagination quit - *): New tests.
17473
0703599a
PA
174742015-02-11 Pedro Alves <pedro@codesourcery.com>
17475
17476 * gdb.threads/step-bg-decr-pc-switch-thread.c: New file.
17477 * gdb.threads/step-bg-decr-pc-switch-thread.exp: New file.
17478
7e60a48e
DE
174792015-02-10 Doug Evans <xdje42@gmail.com>
17480
17481 * lib/gdb.exp (gdb_load): Always return a result.
17482
01b088bc
PA
174832015-02-10 Pedro Alves <palves@redhat.com>
17484
17485 * gdb.threads/signal-sigtrap.c: New file.
17486 * gdb.threads/signal-sigtrap.exp: New file.
17487
b05ec7a5
AT
174882015-02-10 Antoine Tremblay <antoine.tremblay@ericsson.com>
17489
17490 * gdb.trace/no-attach-trace.c: New file.
17491 * gdb.trace/no-attach-trace.exp: New file.
17492
a2c2acaf
MW
174932015-02-09 Mark Wielaard <mjw@redhat.com>
17494
17495 * gdb.dwarf2/atomic.c: New file.
17496 * gdb.dwarf2/atomic-type.exp: Likewise.
17497
31fd9caa
MM
174982015-02-09 Markus Metzger <markus.t.metzger@intel.com>
17499
17500 * gdb.btrace/buffer-size.exp: Update "info record" output.
17501 * gdb.btrace/delta.exp: Update "info record" output.
17502 * gdb.btrace/enable.exp: Update "info record" output.
17503 * gdb.btrace/finish.exp: Update "info record" output.
17504 * gdb.btrace/instruction_history.exp: Update "info record" output.
17505 * gdb.btrace/next.exp: Update "info record" output.
17506 * gdb.btrace/nexti.exp: Update "info record" output.
17507 * gdb.btrace/step.exp: Update "info record" output.
17508 * gdb.btrace/stepi.exp: Update "info record" output.
17509 * gdb.btrace/nohist.exp: Update "info record" output.
17510
d33501a5
MM
175112015-02-09 Markus Metzger <markus.t.metzger@intel.com>
17512
17513 * gdb.btrace/buffer-size: New.
17514
f4abbc16
MM
175152015-02-09 Markus Metzger <markus.t.metzger@intel.com>
17516
17517 * gdb.btrace/delta.exp: Update "info record" output.
17518 * gdb.btrace/enable.exp: Update "info record" output.
17519 * gdb.btrace/finish.exp: Update "info record" output.
17520 * gdb.btrace/instruction_history.exp: Update "info record" output.
17521 * gdb.btrace/next.exp: Update "info record" output.
17522 * gdb.btrace/nexti.exp: Update "info record" output.
17523 * gdb.btrace/step.exp: Update "info record" output.
17524 * gdb.btrace/stepi.exp: Update "info record" output.
17525 * gdb.btrace/nohist.exp: Update "info record" output.
17526
b9d61307
SM
175272015-02-06 Simon Marchi <simon.marchi@ericsson.com>
17528
17529 PR gdb/15678
17530 * gdb.base/ena-dis-br.exp: Test "enable count" for bad user input.
17531
e584fdbc
PA
175322015-02-06 Pedro Alves <palves@redhat.com>
17533
17534 * gdb.threads/attach-many-short-lived-threads.c (SECONDS): New
17535 macro.
17536 (seconds_left, again): New globals.
17537 (main): Wait seconds_left in a 1-second sleep loop instead of
17538 sleeping 180 seconds. If 'again' is set, reset the seconds
17539 counter.
17540 * gdb.threads/attach-many-short-lived-threads.exp (test): Set
17541 'again' in the inferior before detaching. Print the seconds left.
17542 (options): New global.
17543 (top level): Build program with -DTIMEOUT=$timeout.
17544
77f41761
PA
175452015-02-06 Pedro Alves <palves@redhat.com>
17546
17547 * gdb.base/gdb-sigterm.c (main): Use the TIMEOUT define to
17548 determine how many seconds to pass to 'alarm'.
17549 * gdb.base/gdb-sigterm.exp (top level): Build program with
17550 -DTIMEOUT=$timeout.
17551 (do_test): Return success/failure indication. Add more verbose
17552 logging. Don't fail if 200 single steps are seen. Instead, fail
17553 when the test times out.
17554 (passes): New global.
17555 (top level): Break the testing loop if testing fails on any
17556 iteration. Use gdb_assert.
17557
b9394193
DB
175582015-02-04 Don Breazeal <donb@codesourcery.com>
17559
17560 * gdb.base/info-os.c (shmid, semid, msqid): Make variables static
17561 and initialize them.
17562 (ipc_cleanup): New function.
17563 (main): Don't declare shmid, semid, and msqid. Add a call to
17564 atexit so that we call ipc_cleanup on exit.
17565
42d9e528
PA
175662015-02-04 Pedro Alves <palves@redhat.com>
17567
17568 * boards/native-extended-gdbserver.exp: Remove any target variant
17569 specifications from the board name before clearing the isremote
17570 flag from board_info.
17571
ae6ae975
DE
175722015-01-31 Doug Evans <xdje42@gmail.com>
17573
17574 * gdb.base/maint.exp <maint print type argc>: Update expected output.
17575
cfb069a8
GB
175762015-01-31 Gary Benson <gbenson@redhat.com>
17577
17578 * gdb.base/completion.exp: Disable completion limiting for
17579 existing tests. Add new tests to check completion limiting.
17580 * gdb.linespec/ls-errs.exp: Disable completion limiting.
17581
5dd31d79
DE
175822015-01-31 Doug Evans <xdje42@gmail.com>
17583
17584 * gdb.ada/dyn_arrayidx.exp: Add additional_flags=-gnat12.
17585
9f050062
DE
175862015-01-31 Doug Evans <xdje42@gmail.com>
17587
17588 * gdb.guile/scm-section-script.c: Add duplicate inlined section script
17589 entries. Duplicate file section script entries.
17590 * gdb.guile/scm-section-script.exp: Add tests for duplicate entries,
17591 inlined entries. Add test for safe-path rejection.
17592 * gdb.python/py-section-script.c: Add duplicate inlined section script
17593 entries. Duplicate file section script entries.
17594 * gdb.python/py-section-script.exp: Add tests for duplicate entries,
17595 inlined entries. Add test for safe-path rejection.
17596
df25ebbd
JB
175972015-01-29 Joel Brobecker <brobecker@adacore.com>
17598
17599 * gdb.ada/disc_arr_bound: New testcase.
17600
4a0ca9ec
JB
176012015-01-29 Joel Brobecker <brobecker@adacore.com>
17602
17603 * gdb.ada/mi_var_array: New testcase.
17604
3a8b707a
DE
176052015-01-27 Doug Evans <dje@google.com>
17606
17607 * gdb.python/py-objfile.exp: Add tests for objfile.username.
17608 Add test for objfile.filename, objfile.username after objfile
17609 has been unloaded.
17610
f8313f6e
JB
176112015-01-26 Joel Brobecker <brobecker@adacore.com>
17612
17613 * gdb.python/py-lookup-type.exp (test_lookup_type): Change
17614 the second test to print the name attribute of value
17615 returned by the call to gdb.lookup_type, and adjust
17616 the expected output accordingly.
17617
37bc665e
MW
176182015-01-25 Mark Wielaard <mjw@redhat.com>
17619
17620 * gdb.arch/i386-bp_permanent.c (standard): New declaration.
17621 * gdb.base/disp-step-fork.c: Include unistd.h.
17622 * gdb.base/siginfo-obj.c: Include stdio.h.
17623 * gdb.base/siginfo-thread.c: Likewise.
17624 * gdb.mi/non-stop.c: Include unistd.h.
17625 * gdb.mi/nsthrexec.c: Include stdio.h.
17626 * gdb.mi/pthreads.c: Include unistd.h.
17627 * gdb.modula2/unbounded1.c (main): Declare returns int.
17628 * gdb.reverse/consecutive-reverse.c: Likewise.
17629 * gdb.threads/create-fail.c: Include unistd.h.
17630 * gdb.threads/killed.c: Likewise.
17631 * gdb.threads/linux-dp.c: Likewise.
17632 * gdb.threads/non-ldr-exc-1.c: Include stdio.h and string.h.
17633 * gdb.threads/non-ldr-exc-2.c: Likewise.
17634 * gdb.threads/non-ldr-exc-3.c: Likewise.
17635 * gdb.threads/non-ldr-exc-4.c: Likewise.
17636 * gdb.threads/pthreads.c: Include unistd.h.
17637 (main): Declare returns int.
17638 * gdb.threads/tls-main.c (foo): New declaration.
17639 * gdb.threads/watchpoint-fork-mt.c: Define _GNU_SOURCE.
17640
f7e5394d
SM
176412015-01-23 Simon Marchi <simon.marchi@ericsson.com>
17642
17643 * gdb.mi/mi-var-list-children-invalid-grandchild.c: New file.
17644 * gdb.mi/mi-var-list-children-invalid-grandchild.exp: New file.
17645
743649fd
MW
176462015-01-15 Mark Wielaard <mjw@redhat.com>
17647
17648 * gdb.base/noreturn-return.c: New file.
17649 * gdb.base/noreturn-return.exp: New file.
17650 * gdb.base/noreturn-finish.c: New file.
17651 * gdb.base/noreturn-finish.exp: New file.
17652
198297aa
PA
176532015-01-23 Pedro Alves <palves@redhat.com>
17654
17655 * gdb.threads/continue-pending-after-query.c: New file.
17656 * gdb.threads/continue-pending-after-query.exp: New file.
17657
717cf30c
AG
176582015-01-22 Anders Granlund <anders.granlund@ericsson.com>
17659 Simon Marchi <simon.marchi@ericsson.com>
17660
17661 * gdb.base/statistics.exp: Assign spawn id to gdb_spawn_id.
17662 * gdb.base/valgrind-db-attach.exp: Same.
17663 * gdb.base/valgrind-infcall.exp: Same.
17664 * lib/mi-support.exp (default_mi_gdb_start): Same.
17665 * lib/prompt.exp (default_prompt_gdb_start): Same.
17666 * lib/gdb.exp (default_gdb_spawn): Same.
17667 (gdb_interact): New.
17668
17669
4b62a76e
JK
176702015-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
17671
17672 * gdb.compile/compile.exp (pointer to jit function): New test.
17673
b4cdae6f
WW
176742015-01-17 Wei-cheng Wang <cole945@gmail.com>
17675
17676 * lib/gdb.exp (supports_process_record): Return true for
17677 powerpc*-*-linux*.
17678 (supports_reverse): Likewise.
17679
d221e7ef
DB
176802015-01-15 Don Breazeal <donb@codesourcery.com>
17681
17682 * gdb.base/attach-pie-noexec.exp: Use can_spawn_for_attach
17683 instead of checking whether the target board is remote and
17684 use spawn_wait_for_attach instead of exec/sleep.
17685 * gdb.base/attach-twice.exp: Likewise.
17686
bafffb51
JB
176872015-01-15 Joel Brobecker <brobecker@adacore.com>
17688
17689 * gdb.ada/var_arr_attrs: New testcase.
17690
5589af0e
PA
176912015-01-14 Pedro Alves <palves@redhat.com>
17692 Joel Brobecker <brobecker@adacore.com>
17693
17694 PR gdb/17525
17695 * gdb.base/bp-cmds-execution-x-script.c: New file.
17696 * gdb.base/bp-cmds-execution-x-script.exp: New file.
17697 * gdb.base/bp-cmds-execution-x-script.gdb: New file.
17698
6c400b59
PA
176992015-01-14 Pedro Alves <palves@redhat.com>
17700
17701 PR cli/17828
17702 * gdb.base/batch-preserve-term-settings.c: New file.
17703 * gdb.base/batch-preserve-term-settings.exp: New file.
17704
e02c96a7
DE
177052015-01-13 Doug Evans <dje@google.com>
17706
17707 * gdb.python/py-objfile.exp: Test gdb.lookup_objfile on symlinked
17708 binary.
17709
576fd14c
JB
177102015-01-13 Joel Brobecker <brobecker@adacore.com>
17711
17712 * Makefile.in (clean mostlyclean): Do not delete *.py.
17713
04dccad0
JB
177142015-01-13 Joel Brobecker <brobecker@adacore.com>
17715
17716 * gdb.python/py-lookup-type.exp: New file.
17717
3d230f71
PA
177182015-01-12 Pedro Alves <palves@redhat.com>
17719
17720 * gdb.python/py-prompt.exp: When the board can't spawn for attach,
17721 restore GDBFLAGS before returning.
17722
7e67715d
JK
177232015-01-12 Jan Kratochvil <jan.kratochvil@redhat.com>
17724
17725 * gdb.python/py-frame.exp (test Frame.read_register(rip)): Use
17726 is_amd64_regs_target and is_x86_like_target.
17727
f2e0d4b4
DE
177282015-01-11 Doug Evans <xdje42@gmail.com>
17729
17730 * lib/dwarf.exp (Dwarf): Flag an error if a numeric attribute value
17731 is given without an explicit form.
17732 * gdb.dwarf2/arr-subrange.exp: Specify forms for all numeric
17733 attributes.
17734 * gdb.dwarf/corrupt.exp: Ditto.
17735 * gdb.dwarf2/enum-type.exp: Ditto.
17736 * gdb.trace/entry-values.exp: Ditto.
17737 * gdb.trace/unavailable-dwarf-piece.exp: Ditto.
17738
439250fb
DE
177392015-01-11 Doug Evans <xdje42@gmail.com>
17740
17741 PR gdb/15830
17742 * gdb.base/maint.exp: Remove references to "maint demangle".
17743 * gdb.cp/demangle.exp: Update. "maint demangle" -> "demangle".
17744 Add tests for explicitly specifying language to demangle.
17745 * gdb.dlang/demangle.exp: Ditto.
17746
ede9f622
PA
177472015-01-09 Pedro Alves <palves@redhat.com>
17748
17749 * gdb.threads/non-stop-fair-events.c: New file.
17750 * gdb.threads/non-stop-fair-events.exp: New file.
17751
a7b796db
PA
177522015-01-09 Pedro Alves <palves@redhat.com>
17753
17754 * gdb.base/annota1.exp (thread_test): Use srcfile and binfile from
17755 the global scope. Set a breakpoint after all threads are started
17756 rather than stepping over two source lines. Expect the prompt.
17757 * gdb.base/watch_thread_num.c (threads_started_barrier): New
17758 global.
17759 (NUM): Now 15.
17760 (main): Use threads_started_barrier to wait for all threads to
17761 start. Main thread no longer calls thread_function. Exit after
17762 180 seconds.
17763 (loop): New function.
17764 (thread_function): Wait on threads_started_barrier barrier. Call
17765 'loop' at each iteration.
17766 * gdb.base/watch_thread_num.exp: Continue to breakpoint after all
17767 threads have started, instead of hardcoding number of "next"
17768 steps. Use an access watchpoint instead of a write watchpoint.
17769
9665ffdd
PA
177702015-01-09 Pedro Alves <palves@redhat.com>
17771
17772 * gdb.threads/ia64-sigill.c (threads_started_barrier): New global.
17773 (thread_func): Wait on barrier.
17774 (main): Wait for all threads to start before stopping GDB.
17775 * gdb.threads/siginfo-threads.c (threads_started_barrier): New
17776 global.
17777 (thread1_func, thread2_func): Wait on barrier.
17778 (main): Wait for all threads to start before stopping GDB.
17779 * gdb.threads/watchthreads-reorder.c (threads_started_barrier):
17780 New global.
17781 (thread1_func, thread2_func): Wait on barrier.
17782 (main): Wait for all threads to start before stopping GDB.
17783
c945a99f
PA
177842015-01-09 Pedro Alves <palves@redhat.com>
17785
17786 * gdb.threads/attach-many-short-lived-threads.c: New file.
17787 * gdb.threads/attach-many-short-lived-threads.exp: New file.
17788
c1a747c1
PA
177892014-01-09 Pedro Alves <palves@redhat.com>
17790
17791 * gdb.threads/fork-thread-pending.exp: Switch to the main thread
17792 instead of to thread 2.
17793 * gdb.threads/signal-command-multiple-signals-pending.c (main):
17794 Add barrier around each pthread_create call instead of around all
17795 calls.
17796 * gdb.threads/signal-command-multiple-signals-pending.exp (test):
17797 Set a break on thread_function and have the child threads hit it
17798 one at at a time.
17799
60b3033e
PA
178002015-01-09 Pedro Alves <palves@redhat.com>
17801
17802 * lib/gdb.exp (can_spawn_for_attach): New procedure.
17803 (spawn_wait_for_attach): Error out if can_spawn_for_attach returns
17804 false.
17805 * gdb.base/attach.exp: Use can_spawn_for_attach instead of
17806 checking whether the target board is remote.
17807 * gdb.multi/multi-attach.exp: Likewise.
17808 * gdb.python/py-sync-interp.exp: Likewise.
17809 * gdb.server/ext-attach.exp: Likewise.
17810 * gdb.python/py-prompt.exp: Use can_spawn_for_attach before the
17811 tests that need to attach, instead of checking whether the target
17812 board is remote at the top of the file.
17813
acc018ac
YQ
178142015-01-08 Yao Qi <yao@codesourcery.com>
17815
17816 * gdb.trace/entry-values.exp: Set call_insn for MIPS target.
17817
50a18af8
JK
178182015-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
17819
17820 Fix testcase compilation.
17821 * gdb.arch/i386-avx512.exp (comp_flags): Remove /common.
17822
8503d6e1
JB
178232015-01-06 Joel Brobecker <brobecker@adacore.com>
17824
17825 * gdb.python/py-type.exp: Add a couple test about empty
17826 array creation, and negative-length array creation.
17827
cc73dbcc
DE
178282015-01-02 Doug Evans <xdje42@gmail.com>
17829
17830 * gdb.cp/nsalias.exp: Fix output of external/declaration flags.
17831
0300bbc7
DE
178322015-01-02 Doug Evans <dje@google.com>
17833
17834 * gdb.dwarf2/dw4-sig-types.exp: Also pass -fdebug-types-section to gcc.
17835
9d85a0ec
YQ
178362014-12-29 Yao Qi <yao@codesourcery.com>
17837
17838 * gdb.trace/entry-values.exp: Update comments. Rename variable
17839 bar_call_foo to returned_from_foo.
17840
87186c6a
MMN
178412014-12-20 Mihail-Marian Nistor <mihail.nistor@freescale.com>
17842
17843 PR gdb/17394
17844 * gdb.linespec/break-asm-file.c: New file.
17845 * gdb.linespec/break-asm-file.exp: New file.
17846 * gdb.linespec/break-asm-file0.s: New file.
17847 * gdb.linespec/break-asm-file1.s: New file.
17848
1bab7383
YQ
178492014-12-18 Nigel Stephens <nigel@mips.com>
17850 Maciej W. Rozycki <macro@codesourcery.com>
17851
17852 * gdb.base/float.exp: Handle the new output from "info float" on
17853 MIPS targets.
17854
1bc1068a
JK
178552014-12-17 Jan Kratochvil <jan.kratochvil@redhat.com>
17856
17857 Fix MinGW compilation.
17858 * gdb.compile/compile-ops.exp: Update untested message if
17859 !skip_compile_feature_tests.
17860 * gdb.compile/compile-setjmp.exp: Likewise.
17861 * gdb.compile/compile-tls.exp: Likewise.
17862 * gdb.compile/compile.exp: Likewise.
17863 * lib/gdb.exp (skip_compile_feature_tests): Check also "Command not
17864 supported on this host".
17865
b6615d10
DE
178662014-12-16 Doug Evans <xdje42@gmail.com>
17867
17868 * boards/stabs.exp: New file.
17869
25dda427
AA
178702014-12-16 Andreas Arnez <arnez@vnet.linux.ibm.com>
17871
17872 * gdb.base/completion.exp: Adjust to format changes of "maint
17873 print user-registers".
17874
bf330350
CU
178752014-12-16 Catalin Udma <catalin.udma@freescale.com>
17876
17877 PR server/17457
17878 * gdb.arch/aarch64-fp.c: New file.
17879 * gdb.arch/aarch64-fp.exp: New file.
17880
395cf596
SDJ
178812014-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
17882
17883 Merge dg-extract-results.{sh,py} from GCC upstream (r210243,
17884 r210637, r210913, r211666, r215400, r215817).
17885
17886 2014-05-08 Richard Sandiford <rdsandiford@googlemail.com>
17887 * dg-extract-results.py: New file.
17888 * dg-extract-results.sh: Use it if the environment seems
17889 suitable.
17890
17891 2014-05-20 Richard Sandiford <rdsandiford@googlemail.com>
17892
17893 * dg-extract-results.py (parse_run): Handle warnings that
17894 are printed before a test harness is run.
17895
17896 2014-05-25 Richard Sandiford <rdsandiford@googlemail.com>
17897
17898 * dg-extract-results.py (Named): Remove __cmp__ method.
17899 (output_variation): Use a key to sort variation.harnesses.
17900
17901 2014-06-14 Richard Sandiford <rdsandiford@googlemail.com>
17902
17903 * dg-extract-results.py: For Python 3, force sys.stdout to
17904 handle surrogate escape sequences.
17905 (safe_open): New function.
17906 (output_segment, main): Use it.
17907
17908 2014-09-19 Segher Boessenkool <segher@kernel.crashing.org>
17909
17910 * dg-extract-results.py (Prog.result_re): Include options
17911 in test name.
17912
17913 2014-10-02 Segher Boessenkool <segher@kernel.crashing.org>
17914
17915 * dg-extract-results.py (output_variation): Always sort if
17916 do_sum.
17917
e882ef3c
SM
179182014-12-15 Simon Marchi <simon.marchi@ericsson.com>
17919
17920 * lib/gdb.exp (default_gdb_start): After starting gdb, loop
17921 as long as we get pagination notifications.
17922
4992aa20
JM
179232014-12-15 Jason Merrill <jason@redhat.com>
17924
17925 * Makefile.in (check-gdb.%): Restore.
17926 * README: Mention it.
17927
c1b5a1a6
JB
179282014-12-13 Joel Brobecker <brobecker@adacore.com>
17929
17930 * gdb.ada/str_uninit: New testcase.
17931
5537b577
JK
179322014-12-13 Jan Kratochvil <jan.kratochvil@redhat.com>
17933
17934 PR symtab/17642
17935 * gdb.base/vla-stub-define.c: New file.
17936 * gdb.base/vla-stub.c: New file.
17937 * gdb.base/vla-stub.exp: New file.
17938
bb2ec1b3
TT
179392014-12-12 Phil Muldoon <pmuldoon@redhat.com>
17940 Jan Kratochvil <jan.kratochvil@redhat.com>
17941 Tom Tromey <tromey@redhat.com>
17942
17943 * configure.ac: Add gdb.compile/.
17944 * configure: Regenerate.
17945 * gdb.compile/Makefile.in: New file.
17946 * gdb.compile/compile-ops.exp: New file.
17947 * gdb.compile/compile-ops.c: New file.
17948 * gdb.compile/compile-tls.c: New file.
17949 * gdb.compile/compile-tls.exp: New file.
17950 * gdb.compile/compile-constvar.S: New file.
17951 * gdb.compile/compile-constvar.c: New file.
17952 * gdb.compile/compile-mod.c: New file.
17953 * gdb.compile/compile-nodebug.c: New file.
17954 * gdb.compile/compile-setjmp-mod.c: New file.
17955 * gdb.compile/compile-setjmp.c: New file.
17956 * gdb.compile/compile-setjmp.exp: New file.
17957 * gdb.compile/compile-shlib.c: New file.
17958 * gdb.compile/compile.c: New file.
17959 * gdb.compile/compile.exp: New file.
17960 * lib/gdb.exp (skip_compile_feature_tests): New proc.
17961
4ff709eb
TT
179622014-12-12 Tom Tromey <tromey@redhat.com>
17963
17964 * lib/dwarf.exp (_location): Ignore blank lines. Allow comments.
17965 Handle DW_OP_pick, DW_OP_skip, DW_OP_bra.
17966
6dddd6a5
DE
179672014-12-12 Doug Evans <dje@google.com>
17968
17969 * lib/gdb-python.exp (get_python_valueof): New function.
17970 * gdb.python/py-objfile.exp: Add tests for gdb.lookup_objfile.
17971
71c24708
AA
179722014-12-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
17973
17974 * gdb.base/completion.exp: Add test for completion of "info
17975 registers ".
17976
3e29f34a
MR
179772014-12-12 Maciej W. Rozycki <macro@codesourcery.com>
17978
17979 * gdb.base/func-ptrs.c: New file.
17980 * gdb.base/func-ptrs.exp: New file.
17981
fc126975
SM
179822014-12-10 Simon Marchi <simon.marchi@ericsson.com>
17983
17984 PR breakpoints/17012
17985 * gdb.base/dprintf-detach.c: New file.
17986 * gdb.base/dprintf-detach.exp: New file.
17987
0a46d518
SM
179882014-12-10 Simon Marchi <simon.marchi@ericsson.com>
17989
17990 * gdb.trace/qtro.exp: Replace gdbserver detection code by...
17991 * lib/gdb.exp (target_is_gdbserver): New procedure.
17992
a0be3e44
DE
179932014-12-08 Doug Evans <dje@google.com>
17994
17995 * gdb.python/py-objfile.exp: Add tests for objfile.owner.
17996
df1b803a
YQ
179972014-12-05 Yao Qi <yao@codesourcery.com>
17998
17999 * gdb.guile/scm-error.exp: Remove the third argument to
18000 gdb_remote_download.
18001 * gdb.guile/scm-frame-args.exp: Likewise.
18002 * gdb.guile/scm-section-script.exp: Likewise.
18003
ddb9f679
YQ
180042014-12-05 Yao Qi <yao@codesourcery.com>
18005
18006 * gdb.arch/i386-bp_permanent.exp: Use standard_testfile.
18007
86e4ed39
DE
180082014-12-04 Doug Evans <dje@google.com>
18009
18010 * gdb.python/py-objfile.exp: Add tests for
18011 objfile.add_separate_debug_file.
18012
7c50a931
DE
180132014-12-04 Doug Evans <dje@google.com>
18014
18015 * lib/gdb.exp (get_build_id): New function.
18016 (build_id_debug_filename_get): Rewrite to use it.
18017 * gdb.python/py-objfile.exp: Add test for objfile.build_id.
18018
621661e3
MR
180192014-12-04 Maciej W. Rozycki <macro@codesourcery.com>
18020
18021 * gdb.cp/expand-psymtabs-cxx.exp: Accept any address of
18022 `method(long)', not just 0x0.
18023 * gdb.cp/nsalias.exp: Align code labels to 4.
18024 * gdb.dwarf2/dw2-canonicalize-type.S (main): Expand to 4-bytes.
18025 * gdb.dwarf2/dw2-empty-pc-range.S (main): Likewise.
18026 * gdb.dwarf2/pr11465.S (_ZN1N1cE): Likewise.
18027 * gdb.dwarf2/dw2-case-insensitive.c (START_INSNS): New macro.
18028 (cu_text_start, FUNC_lang_start): Use `START_INSNS'.
18029 * gdb.dwarf2/dw2-stack-boundary.exp: Accept noise in complaints.
18030
29f0c3b7
DE
180312014-12-02 Doug Evans <dje@google.com>
18032
e1e061e7 18033 PR symtab/17602
29f0c3b7 18034 * gdb.cp/anon-ns.cc: Move guts of this file to ...
e1e061e7 18035 * gdb.cp/anon-ns2.cc: ... here. New file.
29f0c3b7
DE
18036 * gdb.cp/anon-ns.exp: Update.
18037
162078c8
NB
180382014-12-02 Nick Bull <nicholaspbull@gmail.com>
18039
18040 * gdb.python/py-events.py (inferior_call_handler): New.
18041 (register_changed_handler, memory_changed_handler): New.
18042 (test_events.invoke): Register new handlers.
18043 * gdb.python/py-events.exp: Add tests for inferior call,
18044 memory_changed and register_changed events.
18045
fdb09caf
AA
180462014-12-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
18047
18048 * gdb.base/execl-update-breakpoints.exp: Specify the link address
18049 with '-Ttext-segment' instead of '-Ttext'. Fall back to '-Ttext'
18050 if the linker doesn't understand this.
18051
55cfb2c4
SM
180522014-12-01 Simon Marchi <simon.marchi@ericsson.com>
18053
18054 * gdb.python/python.exp: Change expected reply to help().
18055
9e8cd6df
YQ
180562014-12-01 Yao Qi <yao@codesourcery.com>
18057
18058 * configure.ac: Remove AC_ARG_ENABLE for gdbtk. Don't invoke
18059 AC_CONFIG_SUBDIRS(gdb.gdbtk).
18060 * configure: Re-generated.
18061
6c659fc2
SC
180622014-11-28 Siva Chandra Reddy <sivachandra@google.com>
18063
18064 * gdb.cp/chained-calls.cc: New file.
18065 * gdb.cp/chained-calls.exp: New file.
18066 * gdb.cp/smartp.exp: Remove KFAIL for "p c2->inta".
18067
d7fc3181
SM
180682014-11-28 Simon Marchi <simon.marchi@ericsson.com>
18069
18070 * gdb.ada/py_range.exp: Add parentheses to python calls to print.
18071 * gdb.dwarf2/symtab-producer.exp: Same.
18072 * gdb.gdb/python-interrupts.exp: Same.
18073 * gdb.gdb/python-selftest.exp: Same.
18074 * gdb.python/py-linetable.exp: Same.
18075 * gdb.python/py-type.exp: Same.
18076 * gdb.python/py-value-cc.exp: Same.
18077 * gdb.python/py-value.exp: Same.
18078
10e79639
YQ
180792014-11-28 Yao Qi <yao@codesourcery.com>
18080
18081 * gdb.base/break-probes.exp: Match library name prefixed with
18082 sysroot.
18083
f28a0564
SM
180842014-11-27 Simon Marchi <simon.marchi@ericsson.com>
18085
18086 * gdb.python/py-linetable.exp: Escape properly sorted(fset)
18087 test expected output. Add parentheses for the call to print.
18088 Remove L suffix from integers.
18089
3fe1ce1d
DE
180902014-11-26 Doug Evans <dje@google.com>
18091
18092 * gdb.dwarf2/dw2-op-out-param.S: Fix comment.
18093
84429e27
YQ
180942014-11-22 Yao Qi <yao@codesourcery.com>
18095
18096 * gdb.trace/entry-values.c: Remove asms.
18097 (foo): Add foo_label.
18098 (bar): Add bar_label.
18099 * gdb.trace/entry-values.exp: Remove code computing foo's
18100 length and bar's length.
18101 (Dwarf::assemble): Invoke function_range for bar and use
18102 MACRO_AT_func for foo.
18103
26741859
YQ
181042014-11-22 Yao Qi <yao@codesourcery.com>
18105
18106 * gdb.dwarf2/dw2-compdir-oldgcc.S: Define label .Lgcc42_procstart
18107 and .Lgcc43_procstart. Use .Lgcc42_procstart instead of gcc42.
18108 Use .Lgcc43_procstart instead of gcc43.
18109
45e44d27
JB
181102014-11-21 Joel Brobecker <brobecker@adacore.com>
18111
18112 * gdb.ada/n_arr_bound: New testcase.
18113
458c8db8
SDJ
181142014-11-20 Sergio Durigan Junior <sergiodj@redhat.com>
18115
18116 PR breakpoints/10737
18117 * gdb.base/catch-syscall.exp (do_syscall_tests): Call
18118 test_catch_syscall_multi_arch.
18119 (test_catch_syscall_multi_arch): New function.
18120
43f3e411
DE
181212014-11-20 Doug Evans <xdje42@gmail.com>
18122
18123 * gdb.base/maint.exp: Update expected output.
18124
0d7b2549
AA
181252014-11-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
18126
18127 * gdb.base/bp-permanent.c (NOP): Define as 2-byte instead of
18128 4-byte instruction on S390.
18129
8908fca5
JB
181302014-11-19 Joel Brobecker <brobecker@adacore.com>
18131
18132 * gdb.ada/arr_arr: New testcase.
18133
4a46959e
JB
181342014-11-19 Joel Brobecker <brobecker@adacore.com>
18135
18136 * gdb.ada/pkd_arr_elem: New Testcase.
18137
470e2f4e
LM
181382014-11-18 Luis Machado <lgustavo@codesourcery.com>
18139
18140 * gdb.reverse/break-precsave: Expect completion message for
18141 core file reads.
18142 * gdb.reverse/consecutive-precsave.exp: Likewise.
18143 * gdb.reverse/finish-precsave.exp: Likewise.
18144 * gdb.reverse/i386-precsave.exp: Likewise.
18145 * gdb.reverse/machinestate-precsave.exp: Likewise.
18146 * gdb.reverse/sigall-precsave.exp: Likewise.
18147 * gdb.reverse/solib-precsave.exp: Likewise.
18148 * gdb.reverse/step-precsave.exp: Likewise.
18149 * gdb.reverse/until-precsave.exp: Likewise.
18150 * gdb.reverse/watch-precsave.exp: Likewise.
18151
a267f3ad
AA
181522014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
18153
18154 * gdb.base/bp-permanent.c: Include unistd.h.
18155 * gdb.python/py-framefilter-mi.c (main): Add return type.
18156 * gdb.python/py-framefilter.c (main): Likewise.
18157 * gdb.trace/actions-changed.c (main): Likewise.
18158
12084a9a
AA
181592014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
18160
18161 * gdb.mi/until.c: Add eye-catchers.
18162 * gdb.mi/mi-until.exp: Refer to eye-catchers instead of literal
18163 line numbers.
18164
dc7e1a77
AA
181652014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
18166
18167 * gdb.base/condbreak.exp: Drop references to removed non-prototype
18168 function header variants in break1.c.
18169 * gdb.base/ena-dis-br.exp: Likewise.
18170 * gdb.base/hbreak2.exp: Likewise.
18171 * gdb.reverse/until-precsave.exp: Drop references to removed
18172 non-prototype function header variants in ur1.c.
18173 * gdb.reverse/until-reverse.exp: Likewise.
18174
41c77605
PM
181752014-11-17 Petr Machata <pmachata@redhat.com>
18176
18177 * lib/dwarf.exp (Dwarf::cu, Dwarf::tu): Emit
18178 ${_cu_offset_size} bytes abbrev offset.
18179
34248c3a
DE
181802014-11-15 Doug Evans <xdje42@gmail.com>
18181
18182 PR symtab/17559
18183 * gdb.base/line-symtabs.exp: New file.
18184 * gdb.base/line-symtabs.c: New file.
18185 * gdb.base/line-symtabs.h: New file.
18186
646da059
YQ
181872014-11-14 Yao Qi <yao@codesourcery.com>
18188
18189 * gdb.dwarf2/dw2-ifort-parameter.c: Remove inline asm.
18190 (func): Add label func_label.
18191 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble):
18192 Replace low_pc and high_pc with MACRO_AT_range.
18193 Replace name, low_pc and high_pc with MACRO_AT_func.
18194
9301ebe6
YQ
181952014-11-14 Yao Qi <yao@codesourcery.com>
18196
18197 * gdb.dwarf2/implptr-optimized-out.exp (Dwarf::assemble):
18198 Replace name, low_pc and high_pc with MACRO_AT_func.
18199
f166b542
YQ
182002014-11-14 Yao Qi <yao@codesourcery.com>
18201
18202 * gdb.dwarf2/implptr-optimized-out.exp: Use Dwarf::assemble to
18203 produce debug information.
18204 * gdb.dwarf2/implptr-optimized-out.S: Removed.
18205
0f6e71e3
YQ
182062014-11-14 Yao Qi <yao@codesourcery.com>
18207
18208 * gdb.dwarf2/dwz.exp: Remove the code to compile main.c to
18209 object and get function length.
18210 (Dwarf::assemble): Replace name, low_pc and high_pc attributes
18211 with MACRO_AT_func.
18212 (top-level): Replace gdb_compile and clean_restart with
18213 prepare_for_testing.
18214 * gdb.dwarf2/main.c (main): Add label main_label.
18215
876c4df9
YQ
182162014-11-14 Yao Qi <yao@codesourcery.com>
18217
18218 * lib/dwarf.exp (function_range): New procedure.
18219 (Dwarf::_handle_macro_at_func): New procedure.
18220 (Dwarf::_handle_macro_at_range): New procedure.
18221 (Dwarf): Handle MACRO_AT_func and MACRO_AT_range.
18222
02ad9cf1
YQ
182232014-11-14 Yao Qi <yao@codesourcery.com>
18224
18225 * lib/dwarf.exp (_handle_DW_TAG): Move some code to ...
18226 (_handle_attribute): New procedure.
18227
a59add0c
AA
182282014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
18229
18230 * gdb.ada/cond_lang/foo.c (callme): Add return type.
18231 * gdb.base/call-sc.c (zed): Likewise.
18232 * gdb.base/checkpoint.c (main): Likewise.
18233 * gdb.base/dump.c (main): Likewise.
18234 * gdb.base/gcore.c (main): Likewise.
18235 * gdb.base/huge.c (main): Likewise.
18236 * gdb.base/multi-forks.c (main): Likewise.
18237 * gdb.base/pr10179-a.c (main): Likewise.
18238 * gdb.base/savedregs.c (main): Likewise.
18239 * gdb.base/sigaltstack.c (main): Likewise.
18240 * gdb.base/siginfo.c (main): Likewise.
18241 * gdb.base/structs.c (zed): Likewise.
18242 * gdb.mi/mi-stack.c (callee3, callee2, callee1, main): Likewise.
18243 * gdb.mi/mi-syn-frame.c (main): Likewise.
18244 * gdb.mi/until.c (foo, main): Likewise.
18245 * gdb.base/global-var-nested-by-dso.c (b_main, c_main): Declare.
18246 * gdb.base/solib-weak.c (foo): Declare.
18247 * gdb.base/attach-twice.c: Include stdio.h.
18248 * gdb.base/weaklib1.c: Likewise.
18249 * gdb.base/weaklib2.c: Likewise.
18250 * gdb.base/catch-signal-fork.c: Include stdio.h and sys/wait.h.
18251 * gdb.mi/mi-condbreak-call-thr-state-mt.c: Include stdio.h and
18252 unistd.h.
18253 * gdb.base/attach-pie-misread.c: Include stdlib.h.
18254 * gdb.mi/mi-exit-code.c: Likewise.
18255 * gdb.base/break-interp-lib.c: Include string.h.
18256 * gdb.base/coremaker.c: Likewise.
18257 * gdb.base/testenv.c: Likewise.
18258 * gdb.python/py-finish-breakpoint.c: Likewise.
18259 * gdb.base/inferior-died.c: Include sys/wait.h.
18260 * gdb.base/fileio.c: Include time.h.
18261 * gdb.base/async-shell.c: Include unistd.h.
18262 * gdb.base/dprintf-non-stop.c: Likewise.
18263 * gdb.base/info-os.c: Likewise.
18264 * gdb.mi/mi-console.c: Likewise.
18265 * gdb.mi/watch-nonstop.c: Likewise.
18266 * gdb.python/py-events.c: Likewise.
18267 * gdb.base/async.c (baz): Move up before its invocation.
18268 * gdb.base/code_elim2.c (my_global_func): Likewise.
18269 * gdb.base/skip-solib-lib.c (multiply): Likewise.
18270 * gdb.base/advance.c (func2): Likewise.
18271
3b5d5997
AA
182722014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
18273
18274 * gdb.base/annota1.c: Remove #ifdef PROTOTYPES, keep prototyped
18275 variant.
18276 * gdb.base/annota3.c: Likewise.
18277 * gdb.base/async.c: Likewise.
18278 * gdb.base/average.c: Likewise.
18279 * gdb.base/call-ar-st.c: Likewise.
18280 * gdb.base/call-rt-st.c: Likewise.
18281 * gdb.base/call-sc.c: Likewise.
18282 * gdb.base/call-strs.c: Likewise.
18283 * gdb.base/ending-run.c: Likewise.
18284 * gdb.base/execd-prog.c: Likewise.
18285 * gdb.base/exprs.c: Likewise.
18286 * gdb.base/foll-exec.c: Likewise.
18287 * gdb.base/foll-fork.c: Likewise.
18288 * gdb.base/foll-vfork.c: Likewise.
18289 * gdb.base/funcargs.c: Likewise.
18290 * gdb.base/gcore.c: Likewise.
18291 * gdb.base/jump.c: Likewise.
18292 * gdb.base/langs0.c: Likewise.
18293 * gdb.base/langs1.c: Likewise.
18294 * gdb.base/langs2.c: Likewise.
18295 * gdb.base/mips_pro.c: Likewise.
18296 * gdb.base/nodebug.c: Likewise.
18297 * gdb.base/opaque0.c: Likewise.
18298 * gdb.base/opaque1.c: Likewise.
18299 * gdb.base/recurse.c: Likewise.
18300 * gdb.base/run.c: Likewise.
18301 * gdb.base/scope0.c: Likewise.
18302 * gdb.base/scope1.c: Likewise.
18303 * gdb.base/setshow.c: Likewise.
18304 * gdb.base/setvar.c: Likewise.
18305 * gdb.base/shmain.c: Likewise.
18306 * gdb.base/shr1.c: Likewise.
18307 * gdb.base/shr2.c: Likewise.
18308 * gdb.base/sigall.c: Likewise.
18309 * gdb.base/signals.c: Likewise.
18310 * gdb.base/so-indr-cl.c: Likewise.
18311 * gdb.base/solib2.c: Likewise.
18312 * gdb.base/structs.c: Likewise.
18313 * gdb.base/sum.c: Likewise.
18314 * gdb.base/vforked-prog.c: Likewise.
18315 * gdb.base/watchpoint.c: Likewise.
18316 * gdb.reverse/shr2.c: Likewise.
18317 * gdb.reverse/until-reverse.c: Likewise.
18318 * gdb.reverse/ur1.c: Likewise.
18319 * gdb.reverse/watch-reverse.c: Likewise.
18320
066a77c5
AA
183212014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
18322
18323 * gdb.base/sepdebug.c: Remove #ifdef PROTOTYPES, keep prototyped
18324 variant.
18325 * gdb.base/sepdebug.exp: Drop references to removed code.
18326
4f204ea5
AA
183272014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
18328
18329 * gdb.base/list0.h: Remove #ifdef PROTOTYPES, keep prototyped
18330 variant. Preserve original line numbering.
18331 * gdb.base/list1.c: Likewise.
18332
3b377a3a
AA
183332014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
18334
18335 * gdb.base/break.c: Remove #ifdef PROTOTYPES, keep prototyped
18336 variant.
18337 * gdb.base/break1.c: Likewise.
18338 * gdb.base/break.exp: Drop references to removed code.
18339
e444df73
AA
183402014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
18341
18342 * gdb.base/solib1.c: Remove #ifdef PROTOTYPES, keep prototyped
18343 variant.
18344
8008f2a7
AA
183452014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
18346
18347 * gdb.base/callfuncs.exp (perform_all_tests): Re-indent.
18348
a5a06887
AA
183492014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
18350
18351 * gdb.base/callfuncs.exp: Remove 'prototypes' variable. Move main
18352 logic into perform_all_tests() and invoke it with and without
18353 function header prototypes.
18354 (do_function_calls): Remove conditional XFAIL for PR 5318.
18355 (rerun_and_prepare): Remove duplicate code.
18356 (perform_all_tests): New. Main logic moved here.
18357
44dba9b9
AA
183582014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
18359
18360 * gdb.base/callfuncs.c (t_float_many_args): Fix syntax error in
18361 code guarded by #ifdef NO_PROTOTYPES.
18362 (t_double_many_args): Likewise.
18363 (DEF_FUNC_MANY_ARGS_1): Likewise.
18364 (DEF_FUNC_VALUES_1): Likewise.
18365 (t_structs_ldc): Renamed from t_structs_fc in conditional code
18366 guarded by #ifdef PROTOTYPES.
18367
d1fbcd56
AA
183682014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
18369
18370 * gdb.mi/mi-console.c: Add eye-catcher.
18371 * gdb.mi/mi-console.exp (semihosted_string): Refer to eye-catcher
18372 instead of literal line number.
18373
b0e59b8f
AA
183742014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
18375
18376 * gdb.base/shr2.c: Add eye-catcher.
18377 * gdb.base/shlib-call.exp: Refer to eye-catcher instead of literal
18378 line number.
18379
78f98cca
AA
183802014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
18381
18382 * gdb.base/jump.c: Add eye-catchers.
18383 * gdb.base/jump.exp: Refer to eye-catchers instead of literal line
18384 numbers.
18385
58fa2af0
AA
183862014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
18387
18388 * gdb.base/execd-prog.c: Add eye-catchers.
18389 * gdb.base/foll-exec.c: Likewise.
18390 * gdb.base/foll-exec.exp: Refer to eye-catchers instead of literal
18391 line numbers.
18392
04e5059b
AA
183932014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
18394
18395 * gdb.base/ending-run.c: Add eye-catchers.
18396 * gdb.base/ending-run.exp: Refer to eye-catchers instead of
18397 literal line numbers.
18398
dbfdb174
AA
183992014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
18400
18401 * gdb.base/call-rt-st.c: Add eye-catchers.
18402 * gdb.base/call-rt-st.exp: Refer to eye-catchers instead of
18403 literal line numbers.
18404
888a2ade
AA
184052014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
18406
18407 * gdb.base/call-ar-st.c: Add eye-catchers.
18408 * gdb.base/call-ar-st.exp: Refer to eye-catchers instead of
18409 literal line numbers.
18410
6acc2dde
AA
184112014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
18412
18413 * gdb.base/average.c: Add eye-catchers.
18414 * gdb.base/sum.c: Likewise.
18415 * gdb.base/dbx.exp: Use eye-catchers to determine line numbers for
18416 regexps dynamically.
18417
9ecfcd1d
AA
184182014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
18419
18420 * gdb.base/solib1.c: Add eye-catchers.
18421 * gdb.base/so-impl-ld.exp: Match against eye-catchers instead of
18422 literal line numbers.
18423
78708b7c
PA
184242014-11-12 Pedro Alves <palves@redhat.com>
18425
18426 * gdb.threads/leader-exit.exp: Test sending ctrl-c works after the
18427 leader has exited.
18428
af48d08f
PA
184292014-11-12 Pedro Alves <palves@redhat.com>
18430
18431 * gdb.arch/i386-bp_permanent.c: New file.
18432 * gdb.arch/i386-bp_permanent.exp: Don't skip on x86_64.
18433 (srcfile): Set to i386-bp_permanent.c.
18434 (top level): Adjust to work in both 32-bit and 64-bit modes. Test
18435 that stepi does not execute the 'leave' instruction, instead of
18436 testing it does execute.
18437 * gdb.base/bp-permanent.c: New file.
18438 * gdb.base/bp-permanent.exp: New file.
18439
af3768e9
DE
184402014-11-10 Doug Evans <xdje42@gmail.com>
18441
18442 PR symtab/17564
18443 * gdb.base/symtab-search-order.exp: New file.
18444 * gdb.base/symtab-search-order.c: New file.
18445 * gdb.base/symtab-search-order-1.c: New file.
18446 * gdb.base/symtab-search-order-shlib-1.c: New file.
18447
9de00a4a
PA
184482014-11-07 Pedro Alves <palves@redhat.com>
18449
18450 PR gdb/17511
18451 * gdb.base/sigstep.exp (in_handler_map) <si+advance>: xfail
18452 i?86-*-linux*.
18453
e0f52461
SC
184542014-11-03 Siva Chandra Reddy <sivachandra@google.com>
18455
18456 PR c++/17494
18457 * gdb.cp/pr17494.cc: New file.
18458 * gdb.cp/pr17494.exp: New file.
18459
6ce8c980
YQ
184602014-11-02 Yao Qi <yao@codesourcery.com>
18461
18462 * gdb.python/python.exp: Get working directory and match the
18463 output of "set extended-prompt \\w " with it.
18464
02be9a71
DE
184652014-10-30 Doug Evans <dje@google.com>
18466
18467 * gdb.python/py-objfile.exp: Add tests for setting random attributes
18468 in objfiles.
18469 * gdb.python/py-progspace.exp: Add tests for setting random attributes
18470 in progspaces.
18471
3bdff46b
LM
184722014-10-30 Janis Johnson <janisjo@codesourcery.com>
18473
18474 * gdb.base/fullpath-expand.exp: Skip for a remote host.
18475 * gdb.base/realname-expand.exp: Likewise.
18476 * gdb.linespec/macro-relative.exp: Likewise.
18477
ab917dfb
PA
184782014-10-29 Pedro Alves <palves@redhat.com>
18479
18480 PR gdb/17408
18481 * gdb.threads/schedlock.c (some_function): New function.
18482 (call_function): New global.
18483 (MAYBE_CALL_SOME_FUNCTION): New macro.
18484 (thread_function): Call it.
18485 * gdb.threads/schedlock.exp (get_args): Add description parameter,
18486 and use it instead of a global counter. Adjust all callers.
18487 (get_current_thread): Use "find current thread" for test message
18488 here rather than having all callers pass down the same string.
18489 (goto_loop): New procedure, factored out from ...
18490 (my_continue): ... this.
18491 (step_ten_loops): Change parameter from test message to command to
18492 use. Adjust.
18493 (list_count): Delete global.
18494 (check_result): New procedure, factored out from duplicate top
18495 level code.
18496 (continue tests): Wrap in with_test_prefix.
18497 (test_step): New procedure, factored out from duplicate top level
18498 code.
18499 (top level): Test "step" in combination with all scheduler-locking
18500 modes. Test "next" in combination with all scheduler-locking
18501 modes, and in combination with stepping over a function call or
18502 not.
18503 * gdb.threads/next-bp-other-thread.c: New file.
18504 * gdb.threads/next-bp-other-thread.exp: New file.
18505
d3d4baed
PA
185062014-10-29 Pedro Alves <palves@redhat.com>
18507
18508 PR python/17372
18509 * gdb.python/python.exp: Test a multi-line command that spawns
18510 interactive Python.
18511 * gdb.base/multi-line-starts-subshell.exp: New file.
18512
563e8d85
YQ
185132014-10-29 Yao Qi <yao@codesourcery.com>
18514
18515 * gdb.base/fileio.exp: Make directories on host.
18516
0ea4d52e
YQ
185172014-10-29 Yao Qi <yao@codesourcery.com>
18518
18519 * gdb.base/fileio.c (test_write): Close the file.
18520
7f5ef605
PA
185212014-10-28 Pedro Alves <palves@redhat.com>
18522
18523 PR gdb/12623
18524 * gdb.base/sigstep.c (no_handler): New global.
18525 (main): If 'no_handler is true, set the signal handlers to
18526 SIG_IGN.
18527 * gdb.base/sigstep.exp (breakpoint_over_handler): Add
18528 with_sw_watch and no_handler parameters. Handle them.
18529 (top level) <stepping over handler when stopped at a breakpoint
18530 test>: Add a test axis for testing with a software watchpoint, and
18531 another for testing with the signal handler set to SIG_IGN.
18532 * gdb.base/step-sw-breakpoint-adjust-pc.c: New file.
18533 * gdb.base/step-sw-breakpoint-adjust-pc.exp: New file.
18534
abbdbd03
PA
185352014-10-28 Pedro Alves <palves@redhat.com>
18536
18537 PR gdb/17511
18538 * gdb.base/sigstep.c (handler): Add a few more writes to 'done'.
18539 * gdb.base/sigstep.exp (other_handler_location): New global.
18540 (advance): Support stepping into the signal handler, and running
18541 commands while in the handler.
18542 (in_handler_map): New global.
18543 (top level): In the advance test, add combinations for getting
18544 into the handler with stepping commands, and for running commands
18545 in the handler. Add comment descripting the advancei tests.
18546
1df4399f
PA
185472014-10-28 Pedro Alves <palves@redhat.com>
18548
18549 * gdb.base/sigstep.exp: Use build_executable instead of
18550 prepare_for_testing.
18551 (top level): Move code that starts GDB, runs to main and creates a
18552 display to ...
18553 (restart): ... this new procedure.
18554 (top level): Move backtrace from signal handler test to ...
18555 (validate_backtrace): ... this new procedure.
18556 (advance, advancei): Rename parameter from 'i' to 'cmd'. Use
18557 with_test_prefix. Always restart GDB.
18558 (skip_to_handler): Rename parameter from 'i' to 'cmd'. Use
18559 with_test_prefix. Always restart GDB. No need to delete
18560 breakpoints after the test.
18561 (test_skip_handler): Remove prefix parameter.
18562 (skip_over_handler, breakpoint_to_handler)
18563 (breakpoint_to_handler_entry, breakpoint_over_handler): Rename
18564 parameter from 'i' to 'cmd'. Use with_test_prefix. Always
18565 restart GDB. No need to delete breakpoints after the test.
18566 (top level): Use foreach to call the test procedures with
18567 different commands.
18568
a5b6e449
PA
185692014-10-28 Pedro Alves <palves@redhat.com>
18570
18571 * gdb.base/sigaltstack.exp: Update to use Bugzilla bug numbers
18572 instead of GNATS numbers.
18573 * gdb.base/sigbpt.exp: Likewise.
18574 * gdb.base/siginfo.exp: Likewise.
18575 * gdb.base/sigstep.exp: Likewise.
18576
e5f8a7cc
PA
185772014-10-27 Pedro Alves <palves@redhat.com>
18578
18579 * gdb.base/sigstep.c (dummy): New global.
18580 (main): Issue a couple writes to the new global.
18581 * gdb.base/sigstep.exp (get_next_pc, test_skip_handler): New
18582 procedures.
18583 (skip_over_handler): Use test_skip_handler.
18584 (top level): Call skip_over_handler for stepi and nexti too.
18585 (breakpoint_over_handler): Use test_skip_handler.
18586 (top level): Call breakpoint_over_handler for stepi and nexti too.
18587
763905a3
YQ
185882014-10-27 Yao Qi <yao@codesourcery.com>
18589
18590 * gdb.trace/tfile.c (adjust_function_address)
18591 [__powerpc64__ && _CALL_ELF != 2]: Get function address from
18592 function descriptor.
18593
6f259a23
DB
185942014-10-24 Don Breazeal <donb@codesourcery.com>
18595
18596 * gdb.base/foll-fork.exp (test_follow_fork,
18597 catch_fork_child_follow): Check for updated fork messages emitted
18598 from infrun.c.
18599 * gdb.base/foll-vfork.exp (vfork_parent_follow_through_step,
18600 vfork_parent_follow_to_bp, vfork_and_exec_child_follow_to_main_bp,
18601 vfork_and_exec_child_follow_through_step): Check for updated vfork
18602 messages emitted from infrun.c.
18603
09dd9a69
PA
186042014-10-24 Pedro Alves <palves@redhat.com>
18605
18606 * gdb.base/corefile.exp: Remove references to ultrix.
18607 * gdb.base/interrupt.exp: Likewise.
18608 * gdb.base/whatis.exp: Likewise.
18609 * gdb.gdb/selftest.exp: Likewise.
18610 * gdb.threads/manythreads.exp: Likewise.
18611 * gdb.threads/print-threads.exp: Likewise.
18612 * gdb.threads/pthreads.exp:: Likewise.
18613 * gdb.threads/schedlock.exp: Likewise.
18614
3433cfa5
SC
186152014-10-24 Siva Chandra Reddy <sivachandra@google.com>
18616
18617 * gdb.cp/non-trivial-retval.cc: Add a test case.
18618 * gdb.cp/non-trivial-retval.exp: Add a test.
18619
092f880b
YQ
186202014-10-20 Yao Qi <yao@codesourcery.com>
18621
18622 * gdb.python/py-objfile-script-gdb.py.in: Rename it to ...
18623 * gdb.python/py-objfile-script-gdb.py: New file.
18624 * gdb.python/py-objfile-script.exp: Update reference to
18625 py-objfile-script-gdb.py.in. Use gdb_remote_donwload instead
18626 of remote_download. Remove the dest file.
18627
acbdb7f3
YQ
186282014-10-20 Yao Qi <yao@codesourcery.com>
18629
18630 * gdb.base/checkpoint.exp: Don't remove file copied on host.
18631 * gdb.base/step-line.exp: Likewise.
18632 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
18633 * gdb.dwarf2/dw2-basic.exp: Likewise.
18634 * gdb.dwarf2/dw2-compressed.exp: Likewise.
18635 * gdb.dwarf2/dw2-filename.exp: Likewise.
18636 * gdb.dwarf2/dw2-intercu.exp: Likewise.
18637 * gdb.dwarf2/dw2-intermix.exp: Likewise.
18638 * gdb.dwarf2/dw2-producer.exp: Likewise.
18639 * gdb.dwarf2/mac-fileno.exp: Likewise.
18640 * gdb.python/py-frame-args.exp: Likewise.
18641 * gdb.python/py-framefilter.exp: Likewise.
18642 * gdb.python/py-mi.exp: Likewise.
18643 * gdb.python/py-objfile-script.exp: Likewise
18644 * gdb.python/py-pp-integral.exp: Likewise.
18645 * gdb.python/py-pp-re-notag.exp: Likewise.
18646 * gdb.python/py-prettyprint.exp: Likewise.
18647 * gdb.python/py-section-script.exp: Likewise.
18648 * gdb.python/py-typeprint.exp: Likewise.
18649 * gdb.python/py-xmethods.exp: Likewise.
18650 * gdb.stabs/weird.exp: Likewise.
18651 * gdb.xml/tdesc-regs.exp: Likewise.
18652
bd286a29
KCY
186532014-10-18 Kwok Cheung Yeung <kcy@codesourcery.com>
18654
18655 * gdb.dwarf2/dw2-dir-file-name.exp (addr_len): New.
18656 (out_cu): Use addr_len for the size of addresses.
18657 (out_line): Likewise. Size DW_LNE_set_address instruction
18658 according to addr_len.
18659 * gdb.dwarf2/dw2-dir-file-name.c (START_INSNS): New.
18660 (FUNC): Add START_INSNS to definition.
18661
673dc4a0
YQ
186622014-10-18 Yao Qi <yao@codesourcery.com>
18663
18664 * gdb.base/argv0-symlink.exp: Check argv[0] value if
18665 gdb_has_argv0 return true.
18666 * gdb.guile/scm-value.exp (test_value_in_inferior): Don't
18667 check [target_info exists noargs], check [gdb_has_argv0]
18668 instead.
18669 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
18670 * lib/gdb.exp (gdb_has_argv0, gdb_has_argv0_1): New
18671 procedures.
18672
4ffbba72
DE
186732014-10-17 Doug Evans <dje@google.com>
18674
18675 * gdb.python/py-events.exp: Update expected output for clear_objfiles
18676 event.
18677 * gdb.python/py-events.py: Add clear_objfiles event.
18678
d096d8c1
DE
186792014-10-17 Doug Evans <dje@google.com>
18680
18681 * gdb.python/py-objfile.exp: Test progspace attribute.
18682
a80db015
LM
186832014-10-17 Luis Machado <lgustavo@codesourcery.com>
18684
18685 * gdb.guile/scm-breakpoint.exp: Do not assume any
18686 directory separators when matching source file paths.
18687 * gdb.python/py-breakpoint.exp: Likewise.
18688 * gdb.reverse/break-precsave.exp: Likewise.
18689 * gdb.reverse/break-reverse.exp: Likewise.
18690 * gdb.reverse/consecutive-precsave.exp: Likewise.
18691 * gdb.reverse/finish-precsave.exp: Likewise.
18692 * gdb.reverse/finish-reverse-bkpt.exp: Likewise.
18693 * gdb.reverse/finish-reverse.exp: Likewise.
18694 * gdb.reverse/i386-precsave.exp: Likewise.
18695 * gdb.reverse/i387-env-reverse.exp: Likewise.
18696 * gdb.reverse/i387-stack-reverse.exp: Likewise.
18697 * gdb.reverse/machinestate-precsave.exp: Likewise.
18698 * gdb.reverse/machinestate.exp: Likewise.
18699 * gdb.reverse/sigall-precsave.exp: Likewise.
18700 * gdb.reverse/solib-precsave.exp: Likewise.
18701 * gdb.reverse/step-precsave.exp: Likewise.
18702 * gdb.reverse/until-precsave.exp: Likewise.
18703 * gdb.reverse/watch-precsave.exp: Likewise.
18704 * gdb.reverse/watch-reverse.exp: Likewise.
18705
b22089ab
YQ
187062014-10-17 Yao Qi <yao@codesourcery.com>
18707
18708 * lib/gdb.exp (gdb_skip_xml_test): Copy trivial.xml to host.
18709 * gdb.xml/tdesc-regs.exp: Copy single-reg.xml to host.
18710
6c4486e6
PA
187112014-10-17 Pedro Alves <palves@redhat.com>
18712
18713 PR gdb/17471
18714 * gdb.base/bg-execution-repeat.c: New file.
18715 * gdb.base/bg-execution-repeat.exp: New file.
18716
0ff33695
PA
187172014-10-17 Pedro Alves <palves@redhat.com>
18718
18719 PR gdb/17300
18720 * gdb.base/continue-all-already-running.c: New file.
18721 * gdb.base/continue-all-already-running.exp: New file.
18722
6fdebc3d
PA
187232014-10-17 Pedro Alves <palves@redhat.com>
18724
18725 PR gdb/17472
18726 * gdb.base/annota-input-while-running.c: New file.
18727 * gdb.base/annota-input-while-running.exp: New file.
18728
32a8097b
PA
187292014-10-17 Pedro Alves <palves@redhat.com>
18730
18731 * gdb.base/callfuncs.exp: emove references to osf.
18732 * gdb.base/sigall.exp: Likewise.
18733 * gdb.gdb/selftest.exp: Likewise.
18734 * gdb.hp/gdb.base-hp/callfwmall.exp: Likewise.
18735 * gdb.mi/non-stop.c: Likewise.
18736 * gdb.mi/pthreads.c: Likewise.
18737 * gdb.reverse/sigall-precsave.exp: Likewise.
18738 * gdb.reverse/sigall-reverse.exp: Likewise.
18739 * gdb.threads/pthreads.c: Likewise.
18740 * gdb.threads/pthreads.exp: Likewise.
18741
7a3517ff
YQ
187422014-10-17 Yao Qi <yao@codesourcery.com>
18743
18744 * gdb.base/commands.exp (gdbvar_complex_if_while_test): Don't
18745 check 'target_info exists noargs'.
18746 (test_command_prompt_position): Likewise.
18747 (progvar_simple_if_test): Don't check 'target_info exists noargs'.
18748 Remove "set args".
18749 (progvar_simple_while_test): Likewise.
18750 (progvar_complex_if_while_test): Likewise.
18751 (if_while_breakpoint_command_test): Likewise.
18752 (infrun_breakpoint_command_test): Likewise.
18753 (breakpoint_command_test): Likewise.
18754 (watchpoint_command_test): Likewise.
18755 (bp_deleted_in_command_test): Likewise.
18756 (temporary_breakpoint_commands): Likewise.
18757
bb99c472
YQ
187582014-10-16 Yao Qi <yao@codesourcery.com>
18759
18760 * gdb.base/remotetimeout.exp: Remove noargs checking.
18761
7c16b83e
PA
187622014-10-15 Pedro Alves <palves@redhat.com>
18763
18764 PR breakpoints/9649
18765 * gdb.base/breakpoint-in-ro-region.c (main): Add more instructions.
18766 * gdb.base/breakpoint-in-ro-region.exp
18767 (probe_target_hardware_step): New procedure.
18768 (top level): Probe hardware stepping and hardware breakpoint
18769 support. Test stepping through a read-only region, with both
18770 "breakpoint auto-hw" on and off and both "always-inserted" on and
18771 off.
18772
35a49624
IB
187732014-10-15 Iain Buclaw <ibuclaw@gdcproject.org>
18774
18775 * gdb.dlang/demangle.exp: Update for demangling changes.
18776
2d1c107c
SC
187772014-10-15 Siva Chandra Reddy <sivachandra@google.com>
18778
18779 * gdb.cp/non-trivial-retval.cc: Add new test cases.
18780 * gdb.cp/non-trivial-retval.exp: Add new tests.
18781
778811d5
SC
187822014-10-15 Siva Chandra Reddy <sivachandra@google.com>
18783
18784 PR c++/13403
18785 PR c++/15154
18786 * gdb.cp/non-trivial-retval.cc: New file.
18787 * gdb.cp/non-trivial-retval.exp: New file.
18788
10c5f0a8
YQ
187892014-10-15 Yao Qi <yao@codesourcery.com>
18790
18791 * gdb.python/py-parameter.exp: Don't match $srcdir/$subdir on
18792 remote host.
18793
65d7b369
YQ
187942014-10-15 Yao Qi <yao@codesourcery.com>
18795
18796 * gdb.python/py-symbol.exp: Match file base name if host is
18797 remote, otherwise match file name with dir name.
18798 * gdb.python/py-symtab.exp: Likewise.
18799 * gdb.python/python.exp: Likewise.
18800
46dc1394
YQ
188012014-10-15 Yao Qi <yao@codesourcery.com>
18802
18803 * gdb.python/py-symbol.exp: Remove trailing ".*" in the
18804 pattern.
18805 * gdb.python/py-symtab.exp: Likewise.
18806 * gdb.python/python.exp: Remove trailing ".*". Fix typo
18807 locationn.
18808
c40cc657
JB
188092014-10-14 Joel Brobecker <brobecker@adacore.com>
18810
18811 * gdb.ada/addr_arith: New testcase.
18812
2abf49e1
MR
188132014-10-14 Maciej W. Rozycki <macro@codesourcery.com>
18814
18815 * gdb.dwarf2/dw2-case-insensitive-debug.S: Handle 64-bit pointers.
18816 * gdb.dwarf2/dw2-case-insensitive.exp: Update accordingly.
18817 * gdb.dwarf2/dw2-skip-prologue.S: Handle 64-bit pointers.
18818 * gdb.dwarf2/dw2-skip-prologue.exp: Update accordingly.
18819
f7088df3
SDJ
188202014-10-14 Sergio Durigan Junior <sergiodj@redhat.com>
18821
18822 * gdb.arch/stap-eval-lang-ada.S: Likewise.
18823 * gdb.arch/stap-eval-lang-ada.c: Likewise.
18824 * gdb.arch/stap-eval-lang-ada.exp: New file.
18825
4dc06805
YQ
188262014-10-14 Yao Qi <yao@codesourcery.com>
18827
18828 * gdb.mi/mi-var-child.c (nothing1): New function.
18829 (nothing2): New function.
18830 (do_children_tests): Set function pointers by nothing1 and
18831 nothing2.
18832 * gdb.mi/mi-var-child.exp: Step over new added statements.
18833 Update test to match the new output.
18834 * gdb.mi/var-cmd.c (nothing1): New function.
18835 (nothing2): New function.
18836 (do_children_tests): Set function pointers by nothing1 and
18837 nothing2.
18838 * gdb.mi/mi-var-display.exp: Update test to match output.
18839 Step to the line specified by $line_dct_nothing.
18840 Increase the number of lines to step.
18841
46a93de2
YQ
188422014-10-14 Yao Qi <yao@codesourcery.com>
18843
18844 * gdb.mi/mi-var-child.exp: Use mi_varobj_update to simplify
18845 tests.
18846 * gdb.mi/mi2-var-child.exp: Likewise.
18847
14ea52ee
DE
188482014-10-13 Doug Evans <dje@google.com>
18849
18850 * gdb.python/py-objfile.exp: Change name of file name test.
18851
e5c6e92b
DE
188522014-10-13 Doug Evans <dje@google.com>
18853
18854 * gdb.dwarf2/dw2-op-out-param.S: Make DW_FORM_ref4 values be the offset
18855 from the start of the CU.
18856
c780cc2f
JK
188572014-10-13 Jan Kratochvil <jan.kratochvil@redhat.com>
18858 Yao Qi <yao@codesourcery.com>
18859
18860 Fix "save breakpoints" for "catch" command.
18861 * gdb.base/catch-signal.exp: Add gdb_breakpoint "main".
18862 Remove -nonewline. Match also the added "main" line.
18863
99894e11
JK
188642014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
18865
18866 Fix "save breakpoints" for "disable $bpnum" command.
18867 * gdb.base/save-bp.c (main): Add label.
18868 * gdb.base/save-bp.exp: Add 8th disabled breakpoint. Match it.
18869
6e1ac5a3
JK
188702014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
18871
18872 * gdb.base/save-bp.exp (info break): Use gdb_test_sequence.
18873
754dd2b0
YQ
188742014-10-11 Yao Qi <yao@codesourcery.com>
18875
18876 * gdb.server/server-kill.exp: Execute command
18877 "set remote trace-status-packet on" before "tstatus".
18878
f90183d7
YQ
188792014-10-11 Yao Qi <yao@codesourcery.com>
18880
18881 * gdb.server/server-kill.c: Include sys/types.h and unistd.h.
18882 (main): Call getppid.
18883 * gdb.server/server-kill.exp: Set breakpoint on line "i = 0;"
18884 and continue to it. Read variable "server_pid".
18885
bf40a607
YQ
188862014-10-11 Yao Qi <yao@codesourcery.com>
18887
18888 * gdb.server/server-kill.exp: Remove "delete_breakpoints".
18889
052ca370
YQ
188902014-10-11 Yao Qi <yao@codesourcery.com>
18891
18892 * gdb.threads/thread-find.exp: Don't execute command
18893 "info threads".
18894 * gdb.threads/attach-into-signal.exp (corefunc): Likewise.
18895 * gdb.threads/linux-dp.exp: Don't check the condition
18896 $threads_created equals to zero.
18897
3831839c
PA
188982014-10-10 Pedro Alves <palves@redhat.com>
18899
18900 * gdb.base/bigcore.exp: Remove references to IRIX.
18901 * gdb.base/funcargs.exp: Likewise.
18902 * gdb.base/interrupt.exp: Likewise.
18903 * gdb.base/mips_pro.exp: Likewise.
18904 * gdb.base/nodebug.exp: Likewise.
18905 * gdb.base/setvar.exp: Likewise.
18906 * lib/gdb.exp (gdb_compile_shlib): Remove mips-sgi-irix* case.
18907
8b9a549d
PA
189082014-10-10 Jan Kratochvil <jan.kratochvil@redhat.com>
18909 Pedro Alves <palves@redhat.com>
18910
18911 PR symtab/14466
18912 * gdb.base/vdso-warning.c: New file.
18913 * gdb.base/vdso-warning.exp: New file.
18914
d48ba5e8
DE
189152014-10-02 Doug Evans <dje@google.com>
18916
18917 * gdb.base/structs.c (main): Don't run forever.
18918
2278c276
PA
189192014-10-02 Pedro Alves <palves@redhat.com>
18920
18921 * gdb.threads/manythreads.exp (interrupt_and_wait): New procedure.
18922 (top level) <stop threads 1, stop threads 2>: Use it.
18923
b57bacec
PA
189242014-10-02 Pedro Alves <palves@redhat.com>
18925
18926 * gdb.threads/break-while-running.exp (test): Add new
18927 'update_thread_list' argument. Skip "info threads" if false.
18928 (top level): Add new 'update_thread_list' axis.
18929
13fd3ff3
PA
189302014-10-02 Pedro Alves <palves@redhat.com>
18931
18932 PR breakpoints/17431
18933 * gdb.base/execl-update-breakpoints.c: New file.
18934 * gdb.base/execl-update-breakpoints.exp: New file.
18935
0fec99e8
PA
189362014-10-01 Pedro Alves <palves@redhat.com>
18937
18938 * gdb.base/breakpoint-in-ro-region.c: New file.
18939 * gdb.base/breakpoint-in-ro-region.exp: New file.
18940
2ddf4301
SM
189412014-10-01 Simon Marchi <simon.marchi@ericsson.com>
18942
18943 * gdb.mi/mi-exit-code.exp: New file.
18944 * gdb.mi/mi-exit-code.c: New file.
18945
6a5f3f43
YQ
189462014-09-30 Yao Qi <yao@codesourcery.com>
18947
18948 * lib/prelink-support.exp (build_executable_own_libs): Error if
18949 the target isn't native.
18950
345bcc73
YQ
189512014-09-30 Yao Qi <yao@codesourcery.com>
18952
18953 * gdb.threads/dlopen-libpthread.exp: Skip it if isnative is
18954 false.
18955
a25a5a45
PA
189562014-09-22 Pedro Alves <palves@redhat.com>
18957
18958 * gdb.threads/break-while-running.exp: New file.
18959 * gdb.threads/break-while-running.c: New file.
18960
00ba3162
YQ
189612014-09-19 Yao Qi <yao@codesourcery.com>
18962
18963 * gdb.dwarf2/dw2-var-zero-addr.exp: Move test into new proc test.
18964 Invoke test. Restart GDB with --readnow and invoke test again.
18965
c3b7b696
YQ
189662014-09-19 Yao Qi <yao@codesourcery.com>
18967
18968 * gdb.base/break-on-linker-gcd-function.exp: Move test into new
18969 proc set_breakpoint_on_gcd_function. Invoke
18970 set_breakpoint_on_gcd_function. Restart GDB with --readnow and
18971 invoke set_breakpoint_on_gcd_function again.
18972
2b4fd423
DE
189732014-09-18 Doug Evans <dje@google.com>
18974
18975 * gdb.dwarf2/symtab-producer.exp: New file.
18976
a5947601
SDJ
189772014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
18978
18979 * gdb.base/global-var-nested-by-dso-solib1.c: New file.
18980 * gdb.base/global-var-nested-by-dso-solib2.c: Likewise.
18981 * gdb.base/global-var-nested-by-dso.c: Likewise.
18982 * gdb.base/global-var-nested-by-dso.exp: Likewise.
18983
91c19059
SDJ
189842014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
18985 Pedro Alves <palves@redhat.com>
18986
18987 * gdb.base/watch-bitfields.exp: Pass string other than test file
18988 name to prepare_for_testing.
18989 (watch): New procedure.
18990 (expect_watchpoint): Use with_test_prefix.
18991 (top level): Factor out tests to ...
18992 (test_watch_location, test_regular_watch): ... these new
18993 procedures, and use with_test_prefix and gdb_continue_to_end.
18994
bb9d5f81
PP
189952014-09-16 Patrick Palka <patrick@parcs.ath.cx>
18996
18997 PR breakpoints/12526
18998 * gdb.base/watch-bitfields.exp: New file.
18999 * gdb.base/watch-bitfields.c: New file.
19000
635856f5
PA
190012014-09-16 Pedro Alves <palves@redhat.com>
19002
19003 * gdb.base/watchpoint-stops-at-right-insn.exp (test): Compare
19004 software and hardware addresses, not software address against
19005 itself.
19006
7280ceea
PA
190072014-09-16 Pedro Alves <palves@redhat.com>
19008
19009 * gdb.base/watchpoint-stops-at-right-insn.c: New file.
19010 * gdb.base/watchpoint-stops-at-right-insn.exp: New file.
19011
428b16bd
PA
190122014-09-16 Pedro Alves <palves@redhat.com>
19013
19014 * config/vx.exp, config/vxworks.exp, config/vxworks29k.exp: Delete
19015 files.
19016 * gdb.base/a2-run.exp: Remove all code guarded by istarget
19017 "*-*-vxworks*" throughout.
19018 * gdb.base/break.exp: Likewise.
19019 * gdb.base/default.exp: Likewise.
19020 * gdb.base/scope.exp: Likewise.
19021 * gdb.base/sepdebug.exp: Likewise.
19022 * gdb.base/break.c: Remove all code guarded by #ifdef vxworks
19023 throughout.
19024 * gdb.base/run.c: Likewise.
19025 * gdb.base/sepdebug.c: Likewise.
19026 * gdb.hp/gdb.aCC/run.c: Likewise.
19027 * gdb.reverse/until-reverse.c: Likewise.
19028 * lib/gdb.exp (gdb_compile): Remove is_vxworks branch.
19029
666d413c
YQ
190302014-09-16 Yao Qi <yao@codesourcery.com>
19031
19032 * boards/local-remote-host-native.exp: New file.
19033
57cbd724
DE
190342014-09-14 Doug Evans <xdje42@gmail.com>
19035
19036 * gdb.threads/queue-signal.c (thread_count): New variable.
19037 (thread_count_mutex, thread_count_condvar): New variables.
19038 (incr_thread_count, wait_all_threads_running): New functions.
19039 (main): Wait for all threads to be in their thread functions.
19040
81219e53
DE
190412014-09-13 Doug Evans <xdje42@gmail.com>
19042
19043 * gdb.threads/queue-signal.c: New file.
19044 * gdb.threads/queue-signal.exp: New file.
19045
3714cea7
DE
190462014-09-13 Doug Evans <xdje42@gmail.com>
19047
19048 * lib/gdb.exp (gdb_prompt): Add comment and change initial value to
19049 be consistent with what default_gdb_init uses.
19050 (with_gdb_prompt): Change form of PROMPT argument from a regexp to
19051 the plain text of the prompt. Add some logging printfs.
19052 * gdb.perf/disassemble.exp: Update call to with_gdb_prompt.
19053
fa43b1d7
PA
190542014-09-12 Pedro Alves <palves@redhat.com>
19055
19056 * gdb.arch/gdb1558.exp: Replace uses of gdb_expect after
19057 gdb_run_cmd with gdb_test_multiple or gdb_test throughout.
19058 * gdb.arch/i386-size-overlap.exp: Likewise.
19059 * gdb.arch/i386-size.exp: Likewise.
19060 * gdb.arch/i386-unwind.exp: Likewise.
19061 * gdb.base/a2-run.exp: Likewise.
19062 * gdb.base/break.exp: Likewise.
19063 * gdb.base/charset.exp: Likewise.
19064 * gdb.base/chng-syms.exp: Likewise.
19065 * gdb.base/commands.exp: Likewise.
19066 * gdb.base/dbx.exp: Likewise.
19067 * gdb.base/find.exp: Likewise.
19068 * gdb.base/funcargs.exp: Likewise.
19069 * gdb.base/jit-simple.exp: Likewise.
19070 * gdb.base/reread.exp: Likewise.
19071 * gdb.base/sepdebug.exp: Likewise.
19072 * gdb.base/step-bt.exp: Likewise.
19073 * gdb.cp/mb-inline.exp: Likewise.
19074 * gdb.cp/mb-templates.exp: Likewise.
19075 * gdb.objc/basicclass.exp: Likewise.
19076 * gdb.threads/killed.exp: Likewise.
19077
9d9bf2df
EBM
190782014-09-12 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
19079
19080 PR tdep/17379
19081 * gdb.arch/powerpc-stackless.S: New file.
19082 * gdb.arch/powerpc-stackless.exp: New file.
19083
1cf2f1b0
JK
190842014-09-12 Jan Kratochvil <jan.kratochvil@redhat.com>
19085
19086 * gdb.base/attach.c: Include unistd.h.
19087 (main): Call alarm. Add label postloop.
19088 * gdb.base/attach.exp (do_attach_tests): Use gdb_get_line_number,
19089 gdb_breakpoint, gdb_continue_to_breakpoint.
19090 (test_command_line_attach_run): Kill ${testpid} in one exit path.
19091
98880d46
PA
190922014-09-11 Pedro Alves <palves@redhat.com>
19093
19094 PR gdb/17347
19095 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): New procedure.
19096 * gdb.base/attach.exp (test_command_line_attach_run): New
19097 procedure.
19098 (top level): Call it.
19099
4c92ff2c
PA
191002014-09-11 Pedro Alves <palves@redhat.com>
19101
19102 * lib/gdb.exp (spawn_wait_for_attach): New procedure.
19103 * gdb.base/attach.exp (do_attach_tests, do_call_attach_tests)
19104 (do_command_attach_tests): Use spawn_wait_for_attach.
19105 * gdb.base/solib-overlap.exp: Likewise.
19106 * gdb.multi/multi-attach.exp: Likewise.
19107 * gdb.python/py-prompt.exp: Likewise.
19108 * gdb.python/py-sync-interp.exp: Likewise.
19109 * gdb.server/ext-attach.exp: Likewise.
19110
3adc1a7d
GKB
191112014-09-11 Gabriel Krisman Bertazi <gabriel@krisman.be>
19112
19113 * gdb.fortran/array-element.exp: Remove unexpected "continue"
19114 command in testcase. Simplify testcase.
19115
96334934
JB
191162014-09-10 Joel Brobecker <brobecker@adacore.com>
19117
19118 * gdb.dwarf2/dynarr-ptr.exp: Add a few ptype tests.
19119
eb479039
JB
191202014-09-10 Joel Brobecker <brobecker@adacore.com>
19121
19122 * gdb.dwarf2/dynarr-ptr.exp: Add 'first, 'last and 'length tests.
19123
deede10c
JB
191242014-09-10 Joel Brobecker <brobecker@adacore.com>
19125
19126 * gdb.dwarf2/dynarr-ptr.exp: Add subscripting tests.
19127
7828a5f5
JB
191282014-09-10 Joel Brobecker <brobecker@adacore.com>
19129
19130 * gdb.dwarf2/dynarr-ptr.c: New file.
19131 * gdb.dwarf2/dynarr-ptr.exp: New file.
19132
33aeebcf
MR
191332014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
19134
19135 * gdb.base/watchpoint-solib.exp: Increase the timeout by a factor
19136 of 30 rather than hardcoding 120 for a slow test case. Take the
19137 `gdb,timeout' target setting into account for this calculation.
19138 Don't extend the timeout for the test cases that don't need it.
19139
7b415901
MR
191402014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
19141
19142 * gdb.reverse/sigall-reverse.exp: Increase the timeout by
19143 a factor of 2 for a slow test case. Take the `gdb,timeout'
19144 target setting into account for this calculation.
19145 * gdb.reverse/until-precsave.exp: Increase the timeout by
19146 a factor of 15 and 3 respectively rather than adding 120
19147 for a pair of slow test cases. Take the `gdb,timeout'
19148 target setting into account for this calculation.
19149
4a40f85a
MR
191502014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
19151
19152 * lib/gdb.exp (gdb_test_multiple): Remove code to select the
19153 timeout, don't pass one down to gdb_expect.
19154 (gdb_expect): Rework timeout selection.
19155
09635af7
MR
191562014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
19157
19158 * lib/gdbserver-support.exp (gdbserver_start): Throw an error
19159 exception on timeout.
19160 (gdbserver_run): Catch any `gdbserver_spawn' error exceptions.
19161 (gdbserver_start_extended): Catch any `gdbserver_start' error
19162 exceptions.
19163 (gdbserver_start_multi, mi_gdbserver_start_multi): Likewise.
19164 * lib/mi-support.exp (mi_gdb_target_load): Catch any
19165 `gdbserver_gdb_load' error exceptions.
19166
2bdd10b7
MR
191672014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
19168
19169 * lib/gdbserver-support.exp (gdbserver_start): Set timeout to
19170 120 on waiting for the TCP socket to open.
19171
316935f0
DE
191722014-09-09 Doug Evans <xdje42@gmail.com>
19173
19174 * gdb.base/default.exp (show_conv_list): Add _caller_is,
19175 _caller_matches, _any_caller_is, _any_caller_matches.
19176
83740597
DE
191772014-09-09 Doug Evans <xdje42@gmail.com>
19178
19179 * gdb.guile/scm-error.exp: Handle guile 2.2 backtrace output.
19180
4c122fc3
YQ
191812014-09-09 Yao Qi <yao@codesourcery.com>
19182
19183 * gdb.mi/mi-var-display.exp: Set print symbol off.
19184
a9f116cb
GKB
191852014-09-07 Gabriel Krisman Bertazi <gabriel@krisman.be>
19186
19187 PR gdb/17035
19188 * gdb.base/commands.exp: Add tests to verify user-defined
19189 commands with empty bodies.
19190 * gdb.python/py-cmd.exp: Test that we don't show user-defined
19191 python commands in `show user command`.
19192 * gdb.python/scm-cmd.exp: Test that we don't show user-defined
19193 scheme commands in `show user command`.
19194
c75bd3a2
JK
191952014-09-07 Jan Kratochvil <jan.kratochvil@redhat.com>
19196
19197 PR python/17355
19198 * gdb.python/amd64-py-framefilter-invalidarg.S: New file.
19199 * gdb.python/py-framefilter-invalidarg-gdb.py.in: New file.
19200 * gdb.python/py-framefilter-invalidarg.exp: New file.
19201 * gdb.python/py-framefilter-invalidarg.py: New file.
19202
faa42425
DE
192032014-09-06 Doug Evans <xdje42@gmail.com>
19204
19205 PR 15276
19206 * gdb.python/py-caller-is.c: New file.
19207 * gdb.python/py-caller-is.exp: New file.
19208
474ca4f6
SDJ
192092014-09-05 Sergio Durigan Junior <sergiodj@redhat.com>
19210
19211 PR gdb/17235
19212 * gdb.arch/amd64-stap-wrong-subexp.exp: New file.
19213 * gdb.arch/amd64-stap-wrong-subexp.S: Likewise.
19214
eb0b0463
SDJ
192152014-09-04 Sergio Durigan Junior <sergiodj@redhat.com>
19216
19217 PR fortran/17237
19218 * gdb.fortran/print-formatted.exp: New file.
19219 * gdb.fortran/print-formatted.f90: Likewise.
19220
5f3b99cf
SS
192212014-09-03 Sasha Smundak <asmundak@google.com>
19222
19223 * gdb.python/py-frame.exp: Test Frame.read_register.
19224
7d793aa9
SDJ
192252014-09-03 Sergio Durigan Junior <sergiodj@redhat.com>
19226
19227 PR python/16699
19228 * gdb.python/py-completion.exp: New file.
19229 * gdb.python/py-completion.py: Likewise.
19230
fb0576e9
DE
192312014-08-28 Doug Evans <dje@google.com>
19232
19233 * gdb.arch/amd64-pseudo.c (main): Rewrite to better specify when
19234 eax,etc. are live with values set by gdb and thus the compiler can't
19235 use them.
19236 * gdb.arch/i386-pseudo.c (main): Ditto.
19237
ee92b0dd
DE
192382014-08-27 Doug Evans <dje@google.com>
19239
19240 * lib/gdb.exp (gdb_compile_shlib): Add support for clang.
19241
6649db35
DE
192422014-08-25 Doug Evans <dje@google.com>
19243
19244 * gdb.mi/basics.c (callee3, callee2, callee1): Specify result type.
19245 (main): Ditto.
19246
564b7600
DE
192472014-08-25 Doug Evans <dje@google.com>
19248
19249 * gdb.threads/thread-execl.exp: #include <stdio.h>.
19250
3881fb67
YQ
192512014-08-24 Yao Qi <yao@codesourcery.com>
19252
19253 * gdb.guile/scm-value.exp (test_lazy_strings): Set print
19254 symbol off.
19255 * gdb.python/py-value.exp (test_lazy_strings): Likewise.
19256
a05a36a5
DE
192572014-08-22 Doug Evans <dje@google.com>
19258
19259 PR 17276
19260 * gdb.dwarf2/dw2-single-line-discriminators.S: New file.
19261 * gdb.dwarf2/dw2-single-line-discriminators.c: New file.
19262 * gdb.dwarf2/dw2-single-line-discriminators.exp: New file.
19263
7c343b48
YQ
192642014-08-22 Yao Qi <yao@codesourcery.com>
19265
19266 * gdb.python/py-finish-breakpoint.exp: Copy .py file to host.
19267 * gdb.python/py-finish-breakpoint2.exp: Likewise.
19268 * gdb.python/python.exp: Likewise. Use .py file on the host
19269 instead of the build.
19270
22fd09ae
JK
192712014-08-21 Jan Kratochvil <jan.kratochvil@redhat.com>
19272
19273 * gdb.threads/gcore-stale-thread.c: New file.
19274 * gdb.threads/gcore-stale-thread.exp: New file.
19275
a8454a7c
PA
192762014-08-21 Pedro Alves <palves@redhat.com>
19277
19278 * gdb.base/gcore-buffer-overflow.exp: Remove "help gcore" test.
19279 * gdb.base/gcore-relro-pie.exp: Likewise.
19280 * gdb.base/gcore-relro.exp: Likewise.
19281 * gdb.base/gcore.exp: Likewise.
19282 * gdb.base/print-symbol-loading.exp: Likewise.
19283 * gdb.threads/gcore-thread.exp: Likewise.
19284 * lib/gdb.exp (gdb_gcore_cmd): Don't expect "Undefined command".
19285
2a31c623
PA
192862014-08-20 Pedro Alves <palves@redhat.com>
19287 Jan Kratochvil <jan.kratochvil@redhat.com>
19288
19289 * Makefile.in (EXTRA_RULES, CC): New variables, get from
19290 configure.
19291 (EXPECT): Handle READ1 being set.
19292 (all): Depend on EXTRA_RULES.
19293 (check-read1, expect-read1, read1.so, read1): New rules.
19294 * README (Testsuite Parameters): Document the READ1 make variable.
19295 (Race detection): New section.
19296 * configure: Regenerate.
19297 * configure.ac: If build==host==target, and running under a
19298 GNU/glibc system, add read1 to the extra Makefile rules.
19299 (EXTRA_RULES): AC_SUBST it.
19300 * lib/read1.c: New file.
19301
d36430db
JB
193022014-08-20 Joel Brobecker <brobecker@adacore.com>
19303
19304 * gdb.dwarf2/data-loc.exp: Add additional tests exercising
19305 the handling of variables declared as a typedef to an array
19306 which a DW_AT_data_location attribute.
19307
9a0dc9e3
PA
193082014-08-19 Andrew Burgess <aburgess@broadcom.com>
19309 Pedro Alves <palves@redhat.com>
19310
19311 PR symtab/14604
19312 PR symtab/14605
19313 * gdb.dwarf2/dw2-op-out-param.exp: Remove kfail branches and use
19314 gdb_test.
19315
0718a8da
PA
193162014-08-19 Pedro Alves <palves@redhat.com>
19317
19318 * gdb.base/watchpoint-hw-hit-once.c (main): Update comment.
19319
13b448cd
YQ
193202014-08-19 Yao Qi <yao@codesourcery.com>
19321
19322 * gdb.base/watchpoint-hw-hit-once.exp: Set breakpoint on the
19323 right line.
19324
1cbf5077
DB
193252014-08-18 David Blaikie <dblaikie@gmail.com>
19326
19327 * boards/fission.exp: Explicitly pass -ggnu-pubnames for clang.
19328
bf0fae19
JB
193292014-08-18 Joel Brobecker <brobecker@adacore.com>
19330
19331 * gdb.dwarf2/data-loc.exp: Remove second DW_AT_upper bound
19332 attribute in array range.
19333
3c8c5dcc
JB
193342014-08-18 Joel Brobecker <brobecker@adacore.com>
19335
19336 * gdb.dwarf2/data-loc.c, gdb.dwarf2/data-loc.exp: New files.
19337
e66d4446
SC
193382014-08-15 Siva Chandra Reddy <sivachandra@google.com>
19339
19340 PR c++/17132
19341 * gdb.cp/pr17132.cc: New file.
19342 * gdb.cp/pr17132.exp: New file.
19343
940df408
SC
193442014-08-15 Siva Chandra Reddy <sivachandra@google.com>
19345
19346 * gdb.python/py-xmethods.py (A_getarrayind)
19347 (E_method_char_worker.__call__, E_method_int_worker.__call__):
19348 Use 'print' with function call syntax.
19349 (E_method_matcher.match): Fix tab vs space indentation mixup.
19350
ebcc6c3a
YQ
193512014-08-15 Yao Qi <yao@codesourcery.com>
19352
19353 * gdb.trace/tfile.exp: Return -1 if generate_tracefile returns
19354 false.
19355
775e0f04
YQ
193562014-08-15 Yao Qi <yao@codesourcery.com>
19357
19358 * gdb.cp/casts.exp: Set print symbol off.
19359 * gdb.cp/class2.exp: Likewise.
19360 * gdb.cp/overload.exp: Likewise.
19361 * gdb.cp/templates.exp: Likewise.
19362
d769e349
DE
193632014-08-11 Doug Evans <dje@google.com>
19364
19365 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
19366 (test_load_shlib): Update.
19367
20c6f1e1
YQ
193682014-08-09 Yao Qi <yao@codesourcery.com>
19369
19370 * gdb.base/display.exp: Invoke is_address_zero_readable.
19371 * gdb.guile/scm-value.exp (test_value_in_inferior): Likewise.
19372 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
19373 * gdb.base/hbreak-unmapped.exp: Return if
19374 is_address_zero_readable returns true.
19375 * gdb.base/signest.exp: Likewise.
19376 * gdb.base/signull.exp: Likewise.
19377 * gdb.base/sigbpt.exp: Likewise.
19378 * gdb.guile/scm-disasm.exp: Do the test if
19379 is_address_zero_readable returns false.
19380 * gdb.guile/scm-pretty-print.exp (run_lang_tests): Likewise.
19381 * gdb.python/py-arch.exp: Likewise.
19382 * gdb.python/py-prettyprint.exp (run_lang_tests): Likewise.
19383 * lib/gdb.exp (is_address_zero_readable): New proc.
19384
5792e8e3
YQ
193852014-08-09 Yao Qi <yao@codesourcery.com>
19386
19387 PR testsuite/13443
19388 * gdb.mi/mi-var-display.exp: Make test messages unique.
19389
3cecbbbe
TT
193902014-08-04 Tom Tromey <tromey@redhat.com>
19391
19392 * gdb.base/sss-bp-on-user-bp-2.exp: Expect output from "set debug
19393 target 0".
19394
00b51ff5
TT
193952014-08-04 Tom Tromey <tromey@redhat.com>
19396
19397 * gdb.base/sss-bp-on-user-bp-2.exp: Match "to_resume", not
19398 "target_resume".
19399
6908c509
JB
194002014-08-01 Joel Brobecker <brobecker@adacore.com>
19401
19402 * gdb.base/vla-datatypes.c (vla_factory): Add new variable
19403 inner_vla_struct_object_size.
19404 * gdb.base/vla-datatypes.exp: Adjust last test, and mark it
19405 as xfail.
19406
cc6563d2
PA
194072014-07-30 Pedro Alves <palves@redhat.com>
19408
19409 * gdb.threads/signal-command-handle-nopass.exp (test): Add
19410 comment.
19411
7e09a223
YQ
194122014-07-29 Yao Qi <yao@codesourcery.com>
19413
19414 PR gdb/17206
19415 * gdb.base/until-nodebug.exp: New.
19416
7ebdbe92
DE
194172014-07-28 Doug Evans <xdje42@gmail.com>
19418
19419 PR guile/17203
19420 * gdb.guile/scm-parameter.exp: Add tests for trying to create
19421 previously existing parameter, and previously ambiguously spelled
19422 parameter.
19423
fdb1adc6
WN
194242014-07-28 Will Newton <will.newton@linaro.org>
19425
19426 * gdb.base/varargs.exp: Remove KFAILs for ARM.
19427
186fcde0
DE
194282014-07-26 Ludovic Courtès <ludo@gnu.org>
19429 Doug Evans <xdje42@gmail.com>
19430
19431 PR guile/17146
19432 * gdb.guile/types-module.exp: Add tests for wrong type arguments.
19433
70509625
PA
194342014-07-25 Pedro Alves <palves@redhat.com>
19435
19436 * gdb.threads/signal-command-handle-nopass.c: New file.
19437 * gdb.threads/signal-command-handle-nopass.exp: New file.
19438 * gdb.threads/signal-command-multiple-signals-pending.c: New file.
19439 * gdb.threads/signal-command-multiple-signals-pending.exp: New file.
19440 * gdb.threads/signal-delivered-right-thread.c: New file.
19441 * gdb.threads/signal-delivered-right-thread.exp: New file.
19442
c3f814a1
PA
194432014-07-25 Pedro Alves <palves@redhat.com>
19444
19445 * gdb.base/double-prompt-target-event-error.exp
19446 (cancel_pagination_in_target_event): Remove '-notransfer <return>'
19447 match.
19448 (cancel_pagination_in_target_event): Rework double prompt
19449 detection.
19450 * gdb.base/paginate-after-ctrl-c-running.exp
19451 (test_ctrlc_while_target_running_paginates): Remove '-notransfer
19452 <return>' match.
19453 * gdb.base/paginate-bg-execution.exp
19454 (test_bg_execution_pagination_return)
19455 (test_bg_execution_pagination_cancel): Remove '-notransfer
19456 <return>' matches.
19457 * gdb.base/paginate-execution-startup.exp
19458 (test_fg_execution_pagination_return)
19459 (test_fg_execution_pagination_cancel): Remove '-notransfer
19460 <return>' matches.
19461 * gdb.base/paginate-inferior-exit.exp
19462 (test_paginate_inferior_exited): Remove '-notransfer <return>'
19463 match.
19464 * lib/gdb-utils.exp (string_to_regexp): Move here from lib/gdb.exp.
19465 * lib/gdb.exp (pagination_prompt): Run text through
19466 string_to_regexp.
19467 (gdb_test_multiple): Match $pagination_prompt instead of
19468 "<return>".
19469 (string_to_regexp): Move to lib/gdb-utils.exp.
19470
e214cf6c
JK
194712014-07-22 Jan Kratochvil <jan.kratochvil@redhat.com>
19472
19473 * gdb.arch/amd64-entry-value-paramref.S: New file.
19474 * gdb.arch/amd64-entry-value-paramref.cc: New file.
19475 * gdb.arch/amd64-entry-value-paramref.exp: New file.
19476 * gdb.arch/amd64-optimout-repeat.S: New file.
19477 * gdb.arch/amd64-optimout-repeat.c: New file.
19478 * gdb.arch/amd64-optimout-repeat.exp: New file.
19479
17d0c5c8
JK
194802014-07-17 Jan Kratochvil <jan.kratochvil@redhat.com>
19481
19482 PR gdb/17170
19483 * gdb.base/statistics.exp: New file.
19484
b8b8facf
DE
194852014-07-17 Doug Evans <dje@google.com>
19486
74b49205 19487 PR gdb/17170
b8b8facf
DE
19488 * gdb.base/maint.exp: Update testing of per-command stats.
19489
1b5d0ab3
PA
194902014-07-16 Pedro Alves <palves@redhat.com>
19491
19492 * gdb.trace/tfile.c: Include unistd.h and stdint.h.
19493 (start_trace_file): Guard S_IRGRP and S_IROTH uses behind #ifdef.
19494 (tfile_write_64, tfile_write_16, tfile_write_8, tfile_write_addr)
19495 (tfile_write_buf): New functions.
19496 (add_memory_block): Rewrite using the above.
19497 (adjust_function_address): New function.
19498 (FUNCTION_ADDRESS): New macro.
19499 (write_basic_trace_file): Remove short_x local, and use
19500 tfile_write_16. Change type of func_addr local to unsigned long
19501 long. Use FUNCTION_ADDRESS instead of handling the Thumb bit
19502 here. Cast argument of add_memory_block to char pointer.
19503 (write_error_trace_file): Avoid alloca. Use FUNCTION_ADDRESS.
19504 (main): Remove parameters.
19505 * gdb.trace/tfile.exp: Remove nowarnings.
19506
4d974e88
SM
195072014-07-15 Simon Marchi <simon.marchi@ericsson.com>
19508
19509 * gdb.base/debug-expr.exp: Test string evaluation with
19510 "debug expression" on.
19511
41e99568
PA
195122014-07-15 Pedro Alves <palves@redhat.com>
19513
19514 * gdb.base/reread.exp: Use clean_restart.
19515
487d9753
PL
195162014-07-15 Pierre Langlois <pierre.langlois@embecosm.com>
19517
19518 * gdb.arch/avr-flash-qualifer.c: New.
19519 * gdb.arch/avr-flash-qualifer.exp: New.
19520
cc1c52ad
PA
195212014-07-14 Pedro Alves <palves@redhat.com>
19522
19523 * gdb.base/paginate-after-ctrl-c-running.c: New file.
19524 * gdb.base/paginate-after-ctrl-c-running.exp: New file.
19525
1e973570
PA
195262014-07-14 Pedro Alves <palves@redhat.com>
19527
19528 * gdb.base/double-prompt-target-event-error.c: New file.
19529 * gdb.base/double-prompt-target-event-error.exp: New file.
19530
93d6eb10
PA
195312014-07-14 Pedro Alves <palves@redhat.com>
19532
19533 PR gdb/17072
19534 * gdb.base/paginate-inferior-exit.c: New file.
19535 * gdb.base/paginate-inferior-exit.exp: New file.
19536
0017922d
PA
195372014-07-14 Pedro Alves <palves@redhat.com>
19538
19539 PR gdb/17072
19540 * gdb.base/paginate-bg-execution.c: New file.
19541 * gdb.base/paginate-bg-execution.exp: New file.
19542
94696ad3
PA
195432014-07-14 Pedro Alves <palves@redhat.com>
19544
19545 PR gdb/17072
19546 * gdb.base/paginate-execution-startup.c: New file.
19547 * gdb.base/paginate-execution-startup.exp: New file.
19548 * lib/gdb.exp (pagination_prompt): New global.
19549 (default_gdb_spawn): New procedure, factored out from
19550 default_gdb_spawn.
19551 (default_gdb_start): Adjust to call default_gdb_spawn.
19552 (gdb_spawn): New procedure.
19553
bd293940
PA
195542014-07-14 Pedro Alves <palves@redhat.com>
19555
19556 * lib/gdb.exp (gdb_assert): New procedure.
19557 * gdb.trace/backtrace.exp (gdb_backtrace_tdp_4): Use it.
19558
c933f875
PA
195592014-07-14 Pedro Alves <palves@redhat.com>
19560
19561 * gdb.base/execution-termios.c: New file.
19562 * gdb.base/execution-termios.exp: New file.
19563
d98b7a16
TT
195642014-07-14 Tom Tromey <tromey@redhat.com>
19565
19566 * gdb.cp/vla-cxx.cc: New file.
19567 * gdb.cp/vla-cxx.exp: New file.
19568
548740d6
TT
195692014-07-14 Tom Tromey <tromey@redhat.com>
19570
19571 * gdb.reverse/rerun-prec.c: New file.
19572 * gdb.reverse/rerun-prec.exp: New file.
19573
a25eb028
MR
195742014-07-12 Maciej W. Rozycki <macro@mips.com>
19575 Maciej W. Rozycki <macro@codesourcery.com>
19576
19577 * lib/gdb-utils.exp: New file.
19578 * lib/gdb.exp (gdb_run_cmd): Call gdb_init_commands, replacing
19579 inline `gdb_init_command' processing.
19580 (gdb_start_cmd): Likewise.
19581 * lib/mi-support.exp (mi_run_cmd): Likewise.
19582 * README: Document `gdb_init_command' and `gdb_init_commands'.
19583
218c2655
JK
195842014-07-11 Jan Kratochvil <jan.kratochvil@redhat.com>
19585
19586 Fix false FAIL running under a very long directory name.
19587 * gdb.base/argv0-symlink.exp: Add "set print repeats 10000"
19588 and "set print elements 10000". Twice.
19589
5401fde3
YQ
195902014-07-11 Yao Qi <yao@codesourcery.com>
19591
19592 * gdb.base/exprs.exp: "set print symbol off".
19593
e76126e8
PA
195942014-07-11 Pedro Alves <palves@redhat.com>
19595
19596 * gdb.threads/kill.c: New file.
19597 * gdb.threads/kill.exp: New file.
19598
2d6f0de6
YQ
195992014-07-10 Yao Qi <yao@codesourcery.com>
19600
19601 * gdb.trace/tfile.c (write_basic_trace_file)
19602 [__thumb__||__thumb2__]: Clear the Thumb bit of the function
19603 address written to trace file.
19604
7180e04a
PA
196052014-07-09 Pedro Alves <palves@redhat.com>
19606
19607 * gdb.base/attach-wait-input.exp: New file.
19608 * gdb.base/attach-wait-input.c: New file.
19609
9a9a7608
AB
196102014-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
19611
19612 * gdb.mi/var-cmd.c (do_nested_struct_union_tests): New function
19613 setting up test structures.
19614 (main): Call new test function.
19615 * gdb.mi/mi2-var-child.exp: Create additional breakpoint in new
19616 test function, continue into test function and walk test
19617 structures.
19618
161ac41e
YQ
196192014-07-02 Yao Qi <yao@codesourcery.com>
19620
19621 * gdb.trace/entry-values.c: Define labels 'foo_start' and
19622 'bar_start' at the beginning of functions 'foo' and 'bar'
19623 respectively.
19624 * gdb.trace/entry-values.exp: Use 'foo_start' and 'bar_start'
19625 instead of 'foo' and 'bar'.
19626
1f267ae3
MM
196272014-07-08 Markus Metzger <markus.t.metzger@intel.com>
19628
19629 * gdb.btrace/segv.exp: New.
19630 * gdb.btrace/segv.c: New.
19631
2b239efb
LM
196322014-07-02 Luis Machado <lgustavo@codesourcery.com>
19633
19634 * gdb.trace/entry-values.exp: Handle powerpc-specific branch
19635 instruction.
19636
cf363f18
MW
196372014-06-30 Mark Wielaard <mjw@redhat.com>
19638
19639 * gdb.base/constvars.c (violent, violet, vips, virgen, vulgar,
19640 vulture, vilify, villar): New volatile array constants.
19641 (vindictive, vegetation): New const volatile array constants.
19642 * gdb.base/volatile.exp: Test volatile and const volatile array
19643 types.
19644
aebf9d24
AA
196452014-06-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
19646
19647 * gdb.base/watchpoint-reuse-slot.exp: Handle the case that the
19648 target lacks support for awatch, rwatch, or hbreak.
19649
b67a2c6f
YQ
196502014-06-27 Yao Qi <yao@codesourcery.com>
19651
19652 * gdb.multi/dummy-frame-restore.exp: New.
19653 * gdb.multi/dummy-frame-restore.c: New.
19654
aef92902
MM
196552014-06-25 Markus Metzger <markus.t.metzger@intel.com>
19656
19657 * gdb.btrace/gcore.exp: New.
19658
8e9db26e
PA
196592014-06-23 Pedro Alves <palves@redhat.com>
19660
19661 * gdb.base/watchpoint-reuse-slot.c: New file.
19662 * gdb.base/watchpoint-reuse-slot.exp: New file.
19663
70afc5b7
SC
196642014-06-23 Siva Chandra Reddy <sivachandra@google.com>
19665
19666 * gdb.python/py-xmethods.exp: Use "progspace" instead of the
19667 progspace's filename in 'info', 'enable' and 'disable' command
19668 tests.
19669
b972bd9c
JK
196702014-06-23 Jan Kratochvil <jan.kratochvil@redhat.com>
19671
19672 * gdb.arch/amd64-stap-special-operands.exp: Use is_lp64_target.
19673 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
19674 * gdb.dwarf2/dw2-error.exp: Use istarget and is_lp64_target.
19675
125f8a3d
GB
196762014-06-20 Gary Benson <gbenson@redhat.com>
19677
19678 * gdb.arch/i386-avx.exp: Fix include file location.
19679 * gdb.arch/i386-sse.exp: Likewise.
19680
3ed9baed
IB
196812014-06-19 Iain Buclaw <ibuclaw@gdcproject.org>
19682
19683 * gdb.dlang/expression.exp: New file.
19684
034f788c
PA
196852014-06-19 Pedro Alves <palves@redhat.com>
19686
19687 * gdb.threads/thread-execl.exp (do_test): New procedure, factored
19688 out from ...
19689 (top level): ... here. Iterate running tests under different
19690 scheduler-locking settings.
19691
45371d0c
LM
196922014-06-18 Luis Machado <lgustavo@codesourcery.com>
19693
19694 * gdb.cp/nsalias.exp: Set type of low_pc and high_pc entries
19695 to DW_FORM_addr and use non-zero addresses.
19696
5d376983
SC
196972014-06-18 Siva Chandra Reddy <sivachandra@google.com>
19698
19699 PR gdb/17017
19700 * gdb.python/py-xmethods.cc: Add global function call counters and
19701 increment them in their respective functions. Remove "cout"
19702 statements.
19703 * gdb.python/py-xmethods.exp: Make tests check the global function
19704 call counters instead of depending on inferior IO.
19705
a1aa2221
LM
197062014-06-18 Don Breazeal <donb@codesourcery.com>
19707
19708 * gdb.base/foll-fork.exp (default_fork_parent_follow):
19709 Deleted procedure.
19710 (explicit_fork_parent_follow): Deleted procedure.
19711 (explicit_fork_child_follow): Deleted procedure.
19712 (test_follow_fork): New procedure.
19713 (do_fork_tests): Replace calls to deleted procedures with
72f4393d 19714 calls to test_follow_fork and reset GDB for subsequent
a1aa2221
LM
19715 procedure calls.
19716
0fc05997
YQ
197172014-06-17 Yao Qi <yao@codesourcery.com>
19718
19719 * gdb.base/wchar.exp: Set $cent to \u00A2 if "host-charset" is
19720 CP1252.
19721
70795c52
LM
197222014-06-17 Luis Machado <lgustavo@codesourcery.com>
19723
19724 * gdb.mi/mi-var-rtti.cc (type_update_when_use_rtti_test):
19725 Initialize ptr and S explicitly.
19726 (skip_type_update_when_not_use_rtti_test): Likewise.
19727
6be47f0c
KS
197282014-06-16 Keith Seitz <keiths@redhat.com>
19729
19730 PR mi/15863
19731 * gdb.mi/mi-var-cmd.exp: Add test for -var-update before
19732 the inferior is started.
19733
d03de421
PA
197342014-06-16 Pedro Alves <palves@redhat.com>
19735
19736 * gdb.base/break-main-file-remove-fail.c: New file.
19737 * gdb.base/break-main-file-remove-fail.exp: New file.
19738 * gdb.base/break-unload-file.exp: Use build_executable instead of
19739 prepare_for_testing.
19740 (test_break): New parameter "initial_load". Handle it.
19741 (top level): Add initial_load cmdline/file axis.
19742
f9579b99
TT
197432014-06-12 Tom Tromey <tromey@redhat.com>
19744
19745 * gdb.base/completion.exp: Don't use directory name in test.
19746
3657956b
GB
197472014-06-09 Gary Benson <gbenson@redhat.com>
19748
19749 * gdb.base/sigall.c [Functions to send signals]: Reorder to
19750 separate the always-available ANSI-standard signals from the
19751 signals that require checking.
19752 (main): Likewise.
19753 * gdb.reverse/sigall-reverse.c [Functions to send signals]:
19754 Likewise.
19755 (main): Likewise.
19756
4186eb54
KS
197572014-06-07 Keith Seitz <keiths@redhat.com>
19758
19759 Revert:
19760 PR c++/16253
19761 * gdb.cp/var-tag.cc: New file.
19762 * gdb.cp/var-tag.exp: New file.
19763 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
19764 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
19765 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
19766 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
19767
25326a28 197682014-06-06 Doug Evans <xdje42@gmail.com>
6da01dbe
DE
19769
19770 * gdb.guile/scm-frame-args.c (foo): Tweak to work with gcc 4.6.3.
19771
829155c9
PA
197722014-06-06 Pedro Alves <palves@redhat.com>
19773
19774 * gdb.base/sss-bp-on-user-bp-2.exp: Look for target_resume(step)
19775 in target debug output instead of looking at RSP packets,
19776 disabling the test on any target that uses hardware stepping.
19777 Update comments.
19778
61c8d22e
PA
197792014-06-06 Pedro Alves <palves@redhat.com>
19780
19781 * gdb.base/break-unload-file.exp: Fix typo.
19782
d9a47287
YQ
197832014-06-06 Yao Qi <yao@codesourcery.com>
19784
19785 * gdb.base/jit.exp (one_jit_test): Restrict the pattern
19786 from "jit_function" to "^jit_function".
19787
e5e01dbf
YQ
197882014-06-06 Yao Qi <yao@codesourcery.com>
19789
19790 * gdb.base/async.c (foo): Add one statement.
19791 * gdb.base/async.exp: Get the next instruction address and
19792 match the output of "nexti" by instruction address. Match
19793 the hex address in the output of "finish".
19794
73ba372c
GB
197952014-06-06 Gary Benson <gbenson@redhat.com>
19796
19797 * gdb.base/call-signals.c: Remove preprocessor conditionals
19798 for always-defined signals SIGINT, SIGILL, SIGABRT, SIGFPE,
19799 SIGSEGV and SIGTERM.
19800 * gdb.base/sigall.c: Likewise.
19801 * gdb.base/unwindonsignal.c: Likewise.
19802 * gdb.reverse/sigall-reverse.c: Likewise.
19803
831517df
YQ
198042014-06-06 Yao Qi <yao@codesourcery.com>
19805
19806 * gdb.base/hbreak-unmapped.exp: Read memory at address 0. If
19807 readable, skip the test.
19808
b8b91e98
YQ
198092014-06-06 Yao Qi <yao@codesourcery.com>
19810
19811 * gdb.threads/staticthreads.c (thread_function): Move the line
19812 setting breakpoint on forward.
19813 * gdb.threads/staticthreads.exp: Update comments.
19814
fb934770
LC
198152014-06-05 Ludovic Courtès <ludo@gnu.org>
19816
19817 * gdb.guile/scm-value.exp (test_value_in_inferior): Add test
19818 "history-append! type error".
19819
6ef284bd
SM
198202014-06-05 Simon Marchi <simon.marchi@ericsson.com>
19821
19822 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Fix
19823 erroneous dprintf expected input.
19824
a872e241
DE
198252014-06-04 Doug Evans <xdje42@gmail.com>
19826
19827 * gdb.guile/scm-generics.exp: Delete.
19828
16f691fb
DE
198292014-06-04 Doug Evans <xdje42@gmail.com>
19830
19831 * gdb.guile/scm-breakpoint.exp: Update.
19832 Add tests for breakpoint registration.
19833
012370f6
TT
198342014-06-04 Tom Tromey <tromey@redhat.com>
19835
19836 * gdb.base/vla-datatypes.exp: Add tests for VLA-in-structure and
19837 VLA-in-union.
19838 * gdb.base/vla-datatypes.c (vla_factory): Add vla_struct,
19839 inner_vla_struct, vla_union types. Initialize objects of those
19840 types and compute their sizes.
19841
9f5a4cef
HZ
198422014-06-04 Nathan Sidwell <nathan@codesourcery.com>
19843 Hui Zhu <hui@codesourcery.com>
19844
19845 * gdb.base/fileio.exp: Add test for shell not available as well as
19846 available.
19847 * gdb.base/fileio.c (test_system): Check for shell twice.
19848
90a45c4d
YQ
198492014-06-04 Yao Qi <yao@codesourcery.com>
19850
19851 * gdb.base/auto-connect-native-target.exp: Remove redundant
19852 space from the regexp pattern.
19853
70017e41
YQ
198542014-06-04 Yao Qi <yao@codesourcery.com>
19855
19856 * gdb.base/default.exp: Replace "child" with "native" in
19857 regexp pattern.
19858
883964a7
SC
198592014-06-03 Siva Chandra Reddy <sivachandra@google.com>
19860
19861 * gdb.python/py-xmethods.cc: New testcase to test xmethods.
19862 * gdb.python/py-xmethods.exp: New tests to test xmethods.
19863 * gdb.python/py-xmethods.py: Python script supporting the
19864 new testcase and tests.
19865
ef370185
JB
198662014-06-03 Joel Brobecker <brobecker@adacore.com>
19867 Pedro Alves <palves@redhat.com>
19868
19869 PR breakpoints/17000
19870 * gdb.base/sss-bp-on-user-bp.exp: Remove kfail.
19871 * gdb.base/sss-bp-on-user-bp-2.exp: Remove kfail.
19872
1e2ccb61
BM
198732014-06-03 Brad Mouring <bmouring@ni.com> (tiny patch)
19874
19875 * gdb.base/subst.exp: Add tests to verify partial path matching
19876 output.
19877
c6ec5ab2
PA
198782014-06-03 Pedro Alves <palves@redhat.com>
19879
19880 * gdb.base/sss-bp-on-user-bp-2.exp: Skip if testing with a remote
19881 target that doesn't use software single-stepping.
19882
835c559f
PA
198832014-06-03 Pedro Alves <palves@redhat.com>
19884
19885 PR breakpoints/17000
19886 * gdb.base/sss-bp-on-user-bp-2.c: New file.
19887 * gdb.base/sss-bp-on-user-bp-2.exp: New file.
19888
06eb1586
DE
198892014-06-02 Doug Evans <xdje42@gmail.com>
19890
19891 * gdb.guile/scm-parameter.exp: New file.
19892
e698b8c4
DE
198932014-06-02 Doug Evans <xdje42@gmail.com>
19894
19895 * gdb.guile/scm-cmd.c: New file.
19896 * gdb.guile/scm-cmd.exp: New file.
19897
ded03782
DE
198982014-06-02 Doug Evans <xdje42@gmail.com>
19899
19900 * gdb.guile/scm-pretty-print.exp: Add tests for objfile and progspace
19901 pretty-printer lookup.
19902 * gdb.guile/scm-pretty-print.scm (pp_s-printer): New function.
19903 (make-pp_s-printer): Call it.
19904 (make-pretty-printer-from-dict): New function.
19905 (lookup-pretty-printer-maker-from-dict): New function.
19906 (*pretty-printer*): Simplify.
19907 (make-objfile-pp_s-printer): New function.
19908 (install-objfile-pretty-printers!): New function.
19909 (make-progspace-pp_s-printer): New function.
19910 (install-progspace-pretty-printers!): New function.
19911 * gdb.guile/scm-progspace.c: New file.
19912 * gdb.guile/scm-progspace.exp: New file.
19913
41fac0cf
PA
199142014-06-02 Pedro Alves <palves@redhat.com>
19915
19916 * gdb.base/dprintf-bp-same-addr.c: New file.
19917 * gdb.base/dprintf-bp-same-addr.exp: New file.
19918
96ae5695
EBM
199192014-06-02 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
19920
19921 * gdb.arch/powerpc-power.exp: Add power8 instructions to the testcase.
19922 * gdb.arch/powerpc-power.s: Likewise.
19923
da02b3a8
JB
199242014-06-02 Joel Brobecker <brobecker@adacore.com>
19925
19926 * gdb.base/completion.exp: Remove code aimed at restoring TIMEOUT.
19927
c72b2e7b
YQ
199282014-06-01 Yao Qi <yao@codesourcery.com>
19929
19930 * gdb.base/watchpoint.exp (test_watch_location): Check null
19931 pointer can be dereferenced. If not, do the test, otherwise
19932 skip it.
19933
53e8a631
AB
199342014-05-30 Andrew Burgess <aburgess@broadcom.com>
19935
19936 * gdb.arch/amd64-invalid-stack-middle.exp: Update expected
19937 results.
19938 * gdb.arch/amd64-invalid-stack-top.exp: Likewise.
19939
938f0e2f
AB
199402014-05-30 Andrew Burgess <aburgess@broadcom.com>
19941
19942 * gdb.arch/amd64-invalid-stack-middle.S: New file.
19943 * gdb.arch/amd64-invalid-stack-middle.c: New file.
19944 * gdb.arch/amd64-invalid-stack-middle.exp: New file.
19945 * gdb.arch/amd64-invalid-stack-top.c: New file.
19946 * gdb.arch/amd64-invalid-stack-top.exp: New file.
19947
9ba6657a
PA
199482014-05-30 Pedro Alves <palves@redhat.com>
19949
19950 PR breakpoints/17000
19951 * gdb.base/sss-bp-on-user-bp.c: New file.
19952 * gdb.base/sss-bp-on-user-bp.exp: New file.
19953
522c09bf
DB
199542014-05-30 David Blaikie <dblaikie@gmail.com>
19955
19956 * gdb.opt/inline-break.c: Fix clang compatibility by specifying
19957 gnu_inline semantics via attribute.
19958 * gdb.opt/inline-break.exp: Remove -std=c89 now that the test
19959 source explicitly specifies the required semantics.
19960
bf4ef81e
MR
199612014-05-30 Maciej W. Rozycki <macro@codesourcery.com>
19962
19963 * gdb.reverse/sigall-reverse.exp: Fix a typo.
19964
329ea579
PA
199652014-05-29 Pedro Alves <palves@redhat.com>
19966 Tom Tromey <tromey@redhat.com>
19967
19968 * gdb.base/async-shell.exp: Don't enable target-async.
19969 * gdb.base/async.exp
19970 * gdb.base/corefile.exp (corefile_test_attach): Remove 'async'
19971 parameter. Adjust.
19972 (top level): Don't test with "target-async".
19973 * gdb.base/dprintf-non-stop.exp: Don't enable target-async.
19974 * gdb.base/gdb-sigterm.exp: Don't test with "target-async".
19975 * gdb.base/inferior-died.exp: Don't enable target-async.
19976 * gdb.base/interrupt-noterm.exp: Likewise.
19977 * gdb.mi/mi-async.exp: Use "mi-async" instead of "target-async".
19978 * gdb.mi/mi-nonstop-exit.exp: Likewise.
19979 * gdb.mi/mi-nonstop.exp: Likewise.
19980 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
19981 * gdb.mi/mi-nsintrall.exp: Likewise.
19982 * gdb.mi/mi-nsmoribund.exp: Likewise.
19983 * gdb.mi/mi-nsthrexec.exp: Likewise.
19984 * gdb.mi/mi-watch-nonstop.exp: Likewise.
19985 * gdb.multi/watchpoint-multi.exp: Adjust comment.
19986 * gdb.python/py-evsignal.exp: Don't enable target-async.
19987 * gdb.python/py-evthreads.exp: Likewise.
19988 * gdb.python/py-prompt.exp: Likewise.
19989 * gdb.reverse/break-precsave.exp: Don't test with "target-async".
19990 * gdb.server/solib-list.exp: Don't enable target-async.
19991 * gdb.threads/thread-specific-bp.exp: Likewise.
19992 * lib/mi-support.exp: Adjust to use mi-async.
19993
fd664c91
PA
199942014-05-29 Pedro Alves <palves@redhat.com>
19995
19996 PR gdb/13860
19997 * gdb.mi/mi-cli.exp: Always expect "end-stepping-range" stop
19998 reason, even in sync mode.
19999
251bde03
PA
200002014-05-29 Pedro Alves <palves@redhat.com>
20001 Hui Zhu <hui@codesourcery.com>
20002
20003 PR PR15693
20004 * gdb.mi/mi-condbreak-call-thr-state-mt.c: New file.
20005 * gdb.mi/mi-condbreak-call-thr-state-st.c: New file.
20006 * gdb.mi/mi-condbreak-call-thr-state.c: New file.
20007 * gdb.mi/mi-condbreak-call-thr-state.exp: New file.
20008
7f3c0343
JB
200092014-05-28 Joel Brobecker <brobecker@adacore.com>
20010
20011 * config/monitor.exp (gdb_target_monitor): Replace use of
20012 "set remotebaud" by "set serial baud".
20013
b2715b27
AW
200142014-05-26 Andy Wingo <wingo@igalia.com>
20015
20016 * gdb.guile/scm-breakpoint.exp:
20017 * gdb.guile/scm-gsmob.exp: Update to use plain old object
20018 properties instead of gdb-object-properties.
20019
498a4489
YQ
200202014-05-26 Yao Qi <yao@codesourcery.com>
20021
20022 * gdb.server/no-thread-db.exp: Specify source file name
20023 explicitly when setting a breakpoint.
20024
589fdceb
MM
200252014-05-23 Markus Metzger <markus.t.metzger@intel.com>
20026
20027 * gdb.btrace/vdso.c: New.
20028 * gdb.btrace/vdso.exp: New.
20029
e9089e05
MM
200302014-05-23 Markus Metzger <markus.t.metzger@intel.com>
20031
20032 * gdb.base/gcore.exp (capture_command_output): Move ...
20033 * lib/gdb.exp (capture_command_output): ... here.
20034
67b5c0c1
MM
200352014-05-23 Markus Metzger <markus.t.metzger@intel.com>
20036
20037 * gdb.btrace/data.exp: Test memory access during btrace replay.
20038
a2199296
SM
200392014-05-22 Simon Marchi <simon.marchi@ericsson.com>
20040
20041 * lib/mi-support.exp (mi_run_cmd_full): Add comments.
20042
17b2616c
PA
200432014-05-21 Pedro Alves <palves@redhat.com>
20044
20045 PR gdb/13860
20046 * gdb.mi/mi-cli.exp (line_callee4_next_step): New global.
20047 (top level): Test that output related to execution commands is
20048 sent to the console with CLI commands, but not with MI commands.
20049 Test that breakpoint events are always mirrored to the console.
20050 Also expect the new source line to be output after a "next" in
20051 async mode too. Make it a pass/fail test.
20052 * gdb.mi/mi-solib.exp: Test that the CLI solib event note is
20053 output.
20054 * lib/mi-support.exp (mi_gdb_expect_cli_output): New procedure.
20055
5166082f
PA
200562014-05-21 Pedro Alves <palves@redhat.com>
20057
20058 * gdb.base/list.exp (build_pattern, test_list): New procedures.
20059 Use them to test variations of "list" after reaching a breakpoint.
20060 * gdb.mi/mi-cli.exp (line_main_callme_2): New global.
20061 Test "list" with listsize 10 after reaching a breakpoint.
20062 * gdb.python/python.exp (decode_line current location line
20063 number): Adjust expected line number.
20064
2f25d70f
SM
200652014-05-21 Simon Marchi <simon.marchi@ericsson.com>
20066
20067 * lib/mi-support.exp (mi_run_cmd_full): Revert to original
20068 behavior for $args, pass it directly to "run".
20069
ff604a67
MR
200702014-05-21 Maciej W. Rozycki <macro@codesourcery.com>
20071
20072 * lib/gdb.exp (default_gdb_init): Bump `match_max' up from
20073 30000 to 65536.
20074
6a3cb8e8
PA
200752014-05-21 Pedro Alves <palves@redhat.com>
20076
20077 * boards/gdbserver-base.exp (GDBFLAGS): Set to "set
20078 auto-connect-native-target off".
20079 * gdb.base/auto-connect-native-target.c: New file.
20080 * gdb.base/auto-connect-native-target.exp: New file.
20081
4ebfc96e
PA
200822014-05-21 Pedro Alves <palves@redhat.com>
20083
20084 * gdb.base/default.exp: Test "target native" instead of "target
20085 child".
20086
36d46afb
MW
200872014-05-21 Mark Wielaard <mjw@redhat.com>
20088
20089 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
20090
5876f503
JK
200912014-05-21 Jan Kratochvil <jan.kratochvil@redhat.com>
20092
20093 Fix TLS access for -static -pthread.
20094 * gdb.threads/staticthreads.c <HAVE_TLS> (tlsvar): New.
20095 <HAVE_TLS> (thread_function, main): Initialize it.
20096 * gdb.threads/staticthreads.exp: Try gdb_compile_pthreads for $have_tls.
20097 Add clean_restart.
20098 <$have_tls != "">: Check TLSVAR.
20099
0256a6ac
PA
201002014-05-21 Pedro Alves <palves@redhat.com>
20101
20102 * gdb.base/dcache-line-read-error.c: New.
20103 * gdb.base/dcache-line-read-error.exp: New.
20104
936d2992
PA
201052014-05-20 Pedro Alves <palves@redhat.com>
20106
20107 * gdb.base/compare-sections.c: New file.
20108 * gdb.base/compare-sections.exp: New file.
20109
802e8e6d
PA
201102014-05-20 Pedro Alves <palves@redhat.com>
20111
20112 * gdb.base/break-idempotent.c: New file.
20113 * gdb.base/break-idempotent.exp: New file.
20114
e59fa00f
MM
201152014-05-20 Markus Metzger <markus.t.metzger@intel.com>
20116
20117 * gdb.btrace/nohist.exp: New.
20118
8b696e31
YQ
201192014-05-20 Yao Qi <yao@codesourcery.com>
20120
20121 * lib/gdb.exp (gdb_init): Set timeout if test file is under
20122 gdb.reverse directory and gdb_reverse_timeout exists in board
20123 setting.
20124 * README: Document gdb_reverse_timeout.
20125
73c9764f
YQ
201262014-05-20 Yao Qi <yao@codesourcery.com>
20127
20128 * lib/gdb.exp (default_gdb_init): Rename argument 'args' by
20129 'test_file_name'. Treat args as a string instead of a list.
20130 (gdb_init): Rename argument 'args' by 'test_file_name'.
20131
f1f4348a
JK
201322014-05-19 Jan Kratochvil <jan.kratochvil@redhat.com>
20133
20134 * gdb.arch/powerpc-power.exp: New file.
20135 * gdb.arch/powerpc-power.s: New file.
20136
0dbe70ce
DE
201372014-05-16 Doug Evans <dje@google.com>
20138
20139 * gdb.base/Makefile.in (EXECUTABLES): Add completion.
d7761c2c
DE
20140 * gdb.base/completion.exp: Check that all expected files exist
20141 before doing file completion.
0dbe70ce 20142
8d551b02
DE
201432014-05-16 Doug Evans <dje@google.com>
20144
20145 * gdb.base/catch-syscall.exp (test_catch_syscall_fail_nodatadir):
20146 Update.
20147 (do_syscall_tests_without_xml): Update.
20148
73eb7709
PA
201492014-05-16 Pedro Alves <palves@redhat.com>
20150
20151 * lib/mi-support.exp (mi_expect_stop): On timeout, say "timeout"
20152 instead of "unknown output after running".
20153
3fae92fc
YQ
201542014-05-16 Yao Qi <yao@codesourcery.com>
20155
20156 * gdb.dwarf2/dw2-filename.exp: Copy file1.txt to host. Remove
20157 file1.txt from host at the end.
20158 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
20159
c2b2ccc5
DE
201602014-05-15 Doug Evans <dje@google.com>
20161
20162 * gdb.dwarf2/fission-reread.S: Remove directory from .dwo file path.
20163 * gdb.dwarf2/fission-reread.exp: Set debug-file-directory before
20164 loading file. Add test for TU lookup.
20165
8c217a4b
SM
201662014-05-15 Simon Marchi <simon.marchi@ericsson.com>
20167
20168 * lib/mi-support.exp (mi_run_cmd_full): Set arguments by
20169 calling "-exec-arguments" or "set args" before running the
20170 inferior.
20171
3deb39c6
SM
201722014-05-15 Simon Marchi <simon.marchi@ericsson.com>
20173
20174 * lib/mi-support.exp (mi_expect_stop): Expect message for
20175 inferiors that exit with non-zero exit code.
20176
71a79f8c
YQ
201772014-05-14 Yao Qi <yao@codesourcery.com>
20178
20179 * gdb.mi/mi-file.exp (test_file_list_exec_source_file): Don't
20180 match absolute path on remote host.
20181 (test_file_list_exec_source_files): Remove "/" from the
20182 pattern.
20183
f23fcd46
YQ
201842014-05-14 Yao Qi <yao@codesourcery.com>
20185
20186 * boards/local-remote-host-notty.exp (${board}_file): New
20187 proc.
20188
9404b58f
KM
201892014-05-07 Kyle McMartin <kyle@redhat.com>
20190
20191 Pushed by Joel Brobecker <brobecker@adacore.com>.
20192 * gdb.arch/aarch64-atomic-inst.c: New file.
20193 * gdb.arch/aarch64-atomic-inst.exp: New file.
20194
5e45f04c
YQ
201952014-05-07 Yao Qi <yao@codesourcery.com>
20196
20197 * gdb.dwarf2/dwzbuildid.exp: Match output "No symbol "the_int"
20198 in current context" too.
20199
c888a17d
KS
202002014-05-05 Keith Seitz <keiths@redhat.com>
20201
20202 * gdb.linespec/ls-dollar.exp: Add test for linespec
20203 file:convenience_variable.
20204
290a839c
YQ
202052014-05-05 Yao Qi <yao@codesourcery.com>
20206
20207 * gdb.trace/unavailable.exp (gdb_collect_args_test): Save
20208 traceframes into tfile and ctf trace files. Read data from
20209 trace file and test collected data.
20210 (gdb_collect_locals_test): Likewise.
20211 (gdb_unavailable_registers_test): Likewise.
20212 (gdb_unavailable_floats): Likewise.
20213 (gdb_collect_globals_test): Likewise.
20214 (top-level): Append "ctf" to trace_file_targets if GDB
20215 supports.
20216
b5262cd0
YQ
202172014-05-05 Yao Qi <yao@codesourcery.com>
20218
20219 * gdb.trace/unavailable.exp (gdb_collect_args_test): Move some
20220 code to ...
20221 (gdb_collect_args_test_1): ... it. New proc.
20222 (gdb_collect_locals_test): Move some code to ...
20223 (gdb_collect_locals_test_1): ... it. New proc.
20224 (gdb_unavailable_registers_test): Move some code to ...
20225 (gdb_unavailable_registers_test_1): ... it. New proc.
20226 (gdb_unavailable_floats): Move some code to ...
20227 (gdb_unavailable_floats_1): ... it. New proc.
20228
30a1e6cc
SDJ
202292014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
20230
20231 * gdb.arch/amd64-stap-optional-prefix.S (main): Add several
20232 probes to test for bitness recognition.
20233 * gdb.arch/amd64-stap-optional-prefix.exp
20234 (test_probe_value_without_reg): New procedure.
20235 Add code to test for different kinds of bitness.
20236
f33da99a
SDJ
202372014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
20238
20239 PR breakpoints/16889
20240 * gdb.arch/amd64-stap-optional-prefix.S: New file.
20241 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
20242
5b80f00d
PA
202432014-05-01 Pedro Alves <palves@redhat.com>
20244
20245 * lib/gdb.exp (gdb_load): Extend comment. Skip calling
20246 gdb_file_cmd if no file is specified.
20247 * boards/native-extended-gdbserver.exp (gdb_load): Use the
20248 last_loaded_file to set the remote exec-file.
20249
f8c2a73c
PA
202502014-05-01 Pedro Alves <palves@redhat.com>
20251
20252 * boards/local-remote-host.exp: New file.
20253
be6e8ac7
PA
202542014-05-01 Pedro Alves <palves@redhat.com>
20255
20256 * boards/local-remote-host.exp: Rename to ...
20257 * boards/local-remote-host-notty.exp: ... this.
20258
cac0dc8f
JB
202592014-04-28 Joel Brobecker <brobecker@adacore.com>
20260
20261 * gdb.ada/dyn_arrayidx: New testcase.
20262
9730e6cc
YQ
202632014-04-26 Yao Qi <yao@codesourcery.com>
20264
20265 * gdb.dwarf2/dwz.exp: Compile main.c to object. Restart GDB
20266 and compute the length of function main. Save it in
20267 $main_length.
20268 (Dwarf::assemble): Use $main_length instead of hard-coded 10.
20269 (top-level): Use gdb_compile to compile objects into
20270 executable and restart GDB. Remove invocation to
20271 prepare_for_testing.
20272
7ae1a6a6
PA
202732014-04-25 Simon Marchi <simon.marchi@ericsson.com>
20274 Pedro Alves <palves@redhat.com>
20275
20276 PR server/16255
20277 * gdb.multi/multi-attach.c: New file.
20278 * gdb.multi/multi-attach.exp: New file.
20279
4082afcc
PA
202802014-04-25 Pedro Alves <palves@redhat.com>
20281
20282 * gdb.base/cond-eval-mode.exp (warning): Move trailing \r\n to
20283 user.
20284 (top level): Test that "set remote conditional-breakpoints-packet
20285 off" works as intended.
20286 * gdb.base/dprintf.exp: Test that "set remote
20287 breakpoint-commands-packet off" works as intended.
20288 * gdb.trace/change-loc.exp (tracepoint_install_in_trace_disabled):
20289 New function.
20290 (top level): Call it.
20291 * gdb.trace/ftrace.exp (test_fast_tracepoints): Test that "set
20292 remote fast-tracepoints-packet off" works as intended.
20293 * gdb.trace/qtro.exp (gdb_is_target_remote): Moved ...
20294 * lib/gdb.exp (gdb_is_target_remote): ... here.
20295
2abc3f8d
DB
202962014-04-24 David Blaikie <dblaikie@gmail.com>
20297
20298 * gdb.base/catch-syscall.c: Make unreferenced statics non-static to
20299 ensure clang would not discard them.
20300 * gdb.base/gdbvars.c: Ditto.
20301 * gdb.base/memattr.c: Ditto.
20302 * gdb.base/whatis.c: Ditto.
20303 * gdb.python/py-prettyprint.c: Ditto.
20304 * gdb.trace/actions.c: Ditto.
20305 * gdb.cp/ptype-cv-cp.cc: Mark unused global const int as used to
20306 ensure clang would not discard it.
20307
bfd39632
DB
203082014-04-24 David Blaikie <dblaikie@gmail.com>
20309
20310 * gdb.stabs/gdb11479.c (tag_dummy_enum): introduce a variable to cause
20311 clang to emit the full definition of type required by the test
20312 * gdb.stabs/gdb11479.exp (do_test): correct a typo in a test message
20313
22842ff6
DB
203142014-04-24 David Blaikie <dblaikie@gmail.com>
20315
20316 * gdb.cp/pr10728-x.cc (main::x): Return by value instead of pointer to
20317 coax Clang into emitting the definition of the type.
20318 * gdb.cp/pr10728-x.h (y): Ditto.
20319 * gdb.cp/pr10728-y.cc (y): Ditto.
20320
c2e827ad
DB
203212014-04-24 David Blaikie <dblaikie@gmail.com>
20322
20323 * gdb.base/label.exp: XFAIL label related tests under Clang.
20324 * gdb.cp/cplabel.exp: Ditto.
20325 * gdb.linespec/ls-errs.exp: Refactor tests to execute directly and XFAIL
20326 under Clang those using labels.
20327
4c2d33e7
YQ
203282014-04-25 Yao Qi <yao@codesourcery.com>
20329
20330 * gdb.dwarf2/dwz.exp (Dwarf::assemble): Remove unused
20331 double_label.
20332 * gdb.dwarf2/dwzbuildid.exp (Dwarf::assemble): Remove
20333 partial_label and double_label.
20334
56083b99
DB
203352014-04-24 David Blaikie <dblaikie@gmail.com>
20336
20337 * gdb.python/lib-types.exp: Fix test and xfail under gcc due to gcc/55641.
20338
25d4e99d
DB
203392014-04-24 David Blaikie <dblaikie@gmail.com>
20340
20341 * gdb.cp/cpexprs.cc: Move braces to the same line as the start
20342 of the function to work across GCC and Clang.
20343 * gdb.cp/cpexprs.exp: Account for GCC/Clang difference in vtable
20344 pointer types (const void ** const V void **).
20345
01f9f808
MS
203462014-04-24 Michael Sturm <michael.sturm@mintel.com>
20347 Walfred Tedeschi <walfred.tedeschi@intel.com>
20348
20349 * Makefile.in (EXECUTABLES): Added i386-avx512.
20350 * gdb.arch/i386-avx512.c: New file.
20351 * gdb.arch/i386-avx512.exp: Likewise.
20352
4b48d439
KS
203532014-04-23 Keith Seitz <keiths@redhat.com>
20354
20355 * lib/mi-support.exp (mi_list_breakpoints): Delete.
20356 (mi_make_breakpoint_table): New procedure.
20357 (mi_create_breakpoint): Use mi_make_breakpoint
20358 and return the result.
20359 (mi_make_breakpoint): New procedure.
20360 (mi_build_kv_pairs): New procedure.
20361
20362 * gdb.mi/mi-break.exp: Remove unused globals,
20363 update mi_create_breakpoint usage, and use mi_make_breakpoint_table.
20364 All callers updated.
20365 * gdb.mi/mi-dprintf.exp: Use variable to track command
20366 number.
20367 Update all callers of mi_create_breakpoint and use
20368 mi_make_breakpoint_table.
20369 Remove any unused global variables.
20370 * gdb.mi/mi-nonstop.exp: Likewise.
20371 * gdb.mi/mi-nsintrall.exp: Likewise.
20372 * gdb.mi/mi-nsmoribund.exp: Likewise.
20373 * gdb.mi/mi-nsthrexec.exp: Likewise.
20374 * gdb.mi/mi-reverse.exp: Likewise.
20375 * gdb.mi/mi-simplerun.exp: Likewise.
20376 * gdb.mi/mi-stepn.exp: Likewise.
20377 * gdb.mi/mi-syn-frame.exp: Likewise.
20378 * gdb.mi/mi-until.exp: Likewise.
20379 * gdb.mi/mi-var-cp.exp: Likewise.
20380 * gdb.mi/mi-var-display.exp: Likewise.
20381 * gdb.mi/mi2-amd64-entry-value.exp: Likewise.
20382 * gdb.mi/mi2-var-child.exp: Likewise.
20383 * gdb.mi/mi-vla-c99.exp: Likewise.
20384 * lib/mi-support.exp: Likewise.
20385
20386 From Ian Lance Taylor <iant@cygnus.com>:
20387 * lib/gdb.exp (parse_args): New procedure.
20388
08351840
PA
203892014-04-23 Pedro Alves <palves@redhat.com>
20390
20391 * gdb.base/break-unload-file.c: New file.
20392 * gdb.base/break-unload-file.exp: New file.
20393 * gdb.base/sym-file-lib.c (baz): New function.
20394 * gdb.base/sym-file-loader.c (struct segment) <mapped_size>: New
20395 field.
20396 (load): Store the segment's mapped size.
20397 (unload): New function.
20398 (unload_shlib): New function.
20399 * gdb.base/sym-file-loader.h (unload_shlib): New declaration.
20400 * gdb.base/sym-file-main.c (main): Unload, and reload the library,
20401 set a breakpoint at baz, and call it.
20402 * gdb.base/sym-file.exp: New tests for stale breakpoint
20403 instructions.
20404
076855f9
PA
204052014-04-23 Pedro Alves <palves@redhat.com>
20406
20407 * gdb.base/hbreak-in-shr-unsupported-shr.c: New file.
20408 * gdb.base/hbreak-in-shr-unsupported.c: New file.
20409 * gdb.base/hbreak-in-shr-unsupported.exp: New file.
20410 * gdb.base/hbreak-unmapped.c: New file.
20411 * gdb.base/hbreak-unmapped.exp: New file.
20412 * gdb.trace/qtro.exp (gdb_is_target_remote): Move ...
20413 * lib/gdb.exp (gdb_is_target_remote): ... here.
20414
483805cf
PA
204152014-04-22 Pedro Alves <palves@redhat.com>
20416
20417 * gdb.base/consecutive-step-over.c: New file.
20418 * gdb.base/consecutive-step-over.exp: New file.
20419
06d97543
PA
204202014-04-22 Pedro Alves <palves@redhat.com>
20421
20422 * lib/gdb.exp (gdb_continue_to_breakpoint): Use gdb_test_multiple
20423 instead of send_gdb/gdb_expect.
20424
b4429ea2
YQ
204252014-04-22 Yao Qi <yao@codesourcery.com>
20426
20427 * lib/trace-support.exp (generate_tracefile): New procedure.
20428 * gdb.trace/tfile.exp: Skip the test if generate_tracefile
20429 return 0.
20430 * gdb.trace/mi-traceframe-changed.exp: Invoke test_tfind_tfile
20431 if generate_tracefile returns 1.
20432
51d48146
PA
204332014-04-18 Tom Tromey <palves@redhat.com>
20434 Pedro alves <tromey@redhat.com>
20435
20436 PR backtrace/15558
20437 * gdb.opt/inline-bt.exp: Test backtracing from an inline function
20438 with a backtrace limit.
20439 * gdb.python/py-frame-inline.exp: Test running to an inline
20440 function with a backtrace limit, and printing the newest frame.
20441 * gdb.python/py-frame-inline.c (main): Call f.
20442
bd1dce5f
MS
204432014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
20444
20445 * gdb.java/jnpe.exp: Drop srcdir from untested path.
20446
40d1a503
MS
204472014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
20448
20449 * lib/gdb.exp (gdb_compile_pthreads, gdb_compile_objc):
20450 Drop prefix from unsupported source file path.
20451
389b98f7
YQ
204522014-04-17 Yao Qi <yao@codesourcery.com>
20453
20454 * lib/gdb.exp (with_target_charset): New proc.
20455 * gdb.base/printcmds.exp (test_print_all_chars): Wrap tests with
20456 with_target_charset.
20457 (test_print_strings): Likewise.
20458 (test_repeat_bytes): Likewise.
20459 * gdb.base/setvar.exp: Set target-charset to ASCII temporarily
20460 for some tests.
20461
22869d73
KS
204622014-04-16 Keith Seitz <keiths@redhat.com>
20463
20464 PR gdb/15827
20465 * gdb.dwarf2/corrupt.c: New file.
20466 * gdb.dwarf2/corrupt.exp: New file.
20467
c4f87ca6
KS
204682014-04-16 Keith Seitz <keiths@redhat.com>
20469
20470 PR c++/16597
20471 * gdb.cp/namelessclass.cc: New file.
20472 * gdb.cp/namelessclass.exp: New file.
20473 * gdb.cp/namelessclass.S: New file.
20474
ab19de87
DE
204752014-04-16 Doug Evans <dje@google.com>
20476
20477 * lib/gdbserver-support.exp (gdbserver_default_get_remote_address):
20478 Add comment.
20479 (gdbserver_default_get_comm_port): New function.
20480 (gdbserver_start): Check if board file provided
20481 "gdbserver,get_comm_port" and use it if so.
20482 * boards/native-stdio-gdbserver.exp (sockethost): Set to "".
20483 (gdb,socketport): Set to "stdio".
20484 (gdbserver,get_comm_port): Set to ${board}_get_comm_port.
20485 (stdio_gdbserver_template): Delete.
20486 (${board}_get_remote_address): Update.
20487 (${board}_build_remote_cmd): Delete.
20488 (${board}_get_comm_port): New function.
20489 (${board}_spawn): Update.
20490 * boards/remote-stdio-gdbserver.exp (${board}_build_remote_cmd):
20491 Delete.
20492 (${board}_get_remote_address): Update.
20493 (${board}_get_comm_port): New function.
20494
fc98a809
AB
204952014-04-16 Andrew Burgess <aburgess@broadcom.com>
20496
20497 * gdb.base/memattr.exp: Improve regexps to handle memory regions
20498 appearing in any order.
20499
87fd9e6e
DE
205002014-04-15 Doug Evans <dje@google.com>
20501
20502 * gdb.gdb/selftest.exp (do_steps_and_nexts): Don't reference
20503 uninitialized value of "description".
20504
099fc3ea
KS
205052014-04-15 Keith Seitz <keiths@redhat.com>
20506
20507 * gdb.mi/mi-simplerun.exp (test_breakpoints_creation_and_listing):
20508 Remove unused globals.
20509 (test_running_the_program): Likewise.
20510 (test_controlled_execution): Likewise.
20511 (test_controlling_breakpoints): Likewise.
20512 (test_program_termination): Likewise.
20513
5da151d4
KS
205142014-04-15 Keith Seitz <keiths@redhat.com>
20515
20516 * gdb.mi/mi-break.exp (test_tbreak_creation_and_listing): Remove
20517 unused globals.
20518 (test_rbreak_creation_and_listing): Likewise.
20519 (test_ignore_count): Likewise.
20520 (test_error): Likewise.
20521
35e5d2f0
PA
205222014-04-15 Pedro Alves <palves@redhat.com>
20523
20524 * gdb.base/sym-file-loader.h: Move inclusion of <inttypes.h>,
20525 <ansidecl.h>, <elf/common.h> and <elf/external.h> to
20526 sym-file-loader.c.
20527 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
20528 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
20529 to sym-file-loader.c.
20530 (struct library): Forward declare.
20531 (load_shlib, lookup_function): Change prototypes.
20532 (find_shstrtab, find_strtab, find_shdr, find_symtab)
20533 (translate_offset): Remove declarations.
20534 (get_text_addr): New declaration.
20535 * gdb.base/sym-file-loader.c: Move inclusion of <inttypes.h>,
20536 <ansidecl.h>, <elf/common.h> and <elf/external.h> here from
20537 sym-file-loader.h.
20538 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
20539 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
20540 here from sym-file-loader.h.
20541 (struct library): New structure.
20542 (load_shlib, lookup_function): Change prototypes and adjust to
20543 work with a struct library.
20544 (find_shstrtab, find_strtab, find_shdr, find_symtab)
20545 (translate_offset): Make static.
20546 (get_text_addr): New function.
20547 * gdb.base/sym-file-main.c (main): Adjust to new loader interface.
20548
eb4c1710
PA
205492014-04-15 Pedro Alves <palves@redhat.com>
20550
20551 * gdb.base/sym-file-loader.c: Fix typo. SELF_LINK, not SELK_LINK.
20552
2d1baf52
PA
205532014-04-15 Pedro Alves <palves@redhat.com>
20554
20555 * gdb.base/sym-file-loader.c: Include <limits.h>.
20556 (SELF_LINK): New define.
20557 (get_origin): New function.
20558 (load_shlib): Use it.
20559 * gdb.base/sym-file.exp: Don't early return if the target is
20560 remote. Use runto_main, and issue fail is that fails. Use
20561 gdb_load_shlibs.
20562 (shlib_name): Delete.
20563 (lib_so, lib_syms, lib_dlopen): New globals. Use them throughout.
20564
7dd6df01
PA
205652014-04-15 Pedro Alves <palves@redhat.com>
20566
20567 * gdb.base/sym-file.exp: Remove regex characters from test
20568 message. Don't refer to breakpoint numbers in test messages.
20569
b50c8614
KS
205702014-04-14 Keith Seitz <keiths@redhat.com>
20571
20572 PR c++/16253
20573 * gdb.cp/var-tag.cc: New file.
20574 * gdb.cp/var-tag.exp: New file.
20575 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
20576 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
20577 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
20578 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
20579
3d567982
TT
205802014-04-14 Tom Tromey <tromey@redhat.com>
20581
20582 * gdb.cp/classes.exp (test_enums): Handle underlying type.
20583 * gdb.dwarf2/enum-type.exp: Add test for enum with underlying
20584 type.
20585 * gdb.cp/enum-class.exp: New file.
20586 * gdb.cp/enum-class.cc: New file.
20587
0626fc76
TT
205882014-04-14 Tom Tromey <tromey@redhat.com>
20589
20590 * gdb.dwarf2/enum-type.exp: New file.
20591
dca325b3
SA
205922014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
20593
20594 * gdb.mi/mi-vla-c99.exp: New file.
20595 * gdb.mi/vla.c: New file.
20596
5854b38a
SA
205972014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
20598
20599 * gdb.base/vla-datatypes.c: New file.
20600 * gdb.base/vla-datatypes.exp: New file.
20601
463bb957
SA
206022014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
20603
20604 * gdb.base/vla-ptr.c: New file.
20605 * gdb.base/vla-ptr.exp: New file.
20606
3dd170be
SA
206072014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
20608
20609 * gdb.dwarf2/count.exp: New file.
20610
5ecaaa66
SA
206112014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
20612
20613 * gdb.base/vla-sideeffect.c: New file.
20614 * gdb.base/vla-sideeffect.exp: New file.
20615
41f1ada5
DB
206162014-04-14 David Blaikie <dblaikie@gmail.com>
20617
20618 * gdb.mi/non-stop.c: Add return value for non-void function return
20619 statement.
20620 * gdb.threads/staticthreads.c: Ditto.
20621
0be03e84
DE
206222014-04-12 Siva Chandra Reddy <sivachandra@google.com>
20623 Doug Evans <xdje42@gmail.com>
20624
20625 * gdb.guile/scm-value.c: Improve test case.
20626 * gdb.guile/scm-value.exp: Add new test.
20627
f180a1fb
DB
206282014-04-11 David Blaikie <dblaikie@gmail.com>
20629
20630 * gdb.opt/inline-break.exp: Explicitly specify -std=gnu89 to
20631 override Clang's default.
20632
6b662e19
JB
206332014-04-11 Joel Brobecker <brobecker@adacore.com>
20634
20635 Revert the following changes (regressions):
20636
20637 * gdb.base/vla-sideeffect.c: New file.
20638 * gdb.base/vla-sideeffect.exp: New file.
20639
20640 * gdb.dwarf2/count.exp: New file.
20641
20642 * gdb.base/vla-multi.c: New file.
20643 * gdb.base/vla-multi.exp: New file.
20644
20645 * gdb.base/vla-ptr.c: New file.
20646 * gdb.base/vla-ptr.exp: New file.
20647
20648 * gdb.base/vla-datatypes.c: New file.
20649 * gdb.base/vla-datatypes.exp: New file.
20650
20651 * gdb.mi/mi-vla-c99.exp: New file.
20652 * gdb.mi/vla.c: New file.
20653
245a5f0b
KS
206542014-04-11 Keith Seitz <keiths@redhat.com>
20655
20656 PR c++/16675
20657 * gdb.cp/cpsizeof.exp: New file.
20658 * gdb.cp/cpsizeof.cc: New file.
20659
58a84dcf
SA
206602014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
20661
191a8a90
JB
20662 * gdb.mi/mi-vla-c99.exp: New file.
20663 * gdb.mi/vla.c: New file.
58a84dcf 20664
c8655f75
SA
206652014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
20666
20667 * gdb.base/vla-datatypes.c: New file.
20668 * gdb.base/vla-datatypes.exp: New file.
20669
024e13b4
SA
206702014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
20671
20672 * gdb.base/vla-ptr.c: New file.
20673 * gdb.base/vla-ptr.exp: New file.
20674
1a237e0e
SA
206752014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
20676
20677 * gdb.base/vla-multi.c: New file.
20678 * gdb.base/vla-multi.exp: New file.
20679
504f3432
SA
206802014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
20681
20682 * gdb.dwarf2/count.exp: New file.
20683
3bce8237
SA
206842014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
20685
191a8a90
JB
20686 * gdb.base/vla-sideeffect.c: New file.
20687 * gdb.base/vla-sideeffect.exp: New file.
3bce8237 20688
322f9c21
YQ
206892014-04-11 Yao Qi <yao@codesourcery.com>
20690
20691 * gdb.base/completion.exp: Check file exists before running tests
20692 on file completion.
20693
d708bcd1
PA
206942014-04-10 Pedro Alves <palves@redhat.com>
20695
20696 * gdb.base/cond-eval-mode.c: New file.
20697 * gdb.base/cond-eval-mode.exp: Use standard_testfile. Adjust
20698 prepare_for_testing to build the new file. Check result of
20699 runto_main.
20700 (test_break, test_watch): New procedures.
20701 (top level): Use them.
20702
ae1d2761
PM
207032014-04-08 Pierre Muller <muller@sourceware.org>
20704
20705 * gdb.base/printcmds.exp (test_artificial_arrays): Disable
20706 Ctrl-V use for mingw hosts.
20707
7af389b8
SC
207082014-04-07 Siva Chandra Reddy <sivachandra@google.com>
20709
20710 * gdb.python/py-value.c: Improve test case.
20711 * gdb.python/py-value.exp: Add new test.
20712
5e703181
DE
207132014-04-07 David Blaikie <dblaikie@gmail.com>
20714
20715 * lib/compiler.c: Identify the clang compiler.
20716 * lib/compiler.cc: Ditto.
20717
9810b410
YQ
207182014-04-03 Yao Qi <yao@codesourcery.com>
20719
20720 * gdb.base/setshow.exp: Invoke string_to_regexp to HOME and PWD.
20721
98d1b8dc
AB
207222014-04-01 Anton Blanchard <anton@samba.org>
20723
20724 * gdb.arch/ppc64-atomic-inst.exp: Use untested. Make test
20725 messages unique.
20726
3114cea1
AB
207272014-04-01 Anton Blanchard <anton@samba.org>
20728
20729 * gdb.arch/ppc64-atomic-inst.exp: Use standard_testfile,
20730 prepare_for_testing.
20731
62f7182c
AB
207322014-04-01 Anton Blanchard <anton@samba.org>
20733
20734 * gdb.arch/ppc64-atomic-inst.c: Remove.
20735 * gdb.arch/ppc64-atomic-inst.S: New file.
20736 * gdb.arch/ppc64-atomic-inst.exp: Adapt for asm based testcase.
20737
770e7fc7
DE
207382014-03-31 Doug Evans <dje@google.com>
20739
20740 * gdb.base/print-symbol-loading-lib.c: New file.
20741 * gdb.base/print-symbol-loading-main.c: New file.
20742 * gdb.base/print-symbol-loading.exp: New file.
20743
46e2bafa
YQ
207442014-03-31 Yao Qi <yao@codesourcery.com>
20745
20746 * gdb.base/source-dir.exp: Allow ';' as a directory separator.
20747
8776cfe9
JB
207482014-03-28 Joel Brobecker <brobecker@adacore.com>
20749
20750 * gdb.ada/mi_dyn_arr: New testcase.
20751
5d1ef361
DE
207522014-03-27 Doug Evans <dje@google.com>
20753
20754 * gdb.dwarf2/dw2-abs-hi-pc.exp: Build tests with "nodebug".
20755
b5bee914
YQ
207562014-03-27 Yao Qi <yao@codesourcery.com>
20757
20758 * lib/gdb.exp (can_single_step_to_signal_handler): Return zero
20759 if target is nios2-*-*.
20760
0d4d0e77
YQ
207612014-03-26 Yao Qi <yao@codesourcery.com>
20762
20763 * lib/gdb.exp (readline_is_used): New proc.
20764 * gdb.base/completion.exp: Move tests on command complete up.
20765 Skip the rest of tests if readline is not used.
20766 * gdb.ada/complete.exp: Skp the test if readline is not
20767 used.
20768 * gdb.base/filesym.exp: Likewise.
20769 * gdb.base/macscp.exp: Likewise.
20770 * gdb.base/readline-ask.exp: Likewise.
20771 * gdb.base/readline.exp: Likewise.
20772 * gdb.python/py-cmd.exp: Likewise.
20773 * gdb.trace/tfile.exp: Likewise.
20774
29361eee
YQ
207752014-03-26 Yao Qi <yao@codesourcery.com>
20776
20777 * gdb.base/macscp.exp: Fix code format issues.
20778
bc9a5525
UW
207792014-03-25 Ulrich Weigand <uweigand@de.ibm.com>
20780
20781 * gdb.asm/asm-source.exp: Handle powerpc64le-* targets.
20782 * gdb.asm/powerpc64le.inc: New file.
20783
d3839ede
PA
207842014-03-25 Pedro Alves <palves@redhat.com>
20785 Doug Evans <dje@google.com>
20786
20787 * gdb.base/source-execution.c: New file.
20788 * gdb.base/source-execution.exp: New file.
20789 * gdb.base/source-execution.gdb: New file.
20790
01672a57
DE
207912014-03-24 Doug Evans <dje@google.com>
20792
20793 * gdb.linespec/macro-relative.exp: Mark the test as unsupported if
20794 using fission.
20795
88bbeca9
HZ
207962014-03-24 Hui Zhu <hui@codesourcery.com>
20797 Pedro Alves <palves@redhat.com>
20798
20799 PR breakpoints/16101
20800 * gdb.base/dprintf.exp: Use unsupported rather than changing the
20801 test pass/fail messages. Detect missing support for dprintf when
20802 breakpoints are actually inserted.
20803 * gdb.base/mi-dprintf.exp: Detect missing support for dprintf when
20804 breakpoints are actually inserted.
20805 * lib/mi-support.exp (mi_run_cmd_full): Return -1 if continue
20806 fails.
20807
d2348791
JK
208082014-03-24 Jan Kratochvil <jan.kratochvil@redhat.com>
20809
20810 * gdb.base/gdb-sigterm.exp (do_test): Remove "set debug lin-lwp 1".
20811
feef67ab
DE
208122014-03-22 Doug Evans <xdje42@gmail.com>
20813
20814 * gdb.python/python.exp (python not supported): Verify multi-line
20815 python command issues an error.
25d743f9 20816 * gdb.guile/guile.exp (guile not supported): Verify multi-line
51b8d20c 20817 guile command issues an error.
feef67ab 20818
ecebef6a
MR
208192014-03-21 Maciej W. Rozycki <macro@codesourcery.com>
20820
20821 * gdb.threads/thread-specific.exp: Handle the lack of usable
20822 $this_breakpoint and $this_thread.
20823
ccdd1909
HZ
208242014-03-21 Hui Zhu <hui@codesourcery.com>
20825
20826 * gdb.base/attach.exp (do_command_attach_tests): New.
20827
beb460e8
PA
208282014-03-20 Tom Tromey <tromey@redhat.com>
20829 Pedro Alves <palves@redhat.com>
20830
20831 PR cli/15718
20832 * gdb.base/condbreak-call-false.c: New file.
20833 * gdb.base/condbreak-call-false.exp: New file.
20834
40acf43a
PA
208352014-03-20 Pedro Alves <palves@redhat.com>
20836
20837 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (pid):
20838 Delete.
20839 (block_signals, unblock_signals): Delete.
20840 (child_function_2, main): Remove references to deleted variable
20841 and functions.
20842
9f5e1e02
PA
208432014-03-20 Pedro Alves <palves@redhat.com>
20844
20845 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (main):
20846 Use pthread_kill to signal thread 2.
20847 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
20848 Adjust to make the test send itself a signal rather than using the
20849 host's "kill" command.
20850
99619bea
PA
208512014-03-20 Pedro Alves <palves@redhat.com>
20852
20853 * gdb.threads/multiple-step-overs.c: New file.
20854 * gdb.threads/multiple-step-overs.exp: New file.
20855 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
20856 Adjust expected infrun debug output.
20857
2adfaa28
PA
208582014-03-20 Pedro Alves <palves@redhat.com>
20859
20860 * gdb.threads/step-over-trips-on-watchpoint.c: New file.
20861 * gdb.threads/step-over-trips-on-watchpoint.exp: New file.
20862
31e77af2
PA
208632014-03-20 Pedro Alves <palves@redhat.com>
20864
20865 PR breakpoints/7143
20866 * gdb.base/watchpoint.exp: Mention bugzilla bug number instead of
20867 old gnats gdb/38. Remove kfail. Adjust to use gdb_test instead
20868 of gdb_test_multiple.
20869 * gdb.cp/annota2.exp: Remove kfail for gdb/38.
20870 * gdb.cp/annota3.exp: Remove kfail for gdb/38.
20871
b9f437de
PA
208722014-03-20 Pedro Alves <palves@redhat.com>
20873
20874 * gdb.threads/step-over-lands-on-breakpoint.c: New file.
20875 * gdb.threads/step-over-lands-on-breakpoint.exp: New file.
20876
05adc73e
PA
208772014-03-19 Pedro Alves <palves@redhat.com>
20878
20879 * gdb.base/async.exp: Remove early return.
20880
6048b950
PA
208812014-03-19 Pedro Alves <palves@redhat.com>
20882
20883 * gdb.base/async.exp (step& tests): Pass explicit test messages.
20884
8bcfb00a
PA
208852014-03-19 Pedro Alves <palves@redhat.com>
20886
20887 * gdb.base/async.exp (test_background): Expect \r\n after
20888 "completed." in the fail pattern.
20889
884e37dc
PA
208902014-03-19 Pedro Alves <palves@redhat.com>
20891
20892 * gdb.base/async.exp (test_background): New procedure.
20893 Use it for all background execution command tests.
20894
148e57e2
PA
208952014-03-19 Pedro Alves <palves@redhat.com>
20896
20897 * gdb.base/async.exp: Use prepare_for_testing.
20898
f48088c7
PA
208992014-03-19 Pedro Alves <palves@redhat.com>
20900
20901 * gdb.base/async.c (foo): Make 'x' volatile. Write to it twice in
20902 the same line.
20903
e2f6c966
PA
209042014-03-19 Pedro Alves <palves@redhat.com>
20905
20906 * gdb.base/async.c (main): Add "jump here" and "until here" line
20907 marker comments.
20908 * gdb.base/async.exp (jump_here): New global.
20909 (jump& test): Use it.
20910 (until_here): New global.
20911 (until& test): Use it.
20912
c30568d4
PA
209132014-03-19 Pedro Alves <palves@redhat.com>
20914
20915 * gdb.base/async.exp: Don't frob gdb_protocol.
20916
0172b6a7
DE
209172014-03-18 Doug Evans <xdje42@gmail.com>
20918
20919 * gdb.base/async.exp: Whitespace fixes. Turn on target-async.
20920 Fix spelling of exec-done-display.
20921
06c868a8
JK
209222014-03-18 Jan Kratochvil <jan.kratochvil@redhat.com>
20923
20924 PR gdb/15358
20925 * gdb.base/gdb-sigterm.c: New file.
20926 * gdb.base/gdb-sigterm.exp: New file.
20927
0c7e1a46
PA
209282014-03-18 Pedro Alves <palves@redhat.com>
20929
20930 PR gdb/13860
20931 * gdb.mi/mi-solib.exp: Remove gdb/13860 kfail.
20932 * lib/mi-support.exp (mi_expect_stop): Add special handling for
20933 solib-event.
20934
f7c77d93
JB
209352014-03-17 Joel Brobecker <brobecker@adacore.com>
20936
20937 * gdb.ada/pckd_arr_ren: New testcase.
20938
5a1e8c7a
DE
209392014-03-13 Doug Evans <xdje42@gmail.com>
20940
20941 PR guile/16612
20942 * gdb.guile/scm-value.ep (test_value_after_death): Do a garbage
20943 collect after discarding symbols.
20944
350e1a76
DE
209452014-03-13 Ludovic Courtès <ludo@gnu.org>
20946 Doug Evans <xdje42@gmail.com>
20947
20948 * gdb.guile/scm-value.exp (test_value_in_inferior): Verify value added
20949 to history survives a gc.
20950
a69900ae
PA
209512014-03-13 Pedro Alves <palves@redhat.com>
20952
20953 * gdb.base/default.exp: Don't test "target procfs".
20954
5db9f0bd
PA
209552014-03-13 Pedro Alves <palves@redhat.com>
20956
20957 * gdb.base/default.exp: Update "target child" and "target procfs"
20958 tests to not expect "Unix".
20959
b3ccfe11
TT
209602014-03-12 Tom Tromey <tromey@redhat.com>
20961
20962 * gdb.base/corefile.exp (corefile_test_run, corefile_test_attach):
20963 New procs. Add target-async tests.
20964 * gdb.reverse/break-precsave.exp (precsave_tests): New proc.
20965 Add target-async tests.
20966
646f4417
AA
209672014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
20968
20969 * gdb.dwarf2/dw2-ifort-parameter.c (func): Define labels
20970 'func_start' and 'func_end' for the beginning and end of the
20971 function code, respectively.
20972 * gdb.dwarf2/dw2-ifort-parameter.exp: Use 'func_start' and
20973 'func_end' instead of 'func' and 'main'.
20974
288c211f
AA
209752014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
20976
20977 * gdb.dwarf2/dw2-ifort-parameter-debug.S: Remove.
20978 * gdb.dwarf2/dw2-ifort-parameter.exp: Use Dwarf::assemble to
20979 generate the debug info assembler source.
20980
e0c0f156
AA
209812014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
20982
20983 * gdb.dwarf2/arr-stride.exp: Exploit 'prepare_for_testing'.
20984 * gdb.dwarf2/arr-subrange.exp: Likewise.
20985 * gdb.dwarf2/dwz.exp: Likewise.
20986 * gdb.dwarf2/method-ptr.exp: Likewise.
20987 * gdb.dwarf2/missing-sig-type.exp: Likewise.
20988 * gdb.dwarf2/subrange.exp: Likewise.
20989 * gdb.dwarf2/implptrconst.exp: Exploit 'build_executable'.
20990 * gdb.dwarf2/implptrpiece.exp: Likewise.
20991 * gdb.dwarf2/nostaticblock.exp: Likewise.
20992
0e5c4555
AA
209932014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
20994
20995 * lib/gdb.exp (build_executable_from_specs): Don't prepend source
20996 directory to absolute path name arguments.
20997
5ec18f2b
JG
209982014-03-10 Joel Brobecker <brobecker@adacore.com>
20999
21000 * gdb.ada/tagged_access: New testcase.
21001
847fc4f2
MM
210022014-03-07 Markus Metzger <markus.t.metzger@intel.com>
21003
21004 * gdb.btrace/data.exp: Update expected output.
21005
cc3da688
YQ
210062014-03-06 Yao Qi <yao@codesourcery.com>
21007
21008 * gdb.trace/pr16508.exp: New file.
21009
0f26cec1
PA
210102014-03-05 Pedro Alves <palves@redhat.com>
21011
21012 PR gdb/16575
21013 * gdb.base/breakpoint-shadow.exp (compare_disassembly): New
21014 procedure.
21015 (top level): Adjust to use it. Add tests that exercise breakpoint
21016 interaction with the code-cache.
21017
7a5a839f
LC
210182014-02-26 Ludovic Courtès <ludo@gnu.org>
21019
21020 * gdb.guile/scm-value.exp (test_value_in_inferior): Add
21021 test for 'history-append!'.
21022
31aa7e4e
JB
210232014-02-26 Joel Brobecker <brobecker@adacore.com>
21024
21025 * gdb.dwarf2/dw2-abs-hi-pc-hello-dbg.S: New file.
21026 * gdb.dwarf2/dw2-abs-hi-pc-hello.c: New file.
21027 * gdb.dwarf2/dw2-abs-hi-pc-world-dbg.S: New file.
21028 * gdb.dwarf2/dw2-abs-hi-pc-world.c: New file.
21029 * gdb.dwarf2/dw2-abs-hi-pc.c: New file.
21030 * gdb.dwarf2/dw2-abs-hi-pc.exp: New file.
21031
1b588015
JB
210322014-02-26 Joel Brobecker <brobecker@adacore.com>
21033
21034 * testsuite/gdb.python/py-pp-re-notag.c: New file.
21035 * testsuite/gdb.python/py-pp-re-notag.ex: New file.
21036 * testsuite/gdb.python/py-pp-re-notag.p: New file.
21037
55426c9d
JB
210382014-02-26 Joel Brobecker <brobecker@adacore.com>
21039
21040 * gdb.dwarf2/arr-subrange.c, gdb.dwarf2/arr-subrange.exp: New files.
21041
dc53a7ad
JB
210422014-02-26 Joel Brobecker <brobecker@adacore.com>
21043
21044 * gdb.dwarf2/arr-stride.c: New file.
21045 * gdb.dwarf2/arr-stride.exp: New file.
21046
12ab52e9
PA
210472014-02-26 Pedro Alves <palves@redhat.com>
21048
21049 * gdb.ada/tasks.exp: Set a task-specific breakpoint at break_me
21050 that won't ever trigger. Make sure that GDB reports the correct
21051 breakpoint that caused the stop.
21052
849c862e
JK
210532014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
21054
21055 PR gdb/16626
21056 * gdb.base/auto-load-script: New file.
21057 * gdb.base/auto-load.c: New file.
21058 * gdb.base/auto-load.exp: New file.
21059
71b7d793
JK
21060 PR gdb/16626
21061 * gdb.base/auto-load.exp: Fix out-of-srctree run.
21062
e2f0d509
JK
210632014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
21064
21065 Fix dw2-icycle.exp -fsanitize=address GDB crash.
21066 * gdb.dwarf2/dw2-icycle.S: Remove all DW_AT_sibling.
21067
50cc37c8
DE
210682014-02-24 Doug Evans <dje@google.com>
21069
21070 * lib/gdb.exp (run_on_host): Log error output if program fails.
21071
ea4758f2
PA
210722014-02-21 Pedro Alves <palves@redhat.com>
21073
21074 * gdb.threads/step-after-sr-lock.c: Rename to ...
21075 * gdb.threads/signal-while-stepping-over-bp-other-thread.c: ... this.
21076 * gdb.threads/step-after-sr-lock.exp: Rename to ...
21077 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
21078 ... this.
21079
d7b30f67
SDJ
210802014-02-20 Sergio Durigan Junior <sergiodj@redhat.com>
21081
21082 PR tdep/16397
21083 * gdb.arch/amd64-stap-special-operands.exp: New file.
21084 * gdb.arch/amd64-stap-three-arg-disp.S: Likewise.
21085 * gdb.arch/amd64-stap-three-arg-disp.c: Likewise.
21086 * gdb.arch/amd64-stap-triplet.S: Likewise.
21087 * gdb.arch/amd64-stap-triplet.c: Likewise.
21088
83deb43f
JB
210892014-02-20 Joel Brobecker <brobecker@adacore.com>
21090
21091 * gdb.dwarf2/dw2-icycle.S: Remove second and third parameters
21092 in .section pseudo-op.
21093
adde2bff
DE
210942014-02-20 lin zuojian <manjian2006@gmail.com>
21095 Joel Brobecker <brobecker@adacore.com>
21096 Doug Evans <xdje42@gmail.com>
21097
21098 PR symtab/16581
21099 * gdb.dwarf2/dw2-icycle.S: New file.
21100 * gdb.dwarf2/dw2-icycle.c: New file.
21101 * gdb.dwarf2/dw2-icycle.exp: New file.
21102
f7bd0f78
SC
211032014-02-19 Siva Chandra Reddy <sivachandra@google.com>
21104
21105 * gdb.python/py-value-cc.cc: Improve test case to enable testing
21106 operations on gdb.Value objects.
21107 * gdb.python/py-value-cc.exp: Add new test to test operations on
21108 gdb.Value objects.
21109
c17ef0d5
DE
211102014-02-18 Doug Evans <dje@google.com>
21111
21112 * Makefile.in (TESTS): New variable.
21113 (expanded_tests, expanded_tests_or_none): New variables
21114 (check-single): Pass $(expanded_tests_or_none) to runtest.
21115 (check-parallel): Only run tests in $(TESTS) if non-empty.
21116 (check/no-matching-tests-found): New rule.
21117 * README: Document TESTS makefile variable.
21118
5dd3176f
DE
211192014-02-18 Doug Evans <dje@google.com>
21120
21121 * Makefile.in (check-parallel): rm -rf outputs temp.
21122
0b10be4f
JK
211232014-02-16 Jan Kratochvil <jan.kratochvil@redhat.com>
21124
21125 Fix "ERROR: no fileid for" in the testsuite.
21126 * lib/gdb.exp (gdb_finish): Check gdb_spawn_id.
21127
85f224e7
DE
211282014-02-12 Doug Evans <dje@google.com>
21129
21130 * gdb.dwarf2/Makefile.in (EXECUTABLES): Add dwp-symlink.
21131 (MISCELLANEOUS): New variable.
21132 (clean): rm -rf $(MISCELLANEOUS).
21133 * gdb.dwarf2/dwp-symlink.exp: Test the case where the executable and
21134 dwp live in the same directory as symlinks, with each symlink pointed
21135 to a differently named file in a different directory.
21136
149b30ff
DE
211372014-02-11 Doug Evans <dje@google.com>
21138
21139 * gdb.dwarf2/dwp-symlink.exp: Rewrite to use remote_* commands instead
21140 of Tcl file commands.
21141
1dfdac32
MK
211422014-02-10 Mark Kettenis <kettenis@gnu.org>
21143
21144 * gdb.threads/step-after-sr-lock.exp: Avoid executing
21145 "kill -SIGUSR1 -1".
21146
aa4fb036
JB
211472014-02-10 Joel Brobecker <brobecker@adacore.com>
21148
21149 * gdb.ada/tick_length_array_enum_idx: New testcase.
21150
ed3ef339
DE
211512014-02-10 Doug Evans <xdje42@gmail.com>
21152
21153 * configure.ac (AC_OUTPUT): Add gdb.guile.
21154 * configure: Regenerate.
21155 * lib/gdb-guile.exp: New file.
21156 * lib/gdb.exp (get_target_charset): New function.
21157 * gdb.base/help.exp: Update expected output from "apropos apropos".
21158 * gdb.guile/Makefile.in: New file.
21159 * gdb.guile/guile.exp: New file.
21160 * gdb.guile/scm-arch.c: New file.
21161 * gdb.guile/scm-arch.exp: New file.
21162 * gdb.guile/scm-block.c: New file.
21163 * gdb.guile/scm-block.exp: New file.
21164 * gdb.guile/scm-breakpoint.c: New file.
21165 * gdb.guile/scm-breakpoint.exp: New file.
21166 * gdb.guile/scm-disasm.c: New file.
21167 * gdb.guile/scm-disasm.exp: New file.
21168 * gdb.guile/scm-equal.c: New file.
21169 * gdb.guile/scm-equal.exp: New file.
21170 * gdb.guile/scm-error.exp: New file.
21171 * gdb.guile/scm-error.scm: New file.
21172 * gdb.guile/scm-frame-args.c: New file.
21173 * gdb.guile/scm-frame-args.exp: New file.
21174 * gdb.guile/scm-frame-args.scm: New file.
21175 * gdb.guile/scm-frame-inline.c: New file.
21176 * gdb.guile/scm-frame-inline.exp: New file.
21177 * gdb.guile/scm-frame.c: New file.
21178 * gdb.guile/scm-frame.exp: New file.
21179 * gdb.guile/scm-generics.exp: New file.
21180 * gdb.guile/scm-gsmob.exp: New file.
21181 * gdb.guile/scm-iterator.c: New file.
21182 * gdb.guile/scm-iterator.exp: New file.
21183 * gdb.guile/scm-math.c: New file.
21184 * gdb.guile/scm-math.exp: New file.
21185 * gdb.guile/scm-objfile-script-gdb.in: New file.
21186 * gdb.guile/scm-objfile-script.c: New file.
21187 * gdb.guile/scm-objfile-script.exp: New file.
21188 * gdb.guile/scm-objfile.c: New file.
21189 * gdb.guile/scm-objfile.exp: New file.
21190 * gdb.guile/scm-ports.exp: New file.
21191 * gdb.guile/scm-pretty-print.c: New file.
21192 * gdb.guile/scm-pretty-print.exp: New file.
21193 * gdb.guile/scm-pretty-print.scm: New file.
21194 * gdb.guile/scm-section-script.c: New file.
21195 * gdb.guile/scm-section-script.exp: New file.
21196 * gdb.guile/scm-section-script.scm: New file.
21197 * gdb.guile/scm-symbol.c: New file.
21198 * gdb.guile/scm-symbol.exp: New file.
21199 * gdb.guile/scm-symtab-2.c: New file.
21200 * gdb.guile/scm-symtab.c: New file.
21201 * gdb.guile/scm-symtab.exp: New file.
21202 * gdb.guile/scm-type.c: New file.
21203 * gdb.guile/scm-type.exp: New file.
21204 * gdb.guile/scm-value-cc.cc: New file.
21205 * gdb.guile/scm-value-cc.exp: New file.
21206 * gdb.guile/scm-value.c: New file.
21207 * gdb.guile/scm-value.exp: New file.
21208 * gdb.guile/source2.scm: New file.
21209 * gdb.guile/types-module.cc: New file.
21210 * gdb.guile/types-module.exp: New file.
21211
7026a7c1
YQ
212122014-02-10 Yao Qi <yao@codesourcery.com>
21213
21214 PR testsuite/16543
21215 * configure.ac: Append gdb.gdb/Makefile in AC_OUTPUT.
21216 * configure: Regenerated.
21217 * Makefile.in: New file.
21218
6c466447
AS
212192014-02-08 Andreas Schwab <schwab@linux-m68k.org>
21220
21221 * gdb.python/py-framefilter.exp: Fix typo.
21222
6e854735
YQ
212232014-02-08 Yao Qi <yao@codesourcery.com>
21224
21225 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Test
21226 that no =breakpoint-modified is emitted when breakpoints are
21227 modified through MI commands.
21228
d137e6dc
PA
212292014-02-07 Pedro Alves <pedro@codesourcery.com>
21230 Pedro Alves <palves@redhat.com>
21231
21232 * gdb.threads/step-after-sr-lock.c: New file.
21233 * gdb.threads/step-after-sr-lock.exp: New file.
21234
b5ee5a50
PA
212352014-02-07 Pedro Alves <palves@redhat.com>
21236
21237 * gdb.threads/stepi-random-signal.exp: Set SIGCHLD to print.
21238
3c77faf3
JK
212392014-02-06 Jan Kratochvil <jan.kratochvil@redhat.com>
21240
21241 Fix i386-sse-stack-align.exp regression since GDB_PARALLEL.
21242 * gdb.arch/i386-sse-stack-align.exp: Use standard_output_file.
21243
6dddc817
DE
212442014-02-06 Doug Evans <xdje42@gmail.com>
21245
21246 * gdb.python/py-breakpoint.exp (test_bkpt_eval_funcs): Update expected
21247 output.
21248
21249 * gdb.gdb/python-interrupts.exp: New file.
21250
de7b2893
YQ
212512014-02-05 Yao Qi <yao@codesourcery.com>
21252
21253 * gdb.trace/report.exp (use_collected_data): Test the output
21254 of "info threads" and "info inferiors".
21255
66d032ac
YQ
212562014-02-05 Yao Qi <yao@codesourcery.com>
21257
21258 Revert this patch:
21259
21260 2013-05-24 Yao Qi <yao@codesourcery.com>
21261
21262 * gdb.trace/tfile.exp: Test inferior and thread.
21263
591a12a1
UW
212642014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
21265
21266 * gdb.base/sigbpt.exp: Do not use "*" when setting breakpoint
21267 on a function.
21268 * gdb.base/step-bt.c: Call hello via function pointer to make
21269 sure its first instruction is executed on powerpc64le-linux.
21270
0ff3e01f
UW
212712014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
21272
21273 * gdb.arch/powerpc-d128-regs.exp: Enable on powerpc64*-*.
21274
084ee545
UW
212752014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
21276
21277 * gdb.arch/vsx-regs.exp: Check target endianness. Provide variants
21278 of the test patterns for use on little-endian systems.
21279
6ed14ff3
UW
212802014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
21281
21282 * gdb.arch/altivec-regs.exp: Use gdb_test_multiple for endian test.
21283 (decimal_vector): Fix for little-endian.
21284
401e27fd
JM
212852014-01-29 Jose E. Marchesi <jose.marchesi@oracle.com>
21286
21287 * gdb.arch/sparc-sysstep.exp: New file.
21288 * gdb.arch/sparc-sysstep.c: Likewise.
21289
21290 * gdb.arch/Makefile.in (EXECUTABLES): Add sparc-sysstep.
21291
8b924729
EBM
212922014-01-28 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
21293
21294 * gdb.base/info-shared.exp: Expect leading `.' on ppc64's symbols.
21295
fb151210
JB
212962014-01-23 Tom Tromey <tromey@redhat.com>
21297
21298 * gdb.ada/array_char_idx: New testcase.
21299
0740f8d8
TT
213002014-01-23 Tom Tromey <tromey@redhat.com>
21301
21302 PR python/16487:
21303 * gdb.python/py-framefilter.exp: Add test using "Error" filter.
21304 * gdb.python/py-framefilter.py (ErrorInName, ErrorFilter): New
21305 classes.
21306
21909fa1
TT
213072014-01-23 Tom Tromey <tromey@redhat.com>
21308
21309 PR python/16491:
21310 * gdb.python/py-framefilter.py (Reverse_Function.function): Read a
21311 string from an inferior frame.
21312 * gdb.python/py-framefilter-mi.exp: Update.
21313
87ce2a04
DE
213142014-01-22 Doug Evans <dje@google.com>
21315
21316 * gdb.server/server-mon.exp: Add tests for "set debug-format".
21317
237b092b
AA
213182014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
21319
21320 * gdb.base/catch-syscall.exp: Activate test on s390*-linux.
21321
d674a709
AA
213222014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
21323
21324 * gdb.trace/entry-values.exp: Remove excess space character from
21325 regex patterns. Handle s390 call instruction.
21326
20fa3390
AA
213272014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
21328
21329 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Insert alignment and
21330 define "*_start" label. Make "name" static.
21331 * gdb.dwarf2/dw2-dir-file-name.exp: Replace references to
21332 ${name} by references to ${name}_start.
21333
78466714
AA
213342014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
21335
21336 * gdb.base/info-macros.exp: Remove "debug" from the compile
21337 options.
21338
ec9f644a
IB
213392014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
21340
21341 * gdb.dlang/demangle.exp: New file.
21342
94b1b47e
IB
213432014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
21344
21345 * gdb.dlang/primitive-types.exp: New file.
21346
7f420862
IB
213472014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
21348
21349 * configure.ac: Create gdb.dlang/Makefile.
21350 * configure: Regenerate.
21351 * Makefile.in (ALL_SUBDIRS): Add gdb.dlang.
21352 * gdb.dlang/Makefile.in: New file.
21353 * lib/d-support.exp: New file.
21354 * lib/gdb.exp (skip_d_tests): New proc.
21355
52834460
MM
213562014-01-16 Markus Metzger <markus.t.metzger@intel.com>
21357
21358 * gdb.btrace/delta.exp: Check reverse stepi.
21359 * gdb.btrace/tailcall.exp: Update. Add stepping tests.
21360 * gdb.btrace/finish.exp: New.
21361 * gdb.btrace/next.exp: New.
21362 * gdb.btrace/nexti.exp: New.
21363 * gdb.btrace/record_goto.c: Add comments.
21364 * gdb.btrace/step.exp: New.
21365 * gdb.btrace/stepi.exp: New.
21366 * gdb.btrace/multi-thread-step.c: New.
21367 * gdb.btrace/multi-thread-step.exp: New.
21368 * gdb.btrace/rn-dl-bind.c: New.
21369 * gdb.btrace/rn-dl-bind.exp: New.
21370 * gdb.btrace/data.c: New.
21371 * gdb.btrace/data.exp: New.
21372 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
21373
6e07b1d2
MM
213742014-01-16 Markus Metzger <markus.t.metzger@intel.com>
21375
21376 * gdb.btrace/Makefile.in (EXECUTABLES): Add delta.
21377 * gdb.btrace/exception.exp: Update.
21378 * gdb.btrace/instruction_history.exp: Update.
21379 * gdb.btrace/record_goto.exp: Update.
21380 * gdb.btrace/tailcall.exp: Update.
21381 * gdb.btrace/unknown_functions.exp: Update.
21382 * gdb.btrace/delta.exp: New.
21383
0b722aec
MM
213842014-01-16 Markus Metzger <markus.t.metzger@intel.com>
21385
21386 * gdb.btrace/record_goto.exp: Add backtrace test.
21387 * gdb.btrace/tailcall.exp: Add backtrace test.
21388
066ce621
MM
213892014-01-16 Markus Metzger <markus.t.metzger@intel.com>
21390
21391 * gdb.btrace/Makefile.in (EXECUTABLES): Add record_goto.
21392 * gdb.btrace/record_goto.c: New.
21393 * gdb.btrace/record_goto.exp: New.
21394 * gdb.btrace/x86-record_goto.S: New.
21395
0688d04e
MM
213962014-01-16 Markus Metzger <markus.t.metzger@intel.com>
21397
21398 * gdb.btrace/function_call_history.exp: Update tests.
21399 * gdb.btrace/instruction_history.exp: Update tests.
21400
8710b709
MM
214012014-01-16 Markus Metzger <markus.t.metzger@intel.com>
21402
21403 * gdb.btrace/function_call_history.exp: Fix expected field
21404 order for "record function-call-history".
21405 Add new tests for "record function-call-history /c".
21406 * gdb.btrace/exception.cc: New.
21407 * gdb.btrace/exception.exp: New.
21408 * gdb.btrace/tailcall.exp: New.
21409 * gdb.btrace/x86-tailcall.S: New.
21410 * gdb.btrace/x86-tailcall.c: New.
21411 * gdb.btrace/unknown_functions.c: New.
21412 * gdb.btrace/unknown_functions.exp: New.
21413 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
21414
5de9129b
MM
214152014-01-16 Markus Metzger <markus.t.metzger@intel.com>
21416
21417 * gdb.btrace/instruction_history.exp: Update.
21418 * gdb.btrace/function_call_history.exp: Update.
21419
23a7fe75
MM
214202014-01-16 Markus Metzger <markus.t.metzger@intel.com>
21421
21422 * gdb.btrace/function_call_history.exp: Fix expected function
21423 trace.
21424 * gdb.btrace/instruction_history.exp: Initialize traced.
21425 Remove traced_functions.
21426
724c7dd8
MM
214272014-01-16 Markus Metzger <markus.t.metzger@intel.com>
21428
21429 * gdb.btrace/function_call_history.exp: Update
21430 * gdb.btrace/instruction_history.exp: Update.
21431
6d78d93b
MM
214322014-01-16 Markus Metzger <markus.t.metzger@intel.com>
21433
21434 * gdb.btrace/enable.exp: Update expected text.
21435
93a360cc
OJ
214362014-01-16 Omair Javaid <Omair.Javaid@linaro.org>
21437
21438 * gdb.dwarf2/dw2-dos-drive.S: Increase text section size to 4
21439 bytes.
21440
3772b53f
MR
214412014-01-15 Maciej W. Rozycki <macro@codesourcery.com>
21442
21443 * gdb.base/float.exp: Handle "aarch64*-*-*" targets.
21444
596662fa
OJ
214452014-01-15 Omair Javaid <omair.javaid@linaro.org>
21446
21447 * lib/gdb.exp (supports_process_record): Return true for
21448 arm*-linux*. (supports_reverse): Likewise.
21449
b5b08fb4
SC
214502014-01-13 Siva Chandra Reddy <sivachandra@google.com>
21451
21452 PR python/15464
21453 PR python/16113
21454 * gdb.python/py-type.c: Enhance test case.
21455 * gdb.python/py-value-cc.cc: Likewise
21456 * gdb.python/py-type.exp: Add new tests.
21457 * gdb.python/py-value-cc.exp: Likewise
21458
52d7fb13
AA
214592014-01-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
21460 Pedro Alves <palves@redhat.com>
21461
21462 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Remove "*_start" symbol.
21463 Make "name" extern.
21464 * gdb.dwarf2/dw2-dir-file-name.exp (out_cu, out_line): Replace
21465 references to ${name}_start by references to ${name}.
21466
a2cd8cfe
JB
214672014-01-10 Joel Brobecker <brobecker@adacore.com>
21468
21469 * gdb.ada/pp-rec-component.exp: Remove path from "source" test.
21470
4e23fced
JB
214712014-01-10 Joel Brobecker <brobecker@adacore.com>
21472
21473 * gdb.python/py-pp-integral.exp: Remove path from "source" test.
21474
c6a9e42c
PA
214752014-01-09 Maciej W. Rozycki <macro@codesourcery.com>
21476 Pedro Alves <palves@redhat.com>
21477
21478 * gdb.mi/mi-info-os.exp: Connect to the target with
72f4393d 21479 mi_gdb_target_load.
c6a9e42c 21480
b7ea362b
PA
214812014-01-08 Pedro Alves <palves@redhat.com>
21482
21483 * gdb.threads/reconnect-signal.c: New file.
21484 * gdb.threads/reconnect-signal.exp: New file.
21485
5e3f4fab
EBM
214862014-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
21487
21488 * gdb.base/source-dir.exp: New file.
21489
79301218
JB
214902014-01-07 Joel Brobecker <brobecker@adacore.com>
21491
21492 * gdb.ada/mi_interface: New testcase.
21493
8e355c5d
JB
214942014-01-07 Joel Brobecker <brobecker@adacore.com>
21495
21496 * gdb.ada/pp-rec-component.exp, gdb.ada/pp-rec-component.py,
21497 gdb.ada/pp-rec-component/foo.adb, gdb.ada/pp-rec-component/pck.adb,
21498 gdb.ada/pp-rec-component/pck.ads: New files.
21499
c0d48811
JB
215002014-01-07 Joel Brobecker <brobecker@adacore.com>
21501
21502 * gdb.python/py-pp-integral.c: New file.
21503 * gdb.python/py-pp-integral.py: New file.
21504 * gdb.python/py-pp-integral.exp: New file.
21505
17b609c3 21506For older changes see ChangeLog-1993-2013.
c906108c 21507\f
8d8cb839
EZ
21508;; Local Variables:
21509;; mode: change-log
21510;; left-margin: 8
21511;; fill-column: 74
21512;; version-control: never
21513;; End:
902f2ccb 21514
b811d2c2 21515 Copyright 2014-2020 Free Software Foundation, Inc.
902f2ccb
MC
21516 Copying and distribution of this file, with or without modification,
21517 are permitted provided the copyright notice and this notice are preserved.